Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct {
ID uuid.UUID `json:"id"`
CreatedAt time.Time `json:"createdAt"`
Name string `json:"name"`
AccountOwner string `json:"accountOwner"`
BillingAddress string `json:"billingAddress"`
OrganizationName *string `json:"organizationName"`
AccountOpeningReason *string `json:"accountOpeningReason"`
Status string `json:"status"`
Workspaces []ws_manager.WorkspaceSettings `json:"workspaces"`
}
Account represents an account with associated workspaces.
Click to show internal directories.
Click to hide internal directories.