Versions in this module Expand all Collapse all v0 v0.1.0 Aug 18, 2026 Changes in this version + var ContextAccessToken = contextKey("accesstoken") + 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 + AccountAPI *AccountAPIService + AgentTokensAPI *AgentTokensAPIService + AuthenticationAPI *AuthenticationAPIService + CustomerAccountsAPI *CustomerAccountsAPIService + DevicesAPI *DevicesAPIService + EventsAPI *EventsAPIService + HealthAPI *HealthAPIService + PreferencesAPI *PreferencesAPIService + 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 AcceptedResponse struct + Accepted bool + AdditionalProperties map[string]interface{} + func NewAcceptedResponse(accepted bool) *AcceptedResponse + func NewAcceptedResponseWithDefaults() *AcceptedResponse + func (o *AcceptedResponse) GetAccepted() bool + func (o *AcceptedResponse) GetAcceptedOk() (*bool, bool) + func (o *AcceptedResponse) SetAccepted(v bool) + func (o *AcceptedResponse) UnmarshalJSON(data []byte) (err error) + func (o AcceptedResponse) MarshalJSON() ([]byte, error) + func (o AcceptedResponse) ToMap() (map[string]interface{}, error) + type AccountAPIService service + func (a *AccountAPIService) DeleteCurrentAccount(ctx context.Context) ApiDeleteCurrentAccountRequest + func (a *AccountAPIService) DeleteCurrentAccountExecute(r ApiDeleteCurrentAccountRequest) (*DeletedResponse, *http.Response, error) + func (a *AccountAPIService) GetCurrentAccount(ctx context.Context) ApiGetCurrentAccountRequest + func (a *AccountAPIService) GetCurrentAccountExecute(r ApiGetCurrentAccountRequest) (*CurrentAccount, *http.Response, error) + type AddMemberInput struct + Email string + func NewAddMemberInput(email string) *AddMemberInput + func NewAddMemberInputWithDefaults() *AddMemberInput + func (o *AddMemberInput) GetEmail() string + func (o *AddMemberInput) GetEmailOk() (*string, bool) + func (o *AddMemberInput) SetEmail(v string) + func (o *AddMemberInput) UnmarshalJSON(data []byte) (err error) + func (o AddMemberInput) MarshalJSON() ([]byte, error) + func (o AddMemberInput) ToMap() (map[string]interface{}, error) + type AgentToken struct + AdditionalProperties map[string]interface{} + CreatedAt time.Time + Id string + KeyPrefix string + LastFour string + LastUsedAt NullableTime + Name string + RevokedAt NullableTime + func NewAgentToken(id string, name string, keyPrefix string, lastFour string, createdAt time.Time, ...) *AgentToken + func NewAgentTokenWithDefaults() *AgentToken + func (o *AgentToken) GetCreatedAt() time.Time + func (o *AgentToken) GetCreatedAtOk() (*time.Time, bool) + func (o *AgentToken) GetId() string + func (o *AgentToken) GetIdOk() (*string, bool) + func (o *AgentToken) GetKeyPrefix() string + func (o *AgentToken) GetKeyPrefixOk() (*string, bool) + func (o *AgentToken) GetLastFour() string + func (o *AgentToken) GetLastFourOk() (*string, bool) + func (o *AgentToken) GetLastUsedAt() time.Time + func (o *AgentToken) GetLastUsedAtOk() (*time.Time, bool) + func (o *AgentToken) GetName() string + func (o *AgentToken) GetNameOk() (*string, bool) + func (o *AgentToken) GetRevokedAt() time.Time + func (o *AgentToken) GetRevokedAtOk() (*time.Time, bool) + func (o *AgentToken) SetCreatedAt(v time.Time) + func (o *AgentToken) SetId(v string) + func (o *AgentToken) SetKeyPrefix(v string) + func (o *AgentToken) SetLastFour(v string) + func (o *AgentToken) SetLastUsedAt(v time.Time) + func (o *AgentToken) SetName(v string) + func (o *AgentToken) SetRevokedAt(v time.Time) + func (o *AgentToken) UnmarshalJSON(data []byte) (err error) + func (o AgentToken) MarshalJSON() ([]byte, error) + func (o AgentToken) ToMap() (map[string]interface{}, error) + type AgentTokenCreated struct + AdditionalProperties map[string]interface{} + CreatedAt time.Time + Id string + KeyPrefix string + LastFour string + LastUsedAt time.Time + Name string + RevokedAt time.Time + Token string + func NewAgentTokenCreated(id string, name string, keyPrefix string, lastFour string, createdAt time.Time, ...) *AgentTokenCreated + func NewAgentTokenCreatedWithDefaults() *AgentTokenCreated + func (o *AgentTokenCreated) GetCreatedAt() time.Time + func (o *AgentTokenCreated) GetCreatedAtOk() (*time.Time, bool) + func (o *AgentTokenCreated) GetId() string + func (o *AgentTokenCreated) GetIdOk() (*string, bool) + func (o *AgentTokenCreated) GetKeyPrefix() string + func (o *AgentTokenCreated) GetKeyPrefixOk() (*string, bool) + func (o *AgentTokenCreated) GetLastFour() string + func (o *AgentTokenCreated) GetLastFourOk() (*string, bool) + func (o *AgentTokenCreated) GetLastUsedAt() time.Time + func (o *AgentTokenCreated) GetLastUsedAtOk() (*time.Time, bool) + func (o *AgentTokenCreated) GetName() string + func (o *AgentTokenCreated) GetNameOk() (*string, bool) + func (o *AgentTokenCreated) GetRevokedAt() time.Time + func (o *AgentTokenCreated) GetRevokedAtOk() (*time.Time, bool) + func (o *AgentTokenCreated) GetToken() string + func (o *AgentTokenCreated) GetTokenOk() (*string, bool) + func (o *AgentTokenCreated) SetCreatedAt(v time.Time) + func (o *AgentTokenCreated) SetId(v string) + func (o *AgentTokenCreated) SetKeyPrefix(v string) + func (o *AgentTokenCreated) SetLastFour(v string) + func (o *AgentTokenCreated) SetLastUsedAt(v time.Time) + func (o *AgentTokenCreated) SetName(v string) + func (o *AgentTokenCreated) SetRevokedAt(v time.Time) + func (o *AgentTokenCreated) SetToken(v string) + func (o *AgentTokenCreated) UnmarshalJSON(data []byte) (err error) + func (o AgentTokenCreated) MarshalJSON() ([]byte, error) + func (o AgentTokenCreated) ToMap() (map[string]interface{}, error) + type AgentTokensAPIService service + func (a *AgentTokensAPIService) CallMcp(ctx context.Context) ApiCallMcpRequest + func (a *AgentTokensAPIService) CallMcpExecute(r ApiCallMcpRequest) (*http.Response, error) + func (a *AgentTokensAPIService) CreateAgentToken(ctx context.Context) ApiCreateAgentTokenRequest + func (a *AgentTokensAPIService) CreateAgentTokenExecute(r ApiCreateAgentTokenRequest) (*AgentTokenCreated, *http.Response, error) + func (a *AgentTokensAPIService) ListAgentTokens(ctx context.Context) ApiListAgentTokensRequest + func (a *AgentTokensAPIService) ListAgentTokensExecute(r ApiListAgentTokensRequest) ([]AgentToken, *http.Response, error) + func (a *AgentTokensAPIService) RevokeAgentToken(ctx context.Context, tokenId string) ApiRevokeAgentTokenRequest + func (a *AgentTokensAPIService) RevokeAgentTokenExecute(r ApiRevokeAgentTokenRequest) (*RevokedResponse, *http.Response, error) + type ApiAddOrganizationMemberRequest struct + ApiService *CustomerAccountsAPIService + func (r ApiAddOrganizationMemberRequest) AddMemberInput(addMemberInput AddMemberInput) ApiAddOrganizationMemberRequest + func (r ApiAddOrganizationMemberRequest) Execute() (*Membership, *http.Response, error) + type ApiCallMcpRequest struct + ApiService *AgentTokensAPIService + func (r ApiCallMcpRequest) Execute() (*http.Response, error) + func (r ApiCallMcpRequest) RequestBody(requestBody map[string]interface{}) ApiCallMcpRequest + type ApiCompletePasswordResetRequest struct + ApiService *AuthenticationAPIService + func (r ApiCompletePasswordResetRequest) Execute() (*AuthResponse, *http.Response, error) + func (r ApiCompletePasswordResetRequest) PasswordResetCompleteInput(passwordResetCompleteInput PasswordResetCompleteInput) ApiCompletePasswordResetRequest + type ApiCreateAgentTokenRequest struct + ApiService *AgentTokensAPIService + func (r ApiCreateAgentTokenRequest) CreateAgentTokenInput(createAgentTokenInput CreateAgentTokenInput) ApiCreateAgentTokenRequest + func (r ApiCreateAgentTokenRequest) Execute() (*AgentTokenCreated, *http.Response, error) + type ApiCreateOrganizationRequest struct + ApiService *CustomerAccountsAPIService + func (r ApiCreateOrganizationRequest) CreateOrganizationInput(createOrganizationInput CreateOrganizationInput) ApiCreateOrganizationRequest + func (r ApiCreateOrganizationRequest) Execute() (*OrganizationCreated, *http.Response, error) + type ApiDeleteCurrentAccountRequest struct + ApiService *AccountAPIService + func (r ApiDeleteCurrentAccountRequest) Execute() (*DeletedResponse, *http.Response, error) + type ApiGetCurrentAccountRequest struct + ApiService *AccountAPIService + func (r ApiGetCurrentAccountRequest) Execute() (*CurrentAccount, *http.Response, error) + type ApiGetEventRequest struct + ApiService *EventsAPIService + func (r ApiGetEventRequest) Execute() (*EventDetail, *http.Response, error) + type ApiGetHealthRequest struct + ApiService *HealthAPIService + func (r ApiGetHealthRequest) Execute() (*HealthResponse, *http.Response, error) + type ApiGetWebPushConfigurationRequest struct + ApiService *DevicesAPIService + func (r ApiGetWebPushConfigurationRequest) Execute() (*WebPushConfiguration, *http.Response, error) + type ApiKeySummary struct + AdditionalProperties map[string]interface{} + KeyPrefix *string + LastFour *string + UpdatedAt *time.Time + func NewApiKeySummary() *ApiKeySummary + func NewApiKeySummaryWithDefaults() *ApiKeySummary + func (o *ApiKeySummary) GetKeyPrefix() string + func (o *ApiKeySummary) GetKeyPrefixOk() (*string, bool) + func (o *ApiKeySummary) GetLastFour() string + func (o *ApiKeySummary) GetLastFourOk() (*string, bool) + func (o *ApiKeySummary) GetUpdatedAt() time.Time + func (o *ApiKeySummary) GetUpdatedAtOk() (*time.Time, bool) + func (o *ApiKeySummary) HasKeyPrefix() bool + func (o *ApiKeySummary) HasLastFour() bool + func (o *ApiKeySummary) HasUpdatedAt() bool + func (o *ApiKeySummary) SetKeyPrefix(v string) + func (o *ApiKeySummary) SetLastFour(v string) + func (o *ApiKeySummary) SetUpdatedAt(v time.Time) + func (o *ApiKeySummary) UnmarshalJSON(data []byte) (err error) + func (o ApiKeySummary) MarshalJSON() ([]byte, error) + func (o ApiKeySummary) ToMap() (map[string]interface{}, error) + type ApiListAgentTokensRequest struct + ApiService *AgentTokensAPIService + func (r ApiListAgentTokensRequest) Execute() ([]AgentToken, *http.Response, error) + type ApiListEventsRequest struct + ApiService *EventsAPIService + func (r ApiListEventsRequest) Cursor(cursor string) ApiListEventsRequest + func (r ApiListEventsRequest) Execute() (*EventPage, *http.Response, error) + func (r ApiListEventsRequest) Limit(limit int32) ApiListEventsRequest + func (r ApiListEventsRequest) Search(search string) ApiListEventsRequest + func (r ApiListEventsRequest) Service(service string) ApiListEventsRequest + func (r ApiListEventsRequest) Type_(type_ string) ApiListEventsRequest + type ApiListNotificationTypesRequest struct + ApiService *EventsAPIService + func (r ApiListNotificationTypesRequest) Execute() ([]string, *http.Response, error) + func (r ApiListNotificationTypesRequest) ServiceId(serviceId string) ApiListNotificationTypesRequest + type ApiListOrganizationMembersRequest struct + ApiService *CustomerAccountsAPIService + func (r ApiListOrganizationMembersRequest) Execute() ([]Membership, *http.Response, error) + type ApiListOrganizationsRequest struct + ApiService *CustomerAccountsAPIService + func (r ApiListOrganizationsRequest) Execute() ([]Organization, *http.Response, error) + type ApiListPreferencesRequest struct + ApiService *PreferencesAPIService + func (r ApiListPreferencesRequest) Execute() ([]ServicePreference, *http.Response, error) + type ApiListServicesRequest struct + ApiService *EventsAPIService + func (r ApiListServicesRequest) Execute() ([]Service, *http.Response, error) + type ApiLoginWithAppleRequest struct + ApiService *AuthenticationAPIService + func (r ApiLoginWithAppleRequest) Execute() (*AuthResponse, *http.Response, error) + func (r ApiLoginWithAppleRequest) ProviderLoginInput(providerLoginInput ProviderLoginInput) ApiLoginWithAppleRequest + type ApiLoginWithGoogleRequest struct + ApiService *AuthenticationAPIService + func (r ApiLoginWithGoogleRequest) Execute() (*AuthResponse, *http.Response, error) + func (r ApiLoginWithGoogleRequest) ProviderLoginInput(providerLoginInput ProviderLoginInput) ApiLoginWithGoogleRequest + type ApiLoginWithPasswordRequest struct + ApiService *AuthenticationAPIService + func (r ApiLoginWithPasswordRequest) Execute() (*AuthResponse, *http.Response, error) + func (r ApiLoginWithPasswordRequest) PasswordLoginInput(passwordLoginInput PasswordLoginInput) ApiLoginWithPasswordRequest + type ApiRegenerateOrganizationApiKeyRequest struct + ApiService *CustomerAccountsAPIService + func (r ApiRegenerateOrganizationApiKeyRequest) Execute() (*OrganizationApiKeyCreated, *http.Response, error) + type ApiRegisterDeviceRequest struct + ApiService *DevicesAPIService + func (r ApiRegisterDeviceRequest) Execute() (*Device, *http.Response, error) + func (r ApiRegisterDeviceRequest) RegisterDeviceInput(registerDeviceInput RegisterDeviceInput) ApiRegisterDeviceRequest + type ApiRegisterRequest struct + ApiService *AuthenticationAPIService + func (r ApiRegisterRequest) Execute() (*AuthResponse, *http.Response, error) + func (r ApiRegisterRequest) RegisterInput(registerInput RegisterInput) ApiRegisterRequest + type ApiRegisterWebPushSubscriptionRequest struct + ApiService *DevicesAPIService + func (r ApiRegisterWebPushSubscriptionRequest) Execute() (*WebPushSubscription, *http.Response, error) + func (r ApiRegisterWebPushSubscriptionRequest) RegisterWebPushSubscriptionInput(registerWebPushSubscriptionInput RegisterWebPushSubscriptionInput) ApiRegisterWebPushSubscriptionRequest + type ApiRemoveDeviceRequest struct + ApiService *DevicesAPIService + func (r ApiRemoveDeviceRequest) Execute() (*DisabledResponse, *http.Response, error) + type ApiRemoveTypePreferenceRequest struct + ApiService *PreferencesAPIService + func (r ApiRemoveTypePreferenceRequest) Execute() (*InheritedResponse, *http.Response, error) + type ApiRemoveWebPushSubscriptionRequest struct + ApiService *DevicesAPIService + func (r ApiRemoveWebPushSubscriptionRequest) Execute() (*DisabledResponse, *http.Response, error) + type ApiRequestPasswordResetRequest struct + ApiService *AuthenticationAPIService + func (r ApiRequestPasswordResetRequest) Execute() (*AcceptedResponse, *http.Response, error) + func (r ApiRequestPasswordResetRequest) PasswordResetRequestInput(passwordResetRequestInput PasswordResetRequestInput) ApiRequestPasswordResetRequest + type ApiRevokeAgentTokenRequest struct + ApiService *AgentTokensAPIService + func (r ApiRevokeAgentTokenRequest) Execute() (*RevokedResponse, *http.Response, error) + type ApiSearchEventsRequest struct + ApiService *EventsAPIService + func (r ApiSearchEventsRequest) Execute() (*EventPage, *http.Response, error) + func (r ApiSearchEventsRequest) SearchEventsInput(searchEventsInput SearchEventsInput) ApiSearchEventsRequest + type ApiSendEventAsUserRequest struct + ApiService *EventsAPIService + func (r ApiSendEventAsUserRequest) Execute() (*IngestionResult, *http.Response, error) + func (r ApiSendEventAsUserRequest) SendEventInput(sendEventInput SendEventInput) ApiSendEventAsUserRequest + type ApiSendEventRequest struct + ApiService *EventsAPIService + func (r ApiSendEventRequest) Execute() (*IngestionResult, *http.Response, error) + func (r ApiSendEventRequest) SendEventInput(sendEventInput SendEventInput) ApiSendEventRequest + type ApiSetServicePreferenceRequest struct + ApiService *PreferencesAPIService + func (r ApiSetServicePreferenceRequest) Execute() (*PreferenceRecord, *http.Response, error) + func (r ApiSetServicePreferenceRequest) SetEnabledInput(setEnabledInput SetEnabledInput) ApiSetServicePreferenceRequest + type ApiSetTypePreferenceRequest struct + ApiService *PreferencesAPIService + func (r ApiSetTypePreferenceRequest) Execute() (*PreferenceRecord, *http.Response, error) + func (r ApiSetTypePreferenceRequest) SetEnabledInput(setEnabledInput SetEnabledInput) ApiSetTypePreferenceRequest + type AuthResponse struct + AccessToken string + AdditionalProperties map[string]interface{} + BootstrapApiKey *string + Organizations []Organization + User User + func NewAuthResponse(accessToken string, user User, organizations []Organization) *AuthResponse + func NewAuthResponseWithDefaults() *AuthResponse + func (o *AuthResponse) GetAccessToken() string + func (o *AuthResponse) GetAccessTokenOk() (*string, bool) + func (o *AuthResponse) GetBootstrapApiKey() string + func (o *AuthResponse) GetBootstrapApiKeyOk() (*string, bool) + func (o *AuthResponse) GetOrganizations() []Organization + func (o *AuthResponse) GetOrganizationsOk() ([]Organization, bool) + func (o *AuthResponse) GetUser() User + func (o *AuthResponse) GetUserOk() (*User, bool) + func (o *AuthResponse) HasBootstrapApiKey() bool + func (o *AuthResponse) SetAccessToken(v string) + func (o *AuthResponse) SetBootstrapApiKey(v string) + func (o *AuthResponse) SetOrganizations(v []Organization) + func (o *AuthResponse) SetUser(v User) + func (o *AuthResponse) UnmarshalJSON(data []byte) (err error) + func (o AuthResponse) MarshalJSON() ([]byte, error) + func (o AuthResponse) ToMap() (map[string]interface{}, error) + type AuthenticationAPIService service + func (a *AuthenticationAPIService) CompletePasswordReset(ctx context.Context) ApiCompletePasswordResetRequest + func (a *AuthenticationAPIService) CompletePasswordResetExecute(r ApiCompletePasswordResetRequest) (*AuthResponse, *http.Response, error) + func (a *AuthenticationAPIService) LoginWithApple(ctx context.Context) ApiLoginWithAppleRequest + func (a *AuthenticationAPIService) LoginWithAppleExecute(r ApiLoginWithAppleRequest) (*AuthResponse, *http.Response, error) + func (a *AuthenticationAPIService) LoginWithGoogle(ctx context.Context) ApiLoginWithGoogleRequest + func (a *AuthenticationAPIService) LoginWithGoogleExecute(r ApiLoginWithGoogleRequest) (*AuthResponse, *http.Response, error) + func (a *AuthenticationAPIService) LoginWithPassword(ctx context.Context) ApiLoginWithPasswordRequest + func (a *AuthenticationAPIService) LoginWithPasswordExecute(r ApiLoginWithPasswordRequest) (*AuthResponse, *http.Response, error) + func (a *AuthenticationAPIService) Register(ctx context.Context) ApiRegisterRequest + func (a *AuthenticationAPIService) RegisterExecute(r ApiRegisterRequest) (*AuthResponse, *http.Response, error) + func (a *AuthenticationAPIService) RequestPasswordReset(ctx context.Context) ApiRequestPasswordResetRequest + func (a *AuthenticationAPIService) RequestPasswordResetExecute(r ApiRequestPasswordResetRequest) (*AcceptedResponse, *http.Response, error) + type BasicAuth struct + Password string + UserName string + 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 CreateAgentTokenInput struct + Name string + func NewCreateAgentTokenInput(name string) *CreateAgentTokenInput + func NewCreateAgentTokenInputWithDefaults() *CreateAgentTokenInput + func (o *CreateAgentTokenInput) GetName() string + func (o *CreateAgentTokenInput) GetNameOk() (*string, bool) + func (o *CreateAgentTokenInput) SetName(v string) + func (o *CreateAgentTokenInput) UnmarshalJSON(data []byte) (err error) + func (o CreateAgentTokenInput) MarshalJSON() ([]byte, error) + func (o CreateAgentTokenInput) ToMap() (map[string]interface{}, error) + type CreateOrganizationInput struct + Name string + func NewCreateOrganizationInput(name string) *CreateOrganizationInput + func NewCreateOrganizationInputWithDefaults() *CreateOrganizationInput + func (o *CreateOrganizationInput) GetName() string + func (o *CreateOrganizationInput) GetNameOk() (*string, bool) + func (o *CreateOrganizationInput) SetName(v string) + func (o *CreateOrganizationInput) UnmarshalJSON(data []byte) (err error) + func (o CreateOrganizationInput) MarshalJSON() ([]byte, error) + func (o CreateOrganizationInput) ToMap() (map[string]interface{}, error) + type CurrentAccount struct + AdditionalProperties map[string]interface{} + Organizations []Organization + User User + func NewCurrentAccount(user User, organizations []Organization) *CurrentAccount + func NewCurrentAccountWithDefaults() *CurrentAccount + func (o *CurrentAccount) GetOrganizations() []Organization + func (o *CurrentAccount) GetOrganizationsOk() ([]Organization, bool) + func (o *CurrentAccount) GetUser() User + func (o *CurrentAccount) GetUserOk() (*User, bool) + func (o *CurrentAccount) SetOrganizations(v []Organization) + func (o *CurrentAccount) SetUser(v User) + func (o *CurrentAccount) UnmarshalJSON(data []byte) (err error) + func (o CurrentAccount) MarshalJSON() ([]byte, error) + func (o CurrentAccount) ToMap() (map[string]interface{}, error) + type CustomerAccountsAPIService service + func (a *CustomerAccountsAPIService) AddOrganizationMember(ctx context.Context, organizationId string) ApiAddOrganizationMemberRequest + func (a *CustomerAccountsAPIService) AddOrganizationMemberExecute(r ApiAddOrganizationMemberRequest) (*Membership, *http.Response, error) + func (a *CustomerAccountsAPIService) CreateOrganization(ctx context.Context) ApiCreateOrganizationRequest + func (a *CustomerAccountsAPIService) CreateOrganizationExecute(r ApiCreateOrganizationRequest) (*OrganizationCreated, *http.Response, error) + func (a *CustomerAccountsAPIService) ListOrganizationMembers(ctx context.Context, organizationId string) ApiListOrganizationMembersRequest + func (a *CustomerAccountsAPIService) ListOrganizationMembersExecute(r ApiListOrganizationMembersRequest) ([]Membership, *http.Response, error) + func (a *CustomerAccountsAPIService) ListOrganizations(ctx context.Context) ApiListOrganizationsRequest + func (a *CustomerAccountsAPIService) ListOrganizationsExecute(r ApiListOrganizationsRequest) ([]Organization, *http.Response, error) + func (a *CustomerAccountsAPIService) RegenerateOrganizationApiKey(ctx context.Context, organizationId string) ApiRegenerateOrganizationApiKeyRequest + func (a *CustomerAccountsAPIService) RegenerateOrganizationApiKeyExecute(r ApiRegenerateOrganizationApiKeyRequest) (*OrganizationApiKeyCreated, *http.Response, error) + type DeletedResponse struct + AdditionalProperties map[string]interface{} + Deleted bool + func NewDeletedResponse(deleted bool) *DeletedResponse + func NewDeletedResponseWithDefaults() *DeletedResponse + func (o *DeletedResponse) GetDeleted() bool + func (o *DeletedResponse) GetDeletedOk() (*bool, bool) + func (o *DeletedResponse) SetDeleted(v bool) + func (o *DeletedResponse) UnmarshalJSON(data []byte) (err error) + func (o DeletedResponse) MarshalJSON() ([]byte, error) + func (o DeletedResponse) ToMap() (map[string]interface{}, error) + type DeliverySummary struct + AdditionalProperties map[string]interface{} + EligibleDevices int32 + Failed int32 + Sent int32 + SuppressedUsers int32 + func NewDeliverySummary(sent int32, failed int32, suppressedUsers int32, eligibleDevices int32) *DeliverySummary + func NewDeliverySummaryWithDefaults() *DeliverySummary + func (o *DeliverySummary) GetEligibleDevices() int32 + func (o *DeliverySummary) GetEligibleDevicesOk() (*int32, bool) + func (o *DeliverySummary) GetFailed() int32 + func (o *DeliverySummary) GetFailedOk() (*int32, bool) + func (o *DeliverySummary) GetSent() int32 + func (o *DeliverySummary) GetSentOk() (*int32, bool) + func (o *DeliverySummary) GetSuppressedUsers() int32 + func (o *DeliverySummary) GetSuppressedUsersOk() (*int32, bool) + func (o *DeliverySummary) SetEligibleDevices(v int32) + func (o *DeliverySummary) SetFailed(v int32) + func (o *DeliverySummary) SetSent(v int32) + func (o *DeliverySummary) SetSuppressedUsers(v int32) + func (o *DeliverySummary) UnmarshalJSON(data []byte) (err error) + func (o DeliverySummary) MarshalJSON() ([]byte, error) + func (o DeliverySummary) ToMap() (map[string]interface{}, error) + type Device struct + AdditionalProperties map[string]interface{} + AppVersion NullableString + Enabled bool + Environment string + Id string + InstallationId string + LastSeenAt time.Time + func NewDevice(id string, installationId string, environment string, ...) *Device + func NewDeviceWithDefaults() *Device + func (o *Device) GetAppVersion() string + func (o *Device) GetAppVersionOk() (*string, bool) + func (o *Device) GetEnabled() bool + func (o *Device) GetEnabledOk() (*bool, bool) + func (o *Device) GetEnvironment() string + func (o *Device) GetEnvironmentOk() (*string, bool) + func (o *Device) GetId() string + func (o *Device) GetIdOk() (*string, bool) + func (o *Device) GetInstallationId() string + func (o *Device) GetInstallationIdOk() (*string, bool) + func (o *Device) GetLastSeenAt() time.Time + func (o *Device) GetLastSeenAtOk() (*time.Time, bool) + func (o *Device) SetAppVersion(v string) + func (o *Device) SetEnabled(v bool) + func (o *Device) SetEnvironment(v string) + func (o *Device) SetId(v string) + func (o *Device) SetInstallationId(v string) + func (o *Device) SetLastSeenAt(v time.Time) + func (o *Device) UnmarshalJSON(data []byte) (err error) + func (o Device) MarshalJSON() ([]byte, error) + func (o Device) ToMap() (map[string]interface{}, error) + type DevicesAPIService service + func (a *DevicesAPIService) GetWebPushConfiguration(ctx context.Context) ApiGetWebPushConfigurationRequest + func (a *DevicesAPIService) GetWebPushConfigurationExecute(r ApiGetWebPushConfigurationRequest) (*WebPushConfiguration, *http.Response, error) + func (a *DevicesAPIService) RegisterDevice(ctx context.Context) ApiRegisterDeviceRequest + func (a *DevicesAPIService) RegisterDeviceExecute(r ApiRegisterDeviceRequest) (*Device, *http.Response, error) + func (a *DevicesAPIService) RegisterWebPushSubscription(ctx context.Context) ApiRegisterWebPushSubscriptionRequest + func (a *DevicesAPIService) RegisterWebPushSubscriptionExecute(r ApiRegisterWebPushSubscriptionRequest) (*WebPushSubscription, *http.Response, error) + func (a *DevicesAPIService) RemoveDevice(ctx context.Context, installationId string) ApiRemoveDeviceRequest + func (a *DevicesAPIService) RemoveDeviceExecute(r ApiRemoveDeviceRequest) (*DisabledResponse, *http.Response, error) + func (a *DevicesAPIService) RemoveWebPushSubscription(ctx context.Context, subscriptionId string) ApiRemoveWebPushSubscriptionRequest + func (a *DevicesAPIService) RemoveWebPushSubscriptionExecute(r ApiRemoveWebPushSubscriptionRequest) (*DisabledResponse, *http.Response, error) + type DisabledResponse struct + AdditionalProperties map[string]interface{} + Disabled bool + func NewDisabledResponse(disabled bool) *DisabledResponse + func NewDisabledResponseWithDefaults() *DisabledResponse + func (o *DisabledResponse) GetDisabled() bool + func (o *DisabledResponse) GetDisabledOk() (*bool, bool) + func (o *DisabledResponse) SetDisabled(v bool) + func (o *DisabledResponse) UnmarshalJSON(data []byte) (err error) + func (o DisabledResponse) MarshalJSON() ([]byte, error) + func (o DisabledResponse) ToMap() (map[string]interface{}, error) + type ErrorResponse struct + AdditionalProperties map[string]interface{} + Error *string + Message string + StatusCode int32 + func NewErrorResponse(statusCode int32, message string) *ErrorResponse + func NewErrorResponseWithDefaults() *ErrorResponse + func (o *ErrorResponse) GetError() string + func (o *ErrorResponse) GetErrorOk() (*string, bool) + func (o *ErrorResponse) GetMessage() string + func (o *ErrorResponse) GetMessageOk() (*string, bool) + func (o *ErrorResponse) GetStatusCode() int32 + func (o *ErrorResponse) GetStatusCodeOk() (*int32, bool) + func (o *ErrorResponse) HasError() bool + func (o *ErrorResponse) SetError(v string) + func (o *ErrorResponse) SetMessage(v string) + func (o *ErrorResponse) SetStatusCode(v int32) + func (o *ErrorResponse) UnmarshalJSON(data []byte) (err error) + func (o ErrorResponse) MarshalJSON() ([]byte, error) + func (o ErrorResponse) ToMap() (map[string]interface{}, error) + type EventDetail struct + ActionUrl string + AdditionalProperties map[string]interface{} + Body string + CreatedAt time.Time + ExternalId string + Id string + Metadata map[string]interface{} + Service ServiceSummary + ServiceId string + Title string + Type string + func NewEventDetail(id string, type_ string, title string, body string, externalId string, ...) *EventDetail + func NewEventDetailWithDefaults() *EventDetail + func (o *EventDetail) GetActionUrl() string + func (o *EventDetail) GetActionUrlOk() (*string, bool) + func (o *EventDetail) GetBody() string + func (o *EventDetail) GetBodyOk() (*string, bool) + func (o *EventDetail) GetCreatedAt() time.Time + func (o *EventDetail) GetCreatedAtOk() (*time.Time, bool) + func (o *EventDetail) GetExternalId() string + func (o *EventDetail) GetExternalIdOk() (*string, bool) + func (o *EventDetail) GetId() string + func (o *EventDetail) GetIdOk() (*string, bool) + func (o *EventDetail) GetMetadata() map[string]interface{} + func (o *EventDetail) GetMetadataOk() (map[string]interface{}, bool) + func (o *EventDetail) GetService() ServiceSummary + func (o *EventDetail) GetServiceId() string + func (o *EventDetail) GetServiceIdOk() (*string, bool) + func (o *EventDetail) GetServiceOk() (*ServiceSummary, bool) + func (o *EventDetail) GetTitle() string + func (o *EventDetail) GetTitleOk() (*string, bool) + func (o *EventDetail) GetType() string + func (o *EventDetail) GetTypeOk() (*string, bool) + func (o *EventDetail) SetActionUrl(v string) + func (o *EventDetail) SetBody(v string) + func (o *EventDetail) SetCreatedAt(v time.Time) + func (o *EventDetail) SetExternalId(v string) + func (o *EventDetail) SetId(v string) + func (o *EventDetail) SetMetadata(v map[string]interface{}) + func (o *EventDetail) SetService(v ServiceSummary) + func (o *EventDetail) SetServiceId(v string) + func (o *EventDetail) SetTitle(v string) + func (o *EventDetail) SetType(v string) + func (o *EventDetail) UnmarshalJSON(data []byte) (err error) + func (o EventDetail) MarshalJSON() ([]byte, error) + func (o EventDetail) ToMap() (map[string]interface{}, error) + type EventFilter struct + FilterGroup *FilterGroup + FilterNot *FilterNot + TextFilterCondition *TextFilterCondition + TimeFilterCondition *TimeFilterCondition + func FilterGroupAsEventFilter(v *FilterGroup) EventFilter + func FilterNotAsEventFilter(v *FilterNot) EventFilter + func TextFilterConditionAsEventFilter(v *TextFilterCondition) EventFilter + func TimeFilterConditionAsEventFilter(v *TimeFilterCondition) EventFilter + func (dst *EventFilter) UnmarshalJSON(data []byte) error + func (obj *EventFilter) GetActualInstance() interface{} + func (obj EventFilter) GetActualInstanceValue() interface{} + func (src EventFilter) MarshalJSON() ([]byte, error) + type EventPage struct + AdditionalProperties map[string]interface{} + Events []EventSummary + NextCursor NullableString + func NewEventPage(events []EventSummary, nextCursor NullableString) *EventPage + func NewEventPageWithDefaults() *EventPage + func (o *EventPage) GetEvents() []EventSummary + func (o *EventPage) GetEventsOk() ([]EventSummary, bool) + func (o *EventPage) GetNextCursor() string + func (o *EventPage) GetNextCursorOk() (*string, bool) + func (o *EventPage) SetEvents(v []EventSummary) + func (o *EventPage) SetNextCursor(v string) + func (o *EventPage) UnmarshalJSON(data []byte) (err error) + func (o EventPage) MarshalJSON() ([]byte, error) + func (o EventPage) ToMap() (map[string]interface{}, error) + type EventSummary struct + ActionUrl NullableString + AdditionalProperties map[string]interface{} + Body string + CreatedAt time.Time + ExternalId NullableString + Id string + Service ServiceSummary + Title string + Type string + func NewEventSummary(id string, type_ string, title string, body string, externalId NullableString, ...) *EventSummary + func NewEventSummaryWithDefaults() *EventSummary + func (o *EventSummary) GetActionUrl() string + func (o *EventSummary) GetActionUrlOk() (*string, bool) + func (o *EventSummary) GetBody() string + func (o *EventSummary) GetBodyOk() (*string, bool) + func (o *EventSummary) GetCreatedAt() time.Time + func (o *EventSummary) GetCreatedAtOk() (*time.Time, bool) + func (o *EventSummary) GetExternalId() string + func (o *EventSummary) GetExternalIdOk() (*string, bool) + func (o *EventSummary) GetId() string + func (o *EventSummary) GetIdOk() (*string, bool) + func (o *EventSummary) GetService() ServiceSummary + func (o *EventSummary) GetServiceOk() (*ServiceSummary, bool) + func (o *EventSummary) GetTitle() string + func (o *EventSummary) GetTitleOk() (*string, bool) + func (o *EventSummary) GetType() string + func (o *EventSummary) GetTypeOk() (*string, bool) + func (o *EventSummary) SetActionUrl(v string) + func (o *EventSummary) SetBody(v string) + func (o *EventSummary) SetCreatedAt(v time.Time) + func (o *EventSummary) SetExternalId(v string) + func (o *EventSummary) SetId(v string) + func (o *EventSummary) SetService(v ServiceSummary) + func (o *EventSummary) SetTitle(v string) + func (o *EventSummary) SetType(v string) + func (o *EventSummary) UnmarshalJSON(data []byte) (err error) + func (o EventSummary) MarshalJSON() ([]byte, error) + func (o EventSummary) ToMap() (map[string]interface{}, error) + type EventsAPIService service + func (a *EventsAPIService) GetEvent(ctx context.Context, organizationId string, eventId string) ApiGetEventRequest + func (a *EventsAPIService) GetEventExecute(r ApiGetEventRequest) (*EventDetail, *http.Response, error) + func (a *EventsAPIService) ListEvents(ctx context.Context, organizationId string) ApiListEventsRequest + func (a *EventsAPIService) ListEventsExecute(r ApiListEventsRequest) (*EventPage, *http.Response, error) + func (a *EventsAPIService) ListNotificationTypes(ctx context.Context, organizationId string) ApiListNotificationTypesRequest + func (a *EventsAPIService) ListNotificationTypesExecute(r ApiListNotificationTypesRequest) ([]string, *http.Response, error) + func (a *EventsAPIService) ListServices(ctx context.Context, organizationId string) ApiListServicesRequest + func (a *EventsAPIService) ListServicesExecute(r ApiListServicesRequest) ([]Service, *http.Response, error) + func (a *EventsAPIService) SearchEvents(ctx context.Context, organizationId string) ApiSearchEventsRequest + func (a *EventsAPIService) SearchEventsExecute(r ApiSearchEventsRequest) (*EventPage, *http.Response, error) + func (a *EventsAPIService) SendEvent(ctx context.Context) ApiSendEventRequest + func (a *EventsAPIService) SendEventAsUser(ctx context.Context, organizationId string) ApiSendEventAsUserRequest + func (a *EventsAPIService) SendEventAsUserExecute(r ApiSendEventAsUserRequest) (*IngestionResult, *http.Response, error) + func (a *EventsAPIService) SendEventExecute(r ApiSendEventRequest) (*IngestionResult, *http.Response, error) + type FilterGroup struct + Children []EventFilter + Operator string + func NewFilterGroup(operator string, children []EventFilter) *FilterGroup + func NewFilterGroupWithDefaults() *FilterGroup + func (o *FilterGroup) GetChildren() []EventFilter + func (o *FilterGroup) GetChildrenOk() ([]EventFilter, bool) + func (o *FilterGroup) GetOperator() string + func (o *FilterGroup) GetOperatorOk() (*string, bool) + func (o *FilterGroup) SetChildren(v []EventFilter) + func (o *FilterGroup) SetOperator(v string) + func (o *FilterGroup) UnmarshalJSON(data []byte) (err error) + func (o FilterGroup) MarshalJSON() ([]byte, error) + func (o FilterGroup) ToMap() (map[string]interface{}, error) + type FilterNot struct + Child EventFilter + Operator string + func NewFilterNot(operator string, child EventFilter) *FilterNot + func NewFilterNotWithDefaults() *FilterNot + func (o *FilterNot) GetChild() EventFilter + func (o *FilterNot) GetChildOk() (*EventFilter, bool) + func (o *FilterNot) GetOperator() string + func (o *FilterNot) GetOperatorOk() (*string, bool) + func (o *FilterNot) SetChild(v EventFilter) + func (o *FilterNot) SetOperator(v string) + func (o *FilterNot) UnmarshalJSON(data []byte) (err error) + func (o FilterNot) MarshalJSON() ([]byte, error) + func (o FilterNot) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type HealthAPIService service + func (a *HealthAPIService) GetHealth(ctx context.Context) ApiGetHealthRequest + func (a *HealthAPIService) GetHealthExecute(r ApiGetHealthRequest) (*HealthResponse, *http.Response, error) + type HealthResponse struct + AdditionalProperties map[string]interface{} + Service string + Status string + func NewHealthResponse(status string, service string) *HealthResponse + func NewHealthResponseWithDefaults() *HealthResponse + func (o *HealthResponse) GetService() string + func (o *HealthResponse) GetServiceOk() (*string, bool) + func (o *HealthResponse) GetStatus() string + func (o *HealthResponse) GetStatusOk() (*string, bool) + func (o *HealthResponse) SetService(v string) + func (o *HealthResponse) SetStatus(v string) + func (o *HealthResponse) UnmarshalJSON(data []byte) (err error) + func (o HealthResponse) MarshalJSON() ([]byte, error) + func (o HealthResponse) ToMap() (map[string]interface{}, error) + type IngestionResult struct + AdditionalProperties map[string]interface{} + Delivery DeliverySummary + Duplicate bool + Event EventDetail + func NewIngestionResult(event EventDetail, duplicate bool, delivery DeliverySummary) *IngestionResult + func NewIngestionResultWithDefaults() *IngestionResult + func (o *IngestionResult) GetDelivery() DeliverySummary + func (o *IngestionResult) GetDeliveryOk() (*DeliverySummary, bool) + func (o *IngestionResult) GetDuplicate() bool + func (o *IngestionResult) GetDuplicateOk() (*bool, bool) + func (o *IngestionResult) GetEvent() EventDetail + func (o *IngestionResult) GetEventOk() (*EventDetail, bool) + func (o *IngestionResult) SetDelivery(v DeliverySummary) + func (o *IngestionResult) SetDuplicate(v bool) + func (o *IngestionResult) SetEvent(v EventDetail) + func (o *IngestionResult) UnmarshalJSON(data []byte) (err error) + func (o IngestionResult) MarshalJSON() ([]byte, error) + func (o IngestionResult) ToMap() (map[string]interface{}, error) + type InheritedResponse struct + AdditionalProperties map[string]interface{} + Inherited bool + func NewInheritedResponse(inherited bool) *InheritedResponse + func NewInheritedResponseWithDefaults() *InheritedResponse + func (o *InheritedResponse) GetInherited() bool + func (o *InheritedResponse) GetInheritedOk() (*bool, bool) + func (o *InheritedResponse) SetInherited(v bool) + func (o *InheritedResponse) UnmarshalJSON(data []byte) (err error) + func (o InheritedResponse) MarshalJSON() ([]byte, error) + func (o InheritedResponse) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type Membership struct + AdditionalProperties map[string]interface{} + CreatedAt time.Time + Id string + Role string + User MembershipUser + func NewMembership(id string, role string, createdAt time.Time, user MembershipUser) *Membership + func NewMembershipWithDefaults() *Membership + func (o *Membership) GetCreatedAt() time.Time + func (o *Membership) GetCreatedAtOk() (*time.Time, bool) + func (o *Membership) GetId() string + func (o *Membership) GetIdOk() (*string, bool) + func (o *Membership) GetRole() string + func (o *Membership) GetRoleOk() (*string, bool) + func (o *Membership) GetUser() MembershipUser + func (o *Membership) GetUserOk() (*MembershipUser, bool) + func (o *Membership) SetCreatedAt(v time.Time) + func (o *Membership) SetId(v string) + func (o *Membership) SetRole(v string) + func (o *Membership) SetUser(v MembershipUser) + func (o *Membership) UnmarshalJSON(data []byte) (err error) + func (o Membership) MarshalJSON() ([]byte, error) + func (o Membership) ToMap() (map[string]interface{}, error) + type MembershipUser struct + AdditionalProperties map[string]interface{} + DisplayName NullableString + Email string + Id string + func NewMembershipUser(id string, email string, displayName NullableString) *MembershipUser + func NewMembershipUserWithDefaults() *MembershipUser + func (o *MembershipUser) GetDisplayName() string + func (o *MembershipUser) GetDisplayNameOk() (*string, bool) + func (o *MembershipUser) GetEmail() string + func (o *MembershipUser) GetEmailOk() (*string, bool) + func (o *MembershipUser) GetId() string + func (o *MembershipUser) GetIdOk() (*string, bool) + func (o *MembershipUser) SetDisplayName(v string) + func (o *MembershipUser) SetEmail(v string) + func (o *MembershipUser) SetId(v string) + func (o *MembershipUser) UnmarshalJSON(data []byte) (err error) + func (o MembershipUser) MarshalJSON() ([]byte, error) + func (o MembershipUser) ToMap() (map[string]interface{}, error) + type NullableAcceptedResponse struct + func NewNullableAcceptedResponse(val *AcceptedResponse) *NullableAcceptedResponse + func (v *NullableAcceptedResponse) Set(val *AcceptedResponse) + func (v *NullableAcceptedResponse) UnmarshalJSON(src []byte) error + func (v *NullableAcceptedResponse) Unset() + func (v NullableAcceptedResponse) Get() *AcceptedResponse + func (v NullableAcceptedResponse) IsSet() bool + func (v NullableAcceptedResponse) MarshalJSON() ([]byte, error) + type NullableAddMemberInput struct + func NewNullableAddMemberInput(val *AddMemberInput) *NullableAddMemberInput + func (v *NullableAddMemberInput) Set(val *AddMemberInput) + func (v *NullableAddMemberInput) UnmarshalJSON(src []byte) error + func (v *NullableAddMemberInput) Unset() + func (v NullableAddMemberInput) Get() *AddMemberInput + func (v NullableAddMemberInput) IsSet() bool + func (v NullableAddMemberInput) MarshalJSON() ([]byte, error) + type NullableAgentToken struct + func NewNullableAgentToken(val *AgentToken) *NullableAgentToken + func (v *NullableAgentToken) Set(val *AgentToken) + func (v *NullableAgentToken) UnmarshalJSON(src []byte) error + func (v *NullableAgentToken) Unset() + func (v NullableAgentToken) Get() *AgentToken + func (v NullableAgentToken) IsSet() bool + func (v NullableAgentToken) MarshalJSON() ([]byte, error) + type NullableAgentTokenCreated struct + func NewNullableAgentTokenCreated(val *AgentTokenCreated) *NullableAgentTokenCreated + func (v *NullableAgentTokenCreated) Set(val *AgentTokenCreated) + func (v *NullableAgentTokenCreated) UnmarshalJSON(src []byte) error + func (v *NullableAgentTokenCreated) Unset() + func (v NullableAgentTokenCreated) Get() *AgentTokenCreated + func (v NullableAgentTokenCreated) IsSet() bool + func (v NullableAgentTokenCreated) MarshalJSON() ([]byte, error) + type NullableApiKeySummary struct + func NewNullableApiKeySummary(val *ApiKeySummary) *NullableApiKeySummary + func (v *NullableApiKeySummary) Set(val *ApiKeySummary) + func (v *NullableApiKeySummary) UnmarshalJSON(src []byte) error + func (v *NullableApiKeySummary) Unset() + func (v NullableApiKeySummary) Get() *ApiKeySummary + func (v NullableApiKeySummary) IsSet() bool + func (v NullableApiKeySummary) MarshalJSON() ([]byte, error) + type NullableAuthResponse struct + func NewNullableAuthResponse(val *AuthResponse) *NullableAuthResponse + func (v *NullableAuthResponse) Set(val *AuthResponse) + func (v *NullableAuthResponse) UnmarshalJSON(src []byte) error + func (v *NullableAuthResponse) Unset() + func (v NullableAuthResponse) Get() *AuthResponse + func (v NullableAuthResponse) IsSet() bool + func (v NullableAuthResponse) 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 NullableCreateAgentTokenInput struct + func NewNullableCreateAgentTokenInput(val *CreateAgentTokenInput) *NullableCreateAgentTokenInput + func (v *NullableCreateAgentTokenInput) Set(val *CreateAgentTokenInput) + func (v *NullableCreateAgentTokenInput) UnmarshalJSON(src []byte) error + func (v *NullableCreateAgentTokenInput) Unset() + func (v NullableCreateAgentTokenInput) Get() *CreateAgentTokenInput + func (v NullableCreateAgentTokenInput) IsSet() bool + func (v NullableCreateAgentTokenInput) MarshalJSON() ([]byte, error) + type NullableCreateOrganizationInput struct + func NewNullableCreateOrganizationInput(val *CreateOrganizationInput) *NullableCreateOrganizationInput + func (v *NullableCreateOrganizationInput) Set(val *CreateOrganizationInput) + func (v *NullableCreateOrganizationInput) UnmarshalJSON(src []byte) error + func (v *NullableCreateOrganizationInput) Unset() + func (v NullableCreateOrganizationInput) Get() *CreateOrganizationInput + func (v NullableCreateOrganizationInput) IsSet() bool + func (v NullableCreateOrganizationInput) MarshalJSON() ([]byte, error) + type NullableCurrentAccount struct + func NewNullableCurrentAccount(val *CurrentAccount) *NullableCurrentAccount + func (v *NullableCurrentAccount) Set(val *CurrentAccount) + func (v *NullableCurrentAccount) UnmarshalJSON(src []byte) error + func (v *NullableCurrentAccount) Unset() + func (v NullableCurrentAccount) Get() *CurrentAccount + func (v NullableCurrentAccount) IsSet() bool + func (v NullableCurrentAccount) MarshalJSON() ([]byte, error) + type NullableDeletedResponse struct + func NewNullableDeletedResponse(val *DeletedResponse) *NullableDeletedResponse + func (v *NullableDeletedResponse) Set(val *DeletedResponse) + func (v *NullableDeletedResponse) UnmarshalJSON(src []byte) error + func (v *NullableDeletedResponse) Unset() + func (v NullableDeletedResponse) Get() *DeletedResponse + func (v NullableDeletedResponse) IsSet() bool + func (v NullableDeletedResponse) MarshalJSON() ([]byte, error) + type NullableDeliverySummary struct + func NewNullableDeliverySummary(val *DeliverySummary) *NullableDeliverySummary + func (v *NullableDeliverySummary) Set(val *DeliverySummary) + func (v *NullableDeliverySummary) UnmarshalJSON(src []byte) error + func (v *NullableDeliverySummary) Unset() + func (v NullableDeliverySummary) Get() *DeliverySummary + func (v NullableDeliverySummary) IsSet() bool + func (v NullableDeliverySummary) MarshalJSON() ([]byte, error) + type NullableDevice struct + func NewNullableDevice(val *Device) *NullableDevice + func (v *NullableDevice) Set(val *Device) + func (v *NullableDevice) UnmarshalJSON(src []byte) error + func (v *NullableDevice) Unset() + func (v NullableDevice) Get() *Device + func (v NullableDevice) IsSet() bool + func (v NullableDevice) MarshalJSON() ([]byte, error) + type NullableDisabledResponse struct + func NewNullableDisabledResponse(val *DisabledResponse) *NullableDisabledResponse + func (v *NullableDisabledResponse) Set(val *DisabledResponse) + func (v *NullableDisabledResponse) UnmarshalJSON(src []byte) error + func (v *NullableDisabledResponse) Unset() + func (v NullableDisabledResponse) Get() *DisabledResponse + func (v NullableDisabledResponse) IsSet() bool + func (v NullableDisabledResponse) MarshalJSON() ([]byte, error) + type NullableErrorResponse struct + func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse + func (v *NullableErrorResponse) Set(val *ErrorResponse) + func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error + func (v *NullableErrorResponse) Unset() + func (v NullableErrorResponse) Get() *ErrorResponse + func (v NullableErrorResponse) IsSet() bool + func (v NullableErrorResponse) MarshalJSON() ([]byte, error) + type NullableEventDetail struct + func NewNullableEventDetail(val *EventDetail) *NullableEventDetail + func (v *NullableEventDetail) Set(val *EventDetail) + func (v *NullableEventDetail) UnmarshalJSON(src []byte) error + func (v *NullableEventDetail) Unset() + func (v NullableEventDetail) Get() *EventDetail + func (v NullableEventDetail) IsSet() bool + func (v NullableEventDetail) MarshalJSON() ([]byte, error) + type NullableEventFilter struct + func NewNullableEventFilter(val *EventFilter) *NullableEventFilter + func (v *NullableEventFilter) Set(val *EventFilter) + func (v *NullableEventFilter) UnmarshalJSON(src []byte) error + func (v *NullableEventFilter) Unset() + func (v NullableEventFilter) Get() *EventFilter + func (v NullableEventFilter) IsSet() bool + func (v NullableEventFilter) MarshalJSON() ([]byte, error) + type NullableEventPage struct + func NewNullableEventPage(val *EventPage) *NullableEventPage + func (v *NullableEventPage) Set(val *EventPage) + func (v *NullableEventPage) UnmarshalJSON(src []byte) error + func (v *NullableEventPage) Unset() + func (v NullableEventPage) Get() *EventPage + func (v NullableEventPage) IsSet() bool + func (v NullableEventPage) MarshalJSON() ([]byte, error) + type NullableEventSummary struct + func NewNullableEventSummary(val *EventSummary) *NullableEventSummary + func (v *NullableEventSummary) Set(val *EventSummary) + func (v *NullableEventSummary) UnmarshalJSON(src []byte) error + func (v *NullableEventSummary) Unset() + func (v NullableEventSummary) Get() *EventSummary + func (v NullableEventSummary) IsSet() bool + func (v NullableEventSummary) MarshalJSON() ([]byte, error) + type NullableFilterGroup struct + func NewNullableFilterGroup(val *FilterGroup) *NullableFilterGroup + func (v *NullableFilterGroup) Set(val *FilterGroup) + func (v *NullableFilterGroup) UnmarshalJSON(src []byte) error + func (v *NullableFilterGroup) Unset() + func (v NullableFilterGroup) Get() *FilterGroup + func (v NullableFilterGroup) IsSet() bool + func (v NullableFilterGroup) MarshalJSON() ([]byte, error) + type NullableFilterNot struct + func NewNullableFilterNot(val *FilterNot) *NullableFilterNot + func (v *NullableFilterNot) Set(val *FilterNot) + func (v *NullableFilterNot) UnmarshalJSON(src []byte) error + func (v *NullableFilterNot) Unset() + func (v NullableFilterNot) Get() *FilterNot + func (v NullableFilterNot) IsSet() bool + func (v NullableFilterNot) 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 NullableHealthResponse struct + func NewNullableHealthResponse(val *HealthResponse) *NullableHealthResponse + func (v *NullableHealthResponse) Set(val *HealthResponse) + func (v *NullableHealthResponse) UnmarshalJSON(src []byte) error + func (v *NullableHealthResponse) Unset() + func (v NullableHealthResponse) Get() *HealthResponse + func (v NullableHealthResponse) IsSet() bool + func (v NullableHealthResponse) MarshalJSON() ([]byte, error) + type NullableIngestionResult struct + func NewNullableIngestionResult(val *IngestionResult) *NullableIngestionResult + func (v *NullableIngestionResult) Set(val *IngestionResult) + func (v *NullableIngestionResult) UnmarshalJSON(src []byte) error + func (v *NullableIngestionResult) Unset() + func (v NullableIngestionResult) Get() *IngestionResult + func (v NullableIngestionResult) IsSet() bool + func (v NullableIngestionResult) MarshalJSON() ([]byte, error) + type NullableInheritedResponse struct + func NewNullableInheritedResponse(val *InheritedResponse) *NullableInheritedResponse + func (v *NullableInheritedResponse) Set(val *InheritedResponse) + func (v *NullableInheritedResponse) UnmarshalJSON(src []byte) error + func (v *NullableInheritedResponse) Unset() + func (v NullableInheritedResponse) Get() *InheritedResponse + func (v NullableInheritedResponse) IsSet() bool + func (v NullableInheritedResponse) 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 NullableMembership struct + func NewNullableMembership(val *Membership) *NullableMembership + func (v *NullableMembership) Set(val *Membership) + func (v *NullableMembership) UnmarshalJSON(src []byte) error + func (v *NullableMembership) Unset() + func (v NullableMembership) Get() *Membership + func (v NullableMembership) IsSet() bool + func (v NullableMembership) MarshalJSON() ([]byte, error) + type NullableMembershipUser struct + func NewNullableMembershipUser(val *MembershipUser) *NullableMembershipUser + func (v *NullableMembershipUser) Set(val *MembershipUser) + func (v *NullableMembershipUser) UnmarshalJSON(src []byte) error + func (v *NullableMembershipUser) Unset() + func (v NullableMembershipUser) Get() *MembershipUser + func (v NullableMembershipUser) IsSet() bool + func (v NullableMembershipUser) MarshalJSON() ([]byte, error) + type NullableOrganization struct + func NewNullableOrganization(val *Organization) *NullableOrganization + func (v *NullableOrganization) Set(val *Organization) + func (v *NullableOrganization) UnmarshalJSON(src []byte) error + func (v *NullableOrganization) Unset() + func (v NullableOrganization) Get() *Organization + func (v NullableOrganization) IsSet() bool + func (v NullableOrganization) MarshalJSON() ([]byte, error) + type NullableOrganizationApiKeyCreated struct + func NewNullableOrganizationApiKeyCreated(val *OrganizationApiKeyCreated) *NullableOrganizationApiKeyCreated + func (v *NullableOrganizationApiKeyCreated) Set(val *OrganizationApiKeyCreated) + func (v *NullableOrganizationApiKeyCreated) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationApiKeyCreated) Unset() + func (v NullableOrganizationApiKeyCreated) Get() *OrganizationApiKeyCreated + func (v NullableOrganizationApiKeyCreated) IsSet() bool + func (v NullableOrganizationApiKeyCreated) MarshalJSON() ([]byte, error) + type NullableOrganizationCount struct + func NewNullableOrganizationCount(val *OrganizationCount) *NullableOrganizationCount + func (v *NullableOrganizationCount) Set(val *OrganizationCount) + func (v *NullableOrganizationCount) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationCount) Unset() + func (v NullableOrganizationCount) Get() *OrganizationCount + func (v NullableOrganizationCount) IsSet() bool + func (v NullableOrganizationCount) MarshalJSON() ([]byte, error) + type NullableOrganizationCreated struct + func NewNullableOrganizationCreated(val *OrganizationCreated) *NullableOrganizationCreated + func (v *NullableOrganizationCreated) Set(val *OrganizationCreated) + func (v *NullableOrganizationCreated) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationCreated) Unset() + func (v NullableOrganizationCreated) Get() *OrganizationCreated + func (v NullableOrganizationCreated) IsSet() bool + func (v NullableOrganizationCreated) MarshalJSON() ([]byte, error) + type NullableOrganizationRecord struct + func NewNullableOrganizationRecord(val *OrganizationRecord) *NullableOrganizationRecord + func (v *NullableOrganizationRecord) Set(val *OrganizationRecord) + func (v *NullableOrganizationRecord) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationRecord) Unset() + func (v NullableOrganizationRecord) Get() *OrganizationRecord + func (v NullableOrganizationRecord) IsSet() bool + func (v NullableOrganizationRecord) MarshalJSON() ([]byte, error) + type NullablePasswordLoginInput struct + func NewNullablePasswordLoginInput(val *PasswordLoginInput) *NullablePasswordLoginInput + func (v *NullablePasswordLoginInput) Set(val *PasswordLoginInput) + func (v *NullablePasswordLoginInput) UnmarshalJSON(src []byte) error + func (v *NullablePasswordLoginInput) Unset() + func (v NullablePasswordLoginInput) Get() *PasswordLoginInput + func (v NullablePasswordLoginInput) IsSet() bool + func (v NullablePasswordLoginInput) MarshalJSON() ([]byte, error) + type NullablePasswordResetCompleteInput struct + func NewNullablePasswordResetCompleteInput(val *PasswordResetCompleteInput) *NullablePasswordResetCompleteInput + func (v *NullablePasswordResetCompleteInput) Set(val *PasswordResetCompleteInput) + func (v *NullablePasswordResetCompleteInput) UnmarshalJSON(src []byte) error + func (v *NullablePasswordResetCompleteInput) Unset() + func (v NullablePasswordResetCompleteInput) Get() *PasswordResetCompleteInput + func (v NullablePasswordResetCompleteInput) IsSet() bool + func (v NullablePasswordResetCompleteInput) MarshalJSON() ([]byte, error) + type NullablePasswordResetRequestInput struct + func NewNullablePasswordResetRequestInput(val *PasswordResetRequestInput) *NullablePasswordResetRequestInput + func (v *NullablePasswordResetRequestInput) Set(val *PasswordResetRequestInput) + func (v *NullablePasswordResetRequestInput) UnmarshalJSON(src []byte) error + func (v *NullablePasswordResetRequestInput) Unset() + func (v NullablePasswordResetRequestInput) Get() *PasswordResetRequestInput + func (v NullablePasswordResetRequestInput) IsSet() bool + func (v NullablePasswordResetRequestInput) MarshalJSON() ([]byte, error) + type NullablePreferenceRecord struct + func NewNullablePreferenceRecord(val *PreferenceRecord) *NullablePreferenceRecord + func (v *NullablePreferenceRecord) Set(val *PreferenceRecord) + func (v *NullablePreferenceRecord) UnmarshalJSON(src []byte) error + func (v *NullablePreferenceRecord) Unset() + func (v NullablePreferenceRecord) Get() *PreferenceRecord + func (v NullablePreferenceRecord) IsSet() bool + func (v NullablePreferenceRecord) MarshalJSON() ([]byte, error) + type NullableProviderLoginInput struct + func NewNullableProviderLoginInput(val *ProviderLoginInput) *NullableProviderLoginInput + func (v *NullableProviderLoginInput) Set(val *ProviderLoginInput) + func (v *NullableProviderLoginInput) UnmarshalJSON(src []byte) error + func (v *NullableProviderLoginInput) Unset() + func (v NullableProviderLoginInput) Get() *ProviderLoginInput + func (v NullableProviderLoginInput) IsSet() bool + func (v NullableProviderLoginInput) MarshalJSON() ([]byte, error) + type NullableRegisterDeviceInput struct + func NewNullableRegisterDeviceInput(val *RegisterDeviceInput) *NullableRegisterDeviceInput + func (v *NullableRegisterDeviceInput) Set(val *RegisterDeviceInput) + func (v *NullableRegisterDeviceInput) UnmarshalJSON(src []byte) error + func (v *NullableRegisterDeviceInput) Unset() + func (v NullableRegisterDeviceInput) Get() *RegisterDeviceInput + func (v NullableRegisterDeviceInput) IsSet() bool + func (v NullableRegisterDeviceInput) MarshalJSON() ([]byte, error) + type NullableRegisterInput struct + func NewNullableRegisterInput(val *RegisterInput) *NullableRegisterInput + func (v *NullableRegisterInput) Set(val *RegisterInput) + func (v *NullableRegisterInput) UnmarshalJSON(src []byte) error + func (v *NullableRegisterInput) Unset() + func (v NullableRegisterInput) Get() *RegisterInput + func (v NullableRegisterInput) IsSet() bool + func (v NullableRegisterInput) MarshalJSON() ([]byte, error) + type NullableRegisterWebPushSubscriptionInput struct + func NewNullableRegisterWebPushSubscriptionInput(val *RegisterWebPushSubscriptionInput) *NullableRegisterWebPushSubscriptionInput + func (v *NullableRegisterWebPushSubscriptionInput) Set(val *RegisterWebPushSubscriptionInput) + func (v *NullableRegisterWebPushSubscriptionInput) UnmarshalJSON(src []byte) error + func (v *NullableRegisterWebPushSubscriptionInput) Unset() + func (v NullableRegisterWebPushSubscriptionInput) Get() *RegisterWebPushSubscriptionInput + func (v NullableRegisterWebPushSubscriptionInput) IsSet() bool + func (v NullableRegisterWebPushSubscriptionInput) MarshalJSON() ([]byte, error) + type NullableRegisterWebPushSubscriptionInputKeys struct + func NewNullableRegisterWebPushSubscriptionInputKeys(val *RegisterWebPushSubscriptionInputKeys) *NullableRegisterWebPushSubscriptionInputKeys + func (v *NullableRegisterWebPushSubscriptionInputKeys) Set(val *RegisterWebPushSubscriptionInputKeys) + func (v *NullableRegisterWebPushSubscriptionInputKeys) UnmarshalJSON(src []byte) error + func (v *NullableRegisterWebPushSubscriptionInputKeys) Unset() + func (v NullableRegisterWebPushSubscriptionInputKeys) Get() *RegisterWebPushSubscriptionInputKeys + func (v NullableRegisterWebPushSubscriptionInputKeys) IsSet() bool + func (v NullableRegisterWebPushSubscriptionInputKeys) MarshalJSON() ([]byte, error) + type NullableRevokedResponse struct + func NewNullableRevokedResponse(val *RevokedResponse) *NullableRevokedResponse + func (v *NullableRevokedResponse) Set(val *RevokedResponse) + func (v *NullableRevokedResponse) UnmarshalJSON(src []byte) error + func (v *NullableRevokedResponse) Unset() + func (v NullableRevokedResponse) Get() *RevokedResponse + func (v NullableRevokedResponse) IsSet() bool + func (v NullableRevokedResponse) MarshalJSON() ([]byte, error) + type NullableSearchEventsInput struct + func NewNullableSearchEventsInput(val *SearchEventsInput) *NullableSearchEventsInput + func (v *NullableSearchEventsInput) Set(val *SearchEventsInput) + func (v *NullableSearchEventsInput) UnmarshalJSON(src []byte) error + func (v *NullableSearchEventsInput) Unset() + func (v NullableSearchEventsInput) Get() *SearchEventsInput + func (v NullableSearchEventsInput) IsSet() bool + func (v NullableSearchEventsInput) MarshalJSON() ([]byte, error) + type NullableSendEventInput struct + func NewNullableSendEventInput(val *SendEventInput) *NullableSendEventInput + func (v *NullableSendEventInput) Set(val *SendEventInput) + func (v *NullableSendEventInput) UnmarshalJSON(src []byte) error + func (v *NullableSendEventInput) Unset() + func (v NullableSendEventInput) Get() *SendEventInput + func (v NullableSendEventInput) IsSet() bool + func (v NullableSendEventInput) MarshalJSON() ([]byte, error) + type NullableService struct + func NewNullableService(val *Service) *NullableService + func (v *NullableService) Set(val *Service) + func (v *NullableService) UnmarshalJSON(src []byte) error + func (v *NullableService) Unset() + func (v NullableService) Get() *Service + func (v NullableService) IsSet() bool + func (v NullableService) MarshalJSON() ([]byte, error) + type NullableServiceAllOfCount struct + func NewNullableServiceAllOfCount(val *ServiceAllOfCount) *NullableServiceAllOfCount + func (v *NullableServiceAllOfCount) Set(val *ServiceAllOfCount) + func (v *NullableServiceAllOfCount) UnmarshalJSON(src []byte) error + func (v *NullableServiceAllOfCount) Unset() + func (v NullableServiceAllOfCount) Get() *ServiceAllOfCount + func (v NullableServiceAllOfCount) IsSet() bool + func (v NullableServiceAllOfCount) MarshalJSON() ([]byte, error) + type NullableServicePreference struct + func NewNullableServicePreference(val *ServicePreference) *NullableServicePreference + func (v *NullableServicePreference) Set(val *ServicePreference) + func (v *NullableServicePreference) UnmarshalJSON(src []byte) error + func (v *NullableServicePreference) Unset() + func (v NullableServicePreference) Get() *ServicePreference + func (v NullableServicePreference) IsSet() bool + func (v NullableServicePreference) MarshalJSON() ([]byte, error) + type NullableServiceSummary struct + func NewNullableServiceSummary(val *ServiceSummary) *NullableServiceSummary + func (v *NullableServiceSummary) Set(val *ServiceSummary) + func (v *NullableServiceSummary) UnmarshalJSON(src []byte) error + func (v *NullableServiceSummary) Unset() + func (v NullableServiceSummary) Get() *ServiceSummary + func (v NullableServiceSummary) IsSet() bool + func (v NullableServiceSummary) MarshalJSON() ([]byte, error) + type NullableSetEnabledInput struct + func NewNullableSetEnabledInput(val *SetEnabledInput) *NullableSetEnabledInput + func (v *NullableSetEnabledInput) Set(val *SetEnabledInput) + func (v *NullableSetEnabledInput) UnmarshalJSON(src []byte) error + func (v *NullableSetEnabledInput) Unset() + func (v NullableSetEnabledInput) Get() *SetEnabledInput + func (v NullableSetEnabledInput) IsSet() bool + func (v NullableSetEnabledInput) 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 NullableTextFilterCondition struct + func NewNullableTextFilterCondition(val *TextFilterCondition) *NullableTextFilterCondition + func (v *NullableTextFilterCondition) Set(val *TextFilterCondition) + func (v *NullableTextFilterCondition) UnmarshalJSON(src []byte) error + func (v *NullableTextFilterCondition) Unset() + func (v NullableTextFilterCondition) Get() *TextFilterCondition + func (v NullableTextFilterCondition) IsSet() bool + func (v NullableTextFilterCondition) 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 NullableTimeFilterCondition struct + func NewNullableTimeFilterCondition(val *TimeFilterCondition) *NullableTimeFilterCondition + func (v *NullableTimeFilterCondition) Set(val *TimeFilterCondition) + func (v *NullableTimeFilterCondition) UnmarshalJSON(src []byte) error + func (v *NullableTimeFilterCondition) Unset() + func (v NullableTimeFilterCondition) Get() *TimeFilterCondition + func (v NullableTimeFilterCondition) IsSet() bool + func (v NullableTimeFilterCondition) MarshalJSON() ([]byte, error) + type NullableTypeOverride struct + func NewNullableTypeOverride(val *TypeOverride) *NullableTypeOverride + func (v *NullableTypeOverride) Set(val *TypeOverride) + func (v *NullableTypeOverride) UnmarshalJSON(src []byte) error + func (v *NullableTypeOverride) Unset() + func (v NullableTypeOverride) Get() *TypeOverride + func (v NullableTypeOverride) IsSet() bool + func (v NullableTypeOverride) 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 NullableWebPushConfiguration struct + func NewNullableWebPushConfiguration(val *WebPushConfiguration) *NullableWebPushConfiguration + func (v *NullableWebPushConfiguration) Set(val *WebPushConfiguration) + func (v *NullableWebPushConfiguration) UnmarshalJSON(src []byte) error + func (v *NullableWebPushConfiguration) Unset() + func (v NullableWebPushConfiguration) Get() *WebPushConfiguration + func (v NullableWebPushConfiguration) IsSet() bool + func (v NullableWebPushConfiguration) MarshalJSON() ([]byte, error) + type NullableWebPushSubscription struct + func NewNullableWebPushSubscription(val *WebPushSubscription) *NullableWebPushSubscription + func (v *NullableWebPushSubscription) Set(val *WebPushSubscription) + func (v *NullableWebPushSubscription) UnmarshalJSON(src []byte) error + func (v *NullableWebPushSubscription) Unset() + func (v NullableWebPushSubscription) Get() *WebPushSubscription + func (v NullableWebPushSubscription) IsSet() bool + func (v NullableWebPushSubscription) MarshalJSON() ([]byte, error) + type Organization struct + AdditionalProperties map[string]interface{} + ApiKey NullableApiKeySummary + Count *OrganizationCount + CreatedAt time.Time + Id string + JoinedAt time.Time + Name string + Role string + UpdatedAt time.Time + func NewOrganization(id string, name string, role string, createdAt time.Time, updatedAt time.Time, ...) *Organization + func NewOrganizationWithDefaults() *Organization + func (o *Organization) GetApiKey() ApiKeySummary + func (o *Organization) GetApiKeyOk() (*ApiKeySummary, bool) + func (o *Organization) GetCount() OrganizationCount + func (o *Organization) GetCountOk() (*OrganizationCount, bool) + func (o *Organization) GetCreatedAt() time.Time + func (o *Organization) GetCreatedAtOk() (*time.Time, bool) + func (o *Organization) GetId() string + func (o *Organization) GetIdOk() (*string, bool) + func (o *Organization) GetJoinedAt() time.Time + func (o *Organization) GetJoinedAtOk() (*time.Time, bool) + func (o *Organization) GetName() string + func (o *Organization) GetNameOk() (*string, bool) + func (o *Organization) GetRole() string + func (o *Organization) GetRoleOk() (*string, bool) + func (o *Organization) GetUpdatedAt() time.Time + func (o *Organization) GetUpdatedAtOk() (*time.Time, bool) + func (o *Organization) HasApiKey() bool + func (o *Organization) HasCount() bool + func (o *Organization) SetApiKey(v ApiKeySummary) + func (o *Organization) SetApiKeyNil() + func (o *Organization) SetCount(v OrganizationCount) + func (o *Organization) SetCreatedAt(v time.Time) + func (o *Organization) SetId(v string) + func (o *Organization) SetJoinedAt(v time.Time) + func (o *Organization) SetName(v string) + func (o *Organization) SetRole(v string) + func (o *Organization) SetUpdatedAt(v time.Time) + func (o *Organization) UnmarshalJSON(data []byte) (err error) + func (o *Organization) UnsetApiKey() + func (o Organization) MarshalJSON() ([]byte, error) + func (o Organization) ToMap() (map[string]interface{}, error) + type OrganizationApiKeyCreated struct + AdditionalProperties map[string]interface{} + ApiKey string + KeyPrefix string + LastFour string + UpdatedAt time.Time + func NewOrganizationApiKeyCreated(keyPrefix string, lastFour string, updatedAt time.Time, apiKey string) *OrganizationApiKeyCreated + func NewOrganizationApiKeyCreatedWithDefaults() *OrganizationApiKeyCreated + func (o *OrganizationApiKeyCreated) GetApiKey() string + func (o *OrganizationApiKeyCreated) GetApiKeyOk() (*string, bool) + func (o *OrganizationApiKeyCreated) GetKeyPrefix() string + func (o *OrganizationApiKeyCreated) GetKeyPrefixOk() (*string, bool) + func (o *OrganizationApiKeyCreated) GetLastFour() string + func (o *OrganizationApiKeyCreated) GetLastFourOk() (*string, bool) + func (o *OrganizationApiKeyCreated) GetUpdatedAt() time.Time + func (o *OrganizationApiKeyCreated) GetUpdatedAtOk() (*time.Time, bool) + func (o *OrganizationApiKeyCreated) SetApiKey(v string) + func (o *OrganizationApiKeyCreated) SetKeyPrefix(v string) + func (o *OrganizationApiKeyCreated) SetLastFour(v string) + func (o *OrganizationApiKeyCreated) SetUpdatedAt(v time.Time) + func (o *OrganizationApiKeyCreated) UnmarshalJSON(data []byte) (err error) + func (o OrganizationApiKeyCreated) MarshalJSON() ([]byte, error) + func (o OrganizationApiKeyCreated) ToMap() (map[string]interface{}, error) + type OrganizationCount struct + AdditionalProperties map[string]interface{} + Memberships *int32 + Services *int32 + func NewOrganizationCount() *OrganizationCount + func NewOrganizationCountWithDefaults() *OrganizationCount + func (o *OrganizationCount) GetMemberships() int32 + func (o *OrganizationCount) GetMembershipsOk() (*int32, bool) + func (o *OrganizationCount) GetServices() int32 + func (o *OrganizationCount) GetServicesOk() (*int32, bool) + func (o *OrganizationCount) HasMemberships() bool + func (o *OrganizationCount) HasServices() bool + func (o *OrganizationCount) SetMemberships(v int32) + func (o *OrganizationCount) SetServices(v int32) + func (o *OrganizationCount) UnmarshalJSON(data []byte) (err error) + func (o OrganizationCount) MarshalJSON() ([]byte, error) + func (o OrganizationCount) ToMap() (map[string]interface{}, error) + type OrganizationCreated struct + AdditionalProperties map[string]interface{} + ApiKey string + Organization OrganizationRecord + func NewOrganizationCreated(organization OrganizationRecord, apiKey string) *OrganizationCreated + func NewOrganizationCreatedWithDefaults() *OrganizationCreated + func (o *OrganizationCreated) GetApiKey() string + func (o *OrganizationCreated) GetApiKeyOk() (*string, bool) + func (o *OrganizationCreated) GetOrganization() OrganizationRecord + func (o *OrganizationCreated) GetOrganizationOk() (*OrganizationRecord, bool) + func (o *OrganizationCreated) SetApiKey(v string) + func (o *OrganizationCreated) SetOrganization(v OrganizationRecord) + func (o *OrganizationCreated) UnmarshalJSON(data []byte) (err error) + func (o OrganizationCreated) MarshalJSON() ([]byte, error) + func (o OrganizationCreated) ToMap() (map[string]interface{}, error) + type OrganizationRecord struct + AdditionalProperties map[string]interface{} + CreatedAt time.Time + Id string + Name string + UpdatedAt time.Time + func NewOrganizationRecord(id string, name string, createdAt time.Time, updatedAt time.Time) *OrganizationRecord + func NewOrganizationRecordWithDefaults() *OrganizationRecord + func (o *OrganizationRecord) GetCreatedAt() time.Time + func (o *OrganizationRecord) GetCreatedAtOk() (*time.Time, bool) + func (o *OrganizationRecord) GetId() string + func (o *OrganizationRecord) GetIdOk() (*string, bool) + func (o *OrganizationRecord) GetName() string + func (o *OrganizationRecord) GetNameOk() (*string, bool) + func (o *OrganizationRecord) GetUpdatedAt() time.Time + func (o *OrganizationRecord) GetUpdatedAtOk() (*time.Time, bool) + func (o *OrganizationRecord) SetCreatedAt(v time.Time) + func (o *OrganizationRecord) SetId(v string) + func (o *OrganizationRecord) SetName(v string) + func (o *OrganizationRecord) SetUpdatedAt(v time.Time) + func (o *OrganizationRecord) UnmarshalJSON(data []byte) (err error) + func (o OrganizationRecord) MarshalJSON() ([]byte, error) + func (o OrganizationRecord) ToMap() (map[string]interface{}, error) + type PasswordLoginInput struct + Email string + Password string + func NewPasswordLoginInput(email string, password string) *PasswordLoginInput + func NewPasswordLoginInputWithDefaults() *PasswordLoginInput + func (o *PasswordLoginInput) GetEmail() string + func (o *PasswordLoginInput) GetEmailOk() (*string, bool) + func (o *PasswordLoginInput) GetPassword() string + func (o *PasswordLoginInput) GetPasswordOk() (*string, bool) + func (o *PasswordLoginInput) SetEmail(v string) + func (o *PasswordLoginInput) SetPassword(v string) + func (o *PasswordLoginInput) UnmarshalJSON(data []byte) (err error) + func (o PasswordLoginInput) MarshalJSON() ([]byte, error) + func (o PasswordLoginInput) ToMap() (map[string]interface{}, error) + type PasswordResetCompleteInput struct + Password string + Token string + func NewPasswordResetCompleteInput(token string, password string) *PasswordResetCompleteInput + func NewPasswordResetCompleteInputWithDefaults() *PasswordResetCompleteInput + func (o *PasswordResetCompleteInput) GetPassword() string + func (o *PasswordResetCompleteInput) GetPasswordOk() (*string, bool) + func (o *PasswordResetCompleteInput) GetToken() string + func (o *PasswordResetCompleteInput) GetTokenOk() (*string, bool) + func (o *PasswordResetCompleteInput) SetPassword(v string) + func (o *PasswordResetCompleteInput) SetToken(v string) + func (o *PasswordResetCompleteInput) UnmarshalJSON(data []byte) (err error) + func (o PasswordResetCompleteInput) MarshalJSON() ([]byte, error) + func (o PasswordResetCompleteInput) ToMap() (map[string]interface{}, error) + type PasswordResetRequestInput struct + Email string + func NewPasswordResetRequestInput(email string) *PasswordResetRequestInput + func NewPasswordResetRequestInputWithDefaults() *PasswordResetRequestInput + func (o *PasswordResetRequestInput) GetEmail() string + func (o *PasswordResetRequestInput) GetEmailOk() (*string, bool) + func (o *PasswordResetRequestInput) SetEmail(v string) + func (o *PasswordResetRequestInput) UnmarshalJSON(data []byte) (err error) + func (o PasswordResetRequestInput) MarshalJSON() ([]byte, error) + func (o PasswordResetRequestInput) ToMap() (map[string]interface{}, error) + type PreferenceRecord struct + AdditionalProperties map[string]interface{} + Enabled bool + ServiceId string + TypeKey string + UpdatedAt time.Time + func NewPreferenceRecord(serviceId string, typeKey string, enabled bool, updatedAt time.Time) *PreferenceRecord + func NewPreferenceRecordWithDefaults() *PreferenceRecord + func (o *PreferenceRecord) GetEnabled() bool + func (o *PreferenceRecord) GetEnabledOk() (*bool, bool) + func (o *PreferenceRecord) GetServiceId() string + func (o *PreferenceRecord) GetServiceIdOk() (*string, bool) + func (o *PreferenceRecord) GetTypeKey() string + func (o *PreferenceRecord) GetTypeKeyOk() (*string, bool) + func (o *PreferenceRecord) GetUpdatedAt() time.Time + func (o *PreferenceRecord) GetUpdatedAtOk() (*time.Time, bool) + func (o *PreferenceRecord) SetEnabled(v bool) + func (o *PreferenceRecord) SetServiceId(v string) + func (o *PreferenceRecord) SetTypeKey(v string) + func (o *PreferenceRecord) SetUpdatedAt(v time.Time) + func (o *PreferenceRecord) UnmarshalJSON(data []byte) (err error) + func (o PreferenceRecord) MarshalJSON() ([]byte, error) + func (o PreferenceRecord) ToMap() (map[string]interface{}, error) + type PreferencesAPIService service + func (a *PreferencesAPIService) ListPreferences(ctx context.Context, organizationId string) ApiListPreferencesRequest + func (a *PreferencesAPIService) ListPreferencesExecute(r ApiListPreferencesRequest) ([]ServicePreference, *http.Response, error) + func (a *PreferencesAPIService) RemoveTypePreference(ctx context.Context, serviceId string, type_ string) ApiRemoveTypePreferenceRequest + func (a *PreferencesAPIService) RemoveTypePreferenceExecute(r ApiRemoveTypePreferenceRequest) (*InheritedResponse, *http.Response, error) + func (a *PreferencesAPIService) SetServicePreference(ctx context.Context, serviceId string) ApiSetServicePreferenceRequest + func (a *PreferencesAPIService) SetServicePreferenceExecute(r ApiSetServicePreferenceRequest) (*PreferenceRecord, *http.Response, error) + func (a *PreferencesAPIService) SetTypePreference(ctx context.Context, serviceId string, type_ string) ApiSetTypePreferenceRequest + func (a *PreferencesAPIService) SetTypePreferenceExecute(r ApiSetTypePreferenceRequest) (*PreferenceRecord, *http.Response, error) + type ProviderLoginInput struct + DisplayName *string + IdToken string + func NewProviderLoginInput(idToken string) *ProviderLoginInput + func NewProviderLoginInputWithDefaults() *ProviderLoginInput + func (o *ProviderLoginInput) GetDisplayName() string + func (o *ProviderLoginInput) GetDisplayNameOk() (*string, bool) + func (o *ProviderLoginInput) GetIdToken() string + func (o *ProviderLoginInput) GetIdTokenOk() (*string, bool) + func (o *ProviderLoginInput) HasDisplayName() bool + func (o *ProviderLoginInput) SetDisplayName(v string) + func (o *ProviderLoginInput) SetIdToken(v string) + func (o *ProviderLoginInput) UnmarshalJSON(data []byte) (err error) + func (o ProviderLoginInput) MarshalJSON() ([]byte, error) + func (o ProviderLoginInput) ToMap() (map[string]interface{}, error) + type RegisterDeviceInput struct + AppVersion *string + DeviceToken string + Environment string + InstallationId string + func NewRegisterDeviceInput(deviceToken string, installationId string, environment string) *RegisterDeviceInput + func NewRegisterDeviceInputWithDefaults() *RegisterDeviceInput + func (o *RegisterDeviceInput) GetAppVersion() string + func (o *RegisterDeviceInput) GetAppVersionOk() (*string, bool) + func (o *RegisterDeviceInput) GetDeviceToken() string + func (o *RegisterDeviceInput) GetDeviceTokenOk() (*string, bool) + func (o *RegisterDeviceInput) GetEnvironment() string + func (o *RegisterDeviceInput) GetEnvironmentOk() (*string, bool) + func (o *RegisterDeviceInput) GetInstallationId() string + func (o *RegisterDeviceInput) GetInstallationIdOk() (*string, bool) + func (o *RegisterDeviceInput) HasAppVersion() bool + func (o *RegisterDeviceInput) SetAppVersion(v string) + func (o *RegisterDeviceInput) SetDeviceToken(v string) + func (o *RegisterDeviceInput) SetEnvironment(v string) + func (o *RegisterDeviceInput) SetInstallationId(v string) + func (o *RegisterDeviceInput) UnmarshalJSON(data []byte) (err error) + func (o RegisterDeviceInput) MarshalJSON() ([]byte, error) + func (o RegisterDeviceInput) ToMap() (map[string]interface{}, error) + type RegisterInput struct + DisplayName *string + Email string + Password string + func NewRegisterInput(email string, password string) *RegisterInput + func NewRegisterInputWithDefaults() *RegisterInput + func (o *RegisterInput) GetDisplayName() string + func (o *RegisterInput) GetDisplayNameOk() (*string, bool) + func (o *RegisterInput) GetEmail() string + func (o *RegisterInput) GetEmailOk() (*string, bool) + func (o *RegisterInput) GetPassword() string + func (o *RegisterInput) GetPasswordOk() (*string, bool) + func (o *RegisterInput) HasDisplayName() bool + func (o *RegisterInput) SetDisplayName(v string) + func (o *RegisterInput) SetEmail(v string) + func (o *RegisterInput) SetPassword(v string) + func (o *RegisterInput) UnmarshalJSON(data []byte) (err error) + func (o RegisterInput) MarshalJSON() ([]byte, error) + func (o RegisterInput) ToMap() (map[string]interface{}, error) + type RegisterWebPushSubscriptionInput struct + AdditionalProperties map[string]interface{} + Endpoint string + Keys RegisterWebPushSubscriptionInputKeys + func NewRegisterWebPushSubscriptionInput(endpoint string, keys RegisterWebPushSubscriptionInputKeys) *RegisterWebPushSubscriptionInput + func NewRegisterWebPushSubscriptionInputWithDefaults() *RegisterWebPushSubscriptionInput + func (o *RegisterWebPushSubscriptionInput) GetEndpoint() string + func (o *RegisterWebPushSubscriptionInput) GetEndpointOk() (*string, bool) + func (o *RegisterWebPushSubscriptionInput) GetKeys() RegisterWebPushSubscriptionInputKeys + func (o *RegisterWebPushSubscriptionInput) GetKeysOk() (*RegisterWebPushSubscriptionInputKeys, bool) + func (o *RegisterWebPushSubscriptionInput) SetEndpoint(v string) + func (o *RegisterWebPushSubscriptionInput) SetKeys(v RegisterWebPushSubscriptionInputKeys) + func (o *RegisterWebPushSubscriptionInput) UnmarshalJSON(data []byte) (err error) + func (o RegisterWebPushSubscriptionInput) MarshalJSON() ([]byte, error) + func (o RegisterWebPushSubscriptionInput) ToMap() (map[string]interface{}, error) + type RegisterWebPushSubscriptionInputKeys struct + Auth string + P256dh string + func NewRegisterWebPushSubscriptionInputKeys(p256dh string, auth string) *RegisterWebPushSubscriptionInputKeys + func NewRegisterWebPushSubscriptionInputKeysWithDefaults() *RegisterWebPushSubscriptionInputKeys + func (o *RegisterWebPushSubscriptionInputKeys) GetAuth() string + func (o *RegisterWebPushSubscriptionInputKeys) GetAuthOk() (*string, bool) + func (o *RegisterWebPushSubscriptionInputKeys) GetP256dh() string + func (o *RegisterWebPushSubscriptionInputKeys) GetP256dhOk() (*string, bool) + func (o *RegisterWebPushSubscriptionInputKeys) SetAuth(v string) + func (o *RegisterWebPushSubscriptionInputKeys) SetP256dh(v string) + func (o *RegisterWebPushSubscriptionInputKeys) UnmarshalJSON(data []byte) (err error) + func (o RegisterWebPushSubscriptionInputKeys) MarshalJSON() ([]byte, error) + func (o RegisterWebPushSubscriptionInputKeys) ToMap() (map[string]interface{}, error) + type RevokedResponse struct + AdditionalProperties map[string]interface{} + Revoked bool + func NewRevokedResponse(revoked bool) *RevokedResponse + func NewRevokedResponseWithDefaults() *RevokedResponse + func (o *RevokedResponse) GetRevoked() bool + func (o *RevokedResponse) GetRevokedOk() (*bool, bool) + func (o *RevokedResponse) SetRevoked(v bool) + func (o *RevokedResponse) UnmarshalJSON(data []byte) (err error) + func (o RevokedResponse) MarshalJSON() ([]byte, error) + func (o RevokedResponse) ToMap() (map[string]interface{}, error) + type SearchEventsInput struct + Cursor *string + Filter EventFilter + Limit *int32 + func NewSearchEventsInput(filter EventFilter) *SearchEventsInput + func NewSearchEventsInputWithDefaults() *SearchEventsInput + func (o *SearchEventsInput) GetCursor() string + func (o *SearchEventsInput) GetCursorOk() (*string, bool) + func (o *SearchEventsInput) GetFilter() EventFilter + func (o *SearchEventsInput) GetFilterOk() (*EventFilter, bool) + func (o *SearchEventsInput) GetLimit() int32 + func (o *SearchEventsInput) GetLimitOk() (*int32, bool) + func (o *SearchEventsInput) HasCursor() bool + func (o *SearchEventsInput) HasLimit() bool + func (o *SearchEventsInput) SetCursor(v string) + func (o *SearchEventsInput) SetFilter(v EventFilter) + func (o *SearchEventsInput) SetLimit(v int32) + func (o *SearchEventsInput) UnmarshalJSON(data []byte) (err error) + func (o SearchEventsInput) MarshalJSON() ([]byte, error) + func (o SearchEventsInput) ToMap() (map[string]interface{}, error) + type SendEventInput struct + ActionUrl *string + AdditionalProperties map[string]interface{} + Body string + ExternalId *string + Metadata map[string]interface{} + Service string + ServiceDisplayName *string + Title string + Type string + func NewSendEventInput(service string, type_ string, title string, body string) *SendEventInput + func NewSendEventInputWithDefaults() *SendEventInput + func (o *SendEventInput) GetActionUrl() string + func (o *SendEventInput) GetActionUrlOk() (*string, bool) + func (o *SendEventInput) GetBody() string + func (o *SendEventInput) GetBodyOk() (*string, bool) + func (o *SendEventInput) GetExternalId() string + func (o *SendEventInput) GetExternalIdOk() (*string, bool) + func (o *SendEventInput) GetMetadata() map[string]interface{} + func (o *SendEventInput) GetMetadataOk() (map[string]interface{}, bool) + func (o *SendEventInput) GetService() string + func (o *SendEventInput) GetServiceDisplayName() string + func (o *SendEventInput) GetServiceDisplayNameOk() (*string, bool) + func (o *SendEventInput) GetServiceOk() (*string, bool) + func (o *SendEventInput) GetTitle() string + func (o *SendEventInput) GetTitleOk() (*string, bool) + func (o *SendEventInput) GetType() string + func (o *SendEventInput) GetTypeOk() (*string, bool) + func (o *SendEventInput) HasActionUrl() bool + func (o *SendEventInput) HasExternalId() bool + func (o *SendEventInput) HasMetadata() bool + func (o *SendEventInput) HasServiceDisplayName() bool + func (o *SendEventInput) SetActionUrl(v string) + func (o *SendEventInput) SetBody(v string) + func (o *SendEventInput) SetExternalId(v string) + func (o *SendEventInput) SetMetadata(v map[string]interface{}) + func (o *SendEventInput) SetService(v string) + func (o *SendEventInput) SetServiceDisplayName(v string) + func (o *SendEventInput) SetTitle(v string) + func (o *SendEventInput) SetType(v string) + func (o *SendEventInput) UnmarshalJSON(data []byte) (err error) + func (o SendEventInput) MarshalJSON() ([]byte, error) + func (o SendEventInput) 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 Service struct + AdditionalProperties map[string]interface{} + Count ServiceAllOfCount + CreatedAt time.Time + DisplayName string + Id string + Name string + func NewService(id string, name string, displayName string, createdAt time.Time, ...) *Service + func NewServiceWithDefaults() *Service + func (o *Service) GetCount() ServiceAllOfCount + func (o *Service) GetCountOk() (*ServiceAllOfCount, bool) + func (o *Service) GetCreatedAt() time.Time + func (o *Service) GetCreatedAtOk() (*time.Time, bool) + func (o *Service) GetDisplayName() string + func (o *Service) GetDisplayNameOk() (*string, bool) + func (o *Service) GetId() string + func (o *Service) GetIdOk() (*string, bool) + func (o *Service) GetName() string + func (o *Service) GetNameOk() (*string, bool) + func (o *Service) SetCount(v ServiceAllOfCount) + func (o *Service) SetCreatedAt(v time.Time) + func (o *Service) SetDisplayName(v string) + func (o *Service) SetId(v string) + func (o *Service) SetName(v string) + func (o *Service) UnmarshalJSON(data []byte) (err error) + func (o Service) MarshalJSON() ([]byte, error) + func (o Service) ToMap() (map[string]interface{}, error) + type ServiceAllOfCount struct + AdditionalProperties map[string]interface{} + Events int32 + func NewServiceAllOfCount(events int32) *ServiceAllOfCount + func NewServiceAllOfCountWithDefaults() *ServiceAllOfCount + func (o *ServiceAllOfCount) GetEvents() int32 + func (o *ServiceAllOfCount) GetEventsOk() (*int32, bool) + func (o *ServiceAllOfCount) SetEvents(v int32) + func (o *ServiceAllOfCount) UnmarshalJSON(data []byte) (err error) + func (o ServiceAllOfCount) MarshalJSON() ([]byte, error) + func (o ServiceAllOfCount) ToMap() (map[string]interface{}, error) + type ServicePreference struct + AdditionalProperties map[string]interface{} + DisplayName string + Enabled bool + Id string + Name string + TypeOverrides []TypeOverride + func NewServicePreference(id string, name string, displayName string, enabled bool, ...) *ServicePreference + func NewServicePreferenceWithDefaults() *ServicePreference + func (o *ServicePreference) GetDisplayName() string + func (o *ServicePreference) GetDisplayNameOk() (*string, bool) + func (o *ServicePreference) GetEnabled() bool + func (o *ServicePreference) GetEnabledOk() (*bool, bool) + func (o *ServicePreference) GetId() string + func (o *ServicePreference) GetIdOk() (*string, bool) + func (o *ServicePreference) GetName() string + func (o *ServicePreference) GetNameOk() (*string, bool) + func (o *ServicePreference) GetTypeOverrides() []TypeOverride + func (o *ServicePreference) GetTypeOverridesOk() ([]TypeOverride, bool) + func (o *ServicePreference) SetDisplayName(v string) + func (o *ServicePreference) SetEnabled(v bool) + func (o *ServicePreference) SetId(v string) + func (o *ServicePreference) SetName(v string) + func (o *ServicePreference) SetTypeOverrides(v []TypeOverride) + func (o *ServicePreference) UnmarshalJSON(data []byte) (err error) + func (o ServicePreference) MarshalJSON() ([]byte, error) + func (o ServicePreference) ToMap() (map[string]interface{}, error) + type ServiceSummary struct + AdditionalProperties map[string]interface{} + DisplayName string + Id string + Name string + func NewServiceSummary(id string, name string, displayName string) *ServiceSummary + func NewServiceSummaryWithDefaults() *ServiceSummary + func (o *ServiceSummary) GetDisplayName() string + func (o *ServiceSummary) GetDisplayNameOk() (*string, bool) + func (o *ServiceSummary) GetId() string + func (o *ServiceSummary) GetIdOk() (*string, bool) + func (o *ServiceSummary) GetName() string + func (o *ServiceSummary) GetNameOk() (*string, bool) + func (o *ServiceSummary) SetDisplayName(v string) + func (o *ServiceSummary) SetId(v string) + func (o *ServiceSummary) SetName(v string) + func (o *ServiceSummary) UnmarshalJSON(data []byte) (err error) + func (o ServiceSummary) MarshalJSON() ([]byte, error) + func (o ServiceSummary) ToMap() (map[string]interface{}, error) + type SetEnabledInput struct + Enabled bool + func NewSetEnabledInput(enabled bool) *SetEnabledInput + func NewSetEnabledInputWithDefaults() *SetEnabledInput + func (o *SetEnabledInput) GetEnabled() bool + func (o *SetEnabledInput) GetEnabledOk() (*bool, bool) + func (o *SetEnabledInput) SetEnabled(v bool) + func (o *SetEnabledInput) UnmarshalJSON(data []byte) (err error) + func (o SetEnabledInput) MarshalJSON() ([]byte, error) + func (o SetEnabledInput) ToMap() (map[string]interface{}, error) + type TextFilterCondition struct + Comparison string + Field string + Value string + func NewTextFilterCondition(field string, comparison string, value string) *TextFilterCondition + func NewTextFilterConditionWithDefaults() *TextFilterCondition + func (o *TextFilterCondition) GetComparison() string + func (o *TextFilterCondition) GetComparisonOk() (*string, bool) + func (o *TextFilterCondition) GetField() string + func (o *TextFilterCondition) GetFieldOk() (*string, bool) + func (o *TextFilterCondition) GetValue() string + func (o *TextFilterCondition) GetValueOk() (*string, bool) + func (o *TextFilterCondition) SetComparison(v string) + func (o *TextFilterCondition) SetField(v string) + func (o *TextFilterCondition) SetValue(v string) + func (o *TextFilterCondition) UnmarshalJSON(data []byte) (err error) + func (o TextFilterCondition) MarshalJSON() ([]byte, error) + func (o TextFilterCondition) ToMap() (map[string]interface{}, error) + type TimeFilterCondition struct + Comparison string + Field string + Value time.Time + func NewTimeFilterCondition(field string, comparison string, value time.Time) *TimeFilterCondition + func NewTimeFilterConditionWithDefaults() *TimeFilterCondition + func (o *TimeFilterCondition) GetComparison() string + func (o *TimeFilterCondition) GetComparisonOk() (*string, bool) + func (o *TimeFilterCondition) GetField() string + func (o *TimeFilterCondition) GetFieldOk() (*string, bool) + func (o *TimeFilterCondition) GetValue() time.Time + func (o *TimeFilterCondition) GetValueOk() (*time.Time, bool) + func (o *TimeFilterCondition) SetComparison(v string) + func (o *TimeFilterCondition) SetField(v string) + func (o *TimeFilterCondition) SetValue(v time.Time) + func (o *TimeFilterCondition) UnmarshalJSON(data []byte) (err error) + func (o TimeFilterCondition) MarshalJSON() ([]byte, error) + func (o TimeFilterCondition) ToMap() (map[string]interface{}, error) + type TypeOverride struct + AdditionalProperties map[string]interface{} + Enabled bool + Type string + UpdatedAt time.Time + func NewTypeOverride(type_ string, enabled bool, updatedAt time.Time) *TypeOverride + func NewTypeOverrideWithDefaults() *TypeOverride + func (o *TypeOverride) GetEnabled() bool + func (o *TypeOverride) GetEnabledOk() (*bool, bool) + func (o *TypeOverride) GetType() string + func (o *TypeOverride) GetTypeOk() (*string, bool) + func (o *TypeOverride) GetUpdatedAt() time.Time + func (o *TypeOverride) GetUpdatedAtOk() (*time.Time, bool) + func (o *TypeOverride) SetEnabled(v bool) + func (o *TypeOverride) SetType(v string) + func (o *TypeOverride) SetUpdatedAt(v time.Time) + func (o *TypeOverride) UnmarshalJSON(data []byte) (err error) + func (o TypeOverride) MarshalJSON() ([]byte, error) + func (o TypeOverride) ToMap() (map[string]interface{}, error) + type User struct + AdditionalProperties map[string]interface{} + DisplayName NullableString + Email string + HasApple bool + HasGoogle bool + HasPassword bool + Id string + func NewUser(id string, email string, displayName NullableString, hasPassword bool, ...) *User + func NewUserWithDefaults() *User + func (o *User) GetDisplayName() string + func (o *User) GetDisplayNameOk() (*string, bool) + func (o *User) GetEmail() string + func (o *User) GetEmailOk() (*string, bool) + func (o *User) GetHasApple() bool + func (o *User) GetHasAppleOk() (*bool, bool) + func (o *User) GetHasGoogle() bool + func (o *User) GetHasGoogleOk() (*bool, bool) + func (o *User) GetHasPassword() bool + func (o *User) GetHasPasswordOk() (*bool, bool) + func (o *User) GetId() string + func (o *User) GetIdOk() (*string, bool) + func (o *User) SetDisplayName(v string) + func (o *User) SetEmail(v string) + func (o *User) SetHasApple(v bool) + func (o *User) SetHasGoogle(v bool) + func (o *User) SetHasPassword(v bool) + func (o *User) SetId(v string) + func (o *User) UnmarshalJSON(data []byte) (err error) + func (o User) MarshalJSON() ([]byte, error) + func (o User) ToMap() (map[string]interface{}, error) + type WebPushConfiguration struct + AdditionalProperties map[string]interface{} + Enabled bool + PublicKey NullableString + func NewWebPushConfiguration(enabled bool, publicKey NullableString) *WebPushConfiguration + func NewWebPushConfigurationWithDefaults() *WebPushConfiguration + func (o *WebPushConfiguration) GetEnabled() bool + func (o *WebPushConfiguration) GetEnabledOk() (*bool, bool) + func (o *WebPushConfiguration) GetPublicKey() string + func (o *WebPushConfiguration) GetPublicKeyOk() (*string, bool) + func (o *WebPushConfiguration) SetEnabled(v bool) + func (o *WebPushConfiguration) SetPublicKey(v string) + func (o *WebPushConfiguration) UnmarshalJSON(data []byte) (err error) + func (o WebPushConfiguration) MarshalJSON() ([]byte, error) + func (o WebPushConfiguration) ToMap() (map[string]interface{}, error) + type WebPushSubscription struct + AdditionalProperties map[string]interface{} + Enabled bool + Id string + LastSeenAt time.Time + func NewWebPushSubscription(id string, enabled bool, lastSeenAt time.Time) *WebPushSubscription + func NewWebPushSubscriptionWithDefaults() *WebPushSubscription + func (o *WebPushSubscription) GetEnabled() bool + func (o *WebPushSubscription) GetEnabledOk() (*bool, bool) + func (o *WebPushSubscription) GetId() string + func (o *WebPushSubscription) GetIdOk() (*string, bool) + func (o *WebPushSubscription) GetLastSeenAt() time.Time + func (o *WebPushSubscription) GetLastSeenAtOk() (*time.Time, bool) + func (o *WebPushSubscription) SetEnabled(v bool) + func (o *WebPushSubscription) SetId(v string) + func (o *WebPushSubscription) SetLastSeenAt(v time.Time) + func (o *WebPushSubscription) UnmarshalJSON(data []byte) (err error) + func (o WebPushSubscription) MarshalJSON() ([]byte, error) + func (o WebPushSubscription) ToMap() (map[string]interface{}, error)