Documentation ¶
Index ¶
- Constants
- Variables
- func CacheExpires(r *http.Response) time.Time
- 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 ApiCreateApplicationApiV1AppPostRequest
- func (r ApiCreateApplicationApiV1AppPostRequest) ApplicationIn(applicationIn ApplicationIn) ApiCreateApplicationApiV1AppPostRequest
- func (r ApiCreateApplicationApiV1AppPostRequest) Execute() (ApplicationOut, *_nethttp.Response, error)
- func (r ApiCreateApplicationApiV1AppPostRequest) GetIfExists(getIfExists bool) ApiCreateApplicationApiV1AppPostRequest
- func (r ApiCreateApplicationApiV1AppPostRequest) IdempotencyKey(idempotencyKey string) ApiCreateApplicationApiV1AppPostRequest
- type ApiCreateEndpointApiV1AppAppIdEndpointPostRequest
- func (r ApiCreateEndpointApiV1AppAppIdEndpointPostRequest) EndpointIn(endpointIn EndpointIn) ApiCreateEndpointApiV1AppAppIdEndpointPostRequest
- func (r ApiCreateEndpointApiV1AppAppIdEndpointPostRequest) Execute() (EndpointOut, *_nethttp.Response, error)
- func (r ApiCreateEndpointApiV1AppAppIdEndpointPostRequest) IdempotencyKey(idempotencyKey string) ApiCreateEndpointApiV1AppAppIdEndpointPostRequest
- type ApiCreateEventTypeApiV1EventTypePostRequest
- func (r ApiCreateEventTypeApiV1EventTypePostRequest) EventTypeIn(eventTypeIn EventTypeIn) ApiCreateEventTypeApiV1EventTypePostRequest
- func (r ApiCreateEventTypeApiV1EventTypePostRequest) Execute() (EventTypeOut, *_nethttp.Response, error)
- func (r ApiCreateEventTypeApiV1EventTypePostRequest) IdempotencyKey(idempotencyKey string) ApiCreateEventTypeApiV1EventTypePostRequest
- type ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest
- func (r ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest) Execute() (IntegrationOut, *_nethttp.Response, error)
- func (r ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest) IdempotencyKey(idempotencyKey string) ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest
- func (r ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest) IntegrationIn(integrationIn IntegrationIn) ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest
- type ApiCreateMessageApiV1AppAppIdMsgPostRequest
- func (r ApiCreateMessageApiV1AppAppIdMsgPostRequest) Execute() (MessageOut, *_nethttp.Response, error)
- func (r ApiCreateMessageApiV1AppAppIdMsgPostRequest) IdempotencyKey(idempotencyKey string) ApiCreateMessageApiV1AppAppIdMsgPostRequest
- func (r ApiCreateMessageApiV1AppAppIdMsgPostRequest) MessageIn(messageIn MessageIn) ApiCreateMessageApiV1AppAppIdMsgPostRequest
- func (r ApiCreateMessageApiV1AppAppIdMsgPostRequest) WithContent(withContent bool) ApiCreateMessageApiV1AppAppIdMsgPostRequest
- type ApiDeleteApplicationApiV1AppAppIdDeleteRequest
- type ApiDeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteRequest
- type ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest
- func (r ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest) Execute() (*_nethttp.Response, error)
- func (r ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest) Expunge(expunge bool) ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest
- func (r ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest) IdempotencyKey(idempotencyKey string) ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest
- type ApiDeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteRequest
- type ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest
- func (r ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest) ApplicationTokenExpireIn(applicationTokenExpireIn ApplicationTokenExpireIn) ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest
- func (r ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest) Execute() (*_nethttp.Response, error)
- func (r ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest) IdempotencyKey(idempotencyKey string) ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest
- type ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest
- func (r ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest) Body(body map[string]interface{}) ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest
- func (r ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest) Execute() (EnvironmentOut, *_nethttp.Response, error)
- func (r ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest) IdempotencyKey(idempotencyKey string) ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest
- type ApiExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDeleteRequest
- type ApiExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteRequest
- type ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest
- func (r ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest) EventTypeSchemaIn(eventTypeSchemaIn EventTypeSchemaIn) ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest
- func (r ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest) Execute() (EventTypeExampleOut, *_nethttp.Response, error)
- func (r ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest) IdempotencyKey(idempotencyKey string) ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest
- type ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest
- func (r ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest) EndDate(endDate time.Time) ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest
- func (r ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest) Execute() (AttemptStatisticsResponse, *_nethttp.Response, error)
- func (r ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest) IdempotencyKey(idempotencyKey string) ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest
- func (r ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest) StartDate(startDate time.Time) ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest
- type ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest
- func (r ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest) AppPortalAccessIn(appPortalAccessIn AppPortalAccessIn) ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest
- func (r ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest) Execute() (AppPortalAccessOut, *_nethttp.Response, error)
- func (r ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest) IdempotencyKey(idempotencyKey string) ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest
- type ApiGetAppStatsApiV1AppAppIdStatsGetRequest
- func (r ApiGetAppStatsApiV1AppAppIdStatsGetRequest) Execute() (ApplicationStats, *_nethttp.Response, error)
- func (r ApiGetAppStatsApiV1AppAppIdStatsGetRequest) IdempotencyKey(idempotencyKey string) ApiGetAppStatsApiV1AppAppIdStatsGetRequest
- func (r ApiGetAppStatsApiV1AppAppIdStatsGetRequest) Since(since time.Time) ApiGetAppStatsApiV1AppAppIdStatsGetRequest
- func (r ApiGetAppStatsApiV1AppAppIdStatsGetRequest) Until(until time.Time) ApiGetAppStatsApiV1AppAppIdStatsGetRequest
- type ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest
- func (r ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest) Execute() (ListResponseApplicationStats, *_nethttp.Response, error)
- func (r ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest) IdempotencyKey(idempotencyKey string) ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest
- func (r ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest) Iterator(iterator string) ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest
- func (r ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest) Limit(limit int32) ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest
- func (r ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest) Since(since time.Time) ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest
- func (r ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest) Until(until time.Time) ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest
- type ApiGetApplicationApiV1AppAppIdGetRequest
- type ApiGetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetRequest
- type ApiGetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetRequest
- func (r ApiGetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetRequest) Execute() (MessageAttemptHeadersOut, *_nethttp.Response, error)
- func (r ApiGetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetRequest) IdempotencyKey(idempotencyKey string) ApiGetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetRequest
- type ApiGetDashboardAccessApiV1AuthDashboardAccessAppIdPostRequest
- type ApiGetEndpointApiV1AppAppIdEndpointEndpointIdGetRequest
- type ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest
- func (r ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest) Execute() (EndpointHeadersOut, *_nethttp.Response, error)
- func (r ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest) IdempotencyKey(idempotencyKey string) ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest
- type ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest
- func (r ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest) Execute() (EndpointSecretOut, *_nethttp.Response, error)
- func (r ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest) IdempotencyKey(idempotencyKey string) ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest
- type ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest
- func (r ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest) Execute() (EndpointStats, *_nethttp.Response, error)
- func (r ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest) IdempotencyKey(idempotencyKey string) ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest
- type ApiGetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationGetRequest
- type ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest
- func (r ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest) EndDate(endDate time.Time) ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest
- func (r ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest) Execute() (AttemptStatisticsResponse, *_nethttp.Response, error)
- func (r ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest) IdempotencyKey(idempotencyKey string) ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest
- func (r ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest) StartDate(startDate time.Time) ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest
- type ApiGetEventTypeApiV1EventTypeEventTypeNameGetRequest
- type ApiGetIntegrationApiV1AppAppIdIntegrationIntegIdGetRequest
- type ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest
- func (r ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest) Execute() (IntegrationKeyOut, *_nethttp.Response, error)
- func (r ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest) IdempotencyKey(idempotencyKey string) ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest
- type ApiGetMessageApiV1AppAppIdMsgMsgIdGetRequest
- type ApiGetOrgSettingsApiV1EnvironmentSettingsGetRequest
- type ApiHealthApiV1HealthGetRequest
- type ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest
- func (r ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest) EnvironmentIn(environmentIn EnvironmentIn) ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest
- func (r ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest) Execute() (*_nethttp.Response, error)
- func (r ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest) IdempotencyKey(idempotencyKey string) ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest
- type ApiListApplicationsApiV1AppGetRequest
- func (r ApiListApplicationsApiV1AppGetRequest) Execute() (ListResponseApplicationOut, *_nethttp.Response, error)
- func (r ApiListApplicationsApiV1AppGetRequest) IdempotencyKey(idempotencyKey string) ApiListApplicationsApiV1AppGetRequest
- func (r ApiListApplicationsApiV1AppGetRequest) Iterator(iterator string) ApiListApplicationsApiV1AppGetRequest
- func (r ApiListApplicationsApiV1AppGetRequest) Limit(limit int32) ApiListApplicationsApiV1AppGetRequest
- type ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest
- func (r ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest) Execute() (ListResponseMessageEndpointOut, *_nethttp.Response, error)
- func (r ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest) IdempotencyKey(idempotencyKey string) ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest
- func (r ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest) Iterator(iterator string) ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest
- func (r ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest) Limit(limit int32) ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest
- type ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest
- func (r ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest) After(after time.Time) ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest
- func (r ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest) Before(before time.Time) ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest
- func (r ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest) Channel(channel string) ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest
- func (r ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest) Execute() (ListResponseEndpointMessageOut, *_nethttp.Response, error)
- func (r ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest) IdempotencyKey(idempotencyKey string) ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest
- func (r ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest) Iterator(iterator string) ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest
- func (r ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest) Limit(limit int32) ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest
- func (r ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest) Status(status MessageStatus) ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest
- type ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
- func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) After(after time.Time) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
- func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) Before(before time.Time) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
- func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) Channel(channel string) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
- func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) EndpointId(endpointId string) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
- func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) EventTypes(eventTypes []string) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
- func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) Execute() (ListResponseMessageAttemptOut, *_nethttp.Response, error)
- func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) IdempotencyKey(idempotencyKey string) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
- func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) Iterator(iterator string) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
- func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) Limit(limit int32) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
- func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) Status(status MessageStatus) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
- type ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest
- func (r ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) After(after time.Time) ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest
- func (r ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) Before(before time.Time) ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest
- func (r ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) Channel(channel string) ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest
- func (r ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) EventTypes(eventTypes []string) ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest
- func (r ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) Execute() (ListResponseMessageAttemptOut, *_nethttp.Response, error)
- func (r ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) IdempotencyKey(idempotencyKey string) ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest
- func (r ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) Iterator(iterator string) ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest
- func (r ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) Limit(limit int32) ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest
- func (r ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) Status(status MessageStatus) ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest
- func (r ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) StatusCodeClass(statusCodeClass StatusCodeClass) ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest
- type ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
- func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) After(after time.Time) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
- func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) Before(before time.Time) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
- func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) Channel(channel string) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
- func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) EndpointId(endpointId string) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
- func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) EventTypes(eventTypes []string) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
- func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) Execute() (ListResponseMessageAttemptOut, *_nethttp.Response, error)
- func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) IdempotencyKey(idempotencyKey string) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
- func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) Iterator(iterator string) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
- func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) Limit(limit int32) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
- func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) Status(status MessageStatus) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
- func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) StatusCodeClass(statusCodeClass StatusCodeClass) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
- type ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest
- func (r ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest) After(after time.Time) ...
- func (r ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest) Before(before time.Time) ...
- func (r ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest) Channel(channel string) ...
- func (r ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest) EventTypes(eventTypes []string) ...
- func (r ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest) Execute() (ListResponseMessageAttemptEndpointOut, *_nethttp.Response, error)
- func (r ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest) IdempotencyKey(idempotencyKey string) ...
- func (r ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest) Iterator(iterator string) ...
- func (r ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest) Limit(limit int32) ...
- func (r ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest) Status(status MessageStatus) ...
- type ApiListEndpointsApiV1AppAppIdEndpointGetRequest
- func (r ApiListEndpointsApiV1AppAppIdEndpointGetRequest) Execute() (ListResponseEndpointOut, *_nethttp.Response, error)
- func (r ApiListEndpointsApiV1AppAppIdEndpointGetRequest) IdempotencyKey(idempotencyKey string) ApiListEndpointsApiV1AppAppIdEndpointGetRequest
- func (r ApiListEndpointsApiV1AppAppIdEndpointGetRequest) Iterator(iterator string) ApiListEndpointsApiV1AppAppIdEndpointGetRequest
- func (r ApiListEndpointsApiV1AppAppIdEndpointGetRequest) Limit(limit int32) ApiListEndpointsApiV1AppAppIdEndpointGetRequest
- func (r ApiListEndpointsApiV1AppAppIdEndpointGetRequest) Order(order Ordering) ApiListEndpointsApiV1AppAppIdEndpointGetRequest
- type ApiListEventTypesApiV1EventTypeGetRequest
- func (r ApiListEventTypesApiV1EventTypeGetRequest) Execute() (ListResponseEventTypeOut, *_nethttp.Response, error)
- func (r ApiListEventTypesApiV1EventTypeGetRequest) IdempotencyKey(idempotencyKey string) ApiListEventTypesApiV1EventTypeGetRequest
- func (r ApiListEventTypesApiV1EventTypeGetRequest) IncludeArchived(includeArchived bool) ApiListEventTypesApiV1EventTypeGetRequest
- func (r ApiListEventTypesApiV1EventTypeGetRequest) Iterator(iterator string) ApiListEventTypesApiV1EventTypeGetRequest
- func (r ApiListEventTypesApiV1EventTypeGetRequest) Limit(limit int32) ApiListEventTypesApiV1EventTypeGetRequest
- func (r ApiListEventTypesApiV1EventTypeGetRequest) WithContent(withContent bool) ApiListEventTypesApiV1EventTypeGetRequest
- type ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest
- func (r ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest) Execute() (ListResponseIntegrationOut, *_nethttp.Response, error)
- func (r ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest) IdempotencyKey(idempotencyKey string) ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest
- func (r ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest) Iterator(iterator string) ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest
- func (r ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest) Limit(limit int32) ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest
- type ApiListMessagesApiV1AppAppIdMsgGetRequest
- func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) After(after time.Time) ApiListMessagesApiV1AppAppIdMsgGetRequest
- func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) Before(before time.Time) ApiListMessagesApiV1AppAppIdMsgGetRequest
- func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) Channel(channel string) ApiListMessagesApiV1AppAppIdMsgGetRequest
- func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) EventTypes(eventTypes []string) ApiListMessagesApiV1AppAppIdMsgGetRequest
- func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) Execute() (ListResponseMessageOut, *_nethttp.Response, error)
- func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) IdempotencyKey(idempotencyKey string) ApiListMessagesApiV1AppAppIdMsgGetRequest
- func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) Iterator(iterator string) ApiListMessagesApiV1AppAppIdMsgGetRequest
- func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) Limit(limit int32) ApiListMessagesApiV1AppAppIdMsgGetRequest
- type ApiLogoutApiV1AuthLogoutPostRequest
- type ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest
- func (r ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest) EndpointHeadersPatchIn(endpointHeadersPatchIn EndpointHeadersPatchIn) ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest
- func (r ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest) Execute() (*_nethttp.Response, error)
- func (r ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest) IdempotencyKey(idempotencyKey string) ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest
- type ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest
- func (r ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)
- func (r ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest) IdempotencyKey(idempotencyKey string) ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest
- func (r ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest) RecoverIn(recoverIn RecoverIn) ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest
- type ApiReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostRequest
- func (r ApiReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)
- func (r ApiReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostRequest) IdempotencyKey(idempotencyKey string) ...
- func (r ApiReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostRequest) ReplayIn(replayIn ReplayIn) ...
- type ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest
- func (r ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest) Execute() (*_nethttp.Response, error)
- func (r ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest) IdempotencyKey(idempotencyKey string) ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest
- type ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest
- func (r ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest) EndpointSecretRotateIn(endpointSecretRotateIn EndpointSecretRotateIn) ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest
- func (r ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest) Execute() (*_nethttp.Response, error)
- func (r ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest) IdempotencyKey(idempotencyKey string) ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest
- type ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest
- func (r ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest) Execute() (IntegrationKeyOut, *_nethttp.Response, error)
- func (r ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest) IdempotencyKey(idempotencyKey string) ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest
- type ApiSendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePostRequest
- func (r ApiSendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePostRequest) EventExampleIn(eventExampleIn EventExampleIn) ...
- func (r ApiSendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePostRequest) Execute() (MessageOut, *_nethttp.Response, error)
- func (r ApiSendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePostRequest) IdempotencyKey(idempotencyKey string) ...
- type ApiSetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchRequest
- func (r ApiSetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchRequest) EndpointTransformationIn(endpointTransformationIn EndpointTransformationIn) ...
- func (r ApiSetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchRequest) Execute() (*_nethttp.Response, error)
- func (r ApiSetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchRequest) IdempotencyKey(idempotencyKey string) ...
- type ApiSimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostRequest
- func (r ApiSimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostRequest) EndpointTransformationSimulateIn(endpointTransformationSimulateIn EndpointTransformationSimulateIn) ...
- func (r ApiSimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostRequest) Execute() (EndpointTransformationSimulateOut, *_nethttp.Response, error)
- func (r ApiSimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostRequest) IdempotencyKey(idempotencyKey string) ...
- type ApiUpdateApplicationApiV1AppAppIdPutRequest
- func (r ApiUpdateApplicationApiV1AppAppIdPutRequest) ApplicationIn(applicationIn ApplicationIn) ApiUpdateApplicationApiV1AppAppIdPutRequest
- func (r ApiUpdateApplicationApiV1AppAppIdPutRequest) Execute() (ApplicationOut, *_nethttp.Response, error)
- func (r ApiUpdateApplicationApiV1AppAppIdPutRequest) IdempotencyKey(idempotencyKey string) ApiUpdateApplicationApiV1AppAppIdPutRequest
- type ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest
- func (r ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest) EndpointUpdate(endpointUpdate EndpointUpdate) ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest
- func (r ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest) Execute() (EndpointOut, *_nethttp.Response, error)
- func (r ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest) IdempotencyKey(idempotencyKey string) ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest
- type ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest
- func (r ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest) EndpointHeadersIn(endpointHeadersIn EndpointHeadersIn) ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest
- func (r ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest) Execute() (*_nethttp.Response, error)
- func (r ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest) IdempotencyKey(idempotencyKey string) ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest
- type ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest
- func (r ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest) EventTypeUpdate(eventTypeUpdate EventTypeUpdate) ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest
- func (r ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest) Execute() (EventTypeOut, *_nethttp.Response, error)
- func (r ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest) IdempotencyKey(idempotencyKey string) ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest
- type ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest
- func (r ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest) Execute() (IntegrationOut, *_nethttp.Response, error)
- func (r ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest) IdempotencyKey(idempotencyKey string) ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest
- func (r ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest) IntegrationUpdate(integrationUpdate IntegrationUpdate) ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest
- type AppPortalAccessIn
- type AppPortalAccessOut
- func (o *AppPortalAccessOut) GetToken() string
- func (o *AppPortalAccessOut) GetTokenOk() (*string, bool)
- func (o *AppPortalAccessOut) GetUrl() string
- func (o *AppPortalAccessOut) GetUrlOk() (*string, bool)
- func (o AppPortalAccessOut) MarshalJSON() ([]byte, error)
- func (o *AppPortalAccessOut) SetToken(v string)
- func (o *AppPortalAccessOut) SetUrl(v string)
- type ApplicationApiService
- func (a *ApplicationApiService) CreateApplicationApiV1AppPost(ctx _context.Context) ApiCreateApplicationApiV1AppPostRequest
- func (a *ApplicationApiService) CreateApplicationApiV1AppPostExecute(r ApiCreateApplicationApiV1AppPostRequest) (ApplicationOut, *_nethttp.Response, error)
- func (a *ApplicationApiService) DeleteApplicationApiV1AppAppIdDelete(ctx _context.Context, appId string) ApiDeleteApplicationApiV1AppAppIdDeleteRequest
- func (a *ApplicationApiService) DeleteApplicationApiV1AppAppIdDeleteExecute(r ApiDeleteApplicationApiV1AppAppIdDeleteRequest) (*_nethttp.Response, error)
- func (a *ApplicationApiService) GetAppStatsApiV1AppAppIdStatsGet(ctx _context.Context, appId string) ApiGetAppStatsApiV1AppAppIdStatsGetRequest
- func (a *ApplicationApiService) GetAppStatsApiV1AppAppIdStatsGetExecute(r ApiGetAppStatsApiV1AppAppIdStatsGetRequest) (ApplicationStats, *_nethttp.Response, error)
- func (a *ApplicationApiService) GetAppUsageStatsApiV1AppStatsUsageGet(ctx _context.Context) ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest
- func (a *ApplicationApiService) GetAppUsageStatsApiV1AppStatsUsageGetExecute(r ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest) (ListResponseApplicationStats, *_nethttp.Response, error)
- func (a *ApplicationApiService) GetApplicationApiV1AppAppIdGet(ctx _context.Context, appId string) ApiGetApplicationApiV1AppAppIdGetRequest
- func (a *ApplicationApiService) GetApplicationApiV1AppAppIdGetExecute(r ApiGetApplicationApiV1AppAppIdGetRequest) (ApplicationOut, *_nethttp.Response, error)
- func (a *ApplicationApiService) ListApplicationsApiV1AppGet(ctx _context.Context) ApiListApplicationsApiV1AppGetRequest
- func (a *ApplicationApiService) ListApplicationsApiV1AppGetExecute(r ApiListApplicationsApiV1AppGetRequest) (ListResponseApplicationOut, *_nethttp.Response, error)
- func (a *ApplicationApiService) UpdateApplicationApiV1AppAppIdPut(ctx _context.Context, appId string) ApiUpdateApplicationApiV1AppAppIdPutRequest
- func (a *ApplicationApiService) UpdateApplicationApiV1AppAppIdPutExecute(r ApiUpdateApplicationApiV1AppAppIdPutRequest) (ApplicationOut, *_nethttp.Response, error)
- type ApplicationIn
- func (o *ApplicationIn) GetMetadata() map[string]string
- func (o *ApplicationIn) GetMetadataOk() (*map[string]string, bool)
- func (o *ApplicationIn) GetName() string
- func (o *ApplicationIn) GetNameOk() (*string, bool)
- func (o *ApplicationIn) GetRateLimit() int32
- func (o *ApplicationIn) GetRateLimitOk() (*int32, bool)
- func (o *ApplicationIn) GetUid() string
- func (o *ApplicationIn) GetUidOk() (*string, bool)
- func (o *ApplicationIn) HasMetadata() bool
- func (o *ApplicationIn) HasRateLimit() bool
- func (o *ApplicationIn) HasUid() bool
- func (o ApplicationIn) MarshalJSON() ([]byte, error)
- func (o *ApplicationIn) SetMetadata(v map[string]string)
- func (o *ApplicationIn) SetName(v string)
- func (o *ApplicationIn) SetRateLimit(v int32)
- func (o *ApplicationIn) SetRateLimitNil()
- func (o *ApplicationIn) SetUid(v string)
- func (o *ApplicationIn) SetUidNil()
- func (o *ApplicationIn) UnsetRateLimit()
- func (o *ApplicationIn) UnsetUid()
- type ApplicationOut
- func (o *ApplicationOut) GetCreatedAt() time.Time
- func (o *ApplicationOut) GetCreatedAtOk() (*time.Time, bool)
- func (o *ApplicationOut) GetId() string
- func (o *ApplicationOut) GetIdOk() (*string, bool)
- func (o *ApplicationOut) GetMetadata() map[string]string
- func (o *ApplicationOut) GetMetadataOk() (*map[string]string, bool)
- func (o *ApplicationOut) GetName() string
- func (o *ApplicationOut) GetNameOk() (*string, bool)
- func (o *ApplicationOut) GetRateLimit() int32
- func (o *ApplicationOut) GetRateLimitOk() (*int32, bool)
- func (o *ApplicationOut) GetUid() string
- func (o *ApplicationOut) GetUidOk() (*string, bool)
- func (o *ApplicationOut) GetUpdatedAt() time.Time
- func (o *ApplicationOut) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ApplicationOut) HasMetadata() bool
- func (o *ApplicationOut) HasRateLimit() bool
- func (o *ApplicationOut) HasUid() bool
- func (o ApplicationOut) MarshalJSON() ([]byte, error)
- func (o *ApplicationOut) SetCreatedAt(v time.Time)
- func (o *ApplicationOut) SetId(v string)
- func (o *ApplicationOut) SetMetadata(v map[string]string)
- func (o *ApplicationOut) SetName(v string)
- func (o *ApplicationOut) SetRateLimit(v int32)
- func (o *ApplicationOut) SetRateLimitNil()
- func (o *ApplicationOut) SetUid(v string)
- func (o *ApplicationOut) SetUidNil()
- func (o *ApplicationOut) SetUpdatedAt(v time.Time)
- func (o *ApplicationOut) UnsetRateLimit()
- func (o *ApplicationOut) UnsetUid()
- type ApplicationStats
- func (o *ApplicationStats) GetAppId() string
- func (o *ApplicationStats) GetAppIdOk() (*string, bool)
- func (o *ApplicationStats) GetAppUid() string
- func (o *ApplicationStats) GetAppUidOk() (*string, bool)
- func (o *ApplicationStats) GetMessageDestinations() int32
- func (o *ApplicationStats) GetMessageDestinationsOk() (*int32, bool)
- func (o *ApplicationStats) HasAppUid() bool
- func (o ApplicationStats) MarshalJSON() ([]byte, error)
- func (o *ApplicationStats) SetAppId(v string)
- func (o *ApplicationStats) SetAppUid(v string)
- func (o *ApplicationStats) SetAppUidNil()
- func (o *ApplicationStats) SetMessageDestinations(v int32)
- func (o *ApplicationStats) UnsetAppUid()
- type ApplicationTokenExpireIn
- func (o *ApplicationTokenExpireIn) GetExpiry() int32
- func (o *ApplicationTokenExpireIn) GetExpiryOk() (*int32, bool)
- func (o *ApplicationTokenExpireIn) HasExpiry() bool
- func (o ApplicationTokenExpireIn) MarshalJSON() ([]byte, error)
- func (o *ApplicationTokenExpireIn) SetExpiry(v int32)
- func (o *ApplicationTokenExpireIn) SetExpiryNil()
- func (o *ApplicationTokenExpireIn) UnsetExpiry()
- type AttemptStatisticsData
- func (o *AttemptStatisticsData) GetFailureCount() []int32
- func (o *AttemptStatisticsData) GetFailureCountOk() (*[]int32, bool)
- func (o *AttemptStatisticsData) GetSuccessCount() []int32
- func (o *AttemptStatisticsData) GetSuccessCountOk() (*[]int32, bool)
- func (o *AttemptStatisticsData) HasFailureCount() bool
- func (o *AttemptStatisticsData) HasSuccessCount() bool
- func (o AttemptStatisticsData) MarshalJSON() ([]byte, error)
- func (o *AttemptStatisticsData) SetFailureCount(v []int32)
- func (o *AttemptStatisticsData) SetSuccessCount(v []int32)
- type AttemptStatisticsResponse
- func (o *AttemptStatisticsResponse) GetData() AttemptStatisticsData
- func (o *AttemptStatisticsResponse) GetDataOk() (*AttemptStatisticsData, bool)
- func (o *AttemptStatisticsResponse) GetEndDate() time.Time
- func (o *AttemptStatisticsResponse) GetEndDateOk() (*time.Time, bool)
- func (o *AttemptStatisticsResponse) GetPeriod() StatisticsPeriod
- func (o *AttemptStatisticsResponse) GetPeriodOk() (*StatisticsPeriod, bool)
- func (o *AttemptStatisticsResponse) GetStartDate() time.Time
- func (o *AttemptStatisticsResponse) GetStartDateOk() (*time.Time, bool)
- func (o AttemptStatisticsResponse) MarshalJSON() ([]byte, error)
- func (o *AttemptStatisticsResponse) SetData(v AttemptStatisticsData)
- func (o *AttemptStatisticsResponse) SetEndDate(v time.Time)
- func (o *AttemptStatisticsResponse) SetPeriod(v StatisticsPeriod)
- func (o *AttemptStatisticsResponse) SetStartDate(v time.Time)
- type AuthenticationApiService
- func (a *AuthenticationApiService) ExpireAllApiV1AuthAppAppIdExpireAllPost(ctx _context.Context, appId string) ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest
- func (a *AuthenticationApiService) ExpireAllApiV1AuthAppAppIdExpireAllPostExecute(r ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest) (*_nethttp.Response, error)
- func (a *AuthenticationApiService) GetAppPortalAccessApiV1AuthAppPortalAccessAppIdPost(ctx _context.Context, appId string) ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest
- func (a *AuthenticationApiService) GetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostExecute(r ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest) (AppPortalAccessOut, *_nethttp.Response, error)
- func (a *AuthenticationApiService) GetDashboardAccessApiV1AuthDashboardAccessAppIdPost(ctx _context.Context, appId string) ApiGetDashboardAccessApiV1AuthDashboardAccessAppIdPostRequest
- func (a *AuthenticationApiService) GetDashboardAccessApiV1AuthDashboardAccessAppIdPostExecute(r ApiGetDashboardAccessApiV1AuthDashboardAccessAppIdPostRequest) (DashboardAccessOut, *_nethttp.Response, error)
- func (a *AuthenticationApiService) LogoutApiV1AuthLogoutPost(ctx _context.Context) ApiLogoutApiV1AuthLogoutPostRequest
- func (a *AuthenticationApiService) LogoutApiV1AuthLogoutPostExecute(r ApiLogoutApiV1AuthLogoutPostRequest) (*_nethttp.Response, error)
- type BasicAuth
- type BorderRadiusConfig
- func (o *BorderRadiusConfig) GetButton() BorderRadiusEnum
- func (o *BorderRadiusConfig) GetButtonOk() (*BorderRadiusEnum, bool)
- func (o *BorderRadiusConfig) GetCard() BorderRadiusEnum
- func (o *BorderRadiusConfig) GetCardOk() (*BorderRadiusEnum, bool)
- func (o *BorderRadiusConfig) GetInput() BorderRadiusEnum
- func (o *BorderRadiusConfig) GetInputOk() (*BorderRadiusEnum, bool)
- func (o *BorderRadiusConfig) HasButton() bool
- func (o *BorderRadiusConfig) HasCard() bool
- func (o *BorderRadiusConfig) HasInput() bool
- func (o BorderRadiusConfig) MarshalJSON() ([]byte, error)
- func (o *BorderRadiusConfig) SetButton(v BorderRadiusEnum)
- func (o *BorderRadiusConfig) SetCard(v BorderRadiusEnum)
- func (o *BorderRadiusConfig) SetInput(v BorderRadiusEnum)
- type BorderRadiusEnum
- type Configuration
- type CustomColorPalette
- func (o *CustomColorPalette) GetBackgroundHover() string
- func (o *CustomColorPalette) GetBackgroundHoverOk() (*string, bool)
- func (o *CustomColorPalette) GetBackgroundPrimary() string
- func (o *CustomColorPalette) GetBackgroundPrimaryOk() (*string, bool)
- func (o *CustomColorPalette) GetBackgroundSecondary() string
- func (o *CustomColorPalette) GetBackgroundSecondaryOk() (*string, bool)
- func (o *CustomColorPalette) GetInteractiveAccent() string
- func (o *CustomColorPalette) GetInteractiveAccentOk() (*string, bool)
- func (o *CustomColorPalette) GetTextDanger() string
- func (o *CustomColorPalette) GetTextDangerOk() (*string, bool)
- func (o *CustomColorPalette) GetTextPrimary() string
- func (o *CustomColorPalette) GetTextPrimaryOk() (*string, bool)
- func (o *CustomColorPalette) HasBackgroundHover() bool
- func (o *CustomColorPalette) HasBackgroundPrimary() bool
- func (o *CustomColorPalette) HasBackgroundSecondary() bool
- func (o *CustomColorPalette) HasInteractiveAccent() bool
- func (o *CustomColorPalette) HasTextDanger() bool
- func (o *CustomColorPalette) HasTextPrimary() bool
- func (o CustomColorPalette) MarshalJSON() ([]byte, error)
- func (o *CustomColorPalette) SetBackgroundHover(v string)
- func (o *CustomColorPalette) SetBackgroundHoverNil()
- func (o *CustomColorPalette) SetBackgroundPrimary(v string)
- func (o *CustomColorPalette) SetBackgroundPrimaryNil()
- func (o *CustomColorPalette) SetBackgroundSecondary(v string)
- func (o *CustomColorPalette) SetBackgroundSecondaryNil()
- func (o *CustomColorPalette) SetInteractiveAccent(v string)
- func (o *CustomColorPalette) SetInteractiveAccentNil()
- func (o *CustomColorPalette) SetTextDanger(v string)
- func (o *CustomColorPalette) SetTextDangerNil()
- func (o *CustomColorPalette) SetTextPrimary(v string)
- func (o *CustomColorPalette) SetTextPrimaryNil()
- func (o *CustomColorPalette) UnsetBackgroundHover()
- func (o *CustomColorPalette) UnsetBackgroundPrimary()
- func (o *CustomColorPalette) UnsetBackgroundSecondary()
- func (o *CustomColorPalette) UnsetInteractiveAccent()
- func (o *CustomColorPalette) UnsetTextDanger()
- func (o *CustomColorPalette) UnsetTextPrimary()
- type CustomThemeOverride
- func (o *CustomThemeOverride) GetBorderRadius() BorderRadiusConfig
- func (o *CustomThemeOverride) GetBorderRadiusOk() (*BorderRadiusConfig, bool)
- func (o *CustomThemeOverride) GetFontSize() FontSizeConfig
- func (o *CustomThemeOverride) GetFontSizeOk() (*FontSizeConfig, bool)
- func (o *CustomThemeOverride) HasBorderRadius() bool
- func (o *CustomThemeOverride) HasFontSize() bool
- func (o CustomThemeOverride) MarshalJSON() ([]byte, error)
- func (o *CustomThemeOverride) SetBorderRadius(v BorderRadiusConfig)
- func (o *CustomThemeOverride) SetFontSize(v FontSizeConfig)
- type DashboardAccessIn
- type DashboardAccessOut
- func (o *DashboardAccessOut) GetToken() string
- func (o *DashboardAccessOut) GetTokenOk() (*string, bool)
- func (o *DashboardAccessOut) GetUrl() string
- func (o *DashboardAccessOut) GetUrlOk() (*string, bool)
- func (o DashboardAccessOut) MarshalJSON() ([]byte, error)
- func (o *DashboardAccessOut) SetToken(v string)
- func (o *DashboardAccessOut) SetUrl(v string)
- type EndpointApiService
- func (a *EndpointApiService) CreateEndpointApiV1AppAppIdEndpointPost(ctx _context.Context, appId string) ApiCreateEndpointApiV1AppAppIdEndpointPostRequest
- func (a *EndpointApiService) CreateEndpointApiV1AppAppIdEndpointPostExecute(r ApiCreateEndpointApiV1AppAppIdEndpointPostRequest) (EndpointOut, *_nethttp.Response, error)
- func (a *EndpointApiService) DeleteEndpointApiV1AppAppIdEndpointEndpointIdDelete(ctx _context.Context, endpointId string, appId string) ApiDeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteRequest
- func (a *EndpointApiService) DeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteExecute(r ApiDeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteRequest) (*_nethttp.Response, error)
- func (a *EndpointApiService) GetEndpointApiV1AppAppIdEndpointEndpointIdGet(ctx _context.Context, endpointId string, appId string) ApiGetEndpointApiV1AppAppIdEndpointEndpointIdGetRequest
- func (a *EndpointApiService) GetEndpointApiV1AppAppIdEndpointEndpointIdGetExecute(r ApiGetEndpointApiV1AppAppIdEndpointEndpointIdGetRequest) (EndpointOut, *_nethttp.Response, error)
- func (a *EndpointApiService) GetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGet(ctx _context.Context, endpointId string, appId string) ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest
- func (a *EndpointApiService) GetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetExecute(r ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest) (EndpointHeadersOut, *_nethttp.Response, error)
- func (a *EndpointApiService) GetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGet(ctx _context.Context, endpointId string, appId string) ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest
- func (a *EndpointApiService) GetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetExecute(r ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest) (EndpointSecretOut, *_nethttp.Response, error)
- func (a *EndpointApiService) GetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGet(ctx _context.Context, endpointId string, appId string) ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest
- func (a *EndpointApiService) GetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetExecute(r ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest) (EndpointStats, *_nethttp.Response, error)
- func (a *EndpointApiService) GetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationGet(ctx _context.Context, endpointId string, appId string) ...
- func (a *EndpointApiService) GetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationGetExecute(...) (EndpointTransformationOut, *_nethttp.Response, error)
- func (a *EndpointApiService) ListEndpointsApiV1AppAppIdEndpointGet(ctx _context.Context, appId string) ApiListEndpointsApiV1AppAppIdEndpointGetRequest
- func (a *EndpointApiService) ListEndpointsApiV1AppAppIdEndpointGetExecute(r ApiListEndpointsApiV1AppAppIdEndpointGetRequest) (ListResponseEndpointOut, *_nethttp.Response, error)
- func (a *EndpointApiService) PatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatch(ctx _context.Context, appId string, endpointId string) ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest
- func (a *EndpointApiService) PatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchExecute(r ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest) (*_nethttp.Response, error)
- func (a *EndpointApiService) RecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPost(ctx _context.Context, appId string, endpointId string) ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest
- func (a *EndpointApiService) RecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostExecute(r ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest) (map[string]interface{}, *_nethttp.Response, error)
- func (a *EndpointApiService) ReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPost(ctx _context.Context, appId string, endpointId string) ...
- func (a *EndpointApiService) ReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostExecute(...) (map[string]interface{}, *_nethttp.Response, error)
- func (a *EndpointApiService) RotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePost(ctx _context.Context, endpointId string, appId string) ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest
- func (a *EndpointApiService) RotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostExecute(...) (*_nethttp.Response, error)
- func (a *EndpointApiService) SendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePost(ctx _context.Context, appId string, endpointId string) ...
- func (a *EndpointApiService) SendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePostExecute(...) (MessageOut, *_nethttp.Response, error)
- func (a *EndpointApiService) SetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatch(ctx _context.Context, appId string, endpointId string) ...
- func (a *EndpointApiService) SetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchExecute(...) (*_nethttp.Response, error)
- func (a *EndpointApiService) SimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePost(ctx _context.Context, endpointId string, appId string) ...
- func (a *EndpointApiService) SimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostExecute(...) (EndpointTransformationSimulateOut, *_nethttp.Response, error)
- func (a *EndpointApiService) UpdateEndpointApiV1AppAppIdEndpointEndpointIdPut(ctx _context.Context, endpointId string, appId string) ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest
- func (a *EndpointApiService) UpdateEndpointApiV1AppAppIdEndpointEndpointIdPutExecute(r ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest) (EndpointOut, *_nethttp.Response, error)
- func (a *EndpointApiService) UpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPut(ctx _context.Context, appId string, endpointId string) ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest
- func (a *EndpointApiService) UpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutExecute(r ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest) (*_nethttp.Response, error)
- type EndpointCreatedEvent
- func (o *EndpointCreatedEvent) GetData() EndpointCreatedEventData
- func (o *EndpointCreatedEvent) GetDataOk() (*EndpointCreatedEventData, bool)
- func (o *EndpointCreatedEvent) GetType() string
- func (o *EndpointCreatedEvent) GetTypeOk() (*string, bool)
- func (o *EndpointCreatedEvent) HasType() bool
- func (o EndpointCreatedEvent) MarshalJSON() ([]byte, error)
- func (o *EndpointCreatedEvent) SetData(v EndpointCreatedEventData)
- func (o *EndpointCreatedEvent) SetType(v string)
- type EndpointCreatedEventData
- func (o *EndpointCreatedEventData) GetAppId() string
- func (o *EndpointCreatedEventData) GetAppIdOk() (*string, bool)
- func (o *EndpointCreatedEventData) GetAppUid() string
- func (o *EndpointCreatedEventData) GetAppUidOk() (*string, bool)
- func (o *EndpointCreatedEventData) GetEndpointId() string
- func (o *EndpointCreatedEventData) GetEndpointIdOk() (*string, bool)
- func (o *EndpointCreatedEventData) GetEndpointUid() string
- func (o *EndpointCreatedEventData) GetEndpointUidOk() (*string, bool)
- func (o *EndpointCreatedEventData) HasAppUid() bool
- func (o *EndpointCreatedEventData) HasEndpointUid() bool
- func (o EndpointCreatedEventData) MarshalJSON() ([]byte, error)
- func (o *EndpointCreatedEventData) SetAppId(v string)
- func (o *EndpointCreatedEventData) SetAppUid(v string)
- func (o *EndpointCreatedEventData) SetAppUidNil()
- func (o *EndpointCreatedEventData) SetEndpointId(v string)
- func (o *EndpointCreatedEventData) SetEndpointUid(v string)
- func (o *EndpointCreatedEventData) SetEndpointUidNil()
- func (o *EndpointCreatedEventData) UnsetAppUid()
- func (o *EndpointCreatedEventData) UnsetEndpointUid()
- type EndpointDeletedEvent
- func (o *EndpointDeletedEvent) GetData() EndpointDeletedEventData
- func (o *EndpointDeletedEvent) GetDataOk() (*EndpointDeletedEventData, bool)
- func (o *EndpointDeletedEvent) GetType() string
- func (o *EndpointDeletedEvent) GetTypeOk() (*string, bool)
- func (o *EndpointDeletedEvent) HasType() bool
- func (o EndpointDeletedEvent) MarshalJSON() ([]byte, error)
- func (o *EndpointDeletedEvent) SetData(v EndpointDeletedEventData)
- func (o *EndpointDeletedEvent) SetType(v string)
- type EndpointDeletedEventData
- func (o *EndpointDeletedEventData) GetAppId() string
- func (o *EndpointDeletedEventData) GetAppIdOk() (*string, bool)
- func (o *EndpointDeletedEventData) GetAppUid() string
- func (o *EndpointDeletedEventData) GetAppUidOk() (*string, bool)
- func (o *EndpointDeletedEventData) GetEndpointId() string
- func (o *EndpointDeletedEventData) GetEndpointIdOk() (*string, bool)
- func (o *EndpointDeletedEventData) GetEndpointUid() string
- func (o *EndpointDeletedEventData) GetEndpointUidOk() (*string, bool)
- func (o *EndpointDeletedEventData) HasAppUid() bool
- func (o *EndpointDeletedEventData) HasEndpointUid() bool
- func (o EndpointDeletedEventData) MarshalJSON() ([]byte, error)
- func (o *EndpointDeletedEventData) SetAppId(v string)
- func (o *EndpointDeletedEventData) SetAppUid(v string)
- func (o *EndpointDeletedEventData) SetAppUidNil()
- func (o *EndpointDeletedEventData) SetEndpointId(v string)
- func (o *EndpointDeletedEventData) SetEndpointUid(v string)
- func (o *EndpointDeletedEventData) SetEndpointUidNil()
- func (o *EndpointDeletedEventData) UnsetAppUid()
- func (o *EndpointDeletedEventData) UnsetEndpointUid()
- type EndpointDisabledEvent
- func (o *EndpointDisabledEvent) GetData() EndpointDisabledEventData
- func (o *EndpointDisabledEvent) GetDataOk() (*EndpointDisabledEventData, bool)
- func (o *EndpointDisabledEvent) GetType() string
- func (o *EndpointDisabledEvent) GetTypeOk() (*string, bool)
- func (o *EndpointDisabledEvent) HasType() bool
- func (o EndpointDisabledEvent) MarshalJSON() ([]byte, error)
- func (o *EndpointDisabledEvent) SetData(v EndpointDisabledEventData)
- func (o *EndpointDisabledEvent) SetType(v string)
- type EndpointDisabledEventData
- func (o *EndpointDisabledEventData) GetAppId() string
- func (o *EndpointDisabledEventData) GetAppIdOk() (*string, bool)
- func (o *EndpointDisabledEventData) GetAppUid() string
- func (o *EndpointDisabledEventData) GetAppUidOk() (*string, bool)
- func (o *EndpointDisabledEventData) GetEndpointId() string
- func (o *EndpointDisabledEventData) GetEndpointIdOk() (*string, bool)
- func (o *EndpointDisabledEventData) GetEndpointUid() string
- func (o *EndpointDisabledEventData) GetEndpointUidOk() (*string, bool)
- func (o *EndpointDisabledEventData) GetFailSince() time.Time
- func (o *EndpointDisabledEventData) GetFailSinceOk() (*time.Time, bool)
- func (o *EndpointDisabledEventData) HasAppUid() bool
- func (o *EndpointDisabledEventData) HasEndpointUid() bool
- func (o EndpointDisabledEventData) MarshalJSON() ([]byte, error)
- func (o *EndpointDisabledEventData) SetAppId(v string)
- func (o *EndpointDisabledEventData) SetAppUid(v string)
- func (o *EndpointDisabledEventData) SetAppUidNil()
- func (o *EndpointDisabledEventData) SetEndpointId(v string)
- func (o *EndpointDisabledEventData) SetEndpointUid(v string)
- func (o *EndpointDisabledEventData) SetEndpointUidNil()
- func (o *EndpointDisabledEventData) SetFailSince(v time.Time)
- func (o *EndpointDisabledEventData) UnsetAppUid()
- func (o *EndpointDisabledEventData) UnsetEndpointUid()
- type EndpointHeadersIn
- type EndpointHeadersOut
- func (o *EndpointHeadersOut) GetHeaders() map[string]string
- func (o *EndpointHeadersOut) GetHeadersOk() (*map[string]string, bool)
- func (o *EndpointHeadersOut) GetSensitive() []string
- func (o *EndpointHeadersOut) GetSensitiveOk() (*[]string, bool)
- func (o EndpointHeadersOut) MarshalJSON() ([]byte, error)
- func (o *EndpointHeadersOut) SetHeaders(v map[string]string)
- func (o *EndpointHeadersOut) SetSensitive(v []string)
- type EndpointHeadersPatchIn
- type EndpointIn
- func (o *EndpointIn) GetChannels() []string
- func (o *EndpointIn) GetChannelsOk() (*[]string, bool)
- func (o *EndpointIn) GetDescription() string
- func (o *EndpointIn) GetDescriptionOk() (*string, bool)
- func (o *EndpointIn) GetDisabled() bool
- func (o *EndpointIn) GetDisabledOk() (*bool, bool)
- func (o *EndpointIn) GetFilterTypes() []string
- func (o *EndpointIn) GetFilterTypesOk() (*[]string, bool)
- func (o *EndpointIn) GetMetadata() map[string]string
- func (o *EndpointIn) GetMetadataOk() (*map[string]string, bool)
- func (o *EndpointIn) GetRateLimit() int32
- func (o *EndpointIn) GetRateLimitOk() (*int32, bool)
- func (o *EndpointIn) GetSecret() string
- func (o *EndpointIn) GetSecretOk() (*string, bool)
- func (o *EndpointIn) GetUid() string
- func (o *EndpointIn) GetUidOk() (*string, bool)
- func (o *EndpointIn) GetUrl() string
- func (o *EndpointIn) GetUrlOk() (*string, bool)
- func (o *EndpointIn) GetVersion() int32
- func (o *EndpointIn) GetVersionOk() (*int32, bool)
- func (o *EndpointIn) HasChannels() bool
- func (o *EndpointIn) HasDescription() bool
- func (o *EndpointIn) HasDisabled() bool
- func (o *EndpointIn) HasFilterTypes() bool
- func (o *EndpointIn) HasMetadata() bool
- func (o *EndpointIn) HasRateLimit() bool
- func (o *EndpointIn) HasSecret() bool
- func (o *EndpointIn) HasUid() bool
- func (o EndpointIn) MarshalJSON() ([]byte, error)
- func (o *EndpointIn) SetChannels(v []string)
- func (o *EndpointIn) SetDescription(v string)
- func (o *EndpointIn) SetDisabled(v bool)
- func (o *EndpointIn) SetFilterTypes(v []string)
- func (o *EndpointIn) SetMetadata(v map[string]string)
- func (o *EndpointIn) SetRateLimit(v int32)
- func (o *EndpointIn) SetRateLimitNil()
- func (o *EndpointIn) SetSecret(v string)
- func (o *EndpointIn) SetSecretNil()
- func (o *EndpointIn) SetUid(v string)
- func (o *EndpointIn) SetUidNil()
- func (o *EndpointIn) SetUrl(v string)
- func (o *EndpointIn) SetVersion(v int32)
- func (o *EndpointIn) UnsetRateLimit()
- func (o *EndpointIn) UnsetSecret()
- func (o *EndpointIn) UnsetUid()
- type EndpointMessageOut
- func (o *EndpointMessageOut) GetChannels() []string
- func (o *EndpointMessageOut) GetChannelsOk() (*[]string, bool)
- func (o *EndpointMessageOut) GetEventId() string
- func (o *EndpointMessageOut) GetEventIdOk() (*string, bool)
- func (o *EndpointMessageOut) GetEventType() string
- func (o *EndpointMessageOut) GetEventTypeOk() (*string, bool)
- func (o *EndpointMessageOut) GetId() string
- func (o *EndpointMessageOut) GetIdOk() (*string, bool)
- func (o *EndpointMessageOut) GetNextAttempt() time.Time
- func (o *EndpointMessageOut) GetNextAttemptOk() (*time.Time, bool)
- func (o *EndpointMessageOut) GetPayload() map[string]interface{}
- func (o *EndpointMessageOut) GetPayloadOk() (*map[string]interface{}, bool)
- func (o *EndpointMessageOut) GetStatus() MessageStatus
- func (o *EndpointMessageOut) GetStatusOk() (*MessageStatus, bool)
- func (o *EndpointMessageOut) GetTimestamp() time.Time
- func (o *EndpointMessageOut) GetTimestampOk() (*time.Time, bool)
- func (o *EndpointMessageOut) HasChannels() bool
- func (o *EndpointMessageOut) HasEventId() bool
- func (o *EndpointMessageOut) HasNextAttempt() bool
- func (o EndpointMessageOut) MarshalJSON() ([]byte, error)
- func (o *EndpointMessageOut) SetChannels(v []string)
- func (o *EndpointMessageOut) SetEventId(v string)
- func (o *EndpointMessageOut) SetEventIdNil()
- func (o *EndpointMessageOut) SetEventType(v string)
- func (o *EndpointMessageOut) SetId(v string)
- func (o *EndpointMessageOut) SetNextAttempt(v time.Time)
- func (o *EndpointMessageOut) SetNextAttemptNil()
- func (o *EndpointMessageOut) SetPayload(v map[string]interface{})
- func (o *EndpointMessageOut) SetStatus(v MessageStatus)
- func (o *EndpointMessageOut) SetTimestamp(v time.Time)
- func (o *EndpointMessageOut) UnsetEventId()
- func (o *EndpointMessageOut) UnsetNextAttempt()
- type EndpointOut
- func (o *EndpointOut) GetChannels() []string
- func (o *EndpointOut) GetChannelsOk() (*[]string, bool)
- func (o *EndpointOut) GetCreatedAt() time.Time
- func (o *EndpointOut) GetCreatedAtOk() (*time.Time, bool)
- func (o *EndpointOut) GetDescription() string
- func (o *EndpointOut) GetDescriptionOk() (*string, bool)
- func (o *EndpointOut) GetDisabled() bool
- func (o *EndpointOut) GetDisabledOk() (*bool, bool)
- func (o *EndpointOut) GetFilterTypes() []string
- func (o *EndpointOut) GetFilterTypesOk() (*[]string, bool)
- func (o *EndpointOut) GetId() string
- func (o *EndpointOut) GetIdOk() (*string, bool)
- func (o *EndpointOut) GetMetadata() map[string]string
- func (o *EndpointOut) GetMetadataOk() (*map[string]string, bool)
- func (o *EndpointOut) GetRateLimit() int32
- func (o *EndpointOut) GetRateLimitOk() (*int32, bool)
- func (o *EndpointOut) GetUid() string
- func (o *EndpointOut) GetUidOk() (*string, bool)
- func (o *EndpointOut) GetUpdatedAt() time.Time
- func (o *EndpointOut) GetUpdatedAtOk() (*time.Time, bool)
- func (o *EndpointOut) GetUrl() string
- func (o *EndpointOut) GetUrlOk() (*string, bool)
- func (o *EndpointOut) GetVersion() int32
- func (o *EndpointOut) GetVersionOk() (*int32, bool)
- func (o *EndpointOut) HasChannels() bool
- func (o *EndpointOut) HasDescription() bool
- func (o *EndpointOut) HasDisabled() bool
- func (o *EndpointOut) HasFilterTypes() bool
- func (o *EndpointOut) HasMetadata() bool
- func (o *EndpointOut) HasRateLimit() bool
- func (o *EndpointOut) HasUid() bool
- func (o EndpointOut) MarshalJSON() ([]byte, error)
- func (o *EndpointOut) SetChannels(v []string)
- func (o *EndpointOut) SetCreatedAt(v time.Time)
- func (o *EndpointOut) SetDescription(v string)
- func (o *EndpointOut) SetDisabled(v bool)
- func (o *EndpointOut) SetFilterTypes(v []string)
- func (o *EndpointOut) SetId(v string)
- func (o *EndpointOut) SetMetadata(v map[string]string)
- func (o *EndpointOut) SetRateLimit(v int32)
- func (o *EndpointOut) SetRateLimitNil()
- func (o *EndpointOut) SetUid(v string)
- func (o *EndpointOut) SetUidNil()
- func (o *EndpointOut) SetUpdatedAt(v time.Time)
- func (o *EndpointOut) SetUrl(v string)
- func (o *EndpointOut) SetVersion(v int32)
- func (o *EndpointOut) UnsetRateLimit()
- func (o *EndpointOut) UnsetUid()
- type EndpointSecretOut
- type EndpointSecretRotateIn
- func (o *EndpointSecretRotateIn) GetKey() string
- func (o *EndpointSecretRotateIn) GetKeyOk() (*string, bool)
- func (o *EndpointSecretRotateIn) HasKey() bool
- func (o EndpointSecretRotateIn) MarshalJSON() ([]byte, error)
- func (o *EndpointSecretRotateIn) SetKey(v string)
- func (o *EndpointSecretRotateIn) SetKeyNil()
- func (o *EndpointSecretRotateIn) UnsetKey()
- type EndpointStats
- func (o *EndpointStats) GetFail() int32
- func (o *EndpointStats) GetFailOk() (*int32, bool)
- func (o *EndpointStats) GetPending() int32
- func (o *EndpointStats) GetPendingOk() (*int32, bool)
- func (o *EndpointStats) GetSending() int32
- func (o *EndpointStats) GetSendingOk() (*int32, bool)
- func (o *EndpointStats) GetSuccess() int32
- func (o *EndpointStats) GetSuccessOk() (*int32, bool)
- func (o EndpointStats) MarshalJSON() ([]byte, error)
- func (o *EndpointStats) SetFail(v int32)
- func (o *EndpointStats) SetPending(v int32)
- func (o *EndpointStats) SetSending(v int32)
- func (o *EndpointStats) SetSuccess(v int32)
- type EndpointTransformationIn
- func (o *EndpointTransformationIn) GetCode() string
- func (o *EndpointTransformationIn) GetCodeOk() (*string, bool)
- func (o *EndpointTransformationIn) GetEnabled() bool
- func (o *EndpointTransformationIn) GetEnabledOk() (*bool, bool)
- func (o *EndpointTransformationIn) HasCode() bool
- func (o *EndpointTransformationIn) HasEnabled() bool
- func (o EndpointTransformationIn) MarshalJSON() ([]byte, error)
- func (o *EndpointTransformationIn) SetCode(v string)
- func (o *EndpointTransformationIn) SetCodeNil()
- func (o *EndpointTransformationIn) SetEnabled(v bool)
- func (o *EndpointTransformationIn) UnsetCode()
- type EndpointTransformationOut
- func (o *EndpointTransformationOut) GetCode() string
- func (o *EndpointTransformationOut) GetCodeOk() (*string, bool)
- func (o *EndpointTransformationOut) GetEnabled() bool
- func (o *EndpointTransformationOut) GetEnabledOk() (*bool, bool)
- func (o *EndpointTransformationOut) HasCode() bool
- func (o *EndpointTransformationOut) HasEnabled() bool
- func (o EndpointTransformationOut) MarshalJSON() ([]byte, error)
- func (o *EndpointTransformationOut) SetCode(v string)
- func (o *EndpointTransformationOut) SetCodeNil()
- func (o *EndpointTransformationOut) SetEnabled(v bool)
- func (o *EndpointTransformationOut) UnsetCode()
- type EndpointTransformationSimulateIn
- func (o *EndpointTransformationSimulateIn) GetChannels() []string
- func (o *EndpointTransformationSimulateIn) GetChannelsOk() (*[]string, bool)
- func (o *EndpointTransformationSimulateIn) GetCode() string
- func (o *EndpointTransformationSimulateIn) GetCodeOk() (*string, bool)
- func (o *EndpointTransformationSimulateIn) GetEventType() string
- func (o *EndpointTransformationSimulateIn) GetEventTypeOk() (*string, bool)
- func (o *EndpointTransformationSimulateIn) GetPayload() map[string]interface{}
- func (o *EndpointTransformationSimulateIn) GetPayloadOk() (*map[string]interface{}, bool)
- func (o *EndpointTransformationSimulateIn) HasChannels() bool
- func (o EndpointTransformationSimulateIn) MarshalJSON() ([]byte, error)
- func (o *EndpointTransformationSimulateIn) SetChannels(v []string)
- func (o *EndpointTransformationSimulateIn) SetCode(v string)
- func (o *EndpointTransformationSimulateIn) SetEventType(v string)
- func (o *EndpointTransformationSimulateIn) SetPayload(v map[string]interface{})
- type EndpointTransformationSimulateOut
- func (o *EndpointTransformationSimulateOut) GetMethod() TransformationHttpMethod
- func (o *EndpointTransformationSimulateOut) GetMethodOk() (*TransformationHttpMethod, bool)
- func (o *EndpointTransformationSimulateOut) GetPayload() map[string]interface{}
- func (o *EndpointTransformationSimulateOut) GetPayloadOk() (*map[string]interface{}, bool)
- func (o *EndpointTransformationSimulateOut) GetUrl() string
- func (o *EndpointTransformationSimulateOut) GetUrlOk() (*string, bool)
- func (o *EndpointTransformationSimulateOut) HasMethod() bool
- func (o EndpointTransformationSimulateOut) MarshalJSON() ([]byte, error)
- func (o *EndpointTransformationSimulateOut) SetMethod(v TransformationHttpMethod)
- func (o *EndpointTransformationSimulateOut) SetPayload(v map[string]interface{})
- func (o *EndpointTransformationSimulateOut) SetUrl(v string)
- type EndpointUpdate
- func (o *EndpointUpdate) GetChannels() []string
- func (o *EndpointUpdate) GetChannelsOk() (*[]string, bool)
- func (o *EndpointUpdate) GetDescription() string
- func (o *EndpointUpdate) GetDescriptionOk() (*string, bool)
- func (o *EndpointUpdate) GetDisabled() bool
- func (o *EndpointUpdate) GetDisabledOk() (*bool, bool)
- func (o *EndpointUpdate) GetFilterTypes() []string
- func (o *EndpointUpdate) GetFilterTypesOk() (*[]string, bool)
- func (o *EndpointUpdate) GetMetadata() map[string]string
- func (o *EndpointUpdate) GetMetadataOk() (*map[string]string, bool)
- func (o *EndpointUpdate) GetRateLimit() int32
- func (o *EndpointUpdate) GetRateLimitOk() (*int32, bool)
- func (o *EndpointUpdate) GetUid() string
- func (o *EndpointUpdate) GetUidOk() (*string, bool)
- func (o *EndpointUpdate) GetUrl() string
- func (o *EndpointUpdate) GetUrlOk() (*string, bool)
- func (o *EndpointUpdate) GetVersion() int32
- func (o *EndpointUpdate) GetVersionOk() (*int32, bool)
- func (o *EndpointUpdate) HasChannels() bool
- func (o *EndpointUpdate) HasDescription() bool
- func (o *EndpointUpdate) HasDisabled() bool
- func (o *EndpointUpdate) HasFilterTypes() bool
- func (o *EndpointUpdate) HasMetadata() bool
- func (o *EndpointUpdate) HasRateLimit() bool
- func (o *EndpointUpdate) HasUid() bool
- func (o EndpointUpdate) MarshalJSON() ([]byte, error)
- func (o *EndpointUpdate) SetChannels(v []string)
- func (o *EndpointUpdate) SetDescription(v string)
- func (o *EndpointUpdate) SetDisabled(v bool)
- func (o *EndpointUpdate) SetFilterTypes(v []string)
- func (o *EndpointUpdate) SetMetadata(v map[string]string)
- func (o *EndpointUpdate) SetRateLimit(v int32)
- func (o *EndpointUpdate) SetRateLimitNil()
- func (o *EndpointUpdate) SetUid(v string)
- func (o *EndpointUpdate) SetUidNil()
- func (o *EndpointUpdate) SetUrl(v string)
- func (o *EndpointUpdate) SetVersion(v int32)
- func (o *EndpointUpdate) UnsetRateLimit()
- func (o *EndpointUpdate) UnsetUid()
- type EndpointUpdatedEvent
- func (o *EndpointUpdatedEvent) GetData() EndpointUpdatedEventData
- func (o *EndpointUpdatedEvent) GetDataOk() (*EndpointUpdatedEventData, bool)
- func (o *EndpointUpdatedEvent) GetType() string
- func (o *EndpointUpdatedEvent) GetTypeOk() (*string, bool)
- func (o *EndpointUpdatedEvent) HasType() bool
- func (o EndpointUpdatedEvent) MarshalJSON() ([]byte, error)
- func (o *EndpointUpdatedEvent) SetData(v EndpointUpdatedEventData)
- func (o *EndpointUpdatedEvent) SetType(v string)
- type EndpointUpdatedEventData
- func (o *EndpointUpdatedEventData) GetAppId() string
- func (o *EndpointUpdatedEventData) GetAppIdOk() (*string, bool)
- func (o *EndpointUpdatedEventData) GetAppUid() string
- func (o *EndpointUpdatedEventData) GetAppUidOk() (*string, bool)
- func (o *EndpointUpdatedEventData) GetEndpointId() string
- func (o *EndpointUpdatedEventData) GetEndpointIdOk() (*string, bool)
- func (o *EndpointUpdatedEventData) GetEndpointUid() string
- func (o *EndpointUpdatedEventData) GetEndpointUidOk() (*string, bool)
- func (o *EndpointUpdatedEventData) HasAppUid() bool
- func (o *EndpointUpdatedEventData) HasEndpointUid() bool
- func (o EndpointUpdatedEventData) MarshalJSON() ([]byte, error)
- func (o *EndpointUpdatedEventData) SetAppId(v string)
- func (o *EndpointUpdatedEventData) SetAppUid(v string)
- func (o *EndpointUpdatedEventData) SetAppUidNil()
- func (o *EndpointUpdatedEventData) SetEndpointId(v string)
- func (o *EndpointUpdatedEventData) SetEndpointUid(v string)
- func (o *EndpointUpdatedEventData) SetEndpointUidNil()
- func (o *EndpointUpdatedEventData) UnsetAppUid()
- func (o *EndpointUpdatedEventData) UnsetEndpointUid()
- type EnvironmentApiService
- func (a *EnvironmentApiService) ExportEnvironmentConfigurationApiV1EnvironmentExportPost(ctx _context.Context) ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest
- func (a *EnvironmentApiService) ExportEnvironmentConfigurationApiV1EnvironmentExportPostExecute(r ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest) (EnvironmentOut, *_nethttp.Response, error)
- func (a *EnvironmentApiService) ImportEnvironmentConfigurationApiV1EnvironmentImportPost(ctx _context.Context) ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest
- func (a *EnvironmentApiService) ImportEnvironmentConfigurationApiV1EnvironmentImportPostExecute(r ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest) (*_nethttp.Response, error)
- type EnvironmentIn
- func (o *EnvironmentIn) GetCreatedAt() time.Time
- func (o *EnvironmentIn) GetCreatedAtOk() (*time.Time, bool)
- func (o *EnvironmentIn) GetEventTypes() []EventTypeIn
- func (o *EnvironmentIn) GetEventTypesOk() (*[]EventTypeIn, bool)
- func (o *EnvironmentIn) GetSettings() SettingsIn
- func (o *EnvironmentIn) GetSettingsOk() (*SettingsIn, bool)
- func (o *EnvironmentIn) GetVersion() int32
- func (o *EnvironmentIn) GetVersionOk() (*int32, bool)
- func (o *EnvironmentIn) HasEventTypes() bool
- func (o *EnvironmentIn) HasSettings() bool
- func (o EnvironmentIn) MarshalJSON() ([]byte, error)
- func (o *EnvironmentIn) SetCreatedAt(v time.Time)
- func (o *EnvironmentIn) SetEventTypes(v []EventTypeIn)
- func (o *EnvironmentIn) SetSettings(v SettingsIn)
- func (o *EnvironmentIn) SetVersion(v int32)
- type EnvironmentOut
- func (o *EnvironmentOut) GetCreatedAt() time.Time
- func (o *EnvironmentOut) GetCreatedAtOk() (*time.Time, bool)
- func (o *EnvironmentOut) GetEventTypes() []EventTypeOut
- func (o *EnvironmentOut) GetEventTypesOk() (*[]EventTypeOut, bool)
- func (o *EnvironmentOut) GetSettings() SettingsOut
- func (o *EnvironmentOut) GetSettingsOk() (*SettingsOut, bool)
- func (o *EnvironmentOut) GetVersion() int32
- func (o *EnvironmentOut) GetVersionOk() (*int32, bool)
- func (o *EnvironmentOut) HasSettings() bool
- func (o *EnvironmentOut) HasVersion() bool
- func (o EnvironmentOut) MarshalJSON() ([]byte, error)
- func (o *EnvironmentOut) SetCreatedAt(v time.Time)
- func (o *EnvironmentOut) SetEventTypes(v []EventTypeOut)
- func (o *EnvironmentOut) SetSettings(v SettingsOut)
- func (o *EnvironmentOut) SetVersion(v int32)
- type EnvironmentSettingsApiService
- func (a *EnvironmentSettingsApiService) GetOrgSettingsApiV1EnvironmentSettingsGet(ctx _context.Context) ApiGetOrgSettingsApiV1EnvironmentSettingsGetRequest
- func (a *EnvironmentSettingsApiService) GetOrgSettingsApiV1EnvironmentSettingsGetExecute(r ApiGetOrgSettingsApiV1EnvironmentSettingsGetRequest) (EnvironmentSettingsOut, *_nethttp.Response, error)
- type EnvironmentSettingsOut
- func (o *EnvironmentSettingsOut) GetColorPaletteDark() CustomColorPalette
- func (o *EnvironmentSettingsOut) GetColorPaletteDarkOk() (*CustomColorPalette, bool)
- func (o *EnvironmentSettingsOut) GetColorPaletteLight() CustomColorPalette
- func (o *EnvironmentSettingsOut) GetColorPaletteLightOk() (*CustomColorPalette, bool)
- func (o *EnvironmentSettingsOut) GetCustomColor() string
- func (o *EnvironmentSettingsOut) GetCustomColorOk() (*string, bool)
- func (o *EnvironmentSettingsOut) GetCustomFontFamily() string
- func (o *EnvironmentSettingsOut) GetCustomFontFamilyOk() (*string, bool)
- func (o *EnvironmentSettingsOut) GetCustomLogoUrl() string
- func (o *EnvironmentSettingsOut) GetCustomLogoUrlOk() (*string, bool)
- func (o *EnvironmentSettingsOut) GetCustomThemeOverride() CustomThemeOverride
- func (o *EnvironmentSettingsOut) GetCustomThemeOverrideOk() (*CustomThemeOverride, bool)
- func (o *EnvironmentSettingsOut) GetEnableChannels() bool
- func (o *EnvironmentSettingsOut) GetEnableChannelsOk() (*bool, bool)
- func (o *EnvironmentSettingsOut) GetEnableIntegrationManagement() bool
- func (o *EnvironmentSettingsOut) GetEnableIntegrationManagementOk() (*bool, bool)
- func (o *EnvironmentSettingsOut) GetEnableTransformations() bool
- func (o *EnvironmentSettingsOut) GetEnableTransformationsOk() (*bool, bool)
- func (o *EnvironmentSettingsOut) HasColorPaletteDark() bool
- func (o *EnvironmentSettingsOut) HasColorPaletteLight() bool
- func (o *EnvironmentSettingsOut) HasCustomColor() bool
- func (o *EnvironmentSettingsOut) HasCustomFontFamily() bool
- func (o *EnvironmentSettingsOut) HasCustomLogoUrl() bool
- func (o *EnvironmentSettingsOut) HasCustomThemeOverride() bool
- func (o *EnvironmentSettingsOut) HasEnableChannels() bool
- func (o *EnvironmentSettingsOut) HasEnableIntegrationManagement() bool
- func (o *EnvironmentSettingsOut) HasEnableTransformations() bool
- func (o EnvironmentSettingsOut) MarshalJSON() ([]byte, error)
- func (o *EnvironmentSettingsOut) SetColorPaletteDark(v CustomColorPalette)
- func (o *EnvironmentSettingsOut) SetColorPaletteLight(v CustomColorPalette)
- func (o *EnvironmentSettingsOut) SetCustomColor(v string)
- func (o *EnvironmentSettingsOut) SetCustomColorNil()
- func (o *EnvironmentSettingsOut) SetCustomFontFamily(v string)
- func (o *EnvironmentSettingsOut) SetCustomFontFamilyNil()
- func (o *EnvironmentSettingsOut) SetCustomLogoUrl(v string)
- func (o *EnvironmentSettingsOut) SetCustomLogoUrlNil()
- func (o *EnvironmentSettingsOut) SetCustomThemeOverride(v CustomThemeOverride)
- func (o *EnvironmentSettingsOut) SetEnableChannels(v bool)
- func (o *EnvironmentSettingsOut) SetEnableIntegrationManagement(v bool)
- func (o *EnvironmentSettingsOut) SetEnableTransformations(v bool)
- func (o *EnvironmentSettingsOut) UnsetCustomColor()
- func (o *EnvironmentSettingsOut) UnsetCustomFontFamily()
- func (o *EnvironmentSettingsOut) UnsetCustomLogoUrl()
- type EventExampleIn
- type EventTypeApiService
- func (a *EventTypeApiService) CreateEventTypeApiV1EventTypePost(ctx _context.Context) ApiCreateEventTypeApiV1EventTypePostRequest
- func (a *EventTypeApiService) CreateEventTypeApiV1EventTypePostExecute(r ApiCreateEventTypeApiV1EventTypePostRequest) (EventTypeOut, *_nethttp.Response, error)
- func (a *EventTypeApiService) DeleteEventTypeApiV1EventTypeEventTypeNameDelete(ctx _context.Context, eventTypeName string) ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest
- func (a *EventTypeApiService) DeleteEventTypeApiV1EventTypeEventTypeNameDeleteExecute(r ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest) (*_nethttp.Response, error)
- func (a *EventTypeApiService) GenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePost(ctx _context.Context) ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest
- func (a *EventTypeApiService) GenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostExecute(r ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest) (EventTypeExampleOut, *_nethttp.Response, error)
- func (a *EventTypeApiService) GetEventTypeApiV1EventTypeEventTypeNameGet(ctx _context.Context, eventTypeName string) ApiGetEventTypeApiV1EventTypeEventTypeNameGetRequest
- func (a *EventTypeApiService) GetEventTypeApiV1EventTypeEventTypeNameGetExecute(r ApiGetEventTypeApiV1EventTypeEventTypeNameGetRequest) (EventTypeOut, *_nethttp.Response, error)
- func (a *EventTypeApiService) ListEventTypesApiV1EventTypeGet(ctx _context.Context) ApiListEventTypesApiV1EventTypeGetRequest
- func (a *EventTypeApiService) ListEventTypesApiV1EventTypeGetExecute(r ApiListEventTypesApiV1EventTypeGetRequest) (ListResponseEventTypeOut, *_nethttp.Response, error)
- func (a *EventTypeApiService) UpdateEventTypeApiV1EventTypeEventTypeNamePut(ctx _context.Context, eventTypeName string) ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest
- func (a *EventTypeApiService) UpdateEventTypeApiV1EventTypeEventTypeNamePutExecute(r ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest) (EventTypeOut, *_nethttp.Response, error)
- type EventTypeExampleOut
- type EventTypeIn
- func (o *EventTypeIn) GetArchived() bool
- func (o *EventTypeIn) GetArchivedOk() (*bool, bool)
- func (o *EventTypeIn) GetDescription() string
- func (o *EventTypeIn) GetDescriptionOk() (*string, bool)
- func (o *EventTypeIn) GetFeatureFlag() string
- func (o *EventTypeIn) GetFeatureFlagOk() (*string, bool)
- func (o *EventTypeIn) GetName() string
- func (o *EventTypeIn) GetNameOk() (*string, bool)
- func (o *EventTypeIn) GetSchemas() map[string]map[string]interface{}
- func (o *EventTypeIn) GetSchemasOk() (*map[string]map[string]interface{}, bool)
- func (o *EventTypeIn) HasArchived() bool
- func (o *EventTypeIn) HasFeatureFlag() bool
- func (o *EventTypeIn) HasSchemas() bool
- func (o EventTypeIn) MarshalJSON() ([]byte, error)
- func (o *EventTypeIn) SetArchived(v bool)
- func (o *EventTypeIn) SetDescription(v string)
- func (o *EventTypeIn) SetFeatureFlag(v string)
- func (o *EventTypeIn) SetFeatureFlagNil()
- func (o *EventTypeIn) SetName(v string)
- func (o *EventTypeIn) SetSchemas(v map[string]map[string]interface{})
- func (o *EventTypeIn) UnsetFeatureFlag()
- type EventTypeOut
- func (o *EventTypeOut) GetArchived() bool
- func (o *EventTypeOut) GetArchivedOk() (*bool, bool)
- func (o *EventTypeOut) GetCreatedAt() time.Time
- func (o *EventTypeOut) GetCreatedAtOk() (*time.Time, bool)
- func (o *EventTypeOut) GetDescription() string
- func (o *EventTypeOut) GetDescriptionOk() (*string, bool)
- func (o *EventTypeOut) GetFeatureFlag() string
- func (o *EventTypeOut) GetFeatureFlagOk() (*string, bool)
- func (o *EventTypeOut) GetName() string
- func (o *EventTypeOut) GetNameOk() (*string, bool)
- func (o *EventTypeOut) GetSchemas() map[string]map[string]interface{}
- func (o *EventTypeOut) GetSchemasOk() (*map[string]map[string]interface{}, bool)
- func (o *EventTypeOut) GetUpdatedAt() time.Time
- func (o *EventTypeOut) GetUpdatedAtOk() (*time.Time, bool)
- func (o *EventTypeOut) HasArchived() bool
- func (o *EventTypeOut) HasFeatureFlag() bool
- func (o *EventTypeOut) HasSchemas() bool
- func (o EventTypeOut) MarshalJSON() ([]byte, error)
- func (o *EventTypeOut) SetArchived(v bool)
- func (o *EventTypeOut) SetCreatedAt(v time.Time)
- func (o *EventTypeOut) SetDescription(v string)
- func (o *EventTypeOut) SetFeatureFlag(v string)
- func (o *EventTypeOut) SetFeatureFlagNil()
- func (o *EventTypeOut) SetName(v string)
- func (o *EventTypeOut) SetSchemas(v map[string]map[string]interface{})
- func (o *EventTypeOut) SetUpdatedAt(v time.Time)
- func (o *EventTypeOut) UnsetFeatureFlag()
- type EventTypeSchemaIn
- type EventTypeUpdate
- func (o *EventTypeUpdate) GetArchived() bool
- func (o *EventTypeUpdate) GetArchivedOk() (*bool, bool)
- func (o *EventTypeUpdate) GetDescription() string
- func (o *EventTypeUpdate) GetDescriptionOk() (*string, bool)
- func (o *EventTypeUpdate) GetFeatureFlag() string
- func (o *EventTypeUpdate) GetFeatureFlagOk() (*string, bool)
- func (o *EventTypeUpdate) GetSchemas() map[string]map[string]interface{}
- func (o *EventTypeUpdate) GetSchemasOk() (*map[string]map[string]interface{}, bool)
- func (o *EventTypeUpdate) HasArchived() bool
- func (o *EventTypeUpdate) HasFeatureFlag() bool
- func (o *EventTypeUpdate) HasSchemas() bool
- func (o EventTypeUpdate) MarshalJSON() ([]byte, error)
- func (o *EventTypeUpdate) SetArchived(v bool)
- func (o *EventTypeUpdate) SetDescription(v string)
- func (o *EventTypeUpdate) SetFeatureFlag(v string)
- func (o *EventTypeUpdate) SetFeatureFlagNil()
- func (o *EventTypeUpdate) SetSchemas(v map[string]map[string]interface{})
- func (o *EventTypeUpdate) UnsetFeatureFlag()
- type FontSizeConfig
- func (o *FontSizeConfig) GetBase() int32
- func (o *FontSizeConfig) GetBaseOk() (*int32, bool)
- func (o *FontSizeConfig) HasBase() bool
- func (o FontSizeConfig) MarshalJSON() ([]byte, error)
- func (o *FontSizeConfig) SetBase(v int32)
- func (o *FontSizeConfig) SetBaseNil()
- func (o *FontSizeConfig) UnsetBase()
- type GenericOpenAPIError
- type HTTPValidationError
- type HealthApiService
- type HttpErrorOut
- func (o *HttpErrorOut) GetCode() string
- func (o *HttpErrorOut) GetCodeOk() (*string, bool)
- func (o *HttpErrorOut) GetDetail() string
- func (o *HttpErrorOut) GetDetailOk() (*string, bool)
- func (o HttpErrorOut) MarshalJSON() ([]byte, error)
- func (o *HttpErrorOut) SetCode(v string)
- func (o *HttpErrorOut) SetDetail(v string)
- type IntegrationApiService
- func (a *IntegrationApiService) CreateIntegrationApiV1AppAppIdIntegrationPost(ctx _context.Context, appId string) ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest
- func (a *IntegrationApiService) CreateIntegrationApiV1AppAppIdIntegrationPostExecute(r ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest) (IntegrationOut, *_nethttp.Response, error)
- func (a *IntegrationApiService) DeleteIntegrationApiV1AppAppIdIntegrationIntegIdDelete(ctx _context.Context, integId string, appId string) ApiDeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteRequest
- func (a *IntegrationApiService) DeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteExecute(r ApiDeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteRequest) (*_nethttp.Response, error)
- func (a *IntegrationApiService) GetIntegrationApiV1AppAppIdIntegrationIntegIdGet(ctx _context.Context, integId string, appId string) ApiGetIntegrationApiV1AppAppIdIntegrationIntegIdGetRequest
- func (a *IntegrationApiService) GetIntegrationApiV1AppAppIdIntegrationIntegIdGetExecute(r ApiGetIntegrationApiV1AppAppIdIntegrationIntegIdGetRequest) (IntegrationOut, *_nethttp.Response, error)
- func (a *IntegrationApiService) GetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGet(ctx _context.Context, integId string, appId string) ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest
- func (a *IntegrationApiService) GetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetExecute(r ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest) (IntegrationKeyOut, *_nethttp.Response, error)
- func (a *IntegrationApiService) ListIntegrationsApiV1AppAppIdIntegrationGet(ctx _context.Context, appId string) ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest
- func (a *IntegrationApiService) ListIntegrationsApiV1AppAppIdIntegrationGetExecute(r ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest) (ListResponseIntegrationOut, *_nethttp.Response, error)
- func (a *IntegrationApiService) RotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePost(ctx _context.Context, integId string, appId string) ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest
- func (a *IntegrationApiService) RotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostExecute(r ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest) (IntegrationKeyOut, *_nethttp.Response, error)
- func (a *IntegrationApiService) UpdateIntegrationApiV1AppAppIdIntegrationIntegIdPut(ctx _context.Context, integId string, appId string) ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest
- func (a *IntegrationApiService) UpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutExecute(r ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest) (IntegrationOut, *_nethttp.Response, error)
- type IntegrationIn
- type IntegrationKeyOut
- type IntegrationOut
- func (o *IntegrationOut) GetCreatedAt() time.Time
- func (o *IntegrationOut) GetCreatedAtOk() (*time.Time, bool)
- func (o *IntegrationOut) GetId() string
- func (o *IntegrationOut) GetIdOk() (*string, bool)
- func (o *IntegrationOut) GetName() string
- func (o *IntegrationOut) GetNameOk() (*string, bool)
- func (o *IntegrationOut) GetUpdatedAt() time.Time
- func (o *IntegrationOut) GetUpdatedAtOk() (*time.Time, bool)
- func (o IntegrationOut) MarshalJSON() ([]byte, error)
- func (o *IntegrationOut) SetCreatedAt(v time.Time)
- func (o *IntegrationOut) SetId(v string)
- func (o *IntegrationOut) SetName(v string)
- func (o *IntegrationOut) SetUpdatedAt(v time.Time)
- type IntegrationUpdate
- type ListResponseApplicationOut
- func (o *ListResponseApplicationOut) GetData() []ApplicationOut
- func (o *ListResponseApplicationOut) GetDataOk() (*[]ApplicationOut, bool)
- func (o *ListResponseApplicationOut) GetDone() bool
- func (o *ListResponseApplicationOut) GetDoneOk() (*bool, bool)
- func (o *ListResponseApplicationOut) GetIterator() string
- func (o *ListResponseApplicationOut) GetIteratorOk() (*string, bool)
- func (o *ListResponseApplicationOut) HasIterator() bool
- func (o ListResponseApplicationOut) MarshalJSON() ([]byte, error)
- func (o *ListResponseApplicationOut) SetData(v []ApplicationOut)
- func (o *ListResponseApplicationOut) SetDone(v bool)
- func (o *ListResponseApplicationOut) SetIterator(v string)
- func (o *ListResponseApplicationOut) SetIteratorNil()
- func (o *ListResponseApplicationOut) UnsetIterator()
- type ListResponseApplicationStats
- func (o *ListResponseApplicationStats) GetData() []ApplicationStats
- func (o *ListResponseApplicationStats) GetDataOk() (*[]ApplicationStats, bool)
- func (o *ListResponseApplicationStats) GetDone() bool
- func (o *ListResponseApplicationStats) GetDoneOk() (*bool, bool)
- func (o *ListResponseApplicationStats) GetIterator() string
- func (o *ListResponseApplicationStats) GetIteratorOk() (*string, bool)
- func (o *ListResponseApplicationStats) HasIterator() bool
- func (o ListResponseApplicationStats) MarshalJSON() ([]byte, error)
- func (o *ListResponseApplicationStats) SetData(v []ApplicationStats)
- func (o *ListResponseApplicationStats) SetDone(v bool)
- func (o *ListResponseApplicationStats) SetIterator(v string)
- func (o *ListResponseApplicationStats) SetIteratorNil()
- func (o *ListResponseApplicationStats) UnsetIterator()
- type ListResponseDoubleEndpointMessageOut
- func (o *ListResponseDoubleEndpointMessageOut) GetData() []EndpointMessageOut
- func (o *ListResponseDoubleEndpointMessageOut) GetDataOk() (*[]EndpointMessageOut, bool)
- func (o *ListResponseDoubleEndpointMessageOut) GetDone() bool
- func (o *ListResponseDoubleEndpointMessageOut) GetDoneOk() (*bool, bool)
- func (o *ListResponseDoubleEndpointMessageOut) GetIterator() string
- func (o *ListResponseDoubleEndpointMessageOut) GetIteratorOk() (*string, bool)
- func (o *ListResponseDoubleEndpointMessageOut) GetPrevIterator() string
- func (o *ListResponseDoubleEndpointMessageOut) GetPrevIteratorOk() (*string, bool)
- func (o *ListResponseDoubleEndpointMessageOut) HasIterator() bool
- func (o *ListResponseDoubleEndpointMessageOut) HasPrevIterator() bool
- func (o ListResponseDoubleEndpointMessageOut) MarshalJSON() ([]byte, error)
- func (o *ListResponseDoubleEndpointMessageOut) SetData(v []EndpointMessageOut)
- func (o *ListResponseDoubleEndpointMessageOut) SetDone(v bool)
- func (o *ListResponseDoubleEndpointMessageOut) SetIterator(v string)
- func (o *ListResponseDoubleEndpointMessageOut) SetPrevIterator(v string)
- type ListResponseDoubleMessageAttemptEndpointOut
- func (o *ListResponseDoubleMessageAttemptEndpointOut) GetData() []MessageAttemptEndpointOut
- func (o *ListResponseDoubleMessageAttemptEndpointOut) GetDataOk() (*[]MessageAttemptEndpointOut, bool)
- func (o *ListResponseDoubleMessageAttemptEndpointOut) GetDone() bool
- func (o *ListResponseDoubleMessageAttemptEndpointOut) GetDoneOk() (*bool, bool)
- func (o *ListResponseDoubleMessageAttemptEndpointOut) GetIterator() string
- func (o *ListResponseDoubleMessageAttemptEndpointOut) GetIteratorOk() (*string, bool)
- func (o *ListResponseDoubleMessageAttemptEndpointOut) GetPrevIterator() string
- func (o *ListResponseDoubleMessageAttemptEndpointOut) GetPrevIteratorOk() (*string, bool)
- func (o *ListResponseDoubleMessageAttemptEndpointOut) HasIterator() bool
- func (o *ListResponseDoubleMessageAttemptEndpointOut) HasPrevIterator() bool
- func (o ListResponseDoubleMessageAttemptEndpointOut) MarshalJSON() ([]byte, error)
- func (o *ListResponseDoubleMessageAttemptEndpointOut) SetData(v []MessageAttemptEndpointOut)
- func (o *ListResponseDoubleMessageAttemptEndpointOut) SetDone(v bool)
- func (o *ListResponseDoubleMessageAttemptEndpointOut) SetIterator(v string)
- func (o *ListResponseDoubleMessageAttemptEndpointOut) SetPrevIterator(v string)
- type ListResponseDoubleMessageAttemptOut
- func (o *ListResponseDoubleMessageAttemptOut) GetData() []MessageAttemptOut
- func (o *ListResponseDoubleMessageAttemptOut) GetDataOk() (*[]MessageAttemptOut, bool)
- func (o *ListResponseDoubleMessageAttemptOut) GetDone() bool
- func (o *ListResponseDoubleMessageAttemptOut) GetDoneOk() (*bool, bool)
- func (o *ListResponseDoubleMessageAttemptOut) GetIterator() string
- func (o *ListResponseDoubleMessageAttemptOut) GetIteratorOk() (*string, bool)
- func (o *ListResponseDoubleMessageAttemptOut) GetPrevIterator() string
- func (o *ListResponseDoubleMessageAttemptOut) GetPrevIteratorOk() (*string, bool)
- func (o *ListResponseDoubleMessageAttemptOut) HasIterator() bool
- func (o *ListResponseDoubleMessageAttemptOut) HasPrevIterator() bool
- func (o ListResponseDoubleMessageAttemptOut) MarshalJSON() ([]byte, error)
- func (o *ListResponseDoubleMessageAttemptOut) SetData(v []MessageAttemptOut)
- func (o *ListResponseDoubleMessageAttemptOut) SetDone(v bool)
- func (o *ListResponseDoubleMessageAttemptOut) SetIterator(v string)
- func (o *ListResponseDoubleMessageAttemptOut) SetPrevIterator(v string)
- type ListResponseDoubleMessageOut
- func (o *ListResponseDoubleMessageOut) GetData() []MessageOut
- func (o *ListResponseDoubleMessageOut) GetDataOk() (*[]MessageOut, bool)
- func (o *ListResponseDoubleMessageOut) GetDone() bool
- func (o *ListResponseDoubleMessageOut) GetDoneOk() (*bool, bool)
- func (o *ListResponseDoubleMessageOut) GetIterator() string
- func (o *ListResponseDoubleMessageOut) GetIteratorOk() (*string, bool)
- func (o *ListResponseDoubleMessageOut) GetPrevIterator() string
- func (o *ListResponseDoubleMessageOut) GetPrevIteratorOk() (*string, bool)
- func (o *ListResponseDoubleMessageOut) HasIterator() bool
- func (o *ListResponseDoubleMessageOut) HasPrevIterator() bool
- func (o ListResponseDoubleMessageOut) MarshalJSON() ([]byte, error)
- func (o *ListResponseDoubleMessageOut) SetData(v []MessageOut)
- func (o *ListResponseDoubleMessageOut) SetDone(v bool)
- func (o *ListResponseDoubleMessageOut) SetIterator(v string)
- func (o *ListResponseDoubleMessageOut) SetPrevIterator(v string)
- type ListResponseEndpointMessageOut
- func (o *ListResponseEndpointMessageOut) GetData() []EndpointMessageOut
- func (o *ListResponseEndpointMessageOut) GetDataOk() (*[]EndpointMessageOut, bool)
- func (o *ListResponseEndpointMessageOut) GetDone() bool
- func (o *ListResponseEndpointMessageOut) GetDoneOk() (*bool, bool)
- func (o *ListResponseEndpointMessageOut) GetIterator() string
- func (o *ListResponseEndpointMessageOut) GetIteratorOk() (*string, bool)
- func (o *ListResponseEndpointMessageOut) GetPrevIterator() string
- func (o *ListResponseEndpointMessageOut) GetPrevIteratorOk() (*string, bool)
- func (o *ListResponseEndpointMessageOut) HasIterator() bool
- func (o *ListResponseEndpointMessageOut) HasPrevIterator() bool
- func (o ListResponseEndpointMessageOut) MarshalJSON() ([]byte, error)
- func (o *ListResponseEndpointMessageOut) SetData(v []EndpointMessageOut)
- func (o *ListResponseEndpointMessageOut) SetDone(v bool)
- func (o *ListResponseEndpointMessageOut) SetIterator(v string)
- func (o *ListResponseEndpointMessageOut) SetIteratorNil()
- func (o *ListResponseEndpointMessageOut) SetPrevIterator(v string)
- func (o *ListResponseEndpointMessageOut) SetPrevIteratorNil()
- func (o *ListResponseEndpointMessageOut) UnsetIterator()
- func (o *ListResponseEndpointMessageOut) UnsetPrevIterator()
- type ListResponseEndpointOut
- func (o *ListResponseEndpointOut) GetData() []EndpointOut
- func (o *ListResponseEndpointOut) GetDataOk() (*[]EndpointOut, bool)
- func (o *ListResponseEndpointOut) GetDone() bool
- func (o *ListResponseEndpointOut) GetDoneOk() (*bool, bool)
- func (o *ListResponseEndpointOut) GetIterator() string
- func (o *ListResponseEndpointOut) GetIteratorOk() (*string, bool)
- func (o *ListResponseEndpointOut) GetPrevIterator() string
- func (o *ListResponseEndpointOut) GetPrevIteratorOk() (*string, bool)
- func (o *ListResponseEndpointOut) HasIterator() bool
- func (o *ListResponseEndpointOut) HasPrevIterator() bool
- func (o ListResponseEndpointOut) MarshalJSON() ([]byte, error)
- func (o *ListResponseEndpointOut) SetData(v []EndpointOut)
- func (o *ListResponseEndpointOut) SetDone(v bool)
- func (o *ListResponseEndpointOut) SetIterator(v string)
- func (o *ListResponseEndpointOut) SetIteratorNil()
- func (o *ListResponseEndpointOut) SetPrevIterator(v string)
- func (o *ListResponseEndpointOut) SetPrevIteratorNil()
- func (o *ListResponseEndpointOut) UnsetIterator()
- func (o *ListResponseEndpointOut) UnsetPrevIterator()
- type ListResponseEventTypeOut
- func (o *ListResponseEventTypeOut) GetData() []EventTypeOut
- func (o *ListResponseEventTypeOut) GetDataOk() (*[]EventTypeOut, bool)
- func (o *ListResponseEventTypeOut) GetDone() bool
- func (o *ListResponseEventTypeOut) GetDoneOk() (*bool, bool)
- func (o *ListResponseEventTypeOut) GetIterator() string
- func (o *ListResponseEventTypeOut) GetIteratorOk() (*string, bool)
- func (o *ListResponseEventTypeOut) HasIterator() bool
- func (o ListResponseEventTypeOut) MarshalJSON() ([]byte, error)
- func (o *ListResponseEventTypeOut) SetData(v []EventTypeOut)
- func (o *ListResponseEventTypeOut) SetDone(v bool)
- func (o *ListResponseEventTypeOut) SetIterator(v string)
- func (o *ListResponseEventTypeOut) SetIteratorNil()
- func (o *ListResponseEventTypeOut) UnsetIterator()
- type ListResponseIntegrationOut
- func (o *ListResponseIntegrationOut) GetData() []IntegrationOut
- func (o *ListResponseIntegrationOut) GetDataOk() (*[]IntegrationOut, bool)
- func (o *ListResponseIntegrationOut) GetDone() bool
- func (o *ListResponseIntegrationOut) GetDoneOk() (*bool, bool)
- func (o *ListResponseIntegrationOut) GetIterator() string
- func (o *ListResponseIntegrationOut) GetIteratorOk() (*string, bool)
- func (o *ListResponseIntegrationOut) HasIterator() bool
- func (o ListResponseIntegrationOut) MarshalJSON() ([]byte, error)
- func (o *ListResponseIntegrationOut) SetData(v []IntegrationOut)
- func (o *ListResponseIntegrationOut) SetDone(v bool)
- func (o *ListResponseIntegrationOut) SetIterator(v string)
- func (o *ListResponseIntegrationOut) SetIteratorNil()
- func (o *ListResponseIntegrationOut) UnsetIterator()
- type ListResponseMessageAttemptEndpointOut
- func (o *ListResponseMessageAttemptEndpointOut) GetData() []MessageAttemptEndpointOut
- func (o *ListResponseMessageAttemptEndpointOut) GetDataOk() (*[]MessageAttemptEndpointOut, bool)
- func (o *ListResponseMessageAttemptEndpointOut) GetDone() bool
- func (o *ListResponseMessageAttemptEndpointOut) GetDoneOk() (*bool, bool)
- func (o *ListResponseMessageAttemptEndpointOut) GetIterator() string
- func (o *ListResponseMessageAttemptEndpointOut) GetIteratorOk() (*string, bool)
- func (o *ListResponseMessageAttemptEndpointOut) GetPrevIterator() string
- func (o *ListResponseMessageAttemptEndpointOut) GetPrevIteratorOk() (*string, bool)
- func (o *ListResponseMessageAttemptEndpointOut) HasIterator() bool
- func (o *ListResponseMessageAttemptEndpointOut) HasPrevIterator() bool
- func (o ListResponseMessageAttemptEndpointOut) MarshalJSON() ([]byte, error)
- func (o *ListResponseMessageAttemptEndpointOut) SetData(v []MessageAttemptEndpointOut)
- func (o *ListResponseMessageAttemptEndpointOut) SetDone(v bool)
- func (o *ListResponseMessageAttemptEndpointOut) SetIterator(v string)
- func (o *ListResponseMessageAttemptEndpointOut) SetIteratorNil()
- func (o *ListResponseMessageAttemptEndpointOut) SetPrevIterator(v string)
- func (o *ListResponseMessageAttemptEndpointOut) SetPrevIteratorNil()
- func (o *ListResponseMessageAttemptEndpointOut) UnsetIterator()
- func (o *ListResponseMessageAttemptEndpointOut) UnsetPrevIterator()
- type ListResponseMessageAttemptOut
- func (o *ListResponseMessageAttemptOut) GetData() []MessageAttemptOut
- func (o *ListResponseMessageAttemptOut) GetDataOk() (*[]MessageAttemptOut, bool)
- func (o *ListResponseMessageAttemptOut) GetDone() bool
- func (o *ListResponseMessageAttemptOut) GetDoneOk() (*bool, bool)
- func (o *ListResponseMessageAttemptOut) GetIterator() string
- func (o *ListResponseMessageAttemptOut) GetIteratorOk() (*string, bool)
- func (o *ListResponseMessageAttemptOut) GetPrevIterator() string
- func (o *ListResponseMessageAttemptOut) GetPrevIteratorOk() (*string, bool)
- func (o *ListResponseMessageAttemptOut) HasIterator() bool
- func (o *ListResponseMessageAttemptOut) HasPrevIterator() bool
- func (o ListResponseMessageAttemptOut) MarshalJSON() ([]byte, error)
- func (o *ListResponseMessageAttemptOut) SetData(v []MessageAttemptOut)
- func (o *ListResponseMessageAttemptOut) SetDone(v bool)
- func (o *ListResponseMessageAttemptOut) SetIterator(v string)
- func (o *ListResponseMessageAttemptOut) SetIteratorNil()
- func (o *ListResponseMessageAttemptOut) SetPrevIterator(v string)
- func (o *ListResponseMessageAttemptOut) SetPrevIteratorNil()
- func (o *ListResponseMessageAttemptOut) UnsetIterator()
- func (o *ListResponseMessageAttemptOut) UnsetPrevIterator()
- type ListResponseMessageEndpointOut
- func (o *ListResponseMessageEndpointOut) GetData() []MessageEndpointOut
- func (o *ListResponseMessageEndpointOut) GetDataOk() (*[]MessageEndpointOut, bool)
- func (o *ListResponseMessageEndpointOut) GetDone() bool
- func (o *ListResponseMessageEndpointOut) GetDoneOk() (*bool, bool)
- func (o *ListResponseMessageEndpointOut) GetIterator() string
- func (o *ListResponseMessageEndpointOut) GetIteratorOk() (*string, bool)
- func (o *ListResponseMessageEndpointOut) HasIterator() bool
- func (o ListResponseMessageEndpointOut) MarshalJSON() ([]byte, error)
- func (o *ListResponseMessageEndpointOut) SetData(v []MessageEndpointOut)
- func (o *ListResponseMessageEndpointOut) SetDone(v bool)
- func (o *ListResponseMessageEndpointOut) SetIterator(v string)
- func (o *ListResponseMessageEndpointOut) SetIteratorNil()
- func (o *ListResponseMessageEndpointOut) UnsetIterator()
- type ListResponseMessageOut
- func (o *ListResponseMessageOut) GetData() []MessageOut
- func (o *ListResponseMessageOut) GetDataOk() (*[]MessageOut, bool)
- func (o *ListResponseMessageOut) GetDone() bool
- func (o *ListResponseMessageOut) GetDoneOk() (*bool, bool)
- func (o *ListResponseMessageOut) GetIterator() string
- func (o *ListResponseMessageOut) GetIteratorOk() (*string, bool)
- func (o *ListResponseMessageOut) GetPrevIterator() string
- func (o *ListResponseMessageOut) GetPrevIteratorOk() (*string, bool)
- func (o *ListResponseMessageOut) HasIterator() bool
- func (o *ListResponseMessageOut) HasPrevIterator() bool
- func (o ListResponseMessageOut) MarshalJSON() ([]byte, error)
- func (o *ListResponseMessageOut) SetData(v []MessageOut)
- func (o *ListResponseMessageOut) SetDone(v bool)
- func (o *ListResponseMessageOut) SetIterator(v string)
- func (o *ListResponseMessageOut) SetIteratorNil()
- func (o *ListResponseMessageOut) SetPrevIterator(v string)
- func (o *ListResponseMessageOut) SetPrevIteratorNil()
- func (o *ListResponseMessageOut) UnsetIterator()
- func (o *ListResponseMessageOut) UnsetPrevIterator()
- type MessageApiService
- func (a *MessageApiService) CreateMessageApiV1AppAppIdMsgPost(ctx _context.Context, appId string) ApiCreateMessageApiV1AppAppIdMsgPostRequest
- func (a *MessageApiService) CreateMessageApiV1AppAppIdMsgPostExecute(r ApiCreateMessageApiV1AppAppIdMsgPostRequest) (MessageOut, *_nethttp.Response, error)
- func (a *MessageApiService) ExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDelete(ctx _context.Context, msgId string, appId string) ApiExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteRequest
- func (a *MessageApiService) ExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteExecute(r ApiExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteRequest) (*_nethttp.Response, error)
- func (a *MessageApiService) GetMessageApiV1AppAppIdMsgMsgIdGet(ctx _context.Context, msgId string, appId string) ApiGetMessageApiV1AppAppIdMsgMsgIdGetRequest
- func (a *MessageApiService) GetMessageApiV1AppAppIdMsgMsgIdGetExecute(r ApiGetMessageApiV1AppAppIdMsgMsgIdGetRequest) (MessageOut, *_nethttp.Response, error)
- func (a *MessageApiService) ListMessagesApiV1AppAppIdMsgGet(ctx _context.Context, appId string) ApiListMessagesApiV1AppAppIdMsgGetRequest
- func (a *MessageApiService) ListMessagesApiV1AppAppIdMsgGetExecute(r ApiListMessagesApiV1AppAppIdMsgGetRequest) (ListResponseMessageOut, *_nethttp.Response, error)
- type MessageAttemptApiService
- func (a *MessageAttemptApiService) ExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDelete(ctx _context.Context, attemptId string, msgId string, appId string) ...
- func (a *MessageAttemptApiService) ExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDeleteExecute(...) (*_nethttp.Response, error)
- func (a *MessageAttemptApiService) GetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGet(ctx _context.Context, attemptId string, msgId string, appId string) ApiGetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetRequest
- func (a *MessageAttemptApiService) GetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetExecute(r ApiGetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetRequest) (MessageAttemptOut, *_nethttp.Response, error)
- func (a *MessageAttemptApiService) GetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGet(ctx _context.Context, appId string, msgId string, attemptId string) ApiGetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetRequest
- func (a *MessageAttemptApiService) GetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetExecute(r ApiGetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetRequest) (MessageAttemptHeadersOut, *_nethttp.Response, error)
- func (a *MessageAttemptApiService) ListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGet(ctx _context.Context, msgId string, appId string) ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest
- func (a *MessageAttemptApiService) ListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetExecute(r ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest) (ListResponseMessageEndpointOut, *_nethttp.Response, error)
- func (a *MessageAttemptApiService) ListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGet(ctx _context.Context, endpointId string, appId string) ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest
- func (a *MessageAttemptApiService) ListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetExecute(r ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest) (ListResponseEndpointMessageOut, *_nethttp.Response, error)
- func (a *MessageAttemptApiService) ListAttemptsApiV1AppAppIdMsgMsgIdAttemptGet(ctx _context.Context, appId string, msgId string) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
- func (a *MessageAttemptApiService) ListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetExecute(r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) (ListResponseMessageAttemptOut, *_nethttp.Response, error)
- func (a *MessageAttemptApiService) ListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGet(ctx _context.Context, appId string, endpointId string) ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest
- func (a *MessageAttemptApiService) ListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetExecute(r ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) (ListResponseMessageAttemptOut, *_nethttp.Response, error)
- func (a *MessageAttemptApiService) ListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGet(ctx _context.Context, appId string, msgId string) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
- func (a *MessageAttemptApiService) ListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetExecute(r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) (ListResponseMessageAttemptOut, *_nethttp.Response, error)
- func (a *MessageAttemptApiService) ListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGet(ctx _context.Context, msgId string, appId string, endpointId string) ...
- func (a *MessageAttemptApiService) ListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetExecute(...) (ListResponseMessageAttemptEndpointOut, *_nethttp.Response, error)
- func (a *MessageAttemptApiService) ResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPost(ctx _context.Context, endpointId string, msgId string, appId string) ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest
- func (a *MessageAttemptApiService) ResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostExecute(r ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest) (*_nethttp.Response, error)
- type MessageAttemptEndpointOut
- func (o *MessageAttemptEndpointOut) GetEndpointId() string
- func (o *MessageAttemptEndpointOut) GetEndpointIdOk() (*string, bool)
- func (o *MessageAttemptEndpointOut) GetId() string
- func (o *MessageAttemptEndpointOut) GetIdOk() (*string, bool)
- func (o *MessageAttemptEndpointOut) GetMsgId() string
- func (o *MessageAttemptEndpointOut) GetMsgIdOk() (*string, bool)
- func (o *MessageAttemptEndpointOut) GetResponse() string
- func (o *MessageAttemptEndpointOut) GetResponseOk() (*string, bool)
- func (o *MessageAttemptEndpointOut) GetResponseStatusCode() int32
- func (o *MessageAttemptEndpointOut) GetResponseStatusCodeOk() (*int32, bool)
- func (o *MessageAttemptEndpointOut) GetStatus() MessageStatus
- func (o *MessageAttemptEndpointOut) GetStatusOk() (*MessageStatus, bool)
- func (o *MessageAttemptEndpointOut) GetTimestamp() time.Time
- func (o *MessageAttemptEndpointOut) GetTimestampOk() (*time.Time, bool)
- func (o *MessageAttemptEndpointOut) GetTriggerType() MessageAttemptTriggerType
- func (o *MessageAttemptEndpointOut) GetTriggerTypeOk() (*MessageAttemptTriggerType, bool)
- func (o *MessageAttemptEndpointOut) GetUrl() string
- func (o *MessageAttemptEndpointOut) GetUrlOk() (*string, bool)
- func (o MessageAttemptEndpointOut) MarshalJSON() ([]byte, error)
- func (o *MessageAttemptEndpointOut) SetEndpointId(v string)
- func (o *MessageAttemptEndpointOut) SetId(v string)
- func (o *MessageAttemptEndpointOut) SetMsgId(v string)
- func (o *MessageAttemptEndpointOut) SetResponse(v string)
- func (o *MessageAttemptEndpointOut) SetResponseStatusCode(v int32)
- func (o *MessageAttemptEndpointOut) SetStatus(v MessageStatus)
- func (o *MessageAttemptEndpointOut) SetTimestamp(v time.Time)
- func (o *MessageAttemptEndpointOut) SetTriggerType(v MessageAttemptTriggerType)
- func (o *MessageAttemptEndpointOut) SetUrl(v string)
- type MessageAttemptExhaustedEvent
- func (o *MessageAttemptExhaustedEvent) GetData() MessageAttemptExhaustedEventData
- func (o *MessageAttemptExhaustedEvent) GetDataOk() (*MessageAttemptExhaustedEventData, bool)
- func (o *MessageAttemptExhaustedEvent) GetType() string
- func (o *MessageAttemptExhaustedEvent) GetTypeOk() (*string, bool)
- func (o *MessageAttemptExhaustedEvent) HasType() bool
- func (o MessageAttemptExhaustedEvent) MarshalJSON() ([]byte, error)
- func (o *MessageAttemptExhaustedEvent) SetData(v MessageAttemptExhaustedEventData)
- func (o *MessageAttemptExhaustedEvent) SetType(v string)
- type MessageAttemptExhaustedEventData
- func (o *MessageAttemptExhaustedEventData) GetAppId() string
- func (o *MessageAttemptExhaustedEventData) GetAppIdOk() (*string, bool)
- func (o *MessageAttemptExhaustedEventData) GetAppUid() string
- func (o *MessageAttemptExhaustedEventData) GetAppUidOk() (*string, bool)
- func (o *MessageAttemptExhaustedEventData) GetEndpointId() string
- func (o *MessageAttemptExhaustedEventData) GetEndpointIdOk() (*string, bool)
- func (o *MessageAttemptExhaustedEventData) GetLastAttempt() MessageAttemptFailedData
- func (o *MessageAttemptExhaustedEventData) GetLastAttemptOk() (*MessageAttemptFailedData, bool)
- func (o *MessageAttemptExhaustedEventData) GetMsgEventId() string
- func (o *MessageAttemptExhaustedEventData) GetMsgEventIdOk() (*string, bool)
- func (o *MessageAttemptExhaustedEventData) GetMsgId() string
- func (o *MessageAttemptExhaustedEventData) GetMsgIdOk() (*string, bool)
- func (o *MessageAttemptExhaustedEventData) HasAppUid() bool
- func (o *MessageAttemptExhaustedEventData) HasMsgEventId() bool
- func (o MessageAttemptExhaustedEventData) MarshalJSON() ([]byte, error)
- func (o *MessageAttemptExhaustedEventData) SetAppId(v string)
- func (o *MessageAttemptExhaustedEventData) SetAppUid(v string)
- func (o *MessageAttemptExhaustedEventData) SetAppUidNil()
- func (o *MessageAttemptExhaustedEventData) SetEndpointId(v string)
- func (o *MessageAttemptExhaustedEventData) SetLastAttempt(v MessageAttemptFailedData)
- func (o *MessageAttemptExhaustedEventData) SetMsgEventId(v string)
- func (o *MessageAttemptExhaustedEventData) SetMsgEventIdNil()
- func (o *MessageAttemptExhaustedEventData) SetMsgId(v string)
- func (o *MessageAttemptExhaustedEventData) UnsetAppUid()
- func (o *MessageAttemptExhaustedEventData) UnsetMsgEventId()
- type MessageAttemptFailedData
- func (o *MessageAttemptFailedData) GetId() string
- func (o *MessageAttemptFailedData) GetIdOk() (*string, bool)
- func (o *MessageAttemptFailedData) GetResponseStatusCode() int32
- func (o *MessageAttemptFailedData) GetResponseStatusCodeOk() (*int32, bool)
- func (o *MessageAttemptFailedData) GetTimestamp() time.Time
- func (o *MessageAttemptFailedData) GetTimestampOk() (*time.Time, bool)
- func (o MessageAttemptFailedData) MarshalJSON() ([]byte, error)
- func (o *MessageAttemptFailedData) SetId(v string)
- func (o *MessageAttemptFailedData) SetResponseStatusCode(v int32)
- func (o *MessageAttemptFailedData) SetTimestamp(v time.Time)
- type MessageAttemptFailedEvent
- func (o *MessageAttemptFailedEvent) GetId() string
- func (o *MessageAttemptFailedEvent) GetIdOk() (*string, bool)
- func (o *MessageAttemptFailedEvent) GetResponseStatusCode() int32
- func (o *MessageAttemptFailedEvent) GetResponseStatusCodeOk() (*int32, bool)
- func (o *MessageAttemptFailedEvent) GetTimestamp() time.Time
- func (o *MessageAttemptFailedEvent) GetTimestampOk() (*time.Time, bool)
- func (o MessageAttemptFailedEvent) MarshalJSON() ([]byte, error)
- func (o *MessageAttemptFailedEvent) SetId(v string)
- func (o *MessageAttemptFailedEvent) SetResponseStatusCode(v int32)
- func (o *MessageAttemptFailedEvent) SetTimestamp(v time.Time)
- type MessageAttemptFailingEvent
- func (o *MessageAttemptFailingEvent) GetData() MessageAttemptFailingEventData
- func (o *MessageAttemptFailingEvent) GetDataOk() (*MessageAttemptFailingEventData, bool)
- func (o *MessageAttemptFailingEvent) GetType() string
- func (o *MessageAttemptFailingEvent) GetTypeOk() (*string, bool)
- func (o *MessageAttemptFailingEvent) HasType() bool
- func (o MessageAttemptFailingEvent) MarshalJSON() ([]byte, error)
- func (o *MessageAttemptFailingEvent) SetData(v MessageAttemptFailingEventData)
- func (o *MessageAttemptFailingEvent) SetType(v string)
- type MessageAttemptFailingEventData
- func (o *MessageAttemptFailingEventData) GetAppId() string
- func (o *MessageAttemptFailingEventData) GetAppIdOk() (*string, bool)
- func (o *MessageAttemptFailingEventData) GetAppUid() string
- func (o *MessageAttemptFailingEventData) GetAppUidOk() (*string, bool)
- func (o *MessageAttemptFailingEventData) GetEndpointId() string
- func (o *MessageAttemptFailingEventData) GetEndpointIdOk() (*string, bool)
- func (o *MessageAttemptFailingEventData) GetLastAttempt() MessageAttemptFailedData
- func (o *MessageAttemptFailingEventData) GetLastAttemptOk() (*MessageAttemptFailedData, bool)
- func (o *MessageAttemptFailingEventData) GetMsgEventId() string
- func (o *MessageAttemptFailingEventData) GetMsgEventIdOk() (*string, bool)
- func (o *MessageAttemptFailingEventData) GetMsgId() string
- func (o *MessageAttemptFailingEventData) GetMsgIdOk() (*string, bool)
- func (o *MessageAttemptFailingEventData) HasAppUid() bool
- func (o *MessageAttemptFailingEventData) HasMsgEventId() bool
- func (o MessageAttemptFailingEventData) MarshalJSON() ([]byte, error)
- func (o *MessageAttemptFailingEventData) SetAppId(v string)
- func (o *MessageAttemptFailingEventData) SetAppUid(v string)
- func (o *MessageAttemptFailingEventData) SetAppUidNil()
- func (o *MessageAttemptFailingEventData) SetEndpointId(v string)
- func (o *MessageAttemptFailingEventData) SetLastAttempt(v MessageAttemptFailedData)
- func (o *MessageAttemptFailingEventData) SetMsgEventId(v string)
- func (o *MessageAttemptFailingEventData) SetMsgEventIdNil()
- func (o *MessageAttemptFailingEventData) SetMsgId(v string)
- func (o *MessageAttemptFailingEventData) UnsetAppUid()
- func (o *MessageAttemptFailingEventData) UnsetMsgEventId()
- type MessageAttemptHeadersOut
- type MessageAttemptOut
- func (o *MessageAttemptOut) GetEndpointId() string
- func (o *MessageAttemptOut) GetEndpointIdOk() (*string, bool)
- func (o *MessageAttemptOut) GetId() string
- func (o *MessageAttemptOut) GetIdOk() (*string, bool)
- func (o *MessageAttemptOut) GetMsgId() string
- func (o *MessageAttemptOut) GetMsgIdOk() (*string, bool)
- func (o *MessageAttemptOut) GetResponse() string
- func (o *MessageAttemptOut) GetResponseOk() (*string, bool)
- func (o *MessageAttemptOut) GetResponseStatusCode() int32
- func (o *MessageAttemptOut) GetResponseStatusCodeOk() (*int32, bool)
- func (o *MessageAttemptOut) GetStatus() MessageStatus
- func (o *MessageAttemptOut) GetStatusOk() (*MessageStatus, bool)
- func (o *MessageAttemptOut) GetTimestamp() time.Time
- func (o *MessageAttemptOut) GetTimestampOk() (*time.Time, bool)
- func (o *MessageAttemptOut) GetTriggerType() MessageAttemptTriggerType
- func (o *MessageAttemptOut) GetTriggerTypeOk() (*MessageAttemptTriggerType, bool)
- func (o *MessageAttemptOut) GetUrl() string
- func (o *MessageAttemptOut) GetUrlOk() (*string, bool)
- func (o MessageAttemptOut) MarshalJSON() ([]byte, error)
- func (o *MessageAttemptOut) SetEndpointId(v string)
- func (o *MessageAttemptOut) SetId(v string)
- func (o *MessageAttemptOut) SetMsgId(v string)
- func (o *MessageAttemptOut) SetResponse(v string)
- func (o *MessageAttemptOut) SetResponseStatusCode(v int32)
- func (o *MessageAttemptOut) SetStatus(v MessageStatus)
- func (o *MessageAttemptOut) SetTimestamp(v time.Time)
- func (o *MessageAttemptOut) SetTriggerType(v MessageAttemptTriggerType)
- func (o *MessageAttemptOut) SetUrl(v string)
- type MessageAttemptTriggerType
- type MessageEndpointOut
- func (o *MessageEndpointOut) GetChannels() []string
- func (o *MessageEndpointOut) GetChannelsOk() (*[]string, bool)
- func (o *MessageEndpointOut) GetCreatedAt() time.Time
- func (o *MessageEndpointOut) GetCreatedAtOk() (*time.Time, bool)
- func (o *MessageEndpointOut) GetDescription() string
- func (o *MessageEndpointOut) GetDescriptionOk() (*string, bool)
- func (o *MessageEndpointOut) GetDisabled() bool
- func (o *MessageEndpointOut) GetDisabledOk() (*bool, bool)
- func (o *MessageEndpointOut) GetFilterTypes() []string
- func (o *MessageEndpointOut) GetFilterTypesOk() (*[]string, bool)
- func (o *MessageEndpointOut) GetId() string
- func (o *MessageEndpointOut) GetIdOk() (*string, bool)
- func (o *MessageEndpointOut) GetMetadata() map[string]string
- func (o *MessageEndpointOut) GetMetadataOk() (*map[string]string, bool)
- func (o *MessageEndpointOut) GetNextAttempt() time.Time
- func (o *MessageEndpointOut) GetNextAttemptOk() (*time.Time, bool)
- func (o *MessageEndpointOut) GetRateLimit() int32
- func (o *MessageEndpointOut) GetRateLimitOk() (*int32, bool)
- func (o *MessageEndpointOut) GetStatus() MessageStatus
- func (o *MessageEndpointOut) GetStatusOk() (*MessageStatus, bool)
- func (o *MessageEndpointOut) GetUid() string
- func (o *MessageEndpointOut) GetUidOk() (*string, bool)
- func (o *MessageEndpointOut) GetUrl() string
- func (o *MessageEndpointOut) GetUrlOk() (*string, bool)
- func (o *MessageEndpointOut) GetVersion() int32
- func (o *MessageEndpointOut) GetVersionOk() (*int32, bool)
- func (o *MessageEndpointOut) HasChannels() bool
- func (o *MessageEndpointOut) HasDescription() bool
- func (o *MessageEndpointOut) HasDisabled() bool
- func (o *MessageEndpointOut) HasFilterTypes() bool
- func (o *MessageEndpointOut) HasMetadata() bool
- func (o *MessageEndpointOut) HasNextAttempt() bool
- func (o *MessageEndpointOut) HasRateLimit() bool
- func (o *MessageEndpointOut) HasUid() bool
- func (o MessageEndpointOut) MarshalJSON() ([]byte, error)
- func (o *MessageEndpointOut) SetChannels(v []string)
- func (o *MessageEndpointOut) SetCreatedAt(v time.Time)
- func (o *MessageEndpointOut) SetDescription(v string)
- func (o *MessageEndpointOut) SetDisabled(v bool)
- func (o *MessageEndpointOut) SetFilterTypes(v []string)
- func (o *MessageEndpointOut) SetId(v string)
- func (o *MessageEndpointOut) SetMetadata(v map[string]string)
- func (o *MessageEndpointOut) SetNextAttempt(v time.Time)
- func (o *MessageEndpointOut) SetNextAttemptNil()
- func (o *MessageEndpointOut) SetRateLimit(v int32)
- func (o *MessageEndpointOut) SetRateLimitNil()
- func (o *MessageEndpointOut) SetStatus(v MessageStatus)
- func (o *MessageEndpointOut) SetUid(v string)
- func (o *MessageEndpointOut) SetUidNil()
- func (o *MessageEndpointOut) SetUrl(v string)
- func (o *MessageEndpointOut) SetVersion(v int32)
- func (o *MessageEndpointOut) UnsetNextAttempt()
- func (o *MessageEndpointOut) UnsetRateLimit()
- func (o *MessageEndpointOut) UnsetUid()
- type MessageIn
- func (o *MessageIn) GetChannels() []string
- func (o *MessageIn) GetChannelsOk() (*[]string, bool)
- func (o *MessageIn) GetEventId() string
- func (o *MessageIn) GetEventIdOk() (*string, bool)
- func (o *MessageIn) GetEventType() string
- func (o *MessageIn) GetEventTypeOk() (*string, bool)
- func (o *MessageIn) GetPayload() map[string]interface{}
- func (o *MessageIn) GetPayloadOk() (*map[string]interface{}, bool)
- func (o *MessageIn) GetPayloadRetentionPeriod() int32
- func (o *MessageIn) GetPayloadRetentionPeriodOk() (*int32, bool)
- func (o *MessageIn) HasChannels() bool
- func (o *MessageIn) HasEventId() bool
- func (o *MessageIn) HasPayloadRetentionPeriod() bool
- func (o MessageIn) MarshalJSON() ([]byte, error)
- func (o *MessageIn) SetChannels(v []string)
- func (o *MessageIn) SetEventId(v string)
- func (o *MessageIn) SetEventIdNil()
- func (o *MessageIn) SetEventType(v string)
- func (o *MessageIn) SetPayload(v map[string]interface{})
- func (o *MessageIn) SetPayloadRetentionPeriod(v int32)
- func (o *MessageIn) UnsetEventId()
- type MessageOut
- func (o *MessageOut) GetChannels() []string
- func (o *MessageOut) GetChannelsOk() (*[]string, bool)
- func (o *MessageOut) GetEventId() string
- func (o *MessageOut) GetEventIdOk() (*string, bool)
- func (o *MessageOut) GetEventType() string
- func (o *MessageOut) GetEventTypeOk() (*string, bool)
- func (o *MessageOut) GetId() string
- func (o *MessageOut) GetIdOk() (*string, bool)
- func (o *MessageOut) GetPayload() map[string]interface{}
- func (o *MessageOut) GetPayloadOk() (*map[string]interface{}, bool)
- func (o *MessageOut) GetTimestamp() time.Time
- func (o *MessageOut) GetTimestampOk() (*time.Time, bool)
- func (o *MessageOut) HasChannels() bool
- func (o *MessageOut) HasEventId() bool
- func (o MessageOut) MarshalJSON() ([]byte, error)
- func (o *MessageOut) SetChannels(v []string)
- func (o *MessageOut) SetEventId(v string)
- func (o *MessageOut) SetEventIdNil()
- func (o *MessageOut) SetEventType(v string)
- func (o *MessageOut) SetId(v string)
- func (o *MessageOut) SetPayload(v map[string]interface{})
- func (o *MessageOut) SetTimestamp(v time.Time)
- func (o *MessageOut) UnsetEventId()
- type MessageStatus
- type NullableAppPortalAccessIn
- func (v NullableAppPortalAccessIn) Get() *AppPortalAccessIn
- func (v NullableAppPortalAccessIn) IsSet() bool
- func (v NullableAppPortalAccessIn) MarshalJSON() ([]byte, error)
- func (v *NullableAppPortalAccessIn) Set(val *AppPortalAccessIn)
- func (v *NullableAppPortalAccessIn) UnmarshalJSON(src []byte) error
- func (v *NullableAppPortalAccessIn) Unset()
- type NullableAppPortalAccessOut
- func (v NullableAppPortalAccessOut) Get() *AppPortalAccessOut
- func (v NullableAppPortalAccessOut) IsSet() bool
- func (v NullableAppPortalAccessOut) MarshalJSON() ([]byte, error)
- func (v *NullableAppPortalAccessOut) Set(val *AppPortalAccessOut)
- func (v *NullableAppPortalAccessOut) UnmarshalJSON(src []byte) error
- func (v *NullableAppPortalAccessOut) Unset()
- type NullableApplicationIn
- func (v NullableApplicationIn) Get() *ApplicationIn
- func (v NullableApplicationIn) IsSet() bool
- func (v NullableApplicationIn) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationIn) Set(val *ApplicationIn)
- func (v *NullableApplicationIn) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationIn) Unset()
- type NullableApplicationOut
- func (v NullableApplicationOut) Get() *ApplicationOut
- func (v NullableApplicationOut) IsSet() bool
- func (v NullableApplicationOut) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationOut) Set(val *ApplicationOut)
- func (v *NullableApplicationOut) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationOut) Unset()
- type NullableApplicationStats
- func (v NullableApplicationStats) Get() *ApplicationStats
- func (v NullableApplicationStats) IsSet() bool
- func (v NullableApplicationStats) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationStats) Set(val *ApplicationStats)
- func (v *NullableApplicationStats) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationStats) Unset()
- type NullableApplicationTokenExpireIn
- func (v NullableApplicationTokenExpireIn) Get() *ApplicationTokenExpireIn
- func (v NullableApplicationTokenExpireIn) IsSet() bool
- func (v NullableApplicationTokenExpireIn) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationTokenExpireIn) Set(val *ApplicationTokenExpireIn)
- func (v *NullableApplicationTokenExpireIn) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationTokenExpireIn) Unset()
- type NullableAttemptStatisticsData
- func (v NullableAttemptStatisticsData) Get() *AttemptStatisticsData
- func (v NullableAttemptStatisticsData) IsSet() bool
- func (v NullableAttemptStatisticsData) MarshalJSON() ([]byte, error)
- func (v *NullableAttemptStatisticsData) Set(val *AttemptStatisticsData)
- func (v *NullableAttemptStatisticsData) UnmarshalJSON(src []byte) error
- func (v *NullableAttemptStatisticsData) Unset()
- type NullableAttemptStatisticsResponse
- func (v NullableAttemptStatisticsResponse) Get() *AttemptStatisticsResponse
- func (v NullableAttemptStatisticsResponse) IsSet() bool
- func (v NullableAttemptStatisticsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAttemptStatisticsResponse) Set(val *AttemptStatisticsResponse)
- func (v *NullableAttemptStatisticsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAttemptStatisticsResponse) Unset()
- type NullableBool
- type NullableBorderRadiusConfig
- func (v NullableBorderRadiusConfig) Get() *BorderRadiusConfig
- func (v NullableBorderRadiusConfig) IsSet() bool
- func (v NullableBorderRadiusConfig) MarshalJSON() ([]byte, error)
- func (v *NullableBorderRadiusConfig) Set(val *BorderRadiusConfig)
- func (v *NullableBorderRadiusConfig) UnmarshalJSON(src []byte) error
- func (v *NullableBorderRadiusConfig) Unset()
- type NullableBorderRadiusEnum
- func (v NullableBorderRadiusEnum) Get() *BorderRadiusEnum
- func (v NullableBorderRadiusEnum) IsSet() bool
- func (v NullableBorderRadiusEnum) MarshalJSON() ([]byte, error)
- func (v *NullableBorderRadiusEnum) Set(val *BorderRadiusEnum)
- func (v *NullableBorderRadiusEnum) UnmarshalJSON(src []byte) error
- func (v *NullableBorderRadiusEnum) Unset()
- type NullableCustomColorPalette
- func (v NullableCustomColorPalette) Get() *CustomColorPalette
- func (v NullableCustomColorPalette) IsSet() bool
- func (v NullableCustomColorPalette) MarshalJSON() ([]byte, error)
- func (v *NullableCustomColorPalette) Set(val *CustomColorPalette)
- func (v *NullableCustomColorPalette) UnmarshalJSON(src []byte) error
- func (v *NullableCustomColorPalette) Unset()
- type NullableCustomThemeOverride
- func (v NullableCustomThemeOverride) Get() *CustomThemeOverride
- func (v NullableCustomThemeOverride) IsSet() bool
- func (v NullableCustomThemeOverride) MarshalJSON() ([]byte, error)
- func (v *NullableCustomThemeOverride) Set(val *CustomThemeOverride)
- func (v *NullableCustomThemeOverride) UnmarshalJSON(src []byte) error
- func (v *NullableCustomThemeOverride) Unset()
- type NullableDashboardAccessIn
- func (v NullableDashboardAccessIn) Get() *DashboardAccessIn
- func (v NullableDashboardAccessIn) IsSet() bool
- func (v NullableDashboardAccessIn) MarshalJSON() ([]byte, error)
- func (v *NullableDashboardAccessIn) Set(val *DashboardAccessIn)
- func (v *NullableDashboardAccessIn) UnmarshalJSON(src []byte) error
- func (v *NullableDashboardAccessIn) Unset()
- type NullableDashboardAccessOut
- func (v NullableDashboardAccessOut) Get() *DashboardAccessOut
- func (v NullableDashboardAccessOut) IsSet() bool
- func (v NullableDashboardAccessOut) MarshalJSON() ([]byte, error)
- func (v *NullableDashboardAccessOut) Set(val *DashboardAccessOut)
- func (v *NullableDashboardAccessOut) UnmarshalJSON(src []byte) error
- func (v *NullableDashboardAccessOut) Unset()
- type NullableEndpointCreatedEvent
- func (v NullableEndpointCreatedEvent) Get() *EndpointCreatedEvent
- func (v NullableEndpointCreatedEvent) IsSet() bool
- func (v NullableEndpointCreatedEvent) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointCreatedEvent) Set(val *EndpointCreatedEvent)
- func (v *NullableEndpointCreatedEvent) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointCreatedEvent) Unset()
- type NullableEndpointCreatedEventData
- func (v NullableEndpointCreatedEventData) Get() *EndpointCreatedEventData
- func (v NullableEndpointCreatedEventData) IsSet() bool
- func (v NullableEndpointCreatedEventData) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointCreatedEventData) Set(val *EndpointCreatedEventData)
- func (v *NullableEndpointCreatedEventData) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointCreatedEventData) Unset()
- type NullableEndpointDeletedEvent
- func (v NullableEndpointDeletedEvent) Get() *EndpointDeletedEvent
- func (v NullableEndpointDeletedEvent) IsSet() bool
- func (v NullableEndpointDeletedEvent) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointDeletedEvent) Set(val *EndpointDeletedEvent)
- func (v *NullableEndpointDeletedEvent) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointDeletedEvent) Unset()
- type NullableEndpointDeletedEventData
- func (v NullableEndpointDeletedEventData) Get() *EndpointDeletedEventData
- func (v NullableEndpointDeletedEventData) IsSet() bool
- func (v NullableEndpointDeletedEventData) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointDeletedEventData) Set(val *EndpointDeletedEventData)
- func (v *NullableEndpointDeletedEventData) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointDeletedEventData) Unset()
- type NullableEndpointDisabledEvent
- func (v NullableEndpointDisabledEvent) Get() *EndpointDisabledEvent
- func (v NullableEndpointDisabledEvent) IsSet() bool
- func (v NullableEndpointDisabledEvent) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointDisabledEvent) Set(val *EndpointDisabledEvent)
- func (v *NullableEndpointDisabledEvent) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointDisabledEvent) Unset()
- type NullableEndpointDisabledEventData
- func (v NullableEndpointDisabledEventData) Get() *EndpointDisabledEventData
- func (v NullableEndpointDisabledEventData) IsSet() bool
- func (v NullableEndpointDisabledEventData) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointDisabledEventData) Set(val *EndpointDisabledEventData)
- func (v *NullableEndpointDisabledEventData) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointDisabledEventData) Unset()
- type NullableEndpointHeadersIn
- func (v NullableEndpointHeadersIn) Get() *EndpointHeadersIn
- func (v NullableEndpointHeadersIn) IsSet() bool
- func (v NullableEndpointHeadersIn) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointHeadersIn) Set(val *EndpointHeadersIn)
- func (v *NullableEndpointHeadersIn) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointHeadersIn) Unset()
- type NullableEndpointHeadersOut
- func (v NullableEndpointHeadersOut) Get() *EndpointHeadersOut
- func (v NullableEndpointHeadersOut) IsSet() bool
- func (v NullableEndpointHeadersOut) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointHeadersOut) Set(val *EndpointHeadersOut)
- func (v *NullableEndpointHeadersOut) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointHeadersOut) Unset()
- type NullableEndpointHeadersPatchIn
- func (v NullableEndpointHeadersPatchIn) Get() *EndpointHeadersPatchIn
- func (v NullableEndpointHeadersPatchIn) IsSet() bool
- func (v NullableEndpointHeadersPatchIn) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointHeadersPatchIn) Set(val *EndpointHeadersPatchIn)
- func (v *NullableEndpointHeadersPatchIn) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointHeadersPatchIn) Unset()
- type NullableEndpointIn
- type NullableEndpointMessageOut
- func (v NullableEndpointMessageOut) Get() *EndpointMessageOut
- func (v NullableEndpointMessageOut) IsSet() bool
- func (v NullableEndpointMessageOut) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointMessageOut) Set(val *EndpointMessageOut)
- func (v *NullableEndpointMessageOut) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointMessageOut) Unset()
- type NullableEndpointOut
- func (v NullableEndpointOut) Get() *EndpointOut
- func (v NullableEndpointOut) IsSet() bool
- func (v NullableEndpointOut) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointOut) Set(val *EndpointOut)
- func (v *NullableEndpointOut) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointOut) Unset()
- type NullableEndpointSecretOut
- func (v NullableEndpointSecretOut) Get() *EndpointSecretOut
- func (v NullableEndpointSecretOut) IsSet() bool
- func (v NullableEndpointSecretOut) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointSecretOut) Set(val *EndpointSecretOut)
- func (v *NullableEndpointSecretOut) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointSecretOut) Unset()
- type NullableEndpointSecretRotateIn
- func (v NullableEndpointSecretRotateIn) Get() *EndpointSecretRotateIn
- func (v NullableEndpointSecretRotateIn) IsSet() bool
- func (v NullableEndpointSecretRotateIn) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointSecretRotateIn) Set(val *EndpointSecretRotateIn)
- func (v *NullableEndpointSecretRotateIn) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointSecretRotateIn) Unset()
- type NullableEndpointStats
- func (v NullableEndpointStats) Get() *EndpointStats
- func (v NullableEndpointStats) IsSet() bool
- func (v NullableEndpointStats) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointStats) Set(val *EndpointStats)
- func (v *NullableEndpointStats) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointStats) Unset()
- type NullableEndpointTransformationIn
- func (v NullableEndpointTransformationIn) Get() *EndpointTransformationIn
- func (v NullableEndpointTransformationIn) IsSet() bool
- func (v NullableEndpointTransformationIn) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointTransformationIn) Set(val *EndpointTransformationIn)
- func (v *NullableEndpointTransformationIn) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointTransformationIn) Unset()
- type NullableEndpointTransformationOut
- func (v NullableEndpointTransformationOut) Get() *EndpointTransformationOut
- func (v NullableEndpointTransformationOut) IsSet() bool
- func (v NullableEndpointTransformationOut) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointTransformationOut) Set(val *EndpointTransformationOut)
- func (v *NullableEndpointTransformationOut) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointTransformationOut) Unset()
- type NullableEndpointTransformationSimulateIn
- func (v NullableEndpointTransformationSimulateIn) Get() *EndpointTransformationSimulateIn
- func (v NullableEndpointTransformationSimulateIn) IsSet() bool
- func (v NullableEndpointTransformationSimulateIn) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointTransformationSimulateIn) Set(val *EndpointTransformationSimulateIn)
- func (v *NullableEndpointTransformationSimulateIn) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointTransformationSimulateIn) Unset()
- type NullableEndpointTransformationSimulateOut
- func (v NullableEndpointTransformationSimulateOut) Get() *EndpointTransformationSimulateOut
- func (v NullableEndpointTransformationSimulateOut) IsSet() bool
- func (v NullableEndpointTransformationSimulateOut) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointTransformationSimulateOut) Set(val *EndpointTransformationSimulateOut)
- func (v *NullableEndpointTransformationSimulateOut) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointTransformationSimulateOut) Unset()
- type NullableEndpointUpdate
- func (v NullableEndpointUpdate) Get() *EndpointUpdate
- func (v NullableEndpointUpdate) IsSet() bool
- func (v NullableEndpointUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointUpdate) Set(val *EndpointUpdate)
- func (v *NullableEndpointUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointUpdate) Unset()
- type NullableEndpointUpdatedEvent
- func (v NullableEndpointUpdatedEvent) Get() *EndpointUpdatedEvent
- func (v NullableEndpointUpdatedEvent) IsSet() bool
- func (v NullableEndpointUpdatedEvent) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointUpdatedEvent) Set(val *EndpointUpdatedEvent)
- func (v *NullableEndpointUpdatedEvent) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointUpdatedEvent) Unset()
- type NullableEndpointUpdatedEventData
- func (v NullableEndpointUpdatedEventData) Get() *EndpointUpdatedEventData
- func (v NullableEndpointUpdatedEventData) IsSet() bool
- func (v NullableEndpointUpdatedEventData) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointUpdatedEventData) Set(val *EndpointUpdatedEventData)
- func (v *NullableEndpointUpdatedEventData) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointUpdatedEventData) Unset()
- type NullableEnvironmentIn
- func (v NullableEnvironmentIn) Get() *EnvironmentIn
- func (v NullableEnvironmentIn) IsSet() bool
- func (v NullableEnvironmentIn) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentIn) Set(val *EnvironmentIn)
- func (v *NullableEnvironmentIn) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentIn) Unset()
- type NullableEnvironmentOut
- func (v NullableEnvironmentOut) Get() *EnvironmentOut
- func (v NullableEnvironmentOut) IsSet() bool
- func (v NullableEnvironmentOut) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentOut) Set(val *EnvironmentOut)
- func (v *NullableEnvironmentOut) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentOut) Unset()
- type NullableEnvironmentSettingsOut
- func (v NullableEnvironmentSettingsOut) Get() *EnvironmentSettingsOut
- func (v NullableEnvironmentSettingsOut) IsSet() bool
- func (v NullableEnvironmentSettingsOut) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentSettingsOut) Set(val *EnvironmentSettingsOut)
- func (v *NullableEnvironmentSettingsOut) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentSettingsOut) Unset()
- type NullableEventExampleIn
- func (v NullableEventExampleIn) Get() *EventExampleIn
- func (v NullableEventExampleIn) IsSet() bool
- func (v NullableEventExampleIn) MarshalJSON() ([]byte, error)
- func (v *NullableEventExampleIn) Set(val *EventExampleIn)
- func (v *NullableEventExampleIn) UnmarshalJSON(src []byte) error
- func (v *NullableEventExampleIn) Unset()
- type NullableEventTypeExampleOut
- func (v NullableEventTypeExampleOut) Get() *EventTypeExampleOut
- func (v NullableEventTypeExampleOut) IsSet() bool
- func (v NullableEventTypeExampleOut) MarshalJSON() ([]byte, error)
- func (v *NullableEventTypeExampleOut) Set(val *EventTypeExampleOut)
- func (v *NullableEventTypeExampleOut) UnmarshalJSON(src []byte) error
- func (v *NullableEventTypeExampleOut) Unset()
- type NullableEventTypeIn
- func (v NullableEventTypeIn) Get() *EventTypeIn
- func (v NullableEventTypeIn) IsSet() bool
- func (v NullableEventTypeIn) MarshalJSON() ([]byte, error)
- func (v *NullableEventTypeIn) Set(val *EventTypeIn)
- func (v *NullableEventTypeIn) UnmarshalJSON(src []byte) error
- func (v *NullableEventTypeIn) Unset()
- type NullableEventTypeOut
- func (v NullableEventTypeOut) Get() *EventTypeOut
- func (v NullableEventTypeOut) IsSet() bool
- func (v NullableEventTypeOut) MarshalJSON() ([]byte, error)
- func (v *NullableEventTypeOut) Set(val *EventTypeOut)
- func (v *NullableEventTypeOut) UnmarshalJSON(src []byte) error
- func (v *NullableEventTypeOut) Unset()
- type NullableEventTypeSchemaIn
- func (v NullableEventTypeSchemaIn) Get() *EventTypeSchemaIn
- func (v NullableEventTypeSchemaIn) IsSet() bool
- func (v NullableEventTypeSchemaIn) MarshalJSON() ([]byte, error)
- func (v *NullableEventTypeSchemaIn) Set(val *EventTypeSchemaIn)
- func (v *NullableEventTypeSchemaIn) UnmarshalJSON(src []byte) error
- func (v *NullableEventTypeSchemaIn) Unset()
- type NullableEventTypeUpdate
- func (v NullableEventTypeUpdate) Get() *EventTypeUpdate
- func (v NullableEventTypeUpdate) IsSet() bool
- func (v NullableEventTypeUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableEventTypeUpdate) Set(val *EventTypeUpdate)
- func (v *NullableEventTypeUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableEventTypeUpdate) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableFontSizeConfig
- func (v NullableFontSizeConfig) Get() *FontSizeConfig
- func (v NullableFontSizeConfig) IsSet() bool
- func (v NullableFontSizeConfig) MarshalJSON() ([]byte, error)
- func (v *NullableFontSizeConfig) Set(val *FontSizeConfig)
- func (v *NullableFontSizeConfig) UnmarshalJSON(src []byte) error
- func (v *NullableFontSizeConfig) Unset()
- type NullableHTTPValidationError
- func (v NullableHTTPValidationError) Get() *HTTPValidationError
- func (v NullableHTTPValidationError) IsSet() bool
- func (v NullableHTTPValidationError) MarshalJSON() ([]byte, error)
- func (v *NullableHTTPValidationError) Set(val *HTTPValidationError)
- func (v *NullableHTTPValidationError) UnmarshalJSON(src []byte) error
- func (v *NullableHTTPValidationError) Unset()
- type NullableHttpErrorOut
- func (v NullableHttpErrorOut) Get() *HttpErrorOut
- func (v NullableHttpErrorOut) IsSet() bool
- func (v NullableHttpErrorOut) MarshalJSON() ([]byte, error)
- func (v *NullableHttpErrorOut) Set(val *HttpErrorOut)
- func (v *NullableHttpErrorOut) UnmarshalJSON(src []byte) error
- func (v *NullableHttpErrorOut) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableIntegrationIn
- func (v NullableIntegrationIn) Get() *IntegrationIn
- func (v NullableIntegrationIn) IsSet() bool
- func (v NullableIntegrationIn) MarshalJSON() ([]byte, error)
- func (v *NullableIntegrationIn) Set(val *IntegrationIn)
- func (v *NullableIntegrationIn) UnmarshalJSON(src []byte) error
- func (v *NullableIntegrationIn) Unset()
- type NullableIntegrationKeyOut
- func (v NullableIntegrationKeyOut) Get() *IntegrationKeyOut
- func (v NullableIntegrationKeyOut) IsSet() bool
- func (v NullableIntegrationKeyOut) MarshalJSON() ([]byte, error)
- func (v *NullableIntegrationKeyOut) Set(val *IntegrationKeyOut)
- func (v *NullableIntegrationKeyOut) UnmarshalJSON(src []byte) error
- func (v *NullableIntegrationKeyOut) Unset()
- type NullableIntegrationOut
- func (v NullableIntegrationOut) Get() *IntegrationOut
- func (v NullableIntegrationOut) IsSet() bool
- func (v NullableIntegrationOut) MarshalJSON() ([]byte, error)
- func (v *NullableIntegrationOut) Set(val *IntegrationOut)
- func (v *NullableIntegrationOut) UnmarshalJSON(src []byte) error
- func (v *NullableIntegrationOut) Unset()
- type NullableIntegrationUpdate
- func (v NullableIntegrationUpdate) Get() *IntegrationUpdate
- func (v NullableIntegrationUpdate) IsSet() bool
- func (v NullableIntegrationUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableIntegrationUpdate) Set(val *IntegrationUpdate)
- func (v *NullableIntegrationUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableIntegrationUpdate) Unset()
- type NullableListResponseApplicationOut
- func (v NullableListResponseApplicationOut) Get() *ListResponseApplicationOut
- func (v NullableListResponseApplicationOut) IsSet() bool
- func (v NullableListResponseApplicationOut) MarshalJSON() ([]byte, error)
- func (v *NullableListResponseApplicationOut) Set(val *ListResponseApplicationOut)
- func (v *NullableListResponseApplicationOut) UnmarshalJSON(src []byte) error
- func (v *NullableListResponseApplicationOut) Unset()
- type NullableListResponseApplicationStats
- func (v NullableListResponseApplicationStats) Get() *ListResponseApplicationStats
- func (v NullableListResponseApplicationStats) IsSet() bool
- func (v NullableListResponseApplicationStats) MarshalJSON() ([]byte, error)
- func (v *NullableListResponseApplicationStats) Set(val *ListResponseApplicationStats)
- func (v *NullableListResponseApplicationStats) UnmarshalJSON(src []byte) error
- func (v *NullableListResponseApplicationStats) Unset()
- type NullableListResponseDoubleEndpointMessageOut
- func (v NullableListResponseDoubleEndpointMessageOut) Get() *ListResponseDoubleEndpointMessageOut
- func (v NullableListResponseDoubleEndpointMessageOut) IsSet() bool
- func (v NullableListResponseDoubleEndpointMessageOut) MarshalJSON() ([]byte, error)
- func (v *NullableListResponseDoubleEndpointMessageOut) Set(val *ListResponseDoubleEndpointMessageOut)
- func (v *NullableListResponseDoubleEndpointMessageOut) UnmarshalJSON(src []byte) error
- func (v *NullableListResponseDoubleEndpointMessageOut) Unset()
- type NullableListResponseDoubleMessageAttemptEndpointOut
- func (v NullableListResponseDoubleMessageAttemptEndpointOut) Get() *ListResponseDoubleMessageAttemptEndpointOut
- func (v NullableListResponseDoubleMessageAttemptEndpointOut) IsSet() bool
- func (v NullableListResponseDoubleMessageAttemptEndpointOut) MarshalJSON() ([]byte, error)
- func (v *NullableListResponseDoubleMessageAttemptEndpointOut) Set(val *ListResponseDoubleMessageAttemptEndpointOut)
- func (v *NullableListResponseDoubleMessageAttemptEndpointOut) UnmarshalJSON(src []byte) error
- func (v *NullableListResponseDoubleMessageAttemptEndpointOut) Unset()
- type NullableListResponseDoubleMessageAttemptOut
- func (v NullableListResponseDoubleMessageAttemptOut) Get() *ListResponseDoubleMessageAttemptOut
- func (v NullableListResponseDoubleMessageAttemptOut) IsSet() bool
- func (v NullableListResponseDoubleMessageAttemptOut) MarshalJSON() ([]byte, error)
- func (v *NullableListResponseDoubleMessageAttemptOut) Set(val *ListResponseDoubleMessageAttemptOut)
- func (v *NullableListResponseDoubleMessageAttemptOut) UnmarshalJSON(src []byte) error
- func (v *NullableListResponseDoubleMessageAttemptOut) Unset()
- type NullableListResponseDoubleMessageOut
- func (v NullableListResponseDoubleMessageOut) Get() *ListResponseDoubleMessageOut
- func (v NullableListResponseDoubleMessageOut) IsSet() bool
- func (v NullableListResponseDoubleMessageOut) MarshalJSON() ([]byte, error)
- func (v *NullableListResponseDoubleMessageOut) Set(val *ListResponseDoubleMessageOut)
- func (v *NullableListResponseDoubleMessageOut) UnmarshalJSON(src []byte) error
- func (v *NullableListResponseDoubleMessageOut) Unset()
- type NullableListResponseEndpointMessageOut
- func (v NullableListResponseEndpointMessageOut) Get() *ListResponseEndpointMessageOut
- func (v NullableListResponseEndpointMessageOut) IsSet() bool
- func (v NullableListResponseEndpointMessageOut) MarshalJSON() ([]byte, error)
- func (v *NullableListResponseEndpointMessageOut) Set(val *ListResponseEndpointMessageOut)
- func (v *NullableListResponseEndpointMessageOut) UnmarshalJSON(src []byte) error
- func (v *NullableListResponseEndpointMessageOut) Unset()
- type NullableListResponseEndpointOut
- func (v NullableListResponseEndpointOut) Get() *ListResponseEndpointOut
- func (v NullableListResponseEndpointOut) IsSet() bool
- func (v NullableListResponseEndpointOut) MarshalJSON() ([]byte, error)
- func (v *NullableListResponseEndpointOut) Set(val *ListResponseEndpointOut)
- func (v *NullableListResponseEndpointOut) UnmarshalJSON(src []byte) error
- func (v *NullableListResponseEndpointOut) Unset()
- type NullableListResponseEventTypeOut
- func (v NullableListResponseEventTypeOut) Get() *ListResponseEventTypeOut
- func (v NullableListResponseEventTypeOut) IsSet() bool
- func (v NullableListResponseEventTypeOut) MarshalJSON() ([]byte, error)
- func (v *NullableListResponseEventTypeOut) Set(val *ListResponseEventTypeOut)
- func (v *NullableListResponseEventTypeOut) UnmarshalJSON(src []byte) error
- func (v *NullableListResponseEventTypeOut) Unset()
- type NullableListResponseIntegrationOut
- func (v NullableListResponseIntegrationOut) Get() *ListResponseIntegrationOut
- func (v NullableListResponseIntegrationOut) IsSet() bool
- func (v NullableListResponseIntegrationOut) MarshalJSON() ([]byte, error)
- func (v *NullableListResponseIntegrationOut) Set(val *ListResponseIntegrationOut)
- func (v *NullableListResponseIntegrationOut) UnmarshalJSON(src []byte) error
- func (v *NullableListResponseIntegrationOut) Unset()
- type NullableListResponseMessageAttemptEndpointOut
- func (v NullableListResponseMessageAttemptEndpointOut) Get() *ListResponseMessageAttemptEndpointOut
- func (v NullableListResponseMessageAttemptEndpointOut) IsSet() bool
- func (v NullableListResponseMessageAttemptEndpointOut) MarshalJSON() ([]byte, error)
- func (v *NullableListResponseMessageAttemptEndpointOut) Set(val *ListResponseMessageAttemptEndpointOut)
- func (v *NullableListResponseMessageAttemptEndpointOut) UnmarshalJSON(src []byte) error
- func (v *NullableListResponseMessageAttemptEndpointOut) Unset()
- type NullableListResponseMessageAttemptOut
- func (v NullableListResponseMessageAttemptOut) Get() *ListResponseMessageAttemptOut
- func (v NullableListResponseMessageAttemptOut) IsSet() bool
- func (v NullableListResponseMessageAttemptOut) MarshalJSON() ([]byte, error)
- func (v *NullableListResponseMessageAttemptOut) Set(val *ListResponseMessageAttemptOut)
- func (v *NullableListResponseMessageAttemptOut) UnmarshalJSON(src []byte) error
- func (v *NullableListResponseMessageAttemptOut) Unset()
- type NullableListResponseMessageEndpointOut
- func (v NullableListResponseMessageEndpointOut) Get() *ListResponseMessageEndpointOut
- func (v NullableListResponseMessageEndpointOut) IsSet() bool
- func (v NullableListResponseMessageEndpointOut) MarshalJSON() ([]byte, error)
- func (v *NullableListResponseMessageEndpointOut) Set(val *ListResponseMessageEndpointOut)
- func (v *NullableListResponseMessageEndpointOut) UnmarshalJSON(src []byte) error
- func (v *NullableListResponseMessageEndpointOut) Unset()
- type NullableListResponseMessageOut
- func (v NullableListResponseMessageOut) Get() *ListResponseMessageOut
- func (v NullableListResponseMessageOut) IsSet() bool
- func (v NullableListResponseMessageOut) MarshalJSON() ([]byte, error)
- func (v *NullableListResponseMessageOut) Set(val *ListResponseMessageOut)
- func (v *NullableListResponseMessageOut) UnmarshalJSON(src []byte) error
- func (v *NullableListResponseMessageOut) Unset()
- type NullableMessageAttemptEndpointOut
- func (v NullableMessageAttemptEndpointOut) Get() *MessageAttemptEndpointOut
- func (v NullableMessageAttemptEndpointOut) IsSet() bool
- func (v NullableMessageAttemptEndpointOut) MarshalJSON() ([]byte, error)
- func (v *NullableMessageAttemptEndpointOut) Set(val *MessageAttemptEndpointOut)
- func (v *NullableMessageAttemptEndpointOut) UnmarshalJSON(src []byte) error
- func (v *NullableMessageAttemptEndpointOut) Unset()
- type NullableMessageAttemptExhaustedEvent
- func (v NullableMessageAttemptExhaustedEvent) Get() *MessageAttemptExhaustedEvent
- func (v NullableMessageAttemptExhaustedEvent) IsSet() bool
- func (v NullableMessageAttemptExhaustedEvent) MarshalJSON() ([]byte, error)
- func (v *NullableMessageAttemptExhaustedEvent) Set(val *MessageAttemptExhaustedEvent)
- func (v *NullableMessageAttemptExhaustedEvent) UnmarshalJSON(src []byte) error
- func (v *NullableMessageAttemptExhaustedEvent) Unset()
- type NullableMessageAttemptExhaustedEventData
- func (v NullableMessageAttemptExhaustedEventData) Get() *MessageAttemptExhaustedEventData
- func (v NullableMessageAttemptExhaustedEventData) IsSet() bool
- func (v NullableMessageAttemptExhaustedEventData) MarshalJSON() ([]byte, error)
- func (v *NullableMessageAttemptExhaustedEventData) Set(val *MessageAttemptExhaustedEventData)
- func (v *NullableMessageAttemptExhaustedEventData) UnmarshalJSON(src []byte) error
- func (v *NullableMessageAttemptExhaustedEventData) Unset()
- type NullableMessageAttemptFailedData
- func (v NullableMessageAttemptFailedData) Get() *MessageAttemptFailedData
- func (v NullableMessageAttemptFailedData) IsSet() bool
- func (v NullableMessageAttemptFailedData) MarshalJSON() ([]byte, error)
- func (v *NullableMessageAttemptFailedData) Set(val *MessageAttemptFailedData)
- func (v *NullableMessageAttemptFailedData) UnmarshalJSON(src []byte) error
- func (v *NullableMessageAttemptFailedData) Unset()
- type NullableMessageAttemptFailedEvent
- func (v NullableMessageAttemptFailedEvent) Get() *MessageAttemptFailedEvent
- func (v NullableMessageAttemptFailedEvent) IsSet() bool
- func (v NullableMessageAttemptFailedEvent) MarshalJSON() ([]byte, error)
- func (v *NullableMessageAttemptFailedEvent) Set(val *MessageAttemptFailedEvent)
- func (v *NullableMessageAttemptFailedEvent) UnmarshalJSON(src []byte) error
- func (v *NullableMessageAttemptFailedEvent) Unset()
- type NullableMessageAttemptFailingEvent
- func (v NullableMessageAttemptFailingEvent) Get() *MessageAttemptFailingEvent
- func (v NullableMessageAttemptFailingEvent) IsSet() bool
- func (v NullableMessageAttemptFailingEvent) MarshalJSON() ([]byte, error)
- func (v *NullableMessageAttemptFailingEvent) Set(val *MessageAttemptFailingEvent)
- func (v *NullableMessageAttemptFailingEvent) UnmarshalJSON(src []byte) error
- func (v *NullableMessageAttemptFailingEvent) Unset()
- type NullableMessageAttemptFailingEventData
- func (v NullableMessageAttemptFailingEventData) Get() *MessageAttemptFailingEventData
- func (v NullableMessageAttemptFailingEventData) IsSet() bool
- func (v NullableMessageAttemptFailingEventData) MarshalJSON() ([]byte, error)
- func (v *NullableMessageAttemptFailingEventData) Set(val *MessageAttemptFailingEventData)
- func (v *NullableMessageAttemptFailingEventData) UnmarshalJSON(src []byte) error
- func (v *NullableMessageAttemptFailingEventData) Unset()
- type NullableMessageAttemptHeadersOut
- func (v NullableMessageAttemptHeadersOut) Get() *MessageAttemptHeadersOut
- func (v NullableMessageAttemptHeadersOut) IsSet() bool
- func (v NullableMessageAttemptHeadersOut) MarshalJSON() ([]byte, error)
- func (v *NullableMessageAttemptHeadersOut) Set(val *MessageAttemptHeadersOut)
- func (v *NullableMessageAttemptHeadersOut) UnmarshalJSON(src []byte) error
- func (v *NullableMessageAttemptHeadersOut) Unset()
- type NullableMessageAttemptOut
- func (v NullableMessageAttemptOut) Get() *MessageAttemptOut
- func (v NullableMessageAttemptOut) IsSet() bool
- func (v NullableMessageAttemptOut) MarshalJSON() ([]byte, error)
- func (v *NullableMessageAttemptOut) Set(val *MessageAttemptOut)
- func (v *NullableMessageAttemptOut) UnmarshalJSON(src []byte) error
- func (v *NullableMessageAttemptOut) Unset()
- type NullableMessageAttemptTriggerType
- func (v NullableMessageAttemptTriggerType) Get() *MessageAttemptTriggerType
- func (v NullableMessageAttemptTriggerType) IsSet() bool
- func (v NullableMessageAttemptTriggerType) MarshalJSON() ([]byte, error)
- func (v *NullableMessageAttemptTriggerType) Set(val *MessageAttemptTriggerType)
- func (v *NullableMessageAttemptTriggerType) UnmarshalJSON(src []byte) error
- func (v *NullableMessageAttemptTriggerType) Unset()
- type NullableMessageEndpointOut
- func (v NullableMessageEndpointOut) Get() *MessageEndpointOut
- func (v NullableMessageEndpointOut) IsSet() bool
- func (v NullableMessageEndpointOut) MarshalJSON() ([]byte, error)
- func (v *NullableMessageEndpointOut) Set(val *MessageEndpointOut)
- func (v *NullableMessageEndpointOut) UnmarshalJSON(src []byte) error
- func (v *NullableMessageEndpointOut) Unset()
- type NullableMessageIn
- type NullableMessageOut
- type NullableMessageStatus
- func (v NullableMessageStatus) Get() *MessageStatus
- func (v NullableMessageStatus) IsSet() bool
- func (v NullableMessageStatus) MarshalJSON() ([]byte, error)
- func (v *NullableMessageStatus) Set(val *MessageStatus)
- func (v *NullableMessageStatus) UnmarshalJSON(src []byte) error
- func (v *NullableMessageStatus) Unset()
- type NullableOrdering
- type NullableRecoverIn
- type NullableReplayIn
- type NullableSettingsIn
- type NullableSettingsOut
- func (v NullableSettingsOut) Get() *SettingsOut
- func (v NullableSettingsOut) IsSet() bool
- func (v NullableSettingsOut) MarshalJSON() ([]byte, error)
- func (v *NullableSettingsOut) Set(val *SettingsOut)
- func (v *NullableSettingsOut) UnmarshalJSON(src []byte) error
- func (v *NullableSettingsOut) Unset()
- type NullableStatisticsPeriod
- func (v NullableStatisticsPeriod) Get() *StatisticsPeriod
- func (v NullableStatisticsPeriod) IsSet() bool
- func (v NullableStatisticsPeriod) MarshalJSON() ([]byte, error)
- func (v *NullableStatisticsPeriod) Set(val *StatisticsPeriod)
- func (v *NullableStatisticsPeriod) UnmarshalJSON(src []byte) error
- func (v *NullableStatisticsPeriod) Unset()
- type NullableStatusCodeClass
- func (v NullableStatusCodeClass) Get() *StatusCodeClass
- func (v NullableStatusCodeClass) IsSet() bool
- func (v NullableStatusCodeClass) MarshalJSON() ([]byte, error)
- func (v *NullableStatusCodeClass) Set(val *StatusCodeClass)
- func (v *NullableStatusCodeClass) UnmarshalJSON(src []byte) error
- func (v *NullableStatusCodeClass) Unset()
- type NullableString
- type NullableTime
- type NullableTransformationHttpMethod
- func (v NullableTransformationHttpMethod) Get() *TransformationHttpMethod
- func (v NullableTransformationHttpMethod) IsSet() bool
- func (v NullableTransformationHttpMethod) MarshalJSON() ([]byte, error)
- func (v *NullableTransformationHttpMethod) Set(val *TransformationHttpMethod)
- func (v *NullableTransformationHttpMethod) UnmarshalJSON(src []byte) error
- func (v *NullableTransformationHttpMethod) Unset()
- type NullableValidationError
- func (v NullableValidationError) Get() *ValidationError
- func (v NullableValidationError) IsSet() bool
- func (v NullableValidationError) MarshalJSON() ([]byte, error)
- func (v *NullableValidationError) Set(val *ValidationError)
- func (v *NullableValidationError) UnmarshalJSON(src []byte) error
- func (v *NullableValidationError) Unset()
- type NullableWebhookTypes
- func (v NullableWebhookTypes) Get() *WebhookTypes
- func (v NullableWebhookTypes) IsSet() bool
- func (v NullableWebhookTypes) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookTypes) Set(val *WebhookTypes)
- func (v *NullableWebhookTypes) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookTypes) Unset()
- type Ordering
- type RecoverIn
- func (o *RecoverIn) GetSince() time.Time
- func (o *RecoverIn) GetSinceOk() (*time.Time, bool)
- func (o *RecoverIn) GetUntil() time.Time
- func (o *RecoverIn) GetUntilOk() (*time.Time, bool)
- func (o *RecoverIn) HasUntil() bool
- func (o RecoverIn) MarshalJSON() ([]byte, error)
- func (o *RecoverIn) SetSince(v time.Time)
- func (o *RecoverIn) SetUntil(v time.Time)
- func (o *RecoverIn) SetUntilNil()
- func (o *RecoverIn) UnsetUntil()
- type ReplayIn
- func (o *ReplayIn) GetSince() time.Time
- func (o *ReplayIn) GetSinceOk() (*time.Time, bool)
- func (o *ReplayIn) GetUntil() time.Time
- func (o *ReplayIn) GetUntilOk() (*time.Time, bool)
- func (o *ReplayIn) HasUntil() bool
- func (o ReplayIn) MarshalJSON() ([]byte, error)
- func (o *ReplayIn) SetSince(v time.Time)
- func (o *ReplayIn) SetUntil(v time.Time)
- func (o *ReplayIn) SetUntilNil()
- func (o *ReplayIn) UnsetUntil()
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SettingsIn
- func (o *SettingsIn) GetColorPaletteDark() CustomColorPalette
- func (o *SettingsIn) GetColorPaletteDarkOk() (*CustomColorPalette, bool)
- func (o *SettingsIn) GetColorPaletteLight() CustomColorPalette
- func (o *SettingsIn) GetColorPaletteLightOk() (*CustomColorPalette, bool)
- func (o *SettingsIn) GetCustomBaseFontSize() int32
- func (o *SettingsIn) GetCustomBaseFontSizeOk() (*int32, bool)
- func (o *SettingsIn) GetCustomColor() string
- func (o *SettingsIn) GetCustomColorOk() (*string, bool)
- func (o *SettingsIn) GetCustomFontFamily() string
- func (o *SettingsIn) GetCustomFontFamilyOk() (*string, bool)
- func (o *SettingsIn) GetCustomLogoUrl() string
- func (o *SettingsIn) GetCustomLogoUrlOk() (*string, bool)
- func (o *SettingsIn) GetCustomThemeOverride() CustomThemeOverride
- func (o *SettingsIn) GetCustomThemeOverrideOk() (*CustomThemeOverride, bool)
- func (o *SettingsIn) GetDisableEndpointOnFailure() bool
- func (o *SettingsIn) GetDisableEndpointOnFailureOk() (*bool, bool)
- func (o *SettingsIn) GetDisplayName() string
- func (o *SettingsIn) GetDisplayNameOk() (*string, bool)
- func (o *SettingsIn) GetEnableChannels() bool
- func (o *SettingsIn) GetEnableChannelsOk() (*bool, bool)
- func (o *SettingsIn) GetEnableIntegrationManagement() bool
- func (o *SettingsIn) GetEnableIntegrationManagementOk() (*bool, bool)
- func (o *SettingsIn) GetEnableTransformations() bool
- func (o *SettingsIn) GetEnableTransformationsOk() (*bool, bool)
- func (o *SettingsIn) GetEnforceHttps() bool
- func (o *SettingsIn) GetEnforceHttpsOk() (*bool, bool)
- func (o *SettingsIn) GetEventCatalogPublished() bool
- func (o *SettingsIn) GetEventCatalogPublishedOk() (*bool, bool)
- func (o *SettingsIn) GetReadOnly() bool
- func (o *SettingsIn) GetReadOnlyOk() (*bool, bool)
- func (o *SettingsIn) HasColorPaletteDark() bool
- func (o *SettingsIn) HasColorPaletteLight() bool
- func (o *SettingsIn) HasCustomBaseFontSize() bool
- func (o *SettingsIn) HasCustomColor() bool
- func (o *SettingsIn) HasCustomFontFamily() bool
- func (o *SettingsIn) HasCustomLogoUrl() bool
- func (o *SettingsIn) HasCustomThemeOverride() bool
- func (o *SettingsIn) HasDisableEndpointOnFailure() bool
- func (o *SettingsIn) HasDisplayName() bool
- func (o *SettingsIn) HasEnableChannels() bool
- func (o *SettingsIn) HasEnableIntegrationManagement() bool
- func (o *SettingsIn) HasEnableTransformations() bool
- func (o *SettingsIn) HasEnforceHttps() bool
- func (o *SettingsIn) HasEventCatalogPublished() bool
- func (o *SettingsIn) HasReadOnly() bool
- func (o SettingsIn) MarshalJSON() ([]byte, error)
- func (o *SettingsIn) SetColorPaletteDark(v CustomColorPalette)
- func (o *SettingsIn) SetColorPaletteLight(v CustomColorPalette)
- func (o *SettingsIn) SetCustomBaseFontSize(v int32)
- func (o *SettingsIn) SetCustomBaseFontSizeNil()
- func (o *SettingsIn) SetCustomColor(v string)
- func (o *SettingsIn) SetCustomColorNil()
- func (o *SettingsIn) SetCustomFontFamily(v string)
- func (o *SettingsIn) SetCustomFontFamilyNil()
- func (o *SettingsIn) SetCustomLogoUrl(v string)
- func (o *SettingsIn) SetCustomLogoUrlNil()
- func (o *SettingsIn) SetCustomThemeOverride(v CustomThemeOverride)
- func (o *SettingsIn) SetDisableEndpointOnFailure(v bool)
- func (o *SettingsIn) SetDisplayName(v string)
- func (o *SettingsIn) SetDisplayNameNil()
- func (o *SettingsIn) SetEnableChannels(v bool)
- func (o *SettingsIn) SetEnableIntegrationManagement(v bool)
- func (o *SettingsIn) SetEnableTransformations(v bool)
- func (o *SettingsIn) SetEnforceHttps(v bool)
- func (o *SettingsIn) SetEventCatalogPublished(v bool)
- func (o *SettingsIn) SetReadOnly(v bool)
- func (o *SettingsIn) UnsetCustomBaseFontSize()
- func (o *SettingsIn) UnsetCustomColor()
- func (o *SettingsIn) UnsetCustomFontFamily()
- func (o *SettingsIn) UnsetCustomLogoUrl()
- func (o *SettingsIn) UnsetDisplayName()
- type SettingsOut
- func (o *SettingsOut) GetColorPaletteDark() CustomColorPalette
- func (o *SettingsOut) GetColorPaletteDarkOk() (*CustomColorPalette, bool)
- func (o *SettingsOut) GetColorPaletteLight() CustomColorPalette
- func (o *SettingsOut) GetColorPaletteLightOk() (*CustomColorPalette, bool)
- func (o *SettingsOut) GetCustomBaseFontSize() int32
- func (o *SettingsOut) GetCustomBaseFontSizeOk() (*int32, bool)
- func (o *SettingsOut) GetCustomColor() string
- func (o *SettingsOut) GetCustomColorOk() (*string, bool)
- func (o *SettingsOut) GetCustomFontFamily() string
- func (o *SettingsOut) GetCustomFontFamilyOk() (*string, bool)
- func (o *SettingsOut) GetCustomLogoUrl() string
- func (o *SettingsOut) GetCustomLogoUrlOk() (*string, bool)
- func (o *SettingsOut) GetCustomThemeOverride() CustomThemeOverride
- func (o *SettingsOut) GetCustomThemeOverrideOk() (*CustomThemeOverride, bool)
- func (o *SettingsOut) GetDisableEndpointOnFailure() bool
- func (o *SettingsOut) GetDisableEndpointOnFailureOk() (*bool, bool)
- func (o *SettingsOut) GetDisplayName() string
- func (o *SettingsOut) GetDisplayNameOk() (*string, bool)
- func (o *SettingsOut) GetEnableChannels() bool
- func (o *SettingsOut) GetEnableChannelsOk() (*bool, bool)
- func (o *SettingsOut) GetEnableIntegrationManagement() bool
- func (o *SettingsOut) GetEnableIntegrationManagementOk() (*bool, bool)
- func (o *SettingsOut) GetEnableTransformations() bool
- func (o *SettingsOut) GetEnableTransformationsOk() (*bool, bool)
- func (o *SettingsOut) GetEnforceHttps() bool
- func (o *SettingsOut) GetEnforceHttpsOk() (*bool, bool)
- func (o *SettingsOut) GetEventCatalogPublished() bool
- func (o *SettingsOut) GetEventCatalogPublishedOk() (*bool, bool)
- func (o *SettingsOut) GetReadOnly() bool
- func (o *SettingsOut) GetReadOnlyOk() (*bool, bool)
- func (o *SettingsOut) HasColorPaletteDark() bool
- func (o *SettingsOut) HasColorPaletteLight() bool
- func (o *SettingsOut) HasCustomBaseFontSize() bool
- func (o *SettingsOut) HasCustomColor() bool
- func (o *SettingsOut) HasCustomFontFamily() bool
- func (o *SettingsOut) HasCustomLogoUrl() bool
- func (o *SettingsOut) HasCustomThemeOverride() bool
- func (o *SettingsOut) HasDisableEndpointOnFailure() bool
- func (o *SettingsOut) HasDisplayName() bool
- func (o *SettingsOut) HasEnableChannels() bool
- func (o *SettingsOut) HasEnableIntegrationManagement() bool
- func (o *SettingsOut) HasEnableTransformations() bool
- func (o *SettingsOut) HasEnforceHttps() bool
- func (o *SettingsOut) HasEventCatalogPublished() bool
- func (o *SettingsOut) HasReadOnly() bool
- func (o SettingsOut) MarshalJSON() ([]byte, error)
- func (o *SettingsOut) SetColorPaletteDark(v CustomColorPalette)
- func (o *SettingsOut) SetColorPaletteLight(v CustomColorPalette)
- func (o *SettingsOut) SetCustomBaseFontSize(v int32)
- func (o *SettingsOut) SetCustomBaseFontSizeNil()
- func (o *SettingsOut) SetCustomColor(v string)
- func (o *SettingsOut) SetCustomColorNil()
- func (o *SettingsOut) SetCustomFontFamily(v string)
- func (o *SettingsOut) SetCustomFontFamilyNil()
- func (o *SettingsOut) SetCustomLogoUrl(v string)
- func (o *SettingsOut) SetCustomLogoUrlNil()
- func (o *SettingsOut) SetCustomThemeOverride(v CustomThemeOverride)
- func (o *SettingsOut) SetDisableEndpointOnFailure(v bool)
- func (o *SettingsOut) SetDisplayName(v string)
- func (o *SettingsOut) SetDisplayNameNil()
- func (o *SettingsOut) SetEnableChannels(v bool)
- func (o *SettingsOut) SetEnableIntegrationManagement(v bool)
- func (o *SettingsOut) SetEnableTransformations(v bool)
- func (o *SettingsOut) SetEnforceHttps(v bool)
- func (o *SettingsOut) SetEventCatalogPublished(v bool)
- func (o *SettingsOut) SetReadOnly(v bool)
- func (o *SettingsOut) UnsetCustomBaseFontSize()
- func (o *SettingsOut) UnsetCustomColor()
- func (o *SettingsOut) UnsetCustomFontFamily()
- func (o *SettingsOut) UnsetCustomLogoUrl()
- func (o *SettingsOut) UnsetDisplayName()
- type StatisticsApiService
- func (a *StatisticsApiService) GetAppAttemptStatsApiV1StatsAppAppIdAttemptGet(ctx _context.Context, appId string) ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest
- func (a *StatisticsApiService) GetAppAttemptStatsApiV1StatsAppAppIdAttemptGetExecute(r ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest) (AttemptStatisticsResponse, *_nethttp.Response, error)
- func (a *StatisticsApiService) GetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGet(ctx _context.Context, endpointId string, appId string) ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest
- func (a *StatisticsApiService) GetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetExecute(r ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest) (AttemptStatisticsResponse, *_nethttp.Response, error)
- type StatisticsPeriod
- type StatusCodeClass
- type TransformationHttpMethod
- type ValidationError
- func (o *ValidationError) GetLoc() []string
- func (o *ValidationError) GetLocOk() (*[]string, bool)
- func (o *ValidationError) GetMsg() string
- func (o *ValidationError) GetMsgOk() (*string, bool)
- func (o *ValidationError) GetType() string
- func (o *ValidationError) GetTypeOk() (*string, bool)
- func (o ValidationError) MarshalJSON() ([]byte, error)
- func (o *ValidationError) SetLoc(v []string)
- func (o *ValidationError) SetMsg(v string)
- func (o *ValidationError) SetType(v string)
- type WebhookTypes
- func (o *WebhookTypes) GetA() EndpointDisabledEvent
- func (o *WebhookTypes) GetA1() MessageAttemptFailingEvent
- func (o *WebhookTypes) GetA1Ok() (*MessageAttemptFailingEvent, bool)
- func (o *WebhookTypes) GetAOk() (*EndpointDisabledEvent, bool)
- func (o *WebhookTypes) GetB() EndpointCreatedEvent
- func (o *WebhookTypes) GetBOk() (*EndpointCreatedEvent, bool)
- func (o *WebhookTypes) GetC() EndpointUpdatedEvent
- func (o *WebhookTypes) GetCOk() (*EndpointUpdatedEvent, bool)
- func (o *WebhookTypes) GetD() EndpointDeletedEvent
- func (o *WebhookTypes) GetDOk() (*EndpointDeletedEvent, bool)
- func (o *WebhookTypes) GetE() MessageAttemptExhaustedEvent
- func (o *WebhookTypes) GetEOk() (*MessageAttemptExhaustedEvent, bool)
- func (o WebhookTypes) MarshalJSON() ([]byte, error)
- func (o *WebhookTypes) SetA(v EndpointDisabledEvent)
- func (o *WebhookTypes) SetA1(v MessageAttemptFailingEvent)
- func (o *WebhookTypes) SetB(v EndpointCreatedEvent)
- func (o *WebhookTypes) SetC(v EndpointUpdatedEvent)
- func (o *WebhookTypes) SetD(v EndpointDeletedEvent)
- func (o *WebhookTypes) SetE(v MessageAttemptExhaustedEvent)
Constants ¶
const NumTries = 3
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request. ContextHttpSignatureAuth = contextKey("httpsignature") // 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 { ApplicationApi *ApplicationApiService AuthenticationApi *AuthenticationApiService EndpointApi *EndpointApiService EnvironmentApi *EnvironmentApiService EnvironmentSettingsApi *EnvironmentSettingsApiService EventTypeApi *EventTypeApiService HealthApi *HealthApiService IntegrationApi *IntegrationApiService MessageApi *MessageApiService MessageAttemptApi *MessageAttemptApiService StatisticsApi *StatisticsApiService // contains filtered or unexported fields }
APIClient manages communication with the Svix API API v1.4 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 ApiCreateApplicationApiV1AppPostRequest ¶
type ApiCreateApplicationApiV1AppPostRequest struct { ApiService *ApplicationApiService // contains filtered or unexported fields }
func (ApiCreateApplicationApiV1AppPostRequest) ApplicationIn ¶
func (r ApiCreateApplicationApiV1AppPostRequest) ApplicationIn(applicationIn ApplicationIn) ApiCreateApplicationApiV1AppPostRequest
func (ApiCreateApplicationApiV1AppPostRequest) Execute ¶
func (r ApiCreateApplicationApiV1AppPostRequest) Execute() (ApplicationOut, *_nethttp.Response, error)
func (ApiCreateApplicationApiV1AppPostRequest) GetIfExists ¶
func (r ApiCreateApplicationApiV1AppPostRequest) GetIfExists(getIfExists bool) ApiCreateApplicationApiV1AppPostRequest
func (ApiCreateApplicationApiV1AppPostRequest) IdempotencyKey ¶
func (r ApiCreateApplicationApiV1AppPostRequest) IdempotencyKey(idempotencyKey string) ApiCreateApplicationApiV1AppPostRequest
type ApiCreateEndpointApiV1AppAppIdEndpointPostRequest ¶
type ApiCreateEndpointApiV1AppAppIdEndpointPostRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiCreateEndpointApiV1AppAppIdEndpointPostRequest) EndpointIn ¶
func (r ApiCreateEndpointApiV1AppAppIdEndpointPostRequest) EndpointIn(endpointIn EndpointIn) ApiCreateEndpointApiV1AppAppIdEndpointPostRequest
func (ApiCreateEndpointApiV1AppAppIdEndpointPostRequest) Execute ¶
func (r ApiCreateEndpointApiV1AppAppIdEndpointPostRequest) Execute() (EndpointOut, *_nethttp.Response, error)
func (ApiCreateEndpointApiV1AppAppIdEndpointPostRequest) IdempotencyKey ¶
func (r ApiCreateEndpointApiV1AppAppIdEndpointPostRequest) IdempotencyKey(idempotencyKey string) ApiCreateEndpointApiV1AppAppIdEndpointPostRequest
type ApiCreateEventTypeApiV1EventTypePostRequest ¶
type ApiCreateEventTypeApiV1EventTypePostRequest struct { ApiService *EventTypeApiService // contains filtered or unexported fields }
func (ApiCreateEventTypeApiV1EventTypePostRequest) EventTypeIn ¶
func (r ApiCreateEventTypeApiV1EventTypePostRequest) EventTypeIn(eventTypeIn EventTypeIn) ApiCreateEventTypeApiV1EventTypePostRequest
func (ApiCreateEventTypeApiV1EventTypePostRequest) Execute ¶
func (r ApiCreateEventTypeApiV1EventTypePostRequest) Execute() (EventTypeOut, *_nethttp.Response, error)
func (ApiCreateEventTypeApiV1EventTypePostRequest) IdempotencyKey ¶
func (r ApiCreateEventTypeApiV1EventTypePostRequest) IdempotencyKey(idempotencyKey string) ApiCreateEventTypeApiV1EventTypePostRequest
type ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest ¶
type ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest struct { ApiService *IntegrationApiService // contains filtered or unexported fields }
func (ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest) Execute ¶
func (r ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest) Execute() (IntegrationOut, *_nethttp.Response, error)
func (ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest) IdempotencyKey ¶
func (r ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest) IdempotencyKey(idempotencyKey string) ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest
func (ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest) IntegrationIn ¶
func (r ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest) IntegrationIn(integrationIn IntegrationIn) ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest
type ApiCreateMessageApiV1AppAppIdMsgPostRequest ¶
type ApiCreateMessageApiV1AppAppIdMsgPostRequest struct { ApiService *MessageApiService // contains filtered or unexported fields }
func (ApiCreateMessageApiV1AppAppIdMsgPostRequest) Execute ¶
func (r ApiCreateMessageApiV1AppAppIdMsgPostRequest) Execute() (MessageOut, *_nethttp.Response, error)
func (ApiCreateMessageApiV1AppAppIdMsgPostRequest) IdempotencyKey ¶
func (r ApiCreateMessageApiV1AppAppIdMsgPostRequest) IdempotencyKey(idempotencyKey string) ApiCreateMessageApiV1AppAppIdMsgPostRequest
func (ApiCreateMessageApiV1AppAppIdMsgPostRequest) MessageIn ¶
func (r ApiCreateMessageApiV1AppAppIdMsgPostRequest) MessageIn(messageIn MessageIn) ApiCreateMessageApiV1AppAppIdMsgPostRequest
func (ApiCreateMessageApiV1AppAppIdMsgPostRequest) WithContent ¶
func (r ApiCreateMessageApiV1AppAppIdMsgPostRequest) WithContent(withContent bool) ApiCreateMessageApiV1AppAppIdMsgPostRequest
type ApiDeleteApplicationApiV1AppAppIdDeleteRequest ¶
type ApiDeleteApplicationApiV1AppAppIdDeleteRequest struct { ApiService *ApplicationApiService // contains filtered or unexported fields }
func (ApiDeleteApplicationApiV1AppAppIdDeleteRequest) Execute ¶
func (r ApiDeleteApplicationApiV1AppAppIdDeleteRequest) Execute() (*_nethttp.Response, error)
func (ApiDeleteApplicationApiV1AppAppIdDeleteRequest) IdempotencyKey ¶
func (r ApiDeleteApplicationApiV1AppAppIdDeleteRequest) IdempotencyKey(idempotencyKey string) ApiDeleteApplicationApiV1AppAppIdDeleteRequest
type ApiDeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteRequest ¶
type ApiDeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiDeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteRequest) Execute ¶
func (r ApiDeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteRequest) Execute() (*_nethttp.Response, error)
func (ApiDeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteRequest) IdempotencyKey ¶
func (r ApiDeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteRequest) IdempotencyKey(idempotencyKey string) ApiDeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteRequest
type ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest ¶
type ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest struct { ApiService *EventTypeApiService // contains filtered or unexported fields }
func (ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest) Execute ¶
func (r ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest) Execute() (*_nethttp.Response, error)
func (ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest) IdempotencyKey ¶
func (r ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest) IdempotencyKey(idempotencyKey string) ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest
type ApiDeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteRequest ¶
type ApiDeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteRequest struct { ApiService *IntegrationApiService // contains filtered or unexported fields }
func (ApiDeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteRequest) Execute ¶
func (r ApiDeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteRequest) Execute() (*_nethttp.Response, error)
func (ApiDeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteRequest) IdempotencyKey ¶
func (r ApiDeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteRequest) IdempotencyKey(idempotencyKey string) ApiDeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteRequest
type ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest ¶
type ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest struct { ApiService *AuthenticationApiService // contains filtered or unexported fields }
func (ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest) ApplicationTokenExpireIn ¶
func (r ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest) ApplicationTokenExpireIn(applicationTokenExpireIn ApplicationTokenExpireIn) ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest
func (ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest) Execute ¶
func (r ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest) Execute() (*_nethttp.Response, error)
func (ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest) IdempotencyKey ¶
func (r ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest) IdempotencyKey(idempotencyKey string) ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest
type ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest ¶
type ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest struct { ApiService *EnvironmentApiService // contains filtered or unexported fields }
func (ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest) Body ¶
func (r ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest) Body(body map[string]interface{}) ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest
func (ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest) Execute ¶
func (r ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest) Execute() (EnvironmentOut, *_nethttp.Response, error)
func (ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest) IdempotencyKey ¶
func (r ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest) IdempotencyKey(idempotencyKey string) ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest
type ApiExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDeleteRequest ¶
type ApiExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDeleteRequest struct { ApiService *MessageAttemptApiService // contains filtered or unexported fields }
func (ApiExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDeleteRequest) Execute ¶
func (r ApiExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDeleteRequest) Execute() (*_nethttp.Response, error)
func (ApiExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDeleteRequest) IdempotencyKey ¶
func (r ApiExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDeleteRequest) IdempotencyKey(idempotencyKey string) ApiExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDeleteRequest
type ApiExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteRequest ¶
type ApiExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteRequest struct { ApiService *MessageApiService // contains filtered or unexported fields }
func (ApiExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteRequest) Execute ¶
func (r ApiExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteRequest) Execute() (*_nethttp.Response, error)
func (ApiExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteRequest) IdempotencyKey ¶
func (r ApiExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteRequest) IdempotencyKey(idempotencyKey string) ApiExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteRequest
type ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest ¶
type ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest struct { ApiService *EventTypeApiService // contains filtered or unexported fields }
func (ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest) EventTypeSchemaIn ¶
func (r ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest) EventTypeSchemaIn(eventTypeSchemaIn EventTypeSchemaIn) ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest
func (ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest) Execute ¶
func (r ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest) Execute() (EventTypeExampleOut, *_nethttp.Response, error)
func (ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest) IdempotencyKey ¶
func (r ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest) IdempotencyKey(idempotencyKey string) ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest
type ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest ¶
type ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest struct { ApiService *StatisticsApiService // contains filtered or unexported fields }
func (ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest) Execute ¶
func (r ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest) Execute() (AttemptStatisticsResponse, *_nethttp.Response, error)
func (ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest) IdempotencyKey ¶
func (r ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest) IdempotencyKey(idempotencyKey string) ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest
func (ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest) StartDate ¶
func (r ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest) StartDate(startDate time.Time) ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest
type ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest ¶
type ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest struct { ApiService *AuthenticationApiService // contains filtered or unexported fields }
func (ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest) AppPortalAccessIn ¶
func (r ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest) AppPortalAccessIn(appPortalAccessIn AppPortalAccessIn) ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest
func (ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest) Execute ¶
func (r ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest) Execute() (AppPortalAccessOut, *_nethttp.Response, error)
func (ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest) IdempotencyKey ¶
func (r ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest) IdempotencyKey(idempotencyKey string) ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest
type ApiGetAppStatsApiV1AppAppIdStatsGetRequest ¶
type ApiGetAppStatsApiV1AppAppIdStatsGetRequest struct { ApiService *ApplicationApiService // contains filtered or unexported fields }
func (ApiGetAppStatsApiV1AppAppIdStatsGetRequest) Execute ¶
func (r ApiGetAppStatsApiV1AppAppIdStatsGetRequest) Execute() (ApplicationStats, *_nethttp.Response, error)
func (ApiGetAppStatsApiV1AppAppIdStatsGetRequest) IdempotencyKey ¶
func (r ApiGetAppStatsApiV1AppAppIdStatsGetRequest) IdempotencyKey(idempotencyKey string) ApiGetAppStatsApiV1AppAppIdStatsGetRequest
func (ApiGetAppStatsApiV1AppAppIdStatsGetRequest) Since ¶
func (r ApiGetAppStatsApiV1AppAppIdStatsGetRequest) Since(since time.Time) ApiGetAppStatsApiV1AppAppIdStatsGetRequest
func (ApiGetAppStatsApiV1AppAppIdStatsGetRequest) Until ¶
func (r ApiGetAppStatsApiV1AppAppIdStatsGetRequest) Until(until time.Time) ApiGetAppStatsApiV1AppAppIdStatsGetRequest
type ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest ¶
type ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest struct { ApiService *ApplicationApiService // contains filtered or unexported fields }
func (ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest) Execute ¶
func (r ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest) Execute() (ListResponseApplicationStats, *_nethttp.Response, error)
func (ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest) IdempotencyKey ¶
func (r ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest) IdempotencyKey(idempotencyKey string) ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest
func (ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest) Iterator ¶
func (r ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest) Iterator(iterator string) ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest
type ApiGetApplicationApiV1AppAppIdGetRequest ¶
type ApiGetApplicationApiV1AppAppIdGetRequest struct { ApiService *ApplicationApiService // contains filtered or unexported fields }
func (ApiGetApplicationApiV1AppAppIdGetRequest) Execute ¶
func (r ApiGetApplicationApiV1AppAppIdGetRequest) Execute() (ApplicationOut, *_nethttp.Response, error)
func (ApiGetApplicationApiV1AppAppIdGetRequest) IdempotencyKey ¶
func (r ApiGetApplicationApiV1AppAppIdGetRequest) IdempotencyKey(idempotencyKey string) ApiGetApplicationApiV1AppAppIdGetRequest
type ApiGetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetRequest ¶
type ApiGetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetRequest struct { ApiService *MessageAttemptApiService // contains filtered or unexported fields }
func (ApiGetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetRequest) Execute ¶
func (r ApiGetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetRequest) Execute() (MessageAttemptOut, *_nethttp.Response, error)
func (ApiGetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetRequest) IdempotencyKey ¶
func (r ApiGetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetRequest) IdempotencyKey(idempotencyKey string) ApiGetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetRequest
type ApiGetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetRequest ¶
type ApiGetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetRequest struct { ApiService *MessageAttemptApiService // contains filtered or unexported fields }
func (ApiGetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetRequest) IdempotencyKey ¶
func (r ApiGetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetRequest) IdempotencyKey(idempotencyKey string) ApiGetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetRequest
type ApiGetDashboardAccessApiV1AuthDashboardAccessAppIdPostRequest ¶
type ApiGetDashboardAccessApiV1AuthDashboardAccessAppIdPostRequest struct { ApiService *AuthenticationApiService // contains filtered or unexported fields }
func (ApiGetDashboardAccessApiV1AuthDashboardAccessAppIdPostRequest) Execute ¶
func (r ApiGetDashboardAccessApiV1AuthDashboardAccessAppIdPostRequest) Execute() (DashboardAccessOut, *_nethttp.Response, error)
func (ApiGetDashboardAccessApiV1AuthDashboardAccessAppIdPostRequest) IdempotencyKey ¶
func (r ApiGetDashboardAccessApiV1AuthDashboardAccessAppIdPostRequest) IdempotencyKey(idempotencyKey string) ApiGetDashboardAccessApiV1AuthDashboardAccessAppIdPostRequest
type ApiGetEndpointApiV1AppAppIdEndpointEndpointIdGetRequest ¶
type ApiGetEndpointApiV1AppAppIdEndpointEndpointIdGetRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiGetEndpointApiV1AppAppIdEndpointEndpointIdGetRequest) Execute ¶
func (r ApiGetEndpointApiV1AppAppIdEndpointEndpointIdGetRequest) Execute() (EndpointOut, *_nethttp.Response, error)
func (ApiGetEndpointApiV1AppAppIdEndpointEndpointIdGetRequest) IdempotencyKey ¶
func (r ApiGetEndpointApiV1AppAppIdEndpointEndpointIdGetRequest) IdempotencyKey(idempotencyKey string) ApiGetEndpointApiV1AppAppIdEndpointEndpointIdGetRequest
type ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest ¶
type ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest) Execute ¶
func (r ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest) Execute() (EndpointHeadersOut, *_nethttp.Response, error)
func (ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest) IdempotencyKey ¶
func (r ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest) IdempotencyKey(idempotencyKey string) ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest
type ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest ¶
type ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest) Execute ¶
func (r ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest) Execute() (EndpointSecretOut, *_nethttp.Response, error)
func (ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest) IdempotencyKey ¶
func (r ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest) IdempotencyKey(idempotencyKey string) ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest
type ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest ¶
type ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest) Execute ¶
func (r ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest) Execute() (EndpointStats, *_nethttp.Response, error)
func (ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest) IdempotencyKey ¶
func (r ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest) IdempotencyKey(idempotencyKey string) ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest
type ApiGetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationGetRequest ¶
type ApiGetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationGetRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiGetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationGetRequest) Execute ¶
func (ApiGetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationGetRequest) IdempotencyKey ¶
type ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest ¶
type ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest struct { ApiService *StatisticsApiService // contains filtered or unexported fields }
func (ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest) Execute ¶
func (r ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest) Execute() (AttemptStatisticsResponse, *_nethttp.Response, error)
func (ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest) IdempotencyKey ¶
func (r ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest) IdempotencyKey(idempotencyKey string) ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest
func (ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest) StartDate ¶
func (r ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest) StartDate(startDate time.Time) ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest
type ApiGetEventTypeApiV1EventTypeEventTypeNameGetRequest ¶
type ApiGetEventTypeApiV1EventTypeEventTypeNameGetRequest struct { ApiService *EventTypeApiService // contains filtered or unexported fields }
func (ApiGetEventTypeApiV1EventTypeEventTypeNameGetRequest) Execute ¶
func (r ApiGetEventTypeApiV1EventTypeEventTypeNameGetRequest) Execute() (EventTypeOut, *_nethttp.Response, error)
func (ApiGetEventTypeApiV1EventTypeEventTypeNameGetRequest) IdempotencyKey ¶
func (r ApiGetEventTypeApiV1EventTypeEventTypeNameGetRequest) IdempotencyKey(idempotencyKey string) ApiGetEventTypeApiV1EventTypeEventTypeNameGetRequest
type ApiGetIntegrationApiV1AppAppIdIntegrationIntegIdGetRequest ¶
type ApiGetIntegrationApiV1AppAppIdIntegrationIntegIdGetRequest struct { ApiService *IntegrationApiService // contains filtered or unexported fields }
func (ApiGetIntegrationApiV1AppAppIdIntegrationIntegIdGetRequest) Execute ¶
func (r ApiGetIntegrationApiV1AppAppIdIntegrationIntegIdGetRequest) Execute() (IntegrationOut, *_nethttp.Response, error)
func (ApiGetIntegrationApiV1AppAppIdIntegrationIntegIdGetRequest) IdempotencyKey ¶
func (r ApiGetIntegrationApiV1AppAppIdIntegrationIntegIdGetRequest) IdempotencyKey(idempotencyKey string) ApiGetIntegrationApiV1AppAppIdIntegrationIntegIdGetRequest
type ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest ¶
type ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest struct { ApiService *IntegrationApiService // contains filtered or unexported fields }
func (ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest) Execute ¶
func (r ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest) Execute() (IntegrationKeyOut, *_nethttp.Response, error)
func (ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest) IdempotencyKey ¶
func (r ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest) IdempotencyKey(idempotencyKey string) ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest
type ApiGetMessageApiV1AppAppIdMsgMsgIdGetRequest ¶
type ApiGetMessageApiV1AppAppIdMsgMsgIdGetRequest struct { ApiService *MessageApiService // contains filtered or unexported fields }
func (ApiGetMessageApiV1AppAppIdMsgMsgIdGetRequest) Execute ¶
func (r ApiGetMessageApiV1AppAppIdMsgMsgIdGetRequest) Execute() (MessageOut, *_nethttp.Response, error)
func (ApiGetMessageApiV1AppAppIdMsgMsgIdGetRequest) IdempotencyKey ¶
func (r ApiGetMessageApiV1AppAppIdMsgMsgIdGetRequest) IdempotencyKey(idempotencyKey string) ApiGetMessageApiV1AppAppIdMsgMsgIdGetRequest
type ApiGetOrgSettingsApiV1EnvironmentSettingsGetRequest ¶
type ApiGetOrgSettingsApiV1EnvironmentSettingsGetRequest struct { ApiService *EnvironmentSettingsApiService // contains filtered or unexported fields }
func (ApiGetOrgSettingsApiV1EnvironmentSettingsGetRequest) Execute ¶
func (r ApiGetOrgSettingsApiV1EnvironmentSettingsGetRequest) Execute() (EnvironmentSettingsOut, *_nethttp.Response, error)
func (ApiGetOrgSettingsApiV1EnvironmentSettingsGetRequest) IdempotencyKey ¶
func (r ApiGetOrgSettingsApiV1EnvironmentSettingsGetRequest) IdempotencyKey(idempotencyKey string) ApiGetOrgSettingsApiV1EnvironmentSettingsGetRequest
type ApiHealthApiV1HealthGetRequest ¶
type ApiHealthApiV1HealthGetRequest struct { ApiService *HealthApiService // contains filtered or unexported fields }
func (ApiHealthApiV1HealthGetRequest) Execute ¶
func (r ApiHealthApiV1HealthGetRequest) Execute() (*_nethttp.Response, error)
func (ApiHealthApiV1HealthGetRequest) IdempotencyKey ¶
func (r ApiHealthApiV1HealthGetRequest) IdempotencyKey(idempotencyKey string) ApiHealthApiV1HealthGetRequest
type ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest ¶
type ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest struct { ApiService *EnvironmentApiService // contains filtered or unexported fields }
func (ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest) EnvironmentIn ¶
func (r ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest) EnvironmentIn(environmentIn EnvironmentIn) ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest
func (ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest) Execute ¶
func (r ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest) Execute() (*_nethttp.Response, error)
func (ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest) IdempotencyKey ¶
func (r ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest) IdempotencyKey(idempotencyKey string) ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest
type ApiListApplicationsApiV1AppGetRequest ¶
type ApiListApplicationsApiV1AppGetRequest struct { ApiService *ApplicationApiService // contains filtered or unexported fields }
func (ApiListApplicationsApiV1AppGetRequest) Execute ¶
func (r ApiListApplicationsApiV1AppGetRequest) Execute() (ListResponseApplicationOut, *_nethttp.Response, error)
func (ApiListApplicationsApiV1AppGetRequest) IdempotencyKey ¶
func (r ApiListApplicationsApiV1AppGetRequest) IdempotencyKey(idempotencyKey string) ApiListApplicationsApiV1AppGetRequest
func (ApiListApplicationsApiV1AppGetRequest) Iterator ¶
func (r ApiListApplicationsApiV1AppGetRequest) Iterator(iterator string) ApiListApplicationsApiV1AppGetRequest
func (ApiListApplicationsApiV1AppGetRequest) Limit ¶
func (r ApiListApplicationsApiV1AppGetRequest) Limit(limit int32) ApiListApplicationsApiV1AppGetRequest
type ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest ¶
type ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest struct { ApiService *MessageAttemptApiService // contains filtered or unexported fields }
func (ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest) IdempotencyKey ¶
func (r ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest) IdempotencyKey(idempotencyKey string) ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest
type ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest ¶
type ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest struct { ApiService *MessageAttemptApiService // contains filtered or unexported fields }
func (ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest) IdempotencyKey ¶
func (r ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest) IdempotencyKey(idempotencyKey string) ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest
type ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest ¶
type ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest struct { ApiService *MessageAttemptApiService // contains filtered or unexported fields }
func (ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) Channel ¶
func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) Channel(channel string) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
func (ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) EndpointId ¶
func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) EndpointId(endpointId string) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
func (ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) EventTypes ¶
func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) EventTypes(eventTypes []string) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
func (ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) Execute ¶
func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) Execute() (ListResponseMessageAttemptOut, *_nethttp.Response, error)
func (ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) IdempotencyKey ¶
func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) IdempotencyKey(idempotencyKey string) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
func (ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) Iterator ¶
func (r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) Iterator(iterator string) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
type ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest ¶
type ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest struct { ApiService *MessageAttemptApiService // contains filtered or unexported fields }
func (ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) EventTypes ¶
func (ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) IdempotencyKey ¶
func (r ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) IdempotencyKey(idempotencyKey string) ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest
func (ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) StatusCodeClass ¶
func (r ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) StatusCodeClass(statusCodeClass StatusCodeClass) ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest
type ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest ¶
type ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest struct { ApiService *MessageAttemptApiService // contains filtered or unexported fields }
func (ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) EndpointId ¶
func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) EndpointId(endpointId string) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
func (ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) EventTypes ¶
func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) EventTypes(eventTypes []string) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
func (ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) Execute ¶
func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) Execute() (ListResponseMessageAttemptOut, *_nethttp.Response, error)
func (ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) IdempotencyKey ¶
func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) IdempotencyKey(idempotencyKey string) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
func (ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) StatusCodeClass ¶
func (r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) StatusCodeClass(statusCodeClass StatusCodeClass) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
type ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest ¶
type ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest struct { ApiService *MessageAttemptApiService // contains filtered or unexported fields }
func (ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest) EventTypes ¶
func (ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest) IdempotencyKey ¶
func (ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest) Iterator ¶
type ApiListEndpointsApiV1AppAppIdEndpointGetRequest ¶
type ApiListEndpointsApiV1AppAppIdEndpointGetRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiListEndpointsApiV1AppAppIdEndpointGetRequest) Execute ¶
func (r ApiListEndpointsApiV1AppAppIdEndpointGetRequest) Execute() (ListResponseEndpointOut, *_nethttp.Response, error)
func (ApiListEndpointsApiV1AppAppIdEndpointGetRequest) IdempotencyKey ¶
func (r ApiListEndpointsApiV1AppAppIdEndpointGetRequest) IdempotencyKey(idempotencyKey string) ApiListEndpointsApiV1AppAppIdEndpointGetRequest
func (ApiListEndpointsApiV1AppAppIdEndpointGetRequest) Iterator ¶
func (r ApiListEndpointsApiV1AppAppIdEndpointGetRequest) Iterator(iterator string) ApiListEndpointsApiV1AppAppIdEndpointGetRequest
type ApiListEventTypesApiV1EventTypeGetRequest ¶
type ApiListEventTypesApiV1EventTypeGetRequest struct { ApiService *EventTypeApiService // contains filtered or unexported fields }
func (ApiListEventTypesApiV1EventTypeGetRequest) Execute ¶
func (r ApiListEventTypesApiV1EventTypeGetRequest) Execute() (ListResponseEventTypeOut, *_nethttp.Response, error)
func (ApiListEventTypesApiV1EventTypeGetRequest) IdempotencyKey ¶
func (r ApiListEventTypesApiV1EventTypeGetRequest) IdempotencyKey(idempotencyKey string) ApiListEventTypesApiV1EventTypeGetRequest
func (ApiListEventTypesApiV1EventTypeGetRequest) IncludeArchived ¶
func (r ApiListEventTypesApiV1EventTypeGetRequest) IncludeArchived(includeArchived bool) ApiListEventTypesApiV1EventTypeGetRequest
func (ApiListEventTypesApiV1EventTypeGetRequest) Iterator ¶
func (r ApiListEventTypesApiV1EventTypeGetRequest) Iterator(iterator string) ApiListEventTypesApiV1EventTypeGetRequest
func (ApiListEventTypesApiV1EventTypeGetRequest) Limit ¶
func (r ApiListEventTypesApiV1EventTypeGetRequest) Limit(limit int32) ApiListEventTypesApiV1EventTypeGetRequest
func (ApiListEventTypesApiV1EventTypeGetRequest) WithContent ¶
func (r ApiListEventTypesApiV1EventTypeGetRequest) WithContent(withContent bool) ApiListEventTypesApiV1EventTypeGetRequest
type ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest ¶
type ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest struct { ApiService *IntegrationApiService // contains filtered or unexported fields }
func (ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest) Execute ¶
func (r ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest) Execute() (ListResponseIntegrationOut, *_nethttp.Response, error)
func (ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest) IdempotencyKey ¶
func (r ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest) IdempotencyKey(idempotencyKey string) ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest
func (ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest) Iterator ¶
func (r ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest) Iterator(iterator string) ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest
type ApiListMessagesApiV1AppAppIdMsgGetRequest ¶
type ApiListMessagesApiV1AppAppIdMsgGetRequest struct { ApiService *MessageApiService // contains filtered or unexported fields }
func (ApiListMessagesApiV1AppAppIdMsgGetRequest) After ¶
func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) After(after time.Time) ApiListMessagesApiV1AppAppIdMsgGetRequest
func (ApiListMessagesApiV1AppAppIdMsgGetRequest) Before ¶
func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) Before(before time.Time) ApiListMessagesApiV1AppAppIdMsgGetRequest
func (ApiListMessagesApiV1AppAppIdMsgGetRequest) Channel ¶
func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) Channel(channel string) ApiListMessagesApiV1AppAppIdMsgGetRequest
func (ApiListMessagesApiV1AppAppIdMsgGetRequest) EventTypes ¶
func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) EventTypes(eventTypes []string) ApiListMessagesApiV1AppAppIdMsgGetRequest
func (ApiListMessagesApiV1AppAppIdMsgGetRequest) Execute ¶
func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) Execute() (ListResponseMessageOut, *_nethttp.Response, error)
func (ApiListMessagesApiV1AppAppIdMsgGetRequest) IdempotencyKey ¶
func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) IdempotencyKey(idempotencyKey string) ApiListMessagesApiV1AppAppIdMsgGetRequest
func (ApiListMessagesApiV1AppAppIdMsgGetRequest) Iterator ¶
func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) Iterator(iterator string) ApiListMessagesApiV1AppAppIdMsgGetRequest
func (ApiListMessagesApiV1AppAppIdMsgGetRequest) Limit ¶
func (r ApiListMessagesApiV1AppAppIdMsgGetRequest) Limit(limit int32) ApiListMessagesApiV1AppAppIdMsgGetRequest
type ApiLogoutApiV1AuthLogoutPostRequest ¶
type ApiLogoutApiV1AuthLogoutPostRequest struct { ApiService *AuthenticationApiService // contains filtered or unexported fields }
func (ApiLogoutApiV1AuthLogoutPostRequest) Execute ¶
func (r ApiLogoutApiV1AuthLogoutPostRequest) Execute() (*_nethttp.Response, error)
func (ApiLogoutApiV1AuthLogoutPostRequest) IdempotencyKey ¶
func (r ApiLogoutApiV1AuthLogoutPostRequest) IdempotencyKey(idempotencyKey string) ApiLogoutApiV1AuthLogoutPostRequest
type ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest ¶
type ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest) EndpointHeadersPatchIn ¶
func (r ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest) EndpointHeadersPatchIn(endpointHeadersPatchIn EndpointHeadersPatchIn) ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest
func (ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest) Execute ¶
func (r ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest) Execute() (*_nethttp.Response, error)
func (ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest) IdempotencyKey ¶
func (r ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest) IdempotencyKey(idempotencyKey string) ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest
type ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest ¶
type ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest) Execute ¶
func (r ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)
func (ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest) IdempotencyKey ¶
func (r ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest) IdempotencyKey(idempotencyKey string) ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest
type ApiReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostRequest ¶
type ApiReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostRequest) Execute ¶
func (r ApiReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)
func (ApiReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostRequest) IdempotencyKey ¶
func (r ApiReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostRequest) IdempotencyKey(idempotencyKey string) ApiReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostRequest
type ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest ¶
type ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest struct { ApiService *MessageAttemptApiService // contains filtered or unexported fields }
func (ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest) Execute ¶
func (r ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest) Execute() (*_nethttp.Response, error)
func (ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest) IdempotencyKey ¶
func (r ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest) IdempotencyKey(idempotencyKey string) ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest
type ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest ¶
type ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest) EndpointSecretRotateIn ¶
func (r ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest) EndpointSecretRotateIn(endpointSecretRotateIn EndpointSecretRotateIn) ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest
func (ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest) Execute ¶
func (r ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest) Execute() (*_nethttp.Response, error)
func (ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest) IdempotencyKey ¶
func (r ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest) IdempotencyKey(idempotencyKey string) ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest
type ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest ¶
type ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest struct { ApiService *IntegrationApiService // contains filtered or unexported fields }
func (ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest) Execute ¶
func (r ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest) Execute() (IntegrationKeyOut, *_nethttp.Response, error)
func (ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest) IdempotencyKey ¶
func (r ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest) IdempotencyKey(idempotencyKey string) ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest
type ApiSendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePostRequest ¶
type ApiSendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePostRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiSendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePostRequest) EventExampleIn ¶
func (ApiSendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePostRequest) Execute ¶
func (ApiSendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePostRequest) IdempotencyKey ¶
type ApiSetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchRequest ¶
type ApiSetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiSetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchRequest) EndpointTransformationIn ¶
func (r ApiSetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchRequest) EndpointTransformationIn(endpointTransformationIn EndpointTransformationIn) ApiSetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchRequest
func (ApiSetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchRequest) Execute ¶
func (ApiSetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchRequest) IdempotencyKey ¶
type ApiSimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostRequest ¶
type ApiSimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiSimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostRequest) EndpointTransformationSimulateIn ¶
func (r ApiSimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostRequest) EndpointTransformationSimulateIn(endpointTransformationSimulateIn EndpointTransformationSimulateIn) ApiSimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostRequest
func (ApiSimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostRequest) Execute ¶
func (ApiSimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostRequest) IdempotencyKey ¶
type ApiUpdateApplicationApiV1AppAppIdPutRequest ¶
type ApiUpdateApplicationApiV1AppAppIdPutRequest struct { ApiService *ApplicationApiService // contains filtered or unexported fields }
func (ApiUpdateApplicationApiV1AppAppIdPutRequest) ApplicationIn ¶
func (r ApiUpdateApplicationApiV1AppAppIdPutRequest) ApplicationIn(applicationIn ApplicationIn) ApiUpdateApplicationApiV1AppAppIdPutRequest
func (ApiUpdateApplicationApiV1AppAppIdPutRequest) Execute ¶
func (r ApiUpdateApplicationApiV1AppAppIdPutRequest) Execute() (ApplicationOut, *_nethttp.Response, error)
func (ApiUpdateApplicationApiV1AppAppIdPutRequest) IdempotencyKey ¶
func (r ApiUpdateApplicationApiV1AppAppIdPutRequest) IdempotencyKey(idempotencyKey string) ApiUpdateApplicationApiV1AppAppIdPutRequest
type ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest ¶
type ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest) EndpointUpdate ¶
func (r ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest) EndpointUpdate(endpointUpdate EndpointUpdate) ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest
func (ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest) Execute ¶
func (r ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest) Execute() (EndpointOut, *_nethttp.Response, error)
func (ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest) IdempotencyKey ¶
func (r ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest) IdempotencyKey(idempotencyKey string) ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest
type ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest ¶
type ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest struct { ApiService *EndpointApiService // contains filtered or unexported fields }
func (ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest) EndpointHeadersIn ¶
func (r ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest) EndpointHeadersIn(endpointHeadersIn EndpointHeadersIn) ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest
func (ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest) Execute ¶
func (r ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest) Execute() (*_nethttp.Response, error)
func (ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest) IdempotencyKey ¶
func (r ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest) IdempotencyKey(idempotencyKey string) ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest
type ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest ¶
type ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest struct { ApiService *EventTypeApiService // contains filtered or unexported fields }
func (ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest) EventTypeUpdate ¶
func (r ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest) EventTypeUpdate(eventTypeUpdate EventTypeUpdate) ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest
func (ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest) Execute ¶
func (r ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest) Execute() (EventTypeOut, *_nethttp.Response, error)
func (ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest) IdempotencyKey ¶
func (r ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest) IdempotencyKey(idempotencyKey string) ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest
type ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest ¶
type ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest struct { ApiService *IntegrationApiService // contains filtered or unexported fields }
func (ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest) Execute ¶
func (r ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest) Execute() (IntegrationOut, *_nethttp.Response, error)
func (ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest) IdempotencyKey ¶
func (r ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest) IdempotencyKey(idempotencyKey string) ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest
func (ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest) IntegrationUpdate ¶
func (r ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest) IntegrationUpdate(integrationUpdate IntegrationUpdate) ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest
type AppPortalAccessIn ¶
type AppPortalAccessIn struct {
FeatureFlags *[]string `json:"featureFlags,omitempty"`
}
AppPortalAccessIn struct for AppPortalAccessIn
func NewAppPortalAccessIn ¶
func NewAppPortalAccessIn() *AppPortalAccessIn
NewAppPortalAccessIn instantiates a new AppPortalAccessIn 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 NewAppPortalAccessInWithDefaults ¶
func NewAppPortalAccessInWithDefaults() *AppPortalAccessIn
NewAppPortalAccessInWithDefaults instantiates a new AppPortalAccessIn 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 (*AppPortalAccessIn) GetFeatureFlags ¶
func (o *AppPortalAccessIn) GetFeatureFlags() []string
GetFeatureFlags returns the FeatureFlags field value if set, zero value otherwise.
func (*AppPortalAccessIn) GetFeatureFlagsOk ¶
func (o *AppPortalAccessIn) GetFeatureFlagsOk() (*[]string, bool)
GetFeatureFlagsOk returns a tuple with the FeatureFlags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppPortalAccessIn) HasFeatureFlags ¶
func (o *AppPortalAccessIn) HasFeatureFlags() bool
HasFeatureFlags returns a boolean if a field has been set.
func (AppPortalAccessIn) MarshalJSON ¶
func (o AppPortalAccessIn) MarshalJSON() ([]byte, error)
func (*AppPortalAccessIn) SetFeatureFlags ¶
func (o *AppPortalAccessIn) SetFeatureFlags(v []string)
SetFeatureFlags gets a reference to the given []string and assigns it to the FeatureFlags field.
type AppPortalAccessOut ¶
AppPortalAccessOut struct for AppPortalAccessOut
func NewAppPortalAccessOut ¶
func NewAppPortalAccessOut(token string, url string) *AppPortalAccessOut
NewAppPortalAccessOut instantiates a new AppPortalAccessOut 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 NewAppPortalAccessOutWithDefaults ¶
func NewAppPortalAccessOutWithDefaults() *AppPortalAccessOut
NewAppPortalAccessOutWithDefaults instantiates a new AppPortalAccessOut 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 (*AppPortalAccessOut) GetToken ¶
func (o *AppPortalAccessOut) GetToken() string
GetToken returns the Token field value
func (*AppPortalAccessOut) GetTokenOk ¶
func (o *AppPortalAccessOut) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (*AppPortalAccessOut) GetUrl ¶
func (o *AppPortalAccessOut) GetUrl() string
GetUrl returns the Url field value
func (*AppPortalAccessOut) GetUrlOk ¶
func (o *AppPortalAccessOut) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (AppPortalAccessOut) MarshalJSON ¶
func (o AppPortalAccessOut) MarshalJSON() ([]byte, error)
func (*AppPortalAccessOut) SetToken ¶
func (o *AppPortalAccessOut) SetToken(v string)
SetToken sets field value
func (*AppPortalAccessOut) SetUrl ¶
func (o *AppPortalAccessOut) SetUrl(v string)
SetUrl sets field value
type ApplicationApiService ¶
type ApplicationApiService service
ApplicationApiService ApplicationApi service
func (*ApplicationApiService) CreateApplicationApiV1AppPost ¶
func (a *ApplicationApiService) CreateApplicationApiV1AppPost(ctx _context.Context) ApiCreateApplicationApiV1AppPostRequest
* CreateApplicationApiV1AppPost Create Application * Create a new application. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiCreateApplicationApiV1AppPostRequest
func (*ApplicationApiService) CreateApplicationApiV1AppPostExecute ¶
func (a *ApplicationApiService) CreateApplicationApiV1AppPostExecute(r ApiCreateApplicationApiV1AppPostRequest) (ApplicationOut, *_nethttp.Response, error)
* Execute executes the request * @return ApplicationOut
func (*ApplicationApiService) DeleteApplicationApiV1AppAppIdDelete ¶
func (a *ApplicationApiService) DeleteApplicationApiV1AppAppIdDelete(ctx _context.Context, appId string) ApiDeleteApplicationApiV1AppAppIdDeleteRequest
* DeleteApplicationApiV1AppAppIdDelete Delete Application * Delete an application. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @return ApiDeleteApplicationApiV1AppAppIdDeleteRequest
func (*ApplicationApiService) DeleteApplicationApiV1AppAppIdDeleteExecute ¶
func (a *ApplicationApiService) DeleteApplicationApiV1AppAppIdDeleteExecute(r ApiDeleteApplicationApiV1AppAppIdDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*ApplicationApiService) GetAppStatsApiV1AppAppIdStatsGet ¶
func (a *ApplicationApiService) GetAppStatsApiV1AppAppIdStatsGet(ctx _context.Context, appId string) ApiGetAppStatsApiV1AppAppIdStatsGetRequest
* GetAppStatsApiV1AppAppIdStatsGet Get App Stats * Get basic statistics for the application * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @return ApiGetAppStatsApiV1AppAppIdStatsGetRequest
func (*ApplicationApiService) GetAppStatsApiV1AppAppIdStatsGetExecute ¶
func (a *ApplicationApiService) GetAppStatsApiV1AppAppIdStatsGetExecute(r ApiGetAppStatsApiV1AppAppIdStatsGetRequest) (ApplicationStats, *_nethttp.Response, error)
* Execute executes the request * @return ApplicationStats
func (*ApplicationApiService) GetAppUsageStatsApiV1AppStatsUsageGet ¶
func (a *ApplicationApiService) GetAppUsageStatsApiV1AppStatsUsageGet(ctx _context.Context) ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest
* GetAppUsageStatsApiV1AppStatsUsageGet Get App Usage Stats * Get basic statistics for all applications. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest
func (*ApplicationApiService) GetAppUsageStatsApiV1AppStatsUsageGetExecute ¶
func (a *ApplicationApiService) GetAppUsageStatsApiV1AppStatsUsageGetExecute(r ApiGetAppUsageStatsApiV1AppStatsUsageGetRequest) (ListResponseApplicationStats, *_nethttp.Response, error)
* Execute executes the request * @return ListResponseApplicationStats
func (*ApplicationApiService) GetApplicationApiV1AppAppIdGet ¶
func (a *ApplicationApiService) GetApplicationApiV1AppAppIdGet(ctx _context.Context, appId string) ApiGetApplicationApiV1AppAppIdGetRequest
* GetApplicationApiV1AppAppIdGet Get Application * Get an application. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @return ApiGetApplicationApiV1AppAppIdGetRequest
func (*ApplicationApiService) GetApplicationApiV1AppAppIdGetExecute ¶
func (a *ApplicationApiService) GetApplicationApiV1AppAppIdGetExecute(r ApiGetApplicationApiV1AppAppIdGetRequest) (ApplicationOut, *_nethttp.Response, error)
* Execute executes the request * @return ApplicationOut
func (*ApplicationApiService) ListApplicationsApiV1AppGet ¶
func (a *ApplicationApiService) ListApplicationsApiV1AppGet(ctx _context.Context) ApiListApplicationsApiV1AppGetRequest
* ListApplicationsApiV1AppGet List Applications * List of all the organization's applications. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListApplicationsApiV1AppGetRequest
func (*ApplicationApiService) ListApplicationsApiV1AppGetExecute ¶
func (a *ApplicationApiService) ListApplicationsApiV1AppGetExecute(r ApiListApplicationsApiV1AppGetRequest) (ListResponseApplicationOut, *_nethttp.Response, error)
* Execute executes the request * @return ListResponseApplicationOut
func (*ApplicationApiService) UpdateApplicationApiV1AppAppIdPut ¶
func (a *ApplicationApiService) UpdateApplicationApiV1AppAppIdPut(ctx _context.Context, appId string) ApiUpdateApplicationApiV1AppAppIdPutRequest
* UpdateApplicationApiV1AppAppIdPut Update Application * Update an application. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @return ApiUpdateApplicationApiV1AppAppIdPutRequest
func (*ApplicationApiService) UpdateApplicationApiV1AppAppIdPutExecute ¶
func (a *ApplicationApiService) UpdateApplicationApiV1AppAppIdPutExecute(r ApiUpdateApplicationApiV1AppAppIdPutRequest) (ApplicationOut, *_nethttp.Response, error)
* Execute executes the request * @return ApplicationOut
type ApplicationIn ¶
type ApplicationIn struct { Metadata map[string]string `json:"metadata,omitempty"` Name string `json:"name"` RateLimit NullableInt32 `json:"rateLimit,omitempty"` // Optional unique identifier for the application Uid NullableString `json:"uid,omitempty"` }
ApplicationIn struct for ApplicationIn
func NewApplicationIn ¶
func NewApplicationIn(name string) *ApplicationIn
NewApplicationIn instantiates a new ApplicationIn 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 NewApplicationInWithDefaults ¶
func NewApplicationInWithDefaults() *ApplicationIn
NewApplicationInWithDefaults instantiates a new ApplicationIn 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 (*ApplicationIn) GetMetadata ¶
func (o *ApplicationIn) GetMetadata() map[string]string
GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationIn) GetMetadataOk ¶
func (o *ApplicationIn) GetMetadataOk() (*map[string]string, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApplicationIn) GetName ¶
func (o *ApplicationIn) GetName() string
GetName returns the Name field value
func (*ApplicationIn) GetNameOk ¶
func (o *ApplicationIn) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ApplicationIn) GetRateLimit ¶
func (o *ApplicationIn) GetRateLimit() int32
GetRateLimit returns the RateLimit field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationIn) GetRateLimitOk ¶
func (o *ApplicationIn) GetRateLimitOk() (*int32, bool)
GetRateLimitOk returns a tuple with the RateLimit 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 (*ApplicationIn) GetUid ¶
func (o *ApplicationIn) GetUid() string
GetUid returns the Uid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationIn) GetUidOk ¶
func (o *ApplicationIn) GetUidOk() (*string, bool)
GetUidOk returns a tuple with the Uid 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 (*ApplicationIn) HasMetadata ¶
func (o *ApplicationIn) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ApplicationIn) HasRateLimit ¶
func (o *ApplicationIn) HasRateLimit() bool
HasRateLimit returns a boolean if a field has been set.
func (*ApplicationIn) HasUid ¶
func (o *ApplicationIn) HasUid() bool
HasUid returns a boolean if a field has been set.
func (ApplicationIn) MarshalJSON ¶
func (o ApplicationIn) MarshalJSON() ([]byte, error)
func (*ApplicationIn) SetMetadata ¶
func (o *ApplicationIn) SetMetadata(v map[string]string)
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*ApplicationIn) SetRateLimit ¶
func (o *ApplicationIn) SetRateLimit(v int32)
SetRateLimit gets a reference to the given NullableInt32 and assigns it to the RateLimit field.
func (*ApplicationIn) SetRateLimitNil ¶
func (o *ApplicationIn) SetRateLimitNil()
SetRateLimitNil sets the value for RateLimit to be an explicit nil
func (*ApplicationIn) SetUid ¶
func (o *ApplicationIn) SetUid(v string)
SetUid gets a reference to the given NullableString and assigns it to the Uid field.
func (*ApplicationIn) SetUidNil ¶
func (o *ApplicationIn) SetUidNil()
SetUidNil sets the value for Uid to be an explicit nil
func (*ApplicationIn) UnsetRateLimit ¶
func (o *ApplicationIn) UnsetRateLimit()
UnsetRateLimit ensures that no value is present for RateLimit, not even an explicit nil
func (*ApplicationIn) UnsetUid ¶
func (o *ApplicationIn) UnsetUid()
UnsetUid ensures that no value is present for Uid, not even an explicit nil
type ApplicationOut ¶
type ApplicationOut struct { CreatedAt time.Time `json:"createdAt"` Id string `json:"id"` Metadata map[string]string `json:"metadata,omitempty"` Name string `json:"name"` RateLimit NullableInt32 `json:"rateLimit,omitempty"` // Optional unique identifier for the application Uid NullableString `json:"uid,omitempty"` UpdatedAt time.Time `json:"updatedAt"` }
ApplicationOut struct for ApplicationOut
func NewApplicationOut ¶
func NewApplicationOut(createdAt time.Time, id string, name string, updatedAt time.Time) *ApplicationOut
NewApplicationOut instantiates a new ApplicationOut 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 NewApplicationOutWithDefaults ¶
func NewApplicationOutWithDefaults() *ApplicationOut
NewApplicationOutWithDefaults instantiates a new ApplicationOut 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 (*ApplicationOut) GetCreatedAt ¶
func (o *ApplicationOut) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ApplicationOut) GetCreatedAtOk ¶
func (o *ApplicationOut) 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 (*ApplicationOut) GetId ¶
func (o *ApplicationOut) GetId() string
GetId returns the Id field value
func (*ApplicationOut) GetIdOk ¶
func (o *ApplicationOut) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ApplicationOut) GetMetadata ¶
func (o *ApplicationOut) GetMetadata() map[string]string
GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationOut) GetMetadataOk ¶
func (o *ApplicationOut) GetMetadataOk() (*map[string]string, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApplicationOut) GetName ¶
func (o *ApplicationOut) GetName() string
GetName returns the Name field value
func (*ApplicationOut) GetNameOk ¶
func (o *ApplicationOut) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ApplicationOut) GetRateLimit ¶
func (o *ApplicationOut) GetRateLimit() int32
GetRateLimit returns the RateLimit field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationOut) GetRateLimitOk ¶
func (o *ApplicationOut) GetRateLimitOk() (*int32, bool)
GetRateLimitOk returns a tuple with the RateLimit 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 (*ApplicationOut) GetUid ¶
func (o *ApplicationOut) GetUid() string
GetUid returns the Uid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationOut) GetUidOk ¶
func (o *ApplicationOut) GetUidOk() (*string, bool)
GetUidOk returns a tuple with the Uid 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 (*ApplicationOut) GetUpdatedAt ¶
func (o *ApplicationOut) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*ApplicationOut) GetUpdatedAtOk ¶
func (o *ApplicationOut) 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 (*ApplicationOut) HasMetadata ¶
func (o *ApplicationOut) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ApplicationOut) HasRateLimit ¶
func (o *ApplicationOut) HasRateLimit() bool
HasRateLimit returns a boolean if a field has been set.
func (*ApplicationOut) HasUid ¶
func (o *ApplicationOut) HasUid() bool
HasUid returns a boolean if a field has been set.
func (ApplicationOut) MarshalJSON ¶
func (o ApplicationOut) MarshalJSON() ([]byte, error)
func (*ApplicationOut) SetCreatedAt ¶
func (o *ApplicationOut) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ApplicationOut) SetMetadata ¶
func (o *ApplicationOut) SetMetadata(v map[string]string)
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*ApplicationOut) SetName ¶
func (o *ApplicationOut) SetName(v string)
SetName sets field value
func (*ApplicationOut) SetRateLimit ¶
func (o *ApplicationOut) SetRateLimit(v int32)
SetRateLimit gets a reference to the given NullableInt32 and assigns it to the RateLimit field.
func (*ApplicationOut) SetRateLimitNil ¶
func (o *ApplicationOut) SetRateLimitNil()
SetRateLimitNil sets the value for RateLimit to be an explicit nil
func (*ApplicationOut) SetUid ¶
func (o *ApplicationOut) SetUid(v string)
SetUid gets a reference to the given NullableString and assigns it to the Uid field.
func (*ApplicationOut) SetUidNil ¶
func (o *ApplicationOut) SetUidNil()
SetUidNil sets the value for Uid to be an explicit nil
func (*ApplicationOut) SetUpdatedAt ¶
func (o *ApplicationOut) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*ApplicationOut) UnsetRateLimit ¶
func (o *ApplicationOut) UnsetRateLimit()
UnsetRateLimit ensures that no value is present for RateLimit, not even an explicit nil
func (*ApplicationOut) UnsetUid ¶
func (o *ApplicationOut) UnsetUid()
UnsetUid ensures that no value is present for Uid, not even an explicit nil
type ApplicationStats ¶
type ApplicationStats struct { AppId string `json:"appId"` // Optional unique identifier for the application AppUid NullableString `json:"appUid,omitempty"` MessageDestinations int32 `json:"messageDestinations"` }
ApplicationStats struct for ApplicationStats
func NewApplicationStats ¶
func NewApplicationStats(appId string, messageDestinations int32) *ApplicationStats
NewApplicationStats instantiates a new ApplicationStats 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 NewApplicationStatsWithDefaults ¶
func NewApplicationStatsWithDefaults() *ApplicationStats
NewApplicationStatsWithDefaults instantiates a new ApplicationStats 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 (*ApplicationStats) GetAppId ¶
func (o *ApplicationStats) GetAppId() string
GetAppId returns the AppId field value
func (*ApplicationStats) GetAppIdOk ¶
func (o *ApplicationStats) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*ApplicationStats) GetAppUid ¶
func (o *ApplicationStats) GetAppUid() string
GetAppUid returns the AppUid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationStats) GetAppUidOk ¶
func (o *ApplicationStats) GetAppUidOk() (*string, bool)
GetAppUidOk returns a tuple with the AppUid 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 (*ApplicationStats) GetMessageDestinations ¶
func (o *ApplicationStats) GetMessageDestinations() int32
GetMessageDestinations returns the MessageDestinations field value
func (*ApplicationStats) GetMessageDestinationsOk ¶
func (o *ApplicationStats) GetMessageDestinationsOk() (*int32, bool)
GetMessageDestinationsOk returns a tuple with the MessageDestinations field value and a boolean to check if the value has been set.
func (*ApplicationStats) HasAppUid ¶
func (o *ApplicationStats) HasAppUid() bool
HasAppUid returns a boolean if a field has been set.
func (ApplicationStats) MarshalJSON ¶
func (o ApplicationStats) MarshalJSON() ([]byte, error)
func (*ApplicationStats) SetAppId ¶
func (o *ApplicationStats) SetAppId(v string)
SetAppId sets field value
func (*ApplicationStats) SetAppUid ¶
func (o *ApplicationStats) SetAppUid(v string)
SetAppUid gets a reference to the given NullableString and assigns it to the AppUid field.
func (*ApplicationStats) SetAppUidNil ¶
func (o *ApplicationStats) SetAppUidNil()
SetAppUidNil sets the value for AppUid to be an explicit nil
func (*ApplicationStats) SetMessageDestinations ¶
func (o *ApplicationStats) SetMessageDestinations(v int32)
SetMessageDestinations sets field value
func (*ApplicationStats) UnsetAppUid ¶
func (o *ApplicationStats) UnsetAppUid()
UnsetAppUid ensures that no value is present for AppUid, not even an explicit nil
type ApplicationTokenExpireIn ¶
type ApplicationTokenExpireIn struct { // How many seconds until the old key is expired. Expiry NullableInt32 `json:"expiry,omitempty"` }
ApplicationTokenExpireIn struct for ApplicationTokenExpireIn
func NewApplicationTokenExpireIn ¶
func NewApplicationTokenExpireIn() *ApplicationTokenExpireIn
NewApplicationTokenExpireIn instantiates a new ApplicationTokenExpireIn 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 NewApplicationTokenExpireInWithDefaults ¶
func NewApplicationTokenExpireInWithDefaults() *ApplicationTokenExpireIn
NewApplicationTokenExpireInWithDefaults instantiates a new ApplicationTokenExpireIn 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 (*ApplicationTokenExpireIn) GetExpiry ¶
func (o *ApplicationTokenExpireIn) GetExpiry() int32
GetExpiry returns the Expiry field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationTokenExpireIn) GetExpiryOk ¶
func (o *ApplicationTokenExpireIn) GetExpiryOk() (*int32, bool)
GetExpiryOk returns a tuple with the Expiry 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 (*ApplicationTokenExpireIn) HasExpiry ¶
func (o *ApplicationTokenExpireIn) HasExpiry() bool
HasExpiry returns a boolean if a field has been set.
func (ApplicationTokenExpireIn) MarshalJSON ¶
func (o ApplicationTokenExpireIn) MarshalJSON() ([]byte, error)
func (*ApplicationTokenExpireIn) SetExpiry ¶
func (o *ApplicationTokenExpireIn) SetExpiry(v int32)
SetExpiry gets a reference to the given NullableInt32 and assigns it to the Expiry field.
func (*ApplicationTokenExpireIn) SetExpiryNil ¶
func (o *ApplicationTokenExpireIn) SetExpiryNil()
SetExpiryNil sets the value for Expiry to be an explicit nil
func (*ApplicationTokenExpireIn) UnsetExpiry ¶
func (o *ApplicationTokenExpireIn) UnsetExpiry()
UnsetExpiry ensures that no value is present for Expiry, not even an explicit nil
type AttemptStatisticsData ¶
type AttemptStatisticsData struct { FailureCount []int32 `json:"failureCount,omitempty"` SuccessCount []int32 `json:"successCount,omitempty"` }
AttemptStatisticsData struct for AttemptStatisticsData
func NewAttemptStatisticsData ¶
func NewAttemptStatisticsData() *AttemptStatisticsData
NewAttemptStatisticsData instantiates a new AttemptStatisticsData 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 NewAttemptStatisticsDataWithDefaults ¶
func NewAttemptStatisticsDataWithDefaults() *AttemptStatisticsData
NewAttemptStatisticsDataWithDefaults instantiates a new AttemptStatisticsData 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 (*AttemptStatisticsData) GetFailureCount ¶
func (o *AttemptStatisticsData) GetFailureCount() []int32
GetFailureCount returns the FailureCount field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AttemptStatisticsData) GetFailureCountOk ¶
func (o *AttemptStatisticsData) GetFailureCountOk() (*[]int32, bool)
GetFailureCountOk returns a tuple with the FailureCount 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 (*AttemptStatisticsData) GetSuccessCount ¶
func (o *AttemptStatisticsData) GetSuccessCount() []int32
GetSuccessCount returns the SuccessCount field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AttemptStatisticsData) GetSuccessCountOk ¶
func (o *AttemptStatisticsData) GetSuccessCountOk() (*[]int32, bool)
GetSuccessCountOk returns a tuple with the SuccessCount 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 (*AttemptStatisticsData) HasFailureCount ¶
func (o *AttemptStatisticsData) HasFailureCount() bool
HasFailureCount returns a boolean if a field has been set.
func (*AttemptStatisticsData) HasSuccessCount ¶
func (o *AttemptStatisticsData) HasSuccessCount() bool
HasSuccessCount returns a boolean if a field has been set.
func (AttemptStatisticsData) MarshalJSON ¶
func (o AttemptStatisticsData) MarshalJSON() ([]byte, error)
func (*AttemptStatisticsData) SetFailureCount ¶
func (o *AttemptStatisticsData) SetFailureCount(v []int32)
SetFailureCount gets a reference to the given []int32 and assigns it to the FailureCount field.
func (*AttemptStatisticsData) SetSuccessCount ¶
func (o *AttemptStatisticsData) SetSuccessCount(v []int32)
SetSuccessCount gets a reference to the given []int32 and assigns it to the SuccessCount field.
type AttemptStatisticsResponse ¶
type AttemptStatisticsResponse struct { Data AttemptStatisticsData `json:"data"` EndDate time.Time `json:"endDate"` Period StatisticsPeriod `json:"period"` StartDate time.Time `json:"startDate"` }
AttemptStatisticsResponse struct for AttemptStatisticsResponse
func NewAttemptStatisticsResponse ¶
func NewAttemptStatisticsResponse(data AttemptStatisticsData, endDate time.Time, period StatisticsPeriod, startDate time.Time) *AttemptStatisticsResponse
NewAttemptStatisticsResponse instantiates a new AttemptStatisticsResponse 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 NewAttemptStatisticsResponseWithDefaults ¶
func NewAttemptStatisticsResponseWithDefaults() *AttemptStatisticsResponse
NewAttemptStatisticsResponseWithDefaults instantiates a new AttemptStatisticsResponse 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 (*AttemptStatisticsResponse) GetData ¶
func (o *AttemptStatisticsResponse) GetData() AttemptStatisticsData
GetData returns the Data field value
func (*AttemptStatisticsResponse) GetDataOk ¶
func (o *AttemptStatisticsResponse) GetDataOk() (*AttemptStatisticsData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*AttemptStatisticsResponse) GetEndDate ¶
func (o *AttemptStatisticsResponse) GetEndDate() time.Time
GetEndDate returns the EndDate field value
func (*AttemptStatisticsResponse) GetEndDateOk ¶
func (o *AttemptStatisticsResponse) GetEndDateOk() (*time.Time, bool)
GetEndDateOk returns a tuple with the EndDate field value and a boolean to check if the value has been set.
func (*AttemptStatisticsResponse) GetPeriod ¶
func (o *AttemptStatisticsResponse) GetPeriod() StatisticsPeriod
GetPeriod returns the Period field value
func (*AttemptStatisticsResponse) GetPeriodOk ¶
func (o *AttemptStatisticsResponse) GetPeriodOk() (*StatisticsPeriod, bool)
GetPeriodOk returns a tuple with the Period field value and a boolean to check if the value has been set.
func (*AttemptStatisticsResponse) GetStartDate ¶
func (o *AttemptStatisticsResponse) GetStartDate() time.Time
GetStartDate returns the StartDate field value
func (*AttemptStatisticsResponse) GetStartDateOk ¶
func (o *AttemptStatisticsResponse) GetStartDateOk() (*time.Time, bool)
GetStartDateOk returns a tuple with the StartDate field value and a boolean to check if the value has been set.
func (AttemptStatisticsResponse) MarshalJSON ¶
func (o AttemptStatisticsResponse) MarshalJSON() ([]byte, error)
func (*AttemptStatisticsResponse) SetData ¶
func (o *AttemptStatisticsResponse) SetData(v AttemptStatisticsData)
SetData sets field value
func (*AttemptStatisticsResponse) SetEndDate ¶
func (o *AttemptStatisticsResponse) SetEndDate(v time.Time)
SetEndDate sets field value
func (*AttemptStatisticsResponse) SetPeriod ¶
func (o *AttemptStatisticsResponse) SetPeriod(v StatisticsPeriod)
SetPeriod sets field value
func (*AttemptStatisticsResponse) SetStartDate ¶
func (o *AttemptStatisticsResponse) SetStartDate(v time.Time)
SetStartDate sets field value
type AuthenticationApiService ¶
type AuthenticationApiService service
AuthenticationApiService AuthenticationApi service
func (*AuthenticationApiService) ExpireAllApiV1AuthAppAppIdExpireAllPost ¶
func (a *AuthenticationApiService) ExpireAllApiV1AuthAppAppIdExpireAllPost(ctx _context.Context, appId string) ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest
* ExpireAllApiV1AuthAppAppIdExpireAllPost Expire All * Expire all of the tokens associated with a specific Application * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @return ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest
func (*AuthenticationApiService) ExpireAllApiV1AuthAppAppIdExpireAllPostExecute ¶
func (a *AuthenticationApiService) ExpireAllApiV1AuthAppAppIdExpireAllPostExecute(r ApiExpireAllApiV1AuthAppAppIdExpireAllPostRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*AuthenticationApiService) GetAppPortalAccessApiV1AuthAppPortalAccessAppIdPost ¶
func (a *AuthenticationApiService) GetAppPortalAccessApiV1AuthAppPortalAccessAppIdPost(ctx _context.Context, appId string) ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest
* GetAppPortalAccessApiV1AuthAppPortalAccessAppIdPost Get Consumer App Portal Access * Use this function to get magic links (and authentication codes) for connecting your users to the Consumer Application Portal. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @return ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest
func (*AuthenticationApiService) GetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostExecute ¶
func (a *AuthenticationApiService) GetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostExecute(r ApiGetAppPortalAccessApiV1AuthAppPortalAccessAppIdPostRequest) (AppPortalAccessOut, *_nethttp.Response, error)
* Execute executes the request * @return AppPortalAccessOut
func (*AuthenticationApiService) GetDashboardAccessApiV1AuthDashboardAccessAppIdPost ¶
func (a *AuthenticationApiService) GetDashboardAccessApiV1AuthDashboardAccessAppIdPost(ctx _context.Context, appId string) ApiGetDashboardAccessApiV1AuthDashboardAccessAppIdPostRequest
- GetDashboardAccessApiV1AuthDashboardAccessAppIdPost Get Dashboard Access
- DEPRECATED: Please use `app-portal-access` instead.
Use this function to get magic links (and authentication codes) for connecting your users to the Consumer Application Portal.
- @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param appId
- @return ApiGetDashboardAccessApiV1AuthDashboardAccessAppIdPostRequest
func (*AuthenticationApiService) GetDashboardAccessApiV1AuthDashboardAccessAppIdPostExecute ¶
func (a *AuthenticationApiService) GetDashboardAccessApiV1AuthDashboardAccessAppIdPostExecute(r ApiGetDashboardAccessApiV1AuthDashboardAccessAppIdPostRequest) (DashboardAccessOut, *_nethttp.Response, error)
* Execute executes the request * @return DashboardAccessOut
func (*AuthenticationApiService) LogoutApiV1AuthLogoutPost ¶
func (a *AuthenticationApiService) LogoutApiV1AuthLogoutPost(ctx _context.Context) ApiLogoutApiV1AuthLogoutPostRequest
- LogoutApiV1AuthLogoutPost Logout
- Logout an app token.
Trying to log out other tokens will fail.
- @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @return ApiLogoutApiV1AuthLogoutPostRequest
func (*AuthenticationApiService) LogoutApiV1AuthLogoutPostExecute ¶
func (a *AuthenticationApiService) LogoutApiV1AuthLogoutPostExecute(r ApiLogoutApiV1AuthLogoutPostRequest) (*_nethttp.Response, error)
* Execute executes the request
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 BorderRadiusConfig ¶
type BorderRadiusConfig struct { Button *BorderRadiusEnum `json:"button,omitempty"` Card *BorderRadiusEnum `json:"card,omitempty"` Input *BorderRadiusEnum `json:"input,omitempty"` }
BorderRadiusConfig struct for BorderRadiusConfig
func NewBorderRadiusConfig ¶
func NewBorderRadiusConfig() *BorderRadiusConfig
NewBorderRadiusConfig instantiates a new BorderRadiusConfig 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 NewBorderRadiusConfigWithDefaults ¶
func NewBorderRadiusConfigWithDefaults() *BorderRadiusConfig
NewBorderRadiusConfigWithDefaults instantiates a new BorderRadiusConfig 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 (*BorderRadiusConfig) GetButton ¶
func (o *BorderRadiusConfig) GetButton() BorderRadiusEnum
GetButton returns the Button field value if set, zero value otherwise.
func (*BorderRadiusConfig) GetButtonOk ¶
func (o *BorderRadiusConfig) GetButtonOk() (*BorderRadiusEnum, bool)
GetButtonOk returns a tuple with the Button field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BorderRadiusConfig) GetCard ¶
func (o *BorderRadiusConfig) GetCard() BorderRadiusEnum
GetCard returns the Card field value if set, zero value otherwise.
func (*BorderRadiusConfig) GetCardOk ¶
func (o *BorderRadiusConfig) GetCardOk() (*BorderRadiusEnum, bool)
GetCardOk returns a tuple with the Card field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BorderRadiusConfig) GetInput ¶
func (o *BorderRadiusConfig) GetInput() BorderRadiusEnum
GetInput returns the Input field value if set, zero value otherwise.
func (*BorderRadiusConfig) GetInputOk ¶
func (o *BorderRadiusConfig) GetInputOk() (*BorderRadiusEnum, bool)
GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BorderRadiusConfig) HasButton ¶
func (o *BorderRadiusConfig) HasButton() bool
HasButton returns a boolean if a field has been set.
func (*BorderRadiusConfig) HasCard ¶
func (o *BorderRadiusConfig) HasCard() bool
HasCard returns a boolean if a field has been set.
func (*BorderRadiusConfig) HasInput ¶
func (o *BorderRadiusConfig) HasInput() bool
HasInput returns a boolean if a field has been set.
func (BorderRadiusConfig) MarshalJSON ¶
func (o BorderRadiusConfig) MarshalJSON() ([]byte, error)
func (*BorderRadiusConfig) SetButton ¶
func (o *BorderRadiusConfig) SetButton(v BorderRadiusEnum)
SetButton gets a reference to the given BorderRadiusEnum and assigns it to the Button field.
func (*BorderRadiusConfig) SetCard ¶
func (o *BorderRadiusConfig) SetCard(v BorderRadiusEnum)
SetCard gets a reference to the given BorderRadiusEnum and assigns it to the Card field.
func (*BorderRadiusConfig) SetInput ¶
func (o *BorderRadiusConfig) SetInput(v BorderRadiusEnum)
SetInput gets a reference to the given BorderRadiusEnum and assigns it to the Input field.
type BorderRadiusEnum ¶
type BorderRadiusEnum string
BorderRadiusEnum An enumeration.
const ( BORDERRADIUSENUM_NONE BorderRadiusEnum = "none" BORDERRADIUSENUM_LG BorderRadiusEnum = "lg" BORDERRADIUSENUM_MD BorderRadiusEnum = "md" BORDERRADIUSENUM_SM BorderRadiusEnum = "sm" BORDERRADIUSENUM_FULL BorderRadiusEnum = "full" )
List of BorderRadiusEnum
func NewBorderRadiusEnumFromValue ¶
func NewBorderRadiusEnumFromValue(v string) (*BorderRadiusEnum, error)
NewBorderRadiusEnumFromValue returns a pointer to a valid BorderRadiusEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (BorderRadiusEnum) IsValid ¶
func (v BorderRadiusEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (BorderRadiusEnum) Ptr ¶
func (v BorderRadiusEnum) Ptr() *BorderRadiusEnum
Ptr returns reference to BorderRadiusEnum value
func (*BorderRadiusEnum) UnmarshalJSON ¶
func (v *BorderRadiusEnum) UnmarshalJSON(src []byte) error
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 CustomColorPalette ¶
type CustomColorPalette struct { BackgroundHover NullableString `json:"backgroundHover,omitempty"` BackgroundPrimary NullableString `json:"backgroundPrimary,omitempty"` BackgroundSecondary NullableString `json:"backgroundSecondary,omitempty"` InteractiveAccent NullableString `json:"interactiveAccent,omitempty"` TextDanger NullableString `json:"textDanger,omitempty"` TextPrimary NullableString `json:"textPrimary,omitempty"` }
CustomColorPalette struct for CustomColorPalette
func NewCustomColorPalette ¶
func NewCustomColorPalette() *CustomColorPalette
NewCustomColorPalette instantiates a new CustomColorPalette 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 NewCustomColorPaletteWithDefaults ¶
func NewCustomColorPaletteWithDefaults() *CustomColorPalette
NewCustomColorPaletteWithDefaults instantiates a new CustomColorPalette 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 (*CustomColorPalette) GetBackgroundHover ¶
func (o *CustomColorPalette) GetBackgroundHover() string
GetBackgroundHover returns the BackgroundHover field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CustomColorPalette) GetBackgroundHoverOk ¶
func (o *CustomColorPalette) GetBackgroundHoverOk() (*string, bool)
GetBackgroundHoverOk returns a tuple with the BackgroundHover 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 (*CustomColorPalette) GetBackgroundPrimary ¶
func (o *CustomColorPalette) GetBackgroundPrimary() string
GetBackgroundPrimary returns the BackgroundPrimary field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CustomColorPalette) GetBackgroundPrimaryOk ¶
func (o *CustomColorPalette) GetBackgroundPrimaryOk() (*string, bool)
GetBackgroundPrimaryOk returns a tuple with the BackgroundPrimary 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 (*CustomColorPalette) GetBackgroundSecondary ¶
func (o *CustomColorPalette) GetBackgroundSecondary() string
GetBackgroundSecondary returns the BackgroundSecondary field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CustomColorPalette) GetBackgroundSecondaryOk ¶
func (o *CustomColorPalette) GetBackgroundSecondaryOk() (*string, bool)
GetBackgroundSecondaryOk returns a tuple with the BackgroundSecondary 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 (*CustomColorPalette) GetInteractiveAccent ¶
func (o *CustomColorPalette) GetInteractiveAccent() string
GetInteractiveAccent returns the InteractiveAccent field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CustomColorPalette) GetInteractiveAccentOk ¶
func (o *CustomColorPalette) GetInteractiveAccentOk() (*string, bool)
GetInteractiveAccentOk returns a tuple with the InteractiveAccent 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 (*CustomColorPalette) GetTextDanger ¶
func (o *CustomColorPalette) GetTextDanger() string
GetTextDanger returns the TextDanger field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CustomColorPalette) GetTextDangerOk ¶
func (o *CustomColorPalette) GetTextDangerOk() (*string, bool)
GetTextDangerOk returns a tuple with the TextDanger 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 (*CustomColorPalette) GetTextPrimary ¶
func (o *CustomColorPalette) GetTextPrimary() string
GetTextPrimary returns the TextPrimary field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CustomColorPalette) GetTextPrimaryOk ¶
func (o *CustomColorPalette) GetTextPrimaryOk() (*string, bool)
GetTextPrimaryOk returns a tuple with the TextPrimary 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 (*CustomColorPalette) HasBackgroundHover ¶
func (o *CustomColorPalette) HasBackgroundHover() bool
HasBackgroundHover returns a boolean if a field has been set.
func (*CustomColorPalette) HasBackgroundPrimary ¶
func (o *CustomColorPalette) HasBackgroundPrimary() bool
HasBackgroundPrimary returns a boolean if a field has been set.
func (*CustomColorPalette) HasBackgroundSecondary ¶
func (o *CustomColorPalette) HasBackgroundSecondary() bool
HasBackgroundSecondary returns a boolean if a field has been set.
func (*CustomColorPalette) HasInteractiveAccent ¶
func (o *CustomColorPalette) HasInteractiveAccent() bool
HasInteractiveAccent returns a boolean if a field has been set.
func (*CustomColorPalette) HasTextDanger ¶
func (o *CustomColorPalette) HasTextDanger() bool
HasTextDanger returns a boolean if a field has been set.
func (*CustomColorPalette) HasTextPrimary ¶
func (o *CustomColorPalette) HasTextPrimary() bool
HasTextPrimary returns a boolean if a field has been set.
func (CustomColorPalette) MarshalJSON ¶
func (o CustomColorPalette) MarshalJSON() ([]byte, error)
func (*CustomColorPalette) SetBackgroundHover ¶
func (o *CustomColorPalette) SetBackgroundHover(v string)
SetBackgroundHover gets a reference to the given NullableString and assigns it to the BackgroundHover field.
func (*CustomColorPalette) SetBackgroundHoverNil ¶
func (o *CustomColorPalette) SetBackgroundHoverNil()
SetBackgroundHoverNil sets the value for BackgroundHover to be an explicit nil
func (*CustomColorPalette) SetBackgroundPrimary ¶
func (o *CustomColorPalette) SetBackgroundPrimary(v string)
SetBackgroundPrimary gets a reference to the given NullableString and assigns it to the BackgroundPrimary field.
func (*CustomColorPalette) SetBackgroundPrimaryNil ¶
func (o *CustomColorPalette) SetBackgroundPrimaryNil()
SetBackgroundPrimaryNil sets the value for BackgroundPrimary to be an explicit nil
func (*CustomColorPalette) SetBackgroundSecondary ¶
func (o *CustomColorPalette) SetBackgroundSecondary(v string)
SetBackgroundSecondary gets a reference to the given NullableString and assigns it to the BackgroundSecondary field.
func (*CustomColorPalette) SetBackgroundSecondaryNil ¶
func (o *CustomColorPalette) SetBackgroundSecondaryNil()
SetBackgroundSecondaryNil sets the value for BackgroundSecondary to be an explicit nil
func (*CustomColorPalette) SetInteractiveAccent ¶
func (o *CustomColorPalette) SetInteractiveAccent(v string)
SetInteractiveAccent gets a reference to the given NullableString and assigns it to the InteractiveAccent field.
func (*CustomColorPalette) SetInteractiveAccentNil ¶
func (o *CustomColorPalette) SetInteractiveAccentNil()
SetInteractiveAccentNil sets the value for InteractiveAccent to be an explicit nil
func (*CustomColorPalette) SetTextDanger ¶
func (o *CustomColorPalette) SetTextDanger(v string)
SetTextDanger gets a reference to the given NullableString and assigns it to the TextDanger field.
func (*CustomColorPalette) SetTextDangerNil ¶
func (o *CustomColorPalette) SetTextDangerNil()
SetTextDangerNil sets the value for TextDanger to be an explicit nil
func (*CustomColorPalette) SetTextPrimary ¶
func (o *CustomColorPalette) SetTextPrimary(v string)
SetTextPrimary gets a reference to the given NullableString and assigns it to the TextPrimary field.
func (*CustomColorPalette) SetTextPrimaryNil ¶
func (o *CustomColorPalette) SetTextPrimaryNil()
SetTextPrimaryNil sets the value for TextPrimary to be an explicit nil
func (*CustomColorPalette) UnsetBackgroundHover ¶
func (o *CustomColorPalette) UnsetBackgroundHover()
UnsetBackgroundHover ensures that no value is present for BackgroundHover, not even an explicit nil
func (*CustomColorPalette) UnsetBackgroundPrimary ¶
func (o *CustomColorPalette) UnsetBackgroundPrimary()
UnsetBackgroundPrimary ensures that no value is present for BackgroundPrimary, not even an explicit nil
func (*CustomColorPalette) UnsetBackgroundSecondary ¶
func (o *CustomColorPalette) UnsetBackgroundSecondary()
UnsetBackgroundSecondary ensures that no value is present for BackgroundSecondary, not even an explicit nil
func (*CustomColorPalette) UnsetInteractiveAccent ¶
func (o *CustomColorPalette) UnsetInteractiveAccent()
UnsetInteractiveAccent ensures that no value is present for InteractiveAccent, not even an explicit nil
func (*CustomColorPalette) UnsetTextDanger ¶
func (o *CustomColorPalette) UnsetTextDanger()
UnsetTextDanger ensures that no value is present for TextDanger, not even an explicit nil
func (*CustomColorPalette) UnsetTextPrimary ¶
func (o *CustomColorPalette) UnsetTextPrimary()
UnsetTextPrimary ensures that no value is present for TextPrimary, not even an explicit nil
type CustomThemeOverride ¶
type CustomThemeOverride struct { BorderRadius *BorderRadiusConfig `json:"borderRadius,omitempty"` FontSize *FontSizeConfig `json:"fontSize,omitempty"` }
CustomThemeOverride struct for CustomThemeOverride
func NewCustomThemeOverride ¶
func NewCustomThemeOverride() *CustomThemeOverride
NewCustomThemeOverride instantiates a new CustomThemeOverride 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 NewCustomThemeOverrideWithDefaults ¶
func NewCustomThemeOverrideWithDefaults() *CustomThemeOverride
NewCustomThemeOverrideWithDefaults instantiates a new CustomThemeOverride 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 (*CustomThemeOverride) GetBorderRadius ¶
func (o *CustomThemeOverride) GetBorderRadius() BorderRadiusConfig
GetBorderRadius returns the BorderRadius field value if set, zero value otherwise.
func (*CustomThemeOverride) GetBorderRadiusOk ¶
func (o *CustomThemeOverride) GetBorderRadiusOk() (*BorderRadiusConfig, bool)
GetBorderRadiusOk returns a tuple with the BorderRadius field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomThemeOverride) GetFontSize ¶
func (o *CustomThemeOverride) GetFontSize() FontSizeConfig
GetFontSize returns the FontSize field value if set, zero value otherwise.
func (*CustomThemeOverride) GetFontSizeOk ¶
func (o *CustomThemeOverride) GetFontSizeOk() (*FontSizeConfig, bool)
GetFontSizeOk returns a tuple with the FontSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CustomThemeOverride) HasBorderRadius ¶
func (o *CustomThemeOverride) HasBorderRadius() bool
HasBorderRadius returns a boolean if a field has been set.
func (*CustomThemeOverride) HasFontSize ¶
func (o *CustomThemeOverride) HasFontSize() bool
HasFontSize returns a boolean if a field has been set.
func (CustomThemeOverride) MarshalJSON ¶
func (o CustomThemeOverride) MarshalJSON() ([]byte, error)
func (*CustomThemeOverride) SetBorderRadius ¶
func (o *CustomThemeOverride) SetBorderRadius(v BorderRadiusConfig)
SetBorderRadius gets a reference to the given BorderRadiusConfig and assigns it to the BorderRadius field.
func (*CustomThemeOverride) SetFontSize ¶
func (o *CustomThemeOverride) SetFontSize(v FontSizeConfig)
SetFontSize gets a reference to the given FontSizeConfig and assigns it to the FontSize field.
type DashboardAccessIn ¶
type DashboardAccessIn struct {
FeatureFlags []string `json:"featureFlags,omitempty"`
}
DashboardAccessIn struct for DashboardAccessIn
func NewDashboardAccessIn ¶
func NewDashboardAccessIn() *DashboardAccessIn
NewDashboardAccessIn instantiates a new DashboardAccessIn 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 NewDashboardAccessInWithDefaults ¶
func NewDashboardAccessInWithDefaults() *DashboardAccessIn
NewDashboardAccessInWithDefaults instantiates a new DashboardAccessIn 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 (*DashboardAccessIn) GetFeatureFlags ¶
func (o *DashboardAccessIn) GetFeatureFlags() []string
GetFeatureFlags returns the FeatureFlags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DashboardAccessIn) GetFeatureFlagsOk ¶
func (o *DashboardAccessIn) GetFeatureFlagsOk() (*[]string, bool)
GetFeatureFlagsOk returns a tuple with the FeatureFlags 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 (*DashboardAccessIn) HasFeatureFlags ¶
func (o *DashboardAccessIn) HasFeatureFlags() bool
HasFeatureFlags returns a boolean if a field has been set.
func (DashboardAccessIn) MarshalJSON ¶
func (o DashboardAccessIn) MarshalJSON() ([]byte, error)
func (*DashboardAccessIn) SetFeatureFlags ¶
func (o *DashboardAccessIn) SetFeatureFlags(v []string)
SetFeatureFlags gets a reference to the given []string and assigns it to the FeatureFlags field.
type DashboardAccessOut ¶
DashboardAccessOut struct for DashboardAccessOut
func NewDashboardAccessOut ¶
func NewDashboardAccessOut(token string, url string) *DashboardAccessOut
NewDashboardAccessOut instantiates a new DashboardAccessOut 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 NewDashboardAccessOutWithDefaults ¶
func NewDashboardAccessOutWithDefaults() *DashboardAccessOut
NewDashboardAccessOutWithDefaults instantiates a new DashboardAccessOut 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 (*DashboardAccessOut) GetToken ¶
func (o *DashboardAccessOut) GetToken() string
GetToken returns the Token field value
func (*DashboardAccessOut) GetTokenOk ¶
func (o *DashboardAccessOut) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (*DashboardAccessOut) GetUrl ¶
func (o *DashboardAccessOut) GetUrl() string
GetUrl returns the Url field value
func (*DashboardAccessOut) GetUrlOk ¶
func (o *DashboardAccessOut) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (DashboardAccessOut) MarshalJSON ¶
func (o DashboardAccessOut) MarshalJSON() ([]byte, error)
func (*DashboardAccessOut) SetToken ¶
func (o *DashboardAccessOut) SetToken(v string)
SetToken sets field value
func (*DashboardAccessOut) SetUrl ¶
func (o *DashboardAccessOut) SetUrl(v string)
SetUrl sets field value
type EndpointApiService ¶
type EndpointApiService service
EndpointApiService EndpointApi service
func (*EndpointApiService) CreateEndpointApiV1AppAppIdEndpointPost ¶
func (a *EndpointApiService) CreateEndpointApiV1AppAppIdEndpointPost(ctx _context.Context, appId string) ApiCreateEndpointApiV1AppAppIdEndpointPostRequest
- CreateEndpointApiV1AppAppIdEndpointPost Create Endpoint
- Create a new endpoint for the application.
When `secret` is `null` the secret is automatically generated (recommended)
- @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param appId
- @return ApiCreateEndpointApiV1AppAppIdEndpointPostRequest
func (*EndpointApiService) CreateEndpointApiV1AppAppIdEndpointPostExecute ¶
func (a *EndpointApiService) CreateEndpointApiV1AppAppIdEndpointPostExecute(r ApiCreateEndpointApiV1AppAppIdEndpointPostRequest) (EndpointOut, *_nethttp.Response, error)
* Execute executes the request * @return EndpointOut
func (*EndpointApiService) DeleteEndpointApiV1AppAppIdEndpointEndpointIdDelete ¶
func (a *EndpointApiService) DeleteEndpointApiV1AppAppIdEndpointEndpointIdDelete(ctx _context.Context, endpointId string, appId string) ApiDeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteRequest
* DeleteEndpointApiV1AppAppIdEndpointEndpointIdDelete Delete Endpoint * Delete an endpoint. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param endpointId * @param appId * @return ApiDeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteRequest
func (*EndpointApiService) DeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteExecute ¶
func (a *EndpointApiService) DeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteExecute(r ApiDeleteEndpointApiV1AppAppIdEndpointEndpointIdDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*EndpointApiService) GetEndpointApiV1AppAppIdEndpointEndpointIdGet ¶
func (a *EndpointApiService) GetEndpointApiV1AppAppIdEndpointEndpointIdGet(ctx _context.Context, endpointId string, appId string) ApiGetEndpointApiV1AppAppIdEndpointEndpointIdGetRequest
* GetEndpointApiV1AppAppIdEndpointEndpointIdGet Get Endpoint * Get an application. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param endpointId * @param appId * @return ApiGetEndpointApiV1AppAppIdEndpointEndpointIdGetRequest
func (*EndpointApiService) GetEndpointApiV1AppAppIdEndpointEndpointIdGetExecute ¶
func (a *EndpointApiService) GetEndpointApiV1AppAppIdEndpointEndpointIdGetExecute(r ApiGetEndpointApiV1AppAppIdEndpointEndpointIdGetRequest) (EndpointOut, *_nethttp.Response, error)
* Execute executes the request * @return EndpointOut
func (*EndpointApiService) GetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGet ¶
func (a *EndpointApiService) GetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGet(ctx _context.Context, endpointId string, appId string) ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest
* GetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGet Get Endpoint Headers * Get the additional headers to be sent with the webhook * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param endpointId * @param appId * @return ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest
func (*EndpointApiService) GetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetExecute ¶
func (a *EndpointApiService) GetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetExecute(r ApiGetEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersGetRequest) (EndpointHeadersOut, *_nethttp.Response, error)
* Execute executes the request * @return EndpointHeadersOut
func (*EndpointApiService) GetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGet ¶
func (a *EndpointApiService) GetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGet(ctx _context.Context, endpointId string, appId string) ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest
- GetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGet Get Endpoint Secret
- Get the endpoint's signing secret.
This is used to verify the authenticity of the webhook. For more information please refer to [the consuming webhooks docs](https://docs.svix.com/consuming-webhooks/).
- @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param endpointId
- @param appId
- @return ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest
func (*EndpointApiService) GetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetExecute ¶
func (a *EndpointApiService) GetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetExecute(r ApiGetEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretGetRequest) (EndpointSecretOut, *_nethttp.Response, error)
* Execute executes the request * @return EndpointSecretOut
func (*EndpointApiService) GetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGet ¶
func (a *EndpointApiService) GetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGet(ctx _context.Context, endpointId string, appId string) ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest
* GetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGet Get Endpoint Stats * Get basic statistics for the endpoint. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param endpointId * @param appId * @return ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest
func (*EndpointApiService) GetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetExecute ¶
func (a *EndpointApiService) GetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetExecute(r ApiGetEndpointStatsApiV1AppAppIdEndpointEndpointIdStatsGetRequest) (EndpointStats, *_nethttp.Response, error)
* Execute executes the request * @return EndpointStats
func (*EndpointApiService) GetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationGet ¶
func (a *EndpointApiService) GetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationGet(ctx _context.Context, endpointId string, appId string) ApiGetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationGetRequest
* GetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationGet Get Endpoint Transformation * Get the transformation code associated with this endpoint * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param endpointId * @param appId * @return ApiGetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationGetRequest
func (*EndpointApiService) GetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationGetExecute ¶
func (a *EndpointApiService) GetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationGetExecute(r ApiGetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationGetRequest) (EndpointTransformationOut, *_nethttp.Response, error)
* Execute executes the request * @return EndpointTransformationOut
func (*EndpointApiService) ListEndpointsApiV1AppAppIdEndpointGet ¶
func (a *EndpointApiService) ListEndpointsApiV1AppAppIdEndpointGet(ctx _context.Context, appId string) ApiListEndpointsApiV1AppAppIdEndpointGetRequest
* ListEndpointsApiV1AppAppIdEndpointGet List Endpoints * List the application's endpoints. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @return ApiListEndpointsApiV1AppAppIdEndpointGetRequest
func (*EndpointApiService) ListEndpointsApiV1AppAppIdEndpointGetExecute ¶
func (a *EndpointApiService) ListEndpointsApiV1AppAppIdEndpointGetExecute(r ApiListEndpointsApiV1AppAppIdEndpointGetRequest) (ListResponseEndpointOut, *_nethttp.Response, error)
* Execute executes the request * @return ListResponseEndpointOut
func (*EndpointApiService) PatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatch ¶
func (a *EndpointApiService) PatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatch(ctx _context.Context, appId string, endpointId string) ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest
* PatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatch Patch Endpoint Headers * Partially set the additional headers to be sent with the webhook * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @param endpointId * @return ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest
func (*EndpointApiService) PatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchExecute ¶
func (a *EndpointApiService) PatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchExecute(r ApiPatchEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPatchRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*EndpointApiService) RecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPost ¶
func (a *EndpointApiService) RecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPost(ctx _context.Context, appId string, endpointId string) ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest
* RecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPost Recover Failed Webhooks * Resend all failed messages since a given time. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @param endpointId * @return ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest
func (*EndpointApiService) RecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostExecute ¶
func (a *EndpointApiService) RecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostExecute(r ApiRecoverFailedWebhooksApiV1AppAppIdEndpointEndpointIdRecoverPostRequest) (map[string]interface{}, *_nethttp.Response, error)
* Execute executes the request * @return map[string]interface{}
func (*EndpointApiService) ReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPost ¶
func (a *EndpointApiService) ReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPost(ctx _context.Context, appId string, endpointId string) ApiReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostRequest
* ReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPost Replay Missing Webhooks * Replays messages to the endpoint. Only messages that were created after `since` will be sent. Messages that were previously sent to the endpoint are not resent. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @param endpointId * @return ApiReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostRequest
func (*EndpointApiService) ReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostExecute ¶
func (a *EndpointApiService) ReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostExecute(r ApiReplayMissingWebhooksApiV1AppAppIdEndpointEndpointIdReplayMissingPostRequest) (map[string]interface{}, *_nethttp.Response, error)
* Execute executes the request * @return map[string]interface{}
func (*EndpointApiService) RotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePost ¶
func (a *EndpointApiService) RotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePost(ctx _context.Context, endpointId string, appId string) ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest
* RotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePost Rotate Endpoint Secret * Rotates the endpoint's signing secret. The previous secret will be valid for the next 24 hours. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param endpointId * @param appId * @return ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest
func (*EndpointApiService) RotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostExecute ¶
func (a *EndpointApiService) RotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostExecute(r ApiRotateEndpointSecretApiV1AppAppIdEndpointEndpointIdSecretRotatePostRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*EndpointApiService) SendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePost ¶
func (a *EndpointApiService) SendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePost(ctx _context.Context, appId string, endpointId string) ApiSendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePostRequest
* SendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePost Send Event Type Example Message * Send an example message for event * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @param endpointId * @return ApiSendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePostRequest
func (*EndpointApiService) SendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePostExecute ¶
func (a *EndpointApiService) SendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePostExecute(r ApiSendEventTypeExampleMessageApiV1AppAppIdEndpointEndpointIdSendExamplePostRequest) (MessageOut, *_nethttp.Response, error)
* Execute executes the request * @return MessageOut
func (*EndpointApiService) SetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatch ¶
func (a *EndpointApiService) SetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatch(ctx _context.Context, appId string, endpointId string) ApiSetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchRequest
* SetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatch Set Endpoint Transformation * Set or unset the transformation code associated with this endpoint * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @param endpointId * @return ApiSetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchRequest
func (*EndpointApiService) SetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchExecute ¶
func (a *EndpointApiService) SetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchExecute(r ApiSetEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationPatchRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*EndpointApiService) SimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePost ¶
func (a *EndpointApiService) SimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePost(ctx _context.Context, endpointId string, appId string) ApiSimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostRequest
* SimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePost Simulate Endpoint Transformation * Simulate running the transformation on the payload and code * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param endpointId * @param appId * @return ApiSimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostRequest
func (*EndpointApiService) SimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostExecute ¶
func (a *EndpointApiService) SimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostExecute(r ApiSimulateEndpointTransformationApiV1AppAppIdEndpointEndpointIdTransformationSimulatePostRequest) (EndpointTransformationSimulateOut, *_nethttp.Response, error)
* Execute executes the request * @return EndpointTransformationSimulateOut
func (*EndpointApiService) UpdateEndpointApiV1AppAppIdEndpointEndpointIdPut ¶
func (a *EndpointApiService) UpdateEndpointApiV1AppAppIdEndpointEndpointIdPut(ctx _context.Context, endpointId string, appId string) ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest
* UpdateEndpointApiV1AppAppIdEndpointEndpointIdPut Update Endpoint * Update an endpoint. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param endpointId * @param appId * @return ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest
func (*EndpointApiService) UpdateEndpointApiV1AppAppIdEndpointEndpointIdPutExecute ¶
func (a *EndpointApiService) UpdateEndpointApiV1AppAppIdEndpointEndpointIdPutExecute(r ApiUpdateEndpointApiV1AppAppIdEndpointEndpointIdPutRequest) (EndpointOut, *_nethttp.Response, error)
* Execute executes the request * @return EndpointOut
func (*EndpointApiService) UpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPut ¶
func (a *EndpointApiService) UpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPut(ctx _context.Context, appId string, endpointId string) ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest
* UpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPut Update Endpoint Headers * Set the additional headers to be sent with the webhook * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @param endpointId * @return ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest
func (*EndpointApiService) UpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutExecute ¶
func (a *EndpointApiService) UpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutExecute(r ApiUpdateEndpointHeadersApiV1AppAppIdEndpointEndpointIdHeadersPutRequest) (*_nethttp.Response, error)
* Execute executes the request
type EndpointCreatedEvent ¶
type EndpointCreatedEvent struct { Data EndpointCreatedEventData `json:"data"` Type *string `json:"type,omitempty"` }
EndpointCreatedEvent Sent when an endpoint is created.
func NewEndpointCreatedEvent ¶
func NewEndpointCreatedEvent(data EndpointCreatedEventData) *EndpointCreatedEvent
NewEndpointCreatedEvent instantiates a new EndpointCreatedEvent 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 NewEndpointCreatedEventWithDefaults ¶
func NewEndpointCreatedEventWithDefaults() *EndpointCreatedEvent
NewEndpointCreatedEventWithDefaults instantiates a new EndpointCreatedEvent 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 (*EndpointCreatedEvent) GetData ¶
func (o *EndpointCreatedEvent) GetData() EndpointCreatedEventData
GetData returns the Data field value
func (*EndpointCreatedEvent) GetDataOk ¶
func (o *EndpointCreatedEvent) GetDataOk() (*EndpointCreatedEventData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*EndpointCreatedEvent) GetType ¶
func (o *EndpointCreatedEvent) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*EndpointCreatedEvent) GetTypeOk ¶
func (o *EndpointCreatedEvent) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointCreatedEvent) HasType ¶
func (o *EndpointCreatedEvent) HasType() bool
HasType returns a boolean if a field has been set.
func (EndpointCreatedEvent) MarshalJSON ¶
func (o EndpointCreatedEvent) MarshalJSON() ([]byte, error)
func (*EndpointCreatedEvent) SetData ¶
func (o *EndpointCreatedEvent) SetData(v EndpointCreatedEventData)
SetData sets field value
func (*EndpointCreatedEvent) SetType ¶
func (o *EndpointCreatedEvent) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type EndpointCreatedEventData ¶
type EndpointCreatedEventData struct { AppId string `json:"appId"` // Optional unique identifier for the application AppUid NullableString `json:"appUid,omitempty"` EndpointId string `json:"endpointId"` // Optional unique identifier for the endpoint EndpointUid NullableString `json:"endpointUid,omitempty"` }
EndpointCreatedEventData struct for EndpointCreatedEventData
func NewEndpointCreatedEventData ¶
func NewEndpointCreatedEventData(appId string, endpointId string) *EndpointCreatedEventData
NewEndpointCreatedEventData instantiates a new EndpointCreatedEventData 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 NewEndpointCreatedEventDataWithDefaults ¶
func NewEndpointCreatedEventDataWithDefaults() *EndpointCreatedEventData
NewEndpointCreatedEventDataWithDefaults instantiates a new EndpointCreatedEventData 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 (*EndpointCreatedEventData) GetAppId ¶
func (o *EndpointCreatedEventData) GetAppId() string
GetAppId returns the AppId field value
func (*EndpointCreatedEventData) GetAppIdOk ¶
func (o *EndpointCreatedEventData) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*EndpointCreatedEventData) GetAppUid ¶
func (o *EndpointCreatedEventData) GetAppUid() string
GetAppUid returns the AppUid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointCreatedEventData) GetAppUidOk ¶
func (o *EndpointCreatedEventData) GetAppUidOk() (*string, bool)
GetAppUidOk returns a tuple with the AppUid 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 (*EndpointCreatedEventData) GetEndpointId ¶
func (o *EndpointCreatedEventData) GetEndpointId() string
GetEndpointId returns the EndpointId field value
func (*EndpointCreatedEventData) GetEndpointIdOk ¶
func (o *EndpointCreatedEventData) GetEndpointIdOk() (*string, bool)
GetEndpointIdOk returns a tuple with the EndpointId field value and a boolean to check if the value has been set.
func (*EndpointCreatedEventData) GetEndpointUid ¶
func (o *EndpointCreatedEventData) GetEndpointUid() string
GetEndpointUid returns the EndpointUid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointCreatedEventData) GetEndpointUidOk ¶
func (o *EndpointCreatedEventData) GetEndpointUidOk() (*string, bool)
GetEndpointUidOk returns a tuple with the EndpointUid 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 (*EndpointCreatedEventData) HasAppUid ¶
func (o *EndpointCreatedEventData) HasAppUid() bool
HasAppUid returns a boolean if a field has been set.
func (*EndpointCreatedEventData) HasEndpointUid ¶
func (o *EndpointCreatedEventData) HasEndpointUid() bool
HasEndpointUid returns a boolean if a field has been set.
func (EndpointCreatedEventData) MarshalJSON ¶
func (o EndpointCreatedEventData) MarshalJSON() ([]byte, error)
func (*EndpointCreatedEventData) SetAppId ¶
func (o *EndpointCreatedEventData) SetAppId(v string)
SetAppId sets field value
func (*EndpointCreatedEventData) SetAppUid ¶
func (o *EndpointCreatedEventData) SetAppUid(v string)
SetAppUid gets a reference to the given NullableString and assigns it to the AppUid field.
func (*EndpointCreatedEventData) SetAppUidNil ¶
func (o *EndpointCreatedEventData) SetAppUidNil()
SetAppUidNil sets the value for AppUid to be an explicit nil
func (*EndpointCreatedEventData) SetEndpointId ¶
func (o *EndpointCreatedEventData) SetEndpointId(v string)
SetEndpointId sets field value
func (*EndpointCreatedEventData) SetEndpointUid ¶
func (o *EndpointCreatedEventData) SetEndpointUid(v string)
SetEndpointUid gets a reference to the given NullableString and assigns it to the EndpointUid field.
func (*EndpointCreatedEventData) SetEndpointUidNil ¶
func (o *EndpointCreatedEventData) SetEndpointUidNil()
SetEndpointUidNil sets the value for EndpointUid to be an explicit nil
func (*EndpointCreatedEventData) UnsetAppUid ¶
func (o *EndpointCreatedEventData) UnsetAppUid()
UnsetAppUid ensures that no value is present for AppUid, not even an explicit nil
func (*EndpointCreatedEventData) UnsetEndpointUid ¶
func (o *EndpointCreatedEventData) UnsetEndpointUid()
UnsetEndpointUid ensures that no value is present for EndpointUid, not even an explicit nil
type EndpointDeletedEvent ¶
type EndpointDeletedEvent struct { Data EndpointDeletedEventData `json:"data"` Type *string `json:"type,omitempty"` }
EndpointDeletedEvent Sent when an endpoint is deleted.
func NewEndpointDeletedEvent ¶
func NewEndpointDeletedEvent(data EndpointDeletedEventData) *EndpointDeletedEvent
NewEndpointDeletedEvent instantiates a new EndpointDeletedEvent 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 NewEndpointDeletedEventWithDefaults ¶
func NewEndpointDeletedEventWithDefaults() *EndpointDeletedEvent
NewEndpointDeletedEventWithDefaults instantiates a new EndpointDeletedEvent 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 (*EndpointDeletedEvent) GetData ¶
func (o *EndpointDeletedEvent) GetData() EndpointDeletedEventData
GetData returns the Data field value
func (*EndpointDeletedEvent) GetDataOk ¶
func (o *EndpointDeletedEvent) GetDataOk() (*EndpointDeletedEventData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*EndpointDeletedEvent) GetType ¶
func (o *EndpointDeletedEvent) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*EndpointDeletedEvent) GetTypeOk ¶
func (o *EndpointDeletedEvent) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointDeletedEvent) HasType ¶
func (o *EndpointDeletedEvent) HasType() bool
HasType returns a boolean if a field has been set.
func (EndpointDeletedEvent) MarshalJSON ¶
func (o EndpointDeletedEvent) MarshalJSON() ([]byte, error)
func (*EndpointDeletedEvent) SetData ¶
func (o *EndpointDeletedEvent) SetData(v EndpointDeletedEventData)
SetData sets field value
func (*EndpointDeletedEvent) SetType ¶
func (o *EndpointDeletedEvent) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type EndpointDeletedEventData ¶
type EndpointDeletedEventData struct { AppId string `json:"appId"` // Optional unique identifier for the application AppUid NullableString `json:"appUid,omitempty"` EndpointId string `json:"endpointId"` // Optional unique identifier for the endpoint EndpointUid NullableString `json:"endpointUid,omitempty"` }
EndpointDeletedEventData struct for EndpointDeletedEventData
func NewEndpointDeletedEventData ¶
func NewEndpointDeletedEventData(appId string, endpointId string) *EndpointDeletedEventData
NewEndpointDeletedEventData instantiates a new EndpointDeletedEventData 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 NewEndpointDeletedEventDataWithDefaults ¶
func NewEndpointDeletedEventDataWithDefaults() *EndpointDeletedEventData
NewEndpointDeletedEventDataWithDefaults instantiates a new EndpointDeletedEventData 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 (*EndpointDeletedEventData) GetAppId ¶
func (o *EndpointDeletedEventData) GetAppId() string
GetAppId returns the AppId field value
func (*EndpointDeletedEventData) GetAppIdOk ¶
func (o *EndpointDeletedEventData) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*EndpointDeletedEventData) GetAppUid ¶
func (o *EndpointDeletedEventData) GetAppUid() string
GetAppUid returns the AppUid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointDeletedEventData) GetAppUidOk ¶
func (o *EndpointDeletedEventData) GetAppUidOk() (*string, bool)
GetAppUidOk returns a tuple with the AppUid 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 (*EndpointDeletedEventData) GetEndpointId ¶
func (o *EndpointDeletedEventData) GetEndpointId() string
GetEndpointId returns the EndpointId field value
func (*EndpointDeletedEventData) GetEndpointIdOk ¶
func (o *EndpointDeletedEventData) GetEndpointIdOk() (*string, bool)
GetEndpointIdOk returns a tuple with the EndpointId field value and a boolean to check if the value has been set.
func (*EndpointDeletedEventData) GetEndpointUid ¶
func (o *EndpointDeletedEventData) GetEndpointUid() string
GetEndpointUid returns the EndpointUid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointDeletedEventData) GetEndpointUidOk ¶
func (o *EndpointDeletedEventData) GetEndpointUidOk() (*string, bool)
GetEndpointUidOk returns a tuple with the EndpointUid 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 (*EndpointDeletedEventData) HasAppUid ¶
func (o *EndpointDeletedEventData) HasAppUid() bool
HasAppUid returns a boolean if a field has been set.
func (*EndpointDeletedEventData) HasEndpointUid ¶
func (o *EndpointDeletedEventData) HasEndpointUid() bool
HasEndpointUid returns a boolean if a field has been set.
func (EndpointDeletedEventData) MarshalJSON ¶
func (o EndpointDeletedEventData) MarshalJSON() ([]byte, error)
func (*EndpointDeletedEventData) SetAppId ¶
func (o *EndpointDeletedEventData) SetAppId(v string)
SetAppId sets field value
func (*EndpointDeletedEventData) SetAppUid ¶
func (o *EndpointDeletedEventData) SetAppUid(v string)
SetAppUid gets a reference to the given NullableString and assigns it to the AppUid field.
func (*EndpointDeletedEventData) SetAppUidNil ¶
func (o *EndpointDeletedEventData) SetAppUidNil()
SetAppUidNil sets the value for AppUid to be an explicit nil
func (*EndpointDeletedEventData) SetEndpointId ¶
func (o *EndpointDeletedEventData) SetEndpointId(v string)
SetEndpointId sets field value
func (*EndpointDeletedEventData) SetEndpointUid ¶
func (o *EndpointDeletedEventData) SetEndpointUid(v string)
SetEndpointUid gets a reference to the given NullableString and assigns it to the EndpointUid field.
func (*EndpointDeletedEventData) SetEndpointUidNil ¶
func (o *EndpointDeletedEventData) SetEndpointUidNil()
SetEndpointUidNil sets the value for EndpointUid to be an explicit nil
func (*EndpointDeletedEventData) UnsetAppUid ¶
func (o *EndpointDeletedEventData) UnsetAppUid()
UnsetAppUid ensures that no value is present for AppUid, not even an explicit nil
func (*EndpointDeletedEventData) UnsetEndpointUid ¶
func (o *EndpointDeletedEventData) UnsetEndpointUid()
UnsetEndpointUid ensures that no value is present for EndpointUid, not even an explicit nil
type EndpointDisabledEvent ¶
type EndpointDisabledEvent struct { Data EndpointDisabledEventData `json:"data"` Type *string `json:"type,omitempty"` }
EndpointDisabledEvent Sent when an endpoint has been automatically disabled after continuous failures.
func NewEndpointDisabledEvent ¶
func NewEndpointDisabledEvent(data EndpointDisabledEventData) *EndpointDisabledEvent
NewEndpointDisabledEvent instantiates a new EndpointDisabledEvent 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 NewEndpointDisabledEventWithDefaults ¶
func NewEndpointDisabledEventWithDefaults() *EndpointDisabledEvent
NewEndpointDisabledEventWithDefaults instantiates a new EndpointDisabledEvent 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 (*EndpointDisabledEvent) GetData ¶
func (o *EndpointDisabledEvent) GetData() EndpointDisabledEventData
GetData returns the Data field value
func (*EndpointDisabledEvent) GetDataOk ¶
func (o *EndpointDisabledEvent) GetDataOk() (*EndpointDisabledEventData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*EndpointDisabledEvent) GetType ¶
func (o *EndpointDisabledEvent) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*EndpointDisabledEvent) GetTypeOk ¶
func (o *EndpointDisabledEvent) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointDisabledEvent) HasType ¶
func (o *EndpointDisabledEvent) HasType() bool
HasType returns a boolean if a field has been set.
func (EndpointDisabledEvent) MarshalJSON ¶
func (o EndpointDisabledEvent) MarshalJSON() ([]byte, error)
func (*EndpointDisabledEvent) SetData ¶
func (o *EndpointDisabledEvent) SetData(v EndpointDisabledEventData)
SetData sets field value
func (*EndpointDisabledEvent) SetType ¶
func (o *EndpointDisabledEvent) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type EndpointDisabledEventData ¶
type EndpointDisabledEventData struct { AppId string `json:"appId"` // Optional unique identifier for the application AppUid NullableString `json:"appUid,omitempty"` EndpointId string `json:"endpointId"` // Optional unique identifier for the endpoint EndpointUid NullableString `json:"endpointUid,omitempty"` FailSince time.Time `json:"failSince"` }
EndpointDisabledEventData struct for EndpointDisabledEventData
func NewEndpointDisabledEventData ¶
func NewEndpointDisabledEventData(appId string, endpointId string, failSince time.Time) *EndpointDisabledEventData
NewEndpointDisabledEventData instantiates a new EndpointDisabledEventData 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 NewEndpointDisabledEventDataWithDefaults ¶
func NewEndpointDisabledEventDataWithDefaults() *EndpointDisabledEventData
NewEndpointDisabledEventDataWithDefaults instantiates a new EndpointDisabledEventData 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 (*EndpointDisabledEventData) GetAppId ¶
func (o *EndpointDisabledEventData) GetAppId() string
GetAppId returns the AppId field value
func (*EndpointDisabledEventData) GetAppIdOk ¶
func (o *EndpointDisabledEventData) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*EndpointDisabledEventData) GetAppUid ¶
func (o *EndpointDisabledEventData) GetAppUid() string
GetAppUid returns the AppUid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointDisabledEventData) GetAppUidOk ¶
func (o *EndpointDisabledEventData) GetAppUidOk() (*string, bool)
GetAppUidOk returns a tuple with the AppUid 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 (*EndpointDisabledEventData) GetEndpointId ¶
func (o *EndpointDisabledEventData) GetEndpointId() string
GetEndpointId returns the EndpointId field value
func (*EndpointDisabledEventData) GetEndpointIdOk ¶
func (o *EndpointDisabledEventData) GetEndpointIdOk() (*string, bool)
GetEndpointIdOk returns a tuple with the EndpointId field value and a boolean to check if the value has been set.
func (*EndpointDisabledEventData) GetEndpointUid ¶
func (o *EndpointDisabledEventData) GetEndpointUid() string
GetEndpointUid returns the EndpointUid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointDisabledEventData) GetEndpointUidOk ¶
func (o *EndpointDisabledEventData) GetEndpointUidOk() (*string, bool)
GetEndpointUidOk returns a tuple with the EndpointUid 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 (*EndpointDisabledEventData) GetFailSince ¶
func (o *EndpointDisabledEventData) GetFailSince() time.Time
GetFailSince returns the FailSince field value
func (*EndpointDisabledEventData) GetFailSinceOk ¶
func (o *EndpointDisabledEventData) GetFailSinceOk() (*time.Time, bool)
GetFailSinceOk returns a tuple with the FailSince field value and a boolean to check if the value has been set.
func (*EndpointDisabledEventData) HasAppUid ¶
func (o *EndpointDisabledEventData) HasAppUid() bool
HasAppUid returns a boolean if a field has been set.
func (*EndpointDisabledEventData) HasEndpointUid ¶
func (o *EndpointDisabledEventData) HasEndpointUid() bool
HasEndpointUid returns a boolean if a field has been set.
func (EndpointDisabledEventData) MarshalJSON ¶
func (o EndpointDisabledEventData) MarshalJSON() ([]byte, error)
func (*EndpointDisabledEventData) SetAppId ¶
func (o *EndpointDisabledEventData) SetAppId(v string)
SetAppId sets field value
func (*EndpointDisabledEventData) SetAppUid ¶
func (o *EndpointDisabledEventData) SetAppUid(v string)
SetAppUid gets a reference to the given NullableString and assigns it to the AppUid field.
func (*EndpointDisabledEventData) SetAppUidNil ¶
func (o *EndpointDisabledEventData) SetAppUidNil()
SetAppUidNil sets the value for AppUid to be an explicit nil
func (*EndpointDisabledEventData) SetEndpointId ¶
func (o *EndpointDisabledEventData) SetEndpointId(v string)
SetEndpointId sets field value
func (*EndpointDisabledEventData) SetEndpointUid ¶
func (o *EndpointDisabledEventData) SetEndpointUid(v string)
SetEndpointUid gets a reference to the given NullableString and assigns it to the EndpointUid field.
func (*EndpointDisabledEventData) SetEndpointUidNil ¶
func (o *EndpointDisabledEventData) SetEndpointUidNil()
SetEndpointUidNil sets the value for EndpointUid to be an explicit nil
func (*EndpointDisabledEventData) SetFailSince ¶
func (o *EndpointDisabledEventData) SetFailSince(v time.Time)
SetFailSince sets field value
func (*EndpointDisabledEventData) UnsetAppUid ¶
func (o *EndpointDisabledEventData) UnsetAppUid()
UnsetAppUid ensures that no value is present for AppUid, not even an explicit nil
func (*EndpointDisabledEventData) UnsetEndpointUid ¶
func (o *EndpointDisabledEventData) UnsetEndpointUid()
UnsetEndpointUid ensures that no value is present for EndpointUid, not even an explicit nil
type EndpointHeadersIn ¶
EndpointHeadersIn struct for EndpointHeadersIn
func NewEndpointHeadersIn ¶
func NewEndpointHeadersIn(headers map[string]string) *EndpointHeadersIn
NewEndpointHeadersIn instantiates a new EndpointHeadersIn 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 NewEndpointHeadersInWithDefaults ¶
func NewEndpointHeadersInWithDefaults() *EndpointHeadersIn
NewEndpointHeadersInWithDefaults instantiates a new EndpointHeadersIn 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 (*EndpointHeadersIn) GetHeaders ¶
func (o *EndpointHeadersIn) GetHeaders() map[string]string
GetHeaders returns the Headers field value
func (*EndpointHeadersIn) GetHeadersOk ¶
func (o *EndpointHeadersIn) GetHeadersOk() (*map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value and a boolean to check if the value has been set.
func (EndpointHeadersIn) MarshalJSON ¶
func (o EndpointHeadersIn) MarshalJSON() ([]byte, error)
func (*EndpointHeadersIn) SetHeaders ¶
func (o *EndpointHeadersIn) SetHeaders(v map[string]string)
SetHeaders sets field value
type EndpointHeadersOut ¶
type EndpointHeadersOut struct { Headers map[string]string `json:"headers"` Sensitive []string `json:"sensitive"` }
EndpointHeadersOut The value of the headers is returned in the `headers` field. Sensitive headers that have been redacted are returned in the sensitive field.
func NewEndpointHeadersOut ¶
func NewEndpointHeadersOut(headers map[string]string, sensitive []string) *EndpointHeadersOut
NewEndpointHeadersOut instantiates a new EndpointHeadersOut 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 NewEndpointHeadersOutWithDefaults ¶
func NewEndpointHeadersOutWithDefaults() *EndpointHeadersOut
NewEndpointHeadersOutWithDefaults instantiates a new EndpointHeadersOut 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 (*EndpointHeadersOut) GetHeaders ¶
func (o *EndpointHeadersOut) GetHeaders() map[string]string
GetHeaders returns the Headers field value
func (*EndpointHeadersOut) GetHeadersOk ¶
func (o *EndpointHeadersOut) GetHeadersOk() (*map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value and a boolean to check if the value has been set.
func (*EndpointHeadersOut) GetSensitive ¶
func (o *EndpointHeadersOut) GetSensitive() []string
GetSensitive returns the Sensitive field value
func (*EndpointHeadersOut) GetSensitiveOk ¶
func (o *EndpointHeadersOut) GetSensitiveOk() (*[]string, bool)
GetSensitiveOk returns a tuple with the Sensitive field value and a boolean to check if the value has been set.
func (EndpointHeadersOut) MarshalJSON ¶
func (o EndpointHeadersOut) MarshalJSON() ([]byte, error)
func (*EndpointHeadersOut) SetHeaders ¶
func (o *EndpointHeadersOut) SetHeaders(v map[string]string)
SetHeaders sets field value
func (*EndpointHeadersOut) SetSensitive ¶
func (o *EndpointHeadersOut) SetSensitive(v []string)
SetSensitive sets field value
type EndpointHeadersPatchIn ¶
EndpointHeadersPatchIn struct for EndpointHeadersPatchIn
func NewEndpointHeadersPatchIn ¶
func NewEndpointHeadersPatchIn(headers map[string]string) *EndpointHeadersPatchIn
NewEndpointHeadersPatchIn instantiates a new EndpointHeadersPatchIn 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 NewEndpointHeadersPatchInWithDefaults ¶
func NewEndpointHeadersPatchInWithDefaults() *EndpointHeadersPatchIn
NewEndpointHeadersPatchInWithDefaults instantiates a new EndpointHeadersPatchIn 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 (*EndpointHeadersPatchIn) GetHeaders ¶
func (o *EndpointHeadersPatchIn) GetHeaders() map[string]string
GetHeaders returns the Headers field value
func (*EndpointHeadersPatchIn) GetHeadersOk ¶
func (o *EndpointHeadersPatchIn) GetHeadersOk() (*map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value and a boolean to check if the value has been set.
func (EndpointHeadersPatchIn) MarshalJSON ¶
func (o EndpointHeadersPatchIn) MarshalJSON() ([]byte, error)
func (*EndpointHeadersPatchIn) SetHeaders ¶
func (o *EndpointHeadersPatchIn) SetHeaders(v map[string]string)
SetHeaders sets field value
type EndpointIn ¶
type EndpointIn struct { // List of message channels this endpoint listens to (omit for all) Channels []string `json:"channels,omitempty"` Description *string `json:"description,omitempty"` Disabled *bool `json:"disabled,omitempty"` FilterTypes []string `json:"filterTypes,omitempty"` Metadata map[string]string `json:"metadata,omitempty"` RateLimit NullableInt32 `json:"rateLimit,omitempty"` // The endpoint's verification secret. If `null` is passed, a secret is automatically generated. Format: `base64` encoded random bytes optionally prefixed with `whsec_`. Recommended size: 24. Secret NullableString `json:"secret,omitempty"` // Optional unique identifier for the endpoint Uid NullableString `json:"uid,omitempty"` Url string `json:"url"` Version int32 `json:"version"` }
EndpointIn struct for EndpointIn
func NewEndpointIn ¶
func NewEndpointIn(url string, version int32) *EndpointIn
NewEndpointIn instantiates a new EndpointIn 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 NewEndpointInWithDefaults ¶
func NewEndpointInWithDefaults() *EndpointIn
NewEndpointInWithDefaults instantiates a new EndpointIn 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 (*EndpointIn) GetChannels ¶
func (o *EndpointIn) GetChannels() []string
GetChannels returns the Channels field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointIn) GetChannelsOk ¶
func (o *EndpointIn) GetChannelsOk() (*[]string, bool)
GetChannelsOk returns a tuple with the Channels 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 (*EndpointIn) GetDescription ¶
func (o *EndpointIn) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*EndpointIn) GetDescriptionOk ¶
func (o *EndpointIn) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointIn) GetDisabled ¶
func (o *EndpointIn) GetDisabled() bool
GetDisabled returns the Disabled field value if set, zero value otherwise.
func (*EndpointIn) GetDisabledOk ¶
func (o *EndpointIn) GetDisabledOk() (*bool, bool)
GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointIn) GetFilterTypes ¶
func (o *EndpointIn) GetFilterTypes() []string
GetFilterTypes returns the FilterTypes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointIn) GetFilterTypesOk ¶
func (o *EndpointIn) GetFilterTypesOk() (*[]string, bool)
GetFilterTypesOk returns a tuple with the FilterTypes 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 (*EndpointIn) GetMetadata ¶
func (o *EndpointIn) GetMetadata() map[string]string
GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointIn) GetMetadataOk ¶
func (o *EndpointIn) GetMetadataOk() (*map[string]string, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EndpointIn) GetRateLimit ¶
func (o *EndpointIn) GetRateLimit() int32
GetRateLimit returns the RateLimit field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointIn) GetRateLimitOk ¶
func (o *EndpointIn) GetRateLimitOk() (*int32, bool)
GetRateLimitOk returns a tuple with the RateLimit 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 (*EndpointIn) GetSecret ¶
func (o *EndpointIn) GetSecret() string
GetSecret returns the Secret field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointIn) GetSecretOk ¶
func (o *EndpointIn) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret 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 (*EndpointIn) GetUid ¶
func (o *EndpointIn) GetUid() string
GetUid returns the Uid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointIn) GetUidOk ¶
func (o *EndpointIn) GetUidOk() (*string, bool)
GetUidOk returns a tuple with the Uid 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 (*EndpointIn) GetUrlOk ¶
func (o *EndpointIn) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*EndpointIn) GetVersion ¶
func (o *EndpointIn) GetVersion() int32
GetVersion returns the Version field value
func (*EndpointIn) GetVersionOk ¶
func (o *EndpointIn) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*EndpointIn) HasChannels ¶
func (o *EndpointIn) HasChannels() bool
HasChannels returns a boolean if a field has been set.
func (*EndpointIn) HasDescription ¶
func (o *EndpointIn) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*EndpointIn) HasDisabled ¶
func (o *EndpointIn) HasDisabled() bool
HasDisabled returns a boolean if a field has been set.
func (*EndpointIn) HasFilterTypes ¶
func (o *EndpointIn) HasFilterTypes() bool
HasFilterTypes returns a boolean if a field has been set.
func (*EndpointIn) HasMetadata ¶
func (o *EndpointIn) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*EndpointIn) HasRateLimit ¶
func (o *EndpointIn) HasRateLimit() bool
HasRateLimit returns a boolean if a field has been set.
func (*EndpointIn) HasSecret ¶
func (o *EndpointIn) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (*EndpointIn) HasUid ¶
func (o *EndpointIn) HasUid() bool
HasUid returns a boolean if a field has been set.
func (EndpointIn) MarshalJSON ¶
func (o EndpointIn) MarshalJSON() ([]byte, error)
func (*EndpointIn) SetChannels ¶
func (o *EndpointIn) SetChannels(v []string)
SetChannels gets a reference to the given []string and assigns it to the Channels field.
func (*EndpointIn) SetDescription ¶
func (o *EndpointIn) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*EndpointIn) SetDisabled ¶
func (o *EndpointIn) SetDisabled(v bool)
SetDisabled gets a reference to the given bool and assigns it to the Disabled field.
func (*EndpointIn) SetFilterTypes ¶
func (o *EndpointIn) SetFilterTypes(v []string)
SetFilterTypes gets a reference to the given []string and assigns it to the FilterTypes field.
func (*EndpointIn) SetMetadata ¶
func (o *EndpointIn) SetMetadata(v map[string]string)
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*EndpointIn) SetRateLimit ¶
func (o *EndpointIn) SetRateLimit(v int32)
SetRateLimit gets a reference to the given NullableInt32 and assigns it to the RateLimit field.
func (*EndpointIn) SetRateLimitNil ¶
func (o *EndpointIn) SetRateLimitNil()
SetRateLimitNil sets the value for RateLimit to be an explicit nil
func (*EndpointIn) SetSecret ¶
func (o *EndpointIn) SetSecret(v string)
SetSecret gets a reference to the given NullableString and assigns it to the Secret field.
func (*EndpointIn) SetSecretNil ¶
func (o *EndpointIn) SetSecretNil()
SetSecretNil sets the value for Secret to be an explicit nil
func (*EndpointIn) SetUid ¶
func (o *EndpointIn) SetUid(v string)
SetUid gets a reference to the given NullableString and assigns it to the Uid field.
func (*EndpointIn) SetUidNil ¶
func (o *EndpointIn) SetUidNil()
SetUidNil sets the value for Uid to be an explicit nil
func (*EndpointIn) SetVersion ¶
func (o *EndpointIn) SetVersion(v int32)
SetVersion sets field value
func (*EndpointIn) UnsetRateLimit ¶
func (o *EndpointIn) UnsetRateLimit()
UnsetRateLimit ensures that no value is present for RateLimit, not even an explicit nil
func (*EndpointIn) UnsetSecret ¶
func (o *EndpointIn) UnsetSecret()
UnsetSecret ensures that no value is present for Secret, not even an explicit nil
func (*EndpointIn) UnsetUid ¶
func (o *EndpointIn) UnsetUid()
UnsetUid ensures that no value is present for Uid, not even an explicit nil
type EndpointMessageOut ¶
type EndpointMessageOut struct { // List of free-form identifiers that endpoints can filter by Channels []string `json:"channels,omitempty"` // Optional unique identifier for the message EventId NullableString `json:"eventId,omitempty"` EventType string `json:"eventType"` Id string `json:"id"` NextAttempt NullableTime `json:"nextAttempt,omitempty"` Payload map[string]interface{} `json:"payload"` Status MessageStatus `json:"status"` Timestamp time.Time `json:"timestamp"` }
EndpointMessageOut struct for EndpointMessageOut
func NewEndpointMessageOut ¶
func NewEndpointMessageOut(eventType string, id string, payload map[string]interface{}, status MessageStatus, timestamp time.Time) *EndpointMessageOut
NewEndpointMessageOut instantiates a new EndpointMessageOut 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 NewEndpointMessageOutWithDefaults ¶
func NewEndpointMessageOutWithDefaults() *EndpointMessageOut
NewEndpointMessageOutWithDefaults instantiates a new EndpointMessageOut 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 (*EndpointMessageOut) GetChannels ¶
func (o *EndpointMessageOut) GetChannels() []string
GetChannels returns the Channels field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointMessageOut) GetChannelsOk ¶
func (o *EndpointMessageOut) GetChannelsOk() (*[]string, bool)
GetChannelsOk returns a tuple with the Channels 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 (*EndpointMessageOut) GetEventId ¶
func (o *EndpointMessageOut) GetEventId() string
GetEventId returns the EventId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointMessageOut) GetEventIdOk ¶
func (o *EndpointMessageOut) GetEventIdOk() (*string, bool)
GetEventIdOk returns a tuple with the EventId 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 (*EndpointMessageOut) GetEventType ¶
func (o *EndpointMessageOut) GetEventType() string
GetEventType returns the EventType field value
func (*EndpointMessageOut) GetEventTypeOk ¶
func (o *EndpointMessageOut) GetEventTypeOk() (*string, bool)
GetEventTypeOk returns a tuple with the EventType field value and a boolean to check if the value has been set.
func (*EndpointMessageOut) GetId ¶
func (o *EndpointMessageOut) GetId() string
GetId returns the Id field value
func (*EndpointMessageOut) GetIdOk ¶
func (o *EndpointMessageOut) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*EndpointMessageOut) GetNextAttempt ¶
func (o *EndpointMessageOut) GetNextAttempt() time.Time
GetNextAttempt returns the NextAttempt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointMessageOut) GetNextAttemptOk ¶
func (o *EndpointMessageOut) GetNextAttemptOk() (*time.Time, bool)
GetNextAttemptOk returns a tuple with the NextAttempt 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 (*EndpointMessageOut) GetPayload ¶
func (o *EndpointMessageOut) GetPayload() map[string]interface{}
GetPayload returns the Payload field value
func (*EndpointMessageOut) GetPayloadOk ¶
func (o *EndpointMessageOut) GetPayloadOk() (*map[string]interface{}, bool)
GetPayloadOk returns a tuple with the Payload field value and a boolean to check if the value has been set.
func (*EndpointMessageOut) GetStatus ¶
func (o *EndpointMessageOut) GetStatus() MessageStatus
GetStatus returns the Status field value
func (*EndpointMessageOut) GetStatusOk ¶
func (o *EndpointMessageOut) GetStatusOk() (*MessageStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*EndpointMessageOut) GetTimestamp ¶
func (o *EndpointMessageOut) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field value
func (*EndpointMessageOut) GetTimestampOk ¶
func (o *EndpointMessageOut) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (*EndpointMessageOut) HasChannels ¶
func (o *EndpointMessageOut) HasChannels() bool
HasChannels returns a boolean if a field has been set.
func (*EndpointMessageOut) HasEventId ¶
func (o *EndpointMessageOut) HasEventId() bool
HasEventId returns a boolean if a field has been set.
func (*EndpointMessageOut) HasNextAttempt ¶
func (o *EndpointMessageOut) HasNextAttempt() bool
HasNextAttempt returns a boolean if a field has been set.
func (EndpointMessageOut) MarshalJSON ¶
func (o EndpointMessageOut) MarshalJSON() ([]byte, error)
func (*EndpointMessageOut) SetChannels ¶
func (o *EndpointMessageOut) SetChannels(v []string)
SetChannels gets a reference to the given []string and assigns it to the Channels field.
func (*EndpointMessageOut) SetEventId ¶
func (o *EndpointMessageOut) SetEventId(v string)
SetEventId gets a reference to the given NullableString and assigns it to the EventId field.
func (*EndpointMessageOut) SetEventIdNil ¶
func (o *EndpointMessageOut) SetEventIdNil()
SetEventIdNil sets the value for EventId to be an explicit nil
func (*EndpointMessageOut) SetEventType ¶
func (o *EndpointMessageOut) SetEventType(v string)
SetEventType sets field value
func (*EndpointMessageOut) SetId ¶
func (o *EndpointMessageOut) SetId(v string)
SetId sets field value
func (*EndpointMessageOut) SetNextAttempt ¶
func (o *EndpointMessageOut) SetNextAttempt(v time.Time)
SetNextAttempt gets a reference to the given NullableTime and assigns it to the NextAttempt field.
func (*EndpointMessageOut) SetNextAttemptNil ¶
func (o *EndpointMessageOut) SetNextAttemptNil()
SetNextAttemptNil sets the value for NextAttempt to be an explicit nil
func (*EndpointMessageOut) SetPayload ¶
func (o *EndpointMessageOut) SetPayload(v map[string]interface{})
SetPayload sets field value
func (*EndpointMessageOut) SetStatus ¶
func (o *EndpointMessageOut) SetStatus(v MessageStatus)
SetStatus sets field value
func (*EndpointMessageOut) SetTimestamp ¶
func (o *EndpointMessageOut) SetTimestamp(v time.Time)
SetTimestamp sets field value
func (*EndpointMessageOut) UnsetEventId ¶
func (o *EndpointMessageOut) UnsetEventId()
UnsetEventId ensures that no value is present for EventId, not even an explicit nil
func (*EndpointMessageOut) UnsetNextAttempt ¶
func (o *EndpointMessageOut) UnsetNextAttempt()
UnsetNextAttempt ensures that no value is present for NextAttempt, not even an explicit nil
type EndpointOut ¶
type EndpointOut struct { // List of message channels this endpoint listens to (omit for all) Channels []string `json:"channels,omitempty"` CreatedAt time.Time `json:"createdAt"` Description *string `json:"description,omitempty"` Disabled *bool `json:"disabled,omitempty"` FilterTypes []string `json:"filterTypes,omitempty"` Id string `json:"id"` Metadata map[string]string `json:"metadata,omitempty"` RateLimit NullableInt32 `json:"rateLimit,omitempty"` // Optional unique identifier for the endpoint Uid NullableString `json:"uid,omitempty"` UpdatedAt time.Time `json:"updatedAt"` Url string `json:"url"` Version int32 `json:"version"` }
EndpointOut struct for EndpointOut
func NewEndpointOut ¶
func NewEndpointOut(createdAt time.Time, id string, updatedAt time.Time, url string, version int32) *EndpointOut
NewEndpointOut instantiates a new EndpointOut 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 NewEndpointOutWithDefaults ¶
func NewEndpointOutWithDefaults() *EndpointOut
NewEndpointOutWithDefaults instantiates a new EndpointOut 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 (*EndpointOut) GetChannels ¶
func (o *EndpointOut) GetChannels() []string
GetChannels returns the Channels field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointOut) GetChannelsOk ¶
func (o *EndpointOut) GetChannelsOk() (*[]string, bool)
GetChannelsOk returns a tuple with the Channels 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 (*EndpointOut) GetCreatedAt ¶
func (o *EndpointOut) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*EndpointOut) GetCreatedAtOk ¶
func (o *EndpointOut) 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 (*EndpointOut) GetDescription ¶
func (o *EndpointOut) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*EndpointOut) GetDescriptionOk ¶
func (o *EndpointOut) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointOut) GetDisabled ¶
func (o *EndpointOut) GetDisabled() bool
GetDisabled returns the Disabled field value if set, zero value otherwise.
func (*EndpointOut) GetDisabledOk ¶
func (o *EndpointOut) GetDisabledOk() (*bool, bool)
GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointOut) GetFilterTypes ¶
func (o *EndpointOut) GetFilterTypes() []string
GetFilterTypes returns the FilterTypes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointOut) GetFilterTypesOk ¶
func (o *EndpointOut) GetFilterTypesOk() (*[]string, bool)
GetFilterTypesOk returns a tuple with the FilterTypes 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 (*EndpointOut) GetIdOk ¶
func (o *EndpointOut) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*EndpointOut) GetMetadata ¶
func (o *EndpointOut) GetMetadata() map[string]string
GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointOut) GetMetadataOk ¶
func (o *EndpointOut) GetMetadataOk() (*map[string]string, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EndpointOut) GetRateLimit ¶
func (o *EndpointOut) GetRateLimit() int32
GetRateLimit returns the RateLimit field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointOut) GetRateLimitOk ¶
func (o *EndpointOut) GetRateLimitOk() (*int32, bool)
GetRateLimitOk returns a tuple with the RateLimit 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 (*EndpointOut) GetUid ¶
func (o *EndpointOut) GetUid() string
GetUid returns the Uid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointOut) GetUidOk ¶
func (o *EndpointOut) GetUidOk() (*string, bool)
GetUidOk returns a tuple with the Uid 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 (*EndpointOut) GetUpdatedAt ¶
func (o *EndpointOut) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*EndpointOut) GetUpdatedAtOk ¶
func (o *EndpointOut) 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 (*EndpointOut) GetUrl ¶
func (o *EndpointOut) GetUrl() string
GetUrl returns the Url field value
func (*EndpointOut) GetUrlOk ¶
func (o *EndpointOut) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*EndpointOut) GetVersion ¶
func (o *EndpointOut) GetVersion() int32
GetVersion returns the Version field value
func (*EndpointOut) GetVersionOk ¶
func (o *EndpointOut) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*EndpointOut) HasChannels ¶
func (o *EndpointOut) HasChannels() bool
HasChannels returns a boolean if a field has been set.
func (*EndpointOut) HasDescription ¶
func (o *EndpointOut) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*EndpointOut) HasDisabled ¶
func (o *EndpointOut) HasDisabled() bool
HasDisabled returns a boolean if a field has been set.
func (*EndpointOut) HasFilterTypes ¶
func (o *EndpointOut) HasFilterTypes() bool
HasFilterTypes returns a boolean if a field has been set.
func (*EndpointOut) HasMetadata ¶
func (o *EndpointOut) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*EndpointOut) HasRateLimit ¶
func (o *EndpointOut) HasRateLimit() bool
HasRateLimit returns a boolean if a field has been set.
func (*EndpointOut) HasUid ¶
func (o *EndpointOut) HasUid() bool
HasUid returns a boolean if a field has been set.
func (EndpointOut) MarshalJSON ¶
func (o EndpointOut) MarshalJSON() ([]byte, error)
func (*EndpointOut) SetChannels ¶
func (o *EndpointOut) SetChannels(v []string)
SetChannels gets a reference to the given []string and assigns it to the Channels field.
func (*EndpointOut) SetCreatedAt ¶
func (o *EndpointOut) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*EndpointOut) SetDescription ¶
func (o *EndpointOut) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*EndpointOut) SetDisabled ¶
func (o *EndpointOut) SetDisabled(v bool)
SetDisabled gets a reference to the given bool and assigns it to the Disabled field.
func (*EndpointOut) SetFilterTypes ¶
func (o *EndpointOut) SetFilterTypes(v []string)
SetFilterTypes gets a reference to the given []string and assigns it to the FilterTypes field.
func (*EndpointOut) SetMetadata ¶
func (o *EndpointOut) SetMetadata(v map[string]string)
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*EndpointOut) SetRateLimit ¶
func (o *EndpointOut) SetRateLimit(v int32)
SetRateLimit gets a reference to the given NullableInt32 and assigns it to the RateLimit field.
func (*EndpointOut) SetRateLimitNil ¶
func (o *EndpointOut) SetRateLimitNil()
SetRateLimitNil sets the value for RateLimit to be an explicit nil
func (*EndpointOut) SetUid ¶
func (o *EndpointOut) SetUid(v string)
SetUid gets a reference to the given NullableString and assigns it to the Uid field.
func (*EndpointOut) SetUidNil ¶
func (o *EndpointOut) SetUidNil()
SetUidNil sets the value for Uid to be an explicit nil
func (*EndpointOut) SetUpdatedAt ¶
func (o *EndpointOut) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*EndpointOut) SetVersion ¶
func (o *EndpointOut) SetVersion(v int32)
SetVersion sets field value
func (*EndpointOut) UnsetRateLimit ¶
func (o *EndpointOut) UnsetRateLimit()
UnsetRateLimit ensures that no value is present for RateLimit, not even an explicit nil
func (*EndpointOut) UnsetUid ¶
func (o *EndpointOut) UnsetUid()
UnsetUid ensures that no value is present for Uid, not even an explicit nil
type EndpointSecretOut ¶
type EndpointSecretOut struct { // The endpoint's verification secret. If `null` is passed, a secret is automatically generated. Format: `base64` encoded random bytes optionally prefixed with `whsec_`. Recommended size: 24. Key string `json:"key"` }
EndpointSecretOut struct for EndpointSecretOut
func NewEndpointSecretOut ¶
func NewEndpointSecretOut(key string) *EndpointSecretOut
NewEndpointSecretOut instantiates a new EndpointSecretOut 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 NewEndpointSecretOutWithDefaults ¶
func NewEndpointSecretOutWithDefaults() *EndpointSecretOut
NewEndpointSecretOutWithDefaults instantiates a new EndpointSecretOut 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 (*EndpointSecretOut) GetKey ¶
func (o *EndpointSecretOut) GetKey() string
GetKey returns the Key field value
func (*EndpointSecretOut) GetKeyOk ¶
func (o *EndpointSecretOut) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (EndpointSecretOut) MarshalJSON ¶
func (o EndpointSecretOut) MarshalJSON() ([]byte, error)
func (*EndpointSecretOut) SetKey ¶
func (o *EndpointSecretOut) SetKey(v string)
SetKey sets field value
type EndpointSecretRotateIn ¶
type EndpointSecretRotateIn struct { // The endpoint's verification secret. If `null` is passed, a secret is automatically generated. Format: `base64` encoded random bytes optionally prefixed with `whsec_`. Recommended size: 24. Key NullableString `json:"key,omitempty"` }
EndpointSecretRotateIn struct for EndpointSecretRotateIn
func NewEndpointSecretRotateIn ¶
func NewEndpointSecretRotateIn() *EndpointSecretRotateIn
NewEndpointSecretRotateIn instantiates a new EndpointSecretRotateIn 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 NewEndpointSecretRotateInWithDefaults ¶
func NewEndpointSecretRotateInWithDefaults() *EndpointSecretRotateIn
NewEndpointSecretRotateInWithDefaults instantiates a new EndpointSecretRotateIn 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 (*EndpointSecretRotateIn) GetKey ¶
func (o *EndpointSecretRotateIn) GetKey() string
GetKey returns the Key field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointSecretRotateIn) GetKeyOk ¶
func (o *EndpointSecretRotateIn) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key 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 (*EndpointSecretRotateIn) HasKey ¶
func (o *EndpointSecretRotateIn) HasKey() bool
HasKey returns a boolean if a field has been set.
func (EndpointSecretRotateIn) MarshalJSON ¶
func (o EndpointSecretRotateIn) MarshalJSON() ([]byte, error)
func (*EndpointSecretRotateIn) SetKey ¶
func (o *EndpointSecretRotateIn) SetKey(v string)
SetKey gets a reference to the given NullableString and assigns it to the Key field.
func (*EndpointSecretRotateIn) SetKeyNil ¶
func (o *EndpointSecretRotateIn) SetKeyNil()
SetKeyNil sets the value for Key to be an explicit nil
func (*EndpointSecretRotateIn) UnsetKey ¶
func (o *EndpointSecretRotateIn) UnsetKey()
UnsetKey ensures that no value is present for Key, not even an explicit nil
type EndpointStats ¶
type EndpointStats struct { Fail int32 `json:"fail"` Pending int32 `json:"pending"` Sending int32 `json:"sending"` Success int32 `json:"success"` }
EndpointStats struct for EndpointStats
func NewEndpointStats ¶
func NewEndpointStats(fail int32, pending int32, sending int32, success int32) *EndpointStats
NewEndpointStats instantiates a new EndpointStats 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 NewEndpointStatsWithDefaults ¶
func NewEndpointStatsWithDefaults() *EndpointStats
NewEndpointStatsWithDefaults instantiates a new EndpointStats 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 (*EndpointStats) GetFail ¶
func (o *EndpointStats) GetFail() int32
GetFail returns the Fail field value
func (*EndpointStats) GetFailOk ¶
func (o *EndpointStats) GetFailOk() (*int32, bool)
GetFailOk returns a tuple with the Fail field value and a boolean to check if the value has been set.
func (*EndpointStats) GetPending ¶
func (o *EndpointStats) GetPending() int32
GetPending returns the Pending field value
func (*EndpointStats) GetPendingOk ¶
func (o *EndpointStats) GetPendingOk() (*int32, bool)
GetPendingOk returns a tuple with the Pending field value and a boolean to check if the value has been set.
func (*EndpointStats) GetSending ¶
func (o *EndpointStats) GetSending() int32
GetSending returns the Sending field value
func (*EndpointStats) GetSendingOk ¶
func (o *EndpointStats) GetSendingOk() (*int32, bool)
GetSendingOk returns a tuple with the Sending field value and a boolean to check if the value has been set.
func (*EndpointStats) GetSuccess ¶
func (o *EndpointStats) GetSuccess() int32
GetSuccess returns the Success field value
func (*EndpointStats) GetSuccessOk ¶
func (o *EndpointStats) GetSuccessOk() (*int32, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (EndpointStats) MarshalJSON ¶
func (o EndpointStats) MarshalJSON() ([]byte, error)
func (*EndpointStats) SetPending ¶
func (o *EndpointStats) SetPending(v int32)
SetPending sets field value
func (*EndpointStats) SetSending ¶
func (o *EndpointStats) SetSending(v int32)
SetSending sets field value
func (*EndpointStats) SetSuccess ¶
func (o *EndpointStats) SetSuccess(v int32)
SetSuccess sets field value
type EndpointTransformationIn ¶
type EndpointTransformationIn struct { Code NullableString `json:"code,omitempty"` Enabled *bool `json:"enabled,omitempty"` }
EndpointTransformationIn struct for EndpointTransformationIn
func NewEndpointTransformationIn ¶
func NewEndpointTransformationIn() *EndpointTransformationIn
NewEndpointTransformationIn instantiates a new EndpointTransformationIn 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 NewEndpointTransformationInWithDefaults ¶
func NewEndpointTransformationInWithDefaults() *EndpointTransformationIn
NewEndpointTransformationInWithDefaults instantiates a new EndpointTransformationIn 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 (*EndpointTransformationIn) GetCode ¶
func (o *EndpointTransformationIn) GetCode() string
GetCode returns the Code field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointTransformationIn) GetCodeOk ¶
func (o *EndpointTransformationIn) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code 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 (*EndpointTransformationIn) GetEnabled ¶
func (o *EndpointTransformationIn) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*EndpointTransformationIn) GetEnabledOk ¶
func (o *EndpointTransformationIn) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointTransformationIn) HasCode ¶
func (o *EndpointTransformationIn) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*EndpointTransformationIn) HasEnabled ¶
func (o *EndpointTransformationIn) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (EndpointTransformationIn) MarshalJSON ¶
func (o EndpointTransformationIn) MarshalJSON() ([]byte, error)
func (*EndpointTransformationIn) SetCode ¶
func (o *EndpointTransformationIn) SetCode(v string)
SetCode gets a reference to the given NullableString and assigns it to the Code field.
func (*EndpointTransformationIn) SetCodeNil ¶
func (o *EndpointTransformationIn) SetCodeNil()
SetCodeNil sets the value for Code to be an explicit nil
func (*EndpointTransformationIn) SetEnabled ¶
func (o *EndpointTransformationIn) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*EndpointTransformationIn) UnsetCode ¶
func (o *EndpointTransformationIn) UnsetCode()
UnsetCode ensures that no value is present for Code, not even an explicit nil
type EndpointTransformationOut ¶
type EndpointTransformationOut struct { Code NullableString `json:"code,omitempty"` Enabled *bool `json:"enabled,omitempty"` }
EndpointTransformationOut struct for EndpointTransformationOut
func NewEndpointTransformationOut ¶
func NewEndpointTransformationOut() *EndpointTransformationOut
NewEndpointTransformationOut instantiates a new EndpointTransformationOut 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 NewEndpointTransformationOutWithDefaults ¶
func NewEndpointTransformationOutWithDefaults() *EndpointTransformationOut
NewEndpointTransformationOutWithDefaults instantiates a new EndpointTransformationOut 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 (*EndpointTransformationOut) GetCode ¶
func (o *EndpointTransformationOut) GetCode() string
GetCode returns the Code field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointTransformationOut) GetCodeOk ¶
func (o *EndpointTransformationOut) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code 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 (*EndpointTransformationOut) GetEnabled ¶
func (o *EndpointTransformationOut) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*EndpointTransformationOut) GetEnabledOk ¶
func (o *EndpointTransformationOut) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointTransformationOut) HasCode ¶
func (o *EndpointTransformationOut) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*EndpointTransformationOut) HasEnabled ¶
func (o *EndpointTransformationOut) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (EndpointTransformationOut) MarshalJSON ¶
func (o EndpointTransformationOut) MarshalJSON() ([]byte, error)
func (*EndpointTransformationOut) SetCode ¶
func (o *EndpointTransformationOut) SetCode(v string)
SetCode gets a reference to the given NullableString and assigns it to the Code field.
func (*EndpointTransformationOut) SetCodeNil ¶
func (o *EndpointTransformationOut) SetCodeNil()
SetCodeNil sets the value for Code to be an explicit nil
func (*EndpointTransformationOut) SetEnabled ¶
func (o *EndpointTransformationOut) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*EndpointTransformationOut) UnsetCode ¶
func (o *EndpointTransformationOut) UnsetCode()
UnsetCode ensures that no value is present for Code, not even an explicit nil
type EndpointTransformationSimulateIn ¶
type EndpointTransformationSimulateIn struct { Channels []string `json:"channels,omitempty"` Code string `json:"code"` EventType string `json:"eventType"` Payload map[string]interface{} `json:"payload"` }
EndpointTransformationSimulateIn struct for EndpointTransformationSimulateIn
func NewEndpointTransformationSimulateIn ¶
func NewEndpointTransformationSimulateIn(code string, eventType string, payload map[string]interface{}) *EndpointTransformationSimulateIn
NewEndpointTransformationSimulateIn instantiates a new EndpointTransformationSimulateIn 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 NewEndpointTransformationSimulateInWithDefaults ¶
func NewEndpointTransformationSimulateInWithDefaults() *EndpointTransformationSimulateIn
NewEndpointTransformationSimulateInWithDefaults instantiates a new EndpointTransformationSimulateIn 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 (*EndpointTransformationSimulateIn) GetChannels ¶
func (o *EndpointTransformationSimulateIn) GetChannels() []string
GetChannels returns the Channels field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointTransformationSimulateIn) GetChannelsOk ¶
func (o *EndpointTransformationSimulateIn) GetChannelsOk() (*[]string, bool)
GetChannelsOk returns a tuple with the Channels 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 (*EndpointTransformationSimulateIn) GetCode ¶
func (o *EndpointTransformationSimulateIn) GetCode() string
GetCode returns the Code field value
func (*EndpointTransformationSimulateIn) GetCodeOk ¶
func (o *EndpointTransformationSimulateIn) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*EndpointTransformationSimulateIn) GetEventType ¶
func (o *EndpointTransformationSimulateIn) GetEventType() string
GetEventType returns the EventType field value
func (*EndpointTransformationSimulateIn) GetEventTypeOk ¶
func (o *EndpointTransformationSimulateIn) GetEventTypeOk() (*string, bool)
GetEventTypeOk returns a tuple with the EventType field value and a boolean to check if the value has been set.
func (*EndpointTransformationSimulateIn) GetPayload ¶
func (o *EndpointTransformationSimulateIn) GetPayload() map[string]interface{}
GetPayload returns the Payload field value
func (*EndpointTransformationSimulateIn) GetPayloadOk ¶
func (o *EndpointTransformationSimulateIn) GetPayloadOk() (*map[string]interface{}, bool)
GetPayloadOk returns a tuple with the Payload field value and a boolean to check if the value has been set.
func (*EndpointTransformationSimulateIn) HasChannels ¶
func (o *EndpointTransformationSimulateIn) HasChannels() bool
HasChannels returns a boolean if a field has been set.
func (EndpointTransformationSimulateIn) MarshalJSON ¶
func (o EndpointTransformationSimulateIn) MarshalJSON() ([]byte, error)
func (*EndpointTransformationSimulateIn) SetChannels ¶
func (o *EndpointTransformationSimulateIn) SetChannels(v []string)
SetChannels gets a reference to the given []string and assigns it to the Channels field.
func (*EndpointTransformationSimulateIn) SetCode ¶
func (o *EndpointTransformationSimulateIn) SetCode(v string)
SetCode sets field value
func (*EndpointTransformationSimulateIn) SetEventType ¶
func (o *EndpointTransformationSimulateIn) SetEventType(v string)
SetEventType sets field value
func (*EndpointTransformationSimulateIn) SetPayload ¶
func (o *EndpointTransformationSimulateIn) SetPayload(v map[string]interface{})
SetPayload sets field value
type EndpointTransformationSimulateOut ¶
type EndpointTransformationSimulateOut struct { Method *TransformationHttpMethod `json:"method,omitempty"` Payload map[string]interface{} `json:"payload"` Url string `json:"url"` }
EndpointTransformationSimulateOut struct for EndpointTransformationSimulateOut
func NewEndpointTransformationSimulateOut ¶
func NewEndpointTransformationSimulateOut(payload map[string]interface{}, url string) *EndpointTransformationSimulateOut
NewEndpointTransformationSimulateOut instantiates a new EndpointTransformationSimulateOut 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 NewEndpointTransformationSimulateOutWithDefaults ¶
func NewEndpointTransformationSimulateOutWithDefaults() *EndpointTransformationSimulateOut
NewEndpointTransformationSimulateOutWithDefaults instantiates a new EndpointTransformationSimulateOut 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 (*EndpointTransformationSimulateOut) GetMethod ¶
func (o *EndpointTransformationSimulateOut) GetMethod() TransformationHttpMethod
GetMethod returns the Method field value if set, zero value otherwise.
func (*EndpointTransformationSimulateOut) GetMethodOk ¶
func (o *EndpointTransformationSimulateOut) GetMethodOk() (*TransformationHttpMethod, bool)
GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointTransformationSimulateOut) GetPayload ¶
func (o *EndpointTransformationSimulateOut) GetPayload() map[string]interface{}
GetPayload returns the Payload field value
func (*EndpointTransformationSimulateOut) GetPayloadOk ¶
func (o *EndpointTransformationSimulateOut) GetPayloadOk() (*map[string]interface{}, bool)
GetPayloadOk returns a tuple with the Payload field value and a boolean to check if the value has been set.
func (*EndpointTransformationSimulateOut) GetUrl ¶
func (o *EndpointTransformationSimulateOut) GetUrl() string
GetUrl returns the Url field value
func (*EndpointTransformationSimulateOut) GetUrlOk ¶
func (o *EndpointTransformationSimulateOut) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*EndpointTransformationSimulateOut) HasMethod ¶
func (o *EndpointTransformationSimulateOut) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (EndpointTransformationSimulateOut) MarshalJSON ¶
func (o EndpointTransformationSimulateOut) MarshalJSON() ([]byte, error)
func (*EndpointTransformationSimulateOut) SetMethod ¶
func (o *EndpointTransformationSimulateOut) SetMethod(v TransformationHttpMethod)
SetMethod gets a reference to the given TransformationHttpMethod and assigns it to the Method field.
func (*EndpointTransformationSimulateOut) SetPayload ¶
func (o *EndpointTransformationSimulateOut) SetPayload(v map[string]interface{})
SetPayload sets field value
func (*EndpointTransformationSimulateOut) SetUrl ¶
func (o *EndpointTransformationSimulateOut) SetUrl(v string)
SetUrl sets field value
type EndpointUpdate ¶
type EndpointUpdate struct { // List of message channels this endpoint listens to (omit for all) Channels []string `json:"channels,omitempty"` Description *string `json:"description,omitempty"` Disabled *bool `json:"disabled,omitempty"` FilterTypes []string `json:"filterTypes,omitempty"` Metadata map[string]string `json:"metadata,omitempty"` RateLimit NullableInt32 `json:"rateLimit,omitempty"` // Optional unique identifier for the endpoint Uid NullableString `json:"uid,omitempty"` Url string `json:"url"` Version int32 `json:"version"` }
EndpointUpdate struct for EndpointUpdate
func NewEndpointUpdate ¶
func NewEndpointUpdate(url string, version int32) *EndpointUpdate
NewEndpointUpdate instantiates a new EndpointUpdate 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 NewEndpointUpdateWithDefaults ¶
func NewEndpointUpdateWithDefaults() *EndpointUpdate
NewEndpointUpdateWithDefaults instantiates a new EndpointUpdate 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 (*EndpointUpdate) GetChannels ¶
func (o *EndpointUpdate) GetChannels() []string
GetChannels returns the Channels field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointUpdate) GetChannelsOk ¶
func (o *EndpointUpdate) GetChannelsOk() (*[]string, bool)
GetChannelsOk returns a tuple with the Channels 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 (*EndpointUpdate) GetDescription ¶
func (o *EndpointUpdate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*EndpointUpdate) GetDescriptionOk ¶
func (o *EndpointUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointUpdate) GetDisabled ¶
func (o *EndpointUpdate) GetDisabled() bool
GetDisabled returns the Disabled field value if set, zero value otherwise.
func (*EndpointUpdate) GetDisabledOk ¶
func (o *EndpointUpdate) GetDisabledOk() (*bool, bool)
GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointUpdate) GetFilterTypes ¶
func (o *EndpointUpdate) GetFilterTypes() []string
GetFilterTypes returns the FilterTypes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointUpdate) GetFilterTypesOk ¶
func (o *EndpointUpdate) GetFilterTypesOk() (*[]string, bool)
GetFilterTypesOk returns a tuple with the FilterTypes 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 (*EndpointUpdate) GetMetadata ¶
func (o *EndpointUpdate) GetMetadata() map[string]string
GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointUpdate) GetMetadataOk ¶
func (o *EndpointUpdate) GetMetadataOk() (*map[string]string, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EndpointUpdate) GetRateLimit ¶
func (o *EndpointUpdate) GetRateLimit() int32
GetRateLimit returns the RateLimit field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointUpdate) GetRateLimitOk ¶
func (o *EndpointUpdate) GetRateLimitOk() (*int32, bool)
GetRateLimitOk returns a tuple with the RateLimit 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 (*EndpointUpdate) GetUid ¶
func (o *EndpointUpdate) GetUid() string
GetUid returns the Uid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointUpdate) GetUidOk ¶
func (o *EndpointUpdate) GetUidOk() (*string, bool)
GetUidOk returns a tuple with the Uid 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 (*EndpointUpdate) GetUrl ¶
func (o *EndpointUpdate) GetUrl() string
GetUrl returns the Url field value
func (*EndpointUpdate) GetUrlOk ¶
func (o *EndpointUpdate) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*EndpointUpdate) GetVersion ¶
func (o *EndpointUpdate) GetVersion() int32
GetVersion returns the Version field value
func (*EndpointUpdate) GetVersionOk ¶
func (o *EndpointUpdate) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*EndpointUpdate) HasChannels ¶
func (o *EndpointUpdate) HasChannels() bool
HasChannels returns a boolean if a field has been set.
func (*EndpointUpdate) HasDescription ¶
func (o *EndpointUpdate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*EndpointUpdate) HasDisabled ¶
func (o *EndpointUpdate) HasDisabled() bool
HasDisabled returns a boolean if a field has been set.
func (*EndpointUpdate) HasFilterTypes ¶
func (o *EndpointUpdate) HasFilterTypes() bool
HasFilterTypes returns a boolean if a field has been set.
func (*EndpointUpdate) HasMetadata ¶
func (o *EndpointUpdate) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*EndpointUpdate) HasRateLimit ¶
func (o *EndpointUpdate) HasRateLimit() bool
HasRateLimit returns a boolean if a field has been set.
func (*EndpointUpdate) HasUid ¶
func (o *EndpointUpdate) HasUid() bool
HasUid returns a boolean if a field has been set.
func (EndpointUpdate) MarshalJSON ¶
func (o EndpointUpdate) MarshalJSON() ([]byte, error)
func (*EndpointUpdate) SetChannels ¶
func (o *EndpointUpdate) SetChannels(v []string)
SetChannels gets a reference to the given []string and assigns it to the Channels field.
func (*EndpointUpdate) SetDescription ¶
func (o *EndpointUpdate) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*EndpointUpdate) SetDisabled ¶
func (o *EndpointUpdate) SetDisabled(v bool)
SetDisabled gets a reference to the given bool and assigns it to the Disabled field.
func (*EndpointUpdate) SetFilterTypes ¶
func (o *EndpointUpdate) SetFilterTypes(v []string)
SetFilterTypes gets a reference to the given []string and assigns it to the FilterTypes field.
func (*EndpointUpdate) SetMetadata ¶
func (o *EndpointUpdate) SetMetadata(v map[string]string)
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*EndpointUpdate) SetRateLimit ¶
func (o *EndpointUpdate) SetRateLimit(v int32)
SetRateLimit gets a reference to the given NullableInt32 and assigns it to the RateLimit field.
func (*EndpointUpdate) SetRateLimitNil ¶
func (o *EndpointUpdate) SetRateLimitNil()
SetRateLimitNil sets the value for RateLimit to be an explicit nil
func (*EndpointUpdate) SetUid ¶
func (o *EndpointUpdate) SetUid(v string)
SetUid gets a reference to the given NullableString and assigns it to the Uid field.
func (*EndpointUpdate) SetUidNil ¶
func (o *EndpointUpdate) SetUidNil()
SetUidNil sets the value for Uid to be an explicit nil
func (*EndpointUpdate) SetVersion ¶
func (o *EndpointUpdate) SetVersion(v int32)
SetVersion sets field value
func (*EndpointUpdate) UnsetRateLimit ¶
func (o *EndpointUpdate) UnsetRateLimit()
UnsetRateLimit ensures that no value is present for RateLimit, not even an explicit nil
func (*EndpointUpdate) UnsetUid ¶
func (o *EndpointUpdate) UnsetUid()
UnsetUid ensures that no value is present for Uid, not even an explicit nil
type EndpointUpdatedEvent ¶
type EndpointUpdatedEvent struct { Data EndpointUpdatedEventData `json:"data"` Type *string `json:"type,omitempty"` }
EndpointUpdatedEvent Sent when an endpoint is updated.
func NewEndpointUpdatedEvent ¶
func NewEndpointUpdatedEvent(data EndpointUpdatedEventData) *EndpointUpdatedEvent
NewEndpointUpdatedEvent instantiates a new EndpointUpdatedEvent 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 NewEndpointUpdatedEventWithDefaults ¶
func NewEndpointUpdatedEventWithDefaults() *EndpointUpdatedEvent
NewEndpointUpdatedEventWithDefaults instantiates a new EndpointUpdatedEvent 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 (*EndpointUpdatedEvent) GetData ¶
func (o *EndpointUpdatedEvent) GetData() EndpointUpdatedEventData
GetData returns the Data field value
func (*EndpointUpdatedEvent) GetDataOk ¶
func (o *EndpointUpdatedEvent) GetDataOk() (*EndpointUpdatedEventData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*EndpointUpdatedEvent) GetType ¶
func (o *EndpointUpdatedEvent) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*EndpointUpdatedEvent) GetTypeOk ¶
func (o *EndpointUpdatedEvent) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointUpdatedEvent) HasType ¶
func (o *EndpointUpdatedEvent) HasType() bool
HasType returns a boolean if a field has been set.
func (EndpointUpdatedEvent) MarshalJSON ¶
func (o EndpointUpdatedEvent) MarshalJSON() ([]byte, error)
func (*EndpointUpdatedEvent) SetData ¶
func (o *EndpointUpdatedEvent) SetData(v EndpointUpdatedEventData)
SetData sets field value
func (*EndpointUpdatedEvent) SetType ¶
func (o *EndpointUpdatedEvent) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type EndpointUpdatedEventData ¶
type EndpointUpdatedEventData struct { AppId string `json:"appId"` // Optional unique identifier for the application AppUid NullableString `json:"appUid,omitempty"` EndpointId string `json:"endpointId"` // Optional unique identifier for the endpoint EndpointUid NullableString `json:"endpointUid,omitempty"` }
EndpointUpdatedEventData struct for EndpointUpdatedEventData
func NewEndpointUpdatedEventData ¶
func NewEndpointUpdatedEventData(appId string, endpointId string) *EndpointUpdatedEventData
NewEndpointUpdatedEventData instantiates a new EndpointUpdatedEventData 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 NewEndpointUpdatedEventDataWithDefaults ¶
func NewEndpointUpdatedEventDataWithDefaults() *EndpointUpdatedEventData
NewEndpointUpdatedEventDataWithDefaults instantiates a new EndpointUpdatedEventData 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 (*EndpointUpdatedEventData) GetAppId ¶
func (o *EndpointUpdatedEventData) GetAppId() string
GetAppId returns the AppId field value
func (*EndpointUpdatedEventData) GetAppIdOk ¶
func (o *EndpointUpdatedEventData) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*EndpointUpdatedEventData) GetAppUid ¶
func (o *EndpointUpdatedEventData) GetAppUid() string
GetAppUid returns the AppUid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointUpdatedEventData) GetAppUidOk ¶
func (o *EndpointUpdatedEventData) GetAppUidOk() (*string, bool)
GetAppUidOk returns a tuple with the AppUid 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 (*EndpointUpdatedEventData) GetEndpointId ¶
func (o *EndpointUpdatedEventData) GetEndpointId() string
GetEndpointId returns the EndpointId field value
func (*EndpointUpdatedEventData) GetEndpointIdOk ¶
func (o *EndpointUpdatedEventData) GetEndpointIdOk() (*string, bool)
GetEndpointIdOk returns a tuple with the EndpointId field value and a boolean to check if the value has been set.
func (*EndpointUpdatedEventData) GetEndpointUid ¶
func (o *EndpointUpdatedEventData) GetEndpointUid() string
GetEndpointUid returns the EndpointUid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EndpointUpdatedEventData) GetEndpointUidOk ¶
func (o *EndpointUpdatedEventData) GetEndpointUidOk() (*string, bool)
GetEndpointUidOk returns a tuple with the EndpointUid 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 (*EndpointUpdatedEventData) HasAppUid ¶
func (o *EndpointUpdatedEventData) HasAppUid() bool
HasAppUid returns a boolean if a field has been set.
func (*EndpointUpdatedEventData) HasEndpointUid ¶
func (o *EndpointUpdatedEventData) HasEndpointUid() bool
HasEndpointUid returns a boolean if a field has been set.
func (EndpointUpdatedEventData) MarshalJSON ¶
func (o EndpointUpdatedEventData) MarshalJSON() ([]byte, error)
func (*EndpointUpdatedEventData) SetAppId ¶
func (o *EndpointUpdatedEventData) SetAppId(v string)
SetAppId sets field value
func (*EndpointUpdatedEventData) SetAppUid ¶
func (o *EndpointUpdatedEventData) SetAppUid(v string)
SetAppUid gets a reference to the given NullableString and assigns it to the AppUid field.
func (*EndpointUpdatedEventData) SetAppUidNil ¶
func (o *EndpointUpdatedEventData) SetAppUidNil()
SetAppUidNil sets the value for AppUid to be an explicit nil
func (*EndpointUpdatedEventData) SetEndpointId ¶
func (o *EndpointUpdatedEventData) SetEndpointId(v string)
SetEndpointId sets field value
func (*EndpointUpdatedEventData) SetEndpointUid ¶
func (o *EndpointUpdatedEventData) SetEndpointUid(v string)
SetEndpointUid gets a reference to the given NullableString and assigns it to the EndpointUid field.
func (*EndpointUpdatedEventData) SetEndpointUidNil ¶
func (o *EndpointUpdatedEventData) SetEndpointUidNil()
SetEndpointUidNil sets the value for EndpointUid to be an explicit nil
func (*EndpointUpdatedEventData) UnsetAppUid ¶
func (o *EndpointUpdatedEventData) UnsetAppUid()
UnsetAppUid ensures that no value is present for AppUid, not even an explicit nil
func (*EndpointUpdatedEventData) UnsetEndpointUid ¶
func (o *EndpointUpdatedEventData) UnsetEndpointUid()
UnsetEndpointUid ensures that no value is present for EndpointUid, not even an explicit nil
type EnvironmentApiService ¶
type EnvironmentApiService service
EnvironmentApiService EnvironmentApi service
func (*EnvironmentApiService) ExportEnvironmentConfigurationApiV1EnvironmentExportPost ¶
func (a *EnvironmentApiService) ExportEnvironmentConfigurationApiV1EnvironmentExportPost(ctx _context.Context) ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest
* ExportEnvironmentConfigurationApiV1EnvironmentExportPost Export Environment Configuration * Download a JSON file containing all org-settings and event types * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest
func (*EnvironmentApiService) ExportEnvironmentConfigurationApiV1EnvironmentExportPostExecute ¶
func (a *EnvironmentApiService) ExportEnvironmentConfigurationApiV1EnvironmentExportPostExecute(r ApiExportEnvironmentConfigurationApiV1EnvironmentExportPostRequest) (EnvironmentOut, *_nethttp.Response, error)
* Execute executes the request * @return EnvironmentOut
func (*EnvironmentApiService) ImportEnvironmentConfigurationApiV1EnvironmentImportPost ¶
func (a *EnvironmentApiService) ImportEnvironmentConfigurationApiV1EnvironmentImportPost(ctx _context.Context) ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest
- ImportEnvironmentConfigurationApiV1EnvironmentImportPost Import Environment Configuration
- Import a configuration into the active organization.
It doesn't delete anything, only adds/updates what was passed to it.
- @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @return ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest
func (*EnvironmentApiService) ImportEnvironmentConfigurationApiV1EnvironmentImportPostExecute ¶
func (a *EnvironmentApiService) ImportEnvironmentConfigurationApiV1EnvironmentImportPostExecute(r ApiImportEnvironmentConfigurationApiV1EnvironmentImportPostRequest) (*_nethttp.Response, error)
* Execute executes the request
type EnvironmentIn ¶
type EnvironmentIn struct { CreatedAt time.Time `json:"createdAt"` EventTypes []EventTypeIn `json:"eventTypes,omitempty"` Settings *SettingsIn `json:"settings,omitempty"` Version int32 `json:"version"` }
EnvironmentIn struct for EnvironmentIn
func NewEnvironmentIn ¶
func NewEnvironmentIn(createdAt time.Time, version int32) *EnvironmentIn
NewEnvironmentIn instantiates a new EnvironmentIn 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 NewEnvironmentInWithDefaults ¶
func NewEnvironmentInWithDefaults() *EnvironmentIn
NewEnvironmentInWithDefaults instantiates a new EnvironmentIn 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 (*EnvironmentIn) GetCreatedAt ¶
func (o *EnvironmentIn) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*EnvironmentIn) GetCreatedAtOk ¶
func (o *EnvironmentIn) 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 (*EnvironmentIn) GetEventTypes ¶
func (o *EnvironmentIn) GetEventTypes() []EventTypeIn
GetEventTypes returns the EventTypes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EnvironmentIn) GetEventTypesOk ¶
func (o *EnvironmentIn) GetEventTypesOk() (*[]EventTypeIn, bool)
GetEventTypesOk returns a tuple with the EventTypes 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 (*EnvironmentIn) GetSettings ¶
func (o *EnvironmentIn) GetSettings() SettingsIn
GetSettings returns the Settings field value if set, zero value otherwise.
func (*EnvironmentIn) GetSettingsOk ¶
func (o *EnvironmentIn) GetSettingsOk() (*SettingsIn, bool)
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentIn) GetVersion ¶
func (o *EnvironmentIn) GetVersion() int32
GetVersion returns the Version field value
func (*EnvironmentIn) GetVersionOk ¶
func (o *EnvironmentIn) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*EnvironmentIn) HasEventTypes ¶
func (o *EnvironmentIn) HasEventTypes() bool
HasEventTypes returns a boolean if a field has been set.
func (*EnvironmentIn) HasSettings ¶
func (o *EnvironmentIn) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (EnvironmentIn) MarshalJSON ¶
func (o EnvironmentIn) MarshalJSON() ([]byte, error)
func (*EnvironmentIn) SetCreatedAt ¶
func (o *EnvironmentIn) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*EnvironmentIn) SetEventTypes ¶
func (o *EnvironmentIn) SetEventTypes(v []EventTypeIn)
SetEventTypes gets a reference to the given []EventTypeIn and assigns it to the EventTypes field.
func (*EnvironmentIn) SetSettings ¶
func (o *EnvironmentIn) SetSettings(v SettingsIn)
SetSettings gets a reference to the given SettingsIn and assigns it to the Settings field.
func (*EnvironmentIn) SetVersion ¶
func (o *EnvironmentIn) SetVersion(v int32)
SetVersion sets field value
type EnvironmentOut ¶
type EnvironmentOut struct { CreatedAt time.Time `json:"createdAt"` EventTypes []EventTypeOut `json:"eventTypes"` Settings *SettingsOut `json:"settings,omitempty"` Version *int32 `json:"version,omitempty"` }
EnvironmentOut struct for EnvironmentOut
func NewEnvironmentOut ¶
func NewEnvironmentOut(createdAt time.Time, eventTypes []EventTypeOut) *EnvironmentOut
NewEnvironmentOut instantiates a new EnvironmentOut 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 NewEnvironmentOutWithDefaults ¶
func NewEnvironmentOutWithDefaults() *EnvironmentOut
NewEnvironmentOutWithDefaults instantiates a new EnvironmentOut 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 (*EnvironmentOut) GetCreatedAt ¶
func (o *EnvironmentOut) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*EnvironmentOut) GetCreatedAtOk ¶
func (o *EnvironmentOut) 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 (*EnvironmentOut) GetEventTypes ¶
func (o *EnvironmentOut) GetEventTypes() []EventTypeOut
GetEventTypes returns the EventTypes field value
func (*EnvironmentOut) GetEventTypesOk ¶
func (o *EnvironmentOut) GetEventTypesOk() (*[]EventTypeOut, bool)
GetEventTypesOk returns a tuple with the EventTypes field value and a boolean to check if the value has been set.
func (*EnvironmentOut) GetSettings ¶
func (o *EnvironmentOut) GetSettings() SettingsOut
GetSettings returns the Settings field value if set, zero value otherwise.
func (*EnvironmentOut) GetSettingsOk ¶
func (o *EnvironmentOut) GetSettingsOk() (*SettingsOut, bool)
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentOut) GetVersion ¶
func (o *EnvironmentOut) GetVersion() int32
GetVersion returns the Version field value if set, zero value otherwise.
func (*EnvironmentOut) GetVersionOk ¶
func (o *EnvironmentOut) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentOut) HasSettings ¶
func (o *EnvironmentOut) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (*EnvironmentOut) HasVersion ¶
func (o *EnvironmentOut) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (EnvironmentOut) MarshalJSON ¶
func (o EnvironmentOut) MarshalJSON() ([]byte, error)
func (*EnvironmentOut) SetCreatedAt ¶
func (o *EnvironmentOut) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*EnvironmentOut) SetEventTypes ¶
func (o *EnvironmentOut) SetEventTypes(v []EventTypeOut)
SetEventTypes sets field value
func (*EnvironmentOut) SetSettings ¶
func (o *EnvironmentOut) SetSettings(v SettingsOut)
SetSettings gets a reference to the given SettingsOut and assigns it to the Settings field.
func (*EnvironmentOut) SetVersion ¶
func (o *EnvironmentOut) SetVersion(v int32)
SetVersion gets a reference to the given int32 and assigns it to the Version field.
type EnvironmentSettingsApiService ¶
type EnvironmentSettingsApiService service
EnvironmentSettingsApiService EnvironmentSettingsApi service
func (*EnvironmentSettingsApiService) GetOrgSettingsApiV1EnvironmentSettingsGet ¶
func (a *EnvironmentSettingsApiService) GetOrgSettingsApiV1EnvironmentSettingsGet(ctx _context.Context) ApiGetOrgSettingsApiV1EnvironmentSettingsGetRequest
* GetOrgSettingsApiV1EnvironmentSettingsGet Get Org Settings * Get the environment's settings * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGetOrgSettingsApiV1EnvironmentSettingsGetRequest
func (*EnvironmentSettingsApiService) GetOrgSettingsApiV1EnvironmentSettingsGetExecute ¶
func (a *EnvironmentSettingsApiService) GetOrgSettingsApiV1EnvironmentSettingsGetExecute(r ApiGetOrgSettingsApiV1EnvironmentSettingsGetRequest) (EnvironmentSettingsOut, *_nethttp.Response, error)
* Execute executes the request * @return EnvironmentSettingsOut
type EnvironmentSettingsOut ¶
type EnvironmentSettingsOut struct { ColorPaletteDark *CustomColorPalette `json:"colorPaletteDark,omitempty"` ColorPaletteLight *CustomColorPalette `json:"colorPaletteLight,omitempty"` CustomColor NullableString `json:"customColor,omitempty"` CustomFontFamily NullableString `json:"customFontFamily,omitempty"` CustomLogoUrl NullableString `json:"customLogoUrl,omitempty"` CustomThemeOverride *CustomThemeOverride `json:"customThemeOverride,omitempty"` EnableChannels *bool `json:"enableChannels,omitempty"` EnableIntegrationManagement *bool `json:"enableIntegrationManagement,omitempty"` EnableTransformations *bool `json:"enableTransformations,omitempty"` }
EnvironmentSettingsOut struct for EnvironmentSettingsOut
func NewEnvironmentSettingsOut ¶
func NewEnvironmentSettingsOut() *EnvironmentSettingsOut
NewEnvironmentSettingsOut instantiates a new EnvironmentSettingsOut 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 NewEnvironmentSettingsOutWithDefaults ¶
func NewEnvironmentSettingsOutWithDefaults() *EnvironmentSettingsOut
NewEnvironmentSettingsOutWithDefaults instantiates a new EnvironmentSettingsOut 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 (*EnvironmentSettingsOut) GetColorPaletteDark ¶
func (o *EnvironmentSettingsOut) GetColorPaletteDark() CustomColorPalette
GetColorPaletteDark returns the ColorPaletteDark field value if set, zero value otherwise.
func (*EnvironmentSettingsOut) GetColorPaletteDarkOk ¶
func (o *EnvironmentSettingsOut) GetColorPaletteDarkOk() (*CustomColorPalette, bool)
GetColorPaletteDarkOk returns a tuple with the ColorPaletteDark field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentSettingsOut) GetColorPaletteLight ¶
func (o *EnvironmentSettingsOut) GetColorPaletteLight() CustomColorPalette
GetColorPaletteLight returns the ColorPaletteLight field value if set, zero value otherwise.
func (*EnvironmentSettingsOut) GetColorPaletteLightOk ¶
func (o *EnvironmentSettingsOut) GetColorPaletteLightOk() (*CustomColorPalette, bool)
GetColorPaletteLightOk returns a tuple with the ColorPaletteLight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentSettingsOut) GetCustomColor ¶
func (o *EnvironmentSettingsOut) GetCustomColor() string
GetCustomColor returns the CustomColor field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EnvironmentSettingsOut) GetCustomColorOk ¶
func (o *EnvironmentSettingsOut) GetCustomColorOk() (*string, bool)
GetCustomColorOk returns a tuple with the CustomColor 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 (*EnvironmentSettingsOut) GetCustomFontFamily ¶
func (o *EnvironmentSettingsOut) GetCustomFontFamily() string
GetCustomFontFamily returns the CustomFontFamily field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EnvironmentSettingsOut) GetCustomFontFamilyOk ¶
func (o *EnvironmentSettingsOut) GetCustomFontFamilyOk() (*string, bool)
GetCustomFontFamilyOk returns a tuple with the CustomFontFamily 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 (*EnvironmentSettingsOut) GetCustomLogoUrl ¶
func (o *EnvironmentSettingsOut) GetCustomLogoUrl() string
GetCustomLogoUrl returns the CustomLogoUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EnvironmentSettingsOut) GetCustomLogoUrlOk ¶
func (o *EnvironmentSettingsOut) GetCustomLogoUrlOk() (*string, bool)
GetCustomLogoUrlOk returns a tuple with the CustomLogoUrl 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 (*EnvironmentSettingsOut) GetCustomThemeOverride ¶
func (o *EnvironmentSettingsOut) GetCustomThemeOverride() CustomThemeOverride
GetCustomThemeOverride returns the CustomThemeOverride field value if set, zero value otherwise.
func (*EnvironmentSettingsOut) GetCustomThemeOverrideOk ¶
func (o *EnvironmentSettingsOut) GetCustomThemeOverrideOk() (*CustomThemeOverride, bool)
GetCustomThemeOverrideOk returns a tuple with the CustomThemeOverride field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentSettingsOut) GetEnableChannels ¶
func (o *EnvironmentSettingsOut) GetEnableChannels() bool
GetEnableChannels returns the EnableChannels field value if set, zero value otherwise.
func (*EnvironmentSettingsOut) GetEnableChannelsOk ¶
func (o *EnvironmentSettingsOut) GetEnableChannelsOk() (*bool, bool)
GetEnableChannelsOk returns a tuple with the EnableChannels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentSettingsOut) GetEnableIntegrationManagement ¶
func (o *EnvironmentSettingsOut) GetEnableIntegrationManagement() bool
GetEnableIntegrationManagement returns the EnableIntegrationManagement field value if set, zero value otherwise.
func (*EnvironmentSettingsOut) GetEnableIntegrationManagementOk ¶
func (o *EnvironmentSettingsOut) GetEnableIntegrationManagementOk() (*bool, bool)
GetEnableIntegrationManagementOk returns a tuple with the EnableIntegrationManagement field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentSettingsOut) GetEnableTransformations ¶
func (o *EnvironmentSettingsOut) GetEnableTransformations() bool
GetEnableTransformations returns the EnableTransformations field value if set, zero value otherwise.
func (*EnvironmentSettingsOut) GetEnableTransformationsOk ¶
func (o *EnvironmentSettingsOut) GetEnableTransformationsOk() (*bool, bool)
GetEnableTransformationsOk returns a tuple with the EnableTransformations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentSettingsOut) HasColorPaletteDark ¶
func (o *EnvironmentSettingsOut) HasColorPaletteDark() bool
HasColorPaletteDark returns a boolean if a field has been set.
func (*EnvironmentSettingsOut) HasColorPaletteLight ¶
func (o *EnvironmentSettingsOut) HasColorPaletteLight() bool
HasColorPaletteLight returns a boolean if a field has been set.
func (*EnvironmentSettingsOut) HasCustomColor ¶
func (o *EnvironmentSettingsOut) HasCustomColor() bool
HasCustomColor returns a boolean if a field has been set.
func (*EnvironmentSettingsOut) HasCustomFontFamily ¶
func (o *EnvironmentSettingsOut) HasCustomFontFamily() bool
HasCustomFontFamily returns a boolean if a field has been set.
func (*EnvironmentSettingsOut) HasCustomLogoUrl ¶
func (o *EnvironmentSettingsOut) HasCustomLogoUrl() bool
HasCustomLogoUrl returns a boolean if a field has been set.
func (*EnvironmentSettingsOut) HasCustomThemeOverride ¶
func (o *EnvironmentSettingsOut) HasCustomThemeOverride() bool
HasCustomThemeOverride returns a boolean if a field has been set.
func (*EnvironmentSettingsOut) HasEnableChannels ¶
func (o *EnvironmentSettingsOut) HasEnableChannels() bool
HasEnableChannels returns a boolean if a field has been set.
func (*EnvironmentSettingsOut) HasEnableIntegrationManagement ¶
func (o *EnvironmentSettingsOut) HasEnableIntegrationManagement() bool
HasEnableIntegrationManagement returns a boolean if a field has been set.
func (*EnvironmentSettingsOut) HasEnableTransformations ¶
func (o *EnvironmentSettingsOut) HasEnableTransformations() bool
HasEnableTransformations returns a boolean if a field has been set.
func (EnvironmentSettingsOut) MarshalJSON ¶
func (o EnvironmentSettingsOut) MarshalJSON() ([]byte, error)
func (*EnvironmentSettingsOut) SetColorPaletteDark ¶
func (o *EnvironmentSettingsOut) SetColorPaletteDark(v CustomColorPalette)
SetColorPaletteDark gets a reference to the given CustomColorPalette and assigns it to the ColorPaletteDark field.
func (*EnvironmentSettingsOut) SetColorPaletteLight ¶
func (o *EnvironmentSettingsOut) SetColorPaletteLight(v CustomColorPalette)
SetColorPaletteLight gets a reference to the given CustomColorPalette and assigns it to the ColorPaletteLight field.
func (*EnvironmentSettingsOut) SetCustomColor ¶
func (o *EnvironmentSettingsOut) SetCustomColor(v string)
SetCustomColor gets a reference to the given NullableString and assigns it to the CustomColor field.
func (*EnvironmentSettingsOut) SetCustomColorNil ¶
func (o *EnvironmentSettingsOut) SetCustomColorNil()
SetCustomColorNil sets the value for CustomColor to be an explicit nil
func (*EnvironmentSettingsOut) SetCustomFontFamily ¶
func (o *EnvironmentSettingsOut) SetCustomFontFamily(v string)
SetCustomFontFamily gets a reference to the given NullableString and assigns it to the CustomFontFamily field.
func (*EnvironmentSettingsOut) SetCustomFontFamilyNil ¶
func (o *EnvironmentSettingsOut) SetCustomFontFamilyNil()
SetCustomFontFamilyNil sets the value for CustomFontFamily to be an explicit nil
func (*EnvironmentSettingsOut) SetCustomLogoUrl ¶
func (o *EnvironmentSettingsOut) SetCustomLogoUrl(v string)
SetCustomLogoUrl gets a reference to the given NullableString and assigns it to the CustomLogoUrl field.
func (*EnvironmentSettingsOut) SetCustomLogoUrlNil ¶
func (o *EnvironmentSettingsOut) SetCustomLogoUrlNil()
SetCustomLogoUrlNil sets the value for CustomLogoUrl to be an explicit nil
func (*EnvironmentSettingsOut) SetCustomThemeOverride ¶
func (o *EnvironmentSettingsOut) SetCustomThemeOverride(v CustomThemeOverride)
SetCustomThemeOverride gets a reference to the given CustomThemeOverride and assigns it to the CustomThemeOverride field.
func (*EnvironmentSettingsOut) SetEnableChannels ¶
func (o *EnvironmentSettingsOut) SetEnableChannels(v bool)
SetEnableChannels gets a reference to the given bool and assigns it to the EnableChannels field.
func (*EnvironmentSettingsOut) SetEnableIntegrationManagement ¶
func (o *EnvironmentSettingsOut) SetEnableIntegrationManagement(v bool)
SetEnableIntegrationManagement gets a reference to the given bool and assigns it to the EnableIntegrationManagement field.
func (*EnvironmentSettingsOut) SetEnableTransformations ¶
func (o *EnvironmentSettingsOut) SetEnableTransformations(v bool)
SetEnableTransformations gets a reference to the given bool and assigns it to the EnableTransformations field.
func (*EnvironmentSettingsOut) UnsetCustomColor ¶
func (o *EnvironmentSettingsOut) UnsetCustomColor()
UnsetCustomColor ensures that no value is present for CustomColor, not even an explicit nil
func (*EnvironmentSettingsOut) UnsetCustomFontFamily ¶
func (o *EnvironmentSettingsOut) UnsetCustomFontFamily()
UnsetCustomFontFamily ensures that no value is present for CustomFontFamily, not even an explicit nil
func (*EnvironmentSettingsOut) UnsetCustomLogoUrl ¶
func (o *EnvironmentSettingsOut) UnsetCustomLogoUrl()
UnsetCustomLogoUrl ensures that no value is present for CustomLogoUrl, not even an explicit nil
type EventExampleIn ¶
type EventExampleIn struct {
EventType string `json:"eventType"`
}
EventExampleIn struct for EventExampleIn
func NewEventExampleIn ¶
func NewEventExampleIn(eventType string) *EventExampleIn
NewEventExampleIn instantiates a new EventExampleIn 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 NewEventExampleInWithDefaults ¶
func NewEventExampleInWithDefaults() *EventExampleIn
NewEventExampleInWithDefaults instantiates a new EventExampleIn 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 (*EventExampleIn) GetEventType ¶
func (o *EventExampleIn) GetEventType() string
GetEventType returns the EventType field value
func (*EventExampleIn) GetEventTypeOk ¶
func (o *EventExampleIn) GetEventTypeOk() (*string, bool)
GetEventTypeOk returns a tuple with the EventType field value and a boolean to check if the value has been set.
func (EventExampleIn) MarshalJSON ¶
func (o EventExampleIn) MarshalJSON() ([]byte, error)
func (*EventExampleIn) SetEventType ¶
func (o *EventExampleIn) SetEventType(v string)
SetEventType sets field value
type EventTypeApiService ¶
type EventTypeApiService service
EventTypeApiService EventTypeApi service
func (*EventTypeApiService) CreateEventTypeApiV1EventTypePost ¶
func (a *EventTypeApiService) CreateEventTypeApiV1EventTypePost(ctx _context.Context) ApiCreateEventTypeApiV1EventTypePostRequest
- CreateEventTypeApiV1EventTypePost Create Event Type
- Create new or unarchive existing event type.
Unarchiving an event type will allow endpoints to filter on it and messages to be sent with it. Endpoints filtering on the event type before archival will continue to filter on it. This operation does not preserve the description and schemas.
- @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @return ApiCreateEventTypeApiV1EventTypePostRequest
func (*EventTypeApiService) CreateEventTypeApiV1EventTypePostExecute ¶
func (a *EventTypeApiService) CreateEventTypeApiV1EventTypePostExecute(r ApiCreateEventTypeApiV1EventTypePostRequest) (EventTypeOut, *_nethttp.Response, error)
* Execute executes the request * @return EventTypeOut
func (*EventTypeApiService) DeleteEventTypeApiV1EventTypeEventTypeNameDelete ¶
func (a *EventTypeApiService) DeleteEventTypeApiV1EventTypeEventTypeNameDelete(ctx _context.Context, eventTypeName string) ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest
- DeleteEventTypeApiV1EventTypeEventTypeNameDelete Archive Event Type
- Archive an event type.
Endpoints already configured to filter on an event type will continue to do so after archival. However, new messages can not be sent with it and endpoints can not filter on it. An event type can be unarchived with the [create operation](#operation/create_event_type_api_v1_event_type__post).
If `expunge=true` is set then the event type is deleted instead of archived. This can only be used in development environments.
- @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param eventTypeName
- @return ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest
func (*EventTypeApiService) DeleteEventTypeApiV1EventTypeEventTypeNameDeleteExecute ¶
func (a *EventTypeApiService) DeleteEventTypeApiV1EventTypeEventTypeNameDeleteExecute(r ApiDeleteEventTypeApiV1EventTypeEventTypeNameDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*EventTypeApiService) GenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePost ¶
func (a *EventTypeApiService) GenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePost(ctx _context.Context) ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest
* GenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePost Generate Schema Example * Generates a fake example from the given JSONSchema * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest
func (*EventTypeApiService) GenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostExecute ¶
func (a *EventTypeApiService) GenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostExecute(r ApiGenerateSchemaExampleApiV1EventTypeSchemaGenerateExamplePostRequest) (EventTypeExampleOut, *_nethttp.Response, error)
* Execute executes the request * @return EventTypeExampleOut
func (*EventTypeApiService) GetEventTypeApiV1EventTypeEventTypeNameGet ¶
func (a *EventTypeApiService) GetEventTypeApiV1EventTypeEventTypeNameGet(ctx _context.Context, eventTypeName string) ApiGetEventTypeApiV1EventTypeEventTypeNameGetRequest
* GetEventTypeApiV1EventTypeEventTypeNameGet Get Event Type * Get an event type. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param eventTypeName * @return ApiGetEventTypeApiV1EventTypeEventTypeNameGetRequest
func (*EventTypeApiService) GetEventTypeApiV1EventTypeEventTypeNameGetExecute ¶
func (a *EventTypeApiService) GetEventTypeApiV1EventTypeEventTypeNameGetExecute(r ApiGetEventTypeApiV1EventTypeEventTypeNameGetRequest) (EventTypeOut, *_nethttp.Response, error)
* Execute executes the request * @return EventTypeOut
func (*EventTypeApiService) ListEventTypesApiV1EventTypeGet ¶
func (a *EventTypeApiService) ListEventTypesApiV1EventTypeGet(ctx _context.Context) ApiListEventTypesApiV1EventTypeGetRequest
* ListEventTypesApiV1EventTypeGet List Event Types * Return the list of event types. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiListEventTypesApiV1EventTypeGetRequest
func (*EventTypeApiService) ListEventTypesApiV1EventTypeGetExecute ¶
func (a *EventTypeApiService) ListEventTypesApiV1EventTypeGetExecute(r ApiListEventTypesApiV1EventTypeGetRequest) (ListResponseEventTypeOut, *_nethttp.Response, error)
* Execute executes the request * @return ListResponseEventTypeOut
func (*EventTypeApiService) UpdateEventTypeApiV1EventTypeEventTypeNamePut ¶
func (a *EventTypeApiService) UpdateEventTypeApiV1EventTypeEventTypeNamePut(ctx _context.Context, eventTypeName string) ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest
* UpdateEventTypeApiV1EventTypeEventTypeNamePut Update Event Type * Update an event type. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param eventTypeName * @return ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest
func (*EventTypeApiService) UpdateEventTypeApiV1EventTypeEventTypeNamePutExecute ¶
func (a *EventTypeApiService) UpdateEventTypeApiV1EventTypeEventTypeNamePutExecute(r ApiUpdateEventTypeApiV1EventTypeEventTypeNamePutRequest) (EventTypeOut, *_nethttp.Response, error)
* Execute executes the request * @return EventTypeOut
type EventTypeExampleOut ¶
type EventTypeExampleOut struct {
Example map[string]interface{} `json:"example"`
}
EventTypeExampleOut struct for EventTypeExampleOut
func NewEventTypeExampleOut ¶
func NewEventTypeExampleOut(example map[string]interface{}) *EventTypeExampleOut
NewEventTypeExampleOut instantiates a new EventTypeExampleOut 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 NewEventTypeExampleOutWithDefaults ¶
func NewEventTypeExampleOutWithDefaults() *EventTypeExampleOut
NewEventTypeExampleOutWithDefaults instantiates a new EventTypeExampleOut 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 (*EventTypeExampleOut) GetExample ¶
func (o *EventTypeExampleOut) GetExample() map[string]interface{}
GetExample returns the Example field value
func (*EventTypeExampleOut) GetExampleOk ¶
func (o *EventTypeExampleOut) GetExampleOk() (*map[string]interface{}, bool)
GetExampleOk returns a tuple with the Example field value and a boolean to check if the value has been set.
func (EventTypeExampleOut) MarshalJSON ¶
func (o EventTypeExampleOut) MarshalJSON() ([]byte, error)
func (*EventTypeExampleOut) SetExample ¶
func (o *EventTypeExampleOut) SetExample(v map[string]interface{})
SetExample sets field value
type EventTypeIn ¶
type EventTypeIn struct { Archived *bool `json:"archived,omitempty"` Description string `json:"description"` FeatureFlag NullableString `json:"featureFlag,omitempty"` Name string `json:"name"` // The schema for the event type for a specific version as a JSON schema. Schemas map[string]map[string]interface{} `json:"schemas,omitempty"` }
EventTypeIn struct for EventTypeIn
func NewEventTypeIn ¶
func NewEventTypeIn(description string, name string) *EventTypeIn
NewEventTypeIn instantiates a new EventTypeIn 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 NewEventTypeInWithDefaults ¶
func NewEventTypeInWithDefaults() *EventTypeIn
NewEventTypeInWithDefaults instantiates a new EventTypeIn 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 (*EventTypeIn) GetArchived ¶
func (o *EventTypeIn) GetArchived() bool
GetArchived returns the Archived field value if set, zero value otherwise.
func (*EventTypeIn) GetArchivedOk ¶
func (o *EventTypeIn) GetArchivedOk() (*bool, bool)
GetArchivedOk returns a tuple with the Archived field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventTypeIn) GetDescription ¶
func (o *EventTypeIn) GetDescription() string
GetDescription returns the Description field value
func (*EventTypeIn) GetDescriptionOk ¶
func (o *EventTypeIn) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*EventTypeIn) GetFeatureFlag ¶
func (o *EventTypeIn) GetFeatureFlag() string
GetFeatureFlag returns the FeatureFlag field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EventTypeIn) GetFeatureFlagOk ¶
func (o *EventTypeIn) GetFeatureFlagOk() (*string, bool)
GetFeatureFlagOk returns a tuple with the FeatureFlag 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 (*EventTypeIn) GetName ¶
func (o *EventTypeIn) GetName() string
GetName returns the Name field value
func (*EventTypeIn) GetNameOk ¶
func (o *EventTypeIn) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*EventTypeIn) GetSchemas ¶
func (o *EventTypeIn) GetSchemas() map[string]map[string]interface{}
GetSchemas returns the Schemas field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EventTypeIn) GetSchemasOk ¶
func (o *EventTypeIn) GetSchemasOk() (*map[string]map[string]interface{}, bool)
GetSchemasOk returns a tuple with the Schemas 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 (*EventTypeIn) HasArchived ¶
func (o *EventTypeIn) HasArchived() bool
HasArchived returns a boolean if a field has been set.
func (*EventTypeIn) HasFeatureFlag ¶
func (o *EventTypeIn) HasFeatureFlag() bool
HasFeatureFlag returns a boolean if a field has been set.
func (*EventTypeIn) HasSchemas ¶
func (o *EventTypeIn) HasSchemas() bool
HasSchemas returns a boolean if a field has been set.
func (EventTypeIn) MarshalJSON ¶
func (o EventTypeIn) MarshalJSON() ([]byte, error)
func (*EventTypeIn) SetArchived ¶
func (o *EventTypeIn) SetArchived(v bool)
SetArchived gets a reference to the given bool and assigns it to the Archived field.
func (*EventTypeIn) SetDescription ¶
func (o *EventTypeIn) SetDescription(v string)
SetDescription sets field value
func (*EventTypeIn) SetFeatureFlag ¶
func (o *EventTypeIn) SetFeatureFlag(v string)
SetFeatureFlag gets a reference to the given NullableString and assigns it to the FeatureFlag field.
func (*EventTypeIn) SetFeatureFlagNil ¶
func (o *EventTypeIn) SetFeatureFlagNil()
SetFeatureFlagNil sets the value for FeatureFlag to be an explicit nil
func (*EventTypeIn) SetSchemas ¶
func (o *EventTypeIn) SetSchemas(v map[string]map[string]interface{})
SetSchemas gets a reference to the given map[string]map[string]interface{} and assigns it to the Schemas field.
func (*EventTypeIn) UnsetFeatureFlag ¶
func (o *EventTypeIn) UnsetFeatureFlag()
UnsetFeatureFlag ensures that no value is present for FeatureFlag, not even an explicit nil
type EventTypeOut ¶
type EventTypeOut struct { Archived *bool `json:"archived,omitempty"` CreatedAt time.Time `json:"createdAt"` Description string `json:"description"` FeatureFlag NullableString `json:"featureFlag,omitempty"` Name string `json:"name"` // The schema for the event type for a specific version as a JSON schema. Schemas map[string]map[string]interface{} `json:"schemas,omitempty"` UpdatedAt time.Time `json:"updatedAt"` }
EventTypeOut struct for EventTypeOut
func NewEventTypeOut ¶
func NewEventTypeOut(createdAt time.Time, description string, name string, updatedAt time.Time) *EventTypeOut
NewEventTypeOut instantiates a new EventTypeOut 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 NewEventTypeOutWithDefaults ¶
func NewEventTypeOutWithDefaults() *EventTypeOut
NewEventTypeOutWithDefaults instantiates a new EventTypeOut 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 (*EventTypeOut) GetArchived ¶
func (o *EventTypeOut) GetArchived() bool
GetArchived returns the Archived field value if set, zero value otherwise.
func (*EventTypeOut) GetArchivedOk ¶
func (o *EventTypeOut) GetArchivedOk() (*bool, bool)
GetArchivedOk returns a tuple with the Archived field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventTypeOut) GetCreatedAt ¶
func (o *EventTypeOut) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*EventTypeOut) GetCreatedAtOk ¶
func (o *EventTypeOut) 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 (*EventTypeOut) GetDescription ¶
func (o *EventTypeOut) GetDescription() string
GetDescription returns the Description field value
func (*EventTypeOut) GetDescriptionOk ¶
func (o *EventTypeOut) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*EventTypeOut) GetFeatureFlag ¶
func (o *EventTypeOut) GetFeatureFlag() string
GetFeatureFlag returns the FeatureFlag field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EventTypeOut) GetFeatureFlagOk ¶
func (o *EventTypeOut) GetFeatureFlagOk() (*string, bool)
GetFeatureFlagOk returns a tuple with the FeatureFlag 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 (*EventTypeOut) GetName ¶
func (o *EventTypeOut) GetName() string
GetName returns the Name field value
func (*EventTypeOut) GetNameOk ¶
func (o *EventTypeOut) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*EventTypeOut) GetSchemas ¶
func (o *EventTypeOut) GetSchemas() map[string]map[string]interface{}
GetSchemas returns the Schemas field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EventTypeOut) GetSchemasOk ¶
func (o *EventTypeOut) GetSchemasOk() (*map[string]map[string]interface{}, bool)
GetSchemasOk returns a tuple with the Schemas 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 (*EventTypeOut) GetUpdatedAt ¶
func (o *EventTypeOut) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*EventTypeOut) GetUpdatedAtOk ¶
func (o *EventTypeOut) 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 (*EventTypeOut) HasArchived ¶
func (o *EventTypeOut) HasArchived() bool
HasArchived returns a boolean if a field has been set.
func (*EventTypeOut) HasFeatureFlag ¶
func (o *EventTypeOut) HasFeatureFlag() bool
HasFeatureFlag returns a boolean if a field has been set.
func (*EventTypeOut) HasSchemas ¶
func (o *EventTypeOut) HasSchemas() bool
HasSchemas returns a boolean if a field has been set.
func (EventTypeOut) MarshalJSON ¶
func (o EventTypeOut) MarshalJSON() ([]byte, error)
func (*EventTypeOut) SetArchived ¶
func (o *EventTypeOut) SetArchived(v bool)
SetArchived gets a reference to the given bool and assigns it to the Archived field.
func (*EventTypeOut) SetCreatedAt ¶
func (o *EventTypeOut) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*EventTypeOut) SetDescription ¶
func (o *EventTypeOut) SetDescription(v string)
SetDescription sets field value
func (*EventTypeOut) SetFeatureFlag ¶
func (o *EventTypeOut) SetFeatureFlag(v string)
SetFeatureFlag gets a reference to the given NullableString and assigns it to the FeatureFlag field.
func (*EventTypeOut) SetFeatureFlagNil ¶
func (o *EventTypeOut) SetFeatureFlagNil()
SetFeatureFlagNil sets the value for FeatureFlag to be an explicit nil
func (*EventTypeOut) SetSchemas ¶
func (o *EventTypeOut) SetSchemas(v map[string]map[string]interface{})
SetSchemas gets a reference to the given map[string]map[string]interface{} and assigns it to the Schemas field.
func (*EventTypeOut) SetUpdatedAt ¶
func (o *EventTypeOut) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*EventTypeOut) UnsetFeatureFlag ¶
func (o *EventTypeOut) UnsetFeatureFlag()
UnsetFeatureFlag ensures that no value is present for FeatureFlag, not even an explicit nil
type EventTypeSchemaIn ¶
type EventTypeSchemaIn struct { // The schema for an event type Schema map[string]interface{} `json:"schema"` }
EventTypeSchemaIn struct for EventTypeSchemaIn
func NewEventTypeSchemaIn ¶
func NewEventTypeSchemaIn(schema map[string]interface{}) *EventTypeSchemaIn
NewEventTypeSchemaIn instantiates a new EventTypeSchemaIn 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 NewEventTypeSchemaInWithDefaults ¶
func NewEventTypeSchemaInWithDefaults() *EventTypeSchemaIn
NewEventTypeSchemaInWithDefaults instantiates a new EventTypeSchemaIn 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 (*EventTypeSchemaIn) GetSchema ¶
func (o *EventTypeSchemaIn) GetSchema() map[string]interface{}
GetSchema returns the Schema field value
func (*EventTypeSchemaIn) GetSchemaOk ¶
func (o *EventTypeSchemaIn) GetSchemaOk() (*map[string]interface{}, bool)
GetSchemaOk returns a tuple with the Schema field value and a boolean to check if the value has been set.
func (EventTypeSchemaIn) MarshalJSON ¶
func (o EventTypeSchemaIn) MarshalJSON() ([]byte, error)
func (*EventTypeSchemaIn) SetSchema ¶
func (o *EventTypeSchemaIn) SetSchema(v map[string]interface{})
SetSchema sets field value
type EventTypeUpdate ¶
type EventTypeUpdate struct { Archived *bool `json:"archived,omitempty"` Description string `json:"description"` FeatureFlag NullableString `json:"featureFlag,omitempty"` // The schema for the event type for a specific version as a JSON schema. Schemas map[string]map[string]interface{} `json:"schemas,omitempty"` }
EventTypeUpdate struct for EventTypeUpdate
func NewEventTypeUpdate ¶
func NewEventTypeUpdate(description string) *EventTypeUpdate
NewEventTypeUpdate instantiates a new EventTypeUpdate 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 NewEventTypeUpdateWithDefaults ¶
func NewEventTypeUpdateWithDefaults() *EventTypeUpdate
NewEventTypeUpdateWithDefaults instantiates a new EventTypeUpdate 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 (*EventTypeUpdate) GetArchived ¶
func (o *EventTypeUpdate) GetArchived() bool
GetArchived returns the Archived field value if set, zero value otherwise.
func (*EventTypeUpdate) GetArchivedOk ¶
func (o *EventTypeUpdate) GetArchivedOk() (*bool, bool)
GetArchivedOk returns a tuple with the Archived field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventTypeUpdate) GetDescription ¶
func (o *EventTypeUpdate) GetDescription() string
GetDescription returns the Description field value
func (*EventTypeUpdate) GetDescriptionOk ¶
func (o *EventTypeUpdate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*EventTypeUpdate) GetFeatureFlag ¶
func (o *EventTypeUpdate) GetFeatureFlag() string
GetFeatureFlag returns the FeatureFlag field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EventTypeUpdate) GetFeatureFlagOk ¶
func (o *EventTypeUpdate) GetFeatureFlagOk() (*string, bool)
GetFeatureFlagOk returns a tuple with the FeatureFlag 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 (*EventTypeUpdate) GetSchemas ¶
func (o *EventTypeUpdate) GetSchemas() map[string]map[string]interface{}
GetSchemas returns the Schemas field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EventTypeUpdate) GetSchemasOk ¶
func (o *EventTypeUpdate) GetSchemasOk() (*map[string]map[string]interface{}, bool)
GetSchemasOk returns a tuple with the Schemas 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 (*EventTypeUpdate) HasArchived ¶
func (o *EventTypeUpdate) HasArchived() bool
HasArchived returns a boolean if a field has been set.
func (*EventTypeUpdate) HasFeatureFlag ¶
func (o *EventTypeUpdate) HasFeatureFlag() bool
HasFeatureFlag returns a boolean if a field has been set.
func (*EventTypeUpdate) HasSchemas ¶
func (o *EventTypeUpdate) HasSchemas() bool
HasSchemas returns a boolean if a field has been set.
func (EventTypeUpdate) MarshalJSON ¶
func (o EventTypeUpdate) MarshalJSON() ([]byte, error)
func (*EventTypeUpdate) SetArchived ¶
func (o *EventTypeUpdate) SetArchived(v bool)
SetArchived gets a reference to the given bool and assigns it to the Archived field.
func (*EventTypeUpdate) SetDescription ¶
func (o *EventTypeUpdate) SetDescription(v string)
SetDescription sets field value
func (*EventTypeUpdate) SetFeatureFlag ¶
func (o *EventTypeUpdate) SetFeatureFlag(v string)
SetFeatureFlag gets a reference to the given NullableString and assigns it to the FeatureFlag field.
func (*EventTypeUpdate) SetFeatureFlagNil ¶
func (o *EventTypeUpdate) SetFeatureFlagNil()
SetFeatureFlagNil sets the value for FeatureFlag to be an explicit nil
func (*EventTypeUpdate) SetSchemas ¶
func (o *EventTypeUpdate) SetSchemas(v map[string]map[string]interface{})
SetSchemas gets a reference to the given map[string]map[string]interface{} and assigns it to the Schemas field.
func (*EventTypeUpdate) UnsetFeatureFlag ¶
func (o *EventTypeUpdate) UnsetFeatureFlag()
UnsetFeatureFlag ensures that no value is present for FeatureFlag, not even an explicit nil
type FontSizeConfig ¶
type FontSizeConfig struct {
Base NullableInt32 `json:"base,omitempty"`
}
FontSizeConfig struct for FontSizeConfig
func NewFontSizeConfig ¶
func NewFontSizeConfig() *FontSizeConfig
NewFontSizeConfig instantiates a new FontSizeConfig 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 NewFontSizeConfigWithDefaults ¶
func NewFontSizeConfigWithDefaults() *FontSizeConfig
NewFontSizeConfigWithDefaults instantiates a new FontSizeConfig 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 (*FontSizeConfig) GetBase ¶
func (o *FontSizeConfig) GetBase() int32
GetBase returns the Base field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FontSizeConfig) GetBaseOk ¶
func (o *FontSizeConfig) GetBaseOk() (*int32, bool)
GetBaseOk returns a tuple with the Base 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 (*FontSizeConfig) HasBase ¶
func (o *FontSizeConfig) HasBase() bool
HasBase returns a boolean if a field has been set.
func (FontSizeConfig) MarshalJSON ¶
func (o FontSizeConfig) MarshalJSON() ([]byte, error)
func (*FontSizeConfig) SetBase ¶
func (o *FontSizeConfig) SetBase(v int32)
SetBase gets a reference to the given NullableInt32 and assigns it to the Base field.
func (*FontSizeConfig) SetBaseNil ¶
func (o *FontSizeConfig) SetBaseNil()
SetBaseNil sets the value for Base to be an explicit nil
func (*FontSizeConfig) UnsetBase ¶
func (o *FontSizeConfig) UnsetBase()
UnsetBase ensures that no value is present for Base, not even an explicit nil
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 HTTPValidationError ¶
type HTTPValidationError struct {
Detail *[]ValidationError `json:"detail,omitempty"`
}
HTTPValidationError struct for HTTPValidationError
func NewHTTPValidationError ¶
func NewHTTPValidationError() *HTTPValidationError
NewHTTPValidationError instantiates a new HTTPValidationError 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 NewHTTPValidationErrorWithDefaults ¶
func NewHTTPValidationErrorWithDefaults() *HTTPValidationError
NewHTTPValidationErrorWithDefaults instantiates a new HTTPValidationError 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 (*HTTPValidationError) GetDetail ¶
func (o *HTTPValidationError) GetDetail() []ValidationError
GetDetail returns the Detail field value if set, zero value otherwise.
func (*HTTPValidationError) GetDetailOk ¶
func (o *HTTPValidationError) GetDetailOk() (*[]ValidationError, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HTTPValidationError) HasDetail ¶
func (o *HTTPValidationError) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (HTTPValidationError) MarshalJSON ¶
func (o HTTPValidationError) MarshalJSON() ([]byte, error)
func (*HTTPValidationError) SetDetail ¶
func (o *HTTPValidationError) SetDetail(v []ValidationError)
SetDetail gets a reference to the given []ValidationError and assigns it to the Detail field.
type HealthApiService ¶
type HealthApiService service
HealthApiService HealthApi service
func (*HealthApiService) HealthApiV1HealthGet ¶
func (a *HealthApiService) HealthApiV1HealthGet(ctx _context.Context) ApiHealthApiV1HealthGetRequest
* HealthApiV1HealthGet Health * Verify the API server is up and running. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ApiHealthApiV1HealthGetRequest
func (*HealthApiService) HealthApiV1HealthGetExecute ¶
func (a *HealthApiService) HealthApiV1HealthGetExecute(r ApiHealthApiV1HealthGetRequest) (*_nethttp.Response, error)
* Execute executes the request
type HttpErrorOut ¶
HttpErrorOut struct for HttpErrorOut
func NewHttpErrorOut ¶
func NewHttpErrorOut(code string, detail string) *HttpErrorOut
NewHttpErrorOut instantiates a new HttpErrorOut 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 NewHttpErrorOutWithDefaults ¶
func NewHttpErrorOutWithDefaults() *HttpErrorOut
NewHttpErrorOutWithDefaults instantiates a new HttpErrorOut 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 (*HttpErrorOut) GetCode ¶
func (o *HttpErrorOut) GetCode() string
GetCode returns the Code field value
func (*HttpErrorOut) GetCodeOk ¶
func (o *HttpErrorOut) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*HttpErrorOut) GetDetail ¶
func (o *HttpErrorOut) GetDetail() string
GetDetail returns the Detail field value
func (*HttpErrorOut) GetDetailOk ¶
func (o *HttpErrorOut) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value and a boolean to check if the value has been set.
func (HttpErrorOut) MarshalJSON ¶
func (o HttpErrorOut) MarshalJSON() ([]byte, error)
func (*HttpErrorOut) SetDetail ¶
func (o *HttpErrorOut) SetDetail(v string)
SetDetail sets field value
type IntegrationApiService ¶
type IntegrationApiService service
IntegrationApiService IntegrationApi service
func (*IntegrationApiService) CreateIntegrationApiV1AppAppIdIntegrationPost ¶
func (a *IntegrationApiService) CreateIntegrationApiV1AppAppIdIntegrationPost(ctx _context.Context, appId string) ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest
* CreateIntegrationApiV1AppAppIdIntegrationPost Create Integration * Create an integration. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @return ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest
func (*IntegrationApiService) CreateIntegrationApiV1AppAppIdIntegrationPostExecute ¶
func (a *IntegrationApiService) CreateIntegrationApiV1AppAppIdIntegrationPostExecute(r ApiCreateIntegrationApiV1AppAppIdIntegrationPostRequest) (IntegrationOut, *_nethttp.Response, error)
* Execute executes the request * @return IntegrationOut
func (*IntegrationApiService) DeleteIntegrationApiV1AppAppIdIntegrationIntegIdDelete ¶
func (a *IntegrationApiService) DeleteIntegrationApiV1AppAppIdIntegrationIntegIdDelete(ctx _context.Context, integId string, appId string) ApiDeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteRequest
* DeleteIntegrationApiV1AppAppIdIntegrationIntegIdDelete Delete Integration * Delete an integration and revoke it's key. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param integId * @param appId * @return ApiDeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteRequest
func (*IntegrationApiService) DeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteExecute ¶
func (a *IntegrationApiService) DeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteExecute(r ApiDeleteIntegrationApiV1AppAppIdIntegrationIntegIdDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*IntegrationApiService) GetIntegrationApiV1AppAppIdIntegrationIntegIdGet ¶
func (a *IntegrationApiService) GetIntegrationApiV1AppAppIdIntegrationIntegIdGet(ctx _context.Context, integId string, appId string) ApiGetIntegrationApiV1AppAppIdIntegrationIntegIdGetRequest
* GetIntegrationApiV1AppAppIdIntegrationIntegIdGet Get Integration * Get an integration. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param integId * @param appId * @return ApiGetIntegrationApiV1AppAppIdIntegrationIntegIdGetRequest
func (*IntegrationApiService) GetIntegrationApiV1AppAppIdIntegrationIntegIdGetExecute ¶
func (a *IntegrationApiService) GetIntegrationApiV1AppAppIdIntegrationIntegIdGetExecute(r ApiGetIntegrationApiV1AppAppIdIntegrationIntegIdGetRequest) (IntegrationOut, *_nethttp.Response, error)
* Execute executes the request * @return IntegrationOut
func (*IntegrationApiService) GetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGet ¶
func (a *IntegrationApiService) GetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGet(ctx _context.Context, integId string, appId string) ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest
* GetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGet Get Integration Key * Get an integration's key. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param integId * @param appId * @return ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest
func (*IntegrationApiService) GetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetExecute ¶
func (a *IntegrationApiService) GetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetExecute(r ApiGetIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyGetRequest) (IntegrationKeyOut, *_nethttp.Response, error)
* Execute executes the request * @return IntegrationKeyOut
func (*IntegrationApiService) ListIntegrationsApiV1AppAppIdIntegrationGet ¶
func (a *IntegrationApiService) ListIntegrationsApiV1AppAppIdIntegrationGet(ctx _context.Context, appId string) ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest
* ListIntegrationsApiV1AppAppIdIntegrationGet List Integrations * List the application's integrations. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @return ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest
func (*IntegrationApiService) ListIntegrationsApiV1AppAppIdIntegrationGetExecute ¶
func (a *IntegrationApiService) ListIntegrationsApiV1AppAppIdIntegrationGetExecute(r ApiListIntegrationsApiV1AppAppIdIntegrationGetRequest) (ListResponseIntegrationOut, *_nethttp.Response, error)
* Execute executes the request * @return ListResponseIntegrationOut
func (*IntegrationApiService) RotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePost ¶
func (a *IntegrationApiService) RotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePost(ctx _context.Context, integId string, appId string) ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest
* RotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePost Rotate Integration Key * Rotate the integration's key. The previous key will be immediately revoked. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param integId * @param appId * @return ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest
func (*IntegrationApiService) RotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostExecute ¶
func (a *IntegrationApiService) RotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostExecute(r ApiRotateIntegrationKeyApiV1AppAppIdIntegrationIntegIdKeyRotatePostRequest) (IntegrationKeyOut, *_nethttp.Response, error)
* Execute executes the request * @return IntegrationKeyOut
func (*IntegrationApiService) UpdateIntegrationApiV1AppAppIdIntegrationIntegIdPut ¶
func (a *IntegrationApiService) UpdateIntegrationApiV1AppAppIdIntegrationIntegIdPut(ctx _context.Context, integId string, appId string) ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest
* UpdateIntegrationApiV1AppAppIdIntegrationIntegIdPut Update Integration * Update an integration. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param integId * @param appId * @return ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest
func (*IntegrationApiService) UpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutExecute ¶
func (a *IntegrationApiService) UpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutExecute(r ApiUpdateIntegrationApiV1AppAppIdIntegrationIntegIdPutRequest) (IntegrationOut, *_nethttp.Response, error)
* Execute executes the request * @return IntegrationOut
type IntegrationIn ¶
type IntegrationIn struct {
Name string `json:"name"`
}
IntegrationIn struct for IntegrationIn
func NewIntegrationIn ¶
func NewIntegrationIn(name string) *IntegrationIn
NewIntegrationIn instantiates a new IntegrationIn 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 NewIntegrationInWithDefaults ¶
func NewIntegrationInWithDefaults() *IntegrationIn
NewIntegrationInWithDefaults instantiates a new IntegrationIn 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 (*IntegrationIn) GetName ¶
func (o *IntegrationIn) GetName() string
GetName returns the Name field value
func (*IntegrationIn) GetNameOk ¶
func (o *IntegrationIn) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (IntegrationIn) MarshalJSON ¶
func (o IntegrationIn) MarshalJSON() ([]byte, error)
type IntegrationKeyOut ¶
type IntegrationKeyOut struct {
Key string `json:"key"`
}
IntegrationKeyOut struct for IntegrationKeyOut
func NewIntegrationKeyOut ¶
func NewIntegrationKeyOut(key string) *IntegrationKeyOut
NewIntegrationKeyOut instantiates a new IntegrationKeyOut 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 NewIntegrationKeyOutWithDefaults ¶
func NewIntegrationKeyOutWithDefaults() *IntegrationKeyOut
NewIntegrationKeyOutWithDefaults instantiates a new IntegrationKeyOut 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 (*IntegrationKeyOut) GetKey ¶
func (o *IntegrationKeyOut) GetKey() string
GetKey returns the Key field value
func (*IntegrationKeyOut) GetKeyOk ¶
func (o *IntegrationKeyOut) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (IntegrationKeyOut) MarshalJSON ¶
func (o IntegrationKeyOut) MarshalJSON() ([]byte, error)
func (*IntegrationKeyOut) SetKey ¶
func (o *IntegrationKeyOut) SetKey(v string)
SetKey sets field value
type IntegrationOut ¶
type IntegrationOut struct { CreatedAt time.Time `json:"createdAt"` Id string `json:"id"` Name string `json:"name"` UpdatedAt time.Time `json:"updatedAt"` }
IntegrationOut struct for IntegrationOut
func NewIntegrationOut ¶
func NewIntegrationOut(createdAt time.Time, id string, name string, updatedAt time.Time) *IntegrationOut
NewIntegrationOut instantiates a new IntegrationOut 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 NewIntegrationOutWithDefaults ¶
func NewIntegrationOutWithDefaults() *IntegrationOut
NewIntegrationOutWithDefaults instantiates a new IntegrationOut 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 (*IntegrationOut) GetCreatedAt ¶
func (o *IntegrationOut) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*IntegrationOut) GetCreatedAtOk ¶
func (o *IntegrationOut) 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 (*IntegrationOut) GetId ¶
func (o *IntegrationOut) GetId() string
GetId returns the Id field value
func (*IntegrationOut) GetIdOk ¶
func (o *IntegrationOut) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*IntegrationOut) GetName ¶
func (o *IntegrationOut) GetName() string
GetName returns the Name field value
func (*IntegrationOut) GetNameOk ¶
func (o *IntegrationOut) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IntegrationOut) GetUpdatedAt ¶
func (o *IntegrationOut) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*IntegrationOut) GetUpdatedAtOk ¶
func (o *IntegrationOut) 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 (IntegrationOut) MarshalJSON ¶
func (o IntegrationOut) MarshalJSON() ([]byte, error)
func (*IntegrationOut) SetCreatedAt ¶
func (o *IntegrationOut) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*IntegrationOut) SetName ¶
func (o *IntegrationOut) SetName(v string)
SetName sets field value
func (*IntegrationOut) SetUpdatedAt ¶
func (o *IntegrationOut) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
type IntegrationUpdate ¶
type IntegrationUpdate struct {
Name string `json:"name"`
}
IntegrationUpdate struct for IntegrationUpdate
func NewIntegrationUpdate ¶
func NewIntegrationUpdate(name string) *IntegrationUpdate
NewIntegrationUpdate instantiates a new IntegrationUpdate 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 NewIntegrationUpdateWithDefaults ¶
func NewIntegrationUpdateWithDefaults() *IntegrationUpdate
NewIntegrationUpdateWithDefaults instantiates a new IntegrationUpdate 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 (*IntegrationUpdate) GetName ¶
func (o *IntegrationUpdate) GetName() string
GetName returns the Name field value
func (*IntegrationUpdate) GetNameOk ¶
func (o *IntegrationUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (IntegrationUpdate) MarshalJSON ¶
func (o IntegrationUpdate) MarshalJSON() ([]byte, error)
func (*IntegrationUpdate) SetName ¶
func (o *IntegrationUpdate) SetName(v string)
SetName sets field value
type ListResponseApplicationOut ¶
type ListResponseApplicationOut struct { Data []ApplicationOut `json:"data"` Done bool `json:"done"` Iterator NullableString `json:"iterator,omitempty"` }
ListResponseApplicationOut struct for ListResponseApplicationOut
func NewListResponseApplicationOut ¶
func NewListResponseApplicationOut(data []ApplicationOut, done bool) *ListResponseApplicationOut
NewListResponseApplicationOut instantiates a new ListResponseApplicationOut 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 NewListResponseApplicationOutWithDefaults ¶
func NewListResponseApplicationOutWithDefaults() *ListResponseApplicationOut
NewListResponseApplicationOutWithDefaults instantiates a new ListResponseApplicationOut 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 (*ListResponseApplicationOut) GetData ¶
func (o *ListResponseApplicationOut) GetData() []ApplicationOut
GetData returns the Data field value
func (*ListResponseApplicationOut) GetDataOk ¶
func (o *ListResponseApplicationOut) GetDataOk() (*[]ApplicationOut, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListResponseApplicationOut) GetDone ¶
func (o *ListResponseApplicationOut) GetDone() bool
GetDone returns the Done field value
func (*ListResponseApplicationOut) GetDoneOk ¶
func (o *ListResponseApplicationOut) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field value and a boolean to check if the value has been set.
func (*ListResponseApplicationOut) GetIterator ¶
func (o *ListResponseApplicationOut) GetIterator() string
GetIterator returns the Iterator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListResponseApplicationOut) GetIteratorOk ¶
func (o *ListResponseApplicationOut) GetIteratorOk() (*string, bool)
GetIteratorOk returns a tuple with the Iterator 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 (*ListResponseApplicationOut) HasIterator ¶
func (o *ListResponseApplicationOut) HasIterator() bool
HasIterator returns a boolean if a field has been set.
func (ListResponseApplicationOut) MarshalJSON ¶
func (o ListResponseApplicationOut) MarshalJSON() ([]byte, error)
func (*ListResponseApplicationOut) SetData ¶
func (o *ListResponseApplicationOut) SetData(v []ApplicationOut)
SetData sets field value
func (*ListResponseApplicationOut) SetDone ¶
func (o *ListResponseApplicationOut) SetDone(v bool)
SetDone sets field value
func (*ListResponseApplicationOut) SetIterator ¶
func (o *ListResponseApplicationOut) SetIterator(v string)
SetIterator gets a reference to the given NullableString and assigns it to the Iterator field.
func (*ListResponseApplicationOut) SetIteratorNil ¶
func (o *ListResponseApplicationOut) SetIteratorNil()
SetIteratorNil sets the value for Iterator to be an explicit nil
func (*ListResponseApplicationOut) UnsetIterator ¶
func (o *ListResponseApplicationOut) UnsetIterator()
UnsetIterator ensures that no value is present for Iterator, not even an explicit nil
type ListResponseApplicationStats ¶
type ListResponseApplicationStats struct { Data []ApplicationStats `json:"data"` Done bool `json:"done"` Iterator NullableString `json:"iterator,omitempty"` }
ListResponseApplicationStats struct for ListResponseApplicationStats
func NewListResponseApplicationStats ¶
func NewListResponseApplicationStats(data []ApplicationStats, done bool) *ListResponseApplicationStats
NewListResponseApplicationStats instantiates a new ListResponseApplicationStats 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 NewListResponseApplicationStatsWithDefaults ¶
func NewListResponseApplicationStatsWithDefaults() *ListResponseApplicationStats
NewListResponseApplicationStatsWithDefaults instantiates a new ListResponseApplicationStats 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 (*ListResponseApplicationStats) GetData ¶
func (o *ListResponseApplicationStats) GetData() []ApplicationStats
GetData returns the Data field value
func (*ListResponseApplicationStats) GetDataOk ¶
func (o *ListResponseApplicationStats) GetDataOk() (*[]ApplicationStats, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListResponseApplicationStats) GetDone ¶
func (o *ListResponseApplicationStats) GetDone() bool
GetDone returns the Done field value
func (*ListResponseApplicationStats) GetDoneOk ¶
func (o *ListResponseApplicationStats) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field value and a boolean to check if the value has been set.
func (*ListResponseApplicationStats) GetIterator ¶
func (o *ListResponseApplicationStats) GetIterator() string
GetIterator returns the Iterator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListResponseApplicationStats) GetIteratorOk ¶
func (o *ListResponseApplicationStats) GetIteratorOk() (*string, bool)
GetIteratorOk returns a tuple with the Iterator 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 (*ListResponseApplicationStats) HasIterator ¶
func (o *ListResponseApplicationStats) HasIterator() bool
HasIterator returns a boolean if a field has been set.
func (ListResponseApplicationStats) MarshalJSON ¶
func (o ListResponseApplicationStats) MarshalJSON() ([]byte, error)
func (*ListResponseApplicationStats) SetData ¶
func (o *ListResponseApplicationStats) SetData(v []ApplicationStats)
SetData sets field value
func (*ListResponseApplicationStats) SetDone ¶
func (o *ListResponseApplicationStats) SetDone(v bool)
SetDone sets field value
func (*ListResponseApplicationStats) SetIterator ¶
func (o *ListResponseApplicationStats) SetIterator(v string)
SetIterator gets a reference to the given NullableString and assigns it to the Iterator field.
func (*ListResponseApplicationStats) SetIteratorNil ¶
func (o *ListResponseApplicationStats) SetIteratorNil()
SetIteratorNil sets the value for Iterator to be an explicit nil
func (*ListResponseApplicationStats) UnsetIterator ¶
func (o *ListResponseApplicationStats) UnsetIterator()
UnsetIterator ensures that no value is present for Iterator, not even an explicit nil
type ListResponseDoubleEndpointMessageOut ¶
type ListResponseDoubleEndpointMessageOut struct { Data []EndpointMessageOut `json:"data"` Done bool `json:"done"` Iterator *string `json:"iterator,omitempty"` PrevIterator *string `json:"prevIterator,omitempty"` }
ListResponseDoubleEndpointMessageOut struct for ListResponseDoubleEndpointMessageOut
func NewListResponseDoubleEndpointMessageOut ¶
func NewListResponseDoubleEndpointMessageOut(data []EndpointMessageOut, done bool) *ListResponseDoubleEndpointMessageOut
NewListResponseDoubleEndpointMessageOut instantiates a new ListResponseDoubleEndpointMessageOut 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 NewListResponseDoubleEndpointMessageOutWithDefaults ¶
func NewListResponseDoubleEndpointMessageOutWithDefaults() *ListResponseDoubleEndpointMessageOut
NewListResponseDoubleEndpointMessageOutWithDefaults instantiates a new ListResponseDoubleEndpointMessageOut 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 (*ListResponseDoubleEndpointMessageOut) GetData ¶
func (o *ListResponseDoubleEndpointMessageOut) GetData() []EndpointMessageOut
GetData returns the Data field value
func (*ListResponseDoubleEndpointMessageOut) GetDataOk ¶
func (o *ListResponseDoubleEndpointMessageOut) GetDataOk() (*[]EndpointMessageOut, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListResponseDoubleEndpointMessageOut) GetDone ¶
func (o *ListResponseDoubleEndpointMessageOut) GetDone() bool
GetDone returns the Done field value
func (*ListResponseDoubleEndpointMessageOut) GetDoneOk ¶
func (o *ListResponseDoubleEndpointMessageOut) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field value and a boolean to check if the value has been set.
func (*ListResponseDoubleEndpointMessageOut) GetIterator ¶
func (o *ListResponseDoubleEndpointMessageOut) GetIterator() string
GetIterator returns the Iterator field value if set, zero value otherwise.
func (*ListResponseDoubleEndpointMessageOut) GetIteratorOk ¶
func (o *ListResponseDoubleEndpointMessageOut) GetIteratorOk() (*string, bool)
GetIteratorOk returns a tuple with the Iterator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListResponseDoubleEndpointMessageOut) GetPrevIterator ¶
func (o *ListResponseDoubleEndpointMessageOut) GetPrevIterator() string
GetPrevIterator returns the PrevIterator field value if set, zero value otherwise.
func (*ListResponseDoubleEndpointMessageOut) GetPrevIteratorOk ¶
func (o *ListResponseDoubleEndpointMessageOut) GetPrevIteratorOk() (*string, bool)
GetPrevIteratorOk returns a tuple with the PrevIterator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListResponseDoubleEndpointMessageOut) HasIterator ¶
func (o *ListResponseDoubleEndpointMessageOut) HasIterator() bool
HasIterator returns a boolean if a field has been set.
func (*ListResponseDoubleEndpointMessageOut) HasPrevIterator ¶
func (o *ListResponseDoubleEndpointMessageOut) HasPrevIterator() bool
HasPrevIterator returns a boolean if a field has been set.
func (ListResponseDoubleEndpointMessageOut) MarshalJSON ¶
func (o ListResponseDoubleEndpointMessageOut) MarshalJSON() ([]byte, error)
func (*ListResponseDoubleEndpointMessageOut) SetData ¶
func (o *ListResponseDoubleEndpointMessageOut) SetData(v []EndpointMessageOut)
SetData sets field value
func (*ListResponseDoubleEndpointMessageOut) SetDone ¶
func (o *ListResponseDoubleEndpointMessageOut) SetDone(v bool)
SetDone sets field value
func (*ListResponseDoubleEndpointMessageOut) SetIterator ¶
func (o *ListResponseDoubleEndpointMessageOut) SetIterator(v string)
SetIterator gets a reference to the given string and assigns it to the Iterator field.
func (*ListResponseDoubleEndpointMessageOut) SetPrevIterator ¶
func (o *ListResponseDoubleEndpointMessageOut) SetPrevIterator(v string)
SetPrevIterator gets a reference to the given string and assigns it to the PrevIterator field.
type ListResponseDoubleMessageAttemptEndpointOut ¶
type ListResponseDoubleMessageAttemptEndpointOut struct { Data []MessageAttemptEndpointOut `json:"data"` Done bool `json:"done"` Iterator *string `json:"iterator,omitempty"` PrevIterator *string `json:"prevIterator,omitempty"` }
ListResponseDoubleMessageAttemptEndpointOut struct for ListResponseDoubleMessageAttemptEndpointOut
func NewListResponseDoubleMessageAttemptEndpointOut ¶
func NewListResponseDoubleMessageAttemptEndpointOut(data []MessageAttemptEndpointOut, done bool) *ListResponseDoubleMessageAttemptEndpointOut
NewListResponseDoubleMessageAttemptEndpointOut instantiates a new ListResponseDoubleMessageAttemptEndpointOut 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 NewListResponseDoubleMessageAttemptEndpointOutWithDefaults ¶
func NewListResponseDoubleMessageAttemptEndpointOutWithDefaults() *ListResponseDoubleMessageAttemptEndpointOut
NewListResponseDoubleMessageAttemptEndpointOutWithDefaults instantiates a new ListResponseDoubleMessageAttemptEndpointOut 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 (*ListResponseDoubleMessageAttemptEndpointOut) GetData ¶
func (o *ListResponseDoubleMessageAttemptEndpointOut) GetData() []MessageAttemptEndpointOut
GetData returns the Data field value
func (*ListResponseDoubleMessageAttemptEndpointOut) GetDataOk ¶
func (o *ListResponseDoubleMessageAttemptEndpointOut) GetDataOk() (*[]MessageAttemptEndpointOut, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListResponseDoubleMessageAttemptEndpointOut) GetDone ¶
func (o *ListResponseDoubleMessageAttemptEndpointOut) GetDone() bool
GetDone returns the Done field value
func (*ListResponseDoubleMessageAttemptEndpointOut) GetDoneOk ¶
func (o *ListResponseDoubleMessageAttemptEndpointOut) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field value and a boolean to check if the value has been set.
func (*ListResponseDoubleMessageAttemptEndpointOut) GetIterator ¶
func (o *ListResponseDoubleMessageAttemptEndpointOut) GetIterator() string
GetIterator returns the Iterator field value if set, zero value otherwise.
func (*ListResponseDoubleMessageAttemptEndpointOut) GetIteratorOk ¶
func (o *ListResponseDoubleMessageAttemptEndpointOut) GetIteratorOk() (*string, bool)
GetIteratorOk returns a tuple with the Iterator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListResponseDoubleMessageAttemptEndpointOut) GetPrevIterator ¶
func (o *ListResponseDoubleMessageAttemptEndpointOut) GetPrevIterator() string
GetPrevIterator returns the PrevIterator field value if set, zero value otherwise.
func (*ListResponseDoubleMessageAttemptEndpointOut) GetPrevIteratorOk ¶
func (o *ListResponseDoubleMessageAttemptEndpointOut) GetPrevIteratorOk() (*string, bool)
GetPrevIteratorOk returns a tuple with the PrevIterator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListResponseDoubleMessageAttemptEndpointOut) HasIterator ¶
func (o *ListResponseDoubleMessageAttemptEndpointOut) HasIterator() bool
HasIterator returns a boolean if a field has been set.
func (*ListResponseDoubleMessageAttemptEndpointOut) HasPrevIterator ¶
func (o *ListResponseDoubleMessageAttemptEndpointOut) HasPrevIterator() bool
HasPrevIterator returns a boolean if a field has been set.
func (ListResponseDoubleMessageAttemptEndpointOut) MarshalJSON ¶
func (o ListResponseDoubleMessageAttemptEndpointOut) MarshalJSON() ([]byte, error)
func (*ListResponseDoubleMessageAttemptEndpointOut) SetData ¶
func (o *ListResponseDoubleMessageAttemptEndpointOut) SetData(v []MessageAttemptEndpointOut)
SetData sets field value
func (*ListResponseDoubleMessageAttemptEndpointOut) SetDone ¶
func (o *ListResponseDoubleMessageAttemptEndpointOut) SetDone(v bool)
SetDone sets field value
func (*ListResponseDoubleMessageAttemptEndpointOut) SetIterator ¶
func (o *ListResponseDoubleMessageAttemptEndpointOut) SetIterator(v string)
SetIterator gets a reference to the given string and assigns it to the Iterator field.
func (*ListResponseDoubleMessageAttemptEndpointOut) SetPrevIterator ¶
func (o *ListResponseDoubleMessageAttemptEndpointOut) SetPrevIterator(v string)
SetPrevIterator gets a reference to the given string and assigns it to the PrevIterator field.
type ListResponseDoubleMessageAttemptOut ¶
type ListResponseDoubleMessageAttemptOut struct { Data []MessageAttemptOut `json:"data"` Done bool `json:"done"` Iterator *string `json:"iterator,omitempty"` PrevIterator *string `json:"prevIterator,omitempty"` }
ListResponseDoubleMessageAttemptOut struct for ListResponseDoubleMessageAttemptOut
func NewListResponseDoubleMessageAttemptOut ¶
func NewListResponseDoubleMessageAttemptOut(data []MessageAttemptOut, done bool) *ListResponseDoubleMessageAttemptOut
NewListResponseDoubleMessageAttemptOut instantiates a new ListResponseDoubleMessageAttemptOut 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 NewListResponseDoubleMessageAttemptOutWithDefaults ¶
func NewListResponseDoubleMessageAttemptOutWithDefaults() *ListResponseDoubleMessageAttemptOut
NewListResponseDoubleMessageAttemptOutWithDefaults instantiates a new ListResponseDoubleMessageAttemptOut 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 (*ListResponseDoubleMessageAttemptOut) GetData ¶
func (o *ListResponseDoubleMessageAttemptOut) GetData() []MessageAttemptOut
GetData returns the Data field value
func (*ListResponseDoubleMessageAttemptOut) GetDataOk ¶
func (o *ListResponseDoubleMessageAttemptOut) GetDataOk() (*[]MessageAttemptOut, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListResponseDoubleMessageAttemptOut) GetDone ¶
func (o *ListResponseDoubleMessageAttemptOut) GetDone() bool
GetDone returns the Done field value
func (*ListResponseDoubleMessageAttemptOut) GetDoneOk ¶
func (o *ListResponseDoubleMessageAttemptOut) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field value and a boolean to check if the value has been set.
func (*ListResponseDoubleMessageAttemptOut) GetIterator ¶
func (o *ListResponseDoubleMessageAttemptOut) GetIterator() string
GetIterator returns the Iterator field value if set, zero value otherwise.
func (*ListResponseDoubleMessageAttemptOut) GetIteratorOk ¶
func (o *ListResponseDoubleMessageAttemptOut) GetIteratorOk() (*string, bool)
GetIteratorOk returns a tuple with the Iterator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListResponseDoubleMessageAttemptOut) GetPrevIterator ¶
func (o *ListResponseDoubleMessageAttemptOut) GetPrevIterator() string
GetPrevIterator returns the PrevIterator field value if set, zero value otherwise.
func (*ListResponseDoubleMessageAttemptOut) GetPrevIteratorOk ¶
func (o *ListResponseDoubleMessageAttemptOut) GetPrevIteratorOk() (*string, bool)
GetPrevIteratorOk returns a tuple with the PrevIterator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListResponseDoubleMessageAttemptOut) HasIterator ¶
func (o *ListResponseDoubleMessageAttemptOut) HasIterator() bool
HasIterator returns a boolean if a field has been set.
func (*ListResponseDoubleMessageAttemptOut) HasPrevIterator ¶
func (o *ListResponseDoubleMessageAttemptOut) HasPrevIterator() bool
HasPrevIterator returns a boolean if a field has been set.
func (ListResponseDoubleMessageAttemptOut) MarshalJSON ¶
func (o ListResponseDoubleMessageAttemptOut) MarshalJSON() ([]byte, error)
func (*ListResponseDoubleMessageAttemptOut) SetData ¶
func (o *ListResponseDoubleMessageAttemptOut) SetData(v []MessageAttemptOut)
SetData sets field value
func (*ListResponseDoubleMessageAttemptOut) SetDone ¶
func (o *ListResponseDoubleMessageAttemptOut) SetDone(v bool)
SetDone sets field value
func (*ListResponseDoubleMessageAttemptOut) SetIterator ¶
func (o *ListResponseDoubleMessageAttemptOut) SetIterator(v string)
SetIterator gets a reference to the given string and assigns it to the Iterator field.
func (*ListResponseDoubleMessageAttemptOut) SetPrevIterator ¶
func (o *ListResponseDoubleMessageAttemptOut) SetPrevIterator(v string)
SetPrevIterator gets a reference to the given string and assigns it to the PrevIterator field.
type ListResponseDoubleMessageOut ¶
type ListResponseDoubleMessageOut struct { Data []MessageOut `json:"data"` Done bool `json:"done"` Iterator *string `json:"iterator,omitempty"` PrevIterator *string `json:"prevIterator,omitempty"` }
ListResponseDoubleMessageOut struct for ListResponseDoubleMessageOut
func NewListResponseDoubleMessageOut ¶
func NewListResponseDoubleMessageOut(data []MessageOut, done bool) *ListResponseDoubleMessageOut
NewListResponseDoubleMessageOut instantiates a new ListResponseDoubleMessageOut 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 NewListResponseDoubleMessageOutWithDefaults ¶
func NewListResponseDoubleMessageOutWithDefaults() *ListResponseDoubleMessageOut
NewListResponseDoubleMessageOutWithDefaults instantiates a new ListResponseDoubleMessageOut 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 (*ListResponseDoubleMessageOut) GetData ¶
func (o *ListResponseDoubleMessageOut) GetData() []MessageOut
GetData returns the Data field value
func (*ListResponseDoubleMessageOut) GetDataOk ¶
func (o *ListResponseDoubleMessageOut) GetDataOk() (*[]MessageOut, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListResponseDoubleMessageOut) GetDone ¶
func (o *ListResponseDoubleMessageOut) GetDone() bool
GetDone returns the Done field value
func (*ListResponseDoubleMessageOut) GetDoneOk ¶
func (o *ListResponseDoubleMessageOut) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field value and a boolean to check if the value has been set.
func (*ListResponseDoubleMessageOut) GetIterator ¶
func (o *ListResponseDoubleMessageOut) GetIterator() string
GetIterator returns the Iterator field value if set, zero value otherwise.
func (*ListResponseDoubleMessageOut) GetIteratorOk ¶
func (o *ListResponseDoubleMessageOut) GetIteratorOk() (*string, bool)
GetIteratorOk returns a tuple with the Iterator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListResponseDoubleMessageOut) GetPrevIterator ¶
func (o *ListResponseDoubleMessageOut) GetPrevIterator() string
GetPrevIterator returns the PrevIterator field value if set, zero value otherwise.
func (*ListResponseDoubleMessageOut) GetPrevIteratorOk ¶
func (o *ListResponseDoubleMessageOut) GetPrevIteratorOk() (*string, bool)
GetPrevIteratorOk returns a tuple with the PrevIterator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListResponseDoubleMessageOut) HasIterator ¶
func (o *ListResponseDoubleMessageOut) HasIterator() bool
HasIterator returns a boolean if a field has been set.
func (*ListResponseDoubleMessageOut) HasPrevIterator ¶
func (o *ListResponseDoubleMessageOut) HasPrevIterator() bool
HasPrevIterator returns a boolean if a field has been set.
func (ListResponseDoubleMessageOut) MarshalJSON ¶
func (o ListResponseDoubleMessageOut) MarshalJSON() ([]byte, error)
func (*ListResponseDoubleMessageOut) SetData ¶
func (o *ListResponseDoubleMessageOut) SetData(v []MessageOut)
SetData sets field value
func (*ListResponseDoubleMessageOut) SetDone ¶
func (o *ListResponseDoubleMessageOut) SetDone(v bool)
SetDone sets field value
func (*ListResponseDoubleMessageOut) SetIterator ¶
func (o *ListResponseDoubleMessageOut) SetIterator(v string)
SetIterator gets a reference to the given string and assigns it to the Iterator field.
func (*ListResponseDoubleMessageOut) SetPrevIterator ¶
func (o *ListResponseDoubleMessageOut) SetPrevIterator(v string)
SetPrevIterator gets a reference to the given string and assigns it to the PrevIterator field.
type ListResponseEndpointMessageOut ¶
type ListResponseEndpointMessageOut struct { Data []EndpointMessageOut `json:"data"` Done bool `json:"done"` Iterator NullableString `json:"iterator,omitempty"` PrevIterator NullableString `json:"prevIterator,omitempty"` }
ListResponseEndpointMessageOut struct for ListResponseEndpointMessageOut
func NewListResponseEndpointMessageOut ¶
func NewListResponseEndpointMessageOut(data []EndpointMessageOut, done bool) *ListResponseEndpointMessageOut
NewListResponseEndpointMessageOut instantiates a new ListResponseEndpointMessageOut 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 NewListResponseEndpointMessageOutWithDefaults ¶
func NewListResponseEndpointMessageOutWithDefaults() *ListResponseEndpointMessageOut
NewListResponseEndpointMessageOutWithDefaults instantiates a new ListResponseEndpointMessageOut 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 (*ListResponseEndpointMessageOut) GetData ¶
func (o *ListResponseEndpointMessageOut) GetData() []EndpointMessageOut
GetData returns the Data field value
func (*ListResponseEndpointMessageOut) GetDataOk ¶
func (o *ListResponseEndpointMessageOut) GetDataOk() (*[]EndpointMessageOut, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListResponseEndpointMessageOut) GetDone ¶
func (o *ListResponseEndpointMessageOut) GetDone() bool
GetDone returns the Done field value
func (*ListResponseEndpointMessageOut) GetDoneOk ¶
func (o *ListResponseEndpointMessageOut) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field value and a boolean to check if the value has been set.
func (*ListResponseEndpointMessageOut) GetIterator ¶
func (o *ListResponseEndpointMessageOut) GetIterator() string
GetIterator returns the Iterator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListResponseEndpointMessageOut) GetIteratorOk ¶
func (o *ListResponseEndpointMessageOut) GetIteratorOk() (*string, bool)
GetIteratorOk returns a tuple with the Iterator 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 (*ListResponseEndpointMessageOut) GetPrevIterator ¶
func (o *ListResponseEndpointMessageOut) GetPrevIterator() string
GetPrevIterator returns the PrevIterator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListResponseEndpointMessageOut) GetPrevIteratorOk ¶
func (o *ListResponseEndpointMessageOut) GetPrevIteratorOk() (*string, bool)
GetPrevIteratorOk returns a tuple with the PrevIterator 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 (*ListResponseEndpointMessageOut) HasIterator ¶
func (o *ListResponseEndpointMessageOut) HasIterator() bool
HasIterator returns a boolean if a field has been set.
func (*ListResponseEndpointMessageOut) HasPrevIterator ¶
func (o *ListResponseEndpointMessageOut) HasPrevIterator() bool
HasPrevIterator returns a boolean if a field has been set.
func (ListResponseEndpointMessageOut) MarshalJSON ¶
func (o ListResponseEndpointMessageOut) MarshalJSON() ([]byte, error)
func (*ListResponseEndpointMessageOut) SetData ¶
func (o *ListResponseEndpointMessageOut) SetData(v []EndpointMessageOut)
SetData sets field value
func (*ListResponseEndpointMessageOut) SetDone ¶
func (o *ListResponseEndpointMessageOut) SetDone(v bool)
SetDone sets field value
func (*ListResponseEndpointMessageOut) SetIterator ¶
func (o *ListResponseEndpointMessageOut) SetIterator(v string)
SetIterator gets a reference to the given NullableString and assigns it to the Iterator field.
func (*ListResponseEndpointMessageOut) SetIteratorNil ¶
func (o *ListResponseEndpointMessageOut) SetIteratorNil()
SetIteratorNil sets the value for Iterator to be an explicit nil
func (*ListResponseEndpointMessageOut) SetPrevIterator ¶
func (o *ListResponseEndpointMessageOut) SetPrevIterator(v string)
SetPrevIterator gets a reference to the given NullableString and assigns it to the PrevIterator field.
func (*ListResponseEndpointMessageOut) SetPrevIteratorNil ¶
func (o *ListResponseEndpointMessageOut) SetPrevIteratorNil()
SetPrevIteratorNil sets the value for PrevIterator to be an explicit nil
func (*ListResponseEndpointMessageOut) UnsetIterator ¶
func (o *ListResponseEndpointMessageOut) UnsetIterator()
UnsetIterator ensures that no value is present for Iterator, not even an explicit nil
func (*ListResponseEndpointMessageOut) UnsetPrevIterator ¶
func (o *ListResponseEndpointMessageOut) UnsetPrevIterator()
UnsetPrevIterator ensures that no value is present for PrevIterator, not even an explicit nil
type ListResponseEndpointOut ¶
type ListResponseEndpointOut struct { Data []EndpointOut `json:"data"` Done bool `json:"done"` Iterator NullableString `json:"iterator,omitempty"` PrevIterator NullableString `json:"prevIterator,omitempty"` }
ListResponseEndpointOut struct for ListResponseEndpointOut
func NewListResponseEndpointOut ¶
func NewListResponseEndpointOut(data []EndpointOut, done bool) *ListResponseEndpointOut
NewListResponseEndpointOut instantiates a new ListResponseEndpointOut 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 NewListResponseEndpointOutWithDefaults ¶
func NewListResponseEndpointOutWithDefaults() *ListResponseEndpointOut
NewListResponseEndpointOutWithDefaults instantiates a new ListResponseEndpointOut 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 (*ListResponseEndpointOut) GetData ¶
func (o *ListResponseEndpointOut) GetData() []EndpointOut
GetData returns the Data field value
func (*ListResponseEndpointOut) GetDataOk ¶
func (o *ListResponseEndpointOut) GetDataOk() (*[]EndpointOut, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListResponseEndpointOut) GetDone ¶
func (o *ListResponseEndpointOut) GetDone() bool
GetDone returns the Done field value
func (*ListResponseEndpointOut) GetDoneOk ¶
func (o *ListResponseEndpointOut) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field value and a boolean to check if the value has been set.
func (*ListResponseEndpointOut) GetIterator ¶
func (o *ListResponseEndpointOut) GetIterator() string
GetIterator returns the Iterator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListResponseEndpointOut) GetIteratorOk ¶
func (o *ListResponseEndpointOut) GetIteratorOk() (*string, bool)
GetIteratorOk returns a tuple with the Iterator 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 (*ListResponseEndpointOut) GetPrevIterator ¶
func (o *ListResponseEndpointOut) GetPrevIterator() string
GetPrevIterator returns the PrevIterator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListResponseEndpointOut) GetPrevIteratorOk ¶
func (o *ListResponseEndpointOut) GetPrevIteratorOk() (*string, bool)
GetPrevIteratorOk returns a tuple with the PrevIterator 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 (*ListResponseEndpointOut) HasIterator ¶
func (o *ListResponseEndpointOut) HasIterator() bool
HasIterator returns a boolean if a field has been set.
func (*ListResponseEndpointOut) HasPrevIterator ¶
func (o *ListResponseEndpointOut) HasPrevIterator() bool
HasPrevIterator returns a boolean if a field has been set.
func (ListResponseEndpointOut) MarshalJSON ¶
func (o ListResponseEndpointOut) MarshalJSON() ([]byte, error)
func (*ListResponseEndpointOut) SetData ¶
func (o *ListResponseEndpointOut) SetData(v []EndpointOut)
SetData sets field value
func (*ListResponseEndpointOut) SetDone ¶
func (o *ListResponseEndpointOut) SetDone(v bool)
SetDone sets field value
func (*ListResponseEndpointOut) SetIterator ¶
func (o *ListResponseEndpointOut) SetIterator(v string)
SetIterator gets a reference to the given NullableString and assigns it to the Iterator field.
func (*ListResponseEndpointOut) SetIteratorNil ¶
func (o *ListResponseEndpointOut) SetIteratorNil()
SetIteratorNil sets the value for Iterator to be an explicit nil
func (*ListResponseEndpointOut) SetPrevIterator ¶
func (o *ListResponseEndpointOut) SetPrevIterator(v string)
SetPrevIterator gets a reference to the given NullableString and assigns it to the PrevIterator field.
func (*ListResponseEndpointOut) SetPrevIteratorNil ¶
func (o *ListResponseEndpointOut) SetPrevIteratorNil()
SetPrevIteratorNil sets the value for PrevIterator to be an explicit nil
func (*ListResponseEndpointOut) UnsetIterator ¶
func (o *ListResponseEndpointOut) UnsetIterator()
UnsetIterator ensures that no value is present for Iterator, not even an explicit nil
func (*ListResponseEndpointOut) UnsetPrevIterator ¶
func (o *ListResponseEndpointOut) UnsetPrevIterator()
UnsetPrevIterator ensures that no value is present for PrevIterator, not even an explicit nil
type ListResponseEventTypeOut ¶
type ListResponseEventTypeOut struct { Data []EventTypeOut `json:"data"` Done bool `json:"done"` Iterator NullableString `json:"iterator,omitempty"` }
ListResponseEventTypeOut struct for ListResponseEventTypeOut
func NewListResponseEventTypeOut ¶
func NewListResponseEventTypeOut(data []EventTypeOut, done bool) *ListResponseEventTypeOut
NewListResponseEventTypeOut instantiates a new ListResponseEventTypeOut 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 NewListResponseEventTypeOutWithDefaults ¶
func NewListResponseEventTypeOutWithDefaults() *ListResponseEventTypeOut
NewListResponseEventTypeOutWithDefaults instantiates a new ListResponseEventTypeOut 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 (*ListResponseEventTypeOut) GetData ¶
func (o *ListResponseEventTypeOut) GetData() []EventTypeOut
GetData returns the Data field value
func (*ListResponseEventTypeOut) GetDataOk ¶
func (o *ListResponseEventTypeOut) GetDataOk() (*[]EventTypeOut, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListResponseEventTypeOut) GetDone ¶
func (o *ListResponseEventTypeOut) GetDone() bool
GetDone returns the Done field value
func (*ListResponseEventTypeOut) GetDoneOk ¶
func (o *ListResponseEventTypeOut) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field value and a boolean to check if the value has been set.
func (*ListResponseEventTypeOut) GetIterator ¶
func (o *ListResponseEventTypeOut) GetIterator() string
GetIterator returns the Iterator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListResponseEventTypeOut) GetIteratorOk ¶
func (o *ListResponseEventTypeOut) GetIteratorOk() (*string, bool)
GetIteratorOk returns a tuple with the Iterator 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 (*ListResponseEventTypeOut) HasIterator ¶
func (o *ListResponseEventTypeOut) HasIterator() bool
HasIterator returns a boolean if a field has been set.
func (ListResponseEventTypeOut) MarshalJSON ¶
func (o ListResponseEventTypeOut) MarshalJSON() ([]byte, error)
func (*ListResponseEventTypeOut) SetData ¶
func (o *ListResponseEventTypeOut) SetData(v []EventTypeOut)
SetData sets field value
func (*ListResponseEventTypeOut) SetDone ¶
func (o *ListResponseEventTypeOut) SetDone(v bool)
SetDone sets field value
func (*ListResponseEventTypeOut) SetIterator ¶
func (o *ListResponseEventTypeOut) SetIterator(v string)
SetIterator gets a reference to the given NullableString and assigns it to the Iterator field.
func (*ListResponseEventTypeOut) SetIteratorNil ¶
func (o *ListResponseEventTypeOut) SetIteratorNil()
SetIteratorNil sets the value for Iterator to be an explicit nil
func (*ListResponseEventTypeOut) UnsetIterator ¶
func (o *ListResponseEventTypeOut) UnsetIterator()
UnsetIterator ensures that no value is present for Iterator, not even an explicit nil
type ListResponseIntegrationOut ¶
type ListResponseIntegrationOut struct { Data []IntegrationOut `json:"data"` Done bool `json:"done"` Iterator NullableString `json:"iterator,omitempty"` }
ListResponseIntegrationOut struct for ListResponseIntegrationOut
func NewListResponseIntegrationOut ¶
func NewListResponseIntegrationOut(data []IntegrationOut, done bool) *ListResponseIntegrationOut
NewListResponseIntegrationOut instantiates a new ListResponseIntegrationOut 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 NewListResponseIntegrationOutWithDefaults ¶
func NewListResponseIntegrationOutWithDefaults() *ListResponseIntegrationOut
NewListResponseIntegrationOutWithDefaults instantiates a new ListResponseIntegrationOut 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 (*ListResponseIntegrationOut) GetData ¶
func (o *ListResponseIntegrationOut) GetData() []IntegrationOut
GetData returns the Data field value
func (*ListResponseIntegrationOut) GetDataOk ¶
func (o *ListResponseIntegrationOut) GetDataOk() (*[]IntegrationOut, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListResponseIntegrationOut) GetDone ¶
func (o *ListResponseIntegrationOut) GetDone() bool
GetDone returns the Done field value
func (*ListResponseIntegrationOut) GetDoneOk ¶
func (o *ListResponseIntegrationOut) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field value and a boolean to check if the value has been set.
func (*ListResponseIntegrationOut) GetIterator ¶
func (o *ListResponseIntegrationOut) GetIterator() string
GetIterator returns the Iterator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListResponseIntegrationOut) GetIteratorOk ¶
func (o *ListResponseIntegrationOut) GetIteratorOk() (*string, bool)
GetIteratorOk returns a tuple with the Iterator 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 (*ListResponseIntegrationOut) HasIterator ¶
func (o *ListResponseIntegrationOut) HasIterator() bool
HasIterator returns a boolean if a field has been set.
func (ListResponseIntegrationOut) MarshalJSON ¶
func (o ListResponseIntegrationOut) MarshalJSON() ([]byte, error)
func (*ListResponseIntegrationOut) SetData ¶
func (o *ListResponseIntegrationOut) SetData(v []IntegrationOut)
SetData sets field value
func (*ListResponseIntegrationOut) SetDone ¶
func (o *ListResponseIntegrationOut) SetDone(v bool)
SetDone sets field value
func (*ListResponseIntegrationOut) SetIterator ¶
func (o *ListResponseIntegrationOut) SetIterator(v string)
SetIterator gets a reference to the given NullableString and assigns it to the Iterator field.
func (*ListResponseIntegrationOut) SetIteratorNil ¶
func (o *ListResponseIntegrationOut) SetIteratorNil()
SetIteratorNil sets the value for Iterator to be an explicit nil
func (*ListResponseIntegrationOut) UnsetIterator ¶
func (o *ListResponseIntegrationOut) UnsetIterator()
UnsetIterator ensures that no value is present for Iterator, not even an explicit nil
type ListResponseMessageAttemptEndpointOut ¶
type ListResponseMessageAttemptEndpointOut struct { Data []MessageAttemptEndpointOut `json:"data"` Done bool `json:"done"` Iterator NullableString `json:"iterator,omitempty"` PrevIterator NullableString `json:"prevIterator,omitempty"` }
ListResponseMessageAttemptEndpointOut struct for ListResponseMessageAttemptEndpointOut
func NewListResponseMessageAttemptEndpointOut ¶
func NewListResponseMessageAttemptEndpointOut(data []MessageAttemptEndpointOut, done bool) *ListResponseMessageAttemptEndpointOut
NewListResponseMessageAttemptEndpointOut instantiates a new ListResponseMessageAttemptEndpointOut 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 NewListResponseMessageAttemptEndpointOutWithDefaults ¶
func NewListResponseMessageAttemptEndpointOutWithDefaults() *ListResponseMessageAttemptEndpointOut
NewListResponseMessageAttemptEndpointOutWithDefaults instantiates a new ListResponseMessageAttemptEndpointOut 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 (*ListResponseMessageAttemptEndpointOut) GetData ¶
func (o *ListResponseMessageAttemptEndpointOut) GetData() []MessageAttemptEndpointOut
GetData returns the Data field value
func (*ListResponseMessageAttemptEndpointOut) GetDataOk ¶
func (o *ListResponseMessageAttemptEndpointOut) GetDataOk() (*[]MessageAttemptEndpointOut, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListResponseMessageAttemptEndpointOut) GetDone ¶
func (o *ListResponseMessageAttemptEndpointOut) GetDone() bool
GetDone returns the Done field value
func (*ListResponseMessageAttemptEndpointOut) GetDoneOk ¶
func (o *ListResponseMessageAttemptEndpointOut) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field value and a boolean to check if the value has been set.
func (*ListResponseMessageAttemptEndpointOut) GetIterator ¶
func (o *ListResponseMessageAttemptEndpointOut) GetIterator() string
GetIterator returns the Iterator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListResponseMessageAttemptEndpointOut) GetIteratorOk ¶
func (o *ListResponseMessageAttemptEndpointOut) GetIteratorOk() (*string, bool)
GetIteratorOk returns a tuple with the Iterator 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 (*ListResponseMessageAttemptEndpointOut) GetPrevIterator ¶
func (o *ListResponseMessageAttemptEndpointOut) GetPrevIterator() string
GetPrevIterator returns the PrevIterator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListResponseMessageAttemptEndpointOut) GetPrevIteratorOk ¶
func (o *ListResponseMessageAttemptEndpointOut) GetPrevIteratorOk() (*string, bool)
GetPrevIteratorOk returns a tuple with the PrevIterator 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 (*ListResponseMessageAttemptEndpointOut) HasIterator ¶
func (o *ListResponseMessageAttemptEndpointOut) HasIterator() bool
HasIterator returns a boolean if a field has been set.
func (*ListResponseMessageAttemptEndpointOut) HasPrevIterator ¶
func (o *ListResponseMessageAttemptEndpointOut) HasPrevIterator() bool
HasPrevIterator returns a boolean if a field has been set.
func (ListResponseMessageAttemptEndpointOut) MarshalJSON ¶
func (o ListResponseMessageAttemptEndpointOut) MarshalJSON() ([]byte, error)
func (*ListResponseMessageAttemptEndpointOut) SetData ¶
func (o *ListResponseMessageAttemptEndpointOut) SetData(v []MessageAttemptEndpointOut)
SetData sets field value
func (*ListResponseMessageAttemptEndpointOut) SetDone ¶
func (o *ListResponseMessageAttemptEndpointOut) SetDone(v bool)
SetDone sets field value
func (*ListResponseMessageAttemptEndpointOut) SetIterator ¶
func (o *ListResponseMessageAttemptEndpointOut) SetIterator(v string)
SetIterator gets a reference to the given NullableString and assigns it to the Iterator field.
func (*ListResponseMessageAttemptEndpointOut) SetIteratorNil ¶
func (o *ListResponseMessageAttemptEndpointOut) SetIteratorNil()
SetIteratorNil sets the value for Iterator to be an explicit nil
func (*ListResponseMessageAttemptEndpointOut) SetPrevIterator ¶
func (o *ListResponseMessageAttemptEndpointOut) SetPrevIterator(v string)
SetPrevIterator gets a reference to the given NullableString and assigns it to the PrevIterator field.
func (*ListResponseMessageAttemptEndpointOut) SetPrevIteratorNil ¶
func (o *ListResponseMessageAttemptEndpointOut) SetPrevIteratorNil()
SetPrevIteratorNil sets the value for PrevIterator to be an explicit nil
func (*ListResponseMessageAttemptEndpointOut) UnsetIterator ¶
func (o *ListResponseMessageAttemptEndpointOut) UnsetIterator()
UnsetIterator ensures that no value is present for Iterator, not even an explicit nil
func (*ListResponseMessageAttemptEndpointOut) UnsetPrevIterator ¶
func (o *ListResponseMessageAttemptEndpointOut) UnsetPrevIterator()
UnsetPrevIterator ensures that no value is present for PrevIterator, not even an explicit nil
type ListResponseMessageAttemptOut ¶
type ListResponseMessageAttemptOut struct { Data []MessageAttemptOut `json:"data"` Done bool `json:"done"` Iterator NullableString `json:"iterator,omitempty"` PrevIterator NullableString `json:"prevIterator,omitempty"` }
ListResponseMessageAttemptOut struct for ListResponseMessageAttemptOut
func NewListResponseMessageAttemptOut ¶
func NewListResponseMessageAttemptOut(data []MessageAttemptOut, done bool) *ListResponseMessageAttemptOut
NewListResponseMessageAttemptOut instantiates a new ListResponseMessageAttemptOut 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 NewListResponseMessageAttemptOutWithDefaults ¶
func NewListResponseMessageAttemptOutWithDefaults() *ListResponseMessageAttemptOut
NewListResponseMessageAttemptOutWithDefaults instantiates a new ListResponseMessageAttemptOut 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 (*ListResponseMessageAttemptOut) GetData ¶
func (o *ListResponseMessageAttemptOut) GetData() []MessageAttemptOut
GetData returns the Data field value
func (*ListResponseMessageAttemptOut) GetDataOk ¶
func (o *ListResponseMessageAttemptOut) GetDataOk() (*[]MessageAttemptOut, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListResponseMessageAttemptOut) GetDone ¶
func (o *ListResponseMessageAttemptOut) GetDone() bool
GetDone returns the Done field value
func (*ListResponseMessageAttemptOut) GetDoneOk ¶
func (o *ListResponseMessageAttemptOut) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field value and a boolean to check if the value has been set.
func (*ListResponseMessageAttemptOut) GetIterator ¶
func (o *ListResponseMessageAttemptOut) GetIterator() string
GetIterator returns the Iterator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListResponseMessageAttemptOut) GetIteratorOk ¶
func (o *ListResponseMessageAttemptOut) GetIteratorOk() (*string, bool)
GetIteratorOk returns a tuple with the Iterator 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 (*ListResponseMessageAttemptOut) GetPrevIterator ¶
func (o *ListResponseMessageAttemptOut) GetPrevIterator() string
GetPrevIterator returns the PrevIterator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListResponseMessageAttemptOut) GetPrevIteratorOk ¶
func (o *ListResponseMessageAttemptOut) GetPrevIteratorOk() (*string, bool)
GetPrevIteratorOk returns a tuple with the PrevIterator 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 (*ListResponseMessageAttemptOut) HasIterator ¶
func (o *ListResponseMessageAttemptOut) HasIterator() bool
HasIterator returns a boolean if a field has been set.
func (*ListResponseMessageAttemptOut) HasPrevIterator ¶
func (o *ListResponseMessageAttemptOut) HasPrevIterator() bool
HasPrevIterator returns a boolean if a field has been set.
func (ListResponseMessageAttemptOut) MarshalJSON ¶
func (o ListResponseMessageAttemptOut) MarshalJSON() ([]byte, error)
func (*ListResponseMessageAttemptOut) SetData ¶
func (o *ListResponseMessageAttemptOut) SetData(v []MessageAttemptOut)
SetData sets field value
func (*ListResponseMessageAttemptOut) SetDone ¶
func (o *ListResponseMessageAttemptOut) SetDone(v bool)
SetDone sets field value
func (*ListResponseMessageAttemptOut) SetIterator ¶
func (o *ListResponseMessageAttemptOut) SetIterator(v string)
SetIterator gets a reference to the given NullableString and assigns it to the Iterator field.
func (*ListResponseMessageAttemptOut) SetIteratorNil ¶
func (o *ListResponseMessageAttemptOut) SetIteratorNil()
SetIteratorNil sets the value for Iterator to be an explicit nil
func (*ListResponseMessageAttemptOut) SetPrevIterator ¶
func (o *ListResponseMessageAttemptOut) SetPrevIterator(v string)
SetPrevIterator gets a reference to the given NullableString and assigns it to the PrevIterator field.
func (*ListResponseMessageAttemptOut) SetPrevIteratorNil ¶
func (o *ListResponseMessageAttemptOut) SetPrevIteratorNil()
SetPrevIteratorNil sets the value for PrevIterator to be an explicit nil
func (*ListResponseMessageAttemptOut) UnsetIterator ¶
func (o *ListResponseMessageAttemptOut) UnsetIterator()
UnsetIterator ensures that no value is present for Iterator, not even an explicit nil
func (*ListResponseMessageAttemptOut) UnsetPrevIterator ¶
func (o *ListResponseMessageAttemptOut) UnsetPrevIterator()
UnsetPrevIterator ensures that no value is present for PrevIterator, not even an explicit nil
type ListResponseMessageEndpointOut ¶
type ListResponseMessageEndpointOut struct { Data []MessageEndpointOut `json:"data"` Done bool `json:"done"` Iterator NullableString `json:"iterator,omitempty"` }
ListResponseMessageEndpointOut struct for ListResponseMessageEndpointOut
func NewListResponseMessageEndpointOut ¶
func NewListResponseMessageEndpointOut(data []MessageEndpointOut, done bool) *ListResponseMessageEndpointOut
NewListResponseMessageEndpointOut instantiates a new ListResponseMessageEndpointOut 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 NewListResponseMessageEndpointOutWithDefaults ¶
func NewListResponseMessageEndpointOutWithDefaults() *ListResponseMessageEndpointOut
NewListResponseMessageEndpointOutWithDefaults instantiates a new ListResponseMessageEndpointOut 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 (*ListResponseMessageEndpointOut) GetData ¶
func (o *ListResponseMessageEndpointOut) GetData() []MessageEndpointOut
GetData returns the Data field value
func (*ListResponseMessageEndpointOut) GetDataOk ¶
func (o *ListResponseMessageEndpointOut) GetDataOk() (*[]MessageEndpointOut, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListResponseMessageEndpointOut) GetDone ¶
func (o *ListResponseMessageEndpointOut) GetDone() bool
GetDone returns the Done field value
func (*ListResponseMessageEndpointOut) GetDoneOk ¶
func (o *ListResponseMessageEndpointOut) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field value and a boolean to check if the value has been set.
func (*ListResponseMessageEndpointOut) GetIterator ¶
func (o *ListResponseMessageEndpointOut) GetIterator() string
GetIterator returns the Iterator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListResponseMessageEndpointOut) GetIteratorOk ¶
func (o *ListResponseMessageEndpointOut) GetIteratorOk() (*string, bool)
GetIteratorOk returns a tuple with the Iterator 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 (*ListResponseMessageEndpointOut) HasIterator ¶
func (o *ListResponseMessageEndpointOut) HasIterator() bool
HasIterator returns a boolean if a field has been set.
func (ListResponseMessageEndpointOut) MarshalJSON ¶
func (o ListResponseMessageEndpointOut) MarshalJSON() ([]byte, error)
func (*ListResponseMessageEndpointOut) SetData ¶
func (o *ListResponseMessageEndpointOut) SetData(v []MessageEndpointOut)
SetData sets field value
func (*ListResponseMessageEndpointOut) SetDone ¶
func (o *ListResponseMessageEndpointOut) SetDone(v bool)
SetDone sets field value
func (*ListResponseMessageEndpointOut) SetIterator ¶
func (o *ListResponseMessageEndpointOut) SetIterator(v string)
SetIterator gets a reference to the given NullableString and assigns it to the Iterator field.
func (*ListResponseMessageEndpointOut) SetIteratorNil ¶
func (o *ListResponseMessageEndpointOut) SetIteratorNil()
SetIteratorNil sets the value for Iterator to be an explicit nil
func (*ListResponseMessageEndpointOut) UnsetIterator ¶
func (o *ListResponseMessageEndpointOut) UnsetIterator()
UnsetIterator ensures that no value is present for Iterator, not even an explicit nil
type ListResponseMessageOut ¶
type ListResponseMessageOut struct { Data []MessageOut `json:"data"` Done bool `json:"done"` Iterator NullableString `json:"iterator,omitempty"` PrevIterator NullableString `json:"prevIterator,omitempty"` }
ListResponseMessageOut struct for ListResponseMessageOut
func NewListResponseMessageOut ¶
func NewListResponseMessageOut(data []MessageOut, done bool) *ListResponseMessageOut
NewListResponseMessageOut instantiates a new ListResponseMessageOut 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 NewListResponseMessageOutWithDefaults ¶
func NewListResponseMessageOutWithDefaults() *ListResponseMessageOut
NewListResponseMessageOutWithDefaults instantiates a new ListResponseMessageOut 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 (*ListResponseMessageOut) GetData ¶
func (o *ListResponseMessageOut) GetData() []MessageOut
GetData returns the Data field value
func (*ListResponseMessageOut) GetDataOk ¶
func (o *ListResponseMessageOut) GetDataOk() (*[]MessageOut, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListResponseMessageOut) GetDone ¶
func (o *ListResponseMessageOut) GetDone() bool
GetDone returns the Done field value
func (*ListResponseMessageOut) GetDoneOk ¶
func (o *ListResponseMessageOut) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field value and a boolean to check if the value has been set.
func (*ListResponseMessageOut) GetIterator ¶
func (o *ListResponseMessageOut) GetIterator() string
GetIterator returns the Iterator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListResponseMessageOut) GetIteratorOk ¶
func (o *ListResponseMessageOut) GetIteratorOk() (*string, bool)
GetIteratorOk returns a tuple with the Iterator 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 (*ListResponseMessageOut) GetPrevIterator ¶
func (o *ListResponseMessageOut) GetPrevIterator() string
GetPrevIterator returns the PrevIterator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListResponseMessageOut) GetPrevIteratorOk ¶
func (o *ListResponseMessageOut) GetPrevIteratorOk() (*string, bool)
GetPrevIteratorOk returns a tuple with the PrevIterator 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 (*ListResponseMessageOut) HasIterator ¶
func (o *ListResponseMessageOut) HasIterator() bool
HasIterator returns a boolean if a field has been set.
func (*ListResponseMessageOut) HasPrevIterator ¶
func (o *ListResponseMessageOut) HasPrevIterator() bool
HasPrevIterator returns a boolean if a field has been set.
func (ListResponseMessageOut) MarshalJSON ¶
func (o ListResponseMessageOut) MarshalJSON() ([]byte, error)
func (*ListResponseMessageOut) SetData ¶
func (o *ListResponseMessageOut) SetData(v []MessageOut)
SetData sets field value
func (*ListResponseMessageOut) SetDone ¶
func (o *ListResponseMessageOut) SetDone(v bool)
SetDone sets field value
func (*ListResponseMessageOut) SetIterator ¶
func (o *ListResponseMessageOut) SetIterator(v string)
SetIterator gets a reference to the given NullableString and assigns it to the Iterator field.
func (*ListResponseMessageOut) SetIteratorNil ¶
func (o *ListResponseMessageOut) SetIteratorNil()
SetIteratorNil sets the value for Iterator to be an explicit nil
func (*ListResponseMessageOut) SetPrevIterator ¶
func (o *ListResponseMessageOut) SetPrevIterator(v string)
SetPrevIterator gets a reference to the given NullableString and assigns it to the PrevIterator field.
func (*ListResponseMessageOut) SetPrevIteratorNil ¶
func (o *ListResponseMessageOut) SetPrevIteratorNil()
SetPrevIteratorNil sets the value for PrevIterator to be an explicit nil
func (*ListResponseMessageOut) UnsetIterator ¶
func (o *ListResponseMessageOut) UnsetIterator()
UnsetIterator ensures that no value is present for Iterator, not even an explicit nil
func (*ListResponseMessageOut) UnsetPrevIterator ¶
func (o *ListResponseMessageOut) UnsetPrevIterator()
UnsetPrevIterator ensures that no value is present for PrevIterator, not even an explicit nil
type MessageApiService ¶
type MessageApiService service
MessageApiService MessageApi service
func (*MessageApiService) CreateMessageApiV1AppAppIdMsgPost ¶
func (a *MessageApiService) CreateMessageApiV1AppAppIdMsgPost(ctx _context.Context, appId string) ApiCreateMessageApiV1AppAppIdMsgPostRequest
- CreateMessageApiV1AppAppIdMsgPost Create Message
- Creates a new message and dispatches it to all of the application's endpoints.
The `eventId` is an optional custom unique ID. It's verified to be unique only up to a day, after that no verification will be made. If a message with the same `eventId` already exists for any application in your environment, a 409 conflict error will be returned.
The `eventType` indicates the type and schema of the event. All messages of a certain `eventType` are expected to have the same schema. Endpoints can choose to only listen to specific event types. Messages can also have `channels`, which similar to event types let endpoints filter by them. Unlike event types, messages can have multiple channels, and channels don't imply a specific message content or schema.
The `payload` property is the webhook's body (the actual webhook message). Svix supports payload sizes of up to ~350kb, though it's generally a good idea to keep webhook payloads small, probably no larger than 40kb.
- @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param appId
- @return ApiCreateMessageApiV1AppAppIdMsgPostRequest
func (*MessageApiService) CreateMessageApiV1AppAppIdMsgPostExecute ¶
func (a *MessageApiService) CreateMessageApiV1AppAppIdMsgPostExecute(r ApiCreateMessageApiV1AppAppIdMsgPostRequest) (MessageOut, *_nethttp.Response, error)
* Execute executes the request * @return MessageOut
func (*MessageApiService) ExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDelete ¶
func (a *MessageApiService) ExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDelete(ctx _context.Context, msgId string, appId string) ApiExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteRequest
- ExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDelete Delete message payload
- Delete the given message's payload. Useful in cases when a message was accidentally sent with sensitive content.
The message can't be replayed or resent once its payload has been deleted or expired.
- @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param msgId
- @param appId
- @return ApiExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteRequest
func (*MessageApiService) ExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteExecute ¶
func (a *MessageApiService) ExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteExecute(r ApiExpungeMessagePayloadApiV1AppAppIdMsgMsgIdContentDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*MessageApiService) GetMessageApiV1AppAppIdMsgMsgIdGet ¶
func (a *MessageApiService) GetMessageApiV1AppAppIdMsgMsgIdGet(ctx _context.Context, msgId string, appId string) ApiGetMessageApiV1AppAppIdMsgMsgIdGetRequest
* GetMessageApiV1AppAppIdMsgMsgIdGet Get Message * Get a message by its ID or eventID. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param msgId * @param appId * @return ApiGetMessageApiV1AppAppIdMsgMsgIdGetRequest
func (*MessageApiService) GetMessageApiV1AppAppIdMsgMsgIdGetExecute ¶
func (a *MessageApiService) GetMessageApiV1AppAppIdMsgMsgIdGetExecute(r ApiGetMessageApiV1AppAppIdMsgMsgIdGetRequest) (MessageOut, *_nethttp.Response, error)
* Execute executes the request * @return MessageOut
func (*MessageApiService) ListMessagesApiV1AppAppIdMsgGet ¶
func (a *MessageApiService) ListMessagesApiV1AppAppIdMsgGet(ctx _context.Context, appId string) ApiListMessagesApiV1AppAppIdMsgGetRequest
- ListMessagesApiV1AppAppIdMsgGet List Messages
- List all of the application's messages.
The `before` parameter lets you filter all items created before a certain date and is ignored if an iterator is passed. The `after` parameter lets you filter all items created after a certain date and is ignored if an iterator is passed. `before` and `after` cannot be used simultaneously.
- @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param appId
- @return ApiListMessagesApiV1AppAppIdMsgGetRequest
func (*MessageApiService) ListMessagesApiV1AppAppIdMsgGetExecute ¶
func (a *MessageApiService) ListMessagesApiV1AppAppIdMsgGetExecute(r ApiListMessagesApiV1AppAppIdMsgGetRequest) (ListResponseMessageOut, *_nethttp.Response, error)
* Execute executes the request * @return ListResponseMessageOut
type MessageAttemptApiService ¶
type MessageAttemptApiService service
MessageAttemptApiService MessageAttemptApi service
func (*MessageAttemptApiService) ExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDelete ¶
func (a *MessageAttemptApiService) ExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDelete(ctx _context.Context, attemptId string, msgId string, appId string) ApiExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDeleteRequest
* ExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDelete Delete attempt response body * Deletes the given attempt's repsonse body. Useful when an endpoint accidentally returned sensitive content. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param attemptId * @param msgId * @param appId * @return ApiExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDeleteRequest
func (*MessageAttemptApiService) ExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDeleteExecute ¶
func (a *MessageAttemptApiService) ExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDeleteExecute(r ApiExpungeAttemptContentApiV1AppAppIdMsgMsgIdAttemptAttemptIdContentDeleteRequest) (*_nethttp.Response, error)
* Execute executes the request
func (*MessageAttemptApiService) GetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGet ¶
func (a *MessageAttemptApiService) GetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGet(ctx _context.Context, attemptId string, msgId string, appId string) ApiGetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetRequest
* GetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGet Get Attempt * `msg_id`: Use a message id or a message `eventId` * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param attemptId * @param msgId * @param appId * @return ApiGetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetRequest
func (*MessageAttemptApiService) GetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetExecute ¶
func (a *MessageAttemptApiService) GetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetExecute(r ApiGetAttemptApiV1AppAppIdMsgMsgIdAttemptAttemptIdGetRequest) (MessageAttemptOut, *_nethttp.Response, error)
* Execute executes the request * @return MessageAttemptOut
func (*MessageAttemptApiService) GetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGet ¶
func (a *MessageAttemptApiService) GetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGet(ctx _context.Context, appId string, msgId string, attemptId string) ApiGetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetRequest
* GetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGet Get Attempt Headers * Calculate and return headers used on a given message attempt * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @param msgId * @param attemptId * @return ApiGetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetRequest
func (*MessageAttemptApiService) GetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetExecute ¶
func (a *MessageAttemptApiService) GetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetExecute(r ApiGetAttemptHeadersApiV1AppAppIdMsgMsgIdAttemptAttemptIdHeadersGetRequest) (MessageAttemptHeadersOut, *_nethttp.Response, error)
* Execute executes the request * @return MessageAttemptHeadersOut
func (*MessageAttemptApiService) ListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGet ¶
func (a *MessageAttemptApiService) ListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGet(ctx _context.Context, msgId string, appId string) ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest
* ListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGet List Attempted Destinations * `msg_id`: Use a message id or a message `eventId` * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param msgId * @param appId * @return ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest
func (*MessageAttemptApiService) ListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetExecute ¶
func (a *MessageAttemptApiService) ListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetExecute(r ApiListAttemptedDestinationsApiV1AppAppIdMsgMsgIdEndpointGetRequest) (ListResponseMessageEndpointOut, *_nethttp.Response, error)
* Execute executes the request * @return ListResponseMessageEndpointOut
func (*MessageAttemptApiService) ListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGet ¶
func (a *MessageAttemptApiService) ListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGet(ctx _context.Context, endpointId string, appId string) ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest
- ListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGet List Attempted Messages
- List messages for a particular endpoint. Additionally includes metadata about the latest message attempt.
The `before` parameter lets you filter all items created before a certain date and is ignored if an iterator is passed.
- @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param endpointId
- @param appId
- @return ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest
func (*MessageAttemptApiService) ListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetExecute ¶
func (a *MessageAttemptApiService) ListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetExecute(r ApiListAttemptedMessagesApiV1AppAppIdEndpointEndpointIdMsgGetRequest) (ListResponseEndpointMessageOut, *_nethttp.Response, error)
* Execute executes the request * @return ListResponseEndpointMessageOut
func (*MessageAttemptApiService) ListAttemptsApiV1AppAppIdMsgMsgIdAttemptGet ¶
func (a *MessageAttemptApiService) ListAttemptsApiV1AppAppIdMsgMsgIdAttemptGet(ctx _context.Context, appId string, msgId string) ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
- ListAttemptsApiV1AppAppIdMsgMsgIdAttemptGet List Attempts
- Deprecated: Please use "List Attempts by Endpoint" and "List Attempts by Msg" instead.
`msg_id`: Use a message id or a message `eventId`
- @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param appId
- @param msgId
- @return ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest
func (*MessageAttemptApiService) ListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetExecute ¶
func (a *MessageAttemptApiService) ListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetExecute(r ApiListAttemptsApiV1AppAppIdMsgMsgIdAttemptGetRequest) (ListResponseMessageAttemptOut, *_nethttp.Response, error)
* Execute executes the request * @return ListResponseMessageAttemptOut
func (*MessageAttemptApiService) ListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGet ¶
func (a *MessageAttemptApiService) ListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGet(ctx _context.Context, appId string, endpointId string) ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest
* ListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGet List Attempts By Endpoint * List attempts by endpoint id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @param endpointId * @return ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest
func (*MessageAttemptApiService) ListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetExecute ¶
func (a *MessageAttemptApiService) ListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetExecute(r ApiListAttemptsByEndpointApiV1AppAppIdAttemptEndpointEndpointIdGetRequest) (ListResponseMessageAttemptOut, *_nethttp.Response, error)
* Execute executes the request * @return ListResponseMessageAttemptOut
func (*MessageAttemptApiService) ListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGet ¶
func (a *MessageAttemptApiService) ListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGet(ctx _context.Context, appId string, msgId string) ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
* ListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGet List Attempts By Msg * List attempts by message id * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @param msgId * @return ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest
func (*MessageAttemptApiService) ListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetExecute ¶
func (a *MessageAttemptApiService) ListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetExecute(r ApiListAttemptsByMsgApiV1AppAppIdAttemptMsgMsgIdGetRequest) (ListResponseMessageAttemptOut, *_nethttp.Response, error)
* Execute executes the request * @return ListResponseMessageAttemptOut
func (*MessageAttemptApiService) ListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGet ¶
func (a *MessageAttemptApiService) ListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGet(ctx _context.Context, msgId string, appId string, endpointId string) ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest
- ListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGet List Attempts For Endpoint
- DEPRECATED: please use list_attempts with endpoint_id as a query parameter instead.
List the message attempts for a particular endpoint.
Returning the endpoint.
The `before` parameter lets you filter all items created before a certain date and is ignored if an iterator is passed.
- @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
- @param msgId
- @param appId
- @param endpointId
- @return ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest
func (*MessageAttemptApiService) ListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetExecute ¶
func (a *MessageAttemptApiService) ListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetExecute(r ApiListAttemptsForEndpointApiV1AppAppIdMsgMsgIdEndpointEndpointIdAttemptGetRequest) (ListResponseMessageAttemptEndpointOut, *_nethttp.Response, error)
* Execute executes the request * @return ListResponseMessageAttemptEndpointOut
func (*MessageAttemptApiService) ResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPost ¶
func (a *MessageAttemptApiService) ResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPost(ctx _context.Context, endpointId string, msgId string, appId string) ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest
* ResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPost Resend Webhook * Resend a message to the specified endpoint. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param endpointId * @param msgId * @param appId * @return ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest
func (*MessageAttemptApiService) ResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostExecute ¶
func (a *MessageAttemptApiService) ResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostExecute(r ApiResendWebhookApiV1AppAppIdMsgMsgIdEndpointEndpointIdResendPostRequest) (*_nethttp.Response, error)
* Execute executes the request
type MessageAttemptEndpointOut ¶
type MessageAttemptEndpointOut struct { EndpointId string `json:"endpointId"` Id string `json:"id"` MsgId string `json:"msgId"` Response string `json:"response"` ResponseStatusCode int32 `json:"responseStatusCode"` Status MessageStatus `json:"status"` Timestamp time.Time `json:"timestamp"` TriggerType MessageAttemptTriggerType `json:"triggerType"` Url string `json:"url"` }
MessageAttemptEndpointOut struct for MessageAttemptEndpointOut
func NewMessageAttemptEndpointOut ¶
func NewMessageAttemptEndpointOut(endpointId string, id string, msgId string, response string, responseStatusCode int32, status MessageStatus, timestamp time.Time, triggerType MessageAttemptTriggerType, url string) *MessageAttemptEndpointOut
NewMessageAttemptEndpointOut instantiates a new MessageAttemptEndpointOut 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 NewMessageAttemptEndpointOutWithDefaults ¶
func NewMessageAttemptEndpointOutWithDefaults() *MessageAttemptEndpointOut
NewMessageAttemptEndpointOutWithDefaults instantiates a new MessageAttemptEndpointOut 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 (*MessageAttemptEndpointOut) GetEndpointId ¶
func (o *MessageAttemptEndpointOut) GetEndpointId() string
GetEndpointId returns the EndpointId field value
func (*MessageAttemptEndpointOut) GetEndpointIdOk ¶
func (o *MessageAttemptEndpointOut) GetEndpointIdOk() (*string, bool)
GetEndpointIdOk returns a tuple with the EndpointId field value and a boolean to check if the value has been set.
func (*MessageAttemptEndpointOut) GetId ¶
func (o *MessageAttemptEndpointOut) GetId() string
GetId returns the Id field value
func (*MessageAttemptEndpointOut) GetIdOk ¶
func (o *MessageAttemptEndpointOut) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*MessageAttemptEndpointOut) GetMsgId ¶
func (o *MessageAttemptEndpointOut) GetMsgId() string
GetMsgId returns the MsgId field value
func (*MessageAttemptEndpointOut) GetMsgIdOk ¶
func (o *MessageAttemptEndpointOut) GetMsgIdOk() (*string, bool)
GetMsgIdOk returns a tuple with the MsgId field value and a boolean to check if the value has been set.
func (*MessageAttemptEndpointOut) GetResponse ¶
func (o *MessageAttemptEndpointOut) GetResponse() string
GetResponse returns the Response field value
func (*MessageAttemptEndpointOut) GetResponseOk ¶
func (o *MessageAttemptEndpointOut) GetResponseOk() (*string, bool)
GetResponseOk returns a tuple with the Response field value and a boolean to check if the value has been set.
func (*MessageAttemptEndpointOut) GetResponseStatusCode ¶
func (o *MessageAttemptEndpointOut) GetResponseStatusCode() int32
GetResponseStatusCode returns the ResponseStatusCode field value
func (*MessageAttemptEndpointOut) GetResponseStatusCodeOk ¶
func (o *MessageAttemptEndpointOut) GetResponseStatusCodeOk() (*int32, bool)
GetResponseStatusCodeOk returns a tuple with the ResponseStatusCode field value and a boolean to check if the value has been set.
func (*MessageAttemptEndpointOut) GetStatus ¶
func (o *MessageAttemptEndpointOut) GetStatus() MessageStatus
GetStatus returns the Status field value
func (*MessageAttemptEndpointOut) GetStatusOk ¶
func (o *MessageAttemptEndpointOut) GetStatusOk() (*MessageStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*MessageAttemptEndpointOut) GetTimestamp ¶
func (o *MessageAttemptEndpointOut) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field value
func (*MessageAttemptEndpointOut) GetTimestampOk ¶
func (o *MessageAttemptEndpointOut) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (*MessageAttemptEndpointOut) GetTriggerType ¶
func (o *MessageAttemptEndpointOut) GetTriggerType() MessageAttemptTriggerType
GetTriggerType returns the TriggerType field value
func (*MessageAttemptEndpointOut) GetTriggerTypeOk ¶
func (o *MessageAttemptEndpointOut) GetTriggerTypeOk() (*MessageAttemptTriggerType, bool)
GetTriggerTypeOk returns a tuple with the TriggerType field value and a boolean to check if the value has been set.
func (*MessageAttemptEndpointOut) GetUrl ¶
func (o *MessageAttemptEndpointOut) GetUrl() string
GetUrl returns the Url field value
func (*MessageAttemptEndpointOut) GetUrlOk ¶
func (o *MessageAttemptEndpointOut) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (MessageAttemptEndpointOut) MarshalJSON ¶
func (o MessageAttemptEndpointOut) MarshalJSON() ([]byte, error)
func (*MessageAttemptEndpointOut) SetEndpointId ¶
func (o *MessageAttemptEndpointOut) SetEndpointId(v string)
SetEndpointId sets field value
func (*MessageAttemptEndpointOut) SetId ¶
func (o *MessageAttemptEndpointOut) SetId(v string)
SetId sets field value
func (*MessageAttemptEndpointOut) SetMsgId ¶
func (o *MessageAttemptEndpointOut) SetMsgId(v string)
SetMsgId sets field value
func (*MessageAttemptEndpointOut) SetResponse ¶
func (o *MessageAttemptEndpointOut) SetResponse(v string)
SetResponse sets field value
func (*MessageAttemptEndpointOut) SetResponseStatusCode ¶
func (o *MessageAttemptEndpointOut) SetResponseStatusCode(v int32)
SetResponseStatusCode sets field value
func (*MessageAttemptEndpointOut) SetStatus ¶
func (o *MessageAttemptEndpointOut) SetStatus(v MessageStatus)
SetStatus sets field value
func (*MessageAttemptEndpointOut) SetTimestamp ¶
func (o *MessageAttemptEndpointOut) SetTimestamp(v time.Time)
SetTimestamp sets field value
func (*MessageAttemptEndpointOut) SetTriggerType ¶
func (o *MessageAttemptEndpointOut) SetTriggerType(v MessageAttemptTriggerType)
SetTriggerType sets field value
func (*MessageAttemptEndpointOut) SetUrl ¶
func (o *MessageAttemptEndpointOut) SetUrl(v string)
SetUrl sets field value
type MessageAttemptExhaustedEvent ¶
type MessageAttemptExhaustedEvent struct { Data MessageAttemptExhaustedEventData `json:"data"` Type *string `json:"type,omitempty"` }
MessageAttemptExhaustedEvent Sent when a message delivery has failed (all of the retry attempts have been exhausted).
func NewMessageAttemptExhaustedEvent ¶
func NewMessageAttemptExhaustedEvent(data MessageAttemptExhaustedEventData) *MessageAttemptExhaustedEvent
NewMessageAttemptExhaustedEvent instantiates a new MessageAttemptExhaustedEvent 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 NewMessageAttemptExhaustedEventWithDefaults ¶
func NewMessageAttemptExhaustedEventWithDefaults() *MessageAttemptExhaustedEvent
NewMessageAttemptExhaustedEventWithDefaults instantiates a new MessageAttemptExhaustedEvent 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 (*MessageAttemptExhaustedEvent) GetData ¶
func (o *MessageAttemptExhaustedEvent) GetData() MessageAttemptExhaustedEventData
GetData returns the Data field value
func (*MessageAttemptExhaustedEvent) GetDataOk ¶
func (o *MessageAttemptExhaustedEvent) GetDataOk() (*MessageAttemptExhaustedEventData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*MessageAttemptExhaustedEvent) GetType ¶
func (o *MessageAttemptExhaustedEvent) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*MessageAttemptExhaustedEvent) GetTypeOk ¶
func (o *MessageAttemptExhaustedEvent) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MessageAttemptExhaustedEvent) HasType ¶
func (o *MessageAttemptExhaustedEvent) HasType() bool
HasType returns a boolean if a field has been set.
func (MessageAttemptExhaustedEvent) MarshalJSON ¶
func (o MessageAttemptExhaustedEvent) MarshalJSON() ([]byte, error)
func (*MessageAttemptExhaustedEvent) SetData ¶
func (o *MessageAttemptExhaustedEvent) SetData(v MessageAttemptExhaustedEventData)
SetData sets field value
func (*MessageAttemptExhaustedEvent) SetType ¶
func (o *MessageAttemptExhaustedEvent) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type MessageAttemptExhaustedEventData ¶
type MessageAttemptExhaustedEventData struct { AppId string `json:"appId"` // Optional unique identifier for the application AppUid NullableString `json:"appUid,omitempty"` EndpointId string `json:"endpointId"` LastAttempt MessageAttemptFailedData `json:"lastAttempt"` // Optional unique identifier for the message MsgEventId NullableString `json:"msgEventId,omitempty"` MsgId string `json:"msgId"` }
MessageAttemptExhaustedEventData struct for MessageAttemptExhaustedEventData
func NewMessageAttemptExhaustedEventData ¶
func NewMessageAttemptExhaustedEventData(appId string, endpointId string, lastAttempt MessageAttemptFailedData, msgId string) *MessageAttemptExhaustedEventData
NewMessageAttemptExhaustedEventData instantiates a new MessageAttemptExhaustedEventData 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 NewMessageAttemptExhaustedEventDataWithDefaults ¶
func NewMessageAttemptExhaustedEventDataWithDefaults() *MessageAttemptExhaustedEventData
NewMessageAttemptExhaustedEventDataWithDefaults instantiates a new MessageAttemptExhaustedEventData 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 (*MessageAttemptExhaustedEventData) GetAppId ¶
func (o *MessageAttemptExhaustedEventData) GetAppId() string
GetAppId returns the AppId field value
func (*MessageAttemptExhaustedEventData) GetAppIdOk ¶
func (o *MessageAttemptExhaustedEventData) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*MessageAttemptExhaustedEventData) GetAppUid ¶
func (o *MessageAttemptExhaustedEventData) GetAppUid() string
GetAppUid returns the AppUid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MessageAttemptExhaustedEventData) GetAppUidOk ¶
func (o *MessageAttemptExhaustedEventData) GetAppUidOk() (*string, bool)
GetAppUidOk returns a tuple with the AppUid 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 (*MessageAttemptExhaustedEventData) GetEndpointId ¶
func (o *MessageAttemptExhaustedEventData) GetEndpointId() string
GetEndpointId returns the EndpointId field value
func (*MessageAttemptExhaustedEventData) GetEndpointIdOk ¶
func (o *MessageAttemptExhaustedEventData) GetEndpointIdOk() (*string, bool)
GetEndpointIdOk returns a tuple with the EndpointId field value and a boolean to check if the value has been set.
func (*MessageAttemptExhaustedEventData) GetLastAttempt ¶
func (o *MessageAttemptExhaustedEventData) GetLastAttempt() MessageAttemptFailedData
GetLastAttempt returns the LastAttempt field value
func (*MessageAttemptExhaustedEventData) GetLastAttemptOk ¶
func (o *MessageAttemptExhaustedEventData) GetLastAttemptOk() (*MessageAttemptFailedData, bool)
GetLastAttemptOk returns a tuple with the LastAttempt field value and a boolean to check if the value has been set.
func (*MessageAttemptExhaustedEventData) GetMsgEventId ¶
func (o *MessageAttemptExhaustedEventData) GetMsgEventId() string
GetMsgEventId returns the MsgEventId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MessageAttemptExhaustedEventData) GetMsgEventIdOk ¶
func (o *MessageAttemptExhaustedEventData) GetMsgEventIdOk() (*string, bool)
GetMsgEventIdOk returns a tuple with the MsgEventId 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 (*MessageAttemptExhaustedEventData) GetMsgId ¶
func (o *MessageAttemptExhaustedEventData) GetMsgId() string
GetMsgId returns the MsgId field value
func (*MessageAttemptExhaustedEventData) GetMsgIdOk ¶
func (o *MessageAttemptExhaustedEventData) GetMsgIdOk() (*string, bool)
GetMsgIdOk returns a tuple with the MsgId field value and a boolean to check if the value has been set.
func (*MessageAttemptExhaustedEventData) HasAppUid ¶
func (o *MessageAttemptExhaustedEventData) HasAppUid() bool
HasAppUid returns a boolean if a field has been set.
func (*MessageAttemptExhaustedEventData) HasMsgEventId ¶
func (o *MessageAttemptExhaustedEventData) HasMsgEventId() bool
HasMsgEventId returns a boolean if a field has been set.
func (MessageAttemptExhaustedEventData) MarshalJSON ¶
func (o MessageAttemptExhaustedEventData) MarshalJSON() ([]byte, error)
func (*MessageAttemptExhaustedEventData) SetAppId ¶
func (o *MessageAttemptExhaustedEventData) SetAppId(v string)
SetAppId sets field value
func (*MessageAttemptExhaustedEventData) SetAppUid ¶
func (o *MessageAttemptExhaustedEventData) SetAppUid(v string)
SetAppUid gets a reference to the given NullableString and assigns it to the AppUid field.
func (*MessageAttemptExhaustedEventData) SetAppUidNil ¶
func (o *MessageAttemptExhaustedEventData) SetAppUidNil()
SetAppUidNil sets the value for AppUid to be an explicit nil
func (*MessageAttemptExhaustedEventData) SetEndpointId ¶
func (o *MessageAttemptExhaustedEventData) SetEndpointId(v string)
SetEndpointId sets field value
func (*MessageAttemptExhaustedEventData) SetLastAttempt ¶
func (o *MessageAttemptExhaustedEventData) SetLastAttempt(v MessageAttemptFailedData)
SetLastAttempt sets field value
func (*MessageAttemptExhaustedEventData) SetMsgEventId ¶
func (o *MessageAttemptExhaustedEventData) SetMsgEventId(v string)
SetMsgEventId gets a reference to the given NullableString and assigns it to the MsgEventId field.
func (*MessageAttemptExhaustedEventData) SetMsgEventIdNil ¶
func (o *MessageAttemptExhaustedEventData) SetMsgEventIdNil()
SetMsgEventIdNil sets the value for MsgEventId to be an explicit nil
func (*MessageAttemptExhaustedEventData) SetMsgId ¶
func (o *MessageAttemptExhaustedEventData) SetMsgId(v string)
SetMsgId sets field value
func (*MessageAttemptExhaustedEventData) UnsetAppUid ¶
func (o *MessageAttemptExhaustedEventData) UnsetAppUid()
UnsetAppUid ensures that no value is present for AppUid, not even an explicit nil
func (*MessageAttemptExhaustedEventData) UnsetMsgEventId ¶
func (o *MessageAttemptExhaustedEventData) UnsetMsgEventId()
UnsetMsgEventId ensures that no value is present for MsgEventId, not even an explicit nil
type MessageAttemptFailedData ¶
type MessageAttemptFailedData struct { Id string `json:"id"` ResponseStatusCode int32 `json:"responseStatusCode"` Timestamp time.Time `json:"timestamp"` }
MessageAttemptFailedData struct for MessageAttemptFailedData
func NewMessageAttemptFailedData ¶
func NewMessageAttemptFailedData(id string, responseStatusCode int32, timestamp time.Time) *MessageAttemptFailedData
NewMessageAttemptFailedData instantiates a new MessageAttemptFailedData 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 NewMessageAttemptFailedDataWithDefaults ¶
func NewMessageAttemptFailedDataWithDefaults() *MessageAttemptFailedData
NewMessageAttemptFailedDataWithDefaults instantiates a new MessageAttemptFailedData 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 (*MessageAttemptFailedData) GetId ¶
func (o *MessageAttemptFailedData) GetId() string
GetId returns the Id field value
func (*MessageAttemptFailedData) GetIdOk ¶
func (o *MessageAttemptFailedData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*MessageAttemptFailedData) GetResponseStatusCode ¶
func (o *MessageAttemptFailedData) GetResponseStatusCode() int32
GetResponseStatusCode returns the ResponseStatusCode field value
func (*MessageAttemptFailedData) GetResponseStatusCodeOk ¶
func (o *MessageAttemptFailedData) GetResponseStatusCodeOk() (*int32, bool)
GetResponseStatusCodeOk returns a tuple with the ResponseStatusCode field value and a boolean to check if the value has been set.
func (*MessageAttemptFailedData) GetTimestamp ¶
func (o *MessageAttemptFailedData) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field value
func (*MessageAttemptFailedData) GetTimestampOk ¶
func (o *MessageAttemptFailedData) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (MessageAttemptFailedData) MarshalJSON ¶
func (o MessageAttemptFailedData) MarshalJSON() ([]byte, error)
func (*MessageAttemptFailedData) SetId ¶
func (o *MessageAttemptFailedData) SetId(v string)
SetId sets field value
func (*MessageAttemptFailedData) SetResponseStatusCode ¶
func (o *MessageAttemptFailedData) SetResponseStatusCode(v int32)
SetResponseStatusCode sets field value
func (*MessageAttemptFailedData) SetTimestamp ¶
func (o *MessageAttemptFailedData) SetTimestamp(v time.Time)
SetTimestamp sets field value
type MessageAttemptFailedEvent ¶
type MessageAttemptFailedEvent struct { Id string `json:"id"` ResponseStatusCode int32 `json:"responseStatusCode"` Timestamp time.Time `json:"timestamp"` }
MessageAttemptFailedEvent struct for MessageAttemptFailedEvent
func NewMessageAttemptFailedEvent ¶
func NewMessageAttemptFailedEvent(id string, responseStatusCode int32, timestamp time.Time) *MessageAttemptFailedEvent
NewMessageAttemptFailedEvent instantiates a new MessageAttemptFailedEvent 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 NewMessageAttemptFailedEventWithDefaults ¶
func NewMessageAttemptFailedEventWithDefaults() *MessageAttemptFailedEvent
NewMessageAttemptFailedEventWithDefaults instantiates a new MessageAttemptFailedEvent 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 (*MessageAttemptFailedEvent) GetId ¶
func (o *MessageAttemptFailedEvent) GetId() string
GetId returns the Id field value
func (*MessageAttemptFailedEvent) GetIdOk ¶
func (o *MessageAttemptFailedEvent) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*MessageAttemptFailedEvent) GetResponseStatusCode ¶
func (o *MessageAttemptFailedEvent) GetResponseStatusCode() int32
GetResponseStatusCode returns the ResponseStatusCode field value
func (*MessageAttemptFailedEvent) GetResponseStatusCodeOk ¶
func (o *MessageAttemptFailedEvent) GetResponseStatusCodeOk() (*int32, bool)
GetResponseStatusCodeOk returns a tuple with the ResponseStatusCode field value and a boolean to check if the value has been set.
func (*MessageAttemptFailedEvent) GetTimestamp ¶
func (o *MessageAttemptFailedEvent) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field value
func (*MessageAttemptFailedEvent) GetTimestampOk ¶
func (o *MessageAttemptFailedEvent) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (MessageAttemptFailedEvent) MarshalJSON ¶
func (o MessageAttemptFailedEvent) MarshalJSON() ([]byte, error)
func (*MessageAttemptFailedEvent) SetId ¶
func (o *MessageAttemptFailedEvent) SetId(v string)
SetId sets field value
func (*MessageAttemptFailedEvent) SetResponseStatusCode ¶
func (o *MessageAttemptFailedEvent) SetResponseStatusCode(v int32)
SetResponseStatusCode sets field value
func (*MessageAttemptFailedEvent) SetTimestamp ¶
func (o *MessageAttemptFailedEvent) SetTimestamp(v time.Time)
SetTimestamp sets field value
type MessageAttemptFailingEvent ¶
type MessageAttemptFailingEvent struct { Data MessageAttemptFailingEventData `json:"data"` Type *string `json:"type,omitempty"` }
MessageAttemptFailingEvent Sent after a message has been failing for a few times. It's sent on the fourth failure. It complements `message.attempt.exhausted` which is sent after the last failure.
func NewMessageAttemptFailingEvent ¶
func NewMessageAttemptFailingEvent(data MessageAttemptFailingEventData) *MessageAttemptFailingEvent
NewMessageAttemptFailingEvent instantiates a new MessageAttemptFailingEvent 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 NewMessageAttemptFailingEventWithDefaults ¶
func NewMessageAttemptFailingEventWithDefaults() *MessageAttemptFailingEvent
NewMessageAttemptFailingEventWithDefaults instantiates a new MessageAttemptFailingEvent 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 (*MessageAttemptFailingEvent) GetData ¶
func (o *MessageAttemptFailingEvent) GetData() MessageAttemptFailingEventData
GetData returns the Data field value
func (*MessageAttemptFailingEvent) GetDataOk ¶
func (o *MessageAttemptFailingEvent) GetDataOk() (*MessageAttemptFailingEventData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*MessageAttemptFailingEvent) GetType ¶
func (o *MessageAttemptFailingEvent) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*MessageAttemptFailingEvent) GetTypeOk ¶
func (o *MessageAttemptFailingEvent) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MessageAttemptFailingEvent) HasType ¶
func (o *MessageAttemptFailingEvent) HasType() bool
HasType returns a boolean if a field has been set.
func (MessageAttemptFailingEvent) MarshalJSON ¶
func (o MessageAttemptFailingEvent) MarshalJSON() ([]byte, error)
func (*MessageAttemptFailingEvent) SetData ¶
func (o *MessageAttemptFailingEvent) SetData(v MessageAttemptFailingEventData)
SetData sets field value
func (*MessageAttemptFailingEvent) SetType ¶
func (o *MessageAttemptFailingEvent) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type MessageAttemptFailingEventData ¶
type MessageAttemptFailingEventData struct { AppId string `json:"appId"` // Optional unique identifier for the application AppUid NullableString `json:"appUid,omitempty"` EndpointId string `json:"endpointId"` LastAttempt MessageAttemptFailedData `json:"lastAttempt"` // Optional unique identifier for the message MsgEventId NullableString `json:"msgEventId,omitempty"` MsgId string `json:"msgId"` }
MessageAttemptFailingEventData struct for MessageAttemptFailingEventData
func NewMessageAttemptFailingEventData ¶
func NewMessageAttemptFailingEventData(appId string, endpointId string, lastAttempt MessageAttemptFailedData, msgId string) *MessageAttemptFailingEventData
NewMessageAttemptFailingEventData instantiates a new MessageAttemptFailingEventData 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 NewMessageAttemptFailingEventDataWithDefaults ¶
func NewMessageAttemptFailingEventDataWithDefaults() *MessageAttemptFailingEventData
NewMessageAttemptFailingEventDataWithDefaults instantiates a new MessageAttemptFailingEventData 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 (*MessageAttemptFailingEventData) GetAppId ¶
func (o *MessageAttemptFailingEventData) GetAppId() string
GetAppId returns the AppId field value
func (*MessageAttemptFailingEventData) GetAppIdOk ¶
func (o *MessageAttemptFailingEventData) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*MessageAttemptFailingEventData) GetAppUid ¶
func (o *MessageAttemptFailingEventData) GetAppUid() string
GetAppUid returns the AppUid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MessageAttemptFailingEventData) GetAppUidOk ¶
func (o *MessageAttemptFailingEventData) GetAppUidOk() (*string, bool)
GetAppUidOk returns a tuple with the AppUid 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 (*MessageAttemptFailingEventData) GetEndpointId ¶
func (o *MessageAttemptFailingEventData) GetEndpointId() string
GetEndpointId returns the EndpointId field value
func (*MessageAttemptFailingEventData) GetEndpointIdOk ¶
func (o *MessageAttemptFailingEventData) GetEndpointIdOk() (*string, bool)
GetEndpointIdOk returns a tuple with the EndpointId field value and a boolean to check if the value has been set.
func (*MessageAttemptFailingEventData) GetLastAttempt ¶
func (o *MessageAttemptFailingEventData) GetLastAttempt() MessageAttemptFailedData
GetLastAttempt returns the LastAttempt field value
func (*MessageAttemptFailingEventData) GetLastAttemptOk ¶
func (o *MessageAttemptFailingEventData) GetLastAttemptOk() (*MessageAttemptFailedData, bool)
GetLastAttemptOk returns a tuple with the LastAttempt field value and a boolean to check if the value has been set.
func (*MessageAttemptFailingEventData) GetMsgEventId ¶
func (o *MessageAttemptFailingEventData) GetMsgEventId() string
GetMsgEventId returns the MsgEventId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MessageAttemptFailingEventData) GetMsgEventIdOk ¶
func (o *MessageAttemptFailingEventData) GetMsgEventIdOk() (*string, bool)
GetMsgEventIdOk returns a tuple with the MsgEventId 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 (*MessageAttemptFailingEventData) GetMsgId ¶
func (o *MessageAttemptFailingEventData) GetMsgId() string
GetMsgId returns the MsgId field value
func (*MessageAttemptFailingEventData) GetMsgIdOk ¶
func (o *MessageAttemptFailingEventData) GetMsgIdOk() (*string, bool)
GetMsgIdOk returns a tuple with the MsgId field value and a boolean to check if the value has been set.
func (*MessageAttemptFailingEventData) HasAppUid ¶
func (o *MessageAttemptFailingEventData) HasAppUid() bool
HasAppUid returns a boolean if a field has been set.
func (*MessageAttemptFailingEventData) HasMsgEventId ¶
func (o *MessageAttemptFailingEventData) HasMsgEventId() bool
HasMsgEventId returns a boolean if a field has been set.
func (MessageAttemptFailingEventData) MarshalJSON ¶
func (o MessageAttemptFailingEventData) MarshalJSON() ([]byte, error)
func (*MessageAttemptFailingEventData) SetAppId ¶
func (o *MessageAttemptFailingEventData) SetAppId(v string)
SetAppId sets field value
func (*MessageAttemptFailingEventData) SetAppUid ¶
func (o *MessageAttemptFailingEventData) SetAppUid(v string)
SetAppUid gets a reference to the given NullableString and assigns it to the AppUid field.
func (*MessageAttemptFailingEventData) SetAppUidNil ¶
func (o *MessageAttemptFailingEventData) SetAppUidNil()
SetAppUidNil sets the value for AppUid to be an explicit nil
func (*MessageAttemptFailingEventData) SetEndpointId ¶
func (o *MessageAttemptFailingEventData) SetEndpointId(v string)
SetEndpointId sets field value
func (*MessageAttemptFailingEventData) SetLastAttempt ¶
func (o *MessageAttemptFailingEventData) SetLastAttempt(v MessageAttemptFailedData)
SetLastAttempt sets field value
func (*MessageAttemptFailingEventData) SetMsgEventId ¶
func (o *MessageAttemptFailingEventData) SetMsgEventId(v string)
SetMsgEventId gets a reference to the given NullableString and assigns it to the MsgEventId field.
func (*MessageAttemptFailingEventData) SetMsgEventIdNil ¶
func (o *MessageAttemptFailingEventData) SetMsgEventIdNil()
SetMsgEventIdNil sets the value for MsgEventId to be an explicit nil
func (*MessageAttemptFailingEventData) SetMsgId ¶
func (o *MessageAttemptFailingEventData) SetMsgId(v string)
SetMsgId sets field value
func (*MessageAttemptFailingEventData) UnsetAppUid ¶
func (o *MessageAttemptFailingEventData) UnsetAppUid()
UnsetAppUid ensures that no value is present for AppUid, not even an explicit nil
func (*MessageAttemptFailingEventData) UnsetMsgEventId ¶
func (o *MessageAttemptFailingEventData) UnsetMsgEventId()
UnsetMsgEventId ensures that no value is present for MsgEventId, not even an explicit nil
type MessageAttemptHeadersOut ¶
MessageAttemptHeadersOut struct for MessageAttemptHeadersOut
func NewMessageAttemptHeadersOut ¶
func NewMessageAttemptHeadersOut(sentHeaders map[string]string) *MessageAttemptHeadersOut
NewMessageAttemptHeadersOut instantiates a new MessageAttemptHeadersOut 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 NewMessageAttemptHeadersOutWithDefaults ¶
func NewMessageAttemptHeadersOutWithDefaults() *MessageAttemptHeadersOut
NewMessageAttemptHeadersOutWithDefaults instantiates a new MessageAttemptHeadersOut 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 (*MessageAttemptHeadersOut) GetSentHeaders ¶
func (o *MessageAttemptHeadersOut) GetSentHeaders() map[string]string
GetSentHeaders returns the SentHeaders field value
func (*MessageAttemptHeadersOut) GetSentHeadersOk ¶
func (o *MessageAttemptHeadersOut) GetSentHeadersOk() (*map[string]string, bool)
GetSentHeadersOk returns a tuple with the SentHeaders field value and a boolean to check if the value has been set.
func (MessageAttemptHeadersOut) MarshalJSON ¶
func (o MessageAttemptHeadersOut) MarshalJSON() ([]byte, error)
func (*MessageAttemptHeadersOut) SetSentHeaders ¶
func (o *MessageAttemptHeadersOut) SetSentHeaders(v map[string]string)
SetSentHeaders sets field value
type MessageAttemptOut ¶
type MessageAttemptOut struct { EndpointId string `json:"endpointId"` Id string `json:"id"` MsgId string `json:"msgId"` Response string `json:"response"` ResponseStatusCode int32 `json:"responseStatusCode"` Status MessageStatus `json:"status"` Timestamp time.Time `json:"timestamp"` TriggerType MessageAttemptTriggerType `json:"triggerType"` Url string `json:"url"` }
MessageAttemptOut struct for MessageAttemptOut
func NewMessageAttemptOut ¶
func NewMessageAttemptOut(endpointId string, id string, msgId string, response string, responseStatusCode int32, status MessageStatus, timestamp time.Time, triggerType MessageAttemptTriggerType, url string) *MessageAttemptOut
NewMessageAttemptOut instantiates a new MessageAttemptOut 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 NewMessageAttemptOutWithDefaults ¶
func NewMessageAttemptOutWithDefaults() *MessageAttemptOut
NewMessageAttemptOutWithDefaults instantiates a new MessageAttemptOut 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 (*MessageAttemptOut) GetEndpointId ¶
func (o *MessageAttemptOut) GetEndpointId() string
GetEndpointId returns the EndpointId field value
func (*MessageAttemptOut) GetEndpointIdOk ¶
func (o *MessageAttemptOut) GetEndpointIdOk() (*string, bool)
GetEndpointIdOk returns a tuple with the EndpointId field value and a boolean to check if the value has been set.
func (*MessageAttemptOut) GetId ¶
func (o *MessageAttemptOut) GetId() string
GetId returns the Id field value
func (*MessageAttemptOut) GetIdOk ¶
func (o *MessageAttemptOut) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*MessageAttemptOut) GetMsgId ¶
func (o *MessageAttemptOut) GetMsgId() string
GetMsgId returns the MsgId field value
func (*MessageAttemptOut) GetMsgIdOk ¶
func (o *MessageAttemptOut) GetMsgIdOk() (*string, bool)
GetMsgIdOk returns a tuple with the MsgId field value and a boolean to check if the value has been set.
func (*MessageAttemptOut) GetResponse ¶
func (o *MessageAttemptOut) GetResponse() string
GetResponse returns the Response field value
func (*MessageAttemptOut) GetResponseOk ¶
func (o *MessageAttemptOut) GetResponseOk() (*string, bool)
GetResponseOk returns a tuple with the Response field value and a boolean to check if the value has been set.
func (*MessageAttemptOut) GetResponseStatusCode ¶
func (o *MessageAttemptOut) GetResponseStatusCode() int32
GetResponseStatusCode returns the ResponseStatusCode field value
func (*MessageAttemptOut) GetResponseStatusCodeOk ¶
func (o *MessageAttemptOut) GetResponseStatusCodeOk() (*int32, bool)
GetResponseStatusCodeOk returns a tuple with the ResponseStatusCode field value and a boolean to check if the value has been set.
func (*MessageAttemptOut) GetStatus ¶
func (o *MessageAttemptOut) GetStatus() MessageStatus
GetStatus returns the Status field value
func (*MessageAttemptOut) GetStatusOk ¶
func (o *MessageAttemptOut) GetStatusOk() (*MessageStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*MessageAttemptOut) GetTimestamp ¶
func (o *MessageAttemptOut) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field value
func (*MessageAttemptOut) GetTimestampOk ¶
func (o *MessageAttemptOut) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (*MessageAttemptOut) GetTriggerType ¶
func (o *MessageAttemptOut) GetTriggerType() MessageAttemptTriggerType
GetTriggerType returns the TriggerType field value
func (*MessageAttemptOut) GetTriggerTypeOk ¶
func (o *MessageAttemptOut) GetTriggerTypeOk() (*MessageAttemptTriggerType, bool)
GetTriggerTypeOk returns a tuple with the TriggerType field value and a boolean to check if the value has been set.
func (*MessageAttemptOut) GetUrl ¶
func (o *MessageAttemptOut) GetUrl() string
GetUrl returns the Url field value
func (*MessageAttemptOut) GetUrlOk ¶
func (o *MessageAttemptOut) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (MessageAttemptOut) MarshalJSON ¶
func (o MessageAttemptOut) MarshalJSON() ([]byte, error)
func (*MessageAttemptOut) SetEndpointId ¶
func (o *MessageAttemptOut) SetEndpointId(v string)
SetEndpointId sets field value
func (*MessageAttemptOut) SetId ¶
func (o *MessageAttemptOut) SetId(v string)
SetId sets field value
func (*MessageAttemptOut) SetMsgId ¶
func (o *MessageAttemptOut) SetMsgId(v string)
SetMsgId sets field value
func (*MessageAttemptOut) SetResponse ¶
func (o *MessageAttemptOut) SetResponse(v string)
SetResponse sets field value
func (*MessageAttemptOut) SetResponseStatusCode ¶
func (o *MessageAttemptOut) SetResponseStatusCode(v int32)
SetResponseStatusCode sets field value
func (*MessageAttemptOut) SetStatus ¶
func (o *MessageAttemptOut) SetStatus(v MessageStatus)
SetStatus sets field value
func (*MessageAttemptOut) SetTimestamp ¶
func (o *MessageAttemptOut) SetTimestamp(v time.Time)
SetTimestamp sets field value
func (*MessageAttemptOut) SetTriggerType ¶
func (o *MessageAttemptOut) SetTriggerType(v MessageAttemptTriggerType)
SetTriggerType sets field value
func (*MessageAttemptOut) SetUrl ¶
func (o *MessageAttemptOut) SetUrl(v string)
SetUrl sets field value
type MessageAttemptTriggerType ¶
type MessageAttemptTriggerType int32
MessageAttemptTriggerType The reason an attempt was made: - Scheduled = 0 - Manual = 1
const ( MESSAGEATTEMPTTRIGGERTYPE_Scheduled MessageAttemptTriggerType = 0 MESSAGEATTEMPTTRIGGERTYPE_Manual MessageAttemptTriggerType = 1 )
List of MessageAttemptTriggerType
func NewMessageAttemptTriggerTypeFromValue ¶
func NewMessageAttemptTriggerTypeFromValue(v int32) (*MessageAttemptTriggerType, error)
NewMessageAttemptTriggerTypeFromValue returns a pointer to a valid MessageAttemptTriggerType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (MessageAttemptTriggerType) IsValid ¶
func (v MessageAttemptTriggerType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (MessageAttemptTriggerType) Ptr ¶
func (v MessageAttemptTriggerType) Ptr() *MessageAttemptTriggerType
Ptr returns reference to MessageAttemptTriggerType value
func (*MessageAttemptTriggerType) UnmarshalJSON ¶
func (v *MessageAttemptTriggerType) UnmarshalJSON(src []byte) error
type MessageEndpointOut ¶
type MessageEndpointOut struct { // List of message channels this endpoint listens to (omit for all) Channels []string `json:"channels,omitempty"` CreatedAt time.Time `json:"createdAt"` Description *string `json:"description,omitempty"` Disabled *bool `json:"disabled,omitempty"` FilterTypes []string `json:"filterTypes,omitempty"` Id string `json:"id"` Metadata map[string]string `json:"metadata,omitempty"` NextAttempt NullableTime `json:"nextAttempt,omitempty"` RateLimit NullableInt32 `json:"rateLimit,omitempty"` Status MessageStatus `json:"status"` // Optional unique identifier for the endpoint Uid NullableString `json:"uid,omitempty"` Url string `json:"url"` Version int32 `json:"version"` }
MessageEndpointOut struct for MessageEndpointOut
func NewMessageEndpointOut ¶
func NewMessageEndpointOut(createdAt time.Time, id string, status MessageStatus, url string, version int32) *MessageEndpointOut
NewMessageEndpointOut instantiates a new MessageEndpointOut 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 NewMessageEndpointOutWithDefaults ¶
func NewMessageEndpointOutWithDefaults() *MessageEndpointOut
NewMessageEndpointOutWithDefaults instantiates a new MessageEndpointOut 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 (*MessageEndpointOut) GetChannels ¶
func (o *MessageEndpointOut) GetChannels() []string
GetChannels returns the Channels field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MessageEndpointOut) GetChannelsOk ¶
func (o *MessageEndpointOut) GetChannelsOk() (*[]string, bool)
GetChannelsOk returns a tuple with the Channels 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 (*MessageEndpointOut) GetCreatedAt ¶
func (o *MessageEndpointOut) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*MessageEndpointOut) GetCreatedAtOk ¶
func (o *MessageEndpointOut) 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 (*MessageEndpointOut) GetDescription ¶
func (o *MessageEndpointOut) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*MessageEndpointOut) GetDescriptionOk ¶
func (o *MessageEndpointOut) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MessageEndpointOut) GetDisabled ¶
func (o *MessageEndpointOut) GetDisabled() bool
GetDisabled returns the Disabled field value if set, zero value otherwise.
func (*MessageEndpointOut) GetDisabledOk ¶
func (o *MessageEndpointOut) GetDisabledOk() (*bool, bool)
GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MessageEndpointOut) GetFilterTypes ¶
func (o *MessageEndpointOut) GetFilterTypes() []string
GetFilterTypes returns the FilterTypes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MessageEndpointOut) GetFilterTypesOk ¶
func (o *MessageEndpointOut) GetFilterTypesOk() (*[]string, bool)
GetFilterTypesOk returns a tuple with the FilterTypes 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 (*MessageEndpointOut) GetId ¶
func (o *MessageEndpointOut) GetId() string
GetId returns the Id field value
func (*MessageEndpointOut) GetIdOk ¶
func (o *MessageEndpointOut) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*MessageEndpointOut) GetMetadata ¶
func (o *MessageEndpointOut) GetMetadata() map[string]string
GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MessageEndpointOut) GetMetadataOk ¶
func (o *MessageEndpointOut) GetMetadataOk() (*map[string]string, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*MessageEndpointOut) GetNextAttempt ¶
func (o *MessageEndpointOut) GetNextAttempt() time.Time
GetNextAttempt returns the NextAttempt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MessageEndpointOut) GetNextAttemptOk ¶
func (o *MessageEndpointOut) GetNextAttemptOk() (*time.Time, bool)
GetNextAttemptOk returns a tuple with the NextAttempt 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 (*MessageEndpointOut) GetRateLimit ¶
func (o *MessageEndpointOut) GetRateLimit() int32
GetRateLimit returns the RateLimit field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MessageEndpointOut) GetRateLimitOk ¶
func (o *MessageEndpointOut) GetRateLimitOk() (*int32, bool)
GetRateLimitOk returns a tuple with the RateLimit 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 (*MessageEndpointOut) GetStatus ¶
func (o *MessageEndpointOut) GetStatus() MessageStatus
GetStatus returns the Status field value
func (*MessageEndpointOut) GetStatusOk ¶
func (o *MessageEndpointOut) GetStatusOk() (*MessageStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*MessageEndpointOut) GetUid ¶
func (o *MessageEndpointOut) GetUid() string
GetUid returns the Uid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MessageEndpointOut) GetUidOk ¶
func (o *MessageEndpointOut) GetUidOk() (*string, bool)
GetUidOk returns a tuple with the Uid 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 (*MessageEndpointOut) GetUrl ¶
func (o *MessageEndpointOut) GetUrl() string
GetUrl returns the Url field value
func (*MessageEndpointOut) GetUrlOk ¶
func (o *MessageEndpointOut) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*MessageEndpointOut) GetVersion ¶
func (o *MessageEndpointOut) GetVersion() int32
GetVersion returns the Version field value
func (*MessageEndpointOut) GetVersionOk ¶
func (o *MessageEndpointOut) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*MessageEndpointOut) HasChannels ¶
func (o *MessageEndpointOut) HasChannels() bool
HasChannels returns a boolean if a field has been set.
func (*MessageEndpointOut) HasDescription ¶
func (o *MessageEndpointOut) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*MessageEndpointOut) HasDisabled ¶
func (o *MessageEndpointOut) HasDisabled() bool
HasDisabled returns a boolean if a field has been set.
func (*MessageEndpointOut) HasFilterTypes ¶
func (o *MessageEndpointOut) HasFilterTypes() bool
HasFilterTypes returns a boolean if a field has been set.
func (*MessageEndpointOut) HasMetadata ¶
func (o *MessageEndpointOut) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*MessageEndpointOut) HasNextAttempt ¶
func (o *MessageEndpointOut) HasNextAttempt() bool
HasNextAttempt returns a boolean if a field has been set.
func (*MessageEndpointOut) HasRateLimit ¶
func (o *MessageEndpointOut) HasRateLimit() bool
HasRateLimit returns a boolean if a field has been set.
func (*MessageEndpointOut) HasUid ¶
func (o *MessageEndpointOut) HasUid() bool
HasUid returns a boolean if a field has been set.
func (MessageEndpointOut) MarshalJSON ¶
func (o MessageEndpointOut) MarshalJSON() ([]byte, error)
func (*MessageEndpointOut) SetChannels ¶
func (o *MessageEndpointOut) SetChannels(v []string)
SetChannels gets a reference to the given []string and assigns it to the Channels field.
func (*MessageEndpointOut) SetCreatedAt ¶
func (o *MessageEndpointOut) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*MessageEndpointOut) SetDescription ¶
func (o *MessageEndpointOut) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*MessageEndpointOut) SetDisabled ¶
func (o *MessageEndpointOut) SetDisabled(v bool)
SetDisabled gets a reference to the given bool and assigns it to the Disabled field.
func (*MessageEndpointOut) SetFilterTypes ¶
func (o *MessageEndpointOut) SetFilterTypes(v []string)
SetFilterTypes gets a reference to the given []string and assigns it to the FilterTypes field.
func (*MessageEndpointOut) SetId ¶
func (o *MessageEndpointOut) SetId(v string)
SetId sets field value
func (*MessageEndpointOut) SetMetadata ¶
func (o *MessageEndpointOut) SetMetadata(v map[string]string)
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*MessageEndpointOut) SetNextAttempt ¶
func (o *MessageEndpointOut) SetNextAttempt(v time.Time)
SetNextAttempt gets a reference to the given NullableTime and assigns it to the NextAttempt field.
func (*MessageEndpointOut) SetNextAttemptNil ¶
func (o *MessageEndpointOut) SetNextAttemptNil()
SetNextAttemptNil sets the value for NextAttempt to be an explicit nil
func (*MessageEndpointOut) SetRateLimit ¶
func (o *MessageEndpointOut) SetRateLimit(v int32)
SetRateLimit gets a reference to the given NullableInt32 and assigns it to the RateLimit field.
func (*MessageEndpointOut) SetRateLimitNil ¶
func (o *MessageEndpointOut) SetRateLimitNil()
SetRateLimitNil sets the value for RateLimit to be an explicit nil
func (*MessageEndpointOut) SetStatus ¶
func (o *MessageEndpointOut) SetStatus(v MessageStatus)
SetStatus sets field value
func (*MessageEndpointOut) SetUid ¶
func (o *MessageEndpointOut) SetUid(v string)
SetUid gets a reference to the given NullableString and assigns it to the Uid field.
func (*MessageEndpointOut) SetUidNil ¶
func (o *MessageEndpointOut) SetUidNil()
SetUidNil sets the value for Uid to be an explicit nil
func (*MessageEndpointOut) SetUrl ¶
func (o *MessageEndpointOut) SetUrl(v string)
SetUrl sets field value
func (*MessageEndpointOut) SetVersion ¶
func (o *MessageEndpointOut) SetVersion(v int32)
SetVersion sets field value
func (*MessageEndpointOut) UnsetNextAttempt ¶
func (o *MessageEndpointOut) UnsetNextAttempt()
UnsetNextAttempt ensures that no value is present for NextAttempt, not even an explicit nil
func (*MessageEndpointOut) UnsetRateLimit ¶
func (o *MessageEndpointOut) UnsetRateLimit()
UnsetRateLimit ensures that no value is present for RateLimit, not even an explicit nil
func (*MessageEndpointOut) UnsetUid ¶
func (o *MessageEndpointOut) UnsetUid()
UnsetUid ensures that no value is present for Uid, not even an explicit nil
type MessageIn ¶
type MessageIn struct { // List of free-form identifiers that endpoints can filter by Channels []string `json:"channels,omitempty"` // Optional unique identifier for the message EventId NullableString `json:"eventId,omitempty"` EventType string `json:"eventType"` Payload map[string]interface{} `json:"payload"` // The retention period for the payload (in days). PayloadRetentionPeriod *int32 `json:"payloadRetentionPeriod,omitempty"` }
MessageIn struct for MessageIn
func NewMessageIn ¶
NewMessageIn instantiates a new MessageIn 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 NewMessageInWithDefaults ¶
func NewMessageInWithDefaults() *MessageIn
NewMessageInWithDefaults instantiates a new MessageIn 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 (*MessageIn) GetChannels ¶
GetChannels returns the Channels field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MessageIn) GetChannelsOk ¶
GetChannelsOk returns a tuple with the Channels 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 (*MessageIn) GetEventId ¶
GetEventId returns the EventId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MessageIn) GetEventIdOk ¶
GetEventIdOk returns a tuple with the EventId 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 (*MessageIn) GetEventType ¶
GetEventType returns the EventType field value
func (*MessageIn) GetEventTypeOk ¶
GetEventTypeOk returns a tuple with the EventType field value and a boolean to check if the value has been set.
func (*MessageIn) GetPayload ¶
GetPayload returns the Payload field value
func (*MessageIn) GetPayloadOk ¶
GetPayloadOk returns a tuple with the Payload field value and a boolean to check if the value has been set.
func (*MessageIn) GetPayloadRetentionPeriod ¶
GetPayloadRetentionPeriod returns the PayloadRetentionPeriod field value if set, zero value otherwise.
func (*MessageIn) GetPayloadRetentionPeriodOk ¶
GetPayloadRetentionPeriodOk returns a tuple with the PayloadRetentionPeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MessageIn) HasChannels ¶
HasChannels returns a boolean if a field has been set.
func (*MessageIn) HasEventId ¶
HasEventId returns a boolean if a field has been set.
func (*MessageIn) HasPayloadRetentionPeriod ¶
HasPayloadRetentionPeriod returns a boolean if a field has been set.
func (MessageIn) MarshalJSON ¶
func (*MessageIn) SetChannels ¶
SetChannels gets a reference to the given []string and assigns it to the Channels field.
func (*MessageIn) SetEventId ¶
SetEventId gets a reference to the given NullableString and assigns it to the EventId field.
func (*MessageIn) SetEventIdNil ¶
func (o *MessageIn) SetEventIdNil()
SetEventIdNil sets the value for EventId to be an explicit nil
func (*MessageIn) SetEventType ¶
SetEventType sets field value
func (*MessageIn) SetPayload ¶
SetPayload sets field value
func (*MessageIn) SetPayloadRetentionPeriod ¶
SetPayloadRetentionPeriod gets a reference to the given int32 and assigns it to the PayloadRetentionPeriod field.
func (*MessageIn) UnsetEventId ¶
func (o *MessageIn) UnsetEventId()
UnsetEventId ensures that no value is present for EventId, not even an explicit nil
type MessageOut ¶
type MessageOut struct { // List of free-form identifiers that endpoints can filter by Channels []string `json:"channels,omitempty"` // Optional unique identifier for the message EventId NullableString `json:"eventId,omitempty"` EventType string `json:"eventType"` Id string `json:"id"` Payload map[string]interface{} `json:"payload"` Timestamp time.Time `json:"timestamp"` }
MessageOut struct for MessageOut
func NewMessageOut ¶
func NewMessageOut(eventType string, id string, payload map[string]interface{}, timestamp time.Time) *MessageOut
NewMessageOut instantiates a new MessageOut 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 NewMessageOutWithDefaults ¶
func NewMessageOutWithDefaults() *MessageOut
NewMessageOutWithDefaults instantiates a new MessageOut 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 (*MessageOut) GetChannels ¶
func (o *MessageOut) GetChannels() []string
GetChannels returns the Channels field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MessageOut) GetChannelsOk ¶
func (o *MessageOut) GetChannelsOk() (*[]string, bool)
GetChannelsOk returns a tuple with the Channels 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 (*MessageOut) GetEventId ¶
func (o *MessageOut) GetEventId() string
GetEventId returns the EventId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*MessageOut) GetEventIdOk ¶
func (o *MessageOut) GetEventIdOk() (*string, bool)
GetEventIdOk returns a tuple with the EventId 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 (*MessageOut) GetEventType ¶
func (o *MessageOut) GetEventType() string
GetEventType returns the EventType field value
func (*MessageOut) GetEventTypeOk ¶
func (o *MessageOut) GetEventTypeOk() (*string, bool)
GetEventTypeOk returns a tuple with the EventType field value and a boolean to check if the value has been set.
func (*MessageOut) GetIdOk ¶
func (o *MessageOut) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*MessageOut) GetPayload ¶
func (o *MessageOut) GetPayload() map[string]interface{}
GetPayload returns the Payload field value
func (*MessageOut) GetPayloadOk ¶
func (o *MessageOut) GetPayloadOk() (*map[string]interface{}, bool)
GetPayloadOk returns a tuple with the Payload field value and a boolean to check if the value has been set.
func (*MessageOut) GetTimestamp ¶
func (o *MessageOut) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field value
func (*MessageOut) GetTimestampOk ¶
func (o *MessageOut) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (*MessageOut) HasChannels ¶
func (o *MessageOut) HasChannels() bool
HasChannels returns a boolean if a field has been set.
func (*MessageOut) HasEventId ¶
func (o *MessageOut) HasEventId() bool
HasEventId returns a boolean if a field has been set.
func (MessageOut) MarshalJSON ¶
func (o MessageOut) MarshalJSON() ([]byte, error)
func (*MessageOut) SetChannels ¶
func (o *MessageOut) SetChannels(v []string)
SetChannels gets a reference to the given []string and assigns it to the Channels field.
func (*MessageOut) SetEventId ¶
func (o *MessageOut) SetEventId(v string)
SetEventId gets a reference to the given NullableString and assigns it to the EventId field.
func (*MessageOut) SetEventIdNil ¶
func (o *MessageOut) SetEventIdNil()
SetEventIdNil sets the value for EventId to be an explicit nil
func (*MessageOut) SetEventType ¶
func (o *MessageOut) SetEventType(v string)
SetEventType sets field value
func (*MessageOut) SetPayload ¶
func (o *MessageOut) SetPayload(v map[string]interface{})
SetPayload sets field value
func (*MessageOut) SetTimestamp ¶
func (o *MessageOut) SetTimestamp(v time.Time)
SetTimestamp sets field value
func (*MessageOut) UnsetEventId ¶
func (o *MessageOut) UnsetEventId()
UnsetEventId ensures that no value is present for EventId, not even an explicit nil
type MessageStatus ¶
type MessageStatus int32
MessageStatus The sending status of the message: - Success = 0 - Pending = 1 - Fail = 2 - Sending = 3
const ( MESSAGESTATUS_Success MessageStatus = 0 MESSAGESTATUS_Pending MessageStatus = 1 MESSAGESTATUS_Fail MessageStatus = 2 MESSAGESTATUS_Sending MessageStatus = 3 )
List of MessageStatus
func NewMessageStatusFromValue ¶
func NewMessageStatusFromValue(v int32) (*MessageStatus, error)
NewMessageStatusFromValue returns a pointer to a valid MessageStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (MessageStatus) IsValid ¶
func (v MessageStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (MessageStatus) Ptr ¶
func (v MessageStatus) Ptr() *MessageStatus
Ptr returns reference to MessageStatus value
func (*MessageStatus) UnmarshalJSON ¶
func (v *MessageStatus) UnmarshalJSON(src []byte) error
type NullableAppPortalAccessIn ¶
type NullableAppPortalAccessIn struct {
// contains filtered or unexported fields
}
func NewNullableAppPortalAccessIn ¶
func NewNullableAppPortalAccessIn(val *AppPortalAccessIn) *NullableAppPortalAccessIn
func (NullableAppPortalAccessIn) Get ¶
func (v NullableAppPortalAccessIn) Get() *AppPortalAccessIn
func (NullableAppPortalAccessIn) IsSet ¶
func (v NullableAppPortalAccessIn) IsSet() bool
func (NullableAppPortalAccessIn) MarshalJSON ¶
func (v NullableAppPortalAccessIn) MarshalJSON() ([]byte, error)
func (*NullableAppPortalAccessIn) Set ¶
func (v *NullableAppPortalAccessIn) Set(val *AppPortalAccessIn)
func (*NullableAppPortalAccessIn) UnmarshalJSON ¶
func (v *NullableAppPortalAccessIn) UnmarshalJSON(src []byte) error
func (*NullableAppPortalAccessIn) Unset ¶
func (v *NullableAppPortalAccessIn) Unset()
type NullableAppPortalAccessOut ¶
type NullableAppPortalAccessOut struct {
// contains filtered or unexported fields
}
func NewNullableAppPortalAccessOut ¶
func NewNullableAppPortalAccessOut(val *AppPortalAccessOut) *NullableAppPortalAccessOut
func (NullableAppPortalAccessOut) Get ¶
func (v NullableAppPortalAccessOut) Get() *AppPortalAccessOut
func (NullableAppPortalAccessOut) IsSet ¶
func (v NullableAppPortalAccessOut) IsSet() bool
func (NullableAppPortalAccessOut) MarshalJSON ¶
func (v NullableAppPortalAccessOut) MarshalJSON() ([]byte, error)
func (*NullableAppPortalAccessOut) Set ¶
func (v *NullableAppPortalAccessOut) Set(val *AppPortalAccessOut)
func (*NullableAppPortalAccessOut) UnmarshalJSON ¶
func (v *NullableAppPortalAccessOut) UnmarshalJSON(src []byte) error
func (*NullableAppPortalAccessOut) Unset ¶
func (v *NullableAppPortalAccessOut) Unset()
type NullableApplicationIn ¶
type NullableApplicationIn struct {
// contains filtered or unexported fields
}
func NewNullableApplicationIn ¶
func NewNullableApplicationIn(val *ApplicationIn) *NullableApplicationIn
func (NullableApplicationIn) Get ¶
func (v NullableApplicationIn) Get() *ApplicationIn
func (NullableApplicationIn) IsSet ¶
func (v NullableApplicationIn) IsSet() bool
func (NullableApplicationIn) MarshalJSON ¶
func (v NullableApplicationIn) MarshalJSON() ([]byte, error)
func (*NullableApplicationIn) Set ¶
func (v *NullableApplicationIn) Set(val *ApplicationIn)
func (*NullableApplicationIn) UnmarshalJSON ¶
func (v *NullableApplicationIn) UnmarshalJSON(src []byte) error
func (*NullableApplicationIn) Unset ¶
func (v *NullableApplicationIn) Unset()
type NullableApplicationOut ¶
type NullableApplicationOut struct {
// contains filtered or unexported fields
}
func NewNullableApplicationOut ¶
func NewNullableApplicationOut(val *ApplicationOut) *NullableApplicationOut
func (NullableApplicationOut) Get ¶
func (v NullableApplicationOut) Get() *ApplicationOut
func (NullableApplicationOut) IsSet ¶
func (v NullableApplicationOut) IsSet() bool
func (NullableApplicationOut) MarshalJSON ¶
func (v NullableApplicationOut) MarshalJSON() ([]byte, error)
func (*NullableApplicationOut) Set ¶
func (v *NullableApplicationOut) Set(val *ApplicationOut)
func (*NullableApplicationOut) UnmarshalJSON ¶
func (v *NullableApplicationOut) UnmarshalJSON(src []byte) error
func (*NullableApplicationOut) Unset ¶
func (v *NullableApplicationOut) Unset()
type NullableApplicationStats ¶
type NullableApplicationStats struct {
// contains filtered or unexported fields
}
func NewNullableApplicationStats ¶
func NewNullableApplicationStats(val *ApplicationStats) *NullableApplicationStats
func (NullableApplicationStats) Get ¶
func (v NullableApplicationStats) Get() *ApplicationStats
func (NullableApplicationStats) IsSet ¶
func (v NullableApplicationStats) IsSet() bool
func (NullableApplicationStats) MarshalJSON ¶
func (v NullableApplicationStats) MarshalJSON() ([]byte, error)
func (*NullableApplicationStats) Set ¶
func (v *NullableApplicationStats) Set(val *ApplicationStats)
func (*NullableApplicationStats) UnmarshalJSON ¶
func (v *NullableApplicationStats) UnmarshalJSON(src []byte) error
func (*NullableApplicationStats) Unset ¶
func (v *NullableApplicationStats) Unset()
type NullableApplicationTokenExpireIn ¶
type NullableApplicationTokenExpireIn struct {
// contains filtered or unexported fields
}
func NewNullableApplicationTokenExpireIn ¶
func NewNullableApplicationTokenExpireIn(val *ApplicationTokenExpireIn) *NullableApplicationTokenExpireIn
func (NullableApplicationTokenExpireIn) Get ¶
func (v NullableApplicationTokenExpireIn) Get() *ApplicationTokenExpireIn
func (NullableApplicationTokenExpireIn) IsSet ¶
func (v NullableApplicationTokenExpireIn) IsSet() bool
func (NullableApplicationTokenExpireIn) MarshalJSON ¶
func (v NullableApplicationTokenExpireIn) MarshalJSON() ([]byte, error)
func (*NullableApplicationTokenExpireIn) Set ¶
func (v *NullableApplicationTokenExpireIn) Set(val *ApplicationTokenExpireIn)
func (*NullableApplicationTokenExpireIn) UnmarshalJSON ¶
func (v *NullableApplicationTokenExpireIn) UnmarshalJSON(src []byte) error
func (*NullableApplicationTokenExpireIn) Unset ¶
func (v *NullableApplicationTokenExpireIn) Unset()
type NullableAttemptStatisticsData ¶
type NullableAttemptStatisticsData struct {
// contains filtered or unexported fields
}
func NewNullableAttemptStatisticsData ¶
func NewNullableAttemptStatisticsData(val *AttemptStatisticsData) *NullableAttemptStatisticsData
func (NullableAttemptStatisticsData) Get ¶
func (v NullableAttemptStatisticsData) Get() *AttemptStatisticsData
func (NullableAttemptStatisticsData) IsSet ¶
func (v NullableAttemptStatisticsData) IsSet() bool
func (NullableAttemptStatisticsData) MarshalJSON ¶
func (v NullableAttemptStatisticsData) MarshalJSON() ([]byte, error)
func (*NullableAttemptStatisticsData) Set ¶
func (v *NullableAttemptStatisticsData) Set(val *AttemptStatisticsData)
func (*NullableAttemptStatisticsData) UnmarshalJSON ¶
func (v *NullableAttemptStatisticsData) UnmarshalJSON(src []byte) error
func (*NullableAttemptStatisticsData) Unset ¶
func (v *NullableAttemptStatisticsData) Unset()
type NullableAttemptStatisticsResponse ¶
type NullableAttemptStatisticsResponse struct {
// contains filtered or unexported fields
}
func NewNullableAttemptStatisticsResponse ¶
func NewNullableAttemptStatisticsResponse(val *AttemptStatisticsResponse) *NullableAttemptStatisticsResponse
func (NullableAttemptStatisticsResponse) Get ¶
func (v NullableAttemptStatisticsResponse) Get() *AttemptStatisticsResponse
func (NullableAttemptStatisticsResponse) IsSet ¶
func (v NullableAttemptStatisticsResponse) IsSet() bool
func (NullableAttemptStatisticsResponse) MarshalJSON ¶
func (v NullableAttemptStatisticsResponse) MarshalJSON() ([]byte, error)
func (*NullableAttemptStatisticsResponse) Set ¶
func (v *NullableAttemptStatisticsResponse) Set(val *AttemptStatisticsResponse)
func (*NullableAttemptStatisticsResponse) UnmarshalJSON ¶
func (v *NullableAttemptStatisticsResponse) UnmarshalJSON(src []byte) error
func (*NullableAttemptStatisticsResponse) Unset ¶
func (v *NullableAttemptStatisticsResponse) 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 NullableBorderRadiusConfig ¶
type NullableBorderRadiusConfig struct {
// contains filtered or unexported fields
}
func NewNullableBorderRadiusConfig ¶
func NewNullableBorderRadiusConfig(val *BorderRadiusConfig) *NullableBorderRadiusConfig
func (NullableBorderRadiusConfig) Get ¶
func (v NullableBorderRadiusConfig) Get() *BorderRadiusConfig
func (NullableBorderRadiusConfig) IsSet ¶
func (v NullableBorderRadiusConfig) IsSet() bool
func (NullableBorderRadiusConfig) MarshalJSON ¶
func (v NullableBorderRadiusConfig) MarshalJSON() ([]byte, error)
func (*NullableBorderRadiusConfig) Set ¶
func (v *NullableBorderRadiusConfig) Set(val *BorderRadiusConfig)
func (*NullableBorderRadiusConfig) UnmarshalJSON ¶
func (v *NullableBorderRadiusConfig) UnmarshalJSON(src []byte) error
func (*NullableBorderRadiusConfig) Unset ¶
func (v *NullableBorderRadiusConfig) Unset()
type NullableBorderRadiusEnum ¶
type NullableBorderRadiusEnum struct {
// contains filtered or unexported fields
}
func NewNullableBorderRadiusEnum ¶
func NewNullableBorderRadiusEnum(val *BorderRadiusEnum) *NullableBorderRadiusEnum
func (NullableBorderRadiusEnum) Get ¶
func (v NullableBorderRadiusEnum) Get() *BorderRadiusEnum
func (NullableBorderRadiusEnum) IsSet ¶
func (v NullableBorderRadiusEnum) IsSet() bool
func (NullableBorderRadiusEnum) MarshalJSON ¶
func (v NullableBorderRadiusEnum) MarshalJSON() ([]byte, error)
func (*NullableBorderRadiusEnum) Set ¶
func (v *NullableBorderRadiusEnum) Set(val *BorderRadiusEnum)
func (*NullableBorderRadiusEnum) UnmarshalJSON ¶
func (v *NullableBorderRadiusEnum) UnmarshalJSON(src []byte) error
func (*NullableBorderRadiusEnum) Unset ¶
func (v *NullableBorderRadiusEnum) Unset()
type NullableCustomColorPalette ¶
type NullableCustomColorPalette struct {
// contains filtered or unexported fields
}
func NewNullableCustomColorPalette ¶
func NewNullableCustomColorPalette(val *CustomColorPalette) *NullableCustomColorPalette
func (NullableCustomColorPalette) Get ¶
func (v NullableCustomColorPalette) Get() *CustomColorPalette
func (NullableCustomColorPalette) IsSet ¶
func (v NullableCustomColorPalette) IsSet() bool
func (NullableCustomColorPalette) MarshalJSON ¶
func (v NullableCustomColorPalette) MarshalJSON() ([]byte, error)
func (*NullableCustomColorPalette) Set ¶
func (v *NullableCustomColorPalette) Set(val *CustomColorPalette)
func (*NullableCustomColorPalette) UnmarshalJSON ¶
func (v *NullableCustomColorPalette) UnmarshalJSON(src []byte) error
func (*NullableCustomColorPalette) Unset ¶
func (v *NullableCustomColorPalette) Unset()
type NullableCustomThemeOverride ¶
type NullableCustomThemeOverride struct {
// contains filtered or unexported fields
}
func NewNullableCustomThemeOverride ¶
func NewNullableCustomThemeOverride(val *CustomThemeOverride) *NullableCustomThemeOverride
func (NullableCustomThemeOverride) Get ¶
func (v NullableCustomThemeOverride) Get() *CustomThemeOverride
func (NullableCustomThemeOverride) IsSet ¶
func (v NullableCustomThemeOverride) IsSet() bool
func (NullableCustomThemeOverride) MarshalJSON ¶
func (v NullableCustomThemeOverride) MarshalJSON() ([]byte, error)
func (*NullableCustomThemeOverride) Set ¶
func (v *NullableCustomThemeOverride) Set(val *CustomThemeOverride)
func (*NullableCustomThemeOverride) UnmarshalJSON ¶
func (v *NullableCustomThemeOverride) UnmarshalJSON(src []byte) error
func (*NullableCustomThemeOverride) Unset ¶
func (v *NullableCustomThemeOverride) Unset()
type NullableDashboardAccessIn ¶
type NullableDashboardAccessIn struct {
// contains filtered or unexported fields
}
func NewNullableDashboardAccessIn ¶
func NewNullableDashboardAccessIn(val *DashboardAccessIn) *NullableDashboardAccessIn
func (NullableDashboardAccessIn) Get ¶
func (v NullableDashboardAccessIn) Get() *DashboardAccessIn
func (NullableDashboardAccessIn) IsSet ¶
func (v NullableDashboardAccessIn) IsSet() bool
func (NullableDashboardAccessIn) MarshalJSON ¶
func (v NullableDashboardAccessIn) MarshalJSON() ([]byte, error)
func (*NullableDashboardAccessIn) Set ¶
func (v *NullableDashboardAccessIn) Set(val *DashboardAccessIn)
func (*NullableDashboardAccessIn) UnmarshalJSON ¶
func (v *NullableDashboardAccessIn) UnmarshalJSON(src []byte) error
func (*NullableDashboardAccessIn) Unset ¶
func (v *NullableDashboardAccessIn) Unset()
type NullableDashboardAccessOut ¶
type NullableDashboardAccessOut struct {
// contains filtered or unexported fields
}
func NewNullableDashboardAccessOut ¶
func NewNullableDashboardAccessOut(val *DashboardAccessOut) *NullableDashboardAccessOut
func (NullableDashboardAccessOut) Get ¶
func (v NullableDashboardAccessOut) Get() *DashboardAccessOut
func (NullableDashboardAccessOut) IsSet ¶
func (v NullableDashboardAccessOut) IsSet() bool
func (NullableDashboardAccessOut) MarshalJSON ¶
func (v NullableDashboardAccessOut) MarshalJSON() ([]byte, error)
func (*NullableDashboardAccessOut) Set ¶
func (v *NullableDashboardAccessOut) Set(val *DashboardAccessOut)
func (*NullableDashboardAccessOut) UnmarshalJSON ¶
func (v *NullableDashboardAccessOut) UnmarshalJSON(src []byte) error
func (*NullableDashboardAccessOut) Unset ¶
func (v *NullableDashboardAccessOut) Unset()
type NullableEndpointCreatedEvent ¶
type NullableEndpointCreatedEvent struct {
// contains filtered or unexported fields
}
func NewNullableEndpointCreatedEvent ¶
func NewNullableEndpointCreatedEvent(val *EndpointCreatedEvent) *NullableEndpointCreatedEvent
func (NullableEndpointCreatedEvent) Get ¶
func (v NullableEndpointCreatedEvent) Get() *EndpointCreatedEvent
func (NullableEndpointCreatedEvent) IsSet ¶
func (v NullableEndpointCreatedEvent) IsSet() bool
func (NullableEndpointCreatedEvent) MarshalJSON ¶
func (v NullableEndpointCreatedEvent) MarshalJSON() ([]byte, error)
func (*NullableEndpointCreatedEvent) Set ¶
func (v *NullableEndpointCreatedEvent) Set(val *EndpointCreatedEvent)
func (*NullableEndpointCreatedEvent) UnmarshalJSON ¶
func (v *NullableEndpointCreatedEvent) UnmarshalJSON(src []byte) error
func (*NullableEndpointCreatedEvent) Unset ¶
func (v *NullableEndpointCreatedEvent) Unset()
type NullableEndpointCreatedEventData ¶
type NullableEndpointCreatedEventData struct {
// contains filtered or unexported fields
}
func NewNullableEndpointCreatedEventData ¶
func NewNullableEndpointCreatedEventData(val *EndpointCreatedEventData) *NullableEndpointCreatedEventData
func (NullableEndpointCreatedEventData) Get ¶
func (v NullableEndpointCreatedEventData) Get() *EndpointCreatedEventData
func (NullableEndpointCreatedEventData) IsSet ¶
func (v NullableEndpointCreatedEventData) IsSet() bool
func (NullableEndpointCreatedEventData) MarshalJSON ¶
func (v NullableEndpointCreatedEventData) MarshalJSON() ([]byte, error)
func (*NullableEndpointCreatedEventData) Set ¶
func (v *NullableEndpointCreatedEventData) Set(val *EndpointCreatedEventData)
func (*NullableEndpointCreatedEventData) UnmarshalJSON ¶
func (v *NullableEndpointCreatedEventData) UnmarshalJSON(src []byte) error
func (*NullableEndpointCreatedEventData) Unset ¶
func (v *NullableEndpointCreatedEventData) Unset()
type NullableEndpointDeletedEvent ¶
type NullableEndpointDeletedEvent struct {
// contains filtered or unexported fields
}
func NewNullableEndpointDeletedEvent ¶
func NewNullableEndpointDeletedEvent(val *EndpointDeletedEvent) *NullableEndpointDeletedEvent
func (NullableEndpointDeletedEvent) Get ¶
func (v NullableEndpointDeletedEvent) Get() *EndpointDeletedEvent
func (NullableEndpointDeletedEvent) IsSet ¶
func (v NullableEndpointDeletedEvent) IsSet() bool
func (NullableEndpointDeletedEvent) MarshalJSON ¶
func (v NullableEndpointDeletedEvent) MarshalJSON() ([]byte, error)
func (*NullableEndpointDeletedEvent) Set ¶
func (v *NullableEndpointDeletedEvent) Set(val *EndpointDeletedEvent)
func (*NullableEndpointDeletedEvent) UnmarshalJSON ¶
func (v *NullableEndpointDeletedEvent) UnmarshalJSON(src []byte) error
func (*NullableEndpointDeletedEvent) Unset ¶
func (v *NullableEndpointDeletedEvent) Unset()
type NullableEndpointDeletedEventData ¶
type NullableEndpointDeletedEventData struct {
// contains filtered or unexported fields
}
func NewNullableEndpointDeletedEventData ¶
func NewNullableEndpointDeletedEventData(val *EndpointDeletedEventData) *NullableEndpointDeletedEventData
func (NullableEndpointDeletedEventData) Get ¶
func (v NullableEndpointDeletedEventData) Get() *EndpointDeletedEventData
func (NullableEndpointDeletedEventData) IsSet ¶
func (v NullableEndpointDeletedEventData) IsSet() bool
func (NullableEndpointDeletedEventData) MarshalJSON ¶
func (v NullableEndpointDeletedEventData) MarshalJSON() ([]byte, error)
func (*NullableEndpointDeletedEventData) Set ¶
func (v *NullableEndpointDeletedEventData) Set(val *EndpointDeletedEventData)
func (*NullableEndpointDeletedEventData) UnmarshalJSON ¶
func (v *NullableEndpointDeletedEventData) UnmarshalJSON(src []byte) error
func (*NullableEndpointDeletedEventData) Unset ¶
func (v *NullableEndpointDeletedEventData) Unset()
type NullableEndpointDisabledEvent ¶
type NullableEndpointDisabledEvent struct {
// contains filtered or unexported fields
}
func NewNullableEndpointDisabledEvent ¶
func NewNullableEndpointDisabledEvent(val *EndpointDisabledEvent) *NullableEndpointDisabledEvent
func (NullableEndpointDisabledEvent) Get ¶
func (v NullableEndpointDisabledEvent) Get() *EndpointDisabledEvent
func (NullableEndpointDisabledEvent) IsSet ¶
func (v NullableEndpointDisabledEvent) IsSet() bool
func (NullableEndpointDisabledEvent) MarshalJSON ¶
func (v NullableEndpointDisabledEvent) MarshalJSON() ([]byte, error)
func (*NullableEndpointDisabledEvent) Set ¶
func (v *NullableEndpointDisabledEvent) Set(val *EndpointDisabledEvent)
func (*NullableEndpointDisabledEvent) UnmarshalJSON ¶
func (v *NullableEndpointDisabledEvent) UnmarshalJSON(src []byte) error
func (*NullableEndpointDisabledEvent) Unset ¶
func (v *NullableEndpointDisabledEvent) Unset()
type NullableEndpointDisabledEventData ¶
type NullableEndpointDisabledEventData struct {
// contains filtered or unexported fields
}
func NewNullableEndpointDisabledEventData ¶
func NewNullableEndpointDisabledEventData(val *EndpointDisabledEventData) *NullableEndpointDisabledEventData
func (NullableEndpointDisabledEventData) Get ¶
func (v NullableEndpointDisabledEventData) Get() *EndpointDisabledEventData
func (NullableEndpointDisabledEventData) IsSet ¶
func (v NullableEndpointDisabledEventData) IsSet() bool
func (NullableEndpointDisabledEventData) MarshalJSON ¶
func (v NullableEndpointDisabledEventData) MarshalJSON() ([]byte, error)
func (*NullableEndpointDisabledEventData) Set ¶
func (v *NullableEndpointDisabledEventData) Set(val *EndpointDisabledEventData)
func (*NullableEndpointDisabledEventData) UnmarshalJSON ¶
func (v *NullableEndpointDisabledEventData) UnmarshalJSON(src []byte) error
func (*NullableEndpointDisabledEventData) Unset ¶
func (v *NullableEndpointDisabledEventData) Unset()
type NullableEndpointHeadersIn ¶
type NullableEndpointHeadersIn struct {
// contains filtered or unexported fields
}
func NewNullableEndpointHeadersIn ¶
func NewNullableEndpointHeadersIn(val *EndpointHeadersIn) *NullableEndpointHeadersIn
func (NullableEndpointHeadersIn) Get ¶
func (v NullableEndpointHeadersIn) Get() *EndpointHeadersIn
func (NullableEndpointHeadersIn) IsSet ¶
func (v NullableEndpointHeadersIn) IsSet() bool
func (NullableEndpointHeadersIn) MarshalJSON ¶
func (v NullableEndpointHeadersIn) MarshalJSON() ([]byte, error)
func (*NullableEndpointHeadersIn) Set ¶
func (v *NullableEndpointHeadersIn) Set(val *EndpointHeadersIn)
func (*NullableEndpointHeadersIn) UnmarshalJSON ¶
func (v *NullableEndpointHeadersIn) UnmarshalJSON(src []byte) error
func (*NullableEndpointHeadersIn) Unset ¶
func (v *NullableEndpointHeadersIn) Unset()
type NullableEndpointHeadersOut ¶
type NullableEndpointHeadersOut struct {
// contains filtered or unexported fields
}
func NewNullableEndpointHeadersOut ¶
func NewNullableEndpointHeadersOut(val *EndpointHeadersOut) *NullableEndpointHeadersOut
func (NullableEndpointHeadersOut) Get ¶
func (v NullableEndpointHeadersOut) Get() *EndpointHeadersOut
func (NullableEndpointHeadersOut) IsSet ¶
func (v NullableEndpointHeadersOut) IsSet() bool
func (NullableEndpointHeadersOut) MarshalJSON ¶
func (v NullableEndpointHeadersOut) MarshalJSON() ([]byte, error)
func (*NullableEndpointHeadersOut) Set ¶
func (v *NullableEndpointHeadersOut) Set(val *EndpointHeadersOut)
func (*NullableEndpointHeadersOut) UnmarshalJSON ¶
func (v *NullableEndpointHeadersOut) UnmarshalJSON(src []byte) error
func (*NullableEndpointHeadersOut) Unset ¶
func (v *NullableEndpointHeadersOut) Unset()
type NullableEndpointHeadersPatchIn ¶
type NullableEndpointHeadersPatchIn struct {
// contains filtered or unexported fields
}
func NewNullableEndpointHeadersPatchIn ¶
func NewNullableEndpointHeadersPatchIn(val *EndpointHeadersPatchIn) *NullableEndpointHeadersPatchIn
func (NullableEndpointHeadersPatchIn) Get ¶
func (v NullableEndpointHeadersPatchIn) Get() *EndpointHeadersPatchIn
func (NullableEndpointHeadersPatchIn) IsSet ¶
func (v NullableEndpointHeadersPatchIn) IsSet() bool
func (NullableEndpointHeadersPatchIn) MarshalJSON ¶
func (v NullableEndpointHeadersPatchIn) MarshalJSON() ([]byte, error)
func (*NullableEndpointHeadersPatchIn) Set ¶
func (v *NullableEndpointHeadersPatchIn) Set(val *EndpointHeadersPatchIn)
func (*NullableEndpointHeadersPatchIn) UnmarshalJSON ¶
func (v *NullableEndpointHeadersPatchIn) UnmarshalJSON(src []byte) error
func (*NullableEndpointHeadersPatchIn) Unset ¶
func (v *NullableEndpointHeadersPatchIn) Unset()
type NullableEndpointIn ¶
type NullableEndpointIn struct {
// contains filtered or unexported fields
}
func NewNullableEndpointIn ¶
func NewNullableEndpointIn(val *EndpointIn) *NullableEndpointIn
func (NullableEndpointIn) Get ¶
func (v NullableEndpointIn) Get() *EndpointIn
func (NullableEndpointIn) IsSet ¶
func (v NullableEndpointIn) IsSet() bool
func (NullableEndpointIn) MarshalJSON ¶
func (v NullableEndpointIn) MarshalJSON() ([]byte, error)
func (*NullableEndpointIn) Set ¶
func (v *NullableEndpointIn) Set(val *EndpointIn)
func (*NullableEndpointIn) UnmarshalJSON ¶
func (v *NullableEndpointIn) UnmarshalJSON(src []byte) error
func (*NullableEndpointIn) Unset ¶
func (v *NullableEndpointIn) Unset()
type NullableEndpointMessageOut ¶
type NullableEndpointMessageOut struct {
// contains filtered or unexported fields
}
func NewNullableEndpointMessageOut ¶
func NewNullableEndpointMessageOut(val *EndpointMessageOut) *NullableEndpointMessageOut
func (NullableEndpointMessageOut) Get ¶
func (v NullableEndpointMessageOut) Get() *EndpointMessageOut
func (NullableEndpointMessageOut) IsSet ¶
func (v NullableEndpointMessageOut) IsSet() bool
func (NullableEndpointMessageOut) MarshalJSON ¶
func (v NullableEndpointMessageOut) MarshalJSON() ([]byte, error)
func (*NullableEndpointMessageOut) Set ¶
func (v *NullableEndpointMessageOut) Set(val *EndpointMessageOut)
func (*NullableEndpointMessageOut) UnmarshalJSON ¶
func (v *NullableEndpointMessageOut) UnmarshalJSON(src []byte) error
func (*NullableEndpointMessageOut) Unset ¶
func (v *NullableEndpointMessageOut) Unset()
type NullableEndpointOut ¶
type NullableEndpointOut struct {
// contains filtered or unexported fields
}
func NewNullableEndpointOut ¶
func NewNullableEndpointOut(val *EndpointOut) *NullableEndpointOut
func (NullableEndpointOut) Get ¶
func (v NullableEndpointOut) Get() *EndpointOut
func (NullableEndpointOut) IsSet ¶
func (v NullableEndpointOut) IsSet() bool
func (NullableEndpointOut) MarshalJSON ¶
func (v NullableEndpointOut) MarshalJSON() ([]byte, error)
func (*NullableEndpointOut) Set ¶
func (v *NullableEndpointOut) Set(val *EndpointOut)
func (*NullableEndpointOut) UnmarshalJSON ¶
func (v *NullableEndpointOut) UnmarshalJSON(src []byte) error
func (*NullableEndpointOut) Unset ¶
func (v *NullableEndpointOut) Unset()
type NullableEndpointSecretOut ¶
type NullableEndpointSecretOut struct {
// contains filtered or unexported fields
}
func NewNullableEndpointSecretOut ¶
func NewNullableEndpointSecretOut(val *EndpointSecretOut) *NullableEndpointSecretOut
func (NullableEndpointSecretOut) Get ¶
func (v NullableEndpointSecretOut) Get() *EndpointSecretOut
func (NullableEndpointSecretOut) IsSet ¶
func (v NullableEndpointSecretOut) IsSet() bool
func (NullableEndpointSecretOut) MarshalJSON ¶
func (v NullableEndpointSecretOut) MarshalJSON() ([]byte, error)
func (*NullableEndpointSecretOut) Set ¶
func (v *NullableEndpointSecretOut) Set(val *EndpointSecretOut)
func (*NullableEndpointSecretOut) UnmarshalJSON ¶
func (v *NullableEndpointSecretOut) UnmarshalJSON(src []byte) error
func (*NullableEndpointSecretOut) Unset ¶
func (v *NullableEndpointSecretOut) Unset()
type NullableEndpointSecretRotateIn ¶
type NullableEndpointSecretRotateIn struct {
// contains filtered or unexported fields
}
func NewNullableEndpointSecretRotateIn ¶
func NewNullableEndpointSecretRotateIn(val *EndpointSecretRotateIn) *NullableEndpointSecretRotateIn
func (NullableEndpointSecretRotateIn) Get ¶
func (v NullableEndpointSecretRotateIn) Get() *EndpointSecretRotateIn
func (NullableEndpointSecretRotateIn) IsSet ¶
func (v NullableEndpointSecretRotateIn) IsSet() bool
func (NullableEndpointSecretRotateIn) MarshalJSON ¶
func (v NullableEndpointSecretRotateIn) MarshalJSON() ([]byte, error)
func (*NullableEndpointSecretRotateIn) Set ¶
func (v *NullableEndpointSecretRotateIn) Set(val *EndpointSecretRotateIn)
func (*NullableEndpointSecretRotateIn) UnmarshalJSON ¶
func (v *NullableEndpointSecretRotateIn) UnmarshalJSON(src []byte) error
func (*NullableEndpointSecretRotateIn) Unset ¶
func (v *NullableEndpointSecretRotateIn) Unset()
type NullableEndpointStats ¶
type NullableEndpointStats struct {
// contains filtered or unexported fields
}
func NewNullableEndpointStats ¶
func NewNullableEndpointStats(val *EndpointStats) *NullableEndpointStats
func (NullableEndpointStats) Get ¶
func (v NullableEndpointStats) Get() *EndpointStats
func (NullableEndpointStats) IsSet ¶
func (v NullableEndpointStats) IsSet() bool
func (NullableEndpointStats) MarshalJSON ¶
func (v NullableEndpointStats) MarshalJSON() ([]byte, error)
func (*NullableEndpointStats) Set ¶
func (v *NullableEndpointStats) Set(val *EndpointStats)
func (*NullableEndpointStats) UnmarshalJSON ¶
func (v *NullableEndpointStats) UnmarshalJSON(src []byte) error
func (*NullableEndpointStats) Unset ¶
func (v *NullableEndpointStats) Unset()
type NullableEndpointTransformationIn ¶
type NullableEndpointTransformationIn struct {
// contains filtered or unexported fields
}
func NewNullableEndpointTransformationIn ¶
func NewNullableEndpointTransformationIn(val *EndpointTransformationIn) *NullableEndpointTransformationIn
func (NullableEndpointTransformationIn) Get ¶
func (v NullableEndpointTransformationIn) Get() *EndpointTransformationIn
func (NullableEndpointTransformationIn) IsSet ¶
func (v NullableEndpointTransformationIn) IsSet() bool
func (NullableEndpointTransformationIn) MarshalJSON ¶
func (v NullableEndpointTransformationIn) MarshalJSON() ([]byte, error)
func (*NullableEndpointTransformationIn) Set ¶
func (v *NullableEndpointTransformationIn) Set(val *EndpointTransformationIn)
func (*NullableEndpointTransformationIn) UnmarshalJSON ¶
func (v *NullableEndpointTransformationIn) UnmarshalJSON(src []byte) error
func (*NullableEndpointTransformationIn) Unset ¶
func (v *NullableEndpointTransformationIn) Unset()
type NullableEndpointTransformationOut ¶
type NullableEndpointTransformationOut struct {
// contains filtered or unexported fields
}
func NewNullableEndpointTransformationOut ¶
func NewNullableEndpointTransformationOut(val *EndpointTransformationOut) *NullableEndpointTransformationOut
func (NullableEndpointTransformationOut) Get ¶
func (v NullableEndpointTransformationOut) Get() *EndpointTransformationOut
func (NullableEndpointTransformationOut) IsSet ¶
func (v NullableEndpointTransformationOut) IsSet() bool
func (NullableEndpointTransformationOut) MarshalJSON ¶
func (v NullableEndpointTransformationOut) MarshalJSON() ([]byte, error)
func (*NullableEndpointTransformationOut) Set ¶
func (v *NullableEndpointTransformationOut) Set(val *EndpointTransformationOut)
func (*NullableEndpointTransformationOut) UnmarshalJSON ¶
func (v *NullableEndpointTransformationOut) UnmarshalJSON(src []byte) error
func (*NullableEndpointTransformationOut) Unset ¶
func (v *NullableEndpointTransformationOut) Unset()
type NullableEndpointTransformationSimulateIn ¶
type NullableEndpointTransformationSimulateIn struct {
// contains filtered or unexported fields
}
func NewNullableEndpointTransformationSimulateIn ¶
func NewNullableEndpointTransformationSimulateIn(val *EndpointTransformationSimulateIn) *NullableEndpointTransformationSimulateIn
func (NullableEndpointTransformationSimulateIn) IsSet ¶
func (v NullableEndpointTransformationSimulateIn) IsSet() bool
func (NullableEndpointTransformationSimulateIn) MarshalJSON ¶
func (v NullableEndpointTransformationSimulateIn) MarshalJSON() ([]byte, error)
func (*NullableEndpointTransformationSimulateIn) Set ¶
func (v *NullableEndpointTransformationSimulateIn) Set(val *EndpointTransformationSimulateIn)
func (*NullableEndpointTransformationSimulateIn) UnmarshalJSON ¶
func (v *NullableEndpointTransformationSimulateIn) UnmarshalJSON(src []byte) error
func (*NullableEndpointTransformationSimulateIn) Unset ¶
func (v *NullableEndpointTransformationSimulateIn) Unset()
type NullableEndpointTransformationSimulateOut ¶
type NullableEndpointTransformationSimulateOut struct {
// contains filtered or unexported fields
}
func NewNullableEndpointTransformationSimulateOut ¶
func NewNullableEndpointTransformationSimulateOut(val *EndpointTransformationSimulateOut) *NullableEndpointTransformationSimulateOut
func (NullableEndpointTransformationSimulateOut) IsSet ¶
func (v NullableEndpointTransformationSimulateOut) IsSet() bool
func (NullableEndpointTransformationSimulateOut) MarshalJSON ¶
func (v NullableEndpointTransformationSimulateOut) MarshalJSON() ([]byte, error)
func (*NullableEndpointTransformationSimulateOut) Set ¶
func (v *NullableEndpointTransformationSimulateOut) Set(val *EndpointTransformationSimulateOut)
func (*NullableEndpointTransformationSimulateOut) UnmarshalJSON ¶
func (v *NullableEndpointTransformationSimulateOut) UnmarshalJSON(src []byte) error
func (*NullableEndpointTransformationSimulateOut) Unset ¶
func (v *NullableEndpointTransformationSimulateOut) Unset()
type NullableEndpointUpdate ¶
type NullableEndpointUpdate struct {
// contains filtered or unexported fields
}
func NewNullableEndpointUpdate ¶
func NewNullableEndpointUpdate(val *EndpointUpdate) *NullableEndpointUpdate
func (NullableEndpointUpdate) Get ¶
func (v NullableEndpointUpdate) Get() *EndpointUpdate
func (NullableEndpointUpdate) IsSet ¶
func (v NullableEndpointUpdate) IsSet() bool
func (NullableEndpointUpdate) MarshalJSON ¶
func (v NullableEndpointUpdate) MarshalJSON() ([]byte, error)
func (*NullableEndpointUpdate) Set ¶
func (v *NullableEndpointUpdate) Set(val *EndpointUpdate)
func (*NullableEndpointUpdate) UnmarshalJSON ¶
func (v *NullableEndpointUpdate) UnmarshalJSON(src []byte) error
func (*NullableEndpointUpdate) Unset ¶
func (v *NullableEndpointUpdate) Unset()
type NullableEndpointUpdatedEvent ¶
type NullableEndpointUpdatedEvent struct {
// contains filtered or unexported fields
}
func NewNullableEndpointUpdatedEvent ¶
func NewNullableEndpointUpdatedEvent(val *EndpointUpdatedEvent) *NullableEndpointUpdatedEvent
func (NullableEndpointUpdatedEvent) Get ¶
func (v NullableEndpointUpdatedEvent) Get() *EndpointUpdatedEvent
func (NullableEndpointUpdatedEvent) IsSet ¶
func (v NullableEndpointUpdatedEvent) IsSet() bool
func (NullableEndpointUpdatedEvent) MarshalJSON ¶
func (v NullableEndpointUpdatedEvent) MarshalJSON() ([]byte, error)
func (*NullableEndpointUpdatedEvent) Set ¶
func (v *NullableEndpointUpdatedEvent) Set(val *EndpointUpdatedEvent)
func (*NullableEndpointUpdatedEvent) UnmarshalJSON ¶
func (v *NullableEndpointUpdatedEvent) UnmarshalJSON(src []byte) error
func (*NullableEndpointUpdatedEvent) Unset ¶
func (v *NullableEndpointUpdatedEvent) Unset()
type NullableEndpointUpdatedEventData ¶
type NullableEndpointUpdatedEventData struct {
// contains filtered or unexported fields
}
func NewNullableEndpointUpdatedEventData ¶
func NewNullableEndpointUpdatedEventData(val *EndpointUpdatedEventData) *NullableEndpointUpdatedEventData
func (NullableEndpointUpdatedEventData) Get ¶
func (v NullableEndpointUpdatedEventData) Get() *EndpointUpdatedEventData
func (NullableEndpointUpdatedEventData) IsSet ¶
func (v NullableEndpointUpdatedEventData) IsSet() bool
func (NullableEndpointUpdatedEventData) MarshalJSON ¶
func (v NullableEndpointUpdatedEventData) MarshalJSON() ([]byte, error)
func (*NullableEndpointUpdatedEventData) Set ¶
func (v *NullableEndpointUpdatedEventData) Set(val *EndpointUpdatedEventData)
func (*NullableEndpointUpdatedEventData) UnmarshalJSON ¶
func (v *NullableEndpointUpdatedEventData) UnmarshalJSON(src []byte) error
func (*NullableEndpointUpdatedEventData) Unset ¶
func (v *NullableEndpointUpdatedEventData) Unset()
type NullableEnvironmentIn ¶
type NullableEnvironmentIn struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentIn ¶
func NewNullableEnvironmentIn(val *EnvironmentIn) *NullableEnvironmentIn
func (NullableEnvironmentIn) Get ¶
func (v NullableEnvironmentIn) Get() *EnvironmentIn
func (NullableEnvironmentIn) IsSet ¶
func (v NullableEnvironmentIn) IsSet() bool
func (NullableEnvironmentIn) MarshalJSON ¶
func (v NullableEnvironmentIn) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentIn) Set ¶
func (v *NullableEnvironmentIn) Set(val *EnvironmentIn)
func (*NullableEnvironmentIn) UnmarshalJSON ¶
func (v *NullableEnvironmentIn) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentIn) Unset ¶
func (v *NullableEnvironmentIn) Unset()
type NullableEnvironmentOut ¶
type NullableEnvironmentOut struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentOut ¶
func NewNullableEnvironmentOut(val *EnvironmentOut) *NullableEnvironmentOut
func (NullableEnvironmentOut) Get ¶
func (v NullableEnvironmentOut) Get() *EnvironmentOut
func (NullableEnvironmentOut) IsSet ¶
func (v NullableEnvironmentOut) IsSet() bool
func (NullableEnvironmentOut) MarshalJSON ¶
func (v NullableEnvironmentOut) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentOut) Set ¶
func (v *NullableEnvironmentOut) Set(val *EnvironmentOut)
func (*NullableEnvironmentOut) UnmarshalJSON ¶
func (v *NullableEnvironmentOut) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentOut) Unset ¶
func (v *NullableEnvironmentOut) Unset()
type NullableEnvironmentSettingsOut ¶
type NullableEnvironmentSettingsOut struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentSettingsOut ¶
func NewNullableEnvironmentSettingsOut(val *EnvironmentSettingsOut) *NullableEnvironmentSettingsOut
func (NullableEnvironmentSettingsOut) Get ¶
func (v NullableEnvironmentSettingsOut) Get() *EnvironmentSettingsOut
func (NullableEnvironmentSettingsOut) IsSet ¶
func (v NullableEnvironmentSettingsOut) IsSet() bool
func (NullableEnvironmentSettingsOut) MarshalJSON ¶
func (v NullableEnvironmentSettingsOut) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentSettingsOut) Set ¶
func (v *NullableEnvironmentSettingsOut) Set(val *EnvironmentSettingsOut)
func (*NullableEnvironmentSettingsOut) UnmarshalJSON ¶
func (v *NullableEnvironmentSettingsOut) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentSettingsOut) Unset ¶
func (v *NullableEnvironmentSettingsOut) Unset()
type NullableEventExampleIn ¶
type NullableEventExampleIn struct {
// contains filtered or unexported fields
}
func NewNullableEventExampleIn ¶
func NewNullableEventExampleIn(val *EventExampleIn) *NullableEventExampleIn
func (NullableEventExampleIn) Get ¶
func (v NullableEventExampleIn) Get() *EventExampleIn
func (NullableEventExampleIn) IsSet ¶
func (v NullableEventExampleIn) IsSet() bool
func (NullableEventExampleIn) MarshalJSON ¶
func (v NullableEventExampleIn) MarshalJSON() ([]byte, error)
func (*NullableEventExampleIn) Set ¶
func (v *NullableEventExampleIn) Set(val *EventExampleIn)
func (*NullableEventExampleIn) UnmarshalJSON ¶
func (v *NullableEventExampleIn) UnmarshalJSON(src []byte) error
func (*NullableEventExampleIn) Unset ¶
func (v *NullableEventExampleIn) Unset()
type NullableEventTypeExampleOut ¶
type NullableEventTypeExampleOut struct {
// contains filtered or unexported fields
}
func NewNullableEventTypeExampleOut ¶
func NewNullableEventTypeExampleOut(val *EventTypeExampleOut) *NullableEventTypeExampleOut
func (NullableEventTypeExampleOut) Get ¶
func (v NullableEventTypeExampleOut) Get() *EventTypeExampleOut
func (NullableEventTypeExampleOut) IsSet ¶
func (v NullableEventTypeExampleOut) IsSet() bool
func (NullableEventTypeExampleOut) MarshalJSON ¶
func (v NullableEventTypeExampleOut) MarshalJSON() ([]byte, error)
func (*NullableEventTypeExampleOut) Set ¶
func (v *NullableEventTypeExampleOut) Set(val *EventTypeExampleOut)
func (*NullableEventTypeExampleOut) UnmarshalJSON ¶
func (v *NullableEventTypeExampleOut) UnmarshalJSON(src []byte) error
func (*NullableEventTypeExampleOut) Unset ¶
func (v *NullableEventTypeExampleOut) Unset()
type NullableEventTypeIn ¶
type NullableEventTypeIn struct {
// contains filtered or unexported fields
}
func NewNullableEventTypeIn ¶
func NewNullableEventTypeIn(val *EventTypeIn) *NullableEventTypeIn
func (NullableEventTypeIn) Get ¶
func (v NullableEventTypeIn) Get() *EventTypeIn
func (NullableEventTypeIn) IsSet ¶
func (v NullableEventTypeIn) IsSet() bool
func (NullableEventTypeIn) MarshalJSON ¶
func (v NullableEventTypeIn) MarshalJSON() ([]byte, error)
func (*NullableEventTypeIn) Set ¶
func (v *NullableEventTypeIn) Set(val *EventTypeIn)
func (*NullableEventTypeIn) UnmarshalJSON ¶
func (v *NullableEventTypeIn) UnmarshalJSON(src []byte) error
func (*NullableEventTypeIn) Unset ¶
func (v *NullableEventTypeIn) Unset()
type NullableEventTypeOut ¶
type NullableEventTypeOut struct {
// contains filtered or unexported fields
}
func NewNullableEventTypeOut ¶
func NewNullableEventTypeOut(val *EventTypeOut) *NullableEventTypeOut
func (NullableEventTypeOut) Get ¶
func (v NullableEventTypeOut) Get() *EventTypeOut
func (NullableEventTypeOut) IsSet ¶
func (v NullableEventTypeOut) IsSet() bool
func (NullableEventTypeOut) MarshalJSON ¶
func (v NullableEventTypeOut) MarshalJSON() ([]byte, error)
func (*NullableEventTypeOut) Set ¶
func (v *NullableEventTypeOut) Set(val *EventTypeOut)
func (*NullableEventTypeOut) UnmarshalJSON ¶
func (v *NullableEventTypeOut) UnmarshalJSON(src []byte) error
func (*NullableEventTypeOut) Unset ¶
func (v *NullableEventTypeOut) Unset()
type NullableEventTypeSchemaIn ¶
type NullableEventTypeSchemaIn struct {
// contains filtered or unexported fields
}
func NewNullableEventTypeSchemaIn ¶
func NewNullableEventTypeSchemaIn(val *EventTypeSchemaIn) *NullableEventTypeSchemaIn
func (NullableEventTypeSchemaIn) Get ¶
func (v NullableEventTypeSchemaIn) Get() *EventTypeSchemaIn
func (NullableEventTypeSchemaIn) IsSet ¶
func (v NullableEventTypeSchemaIn) IsSet() bool
func (NullableEventTypeSchemaIn) MarshalJSON ¶
func (v NullableEventTypeSchemaIn) MarshalJSON() ([]byte, error)
func (*NullableEventTypeSchemaIn) Set ¶
func (v *NullableEventTypeSchemaIn) Set(val *EventTypeSchemaIn)
func (*NullableEventTypeSchemaIn) UnmarshalJSON ¶
func (v *NullableEventTypeSchemaIn) UnmarshalJSON(src []byte) error
func (*NullableEventTypeSchemaIn) Unset ¶
func (v *NullableEventTypeSchemaIn) Unset()
type NullableEventTypeUpdate ¶
type NullableEventTypeUpdate struct {
// contains filtered or unexported fields
}
func NewNullableEventTypeUpdate ¶
func NewNullableEventTypeUpdate(val *EventTypeUpdate) *NullableEventTypeUpdate
func (NullableEventTypeUpdate) Get ¶
func (v NullableEventTypeUpdate) Get() *EventTypeUpdate
func (NullableEventTypeUpdate) IsSet ¶
func (v NullableEventTypeUpdate) IsSet() bool
func (NullableEventTypeUpdate) MarshalJSON ¶
func (v NullableEventTypeUpdate) MarshalJSON() ([]byte, error)
func (*NullableEventTypeUpdate) Set ¶
func (v *NullableEventTypeUpdate) Set(val *EventTypeUpdate)
func (*NullableEventTypeUpdate) UnmarshalJSON ¶
func (v *NullableEventTypeUpdate) UnmarshalJSON(src []byte) error
func (*NullableEventTypeUpdate) Unset ¶
func (v *NullableEventTypeUpdate) 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 NullableFontSizeConfig ¶
type NullableFontSizeConfig struct {
// contains filtered or unexported fields
}
func NewNullableFontSizeConfig ¶
func NewNullableFontSizeConfig(val *FontSizeConfig) *NullableFontSizeConfig
func (NullableFontSizeConfig) Get ¶
func (v NullableFontSizeConfig) Get() *FontSizeConfig
func (NullableFontSizeConfig) IsSet ¶
func (v NullableFontSizeConfig) IsSet() bool
func (NullableFontSizeConfig) MarshalJSON ¶
func (v NullableFontSizeConfig) MarshalJSON() ([]byte, error)
func (*NullableFontSizeConfig) Set ¶
func (v *NullableFontSizeConfig) Set(val *FontSizeConfig)
func (*NullableFontSizeConfig) UnmarshalJSON ¶
func (v *NullableFontSizeConfig) UnmarshalJSON(src []byte) error
func (*NullableFontSizeConfig) Unset ¶
func (v *NullableFontSizeConfig) Unset()
type NullableHTTPValidationError ¶
type NullableHTTPValidationError struct {
// contains filtered or unexported fields
}
func NewNullableHTTPValidationError ¶
func NewNullableHTTPValidationError(val *HTTPValidationError) *NullableHTTPValidationError
func (NullableHTTPValidationError) Get ¶
func (v NullableHTTPValidationError) Get() *HTTPValidationError
func (NullableHTTPValidationError) IsSet ¶
func (v NullableHTTPValidationError) IsSet() bool
func (NullableHTTPValidationError) MarshalJSON ¶
func (v NullableHTTPValidationError) MarshalJSON() ([]byte, error)
func (*NullableHTTPValidationError) Set ¶
func (v *NullableHTTPValidationError) Set(val *HTTPValidationError)
func (*NullableHTTPValidationError) UnmarshalJSON ¶
func (v *NullableHTTPValidationError) UnmarshalJSON(src []byte) error
func (*NullableHTTPValidationError) Unset ¶
func (v *NullableHTTPValidationError) Unset()
type NullableHttpErrorOut ¶
type NullableHttpErrorOut struct {
// contains filtered or unexported fields
}
func NewNullableHttpErrorOut ¶
func NewNullableHttpErrorOut(val *HttpErrorOut) *NullableHttpErrorOut
func (NullableHttpErrorOut) Get ¶
func (v NullableHttpErrorOut) Get() *HttpErrorOut
func (NullableHttpErrorOut) IsSet ¶
func (v NullableHttpErrorOut) IsSet() bool
func (NullableHttpErrorOut) MarshalJSON ¶
func (v NullableHttpErrorOut) MarshalJSON() ([]byte, error)
func (*NullableHttpErrorOut) Set ¶
func (v *NullableHttpErrorOut) Set(val *HttpErrorOut)
func (*NullableHttpErrorOut) UnmarshalJSON ¶
func (v *NullableHttpErrorOut) UnmarshalJSON(src []byte) error
func (*NullableHttpErrorOut) Unset ¶
func (v *NullableHttpErrorOut) 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 NullableIntegrationIn ¶
type NullableIntegrationIn struct {
// contains filtered or unexported fields
}
func NewNullableIntegrationIn ¶
func NewNullableIntegrationIn(val *IntegrationIn) *NullableIntegrationIn
func (NullableIntegrationIn) Get ¶
func (v NullableIntegrationIn) Get() *IntegrationIn
func (NullableIntegrationIn) IsSet ¶
func (v NullableIntegrationIn) IsSet() bool
func (NullableIntegrationIn) MarshalJSON ¶
func (v NullableIntegrationIn) MarshalJSON() ([]byte, error)
func (*NullableIntegrationIn) Set ¶
func (v *NullableIntegrationIn) Set(val *IntegrationIn)
func (*NullableIntegrationIn) UnmarshalJSON ¶
func (v *NullableIntegrationIn) UnmarshalJSON(src []byte) error
func (*NullableIntegrationIn) Unset ¶
func (v *NullableIntegrationIn) Unset()
type NullableIntegrationKeyOut ¶
type NullableIntegrationKeyOut struct {
// contains filtered or unexported fields
}
func NewNullableIntegrationKeyOut ¶
func NewNullableIntegrationKeyOut(val *IntegrationKeyOut) *NullableIntegrationKeyOut
func (NullableIntegrationKeyOut) Get ¶
func (v NullableIntegrationKeyOut) Get() *IntegrationKeyOut
func (NullableIntegrationKeyOut) IsSet ¶
func (v NullableIntegrationKeyOut) IsSet() bool
func (NullableIntegrationKeyOut) MarshalJSON ¶
func (v NullableIntegrationKeyOut) MarshalJSON() ([]byte, error)
func (*NullableIntegrationKeyOut) Set ¶
func (v *NullableIntegrationKeyOut) Set(val *IntegrationKeyOut)
func (*NullableIntegrationKeyOut) UnmarshalJSON ¶
func (v *NullableIntegrationKeyOut) UnmarshalJSON(src []byte) error
func (*NullableIntegrationKeyOut) Unset ¶
func (v *NullableIntegrationKeyOut) Unset()
type NullableIntegrationOut ¶
type NullableIntegrationOut struct {
// contains filtered or unexported fields
}
func NewNullableIntegrationOut ¶
func NewNullableIntegrationOut(val *IntegrationOut) *NullableIntegrationOut
func (NullableIntegrationOut) Get ¶
func (v NullableIntegrationOut) Get() *IntegrationOut
func (NullableIntegrationOut) IsSet ¶
func (v NullableIntegrationOut) IsSet() bool
func (NullableIntegrationOut) MarshalJSON ¶
func (v NullableIntegrationOut) MarshalJSON() ([]byte, error)
func (*NullableIntegrationOut) Set ¶
func (v *NullableIntegrationOut) Set(val *IntegrationOut)
func (*NullableIntegrationOut) UnmarshalJSON ¶
func (v *NullableIntegrationOut) UnmarshalJSON(src []byte) error
func (*NullableIntegrationOut) Unset ¶
func (v *NullableIntegrationOut) Unset()
type NullableIntegrationUpdate ¶
type NullableIntegrationUpdate struct {
// contains filtered or unexported fields
}
func NewNullableIntegrationUpdate ¶
func NewNullableIntegrationUpdate(val *IntegrationUpdate) *NullableIntegrationUpdate
func (NullableIntegrationUpdate) Get ¶
func (v NullableIntegrationUpdate) Get() *IntegrationUpdate
func (NullableIntegrationUpdate) IsSet ¶
func (v NullableIntegrationUpdate) IsSet() bool
func (NullableIntegrationUpdate) MarshalJSON ¶
func (v NullableIntegrationUpdate) MarshalJSON() ([]byte, error)
func (*NullableIntegrationUpdate) Set ¶
func (v *NullableIntegrationUpdate) Set(val *IntegrationUpdate)
func (*NullableIntegrationUpdate) UnmarshalJSON ¶
func (v *NullableIntegrationUpdate) UnmarshalJSON(src []byte) error
func (*NullableIntegrationUpdate) Unset ¶
func (v *NullableIntegrationUpdate) Unset()
type NullableListResponseApplicationOut ¶
type NullableListResponseApplicationOut struct {
// contains filtered or unexported fields
}
func NewNullableListResponseApplicationOut ¶
func NewNullableListResponseApplicationOut(val *ListResponseApplicationOut) *NullableListResponseApplicationOut
func (NullableListResponseApplicationOut) Get ¶
func (v NullableListResponseApplicationOut) Get() *ListResponseApplicationOut
func (NullableListResponseApplicationOut) IsSet ¶
func (v NullableListResponseApplicationOut) IsSet() bool
func (NullableListResponseApplicationOut) MarshalJSON ¶
func (v NullableListResponseApplicationOut) MarshalJSON() ([]byte, error)
func (*NullableListResponseApplicationOut) Set ¶
func (v *NullableListResponseApplicationOut) Set(val *ListResponseApplicationOut)
func (*NullableListResponseApplicationOut) UnmarshalJSON ¶
func (v *NullableListResponseApplicationOut) UnmarshalJSON(src []byte) error
func (*NullableListResponseApplicationOut) Unset ¶
func (v *NullableListResponseApplicationOut) Unset()
type NullableListResponseApplicationStats ¶
type NullableListResponseApplicationStats struct {
// contains filtered or unexported fields
}
func NewNullableListResponseApplicationStats ¶
func NewNullableListResponseApplicationStats(val *ListResponseApplicationStats) *NullableListResponseApplicationStats
func (NullableListResponseApplicationStats) Get ¶
func (v NullableListResponseApplicationStats) Get() *ListResponseApplicationStats
func (NullableListResponseApplicationStats) IsSet ¶
func (v NullableListResponseApplicationStats) IsSet() bool
func (NullableListResponseApplicationStats) MarshalJSON ¶
func (v NullableListResponseApplicationStats) MarshalJSON() ([]byte, error)
func (*NullableListResponseApplicationStats) Set ¶
func (v *NullableListResponseApplicationStats) Set(val *ListResponseApplicationStats)
func (*NullableListResponseApplicationStats) UnmarshalJSON ¶
func (v *NullableListResponseApplicationStats) UnmarshalJSON(src []byte) error
func (*NullableListResponseApplicationStats) Unset ¶
func (v *NullableListResponseApplicationStats) Unset()
type NullableListResponseDoubleEndpointMessageOut ¶
type NullableListResponseDoubleEndpointMessageOut struct {
// contains filtered or unexported fields
}
func NewNullableListResponseDoubleEndpointMessageOut ¶
func NewNullableListResponseDoubleEndpointMessageOut(val *ListResponseDoubleEndpointMessageOut) *NullableListResponseDoubleEndpointMessageOut
func (NullableListResponseDoubleEndpointMessageOut) IsSet ¶
func (v NullableListResponseDoubleEndpointMessageOut) IsSet() bool
func (NullableListResponseDoubleEndpointMessageOut) MarshalJSON ¶
func (v NullableListResponseDoubleEndpointMessageOut) MarshalJSON() ([]byte, error)
func (*NullableListResponseDoubleEndpointMessageOut) Set ¶
func (v *NullableListResponseDoubleEndpointMessageOut) Set(val *ListResponseDoubleEndpointMessageOut)
func (*NullableListResponseDoubleEndpointMessageOut) UnmarshalJSON ¶
func (v *NullableListResponseDoubleEndpointMessageOut) UnmarshalJSON(src []byte) error
func (*NullableListResponseDoubleEndpointMessageOut) Unset ¶
func (v *NullableListResponseDoubleEndpointMessageOut) Unset()
type NullableListResponseDoubleMessageAttemptEndpointOut ¶
type NullableListResponseDoubleMessageAttemptEndpointOut struct {
// contains filtered or unexported fields
}
func NewNullableListResponseDoubleMessageAttemptEndpointOut ¶
func NewNullableListResponseDoubleMessageAttemptEndpointOut(val *ListResponseDoubleMessageAttemptEndpointOut) *NullableListResponseDoubleMessageAttemptEndpointOut
func (NullableListResponseDoubleMessageAttemptEndpointOut) IsSet ¶
func (v NullableListResponseDoubleMessageAttemptEndpointOut) IsSet() bool
func (NullableListResponseDoubleMessageAttemptEndpointOut) MarshalJSON ¶
func (v NullableListResponseDoubleMessageAttemptEndpointOut) MarshalJSON() ([]byte, error)
func (*NullableListResponseDoubleMessageAttemptEndpointOut) UnmarshalJSON ¶
func (v *NullableListResponseDoubleMessageAttemptEndpointOut) UnmarshalJSON(src []byte) error
func (*NullableListResponseDoubleMessageAttemptEndpointOut) Unset ¶
func (v *NullableListResponseDoubleMessageAttemptEndpointOut) Unset()
type NullableListResponseDoubleMessageAttemptOut ¶
type NullableListResponseDoubleMessageAttemptOut struct {
// contains filtered or unexported fields
}
func NewNullableListResponseDoubleMessageAttemptOut ¶
func NewNullableListResponseDoubleMessageAttemptOut(val *ListResponseDoubleMessageAttemptOut) *NullableListResponseDoubleMessageAttemptOut
func (NullableListResponseDoubleMessageAttemptOut) IsSet ¶
func (v NullableListResponseDoubleMessageAttemptOut) IsSet() bool
func (NullableListResponseDoubleMessageAttemptOut) MarshalJSON ¶
func (v NullableListResponseDoubleMessageAttemptOut) MarshalJSON() ([]byte, error)
func (*NullableListResponseDoubleMessageAttemptOut) Set ¶
func (v *NullableListResponseDoubleMessageAttemptOut) Set(val *ListResponseDoubleMessageAttemptOut)
func (*NullableListResponseDoubleMessageAttemptOut) UnmarshalJSON ¶
func (v *NullableListResponseDoubleMessageAttemptOut) UnmarshalJSON(src []byte) error
func (*NullableListResponseDoubleMessageAttemptOut) Unset ¶
func (v *NullableListResponseDoubleMessageAttemptOut) Unset()
type NullableListResponseDoubleMessageOut ¶
type NullableListResponseDoubleMessageOut struct {
// contains filtered or unexported fields
}
func NewNullableListResponseDoubleMessageOut ¶
func NewNullableListResponseDoubleMessageOut(val *ListResponseDoubleMessageOut) *NullableListResponseDoubleMessageOut
func (NullableListResponseDoubleMessageOut) Get ¶
func (v NullableListResponseDoubleMessageOut) Get() *ListResponseDoubleMessageOut
func (NullableListResponseDoubleMessageOut) IsSet ¶
func (v NullableListResponseDoubleMessageOut) IsSet() bool
func (NullableListResponseDoubleMessageOut) MarshalJSON ¶
func (v NullableListResponseDoubleMessageOut) MarshalJSON() ([]byte, error)
func (*NullableListResponseDoubleMessageOut) Set ¶
func (v *NullableListResponseDoubleMessageOut) Set(val *ListResponseDoubleMessageOut)
func (*NullableListResponseDoubleMessageOut) UnmarshalJSON ¶
func (v *NullableListResponseDoubleMessageOut) UnmarshalJSON(src []byte) error
func (*NullableListResponseDoubleMessageOut) Unset ¶
func (v *NullableListResponseDoubleMessageOut) Unset()
type NullableListResponseEndpointMessageOut ¶
type NullableListResponseEndpointMessageOut struct {
// contains filtered or unexported fields
}
func NewNullableListResponseEndpointMessageOut ¶
func NewNullableListResponseEndpointMessageOut(val *ListResponseEndpointMessageOut) *NullableListResponseEndpointMessageOut
func (NullableListResponseEndpointMessageOut) Get ¶
func (v NullableListResponseEndpointMessageOut) Get() *ListResponseEndpointMessageOut
func (NullableListResponseEndpointMessageOut) IsSet ¶
func (v NullableListResponseEndpointMessageOut) IsSet() bool
func (NullableListResponseEndpointMessageOut) MarshalJSON ¶
func (v NullableListResponseEndpointMessageOut) MarshalJSON() ([]byte, error)
func (*NullableListResponseEndpointMessageOut) Set ¶
func (v *NullableListResponseEndpointMessageOut) Set(val *ListResponseEndpointMessageOut)
func (*NullableListResponseEndpointMessageOut) UnmarshalJSON ¶
func (v *NullableListResponseEndpointMessageOut) UnmarshalJSON(src []byte) error
func (*NullableListResponseEndpointMessageOut) Unset ¶
func (v *NullableListResponseEndpointMessageOut) Unset()
type NullableListResponseEndpointOut ¶
type NullableListResponseEndpointOut struct {
// contains filtered or unexported fields
}
func NewNullableListResponseEndpointOut ¶
func NewNullableListResponseEndpointOut(val *ListResponseEndpointOut) *NullableListResponseEndpointOut
func (NullableListResponseEndpointOut) Get ¶
func (v NullableListResponseEndpointOut) Get() *ListResponseEndpointOut
func (NullableListResponseEndpointOut) IsSet ¶
func (v NullableListResponseEndpointOut) IsSet() bool
func (NullableListResponseEndpointOut) MarshalJSON ¶
func (v NullableListResponseEndpointOut) MarshalJSON() ([]byte, error)
func (*NullableListResponseEndpointOut) Set ¶
func (v *NullableListResponseEndpointOut) Set(val *ListResponseEndpointOut)
func (*NullableListResponseEndpointOut) UnmarshalJSON ¶
func (v *NullableListResponseEndpointOut) UnmarshalJSON(src []byte) error
func (*NullableListResponseEndpointOut) Unset ¶
func (v *NullableListResponseEndpointOut) Unset()
type NullableListResponseEventTypeOut ¶
type NullableListResponseEventTypeOut struct {
// contains filtered or unexported fields
}
func NewNullableListResponseEventTypeOut ¶
func NewNullableListResponseEventTypeOut(val *ListResponseEventTypeOut) *NullableListResponseEventTypeOut
func (NullableListResponseEventTypeOut) Get ¶
func (v NullableListResponseEventTypeOut) Get() *ListResponseEventTypeOut
func (NullableListResponseEventTypeOut) IsSet ¶
func (v NullableListResponseEventTypeOut) IsSet() bool
func (NullableListResponseEventTypeOut) MarshalJSON ¶
func (v NullableListResponseEventTypeOut) MarshalJSON() ([]byte, error)
func (*NullableListResponseEventTypeOut) Set ¶
func (v *NullableListResponseEventTypeOut) Set(val *ListResponseEventTypeOut)
func (*NullableListResponseEventTypeOut) UnmarshalJSON ¶
func (v *NullableListResponseEventTypeOut) UnmarshalJSON(src []byte) error
func (*NullableListResponseEventTypeOut) Unset ¶
func (v *NullableListResponseEventTypeOut) Unset()
type NullableListResponseIntegrationOut ¶
type NullableListResponseIntegrationOut struct {
// contains filtered or unexported fields
}
func NewNullableListResponseIntegrationOut ¶
func NewNullableListResponseIntegrationOut(val *ListResponseIntegrationOut) *NullableListResponseIntegrationOut
func (NullableListResponseIntegrationOut) Get ¶
func (v NullableListResponseIntegrationOut) Get() *ListResponseIntegrationOut
func (NullableListResponseIntegrationOut) IsSet ¶
func (v NullableListResponseIntegrationOut) IsSet() bool
func (NullableListResponseIntegrationOut) MarshalJSON ¶
func (v NullableListResponseIntegrationOut) MarshalJSON() ([]byte, error)
func (*NullableListResponseIntegrationOut) Set ¶
func (v *NullableListResponseIntegrationOut) Set(val *ListResponseIntegrationOut)
func (*NullableListResponseIntegrationOut) UnmarshalJSON ¶
func (v *NullableListResponseIntegrationOut) UnmarshalJSON(src []byte) error
func (*NullableListResponseIntegrationOut) Unset ¶
func (v *NullableListResponseIntegrationOut) Unset()
type NullableListResponseMessageAttemptEndpointOut ¶
type NullableListResponseMessageAttemptEndpointOut struct {
// contains filtered or unexported fields
}
func NewNullableListResponseMessageAttemptEndpointOut ¶
func NewNullableListResponseMessageAttemptEndpointOut(val *ListResponseMessageAttemptEndpointOut) *NullableListResponseMessageAttemptEndpointOut
func (NullableListResponseMessageAttemptEndpointOut) IsSet ¶
func (v NullableListResponseMessageAttemptEndpointOut) IsSet() bool
func (NullableListResponseMessageAttemptEndpointOut) MarshalJSON ¶
func (v NullableListResponseMessageAttemptEndpointOut) MarshalJSON() ([]byte, error)
func (*NullableListResponseMessageAttemptEndpointOut) Set ¶
func (v *NullableListResponseMessageAttemptEndpointOut) Set(val *ListResponseMessageAttemptEndpointOut)
func (*NullableListResponseMessageAttemptEndpointOut) UnmarshalJSON ¶
func (v *NullableListResponseMessageAttemptEndpointOut) UnmarshalJSON(src []byte) error
func (*NullableListResponseMessageAttemptEndpointOut) Unset ¶
func (v *NullableListResponseMessageAttemptEndpointOut) Unset()
type NullableListResponseMessageAttemptOut ¶
type NullableListResponseMessageAttemptOut struct {
// contains filtered or unexported fields
}
func NewNullableListResponseMessageAttemptOut ¶
func NewNullableListResponseMessageAttemptOut(val *ListResponseMessageAttemptOut) *NullableListResponseMessageAttemptOut
func (NullableListResponseMessageAttemptOut) Get ¶
func (v NullableListResponseMessageAttemptOut) Get() *ListResponseMessageAttemptOut
func (NullableListResponseMessageAttemptOut) IsSet ¶
func (v NullableListResponseMessageAttemptOut) IsSet() bool
func (NullableListResponseMessageAttemptOut) MarshalJSON ¶
func (v NullableListResponseMessageAttemptOut) MarshalJSON() ([]byte, error)
func (*NullableListResponseMessageAttemptOut) Set ¶
func (v *NullableListResponseMessageAttemptOut) Set(val *ListResponseMessageAttemptOut)
func (*NullableListResponseMessageAttemptOut) UnmarshalJSON ¶
func (v *NullableListResponseMessageAttemptOut) UnmarshalJSON(src []byte) error
func (*NullableListResponseMessageAttemptOut) Unset ¶
func (v *NullableListResponseMessageAttemptOut) Unset()
type NullableListResponseMessageEndpointOut ¶
type NullableListResponseMessageEndpointOut struct {
// contains filtered or unexported fields
}
func NewNullableListResponseMessageEndpointOut ¶
func NewNullableListResponseMessageEndpointOut(val *ListResponseMessageEndpointOut) *NullableListResponseMessageEndpointOut
func (NullableListResponseMessageEndpointOut) Get ¶
func (v NullableListResponseMessageEndpointOut) Get() *ListResponseMessageEndpointOut
func (NullableListResponseMessageEndpointOut) IsSet ¶
func (v NullableListResponseMessageEndpointOut) IsSet() bool
func (NullableListResponseMessageEndpointOut) MarshalJSON ¶
func (v NullableListResponseMessageEndpointOut) MarshalJSON() ([]byte, error)
func (*NullableListResponseMessageEndpointOut) Set ¶
func (v *NullableListResponseMessageEndpointOut) Set(val *ListResponseMessageEndpointOut)
func (*NullableListResponseMessageEndpointOut) UnmarshalJSON ¶
func (v *NullableListResponseMessageEndpointOut) UnmarshalJSON(src []byte) error
func (*NullableListResponseMessageEndpointOut) Unset ¶
func (v *NullableListResponseMessageEndpointOut) Unset()
type NullableListResponseMessageOut ¶
type NullableListResponseMessageOut struct {
// contains filtered or unexported fields
}
func NewNullableListResponseMessageOut ¶
func NewNullableListResponseMessageOut(val *ListResponseMessageOut) *NullableListResponseMessageOut
func (NullableListResponseMessageOut) Get ¶
func (v NullableListResponseMessageOut) Get() *ListResponseMessageOut
func (NullableListResponseMessageOut) IsSet ¶
func (v NullableListResponseMessageOut) IsSet() bool
func (NullableListResponseMessageOut) MarshalJSON ¶
func (v NullableListResponseMessageOut) MarshalJSON() ([]byte, error)
func (*NullableListResponseMessageOut) Set ¶
func (v *NullableListResponseMessageOut) Set(val *ListResponseMessageOut)
func (*NullableListResponseMessageOut) UnmarshalJSON ¶
func (v *NullableListResponseMessageOut) UnmarshalJSON(src []byte) error
func (*NullableListResponseMessageOut) Unset ¶
func (v *NullableListResponseMessageOut) Unset()
type NullableMessageAttemptEndpointOut ¶
type NullableMessageAttemptEndpointOut struct {
// contains filtered or unexported fields
}
func NewNullableMessageAttemptEndpointOut ¶
func NewNullableMessageAttemptEndpointOut(val *MessageAttemptEndpointOut) *NullableMessageAttemptEndpointOut
func (NullableMessageAttemptEndpointOut) Get ¶
func (v NullableMessageAttemptEndpointOut) Get() *MessageAttemptEndpointOut
func (NullableMessageAttemptEndpointOut) IsSet ¶
func (v NullableMessageAttemptEndpointOut) IsSet() bool
func (NullableMessageAttemptEndpointOut) MarshalJSON ¶
func (v NullableMessageAttemptEndpointOut) MarshalJSON() ([]byte, error)
func (*NullableMessageAttemptEndpointOut) Set ¶
func (v *NullableMessageAttemptEndpointOut) Set(val *MessageAttemptEndpointOut)
func (*NullableMessageAttemptEndpointOut) UnmarshalJSON ¶
func (v *NullableMessageAttemptEndpointOut) UnmarshalJSON(src []byte) error
func (*NullableMessageAttemptEndpointOut) Unset ¶
func (v *NullableMessageAttemptEndpointOut) Unset()
type NullableMessageAttemptExhaustedEvent ¶
type NullableMessageAttemptExhaustedEvent struct {
// contains filtered or unexported fields
}
func NewNullableMessageAttemptExhaustedEvent ¶
func NewNullableMessageAttemptExhaustedEvent(val *MessageAttemptExhaustedEvent) *NullableMessageAttemptExhaustedEvent
func (NullableMessageAttemptExhaustedEvent) Get ¶
func (v NullableMessageAttemptExhaustedEvent) Get() *MessageAttemptExhaustedEvent
func (NullableMessageAttemptExhaustedEvent) IsSet ¶
func (v NullableMessageAttemptExhaustedEvent) IsSet() bool
func (NullableMessageAttemptExhaustedEvent) MarshalJSON ¶
func (v NullableMessageAttemptExhaustedEvent) MarshalJSON() ([]byte, error)
func (*NullableMessageAttemptExhaustedEvent) Set ¶
func (v *NullableMessageAttemptExhaustedEvent) Set(val *MessageAttemptExhaustedEvent)
func (*NullableMessageAttemptExhaustedEvent) UnmarshalJSON ¶
func (v *NullableMessageAttemptExhaustedEvent) UnmarshalJSON(src []byte) error
func (*NullableMessageAttemptExhaustedEvent) Unset ¶
func (v *NullableMessageAttemptExhaustedEvent) Unset()
type NullableMessageAttemptExhaustedEventData ¶
type NullableMessageAttemptExhaustedEventData struct {
// contains filtered or unexported fields
}
func NewNullableMessageAttemptExhaustedEventData ¶
func NewNullableMessageAttemptExhaustedEventData(val *MessageAttemptExhaustedEventData) *NullableMessageAttemptExhaustedEventData
func (NullableMessageAttemptExhaustedEventData) IsSet ¶
func (v NullableMessageAttemptExhaustedEventData) IsSet() bool
func (NullableMessageAttemptExhaustedEventData) MarshalJSON ¶
func (v NullableMessageAttemptExhaustedEventData) MarshalJSON() ([]byte, error)
func (*NullableMessageAttemptExhaustedEventData) Set ¶
func (v *NullableMessageAttemptExhaustedEventData) Set(val *MessageAttemptExhaustedEventData)
func (*NullableMessageAttemptExhaustedEventData) UnmarshalJSON ¶
func (v *NullableMessageAttemptExhaustedEventData) UnmarshalJSON(src []byte) error
func (*NullableMessageAttemptExhaustedEventData) Unset ¶
func (v *NullableMessageAttemptExhaustedEventData) Unset()
type NullableMessageAttemptFailedData ¶
type NullableMessageAttemptFailedData struct {
// contains filtered or unexported fields
}
func NewNullableMessageAttemptFailedData ¶
func NewNullableMessageAttemptFailedData(val *MessageAttemptFailedData) *NullableMessageAttemptFailedData
func (NullableMessageAttemptFailedData) Get ¶
func (v NullableMessageAttemptFailedData) Get() *MessageAttemptFailedData
func (NullableMessageAttemptFailedData) IsSet ¶
func (v NullableMessageAttemptFailedData) IsSet() bool
func (NullableMessageAttemptFailedData) MarshalJSON ¶
func (v NullableMessageAttemptFailedData) MarshalJSON() ([]byte, error)
func (*NullableMessageAttemptFailedData) Set ¶
func (v *NullableMessageAttemptFailedData) Set(val *MessageAttemptFailedData)
func (*NullableMessageAttemptFailedData) UnmarshalJSON ¶
func (v *NullableMessageAttemptFailedData) UnmarshalJSON(src []byte) error
func (*NullableMessageAttemptFailedData) Unset ¶
func (v *NullableMessageAttemptFailedData) Unset()
type NullableMessageAttemptFailedEvent ¶
type NullableMessageAttemptFailedEvent struct {
// contains filtered or unexported fields
}
func NewNullableMessageAttemptFailedEvent ¶
func NewNullableMessageAttemptFailedEvent(val *MessageAttemptFailedEvent) *NullableMessageAttemptFailedEvent
func (NullableMessageAttemptFailedEvent) Get ¶
func (v NullableMessageAttemptFailedEvent) Get() *MessageAttemptFailedEvent
func (NullableMessageAttemptFailedEvent) IsSet ¶
func (v NullableMessageAttemptFailedEvent) IsSet() bool
func (NullableMessageAttemptFailedEvent) MarshalJSON ¶
func (v NullableMessageAttemptFailedEvent) MarshalJSON() ([]byte, error)
func (*NullableMessageAttemptFailedEvent) Set ¶
func (v *NullableMessageAttemptFailedEvent) Set(val *MessageAttemptFailedEvent)
func (*NullableMessageAttemptFailedEvent) UnmarshalJSON ¶
func (v *NullableMessageAttemptFailedEvent) UnmarshalJSON(src []byte) error
func (*NullableMessageAttemptFailedEvent) Unset ¶
func (v *NullableMessageAttemptFailedEvent) Unset()
type NullableMessageAttemptFailingEvent ¶
type NullableMessageAttemptFailingEvent struct {
// contains filtered or unexported fields
}
func NewNullableMessageAttemptFailingEvent ¶
func NewNullableMessageAttemptFailingEvent(val *MessageAttemptFailingEvent) *NullableMessageAttemptFailingEvent
func (NullableMessageAttemptFailingEvent) Get ¶
func (v NullableMessageAttemptFailingEvent) Get() *MessageAttemptFailingEvent
func (NullableMessageAttemptFailingEvent) IsSet ¶
func (v NullableMessageAttemptFailingEvent) IsSet() bool
func (NullableMessageAttemptFailingEvent) MarshalJSON ¶
func (v NullableMessageAttemptFailingEvent) MarshalJSON() ([]byte, error)
func (*NullableMessageAttemptFailingEvent) Set ¶
func (v *NullableMessageAttemptFailingEvent) Set(val *MessageAttemptFailingEvent)
func (*NullableMessageAttemptFailingEvent) UnmarshalJSON ¶
func (v *NullableMessageAttemptFailingEvent) UnmarshalJSON(src []byte) error
func (*NullableMessageAttemptFailingEvent) Unset ¶
func (v *NullableMessageAttemptFailingEvent) Unset()
type NullableMessageAttemptFailingEventData ¶
type NullableMessageAttemptFailingEventData struct {
// contains filtered or unexported fields
}
func NewNullableMessageAttemptFailingEventData ¶
func NewNullableMessageAttemptFailingEventData(val *MessageAttemptFailingEventData) *NullableMessageAttemptFailingEventData
func (NullableMessageAttemptFailingEventData) Get ¶
func (v NullableMessageAttemptFailingEventData) Get() *MessageAttemptFailingEventData
func (NullableMessageAttemptFailingEventData) IsSet ¶
func (v NullableMessageAttemptFailingEventData) IsSet() bool
func (NullableMessageAttemptFailingEventData) MarshalJSON ¶
func (v NullableMessageAttemptFailingEventData) MarshalJSON() ([]byte, error)
func (*NullableMessageAttemptFailingEventData) Set ¶
func (v *NullableMessageAttemptFailingEventData) Set(val *MessageAttemptFailingEventData)
func (*NullableMessageAttemptFailingEventData) UnmarshalJSON ¶
func (v *NullableMessageAttemptFailingEventData) UnmarshalJSON(src []byte) error
func (*NullableMessageAttemptFailingEventData) Unset ¶
func (v *NullableMessageAttemptFailingEventData) Unset()
type NullableMessageAttemptHeadersOut ¶
type NullableMessageAttemptHeadersOut struct {
// contains filtered or unexported fields
}
func NewNullableMessageAttemptHeadersOut ¶
func NewNullableMessageAttemptHeadersOut(val *MessageAttemptHeadersOut) *NullableMessageAttemptHeadersOut
func (NullableMessageAttemptHeadersOut) Get ¶
func (v NullableMessageAttemptHeadersOut) Get() *MessageAttemptHeadersOut
func (NullableMessageAttemptHeadersOut) IsSet ¶
func (v NullableMessageAttemptHeadersOut) IsSet() bool
func (NullableMessageAttemptHeadersOut) MarshalJSON ¶
func (v NullableMessageAttemptHeadersOut) MarshalJSON() ([]byte, error)
func (*NullableMessageAttemptHeadersOut) Set ¶
func (v *NullableMessageAttemptHeadersOut) Set(val *MessageAttemptHeadersOut)
func (*NullableMessageAttemptHeadersOut) UnmarshalJSON ¶
func (v *NullableMessageAttemptHeadersOut) UnmarshalJSON(src []byte) error
func (*NullableMessageAttemptHeadersOut) Unset ¶
func (v *NullableMessageAttemptHeadersOut) Unset()
type NullableMessageAttemptOut ¶
type NullableMessageAttemptOut struct {
// contains filtered or unexported fields
}
func NewNullableMessageAttemptOut ¶
func NewNullableMessageAttemptOut(val *MessageAttemptOut) *NullableMessageAttemptOut
func (NullableMessageAttemptOut) Get ¶
func (v NullableMessageAttemptOut) Get() *MessageAttemptOut
func (NullableMessageAttemptOut) IsSet ¶
func (v NullableMessageAttemptOut) IsSet() bool
func (NullableMessageAttemptOut) MarshalJSON ¶
func (v NullableMessageAttemptOut) MarshalJSON() ([]byte, error)
func (*NullableMessageAttemptOut) Set ¶
func (v *NullableMessageAttemptOut) Set(val *MessageAttemptOut)
func (*NullableMessageAttemptOut) UnmarshalJSON ¶
func (v *NullableMessageAttemptOut) UnmarshalJSON(src []byte) error
func (*NullableMessageAttemptOut) Unset ¶
func (v *NullableMessageAttemptOut) Unset()
type NullableMessageAttemptTriggerType ¶
type NullableMessageAttemptTriggerType struct {
// contains filtered or unexported fields
}
func NewNullableMessageAttemptTriggerType ¶
func NewNullableMessageAttemptTriggerType(val *MessageAttemptTriggerType) *NullableMessageAttemptTriggerType
func (NullableMessageAttemptTriggerType) Get ¶
func (v NullableMessageAttemptTriggerType) Get() *MessageAttemptTriggerType
func (NullableMessageAttemptTriggerType) IsSet ¶
func (v NullableMessageAttemptTriggerType) IsSet() bool
func (NullableMessageAttemptTriggerType) MarshalJSON ¶
func (v NullableMessageAttemptTriggerType) MarshalJSON() ([]byte, error)
func (*NullableMessageAttemptTriggerType) Set ¶
func (v *NullableMessageAttemptTriggerType) Set(val *MessageAttemptTriggerType)
func (*NullableMessageAttemptTriggerType) UnmarshalJSON ¶
func (v *NullableMessageAttemptTriggerType) UnmarshalJSON(src []byte) error
func (*NullableMessageAttemptTriggerType) Unset ¶
func (v *NullableMessageAttemptTriggerType) Unset()
type NullableMessageEndpointOut ¶
type NullableMessageEndpointOut struct {
// contains filtered or unexported fields
}
func NewNullableMessageEndpointOut ¶
func NewNullableMessageEndpointOut(val *MessageEndpointOut) *NullableMessageEndpointOut
func (NullableMessageEndpointOut) Get ¶
func (v NullableMessageEndpointOut) Get() *MessageEndpointOut
func (NullableMessageEndpointOut) IsSet ¶
func (v NullableMessageEndpointOut) IsSet() bool
func (NullableMessageEndpointOut) MarshalJSON ¶
func (v NullableMessageEndpointOut) MarshalJSON() ([]byte, error)
func (*NullableMessageEndpointOut) Set ¶
func (v *NullableMessageEndpointOut) Set(val *MessageEndpointOut)
func (*NullableMessageEndpointOut) UnmarshalJSON ¶
func (v *NullableMessageEndpointOut) UnmarshalJSON(src []byte) error
func (*NullableMessageEndpointOut) Unset ¶
func (v *NullableMessageEndpointOut) Unset()
type NullableMessageIn ¶
type NullableMessageIn struct {
// contains filtered or unexported fields
}
func NewNullableMessageIn ¶
func NewNullableMessageIn(val *MessageIn) *NullableMessageIn
func (NullableMessageIn) Get ¶
func (v NullableMessageIn) Get() *MessageIn
func (NullableMessageIn) IsSet ¶
func (v NullableMessageIn) IsSet() bool
func (NullableMessageIn) MarshalJSON ¶
func (v NullableMessageIn) MarshalJSON() ([]byte, error)
func (*NullableMessageIn) Set ¶
func (v *NullableMessageIn) Set(val *MessageIn)
func (*NullableMessageIn) UnmarshalJSON ¶
func (v *NullableMessageIn) UnmarshalJSON(src []byte) error
func (*NullableMessageIn) Unset ¶
func (v *NullableMessageIn) Unset()
type NullableMessageOut ¶
type NullableMessageOut struct {
// contains filtered or unexported fields
}
func NewNullableMessageOut ¶
func NewNullableMessageOut(val *MessageOut) *NullableMessageOut
func (NullableMessageOut) Get ¶
func (v NullableMessageOut) Get() *MessageOut
func (NullableMessageOut) IsSet ¶
func (v NullableMessageOut) IsSet() bool
func (NullableMessageOut) MarshalJSON ¶
func (v NullableMessageOut) MarshalJSON() ([]byte, error)
func (*NullableMessageOut) Set ¶
func (v *NullableMessageOut) Set(val *MessageOut)
func (*NullableMessageOut) UnmarshalJSON ¶
func (v *NullableMessageOut) UnmarshalJSON(src []byte) error
func (*NullableMessageOut) Unset ¶
func (v *NullableMessageOut) Unset()
type NullableMessageStatus ¶
type NullableMessageStatus struct {
// contains filtered or unexported fields
}
func NewNullableMessageStatus ¶
func NewNullableMessageStatus(val *MessageStatus) *NullableMessageStatus
func (NullableMessageStatus) Get ¶
func (v NullableMessageStatus) Get() *MessageStatus
func (NullableMessageStatus) IsSet ¶
func (v NullableMessageStatus) IsSet() bool
func (NullableMessageStatus) MarshalJSON ¶
func (v NullableMessageStatus) MarshalJSON() ([]byte, error)
func (*NullableMessageStatus) Set ¶
func (v *NullableMessageStatus) Set(val *MessageStatus)
func (*NullableMessageStatus) UnmarshalJSON ¶
func (v *NullableMessageStatus) UnmarshalJSON(src []byte) error
func (*NullableMessageStatus) Unset ¶
func (v *NullableMessageStatus) Unset()
type NullableOrdering ¶
type NullableOrdering struct {
// contains filtered or unexported fields
}
func NewNullableOrdering ¶
func NewNullableOrdering(val *Ordering) *NullableOrdering
func (NullableOrdering) Get ¶
func (v NullableOrdering) Get() *Ordering
func (NullableOrdering) IsSet ¶
func (v NullableOrdering) IsSet() bool
func (NullableOrdering) MarshalJSON ¶
func (v NullableOrdering) MarshalJSON() ([]byte, error)
func (*NullableOrdering) Set ¶
func (v *NullableOrdering) Set(val *Ordering)
func (*NullableOrdering) UnmarshalJSON ¶
func (v *NullableOrdering) UnmarshalJSON(src []byte) error
func (*NullableOrdering) Unset ¶
func (v *NullableOrdering) Unset()
type NullableRecoverIn ¶
type NullableRecoverIn struct {
// contains filtered or unexported fields
}
func NewNullableRecoverIn ¶
func NewNullableRecoverIn(val *RecoverIn) *NullableRecoverIn
func (NullableRecoverIn) Get ¶
func (v NullableRecoverIn) Get() *RecoverIn
func (NullableRecoverIn) IsSet ¶
func (v NullableRecoverIn) IsSet() bool
func (NullableRecoverIn) MarshalJSON ¶
func (v NullableRecoverIn) MarshalJSON() ([]byte, error)
func (*NullableRecoverIn) Set ¶
func (v *NullableRecoverIn) Set(val *RecoverIn)
func (*NullableRecoverIn) UnmarshalJSON ¶
func (v *NullableRecoverIn) UnmarshalJSON(src []byte) error
func (*NullableRecoverIn) Unset ¶
func (v *NullableRecoverIn) Unset()
type NullableReplayIn ¶
type NullableReplayIn struct {
// contains filtered or unexported fields
}
func NewNullableReplayIn ¶
func NewNullableReplayIn(val *ReplayIn) *NullableReplayIn
func (NullableReplayIn) Get ¶
func (v NullableReplayIn) Get() *ReplayIn
func (NullableReplayIn) IsSet ¶
func (v NullableReplayIn) IsSet() bool
func (NullableReplayIn) MarshalJSON ¶
func (v NullableReplayIn) MarshalJSON() ([]byte, error)
func (*NullableReplayIn) Set ¶
func (v *NullableReplayIn) Set(val *ReplayIn)
func (*NullableReplayIn) UnmarshalJSON ¶
func (v *NullableReplayIn) UnmarshalJSON(src []byte) error
func (*NullableReplayIn) Unset ¶
func (v *NullableReplayIn) Unset()
type NullableSettingsIn ¶
type NullableSettingsIn struct {
// contains filtered or unexported fields
}
func NewNullableSettingsIn ¶
func NewNullableSettingsIn(val *SettingsIn) *NullableSettingsIn
func (NullableSettingsIn) Get ¶
func (v NullableSettingsIn) Get() *SettingsIn
func (NullableSettingsIn) IsSet ¶
func (v NullableSettingsIn) IsSet() bool
func (NullableSettingsIn) MarshalJSON ¶
func (v NullableSettingsIn) MarshalJSON() ([]byte, error)
func (*NullableSettingsIn) Set ¶
func (v *NullableSettingsIn) Set(val *SettingsIn)
func (*NullableSettingsIn) UnmarshalJSON ¶
func (v *NullableSettingsIn) UnmarshalJSON(src []byte) error
func (*NullableSettingsIn) Unset ¶
func (v *NullableSettingsIn) Unset()
type NullableSettingsOut ¶
type NullableSettingsOut struct {
// contains filtered or unexported fields
}
func NewNullableSettingsOut ¶
func NewNullableSettingsOut(val *SettingsOut) *NullableSettingsOut
func (NullableSettingsOut) Get ¶
func (v NullableSettingsOut) Get() *SettingsOut
func (NullableSettingsOut) IsSet ¶
func (v NullableSettingsOut) IsSet() bool
func (NullableSettingsOut) MarshalJSON ¶
func (v NullableSettingsOut) MarshalJSON() ([]byte, error)
func (*NullableSettingsOut) Set ¶
func (v *NullableSettingsOut) Set(val *SettingsOut)
func (*NullableSettingsOut) UnmarshalJSON ¶
func (v *NullableSettingsOut) UnmarshalJSON(src []byte) error
func (*NullableSettingsOut) Unset ¶
func (v *NullableSettingsOut) Unset()
type NullableStatisticsPeriod ¶
type NullableStatisticsPeriod struct {
// contains filtered or unexported fields
}
func NewNullableStatisticsPeriod ¶
func NewNullableStatisticsPeriod(val *StatisticsPeriod) *NullableStatisticsPeriod
func (NullableStatisticsPeriod) Get ¶
func (v NullableStatisticsPeriod) Get() *StatisticsPeriod
func (NullableStatisticsPeriod) IsSet ¶
func (v NullableStatisticsPeriod) IsSet() bool
func (NullableStatisticsPeriod) MarshalJSON ¶
func (v NullableStatisticsPeriod) MarshalJSON() ([]byte, error)
func (*NullableStatisticsPeriod) Set ¶
func (v *NullableStatisticsPeriod) Set(val *StatisticsPeriod)
func (*NullableStatisticsPeriod) UnmarshalJSON ¶
func (v *NullableStatisticsPeriod) UnmarshalJSON(src []byte) error
func (*NullableStatisticsPeriod) Unset ¶
func (v *NullableStatisticsPeriod) Unset()
type NullableStatusCodeClass ¶
type NullableStatusCodeClass struct {
// contains filtered or unexported fields
}
func NewNullableStatusCodeClass ¶
func NewNullableStatusCodeClass(val *StatusCodeClass) *NullableStatusCodeClass
func (NullableStatusCodeClass) Get ¶
func (v NullableStatusCodeClass) Get() *StatusCodeClass
func (NullableStatusCodeClass) IsSet ¶
func (v NullableStatusCodeClass) IsSet() bool
func (NullableStatusCodeClass) MarshalJSON ¶
func (v NullableStatusCodeClass) MarshalJSON() ([]byte, error)
func (*NullableStatusCodeClass) Set ¶
func (v *NullableStatusCodeClass) Set(val *StatusCodeClass)
func (*NullableStatusCodeClass) UnmarshalJSON ¶
func (v *NullableStatusCodeClass) UnmarshalJSON(src []byte) error
func (*NullableStatusCodeClass) Unset ¶
func (v *NullableStatusCodeClass) 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 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 NullableTransformationHttpMethod ¶
type NullableTransformationHttpMethod struct {
// contains filtered or unexported fields
}
func NewNullableTransformationHttpMethod ¶
func NewNullableTransformationHttpMethod(val *TransformationHttpMethod) *NullableTransformationHttpMethod
func (NullableTransformationHttpMethod) Get ¶
func (v NullableTransformationHttpMethod) Get() *TransformationHttpMethod
func (NullableTransformationHttpMethod) IsSet ¶
func (v NullableTransformationHttpMethod) IsSet() bool
func (NullableTransformationHttpMethod) MarshalJSON ¶
func (v NullableTransformationHttpMethod) MarshalJSON() ([]byte, error)
func (*NullableTransformationHttpMethod) Set ¶
func (v *NullableTransformationHttpMethod) Set(val *TransformationHttpMethod)
func (*NullableTransformationHttpMethod) UnmarshalJSON ¶
func (v *NullableTransformationHttpMethod) UnmarshalJSON(src []byte) error
func (*NullableTransformationHttpMethod) Unset ¶
func (v *NullableTransformationHttpMethod) Unset()
type NullableValidationError ¶
type NullableValidationError struct {
// contains filtered or unexported fields
}
func NewNullableValidationError ¶
func NewNullableValidationError(val *ValidationError) *NullableValidationError
func (NullableValidationError) Get ¶
func (v NullableValidationError) Get() *ValidationError
func (NullableValidationError) IsSet ¶
func (v NullableValidationError) IsSet() bool
func (NullableValidationError) MarshalJSON ¶
func (v NullableValidationError) MarshalJSON() ([]byte, error)
func (*NullableValidationError) Set ¶
func (v *NullableValidationError) Set(val *ValidationError)
func (*NullableValidationError) UnmarshalJSON ¶
func (v *NullableValidationError) UnmarshalJSON(src []byte) error
func (*NullableValidationError) Unset ¶
func (v *NullableValidationError) Unset()
type NullableWebhookTypes ¶
type NullableWebhookTypes struct {
// contains filtered or unexported fields
}
func NewNullableWebhookTypes ¶
func NewNullableWebhookTypes(val *WebhookTypes) *NullableWebhookTypes
func (NullableWebhookTypes) Get ¶
func (v NullableWebhookTypes) Get() *WebhookTypes
func (NullableWebhookTypes) IsSet ¶
func (v NullableWebhookTypes) IsSet() bool
func (NullableWebhookTypes) MarshalJSON ¶
func (v NullableWebhookTypes) MarshalJSON() ([]byte, error)
func (*NullableWebhookTypes) Set ¶
func (v *NullableWebhookTypes) Set(val *WebhookTypes)
func (*NullableWebhookTypes) UnmarshalJSON ¶
func (v *NullableWebhookTypes) UnmarshalJSON(src []byte) error
func (*NullableWebhookTypes) Unset ¶
func (v *NullableWebhookTypes) Unset()
type Ordering ¶
type Ordering string
Ordering Defines the ordering in a listing of results.
List of Ordering
func NewOrderingFromValue ¶
NewOrderingFromValue returns a pointer to a valid Ordering for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*Ordering) UnmarshalJSON ¶
type RecoverIn ¶
type RecoverIn struct { Since time.Time `json:"since"` Until NullableTime `json:"until,omitempty"` }
RecoverIn struct for RecoverIn
func NewRecoverIn ¶
NewRecoverIn instantiates a new RecoverIn 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 NewRecoverInWithDefaults ¶
func NewRecoverInWithDefaults() *RecoverIn
NewRecoverInWithDefaults instantiates a new RecoverIn 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 (*RecoverIn) GetSinceOk ¶
GetSinceOk returns a tuple with the Since field value and a boolean to check if the value has been set.
func (*RecoverIn) GetUntil ¶
GetUntil returns the Until field value if set, zero value otherwise (both if not set or set to explicit null).
func (*RecoverIn) GetUntilOk ¶
GetUntilOk returns a tuple with the Until 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 (RecoverIn) MarshalJSON ¶
func (*RecoverIn) SetUntil ¶
SetUntil gets a reference to the given NullableTime and assigns it to the Until field.
func (*RecoverIn) SetUntilNil ¶
func (o *RecoverIn) SetUntilNil()
SetUntilNil sets the value for Until to be an explicit nil
func (*RecoverIn) UnsetUntil ¶
func (o *RecoverIn) UnsetUntil()
UnsetUntil ensures that no value is present for Until, not even an explicit nil
type ReplayIn ¶
type ReplayIn struct { Since time.Time `json:"since"` Until NullableTime `json:"until,omitempty"` }
ReplayIn struct for ReplayIn
func NewReplayIn ¶
NewReplayIn instantiates a new ReplayIn 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 NewReplayInWithDefaults ¶
func NewReplayInWithDefaults() *ReplayIn
NewReplayInWithDefaults instantiates a new ReplayIn 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 (*ReplayIn) GetSinceOk ¶
GetSinceOk returns a tuple with the Since field value and a boolean to check if the value has been set.
func (*ReplayIn) GetUntil ¶
GetUntil returns the Until field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReplayIn) GetUntilOk ¶
GetUntilOk returns a tuple with the Until 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 (ReplayIn) MarshalJSON ¶
func (*ReplayIn) SetUntil ¶
SetUntil gets a reference to the given NullableTime and assigns it to the Until field.
func (*ReplayIn) SetUntilNil ¶
func (o *ReplayIn) SetUntilNil()
SetUntilNil sets the value for Until to be an explicit nil
func (*ReplayIn) UnsetUntil ¶
func (o *ReplayIn) UnsetUntil()
UnsetUntil ensures that no value is present for Until, not even an explicit nil
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 SettingsIn ¶
type SettingsIn struct { ColorPaletteDark *CustomColorPalette `json:"colorPaletteDark,omitempty"` ColorPaletteLight *CustomColorPalette `json:"colorPaletteLight,omitempty"` CustomBaseFontSize NullableInt32 `json:"customBaseFontSize,omitempty"` CustomColor NullableString `json:"customColor,omitempty"` CustomFontFamily NullableString `json:"customFontFamily,omitempty"` CustomLogoUrl NullableString `json:"customLogoUrl,omitempty"` CustomThemeOverride *CustomThemeOverride `json:"customThemeOverride,omitempty"` DisableEndpointOnFailure *bool `json:"disableEndpointOnFailure,omitempty"` DisplayName NullableString `json:"displayName,omitempty"` EnableChannels *bool `json:"enableChannels,omitempty"` EnableIntegrationManagement *bool `json:"enableIntegrationManagement,omitempty"` EnableTransformations *bool `json:"enableTransformations,omitempty"` EnforceHttps *bool `json:"enforceHttps,omitempty"` EventCatalogPublished *bool `json:"eventCatalogPublished,omitempty"` ReadOnly *bool `json:"readOnly,omitempty"` }
SettingsIn struct for SettingsIn
func NewSettingsIn ¶
func NewSettingsIn() *SettingsIn
NewSettingsIn instantiates a new SettingsIn 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 NewSettingsInWithDefaults ¶
func NewSettingsInWithDefaults() *SettingsIn
NewSettingsInWithDefaults instantiates a new SettingsIn 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 (*SettingsIn) GetColorPaletteDark ¶
func (o *SettingsIn) GetColorPaletteDark() CustomColorPalette
GetColorPaletteDark returns the ColorPaletteDark field value if set, zero value otherwise.
func (*SettingsIn) GetColorPaletteDarkOk ¶
func (o *SettingsIn) GetColorPaletteDarkOk() (*CustomColorPalette, bool)
GetColorPaletteDarkOk returns a tuple with the ColorPaletteDark field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsIn) GetColorPaletteLight ¶
func (o *SettingsIn) GetColorPaletteLight() CustomColorPalette
GetColorPaletteLight returns the ColorPaletteLight field value if set, zero value otherwise.
func (*SettingsIn) GetColorPaletteLightOk ¶
func (o *SettingsIn) GetColorPaletteLightOk() (*CustomColorPalette, bool)
GetColorPaletteLightOk returns a tuple with the ColorPaletteLight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsIn) GetCustomBaseFontSize ¶
func (o *SettingsIn) GetCustomBaseFontSize() int32
GetCustomBaseFontSize returns the CustomBaseFontSize field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SettingsIn) GetCustomBaseFontSizeOk ¶
func (o *SettingsIn) GetCustomBaseFontSizeOk() (*int32, bool)
GetCustomBaseFontSizeOk returns a tuple with the CustomBaseFontSize 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 (*SettingsIn) GetCustomColor ¶
func (o *SettingsIn) GetCustomColor() string
GetCustomColor returns the CustomColor field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SettingsIn) GetCustomColorOk ¶
func (o *SettingsIn) GetCustomColorOk() (*string, bool)
GetCustomColorOk returns a tuple with the CustomColor 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 (*SettingsIn) GetCustomFontFamily ¶
func (o *SettingsIn) GetCustomFontFamily() string
GetCustomFontFamily returns the CustomFontFamily field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SettingsIn) GetCustomFontFamilyOk ¶
func (o *SettingsIn) GetCustomFontFamilyOk() (*string, bool)
GetCustomFontFamilyOk returns a tuple with the CustomFontFamily 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 (*SettingsIn) GetCustomLogoUrl ¶
func (o *SettingsIn) GetCustomLogoUrl() string
GetCustomLogoUrl returns the CustomLogoUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SettingsIn) GetCustomLogoUrlOk ¶
func (o *SettingsIn) GetCustomLogoUrlOk() (*string, bool)
GetCustomLogoUrlOk returns a tuple with the CustomLogoUrl 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 (*SettingsIn) GetCustomThemeOverride ¶
func (o *SettingsIn) GetCustomThemeOverride() CustomThemeOverride
GetCustomThemeOverride returns the CustomThemeOverride field value if set, zero value otherwise.
func (*SettingsIn) GetCustomThemeOverrideOk ¶
func (o *SettingsIn) GetCustomThemeOverrideOk() (*CustomThemeOverride, bool)
GetCustomThemeOverrideOk returns a tuple with the CustomThemeOverride field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsIn) GetDisableEndpointOnFailure ¶
func (o *SettingsIn) GetDisableEndpointOnFailure() bool
GetDisableEndpointOnFailure returns the DisableEndpointOnFailure field value if set, zero value otherwise.
func (*SettingsIn) GetDisableEndpointOnFailureOk ¶
func (o *SettingsIn) GetDisableEndpointOnFailureOk() (*bool, bool)
GetDisableEndpointOnFailureOk returns a tuple with the DisableEndpointOnFailure field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsIn) GetDisplayName ¶
func (o *SettingsIn) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SettingsIn) GetDisplayNameOk ¶
func (o *SettingsIn) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SettingsIn) GetEnableChannels ¶
func (o *SettingsIn) GetEnableChannels() bool
GetEnableChannels returns the EnableChannels field value if set, zero value otherwise.
func (*SettingsIn) GetEnableChannelsOk ¶
func (o *SettingsIn) GetEnableChannelsOk() (*bool, bool)
GetEnableChannelsOk returns a tuple with the EnableChannels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsIn) GetEnableIntegrationManagement ¶
func (o *SettingsIn) GetEnableIntegrationManagement() bool
GetEnableIntegrationManagement returns the EnableIntegrationManagement field value if set, zero value otherwise.
func (*SettingsIn) GetEnableIntegrationManagementOk ¶
func (o *SettingsIn) GetEnableIntegrationManagementOk() (*bool, bool)
GetEnableIntegrationManagementOk returns a tuple with the EnableIntegrationManagement field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsIn) GetEnableTransformations ¶
func (o *SettingsIn) GetEnableTransformations() bool
GetEnableTransformations returns the EnableTransformations field value if set, zero value otherwise.
func (*SettingsIn) GetEnableTransformationsOk ¶
func (o *SettingsIn) GetEnableTransformationsOk() (*bool, bool)
GetEnableTransformationsOk returns a tuple with the EnableTransformations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsIn) GetEnforceHttps ¶
func (o *SettingsIn) GetEnforceHttps() bool
GetEnforceHttps returns the EnforceHttps field value if set, zero value otherwise.
func (*SettingsIn) GetEnforceHttpsOk ¶
func (o *SettingsIn) GetEnforceHttpsOk() (*bool, bool)
GetEnforceHttpsOk returns a tuple with the EnforceHttps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsIn) GetEventCatalogPublished ¶
func (o *SettingsIn) GetEventCatalogPublished() bool
GetEventCatalogPublished returns the EventCatalogPublished field value if set, zero value otherwise.
func (*SettingsIn) GetEventCatalogPublishedOk ¶
func (o *SettingsIn) GetEventCatalogPublishedOk() (*bool, bool)
GetEventCatalogPublishedOk returns a tuple with the EventCatalogPublished field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsIn) GetReadOnly ¶
func (o *SettingsIn) GetReadOnly() bool
GetReadOnly returns the ReadOnly field value if set, zero value otherwise.
func (*SettingsIn) GetReadOnlyOk ¶
func (o *SettingsIn) GetReadOnlyOk() (*bool, bool)
GetReadOnlyOk returns a tuple with the ReadOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsIn) HasColorPaletteDark ¶
func (o *SettingsIn) HasColorPaletteDark() bool
HasColorPaletteDark returns a boolean if a field has been set.
func (*SettingsIn) HasColorPaletteLight ¶
func (o *SettingsIn) HasColorPaletteLight() bool
HasColorPaletteLight returns a boolean if a field has been set.
func (*SettingsIn) HasCustomBaseFontSize ¶
func (o *SettingsIn) HasCustomBaseFontSize() bool
HasCustomBaseFontSize returns a boolean if a field has been set.
func (*SettingsIn) HasCustomColor ¶
func (o *SettingsIn) HasCustomColor() bool
HasCustomColor returns a boolean if a field has been set.
func (*SettingsIn) HasCustomFontFamily ¶
func (o *SettingsIn) HasCustomFontFamily() bool
HasCustomFontFamily returns a boolean if a field has been set.
func (*SettingsIn) HasCustomLogoUrl ¶
func (o *SettingsIn) HasCustomLogoUrl() bool
HasCustomLogoUrl returns a boolean if a field has been set.
func (*SettingsIn) HasCustomThemeOverride ¶
func (o *SettingsIn) HasCustomThemeOverride() bool
HasCustomThemeOverride returns a boolean if a field has been set.
func (*SettingsIn) HasDisableEndpointOnFailure ¶
func (o *SettingsIn) HasDisableEndpointOnFailure() bool
HasDisableEndpointOnFailure returns a boolean if a field has been set.
func (*SettingsIn) HasDisplayName ¶
func (o *SettingsIn) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*SettingsIn) HasEnableChannels ¶
func (o *SettingsIn) HasEnableChannels() bool
HasEnableChannels returns a boolean if a field has been set.
func (*SettingsIn) HasEnableIntegrationManagement ¶
func (o *SettingsIn) HasEnableIntegrationManagement() bool
HasEnableIntegrationManagement returns a boolean if a field has been set.
func (*SettingsIn) HasEnableTransformations ¶
func (o *SettingsIn) HasEnableTransformations() bool
HasEnableTransformations returns a boolean if a field has been set.
func (*SettingsIn) HasEnforceHttps ¶
func (o *SettingsIn) HasEnforceHttps() bool
HasEnforceHttps returns a boolean if a field has been set.
func (*SettingsIn) HasEventCatalogPublished ¶
func (o *SettingsIn) HasEventCatalogPublished() bool
HasEventCatalogPublished returns a boolean if a field has been set.
func (*SettingsIn) HasReadOnly ¶
func (o *SettingsIn) HasReadOnly() bool
HasReadOnly returns a boolean if a field has been set.
func (SettingsIn) MarshalJSON ¶
func (o SettingsIn) MarshalJSON() ([]byte, error)
func (*SettingsIn) SetColorPaletteDark ¶
func (o *SettingsIn) SetColorPaletteDark(v CustomColorPalette)
SetColorPaletteDark gets a reference to the given CustomColorPalette and assigns it to the ColorPaletteDark field.
func (*SettingsIn) SetColorPaletteLight ¶
func (o *SettingsIn) SetColorPaletteLight(v CustomColorPalette)
SetColorPaletteLight gets a reference to the given CustomColorPalette and assigns it to the ColorPaletteLight field.
func (*SettingsIn) SetCustomBaseFontSize ¶
func (o *SettingsIn) SetCustomBaseFontSize(v int32)
SetCustomBaseFontSize gets a reference to the given NullableInt32 and assigns it to the CustomBaseFontSize field.
func (*SettingsIn) SetCustomBaseFontSizeNil ¶
func (o *SettingsIn) SetCustomBaseFontSizeNil()
SetCustomBaseFontSizeNil sets the value for CustomBaseFontSize to be an explicit nil
func (*SettingsIn) SetCustomColor ¶
func (o *SettingsIn) SetCustomColor(v string)
SetCustomColor gets a reference to the given NullableString and assigns it to the CustomColor field.
func (*SettingsIn) SetCustomColorNil ¶
func (o *SettingsIn) SetCustomColorNil()
SetCustomColorNil sets the value for CustomColor to be an explicit nil
func (*SettingsIn) SetCustomFontFamily ¶
func (o *SettingsIn) SetCustomFontFamily(v string)
SetCustomFontFamily gets a reference to the given NullableString and assigns it to the CustomFontFamily field.
func (*SettingsIn) SetCustomFontFamilyNil ¶
func (o *SettingsIn) SetCustomFontFamilyNil()
SetCustomFontFamilyNil sets the value for CustomFontFamily to be an explicit nil
func (*SettingsIn) SetCustomLogoUrl ¶
func (o *SettingsIn) SetCustomLogoUrl(v string)
SetCustomLogoUrl gets a reference to the given NullableString and assigns it to the CustomLogoUrl field.
func (*SettingsIn) SetCustomLogoUrlNil ¶
func (o *SettingsIn) SetCustomLogoUrlNil()
SetCustomLogoUrlNil sets the value for CustomLogoUrl to be an explicit nil
func (*SettingsIn) SetCustomThemeOverride ¶
func (o *SettingsIn) SetCustomThemeOverride(v CustomThemeOverride)
SetCustomThemeOverride gets a reference to the given CustomThemeOverride and assigns it to the CustomThemeOverride field.
func (*SettingsIn) SetDisableEndpointOnFailure ¶
func (o *SettingsIn) SetDisableEndpointOnFailure(v bool)
SetDisableEndpointOnFailure gets a reference to the given bool and assigns it to the DisableEndpointOnFailure field.
func (*SettingsIn) SetDisplayName ¶
func (o *SettingsIn) SetDisplayName(v string)
SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.
func (*SettingsIn) SetDisplayNameNil ¶
func (o *SettingsIn) SetDisplayNameNil()
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (*SettingsIn) SetEnableChannels ¶
func (o *SettingsIn) SetEnableChannels(v bool)
SetEnableChannels gets a reference to the given bool and assigns it to the EnableChannels field.
func (*SettingsIn) SetEnableIntegrationManagement ¶
func (o *SettingsIn) SetEnableIntegrationManagement(v bool)
SetEnableIntegrationManagement gets a reference to the given bool and assigns it to the EnableIntegrationManagement field.
func (*SettingsIn) SetEnableTransformations ¶
func (o *SettingsIn) SetEnableTransformations(v bool)
SetEnableTransformations gets a reference to the given bool and assigns it to the EnableTransformations field.
func (*SettingsIn) SetEnforceHttps ¶
func (o *SettingsIn) SetEnforceHttps(v bool)
SetEnforceHttps gets a reference to the given bool and assigns it to the EnforceHttps field.
func (*SettingsIn) SetEventCatalogPublished ¶
func (o *SettingsIn) SetEventCatalogPublished(v bool)
SetEventCatalogPublished gets a reference to the given bool and assigns it to the EventCatalogPublished field.
func (*SettingsIn) SetReadOnly ¶
func (o *SettingsIn) SetReadOnly(v bool)
SetReadOnly gets a reference to the given bool and assigns it to the ReadOnly field.
func (*SettingsIn) UnsetCustomBaseFontSize ¶
func (o *SettingsIn) UnsetCustomBaseFontSize()
UnsetCustomBaseFontSize ensures that no value is present for CustomBaseFontSize, not even an explicit nil
func (*SettingsIn) UnsetCustomColor ¶
func (o *SettingsIn) UnsetCustomColor()
UnsetCustomColor ensures that no value is present for CustomColor, not even an explicit nil
func (*SettingsIn) UnsetCustomFontFamily ¶
func (o *SettingsIn) UnsetCustomFontFamily()
UnsetCustomFontFamily ensures that no value is present for CustomFontFamily, not even an explicit nil
func (*SettingsIn) UnsetCustomLogoUrl ¶
func (o *SettingsIn) UnsetCustomLogoUrl()
UnsetCustomLogoUrl ensures that no value is present for CustomLogoUrl, not even an explicit nil
func (*SettingsIn) UnsetDisplayName ¶
func (o *SettingsIn) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
type SettingsOut ¶
type SettingsOut struct { ColorPaletteDark *CustomColorPalette `json:"colorPaletteDark,omitempty"` ColorPaletteLight *CustomColorPalette `json:"colorPaletteLight,omitempty"` CustomBaseFontSize NullableInt32 `json:"customBaseFontSize,omitempty"` CustomColor NullableString `json:"customColor,omitempty"` CustomFontFamily NullableString `json:"customFontFamily,omitempty"` CustomLogoUrl NullableString `json:"customLogoUrl,omitempty"` CustomThemeOverride *CustomThemeOverride `json:"customThemeOverride,omitempty"` DisableEndpointOnFailure *bool `json:"disableEndpointOnFailure,omitempty"` DisplayName NullableString `json:"displayName,omitempty"` EnableChannels *bool `json:"enableChannels,omitempty"` EnableIntegrationManagement *bool `json:"enableIntegrationManagement,omitempty"` EnableTransformations *bool `json:"enableTransformations,omitempty"` EnforceHttps *bool `json:"enforceHttps,omitempty"` EventCatalogPublished *bool `json:"eventCatalogPublished,omitempty"` ReadOnly *bool `json:"readOnly,omitempty"` }
SettingsOut struct for SettingsOut
func NewSettingsOut ¶
func NewSettingsOut() *SettingsOut
NewSettingsOut instantiates a new SettingsOut 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 NewSettingsOutWithDefaults ¶
func NewSettingsOutWithDefaults() *SettingsOut
NewSettingsOutWithDefaults instantiates a new SettingsOut 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 (*SettingsOut) GetColorPaletteDark ¶
func (o *SettingsOut) GetColorPaletteDark() CustomColorPalette
GetColorPaletteDark returns the ColorPaletteDark field value if set, zero value otherwise.
func (*SettingsOut) GetColorPaletteDarkOk ¶
func (o *SettingsOut) GetColorPaletteDarkOk() (*CustomColorPalette, bool)
GetColorPaletteDarkOk returns a tuple with the ColorPaletteDark field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsOut) GetColorPaletteLight ¶
func (o *SettingsOut) GetColorPaletteLight() CustomColorPalette
GetColorPaletteLight returns the ColorPaletteLight field value if set, zero value otherwise.
func (*SettingsOut) GetColorPaletteLightOk ¶
func (o *SettingsOut) GetColorPaletteLightOk() (*CustomColorPalette, bool)
GetColorPaletteLightOk returns a tuple with the ColorPaletteLight field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsOut) GetCustomBaseFontSize ¶
func (o *SettingsOut) GetCustomBaseFontSize() int32
GetCustomBaseFontSize returns the CustomBaseFontSize field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SettingsOut) GetCustomBaseFontSizeOk ¶
func (o *SettingsOut) GetCustomBaseFontSizeOk() (*int32, bool)
GetCustomBaseFontSizeOk returns a tuple with the CustomBaseFontSize 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 (*SettingsOut) GetCustomColor ¶
func (o *SettingsOut) GetCustomColor() string
GetCustomColor returns the CustomColor field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SettingsOut) GetCustomColorOk ¶
func (o *SettingsOut) GetCustomColorOk() (*string, bool)
GetCustomColorOk returns a tuple with the CustomColor 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 (*SettingsOut) GetCustomFontFamily ¶
func (o *SettingsOut) GetCustomFontFamily() string
GetCustomFontFamily returns the CustomFontFamily field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SettingsOut) GetCustomFontFamilyOk ¶
func (o *SettingsOut) GetCustomFontFamilyOk() (*string, bool)
GetCustomFontFamilyOk returns a tuple with the CustomFontFamily 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 (*SettingsOut) GetCustomLogoUrl ¶
func (o *SettingsOut) GetCustomLogoUrl() string
GetCustomLogoUrl returns the CustomLogoUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SettingsOut) GetCustomLogoUrlOk ¶
func (o *SettingsOut) GetCustomLogoUrlOk() (*string, bool)
GetCustomLogoUrlOk returns a tuple with the CustomLogoUrl 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 (*SettingsOut) GetCustomThemeOverride ¶
func (o *SettingsOut) GetCustomThemeOverride() CustomThemeOverride
GetCustomThemeOverride returns the CustomThemeOverride field value if set, zero value otherwise.
func (*SettingsOut) GetCustomThemeOverrideOk ¶
func (o *SettingsOut) GetCustomThemeOverrideOk() (*CustomThemeOverride, bool)
GetCustomThemeOverrideOk returns a tuple with the CustomThemeOverride field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsOut) GetDisableEndpointOnFailure ¶
func (o *SettingsOut) GetDisableEndpointOnFailure() bool
GetDisableEndpointOnFailure returns the DisableEndpointOnFailure field value if set, zero value otherwise.
func (*SettingsOut) GetDisableEndpointOnFailureOk ¶
func (o *SettingsOut) GetDisableEndpointOnFailureOk() (*bool, bool)
GetDisableEndpointOnFailureOk returns a tuple with the DisableEndpointOnFailure field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsOut) GetDisplayName ¶
func (o *SettingsOut) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SettingsOut) GetDisplayNameOk ¶
func (o *SettingsOut) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SettingsOut) GetEnableChannels ¶
func (o *SettingsOut) GetEnableChannels() bool
GetEnableChannels returns the EnableChannels field value if set, zero value otherwise.
func (*SettingsOut) GetEnableChannelsOk ¶
func (o *SettingsOut) GetEnableChannelsOk() (*bool, bool)
GetEnableChannelsOk returns a tuple with the EnableChannels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsOut) GetEnableIntegrationManagement ¶
func (o *SettingsOut) GetEnableIntegrationManagement() bool
GetEnableIntegrationManagement returns the EnableIntegrationManagement field value if set, zero value otherwise.
func (*SettingsOut) GetEnableIntegrationManagementOk ¶
func (o *SettingsOut) GetEnableIntegrationManagementOk() (*bool, bool)
GetEnableIntegrationManagementOk returns a tuple with the EnableIntegrationManagement field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsOut) GetEnableTransformations ¶
func (o *SettingsOut) GetEnableTransformations() bool
GetEnableTransformations returns the EnableTransformations field value if set, zero value otherwise.
func (*SettingsOut) GetEnableTransformationsOk ¶
func (o *SettingsOut) GetEnableTransformationsOk() (*bool, bool)
GetEnableTransformationsOk returns a tuple with the EnableTransformations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsOut) GetEnforceHttps ¶
func (o *SettingsOut) GetEnforceHttps() bool
GetEnforceHttps returns the EnforceHttps field value if set, zero value otherwise.
func (*SettingsOut) GetEnforceHttpsOk ¶
func (o *SettingsOut) GetEnforceHttpsOk() (*bool, bool)
GetEnforceHttpsOk returns a tuple with the EnforceHttps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsOut) GetEventCatalogPublished ¶
func (o *SettingsOut) GetEventCatalogPublished() bool
GetEventCatalogPublished returns the EventCatalogPublished field value if set, zero value otherwise.
func (*SettingsOut) GetEventCatalogPublishedOk ¶
func (o *SettingsOut) GetEventCatalogPublishedOk() (*bool, bool)
GetEventCatalogPublishedOk returns a tuple with the EventCatalogPublished field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsOut) GetReadOnly ¶
func (o *SettingsOut) GetReadOnly() bool
GetReadOnly returns the ReadOnly field value if set, zero value otherwise.
func (*SettingsOut) GetReadOnlyOk ¶
func (o *SettingsOut) GetReadOnlyOk() (*bool, bool)
GetReadOnlyOk returns a tuple with the ReadOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SettingsOut) HasColorPaletteDark ¶
func (o *SettingsOut) HasColorPaletteDark() bool
HasColorPaletteDark returns a boolean if a field has been set.
func (*SettingsOut) HasColorPaletteLight ¶
func (o *SettingsOut) HasColorPaletteLight() bool
HasColorPaletteLight returns a boolean if a field has been set.
func (*SettingsOut) HasCustomBaseFontSize ¶
func (o *SettingsOut) HasCustomBaseFontSize() bool
HasCustomBaseFontSize returns a boolean if a field has been set.
func (*SettingsOut) HasCustomColor ¶
func (o *SettingsOut) HasCustomColor() bool
HasCustomColor returns a boolean if a field has been set.
func (*SettingsOut) HasCustomFontFamily ¶
func (o *SettingsOut) HasCustomFontFamily() bool
HasCustomFontFamily returns a boolean if a field has been set.
func (*SettingsOut) HasCustomLogoUrl ¶
func (o *SettingsOut) HasCustomLogoUrl() bool
HasCustomLogoUrl returns a boolean if a field has been set.
func (*SettingsOut) HasCustomThemeOverride ¶
func (o *SettingsOut) HasCustomThemeOverride() bool
HasCustomThemeOverride returns a boolean if a field has been set.
func (*SettingsOut) HasDisableEndpointOnFailure ¶
func (o *SettingsOut) HasDisableEndpointOnFailure() bool
HasDisableEndpointOnFailure returns a boolean if a field has been set.
func (*SettingsOut) HasDisplayName ¶
func (o *SettingsOut) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*SettingsOut) HasEnableChannels ¶
func (o *SettingsOut) HasEnableChannels() bool
HasEnableChannels returns a boolean if a field has been set.
func (*SettingsOut) HasEnableIntegrationManagement ¶
func (o *SettingsOut) HasEnableIntegrationManagement() bool
HasEnableIntegrationManagement returns a boolean if a field has been set.
func (*SettingsOut) HasEnableTransformations ¶
func (o *SettingsOut) HasEnableTransformations() bool
HasEnableTransformations returns a boolean if a field has been set.
func (*SettingsOut) HasEnforceHttps ¶
func (o *SettingsOut) HasEnforceHttps() bool
HasEnforceHttps returns a boolean if a field has been set.
func (*SettingsOut) HasEventCatalogPublished ¶
func (o *SettingsOut) HasEventCatalogPublished() bool
HasEventCatalogPublished returns a boolean if a field has been set.
func (*SettingsOut) HasReadOnly ¶
func (o *SettingsOut) HasReadOnly() bool
HasReadOnly returns a boolean if a field has been set.
func (SettingsOut) MarshalJSON ¶
func (o SettingsOut) MarshalJSON() ([]byte, error)
func (*SettingsOut) SetColorPaletteDark ¶
func (o *SettingsOut) SetColorPaletteDark(v CustomColorPalette)
SetColorPaletteDark gets a reference to the given CustomColorPalette and assigns it to the ColorPaletteDark field.
func (*SettingsOut) SetColorPaletteLight ¶
func (o *SettingsOut) SetColorPaletteLight(v CustomColorPalette)
SetColorPaletteLight gets a reference to the given CustomColorPalette and assigns it to the ColorPaletteLight field.
func (*SettingsOut) SetCustomBaseFontSize ¶
func (o *SettingsOut) SetCustomBaseFontSize(v int32)
SetCustomBaseFontSize gets a reference to the given NullableInt32 and assigns it to the CustomBaseFontSize field.
func (*SettingsOut) SetCustomBaseFontSizeNil ¶
func (o *SettingsOut) SetCustomBaseFontSizeNil()
SetCustomBaseFontSizeNil sets the value for CustomBaseFontSize to be an explicit nil
func (*SettingsOut) SetCustomColor ¶
func (o *SettingsOut) SetCustomColor(v string)
SetCustomColor gets a reference to the given NullableString and assigns it to the CustomColor field.
func (*SettingsOut) SetCustomColorNil ¶
func (o *SettingsOut) SetCustomColorNil()
SetCustomColorNil sets the value for CustomColor to be an explicit nil
func (*SettingsOut) SetCustomFontFamily ¶
func (o *SettingsOut) SetCustomFontFamily(v string)
SetCustomFontFamily gets a reference to the given NullableString and assigns it to the CustomFontFamily field.
func (*SettingsOut) SetCustomFontFamilyNil ¶
func (o *SettingsOut) SetCustomFontFamilyNil()
SetCustomFontFamilyNil sets the value for CustomFontFamily to be an explicit nil
func (*SettingsOut) SetCustomLogoUrl ¶
func (o *SettingsOut) SetCustomLogoUrl(v string)
SetCustomLogoUrl gets a reference to the given NullableString and assigns it to the CustomLogoUrl field.
func (*SettingsOut) SetCustomLogoUrlNil ¶
func (o *SettingsOut) SetCustomLogoUrlNil()
SetCustomLogoUrlNil sets the value for CustomLogoUrl to be an explicit nil
func (*SettingsOut) SetCustomThemeOverride ¶
func (o *SettingsOut) SetCustomThemeOverride(v CustomThemeOverride)
SetCustomThemeOverride gets a reference to the given CustomThemeOverride and assigns it to the CustomThemeOverride field.
func (*SettingsOut) SetDisableEndpointOnFailure ¶
func (o *SettingsOut) SetDisableEndpointOnFailure(v bool)
SetDisableEndpointOnFailure gets a reference to the given bool and assigns it to the DisableEndpointOnFailure field.
func (*SettingsOut) SetDisplayName ¶
func (o *SettingsOut) SetDisplayName(v string)
SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.
func (*SettingsOut) SetDisplayNameNil ¶
func (o *SettingsOut) SetDisplayNameNil()
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (*SettingsOut) SetEnableChannels ¶
func (o *SettingsOut) SetEnableChannels(v bool)
SetEnableChannels gets a reference to the given bool and assigns it to the EnableChannels field.
func (*SettingsOut) SetEnableIntegrationManagement ¶
func (o *SettingsOut) SetEnableIntegrationManagement(v bool)
SetEnableIntegrationManagement gets a reference to the given bool and assigns it to the EnableIntegrationManagement field.
func (*SettingsOut) SetEnableTransformations ¶
func (o *SettingsOut) SetEnableTransformations(v bool)
SetEnableTransformations gets a reference to the given bool and assigns it to the EnableTransformations field.
func (*SettingsOut) SetEnforceHttps ¶
func (o *SettingsOut) SetEnforceHttps(v bool)
SetEnforceHttps gets a reference to the given bool and assigns it to the EnforceHttps field.
func (*SettingsOut) SetEventCatalogPublished ¶
func (o *SettingsOut) SetEventCatalogPublished(v bool)
SetEventCatalogPublished gets a reference to the given bool and assigns it to the EventCatalogPublished field.
func (*SettingsOut) SetReadOnly ¶
func (o *SettingsOut) SetReadOnly(v bool)
SetReadOnly gets a reference to the given bool and assigns it to the ReadOnly field.
func (*SettingsOut) UnsetCustomBaseFontSize ¶
func (o *SettingsOut) UnsetCustomBaseFontSize()
UnsetCustomBaseFontSize ensures that no value is present for CustomBaseFontSize, not even an explicit nil
func (*SettingsOut) UnsetCustomColor ¶
func (o *SettingsOut) UnsetCustomColor()
UnsetCustomColor ensures that no value is present for CustomColor, not even an explicit nil
func (*SettingsOut) UnsetCustomFontFamily ¶
func (o *SettingsOut) UnsetCustomFontFamily()
UnsetCustomFontFamily ensures that no value is present for CustomFontFamily, not even an explicit nil
func (*SettingsOut) UnsetCustomLogoUrl ¶
func (o *SettingsOut) UnsetCustomLogoUrl()
UnsetCustomLogoUrl ensures that no value is present for CustomLogoUrl, not even an explicit nil
func (*SettingsOut) UnsetDisplayName ¶
func (o *SettingsOut) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
type StatisticsApiService ¶
type StatisticsApiService service
StatisticsApiService StatisticsApi service
func (*StatisticsApiService) GetAppAttemptStatsApiV1StatsAppAppIdAttemptGet ¶
func (a *StatisticsApiService) GetAppAttemptStatsApiV1StatsAppAppIdAttemptGet(ctx _context.Context, appId string) ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest
* GetAppAttemptStatsApiV1StatsAppAppIdAttemptGet Get App Attempt Stats * Returns application-level statistics on message attempts * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param appId * @return ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest
func (*StatisticsApiService) GetAppAttemptStatsApiV1StatsAppAppIdAttemptGetExecute ¶
func (a *StatisticsApiService) GetAppAttemptStatsApiV1StatsAppAppIdAttemptGetExecute(r ApiGetAppAttemptStatsApiV1StatsAppAppIdAttemptGetRequest) (AttemptStatisticsResponse, *_nethttp.Response, error)
* Execute executes the request * @return AttemptStatisticsResponse
func (*StatisticsApiService) GetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGet ¶
func (a *StatisticsApiService) GetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGet(ctx _context.Context, endpointId string, appId string) ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest
* GetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGet Get Ep Stats * Returns endpoint-level statistics on message attempts * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param endpointId * @param appId * @return ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest
func (*StatisticsApiService) GetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetExecute ¶
func (a *StatisticsApiService) GetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetExecute(r ApiGetEpStatsApiV1StatsAppAppIdEpEndpointIdAttemptGetRequest) (AttemptStatisticsResponse, *_nethttp.Response, error)
* Execute executes the request * @return AttemptStatisticsResponse
type StatisticsPeriod ¶
type StatisticsPeriod string
StatisticsPeriod Period length for a statistics data point
const ( STATISTICSPERIOD_ONE_DAY StatisticsPeriod = "OneDay" STATISTICSPERIOD_FIVE_MINUTES StatisticsPeriod = "FiveMinutes" )
List of StatisticsPeriod
func NewStatisticsPeriodFromValue ¶
func NewStatisticsPeriodFromValue(v string) (*StatisticsPeriod, error)
NewStatisticsPeriodFromValue returns a pointer to a valid StatisticsPeriod for the value passed as argument, or an error if the value passed is not allowed by the enum
func (StatisticsPeriod) IsValid ¶
func (v StatisticsPeriod) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (StatisticsPeriod) Ptr ¶
func (v StatisticsPeriod) Ptr() *StatisticsPeriod
Ptr returns reference to StatisticsPeriod value
func (*StatisticsPeriod) UnmarshalJSON ¶
func (v *StatisticsPeriod) UnmarshalJSON(src []byte) error
type StatusCodeClass ¶
type StatusCodeClass int32
StatusCodeClass The different classes of HTTP status codes: - CodeNone = 0 - Code1xx = 100 - Code2xx = 200 - Code3xx = 300 - Code4xx = 400 - Code5xx = 500
const ( STATUSCODECLASS_CodeNone StatusCodeClass = 0 STATUSCODECLASS_Code1xx StatusCodeClass = 100 STATUSCODECLASS_Code2xx StatusCodeClass = 200 STATUSCODECLASS_Code3xx StatusCodeClass = 300 STATUSCODECLASS_Code4xx StatusCodeClass = 400 STATUSCODECLASS_Code5xx StatusCodeClass = 500 )
List of StatusCodeClass
func NewStatusCodeClassFromValue ¶
func NewStatusCodeClassFromValue(v int32) (*StatusCodeClass, error)
NewStatusCodeClassFromValue returns a pointer to a valid StatusCodeClass for the value passed as argument, or an error if the value passed is not allowed by the enum
func (StatusCodeClass) IsValid ¶
func (v StatusCodeClass) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (StatusCodeClass) Ptr ¶
func (v StatusCodeClass) Ptr() *StatusCodeClass
Ptr returns reference to StatusCodeClass value
func (*StatusCodeClass) UnmarshalJSON ¶
func (v *StatusCodeClass) UnmarshalJSON(src []byte) error
type TransformationHttpMethod ¶
type TransformationHttpMethod string
TransformationHttpMethod An enumeration.
const ( TRANSFORMATIONHTTPMETHOD_PUT TransformationHttpMethod = "PUT" TRANSFORMATIONHTTPMETHOD_POST TransformationHttpMethod = "POST" )
List of TransformationHttpMethod
func NewTransformationHttpMethodFromValue ¶
func NewTransformationHttpMethodFromValue(v string) (*TransformationHttpMethod, error)
NewTransformationHttpMethodFromValue returns a pointer to a valid TransformationHttpMethod for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TransformationHttpMethod) IsValid ¶
func (v TransformationHttpMethod) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TransformationHttpMethod) Ptr ¶
func (v TransformationHttpMethod) Ptr() *TransformationHttpMethod
Ptr returns reference to TransformationHttpMethod value
func (*TransformationHttpMethod) UnmarshalJSON ¶
func (v *TransformationHttpMethod) UnmarshalJSON(src []byte) error
type ValidationError ¶
type ValidationError struct { Loc []string `json:"loc"` Msg string `json:"msg"` Type string `json:"type"` }
ValidationError struct for ValidationError
func NewValidationError ¶
func NewValidationError(loc []string, msg string, type_ string) *ValidationError
NewValidationError instantiates a new ValidationError 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 NewValidationErrorWithDefaults ¶
func NewValidationErrorWithDefaults() *ValidationError
NewValidationErrorWithDefaults instantiates a new ValidationError 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 (*ValidationError) GetLoc ¶
func (o *ValidationError) GetLoc() []string
GetLoc returns the Loc field value
func (*ValidationError) GetLocOk ¶
func (o *ValidationError) GetLocOk() (*[]string, bool)
GetLocOk returns a tuple with the Loc field value and a boolean to check if the value has been set.
func (*ValidationError) GetMsg ¶
func (o *ValidationError) GetMsg() string
GetMsg returns the Msg field value
func (*ValidationError) GetMsgOk ¶
func (o *ValidationError) GetMsgOk() (*string, bool)
GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.
func (*ValidationError) GetType ¶
func (o *ValidationError) GetType() string
GetType returns the Type field value
func (*ValidationError) GetTypeOk ¶
func (o *ValidationError) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ValidationError) MarshalJSON ¶
func (o ValidationError) MarshalJSON() ([]byte, error)
func (*ValidationError) SetLoc ¶
func (o *ValidationError) SetLoc(v []string)
SetLoc sets field value
func (*ValidationError) SetType ¶
func (o *ValidationError) SetType(v string)
SetType sets field value
type WebhookTypes ¶
type WebhookTypes struct { A EndpointDisabledEvent `json:"a"` A1 MessageAttemptFailingEvent `json:"a1"` B EndpointCreatedEvent `json:"b"` C EndpointUpdatedEvent `json:"c"` D EndpointDeletedEvent `json:"d"` E MessageAttemptExhaustedEvent `json:"e"` }
WebhookTypes All of the webhook types that we support
func NewWebhookTypes ¶
func NewWebhookTypes(a EndpointDisabledEvent, a1 MessageAttemptFailingEvent, b EndpointCreatedEvent, c EndpointUpdatedEvent, d EndpointDeletedEvent, e MessageAttemptExhaustedEvent) *WebhookTypes
NewWebhookTypes instantiates a new WebhookTypes 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 NewWebhookTypesWithDefaults ¶
func NewWebhookTypesWithDefaults() *WebhookTypes
NewWebhookTypesWithDefaults instantiates a new WebhookTypes 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 (*WebhookTypes) GetA ¶
func (o *WebhookTypes) GetA() EndpointDisabledEvent
GetA returns the A field value
func (*WebhookTypes) GetA1 ¶
func (o *WebhookTypes) GetA1() MessageAttemptFailingEvent
GetA1 returns the A1 field value
func (*WebhookTypes) GetA1Ok ¶
func (o *WebhookTypes) GetA1Ok() (*MessageAttemptFailingEvent, bool)
GetA1Ok returns a tuple with the A1 field value and a boolean to check if the value has been set.
func (*WebhookTypes) GetAOk ¶
func (o *WebhookTypes) GetAOk() (*EndpointDisabledEvent, bool)
GetAOk returns a tuple with the A field value and a boolean to check if the value has been set.
func (*WebhookTypes) GetB ¶
func (o *WebhookTypes) GetB() EndpointCreatedEvent
GetB returns the B field value
func (*WebhookTypes) GetBOk ¶
func (o *WebhookTypes) GetBOk() (*EndpointCreatedEvent, bool)
GetBOk returns a tuple with the B field value and a boolean to check if the value has been set.
func (*WebhookTypes) GetC ¶
func (o *WebhookTypes) GetC() EndpointUpdatedEvent
GetC returns the C field value
func (*WebhookTypes) GetCOk ¶
func (o *WebhookTypes) GetCOk() (*EndpointUpdatedEvent, bool)
GetCOk returns a tuple with the C field value and a boolean to check if the value has been set.
func (*WebhookTypes) GetD ¶
func (o *WebhookTypes) GetD() EndpointDeletedEvent
GetD returns the D field value
func (*WebhookTypes) GetDOk ¶
func (o *WebhookTypes) GetDOk() (*EndpointDeletedEvent, bool)
GetDOk returns a tuple with the D field value and a boolean to check if the value has been set.
func (*WebhookTypes) GetE ¶
func (o *WebhookTypes) GetE() MessageAttemptExhaustedEvent
GetE returns the E field value
func (*WebhookTypes) GetEOk ¶
func (o *WebhookTypes) GetEOk() (*MessageAttemptExhaustedEvent, bool)
GetEOk returns a tuple with the E field value and a boolean to check if the value has been set.
func (WebhookTypes) MarshalJSON ¶
func (o WebhookTypes) MarshalJSON() ([]byte, error)
func (*WebhookTypes) SetA ¶
func (o *WebhookTypes) SetA(v EndpointDisabledEvent)
SetA sets field value
func (*WebhookTypes) SetA1 ¶
func (o *WebhookTypes) SetA1(v MessageAttemptFailingEvent)
SetA1 sets field value
func (*WebhookTypes) SetB ¶
func (o *WebhookTypes) SetB(v EndpointCreatedEvent)
SetB sets field value
func (*WebhookTypes) SetC ¶
func (o *WebhookTypes) SetC(v EndpointUpdatedEvent)
SetC sets field value
func (*WebhookTypes) SetD ¶
func (o *WebhookTypes) SetD(v EndpointDeletedEvent)
SetD sets field value
func (*WebhookTypes) SetE ¶
func (o *WebhookTypes) SetE(v MessageAttemptExhaustedEvent)
SetE sets field value
Source Files ¶
- api_application.go
- api_authentication.go
- api_endpoint.go
- api_environment.go
- api_environment_settings.go
- api_event_type.go
- api_health.go
- api_integration.go
- api_message.go
- api_message_attempt.go
- api_statistics.go
- client.go
- configuration.go
- model_app_portal_access_in.go
- model_app_portal_access_out.go
- model_application_in.go
- model_application_out.go
- model_application_stats.go
- model_application_token_expire_in.go
- model_attempt_statistics_data.go
- model_attempt_statistics_response.go
- model_border_radius_config.go
- model_border_radius_enum.go
- model_custom_color_palette.go
- model_custom_theme_override.go
- model_dashboard_access_in.go
- model_dashboard_access_out.go
- model_endpoint_created_event.go
- model_endpoint_created_event_data.go
- model_endpoint_deleted_event.go
- model_endpoint_deleted_event_data.go
- model_endpoint_disabled_event.go
- model_endpoint_disabled_event_data.go
- model_endpoint_headers_in.go
- model_endpoint_headers_out.go
- model_endpoint_headers_patch_in.go
- model_endpoint_in.go
- model_endpoint_message_out.go
- model_endpoint_out.go
- model_endpoint_secret_out.go
- model_endpoint_secret_rotate_in.go
- model_endpoint_stats.go
- model_endpoint_transformation_in.go
- model_endpoint_transformation_out.go
- model_endpoint_transformation_simulate_in.go
- model_endpoint_transformation_simulate_out.go
- model_endpoint_update.go
- model_endpoint_updated_event.go
- model_endpoint_updated_event_data.go
- model_environment_in.go
- model_environment_out.go
- model_environment_settings_out.go
- model_event_example_in.go
- model_event_type_example_out.go
- model_event_type_in.go
- model_event_type_out.go
- model_event_type_schema_in.go
- model_event_type_update.go
- model_font_size_config.go
- model_http_error_out.go
- model_http_validation_error.go
- model_integration_in.go
- model_integration_key_out.go
- model_integration_out.go
- model_integration_update.go
- model_list_response_application_out_.go
- model_list_response_application_stats_.go
- model_list_response_double_endpoint_message_out_.go
- model_list_response_double_message_attempt_endpoint_out_.go
- model_list_response_double_message_attempt_out_.go
- model_list_response_double_message_out_.go
- model_list_response_endpoint_message_out_.go
- model_list_response_endpoint_out_.go
- model_list_response_event_type_out_.go
- model_list_response_integration_out_.go
- model_list_response_message_attempt_endpoint_out_.go
- model_list_response_message_attempt_out_.go
- model_list_response_message_endpoint_out_.go
- model_list_response_message_out_.go
- model_message_attempt_endpoint_out.go
- model_message_attempt_exhausted_event.go
- model_message_attempt_exhausted_event_data.go
- model_message_attempt_failed_data.go
- model_message_attempt_failed_event.go
- model_message_attempt_failing_event.go
- model_message_attempt_failing_event_data.go
- model_message_attempt_headers_out.go
- model_message_attempt_out.go
- model_message_attempt_trigger_type.go
- model_message_endpoint_out.go
- model_message_in.go
- model_message_out.go
- model_message_status.go
- model_ordering.go
- model_recover_in.go
- model_replay_in.go
- model_settings_in.go
- model_settings_out.go
- model_statistics_period.go
- model_status_code_class.go
- model_transformation_http_method.go
- model_validation_error.go
- model_webhook_types.go
- response.go
- utils.go