1 2 3 4 5 6 7
package types type Overview struct { MailboxCount int64 `json:"MailboxCount"` EmailCount int64 `json:"EmailCount"` SMTPAddress string `json:"SMTPAddress"` }