Documentation
¶
Index ¶
- Variables
- 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
- type APIKey
- type APIResponse
- type AcceptedResponse
- func (o *AcceptedResponse) GetAccepted() bool
- func (o *AcceptedResponse) GetAcceptedOk() (*bool, bool)
- func (o AcceptedResponse) MarshalJSON() ([]byte, error)
- func (o *AcceptedResponse) SetAccepted(v bool)
- func (o AcceptedResponse) ToMap() (map[string]interface{}, error)
- func (o *AcceptedResponse) UnmarshalJSON(data []byte) (err error)
- type AccountAPIService
- 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
- func (o *AddMemberInput) GetEmail() string
- func (o *AddMemberInput) GetEmailOk() (*string, bool)
- func (o AddMemberInput) MarshalJSON() ([]byte, error)
- func (o *AddMemberInput) SetEmail(v string)
- func (o AddMemberInput) ToMap() (map[string]interface{}, error)
- func (o *AddMemberInput) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *AgentToken) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *AgentTokenCreated) UnmarshalJSON(data []byte) (err error)
- type AgentTokensAPIService
- 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
- type ApiCallMcpRequest
- type ApiCompletePasswordResetRequest
- type ApiCreateAgentTokenRequest
- type ApiCreateOrganizationRequest
- type ApiDeleteCurrentAccountRequest
- type ApiGetCurrentAccountRequest
- type ApiGetEventRequest
- type ApiGetHealthRequest
- type ApiGetWebPushConfigurationRequest
- type 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) MarshalJSON() ([]byte, error)
- func (o *ApiKeySummary) SetKeyPrefix(v string)
- func (o *ApiKeySummary) SetLastFour(v string)
- func (o *ApiKeySummary) SetUpdatedAt(v time.Time)
- func (o ApiKeySummary) ToMap() (map[string]interface{}, error)
- func (o *ApiKeySummary) UnmarshalJSON(data []byte) (err error)
- type ApiListAgentTokensRequest
- type ApiListEventsRequest
- 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
- type ApiListOrganizationMembersRequest
- type ApiListOrganizationsRequest
- type ApiListPreferencesRequest
- type ApiListServicesRequest
- type ApiLoginWithAppleRequest
- type ApiLoginWithGoogleRequest
- type ApiLoginWithPasswordRequest
- type ApiRegenerateOrganizationApiKeyRequest
- type ApiRegisterDeviceRequest
- type ApiRegisterRequest
- type ApiRegisterWebPushSubscriptionRequest
- type ApiRemoveDeviceRequest
- type ApiRemoveTypePreferenceRequest
- type ApiRemoveWebPushSubscriptionRequest
- type ApiRequestPasswordResetRequest
- type ApiRevokeAgentTokenRequest
- type ApiSearchEventsRequest
- type ApiSendEventAsUserRequest
- type ApiSendEventRequest
- type ApiSetServicePreferenceRequest
- type ApiSetTypePreferenceRequest
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *AuthResponse) UnmarshalJSON(data []byte) (err error)
- type AuthenticationAPIService
- 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
- type Configuration
- type CreateAgentTokenInput
- func (o *CreateAgentTokenInput) GetName() string
- func (o *CreateAgentTokenInput) GetNameOk() (*string, bool)
- func (o CreateAgentTokenInput) MarshalJSON() ([]byte, error)
- func (o *CreateAgentTokenInput) SetName(v string)
- func (o CreateAgentTokenInput) ToMap() (map[string]interface{}, error)
- func (o *CreateAgentTokenInput) UnmarshalJSON(data []byte) (err error)
- type CreateOrganizationInput
- func (o *CreateOrganizationInput) GetName() string
- func (o *CreateOrganizationInput) GetNameOk() (*string, bool)
- func (o CreateOrganizationInput) MarshalJSON() ([]byte, error)
- func (o *CreateOrganizationInput) SetName(v string)
- func (o CreateOrganizationInput) ToMap() (map[string]interface{}, error)
- func (o *CreateOrganizationInput) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *CurrentAccount) SetOrganizations(v []Organization)
- func (o *CurrentAccount) SetUser(v User)
- func (o CurrentAccount) ToMap() (map[string]interface{}, error)
- func (o *CurrentAccount) UnmarshalJSON(data []byte) (err error)
- type CustomerAccountsAPIService
- 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
- func (o *DeletedResponse) GetDeleted() bool
- func (o *DeletedResponse) GetDeletedOk() (*bool, bool)
- func (o DeletedResponse) MarshalJSON() ([]byte, error)
- func (o *DeletedResponse) SetDeleted(v bool)
- func (o DeletedResponse) ToMap() (map[string]interface{}, error)
- func (o *DeletedResponse) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *DeliverySummary) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *Device) UnmarshalJSON(data []byte) (err error)
- type DevicesAPIService
- 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
- func (o *DisabledResponse) GetDisabled() bool
- func (o *DisabledResponse) GetDisabledOk() (*bool, bool)
- func (o DisabledResponse) MarshalJSON() ([]byte, error)
- func (o *DisabledResponse) SetDisabled(v bool)
- func (o DisabledResponse) ToMap() (map[string]interface{}, error)
- func (o *DisabledResponse) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *ErrorResponse) SetError(v string)
- func (o *ErrorResponse) SetMessage(v string)
- func (o *ErrorResponse) SetStatusCode(v int32)
- func (o ErrorResponse) ToMap() (map[string]interface{}, error)
- func (o *ErrorResponse) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *EventDetail) UnmarshalJSON(data []byte) (err error)
- type EventFilter
- type 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) MarshalJSON() ([]byte, error)
- func (o *EventPage) SetEvents(v []EventSummary)
- func (o *EventPage) SetNextCursor(v string)
- func (o EventPage) ToMap() (map[string]interface{}, error)
- func (o *EventPage) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *EventSummary) UnmarshalJSON(data []byte) (err error)
- type EventsAPIService
- 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
- 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) MarshalJSON() ([]byte, error)
- func (o *FilterGroup) SetChildren(v []EventFilter)
- func (o *FilterGroup) SetOperator(v string)
- func (o FilterGroup) ToMap() (map[string]interface{}, error)
- func (o *FilterGroup) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *FilterNot) SetChild(v EventFilter)
- func (o *FilterNot) SetOperator(v string)
- func (o FilterNot) ToMap() (map[string]interface{}, error)
- func (o *FilterNot) UnmarshalJSON(data []byte) (err error)
- type GenericOpenAPIError
- type HealthAPIService
- type 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) MarshalJSON() ([]byte, error)
- func (o *HealthResponse) SetService(v string)
- func (o *HealthResponse) SetStatus(v string)
- func (o HealthResponse) ToMap() (map[string]interface{}, error)
- func (o *HealthResponse) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *IngestionResult) SetDelivery(v DeliverySummary)
- func (o *IngestionResult) SetDuplicate(v bool)
- func (o *IngestionResult) SetEvent(v EventDetail)
- func (o IngestionResult) ToMap() (map[string]interface{}, error)
- func (o *IngestionResult) UnmarshalJSON(data []byte) (err error)
- type InheritedResponse
- func (o *InheritedResponse) GetInherited() bool
- func (o *InheritedResponse) GetInheritedOk() (*bool, bool)
- func (o InheritedResponse) MarshalJSON() ([]byte, error)
- func (o *InheritedResponse) SetInherited(v bool)
- func (o InheritedResponse) ToMap() (map[string]interface{}, error)
- func (o *InheritedResponse) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *Membership) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *MembershipUser) SetDisplayName(v string)
- func (o *MembershipUser) SetEmail(v string)
- func (o *MembershipUser) SetId(v string)
- func (o MembershipUser) ToMap() (map[string]interface{}, error)
- func (o *MembershipUser) UnmarshalJSON(data []byte) (err error)
- type NullableAcceptedResponse
- func (v NullableAcceptedResponse) Get() *AcceptedResponse
- func (v NullableAcceptedResponse) IsSet() bool
- func (v NullableAcceptedResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAcceptedResponse) Set(val *AcceptedResponse)
- func (v *NullableAcceptedResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAcceptedResponse) Unset()
- type NullableAddMemberInput
- func (v NullableAddMemberInput) Get() *AddMemberInput
- func (v NullableAddMemberInput) IsSet() bool
- func (v NullableAddMemberInput) MarshalJSON() ([]byte, error)
- func (v *NullableAddMemberInput) Set(val *AddMemberInput)
- func (v *NullableAddMemberInput) UnmarshalJSON(src []byte) error
- func (v *NullableAddMemberInput) Unset()
- type NullableAgentToken
- type NullableAgentTokenCreated
- func (v NullableAgentTokenCreated) Get() *AgentTokenCreated
- func (v NullableAgentTokenCreated) IsSet() bool
- func (v NullableAgentTokenCreated) MarshalJSON() ([]byte, error)
- func (v *NullableAgentTokenCreated) Set(val *AgentTokenCreated)
- func (v *NullableAgentTokenCreated) UnmarshalJSON(src []byte) error
- func (v *NullableAgentTokenCreated) Unset()
- type NullableApiKeySummary
- func (v NullableApiKeySummary) Get() *ApiKeySummary
- func (v NullableApiKeySummary) IsSet() bool
- func (v NullableApiKeySummary) MarshalJSON() ([]byte, error)
- func (v *NullableApiKeySummary) Set(val *ApiKeySummary)
- func (v *NullableApiKeySummary) UnmarshalJSON(src []byte) error
- func (v *NullableApiKeySummary) Unset()
- type NullableAuthResponse
- func (v NullableAuthResponse) Get() *AuthResponse
- func (v NullableAuthResponse) IsSet() bool
- func (v NullableAuthResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAuthResponse) Set(val *AuthResponse)
- func (v *NullableAuthResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAuthResponse) Unset()
- type NullableBool
- type NullableCreateAgentTokenInput
- func (v NullableCreateAgentTokenInput) Get() *CreateAgentTokenInput
- func (v NullableCreateAgentTokenInput) IsSet() bool
- func (v NullableCreateAgentTokenInput) MarshalJSON() ([]byte, error)
- func (v *NullableCreateAgentTokenInput) Set(val *CreateAgentTokenInput)
- func (v *NullableCreateAgentTokenInput) UnmarshalJSON(src []byte) error
- func (v *NullableCreateAgentTokenInput) Unset()
- type NullableCreateOrganizationInput
- func (v NullableCreateOrganizationInput) Get() *CreateOrganizationInput
- func (v NullableCreateOrganizationInput) IsSet() bool
- func (v NullableCreateOrganizationInput) MarshalJSON() ([]byte, error)
- func (v *NullableCreateOrganizationInput) Set(val *CreateOrganizationInput)
- func (v *NullableCreateOrganizationInput) UnmarshalJSON(src []byte) error
- func (v *NullableCreateOrganizationInput) Unset()
- type NullableCurrentAccount
- func (v NullableCurrentAccount) Get() *CurrentAccount
- func (v NullableCurrentAccount) IsSet() bool
- func (v NullableCurrentAccount) MarshalJSON() ([]byte, error)
- func (v *NullableCurrentAccount) Set(val *CurrentAccount)
- func (v *NullableCurrentAccount) UnmarshalJSON(src []byte) error
- func (v *NullableCurrentAccount) Unset()
- type NullableDeletedResponse
- func (v NullableDeletedResponse) Get() *DeletedResponse
- func (v NullableDeletedResponse) IsSet() bool
- func (v NullableDeletedResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDeletedResponse) Set(val *DeletedResponse)
- func (v *NullableDeletedResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDeletedResponse) Unset()
- type NullableDeliverySummary
- func (v NullableDeliverySummary) Get() *DeliverySummary
- func (v NullableDeliverySummary) IsSet() bool
- func (v NullableDeliverySummary) MarshalJSON() ([]byte, error)
- func (v *NullableDeliverySummary) Set(val *DeliverySummary)
- func (v *NullableDeliverySummary) UnmarshalJSON(src []byte) error
- func (v *NullableDeliverySummary) Unset()
- type NullableDevice
- type NullableDisabledResponse
- func (v NullableDisabledResponse) Get() *DisabledResponse
- func (v NullableDisabledResponse) IsSet() bool
- func (v NullableDisabledResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDisabledResponse) Set(val *DisabledResponse)
- func (v *NullableDisabledResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDisabledResponse) Unset()
- type NullableErrorResponse
- func (v NullableErrorResponse) Get() *ErrorResponse
- func (v NullableErrorResponse) IsSet() bool
- func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
- func (v *NullableErrorResponse) Set(val *ErrorResponse)
- func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
- func (v *NullableErrorResponse) Unset()
- type NullableEventDetail
- func (v NullableEventDetail) Get() *EventDetail
- func (v NullableEventDetail) IsSet() bool
- func (v NullableEventDetail) MarshalJSON() ([]byte, error)
- func (v *NullableEventDetail) Set(val *EventDetail)
- func (v *NullableEventDetail) UnmarshalJSON(src []byte) error
- func (v *NullableEventDetail) Unset()
- type NullableEventFilter
- func (v NullableEventFilter) Get() *EventFilter
- func (v NullableEventFilter) IsSet() bool
- func (v NullableEventFilter) MarshalJSON() ([]byte, error)
- func (v *NullableEventFilter) Set(val *EventFilter)
- func (v *NullableEventFilter) UnmarshalJSON(src []byte) error
- func (v *NullableEventFilter) Unset()
- type NullableEventPage
- type NullableEventSummary
- func (v NullableEventSummary) Get() *EventSummary
- func (v NullableEventSummary) IsSet() bool
- func (v NullableEventSummary) MarshalJSON() ([]byte, error)
- func (v *NullableEventSummary) Set(val *EventSummary)
- func (v *NullableEventSummary) UnmarshalJSON(src []byte) error
- func (v *NullableEventSummary) Unset()
- type NullableFilterGroup
- func (v NullableFilterGroup) Get() *FilterGroup
- func (v NullableFilterGroup) IsSet() bool
- func (v NullableFilterGroup) MarshalJSON() ([]byte, error)
- func (v *NullableFilterGroup) Set(val *FilterGroup)
- func (v *NullableFilterGroup) UnmarshalJSON(src []byte) error
- func (v *NullableFilterGroup) Unset()
- type NullableFilterNot
- type NullableFloat32
- type NullableFloat64
- type NullableHealthResponse
- func (v NullableHealthResponse) Get() *HealthResponse
- func (v NullableHealthResponse) IsSet() bool
- func (v NullableHealthResponse) MarshalJSON() ([]byte, error)
- func (v *NullableHealthResponse) Set(val *HealthResponse)
- func (v *NullableHealthResponse) UnmarshalJSON(src []byte) error
- func (v *NullableHealthResponse) Unset()
- type NullableIngestionResult
- func (v NullableIngestionResult) Get() *IngestionResult
- func (v NullableIngestionResult) IsSet() bool
- func (v NullableIngestionResult) MarshalJSON() ([]byte, error)
- func (v *NullableIngestionResult) Set(val *IngestionResult)
- func (v *NullableIngestionResult) UnmarshalJSON(src []byte) error
- func (v *NullableIngestionResult) Unset()
- type NullableInheritedResponse
- func (v NullableInheritedResponse) Get() *InheritedResponse
- func (v NullableInheritedResponse) IsSet() bool
- func (v NullableInheritedResponse) MarshalJSON() ([]byte, error)
- func (v *NullableInheritedResponse) Set(val *InheritedResponse)
- func (v *NullableInheritedResponse) UnmarshalJSON(src []byte) error
- func (v *NullableInheritedResponse) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableMembership
- type NullableMembershipUser
- func (v NullableMembershipUser) Get() *MembershipUser
- func (v NullableMembershipUser) IsSet() bool
- func (v NullableMembershipUser) MarshalJSON() ([]byte, error)
- func (v *NullableMembershipUser) Set(val *MembershipUser)
- func (v *NullableMembershipUser) UnmarshalJSON(src []byte) error
- func (v *NullableMembershipUser) Unset()
- type NullableOrganization
- func (v NullableOrganization) Get() *Organization
- func (v NullableOrganization) IsSet() bool
- func (v NullableOrganization) MarshalJSON() ([]byte, error)
- func (v *NullableOrganization) Set(val *Organization)
- func (v *NullableOrganization) UnmarshalJSON(src []byte) error
- func (v *NullableOrganization) Unset()
- type NullableOrganizationApiKeyCreated
- func (v NullableOrganizationApiKeyCreated) Get() *OrganizationApiKeyCreated
- func (v NullableOrganizationApiKeyCreated) IsSet() bool
- func (v NullableOrganizationApiKeyCreated) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationApiKeyCreated) Set(val *OrganizationApiKeyCreated)
- func (v *NullableOrganizationApiKeyCreated) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationApiKeyCreated) Unset()
- type NullableOrganizationCount
- func (v NullableOrganizationCount) Get() *OrganizationCount
- func (v NullableOrganizationCount) IsSet() bool
- func (v NullableOrganizationCount) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationCount) Set(val *OrganizationCount)
- func (v *NullableOrganizationCount) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationCount) Unset()
- type NullableOrganizationCreated
- func (v NullableOrganizationCreated) Get() *OrganizationCreated
- func (v NullableOrganizationCreated) IsSet() bool
- func (v NullableOrganizationCreated) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationCreated) Set(val *OrganizationCreated)
- func (v *NullableOrganizationCreated) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationCreated) Unset()
- type NullableOrganizationRecord
- func (v NullableOrganizationRecord) Get() *OrganizationRecord
- func (v NullableOrganizationRecord) IsSet() bool
- func (v NullableOrganizationRecord) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationRecord) Set(val *OrganizationRecord)
- func (v *NullableOrganizationRecord) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationRecord) Unset()
- type NullablePasswordLoginInput
- func (v NullablePasswordLoginInput) Get() *PasswordLoginInput
- func (v NullablePasswordLoginInput) IsSet() bool
- func (v NullablePasswordLoginInput) MarshalJSON() ([]byte, error)
- func (v *NullablePasswordLoginInput) Set(val *PasswordLoginInput)
- func (v *NullablePasswordLoginInput) UnmarshalJSON(src []byte) error
- func (v *NullablePasswordLoginInput) Unset()
- type NullablePasswordResetCompleteInput
- func (v NullablePasswordResetCompleteInput) Get() *PasswordResetCompleteInput
- func (v NullablePasswordResetCompleteInput) IsSet() bool
- func (v NullablePasswordResetCompleteInput) MarshalJSON() ([]byte, error)
- func (v *NullablePasswordResetCompleteInput) Set(val *PasswordResetCompleteInput)
- func (v *NullablePasswordResetCompleteInput) UnmarshalJSON(src []byte) error
- func (v *NullablePasswordResetCompleteInput) Unset()
- type NullablePasswordResetRequestInput
- func (v NullablePasswordResetRequestInput) Get() *PasswordResetRequestInput
- func (v NullablePasswordResetRequestInput) IsSet() bool
- func (v NullablePasswordResetRequestInput) MarshalJSON() ([]byte, error)
- func (v *NullablePasswordResetRequestInput) Set(val *PasswordResetRequestInput)
- func (v *NullablePasswordResetRequestInput) UnmarshalJSON(src []byte) error
- func (v *NullablePasswordResetRequestInput) Unset()
- type NullablePreferenceRecord
- func (v NullablePreferenceRecord) Get() *PreferenceRecord
- func (v NullablePreferenceRecord) IsSet() bool
- func (v NullablePreferenceRecord) MarshalJSON() ([]byte, error)
- func (v *NullablePreferenceRecord) Set(val *PreferenceRecord)
- func (v *NullablePreferenceRecord) UnmarshalJSON(src []byte) error
- func (v *NullablePreferenceRecord) Unset()
- type NullableProviderLoginInput
- func (v NullableProviderLoginInput) Get() *ProviderLoginInput
- func (v NullableProviderLoginInput) IsSet() bool
- func (v NullableProviderLoginInput) MarshalJSON() ([]byte, error)
- func (v *NullableProviderLoginInput) Set(val *ProviderLoginInput)
- func (v *NullableProviderLoginInput) UnmarshalJSON(src []byte) error
- func (v *NullableProviderLoginInput) Unset()
- type NullableRegisterDeviceInput
- func (v NullableRegisterDeviceInput) Get() *RegisterDeviceInput
- func (v NullableRegisterDeviceInput) IsSet() bool
- func (v NullableRegisterDeviceInput) MarshalJSON() ([]byte, error)
- func (v *NullableRegisterDeviceInput) Set(val *RegisterDeviceInput)
- func (v *NullableRegisterDeviceInput) UnmarshalJSON(src []byte) error
- func (v *NullableRegisterDeviceInput) Unset()
- type NullableRegisterInput
- func (v NullableRegisterInput) Get() *RegisterInput
- func (v NullableRegisterInput) IsSet() bool
- func (v NullableRegisterInput) MarshalJSON() ([]byte, error)
- func (v *NullableRegisterInput) Set(val *RegisterInput)
- func (v *NullableRegisterInput) UnmarshalJSON(src []byte) error
- func (v *NullableRegisterInput) Unset()
- type NullableRegisterWebPushSubscriptionInput
- func (v NullableRegisterWebPushSubscriptionInput) Get() *RegisterWebPushSubscriptionInput
- func (v NullableRegisterWebPushSubscriptionInput) IsSet() bool
- func (v NullableRegisterWebPushSubscriptionInput) MarshalJSON() ([]byte, error)
- func (v *NullableRegisterWebPushSubscriptionInput) Set(val *RegisterWebPushSubscriptionInput)
- func (v *NullableRegisterWebPushSubscriptionInput) UnmarshalJSON(src []byte) error
- func (v *NullableRegisterWebPushSubscriptionInput) Unset()
- type NullableRegisterWebPushSubscriptionInputKeys
- func (v NullableRegisterWebPushSubscriptionInputKeys) Get() *RegisterWebPushSubscriptionInputKeys
- func (v NullableRegisterWebPushSubscriptionInputKeys) IsSet() bool
- func (v NullableRegisterWebPushSubscriptionInputKeys) MarshalJSON() ([]byte, error)
- func (v *NullableRegisterWebPushSubscriptionInputKeys) Set(val *RegisterWebPushSubscriptionInputKeys)
- func (v *NullableRegisterWebPushSubscriptionInputKeys) UnmarshalJSON(src []byte) error
- func (v *NullableRegisterWebPushSubscriptionInputKeys) Unset()
- type NullableRevokedResponse
- func (v NullableRevokedResponse) Get() *RevokedResponse
- func (v NullableRevokedResponse) IsSet() bool
- func (v NullableRevokedResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRevokedResponse) Set(val *RevokedResponse)
- func (v *NullableRevokedResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRevokedResponse) Unset()
- type NullableSearchEventsInput
- func (v NullableSearchEventsInput) Get() *SearchEventsInput
- func (v NullableSearchEventsInput) IsSet() bool
- func (v NullableSearchEventsInput) MarshalJSON() ([]byte, error)
- func (v *NullableSearchEventsInput) Set(val *SearchEventsInput)
- func (v *NullableSearchEventsInput) UnmarshalJSON(src []byte) error
- func (v *NullableSearchEventsInput) Unset()
- type NullableSendEventInput
- func (v NullableSendEventInput) Get() *SendEventInput
- func (v NullableSendEventInput) IsSet() bool
- func (v NullableSendEventInput) MarshalJSON() ([]byte, error)
- func (v *NullableSendEventInput) Set(val *SendEventInput)
- func (v *NullableSendEventInput) UnmarshalJSON(src []byte) error
- func (v *NullableSendEventInput) Unset()
- type NullableService
- type NullableServiceAllOfCount
- func (v NullableServiceAllOfCount) Get() *ServiceAllOfCount
- func (v NullableServiceAllOfCount) IsSet() bool
- func (v NullableServiceAllOfCount) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAllOfCount) Set(val *ServiceAllOfCount)
- func (v *NullableServiceAllOfCount) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAllOfCount) Unset()
- type NullableServicePreference
- func (v NullableServicePreference) Get() *ServicePreference
- func (v NullableServicePreference) IsSet() bool
- func (v NullableServicePreference) MarshalJSON() ([]byte, error)
- func (v *NullableServicePreference) Set(val *ServicePreference)
- func (v *NullableServicePreference) UnmarshalJSON(src []byte) error
- func (v *NullableServicePreference) Unset()
- type NullableServiceSummary
- func (v NullableServiceSummary) Get() *ServiceSummary
- func (v NullableServiceSummary) IsSet() bool
- func (v NullableServiceSummary) MarshalJSON() ([]byte, error)
- func (v *NullableServiceSummary) Set(val *ServiceSummary)
- func (v *NullableServiceSummary) UnmarshalJSON(src []byte) error
- func (v *NullableServiceSummary) Unset()
- type NullableSetEnabledInput
- func (v NullableSetEnabledInput) Get() *SetEnabledInput
- func (v NullableSetEnabledInput) IsSet() bool
- func (v NullableSetEnabledInput) MarshalJSON() ([]byte, error)
- func (v *NullableSetEnabledInput) Set(val *SetEnabledInput)
- func (v *NullableSetEnabledInput) UnmarshalJSON(src []byte) error
- func (v *NullableSetEnabledInput) Unset()
- type NullableString
- type NullableTextFilterCondition
- func (v NullableTextFilterCondition) Get() *TextFilterCondition
- func (v NullableTextFilterCondition) IsSet() bool
- func (v NullableTextFilterCondition) MarshalJSON() ([]byte, error)
- func (v *NullableTextFilterCondition) Set(val *TextFilterCondition)
- func (v *NullableTextFilterCondition) UnmarshalJSON(src []byte) error
- func (v *NullableTextFilterCondition) Unset()
- type NullableTime
- type NullableTimeFilterCondition
- func (v NullableTimeFilterCondition) Get() *TimeFilterCondition
- func (v NullableTimeFilterCondition) IsSet() bool
- func (v NullableTimeFilterCondition) MarshalJSON() ([]byte, error)
- func (v *NullableTimeFilterCondition) Set(val *TimeFilterCondition)
- func (v *NullableTimeFilterCondition) UnmarshalJSON(src []byte) error
- func (v *NullableTimeFilterCondition) Unset()
- type NullableTypeOverride
- func (v NullableTypeOverride) Get() *TypeOverride
- func (v NullableTypeOverride) IsSet() bool
- func (v NullableTypeOverride) MarshalJSON() ([]byte, error)
- func (v *NullableTypeOverride) Set(val *TypeOverride)
- func (v *NullableTypeOverride) UnmarshalJSON(src []byte) error
- func (v *NullableTypeOverride) Unset()
- type NullableUser
- type NullableWebPushConfiguration
- func (v NullableWebPushConfiguration) Get() *WebPushConfiguration
- func (v NullableWebPushConfiguration) IsSet() bool
- func (v NullableWebPushConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableWebPushConfiguration) Set(val *WebPushConfiguration)
- func (v *NullableWebPushConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableWebPushConfiguration) Unset()
- type NullableWebPushSubscription
- func (v NullableWebPushSubscription) Get() *WebPushSubscription
- func (v NullableWebPushSubscription) IsSet() bool
- func (v NullableWebPushSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableWebPushSubscription) Set(val *WebPushSubscription)
- func (v *NullableWebPushSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableWebPushSubscription) Unset()
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *Organization) UnmarshalJSON(data []byte) (err error)
- func (o *Organization) UnsetApiKey()
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *OrganizationApiKeyCreated) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *OrganizationCount) SetMemberships(v int32)
- func (o *OrganizationCount) SetServices(v int32)
- func (o OrganizationCount) ToMap() (map[string]interface{}, error)
- func (o *OrganizationCount) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *OrganizationCreated) SetApiKey(v string)
- func (o *OrganizationCreated) SetOrganization(v OrganizationRecord)
- func (o OrganizationCreated) ToMap() (map[string]interface{}, error)
- func (o *OrganizationCreated) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *OrganizationRecord) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *PasswordLoginInput) SetEmail(v string)
- func (o *PasswordLoginInput) SetPassword(v string)
- func (o PasswordLoginInput) ToMap() (map[string]interface{}, error)
- func (o *PasswordLoginInput) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *PasswordResetCompleteInput) SetPassword(v string)
- func (o *PasswordResetCompleteInput) SetToken(v string)
- func (o PasswordResetCompleteInput) ToMap() (map[string]interface{}, error)
- func (o *PasswordResetCompleteInput) UnmarshalJSON(data []byte) (err error)
- type PasswordResetRequestInput
- func (o *PasswordResetRequestInput) GetEmail() string
- func (o *PasswordResetRequestInput) GetEmailOk() (*string, bool)
- func (o PasswordResetRequestInput) MarshalJSON() ([]byte, error)
- func (o *PasswordResetRequestInput) SetEmail(v string)
- func (o PasswordResetRequestInput) ToMap() (map[string]interface{}, error)
- func (o *PasswordResetRequestInput) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *PreferenceRecord) UnmarshalJSON(data []byte) (err error)
- type PreferencesAPIService
- 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
- 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) MarshalJSON() ([]byte, error)
- func (o *ProviderLoginInput) SetDisplayName(v string)
- func (o *ProviderLoginInput) SetIdToken(v string)
- func (o ProviderLoginInput) ToMap() (map[string]interface{}, error)
- func (o *ProviderLoginInput) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *RegisterDeviceInput) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *RegisterInput) SetDisplayName(v string)
- func (o *RegisterInput) SetEmail(v string)
- func (o *RegisterInput) SetPassword(v string)
- func (o RegisterInput) ToMap() (map[string]interface{}, error)
- func (o *RegisterInput) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *RegisterWebPushSubscriptionInput) SetEndpoint(v string)
- func (o *RegisterWebPushSubscriptionInput) SetKeys(v RegisterWebPushSubscriptionInputKeys)
- func (o RegisterWebPushSubscriptionInput) ToMap() (map[string]interface{}, error)
- func (o *RegisterWebPushSubscriptionInput) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *RegisterWebPushSubscriptionInputKeys) SetAuth(v string)
- func (o *RegisterWebPushSubscriptionInputKeys) SetP256dh(v string)
- func (o RegisterWebPushSubscriptionInputKeys) ToMap() (map[string]interface{}, error)
- func (o *RegisterWebPushSubscriptionInputKeys) UnmarshalJSON(data []byte) (err error)
- type RevokedResponse
- func (o *RevokedResponse) GetRevoked() bool
- func (o *RevokedResponse) GetRevokedOk() (*bool, bool)
- func (o RevokedResponse) MarshalJSON() ([]byte, error)
- func (o *RevokedResponse) SetRevoked(v bool)
- func (o RevokedResponse) ToMap() (map[string]interface{}, error)
- func (o *RevokedResponse) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *SearchEventsInput) SetCursor(v string)
- func (o *SearchEventsInput) SetFilter(v EventFilter)
- func (o *SearchEventsInput) SetLimit(v int32)
- func (o SearchEventsInput) ToMap() (map[string]interface{}, error)
- func (o *SearchEventsInput) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *SendEventInput) UnmarshalJSON(data []byte) (err error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *Service) UnmarshalJSON(data []byte) (err error)
- type ServiceAllOfCount
- func (o *ServiceAllOfCount) GetEvents() int32
- func (o *ServiceAllOfCount) GetEventsOk() (*int32, bool)
- func (o ServiceAllOfCount) MarshalJSON() ([]byte, error)
- func (o *ServiceAllOfCount) SetEvents(v int32)
- func (o ServiceAllOfCount) ToMap() (map[string]interface{}, error)
- func (o *ServiceAllOfCount) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *ServicePreference) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *ServiceSummary) SetDisplayName(v string)
- func (o *ServiceSummary) SetId(v string)
- func (o *ServiceSummary) SetName(v string)
- func (o ServiceSummary) ToMap() (map[string]interface{}, error)
- func (o *ServiceSummary) UnmarshalJSON(data []byte) (err error)
- type SetEnabledInput
- func (o *SetEnabledInput) GetEnabled() bool
- func (o *SetEnabledInput) GetEnabledOk() (*bool, bool)
- func (o SetEnabledInput) MarshalJSON() ([]byte, error)
- func (o *SetEnabledInput) SetEnabled(v bool)
- func (o SetEnabledInput) ToMap() (map[string]interface{}, error)
- func (o *SetEnabledInput) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *TextFilterCondition) SetComparison(v string)
- func (o *TextFilterCondition) SetField(v string)
- func (o *TextFilterCondition) SetValue(v string)
- func (o TextFilterCondition) ToMap() (map[string]interface{}, error)
- func (o *TextFilterCondition) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *TimeFilterCondition) SetComparison(v string)
- func (o *TimeFilterCondition) SetField(v string)
- func (o *TimeFilterCondition) SetValue(v time.Time)
- func (o TimeFilterCondition) ToMap() (map[string]interface{}, error)
- func (o *TimeFilterCondition) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *TypeOverride) SetEnabled(v bool)
- func (o *TypeOverride) SetType(v string)
- func (o *TypeOverride) SetUpdatedAt(v time.Time)
- func (o TypeOverride) ToMap() (map[string]interface{}, error)
- func (o *TypeOverride) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- 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) ToMap() (map[string]interface{}, error)
- func (o *User) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *WebPushConfiguration) SetEnabled(v bool)
- func (o *WebPushConfiguration) SetPublicKey(v string)
- func (o WebPushConfiguration) ToMap() (map[string]interface{}, error)
- func (o *WebPushConfiguration) UnmarshalJSON(data []byte) (err error)
- type 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) MarshalJSON() ([]byte, error)
- func (o *WebPushSubscription) SetEnabled(v bool)
- func (o *WebPushSubscription) SetId(v string)
- func (o *WebPushSubscription) SetLastSeenAt(v time.Time)
- func (o WebPushSubscription) ToMap() (map[string]interface{}, error)
- func (o *WebPushSubscription) UnmarshalJSON(data []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct {
AccountAPI *AccountAPIService
AgentTokensAPI *AgentTokensAPIService
AuthenticationAPI *AuthenticationAPIService
CustomerAccountsAPI *CustomerAccountsAPIService
DevicesAPI *DevicesAPIService
EventsAPI *EventsAPIService
HealthAPI *HealthAPIService
PreferencesAPI *PreferencesAPIService
// contains filtered or unexported fields
}
APIClient manages communication with the Agent Push Kit API API v0.1.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct {
*http.Response `json:"-"`
Message string `json:"message,omitempty"`
// Operation is the name of the OpenAPI operation.
Operation string `json:"operation,omitempty"`
// RequestURL is the request URL. This value is always available, even if the
// embedded *http.Response is nil.
RequestURL string `json:"url,omitempty"`
// Method is the HTTP method used for the request. This value is always
// available, even if the embedded *http.Response is nil.
Method string `json:"method,omitempty"`
// Payload holds the contents of the response body (which may be nil or empty).
// This is provided here as the raw response.Body() reader will have already
// been drained.
Payload []byte `json:"-"`
}
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AcceptedResponse ¶
type AcceptedResponse struct {
Accepted bool `json:"accepted"`
AdditionalProperties map[string]interface{}
}
AcceptedResponse struct for AcceptedResponse
func NewAcceptedResponse ¶
func NewAcceptedResponse(accepted bool) *AcceptedResponse
NewAcceptedResponse instantiates a new AcceptedResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAcceptedResponseWithDefaults ¶
func NewAcceptedResponseWithDefaults() *AcceptedResponse
NewAcceptedResponseWithDefaults instantiates a new AcceptedResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AcceptedResponse) GetAccepted ¶
func (o *AcceptedResponse) GetAccepted() bool
GetAccepted returns the Accepted field value
func (*AcceptedResponse) GetAcceptedOk ¶
func (o *AcceptedResponse) GetAcceptedOk() (*bool, bool)
GetAcceptedOk returns a tuple with the Accepted field value and a boolean to check if the value has been set.
func (AcceptedResponse) MarshalJSON ¶
func (o AcceptedResponse) MarshalJSON() ([]byte, error)
func (*AcceptedResponse) SetAccepted ¶
func (o *AcceptedResponse) SetAccepted(v bool)
SetAccepted sets field value
func (AcceptedResponse) ToMap ¶
func (o AcceptedResponse) ToMap() (map[string]interface{}, error)
func (*AcceptedResponse) UnmarshalJSON ¶
func (o *AcceptedResponse) UnmarshalJSON(data []byte) (err error)
type AccountAPIService ¶
type AccountAPIService service
AccountAPIService AccountAPI service
func (*AccountAPIService) DeleteCurrentAccount ¶
func (a *AccountAPIService) DeleteCurrentAccount(ctx context.Context) ApiDeleteCurrentAccountRequest
DeleteCurrentAccount Delete the current user and customer accounts they own
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDeleteCurrentAccountRequest
func (*AccountAPIService) DeleteCurrentAccountExecute ¶
func (a *AccountAPIService) DeleteCurrentAccountExecute(r ApiDeleteCurrentAccountRequest) (*DeletedResponse, *http.Response, error)
Execute executes the request
@return DeletedResponse
func (*AccountAPIService) GetCurrentAccount ¶
func (a *AccountAPIService) GetCurrentAccount(ctx context.Context) ApiGetCurrentAccountRequest
GetCurrentAccount Get the current user and customer accounts
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetCurrentAccountRequest
func (*AccountAPIService) GetCurrentAccountExecute ¶
func (a *AccountAPIService) GetCurrentAccountExecute(r ApiGetCurrentAccountRequest) (*CurrentAccount, *http.Response, error)
Execute executes the request
@return CurrentAccount
type AddMemberInput ¶
type AddMemberInput struct {
Email string `json:"email"`
}
AddMemberInput struct for AddMemberInput
func NewAddMemberInput ¶
func NewAddMemberInput(email string) *AddMemberInput
NewAddMemberInput instantiates a new AddMemberInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAddMemberInputWithDefaults ¶
func NewAddMemberInputWithDefaults() *AddMemberInput
NewAddMemberInputWithDefaults instantiates a new AddMemberInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AddMemberInput) GetEmail ¶
func (o *AddMemberInput) GetEmail() string
GetEmail returns the Email field value
func (*AddMemberInput) GetEmailOk ¶
func (o *AddMemberInput) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (AddMemberInput) MarshalJSON ¶
func (o AddMemberInput) MarshalJSON() ([]byte, error)
func (*AddMemberInput) SetEmail ¶
func (o *AddMemberInput) SetEmail(v string)
SetEmail sets field value
func (AddMemberInput) ToMap ¶
func (o AddMemberInput) ToMap() (map[string]interface{}, error)
func (*AddMemberInput) UnmarshalJSON ¶
func (o *AddMemberInput) UnmarshalJSON(data []byte) (err error)
type AgentToken ¶
type AgentToken struct {
Id string `json:"id"`
Name string `json:"name"`
KeyPrefix string `json:"keyPrefix"`
LastFour string `json:"lastFour"`
CreatedAt time.Time `json:"createdAt"`
LastUsedAt NullableTime `json:"lastUsedAt"`
RevokedAt NullableTime `json:"revokedAt"`
AdditionalProperties map[string]interface{}
}
AgentToken struct for AgentToken
func NewAgentToken ¶
func NewAgentToken(id string, name string, keyPrefix string, lastFour string, createdAt time.Time, lastUsedAt NullableTime, revokedAt NullableTime) *AgentToken
NewAgentToken instantiates a new AgentToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAgentTokenWithDefaults ¶
func NewAgentTokenWithDefaults() *AgentToken
NewAgentTokenWithDefaults instantiates a new AgentToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AgentToken) GetCreatedAt ¶
func (o *AgentToken) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*AgentToken) GetCreatedAtOk ¶
func (o *AgentToken) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AgentToken) GetIdOk ¶
func (o *AgentToken) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AgentToken) GetKeyPrefix ¶
func (o *AgentToken) GetKeyPrefix() string
GetKeyPrefix returns the KeyPrefix field value
func (*AgentToken) GetKeyPrefixOk ¶
func (o *AgentToken) GetKeyPrefixOk() (*string, bool)
GetKeyPrefixOk returns a tuple with the KeyPrefix field value and a boolean to check if the value has been set.
func (*AgentToken) GetLastFour ¶
func (o *AgentToken) GetLastFour() string
GetLastFour returns the LastFour field value
func (*AgentToken) GetLastFourOk ¶
func (o *AgentToken) GetLastFourOk() (*string, bool)
GetLastFourOk returns a tuple with the LastFour field value and a boolean to check if the value has been set.
func (*AgentToken) GetLastUsedAt ¶
func (o *AgentToken) GetLastUsedAt() time.Time
GetLastUsedAt returns the LastUsedAt field value If the value is explicit nil, the zero value for time.Time will be returned
func (*AgentToken) GetLastUsedAtOk ¶
func (o *AgentToken) GetLastUsedAtOk() (*time.Time, bool)
GetLastUsedAtOk returns a tuple with the LastUsedAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AgentToken) GetName ¶
func (o *AgentToken) GetName() string
GetName returns the Name field value
func (*AgentToken) GetNameOk ¶
func (o *AgentToken) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AgentToken) GetRevokedAt ¶
func (o *AgentToken) GetRevokedAt() time.Time
GetRevokedAt returns the RevokedAt field value If the value is explicit nil, the zero value for time.Time will be returned
func (*AgentToken) GetRevokedAtOk ¶
func (o *AgentToken) GetRevokedAtOk() (*time.Time, bool)
GetRevokedAtOk returns a tuple with the RevokedAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (AgentToken) MarshalJSON ¶
func (o AgentToken) MarshalJSON() ([]byte, error)
func (*AgentToken) SetCreatedAt ¶
func (o *AgentToken) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*AgentToken) SetKeyPrefix ¶
func (o *AgentToken) SetKeyPrefix(v string)
SetKeyPrefix sets field value
func (*AgentToken) SetLastFour ¶
func (o *AgentToken) SetLastFour(v string)
SetLastFour sets field value
func (*AgentToken) SetLastUsedAt ¶
func (o *AgentToken) SetLastUsedAt(v time.Time)
SetLastUsedAt sets field value
func (*AgentToken) SetRevokedAt ¶
func (o *AgentToken) SetRevokedAt(v time.Time)
SetRevokedAt sets field value
func (AgentToken) ToMap ¶
func (o AgentToken) ToMap() (map[string]interface{}, error)
func (*AgentToken) UnmarshalJSON ¶
func (o *AgentToken) UnmarshalJSON(data []byte) (err error)
type AgentTokenCreated ¶
type AgentTokenCreated struct {
Id string `json:"id"`
Name string `json:"name"`
KeyPrefix string `json:"keyPrefix"`
LastFour string `json:"lastFour"`
CreatedAt time.Time `json:"createdAt"`
LastUsedAt time.Time `json:"lastUsedAt"`
RevokedAt time.Time `json:"revokedAt"`
Token string `json:"token" validate:"regexp=^apt_"`
AdditionalProperties map[string]interface{}
}
AgentTokenCreated struct for AgentTokenCreated
func NewAgentTokenCreated ¶
func NewAgentTokenCreated(id string, name string, keyPrefix string, lastFour string, createdAt time.Time, lastUsedAt time.Time, revokedAt time.Time, token string) *AgentTokenCreated
NewAgentTokenCreated instantiates a new AgentTokenCreated object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAgentTokenCreatedWithDefaults ¶
func NewAgentTokenCreatedWithDefaults() *AgentTokenCreated
NewAgentTokenCreatedWithDefaults instantiates a new AgentTokenCreated object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AgentTokenCreated) GetCreatedAt ¶
func (o *AgentTokenCreated) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*AgentTokenCreated) GetCreatedAtOk ¶
func (o *AgentTokenCreated) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AgentTokenCreated) GetId ¶
func (o *AgentTokenCreated) GetId() string
GetId returns the Id field value
func (*AgentTokenCreated) GetIdOk ¶
func (o *AgentTokenCreated) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AgentTokenCreated) GetKeyPrefix ¶
func (o *AgentTokenCreated) GetKeyPrefix() string
GetKeyPrefix returns the KeyPrefix field value
func (*AgentTokenCreated) GetKeyPrefixOk ¶
func (o *AgentTokenCreated) GetKeyPrefixOk() (*string, bool)
GetKeyPrefixOk returns a tuple with the KeyPrefix field value and a boolean to check if the value has been set.
func (*AgentTokenCreated) GetLastFour ¶
func (o *AgentTokenCreated) GetLastFour() string
GetLastFour returns the LastFour field value
func (*AgentTokenCreated) GetLastFourOk ¶
func (o *AgentTokenCreated) GetLastFourOk() (*string, bool)
GetLastFourOk returns a tuple with the LastFour field value and a boolean to check if the value has been set.
func (*AgentTokenCreated) GetLastUsedAt ¶
func (o *AgentTokenCreated) GetLastUsedAt() time.Time
GetLastUsedAt returns the LastUsedAt field value
func (*AgentTokenCreated) GetLastUsedAtOk ¶
func (o *AgentTokenCreated) GetLastUsedAtOk() (*time.Time, bool)
GetLastUsedAtOk returns a tuple with the LastUsedAt field value and a boolean to check if the value has been set.
func (*AgentTokenCreated) GetName ¶
func (o *AgentTokenCreated) GetName() string
GetName returns the Name field value
func (*AgentTokenCreated) GetNameOk ¶
func (o *AgentTokenCreated) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AgentTokenCreated) GetRevokedAt ¶
func (o *AgentTokenCreated) GetRevokedAt() time.Time
GetRevokedAt returns the RevokedAt field value
func (*AgentTokenCreated) GetRevokedAtOk ¶
func (o *AgentTokenCreated) GetRevokedAtOk() (*time.Time, bool)
GetRevokedAtOk returns a tuple with the RevokedAt field value and a boolean to check if the value has been set.
func (*AgentTokenCreated) GetToken ¶
func (o *AgentTokenCreated) GetToken() string
GetToken returns the Token field value
func (*AgentTokenCreated) GetTokenOk ¶
func (o *AgentTokenCreated) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (AgentTokenCreated) MarshalJSON ¶
func (o AgentTokenCreated) MarshalJSON() ([]byte, error)
func (*AgentTokenCreated) SetCreatedAt ¶
func (o *AgentTokenCreated) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*AgentTokenCreated) SetId ¶
func (o *AgentTokenCreated) SetId(v string)
SetId sets field value
func (*AgentTokenCreated) SetKeyPrefix ¶
func (o *AgentTokenCreated) SetKeyPrefix(v string)
SetKeyPrefix sets field value
func (*AgentTokenCreated) SetLastFour ¶
func (o *AgentTokenCreated) SetLastFour(v string)
SetLastFour sets field value
func (*AgentTokenCreated) SetLastUsedAt ¶
func (o *AgentTokenCreated) SetLastUsedAt(v time.Time)
SetLastUsedAt sets field value
func (*AgentTokenCreated) SetName ¶
func (o *AgentTokenCreated) SetName(v string)
SetName sets field value
func (*AgentTokenCreated) SetRevokedAt ¶
func (o *AgentTokenCreated) SetRevokedAt(v time.Time)
SetRevokedAt sets field value
func (*AgentTokenCreated) SetToken ¶
func (o *AgentTokenCreated) SetToken(v string)
SetToken sets field value
func (AgentTokenCreated) ToMap ¶
func (o AgentTokenCreated) ToMap() (map[string]interface{}, error)
func (*AgentTokenCreated) UnmarshalJSON ¶
func (o *AgentTokenCreated) UnmarshalJSON(data []byte) (err error)
type AgentTokensAPIService ¶
type AgentTokensAPIService service
AgentTokensAPIService AgentTokensAPI service
func (*AgentTokensAPIService) CallMcp ¶
func (a *AgentTokensAPIService) CallMcp(ctx context.Context) ApiCallMcpRequest
CallMcp Connect through stateless MCP Streamable HTTP
This endpoint accepts only an `apt_` agent access token.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCallMcpRequest
func (*AgentTokensAPIService) CallMcpExecute ¶
func (a *AgentTokensAPIService) CallMcpExecute(r ApiCallMcpRequest) (*http.Response, error)
Execute executes the request
func (*AgentTokensAPIService) CreateAgentToken ¶
func (a *AgentTokensAPIService) CreateAgentToken(ctx context.Context) ApiCreateAgentTokenRequest
CreateAgentToken Create a named non-expiring agent token
The raw `apt_` token is shown once. Store it before dismissing the response.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateAgentTokenRequest
func (*AgentTokensAPIService) CreateAgentTokenExecute ¶
func (a *AgentTokensAPIService) CreateAgentTokenExecute(r ApiCreateAgentTokenRequest) (*AgentTokenCreated, *http.Response, error)
Execute executes the request
@return AgentTokenCreated
func (*AgentTokensAPIService) ListAgentTokens ¶
func (a *AgentTokensAPIService) ListAgentTokens(ctx context.Context) ApiListAgentTokensRequest
ListAgentTokens List agent access tokens without their secrets
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAgentTokensRequest
func (*AgentTokensAPIService) ListAgentTokensExecute ¶
func (a *AgentTokensAPIService) ListAgentTokensExecute(r ApiListAgentTokensRequest) ([]AgentToken, *http.Response, error)
Execute executes the request
@return []AgentToken
func (*AgentTokensAPIService) RevokeAgentToken ¶
func (a *AgentTokensAPIService) RevokeAgentToken(ctx context.Context, tokenId string) ApiRevokeAgentTokenRequest
RevokeAgentToken Revoke one of the current user's agent tokens
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param tokenId @return ApiRevokeAgentTokenRequest
func (*AgentTokensAPIService) RevokeAgentTokenExecute ¶
func (a *AgentTokensAPIService) RevokeAgentTokenExecute(r ApiRevokeAgentTokenRequest) (*RevokedResponse, *http.Response, error)
Execute executes the request
@return RevokedResponse
type ApiAddOrganizationMemberRequest ¶
type ApiAddOrganizationMemberRequest struct {
ApiService *CustomerAccountsAPIService
// contains filtered or unexported fields
}
func (ApiAddOrganizationMemberRequest) AddMemberInput ¶
func (r ApiAddOrganizationMemberRequest) AddMemberInput(addMemberInput AddMemberInput) ApiAddOrganizationMemberRequest
func (ApiAddOrganizationMemberRequest) Execute ¶
func (r ApiAddOrganizationMemberRequest) Execute() (*Membership, *http.Response, error)
type ApiCallMcpRequest ¶
type ApiCallMcpRequest struct {
ApiService *AgentTokensAPIService
// contains filtered or unexported fields
}
func (ApiCallMcpRequest) RequestBody ¶
func (r ApiCallMcpRequest) RequestBody(requestBody map[string]interface{}) ApiCallMcpRequest
type ApiCompletePasswordResetRequest ¶
type ApiCompletePasswordResetRequest struct {
ApiService *AuthenticationAPIService
// contains filtered or unexported fields
}
func (ApiCompletePasswordResetRequest) Execute ¶
func (r ApiCompletePasswordResetRequest) Execute() (*AuthResponse, *http.Response, error)
func (ApiCompletePasswordResetRequest) PasswordResetCompleteInput ¶
func (r ApiCompletePasswordResetRequest) PasswordResetCompleteInput(passwordResetCompleteInput PasswordResetCompleteInput) ApiCompletePasswordResetRequest
type ApiCreateAgentTokenRequest ¶
type ApiCreateAgentTokenRequest struct {
ApiService *AgentTokensAPIService
// contains filtered or unexported fields
}
func (ApiCreateAgentTokenRequest) CreateAgentTokenInput ¶
func (r ApiCreateAgentTokenRequest) CreateAgentTokenInput(createAgentTokenInput CreateAgentTokenInput) ApiCreateAgentTokenRequest
func (ApiCreateAgentTokenRequest) Execute ¶
func (r ApiCreateAgentTokenRequest) Execute() (*AgentTokenCreated, *http.Response, error)
type ApiCreateOrganizationRequest ¶
type ApiCreateOrganizationRequest struct {
ApiService *CustomerAccountsAPIService
// contains filtered or unexported fields
}
func (ApiCreateOrganizationRequest) CreateOrganizationInput ¶
func (r ApiCreateOrganizationRequest) CreateOrganizationInput(createOrganizationInput CreateOrganizationInput) ApiCreateOrganizationRequest
func (ApiCreateOrganizationRequest) Execute ¶
func (r ApiCreateOrganizationRequest) Execute() (*OrganizationCreated, *http.Response, error)
type ApiDeleteCurrentAccountRequest ¶
type ApiDeleteCurrentAccountRequest struct {
ApiService *AccountAPIService
// contains filtered or unexported fields
}
func (ApiDeleteCurrentAccountRequest) Execute ¶
func (r ApiDeleteCurrentAccountRequest) Execute() (*DeletedResponse, *http.Response, error)
type ApiGetCurrentAccountRequest ¶
type ApiGetCurrentAccountRequest struct {
ApiService *AccountAPIService
// contains filtered or unexported fields
}
func (ApiGetCurrentAccountRequest) Execute ¶
func (r ApiGetCurrentAccountRequest) Execute() (*CurrentAccount, *http.Response, error)
type ApiGetEventRequest ¶
type ApiGetEventRequest struct {
ApiService *EventsAPIService
// contains filtered or unexported fields
}
func (ApiGetEventRequest) Execute ¶
func (r ApiGetEventRequest) Execute() (*EventDetail, *http.Response, error)
type ApiGetHealthRequest ¶
type ApiGetHealthRequest struct {
ApiService *HealthAPIService
// contains filtered or unexported fields
}
func (ApiGetHealthRequest) Execute ¶
func (r ApiGetHealthRequest) Execute() (*HealthResponse, *http.Response, error)
type ApiGetWebPushConfigurationRequest ¶
type ApiGetWebPushConfigurationRequest struct {
ApiService *DevicesAPIService
// contains filtered or unexported fields
}
func (ApiGetWebPushConfigurationRequest) Execute ¶
func (r ApiGetWebPushConfigurationRequest) Execute() (*WebPushConfiguration, *http.Response, error)
type ApiKeySummary ¶
type ApiKeySummary struct {
KeyPrefix *string `json:"keyPrefix,omitempty"`
LastFour *string `json:"lastFour,omitempty"`
UpdatedAt *time.Time `json:"updatedAt,omitempty"`
AdditionalProperties map[string]interface{}
}
ApiKeySummary struct for ApiKeySummary
func NewApiKeySummary ¶
func NewApiKeySummary() *ApiKeySummary
NewApiKeySummary instantiates a new ApiKeySummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiKeySummaryWithDefaults ¶
func NewApiKeySummaryWithDefaults() *ApiKeySummary
NewApiKeySummaryWithDefaults instantiates a new ApiKeySummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiKeySummary) GetKeyPrefix ¶
func (o *ApiKeySummary) GetKeyPrefix() string
GetKeyPrefix returns the KeyPrefix field value if set, zero value otherwise.
func (*ApiKeySummary) GetKeyPrefixOk ¶
func (o *ApiKeySummary) GetKeyPrefixOk() (*string, bool)
GetKeyPrefixOk returns a tuple with the KeyPrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKeySummary) GetLastFour ¶
func (o *ApiKeySummary) GetLastFour() string
GetLastFour returns the LastFour field value if set, zero value otherwise.
func (*ApiKeySummary) GetLastFourOk ¶
func (o *ApiKeySummary) GetLastFourOk() (*string, bool)
GetLastFourOk returns a tuple with the LastFour field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKeySummary) GetUpdatedAt ¶
func (o *ApiKeySummary) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ApiKeySummary) GetUpdatedAtOk ¶
func (o *ApiKeySummary) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKeySummary) HasKeyPrefix ¶
func (o *ApiKeySummary) HasKeyPrefix() bool
HasKeyPrefix returns a boolean if a field has been set.
func (*ApiKeySummary) HasLastFour ¶
func (o *ApiKeySummary) HasLastFour() bool
HasLastFour returns a boolean if a field has been set.
func (*ApiKeySummary) HasUpdatedAt ¶
func (o *ApiKeySummary) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (ApiKeySummary) MarshalJSON ¶
func (o ApiKeySummary) MarshalJSON() ([]byte, error)
func (*ApiKeySummary) SetKeyPrefix ¶
func (o *ApiKeySummary) SetKeyPrefix(v string)
SetKeyPrefix gets a reference to the given string and assigns it to the KeyPrefix field.
func (*ApiKeySummary) SetLastFour ¶
func (o *ApiKeySummary) SetLastFour(v string)
SetLastFour gets a reference to the given string and assigns it to the LastFour field.
func (*ApiKeySummary) SetUpdatedAt ¶
func (o *ApiKeySummary) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (ApiKeySummary) ToMap ¶
func (o ApiKeySummary) ToMap() (map[string]interface{}, error)
func (*ApiKeySummary) UnmarshalJSON ¶
func (o *ApiKeySummary) UnmarshalJSON(data []byte) (err error)
type ApiListAgentTokensRequest ¶
type ApiListAgentTokensRequest struct {
ApiService *AgentTokensAPIService
// contains filtered or unexported fields
}
func (ApiListAgentTokensRequest) Execute ¶
func (r ApiListAgentTokensRequest) Execute() ([]AgentToken, *http.Response, error)
type ApiListEventsRequest ¶
type ApiListEventsRequest struct {
ApiService *EventsAPIService
// contains filtered or unexported fields
}
func (ApiListEventsRequest) Cursor ¶
func (r ApiListEventsRequest) Cursor(cursor string) ApiListEventsRequest
func (ApiListEventsRequest) Execute ¶
func (r ApiListEventsRequest) Execute() (*EventPage, *http.Response, error)
func (ApiListEventsRequest) Limit ¶
func (r ApiListEventsRequest) Limit(limit int32) ApiListEventsRequest
func (ApiListEventsRequest) Search ¶
func (r ApiListEventsRequest) Search(search string) ApiListEventsRequest
func (ApiListEventsRequest) Service ¶
func (r ApiListEventsRequest) Service(service string) ApiListEventsRequest
func (ApiListEventsRequest) Type_ ¶
func (r ApiListEventsRequest) Type_(type_ string) ApiListEventsRequest
type ApiListNotificationTypesRequest ¶
type ApiListNotificationTypesRequest struct {
ApiService *EventsAPIService
// contains filtered or unexported fields
}
func (ApiListNotificationTypesRequest) Execute ¶
func (r ApiListNotificationTypesRequest) Execute() ([]string, *http.Response, error)
func (ApiListNotificationTypesRequest) ServiceId ¶
func (r ApiListNotificationTypesRequest) ServiceId(serviceId string) ApiListNotificationTypesRequest
Optionally restrict types to one service ID.
type ApiListOrganizationMembersRequest ¶
type ApiListOrganizationMembersRequest struct {
ApiService *CustomerAccountsAPIService
// contains filtered or unexported fields
}
func (ApiListOrganizationMembersRequest) Execute ¶
func (r ApiListOrganizationMembersRequest) Execute() ([]Membership, *http.Response, error)
type ApiListOrganizationsRequest ¶
type ApiListOrganizationsRequest struct {
ApiService *CustomerAccountsAPIService
// contains filtered or unexported fields
}
func (ApiListOrganizationsRequest) Execute ¶
func (r ApiListOrganizationsRequest) Execute() ([]Organization, *http.Response, error)
type ApiListPreferencesRequest ¶
type ApiListPreferencesRequest struct {
ApiService *PreferencesAPIService
// contains filtered or unexported fields
}
func (ApiListPreferencesRequest) Execute ¶
func (r ApiListPreferencesRequest) Execute() ([]ServicePreference, *http.Response, error)
type ApiListServicesRequest ¶
type ApiListServicesRequest struct {
ApiService *EventsAPIService
// contains filtered or unexported fields
}
type ApiLoginWithAppleRequest ¶
type ApiLoginWithAppleRequest struct {
ApiService *AuthenticationAPIService
// contains filtered or unexported fields
}
func (ApiLoginWithAppleRequest) Execute ¶
func (r ApiLoginWithAppleRequest) Execute() (*AuthResponse, *http.Response, error)
func (ApiLoginWithAppleRequest) ProviderLoginInput ¶
func (r ApiLoginWithAppleRequest) ProviderLoginInput(providerLoginInput ProviderLoginInput) ApiLoginWithAppleRequest
type ApiLoginWithGoogleRequest ¶
type ApiLoginWithGoogleRequest struct {
ApiService *AuthenticationAPIService
// contains filtered or unexported fields
}
func (ApiLoginWithGoogleRequest) Execute ¶
func (r ApiLoginWithGoogleRequest) Execute() (*AuthResponse, *http.Response, error)
func (ApiLoginWithGoogleRequest) ProviderLoginInput ¶
func (r ApiLoginWithGoogleRequest) ProviderLoginInput(providerLoginInput ProviderLoginInput) ApiLoginWithGoogleRequest
type ApiLoginWithPasswordRequest ¶
type ApiLoginWithPasswordRequest struct {
ApiService *AuthenticationAPIService
// contains filtered or unexported fields
}
func (ApiLoginWithPasswordRequest) Execute ¶
func (r ApiLoginWithPasswordRequest) Execute() (*AuthResponse, *http.Response, error)
func (ApiLoginWithPasswordRequest) PasswordLoginInput ¶
func (r ApiLoginWithPasswordRequest) PasswordLoginInput(passwordLoginInput PasswordLoginInput) ApiLoginWithPasswordRequest
type ApiRegenerateOrganizationApiKeyRequest ¶
type ApiRegenerateOrganizationApiKeyRequest struct {
ApiService *CustomerAccountsAPIService
// contains filtered or unexported fields
}
func (ApiRegenerateOrganizationApiKeyRequest) Execute ¶
func (r ApiRegenerateOrganizationApiKeyRequest) Execute() (*OrganizationApiKeyCreated, *http.Response, error)
type ApiRegisterDeviceRequest ¶
type ApiRegisterDeviceRequest struct {
ApiService *DevicesAPIService
// contains filtered or unexported fields
}
func (ApiRegisterDeviceRequest) Execute ¶
func (r ApiRegisterDeviceRequest) Execute() (*Device, *http.Response, error)
func (ApiRegisterDeviceRequest) RegisterDeviceInput ¶
func (r ApiRegisterDeviceRequest) RegisterDeviceInput(registerDeviceInput RegisterDeviceInput) ApiRegisterDeviceRequest
type ApiRegisterRequest ¶
type ApiRegisterRequest struct {
ApiService *AuthenticationAPIService
// contains filtered or unexported fields
}
func (ApiRegisterRequest) Execute ¶
func (r ApiRegisterRequest) Execute() (*AuthResponse, *http.Response, error)
func (ApiRegisterRequest) RegisterInput ¶
func (r ApiRegisterRequest) RegisterInput(registerInput RegisterInput) ApiRegisterRequest
type ApiRegisterWebPushSubscriptionRequest ¶
type ApiRegisterWebPushSubscriptionRequest struct {
ApiService *DevicesAPIService
// contains filtered or unexported fields
}
func (ApiRegisterWebPushSubscriptionRequest) Execute ¶
func (r ApiRegisterWebPushSubscriptionRequest) Execute() (*WebPushSubscription, *http.Response, error)
func (ApiRegisterWebPushSubscriptionRequest) RegisterWebPushSubscriptionInput ¶
func (r ApiRegisterWebPushSubscriptionRequest) RegisterWebPushSubscriptionInput(registerWebPushSubscriptionInput RegisterWebPushSubscriptionInput) ApiRegisterWebPushSubscriptionRequest
type ApiRemoveDeviceRequest ¶
type ApiRemoveDeviceRequest struct {
ApiService *DevicesAPIService
// contains filtered or unexported fields
}
func (ApiRemoveDeviceRequest) Execute ¶
func (r ApiRemoveDeviceRequest) Execute() (*DisabledResponse, *http.Response, error)
type ApiRemoveTypePreferenceRequest ¶
type ApiRemoveTypePreferenceRequest struct {
ApiService *PreferencesAPIService
// contains filtered or unexported fields
}
func (ApiRemoveTypePreferenceRequest) Execute ¶
func (r ApiRemoveTypePreferenceRequest) Execute() (*InheritedResponse, *http.Response, error)
type ApiRemoveWebPushSubscriptionRequest ¶
type ApiRemoveWebPushSubscriptionRequest struct {
ApiService *DevicesAPIService
// contains filtered or unexported fields
}
func (ApiRemoveWebPushSubscriptionRequest) Execute ¶
func (r ApiRemoveWebPushSubscriptionRequest) Execute() (*DisabledResponse, *http.Response, error)
type ApiRequestPasswordResetRequest ¶
type ApiRequestPasswordResetRequest struct {
ApiService *AuthenticationAPIService
// contains filtered or unexported fields
}
func (ApiRequestPasswordResetRequest) Execute ¶
func (r ApiRequestPasswordResetRequest) Execute() (*AcceptedResponse, *http.Response, error)
func (ApiRequestPasswordResetRequest) PasswordResetRequestInput ¶
func (r ApiRequestPasswordResetRequest) PasswordResetRequestInput(passwordResetRequestInput PasswordResetRequestInput) ApiRequestPasswordResetRequest
type ApiRevokeAgentTokenRequest ¶
type ApiRevokeAgentTokenRequest struct {
ApiService *AgentTokensAPIService
// contains filtered or unexported fields
}
func (ApiRevokeAgentTokenRequest) Execute ¶
func (r ApiRevokeAgentTokenRequest) Execute() (*RevokedResponse, *http.Response, error)
type ApiSearchEventsRequest ¶
type ApiSearchEventsRequest struct {
ApiService *EventsAPIService
// contains filtered or unexported fields
}
func (ApiSearchEventsRequest) Execute ¶
func (r ApiSearchEventsRequest) Execute() (*EventPage, *http.Response, error)
func (ApiSearchEventsRequest) SearchEventsInput ¶
func (r ApiSearchEventsRequest) SearchEventsInput(searchEventsInput SearchEventsInput) ApiSearchEventsRequest
type ApiSendEventAsUserRequest ¶
type ApiSendEventAsUserRequest struct {
ApiService *EventsAPIService
// contains filtered or unexported fields
}
func (ApiSendEventAsUserRequest) Execute ¶
func (r ApiSendEventAsUserRequest) Execute() (*IngestionResult, *http.Response, error)
func (ApiSendEventAsUserRequest) SendEventInput ¶
func (r ApiSendEventAsUserRequest) SendEventInput(sendEventInput SendEventInput) ApiSendEventAsUserRequest
type ApiSendEventRequest ¶
type ApiSendEventRequest struct {
ApiService *EventsAPIService
// contains filtered or unexported fields
}
func (ApiSendEventRequest) Execute ¶
func (r ApiSendEventRequest) Execute() (*IngestionResult, *http.Response, error)
func (ApiSendEventRequest) SendEventInput ¶
func (r ApiSendEventRequest) SendEventInput(sendEventInput SendEventInput) ApiSendEventRequest
type ApiSetServicePreferenceRequest ¶
type ApiSetServicePreferenceRequest struct {
ApiService *PreferencesAPIService
// contains filtered or unexported fields
}
func (ApiSetServicePreferenceRequest) Execute ¶
func (r ApiSetServicePreferenceRequest) Execute() (*PreferenceRecord, *http.Response, error)
func (ApiSetServicePreferenceRequest) SetEnabledInput ¶
func (r ApiSetServicePreferenceRequest) SetEnabledInput(setEnabledInput SetEnabledInput) ApiSetServicePreferenceRequest
type ApiSetTypePreferenceRequest ¶
type ApiSetTypePreferenceRequest struct {
ApiService *PreferencesAPIService
// contains filtered or unexported fields
}
func (ApiSetTypePreferenceRequest) Execute ¶
func (r ApiSetTypePreferenceRequest) Execute() (*PreferenceRecord, *http.Response, error)
func (ApiSetTypePreferenceRequest) SetEnabledInput ¶
func (r ApiSetTypePreferenceRequest) SetEnabledInput(setEnabledInput SetEnabledInput) ApiSetTypePreferenceRequest
type AuthResponse ¶
type AuthResponse struct {
AccessToken string `json:"accessToken"`
User User `json:"user"`
Organizations []Organization `json:"organizations"`
// Present only when a new customer account was created.
BootstrapApiKey *string `json:"bootstrapApiKey,omitempty"`
AdditionalProperties map[string]interface{}
}
AuthResponse struct for AuthResponse
func NewAuthResponse ¶
func NewAuthResponse(accessToken string, user User, organizations []Organization) *AuthResponse
NewAuthResponse instantiates a new AuthResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAuthResponseWithDefaults ¶
func NewAuthResponseWithDefaults() *AuthResponse
NewAuthResponseWithDefaults instantiates a new AuthResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AuthResponse) GetAccessToken ¶
func (o *AuthResponse) GetAccessToken() string
GetAccessToken returns the AccessToken field value
func (*AuthResponse) GetAccessTokenOk ¶
func (o *AuthResponse) GetAccessTokenOk() (*string, bool)
GetAccessTokenOk returns a tuple with the AccessToken field value and a boolean to check if the value has been set.
func (*AuthResponse) GetBootstrapApiKey ¶
func (o *AuthResponse) GetBootstrapApiKey() string
GetBootstrapApiKey returns the BootstrapApiKey field value if set, zero value otherwise.
func (*AuthResponse) GetBootstrapApiKeyOk ¶
func (o *AuthResponse) GetBootstrapApiKeyOk() (*string, bool)
GetBootstrapApiKeyOk returns a tuple with the BootstrapApiKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthResponse) GetOrganizations ¶
func (o *AuthResponse) GetOrganizations() []Organization
GetOrganizations returns the Organizations field value
func (*AuthResponse) GetOrganizationsOk ¶
func (o *AuthResponse) GetOrganizationsOk() ([]Organization, bool)
GetOrganizationsOk returns a tuple with the Organizations field value and a boolean to check if the value has been set.
func (*AuthResponse) GetUser ¶
func (o *AuthResponse) GetUser() User
GetUser returns the User field value
func (*AuthResponse) GetUserOk ¶
func (o *AuthResponse) GetUserOk() (*User, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (*AuthResponse) HasBootstrapApiKey ¶
func (o *AuthResponse) HasBootstrapApiKey() bool
HasBootstrapApiKey returns a boolean if a field has been set.
func (AuthResponse) MarshalJSON ¶
func (o AuthResponse) MarshalJSON() ([]byte, error)
func (*AuthResponse) SetAccessToken ¶
func (o *AuthResponse) SetAccessToken(v string)
SetAccessToken sets field value
func (*AuthResponse) SetBootstrapApiKey ¶
func (o *AuthResponse) SetBootstrapApiKey(v string)
SetBootstrapApiKey gets a reference to the given string and assigns it to the BootstrapApiKey field.
func (*AuthResponse) SetOrganizations ¶
func (o *AuthResponse) SetOrganizations(v []Organization)
SetOrganizations sets field value
func (AuthResponse) ToMap ¶
func (o AuthResponse) ToMap() (map[string]interface{}, error)
func (*AuthResponse) UnmarshalJSON ¶
func (o *AuthResponse) UnmarshalJSON(data []byte) (err error)
type AuthenticationAPIService ¶
type AuthenticationAPIService service
AuthenticationAPIService AuthenticationAPI service
func (*AuthenticationAPIService) CompletePasswordReset ¶
func (a *AuthenticationAPIService) CompletePasswordReset(ctx context.Context) ApiCompletePasswordResetRequest
CompletePasswordReset Choose a new password and log in
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCompletePasswordResetRequest
func (*AuthenticationAPIService) CompletePasswordResetExecute ¶
func (a *AuthenticationAPIService) CompletePasswordResetExecute(r ApiCompletePasswordResetRequest) (*AuthResponse, *http.Response, error)
Execute executes the request
@return AuthResponse
func (*AuthenticationAPIService) LoginWithApple ¶
func (a *AuthenticationAPIService) LoginWithApple(ctx context.Context) ApiLoginWithAppleRequest
LoginWithApple Log in or attach an account using a Sign in with Apple identity token
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiLoginWithAppleRequest
func (*AuthenticationAPIService) LoginWithAppleExecute ¶
func (a *AuthenticationAPIService) LoginWithAppleExecute(r ApiLoginWithAppleRequest) (*AuthResponse, *http.Response, error)
Execute executes the request
@return AuthResponse
func (*AuthenticationAPIService) LoginWithGoogle ¶
func (a *AuthenticationAPIService) LoginWithGoogle(ctx context.Context) ApiLoginWithGoogleRequest
LoginWithGoogle Log in or attach an account using a verified Google ID token
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiLoginWithGoogleRequest
func (*AuthenticationAPIService) LoginWithGoogleExecute ¶
func (a *AuthenticationAPIService) LoginWithGoogleExecute(r ApiLoginWithGoogleRequest) (*AuthResponse, *http.Response, error)
Execute executes the request
@return AuthResponse
func (*AuthenticationAPIService) LoginWithPassword ¶
func (a *AuthenticationAPIService) LoginWithPassword(ctx context.Context) ApiLoginWithPasswordRequest
LoginWithPassword Log in with email and password
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiLoginWithPasswordRequest
func (*AuthenticationAPIService) LoginWithPasswordExecute ¶
func (a *AuthenticationAPIService) LoginWithPasswordExecute(r ApiLoginWithPasswordRequest) (*AuthResponse, *http.Response, error)
Execute executes the request
@return AuthResponse
func (*AuthenticationAPIService) Register ¶
func (a *AuthenticationAPIService) Register(ctx context.Context) ApiRegisterRequest
Register Create a user and first customer account
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRegisterRequest
func (*AuthenticationAPIService) RegisterExecute ¶
func (a *AuthenticationAPIService) RegisterExecute(r ApiRegisterRequest) (*AuthResponse, *http.Response, error)
Execute executes the request
@return AuthResponse
func (*AuthenticationAPIService) RequestPasswordReset ¶
func (a *AuthenticationAPIService) RequestPasswordReset(ctx context.Context) ApiRequestPasswordResetRequest
RequestPasswordReset Email a single-use password reset token
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRequestPasswordResetRequest
func (*AuthenticationAPIService) RequestPasswordResetExecute ¶
func (a *AuthenticationAPIService) RequestPasswordResetExecute(r ApiRequestPasswordResetRequest) (*AcceptedResponse, *http.Response, error)
Execute executes the request
@return AcceptedResponse
type BasicAuth ¶
type BasicAuth struct {
UserName string `json:"userName,omitempty"`
Password string `json:"password,omitempty"`
}
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Configuration ¶
type Configuration struct {
Host string `json:"host,omitempty"`
Scheme string `json:"scheme,omitempty"`
DefaultHeader map[string]string `json:"defaultHeader,omitempty"`
UserAgent string `json:"userAgent,omitempty"`
Debug bool `json:"debug,omitempty"`
Servers ServerConfigurations
OperationServers map[string]ServerConfigurations
HTTPClient *http.Client
}
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CreateAgentTokenInput ¶
type CreateAgentTokenInput struct {
Name string `json:"name"`
}
CreateAgentTokenInput struct for CreateAgentTokenInput
func NewCreateAgentTokenInput ¶
func NewCreateAgentTokenInput(name string) *CreateAgentTokenInput
NewCreateAgentTokenInput instantiates a new CreateAgentTokenInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateAgentTokenInputWithDefaults ¶
func NewCreateAgentTokenInputWithDefaults() *CreateAgentTokenInput
NewCreateAgentTokenInputWithDefaults instantiates a new CreateAgentTokenInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateAgentTokenInput) GetName ¶
func (o *CreateAgentTokenInput) GetName() string
GetName returns the Name field value
func (*CreateAgentTokenInput) GetNameOk ¶
func (o *CreateAgentTokenInput) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (CreateAgentTokenInput) MarshalJSON ¶
func (o CreateAgentTokenInput) MarshalJSON() ([]byte, error)
func (*CreateAgentTokenInput) SetName ¶
func (o *CreateAgentTokenInput) SetName(v string)
SetName sets field value
func (CreateAgentTokenInput) ToMap ¶
func (o CreateAgentTokenInput) ToMap() (map[string]interface{}, error)
func (*CreateAgentTokenInput) UnmarshalJSON ¶
func (o *CreateAgentTokenInput) UnmarshalJSON(data []byte) (err error)
type CreateOrganizationInput ¶
type CreateOrganizationInput struct {
Name string `json:"name"`
}
CreateOrganizationInput struct for CreateOrganizationInput
func NewCreateOrganizationInput ¶
func NewCreateOrganizationInput(name string) *CreateOrganizationInput
NewCreateOrganizationInput instantiates a new CreateOrganizationInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateOrganizationInputWithDefaults ¶
func NewCreateOrganizationInputWithDefaults() *CreateOrganizationInput
NewCreateOrganizationInputWithDefaults instantiates a new CreateOrganizationInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateOrganizationInput) GetName ¶
func (o *CreateOrganizationInput) GetName() string
GetName returns the Name field value
func (*CreateOrganizationInput) GetNameOk ¶
func (o *CreateOrganizationInput) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (CreateOrganizationInput) MarshalJSON ¶
func (o CreateOrganizationInput) MarshalJSON() ([]byte, error)
func (*CreateOrganizationInput) SetName ¶
func (o *CreateOrganizationInput) SetName(v string)
SetName sets field value
func (CreateOrganizationInput) ToMap ¶
func (o CreateOrganizationInput) ToMap() (map[string]interface{}, error)
func (*CreateOrganizationInput) UnmarshalJSON ¶
func (o *CreateOrganizationInput) UnmarshalJSON(data []byte) (err error)
type CurrentAccount ¶
type CurrentAccount struct {
User User `json:"user"`
Organizations []Organization `json:"organizations"`
AdditionalProperties map[string]interface{}
}
CurrentAccount struct for CurrentAccount
func NewCurrentAccount ¶
func NewCurrentAccount(user User, organizations []Organization) *CurrentAccount
NewCurrentAccount instantiates a new CurrentAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCurrentAccountWithDefaults ¶
func NewCurrentAccountWithDefaults() *CurrentAccount
NewCurrentAccountWithDefaults instantiates a new CurrentAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CurrentAccount) GetOrganizations ¶
func (o *CurrentAccount) GetOrganizations() []Organization
GetOrganizations returns the Organizations field value
func (*CurrentAccount) GetOrganizationsOk ¶
func (o *CurrentAccount) GetOrganizationsOk() ([]Organization, bool)
GetOrganizationsOk returns a tuple with the Organizations field value and a boolean to check if the value has been set.
func (*CurrentAccount) GetUser ¶
func (o *CurrentAccount) GetUser() User
GetUser returns the User field value
func (*CurrentAccount) GetUserOk ¶
func (o *CurrentAccount) GetUserOk() (*User, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (CurrentAccount) MarshalJSON ¶
func (o CurrentAccount) MarshalJSON() ([]byte, error)
func (*CurrentAccount) SetOrganizations ¶
func (o *CurrentAccount) SetOrganizations(v []Organization)
SetOrganizations sets field value
func (CurrentAccount) ToMap ¶
func (o CurrentAccount) ToMap() (map[string]interface{}, error)
func (*CurrentAccount) UnmarshalJSON ¶
func (o *CurrentAccount) UnmarshalJSON(data []byte) (err error)
type CustomerAccountsAPIService ¶
type CustomerAccountsAPIService service
CustomerAccountsAPIService CustomerAccountsAPI service
func (*CustomerAccountsAPIService) AddOrganizationMember ¶
func (a *CustomerAccountsAPIService) AddOrganizationMember(ctx context.Context, organizationId string) ApiAddOrganizationMemberRequest
AddOrganizationMember Add an already-registered user to a customer account
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiAddOrganizationMemberRequest
func (*CustomerAccountsAPIService) AddOrganizationMemberExecute ¶
func (a *CustomerAccountsAPIService) AddOrganizationMemberExecute(r ApiAddOrganizationMemberRequest) (*Membership, *http.Response, error)
Execute executes the request
@return Membership
func (*CustomerAccountsAPIService) CreateOrganization ¶
func (a *CustomerAccountsAPIService) CreateOrganization(ctx context.Context) ApiCreateOrganizationRequest
CreateOrganization Create another Agent Push Kit customer account
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateOrganizationRequest
func (*CustomerAccountsAPIService) CreateOrganizationExecute ¶
func (a *CustomerAccountsAPIService) CreateOrganizationExecute(r ApiCreateOrganizationRequest) (*OrganizationCreated, *http.Response, error)
Execute executes the request
@return OrganizationCreated
func (*CustomerAccountsAPIService) ListOrganizationMembers ¶
func (a *CustomerAccountsAPIService) ListOrganizationMembers(ctx context.Context, organizationId string) ApiListOrganizationMembersRequest
ListOrganizationMembers List members of a customer account
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiListOrganizationMembersRequest
func (*CustomerAccountsAPIService) ListOrganizationMembersExecute ¶
func (a *CustomerAccountsAPIService) ListOrganizationMembersExecute(r ApiListOrganizationMembersRequest) ([]Membership, *http.Response, error)
Execute executes the request
@return []Membership
func (*CustomerAccountsAPIService) ListOrganizations ¶
func (a *CustomerAccountsAPIService) ListOrganizations(ctx context.Context) ApiListOrganizationsRequest
ListOrganizations List customer accounts available to the current user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListOrganizationsRequest
func (*CustomerAccountsAPIService) ListOrganizationsExecute ¶
func (a *CustomerAccountsAPIService) ListOrganizationsExecute(r ApiListOrganizationsRequest) ([]Organization, *http.Response, error)
Execute executes the request
@return []Organization
func (*CustomerAccountsAPIService) RegenerateOrganizationApiKey ¶
func (a *CustomerAccountsAPIService) RegenerateOrganizationApiKey(ctx context.Context, organizationId string) ApiRegenerateOrganizationApiKeyRequest
RegenerateOrganizationApiKey Rotate the application event-ingestion key
The previous `apk_` key stops working immediately. The replacement is returned only in this response.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiRegenerateOrganizationApiKeyRequest
func (*CustomerAccountsAPIService) RegenerateOrganizationApiKeyExecute ¶
func (a *CustomerAccountsAPIService) RegenerateOrganizationApiKeyExecute(r ApiRegenerateOrganizationApiKeyRequest) (*OrganizationApiKeyCreated, *http.Response, error)
Execute executes the request
@return OrganizationApiKeyCreated
type DeletedResponse ¶
type DeletedResponse struct {
Deleted bool `json:"deleted"`
AdditionalProperties map[string]interface{}
}
DeletedResponse struct for DeletedResponse
func NewDeletedResponse ¶
func NewDeletedResponse(deleted bool) *DeletedResponse
NewDeletedResponse instantiates a new DeletedResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeletedResponseWithDefaults ¶
func NewDeletedResponseWithDefaults() *DeletedResponse
NewDeletedResponseWithDefaults instantiates a new DeletedResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeletedResponse) GetDeleted ¶
func (o *DeletedResponse) GetDeleted() bool
GetDeleted returns the Deleted field value
func (*DeletedResponse) GetDeletedOk ¶
func (o *DeletedResponse) GetDeletedOk() (*bool, bool)
GetDeletedOk returns a tuple with the Deleted field value and a boolean to check if the value has been set.
func (DeletedResponse) MarshalJSON ¶
func (o DeletedResponse) MarshalJSON() ([]byte, error)
func (*DeletedResponse) SetDeleted ¶
func (o *DeletedResponse) SetDeleted(v bool)
SetDeleted sets field value
func (DeletedResponse) ToMap ¶
func (o DeletedResponse) ToMap() (map[string]interface{}, error)
func (*DeletedResponse) UnmarshalJSON ¶
func (o *DeletedResponse) UnmarshalJSON(data []byte) (err error)
type DeliverySummary ¶
type DeliverySummary struct {
Sent int32 `json:"sent"`
Failed int32 `json:"failed"`
SuppressedUsers int32 `json:"suppressedUsers"`
EligibleDevices int32 `json:"eligibleDevices"`
AdditionalProperties map[string]interface{}
}
DeliverySummary struct for DeliverySummary
func NewDeliverySummary ¶
func NewDeliverySummary(sent int32, failed int32, suppressedUsers int32, eligibleDevices int32) *DeliverySummary
NewDeliverySummary instantiates a new DeliverySummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeliverySummaryWithDefaults ¶
func NewDeliverySummaryWithDefaults() *DeliverySummary
NewDeliverySummaryWithDefaults instantiates a new DeliverySummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeliverySummary) GetEligibleDevices ¶
func (o *DeliverySummary) GetEligibleDevices() int32
GetEligibleDevices returns the EligibleDevices field value
func (*DeliverySummary) GetEligibleDevicesOk ¶
func (o *DeliverySummary) GetEligibleDevicesOk() (*int32, bool)
GetEligibleDevicesOk returns a tuple with the EligibleDevices field value and a boolean to check if the value has been set.
func (*DeliverySummary) GetFailed ¶
func (o *DeliverySummary) GetFailed() int32
GetFailed returns the Failed field value
func (*DeliverySummary) GetFailedOk ¶
func (o *DeliverySummary) GetFailedOk() (*int32, bool)
GetFailedOk returns a tuple with the Failed field value and a boolean to check if the value has been set.
func (*DeliverySummary) GetSent ¶
func (o *DeliverySummary) GetSent() int32
GetSent returns the Sent field value
func (*DeliverySummary) GetSentOk ¶
func (o *DeliverySummary) GetSentOk() (*int32, bool)
GetSentOk returns a tuple with the Sent field value and a boolean to check if the value has been set.
func (*DeliverySummary) GetSuppressedUsers ¶
func (o *DeliverySummary) GetSuppressedUsers() int32
GetSuppressedUsers returns the SuppressedUsers field value
func (*DeliverySummary) GetSuppressedUsersOk ¶
func (o *DeliverySummary) GetSuppressedUsersOk() (*int32, bool)
GetSuppressedUsersOk returns a tuple with the SuppressedUsers field value and a boolean to check if the value has been set.
func (DeliverySummary) MarshalJSON ¶
func (o DeliverySummary) MarshalJSON() ([]byte, error)
func (*DeliverySummary) SetEligibleDevices ¶
func (o *DeliverySummary) SetEligibleDevices(v int32)
SetEligibleDevices sets field value
func (*DeliverySummary) SetFailed ¶
func (o *DeliverySummary) SetFailed(v int32)
SetFailed sets field value
func (*DeliverySummary) SetSent ¶
func (o *DeliverySummary) SetSent(v int32)
SetSent sets field value
func (*DeliverySummary) SetSuppressedUsers ¶
func (o *DeliverySummary) SetSuppressedUsers(v int32)
SetSuppressedUsers sets field value
func (DeliverySummary) ToMap ¶
func (o DeliverySummary) ToMap() (map[string]interface{}, error)
func (*DeliverySummary) UnmarshalJSON ¶
func (o *DeliverySummary) UnmarshalJSON(data []byte) (err error)
type Device ¶
type Device struct {
Id string `json:"id"`
InstallationId string `json:"installationId"`
Environment string `json:"environment"`
AppVersion NullableString `json:"appVersion"`
Enabled bool `json:"enabled"`
LastSeenAt time.Time `json:"lastSeenAt"`
AdditionalProperties map[string]interface{}
}
Device struct for Device
func NewDevice ¶
func NewDevice(id string, installationId string, environment string, appVersion NullableString, enabled bool, lastSeenAt time.Time) *Device
NewDevice instantiates a new Device object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceWithDefaults ¶
func NewDeviceWithDefaults() *Device
NewDeviceWithDefaults instantiates a new Device object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Device) GetAppVersion ¶
GetAppVersion returns the AppVersion field value If the value is explicit nil, the zero value for string will be returned
func (*Device) GetAppVersionOk ¶
GetAppVersionOk returns a tuple with the AppVersion field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Device) GetEnabled ¶
GetEnabled returns the Enabled field value
func (*Device) GetEnabledOk ¶
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*Device) GetEnvironment ¶
GetEnvironment returns the Environment field value
func (*Device) GetEnvironmentOk ¶
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*Device) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Device) GetInstallationId ¶
GetInstallationId returns the InstallationId field value
func (*Device) GetInstallationIdOk ¶
GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.
func (*Device) GetLastSeenAt ¶
GetLastSeenAt returns the LastSeenAt field value
func (*Device) GetLastSeenAtOk ¶
GetLastSeenAtOk returns a tuple with the LastSeenAt field value and a boolean to check if the value has been set.
func (Device) MarshalJSON ¶
func (*Device) SetAppVersion ¶
SetAppVersion sets field value
func (*Device) SetEnvironment ¶
SetEnvironment sets field value
func (*Device) SetInstallationId ¶
SetInstallationId sets field value
func (*Device) SetLastSeenAt ¶
SetLastSeenAt sets field value
func (*Device) UnmarshalJSON ¶
type DevicesAPIService ¶
type DevicesAPIService service
DevicesAPIService DevicesAPI service
func (*DevicesAPIService) GetWebPushConfiguration ¶
func (a *DevicesAPIService) GetWebPushConfiguration(ctx context.Context) ApiGetWebPushConfigurationRequest
GetWebPushConfiguration Get browser push availability and its public VAPID key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetWebPushConfigurationRequest
func (*DevicesAPIService) GetWebPushConfigurationExecute ¶
func (a *DevicesAPIService) GetWebPushConfigurationExecute(r ApiGetWebPushConfigurationRequest) (*WebPushConfiguration, *http.Response, error)
Execute executes the request
@return WebPushConfiguration
func (*DevicesAPIService) RegisterDevice ¶
func (a *DevicesAPIService) RegisterDevice(ctx context.Context) ApiRegisterDeviceRequest
RegisterDevice Register or refresh an APNs device
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRegisterDeviceRequest
func (*DevicesAPIService) RegisterDeviceExecute ¶
func (a *DevicesAPIService) RegisterDeviceExecute(r ApiRegisterDeviceRequest) (*Device, *http.Response, error)
Execute executes the request
@return Device
func (*DevicesAPIService) RegisterWebPushSubscription ¶
func (a *DevicesAPIService) RegisterWebPushSubscription(ctx context.Context) ApiRegisterWebPushSubscriptionRequest
RegisterWebPushSubscription Register or refresh a browser push subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiRegisterWebPushSubscriptionRequest
func (*DevicesAPIService) RegisterWebPushSubscriptionExecute ¶
func (a *DevicesAPIService) RegisterWebPushSubscriptionExecute(r ApiRegisterWebPushSubscriptionRequest) (*WebPushSubscription, *http.Response, error)
Execute executes the request
@return WebPushSubscription
func (*DevicesAPIService) RemoveDevice ¶
func (a *DevicesAPIService) RemoveDevice(ctx context.Context, installationId string) ApiRemoveDeviceRequest
RemoveDevice Disable push delivery to one installation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param installationId @return ApiRemoveDeviceRequest
func (*DevicesAPIService) RemoveDeviceExecute ¶
func (a *DevicesAPIService) RemoveDeviceExecute(r ApiRemoveDeviceRequest) (*DisabledResponse, *http.Response, error)
Execute executes the request
@return DisabledResponse
func (*DevicesAPIService) RemoveWebPushSubscription ¶
func (a *DevicesAPIService) RemoveWebPushSubscription(ctx context.Context, subscriptionId string) ApiRemoveWebPushSubscriptionRequest
RemoveWebPushSubscription Disable a browser push subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriptionId @return ApiRemoveWebPushSubscriptionRequest
func (*DevicesAPIService) RemoveWebPushSubscriptionExecute ¶
func (a *DevicesAPIService) RemoveWebPushSubscriptionExecute(r ApiRemoveWebPushSubscriptionRequest) (*DisabledResponse, *http.Response, error)
Execute executes the request
@return DisabledResponse
type DisabledResponse ¶
type DisabledResponse struct {
Disabled bool `json:"disabled"`
AdditionalProperties map[string]interface{}
}
DisabledResponse struct for DisabledResponse
func NewDisabledResponse ¶
func NewDisabledResponse(disabled bool) *DisabledResponse
NewDisabledResponse instantiates a new DisabledResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDisabledResponseWithDefaults ¶
func NewDisabledResponseWithDefaults() *DisabledResponse
NewDisabledResponseWithDefaults instantiates a new DisabledResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DisabledResponse) GetDisabled ¶
func (o *DisabledResponse) GetDisabled() bool
GetDisabled returns the Disabled field value
func (*DisabledResponse) GetDisabledOk ¶
func (o *DisabledResponse) GetDisabledOk() (*bool, bool)
GetDisabledOk returns a tuple with the Disabled field value and a boolean to check if the value has been set.
func (DisabledResponse) MarshalJSON ¶
func (o DisabledResponse) MarshalJSON() ([]byte, error)
func (*DisabledResponse) SetDisabled ¶
func (o *DisabledResponse) SetDisabled(v bool)
SetDisabled sets field value
func (DisabledResponse) ToMap ¶
func (o DisabledResponse) ToMap() (map[string]interface{}, error)
func (*DisabledResponse) UnmarshalJSON ¶
func (o *DisabledResponse) UnmarshalJSON(data []byte) (err error)
type ErrorResponse ¶
type ErrorResponse struct {
StatusCode int32 `json:"statusCode"`
Message string `json:"message"`
Error *string `json:"error,omitempty"`
AdditionalProperties map[string]interface{}
}
ErrorResponse struct for ErrorResponse
func NewErrorResponse ¶
func NewErrorResponse(statusCode int32, message string) *ErrorResponse
NewErrorResponse instantiates a new ErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorResponseWithDefaults ¶
func NewErrorResponseWithDefaults() *ErrorResponse
NewErrorResponseWithDefaults instantiates a new ErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ErrorResponse) GetError ¶
func (o *ErrorResponse) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*ErrorResponse) GetErrorOk ¶
func (o *ErrorResponse) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorResponse) GetMessage ¶
func (o *ErrorResponse) GetMessage() string
GetMessage returns the Message field value
func (*ErrorResponse) GetMessageOk ¶
func (o *ErrorResponse) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ErrorResponse) GetStatusCode ¶
func (o *ErrorResponse) GetStatusCode() int32
GetStatusCode returns the StatusCode field value
func (*ErrorResponse) GetStatusCodeOk ¶
func (o *ErrorResponse) GetStatusCodeOk() (*int32, bool)
GetStatusCodeOk returns a tuple with the StatusCode field value and a boolean to check if the value has been set.
func (*ErrorResponse) HasError ¶
func (o *ErrorResponse) HasError() bool
HasError returns a boolean if a field has been set.
func (ErrorResponse) MarshalJSON ¶
func (o ErrorResponse) MarshalJSON() ([]byte, error)
func (*ErrorResponse) SetError ¶
func (o *ErrorResponse) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*ErrorResponse) SetMessage ¶
func (o *ErrorResponse) SetMessage(v string)
SetMessage sets field value
func (*ErrorResponse) SetStatusCode ¶
func (o *ErrorResponse) SetStatusCode(v int32)
SetStatusCode sets field value
func (ErrorResponse) ToMap ¶
func (o ErrorResponse) ToMap() (map[string]interface{}, error)
func (*ErrorResponse) UnmarshalJSON ¶
func (o *ErrorResponse) UnmarshalJSON(data []byte) (err error)
type EventDetail ¶
type EventDetail struct {
Id string `json:"id"`
Type string `json:"type"`
Title string `json:"title"`
Body string `json:"body"`
ExternalId string `json:"externalId"`
ActionUrl string `json:"actionUrl"`
CreatedAt time.Time `json:"createdAt"`
Service ServiceSummary `json:"service"`
ServiceId string `json:"serviceId"`
Metadata map[string]interface{} `json:"metadata"`
AdditionalProperties map[string]interface{}
}
EventDetail struct for EventDetail
func NewEventDetail ¶
func NewEventDetail(id string, type_ string, title string, body string, externalId string, actionUrl string, createdAt time.Time, service ServiceSummary, serviceId string, metadata map[string]interface{}) *EventDetail
NewEventDetail instantiates a new EventDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventDetailWithDefaults ¶
func NewEventDetailWithDefaults() *EventDetail
NewEventDetailWithDefaults instantiates a new EventDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventDetail) GetActionUrl ¶
func (o *EventDetail) GetActionUrl() string
GetActionUrl returns the ActionUrl field value
func (*EventDetail) GetActionUrlOk ¶
func (o *EventDetail) GetActionUrlOk() (*string, bool)
GetActionUrlOk returns a tuple with the ActionUrl field value and a boolean to check if the value has been set.
func (*EventDetail) GetBody ¶
func (o *EventDetail) GetBody() string
GetBody returns the Body field value
func (*EventDetail) GetBodyOk ¶
func (o *EventDetail) GetBodyOk() (*string, bool)
GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.
func (*EventDetail) GetCreatedAt ¶
func (o *EventDetail) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*EventDetail) GetCreatedAtOk ¶
func (o *EventDetail) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*EventDetail) GetExternalId ¶
func (o *EventDetail) GetExternalId() string
GetExternalId returns the ExternalId field value
func (*EventDetail) GetExternalIdOk ¶
func (o *EventDetail) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value and a boolean to check if the value has been set.
func (*EventDetail) GetIdOk ¶
func (o *EventDetail) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*EventDetail) GetMetadata ¶
func (o *EventDetail) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for map[string]interface{} will be returned
func (*EventDetail) GetMetadataOk ¶
func (o *EventDetail) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EventDetail) GetService ¶
func (o *EventDetail) GetService() ServiceSummary
GetService returns the Service field value
func (*EventDetail) GetServiceId ¶
func (o *EventDetail) GetServiceId() string
GetServiceId returns the ServiceId field value
func (*EventDetail) GetServiceIdOk ¶
func (o *EventDetail) GetServiceIdOk() (*string, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (*EventDetail) GetServiceOk ¶
func (o *EventDetail) GetServiceOk() (*ServiceSummary, bool)
GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.
func (*EventDetail) GetTitle ¶
func (o *EventDetail) GetTitle() string
GetTitle returns the Title field value
func (*EventDetail) GetTitleOk ¶
func (o *EventDetail) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*EventDetail) GetType ¶
func (o *EventDetail) GetType() string
GetType returns the Type field value
func (*EventDetail) GetTypeOk ¶
func (o *EventDetail) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (EventDetail) MarshalJSON ¶
func (o EventDetail) MarshalJSON() ([]byte, error)
func (*EventDetail) SetActionUrl ¶
func (o *EventDetail) SetActionUrl(v string)
SetActionUrl sets field value
func (*EventDetail) SetCreatedAt ¶
func (o *EventDetail) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*EventDetail) SetExternalId ¶
func (o *EventDetail) SetExternalId(v string)
SetExternalId sets field value
func (*EventDetail) SetMetadata ¶
func (o *EventDetail) SetMetadata(v map[string]interface{})
SetMetadata sets field value
func (*EventDetail) SetService ¶
func (o *EventDetail) SetService(v ServiceSummary)
SetService sets field value
func (*EventDetail) SetServiceId ¶
func (o *EventDetail) SetServiceId(v string)
SetServiceId sets field value
func (EventDetail) ToMap ¶
func (o EventDetail) ToMap() (map[string]interface{}, error)
func (*EventDetail) UnmarshalJSON ¶
func (o *EventDetail) UnmarshalJSON(data []byte) (err error)
type EventFilter ¶
type EventFilter struct {
FilterGroup *FilterGroup
FilterNot *FilterNot
TextFilterCondition *TextFilterCondition
TimeFilterCondition *TimeFilterCondition
}
EventFilter - struct for EventFilter
func FilterGroupAsEventFilter ¶
func FilterGroupAsEventFilter(v *FilterGroup) EventFilter
FilterGroupAsEventFilter is a convenience function that returns FilterGroup wrapped in EventFilter
func FilterNotAsEventFilter ¶
func FilterNotAsEventFilter(v *FilterNot) EventFilter
FilterNotAsEventFilter is a convenience function that returns FilterNot wrapped in EventFilter
func TextFilterConditionAsEventFilter ¶
func TextFilterConditionAsEventFilter(v *TextFilterCondition) EventFilter
TextFilterConditionAsEventFilter is a convenience function that returns TextFilterCondition wrapped in EventFilter
func TimeFilterConditionAsEventFilter ¶
func TimeFilterConditionAsEventFilter(v *TimeFilterCondition) EventFilter
TimeFilterConditionAsEventFilter is a convenience function that returns TimeFilterCondition wrapped in EventFilter
func (*EventFilter) GetActualInstance ¶
func (obj *EventFilter) GetActualInstance() interface{}
Get the actual instance
func (EventFilter) GetActualInstanceValue ¶
func (obj EventFilter) GetActualInstanceValue() interface{}
Get the actual instance value
func (EventFilter) MarshalJSON ¶
func (src EventFilter) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*EventFilter) UnmarshalJSON ¶
func (dst *EventFilter) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type EventPage ¶
type EventPage struct {
Events []EventSummary `json:"events"`
NextCursor NullableString `json:"nextCursor"`
AdditionalProperties map[string]interface{}
}
EventPage struct for EventPage
func NewEventPage ¶
func NewEventPage(events []EventSummary, nextCursor NullableString) *EventPage
NewEventPage instantiates a new EventPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventPageWithDefaults ¶
func NewEventPageWithDefaults() *EventPage
NewEventPageWithDefaults instantiates a new EventPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventPage) GetEvents ¶
func (o *EventPage) GetEvents() []EventSummary
GetEvents returns the Events field value
func (*EventPage) GetEventsOk ¶
func (o *EventPage) GetEventsOk() ([]EventSummary, bool)
GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.
func (*EventPage) GetNextCursor ¶
GetNextCursor returns the NextCursor field value If the value is explicit nil, the zero value for string will be returned
func (*EventPage) GetNextCursorOk ¶
GetNextCursorOk returns a tuple with the NextCursor field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (EventPage) MarshalJSON ¶
func (*EventPage) SetEvents ¶
func (o *EventPage) SetEvents(v []EventSummary)
SetEvents sets field value
func (*EventPage) SetNextCursor ¶
SetNextCursor sets field value
func (*EventPage) UnmarshalJSON ¶
type EventSummary ¶
type EventSummary struct {
Id string `json:"id"`
Type string `json:"type"`
Title string `json:"title"`
Body string `json:"body"`
ExternalId NullableString `json:"externalId"`
ActionUrl NullableString `json:"actionUrl"`
CreatedAt time.Time `json:"createdAt"`
Service ServiceSummary `json:"service"`
AdditionalProperties map[string]interface{}
}
EventSummary struct for EventSummary
func NewEventSummary ¶
func NewEventSummary(id string, type_ string, title string, body string, externalId NullableString, actionUrl NullableString, createdAt time.Time, service ServiceSummary) *EventSummary
NewEventSummary instantiates a new EventSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventSummaryWithDefaults ¶
func NewEventSummaryWithDefaults() *EventSummary
NewEventSummaryWithDefaults instantiates a new EventSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventSummary) GetActionUrl ¶
func (o *EventSummary) GetActionUrl() string
GetActionUrl returns the ActionUrl field value If the value is explicit nil, the zero value for string will be returned
func (*EventSummary) GetActionUrlOk ¶
func (o *EventSummary) GetActionUrlOk() (*string, bool)
GetActionUrlOk returns a tuple with the ActionUrl field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EventSummary) GetBody ¶
func (o *EventSummary) GetBody() string
GetBody returns the Body field value
func (*EventSummary) GetBodyOk ¶
func (o *EventSummary) GetBodyOk() (*string, bool)
GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.
func (*EventSummary) GetCreatedAt ¶
func (o *EventSummary) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*EventSummary) GetCreatedAtOk ¶
func (o *EventSummary) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*EventSummary) GetExternalId ¶
func (o *EventSummary) GetExternalId() string
GetExternalId returns the ExternalId field value If the value is explicit nil, the zero value for string will be returned
func (*EventSummary) GetExternalIdOk ¶
func (o *EventSummary) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EventSummary) GetIdOk ¶
func (o *EventSummary) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*EventSummary) GetService ¶
func (o *EventSummary) GetService() ServiceSummary
GetService returns the Service field value
func (*EventSummary) GetServiceOk ¶
func (o *EventSummary) GetServiceOk() (*ServiceSummary, bool)
GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.
func (*EventSummary) GetTitle ¶
func (o *EventSummary) GetTitle() string
GetTitle returns the Title field value
func (*EventSummary) GetTitleOk ¶
func (o *EventSummary) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*EventSummary) GetType ¶
func (o *EventSummary) GetType() string
GetType returns the Type field value
func (*EventSummary) GetTypeOk ¶
func (o *EventSummary) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (EventSummary) MarshalJSON ¶
func (o EventSummary) MarshalJSON() ([]byte, error)
func (*EventSummary) SetActionUrl ¶
func (o *EventSummary) SetActionUrl(v string)
SetActionUrl sets field value
func (*EventSummary) SetCreatedAt ¶
func (o *EventSummary) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*EventSummary) SetExternalId ¶
func (o *EventSummary) SetExternalId(v string)
SetExternalId sets field value
func (*EventSummary) SetService ¶
func (o *EventSummary) SetService(v ServiceSummary)
SetService sets field value
func (EventSummary) ToMap ¶
func (o EventSummary) ToMap() (map[string]interface{}, error)
func (*EventSummary) UnmarshalJSON ¶
func (o *EventSummary) UnmarshalJSON(data []byte) (err error)
type EventsAPIService ¶
type EventsAPIService service
EventsAPIService EventsAPI service
func (*EventsAPIService) GetEvent ¶
func (a *EventsAPIService) GetEvent(ctx context.Context, organizationId string, eventId string) ApiGetEventRequest
GetEvent Get one event including metadata
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param eventId @return ApiGetEventRequest
func (*EventsAPIService) GetEventExecute ¶
func (a *EventsAPIService) GetEventExecute(r ApiGetEventRequest) (*EventDetail, *http.Response, error)
Execute executes the request
@return EventDetail
func (*EventsAPIService) ListEvents ¶
func (a *EventsAPIService) ListEvents(ctx context.Context, organizationId string) ApiListEventsRequest
ListEvents List a paginated inbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiListEventsRequest
func (*EventsAPIService) ListEventsExecute ¶
func (a *EventsAPIService) ListEventsExecute(r ApiListEventsRequest) (*EventPage, *http.Response, error)
Execute executes the request
@return EventPage
func (*EventsAPIService) ListNotificationTypes ¶
func (a *EventsAPIService) ListNotificationTypes(ctx context.Context, organizationId string) ApiListNotificationTypesRequest
ListNotificationTypes List distinct notification types
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiListNotificationTypesRequest
func (*EventsAPIService) ListNotificationTypesExecute ¶
func (a *EventsAPIService) ListNotificationTypesExecute(r ApiListNotificationTypesRequest) ([]string, *http.Response, error)
Execute executes the request
@return []string
func (*EventsAPIService) ListServices ¶
func (a *EventsAPIService) ListServices(ctx context.Context, organizationId string) ApiListServicesRequest
ListServices List services discovered from ingested events
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiListServicesRequest
func (*EventsAPIService) ListServicesExecute ¶
func (a *EventsAPIService) ListServicesExecute(r ApiListServicesRequest) ([]Service, *http.Response, error)
Execute executes the request
@return []Service
func (*EventsAPIService) SearchEvents ¶
func (a *EventsAPIService) SearchEvents(ctx context.Context, organizationId string) ApiSearchEventsRequest
SearchEvents Search events with a validated Boolean filter tree
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiSearchEventsRequest
func (*EventsAPIService) SearchEventsExecute ¶
func (a *EventsAPIService) SearchEventsExecute(r ApiSearchEventsRequest) (*EventPage, *http.Response, error)
Execute executes the request
@return EventPage
func (*EventsAPIService) SendEvent ¶
func (a *EventsAPIService) SendEvent(ctx context.Context) ApiSendEventRequest
SendEvent Send an event using an application ingestion key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSendEventRequest
func (*EventsAPIService) SendEventAsUser ¶
func (a *EventsAPIService) SendEventAsUser(ctx context.Context, organizationId string) ApiSendEventAsUserRequest
SendEventAsUser Send an event as an authenticated user or agent
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiSendEventAsUserRequest
func (*EventsAPIService) SendEventAsUserExecute ¶
func (a *EventsAPIService) SendEventAsUserExecute(r ApiSendEventAsUserRequest) (*IngestionResult, *http.Response, error)
Execute executes the request
@return IngestionResult
func (*EventsAPIService) SendEventExecute ¶
func (a *EventsAPIService) SendEventExecute(r ApiSendEventRequest) (*IngestionResult, *http.Response, error)
Execute executes the request
@return IngestionResult
type FilterGroup ¶
type FilterGroup struct {
Operator string `json:"operator"`
Children []EventFilter `json:"children"`
}
FilterGroup struct for FilterGroup
func NewFilterGroup ¶
func NewFilterGroup(operator string, children []EventFilter) *FilterGroup
NewFilterGroup instantiates a new FilterGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFilterGroupWithDefaults ¶
func NewFilterGroupWithDefaults() *FilterGroup
NewFilterGroupWithDefaults instantiates a new FilterGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FilterGroup) GetChildren ¶
func (o *FilterGroup) GetChildren() []EventFilter
GetChildren returns the Children field value
func (*FilterGroup) GetChildrenOk ¶
func (o *FilterGroup) GetChildrenOk() ([]EventFilter, bool)
GetChildrenOk returns a tuple with the Children field value and a boolean to check if the value has been set.
func (*FilterGroup) GetOperator ¶
func (o *FilterGroup) GetOperator() string
GetOperator returns the Operator field value
func (*FilterGroup) GetOperatorOk ¶
func (o *FilterGroup) GetOperatorOk() (*string, bool)
GetOperatorOk returns a tuple with the Operator field value and a boolean to check if the value has been set.
func (FilterGroup) MarshalJSON ¶
func (o FilterGroup) MarshalJSON() ([]byte, error)
func (*FilterGroup) SetChildren ¶
func (o *FilterGroup) SetChildren(v []EventFilter)
SetChildren sets field value
func (*FilterGroup) SetOperator ¶
func (o *FilterGroup) SetOperator(v string)
SetOperator sets field value
func (FilterGroup) ToMap ¶
func (o FilterGroup) ToMap() (map[string]interface{}, error)
func (*FilterGroup) UnmarshalJSON ¶
func (o *FilterGroup) UnmarshalJSON(data []byte) (err error)
type FilterNot ¶
type FilterNot struct {
Operator string `json:"operator"`
Child EventFilter `json:"child"`
}
FilterNot struct for FilterNot
func NewFilterNot ¶
func NewFilterNot(operator string, child EventFilter) *FilterNot
NewFilterNot instantiates a new FilterNot object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFilterNotWithDefaults ¶
func NewFilterNotWithDefaults() *FilterNot
NewFilterNotWithDefaults instantiates a new FilterNot object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FilterNot) GetChild ¶
func (o *FilterNot) GetChild() EventFilter
GetChild returns the Child field value
func (*FilterNot) GetChildOk ¶
func (o *FilterNot) GetChildOk() (*EventFilter, bool)
GetChildOk returns a tuple with the Child field value and a boolean to check if the value has been set.
func (*FilterNot) GetOperator ¶
GetOperator returns the Operator field value
func (*FilterNot) GetOperatorOk ¶
GetOperatorOk returns a tuple with the Operator field value and a boolean to check if the value has been set.
func (FilterNot) MarshalJSON ¶
func (*FilterNot) SetOperator ¶
SetOperator sets field value
func (*FilterNot) UnmarshalJSON ¶
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type HealthAPIService ¶
type HealthAPIService service
HealthAPIService HealthAPI service
func (*HealthAPIService) GetHealth ¶
func (a *HealthAPIService) GetHealth(ctx context.Context) ApiGetHealthRequest
GetHealth Check Agent Push Kit API health
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetHealthRequest
func (*HealthAPIService) GetHealthExecute ¶
func (a *HealthAPIService) GetHealthExecute(r ApiGetHealthRequest) (*HealthResponse, *http.Response, error)
Execute executes the request
@return HealthResponse
type HealthResponse ¶
type HealthResponse struct {
Status string `json:"status"`
Service string `json:"service"`
AdditionalProperties map[string]interface{}
}
HealthResponse struct for HealthResponse
func NewHealthResponse ¶
func NewHealthResponse(status string, service string) *HealthResponse
NewHealthResponse instantiates a new HealthResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHealthResponseWithDefaults ¶
func NewHealthResponseWithDefaults() *HealthResponse
NewHealthResponseWithDefaults instantiates a new HealthResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HealthResponse) GetService ¶
func (o *HealthResponse) GetService() string
GetService returns the Service field value
func (*HealthResponse) GetServiceOk ¶
func (o *HealthResponse) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.
func (*HealthResponse) GetStatus ¶
func (o *HealthResponse) GetStatus() string
GetStatus returns the Status field value
func (*HealthResponse) GetStatusOk ¶
func (o *HealthResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (HealthResponse) MarshalJSON ¶
func (o HealthResponse) MarshalJSON() ([]byte, error)
func (*HealthResponse) SetService ¶
func (o *HealthResponse) SetService(v string)
SetService sets field value
func (*HealthResponse) SetStatus ¶
func (o *HealthResponse) SetStatus(v string)
SetStatus sets field value
func (HealthResponse) ToMap ¶
func (o HealthResponse) ToMap() (map[string]interface{}, error)
func (*HealthResponse) UnmarshalJSON ¶
func (o *HealthResponse) UnmarshalJSON(data []byte) (err error)
type IngestionResult ¶
type IngestionResult struct {
Event EventDetail `json:"event"`
Duplicate bool `json:"duplicate"`
Delivery DeliverySummary `json:"delivery"`
AdditionalProperties map[string]interface{}
}
IngestionResult struct for IngestionResult
func NewIngestionResult ¶
func NewIngestionResult(event EventDetail, duplicate bool, delivery DeliverySummary) *IngestionResult
NewIngestionResult instantiates a new IngestionResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIngestionResultWithDefaults ¶
func NewIngestionResultWithDefaults() *IngestionResult
NewIngestionResultWithDefaults instantiates a new IngestionResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IngestionResult) GetDelivery ¶
func (o *IngestionResult) GetDelivery() DeliverySummary
GetDelivery returns the Delivery field value
func (*IngestionResult) GetDeliveryOk ¶
func (o *IngestionResult) GetDeliveryOk() (*DeliverySummary, bool)
GetDeliveryOk returns a tuple with the Delivery field value and a boolean to check if the value has been set.
func (*IngestionResult) GetDuplicate ¶
func (o *IngestionResult) GetDuplicate() bool
GetDuplicate returns the Duplicate field value
func (*IngestionResult) GetDuplicateOk ¶
func (o *IngestionResult) GetDuplicateOk() (*bool, bool)
GetDuplicateOk returns a tuple with the Duplicate field value and a boolean to check if the value has been set.
func (*IngestionResult) GetEvent ¶
func (o *IngestionResult) GetEvent() EventDetail
GetEvent returns the Event field value
func (*IngestionResult) GetEventOk ¶
func (o *IngestionResult) GetEventOk() (*EventDetail, bool)
GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set.
func (IngestionResult) MarshalJSON ¶
func (o IngestionResult) MarshalJSON() ([]byte, error)
func (*IngestionResult) SetDelivery ¶
func (o *IngestionResult) SetDelivery(v DeliverySummary)
SetDelivery sets field value
func (*IngestionResult) SetDuplicate ¶
func (o *IngestionResult) SetDuplicate(v bool)
SetDuplicate sets field value
func (*IngestionResult) SetEvent ¶
func (o *IngestionResult) SetEvent(v EventDetail)
SetEvent sets field value
func (IngestionResult) ToMap ¶
func (o IngestionResult) ToMap() (map[string]interface{}, error)
func (*IngestionResult) UnmarshalJSON ¶
func (o *IngestionResult) UnmarshalJSON(data []byte) (err error)
type InheritedResponse ¶
type InheritedResponse struct {
Inherited bool `json:"inherited"`
AdditionalProperties map[string]interface{}
}
InheritedResponse struct for InheritedResponse
func NewInheritedResponse ¶
func NewInheritedResponse(inherited bool) *InheritedResponse
NewInheritedResponse instantiates a new InheritedResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInheritedResponseWithDefaults ¶
func NewInheritedResponseWithDefaults() *InheritedResponse
NewInheritedResponseWithDefaults instantiates a new InheritedResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InheritedResponse) GetInherited ¶
func (o *InheritedResponse) GetInherited() bool
GetInherited returns the Inherited field value
func (*InheritedResponse) GetInheritedOk ¶
func (o *InheritedResponse) GetInheritedOk() (*bool, bool)
GetInheritedOk returns a tuple with the Inherited field value and a boolean to check if the value has been set.
func (InheritedResponse) MarshalJSON ¶
func (o InheritedResponse) MarshalJSON() ([]byte, error)
func (*InheritedResponse) SetInherited ¶
func (o *InheritedResponse) SetInherited(v bool)
SetInherited sets field value
func (InheritedResponse) ToMap ¶
func (o InheritedResponse) ToMap() (map[string]interface{}, error)
func (*InheritedResponse) UnmarshalJSON ¶
func (o *InheritedResponse) UnmarshalJSON(data []byte) (err error)
type MappedNullable ¶
type Membership ¶
type Membership struct {
Id string `json:"id"`
Role string `json:"role"`
CreatedAt time.Time `json:"createdAt"`
User MembershipUser `json:"user"`
AdditionalProperties map[string]interface{}
}
Membership struct for Membership
func NewMembership ¶
func NewMembership(id string, role string, createdAt time.Time, user MembershipUser) *Membership
NewMembership instantiates a new Membership object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMembershipWithDefaults ¶
func NewMembershipWithDefaults() *Membership
NewMembershipWithDefaults instantiates a new Membership object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Membership) GetCreatedAt ¶
func (o *Membership) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*Membership) GetCreatedAtOk ¶
func (o *Membership) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Membership) GetIdOk ¶
func (o *Membership) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Membership) GetRole ¶
func (o *Membership) GetRole() string
GetRole returns the Role field value
func (*Membership) GetRoleOk ¶
func (o *Membership) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*Membership) GetUser ¶
func (o *Membership) GetUser() MembershipUser
GetUser returns the User field value
func (*Membership) GetUserOk ¶
func (o *Membership) GetUserOk() (*MembershipUser, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (Membership) MarshalJSON ¶
func (o Membership) MarshalJSON() ([]byte, error)
func (*Membership) SetCreatedAt ¶
func (o *Membership) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*Membership) SetUser ¶
func (o *Membership) SetUser(v MembershipUser)
SetUser sets field value
func (Membership) ToMap ¶
func (o Membership) ToMap() (map[string]interface{}, error)
func (*Membership) UnmarshalJSON ¶
func (o *Membership) UnmarshalJSON(data []byte) (err error)
type MembershipUser ¶
type MembershipUser struct {
Id string `json:"id"`
Email string `json:"email"`
DisplayName NullableString `json:"displayName"`
AdditionalProperties map[string]interface{}
}
MembershipUser struct for MembershipUser
func NewMembershipUser ¶
func NewMembershipUser(id string, email string, displayName NullableString) *MembershipUser
NewMembershipUser instantiates a new MembershipUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMembershipUserWithDefaults ¶
func NewMembershipUserWithDefaults() *MembershipUser
NewMembershipUserWithDefaults instantiates a new MembershipUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MembershipUser) GetDisplayName ¶
func (o *MembershipUser) GetDisplayName() string
GetDisplayName returns the DisplayName field value If the value is explicit nil, the zero value for string will be returned
func (*MembershipUser) GetDisplayNameOk ¶
func (o *MembershipUser) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*MembershipUser) GetEmail ¶
func (o *MembershipUser) GetEmail() string
GetEmail returns the Email field value
func (*MembershipUser) GetEmailOk ¶
func (o *MembershipUser) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*MembershipUser) GetId ¶
func (o *MembershipUser) GetId() string
GetId returns the Id field value
func (*MembershipUser) GetIdOk ¶
func (o *MembershipUser) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (MembershipUser) MarshalJSON ¶
func (o MembershipUser) MarshalJSON() ([]byte, error)
func (*MembershipUser) SetDisplayName ¶
func (o *MembershipUser) SetDisplayName(v string)
SetDisplayName sets field value
func (*MembershipUser) SetEmail ¶
func (o *MembershipUser) SetEmail(v string)
SetEmail sets field value
func (MembershipUser) ToMap ¶
func (o MembershipUser) ToMap() (map[string]interface{}, error)
func (*MembershipUser) UnmarshalJSON ¶
func (o *MembershipUser) UnmarshalJSON(data []byte) (err error)
type NullableAcceptedResponse ¶
type NullableAcceptedResponse struct {
// contains filtered or unexported fields
}
func NewNullableAcceptedResponse ¶
func NewNullableAcceptedResponse(val *AcceptedResponse) *NullableAcceptedResponse
func (NullableAcceptedResponse) Get ¶
func (v NullableAcceptedResponse) Get() *AcceptedResponse
func (NullableAcceptedResponse) IsSet ¶
func (v NullableAcceptedResponse) IsSet() bool
func (NullableAcceptedResponse) MarshalJSON ¶
func (v NullableAcceptedResponse) MarshalJSON() ([]byte, error)
func (*NullableAcceptedResponse) Set ¶
func (v *NullableAcceptedResponse) Set(val *AcceptedResponse)
func (*NullableAcceptedResponse) UnmarshalJSON ¶
func (v *NullableAcceptedResponse) UnmarshalJSON(src []byte) error
func (*NullableAcceptedResponse) Unset ¶
func (v *NullableAcceptedResponse) Unset()
type NullableAddMemberInput ¶
type NullableAddMemberInput struct {
// contains filtered or unexported fields
}
func NewNullableAddMemberInput ¶
func NewNullableAddMemberInput(val *AddMemberInput) *NullableAddMemberInput
func (NullableAddMemberInput) Get ¶
func (v NullableAddMemberInput) Get() *AddMemberInput
func (NullableAddMemberInput) IsSet ¶
func (v NullableAddMemberInput) IsSet() bool
func (NullableAddMemberInput) MarshalJSON ¶
func (v NullableAddMemberInput) MarshalJSON() ([]byte, error)
func (*NullableAddMemberInput) Set ¶
func (v *NullableAddMemberInput) Set(val *AddMemberInput)
func (*NullableAddMemberInput) UnmarshalJSON ¶
func (v *NullableAddMemberInput) UnmarshalJSON(src []byte) error
func (*NullableAddMemberInput) Unset ¶
func (v *NullableAddMemberInput) Unset()
type NullableAgentToken ¶
type NullableAgentToken struct {
// contains filtered or unexported fields
}
func NewNullableAgentToken ¶
func NewNullableAgentToken(val *AgentToken) *NullableAgentToken
func (NullableAgentToken) Get ¶
func (v NullableAgentToken) Get() *AgentToken
func (NullableAgentToken) IsSet ¶
func (v NullableAgentToken) IsSet() bool
func (NullableAgentToken) MarshalJSON ¶
func (v NullableAgentToken) MarshalJSON() ([]byte, error)
func (*NullableAgentToken) Set ¶
func (v *NullableAgentToken) Set(val *AgentToken)
func (*NullableAgentToken) UnmarshalJSON ¶
func (v *NullableAgentToken) UnmarshalJSON(src []byte) error
func (*NullableAgentToken) Unset ¶
func (v *NullableAgentToken) Unset()
type NullableAgentTokenCreated ¶
type NullableAgentTokenCreated struct {
// contains filtered or unexported fields
}
func NewNullableAgentTokenCreated ¶
func NewNullableAgentTokenCreated(val *AgentTokenCreated) *NullableAgentTokenCreated
func (NullableAgentTokenCreated) Get ¶
func (v NullableAgentTokenCreated) Get() *AgentTokenCreated
func (NullableAgentTokenCreated) IsSet ¶
func (v NullableAgentTokenCreated) IsSet() bool
func (NullableAgentTokenCreated) MarshalJSON ¶
func (v NullableAgentTokenCreated) MarshalJSON() ([]byte, error)
func (*NullableAgentTokenCreated) Set ¶
func (v *NullableAgentTokenCreated) Set(val *AgentTokenCreated)
func (*NullableAgentTokenCreated) UnmarshalJSON ¶
func (v *NullableAgentTokenCreated) UnmarshalJSON(src []byte) error
func (*NullableAgentTokenCreated) Unset ¶
func (v *NullableAgentTokenCreated) Unset()
type NullableApiKeySummary ¶
type NullableApiKeySummary struct {
// contains filtered or unexported fields
}
func NewNullableApiKeySummary ¶
func NewNullableApiKeySummary(val *ApiKeySummary) *NullableApiKeySummary
func (NullableApiKeySummary) Get ¶
func (v NullableApiKeySummary) Get() *ApiKeySummary
func (NullableApiKeySummary) IsSet ¶
func (v NullableApiKeySummary) IsSet() bool
func (NullableApiKeySummary) MarshalJSON ¶
func (v NullableApiKeySummary) MarshalJSON() ([]byte, error)
func (*NullableApiKeySummary) Set ¶
func (v *NullableApiKeySummary) Set(val *ApiKeySummary)
func (*NullableApiKeySummary) UnmarshalJSON ¶
func (v *NullableApiKeySummary) UnmarshalJSON(src []byte) error
func (*NullableApiKeySummary) Unset ¶
func (v *NullableApiKeySummary) Unset()
type NullableAuthResponse ¶
type NullableAuthResponse struct {
// contains filtered or unexported fields
}
func NewNullableAuthResponse ¶
func NewNullableAuthResponse(val *AuthResponse) *NullableAuthResponse
func (NullableAuthResponse) Get ¶
func (v NullableAuthResponse) Get() *AuthResponse
func (NullableAuthResponse) IsSet ¶
func (v NullableAuthResponse) IsSet() bool
func (NullableAuthResponse) MarshalJSON ¶
func (v NullableAuthResponse) MarshalJSON() ([]byte, error)
func (*NullableAuthResponse) Set ¶
func (v *NullableAuthResponse) Set(val *AuthResponse)
func (*NullableAuthResponse) UnmarshalJSON ¶
func (v *NullableAuthResponse) UnmarshalJSON(src []byte) error
func (*NullableAuthResponse) Unset ¶
func (v *NullableAuthResponse) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCreateAgentTokenInput ¶
type NullableCreateAgentTokenInput struct {
// contains filtered or unexported fields
}
func NewNullableCreateAgentTokenInput ¶
func NewNullableCreateAgentTokenInput(val *CreateAgentTokenInput) *NullableCreateAgentTokenInput
func (NullableCreateAgentTokenInput) Get ¶
func (v NullableCreateAgentTokenInput) Get() *CreateAgentTokenInput
func (NullableCreateAgentTokenInput) IsSet ¶
func (v NullableCreateAgentTokenInput) IsSet() bool
func (NullableCreateAgentTokenInput) MarshalJSON ¶
func (v NullableCreateAgentTokenInput) MarshalJSON() ([]byte, error)
func (*NullableCreateAgentTokenInput) Set ¶
func (v *NullableCreateAgentTokenInput) Set(val *CreateAgentTokenInput)
func (*NullableCreateAgentTokenInput) UnmarshalJSON ¶
func (v *NullableCreateAgentTokenInput) UnmarshalJSON(src []byte) error
func (*NullableCreateAgentTokenInput) Unset ¶
func (v *NullableCreateAgentTokenInput) Unset()
type NullableCreateOrganizationInput ¶
type NullableCreateOrganizationInput struct {
// contains filtered or unexported fields
}
func NewNullableCreateOrganizationInput ¶
func NewNullableCreateOrganizationInput(val *CreateOrganizationInput) *NullableCreateOrganizationInput
func (NullableCreateOrganizationInput) Get ¶
func (v NullableCreateOrganizationInput) Get() *CreateOrganizationInput
func (NullableCreateOrganizationInput) IsSet ¶
func (v NullableCreateOrganizationInput) IsSet() bool
func (NullableCreateOrganizationInput) MarshalJSON ¶
func (v NullableCreateOrganizationInput) MarshalJSON() ([]byte, error)
func (*NullableCreateOrganizationInput) Set ¶
func (v *NullableCreateOrganizationInput) Set(val *CreateOrganizationInput)
func (*NullableCreateOrganizationInput) UnmarshalJSON ¶
func (v *NullableCreateOrganizationInput) UnmarshalJSON(src []byte) error
func (*NullableCreateOrganizationInput) Unset ¶
func (v *NullableCreateOrganizationInput) Unset()
type NullableCurrentAccount ¶
type NullableCurrentAccount struct {
// contains filtered or unexported fields
}
func NewNullableCurrentAccount ¶
func NewNullableCurrentAccount(val *CurrentAccount) *NullableCurrentAccount
func (NullableCurrentAccount) Get ¶
func (v NullableCurrentAccount) Get() *CurrentAccount
func (NullableCurrentAccount) IsSet ¶
func (v NullableCurrentAccount) IsSet() bool
func (NullableCurrentAccount) MarshalJSON ¶
func (v NullableCurrentAccount) MarshalJSON() ([]byte, error)
func (*NullableCurrentAccount) Set ¶
func (v *NullableCurrentAccount) Set(val *CurrentAccount)
func (*NullableCurrentAccount) UnmarshalJSON ¶
func (v *NullableCurrentAccount) UnmarshalJSON(src []byte) error
func (*NullableCurrentAccount) Unset ¶
func (v *NullableCurrentAccount) Unset()
type NullableDeletedResponse ¶
type NullableDeletedResponse struct {
// contains filtered or unexported fields
}
func NewNullableDeletedResponse ¶
func NewNullableDeletedResponse(val *DeletedResponse) *NullableDeletedResponse
func (NullableDeletedResponse) Get ¶
func (v NullableDeletedResponse) Get() *DeletedResponse
func (NullableDeletedResponse) IsSet ¶
func (v NullableDeletedResponse) IsSet() bool
func (NullableDeletedResponse) MarshalJSON ¶
func (v NullableDeletedResponse) MarshalJSON() ([]byte, error)
func (*NullableDeletedResponse) Set ¶
func (v *NullableDeletedResponse) Set(val *DeletedResponse)
func (*NullableDeletedResponse) UnmarshalJSON ¶
func (v *NullableDeletedResponse) UnmarshalJSON(src []byte) error
func (*NullableDeletedResponse) Unset ¶
func (v *NullableDeletedResponse) Unset()
type NullableDeliverySummary ¶
type NullableDeliverySummary struct {
// contains filtered or unexported fields
}
func NewNullableDeliverySummary ¶
func NewNullableDeliverySummary(val *DeliverySummary) *NullableDeliverySummary
func (NullableDeliverySummary) Get ¶
func (v NullableDeliverySummary) Get() *DeliverySummary
func (NullableDeliverySummary) IsSet ¶
func (v NullableDeliverySummary) IsSet() bool
func (NullableDeliverySummary) MarshalJSON ¶
func (v NullableDeliverySummary) MarshalJSON() ([]byte, error)
func (*NullableDeliverySummary) Set ¶
func (v *NullableDeliverySummary) Set(val *DeliverySummary)
func (*NullableDeliverySummary) UnmarshalJSON ¶
func (v *NullableDeliverySummary) UnmarshalJSON(src []byte) error
func (*NullableDeliverySummary) Unset ¶
func (v *NullableDeliverySummary) Unset()
type NullableDevice ¶
type NullableDevice struct {
// contains filtered or unexported fields
}
func NewNullableDevice ¶
func NewNullableDevice(val *Device) *NullableDevice
func (NullableDevice) Get ¶
func (v NullableDevice) Get() *Device
func (NullableDevice) IsSet ¶
func (v NullableDevice) IsSet() bool
func (NullableDevice) MarshalJSON ¶
func (v NullableDevice) MarshalJSON() ([]byte, error)
func (*NullableDevice) Set ¶
func (v *NullableDevice) Set(val *Device)
func (*NullableDevice) UnmarshalJSON ¶
func (v *NullableDevice) UnmarshalJSON(src []byte) error
func (*NullableDevice) Unset ¶
func (v *NullableDevice) Unset()
type NullableDisabledResponse ¶
type NullableDisabledResponse struct {
// contains filtered or unexported fields
}
func NewNullableDisabledResponse ¶
func NewNullableDisabledResponse(val *DisabledResponse) *NullableDisabledResponse
func (NullableDisabledResponse) Get ¶
func (v NullableDisabledResponse) Get() *DisabledResponse
func (NullableDisabledResponse) IsSet ¶
func (v NullableDisabledResponse) IsSet() bool
func (NullableDisabledResponse) MarshalJSON ¶
func (v NullableDisabledResponse) MarshalJSON() ([]byte, error)
func (*NullableDisabledResponse) Set ¶
func (v *NullableDisabledResponse) Set(val *DisabledResponse)
func (*NullableDisabledResponse) UnmarshalJSON ¶
func (v *NullableDisabledResponse) UnmarshalJSON(src []byte) error
func (*NullableDisabledResponse) Unset ¶
func (v *NullableDisabledResponse) Unset()
type NullableErrorResponse ¶
type NullableErrorResponse struct {
// contains filtered or unexported fields
}
func NewNullableErrorResponse ¶
func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse
func (NullableErrorResponse) Get ¶
func (v NullableErrorResponse) Get() *ErrorResponse
func (NullableErrorResponse) IsSet ¶
func (v NullableErrorResponse) IsSet() bool
func (NullableErrorResponse) MarshalJSON ¶
func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
func (*NullableErrorResponse) Set ¶
func (v *NullableErrorResponse) Set(val *ErrorResponse)
func (*NullableErrorResponse) UnmarshalJSON ¶
func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
func (*NullableErrorResponse) Unset ¶
func (v *NullableErrorResponse) Unset()
type NullableEventDetail ¶
type NullableEventDetail struct {
// contains filtered or unexported fields
}
func NewNullableEventDetail ¶
func NewNullableEventDetail(val *EventDetail) *NullableEventDetail
func (NullableEventDetail) Get ¶
func (v NullableEventDetail) Get() *EventDetail
func (NullableEventDetail) IsSet ¶
func (v NullableEventDetail) IsSet() bool
func (NullableEventDetail) MarshalJSON ¶
func (v NullableEventDetail) MarshalJSON() ([]byte, error)
func (*NullableEventDetail) Set ¶
func (v *NullableEventDetail) Set(val *EventDetail)
func (*NullableEventDetail) UnmarshalJSON ¶
func (v *NullableEventDetail) UnmarshalJSON(src []byte) error
func (*NullableEventDetail) Unset ¶
func (v *NullableEventDetail) Unset()
type NullableEventFilter ¶
type NullableEventFilter struct {
// contains filtered or unexported fields
}
func NewNullableEventFilter ¶
func NewNullableEventFilter(val *EventFilter) *NullableEventFilter
func (NullableEventFilter) Get ¶
func (v NullableEventFilter) Get() *EventFilter
func (NullableEventFilter) IsSet ¶
func (v NullableEventFilter) IsSet() bool
func (NullableEventFilter) MarshalJSON ¶
func (v NullableEventFilter) MarshalJSON() ([]byte, error)
func (*NullableEventFilter) Set ¶
func (v *NullableEventFilter) Set(val *EventFilter)
func (*NullableEventFilter) UnmarshalJSON ¶
func (v *NullableEventFilter) UnmarshalJSON(src []byte) error
func (*NullableEventFilter) Unset ¶
func (v *NullableEventFilter) Unset()
type NullableEventPage ¶
type NullableEventPage struct {
// contains filtered or unexported fields
}
func NewNullableEventPage ¶
func NewNullableEventPage(val *EventPage) *NullableEventPage
func (NullableEventPage) Get ¶
func (v NullableEventPage) Get() *EventPage
func (NullableEventPage) IsSet ¶
func (v NullableEventPage) IsSet() bool
func (NullableEventPage) MarshalJSON ¶
func (v NullableEventPage) MarshalJSON() ([]byte, error)
func (*NullableEventPage) Set ¶
func (v *NullableEventPage) Set(val *EventPage)
func (*NullableEventPage) UnmarshalJSON ¶
func (v *NullableEventPage) UnmarshalJSON(src []byte) error
func (*NullableEventPage) Unset ¶
func (v *NullableEventPage) Unset()
type NullableEventSummary ¶
type NullableEventSummary struct {
// contains filtered or unexported fields
}
func NewNullableEventSummary ¶
func NewNullableEventSummary(val *EventSummary) *NullableEventSummary
func (NullableEventSummary) Get ¶
func (v NullableEventSummary) Get() *EventSummary
func (NullableEventSummary) IsSet ¶
func (v NullableEventSummary) IsSet() bool
func (NullableEventSummary) MarshalJSON ¶
func (v NullableEventSummary) MarshalJSON() ([]byte, error)
func (*NullableEventSummary) Set ¶
func (v *NullableEventSummary) Set(val *EventSummary)
func (*NullableEventSummary) UnmarshalJSON ¶
func (v *NullableEventSummary) UnmarshalJSON(src []byte) error
func (*NullableEventSummary) Unset ¶
func (v *NullableEventSummary) Unset()
type NullableFilterGroup ¶
type NullableFilterGroup struct {
// contains filtered or unexported fields
}
func NewNullableFilterGroup ¶
func NewNullableFilterGroup(val *FilterGroup) *NullableFilterGroup
func (NullableFilterGroup) Get ¶
func (v NullableFilterGroup) Get() *FilterGroup
func (NullableFilterGroup) IsSet ¶
func (v NullableFilterGroup) IsSet() bool
func (NullableFilterGroup) MarshalJSON ¶
func (v NullableFilterGroup) MarshalJSON() ([]byte, error)
func (*NullableFilterGroup) Set ¶
func (v *NullableFilterGroup) Set(val *FilterGroup)
func (*NullableFilterGroup) UnmarshalJSON ¶
func (v *NullableFilterGroup) UnmarshalJSON(src []byte) error
func (*NullableFilterGroup) Unset ¶
func (v *NullableFilterGroup) Unset()
type NullableFilterNot ¶
type NullableFilterNot struct {
// contains filtered or unexported fields
}
func NewNullableFilterNot ¶
func NewNullableFilterNot(val *FilterNot) *NullableFilterNot
func (NullableFilterNot) Get ¶
func (v NullableFilterNot) Get() *FilterNot
func (NullableFilterNot) IsSet ¶
func (v NullableFilterNot) IsSet() bool
func (NullableFilterNot) MarshalJSON ¶
func (v NullableFilterNot) MarshalJSON() ([]byte, error)
func (*NullableFilterNot) Set ¶
func (v *NullableFilterNot) Set(val *FilterNot)
func (*NullableFilterNot) UnmarshalJSON ¶
func (v *NullableFilterNot) UnmarshalJSON(src []byte) error
func (*NullableFilterNot) Unset ¶
func (v *NullableFilterNot) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableHealthResponse ¶
type NullableHealthResponse struct {
// contains filtered or unexported fields
}
func NewNullableHealthResponse ¶
func NewNullableHealthResponse(val *HealthResponse) *NullableHealthResponse
func (NullableHealthResponse) Get ¶
func (v NullableHealthResponse) Get() *HealthResponse
func (NullableHealthResponse) IsSet ¶
func (v NullableHealthResponse) IsSet() bool
func (NullableHealthResponse) MarshalJSON ¶
func (v NullableHealthResponse) MarshalJSON() ([]byte, error)
func (*NullableHealthResponse) Set ¶
func (v *NullableHealthResponse) Set(val *HealthResponse)
func (*NullableHealthResponse) UnmarshalJSON ¶
func (v *NullableHealthResponse) UnmarshalJSON(src []byte) error
func (*NullableHealthResponse) Unset ¶
func (v *NullableHealthResponse) Unset()
type NullableIngestionResult ¶
type NullableIngestionResult struct {
// contains filtered or unexported fields
}
func NewNullableIngestionResult ¶
func NewNullableIngestionResult(val *IngestionResult) *NullableIngestionResult
func (NullableIngestionResult) Get ¶
func (v NullableIngestionResult) Get() *IngestionResult
func (NullableIngestionResult) IsSet ¶
func (v NullableIngestionResult) IsSet() bool
func (NullableIngestionResult) MarshalJSON ¶
func (v NullableIngestionResult) MarshalJSON() ([]byte, error)
func (*NullableIngestionResult) Set ¶
func (v *NullableIngestionResult) Set(val *IngestionResult)
func (*NullableIngestionResult) UnmarshalJSON ¶
func (v *NullableIngestionResult) UnmarshalJSON(src []byte) error
func (*NullableIngestionResult) Unset ¶
func (v *NullableIngestionResult) Unset()
type NullableInheritedResponse ¶
type NullableInheritedResponse struct {
// contains filtered or unexported fields
}
func NewNullableInheritedResponse ¶
func NewNullableInheritedResponse(val *InheritedResponse) *NullableInheritedResponse
func (NullableInheritedResponse) Get ¶
func (v NullableInheritedResponse) Get() *InheritedResponse
func (NullableInheritedResponse) IsSet ¶
func (v NullableInheritedResponse) IsSet() bool
func (NullableInheritedResponse) MarshalJSON ¶
func (v NullableInheritedResponse) MarshalJSON() ([]byte, error)
func (*NullableInheritedResponse) Set ¶
func (v *NullableInheritedResponse) Set(val *InheritedResponse)
func (*NullableInheritedResponse) UnmarshalJSON ¶
func (v *NullableInheritedResponse) UnmarshalJSON(src []byte) error
func (*NullableInheritedResponse) Unset ¶
func (v *NullableInheritedResponse) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableMembership ¶
type NullableMembership struct {
// contains filtered or unexported fields
}
func NewNullableMembership ¶
func NewNullableMembership(val *Membership) *NullableMembership
func (NullableMembership) Get ¶
func (v NullableMembership) Get() *Membership
func (NullableMembership) IsSet ¶
func (v NullableMembership) IsSet() bool
func (NullableMembership) MarshalJSON ¶
func (v NullableMembership) MarshalJSON() ([]byte, error)
func (*NullableMembership) Set ¶
func (v *NullableMembership) Set(val *Membership)
func (*NullableMembership) UnmarshalJSON ¶
func (v *NullableMembership) UnmarshalJSON(src []byte) error
func (*NullableMembership) Unset ¶
func (v *NullableMembership) Unset()
type NullableMembershipUser ¶
type NullableMembershipUser struct {
// contains filtered or unexported fields
}
func NewNullableMembershipUser ¶
func NewNullableMembershipUser(val *MembershipUser) *NullableMembershipUser
func (NullableMembershipUser) Get ¶
func (v NullableMembershipUser) Get() *MembershipUser
func (NullableMembershipUser) IsSet ¶
func (v NullableMembershipUser) IsSet() bool
func (NullableMembershipUser) MarshalJSON ¶
func (v NullableMembershipUser) MarshalJSON() ([]byte, error)
func (*NullableMembershipUser) Set ¶
func (v *NullableMembershipUser) Set(val *MembershipUser)
func (*NullableMembershipUser) UnmarshalJSON ¶
func (v *NullableMembershipUser) UnmarshalJSON(src []byte) error
func (*NullableMembershipUser) Unset ¶
func (v *NullableMembershipUser) Unset()
type NullableOrganization ¶
type NullableOrganization struct {
// contains filtered or unexported fields
}
func NewNullableOrganization ¶
func NewNullableOrganization(val *Organization) *NullableOrganization
func (NullableOrganization) Get ¶
func (v NullableOrganization) Get() *Organization
func (NullableOrganization) IsSet ¶
func (v NullableOrganization) IsSet() bool
func (NullableOrganization) MarshalJSON ¶
func (v NullableOrganization) MarshalJSON() ([]byte, error)
func (*NullableOrganization) Set ¶
func (v *NullableOrganization) Set(val *Organization)
func (*NullableOrganization) UnmarshalJSON ¶
func (v *NullableOrganization) UnmarshalJSON(src []byte) error
func (*NullableOrganization) Unset ¶
func (v *NullableOrganization) Unset()
type NullableOrganizationApiKeyCreated ¶
type NullableOrganizationApiKeyCreated struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationApiKeyCreated ¶
func NewNullableOrganizationApiKeyCreated(val *OrganizationApiKeyCreated) *NullableOrganizationApiKeyCreated
func (NullableOrganizationApiKeyCreated) Get ¶
func (v NullableOrganizationApiKeyCreated) Get() *OrganizationApiKeyCreated
func (NullableOrganizationApiKeyCreated) IsSet ¶
func (v NullableOrganizationApiKeyCreated) IsSet() bool
func (NullableOrganizationApiKeyCreated) MarshalJSON ¶
func (v NullableOrganizationApiKeyCreated) MarshalJSON() ([]byte, error)
func (*NullableOrganizationApiKeyCreated) Set ¶
func (v *NullableOrganizationApiKeyCreated) Set(val *OrganizationApiKeyCreated)
func (*NullableOrganizationApiKeyCreated) UnmarshalJSON ¶
func (v *NullableOrganizationApiKeyCreated) UnmarshalJSON(src []byte) error
func (*NullableOrganizationApiKeyCreated) Unset ¶
func (v *NullableOrganizationApiKeyCreated) Unset()
type NullableOrganizationCount ¶
type NullableOrganizationCount struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationCount ¶
func NewNullableOrganizationCount(val *OrganizationCount) *NullableOrganizationCount
func (NullableOrganizationCount) Get ¶
func (v NullableOrganizationCount) Get() *OrganizationCount
func (NullableOrganizationCount) IsSet ¶
func (v NullableOrganizationCount) IsSet() bool
func (NullableOrganizationCount) MarshalJSON ¶
func (v NullableOrganizationCount) MarshalJSON() ([]byte, error)
func (*NullableOrganizationCount) Set ¶
func (v *NullableOrganizationCount) Set(val *OrganizationCount)
func (*NullableOrganizationCount) UnmarshalJSON ¶
func (v *NullableOrganizationCount) UnmarshalJSON(src []byte) error
func (*NullableOrganizationCount) Unset ¶
func (v *NullableOrganizationCount) Unset()
type NullableOrganizationCreated ¶
type NullableOrganizationCreated struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationCreated ¶
func NewNullableOrganizationCreated(val *OrganizationCreated) *NullableOrganizationCreated
func (NullableOrganizationCreated) Get ¶
func (v NullableOrganizationCreated) Get() *OrganizationCreated
func (NullableOrganizationCreated) IsSet ¶
func (v NullableOrganizationCreated) IsSet() bool
func (NullableOrganizationCreated) MarshalJSON ¶
func (v NullableOrganizationCreated) MarshalJSON() ([]byte, error)
func (*NullableOrganizationCreated) Set ¶
func (v *NullableOrganizationCreated) Set(val *OrganizationCreated)
func (*NullableOrganizationCreated) UnmarshalJSON ¶
func (v *NullableOrganizationCreated) UnmarshalJSON(src []byte) error
func (*NullableOrganizationCreated) Unset ¶
func (v *NullableOrganizationCreated) Unset()
type NullableOrganizationRecord ¶
type NullableOrganizationRecord struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationRecord ¶
func NewNullableOrganizationRecord(val *OrganizationRecord) *NullableOrganizationRecord
func (NullableOrganizationRecord) Get ¶
func (v NullableOrganizationRecord) Get() *OrganizationRecord
func (NullableOrganizationRecord) IsSet ¶
func (v NullableOrganizationRecord) IsSet() bool
func (NullableOrganizationRecord) MarshalJSON ¶
func (v NullableOrganizationRecord) MarshalJSON() ([]byte, error)
func (*NullableOrganizationRecord) Set ¶
func (v *NullableOrganizationRecord) Set(val *OrganizationRecord)
func (*NullableOrganizationRecord) UnmarshalJSON ¶
func (v *NullableOrganizationRecord) UnmarshalJSON(src []byte) error
func (*NullableOrganizationRecord) Unset ¶
func (v *NullableOrganizationRecord) Unset()
type NullablePasswordLoginInput ¶
type NullablePasswordLoginInput struct {
// contains filtered or unexported fields
}
func NewNullablePasswordLoginInput ¶
func NewNullablePasswordLoginInput(val *PasswordLoginInput) *NullablePasswordLoginInput
func (NullablePasswordLoginInput) Get ¶
func (v NullablePasswordLoginInput) Get() *PasswordLoginInput
func (NullablePasswordLoginInput) IsSet ¶
func (v NullablePasswordLoginInput) IsSet() bool
func (NullablePasswordLoginInput) MarshalJSON ¶
func (v NullablePasswordLoginInput) MarshalJSON() ([]byte, error)
func (*NullablePasswordLoginInput) Set ¶
func (v *NullablePasswordLoginInput) Set(val *PasswordLoginInput)
func (*NullablePasswordLoginInput) UnmarshalJSON ¶
func (v *NullablePasswordLoginInput) UnmarshalJSON(src []byte) error
func (*NullablePasswordLoginInput) Unset ¶
func (v *NullablePasswordLoginInput) Unset()
type NullablePasswordResetCompleteInput ¶
type NullablePasswordResetCompleteInput struct {
// contains filtered or unexported fields
}
func NewNullablePasswordResetCompleteInput ¶
func NewNullablePasswordResetCompleteInput(val *PasswordResetCompleteInput) *NullablePasswordResetCompleteInput
func (NullablePasswordResetCompleteInput) Get ¶
func (v NullablePasswordResetCompleteInput) Get() *PasswordResetCompleteInput
func (NullablePasswordResetCompleteInput) IsSet ¶
func (v NullablePasswordResetCompleteInput) IsSet() bool
func (NullablePasswordResetCompleteInput) MarshalJSON ¶
func (v NullablePasswordResetCompleteInput) MarshalJSON() ([]byte, error)
func (*NullablePasswordResetCompleteInput) Set ¶
func (v *NullablePasswordResetCompleteInput) Set(val *PasswordResetCompleteInput)
func (*NullablePasswordResetCompleteInput) UnmarshalJSON ¶
func (v *NullablePasswordResetCompleteInput) UnmarshalJSON(src []byte) error
func (*NullablePasswordResetCompleteInput) Unset ¶
func (v *NullablePasswordResetCompleteInput) Unset()
type NullablePasswordResetRequestInput ¶
type NullablePasswordResetRequestInput struct {
// contains filtered or unexported fields
}
func NewNullablePasswordResetRequestInput ¶
func NewNullablePasswordResetRequestInput(val *PasswordResetRequestInput) *NullablePasswordResetRequestInput
func (NullablePasswordResetRequestInput) Get ¶
func (v NullablePasswordResetRequestInput) Get() *PasswordResetRequestInput
func (NullablePasswordResetRequestInput) IsSet ¶
func (v NullablePasswordResetRequestInput) IsSet() bool
func (NullablePasswordResetRequestInput) MarshalJSON ¶
func (v NullablePasswordResetRequestInput) MarshalJSON() ([]byte, error)
func (*NullablePasswordResetRequestInput) Set ¶
func (v *NullablePasswordResetRequestInput) Set(val *PasswordResetRequestInput)
func (*NullablePasswordResetRequestInput) UnmarshalJSON ¶
func (v *NullablePasswordResetRequestInput) UnmarshalJSON(src []byte) error
func (*NullablePasswordResetRequestInput) Unset ¶
func (v *NullablePasswordResetRequestInput) Unset()
type NullablePreferenceRecord ¶
type NullablePreferenceRecord struct {
// contains filtered or unexported fields
}
func NewNullablePreferenceRecord ¶
func NewNullablePreferenceRecord(val *PreferenceRecord) *NullablePreferenceRecord
func (NullablePreferenceRecord) Get ¶
func (v NullablePreferenceRecord) Get() *PreferenceRecord
func (NullablePreferenceRecord) IsSet ¶
func (v NullablePreferenceRecord) IsSet() bool
func (NullablePreferenceRecord) MarshalJSON ¶
func (v NullablePreferenceRecord) MarshalJSON() ([]byte, error)
func (*NullablePreferenceRecord) Set ¶
func (v *NullablePreferenceRecord) Set(val *PreferenceRecord)
func (*NullablePreferenceRecord) UnmarshalJSON ¶
func (v *NullablePreferenceRecord) UnmarshalJSON(src []byte) error
func (*NullablePreferenceRecord) Unset ¶
func (v *NullablePreferenceRecord) Unset()
type NullableProviderLoginInput ¶
type NullableProviderLoginInput struct {
// contains filtered or unexported fields
}
func NewNullableProviderLoginInput ¶
func NewNullableProviderLoginInput(val *ProviderLoginInput) *NullableProviderLoginInput
func (NullableProviderLoginInput) Get ¶
func (v NullableProviderLoginInput) Get() *ProviderLoginInput
func (NullableProviderLoginInput) IsSet ¶
func (v NullableProviderLoginInput) IsSet() bool
func (NullableProviderLoginInput) MarshalJSON ¶
func (v NullableProviderLoginInput) MarshalJSON() ([]byte, error)
func (*NullableProviderLoginInput) Set ¶
func (v *NullableProviderLoginInput) Set(val *ProviderLoginInput)
func (*NullableProviderLoginInput) UnmarshalJSON ¶
func (v *NullableProviderLoginInput) UnmarshalJSON(src []byte) error
func (*NullableProviderLoginInput) Unset ¶
func (v *NullableProviderLoginInput) Unset()
type NullableRegisterDeviceInput ¶
type NullableRegisterDeviceInput struct {
// contains filtered or unexported fields
}
func NewNullableRegisterDeviceInput ¶
func NewNullableRegisterDeviceInput(val *RegisterDeviceInput) *NullableRegisterDeviceInput
func (NullableRegisterDeviceInput) Get ¶
func (v NullableRegisterDeviceInput) Get() *RegisterDeviceInput
func (NullableRegisterDeviceInput) IsSet ¶
func (v NullableRegisterDeviceInput) IsSet() bool
func (NullableRegisterDeviceInput) MarshalJSON ¶
func (v NullableRegisterDeviceInput) MarshalJSON() ([]byte, error)
func (*NullableRegisterDeviceInput) Set ¶
func (v *NullableRegisterDeviceInput) Set(val *RegisterDeviceInput)
func (*NullableRegisterDeviceInput) UnmarshalJSON ¶
func (v *NullableRegisterDeviceInput) UnmarshalJSON(src []byte) error
func (*NullableRegisterDeviceInput) Unset ¶
func (v *NullableRegisterDeviceInput) Unset()
type NullableRegisterInput ¶
type NullableRegisterInput struct {
// contains filtered or unexported fields
}
func NewNullableRegisterInput ¶
func NewNullableRegisterInput(val *RegisterInput) *NullableRegisterInput
func (NullableRegisterInput) Get ¶
func (v NullableRegisterInput) Get() *RegisterInput
func (NullableRegisterInput) IsSet ¶
func (v NullableRegisterInput) IsSet() bool
func (NullableRegisterInput) MarshalJSON ¶
func (v NullableRegisterInput) MarshalJSON() ([]byte, error)
func (*NullableRegisterInput) Set ¶
func (v *NullableRegisterInput) Set(val *RegisterInput)
func (*NullableRegisterInput) UnmarshalJSON ¶
func (v *NullableRegisterInput) UnmarshalJSON(src []byte) error
func (*NullableRegisterInput) Unset ¶
func (v *NullableRegisterInput) Unset()
type NullableRegisterWebPushSubscriptionInput ¶
type NullableRegisterWebPushSubscriptionInput struct {
// contains filtered or unexported fields
}
func NewNullableRegisterWebPushSubscriptionInput ¶
func NewNullableRegisterWebPushSubscriptionInput(val *RegisterWebPushSubscriptionInput) *NullableRegisterWebPushSubscriptionInput
func (NullableRegisterWebPushSubscriptionInput) IsSet ¶
func (v NullableRegisterWebPushSubscriptionInput) IsSet() bool
func (NullableRegisterWebPushSubscriptionInput) MarshalJSON ¶
func (v NullableRegisterWebPushSubscriptionInput) MarshalJSON() ([]byte, error)
func (*NullableRegisterWebPushSubscriptionInput) Set ¶
func (v *NullableRegisterWebPushSubscriptionInput) Set(val *RegisterWebPushSubscriptionInput)
func (*NullableRegisterWebPushSubscriptionInput) UnmarshalJSON ¶
func (v *NullableRegisterWebPushSubscriptionInput) UnmarshalJSON(src []byte) error
func (*NullableRegisterWebPushSubscriptionInput) Unset ¶
func (v *NullableRegisterWebPushSubscriptionInput) Unset()
type NullableRegisterWebPushSubscriptionInputKeys ¶
type NullableRegisterWebPushSubscriptionInputKeys struct {
// contains filtered or unexported fields
}
func NewNullableRegisterWebPushSubscriptionInputKeys ¶
func NewNullableRegisterWebPushSubscriptionInputKeys(val *RegisterWebPushSubscriptionInputKeys) *NullableRegisterWebPushSubscriptionInputKeys
func (NullableRegisterWebPushSubscriptionInputKeys) IsSet ¶
func (v NullableRegisterWebPushSubscriptionInputKeys) IsSet() bool
func (NullableRegisterWebPushSubscriptionInputKeys) MarshalJSON ¶
func (v NullableRegisterWebPushSubscriptionInputKeys) MarshalJSON() ([]byte, error)
func (*NullableRegisterWebPushSubscriptionInputKeys) Set ¶
func (v *NullableRegisterWebPushSubscriptionInputKeys) Set(val *RegisterWebPushSubscriptionInputKeys)
func (*NullableRegisterWebPushSubscriptionInputKeys) UnmarshalJSON ¶
func (v *NullableRegisterWebPushSubscriptionInputKeys) UnmarshalJSON(src []byte) error
func (*NullableRegisterWebPushSubscriptionInputKeys) Unset ¶
func (v *NullableRegisterWebPushSubscriptionInputKeys) Unset()
type NullableRevokedResponse ¶
type NullableRevokedResponse struct {
// contains filtered or unexported fields
}
func NewNullableRevokedResponse ¶
func NewNullableRevokedResponse(val *RevokedResponse) *NullableRevokedResponse
func (NullableRevokedResponse) Get ¶
func (v NullableRevokedResponse) Get() *RevokedResponse
func (NullableRevokedResponse) IsSet ¶
func (v NullableRevokedResponse) IsSet() bool
func (NullableRevokedResponse) MarshalJSON ¶
func (v NullableRevokedResponse) MarshalJSON() ([]byte, error)
func (*NullableRevokedResponse) Set ¶
func (v *NullableRevokedResponse) Set(val *RevokedResponse)
func (*NullableRevokedResponse) UnmarshalJSON ¶
func (v *NullableRevokedResponse) UnmarshalJSON(src []byte) error
func (*NullableRevokedResponse) Unset ¶
func (v *NullableRevokedResponse) Unset()
type NullableSearchEventsInput ¶
type NullableSearchEventsInput struct {
// contains filtered or unexported fields
}
func NewNullableSearchEventsInput ¶
func NewNullableSearchEventsInput(val *SearchEventsInput) *NullableSearchEventsInput
func (NullableSearchEventsInput) Get ¶
func (v NullableSearchEventsInput) Get() *SearchEventsInput
func (NullableSearchEventsInput) IsSet ¶
func (v NullableSearchEventsInput) IsSet() bool
func (NullableSearchEventsInput) MarshalJSON ¶
func (v NullableSearchEventsInput) MarshalJSON() ([]byte, error)
func (*NullableSearchEventsInput) Set ¶
func (v *NullableSearchEventsInput) Set(val *SearchEventsInput)
func (*NullableSearchEventsInput) UnmarshalJSON ¶
func (v *NullableSearchEventsInput) UnmarshalJSON(src []byte) error
func (*NullableSearchEventsInput) Unset ¶
func (v *NullableSearchEventsInput) Unset()
type NullableSendEventInput ¶
type NullableSendEventInput struct {
// contains filtered or unexported fields
}
func NewNullableSendEventInput ¶
func NewNullableSendEventInput(val *SendEventInput) *NullableSendEventInput
func (NullableSendEventInput) Get ¶
func (v NullableSendEventInput) Get() *SendEventInput
func (NullableSendEventInput) IsSet ¶
func (v NullableSendEventInput) IsSet() bool
func (NullableSendEventInput) MarshalJSON ¶
func (v NullableSendEventInput) MarshalJSON() ([]byte, error)
func (*NullableSendEventInput) Set ¶
func (v *NullableSendEventInput) Set(val *SendEventInput)
func (*NullableSendEventInput) UnmarshalJSON ¶
func (v *NullableSendEventInput) UnmarshalJSON(src []byte) error
func (*NullableSendEventInput) Unset ¶
func (v *NullableSendEventInput) Unset()
type NullableService ¶
type NullableService struct {
// contains filtered or unexported fields
}
func NewNullableService ¶
func NewNullableService(val *Service) *NullableService
func (NullableService) Get ¶
func (v NullableService) Get() *Service
func (NullableService) IsSet ¶
func (v NullableService) IsSet() bool
func (NullableService) MarshalJSON ¶
func (v NullableService) MarshalJSON() ([]byte, error)
func (*NullableService) Set ¶
func (v *NullableService) Set(val *Service)
func (*NullableService) UnmarshalJSON ¶
func (v *NullableService) UnmarshalJSON(src []byte) error
func (*NullableService) Unset ¶
func (v *NullableService) Unset()
type NullableServiceAllOfCount ¶
type NullableServiceAllOfCount struct {
// contains filtered or unexported fields
}
func NewNullableServiceAllOfCount ¶
func NewNullableServiceAllOfCount(val *ServiceAllOfCount) *NullableServiceAllOfCount
func (NullableServiceAllOfCount) Get ¶
func (v NullableServiceAllOfCount) Get() *ServiceAllOfCount
func (NullableServiceAllOfCount) IsSet ¶
func (v NullableServiceAllOfCount) IsSet() bool
func (NullableServiceAllOfCount) MarshalJSON ¶
func (v NullableServiceAllOfCount) MarshalJSON() ([]byte, error)
func (*NullableServiceAllOfCount) Set ¶
func (v *NullableServiceAllOfCount) Set(val *ServiceAllOfCount)
func (*NullableServiceAllOfCount) UnmarshalJSON ¶
func (v *NullableServiceAllOfCount) UnmarshalJSON(src []byte) error
func (*NullableServiceAllOfCount) Unset ¶
func (v *NullableServiceAllOfCount) Unset()
type NullableServicePreference ¶
type NullableServicePreference struct {
// contains filtered or unexported fields
}
func NewNullableServicePreference ¶
func NewNullableServicePreference(val *ServicePreference) *NullableServicePreference
func (NullableServicePreference) Get ¶
func (v NullableServicePreference) Get() *ServicePreference
func (NullableServicePreference) IsSet ¶
func (v NullableServicePreference) IsSet() bool
func (NullableServicePreference) MarshalJSON ¶
func (v NullableServicePreference) MarshalJSON() ([]byte, error)
func (*NullableServicePreference) Set ¶
func (v *NullableServicePreference) Set(val *ServicePreference)
func (*NullableServicePreference) UnmarshalJSON ¶
func (v *NullableServicePreference) UnmarshalJSON(src []byte) error
func (*NullableServicePreference) Unset ¶
func (v *NullableServicePreference) Unset()
type NullableServiceSummary ¶
type NullableServiceSummary struct {
// contains filtered or unexported fields
}
func NewNullableServiceSummary ¶
func NewNullableServiceSummary(val *ServiceSummary) *NullableServiceSummary
func (NullableServiceSummary) Get ¶
func (v NullableServiceSummary) Get() *ServiceSummary
func (NullableServiceSummary) IsSet ¶
func (v NullableServiceSummary) IsSet() bool
func (NullableServiceSummary) MarshalJSON ¶
func (v NullableServiceSummary) MarshalJSON() ([]byte, error)
func (*NullableServiceSummary) Set ¶
func (v *NullableServiceSummary) Set(val *ServiceSummary)
func (*NullableServiceSummary) UnmarshalJSON ¶
func (v *NullableServiceSummary) UnmarshalJSON(src []byte) error
func (*NullableServiceSummary) Unset ¶
func (v *NullableServiceSummary) Unset()
type NullableSetEnabledInput ¶
type NullableSetEnabledInput struct {
// contains filtered or unexported fields
}
func NewNullableSetEnabledInput ¶
func NewNullableSetEnabledInput(val *SetEnabledInput) *NullableSetEnabledInput
func (NullableSetEnabledInput) Get ¶
func (v NullableSetEnabledInput) Get() *SetEnabledInput
func (NullableSetEnabledInput) IsSet ¶
func (v NullableSetEnabledInput) IsSet() bool
func (NullableSetEnabledInput) MarshalJSON ¶
func (v NullableSetEnabledInput) MarshalJSON() ([]byte, error)
func (*NullableSetEnabledInput) Set ¶
func (v *NullableSetEnabledInput) Set(val *SetEnabledInput)
func (*NullableSetEnabledInput) UnmarshalJSON ¶
func (v *NullableSetEnabledInput) UnmarshalJSON(src []byte) error
func (*NullableSetEnabledInput) Unset ¶
func (v *NullableSetEnabledInput) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTextFilterCondition ¶
type NullableTextFilterCondition struct {
// contains filtered or unexported fields
}
func NewNullableTextFilterCondition ¶
func NewNullableTextFilterCondition(val *TextFilterCondition) *NullableTextFilterCondition
func (NullableTextFilterCondition) Get ¶
func (v NullableTextFilterCondition) Get() *TextFilterCondition
func (NullableTextFilterCondition) IsSet ¶
func (v NullableTextFilterCondition) IsSet() bool
func (NullableTextFilterCondition) MarshalJSON ¶
func (v NullableTextFilterCondition) MarshalJSON() ([]byte, error)
func (*NullableTextFilterCondition) Set ¶
func (v *NullableTextFilterCondition) Set(val *TextFilterCondition)
func (*NullableTextFilterCondition) UnmarshalJSON ¶
func (v *NullableTextFilterCondition) UnmarshalJSON(src []byte) error
func (*NullableTextFilterCondition) Unset ¶
func (v *NullableTextFilterCondition) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTimeFilterCondition ¶
type NullableTimeFilterCondition struct {
// contains filtered or unexported fields
}
func NewNullableTimeFilterCondition ¶
func NewNullableTimeFilterCondition(val *TimeFilterCondition) *NullableTimeFilterCondition
func (NullableTimeFilterCondition) Get ¶
func (v NullableTimeFilterCondition) Get() *TimeFilterCondition
func (NullableTimeFilterCondition) IsSet ¶
func (v NullableTimeFilterCondition) IsSet() bool
func (NullableTimeFilterCondition) MarshalJSON ¶
func (v NullableTimeFilterCondition) MarshalJSON() ([]byte, error)
func (*NullableTimeFilterCondition) Set ¶
func (v *NullableTimeFilterCondition) Set(val *TimeFilterCondition)
func (*NullableTimeFilterCondition) UnmarshalJSON ¶
func (v *NullableTimeFilterCondition) UnmarshalJSON(src []byte) error
func (*NullableTimeFilterCondition) Unset ¶
func (v *NullableTimeFilterCondition) Unset()
type NullableTypeOverride ¶
type NullableTypeOverride struct {
// contains filtered or unexported fields
}
func NewNullableTypeOverride ¶
func NewNullableTypeOverride(val *TypeOverride) *NullableTypeOverride
func (NullableTypeOverride) Get ¶
func (v NullableTypeOverride) Get() *TypeOverride
func (NullableTypeOverride) IsSet ¶
func (v NullableTypeOverride) IsSet() bool
func (NullableTypeOverride) MarshalJSON ¶
func (v NullableTypeOverride) MarshalJSON() ([]byte, error)
func (*NullableTypeOverride) Set ¶
func (v *NullableTypeOverride) Set(val *TypeOverride)
func (*NullableTypeOverride) UnmarshalJSON ¶
func (v *NullableTypeOverride) UnmarshalJSON(src []byte) error
func (*NullableTypeOverride) Unset ¶
func (v *NullableTypeOverride) Unset()
type NullableUser ¶
type NullableUser struct {
// contains filtered or unexported fields
}
func NewNullableUser ¶
func NewNullableUser(val *User) *NullableUser
func (NullableUser) Get ¶
func (v NullableUser) Get() *User
func (NullableUser) IsSet ¶
func (v NullableUser) IsSet() bool
func (NullableUser) MarshalJSON ¶
func (v NullableUser) MarshalJSON() ([]byte, error)
func (*NullableUser) Set ¶
func (v *NullableUser) Set(val *User)
func (*NullableUser) UnmarshalJSON ¶
func (v *NullableUser) UnmarshalJSON(src []byte) error
func (*NullableUser) Unset ¶
func (v *NullableUser) Unset()
type NullableWebPushConfiguration ¶
type NullableWebPushConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableWebPushConfiguration ¶
func NewNullableWebPushConfiguration(val *WebPushConfiguration) *NullableWebPushConfiguration
func (NullableWebPushConfiguration) Get ¶
func (v NullableWebPushConfiguration) Get() *WebPushConfiguration
func (NullableWebPushConfiguration) IsSet ¶
func (v NullableWebPushConfiguration) IsSet() bool
func (NullableWebPushConfiguration) MarshalJSON ¶
func (v NullableWebPushConfiguration) MarshalJSON() ([]byte, error)
func (*NullableWebPushConfiguration) Set ¶
func (v *NullableWebPushConfiguration) Set(val *WebPushConfiguration)
func (*NullableWebPushConfiguration) UnmarshalJSON ¶
func (v *NullableWebPushConfiguration) UnmarshalJSON(src []byte) error
func (*NullableWebPushConfiguration) Unset ¶
func (v *NullableWebPushConfiguration) Unset()
type NullableWebPushSubscription ¶
type NullableWebPushSubscription struct {
// contains filtered or unexported fields
}
func NewNullableWebPushSubscription ¶
func NewNullableWebPushSubscription(val *WebPushSubscription) *NullableWebPushSubscription
func (NullableWebPushSubscription) Get ¶
func (v NullableWebPushSubscription) Get() *WebPushSubscription
func (NullableWebPushSubscription) IsSet ¶
func (v NullableWebPushSubscription) IsSet() bool
func (NullableWebPushSubscription) MarshalJSON ¶
func (v NullableWebPushSubscription) MarshalJSON() ([]byte, error)
func (*NullableWebPushSubscription) Set ¶
func (v *NullableWebPushSubscription) Set(val *WebPushSubscription)
func (*NullableWebPushSubscription) UnmarshalJSON ¶
func (v *NullableWebPushSubscription) UnmarshalJSON(src []byte) error
func (*NullableWebPushSubscription) Unset ¶
func (v *NullableWebPushSubscription) Unset()
type Organization ¶
type Organization struct {
Id string `json:"id"`
Name string `json:"name"`
Role string `json:"role"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
JoinedAt time.Time `json:"joinedAt"`
ApiKey NullableApiKeySummary `json:"apiKey,omitempty"`
Count *OrganizationCount `json:"_count,omitempty"`
AdditionalProperties map[string]interface{}
}
Organization struct for Organization
func NewOrganization ¶
func NewOrganization(id string, name string, role string, createdAt time.Time, updatedAt time.Time, joinedAt time.Time) *Organization
NewOrganization instantiates a new Organization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationWithDefaults ¶
func NewOrganizationWithDefaults() *Organization
NewOrganizationWithDefaults instantiates a new Organization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Organization) GetApiKey ¶
func (o *Organization) GetApiKey() ApiKeySummary
GetApiKey returns the ApiKey field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Organization) GetApiKeyOk ¶
func (o *Organization) GetApiKeyOk() (*ApiKeySummary, bool)
GetApiKeyOk returns a tuple with the ApiKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Organization) GetCount ¶
func (o *Organization) GetCount() OrganizationCount
GetCount returns the Count field value if set, zero value otherwise.
func (*Organization) GetCountOk ¶
func (o *Organization) GetCountOk() (*OrganizationCount, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetCreatedAt ¶
func (o *Organization) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*Organization) GetCreatedAtOk ¶
func (o *Organization) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Organization) GetIdOk ¶
func (o *Organization) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Organization) GetJoinedAt ¶
func (o *Organization) GetJoinedAt() time.Time
GetJoinedAt returns the JoinedAt field value
func (*Organization) GetJoinedAtOk ¶
func (o *Organization) GetJoinedAtOk() (*time.Time, bool)
GetJoinedAtOk returns a tuple with the JoinedAt field value and a boolean to check if the value has been set.
func (*Organization) GetName ¶
func (o *Organization) GetName() string
GetName returns the Name field value
func (*Organization) GetNameOk ¶
func (o *Organization) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Organization) GetRole ¶
func (o *Organization) GetRole() string
GetRole returns the Role field value
func (*Organization) GetRoleOk ¶
func (o *Organization) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*Organization) GetUpdatedAt ¶
func (o *Organization) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*Organization) GetUpdatedAtOk ¶
func (o *Organization) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*Organization) HasApiKey ¶
func (o *Organization) HasApiKey() bool
HasApiKey returns a boolean if a field has been set.
func (*Organization) HasCount ¶
func (o *Organization) HasCount() bool
HasCount returns a boolean if a field has been set.
func (Organization) MarshalJSON ¶
func (o Organization) MarshalJSON() ([]byte, error)
func (*Organization) SetApiKey ¶
func (o *Organization) SetApiKey(v ApiKeySummary)
SetApiKey gets a reference to the given NullableApiKeySummary and assigns it to the ApiKey field.
func (*Organization) SetApiKeyNil ¶
func (o *Organization) SetApiKeyNil()
SetApiKeyNil sets the value for ApiKey to be an explicit nil
func (*Organization) SetCount ¶
func (o *Organization) SetCount(v OrganizationCount)
SetCount gets a reference to the given OrganizationCount and assigns it to the Count field.
func (*Organization) SetCreatedAt ¶
func (o *Organization) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*Organization) SetJoinedAt ¶
func (o *Organization) SetJoinedAt(v time.Time)
SetJoinedAt sets field value
func (*Organization) SetUpdatedAt ¶
func (o *Organization) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (Organization) ToMap ¶
func (o Organization) ToMap() (map[string]interface{}, error)
func (*Organization) UnmarshalJSON ¶
func (o *Organization) UnmarshalJSON(data []byte) (err error)
func (*Organization) UnsetApiKey ¶
func (o *Organization) UnsetApiKey()
UnsetApiKey ensures that no value is present for ApiKey, not even an explicit nil
type OrganizationApiKeyCreated ¶
type OrganizationApiKeyCreated struct {
KeyPrefix string `json:"keyPrefix"`
LastFour string `json:"lastFour"`
UpdatedAt time.Time `json:"updatedAt"`
ApiKey string `json:"apiKey" validate:"regexp=^apk_"`
AdditionalProperties map[string]interface{}
}
OrganizationApiKeyCreated struct for OrganizationApiKeyCreated
func NewOrganizationApiKeyCreated ¶
func NewOrganizationApiKeyCreated(keyPrefix string, lastFour string, updatedAt time.Time, apiKey string) *OrganizationApiKeyCreated
NewOrganizationApiKeyCreated instantiates a new OrganizationApiKeyCreated object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationApiKeyCreatedWithDefaults ¶
func NewOrganizationApiKeyCreatedWithDefaults() *OrganizationApiKeyCreated
NewOrganizationApiKeyCreatedWithDefaults instantiates a new OrganizationApiKeyCreated object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationApiKeyCreated) GetApiKey ¶
func (o *OrganizationApiKeyCreated) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*OrganizationApiKeyCreated) GetApiKeyOk ¶
func (o *OrganizationApiKeyCreated) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*OrganizationApiKeyCreated) GetKeyPrefix ¶
func (o *OrganizationApiKeyCreated) GetKeyPrefix() string
GetKeyPrefix returns the KeyPrefix field value
func (*OrganizationApiKeyCreated) GetKeyPrefixOk ¶
func (o *OrganizationApiKeyCreated) GetKeyPrefixOk() (*string, bool)
GetKeyPrefixOk returns a tuple with the KeyPrefix field value and a boolean to check if the value has been set.
func (*OrganizationApiKeyCreated) GetLastFour ¶
func (o *OrganizationApiKeyCreated) GetLastFour() string
GetLastFour returns the LastFour field value
func (*OrganizationApiKeyCreated) GetLastFourOk ¶
func (o *OrganizationApiKeyCreated) GetLastFourOk() (*string, bool)
GetLastFourOk returns a tuple with the LastFour field value and a boolean to check if the value has been set.
func (*OrganizationApiKeyCreated) GetUpdatedAt ¶
func (o *OrganizationApiKeyCreated) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*OrganizationApiKeyCreated) GetUpdatedAtOk ¶
func (o *OrganizationApiKeyCreated) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (OrganizationApiKeyCreated) MarshalJSON ¶
func (o OrganizationApiKeyCreated) MarshalJSON() ([]byte, error)
func (*OrganizationApiKeyCreated) SetApiKey ¶
func (o *OrganizationApiKeyCreated) SetApiKey(v string)
SetApiKey sets field value
func (*OrganizationApiKeyCreated) SetKeyPrefix ¶
func (o *OrganizationApiKeyCreated) SetKeyPrefix(v string)
SetKeyPrefix sets field value
func (*OrganizationApiKeyCreated) SetLastFour ¶
func (o *OrganizationApiKeyCreated) SetLastFour(v string)
SetLastFour sets field value
func (*OrganizationApiKeyCreated) SetUpdatedAt ¶
func (o *OrganizationApiKeyCreated) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (OrganizationApiKeyCreated) ToMap ¶
func (o OrganizationApiKeyCreated) ToMap() (map[string]interface{}, error)
func (*OrganizationApiKeyCreated) UnmarshalJSON ¶
func (o *OrganizationApiKeyCreated) UnmarshalJSON(data []byte) (err error)
type OrganizationCount ¶
type OrganizationCount struct {
Memberships *int32 `json:"memberships,omitempty"`
Services *int32 `json:"services,omitempty"`
AdditionalProperties map[string]interface{}
}
OrganizationCount struct for OrganizationCount
func NewOrganizationCount ¶
func NewOrganizationCount() *OrganizationCount
NewOrganizationCount instantiates a new OrganizationCount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationCountWithDefaults ¶
func NewOrganizationCountWithDefaults() *OrganizationCount
NewOrganizationCountWithDefaults instantiates a new OrganizationCount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationCount) GetMemberships ¶
func (o *OrganizationCount) GetMemberships() int32
GetMemberships returns the Memberships field value if set, zero value otherwise.
func (*OrganizationCount) GetMembershipsOk ¶
func (o *OrganizationCount) GetMembershipsOk() (*int32, bool)
GetMembershipsOk returns a tuple with the Memberships field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationCount) GetServices ¶
func (o *OrganizationCount) GetServices() int32
GetServices returns the Services field value if set, zero value otherwise.
func (*OrganizationCount) GetServicesOk ¶
func (o *OrganizationCount) GetServicesOk() (*int32, bool)
GetServicesOk returns a tuple with the Services field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationCount) HasMemberships ¶
func (o *OrganizationCount) HasMemberships() bool
HasMemberships returns a boolean if a field has been set.
func (*OrganizationCount) HasServices ¶
func (o *OrganizationCount) HasServices() bool
HasServices returns a boolean if a field has been set.
func (OrganizationCount) MarshalJSON ¶
func (o OrganizationCount) MarshalJSON() ([]byte, error)
func (*OrganizationCount) SetMemberships ¶
func (o *OrganizationCount) SetMemberships(v int32)
SetMemberships gets a reference to the given int32 and assigns it to the Memberships field.
func (*OrganizationCount) SetServices ¶
func (o *OrganizationCount) SetServices(v int32)
SetServices gets a reference to the given int32 and assigns it to the Services field.
func (OrganizationCount) ToMap ¶
func (o OrganizationCount) ToMap() (map[string]interface{}, error)
func (*OrganizationCount) UnmarshalJSON ¶
func (o *OrganizationCount) UnmarshalJSON(data []byte) (err error)
type OrganizationCreated ¶
type OrganizationCreated struct {
Organization OrganizationRecord `json:"organization"`
ApiKey string `json:"apiKey" validate:"regexp=^apk_"`
AdditionalProperties map[string]interface{}
}
OrganizationCreated struct for OrganizationCreated
func NewOrganizationCreated ¶
func NewOrganizationCreated(organization OrganizationRecord, apiKey string) *OrganizationCreated
NewOrganizationCreated instantiates a new OrganizationCreated object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationCreatedWithDefaults ¶
func NewOrganizationCreatedWithDefaults() *OrganizationCreated
NewOrganizationCreatedWithDefaults instantiates a new OrganizationCreated object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationCreated) GetApiKey ¶
func (o *OrganizationCreated) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*OrganizationCreated) GetApiKeyOk ¶
func (o *OrganizationCreated) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*OrganizationCreated) GetOrganization ¶
func (o *OrganizationCreated) GetOrganization() OrganizationRecord
GetOrganization returns the Organization field value
func (*OrganizationCreated) GetOrganizationOk ¶
func (o *OrganizationCreated) GetOrganizationOk() (*OrganizationRecord, bool)
GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.
func (OrganizationCreated) MarshalJSON ¶
func (o OrganizationCreated) MarshalJSON() ([]byte, error)
func (*OrganizationCreated) SetApiKey ¶
func (o *OrganizationCreated) SetApiKey(v string)
SetApiKey sets field value
func (*OrganizationCreated) SetOrganization ¶
func (o *OrganizationCreated) SetOrganization(v OrganizationRecord)
SetOrganization sets field value
func (OrganizationCreated) ToMap ¶
func (o OrganizationCreated) ToMap() (map[string]interface{}, error)
func (*OrganizationCreated) UnmarshalJSON ¶
func (o *OrganizationCreated) UnmarshalJSON(data []byte) (err error)
type OrganizationRecord ¶
type OrganizationRecord struct {
Id string `json:"id"`
Name string `json:"name"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
AdditionalProperties map[string]interface{}
}
OrganizationRecord struct for OrganizationRecord
func NewOrganizationRecord ¶
func NewOrganizationRecord(id string, name string, createdAt time.Time, updatedAt time.Time) *OrganizationRecord
NewOrganizationRecord instantiates a new OrganizationRecord object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationRecordWithDefaults ¶
func NewOrganizationRecordWithDefaults() *OrganizationRecord
NewOrganizationRecordWithDefaults instantiates a new OrganizationRecord object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationRecord) GetCreatedAt ¶
func (o *OrganizationRecord) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*OrganizationRecord) GetCreatedAtOk ¶
func (o *OrganizationRecord) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*OrganizationRecord) GetId ¶
func (o *OrganizationRecord) GetId() string
GetId returns the Id field value
func (*OrganizationRecord) GetIdOk ¶
func (o *OrganizationRecord) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrganizationRecord) GetName ¶
func (o *OrganizationRecord) GetName() string
GetName returns the Name field value
func (*OrganizationRecord) GetNameOk ¶
func (o *OrganizationRecord) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*OrganizationRecord) GetUpdatedAt ¶
func (o *OrganizationRecord) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*OrganizationRecord) GetUpdatedAtOk ¶
func (o *OrganizationRecord) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (OrganizationRecord) MarshalJSON ¶
func (o OrganizationRecord) MarshalJSON() ([]byte, error)
func (*OrganizationRecord) SetCreatedAt ¶
func (o *OrganizationRecord) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*OrganizationRecord) SetId ¶
func (o *OrganizationRecord) SetId(v string)
SetId sets field value
func (*OrganizationRecord) SetName ¶
func (o *OrganizationRecord) SetName(v string)
SetName sets field value
func (*OrganizationRecord) SetUpdatedAt ¶
func (o *OrganizationRecord) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (OrganizationRecord) ToMap ¶
func (o OrganizationRecord) ToMap() (map[string]interface{}, error)
func (*OrganizationRecord) UnmarshalJSON ¶
func (o *OrganizationRecord) UnmarshalJSON(data []byte) (err error)
type PasswordLoginInput ¶
PasswordLoginInput struct for PasswordLoginInput
func NewPasswordLoginInput ¶
func NewPasswordLoginInput(email string, password string) *PasswordLoginInput
NewPasswordLoginInput instantiates a new PasswordLoginInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPasswordLoginInputWithDefaults ¶
func NewPasswordLoginInputWithDefaults() *PasswordLoginInput
NewPasswordLoginInputWithDefaults instantiates a new PasswordLoginInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PasswordLoginInput) GetEmail ¶
func (o *PasswordLoginInput) GetEmail() string
GetEmail returns the Email field value
func (*PasswordLoginInput) GetEmailOk ¶
func (o *PasswordLoginInput) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*PasswordLoginInput) GetPassword ¶
func (o *PasswordLoginInput) GetPassword() string
GetPassword returns the Password field value
func (*PasswordLoginInput) GetPasswordOk ¶
func (o *PasswordLoginInput) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (PasswordLoginInput) MarshalJSON ¶
func (o PasswordLoginInput) MarshalJSON() ([]byte, error)
func (*PasswordLoginInput) SetEmail ¶
func (o *PasswordLoginInput) SetEmail(v string)
SetEmail sets field value
func (*PasswordLoginInput) SetPassword ¶
func (o *PasswordLoginInput) SetPassword(v string)
SetPassword sets field value
func (PasswordLoginInput) ToMap ¶
func (o PasswordLoginInput) ToMap() (map[string]interface{}, error)
func (*PasswordLoginInput) UnmarshalJSON ¶
func (o *PasswordLoginInput) UnmarshalJSON(data []byte) (err error)
type PasswordResetCompleteInput ¶
type PasswordResetCompleteInput struct {
Token string `json:"token"`
Password string `json:"password"`
}
PasswordResetCompleteInput struct for PasswordResetCompleteInput
func NewPasswordResetCompleteInput ¶
func NewPasswordResetCompleteInput(token string, password string) *PasswordResetCompleteInput
NewPasswordResetCompleteInput instantiates a new PasswordResetCompleteInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPasswordResetCompleteInputWithDefaults ¶
func NewPasswordResetCompleteInputWithDefaults() *PasswordResetCompleteInput
NewPasswordResetCompleteInputWithDefaults instantiates a new PasswordResetCompleteInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PasswordResetCompleteInput) GetPassword ¶
func (o *PasswordResetCompleteInput) GetPassword() string
GetPassword returns the Password field value
func (*PasswordResetCompleteInput) GetPasswordOk ¶
func (o *PasswordResetCompleteInput) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*PasswordResetCompleteInput) GetToken ¶
func (o *PasswordResetCompleteInput) GetToken() string
GetToken returns the Token field value
func (*PasswordResetCompleteInput) GetTokenOk ¶
func (o *PasswordResetCompleteInput) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (PasswordResetCompleteInput) MarshalJSON ¶
func (o PasswordResetCompleteInput) MarshalJSON() ([]byte, error)
func (*PasswordResetCompleteInput) SetPassword ¶
func (o *PasswordResetCompleteInput) SetPassword(v string)
SetPassword sets field value
func (*PasswordResetCompleteInput) SetToken ¶
func (o *PasswordResetCompleteInput) SetToken(v string)
SetToken sets field value
func (PasswordResetCompleteInput) ToMap ¶
func (o PasswordResetCompleteInput) ToMap() (map[string]interface{}, error)
func (*PasswordResetCompleteInput) UnmarshalJSON ¶
func (o *PasswordResetCompleteInput) UnmarshalJSON(data []byte) (err error)
type PasswordResetRequestInput ¶
type PasswordResetRequestInput struct {
Email string `json:"email"`
}
PasswordResetRequestInput struct for PasswordResetRequestInput
func NewPasswordResetRequestInput ¶
func NewPasswordResetRequestInput(email string) *PasswordResetRequestInput
NewPasswordResetRequestInput instantiates a new PasswordResetRequestInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPasswordResetRequestInputWithDefaults ¶
func NewPasswordResetRequestInputWithDefaults() *PasswordResetRequestInput
NewPasswordResetRequestInputWithDefaults instantiates a new PasswordResetRequestInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PasswordResetRequestInput) GetEmail ¶
func (o *PasswordResetRequestInput) GetEmail() string
GetEmail returns the Email field value
func (*PasswordResetRequestInput) GetEmailOk ¶
func (o *PasswordResetRequestInput) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (PasswordResetRequestInput) MarshalJSON ¶
func (o PasswordResetRequestInput) MarshalJSON() ([]byte, error)
func (*PasswordResetRequestInput) SetEmail ¶
func (o *PasswordResetRequestInput) SetEmail(v string)
SetEmail sets field value
func (PasswordResetRequestInput) ToMap ¶
func (o PasswordResetRequestInput) ToMap() (map[string]interface{}, error)
func (*PasswordResetRequestInput) UnmarshalJSON ¶
func (o *PasswordResetRequestInput) UnmarshalJSON(data []byte) (err error)
type PreferenceRecord ¶
type PreferenceRecord struct {
ServiceId string `json:"serviceId"`
TypeKey string `json:"typeKey"`
Enabled bool `json:"enabled"`
UpdatedAt time.Time `json:"updatedAt"`
AdditionalProperties map[string]interface{}
}
PreferenceRecord struct for PreferenceRecord
func NewPreferenceRecord ¶
func NewPreferenceRecord(serviceId string, typeKey string, enabled bool, updatedAt time.Time) *PreferenceRecord
NewPreferenceRecord instantiates a new PreferenceRecord object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPreferenceRecordWithDefaults ¶
func NewPreferenceRecordWithDefaults() *PreferenceRecord
NewPreferenceRecordWithDefaults instantiates a new PreferenceRecord object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PreferenceRecord) GetEnabled ¶
func (o *PreferenceRecord) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*PreferenceRecord) GetEnabledOk ¶
func (o *PreferenceRecord) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*PreferenceRecord) GetServiceId ¶
func (o *PreferenceRecord) GetServiceId() string
GetServiceId returns the ServiceId field value
func (*PreferenceRecord) GetServiceIdOk ¶
func (o *PreferenceRecord) GetServiceIdOk() (*string, bool)
GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.
func (*PreferenceRecord) GetTypeKey ¶
func (o *PreferenceRecord) GetTypeKey() string
GetTypeKey returns the TypeKey field value
func (*PreferenceRecord) GetTypeKeyOk ¶
func (o *PreferenceRecord) GetTypeKeyOk() (*string, bool)
GetTypeKeyOk returns a tuple with the TypeKey field value and a boolean to check if the value has been set.
func (*PreferenceRecord) GetUpdatedAt ¶
func (o *PreferenceRecord) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*PreferenceRecord) GetUpdatedAtOk ¶
func (o *PreferenceRecord) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (PreferenceRecord) MarshalJSON ¶
func (o PreferenceRecord) MarshalJSON() ([]byte, error)
func (*PreferenceRecord) SetEnabled ¶
func (o *PreferenceRecord) SetEnabled(v bool)
SetEnabled sets field value
func (*PreferenceRecord) SetServiceId ¶
func (o *PreferenceRecord) SetServiceId(v string)
SetServiceId sets field value
func (*PreferenceRecord) SetTypeKey ¶
func (o *PreferenceRecord) SetTypeKey(v string)
SetTypeKey sets field value
func (*PreferenceRecord) SetUpdatedAt ¶
func (o *PreferenceRecord) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (PreferenceRecord) ToMap ¶
func (o PreferenceRecord) ToMap() (map[string]interface{}, error)
func (*PreferenceRecord) UnmarshalJSON ¶
func (o *PreferenceRecord) UnmarshalJSON(data []byte) (err error)
type PreferencesAPIService ¶
type PreferencesAPIService service
PreferencesAPIService PreferencesAPI service
func (*PreferencesAPIService) ListPreferences ¶
func (a *PreferencesAPIService) ListPreferences(ctx context.Context, organizationId string) ApiListPreferencesRequest
ListPreferences List service defaults and exact-type overrides
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return ApiListPreferencesRequest
func (*PreferencesAPIService) ListPreferencesExecute ¶
func (a *PreferencesAPIService) ListPreferencesExecute(r ApiListPreferencesRequest) ([]ServicePreference, *http.Response, error)
Execute executes the request
@return []ServicePreference
func (*PreferencesAPIService) RemoveTypePreference ¶
func (a *PreferencesAPIService) RemoveTypePreference(ctx context.Context, serviceId string, type_ string) ApiRemoveTypePreferenceRequest
RemoveTypePreference Remove an exact-type override so it inherits the service default
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serviceId @param type_ @return ApiRemoveTypePreferenceRequest
func (*PreferencesAPIService) RemoveTypePreferenceExecute ¶
func (a *PreferencesAPIService) RemoveTypePreferenceExecute(r ApiRemoveTypePreferenceRequest) (*InheritedResponse, *http.Response, error)
Execute executes the request
@return InheritedResponse
func (*PreferencesAPIService) SetServicePreference ¶
func (a *PreferencesAPIService) SetServicePreference(ctx context.Context, serviceId string) ApiSetServicePreferenceRequest
SetServicePreference Enable or disable pushes for a service by default
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serviceId @return ApiSetServicePreferenceRequest
func (*PreferencesAPIService) SetServicePreferenceExecute ¶
func (a *PreferencesAPIService) SetServicePreferenceExecute(r ApiSetServicePreferenceRequest) (*PreferenceRecord, *http.Response, error)
Execute executes the request
@return PreferenceRecord
func (*PreferencesAPIService) SetTypePreference ¶
func (a *PreferencesAPIService) SetTypePreference(ctx context.Context, serviceId string, type_ string) ApiSetTypePreferenceRequest
SetTypePreference Override push delivery for one exact notification type
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serviceId @param type_ @return ApiSetTypePreferenceRequest
func (*PreferencesAPIService) SetTypePreferenceExecute ¶
func (a *PreferencesAPIService) SetTypePreferenceExecute(r ApiSetTypePreferenceRequest) (*PreferenceRecord, *http.Response, error)
Execute executes the request
@return PreferenceRecord
type ProviderLoginInput ¶
type ProviderLoginInput struct {
IdToken string `json:"idToken"`
DisplayName *string `json:"displayName,omitempty"`
}
ProviderLoginInput struct for ProviderLoginInput
func NewProviderLoginInput ¶
func NewProviderLoginInput(idToken string) *ProviderLoginInput
NewProviderLoginInput instantiates a new ProviderLoginInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProviderLoginInputWithDefaults ¶
func NewProviderLoginInputWithDefaults() *ProviderLoginInput
NewProviderLoginInputWithDefaults instantiates a new ProviderLoginInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProviderLoginInput) GetDisplayName ¶
func (o *ProviderLoginInput) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*ProviderLoginInput) GetDisplayNameOk ¶
func (o *ProviderLoginInput) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProviderLoginInput) GetIdToken ¶
func (o *ProviderLoginInput) GetIdToken() string
GetIdToken returns the IdToken field value
func (*ProviderLoginInput) GetIdTokenOk ¶
func (o *ProviderLoginInput) GetIdTokenOk() (*string, bool)
GetIdTokenOk returns a tuple with the IdToken field value and a boolean to check if the value has been set.
func (*ProviderLoginInput) HasDisplayName ¶
func (o *ProviderLoginInput) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (ProviderLoginInput) MarshalJSON ¶
func (o ProviderLoginInput) MarshalJSON() ([]byte, error)
func (*ProviderLoginInput) SetDisplayName ¶
func (o *ProviderLoginInput) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*ProviderLoginInput) SetIdToken ¶
func (o *ProviderLoginInput) SetIdToken(v string)
SetIdToken sets field value
func (ProviderLoginInput) ToMap ¶
func (o ProviderLoginInput) ToMap() (map[string]interface{}, error)
func (*ProviderLoginInput) UnmarshalJSON ¶
func (o *ProviderLoginInput) UnmarshalJSON(data []byte) (err error)
type RegisterDeviceInput ¶
type RegisterDeviceInput struct {
DeviceToken string `json:"deviceToken"`
InstallationId string `json:"installationId"`
Environment string `json:"environment"`
AppVersion *string `json:"appVersion,omitempty"`
}
RegisterDeviceInput struct for RegisterDeviceInput
func NewRegisterDeviceInput ¶
func NewRegisterDeviceInput(deviceToken string, installationId string, environment string) *RegisterDeviceInput
NewRegisterDeviceInput instantiates a new RegisterDeviceInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegisterDeviceInputWithDefaults ¶
func NewRegisterDeviceInputWithDefaults() *RegisterDeviceInput
NewRegisterDeviceInputWithDefaults instantiates a new RegisterDeviceInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RegisterDeviceInput) GetAppVersion ¶
func (o *RegisterDeviceInput) GetAppVersion() string
GetAppVersion returns the AppVersion field value if set, zero value otherwise.
func (*RegisterDeviceInput) GetAppVersionOk ¶
func (o *RegisterDeviceInput) GetAppVersionOk() (*string, bool)
GetAppVersionOk returns a tuple with the AppVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegisterDeviceInput) GetDeviceToken ¶
func (o *RegisterDeviceInput) GetDeviceToken() string
GetDeviceToken returns the DeviceToken field value
func (*RegisterDeviceInput) GetDeviceTokenOk ¶
func (o *RegisterDeviceInput) GetDeviceTokenOk() (*string, bool)
GetDeviceTokenOk returns a tuple with the DeviceToken field value and a boolean to check if the value has been set.
func (*RegisterDeviceInput) GetEnvironment ¶
func (o *RegisterDeviceInput) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*RegisterDeviceInput) GetEnvironmentOk ¶
func (o *RegisterDeviceInput) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*RegisterDeviceInput) GetInstallationId ¶
func (o *RegisterDeviceInput) GetInstallationId() string
GetInstallationId returns the InstallationId field value
func (*RegisterDeviceInput) GetInstallationIdOk ¶
func (o *RegisterDeviceInput) GetInstallationIdOk() (*string, bool)
GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.
func (*RegisterDeviceInput) HasAppVersion ¶
func (o *RegisterDeviceInput) HasAppVersion() bool
HasAppVersion returns a boolean if a field has been set.
func (RegisterDeviceInput) MarshalJSON ¶
func (o RegisterDeviceInput) MarshalJSON() ([]byte, error)
func (*RegisterDeviceInput) SetAppVersion ¶
func (o *RegisterDeviceInput) SetAppVersion(v string)
SetAppVersion gets a reference to the given string and assigns it to the AppVersion field.
func (*RegisterDeviceInput) SetDeviceToken ¶
func (o *RegisterDeviceInput) SetDeviceToken(v string)
SetDeviceToken sets field value
func (*RegisterDeviceInput) SetEnvironment ¶
func (o *RegisterDeviceInput) SetEnvironment(v string)
SetEnvironment sets field value
func (*RegisterDeviceInput) SetInstallationId ¶
func (o *RegisterDeviceInput) SetInstallationId(v string)
SetInstallationId sets field value
func (RegisterDeviceInput) ToMap ¶
func (o RegisterDeviceInput) ToMap() (map[string]interface{}, error)
func (*RegisterDeviceInput) UnmarshalJSON ¶
func (o *RegisterDeviceInput) UnmarshalJSON(data []byte) (err error)
type RegisterInput ¶
type RegisterInput struct {
Email string `json:"email"`
Password string `json:"password"`
DisplayName *string `json:"displayName,omitempty"`
}
RegisterInput struct for RegisterInput
func NewRegisterInput ¶
func NewRegisterInput(email string, password string) *RegisterInput
NewRegisterInput instantiates a new RegisterInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegisterInputWithDefaults ¶
func NewRegisterInputWithDefaults() *RegisterInput
NewRegisterInputWithDefaults instantiates a new RegisterInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RegisterInput) GetDisplayName ¶
func (o *RegisterInput) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*RegisterInput) GetDisplayNameOk ¶
func (o *RegisterInput) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegisterInput) GetEmail ¶
func (o *RegisterInput) GetEmail() string
GetEmail returns the Email field value
func (*RegisterInput) GetEmailOk ¶
func (o *RegisterInput) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*RegisterInput) GetPassword ¶
func (o *RegisterInput) GetPassword() string
GetPassword returns the Password field value
func (*RegisterInput) GetPasswordOk ¶
func (o *RegisterInput) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*RegisterInput) HasDisplayName ¶
func (o *RegisterInput) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (RegisterInput) MarshalJSON ¶
func (o RegisterInput) MarshalJSON() ([]byte, error)
func (*RegisterInput) SetDisplayName ¶
func (o *RegisterInput) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*RegisterInput) SetEmail ¶
func (o *RegisterInput) SetEmail(v string)
SetEmail sets field value
func (*RegisterInput) SetPassword ¶
func (o *RegisterInput) SetPassword(v string)
SetPassword sets field value
func (RegisterInput) ToMap ¶
func (o RegisterInput) ToMap() (map[string]interface{}, error)
func (*RegisterInput) UnmarshalJSON ¶
func (o *RegisterInput) UnmarshalJSON(data []byte) (err error)
type RegisterWebPushSubscriptionInput ¶
type RegisterWebPushSubscriptionInput struct {
Endpoint string `json:"endpoint"`
Keys RegisterWebPushSubscriptionInputKeys `json:"keys"`
AdditionalProperties map[string]interface{}
}
RegisterWebPushSubscriptionInput struct for RegisterWebPushSubscriptionInput
func NewRegisterWebPushSubscriptionInput ¶
func NewRegisterWebPushSubscriptionInput(endpoint string, keys RegisterWebPushSubscriptionInputKeys) *RegisterWebPushSubscriptionInput
NewRegisterWebPushSubscriptionInput instantiates a new RegisterWebPushSubscriptionInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegisterWebPushSubscriptionInputWithDefaults ¶
func NewRegisterWebPushSubscriptionInputWithDefaults() *RegisterWebPushSubscriptionInput
NewRegisterWebPushSubscriptionInputWithDefaults instantiates a new RegisterWebPushSubscriptionInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RegisterWebPushSubscriptionInput) GetEndpoint ¶
func (o *RegisterWebPushSubscriptionInput) GetEndpoint() string
GetEndpoint returns the Endpoint field value
func (*RegisterWebPushSubscriptionInput) GetEndpointOk ¶
func (o *RegisterWebPushSubscriptionInput) GetEndpointOk() (*string, bool)
GetEndpointOk returns a tuple with the Endpoint field value and a boolean to check if the value has been set.
func (*RegisterWebPushSubscriptionInput) GetKeys ¶
func (o *RegisterWebPushSubscriptionInput) GetKeys() RegisterWebPushSubscriptionInputKeys
GetKeys returns the Keys field value
func (*RegisterWebPushSubscriptionInput) GetKeysOk ¶
func (o *RegisterWebPushSubscriptionInput) GetKeysOk() (*RegisterWebPushSubscriptionInputKeys, bool)
GetKeysOk returns a tuple with the Keys field value and a boolean to check if the value has been set.
func (RegisterWebPushSubscriptionInput) MarshalJSON ¶
func (o RegisterWebPushSubscriptionInput) MarshalJSON() ([]byte, error)
func (*RegisterWebPushSubscriptionInput) SetEndpoint ¶
func (o *RegisterWebPushSubscriptionInput) SetEndpoint(v string)
SetEndpoint sets field value
func (*RegisterWebPushSubscriptionInput) SetKeys ¶
func (o *RegisterWebPushSubscriptionInput) SetKeys(v RegisterWebPushSubscriptionInputKeys)
SetKeys sets field value
func (RegisterWebPushSubscriptionInput) ToMap ¶
func (o RegisterWebPushSubscriptionInput) ToMap() (map[string]interface{}, error)
func (*RegisterWebPushSubscriptionInput) UnmarshalJSON ¶
func (o *RegisterWebPushSubscriptionInput) UnmarshalJSON(data []byte) (err error)
type RegisterWebPushSubscriptionInputKeys ¶
type RegisterWebPushSubscriptionInputKeys struct {
P256dh string `json:"p256dh"`
Auth string `json:"auth"`
}
RegisterWebPushSubscriptionInputKeys struct for RegisterWebPushSubscriptionInputKeys
func NewRegisterWebPushSubscriptionInputKeys ¶
func NewRegisterWebPushSubscriptionInputKeys(p256dh string, auth string) *RegisterWebPushSubscriptionInputKeys
NewRegisterWebPushSubscriptionInputKeys instantiates a new RegisterWebPushSubscriptionInputKeys object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegisterWebPushSubscriptionInputKeysWithDefaults ¶
func NewRegisterWebPushSubscriptionInputKeysWithDefaults() *RegisterWebPushSubscriptionInputKeys
NewRegisterWebPushSubscriptionInputKeysWithDefaults instantiates a new RegisterWebPushSubscriptionInputKeys object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RegisterWebPushSubscriptionInputKeys) GetAuth ¶
func (o *RegisterWebPushSubscriptionInputKeys) GetAuth() string
GetAuth returns the Auth field value
func (*RegisterWebPushSubscriptionInputKeys) GetAuthOk ¶
func (o *RegisterWebPushSubscriptionInputKeys) GetAuthOk() (*string, bool)
GetAuthOk returns a tuple with the Auth field value and a boolean to check if the value has been set.
func (*RegisterWebPushSubscriptionInputKeys) GetP256dh ¶
func (o *RegisterWebPushSubscriptionInputKeys) GetP256dh() string
GetP256dh returns the P256dh field value
func (*RegisterWebPushSubscriptionInputKeys) GetP256dhOk ¶
func (o *RegisterWebPushSubscriptionInputKeys) GetP256dhOk() (*string, bool)
GetP256dhOk returns a tuple with the P256dh field value and a boolean to check if the value has been set.
func (RegisterWebPushSubscriptionInputKeys) MarshalJSON ¶
func (o RegisterWebPushSubscriptionInputKeys) MarshalJSON() ([]byte, error)
func (*RegisterWebPushSubscriptionInputKeys) SetAuth ¶
func (o *RegisterWebPushSubscriptionInputKeys) SetAuth(v string)
SetAuth sets field value
func (*RegisterWebPushSubscriptionInputKeys) SetP256dh ¶
func (o *RegisterWebPushSubscriptionInputKeys) SetP256dh(v string)
SetP256dh sets field value
func (RegisterWebPushSubscriptionInputKeys) ToMap ¶
func (o RegisterWebPushSubscriptionInputKeys) ToMap() (map[string]interface{}, error)
func (*RegisterWebPushSubscriptionInputKeys) UnmarshalJSON ¶
func (o *RegisterWebPushSubscriptionInputKeys) UnmarshalJSON(data []byte) (err error)
type RevokedResponse ¶
type RevokedResponse struct {
Revoked bool `json:"revoked"`
AdditionalProperties map[string]interface{}
}
RevokedResponse struct for RevokedResponse
func NewRevokedResponse ¶
func NewRevokedResponse(revoked bool) *RevokedResponse
NewRevokedResponse instantiates a new RevokedResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRevokedResponseWithDefaults ¶
func NewRevokedResponseWithDefaults() *RevokedResponse
NewRevokedResponseWithDefaults instantiates a new RevokedResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RevokedResponse) GetRevoked ¶
func (o *RevokedResponse) GetRevoked() bool
GetRevoked returns the Revoked field value
func (*RevokedResponse) GetRevokedOk ¶
func (o *RevokedResponse) GetRevokedOk() (*bool, bool)
GetRevokedOk returns a tuple with the Revoked field value and a boolean to check if the value has been set.
func (RevokedResponse) MarshalJSON ¶
func (o RevokedResponse) MarshalJSON() ([]byte, error)
func (*RevokedResponse) SetRevoked ¶
func (o *RevokedResponse) SetRevoked(v bool)
SetRevoked sets field value
func (RevokedResponse) ToMap ¶
func (o RevokedResponse) ToMap() (map[string]interface{}, error)
func (*RevokedResponse) UnmarshalJSON ¶
func (o *RevokedResponse) UnmarshalJSON(data []byte) (err error)
type SearchEventsInput ¶
type SearchEventsInput struct {
Filter EventFilter `json:"filter"`
Cursor *string `json:"cursor,omitempty"`
Limit *int32 `json:"limit,omitempty"`
}
SearchEventsInput struct for SearchEventsInput
func NewSearchEventsInput ¶
func NewSearchEventsInput(filter EventFilter) *SearchEventsInput
NewSearchEventsInput instantiates a new SearchEventsInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSearchEventsInputWithDefaults ¶
func NewSearchEventsInputWithDefaults() *SearchEventsInput
NewSearchEventsInputWithDefaults instantiates a new SearchEventsInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SearchEventsInput) GetCursor ¶
func (o *SearchEventsInput) GetCursor() string
GetCursor returns the Cursor field value if set, zero value otherwise.
func (*SearchEventsInput) GetCursorOk ¶
func (o *SearchEventsInput) GetCursorOk() (*string, bool)
GetCursorOk returns a tuple with the Cursor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchEventsInput) GetFilter ¶
func (o *SearchEventsInput) GetFilter() EventFilter
GetFilter returns the Filter field value
func (*SearchEventsInput) GetFilterOk ¶
func (o *SearchEventsInput) GetFilterOk() (*EventFilter, bool)
GetFilterOk returns a tuple with the Filter field value and a boolean to check if the value has been set.
func (*SearchEventsInput) GetLimit ¶
func (o *SearchEventsInput) GetLimit() int32
GetLimit returns the Limit field value if set, zero value otherwise.
func (*SearchEventsInput) GetLimitOk ¶
func (o *SearchEventsInput) GetLimitOk() (*int32, bool)
GetLimitOk returns a tuple with the Limit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SearchEventsInput) HasCursor ¶
func (o *SearchEventsInput) HasCursor() bool
HasCursor returns a boolean if a field has been set.
func (*SearchEventsInput) HasLimit ¶
func (o *SearchEventsInput) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (SearchEventsInput) MarshalJSON ¶
func (o SearchEventsInput) MarshalJSON() ([]byte, error)
func (*SearchEventsInput) SetCursor ¶
func (o *SearchEventsInput) SetCursor(v string)
SetCursor gets a reference to the given string and assigns it to the Cursor field.
func (*SearchEventsInput) SetFilter ¶
func (o *SearchEventsInput) SetFilter(v EventFilter)
SetFilter sets field value
func (*SearchEventsInput) SetLimit ¶
func (o *SearchEventsInput) SetLimit(v int32)
SetLimit gets a reference to the given int32 and assigns it to the Limit field.
func (SearchEventsInput) ToMap ¶
func (o SearchEventsInput) ToMap() (map[string]interface{}, error)
func (*SearchEventsInput) UnmarshalJSON ¶
func (o *SearchEventsInput) UnmarshalJSON(data []byte) (err error)
type SendEventInput ¶
type SendEventInput struct {
Service string `json:"service"`
ServiceDisplayName *string `json:"serviceDisplayName,omitempty"`
Type string `json:"type"`
Title string `json:"title"`
Body string `json:"body"`
Metadata map[string]interface{} `json:"metadata,omitempty"`
ExternalId *string `json:"externalId,omitempty"`
ActionUrl *string `json:"actionUrl,omitempty"`
AdditionalProperties map[string]interface{}
}
SendEventInput struct for SendEventInput
func NewSendEventInput ¶
func NewSendEventInput(service string, type_ string, title string, body string) *SendEventInput
NewSendEventInput instantiates a new SendEventInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSendEventInputWithDefaults ¶
func NewSendEventInputWithDefaults() *SendEventInput
NewSendEventInputWithDefaults instantiates a new SendEventInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SendEventInput) GetActionUrl ¶
func (o *SendEventInput) GetActionUrl() string
GetActionUrl returns the ActionUrl field value if set, zero value otherwise.
func (*SendEventInput) GetActionUrlOk ¶
func (o *SendEventInput) GetActionUrlOk() (*string, bool)
GetActionUrlOk returns a tuple with the ActionUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SendEventInput) GetBody ¶
func (o *SendEventInput) GetBody() string
GetBody returns the Body field value
func (*SendEventInput) GetBodyOk ¶
func (o *SendEventInput) GetBodyOk() (*string, bool)
GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.
func (*SendEventInput) GetExternalId ¶
func (o *SendEventInput) GetExternalId() string
GetExternalId returns the ExternalId field value if set, zero value otherwise.
func (*SendEventInput) GetExternalIdOk ¶
func (o *SendEventInput) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SendEventInput) GetMetadata ¶
func (o *SendEventInput) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*SendEventInput) GetMetadataOk ¶
func (o *SendEventInput) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SendEventInput) GetService ¶
func (o *SendEventInput) GetService() string
GetService returns the Service field value
func (*SendEventInput) GetServiceDisplayName ¶
func (o *SendEventInput) GetServiceDisplayName() string
GetServiceDisplayName returns the ServiceDisplayName field value if set, zero value otherwise.
func (*SendEventInput) GetServiceDisplayNameOk ¶
func (o *SendEventInput) GetServiceDisplayNameOk() (*string, bool)
GetServiceDisplayNameOk returns a tuple with the ServiceDisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SendEventInput) GetServiceOk ¶
func (o *SendEventInput) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.
func (*SendEventInput) GetTitle ¶
func (o *SendEventInput) GetTitle() string
GetTitle returns the Title field value
func (*SendEventInput) GetTitleOk ¶
func (o *SendEventInput) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*SendEventInput) GetType ¶
func (o *SendEventInput) GetType() string
GetType returns the Type field value
func (*SendEventInput) GetTypeOk ¶
func (o *SendEventInput) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*SendEventInput) HasActionUrl ¶
func (o *SendEventInput) HasActionUrl() bool
HasActionUrl returns a boolean if a field has been set.
func (*SendEventInput) HasExternalId ¶
func (o *SendEventInput) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (*SendEventInput) HasMetadata ¶
func (o *SendEventInput) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*SendEventInput) HasServiceDisplayName ¶
func (o *SendEventInput) HasServiceDisplayName() bool
HasServiceDisplayName returns a boolean if a field has been set.
func (SendEventInput) MarshalJSON ¶
func (o SendEventInput) MarshalJSON() ([]byte, error)
func (*SendEventInput) SetActionUrl ¶
func (o *SendEventInput) SetActionUrl(v string)
SetActionUrl gets a reference to the given string and assigns it to the ActionUrl field.
func (*SendEventInput) SetBody ¶
func (o *SendEventInput) SetBody(v string)
SetBody sets field value
func (*SendEventInput) SetExternalId ¶
func (o *SendEventInput) SetExternalId(v string)
SetExternalId gets a reference to the given string and assigns it to the ExternalId field.
func (*SendEventInput) SetMetadata ¶
func (o *SendEventInput) SetMetadata(v map[string]interface{})
SetMetadata gets a reference to the given map[string]interface{} and assigns it to the Metadata field.
func (*SendEventInput) SetService ¶
func (o *SendEventInput) SetService(v string)
SetService sets field value
func (*SendEventInput) SetServiceDisplayName ¶
func (o *SendEventInput) SetServiceDisplayName(v string)
SetServiceDisplayName gets a reference to the given string and assigns it to the ServiceDisplayName field.
func (*SendEventInput) SetTitle ¶
func (o *SendEventInput) SetTitle(v string)
SetTitle sets field value
func (*SendEventInput) SetType ¶
func (o *SendEventInput) SetType(v string)
SetType sets field value
func (SendEventInput) ToMap ¶
func (o SendEventInput) ToMap() (map[string]interface{}, error)
func (*SendEventInput) UnmarshalJSON ¶
func (o *SendEventInput) UnmarshalJSON(data []byte) (err error)
type ServerConfiguration ¶
type ServerConfiguration struct {
URL string
Description string
Variables map[string]ServerVariable
}
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type Service ¶
type Service struct {
Id string `json:"id"`
Name string `json:"name"`
DisplayName string `json:"displayName"`
CreatedAt time.Time `json:"createdAt"`
Count ServiceAllOfCount `json:"_count"`
AdditionalProperties map[string]interface{}
}
Service struct for Service
func NewService ¶
func NewService(id string, name string, displayName string, createdAt time.Time, count ServiceAllOfCount) *Service
NewService instantiates a new Service object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceWithDefaults ¶
func NewServiceWithDefaults() *Service
NewServiceWithDefaults instantiates a new Service object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Service) GetCount ¶
func (o *Service) GetCount() ServiceAllOfCount
GetCount returns the Count field value
func (*Service) GetCountOk ¶
func (o *Service) GetCountOk() (*ServiceAllOfCount, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*Service) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*Service) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Service) GetDisplayName ¶
GetDisplayName returns the DisplayName field value
func (*Service) GetDisplayNameOk ¶
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.
func (*Service) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Service) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (Service) MarshalJSON ¶
func (*Service) SetCount ¶
func (o *Service) SetCount(v ServiceAllOfCount)
SetCount sets field value
func (*Service) SetCreatedAt ¶
SetCreatedAt sets field value
func (*Service) SetDisplayName ¶
SetDisplayName sets field value
func (*Service) UnmarshalJSON ¶
type ServiceAllOfCount ¶
type ServiceAllOfCount struct {
Events int32 `json:"events"`
AdditionalProperties map[string]interface{}
}
ServiceAllOfCount struct for ServiceAllOfCount
func NewServiceAllOfCount ¶
func NewServiceAllOfCount(events int32) *ServiceAllOfCount
NewServiceAllOfCount instantiates a new ServiceAllOfCount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceAllOfCountWithDefaults ¶
func NewServiceAllOfCountWithDefaults() *ServiceAllOfCount
NewServiceAllOfCountWithDefaults instantiates a new ServiceAllOfCount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceAllOfCount) GetEvents ¶
func (o *ServiceAllOfCount) GetEvents() int32
GetEvents returns the Events field value
func (*ServiceAllOfCount) GetEventsOk ¶
func (o *ServiceAllOfCount) GetEventsOk() (*int32, bool)
GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.
func (ServiceAllOfCount) MarshalJSON ¶
func (o ServiceAllOfCount) MarshalJSON() ([]byte, error)
func (*ServiceAllOfCount) SetEvents ¶
func (o *ServiceAllOfCount) SetEvents(v int32)
SetEvents sets field value
func (ServiceAllOfCount) ToMap ¶
func (o ServiceAllOfCount) ToMap() (map[string]interface{}, error)
func (*ServiceAllOfCount) UnmarshalJSON ¶
func (o *ServiceAllOfCount) UnmarshalJSON(data []byte) (err error)
type ServicePreference ¶
type ServicePreference struct {
Id string `json:"id"`
Name string `json:"name"`
DisplayName string `json:"displayName"`
Enabled bool `json:"enabled"`
TypeOverrides []TypeOverride `json:"typeOverrides"`
AdditionalProperties map[string]interface{}
}
ServicePreference struct for ServicePreference
func NewServicePreference ¶
func NewServicePreference(id string, name string, displayName string, enabled bool, typeOverrides []TypeOverride) *ServicePreference
NewServicePreference instantiates a new ServicePreference object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServicePreferenceWithDefaults ¶
func NewServicePreferenceWithDefaults() *ServicePreference
NewServicePreferenceWithDefaults instantiates a new ServicePreference object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServicePreference) GetDisplayName ¶
func (o *ServicePreference) GetDisplayName() string
GetDisplayName returns the DisplayName field value
func (*ServicePreference) GetDisplayNameOk ¶
func (o *ServicePreference) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.
func (*ServicePreference) GetEnabled ¶
func (o *ServicePreference) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*ServicePreference) GetEnabledOk ¶
func (o *ServicePreference) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*ServicePreference) GetId ¶
func (o *ServicePreference) GetId() string
GetId returns the Id field value
func (*ServicePreference) GetIdOk ¶
func (o *ServicePreference) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ServicePreference) GetName ¶
func (o *ServicePreference) GetName() string
GetName returns the Name field value
func (*ServicePreference) GetNameOk ¶
func (o *ServicePreference) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ServicePreference) GetTypeOverrides ¶
func (o *ServicePreference) GetTypeOverrides() []TypeOverride
GetTypeOverrides returns the TypeOverrides field value
func (*ServicePreference) GetTypeOverridesOk ¶
func (o *ServicePreference) GetTypeOverridesOk() ([]TypeOverride, bool)
GetTypeOverridesOk returns a tuple with the TypeOverrides field value and a boolean to check if the value has been set.
func (ServicePreference) MarshalJSON ¶
func (o ServicePreference) MarshalJSON() ([]byte, error)
func (*ServicePreference) SetDisplayName ¶
func (o *ServicePreference) SetDisplayName(v string)
SetDisplayName sets field value
func (*ServicePreference) SetEnabled ¶
func (o *ServicePreference) SetEnabled(v bool)
SetEnabled sets field value
func (*ServicePreference) SetId ¶
func (o *ServicePreference) SetId(v string)
SetId sets field value
func (*ServicePreference) SetName ¶
func (o *ServicePreference) SetName(v string)
SetName sets field value
func (*ServicePreference) SetTypeOverrides ¶
func (o *ServicePreference) SetTypeOverrides(v []TypeOverride)
SetTypeOverrides sets field value
func (ServicePreference) ToMap ¶
func (o ServicePreference) ToMap() (map[string]interface{}, error)
func (*ServicePreference) UnmarshalJSON ¶
func (o *ServicePreference) UnmarshalJSON(data []byte) (err error)
type ServiceSummary ¶
type ServiceSummary struct {
Id string `json:"id"`
Name string `json:"name"`
DisplayName string `json:"displayName"`
AdditionalProperties map[string]interface{}
}
ServiceSummary struct for ServiceSummary
func NewServiceSummary ¶
func NewServiceSummary(id string, name string, displayName string) *ServiceSummary
NewServiceSummary instantiates a new ServiceSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceSummaryWithDefaults ¶
func NewServiceSummaryWithDefaults() *ServiceSummary
NewServiceSummaryWithDefaults instantiates a new ServiceSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceSummary) GetDisplayName ¶
func (o *ServiceSummary) GetDisplayName() string
GetDisplayName returns the DisplayName field value
func (*ServiceSummary) GetDisplayNameOk ¶
func (o *ServiceSummary) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.
func (*ServiceSummary) GetId ¶
func (o *ServiceSummary) GetId() string
GetId returns the Id field value
func (*ServiceSummary) GetIdOk ¶
func (o *ServiceSummary) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ServiceSummary) GetName ¶
func (o *ServiceSummary) GetName() string
GetName returns the Name field value
func (*ServiceSummary) GetNameOk ¶
func (o *ServiceSummary) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (ServiceSummary) MarshalJSON ¶
func (o ServiceSummary) MarshalJSON() ([]byte, error)
func (*ServiceSummary) SetDisplayName ¶
func (o *ServiceSummary) SetDisplayName(v string)
SetDisplayName sets field value
func (*ServiceSummary) SetName ¶
func (o *ServiceSummary) SetName(v string)
SetName sets field value
func (ServiceSummary) ToMap ¶
func (o ServiceSummary) ToMap() (map[string]interface{}, error)
func (*ServiceSummary) UnmarshalJSON ¶
func (o *ServiceSummary) UnmarshalJSON(data []byte) (err error)
type SetEnabledInput ¶
type SetEnabledInput struct {
Enabled bool `json:"enabled"`
}
SetEnabledInput struct for SetEnabledInput
func NewSetEnabledInput ¶
func NewSetEnabledInput(enabled bool) *SetEnabledInput
NewSetEnabledInput instantiates a new SetEnabledInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSetEnabledInputWithDefaults ¶
func NewSetEnabledInputWithDefaults() *SetEnabledInput
NewSetEnabledInputWithDefaults instantiates a new SetEnabledInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SetEnabledInput) GetEnabled ¶
func (o *SetEnabledInput) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*SetEnabledInput) GetEnabledOk ¶
func (o *SetEnabledInput) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (SetEnabledInput) MarshalJSON ¶
func (o SetEnabledInput) MarshalJSON() ([]byte, error)
func (*SetEnabledInput) SetEnabled ¶
func (o *SetEnabledInput) SetEnabled(v bool)
SetEnabled sets field value
func (SetEnabledInput) ToMap ¶
func (o SetEnabledInput) ToMap() (map[string]interface{}, error)
func (*SetEnabledInput) UnmarshalJSON ¶
func (o *SetEnabledInput) UnmarshalJSON(data []byte) (err error)
type TextFilterCondition ¶
type TextFilterCondition struct {
Field string `json:"field"`
Comparison string `json:"comparison"`
Value string `json:"value"`
}
TextFilterCondition struct for TextFilterCondition
func NewTextFilterCondition ¶
func NewTextFilterCondition(field string, comparison string, value string) *TextFilterCondition
NewTextFilterCondition instantiates a new TextFilterCondition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTextFilterConditionWithDefaults ¶
func NewTextFilterConditionWithDefaults() *TextFilterCondition
NewTextFilterConditionWithDefaults instantiates a new TextFilterCondition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TextFilterCondition) GetComparison ¶
func (o *TextFilterCondition) GetComparison() string
GetComparison returns the Comparison field value
func (*TextFilterCondition) GetComparisonOk ¶
func (o *TextFilterCondition) GetComparisonOk() (*string, bool)
GetComparisonOk returns a tuple with the Comparison field value and a boolean to check if the value has been set.
func (*TextFilterCondition) GetField ¶
func (o *TextFilterCondition) GetField() string
GetField returns the Field field value
func (*TextFilterCondition) GetFieldOk ¶
func (o *TextFilterCondition) GetFieldOk() (*string, bool)
GetFieldOk returns a tuple with the Field field value and a boolean to check if the value has been set.
func (*TextFilterCondition) GetValue ¶
func (o *TextFilterCondition) GetValue() string
GetValue returns the Value field value
func (*TextFilterCondition) GetValueOk ¶
func (o *TextFilterCondition) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (TextFilterCondition) MarshalJSON ¶
func (o TextFilterCondition) MarshalJSON() ([]byte, error)
func (*TextFilterCondition) SetComparison ¶
func (o *TextFilterCondition) SetComparison(v string)
SetComparison sets field value
func (*TextFilterCondition) SetField ¶
func (o *TextFilterCondition) SetField(v string)
SetField sets field value
func (*TextFilterCondition) SetValue ¶
func (o *TextFilterCondition) SetValue(v string)
SetValue sets field value
func (TextFilterCondition) ToMap ¶
func (o TextFilterCondition) ToMap() (map[string]interface{}, error)
func (*TextFilterCondition) UnmarshalJSON ¶
func (o *TextFilterCondition) UnmarshalJSON(data []byte) (err error)
type TimeFilterCondition ¶
type TimeFilterCondition struct {
Field string `json:"field"`
Comparison string `json:"comparison"`
Value time.Time `json:"value"`
}
TimeFilterCondition struct for TimeFilterCondition
func NewTimeFilterCondition ¶
func NewTimeFilterCondition(field string, comparison string, value time.Time) *TimeFilterCondition
NewTimeFilterCondition instantiates a new TimeFilterCondition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTimeFilterConditionWithDefaults ¶
func NewTimeFilterConditionWithDefaults() *TimeFilterCondition
NewTimeFilterConditionWithDefaults instantiates a new TimeFilterCondition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TimeFilterCondition) GetComparison ¶
func (o *TimeFilterCondition) GetComparison() string
GetComparison returns the Comparison field value
func (*TimeFilterCondition) GetComparisonOk ¶
func (o *TimeFilterCondition) GetComparisonOk() (*string, bool)
GetComparisonOk returns a tuple with the Comparison field value and a boolean to check if the value has been set.
func (*TimeFilterCondition) GetField ¶
func (o *TimeFilterCondition) GetField() string
GetField returns the Field field value
func (*TimeFilterCondition) GetFieldOk ¶
func (o *TimeFilterCondition) GetFieldOk() (*string, bool)
GetFieldOk returns a tuple with the Field field value and a boolean to check if the value has been set.
func (*TimeFilterCondition) GetValue ¶
func (o *TimeFilterCondition) GetValue() time.Time
GetValue returns the Value field value
func (*TimeFilterCondition) GetValueOk ¶
func (o *TimeFilterCondition) GetValueOk() (*time.Time, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (TimeFilterCondition) MarshalJSON ¶
func (o TimeFilterCondition) MarshalJSON() ([]byte, error)
func (*TimeFilterCondition) SetComparison ¶
func (o *TimeFilterCondition) SetComparison(v string)
SetComparison sets field value
func (*TimeFilterCondition) SetField ¶
func (o *TimeFilterCondition) SetField(v string)
SetField sets field value
func (*TimeFilterCondition) SetValue ¶
func (o *TimeFilterCondition) SetValue(v time.Time)
SetValue sets field value
func (TimeFilterCondition) ToMap ¶
func (o TimeFilterCondition) ToMap() (map[string]interface{}, error)
func (*TimeFilterCondition) UnmarshalJSON ¶
func (o *TimeFilterCondition) UnmarshalJSON(data []byte) (err error)
type TypeOverride ¶
type TypeOverride struct {
Type string `json:"type"`
Enabled bool `json:"enabled"`
UpdatedAt time.Time `json:"updatedAt"`
AdditionalProperties map[string]interface{}
}
TypeOverride struct for TypeOverride
func NewTypeOverride ¶
func NewTypeOverride(type_ string, enabled bool, updatedAt time.Time) *TypeOverride
NewTypeOverride instantiates a new TypeOverride object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTypeOverrideWithDefaults ¶
func NewTypeOverrideWithDefaults() *TypeOverride
NewTypeOverrideWithDefaults instantiates a new TypeOverride object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TypeOverride) GetEnabled ¶
func (o *TypeOverride) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*TypeOverride) GetEnabledOk ¶
func (o *TypeOverride) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*TypeOverride) GetType ¶
func (o *TypeOverride) GetType() string
GetType returns the Type field value
func (*TypeOverride) GetTypeOk ¶
func (o *TypeOverride) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*TypeOverride) GetUpdatedAt ¶
func (o *TypeOverride) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*TypeOverride) GetUpdatedAtOk ¶
func (o *TypeOverride) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (TypeOverride) MarshalJSON ¶
func (o TypeOverride) MarshalJSON() ([]byte, error)
func (*TypeOverride) SetEnabled ¶
func (o *TypeOverride) SetEnabled(v bool)
SetEnabled sets field value
func (*TypeOverride) SetUpdatedAt ¶
func (o *TypeOverride) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (TypeOverride) ToMap ¶
func (o TypeOverride) ToMap() (map[string]interface{}, error)
func (*TypeOverride) UnmarshalJSON ¶
func (o *TypeOverride) UnmarshalJSON(data []byte) (err error)
type User ¶
type User struct {
Id string `json:"id"`
Email string `json:"email"`
DisplayName NullableString `json:"displayName"`
HasPassword bool `json:"hasPassword"`
HasGoogle bool `json:"hasGoogle"`
HasApple bool `json:"hasApple"`
AdditionalProperties map[string]interface{}
}
User struct for User
func NewUser ¶
func NewUser(id string, email string, displayName NullableString, hasPassword bool, hasGoogle bool, hasApple bool) *User
NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserWithDefaults ¶
func NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*User) GetDisplayName ¶
GetDisplayName returns the DisplayName field value If the value is explicit nil, the zero value for string will be returned
func (*User) GetDisplayNameOk ¶
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*User) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*User) GetHasApple ¶
GetHasApple returns the HasApple field value
func (*User) GetHasAppleOk ¶
GetHasAppleOk returns a tuple with the HasApple field value and a boolean to check if the value has been set.
func (*User) GetHasGoogle ¶
GetHasGoogle returns the HasGoogle field value
func (*User) GetHasGoogleOk ¶
GetHasGoogleOk returns a tuple with the HasGoogle field value and a boolean to check if the value has been set.
func (*User) GetHasPassword ¶
GetHasPassword returns the HasPassword field value
func (*User) GetHasPasswordOk ¶
GetHasPasswordOk returns a tuple with the HasPassword field value and a boolean to check if the value has been set.
func (*User) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (User) MarshalJSON ¶
func (*User) SetDisplayName ¶
SetDisplayName sets field value
func (*User) UnmarshalJSON ¶
type WebPushConfiguration ¶
type WebPushConfiguration struct {
Enabled bool `json:"enabled"`
PublicKey NullableString `json:"publicKey"`
AdditionalProperties map[string]interface{}
}
WebPushConfiguration struct for WebPushConfiguration
func NewWebPushConfiguration ¶
func NewWebPushConfiguration(enabled bool, publicKey NullableString) *WebPushConfiguration
NewWebPushConfiguration instantiates a new WebPushConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebPushConfigurationWithDefaults ¶
func NewWebPushConfigurationWithDefaults() *WebPushConfiguration
NewWebPushConfigurationWithDefaults instantiates a new WebPushConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebPushConfiguration) GetEnabled ¶
func (o *WebPushConfiguration) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*WebPushConfiguration) GetEnabledOk ¶
func (o *WebPushConfiguration) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*WebPushConfiguration) GetPublicKey ¶
func (o *WebPushConfiguration) GetPublicKey() string
GetPublicKey returns the PublicKey field value If the value is explicit nil, the zero value for string will be returned
func (*WebPushConfiguration) GetPublicKeyOk ¶
func (o *WebPushConfiguration) GetPublicKeyOk() (*string, bool)
GetPublicKeyOk returns a tuple with the PublicKey field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (WebPushConfiguration) MarshalJSON ¶
func (o WebPushConfiguration) MarshalJSON() ([]byte, error)
func (*WebPushConfiguration) SetEnabled ¶
func (o *WebPushConfiguration) SetEnabled(v bool)
SetEnabled sets field value
func (*WebPushConfiguration) SetPublicKey ¶
func (o *WebPushConfiguration) SetPublicKey(v string)
SetPublicKey sets field value
func (WebPushConfiguration) ToMap ¶
func (o WebPushConfiguration) ToMap() (map[string]interface{}, error)
func (*WebPushConfiguration) UnmarshalJSON ¶
func (o *WebPushConfiguration) UnmarshalJSON(data []byte) (err error)
type WebPushSubscription ¶
type WebPushSubscription struct {
Id string `json:"id"`
Enabled bool `json:"enabled"`
LastSeenAt time.Time `json:"lastSeenAt"`
AdditionalProperties map[string]interface{}
}
WebPushSubscription struct for WebPushSubscription
func NewWebPushSubscription ¶
func NewWebPushSubscription(id string, enabled bool, lastSeenAt time.Time) *WebPushSubscription
NewWebPushSubscription instantiates a new WebPushSubscription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebPushSubscriptionWithDefaults ¶
func NewWebPushSubscriptionWithDefaults() *WebPushSubscription
NewWebPushSubscriptionWithDefaults instantiates a new WebPushSubscription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebPushSubscription) GetEnabled ¶
func (o *WebPushSubscription) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*WebPushSubscription) GetEnabledOk ¶
func (o *WebPushSubscription) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*WebPushSubscription) GetId ¶
func (o *WebPushSubscription) GetId() string
GetId returns the Id field value
func (*WebPushSubscription) GetIdOk ¶
func (o *WebPushSubscription) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WebPushSubscription) GetLastSeenAt ¶
func (o *WebPushSubscription) GetLastSeenAt() time.Time
GetLastSeenAt returns the LastSeenAt field value
func (*WebPushSubscription) GetLastSeenAtOk ¶
func (o *WebPushSubscription) GetLastSeenAtOk() (*time.Time, bool)
GetLastSeenAtOk returns a tuple with the LastSeenAt field value and a boolean to check if the value has been set.
func (WebPushSubscription) MarshalJSON ¶
func (o WebPushSubscription) MarshalJSON() ([]byte, error)
func (*WebPushSubscription) SetEnabled ¶
func (o *WebPushSubscription) SetEnabled(v bool)
SetEnabled sets field value
func (*WebPushSubscription) SetId ¶
func (o *WebPushSubscription) SetId(v string)
SetId sets field value
func (*WebPushSubscription) SetLastSeenAt ¶
func (o *WebPushSubscription) SetLastSeenAt(v time.Time)
SetLastSeenAt sets field value
func (WebPushSubscription) ToMap ¶
func (o WebPushSubscription) ToMap() (map[string]interface{}, error)
func (*WebPushSubscription) UnmarshalJSON ¶
func (o *WebPushSubscription) UnmarshalJSON(data []byte) (err error)
Source Files
¶
- api_account.go
- api_agent_tokens.go
- api_authentication.go
- api_customer_accounts.go
- api_devices.go
- api_events.go
- api_health.go
- api_preferences.go
- client.go
- configuration.go
- model_accepted_response.go
- model_add_member_input.go
- model_agent_token.go
- model_agent_token_created.go
- model_api_key_summary.go
- model_auth_response.go
- model_create_agent_token_input.go
- model_create_organization_input.go
- model_current_account.go
- model_deleted_response.go
- model_delivery_summary.go
- model_device.go
- model_disabled_response.go
- model_error_response.go
- model_event_detail.go
- model_event_filter.go
- model_event_page.go
- model_event_summary.go
- model_filter_group.go
- model_filter_not.go
- model_health_response.go
- model_ingestion_result.go
- model_inherited_response.go
- model_membership.go
- model_membership_user.go
- model_organization.go
- model_organization__count.go
- model_organization_api_key_created.go
- model_organization_created.go
- model_organization_record.go
- model_password_login_input.go
- model_password_reset_complete_input.go
- model_password_reset_request_input.go
- model_preference_record.go
- model_provider_login_input.go
- model_register_device_input.go
- model_register_input.go
- model_register_web_push_subscription_input.go
- model_register_web_push_subscription_input_keys.go
- model_revoked_response.go
- model_search_events_input.go
- model_send_event_input.go
- model_service.go
- model_service_all_of__count.go
- model_service_preference.go
- model_service_summary.go
- model_set_enabled_input.go
- model_text_filter_condition.go
- model_time_filter_condition.go
- model_type_override.go
- model_user.go
- model_web_push_configuration.go
- model_web_push_subscription.go
- response.go
- utils.go