Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonResponse ¶
type CommonResponse[T any] struct { Result T `json:"result"` }
type NextParams ¶
type PaginationData ¶
type SubuserCreate ¶
type Teammate ¶
type Teammate struct {
Username string `json:"username"`
Email string `json:"email"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Address string `json:"address"`
Address2 string `json:"address2"`
City string `json:"city"`
State string `json:"state"`
Zip string `json:"zip"`
Country string `json:"country"`
Company string `json:"company"`
Website string `json:"website"`
Phone string `json:"phone"`
IsAdmin bool `json:"is_admin"`
IsSso bool `json:"is_sso"`
UserType string `json:"user_type"`
IsUnified bool `json:"is_unified"`
IsPartnerSso bool `json:"is_partner_sso"`
}
type TeammateInvitation ¶ added in v0.0.2
type TeammateScope ¶
type TeammateSubuser ¶
type TeammateSubuserResponse ¶
type TeammateSubuserResponse struct {
HasRestrictedSubuserAccess bool `json:"has_restricted_subuser_access"`
SubuserAccess []TeammateSubuser `json:"subuser_access"`
Metadata struct {
NextParams NextParams `json:"next_params,omitempty"`
} `json:"_metadata"`
}
Click to show internal directories.
Click to hide internal directories.