Versions in this module Expand all Collapse all v0 v0.1.0 Aug 1, 2026 Changes in this version + var ContextAccessToken = contextKey("accesstoken") + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + var JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) + var XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + AddOnsAPI *AddOnsAPIService + AdminAPI *AdminAPIService + AdminsAPI *AdminsAPIService + AgentsAPI *AgentsAPIService + AiAPI *AiAPIService + AliasesAPI *AliasesAPIService + ApiKeysAPI *ApiKeysAPIService + BillingAPI *BillingAPIService + CalendarsAPI *CalendarsAPIService + ContactListsAPI *ContactListsAPIService + ContactsAPI *ContactsAPIService + DashboardAPI *DashboardAPIService + DirectoryAPI *DirectoryAPIService + DistributionListsAPI *DistributionListsAPIService + DomainsAPI *DomainsAPIService + DraftsAPI *DraftsAPIService + EncryptionAPI *EncryptionAPIService + HealthAPI *HealthAPIService + IpPoolsAPI *IpPoolsAPIService + MailboxesAPI *MailboxesAPIService + MigrationsAPI *MigrationsAPIService + ResourcesAPI *ResourcesAPIService + SendAPI *SendAPIService + SignupAPI *SignupAPIService + SuppressionsAPI *SuppressionsAPIService + TemplatesAPI *TemplatesAPIService + TenantAPI *TenantAPIService + TestAPI *TestAPIService + UsersAPI *UsersAPIService + WebhooksAPI *WebhooksAPIService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ActivateAddOn200Response struct + AddOn string + Id string + Message string + Status string + func NewActivateAddOn200Response(id string, addOn string, status string, message string) *ActivateAddOn200Response + func NewActivateAddOn200ResponseWithDefaults() *ActivateAddOn200Response + func (o *ActivateAddOn200Response) GetAddOn() string + func (o *ActivateAddOn200Response) GetAddOnOk() (*string, bool) + func (o *ActivateAddOn200Response) GetId() string + func (o *ActivateAddOn200Response) GetIdOk() (*string, bool) + func (o *ActivateAddOn200Response) GetMessage() string + func (o *ActivateAddOn200Response) GetMessageOk() (*string, bool) + func (o *ActivateAddOn200Response) GetStatus() string + func (o *ActivateAddOn200Response) GetStatusOk() (*string, bool) + func (o *ActivateAddOn200Response) SetAddOn(v string) + func (o *ActivateAddOn200Response) SetId(v string) + func (o *ActivateAddOn200Response) SetMessage(v string) + func (o *ActivateAddOn200Response) SetStatus(v string) + func (o *ActivateAddOn200Response) UnmarshalJSON(data []byte) (err error) + func (o ActivateAddOn200Response) MarshalJSON() ([]byte, error) + func (o ActivateAddOn200Response) ToMap() (map[string]interface{}, error) + type AddCalendarMemberRequest struct + Role *string + UserEmail string + func NewAddCalendarMemberRequest(userEmail string) *AddCalendarMemberRequest + func NewAddCalendarMemberRequestWithDefaults() *AddCalendarMemberRequest + func (o *AddCalendarMemberRequest) GetRole() string + func (o *AddCalendarMemberRequest) GetRoleOk() (*string, bool) + func (o *AddCalendarMemberRequest) GetUserEmail() string + func (o *AddCalendarMemberRequest) GetUserEmailOk() (*string, bool) + func (o *AddCalendarMemberRequest) HasRole() bool + func (o *AddCalendarMemberRequest) SetRole(v string) + func (o *AddCalendarMemberRequest) SetUserEmail(v string) + func (o *AddCalendarMemberRequest) UnmarshalJSON(data []byte) (err error) + func (o AddCalendarMemberRequest) MarshalJSON() ([]byte, error) + func (o AddCalendarMemberRequest) ToMap() (map[string]interface{}, error) + type AddContactListMemberRequest struct + ContactId string + func NewAddContactListMemberRequest(contactId string) *AddContactListMemberRequest + func NewAddContactListMemberRequestWithDefaults() *AddContactListMemberRequest + func (o *AddContactListMemberRequest) GetContactId() string + func (o *AddContactListMemberRequest) GetContactIdOk() (*string, bool) + func (o *AddContactListMemberRequest) SetContactId(v string) + func (o *AddContactListMemberRequest) UnmarshalJSON(data []byte) (err error) + func (o AddContactListMemberRequest) MarshalJSON() ([]byte, error) + func (o AddContactListMemberRequest) ToMap() (map[string]interface{}, error) + type AddOn struct + Active bool + Description string + DisplayName string + Name string + PriceNaira int32 + PricingModel string + func NewAddOn(name string, displayName string, description string, priceNaira int32, ...) *AddOn + func NewAddOnWithDefaults() *AddOn + func (o *AddOn) GetActive() bool + func (o *AddOn) GetActiveOk() (*bool, bool) + func (o *AddOn) GetDescription() string + func (o *AddOn) GetDescriptionOk() (*string, bool) + func (o *AddOn) GetDisplayName() string + func (o *AddOn) GetDisplayNameOk() (*string, bool) + func (o *AddOn) GetName() string + func (o *AddOn) GetNameOk() (*string, bool) + func (o *AddOn) GetPriceNaira() int32 + func (o *AddOn) GetPriceNairaOk() (*int32, bool) + func (o *AddOn) GetPricingModel() string + func (o *AddOn) GetPricingModelOk() (*string, bool) + func (o *AddOn) SetActive(v bool) + func (o *AddOn) SetDescription(v string) + func (o *AddOn) SetDisplayName(v string) + func (o *AddOn) SetName(v string) + func (o *AddOn) SetPriceNaira(v int32) + func (o *AddOn) SetPricingModel(v string) + func (o *AddOn) UnmarshalJSON(data []byte) (err error) + func (o AddOn) MarshalJSON() ([]byte, error) + func (o AddOn) ToMap() (map[string]interface{}, error) + type AddOnsAPIService service + func (a *AddOnsAPIService) ActivateAddOn(ctx context.Context, name string) ApiActivateAddOnRequest + func (a *AddOnsAPIService) ActivateAddOnExecute(r ApiActivateAddOnRequest) (*ActivateAddOn200Response, *http.Response, error) + func (a *AddOnsAPIService) CancelAddOn(ctx context.Context, name string) ApiCancelAddOnRequest + func (a *AddOnsAPIService) CancelAddOnExecute(r ApiCancelAddOnRequest) (*http.Response, error) + func (a *AddOnsAPIService) GetAddOnStatus(ctx context.Context, name string) ApiGetAddOnStatusRequest + func (a *AddOnsAPIService) GetAddOnStatusExecute(r ApiGetAddOnStatusRequest) (*GetAddOnStatus200Response, *http.Response, error) + func (a *AddOnsAPIService) ListAddOns(ctx context.Context) ApiListAddOnsRequest + func (a *AddOnsAPIService) ListAddOnsExecute(r ApiListAddOnsRequest) (*ListAddOns200Response, *http.Response, error) + type AddSharedMemberRequest struct + MemberEmail string + Role *string + func NewAddSharedMemberRequest(memberEmail string) *AddSharedMemberRequest + func NewAddSharedMemberRequestWithDefaults() *AddSharedMemberRequest + func (o *AddSharedMemberRequest) GetMemberEmail() string + func (o *AddSharedMemberRequest) GetMemberEmailOk() (*string, bool) + func (o *AddSharedMemberRequest) GetRole() string + func (o *AddSharedMemberRequest) GetRoleOk() (*string, bool) + func (o *AddSharedMemberRequest) HasRole() bool + func (o *AddSharedMemberRequest) SetMemberEmail(v string) + func (o *AddSharedMemberRequest) SetRole(v string) + func (o *AddSharedMemberRequest) UnmarshalJSON(data []byte) (err error) + func (o AddSharedMemberRequest) MarshalJSON() ([]byte, error) + func (o AddSharedMemberRequest) ToMap() (map[string]interface{}, error) + type Admin struct + CreatedAt time.Time + DisplayName *string + Email string + Id string + LastLoginAt *time.Time + Role string + TenantId string + func NewAdmin(id string, tenantId string, email string, role string, createdAt time.Time) *Admin + func NewAdminWithDefaults() *Admin + func (o *Admin) GetCreatedAt() time.Time + func (o *Admin) GetCreatedAtOk() (*time.Time, bool) + func (o *Admin) GetDisplayName() string + func (o *Admin) GetDisplayNameOk() (*string, bool) + func (o *Admin) GetEmail() string + func (o *Admin) GetEmailOk() (*string, bool) + func (o *Admin) GetId() string + func (o *Admin) GetIdOk() (*string, bool) + func (o *Admin) GetLastLoginAt() time.Time + func (o *Admin) GetLastLoginAtOk() (*time.Time, bool) + func (o *Admin) GetRole() string + func (o *Admin) GetRoleOk() (*string, bool) + func (o *Admin) GetTenantId() string + func (o *Admin) GetTenantIdOk() (*string, bool) + func (o *Admin) HasDisplayName() bool + func (o *Admin) HasLastLoginAt() bool + func (o *Admin) SetCreatedAt(v time.Time) + func (o *Admin) SetDisplayName(v string) + func (o *Admin) SetEmail(v string) + func (o *Admin) SetId(v string) + func (o *Admin) SetLastLoginAt(v time.Time) + func (o *Admin) SetRole(v string) + func (o *Admin) SetTenantId(v string) + func (o *Admin) UnmarshalJSON(data []byte) (err error) + func (o Admin) MarshalJSON() ([]byte, error) + func (o Admin) ToMap() (map[string]interface{}, error) + type AdminAPIService service + func (a *AdminAPIService) V1AdminLoginPost(ctx context.Context) ApiV1AdminLoginPostRequest + func (a *AdminAPIService) V1AdminLoginPostExecute(r ApiV1AdminLoginPostRequest) (*V1AdminLoginPost200Response, *http.Response, error) + func (a *AdminAPIService) V1AdminLogoutPost(ctx context.Context) ApiV1AdminLogoutPostRequest + func (a *AdminAPIService) V1AdminLogoutPostExecute(r ApiV1AdminLogoutPostRequest) (*http.Response, error) + func (a *AdminAPIService) V1AdminMeGet(ctx context.Context) ApiV1AdminMeGetRequest + func (a *AdminAPIService) V1AdminMeGetExecute(r ApiV1AdminMeGetRequest) (*V1AdminMeGet200Response, *http.Response, error) + type AdminFull struct + CreatedAt time.Time + Disabled bool + DisabledAt *time.Time + DisplayName *string + Email string + Id string + LastLoginAt *time.Time + Password *string + Role string + TenantId string + func NewAdminFull(id string, tenantId string, email string, role string, createdAt time.Time, ...) *AdminFull + func NewAdminFullWithDefaults() *AdminFull + func (o *AdminFull) GetCreatedAt() time.Time + func (o *AdminFull) GetCreatedAtOk() (*time.Time, bool) + func (o *AdminFull) GetDisabled() bool + func (o *AdminFull) GetDisabledAt() time.Time + func (o *AdminFull) GetDisabledAtOk() (*time.Time, bool) + func (o *AdminFull) GetDisabledOk() (*bool, bool) + func (o *AdminFull) GetDisplayName() string + func (o *AdminFull) GetDisplayNameOk() (*string, bool) + func (o *AdminFull) GetEmail() string + func (o *AdminFull) GetEmailOk() (*string, bool) + func (o *AdminFull) GetId() string + func (o *AdminFull) GetIdOk() (*string, bool) + func (o *AdminFull) GetLastLoginAt() time.Time + func (o *AdminFull) GetLastLoginAtOk() (*time.Time, bool) + func (o *AdminFull) GetPassword() string + func (o *AdminFull) GetPasswordOk() (*string, bool) + func (o *AdminFull) GetRole() string + func (o *AdminFull) GetRoleOk() (*string, bool) + func (o *AdminFull) GetTenantId() string + func (o *AdminFull) GetTenantIdOk() (*string, bool) + func (o *AdminFull) HasDisabledAt() bool + func (o *AdminFull) HasDisplayName() bool + func (o *AdminFull) HasLastLoginAt() bool + func (o *AdminFull) HasPassword() bool + func (o *AdminFull) SetCreatedAt(v time.Time) + func (o *AdminFull) SetDisabled(v bool) + func (o *AdminFull) SetDisabledAt(v time.Time) + func (o *AdminFull) SetDisplayName(v string) + func (o *AdminFull) SetEmail(v string) + func (o *AdminFull) SetId(v string) + func (o *AdminFull) SetLastLoginAt(v time.Time) + func (o *AdminFull) SetPassword(v string) + func (o *AdminFull) SetRole(v string) + func (o *AdminFull) SetTenantId(v string) + func (o *AdminFull) UnmarshalJSON(data []byte) (err error) + func (o AdminFull) MarshalJSON() ([]byte, error) + func (o AdminFull) ToMap() (map[string]interface{}, error) + type AdminsAPIService service + func (a *AdminsAPIService) V1AdminsGet(ctx context.Context) ApiV1AdminsGetRequest + func (a *AdminsAPIService) V1AdminsGetExecute(r ApiV1AdminsGetRequest) (*V1AdminsGet200Response, *http.Response, error) + func (a *AdminsAPIService) V1AdminsIdDelete(ctx context.Context, id string) ApiV1AdminsIdDeleteRequest + func (a *AdminsAPIService) V1AdminsIdDeleteExecute(r ApiV1AdminsIdDeleteRequest) (*http.Response, error) + func (a *AdminsAPIService) V1AdminsIdPatch(ctx context.Context, id string) ApiV1AdminsIdPatchRequest + func (a *AdminsAPIService) V1AdminsIdPatchExecute(r ApiV1AdminsIdPatchRequest) (*AdminFull, *http.Response, error) + func (a *AdminsAPIService) V1AdminsPost(ctx context.Context) ApiV1AdminsPostRequest + func (a *AdminsAPIService) V1AdminsPostExecute(r ApiV1AdminsPostRequest) (*AdminFull, *http.Response, error) + type AgentsAPIService service + func (a *AgentsAPIService) V1ApiKeysKeyIDMailboxesGet(ctx context.Context, keyID string) ApiV1ApiKeysKeyIDMailboxesGetRequest + func (a *AgentsAPIService) V1ApiKeysKeyIDMailboxesGetExecute(r ApiV1ApiKeysKeyIDMailboxesGetRequest) (map[string]interface{}, *http.Response, error) + func (a *AgentsAPIService) V1ApiKeysKeyIDMailboxesMailboxIDDelete(ctx context.Context, keyID string, mailboxID string) ApiV1ApiKeysKeyIDMailboxesMailboxIDDeleteRequest + func (a *AgentsAPIService) V1ApiKeysKeyIDMailboxesMailboxIDDeleteExecute(r ApiV1ApiKeysKeyIDMailboxesMailboxIDDeleteRequest) (*http.Response, error) + func (a *AgentsAPIService) V1ApiKeysKeyIDMailboxesPost(ctx context.Context, keyID string) ApiV1ApiKeysKeyIDMailboxesPostRequest + func (a *AgentsAPIService) V1ApiKeysKeyIDMailboxesPostExecute(r ApiV1ApiKeysKeyIDMailboxesPostRequest) (map[string]interface{}, *http.Response, error) + func (a *AgentsAPIService) V1AuthWhoamiGet(ctx context.Context) ApiV1AuthWhoamiGetRequest + func (a *AgentsAPIService) V1AuthWhoamiGetExecute(r ApiV1AuthWhoamiGetRequest) (map[string]interface{}, *http.Response, error) + func (a *AgentsAPIService) V1ContactsLookupGet(ctx context.Context) ApiV1ContactsLookupGetRequest + func (a *AgentsAPIService) V1ContactsLookupGetExecute(r ApiV1ContactsLookupGetRequest) (map[string]interface{}, *http.Response, error) + func (a *AgentsAPIService) V1InboxesGet(ctx context.Context) ApiV1InboxesGetRequest + func (a *AgentsAPIService) V1InboxesGetExecute(r ApiV1InboxesGetRequest) (map[string]interface{}, *http.Response, error) + func (a *AgentsAPIService) V1InboxesMailboxMessagesPost(ctx context.Context, mailbox string) ApiV1InboxesMailboxMessagesPostRequest + func (a *AgentsAPIService) V1InboxesMailboxMessagesPostExecute(r ApiV1InboxesMailboxMessagesPostRequest) (map[string]interface{}, *http.Response, error) + func (a *AgentsAPIService) V1InboxesMailboxThreadsGet(ctx context.Context, mailbox string) ApiV1InboxesMailboxThreadsGetRequest + func (a *AgentsAPIService) V1InboxesMailboxThreadsGetExecute(r ApiV1InboxesMailboxThreadsGetRequest) (map[string]interface{}, *http.Response, error) + func (a *AgentsAPIService) V1ThreadsThreadIDGet(ctx context.Context, threadID string) ApiV1ThreadsThreadIDGetRequest + func (a *AgentsAPIService) V1ThreadsThreadIDGetExecute(r ApiV1ThreadsThreadIDGetRequest) (map[string]interface{}, *http.Response, error) + func (a *AgentsAPIService) V1ThreadsThreadIDMessagesMessageIDAttachmentsIdxGet(ctx context.Context, threadID string, messageID string, idx int32) ApiV1ThreadsThreadIDMessagesMessageIDAttachmentsIdxGetRequest + func (a *AgentsAPIService) V1ThreadsThreadIDMessagesMessageIDAttachmentsIdxGetExecute(r ApiV1ThreadsThreadIDMessagesMessageIDAttachmentsIdxGetRequest) (*http.Response, error) + func (a *AgentsAPIService) V1ThreadsThreadIDMessagesMessageIDGet(ctx context.Context, threadID string, messageID string) ApiV1ThreadsThreadIDMessagesMessageIDGetRequest + func (a *AgentsAPIService) V1ThreadsThreadIDMessagesMessageIDGetExecute(r ApiV1ThreadsThreadIDMessagesMessageIDGetRequest) (map[string]interface{}, *http.Response, error) + func (a *AgentsAPIService) V1ThreadsThreadIDMessagesMessageIDReadPost(ctx context.Context, threadID string, messageID string) ApiV1ThreadsThreadIDMessagesMessageIDReadPostRequest + func (a *AgentsAPIService) V1ThreadsThreadIDMessagesMessageIDReadPostExecute(r ApiV1ThreadsThreadIDMessagesMessageIDReadPostRequest) (map[string]interface{}, *http.Response, error) + func (a *AgentsAPIService) V1ThreadsThreadIDReplyPost(ctx context.Context, threadID string) ApiV1ThreadsThreadIDReplyPostRequest + func (a *AgentsAPIService) V1ThreadsThreadIDReplyPostExecute(r ApiV1ThreadsThreadIDReplyPostRequest) (map[string]interface{}, *http.Response, error) + type AiAPIService service + func (a *AiAPIService) V1AiConfigGet(ctx context.Context) ApiV1AiConfigGetRequest + func (a *AiAPIService) V1AiConfigGetExecute(r ApiV1AiConfigGetRequest) (map[string]interface{}, *http.Response, error) + func (a *AiAPIService) V1AiConfigPut(ctx context.Context) ApiV1AiConfigPutRequest + func (a *AiAPIService) V1AiConfigPutExecute(r ApiV1AiConfigPutRequest) (map[string]interface{}, *http.Response, error) + func (a *AiAPIService) V1BillingAiUnitsCheckoutPost(ctx context.Context) ApiV1BillingAiUnitsCheckoutPostRequest + func (a *AiAPIService) V1BillingAiUnitsCheckoutPostExecute(r ApiV1BillingAiUnitsCheckoutPostRequest) (map[string]interface{}, *http.Response, error) + func (a *AiAPIService) V1ThreadsThreadIDClassifyPost(ctx context.Context, threadID string) ApiV1ThreadsThreadIDClassifyPostRequest + func (a *AiAPIService) V1ThreadsThreadIDClassifyPostExecute(r ApiV1ThreadsThreadIDClassifyPostRequest) (map[string]interface{}, *http.Response, error) + type Alias struct + AliasAddress string + AliasTarget string + CreatedAt time.Time + Id string + TenantId string + func NewAlias(id string, tenantId string, aliasAddress string, aliasTarget string, ...) *Alias + func NewAliasWithDefaults() *Alias + func (o *Alias) GetAliasAddress() string + func (o *Alias) GetAliasAddressOk() (*string, bool) + func (o *Alias) GetAliasTarget() string + func (o *Alias) GetAliasTargetOk() (*string, bool) + func (o *Alias) GetCreatedAt() time.Time + func (o *Alias) GetCreatedAtOk() (*time.Time, bool) + func (o *Alias) GetId() string + func (o *Alias) GetIdOk() (*string, bool) + func (o *Alias) GetTenantId() string + func (o *Alias) GetTenantIdOk() (*string, bool) + func (o *Alias) SetAliasAddress(v string) + func (o *Alias) SetAliasTarget(v string) + func (o *Alias) SetCreatedAt(v time.Time) + func (o *Alias) SetId(v string) + func (o *Alias) SetTenantId(v string) + func (o *Alias) UnmarshalJSON(data []byte) (err error) + func (o Alias) MarshalJSON() ([]byte, error) + func (o Alias) ToMap() (map[string]interface{}, error) + type AliasesAPIService service + func (a *AliasesAPIService) V1AliasesAddressDelete(ctx context.Context, address string) ApiV1AliasesAddressDeleteRequest + func (a *AliasesAPIService) V1AliasesAddressDeleteExecute(r ApiV1AliasesAddressDeleteRequest) (*http.Response, error) + func (a *AliasesAPIService) V1AliasesGet(ctx context.Context) ApiV1AliasesGetRequest + func (a *AliasesAPIService) V1AliasesGetExecute(r ApiV1AliasesGetRequest) (*V1AliasesGet200Response, *http.Response, error) + func (a *AliasesAPIService) V1AliasesPost(ctx context.Context) ApiV1AliasesPostRequest + func (a *AliasesAPIService) V1AliasesPostExecute(r ApiV1AliasesPostRequest) (*Alias, *http.Response, error) + type ApiActivateAddOnRequest struct + ApiService *AddOnsAPIService + func (r ApiActivateAddOnRequest) Execute() (*ActivateAddOn200Response, *http.Response, error) + type ApiAddCalendarMemberRequest struct + ApiService *CalendarsAPIService + func (r ApiAddCalendarMemberRequest) AddCalendarMemberRequest(addCalendarMemberRequest AddCalendarMemberRequest) ApiAddCalendarMemberRequest + func (r ApiAddCalendarMemberRequest) Execute() (*CalendarMember, *http.Response, error) + type ApiAddContactListMemberRequest struct + ApiService *ContactListsAPIService + func (r ApiAddContactListMemberRequest) AddContactListMemberRequest(addContactListMemberRequest AddContactListMemberRequest) ApiAddContactListMemberRequest + func (r ApiAddContactListMemberRequest) Execute() (*http.Response, error) + type ApiAddSharedMemberRequest struct + ApiService *MailboxesAPIService + func (r ApiAddSharedMemberRequest) AddSharedMemberRequest(addSharedMemberRequest AddSharedMemberRequest) ApiAddSharedMemberRequest + func (r ApiAddSharedMemberRequest) Execute() (*SharedMember, *http.Response, error) + type ApiBatchLookupPublicKeysRequest struct + ApiService *EncryptionAPIService + func (r ApiBatchLookupPublicKeysRequest) Emails(emails string) ApiBatchLookupPublicKeysRequest + func (r ApiBatchLookupPublicKeysRequest) Execute() (*BatchLookupPublicKeys200Response, *http.Response, error) + type ApiCancelAddOnRequest struct + ApiService *AddOnsAPIService + func (r ApiCancelAddOnRequest) Execute() (*http.Response, error) + type ApiCancelMigrationRequest struct + ApiService *MigrationsAPIService + func (r ApiCancelMigrationRequest) Execute() (*DiscoverMigration202Response, *http.Response, error) + type ApiCheckMigrationDNSRequest struct + ApiService *MigrationsAPIService + func (r ApiCheckMigrationDNSRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiCreateBillingCheckoutRequest struct + ApiService *BillingAPIService + func (r ApiCreateBillingCheckoutRequest) CreateBillingCheckoutRequest(createBillingCheckoutRequest CreateBillingCheckoutRequest) ApiCreateBillingCheckoutRequest + func (r ApiCreateBillingCheckoutRequest) Execute() (*CreateBillingCheckout200Response, *http.Response, error) + type ApiCreateCalendarEventRequest struct + ApiService *CalendarsAPIService + func (r ApiCreateCalendarEventRequest) CreateCalendarEventRequest(createCalendarEventRequest CreateCalendarEventRequest) ApiCreateCalendarEventRequest + func (r ApiCreateCalendarEventRequest) Execute() (*CalendarEvent, *http.Response, error) + type ApiCreateCalendarIntegrationRequest struct + ApiService *CalendarsAPIService + func (r ApiCreateCalendarIntegrationRequest) CreateCalendarIntegrationRequest(createCalendarIntegrationRequest CreateCalendarIntegrationRequest) ApiCreateCalendarIntegrationRequest + func (r ApiCreateCalendarIntegrationRequest) Execute() (*CalendarIntegration, *http.Response, error) + type ApiCreateCalendarRequest struct + ApiService *CalendarsAPIService + func (r ApiCreateCalendarRequest) CreateCalendarRequest(createCalendarRequest CreateCalendarRequest) ApiCreateCalendarRequest + func (r ApiCreateCalendarRequest) Execute() (*Calendar, *http.Response, error) + type ApiCreateContactListRequest struct + ApiService *ContactListsAPIService + func (r ApiCreateContactListRequest) CreateContactListRequest(createContactListRequest CreateContactListRequest) ApiCreateContactListRequest + func (r ApiCreateContactListRequest) Execute() (*ContactList, *http.Response, error) + type ApiCreateContactRequest struct + ApiService *ContactsAPIService + func (r ApiCreateContactRequest) CreateContactRequest(createContactRequest CreateContactRequest) ApiCreateContactRequest + func (r ApiCreateContactRequest) Execute() (*Contact, *http.Response, error) + type ApiCreateDedicatedIPRequestRequest struct + ApiService *IpPoolsAPIService + func (r ApiCreateDedicatedIPRequestRequest) CreateDedicatedIPRequestRequest(createDedicatedIPRequestRequest CreateDedicatedIPRequestRequest) ApiCreateDedicatedIPRequestRequest + func (r ApiCreateDedicatedIPRequestRequest) Execute() (*DedicatedIPRequest, *http.Response, error) + type ApiCreateDistributionListRequest struct + ApiService *DistributionListsAPIService + func (r ApiCreateDistributionListRequest) CreateDistributionListRequest(createDistributionListRequest CreateDistributionListRequest) ApiCreateDistributionListRequest + func (r ApiCreateDistributionListRequest) Execute() (*DistributionListDetail, *http.Response, error) + type ApiCreateEncryptionKeyRequest struct + ApiService *EncryptionAPIService + func (r ApiCreateEncryptionKeyRequest) CreateEncryptionKeyRequest(createEncryptionKeyRequest CreateEncryptionKeyRequest) ApiCreateEncryptionKeyRequest + func (r ApiCreateEncryptionKeyRequest) Execute() (*CreateEncryptionKey201Response, *http.Response, error) + type ApiCreateEncryptionRecoveryRequest struct + ApiService *EncryptionAPIService + func (r ApiCreateEncryptionRecoveryRequest) CreateEncryptionRecoveryRequest(createEncryptionRecoveryRequest CreateEncryptionRecoveryRequest) ApiCreateEncryptionRecoveryRequest + func (r ApiCreateEncryptionRecoveryRequest) Execute() (*http.Response, error) + type ApiCreateMigrationCredentialRequest struct + ApiService *MigrationsAPIService + func (r ApiCreateMigrationCredentialRequest) CreateMigrationCredentialRequest(createMigrationCredentialRequest CreateMigrationCredentialRequest) ApiCreateMigrationCredentialRequest + func (r ApiCreateMigrationCredentialRequest) Execute() (*MigrationCredential, *http.Response, error) + type ApiCreateMigrationRequest struct + ApiService *MigrationsAPIService + func (r ApiCreateMigrationRequest) CreateMigrationRequest(createMigrationRequest CreateMigrationRequest) ApiCreateMigrationRequest + func (r ApiCreateMigrationRequest) Execute() (*Migration, *http.Response, error) + type ApiCreateResourceRequest struct + ApiService *ResourcesAPIService + func (r ApiCreateResourceRequest) CreateResourceRequest(createResourceRequest CreateResourceRequest) ApiCreateResourceRequest + func (r ApiCreateResourceRequest) Execute() (*Resource, *http.Response, error) + type ApiCreateUnitsCheckoutRequest struct + ApiService *BillingAPIService + func (r ApiCreateUnitsCheckoutRequest) CreateUnitsCheckoutRequest(createUnitsCheckoutRequest CreateUnitsCheckoutRequest) ApiCreateUnitsCheckoutRequest + func (r ApiCreateUnitsCheckoutRequest) Execute() (*CreateUnitsCheckout200Response, *http.Response, error) + type ApiCreateUserRequest struct + ApiService *UsersAPIService + func (r ApiCreateUserRequest) CreateUserRequest(createUserRequest CreateUserRequest) ApiCreateUserRequest + func (r ApiCreateUserRequest) Execute() (*User, *http.Response, error) + type ApiDeleteCalendarEventRequest struct + ApiService *CalendarsAPIService + func (r ApiDeleteCalendarEventRequest) Execute() (*http.Response, error) + type ApiDeleteCalendarIntegrationRequest struct + ApiService *CalendarsAPIService + func (r ApiDeleteCalendarIntegrationRequest) Execute() (*http.Response, error) + type ApiDeleteCalendarRequest struct + ApiService *CalendarsAPIService + func (r ApiDeleteCalendarRequest) Execute() (*http.Response, error) + type ApiDeleteContactListRequest struct + ApiService *ContactListsAPIService + func (r ApiDeleteContactListRequest) Execute() (*http.Response, error) + type ApiDeleteContactRequest struct + ApiService *ContactsAPIService + func (r ApiDeleteContactRequest) Execute() (*http.Response, error) + type ApiDeleteDistributionListRequest struct + ApiService *DistributionListsAPIService + func (r ApiDeleteDistributionListRequest) Execute() (*http.Response, error) + type ApiDeleteMigrationCredentialRequest struct + ApiService *MigrationsAPIService + func (r ApiDeleteMigrationCredentialRequest) Execute() (*http.Response, error) + type ApiDeleteMigrationRequest struct + ApiService *MigrationsAPIService + func (r ApiDeleteMigrationRequest) Execute() (*http.Response, error) + type ApiDeleteResourceRequest struct + ApiService *ResourcesAPIService + func (r ApiDeleteResourceRequest) Execute() (*http.Response, error) + type ApiDeleteUserRequest struct + ApiService *UsersAPIService + func (r ApiDeleteUserRequest) Execute() (*http.Response, error) + type ApiDeltaSyncMigrationRequest struct + ApiService *MigrationsAPIService + func (r ApiDeltaSyncMigrationRequest) Execute() (*StartMigration202Response, *http.Response, error) + type ApiDiscoverMigrationRequest struct + ApiService *MigrationsAPIService + func (r ApiDiscoverMigrationRequest) Execute() (*DiscoverMigration202Response, *http.Response, error) + type ApiFinalSyncMigrationRequest struct + ApiService *MigrationsAPIService + func (r ApiFinalSyncMigrationRequest) Execute() (*StartMigration202Response, *http.Response, error) + type ApiGetAddOnStatusRequest struct + ApiService *AddOnsAPIService + func (r ApiGetAddOnStatusRequest) Execute() (*GetAddOnStatus200Response, *http.Response, error) + type ApiGetAuditSummaryRequest struct + ApiService *DashboardAPIService + func (r ApiGetAuditSummaryRequest) Execute() (*GetAuditSummary200Response, *http.Response, error) + type ApiGetBillingRequest struct + ApiService *BillingAPIService + func (r ApiGetBillingRequest) Execute() (*BillingStatus, *http.Response, error) + type ApiGetCalendarPoliciesRequest struct + ApiService *CalendarsAPIService + func (r ApiGetCalendarPoliciesRequest) Execute() (*CalendarPolicies, *http.Response, error) + type ApiGetCalendarRequest struct + ApiService *CalendarsAPIService + func (r ApiGetCalendarRequest) Execute() (*Calendar, *http.Response, error) + type ApiGetCalendarSecurityRequest struct + ApiService *CalendarsAPIService + func (r ApiGetCalendarSecurityRequest) Execute() (*GetCalendarSecurity200Response, *http.Response, error) + type ApiGetContactListRequest struct + ApiService *ContactListsAPIService + func (r ApiGetContactListRequest) Execute() (*GetContactList200Response, *http.Response, error) + type ApiGetContactListsRequest struct + ApiService *ContactsAPIService + func (r ApiGetContactListsRequest) Execute() (*GetContactLists200Response, *http.Response, error) + type ApiGetContactRequest struct + ApiService *ContactsAPIService + func (r ApiGetContactRequest) Execute() (*Contact, *http.Response, error) + type ApiGetDirectoryActivityRequest struct + ApiService *DirectoryAPIService + func (r ApiGetDirectoryActivityRequest) Execute() (*GetDirectoryActivity200Response, *http.Response, error) + type ApiGetDirectoryPermissionsRequest struct + ApiService *DirectoryAPIService + func (r ApiGetDirectoryPermissionsRequest) Execute() (*DirectoryPermissions, *http.Response, error) + type ApiGetDirectoryStatsRequest struct + ApiService *DirectoryAPIService + func (r ApiGetDirectoryStatsRequest) Execute() (*GetDirectoryStats200Response, *http.Response, error) + type ApiGetDistributionListRequest struct + ApiService *DistributionListsAPIService + func (r ApiGetDistributionListRequest) Execute() (*DistributionListDetail, *http.Response, error) + type ApiGetDomainsStatusRequest struct + ApiService *DashboardAPIService + func (r ApiGetDomainsStatusRequest) Execute() (*GetDomainsStatus200Response, *http.Response, error) + type ApiGetEncryptionKeyRequest struct + ApiService *EncryptionAPIService + func (r ApiGetEncryptionKeyRequest) Execute() (*GetEncryptionKey200Response, *http.Response, error) + type ApiGetGALSettingsRequest struct + ApiService *DirectoryAPIService + func (r ApiGetGALSettingsRequest) Execute() (*GALSettings, *http.Response, error) + type ApiGetIPAssignmentRequest struct + ApiService *IpPoolsAPIService + func (r ApiGetIPAssignmentRequest) Execute() (*GetIPAssignment200Response, *http.Response, error) + type ApiGetIntegrationsSummaryRequest struct + ApiService *DashboardAPIService + func (r ApiGetIntegrationsSummaryRequest) Execute() (*GetIntegrationsSummary200Response, *http.Response, error) + type ApiGetMigrationProgressRequest struct + ApiService *MigrationsAPIService + func (r ApiGetMigrationProgressRequest) Execute() (*MigrationProgress, *http.Response, error) + type ApiGetMigrationRequest struct + ApiService *MigrationsAPIService + func (r ApiGetMigrationRequest) Execute() (*Migration, *http.Response, error) + type ApiGetResourceRequest struct + ApiService *ResourcesAPIService + func (r ApiGetResourceRequest) Execute() (*Resource, *http.Response, error) + type ApiGetSecurityRequest struct + ApiService *DashboardAPIService + func (r ApiGetSecurityRequest) Execute() (*GetSecurity200Response, *http.Response, error) + type ApiGetStorageRequest struct + ApiService *DashboardAPIService + func (r ApiGetStorageRequest) Execute() (*GetStorage200Response, *http.Response, error) + type ApiGetTenantHealthRequest struct + ApiService *DashboardAPIService + func (r ApiGetTenantHealthRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiGetUserInsightsRequest struct + ApiService *DashboardAPIService + func (r ApiGetUserInsightsRequest) Execute() (*GetUserInsights200Response, *http.Response, error) + type ApiGetUserRequest struct + ApiService *UsersAPIService + func (r ApiGetUserRequest) Execute() (*User, *http.Response, error) + type ApiHealthzGetRequest struct + ApiService *HealthAPIService + func (r ApiHealthzGetRequest) Execute() (*HealthzGet200Response, *http.Response, error) + type ApiKeyInfo struct + CreatedAt time.Time + Id string + Label string + LastUsedAt *time.Time + Prefix string + RevokedAt *time.Time + Scopes []string + TenantId string + func NewApiKeyInfo(id string, tenantId string, prefix string, scopes []string, label string, ...) *ApiKeyInfo + func NewApiKeyInfoWithDefaults() *ApiKeyInfo + func (o *ApiKeyInfo) GetCreatedAt() time.Time + func (o *ApiKeyInfo) GetCreatedAtOk() (*time.Time, bool) + func (o *ApiKeyInfo) GetId() string + func (o *ApiKeyInfo) GetIdOk() (*string, bool) + func (o *ApiKeyInfo) GetLabel() string + func (o *ApiKeyInfo) GetLabelOk() (*string, bool) + func (o *ApiKeyInfo) GetLastUsedAt() time.Time + func (o *ApiKeyInfo) GetLastUsedAtOk() (*time.Time, bool) + func (o *ApiKeyInfo) GetPrefix() string + func (o *ApiKeyInfo) GetPrefixOk() (*string, bool) + func (o *ApiKeyInfo) GetRevokedAt() time.Time + func (o *ApiKeyInfo) GetRevokedAtOk() (*time.Time, bool) + func (o *ApiKeyInfo) GetScopes() []string + func (o *ApiKeyInfo) GetScopesOk() ([]string, bool) + func (o *ApiKeyInfo) GetTenantId() string + func (o *ApiKeyInfo) GetTenantIdOk() (*string, bool) + func (o *ApiKeyInfo) HasLastUsedAt() bool + func (o *ApiKeyInfo) HasRevokedAt() bool + func (o *ApiKeyInfo) SetCreatedAt(v time.Time) + func (o *ApiKeyInfo) SetId(v string) + func (o *ApiKeyInfo) SetLabel(v string) + func (o *ApiKeyInfo) SetLastUsedAt(v time.Time) + func (o *ApiKeyInfo) SetPrefix(v string) + func (o *ApiKeyInfo) SetRevokedAt(v time.Time) + func (o *ApiKeyInfo) SetScopes(v []string) + func (o *ApiKeyInfo) SetTenantId(v string) + func (o *ApiKeyInfo) UnmarshalJSON(data []byte) (err error) + func (o ApiKeyInfo) MarshalJSON() ([]byte, error) + func (o ApiKeyInfo) ToMap() (map[string]interface{}, error) + type ApiKeysAPIService service + func (a *ApiKeysAPIService) V1ApiKeysGet(ctx context.Context) ApiV1ApiKeysGetRequest + func (a *ApiKeysAPIService) V1ApiKeysGetExecute(r ApiV1ApiKeysGetRequest) (*V1ApiKeysGet200Response, *http.Response, error) + func (a *ApiKeysAPIService) V1ApiKeysIdDelete(ctx context.Context, id string) ApiV1ApiKeysIdDeleteRequest + func (a *ApiKeysAPIService) V1ApiKeysIdDeleteExecute(r ApiV1ApiKeysIdDeleteRequest) (*http.Response, error) + func (a *ApiKeysAPIService) V1ApiKeysPost(ctx context.Context) ApiV1ApiKeysPostRequest + func (a *ApiKeysAPIService) V1ApiKeysPostExecute(r ApiV1ApiKeysPostRequest) (*V1ApiKeysPost201Response, *http.Response, error) + type ApiListAddOnsRequest struct + ApiService *AddOnsAPIService + func (r ApiListAddOnsRequest) Execute() (*ListAddOns200Response, *http.Response, error) + type ApiListCalendarEventsRequest struct + ApiService *CalendarsAPIService + func (r ApiListCalendarEventsRequest) Execute() (*ListCalendarEvents200Response, *http.Response, error) + func (r ApiListCalendarEventsRequest) From(from time.Time) ApiListCalendarEventsRequest + func (r ApiListCalendarEventsRequest) To(to time.Time) ApiListCalendarEventsRequest + type ApiListCalendarIntegrationsRequest struct + ApiService *CalendarsAPIService + func (r ApiListCalendarIntegrationsRequest) Execute() (*ListCalendarIntegrations200Response, *http.Response, error) + type ApiListCalendarMembersRequest struct + ApiService *CalendarsAPIService + func (r ApiListCalendarMembersRequest) Execute() (*ListCalendarMembers200Response, *http.Response, error) + type ApiListCalendarsRequest struct + ApiService *CalendarsAPIService + func (r ApiListCalendarsRequest) Execute() (*ListCalendars200Response, *http.Response, error) + type ApiListContactListsRequest struct + ApiService *ContactListsAPIService + func (r ApiListContactListsRequest) Execute() (*ListContactLists200Response, *http.Response, error) + type ApiListContactsRequest struct + ApiService *ContactsAPIService + func (r ApiListContactsRequest) Department(department string) ApiListContactsRequest + func (r ApiListContactsRequest) Execute() (*ListContacts200Response, *http.Response, error) + func (r ApiListContactsRequest) Q(q string) ApiListContactsRequest + func (r ApiListContactsRequest) Source(source string) ApiListContactsRequest + func (r ApiListContactsRequest) Status(status string) ApiListContactsRequest + func (r ApiListContactsRequest) Type_(type_ string) ApiListContactsRequest + type ApiListDedicatedIPRequestsRequest struct + ApiService *IpPoolsAPIService + func (r ApiListDedicatedIPRequestsRequest) Execute() (*ListDedicatedIPRequests200Response, *http.Response, error) + type ApiListDistributionListsRequest struct + ApiService *DistributionListsAPIService + func (r ApiListDistributionListsRequest) Execute() (*ListDistributionLists200Response, *http.Response, error) + type ApiListMigrationCredentialsRequest struct + ApiService *MigrationsAPIService + func (r ApiListMigrationCredentialsRequest) Execute() (*ListMigrationCredentials200Response, *http.Response, error) + type ApiListMigrationEventsRequest struct + ApiService *MigrationsAPIService + func (r ApiListMigrationEventsRequest) Execute() (*ListMigrationEvents200Response, *http.Response, error) + type ApiListMigrationMailboxesRequest struct + ApiService *MigrationsAPIService + func (r ApiListMigrationMailboxesRequest) Execute() (*ListMigrationMailboxes200Response, *http.Response, error) + type ApiListMigrationsRequest struct + ApiService *MigrationsAPIService + func (r ApiListMigrationsRequest) Execute() (*ListMigrations200Response, *http.Response, error) + type ApiListResourcesRequest struct + ApiService *ResourcesAPIService + func (r ApiListResourcesRequest) Execute() (*ListResources200Response, *http.Response, error) + type ApiListSharedMembersRequest struct + ApiService *MailboxesAPIService + func (r ApiListSharedMembersRequest) Execute() (*ListSharedMembers200Response, *http.Response, error) + type ApiListUsersRequest struct + ApiService *UsersAPIService + func (r ApiListUsersRequest) Execute() (*ListUsers200Response, *http.Response, error) + func (r ApiListUsersRequest) Limit(limit int32) ApiListUsersRequest + type ApiMapMigrationRequest struct + ApiService *MigrationsAPIService + func (r ApiMapMigrationRequest) Execute() (*DiscoverMigration202Response, *http.Response, error) + func (r ApiMapMigrationRequest) MapMigrationRequest(mapMigrationRequest MapMigrationRequest) ApiMapMigrationRequest + type ApiRebuildGALIndexRequest struct + ApiService *DirectoryAPIService + func (r ApiRebuildGALIndexRequest) Execute() (*GALSettings, *http.Response, error) + type ApiRemoveCalendarMemberRequest struct + ApiService *CalendarsAPIService + func (r ApiRemoveCalendarMemberRequest) Execute() (*http.Response, error) + type ApiRemoveContactListMemberRequest struct + ApiService *ContactListsAPIService + func (r ApiRemoveContactListMemberRequest) Execute() (*http.Response, error) + type ApiRemoveSharedMemberRequest struct + ApiService *MailboxesAPIService + func (r ApiRemoveSharedMemberRequest) Execute() (*http.Response, error) + type ApiReplaceDistributionListMembersRequest struct + ApiService *DistributionListsAPIService + func (r ApiReplaceDistributionListMembersRequest) Execute() (*ReplaceDistributionListMembers200Response, *http.Response, error) + func (r ApiReplaceDistributionListMembersRequest) ReplaceDistributionListMembersRequest(replaceDistributionListMembersRequest ReplaceDistributionListMembersRequest) ApiReplaceDistributionListMembersRequest + type ApiRetryMigrationRequest struct + ApiService *MigrationsAPIService + func (r ApiRetryMigrationRequest) Execute() (*DiscoverMigration202Response, *http.Response, error) + type ApiRotateEncryptionKeyRequest struct + ApiService *EncryptionAPIService + func (r ApiRotateEncryptionKeyRequest) Execute() (*http.Response, error) + func (r ApiRotateEncryptionKeyRequest) RotateEncryptionKeyRequest(rotateEncryptionKeyRequest RotateEncryptionKeyRequest) ApiRotateEncryptionKeyRequest + type ApiSignupRequest struct + ApiService *SignupAPIService + func (r ApiSignupRequest) Execute() (*V1AdminLoginPost200Response, *http.Response, error) + func (r ApiSignupRequest) SignupRequest(signupRequest SignupRequest) ApiSignupRequest + type ApiStartMigrationRequest struct + ApiService *MigrationsAPIService + func (r ApiStartMigrationRequest) Execute() (*StartMigration202Response, *http.Response, error) + type ApiSyncCalendarIntegrationRequest struct + ApiService *CalendarsAPIService + func (r ApiSyncCalendarIntegrationRequest) Execute() (*CalendarIntegration, *http.Response, error) + type ApiSyncGALRequest struct + ApiService *DirectoryAPIService + func (r ApiSyncGALRequest) Execute() (*GALSettings, *http.Response, error) + type ApiUpdateCalendarEventRequest struct + ApiService *CalendarsAPIService + func (r ApiUpdateCalendarEventRequest) Execute() (*CalendarEvent, *http.Response, error) + func (r ApiUpdateCalendarEventRequest) UpdateCalendarEventRequest(updateCalendarEventRequest UpdateCalendarEventRequest) ApiUpdateCalendarEventRequest + type ApiUpdateCalendarIntegrationRequest struct + ApiService *CalendarsAPIService + func (r ApiUpdateCalendarIntegrationRequest) Execute() (*CalendarIntegration, *http.Response, error) + func (r ApiUpdateCalendarIntegrationRequest) UpdateCalendarIntegrationRequest(updateCalendarIntegrationRequest UpdateCalendarIntegrationRequest) ApiUpdateCalendarIntegrationRequest + type ApiUpdateCalendarMemberRequest struct + ApiService *CalendarsAPIService + func (r ApiUpdateCalendarMemberRequest) Execute() (*CalendarMember, *http.Response, error) + func (r ApiUpdateCalendarMemberRequest) UpdateCalendarMemberRequest(updateCalendarMemberRequest UpdateCalendarMemberRequest) ApiUpdateCalendarMemberRequest + type ApiUpdateCalendarPoliciesRequest struct + ApiService *CalendarsAPIService + func (r ApiUpdateCalendarPoliciesRequest) Execute() (*CalendarPolicies, *http.Response, error) + func (r ApiUpdateCalendarPoliciesRequest) UpdateCalendarPoliciesRequest(updateCalendarPoliciesRequest UpdateCalendarPoliciesRequest) ApiUpdateCalendarPoliciesRequest + type ApiUpdateCalendarRequest struct + ApiService *CalendarsAPIService + func (r ApiUpdateCalendarRequest) Execute() (*Calendar, *http.Response, error) + func (r ApiUpdateCalendarRequest) UpdateCalendarRequest(updateCalendarRequest UpdateCalendarRequest) ApiUpdateCalendarRequest + type ApiUpdateContactListRequest struct + ApiService *ContactListsAPIService + func (r ApiUpdateContactListRequest) Execute() (*ContactList, *http.Response, error) + func (r ApiUpdateContactListRequest) UpdateContactListRequest(updateContactListRequest UpdateContactListRequest) ApiUpdateContactListRequest + type ApiUpdateContactRequest struct + ApiService *ContactsAPIService + func (r ApiUpdateContactRequest) Execute() (*Contact, *http.Response, error) + func (r ApiUpdateContactRequest) UpdateContactRequest(updateContactRequest UpdateContactRequest) ApiUpdateContactRequest + type ApiUpdateDirectoryPermissionsRequest struct + ApiService *DirectoryAPIService + func (r ApiUpdateDirectoryPermissionsRequest) Execute() (*DirectoryPermissions, *http.Response, error) + func (r ApiUpdateDirectoryPermissionsRequest) UpdateDirectoryPermissionsRequest(updateDirectoryPermissionsRequest UpdateDirectoryPermissionsRequest) ApiUpdateDirectoryPermissionsRequest + type ApiUpdateGALSettingsRequest struct + ApiService *DirectoryAPIService + func (r ApiUpdateGALSettingsRequest) Execute() (*GALSettings, *http.Response, error) + func (r ApiUpdateGALSettingsRequest) UpdateGALSettingsRequest(updateGALSettingsRequest UpdateGALSettingsRequest) ApiUpdateGALSettingsRequest + type ApiUpdateMigrationMailboxRequest struct + ApiService *MigrationsAPIService + func (r ApiUpdateMigrationMailboxRequest) Execute() (*http.Response, error) + func (r ApiUpdateMigrationMailboxRequest) UpdateMigrationMailboxRequest(updateMigrationMailboxRequest UpdateMigrationMailboxRequest) ApiUpdateMigrationMailboxRequest + type ApiUpdateMigrationRequest struct + ApiService *MigrationsAPIService + func (r ApiUpdateMigrationRequest) Execute() (*Migration, *http.Response, error) + func (r ApiUpdateMigrationRequest) UpdateMigrationRequest(updateMigrationRequest UpdateMigrationRequest) ApiUpdateMigrationRequest + type ApiUpdateResourceRequest struct + ApiService *ResourcesAPIService + func (r ApiUpdateResourceRequest) Execute() (*Resource, *http.Response, error) + func (r ApiUpdateResourceRequest) UpdateResourceRequest(updateResourceRequest UpdateResourceRequest) ApiUpdateResourceRequest + type ApiUpdateUserRequest struct + ApiService *UsersAPIService + func (r ApiUpdateUserRequest) Execute() (*User, *http.Response, error) + func (r ApiUpdateUserRequest) UpdateUserRequest(updateUserRequest UpdateUserRequest) ApiUpdateUserRequest + type ApiV1AdminLoginPostRequest struct + ApiService *AdminAPIService + func (r ApiV1AdminLoginPostRequest) Execute() (*V1AdminLoginPost200Response, *http.Response, error) + func (r ApiV1AdminLoginPostRequest) V1AdminLoginPostRequest(v1AdminLoginPostRequest V1AdminLoginPostRequest) ApiV1AdminLoginPostRequest + type ApiV1AdminLogoutPostRequest struct + ApiService *AdminAPIService + func (r ApiV1AdminLogoutPostRequest) Execute() (*http.Response, error) + type ApiV1AdminMeGetRequest struct + ApiService *AdminAPIService + func (r ApiV1AdminMeGetRequest) Execute() (*V1AdminMeGet200Response, *http.Response, error) + type ApiV1AdminsGetRequest struct + ApiService *AdminsAPIService + func (r ApiV1AdminsGetRequest) Execute() (*V1AdminsGet200Response, *http.Response, error) + type ApiV1AdminsIdDeleteRequest struct + ApiService *AdminsAPIService + func (r ApiV1AdminsIdDeleteRequest) Execute() (*http.Response, error) + type ApiV1AdminsIdPatchRequest struct + ApiService *AdminsAPIService + func (r ApiV1AdminsIdPatchRequest) Execute() (*AdminFull, *http.Response, error) + func (r ApiV1AdminsIdPatchRequest) V1AdminsIdPatchRequest(v1AdminsIdPatchRequest V1AdminsIdPatchRequest) ApiV1AdminsIdPatchRequest + type ApiV1AdminsPostRequest struct + ApiService *AdminsAPIService + func (r ApiV1AdminsPostRequest) Execute() (*AdminFull, *http.Response, error) + func (r ApiV1AdminsPostRequest) V1AdminsPostRequest(v1AdminsPostRequest V1AdminsPostRequest) ApiV1AdminsPostRequest + type ApiV1AiConfigGetRequest struct + ApiService *AiAPIService + func (r ApiV1AiConfigGetRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1AiConfigPutRequest struct + ApiService *AiAPIService + func (r ApiV1AiConfigPutRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1AliasesAddressDeleteRequest struct + ApiService *AliasesAPIService + func (r ApiV1AliasesAddressDeleteRequest) Execute() (*http.Response, error) + type ApiV1AliasesGetRequest struct + ApiService *AliasesAPIService + func (r ApiV1AliasesGetRequest) Execute() (*V1AliasesGet200Response, *http.Response, error) + type ApiV1AliasesPostRequest struct + ApiService *AliasesAPIService + func (r ApiV1AliasesPostRequest) Execute() (*Alias, *http.Response, error) + func (r ApiV1AliasesPostRequest) V1AliasesPostRequest(v1AliasesPostRequest V1AliasesPostRequest) ApiV1AliasesPostRequest + type ApiV1ApiKeysGetRequest struct + ApiService *ApiKeysAPIService + func (r ApiV1ApiKeysGetRequest) Execute() (*V1ApiKeysGet200Response, *http.Response, error) + type ApiV1ApiKeysIdDeleteRequest struct + ApiService *ApiKeysAPIService + func (r ApiV1ApiKeysIdDeleteRequest) Execute() (*http.Response, error) + type ApiV1ApiKeysKeyIDMailboxesGetRequest struct + ApiService *AgentsAPIService + func (r ApiV1ApiKeysKeyIDMailboxesGetRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1ApiKeysKeyIDMailboxesMailboxIDDeleteRequest struct + ApiService *AgentsAPIService + func (r ApiV1ApiKeysKeyIDMailboxesMailboxIDDeleteRequest) Execute() (*http.Response, error) + type ApiV1ApiKeysKeyIDMailboxesPostRequest struct + ApiService *AgentsAPIService + func (r ApiV1ApiKeysKeyIDMailboxesPostRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1ApiKeysPostRequest struct + ApiService *ApiKeysAPIService + func (r ApiV1ApiKeysPostRequest) Execute() (*V1ApiKeysPost201Response, *http.Response, error) + func (r ApiV1ApiKeysPostRequest) V1ApiKeysPostRequest(v1ApiKeysPostRequest V1ApiKeysPostRequest) ApiV1ApiKeysPostRequest + type ApiV1AuthWhoamiGetRequest struct + ApiService *AgentsAPIService + func (r ApiV1AuthWhoamiGetRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1BillingAiUnitsCheckoutPostRequest struct + ApiService *AiAPIService + func (r ApiV1BillingAiUnitsCheckoutPostRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1ContactsLookupGetRequest struct + ApiService *AgentsAPIService + func (r ApiV1ContactsLookupGetRequest) Email(email string) ApiV1ContactsLookupGetRequest + func (r ApiV1ContactsLookupGetRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1DomainsDomainDeleteRequest struct + ApiService *DomainsAPIService + func (r ApiV1DomainsDomainDeleteRequest) Execute() (*http.Response, error) + type ApiV1DomainsDomainGetRequest struct + ApiService *DomainsAPIService + func (r ApiV1DomainsDomainGetRequest) Execute() (*Domain, *http.Response, error) + type ApiV1DomainsDomainVerifyPostRequest struct + ApiService *DomainsAPIService + func (r ApiV1DomainsDomainVerifyPostRequest) Execute() (*Domain, *http.Response, error) + type ApiV1DomainsGetRequest struct + ApiService *DomainsAPIService + func (r ApiV1DomainsGetRequest) Execute() (*V1DomainsGet200Response, *http.Response, error) + type ApiV1DomainsPostRequest struct + ApiService *DomainsAPIService + func (r ApiV1DomainsPostRequest) Execute() (*Domain, *http.Response, error) + func (r ApiV1DomainsPostRequest) V1DomainsPostRequest(v1DomainsPostRequest V1DomainsPostRequest) ApiV1DomainsPostRequest + type ApiV1DraftsDraftIDApprovePostRequest struct + ApiService *DraftsAPIService + func (r ApiV1DraftsDraftIDApprovePostRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1DraftsDraftIDCancelPostRequest struct + ApiService *DraftsAPIService + func (r ApiV1DraftsDraftIDCancelPostRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1DraftsDraftIDGetRequest struct + ApiService *DraftsAPIService + func (r ApiV1DraftsDraftIDGetRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1DraftsDraftIDRejectPostRequest struct + ApiService *DraftsAPIService + func (r ApiV1DraftsDraftIDRejectPostRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1DraftsGetRequest struct + ApiService *DraftsAPIService + func (r ApiV1DraftsGetRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiV1DraftsGetRequest) Limit(limit int32) ApiV1DraftsGetRequest + func (r ApiV1DraftsGetRequest) Status(status string) ApiV1DraftsGetRequest + type ApiV1InboxesGetRequest struct + ApiService *AgentsAPIService + func (r ApiV1InboxesGetRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1InboxesMailboxDraftsPostRequest struct + ApiService *DraftsAPIService + func (r ApiV1InboxesMailboxDraftsPostRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiV1InboxesMailboxDraftsPostRequest) IdempotencyKey(idempotencyKey string) ApiV1InboxesMailboxDraftsPostRequest + type ApiV1InboxesMailboxMessagesPostRequest struct + ApiService *AgentsAPIService + func (r ApiV1InboxesMailboxMessagesPostRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiV1InboxesMailboxMessagesPostRequest) IdempotencyKey(idempotencyKey string) ApiV1InboxesMailboxMessagesPostRequest + func (r ApiV1InboxesMailboxMessagesPostRequest) V1InboxesMailboxMessagesPostRequest(v1InboxesMailboxMessagesPostRequest V1InboxesMailboxMessagesPostRequest) ApiV1InboxesMailboxMessagesPostRequest + type ApiV1InboxesMailboxThreadsGetRequest struct + ApiService *AgentsAPIService + func (r ApiV1InboxesMailboxThreadsGetRequest) Before(before time.Time) ApiV1InboxesMailboxThreadsGetRequest + func (r ApiV1InboxesMailboxThreadsGetRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiV1InboxesMailboxThreadsGetRequest) Limit(limit int32) ApiV1InboxesMailboxThreadsGetRequest + func (r ApiV1InboxesMailboxThreadsGetRequest) Since(since time.Time) ApiV1InboxesMailboxThreadsGetRequest + type ApiV1MailboxesEmailDeleteRequest struct + ApiService *MailboxesAPIService + func (r ApiV1MailboxesEmailDeleteRequest) Execute() (*http.Response, error) + type ApiV1MailboxesEmailExportDownloadGetRequest struct + ApiService *MailboxesAPIService + func (r ApiV1MailboxesEmailExportDownloadGetRequest) Execute() (*os.File, *http.Response, error) + func (r ApiV1MailboxesEmailExportDownloadGetRequest) Token(token string) ApiV1MailboxesEmailExportDownloadGetRequest + type ApiV1MailboxesEmailExportPostRequest struct + ApiService *MailboxesAPIService + func (r ApiV1MailboxesEmailExportPostRequest) Execute() (*V1MailboxesEmailExportPost201Response, *http.Response, error) + type ApiV1MailboxesEmailGetRequest struct + ApiService *MailboxesAPIService + func (r ApiV1MailboxesEmailGetRequest) Execute() (*Mailbox, *http.Response, error) + type ApiV1MailboxesEmailPatchRequest struct + ApiService *MailboxesAPIService + func (r ApiV1MailboxesEmailPatchRequest) Execute() (*Mailbox, *http.Response, error) + func (r ApiV1MailboxesEmailPatchRequest) V1MailboxesEmailPatchRequest(v1MailboxesEmailPatchRequest V1MailboxesEmailPatchRequest) ApiV1MailboxesEmailPatchRequest + type ApiV1MailboxesEmailVacationDeleteRequest struct + ApiService *MailboxesAPIService + func (r ApiV1MailboxesEmailVacationDeleteRequest) Execute() (*http.Response, error) + type ApiV1MailboxesEmailVacationGetRequest struct + ApiService *MailboxesAPIService + func (r ApiV1MailboxesEmailVacationGetRequest) Execute() (*VacationResponder, *http.Response, error) + type ApiV1MailboxesEmailVacationPutRequest struct + ApiService *MailboxesAPIService + func (r ApiV1MailboxesEmailVacationPutRequest) Execute() (*VacationResponder, *http.Response, error) + func (r ApiV1MailboxesEmailVacationPutRequest) V1MailboxesEmailVacationPutRequest(v1MailboxesEmailVacationPutRequest V1MailboxesEmailVacationPutRequest) ApiV1MailboxesEmailVacationPutRequest + type ApiV1MailboxesGetRequest struct + ApiService *MailboxesAPIService + func (r ApiV1MailboxesGetRequest) Execute() (*V1MailboxesGet200Response, *http.Response, error) + func (r ApiV1MailboxesGetRequest) Limit(limit int32) ApiV1MailboxesGetRequest + type ApiV1MailboxesPostRequest struct + ApiService *MailboxesAPIService + func (r ApiV1MailboxesPostRequest) Execute() (*Mailbox, *http.Response, error) + func (r ApiV1MailboxesPostRequest) V1MailboxesPostRequest(v1MailboxesPostRequest V1MailboxesPostRequest) ApiV1MailboxesPostRequest + type ApiV1MessagesGetRequest struct + ApiService *SendAPIService + func (r ApiV1MessagesGetRequest) Cursor(cursor string) ApiV1MessagesGetRequest + func (r ApiV1MessagesGetRequest) Execute() (*V1MessagesGet200Response, *http.Response, error) + func (r ApiV1MessagesGetRequest) Limit(limit int32) ApiV1MessagesGetRequest + func (r ApiV1MessagesGetRequest) Q(q string) ApiV1MessagesGetRequest + func (r ApiV1MessagesGetRequest) Sender(sender string) ApiV1MessagesGetRequest + func (r ApiV1MessagesGetRequest) Since(since time.Time) ApiV1MessagesGetRequest + func (r ApiV1MessagesGetRequest) Status(status string) ApiV1MessagesGetRequest + type ApiV1MessagesIdDeleteRequest struct + ApiService *SendAPIService + func (r ApiV1MessagesIdDeleteRequest) Execute() (*http.Response, error) + type ApiV1MessagesIdGetRequest struct + ApiService *SendAPIService + func (r ApiV1MessagesIdGetRequest) Execute() (*Message, *http.Response, error) + type ApiV1MessagesStatsGetRequest struct + ApiService *SendAPIService + func (r ApiV1MessagesStatsGetRequest) Domain(domain string) ApiV1MessagesStatsGetRequest + func (r ApiV1MessagesStatsGetRequest) Execute() (*MessageStats, *http.Response, error) + func (r ApiV1MessagesStatsGetRequest) From(from time.Time) ApiV1MessagesStatsGetRequest + func (r ApiV1MessagesStatsGetRequest) To(to time.Time) ApiV1MessagesStatsGetRequest + type ApiV1SendBatchPostRequest struct + ApiService *SendAPIService + func (r ApiV1SendBatchPostRequest) Execute() (*V1SendBatchPost200Response, *http.Response, error) + func (r ApiV1SendBatchPostRequest) IdempotencyKey(idempotencyKey string) ApiV1SendBatchPostRequest + func (r ApiV1SendBatchPostRequest) V1SendBatchPostRequest(v1SendBatchPostRequest V1SendBatchPostRequest) ApiV1SendBatchPostRequest + type ApiV1SendPostRequest struct + ApiService *SendAPIService + func (r ApiV1SendPostRequest) Execute() (*V1SendPost202Response, *http.Response, error) + func (r ApiV1SendPostRequest) IdempotencyKey(idempotencyKey string) ApiV1SendPostRequest + func (r ApiV1SendPostRequest) V1SendPostRequest(v1SendPostRequest V1SendPostRequest) ApiV1SendPostRequest + type ApiV1SuppressionsEmailDeleteRequest struct + ApiService *SuppressionsAPIService + func (r ApiV1SuppressionsEmailDeleteRequest) Execute() (*http.Response, error) + type ApiV1SuppressionsEmailGetRequest struct + ApiService *SuppressionsAPIService + func (r ApiV1SuppressionsEmailGetRequest) Execute() (*Suppression, *http.Response, error) + type ApiV1SuppressionsGetRequest struct + ApiService *SuppressionsAPIService + func (r ApiV1SuppressionsGetRequest) Cursor(cursor string) ApiV1SuppressionsGetRequest + func (r ApiV1SuppressionsGetRequest) Execute() (*V1SuppressionsGet200Response, *http.Response, error) + func (r ApiV1SuppressionsGetRequest) Limit(limit int32) ApiV1SuppressionsGetRequest + func (r ApiV1SuppressionsGetRequest) Reason(reason string) ApiV1SuppressionsGetRequest + type ApiV1SuppressionsPostRequest struct + ApiService *SuppressionsAPIService + func (r ApiV1SuppressionsPostRequest) Execute() (*Suppression, *http.Response, error) + func (r ApiV1SuppressionsPostRequest) V1SuppressionsPostRequest(v1SuppressionsPostRequest V1SuppressionsPostRequest) ApiV1SuppressionsPostRequest + type ApiV1TemplatesGetRequest struct + ApiService *TemplatesAPIService + func (r ApiV1TemplatesGetRequest) Execute() (*V1TemplatesGet200Response, *http.Response, error) + type ApiV1TemplatesIdDeleteRequest struct + ApiService *TemplatesAPIService + func (r ApiV1TemplatesIdDeleteRequest) Execute() (*http.Response, error) + type ApiV1TemplatesIdGetRequest struct + ApiService *TemplatesAPIService + func (r ApiV1TemplatesIdGetRequest) Execute() (*Template, *http.Response, error) + type ApiV1TemplatesIdPutRequest struct + ApiService *TemplatesAPIService + func (r ApiV1TemplatesIdPutRequest) Execute() (*Template, *http.Response, error) + func (r ApiV1TemplatesIdPutRequest) TemplateInput(templateInput TemplateInput) ApiV1TemplatesIdPutRequest + type ApiV1TemplatesPostRequest struct + ApiService *TemplatesAPIService + func (r ApiV1TemplatesPostRequest) Execute() (*Template, *http.Response, error) + func (r ApiV1TemplatesPostRequest) TemplateInput(templateInput TemplateInput) ApiV1TemplatesPostRequest + type ApiV1TenantGetRequest struct + ApiService *TenantAPIService + func (r ApiV1TenantGetRequest) Execute() (*Tenant, *http.Response, error) + type ApiV1TestInboundPostRequest struct + ApiService *TestAPIService + func (r ApiV1TestInboundPostRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1ThreadsThreadIDClassifyPostRequest struct + ApiService *AiAPIService + func (r ApiV1ThreadsThreadIDClassifyPostRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiV1ThreadsThreadIDClassifyPostRequest) Refresh(refresh bool) ApiV1ThreadsThreadIDClassifyPostRequest + type ApiV1ThreadsThreadIDDraftsPostRequest struct + ApiService *DraftsAPIService + func (r ApiV1ThreadsThreadIDDraftsPostRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiV1ThreadsThreadIDDraftsPostRequest) IdempotencyKey(idempotencyKey string) ApiV1ThreadsThreadIDDraftsPostRequest + type ApiV1ThreadsThreadIDGetRequest struct + ApiService *AgentsAPIService + func (r ApiV1ThreadsThreadIDGetRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1ThreadsThreadIDMessagesMessageIDAttachmentsIdxGetRequest struct + ApiService *AgentsAPIService + func (r ApiV1ThreadsThreadIDMessagesMessageIDAttachmentsIdxGetRequest) Execute() (*http.Response, error) + type ApiV1ThreadsThreadIDMessagesMessageIDGetRequest struct + ApiService *AgentsAPIService + func (r ApiV1ThreadsThreadIDMessagesMessageIDGetRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1ThreadsThreadIDMessagesMessageIDReadPostRequest struct + ApiService *AgentsAPIService + func (r ApiV1ThreadsThreadIDMessagesMessageIDReadPostRequest) Execute() (map[string]interface{}, *http.Response, error) + type ApiV1ThreadsThreadIDReplyPostRequest struct + ApiService *AgentsAPIService + func (r ApiV1ThreadsThreadIDReplyPostRequest) Execute() (map[string]interface{}, *http.Response, error) + func (r ApiV1ThreadsThreadIDReplyPostRequest) IdempotencyKey(idempotencyKey string) ApiV1ThreadsThreadIDReplyPostRequest + type ApiV1UsageGetRequest struct + ApiService *TenantAPIService + func (r ApiV1UsageGetRequest) Execute() (*V1UsageGet200Response, *http.Response, error) + type ApiV1VacationGetRequest struct + ApiService *MailboxesAPIService + func (r ApiV1VacationGetRequest) Execute() (*V1VacationGet200Response, *http.Response, error) + type ApiV1WebhooksGetRequest struct + ApiService *WebhooksAPIService + func (r ApiV1WebhooksGetRequest) Execute() (*V1WebhooksGet200Response, *http.Response, error) + type ApiV1WebhooksIdDeleteRequest struct + ApiService *WebhooksAPIService + func (r ApiV1WebhooksIdDeleteRequest) Execute() (*http.Response, error) + type ApiV1WebhooksIdPatchRequest struct + ApiService *WebhooksAPIService + func (r ApiV1WebhooksIdPatchRequest) Execute() (*Webhook, *http.Response, error) + func (r ApiV1WebhooksIdPatchRequest) V1WebhooksIdPatchRequest(v1WebhooksIdPatchRequest V1WebhooksIdPatchRequest) ApiV1WebhooksIdPatchRequest + type ApiV1WebhooksPostRequest struct + ApiService *WebhooksAPIService + func (r ApiV1WebhooksPostRequest) Execute() (*Webhook, *http.Response, error) + func (r ApiV1WebhooksPostRequest) V1WebhooksPostRequest(v1WebhooksPostRequest V1WebhooksPostRequest) ApiV1WebhooksPostRequest + type ApiValidateMigrationRequest struct + ApiService *MigrationsAPIService + func (r ApiValidateMigrationRequest) Execute() (*StartMigration202Response, *http.Response, error) + type AuditEvent struct + Detail *string + Email *string + EventType *string + Ip *string + Time *time.Time + func NewAuditEvent() *AuditEvent + func NewAuditEventWithDefaults() *AuditEvent + func (o *AuditEvent) GetDetail() string + func (o *AuditEvent) GetDetailOk() (*string, bool) + func (o *AuditEvent) GetEmail() string + func (o *AuditEvent) GetEmailOk() (*string, bool) + func (o *AuditEvent) GetEventType() string + func (o *AuditEvent) GetEventTypeOk() (*string, bool) + func (o *AuditEvent) GetIp() string + func (o *AuditEvent) GetIpOk() (*string, bool) + func (o *AuditEvent) GetTime() time.Time + func (o *AuditEvent) GetTimeOk() (*time.Time, bool) + func (o *AuditEvent) HasDetail() bool + func (o *AuditEvent) HasEmail() bool + func (o *AuditEvent) HasEventType() bool + func (o *AuditEvent) HasIp() bool + func (o *AuditEvent) HasTime() bool + func (o *AuditEvent) SetDetail(v string) + func (o *AuditEvent) SetEmail(v string) + func (o *AuditEvent) SetEventType(v string) + func (o *AuditEvent) SetIp(v string) + func (o *AuditEvent) SetTime(v time.Time) + func (o AuditEvent) MarshalJSON() ([]byte, error) + func (o AuditEvent) ToMap() (map[string]interface{}, error) + type BasicAuth struct + Password string + UserName string + type BatchLookupPublicKeys200Response struct + Data []BatchLookupPublicKeys200ResponseDataInner + func NewBatchLookupPublicKeys200Response() *BatchLookupPublicKeys200Response + func NewBatchLookupPublicKeys200ResponseWithDefaults() *BatchLookupPublicKeys200Response + func (o *BatchLookupPublicKeys200Response) GetData() []BatchLookupPublicKeys200ResponseDataInner + func (o *BatchLookupPublicKeys200Response) GetDataOk() ([]BatchLookupPublicKeys200ResponseDataInner, bool) + func (o *BatchLookupPublicKeys200Response) HasData() bool + func (o *BatchLookupPublicKeys200Response) SetData(v []BatchLookupPublicKeys200ResponseDataInner) + func (o BatchLookupPublicKeys200Response) MarshalJSON() ([]byte, error) + func (o BatchLookupPublicKeys200Response) ToMap() (map[string]interface{}, error) + type BatchLookupPublicKeys200ResponseDataInner struct + Email *string + KeyId *string + PublicKey *string + func NewBatchLookupPublicKeys200ResponseDataInner() *BatchLookupPublicKeys200ResponseDataInner + func NewBatchLookupPublicKeys200ResponseDataInnerWithDefaults() *BatchLookupPublicKeys200ResponseDataInner + func (o *BatchLookupPublicKeys200ResponseDataInner) GetEmail() string + func (o *BatchLookupPublicKeys200ResponseDataInner) GetEmailOk() (*string, bool) + func (o *BatchLookupPublicKeys200ResponseDataInner) GetKeyId() string + func (o *BatchLookupPublicKeys200ResponseDataInner) GetKeyIdOk() (*string, bool) + func (o *BatchLookupPublicKeys200ResponseDataInner) GetPublicKey() string + func (o *BatchLookupPublicKeys200ResponseDataInner) GetPublicKeyOk() (*string, bool) + func (o *BatchLookupPublicKeys200ResponseDataInner) HasEmail() bool + func (o *BatchLookupPublicKeys200ResponseDataInner) HasKeyId() bool + func (o *BatchLookupPublicKeys200ResponseDataInner) HasPublicKey() bool + func (o *BatchLookupPublicKeys200ResponseDataInner) SetEmail(v string) + func (o *BatchLookupPublicKeys200ResponseDataInner) SetKeyId(v string) + func (o *BatchLookupPublicKeys200ResponseDataInner) SetPublicKey(v string) + func (o BatchLookupPublicKeys200ResponseDataInner) MarshalJSON() ([]byte, error) + func (o BatchLookupPublicKeys200ResponseDataInner) ToMap() (map[string]interface{}, error) + type BatchResult struct + Error *string + Id *string + Index *int32 + MessageId *string + Status *string + func NewBatchResult() *BatchResult + func NewBatchResultWithDefaults() *BatchResult + func (o *BatchResult) GetError() string + func (o *BatchResult) GetErrorOk() (*string, bool) + func (o *BatchResult) GetId() string + func (o *BatchResult) GetIdOk() (*string, bool) + func (o *BatchResult) GetIndex() int32 + func (o *BatchResult) GetIndexOk() (*int32, bool) + func (o *BatchResult) GetMessageId() string + func (o *BatchResult) GetMessageIdOk() (*string, bool) + func (o *BatchResult) GetStatus() string + func (o *BatchResult) GetStatusOk() (*string, bool) + func (o *BatchResult) HasError() bool + func (o *BatchResult) HasId() bool + func (o *BatchResult) HasIndex() bool + func (o *BatchResult) HasMessageId() bool + func (o *BatchResult) HasStatus() bool + func (o *BatchResult) SetError(v string) + func (o *BatchResult) SetId(v string) + func (o *BatchResult) SetIndex(v int32) + func (o *BatchResult) SetMessageId(v string) + func (o *BatchResult) SetStatus(v string) + func (o BatchResult) MarshalJSON() ([]byte, error) + func (o BatchResult) ToMap() (map[string]interface{}, error) + type BillingAPIService service + func (a *BillingAPIService) CreateBillingCheckout(ctx context.Context) ApiCreateBillingCheckoutRequest + func (a *BillingAPIService) CreateBillingCheckoutExecute(r ApiCreateBillingCheckoutRequest) (*CreateBillingCheckout200Response, *http.Response, error) + func (a *BillingAPIService) CreateUnitsCheckout(ctx context.Context) ApiCreateUnitsCheckoutRequest + func (a *BillingAPIService) CreateUnitsCheckoutExecute(r ApiCreateUnitsCheckoutRequest) (*CreateUnitsCheckout200Response, *http.Response, error) + func (a *BillingAPIService) GetBilling(ctx context.Context) ApiGetBillingRequest + func (a *BillingAPIService) GetBillingExecute(r ApiGetBillingRequest) (*BillingStatus, *http.Response, error) + type BillingStatus struct + Catalog []PlanCatalogEntry + CreatedAt time.Time + CurrentPeriodEnd *time.Time + DisplayName string + Mode string + MonthlyIncludedSends int32 + MsgsThisPeriod int32 + Plan string + PriceNairaPerSeat int32 + RateCapPerMin int32 + SendUnitsBalance int32 + SendUnitsNextExpiry *time.Time + Status string + SubscribedAt *time.Time + UnitBundles []UnitBundle + func NewBillingStatus(plan string, displayName string, mode string, rateCapPerMin int32, ...) *BillingStatus + func NewBillingStatusWithDefaults() *BillingStatus + func (o *BillingStatus) GetCatalog() []PlanCatalogEntry + func (o *BillingStatus) GetCatalogOk() ([]PlanCatalogEntry, bool) + func (o *BillingStatus) GetCreatedAt() time.Time + func (o *BillingStatus) GetCreatedAtOk() (*time.Time, bool) + func (o *BillingStatus) GetCurrentPeriodEnd() time.Time + func (o *BillingStatus) GetCurrentPeriodEndOk() (*time.Time, bool) + func (o *BillingStatus) GetDisplayName() string + func (o *BillingStatus) GetDisplayNameOk() (*string, bool) + func (o *BillingStatus) GetMode() string + func (o *BillingStatus) GetModeOk() (*string, bool) + func (o *BillingStatus) GetMonthlyIncludedSends() int32 + func (o *BillingStatus) GetMonthlyIncludedSendsOk() (*int32, bool) + func (o *BillingStatus) GetMsgsThisPeriod() int32 + func (o *BillingStatus) GetMsgsThisPeriodOk() (*int32, bool) + func (o *BillingStatus) GetPlan() string + func (o *BillingStatus) GetPlanOk() (*string, bool) + func (o *BillingStatus) GetPriceNairaPerSeat() int32 + func (o *BillingStatus) GetPriceNairaPerSeatOk() (*int32, bool) + func (o *BillingStatus) GetRateCapPerMin() int32 + func (o *BillingStatus) GetRateCapPerMinOk() (*int32, bool) + func (o *BillingStatus) GetSendUnitsBalance() int32 + func (o *BillingStatus) GetSendUnitsBalanceOk() (*int32, bool) + func (o *BillingStatus) GetSendUnitsNextExpiry() time.Time + func (o *BillingStatus) GetSendUnitsNextExpiryOk() (*time.Time, bool) + func (o *BillingStatus) GetStatus() string + func (o *BillingStatus) GetStatusOk() (*string, bool) + func (o *BillingStatus) GetSubscribedAt() time.Time + func (o *BillingStatus) GetSubscribedAtOk() (*time.Time, bool) + func (o *BillingStatus) GetUnitBundles() []UnitBundle + func (o *BillingStatus) GetUnitBundlesOk() ([]UnitBundle, bool) + func (o *BillingStatus) HasCurrentPeriodEnd() bool + func (o *BillingStatus) HasSendUnitsNextExpiry() bool + func (o *BillingStatus) HasSubscribedAt() bool + func (o *BillingStatus) SetCatalog(v []PlanCatalogEntry) + func (o *BillingStatus) SetCreatedAt(v time.Time) + func (o *BillingStatus) SetCurrentPeriodEnd(v time.Time) + func (o *BillingStatus) SetDisplayName(v string) + func (o *BillingStatus) SetMode(v string) + func (o *BillingStatus) SetMonthlyIncludedSends(v int32) + func (o *BillingStatus) SetMsgsThisPeriod(v int32) + func (o *BillingStatus) SetPlan(v string) + func (o *BillingStatus) SetPriceNairaPerSeat(v int32) + func (o *BillingStatus) SetRateCapPerMin(v int32) + func (o *BillingStatus) SetSendUnitsBalance(v int32) + func (o *BillingStatus) SetSendUnitsNextExpiry(v time.Time) + func (o *BillingStatus) SetStatus(v string) + func (o *BillingStatus) SetSubscribedAt(v time.Time) + func (o *BillingStatus) SetUnitBundles(v []UnitBundle) + func (o *BillingStatus) UnmarshalJSON(data []byte) (err error) + func (o BillingStatus) MarshalJSON() ([]byte, error) + func (o BillingStatus) ToMap() (map[string]interface{}, error) + type Calendar struct + Color *string + CreatedAt time.Time + Description *string + EventCount *int32 + FeedUrl *string + Id string + Name string + OwnerEmail *string + TenantId string + UpdatedAt time.Time + Visibility string + func NewCalendar(id string, tenantId string, name string, visibility string, ...) *Calendar + func NewCalendarWithDefaults() *Calendar + func (o *Calendar) GetColor() string + func (o *Calendar) GetColorOk() (*string, bool) + func (o *Calendar) GetCreatedAt() time.Time + func (o *Calendar) GetCreatedAtOk() (*time.Time, bool) + func (o *Calendar) GetDescription() string + func (o *Calendar) GetDescriptionOk() (*string, bool) + func (o *Calendar) GetEventCount() int32 + func (o *Calendar) GetEventCountOk() (*int32, bool) + func (o *Calendar) GetFeedUrl() string + func (o *Calendar) GetFeedUrlOk() (*string, bool) + func (o *Calendar) GetId() string + func (o *Calendar) GetIdOk() (*string, bool) + func (o *Calendar) GetName() string + func (o *Calendar) GetNameOk() (*string, bool) + func (o *Calendar) GetOwnerEmail() string + func (o *Calendar) GetOwnerEmailOk() (*string, bool) + func (o *Calendar) GetTenantId() string + func (o *Calendar) GetTenantIdOk() (*string, bool) + func (o *Calendar) GetUpdatedAt() time.Time + func (o *Calendar) GetUpdatedAtOk() (*time.Time, bool) + func (o *Calendar) GetVisibility() string + func (o *Calendar) GetVisibilityOk() (*string, bool) + func (o *Calendar) HasColor() bool + func (o *Calendar) HasDescription() bool + func (o *Calendar) HasEventCount() bool + func (o *Calendar) HasFeedUrl() bool + func (o *Calendar) HasOwnerEmail() bool + func (o *Calendar) SetColor(v string) + func (o *Calendar) SetCreatedAt(v time.Time) + func (o *Calendar) SetDescription(v string) + func (o *Calendar) SetEventCount(v int32) + func (o *Calendar) SetFeedUrl(v string) + func (o *Calendar) SetId(v string) + func (o *Calendar) SetName(v string) + func (o *Calendar) SetOwnerEmail(v string) + func (o *Calendar) SetTenantId(v string) + func (o *Calendar) SetUpdatedAt(v time.Time) + func (o *Calendar) SetVisibility(v string) + func (o *Calendar) UnmarshalJSON(data []byte) (err error) + func (o Calendar) MarshalJSON() ([]byte, error) + func (o Calendar) ToMap() (map[string]interface{}, error) + type CalendarEvent struct + AllDay bool + CalendarId string + CreatedAt time.Time + Description *string + EndsAt time.Time + Id string + Location *string + StartsAt time.Time + TenantId string + Title string + Uid string + UpdatedAt time.Time + func NewCalendarEvent(id string, calendarId string, tenantId string, uid string, title string, ...) *CalendarEvent + func NewCalendarEventWithDefaults() *CalendarEvent + func (o *CalendarEvent) GetAllDay() bool + func (o *CalendarEvent) GetAllDayOk() (*bool, bool) + func (o *CalendarEvent) GetCalendarId() string + func (o *CalendarEvent) GetCalendarIdOk() (*string, bool) + func (o *CalendarEvent) GetCreatedAt() time.Time + func (o *CalendarEvent) GetCreatedAtOk() (*time.Time, bool) + func (o *CalendarEvent) GetDescription() string + func (o *CalendarEvent) GetDescriptionOk() (*string, bool) + func (o *CalendarEvent) GetEndsAt() time.Time + func (o *CalendarEvent) GetEndsAtOk() (*time.Time, bool) + func (o *CalendarEvent) GetId() string + func (o *CalendarEvent) GetIdOk() (*string, bool) + func (o *CalendarEvent) GetLocation() string + func (o *CalendarEvent) GetLocationOk() (*string, bool) + func (o *CalendarEvent) GetStartsAt() time.Time + func (o *CalendarEvent) GetStartsAtOk() (*time.Time, bool) + func (o *CalendarEvent) GetTenantId() string + func (o *CalendarEvent) GetTenantIdOk() (*string, bool) + func (o *CalendarEvent) GetTitle() string + func (o *CalendarEvent) GetTitleOk() (*string, bool) + func (o *CalendarEvent) GetUid() string + func (o *CalendarEvent) GetUidOk() (*string, bool) + func (o *CalendarEvent) GetUpdatedAt() time.Time + func (o *CalendarEvent) GetUpdatedAtOk() (*time.Time, bool) + func (o *CalendarEvent) HasDescription() bool + func (o *CalendarEvent) HasLocation() bool + func (o *CalendarEvent) SetAllDay(v bool) + func (o *CalendarEvent) SetCalendarId(v string) + func (o *CalendarEvent) SetCreatedAt(v time.Time) + func (o *CalendarEvent) SetDescription(v string) + func (o *CalendarEvent) SetEndsAt(v time.Time) + func (o *CalendarEvent) SetId(v string) + func (o *CalendarEvent) SetLocation(v string) + func (o *CalendarEvent) SetStartsAt(v time.Time) + func (o *CalendarEvent) SetTenantId(v string) + func (o *CalendarEvent) SetTitle(v string) + func (o *CalendarEvent) SetUid(v string) + func (o *CalendarEvent) SetUpdatedAt(v time.Time) + func (o *CalendarEvent) UnmarshalJSON(data []byte) (err error) + func (o CalendarEvent) MarshalJSON() ([]byte, error) + func (o CalendarEvent) ToMap() (map[string]interface{}, error) + type CalendarIntegration struct + CreatedAt time.Time + ErrorMessage *string + Id string + Label *string + LastSyncAt *time.Time + Provider string + Status string + TenantId string + UpdatedAt time.Time + func NewCalendarIntegration(id string, tenantId string, provider string, status string, ...) *CalendarIntegration + func NewCalendarIntegrationWithDefaults() *CalendarIntegration + func (o *CalendarIntegration) GetCreatedAt() time.Time + func (o *CalendarIntegration) GetCreatedAtOk() (*time.Time, bool) + func (o *CalendarIntegration) GetErrorMessage() string + func (o *CalendarIntegration) GetErrorMessageOk() (*string, bool) + func (o *CalendarIntegration) GetId() string + func (o *CalendarIntegration) GetIdOk() (*string, bool) + func (o *CalendarIntegration) GetLabel() string + func (o *CalendarIntegration) GetLabelOk() (*string, bool) + func (o *CalendarIntegration) GetLastSyncAt() time.Time + func (o *CalendarIntegration) GetLastSyncAtOk() (*time.Time, bool) + func (o *CalendarIntegration) GetProvider() string + func (o *CalendarIntegration) GetProviderOk() (*string, bool) + func (o *CalendarIntegration) GetStatus() string + func (o *CalendarIntegration) GetStatusOk() (*string, bool) + func (o *CalendarIntegration) GetTenantId() string + func (o *CalendarIntegration) GetTenantIdOk() (*string, bool) + func (o *CalendarIntegration) GetUpdatedAt() time.Time + func (o *CalendarIntegration) GetUpdatedAtOk() (*time.Time, bool) + func (o *CalendarIntegration) HasErrorMessage() bool + func (o *CalendarIntegration) HasLabel() bool + func (o *CalendarIntegration) HasLastSyncAt() bool + func (o *CalendarIntegration) SetCreatedAt(v time.Time) + func (o *CalendarIntegration) SetErrorMessage(v string) + func (o *CalendarIntegration) SetId(v string) + func (o *CalendarIntegration) SetLabel(v string) + func (o *CalendarIntegration) SetLastSyncAt(v time.Time) + func (o *CalendarIntegration) SetProvider(v string) + func (o *CalendarIntegration) SetStatus(v string) + func (o *CalendarIntegration) SetTenantId(v string) + func (o *CalendarIntegration) SetUpdatedAt(v time.Time) + func (o *CalendarIntegration) UnmarshalJSON(data []byte) (err error) + func (o CalendarIntegration) MarshalJSON() ([]byte, error) + func (o CalendarIntegration) ToMap() (map[string]interface{}, error) + type CalendarMember struct + CalendarId string + CreatedAt time.Time + Id string + Role string + TenantId string + UserEmail string + func NewCalendarMember(id string, calendarId string, tenantId string, userEmail string, role string, ...) *CalendarMember + func NewCalendarMemberWithDefaults() *CalendarMember + func (o *CalendarMember) GetCalendarId() string + func (o *CalendarMember) GetCalendarIdOk() (*string, bool) + func (o *CalendarMember) GetCreatedAt() time.Time + func (o *CalendarMember) GetCreatedAtOk() (*time.Time, bool) + func (o *CalendarMember) GetId() string + func (o *CalendarMember) GetIdOk() (*string, bool) + func (o *CalendarMember) GetRole() string + func (o *CalendarMember) GetRoleOk() (*string, bool) + func (o *CalendarMember) GetTenantId() string + func (o *CalendarMember) GetTenantIdOk() (*string, bool) + func (o *CalendarMember) GetUserEmail() string + func (o *CalendarMember) GetUserEmailOk() (*string, bool) + func (o *CalendarMember) SetCalendarId(v string) + func (o *CalendarMember) SetCreatedAt(v time.Time) + func (o *CalendarMember) SetId(v string) + func (o *CalendarMember) SetRole(v string) + func (o *CalendarMember) SetTenantId(v string) + func (o *CalendarMember) SetUserEmail(v string) + func (o *CalendarMember) UnmarshalJSON(data []byte) (err error) + func (o CalendarMember) MarshalJSON() ([]byte, error) + func (o CalendarMember) ToMap() (map[string]interface{}, error) + type CalendarPolicies struct + BookingWindowDays *int32 + CreatedAt *time.Time + ExternalInvitesAllowed *bool + ExternalSharingAllowed *bool + MaxMeetingDurationMins *int32 + PublicLinksEnabled *bool + RecurringMeetingLimit *int32 + ResourceApprovalMode *string + TenantId string + UpdatedAt *time.Time + WorkingHoursEnd *string + WorkingHoursStart *string + func NewCalendarPolicies(tenantId string) *CalendarPolicies + func NewCalendarPoliciesWithDefaults() *CalendarPolicies + func (o *CalendarPolicies) GetBookingWindowDays() int32 + func (o *CalendarPolicies) GetBookingWindowDaysOk() (*int32, bool) + func (o *CalendarPolicies) GetCreatedAt() time.Time + func (o *CalendarPolicies) GetCreatedAtOk() (*time.Time, bool) + func (o *CalendarPolicies) GetExternalInvitesAllowed() bool + func (o *CalendarPolicies) GetExternalInvitesAllowedOk() (*bool, bool) + func (o *CalendarPolicies) GetExternalSharingAllowed() bool + func (o *CalendarPolicies) GetExternalSharingAllowedOk() (*bool, bool) + func (o *CalendarPolicies) GetMaxMeetingDurationMins() int32 + func (o *CalendarPolicies) GetMaxMeetingDurationMinsOk() (*int32, bool) + func (o *CalendarPolicies) GetPublicLinksEnabled() bool + func (o *CalendarPolicies) GetPublicLinksEnabledOk() (*bool, bool) + func (o *CalendarPolicies) GetRecurringMeetingLimit() int32 + func (o *CalendarPolicies) GetRecurringMeetingLimitOk() (*int32, bool) + func (o *CalendarPolicies) GetResourceApprovalMode() string + func (o *CalendarPolicies) GetResourceApprovalModeOk() (*string, bool) + func (o *CalendarPolicies) GetTenantId() string + func (o *CalendarPolicies) GetTenantIdOk() (*string, bool) + func (o *CalendarPolicies) GetUpdatedAt() time.Time + func (o *CalendarPolicies) GetUpdatedAtOk() (*time.Time, bool) + func (o *CalendarPolicies) GetWorkingHoursEnd() string + func (o *CalendarPolicies) GetWorkingHoursEndOk() (*string, bool) + func (o *CalendarPolicies) GetWorkingHoursStart() string + func (o *CalendarPolicies) GetWorkingHoursStartOk() (*string, bool) + func (o *CalendarPolicies) HasBookingWindowDays() bool + func (o *CalendarPolicies) HasCreatedAt() bool + func (o *CalendarPolicies) HasExternalInvitesAllowed() bool + func (o *CalendarPolicies) HasExternalSharingAllowed() bool + func (o *CalendarPolicies) HasMaxMeetingDurationMins() bool + func (o *CalendarPolicies) HasPublicLinksEnabled() bool + func (o *CalendarPolicies) HasRecurringMeetingLimit() bool + func (o *CalendarPolicies) HasResourceApprovalMode() bool + func (o *CalendarPolicies) HasUpdatedAt() bool + func (o *CalendarPolicies) HasWorkingHoursEnd() bool + func (o *CalendarPolicies) HasWorkingHoursStart() bool + func (o *CalendarPolicies) SetBookingWindowDays(v int32) + func (o *CalendarPolicies) SetCreatedAt(v time.Time) + func (o *CalendarPolicies) SetExternalInvitesAllowed(v bool) + func (o *CalendarPolicies) SetExternalSharingAllowed(v bool) + func (o *CalendarPolicies) SetMaxMeetingDurationMins(v int32) + func (o *CalendarPolicies) SetPublicLinksEnabled(v bool) + func (o *CalendarPolicies) SetRecurringMeetingLimit(v int32) + func (o *CalendarPolicies) SetResourceApprovalMode(v string) + func (o *CalendarPolicies) SetTenantId(v string) + func (o *CalendarPolicies) SetUpdatedAt(v time.Time) + func (o *CalendarPolicies) SetWorkingHoursEnd(v string) + func (o *CalendarPolicies) SetWorkingHoursStart(v string) + func (o *CalendarPolicies) UnmarshalJSON(data []byte) (err error) + func (o CalendarPolicies) MarshalJSON() ([]byte, error) + func (o CalendarPolicies) ToMap() (map[string]interface{}, error) + type CalendarsAPIService service + func (a *CalendarsAPIService) AddCalendarMember(ctx context.Context, id string) ApiAddCalendarMemberRequest + func (a *CalendarsAPIService) AddCalendarMemberExecute(r ApiAddCalendarMemberRequest) (*CalendarMember, *http.Response, error) + func (a *CalendarsAPIService) CreateCalendar(ctx context.Context) ApiCreateCalendarRequest + func (a *CalendarsAPIService) CreateCalendarEvent(ctx context.Context, id string) ApiCreateCalendarEventRequest + func (a *CalendarsAPIService) CreateCalendarEventExecute(r ApiCreateCalendarEventRequest) (*CalendarEvent, *http.Response, error) + func (a *CalendarsAPIService) CreateCalendarExecute(r ApiCreateCalendarRequest) (*Calendar, *http.Response, error) + func (a *CalendarsAPIService) CreateCalendarIntegration(ctx context.Context) ApiCreateCalendarIntegrationRequest + func (a *CalendarsAPIService) CreateCalendarIntegrationExecute(r ApiCreateCalendarIntegrationRequest) (*CalendarIntegration, *http.Response, error) + func (a *CalendarsAPIService) DeleteCalendar(ctx context.Context, id string) ApiDeleteCalendarRequest + func (a *CalendarsAPIService) DeleteCalendarEvent(ctx context.Context, id string, eventId string) ApiDeleteCalendarEventRequest + func (a *CalendarsAPIService) DeleteCalendarEventExecute(r ApiDeleteCalendarEventRequest) (*http.Response, error) + func (a *CalendarsAPIService) DeleteCalendarExecute(r ApiDeleteCalendarRequest) (*http.Response, error) + func (a *CalendarsAPIService) DeleteCalendarIntegration(ctx context.Context, id string) ApiDeleteCalendarIntegrationRequest + func (a *CalendarsAPIService) DeleteCalendarIntegrationExecute(r ApiDeleteCalendarIntegrationRequest) (*http.Response, error) + func (a *CalendarsAPIService) GetCalendar(ctx context.Context, id string) ApiGetCalendarRequest + func (a *CalendarsAPIService) GetCalendarExecute(r ApiGetCalendarRequest) (*Calendar, *http.Response, error) + func (a *CalendarsAPIService) GetCalendarPolicies(ctx context.Context) ApiGetCalendarPoliciesRequest + func (a *CalendarsAPIService) GetCalendarPoliciesExecute(r ApiGetCalendarPoliciesRequest) (*CalendarPolicies, *http.Response, error) + func (a *CalendarsAPIService) GetCalendarSecurity(ctx context.Context) ApiGetCalendarSecurityRequest + func (a *CalendarsAPIService) GetCalendarSecurityExecute(r ApiGetCalendarSecurityRequest) (*GetCalendarSecurity200Response, *http.Response, error) + func (a *CalendarsAPIService) ListCalendarEvents(ctx context.Context, id string) ApiListCalendarEventsRequest + func (a *CalendarsAPIService) ListCalendarEventsExecute(r ApiListCalendarEventsRequest) (*ListCalendarEvents200Response, *http.Response, error) + func (a *CalendarsAPIService) ListCalendarIntegrations(ctx context.Context) ApiListCalendarIntegrationsRequest + func (a *CalendarsAPIService) ListCalendarIntegrationsExecute(r ApiListCalendarIntegrationsRequest) (*ListCalendarIntegrations200Response, *http.Response, error) + func (a *CalendarsAPIService) ListCalendarMembers(ctx context.Context, id string) ApiListCalendarMembersRequest + func (a *CalendarsAPIService) ListCalendarMembersExecute(r ApiListCalendarMembersRequest) (*ListCalendarMembers200Response, *http.Response, error) + func (a *CalendarsAPIService) ListCalendars(ctx context.Context) ApiListCalendarsRequest + func (a *CalendarsAPIService) ListCalendarsExecute(r ApiListCalendarsRequest) (*ListCalendars200Response, *http.Response, error) + func (a *CalendarsAPIService) RemoveCalendarMember(ctx context.Context, id string, memberId string) ApiRemoveCalendarMemberRequest + func (a *CalendarsAPIService) RemoveCalendarMemberExecute(r ApiRemoveCalendarMemberRequest) (*http.Response, error) + func (a *CalendarsAPIService) SyncCalendarIntegration(ctx context.Context, id string) ApiSyncCalendarIntegrationRequest + func (a *CalendarsAPIService) SyncCalendarIntegrationExecute(r ApiSyncCalendarIntegrationRequest) (*CalendarIntegration, *http.Response, error) + func (a *CalendarsAPIService) UpdateCalendar(ctx context.Context, id string) ApiUpdateCalendarRequest + func (a *CalendarsAPIService) UpdateCalendarEvent(ctx context.Context, id string, eventId string) ApiUpdateCalendarEventRequest + func (a *CalendarsAPIService) UpdateCalendarEventExecute(r ApiUpdateCalendarEventRequest) (*CalendarEvent, *http.Response, error) + func (a *CalendarsAPIService) UpdateCalendarExecute(r ApiUpdateCalendarRequest) (*Calendar, *http.Response, error) + func (a *CalendarsAPIService) UpdateCalendarIntegration(ctx context.Context, id string) ApiUpdateCalendarIntegrationRequest + func (a *CalendarsAPIService) UpdateCalendarIntegrationExecute(r ApiUpdateCalendarIntegrationRequest) (*CalendarIntegration, *http.Response, error) + func (a *CalendarsAPIService) UpdateCalendarMember(ctx context.Context, id string, memberId string) ApiUpdateCalendarMemberRequest + func (a *CalendarsAPIService) UpdateCalendarMemberExecute(r ApiUpdateCalendarMemberRequest) (*CalendarMember, *http.Response, error) + func (a *CalendarsAPIService) UpdateCalendarPolicies(ctx context.Context) ApiUpdateCalendarPoliciesRequest + func (a *CalendarsAPIService) UpdateCalendarPoliciesExecute(r ApiUpdateCalendarPoliciesRequest) (*CalendarPolicies, *http.Response, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type Contact struct + Company *string + ContactType string + CreatedAt time.Time + Department *string + Email string + Id string + Name string + Notes *string + Phone *string + Role *string + Source *string + Status string + TenantId string + UpdatedAt time.Time + func NewContact(id string, tenantId string, name string, email string, contactType string, ...) *Contact + func NewContactWithDefaults() *Contact + func (o *Contact) GetCompany() string + func (o *Contact) GetCompanyOk() (*string, bool) + func (o *Contact) GetContactType() string + func (o *Contact) GetContactTypeOk() (*string, bool) + func (o *Contact) GetCreatedAt() time.Time + func (o *Contact) GetCreatedAtOk() (*time.Time, bool) + func (o *Contact) GetDepartment() string + func (o *Contact) GetDepartmentOk() (*string, bool) + func (o *Contact) GetEmail() string + func (o *Contact) GetEmailOk() (*string, bool) + func (o *Contact) GetId() string + func (o *Contact) GetIdOk() (*string, bool) + func (o *Contact) GetName() string + func (o *Contact) GetNameOk() (*string, bool) + func (o *Contact) GetNotes() string + func (o *Contact) GetNotesOk() (*string, bool) + func (o *Contact) GetPhone() string + func (o *Contact) GetPhoneOk() (*string, bool) + func (o *Contact) GetRole() string + func (o *Contact) GetRoleOk() (*string, bool) + func (o *Contact) GetSource() string + func (o *Contact) GetSourceOk() (*string, bool) + func (o *Contact) GetStatus() string + func (o *Contact) GetStatusOk() (*string, bool) + func (o *Contact) GetTenantId() string + func (o *Contact) GetTenantIdOk() (*string, bool) + func (o *Contact) GetUpdatedAt() time.Time + func (o *Contact) GetUpdatedAtOk() (*time.Time, bool) + func (o *Contact) HasCompany() bool + func (o *Contact) HasDepartment() bool + func (o *Contact) HasNotes() bool + func (o *Contact) HasPhone() bool + func (o *Contact) HasRole() bool + func (o *Contact) HasSource() bool + func (o *Contact) SetCompany(v string) + func (o *Contact) SetContactType(v string) + func (o *Contact) SetCreatedAt(v time.Time) + func (o *Contact) SetDepartment(v string) + func (o *Contact) SetEmail(v string) + func (o *Contact) SetId(v string) + func (o *Contact) SetName(v string) + func (o *Contact) SetNotes(v string) + func (o *Contact) SetPhone(v string) + func (o *Contact) SetRole(v string) + func (o *Contact) SetSource(v string) + func (o *Contact) SetStatus(v string) + func (o *Contact) SetTenantId(v string) + func (o *Contact) SetUpdatedAt(v time.Time) + func (o *Contact) UnmarshalJSON(data []byte) (err error) + func (o Contact) MarshalJSON() ([]byte, error) + func (o Contact) ToMap() (map[string]interface{}, error) + type ContactList struct + CreatedAt time.Time + Description *string + Id string + MemberCount int32 + Name string + TenantId string + UpdatedAt time.Time + Visibility string + func NewContactList(id string, tenantId string, name string, visibility string, memberCount int32, ...) *ContactList + func NewContactListWithDefaults() *ContactList + func (o *ContactList) GetCreatedAt() time.Time + func (o *ContactList) GetCreatedAtOk() (*time.Time, bool) + func (o *ContactList) GetDescription() string + func (o *ContactList) GetDescriptionOk() (*string, bool) + func (o *ContactList) GetId() string + func (o *ContactList) GetIdOk() (*string, bool) + func (o *ContactList) GetMemberCount() int32 + func (o *ContactList) GetMemberCountOk() (*int32, bool) + func (o *ContactList) GetName() string + func (o *ContactList) GetNameOk() (*string, bool) + func (o *ContactList) GetTenantId() string + func (o *ContactList) GetTenantIdOk() (*string, bool) + func (o *ContactList) GetUpdatedAt() time.Time + func (o *ContactList) GetUpdatedAtOk() (*time.Time, bool) + func (o *ContactList) GetVisibility() string + func (o *ContactList) GetVisibilityOk() (*string, bool) + func (o *ContactList) HasDescription() bool + func (o *ContactList) SetCreatedAt(v time.Time) + func (o *ContactList) SetDescription(v string) + func (o *ContactList) SetId(v string) + func (o *ContactList) SetMemberCount(v int32) + func (o *ContactList) SetName(v string) + func (o *ContactList) SetTenantId(v string) + func (o *ContactList) SetUpdatedAt(v time.Time) + func (o *ContactList) SetVisibility(v string) + func (o *ContactList) UnmarshalJSON(data []byte) (err error) + func (o ContactList) MarshalJSON() ([]byte, error) + func (o ContactList) ToMap() (map[string]interface{}, error) + type ContactListsAPIService service + func (a *ContactListsAPIService) AddContactListMember(ctx context.Context, id string) ApiAddContactListMemberRequest + func (a *ContactListsAPIService) AddContactListMemberExecute(r ApiAddContactListMemberRequest) (*http.Response, error) + func (a *ContactListsAPIService) CreateContactList(ctx context.Context) ApiCreateContactListRequest + func (a *ContactListsAPIService) CreateContactListExecute(r ApiCreateContactListRequest) (*ContactList, *http.Response, error) + func (a *ContactListsAPIService) DeleteContactList(ctx context.Context, id string) ApiDeleteContactListRequest + func (a *ContactListsAPIService) DeleteContactListExecute(r ApiDeleteContactListRequest) (*http.Response, error) + func (a *ContactListsAPIService) GetContactList(ctx context.Context, id string) ApiGetContactListRequest + func (a *ContactListsAPIService) GetContactListExecute(r ApiGetContactListRequest) (*GetContactList200Response, *http.Response, error) + func (a *ContactListsAPIService) ListContactLists(ctx context.Context) ApiListContactListsRequest + func (a *ContactListsAPIService) ListContactListsExecute(r ApiListContactListsRequest) (*ListContactLists200Response, *http.Response, error) + func (a *ContactListsAPIService) RemoveContactListMember(ctx context.Context, id string, contactId string) ApiRemoveContactListMemberRequest + func (a *ContactListsAPIService) RemoveContactListMemberExecute(r ApiRemoveContactListMemberRequest) (*http.Response, error) + func (a *ContactListsAPIService) UpdateContactList(ctx context.Context, id string) ApiUpdateContactListRequest + func (a *ContactListsAPIService) UpdateContactListExecute(r ApiUpdateContactListRequest) (*ContactList, *http.Response, error) + type ContactsAPIService service + func (a *ContactsAPIService) CreateContact(ctx context.Context) ApiCreateContactRequest + func (a *ContactsAPIService) CreateContactExecute(r ApiCreateContactRequest) (*Contact, *http.Response, error) + func (a *ContactsAPIService) DeleteContact(ctx context.Context, id string) ApiDeleteContactRequest + func (a *ContactsAPIService) DeleteContactExecute(r ApiDeleteContactRequest) (*http.Response, error) + func (a *ContactsAPIService) GetContact(ctx context.Context, id string) ApiGetContactRequest + func (a *ContactsAPIService) GetContactExecute(r ApiGetContactRequest) (*Contact, *http.Response, error) + func (a *ContactsAPIService) GetContactLists(ctx context.Context, id string) ApiGetContactListsRequest + func (a *ContactsAPIService) GetContactListsExecute(r ApiGetContactListsRequest) (*GetContactLists200Response, *http.Response, error) + func (a *ContactsAPIService) ListContacts(ctx context.Context) ApiListContactsRequest + func (a *ContactsAPIService) ListContactsExecute(r ApiListContactsRequest) (*ListContacts200Response, *http.Response, error) + func (a *ContactsAPIService) UpdateContact(ctx context.Context, id string) ApiUpdateContactRequest + func (a *ContactsAPIService) UpdateContactExecute(r ApiUpdateContactRequest) (*Contact, *http.Response, error) + type CreateBillingCheckout200Response struct + AuthorizationUrl string + Reference string + func NewCreateBillingCheckout200Response(authorizationUrl string, reference string) *CreateBillingCheckout200Response + func NewCreateBillingCheckout200ResponseWithDefaults() *CreateBillingCheckout200Response + func (o *CreateBillingCheckout200Response) GetAuthorizationUrl() string + func (o *CreateBillingCheckout200Response) GetAuthorizationUrlOk() (*string, bool) + func (o *CreateBillingCheckout200Response) GetReference() string + func (o *CreateBillingCheckout200Response) GetReferenceOk() (*string, bool) + func (o *CreateBillingCheckout200Response) SetAuthorizationUrl(v string) + func (o *CreateBillingCheckout200Response) SetReference(v string) + func (o *CreateBillingCheckout200Response) UnmarshalJSON(data []byte) (err error) + func (o CreateBillingCheckout200Response) MarshalJSON() ([]byte, error) + func (o CreateBillingCheckout200Response) ToMap() (map[string]interface{}, error) + type CreateBillingCheckoutRequest struct + Plan string + func NewCreateBillingCheckoutRequest(plan string) *CreateBillingCheckoutRequest + func NewCreateBillingCheckoutRequestWithDefaults() *CreateBillingCheckoutRequest + func (o *CreateBillingCheckoutRequest) GetPlan() string + func (o *CreateBillingCheckoutRequest) GetPlanOk() (*string, bool) + func (o *CreateBillingCheckoutRequest) SetPlan(v string) + func (o *CreateBillingCheckoutRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateBillingCheckoutRequest) MarshalJSON() ([]byte, error) + func (o CreateBillingCheckoutRequest) ToMap() (map[string]interface{}, error) + type CreateCalendarEventRequest struct + AllDay *bool + Description *string + EndsAt time.Time + Location *string + StartsAt time.Time + Title string + func NewCreateCalendarEventRequest(title string, startsAt time.Time, endsAt time.Time) *CreateCalendarEventRequest + func NewCreateCalendarEventRequestWithDefaults() *CreateCalendarEventRequest + func (o *CreateCalendarEventRequest) GetAllDay() bool + func (o *CreateCalendarEventRequest) GetAllDayOk() (*bool, bool) + func (o *CreateCalendarEventRequest) GetDescription() string + func (o *CreateCalendarEventRequest) GetDescriptionOk() (*string, bool) + func (o *CreateCalendarEventRequest) GetEndsAt() time.Time + func (o *CreateCalendarEventRequest) GetEndsAtOk() (*time.Time, bool) + func (o *CreateCalendarEventRequest) GetLocation() string + func (o *CreateCalendarEventRequest) GetLocationOk() (*string, bool) + func (o *CreateCalendarEventRequest) GetStartsAt() time.Time + func (o *CreateCalendarEventRequest) GetStartsAtOk() (*time.Time, bool) + func (o *CreateCalendarEventRequest) GetTitle() string + func (o *CreateCalendarEventRequest) GetTitleOk() (*string, bool) + func (o *CreateCalendarEventRequest) HasAllDay() bool + func (o *CreateCalendarEventRequest) HasDescription() bool + func (o *CreateCalendarEventRequest) HasLocation() bool + func (o *CreateCalendarEventRequest) SetAllDay(v bool) + func (o *CreateCalendarEventRequest) SetDescription(v string) + func (o *CreateCalendarEventRequest) SetEndsAt(v time.Time) + func (o *CreateCalendarEventRequest) SetLocation(v string) + func (o *CreateCalendarEventRequest) SetStartsAt(v time.Time) + func (o *CreateCalendarEventRequest) SetTitle(v string) + func (o *CreateCalendarEventRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateCalendarEventRequest) MarshalJSON() ([]byte, error) + func (o CreateCalendarEventRequest) ToMap() (map[string]interface{}, error) + type CreateCalendarIntegrationRequest struct + Label *string + Provider string + func NewCreateCalendarIntegrationRequest(provider string) *CreateCalendarIntegrationRequest + func NewCreateCalendarIntegrationRequestWithDefaults() *CreateCalendarIntegrationRequest + func (o *CreateCalendarIntegrationRequest) GetLabel() string + func (o *CreateCalendarIntegrationRequest) GetLabelOk() (*string, bool) + func (o *CreateCalendarIntegrationRequest) GetProvider() string + func (o *CreateCalendarIntegrationRequest) GetProviderOk() (*string, bool) + func (o *CreateCalendarIntegrationRequest) HasLabel() bool + func (o *CreateCalendarIntegrationRequest) SetLabel(v string) + func (o *CreateCalendarIntegrationRequest) SetProvider(v string) + func (o *CreateCalendarIntegrationRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateCalendarIntegrationRequest) MarshalJSON() ([]byte, error) + func (o CreateCalendarIntegrationRequest) ToMap() (map[string]interface{}, error) + type CreateCalendarRequest struct + Color *string + Description *string + Name string + OwnerEmail *string + Visibility *string + func NewCreateCalendarRequest(name string) *CreateCalendarRequest + func NewCreateCalendarRequestWithDefaults() *CreateCalendarRequest + func (o *CreateCalendarRequest) GetColor() string + func (o *CreateCalendarRequest) GetColorOk() (*string, bool) + func (o *CreateCalendarRequest) GetDescription() string + func (o *CreateCalendarRequest) GetDescriptionOk() (*string, bool) + func (o *CreateCalendarRequest) GetName() string + func (o *CreateCalendarRequest) GetNameOk() (*string, bool) + func (o *CreateCalendarRequest) GetOwnerEmail() string + func (o *CreateCalendarRequest) GetOwnerEmailOk() (*string, bool) + func (o *CreateCalendarRequest) GetVisibility() string + func (o *CreateCalendarRequest) GetVisibilityOk() (*string, bool) + func (o *CreateCalendarRequest) HasColor() bool + func (o *CreateCalendarRequest) HasDescription() bool + func (o *CreateCalendarRequest) HasOwnerEmail() bool + func (o *CreateCalendarRequest) HasVisibility() bool + func (o *CreateCalendarRequest) SetColor(v string) + func (o *CreateCalendarRequest) SetDescription(v string) + func (o *CreateCalendarRequest) SetName(v string) + func (o *CreateCalendarRequest) SetOwnerEmail(v string) + func (o *CreateCalendarRequest) SetVisibility(v string) + func (o *CreateCalendarRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateCalendarRequest) MarshalJSON() ([]byte, error) + func (o CreateCalendarRequest) ToMap() (map[string]interface{}, error) + type CreateContactListRequest struct + Description *string + Name string + Visibility *string + func NewCreateContactListRequest(name string) *CreateContactListRequest + func NewCreateContactListRequestWithDefaults() *CreateContactListRequest + func (o *CreateContactListRequest) GetDescription() string + func (o *CreateContactListRequest) GetDescriptionOk() (*string, bool) + func (o *CreateContactListRequest) GetName() string + func (o *CreateContactListRequest) GetNameOk() (*string, bool) + func (o *CreateContactListRequest) GetVisibility() string + func (o *CreateContactListRequest) GetVisibilityOk() (*string, bool) + func (o *CreateContactListRequest) HasDescription() bool + func (o *CreateContactListRequest) HasVisibility() bool + func (o *CreateContactListRequest) SetDescription(v string) + func (o *CreateContactListRequest) SetName(v string) + func (o *CreateContactListRequest) SetVisibility(v string) + func (o *CreateContactListRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateContactListRequest) MarshalJSON() ([]byte, error) + func (o CreateContactListRequest) ToMap() (map[string]interface{}, error) + type CreateContactRequest struct + Company *string + ContactType *string + Department *string + Email string + Name string + Notes *string + Phone *string + Role *string + func NewCreateContactRequest(name string, email string) *CreateContactRequest + func NewCreateContactRequestWithDefaults() *CreateContactRequest + func (o *CreateContactRequest) GetCompany() string + func (o *CreateContactRequest) GetCompanyOk() (*string, bool) + func (o *CreateContactRequest) GetContactType() string + func (o *CreateContactRequest) GetContactTypeOk() (*string, bool) + func (o *CreateContactRequest) GetDepartment() string + func (o *CreateContactRequest) GetDepartmentOk() (*string, bool) + func (o *CreateContactRequest) GetEmail() string + func (o *CreateContactRequest) GetEmailOk() (*string, bool) + func (o *CreateContactRequest) GetName() string + func (o *CreateContactRequest) GetNameOk() (*string, bool) + func (o *CreateContactRequest) GetNotes() string + func (o *CreateContactRequest) GetNotesOk() (*string, bool) + func (o *CreateContactRequest) GetPhone() string + func (o *CreateContactRequest) GetPhoneOk() (*string, bool) + func (o *CreateContactRequest) GetRole() string + func (o *CreateContactRequest) GetRoleOk() (*string, bool) + func (o *CreateContactRequest) HasCompany() bool + func (o *CreateContactRequest) HasContactType() bool + func (o *CreateContactRequest) HasDepartment() bool + func (o *CreateContactRequest) HasNotes() bool + func (o *CreateContactRequest) HasPhone() bool + func (o *CreateContactRequest) HasRole() bool + func (o *CreateContactRequest) SetCompany(v string) + func (o *CreateContactRequest) SetContactType(v string) + func (o *CreateContactRequest) SetDepartment(v string) + func (o *CreateContactRequest) SetEmail(v string) + func (o *CreateContactRequest) SetName(v string) + func (o *CreateContactRequest) SetNotes(v string) + func (o *CreateContactRequest) SetPhone(v string) + func (o *CreateContactRequest) SetRole(v string) + func (o *CreateContactRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateContactRequest) MarshalJSON() ([]byte, error) + func (o CreateContactRequest) ToMap() (map[string]interface{}, error) + type CreateDedicatedIPRequestRequest struct + Note string + func NewCreateDedicatedIPRequestRequest(note string) *CreateDedicatedIPRequestRequest + func NewCreateDedicatedIPRequestRequestWithDefaults() *CreateDedicatedIPRequestRequest + func (o *CreateDedicatedIPRequestRequest) GetNote() string + func (o *CreateDedicatedIPRequestRequest) GetNoteOk() (*string, bool) + func (o *CreateDedicatedIPRequestRequest) SetNote(v string) + func (o *CreateDedicatedIPRequestRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateDedicatedIPRequestRequest) MarshalJSON() ([]byte, error) + func (o CreateDedicatedIPRequestRequest) ToMap() (map[string]interface{}, error) + type CreateDistributionListRequest struct + ListAddress string + Members []string + Name *string + func NewCreateDistributionListRequest(listAddress string) *CreateDistributionListRequest + func NewCreateDistributionListRequestWithDefaults() *CreateDistributionListRequest + func (o *CreateDistributionListRequest) GetListAddress() string + func (o *CreateDistributionListRequest) GetListAddressOk() (*string, bool) + func (o *CreateDistributionListRequest) GetMembers() []string + func (o *CreateDistributionListRequest) GetMembersOk() ([]string, bool) + func (o *CreateDistributionListRequest) GetName() string + func (o *CreateDistributionListRequest) GetNameOk() (*string, bool) + func (o *CreateDistributionListRequest) HasMembers() bool + func (o *CreateDistributionListRequest) HasName() bool + func (o *CreateDistributionListRequest) SetListAddress(v string) + func (o *CreateDistributionListRequest) SetMembers(v []string) + func (o *CreateDistributionListRequest) SetName(v string) + func (o *CreateDistributionListRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateDistributionListRequest) MarshalJSON() ([]byte, error) + func (o CreateDistributionListRequest) ToMap() (map[string]interface{}, error) + type CreateEncryptionKey201Response struct + CreatedAt *time.Time + Id *string + MailboxId *string + func NewCreateEncryptionKey201Response() *CreateEncryptionKey201Response + func NewCreateEncryptionKey201ResponseWithDefaults() *CreateEncryptionKey201Response + func (o *CreateEncryptionKey201Response) GetCreatedAt() time.Time + func (o *CreateEncryptionKey201Response) GetCreatedAtOk() (*time.Time, bool) + func (o *CreateEncryptionKey201Response) GetId() string + func (o *CreateEncryptionKey201Response) GetIdOk() (*string, bool) + func (o *CreateEncryptionKey201Response) GetMailboxId() string + func (o *CreateEncryptionKey201Response) GetMailboxIdOk() (*string, bool) + func (o *CreateEncryptionKey201Response) HasCreatedAt() bool + func (o *CreateEncryptionKey201Response) HasId() bool + func (o *CreateEncryptionKey201Response) HasMailboxId() bool + func (o *CreateEncryptionKey201Response) SetCreatedAt(v time.Time) + func (o *CreateEncryptionKey201Response) SetId(v string) + func (o *CreateEncryptionKey201Response) SetMailboxId(v string) + func (o CreateEncryptionKey201Response) MarshalJSON() ([]byte, error) + func (o CreateEncryptionKey201Response) ToMap() (map[string]interface{}, error) + type CreateEncryptionKeyRequest struct + EncryptedPrivateKey string + KdfParams map[string]interface{} + MailboxEmail string + PublicKey string + func NewCreateEncryptionKeyRequest(mailboxEmail string, publicKey string, encryptedPrivateKey string) *CreateEncryptionKeyRequest + func NewCreateEncryptionKeyRequestWithDefaults() *CreateEncryptionKeyRequest + func (o *CreateEncryptionKeyRequest) GetEncryptedPrivateKey() string + func (o *CreateEncryptionKeyRequest) GetEncryptedPrivateKeyOk() (*string, bool) + func (o *CreateEncryptionKeyRequest) GetKdfParams() map[string]interface{} + func (o *CreateEncryptionKeyRequest) GetKdfParamsOk() (map[string]interface{}, bool) + func (o *CreateEncryptionKeyRequest) GetMailboxEmail() string + func (o *CreateEncryptionKeyRequest) GetMailboxEmailOk() (*string, bool) + func (o *CreateEncryptionKeyRequest) GetPublicKey() string + func (o *CreateEncryptionKeyRequest) GetPublicKeyOk() (*string, bool) + func (o *CreateEncryptionKeyRequest) HasKdfParams() bool + func (o *CreateEncryptionKeyRequest) SetEncryptedPrivateKey(v string) + func (o *CreateEncryptionKeyRequest) SetKdfParams(v map[string]interface{}) + func (o *CreateEncryptionKeyRequest) SetMailboxEmail(v string) + func (o *CreateEncryptionKeyRequest) SetPublicKey(v string) + func (o *CreateEncryptionKeyRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateEncryptionKeyRequest) MarshalJSON() ([]byte, error) + func (o CreateEncryptionKeyRequest) ToMap() (map[string]interface{}, error) + type CreateEncryptionRecoveryRequest struct + MailboxEmail string + RecoveryBlob string + func NewCreateEncryptionRecoveryRequest(mailboxEmail string, recoveryBlob string) *CreateEncryptionRecoveryRequest + func NewCreateEncryptionRecoveryRequestWithDefaults() *CreateEncryptionRecoveryRequest + func (o *CreateEncryptionRecoveryRequest) GetMailboxEmail() string + func (o *CreateEncryptionRecoveryRequest) GetMailboxEmailOk() (*string, bool) + func (o *CreateEncryptionRecoveryRequest) GetRecoveryBlob() string + func (o *CreateEncryptionRecoveryRequest) GetRecoveryBlobOk() (*string, bool) + func (o *CreateEncryptionRecoveryRequest) SetMailboxEmail(v string) + func (o *CreateEncryptionRecoveryRequest) SetRecoveryBlob(v string) + func (o *CreateEncryptionRecoveryRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateEncryptionRecoveryRequest) MarshalJSON() ([]byte, error) + func (o CreateEncryptionRecoveryRequest) ToMap() (map[string]interface{}, error) + type CreateMigrationCredentialRequest struct + Credentials CreateMigrationCredentialRequestCredentials + Label *string + Provider string + func NewCreateMigrationCredentialRequest(provider string, credentials CreateMigrationCredentialRequestCredentials) *CreateMigrationCredentialRequest + func NewCreateMigrationCredentialRequestWithDefaults() *CreateMigrationCredentialRequest + func (o *CreateMigrationCredentialRequest) GetCredentials() CreateMigrationCredentialRequestCredentials + func (o *CreateMigrationCredentialRequest) GetCredentialsOk() (*CreateMigrationCredentialRequestCredentials, bool) + func (o *CreateMigrationCredentialRequest) GetLabel() string + func (o *CreateMigrationCredentialRequest) GetLabelOk() (*string, bool) + func (o *CreateMigrationCredentialRequest) GetProvider() string + func (o *CreateMigrationCredentialRequest) GetProviderOk() (*string, bool) + func (o *CreateMigrationCredentialRequest) HasLabel() bool + func (o *CreateMigrationCredentialRequest) SetCredentials(v CreateMigrationCredentialRequestCredentials) + func (o *CreateMigrationCredentialRequest) SetLabel(v string) + func (o *CreateMigrationCredentialRequest) SetProvider(v string) + func (o *CreateMigrationCredentialRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateMigrationCredentialRequest) MarshalJSON() ([]byte, error) + func (o CreateMigrationCredentialRequest) ToMap() (map[string]interface{}, error) + type CreateMigrationCredentialRequestCredentials struct + Host string + OauthToken *string + Password *string + Port int32 + Username *string + func NewCreateMigrationCredentialRequestCredentials(host string, port int32) *CreateMigrationCredentialRequestCredentials + func NewCreateMigrationCredentialRequestCredentialsWithDefaults() *CreateMigrationCredentialRequestCredentials + func (o *CreateMigrationCredentialRequestCredentials) GetHost() string + func (o *CreateMigrationCredentialRequestCredentials) GetHostOk() (*string, bool) + func (o *CreateMigrationCredentialRequestCredentials) GetOauthToken() string + func (o *CreateMigrationCredentialRequestCredentials) GetOauthTokenOk() (*string, bool) + func (o *CreateMigrationCredentialRequestCredentials) GetPassword() string + func (o *CreateMigrationCredentialRequestCredentials) GetPasswordOk() (*string, bool) + func (o *CreateMigrationCredentialRequestCredentials) GetPort() int32 + func (o *CreateMigrationCredentialRequestCredentials) GetPortOk() (*int32, bool) + func (o *CreateMigrationCredentialRequestCredentials) GetUsername() string + func (o *CreateMigrationCredentialRequestCredentials) GetUsernameOk() (*string, bool) + func (o *CreateMigrationCredentialRequestCredentials) HasOauthToken() bool + func (o *CreateMigrationCredentialRequestCredentials) HasPassword() bool + func (o *CreateMigrationCredentialRequestCredentials) HasUsername() bool + func (o *CreateMigrationCredentialRequestCredentials) SetHost(v string) + func (o *CreateMigrationCredentialRequestCredentials) SetOauthToken(v string) + func (o *CreateMigrationCredentialRequestCredentials) SetPassword(v string) + func (o *CreateMigrationCredentialRequestCredentials) SetPort(v int32) + func (o *CreateMigrationCredentialRequestCredentials) SetUsername(v string) + func (o *CreateMigrationCredentialRequestCredentials) UnmarshalJSON(data []byte) (err error) + func (o CreateMigrationCredentialRequestCredentials) MarshalJSON() ([]byte, error) + func (o CreateMigrationCredentialRequestCredentials) ToMap() (map[string]interface{}, error) + type CreateMigrationRequest struct + CredentialId string + Name string + Settings *MigrationSettings + SourceProvider string + func NewCreateMigrationRequest(name string, credentialId string, sourceProvider string) *CreateMigrationRequest + func NewCreateMigrationRequestWithDefaults() *CreateMigrationRequest + func (o *CreateMigrationRequest) GetCredentialId() string + func (o *CreateMigrationRequest) GetCredentialIdOk() (*string, bool) + func (o *CreateMigrationRequest) GetName() string + func (o *CreateMigrationRequest) GetNameOk() (*string, bool) + func (o *CreateMigrationRequest) GetSettings() MigrationSettings + func (o *CreateMigrationRequest) GetSettingsOk() (*MigrationSettings, bool) + func (o *CreateMigrationRequest) GetSourceProvider() string + func (o *CreateMigrationRequest) GetSourceProviderOk() (*string, bool) + func (o *CreateMigrationRequest) HasSettings() bool + func (o *CreateMigrationRequest) SetCredentialId(v string) + func (o *CreateMigrationRequest) SetName(v string) + func (o *CreateMigrationRequest) SetSettings(v MigrationSettings) + func (o *CreateMigrationRequest) SetSourceProvider(v string) + func (o *CreateMigrationRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateMigrationRequest) MarshalJSON() ([]byte, error) + func (o CreateMigrationRequest) ToMap() (map[string]interface{}, error) + type CreateResourceRequest struct + Capacity *int32 + Name string + Type *string + func NewCreateResourceRequest(name string) *CreateResourceRequest + func NewCreateResourceRequestWithDefaults() *CreateResourceRequest + func (o *CreateResourceRequest) GetCapacity() int32 + func (o *CreateResourceRequest) GetCapacityOk() (*int32, bool) + func (o *CreateResourceRequest) GetName() string + func (o *CreateResourceRequest) GetNameOk() (*string, bool) + func (o *CreateResourceRequest) GetType() string + func (o *CreateResourceRequest) GetTypeOk() (*string, bool) + func (o *CreateResourceRequest) HasCapacity() bool + func (o *CreateResourceRequest) HasType() bool + func (o *CreateResourceRequest) SetCapacity(v int32) + func (o *CreateResourceRequest) SetName(v string) + func (o *CreateResourceRequest) SetType(v string) + func (o *CreateResourceRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateResourceRequest) MarshalJSON() ([]byte, error) + func (o CreateResourceRequest) ToMap() (map[string]interface{}, error) + type CreateUnitsCheckout200Response struct + AuthorizationUrl string + Reference string + Units int32 + func NewCreateUnitsCheckout200Response(authorizationUrl string, reference string, units int32) *CreateUnitsCheckout200Response + func NewCreateUnitsCheckout200ResponseWithDefaults() *CreateUnitsCheckout200Response + func (o *CreateUnitsCheckout200Response) GetAuthorizationUrl() string + func (o *CreateUnitsCheckout200Response) GetAuthorizationUrlOk() (*string, bool) + func (o *CreateUnitsCheckout200Response) GetReference() string + func (o *CreateUnitsCheckout200Response) GetReferenceOk() (*string, bool) + func (o *CreateUnitsCheckout200Response) GetUnits() int32 + func (o *CreateUnitsCheckout200Response) GetUnitsOk() (*int32, bool) + func (o *CreateUnitsCheckout200Response) SetAuthorizationUrl(v string) + func (o *CreateUnitsCheckout200Response) SetReference(v string) + func (o *CreateUnitsCheckout200Response) SetUnits(v int32) + func (o *CreateUnitsCheckout200Response) UnmarshalJSON(data []byte) (err error) + func (o CreateUnitsCheckout200Response) MarshalJSON() ([]byte, error) + func (o CreateUnitsCheckout200Response) ToMap() (map[string]interface{}, error) + type CreateUnitsCheckoutRequest struct + Bundle string + func NewCreateUnitsCheckoutRequest(bundle string) *CreateUnitsCheckoutRequest + func NewCreateUnitsCheckoutRequestWithDefaults() *CreateUnitsCheckoutRequest + func (o *CreateUnitsCheckoutRequest) GetBundle() string + func (o *CreateUnitsCheckoutRequest) GetBundleOk() (*string, bool) + func (o *CreateUnitsCheckoutRequest) SetBundle(v string) + func (o *CreateUnitsCheckoutRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateUnitsCheckoutRequest) MarshalJSON() ([]byte, error) + func (o CreateUnitsCheckoutRequest) ToMap() (map[string]interface{}, error) + type CreateUserRequest struct + Department *string + Email string + FirstName string + LastName string + Title *string + func NewCreateUserRequest(email string, firstName string, lastName string) *CreateUserRequest + func NewCreateUserRequestWithDefaults() *CreateUserRequest + func (o *CreateUserRequest) GetDepartment() string + func (o *CreateUserRequest) GetDepartmentOk() (*string, bool) + func (o *CreateUserRequest) GetEmail() string + func (o *CreateUserRequest) GetEmailOk() (*string, bool) + func (o *CreateUserRequest) GetFirstName() string + func (o *CreateUserRequest) GetFirstNameOk() (*string, bool) + func (o *CreateUserRequest) GetLastName() string + func (o *CreateUserRequest) GetLastNameOk() (*string, bool) + func (o *CreateUserRequest) GetTitle() string + func (o *CreateUserRequest) GetTitleOk() (*string, bool) + func (o *CreateUserRequest) HasDepartment() bool + func (o *CreateUserRequest) HasTitle() bool + func (o *CreateUserRequest) SetDepartment(v string) + func (o *CreateUserRequest) SetEmail(v string) + func (o *CreateUserRequest) SetFirstName(v string) + func (o *CreateUserRequest) SetLastName(v string) + func (o *CreateUserRequest) SetTitle(v string) + func (o *CreateUserRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateUserRequest) MarshalJSON() ([]byte, error) + func (o CreateUserRequest) ToMap() (map[string]interface{}, error) + type DNSRecord struct + Name string + Priority *int32 + Purpose string + Ttl int32 + Type string + Value string + func NewDNSRecord(type_ string, name string, value string, ttl int32, purpose string) *DNSRecord + func NewDNSRecordWithDefaults() *DNSRecord + func (o *DNSRecord) GetName() string + func (o *DNSRecord) GetNameOk() (*string, bool) + func (o *DNSRecord) GetPriority() int32 + func (o *DNSRecord) GetPriorityOk() (*int32, bool) + func (o *DNSRecord) GetPurpose() string + func (o *DNSRecord) GetPurposeOk() (*string, bool) + func (o *DNSRecord) GetTtl() int32 + func (o *DNSRecord) GetTtlOk() (*int32, bool) + func (o *DNSRecord) GetType() string + func (o *DNSRecord) GetTypeOk() (*string, bool) + func (o *DNSRecord) GetValue() string + func (o *DNSRecord) GetValueOk() (*string, bool) + func (o *DNSRecord) HasPriority() bool + func (o *DNSRecord) SetName(v string) + func (o *DNSRecord) SetPriority(v int32) + func (o *DNSRecord) SetPurpose(v string) + func (o *DNSRecord) SetTtl(v int32) + func (o *DNSRecord) SetType(v string) + func (o *DNSRecord) SetValue(v string) + func (o *DNSRecord) UnmarshalJSON(data []byte) (err error) + func (o DNSRecord) MarshalJSON() ([]byte, error) + func (o DNSRecord) ToMap() (map[string]interface{}, error) + type DashboardAPIService service + func (a *DashboardAPIService) GetAuditSummary(ctx context.Context) ApiGetAuditSummaryRequest + func (a *DashboardAPIService) GetAuditSummaryExecute(r ApiGetAuditSummaryRequest) (*GetAuditSummary200Response, *http.Response, error) + func (a *DashboardAPIService) GetDomainsStatus(ctx context.Context) ApiGetDomainsStatusRequest + func (a *DashboardAPIService) GetDomainsStatusExecute(r ApiGetDomainsStatusRequest) (*GetDomainsStatus200Response, *http.Response, error) + func (a *DashboardAPIService) GetIntegrationsSummary(ctx context.Context) ApiGetIntegrationsSummaryRequest + func (a *DashboardAPIService) GetIntegrationsSummaryExecute(r ApiGetIntegrationsSummaryRequest) (*GetIntegrationsSummary200Response, *http.Response, error) + func (a *DashboardAPIService) GetSecurity(ctx context.Context) ApiGetSecurityRequest + func (a *DashboardAPIService) GetSecurityExecute(r ApiGetSecurityRequest) (*GetSecurity200Response, *http.Response, error) + func (a *DashboardAPIService) GetStorage(ctx context.Context) ApiGetStorageRequest + func (a *DashboardAPIService) GetStorageExecute(r ApiGetStorageRequest) (*GetStorage200Response, *http.Response, error) + func (a *DashboardAPIService) GetTenantHealth(ctx context.Context) ApiGetTenantHealthRequest + func (a *DashboardAPIService) GetTenantHealthExecute(r ApiGetTenantHealthRequest) (map[string]interface{}, *http.Response, error) + func (a *DashboardAPIService) GetUserInsights(ctx context.Context) ApiGetUserInsightsRequest + func (a *DashboardAPIService) GetUserInsightsExecute(r ApiGetUserInsightsRequest) (*GetUserInsights200Response, *http.Response, error) + type DedicatedIPRequest struct + AdminNote *string + CreatedAt time.Time + Id string + Note *string + ResolvedAt *time.Time + Status string + TenantId string + func NewDedicatedIPRequest(id string, tenantId string, status string, createdAt time.Time) *DedicatedIPRequest + func NewDedicatedIPRequestWithDefaults() *DedicatedIPRequest + func (o *DedicatedIPRequest) GetAdminNote() string + func (o *DedicatedIPRequest) GetAdminNoteOk() (*string, bool) + func (o *DedicatedIPRequest) GetCreatedAt() time.Time + func (o *DedicatedIPRequest) GetCreatedAtOk() (*time.Time, bool) + func (o *DedicatedIPRequest) GetId() string + func (o *DedicatedIPRequest) GetIdOk() (*string, bool) + func (o *DedicatedIPRequest) GetNote() string + func (o *DedicatedIPRequest) GetNoteOk() (*string, bool) + func (o *DedicatedIPRequest) GetResolvedAt() time.Time + func (o *DedicatedIPRequest) GetResolvedAtOk() (*time.Time, bool) + func (o *DedicatedIPRequest) GetStatus() string + func (o *DedicatedIPRequest) GetStatusOk() (*string, bool) + func (o *DedicatedIPRequest) GetTenantId() string + func (o *DedicatedIPRequest) GetTenantIdOk() (*string, bool) + func (o *DedicatedIPRequest) HasAdminNote() bool + func (o *DedicatedIPRequest) HasNote() bool + func (o *DedicatedIPRequest) HasResolvedAt() bool + func (o *DedicatedIPRequest) SetAdminNote(v string) + func (o *DedicatedIPRequest) SetCreatedAt(v time.Time) + func (o *DedicatedIPRequest) SetId(v string) + func (o *DedicatedIPRequest) SetNote(v string) + func (o *DedicatedIPRequest) SetResolvedAt(v time.Time) + func (o *DedicatedIPRequest) SetStatus(v string) + func (o *DedicatedIPRequest) SetTenantId(v string) + func (o *DedicatedIPRequest) UnmarshalJSON(data []byte) (err error) + func (o DedicatedIPRequest) MarshalJSON() ([]byte, error) + func (o DedicatedIPRequest) ToMap() (map[string]interface{}, error) + type DirectoryAPIService service + func (a *DirectoryAPIService) GetDirectoryActivity(ctx context.Context) ApiGetDirectoryActivityRequest + func (a *DirectoryAPIService) GetDirectoryActivityExecute(r ApiGetDirectoryActivityRequest) (*GetDirectoryActivity200Response, *http.Response, error) + func (a *DirectoryAPIService) GetDirectoryPermissions(ctx context.Context) ApiGetDirectoryPermissionsRequest + func (a *DirectoryAPIService) GetDirectoryPermissionsExecute(r ApiGetDirectoryPermissionsRequest) (*DirectoryPermissions, *http.Response, error) + func (a *DirectoryAPIService) GetDirectoryStats(ctx context.Context) ApiGetDirectoryStatsRequest + func (a *DirectoryAPIService) GetDirectoryStatsExecute(r ApiGetDirectoryStatsRequest) (*GetDirectoryStats200Response, *http.Response, error) + func (a *DirectoryAPIService) GetGALSettings(ctx context.Context) ApiGetGALSettingsRequest + func (a *DirectoryAPIService) GetGALSettingsExecute(r ApiGetGALSettingsRequest) (*GALSettings, *http.Response, error) + func (a *DirectoryAPIService) RebuildGALIndex(ctx context.Context) ApiRebuildGALIndexRequest + func (a *DirectoryAPIService) RebuildGALIndexExecute(r ApiRebuildGALIndexRequest) (*GALSettings, *http.Response, error) + func (a *DirectoryAPIService) SyncGAL(ctx context.Context) ApiSyncGALRequest + func (a *DirectoryAPIService) SyncGALExecute(r ApiSyncGALRequest) (*GALSettings, *http.Response, error) + func (a *DirectoryAPIService) UpdateDirectoryPermissions(ctx context.Context) ApiUpdateDirectoryPermissionsRequest + func (a *DirectoryAPIService) UpdateDirectoryPermissionsExecute(r ApiUpdateDirectoryPermissionsRequest) (*DirectoryPermissions, *http.Response, error) + func (a *DirectoryAPIService) UpdateGALSettings(ctx context.Context) ApiUpdateGALSettingsRequest + func (a *DirectoryAPIService) UpdateGALSettingsExecute(r ApiUpdateGALSettingsRequest) (*GALSettings, *http.Response, error) + type DirectoryPermissions struct + ContactEditAccess string + ContactViewAccess string + CreatedAt *time.Time + ExternalSharing string + ListManageAccess string + TenantId string + UpdatedAt *time.Time + func NewDirectoryPermissions(tenantId string, contactViewAccess string, contactEditAccess string, ...) *DirectoryPermissions + func NewDirectoryPermissionsWithDefaults() *DirectoryPermissions + func (o *DirectoryPermissions) GetContactEditAccess() string + func (o *DirectoryPermissions) GetContactEditAccessOk() (*string, bool) + func (o *DirectoryPermissions) GetContactViewAccess() string + func (o *DirectoryPermissions) GetContactViewAccessOk() (*string, bool) + func (o *DirectoryPermissions) GetCreatedAt() time.Time + func (o *DirectoryPermissions) GetCreatedAtOk() (*time.Time, bool) + func (o *DirectoryPermissions) GetExternalSharing() string + func (o *DirectoryPermissions) GetExternalSharingOk() (*string, bool) + func (o *DirectoryPermissions) GetListManageAccess() string + func (o *DirectoryPermissions) GetListManageAccessOk() (*string, bool) + func (o *DirectoryPermissions) GetTenantId() string + func (o *DirectoryPermissions) GetTenantIdOk() (*string, bool) + func (o *DirectoryPermissions) GetUpdatedAt() time.Time + func (o *DirectoryPermissions) GetUpdatedAtOk() (*time.Time, bool) + func (o *DirectoryPermissions) HasCreatedAt() bool + func (o *DirectoryPermissions) HasUpdatedAt() bool + func (o *DirectoryPermissions) SetContactEditAccess(v string) + func (o *DirectoryPermissions) SetContactViewAccess(v string) + func (o *DirectoryPermissions) SetCreatedAt(v time.Time) + func (o *DirectoryPermissions) SetExternalSharing(v string) + func (o *DirectoryPermissions) SetListManageAccess(v string) + func (o *DirectoryPermissions) SetTenantId(v string) + func (o *DirectoryPermissions) SetUpdatedAt(v time.Time) + func (o *DirectoryPermissions) UnmarshalJSON(data []byte) (err error) + func (o DirectoryPermissions) MarshalJSON() ([]byte, error) + func (o DirectoryPermissions) ToMap() (map[string]interface{}, error) + type DiscoverMigration202Response struct + Status string + func NewDiscoverMigration202Response(status string) *DiscoverMigration202Response + func NewDiscoverMigration202ResponseWithDefaults() *DiscoverMigration202Response + func (o *DiscoverMigration202Response) GetStatus() string + func (o *DiscoverMigration202Response) GetStatusOk() (*string, bool) + func (o *DiscoverMigration202Response) SetStatus(v string) + func (o *DiscoverMigration202Response) UnmarshalJSON(data []byte) (err error) + func (o DiscoverMigration202Response) MarshalJSON() ([]byte, error) + func (o DiscoverMigration202Response) ToMap() (map[string]interface{}, error) + type DistributionListDetail struct + CreatedAt time.Time + Id string + ListAddress string + MemberCount int32 + Members []string + Name *string + TenantId string + func NewDistributionListDetail(id string, tenantId string, listAddress string, createdAt time.Time, ...) *DistributionListDetail + func NewDistributionListDetailWithDefaults() *DistributionListDetail + func (o *DistributionListDetail) GetCreatedAt() time.Time + func (o *DistributionListDetail) GetCreatedAtOk() (*time.Time, bool) + func (o *DistributionListDetail) GetId() string + func (o *DistributionListDetail) GetIdOk() (*string, bool) + func (o *DistributionListDetail) GetListAddress() string + func (o *DistributionListDetail) GetListAddressOk() (*string, bool) + func (o *DistributionListDetail) GetMemberCount() int32 + func (o *DistributionListDetail) GetMemberCountOk() (*int32, bool) + func (o *DistributionListDetail) GetMembers() []string + func (o *DistributionListDetail) GetMembersOk() ([]string, bool) + func (o *DistributionListDetail) GetName() string + func (o *DistributionListDetail) GetNameOk() (*string, bool) + func (o *DistributionListDetail) GetTenantId() string + func (o *DistributionListDetail) GetTenantIdOk() (*string, bool) + func (o *DistributionListDetail) HasName() bool + func (o *DistributionListDetail) SetCreatedAt(v time.Time) + func (o *DistributionListDetail) SetId(v string) + func (o *DistributionListDetail) SetListAddress(v string) + func (o *DistributionListDetail) SetMemberCount(v int32) + func (o *DistributionListDetail) SetMembers(v []string) + func (o *DistributionListDetail) SetName(v string) + func (o *DistributionListDetail) SetTenantId(v string) + func (o *DistributionListDetail) UnmarshalJSON(data []byte) (err error) + func (o DistributionListDetail) MarshalJSON() ([]byte, error) + func (o DistributionListDetail) ToMap() (map[string]interface{}, error) + type DistributionListSummary struct + CreatedAt time.Time + Id string + ListAddress string + MemberCount int32 + Name *string + TenantId string + func NewDistributionListSummary(id string, tenantId string, listAddress string, createdAt time.Time, ...) *DistributionListSummary + func NewDistributionListSummaryWithDefaults() *DistributionListSummary + func (o *DistributionListSummary) GetCreatedAt() time.Time + func (o *DistributionListSummary) GetCreatedAtOk() (*time.Time, bool) + func (o *DistributionListSummary) GetId() string + func (o *DistributionListSummary) GetIdOk() (*string, bool) + func (o *DistributionListSummary) GetListAddress() string + func (o *DistributionListSummary) GetListAddressOk() (*string, bool) + func (o *DistributionListSummary) GetMemberCount() int32 + func (o *DistributionListSummary) GetMemberCountOk() (*int32, bool) + func (o *DistributionListSummary) GetName() string + func (o *DistributionListSummary) GetNameOk() (*string, bool) + func (o *DistributionListSummary) GetTenantId() string + func (o *DistributionListSummary) GetTenantIdOk() (*string, bool) + func (o *DistributionListSummary) HasName() bool + func (o *DistributionListSummary) SetCreatedAt(v time.Time) + func (o *DistributionListSummary) SetId(v string) + func (o *DistributionListSummary) SetListAddress(v string) + func (o *DistributionListSummary) SetMemberCount(v int32) + func (o *DistributionListSummary) SetName(v string) + func (o *DistributionListSummary) SetTenantId(v string) + func (o *DistributionListSummary) UnmarshalJSON(data []byte) (err error) + func (o DistributionListSummary) MarshalJSON() ([]byte, error) + func (o DistributionListSummary) ToMap() (map[string]interface{}, error) + type DistributionListsAPIService service + func (a *DistributionListsAPIService) CreateDistributionList(ctx context.Context) ApiCreateDistributionListRequest + func (a *DistributionListsAPIService) CreateDistributionListExecute(r ApiCreateDistributionListRequest) (*DistributionListDetail, *http.Response, error) + func (a *DistributionListsAPIService) DeleteDistributionList(ctx context.Context, address string) ApiDeleteDistributionListRequest + func (a *DistributionListsAPIService) DeleteDistributionListExecute(r ApiDeleteDistributionListRequest) (*http.Response, error) + func (a *DistributionListsAPIService) GetDistributionList(ctx context.Context, address string) ApiGetDistributionListRequest + func (a *DistributionListsAPIService) GetDistributionListExecute(r ApiGetDistributionListRequest) (*DistributionListDetail, *http.Response, error) + func (a *DistributionListsAPIService) ListDistributionLists(ctx context.Context) ApiListDistributionListsRequest + func (a *DistributionListsAPIService) ListDistributionListsExecute(r ApiListDistributionListsRequest) (*ListDistributionLists200Response, *http.Response, error) + func (a *DistributionListsAPIService) ReplaceDistributionListMembers(ctx context.Context, address string) ApiReplaceDistributionListMembersRequest + func (a *DistributionListsAPIService) ReplaceDistributionListMembersExecute(r ApiReplaceDistributionListMembersRequest) (*ReplaceDistributionListMembers200Response, *http.Response, error) + type Domain struct + CreatedAt time.Time + DkimPublicRecord string + DkimSelector string + Domain string + Id string + Records []DNSRecord + TenantId string + VerificationToken string + Verified bool + VerifiedAt *time.Time + func NewDomain(id string, tenantId string, domain string, verificationToken string, ...) *Domain + func NewDomainWithDefaults() *Domain + func (o *Domain) GetCreatedAt() time.Time + func (o *Domain) GetCreatedAtOk() (*time.Time, bool) + func (o *Domain) GetDkimPublicRecord() string + func (o *Domain) GetDkimPublicRecordOk() (*string, bool) + func (o *Domain) GetDkimSelector() string + func (o *Domain) GetDkimSelectorOk() (*string, bool) + func (o *Domain) GetDomain() string + func (o *Domain) GetDomainOk() (*string, bool) + func (o *Domain) GetId() string + func (o *Domain) GetIdOk() (*string, bool) + func (o *Domain) GetRecords() []DNSRecord + func (o *Domain) GetRecordsOk() ([]DNSRecord, bool) + func (o *Domain) GetTenantId() string + func (o *Domain) GetTenantIdOk() (*string, bool) + func (o *Domain) GetVerificationToken() string + func (o *Domain) GetVerificationTokenOk() (*string, bool) + func (o *Domain) GetVerified() bool + func (o *Domain) GetVerifiedAt() time.Time + func (o *Domain) GetVerifiedAtOk() (*time.Time, bool) + func (o *Domain) GetVerifiedOk() (*bool, bool) + func (o *Domain) HasRecords() bool + func (o *Domain) HasVerifiedAt() bool + func (o *Domain) SetCreatedAt(v time.Time) + func (o *Domain) SetDkimPublicRecord(v string) + func (o *Domain) SetDkimSelector(v string) + func (o *Domain) SetDomain(v string) + func (o *Domain) SetId(v string) + func (o *Domain) SetRecords(v []DNSRecord) + func (o *Domain) SetTenantId(v string) + func (o *Domain) SetVerificationToken(v string) + func (o *Domain) SetVerified(v bool) + func (o *Domain) SetVerifiedAt(v time.Time) + func (o *Domain) UnmarshalJSON(data []byte) (err error) + func (o Domain) MarshalJSON() ([]byte, error) + func (o Domain) ToMap() (map[string]interface{}, error) + type DomainsAPIService service + func (a *DomainsAPIService) V1DomainsDomainDelete(ctx context.Context, domain string) ApiV1DomainsDomainDeleteRequest + func (a *DomainsAPIService) V1DomainsDomainDeleteExecute(r ApiV1DomainsDomainDeleteRequest) (*http.Response, error) + func (a *DomainsAPIService) V1DomainsDomainGet(ctx context.Context, domain string) ApiV1DomainsDomainGetRequest + func (a *DomainsAPIService) V1DomainsDomainGetExecute(r ApiV1DomainsDomainGetRequest) (*Domain, *http.Response, error) + func (a *DomainsAPIService) V1DomainsDomainVerifyPost(ctx context.Context, domain string) ApiV1DomainsDomainVerifyPostRequest + func (a *DomainsAPIService) V1DomainsDomainVerifyPostExecute(r ApiV1DomainsDomainVerifyPostRequest) (*Domain, *http.Response, error) + func (a *DomainsAPIService) V1DomainsGet(ctx context.Context) ApiV1DomainsGetRequest + func (a *DomainsAPIService) V1DomainsGetExecute(r ApiV1DomainsGetRequest) (*V1DomainsGet200Response, *http.Response, error) + func (a *DomainsAPIService) V1DomainsPost(ctx context.Context) ApiV1DomainsPostRequest + func (a *DomainsAPIService) V1DomainsPostExecute(r ApiV1DomainsPostRequest) (*Domain, *http.Response, error) + type DraftsAPIService service + func (a *DraftsAPIService) V1DraftsDraftIDApprovePost(ctx context.Context, draftID string) ApiV1DraftsDraftIDApprovePostRequest + func (a *DraftsAPIService) V1DraftsDraftIDApprovePostExecute(r ApiV1DraftsDraftIDApprovePostRequest) (map[string]interface{}, *http.Response, error) + func (a *DraftsAPIService) V1DraftsDraftIDCancelPost(ctx context.Context, draftID string) ApiV1DraftsDraftIDCancelPostRequest + func (a *DraftsAPIService) V1DraftsDraftIDCancelPostExecute(r ApiV1DraftsDraftIDCancelPostRequest) (map[string]interface{}, *http.Response, error) + func (a *DraftsAPIService) V1DraftsDraftIDGet(ctx context.Context, draftID string) ApiV1DraftsDraftIDGetRequest + func (a *DraftsAPIService) V1DraftsDraftIDGetExecute(r ApiV1DraftsDraftIDGetRequest) (map[string]interface{}, *http.Response, error) + func (a *DraftsAPIService) V1DraftsDraftIDRejectPost(ctx context.Context, draftID string) ApiV1DraftsDraftIDRejectPostRequest + func (a *DraftsAPIService) V1DraftsDraftIDRejectPostExecute(r ApiV1DraftsDraftIDRejectPostRequest) (map[string]interface{}, *http.Response, error) + func (a *DraftsAPIService) V1DraftsGet(ctx context.Context) ApiV1DraftsGetRequest + func (a *DraftsAPIService) V1DraftsGetExecute(r ApiV1DraftsGetRequest) (map[string]interface{}, *http.Response, error) + func (a *DraftsAPIService) V1InboxesMailboxDraftsPost(ctx context.Context, mailbox string) ApiV1InboxesMailboxDraftsPostRequest + func (a *DraftsAPIService) V1InboxesMailboxDraftsPostExecute(r ApiV1InboxesMailboxDraftsPostRequest) (map[string]interface{}, *http.Response, error) + func (a *DraftsAPIService) V1ThreadsThreadIDDraftsPost(ctx context.Context, threadID string) ApiV1ThreadsThreadIDDraftsPostRequest + func (a *DraftsAPIService) V1ThreadsThreadIDDraftsPostExecute(r ApiV1ThreadsThreadIDDraftsPostRequest) (map[string]interface{}, *http.Response, error) + type EncryptionAPIService service + func (a *EncryptionAPIService) BatchLookupPublicKeys(ctx context.Context) ApiBatchLookupPublicKeysRequest + func (a *EncryptionAPIService) BatchLookupPublicKeysExecute(r ApiBatchLookupPublicKeysRequest) (*BatchLookupPublicKeys200Response, *http.Response, error) + func (a *EncryptionAPIService) CreateEncryptionKey(ctx context.Context) ApiCreateEncryptionKeyRequest + func (a *EncryptionAPIService) CreateEncryptionKeyExecute(r ApiCreateEncryptionKeyRequest) (*CreateEncryptionKey201Response, *http.Response, error) + func (a *EncryptionAPIService) CreateEncryptionRecovery(ctx context.Context) ApiCreateEncryptionRecoveryRequest + func (a *EncryptionAPIService) CreateEncryptionRecoveryExecute(r ApiCreateEncryptionRecoveryRequest) (*http.Response, error) + func (a *EncryptionAPIService) GetEncryptionKey(ctx context.Context, email string) ApiGetEncryptionKeyRequest + func (a *EncryptionAPIService) GetEncryptionKeyExecute(r ApiGetEncryptionKeyRequest) (*GetEncryptionKey200Response, *http.Response, error) + func (a *EncryptionAPIService) RotateEncryptionKey(ctx context.Context) ApiRotateEncryptionKeyRequest + func (a *EncryptionAPIService) RotateEncryptionKeyExecute(r ApiRotateEncryptionKeyRequest) (*http.Response, error) + type GALSettings struct + CreatedAt *time.Time + DepartmentGrouping bool + GalEnabled bool + HideFromDirectory bool + IncludeExternalContacts bool + LastIndexRebuiltAt *time.Time + LastSyncedAt *time.Time + SearchVisibility string + TenantId string + UpdatedAt *time.Time + func NewGALSettings(tenantId string, galEnabled bool, hideFromDirectory bool, ...) *GALSettings + func NewGALSettingsWithDefaults() *GALSettings + func (o *GALSettings) GetCreatedAt() time.Time + func (o *GALSettings) GetCreatedAtOk() (*time.Time, bool) + func (o *GALSettings) GetDepartmentGrouping() bool + func (o *GALSettings) GetDepartmentGroupingOk() (*bool, bool) + func (o *GALSettings) GetGalEnabled() bool + func (o *GALSettings) GetGalEnabledOk() (*bool, bool) + func (o *GALSettings) GetHideFromDirectory() bool + func (o *GALSettings) GetHideFromDirectoryOk() (*bool, bool) + func (o *GALSettings) GetIncludeExternalContacts() bool + func (o *GALSettings) GetIncludeExternalContactsOk() (*bool, bool) + func (o *GALSettings) GetLastIndexRebuiltAt() time.Time + func (o *GALSettings) GetLastIndexRebuiltAtOk() (*time.Time, bool) + func (o *GALSettings) GetLastSyncedAt() time.Time + func (o *GALSettings) GetLastSyncedAtOk() (*time.Time, bool) + func (o *GALSettings) GetSearchVisibility() string + func (o *GALSettings) GetSearchVisibilityOk() (*string, bool) + func (o *GALSettings) GetTenantId() string + func (o *GALSettings) GetTenantIdOk() (*string, bool) + func (o *GALSettings) GetUpdatedAt() time.Time + func (o *GALSettings) GetUpdatedAtOk() (*time.Time, bool) + func (o *GALSettings) HasCreatedAt() bool + func (o *GALSettings) HasLastIndexRebuiltAt() bool + func (o *GALSettings) HasLastSyncedAt() bool + func (o *GALSettings) HasUpdatedAt() bool + func (o *GALSettings) SetCreatedAt(v time.Time) + func (o *GALSettings) SetDepartmentGrouping(v bool) + func (o *GALSettings) SetGalEnabled(v bool) + func (o *GALSettings) SetHideFromDirectory(v bool) + func (o *GALSettings) SetIncludeExternalContacts(v bool) + func (o *GALSettings) SetLastIndexRebuiltAt(v time.Time) + func (o *GALSettings) SetLastSyncedAt(v time.Time) + func (o *GALSettings) SetSearchVisibility(v string) + func (o *GALSettings) SetTenantId(v string) + func (o *GALSettings) SetUpdatedAt(v time.Time) + func (o *GALSettings) UnmarshalJSON(data []byte) (err error) + func (o GALSettings) MarshalJSON() ([]byte, error) + func (o GALSettings) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GetAddOnStatus200Response struct + Active bool + Eligible bool + Name string + func NewGetAddOnStatus200Response(name string, eligible bool, active bool) *GetAddOnStatus200Response + func NewGetAddOnStatus200ResponseWithDefaults() *GetAddOnStatus200Response + func (o *GetAddOnStatus200Response) GetActive() bool + func (o *GetAddOnStatus200Response) GetActiveOk() (*bool, bool) + func (o *GetAddOnStatus200Response) GetEligible() bool + func (o *GetAddOnStatus200Response) GetEligibleOk() (*bool, bool) + func (o *GetAddOnStatus200Response) GetName() string + func (o *GetAddOnStatus200Response) GetNameOk() (*string, bool) + func (o *GetAddOnStatus200Response) SetActive(v bool) + func (o *GetAddOnStatus200Response) SetEligible(v bool) + func (o *GetAddOnStatus200Response) SetName(v string) + func (o *GetAddOnStatus200Response) UnmarshalJSON(data []byte) (err error) + func (o GetAddOnStatus200Response) MarshalJSON() ([]byte, error) + func (o GetAddOnStatus200Response) ToMap() (map[string]interface{}, error) + type GetAuditSummary200Response struct + AdminActionsToday *int32 + DeletedMailboxes []AuditEvent + GeneratedAt *time.Time + RecentExports []AuditEvent + RecentLogins []AuditEvent + func NewGetAuditSummary200Response() *GetAuditSummary200Response + func NewGetAuditSummary200ResponseWithDefaults() *GetAuditSummary200Response + func (o *GetAuditSummary200Response) GetAdminActionsToday() int32 + func (o *GetAuditSummary200Response) GetAdminActionsTodayOk() (*int32, bool) + func (o *GetAuditSummary200Response) GetDeletedMailboxes() []AuditEvent + func (o *GetAuditSummary200Response) GetDeletedMailboxesOk() ([]AuditEvent, bool) + func (o *GetAuditSummary200Response) GetGeneratedAt() time.Time + func (o *GetAuditSummary200Response) GetGeneratedAtOk() (*time.Time, bool) + func (o *GetAuditSummary200Response) GetRecentExports() []AuditEvent + func (o *GetAuditSummary200Response) GetRecentExportsOk() ([]AuditEvent, bool) + func (o *GetAuditSummary200Response) GetRecentLogins() []AuditEvent + func (o *GetAuditSummary200Response) GetRecentLoginsOk() ([]AuditEvent, bool) + func (o *GetAuditSummary200Response) HasAdminActionsToday() bool + func (o *GetAuditSummary200Response) HasDeletedMailboxes() bool + func (o *GetAuditSummary200Response) HasGeneratedAt() bool + func (o *GetAuditSummary200Response) HasRecentExports() bool + func (o *GetAuditSummary200Response) HasRecentLogins() bool + func (o *GetAuditSummary200Response) SetAdminActionsToday(v int32) + func (o *GetAuditSummary200Response) SetDeletedMailboxes(v []AuditEvent) + func (o *GetAuditSummary200Response) SetGeneratedAt(v time.Time) + func (o *GetAuditSummary200Response) SetRecentExports(v []AuditEvent) + func (o *GetAuditSummary200Response) SetRecentLogins(v []AuditEvent) + func (o GetAuditSummary200Response) MarshalJSON() ([]byte, error) + func (o GetAuditSummary200Response) ToMap() (map[string]interface{}, error) + type GetCalendarSecurity200Response struct + Alerts []GetCalendarSecurity200ResponseAlertsInner + DelegatedAccess []GetCalendarSecurity200ResponseDelegatedAccessInner + ExternalSharing *GetCalendarSecurity200ResponseExternalSharing + PrivateCalendars *int32 + PublicCalendarList []GetCalendarSecurity200ResponsePublicCalendarListInner + PublicCalendars *int32 + TotalCalendars *int32 + TotalMembers *int32 + func NewGetCalendarSecurity200Response() *GetCalendarSecurity200Response + func NewGetCalendarSecurity200ResponseWithDefaults() *GetCalendarSecurity200Response + func (o *GetCalendarSecurity200Response) GetAlerts() []GetCalendarSecurity200ResponseAlertsInner + func (o *GetCalendarSecurity200Response) GetAlertsOk() ([]GetCalendarSecurity200ResponseAlertsInner, bool) + func (o *GetCalendarSecurity200Response) GetDelegatedAccess() []GetCalendarSecurity200ResponseDelegatedAccessInner + func (o *GetCalendarSecurity200Response) GetDelegatedAccessOk() ([]GetCalendarSecurity200ResponseDelegatedAccessInner, bool) + func (o *GetCalendarSecurity200Response) GetExternalSharing() GetCalendarSecurity200ResponseExternalSharing + func (o *GetCalendarSecurity200Response) GetExternalSharingOk() (*GetCalendarSecurity200ResponseExternalSharing, bool) + func (o *GetCalendarSecurity200Response) GetPrivateCalendars() int32 + func (o *GetCalendarSecurity200Response) GetPrivateCalendarsOk() (*int32, bool) + func (o *GetCalendarSecurity200Response) GetPublicCalendarList() []GetCalendarSecurity200ResponsePublicCalendarListInner + func (o *GetCalendarSecurity200Response) GetPublicCalendarListOk() ([]GetCalendarSecurity200ResponsePublicCalendarListInner, bool) + func (o *GetCalendarSecurity200Response) GetPublicCalendars() int32 + func (o *GetCalendarSecurity200Response) GetPublicCalendarsOk() (*int32, bool) + func (o *GetCalendarSecurity200Response) GetTotalCalendars() int32 + func (o *GetCalendarSecurity200Response) GetTotalCalendarsOk() (*int32, bool) + func (o *GetCalendarSecurity200Response) GetTotalMembers() int32 + func (o *GetCalendarSecurity200Response) GetTotalMembersOk() (*int32, bool) + func (o *GetCalendarSecurity200Response) HasAlerts() bool + func (o *GetCalendarSecurity200Response) HasDelegatedAccess() bool + func (o *GetCalendarSecurity200Response) HasExternalSharing() bool + func (o *GetCalendarSecurity200Response) HasPrivateCalendars() bool + func (o *GetCalendarSecurity200Response) HasPublicCalendarList() bool + func (o *GetCalendarSecurity200Response) HasPublicCalendars() bool + func (o *GetCalendarSecurity200Response) HasTotalCalendars() bool + func (o *GetCalendarSecurity200Response) HasTotalMembers() bool + func (o *GetCalendarSecurity200Response) SetAlerts(v []GetCalendarSecurity200ResponseAlertsInner) + func (o *GetCalendarSecurity200Response) SetDelegatedAccess(v []GetCalendarSecurity200ResponseDelegatedAccessInner) + func (o *GetCalendarSecurity200Response) SetExternalSharing(v GetCalendarSecurity200ResponseExternalSharing) + func (o *GetCalendarSecurity200Response) SetPrivateCalendars(v int32) + func (o *GetCalendarSecurity200Response) SetPublicCalendarList(v []GetCalendarSecurity200ResponsePublicCalendarListInner) + func (o *GetCalendarSecurity200Response) SetPublicCalendars(v int32) + func (o *GetCalendarSecurity200Response) SetTotalCalendars(v int32) + func (o *GetCalendarSecurity200Response) SetTotalMembers(v int32) + func (o GetCalendarSecurity200Response) MarshalJSON() ([]byte, error) + func (o GetCalendarSecurity200Response) ToMap() (map[string]interface{}, error) + type GetCalendarSecurity200ResponseAlertsInner struct + Level *string + Message *string + func NewGetCalendarSecurity200ResponseAlertsInner() *GetCalendarSecurity200ResponseAlertsInner + func NewGetCalendarSecurity200ResponseAlertsInnerWithDefaults() *GetCalendarSecurity200ResponseAlertsInner + func (o *GetCalendarSecurity200ResponseAlertsInner) GetLevel() string + func (o *GetCalendarSecurity200ResponseAlertsInner) GetLevelOk() (*string, bool) + func (o *GetCalendarSecurity200ResponseAlertsInner) GetMessage() string + func (o *GetCalendarSecurity200ResponseAlertsInner) GetMessageOk() (*string, bool) + func (o *GetCalendarSecurity200ResponseAlertsInner) HasLevel() bool + func (o *GetCalendarSecurity200ResponseAlertsInner) HasMessage() bool + func (o *GetCalendarSecurity200ResponseAlertsInner) SetLevel(v string) + func (o *GetCalendarSecurity200ResponseAlertsInner) SetMessage(v string) + func (o GetCalendarSecurity200ResponseAlertsInner) MarshalJSON() ([]byte, error) + func (o GetCalendarSecurity200ResponseAlertsInner) ToMap() (map[string]interface{}, error) + type GetCalendarSecurity200ResponseDelegatedAccessInner struct + CalendarId *string + CalendarName *string + GrantedAt *time.Time + Role *string + UserEmail *string + func NewGetCalendarSecurity200ResponseDelegatedAccessInner() *GetCalendarSecurity200ResponseDelegatedAccessInner + func NewGetCalendarSecurity200ResponseDelegatedAccessInnerWithDefaults() *GetCalendarSecurity200ResponseDelegatedAccessInner + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) GetCalendarId() string + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) GetCalendarIdOk() (*string, bool) + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) GetCalendarName() string + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) GetCalendarNameOk() (*string, bool) + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) GetGrantedAt() time.Time + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) GetGrantedAtOk() (*time.Time, bool) + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) GetRole() string + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) GetRoleOk() (*string, bool) + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) GetUserEmail() string + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) GetUserEmailOk() (*string, bool) + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) HasCalendarId() bool + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) HasCalendarName() bool + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) HasGrantedAt() bool + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) HasRole() bool + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) HasUserEmail() bool + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) SetCalendarId(v string) + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) SetCalendarName(v string) + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) SetGrantedAt(v time.Time) + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) SetRole(v string) + func (o *GetCalendarSecurity200ResponseDelegatedAccessInner) SetUserEmail(v string) + func (o GetCalendarSecurity200ResponseDelegatedAccessInner) MarshalJSON() ([]byte, error) + func (o GetCalendarSecurity200ResponseDelegatedAccessInner) ToMap() (map[string]interface{}, error) + type GetCalendarSecurity200ResponseExternalSharing struct + InvitesAllowed *bool + PublicLinks *bool + SharingAllowed *bool + func NewGetCalendarSecurity200ResponseExternalSharing() *GetCalendarSecurity200ResponseExternalSharing + func NewGetCalendarSecurity200ResponseExternalSharingWithDefaults() *GetCalendarSecurity200ResponseExternalSharing + func (o *GetCalendarSecurity200ResponseExternalSharing) GetInvitesAllowed() bool + func (o *GetCalendarSecurity200ResponseExternalSharing) GetInvitesAllowedOk() (*bool, bool) + func (o *GetCalendarSecurity200ResponseExternalSharing) GetPublicLinks() bool + func (o *GetCalendarSecurity200ResponseExternalSharing) GetPublicLinksOk() (*bool, bool) + func (o *GetCalendarSecurity200ResponseExternalSharing) GetSharingAllowed() bool + func (o *GetCalendarSecurity200ResponseExternalSharing) GetSharingAllowedOk() (*bool, bool) + func (o *GetCalendarSecurity200ResponseExternalSharing) HasInvitesAllowed() bool + func (o *GetCalendarSecurity200ResponseExternalSharing) HasPublicLinks() bool + func (o *GetCalendarSecurity200ResponseExternalSharing) HasSharingAllowed() bool + func (o *GetCalendarSecurity200ResponseExternalSharing) SetInvitesAllowed(v bool) + func (o *GetCalendarSecurity200ResponseExternalSharing) SetPublicLinks(v bool) + func (o *GetCalendarSecurity200ResponseExternalSharing) SetSharingAllowed(v bool) + func (o GetCalendarSecurity200ResponseExternalSharing) MarshalJSON() ([]byte, error) + func (o GetCalendarSecurity200ResponseExternalSharing) ToMap() (map[string]interface{}, error) + type GetCalendarSecurity200ResponsePublicCalendarListInner struct + HasFeed *bool + Id *string + MemberCount *int32 + Name *string + OwnerEmail *string + func NewGetCalendarSecurity200ResponsePublicCalendarListInner() *GetCalendarSecurity200ResponsePublicCalendarListInner + func NewGetCalendarSecurity200ResponsePublicCalendarListInnerWithDefaults() *GetCalendarSecurity200ResponsePublicCalendarListInner + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) GetHasFeed() bool + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) GetHasFeedOk() (*bool, bool) + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) GetId() string + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) GetIdOk() (*string, bool) + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) GetMemberCount() int32 + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) GetMemberCountOk() (*int32, bool) + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) GetName() string + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) GetNameOk() (*string, bool) + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) GetOwnerEmail() string + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) GetOwnerEmailOk() (*string, bool) + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) HasHasFeed() bool + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) HasId() bool + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) HasMemberCount() bool + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) HasName() bool + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) HasOwnerEmail() bool + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) SetHasFeed(v bool) + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) SetId(v string) + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) SetMemberCount(v int32) + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) SetName(v string) + func (o *GetCalendarSecurity200ResponsePublicCalendarListInner) SetOwnerEmail(v string) + func (o GetCalendarSecurity200ResponsePublicCalendarListInner) MarshalJSON() ([]byte, error) + func (o GetCalendarSecurity200ResponsePublicCalendarListInner) ToMap() (map[string]interface{}, error) + type GetContactList200Response struct + List *ContactList + Members []GetContactList200ResponseMembersInner + func NewGetContactList200Response() *GetContactList200Response + func NewGetContactList200ResponseWithDefaults() *GetContactList200Response + func (o *GetContactList200Response) GetList() ContactList + func (o *GetContactList200Response) GetListOk() (*ContactList, bool) + func (o *GetContactList200Response) GetMembers() []GetContactList200ResponseMembersInner + func (o *GetContactList200Response) GetMembersOk() ([]GetContactList200ResponseMembersInner, bool) + func (o *GetContactList200Response) HasList() bool + func (o *GetContactList200Response) HasMembers() bool + func (o *GetContactList200Response) SetList(v ContactList) + func (o *GetContactList200Response) SetMembers(v []GetContactList200ResponseMembersInner) + func (o GetContactList200Response) MarshalJSON() ([]byte, error) + func (o GetContactList200Response) ToMap() (map[string]interface{}, error) + type GetContactList200ResponseMembersInner struct + Email *string + Id *string + Name *string + func NewGetContactList200ResponseMembersInner() *GetContactList200ResponseMembersInner + func NewGetContactList200ResponseMembersInnerWithDefaults() *GetContactList200ResponseMembersInner + func (o *GetContactList200ResponseMembersInner) GetEmail() string + func (o *GetContactList200ResponseMembersInner) GetEmailOk() (*string, bool) + func (o *GetContactList200ResponseMembersInner) GetId() string + func (o *GetContactList200ResponseMembersInner) GetIdOk() (*string, bool) + func (o *GetContactList200ResponseMembersInner) GetName() string + func (o *GetContactList200ResponseMembersInner) GetNameOk() (*string, bool) + func (o *GetContactList200ResponseMembersInner) HasEmail() bool + func (o *GetContactList200ResponseMembersInner) HasId() bool + func (o *GetContactList200ResponseMembersInner) HasName() bool + func (o *GetContactList200ResponseMembersInner) SetEmail(v string) + func (o *GetContactList200ResponseMembersInner) SetId(v string) + func (o *GetContactList200ResponseMembersInner) SetName(v string) + func (o GetContactList200ResponseMembersInner) MarshalJSON() ([]byte, error) + func (o GetContactList200ResponseMembersInner) ToMap() (map[string]interface{}, error) + type GetContactLists200Response struct + Data []GetContactLists200ResponseDataInner + func NewGetContactLists200Response() *GetContactLists200Response + func NewGetContactLists200ResponseWithDefaults() *GetContactLists200Response + func (o *GetContactLists200Response) GetData() []GetContactLists200ResponseDataInner + func (o *GetContactLists200Response) GetDataOk() ([]GetContactLists200ResponseDataInner, bool) + func (o *GetContactLists200Response) HasData() bool + func (o *GetContactLists200Response) SetData(v []GetContactLists200ResponseDataInner) + func (o GetContactLists200Response) MarshalJSON() ([]byte, error) + func (o GetContactLists200Response) ToMap() (map[string]interface{}, error) + type GetContactLists200ResponseDataInner struct + Id *string + Name *string + Visibility *string + func NewGetContactLists200ResponseDataInner() *GetContactLists200ResponseDataInner + func NewGetContactLists200ResponseDataInnerWithDefaults() *GetContactLists200ResponseDataInner + func (o *GetContactLists200ResponseDataInner) GetId() string + func (o *GetContactLists200ResponseDataInner) GetIdOk() (*string, bool) + func (o *GetContactLists200ResponseDataInner) GetName() string + func (o *GetContactLists200ResponseDataInner) GetNameOk() (*string, bool) + func (o *GetContactLists200ResponseDataInner) GetVisibility() string + func (o *GetContactLists200ResponseDataInner) GetVisibilityOk() (*string, bool) + func (o *GetContactLists200ResponseDataInner) HasId() bool + func (o *GetContactLists200ResponseDataInner) HasName() bool + func (o *GetContactLists200ResponseDataInner) HasVisibility() bool + func (o *GetContactLists200ResponseDataInner) SetId(v string) + func (o *GetContactLists200ResponseDataInner) SetName(v string) + func (o *GetContactLists200ResponseDataInner) SetVisibility(v string) + func (o GetContactLists200ResponseDataInner) MarshalJSON() ([]byte, error) + func (o GetContactLists200ResponseDataInner) ToMap() (map[string]interface{}, error) + type GetDirectoryActivity200Response struct + Data []GetDirectoryActivity200ResponseDataInner + func NewGetDirectoryActivity200Response() *GetDirectoryActivity200Response + func NewGetDirectoryActivity200ResponseWithDefaults() *GetDirectoryActivity200Response + func (o *GetDirectoryActivity200Response) GetData() []GetDirectoryActivity200ResponseDataInner + func (o *GetDirectoryActivity200Response) GetDataOk() ([]GetDirectoryActivity200ResponseDataInner, bool) + func (o *GetDirectoryActivity200Response) HasData() bool + func (o *GetDirectoryActivity200Response) SetData(v []GetDirectoryActivity200ResponseDataInner) + func (o GetDirectoryActivity200Response) MarshalJSON() ([]byte, error) + func (o GetDirectoryActivity200Response) ToMap() (map[string]interface{}, error) + type GetDirectoryActivity200ResponseDataInner struct + Detail *string + Message *string + Timestamp *time.Time + Type *string + func NewGetDirectoryActivity200ResponseDataInner() *GetDirectoryActivity200ResponseDataInner + func NewGetDirectoryActivity200ResponseDataInnerWithDefaults() *GetDirectoryActivity200ResponseDataInner + func (o *GetDirectoryActivity200ResponseDataInner) GetDetail() string + func (o *GetDirectoryActivity200ResponseDataInner) GetDetailOk() (*string, bool) + func (o *GetDirectoryActivity200ResponseDataInner) GetMessage() string + func (o *GetDirectoryActivity200ResponseDataInner) GetMessageOk() (*string, bool) + func (o *GetDirectoryActivity200ResponseDataInner) GetTimestamp() time.Time + func (o *GetDirectoryActivity200ResponseDataInner) GetTimestampOk() (*time.Time, bool) + func (o *GetDirectoryActivity200ResponseDataInner) GetType() string + func (o *GetDirectoryActivity200ResponseDataInner) GetTypeOk() (*string, bool) + func (o *GetDirectoryActivity200ResponseDataInner) HasDetail() bool + func (o *GetDirectoryActivity200ResponseDataInner) HasMessage() bool + func (o *GetDirectoryActivity200ResponseDataInner) HasTimestamp() bool + func (o *GetDirectoryActivity200ResponseDataInner) HasType() bool + func (o *GetDirectoryActivity200ResponseDataInner) SetDetail(v string) + func (o *GetDirectoryActivity200ResponseDataInner) SetMessage(v string) + func (o *GetDirectoryActivity200ResponseDataInner) SetTimestamp(v time.Time) + func (o *GetDirectoryActivity200ResponseDataInner) SetType(v string) + func (o GetDirectoryActivity200ResponseDataInner) MarshalJSON() ([]byte, error) + func (o GetDirectoryActivity200ResponseDataInner) ToMap() (map[string]interface{}, error) + type GetDirectoryStats200Response struct + DirectoryGroups *int32 + ExternalContacts *int32 + InternalUsers *int32 + SharedLists *int32 + SyncedContacts *int32 + TotalContacts *int32 + func NewGetDirectoryStats200Response() *GetDirectoryStats200Response + func NewGetDirectoryStats200ResponseWithDefaults() *GetDirectoryStats200Response + func (o *GetDirectoryStats200Response) GetDirectoryGroups() int32 + func (o *GetDirectoryStats200Response) GetDirectoryGroupsOk() (*int32, bool) + func (o *GetDirectoryStats200Response) GetExternalContacts() int32 + func (o *GetDirectoryStats200Response) GetExternalContactsOk() (*int32, bool) + func (o *GetDirectoryStats200Response) GetInternalUsers() int32 + func (o *GetDirectoryStats200Response) GetInternalUsersOk() (*int32, bool) + func (o *GetDirectoryStats200Response) GetSharedLists() int32 + func (o *GetDirectoryStats200Response) GetSharedListsOk() (*int32, bool) + func (o *GetDirectoryStats200Response) GetSyncedContacts() int32 + func (o *GetDirectoryStats200Response) GetSyncedContactsOk() (*int32, bool) + func (o *GetDirectoryStats200Response) GetTotalContacts() int32 + func (o *GetDirectoryStats200Response) GetTotalContactsOk() (*int32, bool) + func (o *GetDirectoryStats200Response) HasDirectoryGroups() bool + func (o *GetDirectoryStats200Response) HasExternalContacts() bool + func (o *GetDirectoryStats200Response) HasInternalUsers() bool + func (o *GetDirectoryStats200Response) HasSharedLists() bool + func (o *GetDirectoryStats200Response) HasSyncedContacts() bool + func (o *GetDirectoryStats200Response) HasTotalContacts() bool + func (o *GetDirectoryStats200Response) SetDirectoryGroups(v int32) + func (o *GetDirectoryStats200Response) SetExternalContacts(v int32) + func (o *GetDirectoryStats200Response) SetInternalUsers(v int32) + func (o *GetDirectoryStats200Response) SetSharedLists(v int32) + func (o *GetDirectoryStats200Response) SetSyncedContacts(v int32) + func (o *GetDirectoryStats200Response) SetTotalContacts(v int32) + func (o GetDirectoryStats200Response) MarshalJSON() ([]byte, error) + func (o GetDirectoryStats200Response) ToMap() (map[string]interface{}, error) + type GetDomainsStatus200Response struct + Domains []GetDomainsStatus200ResponseDomainsInner + GeneratedAt *time.Time + func NewGetDomainsStatus200Response() *GetDomainsStatus200Response + func NewGetDomainsStatus200ResponseWithDefaults() *GetDomainsStatus200Response + func (o *GetDomainsStatus200Response) GetDomains() []GetDomainsStatus200ResponseDomainsInner + func (o *GetDomainsStatus200Response) GetDomainsOk() ([]GetDomainsStatus200ResponseDomainsInner, bool) + func (o *GetDomainsStatus200Response) GetGeneratedAt() time.Time + func (o *GetDomainsStatus200Response) GetGeneratedAtOk() (*time.Time, bool) + func (o *GetDomainsStatus200Response) HasDomains() bool + func (o *GetDomainsStatus200Response) HasGeneratedAt() bool + func (o *GetDomainsStatus200Response) SetDomains(v []GetDomainsStatus200ResponseDomainsInner) + func (o *GetDomainsStatus200Response) SetGeneratedAt(v time.Time) + func (o GetDomainsStatus200Response) MarshalJSON() ([]byte, error) + func (o GetDomainsStatus200Response) ToMap() (map[string]interface{}, error) + type GetDomainsStatus200ResponseDomainsInner struct + Checks []GetDomainsStatus200ResponseDomainsInnerChecksInner + Domain *string + Verified *bool + func NewGetDomainsStatus200ResponseDomainsInner() *GetDomainsStatus200ResponseDomainsInner + func NewGetDomainsStatus200ResponseDomainsInnerWithDefaults() *GetDomainsStatus200ResponseDomainsInner + func (o *GetDomainsStatus200ResponseDomainsInner) GetChecks() []GetDomainsStatus200ResponseDomainsInnerChecksInner + func (o *GetDomainsStatus200ResponseDomainsInner) GetChecksOk() ([]GetDomainsStatus200ResponseDomainsInnerChecksInner, bool) + func (o *GetDomainsStatus200ResponseDomainsInner) GetDomain() string + func (o *GetDomainsStatus200ResponseDomainsInner) GetDomainOk() (*string, bool) + func (o *GetDomainsStatus200ResponseDomainsInner) GetVerified() bool + func (o *GetDomainsStatus200ResponseDomainsInner) GetVerifiedOk() (*bool, bool) + func (o *GetDomainsStatus200ResponseDomainsInner) HasChecks() bool + func (o *GetDomainsStatus200ResponseDomainsInner) HasDomain() bool + func (o *GetDomainsStatus200ResponseDomainsInner) HasVerified() bool + func (o *GetDomainsStatus200ResponseDomainsInner) SetChecks(v []GetDomainsStatus200ResponseDomainsInnerChecksInner) + func (o *GetDomainsStatus200ResponseDomainsInner) SetDomain(v string) + func (o *GetDomainsStatus200ResponseDomainsInner) SetVerified(v bool) + func (o GetDomainsStatus200ResponseDomainsInner) MarshalJSON() ([]byte, error) + func (o GetDomainsStatus200ResponseDomainsInner) ToMap() (map[string]interface{}, error) + type GetDomainsStatus200ResponseDomainsInnerChecksInner struct + Key *string + Label *string + Status *string + func NewGetDomainsStatus200ResponseDomainsInnerChecksInner() *GetDomainsStatus200ResponseDomainsInnerChecksInner + func NewGetDomainsStatus200ResponseDomainsInnerChecksInnerWithDefaults() *GetDomainsStatus200ResponseDomainsInnerChecksInner + func (o *GetDomainsStatus200ResponseDomainsInnerChecksInner) GetKey() string + func (o *GetDomainsStatus200ResponseDomainsInnerChecksInner) GetKeyOk() (*string, bool) + func (o *GetDomainsStatus200ResponseDomainsInnerChecksInner) GetLabel() string + func (o *GetDomainsStatus200ResponseDomainsInnerChecksInner) GetLabelOk() (*string, bool) + func (o *GetDomainsStatus200ResponseDomainsInnerChecksInner) GetStatus() string + func (o *GetDomainsStatus200ResponseDomainsInnerChecksInner) GetStatusOk() (*string, bool) + func (o *GetDomainsStatus200ResponseDomainsInnerChecksInner) HasKey() bool + func (o *GetDomainsStatus200ResponseDomainsInnerChecksInner) HasLabel() bool + func (o *GetDomainsStatus200ResponseDomainsInnerChecksInner) HasStatus() bool + func (o *GetDomainsStatus200ResponseDomainsInnerChecksInner) SetKey(v string) + func (o *GetDomainsStatus200ResponseDomainsInnerChecksInner) SetLabel(v string) + func (o *GetDomainsStatus200ResponseDomainsInnerChecksInner) SetStatus(v string) + func (o GetDomainsStatus200ResponseDomainsInnerChecksInner) MarshalJSON() ([]byte, error) + func (o GetDomainsStatus200ResponseDomainsInnerChecksInner) ToMap() (map[string]interface{}, error) + type GetEncryptionKey200Response struct + Email *string + EncryptedPrivateKey *string + Id *string + KdfParams map[string]interface{} + PublicKey *string + Version *int32 + func NewGetEncryptionKey200Response() *GetEncryptionKey200Response + func NewGetEncryptionKey200ResponseWithDefaults() *GetEncryptionKey200Response + func (o *GetEncryptionKey200Response) GetEmail() string + func (o *GetEncryptionKey200Response) GetEmailOk() (*string, bool) + func (o *GetEncryptionKey200Response) GetEncryptedPrivateKey() string + func (o *GetEncryptionKey200Response) GetEncryptedPrivateKeyOk() (*string, bool) + func (o *GetEncryptionKey200Response) GetId() string + func (o *GetEncryptionKey200Response) GetIdOk() (*string, bool) + func (o *GetEncryptionKey200Response) GetKdfParams() map[string]interface{} + func (o *GetEncryptionKey200Response) GetKdfParamsOk() (map[string]interface{}, bool) + func (o *GetEncryptionKey200Response) GetPublicKey() string + func (o *GetEncryptionKey200Response) GetPublicKeyOk() (*string, bool) + func (o *GetEncryptionKey200Response) GetVersion() int32 + func (o *GetEncryptionKey200Response) GetVersionOk() (*int32, bool) + func (o *GetEncryptionKey200Response) HasEmail() bool + func (o *GetEncryptionKey200Response) HasEncryptedPrivateKey() bool + func (o *GetEncryptionKey200Response) HasId() bool + func (o *GetEncryptionKey200Response) HasKdfParams() bool + func (o *GetEncryptionKey200Response) HasPublicKey() bool + func (o *GetEncryptionKey200Response) HasVersion() bool + func (o *GetEncryptionKey200Response) SetEmail(v string) + func (o *GetEncryptionKey200Response) SetEncryptedPrivateKey(v string) + func (o *GetEncryptionKey200Response) SetId(v string) + func (o *GetEncryptionKey200Response) SetKdfParams(v map[string]interface{}) + func (o *GetEncryptionKey200Response) SetPublicKey(v string) + func (o *GetEncryptionKey200Response) SetVersion(v int32) + func (o GetEncryptionKey200Response) MarshalJSON() ([]byte, error) + func (o GetEncryptionKey200Response) ToMap() (map[string]interface{}, error) + type GetIPAssignment200Response struct + AssignedAt *time.Time + DedicatedIp *string + PoolKind *string + PoolName *string + Reason *string + func NewGetIPAssignment200Response() *GetIPAssignment200Response + func NewGetIPAssignment200ResponseWithDefaults() *GetIPAssignment200Response + func (o *GetIPAssignment200Response) GetAssignedAt() time.Time + func (o *GetIPAssignment200Response) GetAssignedAtOk() (*time.Time, bool) + func (o *GetIPAssignment200Response) GetDedicatedIp() string + func (o *GetIPAssignment200Response) GetDedicatedIpOk() (*string, bool) + func (o *GetIPAssignment200Response) GetPoolKind() string + func (o *GetIPAssignment200Response) GetPoolKindOk() (*string, bool) + func (o *GetIPAssignment200Response) GetPoolName() string + func (o *GetIPAssignment200Response) GetPoolNameOk() (*string, bool) + func (o *GetIPAssignment200Response) GetReason() string + func (o *GetIPAssignment200Response) GetReasonOk() (*string, bool) + func (o *GetIPAssignment200Response) HasAssignedAt() bool + func (o *GetIPAssignment200Response) HasDedicatedIp() bool + func (o *GetIPAssignment200Response) HasPoolKind() bool + func (o *GetIPAssignment200Response) HasPoolName() bool + func (o *GetIPAssignment200Response) HasReason() bool + func (o *GetIPAssignment200Response) SetAssignedAt(v time.Time) + func (o *GetIPAssignment200Response) SetDedicatedIp(v string) + func (o *GetIPAssignment200Response) SetPoolKind(v string) + func (o *GetIPAssignment200Response) SetPoolName(v string) + func (o *GetIPAssignment200Response) SetReason(v string) + func (o GetIPAssignment200Response) MarshalJSON() ([]byte, error) + func (o GetIPAssignment200Response) ToMap() (map[string]interface{}, error) + type GetIntegrationsSummary200Response struct + ActiveApiKeys *int32 + ApiKeys []GetIntegrationsSummary200ResponseApiKeysInner + ApiRequestsToday *int32 + GeneratedAt *time.Time + WebhookFailures *int32 + Webhooks []GetIntegrationsSummary200ResponseWebhooksInner + WebhooksTotal *int32 + func NewGetIntegrationsSummary200Response() *GetIntegrationsSummary200Response + func NewGetIntegrationsSummary200ResponseWithDefaults() *GetIntegrationsSummary200Response + func (o *GetIntegrationsSummary200Response) GetActiveApiKeys() int32 + func (o *GetIntegrationsSummary200Response) GetActiveApiKeysOk() (*int32, bool) + func (o *GetIntegrationsSummary200Response) GetApiKeys() []GetIntegrationsSummary200ResponseApiKeysInner + func (o *GetIntegrationsSummary200Response) GetApiKeysOk() ([]GetIntegrationsSummary200ResponseApiKeysInner, bool) + func (o *GetIntegrationsSummary200Response) GetApiRequestsToday() int32 + func (o *GetIntegrationsSummary200Response) GetApiRequestsTodayOk() (*int32, bool) + func (o *GetIntegrationsSummary200Response) GetGeneratedAt() time.Time + func (o *GetIntegrationsSummary200Response) GetGeneratedAtOk() (*time.Time, bool) + func (o *GetIntegrationsSummary200Response) GetWebhookFailures() int32 + func (o *GetIntegrationsSummary200Response) GetWebhookFailuresOk() (*int32, bool) + func (o *GetIntegrationsSummary200Response) GetWebhooks() []GetIntegrationsSummary200ResponseWebhooksInner + func (o *GetIntegrationsSummary200Response) GetWebhooksOk() ([]GetIntegrationsSummary200ResponseWebhooksInner, bool) + func (o *GetIntegrationsSummary200Response) GetWebhooksTotal() int32 + func (o *GetIntegrationsSummary200Response) GetWebhooksTotalOk() (*int32, bool) + func (o *GetIntegrationsSummary200Response) HasActiveApiKeys() bool + func (o *GetIntegrationsSummary200Response) HasApiKeys() bool + func (o *GetIntegrationsSummary200Response) HasApiRequestsToday() bool + func (o *GetIntegrationsSummary200Response) HasGeneratedAt() bool + func (o *GetIntegrationsSummary200Response) HasWebhookFailures() bool + func (o *GetIntegrationsSummary200Response) HasWebhooks() bool + func (o *GetIntegrationsSummary200Response) HasWebhooksTotal() bool + func (o *GetIntegrationsSummary200Response) SetActiveApiKeys(v int32) + func (o *GetIntegrationsSummary200Response) SetApiKeys(v []GetIntegrationsSummary200ResponseApiKeysInner) + func (o *GetIntegrationsSummary200Response) SetApiRequestsToday(v int32) + func (o *GetIntegrationsSummary200Response) SetGeneratedAt(v time.Time) + func (o *GetIntegrationsSummary200Response) SetWebhookFailures(v int32) + func (o *GetIntegrationsSummary200Response) SetWebhooks(v []GetIntegrationsSummary200ResponseWebhooksInner) + func (o *GetIntegrationsSummary200Response) SetWebhooksTotal(v int32) + func (o GetIntegrationsSummary200Response) MarshalJSON() ([]byte, error) + func (o GetIntegrationsSummary200Response) ToMap() (map[string]interface{}, error) + type GetIntegrationsSummary200ResponseApiKeysInner struct + Label *string + LastUsedAt *time.Time + Prefix *string + func NewGetIntegrationsSummary200ResponseApiKeysInner() *GetIntegrationsSummary200ResponseApiKeysInner + func NewGetIntegrationsSummary200ResponseApiKeysInnerWithDefaults() *GetIntegrationsSummary200ResponseApiKeysInner + func (o *GetIntegrationsSummary200ResponseApiKeysInner) GetLabel() string + func (o *GetIntegrationsSummary200ResponseApiKeysInner) GetLabelOk() (*string, bool) + func (o *GetIntegrationsSummary200ResponseApiKeysInner) GetLastUsedAt() time.Time + func (o *GetIntegrationsSummary200ResponseApiKeysInner) GetLastUsedAtOk() (*time.Time, bool) + func (o *GetIntegrationsSummary200ResponseApiKeysInner) GetPrefix() string + func (o *GetIntegrationsSummary200ResponseApiKeysInner) GetPrefixOk() (*string, bool) + func (o *GetIntegrationsSummary200ResponseApiKeysInner) HasLabel() bool + func (o *GetIntegrationsSummary200ResponseApiKeysInner) HasLastUsedAt() bool + func (o *GetIntegrationsSummary200ResponseApiKeysInner) HasPrefix() bool + func (o *GetIntegrationsSummary200ResponseApiKeysInner) SetLabel(v string) + func (o *GetIntegrationsSummary200ResponseApiKeysInner) SetLastUsedAt(v time.Time) + func (o *GetIntegrationsSummary200ResponseApiKeysInner) SetPrefix(v string) + func (o GetIntegrationsSummary200ResponseApiKeysInner) MarshalJSON() ([]byte, error) + func (o GetIntegrationsSummary200ResponseApiKeysInner) ToMap() (map[string]interface{}, error) + type GetIntegrationsSummary200ResponseWebhooksInner struct + ConsecutiveFailures *int32 + LastFailureAt *time.Time + Paused *bool + Url *string + func NewGetIntegrationsSummary200ResponseWebhooksInner() *GetIntegrationsSummary200ResponseWebhooksInner + func NewGetIntegrationsSummary200ResponseWebhooksInnerWithDefaults() *GetIntegrationsSummary200ResponseWebhooksInner + func (o *GetIntegrationsSummary200ResponseWebhooksInner) GetConsecutiveFailures() int32 + func (o *GetIntegrationsSummary200ResponseWebhooksInner) GetConsecutiveFailuresOk() (*int32, bool) + func (o *GetIntegrationsSummary200ResponseWebhooksInner) GetLastFailureAt() time.Time + func (o *GetIntegrationsSummary200ResponseWebhooksInner) GetLastFailureAtOk() (*time.Time, bool) + func (o *GetIntegrationsSummary200ResponseWebhooksInner) GetPaused() bool + func (o *GetIntegrationsSummary200ResponseWebhooksInner) GetPausedOk() (*bool, bool) + func (o *GetIntegrationsSummary200ResponseWebhooksInner) GetUrl() string + func (o *GetIntegrationsSummary200ResponseWebhooksInner) GetUrlOk() (*string, bool) + func (o *GetIntegrationsSummary200ResponseWebhooksInner) HasConsecutiveFailures() bool + func (o *GetIntegrationsSummary200ResponseWebhooksInner) HasLastFailureAt() bool + func (o *GetIntegrationsSummary200ResponseWebhooksInner) HasPaused() bool + func (o *GetIntegrationsSummary200ResponseWebhooksInner) HasUrl() bool + func (o *GetIntegrationsSummary200ResponseWebhooksInner) SetConsecutiveFailures(v int32) + func (o *GetIntegrationsSummary200ResponseWebhooksInner) SetLastFailureAt(v time.Time) + func (o *GetIntegrationsSummary200ResponseWebhooksInner) SetPaused(v bool) + func (o *GetIntegrationsSummary200ResponseWebhooksInner) SetUrl(v string) + func (o GetIntegrationsSummary200ResponseWebhooksInner) MarshalJSON() ([]byte, error) + func (o GetIntegrationsSummary200ResponseWebhooksInner) ToMap() (map[string]interface{}, error) + type GetSecurity200Response struct + Alerts []GetSecurity200ResponseAlertsInner + OverallStatus *string + Stats []GetSecurity200ResponseStatsInner + func NewGetSecurity200Response() *GetSecurity200Response + func NewGetSecurity200ResponseWithDefaults() *GetSecurity200Response + func (o *GetSecurity200Response) GetAlerts() []GetSecurity200ResponseAlertsInner + func (o *GetSecurity200Response) GetAlertsOk() ([]GetSecurity200ResponseAlertsInner, bool) + func (o *GetSecurity200Response) GetOverallStatus() string + func (o *GetSecurity200Response) GetOverallStatusOk() (*string, bool) + func (o *GetSecurity200Response) GetStats() []GetSecurity200ResponseStatsInner + func (o *GetSecurity200Response) GetStatsOk() ([]GetSecurity200ResponseStatsInner, bool) + func (o *GetSecurity200Response) HasAlerts() bool + func (o *GetSecurity200Response) HasOverallStatus() bool + func (o *GetSecurity200Response) HasStats() bool + func (o *GetSecurity200Response) SetAlerts(v []GetSecurity200ResponseAlertsInner) + func (o *GetSecurity200Response) SetOverallStatus(v string) + func (o *GetSecurity200Response) SetStats(v []GetSecurity200ResponseStatsInner) + func (o GetSecurity200Response) MarshalJSON() ([]byte, error) + func (o GetSecurity200Response) ToMap() (map[string]interface{}, error) + type GetSecurity200ResponseAlertsInner struct + Level *string + Message *string + Time *time.Time + func NewGetSecurity200ResponseAlertsInner() *GetSecurity200ResponseAlertsInner + func NewGetSecurity200ResponseAlertsInnerWithDefaults() *GetSecurity200ResponseAlertsInner + func (o *GetSecurity200ResponseAlertsInner) GetLevel() string + func (o *GetSecurity200ResponseAlertsInner) GetLevelOk() (*string, bool) + func (o *GetSecurity200ResponseAlertsInner) GetMessage() string + func (o *GetSecurity200ResponseAlertsInner) GetMessageOk() (*string, bool) + func (o *GetSecurity200ResponseAlertsInner) GetTime() time.Time + func (o *GetSecurity200ResponseAlertsInner) GetTimeOk() (*time.Time, bool) + func (o *GetSecurity200ResponseAlertsInner) HasLevel() bool + func (o *GetSecurity200ResponseAlertsInner) HasMessage() bool + func (o *GetSecurity200ResponseAlertsInner) HasTime() bool + func (o *GetSecurity200ResponseAlertsInner) SetLevel(v string) + func (o *GetSecurity200ResponseAlertsInner) SetMessage(v string) + func (o *GetSecurity200ResponseAlertsInner) SetTime(v time.Time) + func (o GetSecurity200ResponseAlertsInner) MarshalJSON() ([]byte, error) + func (o GetSecurity200ResponseAlertsInner) ToMap() (map[string]interface{}, error) + type GetSecurity200ResponseStatsInner struct + Label *string + Trend *string + Value *int32 + func NewGetSecurity200ResponseStatsInner() *GetSecurity200ResponseStatsInner + func NewGetSecurity200ResponseStatsInnerWithDefaults() *GetSecurity200ResponseStatsInner + func (o *GetSecurity200ResponseStatsInner) GetLabel() string + func (o *GetSecurity200ResponseStatsInner) GetLabelOk() (*string, bool) + func (o *GetSecurity200ResponseStatsInner) GetTrend() string + func (o *GetSecurity200ResponseStatsInner) GetTrendOk() (*string, bool) + func (o *GetSecurity200ResponseStatsInner) GetValue() int32 + func (o *GetSecurity200ResponseStatsInner) GetValueOk() (*int32, bool) + func (o *GetSecurity200ResponseStatsInner) HasLabel() bool + func (o *GetSecurity200ResponseStatsInner) HasTrend() bool + func (o *GetSecurity200ResponseStatsInner) HasValue() bool + func (o *GetSecurity200ResponseStatsInner) SetLabel(v string) + func (o *GetSecurity200ResponseStatsInner) SetTrend(v string) + func (o *GetSecurity200ResponseStatsInner) SetValue(v int32) + func (o GetSecurity200ResponseStatsInner) MarshalJSON() ([]byte, error) + func (o GetSecurity200ResponseStatsInner) ToMap() (map[string]interface{}, error) + type GetStorage200Response struct + AllocBytes *int64 + GeneratedAt *time.Time + PerSeatBytes *int64 + TopMailboxes []GetStorage200ResponseTopMailboxesInner + TopMessages []GetStorage200ResponseTopMessagesInner + TotalBytes *int64 + func NewGetStorage200Response() *GetStorage200Response + func NewGetStorage200ResponseWithDefaults() *GetStorage200Response + func (o *GetStorage200Response) GetAllocBytes() int64 + func (o *GetStorage200Response) GetAllocBytesOk() (*int64, bool) + func (o *GetStorage200Response) GetGeneratedAt() time.Time + func (o *GetStorage200Response) GetGeneratedAtOk() (*time.Time, bool) + func (o *GetStorage200Response) GetPerSeatBytes() int64 + func (o *GetStorage200Response) GetPerSeatBytesOk() (*int64, bool) + func (o *GetStorage200Response) GetTopMailboxes() []GetStorage200ResponseTopMailboxesInner + func (o *GetStorage200Response) GetTopMailboxesOk() ([]GetStorage200ResponseTopMailboxesInner, bool) + func (o *GetStorage200Response) GetTopMessages() []GetStorage200ResponseTopMessagesInner + func (o *GetStorage200Response) GetTopMessagesOk() ([]GetStorage200ResponseTopMessagesInner, bool) + func (o *GetStorage200Response) GetTotalBytes() int64 + func (o *GetStorage200Response) GetTotalBytesOk() (*int64, bool) + func (o *GetStorage200Response) HasAllocBytes() bool + func (o *GetStorage200Response) HasGeneratedAt() bool + func (o *GetStorage200Response) HasPerSeatBytes() bool + func (o *GetStorage200Response) HasTopMailboxes() bool + func (o *GetStorage200Response) HasTopMessages() bool + func (o *GetStorage200Response) HasTotalBytes() bool + func (o *GetStorage200Response) SetAllocBytes(v int64) + func (o *GetStorage200Response) SetGeneratedAt(v time.Time) + func (o *GetStorage200Response) SetPerSeatBytes(v int64) + func (o *GetStorage200Response) SetTopMailboxes(v []GetStorage200ResponseTopMailboxesInner) + func (o *GetStorage200Response) SetTopMessages(v []GetStorage200ResponseTopMessagesInner) + func (o *GetStorage200Response) SetTotalBytes(v int64) + func (o GetStorage200Response) MarshalJSON() ([]byte, error) + func (o GetStorage200Response) ToMap() (map[string]interface{}, error) + type GetStorage200ResponseTopMailboxesInner struct + Email *string + UsageBytes *int64 + func NewGetStorage200ResponseTopMailboxesInner() *GetStorage200ResponseTopMailboxesInner + func NewGetStorage200ResponseTopMailboxesInnerWithDefaults() *GetStorage200ResponseTopMailboxesInner + func (o *GetStorage200ResponseTopMailboxesInner) GetEmail() string + func (o *GetStorage200ResponseTopMailboxesInner) GetEmailOk() (*string, bool) + func (o *GetStorage200ResponseTopMailboxesInner) GetUsageBytes() int64 + func (o *GetStorage200ResponseTopMailboxesInner) GetUsageBytesOk() (*int64, bool) + func (o *GetStorage200ResponseTopMailboxesInner) HasEmail() bool + func (o *GetStorage200ResponseTopMailboxesInner) HasUsageBytes() bool + func (o *GetStorage200ResponseTopMailboxesInner) SetEmail(v string) + func (o *GetStorage200ResponseTopMailboxesInner) SetUsageBytes(v int64) + func (o GetStorage200ResponseTopMailboxesInner) MarshalJSON() ([]byte, error) + func (o GetStorage200ResponseTopMailboxesInner) ToMap() (map[string]interface{}, error) + type GetStorage200ResponseTopMessagesInner struct + Filenames []string + QueuedAt *time.Time + Sender *string + SizeBytes *int32 + Subject *string + func NewGetStorage200ResponseTopMessagesInner() *GetStorage200ResponseTopMessagesInner + func NewGetStorage200ResponseTopMessagesInnerWithDefaults() *GetStorage200ResponseTopMessagesInner + func (o *GetStorage200ResponseTopMessagesInner) GetFilenames() []string + func (o *GetStorage200ResponseTopMessagesInner) GetFilenamesOk() ([]string, bool) + func (o *GetStorage200ResponseTopMessagesInner) GetQueuedAt() time.Time + func (o *GetStorage200ResponseTopMessagesInner) GetQueuedAtOk() (*time.Time, bool) + func (o *GetStorage200ResponseTopMessagesInner) GetSender() string + func (o *GetStorage200ResponseTopMessagesInner) GetSenderOk() (*string, bool) + func (o *GetStorage200ResponseTopMessagesInner) GetSizeBytes() int32 + func (o *GetStorage200ResponseTopMessagesInner) GetSizeBytesOk() (*int32, bool) + func (o *GetStorage200ResponseTopMessagesInner) GetSubject() string + func (o *GetStorage200ResponseTopMessagesInner) GetSubjectOk() (*string, bool) + func (o *GetStorage200ResponseTopMessagesInner) HasFilenames() bool + func (o *GetStorage200ResponseTopMessagesInner) HasQueuedAt() bool + func (o *GetStorage200ResponseTopMessagesInner) HasSender() bool + func (o *GetStorage200ResponseTopMessagesInner) HasSizeBytes() bool + func (o *GetStorage200ResponseTopMessagesInner) HasSubject() bool + func (o *GetStorage200ResponseTopMessagesInner) SetFilenames(v []string) + func (o *GetStorage200ResponseTopMessagesInner) SetQueuedAt(v time.Time) + func (o *GetStorage200ResponseTopMessagesInner) SetSender(v string) + func (o *GetStorage200ResponseTopMessagesInner) SetSizeBytes(v int32) + func (o *GetStorage200ResponseTopMessagesInner) SetSubject(v string) + func (o GetStorage200ResponseTopMessagesInner) MarshalJSON() ([]byte, error) + func (o GetStorage200ResponseTopMessagesInner) ToMap() (map[string]interface{}, error) + type GetUserInsights200Response struct + GeneratedAt *time.Time + Inactive30d []UserEvent + RecentlyAdded []UserEvent + RecentlySuspended []UserEvent + SeatsAlloc *int32 + SeatsUsed *int32 + func NewGetUserInsights200Response() *GetUserInsights200Response + func NewGetUserInsights200ResponseWithDefaults() *GetUserInsights200Response + func (o *GetUserInsights200Response) GetGeneratedAt() time.Time + func (o *GetUserInsights200Response) GetGeneratedAtOk() (*time.Time, bool) + func (o *GetUserInsights200Response) GetInactive30d() []UserEvent + func (o *GetUserInsights200Response) GetInactive30dOk() ([]UserEvent, bool) + func (o *GetUserInsights200Response) GetRecentlyAdded() []UserEvent + func (o *GetUserInsights200Response) GetRecentlyAddedOk() ([]UserEvent, bool) + func (o *GetUserInsights200Response) GetRecentlySuspended() []UserEvent + func (o *GetUserInsights200Response) GetRecentlySuspendedOk() ([]UserEvent, bool) + func (o *GetUserInsights200Response) GetSeatsAlloc() int32 + func (o *GetUserInsights200Response) GetSeatsAllocOk() (*int32, bool) + func (o *GetUserInsights200Response) GetSeatsUsed() int32 + func (o *GetUserInsights200Response) GetSeatsUsedOk() (*int32, bool) + func (o *GetUserInsights200Response) HasGeneratedAt() bool + func (o *GetUserInsights200Response) HasInactive30d() bool + func (o *GetUserInsights200Response) HasRecentlyAdded() bool + func (o *GetUserInsights200Response) HasRecentlySuspended() bool + func (o *GetUserInsights200Response) HasSeatsAlloc() bool + func (o *GetUserInsights200Response) HasSeatsUsed() bool + func (o *GetUserInsights200Response) SetGeneratedAt(v time.Time) + func (o *GetUserInsights200Response) SetInactive30d(v []UserEvent) + func (o *GetUserInsights200Response) SetRecentlyAdded(v []UserEvent) + func (o *GetUserInsights200Response) SetRecentlySuspended(v []UserEvent) + func (o *GetUserInsights200Response) SetSeatsAlloc(v int32) + func (o *GetUserInsights200Response) SetSeatsUsed(v int32) + func (o GetUserInsights200Response) MarshalJSON() ([]byte, error) + func (o GetUserInsights200Response) ToMap() (map[string]interface{}, error) + type HealthAPIService service + func (a *HealthAPIService) HealthzGet(ctx context.Context) ApiHealthzGetRequest + func (a *HealthAPIService) HealthzGetExecute(r ApiHealthzGetRequest) (*HealthzGet200Response, *http.Response, error) + type HealthzGet200Response struct + Status string + Time time.Time + func NewHealthzGet200Response(status string, time time.Time) *HealthzGet200Response + func NewHealthzGet200ResponseWithDefaults() *HealthzGet200Response + func (o *HealthzGet200Response) GetStatus() string + func (o *HealthzGet200Response) GetStatusOk() (*string, bool) + func (o *HealthzGet200Response) GetTime() time.Time + func (o *HealthzGet200Response) GetTimeOk() (*time.Time, bool) + func (o *HealthzGet200Response) SetStatus(v string) + func (o *HealthzGet200Response) SetTime(v time.Time) + func (o *HealthzGet200Response) UnmarshalJSON(data []byte) (err error) + func (o HealthzGet200Response) MarshalJSON() ([]byte, error) + func (o HealthzGet200Response) ToMap() (map[string]interface{}, error) + type IpPoolsAPIService service + func (a *IpPoolsAPIService) CreateDedicatedIPRequest(ctx context.Context) ApiCreateDedicatedIPRequestRequest + func (a *IpPoolsAPIService) CreateDedicatedIPRequestExecute(r ApiCreateDedicatedIPRequestRequest) (*DedicatedIPRequest, *http.Response, error) + func (a *IpPoolsAPIService) GetIPAssignment(ctx context.Context) ApiGetIPAssignmentRequest + func (a *IpPoolsAPIService) GetIPAssignmentExecute(r ApiGetIPAssignmentRequest) (*GetIPAssignment200Response, *http.Response, error) + func (a *IpPoolsAPIService) ListDedicatedIPRequests(ctx context.Context) ApiListDedicatedIPRequestsRequest + func (a *IpPoolsAPIService) ListDedicatedIPRequestsExecute(r ApiListDedicatedIPRequestsRequest) (*ListDedicatedIPRequests200Response, *http.Response, error) + type ListAddOns200Response struct + AddOns []AddOn + func NewListAddOns200Response(addOns []AddOn) *ListAddOns200Response + func NewListAddOns200ResponseWithDefaults() *ListAddOns200Response + func (o *ListAddOns200Response) GetAddOns() []AddOn + func (o *ListAddOns200Response) GetAddOnsOk() ([]AddOn, bool) + func (o *ListAddOns200Response) SetAddOns(v []AddOn) + func (o *ListAddOns200Response) UnmarshalJSON(data []byte) (err error) + func (o ListAddOns200Response) MarshalJSON() ([]byte, error) + func (o ListAddOns200Response) ToMap() (map[string]interface{}, error) + type ListCalendarEvents200Response struct + Data []CalendarEvent + func NewListCalendarEvents200Response() *ListCalendarEvents200Response + func NewListCalendarEvents200ResponseWithDefaults() *ListCalendarEvents200Response + func (o *ListCalendarEvents200Response) GetData() []CalendarEvent + func (o *ListCalendarEvents200Response) GetDataOk() ([]CalendarEvent, bool) + func (o *ListCalendarEvents200Response) HasData() bool + func (o *ListCalendarEvents200Response) SetData(v []CalendarEvent) + func (o ListCalendarEvents200Response) MarshalJSON() ([]byte, error) + func (o ListCalendarEvents200Response) ToMap() (map[string]interface{}, error) + type ListCalendarIntegrations200Response struct + Data []CalendarIntegration + func NewListCalendarIntegrations200Response() *ListCalendarIntegrations200Response + func NewListCalendarIntegrations200ResponseWithDefaults() *ListCalendarIntegrations200Response + func (o *ListCalendarIntegrations200Response) GetData() []CalendarIntegration + func (o *ListCalendarIntegrations200Response) GetDataOk() ([]CalendarIntegration, bool) + func (o *ListCalendarIntegrations200Response) HasData() bool + func (o *ListCalendarIntegrations200Response) SetData(v []CalendarIntegration) + func (o ListCalendarIntegrations200Response) MarshalJSON() ([]byte, error) + func (o ListCalendarIntegrations200Response) ToMap() (map[string]interface{}, error) + type ListCalendarMembers200Response struct + Data []CalendarMember + func NewListCalendarMembers200Response() *ListCalendarMembers200Response + func NewListCalendarMembers200ResponseWithDefaults() *ListCalendarMembers200Response + func (o *ListCalendarMembers200Response) GetData() []CalendarMember + func (o *ListCalendarMembers200Response) GetDataOk() ([]CalendarMember, bool) + func (o *ListCalendarMembers200Response) HasData() bool + func (o *ListCalendarMembers200Response) SetData(v []CalendarMember) + func (o ListCalendarMembers200Response) MarshalJSON() ([]byte, error) + func (o ListCalendarMembers200Response) ToMap() (map[string]interface{}, error) + type ListCalendars200Response struct + Data []Calendar + func NewListCalendars200Response() *ListCalendars200Response + func NewListCalendars200ResponseWithDefaults() *ListCalendars200Response + func (o *ListCalendars200Response) GetData() []Calendar + func (o *ListCalendars200Response) GetDataOk() ([]Calendar, bool) + func (o *ListCalendars200Response) HasData() bool + func (o *ListCalendars200Response) SetData(v []Calendar) + func (o ListCalendars200Response) MarshalJSON() ([]byte, error) + func (o ListCalendars200Response) ToMap() (map[string]interface{}, error) + type ListContactLists200Response struct + Data []ContactList + func NewListContactLists200Response() *ListContactLists200Response + func NewListContactLists200ResponseWithDefaults() *ListContactLists200Response + func (o *ListContactLists200Response) GetData() []ContactList + func (o *ListContactLists200Response) GetDataOk() ([]ContactList, bool) + func (o *ListContactLists200Response) HasData() bool + func (o *ListContactLists200Response) SetData(v []ContactList) + func (o ListContactLists200Response) MarshalJSON() ([]byte, error) + func (o ListContactLists200Response) ToMap() (map[string]interface{}, error) + type ListContacts200Response struct + Data []Contact + func NewListContacts200Response() *ListContacts200Response + func NewListContacts200ResponseWithDefaults() *ListContacts200Response + func (o *ListContacts200Response) GetData() []Contact + func (o *ListContacts200Response) GetDataOk() ([]Contact, bool) + func (o *ListContacts200Response) HasData() bool + func (o *ListContacts200Response) SetData(v []Contact) + func (o ListContacts200Response) MarshalJSON() ([]byte, error) + func (o ListContacts200Response) ToMap() (map[string]interface{}, error) + type ListDedicatedIPRequests200Response struct + Data []DedicatedIPRequest + func NewListDedicatedIPRequests200Response(data []DedicatedIPRequest) *ListDedicatedIPRequests200Response + func NewListDedicatedIPRequests200ResponseWithDefaults() *ListDedicatedIPRequests200Response + func (o *ListDedicatedIPRequests200Response) GetData() []DedicatedIPRequest + func (o *ListDedicatedIPRequests200Response) GetDataOk() ([]DedicatedIPRequest, bool) + func (o *ListDedicatedIPRequests200Response) SetData(v []DedicatedIPRequest) + func (o *ListDedicatedIPRequests200Response) UnmarshalJSON(data []byte) (err error) + func (o ListDedicatedIPRequests200Response) MarshalJSON() ([]byte, error) + func (o ListDedicatedIPRequests200Response) ToMap() (map[string]interface{}, error) + type ListDistributionLists200Response struct + Data []DistributionListSummary + func NewListDistributionLists200Response(data []DistributionListSummary) *ListDistributionLists200Response + func NewListDistributionLists200ResponseWithDefaults() *ListDistributionLists200Response + func (o *ListDistributionLists200Response) GetData() []DistributionListSummary + func (o *ListDistributionLists200Response) GetDataOk() ([]DistributionListSummary, bool) + func (o *ListDistributionLists200Response) SetData(v []DistributionListSummary) + func (o *ListDistributionLists200Response) UnmarshalJSON(data []byte) (err error) + func (o ListDistributionLists200Response) MarshalJSON() ([]byte, error) + func (o ListDistributionLists200Response) ToMap() (map[string]interface{}, error) + type ListMigrationCredentials200Response struct + Data []MigrationCredential + func NewListMigrationCredentials200Response(data []MigrationCredential) *ListMigrationCredentials200Response + func NewListMigrationCredentials200ResponseWithDefaults() *ListMigrationCredentials200Response + func (o *ListMigrationCredentials200Response) GetData() []MigrationCredential + func (o *ListMigrationCredentials200Response) GetDataOk() ([]MigrationCredential, bool) + func (o *ListMigrationCredentials200Response) SetData(v []MigrationCredential) + func (o *ListMigrationCredentials200Response) UnmarshalJSON(data []byte) (err error) + func (o ListMigrationCredentials200Response) MarshalJSON() ([]byte, error) + func (o ListMigrationCredentials200Response) ToMap() (map[string]interface{}, error) + type ListMigrationEvents200Response struct + Data []MigrationEvent + func NewListMigrationEvents200Response(data []MigrationEvent) *ListMigrationEvents200Response + func NewListMigrationEvents200ResponseWithDefaults() *ListMigrationEvents200Response + func (o *ListMigrationEvents200Response) GetData() []MigrationEvent + func (o *ListMigrationEvents200Response) GetDataOk() ([]MigrationEvent, bool) + func (o *ListMigrationEvents200Response) SetData(v []MigrationEvent) + func (o *ListMigrationEvents200Response) UnmarshalJSON(data []byte) (err error) + func (o ListMigrationEvents200Response) MarshalJSON() ([]byte, error) + func (o ListMigrationEvents200Response) ToMap() (map[string]interface{}, error) + type ListMigrationMailboxes200Response struct + Data []MigrationMailbox + func NewListMigrationMailboxes200Response(data []MigrationMailbox) *ListMigrationMailboxes200Response + func NewListMigrationMailboxes200ResponseWithDefaults() *ListMigrationMailboxes200Response + func (o *ListMigrationMailboxes200Response) GetData() []MigrationMailbox + func (o *ListMigrationMailboxes200Response) GetDataOk() ([]MigrationMailbox, bool) + func (o *ListMigrationMailboxes200Response) SetData(v []MigrationMailbox) + func (o *ListMigrationMailboxes200Response) UnmarshalJSON(data []byte) (err error) + func (o ListMigrationMailboxes200Response) MarshalJSON() ([]byte, error) + func (o ListMigrationMailboxes200Response) ToMap() (map[string]interface{}, error) + type ListMigrations200Response struct + Data []Migration + func NewListMigrations200Response(data []Migration) *ListMigrations200Response + func NewListMigrations200ResponseWithDefaults() *ListMigrations200Response + func (o *ListMigrations200Response) GetData() []Migration + func (o *ListMigrations200Response) GetDataOk() ([]Migration, bool) + func (o *ListMigrations200Response) SetData(v []Migration) + func (o *ListMigrations200Response) UnmarshalJSON(data []byte) (err error) + func (o ListMigrations200Response) MarshalJSON() ([]byte, error) + func (o ListMigrations200Response) ToMap() (map[string]interface{}, error) + type ListResources200Response struct + Data []Resource + func NewListResources200Response() *ListResources200Response + func NewListResources200ResponseWithDefaults() *ListResources200Response + func (o *ListResources200Response) GetData() []Resource + func (o *ListResources200Response) GetDataOk() ([]Resource, bool) + func (o *ListResources200Response) HasData() bool + func (o *ListResources200Response) SetData(v []Resource) + func (o ListResources200Response) MarshalJSON() ([]byte, error) + func (o ListResources200Response) ToMap() (map[string]interface{}, error) + type ListSharedMembers200Response struct + Data []SharedMember + func NewListSharedMembers200Response(data []SharedMember) *ListSharedMembers200Response + func NewListSharedMembers200ResponseWithDefaults() *ListSharedMembers200Response + func (o *ListSharedMembers200Response) GetData() []SharedMember + func (o *ListSharedMembers200Response) GetDataOk() ([]SharedMember, bool) + func (o *ListSharedMembers200Response) SetData(v []SharedMember) + func (o *ListSharedMembers200Response) UnmarshalJSON(data []byte) (err error) + func (o ListSharedMembers200Response) MarshalJSON() ([]byte, error) + func (o ListSharedMembers200Response) ToMap() (map[string]interface{}, error) + type ListUsers200Response struct + Data []User + Limit int32 + func NewListUsers200Response(data []User, limit int32) *ListUsers200Response + func NewListUsers200ResponseWithDefaults() *ListUsers200Response + func (o *ListUsers200Response) GetData() []User + func (o *ListUsers200Response) GetDataOk() ([]User, bool) + func (o *ListUsers200Response) GetLimit() int32 + func (o *ListUsers200Response) GetLimitOk() (*int32, bool) + func (o *ListUsers200Response) SetData(v []User) + func (o *ListUsers200Response) SetLimit(v int32) + func (o *ListUsers200Response) UnmarshalJSON(data []byte) (err error) + func (o ListUsers200Response) MarshalJSON() ([]byte, error) + func (o ListUsers200Response) ToMap() (map[string]interface{}, error) + type Mailbox struct + CreatedAt time.Time + Disabled bool + DisabledAt *time.Time + DomainId string + Email string + HardDeleteAfter *time.Time + Id string + Password *string + QuotaBytes int64 + SoftDeletedAt *time.Time + TenantId string + func NewMailbox(id string, tenantId string, domainId string, email string, quotaBytes int64, ...) *Mailbox + func NewMailboxWithDefaults() *Mailbox + func (o *Mailbox) GetCreatedAt() time.Time + func (o *Mailbox) GetCreatedAtOk() (*time.Time, bool) + func (o *Mailbox) GetDisabled() bool + func (o *Mailbox) GetDisabledAt() time.Time + func (o *Mailbox) GetDisabledAtOk() (*time.Time, bool) + func (o *Mailbox) GetDisabledOk() (*bool, bool) + func (o *Mailbox) GetDomainId() string + func (o *Mailbox) GetDomainIdOk() (*string, bool) + func (o *Mailbox) GetEmail() string + func (o *Mailbox) GetEmailOk() (*string, bool) + func (o *Mailbox) GetHardDeleteAfter() time.Time + func (o *Mailbox) GetHardDeleteAfterOk() (*time.Time, bool) + func (o *Mailbox) GetId() string + func (o *Mailbox) GetIdOk() (*string, bool) + func (o *Mailbox) GetPassword() string + func (o *Mailbox) GetPasswordOk() (*string, bool) + func (o *Mailbox) GetQuotaBytes() int64 + func (o *Mailbox) GetQuotaBytesOk() (*int64, bool) + func (o *Mailbox) GetSoftDeletedAt() time.Time + func (o *Mailbox) GetSoftDeletedAtOk() (*time.Time, bool) + func (o *Mailbox) GetTenantId() string + func (o *Mailbox) GetTenantIdOk() (*string, bool) + func (o *Mailbox) HasDisabledAt() bool + func (o *Mailbox) HasHardDeleteAfter() bool + func (o *Mailbox) HasPassword() bool + func (o *Mailbox) HasSoftDeletedAt() bool + func (o *Mailbox) SetCreatedAt(v time.Time) + func (o *Mailbox) SetDisabled(v bool) + func (o *Mailbox) SetDisabledAt(v time.Time) + func (o *Mailbox) SetDomainId(v string) + func (o *Mailbox) SetEmail(v string) + func (o *Mailbox) SetHardDeleteAfter(v time.Time) + func (o *Mailbox) SetId(v string) + func (o *Mailbox) SetPassword(v string) + func (o *Mailbox) SetQuotaBytes(v int64) + func (o *Mailbox) SetSoftDeletedAt(v time.Time) + func (o *Mailbox) SetTenantId(v string) + func (o *Mailbox) UnmarshalJSON(data []byte) (err error) + func (o Mailbox) MarshalJSON() ([]byte, error) + func (o Mailbox) ToMap() (map[string]interface{}, error) + type MailboxesAPIService service + func (a *MailboxesAPIService) AddSharedMember(ctx context.Context, email string) ApiAddSharedMemberRequest + func (a *MailboxesAPIService) AddSharedMemberExecute(r ApiAddSharedMemberRequest) (*SharedMember, *http.Response, error) + func (a *MailboxesAPIService) ListSharedMembers(ctx context.Context, email string) ApiListSharedMembersRequest + func (a *MailboxesAPIService) ListSharedMembersExecute(r ApiListSharedMembersRequest) (*ListSharedMembers200Response, *http.Response, error) + func (a *MailboxesAPIService) RemoveSharedMember(ctx context.Context, email string, memberEmail string) ApiRemoveSharedMemberRequest + func (a *MailboxesAPIService) RemoveSharedMemberExecute(r ApiRemoveSharedMemberRequest) (*http.Response, error) + func (a *MailboxesAPIService) V1MailboxesEmailDelete(ctx context.Context, email string) ApiV1MailboxesEmailDeleteRequest + func (a *MailboxesAPIService) V1MailboxesEmailDeleteExecute(r ApiV1MailboxesEmailDeleteRequest) (*http.Response, error) + func (a *MailboxesAPIService) V1MailboxesEmailExportDownloadGet(ctx context.Context, email string) ApiV1MailboxesEmailExportDownloadGetRequest + func (a *MailboxesAPIService) V1MailboxesEmailExportDownloadGetExecute(r ApiV1MailboxesEmailExportDownloadGetRequest) (*os.File, *http.Response, error) + func (a *MailboxesAPIService) V1MailboxesEmailExportPost(ctx context.Context, email string) ApiV1MailboxesEmailExportPostRequest + func (a *MailboxesAPIService) V1MailboxesEmailExportPostExecute(r ApiV1MailboxesEmailExportPostRequest) (*V1MailboxesEmailExportPost201Response, *http.Response, error) + func (a *MailboxesAPIService) V1MailboxesEmailGet(ctx context.Context, email string) ApiV1MailboxesEmailGetRequest + func (a *MailboxesAPIService) V1MailboxesEmailGetExecute(r ApiV1MailboxesEmailGetRequest) (*Mailbox, *http.Response, error) + func (a *MailboxesAPIService) V1MailboxesEmailPatch(ctx context.Context, email string) ApiV1MailboxesEmailPatchRequest + func (a *MailboxesAPIService) V1MailboxesEmailPatchExecute(r ApiV1MailboxesEmailPatchRequest) (*Mailbox, *http.Response, error) + func (a *MailboxesAPIService) V1MailboxesEmailVacationDelete(ctx context.Context, email string) ApiV1MailboxesEmailVacationDeleteRequest + func (a *MailboxesAPIService) V1MailboxesEmailVacationDeleteExecute(r ApiV1MailboxesEmailVacationDeleteRequest) (*http.Response, error) + func (a *MailboxesAPIService) V1MailboxesEmailVacationGet(ctx context.Context, email string) ApiV1MailboxesEmailVacationGetRequest + func (a *MailboxesAPIService) V1MailboxesEmailVacationGetExecute(r ApiV1MailboxesEmailVacationGetRequest) (*VacationResponder, *http.Response, error) + func (a *MailboxesAPIService) V1MailboxesEmailVacationPut(ctx context.Context, email string) ApiV1MailboxesEmailVacationPutRequest + func (a *MailboxesAPIService) V1MailboxesEmailVacationPutExecute(r ApiV1MailboxesEmailVacationPutRequest) (*VacationResponder, *http.Response, error) + func (a *MailboxesAPIService) V1MailboxesGet(ctx context.Context) ApiV1MailboxesGetRequest + func (a *MailboxesAPIService) V1MailboxesGetExecute(r ApiV1MailboxesGetRequest) (*V1MailboxesGet200Response, *http.Response, error) + func (a *MailboxesAPIService) V1MailboxesPost(ctx context.Context) ApiV1MailboxesPostRequest + func (a *MailboxesAPIService) V1MailboxesPostExecute(r ApiV1MailboxesPostRequest) (*Mailbox, *http.Response, error) + func (a *MailboxesAPIService) V1VacationGet(ctx context.Context) ApiV1VacationGetRequest + func (a *MailboxesAPIService) V1VacationGetExecute(r ApiV1VacationGetRequest) (*V1VacationGet200Response, *http.Response, error) + type MapMigrationRequest struct + Mappings []MapMigrationRequestMappingsInner + func NewMapMigrationRequest(mappings []MapMigrationRequestMappingsInner) *MapMigrationRequest + func NewMapMigrationRequestWithDefaults() *MapMigrationRequest + func (o *MapMigrationRequest) GetMappings() []MapMigrationRequestMappingsInner + func (o *MapMigrationRequest) GetMappingsOk() ([]MapMigrationRequestMappingsInner, bool) + func (o *MapMigrationRequest) SetMappings(v []MapMigrationRequestMappingsInner) + func (o *MapMigrationRequest) UnmarshalJSON(data []byte) (err error) + func (o MapMigrationRequest) MarshalJSON() ([]byte, error) + func (o MapMigrationRequest) ToMap() (map[string]interface{}, error) + type MapMigrationRequestMappingsInner struct + DestEmail string + SourceEmail string + func NewMapMigrationRequestMappingsInner(sourceEmail string, destEmail string) *MapMigrationRequestMappingsInner + func NewMapMigrationRequestMappingsInnerWithDefaults() *MapMigrationRequestMappingsInner + func (o *MapMigrationRequestMappingsInner) GetDestEmail() string + func (o *MapMigrationRequestMappingsInner) GetDestEmailOk() (*string, bool) + func (o *MapMigrationRequestMappingsInner) GetSourceEmail() string + func (o *MapMigrationRequestMappingsInner) GetSourceEmailOk() (*string, bool) + func (o *MapMigrationRequestMappingsInner) SetDestEmail(v string) + func (o *MapMigrationRequestMappingsInner) SetSourceEmail(v string) + func (o *MapMigrationRequestMappingsInner) UnmarshalJSON(data []byte) (err error) + func (o MapMigrationRequestMappingsInner) MarshalJSON() ([]byte, error) + func (o MapMigrationRequestMappingsInner) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type Message struct + BounceReason *string + Id string + MessageId string + QueuedAt time.Time + Recipients []string + Sender string + SizeBytes *int32 + Status string + Subject *string + TenantId string + UpdatedAt time.Time + func NewMessage(id string, tenantId string, messageId string, sender string, ...) *Message + func NewMessageWithDefaults() *Message + func (o *Message) GetBounceReason() string + func (o *Message) GetBounceReasonOk() (*string, bool) + func (o *Message) GetId() string + func (o *Message) GetIdOk() (*string, bool) + func (o *Message) GetMessageId() string + func (o *Message) GetMessageIdOk() (*string, bool) + func (o *Message) GetQueuedAt() time.Time + func (o *Message) GetQueuedAtOk() (*time.Time, bool) + func (o *Message) GetRecipients() []string + func (o *Message) GetRecipientsOk() ([]string, bool) + func (o *Message) GetSender() string + func (o *Message) GetSenderOk() (*string, bool) + func (o *Message) GetSizeBytes() int32 + func (o *Message) GetSizeBytesOk() (*int32, bool) + func (o *Message) GetStatus() string + func (o *Message) GetStatusOk() (*string, bool) + func (o *Message) GetSubject() string + func (o *Message) GetSubjectOk() (*string, bool) + func (o *Message) GetTenantId() string + func (o *Message) GetTenantIdOk() (*string, bool) + func (o *Message) GetUpdatedAt() time.Time + func (o *Message) GetUpdatedAtOk() (*time.Time, bool) + func (o *Message) HasBounceReason() bool + func (o *Message) HasSizeBytes() bool + func (o *Message) HasSubject() bool + func (o *Message) SetBounceReason(v string) + func (o *Message) SetId(v string) + func (o *Message) SetMessageId(v string) + func (o *Message) SetQueuedAt(v time.Time) + func (o *Message) SetRecipients(v []string) + func (o *Message) SetSender(v string) + func (o *Message) SetSizeBytes(v int32) + func (o *Message) SetStatus(v string) + func (o *Message) SetSubject(v string) + func (o *Message) SetTenantId(v string) + func (o *Message) SetUpdatedAt(v time.Time) + func (o *Message) UnmarshalJSON(data []byte) (err error) + func (o Message) MarshalJSON() ([]byte, error) + func (o Message) ToMap() (map[string]interface{}, error) + type MessageStats struct + Counts *MessageStatsCounts + Domain *string + Rates *MessageStatsRates + Sent *int32 + Window *MessageStatsWindow + func NewMessageStats() *MessageStats + func NewMessageStatsWithDefaults() *MessageStats + func (o *MessageStats) GetCounts() MessageStatsCounts + func (o *MessageStats) GetCountsOk() (*MessageStatsCounts, bool) + func (o *MessageStats) GetDomain() string + func (o *MessageStats) GetDomainOk() (*string, bool) + func (o *MessageStats) GetRates() MessageStatsRates + func (o *MessageStats) GetRatesOk() (*MessageStatsRates, bool) + func (o *MessageStats) GetSent() int32 + func (o *MessageStats) GetSentOk() (*int32, bool) + func (o *MessageStats) GetWindow() MessageStatsWindow + func (o *MessageStats) GetWindowOk() (*MessageStatsWindow, bool) + func (o *MessageStats) HasCounts() bool + func (o *MessageStats) HasDomain() bool + func (o *MessageStats) HasRates() bool + func (o *MessageStats) HasSent() bool + func (o *MessageStats) HasWindow() bool + func (o *MessageStats) SetCounts(v MessageStatsCounts) + func (o *MessageStats) SetDomain(v string) + func (o *MessageStats) SetRates(v MessageStatsRates) + func (o *MessageStats) SetSent(v int32) + func (o *MessageStats) SetWindow(v MessageStatsWindow) + func (o MessageStats) MarshalJSON() ([]byte, error) + func (o MessageStats) ToMap() (map[string]interface{}, error) + type MessageStatsCounts struct + Bounced *int32 + Complaint *int32 + Deferred *int32 + Delivered *int32 + func NewMessageStatsCounts() *MessageStatsCounts + func NewMessageStatsCountsWithDefaults() *MessageStatsCounts + func (o *MessageStatsCounts) GetBounced() int32 + func (o *MessageStatsCounts) GetBouncedOk() (*int32, bool) + func (o *MessageStatsCounts) GetComplaint() int32 + func (o *MessageStatsCounts) GetComplaintOk() (*int32, bool) + func (o *MessageStatsCounts) GetDeferred() int32 + func (o *MessageStatsCounts) GetDeferredOk() (*int32, bool) + func (o *MessageStatsCounts) GetDelivered() int32 + func (o *MessageStatsCounts) GetDeliveredOk() (*int32, bool) + func (o *MessageStatsCounts) HasBounced() bool + func (o *MessageStatsCounts) HasComplaint() bool + func (o *MessageStatsCounts) HasDeferred() bool + func (o *MessageStatsCounts) HasDelivered() bool + func (o *MessageStatsCounts) SetBounced(v int32) + func (o *MessageStatsCounts) SetComplaint(v int32) + func (o *MessageStatsCounts) SetDeferred(v int32) + func (o *MessageStatsCounts) SetDelivered(v int32) + func (o MessageStatsCounts) MarshalJSON() ([]byte, error) + func (o MessageStatsCounts) ToMap() (map[string]interface{}, error) + type MessageStatsRates struct + Bounced *float32 + Complaint *float32 + Deferred *float32 + Delivered *float32 + func NewMessageStatsRates() *MessageStatsRates + func NewMessageStatsRatesWithDefaults() *MessageStatsRates + func (o *MessageStatsRates) GetBounced() float32 + func (o *MessageStatsRates) GetBouncedOk() (*float32, bool) + func (o *MessageStatsRates) GetComplaint() float32 + func (o *MessageStatsRates) GetComplaintOk() (*float32, bool) + func (o *MessageStatsRates) GetDeferred() float32 + func (o *MessageStatsRates) GetDeferredOk() (*float32, bool) + func (o *MessageStatsRates) GetDelivered() float32 + func (o *MessageStatsRates) GetDeliveredOk() (*float32, bool) + func (o *MessageStatsRates) HasBounced() bool + func (o *MessageStatsRates) HasComplaint() bool + func (o *MessageStatsRates) HasDeferred() bool + func (o *MessageStatsRates) HasDelivered() bool + func (o *MessageStatsRates) SetBounced(v float32) + func (o *MessageStatsRates) SetComplaint(v float32) + func (o *MessageStatsRates) SetDeferred(v float32) + func (o *MessageStatsRates) SetDelivered(v float32) + func (o MessageStatsRates) MarshalJSON() ([]byte, error) + func (o MessageStatsRates) ToMap() (map[string]interface{}, error) + type MessageStatsWindow struct + From *time.Time + To *time.Time + func NewMessageStatsWindow() *MessageStatsWindow + func NewMessageStatsWindowWithDefaults() *MessageStatsWindow + func (o *MessageStatsWindow) GetFrom() time.Time + func (o *MessageStatsWindow) GetFromOk() (*time.Time, bool) + func (o *MessageStatsWindow) GetTo() time.Time + func (o *MessageStatsWindow) GetToOk() (*time.Time, bool) + func (o *MessageStatsWindow) HasFrom() bool + func (o *MessageStatsWindow) HasTo() bool + func (o *MessageStatsWindow) SetFrom(v time.Time) + func (o *MessageStatsWindow) SetTo(v time.Time) + func (o MessageStatsWindow) MarshalJSON() ([]byte, error) + func (o MessageStatsWindow) ToMap() (map[string]interface{}, error) + type Migration struct + CompletedAt *time.Time + CreatedAt time.Time + CredentialId string + ErrorMessage *string + Id string + MailboxCount int32 + Name string + Settings *MigrationSettings + SourceProvider string + SourceSummary *string + StartedAt *time.Time + Status string + TenantId string + UpdatedAt time.Time + func NewMigration(id string, tenantId string, credentialId string, name string, status string, ...) *Migration + func NewMigrationWithDefaults() *Migration + func (o *Migration) GetCompletedAt() time.Time + func (o *Migration) GetCompletedAtOk() (*time.Time, bool) + func (o *Migration) GetCreatedAt() time.Time + func (o *Migration) GetCreatedAtOk() (*time.Time, bool) + func (o *Migration) GetCredentialId() string + func (o *Migration) GetCredentialIdOk() (*string, bool) + func (o *Migration) GetErrorMessage() string + func (o *Migration) GetErrorMessageOk() (*string, bool) + func (o *Migration) GetId() string + func (o *Migration) GetIdOk() (*string, bool) + func (o *Migration) GetMailboxCount() int32 + func (o *Migration) GetMailboxCountOk() (*int32, bool) + func (o *Migration) GetName() string + func (o *Migration) GetNameOk() (*string, bool) + func (o *Migration) GetSettings() MigrationSettings + func (o *Migration) GetSettingsOk() (*MigrationSettings, bool) + func (o *Migration) GetSourceProvider() string + func (o *Migration) GetSourceProviderOk() (*string, bool) + func (o *Migration) GetSourceSummary() string + func (o *Migration) GetSourceSummaryOk() (*string, bool) + func (o *Migration) GetStartedAt() time.Time + func (o *Migration) GetStartedAtOk() (*time.Time, bool) + func (o *Migration) GetStatus() string + func (o *Migration) GetStatusOk() (*string, bool) + func (o *Migration) GetTenantId() string + func (o *Migration) GetTenantIdOk() (*string, bool) + func (o *Migration) GetUpdatedAt() time.Time + func (o *Migration) GetUpdatedAtOk() (*time.Time, bool) + func (o *Migration) HasCompletedAt() bool + func (o *Migration) HasErrorMessage() bool + func (o *Migration) HasSettings() bool + func (o *Migration) HasSourceSummary() bool + func (o *Migration) HasStartedAt() bool + func (o *Migration) SetCompletedAt(v time.Time) + func (o *Migration) SetCreatedAt(v time.Time) + func (o *Migration) SetCredentialId(v string) + func (o *Migration) SetErrorMessage(v string) + func (o *Migration) SetId(v string) + func (o *Migration) SetMailboxCount(v int32) + func (o *Migration) SetName(v string) + func (o *Migration) SetSettings(v MigrationSettings) + func (o *Migration) SetSourceProvider(v string) + func (o *Migration) SetSourceSummary(v string) + func (o *Migration) SetStartedAt(v time.Time) + func (o *Migration) SetStatus(v string) + func (o *Migration) SetTenantId(v string) + func (o *Migration) SetUpdatedAt(v time.Time) + func (o *Migration) UnmarshalJSON(data []byte) (err error) + func (o Migration) MarshalJSON() ([]byte, error) + func (o Migration) ToMap() (map[string]interface{}, error) + type MigrationCredential struct + CreatedAt time.Time + EncryptionKeyId *string + Id string + Label *string + Provider string + TenantId string + UpdatedAt time.Time + func NewMigrationCredential(id string, tenantId string, provider string, createdAt time.Time, ...) *MigrationCredential + func NewMigrationCredentialWithDefaults() *MigrationCredential + func (o *MigrationCredential) GetCreatedAt() time.Time + func (o *MigrationCredential) GetCreatedAtOk() (*time.Time, bool) + func (o *MigrationCredential) GetEncryptionKeyId() string + func (o *MigrationCredential) GetEncryptionKeyIdOk() (*string, bool) + func (o *MigrationCredential) GetId() string + func (o *MigrationCredential) GetIdOk() (*string, bool) + func (o *MigrationCredential) GetLabel() string + func (o *MigrationCredential) GetLabelOk() (*string, bool) + func (o *MigrationCredential) GetProvider() string + func (o *MigrationCredential) GetProviderOk() (*string, bool) + func (o *MigrationCredential) GetTenantId() string + func (o *MigrationCredential) GetTenantIdOk() (*string, bool) + func (o *MigrationCredential) GetUpdatedAt() time.Time + func (o *MigrationCredential) GetUpdatedAtOk() (*time.Time, bool) + func (o *MigrationCredential) HasEncryptionKeyId() bool + func (o *MigrationCredential) HasLabel() bool + func (o *MigrationCredential) SetCreatedAt(v time.Time) + func (o *MigrationCredential) SetEncryptionKeyId(v string) + func (o *MigrationCredential) SetId(v string) + func (o *MigrationCredential) SetLabel(v string) + func (o *MigrationCredential) SetProvider(v string) + func (o *MigrationCredential) SetTenantId(v string) + func (o *MigrationCredential) SetUpdatedAt(v time.Time) + func (o *MigrationCredential) UnmarshalJSON(data []byte) (err error) + func (o MigrationCredential) MarshalJSON() ([]byte, error) + func (o MigrationCredential) ToMap() (map[string]interface{}, error) + type MigrationEvent struct + Actor string + CreatedAt time.Time + Detail *string + EventType string + Id string + MailboxId *string + MigrationId string + NewStatus *string + OldStatus *string + TenantId string + func NewMigrationEvent(id string, migrationId string, tenantId string, eventType string, actor string, ...) *MigrationEvent + func NewMigrationEventWithDefaults() *MigrationEvent + func (o *MigrationEvent) GetActor() string + func (o *MigrationEvent) GetActorOk() (*string, bool) + func (o *MigrationEvent) GetCreatedAt() time.Time + func (o *MigrationEvent) GetCreatedAtOk() (*time.Time, bool) + func (o *MigrationEvent) GetDetail() string + func (o *MigrationEvent) GetDetailOk() (*string, bool) + func (o *MigrationEvent) GetEventType() string + func (o *MigrationEvent) GetEventTypeOk() (*string, bool) + func (o *MigrationEvent) GetId() string + func (o *MigrationEvent) GetIdOk() (*string, bool) + func (o *MigrationEvent) GetMailboxId() string + func (o *MigrationEvent) GetMailboxIdOk() (*string, bool) + func (o *MigrationEvent) GetMigrationId() string + func (o *MigrationEvent) GetMigrationIdOk() (*string, bool) + func (o *MigrationEvent) GetNewStatus() string + func (o *MigrationEvent) GetNewStatusOk() (*string, bool) + func (o *MigrationEvent) GetOldStatus() string + func (o *MigrationEvent) GetOldStatusOk() (*string, bool) + func (o *MigrationEvent) GetTenantId() string + func (o *MigrationEvent) GetTenantIdOk() (*string, bool) + func (o *MigrationEvent) HasDetail() bool + func (o *MigrationEvent) HasMailboxId() bool + func (o *MigrationEvent) HasNewStatus() bool + func (o *MigrationEvent) HasOldStatus() bool + func (o *MigrationEvent) SetActor(v string) + func (o *MigrationEvent) SetCreatedAt(v time.Time) + func (o *MigrationEvent) SetDetail(v string) + func (o *MigrationEvent) SetEventType(v string) + func (o *MigrationEvent) SetId(v string) + func (o *MigrationEvent) SetMailboxId(v string) + func (o *MigrationEvent) SetMigrationId(v string) + func (o *MigrationEvent) SetNewStatus(v string) + func (o *MigrationEvent) SetOldStatus(v string) + func (o *MigrationEvent) SetTenantId(v string) + func (o *MigrationEvent) UnmarshalJSON(data []byte) (err error) + func (o MigrationEvent) MarshalJSON() ([]byte, error) + func (o MigrationEvent) ToMap() (map[string]interface{}, error) + type MigrationMailbox struct + CompletedAt *time.Time + CreatedAt time.Time + DestEmail *string + DestMailboxId *string + ErrorMessage *string + FailedMessageCount int32 + Id string + LastSyncedAt *time.Time + LastSyncedUid *string + MigrationId string + SourceEmail string + SourceMessageCount *int32 + SourceSizeBytes *int64 + StartedAt *time.Time + Status string + SyncedMessageCount int32 + SyncedSizeBytes *int64 + TenantId string + UpdatedAt time.Time + func NewMigrationMailbox(id string, migrationId string, tenantId string, sourceEmail string, ...) *MigrationMailbox + func NewMigrationMailboxWithDefaults() *MigrationMailbox + func (o *MigrationMailbox) GetCompletedAt() time.Time + func (o *MigrationMailbox) GetCompletedAtOk() (*time.Time, bool) + func (o *MigrationMailbox) GetCreatedAt() time.Time + func (o *MigrationMailbox) GetCreatedAtOk() (*time.Time, bool) + func (o *MigrationMailbox) GetDestEmail() string + func (o *MigrationMailbox) GetDestEmailOk() (*string, bool) + func (o *MigrationMailbox) GetDestMailboxId() string + func (o *MigrationMailbox) GetDestMailboxIdOk() (*string, bool) + func (o *MigrationMailbox) GetErrorMessage() string + func (o *MigrationMailbox) GetErrorMessageOk() (*string, bool) + func (o *MigrationMailbox) GetFailedMessageCount() int32 + func (o *MigrationMailbox) GetFailedMessageCountOk() (*int32, bool) + func (o *MigrationMailbox) GetId() string + func (o *MigrationMailbox) GetIdOk() (*string, bool) + func (o *MigrationMailbox) GetLastSyncedAt() time.Time + func (o *MigrationMailbox) GetLastSyncedAtOk() (*time.Time, bool) + func (o *MigrationMailbox) GetLastSyncedUid() string + func (o *MigrationMailbox) GetLastSyncedUidOk() (*string, bool) + func (o *MigrationMailbox) GetMigrationId() string + func (o *MigrationMailbox) GetMigrationIdOk() (*string, bool) + func (o *MigrationMailbox) GetSourceEmail() string + func (o *MigrationMailbox) GetSourceEmailOk() (*string, bool) + func (o *MigrationMailbox) GetSourceMessageCount() int32 + func (o *MigrationMailbox) GetSourceMessageCountOk() (*int32, bool) + func (o *MigrationMailbox) GetSourceSizeBytes() int64 + func (o *MigrationMailbox) GetSourceSizeBytesOk() (*int64, bool) + func (o *MigrationMailbox) GetStartedAt() time.Time + func (o *MigrationMailbox) GetStartedAtOk() (*time.Time, bool) + func (o *MigrationMailbox) GetStatus() string + func (o *MigrationMailbox) GetStatusOk() (*string, bool) + func (o *MigrationMailbox) GetSyncedMessageCount() int32 + func (o *MigrationMailbox) GetSyncedMessageCountOk() (*int32, bool) + func (o *MigrationMailbox) GetSyncedSizeBytes() int64 + func (o *MigrationMailbox) GetSyncedSizeBytesOk() (*int64, bool) + func (o *MigrationMailbox) GetTenantId() string + func (o *MigrationMailbox) GetTenantIdOk() (*string, bool) + func (o *MigrationMailbox) GetUpdatedAt() time.Time + func (o *MigrationMailbox) GetUpdatedAtOk() (*time.Time, bool) + func (o *MigrationMailbox) HasCompletedAt() bool + func (o *MigrationMailbox) HasDestEmail() bool + func (o *MigrationMailbox) HasDestMailboxId() bool + func (o *MigrationMailbox) HasErrorMessage() bool + func (o *MigrationMailbox) HasLastSyncedAt() bool + func (o *MigrationMailbox) HasLastSyncedUid() bool + func (o *MigrationMailbox) HasSourceMessageCount() bool + func (o *MigrationMailbox) HasSourceSizeBytes() bool + func (o *MigrationMailbox) HasStartedAt() bool + func (o *MigrationMailbox) HasSyncedSizeBytes() bool + func (o *MigrationMailbox) SetCompletedAt(v time.Time) + func (o *MigrationMailbox) SetCreatedAt(v time.Time) + func (o *MigrationMailbox) SetDestEmail(v string) + func (o *MigrationMailbox) SetDestMailboxId(v string) + func (o *MigrationMailbox) SetErrorMessage(v string) + func (o *MigrationMailbox) SetFailedMessageCount(v int32) + func (o *MigrationMailbox) SetId(v string) + func (o *MigrationMailbox) SetLastSyncedAt(v time.Time) + func (o *MigrationMailbox) SetLastSyncedUid(v string) + func (o *MigrationMailbox) SetMigrationId(v string) + func (o *MigrationMailbox) SetSourceEmail(v string) + func (o *MigrationMailbox) SetSourceMessageCount(v int32) + func (o *MigrationMailbox) SetSourceSizeBytes(v int64) + func (o *MigrationMailbox) SetStartedAt(v time.Time) + func (o *MigrationMailbox) SetStatus(v string) + func (o *MigrationMailbox) SetSyncedMessageCount(v int32) + func (o *MigrationMailbox) SetSyncedSizeBytes(v int64) + func (o *MigrationMailbox) SetTenantId(v string) + func (o *MigrationMailbox) SetUpdatedAt(v time.Time) + func (o *MigrationMailbox) UnmarshalJSON(data []byte) (err error) + func (o MigrationMailbox) MarshalJSON() ([]byte, error) + func (o MigrationMailbox) ToMap() (map[string]interface{}, error) + type MigrationProgress struct + CompletedMailboxes int32 + FailedMailboxes int32 + FailedMessages int32 + Mailboxes []MigrationProgressMailboxesInner + MigrationId string + PercentComplete float32 + Status string + SyncedMessages int32 + TotalMailboxes int32 + TotalMessages int32 + func NewMigrationProgress(migrationId string, status string, totalMailboxes int32, ...) *MigrationProgress + func NewMigrationProgressWithDefaults() *MigrationProgress + func (o *MigrationProgress) GetCompletedMailboxes() int32 + func (o *MigrationProgress) GetCompletedMailboxesOk() (*int32, bool) + func (o *MigrationProgress) GetFailedMailboxes() int32 + func (o *MigrationProgress) GetFailedMailboxesOk() (*int32, bool) + func (o *MigrationProgress) GetFailedMessages() int32 + func (o *MigrationProgress) GetFailedMessagesOk() (*int32, bool) + func (o *MigrationProgress) GetMailboxes() []MigrationProgressMailboxesInner + func (o *MigrationProgress) GetMailboxesOk() ([]MigrationProgressMailboxesInner, bool) + func (o *MigrationProgress) GetMigrationId() string + func (o *MigrationProgress) GetMigrationIdOk() (*string, bool) + func (o *MigrationProgress) GetPercentComplete() float32 + func (o *MigrationProgress) GetPercentCompleteOk() (*float32, bool) + func (o *MigrationProgress) GetStatus() string + func (o *MigrationProgress) GetStatusOk() (*string, bool) + func (o *MigrationProgress) GetSyncedMessages() int32 + func (o *MigrationProgress) GetSyncedMessagesOk() (*int32, bool) + func (o *MigrationProgress) GetTotalMailboxes() int32 + func (o *MigrationProgress) GetTotalMailboxesOk() (*int32, bool) + func (o *MigrationProgress) GetTotalMessages() int32 + func (o *MigrationProgress) GetTotalMessagesOk() (*int32, bool) + func (o *MigrationProgress) SetCompletedMailboxes(v int32) + func (o *MigrationProgress) SetFailedMailboxes(v int32) + func (o *MigrationProgress) SetFailedMessages(v int32) + func (o *MigrationProgress) SetMailboxes(v []MigrationProgressMailboxesInner) + func (o *MigrationProgress) SetMigrationId(v string) + func (o *MigrationProgress) SetPercentComplete(v float32) + func (o *MigrationProgress) SetStatus(v string) + func (o *MigrationProgress) SetSyncedMessages(v int32) + func (o *MigrationProgress) SetTotalMailboxes(v int32) + func (o *MigrationProgress) SetTotalMessages(v int32) + func (o *MigrationProgress) UnmarshalJSON(data []byte) (err error) + func (o MigrationProgress) MarshalJSON() ([]byte, error) + func (o MigrationProgress) ToMap() (map[string]interface{}, error) + type MigrationProgressMailboxesInner struct + DestEmail *string + FailedMessageCount int32 + PercentComplete float32 + SourceEmail string + SourceMessageCount *int32 + Status string + SyncedMessageCount int32 + func NewMigrationProgressMailboxesInner(sourceEmail string, status string, syncedMessageCount int32, ...) *MigrationProgressMailboxesInner + func NewMigrationProgressMailboxesInnerWithDefaults() *MigrationProgressMailboxesInner + func (o *MigrationProgressMailboxesInner) GetDestEmail() string + func (o *MigrationProgressMailboxesInner) GetDestEmailOk() (*string, bool) + func (o *MigrationProgressMailboxesInner) GetFailedMessageCount() int32 + func (o *MigrationProgressMailboxesInner) GetFailedMessageCountOk() (*int32, bool) + func (o *MigrationProgressMailboxesInner) GetPercentComplete() float32 + func (o *MigrationProgressMailboxesInner) GetPercentCompleteOk() (*float32, bool) + func (o *MigrationProgressMailboxesInner) GetSourceEmail() string + func (o *MigrationProgressMailboxesInner) GetSourceEmailOk() (*string, bool) + func (o *MigrationProgressMailboxesInner) GetSourceMessageCount() int32 + func (o *MigrationProgressMailboxesInner) GetSourceMessageCountOk() (*int32, bool) + func (o *MigrationProgressMailboxesInner) GetStatus() string + func (o *MigrationProgressMailboxesInner) GetStatusOk() (*string, bool) + func (o *MigrationProgressMailboxesInner) GetSyncedMessageCount() int32 + func (o *MigrationProgressMailboxesInner) GetSyncedMessageCountOk() (*int32, bool) + func (o *MigrationProgressMailboxesInner) HasDestEmail() bool + func (o *MigrationProgressMailboxesInner) HasSourceMessageCount() bool + func (o *MigrationProgressMailboxesInner) SetDestEmail(v string) + func (o *MigrationProgressMailboxesInner) SetFailedMessageCount(v int32) + func (o *MigrationProgressMailboxesInner) SetPercentComplete(v float32) + func (o *MigrationProgressMailboxesInner) SetSourceEmail(v string) + func (o *MigrationProgressMailboxesInner) SetSourceMessageCount(v int32) + func (o *MigrationProgressMailboxesInner) SetStatus(v string) + func (o *MigrationProgressMailboxesInner) SetSyncedMessageCount(v int32) + func (o *MigrationProgressMailboxesInner) UnmarshalJSON(data []byte) (err error) + func (o MigrationProgressMailboxesInner) MarshalJSON() ([]byte, error) + func (o MigrationProgressMailboxesInner) ToMap() (map[string]interface{}, error) + type MigrationSettings struct + BatchSize *int32 + MaxConcurrentMailboxes *int32 + MaxConcurrentMessages *int32 + SkipFolders []string + SourceRateLimit *int32 + func NewMigrationSettings() *MigrationSettings + func NewMigrationSettingsWithDefaults() *MigrationSettings + func (o *MigrationSettings) GetBatchSize() int32 + func (o *MigrationSettings) GetBatchSizeOk() (*int32, bool) + func (o *MigrationSettings) GetMaxConcurrentMailboxes() int32 + func (o *MigrationSettings) GetMaxConcurrentMailboxesOk() (*int32, bool) + func (o *MigrationSettings) GetMaxConcurrentMessages() int32 + func (o *MigrationSettings) GetMaxConcurrentMessagesOk() (*int32, bool) + func (o *MigrationSettings) GetSkipFolders() []string + func (o *MigrationSettings) GetSkipFoldersOk() ([]string, bool) + func (o *MigrationSettings) GetSourceRateLimit() int32 + func (o *MigrationSettings) GetSourceRateLimitOk() (*int32, bool) + func (o *MigrationSettings) HasBatchSize() bool + func (o *MigrationSettings) HasMaxConcurrentMailboxes() bool + func (o *MigrationSettings) HasMaxConcurrentMessages() bool + func (o *MigrationSettings) HasSkipFolders() bool + func (o *MigrationSettings) HasSourceRateLimit() bool + func (o *MigrationSettings) SetBatchSize(v int32) + func (o *MigrationSettings) SetMaxConcurrentMailboxes(v int32) + func (o *MigrationSettings) SetMaxConcurrentMessages(v int32) + func (o *MigrationSettings) SetSkipFolders(v []string) + func (o *MigrationSettings) SetSourceRateLimit(v int32) + func (o MigrationSettings) MarshalJSON() ([]byte, error) + func (o MigrationSettings) ToMap() (map[string]interface{}, error) + type MigrationsAPIService service + func (a *MigrationsAPIService) CancelMigration(ctx context.Context, id string) ApiCancelMigrationRequest + func (a *MigrationsAPIService) CancelMigrationExecute(r ApiCancelMigrationRequest) (*DiscoverMigration202Response, *http.Response, error) + func (a *MigrationsAPIService) CheckMigrationDNS(ctx context.Context, id string) ApiCheckMigrationDNSRequest + func (a *MigrationsAPIService) CheckMigrationDNSExecute(r ApiCheckMigrationDNSRequest) (map[string]interface{}, *http.Response, error) + func (a *MigrationsAPIService) CreateMigration(ctx context.Context) ApiCreateMigrationRequest + func (a *MigrationsAPIService) CreateMigrationCredential(ctx context.Context) ApiCreateMigrationCredentialRequest + func (a *MigrationsAPIService) CreateMigrationCredentialExecute(r ApiCreateMigrationCredentialRequest) (*MigrationCredential, *http.Response, error) + func (a *MigrationsAPIService) CreateMigrationExecute(r ApiCreateMigrationRequest) (*Migration, *http.Response, error) + func (a *MigrationsAPIService) DeleteMigration(ctx context.Context, id string) ApiDeleteMigrationRequest + func (a *MigrationsAPIService) DeleteMigrationCredential(ctx context.Context, id string) ApiDeleteMigrationCredentialRequest + func (a *MigrationsAPIService) DeleteMigrationCredentialExecute(r ApiDeleteMigrationCredentialRequest) (*http.Response, error) + func (a *MigrationsAPIService) DeleteMigrationExecute(r ApiDeleteMigrationRequest) (*http.Response, error) + func (a *MigrationsAPIService) DeltaSyncMigration(ctx context.Context, id string) ApiDeltaSyncMigrationRequest + func (a *MigrationsAPIService) DeltaSyncMigrationExecute(r ApiDeltaSyncMigrationRequest) (*StartMigration202Response, *http.Response, error) + func (a *MigrationsAPIService) DiscoverMigration(ctx context.Context, id string) ApiDiscoverMigrationRequest + func (a *MigrationsAPIService) DiscoverMigrationExecute(r ApiDiscoverMigrationRequest) (*DiscoverMigration202Response, *http.Response, error) + func (a *MigrationsAPIService) FinalSyncMigration(ctx context.Context, id string) ApiFinalSyncMigrationRequest + func (a *MigrationsAPIService) FinalSyncMigrationExecute(r ApiFinalSyncMigrationRequest) (*StartMigration202Response, *http.Response, error) + func (a *MigrationsAPIService) GetMigration(ctx context.Context, id string) ApiGetMigrationRequest + func (a *MigrationsAPIService) GetMigrationExecute(r ApiGetMigrationRequest) (*Migration, *http.Response, error) + func (a *MigrationsAPIService) GetMigrationProgress(ctx context.Context, id string) ApiGetMigrationProgressRequest + func (a *MigrationsAPIService) GetMigrationProgressExecute(r ApiGetMigrationProgressRequest) (*MigrationProgress, *http.Response, error) + func (a *MigrationsAPIService) ListMigrationCredentials(ctx context.Context) ApiListMigrationCredentialsRequest + func (a *MigrationsAPIService) ListMigrationCredentialsExecute(r ApiListMigrationCredentialsRequest) (*ListMigrationCredentials200Response, *http.Response, error) + func (a *MigrationsAPIService) ListMigrationEvents(ctx context.Context, id string) ApiListMigrationEventsRequest + func (a *MigrationsAPIService) ListMigrationEventsExecute(r ApiListMigrationEventsRequest) (*ListMigrationEvents200Response, *http.Response, error) + func (a *MigrationsAPIService) ListMigrationMailboxes(ctx context.Context, id string) ApiListMigrationMailboxesRequest + func (a *MigrationsAPIService) ListMigrationMailboxesExecute(r ApiListMigrationMailboxesRequest) (*ListMigrationMailboxes200Response, *http.Response, error) + func (a *MigrationsAPIService) ListMigrations(ctx context.Context) ApiListMigrationsRequest + func (a *MigrationsAPIService) ListMigrationsExecute(r ApiListMigrationsRequest) (*ListMigrations200Response, *http.Response, error) + func (a *MigrationsAPIService) MapMigration(ctx context.Context, id string) ApiMapMigrationRequest + func (a *MigrationsAPIService) MapMigrationExecute(r ApiMapMigrationRequest) (*DiscoverMigration202Response, *http.Response, error) + func (a *MigrationsAPIService) RetryMigration(ctx context.Context, id string) ApiRetryMigrationRequest + func (a *MigrationsAPIService) RetryMigrationExecute(r ApiRetryMigrationRequest) (*DiscoverMigration202Response, *http.Response, error) + func (a *MigrationsAPIService) StartMigration(ctx context.Context, id string) ApiStartMigrationRequest + func (a *MigrationsAPIService) StartMigrationExecute(r ApiStartMigrationRequest) (*StartMigration202Response, *http.Response, error) + func (a *MigrationsAPIService) UpdateMigration(ctx context.Context, id string) ApiUpdateMigrationRequest + func (a *MigrationsAPIService) UpdateMigrationExecute(r ApiUpdateMigrationRequest) (*Migration, *http.Response, error) + func (a *MigrationsAPIService) UpdateMigrationMailbox(ctx context.Context, id string, mbxId string) ApiUpdateMigrationMailboxRequest + func (a *MigrationsAPIService) UpdateMigrationMailboxExecute(r ApiUpdateMigrationMailboxRequest) (*http.Response, error) + func (a *MigrationsAPIService) ValidateMigration(ctx context.Context, id string) ApiValidateMigrationRequest + func (a *MigrationsAPIService) ValidateMigrationExecute(r ApiValidateMigrationRequest) (*StartMigration202Response, *http.Response, error) + type NullableActivateAddOn200Response struct + func NewNullableActivateAddOn200Response(val *ActivateAddOn200Response) *NullableActivateAddOn200Response + func (v *NullableActivateAddOn200Response) Set(val *ActivateAddOn200Response) + func (v *NullableActivateAddOn200Response) UnmarshalJSON(src []byte) error + func (v *NullableActivateAddOn200Response) Unset() + func (v NullableActivateAddOn200Response) Get() *ActivateAddOn200Response + func (v NullableActivateAddOn200Response) IsSet() bool + func (v NullableActivateAddOn200Response) MarshalJSON() ([]byte, error) + type NullableAddCalendarMemberRequest struct + func NewNullableAddCalendarMemberRequest(val *AddCalendarMemberRequest) *NullableAddCalendarMemberRequest + func (v *NullableAddCalendarMemberRequest) Set(val *AddCalendarMemberRequest) + func (v *NullableAddCalendarMemberRequest) UnmarshalJSON(src []byte) error + func (v *NullableAddCalendarMemberRequest) Unset() + func (v NullableAddCalendarMemberRequest) Get() *AddCalendarMemberRequest + func (v NullableAddCalendarMemberRequest) IsSet() bool + func (v NullableAddCalendarMemberRequest) MarshalJSON() ([]byte, error) + type NullableAddContactListMemberRequest struct + func NewNullableAddContactListMemberRequest(val *AddContactListMemberRequest) *NullableAddContactListMemberRequest + func (v *NullableAddContactListMemberRequest) Set(val *AddContactListMemberRequest) + func (v *NullableAddContactListMemberRequest) UnmarshalJSON(src []byte) error + func (v *NullableAddContactListMemberRequest) Unset() + func (v NullableAddContactListMemberRequest) Get() *AddContactListMemberRequest + func (v NullableAddContactListMemberRequest) IsSet() bool + func (v NullableAddContactListMemberRequest) MarshalJSON() ([]byte, error) + type NullableAddOn struct + func NewNullableAddOn(val *AddOn) *NullableAddOn + func (v *NullableAddOn) Set(val *AddOn) + func (v *NullableAddOn) UnmarshalJSON(src []byte) error + func (v *NullableAddOn) Unset() + func (v NullableAddOn) Get() *AddOn + func (v NullableAddOn) IsSet() bool + func (v NullableAddOn) MarshalJSON() ([]byte, error) + type NullableAddSharedMemberRequest struct + func NewNullableAddSharedMemberRequest(val *AddSharedMemberRequest) *NullableAddSharedMemberRequest + func (v *NullableAddSharedMemberRequest) Set(val *AddSharedMemberRequest) + func (v *NullableAddSharedMemberRequest) UnmarshalJSON(src []byte) error + func (v *NullableAddSharedMemberRequest) Unset() + func (v NullableAddSharedMemberRequest) Get() *AddSharedMemberRequest + func (v NullableAddSharedMemberRequest) IsSet() bool + func (v NullableAddSharedMemberRequest) MarshalJSON() ([]byte, error) + type NullableAdmin struct + func NewNullableAdmin(val *Admin) *NullableAdmin + func (v *NullableAdmin) Set(val *Admin) + func (v *NullableAdmin) UnmarshalJSON(src []byte) error + func (v *NullableAdmin) Unset() + func (v NullableAdmin) Get() *Admin + func (v NullableAdmin) IsSet() bool + func (v NullableAdmin) MarshalJSON() ([]byte, error) + type NullableAdminFull struct + func NewNullableAdminFull(val *AdminFull) *NullableAdminFull + func (v *NullableAdminFull) Set(val *AdminFull) + func (v *NullableAdminFull) UnmarshalJSON(src []byte) error + func (v *NullableAdminFull) Unset() + func (v NullableAdminFull) Get() *AdminFull + func (v NullableAdminFull) IsSet() bool + func (v NullableAdminFull) MarshalJSON() ([]byte, error) + type NullableAlias struct + func NewNullableAlias(val *Alias) *NullableAlias + func (v *NullableAlias) Set(val *Alias) + func (v *NullableAlias) UnmarshalJSON(src []byte) error + func (v *NullableAlias) Unset() + func (v NullableAlias) Get() *Alias + func (v NullableAlias) IsSet() bool + func (v NullableAlias) MarshalJSON() ([]byte, error) + type NullableApiKeyInfo struct + func NewNullableApiKeyInfo(val *ApiKeyInfo) *NullableApiKeyInfo + func (v *NullableApiKeyInfo) Set(val *ApiKeyInfo) + func (v *NullableApiKeyInfo) UnmarshalJSON(src []byte) error + func (v *NullableApiKeyInfo) Unset() + func (v NullableApiKeyInfo) Get() *ApiKeyInfo + func (v NullableApiKeyInfo) IsSet() bool + func (v NullableApiKeyInfo) MarshalJSON() ([]byte, error) + type NullableAuditEvent struct + func NewNullableAuditEvent(val *AuditEvent) *NullableAuditEvent + func (v *NullableAuditEvent) Set(val *AuditEvent) + func (v *NullableAuditEvent) UnmarshalJSON(src []byte) error + func (v *NullableAuditEvent) Unset() + func (v NullableAuditEvent) Get() *AuditEvent + func (v NullableAuditEvent) IsSet() bool + func (v NullableAuditEvent) MarshalJSON() ([]byte, error) + type NullableBatchLookupPublicKeys200Response struct + func NewNullableBatchLookupPublicKeys200Response(val *BatchLookupPublicKeys200Response) *NullableBatchLookupPublicKeys200Response + func (v *NullableBatchLookupPublicKeys200Response) Set(val *BatchLookupPublicKeys200Response) + func (v *NullableBatchLookupPublicKeys200Response) UnmarshalJSON(src []byte) error + func (v *NullableBatchLookupPublicKeys200Response) Unset() + func (v NullableBatchLookupPublicKeys200Response) Get() *BatchLookupPublicKeys200Response + func (v NullableBatchLookupPublicKeys200Response) IsSet() bool + func (v NullableBatchLookupPublicKeys200Response) MarshalJSON() ([]byte, error) + type NullableBatchLookupPublicKeys200ResponseDataInner struct + func NewNullableBatchLookupPublicKeys200ResponseDataInner(val *BatchLookupPublicKeys200ResponseDataInner) *NullableBatchLookupPublicKeys200ResponseDataInner + func (v *NullableBatchLookupPublicKeys200ResponseDataInner) Set(val *BatchLookupPublicKeys200ResponseDataInner) + func (v *NullableBatchLookupPublicKeys200ResponseDataInner) UnmarshalJSON(src []byte) error + func (v *NullableBatchLookupPublicKeys200ResponseDataInner) Unset() + func (v NullableBatchLookupPublicKeys200ResponseDataInner) Get() *BatchLookupPublicKeys200ResponseDataInner + func (v NullableBatchLookupPublicKeys200ResponseDataInner) IsSet() bool + func (v NullableBatchLookupPublicKeys200ResponseDataInner) MarshalJSON() ([]byte, error) + type NullableBatchResult struct + func NewNullableBatchResult(val *BatchResult) *NullableBatchResult + func (v *NullableBatchResult) Set(val *BatchResult) + func (v *NullableBatchResult) UnmarshalJSON(src []byte) error + func (v *NullableBatchResult) Unset() + func (v NullableBatchResult) Get() *BatchResult + func (v NullableBatchResult) IsSet() bool + func (v NullableBatchResult) MarshalJSON() ([]byte, error) + type NullableBillingStatus struct + func NewNullableBillingStatus(val *BillingStatus) *NullableBillingStatus + func (v *NullableBillingStatus) Set(val *BillingStatus) + func (v *NullableBillingStatus) UnmarshalJSON(src []byte) error + func (v *NullableBillingStatus) Unset() + func (v NullableBillingStatus) Get() *BillingStatus + func (v NullableBillingStatus) IsSet() bool + func (v NullableBillingStatus) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCalendar struct + func NewNullableCalendar(val *Calendar) *NullableCalendar + func (v *NullableCalendar) Set(val *Calendar) + func (v *NullableCalendar) UnmarshalJSON(src []byte) error + func (v *NullableCalendar) Unset() + func (v NullableCalendar) Get() *Calendar + func (v NullableCalendar) IsSet() bool + func (v NullableCalendar) MarshalJSON() ([]byte, error) + type NullableCalendarEvent struct + func NewNullableCalendarEvent(val *CalendarEvent) *NullableCalendarEvent + func (v *NullableCalendarEvent) Set(val *CalendarEvent) + func (v *NullableCalendarEvent) UnmarshalJSON(src []byte) error + func (v *NullableCalendarEvent) Unset() + func (v NullableCalendarEvent) Get() *CalendarEvent + func (v NullableCalendarEvent) IsSet() bool + func (v NullableCalendarEvent) MarshalJSON() ([]byte, error) + type NullableCalendarIntegration struct + func NewNullableCalendarIntegration(val *CalendarIntegration) *NullableCalendarIntegration + func (v *NullableCalendarIntegration) Set(val *CalendarIntegration) + func (v *NullableCalendarIntegration) UnmarshalJSON(src []byte) error + func (v *NullableCalendarIntegration) Unset() + func (v NullableCalendarIntegration) Get() *CalendarIntegration + func (v NullableCalendarIntegration) IsSet() bool + func (v NullableCalendarIntegration) MarshalJSON() ([]byte, error) + type NullableCalendarMember struct + func NewNullableCalendarMember(val *CalendarMember) *NullableCalendarMember + func (v *NullableCalendarMember) Set(val *CalendarMember) + func (v *NullableCalendarMember) UnmarshalJSON(src []byte) error + func (v *NullableCalendarMember) Unset() + func (v NullableCalendarMember) Get() *CalendarMember + func (v NullableCalendarMember) IsSet() bool + func (v NullableCalendarMember) MarshalJSON() ([]byte, error) + type NullableCalendarPolicies struct + func NewNullableCalendarPolicies(val *CalendarPolicies) *NullableCalendarPolicies + func (v *NullableCalendarPolicies) Set(val *CalendarPolicies) + func (v *NullableCalendarPolicies) UnmarshalJSON(src []byte) error + func (v *NullableCalendarPolicies) Unset() + func (v NullableCalendarPolicies) Get() *CalendarPolicies + func (v NullableCalendarPolicies) IsSet() bool + func (v NullableCalendarPolicies) MarshalJSON() ([]byte, error) + type NullableContact struct + func NewNullableContact(val *Contact) *NullableContact + func (v *NullableContact) Set(val *Contact) + func (v *NullableContact) UnmarshalJSON(src []byte) error + func (v *NullableContact) Unset() + func (v NullableContact) Get() *Contact + func (v NullableContact) IsSet() bool + func (v NullableContact) MarshalJSON() ([]byte, error) + type NullableContactList struct + func NewNullableContactList(val *ContactList) *NullableContactList + func (v *NullableContactList) Set(val *ContactList) + func (v *NullableContactList) UnmarshalJSON(src []byte) error + func (v *NullableContactList) Unset() + func (v NullableContactList) Get() *ContactList + func (v NullableContactList) IsSet() bool + func (v NullableContactList) MarshalJSON() ([]byte, error) + type NullableCreateBillingCheckout200Response struct + func NewNullableCreateBillingCheckout200Response(val *CreateBillingCheckout200Response) *NullableCreateBillingCheckout200Response + func (v *NullableCreateBillingCheckout200Response) Set(val *CreateBillingCheckout200Response) + func (v *NullableCreateBillingCheckout200Response) UnmarshalJSON(src []byte) error + func (v *NullableCreateBillingCheckout200Response) Unset() + func (v NullableCreateBillingCheckout200Response) Get() *CreateBillingCheckout200Response + func (v NullableCreateBillingCheckout200Response) IsSet() bool + func (v NullableCreateBillingCheckout200Response) MarshalJSON() ([]byte, error) + type NullableCreateBillingCheckoutRequest struct + func NewNullableCreateBillingCheckoutRequest(val *CreateBillingCheckoutRequest) *NullableCreateBillingCheckoutRequest + func (v *NullableCreateBillingCheckoutRequest) Set(val *CreateBillingCheckoutRequest) + func (v *NullableCreateBillingCheckoutRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateBillingCheckoutRequest) Unset() + func (v NullableCreateBillingCheckoutRequest) Get() *CreateBillingCheckoutRequest + func (v NullableCreateBillingCheckoutRequest) IsSet() bool + func (v NullableCreateBillingCheckoutRequest) MarshalJSON() ([]byte, error) + type NullableCreateCalendarEventRequest struct + func NewNullableCreateCalendarEventRequest(val *CreateCalendarEventRequest) *NullableCreateCalendarEventRequest + func (v *NullableCreateCalendarEventRequest) Set(val *CreateCalendarEventRequest) + func (v *NullableCreateCalendarEventRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateCalendarEventRequest) Unset() + func (v NullableCreateCalendarEventRequest) Get() *CreateCalendarEventRequest + func (v NullableCreateCalendarEventRequest) IsSet() bool + func (v NullableCreateCalendarEventRequest) MarshalJSON() ([]byte, error) + type NullableCreateCalendarIntegrationRequest struct + func NewNullableCreateCalendarIntegrationRequest(val *CreateCalendarIntegrationRequest) *NullableCreateCalendarIntegrationRequest + func (v *NullableCreateCalendarIntegrationRequest) Set(val *CreateCalendarIntegrationRequest) + func (v *NullableCreateCalendarIntegrationRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateCalendarIntegrationRequest) Unset() + func (v NullableCreateCalendarIntegrationRequest) Get() *CreateCalendarIntegrationRequest + func (v NullableCreateCalendarIntegrationRequest) IsSet() bool + func (v NullableCreateCalendarIntegrationRequest) MarshalJSON() ([]byte, error) + type NullableCreateCalendarRequest struct + func NewNullableCreateCalendarRequest(val *CreateCalendarRequest) *NullableCreateCalendarRequest + func (v *NullableCreateCalendarRequest) Set(val *CreateCalendarRequest) + func (v *NullableCreateCalendarRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateCalendarRequest) Unset() + func (v NullableCreateCalendarRequest) Get() *CreateCalendarRequest + func (v NullableCreateCalendarRequest) IsSet() bool + func (v NullableCreateCalendarRequest) MarshalJSON() ([]byte, error) + type NullableCreateContactListRequest struct + func NewNullableCreateContactListRequest(val *CreateContactListRequest) *NullableCreateContactListRequest + func (v *NullableCreateContactListRequest) Set(val *CreateContactListRequest) + func (v *NullableCreateContactListRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateContactListRequest) Unset() + func (v NullableCreateContactListRequest) Get() *CreateContactListRequest + func (v NullableCreateContactListRequest) IsSet() bool + func (v NullableCreateContactListRequest) MarshalJSON() ([]byte, error) + type NullableCreateContactRequest struct + func NewNullableCreateContactRequest(val *CreateContactRequest) *NullableCreateContactRequest + func (v *NullableCreateContactRequest) Set(val *CreateContactRequest) + func (v *NullableCreateContactRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateContactRequest) Unset() + func (v NullableCreateContactRequest) Get() *CreateContactRequest + func (v NullableCreateContactRequest) IsSet() bool + func (v NullableCreateContactRequest) MarshalJSON() ([]byte, error) + type NullableCreateDedicatedIPRequestRequest struct + func NewNullableCreateDedicatedIPRequestRequest(val *CreateDedicatedIPRequestRequest) *NullableCreateDedicatedIPRequestRequest + func (v *NullableCreateDedicatedIPRequestRequest) Set(val *CreateDedicatedIPRequestRequest) + func (v *NullableCreateDedicatedIPRequestRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateDedicatedIPRequestRequest) Unset() + func (v NullableCreateDedicatedIPRequestRequest) Get() *CreateDedicatedIPRequestRequest + func (v NullableCreateDedicatedIPRequestRequest) IsSet() bool + func (v NullableCreateDedicatedIPRequestRequest) MarshalJSON() ([]byte, error) + type NullableCreateDistributionListRequest struct + func NewNullableCreateDistributionListRequest(val *CreateDistributionListRequest) *NullableCreateDistributionListRequest + func (v *NullableCreateDistributionListRequest) Set(val *CreateDistributionListRequest) + func (v *NullableCreateDistributionListRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateDistributionListRequest) Unset() + func (v NullableCreateDistributionListRequest) Get() *CreateDistributionListRequest + func (v NullableCreateDistributionListRequest) IsSet() bool + func (v NullableCreateDistributionListRequest) MarshalJSON() ([]byte, error) + type NullableCreateEncryptionKey201Response struct + func NewNullableCreateEncryptionKey201Response(val *CreateEncryptionKey201Response) *NullableCreateEncryptionKey201Response + func (v *NullableCreateEncryptionKey201Response) Set(val *CreateEncryptionKey201Response) + func (v *NullableCreateEncryptionKey201Response) UnmarshalJSON(src []byte) error + func (v *NullableCreateEncryptionKey201Response) Unset() + func (v NullableCreateEncryptionKey201Response) Get() *CreateEncryptionKey201Response + func (v NullableCreateEncryptionKey201Response) IsSet() bool + func (v NullableCreateEncryptionKey201Response) MarshalJSON() ([]byte, error) + type NullableCreateEncryptionKeyRequest struct + func NewNullableCreateEncryptionKeyRequest(val *CreateEncryptionKeyRequest) *NullableCreateEncryptionKeyRequest + func (v *NullableCreateEncryptionKeyRequest) Set(val *CreateEncryptionKeyRequest) + func (v *NullableCreateEncryptionKeyRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateEncryptionKeyRequest) Unset() + func (v NullableCreateEncryptionKeyRequest) Get() *CreateEncryptionKeyRequest + func (v NullableCreateEncryptionKeyRequest) IsSet() bool + func (v NullableCreateEncryptionKeyRequest) MarshalJSON() ([]byte, error) + type NullableCreateEncryptionRecoveryRequest struct + func NewNullableCreateEncryptionRecoveryRequest(val *CreateEncryptionRecoveryRequest) *NullableCreateEncryptionRecoveryRequest + func (v *NullableCreateEncryptionRecoveryRequest) Set(val *CreateEncryptionRecoveryRequest) + func (v *NullableCreateEncryptionRecoveryRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateEncryptionRecoveryRequest) Unset() + func (v NullableCreateEncryptionRecoveryRequest) Get() *CreateEncryptionRecoveryRequest + func (v NullableCreateEncryptionRecoveryRequest) IsSet() bool + func (v NullableCreateEncryptionRecoveryRequest) MarshalJSON() ([]byte, error) + type NullableCreateMigrationCredentialRequest struct + func NewNullableCreateMigrationCredentialRequest(val *CreateMigrationCredentialRequest) *NullableCreateMigrationCredentialRequest + func (v *NullableCreateMigrationCredentialRequest) Set(val *CreateMigrationCredentialRequest) + func (v *NullableCreateMigrationCredentialRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateMigrationCredentialRequest) Unset() + func (v NullableCreateMigrationCredentialRequest) Get() *CreateMigrationCredentialRequest + func (v NullableCreateMigrationCredentialRequest) IsSet() bool + func (v NullableCreateMigrationCredentialRequest) MarshalJSON() ([]byte, error) + type NullableCreateMigrationCredentialRequestCredentials struct + func NewNullableCreateMigrationCredentialRequestCredentials(val *CreateMigrationCredentialRequestCredentials) *NullableCreateMigrationCredentialRequestCredentials + func (v *NullableCreateMigrationCredentialRequestCredentials) Set(val *CreateMigrationCredentialRequestCredentials) + func (v *NullableCreateMigrationCredentialRequestCredentials) UnmarshalJSON(src []byte) error + func (v *NullableCreateMigrationCredentialRequestCredentials) Unset() + func (v NullableCreateMigrationCredentialRequestCredentials) Get() *CreateMigrationCredentialRequestCredentials + func (v NullableCreateMigrationCredentialRequestCredentials) IsSet() bool + func (v NullableCreateMigrationCredentialRequestCredentials) MarshalJSON() ([]byte, error) + type NullableCreateMigrationRequest struct + func NewNullableCreateMigrationRequest(val *CreateMigrationRequest) *NullableCreateMigrationRequest + func (v *NullableCreateMigrationRequest) Set(val *CreateMigrationRequest) + func (v *NullableCreateMigrationRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateMigrationRequest) Unset() + func (v NullableCreateMigrationRequest) Get() *CreateMigrationRequest + func (v NullableCreateMigrationRequest) IsSet() bool + func (v NullableCreateMigrationRequest) MarshalJSON() ([]byte, error) + type NullableCreateResourceRequest struct + func NewNullableCreateResourceRequest(val *CreateResourceRequest) *NullableCreateResourceRequest + func (v *NullableCreateResourceRequest) Set(val *CreateResourceRequest) + func (v *NullableCreateResourceRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateResourceRequest) Unset() + func (v NullableCreateResourceRequest) Get() *CreateResourceRequest + func (v NullableCreateResourceRequest) IsSet() bool + func (v NullableCreateResourceRequest) MarshalJSON() ([]byte, error) + type NullableCreateUnitsCheckout200Response struct + func NewNullableCreateUnitsCheckout200Response(val *CreateUnitsCheckout200Response) *NullableCreateUnitsCheckout200Response + func (v *NullableCreateUnitsCheckout200Response) Set(val *CreateUnitsCheckout200Response) + func (v *NullableCreateUnitsCheckout200Response) UnmarshalJSON(src []byte) error + func (v *NullableCreateUnitsCheckout200Response) Unset() + func (v NullableCreateUnitsCheckout200Response) Get() *CreateUnitsCheckout200Response + func (v NullableCreateUnitsCheckout200Response) IsSet() bool + func (v NullableCreateUnitsCheckout200Response) MarshalJSON() ([]byte, error) + type NullableCreateUnitsCheckoutRequest struct + func NewNullableCreateUnitsCheckoutRequest(val *CreateUnitsCheckoutRequest) *NullableCreateUnitsCheckoutRequest + func (v *NullableCreateUnitsCheckoutRequest) Set(val *CreateUnitsCheckoutRequest) + func (v *NullableCreateUnitsCheckoutRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateUnitsCheckoutRequest) Unset() + func (v NullableCreateUnitsCheckoutRequest) Get() *CreateUnitsCheckoutRequest + func (v NullableCreateUnitsCheckoutRequest) IsSet() bool + func (v NullableCreateUnitsCheckoutRequest) MarshalJSON() ([]byte, error) + type NullableCreateUserRequest struct + func NewNullableCreateUserRequest(val *CreateUserRequest) *NullableCreateUserRequest + func (v *NullableCreateUserRequest) Set(val *CreateUserRequest) + func (v *NullableCreateUserRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateUserRequest) Unset() + func (v NullableCreateUserRequest) Get() *CreateUserRequest + func (v NullableCreateUserRequest) IsSet() bool + func (v NullableCreateUserRequest) MarshalJSON() ([]byte, error) + type NullableDNSRecord struct + func NewNullableDNSRecord(val *DNSRecord) *NullableDNSRecord + func (v *NullableDNSRecord) Set(val *DNSRecord) + func (v *NullableDNSRecord) UnmarshalJSON(src []byte) error + func (v *NullableDNSRecord) Unset() + func (v NullableDNSRecord) Get() *DNSRecord + func (v NullableDNSRecord) IsSet() bool + func (v NullableDNSRecord) MarshalJSON() ([]byte, error) + type NullableDedicatedIPRequest struct + func NewNullableDedicatedIPRequest(val *DedicatedIPRequest) *NullableDedicatedIPRequest + func (v *NullableDedicatedIPRequest) Set(val *DedicatedIPRequest) + func (v *NullableDedicatedIPRequest) UnmarshalJSON(src []byte) error + func (v *NullableDedicatedIPRequest) Unset() + func (v NullableDedicatedIPRequest) Get() *DedicatedIPRequest + func (v NullableDedicatedIPRequest) IsSet() bool + func (v NullableDedicatedIPRequest) MarshalJSON() ([]byte, error) + type NullableDirectoryPermissions struct + func NewNullableDirectoryPermissions(val *DirectoryPermissions) *NullableDirectoryPermissions + func (v *NullableDirectoryPermissions) Set(val *DirectoryPermissions) + func (v *NullableDirectoryPermissions) UnmarshalJSON(src []byte) error + func (v *NullableDirectoryPermissions) Unset() + func (v NullableDirectoryPermissions) Get() *DirectoryPermissions + func (v NullableDirectoryPermissions) IsSet() bool + func (v NullableDirectoryPermissions) MarshalJSON() ([]byte, error) + type NullableDiscoverMigration202Response struct + func NewNullableDiscoverMigration202Response(val *DiscoverMigration202Response) *NullableDiscoverMigration202Response + func (v *NullableDiscoverMigration202Response) Set(val *DiscoverMigration202Response) + func (v *NullableDiscoverMigration202Response) UnmarshalJSON(src []byte) error + func (v *NullableDiscoverMigration202Response) Unset() + func (v NullableDiscoverMigration202Response) Get() *DiscoverMigration202Response + func (v NullableDiscoverMigration202Response) IsSet() bool + func (v NullableDiscoverMigration202Response) MarshalJSON() ([]byte, error) + type NullableDistributionListDetail struct + func NewNullableDistributionListDetail(val *DistributionListDetail) *NullableDistributionListDetail + func (v *NullableDistributionListDetail) Set(val *DistributionListDetail) + func (v *NullableDistributionListDetail) UnmarshalJSON(src []byte) error + func (v *NullableDistributionListDetail) Unset() + func (v NullableDistributionListDetail) Get() *DistributionListDetail + func (v NullableDistributionListDetail) IsSet() bool + func (v NullableDistributionListDetail) MarshalJSON() ([]byte, error) + type NullableDistributionListSummary struct + func NewNullableDistributionListSummary(val *DistributionListSummary) *NullableDistributionListSummary + func (v *NullableDistributionListSummary) Set(val *DistributionListSummary) + func (v *NullableDistributionListSummary) UnmarshalJSON(src []byte) error + func (v *NullableDistributionListSummary) Unset() + func (v NullableDistributionListSummary) Get() *DistributionListSummary + func (v NullableDistributionListSummary) IsSet() bool + func (v NullableDistributionListSummary) MarshalJSON() ([]byte, error) + type NullableDomain struct + func NewNullableDomain(val *Domain) *NullableDomain + func (v *NullableDomain) Set(val *Domain) + func (v *NullableDomain) UnmarshalJSON(src []byte) error + func (v *NullableDomain) Unset() + func (v NullableDomain) Get() *Domain + func (v NullableDomain) IsSet() bool + func (v NullableDomain) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGALSettings struct + func NewNullableGALSettings(val *GALSettings) *NullableGALSettings + func (v *NullableGALSettings) Set(val *GALSettings) + func (v *NullableGALSettings) UnmarshalJSON(src []byte) error + func (v *NullableGALSettings) Unset() + func (v NullableGALSettings) Get() *GALSettings + func (v NullableGALSettings) IsSet() bool + func (v NullableGALSettings) MarshalJSON() ([]byte, error) + type NullableGetAddOnStatus200Response struct + func NewNullableGetAddOnStatus200Response(val *GetAddOnStatus200Response) *NullableGetAddOnStatus200Response + func (v *NullableGetAddOnStatus200Response) Set(val *GetAddOnStatus200Response) + func (v *NullableGetAddOnStatus200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetAddOnStatus200Response) Unset() + func (v NullableGetAddOnStatus200Response) Get() *GetAddOnStatus200Response + func (v NullableGetAddOnStatus200Response) IsSet() bool + func (v NullableGetAddOnStatus200Response) MarshalJSON() ([]byte, error) + type NullableGetAuditSummary200Response struct + func NewNullableGetAuditSummary200Response(val *GetAuditSummary200Response) *NullableGetAuditSummary200Response + func (v *NullableGetAuditSummary200Response) Set(val *GetAuditSummary200Response) + func (v *NullableGetAuditSummary200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetAuditSummary200Response) Unset() + func (v NullableGetAuditSummary200Response) Get() *GetAuditSummary200Response + func (v NullableGetAuditSummary200Response) IsSet() bool + func (v NullableGetAuditSummary200Response) MarshalJSON() ([]byte, error) + type NullableGetCalendarSecurity200Response struct + func NewNullableGetCalendarSecurity200Response(val *GetCalendarSecurity200Response) *NullableGetCalendarSecurity200Response + func (v *NullableGetCalendarSecurity200Response) Set(val *GetCalendarSecurity200Response) + func (v *NullableGetCalendarSecurity200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetCalendarSecurity200Response) Unset() + func (v NullableGetCalendarSecurity200Response) Get() *GetCalendarSecurity200Response + func (v NullableGetCalendarSecurity200Response) IsSet() bool + func (v NullableGetCalendarSecurity200Response) MarshalJSON() ([]byte, error) + type NullableGetCalendarSecurity200ResponseAlertsInner struct + func NewNullableGetCalendarSecurity200ResponseAlertsInner(val *GetCalendarSecurity200ResponseAlertsInner) *NullableGetCalendarSecurity200ResponseAlertsInner + func (v *NullableGetCalendarSecurity200ResponseAlertsInner) Set(val *GetCalendarSecurity200ResponseAlertsInner) + func (v *NullableGetCalendarSecurity200ResponseAlertsInner) UnmarshalJSON(src []byte) error + func (v *NullableGetCalendarSecurity200ResponseAlertsInner) Unset() + func (v NullableGetCalendarSecurity200ResponseAlertsInner) Get() *GetCalendarSecurity200ResponseAlertsInner + func (v NullableGetCalendarSecurity200ResponseAlertsInner) IsSet() bool + func (v NullableGetCalendarSecurity200ResponseAlertsInner) MarshalJSON() ([]byte, error) + type NullableGetCalendarSecurity200ResponseDelegatedAccessInner struct + func NewNullableGetCalendarSecurity200ResponseDelegatedAccessInner(val *GetCalendarSecurity200ResponseDelegatedAccessInner) *NullableGetCalendarSecurity200ResponseDelegatedAccessInner + func (v *NullableGetCalendarSecurity200ResponseDelegatedAccessInner) Set(val *GetCalendarSecurity200ResponseDelegatedAccessInner) + func (v *NullableGetCalendarSecurity200ResponseDelegatedAccessInner) UnmarshalJSON(src []byte) error + func (v *NullableGetCalendarSecurity200ResponseDelegatedAccessInner) Unset() + func (v NullableGetCalendarSecurity200ResponseDelegatedAccessInner) Get() *GetCalendarSecurity200ResponseDelegatedAccessInner + func (v NullableGetCalendarSecurity200ResponseDelegatedAccessInner) IsSet() bool + func (v NullableGetCalendarSecurity200ResponseDelegatedAccessInner) MarshalJSON() ([]byte, error) + type NullableGetCalendarSecurity200ResponseExternalSharing struct + func NewNullableGetCalendarSecurity200ResponseExternalSharing(val *GetCalendarSecurity200ResponseExternalSharing) *NullableGetCalendarSecurity200ResponseExternalSharing + func (v *NullableGetCalendarSecurity200ResponseExternalSharing) Set(val *GetCalendarSecurity200ResponseExternalSharing) + func (v *NullableGetCalendarSecurity200ResponseExternalSharing) UnmarshalJSON(src []byte) error + func (v *NullableGetCalendarSecurity200ResponseExternalSharing) Unset() + func (v NullableGetCalendarSecurity200ResponseExternalSharing) Get() *GetCalendarSecurity200ResponseExternalSharing + func (v NullableGetCalendarSecurity200ResponseExternalSharing) IsSet() bool + func (v NullableGetCalendarSecurity200ResponseExternalSharing) MarshalJSON() ([]byte, error) + type NullableGetCalendarSecurity200ResponsePublicCalendarListInner struct + func NewNullableGetCalendarSecurity200ResponsePublicCalendarListInner(val *GetCalendarSecurity200ResponsePublicCalendarListInner) *NullableGetCalendarSecurity200ResponsePublicCalendarListInner + func (v *NullableGetCalendarSecurity200ResponsePublicCalendarListInner) Set(val *GetCalendarSecurity200ResponsePublicCalendarListInner) + func (v *NullableGetCalendarSecurity200ResponsePublicCalendarListInner) UnmarshalJSON(src []byte) error + func (v *NullableGetCalendarSecurity200ResponsePublicCalendarListInner) Unset() + func (v NullableGetCalendarSecurity200ResponsePublicCalendarListInner) Get() *GetCalendarSecurity200ResponsePublicCalendarListInner + func (v NullableGetCalendarSecurity200ResponsePublicCalendarListInner) IsSet() bool + func (v NullableGetCalendarSecurity200ResponsePublicCalendarListInner) MarshalJSON() ([]byte, error) + type NullableGetContactList200Response struct + func NewNullableGetContactList200Response(val *GetContactList200Response) *NullableGetContactList200Response + func (v *NullableGetContactList200Response) Set(val *GetContactList200Response) + func (v *NullableGetContactList200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetContactList200Response) Unset() + func (v NullableGetContactList200Response) Get() *GetContactList200Response + func (v NullableGetContactList200Response) IsSet() bool + func (v NullableGetContactList200Response) MarshalJSON() ([]byte, error) + type NullableGetContactList200ResponseMembersInner struct + func NewNullableGetContactList200ResponseMembersInner(val *GetContactList200ResponseMembersInner) *NullableGetContactList200ResponseMembersInner + func (v *NullableGetContactList200ResponseMembersInner) Set(val *GetContactList200ResponseMembersInner) + func (v *NullableGetContactList200ResponseMembersInner) UnmarshalJSON(src []byte) error + func (v *NullableGetContactList200ResponseMembersInner) Unset() + func (v NullableGetContactList200ResponseMembersInner) Get() *GetContactList200ResponseMembersInner + func (v NullableGetContactList200ResponseMembersInner) IsSet() bool + func (v NullableGetContactList200ResponseMembersInner) MarshalJSON() ([]byte, error) + type NullableGetContactLists200Response struct + func NewNullableGetContactLists200Response(val *GetContactLists200Response) *NullableGetContactLists200Response + func (v *NullableGetContactLists200Response) Set(val *GetContactLists200Response) + func (v *NullableGetContactLists200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetContactLists200Response) Unset() + func (v NullableGetContactLists200Response) Get() *GetContactLists200Response + func (v NullableGetContactLists200Response) IsSet() bool + func (v NullableGetContactLists200Response) MarshalJSON() ([]byte, error) + type NullableGetContactLists200ResponseDataInner struct + func NewNullableGetContactLists200ResponseDataInner(val *GetContactLists200ResponseDataInner) *NullableGetContactLists200ResponseDataInner + func (v *NullableGetContactLists200ResponseDataInner) Set(val *GetContactLists200ResponseDataInner) + func (v *NullableGetContactLists200ResponseDataInner) UnmarshalJSON(src []byte) error + func (v *NullableGetContactLists200ResponseDataInner) Unset() + func (v NullableGetContactLists200ResponseDataInner) Get() *GetContactLists200ResponseDataInner + func (v NullableGetContactLists200ResponseDataInner) IsSet() bool + func (v NullableGetContactLists200ResponseDataInner) MarshalJSON() ([]byte, error) + type NullableGetDirectoryActivity200Response struct + func NewNullableGetDirectoryActivity200Response(val *GetDirectoryActivity200Response) *NullableGetDirectoryActivity200Response + func (v *NullableGetDirectoryActivity200Response) Set(val *GetDirectoryActivity200Response) + func (v *NullableGetDirectoryActivity200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetDirectoryActivity200Response) Unset() + func (v NullableGetDirectoryActivity200Response) Get() *GetDirectoryActivity200Response + func (v NullableGetDirectoryActivity200Response) IsSet() bool + func (v NullableGetDirectoryActivity200Response) MarshalJSON() ([]byte, error) + type NullableGetDirectoryActivity200ResponseDataInner struct + func NewNullableGetDirectoryActivity200ResponseDataInner(val *GetDirectoryActivity200ResponseDataInner) *NullableGetDirectoryActivity200ResponseDataInner + func (v *NullableGetDirectoryActivity200ResponseDataInner) Set(val *GetDirectoryActivity200ResponseDataInner) + func (v *NullableGetDirectoryActivity200ResponseDataInner) UnmarshalJSON(src []byte) error + func (v *NullableGetDirectoryActivity200ResponseDataInner) Unset() + func (v NullableGetDirectoryActivity200ResponseDataInner) Get() *GetDirectoryActivity200ResponseDataInner + func (v NullableGetDirectoryActivity200ResponseDataInner) IsSet() bool + func (v NullableGetDirectoryActivity200ResponseDataInner) MarshalJSON() ([]byte, error) + type NullableGetDirectoryStats200Response struct + func NewNullableGetDirectoryStats200Response(val *GetDirectoryStats200Response) *NullableGetDirectoryStats200Response + func (v *NullableGetDirectoryStats200Response) Set(val *GetDirectoryStats200Response) + func (v *NullableGetDirectoryStats200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetDirectoryStats200Response) Unset() + func (v NullableGetDirectoryStats200Response) Get() *GetDirectoryStats200Response + func (v NullableGetDirectoryStats200Response) IsSet() bool + func (v NullableGetDirectoryStats200Response) MarshalJSON() ([]byte, error) + type NullableGetDomainsStatus200Response struct + func NewNullableGetDomainsStatus200Response(val *GetDomainsStatus200Response) *NullableGetDomainsStatus200Response + func (v *NullableGetDomainsStatus200Response) Set(val *GetDomainsStatus200Response) + func (v *NullableGetDomainsStatus200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetDomainsStatus200Response) Unset() + func (v NullableGetDomainsStatus200Response) Get() *GetDomainsStatus200Response + func (v NullableGetDomainsStatus200Response) IsSet() bool + func (v NullableGetDomainsStatus200Response) MarshalJSON() ([]byte, error) + type NullableGetDomainsStatus200ResponseDomainsInner struct + func NewNullableGetDomainsStatus200ResponseDomainsInner(val *GetDomainsStatus200ResponseDomainsInner) *NullableGetDomainsStatus200ResponseDomainsInner + func (v *NullableGetDomainsStatus200ResponseDomainsInner) Set(val *GetDomainsStatus200ResponseDomainsInner) + func (v *NullableGetDomainsStatus200ResponseDomainsInner) UnmarshalJSON(src []byte) error + func (v *NullableGetDomainsStatus200ResponseDomainsInner) Unset() + func (v NullableGetDomainsStatus200ResponseDomainsInner) Get() *GetDomainsStatus200ResponseDomainsInner + func (v NullableGetDomainsStatus200ResponseDomainsInner) IsSet() bool + func (v NullableGetDomainsStatus200ResponseDomainsInner) MarshalJSON() ([]byte, error) + type NullableGetDomainsStatus200ResponseDomainsInnerChecksInner struct + func NewNullableGetDomainsStatus200ResponseDomainsInnerChecksInner(val *GetDomainsStatus200ResponseDomainsInnerChecksInner) *NullableGetDomainsStatus200ResponseDomainsInnerChecksInner + func (v *NullableGetDomainsStatus200ResponseDomainsInnerChecksInner) Set(val *GetDomainsStatus200ResponseDomainsInnerChecksInner) + func (v *NullableGetDomainsStatus200ResponseDomainsInnerChecksInner) UnmarshalJSON(src []byte) error + func (v *NullableGetDomainsStatus200ResponseDomainsInnerChecksInner) Unset() + func (v NullableGetDomainsStatus200ResponseDomainsInnerChecksInner) Get() *GetDomainsStatus200ResponseDomainsInnerChecksInner + func (v NullableGetDomainsStatus200ResponseDomainsInnerChecksInner) IsSet() bool + func (v NullableGetDomainsStatus200ResponseDomainsInnerChecksInner) MarshalJSON() ([]byte, error) + type NullableGetEncryptionKey200Response struct + func NewNullableGetEncryptionKey200Response(val *GetEncryptionKey200Response) *NullableGetEncryptionKey200Response + func (v *NullableGetEncryptionKey200Response) Set(val *GetEncryptionKey200Response) + func (v *NullableGetEncryptionKey200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetEncryptionKey200Response) Unset() + func (v NullableGetEncryptionKey200Response) Get() *GetEncryptionKey200Response + func (v NullableGetEncryptionKey200Response) IsSet() bool + func (v NullableGetEncryptionKey200Response) MarshalJSON() ([]byte, error) + type NullableGetIPAssignment200Response struct + func NewNullableGetIPAssignment200Response(val *GetIPAssignment200Response) *NullableGetIPAssignment200Response + func (v *NullableGetIPAssignment200Response) Set(val *GetIPAssignment200Response) + func (v *NullableGetIPAssignment200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetIPAssignment200Response) Unset() + func (v NullableGetIPAssignment200Response) Get() *GetIPAssignment200Response + func (v NullableGetIPAssignment200Response) IsSet() bool + func (v NullableGetIPAssignment200Response) MarshalJSON() ([]byte, error) + type NullableGetIntegrationsSummary200Response struct + func NewNullableGetIntegrationsSummary200Response(val *GetIntegrationsSummary200Response) *NullableGetIntegrationsSummary200Response + func (v *NullableGetIntegrationsSummary200Response) Set(val *GetIntegrationsSummary200Response) + func (v *NullableGetIntegrationsSummary200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetIntegrationsSummary200Response) Unset() + func (v NullableGetIntegrationsSummary200Response) Get() *GetIntegrationsSummary200Response + func (v NullableGetIntegrationsSummary200Response) IsSet() bool + func (v NullableGetIntegrationsSummary200Response) MarshalJSON() ([]byte, error) + type NullableGetIntegrationsSummary200ResponseApiKeysInner struct + func NewNullableGetIntegrationsSummary200ResponseApiKeysInner(val *GetIntegrationsSummary200ResponseApiKeysInner) *NullableGetIntegrationsSummary200ResponseApiKeysInner + func (v *NullableGetIntegrationsSummary200ResponseApiKeysInner) Set(val *GetIntegrationsSummary200ResponseApiKeysInner) + func (v *NullableGetIntegrationsSummary200ResponseApiKeysInner) UnmarshalJSON(src []byte) error + func (v *NullableGetIntegrationsSummary200ResponseApiKeysInner) Unset() + func (v NullableGetIntegrationsSummary200ResponseApiKeysInner) Get() *GetIntegrationsSummary200ResponseApiKeysInner + func (v NullableGetIntegrationsSummary200ResponseApiKeysInner) IsSet() bool + func (v NullableGetIntegrationsSummary200ResponseApiKeysInner) MarshalJSON() ([]byte, error) + type NullableGetIntegrationsSummary200ResponseWebhooksInner struct + func NewNullableGetIntegrationsSummary200ResponseWebhooksInner(val *GetIntegrationsSummary200ResponseWebhooksInner) *NullableGetIntegrationsSummary200ResponseWebhooksInner + func (v *NullableGetIntegrationsSummary200ResponseWebhooksInner) Set(val *GetIntegrationsSummary200ResponseWebhooksInner) + func (v *NullableGetIntegrationsSummary200ResponseWebhooksInner) UnmarshalJSON(src []byte) error + func (v *NullableGetIntegrationsSummary200ResponseWebhooksInner) Unset() + func (v NullableGetIntegrationsSummary200ResponseWebhooksInner) Get() *GetIntegrationsSummary200ResponseWebhooksInner + func (v NullableGetIntegrationsSummary200ResponseWebhooksInner) IsSet() bool + func (v NullableGetIntegrationsSummary200ResponseWebhooksInner) MarshalJSON() ([]byte, error) + type NullableGetSecurity200Response struct + func NewNullableGetSecurity200Response(val *GetSecurity200Response) *NullableGetSecurity200Response + func (v *NullableGetSecurity200Response) Set(val *GetSecurity200Response) + func (v *NullableGetSecurity200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetSecurity200Response) Unset() + func (v NullableGetSecurity200Response) Get() *GetSecurity200Response + func (v NullableGetSecurity200Response) IsSet() bool + func (v NullableGetSecurity200Response) MarshalJSON() ([]byte, error) + type NullableGetSecurity200ResponseAlertsInner struct + func NewNullableGetSecurity200ResponseAlertsInner(val *GetSecurity200ResponseAlertsInner) *NullableGetSecurity200ResponseAlertsInner + func (v *NullableGetSecurity200ResponseAlertsInner) Set(val *GetSecurity200ResponseAlertsInner) + func (v *NullableGetSecurity200ResponseAlertsInner) UnmarshalJSON(src []byte) error + func (v *NullableGetSecurity200ResponseAlertsInner) Unset() + func (v NullableGetSecurity200ResponseAlertsInner) Get() *GetSecurity200ResponseAlertsInner + func (v NullableGetSecurity200ResponseAlertsInner) IsSet() bool + func (v NullableGetSecurity200ResponseAlertsInner) MarshalJSON() ([]byte, error) + type NullableGetSecurity200ResponseStatsInner struct + func NewNullableGetSecurity200ResponseStatsInner(val *GetSecurity200ResponseStatsInner) *NullableGetSecurity200ResponseStatsInner + func (v *NullableGetSecurity200ResponseStatsInner) Set(val *GetSecurity200ResponseStatsInner) + func (v *NullableGetSecurity200ResponseStatsInner) UnmarshalJSON(src []byte) error + func (v *NullableGetSecurity200ResponseStatsInner) Unset() + func (v NullableGetSecurity200ResponseStatsInner) Get() *GetSecurity200ResponseStatsInner + func (v NullableGetSecurity200ResponseStatsInner) IsSet() bool + func (v NullableGetSecurity200ResponseStatsInner) MarshalJSON() ([]byte, error) + type NullableGetStorage200Response struct + func NewNullableGetStorage200Response(val *GetStorage200Response) *NullableGetStorage200Response + func (v *NullableGetStorage200Response) Set(val *GetStorage200Response) + func (v *NullableGetStorage200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetStorage200Response) Unset() + func (v NullableGetStorage200Response) Get() *GetStorage200Response + func (v NullableGetStorage200Response) IsSet() bool + func (v NullableGetStorage200Response) MarshalJSON() ([]byte, error) + type NullableGetStorage200ResponseTopMailboxesInner struct + func NewNullableGetStorage200ResponseTopMailboxesInner(val *GetStorage200ResponseTopMailboxesInner) *NullableGetStorage200ResponseTopMailboxesInner + func (v *NullableGetStorage200ResponseTopMailboxesInner) Set(val *GetStorage200ResponseTopMailboxesInner) + func (v *NullableGetStorage200ResponseTopMailboxesInner) UnmarshalJSON(src []byte) error + func (v *NullableGetStorage200ResponseTopMailboxesInner) Unset() + func (v NullableGetStorage200ResponseTopMailboxesInner) Get() *GetStorage200ResponseTopMailboxesInner + func (v NullableGetStorage200ResponseTopMailboxesInner) IsSet() bool + func (v NullableGetStorage200ResponseTopMailboxesInner) MarshalJSON() ([]byte, error) + type NullableGetStorage200ResponseTopMessagesInner struct + func NewNullableGetStorage200ResponseTopMessagesInner(val *GetStorage200ResponseTopMessagesInner) *NullableGetStorage200ResponseTopMessagesInner + func (v *NullableGetStorage200ResponseTopMessagesInner) Set(val *GetStorage200ResponseTopMessagesInner) + func (v *NullableGetStorage200ResponseTopMessagesInner) UnmarshalJSON(src []byte) error + func (v *NullableGetStorage200ResponseTopMessagesInner) Unset() + func (v NullableGetStorage200ResponseTopMessagesInner) Get() *GetStorage200ResponseTopMessagesInner + func (v NullableGetStorage200ResponseTopMessagesInner) IsSet() bool + func (v NullableGetStorage200ResponseTopMessagesInner) MarshalJSON() ([]byte, error) + type NullableGetUserInsights200Response struct + func NewNullableGetUserInsights200Response(val *GetUserInsights200Response) *NullableGetUserInsights200Response + func (v *NullableGetUserInsights200Response) Set(val *GetUserInsights200Response) + func (v *NullableGetUserInsights200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetUserInsights200Response) Unset() + func (v NullableGetUserInsights200Response) Get() *GetUserInsights200Response + func (v NullableGetUserInsights200Response) IsSet() bool + func (v NullableGetUserInsights200Response) MarshalJSON() ([]byte, error) + type NullableHealthzGet200Response struct + func NewNullableHealthzGet200Response(val *HealthzGet200Response) *NullableHealthzGet200Response + func (v *NullableHealthzGet200Response) Set(val *HealthzGet200Response) + func (v *NullableHealthzGet200Response) UnmarshalJSON(src []byte) error + func (v *NullableHealthzGet200Response) Unset() + func (v NullableHealthzGet200Response) Get() *HealthzGet200Response + func (v NullableHealthzGet200Response) IsSet() bool + func (v NullableHealthzGet200Response) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableListAddOns200Response struct + func NewNullableListAddOns200Response(val *ListAddOns200Response) *NullableListAddOns200Response + func (v *NullableListAddOns200Response) Set(val *ListAddOns200Response) + func (v *NullableListAddOns200Response) UnmarshalJSON(src []byte) error + func (v *NullableListAddOns200Response) Unset() + func (v NullableListAddOns200Response) Get() *ListAddOns200Response + func (v NullableListAddOns200Response) IsSet() bool + func (v NullableListAddOns200Response) MarshalJSON() ([]byte, error) + type NullableListCalendarEvents200Response struct + func NewNullableListCalendarEvents200Response(val *ListCalendarEvents200Response) *NullableListCalendarEvents200Response + func (v *NullableListCalendarEvents200Response) Set(val *ListCalendarEvents200Response) + func (v *NullableListCalendarEvents200Response) UnmarshalJSON(src []byte) error + func (v *NullableListCalendarEvents200Response) Unset() + func (v NullableListCalendarEvents200Response) Get() *ListCalendarEvents200Response + func (v NullableListCalendarEvents200Response) IsSet() bool + func (v NullableListCalendarEvents200Response) MarshalJSON() ([]byte, error) + type NullableListCalendarIntegrations200Response struct + func NewNullableListCalendarIntegrations200Response(val *ListCalendarIntegrations200Response) *NullableListCalendarIntegrations200Response + func (v *NullableListCalendarIntegrations200Response) Set(val *ListCalendarIntegrations200Response) + func (v *NullableListCalendarIntegrations200Response) UnmarshalJSON(src []byte) error + func (v *NullableListCalendarIntegrations200Response) Unset() + func (v NullableListCalendarIntegrations200Response) Get() *ListCalendarIntegrations200Response + func (v NullableListCalendarIntegrations200Response) IsSet() bool + func (v NullableListCalendarIntegrations200Response) MarshalJSON() ([]byte, error) + type NullableListCalendarMembers200Response struct + func NewNullableListCalendarMembers200Response(val *ListCalendarMembers200Response) *NullableListCalendarMembers200Response + func (v *NullableListCalendarMembers200Response) Set(val *ListCalendarMembers200Response) + func (v *NullableListCalendarMembers200Response) UnmarshalJSON(src []byte) error + func (v *NullableListCalendarMembers200Response) Unset() + func (v NullableListCalendarMembers200Response) Get() *ListCalendarMembers200Response + func (v NullableListCalendarMembers200Response) IsSet() bool + func (v NullableListCalendarMembers200Response) MarshalJSON() ([]byte, error) + type NullableListCalendars200Response struct + func NewNullableListCalendars200Response(val *ListCalendars200Response) *NullableListCalendars200Response + func (v *NullableListCalendars200Response) Set(val *ListCalendars200Response) + func (v *NullableListCalendars200Response) UnmarshalJSON(src []byte) error + func (v *NullableListCalendars200Response) Unset() + func (v NullableListCalendars200Response) Get() *ListCalendars200Response + func (v NullableListCalendars200Response) IsSet() bool + func (v NullableListCalendars200Response) MarshalJSON() ([]byte, error) + type NullableListContactLists200Response struct + func NewNullableListContactLists200Response(val *ListContactLists200Response) *NullableListContactLists200Response + func (v *NullableListContactLists200Response) Set(val *ListContactLists200Response) + func (v *NullableListContactLists200Response) UnmarshalJSON(src []byte) error + func (v *NullableListContactLists200Response) Unset() + func (v NullableListContactLists200Response) Get() *ListContactLists200Response + func (v NullableListContactLists200Response) IsSet() bool + func (v NullableListContactLists200Response) MarshalJSON() ([]byte, error) + type NullableListContacts200Response struct + func NewNullableListContacts200Response(val *ListContacts200Response) *NullableListContacts200Response + func (v *NullableListContacts200Response) Set(val *ListContacts200Response) + func (v *NullableListContacts200Response) UnmarshalJSON(src []byte) error + func (v *NullableListContacts200Response) Unset() + func (v NullableListContacts200Response) Get() *ListContacts200Response + func (v NullableListContacts200Response) IsSet() bool + func (v NullableListContacts200Response) MarshalJSON() ([]byte, error) + type NullableListDedicatedIPRequests200Response struct + func NewNullableListDedicatedIPRequests200Response(val *ListDedicatedIPRequests200Response) *NullableListDedicatedIPRequests200Response + func (v *NullableListDedicatedIPRequests200Response) Set(val *ListDedicatedIPRequests200Response) + func (v *NullableListDedicatedIPRequests200Response) UnmarshalJSON(src []byte) error + func (v *NullableListDedicatedIPRequests200Response) Unset() + func (v NullableListDedicatedIPRequests200Response) Get() *ListDedicatedIPRequests200Response + func (v NullableListDedicatedIPRequests200Response) IsSet() bool + func (v NullableListDedicatedIPRequests200Response) MarshalJSON() ([]byte, error) + type NullableListDistributionLists200Response struct + func NewNullableListDistributionLists200Response(val *ListDistributionLists200Response) *NullableListDistributionLists200Response + func (v *NullableListDistributionLists200Response) Set(val *ListDistributionLists200Response) + func (v *NullableListDistributionLists200Response) UnmarshalJSON(src []byte) error + func (v *NullableListDistributionLists200Response) Unset() + func (v NullableListDistributionLists200Response) Get() *ListDistributionLists200Response + func (v NullableListDistributionLists200Response) IsSet() bool + func (v NullableListDistributionLists200Response) MarshalJSON() ([]byte, error) + type NullableListMigrationCredentials200Response struct + func NewNullableListMigrationCredentials200Response(val *ListMigrationCredentials200Response) *NullableListMigrationCredentials200Response + func (v *NullableListMigrationCredentials200Response) Set(val *ListMigrationCredentials200Response) + func (v *NullableListMigrationCredentials200Response) UnmarshalJSON(src []byte) error + func (v *NullableListMigrationCredentials200Response) Unset() + func (v NullableListMigrationCredentials200Response) Get() *ListMigrationCredentials200Response + func (v NullableListMigrationCredentials200Response) IsSet() bool + func (v NullableListMigrationCredentials200Response) MarshalJSON() ([]byte, error) + type NullableListMigrationEvents200Response struct + func NewNullableListMigrationEvents200Response(val *ListMigrationEvents200Response) *NullableListMigrationEvents200Response + func (v *NullableListMigrationEvents200Response) Set(val *ListMigrationEvents200Response) + func (v *NullableListMigrationEvents200Response) UnmarshalJSON(src []byte) error + func (v *NullableListMigrationEvents200Response) Unset() + func (v NullableListMigrationEvents200Response) Get() *ListMigrationEvents200Response + func (v NullableListMigrationEvents200Response) IsSet() bool + func (v NullableListMigrationEvents200Response) MarshalJSON() ([]byte, error) + type NullableListMigrationMailboxes200Response struct + func NewNullableListMigrationMailboxes200Response(val *ListMigrationMailboxes200Response) *NullableListMigrationMailboxes200Response + func (v *NullableListMigrationMailboxes200Response) Set(val *ListMigrationMailboxes200Response) + func (v *NullableListMigrationMailboxes200Response) UnmarshalJSON(src []byte) error + func (v *NullableListMigrationMailboxes200Response) Unset() + func (v NullableListMigrationMailboxes200Response) Get() *ListMigrationMailboxes200Response + func (v NullableListMigrationMailboxes200Response) IsSet() bool + func (v NullableListMigrationMailboxes200Response) MarshalJSON() ([]byte, error) + type NullableListMigrations200Response struct + func NewNullableListMigrations200Response(val *ListMigrations200Response) *NullableListMigrations200Response + func (v *NullableListMigrations200Response) Set(val *ListMigrations200Response) + func (v *NullableListMigrations200Response) UnmarshalJSON(src []byte) error + func (v *NullableListMigrations200Response) Unset() + func (v NullableListMigrations200Response) Get() *ListMigrations200Response + func (v NullableListMigrations200Response) IsSet() bool + func (v NullableListMigrations200Response) MarshalJSON() ([]byte, error) + type NullableListResources200Response struct + func NewNullableListResources200Response(val *ListResources200Response) *NullableListResources200Response + func (v *NullableListResources200Response) Set(val *ListResources200Response) + func (v *NullableListResources200Response) UnmarshalJSON(src []byte) error + func (v *NullableListResources200Response) Unset() + func (v NullableListResources200Response) Get() *ListResources200Response + func (v NullableListResources200Response) IsSet() bool + func (v NullableListResources200Response) MarshalJSON() ([]byte, error) + type NullableListSharedMembers200Response struct + func NewNullableListSharedMembers200Response(val *ListSharedMembers200Response) *NullableListSharedMembers200Response + func (v *NullableListSharedMembers200Response) Set(val *ListSharedMembers200Response) + func (v *NullableListSharedMembers200Response) UnmarshalJSON(src []byte) error + func (v *NullableListSharedMembers200Response) Unset() + func (v NullableListSharedMembers200Response) Get() *ListSharedMembers200Response + func (v NullableListSharedMembers200Response) IsSet() bool + func (v NullableListSharedMembers200Response) MarshalJSON() ([]byte, error) + type NullableListUsers200Response struct + func NewNullableListUsers200Response(val *ListUsers200Response) *NullableListUsers200Response + func (v *NullableListUsers200Response) Set(val *ListUsers200Response) + func (v *NullableListUsers200Response) UnmarshalJSON(src []byte) error + func (v *NullableListUsers200Response) Unset() + func (v NullableListUsers200Response) Get() *ListUsers200Response + func (v NullableListUsers200Response) IsSet() bool + func (v NullableListUsers200Response) MarshalJSON() ([]byte, error) + type NullableMailbox struct + func NewNullableMailbox(val *Mailbox) *NullableMailbox + func (v *NullableMailbox) Set(val *Mailbox) + func (v *NullableMailbox) UnmarshalJSON(src []byte) error + func (v *NullableMailbox) Unset() + func (v NullableMailbox) Get() *Mailbox + func (v NullableMailbox) IsSet() bool + func (v NullableMailbox) MarshalJSON() ([]byte, error) + type NullableMapMigrationRequest struct + func NewNullableMapMigrationRequest(val *MapMigrationRequest) *NullableMapMigrationRequest + func (v *NullableMapMigrationRequest) Set(val *MapMigrationRequest) + func (v *NullableMapMigrationRequest) UnmarshalJSON(src []byte) error + func (v *NullableMapMigrationRequest) Unset() + func (v NullableMapMigrationRequest) Get() *MapMigrationRequest + func (v NullableMapMigrationRequest) IsSet() bool + func (v NullableMapMigrationRequest) MarshalJSON() ([]byte, error) + type NullableMapMigrationRequestMappingsInner struct + func NewNullableMapMigrationRequestMappingsInner(val *MapMigrationRequestMappingsInner) *NullableMapMigrationRequestMappingsInner + func (v *NullableMapMigrationRequestMappingsInner) Set(val *MapMigrationRequestMappingsInner) + func (v *NullableMapMigrationRequestMappingsInner) UnmarshalJSON(src []byte) error + func (v *NullableMapMigrationRequestMappingsInner) Unset() + func (v NullableMapMigrationRequestMappingsInner) Get() *MapMigrationRequestMappingsInner + func (v NullableMapMigrationRequestMappingsInner) IsSet() bool + func (v NullableMapMigrationRequestMappingsInner) MarshalJSON() ([]byte, error) + type NullableMessage struct + func NewNullableMessage(val *Message) *NullableMessage + func (v *NullableMessage) Set(val *Message) + func (v *NullableMessage) UnmarshalJSON(src []byte) error + func (v *NullableMessage) Unset() + func (v NullableMessage) Get() *Message + func (v NullableMessage) IsSet() bool + func (v NullableMessage) MarshalJSON() ([]byte, error) + type NullableMessageStats struct + func NewNullableMessageStats(val *MessageStats) *NullableMessageStats + func (v *NullableMessageStats) Set(val *MessageStats) + func (v *NullableMessageStats) UnmarshalJSON(src []byte) error + func (v *NullableMessageStats) Unset() + func (v NullableMessageStats) Get() *MessageStats + func (v NullableMessageStats) IsSet() bool + func (v NullableMessageStats) MarshalJSON() ([]byte, error) + type NullableMessageStatsCounts struct + func NewNullableMessageStatsCounts(val *MessageStatsCounts) *NullableMessageStatsCounts + func (v *NullableMessageStatsCounts) Set(val *MessageStatsCounts) + func (v *NullableMessageStatsCounts) UnmarshalJSON(src []byte) error + func (v *NullableMessageStatsCounts) Unset() + func (v NullableMessageStatsCounts) Get() *MessageStatsCounts + func (v NullableMessageStatsCounts) IsSet() bool + func (v NullableMessageStatsCounts) MarshalJSON() ([]byte, error) + type NullableMessageStatsRates struct + func NewNullableMessageStatsRates(val *MessageStatsRates) *NullableMessageStatsRates + func (v *NullableMessageStatsRates) Set(val *MessageStatsRates) + func (v *NullableMessageStatsRates) UnmarshalJSON(src []byte) error + func (v *NullableMessageStatsRates) Unset() + func (v NullableMessageStatsRates) Get() *MessageStatsRates + func (v NullableMessageStatsRates) IsSet() bool + func (v NullableMessageStatsRates) MarshalJSON() ([]byte, error) + type NullableMessageStatsWindow struct + func NewNullableMessageStatsWindow(val *MessageStatsWindow) *NullableMessageStatsWindow + func (v *NullableMessageStatsWindow) Set(val *MessageStatsWindow) + func (v *NullableMessageStatsWindow) UnmarshalJSON(src []byte) error + func (v *NullableMessageStatsWindow) Unset() + func (v NullableMessageStatsWindow) Get() *MessageStatsWindow + func (v NullableMessageStatsWindow) IsSet() bool + func (v NullableMessageStatsWindow) MarshalJSON() ([]byte, error) + type NullableMigration struct + func NewNullableMigration(val *Migration) *NullableMigration + func (v *NullableMigration) Set(val *Migration) + func (v *NullableMigration) UnmarshalJSON(src []byte) error + func (v *NullableMigration) Unset() + func (v NullableMigration) Get() *Migration + func (v NullableMigration) IsSet() bool + func (v NullableMigration) MarshalJSON() ([]byte, error) + type NullableMigrationCredential struct + func NewNullableMigrationCredential(val *MigrationCredential) *NullableMigrationCredential + func (v *NullableMigrationCredential) Set(val *MigrationCredential) + func (v *NullableMigrationCredential) UnmarshalJSON(src []byte) error + func (v *NullableMigrationCredential) Unset() + func (v NullableMigrationCredential) Get() *MigrationCredential + func (v NullableMigrationCredential) IsSet() bool + func (v NullableMigrationCredential) MarshalJSON() ([]byte, error) + type NullableMigrationEvent struct + func NewNullableMigrationEvent(val *MigrationEvent) *NullableMigrationEvent + func (v *NullableMigrationEvent) Set(val *MigrationEvent) + func (v *NullableMigrationEvent) UnmarshalJSON(src []byte) error + func (v *NullableMigrationEvent) Unset() + func (v NullableMigrationEvent) Get() *MigrationEvent + func (v NullableMigrationEvent) IsSet() bool + func (v NullableMigrationEvent) MarshalJSON() ([]byte, error) + type NullableMigrationMailbox struct + func NewNullableMigrationMailbox(val *MigrationMailbox) *NullableMigrationMailbox + func (v *NullableMigrationMailbox) Set(val *MigrationMailbox) + func (v *NullableMigrationMailbox) UnmarshalJSON(src []byte) error + func (v *NullableMigrationMailbox) Unset() + func (v NullableMigrationMailbox) Get() *MigrationMailbox + func (v NullableMigrationMailbox) IsSet() bool + func (v NullableMigrationMailbox) MarshalJSON() ([]byte, error) + type NullableMigrationProgress struct + func NewNullableMigrationProgress(val *MigrationProgress) *NullableMigrationProgress + func (v *NullableMigrationProgress) Set(val *MigrationProgress) + func (v *NullableMigrationProgress) UnmarshalJSON(src []byte) error + func (v *NullableMigrationProgress) Unset() + func (v NullableMigrationProgress) Get() *MigrationProgress + func (v NullableMigrationProgress) IsSet() bool + func (v NullableMigrationProgress) MarshalJSON() ([]byte, error) + type NullableMigrationProgressMailboxesInner struct + func NewNullableMigrationProgressMailboxesInner(val *MigrationProgressMailboxesInner) *NullableMigrationProgressMailboxesInner + func (v *NullableMigrationProgressMailboxesInner) Set(val *MigrationProgressMailboxesInner) + func (v *NullableMigrationProgressMailboxesInner) UnmarshalJSON(src []byte) error + func (v *NullableMigrationProgressMailboxesInner) Unset() + func (v NullableMigrationProgressMailboxesInner) Get() *MigrationProgressMailboxesInner + func (v NullableMigrationProgressMailboxesInner) IsSet() bool + func (v NullableMigrationProgressMailboxesInner) MarshalJSON() ([]byte, error) + type NullableMigrationSettings struct + func NewNullableMigrationSettings(val *MigrationSettings) *NullableMigrationSettings + func (v *NullableMigrationSettings) Set(val *MigrationSettings) + func (v *NullableMigrationSettings) UnmarshalJSON(src []byte) error + func (v *NullableMigrationSettings) Unset() + func (v NullableMigrationSettings) Get() *MigrationSettings + func (v NullableMigrationSettings) IsSet() bool + func (v NullableMigrationSettings) MarshalJSON() ([]byte, error) + type NullablePlanCatalogEntry struct + func NewNullablePlanCatalogEntry(val *PlanCatalogEntry) *NullablePlanCatalogEntry + func (v *NullablePlanCatalogEntry) Set(val *PlanCatalogEntry) + func (v *NullablePlanCatalogEntry) UnmarshalJSON(src []byte) error + func (v *NullablePlanCatalogEntry) Unset() + func (v NullablePlanCatalogEntry) Get() *PlanCatalogEntry + func (v NullablePlanCatalogEntry) IsSet() bool + func (v NullablePlanCatalogEntry) MarshalJSON() ([]byte, error) + type NullableProblem struct + func NewNullableProblem(val *Problem) *NullableProblem + func (v *NullableProblem) Set(val *Problem) + func (v *NullableProblem) UnmarshalJSON(src []byte) error + func (v *NullableProblem) Unset() + func (v NullableProblem) Get() *Problem + func (v NullableProblem) IsSet() bool + func (v NullableProblem) MarshalJSON() ([]byte, error) + type NullableReplaceDistributionListMembers200Response struct + func NewNullableReplaceDistributionListMembers200Response(val *ReplaceDistributionListMembers200Response) *NullableReplaceDistributionListMembers200Response + func (v *NullableReplaceDistributionListMembers200Response) Set(val *ReplaceDistributionListMembers200Response) + func (v *NullableReplaceDistributionListMembers200Response) UnmarshalJSON(src []byte) error + func (v *NullableReplaceDistributionListMembers200Response) Unset() + func (v NullableReplaceDistributionListMembers200Response) Get() *ReplaceDistributionListMembers200Response + func (v NullableReplaceDistributionListMembers200Response) IsSet() bool + func (v NullableReplaceDistributionListMembers200Response) MarshalJSON() ([]byte, error) + type NullableReplaceDistributionListMembersRequest struct + func NewNullableReplaceDistributionListMembersRequest(val *ReplaceDistributionListMembersRequest) *NullableReplaceDistributionListMembersRequest + func (v *NullableReplaceDistributionListMembersRequest) Set(val *ReplaceDistributionListMembersRequest) + func (v *NullableReplaceDistributionListMembersRequest) UnmarshalJSON(src []byte) error + func (v *NullableReplaceDistributionListMembersRequest) Unset() + func (v NullableReplaceDistributionListMembersRequest) Get() *ReplaceDistributionListMembersRequest + func (v NullableReplaceDistributionListMembersRequest) IsSet() bool + func (v NullableReplaceDistributionListMembersRequest) MarshalJSON() ([]byte, error) + type NullableResource struct + func NewNullableResource(val *Resource) *NullableResource + func (v *NullableResource) Set(val *Resource) + func (v *NullableResource) UnmarshalJSON(src []byte) error + func (v *NullableResource) Unset() + func (v NullableResource) Get() *Resource + func (v NullableResource) IsSet() bool + func (v NullableResource) MarshalJSON() ([]byte, error) + type NullableRotateEncryptionKeyRequest struct + func NewNullableRotateEncryptionKeyRequest(val *RotateEncryptionKeyRequest) *NullableRotateEncryptionKeyRequest + func (v *NullableRotateEncryptionKeyRequest) Set(val *RotateEncryptionKeyRequest) + func (v *NullableRotateEncryptionKeyRequest) UnmarshalJSON(src []byte) error + func (v *NullableRotateEncryptionKeyRequest) Unset() + func (v NullableRotateEncryptionKeyRequest) Get() *RotateEncryptionKeyRequest + func (v NullableRotateEncryptionKeyRequest) IsSet() bool + func (v NullableRotateEncryptionKeyRequest) MarshalJSON() ([]byte, error) + type NullableSendMessage struct + func NewNullableSendMessage(val *SendMessage) *NullableSendMessage + func (v *NullableSendMessage) Set(val *SendMessage) + func (v *NullableSendMessage) UnmarshalJSON(src []byte) error + func (v *NullableSendMessage) Unset() + func (v NullableSendMessage) Get() *SendMessage + func (v NullableSendMessage) IsSet() bool + func (v NullableSendMessage) MarshalJSON() ([]byte, error) + type NullableSharedMember struct + func NewNullableSharedMember(val *SharedMember) *NullableSharedMember + func (v *NullableSharedMember) Set(val *SharedMember) + func (v *NullableSharedMember) UnmarshalJSON(src []byte) error + func (v *NullableSharedMember) Unset() + func (v NullableSharedMember) Get() *SharedMember + func (v NullableSharedMember) IsSet() bool + func (v NullableSharedMember) MarshalJSON() ([]byte, error) + type NullableSignupRequest struct + func NewNullableSignupRequest(val *SignupRequest) *NullableSignupRequest + func (v *NullableSignupRequest) Set(val *SignupRequest) + func (v *NullableSignupRequest) UnmarshalJSON(src []byte) error + func (v *NullableSignupRequest) Unset() + func (v NullableSignupRequest) Get() *SignupRequest + func (v NullableSignupRequest) IsSet() bool + func (v NullableSignupRequest) MarshalJSON() ([]byte, error) + type NullableStartMigration202Response struct + func NewNullableStartMigration202Response(val *StartMigration202Response) *NullableStartMigration202Response + func (v *NullableStartMigration202Response) Set(val *StartMigration202Response) + func (v *NullableStartMigration202Response) UnmarshalJSON(src []byte) error + func (v *NullableStartMigration202Response) Unset() + func (v NullableStartMigration202Response) Get() *StartMigration202Response + func (v NullableStartMigration202Response) IsSet() bool + func (v NullableStartMigration202Response) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableSuppression struct + func NewNullableSuppression(val *Suppression) *NullableSuppression + func (v *NullableSuppression) Set(val *Suppression) + func (v *NullableSuppression) UnmarshalJSON(src []byte) error + func (v *NullableSuppression) Unset() + func (v NullableSuppression) Get() *Suppression + func (v NullableSuppression) IsSet() bool + func (v NullableSuppression) MarshalJSON() ([]byte, error) + type NullableTemplate struct + func NewNullableTemplate(val *Template) *NullableTemplate + func (v *NullableTemplate) Set(val *Template) + func (v *NullableTemplate) UnmarshalJSON(src []byte) error + func (v *NullableTemplate) Unset() + func (v NullableTemplate) Get() *Template + func (v NullableTemplate) IsSet() bool + func (v NullableTemplate) MarshalJSON() ([]byte, error) + type NullableTemplateInput struct + func NewNullableTemplateInput(val *TemplateInput) *NullableTemplateInput + func (v *NullableTemplateInput) Set(val *TemplateInput) + func (v *NullableTemplateInput) UnmarshalJSON(src []byte) error + func (v *NullableTemplateInput) Unset() + func (v NullableTemplateInput) Get() *TemplateInput + func (v NullableTemplateInput) IsSet() bool + func (v NullableTemplateInput) MarshalJSON() ([]byte, error) + type NullableTenant struct + func NewNullableTenant(val *Tenant) *NullableTenant + func (v *NullableTenant) Set(val *Tenant) + func (v *NullableTenant) UnmarshalJSON(src []byte) error + func (v *NullableTenant) Unset() + func (v NullableTenant) Get() *Tenant + func (v NullableTenant) IsSet() bool + func (v NullableTenant) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableUnitBundle struct + func NewNullableUnitBundle(val *UnitBundle) *NullableUnitBundle + func (v *NullableUnitBundle) Set(val *UnitBundle) + func (v *NullableUnitBundle) UnmarshalJSON(src []byte) error + func (v *NullableUnitBundle) Unset() + func (v NullableUnitBundle) Get() *UnitBundle + func (v NullableUnitBundle) IsSet() bool + func (v NullableUnitBundle) MarshalJSON() ([]byte, error) + type NullableUpdateCalendarEventRequest struct + func NewNullableUpdateCalendarEventRequest(val *UpdateCalendarEventRequest) *NullableUpdateCalendarEventRequest + func (v *NullableUpdateCalendarEventRequest) Set(val *UpdateCalendarEventRequest) + func (v *NullableUpdateCalendarEventRequest) UnmarshalJSON(src []byte) error + func (v *NullableUpdateCalendarEventRequest) Unset() + func (v NullableUpdateCalendarEventRequest) Get() *UpdateCalendarEventRequest + func (v NullableUpdateCalendarEventRequest) IsSet() bool + func (v NullableUpdateCalendarEventRequest) MarshalJSON() ([]byte, error) + type NullableUpdateCalendarIntegrationRequest struct + func NewNullableUpdateCalendarIntegrationRequest(val *UpdateCalendarIntegrationRequest) *NullableUpdateCalendarIntegrationRequest + func (v *NullableUpdateCalendarIntegrationRequest) Set(val *UpdateCalendarIntegrationRequest) + func (v *NullableUpdateCalendarIntegrationRequest) UnmarshalJSON(src []byte) error + func (v *NullableUpdateCalendarIntegrationRequest) Unset() + func (v NullableUpdateCalendarIntegrationRequest) Get() *UpdateCalendarIntegrationRequest + func (v NullableUpdateCalendarIntegrationRequest) IsSet() bool + func (v NullableUpdateCalendarIntegrationRequest) MarshalJSON() ([]byte, error) + type NullableUpdateCalendarMemberRequest struct + func NewNullableUpdateCalendarMemberRequest(val *UpdateCalendarMemberRequest) *NullableUpdateCalendarMemberRequest + func (v *NullableUpdateCalendarMemberRequest) Set(val *UpdateCalendarMemberRequest) + func (v *NullableUpdateCalendarMemberRequest) UnmarshalJSON(src []byte) error + func (v *NullableUpdateCalendarMemberRequest) Unset() + func (v NullableUpdateCalendarMemberRequest) Get() *UpdateCalendarMemberRequest + func (v NullableUpdateCalendarMemberRequest) IsSet() bool + func (v NullableUpdateCalendarMemberRequest) MarshalJSON() ([]byte, error) + type NullableUpdateCalendarPoliciesRequest struct + func NewNullableUpdateCalendarPoliciesRequest(val *UpdateCalendarPoliciesRequest) *NullableUpdateCalendarPoliciesRequest + func (v *NullableUpdateCalendarPoliciesRequest) Set(val *UpdateCalendarPoliciesRequest) + func (v *NullableUpdateCalendarPoliciesRequest) UnmarshalJSON(src []byte) error + func (v *NullableUpdateCalendarPoliciesRequest) Unset() + func (v NullableUpdateCalendarPoliciesRequest) Get() *UpdateCalendarPoliciesRequest + func (v NullableUpdateCalendarPoliciesRequest) IsSet() bool + func (v NullableUpdateCalendarPoliciesRequest) MarshalJSON() ([]byte, error) + type NullableUpdateCalendarRequest struct + func NewNullableUpdateCalendarRequest(val *UpdateCalendarRequest) *NullableUpdateCalendarRequest + func (v *NullableUpdateCalendarRequest) Set(val *UpdateCalendarRequest) + func (v *NullableUpdateCalendarRequest) UnmarshalJSON(src []byte) error + func (v *NullableUpdateCalendarRequest) Unset() + func (v NullableUpdateCalendarRequest) Get() *UpdateCalendarRequest + func (v NullableUpdateCalendarRequest) IsSet() bool + func (v NullableUpdateCalendarRequest) MarshalJSON() ([]byte, error) + type NullableUpdateContactListRequest struct + func NewNullableUpdateContactListRequest(val *UpdateContactListRequest) *NullableUpdateContactListRequest + func (v *NullableUpdateContactListRequest) Set(val *UpdateContactListRequest) + func (v *NullableUpdateContactListRequest) UnmarshalJSON(src []byte) error + func (v *NullableUpdateContactListRequest) Unset() + func (v NullableUpdateContactListRequest) Get() *UpdateContactListRequest + func (v NullableUpdateContactListRequest) IsSet() bool + func (v NullableUpdateContactListRequest) MarshalJSON() ([]byte, error) + type NullableUpdateContactRequest struct + func NewNullableUpdateContactRequest(val *UpdateContactRequest) *NullableUpdateContactRequest + func (v *NullableUpdateContactRequest) Set(val *UpdateContactRequest) + func (v *NullableUpdateContactRequest) UnmarshalJSON(src []byte) error + func (v *NullableUpdateContactRequest) Unset() + func (v NullableUpdateContactRequest) Get() *UpdateContactRequest + func (v NullableUpdateContactRequest) IsSet() bool + func (v NullableUpdateContactRequest) MarshalJSON() ([]byte, error) + type NullableUpdateDirectoryPermissionsRequest struct + func NewNullableUpdateDirectoryPermissionsRequest(val *UpdateDirectoryPermissionsRequest) *NullableUpdateDirectoryPermissionsRequest + func (v *NullableUpdateDirectoryPermissionsRequest) Set(val *UpdateDirectoryPermissionsRequest) + func (v *NullableUpdateDirectoryPermissionsRequest) UnmarshalJSON(src []byte) error + func (v *NullableUpdateDirectoryPermissionsRequest) Unset() + func (v NullableUpdateDirectoryPermissionsRequest) Get() *UpdateDirectoryPermissionsRequest + func (v NullableUpdateDirectoryPermissionsRequest) IsSet() bool + func (v NullableUpdateDirectoryPermissionsRequest) MarshalJSON() ([]byte, error) + type NullableUpdateGALSettingsRequest struct + func NewNullableUpdateGALSettingsRequest(val *UpdateGALSettingsRequest) *NullableUpdateGALSettingsRequest + func (v *NullableUpdateGALSettingsRequest) Set(val *UpdateGALSettingsRequest) + func (v *NullableUpdateGALSettingsRequest) UnmarshalJSON(src []byte) error + func (v *NullableUpdateGALSettingsRequest) Unset() + func (v NullableUpdateGALSettingsRequest) Get() *UpdateGALSettingsRequest + func (v NullableUpdateGALSettingsRequest) IsSet() bool + func (v NullableUpdateGALSettingsRequest) MarshalJSON() ([]byte, error) + type NullableUpdateMigrationMailboxRequest struct + func NewNullableUpdateMigrationMailboxRequest(val *UpdateMigrationMailboxRequest) *NullableUpdateMigrationMailboxRequest + func (v *NullableUpdateMigrationMailboxRequest) Set(val *UpdateMigrationMailboxRequest) + func (v *NullableUpdateMigrationMailboxRequest) UnmarshalJSON(src []byte) error + func (v *NullableUpdateMigrationMailboxRequest) Unset() + func (v NullableUpdateMigrationMailboxRequest) Get() *UpdateMigrationMailboxRequest + func (v NullableUpdateMigrationMailboxRequest) IsSet() bool + func (v NullableUpdateMigrationMailboxRequest) MarshalJSON() ([]byte, error) + type NullableUpdateMigrationRequest struct + func NewNullableUpdateMigrationRequest(val *UpdateMigrationRequest) *NullableUpdateMigrationRequest + func (v *NullableUpdateMigrationRequest) Set(val *UpdateMigrationRequest) + func (v *NullableUpdateMigrationRequest) UnmarshalJSON(src []byte) error + func (v *NullableUpdateMigrationRequest) Unset() + func (v NullableUpdateMigrationRequest) Get() *UpdateMigrationRequest + func (v NullableUpdateMigrationRequest) IsSet() bool + func (v NullableUpdateMigrationRequest) MarshalJSON() ([]byte, error) + type NullableUpdateResourceRequest struct + func NewNullableUpdateResourceRequest(val *UpdateResourceRequest) *NullableUpdateResourceRequest + func (v *NullableUpdateResourceRequest) Set(val *UpdateResourceRequest) + func (v *NullableUpdateResourceRequest) UnmarshalJSON(src []byte) error + func (v *NullableUpdateResourceRequest) Unset() + func (v NullableUpdateResourceRequest) Get() *UpdateResourceRequest + func (v NullableUpdateResourceRequest) IsSet() bool + func (v NullableUpdateResourceRequest) MarshalJSON() ([]byte, error) + type NullableUpdateUserRequest struct + func NewNullableUpdateUserRequest(val *UpdateUserRequest) *NullableUpdateUserRequest + func (v *NullableUpdateUserRequest) Set(val *UpdateUserRequest) + func (v *NullableUpdateUserRequest) UnmarshalJSON(src []byte) error + func (v *NullableUpdateUserRequest) Unset() + func (v NullableUpdateUserRequest) Get() *UpdateUserRequest + func (v NullableUpdateUserRequest) IsSet() bool + func (v NullableUpdateUserRequest) MarshalJSON() ([]byte, error) + type NullableUser struct + func NewNullableUser(val *User) *NullableUser + func (v *NullableUser) Set(val *User) + func (v *NullableUser) UnmarshalJSON(src []byte) error + func (v *NullableUser) Unset() + func (v NullableUser) Get() *User + func (v NullableUser) IsSet() bool + func (v NullableUser) MarshalJSON() ([]byte, error) + type NullableUserEvent struct + func NewNullableUserEvent(val *UserEvent) *NullableUserEvent + func (v *NullableUserEvent) Set(val *UserEvent) + func (v *NullableUserEvent) UnmarshalJSON(src []byte) error + func (v *NullableUserEvent) Unset() + func (v NullableUserEvent) Get() *UserEvent + func (v NullableUserEvent) IsSet() bool + func (v NullableUserEvent) MarshalJSON() ([]byte, error) + type NullableV1AdminLoginPost200Response struct + func NewNullableV1AdminLoginPost200Response(val *V1AdminLoginPost200Response) *NullableV1AdminLoginPost200Response + func (v *NullableV1AdminLoginPost200Response) Set(val *V1AdminLoginPost200Response) + func (v *NullableV1AdminLoginPost200Response) UnmarshalJSON(src []byte) error + func (v *NullableV1AdminLoginPost200Response) Unset() + func (v NullableV1AdminLoginPost200Response) Get() *V1AdminLoginPost200Response + func (v NullableV1AdminLoginPost200Response) IsSet() bool + func (v NullableV1AdminLoginPost200Response) MarshalJSON() ([]byte, error) + type NullableV1AdminLoginPostRequest struct + func NewNullableV1AdminLoginPostRequest(val *V1AdminLoginPostRequest) *NullableV1AdminLoginPostRequest + func (v *NullableV1AdminLoginPostRequest) Set(val *V1AdminLoginPostRequest) + func (v *NullableV1AdminLoginPostRequest) UnmarshalJSON(src []byte) error + func (v *NullableV1AdminLoginPostRequest) Unset() + func (v NullableV1AdminLoginPostRequest) Get() *V1AdminLoginPostRequest + func (v NullableV1AdminLoginPostRequest) IsSet() bool + func (v NullableV1AdminLoginPostRequest) MarshalJSON() ([]byte, error) + type NullableV1AdminMeGet200Response struct + func NewNullableV1AdminMeGet200Response(val *V1AdminMeGet200Response) *NullableV1AdminMeGet200Response + func (v *NullableV1AdminMeGet200Response) Set(val *V1AdminMeGet200Response) + func (v *NullableV1AdminMeGet200Response) UnmarshalJSON(src []byte) error + func (v *NullableV1AdminMeGet200Response) Unset() + func (v NullableV1AdminMeGet200Response) Get() *V1AdminMeGet200Response + func (v NullableV1AdminMeGet200Response) IsSet() bool + func (v NullableV1AdminMeGet200Response) MarshalJSON() ([]byte, error) + type NullableV1AdminsGet200Response struct + func NewNullableV1AdminsGet200Response(val *V1AdminsGet200Response) *NullableV1AdminsGet200Response + func (v *NullableV1AdminsGet200Response) Set(val *V1AdminsGet200Response) + func (v *NullableV1AdminsGet200Response) UnmarshalJSON(src []byte) error + func (v *NullableV1AdminsGet200Response) Unset() + func (v NullableV1AdminsGet200Response) Get() *V1AdminsGet200Response + func (v NullableV1AdminsGet200Response) IsSet() bool + func (v NullableV1AdminsGet200Response) MarshalJSON() ([]byte, error) + type NullableV1AdminsIdPatchRequest struct + func NewNullableV1AdminsIdPatchRequest(val *V1AdminsIdPatchRequest) *NullableV1AdminsIdPatchRequest + func (v *NullableV1AdminsIdPatchRequest) Set(val *V1AdminsIdPatchRequest) + func (v *NullableV1AdminsIdPatchRequest) UnmarshalJSON(src []byte) error + func (v *NullableV1AdminsIdPatchRequest) Unset() + func (v NullableV1AdminsIdPatchRequest) Get() *V1AdminsIdPatchRequest + func (v NullableV1AdminsIdPatchRequest) IsSet() bool + func (v NullableV1AdminsIdPatchRequest) MarshalJSON() ([]byte, error) + type NullableV1AdminsPostRequest struct + func NewNullableV1AdminsPostRequest(val *V1AdminsPostRequest) *NullableV1AdminsPostRequest + func (v *NullableV1AdminsPostRequest) Set(val *V1AdminsPostRequest) + func (v *NullableV1AdminsPostRequest) UnmarshalJSON(src []byte) error + func (v *NullableV1AdminsPostRequest) Unset() + func (v NullableV1AdminsPostRequest) Get() *V1AdminsPostRequest + func (v NullableV1AdminsPostRequest) IsSet() bool + func (v NullableV1AdminsPostRequest) MarshalJSON() ([]byte, error) + type NullableV1AliasesGet200Response struct + func NewNullableV1AliasesGet200Response(val *V1AliasesGet200Response) *NullableV1AliasesGet200Response + func (v *NullableV1AliasesGet200Response) Set(val *V1AliasesGet200Response) + func (v *NullableV1AliasesGet200Response) UnmarshalJSON(src []byte) error + func (v *NullableV1AliasesGet200Response) Unset() + func (v NullableV1AliasesGet200Response) Get() *V1AliasesGet200Response + func (v NullableV1AliasesGet200Response) IsSet() bool + func (v NullableV1AliasesGet200Response) MarshalJSON() ([]byte, error) + type NullableV1AliasesPostRequest struct + func NewNullableV1AliasesPostRequest(val *V1AliasesPostRequest) *NullableV1AliasesPostRequest + func (v *NullableV1AliasesPostRequest) Set(val *V1AliasesPostRequest) + func (v *NullableV1AliasesPostRequest) UnmarshalJSON(src []byte) error + func (v *NullableV1AliasesPostRequest) Unset() + func (v NullableV1AliasesPostRequest) Get() *V1AliasesPostRequest + func (v NullableV1AliasesPostRequest) IsSet() bool + func (v NullableV1AliasesPostRequest) MarshalJSON() ([]byte, error) + type NullableV1ApiKeysGet200Response struct + func NewNullableV1ApiKeysGet200Response(val *V1ApiKeysGet200Response) *NullableV1ApiKeysGet200Response + func (v *NullableV1ApiKeysGet200Response) Set(val *V1ApiKeysGet200Response) + func (v *NullableV1ApiKeysGet200Response) UnmarshalJSON(src []byte) error + func (v *NullableV1ApiKeysGet200Response) Unset() + func (v NullableV1ApiKeysGet200Response) Get() *V1ApiKeysGet200Response + func (v NullableV1ApiKeysGet200Response) IsSet() bool + func (v NullableV1ApiKeysGet200Response) MarshalJSON() ([]byte, error) + type NullableV1ApiKeysPost201Response struct + func NewNullableV1ApiKeysPost201Response(val *V1ApiKeysPost201Response) *NullableV1ApiKeysPost201Response + func (v *NullableV1ApiKeysPost201Response) Set(val *V1ApiKeysPost201Response) + func (v *NullableV1ApiKeysPost201Response) UnmarshalJSON(src []byte) error + func (v *NullableV1ApiKeysPost201Response) Unset() + func (v NullableV1ApiKeysPost201Response) Get() *V1ApiKeysPost201Response + func (v NullableV1ApiKeysPost201Response) IsSet() bool + func (v NullableV1ApiKeysPost201Response) MarshalJSON() ([]byte, error) + type NullableV1ApiKeysPostRequest struct + func NewNullableV1ApiKeysPostRequest(val *V1ApiKeysPostRequest) *NullableV1ApiKeysPostRequest + func (v *NullableV1ApiKeysPostRequest) Set(val *V1ApiKeysPostRequest) + func (v *NullableV1ApiKeysPostRequest) UnmarshalJSON(src []byte) error + func (v *NullableV1ApiKeysPostRequest) Unset() + func (v NullableV1ApiKeysPostRequest) Get() *V1ApiKeysPostRequest + func (v NullableV1ApiKeysPostRequest) IsSet() bool + func (v NullableV1ApiKeysPostRequest) MarshalJSON() ([]byte, error) + type NullableV1DomainsGet200Response struct + func NewNullableV1DomainsGet200Response(val *V1DomainsGet200Response) *NullableV1DomainsGet200Response + func (v *NullableV1DomainsGet200Response) Set(val *V1DomainsGet200Response) + func (v *NullableV1DomainsGet200Response) UnmarshalJSON(src []byte) error + func (v *NullableV1DomainsGet200Response) Unset() + func (v NullableV1DomainsGet200Response) Get() *V1DomainsGet200Response + func (v NullableV1DomainsGet200Response) IsSet() bool + func (v NullableV1DomainsGet200Response) MarshalJSON() ([]byte, error) + type NullableV1DomainsPostRequest struct + func NewNullableV1DomainsPostRequest(val *V1DomainsPostRequest) *NullableV1DomainsPostRequest + func (v *NullableV1DomainsPostRequest) Set(val *V1DomainsPostRequest) + func (v *NullableV1DomainsPostRequest) UnmarshalJSON(src []byte) error + func (v *NullableV1DomainsPostRequest) Unset() + func (v NullableV1DomainsPostRequest) Get() *V1DomainsPostRequest + func (v NullableV1DomainsPostRequest) IsSet() bool + func (v NullableV1DomainsPostRequest) MarshalJSON() ([]byte, error) + type NullableV1InboxesMailboxMessagesPostRequest struct + func NewNullableV1InboxesMailboxMessagesPostRequest(val *V1InboxesMailboxMessagesPostRequest) *NullableV1InboxesMailboxMessagesPostRequest + func (v *NullableV1InboxesMailboxMessagesPostRequest) Set(val *V1InboxesMailboxMessagesPostRequest) + func (v *NullableV1InboxesMailboxMessagesPostRequest) UnmarshalJSON(src []byte) error + func (v *NullableV1InboxesMailboxMessagesPostRequest) Unset() + func (v NullableV1InboxesMailboxMessagesPostRequest) Get() *V1InboxesMailboxMessagesPostRequest + func (v NullableV1InboxesMailboxMessagesPostRequest) IsSet() bool + func (v NullableV1InboxesMailboxMessagesPostRequest) MarshalJSON() ([]byte, error) + type NullableV1MailboxesEmailExportPost201Response struct + func NewNullableV1MailboxesEmailExportPost201Response(val *V1MailboxesEmailExportPost201Response) *NullableV1MailboxesEmailExportPost201Response + func (v *NullableV1MailboxesEmailExportPost201Response) Set(val *V1MailboxesEmailExportPost201Response) + func (v *NullableV1MailboxesEmailExportPost201Response) UnmarshalJSON(src []byte) error + func (v *NullableV1MailboxesEmailExportPost201Response) Unset() + func (v NullableV1MailboxesEmailExportPost201Response) Get() *V1MailboxesEmailExportPost201Response + func (v NullableV1MailboxesEmailExportPost201Response) IsSet() bool + func (v NullableV1MailboxesEmailExportPost201Response) MarshalJSON() ([]byte, error) + type NullableV1MailboxesEmailPatchRequest struct + func NewNullableV1MailboxesEmailPatchRequest(val *V1MailboxesEmailPatchRequest) *NullableV1MailboxesEmailPatchRequest + func (v *NullableV1MailboxesEmailPatchRequest) Set(val *V1MailboxesEmailPatchRequest) + func (v *NullableV1MailboxesEmailPatchRequest) UnmarshalJSON(src []byte) error + func (v *NullableV1MailboxesEmailPatchRequest) Unset() + func (v NullableV1MailboxesEmailPatchRequest) Get() *V1MailboxesEmailPatchRequest + func (v NullableV1MailboxesEmailPatchRequest) IsSet() bool + func (v NullableV1MailboxesEmailPatchRequest) MarshalJSON() ([]byte, error) + type NullableV1MailboxesEmailVacationPutRequest struct + func NewNullableV1MailboxesEmailVacationPutRequest(val *V1MailboxesEmailVacationPutRequest) *NullableV1MailboxesEmailVacationPutRequest + func (v *NullableV1MailboxesEmailVacationPutRequest) Set(val *V1MailboxesEmailVacationPutRequest) + func (v *NullableV1MailboxesEmailVacationPutRequest) UnmarshalJSON(src []byte) error + func (v *NullableV1MailboxesEmailVacationPutRequest) Unset() + func (v NullableV1MailboxesEmailVacationPutRequest) Get() *V1MailboxesEmailVacationPutRequest + func (v NullableV1MailboxesEmailVacationPutRequest) IsSet() bool + func (v NullableV1MailboxesEmailVacationPutRequest) MarshalJSON() ([]byte, error) + type NullableV1MailboxesGet200Response struct + func NewNullableV1MailboxesGet200Response(val *V1MailboxesGet200Response) *NullableV1MailboxesGet200Response + func (v *NullableV1MailboxesGet200Response) Set(val *V1MailboxesGet200Response) + func (v *NullableV1MailboxesGet200Response) UnmarshalJSON(src []byte) error + func (v *NullableV1MailboxesGet200Response) Unset() + func (v NullableV1MailboxesGet200Response) Get() *V1MailboxesGet200Response + func (v NullableV1MailboxesGet200Response) IsSet() bool + func (v NullableV1MailboxesGet200Response) MarshalJSON() ([]byte, error) + type NullableV1MailboxesPostRequest struct + func NewNullableV1MailboxesPostRequest(val *V1MailboxesPostRequest) *NullableV1MailboxesPostRequest + func (v *NullableV1MailboxesPostRequest) Set(val *V1MailboxesPostRequest) + func (v *NullableV1MailboxesPostRequest) UnmarshalJSON(src []byte) error + func (v *NullableV1MailboxesPostRequest) Unset() + func (v NullableV1MailboxesPostRequest) Get() *V1MailboxesPostRequest + func (v NullableV1MailboxesPostRequest) IsSet() bool + func (v NullableV1MailboxesPostRequest) MarshalJSON() ([]byte, error) + type NullableV1MessagesGet200Response struct + func NewNullableV1MessagesGet200Response(val *V1MessagesGet200Response) *NullableV1MessagesGet200Response + func (v *NullableV1MessagesGet200Response) Set(val *V1MessagesGet200Response) + func (v *NullableV1MessagesGet200Response) UnmarshalJSON(src []byte) error + func (v *NullableV1MessagesGet200Response) Unset() + func (v NullableV1MessagesGet200Response) Get() *V1MessagesGet200Response + func (v NullableV1MessagesGet200Response) IsSet() bool + func (v NullableV1MessagesGet200Response) MarshalJSON() ([]byte, error) + type NullableV1SendBatchPost200Response struct + func NewNullableV1SendBatchPost200Response(val *V1SendBatchPost200Response) *NullableV1SendBatchPost200Response + func (v *NullableV1SendBatchPost200Response) Set(val *V1SendBatchPost200Response) + func (v *NullableV1SendBatchPost200Response) UnmarshalJSON(src []byte) error + func (v *NullableV1SendBatchPost200Response) Unset() + func (v NullableV1SendBatchPost200Response) Get() *V1SendBatchPost200Response + func (v NullableV1SendBatchPost200Response) IsSet() bool + func (v NullableV1SendBatchPost200Response) MarshalJSON() ([]byte, error) + type NullableV1SendBatchPostRequest struct + func NewNullableV1SendBatchPostRequest(val *V1SendBatchPostRequest) *NullableV1SendBatchPostRequest + func (v *NullableV1SendBatchPostRequest) Set(val *V1SendBatchPostRequest) + func (v *NullableV1SendBatchPostRequest) UnmarshalJSON(src []byte) error + func (v *NullableV1SendBatchPostRequest) Unset() + func (v NullableV1SendBatchPostRequest) Get() *V1SendBatchPostRequest + func (v NullableV1SendBatchPostRequest) IsSet() bool + func (v NullableV1SendBatchPostRequest) MarshalJSON() ([]byte, error) + type NullableV1SendPost202Response struct + func NewNullableV1SendPost202Response(val *V1SendPost202Response) *NullableV1SendPost202Response + func (v *NullableV1SendPost202Response) Set(val *V1SendPost202Response) + func (v *NullableV1SendPost202Response) UnmarshalJSON(src []byte) error + func (v *NullableV1SendPost202Response) Unset() + func (v NullableV1SendPost202Response) Get() *V1SendPost202Response + func (v NullableV1SendPost202Response) IsSet() bool + func (v NullableV1SendPost202Response) MarshalJSON() ([]byte, error) + type NullableV1SendPostRequest struct + func NewNullableV1SendPostRequest(val *V1SendPostRequest) *NullableV1SendPostRequest + func (v *NullableV1SendPostRequest) Set(val *V1SendPostRequest) + func (v *NullableV1SendPostRequest) UnmarshalJSON(src []byte) error + func (v *NullableV1SendPostRequest) Unset() + func (v NullableV1SendPostRequest) Get() *V1SendPostRequest + func (v NullableV1SendPostRequest) IsSet() bool + func (v NullableV1SendPostRequest) MarshalJSON() ([]byte, error) + type NullableV1SendPostRequestAttachmentsInner struct + func NewNullableV1SendPostRequestAttachmentsInner(val *V1SendPostRequestAttachmentsInner) *NullableV1SendPostRequestAttachmentsInner + func (v *NullableV1SendPostRequestAttachmentsInner) Set(val *V1SendPostRequestAttachmentsInner) + func (v *NullableV1SendPostRequestAttachmentsInner) UnmarshalJSON(src []byte) error + func (v *NullableV1SendPostRequestAttachmentsInner) Unset() + func (v NullableV1SendPostRequestAttachmentsInner) Get() *V1SendPostRequestAttachmentsInner + func (v NullableV1SendPostRequestAttachmentsInner) IsSet() bool + func (v NullableV1SendPostRequestAttachmentsInner) MarshalJSON() ([]byte, error) + type NullableV1SuppressionsGet200Response struct + func NewNullableV1SuppressionsGet200Response(val *V1SuppressionsGet200Response) *NullableV1SuppressionsGet200Response + func (v *NullableV1SuppressionsGet200Response) Set(val *V1SuppressionsGet200Response) + func (v *NullableV1SuppressionsGet200Response) UnmarshalJSON(src []byte) error + func (v *NullableV1SuppressionsGet200Response) Unset() + func (v NullableV1SuppressionsGet200Response) Get() *V1SuppressionsGet200Response + func (v NullableV1SuppressionsGet200Response) IsSet() bool + func (v NullableV1SuppressionsGet200Response) MarshalJSON() ([]byte, error) + type NullableV1SuppressionsPostRequest struct + func NewNullableV1SuppressionsPostRequest(val *V1SuppressionsPostRequest) *NullableV1SuppressionsPostRequest + func (v *NullableV1SuppressionsPostRequest) Set(val *V1SuppressionsPostRequest) + func (v *NullableV1SuppressionsPostRequest) UnmarshalJSON(src []byte) error + func (v *NullableV1SuppressionsPostRequest) Unset() + func (v NullableV1SuppressionsPostRequest) Get() *V1SuppressionsPostRequest + func (v NullableV1SuppressionsPostRequest) IsSet() bool + func (v NullableV1SuppressionsPostRequest) MarshalJSON() ([]byte, error) + type NullableV1TemplatesGet200Response struct + func NewNullableV1TemplatesGet200Response(val *V1TemplatesGet200Response) *NullableV1TemplatesGet200Response + func (v *NullableV1TemplatesGet200Response) Set(val *V1TemplatesGet200Response) + func (v *NullableV1TemplatesGet200Response) UnmarshalJSON(src []byte) error + func (v *NullableV1TemplatesGet200Response) Unset() + func (v NullableV1TemplatesGet200Response) Get() *V1TemplatesGet200Response + func (v NullableV1TemplatesGet200Response) IsSet() bool + func (v NullableV1TemplatesGet200Response) MarshalJSON() ([]byte, error) + type NullableV1UsageGet200Response struct + func NewNullableV1UsageGet200Response(val *V1UsageGet200Response) *NullableV1UsageGet200Response + func (v *NullableV1UsageGet200Response) Set(val *V1UsageGet200Response) + func (v *NullableV1UsageGet200Response) UnmarshalJSON(src []byte) error + func (v *NullableV1UsageGet200Response) Unset() + func (v NullableV1UsageGet200Response) Get() *V1UsageGet200Response + func (v NullableV1UsageGet200Response) IsSet() bool + func (v NullableV1UsageGet200Response) MarshalJSON() ([]byte, error) + type NullableV1VacationGet200Response struct + func NewNullableV1VacationGet200Response(val *V1VacationGet200Response) *NullableV1VacationGet200Response + func (v *NullableV1VacationGet200Response) Set(val *V1VacationGet200Response) + func (v *NullableV1VacationGet200Response) UnmarshalJSON(src []byte) error + func (v *NullableV1VacationGet200Response) Unset() + func (v NullableV1VacationGet200Response) Get() *V1VacationGet200Response + func (v NullableV1VacationGet200Response) IsSet() bool + func (v NullableV1VacationGet200Response) MarshalJSON() ([]byte, error) + type NullableV1WebhooksGet200Response struct + func NewNullableV1WebhooksGet200Response(val *V1WebhooksGet200Response) *NullableV1WebhooksGet200Response + func (v *NullableV1WebhooksGet200Response) Set(val *V1WebhooksGet200Response) + func (v *NullableV1WebhooksGet200Response) UnmarshalJSON(src []byte) error + func (v *NullableV1WebhooksGet200Response) Unset() + func (v NullableV1WebhooksGet200Response) Get() *V1WebhooksGet200Response + func (v NullableV1WebhooksGet200Response) IsSet() bool + func (v NullableV1WebhooksGet200Response) MarshalJSON() ([]byte, error) + type NullableV1WebhooksIdPatchRequest struct + func NewNullableV1WebhooksIdPatchRequest(val *V1WebhooksIdPatchRequest) *NullableV1WebhooksIdPatchRequest + func (v *NullableV1WebhooksIdPatchRequest) Set(val *V1WebhooksIdPatchRequest) + func (v *NullableV1WebhooksIdPatchRequest) UnmarshalJSON(src []byte) error + func (v *NullableV1WebhooksIdPatchRequest) Unset() + func (v NullableV1WebhooksIdPatchRequest) Get() *V1WebhooksIdPatchRequest + func (v NullableV1WebhooksIdPatchRequest) IsSet() bool + func (v NullableV1WebhooksIdPatchRequest) MarshalJSON() ([]byte, error) + type NullableV1WebhooksPostRequest struct + func NewNullableV1WebhooksPostRequest(val *V1WebhooksPostRequest) *NullableV1WebhooksPostRequest + func (v *NullableV1WebhooksPostRequest) Set(val *V1WebhooksPostRequest) + func (v *NullableV1WebhooksPostRequest) UnmarshalJSON(src []byte) error + func (v *NullableV1WebhooksPostRequest) Unset() + func (v NullableV1WebhooksPostRequest) Get() *V1WebhooksPostRequest + func (v NullableV1WebhooksPostRequest) IsSet() bool + func (v NullableV1WebhooksPostRequest) MarshalJSON() ([]byte, error) + type NullableVacationParams struct + func NewNullableVacationParams(val *VacationParams) *NullableVacationParams + func (v *NullableVacationParams) Set(val *VacationParams) + func (v *NullableVacationParams) UnmarshalJSON(src []byte) error + func (v *NullableVacationParams) Unset() + func (v NullableVacationParams) Get() *VacationParams + func (v NullableVacationParams) IsSet() bool + func (v NullableVacationParams) MarshalJSON() ([]byte, error) + type NullableVacationResponder struct + func NewNullableVacationResponder(val *VacationResponder) *NullableVacationResponder + func (v *NullableVacationResponder) Set(val *VacationResponder) + func (v *NullableVacationResponder) UnmarshalJSON(src []byte) error + func (v *NullableVacationResponder) Unset() + func (v NullableVacationResponder) Get() *VacationResponder + func (v NullableVacationResponder) IsSet() bool + func (v NullableVacationResponder) MarshalJSON() ([]byte, error) + type NullableWebhook struct + func NewNullableWebhook(val *Webhook) *NullableWebhook + func (v *NullableWebhook) Set(val *Webhook) + func (v *NullableWebhook) UnmarshalJSON(src []byte) error + func (v *NullableWebhook) Unset() + func (v NullableWebhook) Get() *Webhook + func (v NullableWebhook) IsSet() bool + func (v NullableWebhook) MarshalJSON() ([]byte, error) + type PlanCatalogEntry struct + Description string + DisplayName string + HasAiUnits bool + HasE2eEncryption bool + HasSendUnits bool + HasSharedMailboxes bool + MonthlyIncludedSends int32 + Name string + PriceNairaPerSeat int32 + RateCapPerMin int32 + func NewPlanCatalogEntry(name string, displayName string, description string, priceNairaPerSeat int32, ...) *PlanCatalogEntry + func NewPlanCatalogEntryWithDefaults() *PlanCatalogEntry + func (o *PlanCatalogEntry) GetDescription() string + func (o *PlanCatalogEntry) GetDescriptionOk() (*string, bool) + func (o *PlanCatalogEntry) GetDisplayName() string + func (o *PlanCatalogEntry) GetDisplayNameOk() (*string, bool) + func (o *PlanCatalogEntry) GetHasAiUnits() bool + func (o *PlanCatalogEntry) GetHasAiUnitsOk() (*bool, bool) + func (o *PlanCatalogEntry) GetHasE2eEncryption() bool + func (o *PlanCatalogEntry) GetHasE2eEncryptionOk() (*bool, bool) + func (o *PlanCatalogEntry) GetHasSendUnits() bool + func (o *PlanCatalogEntry) GetHasSendUnitsOk() (*bool, bool) + func (o *PlanCatalogEntry) GetHasSharedMailboxes() bool + func (o *PlanCatalogEntry) GetHasSharedMailboxesOk() (*bool, bool) + func (o *PlanCatalogEntry) GetMonthlyIncludedSends() int32 + func (o *PlanCatalogEntry) GetMonthlyIncludedSendsOk() (*int32, bool) + func (o *PlanCatalogEntry) GetName() string + func (o *PlanCatalogEntry) GetNameOk() (*string, bool) + func (o *PlanCatalogEntry) GetPriceNairaPerSeat() int32 + func (o *PlanCatalogEntry) GetPriceNairaPerSeatOk() (*int32, bool) + func (o *PlanCatalogEntry) GetRateCapPerMin() int32 + func (o *PlanCatalogEntry) GetRateCapPerMinOk() (*int32, bool) + func (o *PlanCatalogEntry) SetDescription(v string) + func (o *PlanCatalogEntry) SetDisplayName(v string) + func (o *PlanCatalogEntry) SetHasAiUnits(v bool) + func (o *PlanCatalogEntry) SetHasE2eEncryption(v bool) + func (o *PlanCatalogEntry) SetHasSendUnits(v bool) + func (o *PlanCatalogEntry) SetHasSharedMailboxes(v bool) + func (o *PlanCatalogEntry) SetMonthlyIncludedSends(v int32) + func (o *PlanCatalogEntry) SetName(v string) + func (o *PlanCatalogEntry) SetPriceNairaPerSeat(v int32) + func (o *PlanCatalogEntry) SetRateCapPerMin(v int32) + func (o *PlanCatalogEntry) UnmarshalJSON(data []byte) (err error) + func (o PlanCatalogEntry) MarshalJSON() ([]byte, error) + func (o PlanCatalogEntry) ToMap() (map[string]interface{}, error) + type Problem struct + Detail *string + Instance *string + Status int32 + Title string + Type string + func NewProblem(type_ string, status int32, title string) *Problem + func NewProblemWithDefaults() *Problem + func (o *Problem) GetDetail() string + func (o *Problem) GetDetailOk() (*string, bool) + func (o *Problem) GetInstance() string + func (o *Problem) GetInstanceOk() (*string, bool) + func (o *Problem) GetStatus() int32 + func (o *Problem) GetStatusOk() (*int32, bool) + func (o *Problem) GetTitle() string + func (o *Problem) GetTitleOk() (*string, bool) + func (o *Problem) GetType() string + func (o *Problem) GetTypeOk() (*string, bool) + func (o *Problem) HasDetail() bool + func (o *Problem) HasInstance() bool + func (o *Problem) SetDetail(v string) + func (o *Problem) SetInstance(v string) + func (o *Problem) SetStatus(v int32) + func (o *Problem) SetTitle(v string) + func (o *Problem) SetType(v string) + func (o *Problem) UnmarshalJSON(data []byte) (err error) + func (o Problem) MarshalJSON() ([]byte, error) + func (o Problem) ToMap() (map[string]interface{}, error) + type ReplaceDistributionListMembers200Response struct + Id string + ListAddress string + MemberCount int32 + Members []string + TenantId string + func NewReplaceDistributionListMembers200Response(id string, tenantId string, listAddress string, members []string, ...) *ReplaceDistributionListMembers200Response + func NewReplaceDistributionListMembers200ResponseWithDefaults() *ReplaceDistributionListMembers200Response + func (o *ReplaceDistributionListMembers200Response) GetId() string + func (o *ReplaceDistributionListMembers200Response) GetIdOk() (*string, bool) + func (o *ReplaceDistributionListMembers200Response) GetListAddress() string + func (o *ReplaceDistributionListMembers200Response) GetListAddressOk() (*string, bool) + func (o *ReplaceDistributionListMembers200Response) GetMemberCount() int32 + func (o *ReplaceDistributionListMembers200Response) GetMemberCountOk() (*int32, bool) + func (o *ReplaceDistributionListMembers200Response) GetMembers() []string + func (o *ReplaceDistributionListMembers200Response) GetMembersOk() ([]string, bool) + func (o *ReplaceDistributionListMembers200Response) GetTenantId() string + func (o *ReplaceDistributionListMembers200Response) GetTenantIdOk() (*string, bool) + func (o *ReplaceDistributionListMembers200Response) SetId(v string) + func (o *ReplaceDistributionListMembers200Response) SetListAddress(v string) + func (o *ReplaceDistributionListMembers200Response) SetMemberCount(v int32) + func (o *ReplaceDistributionListMembers200Response) SetMembers(v []string) + func (o *ReplaceDistributionListMembers200Response) SetTenantId(v string) + func (o *ReplaceDistributionListMembers200Response) UnmarshalJSON(data []byte) (err error) + func (o ReplaceDistributionListMembers200Response) MarshalJSON() ([]byte, error) + func (o ReplaceDistributionListMembers200Response) ToMap() (map[string]interface{}, error) + type ReplaceDistributionListMembersRequest struct + Members []string + func NewReplaceDistributionListMembersRequest(members []string) *ReplaceDistributionListMembersRequest + func NewReplaceDistributionListMembersRequestWithDefaults() *ReplaceDistributionListMembersRequest + func (o *ReplaceDistributionListMembersRequest) GetMembers() []string + func (o *ReplaceDistributionListMembersRequest) GetMembersOk() ([]string, bool) + func (o *ReplaceDistributionListMembersRequest) SetMembers(v []string) + func (o *ReplaceDistributionListMembersRequest) UnmarshalJSON(data []byte) (err error) + func (o ReplaceDistributionListMembersRequest) MarshalJSON() ([]byte, error) + func (o ReplaceDistributionListMembersRequest) ToMap() (map[string]interface{}, error) + type Resource struct + Capacity *int32 + CreatedAt time.Time + Id string + Name string + Status string + TenantId string + Type string + UpdatedAt time.Time + func NewResource(id string, tenantId string, name string, type_ string, status string, ...) *Resource + func NewResourceWithDefaults() *Resource + func (o *Resource) GetCapacity() int32 + func (o *Resource) GetCapacityOk() (*int32, bool) + func (o *Resource) GetCreatedAt() time.Time + func (o *Resource) GetCreatedAtOk() (*time.Time, bool) + func (o *Resource) GetId() string + func (o *Resource) GetIdOk() (*string, bool) + func (o *Resource) GetName() string + func (o *Resource) GetNameOk() (*string, bool) + func (o *Resource) GetStatus() string + func (o *Resource) GetStatusOk() (*string, bool) + func (o *Resource) GetTenantId() string + func (o *Resource) GetTenantIdOk() (*string, bool) + func (o *Resource) GetType() string + func (o *Resource) GetTypeOk() (*string, bool) + func (o *Resource) GetUpdatedAt() time.Time + func (o *Resource) GetUpdatedAtOk() (*time.Time, bool) + func (o *Resource) HasCapacity() bool + func (o *Resource) SetCapacity(v int32) + func (o *Resource) SetCreatedAt(v time.Time) + func (o *Resource) SetId(v string) + func (o *Resource) SetName(v string) + func (o *Resource) SetStatus(v string) + func (o *Resource) SetTenantId(v string) + func (o *Resource) SetType(v string) + func (o *Resource) SetUpdatedAt(v time.Time) + func (o *Resource) UnmarshalJSON(data []byte) (err error) + func (o Resource) MarshalJSON() ([]byte, error) + func (o Resource) ToMap() (map[string]interface{}, error) + type ResourcesAPIService service + func (a *ResourcesAPIService) CreateResource(ctx context.Context) ApiCreateResourceRequest + func (a *ResourcesAPIService) CreateResourceExecute(r ApiCreateResourceRequest) (*Resource, *http.Response, error) + func (a *ResourcesAPIService) DeleteResource(ctx context.Context, id string) ApiDeleteResourceRequest + func (a *ResourcesAPIService) DeleteResourceExecute(r ApiDeleteResourceRequest) (*http.Response, error) + func (a *ResourcesAPIService) GetResource(ctx context.Context, id string) ApiGetResourceRequest + func (a *ResourcesAPIService) GetResourceExecute(r ApiGetResourceRequest) (*Resource, *http.Response, error) + func (a *ResourcesAPIService) ListResources(ctx context.Context) ApiListResourcesRequest + func (a *ResourcesAPIService) ListResourcesExecute(r ApiListResourcesRequest) (*ListResources200Response, *http.Response, error) + func (a *ResourcesAPIService) UpdateResource(ctx context.Context, id string) ApiUpdateResourceRequest + func (a *ResourcesAPIService) UpdateResourceExecute(r ApiUpdateResourceRequest) (*Resource, *http.Response, error) + type RotateEncryptionKeyRequest struct + EncryptedPrivateKey string + KdfParams map[string]interface{} + MailboxEmail string + func NewRotateEncryptionKeyRequest(mailboxEmail string, encryptedPrivateKey string) *RotateEncryptionKeyRequest + func NewRotateEncryptionKeyRequestWithDefaults() *RotateEncryptionKeyRequest + func (o *RotateEncryptionKeyRequest) GetEncryptedPrivateKey() string + func (o *RotateEncryptionKeyRequest) GetEncryptedPrivateKeyOk() (*string, bool) + func (o *RotateEncryptionKeyRequest) GetKdfParams() map[string]interface{} + func (o *RotateEncryptionKeyRequest) GetKdfParamsOk() (map[string]interface{}, bool) + func (o *RotateEncryptionKeyRequest) GetMailboxEmail() string + func (o *RotateEncryptionKeyRequest) GetMailboxEmailOk() (*string, bool) + func (o *RotateEncryptionKeyRequest) HasKdfParams() bool + func (o *RotateEncryptionKeyRequest) SetEncryptedPrivateKey(v string) + func (o *RotateEncryptionKeyRequest) SetKdfParams(v map[string]interface{}) + func (o *RotateEncryptionKeyRequest) SetMailboxEmail(v string) + func (o *RotateEncryptionKeyRequest) UnmarshalJSON(data []byte) (err error) + func (o RotateEncryptionKeyRequest) MarshalJSON() ([]byte, error) + func (o RotateEncryptionKeyRequest) ToMap() (map[string]interface{}, error) + type SendAPIService service + func (a *SendAPIService) V1MessagesGet(ctx context.Context) ApiV1MessagesGetRequest + func (a *SendAPIService) V1MessagesGetExecute(r ApiV1MessagesGetRequest) (*V1MessagesGet200Response, *http.Response, error) + func (a *SendAPIService) V1MessagesIdDelete(ctx context.Context, id string) ApiV1MessagesIdDeleteRequest + func (a *SendAPIService) V1MessagesIdDeleteExecute(r ApiV1MessagesIdDeleteRequest) (*http.Response, error) + func (a *SendAPIService) V1MessagesIdGet(ctx context.Context, id string) ApiV1MessagesIdGetRequest + func (a *SendAPIService) V1MessagesIdGetExecute(r ApiV1MessagesIdGetRequest) (*Message, *http.Response, error) + func (a *SendAPIService) V1MessagesStatsGet(ctx context.Context) ApiV1MessagesStatsGetRequest + func (a *SendAPIService) V1MessagesStatsGetExecute(r ApiV1MessagesStatsGetRequest) (*MessageStats, *http.Response, error) + func (a *SendAPIService) V1SendBatchPost(ctx context.Context) ApiV1SendBatchPostRequest + func (a *SendAPIService) V1SendBatchPostExecute(r ApiV1SendBatchPostRequest) (*V1SendBatchPost200Response, *http.Response, error) + func (a *SendAPIService) V1SendPost(ctx context.Context) ApiV1SendPostRequest + func (a *SendAPIService) V1SendPostExecute(r ApiV1SendPostRequest) (*V1SendPost202Response, *http.Response, error) + type SendMessage struct + Attachments []V1SendPostRequestAttachmentsInner + Bcc []string + Cc []string + From string + Headers map[string]string + Html *string + SendAt *time.Time + Subject *string + TemplateId *string + Text *string + To []string + Unsubscribe *bool + Variables map[string]string + func NewSendMessage(from string, to []string) *SendMessage + func NewSendMessageWithDefaults() *SendMessage + func (o *SendMessage) GetAttachments() []V1SendPostRequestAttachmentsInner + func (o *SendMessage) GetAttachmentsOk() ([]V1SendPostRequestAttachmentsInner, bool) + func (o *SendMessage) GetBcc() []string + func (o *SendMessage) GetBccOk() ([]string, bool) + func (o *SendMessage) GetCc() []string + func (o *SendMessage) GetCcOk() ([]string, bool) + func (o *SendMessage) GetFrom() string + func (o *SendMessage) GetFromOk() (*string, bool) + func (o *SendMessage) GetHeaders() map[string]string + func (o *SendMessage) GetHeadersOk() (map[string]string, bool) + func (o *SendMessage) GetHtml() string + func (o *SendMessage) GetHtmlOk() (*string, bool) + func (o *SendMessage) GetSendAt() time.Time + func (o *SendMessage) GetSendAtOk() (*time.Time, bool) + func (o *SendMessage) GetSubject() string + func (o *SendMessage) GetSubjectOk() (*string, bool) + func (o *SendMessage) GetTemplateId() string + func (o *SendMessage) GetTemplateIdOk() (*string, bool) + func (o *SendMessage) GetText() string + func (o *SendMessage) GetTextOk() (*string, bool) + func (o *SendMessage) GetTo() []string + func (o *SendMessage) GetToOk() ([]string, bool) + func (o *SendMessage) GetUnsubscribe() bool + func (o *SendMessage) GetUnsubscribeOk() (*bool, bool) + func (o *SendMessage) GetVariables() map[string]string + func (o *SendMessage) GetVariablesOk() (map[string]string, bool) + func (o *SendMessage) HasAttachments() bool + func (o *SendMessage) HasBcc() bool + func (o *SendMessage) HasCc() bool + func (o *SendMessage) HasHeaders() bool + func (o *SendMessage) HasHtml() bool + func (o *SendMessage) HasSendAt() bool + func (o *SendMessage) HasSubject() bool + func (o *SendMessage) HasTemplateId() bool + func (o *SendMessage) HasText() bool + func (o *SendMessage) HasUnsubscribe() bool + func (o *SendMessage) HasVariables() bool + func (o *SendMessage) SetAttachments(v []V1SendPostRequestAttachmentsInner) + func (o *SendMessage) SetBcc(v []string) + func (o *SendMessage) SetCc(v []string) + func (o *SendMessage) SetFrom(v string) + func (o *SendMessage) SetHeaders(v map[string]string) + func (o *SendMessage) SetHtml(v string) + func (o *SendMessage) SetSendAt(v time.Time) + func (o *SendMessage) SetSubject(v string) + func (o *SendMessage) SetTemplateId(v string) + func (o *SendMessage) SetText(v string) + func (o *SendMessage) SetTo(v []string) + func (o *SendMessage) SetUnsubscribe(v bool) + func (o *SendMessage) SetVariables(v map[string]string) + func (o *SendMessage) UnmarshalJSON(data []byte) (err error) + func (o SendMessage) MarshalJSON() ([]byte, error) + func (o SendMessage) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type SharedMember struct + CreatedAt time.Time + Id string + MailboxId string + MemberEmail string + Role string + TenantId string + func NewSharedMember(id string, mailboxId string, tenantId string, memberEmail string, role string, ...) *SharedMember + func NewSharedMemberWithDefaults() *SharedMember + func (o *SharedMember) GetCreatedAt() time.Time + func (o *SharedMember) GetCreatedAtOk() (*time.Time, bool) + func (o *SharedMember) GetId() string + func (o *SharedMember) GetIdOk() (*string, bool) + func (o *SharedMember) GetMailboxId() string + func (o *SharedMember) GetMailboxIdOk() (*string, bool) + func (o *SharedMember) GetMemberEmail() string + func (o *SharedMember) GetMemberEmailOk() (*string, bool) + func (o *SharedMember) GetRole() string + func (o *SharedMember) GetRoleOk() (*string, bool) + func (o *SharedMember) GetTenantId() string + func (o *SharedMember) GetTenantIdOk() (*string, bool) + func (o *SharedMember) SetCreatedAt(v time.Time) + func (o *SharedMember) SetId(v string) + func (o *SharedMember) SetMailboxId(v string) + func (o *SharedMember) SetMemberEmail(v string) + func (o *SharedMember) SetRole(v string) + func (o *SharedMember) SetTenantId(v string) + func (o *SharedMember) UnmarshalJSON(data []byte) (err error) + func (o SharedMember) MarshalJSON() ([]byte, error) + func (o SharedMember) ToMap() (map[string]interface{}, error) + type SignupAPIService service + func (a *SignupAPIService) Signup(ctx context.Context) ApiSignupRequest + func (a *SignupAPIService) SignupExecute(r ApiSignupRequest) (*V1AdminLoginPost200Response, *http.Response, error) + type SignupRequest struct + AdminEmail string + DisplayName *string + Mode *string + Password string + Slug string + func NewSignupRequest(slug string, adminEmail string, password string) *SignupRequest + func NewSignupRequestWithDefaults() *SignupRequest + func (o *SignupRequest) GetAdminEmail() string + func (o *SignupRequest) GetAdminEmailOk() (*string, bool) + func (o *SignupRequest) GetDisplayName() string + func (o *SignupRequest) GetDisplayNameOk() (*string, bool) + func (o *SignupRequest) GetMode() string + func (o *SignupRequest) GetModeOk() (*string, bool) + func (o *SignupRequest) GetPassword() string + func (o *SignupRequest) GetPasswordOk() (*string, bool) + func (o *SignupRequest) GetSlug() string + func (o *SignupRequest) GetSlugOk() (*string, bool) + func (o *SignupRequest) HasDisplayName() bool + func (o *SignupRequest) HasMode() bool + func (o *SignupRequest) SetAdminEmail(v string) + func (o *SignupRequest) SetDisplayName(v string) + func (o *SignupRequest) SetMode(v string) + func (o *SignupRequest) SetPassword(v string) + func (o *SignupRequest) SetSlug(v string) + func (o *SignupRequest) UnmarshalJSON(data []byte) (err error) + func (o SignupRequest) MarshalJSON() ([]byte, error) + func (o SignupRequest) ToMap() (map[string]interface{}, error) + type StartMigration202Response struct + MailboxesQueued int32 + Status string + func NewStartMigration202Response(status string, mailboxesQueued int32) *StartMigration202Response + func NewStartMigration202ResponseWithDefaults() *StartMigration202Response + func (o *StartMigration202Response) GetMailboxesQueued() int32 + func (o *StartMigration202Response) GetMailboxesQueuedOk() (*int32, bool) + func (o *StartMigration202Response) GetStatus() string + func (o *StartMigration202Response) GetStatusOk() (*string, bool) + func (o *StartMigration202Response) SetMailboxesQueued(v int32) + func (o *StartMigration202Response) SetStatus(v string) + func (o *StartMigration202Response) UnmarshalJSON(data []byte) (err error) + func (o StartMigration202Response) MarshalJSON() ([]byte, error) + func (o StartMigration202Response) ToMap() (map[string]interface{}, error) + type Suppression struct + CreatedAt *time.Time + Email *string + Reason *string + Source *string + func NewSuppression() *Suppression + func NewSuppressionWithDefaults() *Suppression + func (o *Suppression) GetCreatedAt() time.Time + func (o *Suppression) GetCreatedAtOk() (*time.Time, bool) + func (o *Suppression) GetEmail() string + func (o *Suppression) GetEmailOk() (*string, bool) + func (o *Suppression) GetReason() string + func (o *Suppression) GetReasonOk() (*string, bool) + func (o *Suppression) GetSource() string + func (o *Suppression) GetSourceOk() (*string, bool) + func (o *Suppression) HasCreatedAt() bool + func (o *Suppression) HasEmail() bool + func (o *Suppression) HasReason() bool + func (o *Suppression) HasSource() bool + func (o *Suppression) SetCreatedAt(v time.Time) + func (o *Suppression) SetEmail(v string) + func (o *Suppression) SetReason(v string) + func (o *Suppression) SetSource(v string) + func (o Suppression) MarshalJSON() ([]byte, error) + func (o Suppression) ToMap() (map[string]interface{}, error) + type SuppressionsAPIService service + func (a *SuppressionsAPIService) V1SuppressionsEmailDelete(ctx context.Context, email string) ApiV1SuppressionsEmailDeleteRequest + func (a *SuppressionsAPIService) V1SuppressionsEmailDeleteExecute(r ApiV1SuppressionsEmailDeleteRequest) (*http.Response, error) + func (a *SuppressionsAPIService) V1SuppressionsEmailGet(ctx context.Context, email string) ApiV1SuppressionsEmailGetRequest + func (a *SuppressionsAPIService) V1SuppressionsEmailGetExecute(r ApiV1SuppressionsEmailGetRequest) (*Suppression, *http.Response, error) + func (a *SuppressionsAPIService) V1SuppressionsGet(ctx context.Context) ApiV1SuppressionsGetRequest + func (a *SuppressionsAPIService) V1SuppressionsGetExecute(r ApiV1SuppressionsGetRequest) (*V1SuppressionsGet200Response, *http.Response, error) + func (a *SuppressionsAPIService) V1SuppressionsPost(ctx context.Context) ApiV1SuppressionsPostRequest + func (a *SuppressionsAPIService) V1SuppressionsPostExecute(r ApiV1SuppressionsPostRequest) (*Suppression, *http.Response, error) + type Template struct + CreatedAt *time.Time + Html *string + Id *string + Name *string + Subject *string + Text *string + UpdatedAt *time.Time + func NewTemplate() *Template + func NewTemplateWithDefaults() *Template + func (o *Template) GetCreatedAt() time.Time + func (o *Template) GetCreatedAtOk() (*time.Time, bool) + func (o *Template) GetHtml() string + func (o *Template) GetHtmlOk() (*string, bool) + func (o *Template) GetId() string + func (o *Template) GetIdOk() (*string, bool) + func (o *Template) GetName() string + func (o *Template) GetNameOk() (*string, bool) + func (o *Template) GetSubject() string + func (o *Template) GetSubjectOk() (*string, bool) + func (o *Template) GetText() string + func (o *Template) GetTextOk() (*string, bool) + func (o *Template) GetUpdatedAt() time.Time + func (o *Template) GetUpdatedAtOk() (*time.Time, bool) + func (o *Template) HasCreatedAt() bool + func (o *Template) HasHtml() bool + func (o *Template) HasId() bool + func (o *Template) HasName() bool + func (o *Template) HasSubject() bool + func (o *Template) HasText() bool + func (o *Template) HasUpdatedAt() bool + func (o *Template) SetCreatedAt(v time.Time) + func (o *Template) SetHtml(v string) + func (o *Template) SetId(v string) + func (o *Template) SetName(v string) + func (o *Template) SetSubject(v string) + func (o *Template) SetText(v string) + func (o *Template) SetUpdatedAt(v time.Time) + func (o Template) MarshalJSON() ([]byte, error) + func (o Template) ToMap() (map[string]interface{}, error) + type TemplateInput struct + Html *string + Name string + Subject *string + Text *string + func NewTemplateInput(name string) *TemplateInput + func NewTemplateInputWithDefaults() *TemplateInput + func (o *TemplateInput) GetHtml() string + func (o *TemplateInput) GetHtmlOk() (*string, bool) + func (o *TemplateInput) GetName() string + func (o *TemplateInput) GetNameOk() (*string, bool) + func (o *TemplateInput) GetSubject() string + func (o *TemplateInput) GetSubjectOk() (*string, bool) + func (o *TemplateInput) GetText() string + func (o *TemplateInput) GetTextOk() (*string, bool) + func (o *TemplateInput) HasHtml() bool + func (o *TemplateInput) HasSubject() bool + func (o *TemplateInput) HasText() bool + func (o *TemplateInput) SetHtml(v string) + func (o *TemplateInput) SetName(v string) + func (o *TemplateInput) SetSubject(v string) + func (o *TemplateInput) SetText(v string) + func (o *TemplateInput) UnmarshalJSON(data []byte) (err error) + func (o TemplateInput) MarshalJSON() ([]byte, error) + func (o TemplateInput) ToMap() (map[string]interface{}, error) + type TemplatesAPIService service + func (a *TemplatesAPIService) V1TemplatesGet(ctx context.Context) ApiV1TemplatesGetRequest + func (a *TemplatesAPIService) V1TemplatesGetExecute(r ApiV1TemplatesGetRequest) (*V1TemplatesGet200Response, *http.Response, error) + func (a *TemplatesAPIService) V1TemplatesIdDelete(ctx context.Context, id string) ApiV1TemplatesIdDeleteRequest + func (a *TemplatesAPIService) V1TemplatesIdDeleteExecute(r ApiV1TemplatesIdDeleteRequest) (*http.Response, error) + func (a *TemplatesAPIService) V1TemplatesIdGet(ctx context.Context, id string) ApiV1TemplatesIdGetRequest + func (a *TemplatesAPIService) V1TemplatesIdGetExecute(r ApiV1TemplatesIdGetRequest) (*Template, *http.Response, error) + func (a *TemplatesAPIService) V1TemplatesIdPut(ctx context.Context, id string) ApiV1TemplatesIdPutRequest + func (a *TemplatesAPIService) V1TemplatesIdPutExecute(r ApiV1TemplatesIdPutRequest) (*Template, *http.Response, error) + func (a *TemplatesAPIService) V1TemplatesPost(ctx context.Context) ApiV1TemplatesPostRequest + func (a *TemplatesAPIService) V1TemplatesPostExecute(r ApiV1TemplatesPostRequest) (*Template, *http.Response, error) + type Tenant struct + AdminEmail string + ClosedAt *time.Time + CreatedAt time.Time + DailyMsgQuota int32 + DisplayName string + HardDeleteAfter *time.Time + Id string + Plan string + RateCapPerMin int32 + Slug string + Status string + SuspendedAt *time.Time + func NewTenant(id string, slug string, displayName string, status string, plan string, ...) *Tenant + func NewTenantWithDefaults() *Tenant + func (o *Tenant) GetAdminEmail() string + func (o *Tenant) GetAdminEmailOk() (*string, bool) + func (o *Tenant) GetClosedAt() time.Time + func (o *Tenant) GetClosedAtOk() (*time.Time, bool) + func (o *Tenant) GetCreatedAt() time.Time + func (o *Tenant) GetCreatedAtOk() (*time.Time, bool) + func (o *Tenant) GetDailyMsgQuota() int32 + func (o *Tenant) GetDailyMsgQuotaOk() (*int32, bool) + func (o *Tenant) GetDisplayName() string + func (o *Tenant) GetDisplayNameOk() (*string, bool) + func (o *Tenant) GetHardDeleteAfter() time.Time + func (o *Tenant) GetHardDeleteAfterOk() (*time.Time, bool) + func (o *Tenant) GetId() string + func (o *Tenant) GetIdOk() (*string, bool) + func (o *Tenant) GetPlan() string + func (o *Tenant) GetPlanOk() (*string, bool) + func (o *Tenant) GetRateCapPerMin() int32 + func (o *Tenant) GetRateCapPerMinOk() (*int32, bool) + func (o *Tenant) GetSlug() string + func (o *Tenant) GetSlugOk() (*string, bool) + func (o *Tenant) GetStatus() string + func (o *Tenant) GetStatusOk() (*string, bool) + func (o *Tenant) GetSuspendedAt() time.Time + func (o *Tenant) GetSuspendedAtOk() (*time.Time, bool) + func (o *Tenant) HasClosedAt() bool + func (o *Tenant) HasHardDeleteAfter() bool + func (o *Tenant) HasSuspendedAt() bool + func (o *Tenant) SetAdminEmail(v string) + func (o *Tenant) SetClosedAt(v time.Time) + func (o *Tenant) SetCreatedAt(v time.Time) + func (o *Tenant) SetDailyMsgQuota(v int32) + func (o *Tenant) SetDisplayName(v string) + func (o *Tenant) SetHardDeleteAfter(v time.Time) + func (o *Tenant) SetId(v string) + func (o *Tenant) SetPlan(v string) + func (o *Tenant) SetRateCapPerMin(v int32) + func (o *Tenant) SetSlug(v string) + func (o *Tenant) SetStatus(v string) + func (o *Tenant) SetSuspendedAt(v time.Time) + func (o *Tenant) UnmarshalJSON(data []byte) (err error) + func (o Tenant) MarshalJSON() ([]byte, error) + func (o Tenant) ToMap() (map[string]interface{}, error) + type TenantAPIService service + func (a *TenantAPIService) V1TenantGet(ctx context.Context) ApiV1TenantGetRequest + func (a *TenantAPIService) V1TenantGetExecute(r ApiV1TenantGetRequest) (*Tenant, *http.Response, error) + func (a *TenantAPIService) V1UsageGet(ctx context.Context) ApiV1UsageGetRequest + func (a *TenantAPIService) V1UsageGetExecute(r ApiV1UsageGetRequest) (*V1UsageGet200Response, *http.Response, error) + type TestAPIService service + func (a *TestAPIService) V1TestInboundPost(ctx context.Context) ApiV1TestInboundPostRequest + func (a *TestAPIService) V1TestInboundPostExecute(r ApiV1TestInboundPostRequest) (map[string]interface{}, *http.Response, error) + type UnitBundle struct + DisplayName string + DisplayPrice string + Key string + PriceNaira int32 + Units int32 + func NewUnitBundle(key string, units int32, displayName string, priceNaira int32, ...) *UnitBundle + func NewUnitBundleWithDefaults() *UnitBundle + func (o *UnitBundle) GetDisplayName() string + func (o *UnitBundle) GetDisplayNameOk() (*string, bool) + func (o *UnitBundle) GetDisplayPrice() string + func (o *UnitBundle) GetDisplayPriceOk() (*string, bool) + func (o *UnitBundle) GetKey() string + func (o *UnitBundle) GetKeyOk() (*string, bool) + func (o *UnitBundle) GetPriceNaira() int32 + func (o *UnitBundle) GetPriceNairaOk() (*int32, bool) + func (o *UnitBundle) GetUnits() int32 + func (o *UnitBundle) GetUnitsOk() (*int32, bool) + func (o *UnitBundle) SetDisplayName(v string) + func (o *UnitBundle) SetDisplayPrice(v string) + func (o *UnitBundle) SetKey(v string) + func (o *UnitBundle) SetPriceNaira(v int32) + func (o *UnitBundle) SetUnits(v int32) + func (o *UnitBundle) UnmarshalJSON(data []byte) (err error) + func (o UnitBundle) MarshalJSON() ([]byte, error) + func (o UnitBundle) ToMap() (map[string]interface{}, error) + type UpdateCalendarEventRequest struct + AllDay *bool + Description *string + EndsAt *time.Time + Location *string + StartsAt *time.Time + Title *string + func NewUpdateCalendarEventRequest() *UpdateCalendarEventRequest + func NewUpdateCalendarEventRequestWithDefaults() *UpdateCalendarEventRequest + func (o *UpdateCalendarEventRequest) GetAllDay() bool + func (o *UpdateCalendarEventRequest) GetAllDayOk() (*bool, bool) + func (o *UpdateCalendarEventRequest) GetDescription() string + func (o *UpdateCalendarEventRequest) GetDescriptionOk() (*string, bool) + func (o *UpdateCalendarEventRequest) GetEndsAt() time.Time + func (o *UpdateCalendarEventRequest) GetEndsAtOk() (*time.Time, bool) + func (o *UpdateCalendarEventRequest) GetLocation() string + func (o *UpdateCalendarEventRequest) GetLocationOk() (*string, bool) + func (o *UpdateCalendarEventRequest) GetStartsAt() time.Time + func (o *UpdateCalendarEventRequest) GetStartsAtOk() (*time.Time, bool) + func (o *UpdateCalendarEventRequest) GetTitle() string + func (o *UpdateCalendarEventRequest) GetTitleOk() (*string, bool) + func (o *UpdateCalendarEventRequest) HasAllDay() bool + func (o *UpdateCalendarEventRequest) HasDescription() bool + func (o *UpdateCalendarEventRequest) HasEndsAt() bool + func (o *UpdateCalendarEventRequest) HasLocation() bool + func (o *UpdateCalendarEventRequest) HasStartsAt() bool + func (o *UpdateCalendarEventRequest) HasTitle() bool + func (o *UpdateCalendarEventRequest) SetAllDay(v bool) + func (o *UpdateCalendarEventRequest) SetDescription(v string) + func (o *UpdateCalendarEventRequest) SetEndsAt(v time.Time) + func (o *UpdateCalendarEventRequest) SetLocation(v string) + func (o *UpdateCalendarEventRequest) SetStartsAt(v time.Time) + func (o *UpdateCalendarEventRequest) SetTitle(v string) + func (o UpdateCalendarEventRequest) MarshalJSON() ([]byte, error) + func (o UpdateCalendarEventRequest) ToMap() (map[string]interface{}, error) + type UpdateCalendarIntegrationRequest struct + ErrorMessage *string + Label *string + Status *string + func NewUpdateCalendarIntegrationRequest() *UpdateCalendarIntegrationRequest + func NewUpdateCalendarIntegrationRequestWithDefaults() *UpdateCalendarIntegrationRequest + func (o *UpdateCalendarIntegrationRequest) GetErrorMessage() string + func (o *UpdateCalendarIntegrationRequest) GetErrorMessageOk() (*string, bool) + func (o *UpdateCalendarIntegrationRequest) GetLabel() string + func (o *UpdateCalendarIntegrationRequest) GetLabelOk() (*string, bool) + func (o *UpdateCalendarIntegrationRequest) GetStatus() string + func (o *UpdateCalendarIntegrationRequest) GetStatusOk() (*string, bool) + func (o *UpdateCalendarIntegrationRequest) HasErrorMessage() bool + func (o *UpdateCalendarIntegrationRequest) HasLabel() bool + func (o *UpdateCalendarIntegrationRequest) HasStatus() bool + func (o *UpdateCalendarIntegrationRequest) SetErrorMessage(v string) + func (o *UpdateCalendarIntegrationRequest) SetLabel(v string) + func (o *UpdateCalendarIntegrationRequest) SetStatus(v string) + func (o UpdateCalendarIntegrationRequest) MarshalJSON() ([]byte, error) + func (o UpdateCalendarIntegrationRequest) ToMap() (map[string]interface{}, error) + type UpdateCalendarMemberRequest struct + Role string + func NewUpdateCalendarMemberRequest(role string) *UpdateCalendarMemberRequest + func NewUpdateCalendarMemberRequestWithDefaults() *UpdateCalendarMemberRequest + func (o *UpdateCalendarMemberRequest) GetRole() string + func (o *UpdateCalendarMemberRequest) GetRoleOk() (*string, bool) + func (o *UpdateCalendarMemberRequest) SetRole(v string) + func (o *UpdateCalendarMemberRequest) UnmarshalJSON(data []byte) (err error) + func (o UpdateCalendarMemberRequest) MarshalJSON() ([]byte, error) + func (o UpdateCalendarMemberRequest) ToMap() (map[string]interface{}, error) + type UpdateCalendarPoliciesRequest struct + BookingWindowDays *int32 + ExternalInvitesAllowed *bool + ExternalSharingAllowed *bool + MaxMeetingDurationMins *int32 + PublicLinksEnabled *bool + RecurringMeetingLimit *int32 + ResourceApprovalMode *string + WorkingHoursEnd *string + WorkingHoursStart *string + func NewUpdateCalendarPoliciesRequest() *UpdateCalendarPoliciesRequest + func NewUpdateCalendarPoliciesRequestWithDefaults() *UpdateCalendarPoliciesRequest + func (o *UpdateCalendarPoliciesRequest) GetBookingWindowDays() int32 + func (o *UpdateCalendarPoliciesRequest) GetBookingWindowDaysOk() (*int32, bool) + func (o *UpdateCalendarPoliciesRequest) GetExternalInvitesAllowed() bool + func (o *UpdateCalendarPoliciesRequest) GetExternalInvitesAllowedOk() (*bool, bool) + func (o *UpdateCalendarPoliciesRequest) GetExternalSharingAllowed() bool + func (o *UpdateCalendarPoliciesRequest) GetExternalSharingAllowedOk() (*bool, bool) + func (o *UpdateCalendarPoliciesRequest) GetMaxMeetingDurationMins() int32 + func (o *UpdateCalendarPoliciesRequest) GetMaxMeetingDurationMinsOk() (*int32, bool) + func (o *UpdateCalendarPoliciesRequest) GetPublicLinksEnabled() bool + func (o *UpdateCalendarPoliciesRequest) GetPublicLinksEnabledOk() (*bool, bool) + func (o *UpdateCalendarPoliciesRequest) GetRecurringMeetingLimit() int32 + func (o *UpdateCalendarPoliciesRequest) GetRecurringMeetingLimitOk() (*int32, bool) + func (o *UpdateCalendarPoliciesRequest) GetResourceApprovalMode() string + func (o *UpdateCalendarPoliciesRequest) GetResourceApprovalModeOk() (*string, bool) + func (o *UpdateCalendarPoliciesRequest) GetWorkingHoursEnd() string + func (o *UpdateCalendarPoliciesRequest) GetWorkingHoursEndOk() (*string, bool) + func (o *UpdateCalendarPoliciesRequest) GetWorkingHoursStart() string + func (o *UpdateCalendarPoliciesRequest) GetWorkingHoursStartOk() (*string, bool) + func (o *UpdateCalendarPoliciesRequest) HasBookingWindowDays() bool + func (o *UpdateCalendarPoliciesRequest) HasExternalInvitesAllowed() bool + func (o *UpdateCalendarPoliciesRequest) HasExternalSharingAllowed() bool + func (o *UpdateCalendarPoliciesRequest) HasMaxMeetingDurationMins() bool + func (o *UpdateCalendarPoliciesRequest) HasPublicLinksEnabled() bool + func (o *UpdateCalendarPoliciesRequest) HasRecurringMeetingLimit() bool + func (o *UpdateCalendarPoliciesRequest) HasResourceApprovalMode() bool + func (o *UpdateCalendarPoliciesRequest) HasWorkingHoursEnd() bool + func (o *UpdateCalendarPoliciesRequest) HasWorkingHoursStart() bool + func (o *UpdateCalendarPoliciesRequest) SetBookingWindowDays(v int32) + func (o *UpdateCalendarPoliciesRequest) SetExternalInvitesAllowed(v bool) + func (o *UpdateCalendarPoliciesRequest) SetExternalSharingAllowed(v bool) + func (o *UpdateCalendarPoliciesRequest) SetMaxMeetingDurationMins(v int32) + func (o *UpdateCalendarPoliciesRequest) SetPublicLinksEnabled(v bool) + func (o *UpdateCalendarPoliciesRequest) SetRecurringMeetingLimit(v int32) + func (o *UpdateCalendarPoliciesRequest) SetResourceApprovalMode(v string) + func (o *UpdateCalendarPoliciesRequest) SetWorkingHoursEnd(v string) + func (o *UpdateCalendarPoliciesRequest) SetWorkingHoursStart(v string) + func (o UpdateCalendarPoliciesRequest) MarshalJSON() ([]byte, error) + func (o UpdateCalendarPoliciesRequest) ToMap() (map[string]interface{}, error) + type UpdateCalendarRequest struct + Color *string + Description *string + Name *string + OwnerEmail *string + Visibility *string + func NewUpdateCalendarRequest() *UpdateCalendarRequest + func NewUpdateCalendarRequestWithDefaults() *UpdateCalendarRequest + func (o *UpdateCalendarRequest) GetColor() string + func (o *UpdateCalendarRequest) GetColorOk() (*string, bool) + func (o *UpdateCalendarRequest) GetDescription() string + func (o *UpdateCalendarRequest) GetDescriptionOk() (*string, bool) + func (o *UpdateCalendarRequest) GetName() string + func (o *UpdateCalendarRequest) GetNameOk() (*string, bool) + func (o *UpdateCalendarRequest) GetOwnerEmail() string + func (o *UpdateCalendarRequest) GetOwnerEmailOk() (*string, bool) + func (o *UpdateCalendarRequest) GetVisibility() string + func (o *UpdateCalendarRequest) GetVisibilityOk() (*string, bool) + func (o *UpdateCalendarRequest) HasColor() bool + func (o *UpdateCalendarRequest) HasDescription() bool + func (o *UpdateCalendarRequest) HasName() bool + func (o *UpdateCalendarRequest) HasOwnerEmail() bool + func (o *UpdateCalendarRequest) HasVisibility() bool + func (o *UpdateCalendarRequest) SetColor(v string) + func (o *UpdateCalendarRequest) SetDescription(v string) + func (o *UpdateCalendarRequest) SetName(v string) + func (o *UpdateCalendarRequest) SetOwnerEmail(v string) + func (o *UpdateCalendarRequest) SetVisibility(v string) + func (o UpdateCalendarRequest) MarshalJSON() ([]byte, error) + func (o UpdateCalendarRequest) ToMap() (map[string]interface{}, error) + type UpdateContactListRequest struct + Description *string + Name *string + Visibility *string + func NewUpdateContactListRequest() *UpdateContactListRequest + func NewUpdateContactListRequestWithDefaults() *UpdateContactListRequest + func (o *UpdateContactListRequest) GetDescription() string + func (o *UpdateContactListRequest) GetDescriptionOk() (*string, bool) + func (o *UpdateContactListRequest) GetName() string + func (o *UpdateContactListRequest) GetNameOk() (*string, bool) + func (o *UpdateContactListRequest) GetVisibility() string + func (o *UpdateContactListRequest) GetVisibilityOk() (*string, bool) + func (o *UpdateContactListRequest) HasDescription() bool + func (o *UpdateContactListRequest) HasName() bool + func (o *UpdateContactListRequest) HasVisibility() bool + func (o *UpdateContactListRequest) SetDescription(v string) + func (o *UpdateContactListRequest) SetName(v string) + func (o *UpdateContactListRequest) SetVisibility(v string) + func (o UpdateContactListRequest) MarshalJSON() ([]byte, error) + func (o UpdateContactListRequest) ToMap() (map[string]interface{}, error) + type UpdateContactRequest struct + Company *string + ContactType *string + Department *string + Email *string + Name *string + Notes *string + Phone *string + Role *string + Status *string + func NewUpdateContactRequest() *UpdateContactRequest + func NewUpdateContactRequestWithDefaults() *UpdateContactRequest + func (o *UpdateContactRequest) GetCompany() string + func (o *UpdateContactRequest) GetCompanyOk() (*string, bool) + func (o *UpdateContactRequest) GetContactType() string + func (o *UpdateContactRequest) GetContactTypeOk() (*string, bool) + func (o *UpdateContactRequest) GetDepartment() string + func (o *UpdateContactRequest) GetDepartmentOk() (*string, bool) + func (o *UpdateContactRequest) GetEmail() string + func (o *UpdateContactRequest) GetEmailOk() (*string, bool) + func (o *UpdateContactRequest) GetName() string + func (o *UpdateContactRequest) GetNameOk() (*string, bool) + func (o *UpdateContactRequest) GetNotes() string + func (o *UpdateContactRequest) GetNotesOk() (*string, bool) + func (o *UpdateContactRequest) GetPhone() string + func (o *UpdateContactRequest) GetPhoneOk() (*string, bool) + func (o *UpdateContactRequest) GetRole() string + func (o *UpdateContactRequest) GetRoleOk() (*string, bool) + func (o *UpdateContactRequest) GetStatus() string + func (o *UpdateContactRequest) GetStatusOk() (*string, bool) + func (o *UpdateContactRequest) HasCompany() bool + func (o *UpdateContactRequest) HasContactType() bool + func (o *UpdateContactRequest) HasDepartment() bool + func (o *UpdateContactRequest) HasEmail() bool + func (o *UpdateContactRequest) HasName() bool + func (o *UpdateContactRequest) HasNotes() bool + func (o *UpdateContactRequest) HasPhone() bool + func (o *UpdateContactRequest) HasRole() bool + func (o *UpdateContactRequest) HasStatus() bool + func (o *UpdateContactRequest) SetCompany(v string) + func (o *UpdateContactRequest) SetContactType(v string) + func (o *UpdateContactRequest) SetDepartment(v string) + func (o *UpdateContactRequest) SetEmail(v string) + func (o *UpdateContactRequest) SetName(v string) + func (o *UpdateContactRequest) SetNotes(v string) + func (o *UpdateContactRequest) SetPhone(v string) + func (o *UpdateContactRequest) SetRole(v string) + func (o *UpdateContactRequest) SetStatus(v string) + func (o UpdateContactRequest) MarshalJSON() ([]byte, error) + func (o UpdateContactRequest) ToMap() (map[string]interface{}, error) + type UpdateDirectoryPermissionsRequest struct + ContactEditAccess *string + ContactViewAccess *string + ExternalSharing *string + ListManageAccess *string + func NewUpdateDirectoryPermissionsRequest() *UpdateDirectoryPermissionsRequest + func NewUpdateDirectoryPermissionsRequestWithDefaults() *UpdateDirectoryPermissionsRequest + func (o *UpdateDirectoryPermissionsRequest) GetContactEditAccess() string + func (o *UpdateDirectoryPermissionsRequest) GetContactEditAccessOk() (*string, bool) + func (o *UpdateDirectoryPermissionsRequest) GetContactViewAccess() string + func (o *UpdateDirectoryPermissionsRequest) GetContactViewAccessOk() (*string, bool) + func (o *UpdateDirectoryPermissionsRequest) GetExternalSharing() string + func (o *UpdateDirectoryPermissionsRequest) GetExternalSharingOk() (*string, bool) + func (o *UpdateDirectoryPermissionsRequest) GetListManageAccess() string + func (o *UpdateDirectoryPermissionsRequest) GetListManageAccessOk() (*string, bool) + func (o *UpdateDirectoryPermissionsRequest) HasContactEditAccess() bool + func (o *UpdateDirectoryPermissionsRequest) HasContactViewAccess() bool + func (o *UpdateDirectoryPermissionsRequest) HasExternalSharing() bool + func (o *UpdateDirectoryPermissionsRequest) HasListManageAccess() bool + func (o *UpdateDirectoryPermissionsRequest) SetContactEditAccess(v string) + func (o *UpdateDirectoryPermissionsRequest) SetContactViewAccess(v string) + func (o *UpdateDirectoryPermissionsRequest) SetExternalSharing(v string) + func (o *UpdateDirectoryPermissionsRequest) SetListManageAccess(v string) + func (o UpdateDirectoryPermissionsRequest) MarshalJSON() ([]byte, error) + func (o UpdateDirectoryPermissionsRequest) ToMap() (map[string]interface{}, error) + type UpdateGALSettingsRequest struct + DepartmentGrouping *bool + GalEnabled *bool + HideFromDirectory *bool + IncludeExternalContacts *bool + SearchVisibility *string + func NewUpdateGALSettingsRequest() *UpdateGALSettingsRequest + func NewUpdateGALSettingsRequestWithDefaults() *UpdateGALSettingsRequest + func (o *UpdateGALSettingsRequest) GetDepartmentGrouping() bool + func (o *UpdateGALSettingsRequest) GetDepartmentGroupingOk() (*bool, bool) + func (o *UpdateGALSettingsRequest) GetGalEnabled() bool + func (o *UpdateGALSettingsRequest) GetGalEnabledOk() (*bool, bool) + func (o *UpdateGALSettingsRequest) GetHideFromDirectory() bool + func (o *UpdateGALSettingsRequest) GetHideFromDirectoryOk() (*bool, bool) + func (o *UpdateGALSettingsRequest) GetIncludeExternalContacts() bool + func (o *UpdateGALSettingsRequest) GetIncludeExternalContactsOk() (*bool, bool) + func (o *UpdateGALSettingsRequest) GetSearchVisibility() string + func (o *UpdateGALSettingsRequest) GetSearchVisibilityOk() (*string, bool) + func (o *UpdateGALSettingsRequest) HasDepartmentGrouping() bool + func (o *UpdateGALSettingsRequest) HasGalEnabled() bool + func (o *UpdateGALSettingsRequest) HasHideFromDirectory() bool + func (o *UpdateGALSettingsRequest) HasIncludeExternalContacts() bool + func (o *UpdateGALSettingsRequest) HasSearchVisibility() bool + func (o *UpdateGALSettingsRequest) SetDepartmentGrouping(v bool) + func (o *UpdateGALSettingsRequest) SetGalEnabled(v bool) + func (o *UpdateGALSettingsRequest) SetHideFromDirectory(v bool) + func (o *UpdateGALSettingsRequest) SetIncludeExternalContacts(v bool) + func (o *UpdateGALSettingsRequest) SetSearchVisibility(v string) + func (o UpdateGALSettingsRequest) MarshalJSON() ([]byte, error) + func (o UpdateGALSettingsRequest) ToMap() (map[string]interface{}, error) + type UpdateMigrationMailboxRequest struct + DestEmail *string + Status *string + func NewUpdateMigrationMailboxRequest() *UpdateMigrationMailboxRequest + func NewUpdateMigrationMailboxRequestWithDefaults() *UpdateMigrationMailboxRequest + func (o *UpdateMigrationMailboxRequest) GetDestEmail() string + func (o *UpdateMigrationMailboxRequest) GetDestEmailOk() (*string, bool) + func (o *UpdateMigrationMailboxRequest) GetStatus() string + func (o *UpdateMigrationMailboxRequest) GetStatusOk() (*string, bool) + func (o *UpdateMigrationMailboxRequest) HasDestEmail() bool + func (o *UpdateMigrationMailboxRequest) HasStatus() bool + func (o *UpdateMigrationMailboxRequest) SetDestEmail(v string) + func (o *UpdateMigrationMailboxRequest) SetStatus(v string) + func (o UpdateMigrationMailboxRequest) MarshalJSON() ([]byte, error) + func (o UpdateMigrationMailboxRequest) ToMap() (map[string]interface{}, error) + type UpdateMigrationRequest struct + Name *string + Settings *MigrationSettings + func NewUpdateMigrationRequest() *UpdateMigrationRequest + func NewUpdateMigrationRequestWithDefaults() *UpdateMigrationRequest + func (o *UpdateMigrationRequest) GetName() string + func (o *UpdateMigrationRequest) GetNameOk() (*string, bool) + func (o *UpdateMigrationRequest) GetSettings() MigrationSettings + func (o *UpdateMigrationRequest) GetSettingsOk() (*MigrationSettings, bool) + func (o *UpdateMigrationRequest) HasName() bool + func (o *UpdateMigrationRequest) HasSettings() bool + func (o *UpdateMigrationRequest) SetName(v string) + func (o *UpdateMigrationRequest) SetSettings(v MigrationSettings) + func (o UpdateMigrationRequest) MarshalJSON() ([]byte, error) + func (o UpdateMigrationRequest) ToMap() (map[string]interface{}, error) + type UpdateResourceRequest struct + Capacity *int32 + Name *string + Status *string + Type *string + func NewUpdateResourceRequest() *UpdateResourceRequest + func NewUpdateResourceRequestWithDefaults() *UpdateResourceRequest + func (o *UpdateResourceRequest) GetCapacity() int32 + func (o *UpdateResourceRequest) GetCapacityOk() (*int32, bool) + func (o *UpdateResourceRequest) GetName() string + func (o *UpdateResourceRequest) GetNameOk() (*string, bool) + func (o *UpdateResourceRequest) GetStatus() string + func (o *UpdateResourceRequest) GetStatusOk() (*string, bool) + func (o *UpdateResourceRequest) GetType() string + func (o *UpdateResourceRequest) GetTypeOk() (*string, bool) + func (o *UpdateResourceRequest) HasCapacity() bool + func (o *UpdateResourceRequest) HasName() bool + func (o *UpdateResourceRequest) HasStatus() bool + func (o *UpdateResourceRequest) HasType() bool + func (o *UpdateResourceRequest) SetCapacity(v int32) + func (o *UpdateResourceRequest) SetName(v string) + func (o *UpdateResourceRequest) SetStatus(v string) + func (o *UpdateResourceRequest) SetType(v string) + func (o UpdateResourceRequest) MarshalJSON() ([]byte, error) + func (o UpdateResourceRequest) ToMap() (map[string]interface{}, error) + type UpdateUserRequest struct + Department *string + FirstName *string + LastName *string + Status *string + Title *string + func NewUpdateUserRequest() *UpdateUserRequest + func NewUpdateUserRequestWithDefaults() *UpdateUserRequest + func (o *UpdateUserRequest) GetDepartment() string + func (o *UpdateUserRequest) GetDepartmentOk() (*string, bool) + func (o *UpdateUserRequest) GetFirstName() string + func (o *UpdateUserRequest) GetFirstNameOk() (*string, bool) + func (o *UpdateUserRequest) GetLastName() string + func (o *UpdateUserRequest) GetLastNameOk() (*string, bool) + func (o *UpdateUserRequest) GetStatus() string + func (o *UpdateUserRequest) GetStatusOk() (*string, bool) + func (o *UpdateUserRequest) GetTitle() string + func (o *UpdateUserRequest) GetTitleOk() (*string, bool) + func (o *UpdateUserRequest) HasDepartment() bool + func (o *UpdateUserRequest) HasFirstName() bool + func (o *UpdateUserRequest) HasLastName() bool + func (o *UpdateUserRequest) HasStatus() bool + func (o *UpdateUserRequest) HasTitle() bool + func (o *UpdateUserRequest) SetDepartment(v string) + func (o *UpdateUserRequest) SetFirstName(v string) + func (o *UpdateUserRequest) SetLastName(v string) + func (o *UpdateUserRequest) SetStatus(v string) + func (o *UpdateUserRequest) SetTitle(v string) + func (o UpdateUserRequest) MarshalJSON() ([]byte, error) + func (o UpdateUserRequest) ToMap() (map[string]interface{}, error) + type User struct + CreatedAt time.Time + Department *string + Email string + FirstName string + Id string + LastName string + MailboxCount *int32 + Status string + TenantId string + Title *string + UpdatedAt time.Time + func NewUser(id string, tenantId string, email string, firstName string, lastName string, ...) *User + func NewUserWithDefaults() *User + func (o *User) GetCreatedAt() time.Time + func (o *User) GetCreatedAtOk() (*time.Time, bool) + func (o *User) GetDepartment() string + func (o *User) GetDepartmentOk() (*string, bool) + func (o *User) GetEmail() string + func (o *User) GetEmailOk() (*string, bool) + func (o *User) GetFirstName() string + func (o *User) GetFirstNameOk() (*string, bool) + func (o *User) GetId() string + func (o *User) GetIdOk() (*string, bool) + func (o *User) GetLastName() string + func (o *User) GetLastNameOk() (*string, bool) + func (o *User) GetMailboxCount() int32 + func (o *User) GetMailboxCountOk() (*int32, bool) + func (o *User) GetStatus() string + func (o *User) GetStatusOk() (*string, bool) + func (o *User) GetTenantId() string + func (o *User) GetTenantIdOk() (*string, bool) + func (o *User) GetTitle() string + func (o *User) GetTitleOk() (*string, bool) + func (o *User) GetUpdatedAt() time.Time + func (o *User) GetUpdatedAtOk() (*time.Time, bool) + func (o *User) HasDepartment() bool + func (o *User) HasMailboxCount() bool + func (o *User) HasTitle() bool + func (o *User) SetCreatedAt(v time.Time) + func (o *User) SetDepartment(v string) + func (o *User) SetEmail(v string) + func (o *User) SetFirstName(v string) + func (o *User) SetId(v string) + func (o *User) SetLastName(v string) + func (o *User) SetMailboxCount(v int32) + func (o *User) SetStatus(v string) + func (o *User) SetTenantId(v string) + func (o *User) SetTitle(v string) + func (o *User) SetUpdatedAt(v time.Time) + func (o *User) UnmarshalJSON(data []byte) (err error) + func (o User) MarshalJSON() ([]byte, error) + func (o User) ToMap() (map[string]interface{}, error) + type UserEvent struct + DaysInactive *int32 + Email *string + EventAt *time.Time + func NewUserEvent() *UserEvent + func NewUserEventWithDefaults() *UserEvent + func (o *UserEvent) GetDaysInactive() int32 + func (o *UserEvent) GetDaysInactiveOk() (*int32, bool) + func (o *UserEvent) GetEmail() string + func (o *UserEvent) GetEmailOk() (*string, bool) + func (o *UserEvent) GetEventAt() time.Time + func (o *UserEvent) GetEventAtOk() (*time.Time, bool) + func (o *UserEvent) HasDaysInactive() bool + func (o *UserEvent) HasEmail() bool + func (o *UserEvent) HasEventAt() bool + func (o *UserEvent) SetDaysInactive(v int32) + func (o *UserEvent) SetEmail(v string) + func (o *UserEvent) SetEventAt(v time.Time) + func (o UserEvent) MarshalJSON() ([]byte, error) + func (o UserEvent) ToMap() (map[string]interface{}, error) + type UsersAPIService service + func (a *UsersAPIService) CreateUser(ctx context.Context) ApiCreateUserRequest + func (a *UsersAPIService) CreateUserExecute(r ApiCreateUserRequest) (*User, *http.Response, error) + func (a *UsersAPIService) DeleteUser(ctx context.Context, id string) ApiDeleteUserRequest + func (a *UsersAPIService) DeleteUserExecute(r ApiDeleteUserRequest) (*http.Response, error) + func (a *UsersAPIService) GetUser(ctx context.Context, id string) ApiGetUserRequest + func (a *UsersAPIService) GetUserExecute(r ApiGetUserRequest) (*User, *http.Response, error) + func (a *UsersAPIService) ListUsers(ctx context.Context) ApiListUsersRequest + func (a *UsersAPIService) ListUsersExecute(r ApiListUsersRequest) (*ListUsers200Response, *http.Response, error) + func (a *UsersAPIService) UpdateUser(ctx context.Context, id string) ApiUpdateUserRequest + func (a *UsersAPIService) UpdateUserExecute(r ApiUpdateUserRequest) (*User, *http.Response, error) + type V1AdminLoginPost200Response struct + Admin Admin + ExpiresAt time.Time + Tenant Tenant + Token string + func NewV1AdminLoginPost200Response(token string, expiresAt time.Time, admin Admin, tenant Tenant) *V1AdminLoginPost200Response + func NewV1AdminLoginPost200ResponseWithDefaults() *V1AdminLoginPost200Response + func (o *V1AdminLoginPost200Response) GetAdmin() Admin + func (o *V1AdminLoginPost200Response) GetAdminOk() (*Admin, bool) + func (o *V1AdminLoginPost200Response) GetExpiresAt() time.Time + func (o *V1AdminLoginPost200Response) GetExpiresAtOk() (*time.Time, bool) + func (o *V1AdminLoginPost200Response) GetTenant() Tenant + func (o *V1AdminLoginPost200Response) GetTenantOk() (*Tenant, bool) + func (o *V1AdminLoginPost200Response) GetToken() string + func (o *V1AdminLoginPost200Response) GetTokenOk() (*string, bool) + func (o *V1AdminLoginPost200Response) SetAdmin(v Admin) + func (o *V1AdminLoginPost200Response) SetExpiresAt(v time.Time) + func (o *V1AdminLoginPost200Response) SetTenant(v Tenant) + func (o *V1AdminLoginPost200Response) SetToken(v string) + func (o *V1AdminLoginPost200Response) UnmarshalJSON(data []byte) (err error) + func (o V1AdminLoginPost200Response) MarshalJSON() ([]byte, error) + func (o V1AdminLoginPost200Response) ToMap() (map[string]interface{}, error) + type V1AdminLoginPostRequest struct + Email string + Password string + func NewV1AdminLoginPostRequest(email string, password string) *V1AdminLoginPostRequest + func NewV1AdminLoginPostRequestWithDefaults() *V1AdminLoginPostRequest + func (o *V1AdminLoginPostRequest) GetEmail() string + func (o *V1AdminLoginPostRequest) GetEmailOk() (*string, bool) + func (o *V1AdminLoginPostRequest) GetPassword() string + func (o *V1AdminLoginPostRequest) GetPasswordOk() (*string, bool) + func (o *V1AdminLoginPostRequest) SetEmail(v string) + func (o *V1AdminLoginPostRequest) SetPassword(v string) + func (o *V1AdminLoginPostRequest) UnmarshalJSON(data []byte) (err error) + func (o V1AdminLoginPostRequest) MarshalJSON() ([]byte, error) + func (o V1AdminLoginPostRequest) ToMap() (map[string]interface{}, error) + type V1AdminMeGet200Response struct + Admin Admin + Tenant Tenant + func NewV1AdminMeGet200Response(admin Admin, tenant Tenant) *V1AdminMeGet200Response + func NewV1AdminMeGet200ResponseWithDefaults() *V1AdminMeGet200Response + func (o *V1AdminMeGet200Response) GetAdmin() Admin + func (o *V1AdminMeGet200Response) GetAdminOk() (*Admin, bool) + func (o *V1AdminMeGet200Response) GetTenant() Tenant + func (o *V1AdminMeGet200Response) GetTenantOk() (*Tenant, bool) + func (o *V1AdminMeGet200Response) SetAdmin(v Admin) + func (o *V1AdminMeGet200Response) SetTenant(v Tenant) + func (o *V1AdminMeGet200Response) UnmarshalJSON(data []byte) (err error) + func (o V1AdminMeGet200Response) MarshalJSON() ([]byte, error) + func (o V1AdminMeGet200Response) ToMap() (map[string]interface{}, error) + type V1AdminsGet200Response struct + Data []AdminFull + func NewV1AdminsGet200Response(data []AdminFull) *V1AdminsGet200Response + func NewV1AdminsGet200ResponseWithDefaults() *V1AdminsGet200Response + func (o *V1AdminsGet200Response) GetData() []AdminFull + func (o *V1AdminsGet200Response) GetDataOk() ([]AdminFull, bool) + func (o *V1AdminsGet200Response) SetData(v []AdminFull) + func (o *V1AdminsGet200Response) UnmarshalJSON(data []byte) (err error) + func (o V1AdminsGet200Response) MarshalJSON() ([]byte, error) + func (o V1AdminsGet200Response) ToMap() (map[string]interface{}, error) + type V1AdminsIdPatchRequest struct + Disabled *bool + DisplayName *string + Password *string + Role *string + func NewV1AdminsIdPatchRequest() *V1AdminsIdPatchRequest + func NewV1AdminsIdPatchRequestWithDefaults() *V1AdminsIdPatchRequest + func (o *V1AdminsIdPatchRequest) GetDisabled() bool + func (o *V1AdminsIdPatchRequest) GetDisabledOk() (*bool, bool) + func (o *V1AdminsIdPatchRequest) GetDisplayName() string + func (o *V1AdminsIdPatchRequest) GetDisplayNameOk() (*string, bool) + func (o *V1AdminsIdPatchRequest) GetPassword() string + func (o *V1AdminsIdPatchRequest) GetPasswordOk() (*string, bool) + func (o *V1AdminsIdPatchRequest) GetRole() string + func (o *V1AdminsIdPatchRequest) GetRoleOk() (*string, bool) + func (o *V1AdminsIdPatchRequest) HasDisabled() bool + func (o *V1AdminsIdPatchRequest) HasDisplayName() bool + func (o *V1AdminsIdPatchRequest) HasPassword() bool + func (o *V1AdminsIdPatchRequest) HasRole() bool + func (o *V1AdminsIdPatchRequest) SetDisabled(v bool) + func (o *V1AdminsIdPatchRequest) SetDisplayName(v string) + func (o *V1AdminsIdPatchRequest) SetPassword(v string) + func (o *V1AdminsIdPatchRequest) SetRole(v string) + func (o V1AdminsIdPatchRequest) MarshalJSON() ([]byte, error) + func (o V1AdminsIdPatchRequest) ToMap() (map[string]interface{}, error) + type V1AdminsPostRequest struct + DisplayName *string + Email string + Password *string + Role *string + func NewV1AdminsPostRequest(email string) *V1AdminsPostRequest + func NewV1AdminsPostRequestWithDefaults() *V1AdminsPostRequest + func (o *V1AdminsPostRequest) GetDisplayName() string + func (o *V1AdminsPostRequest) GetDisplayNameOk() (*string, bool) + func (o *V1AdminsPostRequest) GetEmail() string + func (o *V1AdminsPostRequest) GetEmailOk() (*string, bool) + func (o *V1AdminsPostRequest) GetPassword() string + func (o *V1AdminsPostRequest) GetPasswordOk() (*string, bool) + func (o *V1AdminsPostRequest) GetRole() string + func (o *V1AdminsPostRequest) GetRoleOk() (*string, bool) + func (o *V1AdminsPostRequest) HasDisplayName() bool + func (o *V1AdminsPostRequest) HasPassword() bool + func (o *V1AdminsPostRequest) HasRole() bool + func (o *V1AdminsPostRequest) SetDisplayName(v string) + func (o *V1AdminsPostRequest) SetEmail(v string) + func (o *V1AdminsPostRequest) SetPassword(v string) + func (o *V1AdminsPostRequest) SetRole(v string) + func (o *V1AdminsPostRequest) UnmarshalJSON(data []byte) (err error) + func (o V1AdminsPostRequest) MarshalJSON() ([]byte, error) + func (o V1AdminsPostRequest) ToMap() (map[string]interface{}, error) + type V1AliasesGet200Response struct + Data []Alias + func NewV1AliasesGet200Response(data []Alias) *V1AliasesGet200Response + func NewV1AliasesGet200ResponseWithDefaults() *V1AliasesGet200Response + func (o *V1AliasesGet200Response) GetData() []Alias + func (o *V1AliasesGet200Response) GetDataOk() ([]Alias, bool) + func (o *V1AliasesGet200Response) SetData(v []Alias) + func (o *V1AliasesGet200Response) UnmarshalJSON(data []byte) (err error) + func (o V1AliasesGet200Response) MarshalJSON() ([]byte, error) + func (o V1AliasesGet200Response) ToMap() (map[string]interface{}, error) + type V1AliasesPostRequest struct + AliasAddress string + AliasTarget string + func NewV1AliasesPostRequest(aliasAddress string, aliasTarget string) *V1AliasesPostRequest + func NewV1AliasesPostRequestWithDefaults() *V1AliasesPostRequest + func (o *V1AliasesPostRequest) GetAliasAddress() string + func (o *V1AliasesPostRequest) GetAliasAddressOk() (*string, bool) + func (o *V1AliasesPostRequest) GetAliasTarget() string + func (o *V1AliasesPostRequest) GetAliasTargetOk() (*string, bool) + func (o *V1AliasesPostRequest) SetAliasAddress(v string) + func (o *V1AliasesPostRequest) SetAliasTarget(v string) + func (o *V1AliasesPostRequest) UnmarshalJSON(data []byte) (err error) + func (o V1AliasesPostRequest) MarshalJSON() ([]byte, error) + func (o V1AliasesPostRequest) ToMap() (map[string]interface{}, error) + type V1ApiKeysGet200Response struct + Data []ApiKeyInfo + func NewV1ApiKeysGet200Response(data []ApiKeyInfo) *V1ApiKeysGet200Response + func NewV1ApiKeysGet200ResponseWithDefaults() *V1ApiKeysGet200Response + func (o *V1ApiKeysGet200Response) GetData() []ApiKeyInfo + func (o *V1ApiKeysGet200Response) GetDataOk() ([]ApiKeyInfo, bool) + func (o *V1ApiKeysGet200Response) SetData(v []ApiKeyInfo) + func (o *V1ApiKeysGet200Response) UnmarshalJSON(data []byte) (err error) + func (o V1ApiKeysGet200Response) MarshalJSON() ([]byte, error) + func (o V1ApiKeysGet200Response) ToMap() (map[string]interface{}, error) + type V1ApiKeysPost201Response struct + CreatedAt time.Time + Id string + Label string + LastUsedAt *time.Time + Prefix string + RevokedAt *time.Time + Scopes []string + Secret string + TenantId string + func NewV1ApiKeysPost201Response(id string, tenantId string, prefix string, scopes []string, label string, ...) *V1ApiKeysPost201Response + func NewV1ApiKeysPost201ResponseWithDefaults() *V1ApiKeysPost201Response + func (o *V1ApiKeysPost201Response) GetCreatedAt() time.Time + func (o *V1ApiKeysPost201Response) GetCreatedAtOk() (*time.Time, bool) + func (o *V1ApiKeysPost201Response) GetId() string + func (o *V1ApiKeysPost201Response) GetIdOk() (*string, bool) + func (o *V1ApiKeysPost201Response) GetLabel() string + func (o *V1ApiKeysPost201Response) GetLabelOk() (*string, bool) + func (o *V1ApiKeysPost201Response) GetLastUsedAt() time.Time + func (o *V1ApiKeysPost201Response) GetLastUsedAtOk() (*time.Time, bool) + func (o *V1ApiKeysPost201Response) GetPrefix() string + func (o *V1ApiKeysPost201Response) GetPrefixOk() (*string, bool) + func (o *V1ApiKeysPost201Response) GetRevokedAt() time.Time + func (o *V1ApiKeysPost201Response) GetRevokedAtOk() (*time.Time, bool) + func (o *V1ApiKeysPost201Response) GetScopes() []string + func (o *V1ApiKeysPost201Response) GetScopesOk() ([]string, bool) + func (o *V1ApiKeysPost201Response) GetSecret() string + func (o *V1ApiKeysPost201Response) GetSecretOk() (*string, bool) + func (o *V1ApiKeysPost201Response) GetTenantId() string + func (o *V1ApiKeysPost201Response) GetTenantIdOk() (*string, bool) + func (o *V1ApiKeysPost201Response) HasLastUsedAt() bool + func (o *V1ApiKeysPost201Response) HasRevokedAt() bool + func (o *V1ApiKeysPost201Response) SetCreatedAt(v time.Time) + func (o *V1ApiKeysPost201Response) SetId(v string) + func (o *V1ApiKeysPost201Response) SetLabel(v string) + func (o *V1ApiKeysPost201Response) SetLastUsedAt(v time.Time) + func (o *V1ApiKeysPost201Response) SetPrefix(v string) + func (o *V1ApiKeysPost201Response) SetRevokedAt(v time.Time) + func (o *V1ApiKeysPost201Response) SetScopes(v []string) + func (o *V1ApiKeysPost201Response) SetSecret(v string) + func (o *V1ApiKeysPost201Response) SetTenantId(v string) + func (o *V1ApiKeysPost201Response) UnmarshalJSON(data []byte) (err error) + func (o V1ApiKeysPost201Response) MarshalJSON() ([]byte, error) + func (o V1ApiKeysPost201Response) ToMap() (map[string]interface{}, error) + type V1ApiKeysPostRequest struct + Label string + Scopes []string + func NewV1ApiKeysPostRequest(label string, scopes []string) *V1ApiKeysPostRequest + func NewV1ApiKeysPostRequestWithDefaults() *V1ApiKeysPostRequest + func (o *V1ApiKeysPostRequest) GetLabel() string + func (o *V1ApiKeysPostRequest) GetLabelOk() (*string, bool) + func (o *V1ApiKeysPostRequest) GetScopes() []string + func (o *V1ApiKeysPostRequest) GetScopesOk() ([]string, bool) + func (o *V1ApiKeysPostRequest) SetLabel(v string) + func (o *V1ApiKeysPostRequest) SetScopes(v []string) + func (o *V1ApiKeysPostRequest) UnmarshalJSON(data []byte) (err error) + func (o V1ApiKeysPostRequest) MarshalJSON() ([]byte, error) + func (o V1ApiKeysPostRequest) ToMap() (map[string]interface{}, error) + type V1DomainsGet200Response struct + Data []Domain + func NewV1DomainsGet200Response(data []Domain) *V1DomainsGet200Response + func NewV1DomainsGet200ResponseWithDefaults() *V1DomainsGet200Response + func (o *V1DomainsGet200Response) GetData() []Domain + func (o *V1DomainsGet200Response) GetDataOk() ([]Domain, bool) + func (o *V1DomainsGet200Response) SetData(v []Domain) + func (o *V1DomainsGet200Response) UnmarshalJSON(data []byte) (err error) + func (o V1DomainsGet200Response) MarshalJSON() ([]byte, error) + func (o V1DomainsGet200Response) ToMap() (map[string]interface{}, error) + type V1DomainsPostRequest struct + Domain string + func NewV1DomainsPostRequest(domain string) *V1DomainsPostRequest + func NewV1DomainsPostRequestWithDefaults() *V1DomainsPostRequest + func (o *V1DomainsPostRequest) GetDomain() string + func (o *V1DomainsPostRequest) GetDomainOk() (*string, bool) + func (o *V1DomainsPostRequest) SetDomain(v string) + func (o *V1DomainsPostRequest) UnmarshalJSON(data []byte) (err error) + func (o V1DomainsPostRequest) MarshalJSON() ([]byte, error) + func (o V1DomainsPostRequest) ToMap() (map[string]interface{}, error) + type V1InboxesMailboxMessagesPostRequest struct + Cc []string + Html *string + Subject *string + Text string + To []string + func NewV1InboxesMailboxMessagesPostRequest(to []string, text string) *V1InboxesMailboxMessagesPostRequest + func NewV1InboxesMailboxMessagesPostRequestWithDefaults() *V1InboxesMailboxMessagesPostRequest + func (o *V1InboxesMailboxMessagesPostRequest) GetCc() []string + func (o *V1InboxesMailboxMessagesPostRequest) GetCcOk() ([]string, bool) + func (o *V1InboxesMailboxMessagesPostRequest) GetHtml() string + func (o *V1InboxesMailboxMessagesPostRequest) GetHtmlOk() (*string, bool) + func (o *V1InboxesMailboxMessagesPostRequest) GetSubject() string + func (o *V1InboxesMailboxMessagesPostRequest) GetSubjectOk() (*string, bool) + func (o *V1InboxesMailboxMessagesPostRequest) GetText() string + func (o *V1InboxesMailboxMessagesPostRequest) GetTextOk() (*string, bool) + func (o *V1InboxesMailboxMessagesPostRequest) GetTo() []string + func (o *V1InboxesMailboxMessagesPostRequest) GetToOk() ([]string, bool) + func (o *V1InboxesMailboxMessagesPostRequest) HasCc() bool + func (o *V1InboxesMailboxMessagesPostRequest) HasHtml() bool + func (o *V1InboxesMailboxMessagesPostRequest) HasSubject() bool + func (o *V1InboxesMailboxMessagesPostRequest) SetCc(v []string) + func (o *V1InboxesMailboxMessagesPostRequest) SetHtml(v string) + func (o *V1InboxesMailboxMessagesPostRequest) SetSubject(v string) + func (o *V1InboxesMailboxMessagesPostRequest) SetText(v string) + func (o *V1InboxesMailboxMessagesPostRequest) SetTo(v []string) + func (o *V1InboxesMailboxMessagesPostRequest) UnmarshalJSON(data []byte) (err error) + func (o V1InboxesMailboxMessagesPostRequest) MarshalJSON() ([]byte, error) + func (o V1InboxesMailboxMessagesPostRequest) ToMap() (map[string]interface{}, error) + type V1MailboxesEmailExportPost201Response struct + ExpiresAt time.Time + Format string + Url string + func NewV1MailboxesEmailExportPost201Response(url string, expiresAt time.Time, format string) *V1MailboxesEmailExportPost201Response + func NewV1MailboxesEmailExportPost201ResponseWithDefaults() *V1MailboxesEmailExportPost201Response + func (o *V1MailboxesEmailExportPost201Response) GetExpiresAt() time.Time + func (o *V1MailboxesEmailExportPost201Response) GetExpiresAtOk() (*time.Time, bool) + func (o *V1MailboxesEmailExportPost201Response) GetFormat() string + func (o *V1MailboxesEmailExportPost201Response) GetFormatOk() (*string, bool) + func (o *V1MailboxesEmailExportPost201Response) GetUrl() string + func (o *V1MailboxesEmailExportPost201Response) GetUrlOk() (*string, bool) + func (o *V1MailboxesEmailExportPost201Response) SetExpiresAt(v time.Time) + func (o *V1MailboxesEmailExportPost201Response) SetFormat(v string) + func (o *V1MailboxesEmailExportPost201Response) SetUrl(v string) + func (o *V1MailboxesEmailExportPost201Response) UnmarshalJSON(data []byte) (err error) + func (o V1MailboxesEmailExportPost201Response) MarshalJSON() ([]byte, error) + func (o V1MailboxesEmailExportPost201Response) ToMap() (map[string]interface{}, error) + type V1MailboxesEmailPatchRequest struct + Disabled *bool + Password *string + QuotaBytes *int64 + func NewV1MailboxesEmailPatchRequest() *V1MailboxesEmailPatchRequest + func NewV1MailboxesEmailPatchRequestWithDefaults() *V1MailboxesEmailPatchRequest + func (o *V1MailboxesEmailPatchRequest) GetDisabled() bool + func (o *V1MailboxesEmailPatchRequest) GetDisabledOk() (*bool, bool) + func (o *V1MailboxesEmailPatchRequest) GetPassword() string + func (o *V1MailboxesEmailPatchRequest) GetPasswordOk() (*string, bool) + func (o *V1MailboxesEmailPatchRequest) GetQuotaBytes() int64 + func (o *V1MailboxesEmailPatchRequest) GetQuotaBytesOk() (*int64, bool) + func (o *V1MailboxesEmailPatchRequest) HasDisabled() bool + func (o *V1MailboxesEmailPatchRequest) HasPassword() bool + func (o *V1MailboxesEmailPatchRequest) HasQuotaBytes() bool + func (o *V1MailboxesEmailPatchRequest) SetDisabled(v bool) + func (o *V1MailboxesEmailPatchRequest) SetPassword(v string) + func (o *V1MailboxesEmailPatchRequest) SetQuotaBytes(v int64) + func (o V1MailboxesEmailPatchRequest) MarshalJSON() ([]byte, error) + func (o V1MailboxesEmailPatchRequest) ToMap() (map[string]interface{}, error) + type V1MailboxesEmailVacationPutRequest struct + Enabled *bool + Params VacationParams + func NewV1MailboxesEmailVacationPutRequest(params VacationParams) *V1MailboxesEmailVacationPutRequest + func NewV1MailboxesEmailVacationPutRequestWithDefaults() *V1MailboxesEmailVacationPutRequest + func (o *V1MailboxesEmailVacationPutRequest) GetEnabled() bool + func (o *V1MailboxesEmailVacationPutRequest) GetEnabledOk() (*bool, bool) + func (o *V1MailboxesEmailVacationPutRequest) GetParams() VacationParams + func (o *V1MailboxesEmailVacationPutRequest) GetParamsOk() (*VacationParams, bool) + func (o *V1MailboxesEmailVacationPutRequest) HasEnabled() bool + func (o *V1MailboxesEmailVacationPutRequest) SetEnabled(v bool) + func (o *V1MailboxesEmailVacationPutRequest) SetParams(v VacationParams) + func (o *V1MailboxesEmailVacationPutRequest) UnmarshalJSON(data []byte) (err error) + func (o V1MailboxesEmailVacationPutRequest) MarshalJSON() ([]byte, error) + func (o V1MailboxesEmailVacationPutRequest) ToMap() (map[string]interface{}, error) + type V1MailboxesGet200Response struct + Data []Mailbox + Limit int32 + func NewV1MailboxesGet200Response(data []Mailbox, limit int32) *V1MailboxesGet200Response + func NewV1MailboxesGet200ResponseWithDefaults() *V1MailboxesGet200Response + func (o *V1MailboxesGet200Response) GetData() []Mailbox + func (o *V1MailboxesGet200Response) GetDataOk() ([]Mailbox, bool) + func (o *V1MailboxesGet200Response) GetLimit() int32 + func (o *V1MailboxesGet200Response) GetLimitOk() (*int32, bool) + func (o *V1MailboxesGet200Response) SetData(v []Mailbox) + func (o *V1MailboxesGet200Response) SetLimit(v int32) + func (o *V1MailboxesGet200Response) UnmarshalJSON(data []byte) (err error) + func (o V1MailboxesGet200Response) MarshalJSON() ([]byte, error) + func (o V1MailboxesGet200Response) ToMap() (map[string]interface{}, error) + type V1MailboxesPostRequest struct + Email string + Password *string + QuotaBytes *int64 + func NewV1MailboxesPostRequest(email string) *V1MailboxesPostRequest + func NewV1MailboxesPostRequestWithDefaults() *V1MailboxesPostRequest + func (o *V1MailboxesPostRequest) GetEmail() string + func (o *V1MailboxesPostRequest) GetEmailOk() (*string, bool) + func (o *V1MailboxesPostRequest) GetPassword() string + func (o *V1MailboxesPostRequest) GetPasswordOk() (*string, bool) + func (o *V1MailboxesPostRequest) GetQuotaBytes() int64 + func (o *V1MailboxesPostRequest) GetQuotaBytesOk() (*int64, bool) + func (o *V1MailboxesPostRequest) HasPassword() bool + func (o *V1MailboxesPostRequest) HasQuotaBytes() bool + func (o *V1MailboxesPostRequest) SetEmail(v string) + func (o *V1MailboxesPostRequest) SetPassword(v string) + func (o *V1MailboxesPostRequest) SetQuotaBytes(v int64) + func (o *V1MailboxesPostRequest) UnmarshalJSON(data []byte) (err error) + func (o V1MailboxesPostRequest) MarshalJSON() ([]byte, error) + func (o V1MailboxesPostRequest) ToMap() (map[string]interface{}, error) + type V1MessagesGet200Response struct + Data []Message + NextCursor *string + func NewV1MessagesGet200Response(data []Message) *V1MessagesGet200Response + func NewV1MessagesGet200ResponseWithDefaults() *V1MessagesGet200Response + func (o *V1MessagesGet200Response) GetData() []Message + func (o *V1MessagesGet200Response) GetDataOk() ([]Message, bool) + func (o *V1MessagesGet200Response) GetNextCursor() string + func (o *V1MessagesGet200Response) GetNextCursorOk() (*string, bool) + func (o *V1MessagesGet200Response) HasNextCursor() bool + func (o *V1MessagesGet200Response) SetData(v []Message) + func (o *V1MessagesGet200Response) SetNextCursor(v string) + func (o *V1MessagesGet200Response) UnmarshalJSON(data []byte) (err error) + func (o V1MessagesGet200Response) MarshalJSON() ([]byte, error) + func (o V1MessagesGet200Response) ToMap() (map[string]interface{}, error) + type V1SendBatchPost200Response struct + Data []BatchResult + func NewV1SendBatchPost200Response() *V1SendBatchPost200Response + func NewV1SendBatchPost200ResponseWithDefaults() *V1SendBatchPost200Response + func (o *V1SendBatchPost200Response) GetData() []BatchResult + func (o *V1SendBatchPost200Response) GetDataOk() ([]BatchResult, bool) + func (o *V1SendBatchPost200Response) HasData() bool + func (o *V1SendBatchPost200Response) SetData(v []BatchResult) + func (o V1SendBatchPost200Response) MarshalJSON() ([]byte, error) + func (o V1SendBatchPost200Response) ToMap() (map[string]interface{}, error) + type V1SendBatchPostRequest struct + Messages []SendMessage + func NewV1SendBatchPostRequest(messages []SendMessage) *V1SendBatchPostRequest + func NewV1SendBatchPostRequestWithDefaults() *V1SendBatchPostRequest + func (o *V1SendBatchPostRequest) GetMessages() []SendMessage + func (o *V1SendBatchPostRequest) GetMessagesOk() ([]SendMessage, bool) + func (o *V1SendBatchPostRequest) SetMessages(v []SendMessage) + func (o *V1SendBatchPostRequest) UnmarshalJSON(data []byte) (err error) + func (o V1SendBatchPostRequest) MarshalJSON() ([]byte, error) + func (o V1SendBatchPostRequest) ToMap() (map[string]interface{}, error) + type V1SendPost202Response struct + Id string + MessageId string + Status string + Warning *string + func NewV1SendPost202Response(id string, messageId string, status string) *V1SendPost202Response + func NewV1SendPost202ResponseWithDefaults() *V1SendPost202Response + func (o *V1SendPost202Response) GetId() string + func (o *V1SendPost202Response) GetIdOk() (*string, bool) + func (o *V1SendPost202Response) GetMessageId() string + func (o *V1SendPost202Response) GetMessageIdOk() (*string, bool) + func (o *V1SendPost202Response) GetStatus() string + func (o *V1SendPost202Response) GetStatusOk() (*string, bool) + func (o *V1SendPost202Response) GetWarning() string + func (o *V1SendPost202Response) GetWarningOk() (*string, bool) + func (o *V1SendPost202Response) HasWarning() bool + func (o *V1SendPost202Response) SetId(v string) + func (o *V1SendPost202Response) SetMessageId(v string) + func (o *V1SendPost202Response) SetStatus(v string) + func (o *V1SendPost202Response) SetWarning(v string) + func (o *V1SendPost202Response) UnmarshalJSON(data []byte) (err error) + func (o V1SendPost202Response) MarshalJSON() ([]byte, error) + func (o V1SendPost202Response) ToMap() (map[string]interface{}, error) + type V1SendPostRequest struct + Attachments []V1SendPostRequestAttachmentsInner + Bcc []string + Cc []string + From string + Headers map[string]string + Html *string + SendAt *time.Time + Subject *string + TemplateId *string + Text *string + To []string + Unsubscribe *bool + Variables map[string]string + func NewV1SendPostRequest(from string, to []string) *V1SendPostRequest + func NewV1SendPostRequestWithDefaults() *V1SendPostRequest + func (o *V1SendPostRequest) GetAttachments() []V1SendPostRequestAttachmentsInner + func (o *V1SendPostRequest) GetAttachmentsOk() ([]V1SendPostRequestAttachmentsInner, bool) + func (o *V1SendPostRequest) GetBcc() []string + func (o *V1SendPostRequest) GetBccOk() ([]string, bool) + func (o *V1SendPostRequest) GetCc() []string + func (o *V1SendPostRequest) GetCcOk() ([]string, bool) + func (o *V1SendPostRequest) GetFrom() string + func (o *V1SendPostRequest) GetFromOk() (*string, bool) + func (o *V1SendPostRequest) GetHeaders() map[string]string + func (o *V1SendPostRequest) GetHeadersOk() (map[string]string, bool) + func (o *V1SendPostRequest) GetHtml() string + func (o *V1SendPostRequest) GetHtmlOk() (*string, bool) + func (o *V1SendPostRequest) GetSendAt() time.Time + func (o *V1SendPostRequest) GetSendAtOk() (*time.Time, bool) + func (o *V1SendPostRequest) GetSubject() string + func (o *V1SendPostRequest) GetSubjectOk() (*string, bool) + func (o *V1SendPostRequest) GetTemplateId() string + func (o *V1SendPostRequest) GetTemplateIdOk() (*string, bool) + func (o *V1SendPostRequest) GetText() string + func (o *V1SendPostRequest) GetTextOk() (*string, bool) + func (o *V1SendPostRequest) GetTo() []string + func (o *V1SendPostRequest) GetToOk() ([]string, bool) + func (o *V1SendPostRequest) GetUnsubscribe() bool + func (o *V1SendPostRequest) GetUnsubscribeOk() (*bool, bool) + func (o *V1SendPostRequest) GetVariables() map[string]string + func (o *V1SendPostRequest) GetVariablesOk() (map[string]string, bool) + func (o *V1SendPostRequest) HasAttachments() bool + func (o *V1SendPostRequest) HasBcc() bool + func (o *V1SendPostRequest) HasCc() bool + func (o *V1SendPostRequest) HasHeaders() bool + func (o *V1SendPostRequest) HasHtml() bool + func (o *V1SendPostRequest) HasSendAt() bool + func (o *V1SendPostRequest) HasSubject() bool + func (o *V1SendPostRequest) HasTemplateId() bool + func (o *V1SendPostRequest) HasText() bool + func (o *V1SendPostRequest) HasUnsubscribe() bool + func (o *V1SendPostRequest) HasVariables() bool + func (o *V1SendPostRequest) SetAttachments(v []V1SendPostRequestAttachmentsInner) + func (o *V1SendPostRequest) SetBcc(v []string) + func (o *V1SendPostRequest) SetCc(v []string) + func (o *V1SendPostRequest) SetFrom(v string) + func (o *V1SendPostRequest) SetHeaders(v map[string]string) + func (o *V1SendPostRequest) SetHtml(v string) + func (o *V1SendPostRequest) SetSendAt(v time.Time) + func (o *V1SendPostRequest) SetSubject(v string) + func (o *V1SendPostRequest) SetTemplateId(v string) + func (o *V1SendPostRequest) SetText(v string) + func (o *V1SendPostRequest) SetTo(v []string) + func (o *V1SendPostRequest) SetUnsubscribe(v bool) + func (o *V1SendPostRequest) SetVariables(v map[string]string) + func (o *V1SendPostRequest) UnmarshalJSON(data []byte) (err error) + func (o V1SendPostRequest) MarshalJSON() ([]byte, error) + func (o V1SendPostRequest) ToMap() (map[string]interface{}, error) + type V1SendPostRequestAttachmentsInner struct + ContentBase64 string + ContentType string + Filename string + func NewV1SendPostRequestAttachmentsInner(filename string, contentType string, contentBase64 string) *V1SendPostRequestAttachmentsInner + func NewV1SendPostRequestAttachmentsInnerWithDefaults() *V1SendPostRequestAttachmentsInner + func (o *V1SendPostRequestAttachmentsInner) GetContentBase64() string + func (o *V1SendPostRequestAttachmentsInner) GetContentBase64Ok() (*string, bool) + func (o *V1SendPostRequestAttachmentsInner) GetContentType() string + func (o *V1SendPostRequestAttachmentsInner) GetContentTypeOk() (*string, bool) + func (o *V1SendPostRequestAttachmentsInner) GetFilename() string + func (o *V1SendPostRequestAttachmentsInner) GetFilenameOk() (*string, bool) + func (o *V1SendPostRequestAttachmentsInner) SetContentBase64(v string) + func (o *V1SendPostRequestAttachmentsInner) SetContentType(v string) + func (o *V1SendPostRequestAttachmentsInner) SetFilename(v string) + func (o *V1SendPostRequestAttachmentsInner) UnmarshalJSON(data []byte) (err error) + func (o V1SendPostRequestAttachmentsInner) MarshalJSON() ([]byte, error) + func (o V1SendPostRequestAttachmentsInner) ToMap() (map[string]interface{}, error) + type V1SuppressionsGet200Response struct + Data []Suppression + NextCursor *string + func NewV1SuppressionsGet200Response() *V1SuppressionsGet200Response + func NewV1SuppressionsGet200ResponseWithDefaults() *V1SuppressionsGet200Response + func (o *V1SuppressionsGet200Response) GetData() []Suppression + func (o *V1SuppressionsGet200Response) GetDataOk() ([]Suppression, bool) + func (o *V1SuppressionsGet200Response) GetNextCursor() string + func (o *V1SuppressionsGet200Response) GetNextCursorOk() (*string, bool) + func (o *V1SuppressionsGet200Response) HasData() bool + func (o *V1SuppressionsGet200Response) HasNextCursor() bool + func (o *V1SuppressionsGet200Response) SetData(v []Suppression) + func (o *V1SuppressionsGet200Response) SetNextCursor(v string) + func (o V1SuppressionsGet200Response) MarshalJSON() ([]byte, error) + func (o V1SuppressionsGet200Response) ToMap() (map[string]interface{}, error) + type V1SuppressionsPostRequest struct + Email string + Reason *string + func NewV1SuppressionsPostRequest(email string) *V1SuppressionsPostRequest + func NewV1SuppressionsPostRequestWithDefaults() *V1SuppressionsPostRequest + func (o *V1SuppressionsPostRequest) GetEmail() string + func (o *V1SuppressionsPostRequest) GetEmailOk() (*string, bool) + func (o *V1SuppressionsPostRequest) GetReason() string + func (o *V1SuppressionsPostRequest) GetReasonOk() (*string, bool) + func (o *V1SuppressionsPostRequest) HasReason() bool + func (o *V1SuppressionsPostRequest) SetEmail(v string) + func (o *V1SuppressionsPostRequest) SetReason(v string) + func (o *V1SuppressionsPostRequest) UnmarshalJSON(data []byte) (err error) + func (o V1SuppressionsPostRequest) MarshalJSON() ([]byte, error) + func (o V1SuppressionsPostRequest) ToMap() (map[string]interface{}, error) + type V1TemplatesGet200Response struct + Data []Template + func NewV1TemplatesGet200Response() *V1TemplatesGet200Response + func NewV1TemplatesGet200ResponseWithDefaults() *V1TemplatesGet200Response + func (o *V1TemplatesGet200Response) GetData() []Template + func (o *V1TemplatesGet200Response) GetDataOk() ([]Template, bool) + func (o *V1TemplatesGet200Response) HasData() bool + func (o *V1TemplatesGet200Response) SetData(v []Template) + func (o V1TemplatesGet200Response) MarshalJSON() ([]byte, error) + func (o V1TemplatesGet200Response) ToMap() (map[string]interface{}, error) + type V1UsageGet200Response struct + BytesStored *int64 + DailyMsgQuota *int32 + DomainsTotal *int32 + DomainsVerified *int32 + GeneratedAt time.Time + MailboxesActive int32 + MailboxesTotal *int32 + MessagesSentLast30d *int32 + MessagesSentLast60s *int32 + MessagesSentTodayUtc *int32 + RateCapPerMin *int32 + WebhooksPaused *int32 + WebhooksTotal *int32 + func NewV1UsageGet200Response(mailboxesActive int32, generatedAt time.Time) *V1UsageGet200Response + func NewV1UsageGet200ResponseWithDefaults() *V1UsageGet200Response + func (o *V1UsageGet200Response) GetBytesStored() int64 + func (o *V1UsageGet200Response) GetBytesStoredOk() (*int64, bool) + func (o *V1UsageGet200Response) GetDailyMsgQuota() int32 + func (o *V1UsageGet200Response) GetDailyMsgQuotaOk() (*int32, bool) + func (o *V1UsageGet200Response) GetDomainsTotal() int32 + func (o *V1UsageGet200Response) GetDomainsTotalOk() (*int32, bool) + func (o *V1UsageGet200Response) GetDomainsVerified() int32 + func (o *V1UsageGet200Response) GetDomainsVerifiedOk() (*int32, bool) + func (o *V1UsageGet200Response) GetGeneratedAt() time.Time + func (o *V1UsageGet200Response) GetGeneratedAtOk() (*time.Time, bool) + func (o *V1UsageGet200Response) GetMailboxesActive() int32 + func (o *V1UsageGet200Response) GetMailboxesActiveOk() (*int32, bool) + func (o *V1UsageGet200Response) GetMailboxesTotal() int32 + func (o *V1UsageGet200Response) GetMailboxesTotalOk() (*int32, bool) + func (o *V1UsageGet200Response) GetMessagesSentLast30d() int32 + func (o *V1UsageGet200Response) GetMessagesSentLast30dOk() (*int32, bool) + func (o *V1UsageGet200Response) GetMessagesSentLast60s() int32 + func (o *V1UsageGet200Response) GetMessagesSentLast60sOk() (*int32, bool) + func (o *V1UsageGet200Response) GetMessagesSentTodayUtc() int32 + func (o *V1UsageGet200Response) GetMessagesSentTodayUtcOk() (*int32, bool) + func (o *V1UsageGet200Response) GetRateCapPerMin() int32 + func (o *V1UsageGet200Response) GetRateCapPerMinOk() (*int32, bool) + func (o *V1UsageGet200Response) GetWebhooksPaused() int32 + func (o *V1UsageGet200Response) GetWebhooksPausedOk() (*int32, bool) + func (o *V1UsageGet200Response) GetWebhooksTotal() int32 + func (o *V1UsageGet200Response) GetWebhooksTotalOk() (*int32, bool) + func (o *V1UsageGet200Response) HasBytesStored() bool + func (o *V1UsageGet200Response) HasDailyMsgQuota() bool + func (o *V1UsageGet200Response) HasDomainsTotal() bool + func (o *V1UsageGet200Response) HasDomainsVerified() bool + func (o *V1UsageGet200Response) HasMailboxesTotal() bool + func (o *V1UsageGet200Response) HasMessagesSentLast30d() bool + func (o *V1UsageGet200Response) HasMessagesSentLast60s() bool + func (o *V1UsageGet200Response) HasMessagesSentTodayUtc() bool + func (o *V1UsageGet200Response) HasRateCapPerMin() bool + func (o *V1UsageGet200Response) HasWebhooksPaused() bool + func (o *V1UsageGet200Response) HasWebhooksTotal() bool + func (o *V1UsageGet200Response) SetBytesStored(v int64) + func (o *V1UsageGet200Response) SetDailyMsgQuota(v int32) + func (o *V1UsageGet200Response) SetDomainsTotal(v int32) + func (o *V1UsageGet200Response) SetDomainsVerified(v int32) + func (o *V1UsageGet200Response) SetGeneratedAt(v time.Time) + func (o *V1UsageGet200Response) SetMailboxesActive(v int32) + func (o *V1UsageGet200Response) SetMailboxesTotal(v int32) + func (o *V1UsageGet200Response) SetMessagesSentLast30d(v int32) + func (o *V1UsageGet200Response) SetMessagesSentLast60s(v int32) + func (o *V1UsageGet200Response) SetMessagesSentTodayUtc(v int32) + func (o *V1UsageGet200Response) SetRateCapPerMin(v int32) + func (o *V1UsageGet200Response) SetWebhooksPaused(v int32) + func (o *V1UsageGet200Response) SetWebhooksTotal(v int32) + func (o *V1UsageGet200Response) UnmarshalJSON(data []byte) (err error) + func (o V1UsageGet200Response) MarshalJSON() ([]byte, error) + func (o V1UsageGet200Response) ToMap() (map[string]interface{}, error) + type V1VacationGet200Response struct + Data []VacationResponder + func NewV1VacationGet200Response(data []VacationResponder) *V1VacationGet200Response + func NewV1VacationGet200ResponseWithDefaults() *V1VacationGet200Response + func (o *V1VacationGet200Response) GetData() []VacationResponder + func (o *V1VacationGet200Response) GetDataOk() ([]VacationResponder, bool) + func (o *V1VacationGet200Response) SetData(v []VacationResponder) + func (o *V1VacationGet200Response) UnmarshalJSON(data []byte) (err error) + func (o V1VacationGet200Response) MarshalJSON() ([]byte, error) + func (o V1VacationGet200Response) ToMap() (map[string]interface{}, error) + type V1WebhooksGet200Response struct + Data []Webhook + func NewV1WebhooksGet200Response(data []Webhook) *V1WebhooksGet200Response + func NewV1WebhooksGet200ResponseWithDefaults() *V1WebhooksGet200Response + func (o *V1WebhooksGet200Response) GetData() []Webhook + func (o *V1WebhooksGet200Response) GetDataOk() ([]Webhook, bool) + func (o *V1WebhooksGet200Response) SetData(v []Webhook) + func (o *V1WebhooksGet200Response) UnmarshalJSON(data []byte) (err error) + func (o V1WebhooksGet200Response) MarshalJSON() ([]byte, error) + func (o V1WebhooksGet200Response) ToMap() (map[string]interface{}, error) + type V1WebhooksIdPatchRequest struct + Events []string + Paused *bool + Url *string + func NewV1WebhooksIdPatchRequest() *V1WebhooksIdPatchRequest + func NewV1WebhooksIdPatchRequestWithDefaults() *V1WebhooksIdPatchRequest + func (o *V1WebhooksIdPatchRequest) GetEvents() []string + func (o *V1WebhooksIdPatchRequest) GetEventsOk() ([]string, bool) + func (o *V1WebhooksIdPatchRequest) GetPaused() bool + func (o *V1WebhooksIdPatchRequest) GetPausedOk() (*bool, bool) + func (o *V1WebhooksIdPatchRequest) GetUrl() string + func (o *V1WebhooksIdPatchRequest) GetUrlOk() (*string, bool) + func (o *V1WebhooksIdPatchRequest) HasEvents() bool + func (o *V1WebhooksIdPatchRequest) HasPaused() bool + func (o *V1WebhooksIdPatchRequest) HasUrl() bool + func (o *V1WebhooksIdPatchRequest) SetEvents(v []string) + func (o *V1WebhooksIdPatchRequest) SetPaused(v bool) + func (o *V1WebhooksIdPatchRequest) SetUrl(v string) + func (o V1WebhooksIdPatchRequest) MarshalJSON() ([]byte, error) + func (o V1WebhooksIdPatchRequest) ToMap() (map[string]interface{}, error) + type V1WebhooksPostRequest struct + Events []string + Url string + func NewV1WebhooksPostRequest(url string, events []string) *V1WebhooksPostRequest + func NewV1WebhooksPostRequestWithDefaults() *V1WebhooksPostRequest + func (o *V1WebhooksPostRequest) GetEvents() []string + func (o *V1WebhooksPostRequest) GetEventsOk() ([]string, bool) + func (o *V1WebhooksPostRequest) GetUrl() string + func (o *V1WebhooksPostRequest) GetUrlOk() (*string, bool) + func (o *V1WebhooksPostRequest) SetEvents(v []string) + func (o *V1WebhooksPostRequest) SetUrl(v string) + func (o *V1WebhooksPostRequest) UnmarshalJSON(data []byte) (err error) + func (o V1WebhooksPostRequest) MarshalJSON() ([]byte, error) + func (o V1WebhooksPostRequest) ToMap() (map[string]interface{}, error) + type VacationParams struct + Body string + EndsAt *time.Time + StartsAt *time.Time + Subject string + func NewVacationParams(subject string, body string) *VacationParams + func NewVacationParamsWithDefaults() *VacationParams + func (o *VacationParams) GetBody() string + func (o *VacationParams) GetBodyOk() (*string, bool) + func (o *VacationParams) GetEndsAt() time.Time + func (o *VacationParams) GetEndsAtOk() (*time.Time, bool) + func (o *VacationParams) GetStartsAt() time.Time + func (o *VacationParams) GetStartsAtOk() (*time.Time, bool) + func (o *VacationParams) GetSubject() string + func (o *VacationParams) GetSubjectOk() (*string, bool) + func (o *VacationParams) HasEndsAt() bool + func (o *VacationParams) HasStartsAt() bool + func (o *VacationParams) SetBody(v string) + func (o *VacationParams) SetEndsAt(v time.Time) + func (o *VacationParams) SetStartsAt(v time.Time) + func (o *VacationParams) SetSubject(v string) + func (o *VacationParams) UnmarshalJSON(data []byte) (err error) + func (o VacationParams) MarshalJSON() ([]byte, error) + func (o VacationParams) ToMap() (map[string]interface{}, error) + type VacationResponder struct + CreatedAt time.Time + Enabled bool + MailboxEmail string + Params VacationParams + Script string + SyncedAt *time.Time + UpdatedAt time.Time + func NewVacationResponder(mailboxEmail string, enabled bool, params VacationParams, script string, ...) *VacationResponder + func NewVacationResponderWithDefaults() *VacationResponder + func (o *VacationResponder) GetCreatedAt() time.Time + func (o *VacationResponder) GetCreatedAtOk() (*time.Time, bool) + func (o *VacationResponder) GetEnabled() bool + func (o *VacationResponder) GetEnabledOk() (*bool, bool) + func (o *VacationResponder) GetMailboxEmail() string + func (o *VacationResponder) GetMailboxEmailOk() (*string, bool) + func (o *VacationResponder) GetParams() VacationParams + func (o *VacationResponder) GetParamsOk() (*VacationParams, bool) + func (o *VacationResponder) GetScript() string + func (o *VacationResponder) GetScriptOk() (*string, bool) + func (o *VacationResponder) GetSyncedAt() time.Time + func (o *VacationResponder) GetSyncedAtOk() (*time.Time, bool) + func (o *VacationResponder) GetUpdatedAt() time.Time + func (o *VacationResponder) GetUpdatedAtOk() (*time.Time, bool) + func (o *VacationResponder) HasSyncedAt() bool + func (o *VacationResponder) SetCreatedAt(v time.Time) + func (o *VacationResponder) SetEnabled(v bool) + func (o *VacationResponder) SetMailboxEmail(v string) + func (o *VacationResponder) SetParams(v VacationParams) + func (o *VacationResponder) SetScript(v string) + func (o *VacationResponder) SetSyncedAt(v time.Time) + func (o *VacationResponder) SetUpdatedAt(v time.Time) + func (o *VacationResponder) UnmarshalJSON(data []byte) (err error) + func (o VacationResponder) MarshalJSON() ([]byte, error) + func (o VacationResponder) ToMap() (map[string]interface{}, error) + type Webhook struct + ConsecutiveFailures int32 + CreatedAt time.Time + Events []string + Id string + LastFailureAt *time.Time + LastSuccessAt *time.Time + Paused bool + PausedAt *time.Time + SigningSecret *string + TenantId string + Url string + func NewWebhook(id string, tenantId string, url string, events []string, paused bool, ...) *Webhook + func NewWebhookWithDefaults() *Webhook + func (o *Webhook) GetConsecutiveFailures() int32 + func (o *Webhook) GetConsecutiveFailuresOk() (*int32, bool) + func (o *Webhook) GetCreatedAt() time.Time + func (o *Webhook) GetCreatedAtOk() (*time.Time, bool) + func (o *Webhook) GetEvents() []string + func (o *Webhook) GetEventsOk() ([]string, bool) + func (o *Webhook) GetId() string + func (o *Webhook) GetIdOk() (*string, bool) + func (o *Webhook) GetLastFailureAt() time.Time + func (o *Webhook) GetLastFailureAtOk() (*time.Time, bool) + func (o *Webhook) GetLastSuccessAt() time.Time + func (o *Webhook) GetLastSuccessAtOk() (*time.Time, bool) + func (o *Webhook) GetPaused() bool + func (o *Webhook) GetPausedAt() time.Time + func (o *Webhook) GetPausedAtOk() (*time.Time, bool) + func (o *Webhook) GetPausedOk() (*bool, bool) + func (o *Webhook) GetSigningSecret() string + func (o *Webhook) GetSigningSecretOk() (*string, bool) + func (o *Webhook) GetTenantId() string + func (o *Webhook) GetTenantIdOk() (*string, bool) + func (o *Webhook) GetUrl() string + func (o *Webhook) GetUrlOk() (*string, bool) + func (o *Webhook) HasLastFailureAt() bool + func (o *Webhook) HasLastSuccessAt() bool + func (o *Webhook) HasPausedAt() bool + func (o *Webhook) HasSigningSecret() bool + func (o *Webhook) SetConsecutiveFailures(v int32) + func (o *Webhook) SetCreatedAt(v time.Time) + func (o *Webhook) SetEvents(v []string) + func (o *Webhook) SetId(v string) + func (o *Webhook) SetLastFailureAt(v time.Time) + func (o *Webhook) SetLastSuccessAt(v time.Time) + func (o *Webhook) SetPaused(v bool) + func (o *Webhook) SetPausedAt(v time.Time) + func (o *Webhook) SetSigningSecret(v string) + func (o *Webhook) SetTenantId(v string) + func (o *Webhook) SetUrl(v string) + func (o *Webhook) UnmarshalJSON(data []byte) (err error) + func (o Webhook) MarshalJSON() ([]byte, error) + func (o Webhook) ToMap() (map[string]interface{}, error) + type WebhooksAPIService service + func (a *WebhooksAPIService) V1WebhooksGet(ctx context.Context) ApiV1WebhooksGetRequest + func (a *WebhooksAPIService) V1WebhooksGetExecute(r ApiV1WebhooksGetRequest) (*V1WebhooksGet200Response, *http.Response, error) + func (a *WebhooksAPIService) V1WebhooksIdDelete(ctx context.Context, id string) ApiV1WebhooksIdDeleteRequest + func (a *WebhooksAPIService) V1WebhooksIdDeleteExecute(r ApiV1WebhooksIdDeleteRequest) (*http.Response, error) + func (a *WebhooksAPIService) V1WebhooksIdPatch(ctx context.Context, id string) ApiV1WebhooksIdPatchRequest + func (a *WebhooksAPIService) V1WebhooksIdPatchExecute(r ApiV1WebhooksIdPatchRequest) (*Webhook, *http.Response, error) + func (a *WebhooksAPIService) V1WebhooksPost(ctx context.Context) ApiV1WebhooksPostRequest + func (a *WebhooksAPIService) V1WebhooksPostExecute(r ApiV1WebhooksPostRequest) (*Webhook, *http.Response, error)