Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { model.BaseEntity Admin bool `json:"admin"` Editor bool `json:"editor"` Users bool `json:"viewUsers"` // either view all users or just users in your space UserID string `json:"userId"` OrgID string `json:"orgId"` Company string `json:"company"` Title string `json:"title"` Message string `json:"message"` Domain string `json:"domain"` Active bool `json:"active"` }
Account links a User to an Organization.
Click to show internal directories.
Click to hide internal directories.