api

package
v0.0.0-...-bac9d6f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2025 License: MIT Imports: 20 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
var (
	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)

Functions ¶

func CacheExpires ¶

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil ¶

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool ¶

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32 ¶

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64 ¶

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt ¶

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32 ¶

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64 ¶

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString ¶

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime ¶

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types ¶

type APICallSnapshotV1 ¶

type APICallSnapshotV1 struct {
	// A bigint of the number of API calls in this snapshot.
	ApiCalls string `json:"apiCalls"`
	// Timestamp of this snapshot within the billing cycle in the ISO-8601 format.
	Timestamp string `json:"timestamp"`
}

APICallSnapshotV1 A snapshot of the number of API calls for a given Workspace.

func NewAPICallSnapshotV1 ¶

func NewAPICallSnapshotV1(apiCalls string, timestamp string) *APICallSnapshotV1

NewAPICallSnapshotV1 instantiates a new APICallSnapshotV1 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 NewAPICallSnapshotV1WithDefaults ¶

func NewAPICallSnapshotV1WithDefaults() *APICallSnapshotV1

NewAPICallSnapshotV1WithDefaults instantiates a new APICallSnapshotV1 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 (*APICallSnapshotV1) GetApiCalls ¶

func (o *APICallSnapshotV1) GetApiCalls() string

GetApiCalls returns the ApiCalls field value

func (*APICallSnapshotV1) GetApiCallsOk ¶

func (o *APICallSnapshotV1) GetApiCallsOk() (*string, bool)

GetApiCallsOk returns a tuple with the ApiCalls field value and a boolean to check if the value has been set.

func (*APICallSnapshotV1) GetTimestamp ¶

func (o *APICallSnapshotV1) GetTimestamp() string

GetTimestamp returns the Timestamp field value

func (*APICallSnapshotV1) GetTimestampOk ¶

func (o *APICallSnapshotV1) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (APICallSnapshotV1) MarshalJSON ¶

func (o APICallSnapshotV1) MarshalJSON() ([]byte, error)

func (*APICallSnapshotV1) SetApiCalls ¶

func (o *APICallSnapshotV1) SetApiCalls(v string)

SetApiCalls sets field value

func (*APICallSnapshotV1) SetTimestamp ¶

func (o *APICallSnapshotV1) SetTimestamp(v string)

SetTimestamp sets field value

func (APICallSnapshotV1) ToMap ¶

func (o APICallSnapshotV1) ToMap() (map[string]interface{}, error)

type APICallsAPIService ¶

type APICallsAPIService service

APICallsAPIService APICallsAPI service

func (*APICallsAPIService) GetDailyPerSourceAPICallsUsage ¶

func (a *APICallsAPIService) GetDailyPerSourceAPICallsUsage(
	ctx context.Context,
) ApiGetDailyPerSourceAPICallsUsageRequest

GetDailyPerSourceAPICallsUsage Get Daily Per Source API Calls Usage

Provides daily cumulative per-source API call counts for a usage period.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetDailyPerSourceAPICallsUsageRequest

func (*APICallsAPIService) GetDailyPerSourceAPICallsUsageExecute ¶

Execute executes the request

@return GetDailyPerSourceAPICallsUsage200Response

func (*APICallsAPIService) GetDailyWorkspaceAPICallsUsage ¶

func (a *APICallsAPIService) GetDailyWorkspaceAPICallsUsage(
	ctx context.Context,
) ApiGetDailyWorkspaceAPICallsUsageRequest

GetDailyWorkspaceAPICallsUsage Get Daily Workspace API Calls Usage

Provides daily cumulative API call counts for a usage period.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetDailyWorkspaceAPICallsUsageRequest

func (*APICallsAPIService) GetDailyWorkspaceAPICallsUsageExecute ¶

Execute executes the request

@return GetDailyWorkspaceAPICallsUsage200Response

type APIClient ¶

type APIClient struct {
	APICallsAPI *APICallsAPIService

	ActivationsAPI *ActivationsAPIService

	AudiencesAPI *AudiencesAPIService

	AuditTrailAPI *AuditTrailAPIService

	CatalogAPI *CatalogAPIService

	ComputedTraitsAPI *ComputedTraitsAPIService

	CustomerInsightsAPI *CustomerInsightsAPIService

	DbtAPI *DbtAPIService

	DeletionAndSuppressionAPI *DeletionAndSuppressionAPIService

	DeliveryOverviewAPI *DeliveryOverviewAPIService

	DestinationFiltersAPI *DestinationFiltersAPIService

	DestinationsAPI *DestinationsAPIService

	EdgeFunctionsAPI *EdgeFunctionsAPIService

	EventsAPI *EventsAPIService

	FunctionsAPI *FunctionsAPIService

	IAMGroupsAPI *IAMGroupsAPIService

	IAMRolesAPI *IAMRolesAPIService

	IAMUsersAPI *IAMUsersAPIService

	LabelsAPI *LabelsAPIService

	MonthlyTrackedUsersAPI *MonthlyTrackedUsersAPIService

	ProfilesSyncAPI *ProfilesSyncAPIService

	ReverseETLAPI *ReverseETLAPIService

	SelectiveSyncAPI *SelectiveSyncAPIService

	SourcesAPI *SourcesAPIService

	SpaceFiltersAPI *SpaceFiltersAPIService

	SpacesAPI *SpacesAPIService

	TestingAPI *TestingAPIService

	TrackingPlansAPI *TrackingPlansAPIService

	TransformationsAPI *TransformationsAPIService

	WarehousesAPI *WarehousesAPIService

	WorkspacesAPI *WorkspacesAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the Segment Public API API v59.1.0 In most cases there should be only one, shared, APIClient.

func NewAPIClient ¶

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig ¶

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey ¶

type APIKey struct {
	Key    string
	Prefix string
}

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 AccessPermissionV1 ¶

type AccessPermissionV1 struct {
	// The id of the role that applies to this permission.
	RoleId string `json:"roleId"`
	// The name of the role that applies to this permission.
	RoleName string `json:"roleName"`
	// The resources included with this permission.
	Resources []PermissionResourceV1 `json:"resources"`
}

AccessPermissionV1 A permission governing access to a resource.

func NewAccessPermissionV1 ¶

func NewAccessPermissionV1(
	roleId string,
	roleName string,
	resources []PermissionResourceV1,
) *AccessPermissionV1

NewAccessPermissionV1 instantiates a new AccessPermissionV1 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 NewAccessPermissionV1WithDefaults ¶

func NewAccessPermissionV1WithDefaults() *AccessPermissionV1

NewAccessPermissionV1WithDefaults instantiates a new AccessPermissionV1 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 (*AccessPermissionV1) GetResources ¶

func (o *AccessPermissionV1) GetResources() []PermissionResourceV1

GetResources returns the Resources field value

func (*AccessPermissionV1) GetResourcesOk ¶

func (o *AccessPermissionV1) GetResourcesOk() ([]PermissionResourceV1, bool)

GetResourcesOk returns a tuple with the Resources field value and a boolean to check if the value has been set.

func (*AccessPermissionV1) GetRoleId ¶

func (o *AccessPermissionV1) GetRoleId() string

GetRoleId returns the RoleId field value

func (*AccessPermissionV1) GetRoleIdOk ¶

func (o *AccessPermissionV1) GetRoleIdOk() (*string, bool)

GetRoleIdOk returns a tuple with the RoleId field value and a boolean to check if the value has been set.

func (*AccessPermissionV1) GetRoleName ¶

func (o *AccessPermissionV1) GetRoleName() string

GetRoleName returns the RoleName field value

func (*AccessPermissionV1) GetRoleNameOk ¶

func (o *AccessPermissionV1) GetRoleNameOk() (*string, bool)

GetRoleNameOk returns a tuple with the RoleName field value and a boolean to check if the value has been set.

func (AccessPermissionV1) MarshalJSON ¶

func (o AccessPermissionV1) MarshalJSON() ([]byte, error)

func (*AccessPermissionV1) SetResources ¶

func (o *AccessPermissionV1) SetResources(v []PermissionResourceV1)

SetResources sets field value

func (*AccessPermissionV1) SetRoleId ¶

func (o *AccessPermissionV1) SetRoleId(v string)

SetRoleId sets field value

func (*AccessPermissionV1) SetRoleName ¶

func (o *AccessPermissionV1) SetRoleName(v string)

SetRoleName sets field value

func (AccessPermissionV1) ToMap ¶

func (o AccessPermissionV1) ToMap() (map[string]interface{}, error)

type ActivationOutput ¶

type ActivationOutput struct {
	// The activation id.
	Id string `json:"id"`
	// Activation Enabled Status.
	Enabled bool `json:"enabled"`
	// The WORKSPACE id.
	WorkspaceId string `json:"workspaceId"`
	// The space id.
	SpaceId string `json:"spaceId"`
	// The audience id.
	AudienceId string `json:"audienceId"`
	// The DESTINATION connection id (formerly integrationInstanceId).
	DestinationConnectionId string `json:"destinationConnectionId"`
	// Type of activation trigger.
	ActivationType string `json:"activationType"`
	// Name of the activation.
	ActivationName     string                               `json:"activationName"`
	Personalization    PersonalizationInput                 `json:"personalization"`
	DestinationMapping DestinationSubscriptionConfiguration `json:"destinationMapping"`
	// Whether to perform a resync after creation of the activation.
	PerformResync *bool `json:"performResync,omitempty"`
}

ActivationOutput A class that encapsulates the complete activation output with full details.

func NewActivationOutput ¶

func NewActivationOutput(
	id string,
	enabled bool,
	workspaceId string,
	spaceId string,
	audienceId string,
	destinationConnectionId string,
	activationType string,
	activationName string,
	personalization PersonalizationInput,
	destinationMapping DestinationSubscriptionConfiguration,
) *ActivationOutput

NewActivationOutput instantiates a new ActivationOutput 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 NewActivationOutputWithDefaults ¶

func NewActivationOutputWithDefaults() *ActivationOutput

NewActivationOutputWithDefaults instantiates a new ActivationOutput 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 (*ActivationOutput) GetActivationName ¶

func (o *ActivationOutput) GetActivationName() string

GetActivationName returns the ActivationName field value

func (*ActivationOutput) GetActivationNameOk ¶

func (o *ActivationOutput) GetActivationNameOk() (*string, bool)

GetActivationNameOk returns a tuple with the ActivationName field value and a boolean to check if the value has been set.

func (*ActivationOutput) GetActivationType ¶

func (o *ActivationOutput) GetActivationType() string

GetActivationType returns the ActivationType field value

func (*ActivationOutput) GetActivationTypeOk ¶

func (o *ActivationOutput) GetActivationTypeOk() (*string, bool)

GetActivationTypeOk returns a tuple with the ActivationType field value and a boolean to check if the value has been set.

func (*ActivationOutput) GetAudienceId ¶

func (o *ActivationOutput) GetAudienceId() string

GetAudienceId returns the AudienceId field value

func (*ActivationOutput) GetAudienceIdOk ¶

func (o *ActivationOutput) GetAudienceIdOk() (*string, bool)

GetAudienceIdOk returns a tuple with the AudienceId field value and a boolean to check if the value has been set.

func (*ActivationOutput) GetDestinationConnectionId ¶

func (o *ActivationOutput) GetDestinationConnectionId() string

GetDestinationConnectionId returns the DestinationConnectionId field value

func (*ActivationOutput) GetDestinationConnectionIdOk ¶

func (o *ActivationOutput) GetDestinationConnectionIdOk() (*string, bool)

GetDestinationConnectionIdOk returns a tuple with the DestinationConnectionId field value and a boolean to check if the value has been set.

func (*ActivationOutput) GetDestinationMapping ¶

func (o *ActivationOutput) GetDestinationMapping() DestinationSubscriptionConfiguration

GetDestinationMapping returns the DestinationMapping field value

func (*ActivationOutput) GetDestinationMappingOk ¶

func (o *ActivationOutput) GetDestinationMappingOk() (*DestinationSubscriptionConfiguration, bool)

GetDestinationMappingOk returns a tuple with the DestinationMapping field value and a boolean to check if the value has been set.

func (*ActivationOutput) GetEnabled ¶

func (o *ActivationOutput) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*ActivationOutput) GetEnabledOk ¶

func (o *ActivationOutput) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*ActivationOutput) GetId ¶

func (o *ActivationOutput) GetId() string

GetId returns the Id field value

func (*ActivationOutput) GetIdOk ¶

func (o *ActivationOutput) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ActivationOutput) GetPerformResync ¶

func (o *ActivationOutput) GetPerformResync() bool

GetPerformResync returns the PerformResync field value if set, zero value otherwise.

func (*ActivationOutput) GetPerformResyncOk ¶

func (o *ActivationOutput) GetPerformResyncOk() (*bool, bool)

GetPerformResyncOk returns a tuple with the PerformResync field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivationOutput) GetPersonalization ¶

func (o *ActivationOutput) GetPersonalization() PersonalizationInput

GetPersonalization returns the Personalization field value

func (*ActivationOutput) GetPersonalizationOk ¶

func (o *ActivationOutput) GetPersonalizationOk() (*PersonalizationInput, bool)

GetPersonalizationOk returns a tuple with the Personalization field value and a boolean to check if the value has been set.

func (*ActivationOutput) GetSpaceId ¶

func (o *ActivationOutput) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*ActivationOutput) GetSpaceIdOk ¶

func (o *ActivationOutput) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*ActivationOutput) GetWorkspaceId ¶

func (o *ActivationOutput) GetWorkspaceId() string

GetWorkspaceId returns the WorkspaceId field value

func (*ActivationOutput) GetWorkspaceIdOk ¶

func (o *ActivationOutput) GetWorkspaceIdOk() (*string, bool)

GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.

func (*ActivationOutput) HasPerformResync ¶

func (o *ActivationOutput) HasPerformResync() bool

HasPerformResync returns a boolean if a field has been set.

func (ActivationOutput) MarshalJSON ¶

func (o ActivationOutput) MarshalJSON() ([]byte, error)

func (*ActivationOutput) SetActivationName ¶

func (o *ActivationOutput) SetActivationName(v string)

SetActivationName sets field value

func (*ActivationOutput) SetActivationType ¶

func (o *ActivationOutput) SetActivationType(v string)

SetActivationType sets field value

func (*ActivationOutput) SetAudienceId ¶

func (o *ActivationOutput) SetAudienceId(v string)

SetAudienceId sets field value

func (*ActivationOutput) SetDestinationConnectionId ¶

func (o *ActivationOutput) SetDestinationConnectionId(v string)

SetDestinationConnectionId sets field value

func (*ActivationOutput) SetDestinationMapping ¶

func (o *ActivationOutput) SetDestinationMapping(v DestinationSubscriptionConfiguration)

SetDestinationMapping sets field value

func (*ActivationOutput) SetEnabled ¶

func (o *ActivationOutput) SetEnabled(v bool)

SetEnabled sets field value

func (*ActivationOutput) SetId ¶

func (o *ActivationOutput) SetId(v string)

SetId sets field value

func (*ActivationOutput) SetPerformResync ¶

func (o *ActivationOutput) SetPerformResync(v bool)

SetPerformResync gets a reference to the given bool and assigns it to the PerformResync field.

func (*ActivationOutput) SetPersonalization ¶

func (o *ActivationOutput) SetPersonalization(v PersonalizationInput)

SetPersonalization sets field value

func (*ActivationOutput) SetSpaceId ¶

func (o *ActivationOutput) SetSpaceId(v string)

SetSpaceId sets field value

func (*ActivationOutput) SetWorkspaceId ¶

func (o *ActivationOutput) SetWorkspaceId(v string)

SetWorkspaceId sets field value

func (ActivationOutput) ToMap ¶

func (o ActivationOutput) ToMap() (map[string]interface{}, error)

type ActivationsAPIService ¶

type ActivationsAPIService service

ActivationsAPIService ActivationsAPI service

func (*ActivationsAPIService) AddActivationToAudience ¶

func (a *ActivationsAPIService) AddActivationToAudience(
	ctx context.Context,
	spaceId string,
	audienceId string,
	connectionId string,
) ApiAddActivationToAudienceRequest

AddActivationToAudience Add Activation to Audience

Creates Activation.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.

• When called, this endpoint may generate the `Activation Created` event in the [audit trail](/tag/Audit-Trail).

The rate limit for this endpoint is 50 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param audienceId
@param connectionId
@return ApiAddActivationToAudienceRequest

func (*ActivationsAPIService) AddActivationToAudienceExecute ¶

Execute executes the request

@return AddActivationToAudience200Response

func (*ActivationsAPIService) AddDestinationToAudience ¶

func (a *ActivationsAPIService) AddDestinationToAudience(
	ctx context.Context,
	spaceId string,
	audienceId string,
) ApiAddDestinationToAudienceRequest

AddDestinationToAudience Add Destination to Audience

Adds a Destination to an Audience.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.

• When called, this endpoint may generate the `Destination Added into Audience` event in the [audit trail](/tag/Audit-Trail).

The rate limit for this endpoint is 50 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param audienceId
@return ApiAddDestinationToAudienceRequest

func (*ActivationsAPIService) AddDestinationToAudienceExecute ¶

Execute executes the request

@return AddDestinationToAudience200Response

func (*ActivationsAPIService) GetActivationFromAudience ¶

func (a *ActivationsAPIService) GetActivationFromAudience(
	ctx context.Context,
	spaceId string,
	audienceId string,
	id string,
) ApiGetActivationFromAudienceRequest

GetActivationFromAudience Get Activation from Audience

Gets a single Activation by id.

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param audienceId
@param id
@return ApiGetActivationFromAudienceRequest

func (*ActivationsAPIService) GetActivationFromAudienceExecute ¶

Execute executes the request

@return GetActivationFromAudience200Response

func (*ActivationsAPIService) ListActivationsFromAudience ¶

func (a *ActivationsAPIService) ListActivationsFromAudience(
	ctx context.Context,
	spaceId string,
	audienceId string,
) ApiListActivationsFromAudienceRequest

ListActivationsFromAudience List Activations from Audience

Lists all Activations.

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param audienceId
@return ApiListActivationsFromAudienceRequest

func (*ActivationsAPIService) ListActivationsFromAudienceExecute ¶

Execute executes the request

@return ListActivationsFromAudience200Response

func (*ActivationsAPIService) RemoveActivationFromAudience ¶

func (a *ActivationsAPIService) RemoveActivationFromAudience(
	ctx context.Context,
	spaceId string,
	audienceId string,
	id string,
) ApiRemoveActivationFromAudienceRequest

RemoveActivationFromAudience Remove Activation from Audience

Deletes an Activation.

The rate limit for this endpoint is 50 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param audienceId
@param id
@return ApiRemoveActivationFromAudienceRequest

func (*ActivationsAPIService) RemoveActivationFromAudienceExecute ¶

Execute executes the request

@return RemoveActivationFromAudience200Response

func (*ActivationsAPIService) UpdateActivationForAudience ¶

func (a *ActivationsAPIService) UpdateActivationForAudience(
	ctx context.Context,
	spaceId string,
	audienceId string,
	id string,
) ApiUpdateActivationForAudienceRequest

UpdateActivationForAudience Update Activation for Audience

Updates an Activation.

The rate limit for this endpoint is 50 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param audienceId
@param id
@return ApiUpdateActivationForAudienceRequest

func (*ActivationsAPIService) UpdateActivationForAudienceExecute ¶

Execute executes the request

@return UpdateActivationForAudience200Response

type AddActivationToAudience200Response ¶

type AddActivationToAudience200Response struct {
	Data *AddActivationToAudienceAlphaOutput `json:"data,omitempty"`
}

AddActivationToAudience200Response struct for AddActivationToAudience200Response

func NewAddActivationToAudience200Response ¶

func NewAddActivationToAudience200Response() *AddActivationToAudience200Response

NewAddActivationToAudience200Response instantiates a new AddActivationToAudience200Response 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 NewAddActivationToAudience200ResponseWithDefaults ¶

func NewAddActivationToAudience200ResponseWithDefaults() *AddActivationToAudience200Response

NewAddActivationToAudience200ResponseWithDefaults instantiates a new AddActivationToAudience200Response 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 (*AddActivationToAudience200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*AddActivationToAudience200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddActivationToAudience200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (AddActivationToAudience200Response) MarshalJSON ¶

func (o AddActivationToAudience200Response) MarshalJSON() ([]byte, error)

func (*AddActivationToAudience200Response) SetData ¶

SetData gets a reference to the given AddActivationToAudienceAlphaOutput and assigns it to the Data field.

func (AddActivationToAudience200Response) ToMap ¶

func (o AddActivationToAudience200Response) ToMap() (map[string]interface{}, error)

type AddActivationToAudienceAlphaInput ¶

type AddActivationToAudienceAlphaInput struct {
	// Whether the event emitter should be created in an enabled state. Will trigger an audience run if enabled.
	Enabled *bool `json:"enabled,omitempty"`
	// Whether to perform a resync after creation of the activation.
	PerformResync bool `json:"performResync"`
	// Type of activation trigger.
	ActivationType string `json:"activationType"`
	// Name of the activation.
	ActivationName     string                               `json:"activationName"`
	Personalization    PersonalizationInput                 `json:"personalization"`
	DestinationMapping DestinationSubscriptionConfiguration `json:"destinationMapping"`
}

AddActivationToAudienceAlphaInput Input to create an activation.

func NewAddActivationToAudienceAlphaInput ¶

func NewAddActivationToAudienceAlphaInput(
	performResync bool,
	activationType string,
	activationName string,
	personalization PersonalizationInput,
	destinationMapping DestinationSubscriptionConfiguration,
) *AddActivationToAudienceAlphaInput

NewAddActivationToAudienceAlphaInput instantiates a new AddActivationToAudienceAlphaInput 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 NewAddActivationToAudienceAlphaInputWithDefaults ¶

func NewAddActivationToAudienceAlphaInputWithDefaults() *AddActivationToAudienceAlphaInput

NewAddActivationToAudienceAlphaInputWithDefaults instantiates a new AddActivationToAudienceAlphaInput 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 (*AddActivationToAudienceAlphaInput) GetActivationName ¶

func (o *AddActivationToAudienceAlphaInput) GetActivationName() string

GetActivationName returns the ActivationName field value

func (*AddActivationToAudienceAlphaInput) GetActivationNameOk ¶

func (o *AddActivationToAudienceAlphaInput) GetActivationNameOk() (*string, bool)

GetActivationNameOk returns a tuple with the ActivationName field value and a boolean to check if the value has been set.

func (*AddActivationToAudienceAlphaInput) GetActivationType ¶

func (o *AddActivationToAudienceAlphaInput) GetActivationType() string

GetActivationType returns the ActivationType field value

func (*AddActivationToAudienceAlphaInput) GetActivationTypeOk ¶

func (o *AddActivationToAudienceAlphaInput) GetActivationTypeOk() (*string, bool)

GetActivationTypeOk returns a tuple with the ActivationType field value and a boolean to check if the value has been set.

func (*AddActivationToAudienceAlphaInput) GetDestinationMapping ¶

GetDestinationMapping returns the DestinationMapping field value

func (*AddActivationToAudienceAlphaInput) GetDestinationMappingOk ¶

GetDestinationMappingOk returns a tuple with the DestinationMapping field value and a boolean to check if the value has been set.

func (*AddActivationToAudienceAlphaInput) GetEnabled ¶

func (o *AddActivationToAudienceAlphaInput) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*AddActivationToAudienceAlphaInput) GetEnabledOk ¶

func (o *AddActivationToAudienceAlphaInput) 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 (*AddActivationToAudienceAlphaInput) GetPerformResync ¶

func (o *AddActivationToAudienceAlphaInput) GetPerformResync() bool

GetPerformResync returns the PerformResync field value

func (*AddActivationToAudienceAlphaInput) GetPerformResyncOk ¶

func (o *AddActivationToAudienceAlphaInput) GetPerformResyncOk() (*bool, bool)

GetPerformResyncOk returns a tuple with the PerformResync field value and a boolean to check if the value has been set.

func (*AddActivationToAudienceAlphaInput) GetPersonalization ¶

GetPersonalization returns the Personalization field value

func (*AddActivationToAudienceAlphaInput) GetPersonalizationOk ¶

func (o *AddActivationToAudienceAlphaInput) GetPersonalizationOk() (*PersonalizationInput, bool)

GetPersonalizationOk returns a tuple with the Personalization field value and a boolean to check if the value has been set.

func (*AddActivationToAudienceAlphaInput) HasEnabled ¶

func (o *AddActivationToAudienceAlphaInput) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (AddActivationToAudienceAlphaInput) MarshalJSON ¶

func (o AddActivationToAudienceAlphaInput) MarshalJSON() ([]byte, error)

func (*AddActivationToAudienceAlphaInput) SetActivationName ¶

func (o *AddActivationToAudienceAlphaInput) SetActivationName(v string)

SetActivationName sets field value

func (*AddActivationToAudienceAlphaInput) SetActivationType ¶

func (o *AddActivationToAudienceAlphaInput) SetActivationType(v string)

SetActivationType sets field value

func (*AddActivationToAudienceAlphaInput) SetDestinationMapping ¶

SetDestinationMapping sets field value

func (*AddActivationToAudienceAlphaInput) SetEnabled ¶

func (o *AddActivationToAudienceAlphaInput) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*AddActivationToAudienceAlphaInput) SetPerformResync ¶

func (o *AddActivationToAudienceAlphaInput) SetPerformResync(v bool)

SetPerformResync sets field value

func (*AddActivationToAudienceAlphaInput) SetPersonalization ¶

SetPersonalization sets field value

func (AddActivationToAudienceAlphaInput) ToMap ¶

func (o AddActivationToAudienceAlphaInput) ToMap() (map[string]interface{}, error)

type AddActivationToAudienceAlphaOutput ¶

type AddActivationToAudienceAlphaOutput struct {
	Activation ActivationOutput `json:"activation"`
}

AddActivationToAudienceAlphaOutput Activation output for create.

func NewAddActivationToAudienceAlphaOutput ¶

func NewAddActivationToAudienceAlphaOutput(
	activation ActivationOutput,
) *AddActivationToAudienceAlphaOutput

NewAddActivationToAudienceAlphaOutput instantiates a new AddActivationToAudienceAlphaOutput 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 NewAddActivationToAudienceAlphaOutputWithDefaults ¶

func NewAddActivationToAudienceAlphaOutputWithDefaults() *AddActivationToAudienceAlphaOutput

NewAddActivationToAudienceAlphaOutputWithDefaults instantiates a new AddActivationToAudienceAlphaOutput 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 (*AddActivationToAudienceAlphaOutput) GetActivation ¶

GetActivation returns the Activation field value

func (*AddActivationToAudienceAlphaOutput) GetActivationOk ¶

func (o *AddActivationToAudienceAlphaOutput) GetActivationOk() (*ActivationOutput, bool)

GetActivationOk returns a tuple with the Activation field value and a boolean to check if the value has been set.

func (AddActivationToAudienceAlphaOutput) MarshalJSON ¶

func (o AddActivationToAudienceAlphaOutput) MarshalJSON() ([]byte, error)

func (*AddActivationToAudienceAlphaOutput) SetActivation ¶

SetActivation sets field value

func (AddActivationToAudienceAlphaOutput) ToMap ¶

func (o AddActivationToAudienceAlphaOutput) ToMap() (map[string]interface{}, error)

type AddConnectionFromSourceToWarehouse201Response ¶

type AddConnectionFromSourceToWarehouse201Response struct {
	Data *AddConnectionFromSourceToWarehouseV1Output `json:"data,omitempty"`
}

AddConnectionFromSourceToWarehouse201Response struct for AddConnectionFromSourceToWarehouse201Response

func NewAddConnectionFromSourceToWarehouse201Response ¶

func NewAddConnectionFromSourceToWarehouse201Response() *AddConnectionFromSourceToWarehouse201Response

NewAddConnectionFromSourceToWarehouse201Response instantiates a new AddConnectionFromSourceToWarehouse201Response 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 NewAddConnectionFromSourceToWarehouse201ResponseWithDefaults ¶

func NewAddConnectionFromSourceToWarehouse201ResponseWithDefaults() *AddConnectionFromSourceToWarehouse201Response

NewAddConnectionFromSourceToWarehouse201ResponseWithDefaults instantiates a new AddConnectionFromSourceToWarehouse201Response 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 (*AddConnectionFromSourceToWarehouse201Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*AddConnectionFromSourceToWarehouse201Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddConnectionFromSourceToWarehouse201Response) HasData ¶

HasData returns a boolean if a field has been set.

func (AddConnectionFromSourceToWarehouse201Response) MarshalJSON ¶

func (*AddConnectionFromSourceToWarehouse201Response) SetData ¶

SetData gets a reference to the given AddConnectionFromSourceToWarehouseV1Output and assigns it to the Data field.

func (AddConnectionFromSourceToWarehouse201Response) ToMap ¶

func (o AddConnectionFromSourceToWarehouse201Response) ToMap() (map[string]interface{}, error)

type AddConnectionFromSourceToWarehouseV1Output ¶

type AddConnectionFromSourceToWarehouseV1Output struct {
	// The status of the connection between the Source and Warehouse.
	Status string `json:"status"`
}

AddConnectionFromSourceToWarehouseV1Output Response indicating whether the connection was successful.

func NewAddConnectionFromSourceToWarehouseV1Output ¶

func NewAddConnectionFromSourceToWarehouseV1Output(
	status string,
) *AddConnectionFromSourceToWarehouseV1Output

NewAddConnectionFromSourceToWarehouseV1Output instantiates a new AddConnectionFromSourceToWarehouseV1Output 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 NewAddConnectionFromSourceToWarehouseV1OutputWithDefaults ¶

func NewAddConnectionFromSourceToWarehouseV1OutputWithDefaults() *AddConnectionFromSourceToWarehouseV1Output

NewAddConnectionFromSourceToWarehouseV1OutputWithDefaults instantiates a new AddConnectionFromSourceToWarehouseV1Output 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 (*AddConnectionFromSourceToWarehouseV1Output) GetStatus ¶

GetStatus returns the Status field value

func (*AddConnectionFromSourceToWarehouseV1Output) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (AddConnectionFromSourceToWarehouseV1Output) MarshalJSON ¶

func (*AddConnectionFromSourceToWarehouseV1Output) SetStatus ¶

SetStatus sets field value

func (AddConnectionFromSourceToWarehouseV1Output) ToMap ¶

func (o AddConnectionFromSourceToWarehouseV1Output) ToMap() (map[string]interface{}, error)

type AddDestinationToAudience200Response ¶

type AddDestinationToAudience200Response struct {
	Data *AddDestinationToAudienceAlphaOutput `json:"data,omitempty"`
}

AddDestinationToAudience200Response struct for AddDestinationToAudience200Response

func NewAddDestinationToAudience200Response ¶

func NewAddDestinationToAudience200Response() *AddDestinationToAudience200Response

NewAddDestinationToAudience200Response instantiates a new AddDestinationToAudience200Response 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 NewAddDestinationToAudience200ResponseWithDefaults ¶

func NewAddDestinationToAudience200ResponseWithDefaults() *AddDestinationToAudience200Response

NewAddDestinationToAudience200ResponseWithDefaults instantiates a new AddDestinationToAudience200Response 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 (*AddDestinationToAudience200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*AddDestinationToAudience200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddDestinationToAudience200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (AddDestinationToAudience200Response) MarshalJSON ¶

func (o AddDestinationToAudience200Response) MarshalJSON() ([]byte, error)

func (*AddDestinationToAudience200Response) SetData ¶

SetData gets a reference to the given AddDestinationToAudienceAlphaOutput and assigns it to the Data field.

func (AddDestinationToAudience200Response) ToMap ¶

func (o AddDestinationToAudience200Response) ToMap() (map[string]interface{}, error)

type AddDestinationToAudienceAlphaInput ¶

type AddDestinationToAudienceAlphaInput struct {
	Destination DestinationInput `json:"destination"`
	// The identifier sync configuration input.
	IdSyncConfiguration map[string]interface{} `json:"idSyncConfiguration,omitempty"`
	// The settings that a Destination requires to create audiences on a third-party platform. These settings are Destination-specific and thus are best defined as unknown.
	ConnectionSettings interface{} `json:"connectionSettings,omitempty"`
}

AddDestinationToAudienceAlphaInput Input to Add a Destination into an Audience.

func NewAddDestinationToAudienceAlphaInput ¶

func NewAddDestinationToAudienceAlphaInput(
	destination DestinationInput,
) *AddDestinationToAudienceAlphaInput

NewAddDestinationToAudienceAlphaInput instantiates a new AddDestinationToAudienceAlphaInput 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 NewAddDestinationToAudienceAlphaInputWithDefaults ¶

func NewAddDestinationToAudienceAlphaInputWithDefaults() *AddDestinationToAudienceAlphaInput

NewAddDestinationToAudienceAlphaInputWithDefaults instantiates a new AddDestinationToAudienceAlphaInput 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 (*AddDestinationToAudienceAlphaInput) GetConnectionSettings ¶

func (o *AddDestinationToAudienceAlphaInput) GetConnectionSettings() interface{}

GetConnectionSettings returns the ConnectionSettings field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AddDestinationToAudienceAlphaInput) GetConnectionSettingsOk ¶

func (o *AddDestinationToAudienceAlphaInput) GetConnectionSettingsOk() (*interface{}, bool)

GetConnectionSettingsOk returns a tuple with the ConnectionSettings 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 (*AddDestinationToAudienceAlphaInput) GetDestination ¶

GetDestination returns the Destination field value

func (*AddDestinationToAudienceAlphaInput) GetDestinationOk ¶

func (o *AddDestinationToAudienceAlphaInput) GetDestinationOk() (*DestinationInput, bool)

GetDestinationOk returns a tuple with the Destination field value and a boolean to check if the value has been set.

func (*AddDestinationToAudienceAlphaInput) GetIdSyncConfiguration ¶

func (o *AddDestinationToAudienceAlphaInput) GetIdSyncConfiguration() map[string]interface{}

GetIdSyncConfiguration returns the IdSyncConfiguration field value if set, zero value otherwise.

func (*AddDestinationToAudienceAlphaInput) GetIdSyncConfigurationOk ¶

func (o *AddDestinationToAudienceAlphaInput) GetIdSyncConfigurationOk() (map[string]interface{}, bool)

GetIdSyncConfigurationOk returns a tuple with the IdSyncConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddDestinationToAudienceAlphaInput) HasConnectionSettings ¶

func (o *AddDestinationToAudienceAlphaInput) HasConnectionSettings() bool

HasConnectionSettings returns a boolean if a field has been set.

func (*AddDestinationToAudienceAlphaInput) HasIdSyncConfiguration ¶

func (o *AddDestinationToAudienceAlphaInput) HasIdSyncConfiguration() bool

HasIdSyncConfiguration returns a boolean if a field has been set.

func (AddDestinationToAudienceAlphaInput) MarshalJSON ¶

func (o AddDestinationToAudienceAlphaInput) MarshalJSON() ([]byte, error)

func (*AddDestinationToAudienceAlphaInput) SetConnectionSettings ¶

func (o *AddDestinationToAudienceAlphaInput) SetConnectionSettings(v interface{})

SetConnectionSettings gets a reference to the given interface{} and assigns it to the ConnectionSettings field.

func (*AddDestinationToAudienceAlphaInput) SetDestination ¶

SetDestination sets field value

func (*AddDestinationToAudienceAlphaInput) SetIdSyncConfiguration ¶

func (o *AddDestinationToAudienceAlphaInput) SetIdSyncConfiguration(v map[string]interface{})

SetIdSyncConfiguration gets a reference to the given map[string]interface{} and assigns it to the IdSyncConfiguration field.

func (AddDestinationToAudienceAlphaInput) ToMap ¶

func (o AddDestinationToAudienceAlphaInput) ToMap() (map[string]interface{}, error)

type AddDestinationToAudienceAlphaOutput ¶

type AddDestinationToAudienceAlphaOutput struct {
	Connection Connection `json:"connection"`
}

AddDestinationToAudienceAlphaOutput struct for AddDestinationToAudienceAlphaOutput

func NewAddDestinationToAudienceAlphaOutput ¶

func NewAddDestinationToAudienceAlphaOutput(
	connection Connection,
) *AddDestinationToAudienceAlphaOutput

NewAddDestinationToAudienceAlphaOutput instantiates a new AddDestinationToAudienceAlphaOutput 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 NewAddDestinationToAudienceAlphaOutputWithDefaults ¶

func NewAddDestinationToAudienceAlphaOutputWithDefaults() *AddDestinationToAudienceAlphaOutput

NewAddDestinationToAudienceAlphaOutputWithDefaults instantiates a new AddDestinationToAudienceAlphaOutput 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 (*AddDestinationToAudienceAlphaOutput) GetConnection ¶

GetConnection returns the Connection field value

func (*AddDestinationToAudienceAlphaOutput) GetConnectionOk ¶

func (o *AddDestinationToAudienceAlphaOutput) GetConnectionOk() (*Connection, bool)

GetConnectionOk returns a tuple with the Connection field value and a boolean to check if the value has been set.

func (AddDestinationToAudienceAlphaOutput) MarshalJSON ¶

func (o AddDestinationToAudienceAlphaOutput) MarshalJSON() ([]byte, error)

func (*AddDestinationToAudienceAlphaOutput) SetConnection ¶

func (o *AddDestinationToAudienceAlphaOutput) SetConnection(v Connection)

SetConnection sets field value

func (AddDestinationToAudienceAlphaOutput) ToMap ¶

func (o AddDestinationToAudienceAlphaOutput) ToMap() (map[string]interface{}, error)

type AddLabelsToSource200Response ¶

type AddLabelsToSource200Response struct {
	Data *AddLabelsToSourceV1Output `json:"data,omitempty"`
}

AddLabelsToSource200Response struct for AddLabelsToSource200Response

func NewAddLabelsToSource200Response ¶

func NewAddLabelsToSource200Response() *AddLabelsToSource200Response

NewAddLabelsToSource200Response instantiates a new AddLabelsToSource200Response 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 NewAddLabelsToSource200ResponseWithDefaults ¶

func NewAddLabelsToSource200ResponseWithDefaults() *AddLabelsToSource200Response

NewAddLabelsToSource200ResponseWithDefaults instantiates a new AddLabelsToSource200Response 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 (*AddLabelsToSource200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*AddLabelsToSource200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddLabelsToSource200Response) HasData ¶

func (o *AddLabelsToSource200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (AddLabelsToSource200Response) MarshalJSON ¶

func (o AddLabelsToSource200Response) MarshalJSON() ([]byte, error)

func (*AddLabelsToSource200Response) SetData ¶

SetData gets a reference to the given AddLabelsToSourceV1Output and assigns it to the Data field.

func (AddLabelsToSource200Response) ToMap ¶

func (o AddLabelsToSource200Response) ToMap() (map[string]interface{}, error)

type AddLabelsToSource200Response1 ¶

type AddLabelsToSource200Response1 struct {
	Data *AddLabelsToSourceAlphaOutput `json:"data,omitempty"`
}

AddLabelsToSource200Response1 struct for AddLabelsToSource200Response1

func NewAddLabelsToSource200Response1 ¶

func NewAddLabelsToSource200Response1() *AddLabelsToSource200Response1

NewAddLabelsToSource200Response1 instantiates a new AddLabelsToSource200Response1 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 NewAddLabelsToSource200Response1WithDefaults ¶

func NewAddLabelsToSource200Response1WithDefaults() *AddLabelsToSource200Response1

NewAddLabelsToSource200Response1WithDefaults instantiates a new AddLabelsToSource200Response1 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 (*AddLabelsToSource200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*AddLabelsToSource200Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddLabelsToSource200Response1) HasData ¶

func (o *AddLabelsToSource200Response1) HasData() bool

HasData returns a boolean if a field has been set.

func (AddLabelsToSource200Response1) MarshalJSON ¶

func (o AddLabelsToSource200Response1) MarshalJSON() ([]byte, error)

func (*AddLabelsToSource200Response1) SetData ¶

SetData gets a reference to the given AddLabelsToSourceAlphaOutput and assigns it to the Data field.

func (AddLabelsToSource200Response1) ToMap ¶

func (o AddLabelsToSource200Response1) ToMap() (map[string]interface{}, error)

type AddLabelsToSourceAlphaInput ¶

type AddLabelsToSourceAlphaInput struct {
	// The labels to associate with a Source.
	Labels []LabelAlpha `json:"labels"`
}

AddLabelsToSourceAlphaInput Applies an existing label to an existing Source.

func NewAddLabelsToSourceAlphaInput ¶

func NewAddLabelsToSourceAlphaInput(labels []LabelAlpha) *AddLabelsToSourceAlphaInput

NewAddLabelsToSourceAlphaInput instantiates a new AddLabelsToSourceAlphaInput 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 NewAddLabelsToSourceAlphaInputWithDefaults ¶

func NewAddLabelsToSourceAlphaInputWithDefaults() *AddLabelsToSourceAlphaInput

NewAddLabelsToSourceAlphaInputWithDefaults instantiates a new AddLabelsToSourceAlphaInput 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 (*AddLabelsToSourceAlphaInput) GetLabels ¶

func (o *AddLabelsToSourceAlphaInput) GetLabels() []LabelAlpha

GetLabels returns the Labels field value

func (*AddLabelsToSourceAlphaInput) GetLabelsOk ¶

func (o *AddLabelsToSourceAlphaInput) GetLabelsOk() ([]LabelAlpha, bool)

GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.

func (AddLabelsToSourceAlphaInput) MarshalJSON ¶

func (o AddLabelsToSourceAlphaInput) MarshalJSON() ([]byte, error)

func (*AddLabelsToSourceAlphaInput) SetLabels ¶

func (o *AddLabelsToSourceAlphaInput) SetLabels(v []LabelAlpha)

SetLabels sets field value

func (AddLabelsToSourceAlphaInput) ToMap ¶

func (o AddLabelsToSourceAlphaInput) ToMap() (map[string]interface{}, error)

type AddLabelsToSourceAlphaOutput ¶

type AddLabelsToSourceAlphaOutput struct {
	// All labels applied to the Source.
	Labels []LabelAlpha `json:"labels"`
}

AddLabelsToSourceAlphaOutput Applies an existing label to an existing Source.

func NewAddLabelsToSourceAlphaOutput ¶

func NewAddLabelsToSourceAlphaOutput(labels []LabelAlpha) *AddLabelsToSourceAlphaOutput

NewAddLabelsToSourceAlphaOutput instantiates a new AddLabelsToSourceAlphaOutput 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 NewAddLabelsToSourceAlphaOutputWithDefaults ¶

func NewAddLabelsToSourceAlphaOutputWithDefaults() *AddLabelsToSourceAlphaOutput

NewAddLabelsToSourceAlphaOutputWithDefaults instantiates a new AddLabelsToSourceAlphaOutput 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 (*AddLabelsToSourceAlphaOutput) GetLabels ¶

func (o *AddLabelsToSourceAlphaOutput) GetLabels() []LabelAlpha

GetLabels returns the Labels field value

func (*AddLabelsToSourceAlphaOutput) GetLabelsOk ¶

func (o *AddLabelsToSourceAlphaOutput) GetLabelsOk() ([]LabelAlpha, bool)

GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.

func (AddLabelsToSourceAlphaOutput) MarshalJSON ¶

func (o AddLabelsToSourceAlphaOutput) MarshalJSON() ([]byte, error)

func (*AddLabelsToSourceAlphaOutput) SetLabels ¶

func (o *AddLabelsToSourceAlphaOutput) SetLabels(v []LabelAlpha)

SetLabels sets field value

func (AddLabelsToSourceAlphaOutput) ToMap ¶

func (o AddLabelsToSourceAlphaOutput) ToMap() (map[string]interface{}, error)

type AddLabelsToSourceV1Input ¶

type AddLabelsToSourceV1Input struct {
	// The labels to associate with a Source.
	Labels []LabelV1 `json:"labels"`
}

AddLabelsToSourceV1Input Applies an existing label to an existing Source.

func NewAddLabelsToSourceV1Input ¶

func NewAddLabelsToSourceV1Input(labels []LabelV1) *AddLabelsToSourceV1Input

NewAddLabelsToSourceV1Input instantiates a new AddLabelsToSourceV1Input 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 NewAddLabelsToSourceV1InputWithDefaults ¶

func NewAddLabelsToSourceV1InputWithDefaults() *AddLabelsToSourceV1Input

NewAddLabelsToSourceV1InputWithDefaults instantiates a new AddLabelsToSourceV1Input 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 (*AddLabelsToSourceV1Input) GetLabels ¶

func (o *AddLabelsToSourceV1Input) GetLabels() []LabelV1

GetLabels returns the Labels field value

func (*AddLabelsToSourceV1Input) GetLabelsOk ¶

func (o *AddLabelsToSourceV1Input) GetLabelsOk() ([]LabelV1, bool)

GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.

func (AddLabelsToSourceV1Input) MarshalJSON ¶

func (o AddLabelsToSourceV1Input) MarshalJSON() ([]byte, error)

func (*AddLabelsToSourceV1Input) SetLabels ¶

func (o *AddLabelsToSourceV1Input) SetLabels(v []LabelV1)

SetLabels sets field value

func (AddLabelsToSourceV1Input) ToMap ¶

func (o AddLabelsToSourceV1Input) ToMap() (map[string]interface{}, error)

type AddLabelsToSourceV1Output ¶

type AddLabelsToSourceV1Output struct {
	// All labels applied to the Source.
	Labels []LabelV1 `json:"labels"`
}

AddLabelsToSourceV1Output Applies an existing label to an existing Source.

func NewAddLabelsToSourceV1Output ¶

func NewAddLabelsToSourceV1Output(labels []LabelV1) *AddLabelsToSourceV1Output

NewAddLabelsToSourceV1Output instantiates a new AddLabelsToSourceV1Output 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 NewAddLabelsToSourceV1OutputWithDefaults ¶

func NewAddLabelsToSourceV1OutputWithDefaults() *AddLabelsToSourceV1Output

NewAddLabelsToSourceV1OutputWithDefaults instantiates a new AddLabelsToSourceV1Output 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 (*AddLabelsToSourceV1Output) GetLabels ¶

func (o *AddLabelsToSourceV1Output) GetLabels() []LabelV1

GetLabels returns the Labels field value

func (*AddLabelsToSourceV1Output) GetLabelsOk ¶

func (o *AddLabelsToSourceV1Output) GetLabelsOk() ([]LabelV1, bool)

GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.

func (AddLabelsToSourceV1Output) MarshalJSON ¶

func (o AddLabelsToSourceV1Output) MarshalJSON() ([]byte, error)

func (*AddLabelsToSourceV1Output) SetLabels ¶

func (o *AddLabelsToSourceV1Output) SetLabels(v []LabelV1)

SetLabels sets field value

func (AddLabelsToSourceV1Output) ToMap ¶

func (o AddLabelsToSourceV1Output) ToMap() (map[string]interface{}, error)

type AddPermissionsToUser200Response ¶

type AddPermissionsToUser200Response struct {
	Data *AddPermissionsToUserV1Output `json:"data,omitempty"`
}

AddPermissionsToUser200Response struct for AddPermissionsToUser200Response

func NewAddPermissionsToUser200Response ¶

func NewAddPermissionsToUser200Response() *AddPermissionsToUser200Response

NewAddPermissionsToUser200Response instantiates a new AddPermissionsToUser200Response 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 NewAddPermissionsToUser200ResponseWithDefaults ¶

func NewAddPermissionsToUser200ResponseWithDefaults() *AddPermissionsToUser200Response

NewAddPermissionsToUser200ResponseWithDefaults instantiates a new AddPermissionsToUser200Response 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 (*AddPermissionsToUser200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*AddPermissionsToUser200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddPermissionsToUser200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (AddPermissionsToUser200Response) MarshalJSON ¶

func (o AddPermissionsToUser200Response) MarshalJSON() ([]byte, error)

func (*AddPermissionsToUser200Response) SetData ¶

SetData gets a reference to the given AddPermissionsToUserV1Output and assigns it to the Data field.

func (AddPermissionsToUser200Response) ToMap ¶

func (o AddPermissionsToUser200Response) ToMap() (map[string]interface{}, error)

type AddPermissionsToUserGroup200Response ¶

type AddPermissionsToUserGroup200Response struct {
	Data *AddPermissionsToUserGroupV1Output `json:"data,omitempty"`
}

AddPermissionsToUserGroup200Response struct for AddPermissionsToUserGroup200Response

func NewAddPermissionsToUserGroup200Response ¶

func NewAddPermissionsToUserGroup200Response() *AddPermissionsToUserGroup200Response

NewAddPermissionsToUserGroup200Response instantiates a new AddPermissionsToUserGroup200Response 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 NewAddPermissionsToUserGroup200ResponseWithDefaults ¶

func NewAddPermissionsToUserGroup200ResponseWithDefaults() *AddPermissionsToUserGroup200Response

NewAddPermissionsToUserGroup200ResponseWithDefaults instantiates a new AddPermissionsToUserGroup200Response 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 (*AddPermissionsToUserGroup200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*AddPermissionsToUserGroup200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddPermissionsToUserGroup200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (AddPermissionsToUserGroup200Response) MarshalJSON ¶

func (o AddPermissionsToUserGroup200Response) MarshalJSON() ([]byte, error)

func (*AddPermissionsToUserGroup200Response) SetData ¶

SetData gets a reference to the given AddPermissionsToUserGroupV1Output and assigns it to the Data field.

func (AddPermissionsToUserGroup200Response) ToMap ¶

func (o AddPermissionsToUserGroup200Response) ToMap() (map[string]interface{}, error)

type AddPermissionsToUserGroupV1Input ¶

type AddPermissionsToUserGroupV1Input struct {
	// The permissions to add.
	Permissions []PermissionInputV1 `json:"permissions"`
}

AddPermissionsToUserGroupV1Input Adds a list of permissions to a user group.

func NewAddPermissionsToUserGroupV1Input ¶

func NewAddPermissionsToUserGroupV1Input(
	permissions []PermissionInputV1,
) *AddPermissionsToUserGroupV1Input

NewAddPermissionsToUserGroupV1Input instantiates a new AddPermissionsToUserGroupV1Input 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 NewAddPermissionsToUserGroupV1InputWithDefaults ¶

func NewAddPermissionsToUserGroupV1InputWithDefaults() *AddPermissionsToUserGroupV1Input

NewAddPermissionsToUserGroupV1InputWithDefaults instantiates a new AddPermissionsToUserGroupV1Input 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 (*AddPermissionsToUserGroupV1Input) GetPermissions ¶

GetPermissions returns the Permissions field value

func (*AddPermissionsToUserGroupV1Input) GetPermissionsOk ¶

func (o *AddPermissionsToUserGroupV1Input) GetPermissionsOk() ([]PermissionInputV1, bool)

GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.

func (AddPermissionsToUserGroupV1Input) MarshalJSON ¶

func (o AddPermissionsToUserGroupV1Input) MarshalJSON() ([]byte, error)

func (*AddPermissionsToUserGroupV1Input) SetPermissions ¶

func (o *AddPermissionsToUserGroupV1Input) SetPermissions(v []PermissionInputV1)

SetPermissions sets field value

func (AddPermissionsToUserGroupV1Input) ToMap ¶

func (o AddPermissionsToUserGroupV1Input) ToMap() (map[string]interface{}, error)

type AddPermissionsToUserGroupV1Output ¶

type AddPermissionsToUserGroupV1Output struct {
	// The updated set of permissions assigned to the user group.
	Permissions []AccessPermissionV1 `json:"permissions"`
}

AddPermissionsToUserGroupV1Output Returns the group's permissions, including the added permissions.

func NewAddPermissionsToUserGroupV1Output ¶

func NewAddPermissionsToUserGroupV1Output(
	permissions []AccessPermissionV1,
) *AddPermissionsToUserGroupV1Output

NewAddPermissionsToUserGroupV1Output instantiates a new AddPermissionsToUserGroupV1Output 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 NewAddPermissionsToUserGroupV1OutputWithDefaults ¶

func NewAddPermissionsToUserGroupV1OutputWithDefaults() *AddPermissionsToUserGroupV1Output

NewAddPermissionsToUserGroupV1OutputWithDefaults instantiates a new AddPermissionsToUserGroupV1Output 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 (*AddPermissionsToUserGroupV1Output) GetPermissions ¶

GetPermissions returns the Permissions field value

func (*AddPermissionsToUserGroupV1Output) GetPermissionsOk ¶

func (o *AddPermissionsToUserGroupV1Output) GetPermissionsOk() ([]AccessPermissionV1, bool)

GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.

func (AddPermissionsToUserGroupV1Output) MarshalJSON ¶

func (o AddPermissionsToUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*AddPermissionsToUserGroupV1Output) SetPermissions ¶

SetPermissions sets field value

func (AddPermissionsToUserGroupV1Output) ToMap ¶

func (o AddPermissionsToUserGroupV1Output) ToMap() (map[string]interface{}, error)

type AddPermissionsToUserV1Input ¶

type AddPermissionsToUserV1Input struct {
	// The permissions to add.
	Permissions []PermissionInputV1 `json:"permissions"`
}

AddPermissionsToUserV1Input Adds a list of permissions to a user.

func NewAddPermissionsToUserV1Input ¶

func NewAddPermissionsToUserV1Input(permissions []PermissionInputV1) *AddPermissionsToUserV1Input

NewAddPermissionsToUserV1Input instantiates a new AddPermissionsToUserV1Input 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 NewAddPermissionsToUserV1InputWithDefaults ¶

func NewAddPermissionsToUserV1InputWithDefaults() *AddPermissionsToUserV1Input

NewAddPermissionsToUserV1InputWithDefaults instantiates a new AddPermissionsToUserV1Input 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 (*AddPermissionsToUserV1Input) GetPermissions ¶

func (o *AddPermissionsToUserV1Input) GetPermissions() []PermissionInputV1

GetPermissions returns the Permissions field value

func (*AddPermissionsToUserV1Input) GetPermissionsOk ¶

func (o *AddPermissionsToUserV1Input) GetPermissionsOk() ([]PermissionInputV1, bool)

GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.

func (AddPermissionsToUserV1Input) MarshalJSON ¶

func (o AddPermissionsToUserV1Input) MarshalJSON() ([]byte, error)

func (*AddPermissionsToUserV1Input) SetPermissions ¶

func (o *AddPermissionsToUserV1Input) SetPermissions(v []PermissionInputV1)

SetPermissions sets field value

func (AddPermissionsToUserV1Input) ToMap ¶

func (o AddPermissionsToUserV1Input) ToMap() (map[string]interface{}, error)

type AddPermissionsToUserV1Output ¶

type AddPermissionsToUserV1Output struct {
	// The new permissions.
	Permissions []AccessPermissionV1 `json:"permissions"`
}

AddPermissionsToUserV1Output Returns the user's permissions, including the added permissions.

func NewAddPermissionsToUserV1Output ¶

func NewAddPermissionsToUserV1Output(
	permissions []AccessPermissionV1,
) *AddPermissionsToUserV1Output

NewAddPermissionsToUserV1Output instantiates a new AddPermissionsToUserV1Output 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 NewAddPermissionsToUserV1OutputWithDefaults ¶

func NewAddPermissionsToUserV1OutputWithDefaults() *AddPermissionsToUserV1Output

NewAddPermissionsToUserV1OutputWithDefaults instantiates a new AddPermissionsToUserV1Output 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 (*AddPermissionsToUserV1Output) GetPermissions ¶

func (o *AddPermissionsToUserV1Output) GetPermissions() []AccessPermissionV1

GetPermissions returns the Permissions field value

func (*AddPermissionsToUserV1Output) GetPermissionsOk ¶

func (o *AddPermissionsToUserV1Output) GetPermissionsOk() ([]AccessPermissionV1, bool)

GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.

func (AddPermissionsToUserV1Output) MarshalJSON ¶

func (o AddPermissionsToUserV1Output) MarshalJSON() ([]byte, error)

func (*AddPermissionsToUserV1Output) SetPermissions ¶

func (o *AddPermissionsToUserV1Output) SetPermissions(v []AccessPermissionV1)

SetPermissions sets field value

func (AddPermissionsToUserV1Output) ToMap ¶

func (o AddPermissionsToUserV1Output) ToMap() (map[string]interface{}, error)

type AddSourceToTrackingPlan200Response ¶

type AddSourceToTrackingPlan200Response struct {
	Data *AddSourceToTrackingPlanV1Output `json:"data,omitempty"`
}

AddSourceToTrackingPlan200Response struct for AddSourceToTrackingPlan200Response

func NewAddSourceToTrackingPlan200Response ¶

func NewAddSourceToTrackingPlan200Response() *AddSourceToTrackingPlan200Response

NewAddSourceToTrackingPlan200Response instantiates a new AddSourceToTrackingPlan200Response 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 NewAddSourceToTrackingPlan200ResponseWithDefaults ¶

func NewAddSourceToTrackingPlan200ResponseWithDefaults() *AddSourceToTrackingPlan200Response

NewAddSourceToTrackingPlan200ResponseWithDefaults instantiates a new AddSourceToTrackingPlan200Response 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 (*AddSourceToTrackingPlan200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*AddSourceToTrackingPlan200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddSourceToTrackingPlan200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (AddSourceToTrackingPlan200Response) MarshalJSON ¶

func (o AddSourceToTrackingPlan200Response) MarshalJSON() ([]byte, error)

func (*AddSourceToTrackingPlan200Response) SetData ¶

SetData gets a reference to the given AddSourceToTrackingPlanV1Output and assigns it to the Data field.

func (AddSourceToTrackingPlan200Response) ToMap ¶

func (o AddSourceToTrackingPlan200Response) ToMap() (map[string]interface{}, error)

type AddSourceToTrackingPlanV1Input ¶

type AddSourceToTrackingPlanV1Input struct {
	// The id of the Source associated with the Tracking Plan.  Config API note: analogous to `sourceName`.
	SourceId string `json:"sourceId"`
}

AddSourceToTrackingPlanV1Input Connects a Source to a Tracking Plan.

func NewAddSourceToTrackingPlanV1Input ¶

func NewAddSourceToTrackingPlanV1Input(sourceId string) *AddSourceToTrackingPlanV1Input

NewAddSourceToTrackingPlanV1Input instantiates a new AddSourceToTrackingPlanV1Input 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 NewAddSourceToTrackingPlanV1InputWithDefaults ¶

func NewAddSourceToTrackingPlanV1InputWithDefaults() *AddSourceToTrackingPlanV1Input

NewAddSourceToTrackingPlanV1InputWithDefaults instantiates a new AddSourceToTrackingPlanV1Input 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 (*AddSourceToTrackingPlanV1Input) GetSourceId ¶

func (o *AddSourceToTrackingPlanV1Input) GetSourceId() string

GetSourceId returns the SourceId field value

func (*AddSourceToTrackingPlanV1Input) GetSourceIdOk ¶

func (o *AddSourceToTrackingPlanV1Input) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (AddSourceToTrackingPlanV1Input) MarshalJSON ¶

func (o AddSourceToTrackingPlanV1Input) MarshalJSON() ([]byte, error)

func (*AddSourceToTrackingPlanV1Input) SetSourceId ¶

func (o *AddSourceToTrackingPlanV1Input) SetSourceId(v string)

SetSourceId sets field value

func (AddSourceToTrackingPlanV1Input) ToMap ¶

func (o AddSourceToTrackingPlanV1Input) ToMap() (map[string]interface{}, error)

type AddSourceToTrackingPlanV1Output ¶

type AddSourceToTrackingPlanV1Output struct {
	// The operation status.
	Status string `json:"status"`
}

AddSourceToTrackingPlanV1Output Connects a Source to a Tracking Plan.

func NewAddSourceToTrackingPlanV1Output ¶

func NewAddSourceToTrackingPlanV1Output(status string) *AddSourceToTrackingPlanV1Output

NewAddSourceToTrackingPlanV1Output instantiates a new AddSourceToTrackingPlanV1Output 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 NewAddSourceToTrackingPlanV1OutputWithDefaults ¶

func NewAddSourceToTrackingPlanV1OutputWithDefaults() *AddSourceToTrackingPlanV1Output

NewAddSourceToTrackingPlanV1OutputWithDefaults instantiates a new AddSourceToTrackingPlanV1Output 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 (*AddSourceToTrackingPlanV1Output) GetStatus ¶

func (o *AddSourceToTrackingPlanV1Output) GetStatus() string

GetStatus returns the Status field value

func (*AddSourceToTrackingPlanV1Output) GetStatusOk ¶

func (o *AddSourceToTrackingPlanV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (AddSourceToTrackingPlanV1Output) MarshalJSON ¶

func (o AddSourceToTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*AddSourceToTrackingPlanV1Output) SetStatus ¶

func (o *AddSourceToTrackingPlanV1Output) SetStatus(v string)

SetStatus sets field value

func (AddSourceToTrackingPlanV1Output) ToMap ¶

func (o AddSourceToTrackingPlanV1Output) ToMap() (map[string]interface{}, error)

type AddUsersToUserGroup200Response ¶

type AddUsersToUserGroup200Response struct {
	Data *AddUsersToUserGroupV1Output `json:"data,omitempty"`
}

AddUsersToUserGroup200Response struct for AddUsersToUserGroup200Response

func NewAddUsersToUserGroup200Response ¶

func NewAddUsersToUserGroup200Response() *AddUsersToUserGroup200Response

NewAddUsersToUserGroup200Response instantiates a new AddUsersToUserGroup200Response 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 NewAddUsersToUserGroup200ResponseWithDefaults ¶

func NewAddUsersToUserGroup200ResponseWithDefaults() *AddUsersToUserGroup200Response

NewAddUsersToUserGroup200ResponseWithDefaults instantiates a new AddUsersToUserGroup200Response 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 (*AddUsersToUserGroup200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*AddUsersToUserGroup200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddUsersToUserGroup200Response) HasData ¶

func (o *AddUsersToUserGroup200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (AddUsersToUserGroup200Response) MarshalJSON ¶

func (o AddUsersToUserGroup200Response) MarshalJSON() ([]byte, error)

func (*AddUsersToUserGroup200Response) SetData ¶

SetData gets a reference to the given AddUsersToUserGroupV1Output and assigns it to the Data field.

func (AddUsersToUserGroup200Response) ToMap ¶

func (o AddUsersToUserGroup200Response) ToMap() (map[string]interface{}, error)

type AddUsersToUserGroupV1Input ¶

type AddUsersToUserGroupV1Input struct {
	// The email addresses of the users and invites to add.
	Emails []string `json:"emails"`
}

AddUsersToUserGroupV1Input Adds a list of users and invites to a user group.

func NewAddUsersToUserGroupV1Input ¶

func NewAddUsersToUserGroupV1Input(emails []string) *AddUsersToUserGroupV1Input

NewAddUsersToUserGroupV1Input instantiates a new AddUsersToUserGroupV1Input 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 NewAddUsersToUserGroupV1InputWithDefaults ¶

func NewAddUsersToUserGroupV1InputWithDefaults() *AddUsersToUserGroupV1Input

NewAddUsersToUserGroupV1InputWithDefaults instantiates a new AddUsersToUserGroupV1Input 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 (*AddUsersToUserGroupV1Input) GetEmails ¶

func (o *AddUsersToUserGroupV1Input) GetEmails() []string

GetEmails returns the Emails field value

func (*AddUsersToUserGroupV1Input) GetEmailsOk ¶

func (o *AddUsersToUserGroupV1Input) GetEmailsOk() ([]string, bool)

GetEmailsOk returns a tuple with the Emails field value and a boolean to check if the value has been set.

func (AddUsersToUserGroupV1Input) MarshalJSON ¶

func (o AddUsersToUserGroupV1Input) MarshalJSON() ([]byte, error)

func (*AddUsersToUserGroupV1Input) SetEmails ¶

func (o *AddUsersToUserGroupV1Input) SetEmails(v []string)

SetEmails sets field value

func (AddUsersToUserGroupV1Input) ToMap ¶

func (o AddUsersToUserGroupV1Input) ToMap() (map[string]interface{}, error)

type AddUsersToUserGroupV1Output ¶

type AddUsersToUserGroupV1Output struct {
	UserGroup UserGroupV1 `json:"userGroup"`
}

AddUsersToUserGroupV1Output Returns the updated user group.

func NewAddUsersToUserGroupV1Output ¶

func NewAddUsersToUserGroupV1Output(userGroup UserGroupV1) *AddUsersToUserGroupV1Output

NewAddUsersToUserGroupV1Output instantiates a new AddUsersToUserGroupV1Output 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 NewAddUsersToUserGroupV1OutputWithDefaults ¶

func NewAddUsersToUserGroupV1OutputWithDefaults() *AddUsersToUserGroupV1Output

NewAddUsersToUserGroupV1OutputWithDefaults instantiates a new AddUsersToUserGroupV1Output 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 (*AddUsersToUserGroupV1Output) GetUserGroup ¶

func (o *AddUsersToUserGroupV1Output) GetUserGroup() UserGroupV1

GetUserGroup returns the UserGroup field value

func (*AddUsersToUserGroupV1Output) GetUserGroupOk ¶

func (o *AddUsersToUserGroupV1Output) GetUserGroupOk() (*UserGroupV1, bool)

GetUserGroupOk returns a tuple with the UserGroup field value and a boolean to check if the value has been set.

func (AddUsersToUserGroupV1Output) MarshalJSON ¶

func (o AddUsersToUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*AddUsersToUserGroupV1Output) SetUserGroup ¶

func (o *AddUsersToUserGroupV1Output) SetUserGroup(v UserGroupV1)

SetUserGroup sets field value

func (AddUsersToUserGroupV1Output) ToMap ¶

func (o AddUsersToUserGroupV1Output) ToMap() (map[string]interface{}, error)

type AdvancedWarehouseSyncScheduleV1Input ¶

type AdvancedWarehouseSyncScheduleV1Input struct {
	// A list that contains the times when syncs should occur.
	Times []WarehouseAdvancedSyncV1 `json:"times"`
	// A TZ-database timezone for this sync schedule.
	Timezone string `json:"timezone"`
}

AdvancedWarehouseSyncScheduleV1Input Defines the advanced sync schedule for a Warehouse.

func NewAdvancedWarehouseSyncScheduleV1Input ¶

func NewAdvancedWarehouseSyncScheduleV1Input(
	times []WarehouseAdvancedSyncV1,
	timezone string,
) *AdvancedWarehouseSyncScheduleV1Input

NewAdvancedWarehouseSyncScheduleV1Input instantiates a new AdvancedWarehouseSyncScheduleV1Input 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 NewAdvancedWarehouseSyncScheduleV1InputWithDefaults ¶

func NewAdvancedWarehouseSyncScheduleV1InputWithDefaults() *AdvancedWarehouseSyncScheduleV1Input

NewAdvancedWarehouseSyncScheduleV1InputWithDefaults instantiates a new AdvancedWarehouseSyncScheduleV1Input 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 (*AdvancedWarehouseSyncScheduleV1Input) GetTimes ¶

GetTimes returns the Times field value

func (*AdvancedWarehouseSyncScheduleV1Input) GetTimesOk ¶

GetTimesOk returns a tuple with the Times field value and a boolean to check if the value has been set.

func (*AdvancedWarehouseSyncScheduleV1Input) GetTimezone ¶

GetTimezone returns the Timezone field value

func (*AdvancedWarehouseSyncScheduleV1Input) GetTimezoneOk ¶

func (o *AdvancedWarehouseSyncScheduleV1Input) GetTimezoneOk() (*string, bool)

GetTimezoneOk returns a tuple with the Timezone field value and a boolean to check if the value has been set.

func (AdvancedWarehouseSyncScheduleV1Input) MarshalJSON ¶

func (o AdvancedWarehouseSyncScheduleV1Input) MarshalJSON() ([]byte, error)

func (*AdvancedWarehouseSyncScheduleV1Input) SetTimes ¶

SetTimes sets field value

func (*AdvancedWarehouseSyncScheduleV1Input) SetTimezone ¶

func (o *AdvancedWarehouseSyncScheduleV1Input) SetTimezone(v string)

SetTimezone sets field value

func (AdvancedWarehouseSyncScheduleV1Input) ToMap ¶

func (o AdvancedWarehouseSyncScheduleV1Input) ToMap() (map[string]interface{}, error)

type AdvancedWarehouseSyncScheduleV1Output ¶

type AdvancedWarehouseSyncScheduleV1Output struct {
	// A list that contains the times when syncs should occur.
	Times []WarehouseAdvancedSyncV1 `json:"times,omitempty"`
	// A TZ-database timezone for this sync schedule.
	Timezone *string `json:"timezone,omitempty"`
}

AdvancedWarehouseSyncScheduleV1Output Defines the advanced sync schedule for a Warehouse.

func NewAdvancedWarehouseSyncScheduleV1Output ¶

func NewAdvancedWarehouseSyncScheduleV1Output() *AdvancedWarehouseSyncScheduleV1Output

NewAdvancedWarehouseSyncScheduleV1Output instantiates a new AdvancedWarehouseSyncScheduleV1Output 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 NewAdvancedWarehouseSyncScheduleV1OutputWithDefaults ¶

func NewAdvancedWarehouseSyncScheduleV1OutputWithDefaults() *AdvancedWarehouseSyncScheduleV1Output

NewAdvancedWarehouseSyncScheduleV1OutputWithDefaults instantiates a new AdvancedWarehouseSyncScheduleV1Output 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 (*AdvancedWarehouseSyncScheduleV1Output) GetTimes ¶

GetTimes returns the Times field value if set, zero value otherwise.

func (*AdvancedWarehouseSyncScheduleV1Output) GetTimesOk ¶

GetTimesOk returns a tuple with the Times field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AdvancedWarehouseSyncScheduleV1Output) GetTimezone ¶

GetTimezone returns the Timezone field value if set, zero value otherwise.

func (*AdvancedWarehouseSyncScheduleV1Output) GetTimezoneOk ¶

func (o *AdvancedWarehouseSyncScheduleV1Output) GetTimezoneOk() (*string, bool)

GetTimezoneOk returns a tuple with the Timezone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AdvancedWarehouseSyncScheduleV1Output) HasTimes ¶

HasTimes returns a boolean if a field has been set.

func (*AdvancedWarehouseSyncScheduleV1Output) HasTimezone ¶

HasTimezone returns a boolean if a field has been set.

func (AdvancedWarehouseSyncScheduleV1Output) MarshalJSON ¶

func (o AdvancedWarehouseSyncScheduleV1Output) MarshalJSON() ([]byte, error)

func (*AdvancedWarehouseSyncScheduleV1Output) SetTimes ¶

SetTimes gets a reference to the given []WarehouseAdvancedSyncV1 and assigns it to the Times field.

func (*AdvancedWarehouseSyncScheduleV1Output) SetTimezone ¶

SetTimezone gets a reference to the given string and assigns it to the Timezone field.

func (AdvancedWarehouseSyncScheduleV1Output) ToMap ¶

func (o AdvancedWarehouseSyncScheduleV1Output) ToMap() (map[string]interface{}, error)

type AllowedLabelBeta ¶

type AllowedLabelBeta struct {
	// The key identifier for this label.
	Key string `json:"key"`
	// The value of this label.
	Value string `json:"value"`
	// A description of what this label represents.
	Description *string `json:"description,omitempty"`
}

AllowedLabelBeta Defines a label that you may apply to resources within a Workspace.

func NewAllowedLabelBeta ¶

func NewAllowedLabelBeta(key string, value string) *AllowedLabelBeta

NewAllowedLabelBeta instantiates a new AllowedLabelBeta 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 NewAllowedLabelBetaWithDefaults ¶

func NewAllowedLabelBetaWithDefaults() *AllowedLabelBeta

NewAllowedLabelBetaWithDefaults instantiates a new AllowedLabelBeta 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 (*AllowedLabelBeta) GetDescription ¶

func (o *AllowedLabelBeta) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*AllowedLabelBeta) GetDescriptionOk ¶

func (o *AllowedLabelBeta) 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 (*AllowedLabelBeta) GetKey ¶

func (o *AllowedLabelBeta) GetKey() string

GetKey returns the Key field value

func (*AllowedLabelBeta) GetKeyOk ¶

func (o *AllowedLabelBeta) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*AllowedLabelBeta) GetValue ¶

func (o *AllowedLabelBeta) GetValue() string

GetValue returns the Value field value

func (*AllowedLabelBeta) GetValueOk ¶

func (o *AllowedLabelBeta) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (*AllowedLabelBeta) HasDescription ¶

func (o *AllowedLabelBeta) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (AllowedLabelBeta) MarshalJSON ¶

func (o AllowedLabelBeta) MarshalJSON() ([]byte, error)

func (*AllowedLabelBeta) SetDescription ¶

func (o *AllowedLabelBeta) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*AllowedLabelBeta) SetKey ¶

func (o *AllowedLabelBeta) SetKey(v string)

SetKey sets field value

func (*AllowedLabelBeta) SetValue ¶

func (o *AllowedLabelBeta) SetValue(v string)

SetValue sets field value

func (AllowedLabelBeta) ToMap ¶

func (o AllowedLabelBeta) ToMap() (map[string]interface{}, error)

type ApiAddActivationToAudienceRequest ¶

type ApiAddActivationToAudienceRequest struct {
	ApiService *ActivationsAPIService
	// contains filtered or unexported fields
}

func (ApiAddActivationToAudienceRequest) AddActivationToAudienceAlphaInput ¶

func (r ApiAddActivationToAudienceRequest) AddActivationToAudienceAlphaInput(
	addActivationToAudienceAlphaInput AddActivationToAudienceAlphaInput,
) ApiAddActivationToAudienceRequest

func (ApiAddActivationToAudienceRequest) Execute ¶

type ApiAddConnectionFromSourceToWarehouseRequest ¶

type ApiAddConnectionFromSourceToWarehouseRequest struct {
	ApiService *WarehousesAPIService
	// contains filtered or unexported fields
}

func (ApiAddConnectionFromSourceToWarehouseRequest) Execute ¶

type ApiAddDestinationToAudienceRequest ¶

type ApiAddDestinationToAudienceRequest struct {
	ApiService *ActivationsAPIService
	// contains filtered or unexported fields
}

func (ApiAddDestinationToAudienceRequest) AddDestinationToAudienceAlphaInput ¶

func (r ApiAddDestinationToAudienceRequest) AddDestinationToAudienceAlphaInput(
	addDestinationToAudienceAlphaInput AddDestinationToAudienceAlphaInput,
) ApiAddDestinationToAudienceRequest

func (ApiAddDestinationToAudienceRequest) Execute ¶

type ApiAddLabelsToSourceRequest ¶

type ApiAddLabelsToSourceRequest struct {
	ApiService *SourcesAPIService
	// contains filtered or unexported fields
}

func (ApiAddLabelsToSourceRequest) AddLabelsToSourceV1Input ¶

func (r ApiAddLabelsToSourceRequest) AddLabelsToSourceV1Input(
	addLabelsToSourceV1Input AddLabelsToSourceV1Input,
) ApiAddLabelsToSourceRequest

func (ApiAddLabelsToSourceRequest) Execute ¶

type ApiAddPermissionsToUserGroupRequest ¶

type ApiAddPermissionsToUserGroupRequest struct {
	ApiService *IAMGroupsAPIService
	// contains filtered or unexported fields
}

func (ApiAddPermissionsToUserGroupRequest) AddPermissionsToUserGroupV1Input ¶

func (r ApiAddPermissionsToUserGroupRequest) AddPermissionsToUserGroupV1Input(
	addPermissionsToUserGroupV1Input AddPermissionsToUserGroupV1Input,
) ApiAddPermissionsToUserGroupRequest

func (ApiAddPermissionsToUserGroupRequest) Execute ¶

type ApiAddPermissionsToUserRequest ¶

type ApiAddPermissionsToUserRequest struct {
	ApiService *IAMUsersAPIService
	// contains filtered or unexported fields
}

func (ApiAddPermissionsToUserRequest) AddPermissionsToUserV1Input ¶

func (r ApiAddPermissionsToUserRequest) AddPermissionsToUserV1Input(
	addPermissionsToUserV1Input AddPermissionsToUserV1Input,
) ApiAddPermissionsToUserRequest

func (ApiAddPermissionsToUserRequest) Execute ¶

type ApiAddSourceToTrackingPlanRequest ¶

type ApiAddSourceToTrackingPlanRequest struct {
	ApiService *TrackingPlansAPIService
	// contains filtered or unexported fields
}

func (ApiAddSourceToTrackingPlanRequest) AddSourceToTrackingPlanV1Input ¶

func (r ApiAddSourceToTrackingPlanRequest) AddSourceToTrackingPlanV1Input(
	addSourceToTrackingPlanV1Input AddSourceToTrackingPlanV1Input,
) ApiAddSourceToTrackingPlanRequest

func (ApiAddSourceToTrackingPlanRequest) Execute ¶

type ApiAddUsersToUserGroupRequest ¶

type ApiAddUsersToUserGroupRequest struct {
	ApiService *IAMGroupsAPIService
	// contains filtered or unexported fields
}

func (ApiAddUsersToUserGroupRequest) AddUsersToUserGroupV1Input ¶

func (r ApiAddUsersToUserGroupRequest) AddUsersToUserGroupV1Input(
	addUsersToUserGroupV1Input AddUsersToUserGroupV1Input,
) ApiAddUsersToUserGroupRequest

func (ApiAddUsersToUserGroupRequest) Execute ¶

type ApiBatchQueryMessagingSubscriptionsForSpaceRequest ¶

type ApiBatchQueryMessagingSubscriptionsForSpaceRequest struct {
	ApiService *SpacesAPIService
	// contains filtered or unexported fields
}

func (ApiBatchQueryMessagingSubscriptionsForSpaceRequest) BatchQueryMessagingSubscriptionsForSpaceAlphaInput ¶

func (r ApiBatchQueryMessagingSubscriptionsForSpaceRequest) BatchQueryMessagingSubscriptionsForSpaceAlphaInput(
	batchQueryMessagingSubscriptionsForSpaceAlphaInput BatchQueryMessagingSubscriptionsForSpaceAlphaInput,
) ApiBatchQueryMessagingSubscriptionsForSpaceRequest

func (ApiBatchQueryMessagingSubscriptionsForSpaceRequest) Execute ¶

type ApiCancelReverseETLSyncForModelRequest ¶

type ApiCancelReverseETLSyncForModelRequest struct {
	ApiService *ReverseETLAPIService
	// contains filtered or unexported fields
}

func (ApiCancelReverseETLSyncForModelRequest) CancelReverseETLSyncForModelInput ¶

func (r ApiCancelReverseETLSyncForModelRequest) CancelReverseETLSyncForModelInput(
	cancelReverseETLSyncForModelInput CancelReverseETLSyncForModelInput,
) ApiCancelReverseETLSyncForModelRequest

func (ApiCancelReverseETLSyncForModelRequest) Execute ¶

type ApiCreateAudiencePreviewRequest ¶

type ApiCreateAudiencePreviewRequest struct {
	ApiService *AudiencesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateAudiencePreviewRequest) CreateAudiencePreviewBetaInput ¶

func (r ApiCreateAudiencePreviewRequest) CreateAudiencePreviewBetaInput(
	createAudiencePreviewBetaInput CreateAudiencePreviewBetaInput,
) ApiCreateAudiencePreviewRequest

func (ApiCreateAudiencePreviewRequest) Execute ¶

type ApiCreateAudienceRequest ¶

type ApiCreateAudienceRequest struct {
	ApiService *AudiencesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateAudienceRequest) CreateAudienceBetaInput ¶

func (r ApiCreateAudienceRequest) CreateAudienceBetaInput(
	createAudienceBetaInput CreateAudienceBetaInput,
) ApiCreateAudienceRequest

func (ApiCreateAudienceRequest) Execute ¶

type ApiCreateCloudSourceRegulationRequest ¶

type ApiCreateCloudSourceRegulationRequest struct {
	ApiService *DeletionAndSuppressionAPIService
	// contains filtered or unexported fields
}

func (ApiCreateCloudSourceRegulationRequest) CreateCloudSourceRegulationV1Input ¶

func (r ApiCreateCloudSourceRegulationRequest) CreateCloudSourceRegulationV1Input(
	createCloudSourceRegulationV1Input CreateCloudSourceRegulationV1Input,
) ApiCreateCloudSourceRegulationRequest

func (ApiCreateCloudSourceRegulationRequest) Execute ¶

type ApiCreateComputedTraitRequest ¶

type ApiCreateComputedTraitRequest struct {
	ApiService *ComputedTraitsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateComputedTraitRequest) CreateComputedTraitAlphaInput ¶

func (r ApiCreateComputedTraitRequest) CreateComputedTraitAlphaInput(
	createComputedTraitAlphaInput CreateComputedTraitAlphaInput,
) ApiCreateComputedTraitRequest

func (ApiCreateComputedTraitRequest) Execute ¶

type ApiCreateDbtModelSyncTriggerRequest ¶

type ApiCreateDbtModelSyncTriggerRequest struct {
	ApiService *DbtAPIService
	// contains filtered or unexported fields
}

func (ApiCreateDbtModelSyncTriggerRequest) CreateDbtModelSyncTriggerInput ¶

func (r ApiCreateDbtModelSyncTriggerRequest) CreateDbtModelSyncTriggerInput(
	createDbtModelSyncTriggerInput CreateDbtModelSyncTriggerInput,
) ApiCreateDbtModelSyncTriggerRequest

func (ApiCreateDbtModelSyncTriggerRequest) Execute ¶

type ApiCreateDestinationRequest ¶

type ApiCreateDestinationRequest struct {
	ApiService *DestinationsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateDestinationRequest) CreateDestinationV1Input ¶

func (r ApiCreateDestinationRequest) CreateDestinationV1Input(
	createDestinationV1Input CreateDestinationV1Input,
) ApiCreateDestinationRequest

func (ApiCreateDestinationRequest) Execute ¶

type ApiCreateDestinationSubscriptionRequest ¶

type ApiCreateDestinationSubscriptionRequest struct {
	ApiService *DestinationsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateDestinationSubscriptionRequest) CreateDestinationSubscriptionAlphaInput ¶

func (r ApiCreateDestinationSubscriptionRequest) CreateDestinationSubscriptionAlphaInput(
	createDestinationSubscriptionAlphaInput CreateDestinationSubscriptionAlphaInput,
) ApiCreateDestinationSubscriptionRequest

func (ApiCreateDestinationSubscriptionRequest) Execute ¶

type ApiCreateDownloadRequest ¶

type ApiCreateDownloadRequest struct {
	ApiService *CustomerInsightsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateDownloadRequest) CreateDownloadAlphaInput ¶

func (r ApiCreateDownloadRequest) CreateDownloadAlphaInput(
	createDownloadAlphaInput CreateDownloadAlphaInput,
) ApiCreateDownloadRequest

func (ApiCreateDownloadRequest) Execute ¶

type ApiCreateEdgeFunctionsRequest ¶

type ApiCreateEdgeFunctionsRequest struct {
	ApiService *EdgeFunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateEdgeFunctionsRequest) CreateEdgeFunctionsAlphaInput ¶

func (r ApiCreateEdgeFunctionsRequest) CreateEdgeFunctionsAlphaInput(
	createEdgeFunctionsAlphaInput CreateEdgeFunctionsAlphaInput,
) ApiCreateEdgeFunctionsRequest

func (ApiCreateEdgeFunctionsRequest) Execute ¶

type ApiCreateFilterForDestinationRequest ¶

type ApiCreateFilterForDestinationRequest struct {
	ApiService *DestinationFiltersAPIService
	// contains filtered or unexported fields
}

func (ApiCreateFilterForDestinationRequest) CreateFilterForDestinationV1Input ¶

func (r ApiCreateFilterForDestinationRequest) CreateFilterForDestinationV1Input(
	createFilterForDestinationV1Input CreateFilterForDestinationV1Input,
) ApiCreateFilterForDestinationRequest

func (ApiCreateFilterForDestinationRequest) Execute ¶

type ApiCreateFilterForSpaceRequest ¶

type ApiCreateFilterForSpaceRequest struct {
	ApiService *SpaceFiltersAPIService
	// contains filtered or unexported fields
}

func (ApiCreateFilterForSpaceRequest) CreateFilterForSpaceInput ¶

func (r ApiCreateFilterForSpaceRequest) CreateFilterForSpaceInput(
	createFilterForSpaceInput CreateFilterForSpaceInput,
) ApiCreateFilterForSpaceRequest

func (ApiCreateFilterForSpaceRequest) Execute ¶

type ApiCreateFunctionDeploymentRequest ¶

type ApiCreateFunctionDeploymentRequest struct {
	ApiService *FunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateFunctionDeploymentRequest) Execute ¶

type ApiCreateFunctionRequest ¶

type ApiCreateFunctionRequest struct {
	ApiService *FunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateFunctionRequest) CreateFunctionV1Input ¶

func (r ApiCreateFunctionRequest) CreateFunctionV1Input(
	createFunctionV1Input CreateFunctionV1Input,
) ApiCreateFunctionRequest

func (ApiCreateFunctionRequest) Execute ¶

type ApiCreateInsertFunctionInstanceRequest ¶

type ApiCreateInsertFunctionInstanceRequest struct {
	ApiService *FunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateInsertFunctionInstanceRequest) CreateInsertFunctionInstanceAlphaInput ¶

func (r ApiCreateInsertFunctionInstanceRequest) CreateInsertFunctionInstanceAlphaInput(
	createInsertFunctionInstanceAlphaInput CreateInsertFunctionInstanceAlphaInput,
) ApiCreateInsertFunctionInstanceRequest

func (ApiCreateInsertFunctionInstanceRequest) Execute ¶

type ApiCreateInvitesRequest ¶

type ApiCreateInvitesRequest struct {
	ApiService *IAMUsersAPIService
	// contains filtered or unexported fields
}

func (ApiCreateInvitesRequest) CreateInvitesV1Input ¶

func (r ApiCreateInvitesRequest) CreateInvitesV1Input(
	createInvitesV1Input CreateInvitesV1Input,
) ApiCreateInvitesRequest

func (ApiCreateInvitesRequest) Execute ¶

type ApiCreateLabelRequest ¶

type ApiCreateLabelRequest struct {
	ApiService *LabelsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateLabelRequest) CreateLabelV1Input ¶

func (r ApiCreateLabelRequest) CreateLabelV1Input(
	createLabelV1Input CreateLabelV1Input,
) ApiCreateLabelRequest

func (ApiCreateLabelRequest) Execute ¶

type ApiCreateProfilesWarehouseRequest ¶

type ApiCreateProfilesWarehouseRequest struct {
	ApiService *ProfilesSyncAPIService
	// contains filtered or unexported fields
}

func (ApiCreateProfilesWarehouseRequest) CreateProfilesWarehouseAlphaInput ¶

func (r ApiCreateProfilesWarehouseRequest) CreateProfilesWarehouseAlphaInput(
	createProfilesWarehouseAlphaInput CreateProfilesWarehouseAlphaInput,
) ApiCreateProfilesWarehouseRequest

func (ApiCreateProfilesWarehouseRequest) Execute ¶

type ApiCreateReverseETLManualSyncRequest ¶

type ApiCreateReverseETLManualSyncRequest struct {
	ApiService *ReverseETLAPIService
	// contains filtered or unexported fields
}

func (ApiCreateReverseETLManualSyncRequest) CreateReverseETLManualSyncInput ¶

func (r ApiCreateReverseETLManualSyncRequest) CreateReverseETLManualSyncInput(
	createReverseETLManualSyncInput CreateReverseETLManualSyncInput,
) ApiCreateReverseETLManualSyncRequest

func (ApiCreateReverseETLManualSyncRequest) Execute ¶

type ApiCreateReverseEtlModelRequest ¶

type ApiCreateReverseEtlModelRequest struct {
	ApiService *ReverseETLAPIService
	// contains filtered or unexported fields
}

func (ApiCreateReverseEtlModelRequest) CreateReverseEtlModelInput ¶

func (r ApiCreateReverseEtlModelRequest) CreateReverseEtlModelInput(
	createReverseEtlModelInput CreateReverseEtlModelInput,
) ApiCreateReverseEtlModelRequest

func (ApiCreateReverseEtlModelRequest) Execute ¶

type ApiCreateSourceRegulationRequest ¶

type ApiCreateSourceRegulationRequest struct {
	ApiService *DeletionAndSuppressionAPIService
	// contains filtered or unexported fields
}

func (ApiCreateSourceRegulationRequest) CreateSourceRegulationV1Input ¶

func (r ApiCreateSourceRegulationRequest) CreateSourceRegulationV1Input(
	createSourceRegulationV1Input CreateSourceRegulationV1Input,
) ApiCreateSourceRegulationRequest

func (ApiCreateSourceRegulationRequest) Execute ¶

type ApiCreateSourceRequest ¶

type ApiCreateSourceRequest struct {
	ApiService *SourcesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateSourceRequest) CreateSourceV1Input ¶

func (r ApiCreateSourceRequest) CreateSourceV1Input(
	createSourceV1Input CreateSourceV1Input,
) ApiCreateSourceRequest

func (ApiCreateSourceRequest) Execute ¶

type ApiCreateTrackingPlanRequest ¶

type ApiCreateTrackingPlanRequest struct {
	ApiService *TrackingPlansAPIService
	// contains filtered or unexported fields
}

func (ApiCreateTrackingPlanRequest) CreateTrackingPlanV1Input ¶

func (r ApiCreateTrackingPlanRequest) CreateTrackingPlanV1Input(
	createTrackingPlanV1Input CreateTrackingPlanV1Input,
) ApiCreateTrackingPlanRequest

func (ApiCreateTrackingPlanRequest) Execute ¶

type ApiCreateTransformationRequest ¶

type ApiCreateTransformationRequest struct {
	ApiService *TransformationsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateTransformationRequest) CreateTransformationV1Input ¶

func (r ApiCreateTransformationRequest) CreateTransformationV1Input(
	createTransformationV1Input CreateTransformationV1Input,
) ApiCreateTransformationRequest

func (ApiCreateTransformationRequest) Execute ¶

type ApiCreateUserGroupRequest ¶

type ApiCreateUserGroupRequest struct {
	ApiService *IAMGroupsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateUserGroupRequest) CreateUserGroupV1Input ¶

func (r ApiCreateUserGroupRequest) CreateUserGroupV1Input(
	createUserGroupV1Input CreateUserGroupV1Input,
) ApiCreateUserGroupRequest

func (ApiCreateUserGroupRequest) Execute ¶

type ApiCreateValidationInWarehouseRequest ¶

type ApiCreateValidationInWarehouseRequest struct {
	ApiService *WarehousesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateValidationInWarehouseRequest) CreateValidationInWarehouseV1Input ¶

func (r ApiCreateValidationInWarehouseRequest) CreateValidationInWarehouseV1Input(
	createValidationInWarehouseV1Input CreateValidationInWarehouseV1Input,
) ApiCreateValidationInWarehouseRequest

func (ApiCreateValidationInWarehouseRequest) Execute ¶

type ApiCreateWarehouseRequest ¶

type ApiCreateWarehouseRequest struct {
	ApiService *WarehousesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateWarehouseRequest) CreateWarehouseV1Input ¶

func (r ApiCreateWarehouseRequest) CreateWarehouseV1Input(
	createWarehouseV1Input CreateWarehouseV1Input,
) ApiCreateWarehouseRequest

func (ApiCreateWarehouseRequest) Execute ¶

type ApiCreateWorkspaceRegulationRequest ¶

type ApiCreateWorkspaceRegulationRequest struct {
	ApiService *DeletionAndSuppressionAPIService
	// contains filtered or unexported fields
}

func (ApiCreateWorkspaceRegulationRequest) CreateWorkspaceRegulationV1Input ¶

func (r ApiCreateWorkspaceRegulationRequest) CreateWorkspaceRegulationV1Input(
	createWorkspaceRegulationV1Input CreateWorkspaceRegulationV1Input,
) ApiCreateWorkspaceRegulationRequest

func (ApiCreateWorkspaceRegulationRequest) Execute ¶

type ApiCreateWriteKeyForSourceRequest ¶

type ApiCreateWriteKeyForSourceRequest struct {
	ApiService *SourcesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateWriteKeyForSourceRequest) Execute ¶

type ApiDeleteDestinationRequest ¶

type ApiDeleteDestinationRequest struct {
	ApiService *DestinationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteDestinationRequest) Execute ¶

type ApiDeleteFilterByIdRequest ¶

type ApiDeleteFilterByIdRequest struct {
	ApiService *SpaceFiltersAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteFilterByIdRequest) Execute ¶

type ApiDeleteFunctionRequest ¶

type ApiDeleteFunctionRequest struct {
	ApiService *FunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteFunctionRequest) Execute ¶

type ApiDeleteInsertFunctionInstanceRequest ¶

type ApiDeleteInsertFunctionInstanceRequest struct {
	ApiService *FunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteInsertFunctionInstanceRequest) Execute ¶

type ApiDeleteInvitesRequest ¶

type ApiDeleteInvitesRequest struct {
	ApiService *IAMUsersAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteInvitesRequest) Emails ¶

The list of emails to delete invites for. This parameter exists in v1.

func (ApiDeleteInvitesRequest) Execute ¶

type ApiDeleteLabelRequest ¶

type ApiDeleteLabelRequest struct {
	ApiService *LabelsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteLabelRequest) Execute ¶

type ApiDeleteRegulationRequest ¶

type ApiDeleteRegulationRequest struct {
	ApiService *DeletionAndSuppressionAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteRegulationRequest) Execute ¶

type ApiDeleteReverseEtlModelRequest ¶

type ApiDeleteReverseEtlModelRequest struct {
	ApiService *ReverseETLAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteReverseEtlModelRequest) Execute ¶

type ApiDeleteSourceRequest ¶

type ApiDeleteSourceRequest struct {
	ApiService *SourcesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteSourceRequest) Execute ¶

type ApiDeleteTrackingPlanRequest ¶

type ApiDeleteTrackingPlanRequest struct {
	ApiService *TrackingPlansAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteTrackingPlanRequest) Execute ¶

type ApiDeleteTransformationRequest ¶

type ApiDeleteTransformationRequest struct {
	ApiService *TransformationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteTransformationRequest) Execute ¶

type ApiDeleteUserGroupRequest ¶

type ApiDeleteUserGroupRequest struct {
	ApiService *IAMGroupsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteUserGroupRequest) Execute ¶

type ApiDeleteUsersRequest ¶

type ApiDeleteUsersRequest struct {
	ApiService *IAMUsersAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteUsersRequest) Execute ¶

func (ApiDeleteUsersRequest) UserIds ¶

func (r ApiDeleteUsersRequest) UserIds(userIds []string) ApiDeleteUsersRequest

The ids of the users to remove. This parameter exists in v1.

type ApiDeleteWarehouseRequest ¶

type ApiDeleteWarehouseRequest struct {
	ApiService *WarehousesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteWarehouseRequest) Execute ¶

type ApiDisableEdgeFunctionsRequest ¶

type ApiDisableEdgeFunctionsRequest struct {
	ApiService *EdgeFunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiDisableEdgeFunctionsRequest) Execute ¶

type ApiEchoRequest ¶

type ApiEchoRequest struct {
	ApiService *TestingAPIService
	// contains filtered or unexported fields
}

func (ApiEchoRequest) Delay ¶

func (r ApiEchoRequest) Delay(delay float32) ApiEchoRequest

The desired response delay, in milliseconds. This parameter exists in alpha.

func (ApiEchoRequest) Execute ¶

func (r ApiEchoRequest) Execute() (*Echo200Response, *http.Response, error)

func (ApiEchoRequest) Message ¶

func (r ApiEchoRequest) Message(message string) ApiEchoRequest

Sets the response `message` field. The response contains this field's entry. This parameter exists in alpha.

func (ApiEchoRequest) StatusCode ¶

func (r ApiEchoRequest) StatusCode(statusCode float32) ApiEchoRequest

Sets the HTTP status code to return. This parameter exists in alpha.

func (ApiEchoRequest) TriggerError ¶

func (r ApiEchoRequest) TriggerError(triggerError bool) ApiEchoRequest

If `true`, returns an HTTP `4xx` error that contains the string in `message`. This parameter exists in alpha.

func (ApiEchoRequest) TriggerMultipleErrors ¶

func (r ApiEchoRequest) TriggerMultipleErrors(triggerMultipleErrors bool) ApiEchoRequest

If `true`, returns an HTTP `4xx` error that contains the value of the `message` field in the error message array. This has no effect if the request sets `triggerError`. This parameter exists in alpha.

func (ApiEchoRequest) TriggerUnexpectedError ¶

func (r ApiEchoRequest) TriggerUnexpectedError(triggerUnexpectedError bool) ApiEchoRequest

If `true`, triggers a `500` error. This has no effect if the request sets either `triggerError` or `triggerMultipleErrors`. This parameter exists in alpha.

type ApiGenerateUploadURLForEdgeFunctionsRequest ¶

type ApiGenerateUploadURLForEdgeFunctionsRequest struct {
	ApiService *EdgeFunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiGenerateUploadURLForEdgeFunctionsRequest) Execute ¶

type ApiGetActivationFromAudienceRequest ¶

type ApiGetActivationFromAudienceRequest struct {
	ApiService *ActivationsAPIService
	// contains filtered or unexported fields
}

func (ApiGetActivationFromAudienceRequest) Execute ¶

type ApiGetAdvancedSyncScheduleFromWarehouseRequest ¶

type ApiGetAdvancedSyncScheduleFromWarehouseRequest struct {
	ApiService *SelectiveSyncAPIService
	// contains filtered or unexported fields
}

func (ApiGetAdvancedSyncScheduleFromWarehouseRequest) Execute ¶

type ApiGetAudiencePreviewRequest ¶

type ApiGetAudiencePreviewRequest struct {
	ApiService *AudiencesAPIService
	// contains filtered or unexported fields
}

func (ApiGetAudiencePreviewRequest) Execute ¶

type ApiGetAudienceRequest ¶

type ApiGetAudienceRequest struct {
	ApiService *AudiencesAPIService
	// contains filtered or unexported fields
}

func (ApiGetAudienceRequest) Execute ¶

func (ApiGetAudienceRequest) Include ¶

Additional resource to include, support schedules only. This parameter exists in alpha.

type ApiGetAudienceScheduleFromSpaceAndAudienceRequest ¶

type ApiGetAudienceScheduleFromSpaceAndAudienceRequest struct {
	ApiService *AudiencesAPIService
	// contains filtered or unexported fields
}

func (ApiGetAudienceScheduleFromSpaceAndAudienceRequest) Execute ¶

type ApiGetComputedTraitRequest ¶

type ApiGetComputedTraitRequest struct {
	ApiService *ComputedTraitsAPIService
	// contains filtered or unexported fields
}

func (ApiGetComputedTraitRequest) Execute ¶

type ApiGetConnectionStateFromWarehouseRequest ¶

type ApiGetConnectionStateFromWarehouseRequest struct {
	ApiService *WarehousesAPIService
	// contains filtered or unexported fields
}

func (ApiGetConnectionStateFromWarehouseRequest) Execute ¶

type ApiGetDailyPerSourceAPICallsUsageRequest ¶

type ApiGetDailyPerSourceAPICallsUsageRequest struct {
	ApiService *APICallsAPIService
	// contains filtered or unexported fields
}

func (ApiGetDailyPerSourceAPICallsUsageRequest) Execute ¶

func (ApiGetDailyPerSourceAPICallsUsageRequest) Pagination ¶

Pagination input for per Source API calls counts. This parameter exists in v1.

func (ApiGetDailyPerSourceAPICallsUsageRequest) Period ¶

The start of the usage month in the ISO-8601 format. This parameter exists in v1.

type ApiGetDailyPerSourceMTUUsageRequest ¶

type ApiGetDailyPerSourceMTUUsageRequest struct {
	ApiService *MonthlyTrackedUsersAPIService
	// contains filtered or unexported fields
}

func (ApiGetDailyPerSourceMTUUsageRequest) Execute ¶

func (ApiGetDailyPerSourceMTUUsageRequest) Pagination ¶

Pagination input for per Source MTU counts. This parameter exists in v1.

func (ApiGetDailyPerSourceMTUUsageRequest) Period ¶

The start of the usage month, in the ISO-8601 format. This parameter exists in v1.

type ApiGetDailyWorkspaceAPICallsUsageRequest ¶

type ApiGetDailyWorkspaceAPICallsUsageRequest struct {
	ApiService *APICallsAPIService
	// contains filtered or unexported fields
}

func (ApiGetDailyWorkspaceAPICallsUsageRequest) Execute ¶

func (ApiGetDailyWorkspaceAPICallsUsageRequest) Pagination ¶

Pagination input for Workspace API call counts. This parameter exists in v1.

func (ApiGetDailyWorkspaceAPICallsUsageRequest) Period ¶

The start of the usage month in the ISO-8601 format. This parameter exists in v1.

type ApiGetDailyWorkspaceMTUUsageRequest ¶

type ApiGetDailyWorkspaceMTUUsageRequest struct {
	ApiService *MonthlyTrackedUsersAPIService
	// contains filtered or unexported fields
}

func (ApiGetDailyWorkspaceMTUUsageRequest) Execute ¶

func (ApiGetDailyWorkspaceMTUUsageRequest) Pagination ¶

Pagination input for Workspace MTU counts. This parameter exists in v1.

func (ApiGetDailyWorkspaceMTUUsageRequest) Period ¶

The start of the usage month, in the ISO-8601 format. This parameter exists in v1.

type ApiGetDestinationMetadataRequest ¶

type ApiGetDestinationMetadataRequest struct {
	ApiService *CatalogAPIService
	// contains filtered or unexported fields
}

func (ApiGetDestinationMetadataRequest) Execute ¶

type ApiGetDestinationRequest ¶

type ApiGetDestinationRequest struct {
	ApiService *DestinationsAPIService
	// contains filtered or unexported fields
}

func (ApiGetDestinationRequest) Execute ¶

type ApiGetDestinationsCatalogRequest ¶

type ApiGetDestinationsCatalogRequest struct {
	ApiService *CatalogAPIService
	// contains filtered or unexported fields
}

func (ApiGetDestinationsCatalogRequest) Execute ¶

func (ApiGetDestinationsCatalogRequest) Pagination ¶

Required pagination parameters used to filter the Destinations catalog. This parameter exists in v1.

type ApiGetEgressFailedMetricsFromDeliveryOverviewRequest ¶

type ApiGetEgressFailedMetricsFromDeliveryOverviewRequest struct {
	ApiService *DeliveryOverviewAPIService
	// contains filtered or unexported fields
}

func (ApiGetEgressFailedMetricsFromDeliveryOverviewRequest) DestinationConfigId ¶

The id tied to a Workspace Destination. This parameter exists in beta.

func (ApiGetEgressFailedMetricsFromDeliveryOverviewRequest) EndTime ¶

The ISO8601 formatted timestamp corresponding to the end of the requested time frame, noninclusive. This parameter exists in beta.

func (ApiGetEgressFailedMetricsFromDeliveryOverviewRequest) Execute ¶

func (ApiGetEgressFailedMetricsFromDeliveryOverviewRequest) Filter ¶

An optional filter for `event Name`, `event Type`, `discard Reason`, `app Version`, `subscription Id`, `activationId`, `audienceId`, and/or `spaceId` that can be applied in addition to a `group By`. This parameter exists in beta.

func (ApiGetEgressFailedMetricsFromDeliveryOverviewRequest) Granularity ¶

The size of each bucket in the requested window. Based on the granularity chosen, there are restrictions on the time range you can query: **Minute**: - Max time range: 4 hours - Oldest possible start time: 48 hours in the past **Hour**: - Max Time range: 14 days - Oldest possible start time: 30 days in the past **Day**: - Max time range: 30 days - Oldest possible start time: 30 days in the past This parameter exists in beta.

func (ApiGetEgressFailedMetricsFromDeliveryOverviewRequest) GroupBy ¶

A comma-delimited list of strings representing one or more dimensions to group the result by. Valid options are: `event Name`, `event Type`, `discard Reason`, `app Version`, `subscription Id`, `activationId`, `audienceId`, and `spaceId`. This parameter exists in beta.

func (ApiGetEgressFailedMetricsFromDeliveryOverviewRequest) Pagination ¶

Params to specify the page cursor and count. This parameter exists in beta.

func (ApiGetEgressFailedMetricsFromDeliveryOverviewRequest) SourceId ¶

The sourceId for the Workspace. This parameter exists in beta.

func (ApiGetEgressFailedMetricsFromDeliveryOverviewRequest) StartTime ¶

The ISO8601 formatted timestamp corresponding to the beginning of the requested time frame, inclusive. This parameter exists in beta.

type ApiGetEgressSuccessMetricsFromDeliveryOverviewRequest ¶

type ApiGetEgressSuccessMetricsFromDeliveryOverviewRequest struct {
	ApiService *DeliveryOverviewAPIService
	// contains filtered or unexported fields
}

func (ApiGetEgressSuccessMetricsFromDeliveryOverviewRequest) DestinationConfigId ¶

The id tied to a Workspace Destination. This parameter exists in beta.

func (ApiGetEgressSuccessMetricsFromDeliveryOverviewRequest) EndTime ¶

The ISO8601 formatted timestamp corresponding to the end of the requested time frame, noninclusive. This parameter exists in beta.

func (ApiGetEgressSuccessMetricsFromDeliveryOverviewRequest) Execute ¶

func (ApiGetEgressSuccessMetricsFromDeliveryOverviewRequest) Filter ¶

An optional filter for `event Name`, `event Type`, `discard Reason`, `appVersion`, `subscription Id`, `activationId`, `audienceId`, or `spaceId` that can be applied in addition to a `group By`. If you would like to view retry attempts for a successful delivery, you can filter `discard Reason` from `successes.attempt.1` through `successes.attempt.10`. This parameter exists in beta.

func (ApiGetEgressSuccessMetricsFromDeliveryOverviewRequest) Granularity ¶

The size of each bucket in the requested window. Based on the granularity chosen, there are restrictions on the time range you can query: **Minute**: - Max time range: 4 hours - Oldest possible start time: 48 hours in the past **Hour**: - Max Time range: 14 days - Oldest possible start time: 30 days in the past **Day**: - Max time range: 30 days - Oldest possible start time: 30 days in the past This parameter exists in beta.

func (ApiGetEgressSuccessMetricsFromDeliveryOverviewRequest) GroupBy ¶

A comma-delimited list of strings representing one or more dimensions to group the result by. Valid options are: `event Name`, `event Type`, `discard Reason`, `app Version`, `subscription Id`, `activationId`, `audienceId`, and `spaceId`. This parameter exists in beta.

func (ApiGetEgressSuccessMetricsFromDeliveryOverviewRequest) Pagination ¶

Params to specify the page cursor and count. This parameter exists in beta.

func (ApiGetEgressSuccessMetricsFromDeliveryOverviewRequest) SourceId ¶

The sourceId for the Workspace. This parameter exists in beta.

func (ApiGetEgressSuccessMetricsFromDeliveryOverviewRequest) StartTime ¶

The ISO8601 formatted timestamp corresponding to the beginning of the requested time frame, inclusive. This parameter exists in beta.

type ApiGetEventsVolumeFromWorkspaceRequest ¶

type ApiGetEventsVolumeFromWorkspaceRequest struct {
	ApiService *EventsAPIService
	// contains filtered or unexported fields
}

func (ApiGetEventsVolumeFromWorkspaceRequest) AppVersion ¶

A list of strings which filters the results to the given AppVersions. This parameter exists in v1.

func (ApiGetEventsVolumeFromWorkspaceRequest) EndTime ¶

The ISO8601 formatted timestamp that corresponds to the end of the requested time frame, noninclusive. Segment recommends that you lag queries 1 minute behind clock time to reduce the risk for latency to impact the counts. This parameter exists in v1.

func (ApiGetEventsVolumeFromWorkspaceRequest) EventName ¶

A list of strings which filters the results to the given EventNames. This parameter exists in v1.

func (ApiGetEventsVolumeFromWorkspaceRequest) EventType ¶

A list of strings which filters the results to the given EventTypes. This parameter exists in v1.

func (ApiGetEventsVolumeFromWorkspaceRequest) Execute ¶

func (ApiGetEventsVolumeFromWorkspaceRequest) Granularity ¶

The size of each bucket in the requested window. This parameter exists in v1.

func (ApiGetEventsVolumeFromWorkspaceRequest) GroupBy ¶

A comma-delimited list of strings that represents the dimensions to group the result by. The options are: `eventName`, `eventType` and `source`. This parameter exists in v1.

func (ApiGetEventsVolumeFromWorkspaceRequest) Pagination ¶

Pagination input for event volume by Workspace. This parameter exists in v1.

func (ApiGetEventsVolumeFromWorkspaceRequest) SourceId ¶

A list of strings which filters the results to the given SourceIds. This parameter exists in v1.

func (ApiGetEventsVolumeFromWorkspaceRequest) StartTime ¶

The ISO8601 formatted timestamp that corresponds to the beginning of the requested time frame, inclusive. This parameter exists in v1.

type ApiGetFilterByIdRequest ¶

type ApiGetFilterByIdRequest struct {
	ApiService *SpaceFiltersAPIService
	// contains filtered or unexported fields
}

func (ApiGetFilterByIdRequest) Execute ¶

type ApiGetFilterInDestinationRequest ¶

type ApiGetFilterInDestinationRequest struct {
	ApiService *DestinationFiltersAPIService
	// contains filtered or unexported fields
}

func (ApiGetFilterInDestinationRequest) Execute ¶

type ApiGetFilteredAtDestinationMetricsFromDeliveryOverviewRequest ¶

type ApiGetFilteredAtDestinationMetricsFromDeliveryOverviewRequest struct {
	ApiService *DeliveryOverviewAPIService
	// contains filtered or unexported fields
}

func (ApiGetFilteredAtDestinationMetricsFromDeliveryOverviewRequest) DestinationConfigId ¶

The id tied to a Workspace Destination. This parameter exists in beta.

func (ApiGetFilteredAtDestinationMetricsFromDeliveryOverviewRequest) EndTime ¶

The ISO8601 formatted timestamp corresponding to the end of the requested time frame, noninclusive. This parameter exists in beta.

func (ApiGetFilteredAtDestinationMetricsFromDeliveryOverviewRequest) Execute ¶

func (ApiGetFilteredAtDestinationMetricsFromDeliveryOverviewRequest) Filter ¶

An optional filter for `event Name`, `event Type`, `discard Reason`, `app Version`, `subscription Id`, `activationId`, `audienceId`, and/or `spaceId` that can be applied in addition to a `group By`. This parameter exists in beta.

func (ApiGetFilteredAtDestinationMetricsFromDeliveryOverviewRequest) Granularity ¶

The size of each bucket in the requested window. Based on the granularity chosen, there are restrictions on the time range you can query: **Minute**: - Max time range: 4 hours - Oldest possible start time: 48 hours in the past **Hour**: - Max Time range: 14 days - Oldest possible start time: 30 days in the past **Day**: - Max time range: 30 days - Oldest possible start time: 30 days in the past This parameter exists in beta.

func (ApiGetFilteredAtDestinationMetricsFromDeliveryOverviewRequest) GroupBy ¶

A comma-delimited list of strings representing one or more dimensions to group the result by. Valid options are: `event Name`, `event Type`, `discard Reason`, `app Version`, `subscription Id`, `activationId`, `audienceId`, and `spaceId`. This parameter exists in beta.

func (ApiGetFilteredAtDestinationMetricsFromDeliveryOverviewRequest) Pagination ¶

Params to specify the page cursor and count. This parameter exists in beta.

func (ApiGetFilteredAtDestinationMetricsFromDeliveryOverviewRequest) SourceId ¶

The sourceId for the Workspace. This parameter exists in beta.

func (ApiGetFilteredAtDestinationMetricsFromDeliveryOverviewRequest) StartTime ¶

The ISO8601 formatted timestamp corresponding to the beginning of the requested time frame, inclusive. This parameter exists in beta.

type ApiGetFilteredAtSourceMetricsFromDeliveryOverviewRequest ¶

type ApiGetFilteredAtSourceMetricsFromDeliveryOverviewRequest struct {
	ApiService *DeliveryOverviewAPIService
	// contains filtered or unexported fields
}

func (ApiGetFilteredAtSourceMetricsFromDeliveryOverviewRequest) EndTime ¶

The ISO8601 formatted timestamp corresponding to the end of the requested time frame, noninclusive. This parameter exists in beta.

func (ApiGetFilteredAtSourceMetricsFromDeliveryOverviewRequest) Execute ¶

func (ApiGetFilteredAtSourceMetricsFromDeliveryOverviewRequest) Filter ¶

An optional filter for `event Name`, `event Type`, `discard Reason`, and/or `app Version` that can be applied in addition to a `group By`. This parameter exists in beta.

func (ApiGetFilteredAtSourceMetricsFromDeliveryOverviewRequest) Granularity ¶

The size of each bucket in the requested window. Based on the granularity chosen, there are restrictions on the time range you can query: **Minute**: - Max time range: 4 hours - Oldest possible start time: 48 hours in the past **Hour**: - Max Time range: 14 days - Oldest possible start time: 30 days in the past **Day**: - Max time range: 30 days - Oldest possible start time: 30 days in the past This parameter exists in beta.

func (ApiGetFilteredAtSourceMetricsFromDeliveryOverviewRequest) GroupBy ¶

A comma-delimited list of strings representing one or more dimensions to group the result by. Valid options are: `event Name`, `event Type`, `discard Reason`, and `app Version`. This parameter exists in beta.

func (ApiGetFilteredAtSourceMetricsFromDeliveryOverviewRequest) Pagination ¶

Optional params to specify the page cursor and count. This parameter exists in beta.

func (ApiGetFilteredAtSourceMetricsFromDeliveryOverviewRequest) SourceId ¶

The sourceId for the Workspace. This parameter exists in beta.

func (ApiGetFilteredAtSourceMetricsFromDeliveryOverviewRequest) StartTime ¶

The ISO8601 formatted timestamp corresponding to the beginning of the requested time frame, inclusive. This parameter exists in beta.

type ApiGetFunctionRequest ¶

type ApiGetFunctionRequest struct {
	ApiService *FunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiGetFunctionRequest) Execute ¶

type ApiGetFunctionVersionRequest ¶

type ApiGetFunctionVersionRequest struct {
	ApiService *FunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiGetFunctionVersionRequest) Execute ¶

type ApiGetIngressFailedMetricsFromDeliveryOverviewRequest ¶

type ApiGetIngressFailedMetricsFromDeliveryOverviewRequest struct {
	ApiService *DeliveryOverviewAPIService
	// contains filtered or unexported fields
}

func (ApiGetIngressFailedMetricsFromDeliveryOverviewRequest) EndTime ¶

The ISO8601 formatted timestamp corresponding to the end of the requested time frame, noninclusive. This parameter exists in beta.

func (ApiGetIngressFailedMetricsFromDeliveryOverviewRequest) Execute ¶

func (ApiGetIngressFailedMetricsFromDeliveryOverviewRequest) Filter ¶

An optional filter for `event Name`, `event Type`, `discard Reason`, and/or `app Version` that can be applied in addition to a `group By`. This parameter exists in beta.

func (ApiGetIngressFailedMetricsFromDeliveryOverviewRequest) Granularity ¶

The size of each bucket in the requested window. Based on the granularity chosen, there are restrictions on the time range you can query: **Minute**: - Max time range: 4 hours - Oldest possible start time: 48 hours in the past **Hour**: - Max Time range: 14 days - Oldest possible start time: 30 days in the past **Day**: - Max time range: 30 days - Oldest possible start time: 30 days in the past This parameter exists in beta.

func (ApiGetIngressFailedMetricsFromDeliveryOverviewRequest) GroupBy ¶

A comma-delimited list of strings representing one or more dimensions to group the result by. Valid options are: `event Name`, `event Type`, `discard Reason`, and/or `appVersion`. This parameter exists in beta.

func (ApiGetIngressFailedMetricsFromDeliveryOverviewRequest) Pagination ¶

Optional params to specify the page cursor and count. This parameter exists in beta.

func (ApiGetIngressFailedMetricsFromDeliveryOverviewRequest) SourceId ¶

The sourceId for the Workspace. This parameter exists in beta.

func (ApiGetIngressFailedMetricsFromDeliveryOverviewRequest) StartTime ¶

The ISO8601 formatted timestamp corresponding to the beginning of the requested time frame, inclusive. This parameter exists in beta.

type ApiGetIngressSuccessMetricsFromDeliveryOverviewRequest ¶

type ApiGetIngressSuccessMetricsFromDeliveryOverviewRequest struct {
	ApiService *DeliveryOverviewAPIService
	// contains filtered or unexported fields
}

func (ApiGetIngressSuccessMetricsFromDeliveryOverviewRequest) EndTime ¶

The ISO8601 formatted timestamp corresponding to the end of the requested time frame, noninclusive. This parameter exists in beta.

func (ApiGetIngressSuccessMetricsFromDeliveryOverviewRequest) Execute ¶

func (ApiGetIngressSuccessMetricsFromDeliveryOverviewRequest) Filter ¶

An optional filter for `event Name`, `event Type`, and/or `app Version` that can be applied in addition to a `group By`. This parameter exists in beta.

func (ApiGetIngressSuccessMetricsFromDeliveryOverviewRequest) Granularity ¶

The size of each bucket in the requested window. Based on the granularity chosen, there are restrictions on the time range you can query: **Minute**: - Max time range: 4 hours - Oldest possible start time: 48 hours in the past **Hour**: - Max Time range: 14 days - Oldest possible start time: 30 days in the past **Day**: - Max time range: 30 days - Oldest possible start time: 30 days in the past This parameter exists in beta.

func (ApiGetIngressSuccessMetricsFromDeliveryOverviewRequest) GroupBy ¶

A comma-delimited list of strings representing one or more dimensions to group the result by. Valid options are: `event Name`, `event Type`, and/or `app Version`. This parameter exists in beta.

func (ApiGetIngressSuccessMetricsFromDeliveryOverviewRequest) Pagination ¶

Optional params to specify the page cursor and count. This parameter exists in beta.

func (ApiGetIngressSuccessMetricsFromDeliveryOverviewRequest) SourceId ¶

The sourceId for the Workspace. This parameter exists in beta.

func (ApiGetIngressSuccessMetricsFromDeliveryOverviewRequest) StartTime ¶

The ISO8601 formatted timestamp corresponding to the beginning of the requested time frame, inclusive. This parameter exists in beta.

type ApiGetInsertFunctionInstanceRequest ¶

type ApiGetInsertFunctionInstanceRequest struct {
	ApiService *FunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiGetInsertFunctionInstanceRequest) Execute ¶

type ApiGetLatestFromEdgeFunctionsRequest ¶

type ApiGetLatestFromEdgeFunctionsRequest struct {
	ApiService *EdgeFunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiGetLatestFromEdgeFunctionsRequest) Execute ¶

type ApiGetRegulationRequest ¶

type ApiGetRegulationRequest struct {
	ApiService *DeletionAndSuppressionAPIService
	// contains filtered or unexported fields
}

func (ApiGetRegulationRequest) Execute ¶

type ApiGetReverseETLSyncStatusRequest ¶

type ApiGetReverseETLSyncStatusRequest struct {
	ApiService *ReverseETLAPIService
	// contains filtered or unexported fields
}

func (ApiGetReverseETLSyncStatusRequest) Execute ¶

type ApiGetReverseEtlModelRequest ¶

type ApiGetReverseEtlModelRequest struct {
	ApiService *ReverseETLAPIService
	// contains filtered or unexported fields
}

func (ApiGetReverseEtlModelRequest) Execute ¶

type ApiGetSourceMetadataRequest ¶

type ApiGetSourceMetadataRequest struct {
	ApiService *CatalogAPIService
	// contains filtered or unexported fields
}

func (ApiGetSourceMetadataRequest) Execute ¶

type ApiGetSourceRequest ¶

type ApiGetSourceRequest struct {
	ApiService *SourcesAPIService
	// contains filtered or unexported fields
}

func (ApiGetSourceRequest) Execute ¶

type ApiGetSourcesCatalogRequest ¶

type ApiGetSourcesCatalogRequest struct {
	ApiService *CatalogAPIService
	// contains filtered or unexported fields
}

func (ApiGetSourcesCatalogRequest) Execute ¶

func (ApiGetSourcesCatalogRequest) Pagination ¶

Defines the pagination parameters. This parameter exists in v1.

type ApiGetSpaceRequest ¶

type ApiGetSpaceRequest struct {
	ApiService *SpacesAPIService
	// contains filtered or unexported fields
}

func (ApiGetSpaceRequest) Execute ¶

type ApiGetSubscriptionFromDestinationRequest ¶

type ApiGetSubscriptionFromDestinationRequest struct {
	ApiService *DestinationsAPIService
	// contains filtered or unexported fields
}

func (ApiGetSubscriptionFromDestinationRequest) Execute ¶

type ApiGetTrackingPlanRequest ¶

type ApiGetTrackingPlanRequest struct {
	ApiService *TrackingPlansAPIService
	// contains filtered or unexported fields
}

func (ApiGetTrackingPlanRequest) Execute ¶

type ApiGetTransformationRequest ¶

type ApiGetTransformationRequest struct {
	ApiService *TransformationsAPIService
	// contains filtered or unexported fields
}

func (ApiGetTransformationRequest) Execute ¶

type ApiGetUserGroupRequest ¶

type ApiGetUserGroupRequest struct {
	ApiService *IAMGroupsAPIService
	// contains filtered or unexported fields
}

func (ApiGetUserGroupRequest) Execute ¶

type ApiGetUserRequest ¶

type ApiGetUserRequest struct {
	ApiService *IAMUsersAPIService
	// contains filtered or unexported fields
}

func (ApiGetUserRequest) Execute ¶

type ApiGetWarehouseMetadataRequest ¶

type ApiGetWarehouseMetadataRequest struct {
	ApiService *CatalogAPIService
	// contains filtered or unexported fields
}

func (ApiGetWarehouseMetadataRequest) Execute ¶

type ApiGetWarehouseRequest ¶

type ApiGetWarehouseRequest struct {
	ApiService *WarehousesAPIService
	// contains filtered or unexported fields
}

func (ApiGetWarehouseRequest) Execute ¶

type ApiGetWarehousesCatalogRequest ¶

type ApiGetWarehousesCatalogRequest struct {
	ApiService *CatalogAPIService
	// contains filtered or unexported fields
}

func (ApiGetWarehousesCatalogRequest) Execute ¶

func (ApiGetWarehousesCatalogRequest) Pagination ¶

Optional pagination params used to filter the Warehouses catalog. This parameter exists in v1.

type ApiGetWorkspaceRequest ¶

type ApiGetWorkspaceRequest struct {
	ApiService *WorkspacesAPIService
	// contains filtered or unexported fields
}

func (ApiGetWorkspaceRequest) Execute ¶

type ApiListActivationsFromAudienceRequest ¶

type ApiListActivationsFromAudienceRequest struct {
	ApiService *ActivationsAPIService
	// contains filtered or unexported fields
}

func (ApiListActivationsFromAudienceRequest) Execute ¶

func (ApiListActivationsFromAudienceRequest) Pagination ¶

Optional pagination. This parameter exists in alpha.

type ApiListAudienceConsumersFromSpaceAndAudienceRequest ¶

type ApiListAudienceConsumersFromSpaceAndAudienceRequest struct {
	ApiService *AudiencesAPIService
	// contains filtered or unexported fields
}

func (ApiListAudienceConsumersFromSpaceAndAudienceRequest) Execute ¶

func (ApiListAudienceConsumersFromSpaceAndAudienceRequest) Pagination ¶

Information about the pagination of this response. [See pagination](https://docs.segmentapis.com/tag/Pagination/#section/Pagination-parameters) for more info. This parameter exists in alpha.

func (ApiListAudienceConsumersFromSpaceAndAudienceRequest) Search ¶

Optional search criteria This parameter exists in alpha.

func (ApiListAudienceConsumersFromSpaceAndAudienceRequest) Sort ¶

Optional sort criteria This parameter exists in alpha.

type ApiListAudienceSchedulesFromSpaceAndAudienceRequest ¶

type ApiListAudienceSchedulesFromSpaceAndAudienceRequest struct {
	ApiService *AudiencesAPIService
	// contains filtered or unexported fields
}

func (ApiListAudienceSchedulesFromSpaceAndAudienceRequest) Execute ¶

type ApiListAudiencesRequest ¶

type ApiListAudiencesRequest struct {
	ApiService *AudiencesAPIService
	// contains filtered or unexported fields
}

func (ApiListAudiencesRequest) Execute ¶

func (ApiListAudiencesRequest) Include ¶

Additional resource to include, support schedules only. This parameter exists in alpha.

func (ApiListAudiencesRequest) Pagination ¶

Information about the pagination of this response. [See pagination](https://docs.segmentapis.com/tag/Pagination/#section/Pagination-parameters) for more info. This parameter exists in alpha.

func (ApiListAudiencesRequest) Search ¶

Optional search criteria This parameter exists in alpha.

type ApiListAuditEventsRequest ¶

type ApiListAuditEventsRequest struct {
	ApiService *AuditTrailAPIService
	// contains filtered or unexported fields
}

func (ApiListAuditEventsRequest) EndTime ¶

Filter response to events that happened before this time. Defaults to the current time, or the end time from the pagination cursor. This parameter exists in v1.

func (ApiListAuditEventsRequest) Execute ¶

func (ApiListAuditEventsRequest) Pagination ¶

Defines the pagination parameters. This parameter exists in v1.

func (ApiListAuditEventsRequest) ResourceId ¶

Filter response to events that affect a specific resource, for example, a single Source. This parameter exists in v1.

func (ApiListAuditEventsRequest) ResourceType ¶

func (r ApiListAuditEventsRequest) ResourceType(resourceType string) ApiListAuditEventsRequest

Filter response to events that affect a specific type, for example, Sources, Warehouses, and Tracking Plans. This parameter exists in v1.

func (ApiListAuditEventsRequest) StartTime ¶

Filter response to events that happened after this time. This parameter exists in v1.

type ApiListComputedTraitsRequest ¶

type ApiListComputedTraitsRequest struct {
	ApiService *ComputedTraitsAPIService
	// contains filtered or unexported fields
}

func (ApiListComputedTraitsRequest) Execute ¶

func (ApiListComputedTraitsRequest) Pagination ¶

Information about the pagination of this response. [See pagination](https://docs.segmentapis.com/tag/Pagination/#section/Pagination-parameters) for more info. This parameter exists in alpha.

type ApiListConnectedDestinationsFromSourceRequest ¶

type ApiListConnectedDestinationsFromSourceRequest struct {
	ApiService *SourcesAPIService
	// contains filtered or unexported fields
}

func (ApiListConnectedDestinationsFromSourceRequest) Execute ¶

func (ApiListConnectedDestinationsFromSourceRequest) Pagination ¶

Required pagination params for the request. This parameter exists in alpha.

type ApiListConnectedSourcesFromWarehouseRequest ¶

type ApiListConnectedSourcesFromWarehouseRequest struct {
	ApiService *WarehousesAPIService
	// contains filtered or unexported fields
}

func (ApiListConnectedSourcesFromWarehouseRequest) Execute ¶

func (ApiListConnectedSourcesFromWarehouseRequest) Pagination ¶

Defines the pagination parameters. This parameter exists in v1.

type ApiListConnectedWarehousesFromSourceRequest ¶

type ApiListConnectedWarehousesFromSourceRequest struct {
	ApiService *SourcesAPIService
	// contains filtered or unexported fields
}

func (ApiListConnectedWarehousesFromSourceRequest) Execute ¶

func (ApiListConnectedWarehousesFromSourceRequest) Pagination ¶

Required pagination params for the request. This parameter exists in alpha.

type ApiListDeliveryMetricsSummaryFromDestinationRequest ¶

type ApiListDeliveryMetricsSummaryFromDestinationRequest struct {
	ApiService *DestinationsAPIService
	// contains filtered or unexported fields
}

func (ApiListDeliveryMetricsSummaryFromDestinationRequest) EndTime ¶

Filter events that happened before this time. Defaults to now if not set. This parameter exists in beta.

func (ApiListDeliveryMetricsSummaryFromDestinationRequest) Execute ¶

func (ApiListDeliveryMetricsSummaryFromDestinationRequest) Granularity ¶

The granularity to filter metrics to. Either `MINUTE`, `HOUR` or `DAY`. Defaults to `MINUTE` if not set. This parameter exists in beta.

func (ApiListDeliveryMetricsSummaryFromDestinationRequest) SourceId ¶

The id of the Source linked to the Destination. Config API note: analogous to `parent`. This parameter exists in beta.

func (ApiListDeliveryMetricsSummaryFromDestinationRequest) StartTime ¶

Filter events that happened after this time. Defaults to: - 1 hour ago if granularity is `MINUTE`. - 7 days ago if granularity is `HOUR`. - 30 days ago if granularity is `DAY`. This parameter exists in beta.

type ApiListDestinationsRequest ¶

type ApiListDestinationsRequest struct {
	ApiService *DestinationsAPIService
	// contains filtered or unexported fields
}

func (ApiListDestinationsRequest) Execute ¶

func (ApiListDestinationsRequest) Pagination ¶

Required pagination params for the request. This parameter exists in v1.

type ApiListFiltersForSpaceRequest ¶

type ApiListFiltersForSpaceRequest struct {
	ApiService *SpaceFiltersAPIService
	// contains filtered or unexported fields
}

func (ApiListFiltersForSpaceRequest) Execute ¶

func (ApiListFiltersForSpaceRequest) IntegrationId ¶

func (r ApiListFiltersForSpaceRequest) IntegrationId(
	integrationId string,
) ApiListFiltersForSpaceRequest

The Space Id for which to fetch filters This parameter exists in beta.

func (ApiListFiltersForSpaceRequest) Pagination ¶

Pagination parameters. This parameter exists in beta.

type ApiListFiltersFromDestinationRequest ¶

type ApiListFiltersFromDestinationRequest struct {
	ApiService *DestinationFiltersAPIService
	// contains filtered or unexported fields
}

func (ApiListFiltersFromDestinationRequest) Execute ¶

func (ApiListFiltersFromDestinationRequest) Pagination ¶

Pagination options. This parameter exists in v1.

type ApiListFunctionVersionsRequest ¶

type ApiListFunctionVersionsRequest struct {
	ApiService *FunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiListFunctionVersionsRequest) Execute ¶

func (ApiListFunctionVersionsRequest) Pagination ¶

Pagination parameters. This parameter exists in alpha.

type ApiListFunctionsRequest ¶

type ApiListFunctionsRequest struct {
	ApiService *FunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiListFunctionsRequest) Execute ¶

func (ApiListFunctionsRequest) Pagination ¶

Pagination parameters. This parameter exists in v1.

func (ApiListFunctionsRequest) ResourceType ¶

func (r ApiListFunctionsRequest) ResourceType(resourceType string) ApiListFunctionsRequest

The Function type. Config API note: equal to `type`. This parameter exists in v1.

type ApiListInsertFunctionInstancesRequest ¶

type ApiListInsertFunctionInstancesRequest struct {
	ApiService *FunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiListInsertFunctionInstancesRequest) Execute ¶

func (ApiListInsertFunctionInstancesRequest) FunctionId ¶

The insert Function class id to lookup. This parameter exists in alpha.

func (ApiListInsertFunctionInstancesRequest) Pagination ¶

Pagination parameters. This parameter exists in alpha.

type ApiListInvitesFromUserGroupRequest ¶

type ApiListInvitesFromUserGroupRequest struct {
	ApiService *IAMGroupsAPIService
	// contains filtered or unexported fields
}

func (ApiListInvitesFromUserGroupRequest) Execute ¶

func (ApiListInvitesFromUserGroupRequest) Pagination ¶

Pagination for invites to the group. This parameter exists in v1.

type ApiListInvitesRequest ¶

type ApiListInvitesRequest struct {
	ApiService *IAMUsersAPIService
	// contains filtered or unexported fields
}

func (ApiListInvitesRequest) Execute ¶

func (ApiListInvitesRequest) Pagination ¶

Defines the pagination parameters. This parameter exists in v1.

type ApiListLabelsRequest ¶

type ApiListLabelsRequest struct {
	ApiService *LabelsAPIService
	// contains filtered or unexported fields
}

func (ApiListLabelsRequest) Execute ¶

type ApiListProfilesWarehouseInSpaceRequest ¶

type ApiListProfilesWarehouseInSpaceRequest struct {
	ApiService *ProfilesSyncAPIService
	// contains filtered or unexported fields
}

func (ApiListProfilesWarehouseInSpaceRequest) Execute ¶

func (ApiListProfilesWarehouseInSpaceRequest) Pagination ¶

Defines the pagination parameters. This parameter exists in alpha.

type ApiListRegulationsFromSourceRequest ¶

type ApiListRegulationsFromSourceRequest struct {
	ApiService *DeletionAndSuppressionAPIService
	// contains filtered or unexported fields
}

func (ApiListRegulationsFromSourceRequest) Execute ¶

func (ApiListRegulationsFromSourceRequest) Pagination ¶

Pagination parameters. This parameter exists in v1.

func (ApiListRegulationsFromSourceRequest) RegulationTypes ¶

func (r ApiListRegulationsFromSourceRequest) RegulationTypes(
	regulationTypes []string,
) ApiListRegulationsFromSourceRequest

The regulation types on which to filter returned regulations. This parameter exists in v1.

func (ApiListRegulationsFromSourceRequest) Status ¶

The status on which to filter returned regulations. This parameter exists in v1.

type ApiListReverseETLSyncStatusesFromModelAndSubscriptionIdRequest ¶

type ApiListReverseETLSyncStatusesFromModelAndSubscriptionIdRequest struct {
	ApiService *ReverseETLAPIService
	// contains filtered or unexported fields
}

func (ApiListReverseETLSyncStatusesFromModelAndSubscriptionIdRequest) Count ¶

The number of items to retrieve in a page, between 1 and 100. Default is 10 This parameter exists in alpha.

func (ApiListReverseETLSyncStatusesFromModelAndSubscriptionIdRequest) Cursor ¶

The page to request. Acceptable values to use are from the `current`, `next`, and `previous` keys. This parameter exists in alpha.

func (ApiListReverseETLSyncStatusesFromModelAndSubscriptionIdRequest) Execute ¶

type ApiListReverseEtlModelsRequest ¶

type ApiListReverseEtlModelsRequest struct {
	ApiService *ReverseETLAPIService
	// contains filtered or unexported fields
}

func (ApiListReverseEtlModelsRequest) Execute ¶

func (ApiListReverseEtlModelsRequest) Pagination ¶

Defines the pagination parameters. This parameter exists in alpha.

type ApiListRolesRequest ¶

type ApiListRolesRequest struct {
	ApiService *IAMRolesAPIService
	// contains filtered or unexported fields
}

func (ApiListRolesRequest) Execute ¶

func (ApiListRolesRequest) Pagination ¶

func (r ApiListRolesRequest) Pagination(pagination PaginationInput) ApiListRolesRequest

Pagination for roles. This parameter exists in v1.

type ApiListRulesFromTrackingPlanRequest ¶

type ApiListRulesFromTrackingPlanRequest struct {
	ApiService *TrackingPlansAPIService
	// contains filtered or unexported fields
}

func (ApiListRulesFromTrackingPlanRequest) Execute ¶

func (ApiListRulesFromTrackingPlanRequest) Pagination ¶

Pagination options. This parameter exists in v1.

type ApiListSchemaSettingsInSourceRequest ¶

type ApiListSchemaSettingsInSourceRequest struct {
	ApiService *SourcesAPIService
	// contains filtered or unexported fields
}

func (ApiListSchemaSettingsInSourceRequest) Execute ¶

type ApiListSelectiveSyncsFromWarehouseAndSourceRequest ¶

type ApiListSelectiveSyncsFromWarehouseAndSourceRequest struct {
	ApiService *SelectiveSyncAPIService
	// contains filtered or unexported fields
}

func (ApiListSelectiveSyncsFromWarehouseAndSourceRequest) Execute ¶

func (ApiListSelectiveSyncsFromWarehouseAndSourceRequest) Pagination ¶

Defines the pagination parameters. This parameter exists in v1.

type ApiListSelectiveSyncsFromWarehouseAndSpaceRequest ¶

type ApiListSelectiveSyncsFromWarehouseAndSpaceRequest struct {
	ApiService *ProfilesSyncAPIService
	// contains filtered or unexported fields
}

func (ApiListSelectiveSyncsFromWarehouseAndSpaceRequest) Execute ¶

func (ApiListSelectiveSyncsFromWarehouseAndSpaceRequest) Pagination ¶

Defines the pagination parameters. This parameter exists in alpha.

type ApiListSourcesFromTrackingPlanRequest ¶

type ApiListSourcesFromTrackingPlanRequest struct {
	ApiService *TrackingPlansAPIService
	// contains filtered or unexported fields
}

func (ApiListSourcesFromTrackingPlanRequest) Execute ¶

func (ApiListSourcesFromTrackingPlanRequest) Pagination ¶

Pagination options. This parameter exists in v1.

type ApiListSourcesRequest ¶

type ApiListSourcesRequest struct {
	ApiService *SourcesAPIService
	// contains filtered or unexported fields
}

func (ApiListSourcesRequest) Execute ¶

func (ApiListSourcesRequest) Pagination ¶

Defines the pagination parameters. This parameter exists in alpha.

type ApiListSpacesRequest ¶

type ApiListSpacesRequest struct {
	ApiService *SpacesAPIService
	// contains filtered or unexported fields
}

func (ApiListSpacesRequest) Execute ¶

func (ApiListSpacesRequest) Pagination ¶

Pagination params This parameter exists in alpha.

type ApiListSubscriptionsFromDestinationRequest ¶

type ApiListSubscriptionsFromDestinationRequest struct {
	ApiService *DestinationsAPIService
	// contains filtered or unexported fields
}

func (ApiListSubscriptionsFromDestinationRequest) Execute ¶

func (ApiListSubscriptionsFromDestinationRequest) Pagination ¶

Pagination options. This parameter exists in alpha.

type ApiListSuppressionsRequest ¶

type ApiListSuppressionsRequest struct {
	ApiService *DeletionAndSuppressionAPIService
	// contains filtered or unexported fields
}

func (ApiListSuppressionsRequest) Execute ¶

func (ApiListSuppressionsRequest) Pagination ¶

Pagination parameters. This parameter exists in v1.

type ApiListSyncsFromWarehouseAndSourceRequest ¶

type ApiListSyncsFromWarehouseAndSourceRequest struct {
	ApiService *SelectiveSyncAPIService
	// contains filtered or unexported fields
}

func (ApiListSyncsFromWarehouseAndSourceRequest) Execute ¶

func (ApiListSyncsFromWarehouseAndSourceRequest) Pagination ¶

Defines the pagination parameters. This parameter exists in v1.

type ApiListSyncsFromWarehouseRequest ¶

type ApiListSyncsFromWarehouseRequest struct {
	ApiService *SelectiveSyncAPIService
	// contains filtered or unexported fields
}

func (ApiListSyncsFromWarehouseRequest) Execute ¶

func (ApiListSyncsFromWarehouseRequest) Pagination ¶

Defines the pagination parameters. This parameter exists in v1.

type ApiListTrackingPlansRequest ¶

type ApiListTrackingPlansRequest struct {
	ApiService *TrackingPlansAPIService
	// contains filtered or unexported fields
}

func (ApiListTrackingPlansRequest) Execute ¶

func (ApiListTrackingPlansRequest) Pagination ¶

Pagination options. This parameter exists in v1.

func (ApiListTrackingPlansRequest) Type_ ¶

Requests Tracking Plans of a certain type. If omitted, lists all types. This parameter exists in v1.

type ApiListTransformationsRequest ¶

type ApiListTransformationsRequest struct {
	ApiService *TransformationsAPIService
	// contains filtered or unexported fields
}

func (ApiListTransformationsRequest) Execute ¶

func (ApiListTransformationsRequest) Pagination ¶

Pagination options. This parameter exists in v1.

type ApiListUserGroupsFromUserRequest ¶

type ApiListUserGroupsFromUserRequest struct {
	ApiService *IAMUsersAPIService
	// contains filtered or unexported fields
}

func (ApiListUserGroupsFromUserRequest) Execute ¶

func (ApiListUserGroupsFromUserRequest) Pagination ¶

Pagination for groups. This parameter exists in v1.

type ApiListUserGroupsRequest ¶

type ApiListUserGroupsRequest struct {
	ApiService *IAMGroupsAPIService
	// contains filtered or unexported fields
}

func (ApiListUserGroupsRequest) Execute ¶

func (ApiListUserGroupsRequest) Pagination ¶

Pagination for user groups. This parameter exists in v1.

type ApiListUsersFromUserGroupRequest ¶

type ApiListUsersFromUserGroupRequest struct {
	ApiService *IAMGroupsAPIService
	// contains filtered or unexported fields
}

func (ApiListUsersFromUserGroupRequest) Execute ¶

func (ApiListUsersFromUserGroupRequest) Pagination ¶

Pagination for members of a group. This parameter exists in v1.

type ApiListUsersRequest ¶

type ApiListUsersRequest struct {
	ApiService *IAMUsersAPIService
	// contains filtered or unexported fields
}

func (ApiListUsersRequest) Execute ¶

func (ApiListUsersRequest) Pagination ¶

func (r ApiListUsersRequest) Pagination(pagination PaginationInput) ApiListUsersRequest

Pagination for users. This parameter exists in v1.

type ApiListWarehousesRequest ¶

type ApiListWarehousesRequest struct {
	ApiService *WarehousesAPIService
	// contains filtered or unexported fields
}

func (ApiListWarehousesRequest) Execute ¶

func (ApiListWarehousesRequest) Pagination ¶

Defines the pagination parameters. This parameter exists in v1.

type ApiListWorkspaceRegulationsRequest ¶

type ApiListWorkspaceRegulationsRequest struct {
	ApiService *DeletionAndSuppressionAPIService
	// contains filtered or unexported fields
}

func (ApiListWorkspaceRegulationsRequest) Execute ¶

func (ApiListWorkspaceRegulationsRequest) Pagination ¶

Pagination parameters. This parameter exists in v1.

func (ApiListWorkspaceRegulationsRequest) RegulationTypes ¶

func (r ApiListWorkspaceRegulationsRequest) RegulationTypes(
	regulationTypes []string,
) ApiListWorkspaceRegulationsRequest

The regulation types on which to filter returned regulations. This parameter exists in v1.

func (ApiListWorkspaceRegulationsRequest) Status ¶

The status on which to filter the returned regulations. This parameter exists in v1.

type ApiPreviewDestinationFilterRequest ¶

type ApiPreviewDestinationFilterRequest struct {
	ApiService *DestinationFiltersAPIService
	// contains filtered or unexported fields
}

func (ApiPreviewDestinationFilterRequest) Execute ¶

func (ApiPreviewDestinationFilterRequest) PreviewDestinationFilterV1Input ¶

func (r ApiPreviewDestinationFilterRequest) PreviewDestinationFilterV1Input(
	previewDestinationFilterV1Input PreviewDestinationFilterV1Input,
) ApiPreviewDestinationFilterRequest

type ApiRemoveActivationFromAudienceRequest ¶

type ApiRemoveActivationFromAudienceRequest struct {
	ApiService *ActivationsAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveActivationFromAudienceRequest) Execute ¶

type ApiRemoveAudienceFromSpaceRequest ¶

type ApiRemoveAudienceFromSpaceRequest struct {
	ApiService *AudiencesAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveAudienceFromSpaceRequest) Execute ¶

type ApiRemoveComputedTraitFromSpaceRequest ¶

type ApiRemoveComputedTraitFromSpaceRequest struct {
	ApiService *ComputedTraitsAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveComputedTraitFromSpaceRequest) Execute ¶

type ApiRemoveFilterFromDestinationRequest ¶

type ApiRemoveFilterFromDestinationRequest struct {
	ApiService *DestinationFiltersAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveFilterFromDestinationRequest) Execute ¶

type ApiRemoveProfilesWarehouseFromSpaceRequest ¶

type ApiRemoveProfilesWarehouseFromSpaceRequest struct {
	ApiService *ProfilesSyncAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveProfilesWarehouseFromSpaceRequest) Execute ¶

type ApiRemoveRulesFromTrackingPlanRequest ¶

type ApiRemoveRulesFromTrackingPlanRequest struct {
	ApiService *TrackingPlansAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveRulesFromTrackingPlanRequest) Execute ¶

func (ApiRemoveRulesFromTrackingPlanRequest) Rules ¶

Rules to delete. This parameter exists in v1.

type ApiRemoveSourceConnectionFromWarehouseRequest ¶

type ApiRemoveSourceConnectionFromWarehouseRequest struct {
	ApiService *WarehousesAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveSourceConnectionFromWarehouseRequest) Execute ¶

type ApiRemoveSourceFromTrackingPlanRequest ¶

type ApiRemoveSourceFromTrackingPlanRequest struct {
	ApiService *TrackingPlansAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveSourceFromTrackingPlanRequest) Execute ¶

func (ApiRemoveSourceFromTrackingPlanRequest) SourceId ¶

The id of the Source associated with the Tracking Plan. Config API note: analogous to `sourceName`. This parameter exists in v1.

type ApiRemoveSubscriptionFromDestinationRequest ¶

type ApiRemoveSubscriptionFromDestinationRequest struct {
	ApiService *DestinationsAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveSubscriptionFromDestinationRequest) Execute ¶

type ApiRemoveUsersFromUserGroupRequest ¶

type ApiRemoveUsersFromUserGroupRequest struct {
	ApiService *IAMGroupsAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveUsersFromUserGroupRequest) Emails ¶

The list of emails to remove from the user group. This parameter exists in v1.

func (ApiRemoveUsersFromUserGroupRequest) Execute ¶

type ApiRemoveWriteKeyFromSourceRequest ¶

type ApiRemoveWriteKeyFromSourceRequest struct {
	ApiService *SourcesAPIService
	// contains filtered or unexported fields
}

func (ApiRemoveWriteKeyFromSourceRequest) Execute ¶

type ApiReplaceAdvancedSyncScheduleForWarehouseRequest ¶

type ApiReplaceAdvancedSyncScheduleForWarehouseRequest struct {
	ApiService *SelectiveSyncAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceAdvancedSyncScheduleForWarehouseRequest) Execute ¶

func (ApiReplaceAdvancedSyncScheduleForWarehouseRequest) ReplaceAdvancedSyncScheduleForWarehouseV1Input ¶

func (r ApiReplaceAdvancedSyncScheduleForWarehouseRequest) ReplaceAdvancedSyncScheduleForWarehouseV1Input(
	replaceAdvancedSyncScheduleForWarehouseV1Input ReplaceAdvancedSyncScheduleForWarehouseV1Input,
) ApiReplaceAdvancedSyncScheduleForWarehouseRequest

type ApiReplaceLabelsInSourceRequest ¶

type ApiReplaceLabelsInSourceRequest struct {
	ApiService *SourcesAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceLabelsInSourceRequest) Execute ¶

func (ApiReplaceLabelsInSourceRequest) ReplaceLabelsInSourceV1Input ¶

func (r ApiReplaceLabelsInSourceRequest) ReplaceLabelsInSourceV1Input(
	replaceLabelsInSourceV1Input ReplaceLabelsInSourceV1Input,
) ApiReplaceLabelsInSourceRequest

type ApiReplaceMessagingSubscriptionsInSpacesRequest ¶

type ApiReplaceMessagingSubscriptionsInSpacesRequest struct {
	ApiService *SpacesAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceMessagingSubscriptionsInSpacesRequest) Execute ¶

func (ApiReplaceMessagingSubscriptionsInSpacesRequest) ReplaceMessagingSubscriptionsInSpacesAlphaInput ¶

func (r ApiReplaceMessagingSubscriptionsInSpacesRequest) ReplaceMessagingSubscriptionsInSpacesAlphaInput(
	replaceMessagingSubscriptionsInSpacesAlphaInput ReplaceMessagingSubscriptionsInSpacesAlphaInput,
) ApiReplaceMessagingSubscriptionsInSpacesRequest

type ApiReplacePermissionsForUserGroupRequest ¶

type ApiReplacePermissionsForUserGroupRequest struct {
	ApiService *IAMGroupsAPIService
	// contains filtered or unexported fields
}

func (ApiReplacePermissionsForUserGroupRequest) Execute ¶

func (ApiReplacePermissionsForUserGroupRequest) ReplacePermissionsForUserGroupV1Input ¶

func (r ApiReplacePermissionsForUserGroupRequest) ReplacePermissionsForUserGroupV1Input(
	replacePermissionsForUserGroupV1Input ReplacePermissionsForUserGroupV1Input,
) ApiReplacePermissionsForUserGroupRequest

type ApiReplacePermissionsForUserRequest ¶

type ApiReplacePermissionsForUserRequest struct {
	ApiService *IAMUsersAPIService
	// contains filtered or unexported fields
}

func (ApiReplacePermissionsForUserRequest) Execute ¶

func (ApiReplacePermissionsForUserRequest) ReplacePermissionsForUserV1Input ¶

func (r ApiReplacePermissionsForUserRequest) ReplacePermissionsForUserV1Input(
	replacePermissionsForUserV1Input ReplacePermissionsForUserV1Input,
) ApiReplacePermissionsForUserRequest

type ApiReplaceRulesInTrackingPlanRequest ¶

type ApiReplaceRulesInTrackingPlanRequest struct {
	ApiService *TrackingPlansAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceRulesInTrackingPlanRequest) Execute ¶

func (ApiReplaceRulesInTrackingPlanRequest) ReplaceRulesInTrackingPlanV1Input ¶

func (r ApiReplaceRulesInTrackingPlanRequest) ReplaceRulesInTrackingPlanV1Input(
	replaceRulesInTrackingPlanV1Input ReplaceRulesInTrackingPlanV1Input,
) ApiReplaceRulesInTrackingPlanRequest

type ApiReplaceUsersInUserGroupRequest ¶

type ApiReplaceUsersInUserGroupRequest struct {
	ApiService *IAMGroupsAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceUsersInUserGroupRequest) Execute ¶

func (ApiReplaceUsersInUserGroupRequest) ReplaceUsersInUserGroupV1Input ¶

func (r ApiReplaceUsersInUserGroupRequest) ReplaceUsersInUserGroupV1Input(
	replaceUsersInUserGroupV1Input ReplaceUsersInUserGroupV1Input,
) ApiReplaceUsersInUserGroupRequest

type ApiRestoreFunctionVersionRequest ¶

type ApiRestoreFunctionVersionRequest struct {
	ApiService *FunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiRestoreFunctionVersionRequest) Execute ¶

func (ApiRestoreFunctionVersionRequest) RestoreFunctionVersionAlphaInput ¶

func (r ApiRestoreFunctionVersionRequest) RestoreFunctionVersionAlphaInput(
	restoreFunctionVersionAlphaInput RestoreFunctionVersionAlphaInput,
) ApiRestoreFunctionVersionRequest

type ApiUpdateActivationForAudienceRequest ¶

type ApiUpdateActivationForAudienceRequest struct {
	ApiService *ActivationsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateActivationForAudienceRequest) Execute ¶

func (ApiUpdateActivationForAudienceRequest) UpdateActivationForAudienceAlphaInput ¶

func (r ApiUpdateActivationForAudienceRequest) UpdateActivationForAudienceAlphaInput(
	updateActivationForAudienceAlphaInput UpdateActivationForAudienceAlphaInput,
) ApiUpdateActivationForAudienceRequest

type ApiUpdateAudienceForSpaceRequest ¶

type ApiUpdateAudienceForSpaceRequest struct {
	ApiService *AudiencesAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateAudienceForSpaceRequest) Execute ¶

func (ApiUpdateAudienceForSpaceRequest) UpdateAudienceForSpaceAlphaInput ¶

func (r ApiUpdateAudienceForSpaceRequest) UpdateAudienceForSpaceAlphaInput(
	updateAudienceForSpaceAlphaInput UpdateAudienceForSpaceAlphaInput,
) ApiUpdateAudienceForSpaceRequest

type ApiUpdateComputedTraitForSpaceRequest ¶

type ApiUpdateComputedTraitForSpaceRequest struct {
	ApiService *ComputedTraitsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateComputedTraitForSpaceRequest) Execute ¶

func (ApiUpdateComputedTraitForSpaceRequest) UpdateComputedTraitForSpaceAlphaInput ¶

func (r ApiUpdateComputedTraitForSpaceRequest) UpdateComputedTraitForSpaceAlphaInput(
	updateComputedTraitForSpaceAlphaInput UpdateComputedTraitForSpaceAlphaInput,
) ApiUpdateComputedTraitForSpaceRequest

type ApiUpdateDestinationRequest ¶

type ApiUpdateDestinationRequest struct {
	ApiService *DestinationsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateDestinationRequest) Execute ¶

func (ApiUpdateDestinationRequest) UpdateDestinationV1Input ¶

func (r ApiUpdateDestinationRequest) UpdateDestinationV1Input(
	updateDestinationV1Input UpdateDestinationV1Input,
) ApiUpdateDestinationRequest

type ApiUpdateFilterByIdRequest ¶

type ApiUpdateFilterByIdRequest struct {
	ApiService *SpaceFiltersAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateFilterByIdRequest) Execute ¶

func (ApiUpdateFilterByIdRequest) UpdateFilterByIdInput ¶

func (r ApiUpdateFilterByIdRequest) UpdateFilterByIdInput(
	updateFilterByIdInput UpdateFilterByIdInput,
) ApiUpdateFilterByIdRequest

type ApiUpdateFilterForDestinationRequest ¶

type ApiUpdateFilterForDestinationRequest struct {
	ApiService *DestinationFiltersAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateFilterForDestinationRequest) Execute ¶

func (ApiUpdateFilterForDestinationRequest) UpdateFilterForDestinationV1Input ¶

func (r ApiUpdateFilterForDestinationRequest) UpdateFilterForDestinationV1Input(
	updateFilterForDestinationV1Input UpdateFilterForDestinationV1Input,
) ApiUpdateFilterForDestinationRequest

type ApiUpdateFunctionRequest ¶

type ApiUpdateFunctionRequest struct {
	ApiService *FunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateFunctionRequest) Execute ¶

func (ApiUpdateFunctionRequest) UpdateFunctionV1Input ¶

func (r ApiUpdateFunctionRequest) UpdateFunctionV1Input(
	updateFunctionV1Input UpdateFunctionV1Input,
) ApiUpdateFunctionRequest

type ApiUpdateInsertFunctionInstanceRequest ¶

type ApiUpdateInsertFunctionInstanceRequest struct {
	ApiService *FunctionsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateInsertFunctionInstanceRequest) Execute ¶

func (ApiUpdateInsertFunctionInstanceRequest) UpdateInsertFunctionInstanceAlphaInput ¶

func (r ApiUpdateInsertFunctionInstanceRequest) UpdateInsertFunctionInstanceAlphaInput(
	updateInsertFunctionInstanceAlphaInput UpdateInsertFunctionInstanceAlphaInput,
) ApiUpdateInsertFunctionInstanceRequest

type ApiUpdateProfilesWarehouseForSpaceWarehouseRequest ¶

type ApiUpdateProfilesWarehouseForSpaceWarehouseRequest struct {
	ApiService *ProfilesSyncAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateProfilesWarehouseForSpaceWarehouseRequest) Execute ¶

func (ApiUpdateProfilesWarehouseForSpaceWarehouseRequest) UpdateProfilesWarehouseForSpaceWarehouseAlphaInput ¶

func (r ApiUpdateProfilesWarehouseForSpaceWarehouseRequest) UpdateProfilesWarehouseForSpaceWarehouseAlphaInput(
	updateProfilesWarehouseForSpaceWarehouseAlphaInput UpdateProfilesWarehouseForSpaceWarehouseAlphaInput,
) ApiUpdateProfilesWarehouseForSpaceWarehouseRequest

type ApiUpdateReverseEtlModelRequest ¶

type ApiUpdateReverseEtlModelRequest struct {
	ApiService *ReverseETLAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateReverseEtlModelRequest) Execute ¶

func (ApiUpdateReverseEtlModelRequest) UpdateReverseEtlModelInput ¶

func (r ApiUpdateReverseEtlModelRequest) UpdateReverseEtlModelInput(
	updateReverseEtlModelInput UpdateReverseEtlModelInput,
) ApiUpdateReverseEtlModelRequest

type ApiUpdateRulesInTrackingPlanRequest ¶

type ApiUpdateRulesInTrackingPlanRequest struct {
	ApiService *TrackingPlansAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateRulesInTrackingPlanRequest) Execute ¶

func (ApiUpdateRulesInTrackingPlanRequest) UpdateRulesInTrackingPlanV1Input ¶

func (r ApiUpdateRulesInTrackingPlanRequest) UpdateRulesInTrackingPlanV1Input(
	updateRulesInTrackingPlanV1Input UpdateRulesInTrackingPlanV1Input,
) ApiUpdateRulesInTrackingPlanRequest

type ApiUpdateSchemaSettingsInSourceRequest ¶

type ApiUpdateSchemaSettingsInSourceRequest struct {
	ApiService *SourcesAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateSchemaSettingsInSourceRequest) Execute ¶

func (ApiUpdateSchemaSettingsInSourceRequest) UpdateSchemaSettingsInSourceV1Input ¶

func (r ApiUpdateSchemaSettingsInSourceRequest) UpdateSchemaSettingsInSourceV1Input(
	updateSchemaSettingsInSourceV1Input UpdateSchemaSettingsInSourceV1Input,
) ApiUpdateSchemaSettingsInSourceRequest

type ApiUpdateSelectiveSyncForWarehouseAndSpaceRequest ¶

type ApiUpdateSelectiveSyncForWarehouseAndSpaceRequest struct {
	ApiService *ProfilesSyncAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateSelectiveSyncForWarehouseAndSpaceRequest) Execute ¶

func (ApiUpdateSelectiveSyncForWarehouseAndSpaceRequest) UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput ¶

func (r ApiUpdateSelectiveSyncForWarehouseAndSpaceRequest) UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput(
	updateSelectiveSyncForWarehouseAndSpaceAlphaInput UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput,
) ApiUpdateSelectiveSyncForWarehouseAndSpaceRequest

type ApiUpdateSelectiveSyncForWarehouseRequest ¶

type ApiUpdateSelectiveSyncForWarehouseRequest struct {
	ApiService *SelectiveSyncAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateSelectiveSyncForWarehouseRequest) Execute ¶

func (ApiUpdateSelectiveSyncForWarehouseRequest) UpdateSelectiveSyncForWarehouseV1Input ¶

func (r ApiUpdateSelectiveSyncForWarehouseRequest) UpdateSelectiveSyncForWarehouseV1Input(
	updateSelectiveSyncForWarehouseV1Input UpdateSelectiveSyncForWarehouseV1Input,
) ApiUpdateSelectiveSyncForWarehouseRequest

type ApiUpdateSourceRequest ¶

type ApiUpdateSourceRequest struct {
	ApiService *SourcesAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateSourceRequest) Execute ¶

func (ApiUpdateSourceRequest) UpdateSourceV1Input ¶

func (r ApiUpdateSourceRequest) UpdateSourceV1Input(
	updateSourceV1Input UpdateSourceV1Input,
) ApiUpdateSourceRequest

type ApiUpdateSubscriptionForDestinationRequest ¶

type ApiUpdateSubscriptionForDestinationRequest struct {
	ApiService *DestinationsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateSubscriptionForDestinationRequest) Execute ¶

func (ApiUpdateSubscriptionForDestinationRequest) UpdateSubscriptionForDestinationAlphaInput ¶

func (r ApiUpdateSubscriptionForDestinationRequest) UpdateSubscriptionForDestinationAlphaInput(
	updateSubscriptionForDestinationAlphaInput UpdateSubscriptionForDestinationAlphaInput,
) ApiUpdateSubscriptionForDestinationRequest

type ApiUpdateTrackingPlanRequest ¶

type ApiUpdateTrackingPlanRequest struct {
	ApiService *TrackingPlansAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateTrackingPlanRequest) Execute ¶

func (ApiUpdateTrackingPlanRequest) UpdateTrackingPlanV1Input ¶

func (r ApiUpdateTrackingPlanRequest) UpdateTrackingPlanV1Input(
	updateTrackingPlanV1Input UpdateTrackingPlanV1Input,
) ApiUpdateTrackingPlanRequest

type ApiUpdateTransformationRequest ¶

type ApiUpdateTransformationRequest struct {
	ApiService *TransformationsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateTransformationRequest) Execute ¶

func (ApiUpdateTransformationRequest) UpdateTransformationV1Input ¶

func (r ApiUpdateTransformationRequest) UpdateTransformationV1Input(
	updateTransformationV1Input UpdateTransformationV1Input,
) ApiUpdateTransformationRequest

type ApiUpdateUserGroupRequest ¶

type ApiUpdateUserGroupRequest struct {
	ApiService *IAMGroupsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateUserGroupRequest) Execute ¶

func (ApiUpdateUserGroupRequest) UpdateUserGroupV1Input ¶

func (r ApiUpdateUserGroupRequest) UpdateUserGroupV1Input(
	updateUserGroupV1Input UpdateUserGroupV1Input,
) ApiUpdateUserGroupRequest

type ApiUpdateWarehouseRequest ¶

type ApiUpdateWarehouseRequest struct {
	ApiService *WarehousesAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateWarehouseRequest) Execute ¶

func (ApiUpdateWarehouseRequest) UpdateWarehouseV1Input ¶

func (r ApiUpdateWarehouseRequest) UpdateWarehouseV1Input(
	updateWarehouseV1Input UpdateWarehouseV1Input,
) ApiUpdateWarehouseRequest

type AudienceComputeCadence ¶

type AudienceComputeCadence struct {
	// The cadence type on which the audience's membership is computed. If 'BATCH', the audience is computed on a periodic basis. If 'REALTIME', the audience is continously computed.
	Type string `json:"type"`
}

AudienceComputeCadence struct for AudienceComputeCadence

func NewAudienceComputeCadence ¶

func NewAudienceComputeCadence(type_ string) *AudienceComputeCadence

NewAudienceComputeCadence instantiates a new AudienceComputeCadence 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 NewAudienceComputeCadenceWithDefaults ¶

func NewAudienceComputeCadenceWithDefaults() *AudienceComputeCadence

NewAudienceComputeCadenceWithDefaults instantiates a new AudienceComputeCadence 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 (*AudienceComputeCadence) GetType ¶

func (o *AudienceComputeCadence) GetType() string

GetType returns the Type field value

func (*AudienceComputeCadence) GetTypeOk ¶

func (o *AudienceComputeCadence) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (AudienceComputeCadence) MarshalJSON ¶

func (o AudienceComputeCadence) MarshalJSON() ([]byte, error)

func (*AudienceComputeCadence) SetType ¶

func (o *AudienceComputeCadence) SetType(v string)

SetType sets field value

func (AudienceComputeCadence) ToMap ¶

func (o AudienceComputeCadence) ToMap() (map[string]interface{}, error)

type AudienceDefinition ¶

type AudienceDefinition struct {
	// The query language string defining the audience segmentation criteria.  For guidance on using the query language, see the [Segment documentation site](https://segment.com/docs/api/public-api/query-language).
	Query string `json:"query"`
	// The target entity slug.
	TargetEntity *string `json:"targetEntity,omitempty"`
}

AudienceDefinition struct for AudienceDefinition

func NewAudienceDefinition ¶

func NewAudienceDefinition(query string) *AudienceDefinition

NewAudienceDefinition instantiates a new AudienceDefinition 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 NewAudienceDefinitionWithDefaults ¶

func NewAudienceDefinitionWithDefaults() *AudienceDefinition

NewAudienceDefinitionWithDefaults instantiates a new AudienceDefinition 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 (*AudienceDefinition) GetQuery ¶

func (o *AudienceDefinition) GetQuery() string

GetQuery returns the Query field value

func (*AudienceDefinition) GetQueryOk ¶

func (o *AudienceDefinition) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.

func (*AudienceDefinition) GetTargetEntity ¶

func (o *AudienceDefinition) GetTargetEntity() string

GetTargetEntity returns the TargetEntity field value if set, zero value otherwise.

func (*AudienceDefinition) GetTargetEntityOk ¶

func (o *AudienceDefinition) GetTargetEntityOk() (*string, bool)

GetTargetEntityOk returns a tuple with the TargetEntity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudienceDefinition) HasTargetEntity ¶

func (o *AudienceDefinition) HasTargetEntity() bool

HasTargetEntity returns a boolean if a field has been set.

func (AudienceDefinition) MarshalJSON ¶

func (o AudienceDefinition) MarshalJSON() ([]byte, error)

func (*AudienceDefinition) SetQuery ¶

func (o *AudienceDefinition) SetQuery(v string)

SetQuery sets field value

func (*AudienceDefinition) SetTargetEntity ¶

func (o *AudienceDefinition) SetTargetEntity(v string)

SetTargetEntity gets a reference to the given string and assigns it to the TargetEntity field.

func (AudienceDefinition) ToMap ¶

func (o AudienceDefinition) ToMap() (map[string]interface{}, error)

type AudienceOptions ¶

type AudienceOptions struct {
	// Determines whether data prior to the audience being created is included when determining audience membership. Note that including historical data may be needed in order to properly handle the definition specified. In these cases, Segment will automatically handle including historical data and the response will return the includeHistoricalData parameter as true.
	IncludeHistoricalData *bool `json:"includeHistoricalData,omitempty"`
	// The set of profile external identifiers being used to determine audience membership. Profiles will only be considered for audience membership if the profile has at least one external id whose key matches a value in this set. If unspecified, a default set of external identifiers will be used: ['user_id', 'email', 'android.idfa', 'ios.idfa'].
	FilterByExternalIds []string `json:"filterByExternalIds,omitempty"`
	// If specified, the value of this field indicates the number of days, specified from the date the audience was created, that event data will be included from when determining audience membership. If unspecified, defer to the value of `includeHistoricalData` to determine whether historical data is either entirely included or entirely excluded when determining audience membership.
	BackfillEventDataDays *float32 `json:"backfillEventDataDays,omitempty"`
}

AudienceOptions struct for AudienceOptions

func NewAudienceOptions ¶

func NewAudienceOptions() *AudienceOptions

NewAudienceOptions instantiates a new AudienceOptions 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 NewAudienceOptionsWithDefaults ¶

func NewAudienceOptionsWithDefaults() *AudienceOptions

NewAudienceOptionsWithDefaults instantiates a new AudienceOptions 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 (*AudienceOptions) GetBackfillEventDataDays ¶

func (o *AudienceOptions) GetBackfillEventDataDays() float32

GetBackfillEventDataDays returns the BackfillEventDataDays field value if set, zero value otherwise.

func (*AudienceOptions) GetBackfillEventDataDaysOk ¶

func (o *AudienceOptions) GetBackfillEventDataDaysOk() (*float32, bool)

GetBackfillEventDataDaysOk returns a tuple with the BackfillEventDataDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudienceOptions) GetFilterByExternalIds ¶

func (o *AudienceOptions) GetFilterByExternalIds() []string

GetFilterByExternalIds returns the FilterByExternalIds field value if set, zero value otherwise.

func (*AudienceOptions) GetFilterByExternalIdsOk ¶

func (o *AudienceOptions) GetFilterByExternalIdsOk() ([]string, bool)

GetFilterByExternalIdsOk returns a tuple with the FilterByExternalIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudienceOptions) GetIncludeHistoricalData ¶

func (o *AudienceOptions) GetIncludeHistoricalData() bool

GetIncludeHistoricalData returns the IncludeHistoricalData field value if set, zero value otherwise.

func (*AudienceOptions) GetIncludeHistoricalDataOk ¶

func (o *AudienceOptions) GetIncludeHistoricalDataOk() (*bool, bool)

GetIncludeHistoricalDataOk returns a tuple with the IncludeHistoricalData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudienceOptions) HasBackfillEventDataDays ¶

func (o *AudienceOptions) HasBackfillEventDataDays() bool

HasBackfillEventDataDays returns a boolean if a field has been set.

func (*AudienceOptions) HasFilterByExternalIds ¶

func (o *AudienceOptions) HasFilterByExternalIds() bool

HasFilterByExternalIds returns a boolean if a field has been set.

func (*AudienceOptions) HasIncludeHistoricalData ¶

func (o *AudienceOptions) HasIncludeHistoricalData() bool

HasIncludeHistoricalData returns a boolean if a field has been set.

func (AudienceOptions) MarshalJSON ¶

func (o AudienceOptions) MarshalJSON() ([]byte, error)

func (*AudienceOptions) SetBackfillEventDataDays ¶

func (o *AudienceOptions) SetBackfillEventDataDays(v float32)

SetBackfillEventDataDays gets a reference to the given float32 and assigns it to the BackfillEventDataDays field.

func (*AudienceOptions) SetFilterByExternalIds ¶

func (o *AudienceOptions) SetFilterByExternalIds(v []string)

SetFilterByExternalIds gets a reference to the given []string and assigns it to the FilterByExternalIds field.

func (*AudienceOptions) SetIncludeHistoricalData ¶

func (o *AudienceOptions) SetIncludeHistoricalData(v bool)

SetIncludeHistoricalData gets a reference to the given bool and assigns it to the IncludeHistoricalData field.

func (AudienceOptions) ToMap ¶

func (o AudienceOptions) ToMap() (map[string]interface{}, error)

type AudienceOptionsWithLookback ¶

type AudienceOptionsWithLookback struct {
	// The set of profile external identifiers being used to determine audience membership. Profiles will only be considered for audience membership if the profile has at least one external id whose key matches a value in this set.
	FilterByExternalIds []string `json:"filterByExternalIds"`
	// Determines whether data prior to the audience being created is included when determining audience membership. Note that including historical data may be needed in order to properly handle the definition specified. In these cases, Segment will automatically handle including historical data and the response will return the includeHistoricalData parameter as true.
	IncludeHistoricalData *bool `json:"includeHistoricalData,omitempty"`
	// If specified, the value of this field indicates the number of days, specified from the date the audience was created, that event data will be included from when determining audience membership. If unspecified, defer to the value of `includeHistoricalData` to determine whether historical data is either entirely included or entirely excluded when determining audience membership.
	BackfillEventDataDays *float32 `json:"backfillEventDataDays,omitempty"`
}

AudienceOptionsWithLookback struct for AudienceOptionsWithLookback

func NewAudienceOptionsWithLookback ¶

func NewAudienceOptionsWithLookback(filterByExternalIds []string) *AudienceOptionsWithLookback

NewAudienceOptionsWithLookback instantiates a new AudienceOptionsWithLookback 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 NewAudienceOptionsWithLookbackWithDefaults ¶

func NewAudienceOptionsWithLookbackWithDefaults() *AudienceOptionsWithLookback

NewAudienceOptionsWithLookbackWithDefaults instantiates a new AudienceOptionsWithLookback 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 (*AudienceOptionsWithLookback) GetBackfillEventDataDays ¶

func (o *AudienceOptionsWithLookback) GetBackfillEventDataDays() float32

GetBackfillEventDataDays returns the BackfillEventDataDays field value if set, zero value otherwise.

func (*AudienceOptionsWithLookback) GetBackfillEventDataDaysOk ¶

func (o *AudienceOptionsWithLookback) GetBackfillEventDataDaysOk() (*float32, bool)

GetBackfillEventDataDaysOk returns a tuple with the BackfillEventDataDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudienceOptionsWithLookback) GetFilterByExternalIds ¶

func (o *AudienceOptionsWithLookback) GetFilterByExternalIds() []string

GetFilterByExternalIds returns the FilterByExternalIds field value

func (*AudienceOptionsWithLookback) GetFilterByExternalIdsOk ¶

func (o *AudienceOptionsWithLookback) GetFilterByExternalIdsOk() ([]string, bool)

GetFilterByExternalIdsOk returns a tuple with the FilterByExternalIds field value and a boolean to check if the value has been set.

func (*AudienceOptionsWithLookback) GetIncludeHistoricalData ¶

func (o *AudienceOptionsWithLookback) GetIncludeHistoricalData() bool

GetIncludeHistoricalData returns the IncludeHistoricalData field value if set, zero value otherwise.

func (*AudienceOptionsWithLookback) GetIncludeHistoricalDataOk ¶

func (o *AudienceOptionsWithLookback) GetIncludeHistoricalDataOk() (*bool, bool)

GetIncludeHistoricalDataOk returns a tuple with the IncludeHistoricalData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudienceOptionsWithLookback) HasBackfillEventDataDays ¶

func (o *AudienceOptionsWithLookback) HasBackfillEventDataDays() bool

HasBackfillEventDataDays returns a boolean if a field has been set.

func (*AudienceOptionsWithLookback) HasIncludeHistoricalData ¶

func (o *AudienceOptionsWithLookback) HasIncludeHistoricalData() bool

HasIncludeHistoricalData returns a boolean if a field has been set.

func (AudienceOptionsWithLookback) MarshalJSON ¶

func (o AudienceOptionsWithLookback) MarshalJSON() ([]byte, error)

func (*AudienceOptionsWithLookback) SetBackfillEventDataDays ¶

func (o *AudienceOptionsWithLookback) SetBackfillEventDataDays(v float32)

SetBackfillEventDataDays gets a reference to the given float32 and assigns it to the BackfillEventDataDays field.

func (*AudienceOptionsWithLookback) SetFilterByExternalIds ¶

func (o *AudienceOptionsWithLookback) SetFilterByExternalIds(v []string)

SetFilterByExternalIds sets field value

func (*AudienceOptionsWithLookback) SetIncludeHistoricalData ¶

func (o *AudienceOptionsWithLookback) SetIncludeHistoricalData(v bool)

SetIncludeHistoricalData gets a reference to the given bool and assigns it to the IncludeHistoricalData field.

func (AudienceOptionsWithLookback) ToMap ¶

func (o AudienceOptionsWithLookback) ToMap() (map[string]interface{}, error)

type AudiencePreview ¶

type AudiencePreview struct {
	// Unique identifier for tracking and retrieving results of an audience preview.
	Id string `json:"id"`
	// The audience type of the preview.  Possible values: USERS, ACCOUNTS, LINKED.
	AudienceType string                     `json:"audienceType"`
	Definition   AudienceDefinition         `json:"definition"`
	Options      ReadAudiencePreviewOptions `json:"options"`
	// Status for the audience preview.
	Status string `json:"status"`
	// Sampled result membership for the audience preview. Only has a value if the status is 'COMPLETED'.
	Results []AudiencePreviewResult `json:"results,omitempty"`
	Size    *AudienceSize           `json:"size,omitempty"`
	// Explanation of why the audience preview failed. Only has a value if status is 'FAILED'.
	FailureReason *string `json:"failureReason,omitempty"`
}

AudiencePreview An audience preview.

func NewAudiencePreview ¶

func NewAudiencePreview(
	id string,
	audienceType string,
	definition AudienceDefinition,
	options ReadAudiencePreviewOptions,
	status string,
) *AudiencePreview

NewAudiencePreview instantiates a new AudiencePreview 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 NewAudiencePreviewWithDefaults ¶

func NewAudiencePreviewWithDefaults() *AudiencePreview

NewAudiencePreviewWithDefaults instantiates a new AudiencePreview 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 (*AudiencePreview) GetAudienceType ¶

func (o *AudiencePreview) GetAudienceType() string

GetAudienceType returns the AudienceType field value

func (*AudiencePreview) GetAudienceTypeOk ¶

func (o *AudiencePreview) GetAudienceTypeOk() (*string, bool)

GetAudienceTypeOk returns a tuple with the AudienceType field value and a boolean to check if the value has been set.

func (*AudiencePreview) GetDefinition ¶

func (o *AudiencePreview) GetDefinition() AudienceDefinition

GetDefinition returns the Definition field value

func (*AudiencePreview) GetDefinitionOk ¶

func (o *AudiencePreview) GetDefinitionOk() (*AudienceDefinition, bool)

GetDefinitionOk returns a tuple with the Definition field value and a boolean to check if the value has been set.

func (*AudiencePreview) GetFailureReason ¶

func (o *AudiencePreview) GetFailureReason() string

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*AudiencePreview) GetFailureReasonOk ¶

func (o *AudiencePreview) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudiencePreview) GetId ¶

func (o *AudiencePreview) GetId() string

GetId returns the Id field value

func (*AudiencePreview) GetIdOk ¶

func (o *AudiencePreview) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*AudiencePreview) GetOptions ¶

GetOptions returns the Options field value

func (*AudiencePreview) GetOptionsOk ¶

func (o *AudiencePreview) GetOptionsOk() (*ReadAudiencePreviewOptions, bool)

GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.

func (*AudiencePreview) GetResults ¶

func (o *AudiencePreview) GetResults() []AudiencePreviewResult

GetResults returns the Results field value if set, zero value otherwise.

func (*AudiencePreview) GetResultsOk ¶

func (o *AudiencePreview) GetResultsOk() ([]AudiencePreviewResult, bool)

GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudiencePreview) GetSize ¶

func (o *AudiencePreview) GetSize() AudienceSize

GetSize returns the Size field value if set, zero value otherwise.

func (*AudiencePreview) GetSizeOk ¶

func (o *AudiencePreview) GetSizeOk() (*AudienceSize, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudiencePreview) GetStatus ¶

func (o *AudiencePreview) GetStatus() string

GetStatus returns the Status field value

func (*AudiencePreview) GetStatusOk ¶

func (o *AudiencePreview) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*AudiencePreview) HasFailureReason ¶

func (o *AudiencePreview) HasFailureReason() bool

HasFailureReason returns a boolean if a field has been set.

func (*AudiencePreview) HasResults ¶

func (o *AudiencePreview) HasResults() bool

HasResults returns a boolean if a field has been set.

func (*AudiencePreview) HasSize ¶

func (o *AudiencePreview) HasSize() bool

HasSize returns a boolean if a field has been set.

func (AudiencePreview) MarshalJSON ¶

func (o AudiencePreview) MarshalJSON() ([]byte, error)

func (*AudiencePreview) SetAudienceType ¶

func (o *AudiencePreview) SetAudienceType(v string)

SetAudienceType sets field value

func (*AudiencePreview) SetDefinition ¶

func (o *AudiencePreview) SetDefinition(v AudienceDefinition)

SetDefinition sets field value

func (*AudiencePreview) SetFailureReason ¶

func (o *AudiencePreview) SetFailureReason(v string)

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (*AudiencePreview) SetId ¶

func (o *AudiencePreview) SetId(v string)

SetId sets field value

func (*AudiencePreview) SetOptions ¶

SetOptions sets field value

func (*AudiencePreview) SetResults ¶

func (o *AudiencePreview) SetResults(v []AudiencePreviewResult)

SetResults gets a reference to the given []AudiencePreviewResult and assigns it to the Results field.

func (*AudiencePreview) SetSize ¶

func (o *AudiencePreview) SetSize(v AudienceSize)

SetSize gets a reference to the given AudienceSize and assigns it to the Size field.

func (*AudiencePreview) SetStatus ¶

func (o *AudiencePreview) SetStatus(v string)

SetStatus sets field value

func (AudiencePreview) ToMap ¶

func (o AudiencePreview) ToMap() (map[string]interface{}, error)

type AudiencePreviewAccountResult ¶

type AudiencePreviewAccountResult struct {
	// Account id.
	Id string `json:"id"`
}

AudiencePreviewAccountResult Result membership object for an audience preview with `audienceType: ACCOUNTS`.

func NewAudiencePreviewAccountResult ¶

func NewAudiencePreviewAccountResult(id string) *AudiencePreviewAccountResult

NewAudiencePreviewAccountResult instantiates a new AudiencePreviewAccountResult 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 NewAudiencePreviewAccountResultWithDefaults ¶

func NewAudiencePreviewAccountResultWithDefaults() *AudiencePreviewAccountResult

NewAudiencePreviewAccountResultWithDefaults instantiates a new AudiencePreviewAccountResult 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 (*AudiencePreviewAccountResult) GetId ¶

GetId returns the Id field value

func (*AudiencePreviewAccountResult) GetIdOk ¶

func (o *AudiencePreviewAccountResult) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (AudiencePreviewAccountResult) MarshalJSON ¶

func (o AudiencePreviewAccountResult) MarshalJSON() ([]byte, error)

func (*AudiencePreviewAccountResult) SetId ¶

SetId sets field value

func (AudiencePreviewAccountResult) ToMap ¶

func (o AudiencePreviewAccountResult) ToMap() (map[string]interface{}, error)

type AudiencePreviewEntitiesResult ¶

type AudiencePreviewEntitiesResult struct {
	// Entity id.
	Id string `json:"id"`
	// The entity primary key column name.
	IdProperty string `json:"idProperty"`
	// The entity relationship slug.
	RelationshipSlug string `json:"relationshipSlug"`
	// Entity properties.
	Properties map[string]interface{} `json:"properties,omitempty"`
	// Related entities that are one level deeper will only be returned if those entities are referenced in the audience definition.
	Entities map[string]interface{} `json:"entities,omitempty"`
	// Related list of profiles.
	Profiles []Profile `json:"profiles,omitempty"`
	// Indicates if only a subset of the profiles associated with the entity were returned.
	ProfilesTruncated bool `json:"profilesTruncated"`
}

AudiencePreviewEntitiesResult Result membership object for an audience preview with `audienceType: USERS` or `audienceType: LINKED`.

func NewAudiencePreviewEntitiesResult ¶

func NewAudiencePreviewEntitiesResult(
	id string,
	idProperty string,
	relationshipSlug string,
	profilesTruncated bool,
) *AudiencePreviewEntitiesResult

NewAudiencePreviewEntitiesResult instantiates a new AudiencePreviewEntitiesResult 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 NewAudiencePreviewEntitiesResultWithDefaults ¶

func NewAudiencePreviewEntitiesResultWithDefaults() *AudiencePreviewEntitiesResult

NewAudiencePreviewEntitiesResultWithDefaults instantiates a new AudiencePreviewEntitiesResult 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 (*AudiencePreviewEntitiesResult) GetEntities ¶

func (o *AudiencePreviewEntitiesResult) GetEntities() map[string]interface{}

GetEntities returns the Entities field value if set, zero value otherwise.

func (*AudiencePreviewEntitiesResult) GetEntitiesOk ¶

func (o *AudiencePreviewEntitiesResult) GetEntitiesOk() (map[string]interface{}, bool)

GetEntitiesOk returns a tuple with the Entities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudiencePreviewEntitiesResult) GetId ¶

GetId returns the Id field value

func (*AudiencePreviewEntitiesResult) GetIdOk ¶

func (o *AudiencePreviewEntitiesResult) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*AudiencePreviewEntitiesResult) GetIdProperty ¶

func (o *AudiencePreviewEntitiesResult) GetIdProperty() string

GetIdProperty returns the IdProperty field value

func (*AudiencePreviewEntitiesResult) GetIdPropertyOk ¶

func (o *AudiencePreviewEntitiesResult) GetIdPropertyOk() (*string, bool)

GetIdPropertyOk returns a tuple with the IdProperty field value and a boolean to check if the value has been set.

func (*AudiencePreviewEntitiesResult) GetProfiles ¶

func (o *AudiencePreviewEntitiesResult) GetProfiles() []Profile

GetProfiles returns the Profiles field value if set, zero value otherwise.

func (*AudiencePreviewEntitiesResult) GetProfilesOk ¶

func (o *AudiencePreviewEntitiesResult) GetProfilesOk() ([]Profile, bool)

GetProfilesOk returns a tuple with the Profiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudiencePreviewEntitiesResult) GetProfilesTruncated ¶

func (o *AudiencePreviewEntitiesResult) GetProfilesTruncated() bool

GetProfilesTruncated returns the ProfilesTruncated field value

func (*AudiencePreviewEntitiesResult) GetProfilesTruncatedOk ¶

func (o *AudiencePreviewEntitiesResult) GetProfilesTruncatedOk() (*bool, bool)

GetProfilesTruncatedOk returns a tuple with the ProfilesTruncated field value and a boolean to check if the value has been set.

func (*AudiencePreviewEntitiesResult) GetProperties ¶

func (o *AudiencePreviewEntitiesResult) GetProperties() map[string]interface{}

GetProperties returns the Properties field value if set, zero value otherwise.

func (*AudiencePreviewEntitiesResult) GetPropertiesOk ¶

func (o *AudiencePreviewEntitiesResult) GetPropertiesOk() (map[string]interface{}, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudiencePreviewEntitiesResult) GetRelationshipSlug ¶

func (o *AudiencePreviewEntitiesResult) GetRelationshipSlug() string

GetRelationshipSlug returns the RelationshipSlug field value

func (*AudiencePreviewEntitiesResult) GetRelationshipSlugOk ¶

func (o *AudiencePreviewEntitiesResult) GetRelationshipSlugOk() (*string, bool)

GetRelationshipSlugOk returns a tuple with the RelationshipSlug field value and a boolean to check if the value has been set.

func (*AudiencePreviewEntitiesResult) HasEntities ¶

func (o *AudiencePreviewEntitiesResult) HasEntities() bool

HasEntities returns a boolean if a field has been set.

func (*AudiencePreviewEntitiesResult) HasProfiles ¶

func (o *AudiencePreviewEntitiesResult) HasProfiles() bool

HasProfiles returns a boolean if a field has been set.

func (*AudiencePreviewEntitiesResult) HasProperties ¶

func (o *AudiencePreviewEntitiesResult) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (AudiencePreviewEntitiesResult) MarshalJSON ¶

func (o AudiencePreviewEntitiesResult) MarshalJSON() ([]byte, error)

func (*AudiencePreviewEntitiesResult) SetEntities ¶

func (o *AudiencePreviewEntitiesResult) SetEntities(v map[string]interface{})

SetEntities gets a reference to the given map[string]interface{} and assigns it to the Entities field.

func (*AudiencePreviewEntitiesResult) SetId ¶

SetId sets field value

func (*AudiencePreviewEntitiesResult) SetIdProperty ¶

func (o *AudiencePreviewEntitiesResult) SetIdProperty(v string)

SetIdProperty sets field value

func (*AudiencePreviewEntitiesResult) SetProfiles ¶

func (o *AudiencePreviewEntitiesResult) SetProfiles(v []Profile)

SetProfiles gets a reference to the given []Profile and assigns it to the Profiles field.

func (*AudiencePreviewEntitiesResult) SetProfilesTruncated ¶

func (o *AudiencePreviewEntitiesResult) SetProfilesTruncated(v bool)

SetProfilesTruncated sets field value

func (*AudiencePreviewEntitiesResult) SetProperties ¶

func (o *AudiencePreviewEntitiesResult) SetProperties(v map[string]interface{})

SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.

func (*AudiencePreviewEntitiesResult) SetRelationshipSlug ¶

func (o *AudiencePreviewEntitiesResult) SetRelationshipSlug(v string)

SetRelationshipSlug sets field value

func (AudiencePreviewEntitiesResult) ToMap ¶

func (o AudiencePreviewEntitiesResult) ToMap() (map[string]interface{}, error)

type AudiencePreviewIdentifier ¶

type AudiencePreviewIdentifier struct {
	// Unique identifier for tracking and retrieving results of an audience preview.
	Id string `json:"id"`
}

AudiencePreviewIdentifier Identifier for an audience preview.

func NewAudiencePreviewIdentifier ¶

func NewAudiencePreviewIdentifier(id string) *AudiencePreviewIdentifier

NewAudiencePreviewIdentifier instantiates a new AudiencePreviewIdentifier 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 NewAudiencePreviewIdentifierWithDefaults ¶

func NewAudiencePreviewIdentifierWithDefaults() *AudiencePreviewIdentifier

NewAudiencePreviewIdentifierWithDefaults instantiates a new AudiencePreviewIdentifier 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 (*AudiencePreviewIdentifier) GetId ¶

func (o *AudiencePreviewIdentifier) GetId() string

GetId returns the Id field value

func (*AudiencePreviewIdentifier) GetIdOk ¶

func (o *AudiencePreviewIdentifier) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (AudiencePreviewIdentifier) MarshalJSON ¶

func (o AudiencePreviewIdentifier) MarshalJSON() ([]byte, error)

func (*AudiencePreviewIdentifier) SetId ¶

func (o *AudiencePreviewIdentifier) SetId(v string)

SetId sets field value

func (AudiencePreviewIdentifier) ToMap ¶

func (o AudiencePreviewIdentifier) ToMap() (map[string]interface{}, error)

type AudiencePreviewProfileResult ¶

type AudiencePreviewProfileResult struct {
	// Segment id.
	Id string `json:"id"`
	// Associated entities.
	Entities *map[string][]EntityDetails `json:"entities,omitempty"`
}

AudiencePreviewProfileResult Result membership object for an audience preview with `audienceType: USERS` or `audienceType: LINKED`.

func NewAudiencePreviewProfileResult ¶

func NewAudiencePreviewProfileResult(id string) *AudiencePreviewProfileResult

NewAudiencePreviewProfileResult instantiates a new AudiencePreviewProfileResult 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 NewAudiencePreviewProfileResultWithDefaults ¶

func NewAudiencePreviewProfileResultWithDefaults() *AudiencePreviewProfileResult

NewAudiencePreviewProfileResultWithDefaults instantiates a new AudiencePreviewProfileResult 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 (*AudiencePreviewProfileResult) GetEntities ¶

func (o *AudiencePreviewProfileResult) GetEntities() map[string][]EntityDetails

GetEntities returns the Entities field value if set, zero value otherwise.

func (*AudiencePreviewProfileResult) GetEntitiesOk ¶

func (o *AudiencePreviewProfileResult) GetEntitiesOk() (*map[string][]EntityDetails, bool)

GetEntitiesOk returns a tuple with the Entities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudiencePreviewProfileResult) GetId ¶

GetId returns the Id field value

func (*AudiencePreviewProfileResult) GetIdOk ¶

func (o *AudiencePreviewProfileResult) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*AudiencePreviewProfileResult) HasEntities ¶

func (o *AudiencePreviewProfileResult) HasEntities() bool

HasEntities returns a boolean if a field has been set.

func (AudiencePreviewProfileResult) MarshalJSON ¶

func (o AudiencePreviewProfileResult) MarshalJSON() ([]byte, error)

func (*AudiencePreviewProfileResult) SetEntities ¶

func (o *AudiencePreviewProfileResult) SetEntities(v map[string][]EntityDetails)

SetEntities gets a reference to the given map[string][]EntityDetails and assigns it to the Entities field.

func (*AudiencePreviewProfileResult) SetId ¶

SetId sets field value

func (AudiencePreviewProfileResult) ToMap ¶

func (o AudiencePreviewProfileResult) ToMap() (map[string]interface{}, error)

type AudiencePreviewResult ¶

type AudiencePreviewResult struct {
	AudiencePreviewAccountResult  *AudiencePreviewAccountResult
	AudiencePreviewEntitiesResult *AudiencePreviewEntitiesResult
	AudiencePreviewProfileResult  *AudiencePreviewProfileResult
}

AudiencePreviewResult struct for AudiencePreviewResult

func (*AudiencePreviewResult) MarshalJSON ¶

func (src *AudiencePreviewResult) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*AudiencePreviewResult) UnmarshalJSON ¶

func (dst *AudiencePreviewResult) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type AudienceSchedule ¶

type AudienceSchedule struct {
	// Distinct identifier for the schedule.
	Id string `json:"id"`
	// Strategy of the audience schedule (manual, periodic, or specific days).
	Strategy string         `json:"strategy"`
	Config   NullableConfig `json:"config,omitempty"`
	// The next scheduled execution time (RFC3339).
	NextExecution *string `json:"nextExecution,omitempty"`
}

AudienceSchedule Defines an Audience Schedule.

func NewAudienceSchedule ¶

func NewAudienceSchedule(id string, strategy string) *AudienceSchedule

NewAudienceSchedule instantiates a new AudienceSchedule 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 NewAudienceScheduleWithDefaults ¶

func NewAudienceScheduleWithDefaults() *AudienceSchedule

NewAudienceScheduleWithDefaults instantiates a new AudienceSchedule 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 (*AudienceSchedule) GetConfig ¶

func (o *AudienceSchedule) GetConfig() Config

GetConfig returns the Config field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AudienceSchedule) GetConfigOk ¶

func (o *AudienceSchedule) GetConfigOk() (*Config, bool)

GetConfigOk returns a tuple with the Config 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 (*AudienceSchedule) GetId ¶

func (o *AudienceSchedule) GetId() string

GetId returns the Id field value

func (*AudienceSchedule) GetIdOk ¶

func (o *AudienceSchedule) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*AudienceSchedule) GetNextExecution ¶

func (o *AudienceSchedule) GetNextExecution() string

GetNextExecution returns the NextExecution field value if set, zero value otherwise.

func (*AudienceSchedule) GetNextExecutionOk ¶

func (o *AudienceSchedule) GetNextExecutionOk() (*string, bool)

GetNextExecutionOk returns a tuple with the NextExecution field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudienceSchedule) GetStrategy ¶

func (o *AudienceSchedule) GetStrategy() string

GetStrategy returns the Strategy field value

func (*AudienceSchedule) GetStrategyOk ¶

func (o *AudienceSchedule) GetStrategyOk() (*string, bool)

GetStrategyOk returns a tuple with the Strategy field value and a boolean to check if the value has been set.

func (*AudienceSchedule) HasConfig ¶

func (o *AudienceSchedule) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*AudienceSchedule) HasNextExecution ¶

func (o *AudienceSchedule) HasNextExecution() bool

HasNextExecution returns a boolean if a field has been set.

func (AudienceSchedule) MarshalJSON ¶

func (o AudienceSchedule) MarshalJSON() ([]byte, error)

func (*AudienceSchedule) SetConfig ¶

func (o *AudienceSchedule) SetConfig(v Config)

SetConfig gets a reference to the given NullableConfig and assigns it to the Config field.

func (*AudienceSchedule) SetConfigNil ¶

func (o *AudienceSchedule) SetConfigNil()

SetConfigNil sets the value for Config to be an explicit nil

func (*AudienceSchedule) SetId ¶

func (o *AudienceSchedule) SetId(v string)

SetId sets field value

func (*AudienceSchedule) SetNextExecution ¶

func (o *AudienceSchedule) SetNextExecution(v string)

SetNextExecution gets a reference to the given string and assigns it to the NextExecution field.

func (*AudienceSchedule) SetStrategy ¶

func (o *AudienceSchedule) SetStrategy(v string)

SetStrategy sets field value

func (AudienceSchedule) ToMap ¶

func (o AudienceSchedule) ToMap() (map[string]interface{}, error)

func (*AudienceSchedule) UnsetConfig ¶

func (o *AudienceSchedule) UnsetConfig()

UnsetConfig ensures that no value is present for Config, not even an explicit nil

type AudienceSize ¶

type AudienceSize struct {
	// The total audience membership count. Refer to the type field to determine the unit for this field (profiles, accounts, etc).
	Count *float32 `json:"count,omitempty"`
	// The unit type for the count(s) being returned.
	Type string `json:"type"`
	// The unique audience membership count.
	UniqueCount *float32 `json:"uniqueCount,omitempty"`
}

AudienceSize struct for AudienceSize

func NewAudienceSize ¶

func NewAudienceSize(type_ string) *AudienceSize

NewAudienceSize instantiates a new AudienceSize 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 NewAudienceSizeWithDefaults ¶

func NewAudienceSizeWithDefaults() *AudienceSize

NewAudienceSizeWithDefaults instantiates a new AudienceSize 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 (*AudienceSize) GetCount ¶

func (o *AudienceSize) GetCount() float32

GetCount returns the Count field value if set, zero value otherwise.

func (*AudienceSize) GetCountOk ¶

func (o *AudienceSize) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudienceSize) GetType ¶

func (o *AudienceSize) GetType() string

GetType returns the Type field value

func (*AudienceSize) GetTypeOk ¶

func (o *AudienceSize) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*AudienceSize) GetUniqueCount ¶

func (o *AudienceSize) GetUniqueCount() float32

GetUniqueCount returns the UniqueCount field value if set, zero value otherwise.

func (*AudienceSize) GetUniqueCountOk ¶

func (o *AudienceSize) GetUniqueCountOk() (*float32, bool)

GetUniqueCountOk returns a tuple with the UniqueCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudienceSize) HasCount ¶

func (o *AudienceSize) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*AudienceSize) HasUniqueCount ¶

func (o *AudienceSize) HasUniqueCount() bool

HasUniqueCount returns a boolean if a field has been set.

func (AudienceSize) MarshalJSON ¶

func (o AudienceSize) MarshalJSON() ([]byte, error)

func (*AudienceSize) SetCount ¶

func (o *AudienceSize) SetCount(v float32)

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*AudienceSize) SetType ¶

func (o *AudienceSize) SetType(v string)

SetType sets field value

func (*AudienceSize) SetUniqueCount ¶

func (o *AudienceSize) SetUniqueCount(v float32)

SetUniqueCount gets a reference to the given float32 and assigns it to the UniqueCount field.

func (AudienceSize) ToMap ¶

func (o AudienceSize) ToMap() (map[string]interface{}, error)

type AudienceSummary ¶

type AudienceSummary struct {
	// Audience id.
	Id string `json:"id"`
	// Space id for the audience.
	SpaceId string `json:"spaceId"`
	// Name of the audience.
	Name string `json:"name"`
	// Description of the audience.
	Description *string `json:"description,omitempty"`
	// Key for the audience.
	Key string `json:"key"`
	// Enabled/disabled status for the audience.
	Enabled    bool                       `json:"enabled"`
	Definition NullableAudienceDefinition `json:"definition"`
	// Status for the audience.  Possible values: Backfilling, Computing, Failed, Live, Awaiting Destinations, Disabled.
	Status *string `json:"status,omitempty"`
	// User id who created the audience.
	CreatedBy string `json:"createdBy"`
	// User id who last updated the audience.
	UpdatedBy string `json:"updatedBy"`
	// Date the audience was created.
	CreatedAt string `json:"createdAt"`
	// Date the audience was last updated.
	UpdatedAt string `json:"updatedAt"`
	// Denotes the type of audience product.
	AudienceType string           `json:"audienceType"`
	Options      *AudienceOptions `json:"options,omitempty"`
}

AudienceSummary Defines an Audience.

func NewAudienceSummary ¶

func NewAudienceSummary(
	id string,
	spaceId string,
	name string,
	key string,
	enabled bool,
	definition NullableAudienceDefinition,
	createdBy string,
	updatedBy string,
	createdAt string,
	updatedAt string,
	audienceType string,
) *AudienceSummary

NewAudienceSummary instantiates a new AudienceSummary 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 NewAudienceSummaryWithDefaults ¶

func NewAudienceSummaryWithDefaults() *AudienceSummary

NewAudienceSummaryWithDefaults instantiates a new AudienceSummary 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 (*AudienceSummary) GetAudienceType ¶

func (o *AudienceSummary) GetAudienceType() string

GetAudienceType returns the AudienceType field value

func (*AudienceSummary) GetAudienceTypeOk ¶

func (o *AudienceSummary) GetAudienceTypeOk() (*string, bool)

GetAudienceTypeOk returns a tuple with the AudienceType field value and a boolean to check if the value has been set.

func (*AudienceSummary) GetCreatedAt ¶

func (o *AudienceSummary) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*AudienceSummary) GetCreatedAtOk ¶

func (o *AudienceSummary) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*AudienceSummary) GetCreatedBy ¶

func (o *AudienceSummary) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field value

func (*AudienceSummary) GetCreatedByOk ¶

func (o *AudienceSummary) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.

func (*AudienceSummary) GetDefinition ¶

func (o *AudienceSummary) GetDefinition() AudienceDefinition

GetDefinition returns the Definition field value If the value is explicit nil, the zero value for AudienceDefinition will be returned

func (*AudienceSummary) GetDefinitionOk ¶

func (o *AudienceSummary) GetDefinitionOk() (*AudienceDefinition, bool)

GetDefinitionOk returns a tuple with the Definition field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AudienceSummary) GetDescription ¶

func (o *AudienceSummary) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*AudienceSummary) GetDescriptionOk ¶

func (o *AudienceSummary) 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 (*AudienceSummary) GetEnabled ¶

func (o *AudienceSummary) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*AudienceSummary) GetEnabledOk ¶

func (o *AudienceSummary) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*AudienceSummary) GetId ¶

func (o *AudienceSummary) GetId() string

GetId returns the Id field value

func (*AudienceSummary) GetIdOk ¶

func (o *AudienceSummary) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*AudienceSummary) GetKey ¶

func (o *AudienceSummary) GetKey() string

GetKey returns the Key field value

func (*AudienceSummary) GetKeyOk ¶

func (o *AudienceSummary) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*AudienceSummary) GetName ¶

func (o *AudienceSummary) GetName() string

GetName returns the Name field value

func (*AudienceSummary) GetNameOk ¶

func (o *AudienceSummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*AudienceSummary) GetOptions ¶

func (o *AudienceSummary) GetOptions() AudienceOptions

GetOptions returns the Options field value if set, zero value otherwise.

func (*AudienceSummary) GetOptionsOk ¶

func (o *AudienceSummary) GetOptionsOk() (*AudienceOptions, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudienceSummary) GetSpaceId ¶

func (o *AudienceSummary) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*AudienceSummary) GetSpaceIdOk ¶

func (o *AudienceSummary) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*AudienceSummary) GetStatus ¶

func (o *AudienceSummary) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*AudienceSummary) GetStatusOk ¶

func (o *AudienceSummary) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudienceSummary) GetUpdatedAt ¶

func (o *AudienceSummary) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value

func (*AudienceSummary) GetUpdatedAtOk ¶

func (o *AudienceSummary) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*AudienceSummary) GetUpdatedBy ¶

func (o *AudienceSummary) GetUpdatedBy() string

GetUpdatedBy returns the UpdatedBy field value

func (*AudienceSummary) GetUpdatedByOk ¶

func (o *AudienceSummary) GetUpdatedByOk() (*string, bool)

GetUpdatedByOk returns a tuple with the UpdatedBy field value and a boolean to check if the value has been set.

func (*AudienceSummary) HasDescription ¶

func (o *AudienceSummary) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*AudienceSummary) HasOptions ¶

func (o *AudienceSummary) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (*AudienceSummary) HasStatus ¶

func (o *AudienceSummary) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (AudienceSummary) MarshalJSON ¶

func (o AudienceSummary) MarshalJSON() ([]byte, error)

func (*AudienceSummary) SetAudienceType ¶

func (o *AudienceSummary) SetAudienceType(v string)

SetAudienceType sets field value

func (*AudienceSummary) SetCreatedAt ¶

func (o *AudienceSummary) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*AudienceSummary) SetCreatedBy ¶

func (o *AudienceSummary) SetCreatedBy(v string)

SetCreatedBy sets field value

func (*AudienceSummary) SetDefinition ¶

func (o *AudienceSummary) SetDefinition(v AudienceDefinition)

SetDefinition sets field value

func (*AudienceSummary) SetDescription ¶

func (o *AudienceSummary) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*AudienceSummary) SetEnabled ¶

func (o *AudienceSummary) SetEnabled(v bool)

SetEnabled sets field value

func (*AudienceSummary) SetId ¶

func (o *AudienceSummary) SetId(v string)

SetId sets field value

func (*AudienceSummary) SetKey ¶

func (o *AudienceSummary) SetKey(v string)

SetKey sets field value

func (*AudienceSummary) SetName ¶

func (o *AudienceSummary) SetName(v string)

SetName sets field value

func (*AudienceSummary) SetOptions ¶

func (o *AudienceSummary) SetOptions(v AudienceOptions)

SetOptions gets a reference to the given AudienceOptions and assigns it to the Options field.

func (*AudienceSummary) SetSpaceId ¶

func (o *AudienceSummary) SetSpaceId(v string)

SetSpaceId sets field value

func (*AudienceSummary) SetStatus ¶

func (o *AudienceSummary) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*AudienceSummary) SetUpdatedAt ¶

func (o *AudienceSummary) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (*AudienceSummary) SetUpdatedBy ¶

func (o *AudienceSummary) SetUpdatedBy(v string)

SetUpdatedBy sets field value

func (AudienceSummary) ToMap ¶

func (o AudienceSummary) ToMap() (map[string]interface{}, error)

type AudienceSummaryWithAudienceTypeAndLookback ¶

type AudienceSummaryWithAudienceTypeAndLookback struct {
	ComputeCadence AudienceComputeCadence       `json:"computeCadence"`
	Size           *AudienceSize                `json:"size,omitempty"`
	Options        *AudienceOptionsWithLookback `json:"options,omitempty"`
	// List of schedules for the audience.
	Schedules []AudienceSchedule `json:"schedules,omitempty"`
	// Audience id.
	Id string `json:"id"`
	// Space id for the audience.
	SpaceId string `json:"spaceId"`
	// Name of the audience.
	Name string `json:"name"`
	// Description of the audience.
	Description *string `json:"description,omitempty"`
	// Key for the audience.
	Key string `json:"key"`
	// Enabled/disabled status for the audience.
	Enabled    bool                       `json:"enabled"`
	Definition NullableAudienceDefinition `json:"definition"`
	// Status for the audience.  Possible values: Backfilling, Computing, Failed, Live, Awaiting Destinations, Disabled.
	Status *string `json:"status,omitempty"`
	// User id who created the audience.
	CreatedBy string `json:"createdBy"`
	// User id who last updated the audience.
	UpdatedBy string `json:"updatedBy"`
	// Date the audience was created.
	CreatedAt string `json:"createdAt"`
	// Date the audience was last updated.
	UpdatedAt string `json:"updatedAt"`
	// Denotes the type of audience product.
	AudienceType string `json:"audienceType"`
}

AudienceSummaryWithAudienceTypeAndLookback struct for AudienceSummaryWithAudienceTypeAndLookback

func NewAudienceSummaryWithAudienceTypeAndLookback ¶

func NewAudienceSummaryWithAudienceTypeAndLookback(
	computeCadence AudienceComputeCadence,
	id string,
	spaceId string,
	name string,
	key string,
	enabled bool,
	definition NullableAudienceDefinition,
	createdBy string,
	updatedBy string,
	createdAt string,
	updatedAt string,
	audienceType string,
) *AudienceSummaryWithAudienceTypeAndLookback

NewAudienceSummaryWithAudienceTypeAndLookback instantiates a new AudienceSummaryWithAudienceTypeAndLookback 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 NewAudienceSummaryWithAudienceTypeAndLookbackWithDefaults ¶

func NewAudienceSummaryWithAudienceTypeAndLookbackWithDefaults() *AudienceSummaryWithAudienceTypeAndLookback

NewAudienceSummaryWithAudienceTypeAndLookbackWithDefaults instantiates a new AudienceSummaryWithAudienceTypeAndLookback 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 (*AudienceSummaryWithAudienceTypeAndLookback) GetAudienceType ¶

GetAudienceType returns the AudienceType field value

func (*AudienceSummaryWithAudienceTypeAndLookback) GetAudienceTypeOk ¶

func (o *AudienceSummaryWithAudienceTypeAndLookback) GetAudienceTypeOk() (*string, bool)

GetAudienceTypeOk returns a tuple with the AudienceType field value and a boolean to check if the value has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetComputeCadence ¶

GetComputeCadence returns the ComputeCadence field value

func (*AudienceSummaryWithAudienceTypeAndLookback) GetComputeCadenceOk ¶

GetComputeCadenceOk returns a tuple with the ComputeCadence field value and a boolean to check if the value has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetCreatedAt ¶

GetCreatedAt returns the CreatedAt field value

func (*AudienceSummaryWithAudienceTypeAndLookback) GetCreatedAtOk ¶

func (o *AudienceSummaryWithAudienceTypeAndLookback) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetCreatedBy ¶

GetCreatedBy returns the CreatedBy field value

func (*AudienceSummaryWithAudienceTypeAndLookback) GetCreatedByOk ¶

func (o *AudienceSummaryWithAudienceTypeAndLookback) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetDefinition ¶

GetDefinition returns the Definition field value If the value is explicit nil, the zero value for AudienceDefinition will be returned

func (*AudienceSummaryWithAudienceTypeAndLookback) GetDefinitionOk ¶

GetDefinitionOk returns a tuple with the Definition field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AudienceSummaryWithAudienceTypeAndLookback) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetDescriptionOk ¶

func (o *AudienceSummaryWithAudienceTypeAndLookback) 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 (*AudienceSummaryWithAudienceTypeAndLookback) GetEnabled ¶

GetEnabled returns the Enabled field value

func (*AudienceSummaryWithAudienceTypeAndLookback) GetEnabledOk ¶

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetId ¶

GetId returns the Id field value

func (*AudienceSummaryWithAudienceTypeAndLookback) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetKey ¶

GetKey returns the Key field value

func (*AudienceSummaryWithAudienceTypeAndLookback) GetKeyOk ¶

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetName ¶

GetName returns the Name field value

func (*AudienceSummaryWithAudienceTypeAndLookback) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetOptions ¶

GetOptions returns the Options field value if set, zero value otherwise.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetOptionsOk ¶

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetSchedules ¶

GetSchedules returns the Schedules field value if set, zero value otherwise.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetSchedulesOk ¶

GetSchedulesOk returns a tuple with the Schedules field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetSize ¶

GetSize returns the Size field value if set, zero value otherwise.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetSizeOk ¶

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetSpaceId ¶

GetSpaceId returns the SpaceId field value

func (*AudienceSummaryWithAudienceTypeAndLookback) GetSpaceIdOk ¶

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetUpdatedAt ¶

GetUpdatedAt returns the UpdatedAt field value

func (*AudienceSummaryWithAudienceTypeAndLookback) GetUpdatedAtOk ¶

func (o *AudienceSummaryWithAudienceTypeAndLookback) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) GetUpdatedBy ¶

GetUpdatedBy returns the UpdatedBy field value

func (*AudienceSummaryWithAudienceTypeAndLookback) GetUpdatedByOk ¶

func (o *AudienceSummaryWithAudienceTypeAndLookback) GetUpdatedByOk() (*string, bool)

GetUpdatedByOk returns a tuple with the UpdatedBy field value and a boolean to check if the value has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) HasOptions ¶

HasOptions returns a boolean if a field has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) HasSchedules ¶

HasSchedules returns a boolean if a field has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) HasSize ¶

HasSize returns a boolean if a field has been set.

func (*AudienceSummaryWithAudienceTypeAndLookback) HasStatus ¶

HasStatus returns a boolean if a field has been set.

func (AudienceSummaryWithAudienceTypeAndLookback) MarshalJSON ¶

func (*AudienceSummaryWithAudienceTypeAndLookback) SetAudienceType ¶

func (o *AudienceSummaryWithAudienceTypeAndLookback) SetAudienceType(v string)

SetAudienceType sets field value

func (*AudienceSummaryWithAudienceTypeAndLookback) SetComputeCadence ¶

SetComputeCadence sets field value

func (*AudienceSummaryWithAudienceTypeAndLookback) SetCreatedAt ¶

SetCreatedAt sets field value

func (*AudienceSummaryWithAudienceTypeAndLookback) SetCreatedBy ¶

SetCreatedBy sets field value

func (*AudienceSummaryWithAudienceTypeAndLookback) SetDefinition ¶

SetDefinition sets field value

func (*AudienceSummaryWithAudienceTypeAndLookback) SetDescription ¶

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*AudienceSummaryWithAudienceTypeAndLookback) SetEnabled ¶

SetEnabled sets field value

func (*AudienceSummaryWithAudienceTypeAndLookback) SetId ¶

SetId sets field value

func (*AudienceSummaryWithAudienceTypeAndLookback) SetKey ¶

SetKey sets field value

func (*AudienceSummaryWithAudienceTypeAndLookback) SetName ¶

SetName sets field value

func (*AudienceSummaryWithAudienceTypeAndLookback) SetOptions ¶

SetOptions gets a reference to the given AudienceOptionsWithLookback and assigns it to the Options field.

func (*AudienceSummaryWithAudienceTypeAndLookback) SetSchedules ¶

SetSchedules gets a reference to the given []AudienceSchedule and assigns it to the Schedules field.

func (*AudienceSummaryWithAudienceTypeAndLookback) SetSize ¶

SetSize gets a reference to the given AudienceSize and assigns it to the Size field.

func (*AudienceSummaryWithAudienceTypeAndLookback) SetSpaceId ¶

SetSpaceId sets field value

func (*AudienceSummaryWithAudienceTypeAndLookback) SetStatus ¶

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*AudienceSummaryWithAudienceTypeAndLookback) SetUpdatedAt ¶

SetUpdatedAt sets field value

func (*AudienceSummaryWithAudienceTypeAndLookback) SetUpdatedBy ¶

SetUpdatedBy sets field value

func (AudienceSummaryWithAudienceTypeAndLookback) ToMap ¶

func (o AudienceSummaryWithAudienceTypeAndLookback) ToMap() (map[string]interface{}, error)

type AudiencesAPIService ¶

type AudiencesAPIService service

AudiencesAPIService AudiencesAPI service

func (*AudiencesAPIService) CreateAudience ¶

func (a *AudiencesAPIService) CreateAudience(
	ctx context.Context,
	spaceId string,
) ApiCreateAudienceRequest

CreateAudience Create Audience

Creates Audience.

• This endpoint is in **Beta** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.

  • When called, this endpoint may generate the `Audience Created` event in the [audit trail](/tag/Audit-Trail). Note: The definition for an Audience created using the API is not editable through the Segment App.

The rate limit for this endpoint is 10 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@return ApiCreateAudienceRequest

func (*AudiencesAPIService) CreateAudienceExecute ¶

Execute executes the request

@return CreateAudience200Response

func (*AudiencesAPIService) CreateAudiencePreview ¶

func (a *AudiencesAPIService) CreateAudiencePreview(
	ctx context.Context,
	spaceId string,
) ApiCreateAudiencePreviewRequest

CreateAudiencePreview Create Audience Preview

Previews Audience.

• This endpoint is in **Beta** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.

• When called, this endpoint may generate the `Audience Preview Created` event in the [audit trail](/tag/Audit-Trail).

The rate limit for this endpoint is 5 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information. This endpoint also has a rate limit of 700 requests per month per spaceId, which is lower than the default due to access pattern restrictions.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@return ApiCreateAudiencePreviewRequest

func (*AudiencesAPIService) CreateAudiencePreviewExecute ¶

Execute executes the request

@return CreateAudiencePreview200Response

func (*AudiencesAPIService) GetAudience ¶

func (a *AudiencesAPIService) GetAudience(
	ctx context.Context,
	spaceId string,
	id string,
) ApiGetAudienceRequest

GetAudience Get Audience

Returns the Audience by id and spaceId. Supports including audience schedules via `?include=schedules`.

• This endpoint is in **Beta** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.

The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param id
@return ApiGetAudienceRequest

func (*AudiencesAPIService) GetAudienceExecute ¶

Execute executes the request

@return GetAudience200Response

func (*AudiencesAPIService) GetAudiencePreview ¶

func (a *AudiencesAPIService) GetAudiencePreview(
	ctx context.Context,
	spaceId string,
	id string,
) ApiGetAudiencePreviewRequest

GetAudiencePreview Get Audience Preview

Reads the results of an audience preview.

• This endpoint is in **Beta** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.

The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param id
@return ApiGetAudiencePreviewRequest

func (*AudiencesAPIService) GetAudiencePreviewExecute ¶

Execute executes the request

@return GetAudiencePreview200Response

func (*AudiencesAPIService) GetAudienceScheduleFromSpaceAndAudience ¶

func (a *AudiencesAPIService) GetAudienceScheduleFromSpaceAndAudience(
	ctx context.Context,
	spaceId string,
	id string,
	scheduleId string,
) ApiGetAudienceScheduleFromSpaceAndAudienceRequest

GetAudienceScheduleFromSpaceAndAudience Get Audience Schedule from Space And Audience

Returns the schedule for the given audience and scheduleId.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param id
@param scheduleId
@return ApiGetAudienceScheduleFromSpaceAndAudienceRequest

func (*AudiencesAPIService) GetAudienceScheduleFromSpaceAndAudienceExecute ¶

Execute executes the request

@return GetAudienceScheduleFromSpaceAndAudience200Response

func (*AudiencesAPIService) ListAudienceConsumersFromSpaceAndAudience ¶

func (a *AudiencesAPIService) ListAudienceConsumersFromSpaceAndAudience(
	ctx context.Context,
	spaceId string,
	id string,
) ApiListAudienceConsumersFromSpaceAndAudienceRequest

ListAudienceConsumersFromSpaceAndAudience List Audience Consumers from Space And Audience

Returns the list of consumers for the given audience.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.

The rate limit for this endpoint is 25 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param id
@return ApiListAudienceConsumersFromSpaceAndAudienceRequest

func (*AudiencesAPIService) ListAudienceConsumersFromSpaceAndAudienceExecute ¶

Execute executes the request

@return ListAudienceConsumersFromSpaceAndAudience200Response

func (*AudiencesAPIService) ListAudienceSchedulesFromSpaceAndAudience ¶

func (a *AudiencesAPIService) ListAudienceSchedulesFromSpaceAndAudience(
	ctx context.Context,
	spaceId string,
	id string,
) ApiListAudienceSchedulesFromSpaceAndAudienceRequest

ListAudienceSchedulesFromSpaceAndAudience List Audience Schedules from Space And Audience

Returns the list of schedules for the given audience.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param id
@return ApiListAudienceSchedulesFromSpaceAndAudienceRequest

func (*AudiencesAPIService) ListAudienceSchedulesFromSpaceAndAudienceExecute ¶

Execute executes the request

@return ListAudienceSchedulesFromSpaceAndAudience200Response

func (*AudiencesAPIService) ListAudiences ¶

func (a *AudiencesAPIService) ListAudiences(
	ctx context.Context,
	spaceId string,
) ApiListAudiencesRequest

ListAudiences List Audiences

Returns Audiences by spaceId. Supports including audience schedules via `?include=schedules`.

• This endpoint is in **Beta** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.

The rate limit for this endpoint is 25 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@return ApiListAudiencesRequest

func (*AudiencesAPIService) ListAudiencesExecute ¶

Execute executes the request

@return ListAudiences200Response

func (*AudiencesAPIService) RemoveAudienceFromSpace ¶

func (a *AudiencesAPIService) RemoveAudienceFromSpace(
	ctx context.Context,
	spaceId string,
	id string,
) ApiRemoveAudienceFromSpaceRequest

RemoveAudienceFromSpace Remove Audience from Space

Deletes an Audience by id and spaceId.

• This endpoint is in **Beta** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.

• When called, this endpoint may generate the `Audience Deleted` event in the [audit trail](/tag/Audit-Trail).

The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param id
@return ApiRemoveAudienceFromSpaceRequest

func (*AudiencesAPIService) RemoveAudienceFromSpaceExecute ¶

Execute executes the request

@return RemoveAudienceFromSpace200Response

func (*AudiencesAPIService) UpdateAudienceForSpace ¶

func (a *AudiencesAPIService) UpdateAudienceForSpace(
	ctx context.Context,
	spaceId string,
	id string,
) ApiUpdateAudienceForSpaceRequest

UpdateAudienceForSpace Update Audience for Space

Updates the Audience.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.

• When called, this endpoint may generate the `Audience Modified` event in the [audit trail](/tag/Audit-Trail).

The rate limit for this endpoint is 10 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param id
@return ApiUpdateAudienceForSpaceRequest

func (*AudiencesAPIService) UpdateAudienceForSpaceExecute ¶

Execute executes the request

@return UpdateAudienceForSpace200Response

type AuditEventV1 ¶

type AuditEventV1 struct {
	// Unique identifier for this audit trail event.
	Id string `json:"id"`
	// The timestamp of this event in ISO-8601 format.
	Timestamp string `json:"timestamp"`
	// The type of this event.
	Type string `json:"type"`
	// The user or API token that triggered this event.
	Actor string `json:"actor"`
	// The email of the user that triggered this event.
	ActorEmail *string `json:"actorEmail,omitempty"`
	// The identifier of the resource affected by this event.
	ResourceId string `json:"resourceId"`
	// The kind of resource affected by this event.
	ResourceType string `json:"resourceType"`
	// The name of the resource affected by this event.
	ResourceName string `json:"resourceName"`
}

AuditEventV1 Represents an Audit Trail event.

func NewAuditEventV1 ¶

func NewAuditEventV1(
	id string,
	timestamp string,
	type_ string,
	actor string,
	resourceId string,
	resourceType string,
	resourceName string,
) *AuditEventV1

NewAuditEventV1 instantiates a new AuditEventV1 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 NewAuditEventV1WithDefaults ¶

func NewAuditEventV1WithDefaults() *AuditEventV1

NewAuditEventV1WithDefaults instantiates a new AuditEventV1 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 (*AuditEventV1) GetActor ¶

func (o *AuditEventV1) GetActor() string

GetActor returns the Actor field value

func (*AuditEventV1) GetActorEmail ¶

func (o *AuditEventV1) GetActorEmail() string

GetActorEmail returns the ActorEmail field value if set, zero value otherwise.

func (*AuditEventV1) GetActorEmailOk ¶

func (o *AuditEventV1) GetActorEmailOk() (*string, bool)

GetActorEmailOk returns a tuple with the ActorEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AuditEventV1) GetActorOk ¶

func (o *AuditEventV1) GetActorOk() (*string, bool)

GetActorOk returns a tuple with the Actor field value and a boolean to check if the value has been set.

func (*AuditEventV1) GetId ¶

func (o *AuditEventV1) GetId() string

GetId returns the Id field value

func (*AuditEventV1) GetIdOk ¶

func (o *AuditEventV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*AuditEventV1) GetResourceId ¶

func (o *AuditEventV1) GetResourceId() string

GetResourceId returns the ResourceId field value

func (*AuditEventV1) GetResourceIdOk ¶

func (o *AuditEventV1) GetResourceIdOk() (*string, bool)

GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.

func (*AuditEventV1) GetResourceName ¶

func (o *AuditEventV1) GetResourceName() string

GetResourceName returns the ResourceName field value

func (*AuditEventV1) GetResourceNameOk ¶

func (o *AuditEventV1) GetResourceNameOk() (*string, bool)

GetResourceNameOk returns a tuple with the ResourceName field value and a boolean to check if the value has been set.

func (*AuditEventV1) GetResourceType ¶

func (o *AuditEventV1) GetResourceType() string

GetResourceType returns the ResourceType field value

func (*AuditEventV1) GetResourceTypeOk ¶

func (o *AuditEventV1) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.

func (*AuditEventV1) GetTimestamp ¶

func (o *AuditEventV1) GetTimestamp() string

GetTimestamp returns the Timestamp field value

func (*AuditEventV1) GetTimestampOk ¶

func (o *AuditEventV1) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (*AuditEventV1) GetType ¶

func (o *AuditEventV1) GetType() string

GetType returns the Type field value

func (*AuditEventV1) GetTypeOk ¶

func (o *AuditEventV1) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*AuditEventV1) HasActorEmail ¶

func (o *AuditEventV1) HasActorEmail() bool

HasActorEmail returns a boolean if a field has been set.

func (AuditEventV1) MarshalJSON ¶

func (o AuditEventV1) MarshalJSON() ([]byte, error)

func (*AuditEventV1) SetActor ¶

func (o *AuditEventV1) SetActor(v string)

SetActor sets field value

func (*AuditEventV1) SetActorEmail ¶

func (o *AuditEventV1) SetActorEmail(v string)

SetActorEmail gets a reference to the given string and assigns it to the ActorEmail field.

func (*AuditEventV1) SetId ¶

func (o *AuditEventV1) SetId(v string)

SetId sets field value

func (*AuditEventV1) SetResourceId ¶

func (o *AuditEventV1) SetResourceId(v string)

SetResourceId sets field value

func (*AuditEventV1) SetResourceName ¶

func (o *AuditEventV1) SetResourceName(v string)

SetResourceName sets field value

func (*AuditEventV1) SetResourceType ¶

func (o *AuditEventV1) SetResourceType(v string)

SetResourceType sets field value

func (*AuditEventV1) SetTimestamp ¶

func (o *AuditEventV1) SetTimestamp(v string)

SetTimestamp sets field value

func (*AuditEventV1) SetType ¶

func (o *AuditEventV1) SetType(v string)

SetType sets field value

func (AuditEventV1) ToMap ¶

func (o AuditEventV1) ToMap() (map[string]interface{}, error)

type AuditTrailAPIService ¶

type AuditTrailAPIService service

AuditTrailAPIService AuditTrailAPI service

func (*AuditTrailAPIService) ListAuditEvents ¶

ListAuditEvents List Audit Events

Returns a list of Audit Trail events.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListAuditEventsRequest

func (*AuditTrailAPIService) ListAuditEventsExecute ¶

Execute executes the request

@return ListAuditEvents200Response

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 BatchQueryMessagingSubscriptionsForSpace200Response ¶

type BatchQueryMessagingSubscriptionsForSpace200Response struct {
	Data *BatchQueryMessagingSubscriptionsForSpaceAlphaOutput `json:"data,omitempty"`
}

BatchQueryMessagingSubscriptionsForSpace200Response struct for BatchQueryMessagingSubscriptionsForSpace200Response

func NewBatchQueryMessagingSubscriptionsForSpace200Response ¶

func NewBatchQueryMessagingSubscriptionsForSpace200Response() *BatchQueryMessagingSubscriptionsForSpace200Response

NewBatchQueryMessagingSubscriptionsForSpace200Response instantiates a new BatchQueryMessagingSubscriptionsForSpace200Response 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 NewBatchQueryMessagingSubscriptionsForSpace200ResponseWithDefaults ¶

func NewBatchQueryMessagingSubscriptionsForSpace200ResponseWithDefaults() *BatchQueryMessagingSubscriptionsForSpace200Response

NewBatchQueryMessagingSubscriptionsForSpace200ResponseWithDefaults instantiates a new BatchQueryMessagingSubscriptionsForSpace200Response 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 (*BatchQueryMessagingSubscriptionsForSpace200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*BatchQueryMessagingSubscriptionsForSpace200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BatchQueryMessagingSubscriptionsForSpace200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (BatchQueryMessagingSubscriptionsForSpace200Response) MarshalJSON ¶

func (*BatchQueryMessagingSubscriptionsForSpace200Response) SetData ¶

SetData gets a reference to the given BatchQueryMessagingSubscriptionsForSpaceAlphaOutput and assigns it to the Data field.

func (BatchQueryMessagingSubscriptionsForSpace200Response) ToMap ¶

type BatchQueryMessagingSubscriptionsForSpaceAlphaInput ¶

type BatchQueryMessagingSubscriptionsForSpaceAlphaInput struct {
	// A list of subscriptions to retrieve subscription status.
	Subscriptions []GetSubscriptionRequest `json:"subscriptions"`
}

BatchQueryMessagingSubscriptionsForSpaceAlphaInput Batch get request.

func NewBatchQueryMessagingSubscriptionsForSpaceAlphaInput ¶

func NewBatchQueryMessagingSubscriptionsForSpaceAlphaInput(
	subscriptions []GetSubscriptionRequest,
) *BatchQueryMessagingSubscriptionsForSpaceAlphaInput

NewBatchQueryMessagingSubscriptionsForSpaceAlphaInput instantiates a new BatchQueryMessagingSubscriptionsForSpaceAlphaInput 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 NewBatchQueryMessagingSubscriptionsForSpaceAlphaInputWithDefaults ¶

func NewBatchQueryMessagingSubscriptionsForSpaceAlphaInputWithDefaults() *BatchQueryMessagingSubscriptionsForSpaceAlphaInput

NewBatchQueryMessagingSubscriptionsForSpaceAlphaInputWithDefaults instantiates a new BatchQueryMessagingSubscriptionsForSpaceAlphaInput 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 (*BatchQueryMessagingSubscriptionsForSpaceAlphaInput) GetSubscriptions ¶

GetSubscriptions returns the Subscriptions field value

func (*BatchQueryMessagingSubscriptionsForSpaceAlphaInput) GetSubscriptionsOk ¶

GetSubscriptionsOk returns a tuple with the Subscriptions field value and a boolean to check if the value has been set.

func (BatchQueryMessagingSubscriptionsForSpaceAlphaInput) MarshalJSON ¶

func (*BatchQueryMessagingSubscriptionsForSpaceAlphaInput) SetSubscriptions ¶

SetSubscriptions sets field value

func (BatchQueryMessagingSubscriptionsForSpaceAlphaInput) ToMap ¶

type BatchQueryMessagingSubscriptionsForSpaceAlphaOutput ¶

type BatchQueryMessagingSubscriptionsForSpaceAlphaOutput struct {
	// Array of successful subscription status.
	Successes []GetMessagingSubscriptionSuccessResponse `json:"successes"`
	// Validation errors due to invalid types or email/phone numbers.
	Failures []GetMessagingSubscriptionFailureResponse `json:"failures"`
	// General errors when making the request such as invalid payload or wrong http method errors.
	Errors     []MessageSubscriptionResponseError `json:"errors"`
	Pagination *PaginationOutput                  `json:"pagination,omitempty"`
}

BatchQueryMessagingSubscriptionsForSpaceAlphaOutput Batch get response.

func NewBatchQueryMessagingSubscriptionsForSpaceAlphaOutput ¶

NewBatchQueryMessagingSubscriptionsForSpaceAlphaOutput instantiates a new BatchQueryMessagingSubscriptionsForSpaceAlphaOutput 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 NewBatchQueryMessagingSubscriptionsForSpaceAlphaOutputWithDefaults ¶

func NewBatchQueryMessagingSubscriptionsForSpaceAlphaOutputWithDefaults() *BatchQueryMessagingSubscriptionsForSpaceAlphaOutput

NewBatchQueryMessagingSubscriptionsForSpaceAlphaOutputWithDefaults instantiates a new BatchQueryMessagingSubscriptionsForSpaceAlphaOutput 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 (*BatchQueryMessagingSubscriptionsForSpaceAlphaOutput) GetErrors ¶

GetErrors returns the Errors field value

func (*BatchQueryMessagingSubscriptionsForSpaceAlphaOutput) GetErrorsOk ¶

GetErrorsOk returns a tuple with the Errors field value and a boolean to check if the value has been set.

func (*BatchQueryMessagingSubscriptionsForSpaceAlphaOutput) GetFailures ¶

GetFailures returns the Failures field value

func (*BatchQueryMessagingSubscriptionsForSpaceAlphaOutput) GetFailuresOk ¶

GetFailuresOk returns a tuple with the Failures field value and a boolean to check if the value has been set.

func (*BatchQueryMessagingSubscriptionsForSpaceAlphaOutput) GetPagination ¶

GetPagination returns the Pagination field value if set, zero value otherwise.

func (*BatchQueryMessagingSubscriptionsForSpaceAlphaOutput) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BatchQueryMessagingSubscriptionsForSpaceAlphaOutput) GetSuccesses ¶

GetSuccesses returns the Successes field value

func (*BatchQueryMessagingSubscriptionsForSpaceAlphaOutput) GetSuccessesOk ¶

GetSuccessesOk returns a tuple with the Successes field value and a boolean to check if the value has been set.

func (*BatchQueryMessagingSubscriptionsForSpaceAlphaOutput) HasPagination ¶

HasPagination returns a boolean if a field has been set.

func (BatchQueryMessagingSubscriptionsForSpaceAlphaOutput) MarshalJSON ¶

func (*BatchQueryMessagingSubscriptionsForSpaceAlphaOutput) SetErrors ¶

SetErrors sets field value

func (*BatchQueryMessagingSubscriptionsForSpaceAlphaOutput) SetFailures ¶

SetFailures sets field value

func (*BatchQueryMessagingSubscriptionsForSpaceAlphaOutput) SetPagination ¶

SetPagination gets a reference to the given PaginationOutput and assigns it to the Pagination field.

func (*BatchQueryMessagingSubscriptionsForSpaceAlphaOutput) SetSuccesses ¶

SetSuccesses sets field value

func (BatchQueryMessagingSubscriptionsForSpaceAlphaOutput) ToMap ¶

type BreakdownBeta ¶

type BreakdownBeta struct {
	// The name of the metric.
	MetricName string `json:"metricName"`
	// Number of occurrences of the metric.
	Value float32 `json:"value"`
}

BreakdownBeta The breakdown of a metric.

func NewBreakdownBeta ¶

func NewBreakdownBeta(metricName string, value float32) *BreakdownBeta

NewBreakdownBeta instantiates a new BreakdownBeta 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 NewBreakdownBetaWithDefaults ¶

func NewBreakdownBetaWithDefaults() *BreakdownBeta

NewBreakdownBetaWithDefaults instantiates a new BreakdownBeta 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 (*BreakdownBeta) GetMetricName ¶

func (o *BreakdownBeta) GetMetricName() string

GetMetricName returns the MetricName field value

func (*BreakdownBeta) GetMetricNameOk ¶

func (o *BreakdownBeta) GetMetricNameOk() (*string, bool)

GetMetricNameOk returns a tuple with the MetricName field value and a boolean to check if the value has been set.

func (*BreakdownBeta) GetValue ¶

func (o *BreakdownBeta) GetValue() float32

GetValue returns the Value field value

func (*BreakdownBeta) GetValueOk ¶

func (o *BreakdownBeta) GetValueOk() (*float32, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (BreakdownBeta) MarshalJSON ¶

func (o BreakdownBeta) MarshalJSON() ([]byte, error)

func (*BreakdownBeta) SetMetricName ¶

func (o *BreakdownBeta) SetMetricName(v string)

SetMetricName sets field value

func (*BreakdownBeta) SetValue ¶

func (o *BreakdownBeta) SetValue(v float32)

SetValue sets field value

func (BreakdownBeta) ToMap ¶

func (o BreakdownBeta) ToMap() (map[string]interface{}, error)

type CancelReverseETLSyncForModel200Response ¶

type CancelReverseETLSyncForModel200Response struct {
	Data *CancelReverseETLSyncForModelOutput `json:"data,omitempty"`
}

CancelReverseETLSyncForModel200Response struct for CancelReverseETLSyncForModel200Response

func NewCancelReverseETLSyncForModel200Response ¶

func NewCancelReverseETLSyncForModel200Response() *CancelReverseETLSyncForModel200Response

NewCancelReverseETLSyncForModel200Response instantiates a new CancelReverseETLSyncForModel200Response 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 NewCancelReverseETLSyncForModel200ResponseWithDefaults ¶

func NewCancelReverseETLSyncForModel200ResponseWithDefaults() *CancelReverseETLSyncForModel200Response

NewCancelReverseETLSyncForModel200ResponseWithDefaults instantiates a new CancelReverseETLSyncForModel200Response 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 (*CancelReverseETLSyncForModel200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CancelReverseETLSyncForModel200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CancelReverseETLSyncForModel200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CancelReverseETLSyncForModel200Response) MarshalJSON ¶

func (o CancelReverseETLSyncForModel200Response) MarshalJSON() ([]byte, error)

func (*CancelReverseETLSyncForModel200Response) SetData ¶

SetData gets a reference to the given CancelReverseETLSyncForModelOutput and assigns it to the Data field.

func (CancelReverseETLSyncForModel200Response) ToMap ¶

func (o CancelReverseETLSyncForModel200Response) ToMap() (map[string]interface{}, error)

type CancelReverseETLSyncForModelInput ¶

type CancelReverseETLSyncForModelInput struct {
	// The reason for canceling the sync. - IncorrectModel = 0 - IncorrectDest = 1 - IncorrectKeys = 2 - IncorrectMapping = 3 - Other = 4
	ReasonForCanceling *float32 `json:"reasonForCanceling,omitempty"`
}

CancelReverseETLSyncForModelInput Defines the parameters needed to cancel a sync for a RETL connection.

func NewCancelReverseETLSyncForModelInput ¶

func NewCancelReverseETLSyncForModelInput() *CancelReverseETLSyncForModelInput

NewCancelReverseETLSyncForModelInput instantiates a new CancelReverseETLSyncForModelInput 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 NewCancelReverseETLSyncForModelInputWithDefaults ¶

func NewCancelReverseETLSyncForModelInputWithDefaults() *CancelReverseETLSyncForModelInput

NewCancelReverseETLSyncForModelInputWithDefaults instantiates a new CancelReverseETLSyncForModelInput 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 (*CancelReverseETLSyncForModelInput) GetReasonForCanceling ¶

func (o *CancelReverseETLSyncForModelInput) GetReasonForCanceling() float32

GetReasonForCanceling returns the ReasonForCanceling field value if set, zero value otherwise.

func (*CancelReverseETLSyncForModelInput) GetReasonForCancelingOk ¶

func (o *CancelReverseETLSyncForModelInput) GetReasonForCancelingOk() (*float32, bool)

GetReasonForCancelingOk returns a tuple with the ReasonForCanceling field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CancelReverseETLSyncForModelInput) HasReasonForCanceling ¶

func (o *CancelReverseETLSyncForModelInput) HasReasonForCanceling() bool

HasReasonForCanceling returns a boolean if a field has been set.

func (CancelReverseETLSyncForModelInput) MarshalJSON ¶

func (o CancelReverseETLSyncForModelInput) MarshalJSON() ([]byte, error)

func (*CancelReverseETLSyncForModelInput) SetReasonForCanceling ¶

func (o *CancelReverseETLSyncForModelInput) SetReasonForCanceling(v float32)

SetReasonForCanceling gets a reference to the given float32 and assigns it to the ReasonForCanceling field.

func (CancelReverseETLSyncForModelInput) ToMap ¶

func (o CancelReverseETLSyncForModelInput) ToMap() (map[string]interface{}, error)

type CancelReverseETLSyncForModelOutput ¶

type CancelReverseETLSyncForModelOutput struct {
	// The id of the Model.
	ModelId string `json:"modelId"`
	// The id of the Sync.
	SyncId string `json:"syncId"`
	// A place holder for a machine-friendly category for an error, if applicable. - \"SyncAlreadyCanceled\" - \"SyncFinishedCannotCancel\"
	ErrorCode *string `json:"errorCode,omitempty"`
	// A place holder for a human-readable description of the error, if applicable. - \"sync already canceled\" - \"sync already finished\".
	ErrorMessage *string `json:"errorMessage,omitempty"`
	// If no error, status will be CANCELLING, as the extract/load might take some time to cancel.
	Status *string `json:"status,omitempty"`
}

CancelReverseETLSyncForModelOutput CancelReverseETLSyncForModelOutput either will return an error or a \"CANCELLING\" status.

func NewCancelReverseETLSyncForModelOutput ¶

func NewCancelReverseETLSyncForModelOutput(
	modelId string,
	syncId string,
) *CancelReverseETLSyncForModelOutput

NewCancelReverseETLSyncForModelOutput instantiates a new CancelReverseETLSyncForModelOutput 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 NewCancelReverseETLSyncForModelOutputWithDefaults ¶

func NewCancelReverseETLSyncForModelOutputWithDefaults() *CancelReverseETLSyncForModelOutput

NewCancelReverseETLSyncForModelOutputWithDefaults instantiates a new CancelReverseETLSyncForModelOutput 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 (*CancelReverseETLSyncForModelOutput) GetErrorCode ¶

func (o *CancelReverseETLSyncForModelOutput) GetErrorCode() string

GetErrorCode returns the ErrorCode field value if set, zero value otherwise.

func (*CancelReverseETLSyncForModelOutput) GetErrorCodeOk ¶

func (o *CancelReverseETLSyncForModelOutput) GetErrorCodeOk() (*string, bool)

GetErrorCodeOk returns a tuple with the ErrorCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CancelReverseETLSyncForModelOutput) GetErrorMessage ¶

func (o *CancelReverseETLSyncForModelOutput) GetErrorMessage() string

GetErrorMessage returns the ErrorMessage field value if set, zero value otherwise.

func (*CancelReverseETLSyncForModelOutput) GetErrorMessageOk ¶

func (o *CancelReverseETLSyncForModelOutput) GetErrorMessageOk() (*string, bool)

GetErrorMessageOk returns a tuple with the ErrorMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CancelReverseETLSyncForModelOutput) GetModelId ¶

GetModelId returns the ModelId field value

func (*CancelReverseETLSyncForModelOutput) GetModelIdOk ¶

func (o *CancelReverseETLSyncForModelOutput) GetModelIdOk() (*string, bool)

GetModelIdOk returns a tuple with the ModelId field value and a boolean to check if the value has been set.

func (*CancelReverseETLSyncForModelOutput) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*CancelReverseETLSyncForModelOutput) GetStatusOk ¶

func (o *CancelReverseETLSyncForModelOutput) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CancelReverseETLSyncForModelOutput) GetSyncId ¶

GetSyncId returns the SyncId field value

func (*CancelReverseETLSyncForModelOutput) GetSyncIdOk ¶

func (o *CancelReverseETLSyncForModelOutput) GetSyncIdOk() (*string, bool)

GetSyncIdOk returns a tuple with the SyncId field value and a boolean to check if the value has been set.

func (*CancelReverseETLSyncForModelOutput) HasErrorCode ¶

func (o *CancelReverseETLSyncForModelOutput) HasErrorCode() bool

HasErrorCode returns a boolean if a field has been set.

func (*CancelReverseETLSyncForModelOutput) HasErrorMessage ¶

func (o *CancelReverseETLSyncForModelOutput) HasErrorMessage() bool

HasErrorMessage returns a boolean if a field has been set.

func (*CancelReverseETLSyncForModelOutput) HasStatus ¶

HasStatus returns a boolean if a field has been set.

func (CancelReverseETLSyncForModelOutput) MarshalJSON ¶

func (o CancelReverseETLSyncForModelOutput) MarshalJSON() ([]byte, error)

func (*CancelReverseETLSyncForModelOutput) SetErrorCode ¶

func (o *CancelReverseETLSyncForModelOutput) SetErrorCode(v string)

SetErrorCode gets a reference to the given string and assigns it to the ErrorCode field.

func (*CancelReverseETLSyncForModelOutput) SetErrorMessage ¶

func (o *CancelReverseETLSyncForModelOutput) SetErrorMessage(v string)

SetErrorMessage gets a reference to the given string and assigns it to the ErrorMessage field.

func (*CancelReverseETLSyncForModelOutput) SetModelId ¶

func (o *CancelReverseETLSyncForModelOutput) SetModelId(v string)

SetModelId sets field value

func (*CancelReverseETLSyncForModelOutput) SetStatus ¶

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*CancelReverseETLSyncForModelOutput) SetSyncId ¶

SetSyncId sets field value

func (CancelReverseETLSyncForModelOutput) ToMap ¶

func (o CancelReverseETLSyncForModelOutput) ToMap() (map[string]interface{}, error)

type CatalogAPIService ¶

type CatalogAPIService service

CatalogAPIService CatalogAPI service

func (*CatalogAPIService) GetDestinationMetadata ¶

func (a *CatalogAPIService) GetDestinationMetadata(
	ctx context.Context,
	destinationMetadataId string,
) ApiGetDestinationMetadataRequest

GetDestinationMetadata Get Destination Metadata

Returns a Destination catalog item by its id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param destinationMetadataId
@return ApiGetDestinationMetadataRequest

func (*CatalogAPIService) GetDestinationMetadataExecute ¶

Execute executes the request

@return GetDestinationMetadata200Response

func (*CatalogAPIService) GetDestinationsCatalog ¶

func (a *CatalogAPIService) GetDestinationsCatalog(
	ctx context.Context,
) ApiGetDestinationsCatalogRequest

GetDestinationsCatalog Get Destinations Catalog

Returns a list of all available Destinations in the Segment catalog.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetDestinationsCatalogRequest

func (*CatalogAPIService) GetDestinationsCatalogExecute ¶

Execute executes the request

@return GetDestinationsCatalog200Response

func (*CatalogAPIService) GetSourceMetadata ¶

func (a *CatalogAPIService) GetSourceMetadata(
	ctx context.Context,
	sourceMetadataId string,
) ApiGetSourceMetadataRequest

GetSourceMetadata Get Source Metadata

Returns a Source catalog item by its id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceMetadataId
@return ApiGetSourceMetadataRequest

func (*CatalogAPIService) GetSourceMetadataExecute ¶

Execute executes the request

@return GetSourceMetadata200Response

func (*CatalogAPIService) GetSourcesCatalog ¶

GetSourcesCatalog Get Sources Catalog

Returns a list of all available Sources in the Segment catalog.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSourcesCatalogRequest

func (*CatalogAPIService) GetSourcesCatalogExecute ¶

Execute executes the request

@return GetSourcesCatalog200Response

func (*CatalogAPIService) GetWarehouseMetadata ¶

func (a *CatalogAPIService) GetWarehouseMetadata(
	ctx context.Context,
	warehouseMetadataId string,
) ApiGetWarehouseMetadataRequest

GetWarehouseMetadata Get Warehouse Metadata

Returns a Warehouse catalog item by its id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param warehouseMetadataId
@return ApiGetWarehouseMetadataRequest

func (*CatalogAPIService) GetWarehouseMetadataExecute ¶

Execute executes the request

@return GetWarehouseMetadata200Response

func (*CatalogAPIService) GetWarehousesCatalog ¶

func (a *CatalogAPIService) GetWarehousesCatalog(
	ctx context.Context,
) ApiGetWarehousesCatalogRequest

GetWarehousesCatalog Get Warehouses Catalog

Returns a list of all available Warehouses in the Segment catalog.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetWarehousesCatalogRequest

func (*CatalogAPIService) GetWarehousesCatalogExecute ¶

Execute executes the request

@return GetWarehousesCatalog200Response

type CommonSourceSettingsV1 ¶

type CommonSourceSettingsV1 struct {
	Track    *TrackSourceSettingsV1    `json:"track,omitempty"`
	Identify *IdentifySourceSettingsV1 `json:"identify,omitempty"`
	Group    *GroupSourceSettingsV1    `json:"group,omitempty"`
	// SourceId to forward violations to.
	ForwardingViolationsTo *string `json:"forwardingViolationsTo,omitempty"`
	// SourceId to forward blocked events to.
	ForwardingBlockedEventsTo *string `json:"forwardingBlockedEventsTo,omitempty"`
}

CommonSourceSettingsV1 struct for CommonSourceSettingsV1

func NewCommonSourceSettingsV1 ¶

func NewCommonSourceSettingsV1() *CommonSourceSettingsV1

NewCommonSourceSettingsV1 instantiates a new CommonSourceSettingsV1 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 NewCommonSourceSettingsV1WithDefaults ¶

func NewCommonSourceSettingsV1WithDefaults() *CommonSourceSettingsV1

NewCommonSourceSettingsV1WithDefaults instantiates a new CommonSourceSettingsV1 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 (*CommonSourceSettingsV1) GetForwardingBlockedEventsTo ¶

func (o *CommonSourceSettingsV1) GetForwardingBlockedEventsTo() string

GetForwardingBlockedEventsTo returns the ForwardingBlockedEventsTo field value if set, zero value otherwise.

func (*CommonSourceSettingsV1) GetForwardingBlockedEventsToOk ¶

func (o *CommonSourceSettingsV1) GetForwardingBlockedEventsToOk() (*string, bool)

GetForwardingBlockedEventsToOk returns a tuple with the ForwardingBlockedEventsTo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonSourceSettingsV1) GetForwardingViolationsTo ¶

func (o *CommonSourceSettingsV1) GetForwardingViolationsTo() string

GetForwardingViolationsTo returns the ForwardingViolationsTo field value if set, zero value otherwise.

func (*CommonSourceSettingsV1) GetForwardingViolationsToOk ¶

func (o *CommonSourceSettingsV1) GetForwardingViolationsToOk() (*string, bool)

GetForwardingViolationsToOk returns a tuple with the ForwardingViolationsTo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonSourceSettingsV1) GetGroup ¶

GetGroup returns the Group field value if set, zero value otherwise.

func (*CommonSourceSettingsV1) GetGroupOk ¶

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonSourceSettingsV1) GetIdentify ¶

GetIdentify returns the Identify field value if set, zero value otherwise.

func (*CommonSourceSettingsV1) GetIdentifyOk ¶

func (o *CommonSourceSettingsV1) GetIdentifyOk() (*IdentifySourceSettingsV1, bool)

GetIdentifyOk returns a tuple with the Identify field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonSourceSettingsV1) GetTrack ¶

GetTrack returns the Track field value if set, zero value otherwise.

func (*CommonSourceSettingsV1) GetTrackOk ¶

GetTrackOk returns a tuple with the Track field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommonSourceSettingsV1) HasForwardingBlockedEventsTo ¶

func (o *CommonSourceSettingsV1) HasForwardingBlockedEventsTo() bool

HasForwardingBlockedEventsTo returns a boolean if a field has been set.

func (*CommonSourceSettingsV1) HasForwardingViolationsTo ¶

func (o *CommonSourceSettingsV1) HasForwardingViolationsTo() bool

HasForwardingViolationsTo returns a boolean if a field has been set.

func (*CommonSourceSettingsV1) HasGroup ¶

func (o *CommonSourceSettingsV1) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*CommonSourceSettingsV1) HasIdentify ¶

func (o *CommonSourceSettingsV1) HasIdentify() bool

HasIdentify returns a boolean if a field has been set.

func (*CommonSourceSettingsV1) HasTrack ¶

func (o *CommonSourceSettingsV1) HasTrack() bool

HasTrack returns a boolean if a field has been set.

func (CommonSourceSettingsV1) MarshalJSON ¶

func (o CommonSourceSettingsV1) MarshalJSON() ([]byte, error)

func (*CommonSourceSettingsV1) SetForwardingBlockedEventsTo ¶

func (o *CommonSourceSettingsV1) SetForwardingBlockedEventsTo(v string)

SetForwardingBlockedEventsTo gets a reference to the given string and assigns it to the ForwardingBlockedEventsTo field.

func (*CommonSourceSettingsV1) SetForwardingViolationsTo ¶

func (o *CommonSourceSettingsV1) SetForwardingViolationsTo(v string)

SetForwardingViolationsTo gets a reference to the given string and assigns it to the ForwardingViolationsTo field.

func (*CommonSourceSettingsV1) SetGroup ¶

SetGroup gets a reference to the given GroupSourceSettingsV1 and assigns it to the Group field.

func (*CommonSourceSettingsV1) SetIdentify ¶

SetIdentify gets a reference to the given IdentifySourceSettingsV1 and assigns it to the Identify field.

func (*CommonSourceSettingsV1) SetTrack ¶

SetTrack gets a reference to the given TrackSourceSettingsV1 and assigns it to the Track field.

func (CommonSourceSettingsV1) ToMap ¶

func (o CommonSourceSettingsV1) ToMap() (map[string]interface{}, error)

type ComputedTraitSummary ¶

type ComputedTraitSummary struct {
	// Computed trait id.
	Id string `json:"id"`
	// Space id for the computed trait.
	SpaceId string `json:"spaceId"`
	// Name of the computed trait.
	Name string `json:"name"`
	// Description of the computed trait.
	Description *string `json:"description,omitempty"`
	// Key for the computed trait.
	Key string `json:"key"`
	// Enabled/disabled status for the computed trait.
	Enabled    bool                             `json:"enabled"`
	Definition NullableComputedTraitsDefinition `json:"definition"`
	// Status for the computed trait.  Possible values: Backfilling, Computing, Failed, Live, Awaiting Destinations, Disabled.
	Status *string `json:"status,omitempty"`
	// User id who created the computed trait.
	CreatedBy string `json:"createdBy"`
	// User id who last updated the computed trait.
	UpdatedBy string `json:"updatedBy"`
	// The timestamp of the computed trait's creation.
	CreatedAt string `json:"createdAt"`
	// The timestamp of the computed trait's last change.
	UpdatedAt string        `json:"updatedAt"`
	Options   *TraitOptions `json:"options,omitempty"`
}

ComputedTraitSummary Defines a Computed trait.

func NewComputedTraitSummary ¶

func NewComputedTraitSummary(
	id string,
	spaceId string,
	name string,
	key string,
	enabled bool,
	definition NullableComputedTraitsDefinition,
	createdBy string,
	updatedBy string,
	createdAt string,
	updatedAt string,
) *ComputedTraitSummary

NewComputedTraitSummary instantiates a new ComputedTraitSummary 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 NewComputedTraitSummaryWithDefaults ¶

func NewComputedTraitSummaryWithDefaults() *ComputedTraitSummary

NewComputedTraitSummaryWithDefaults instantiates a new ComputedTraitSummary 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 (*ComputedTraitSummary) GetCreatedAt ¶

func (o *ComputedTraitSummary) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*ComputedTraitSummary) GetCreatedAtOk ¶

func (o *ComputedTraitSummary) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ComputedTraitSummary) GetCreatedBy ¶

func (o *ComputedTraitSummary) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field value

func (*ComputedTraitSummary) GetCreatedByOk ¶

func (o *ComputedTraitSummary) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.

func (*ComputedTraitSummary) GetDefinition ¶

GetDefinition returns the Definition field value If the value is explicit nil, the zero value for ComputedTraitsDefinition will be returned

func (*ComputedTraitSummary) GetDefinitionOk ¶

func (o *ComputedTraitSummary) GetDefinitionOk() (*ComputedTraitsDefinition, bool)

GetDefinitionOk returns a tuple with the Definition field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ComputedTraitSummary) GetDescription ¶

func (o *ComputedTraitSummary) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ComputedTraitSummary) GetDescriptionOk ¶

func (o *ComputedTraitSummary) 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 (*ComputedTraitSummary) GetEnabled ¶

func (o *ComputedTraitSummary) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*ComputedTraitSummary) GetEnabledOk ¶

func (o *ComputedTraitSummary) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*ComputedTraitSummary) GetId ¶

func (o *ComputedTraitSummary) GetId() string

GetId returns the Id field value

func (*ComputedTraitSummary) GetIdOk ¶

func (o *ComputedTraitSummary) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ComputedTraitSummary) GetKey ¶

func (o *ComputedTraitSummary) GetKey() string

GetKey returns the Key field value

func (*ComputedTraitSummary) GetKeyOk ¶

func (o *ComputedTraitSummary) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*ComputedTraitSummary) GetName ¶

func (o *ComputedTraitSummary) GetName() string

GetName returns the Name field value

func (*ComputedTraitSummary) GetNameOk ¶

func (o *ComputedTraitSummary) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ComputedTraitSummary) GetOptions ¶

func (o *ComputedTraitSummary) GetOptions() TraitOptions

GetOptions returns the Options field value if set, zero value otherwise.

func (*ComputedTraitSummary) GetOptionsOk ¶

func (o *ComputedTraitSummary) GetOptionsOk() (*TraitOptions, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComputedTraitSummary) GetSpaceId ¶

func (o *ComputedTraitSummary) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*ComputedTraitSummary) GetSpaceIdOk ¶

func (o *ComputedTraitSummary) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*ComputedTraitSummary) GetStatus ¶

func (o *ComputedTraitSummary) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ComputedTraitSummary) GetStatusOk ¶

func (o *ComputedTraitSummary) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComputedTraitSummary) GetUpdatedAt ¶

func (o *ComputedTraitSummary) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value

func (*ComputedTraitSummary) GetUpdatedAtOk ¶

func (o *ComputedTraitSummary) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*ComputedTraitSummary) GetUpdatedBy ¶

func (o *ComputedTraitSummary) GetUpdatedBy() string

GetUpdatedBy returns the UpdatedBy field value

func (*ComputedTraitSummary) GetUpdatedByOk ¶

func (o *ComputedTraitSummary) GetUpdatedByOk() (*string, bool)

GetUpdatedByOk returns a tuple with the UpdatedBy field value and a boolean to check if the value has been set.

func (*ComputedTraitSummary) HasDescription ¶

func (o *ComputedTraitSummary) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ComputedTraitSummary) HasOptions ¶

func (o *ComputedTraitSummary) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (*ComputedTraitSummary) HasStatus ¶

func (o *ComputedTraitSummary) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (ComputedTraitSummary) MarshalJSON ¶

func (o ComputedTraitSummary) MarshalJSON() ([]byte, error)

func (*ComputedTraitSummary) SetCreatedAt ¶

func (o *ComputedTraitSummary) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*ComputedTraitSummary) SetCreatedBy ¶

func (o *ComputedTraitSummary) SetCreatedBy(v string)

SetCreatedBy sets field value

func (*ComputedTraitSummary) SetDefinition ¶

func (o *ComputedTraitSummary) SetDefinition(v ComputedTraitsDefinition)

SetDefinition sets field value

func (*ComputedTraitSummary) SetDescription ¶

func (o *ComputedTraitSummary) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ComputedTraitSummary) SetEnabled ¶

func (o *ComputedTraitSummary) SetEnabled(v bool)

SetEnabled sets field value

func (*ComputedTraitSummary) SetId ¶

func (o *ComputedTraitSummary) SetId(v string)

SetId sets field value

func (*ComputedTraitSummary) SetKey ¶

func (o *ComputedTraitSummary) SetKey(v string)

SetKey sets field value

func (*ComputedTraitSummary) SetName ¶

func (o *ComputedTraitSummary) SetName(v string)

SetName sets field value

func (*ComputedTraitSummary) SetOptions ¶

func (o *ComputedTraitSummary) SetOptions(v TraitOptions)

SetOptions gets a reference to the given TraitOptions and assigns it to the Options field.

func (*ComputedTraitSummary) SetSpaceId ¶

func (o *ComputedTraitSummary) SetSpaceId(v string)

SetSpaceId sets field value

func (*ComputedTraitSummary) SetStatus ¶

func (o *ComputedTraitSummary) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*ComputedTraitSummary) SetUpdatedAt ¶

func (o *ComputedTraitSummary) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (*ComputedTraitSummary) SetUpdatedBy ¶

func (o *ComputedTraitSummary) SetUpdatedBy(v string)

SetUpdatedBy sets field value

func (ComputedTraitSummary) ToMap ¶

func (o ComputedTraitSummary) ToMap() (map[string]interface{}, error)

type ComputedTraitsAPIService ¶

type ComputedTraitsAPIService service

ComputedTraitsAPIService ComputedTraitsAPI service

func (*ComputedTraitsAPIService) CreateComputedTrait ¶

func (a *ComputedTraitsAPIService) CreateComputedTrait(
	ctx context.Context,
	spaceId string,
) ApiCreateComputedTraitRequest

CreateComputedTrait Create Computed Trait

Creates a Computed Trait ¶

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Computed Trait feature enabled. Please reach out to your customer success manager for more information.

  • When called, this endpoint may generate the `Computed Trait Created` event in the [audit trail](/tag/Audit-Trail). Note: The definition for a Computed Trait created using the API is not editable through the Segment App.

The rate limit for this endpoint is 10 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@return ApiCreateComputedTraitRequest

func (*ComputedTraitsAPIService) CreateComputedTraitExecute ¶

Execute executes the request

@return CreateComputedTrait200Response

func (*ComputedTraitsAPIService) GetComputedTrait ¶

func (a *ComputedTraitsAPIService) GetComputedTrait(
	ctx context.Context,
	spaceId string,
	id string,
) ApiGetComputedTraitRequest

GetComputedTrait Get Computed Trait

Returns the Computed Trait by id and spaceId ¶

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Computed Trait feature enabled. Please reach out to your customer success manager for more information.

The rate limit for this endpoint is 100 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param id
@return ApiGetComputedTraitRequest

func (*ComputedTraitsAPIService) GetComputedTraitExecute ¶

Execute executes the request

@return GetComputedTrait200Response

func (*ComputedTraitsAPIService) ListComputedTraits ¶

func (a *ComputedTraitsAPIService) ListComputedTraits(
	ctx context.Context,
	spaceId string,
) ApiListComputedTraitsRequest

ListComputedTraits List Computed Traits

Returns Computed Traits by spaceId.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Computed Trait feature enabled. Please reach out to your customer success manager for more information.

The rate limit for this endpoint is 25 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@return ApiListComputedTraitsRequest

func (*ComputedTraitsAPIService) ListComputedTraitsExecute ¶

Execute executes the request

@return ListComputedTraits200Response

func (*ComputedTraitsAPIService) RemoveComputedTraitFromSpace ¶

func (a *ComputedTraitsAPIService) RemoveComputedTraitFromSpace(
	ctx context.Context,
	spaceId string,
	id string,
) ApiRemoveComputedTraitFromSpaceRequest

RemoveComputedTraitFromSpace Remove Computed Trait from Space

Deletes a Computed Trait by id and spaceId.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Computed Trait feature enabled. Please reach out to your customer success manager for more information.

• When called, this endpoint may generate the `Computed Trait Deleted` event in the [audit trail](/tag/Audit-Trail).

The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param id
@return ApiRemoveComputedTraitFromSpaceRequest

func (*ComputedTraitsAPIService) RemoveComputedTraitFromSpaceExecute ¶

Execute executes the request

@return RemoveComputedTraitFromSpace200Response

func (*ComputedTraitsAPIService) UpdateComputedTraitForSpace ¶

func (a *ComputedTraitsAPIService) UpdateComputedTraitForSpace(
	ctx context.Context,
	spaceId string,
	id string,
) ApiUpdateComputedTraitForSpaceRequest

UpdateComputedTraitForSpace Update Computed Trait for Space

Updates the Computed Trait.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Computed Trait feature enabled. Please reach out to your customer success manager for more information.

• When called, this endpoint may generate the `Computed Trait Modified` event in the [audit trail](/tag/Audit-Trail).

The rate limit for this endpoint is 10 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param id
@return ApiUpdateComputedTraitForSpaceRequest

func (*ComputedTraitsAPIService) UpdateComputedTraitForSpaceExecute ¶

Execute executes the request

@return UpdateComputedTraitForSpace200Response

type ComputedTraitsDefinition ¶

type ComputedTraitsDefinition struct {
	// The query language string defining the computed trait aggregation criteria. For guidance on using the query language, see the [Segment documentation site](https://segment.com/docs/api/public-api/query-language).
	Query string `json:"query"`
	// The underlying data type being aggregated for this computed trait.  Possible values: users, accounts.
	Type string `json:"type"`
}

ComputedTraitsDefinition Defines an computed trait definition.

func NewComputedTraitsDefinition ¶

func NewComputedTraitsDefinition(query string, type_ string) *ComputedTraitsDefinition

NewComputedTraitsDefinition instantiates a new ComputedTraitsDefinition 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 NewComputedTraitsDefinitionWithDefaults ¶

func NewComputedTraitsDefinitionWithDefaults() *ComputedTraitsDefinition

NewComputedTraitsDefinitionWithDefaults instantiates a new ComputedTraitsDefinition 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 (*ComputedTraitsDefinition) GetQuery ¶

func (o *ComputedTraitsDefinition) GetQuery() string

GetQuery returns the Query field value

func (*ComputedTraitsDefinition) GetQueryOk ¶

func (o *ComputedTraitsDefinition) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.

func (*ComputedTraitsDefinition) GetType ¶

func (o *ComputedTraitsDefinition) GetType() string

GetType returns the Type field value

func (*ComputedTraitsDefinition) GetTypeOk ¶

func (o *ComputedTraitsDefinition) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ComputedTraitsDefinition) MarshalJSON ¶

func (o ComputedTraitsDefinition) MarshalJSON() ([]byte, error)

func (*ComputedTraitsDefinition) SetQuery ¶

func (o *ComputedTraitsDefinition) SetQuery(v string)

SetQuery sets field value

func (*ComputedTraitsDefinition) SetType ¶

func (o *ComputedTraitsDefinition) SetType(v string)

SetType sets field value

func (ComputedTraitsDefinition) ToMap ¶

func (o ComputedTraitsDefinition) ToMap() (map[string]interface{}, error)

type Config ¶

type Config struct {
	PeriodicConfig     *PeriodicConfig
	SpecificDaysConfig *SpecificDaysConfig
}

Config Configuration for PERIODIC or SPECIFIC_DAYS strategies.

func (*Config) MarshalJSON ¶

func (src *Config) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*Config) UnmarshalJSON ¶

func (dst *Config) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type Config1 ¶

type Config1 struct {
	ReverseEtlCronScheduleConfig         *ReverseEtlCronScheduleConfig
	ReverseEtlDbtCloudScheduleConfig     *ReverseEtlDbtCloudScheduleConfig
	ReverseEtlPeriodicScheduleConfig     *ReverseEtlPeriodicScheduleConfig
	ReverseEtlSpecificTimeScheduleConfig *ReverseEtlSpecificTimeScheduleConfig
}

Config1 Config contains interval duration in case of periodic or day and hours in case of specific_days. Empty if strategy is MANUAL.

func (*Config1) MarshalJSON ¶

func (src *Config1) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*Config1) UnmarshalJSON ¶

func (dst *Config1) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

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) ServerURL ¶

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext ¶

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type Connection ¶

type Connection struct {
	// The id of the connection that was created.
	Id string `json:"id"`
}

Connection The connection that was created.

func NewConnection ¶

func NewConnection(id string) *Connection

NewConnection instantiates a new Connection 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 NewConnectionWithDefaults ¶

func NewConnectionWithDefaults() *Connection

NewConnectionWithDefaults instantiates a new Connection 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 (*Connection) GetId ¶

func (o *Connection) GetId() string

GetId returns the Id field value

func (*Connection) GetIdOk ¶

func (o *Connection) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (Connection) MarshalJSON ¶

func (o Connection) MarshalJSON() ([]byte, error)

func (*Connection) SetId ¶

func (o *Connection) SetId(v string)

SetId sets field value

func (Connection) ToMap ¶

func (o Connection) ToMap() (map[string]interface{}, error)

type Contact ¶

type Contact struct {
	// Name of this contact.
	Name *string `json:"name,omitempty"`
	// Email of this contact.
	Email string `json:"email"`
	// Role of this contact.
	Role *string `json:"role,omitempty"`
	// Whether this is a primary contact.
	IsPrimary *bool `json:"isPrimary,omitempty"`
}

Contact The contact info for Integration Owners.

func NewContact ¶

func NewContact(email string) *Contact

NewContact instantiates a new Contact 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 NewContactWithDefaults ¶

func NewContactWithDefaults() *Contact

NewContactWithDefaults instantiates a new Contact 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 (*Contact) GetEmail ¶

func (o *Contact) GetEmail() string

GetEmail returns the Email field value

func (*Contact) GetEmailOk ¶

func (o *Contact) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*Contact) GetIsPrimary ¶

func (o *Contact) GetIsPrimary() bool

GetIsPrimary returns the IsPrimary field value if set, zero value otherwise.

func (*Contact) GetIsPrimaryOk ¶

func (o *Contact) GetIsPrimaryOk() (*bool, bool)

GetIsPrimaryOk returns a tuple with the IsPrimary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Contact) GetName ¶

func (o *Contact) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Contact) GetNameOk ¶

func (o *Contact) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Contact) GetRole ¶

func (o *Contact) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*Contact) GetRoleOk ¶

func (o *Contact) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Contact) HasIsPrimary ¶

func (o *Contact) HasIsPrimary() bool

HasIsPrimary returns a boolean if a field has been set.

func (*Contact) HasName ¶

func (o *Contact) HasName() bool

HasName returns a boolean if a field has been set.

func (*Contact) HasRole ¶

func (o *Contact) HasRole() bool

HasRole returns a boolean if a field has been set.

func (Contact) MarshalJSON ¶

func (o Contact) MarshalJSON() ([]byte, error)

func (*Contact) SetEmail ¶

func (o *Contact) SetEmail(v string)

SetEmail sets field value

func (*Contact) SetIsPrimary ¶

func (o *Contact) SetIsPrimary(v bool)

SetIsPrimary gets a reference to the given bool and assigns it to the IsPrimary field.

func (*Contact) SetName ¶

func (o *Contact) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Contact) SetRole ¶

func (o *Contact) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (Contact) ToMap ¶

func (o Contact) ToMap() (map[string]interface{}, error)

type CreateAudience200Response ¶

type CreateAudience200Response struct {
	Data *CreateAudienceBetaOutput `json:"data,omitempty"`
}

CreateAudience200Response struct for CreateAudience200Response

func NewCreateAudience200Response ¶

func NewCreateAudience200Response() *CreateAudience200Response

NewCreateAudience200Response instantiates a new CreateAudience200Response 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 NewCreateAudience200ResponseWithDefaults ¶

func NewCreateAudience200ResponseWithDefaults() *CreateAudience200Response

NewCreateAudience200ResponseWithDefaults instantiates a new CreateAudience200Response 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 (*CreateAudience200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateAudience200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAudience200Response) HasData ¶

func (o *CreateAudience200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (CreateAudience200Response) MarshalJSON ¶

func (o CreateAudience200Response) MarshalJSON() ([]byte, error)

func (*CreateAudience200Response) SetData ¶

SetData gets a reference to the given CreateAudienceBetaOutput and assigns it to the Data field.

func (CreateAudience200Response) ToMap ¶

func (o CreateAudience200Response) ToMap() (map[string]interface{}, error)

type CreateAudience200Response1 ¶

type CreateAudience200Response1 struct {
	Data *CreateAudienceAlphaOutput `json:"data,omitempty"`
}

CreateAudience200Response1 struct for CreateAudience200Response1

func NewCreateAudience200Response1 ¶

func NewCreateAudience200Response1() *CreateAudience200Response1

NewCreateAudience200Response1 instantiates a new CreateAudience200Response1 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 NewCreateAudience200Response1WithDefaults ¶

func NewCreateAudience200Response1WithDefaults() *CreateAudience200Response1

NewCreateAudience200Response1WithDefaults instantiates a new CreateAudience200Response1 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 (*CreateAudience200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateAudience200Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAudience200Response1) HasData ¶

func (o *CreateAudience200Response1) HasData() bool

HasData returns a boolean if a field has been set.

func (CreateAudience200Response1) MarshalJSON ¶

func (o CreateAudience200Response1) MarshalJSON() ([]byte, error)

func (*CreateAudience200Response1) SetData ¶

SetData gets a reference to the given CreateAudienceAlphaOutput and assigns it to the Data field.

func (CreateAudience200Response1) ToMap ¶

func (o CreateAudience200Response1) ToMap() (map[string]interface{}, error)

type CreateAudienceAlphaInput ¶

type CreateAudienceAlphaInput struct {
	// Name of the audience.
	Name string `json:"name"`
	// Determines whether a computation is enabled.
	Enabled *bool `json:"enabled,omitempty"`
	// Description of the audience.
	Description *string            `json:"description,omitempty"`
	Definition  AudienceDefinition `json:"definition"`
	// Denotes the type of audience product.  Possible values: USERS, ACCOUNTS.
	AudienceType string           `json:"audienceType"`
	Options      *AudienceOptions `json:"options,omitempty"`
}

CreateAudienceAlphaInput Input to create an audience.

func NewCreateAudienceAlphaInput ¶

func NewCreateAudienceAlphaInput(
	name string,
	definition AudienceDefinition,
	audienceType string,
) *CreateAudienceAlphaInput

NewCreateAudienceAlphaInput instantiates a new CreateAudienceAlphaInput 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 NewCreateAudienceAlphaInputWithDefaults ¶

func NewCreateAudienceAlphaInputWithDefaults() *CreateAudienceAlphaInput

NewCreateAudienceAlphaInputWithDefaults instantiates a new CreateAudienceAlphaInput 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 (*CreateAudienceAlphaInput) GetAudienceType ¶

func (o *CreateAudienceAlphaInput) GetAudienceType() string

GetAudienceType returns the AudienceType field value

func (*CreateAudienceAlphaInput) GetAudienceTypeOk ¶

func (o *CreateAudienceAlphaInput) GetAudienceTypeOk() (*string, bool)

GetAudienceTypeOk returns a tuple with the AudienceType field value and a boolean to check if the value has been set.

func (*CreateAudienceAlphaInput) GetDefinition ¶

func (o *CreateAudienceAlphaInput) GetDefinition() AudienceDefinition

GetDefinition returns the Definition field value

func (*CreateAudienceAlphaInput) GetDefinitionOk ¶

func (o *CreateAudienceAlphaInput) GetDefinitionOk() (*AudienceDefinition, bool)

GetDefinitionOk returns a tuple with the Definition field value and a boolean to check if the value has been set.

func (*CreateAudienceAlphaInput) GetDescription ¶

func (o *CreateAudienceAlphaInput) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateAudienceAlphaInput) GetDescriptionOk ¶

func (o *CreateAudienceAlphaInput) 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 (*CreateAudienceAlphaInput) GetEnabled ¶

func (o *CreateAudienceAlphaInput) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*CreateAudienceAlphaInput) GetEnabledOk ¶

func (o *CreateAudienceAlphaInput) 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 (*CreateAudienceAlphaInput) GetName ¶

func (o *CreateAudienceAlphaInput) GetName() string

GetName returns the Name field value

func (*CreateAudienceAlphaInput) GetNameOk ¶

func (o *CreateAudienceAlphaInput) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateAudienceAlphaInput) GetOptions ¶

func (o *CreateAudienceAlphaInput) GetOptions() AudienceOptions

GetOptions returns the Options field value if set, zero value otherwise.

func (*CreateAudienceAlphaInput) GetOptionsOk ¶

func (o *CreateAudienceAlphaInput) GetOptionsOk() (*AudienceOptions, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAudienceAlphaInput) HasDescription ¶

func (o *CreateAudienceAlphaInput) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateAudienceAlphaInput) HasEnabled ¶

func (o *CreateAudienceAlphaInput) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*CreateAudienceAlphaInput) HasOptions ¶

func (o *CreateAudienceAlphaInput) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (CreateAudienceAlphaInput) MarshalJSON ¶

func (o CreateAudienceAlphaInput) MarshalJSON() ([]byte, error)

func (*CreateAudienceAlphaInput) SetAudienceType ¶

func (o *CreateAudienceAlphaInput) SetAudienceType(v string)

SetAudienceType sets field value

func (*CreateAudienceAlphaInput) SetDefinition ¶

func (o *CreateAudienceAlphaInput) SetDefinition(v AudienceDefinition)

SetDefinition sets field value

func (*CreateAudienceAlphaInput) SetDescription ¶

func (o *CreateAudienceAlphaInput) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateAudienceAlphaInput) SetEnabled ¶

func (o *CreateAudienceAlphaInput) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*CreateAudienceAlphaInput) SetName ¶

func (o *CreateAudienceAlphaInput) SetName(v string)

SetName sets field value

func (*CreateAudienceAlphaInput) SetOptions ¶

func (o *CreateAudienceAlphaInput) SetOptions(v AudienceOptions)

SetOptions gets a reference to the given AudienceOptions and assigns it to the Options field.

func (CreateAudienceAlphaInput) ToMap ¶

func (o CreateAudienceAlphaInput) ToMap() (map[string]interface{}, error)

type CreateAudienceAlphaOutput ¶

type CreateAudienceAlphaOutput struct {
	Audience AudienceSummary `json:"audience"`
}

CreateAudienceAlphaOutput Audience output for create.

func NewCreateAudienceAlphaOutput ¶

func NewCreateAudienceAlphaOutput(audience AudienceSummary) *CreateAudienceAlphaOutput

NewCreateAudienceAlphaOutput instantiates a new CreateAudienceAlphaOutput 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 NewCreateAudienceAlphaOutputWithDefaults ¶

func NewCreateAudienceAlphaOutputWithDefaults() *CreateAudienceAlphaOutput

NewCreateAudienceAlphaOutputWithDefaults instantiates a new CreateAudienceAlphaOutput 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 (*CreateAudienceAlphaOutput) GetAudience ¶

func (o *CreateAudienceAlphaOutput) GetAudience() AudienceSummary

GetAudience returns the Audience field value

func (*CreateAudienceAlphaOutput) GetAudienceOk ¶

func (o *CreateAudienceAlphaOutput) GetAudienceOk() (*AudienceSummary, bool)

GetAudienceOk returns a tuple with the Audience field value and a boolean to check if the value has been set.

func (CreateAudienceAlphaOutput) MarshalJSON ¶

func (o CreateAudienceAlphaOutput) MarshalJSON() ([]byte, error)

func (*CreateAudienceAlphaOutput) SetAudience ¶

func (o *CreateAudienceAlphaOutput) SetAudience(v AudienceSummary)

SetAudience sets field value

func (CreateAudienceAlphaOutput) ToMap ¶

func (o CreateAudienceAlphaOutput) ToMap() (map[string]interface{}, error)

type CreateAudienceBetaInput ¶

type CreateAudienceBetaInput struct {
	// Name of the audience.
	Name string `json:"name"`
	// Determines whether a computation is enabled.
	Enabled *bool `json:"enabled,omitempty"`
	// Description of the audience.
	Description *string            `json:"description,omitempty"`
	Definition  AudienceDefinition `json:"definition"`
	// Denotes the type of audience product.  Possible values: USERS, ACCOUNTS, LINKED.
	AudienceType string           `json:"audienceType"`
	Options      *AudienceOptions `json:"options,omitempty"`
}

CreateAudienceBetaInput Input to create an audience.

func NewCreateAudienceBetaInput ¶

func NewCreateAudienceBetaInput(
	name string,
	definition AudienceDefinition,
	audienceType string,
) *CreateAudienceBetaInput

NewCreateAudienceBetaInput instantiates a new CreateAudienceBetaInput 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 NewCreateAudienceBetaInputWithDefaults ¶

func NewCreateAudienceBetaInputWithDefaults() *CreateAudienceBetaInput

NewCreateAudienceBetaInputWithDefaults instantiates a new CreateAudienceBetaInput 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 (*CreateAudienceBetaInput) GetAudienceType ¶

func (o *CreateAudienceBetaInput) GetAudienceType() string

GetAudienceType returns the AudienceType field value

func (*CreateAudienceBetaInput) GetAudienceTypeOk ¶

func (o *CreateAudienceBetaInput) GetAudienceTypeOk() (*string, bool)

GetAudienceTypeOk returns a tuple with the AudienceType field value and a boolean to check if the value has been set.

func (*CreateAudienceBetaInput) GetDefinition ¶

func (o *CreateAudienceBetaInput) GetDefinition() AudienceDefinition

GetDefinition returns the Definition field value

func (*CreateAudienceBetaInput) GetDefinitionOk ¶

func (o *CreateAudienceBetaInput) GetDefinitionOk() (*AudienceDefinition, bool)

GetDefinitionOk returns a tuple with the Definition field value and a boolean to check if the value has been set.

func (*CreateAudienceBetaInput) GetDescription ¶

func (o *CreateAudienceBetaInput) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateAudienceBetaInput) GetDescriptionOk ¶

func (o *CreateAudienceBetaInput) 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 (*CreateAudienceBetaInput) GetEnabled ¶

func (o *CreateAudienceBetaInput) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*CreateAudienceBetaInput) GetEnabledOk ¶

func (o *CreateAudienceBetaInput) 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 (*CreateAudienceBetaInput) GetName ¶

func (o *CreateAudienceBetaInput) GetName() string

GetName returns the Name field value

func (*CreateAudienceBetaInput) GetNameOk ¶

func (o *CreateAudienceBetaInput) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateAudienceBetaInput) GetOptions ¶

func (o *CreateAudienceBetaInput) GetOptions() AudienceOptions

GetOptions returns the Options field value if set, zero value otherwise.

func (*CreateAudienceBetaInput) GetOptionsOk ¶

func (o *CreateAudienceBetaInput) GetOptionsOk() (*AudienceOptions, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAudienceBetaInput) HasDescription ¶

func (o *CreateAudienceBetaInput) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateAudienceBetaInput) HasEnabled ¶

func (o *CreateAudienceBetaInput) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*CreateAudienceBetaInput) HasOptions ¶

func (o *CreateAudienceBetaInput) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (CreateAudienceBetaInput) MarshalJSON ¶

func (o CreateAudienceBetaInput) MarshalJSON() ([]byte, error)

func (*CreateAudienceBetaInput) SetAudienceType ¶

func (o *CreateAudienceBetaInput) SetAudienceType(v string)

SetAudienceType sets field value

func (*CreateAudienceBetaInput) SetDefinition ¶

func (o *CreateAudienceBetaInput) SetDefinition(v AudienceDefinition)

SetDefinition sets field value

func (*CreateAudienceBetaInput) SetDescription ¶

func (o *CreateAudienceBetaInput) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateAudienceBetaInput) SetEnabled ¶

func (o *CreateAudienceBetaInput) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*CreateAudienceBetaInput) SetName ¶

func (o *CreateAudienceBetaInput) SetName(v string)

SetName sets field value

func (*CreateAudienceBetaInput) SetOptions ¶

func (o *CreateAudienceBetaInput) SetOptions(v AudienceOptions)

SetOptions gets a reference to the given AudienceOptions and assigns it to the Options field.

func (CreateAudienceBetaInput) ToMap ¶

func (o CreateAudienceBetaInput) ToMap() (map[string]interface{}, error)

type CreateAudienceBetaOutput ¶

type CreateAudienceBetaOutput struct {
	Audience AudienceSummary `json:"audience"`
}

CreateAudienceBetaOutput Audience output for create.

func NewCreateAudienceBetaOutput ¶

func NewCreateAudienceBetaOutput(audience AudienceSummary) *CreateAudienceBetaOutput

NewCreateAudienceBetaOutput instantiates a new CreateAudienceBetaOutput 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 NewCreateAudienceBetaOutputWithDefaults ¶

func NewCreateAudienceBetaOutputWithDefaults() *CreateAudienceBetaOutput

NewCreateAudienceBetaOutputWithDefaults instantiates a new CreateAudienceBetaOutput 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 (*CreateAudienceBetaOutput) GetAudience ¶

func (o *CreateAudienceBetaOutput) GetAudience() AudienceSummary

GetAudience returns the Audience field value

func (*CreateAudienceBetaOutput) GetAudienceOk ¶

func (o *CreateAudienceBetaOutput) GetAudienceOk() (*AudienceSummary, bool)

GetAudienceOk returns a tuple with the Audience field value and a boolean to check if the value has been set.

func (CreateAudienceBetaOutput) MarshalJSON ¶

func (o CreateAudienceBetaOutput) MarshalJSON() ([]byte, error)

func (*CreateAudienceBetaOutput) SetAudience ¶

func (o *CreateAudienceBetaOutput) SetAudience(v AudienceSummary)

SetAudience sets field value

func (CreateAudienceBetaOutput) ToMap ¶

func (o CreateAudienceBetaOutput) ToMap() (map[string]interface{}, error)

type CreateAudiencePreview200Response ¶

type CreateAudiencePreview200Response struct {
	Data *CreateAudiencePreviewBetaOutput `json:"data,omitempty"`
}

CreateAudiencePreview200Response struct for CreateAudiencePreview200Response

func NewCreateAudiencePreview200Response ¶

func NewCreateAudiencePreview200Response() *CreateAudiencePreview200Response

NewCreateAudiencePreview200Response instantiates a new CreateAudiencePreview200Response 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 NewCreateAudiencePreview200ResponseWithDefaults ¶

func NewCreateAudiencePreview200ResponseWithDefaults() *CreateAudiencePreview200Response

NewCreateAudiencePreview200ResponseWithDefaults instantiates a new CreateAudiencePreview200Response 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 (*CreateAudiencePreview200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateAudiencePreview200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAudiencePreview200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateAudiencePreview200Response) MarshalJSON ¶

func (o CreateAudiencePreview200Response) MarshalJSON() ([]byte, error)

func (*CreateAudiencePreview200Response) SetData ¶

SetData gets a reference to the given CreateAudiencePreviewBetaOutput and assigns it to the Data field.

func (CreateAudiencePreview200Response) ToMap ¶

func (o CreateAudiencePreview200Response) ToMap() (map[string]interface{}, error)

type CreateAudiencePreview200Response1 ¶

type CreateAudiencePreview200Response1 struct {
	Data *CreateAudiencePreviewAlphaOutput `json:"data,omitempty"`
}

CreateAudiencePreview200Response1 struct for CreateAudiencePreview200Response1

func NewCreateAudiencePreview200Response1 ¶

func NewCreateAudiencePreview200Response1() *CreateAudiencePreview200Response1

NewCreateAudiencePreview200Response1 instantiates a new CreateAudiencePreview200Response1 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 NewCreateAudiencePreview200Response1WithDefaults ¶

func NewCreateAudiencePreview200Response1WithDefaults() *CreateAudiencePreview200Response1

NewCreateAudiencePreview200Response1WithDefaults instantiates a new CreateAudiencePreview200Response1 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 (*CreateAudiencePreview200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateAudiencePreview200Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAudiencePreview200Response1) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateAudiencePreview200Response1) MarshalJSON ¶

func (o CreateAudiencePreview200Response1) MarshalJSON() ([]byte, error)

func (*CreateAudiencePreview200Response1) SetData ¶

SetData gets a reference to the given CreateAudiencePreviewAlphaOutput and assigns it to the Data field.

func (CreateAudiencePreview200Response1) ToMap ¶

func (o CreateAudiencePreview200Response1) ToMap() (map[string]interface{}, error)

type CreateAudiencePreviewAlphaInput ¶

type CreateAudiencePreviewAlphaInput struct {
	Definition AudienceDefinition `json:"definition"`
	// Denotes the type of audience product.  Possible values: USERS, ACCOUNTS, LINKED.
	AudienceType string                        `json:"audienceType"`
	Options      *CreateAudiencePreviewOptions `json:"options,omitempty"`
}

CreateAudiencePreviewAlphaInput Input to create an audience preview.

func NewCreateAudiencePreviewAlphaInput ¶

func NewCreateAudiencePreviewAlphaInput(
	definition AudienceDefinition,
	audienceType string,
) *CreateAudiencePreviewAlphaInput

NewCreateAudiencePreviewAlphaInput instantiates a new CreateAudiencePreviewAlphaInput 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 NewCreateAudiencePreviewAlphaInputWithDefaults ¶

func NewCreateAudiencePreviewAlphaInputWithDefaults() *CreateAudiencePreviewAlphaInput

NewCreateAudiencePreviewAlphaInputWithDefaults instantiates a new CreateAudiencePreviewAlphaInput 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 (*CreateAudiencePreviewAlphaInput) GetAudienceType ¶

func (o *CreateAudiencePreviewAlphaInput) GetAudienceType() string

GetAudienceType returns the AudienceType field value

func (*CreateAudiencePreviewAlphaInput) GetAudienceTypeOk ¶

func (o *CreateAudiencePreviewAlphaInput) GetAudienceTypeOk() (*string, bool)

GetAudienceTypeOk returns a tuple with the AudienceType field value and a boolean to check if the value has been set.

func (*CreateAudiencePreviewAlphaInput) GetDefinition ¶

GetDefinition returns the Definition field value

func (*CreateAudiencePreviewAlphaInput) GetDefinitionOk ¶

func (o *CreateAudiencePreviewAlphaInput) GetDefinitionOk() (*AudienceDefinition, bool)

GetDefinitionOk returns a tuple with the Definition field value and a boolean to check if the value has been set.

func (*CreateAudiencePreviewAlphaInput) GetOptions ¶

GetOptions returns the Options field value if set, zero value otherwise.

func (*CreateAudiencePreviewAlphaInput) GetOptionsOk ¶

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAudiencePreviewAlphaInput) HasOptions ¶

func (o *CreateAudiencePreviewAlphaInput) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (CreateAudiencePreviewAlphaInput) MarshalJSON ¶

func (o CreateAudiencePreviewAlphaInput) MarshalJSON() ([]byte, error)

func (*CreateAudiencePreviewAlphaInput) SetAudienceType ¶

func (o *CreateAudiencePreviewAlphaInput) SetAudienceType(v string)

SetAudienceType sets field value

func (*CreateAudiencePreviewAlphaInput) SetDefinition ¶

SetDefinition sets field value

func (*CreateAudiencePreviewAlphaInput) SetOptions ¶

SetOptions gets a reference to the given CreateAudiencePreviewOptions and assigns it to the Options field.

func (CreateAudiencePreviewAlphaInput) ToMap ¶

func (o CreateAudiencePreviewAlphaInput) ToMap() (map[string]interface{}, error)

type CreateAudiencePreviewAlphaOutput ¶

type CreateAudiencePreviewAlphaOutput struct {
	AudiencePreview AudiencePreviewIdentifier `json:"audiencePreview"`
}

CreateAudiencePreviewAlphaOutput Output when creating an audience preview.

func NewCreateAudiencePreviewAlphaOutput ¶

func NewCreateAudiencePreviewAlphaOutput(
	audiencePreview AudiencePreviewIdentifier,
) *CreateAudiencePreviewAlphaOutput

NewCreateAudiencePreviewAlphaOutput instantiates a new CreateAudiencePreviewAlphaOutput 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 NewCreateAudiencePreviewAlphaOutputWithDefaults ¶

func NewCreateAudiencePreviewAlphaOutputWithDefaults() *CreateAudiencePreviewAlphaOutput

NewCreateAudiencePreviewAlphaOutputWithDefaults instantiates a new CreateAudiencePreviewAlphaOutput 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 (*CreateAudiencePreviewAlphaOutput) GetAudiencePreview ¶

GetAudiencePreview returns the AudiencePreview field value

func (*CreateAudiencePreviewAlphaOutput) GetAudiencePreviewOk ¶

func (o *CreateAudiencePreviewAlphaOutput) GetAudiencePreviewOk() (*AudiencePreviewIdentifier, bool)

GetAudiencePreviewOk returns a tuple with the AudiencePreview field value and a boolean to check if the value has been set.

func (CreateAudiencePreviewAlphaOutput) MarshalJSON ¶

func (o CreateAudiencePreviewAlphaOutput) MarshalJSON() ([]byte, error)

func (*CreateAudiencePreviewAlphaOutput) SetAudiencePreview ¶

SetAudiencePreview sets field value

func (CreateAudiencePreviewAlphaOutput) ToMap ¶

func (o CreateAudiencePreviewAlphaOutput) ToMap() (map[string]interface{}, error)

type CreateAudiencePreviewBetaInput ¶

type CreateAudiencePreviewBetaInput struct {
	Definition AudienceDefinition `json:"definition"`
	// Denotes the type of audience product.  Possible values: USERS, ACCOUNTS, LINKED.
	AudienceType string                        `json:"audienceType"`
	Options      *CreateAudiencePreviewOptions `json:"options,omitempty"`
}

CreateAudiencePreviewBetaInput Input to create an audience preview.

func NewCreateAudiencePreviewBetaInput ¶

func NewCreateAudiencePreviewBetaInput(
	definition AudienceDefinition,
	audienceType string,
) *CreateAudiencePreviewBetaInput

NewCreateAudiencePreviewBetaInput instantiates a new CreateAudiencePreviewBetaInput 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 NewCreateAudiencePreviewBetaInputWithDefaults ¶

func NewCreateAudiencePreviewBetaInputWithDefaults() *CreateAudiencePreviewBetaInput

NewCreateAudiencePreviewBetaInputWithDefaults instantiates a new CreateAudiencePreviewBetaInput 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 (*CreateAudiencePreviewBetaInput) GetAudienceType ¶

func (o *CreateAudiencePreviewBetaInput) GetAudienceType() string

GetAudienceType returns the AudienceType field value

func (*CreateAudiencePreviewBetaInput) GetAudienceTypeOk ¶

func (o *CreateAudiencePreviewBetaInput) GetAudienceTypeOk() (*string, bool)

GetAudienceTypeOk returns a tuple with the AudienceType field value and a boolean to check if the value has been set.

func (*CreateAudiencePreviewBetaInput) GetDefinition ¶

GetDefinition returns the Definition field value

func (*CreateAudiencePreviewBetaInput) GetDefinitionOk ¶

func (o *CreateAudiencePreviewBetaInput) GetDefinitionOk() (*AudienceDefinition, bool)

GetDefinitionOk returns a tuple with the Definition field value and a boolean to check if the value has been set.

func (*CreateAudiencePreviewBetaInput) GetOptions ¶

GetOptions returns the Options field value if set, zero value otherwise.

func (*CreateAudiencePreviewBetaInput) GetOptionsOk ¶

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAudiencePreviewBetaInput) HasOptions ¶

func (o *CreateAudiencePreviewBetaInput) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (CreateAudiencePreviewBetaInput) MarshalJSON ¶

func (o CreateAudiencePreviewBetaInput) MarshalJSON() ([]byte, error)

func (*CreateAudiencePreviewBetaInput) SetAudienceType ¶

func (o *CreateAudiencePreviewBetaInput) SetAudienceType(v string)

SetAudienceType sets field value

func (*CreateAudiencePreviewBetaInput) SetDefinition ¶

SetDefinition sets field value

func (*CreateAudiencePreviewBetaInput) SetOptions ¶

SetOptions gets a reference to the given CreateAudiencePreviewOptions and assigns it to the Options field.

func (CreateAudiencePreviewBetaInput) ToMap ¶

func (o CreateAudiencePreviewBetaInput) ToMap() (map[string]interface{}, error)

type CreateAudiencePreviewBetaOutput ¶

type CreateAudiencePreviewBetaOutput struct {
	AudiencePreview AudiencePreviewIdentifier `json:"audiencePreview"`
}

CreateAudiencePreviewBetaOutput Output when creating an audience preview.

func NewCreateAudiencePreviewBetaOutput ¶

func NewCreateAudiencePreviewBetaOutput(
	audiencePreview AudiencePreviewIdentifier,
) *CreateAudiencePreviewBetaOutput

NewCreateAudiencePreviewBetaOutput instantiates a new CreateAudiencePreviewBetaOutput 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 NewCreateAudiencePreviewBetaOutputWithDefaults ¶

func NewCreateAudiencePreviewBetaOutputWithDefaults() *CreateAudiencePreviewBetaOutput

NewCreateAudiencePreviewBetaOutputWithDefaults instantiates a new CreateAudiencePreviewBetaOutput 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 (*CreateAudiencePreviewBetaOutput) GetAudiencePreview ¶

GetAudiencePreview returns the AudiencePreview field value

func (*CreateAudiencePreviewBetaOutput) GetAudiencePreviewOk ¶

func (o *CreateAudiencePreviewBetaOutput) GetAudiencePreviewOk() (*AudiencePreviewIdentifier, bool)

GetAudiencePreviewOk returns a tuple with the AudiencePreview field value and a boolean to check if the value has been set.

func (CreateAudiencePreviewBetaOutput) MarshalJSON ¶

func (o CreateAudiencePreviewBetaOutput) MarshalJSON() ([]byte, error)

func (*CreateAudiencePreviewBetaOutput) SetAudiencePreview ¶

SetAudiencePreview sets field value

func (CreateAudiencePreviewBetaOutput) ToMap ¶

func (o CreateAudiencePreviewBetaOutput) ToMap() (map[string]interface{}, error)

type CreateAudiencePreviewOptions ¶

type CreateAudiencePreviewOptions struct {
	// The set of profile external identifiers being used to determine audience preview membership. Profiles will only be considered for audience preview membership if the profile has at least one external id whose key matches a value in this set. If unspecified, a default set of external identifiers will be used: `['user_id', 'email', 'android.idfa', 'ios.idfa']`.
	FilterByExternalIds []string `json:"filterByExternalIds,omitempty"`
	// If specified, the value of this field indicates the number of days (specified from the date the audience preview was created) that event data will be included from when determining audience preview membership. If not specified, the default is set to the maximum event window size, or 7 days if no window condition is defined. Note that this is applied on a best-effort basis and may not always be applicable. In such cases, the response will not return a backfillEventDataDays value, and all available data will be taken into account.
	BackfillEventDataDays *float32 `json:"backfillEventDataDays,omitempty"`
}

CreateAudiencePreviewOptions Options which should be applied when segmenting audience previews.

func NewCreateAudiencePreviewOptions ¶

func NewCreateAudiencePreviewOptions() *CreateAudiencePreviewOptions

NewCreateAudiencePreviewOptions instantiates a new CreateAudiencePreviewOptions 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 NewCreateAudiencePreviewOptionsWithDefaults ¶

func NewCreateAudiencePreviewOptionsWithDefaults() *CreateAudiencePreviewOptions

NewCreateAudiencePreviewOptionsWithDefaults instantiates a new CreateAudiencePreviewOptions 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 (*CreateAudiencePreviewOptions) GetBackfillEventDataDays ¶

func (o *CreateAudiencePreviewOptions) GetBackfillEventDataDays() float32

GetBackfillEventDataDays returns the BackfillEventDataDays field value if set, zero value otherwise.

func (*CreateAudiencePreviewOptions) GetBackfillEventDataDaysOk ¶

func (o *CreateAudiencePreviewOptions) GetBackfillEventDataDaysOk() (*float32, bool)

GetBackfillEventDataDaysOk returns a tuple with the BackfillEventDataDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAudiencePreviewOptions) GetFilterByExternalIds ¶

func (o *CreateAudiencePreviewOptions) GetFilterByExternalIds() []string

GetFilterByExternalIds returns the FilterByExternalIds field value if set, zero value otherwise.

func (*CreateAudiencePreviewOptions) GetFilterByExternalIdsOk ¶

func (o *CreateAudiencePreviewOptions) GetFilterByExternalIdsOk() ([]string, bool)

GetFilterByExternalIdsOk returns a tuple with the FilterByExternalIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateAudiencePreviewOptions) HasBackfillEventDataDays ¶

func (o *CreateAudiencePreviewOptions) HasBackfillEventDataDays() bool

HasBackfillEventDataDays returns a boolean if a field has been set.

func (*CreateAudiencePreviewOptions) HasFilterByExternalIds ¶

func (o *CreateAudiencePreviewOptions) HasFilterByExternalIds() bool

HasFilterByExternalIds returns a boolean if a field has been set.

func (CreateAudiencePreviewOptions) MarshalJSON ¶

func (o CreateAudiencePreviewOptions) MarshalJSON() ([]byte, error)

func (*CreateAudiencePreviewOptions) SetBackfillEventDataDays ¶

func (o *CreateAudiencePreviewOptions) SetBackfillEventDataDays(v float32)

SetBackfillEventDataDays gets a reference to the given float32 and assigns it to the BackfillEventDataDays field.

func (*CreateAudiencePreviewOptions) SetFilterByExternalIds ¶

func (o *CreateAudiencePreviewOptions) SetFilterByExternalIds(v []string)

SetFilterByExternalIds gets a reference to the given []string and assigns it to the FilterByExternalIds field.

func (CreateAudiencePreviewOptions) ToMap ¶

func (o CreateAudiencePreviewOptions) ToMap() (map[string]interface{}, error)

type CreateCloudSourceRegulation200Response ¶

type CreateCloudSourceRegulation200Response struct {
	Data *CreateCloudSourceRegulationV1Output `json:"data,omitempty"`
}

CreateCloudSourceRegulation200Response struct for CreateCloudSourceRegulation200Response

func NewCreateCloudSourceRegulation200Response ¶

func NewCreateCloudSourceRegulation200Response() *CreateCloudSourceRegulation200Response

NewCreateCloudSourceRegulation200Response instantiates a new CreateCloudSourceRegulation200Response 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 NewCreateCloudSourceRegulation200ResponseWithDefaults ¶

func NewCreateCloudSourceRegulation200ResponseWithDefaults() *CreateCloudSourceRegulation200Response

NewCreateCloudSourceRegulation200ResponseWithDefaults instantiates a new CreateCloudSourceRegulation200Response 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 (*CreateCloudSourceRegulation200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateCloudSourceRegulation200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateCloudSourceRegulation200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateCloudSourceRegulation200Response) MarshalJSON ¶

func (o CreateCloudSourceRegulation200Response) MarshalJSON() ([]byte, error)

func (*CreateCloudSourceRegulation200Response) SetData ¶

SetData gets a reference to the given CreateCloudSourceRegulationV1Output and assigns it to the Data field.

func (CreateCloudSourceRegulation200Response) ToMap ¶

func (o CreateCloudSourceRegulation200Response) ToMap() (map[string]interface{}, error)

type CreateCloudSourceRegulationV1Input ¶

type CreateCloudSourceRegulationV1Input struct {
	// The regulation type to create.
	RegulationType string `json:"regulationType"`
	// The subject type. Must be `objectId` for Cloud Sources.
	SubjectType string `json:"subjectType"`
	// The list of `userId` or `objectId` values of the subjects to regulate.  Config API note: equal to `parent` but allows an array.
	SubjectIds []string `json:"subjectIds"`
	// The Cloud Source collection to regulate.
	Collection string `json:"collection"`
}

CreateCloudSourceRegulationV1Input The input to create a Cloud Source-scoped regulation.

func NewCreateCloudSourceRegulationV1Input ¶

func NewCreateCloudSourceRegulationV1Input(
	regulationType string,
	subjectType string,
	subjectIds []string,
	collection string,
) *CreateCloudSourceRegulationV1Input

NewCreateCloudSourceRegulationV1Input instantiates a new CreateCloudSourceRegulationV1Input 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 NewCreateCloudSourceRegulationV1InputWithDefaults ¶

func NewCreateCloudSourceRegulationV1InputWithDefaults() *CreateCloudSourceRegulationV1Input

NewCreateCloudSourceRegulationV1InputWithDefaults instantiates a new CreateCloudSourceRegulationV1Input 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 (*CreateCloudSourceRegulationV1Input) GetCollection ¶

func (o *CreateCloudSourceRegulationV1Input) GetCollection() string

GetCollection returns the Collection field value

func (*CreateCloudSourceRegulationV1Input) GetCollectionOk ¶

func (o *CreateCloudSourceRegulationV1Input) GetCollectionOk() (*string, bool)

GetCollectionOk returns a tuple with the Collection field value and a boolean to check if the value has been set.

func (*CreateCloudSourceRegulationV1Input) GetRegulationType ¶

func (o *CreateCloudSourceRegulationV1Input) GetRegulationType() string

GetRegulationType returns the RegulationType field value

func (*CreateCloudSourceRegulationV1Input) GetRegulationTypeOk ¶

func (o *CreateCloudSourceRegulationV1Input) GetRegulationTypeOk() (*string, bool)

GetRegulationTypeOk returns a tuple with the RegulationType field value and a boolean to check if the value has been set.

func (*CreateCloudSourceRegulationV1Input) GetSubjectIds ¶

func (o *CreateCloudSourceRegulationV1Input) GetSubjectIds() []string

GetSubjectIds returns the SubjectIds field value

func (*CreateCloudSourceRegulationV1Input) GetSubjectIdsOk ¶

func (o *CreateCloudSourceRegulationV1Input) GetSubjectIdsOk() ([]string, bool)

GetSubjectIdsOk returns a tuple with the SubjectIds field value and a boolean to check if the value has been set.

func (*CreateCloudSourceRegulationV1Input) GetSubjectType ¶

func (o *CreateCloudSourceRegulationV1Input) GetSubjectType() string

GetSubjectType returns the SubjectType field value

func (*CreateCloudSourceRegulationV1Input) GetSubjectTypeOk ¶

func (o *CreateCloudSourceRegulationV1Input) GetSubjectTypeOk() (*string, bool)

GetSubjectTypeOk returns a tuple with the SubjectType field value and a boolean to check if the value has been set.

func (CreateCloudSourceRegulationV1Input) MarshalJSON ¶

func (o CreateCloudSourceRegulationV1Input) MarshalJSON() ([]byte, error)

func (*CreateCloudSourceRegulationV1Input) SetCollection ¶

func (o *CreateCloudSourceRegulationV1Input) SetCollection(v string)

SetCollection sets field value

func (*CreateCloudSourceRegulationV1Input) SetRegulationType ¶

func (o *CreateCloudSourceRegulationV1Input) SetRegulationType(v string)

SetRegulationType sets field value

func (*CreateCloudSourceRegulationV1Input) SetSubjectIds ¶

func (o *CreateCloudSourceRegulationV1Input) SetSubjectIds(v []string)

SetSubjectIds sets field value

func (*CreateCloudSourceRegulationV1Input) SetSubjectType ¶

func (o *CreateCloudSourceRegulationV1Input) SetSubjectType(v string)

SetSubjectType sets field value

func (CreateCloudSourceRegulationV1Input) ToMap ¶

func (o CreateCloudSourceRegulationV1Input) ToMap() (map[string]interface{}, error)

type CreateCloudSourceRegulationV1Output ¶

type CreateCloudSourceRegulationV1Output struct {
	// The id of the created regulation.
	RegulateId string `json:"regulateId"`
}

CreateCloudSourceRegulationV1Output The output of a create Cloud Source regulation call.

func NewCreateCloudSourceRegulationV1Output ¶

func NewCreateCloudSourceRegulationV1Output(
	regulateId string,
) *CreateCloudSourceRegulationV1Output

NewCreateCloudSourceRegulationV1Output instantiates a new CreateCloudSourceRegulationV1Output 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 NewCreateCloudSourceRegulationV1OutputWithDefaults ¶

func NewCreateCloudSourceRegulationV1OutputWithDefaults() *CreateCloudSourceRegulationV1Output

NewCreateCloudSourceRegulationV1OutputWithDefaults instantiates a new CreateCloudSourceRegulationV1Output 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 (*CreateCloudSourceRegulationV1Output) GetRegulateId ¶

func (o *CreateCloudSourceRegulationV1Output) GetRegulateId() string

GetRegulateId returns the RegulateId field value

func (*CreateCloudSourceRegulationV1Output) GetRegulateIdOk ¶

func (o *CreateCloudSourceRegulationV1Output) GetRegulateIdOk() (*string, bool)

GetRegulateIdOk returns a tuple with the RegulateId field value and a boolean to check if the value has been set.

func (CreateCloudSourceRegulationV1Output) MarshalJSON ¶

func (o CreateCloudSourceRegulationV1Output) MarshalJSON() ([]byte, error)

func (*CreateCloudSourceRegulationV1Output) SetRegulateId ¶

func (o *CreateCloudSourceRegulationV1Output) SetRegulateId(v string)

SetRegulateId sets field value

func (CreateCloudSourceRegulationV1Output) ToMap ¶

func (o CreateCloudSourceRegulationV1Output) ToMap() (map[string]interface{}, error)

type CreateComputedTrait200Response ¶

type CreateComputedTrait200Response struct {
	Data *CreateComputedTraitAlphaOutput `json:"data,omitempty"`
}

CreateComputedTrait200Response struct for CreateComputedTrait200Response

func NewCreateComputedTrait200Response ¶

func NewCreateComputedTrait200Response() *CreateComputedTrait200Response

NewCreateComputedTrait200Response instantiates a new CreateComputedTrait200Response 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 NewCreateComputedTrait200ResponseWithDefaults ¶

func NewCreateComputedTrait200ResponseWithDefaults() *CreateComputedTrait200Response

NewCreateComputedTrait200ResponseWithDefaults instantiates a new CreateComputedTrait200Response 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 (*CreateComputedTrait200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateComputedTrait200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateComputedTrait200Response) HasData ¶

func (o *CreateComputedTrait200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (CreateComputedTrait200Response) MarshalJSON ¶

func (o CreateComputedTrait200Response) MarshalJSON() ([]byte, error)

func (*CreateComputedTrait200Response) SetData ¶

SetData gets a reference to the given CreateComputedTraitAlphaOutput and assigns it to the Data field.

func (CreateComputedTrait200Response) ToMap ¶

func (o CreateComputedTrait200Response) ToMap() (map[string]interface{}, error)

type CreateComputedTraitAlphaInput ¶

type CreateComputedTraitAlphaInput struct {
	// The name of the computation.
	Name string `json:"name"`
	// Determines whether a computation is enabled.
	Enabled *bool `json:"enabled,omitempty"`
	// The description of the computation.
	Description *string         `json:"description,omitempty"`
	Definition  TraitDefinition `json:"definition"`
	Options     *TraitOptions   `json:"options,omitempty"`
}

CreateComputedTraitAlphaInput Input to create a trait.

func NewCreateComputedTraitAlphaInput ¶

func NewCreateComputedTraitAlphaInput(
	name string,
	definition TraitDefinition,
) *CreateComputedTraitAlphaInput

NewCreateComputedTraitAlphaInput instantiates a new CreateComputedTraitAlphaInput 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 NewCreateComputedTraitAlphaInputWithDefaults ¶

func NewCreateComputedTraitAlphaInputWithDefaults() *CreateComputedTraitAlphaInput

NewCreateComputedTraitAlphaInputWithDefaults instantiates a new CreateComputedTraitAlphaInput 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 (*CreateComputedTraitAlphaInput) GetDefinition ¶

GetDefinition returns the Definition field value

func (*CreateComputedTraitAlphaInput) GetDefinitionOk ¶

func (o *CreateComputedTraitAlphaInput) GetDefinitionOk() (*TraitDefinition, bool)

GetDefinitionOk returns a tuple with the Definition field value and a boolean to check if the value has been set.

func (*CreateComputedTraitAlphaInput) GetDescription ¶

func (o *CreateComputedTraitAlphaInput) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateComputedTraitAlphaInput) GetDescriptionOk ¶

func (o *CreateComputedTraitAlphaInput) 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 (*CreateComputedTraitAlphaInput) GetEnabled ¶

func (o *CreateComputedTraitAlphaInput) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*CreateComputedTraitAlphaInput) GetEnabledOk ¶

func (o *CreateComputedTraitAlphaInput) 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 (*CreateComputedTraitAlphaInput) GetName ¶

GetName returns the Name field value

func (*CreateComputedTraitAlphaInput) GetNameOk ¶

func (o *CreateComputedTraitAlphaInput) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateComputedTraitAlphaInput) GetOptions ¶

GetOptions returns the Options field value if set, zero value otherwise.

func (*CreateComputedTraitAlphaInput) GetOptionsOk ¶

func (o *CreateComputedTraitAlphaInput) GetOptionsOk() (*TraitOptions, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateComputedTraitAlphaInput) HasDescription ¶

func (o *CreateComputedTraitAlphaInput) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateComputedTraitAlphaInput) HasEnabled ¶

func (o *CreateComputedTraitAlphaInput) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*CreateComputedTraitAlphaInput) HasOptions ¶

func (o *CreateComputedTraitAlphaInput) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (CreateComputedTraitAlphaInput) MarshalJSON ¶

func (o CreateComputedTraitAlphaInput) MarshalJSON() ([]byte, error)

func (*CreateComputedTraitAlphaInput) SetDefinition ¶

func (o *CreateComputedTraitAlphaInput) SetDefinition(v TraitDefinition)

SetDefinition sets field value

func (*CreateComputedTraitAlphaInput) SetDescription ¶

func (o *CreateComputedTraitAlphaInput) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateComputedTraitAlphaInput) SetEnabled ¶

func (o *CreateComputedTraitAlphaInput) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*CreateComputedTraitAlphaInput) SetName ¶

func (o *CreateComputedTraitAlphaInput) SetName(v string)

SetName sets field value

func (*CreateComputedTraitAlphaInput) SetOptions ¶

SetOptions gets a reference to the given TraitOptions and assigns it to the Options field.

func (CreateComputedTraitAlphaInput) ToMap ¶

func (o CreateComputedTraitAlphaInput) ToMap() (map[string]interface{}, error)

type CreateComputedTraitAlphaOutput ¶

type CreateComputedTraitAlphaOutput struct {
	ComputedTrait ComputedTraitSummary `json:"computedTrait"`
}

CreateComputedTraitAlphaOutput Computed Trait output for create.

func NewCreateComputedTraitAlphaOutput ¶

func NewCreateComputedTraitAlphaOutput(
	computedTrait ComputedTraitSummary,
) *CreateComputedTraitAlphaOutput

NewCreateComputedTraitAlphaOutput instantiates a new CreateComputedTraitAlphaOutput 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 NewCreateComputedTraitAlphaOutputWithDefaults ¶

func NewCreateComputedTraitAlphaOutputWithDefaults() *CreateComputedTraitAlphaOutput

NewCreateComputedTraitAlphaOutputWithDefaults instantiates a new CreateComputedTraitAlphaOutput 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 (*CreateComputedTraitAlphaOutput) GetComputedTrait ¶

GetComputedTrait returns the ComputedTrait field value

func (*CreateComputedTraitAlphaOutput) GetComputedTraitOk ¶

func (o *CreateComputedTraitAlphaOutput) GetComputedTraitOk() (*ComputedTraitSummary, bool)

GetComputedTraitOk returns a tuple with the ComputedTrait field value and a boolean to check if the value has been set.

func (CreateComputedTraitAlphaOutput) MarshalJSON ¶

func (o CreateComputedTraitAlphaOutput) MarshalJSON() ([]byte, error)

func (*CreateComputedTraitAlphaOutput) SetComputedTrait ¶

SetComputedTrait sets field value

func (CreateComputedTraitAlphaOutput) ToMap ¶

func (o CreateComputedTraitAlphaOutput) ToMap() (map[string]interface{}, error)

type CreateDbtModelSyncTrigger200Response ¶

type CreateDbtModelSyncTrigger200Response struct {
	Data *CreateDbtModelSyncTriggerOutput `json:"data,omitempty"`
}

CreateDbtModelSyncTrigger200Response struct for CreateDbtModelSyncTrigger200Response

func NewCreateDbtModelSyncTrigger200Response ¶

func NewCreateDbtModelSyncTrigger200Response() *CreateDbtModelSyncTrigger200Response

NewCreateDbtModelSyncTrigger200Response instantiates a new CreateDbtModelSyncTrigger200Response 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 NewCreateDbtModelSyncTrigger200ResponseWithDefaults ¶

func NewCreateDbtModelSyncTrigger200ResponseWithDefaults() *CreateDbtModelSyncTrigger200Response

NewCreateDbtModelSyncTrigger200ResponseWithDefaults instantiates a new CreateDbtModelSyncTrigger200Response 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 (*CreateDbtModelSyncTrigger200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateDbtModelSyncTrigger200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDbtModelSyncTrigger200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateDbtModelSyncTrigger200Response) MarshalJSON ¶

func (o CreateDbtModelSyncTrigger200Response) MarshalJSON() ([]byte, error)

func (*CreateDbtModelSyncTrigger200Response) SetData ¶

SetData gets a reference to the given CreateDbtModelSyncTriggerOutput and assigns it to the Data field.

func (CreateDbtModelSyncTrigger200Response) ToMap ¶

func (o CreateDbtModelSyncTrigger200Response) ToMap() (map[string]interface{}, error)

type CreateDbtModelSyncTriggerInput ¶

type CreateDbtModelSyncTriggerInput struct {
	// The Source id to trigger a dbt model sync.
	SourceId string `json:"sourceId"`
}

CreateDbtModelSyncTriggerInput Input for the createDbtModelSyncTriggerBySourceId endpoint.

func NewCreateDbtModelSyncTriggerInput ¶

func NewCreateDbtModelSyncTriggerInput(sourceId string) *CreateDbtModelSyncTriggerInput

NewCreateDbtModelSyncTriggerInput instantiates a new CreateDbtModelSyncTriggerInput 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 NewCreateDbtModelSyncTriggerInputWithDefaults ¶

func NewCreateDbtModelSyncTriggerInputWithDefaults() *CreateDbtModelSyncTriggerInput

NewCreateDbtModelSyncTriggerInputWithDefaults instantiates a new CreateDbtModelSyncTriggerInput 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 (*CreateDbtModelSyncTriggerInput) GetSourceId ¶

func (o *CreateDbtModelSyncTriggerInput) GetSourceId() string

GetSourceId returns the SourceId field value

func (*CreateDbtModelSyncTriggerInput) GetSourceIdOk ¶

func (o *CreateDbtModelSyncTriggerInput) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (CreateDbtModelSyncTriggerInput) MarshalJSON ¶

func (o CreateDbtModelSyncTriggerInput) MarshalJSON() ([]byte, error)

func (*CreateDbtModelSyncTriggerInput) SetSourceId ¶

func (o *CreateDbtModelSyncTriggerInput) SetSourceId(v string)

SetSourceId sets field value

func (CreateDbtModelSyncTriggerInput) ToMap ¶

func (o CreateDbtModelSyncTriggerInput) ToMap() (map[string]interface{}, error)

type CreateDbtModelSyncTriggerOutput ¶

type CreateDbtModelSyncTriggerOutput struct {
	DbtModelSyncTrigger DbtModelSyncTrigger `json:"dbtModelSyncTrigger"`
}

CreateDbtModelSyncTriggerOutput Output for the createDbtModelSyncTriggerBySourceId endpoint.

func NewCreateDbtModelSyncTriggerOutput ¶

func NewCreateDbtModelSyncTriggerOutput(
	dbtModelSyncTrigger DbtModelSyncTrigger,
) *CreateDbtModelSyncTriggerOutput

NewCreateDbtModelSyncTriggerOutput instantiates a new CreateDbtModelSyncTriggerOutput 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 NewCreateDbtModelSyncTriggerOutputWithDefaults ¶

func NewCreateDbtModelSyncTriggerOutputWithDefaults() *CreateDbtModelSyncTriggerOutput

NewCreateDbtModelSyncTriggerOutputWithDefaults instantiates a new CreateDbtModelSyncTriggerOutput 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 (*CreateDbtModelSyncTriggerOutput) GetDbtModelSyncTrigger ¶

func (o *CreateDbtModelSyncTriggerOutput) GetDbtModelSyncTrigger() DbtModelSyncTrigger

GetDbtModelSyncTrigger returns the DbtModelSyncTrigger field value

func (*CreateDbtModelSyncTriggerOutput) GetDbtModelSyncTriggerOk ¶

func (o *CreateDbtModelSyncTriggerOutput) GetDbtModelSyncTriggerOk() (*DbtModelSyncTrigger, bool)

GetDbtModelSyncTriggerOk returns a tuple with the DbtModelSyncTrigger field value and a boolean to check if the value has been set.

func (CreateDbtModelSyncTriggerOutput) MarshalJSON ¶

func (o CreateDbtModelSyncTriggerOutput) MarshalJSON() ([]byte, error)

func (*CreateDbtModelSyncTriggerOutput) SetDbtModelSyncTrigger ¶

func (o *CreateDbtModelSyncTriggerOutput) SetDbtModelSyncTrigger(v DbtModelSyncTrigger)

SetDbtModelSyncTrigger sets field value

func (CreateDbtModelSyncTriggerOutput) ToMap ¶

func (o CreateDbtModelSyncTriggerOutput) ToMap() (map[string]interface{}, error)

type CreateDestination200Response ¶

type CreateDestination200Response struct {
	Data *CreateDestinationV1Output `json:"data,omitempty"`
}

CreateDestination200Response struct for CreateDestination200Response

func NewCreateDestination200Response ¶

func NewCreateDestination200Response() *CreateDestination200Response

NewCreateDestination200Response instantiates a new CreateDestination200Response 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 NewCreateDestination200ResponseWithDefaults ¶

func NewCreateDestination200ResponseWithDefaults() *CreateDestination200Response

NewCreateDestination200ResponseWithDefaults instantiates a new CreateDestination200Response 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 (*CreateDestination200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateDestination200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDestination200Response) HasData ¶

func (o *CreateDestination200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (CreateDestination200Response) MarshalJSON ¶

func (o CreateDestination200Response) MarshalJSON() ([]byte, error)

func (*CreateDestination200Response) SetData ¶

SetData gets a reference to the given CreateDestinationV1Output and assigns it to the Data field.

func (CreateDestination200Response) ToMap ¶

func (o CreateDestination200Response) ToMap() (map[string]interface{}, error)

type CreateDestinationSubscription200Response ¶

type CreateDestinationSubscription200Response struct {
	Data *CreateDestinationSubscriptionAlphaOutput `json:"data,omitempty"`
}

CreateDestinationSubscription200Response struct for CreateDestinationSubscription200Response

func NewCreateDestinationSubscription200Response ¶

func NewCreateDestinationSubscription200Response() *CreateDestinationSubscription200Response

NewCreateDestinationSubscription200Response instantiates a new CreateDestinationSubscription200Response 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 NewCreateDestinationSubscription200ResponseWithDefaults ¶

func NewCreateDestinationSubscription200ResponseWithDefaults() *CreateDestinationSubscription200Response

NewCreateDestinationSubscription200ResponseWithDefaults instantiates a new CreateDestinationSubscription200Response 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 (*CreateDestinationSubscription200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateDestinationSubscription200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDestinationSubscription200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateDestinationSubscription200Response) MarshalJSON ¶

func (*CreateDestinationSubscription200Response) SetData ¶

SetData gets a reference to the given CreateDestinationSubscriptionAlphaOutput and assigns it to the Data field.

func (CreateDestinationSubscription200Response) ToMap ¶

func (o CreateDestinationSubscription200Response) ToMap() (map[string]interface{}, error)

type CreateDestinationSubscriptionAlphaInput ¶

type CreateDestinationSubscriptionAlphaInput struct {
	// A user-defined name for the subscription.
	Name string `json:"name"`
	// The associated action id the subscription should trigger.
	ActionId string `json:"actionId"`
	// The FQL statement.
	Trigger string `json:"trigger"`
	// Is the subscription enabled.
	Enabled bool `json:"enabled"`
	// Represents settings used to configure an action subscription.
	Settings map[string]interface{} `json:"settings,omitempty"`
	// When creating a Reverse ETL connection, indicates the Model being used to extract data.
	ModelId *string `json:"modelId,omitempty"`
}

CreateDestinationSubscriptionAlphaInput The basic input parameters for creating a Destination subscription.

func NewCreateDestinationSubscriptionAlphaInput ¶

func NewCreateDestinationSubscriptionAlphaInput(
	name string,
	actionId string,
	trigger string,
	enabled bool,
) *CreateDestinationSubscriptionAlphaInput

NewCreateDestinationSubscriptionAlphaInput instantiates a new CreateDestinationSubscriptionAlphaInput 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 NewCreateDestinationSubscriptionAlphaInputWithDefaults ¶

func NewCreateDestinationSubscriptionAlphaInputWithDefaults() *CreateDestinationSubscriptionAlphaInput

NewCreateDestinationSubscriptionAlphaInputWithDefaults instantiates a new CreateDestinationSubscriptionAlphaInput 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 (*CreateDestinationSubscriptionAlphaInput) GetActionId ¶

GetActionId returns the ActionId field value

func (*CreateDestinationSubscriptionAlphaInput) GetActionIdOk ¶

func (o *CreateDestinationSubscriptionAlphaInput) GetActionIdOk() (*string, bool)

GetActionIdOk returns a tuple with the ActionId field value and a boolean to check if the value has been set.

func (*CreateDestinationSubscriptionAlphaInput) GetEnabled ¶

GetEnabled returns the Enabled field value

func (*CreateDestinationSubscriptionAlphaInput) GetEnabledOk ¶

func (o *CreateDestinationSubscriptionAlphaInput) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*CreateDestinationSubscriptionAlphaInput) GetModelId ¶

GetModelId returns the ModelId field value if set, zero value otherwise.

func (*CreateDestinationSubscriptionAlphaInput) GetModelIdOk ¶

func (o *CreateDestinationSubscriptionAlphaInput) GetModelIdOk() (*string, bool)

GetModelIdOk returns a tuple with the ModelId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDestinationSubscriptionAlphaInput) GetName ¶

GetName returns the Name field value

func (*CreateDestinationSubscriptionAlphaInput) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateDestinationSubscriptionAlphaInput) GetSettings ¶

func (o *CreateDestinationSubscriptionAlphaInput) GetSettings() map[string]interface{}

GetSettings returns the Settings field value if set, zero value otherwise.

func (*CreateDestinationSubscriptionAlphaInput) GetSettingsOk ¶

func (o *CreateDestinationSubscriptionAlphaInput) GetSettingsOk() (map[string]interface{}, 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 (*CreateDestinationSubscriptionAlphaInput) GetTrigger ¶

GetTrigger returns the Trigger field value

func (*CreateDestinationSubscriptionAlphaInput) GetTriggerOk ¶

func (o *CreateDestinationSubscriptionAlphaInput) GetTriggerOk() (*string, bool)

GetTriggerOk returns a tuple with the Trigger field value and a boolean to check if the value has been set.

func (*CreateDestinationSubscriptionAlphaInput) HasModelId ¶

HasModelId returns a boolean if a field has been set.

func (*CreateDestinationSubscriptionAlphaInput) HasSettings ¶

HasSettings returns a boolean if a field has been set.

func (CreateDestinationSubscriptionAlphaInput) MarshalJSON ¶

func (o CreateDestinationSubscriptionAlphaInput) MarshalJSON() ([]byte, error)

func (*CreateDestinationSubscriptionAlphaInput) SetActionId ¶

SetActionId sets field value

func (*CreateDestinationSubscriptionAlphaInput) SetEnabled ¶

SetEnabled sets field value

func (*CreateDestinationSubscriptionAlphaInput) SetModelId ¶

SetModelId gets a reference to the given string and assigns it to the ModelId field.

func (*CreateDestinationSubscriptionAlphaInput) SetName ¶

SetName sets field value

func (*CreateDestinationSubscriptionAlphaInput) SetSettings ¶

func (o *CreateDestinationSubscriptionAlphaInput) SetSettings(v map[string]interface{})

SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.

func (*CreateDestinationSubscriptionAlphaInput) SetTrigger ¶

SetTrigger sets field value

func (CreateDestinationSubscriptionAlphaInput) ToMap ¶

func (o CreateDestinationSubscriptionAlphaInput) ToMap() (map[string]interface{}, error)

type CreateDestinationSubscriptionAlphaOutput ¶

type CreateDestinationSubscriptionAlphaOutput struct {
	DestinationSubscription DestinationSubscription `json:"destinationSubscription"`
}

CreateDestinationSubscriptionAlphaOutput Returns a newly created Destination subscription.

func NewCreateDestinationSubscriptionAlphaOutput ¶

func NewCreateDestinationSubscriptionAlphaOutput(
	destinationSubscription DestinationSubscription,
) *CreateDestinationSubscriptionAlphaOutput

NewCreateDestinationSubscriptionAlphaOutput instantiates a new CreateDestinationSubscriptionAlphaOutput 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 NewCreateDestinationSubscriptionAlphaOutputWithDefaults ¶

func NewCreateDestinationSubscriptionAlphaOutputWithDefaults() *CreateDestinationSubscriptionAlphaOutput

NewCreateDestinationSubscriptionAlphaOutputWithDefaults instantiates a new CreateDestinationSubscriptionAlphaOutput 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 (*CreateDestinationSubscriptionAlphaOutput) GetDestinationSubscription ¶

func (o *CreateDestinationSubscriptionAlphaOutput) GetDestinationSubscription() DestinationSubscription

GetDestinationSubscription returns the DestinationSubscription field value

func (*CreateDestinationSubscriptionAlphaOutput) GetDestinationSubscriptionOk ¶

func (o *CreateDestinationSubscriptionAlphaOutput) GetDestinationSubscriptionOk() (*DestinationSubscription, bool)

GetDestinationSubscriptionOk returns a tuple with the DestinationSubscription field value and a boolean to check if the value has been set.

func (CreateDestinationSubscriptionAlphaOutput) MarshalJSON ¶

func (*CreateDestinationSubscriptionAlphaOutput) SetDestinationSubscription ¶

func (o *CreateDestinationSubscriptionAlphaOutput) SetDestinationSubscription(
	v DestinationSubscription,
)

SetDestinationSubscription sets field value

func (CreateDestinationSubscriptionAlphaOutput) ToMap ¶

func (o CreateDestinationSubscriptionAlphaOutput) ToMap() (map[string]interface{}, error)

type CreateDestinationV1Input ¶

type CreateDestinationV1Input struct {
	// The id of the Source to connect to this Destination instance.  Config API note: analogous to `parent`.
	SourceId string `json:"sourceId"`
	// The id of the metadata to link to the new Destination.
	MetadataId string `json:"metadataId"`
	// Whether this Destination should receive data.
	Enabled *bool `json:"enabled,omitempty"`
	// Defines the display name of the Destination.  Config API note: equal to `displayName`.
	Name *string `json:"name,omitempty"`
	// An object that contains settings for the Destination based on the \"required\" and \"advanced\" settings present in the Destination metadata.  Config API note: equal to `config`.
	Settings map[string]interface{} `json:"settings"`
}

CreateDestinationV1Input Creates a new Destination.

func NewCreateDestinationV1Input ¶

func NewCreateDestinationV1Input(
	sourceId string,
	metadataId string,
	settings map[string]interface{},
) *CreateDestinationV1Input

NewCreateDestinationV1Input instantiates a new CreateDestinationV1Input 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 NewCreateDestinationV1InputWithDefaults ¶

func NewCreateDestinationV1InputWithDefaults() *CreateDestinationV1Input

NewCreateDestinationV1InputWithDefaults instantiates a new CreateDestinationV1Input 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 (*CreateDestinationV1Input) GetEnabled ¶

func (o *CreateDestinationV1Input) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*CreateDestinationV1Input) GetEnabledOk ¶

func (o *CreateDestinationV1Input) 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 (*CreateDestinationV1Input) GetMetadataId ¶

func (o *CreateDestinationV1Input) GetMetadataId() string

GetMetadataId returns the MetadataId field value

func (*CreateDestinationV1Input) GetMetadataIdOk ¶

func (o *CreateDestinationV1Input) GetMetadataIdOk() (*string, bool)

GetMetadataIdOk returns a tuple with the MetadataId field value and a boolean to check if the value has been set.

func (*CreateDestinationV1Input) GetName ¶

func (o *CreateDestinationV1Input) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CreateDestinationV1Input) GetNameOk ¶

func (o *CreateDestinationV1Input) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDestinationV1Input) GetSettings ¶

func (o *CreateDestinationV1Input) GetSettings() map[string]interface{}

GetSettings returns the Settings field value

func (*CreateDestinationV1Input) GetSettingsOk ¶

func (o *CreateDestinationV1Input) GetSettingsOk() (map[string]interface{}, bool)

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (*CreateDestinationV1Input) GetSourceId ¶

func (o *CreateDestinationV1Input) GetSourceId() string

GetSourceId returns the SourceId field value

func (*CreateDestinationV1Input) GetSourceIdOk ¶

func (o *CreateDestinationV1Input) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*CreateDestinationV1Input) HasEnabled ¶

func (o *CreateDestinationV1Input) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*CreateDestinationV1Input) HasName ¶

func (o *CreateDestinationV1Input) HasName() bool

HasName returns a boolean if a field has been set.

func (CreateDestinationV1Input) MarshalJSON ¶

func (o CreateDestinationV1Input) MarshalJSON() ([]byte, error)

func (*CreateDestinationV1Input) SetEnabled ¶

func (o *CreateDestinationV1Input) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*CreateDestinationV1Input) SetMetadataId ¶

func (o *CreateDestinationV1Input) SetMetadataId(v string)

SetMetadataId sets field value

func (*CreateDestinationV1Input) SetName ¶

func (o *CreateDestinationV1Input) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CreateDestinationV1Input) SetSettings ¶

func (o *CreateDestinationV1Input) SetSettings(v map[string]interface{})

SetSettings sets field value

func (*CreateDestinationV1Input) SetSourceId ¶

func (o *CreateDestinationV1Input) SetSourceId(v string)

SetSourceId sets field value

func (CreateDestinationV1Input) ToMap ¶

func (o CreateDestinationV1Input) ToMap() (map[string]interface{}, error)

type CreateDestinationV1Output ¶

type CreateDestinationV1Output struct {
	Destination DestinationV1 `json:"destination"`
}

CreateDestinationV1Output Creates a new Destination.

func NewCreateDestinationV1Output ¶

func NewCreateDestinationV1Output(destination DestinationV1) *CreateDestinationV1Output

NewCreateDestinationV1Output instantiates a new CreateDestinationV1Output 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 NewCreateDestinationV1OutputWithDefaults ¶

func NewCreateDestinationV1OutputWithDefaults() *CreateDestinationV1Output

NewCreateDestinationV1OutputWithDefaults instantiates a new CreateDestinationV1Output 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 (*CreateDestinationV1Output) GetDestination ¶

func (o *CreateDestinationV1Output) GetDestination() DestinationV1

GetDestination returns the Destination field value

func (*CreateDestinationV1Output) GetDestinationOk ¶

func (o *CreateDestinationV1Output) GetDestinationOk() (*DestinationV1, bool)

GetDestinationOk returns a tuple with the Destination field value and a boolean to check if the value has been set.

func (CreateDestinationV1Output) MarshalJSON ¶

func (o CreateDestinationV1Output) MarshalJSON() ([]byte, error)

func (*CreateDestinationV1Output) SetDestination ¶

func (o *CreateDestinationV1Output) SetDestination(v DestinationV1)

SetDestination sets field value

func (CreateDestinationV1Output) ToMap ¶

func (o CreateDestinationV1Output) ToMap() (map[string]interface{}, error)

type CreateDownload200Response ¶

type CreateDownload200Response struct {
	Data *CreateDownloadAlphaOutput `json:"data,omitempty"`
}

CreateDownload200Response struct for CreateDownload200Response

func NewCreateDownload200Response ¶

func NewCreateDownload200Response() *CreateDownload200Response

NewCreateDownload200Response instantiates a new CreateDownload200Response 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 NewCreateDownload200ResponseWithDefaults ¶

func NewCreateDownload200ResponseWithDefaults() *CreateDownload200Response

NewCreateDownload200ResponseWithDefaults instantiates a new CreateDownload200Response 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 (*CreateDownload200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateDownload200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateDownload200Response) HasData ¶

func (o *CreateDownload200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (CreateDownload200Response) MarshalJSON ¶

func (o CreateDownload200Response) MarshalJSON() ([]byte, error)

func (*CreateDownload200Response) SetData ¶

SetData gets a reference to the given CreateDownloadAlphaOutput and assigns it to the Data field.

func (CreateDownload200Response) ToMap ¶

func (o CreateDownload200Response) ToMap() (map[string]interface{}, error)

type CreateDownloadAlphaInput ¶

type CreateDownloadAlphaInput struct {
	// The collection's unique id.
	CollectionId string `json:"collectionId"`
	// The ISO8601 formatted timestamp corresponding to a specific hour and day to retrieve data for. E.g.: 2025-05-07T23:00:00Z Objects are bucketed by hour and a month of data is retained.
	Hour string `json:"hour"`
}

CreateDownloadAlphaInput Input to create presigned URLs for Granular Observability Collection logs.

func NewCreateDownloadAlphaInput ¶

func NewCreateDownloadAlphaInput(collectionId string, hour string) *CreateDownloadAlphaInput

NewCreateDownloadAlphaInput instantiates a new CreateDownloadAlphaInput 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 NewCreateDownloadAlphaInputWithDefaults ¶

func NewCreateDownloadAlphaInputWithDefaults() *CreateDownloadAlphaInput

NewCreateDownloadAlphaInputWithDefaults instantiates a new CreateDownloadAlphaInput 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 (*CreateDownloadAlphaInput) GetCollectionId ¶

func (o *CreateDownloadAlphaInput) GetCollectionId() string

GetCollectionId returns the CollectionId field value

func (*CreateDownloadAlphaInput) GetCollectionIdOk ¶

func (o *CreateDownloadAlphaInput) GetCollectionIdOk() (*string, bool)

GetCollectionIdOk returns a tuple with the CollectionId field value and a boolean to check if the value has been set.

func (*CreateDownloadAlphaInput) GetHour ¶

func (o *CreateDownloadAlphaInput) GetHour() string

GetHour returns the Hour field value

func (*CreateDownloadAlphaInput) GetHourOk ¶

func (o *CreateDownloadAlphaInput) GetHourOk() (*string, bool)

GetHourOk returns a tuple with the Hour field value and a boolean to check if the value has been set.

func (CreateDownloadAlphaInput) MarshalJSON ¶

func (o CreateDownloadAlphaInput) MarshalJSON() ([]byte, error)

func (*CreateDownloadAlphaInput) SetCollectionId ¶

func (o *CreateDownloadAlphaInput) SetCollectionId(v string)

SetCollectionId sets field value

func (*CreateDownloadAlphaInput) SetHour ¶

func (o *CreateDownloadAlphaInput) SetHour(v string)

SetHour sets field value

func (CreateDownloadAlphaInput) ToMap ¶

func (o CreateDownloadAlphaInput) ToMap() (map[string]interface{}, error)

type CreateDownloadAlphaOutput ¶

type CreateDownloadAlphaOutput struct {
	Download Download `json:"download"`
}

CreateDownloadAlphaOutput struct for CreateDownloadAlphaOutput

func NewCreateDownloadAlphaOutput ¶

func NewCreateDownloadAlphaOutput(download Download) *CreateDownloadAlphaOutput

NewCreateDownloadAlphaOutput instantiates a new CreateDownloadAlphaOutput 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 NewCreateDownloadAlphaOutputWithDefaults ¶

func NewCreateDownloadAlphaOutputWithDefaults() *CreateDownloadAlphaOutput

NewCreateDownloadAlphaOutputWithDefaults instantiates a new CreateDownloadAlphaOutput 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 (*CreateDownloadAlphaOutput) GetDownload ¶

func (o *CreateDownloadAlphaOutput) GetDownload() Download

GetDownload returns the Download field value

func (*CreateDownloadAlphaOutput) GetDownloadOk ¶

func (o *CreateDownloadAlphaOutput) GetDownloadOk() (*Download, bool)

GetDownloadOk returns a tuple with the Download field value and a boolean to check if the value has been set.

func (CreateDownloadAlphaOutput) MarshalJSON ¶

func (o CreateDownloadAlphaOutput) MarshalJSON() ([]byte, error)

func (*CreateDownloadAlphaOutput) SetDownload ¶

func (o *CreateDownloadAlphaOutput) SetDownload(v Download)

SetDownload sets field value

func (CreateDownloadAlphaOutput) ToMap ¶

func (o CreateDownloadAlphaOutput) ToMap() (map[string]interface{}, error)

type CreateEdgeFunctions200Response ¶

type CreateEdgeFunctions200Response struct {
	Data *CreateEdgeFunctionsAlphaOutput `json:"data,omitempty"`
}

CreateEdgeFunctions200Response struct for CreateEdgeFunctions200Response

func NewCreateEdgeFunctions200Response ¶

func NewCreateEdgeFunctions200Response() *CreateEdgeFunctions200Response

NewCreateEdgeFunctions200Response instantiates a new CreateEdgeFunctions200Response 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 NewCreateEdgeFunctions200ResponseWithDefaults ¶

func NewCreateEdgeFunctions200ResponseWithDefaults() *CreateEdgeFunctions200Response

NewCreateEdgeFunctions200ResponseWithDefaults instantiates a new CreateEdgeFunctions200Response 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 (*CreateEdgeFunctions200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateEdgeFunctions200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateEdgeFunctions200Response) HasData ¶

func (o *CreateEdgeFunctions200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (CreateEdgeFunctions200Response) MarshalJSON ¶

func (o CreateEdgeFunctions200Response) MarshalJSON() ([]byte, error)

func (*CreateEdgeFunctions200Response) SetData ¶

SetData gets a reference to the given CreateEdgeFunctionsAlphaOutput and assigns it to the Data field.

func (CreateEdgeFunctions200Response) ToMap ¶

func (o CreateEdgeFunctions200Response) ToMap() (map[string]interface{}, error)

type CreateEdgeFunctionsAlphaInput ¶

type CreateEdgeFunctionsAlphaInput struct {
	// The id of the Source associated with this Edge Function.
	UploadURL string `json:"uploadURL"`
}

CreateEdgeFunctionsAlphaInput Input for CreateEdgeFunctions.

func NewCreateEdgeFunctionsAlphaInput ¶

func NewCreateEdgeFunctionsAlphaInput(uploadURL string) *CreateEdgeFunctionsAlphaInput

NewCreateEdgeFunctionsAlphaInput instantiates a new CreateEdgeFunctionsAlphaInput 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 NewCreateEdgeFunctionsAlphaInputWithDefaults ¶

func NewCreateEdgeFunctionsAlphaInputWithDefaults() *CreateEdgeFunctionsAlphaInput

NewCreateEdgeFunctionsAlphaInputWithDefaults instantiates a new CreateEdgeFunctionsAlphaInput 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 (*CreateEdgeFunctionsAlphaInput) GetUploadURL ¶

func (o *CreateEdgeFunctionsAlphaInput) GetUploadURL() string

GetUploadURL returns the UploadURL field value

func (*CreateEdgeFunctionsAlphaInput) GetUploadURLOk ¶

func (o *CreateEdgeFunctionsAlphaInput) GetUploadURLOk() (*string, bool)

GetUploadURLOk returns a tuple with the UploadURL field value and a boolean to check if the value has been set.

func (CreateEdgeFunctionsAlphaInput) MarshalJSON ¶

func (o CreateEdgeFunctionsAlphaInput) MarshalJSON() ([]byte, error)

func (*CreateEdgeFunctionsAlphaInput) SetUploadURL ¶

func (o *CreateEdgeFunctionsAlphaInput) SetUploadURL(v string)

SetUploadURL sets field value

func (CreateEdgeFunctionsAlphaInput) ToMap ¶

func (o CreateEdgeFunctionsAlphaInput) ToMap() (map[string]interface{}, error)

type CreateEdgeFunctionsAlphaOutput ¶

type CreateEdgeFunctionsAlphaOutput struct {
	EdgeFunctions EdgeFunctionsAlpha `json:"edgeFunctions"`
}

CreateEdgeFunctionsAlphaOutput Output for CreateEdgeFunctions.

func NewCreateEdgeFunctionsAlphaOutput ¶

func NewCreateEdgeFunctionsAlphaOutput(
	edgeFunctions EdgeFunctionsAlpha,
) *CreateEdgeFunctionsAlphaOutput

NewCreateEdgeFunctionsAlphaOutput instantiates a new CreateEdgeFunctionsAlphaOutput 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 NewCreateEdgeFunctionsAlphaOutputWithDefaults ¶

func NewCreateEdgeFunctionsAlphaOutputWithDefaults() *CreateEdgeFunctionsAlphaOutput

NewCreateEdgeFunctionsAlphaOutputWithDefaults instantiates a new CreateEdgeFunctionsAlphaOutput 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 (*CreateEdgeFunctionsAlphaOutput) GetEdgeFunctions ¶

func (o *CreateEdgeFunctionsAlphaOutput) GetEdgeFunctions() EdgeFunctionsAlpha

GetEdgeFunctions returns the EdgeFunctions field value

func (*CreateEdgeFunctionsAlphaOutput) GetEdgeFunctionsOk ¶

func (o *CreateEdgeFunctionsAlphaOutput) GetEdgeFunctionsOk() (*EdgeFunctionsAlpha, bool)

GetEdgeFunctionsOk returns a tuple with the EdgeFunctions field value and a boolean to check if the value has been set.

func (CreateEdgeFunctionsAlphaOutput) MarshalJSON ¶

func (o CreateEdgeFunctionsAlphaOutput) MarshalJSON() ([]byte, error)

func (*CreateEdgeFunctionsAlphaOutput) SetEdgeFunctions ¶

func (o *CreateEdgeFunctionsAlphaOutput) SetEdgeFunctions(v EdgeFunctionsAlpha)

SetEdgeFunctions sets field value

func (CreateEdgeFunctionsAlphaOutput) ToMap ¶

func (o CreateEdgeFunctionsAlphaOutput) ToMap() (map[string]interface{}, error)

type CreateFilterForDestination200Response ¶

type CreateFilterForDestination200Response struct {
	Data *CreateFilterForDestinationV1Output `json:"data,omitempty"`
}

CreateFilterForDestination200Response struct for CreateFilterForDestination200Response

func NewCreateFilterForDestination200Response ¶

func NewCreateFilterForDestination200Response() *CreateFilterForDestination200Response

NewCreateFilterForDestination200Response instantiates a new CreateFilterForDestination200Response 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 NewCreateFilterForDestination200ResponseWithDefaults ¶

func NewCreateFilterForDestination200ResponseWithDefaults() *CreateFilterForDestination200Response

NewCreateFilterForDestination200ResponseWithDefaults instantiates a new CreateFilterForDestination200Response 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 (*CreateFilterForDestination200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateFilterForDestination200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateFilterForDestination200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateFilterForDestination200Response) MarshalJSON ¶

func (o CreateFilterForDestination200Response) MarshalJSON() ([]byte, error)

func (*CreateFilterForDestination200Response) SetData ¶

SetData gets a reference to the given CreateFilterForDestinationV1Output and assigns it to the Data field.

func (CreateFilterForDestination200Response) ToMap ¶

func (o CreateFilterForDestination200Response) ToMap() (map[string]interface{}, error)

type CreateFilterForDestinationV1Input ¶

type CreateFilterForDestinationV1Input struct {
	// The id of the Source associated with this filter.
	SourceId string `json:"sourceId"`
	// The filter's condition.
	If string `json:"if"`
	// Actions for the Destination filter.
	Actions []DestinationFilterActionV1 `json:"actions"`
	// The title of the filter.
	Title string `json:"title"`
	// The description of the filter.
	Description *string `json:"description,omitempty"`
	// When set to true, the Destination filter is active.
	Enabled bool `json:"enabled"`
}

CreateFilterForDestinationV1Input Input for CreateDestinationFilterV1.

func NewCreateFilterForDestinationV1Input ¶

func NewCreateFilterForDestinationV1Input(
	sourceId string,
	if_ string,
	actions []DestinationFilterActionV1,
	title string,
	enabled bool,
) *CreateFilterForDestinationV1Input

NewCreateFilterForDestinationV1Input instantiates a new CreateFilterForDestinationV1Input 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 NewCreateFilterForDestinationV1InputWithDefaults ¶

func NewCreateFilterForDestinationV1InputWithDefaults() *CreateFilterForDestinationV1Input

NewCreateFilterForDestinationV1InputWithDefaults instantiates a new CreateFilterForDestinationV1Input 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 (*CreateFilterForDestinationV1Input) GetActions ¶

GetActions returns the Actions field value

func (*CreateFilterForDestinationV1Input) GetActionsOk ¶

GetActionsOk returns a tuple with the Actions field value and a boolean to check if the value has been set.

func (*CreateFilterForDestinationV1Input) GetDescription ¶

func (o *CreateFilterForDestinationV1Input) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateFilterForDestinationV1Input) GetDescriptionOk ¶

func (o *CreateFilterForDestinationV1Input) 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 (*CreateFilterForDestinationV1Input) GetEnabled ¶

func (o *CreateFilterForDestinationV1Input) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*CreateFilterForDestinationV1Input) GetEnabledOk ¶

func (o *CreateFilterForDestinationV1Input) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*CreateFilterForDestinationV1Input) GetIf ¶

GetIf returns the If field value

func (*CreateFilterForDestinationV1Input) GetIfOk ¶

GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.

func (*CreateFilterForDestinationV1Input) GetSourceId ¶

func (o *CreateFilterForDestinationV1Input) GetSourceId() string

GetSourceId returns the SourceId field value

func (*CreateFilterForDestinationV1Input) GetSourceIdOk ¶

func (o *CreateFilterForDestinationV1Input) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*CreateFilterForDestinationV1Input) GetTitle ¶

GetTitle returns the Title field value

func (*CreateFilterForDestinationV1Input) GetTitleOk ¶

func (o *CreateFilterForDestinationV1Input) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*CreateFilterForDestinationV1Input) HasDescription ¶

func (o *CreateFilterForDestinationV1Input) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (CreateFilterForDestinationV1Input) MarshalJSON ¶

func (o CreateFilterForDestinationV1Input) MarshalJSON() ([]byte, error)

func (*CreateFilterForDestinationV1Input) SetActions ¶

SetActions sets field value

func (*CreateFilterForDestinationV1Input) SetDescription ¶

func (o *CreateFilterForDestinationV1Input) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateFilterForDestinationV1Input) SetEnabled ¶

func (o *CreateFilterForDestinationV1Input) SetEnabled(v bool)

SetEnabled sets field value

func (*CreateFilterForDestinationV1Input) SetIf ¶

SetIf sets field value

func (*CreateFilterForDestinationV1Input) SetSourceId ¶

func (o *CreateFilterForDestinationV1Input) SetSourceId(v string)

SetSourceId sets field value

func (*CreateFilterForDestinationV1Input) SetTitle ¶

SetTitle sets field value

func (CreateFilterForDestinationV1Input) ToMap ¶

func (o CreateFilterForDestinationV1Input) ToMap() (map[string]interface{}, error)

type CreateFilterForDestinationV1Output ¶

type CreateFilterForDestinationV1Output struct {
	Filter DestinationFilterV1 `json:"filter"`
}

CreateFilterForDestinationV1Output Output for CreateDestinationFiltersV1.

func NewCreateFilterForDestinationV1Output ¶

func NewCreateFilterForDestinationV1Output(
	filter DestinationFilterV1,
) *CreateFilterForDestinationV1Output

NewCreateFilterForDestinationV1Output instantiates a new CreateFilterForDestinationV1Output 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 NewCreateFilterForDestinationV1OutputWithDefaults ¶

func NewCreateFilterForDestinationV1OutputWithDefaults() *CreateFilterForDestinationV1Output

NewCreateFilterForDestinationV1OutputWithDefaults instantiates a new CreateFilterForDestinationV1Output 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 (*CreateFilterForDestinationV1Output) GetFilter ¶

GetFilter returns the Filter field value

func (*CreateFilterForDestinationV1Output) GetFilterOk ¶

GetFilterOk returns a tuple with the Filter field value and a boolean to check if the value has been set.

func (CreateFilterForDestinationV1Output) MarshalJSON ¶

func (o CreateFilterForDestinationV1Output) MarshalJSON() ([]byte, error)

func (*CreateFilterForDestinationV1Output) SetFilter ¶

SetFilter sets field value

func (CreateFilterForDestinationV1Output) ToMap ¶

func (o CreateFilterForDestinationV1Output) ToMap() (map[string]interface{}, error)

type CreateFilterForSpace200Response ¶

type CreateFilterForSpace200Response struct {
	Data *CreateFilterForSpaceOutput `json:"data,omitempty"`
}

CreateFilterForSpace200Response struct for CreateFilterForSpace200Response

func NewCreateFilterForSpace200Response ¶

func NewCreateFilterForSpace200Response() *CreateFilterForSpace200Response

NewCreateFilterForSpace200Response instantiates a new CreateFilterForSpace200Response 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 NewCreateFilterForSpace200ResponseWithDefaults ¶

func NewCreateFilterForSpace200ResponseWithDefaults() *CreateFilterForSpace200Response

NewCreateFilterForSpace200ResponseWithDefaults instantiates a new CreateFilterForSpace200Response 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 (*CreateFilterForSpace200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateFilterForSpace200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateFilterForSpace200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateFilterForSpace200Response) MarshalJSON ¶

func (o CreateFilterForSpace200Response) MarshalJSON() ([]byte, error)

func (*CreateFilterForSpace200Response) SetData ¶

SetData gets a reference to the given CreateFilterForSpaceOutput and assigns it to the Data field.

func (CreateFilterForSpace200Response) ToMap ¶

func (o CreateFilterForSpace200Response) ToMap() (map[string]interface{}, error)

type CreateFilterForSpaceInput ¶

type CreateFilterForSpaceInput struct {
	// The Space id to filter on.
	IntegrationId string `json:"integrationId"`
	// Whether the filter is enabled.
	Enabled *bool `json:"enabled,omitempty"`
	// The name of the filter.
	Name string `json:"name"`
	// The description of the filter.
	Description *string `json:"description,omitempty"`
	// The \"if\" statement for a filter.
	If string `json:"if"`
	// Whether the event is dropped.
	Drop *bool `json:"drop,omitempty"`
}

CreateFilterForSpaceInput Input for CreateFilter.

func NewCreateFilterForSpaceInput ¶

func NewCreateFilterForSpaceInput(
	integrationId string,
	name string,
	if_ string,
) *CreateFilterForSpaceInput

NewCreateFilterForSpaceInput instantiates a new CreateFilterForSpaceInput 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 NewCreateFilterForSpaceInputWithDefaults ¶

func NewCreateFilterForSpaceInputWithDefaults() *CreateFilterForSpaceInput

NewCreateFilterForSpaceInputWithDefaults instantiates a new CreateFilterForSpaceInput 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 (*CreateFilterForSpaceInput) GetDescription ¶

func (o *CreateFilterForSpaceInput) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateFilterForSpaceInput) GetDescriptionOk ¶

func (o *CreateFilterForSpaceInput) 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 (*CreateFilterForSpaceInput) GetDrop ¶

func (o *CreateFilterForSpaceInput) GetDrop() bool

GetDrop returns the Drop field value if set, zero value otherwise.

func (*CreateFilterForSpaceInput) GetDropOk ¶

func (o *CreateFilterForSpaceInput) GetDropOk() (*bool, bool)

GetDropOk returns a tuple with the Drop field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateFilterForSpaceInput) GetEnabled ¶

func (o *CreateFilterForSpaceInput) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*CreateFilterForSpaceInput) GetEnabledOk ¶

func (o *CreateFilterForSpaceInput) 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 (*CreateFilterForSpaceInput) GetIf ¶

func (o *CreateFilterForSpaceInput) GetIf() string

GetIf returns the If field value

func (*CreateFilterForSpaceInput) GetIfOk ¶

func (o *CreateFilterForSpaceInput) GetIfOk() (*string, bool)

GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.

func (*CreateFilterForSpaceInput) GetIntegrationId ¶

func (o *CreateFilterForSpaceInput) GetIntegrationId() string

GetIntegrationId returns the IntegrationId field value

func (*CreateFilterForSpaceInput) GetIntegrationIdOk ¶

func (o *CreateFilterForSpaceInput) GetIntegrationIdOk() (*string, bool)

GetIntegrationIdOk returns a tuple with the IntegrationId field value and a boolean to check if the value has been set.

func (*CreateFilterForSpaceInput) GetName ¶

func (o *CreateFilterForSpaceInput) GetName() string

GetName returns the Name field value

func (*CreateFilterForSpaceInput) GetNameOk ¶

func (o *CreateFilterForSpaceInput) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateFilterForSpaceInput) HasDescription ¶

func (o *CreateFilterForSpaceInput) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateFilterForSpaceInput) HasDrop ¶

func (o *CreateFilterForSpaceInput) HasDrop() bool

HasDrop returns a boolean if a field has been set.

func (*CreateFilterForSpaceInput) HasEnabled ¶

func (o *CreateFilterForSpaceInput) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (CreateFilterForSpaceInput) MarshalJSON ¶

func (o CreateFilterForSpaceInput) MarshalJSON() ([]byte, error)

func (*CreateFilterForSpaceInput) SetDescription ¶

func (o *CreateFilterForSpaceInput) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateFilterForSpaceInput) SetDrop ¶

func (o *CreateFilterForSpaceInput) SetDrop(v bool)

SetDrop gets a reference to the given bool and assigns it to the Drop field.

func (*CreateFilterForSpaceInput) SetEnabled ¶

func (o *CreateFilterForSpaceInput) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*CreateFilterForSpaceInput) SetIf ¶

func (o *CreateFilterForSpaceInput) SetIf(v string)

SetIf sets field value

func (*CreateFilterForSpaceInput) SetIntegrationId ¶

func (o *CreateFilterForSpaceInput) SetIntegrationId(v string)

SetIntegrationId sets field value

func (*CreateFilterForSpaceInput) SetName ¶

func (o *CreateFilterForSpaceInput) SetName(v string)

SetName sets field value

func (CreateFilterForSpaceInput) ToMap ¶

func (o CreateFilterForSpaceInput) ToMap() (map[string]interface{}, error)

type CreateFilterForSpaceOutput ¶

type CreateFilterForSpaceOutput struct {
	Filter Filter `json:"filter"`
}

CreateFilterForSpaceOutput Output for CreateFilter.

func NewCreateFilterForSpaceOutput ¶

func NewCreateFilterForSpaceOutput(filter Filter) *CreateFilterForSpaceOutput

NewCreateFilterForSpaceOutput instantiates a new CreateFilterForSpaceOutput 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 NewCreateFilterForSpaceOutputWithDefaults ¶

func NewCreateFilterForSpaceOutputWithDefaults() *CreateFilterForSpaceOutput

NewCreateFilterForSpaceOutputWithDefaults instantiates a new CreateFilterForSpaceOutput 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 (*CreateFilterForSpaceOutput) GetFilter ¶

func (o *CreateFilterForSpaceOutput) GetFilter() Filter

GetFilter returns the Filter field value

func (*CreateFilterForSpaceOutput) GetFilterOk ¶

func (o *CreateFilterForSpaceOutput) GetFilterOk() (*Filter, bool)

GetFilterOk returns a tuple with the Filter field value and a boolean to check if the value has been set.

func (CreateFilterForSpaceOutput) MarshalJSON ¶

func (o CreateFilterForSpaceOutput) MarshalJSON() ([]byte, error)

func (*CreateFilterForSpaceOutput) SetFilter ¶

func (o *CreateFilterForSpaceOutput) SetFilter(v Filter)

SetFilter sets field value

func (CreateFilterForSpaceOutput) ToMap ¶

func (o CreateFilterForSpaceOutput) ToMap() (map[string]interface{}, error)

type CreateFunction200Response ¶

type CreateFunction200Response struct {
	Data *CreateFunctionV1Output `json:"data,omitempty"`
}

CreateFunction200Response struct for CreateFunction200Response

func NewCreateFunction200Response ¶

func NewCreateFunction200Response() *CreateFunction200Response

NewCreateFunction200Response instantiates a new CreateFunction200Response 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 NewCreateFunction200ResponseWithDefaults ¶

func NewCreateFunction200ResponseWithDefaults() *CreateFunction200Response

NewCreateFunction200ResponseWithDefaults instantiates a new CreateFunction200Response 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 (*CreateFunction200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateFunction200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateFunction200Response) HasData ¶

func (o *CreateFunction200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (CreateFunction200Response) MarshalJSON ¶

func (o CreateFunction200Response) MarshalJSON() ([]byte, error)

func (*CreateFunction200Response) SetData ¶

SetData gets a reference to the given CreateFunctionV1Output and assigns it to the Data field.

func (CreateFunction200Response) ToMap ¶

func (o CreateFunction200Response) ToMap() (map[string]interface{}, error)

type CreateFunctionDeployment200Response ¶

type CreateFunctionDeployment200Response struct {
	Data *CreateFunctionDeploymentV1Output `json:"data,omitempty"`
}

CreateFunctionDeployment200Response struct for CreateFunctionDeployment200Response

func NewCreateFunctionDeployment200Response ¶

func NewCreateFunctionDeployment200Response() *CreateFunctionDeployment200Response

NewCreateFunctionDeployment200Response instantiates a new CreateFunctionDeployment200Response 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 NewCreateFunctionDeployment200ResponseWithDefaults ¶

func NewCreateFunctionDeployment200ResponseWithDefaults() *CreateFunctionDeployment200Response

NewCreateFunctionDeployment200ResponseWithDefaults instantiates a new CreateFunctionDeployment200Response 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 (*CreateFunctionDeployment200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateFunctionDeployment200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateFunctionDeployment200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateFunctionDeployment200Response) MarshalJSON ¶

func (o CreateFunctionDeployment200Response) MarshalJSON() ([]byte, error)

func (*CreateFunctionDeployment200Response) SetData ¶

SetData gets a reference to the given CreateFunctionDeploymentV1Output and assigns it to the Data field.

func (CreateFunctionDeployment200Response) ToMap ¶

func (o CreateFunctionDeployment200Response) ToMap() (map[string]interface{}, error)

type CreateFunctionDeploymentV1Output ¶

type CreateFunctionDeploymentV1Output struct {
	FunctionDeployment FunctionDeployment `json:"functionDeployment"`
}

CreateFunctionDeploymentV1Output Updates the deployment for a Source Function instance.

func NewCreateFunctionDeploymentV1Output ¶

func NewCreateFunctionDeploymentV1Output(
	functionDeployment FunctionDeployment,
) *CreateFunctionDeploymentV1Output

NewCreateFunctionDeploymentV1Output instantiates a new CreateFunctionDeploymentV1Output 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 NewCreateFunctionDeploymentV1OutputWithDefaults ¶

func NewCreateFunctionDeploymentV1OutputWithDefaults() *CreateFunctionDeploymentV1Output

NewCreateFunctionDeploymentV1OutputWithDefaults instantiates a new CreateFunctionDeploymentV1Output 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 (*CreateFunctionDeploymentV1Output) GetFunctionDeployment ¶

func (o *CreateFunctionDeploymentV1Output) GetFunctionDeployment() FunctionDeployment

GetFunctionDeployment returns the FunctionDeployment field value

func (*CreateFunctionDeploymentV1Output) GetFunctionDeploymentOk ¶

func (o *CreateFunctionDeploymentV1Output) GetFunctionDeploymentOk() (*FunctionDeployment, bool)

GetFunctionDeploymentOk returns a tuple with the FunctionDeployment field value and a boolean to check if the value has been set.

func (CreateFunctionDeploymentV1Output) MarshalJSON ¶

func (o CreateFunctionDeploymentV1Output) MarshalJSON() ([]byte, error)

func (*CreateFunctionDeploymentV1Output) SetFunctionDeployment ¶

func (o *CreateFunctionDeploymentV1Output) SetFunctionDeployment(v FunctionDeployment)

SetFunctionDeployment sets field value

func (CreateFunctionDeploymentV1Output) ToMap ¶

func (o CreateFunctionDeploymentV1Output) ToMap() (map[string]interface{}, error)

type CreateFunctionV1Input ¶

type CreateFunctionV1Input struct {
	// The Function code.
	Code string `json:"code"`
	// The list of settings for this Function.
	Settings []FunctionSettingV1 `json:"settings,omitempty"`
	// A display name for this Function.  Note that Destination Functions append the Workspace to the display name.
	DisplayName string `json:"displayName"`
	// The URL of the logo for this Function.
	LogoUrl *string `json:"logoUrl,omitempty"`
	// The Function type.  Config API note: equal to `type`.
	ResourceType string `json:"resourceType"`
	// A description for this Function.
	Description *string `json:"description,omitempty"`
}

CreateFunctionV1Input Creates a Function.

func NewCreateFunctionV1Input ¶

func NewCreateFunctionV1Input(
	code string,
	displayName string,
	resourceType string,
) *CreateFunctionV1Input

NewCreateFunctionV1Input instantiates a new CreateFunctionV1Input 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 NewCreateFunctionV1InputWithDefaults ¶

func NewCreateFunctionV1InputWithDefaults() *CreateFunctionV1Input

NewCreateFunctionV1InputWithDefaults instantiates a new CreateFunctionV1Input 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 (*CreateFunctionV1Input) GetCode ¶

func (o *CreateFunctionV1Input) GetCode() string

GetCode returns the Code field value

func (*CreateFunctionV1Input) GetCodeOk ¶

func (o *CreateFunctionV1Input) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*CreateFunctionV1Input) GetDescription ¶

func (o *CreateFunctionV1Input) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateFunctionV1Input) GetDescriptionOk ¶

func (o *CreateFunctionV1Input) 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 (*CreateFunctionV1Input) GetDisplayName ¶

func (o *CreateFunctionV1Input) GetDisplayName() string

GetDisplayName returns the DisplayName field value

func (*CreateFunctionV1Input) GetDisplayNameOk ¶

func (o *CreateFunctionV1Input) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*CreateFunctionV1Input) GetLogoUrl ¶

func (o *CreateFunctionV1Input) GetLogoUrl() string

GetLogoUrl returns the LogoUrl field value if set, zero value otherwise.

func (*CreateFunctionV1Input) GetLogoUrlOk ¶

func (o *CreateFunctionV1Input) GetLogoUrlOk() (*string, bool)

GetLogoUrlOk returns a tuple with the LogoUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateFunctionV1Input) GetResourceType ¶

func (o *CreateFunctionV1Input) GetResourceType() string

GetResourceType returns the ResourceType field value

func (*CreateFunctionV1Input) GetResourceTypeOk ¶

func (o *CreateFunctionV1Input) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.

func (*CreateFunctionV1Input) GetSettings ¶

func (o *CreateFunctionV1Input) GetSettings() []FunctionSettingV1

GetSettings returns the Settings field value if set, zero value otherwise.

func (*CreateFunctionV1Input) GetSettingsOk ¶

func (o *CreateFunctionV1Input) GetSettingsOk() ([]FunctionSettingV1, 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 (*CreateFunctionV1Input) HasDescription ¶

func (o *CreateFunctionV1Input) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateFunctionV1Input) HasLogoUrl ¶

func (o *CreateFunctionV1Input) HasLogoUrl() bool

HasLogoUrl returns a boolean if a field has been set.

func (*CreateFunctionV1Input) HasSettings ¶

func (o *CreateFunctionV1Input) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (CreateFunctionV1Input) MarshalJSON ¶

func (o CreateFunctionV1Input) MarshalJSON() ([]byte, error)

func (*CreateFunctionV1Input) SetCode ¶

func (o *CreateFunctionV1Input) SetCode(v string)

SetCode sets field value

func (*CreateFunctionV1Input) SetDescription ¶

func (o *CreateFunctionV1Input) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateFunctionV1Input) SetDisplayName ¶

func (o *CreateFunctionV1Input) SetDisplayName(v string)

SetDisplayName sets field value

func (*CreateFunctionV1Input) SetLogoUrl ¶

func (o *CreateFunctionV1Input) SetLogoUrl(v string)

SetLogoUrl gets a reference to the given string and assigns it to the LogoUrl field.

func (*CreateFunctionV1Input) SetResourceType ¶

func (o *CreateFunctionV1Input) SetResourceType(v string)

SetResourceType sets field value

func (*CreateFunctionV1Input) SetSettings ¶

func (o *CreateFunctionV1Input) SetSettings(v []FunctionSettingV1)

SetSettings gets a reference to the given []FunctionSettingV1 and assigns it to the Settings field.

func (CreateFunctionV1Input) ToMap ¶

func (o CreateFunctionV1Input) ToMap() (map[string]interface{}, error)

type CreateFunctionV1Output ¶

type CreateFunctionV1Output struct {
	Function FunctionV1 `json:"function"`
}

CreateFunctionV1Output Create a Function.

func NewCreateFunctionV1Output ¶

func NewCreateFunctionV1Output(function FunctionV1) *CreateFunctionV1Output

NewCreateFunctionV1Output instantiates a new CreateFunctionV1Output 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 NewCreateFunctionV1OutputWithDefaults ¶

func NewCreateFunctionV1OutputWithDefaults() *CreateFunctionV1Output

NewCreateFunctionV1OutputWithDefaults instantiates a new CreateFunctionV1Output 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 (*CreateFunctionV1Output) GetFunction ¶

func (o *CreateFunctionV1Output) GetFunction() FunctionV1

GetFunction returns the Function field value

func (*CreateFunctionV1Output) GetFunctionOk ¶

func (o *CreateFunctionV1Output) GetFunctionOk() (*FunctionV1, bool)

GetFunctionOk returns a tuple with the Function field value and a boolean to check if the value has been set.

func (CreateFunctionV1Output) MarshalJSON ¶

func (o CreateFunctionV1Output) MarshalJSON() ([]byte, error)

func (*CreateFunctionV1Output) SetFunction ¶

func (o *CreateFunctionV1Output) SetFunction(v FunctionV1)

SetFunction sets field value

func (CreateFunctionV1Output) ToMap ¶

func (o CreateFunctionV1Output) ToMap() (map[string]interface{}, error)

type CreateInsertFunctionInstance200Response ¶

type CreateInsertFunctionInstance200Response struct {
	Data *CreateInsertFunctionInstanceAlphaOutput `json:"data,omitempty"`
}

CreateInsertFunctionInstance200Response struct for CreateInsertFunctionInstance200Response

func NewCreateInsertFunctionInstance200Response ¶

func NewCreateInsertFunctionInstance200Response() *CreateInsertFunctionInstance200Response

NewCreateInsertFunctionInstance200Response instantiates a new CreateInsertFunctionInstance200Response 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 NewCreateInsertFunctionInstance200ResponseWithDefaults ¶

func NewCreateInsertFunctionInstance200ResponseWithDefaults() *CreateInsertFunctionInstance200Response

NewCreateInsertFunctionInstance200ResponseWithDefaults instantiates a new CreateInsertFunctionInstance200Response 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 (*CreateInsertFunctionInstance200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateInsertFunctionInstance200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateInsertFunctionInstance200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateInsertFunctionInstance200Response) MarshalJSON ¶

func (o CreateInsertFunctionInstance200Response) MarshalJSON() ([]byte, error)

func (*CreateInsertFunctionInstance200Response) SetData ¶

SetData gets a reference to the given CreateInsertFunctionInstanceAlphaOutput and assigns it to the Data field.

func (CreateInsertFunctionInstance200Response) ToMap ¶

func (o CreateInsertFunctionInstance200Response) ToMap() (map[string]interface{}, error)

type CreateInsertFunctionInstanceAlphaInput ¶

type CreateInsertFunctionInstanceAlphaInput struct {
	// Insert Function id to which this instance is associated.  Note: Remove the ifnd_/ifns_ prefix from the id.
	FunctionId string `json:"functionId"`
	// The Source or Destination id to be connected.
	IntegrationId string `json:"integrationId"`
	// Whether this insert Function instance should be enabled for the Destination.
	Enabled *bool `json:"enabled,omitempty"`
	// Defines the display name of the insert Function instance.
	Name string `json:"name"`
	// An object that contains settings for this insert Function instance based on the settings present in the insert Function class.
	Settings map[string]interface{} `json:"settings"`
}

CreateInsertFunctionInstanceAlphaInput Creates an insert Function instance.

func NewCreateInsertFunctionInstanceAlphaInput ¶

func NewCreateInsertFunctionInstanceAlphaInput(
	functionId string,
	integrationId string,
	name string,
	settings map[string]interface{},
) *CreateInsertFunctionInstanceAlphaInput

NewCreateInsertFunctionInstanceAlphaInput instantiates a new CreateInsertFunctionInstanceAlphaInput 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 NewCreateInsertFunctionInstanceAlphaInputWithDefaults ¶

func NewCreateInsertFunctionInstanceAlphaInputWithDefaults() *CreateInsertFunctionInstanceAlphaInput

NewCreateInsertFunctionInstanceAlphaInputWithDefaults instantiates a new CreateInsertFunctionInstanceAlphaInput 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 (*CreateInsertFunctionInstanceAlphaInput) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*CreateInsertFunctionInstanceAlphaInput) GetEnabledOk ¶

func (o *CreateInsertFunctionInstanceAlphaInput) 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 (*CreateInsertFunctionInstanceAlphaInput) GetFunctionId ¶

GetFunctionId returns the FunctionId field value

func (*CreateInsertFunctionInstanceAlphaInput) GetFunctionIdOk ¶

func (o *CreateInsertFunctionInstanceAlphaInput) GetFunctionIdOk() (*string, bool)

GetFunctionIdOk returns a tuple with the FunctionId field value and a boolean to check if the value has been set.

func (*CreateInsertFunctionInstanceAlphaInput) GetIntegrationId ¶

func (o *CreateInsertFunctionInstanceAlphaInput) GetIntegrationId() string

GetIntegrationId returns the IntegrationId field value

func (*CreateInsertFunctionInstanceAlphaInput) GetIntegrationIdOk ¶

func (o *CreateInsertFunctionInstanceAlphaInput) GetIntegrationIdOk() (*string, bool)

GetIntegrationIdOk returns a tuple with the IntegrationId field value and a boolean to check if the value has been set.

func (*CreateInsertFunctionInstanceAlphaInput) GetName ¶

GetName returns the Name field value

func (*CreateInsertFunctionInstanceAlphaInput) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateInsertFunctionInstanceAlphaInput) GetSettings ¶

func (o *CreateInsertFunctionInstanceAlphaInput) GetSettings() map[string]interface{}

GetSettings returns the Settings field value

func (*CreateInsertFunctionInstanceAlphaInput) GetSettingsOk ¶

func (o *CreateInsertFunctionInstanceAlphaInput) GetSettingsOk() (map[string]interface{}, bool)

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (*CreateInsertFunctionInstanceAlphaInput) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (CreateInsertFunctionInstanceAlphaInput) MarshalJSON ¶

func (o CreateInsertFunctionInstanceAlphaInput) MarshalJSON() ([]byte, error)

func (*CreateInsertFunctionInstanceAlphaInput) SetEnabled ¶

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*CreateInsertFunctionInstanceAlphaInput) SetFunctionId ¶

func (o *CreateInsertFunctionInstanceAlphaInput) SetFunctionId(v string)

SetFunctionId sets field value

func (*CreateInsertFunctionInstanceAlphaInput) SetIntegrationId ¶

func (o *CreateInsertFunctionInstanceAlphaInput) SetIntegrationId(v string)

SetIntegrationId sets field value

func (*CreateInsertFunctionInstanceAlphaInput) SetName ¶

SetName sets field value

func (*CreateInsertFunctionInstanceAlphaInput) SetSettings ¶

func (o *CreateInsertFunctionInstanceAlphaInput) SetSettings(v map[string]interface{})

SetSettings sets field value

func (CreateInsertFunctionInstanceAlphaInput) ToMap ¶

func (o CreateInsertFunctionInstanceAlphaInput) ToMap() (map[string]interface{}, error)

type CreateInsertFunctionInstanceAlphaOutput ¶

type CreateInsertFunctionInstanceAlphaOutput struct {
	InsertFunctionInstance InsertFunctionInstanceAlpha `json:"insertFunctionInstance"`
}

CreateInsertFunctionInstanceAlphaOutput Creates an insert Function instance.

func NewCreateInsertFunctionInstanceAlphaOutput ¶

func NewCreateInsertFunctionInstanceAlphaOutput(
	insertFunctionInstance InsertFunctionInstanceAlpha,
) *CreateInsertFunctionInstanceAlphaOutput

NewCreateInsertFunctionInstanceAlphaOutput instantiates a new CreateInsertFunctionInstanceAlphaOutput 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 NewCreateInsertFunctionInstanceAlphaOutputWithDefaults ¶

func NewCreateInsertFunctionInstanceAlphaOutputWithDefaults() *CreateInsertFunctionInstanceAlphaOutput

NewCreateInsertFunctionInstanceAlphaOutputWithDefaults instantiates a new CreateInsertFunctionInstanceAlphaOutput 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 (*CreateInsertFunctionInstanceAlphaOutput) GetInsertFunctionInstance ¶

GetInsertFunctionInstance returns the InsertFunctionInstance field value

func (*CreateInsertFunctionInstanceAlphaOutput) GetInsertFunctionInstanceOk ¶

func (o *CreateInsertFunctionInstanceAlphaOutput) GetInsertFunctionInstanceOk() (*InsertFunctionInstanceAlpha, bool)

GetInsertFunctionInstanceOk returns a tuple with the InsertFunctionInstance field value and a boolean to check if the value has been set.

func (CreateInsertFunctionInstanceAlphaOutput) MarshalJSON ¶

func (o CreateInsertFunctionInstanceAlphaOutput) MarshalJSON() ([]byte, error)

func (*CreateInsertFunctionInstanceAlphaOutput) SetInsertFunctionInstance ¶

func (o *CreateInsertFunctionInstanceAlphaOutput) SetInsertFunctionInstance(
	v InsertFunctionInstanceAlpha,
)

SetInsertFunctionInstance sets field value

func (CreateInsertFunctionInstanceAlphaOutput) ToMap ¶

func (o CreateInsertFunctionInstanceAlphaOutput) ToMap() (map[string]interface{}, error)

type CreateInvites201Response ¶

type CreateInvites201Response struct {
	Data *CreateInvitesV1Output `json:"data,omitempty"`
}

CreateInvites201Response struct for CreateInvites201Response

func NewCreateInvites201Response ¶

func NewCreateInvites201Response() *CreateInvites201Response

NewCreateInvites201Response instantiates a new CreateInvites201Response 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 NewCreateInvites201ResponseWithDefaults ¶

func NewCreateInvites201ResponseWithDefaults() *CreateInvites201Response

NewCreateInvites201ResponseWithDefaults instantiates a new CreateInvites201Response 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 (*CreateInvites201Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateInvites201Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateInvites201Response) HasData ¶

func (o *CreateInvites201Response) HasData() bool

HasData returns a boolean if a field has been set.

func (CreateInvites201Response) MarshalJSON ¶

func (o CreateInvites201Response) MarshalJSON() ([]byte, error)

func (*CreateInvites201Response) SetData ¶

SetData gets a reference to the given CreateInvitesV1Output and assigns it to the Data field.

func (CreateInvites201Response) ToMap ¶

func (o CreateInvites201Response) ToMap() (map[string]interface{}, error)

type CreateInvitesV1Input ¶

type CreateInvitesV1Input struct {
	// The list of invites.
	Invites []InviteV1 `json:"invites"`
}

CreateInvitesV1Input Invites a user to a Workspace with specified permissions.

func NewCreateInvitesV1Input ¶

func NewCreateInvitesV1Input(invites []InviteV1) *CreateInvitesV1Input

NewCreateInvitesV1Input instantiates a new CreateInvitesV1Input 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 NewCreateInvitesV1InputWithDefaults ¶

func NewCreateInvitesV1InputWithDefaults() *CreateInvitesV1Input

NewCreateInvitesV1InputWithDefaults instantiates a new CreateInvitesV1Input 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 (*CreateInvitesV1Input) GetInvites ¶

func (o *CreateInvitesV1Input) GetInvites() []InviteV1

GetInvites returns the Invites field value

func (*CreateInvitesV1Input) GetInvitesOk ¶

func (o *CreateInvitesV1Input) GetInvitesOk() ([]InviteV1, bool)

GetInvitesOk returns a tuple with the Invites field value and a boolean to check if the value has been set.

func (CreateInvitesV1Input) MarshalJSON ¶

func (o CreateInvitesV1Input) MarshalJSON() ([]byte, error)

func (*CreateInvitesV1Input) SetInvites ¶

func (o *CreateInvitesV1Input) SetInvites(v []InviteV1)

SetInvites sets field value

func (CreateInvitesV1Input) ToMap ¶

func (o CreateInvitesV1Input) ToMap() (map[string]interface{}, error)

type CreateInvitesV1Output ¶

type CreateInvitesV1Output struct {
	// The list of emails invited to the Workspace.
	Emails []string `json:"emails"`
}

CreateInvitesV1Output Returns the emails of the invited users.

func NewCreateInvitesV1Output ¶

func NewCreateInvitesV1Output(emails []string) *CreateInvitesV1Output

NewCreateInvitesV1Output instantiates a new CreateInvitesV1Output 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 NewCreateInvitesV1OutputWithDefaults ¶

func NewCreateInvitesV1OutputWithDefaults() *CreateInvitesV1Output

NewCreateInvitesV1OutputWithDefaults instantiates a new CreateInvitesV1Output 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 (*CreateInvitesV1Output) GetEmails ¶

func (o *CreateInvitesV1Output) GetEmails() []string

GetEmails returns the Emails field value

func (*CreateInvitesV1Output) GetEmailsOk ¶

func (o *CreateInvitesV1Output) GetEmailsOk() ([]string, bool)

GetEmailsOk returns a tuple with the Emails field value and a boolean to check if the value has been set.

func (CreateInvitesV1Output) MarshalJSON ¶

func (o CreateInvitesV1Output) MarshalJSON() ([]byte, error)

func (*CreateInvitesV1Output) SetEmails ¶

func (o *CreateInvitesV1Output) SetEmails(v []string)

SetEmails sets field value

func (CreateInvitesV1Output) ToMap ¶

func (o CreateInvitesV1Output) ToMap() (map[string]interface{}, error)

type CreateLabel201Response ¶

type CreateLabel201Response struct {
	Data *CreateLabelV1Output `json:"data,omitempty"`
}

CreateLabel201Response struct for CreateLabel201Response

func NewCreateLabel201Response ¶

func NewCreateLabel201Response() *CreateLabel201Response

NewCreateLabel201Response instantiates a new CreateLabel201Response 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 NewCreateLabel201ResponseWithDefaults ¶

func NewCreateLabel201ResponseWithDefaults() *CreateLabel201Response

NewCreateLabel201ResponseWithDefaults instantiates a new CreateLabel201Response 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 (*CreateLabel201Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateLabel201Response) GetDataOk ¶

func (o *CreateLabel201Response) GetDataOk() (*CreateLabelV1Output, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateLabel201Response) HasData ¶

func (o *CreateLabel201Response) HasData() bool

HasData returns a boolean if a field has been set.

func (CreateLabel201Response) MarshalJSON ¶

func (o CreateLabel201Response) MarshalJSON() ([]byte, error)

func (*CreateLabel201Response) SetData ¶

SetData gets a reference to the given CreateLabelV1Output and assigns it to the Data field.

func (CreateLabel201Response) ToMap ¶

func (o CreateLabel201Response) ToMap() (map[string]interface{}, error)

type CreateLabelV1Input ¶

type CreateLabelV1Input struct {
	Label LabelV1 `json:"label"`
}

CreateLabelV1Input Creates a new label in the current Workspace.

func NewCreateLabelV1Input ¶

func NewCreateLabelV1Input(label LabelV1) *CreateLabelV1Input

NewCreateLabelV1Input instantiates a new CreateLabelV1Input 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 NewCreateLabelV1InputWithDefaults ¶

func NewCreateLabelV1InputWithDefaults() *CreateLabelV1Input

NewCreateLabelV1InputWithDefaults instantiates a new CreateLabelV1Input 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 (*CreateLabelV1Input) GetLabel ¶

func (o *CreateLabelV1Input) GetLabel() LabelV1

GetLabel returns the Label field value

func (*CreateLabelV1Input) GetLabelOk ¶

func (o *CreateLabelV1Input) GetLabelOk() (*LabelV1, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (CreateLabelV1Input) MarshalJSON ¶

func (o CreateLabelV1Input) MarshalJSON() ([]byte, error)

func (*CreateLabelV1Input) SetLabel ¶

func (o *CreateLabelV1Input) SetLabel(v LabelV1)

SetLabel sets field value

func (CreateLabelV1Input) ToMap ¶

func (o CreateLabelV1Input) ToMap() (map[string]interface{}, error)

type CreateLabelV1Output ¶

type CreateLabelV1Output struct {
	Label LabelV1 `json:"label"`
}

CreateLabelV1Output Result of creating a new label in the current Workspace.

func NewCreateLabelV1Output ¶

func NewCreateLabelV1Output(label LabelV1) *CreateLabelV1Output

NewCreateLabelV1Output instantiates a new CreateLabelV1Output 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 NewCreateLabelV1OutputWithDefaults ¶

func NewCreateLabelV1OutputWithDefaults() *CreateLabelV1Output

NewCreateLabelV1OutputWithDefaults instantiates a new CreateLabelV1Output 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 (*CreateLabelV1Output) GetLabel ¶

func (o *CreateLabelV1Output) GetLabel() LabelV1

GetLabel returns the Label field value

func (*CreateLabelV1Output) GetLabelOk ¶

func (o *CreateLabelV1Output) GetLabelOk() (*LabelV1, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (CreateLabelV1Output) MarshalJSON ¶

func (o CreateLabelV1Output) MarshalJSON() ([]byte, error)

func (*CreateLabelV1Output) SetLabel ¶

func (o *CreateLabelV1Output) SetLabel(v LabelV1)

SetLabel sets field value

func (CreateLabelV1Output) ToMap ¶

func (o CreateLabelV1Output) ToMap() (map[string]interface{}, error)

type CreateProfilesWarehouse201Response ¶

type CreateProfilesWarehouse201Response struct {
	Data *CreateProfilesWarehouseAlphaOutput `json:"data,omitempty"`
}

CreateProfilesWarehouse201Response struct for CreateProfilesWarehouse201Response

func NewCreateProfilesWarehouse201Response ¶

func NewCreateProfilesWarehouse201Response() *CreateProfilesWarehouse201Response

NewCreateProfilesWarehouse201Response instantiates a new CreateProfilesWarehouse201Response 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 NewCreateProfilesWarehouse201ResponseWithDefaults ¶

func NewCreateProfilesWarehouse201ResponseWithDefaults() *CreateProfilesWarehouse201Response

NewCreateProfilesWarehouse201ResponseWithDefaults instantiates a new CreateProfilesWarehouse201Response 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 (*CreateProfilesWarehouse201Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateProfilesWarehouse201Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateProfilesWarehouse201Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateProfilesWarehouse201Response) MarshalJSON ¶

func (o CreateProfilesWarehouse201Response) MarshalJSON() ([]byte, error)

func (*CreateProfilesWarehouse201Response) SetData ¶

SetData gets a reference to the given CreateProfilesWarehouseAlphaOutput and assigns it to the Data field.

func (CreateProfilesWarehouse201Response) ToMap ¶

func (o CreateProfilesWarehouse201Response) ToMap() (map[string]interface{}, error)

type CreateProfilesWarehouseAlphaInput ¶

type CreateProfilesWarehouseAlphaInput struct {
	// The Warehouse metadata to use.
	MetadataId string `json:"metadataId"`
	// An optional human-readable name for this Warehouse.
	Name *string `json:"name,omitempty"`
	// Enable to allow this Warehouse to receive data. Defaults to true.
	Enabled *bool `json:"enabled,omitempty"`
	// A key-value object that contains instance-specific Warehouse settings.
	Settings map[string]interface{} `json:"settings"`
	// The custom schema name that Segment uses on the Warehouse side. The space slug value is default otherwise. The schema name cannot be an existing schema name in the Warehouse. To use an existing schema name, please create a profiles Warehouse through the Segment app UI.
	SchemaName *string `json:"schemaName,omitempty"`
}

CreateProfilesWarehouseAlphaInput Create a new Profiles Warehouse based on a set of parameters.

func NewCreateProfilesWarehouseAlphaInput ¶

func NewCreateProfilesWarehouseAlphaInput(
	metadataId string,
	settings map[string]interface{},
) *CreateProfilesWarehouseAlphaInput

NewCreateProfilesWarehouseAlphaInput instantiates a new CreateProfilesWarehouseAlphaInput 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 NewCreateProfilesWarehouseAlphaInputWithDefaults ¶

func NewCreateProfilesWarehouseAlphaInputWithDefaults() *CreateProfilesWarehouseAlphaInput

NewCreateProfilesWarehouseAlphaInputWithDefaults instantiates a new CreateProfilesWarehouseAlphaInput 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 (*CreateProfilesWarehouseAlphaInput) GetEnabled ¶

func (o *CreateProfilesWarehouseAlphaInput) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*CreateProfilesWarehouseAlphaInput) GetEnabledOk ¶

func (o *CreateProfilesWarehouseAlphaInput) 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 (*CreateProfilesWarehouseAlphaInput) GetMetadataId ¶

func (o *CreateProfilesWarehouseAlphaInput) GetMetadataId() string

GetMetadataId returns the MetadataId field value

func (*CreateProfilesWarehouseAlphaInput) GetMetadataIdOk ¶

func (o *CreateProfilesWarehouseAlphaInput) GetMetadataIdOk() (*string, bool)

GetMetadataIdOk returns a tuple with the MetadataId field value and a boolean to check if the value has been set.

func (*CreateProfilesWarehouseAlphaInput) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*CreateProfilesWarehouseAlphaInput) GetNameOk ¶

func (o *CreateProfilesWarehouseAlphaInput) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateProfilesWarehouseAlphaInput) GetSchemaName ¶

func (o *CreateProfilesWarehouseAlphaInput) GetSchemaName() string

GetSchemaName returns the SchemaName field value if set, zero value otherwise.

func (*CreateProfilesWarehouseAlphaInput) GetSchemaNameOk ¶

func (o *CreateProfilesWarehouseAlphaInput) GetSchemaNameOk() (*string, bool)

GetSchemaNameOk returns a tuple with the SchemaName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateProfilesWarehouseAlphaInput) GetSettings ¶

func (o *CreateProfilesWarehouseAlphaInput) GetSettings() map[string]interface{}

GetSettings returns the Settings field value

func (*CreateProfilesWarehouseAlphaInput) GetSettingsOk ¶

func (o *CreateProfilesWarehouseAlphaInput) GetSettingsOk() (map[string]interface{}, bool)

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (*CreateProfilesWarehouseAlphaInput) HasEnabled ¶

func (o *CreateProfilesWarehouseAlphaInput) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*CreateProfilesWarehouseAlphaInput) HasName ¶

HasName returns a boolean if a field has been set.

func (*CreateProfilesWarehouseAlphaInput) HasSchemaName ¶

func (o *CreateProfilesWarehouseAlphaInput) HasSchemaName() bool

HasSchemaName returns a boolean if a field has been set.

func (CreateProfilesWarehouseAlphaInput) MarshalJSON ¶

func (o CreateProfilesWarehouseAlphaInput) MarshalJSON() ([]byte, error)

func (*CreateProfilesWarehouseAlphaInput) SetEnabled ¶

func (o *CreateProfilesWarehouseAlphaInput) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*CreateProfilesWarehouseAlphaInput) SetMetadataId ¶

func (o *CreateProfilesWarehouseAlphaInput) SetMetadataId(v string)

SetMetadataId sets field value

func (*CreateProfilesWarehouseAlphaInput) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*CreateProfilesWarehouseAlphaInput) SetSchemaName ¶

func (o *CreateProfilesWarehouseAlphaInput) SetSchemaName(v string)

SetSchemaName gets a reference to the given string and assigns it to the SchemaName field.

func (*CreateProfilesWarehouseAlphaInput) SetSettings ¶

func (o *CreateProfilesWarehouseAlphaInput) SetSettings(v map[string]interface{})

SetSettings sets field value

func (CreateProfilesWarehouseAlphaInput) ToMap ¶

func (o CreateProfilesWarehouseAlphaInput) ToMap() (map[string]interface{}, error)

type CreateProfilesWarehouseAlphaOutput ¶

type CreateProfilesWarehouseAlphaOutput struct {
	ProfilesWarehouse ProfilesWarehouseAlpha `json:"profilesWarehouse"`
}

CreateProfilesWarehouseAlphaOutput Returns the newly created Warehouse.

func NewCreateProfilesWarehouseAlphaOutput ¶

func NewCreateProfilesWarehouseAlphaOutput(
	profilesWarehouse ProfilesWarehouseAlpha,
) *CreateProfilesWarehouseAlphaOutput

NewCreateProfilesWarehouseAlphaOutput instantiates a new CreateProfilesWarehouseAlphaOutput 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 NewCreateProfilesWarehouseAlphaOutputWithDefaults ¶

func NewCreateProfilesWarehouseAlphaOutputWithDefaults() *CreateProfilesWarehouseAlphaOutput

NewCreateProfilesWarehouseAlphaOutputWithDefaults instantiates a new CreateProfilesWarehouseAlphaOutput 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 (*CreateProfilesWarehouseAlphaOutput) GetProfilesWarehouse ¶

GetProfilesWarehouse returns the ProfilesWarehouse field value

func (*CreateProfilesWarehouseAlphaOutput) GetProfilesWarehouseOk ¶

func (o *CreateProfilesWarehouseAlphaOutput) GetProfilesWarehouseOk() (*ProfilesWarehouseAlpha, bool)

GetProfilesWarehouseOk returns a tuple with the ProfilesWarehouse field value and a boolean to check if the value has been set.

func (CreateProfilesWarehouseAlphaOutput) MarshalJSON ¶

func (o CreateProfilesWarehouseAlphaOutput) MarshalJSON() ([]byte, error)

func (*CreateProfilesWarehouseAlphaOutput) SetProfilesWarehouse ¶

SetProfilesWarehouse sets field value

func (CreateProfilesWarehouseAlphaOutput) ToMap ¶

func (o CreateProfilesWarehouseAlphaOutput) ToMap() (map[string]interface{}, error)

type CreateReverseETLManualSync200Response ¶

type CreateReverseETLManualSync200Response struct {
	Data *CreateReverseETLManualSyncOutput `json:"data,omitempty"`
}

CreateReverseETLManualSync200Response struct for CreateReverseETLManualSync200Response

func NewCreateReverseETLManualSync200Response ¶

func NewCreateReverseETLManualSync200Response() *CreateReverseETLManualSync200Response

NewCreateReverseETLManualSync200Response instantiates a new CreateReverseETLManualSync200Response 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 NewCreateReverseETLManualSync200ResponseWithDefaults ¶

func NewCreateReverseETLManualSync200ResponseWithDefaults() *CreateReverseETLManualSync200Response

NewCreateReverseETLManualSync200ResponseWithDefaults instantiates a new CreateReverseETLManualSync200Response 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 (*CreateReverseETLManualSync200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateReverseETLManualSync200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateReverseETLManualSync200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateReverseETLManualSync200Response) MarshalJSON ¶

func (o CreateReverseETLManualSync200Response) MarshalJSON() ([]byte, error)

func (*CreateReverseETLManualSync200Response) SetData ¶

SetData gets a reference to the given CreateReverseETLManualSyncOutput and assigns it to the Data field.

func (CreateReverseETLManualSync200Response) ToMap ¶

func (o CreateReverseETLManualSync200Response) ToMap() (map[string]interface{}, error)

type CreateReverseETLManualSyncInput ¶

type CreateReverseETLManualSyncInput struct {
	// The id of the Source.
	SourceId string `json:"sourceId"`
	// The id of the Model.
	ModelId string `json:"modelId"`
	// The id of the Subscription.
	SubscriptionId string `json:"subscriptionId"`
}

CreateReverseETLManualSyncInput Defines the parameters needed to trigger a manual sync for a RETL connection.

func NewCreateReverseETLManualSyncInput ¶

func NewCreateReverseETLManualSyncInput(
	sourceId string,
	modelId string,
	subscriptionId string,
) *CreateReverseETLManualSyncInput

NewCreateReverseETLManualSyncInput instantiates a new CreateReverseETLManualSyncInput 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 NewCreateReverseETLManualSyncInputWithDefaults ¶

func NewCreateReverseETLManualSyncInputWithDefaults() *CreateReverseETLManualSyncInput

NewCreateReverseETLManualSyncInputWithDefaults instantiates a new CreateReverseETLManualSyncInput 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 (*CreateReverseETLManualSyncInput) GetModelId ¶

func (o *CreateReverseETLManualSyncInput) GetModelId() string

GetModelId returns the ModelId field value

func (*CreateReverseETLManualSyncInput) GetModelIdOk ¶

func (o *CreateReverseETLManualSyncInput) GetModelIdOk() (*string, bool)

GetModelIdOk returns a tuple with the ModelId field value and a boolean to check if the value has been set.

func (*CreateReverseETLManualSyncInput) GetSourceId ¶

func (o *CreateReverseETLManualSyncInput) GetSourceId() string

GetSourceId returns the SourceId field value

func (*CreateReverseETLManualSyncInput) GetSourceIdOk ¶

func (o *CreateReverseETLManualSyncInput) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*CreateReverseETLManualSyncInput) GetSubscriptionId ¶

func (o *CreateReverseETLManualSyncInput) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field value

func (*CreateReverseETLManualSyncInput) GetSubscriptionIdOk ¶

func (o *CreateReverseETLManualSyncInput) GetSubscriptionIdOk() (*string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value and a boolean to check if the value has been set.

func (CreateReverseETLManualSyncInput) MarshalJSON ¶

func (o CreateReverseETLManualSyncInput) MarshalJSON() ([]byte, error)

func (*CreateReverseETLManualSyncInput) SetModelId ¶

func (o *CreateReverseETLManualSyncInput) SetModelId(v string)

SetModelId sets field value

func (*CreateReverseETLManualSyncInput) SetSourceId ¶

func (o *CreateReverseETLManualSyncInput) SetSourceId(v string)

SetSourceId sets field value

func (*CreateReverseETLManualSyncInput) SetSubscriptionId ¶

func (o *CreateReverseETLManualSyncInput) SetSubscriptionId(v string)

SetSubscriptionId sets field value

func (CreateReverseETLManualSyncInput) ToMap ¶

func (o CreateReverseETLManualSyncInput) ToMap() (map[string]interface{}, error)

type CreateReverseETLManualSyncOutput ¶

type CreateReverseETLManualSyncOutput struct {
	ReverseETLManualSync ReverseETLManualSyncJobOutput `json:"reverseETLManualSync"`
}

CreateReverseETLManualSyncOutput Output for triggering a manual sync for a RETL connection.

func NewCreateReverseETLManualSyncOutput ¶

func NewCreateReverseETLManualSyncOutput(
	reverseETLManualSync ReverseETLManualSyncJobOutput,
) *CreateReverseETLManualSyncOutput

NewCreateReverseETLManualSyncOutput instantiates a new CreateReverseETLManualSyncOutput 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 NewCreateReverseETLManualSyncOutputWithDefaults ¶

func NewCreateReverseETLManualSyncOutputWithDefaults() *CreateReverseETLManualSyncOutput

NewCreateReverseETLManualSyncOutputWithDefaults instantiates a new CreateReverseETLManualSyncOutput 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 (*CreateReverseETLManualSyncOutput) GetReverseETLManualSync ¶

GetReverseETLManualSync returns the ReverseETLManualSync field value

func (*CreateReverseETLManualSyncOutput) GetReverseETLManualSyncOk ¶

func (o *CreateReverseETLManualSyncOutput) GetReverseETLManualSyncOk() (*ReverseETLManualSyncJobOutput, bool)

GetReverseETLManualSyncOk returns a tuple with the ReverseETLManualSync field value and a boolean to check if the value has been set.

func (CreateReverseETLManualSyncOutput) MarshalJSON ¶

func (o CreateReverseETLManualSyncOutput) MarshalJSON() ([]byte, error)

func (*CreateReverseETLManualSyncOutput) SetReverseETLManualSync ¶

func (o *CreateReverseETLManualSyncOutput) SetReverseETLManualSync(
	v ReverseETLManualSyncJobOutput,
)

SetReverseETLManualSync sets field value

func (CreateReverseETLManualSyncOutput) ToMap ¶

func (o CreateReverseETLManualSyncOutput) ToMap() (map[string]interface{}, error)

type CreateReverseEtlModel201Response ¶

type CreateReverseEtlModel201Response struct {
	Data *CreateReverseEtlModelOutput `json:"data,omitempty"`
}

CreateReverseEtlModel201Response struct for CreateReverseEtlModel201Response

func NewCreateReverseEtlModel201Response ¶

func NewCreateReverseEtlModel201Response() *CreateReverseEtlModel201Response

NewCreateReverseEtlModel201Response instantiates a new CreateReverseEtlModel201Response 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 NewCreateReverseEtlModel201ResponseWithDefaults ¶

func NewCreateReverseEtlModel201ResponseWithDefaults() *CreateReverseEtlModel201Response

NewCreateReverseEtlModel201ResponseWithDefaults instantiates a new CreateReverseEtlModel201Response 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 (*CreateReverseEtlModel201Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateReverseEtlModel201Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateReverseEtlModel201Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateReverseEtlModel201Response) MarshalJSON ¶

func (o CreateReverseEtlModel201Response) MarshalJSON() ([]byte, error)

func (*CreateReverseEtlModel201Response) SetData ¶

SetData gets a reference to the given CreateReverseEtlModelOutput and assigns it to the Data field.

func (CreateReverseEtlModel201Response) ToMap ¶

func (o CreateReverseEtlModel201Response) ToMap() (map[string]interface{}, error)

type CreateReverseEtlModelInput ¶

type CreateReverseEtlModelInput struct {
	// Indicates which Source to attach this model to.
	SourceId string `json:"sourceId"`
	// A short, human-readable description of the Model.
	Name string `json:"name"`
	// A longer, more descriptive explanation of the Model.
	Description string `json:"description"`
	// Indicates whether the Model should have syncs enabled. When disabled, no syncs will be triggered, regardless of the enabled status of the attached destinations/subscriptions.
	Enabled bool `json:"enabled"`
	// The SQL query that will be executed to extract data from the connected Source.
	Query string `json:"query"`
	// Indicates the column named in `query` that should be used to uniquely identify the extracted records.
	QueryIdentifierColumn string `json:"queryIdentifierColumn"`
}

CreateReverseEtlModelInput Defines how to create a new Model.

func NewCreateReverseEtlModelInput ¶

func NewCreateReverseEtlModelInput(
	sourceId string,
	name string,
	description string,
	enabled bool,
	query string,
	queryIdentifierColumn string,
) *CreateReverseEtlModelInput

NewCreateReverseEtlModelInput instantiates a new CreateReverseEtlModelInput 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 NewCreateReverseEtlModelInputWithDefaults ¶

func NewCreateReverseEtlModelInputWithDefaults() *CreateReverseEtlModelInput

NewCreateReverseEtlModelInputWithDefaults instantiates a new CreateReverseEtlModelInput 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 (*CreateReverseEtlModelInput) GetDescription ¶

func (o *CreateReverseEtlModelInput) GetDescription() string

GetDescription returns the Description field value

func (*CreateReverseEtlModelInput) GetDescriptionOk ¶

func (o *CreateReverseEtlModelInput) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*CreateReverseEtlModelInput) GetEnabled ¶

func (o *CreateReverseEtlModelInput) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*CreateReverseEtlModelInput) GetEnabledOk ¶

func (o *CreateReverseEtlModelInput) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*CreateReverseEtlModelInput) GetName ¶

func (o *CreateReverseEtlModelInput) GetName() string

GetName returns the Name field value

func (*CreateReverseEtlModelInput) GetNameOk ¶

func (o *CreateReverseEtlModelInput) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateReverseEtlModelInput) GetQuery ¶

func (o *CreateReverseEtlModelInput) GetQuery() string

GetQuery returns the Query field value

func (*CreateReverseEtlModelInput) GetQueryIdentifierColumn ¶

func (o *CreateReverseEtlModelInput) GetQueryIdentifierColumn() string

GetQueryIdentifierColumn returns the QueryIdentifierColumn field value

func (*CreateReverseEtlModelInput) GetQueryIdentifierColumnOk ¶

func (o *CreateReverseEtlModelInput) GetQueryIdentifierColumnOk() (*string, bool)

GetQueryIdentifierColumnOk returns a tuple with the QueryIdentifierColumn field value and a boolean to check if the value has been set.

func (*CreateReverseEtlModelInput) GetQueryOk ¶

func (o *CreateReverseEtlModelInput) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.

func (*CreateReverseEtlModelInput) GetSourceId ¶

func (o *CreateReverseEtlModelInput) GetSourceId() string

GetSourceId returns the SourceId field value

func (*CreateReverseEtlModelInput) GetSourceIdOk ¶

func (o *CreateReverseEtlModelInput) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (CreateReverseEtlModelInput) MarshalJSON ¶

func (o CreateReverseEtlModelInput) MarshalJSON() ([]byte, error)

func (*CreateReverseEtlModelInput) SetDescription ¶

func (o *CreateReverseEtlModelInput) SetDescription(v string)

SetDescription sets field value

func (*CreateReverseEtlModelInput) SetEnabled ¶

func (o *CreateReverseEtlModelInput) SetEnabled(v bool)

SetEnabled sets field value

func (*CreateReverseEtlModelInput) SetName ¶

func (o *CreateReverseEtlModelInput) SetName(v string)

SetName sets field value

func (*CreateReverseEtlModelInput) SetQuery ¶

func (o *CreateReverseEtlModelInput) SetQuery(v string)

SetQuery sets field value

func (*CreateReverseEtlModelInput) SetQueryIdentifierColumn ¶

func (o *CreateReverseEtlModelInput) SetQueryIdentifierColumn(v string)

SetQueryIdentifierColumn sets field value

func (*CreateReverseEtlModelInput) SetSourceId ¶

func (o *CreateReverseEtlModelInput) SetSourceId(v string)

SetSourceId sets field value

func (CreateReverseEtlModelInput) ToMap ¶

func (o CreateReverseEtlModelInput) ToMap() (map[string]interface{}, error)

type CreateReverseEtlModelOutput ¶

type CreateReverseEtlModelOutput struct {
	ReverseEtlModel ReverseEtlModel `json:"reverseEtlModel"`
}

CreateReverseEtlModelOutput Defines the results of creating a Model.

func NewCreateReverseEtlModelOutput ¶

func NewCreateReverseEtlModelOutput(reverseEtlModel ReverseEtlModel) *CreateReverseEtlModelOutput

NewCreateReverseEtlModelOutput instantiates a new CreateReverseEtlModelOutput 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 NewCreateReverseEtlModelOutputWithDefaults ¶

func NewCreateReverseEtlModelOutputWithDefaults() *CreateReverseEtlModelOutput

NewCreateReverseEtlModelOutputWithDefaults instantiates a new CreateReverseEtlModelOutput 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 (*CreateReverseEtlModelOutput) GetReverseEtlModel ¶

func (o *CreateReverseEtlModelOutput) GetReverseEtlModel() ReverseEtlModel

GetReverseEtlModel returns the ReverseEtlModel field value

func (*CreateReverseEtlModelOutput) GetReverseEtlModelOk ¶

func (o *CreateReverseEtlModelOutput) GetReverseEtlModelOk() (*ReverseEtlModel, bool)

GetReverseEtlModelOk returns a tuple with the ReverseEtlModel field value and a boolean to check if the value has been set.

func (CreateReverseEtlModelOutput) MarshalJSON ¶

func (o CreateReverseEtlModelOutput) MarshalJSON() ([]byte, error)

func (*CreateReverseEtlModelOutput) SetReverseEtlModel ¶

func (o *CreateReverseEtlModelOutput) SetReverseEtlModel(v ReverseEtlModel)

SetReverseEtlModel sets field value

func (CreateReverseEtlModelOutput) ToMap ¶

func (o CreateReverseEtlModelOutput) ToMap() (map[string]interface{}, error)

type CreateSource201Response ¶

type CreateSource201Response struct {
	Data *CreateSourceV1Output `json:"data,omitempty"`
}

CreateSource201Response struct for CreateSource201Response

func NewCreateSource201Response ¶

func NewCreateSource201Response() *CreateSource201Response

NewCreateSource201Response instantiates a new CreateSource201Response 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 NewCreateSource201ResponseWithDefaults ¶

func NewCreateSource201ResponseWithDefaults() *CreateSource201Response

NewCreateSource201ResponseWithDefaults instantiates a new CreateSource201Response 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 (*CreateSource201Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateSource201Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateSource201Response) HasData ¶

func (o *CreateSource201Response) HasData() bool

HasData returns a boolean if a field has been set.

func (CreateSource201Response) MarshalJSON ¶

func (o CreateSource201Response) MarshalJSON() ([]byte, error)

func (*CreateSource201Response) SetData ¶

SetData gets a reference to the given CreateSourceV1Output and assigns it to the Data field.

func (CreateSource201Response) ToMap ¶

func (o CreateSource201Response) ToMap() (map[string]interface{}, error)

type CreateSource201Response1 ¶

type CreateSource201Response1 struct {
	Data *CreateSourceAlphaOutput `json:"data,omitempty"`
}

CreateSource201Response1 struct for CreateSource201Response1

func NewCreateSource201Response1 ¶

func NewCreateSource201Response1() *CreateSource201Response1

NewCreateSource201Response1 instantiates a new CreateSource201Response1 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 NewCreateSource201Response1WithDefaults ¶

func NewCreateSource201Response1WithDefaults() *CreateSource201Response1

NewCreateSource201Response1WithDefaults instantiates a new CreateSource201Response1 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 (*CreateSource201Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateSource201Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateSource201Response1) HasData ¶

func (o *CreateSource201Response1) HasData() bool

HasData returns a boolean if a field has been set.

func (CreateSource201Response1) MarshalJSON ¶

func (o CreateSource201Response1) MarshalJSON() ([]byte, error)

func (*CreateSource201Response1) SetData ¶

SetData gets a reference to the given CreateSourceAlphaOutput and assigns it to the Data field.

func (CreateSource201Response1) ToMap ¶

func (o CreateSource201Response1) ToMap() (map[string]interface{}, error)

type CreateSourceAlphaInput ¶

type CreateSourceAlphaInput struct {
	// The slug by which to identify the Source in the Segment app.
	Slug string `json:"slug"`
	// Enable to allow this Source to send data. Defaults to true.
	Enabled bool `json:"enabled"`
	// An optional human-readable name for this Source.
	Name *string `json:"name,omitempty"`
	// The id of the Source metadata from which this instance of the Source derives.  All Source metadata is available under `/catalog/sources`.
	MetadataId string `json:"metadataId"`
	// A key-value object that contains instance-specific settings for a Source.  The `options` field in the Source metadata defines the schema of this object.
	Settings map[string]interface{} `json:"settings,omitempty"`
}

CreateSourceAlphaInput Create a new Source based on a set of parameters.

func NewCreateSourceAlphaInput ¶

func NewCreateSourceAlphaInput(
	slug string,
	enabled bool,
	metadataId string,
) *CreateSourceAlphaInput

NewCreateSourceAlphaInput instantiates a new CreateSourceAlphaInput 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 NewCreateSourceAlphaInputWithDefaults ¶

func NewCreateSourceAlphaInputWithDefaults() *CreateSourceAlphaInput

NewCreateSourceAlphaInputWithDefaults instantiates a new CreateSourceAlphaInput 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 (*CreateSourceAlphaInput) GetEnabled ¶

func (o *CreateSourceAlphaInput) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*CreateSourceAlphaInput) GetEnabledOk ¶

func (o *CreateSourceAlphaInput) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*CreateSourceAlphaInput) GetMetadataId ¶

func (o *CreateSourceAlphaInput) GetMetadataId() string

GetMetadataId returns the MetadataId field value

func (*CreateSourceAlphaInput) GetMetadataIdOk ¶

func (o *CreateSourceAlphaInput) GetMetadataIdOk() (*string, bool)

GetMetadataIdOk returns a tuple with the MetadataId field value and a boolean to check if the value has been set.

func (*CreateSourceAlphaInput) GetName ¶

func (o *CreateSourceAlphaInput) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CreateSourceAlphaInput) GetNameOk ¶

func (o *CreateSourceAlphaInput) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateSourceAlphaInput) GetSettings ¶

func (o *CreateSourceAlphaInput) GetSettings() map[string]interface{}

GetSettings returns the Settings field value if set, zero value otherwise.

func (*CreateSourceAlphaInput) GetSettingsOk ¶

func (o *CreateSourceAlphaInput) GetSettingsOk() (map[string]interface{}, 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 (*CreateSourceAlphaInput) GetSlug ¶

func (o *CreateSourceAlphaInput) GetSlug() string

GetSlug returns the Slug field value

func (*CreateSourceAlphaInput) GetSlugOk ¶

func (o *CreateSourceAlphaInput) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*CreateSourceAlphaInput) HasName ¶

func (o *CreateSourceAlphaInput) HasName() bool

HasName returns a boolean if a field has been set.

func (*CreateSourceAlphaInput) HasSettings ¶

func (o *CreateSourceAlphaInput) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (CreateSourceAlphaInput) MarshalJSON ¶

func (o CreateSourceAlphaInput) MarshalJSON() ([]byte, error)

func (*CreateSourceAlphaInput) SetEnabled ¶

func (o *CreateSourceAlphaInput) SetEnabled(v bool)

SetEnabled sets field value

func (*CreateSourceAlphaInput) SetMetadataId ¶

func (o *CreateSourceAlphaInput) SetMetadataId(v string)

SetMetadataId sets field value

func (*CreateSourceAlphaInput) SetName ¶

func (o *CreateSourceAlphaInput) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CreateSourceAlphaInput) SetSettings ¶

func (o *CreateSourceAlphaInput) SetSettings(v map[string]interface{})

SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.

func (*CreateSourceAlphaInput) SetSlug ¶

func (o *CreateSourceAlphaInput) SetSlug(v string)

SetSlug sets field value

func (CreateSourceAlphaInput) ToMap ¶

func (o CreateSourceAlphaInput) ToMap() (map[string]interface{}, error)

type CreateSourceAlphaOutput ¶

type CreateSourceAlphaOutput struct {
	Source SourceAlpha `json:"source"`
}

CreateSourceAlphaOutput Returns the newly created Source.

func NewCreateSourceAlphaOutput ¶

func NewCreateSourceAlphaOutput(source SourceAlpha) *CreateSourceAlphaOutput

NewCreateSourceAlphaOutput instantiates a new CreateSourceAlphaOutput 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 NewCreateSourceAlphaOutputWithDefaults ¶

func NewCreateSourceAlphaOutputWithDefaults() *CreateSourceAlphaOutput

NewCreateSourceAlphaOutputWithDefaults instantiates a new CreateSourceAlphaOutput 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 (*CreateSourceAlphaOutput) GetSource ¶

func (o *CreateSourceAlphaOutput) GetSource() SourceAlpha

GetSource returns the Source field value

func (*CreateSourceAlphaOutput) GetSourceOk ¶

func (o *CreateSourceAlphaOutput) GetSourceOk() (*SourceAlpha, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (CreateSourceAlphaOutput) MarshalJSON ¶

func (o CreateSourceAlphaOutput) MarshalJSON() ([]byte, error)

func (*CreateSourceAlphaOutput) SetSource ¶

func (o *CreateSourceAlphaOutput) SetSource(v SourceAlpha)

SetSource sets field value

func (CreateSourceAlphaOutput) ToMap ¶

func (o CreateSourceAlphaOutput) ToMap() (map[string]interface{}, error)

type CreateSourceRegulation200Response ¶

type CreateSourceRegulation200Response struct {
	Data *CreateSourceRegulationV1Output `json:"data,omitempty"`
}

CreateSourceRegulation200Response struct for CreateSourceRegulation200Response

func NewCreateSourceRegulation200Response ¶

func NewCreateSourceRegulation200Response() *CreateSourceRegulation200Response

NewCreateSourceRegulation200Response instantiates a new CreateSourceRegulation200Response 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 NewCreateSourceRegulation200ResponseWithDefaults ¶

func NewCreateSourceRegulation200ResponseWithDefaults() *CreateSourceRegulation200Response

NewCreateSourceRegulation200ResponseWithDefaults instantiates a new CreateSourceRegulation200Response 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 (*CreateSourceRegulation200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateSourceRegulation200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateSourceRegulation200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateSourceRegulation200Response) MarshalJSON ¶

func (o CreateSourceRegulation200Response) MarshalJSON() ([]byte, error)

func (*CreateSourceRegulation200Response) SetData ¶

SetData gets a reference to the given CreateSourceRegulationV1Output and assigns it to the Data field.

func (CreateSourceRegulation200Response) ToMap ¶

func (o CreateSourceRegulation200Response) ToMap() (map[string]interface{}, error)

type CreateSourceRegulationV1Input ¶

type CreateSourceRegulationV1Input struct {
	// The regulation type to create. Please note that `DELETE_ARCHIVE_ONLY` is only supported for limited Workspaces for Source-scoped regulations.
	RegulationType string `json:"regulationType"`
	// The subject type. Note: `ANONYMOUS_ID` is only supported for limited Workspaces for Source-scoped regulations. `ANONYMOUS_ID` is only supported when regulationType is `DELETE_ARCHIVE_ONLY`.
	SubjectType string `json:"subjectType"`
	// The list of `userId` or `objectId` or `anonymousId` values of the subjects to regulate.  Config API note: equal to `parent` but allows an array.
	SubjectIds []string `json:"subjectIds"`
}

CreateSourceRegulationV1Input The input to create a Source-scoped regulation.

func NewCreateSourceRegulationV1Input ¶

func NewCreateSourceRegulationV1Input(
	regulationType string,
	subjectType string,
	subjectIds []string,
) *CreateSourceRegulationV1Input

NewCreateSourceRegulationV1Input instantiates a new CreateSourceRegulationV1Input 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 NewCreateSourceRegulationV1InputWithDefaults ¶

func NewCreateSourceRegulationV1InputWithDefaults() *CreateSourceRegulationV1Input

NewCreateSourceRegulationV1InputWithDefaults instantiates a new CreateSourceRegulationV1Input 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 (*CreateSourceRegulationV1Input) GetRegulationType ¶

func (o *CreateSourceRegulationV1Input) GetRegulationType() string

GetRegulationType returns the RegulationType field value

func (*CreateSourceRegulationV1Input) GetRegulationTypeOk ¶

func (o *CreateSourceRegulationV1Input) GetRegulationTypeOk() (*string, bool)

GetRegulationTypeOk returns a tuple with the RegulationType field value and a boolean to check if the value has been set.

func (*CreateSourceRegulationV1Input) GetSubjectIds ¶

func (o *CreateSourceRegulationV1Input) GetSubjectIds() []string

GetSubjectIds returns the SubjectIds field value

func (*CreateSourceRegulationV1Input) GetSubjectIdsOk ¶

func (o *CreateSourceRegulationV1Input) GetSubjectIdsOk() ([]string, bool)

GetSubjectIdsOk returns a tuple with the SubjectIds field value and a boolean to check if the value has been set.

func (*CreateSourceRegulationV1Input) GetSubjectType ¶

func (o *CreateSourceRegulationV1Input) GetSubjectType() string

GetSubjectType returns the SubjectType field value

func (*CreateSourceRegulationV1Input) GetSubjectTypeOk ¶

func (o *CreateSourceRegulationV1Input) GetSubjectTypeOk() (*string, bool)

GetSubjectTypeOk returns a tuple with the SubjectType field value and a boolean to check if the value has been set.

func (CreateSourceRegulationV1Input) MarshalJSON ¶

func (o CreateSourceRegulationV1Input) MarshalJSON() ([]byte, error)

func (*CreateSourceRegulationV1Input) SetRegulationType ¶

func (o *CreateSourceRegulationV1Input) SetRegulationType(v string)

SetRegulationType sets field value

func (*CreateSourceRegulationV1Input) SetSubjectIds ¶

func (o *CreateSourceRegulationV1Input) SetSubjectIds(v []string)

SetSubjectIds sets field value

func (*CreateSourceRegulationV1Input) SetSubjectType ¶

func (o *CreateSourceRegulationV1Input) SetSubjectType(v string)

SetSubjectType sets field value

func (CreateSourceRegulationV1Input) ToMap ¶

func (o CreateSourceRegulationV1Input) ToMap() (map[string]interface{}, error)

type CreateSourceRegulationV1Output ¶

type CreateSourceRegulationV1Output struct {
	// The id of the created regulation.
	RegulateId string `json:"regulateId"`
}

CreateSourceRegulationV1Output The output of a create Source regulation call.

func NewCreateSourceRegulationV1Output ¶

func NewCreateSourceRegulationV1Output(regulateId string) *CreateSourceRegulationV1Output

NewCreateSourceRegulationV1Output instantiates a new CreateSourceRegulationV1Output 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 NewCreateSourceRegulationV1OutputWithDefaults ¶

func NewCreateSourceRegulationV1OutputWithDefaults() *CreateSourceRegulationV1Output

NewCreateSourceRegulationV1OutputWithDefaults instantiates a new CreateSourceRegulationV1Output 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 (*CreateSourceRegulationV1Output) GetRegulateId ¶

func (o *CreateSourceRegulationV1Output) GetRegulateId() string

GetRegulateId returns the RegulateId field value

func (*CreateSourceRegulationV1Output) GetRegulateIdOk ¶

func (o *CreateSourceRegulationV1Output) GetRegulateIdOk() (*string, bool)

GetRegulateIdOk returns a tuple with the RegulateId field value and a boolean to check if the value has been set.

func (CreateSourceRegulationV1Output) MarshalJSON ¶

func (o CreateSourceRegulationV1Output) MarshalJSON() ([]byte, error)

func (*CreateSourceRegulationV1Output) SetRegulateId ¶

func (o *CreateSourceRegulationV1Output) SetRegulateId(v string)

SetRegulateId sets field value

func (CreateSourceRegulationV1Output) ToMap ¶

func (o CreateSourceRegulationV1Output) ToMap() (map[string]interface{}, error)

type CreateSourceV1Input ¶

type CreateSourceV1Input struct {
	// The slug by which to identify the Source in the Segment app.
	Slug string `json:"slug"`
	// Enable to allow this Source to send data. Defaults to true.
	Enabled bool `json:"enabled"`
	// The id of the Source metadata from which this instance of the Source derives.  All Source metadata is available under `/catalog/sources`.
	MetadataId string `json:"metadataId"`
	// A key-value object that contains instance-specific settings for a Source.  The `options` field in the Source metadata defines the schema of this object.
	Settings map[string]interface{} `json:"settings,omitempty"`
	// Whether to disconnect all Warehouses from the Source.
	DisconnectAllWarehouses *bool `json:"disconnectAllWarehouses,omitempty"`
}

CreateSourceV1Input Create a new Source based on a set of parameters.

func NewCreateSourceV1Input ¶

func NewCreateSourceV1Input(slug string, enabled bool, metadataId string) *CreateSourceV1Input

NewCreateSourceV1Input instantiates a new CreateSourceV1Input 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 NewCreateSourceV1InputWithDefaults ¶

func NewCreateSourceV1InputWithDefaults() *CreateSourceV1Input

NewCreateSourceV1InputWithDefaults instantiates a new CreateSourceV1Input 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 (*CreateSourceV1Input) GetDisconnectAllWarehouses ¶

func (o *CreateSourceV1Input) GetDisconnectAllWarehouses() bool

GetDisconnectAllWarehouses returns the DisconnectAllWarehouses field value if set, zero value otherwise.

func (*CreateSourceV1Input) GetDisconnectAllWarehousesOk ¶

func (o *CreateSourceV1Input) GetDisconnectAllWarehousesOk() (*bool, bool)

GetDisconnectAllWarehousesOk returns a tuple with the DisconnectAllWarehouses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateSourceV1Input) GetEnabled ¶

func (o *CreateSourceV1Input) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*CreateSourceV1Input) GetEnabledOk ¶

func (o *CreateSourceV1Input) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*CreateSourceV1Input) GetMetadataId ¶

func (o *CreateSourceV1Input) GetMetadataId() string

GetMetadataId returns the MetadataId field value

func (*CreateSourceV1Input) GetMetadataIdOk ¶

func (o *CreateSourceV1Input) GetMetadataIdOk() (*string, bool)

GetMetadataIdOk returns a tuple with the MetadataId field value and a boolean to check if the value has been set.

func (*CreateSourceV1Input) GetSettings ¶

func (o *CreateSourceV1Input) GetSettings() map[string]interface{}

GetSettings returns the Settings field value if set, zero value otherwise.

func (*CreateSourceV1Input) GetSettingsOk ¶

func (o *CreateSourceV1Input) GetSettingsOk() (map[string]interface{}, 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 (*CreateSourceV1Input) GetSlug ¶

func (o *CreateSourceV1Input) GetSlug() string

GetSlug returns the Slug field value

func (*CreateSourceV1Input) GetSlugOk ¶

func (o *CreateSourceV1Input) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*CreateSourceV1Input) HasDisconnectAllWarehouses ¶

func (o *CreateSourceV1Input) HasDisconnectAllWarehouses() bool

HasDisconnectAllWarehouses returns a boolean if a field has been set.

func (*CreateSourceV1Input) HasSettings ¶

func (o *CreateSourceV1Input) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (CreateSourceV1Input) MarshalJSON ¶

func (o CreateSourceV1Input) MarshalJSON() ([]byte, error)

func (*CreateSourceV1Input) SetDisconnectAllWarehouses ¶

func (o *CreateSourceV1Input) SetDisconnectAllWarehouses(v bool)

SetDisconnectAllWarehouses gets a reference to the given bool and assigns it to the DisconnectAllWarehouses field.

func (*CreateSourceV1Input) SetEnabled ¶

func (o *CreateSourceV1Input) SetEnabled(v bool)

SetEnabled sets field value

func (*CreateSourceV1Input) SetMetadataId ¶

func (o *CreateSourceV1Input) SetMetadataId(v string)

SetMetadataId sets field value

func (*CreateSourceV1Input) SetSettings ¶

func (o *CreateSourceV1Input) SetSettings(v map[string]interface{})

SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.

func (*CreateSourceV1Input) SetSlug ¶

func (o *CreateSourceV1Input) SetSlug(v string)

SetSlug sets field value

func (CreateSourceV1Input) ToMap ¶

func (o CreateSourceV1Input) ToMap() (map[string]interface{}, error)

type CreateSourceV1Output ¶

type CreateSourceV1Output struct {
	Source SourceV1 `json:"source"`
}

CreateSourceV1Output Returns a newly created Source.

func NewCreateSourceV1Output ¶

func NewCreateSourceV1Output(source SourceV1) *CreateSourceV1Output

NewCreateSourceV1Output instantiates a new CreateSourceV1Output 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 NewCreateSourceV1OutputWithDefaults ¶

func NewCreateSourceV1OutputWithDefaults() *CreateSourceV1Output

NewCreateSourceV1OutputWithDefaults instantiates a new CreateSourceV1Output 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 (*CreateSourceV1Output) GetSource ¶

func (o *CreateSourceV1Output) GetSource() SourceV1

GetSource returns the Source field value

func (*CreateSourceV1Output) GetSourceOk ¶

func (o *CreateSourceV1Output) GetSourceOk() (*SourceV1, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (CreateSourceV1Output) MarshalJSON ¶

func (o CreateSourceV1Output) MarshalJSON() ([]byte, error)

func (*CreateSourceV1Output) SetSource ¶

func (o *CreateSourceV1Output) SetSource(v SourceV1)

SetSource sets field value

func (CreateSourceV1Output) ToMap ¶

func (o CreateSourceV1Output) ToMap() (map[string]interface{}, error)

type CreateTrackingPlan200Response ¶

type CreateTrackingPlan200Response struct {
	Data *CreateTrackingPlanV1Output `json:"data,omitempty"`
}

CreateTrackingPlan200Response struct for CreateTrackingPlan200Response

func NewCreateTrackingPlan200Response ¶

func NewCreateTrackingPlan200Response() *CreateTrackingPlan200Response

NewCreateTrackingPlan200Response instantiates a new CreateTrackingPlan200Response 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 NewCreateTrackingPlan200ResponseWithDefaults ¶

func NewCreateTrackingPlan200ResponseWithDefaults() *CreateTrackingPlan200Response

NewCreateTrackingPlan200ResponseWithDefaults instantiates a new CreateTrackingPlan200Response 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 (*CreateTrackingPlan200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateTrackingPlan200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTrackingPlan200Response) HasData ¶

func (o *CreateTrackingPlan200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (CreateTrackingPlan200Response) MarshalJSON ¶

func (o CreateTrackingPlan200Response) MarshalJSON() ([]byte, error)

func (*CreateTrackingPlan200Response) SetData ¶

SetData gets a reference to the given CreateTrackingPlanV1Output and assigns it to the Data field.

func (CreateTrackingPlan200Response) ToMap ¶

func (o CreateTrackingPlan200Response) ToMap() (map[string]interface{}, error)

type CreateTrackingPlanV1Input ¶

type CreateTrackingPlanV1Input struct {
	// The Tracking Plan's name.  Config API note: equal to `displayName`.
	Name string `json:"name"`
	// The Tracking Plan's description.
	Description *string `json:"description,omitempty"`
	// The Tracking Plan's type.
	Type string `json:"type"`
}

CreateTrackingPlanV1Input Creates a Tracking Plan in the Workspace.

func NewCreateTrackingPlanV1Input ¶

func NewCreateTrackingPlanV1Input(name string, type_ string) *CreateTrackingPlanV1Input

NewCreateTrackingPlanV1Input instantiates a new CreateTrackingPlanV1Input 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 NewCreateTrackingPlanV1InputWithDefaults ¶

func NewCreateTrackingPlanV1InputWithDefaults() *CreateTrackingPlanV1Input

NewCreateTrackingPlanV1InputWithDefaults instantiates a new CreateTrackingPlanV1Input 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 (*CreateTrackingPlanV1Input) GetDescription ¶

func (o *CreateTrackingPlanV1Input) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateTrackingPlanV1Input) GetDescriptionOk ¶

func (o *CreateTrackingPlanV1Input) 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 (*CreateTrackingPlanV1Input) GetName ¶

func (o *CreateTrackingPlanV1Input) GetName() string

GetName returns the Name field value

func (*CreateTrackingPlanV1Input) GetNameOk ¶

func (o *CreateTrackingPlanV1Input) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateTrackingPlanV1Input) GetType ¶

func (o *CreateTrackingPlanV1Input) GetType() string

GetType returns the Type field value

func (*CreateTrackingPlanV1Input) GetTypeOk ¶

func (o *CreateTrackingPlanV1Input) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*CreateTrackingPlanV1Input) HasDescription ¶

func (o *CreateTrackingPlanV1Input) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (CreateTrackingPlanV1Input) MarshalJSON ¶

func (o CreateTrackingPlanV1Input) MarshalJSON() ([]byte, error)

func (*CreateTrackingPlanV1Input) SetDescription ¶

func (o *CreateTrackingPlanV1Input) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateTrackingPlanV1Input) SetName ¶

func (o *CreateTrackingPlanV1Input) SetName(v string)

SetName sets field value

func (*CreateTrackingPlanV1Input) SetType ¶

func (o *CreateTrackingPlanV1Input) SetType(v string)

SetType sets field value

func (CreateTrackingPlanV1Input) ToMap ¶

func (o CreateTrackingPlanV1Input) ToMap() (map[string]interface{}, error)

type CreateTrackingPlanV1Output ¶

type CreateTrackingPlanV1Output struct {
	TrackingPlan TrackingPlanV1 `json:"trackingPlan"`
}

CreateTrackingPlanV1Output Result of a CreateTrackingPlan call.

func NewCreateTrackingPlanV1Output ¶

func NewCreateTrackingPlanV1Output(trackingPlan TrackingPlanV1) *CreateTrackingPlanV1Output

NewCreateTrackingPlanV1Output instantiates a new CreateTrackingPlanV1Output 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 NewCreateTrackingPlanV1OutputWithDefaults ¶

func NewCreateTrackingPlanV1OutputWithDefaults() *CreateTrackingPlanV1Output

NewCreateTrackingPlanV1OutputWithDefaults instantiates a new CreateTrackingPlanV1Output 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 (*CreateTrackingPlanV1Output) GetTrackingPlan ¶

func (o *CreateTrackingPlanV1Output) GetTrackingPlan() TrackingPlanV1

GetTrackingPlan returns the TrackingPlan field value

func (*CreateTrackingPlanV1Output) GetTrackingPlanOk ¶

func (o *CreateTrackingPlanV1Output) GetTrackingPlanOk() (*TrackingPlanV1, bool)

GetTrackingPlanOk returns a tuple with the TrackingPlan field value and a boolean to check if the value has been set.

func (CreateTrackingPlanV1Output) MarshalJSON ¶

func (o CreateTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*CreateTrackingPlanV1Output) SetTrackingPlan ¶

func (o *CreateTrackingPlanV1Output) SetTrackingPlan(v TrackingPlanV1)

SetTrackingPlan sets field value

func (CreateTrackingPlanV1Output) ToMap ¶

func (o CreateTrackingPlanV1Output) ToMap() (map[string]interface{}, error)

type CreateTransformation200Response ¶

type CreateTransformation200Response struct {
	Data *CreateTransformationV1Output `json:"data,omitempty"`
}

CreateTransformation200Response struct for CreateTransformation200Response

func NewCreateTransformation200Response ¶

func NewCreateTransformation200Response() *CreateTransformation200Response

NewCreateTransformation200Response instantiates a new CreateTransformation200Response 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 NewCreateTransformation200ResponseWithDefaults ¶

func NewCreateTransformation200ResponseWithDefaults() *CreateTransformation200Response

NewCreateTransformation200ResponseWithDefaults instantiates a new CreateTransformation200Response 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 (*CreateTransformation200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateTransformation200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTransformation200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateTransformation200Response) MarshalJSON ¶

func (o CreateTransformation200Response) MarshalJSON() ([]byte, error)

func (*CreateTransformation200Response) SetData ¶

SetData gets a reference to the given CreateTransformationV1Output and assigns it to the Data field.

func (CreateTransformation200Response) ToMap ¶

func (o CreateTransformation200Response) ToMap() (map[string]interface{}, error)

type CreateTransformationBetaInput ¶

type CreateTransformationBetaInput struct {
	// The name of the Transformation.
	Name string `json:"name"`
	// The Source to be associated with the Transformation.
	SourceId string `json:"sourceId"`
	// The optional Destination metadata id to be associated with the Transformation.
	DestinationMetadataId *string `json:"destinationMetadataId,omitempty"`
	// If the Transformation should be enabled.
	Enabled bool `json:"enabled"`
	// If statement ([FQL](https://segment.com/docs/config-api/fql/)) to match events.  For standard event matchers, use the following:  Track -\\> \"event='\\<eventName\\>'\"  Identify -\\> \"type='identify'\"  Group -\\> \"type='group'\"
	If string `json:"if"`
	// Optional new event name for renaming events. Works only for 'track' event type.
	NewEventName *string `json:"newEventName,omitempty"`
	// Optional array for renaming properties collected by your events.
	PropertyRenames []PropertyRenameBeta `json:"propertyRenames,omitempty"`
	// Optional array for transforming properties and values collected by your events. Limited to 10 properties.
	PropertyValueTransformations []PropertyValueTransformationBeta `json:"propertyValueTransformations,omitempty"`
}

CreateTransformationBetaInput The input to create a Transformation.

func NewCreateTransformationBetaInput ¶

func NewCreateTransformationBetaInput(
	name string,
	sourceId string,
	enabled bool,
	if_ string,
) *CreateTransformationBetaInput

NewCreateTransformationBetaInput instantiates a new CreateTransformationBetaInput 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 NewCreateTransformationBetaInputWithDefaults ¶

func NewCreateTransformationBetaInputWithDefaults() *CreateTransformationBetaInput

NewCreateTransformationBetaInputWithDefaults instantiates a new CreateTransformationBetaInput 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 (*CreateTransformationBetaInput) GetDestinationMetadataId ¶

func (o *CreateTransformationBetaInput) GetDestinationMetadataId() string

GetDestinationMetadataId returns the DestinationMetadataId field value if set, zero value otherwise.

func (*CreateTransformationBetaInput) GetDestinationMetadataIdOk ¶

func (o *CreateTransformationBetaInput) GetDestinationMetadataIdOk() (*string, bool)

GetDestinationMetadataIdOk returns a tuple with the DestinationMetadataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTransformationBetaInput) GetEnabled ¶

func (o *CreateTransformationBetaInput) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*CreateTransformationBetaInput) GetEnabledOk ¶

func (o *CreateTransformationBetaInput) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*CreateTransformationBetaInput) GetIf ¶

GetIf returns the If field value

func (*CreateTransformationBetaInput) GetIfOk ¶

func (o *CreateTransformationBetaInput) GetIfOk() (*string, bool)

GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.

func (*CreateTransformationBetaInput) GetName ¶

GetName returns the Name field value

func (*CreateTransformationBetaInput) GetNameOk ¶

func (o *CreateTransformationBetaInput) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateTransformationBetaInput) GetNewEventName ¶

func (o *CreateTransformationBetaInput) GetNewEventName() string

GetNewEventName returns the NewEventName field value if set, zero value otherwise.

func (*CreateTransformationBetaInput) GetNewEventNameOk ¶

func (o *CreateTransformationBetaInput) GetNewEventNameOk() (*string, bool)

GetNewEventNameOk returns a tuple with the NewEventName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTransformationBetaInput) GetPropertyRenames ¶

func (o *CreateTransformationBetaInput) GetPropertyRenames() []PropertyRenameBeta

GetPropertyRenames returns the PropertyRenames field value if set, zero value otherwise.

func (*CreateTransformationBetaInput) GetPropertyRenamesOk ¶

func (o *CreateTransformationBetaInput) GetPropertyRenamesOk() ([]PropertyRenameBeta, bool)

GetPropertyRenamesOk returns a tuple with the PropertyRenames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTransformationBetaInput) GetPropertyValueTransformations ¶

func (o *CreateTransformationBetaInput) GetPropertyValueTransformations() []PropertyValueTransformationBeta

GetPropertyValueTransformations returns the PropertyValueTransformations field value if set, zero value otherwise.

func (*CreateTransformationBetaInput) GetPropertyValueTransformationsOk ¶

func (o *CreateTransformationBetaInput) GetPropertyValueTransformationsOk() ([]PropertyValueTransformationBeta, bool)

GetPropertyValueTransformationsOk returns a tuple with the PropertyValueTransformations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTransformationBetaInput) GetSourceId ¶

func (o *CreateTransformationBetaInput) GetSourceId() string

GetSourceId returns the SourceId field value

func (*CreateTransformationBetaInput) GetSourceIdOk ¶

func (o *CreateTransformationBetaInput) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*CreateTransformationBetaInput) HasDestinationMetadataId ¶

func (o *CreateTransformationBetaInput) HasDestinationMetadataId() bool

HasDestinationMetadataId returns a boolean if a field has been set.

func (*CreateTransformationBetaInput) HasNewEventName ¶

func (o *CreateTransformationBetaInput) HasNewEventName() bool

HasNewEventName returns a boolean if a field has been set.

func (*CreateTransformationBetaInput) HasPropertyRenames ¶

func (o *CreateTransformationBetaInput) HasPropertyRenames() bool

HasPropertyRenames returns a boolean if a field has been set.

func (*CreateTransformationBetaInput) HasPropertyValueTransformations ¶

func (o *CreateTransformationBetaInput) HasPropertyValueTransformations() bool

HasPropertyValueTransformations returns a boolean if a field has been set.

func (CreateTransformationBetaInput) MarshalJSON ¶

func (o CreateTransformationBetaInput) MarshalJSON() ([]byte, error)

func (*CreateTransformationBetaInput) SetDestinationMetadataId ¶

func (o *CreateTransformationBetaInput) SetDestinationMetadataId(v string)

SetDestinationMetadataId gets a reference to the given string and assigns it to the DestinationMetadataId field.

func (*CreateTransformationBetaInput) SetEnabled ¶

func (o *CreateTransformationBetaInput) SetEnabled(v bool)

SetEnabled sets field value

func (*CreateTransformationBetaInput) SetIf ¶

SetIf sets field value

func (*CreateTransformationBetaInput) SetName ¶

func (o *CreateTransformationBetaInput) SetName(v string)

SetName sets field value

func (*CreateTransformationBetaInput) SetNewEventName ¶

func (o *CreateTransformationBetaInput) SetNewEventName(v string)

SetNewEventName gets a reference to the given string and assigns it to the NewEventName field.

func (*CreateTransformationBetaInput) SetPropertyRenames ¶

func (o *CreateTransformationBetaInput) SetPropertyRenames(v []PropertyRenameBeta)

SetPropertyRenames gets a reference to the given []PropertyRenameBeta and assigns it to the PropertyRenames field.

func (*CreateTransformationBetaInput) SetPropertyValueTransformations ¶

func (o *CreateTransformationBetaInput) SetPropertyValueTransformations(
	v []PropertyValueTransformationBeta,
)

SetPropertyValueTransformations gets a reference to the given []PropertyValueTransformationBeta and assigns it to the PropertyValueTransformations field.

func (*CreateTransformationBetaInput) SetSourceId ¶

func (o *CreateTransformationBetaInput) SetSourceId(v string)

SetSourceId sets field value

func (CreateTransformationBetaInput) ToMap ¶

func (o CreateTransformationBetaInput) ToMap() (map[string]interface{}, error)

type CreateTransformationBetaOutput ¶

type CreateTransformationBetaOutput struct {
	Transformation TransformationBeta `json:"transformation"`
}

CreateTransformationBetaOutput The output of a created Transformation.

func NewCreateTransformationBetaOutput ¶

func NewCreateTransformationBetaOutput(
	transformation TransformationBeta,
) *CreateTransformationBetaOutput

NewCreateTransformationBetaOutput instantiates a new CreateTransformationBetaOutput 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 NewCreateTransformationBetaOutputWithDefaults ¶

func NewCreateTransformationBetaOutputWithDefaults() *CreateTransformationBetaOutput

NewCreateTransformationBetaOutputWithDefaults instantiates a new CreateTransformationBetaOutput 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 (*CreateTransformationBetaOutput) GetTransformation ¶

func (o *CreateTransformationBetaOutput) GetTransformation() TransformationBeta

GetTransformation returns the Transformation field value

func (*CreateTransformationBetaOutput) GetTransformationOk ¶

func (o *CreateTransformationBetaOutput) GetTransformationOk() (*TransformationBeta, bool)

GetTransformationOk returns a tuple with the Transformation field value and a boolean to check if the value has been set.

func (CreateTransformationBetaOutput) MarshalJSON ¶

func (o CreateTransformationBetaOutput) MarshalJSON() ([]byte, error)

func (*CreateTransformationBetaOutput) SetTransformation ¶

func (o *CreateTransformationBetaOutput) SetTransformation(v TransformationBeta)

SetTransformation sets field value

func (CreateTransformationBetaOutput) ToMap ¶

func (o CreateTransformationBetaOutput) ToMap() (map[string]interface{}, error)

type CreateTransformationV1Input ¶

type CreateTransformationV1Input struct {
	// The name of the Transformation.
	Name string `json:"name"`
	// The Source to be associated with the Transformation.
	SourceId string `json:"sourceId"`
	// The optional Destination metadata id to be associated with the Transformation.
	DestinationMetadataId *string `json:"destinationMetadataId,omitempty"`
	// If the Transformation should be enabled.
	Enabled bool `json:"enabled"`
	// If statement ([FQL](https://segment.com/docs/config-api/fql/)) to match events.  For standard event matchers, use the following:  Track -\\> \"event='\\<eventName\\>'\"  Identify -\\> \"type='identify'\"  Group -\\> \"type='group'\"
	If string `json:"if"`
	// Optional boolean value if the Transformation should drop the event entirely when the if statement matches, ignores all other transforms.
	Drop *bool `json:"drop,omitempty"`
	// Optional new event name for renaming events. Works only for 'track' event type.
	NewEventName *string `json:"newEventName,omitempty"`
	// Optional array for renaming properties collected by your events.
	PropertyRenames []PropertyRenameV1 `json:"propertyRenames,omitempty"`
	// Optional array for transforming properties and values collected by your events. Limited to 10 properties.
	PropertyValueTransformations []PropertyValueTransformationV1 `json:"propertyValueTransformations,omitempty"`
	// Optional array for defining new properties in [FQL](https://segment.com/docs/config-api/fql/). Currently limited to 1 property.
	FqlDefinedProperties []FQLDefinedPropertyV1 `json:"fqlDefinedProperties,omitempty"`
	// Optional array for allowing properties from your events.
	AllowProperties             []string                     `json:"allowProperties,omitempty"`
	HashPropertiesConfiguration *HashPropertiesConfiguration `json:"hashPropertiesConfiguration,omitempty"`
}

CreateTransformationV1Input The input to create a Transformation.

func NewCreateTransformationV1Input ¶

func NewCreateTransformationV1Input(
	name string,
	sourceId string,
	enabled bool,
	if_ string,
) *CreateTransformationV1Input

NewCreateTransformationV1Input instantiates a new CreateTransformationV1Input 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 NewCreateTransformationV1InputWithDefaults ¶

func NewCreateTransformationV1InputWithDefaults() *CreateTransformationV1Input

NewCreateTransformationV1InputWithDefaults instantiates a new CreateTransformationV1Input 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 (*CreateTransformationV1Input) GetAllowProperties ¶

func (o *CreateTransformationV1Input) GetAllowProperties() []string

GetAllowProperties returns the AllowProperties field value if set, zero value otherwise.

func (*CreateTransformationV1Input) GetAllowPropertiesOk ¶

func (o *CreateTransformationV1Input) GetAllowPropertiesOk() ([]string, bool)

GetAllowPropertiesOk returns a tuple with the AllowProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTransformationV1Input) GetDestinationMetadataId ¶

func (o *CreateTransformationV1Input) GetDestinationMetadataId() string

GetDestinationMetadataId returns the DestinationMetadataId field value if set, zero value otherwise.

func (*CreateTransformationV1Input) GetDestinationMetadataIdOk ¶

func (o *CreateTransformationV1Input) GetDestinationMetadataIdOk() (*string, bool)

GetDestinationMetadataIdOk returns a tuple with the DestinationMetadataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTransformationV1Input) GetDrop ¶

func (o *CreateTransformationV1Input) GetDrop() bool

GetDrop returns the Drop field value if set, zero value otherwise.

func (*CreateTransformationV1Input) GetDropOk ¶

func (o *CreateTransformationV1Input) GetDropOk() (*bool, bool)

GetDropOk returns a tuple with the Drop field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTransformationV1Input) GetEnabled ¶

func (o *CreateTransformationV1Input) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*CreateTransformationV1Input) GetEnabledOk ¶

func (o *CreateTransformationV1Input) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*CreateTransformationV1Input) GetFqlDefinedProperties ¶

func (o *CreateTransformationV1Input) GetFqlDefinedProperties() []FQLDefinedPropertyV1

GetFqlDefinedProperties returns the FqlDefinedProperties field value if set, zero value otherwise.

func (*CreateTransformationV1Input) GetFqlDefinedPropertiesOk ¶

func (o *CreateTransformationV1Input) GetFqlDefinedPropertiesOk() ([]FQLDefinedPropertyV1, bool)

GetFqlDefinedPropertiesOk returns a tuple with the FqlDefinedProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTransformationV1Input) GetHashPropertiesConfiguration ¶

func (o *CreateTransformationV1Input) GetHashPropertiesConfiguration() HashPropertiesConfiguration

GetHashPropertiesConfiguration returns the HashPropertiesConfiguration field value if set, zero value otherwise.

func (*CreateTransformationV1Input) GetHashPropertiesConfigurationOk ¶

func (o *CreateTransformationV1Input) GetHashPropertiesConfigurationOk() (*HashPropertiesConfiguration, bool)

GetHashPropertiesConfigurationOk returns a tuple with the HashPropertiesConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTransformationV1Input) GetIf ¶

GetIf returns the If field value

func (*CreateTransformationV1Input) GetIfOk ¶

func (o *CreateTransformationV1Input) GetIfOk() (*string, bool)

GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.

func (*CreateTransformationV1Input) GetName ¶

func (o *CreateTransformationV1Input) GetName() string

GetName returns the Name field value

func (*CreateTransformationV1Input) GetNameOk ¶

func (o *CreateTransformationV1Input) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateTransformationV1Input) GetNewEventName ¶

func (o *CreateTransformationV1Input) GetNewEventName() string

GetNewEventName returns the NewEventName field value if set, zero value otherwise.

func (*CreateTransformationV1Input) GetNewEventNameOk ¶

func (o *CreateTransformationV1Input) GetNewEventNameOk() (*string, bool)

GetNewEventNameOk returns a tuple with the NewEventName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTransformationV1Input) GetPropertyRenames ¶

func (o *CreateTransformationV1Input) GetPropertyRenames() []PropertyRenameV1

GetPropertyRenames returns the PropertyRenames field value if set, zero value otherwise.

func (*CreateTransformationV1Input) GetPropertyRenamesOk ¶

func (o *CreateTransformationV1Input) GetPropertyRenamesOk() ([]PropertyRenameV1, bool)

GetPropertyRenamesOk returns a tuple with the PropertyRenames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTransformationV1Input) GetPropertyValueTransformations ¶

func (o *CreateTransformationV1Input) GetPropertyValueTransformations() []PropertyValueTransformationV1

GetPropertyValueTransformations returns the PropertyValueTransformations field value if set, zero value otherwise.

func (*CreateTransformationV1Input) GetPropertyValueTransformationsOk ¶

func (o *CreateTransformationV1Input) GetPropertyValueTransformationsOk() ([]PropertyValueTransformationV1, bool)

GetPropertyValueTransformationsOk returns a tuple with the PropertyValueTransformations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTransformationV1Input) GetSourceId ¶

func (o *CreateTransformationV1Input) GetSourceId() string

GetSourceId returns the SourceId field value

func (*CreateTransformationV1Input) GetSourceIdOk ¶

func (o *CreateTransformationV1Input) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*CreateTransformationV1Input) HasAllowProperties ¶

func (o *CreateTransformationV1Input) HasAllowProperties() bool

HasAllowProperties returns a boolean if a field has been set.

func (*CreateTransformationV1Input) HasDestinationMetadataId ¶

func (o *CreateTransformationV1Input) HasDestinationMetadataId() bool

HasDestinationMetadataId returns a boolean if a field has been set.

func (*CreateTransformationV1Input) HasDrop ¶

func (o *CreateTransformationV1Input) HasDrop() bool

HasDrop returns a boolean if a field has been set.

func (*CreateTransformationV1Input) HasFqlDefinedProperties ¶

func (o *CreateTransformationV1Input) HasFqlDefinedProperties() bool

HasFqlDefinedProperties returns a boolean if a field has been set.

func (*CreateTransformationV1Input) HasHashPropertiesConfiguration ¶

func (o *CreateTransformationV1Input) HasHashPropertiesConfiguration() bool

HasHashPropertiesConfiguration returns a boolean if a field has been set.

func (*CreateTransformationV1Input) HasNewEventName ¶

func (o *CreateTransformationV1Input) HasNewEventName() bool

HasNewEventName returns a boolean if a field has been set.

func (*CreateTransformationV1Input) HasPropertyRenames ¶

func (o *CreateTransformationV1Input) HasPropertyRenames() bool

HasPropertyRenames returns a boolean if a field has been set.

func (*CreateTransformationV1Input) HasPropertyValueTransformations ¶

func (o *CreateTransformationV1Input) HasPropertyValueTransformations() bool

HasPropertyValueTransformations returns a boolean if a field has been set.

func (CreateTransformationV1Input) MarshalJSON ¶

func (o CreateTransformationV1Input) MarshalJSON() ([]byte, error)

func (*CreateTransformationV1Input) SetAllowProperties ¶

func (o *CreateTransformationV1Input) SetAllowProperties(v []string)

SetAllowProperties gets a reference to the given []string and assigns it to the AllowProperties field.

func (*CreateTransformationV1Input) SetDestinationMetadataId ¶

func (o *CreateTransformationV1Input) SetDestinationMetadataId(v string)

SetDestinationMetadataId gets a reference to the given string and assigns it to the DestinationMetadataId field.

func (*CreateTransformationV1Input) SetDrop ¶

func (o *CreateTransformationV1Input) SetDrop(v bool)

SetDrop gets a reference to the given bool and assigns it to the Drop field.

func (*CreateTransformationV1Input) SetEnabled ¶

func (o *CreateTransformationV1Input) SetEnabled(v bool)

SetEnabled sets field value

func (*CreateTransformationV1Input) SetFqlDefinedProperties ¶

func (o *CreateTransformationV1Input) SetFqlDefinedProperties(v []FQLDefinedPropertyV1)

SetFqlDefinedProperties gets a reference to the given []FQLDefinedPropertyV1 and assigns it to the FqlDefinedProperties field.

func (*CreateTransformationV1Input) SetHashPropertiesConfiguration ¶

func (o *CreateTransformationV1Input) SetHashPropertiesConfiguration(
	v HashPropertiesConfiguration,
)

SetHashPropertiesConfiguration gets a reference to the given HashPropertiesConfiguration and assigns it to the HashPropertiesConfiguration field.

func (*CreateTransformationV1Input) SetIf ¶

func (o *CreateTransformationV1Input) SetIf(v string)

SetIf sets field value

func (*CreateTransformationV1Input) SetName ¶

func (o *CreateTransformationV1Input) SetName(v string)

SetName sets field value

func (*CreateTransformationV1Input) SetNewEventName ¶

func (o *CreateTransformationV1Input) SetNewEventName(v string)

SetNewEventName gets a reference to the given string and assigns it to the NewEventName field.

func (*CreateTransformationV1Input) SetPropertyRenames ¶

func (o *CreateTransformationV1Input) SetPropertyRenames(v []PropertyRenameV1)

SetPropertyRenames gets a reference to the given []PropertyRenameV1 and assigns it to the PropertyRenames field.

func (*CreateTransformationV1Input) SetPropertyValueTransformations ¶

func (o *CreateTransformationV1Input) SetPropertyValueTransformations(
	v []PropertyValueTransformationV1,
)

SetPropertyValueTransformations gets a reference to the given []PropertyValueTransformationV1 and assigns it to the PropertyValueTransformations field.

func (*CreateTransformationV1Input) SetSourceId ¶

func (o *CreateTransformationV1Input) SetSourceId(v string)

SetSourceId sets field value

func (CreateTransformationV1Input) ToMap ¶

func (o CreateTransformationV1Input) ToMap() (map[string]interface{}, error)

type CreateTransformationV1Output ¶

type CreateTransformationV1Output struct {
	Transformation TransformationV1 `json:"transformation"`
}

CreateTransformationV1Output The output of a created Transformation.

func NewCreateTransformationV1Output ¶

func NewCreateTransformationV1Output(
	transformation TransformationV1,
) *CreateTransformationV1Output

NewCreateTransformationV1Output instantiates a new CreateTransformationV1Output 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 NewCreateTransformationV1OutputWithDefaults ¶

func NewCreateTransformationV1OutputWithDefaults() *CreateTransformationV1Output

NewCreateTransformationV1OutputWithDefaults instantiates a new CreateTransformationV1Output 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 (*CreateTransformationV1Output) GetTransformation ¶

func (o *CreateTransformationV1Output) GetTransformation() TransformationV1

GetTransformation returns the Transformation field value

func (*CreateTransformationV1Output) GetTransformationOk ¶

func (o *CreateTransformationV1Output) GetTransformationOk() (*TransformationV1, bool)

GetTransformationOk returns a tuple with the Transformation field value and a boolean to check if the value has been set.

func (CreateTransformationV1Output) MarshalJSON ¶

func (o CreateTransformationV1Output) MarshalJSON() ([]byte, error)

func (*CreateTransformationV1Output) SetTransformation ¶

func (o *CreateTransformationV1Output) SetTransformation(v TransformationV1)

SetTransformation sets field value

func (CreateTransformationV1Output) ToMap ¶

func (o CreateTransformationV1Output) ToMap() (map[string]interface{}, error)

type CreateUserGroup200Response ¶

type CreateUserGroup200Response struct {
	Data *CreateUserGroupV1Output `json:"data,omitempty"`
}

CreateUserGroup200Response struct for CreateUserGroup200Response

func NewCreateUserGroup200Response ¶

func NewCreateUserGroup200Response() *CreateUserGroup200Response

NewCreateUserGroup200Response instantiates a new CreateUserGroup200Response 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 NewCreateUserGroup200ResponseWithDefaults ¶

func NewCreateUserGroup200ResponseWithDefaults() *CreateUserGroup200Response

NewCreateUserGroup200ResponseWithDefaults instantiates a new CreateUserGroup200Response 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 (*CreateUserGroup200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateUserGroup200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateUserGroup200Response) HasData ¶

func (o *CreateUserGroup200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (CreateUserGroup200Response) MarshalJSON ¶

func (o CreateUserGroup200Response) MarshalJSON() ([]byte, error)

func (*CreateUserGroup200Response) SetData ¶

SetData gets a reference to the given CreateUserGroupV1Output and assigns it to the Data field.

func (CreateUserGroup200Response) ToMap ¶

func (o CreateUserGroup200Response) ToMap() (map[string]interface{}, error)

type CreateUserGroupV1Input ¶

type CreateUserGroupV1Input struct {
	// The name of the user group to create.
	Name string `json:"name"`
}

CreateUserGroupV1Input Creates a user group, used to bundle permissions for its members, within a Workspace.

func NewCreateUserGroupV1Input ¶

func NewCreateUserGroupV1Input(name string) *CreateUserGroupV1Input

NewCreateUserGroupV1Input instantiates a new CreateUserGroupV1Input 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 NewCreateUserGroupV1InputWithDefaults ¶

func NewCreateUserGroupV1InputWithDefaults() *CreateUserGroupV1Input

NewCreateUserGroupV1InputWithDefaults instantiates a new CreateUserGroupV1Input 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 (*CreateUserGroupV1Input) GetName ¶

func (o *CreateUserGroupV1Input) GetName() string

GetName returns the Name field value

func (*CreateUserGroupV1Input) GetNameOk ¶

func (o *CreateUserGroupV1Input) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (CreateUserGroupV1Input) MarshalJSON ¶

func (o CreateUserGroupV1Input) MarshalJSON() ([]byte, error)

func (*CreateUserGroupV1Input) SetName ¶

func (o *CreateUserGroupV1Input) SetName(v string)

SetName sets field value

func (CreateUserGroupV1Input) ToMap ¶

func (o CreateUserGroupV1Input) ToMap() (map[string]interface{}, error)

type CreateUserGroupV1Output ¶

type CreateUserGroupV1Output struct {
	UserGroup UserGroupV1 `json:"userGroup"`
}

CreateUserGroupV1Output Returns the newly created user group.

func NewCreateUserGroupV1Output ¶

func NewCreateUserGroupV1Output(userGroup UserGroupV1) *CreateUserGroupV1Output

NewCreateUserGroupV1Output instantiates a new CreateUserGroupV1Output 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 NewCreateUserGroupV1OutputWithDefaults ¶

func NewCreateUserGroupV1OutputWithDefaults() *CreateUserGroupV1Output

NewCreateUserGroupV1OutputWithDefaults instantiates a new CreateUserGroupV1Output 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 (*CreateUserGroupV1Output) GetUserGroup ¶

func (o *CreateUserGroupV1Output) GetUserGroup() UserGroupV1

GetUserGroup returns the UserGroup field value

func (*CreateUserGroupV1Output) GetUserGroupOk ¶

func (o *CreateUserGroupV1Output) GetUserGroupOk() (*UserGroupV1, bool)

GetUserGroupOk returns a tuple with the UserGroup field value and a boolean to check if the value has been set.

func (CreateUserGroupV1Output) MarshalJSON ¶

func (o CreateUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*CreateUserGroupV1Output) SetUserGroup ¶

func (o *CreateUserGroupV1Output) SetUserGroup(v UserGroupV1)

SetUserGroup sets field value

func (CreateUserGroupV1Output) ToMap ¶

func (o CreateUserGroupV1Output) ToMap() (map[string]interface{}, error)

type CreateValidationInWarehouse200Response ¶

type CreateValidationInWarehouse200Response struct {
	Data *CreateValidationInWarehouseV1Output `json:"data,omitempty"`
}

CreateValidationInWarehouse200Response struct for CreateValidationInWarehouse200Response

func NewCreateValidationInWarehouse200Response ¶

func NewCreateValidationInWarehouse200Response() *CreateValidationInWarehouse200Response

NewCreateValidationInWarehouse200Response instantiates a new CreateValidationInWarehouse200Response 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 NewCreateValidationInWarehouse200ResponseWithDefaults ¶

func NewCreateValidationInWarehouse200ResponseWithDefaults() *CreateValidationInWarehouse200Response

NewCreateValidationInWarehouse200ResponseWithDefaults instantiates a new CreateValidationInWarehouse200Response 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 (*CreateValidationInWarehouse200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateValidationInWarehouse200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateValidationInWarehouse200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateValidationInWarehouse200Response) MarshalJSON ¶

func (o CreateValidationInWarehouse200Response) MarshalJSON() ([]byte, error)

func (*CreateValidationInWarehouse200Response) SetData ¶

SetData gets a reference to the given CreateValidationInWarehouseV1Output and assigns it to the Data field.

func (CreateValidationInWarehouse200Response) ToMap ¶

func (o CreateValidationInWarehouse200Response) ToMap() (map[string]interface{}, error)

type CreateValidationInWarehouseV1Input ¶

type CreateValidationInWarehouseV1Input struct {
	// The id of the Warehouse metadata type.
	MetadataId string `json:"metadataId"`
	// A key-value object that contains instance-specific Warehouse settings.
	Settings map[string]interface{} `json:"settings"`
}

CreateValidationInWarehouseV1Input Verifies a set of Warehouse credentials by attempting to connect to it.

func NewCreateValidationInWarehouseV1Input ¶

func NewCreateValidationInWarehouseV1Input(
	metadataId string,
	settings map[string]interface{},
) *CreateValidationInWarehouseV1Input

NewCreateValidationInWarehouseV1Input instantiates a new CreateValidationInWarehouseV1Input 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 NewCreateValidationInWarehouseV1InputWithDefaults ¶

func NewCreateValidationInWarehouseV1InputWithDefaults() *CreateValidationInWarehouseV1Input

NewCreateValidationInWarehouseV1InputWithDefaults instantiates a new CreateValidationInWarehouseV1Input 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 (*CreateValidationInWarehouseV1Input) GetMetadataId ¶

func (o *CreateValidationInWarehouseV1Input) GetMetadataId() string

GetMetadataId returns the MetadataId field value

func (*CreateValidationInWarehouseV1Input) GetMetadataIdOk ¶

func (o *CreateValidationInWarehouseV1Input) GetMetadataIdOk() (*string, bool)

GetMetadataIdOk returns a tuple with the MetadataId field value and a boolean to check if the value has been set.

func (*CreateValidationInWarehouseV1Input) GetSettings ¶

func (o *CreateValidationInWarehouseV1Input) GetSettings() map[string]interface{}

GetSettings returns the Settings field value

func (*CreateValidationInWarehouseV1Input) GetSettingsOk ¶

func (o *CreateValidationInWarehouseV1Input) GetSettingsOk() (map[string]interface{}, bool)

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (CreateValidationInWarehouseV1Input) MarshalJSON ¶

func (o CreateValidationInWarehouseV1Input) MarshalJSON() ([]byte, error)

func (*CreateValidationInWarehouseV1Input) SetMetadataId ¶

func (o *CreateValidationInWarehouseV1Input) SetMetadataId(v string)

SetMetadataId sets field value

func (*CreateValidationInWarehouseV1Input) SetSettings ¶

func (o *CreateValidationInWarehouseV1Input) SetSettings(v map[string]interface{})

SetSettings sets field value

func (CreateValidationInWarehouseV1Input) ToMap ¶

func (o CreateValidationInWarehouseV1Input) ToMap() (map[string]interface{}, error)

type CreateValidationInWarehouseV1Output ¶

type CreateValidationInWarehouseV1Output struct {
	// Represents the status for the current connection settings.
	Status string `json:"status"`
}

CreateValidationInWarehouseV1Output Returns the status of a Warehouse connection settings after an attempt to connect to it.

func NewCreateValidationInWarehouseV1Output ¶

func NewCreateValidationInWarehouseV1Output(status string) *CreateValidationInWarehouseV1Output

NewCreateValidationInWarehouseV1Output instantiates a new CreateValidationInWarehouseV1Output 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 NewCreateValidationInWarehouseV1OutputWithDefaults ¶

func NewCreateValidationInWarehouseV1OutputWithDefaults() *CreateValidationInWarehouseV1Output

NewCreateValidationInWarehouseV1OutputWithDefaults instantiates a new CreateValidationInWarehouseV1Output 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 (*CreateValidationInWarehouseV1Output) GetStatus ¶

GetStatus returns the Status field value

func (*CreateValidationInWarehouseV1Output) GetStatusOk ¶

func (o *CreateValidationInWarehouseV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (CreateValidationInWarehouseV1Output) MarshalJSON ¶

func (o CreateValidationInWarehouseV1Output) MarshalJSON() ([]byte, error)

func (*CreateValidationInWarehouseV1Output) SetStatus ¶

SetStatus sets field value

func (CreateValidationInWarehouseV1Output) ToMap ¶

func (o CreateValidationInWarehouseV1Output) ToMap() (map[string]interface{}, error)

type CreateWarehouse201Response ¶

type CreateWarehouse201Response struct {
	Data *CreateWarehouseV1Output `json:"data,omitempty"`
}

CreateWarehouse201Response struct for CreateWarehouse201Response

func NewCreateWarehouse201Response ¶

func NewCreateWarehouse201Response() *CreateWarehouse201Response

NewCreateWarehouse201Response instantiates a new CreateWarehouse201Response 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 NewCreateWarehouse201ResponseWithDefaults ¶

func NewCreateWarehouse201ResponseWithDefaults() *CreateWarehouse201Response

NewCreateWarehouse201ResponseWithDefaults instantiates a new CreateWarehouse201Response 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 (*CreateWarehouse201Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateWarehouse201Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateWarehouse201Response) HasData ¶

func (o *CreateWarehouse201Response) HasData() bool

HasData returns a boolean if a field has been set.

func (CreateWarehouse201Response) MarshalJSON ¶

func (o CreateWarehouse201Response) MarshalJSON() ([]byte, error)

func (*CreateWarehouse201Response) SetData ¶

SetData gets a reference to the given CreateWarehouseV1Output and assigns it to the Data field.

func (CreateWarehouse201Response) ToMap ¶

func (o CreateWarehouse201Response) ToMap() (map[string]interface{}, error)

type CreateWarehouseV1Input ¶

type CreateWarehouseV1Input struct {
	// The Warehouse metadata to use.
	MetadataId string `json:"metadataId"`
	// An optional human-readable name for this Warehouse.
	Name *string `json:"name,omitempty"`
	// Enable to allow this Warehouse to receive data. Defaults to true.
	Enabled *bool `json:"enabled,omitempty"`
	// A key-value object that contains instance-specific Warehouse settings.
	Settings map[string]interface{} `json:"settings"`
	// Whether to disconnect all Sources from this Warehouse.
	DisconnectAllSources *bool `json:"disconnectAllSources,omitempty"`
}

CreateWarehouseV1Input Create a new Warehouse based on a set of parameters.

func NewCreateWarehouseV1Input ¶

func NewCreateWarehouseV1Input(
	metadataId string,
	settings map[string]interface{},
) *CreateWarehouseV1Input

NewCreateWarehouseV1Input instantiates a new CreateWarehouseV1Input 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 NewCreateWarehouseV1InputWithDefaults ¶

func NewCreateWarehouseV1InputWithDefaults() *CreateWarehouseV1Input

NewCreateWarehouseV1InputWithDefaults instantiates a new CreateWarehouseV1Input 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 (*CreateWarehouseV1Input) GetDisconnectAllSources ¶

func (o *CreateWarehouseV1Input) GetDisconnectAllSources() bool

GetDisconnectAllSources returns the DisconnectAllSources field value if set, zero value otherwise.

func (*CreateWarehouseV1Input) GetDisconnectAllSourcesOk ¶

func (o *CreateWarehouseV1Input) GetDisconnectAllSourcesOk() (*bool, bool)

GetDisconnectAllSourcesOk returns a tuple with the DisconnectAllSources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateWarehouseV1Input) GetEnabled ¶

func (o *CreateWarehouseV1Input) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*CreateWarehouseV1Input) GetEnabledOk ¶

func (o *CreateWarehouseV1Input) 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 (*CreateWarehouseV1Input) GetMetadataId ¶

func (o *CreateWarehouseV1Input) GetMetadataId() string

GetMetadataId returns the MetadataId field value

func (*CreateWarehouseV1Input) GetMetadataIdOk ¶

func (o *CreateWarehouseV1Input) GetMetadataIdOk() (*string, bool)

GetMetadataIdOk returns a tuple with the MetadataId field value and a boolean to check if the value has been set.

func (*CreateWarehouseV1Input) GetName ¶

func (o *CreateWarehouseV1Input) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CreateWarehouseV1Input) GetNameOk ¶

func (o *CreateWarehouseV1Input) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateWarehouseV1Input) GetSettings ¶

func (o *CreateWarehouseV1Input) GetSettings() map[string]interface{}

GetSettings returns the Settings field value

func (*CreateWarehouseV1Input) GetSettingsOk ¶

func (o *CreateWarehouseV1Input) GetSettingsOk() (map[string]interface{}, bool)

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (*CreateWarehouseV1Input) HasDisconnectAllSources ¶

func (o *CreateWarehouseV1Input) HasDisconnectAllSources() bool

HasDisconnectAllSources returns a boolean if a field has been set.

func (*CreateWarehouseV1Input) HasEnabled ¶

func (o *CreateWarehouseV1Input) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*CreateWarehouseV1Input) HasName ¶

func (o *CreateWarehouseV1Input) HasName() bool

HasName returns a boolean if a field has been set.

func (CreateWarehouseV1Input) MarshalJSON ¶

func (o CreateWarehouseV1Input) MarshalJSON() ([]byte, error)

func (*CreateWarehouseV1Input) SetDisconnectAllSources ¶

func (o *CreateWarehouseV1Input) SetDisconnectAllSources(v bool)

SetDisconnectAllSources gets a reference to the given bool and assigns it to the DisconnectAllSources field.

func (*CreateWarehouseV1Input) SetEnabled ¶

func (o *CreateWarehouseV1Input) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*CreateWarehouseV1Input) SetMetadataId ¶

func (o *CreateWarehouseV1Input) SetMetadataId(v string)

SetMetadataId sets field value

func (*CreateWarehouseV1Input) SetName ¶

func (o *CreateWarehouseV1Input) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CreateWarehouseV1Input) SetSettings ¶

func (o *CreateWarehouseV1Input) SetSettings(v map[string]interface{})

SetSettings sets field value

func (CreateWarehouseV1Input) ToMap ¶

func (o CreateWarehouseV1Input) ToMap() (map[string]interface{}, error)

type CreateWarehouseV1Output ¶

type CreateWarehouseV1Output struct {
	Warehouse WarehouseV1 `json:"warehouse"`
}

CreateWarehouseV1Output Returns the newly created Warehouse.

func NewCreateWarehouseV1Output ¶

func NewCreateWarehouseV1Output(warehouse WarehouseV1) *CreateWarehouseV1Output

NewCreateWarehouseV1Output instantiates a new CreateWarehouseV1Output 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 NewCreateWarehouseV1OutputWithDefaults ¶

func NewCreateWarehouseV1OutputWithDefaults() *CreateWarehouseV1Output

NewCreateWarehouseV1OutputWithDefaults instantiates a new CreateWarehouseV1Output 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 (*CreateWarehouseV1Output) GetWarehouse ¶

func (o *CreateWarehouseV1Output) GetWarehouse() WarehouseV1

GetWarehouse returns the Warehouse field value

func (*CreateWarehouseV1Output) GetWarehouseOk ¶

func (o *CreateWarehouseV1Output) GetWarehouseOk() (*WarehouseV1, bool)

GetWarehouseOk returns a tuple with the Warehouse field value and a boolean to check if the value has been set.

func (CreateWarehouseV1Output) MarshalJSON ¶

func (o CreateWarehouseV1Output) MarshalJSON() ([]byte, error)

func (*CreateWarehouseV1Output) SetWarehouse ¶

func (o *CreateWarehouseV1Output) SetWarehouse(v WarehouseV1)

SetWarehouse sets field value

func (CreateWarehouseV1Output) ToMap ¶

func (o CreateWarehouseV1Output) ToMap() (map[string]interface{}, error)

type CreateWorkspaceRegulation200Response ¶

type CreateWorkspaceRegulation200Response struct {
	Data *CreateWorkspaceRegulationV1Output `json:"data,omitempty"`
}

CreateWorkspaceRegulation200Response struct for CreateWorkspaceRegulation200Response

func NewCreateWorkspaceRegulation200Response ¶

func NewCreateWorkspaceRegulation200Response() *CreateWorkspaceRegulation200Response

NewCreateWorkspaceRegulation200Response instantiates a new CreateWorkspaceRegulation200Response 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 NewCreateWorkspaceRegulation200ResponseWithDefaults ¶

func NewCreateWorkspaceRegulation200ResponseWithDefaults() *CreateWorkspaceRegulation200Response

NewCreateWorkspaceRegulation200ResponseWithDefaults instantiates a new CreateWorkspaceRegulation200Response 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 (*CreateWorkspaceRegulation200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateWorkspaceRegulation200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateWorkspaceRegulation200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateWorkspaceRegulation200Response) MarshalJSON ¶

func (o CreateWorkspaceRegulation200Response) MarshalJSON() ([]byte, error)

func (*CreateWorkspaceRegulation200Response) SetData ¶

SetData gets a reference to the given CreateWorkspaceRegulationV1Output and assigns it to the Data field.

func (CreateWorkspaceRegulation200Response) ToMap ¶

func (o CreateWorkspaceRegulation200Response) ToMap() (map[string]interface{}, error)

type CreateWorkspaceRegulationV1Input ¶

type CreateWorkspaceRegulationV1Input struct {
	// The regulation type to create.
	RegulationType string `json:"regulationType"`
	// The subject type. Use `objectId` for Cloud Source regulations.
	SubjectType string `json:"subjectType"`
	// The list of `userId` or `objectId` values of the subjects to regulate.  Config API note: equal to `parent` but allows an array.
	SubjectIds []string `json:"subjectIds"`
}

CreateWorkspaceRegulationV1Input The input to create a Workspace regulation.

func NewCreateWorkspaceRegulationV1Input ¶

func NewCreateWorkspaceRegulationV1Input(
	regulationType string,
	subjectType string,
	subjectIds []string,
) *CreateWorkspaceRegulationV1Input

NewCreateWorkspaceRegulationV1Input instantiates a new CreateWorkspaceRegulationV1Input 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 NewCreateWorkspaceRegulationV1InputWithDefaults ¶

func NewCreateWorkspaceRegulationV1InputWithDefaults() *CreateWorkspaceRegulationV1Input

NewCreateWorkspaceRegulationV1InputWithDefaults instantiates a new CreateWorkspaceRegulationV1Input 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 (*CreateWorkspaceRegulationV1Input) GetRegulationType ¶

func (o *CreateWorkspaceRegulationV1Input) GetRegulationType() string

GetRegulationType returns the RegulationType field value

func (*CreateWorkspaceRegulationV1Input) GetRegulationTypeOk ¶

func (o *CreateWorkspaceRegulationV1Input) GetRegulationTypeOk() (*string, bool)

GetRegulationTypeOk returns a tuple with the RegulationType field value and a boolean to check if the value has been set.

func (*CreateWorkspaceRegulationV1Input) GetSubjectIds ¶

func (o *CreateWorkspaceRegulationV1Input) GetSubjectIds() []string

GetSubjectIds returns the SubjectIds field value

func (*CreateWorkspaceRegulationV1Input) GetSubjectIdsOk ¶

func (o *CreateWorkspaceRegulationV1Input) GetSubjectIdsOk() ([]string, bool)

GetSubjectIdsOk returns a tuple with the SubjectIds field value and a boolean to check if the value has been set.

func (*CreateWorkspaceRegulationV1Input) GetSubjectType ¶

func (o *CreateWorkspaceRegulationV1Input) GetSubjectType() string

GetSubjectType returns the SubjectType field value

func (*CreateWorkspaceRegulationV1Input) GetSubjectTypeOk ¶

func (o *CreateWorkspaceRegulationV1Input) GetSubjectTypeOk() (*string, bool)

GetSubjectTypeOk returns a tuple with the SubjectType field value and a boolean to check if the value has been set.

func (CreateWorkspaceRegulationV1Input) MarshalJSON ¶

func (o CreateWorkspaceRegulationV1Input) MarshalJSON() ([]byte, error)

func (*CreateWorkspaceRegulationV1Input) SetRegulationType ¶

func (o *CreateWorkspaceRegulationV1Input) SetRegulationType(v string)

SetRegulationType sets field value

func (*CreateWorkspaceRegulationV1Input) SetSubjectIds ¶

func (o *CreateWorkspaceRegulationV1Input) SetSubjectIds(v []string)

SetSubjectIds sets field value

func (*CreateWorkspaceRegulationV1Input) SetSubjectType ¶

func (o *CreateWorkspaceRegulationV1Input) SetSubjectType(v string)

SetSubjectType sets field value

func (CreateWorkspaceRegulationV1Input) ToMap ¶

func (o CreateWorkspaceRegulationV1Input) ToMap() (map[string]interface{}, error)

type CreateWorkspaceRegulationV1Output ¶

type CreateWorkspaceRegulationV1Output struct {
	// The id of the created regulation.
	RegulateId string `json:"regulateId"`
}

CreateWorkspaceRegulationV1Output The output of a create Workspace regulation call.

func NewCreateWorkspaceRegulationV1Output ¶

func NewCreateWorkspaceRegulationV1Output(regulateId string) *CreateWorkspaceRegulationV1Output

NewCreateWorkspaceRegulationV1Output instantiates a new CreateWorkspaceRegulationV1Output 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 NewCreateWorkspaceRegulationV1OutputWithDefaults ¶

func NewCreateWorkspaceRegulationV1OutputWithDefaults() *CreateWorkspaceRegulationV1Output

NewCreateWorkspaceRegulationV1OutputWithDefaults instantiates a new CreateWorkspaceRegulationV1Output 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 (*CreateWorkspaceRegulationV1Output) GetRegulateId ¶

func (o *CreateWorkspaceRegulationV1Output) GetRegulateId() string

GetRegulateId returns the RegulateId field value

func (*CreateWorkspaceRegulationV1Output) GetRegulateIdOk ¶

func (o *CreateWorkspaceRegulationV1Output) GetRegulateIdOk() (*string, bool)

GetRegulateIdOk returns a tuple with the RegulateId field value and a boolean to check if the value has been set.

func (CreateWorkspaceRegulationV1Output) MarshalJSON ¶

func (o CreateWorkspaceRegulationV1Output) MarshalJSON() ([]byte, error)

func (*CreateWorkspaceRegulationV1Output) SetRegulateId ¶

func (o *CreateWorkspaceRegulationV1Output) SetRegulateId(v string)

SetRegulateId sets field value

func (CreateWorkspaceRegulationV1Output) ToMap ¶

func (o CreateWorkspaceRegulationV1Output) ToMap() (map[string]interface{}, error)

type CreateWriteKeyForSource200Response ¶

type CreateWriteKeyForSource200Response struct {
	Data *CreateWriteKeyForSourceAlphaOutput `json:"data,omitempty"`
}

CreateWriteKeyForSource200Response struct for CreateWriteKeyForSource200Response

func NewCreateWriteKeyForSource200Response ¶

func NewCreateWriteKeyForSource200Response() *CreateWriteKeyForSource200Response

NewCreateWriteKeyForSource200Response instantiates a new CreateWriteKeyForSource200Response 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 NewCreateWriteKeyForSource200ResponseWithDefaults ¶

func NewCreateWriteKeyForSource200ResponseWithDefaults() *CreateWriteKeyForSource200Response

NewCreateWriteKeyForSource200ResponseWithDefaults instantiates a new CreateWriteKeyForSource200Response 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 (*CreateWriteKeyForSource200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CreateWriteKeyForSource200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateWriteKeyForSource200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (CreateWriteKeyForSource200Response) MarshalJSON ¶

func (o CreateWriteKeyForSource200Response) MarshalJSON() ([]byte, error)

func (*CreateWriteKeyForSource200Response) SetData ¶

SetData gets a reference to the given CreateWriteKeyForSourceAlphaOutput and assigns it to the Data field.

func (CreateWriteKeyForSource200Response) ToMap ¶

func (o CreateWriteKeyForSource200Response) ToMap() (map[string]interface{}, error)

type CreateWriteKeyForSourceAlphaOutput ¶

type CreateWriteKeyForSourceAlphaOutput struct {
	Source SourceAlpha `json:"source"`
}

CreateWriteKeyForSourceAlphaOutput Returns the updated Source.

func NewCreateWriteKeyForSourceAlphaOutput ¶

func NewCreateWriteKeyForSourceAlphaOutput(source SourceAlpha) *CreateWriteKeyForSourceAlphaOutput

NewCreateWriteKeyForSourceAlphaOutput instantiates a new CreateWriteKeyForSourceAlphaOutput 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 NewCreateWriteKeyForSourceAlphaOutputWithDefaults ¶

func NewCreateWriteKeyForSourceAlphaOutputWithDefaults() *CreateWriteKeyForSourceAlphaOutput

NewCreateWriteKeyForSourceAlphaOutputWithDefaults instantiates a new CreateWriteKeyForSourceAlphaOutput 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 (*CreateWriteKeyForSourceAlphaOutput) GetSource ¶

GetSource returns the Source field value

func (*CreateWriteKeyForSourceAlphaOutput) GetSourceOk ¶

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (CreateWriteKeyForSourceAlphaOutput) MarshalJSON ¶

func (o CreateWriteKeyForSourceAlphaOutput) MarshalJSON() ([]byte, error)

func (*CreateWriteKeyForSourceAlphaOutput) SetSource ¶

SetSource sets field value

func (CreateWriteKeyForSourceAlphaOutput) ToMap ¶

func (o CreateWriteKeyForSourceAlphaOutput) ToMap() (map[string]interface{}, error)

type CustomerInsightsAPIService ¶

type CustomerInsightsAPIService service

CustomerInsightsAPIService CustomerInsightsAPI service

func (*CustomerInsightsAPIService) CreateDownload ¶

CreateDownload Create Download

Create Customer Insights Presigned URLsThe rate limit for this endpoint is 120 requests per day per workspaceId, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateDownloadRequest

func (*CustomerInsightsAPIService) CreateDownloadExecute ¶

Execute executes the request

@return CreateDownload200Response

type DbtAPIService ¶

type DbtAPIService service

DbtAPIService DbtAPI service

func (*DbtAPIService) CreateDbtModelSyncTrigger ¶

func (a *DbtAPIService) CreateDbtModelSyncTrigger(
	ctx context.Context,
) ApiCreateDbtModelSyncTriggerRequest

CreateDbtModelSyncTrigger Create Dbt Model Sync Trigger

Creates a trigger for a new dbt model sync for a Source.

The rate limit for this endpoint is 10 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateDbtModelSyncTriggerRequest

func (*DbtAPIService) CreateDbtModelSyncTriggerExecute ¶

Execute executes the request

@return CreateDbtModelSyncTrigger200Response

type DbtModelSyncTrigger ¶

type DbtModelSyncTrigger struct {
	// The id of the dbt model sync.
	Id string `json:"id"`
	// The Source id that was triggered.
	SourceId *string `json:"sourceId,omitempty"`
	// The status of the trigger.
	Status string `json:"status"`
}

DbtModelSyncTrigger Defines the dbt Model Sync Trigger.

func NewDbtModelSyncTrigger ¶

func NewDbtModelSyncTrigger(id string, status string) *DbtModelSyncTrigger

NewDbtModelSyncTrigger instantiates a new DbtModelSyncTrigger 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 NewDbtModelSyncTriggerWithDefaults ¶

func NewDbtModelSyncTriggerWithDefaults() *DbtModelSyncTrigger

NewDbtModelSyncTriggerWithDefaults instantiates a new DbtModelSyncTrigger 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 (*DbtModelSyncTrigger) GetId ¶

func (o *DbtModelSyncTrigger) GetId() string

GetId returns the Id field value

func (*DbtModelSyncTrigger) GetIdOk ¶

func (o *DbtModelSyncTrigger) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*DbtModelSyncTrigger) GetSourceId ¶

func (o *DbtModelSyncTrigger) GetSourceId() string

GetSourceId returns the SourceId field value if set, zero value otherwise.

func (*DbtModelSyncTrigger) GetSourceIdOk ¶

func (o *DbtModelSyncTrigger) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbtModelSyncTrigger) GetStatus ¶

func (o *DbtModelSyncTrigger) GetStatus() string

GetStatus returns the Status field value

func (*DbtModelSyncTrigger) GetStatusOk ¶

func (o *DbtModelSyncTrigger) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*DbtModelSyncTrigger) HasSourceId ¶

func (o *DbtModelSyncTrigger) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

func (DbtModelSyncTrigger) MarshalJSON ¶

func (o DbtModelSyncTrigger) MarshalJSON() ([]byte, error)

func (*DbtModelSyncTrigger) SetId ¶

func (o *DbtModelSyncTrigger) SetId(v string)

SetId sets field value

func (*DbtModelSyncTrigger) SetSourceId ¶

func (o *DbtModelSyncTrigger) SetSourceId(v string)

SetSourceId gets a reference to the given string and assigns it to the SourceId field.

func (*DbtModelSyncTrigger) SetStatus ¶

func (o *DbtModelSyncTrigger) SetStatus(v string)

SetStatus sets field value

func (DbtModelSyncTrigger) ToMap ¶

func (o DbtModelSyncTrigger) ToMap() (map[string]interface{}, error)

type DeleteActivationAlphaOutput ¶

type DeleteActivationAlphaOutput struct {
	// Deletion status.
	Status string `json:"status"`
}

DeleteActivationAlphaOutput Output for deleting an activation.

func NewDeleteActivationAlphaOutput ¶

func NewDeleteActivationAlphaOutput(status string) *DeleteActivationAlphaOutput

NewDeleteActivationAlphaOutput instantiates a new DeleteActivationAlphaOutput 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 NewDeleteActivationAlphaOutputWithDefaults ¶

func NewDeleteActivationAlphaOutputWithDefaults() *DeleteActivationAlphaOutput

NewDeleteActivationAlphaOutputWithDefaults instantiates a new DeleteActivationAlphaOutput 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 (*DeleteActivationAlphaOutput) GetStatus ¶

func (o *DeleteActivationAlphaOutput) GetStatus() string

GetStatus returns the Status field value

func (*DeleteActivationAlphaOutput) GetStatusOk ¶

func (o *DeleteActivationAlphaOutput) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteActivationAlphaOutput) MarshalJSON ¶

func (o DeleteActivationAlphaOutput) MarshalJSON() ([]byte, error)

func (*DeleteActivationAlphaOutput) SetStatus ¶

func (o *DeleteActivationAlphaOutput) SetStatus(v string)

SetStatus sets field value

func (DeleteActivationAlphaOutput) ToMap ¶

func (o DeleteActivationAlphaOutput) ToMap() (map[string]interface{}, error)

type DeleteDestination200Response ¶

type DeleteDestination200Response struct {
	Data *DeleteDestinationV1Output `json:"data,omitempty"`
}

DeleteDestination200Response struct for DeleteDestination200Response

func NewDeleteDestination200Response ¶

func NewDeleteDestination200Response() *DeleteDestination200Response

NewDeleteDestination200Response instantiates a new DeleteDestination200Response 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 NewDeleteDestination200ResponseWithDefaults ¶

func NewDeleteDestination200ResponseWithDefaults() *DeleteDestination200Response

NewDeleteDestination200ResponseWithDefaults instantiates a new DeleteDestination200Response 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 (*DeleteDestination200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteDestination200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteDestination200Response) HasData ¶

func (o *DeleteDestination200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (DeleteDestination200Response) MarshalJSON ¶

func (o DeleteDestination200Response) MarshalJSON() ([]byte, error)

func (*DeleteDestination200Response) SetData ¶

SetData gets a reference to the given DeleteDestinationV1Output and assigns it to the Data field.

func (DeleteDestination200Response) ToMap ¶

func (o DeleteDestination200Response) ToMap() (map[string]interface{}, error)

type DeleteDestinationV1Output ¶

type DeleteDestinationV1Output struct {
	// The status of the Warehouse deletion operation.
	Status string `json:"status"`
}

DeleteDestinationV1Output Returns the status of a Destination deletion.

func NewDeleteDestinationV1Output ¶

func NewDeleteDestinationV1Output(status string) *DeleteDestinationV1Output

NewDeleteDestinationV1Output instantiates a new DeleteDestinationV1Output 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 NewDeleteDestinationV1OutputWithDefaults ¶

func NewDeleteDestinationV1OutputWithDefaults() *DeleteDestinationV1Output

NewDeleteDestinationV1OutputWithDefaults instantiates a new DeleteDestinationV1Output 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 (*DeleteDestinationV1Output) GetStatus ¶

func (o *DeleteDestinationV1Output) GetStatus() string

GetStatus returns the Status field value

func (*DeleteDestinationV1Output) GetStatusOk ¶

func (o *DeleteDestinationV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteDestinationV1Output) MarshalJSON ¶

func (o DeleteDestinationV1Output) MarshalJSON() ([]byte, error)

func (*DeleteDestinationV1Output) SetStatus ¶

func (o *DeleteDestinationV1Output) SetStatus(v string)

SetStatus sets field value

func (DeleteDestinationV1Output) ToMap ¶

func (o DeleteDestinationV1Output) ToMap() (map[string]interface{}, error)

type DeleteFilterById200Response ¶

type DeleteFilterById200Response struct {
	Data *DeleteFilterByIdOutput `json:"data,omitempty"`
}

DeleteFilterById200Response struct for DeleteFilterById200Response

func NewDeleteFilterById200Response ¶

func NewDeleteFilterById200Response() *DeleteFilterById200Response

NewDeleteFilterById200Response instantiates a new DeleteFilterById200Response 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 NewDeleteFilterById200ResponseWithDefaults ¶

func NewDeleteFilterById200ResponseWithDefaults() *DeleteFilterById200Response

NewDeleteFilterById200ResponseWithDefaults instantiates a new DeleteFilterById200Response 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 (*DeleteFilterById200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteFilterById200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteFilterById200Response) HasData ¶

func (o *DeleteFilterById200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (DeleteFilterById200Response) MarshalJSON ¶

func (o DeleteFilterById200Response) MarshalJSON() ([]byte, error)

func (*DeleteFilterById200Response) SetData ¶

SetData gets a reference to the given DeleteFilterByIdOutput and assigns it to the Data field.

func (DeleteFilterById200Response) ToMap ¶

func (o DeleteFilterById200Response) ToMap() (map[string]interface{}, error)

type DeleteFilterByIdOutput ¶

type DeleteFilterByIdOutput struct {
	// Filter deleted by filter id.
	Deleted bool `json:"deleted"`
}

DeleteFilterByIdOutput Output for DeleteFilterById.

func NewDeleteFilterByIdOutput ¶

func NewDeleteFilterByIdOutput(deleted bool) *DeleteFilterByIdOutput

NewDeleteFilterByIdOutput instantiates a new DeleteFilterByIdOutput 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 NewDeleteFilterByIdOutputWithDefaults ¶

func NewDeleteFilterByIdOutputWithDefaults() *DeleteFilterByIdOutput

NewDeleteFilterByIdOutputWithDefaults instantiates a new DeleteFilterByIdOutput 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 (*DeleteFilterByIdOutput) GetDeleted ¶

func (o *DeleteFilterByIdOutput) GetDeleted() bool

GetDeleted returns the Deleted field value

func (*DeleteFilterByIdOutput) GetDeletedOk ¶

func (o *DeleteFilterByIdOutput) GetDeletedOk() (*bool, bool)

GetDeletedOk returns a tuple with the Deleted field value and a boolean to check if the value has been set.

func (DeleteFilterByIdOutput) MarshalJSON ¶

func (o DeleteFilterByIdOutput) MarshalJSON() ([]byte, error)

func (*DeleteFilterByIdOutput) SetDeleted ¶

func (o *DeleteFilterByIdOutput) SetDeleted(v bool)

SetDeleted sets field value

func (DeleteFilterByIdOutput) ToMap ¶

func (o DeleteFilterByIdOutput) ToMap() (map[string]interface{}, error)

type DeleteFunction200Response ¶

type DeleteFunction200Response struct {
	Data *DeleteFunctionV1Output `json:"data,omitempty"`
}

DeleteFunction200Response struct for DeleteFunction200Response

func NewDeleteFunction200Response ¶

func NewDeleteFunction200Response() *DeleteFunction200Response

NewDeleteFunction200Response instantiates a new DeleteFunction200Response 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 NewDeleteFunction200ResponseWithDefaults ¶

func NewDeleteFunction200ResponseWithDefaults() *DeleteFunction200Response

NewDeleteFunction200ResponseWithDefaults instantiates a new DeleteFunction200Response 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 (*DeleteFunction200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteFunction200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteFunction200Response) HasData ¶

func (o *DeleteFunction200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (DeleteFunction200Response) MarshalJSON ¶

func (o DeleteFunction200Response) MarshalJSON() ([]byte, error)

func (*DeleteFunction200Response) SetData ¶

SetData gets a reference to the given DeleteFunctionV1Output and assigns it to the Data field.

func (DeleteFunction200Response) ToMap ¶

func (o DeleteFunction200Response) ToMap() (map[string]interface{}, error)

type DeleteFunctionV1Output ¶

type DeleteFunctionV1Output struct {
	// The status of the operation.
	Status string `json:"status"`
}

DeleteFunctionV1Output Delete a single Function.

func NewDeleteFunctionV1Output ¶

func NewDeleteFunctionV1Output(status string) *DeleteFunctionV1Output

NewDeleteFunctionV1Output instantiates a new DeleteFunctionV1Output 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 NewDeleteFunctionV1OutputWithDefaults ¶

func NewDeleteFunctionV1OutputWithDefaults() *DeleteFunctionV1Output

NewDeleteFunctionV1OutputWithDefaults instantiates a new DeleteFunctionV1Output 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 (*DeleteFunctionV1Output) GetStatus ¶

func (o *DeleteFunctionV1Output) GetStatus() string

GetStatus returns the Status field value

func (*DeleteFunctionV1Output) GetStatusOk ¶

func (o *DeleteFunctionV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteFunctionV1Output) MarshalJSON ¶

func (o DeleteFunctionV1Output) MarshalJSON() ([]byte, error)

func (*DeleteFunctionV1Output) SetStatus ¶

func (o *DeleteFunctionV1Output) SetStatus(v string)

SetStatus sets field value

func (DeleteFunctionV1Output) ToMap ¶

func (o DeleteFunctionV1Output) ToMap() (map[string]interface{}, error)

type DeleteInsertFunctionInstance200Response ¶

type DeleteInsertFunctionInstance200Response struct {
	Data *DeleteInsertFunctionInstanceAlphaOutput `json:"data,omitempty"`
}

DeleteInsertFunctionInstance200Response struct for DeleteInsertFunctionInstance200Response

func NewDeleteInsertFunctionInstance200Response ¶

func NewDeleteInsertFunctionInstance200Response() *DeleteInsertFunctionInstance200Response

NewDeleteInsertFunctionInstance200Response instantiates a new DeleteInsertFunctionInstance200Response 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 NewDeleteInsertFunctionInstance200ResponseWithDefaults ¶

func NewDeleteInsertFunctionInstance200ResponseWithDefaults() *DeleteInsertFunctionInstance200Response

NewDeleteInsertFunctionInstance200ResponseWithDefaults instantiates a new DeleteInsertFunctionInstance200Response 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 (*DeleteInsertFunctionInstance200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteInsertFunctionInstance200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteInsertFunctionInstance200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (DeleteInsertFunctionInstance200Response) MarshalJSON ¶

func (o DeleteInsertFunctionInstance200Response) MarshalJSON() ([]byte, error)

func (*DeleteInsertFunctionInstance200Response) SetData ¶

SetData gets a reference to the given DeleteInsertFunctionInstanceAlphaOutput and assigns it to the Data field.

func (DeleteInsertFunctionInstance200Response) ToMap ¶

func (o DeleteInsertFunctionInstance200Response) ToMap() (map[string]interface{}, error)

type DeleteInsertFunctionInstanceAlphaOutput ¶

type DeleteInsertFunctionInstanceAlphaOutput struct {
	// The status of the operation.
	Status string `json:"status"`
}

DeleteInsertFunctionInstanceAlphaOutput Delete an insert Function instance.

func NewDeleteInsertFunctionInstanceAlphaOutput ¶

func NewDeleteInsertFunctionInstanceAlphaOutput(
	status string,
) *DeleteInsertFunctionInstanceAlphaOutput

NewDeleteInsertFunctionInstanceAlphaOutput instantiates a new DeleteInsertFunctionInstanceAlphaOutput 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 NewDeleteInsertFunctionInstanceAlphaOutputWithDefaults ¶

func NewDeleteInsertFunctionInstanceAlphaOutputWithDefaults() *DeleteInsertFunctionInstanceAlphaOutput

NewDeleteInsertFunctionInstanceAlphaOutputWithDefaults instantiates a new DeleteInsertFunctionInstanceAlphaOutput 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 (*DeleteInsertFunctionInstanceAlphaOutput) GetStatus ¶

GetStatus returns the Status field value

func (*DeleteInsertFunctionInstanceAlphaOutput) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteInsertFunctionInstanceAlphaOutput) MarshalJSON ¶

func (o DeleteInsertFunctionInstanceAlphaOutput) MarshalJSON() ([]byte, error)

func (*DeleteInsertFunctionInstanceAlphaOutput) SetStatus ¶

SetStatus sets field value

func (DeleteInsertFunctionInstanceAlphaOutput) ToMap ¶

func (o DeleteInsertFunctionInstanceAlphaOutput) ToMap() (map[string]interface{}, error)

type DeleteInvites200Response ¶

type DeleteInvites200Response struct {
	Data *DeleteInvitesV1Output `json:"data,omitempty"`
}

DeleteInvites200Response struct for DeleteInvites200Response

func NewDeleteInvites200Response ¶

func NewDeleteInvites200Response() *DeleteInvites200Response

NewDeleteInvites200Response instantiates a new DeleteInvites200Response 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 NewDeleteInvites200ResponseWithDefaults ¶

func NewDeleteInvites200ResponseWithDefaults() *DeleteInvites200Response

NewDeleteInvites200ResponseWithDefaults instantiates a new DeleteInvites200Response 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 (*DeleteInvites200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteInvites200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteInvites200Response) HasData ¶

func (o *DeleteInvites200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (DeleteInvites200Response) MarshalJSON ¶

func (o DeleteInvites200Response) MarshalJSON() ([]byte, error)

func (*DeleteInvites200Response) SetData ¶

SetData gets a reference to the given DeleteInvitesV1Output and assigns it to the Data field.

func (DeleteInvites200Response) ToMap ¶

func (o DeleteInvites200Response) ToMap() (map[string]interface{}, error)

type DeleteInvitesV1Output ¶

type DeleteInvitesV1Output struct {
	// The status of the invite deletion operation.
	Status string `json:"status"`
}

DeleteInvitesV1Output Returns the status of the removal operation.

func NewDeleteInvitesV1Output ¶

func NewDeleteInvitesV1Output(status string) *DeleteInvitesV1Output

NewDeleteInvitesV1Output instantiates a new DeleteInvitesV1Output 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 NewDeleteInvitesV1OutputWithDefaults ¶

func NewDeleteInvitesV1OutputWithDefaults() *DeleteInvitesV1Output

NewDeleteInvitesV1OutputWithDefaults instantiates a new DeleteInvitesV1Output 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 (*DeleteInvitesV1Output) GetStatus ¶

func (o *DeleteInvitesV1Output) GetStatus() string

GetStatus returns the Status field value

func (*DeleteInvitesV1Output) GetStatusOk ¶

func (o *DeleteInvitesV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteInvitesV1Output) MarshalJSON ¶

func (o DeleteInvitesV1Output) MarshalJSON() ([]byte, error)

func (*DeleteInvitesV1Output) SetStatus ¶

func (o *DeleteInvitesV1Output) SetStatus(v string)

SetStatus sets field value

func (DeleteInvitesV1Output) ToMap ¶

func (o DeleteInvitesV1Output) ToMap() (map[string]interface{}, error)

type DeleteLabel200Response ¶

type DeleteLabel200Response struct {
	Data *DeleteLabelV1Output `json:"data,omitempty"`
}

DeleteLabel200Response struct for DeleteLabel200Response

func NewDeleteLabel200Response ¶

func NewDeleteLabel200Response() *DeleteLabel200Response

NewDeleteLabel200Response instantiates a new DeleteLabel200Response 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 NewDeleteLabel200ResponseWithDefaults ¶

func NewDeleteLabel200ResponseWithDefaults() *DeleteLabel200Response

NewDeleteLabel200ResponseWithDefaults instantiates a new DeleteLabel200Response 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 (*DeleteLabel200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteLabel200Response) GetDataOk ¶

func (o *DeleteLabel200Response) GetDataOk() (*DeleteLabelV1Output, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteLabel200Response) HasData ¶

func (o *DeleteLabel200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (DeleteLabel200Response) MarshalJSON ¶

func (o DeleteLabel200Response) MarshalJSON() ([]byte, error)

func (*DeleteLabel200Response) SetData ¶

SetData gets a reference to the given DeleteLabelV1Output and assigns it to the Data field.

func (DeleteLabel200Response) ToMap ¶

func (o DeleteLabel200Response) ToMap() (map[string]interface{}, error)

type DeleteLabel200Response1 ¶

type DeleteLabel200Response1 struct {
	Data *DeleteLabelAlphaOutput `json:"data,omitempty"`
}

DeleteLabel200Response1 struct for DeleteLabel200Response1

func NewDeleteLabel200Response1 ¶

func NewDeleteLabel200Response1() *DeleteLabel200Response1

NewDeleteLabel200Response1 instantiates a new DeleteLabel200Response1 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 NewDeleteLabel200Response1WithDefaults ¶

func NewDeleteLabel200Response1WithDefaults() *DeleteLabel200Response1

NewDeleteLabel200Response1WithDefaults instantiates a new DeleteLabel200Response1 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 (*DeleteLabel200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteLabel200Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteLabel200Response1) HasData ¶

func (o *DeleteLabel200Response1) HasData() bool

HasData returns a boolean if a field has been set.

func (DeleteLabel200Response1) MarshalJSON ¶

func (o DeleteLabel200Response1) MarshalJSON() ([]byte, error)

func (*DeleteLabel200Response1) SetData ¶

SetData gets a reference to the given DeleteLabelAlphaOutput and assigns it to the Data field.

func (DeleteLabel200Response1) ToMap ¶

func (o DeleteLabel200Response1) ToMap() (map[string]interface{}, error)

type DeleteLabelAlphaOutput ¶

type DeleteLabelAlphaOutput struct {
	// The status of the label deletion operation.
	Status string `json:"status"`
}

DeleteLabelAlphaOutput Returns the status of a label deletion.

func NewDeleteLabelAlphaOutput ¶

func NewDeleteLabelAlphaOutput(status string) *DeleteLabelAlphaOutput

NewDeleteLabelAlphaOutput instantiates a new DeleteLabelAlphaOutput 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 NewDeleteLabelAlphaOutputWithDefaults ¶

func NewDeleteLabelAlphaOutputWithDefaults() *DeleteLabelAlphaOutput

NewDeleteLabelAlphaOutputWithDefaults instantiates a new DeleteLabelAlphaOutput 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 (*DeleteLabelAlphaOutput) GetStatus ¶

func (o *DeleteLabelAlphaOutput) GetStatus() string

GetStatus returns the Status field value

func (*DeleteLabelAlphaOutput) GetStatusOk ¶

func (o *DeleteLabelAlphaOutput) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteLabelAlphaOutput) MarshalJSON ¶

func (o DeleteLabelAlphaOutput) MarshalJSON() ([]byte, error)

func (*DeleteLabelAlphaOutput) SetStatus ¶

func (o *DeleteLabelAlphaOutput) SetStatus(v string)

SetStatus sets field value

func (DeleteLabelAlphaOutput) ToMap ¶

func (o DeleteLabelAlphaOutput) ToMap() (map[string]interface{}, error)

type DeleteLabelV1Output ¶

type DeleteLabelV1Output struct {
	// The status of the label deletion operation.
	Status string `json:"status"`
}

DeleteLabelV1Output Returns the status of a label deletion.

func NewDeleteLabelV1Output ¶

func NewDeleteLabelV1Output(status string) *DeleteLabelV1Output

NewDeleteLabelV1Output instantiates a new DeleteLabelV1Output 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 NewDeleteLabelV1OutputWithDefaults ¶

func NewDeleteLabelV1OutputWithDefaults() *DeleteLabelV1Output

NewDeleteLabelV1OutputWithDefaults instantiates a new DeleteLabelV1Output 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 (*DeleteLabelV1Output) GetStatus ¶

func (o *DeleteLabelV1Output) GetStatus() string

GetStatus returns the Status field value

func (*DeleteLabelV1Output) GetStatusOk ¶

func (o *DeleteLabelV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteLabelV1Output) MarshalJSON ¶

func (o DeleteLabelV1Output) MarshalJSON() ([]byte, error)

func (*DeleteLabelV1Output) SetStatus ¶

func (o *DeleteLabelV1Output) SetStatus(v string)

SetStatus sets field value

func (DeleteLabelV1Output) ToMap ¶

func (o DeleteLabelV1Output) ToMap() (map[string]interface{}, error)

type DeleteRegulation200Response ¶

type DeleteRegulation200Response struct {
	Data *DeleteRegulationV1Output `json:"data,omitempty"`
}

DeleteRegulation200Response struct for DeleteRegulation200Response

func NewDeleteRegulation200Response ¶

func NewDeleteRegulation200Response() *DeleteRegulation200Response

NewDeleteRegulation200Response instantiates a new DeleteRegulation200Response 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 NewDeleteRegulation200ResponseWithDefaults ¶

func NewDeleteRegulation200ResponseWithDefaults() *DeleteRegulation200Response

NewDeleteRegulation200ResponseWithDefaults instantiates a new DeleteRegulation200Response 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 (*DeleteRegulation200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteRegulation200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteRegulation200Response) HasData ¶

func (o *DeleteRegulation200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (DeleteRegulation200Response) MarshalJSON ¶

func (o DeleteRegulation200Response) MarshalJSON() ([]byte, error)

func (*DeleteRegulation200Response) SetData ¶

SetData gets a reference to the given DeleteRegulationV1Output and assigns it to the Data field.

func (DeleteRegulation200Response) ToMap ¶

func (o DeleteRegulation200Response) ToMap() (map[string]interface{}, error)

type DeleteRegulationV1Output ¶

type DeleteRegulationV1Output struct {
	// The status of the deletion call.
	Status string `json:"status"`
}

DeleteRegulationV1Output The output of the delete regulation call.

func NewDeleteRegulationV1Output ¶

func NewDeleteRegulationV1Output(status string) *DeleteRegulationV1Output

NewDeleteRegulationV1Output instantiates a new DeleteRegulationV1Output 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 NewDeleteRegulationV1OutputWithDefaults ¶

func NewDeleteRegulationV1OutputWithDefaults() *DeleteRegulationV1Output

NewDeleteRegulationV1OutputWithDefaults instantiates a new DeleteRegulationV1Output 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 (*DeleteRegulationV1Output) GetStatus ¶

func (o *DeleteRegulationV1Output) GetStatus() string

GetStatus returns the Status field value

func (*DeleteRegulationV1Output) GetStatusOk ¶

func (o *DeleteRegulationV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteRegulationV1Output) MarshalJSON ¶

func (o DeleteRegulationV1Output) MarshalJSON() ([]byte, error)

func (*DeleteRegulationV1Output) SetStatus ¶

func (o *DeleteRegulationV1Output) SetStatus(v string)

SetStatus sets field value

func (DeleteRegulationV1Output) ToMap ¶

func (o DeleteRegulationV1Output) ToMap() (map[string]interface{}, error)

type DeleteReverseEtlModel200Response ¶

type DeleteReverseEtlModel200Response struct {
	Data *DeleteReverseEtlModelOutput `json:"data,omitempty"`
}

DeleteReverseEtlModel200Response struct for DeleteReverseEtlModel200Response

func NewDeleteReverseEtlModel200Response ¶

func NewDeleteReverseEtlModel200Response() *DeleteReverseEtlModel200Response

NewDeleteReverseEtlModel200Response instantiates a new DeleteReverseEtlModel200Response 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 NewDeleteReverseEtlModel200ResponseWithDefaults ¶

func NewDeleteReverseEtlModel200ResponseWithDefaults() *DeleteReverseEtlModel200Response

NewDeleteReverseEtlModel200ResponseWithDefaults instantiates a new DeleteReverseEtlModel200Response 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 (*DeleteReverseEtlModel200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteReverseEtlModel200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteReverseEtlModel200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (DeleteReverseEtlModel200Response) MarshalJSON ¶

func (o DeleteReverseEtlModel200Response) MarshalJSON() ([]byte, error)

func (*DeleteReverseEtlModel200Response) SetData ¶

SetData gets a reference to the given DeleteReverseEtlModelOutput and assigns it to the Data field.

func (DeleteReverseEtlModel200Response) ToMap ¶

func (o DeleteReverseEtlModel200Response) ToMap() (map[string]interface{}, error)

type DeleteReverseEtlModelOutput ¶

type DeleteReverseEtlModelOutput struct {
	// The result of the deletion.
	Status string `json:"status"`
}

DeleteReverseEtlModelOutput Defines the result of getting a Model.

func NewDeleteReverseEtlModelOutput ¶

func NewDeleteReverseEtlModelOutput(status string) *DeleteReverseEtlModelOutput

NewDeleteReverseEtlModelOutput instantiates a new DeleteReverseEtlModelOutput 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 NewDeleteReverseEtlModelOutputWithDefaults ¶

func NewDeleteReverseEtlModelOutputWithDefaults() *DeleteReverseEtlModelOutput

NewDeleteReverseEtlModelOutputWithDefaults instantiates a new DeleteReverseEtlModelOutput 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 (*DeleteReverseEtlModelOutput) GetStatus ¶

func (o *DeleteReverseEtlModelOutput) GetStatus() string

GetStatus returns the Status field value

func (*DeleteReverseEtlModelOutput) GetStatusOk ¶

func (o *DeleteReverseEtlModelOutput) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteReverseEtlModelOutput) MarshalJSON ¶

func (o DeleteReverseEtlModelOutput) MarshalJSON() ([]byte, error)

func (*DeleteReverseEtlModelOutput) SetStatus ¶

func (o *DeleteReverseEtlModelOutput) SetStatus(v string)

SetStatus sets field value

func (DeleteReverseEtlModelOutput) ToMap ¶

func (o DeleteReverseEtlModelOutput) ToMap() (map[string]interface{}, error)

type DeleteSource200Response ¶

type DeleteSource200Response struct {
	Data *DeleteSourceV1Output `json:"data,omitempty"`
}

DeleteSource200Response struct for DeleteSource200Response

func NewDeleteSource200Response ¶

func NewDeleteSource200Response() *DeleteSource200Response

NewDeleteSource200Response instantiates a new DeleteSource200Response 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 NewDeleteSource200ResponseWithDefaults ¶

func NewDeleteSource200ResponseWithDefaults() *DeleteSource200Response

NewDeleteSource200ResponseWithDefaults instantiates a new DeleteSource200Response 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 (*DeleteSource200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteSource200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteSource200Response) HasData ¶

func (o *DeleteSource200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (DeleteSource200Response) MarshalJSON ¶

func (o DeleteSource200Response) MarshalJSON() ([]byte, error)

func (*DeleteSource200Response) SetData ¶

SetData gets a reference to the given DeleteSourceV1Output and assigns it to the Data field.

func (DeleteSource200Response) ToMap ¶

func (o DeleteSource200Response) ToMap() (map[string]interface{}, error)

type DeleteSource200Response1 ¶

type DeleteSource200Response1 struct {
	Data *DeleteSourceAlphaOutput `json:"data,omitempty"`
}

DeleteSource200Response1 struct for DeleteSource200Response1

func NewDeleteSource200Response1 ¶

func NewDeleteSource200Response1() *DeleteSource200Response1

NewDeleteSource200Response1 instantiates a new DeleteSource200Response1 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 NewDeleteSource200Response1WithDefaults ¶

func NewDeleteSource200Response1WithDefaults() *DeleteSource200Response1

NewDeleteSource200Response1WithDefaults instantiates a new DeleteSource200Response1 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 (*DeleteSource200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteSource200Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteSource200Response1) HasData ¶

func (o *DeleteSource200Response1) HasData() bool

HasData returns a boolean if a field has been set.

func (DeleteSource200Response1) MarshalJSON ¶

func (o DeleteSource200Response1) MarshalJSON() ([]byte, error)

func (*DeleteSource200Response1) SetData ¶

SetData gets a reference to the given DeleteSourceAlphaOutput and assigns it to the Data field.

func (DeleteSource200Response1) ToMap ¶

func (o DeleteSource200Response1) ToMap() (map[string]interface{}, error)

type DeleteSourceAlphaOutput ¶

type DeleteSourceAlphaOutput struct {
	// The status of the Source deletion operation.
	Status string `json:"status"`
}

DeleteSourceAlphaOutput Returns the status of a Source deletion.

func NewDeleteSourceAlphaOutput ¶

func NewDeleteSourceAlphaOutput(status string) *DeleteSourceAlphaOutput

NewDeleteSourceAlphaOutput instantiates a new DeleteSourceAlphaOutput 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 NewDeleteSourceAlphaOutputWithDefaults ¶

func NewDeleteSourceAlphaOutputWithDefaults() *DeleteSourceAlphaOutput

NewDeleteSourceAlphaOutputWithDefaults instantiates a new DeleteSourceAlphaOutput 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 (*DeleteSourceAlphaOutput) GetStatus ¶

func (o *DeleteSourceAlphaOutput) GetStatus() string

GetStatus returns the Status field value

func (*DeleteSourceAlphaOutput) GetStatusOk ¶

func (o *DeleteSourceAlphaOutput) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteSourceAlphaOutput) MarshalJSON ¶

func (o DeleteSourceAlphaOutput) MarshalJSON() ([]byte, error)

func (*DeleteSourceAlphaOutput) SetStatus ¶

func (o *DeleteSourceAlphaOutput) SetStatus(v string)

SetStatus sets field value

func (DeleteSourceAlphaOutput) ToMap ¶

func (o DeleteSourceAlphaOutput) ToMap() (map[string]interface{}, error)

type DeleteSourceV1Output ¶

type DeleteSourceV1Output struct {
	// The status of the Source deletion operation.
	Status string `json:"status"`
}

DeleteSourceV1Output Returns the status of a Source deletion.

func NewDeleteSourceV1Output ¶

func NewDeleteSourceV1Output(status string) *DeleteSourceV1Output

NewDeleteSourceV1Output instantiates a new DeleteSourceV1Output 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 NewDeleteSourceV1OutputWithDefaults ¶

func NewDeleteSourceV1OutputWithDefaults() *DeleteSourceV1Output

NewDeleteSourceV1OutputWithDefaults instantiates a new DeleteSourceV1Output 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 (*DeleteSourceV1Output) GetStatus ¶

func (o *DeleteSourceV1Output) GetStatus() string

GetStatus returns the Status field value

func (*DeleteSourceV1Output) GetStatusOk ¶

func (o *DeleteSourceV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteSourceV1Output) MarshalJSON ¶

func (o DeleteSourceV1Output) MarshalJSON() ([]byte, error)

func (*DeleteSourceV1Output) SetStatus ¶

func (o *DeleteSourceV1Output) SetStatus(v string)

SetStatus sets field value

func (DeleteSourceV1Output) ToMap ¶

func (o DeleteSourceV1Output) ToMap() (map[string]interface{}, error)

type DeleteTrackingPlan200Response ¶

type DeleteTrackingPlan200Response struct {
	Data *DeleteTrackingPlanV1Output `json:"data,omitempty"`
}

DeleteTrackingPlan200Response struct for DeleteTrackingPlan200Response

func NewDeleteTrackingPlan200Response ¶

func NewDeleteTrackingPlan200Response() *DeleteTrackingPlan200Response

NewDeleteTrackingPlan200Response instantiates a new DeleteTrackingPlan200Response 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 NewDeleteTrackingPlan200ResponseWithDefaults ¶

func NewDeleteTrackingPlan200ResponseWithDefaults() *DeleteTrackingPlan200Response

NewDeleteTrackingPlan200ResponseWithDefaults instantiates a new DeleteTrackingPlan200Response 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 (*DeleteTrackingPlan200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteTrackingPlan200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteTrackingPlan200Response) HasData ¶

func (o *DeleteTrackingPlan200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (DeleteTrackingPlan200Response) MarshalJSON ¶

func (o DeleteTrackingPlan200Response) MarshalJSON() ([]byte, error)

func (*DeleteTrackingPlan200Response) SetData ¶

SetData gets a reference to the given DeleteTrackingPlanV1Output and assigns it to the Data field.

func (DeleteTrackingPlan200Response) ToMap ¶

func (o DeleteTrackingPlan200Response) ToMap() (map[string]interface{}, error)

type DeleteTrackingPlanV1Output ¶

type DeleteTrackingPlanV1Output struct {
	// The operation status.
	Status string `json:"status"`
}

DeleteTrackingPlanV1Output Result of a DeleteTrackingPlan call.

func NewDeleteTrackingPlanV1Output ¶

func NewDeleteTrackingPlanV1Output(status string) *DeleteTrackingPlanV1Output

NewDeleteTrackingPlanV1Output instantiates a new DeleteTrackingPlanV1Output 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 NewDeleteTrackingPlanV1OutputWithDefaults ¶

func NewDeleteTrackingPlanV1OutputWithDefaults() *DeleteTrackingPlanV1Output

NewDeleteTrackingPlanV1OutputWithDefaults instantiates a new DeleteTrackingPlanV1Output 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 (*DeleteTrackingPlanV1Output) GetStatus ¶

func (o *DeleteTrackingPlanV1Output) GetStatus() string

GetStatus returns the Status field value

func (*DeleteTrackingPlanV1Output) GetStatusOk ¶

func (o *DeleteTrackingPlanV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteTrackingPlanV1Output) MarshalJSON ¶

func (o DeleteTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*DeleteTrackingPlanV1Output) SetStatus ¶

func (o *DeleteTrackingPlanV1Output) SetStatus(v string)

SetStatus sets field value

func (DeleteTrackingPlanV1Output) ToMap ¶

func (o DeleteTrackingPlanV1Output) ToMap() (map[string]interface{}, error)

type DeleteTransformation200Response ¶

type DeleteTransformation200Response struct {
	Data *DeleteTransformationV1Output `json:"data,omitempty"`
}

DeleteTransformation200Response struct for DeleteTransformation200Response

func NewDeleteTransformation200Response ¶

func NewDeleteTransformation200Response() *DeleteTransformation200Response

NewDeleteTransformation200Response instantiates a new DeleteTransformation200Response 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 NewDeleteTransformation200ResponseWithDefaults ¶

func NewDeleteTransformation200ResponseWithDefaults() *DeleteTransformation200Response

NewDeleteTransformation200ResponseWithDefaults instantiates a new DeleteTransformation200Response 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 (*DeleteTransformation200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteTransformation200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteTransformation200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (DeleteTransformation200Response) MarshalJSON ¶

func (o DeleteTransformation200Response) MarshalJSON() ([]byte, error)

func (*DeleteTransformation200Response) SetData ¶

SetData gets a reference to the given DeleteTransformationV1Output and assigns it to the Data field.

func (DeleteTransformation200Response) ToMap ¶

func (o DeleteTransformation200Response) ToMap() (map[string]interface{}, error)

type DeleteTransformationBetaInput ¶

type DeleteTransformationBetaInput struct {
	// The Transformation id.
	TransformationId string `json:"transformationId"`
}

DeleteTransformationBetaInput The input of delete Transformation.

func NewDeleteTransformationBetaInput ¶

func NewDeleteTransformationBetaInput(transformationId string) *DeleteTransformationBetaInput

NewDeleteTransformationBetaInput instantiates a new DeleteTransformationBetaInput 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 NewDeleteTransformationBetaInputWithDefaults ¶

func NewDeleteTransformationBetaInputWithDefaults() *DeleteTransformationBetaInput

NewDeleteTransformationBetaInputWithDefaults instantiates a new DeleteTransformationBetaInput 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 (*DeleteTransformationBetaInput) GetTransformationId ¶

func (o *DeleteTransformationBetaInput) GetTransformationId() string

GetTransformationId returns the TransformationId field value

func (*DeleteTransformationBetaInput) GetTransformationIdOk ¶

func (o *DeleteTransformationBetaInput) GetTransformationIdOk() (*string, bool)

GetTransformationIdOk returns a tuple with the TransformationId field value and a boolean to check if the value has been set.

func (DeleteTransformationBetaInput) MarshalJSON ¶

func (o DeleteTransformationBetaInput) MarshalJSON() ([]byte, error)

func (*DeleteTransformationBetaInput) SetTransformationId ¶

func (o *DeleteTransformationBetaInput) SetTransformationId(v string)

SetTransformationId sets field value

func (DeleteTransformationBetaInput) ToMap ¶

func (o DeleteTransformationBetaInput) ToMap() (map[string]interface{}, error)

type DeleteTransformationBetaOutput ¶

type DeleteTransformationBetaOutput struct {
	// The operation status.
	Status string `json:"status"`
}

DeleteTransformationBetaOutput The output of delete Transformation.

func NewDeleteTransformationBetaOutput ¶

func NewDeleteTransformationBetaOutput(status string) *DeleteTransformationBetaOutput

NewDeleteTransformationBetaOutput instantiates a new DeleteTransformationBetaOutput 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 NewDeleteTransformationBetaOutputWithDefaults ¶

func NewDeleteTransformationBetaOutputWithDefaults() *DeleteTransformationBetaOutput

NewDeleteTransformationBetaOutputWithDefaults instantiates a new DeleteTransformationBetaOutput 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 (*DeleteTransformationBetaOutput) GetStatus ¶

func (o *DeleteTransformationBetaOutput) GetStatus() string

GetStatus returns the Status field value

func (*DeleteTransformationBetaOutput) GetStatusOk ¶

func (o *DeleteTransformationBetaOutput) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteTransformationBetaOutput) MarshalJSON ¶

func (o DeleteTransformationBetaOutput) MarshalJSON() ([]byte, error)

func (*DeleteTransformationBetaOutput) SetStatus ¶

func (o *DeleteTransformationBetaOutput) SetStatus(v string)

SetStatus sets field value

func (DeleteTransformationBetaOutput) ToMap ¶

func (o DeleteTransformationBetaOutput) ToMap() (map[string]interface{}, error)

type DeleteTransformationV1Output ¶

type DeleteTransformationV1Output struct {
	// The operation status.
	Status string `json:"status"`
}

DeleteTransformationV1Output The output of delete Transformation.

func NewDeleteTransformationV1Output ¶

func NewDeleteTransformationV1Output(status string) *DeleteTransformationV1Output

NewDeleteTransformationV1Output instantiates a new DeleteTransformationV1Output 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 NewDeleteTransformationV1OutputWithDefaults ¶

func NewDeleteTransformationV1OutputWithDefaults() *DeleteTransformationV1Output

NewDeleteTransformationV1OutputWithDefaults instantiates a new DeleteTransformationV1Output 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 (*DeleteTransformationV1Output) GetStatus ¶

func (o *DeleteTransformationV1Output) GetStatus() string

GetStatus returns the Status field value

func (*DeleteTransformationV1Output) GetStatusOk ¶

func (o *DeleteTransformationV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteTransformationV1Output) MarshalJSON ¶

func (o DeleteTransformationV1Output) MarshalJSON() ([]byte, error)

func (*DeleteTransformationV1Output) SetStatus ¶

func (o *DeleteTransformationV1Output) SetStatus(v string)

SetStatus sets field value

func (DeleteTransformationV1Output) ToMap ¶

func (o DeleteTransformationV1Output) ToMap() (map[string]interface{}, error)

type DeleteUserGroup200Response ¶

type DeleteUserGroup200Response struct {
	Data *DeleteUserGroupV1Output `json:"data,omitempty"`
}

DeleteUserGroup200Response struct for DeleteUserGroup200Response

func NewDeleteUserGroup200Response ¶

func NewDeleteUserGroup200Response() *DeleteUserGroup200Response

NewDeleteUserGroup200Response instantiates a new DeleteUserGroup200Response 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 NewDeleteUserGroup200ResponseWithDefaults ¶

func NewDeleteUserGroup200ResponseWithDefaults() *DeleteUserGroup200Response

NewDeleteUserGroup200ResponseWithDefaults instantiates a new DeleteUserGroup200Response 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 (*DeleteUserGroup200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteUserGroup200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteUserGroup200Response) HasData ¶

func (o *DeleteUserGroup200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (DeleteUserGroup200Response) MarshalJSON ¶

func (o DeleteUserGroup200Response) MarshalJSON() ([]byte, error)

func (*DeleteUserGroup200Response) SetData ¶

SetData gets a reference to the given DeleteUserGroupV1Output and assigns it to the Data field.

func (DeleteUserGroup200Response) ToMap ¶

func (o DeleteUserGroup200Response) ToMap() (map[string]interface{}, error)

type DeleteUserGroupV1Output ¶

type DeleteUserGroupV1Output struct {
	// A flag indicating the status of a successful deletion operation.
	Status string `json:"status"`
}

DeleteUserGroupV1Output Returns the status of the completed deletion operation.

func NewDeleteUserGroupV1Output ¶

func NewDeleteUserGroupV1Output(status string) *DeleteUserGroupV1Output

NewDeleteUserGroupV1Output instantiates a new DeleteUserGroupV1Output 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 NewDeleteUserGroupV1OutputWithDefaults ¶

func NewDeleteUserGroupV1OutputWithDefaults() *DeleteUserGroupV1Output

NewDeleteUserGroupV1OutputWithDefaults instantiates a new DeleteUserGroupV1Output 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 (*DeleteUserGroupV1Output) GetStatus ¶

func (o *DeleteUserGroupV1Output) GetStatus() string

GetStatus returns the Status field value

func (*DeleteUserGroupV1Output) GetStatusOk ¶

func (o *DeleteUserGroupV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteUserGroupV1Output) MarshalJSON ¶

func (o DeleteUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*DeleteUserGroupV1Output) SetStatus ¶

func (o *DeleteUserGroupV1Output) SetStatus(v string)

SetStatus sets field value

func (DeleteUserGroupV1Output) ToMap ¶

func (o DeleteUserGroupV1Output) ToMap() (map[string]interface{}, error)

type DeleteUsers200Response ¶

type DeleteUsers200Response struct {
	Data *DeleteUsersV1Output `json:"data,omitempty"`
}

DeleteUsers200Response struct for DeleteUsers200Response

func NewDeleteUsers200Response ¶

func NewDeleteUsers200Response() *DeleteUsers200Response

NewDeleteUsers200Response instantiates a new DeleteUsers200Response 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 NewDeleteUsers200ResponseWithDefaults ¶

func NewDeleteUsers200ResponseWithDefaults() *DeleteUsers200Response

NewDeleteUsers200ResponseWithDefaults instantiates a new DeleteUsers200Response 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 (*DeleteUsers200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteUsers200Response) GetDataOk ¶

func (o *DeleteUsers200Response) GetDataOk() (*DeleteUsersV1Output, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteUsers200Response) HasData ¶

func (o *DeleteUsers200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (DeleteUsers200Response) MarshalJSON ¶

func (o DeleteUsers200Response) MarshalJSON() ([]byte, error)

func (*DeleteUsers200Response) SetData ¶

SetData gets a reference to the given DeleteUsersV1Output and assigns it to the Data field.

func (DeleteUsers200Response) ToMap ¶

func (o DeleteUsers200Response) ToMap() (map[string]interface{}, error)

type DeleteUsersV1Output ¶

type DeleteUsersV1Output struct {
	// A flag that indicates the status of a successful deletion operation.
	Status string `json:"status"`
}

DeleteUsersV1Output Returns the status of the removal operation.

func NewDeleteUsersV1Output ¶

func NewDeleteUsersV1Output(status string) *DeleteUsersV1Output

NewDeleteUsersV1Output instantiates a new DeleteUsersV1Output 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 NewDeleteUsersV1OutputWithDefaults ¶

func NewDeleteUsersV1OutputWithDefaults() *DeleteUsersV1Output

NewDeleteUsersV1OutputWithDefaults instantiates a new DeleteUsersV1Output 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 (*DeleteUsersV1Output) GetStatus ¶

func (o *DeleteUsersV1Output) GetStatus() string

GetStatus returns the Status field value

func (*DeleteUsersV1Output) GetStatusOk ¶

func (o *DeleteUsersV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteUsersV1Output) MarshalJSON ¶

func (o DeleteUsersV1Output) MarshalJSON() ([]byte, error)

func (*DeleteUsersV1Output) SetStatus ¶

func (o *DeleteUsersV1Output) SetStatus(v string)

SetStatus sets field value

func (DeleteUsersV1Output) ToMap ¶

func (o DeleteUsersV1Output) ToMap() (map[string]interface{}, error)

type DeleteWarehouse200Response ¶

type DeleteWarehouse200Response struct {
	Data *DeleteWarehouseV1Output `json:"data,omitempty"`
}

DeleteWarehouse200Response struct for DeleteWarehouse200Response

func NewDeleteWarehouse200Response ¶

func NewDeleteWarehouse200Response() *DeleteWarehouse200Response

NewDeleteWarehouse200Response instantiates a new DeleteWarehouse200Response 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 NewDeleteWarehouse200ResponseWithDefaults ¶

func NewDeleteWarehouse200ResponseWithDefaults() *DeleteWarehouse200Response

NewDeleteWarehouse200ResponseWithDefaults instantiates a new DeleteWarehouse200Response 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 (*DeleteWarehouse200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DeleteWarehouse200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeleteWarehouse200Response) HasData ¶

func (o *DeleteWarehouse200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (DeleteWarehouse200Response) MarshalJSON ¶

func (o DeleteWarehouse200Response) MarshalJSON() ([]byte, error)

func (*DeleteWarehouse200Response) SetData ¶

SetData gets a reference to the given DeleteWarehouseV1Output and assigns it to the Data field.

func (DeleteWarehouse200Response) ToMap ¶

func (o DeleteWarehouse200Response) ToMap() (map[string]interface{}, error)

type DeleteWarehouseV1Output ¶

type DeleteWarehouseV1Output struct {
	// The status of the Warehouse deletion operation.
	Status string `json:"status"`
}

DeleteWarehouseV1Output Returns the status of a Warehouse deletion.

func NewDeleteWarehouseV1Output ¶

func NewDeleteWarehouseV1Output(status string) *DeleteWarehouseV1Output

NewDeleteWarehouseV1Output instantiates a new DeleteWarehouseV1Output 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 NewDeleteWarehouseV1OutputWithDefaults ¶

func NewDeleteWarehouseV1OutputWithDefaults() *DeleteWarehouseV1Output

NewDeleteWarehouseV1OutputWithDefaults instantiates a new DeleteWarehouseV1Output 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 (*DeleteWarehouseV1Output) GetStatus ¶

func (o *DeleteWarehouseV1Output) GetStatus() string

GetStatus returns the Status field value

func (*DeleteWarehouseV1Output) GetStatusOk ¶

func (o *DeleteWarehouseV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DeleteWarehouseV1Output) MarshalJSON ¶

func (o DeleteWarehouseV1Output) MarshalJSON() ([]byte, error)

func (*DeleteWarehouseV1Output) SetStatus ¶

func (o *DeleteWarehouseV1Output) SetStatus(v string)

SetStatus sets field value

func (DeleteWarehouseV1Output) ToMap ¶

func (o DeleteWarehouseV1Output) ToMap() (map[string]interface{}, error)

type DeletionAndSuppressionAPIService ¶

type DeletionAndSuppressionAPIService service

DeletionAndSuppressionAPIService DeletionAndSuppressionAPI service

func (*DeletionAndSuppressionAPIService) CreateCloudSourceRegulation ¶

func (a *DeletionAndSuppressionAPIService) CreateCloudSourceRegulation(
	ctx context.Context,
	sourceId string,
) ApiCreateCloudSourceRegulationRequest

CreateCloudSourceRegulation Create Cloud Source Regulation

Creates a Source-scoped regulation.

Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment

     Config API omitted fields:

- `attributes`, - `userAgent`

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiCreateCloudSourceRegulationRequest

func (*DeletionAndSuppressionAPIService) CreateCloudSourceRegulationExecute ¶

Execute executes the request

@return CreateCloudSourceRegulation200Response

func (*DeletionAndSuppressionAPIService) CreateSourceRegulation ¶

func (a *DeletionAndSuppressionAPIService) CreateSourceRegulation(
	ctx context.Context,
	sourceId string,
) ApiCreateSourceRegulationRequest

CreateSourceRegulation Create Source Regulation

Creates a Source-scoped regulation.

Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment

• When called, this endpoint may generate the `Source Regulation Created` event in the [audit trail](/tag/Audit-Trail).

Config API omitted fields: - `attributes`, - `userAgent`

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiCreateSourceRegulationRequest

func (*DeletionAndSuppressionAPIService) CreateSourceRegulationExecute ¶

Execute executes the request

@return CreateSourceRegulation200Response

func (*DeletionAndSuppressionAPIService) CreateWorkspaceRegulation ¶

CreateWorkspaceRegulation Create Workspace Regulation

Creates a Workspace-scoped regulation.

• When called, this endpoint may generate the `Workspace Regulation Created` event in the [audit trail](/tag/Audit-Trail).

Config API omitted fields: - `attributes`, - `userAgent`

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateWorkspaceRegulationRequest

func (*DeletionAndSuppressionAPIService) CreateWorkspaceRegulationExecute ¶

Execute executes the request

@return CreateWorkspaceRegulation200Response

func (*DeletionAndSuppressionAPIService) DeleteRegulation ¶

func (a *DeletionAndSuppressionAPIService) DeleteRegulation(
	ctx context.Context,
	regulateId string,
) ApiDeleteRegulationRequest

DeleteRegulation Delete Regulation

Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted.

• When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail).

**DEPRECATED**: this endpoint has been deprecated according to the guidelines, and may experience reduced SLA guarantees.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param regulateId
@return ApiDeleteRegulationRequest

Deprecated

func (*DeletionAndSuppressionAPIService) DeleteRegulationExecute ¶

Execute executes the request

@return DeleteRegulation200Response

Deprecated

func (*DeletionAndSuppressionAPIService) GetRegulation ¶

func (a *DeletionAndSuppressionAPIService) GetRegulation(
	ctx context.Context,
	regulateId string,
) ApiGetRegulationRequest

GetRegulation Get Regulation

Gets a regulation from the Workspace.

Config API omitted fields:

- `parent`

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param regulateId
@return ApiGetRegulationRequest

func (*DeletionAndSuppressionAPIService) GetRegulationExecute ¶

Execute executes the request

@return GetRegulation200Response

func (*DeletionAndSuppressionAPIService) ListRegulationsFromSource ¶

func (a *DeletionAndSuppressionAPIService) ListRegulationsFromSource(
	ctx context.Context,
	sourceId string,
) ApiListRegulationsFromSourceRequest

ListRegulationsFromSource List Regulations from Source

Lists all Source-scoped regulations.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiListRegulationsFromSourceRequest

func (*DeletionAndSuppressionAPIService) ListRegulationsFromSourceExecute ¶

Execute executes the request

@return ListRegulationsFromSource200Response

func (*DeletionAndSuppressionAPIService) ListSuppressions ¶

ListSuppressions List Suppressions

Lists all suppressions in a given Workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSuppressionsRequest

func (*DeletionAndSuppressionAPIService) ListSuppressionsExecute ¶

Execute executes the request

@return ListSuppressions200Response

func (*DeletionAndSuppressionAPIService) ListWorkspaceRegulations ¶

ListWorkspaceRegulations List Workspace Regulations

Lists all Workspace-scoped regulations.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListWorkspaceRegulationsRequest

func (*DeletionAndSuppressionAPIService) ListWorkspaceRegulationsExecute ¶

Execute executes the request

@return ListWorkspaceRegulations200Response

type DeliveryMetricsSummaryBeta ¶

type DeliveryMetricsSummaryBeta struct {
	// The Source id.  Config API note: analogous to `parent`.
	SourceId string `json:"sourceId"`
	// The Destination metadata id.
	DestinationMetadataId string `json:"destinationMetadataId"`
	// The summary of event delivery metrics for the requested Destination.
	Metrics []MetricBeta `json:"metrics"`
}

DeliveryMetricsSummaryBeta Defines the summary of delivery metrics for a Destination.

func NewDeliveryMetricsSummaryBeta ¶

func NewDeliveryMetricsSummaryBeta(
	sourceId string,
	destinationMetadataId string,
	metrics []MetricBeta,
) *DeliveryMetricsSummaryBeta

NewDeliveryMetricsSummaryBeta instantiates a new DeliveryMetricsSummaryBeta 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 NewDeliveryMetricsSummaryBetaWithDefaults ¶

func NewDeliveryMetricsSummaryBetaWithDefaults() *DeliveryMetricsSummaryBeta

NewDeliveryMetricsSummaryBetaWithDefaults instantiates a new DeliveryMetricsSummaryBeta 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 (*DeliveryMetricsSummaryBeta) GetDestinationMetadataId ¶

func (o *DeliveryMetricsSummaryBeta) GetDestinationMetadataId() string

GetDestinationMetadataId returns the DestinationMetadataId field value

func (*DeliveryMetricsSummaryBeta) GetDestinationMetadataIdOk ¶

func (o *DeliveryMetricsSummaryBeta) GetDestinationMetadataIdOk() (*string, bool)

GetDestinationMetadataIdOk returns a tuple with the DestinationMetadataId field value and a boolean to check if the value has been set.

func (*DeliveryMetricsSummaryBeta) GetMetrics ¶

func (o *DeliveryMetricsSummaryBeta) GetMetrics() []MetricBeta

GetMetrics returns the Metrics field value

func (*DeliveryMetricsSummaryBeta) GetMetricsOk ¶

func (o *DeliveryMetricsSummaryBeta) GetMetricsOk() ([]MetricBeta, bool)

GetMetricsOk returns a tuple with the Metrics field value and a boolean to check if the value has been set.

func (*DeliveryMetricsSummaryBeta) GetSourceId ¶

func (o *DeliveryMetricsSummaryBeta) GetSourceId() string

GetSourceId returns the SourceId field value

func (*DeliveryMetricsSummaryBeta) GetSourceIdOk ¶

func (o *DeliveryMetricsSummaryBeta) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (DeliveryMetricsSummaryBeta) MarshalJSON ¶

func (o DeliveryMetricsSummaryBeta) MarshalJSON() ([]byte, error)

func (*DeliveryMetricsSummaryBeta) SetDestinationMetadataId ¶

func (o *DeliveryMetricsSummaryBeta) SetDestinationMetadataId(v string)

SetDestinationMetadataId sets field value

func (*DeliveryMetricsSummaryBeta) SetMetrics ¶

func (o *DeliveryMetricsSummaryBeta) SetMetrics(v []MetricBeta)

SetMetrics sets field value

func (*DeliveryMetricsSummaryBeta) SetSourceId ¶

func (o *DeliveryMetricsSummaryBeta) SetSourceId(v string)

SetSourceId sets field value

func (DeliveryMetricsSummaryBeta) ToMap ¶

func (o DeliveryMetricsSummaryBeta) ToMap() (map[string]interface{}, error)

type DeliveryOverviewAPIService ¶

type DeliveryOverviewAPIService service

DeliveryOverviewAPIService DeliveryOverviewAPI service

func (*DeliveryOverviewAPIService) GetEgressFailedMetricsFromDeliveryOverview ¶

func (a *DeliveryOverviewAPIService) GetEgressFailedMetricsFromDeliveryOverview(
	ctx context.Context,
) ApiGetEgressFailedMetricsFromDeliveryOverviewRequest

GetEgressFailedMetricsFromDeliveryOverview Get Egress Failed Metrics from Delivery Overview

Get events that failed to be delivered to Destination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetEgressFailedMetricsFromDeliveryOverviewRequest

func (*DeliveryOverviewAPIService) GetEgressFailedMetricsFromDeliveryOverviewExecute ¶

Execute executes the request

@return GetEgressFailedMetricsFromDeliveryOverview200Response

func (*DeliveryOverviewAPIService) GetEgressSuccessMetricsFromDeliveryOverview ¶

func (a *DeliveryOverviewAPIService) GetEgressSuccessMetricsFromDeliveryOverview(
	ctx context.Context,
) ApiGetEgressSuccessMetricsFromDeliveryOverviewRequest

GetEgressSuccessMetricsFromDeliveryOverview Get Egress Success Metrics from Delivery Overview

Get events successfully delivered to Destination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetEgressSuccessMetricsFromDeliveryOverviewRequest

func (*DeliveryOverviewAPIService) GetEgressSuccessMetricsFromDeliveryOverviewExecute ¶

Execute executes the request

@return GetEgressFailedMetricsFromDeliveryOverview200Response

func (*DeliveryOverviewAPIService) GetFilteredAtDestinationMetricsFromDeliveryOverview ¶

func (a *DeliveryOverviewAPIService) GetFilteredAtDestinationMetricsFromDeliveryOverview(
	ctx context.Context,
) ApiGetFilteredAtDestinationMetricsFromDeliveryOverviewRequest

GetFilteredAtDestinationMetricsFromDeliveryOverview Get Filtered At Destination Metrics from Delivery Overview

Get events that were filtered at Destination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetFilteredAtDestinationMetricsFromDeliveryOverviewRequest

func (*DeliveryOverviewAPIService) GetFilteredAtDestinationMetricsFromDeliveryOverviewExecute ¶

Execute executes the request

@return GetEgressFailedMetricsFromDeliveryOverview200Response

func (*DeliveryOverviewAPIService) GetFilteredAtSourceMetricsFromDeliveryOverview ¶

func (a *DeliveryOverviewAPIService) GetFilteredAtSourceMetricsFromDeliveryOverview(
	ctx context.Context,
) ApiGetFilteredAtSourceMetricsFromDeliveryOverviewRequest

GetFilteredAtSourceMetricsFromDeliveryOverview Get Filtered At Source Metrics from Delivery Overview

Get events that were filtered at Source.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetFilteredAtSourceMetricsFromDeliveryOverviewRequest

func (*DeliveryOverviewAPIService) GetFilteredAtSourceMetricsFromDeliveryOverviewExecute ¶

Execute executes the request

@return GetEgressFailedMetricsFromDeliveryOverview200Response

func (*DeliveryOverviewAPIService) GetIngressFailedMetricsFromDeliveryOverview ¶

func (a *DeliveryOverviewAPIService) GetIngressFailedMetricsFromDeliveryOverview(
	ctx context.Context,
) ApiGetIngressFailedMetricsFromDeliveryOverviewRequest

GetIngressFailedMetricsFromDeliveryOverview Get Ingress Failed Metrics from Delivery Overview

Get events that failed on ingest.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIngressFailedMetricsFromDeliveryOverviewRequest

func (*DeliveryOverviewAPIService) GetIngressFailedMetricsFromDeliveryOverviewExecute ¶

Execute executes the request

@return GetEgressFailedMetricsFromDeliveryOverview200Response

func (*DeliveryOverviewAPIService) GetIngressSuccessMetricsFromDeliveryOverview ¶

func (a *DeliveryOverviewAPIService) GetIngressSuccessMetricsFromDeliveryOverview(
	ctx context.Context,
) ApiGetIngressSuccessMetricsFromDeliveryOverviewRequest

GetIngressSuccessMetricsFromDeliveryOverview Get Ingress Success Metrics from Delivery Overview

Get events that were successfully received by Segment.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIngressSuccessMetricsFromDeliveryOverviewRequest

func (*DeliveryOverviewAPIService) GetIngressSuccessMetricsFromDeliveryOverviewExecute ¶

Execute executes the request

@return GetEgressFailedMetricsFromDeliveryOverview200Response

type DeliveryOverviewDestinationFilterBy ¶

type DeliveryOverviewDestinationFilterBy struct {
	// A list of strings of discard reasons.  See [Discard Record Documentation](https://segment.com/docs/connections/delivery-overview/#troubleshooting) for valid error codes.
	DiscardReason []string `json:"discardReason,omitempty"`
	// A list of strings of event names.
	EventName []string `json:"eventName,omitempty"`
	// A list of strings of event types. Valid options are: `alias`, `group`, `identify`, `page`, `screen`, and `track`.
	EventType []string `json:"eventType,omitempty"`
	// A list of strings of app versions.
	AppVersion []string `json:"appVersion,omitempty"`
	// A list of strings of subscription IDs for Actions Destinations.
	SubscriptionId []string `json:"subscriptionId,omitempty"`
	// A list of strings of event context IDs from a Linked Audience mapping/activation.
	ActivationId []string `json:"activationId,omitempty"`
	// A list of strings of audience IDs for a Linked Audience.
	AudienceId []string `json:"audienceId,omitempty"`
	// A list of strings of space IDs for a Linked Audience.
	SpaceId []string `json:"spaceId,omitempty"`
}

DeliveryOverviewDestinationFilterBy The `DeliveryOverviewDestinationFilterBy` object is a map of the filterable fields and their values.

func NewDeliveryOverviewDestinationFilterBy ¶

func NewDeliveryOverviewDestinationFilterBy() *DeliveryOverviewDestinationFilterBy

NewDeliveryOverviewDestinationFilterBy instantiates a new DeliveryOverviewDestinationFilterBy 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 NewDeliveryOverviewDestinationFilterByWithDefaults ¶

func NewDeliveryOverviewDestinationFilterByWithDefaults() *DeliveryOverviewDestinationFilterBy

NewDeliveryOverviewDestinationFilterByWithDefaults instantiates a new DeliveryOverviewDestinationFilterBy 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 (*DeliveryOverviewDestinationFilterBy) GetActivationId ¶

func (o *DeliveryOverviewDestinationFilterBy) GetActivationId() []string

GetActivationId returns the ActivationId field value if set, zero value otherwise.

func (*DeliveryOverviewDestinationFilterBy) GetActivationIdOk ¶

func (o *DeliveryOverviewDestinationFilterBy) GetActivationIdOk() ([]string, bool)

GetActivationIdOk returns a tuple with the ActivationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewDestinationFilterBy) GetAppVersion ¶

func (o *DeliveryOverviewDestinationFilterBy) GetAppVersion() []string

GetAppVersion returns the AppVersion field value if set, zero value otherwise.

func (*DeliveryOverviewDestinationFilterBy) GetAppVersionOk ¶

func (o *DeliveryOverviewDestinationFilterBy) GetAppVersionOk() ([]string, bool)

GetAppVersionOk returns a tuple with the AppVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewDestinationFilterBy) GetAudienceId ¶

func (o *DeliveryOverviewDestinationFilterBy) GetAudienceId() []string

GetAudienceId returns the AudienceId field value if set, zero value otherwise.

func (*DeliveryOverviewDestinationFilterBy) GetAudienceIdOk ¶

func (o *DeliveryOverviewDestinationFilterBy) GetAudienceIdOk() ([]string, bool)

GetAudienceIdOk returns a tuple with the AudienceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewDestinationFilterBy) GetDiscardReason ¶

func (o *DeliveryOverviewDestinationFilterBy) GetDiscardReason() []string

GetDiscardReason returns the DiscardReason field value if set, zero value otherwise.

func (*DeliveryOverviewDestinationFilterBy) GetDiscardReasonOk ¶

func (o *DeliveryOverviewDestinationFilterBy) GetDiscardReasonOk() ([]string, bool)

GetDiscardReasonOk returns a tuple with the DiscardReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewDestinationFilterBy) GetEventName ¶

func (o *DeliveryOverviewDestinationFilterBy) GetEventName() []string

GetEventName returns the EventName field value if set, zero value otherwise.

func (*DeliveryOverviewDestinationFilterBy) GetEventNameOk ¶

func (o *DeliveryOverviewDestinationFilterBy) GetEventNameOk() ([]string, bool)

GetEventNameOk returns a tuple with the EventName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewDestinationFilterBy) GetEventType ¶

func (o *DeliveryOverviewDestinationFilterBy) GetEventType() []string

GetEventType returns the EventType field value if set, zero value otherwise.

func (*DeliveryOverviewDestinationFilterBy) GetEventTypeOk ¶

func (o *DeliveryOverviewDestinationFilterBy) GetEventTypeOk() ([]string, bool)

GetEventTypeOk returns a tuple with the EventType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewDestinationFilterBy) GetSpaceId ¶

func (o *DeliveryOverviewDestinationFilterBy) GetSpaceId() []string

GetSpaceId returns the SpaceId field value if set, zero value otherwise.

func (*DeliveryOverviewDestinationFilterBy) GetSpaceIdOk ¶

func (o *DeliveryOverviewDestinationFilterBy) GetSpaceIdOk() ([]string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewDestinationFilterBy) GetSubscriptionId ¶

func (o *DeliveryOverviewDestinationFilterBy) GetSubscriptionId() []string

GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.

func (*DeliveryOverviewDestinationFilterBy) GetSubscriptionIdOk ¶

func (o *DeliveryOverviewDestinationFilterBy) GetSubscriptionIdOk() ([]string, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewDestinationFilterBy) HasActivationId ¶

func (o *DeliveryOverviewDestinationFilterBy) HasActivationId() bool

HasActivationId returns a boolean if a field has been set.

func (*DeliveryOverviewDestinationFilterBy) HasAppVersion ¶

func (o *DeliveryOverviewDestinationFilterBy) HasAppVersion() bool

HasAppVersion returns a boolean if a field has been set.

func (*DeliveryOverviewDestinationFilterBy) HasAudienceId ¶

func (o *DeliveryOverviewDestinationFilterBy) HasAudienceId() bool

HasAudienceId returns a boolean if a field has been set.

func (*DeliveryOverviewDestinationFilterBy) HasDiscardReason ¶

func (o *DeliveryOverviewDestinationFilterBy) HasDiscardReason() bool

HasDiscardReason returns a boolean if a field has been set.

func (*DeliveryOverviewDestinationFilterBy) HasEventName ¶

func (o *DeliveryOverviewDestinationFilterBy) HasEventName() bool

HasEventName returns a boolean if a field has been set.

func (*DeliveryOverviewDestinationFilterBy) HasEventType ¶

func (o *DeliveryOverviewDestinationFilterBy) HasEventType() bool

HasEventType returns a boolean if a field has been set.

func (*DeliveryOverviewDestinationFilterBy) HasSpaceId ¶

func (o *DeliveryOverviewDestinationFilterBy) HasSpaceId() bool

HasSpaceId returns a boolean if a field has been set.

func (*DeliveryOverviewDestinationFilterBy) HasSubscriptionId ¶

func (o *DeliveryOverviewDestinationFilterBy) HasSubscriptionId() bool

HasSubscriptionId returns a boolean if a field has been set.

func (DeliveryOverviewDestinationFilterBy) MarshalJSON ¶

func (o DeliveryOverviewDestinationFilterBy) MarshalJSON() ([]byte, error)

func (*DeliveryOverviewDestinationFilterBy) SetActivationId ¶

func (o *DeliveryOverviewDestinationFilterBy) SetActivationId(v []string)

SetActivationId gets a reference to the given []string and assigns it to the ActivationId field.

func (*DeliveryOverviewDestinationFilterBy) SetAppVersion ¶

func (o *DeliveryOverviewDestinationFilterBy) SetAppVersion(v []string)

SetAppVersion gets a reference to the given []string and assigns it to the AppVersion field.

func (*DeliveryOverviewDestinationFilterBy) SetAudienceId ¶

func (o *DeliveryOverviewDestinationFilterBy) SetAudienceId(v []string)

SetAudienceId gets a reference to the given []string and assigns it to the AudienceId field.

func (*DeliveryOverviewDestinationFilterBy) SetDiscardReason ¶

func (o *DeliveryOverviewDestinationFilterBy) SetDiscardReason(v []string)

SetDiscardReason gets a reference to the given []string and assigns it to the DiscardReason field.

func (*DeliveryOverviewDestinationFilterBy) SetEventName ¶

func (o *DeliveryOverviewDestinationFilterBy) SetEventName(v []string)

SetEventName gets a reference to the given []string and assigns it to the EventName field.

func (*DeliveryOverviewDestinationFilterBy) SetEventType ¶

func (o *DeliveryOverviewDestinationFilterBy) SetEventType(v []string)

SetEventType gets a reference to the given []string and assigns it to the EventType field.

func (*DeliveryOverviewDestinationFilterBy) SetSpaceId ¶

func (o *DeliveryOverviewDestinationFilterBy) SetSpaceId(v []string)

SetSpaceId gets a reference to the given []string and assigns it to the SpaceId field.

func (*DeliveryOverviewDestinationFilterBy) SetSubscriptionId ¶

func (o *DeliveryOverviewDestinationFilterBy) SetSubscriptionId(v []string)

SetSubscriptionId gets a reference to the given []string and assigns it to the SubscriptionId field.

func (DeliveryOverviewDestinationFilterBy) ToMap ¶

func (o DeliveryOverviewDestinationFilterBy) ToMap() (map[string]interface{}, error)

type DeliveryOverviewMetricsDatapoint ¶

type DeliveryOverviewMetricsDatapoint struct {
	// The timestamp corresponding to the beginning of the window given by the requested granularity.
	Time string `json:"time"`
	// Holds the number of events within the specified granularity and group By options.
	Count float32 `json:"count"`
	// The number of retried events that were successfully delivered.
	RetryCount *float32 `json:"retryCount,omitempty"`
}

DeliveryOverviewMetricsDatapoint Series within DeliveryOverviewMetricsDataset.

func NewDeliveryOverviewMetricsDatapoint ¶

func NewDeliveryOverviewMetricsDatapoint(
	time string,
	count float32,
) *DeliveryOverviewMetricsDatapoint

NewDeliveryOverviewMetricsDatapoint instantiates a new DeliveryOverviewMetricsDatapoint 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 NewDeliveryOverviewMetricsDatapointWithDefaults ¶

func NewDeliveryOverviewMetricsDatapointWithDefaults() *DeliveryOverviewMetricsDatapoint

NewDeliveryOverviewMetricsDatapointWithDefaults instantiates a new DeliveryOverviewMetricsDatapoint 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 (*DeliveryOverviewMetricsDatapoint) GetCount ¶

GetCount returns the Count field value

func (*DeliveryOverviewMetricsDatapoint) GetCountOk ¶

func (o *DeliveryOverviewMetricsDatapoint) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*DeliveryOverviewMetricsDatapoint) GetRetryCount ¶

func (o *DeliveryOverviewMetricsDatapoint) GetRetryCount() float32

GetRetryCount returns the RetryCount field value if set, zero value otherwise.

func (*DeliveryOverviewMetricsDatapoint) GetRetryCountOk ¶

func (o *DeliveryOverviewMetricsDatapoint) GetRetryCountOk() (*float32, bool)

GetRetryCountOk returns a tuple with the RetryCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewMetricsDatapoint) GetTime ¶

GetTime returns the Time field value

func (*DeliveryOverviewMetricsDatapoint) GetTimeOk ¶

func (o *DeliveryOverviewMetricsDatapoint) GetTimeOk() (*string, bool)

GetTimeOk returns a tuple with the Time field value and a boolean to check if the value has been set.

func (*DeliveryOverviewMetricsDatapoint) HasRetryCount ¶

func (o *DeliveryOverviewMetricsDatapoint) HasRetryCount() bool

HasRetryCount returns a boolean if a field has been set.

func (DeliveryOverviewMetricsDatapoint) MarshalJSON ¶

func (o DeliveryOverviewMetricsDatapoint) MarshalJSON() ([]byte, error)

func (*DeliveryOverviewMetricsDatapoint) SetCount ¶

SetCount sets field value

func (*DeliveryOverviewMetricsDatapoint) SetRetryCount ¶

func (o *DeliveryOverviewMetricsDatapoint) SetRetryCount(v float32)

SetRetryCount gets a reference to the given float32 and assigns it to the RetryCount field.

func (*DeliveryOverviewMetricsDatapoint) SetTime ¶

SetTime sets field value

func (DeliveryOverviewMetricsDatapoint) ToMap ¶

func (o DeliveryOverviewMetricsDatapoint) ToMap() (map[string]interface{}, error)

type DeliveryOverviewMetricsDataset ¶

type DeliveryOverviewMetricsDataset struct {
	// The name of the event if group By[] included 'event Name' in the request.
	EventName *string `json:"eventName,omitempty"`
	// The version of the app if group By[] included 'app Version' in the request.
	AppVersion *string `json:"appVersion,omitempty"`
	// The event type if group By[] included 'event Type' in the request.
	EventType *string `json:"eventType,omitempty"`
	// The discard reason for dropped events if group By[] included 'discard Reason' in the request.
	DiscardReason *string `json:"discardReason,omitempty"`
	// Holds the count of all event counts over the time frame of the series.
	Total float32 `json:"total"`
	// A list of the event counts broken down by the requested granularity, time frame, and group By options.
	Series []DeliveryOverviewMetricsDatapoint `json:"series"`
	// The number of events successfully delivered upon retry.
	TotalRetryCount *float32 `json:"totalRetryCount,omitempty"`
}

DeliveryOverviewMetricsDataset Dataset within GetDeliveryOverviewMetricsBetaOutput.

func NewDeliveryOverviewMetricsDataset ¶

func NewDeliveryOverviewMetricsDataset(
	total float32,
	series []DeliveryOverviewMetricsDatapoint,
) *DeliveryOverviewMetricsDataset

NewDeliveryOverviewMetricsDataset instantiates a new DeliveryOverviewMetricsDataset 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 NewDeliveryOverviewMetricsDatasetWithDefaults ¶

func NewDeliveryOverviewMetricsDatasetWithDefaults() *DeliveryOverviewMetricsDataset

NewDeliveryOverviewMetricsDatasetWithDefaults instantiates a new DeliveryOverviewMetricsDataset 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 (*DeliveryOverviewMetricsDataset) GetAppVersion ¶

func (o *DeliveryOverviewMetricsDataset) GetAppVersion() string

GetAppVersion returns the AppVersion field value if set, zero value otherwise.

func (*DeliveryOverviewMetricsDataset) GetAppVersionOk ¶

func (o *DeliveryOverviewMetricsDataset) GetAppVersionOk() (*string, bool)

GetAppVersionOk returns a tuple with the AppVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewMetricsDataset) GetDiscardReason ¶

func (o *DeliveryOverviewMetricsDataset) GetDiscardReason() string

GetDiscardReason returns the DiscardReason field value if set, zero value otherwise.

func (*DeliveryOverviewMetricsDataset) GetDiscardReasonOk ¶

func (o *DeliveryOverviewMetricsDataset) GetDiscardReasonOk() (*string, bool)

GetDiscardReasonOk returns a tuple with the DiscardReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewMetricsDataset) GetEventName ¶

func (o *DeliveryOverviewMetricsDataset) GetEventName() string

GetEventName returns the EventName field value if set, zero value otherwise.

func (*DeliveryOverviewMetricsDataset) GetEventNameOk ¶

func (o *DeliveryOverviewMetricsDataset) GetEventNameOk() (*string, bool)

GetEventNameOk returns a tuple with the EventName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewMetricsDataset) GetEventType ¶

func (o *DeliveryOverviewMetricsDataset) GetEventType() string

GetEventType returns the EventType field value if set, zero value otherwise.

func (*DeliveryOverviewMetricsDataset) GetEventTypeOk ¶

func (o *DeliveryOverviewMetricsDataset) GetEventTypeOk() (*string, bool)

GetEventTypeOk returns a tuple with the EventType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewMetricsDataset) GetSeries ¶

GetSeries returns the Series field value

func (*DeliveryOverviewMetricsDataset) GetSeriesOk ¶

GetSeriesOk returns a tuple with the Series field value and a boolean to check if the value has been set.

func (*DeliveryOverviewMetricsDataset) GetTotal ¶

GetTotal returns the Total field value

func (*DeliveryOverviewMetricsDataset) GetTotalOk ¶

func (o *DeliveryOverviewMetricsDataset) GetTotalOk() (*float32, bool)

GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.

func (*DeliveryOverviewMetricsDataset) GetTotalRetryCount ¶

func (o *DeliveryOverviewMetricsDataset) GetTotalRetryCount() float32

GetTotalRetryCount returns the TotalRetryCount field value if set, zero value otherwise.

func (*DeliveryOverviewMetricsDataset) GetTotalRetryCountOk ¶

func (o *DeliveryOverviewMetricsDataset) GetTotalRetryCountOk() (*float32, bool)

GetTotalRetryCountOk returns a tuple with the TotalRetryCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewMetricsDataset) HasAppVersion ¶

func (o *DeliveryOverviewMetricsDataset) HasAppVersion() bool

HasAppVersion returns a boolean if a field has been set.

func (*DeliveryOverviewMetricsDataset) HasDiscardReason ¶

func (o *DeliveryOverviewMetricsDataset) HasDiscardReason() bool

HasDiscardReason returns a boolean if a field has been set.

func (*DeliveryOverviewMetricsDataset) HasEventName ¶

func (o *DeliveryOverviewMetricsDataset) HasEventName() bool

HasEventName returns a boolean if a field has been set.

func (*DeliveryOverviewMetricsDataset) HasEventType ¶

func (o *DeliveryOverviewMetricsDataset) HasEventType() bool

HasEventType returns a boolean if a field has been set.

func (*DeliveryOverviewMetricsDataset) HasTotalRetryCount ¶

func (o *DeliveryOverviewMetricsDataset) HasTotalRetryCount() bool

HasTotalRetryCount returns a boolean if a field has been set.

func (DeliveryOverviewMetricsDataset) MarshalJSON ¶

func (o DeliveryOverviewMetricsDataset) MarshalJSON() ([]byte, error)

func (*DeliveryOverviewMetricsDataset) SetAppVersion ¶

func (o *DeliveryOverviewMetricsDataset) SetAppVersion(v string)

SetAppVersion gets a reference to the given string and assigns it to the AppVersion field.

func (*DeliveryOverviewMetricsDataset) SetDiscardReason ¶

func (o *DeliveryOverviewMetricsDataset) SetDiscardReason(v string)

SetDiscardReason gets a reference to the given string and assigns it to the DiscardReason field.

func (*DeliveryOverviewMetricsDataset) SetEventName ¶

func (o *DeliveryOverviewMetricsDataset) SetEventName(v string)

SetEventName gets a reference to the given string and assigns it to the EventName field.

func (*DeliveryOverviewMetricsDataset) SetEventType ¶

func (o *DeliveryOverviewMetricsDataset) SetEventType(v string)

SetEventType gets a reference to the given string and assigns it to the EventType field.

func (*DeliveryOverviewMetricsDataset) SetSeries ¶

SetSeries sets field value

func (*DeliveryOverviewMetricsDataset) SetTotal ¶

func (o *DeliveryOverviewMetricsDataset) SetTotal(v float32)

SetTotal sets field value

func (*DeliveryOverviewMetricsDataset) SetTotalRetryCount ¶

func (o *DeliveryOverviewMetricsDataset) SetTotalRetryCount(v float32)

SetTotalRetryCount gets a reference to the given float32 and assigns it to the TotalRetryCount field.

func (DeliveryOverviewMetricsDataset) ToMap ¶

func (o DeliveryOverviewMetricsDataset) ToMap() (map[string]interface{}, error)

type DeliveryOverviewSourceFilterBy ¶

type DeliveryOverviewSourceFilterBy struct {
	// A list of strings of discard reasons.  See [Discard Record Documentation](https://segment.com/docs/connections/delivery-overview/#troubleshooting) for valid error codes.
	DiscardReason []string `json:"discardReason,omitempty"`
	// A list of strings of event names.
	EventName []string `json:"eventName,omitempty"`
	// A list of strings of event types. Valid options are: `alias`, `group`, `identify`, `page`, `screen`, and `track`.
	EventType []string `json:"eventType,omitempty"`
	// A list of strings of app versions.
	AppVersion []string `json:"appVersion,omitempty"`
}

DeliveryOverviewSourceFilterBy The `DeliveryOverviewSourceFilterBy` object is a map of the filterable fields and their values.

func NewDeliveryOverviewSourceFilterBy ¶

func NewDeliveryOverviewSourceFilterBy() *DeliveryOverviewSourceFilterBy

NewDeliveryOverviewSourceFilterBy instantiates a new DeliveryOverviewSourceFilterBy 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 NewDeliveryOverviewSourceFilterByWithDefaults ¶

func NewDeliveryOverviewSourceFilterByWithDefaults() *DeliveryOverviewSourceFilterBy

NewDeliveryOverviewSourceFilterByWithDefaults instantiates a new DeliveryOverviewSourceFilterBy 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 (*DeliveryOverviewSourceFilterBy) GetAppVersion ¶

func (o *DeliveryOverviewSourceFilterBy) GetAppVersion() []string

GetAppVersion returns the AppVersion field value if set, zero value otherwise.

func (*DeliveryOverviewSourceFilterBy) GetAppVersionOk ¶

func (o *DeliveryOverviewSourceFilterBy) GetAppVersionOk() ([]string, bool)

GetAppVersionOk returns a tuple with the AppVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewSourceFilterBy) GetDiscardReason ¶

func (o *DeliveryOverviewSourceFilterBy) GetDiscardReason() []string

GetDiscardReason returns the DiscardReason field value if set, zero value otherwise.

func (*DeliveryOverviewSourceFilterBy) GetDiscardReasonOk ¶

func (o *DeliveryOverviewSourceFilterBy) GetDiscardReasonOk() ([]string, bool)

GetDiscardReasonOk returns a tuple with the DiscardReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewSourceFilterBy) GetEventName ¶

func (o *DeliveryOverviewSourceFilterBy) GetEventName() []string

GetEventName returns the EventName field value if set, zero value otherwise.

func (*DeliveryOverviewSourceFilterBy) GetEventNameOk ¶

func (o *DeliveryOverviewSourceFilterBy) GetEventNameOk() ([]string, bool)

GetEventNameOk returns a tuple with the EventName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewSourceFilterBy) GetEventType ¶

func (o *DeliveryOverviewSourceFilterBy) GetEventType() []string

GetEventType returns the EventType field value if set, zero value otherwise.

func (*DeliveryOverviewSourceFilterBy) GetEventTypeOk ¶

func (o *DeliveryOverviewSourceFilterBy) GetEventTypeOk() ([]string, bool)

GetEventTypeOk returns a tuple with the EventType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewSourceFilterBy) HasAppVersion ¶

func (o *DeliveryOverviewSourceFilterBy) HasAppVersion() bool

HasAppVersion returns a boolean if a field has been set.

func (*DeliveryOverviewSourceFilterBy) HasDiscardReason ¶

func (o *DeliveryOverviewSourceFilterBy) HasDiscardReason() bool

HasDiscardReason returns a boolean if a field has been set.

func (*DeliveryOverviewSourceFilterBy) HasEventName ¶

func (o *DeliveryOverviewSourceFilterBy) HasEventName() bool

HasEventName returns a boolean if a field has been set.

func (*DeliveryOverviewSourceFilterBy) HasEventType ¶

func (o *DeliveryOverviewSourceFilterBy) HasEventType() bool

HasEventType returns a boolean if a field has been set.

func (DeliveryOverviewSourceFilterBy) MarshalJSON ¶

func (o DeliveryOverviewSourceFilterBy) MarshalJSON() ([]byte, error)

func (*DeliveryOverviewSourceFilterBy) SetAppVersion ¶

func (o *DeliveryOverviewSourceFilterBy) SetAppVersion(v []string)

SetAppVersion gets a reference to the given []string and assigns it to the AppVersion field.

func (*DeliveryOverviewSourceFilterBy) SetDiscardReason ¶

func (o *DeliveryOverviewSourceFilterBy) SetDiscardReason(v []string)

SetDiscardReason gets a reference to the given []string and assigns it to the DiscardReason field.

func (*DeliveryOverviewSourceFilterBy) SetEventName ¶

func (o *DeliveryOverviewSourceFilterBy) SetEventName(v []string)

SetEventName gets a reference to the given []string and assigns it to the EventName field.

func (*DeliveryOverviewSourceFilterBy) SetEventType ¶

func (o *DeliveryOverviewSourceFilterBy) SetEventType(v []string)

SetEventType gets a reference to the given []string and assigns it to the EventType field.

func (DeliveryOverviewSourceFilterBy) ToMap ¶

func (o DeliveryOverviewSourceFilterBy) ToMap() (map[string]interface{}, error)

type DeliveryOverviewSuccessfullyReceivedFilterBy ¶

type DeliveryOverviewSuccessfullyReceivedFilterBy struct {
	// A list of strings of event names.
	EventName []string `json:"eventName,omitempty"`
	// A list of strings of event types. Valid options are: `alias`, `group`, `identify`, `page`, `screen`, and `track`.
	EventType []string `json:"eventType,omitempty"`
	// A list of strings of app versions.
	AppVersion []string `json:"appVersion,omitempty"`
}

DeliveryOverviewSuccessfullyReceivedFilterBy The `DeliveryOverviewSuccessfullyReceivedFilterBy` object is a map of the filterable fields and their values for the Successfully Received pipeline step.

func NewDeliveryOverviewSuccessfullyReceivedFilterBy ¶

func NewDeliveryOverviewSuccessfullyReceivedFilterBy() *DeliveryOverviewSuccessfullyReceivedFilterBy

NewDeliveryOverviewSuccessfullyReceivedFilterBy instantiates a new DeliveryOverviewSuccessfullyReceivedFilterBy 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 NewDeliveryOverviewSuccessfullyReceivedFilterByWithDefaults ¶

func NewDeliveryOverviewSuccessfullyReceivedFilterByWithDefaults() *DeliveryOverviewSuccessfullyReceivedFilterBy

NewDeliveryOverviewSuccessfullyReceivedFilterByWithDefaults instantiates a new DeliveryOverviewSuccessfullyReceivedFilterBy 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 (*DeliveryOverviewSuccessfullyReceivedFilterBy) GetAppVersion ¶

GetAppVersion returns the AppVersion field value if set, zero value otherwise.

func (*DeliveryOverviewSuccessfullyReceivedFilterBy) GetAppVersionOk ¶

func (o *DeliveryOverviewSuccessfullyReceivedFilterBy) GetAppVersionOk() ([]string, bool)

GetAppVersionOk returns a tuple with the AppVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewSuccessfullyReceivedFilterBy) GetEventName ¶

GetEventName returns the EventName field value if set, zero value otherwise.

func (*DeliveryOverviewSuccessfullyReceivedFilterBy) GetEventNameOk ¶

func (o *DeliveryOverviewSuccessfullyReceivedFilterBy) GetEventNameOk() ([]string, bool)

GetEventNameOk returns a tuple with the EventName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewSuccessfullyReceivedFilterBy) GetEventType ¶

GetEventType returns the EventType field value if set, zero value otherwise.

func (*DeliveryOverviewSuccessfullyReceivedFilterBy) GetEventTypeOk ¶

func (o *DeliveryOverviewSuccessfullyReceivedFilterBy) GetEventTypeOk() ([]string, bool)

GetEventTypeOk returns a tuple with the EventType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryOverviewSuccessfullyReceivedFilterBy) HasAppVersion ¶

HasAppVersion returns a boolean if a field has been set.

func (*DeliveryOverviewSuccessfullyReceivedFilterBy) HasEventName ¶

HasEventName returns a boolean if a field has been set.

func (*DeliveryOverviewSuccessfullyReceivedFilterBy) HasEventType ¶

HasEventType returns a boolean if a field has been set.

func (DeliveryOverviewSuccessfullyReceivedFilterBy) MarshalJSON ¶

func (*DeliveryOverviewSuccessfullyReceivedFilterBy) SetAppVersion ¶

SetAppVersion gets a reference to the given []string and assigns it to the AppVersion field.

func (*DeliveryOverviewSuccessfullyReceivedFilterBy) SetEventName ¶

SetEventName gets a reference to the given []string and assigns it to the EventName field.

func (*DeliveryOverviewSuccessfullyReceivedFilterBy) SetEventType ¶

SetEventType gets a reference to the given []string and assigns it to the EventType field.

func (DeliveryOverviewSuccessfullyReceivedFilterBy) ToMap ¶

func (o DeliveryOverviewSuccessfullyReceivedFilterBy) ToMap() (map[string]interface{}, error)

type DestinationFilterActionV1 ¶

type DestinationFilterActionV1 struct {
	// The kind of Transformation to apply to any matched properties.
	Type string `json:"type"`
	// A dictionary of paths to object keys that this filter applies to.  The literal string ” represents the top level of the object.
	Fields map[string]interface{} `json:"fields,omitempty"`
	// A decimal between 0 and 1 used for 'sample' type events and influences the likelihood of sampling to occur.
	Percent *float32 `json:"percent,omitempty"`
	// The JSON path to a property within a payload object from which Segment generates a deterministic sampling rate.
	Path *string `json:"path,omitempty"`
}

DestinationFilterActionV1 Represents a Destination filter action.

func NewDestinationFilterActionV1 ¶

func NewDestinationFilterActionV1(type_ string) *DestinationFilterActionV1

NewDestinationFilterActionV1 instantiates a new DestinationFilterActionV1 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 NewDestinationFilterActionV1WithDefaults ¶

func NewDestinationFilterActionV1WithDefaults() *DestinationFilterActionV1

NewDestinationFilterActionV1WithDefaults instantiates a new DestinationFilterActionV1 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 (*DestinationFilterActionV1) GetFields ¶

func (o *DestinationFilterActionV1) GetFields() map[string]interface{}

GetFields returns the Fields field value if set, zero value otherwise.

func (*DestinationFilterActionV1) GetFieldsOk ¶

func (o *DestinationFilterActionV1) GetFieldsOk() (map[string]interface{}, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationFilterActionV1) GetPath ¶

func (o *DestinationFilterActionV1) GetPath() string

GetPath returns the Path field value if set, zero value otherwise.

func (*DestinationFilterActionV1) GetPathOk ¶

func (o *DestinationFilterActionV1) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationFilterActionV1) GetPercent ¶

func (o *DestinationFilterActionV1) GetPercent() float32

GetPercent returns the Percent field value if set, zero value otherwise.

func (*DestinationFilterActionV1) GetPercentOk ¶

func (o *DestinationFilterActionV1) GetPercentOk() (*float32, bool)

GetPercentOk returns a tuple with the Percent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationFilterActionV1) GetType ¶

func (o *DestinationFilterActionV1) GetType() string

GetType returns the Type field value

func (*DestinationFilterActionV1) GetTypeOk ¶

func (o *DestinationFilterActionV1) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*DestinationFilterActionV1) HasFields ¶

func (o *DestinationFilterActionV1) HasFields() bool

HasFields returns a boolean if a field has been set.

func (*DestinationFilterActionV1) HasPath ¶

func (o *DestinationFilterActionV1) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*DestinationFilterActionV1) HasPercent ¶

func (o *DestinationFilterActionV1) HasPercent() bool

HasPercent returns a boolean if a field has been set.

func (DestinationFilterActionV1) MarshalJSON ¶

func (o DestinationFilterActionV1) MarshalJSON() ([]byte, error)

func (*DestinationFilterActionV1) SetFields ¶

func (o *DestinationFilterActionV1) SetFields(v map[string]interface{})

SetFields gets a reference to the given map[string]interface{} and assigns it to the Fields field.

func (*DestinationFilterActionV1) SetPath ¶

func (o *DestinationFilterActionV1) SetPath(v string)

SetPath gets a reference to the given string and assigns it to the Path field.

func (*DestinationFilterActionV1) SetPercent ¶

func (o *DestinationFilterActionV1) SetPercent(v float32)

SetPercent gets a reference to the given float32 and assigns it to the Percent field.

func (*DestinationFilterActionV1) SetType ¶

func (o *DestinationFilterActionV1) SetType(v string)

SetType sets field value

func (DestinationFilterActionV1) ToMap ¶

func (o DestinationFilterActionV1) ToMap() (map[string]interface{}, error)

type DestinationFilterV1 ¶

type DestinationFilterV1 struct {
	// The unique id of this filter.
	Id string `json:"id"`
	// The id of the Source associated with this filter.
	SourceId string `json:"sourceId"`
	// The id of the Destination associated with this filter.
	DestinationId string `json:"destinationId"`
	// A condition that defines whether to apply this filter to a payload.
	If string `json:"if"`
	// A list of actions this filter performs.
	Actions []DestinationFilterActionV1 `json:"actions"`
	// A title for this filter.
	Title string `json:"title"`
	// A description for this filter.
	Description *string `json:"description,omitempty"`
	// When set to true, this filter is active.
	Enabled bool `json:"enabled"`
	// The timestamp of this filter's creation.
	CreatedAt string `json:"createdAt"`
	// The timestamp of this filter's last change.
	UpdatedAt string `json:"updatedAt"`
}

DestinationFilterV1 Represents a Destination filter.

func NewDestinationFilterV1 ¶

func NewDestinationFilterV1(
	id string,
	sourceId string,
	destinationId string,
	if_ string,
	actions []DestinationFilterActionV1,
	title string,
	enabled bool,
	createdAt string,
	updatedAt string,
) *DestinationFilterV1

NewDestinationFilterV1 instantiates a new DestinationFilterV1 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 NewDestinationFilterV1WithDefaults ¶

func NewDestinationFilterV1WithDefaults() *DestinationFilterV1

NewDestinationFilterV1WithDefaults instantiates a new DestinationFilterV1 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 (*DestinationFilterV1) GetActions ¶

GetActions returns the Actions field value

func (*DestinationFilterV1) GetActionsOk ¶

func (o *DestinationFilterV1) GetActionsOk() ([]DestinationFilterActionV1, bool)

GetActionsOk returns a tuple with the Actions field value and a boolean to check if the value has been set.

func (*DestinationFilterV1) GetCreatedAt ¶

func (o *DestinationFilterV1) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*DestinationFilterV1) GetCreatedAtOk ¶

func (o *DestinationFilterV1) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*DestinationFilterV1) GetDescription ¶

func (o *DestinationFilterV1) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*DestinationFilterV1) GetDescriptionOk ¶

func (o *DestinationFilterV1) 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 (*DestinationFilterV1) GetDestinationId ¶

func (o *DestinationFilterV1) GetDestinationId() string

GetDestinationId returns the DestinationId field value

func (*DestinationFilterV1) GetDestinationIdOk ¶

func (o *DestinationFilterV1) GetDestinationIdOk() (*string, bool)

GetDestinationIdOk returns a tuple with the DestinationId field value and a boolean to check if the value has been set.

func (*DestinationFilterV1) GetEnabled ¶

func (o *DestinationFilterV1) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*DestinationFilterV1) GetEnabledOk ¶

func (o *DestinationFilterV1) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*DestinationFilterV1) GetId ¶

func (o *DestinationFilterV1) GetId() string

GetId returns the Id field value

func (*DestinationFilterV1) GetIdOk ¶

func (o *DestinationFilterV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*DestinationFilterV1) GetIf ¶

func (o *DestinationFilterV1) GetIf() string

GetIf returns the If field value

func (*DestinationFilterV1) GetIfOk ¶

func (o *DestinationFilterV1) GetIfOk() (*string, bool)

GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.

func (*DestinationFilterV1) GetSourceId ¶

func (o *DestinationFilterV1) GetSourceId() string

GetSourceId returns the SourceId field value

func (*DestinationFilterV1) GetSourceIdOk ¶

func (o *DestinationFilterV1) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*DestinationFilterV1) GetTitle ¶

func (o *DestinationFilterV1) GetTitle() string

GetTitle returns the Title field value

func (*DestinationFilterV1) GetTitleOk ¶

func (o *DestinationFilterV1) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*DestinationFilterV1) GetUpdatedAt ¶

func (o *DestinationFilterV1) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value

func (*DestinationFilterV1) GetUpdatedAtOk ¶

func (o *DestinationFilterV1) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*DestinationFilterV1) HasDescription ¶

func (o *DestinationFilterV1) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (DestinationFilterV1) MarshalJSON ¶

func (o DestinationFilterV1) MarshalJSON() ([]byte, error)

func (*DestinationFilterV1) SetActions ¶

SetActions sets field value

func (*DestinationFilterV1) SetCreatedAt ¶

func (o *DestinationFilterV1) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*DestinationFilterV1) SetDescription ¶

func (o *DestinationFilterV1) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*DestinationFilterV1) SetDestinationId ¶

func (o *DestinationFilterV1) SetDestinationId(v string)

SetDestinationId sets field value

func (*DestinationFilterV1) SetEnabled ¶

func (o *DestinationFilterV1) SetEnabled(v bool)

SetEnabled sets field value

func (*DestinationFilterV1) SetId ¶

func (o *DestinationFilterV1) SetId(v string)

SetId sets field value

func (*DestinationFilterV1) SetIf ¶

func (o *DestinationFilterV1) SetIf(v string)

SetIf sets field value

func (*DestinationFilterV1) SetSourceId ¶

func (o *DestinationFilterV1) SetSourceId(v string)

SetSourceId sets field value

func (*DestinationFilterV1) SetTitle ¶

func (o *DestinationFilterV1) SetTitle(v string)

SetTitle sets field value

func (*DestinationFilterV1) SetUpdatedAt ¶

func (o *DestinationFilterV1) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (DestinationFilterV1) ToMap ¶

func (o DestinationFilterV1) ToMap() (map[string]interface{}, error)

type DestinationFiltersAPIService ¶

type DestinationFiltersAPIService service

DestinationFiltersAPIService DestinationFiltersAPI service

func (*DestinationFiltersAPIService) CreateFilterForDestination ¶

func (a *DestinationFiltersAPIService) CreateFilterForDestination(
	ctx context.Context,
	destinationId string,
) ApiCreateFilterForDestinationRequest

CreateFilterForDestination Create Filter for Destination

Creates a filter in a Destination.

• When called, this endpoint may generate the `Destination Filter Created` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param destinationId
@return ApiCreateFilterForDestinationRequest

func (*DestinationFiltersAPIService) CreateFilterForDestinationExecute ¶

Execute executes the request

@return CreateFilterForDestination200Response

func (*DestinationFiltersAPIService) GetFilterInDestination ¶

func (a *DestinationFiltersAPIService) GetFilterInDestination(
	ctx context.Context,
	destinationId string,
	filterId string,
) ApiGetFilterInDestinationRequest

GetFilterInDestination Get Filter in Destination

Gets a Destination filter by id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param destinationId
@param filterId
@return ApiGetFilterInDestinationRequest

func (*DestinationFiltersAPIService) GetFilterInDestinationExecute ¶

Execute executes the request

@return GetFilterInDestination200Response

func (*DestinationFiltersAPIService) ListFiltersFromDestination ¶

func (a *DestinationFiltersAPIService) ListFiltersFromDestination(
	ctx context.Context,
	destinationId string,
) ApiListFiltersFromDestinationRequest

ListFiltersFromDestination List Filters from Destination

Lists filters for a Destination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param destinationId
@return ApiListFiltersFromDestinationRequest

func (*DestinationFiltersAPIService) ListFiltersFromDestinationExecute ¶

Execute executes the request

@return ListFiltersFromDestination200Response

func (*DestinationFiltersAPIService) PreviewDestinationFilter ¶

PreviewDestinationFilter Preview Destination Filter

Simulates the application of a Destination filter to a provided JSON payload.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiPreviewDestinationFilterRequest

func (*DestinationFiltersAPIService) PreviewDestinationFilterExecute ¶

Execute executes the request

@return PreviewDestinationFilter200Response

func (*DestinationFiltersAPIService) RemoveFilterFromDestination ¶

func (a *DestinationFiltersAPIService) RemoveFilterFromDestination(
	ctx context.Context,
	destinationId string,
	filterId string,
) ApiRemoveFilterFromDestinationRequest

RemoveFilterFromDestination Remove Filter from Destination

Deletes a Destination filter.

• When called, this endpoint may generate the `Destination Filter Deleted` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param destinationId
@param filterId
@return ApiRemoveFilterFromDestinationRequest

func (*DestinationFiltersAPIService) RemoveFilterFromDestinationExecute ¶

Execute executes the request

@return RemoveFilterFromDestination200Response

func (*DestinationFiltersAPIService) UpdateFilterForDestination ¶

func (a *DestinationFiltersAPIService) UpdateFilterForDestination(
	ctx context.Context,
	destinationId string,
	filterId string,
) ApiUpdateFilterForDestinationRequest

UpdateFilterForDestination Update Filter for Destination

Updates a filter in a Destination.

• When called, this endpoint may generate one or more of the following [audit trail](/tag/Audit-Trail) events:* Destination Filter Enabled * Destination Filter Disabled

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param destinationId
@param filterId
@return ApiUpdateFilterForDestinationRequest

func (*DestinationFiltersAPIService) UpdateFilterForDestinationExecute ¶

Execute executes the request

@return UpdateFilterForDestination200Response

type DestinationInput ¶

type DestinationInput struct {
	// The Destination instance id.
	Id string `json:"id"`
	// Type of Destination to add to the audience.
	Type string `json:"type"`
}

DestinationInput The Destination Input Object.

func NewDestinationInput ¶

func NewDestinationInput(id string, type_ string) *DestinationInput

NewDestinationInput instantiates a new DestinationInput 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 NewDestinationInputWithDefaults ¶

func NewDestinationInputWithDefaults() *DestinationInput

NewDestinationInputWithDefaults instantiates a new DestinationInput 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 (*DestinationInput) GetId ¶

func (o *DestinationInput) GetId() string

GetId returns the Id field value

func (*DestinationInput) GetIdOk ¶

func (o *DestinationInput) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*DestinationInput) GetType ¶

func (o *DestinationInput) GetType() string

GetType returns the Type field value

func (*DestinationInput) GetTypeOk ¶

func (o *DestinationInput) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (DestinationInput) MarshalJSON ¶

func (o DestinationInput) MarshalJSON() ([]byte, error)

func (*DestinationInput) SetId ¶

func (o *DestinationInput) SetId(v string)

SetId sets field value

func (*DestinationInput) SetType ¶

func (o *DestinationInput) SetType(v string)

SetType sets field value

func (DestinationInput) ToMap ¶

func (o DestinationInput) ToMap() (map[string]interface{}, error)

type DestinationMetadataActionFieldV1 ¶

type DestinationMetadataActionFieldV1 struct {
	// The primary key of the field.
	Id string `json:"id"`
	// The order this particular field is (used in the UI for displaying the fields in a specified order).
	SortOrder float32 `json:"sortOrder"`
	// A unique machine-readable key for the field. Should ideally match the expected key in the action\\'s API request.
	FieldKey string `json:"fieldKey"`
	// A human-readable label for this value.
	Label string `json:"label"`
	// The data type for this value.
	Type string `json:"type"`
	// A human-readable description of this value. You can use Markdown.
	Description string `json:"description"`
	// An example value displayed but not saved.
	Placeholder *string `json:"placeholder,omitempty"`
	// A default value that is saved the first time an action is created.
	DefaultValue interface{} `json:"defaultValue,omitempty"`
	// Whether this field is required.
	Required bool `json:"required"`
	// Whether a user can provide multiples of this field.
	Multiple bool `json:"multiple"`
	// A list of machine-readable value/label pairs to populate a static dropdown.
	Choices interface{} `json:"choices,omitempty"`
	// Whether this field should execute a dynamic request to fetch choices to populate a dropdown. When true, `choices` is ignored.
	Dynamic bool `json:"dynamic"`
	// Whether this field allows null values.
	AllowNull bool `json:"allowNull"`
	// Whether the action field should be hidden or not.
	Hidden *bool `json:"hidden,omitempty"`
}

DestinationMetadataActionFieldV1 Represents a field used in configuring an action.

func NewDestinationMetadataActionFieldV1 ¶

func NewDestinationMetadataActionFieldV1(
	id string,
	sortOrder float32,
	fieldKey string,
	label string,
	type_ string,
	description string,
	required bool,
	multiple bool,
	dynamic bool,
	allowNull bool,
) *DestinationMetadataActionFieldV1

NewDestinationMetadataActionFieldV1 instantiates a new DestinationMetadataActionFieldV1 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 NewDestinationMetadataActionFieldV1WithDefaults ¶

func NewDestinationMetadataActionFieldV1WithDefaults() *DestinationMetadataActionFieldV1

NewDestinationMetadataActionFieldV1WithDefaults instantiates a new DestinationMetadataActionFieldV1 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 (*DestinationMetadataActionFieldV1) GetAllowNull ¶

func (o *DestinationMetadataActionFieldV1) GetAllowNull() bool

GetAllowNull returns the AllowNull field value

func (*DestinationMetadataActionFieldV1) GetAllowNullOk ¶

func (o *DestinationMetadataActionFieldV1) GetAllowNullOk() (*bool, bool)

GetAllowNullOk returns a tuple with the AllowNull field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionFieldV1) GetChoices ¶

func (o *DestinationMetadataActionFieldV1) GetChoices() interface{}

GetChoices returns the Choices field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DestinationMetadataActionFieldV1) GetChoicesOk ¶

func (o *DestinationMetadataActionFieldV1) GetChoicesOk() (*interface{}, bool)

GetChoicesOk returns a tuple with the Choices 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 (*DestinationMetadataActionFieldV1) GetDefaultValue ¶

func (o *DestinationMetadataActionFieldV1) GetDefaultValue() interface{}

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DestinationMetadataActionFieldV1) GetDefaultValueOk ¶

func (o *DestinationMetadataActionFieldV1) GetDefaultValueOk() (*interface{}, bool)

GetDefaultValueOk returns a tuple with the DefaultValue 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 (*DestinationMetadataActionFieldV1) GetDescription ¶

func (o *DestinationMetadataActionFieldV1) GetDescription() string

GetDescription returns the Description field value

func (*DestinationMetadataActionFieldV1) GetDescriptionOk ¶

func (o *DestinationMetadataActionFieldV1) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionFieldV1) GetDynamic ¶

func (o *DestinationMetadataActionFieldV1) GetDynamic() bool

GetDynamic returns the Dynamic field value

func (*DestinationMetadataActionFieldV1) GetDynamicOk ¶

func (o *DestinationMetadataActionFieldV1) GetDynamicOk() (*bool, bool)

GetDynamicOk returns a tuple with the Dynamic field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionFieldV1) GetFieldKey ¶

func (o *DestinationMetadataActionFieldV1) GetFieldKey() string

GetFieldKey returns the FieldKey field value

func (*DestinationMetadataActionFieldV1) GetFieldKeyOk ¶

func (o *DestinationMetadataActionFieldV1) GetFieldKeyOk() (*string, bool)

GetFieldKeyOk returns a tuple with the FieldKey field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionFieldV1) GetHidden ¶

func (o *DestinationMetadataActionFieldV1) GetHidden() bool

GetHidden returns the Hidden field value if set, zero value otherwise.

func (*DestinationMetadataActionFieldV1) GetHiddenOk ¶

func (o *DestinationMetadataActionFieldV1) GetHiddenOk() (*bool, bool)

GetHiddenOk returns a tuple with the Hidden field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataActionFieldV1) GetId ¶

GetId returns the Id field value

func (*DestinationMetadataActionFieldV1) GetIdOk ¶

func (o *DestinationMetadataActionFieldV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionFieldV1) GetLabel ¶

GetLabel returns the Label field value

func (*DestinationMetadataActionFieldV1) GetLabelOk ¶

func (o *DestinationMetadataActionFieldV1) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionFieldV1) GetMultiple ¶

func (o *DestinationMetadataActionFieldV1) GetMultiple() bool

GetMultiple returns the Multiple field value

func (*DestinationMetadataActionFieldV1) GetMultipleOk ¶

func (o *DestinationMetadataActionFieldV1) GetMultipleOk() (*bool, bool)

GetMultipleOk returns a tuple with the Multiple field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionFieldV1) GetPlaceholder ¶

func (o *DestinationMetadataActionFieldV1) GetPlaceholder() string

GetPlaceholder returns the Placeholder field value if set, zero value otherwise.

func (*DestinationMetadataActionFieldV1) GetPlaceholderOk ¶

func (o *DestinationMetadataActionFieldV1) GetPlaceholderOk() (*string, bool)

GetPlaceholderOk returns a tuple with the Placeholder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataActionFieldV1) GetRequired ¶

func (o *DestinationMetadataActionFieldV1) GetRequired() bool

GetRequired returns the Required field value

func (*DestinationMetadataActionFieldV1) GetRequiredOk ¶

func (o *DestinationMetadataActionFieldV1) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionFieldV1) GetSortOrder ¶

func (o *DestinationMetadataActionFieldV1) GetSortOrder() float32

GetSortOrder returns the SortOrder field value

func (*DestinationMetadataActionFieldV1) GetSortOrderOk ¶

func (o *DestinationMetadataActionFieldV1) GetSortOrderOk() (*float32, bool)

GetSortOrderOk returns a tuple with the SortOrder field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionFieldV1) GetType ¶

GetType returns the Type field value

func (*DestinationMetadataActionFieldV1) GetTypeOk ¶

func (o *DestinationMetadataActionFieldV1) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionFieldV1) HasChoices ¶

func (o *DestinationMetadataActionFieldV1) HasChoices() bool

HasChoices returns a boolean if a field has been set.

func (*DestinationMetadataActionFieldV1) HasDefaultValue ¶

func (o *DestinationMetadataActionFieldV1) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

func (*DestinationMetadataActionFieldV1) HasHidden ¶

func (o *DestinationMetadataActionFieldV1) HasHidden() bool

HasHidden returns a boolean if a field has been set.

func (*DestinationMetadataActionFieldV1) HasPlaceholder ¶

func (o *DestinationMetadataActionFieldV1) HasPlaceholder() bool

HasPlaceholder returns a boolean if a field has been set.

func (DestinationMetadataActionFieldV1) MarshalJSON ¶

func (o DestinationMetadataActionFieldV1) MarshalJSON() ([]byte, error)

func (*DestinationMetadataActionFieldV1) SetAllowNull ¶

func (o *DestinationMetadataActionFieldV1) SetAllowNull(v bool)

SetAllowNull sets field value

func (*DestinationMetadataActionFieldV1) SetChoices ¶

func (o *DestinationMetadataActionFieldV1) SetChoices(v interface{})

SetChoices gets a reference to the given interface{} and assigns it to the Choices field.

func (*DestinationMetadataActionFieldV1) SetDefaultValue ¶

func (o *DestinationMetadataActionFieldV1) SetDefaultValue(v interface{})

SetDefaultValue gets a reference to the given interface{} and assigns it to the DefaultValue field.

func (*DestinationMetadataActionFieldV1) SetDescription ¶

func (o *DestinationMetadataActionFieldV1) SetDescription(v string)

SetDescription sets field value

func (*DestinationMetadataActionFieldV1) SetDynamic ¶

func (o *DestinationMetadataActionFieldV1) SetDynamic(v bool)

SetDynamic sets field value

func (*DestinationMetadataActionFieldV1) SetFieldKey ¶

func (o *DestinationMetadataActionFieldV1) SetFieldKey(v string)

SetFieldKey sets field value

func (*DestinationMetadataActionFieldV1) SetHidden ¶

func (o *DestinationMetadataActionFieldV1) SetHidden(v bool)

SetHidden gets a reference to the given bool and assigns it to the Hidden field.

func (*DestinationMetadataActionFieldV1) SetId ¶

SetId sets field value

func (*DestinationMetadataActionFieldV1) SetLabel ¶

SetLabel sets field value

func (*DestinationMetadataActionFieldV1) SetMultiple ¶

func (o *DestinationMetadataActionFieldV1) SetMultiple(v bool)

SetMultiple sets field value

func (*DestinationMetadataActionFieldV1) SetPlaceholder ¶

func (o *DestinationMetadataActionFieldV1) SetPlaceholder(v string)

SetPlaceholder gets a reference to the given string and assigns it to the Placeholder field.

func (*DestinationMetadataActionFieldV1) SetRequired ¶

func (o *DestinationMetadataActionFieldV1) SetRequired(v bool)

SetRequired sets field value

func (*DestinationMetadataActionFieldV1) SetSortOrder ¶

func (o *DestinationMetadataActionFieldV1) SetSortOrder(v float32)

SetSortOrder sets field value

func (*DestinationMetadataActionFieldV1) SetType ¶

SetType sets field value

func (DestinationMetadataActionFieldV1) ToMap ¶

func (o DestinationMetadataActionFieldV1) ToMap() (map[string]interface{}, error)

type DestinationMetadataActionV1 ¶

type DestinationMetadataActionV1 struct {
	// The primary key of the action.
	Id string `json:"id"`
	// A machine-readable key unique to the action definition.
	Slug string `json:"slug"`
	// A human-readable name for the action.
	Name string `json:"name"`
	// A human-readable description of the action. May include Markdown.
	Description string `json:"description"`
	// The platform on which this action runs.
	Platform string `json:"platform"`
	// Whether the action should be hidden.
	Hidden bool `json:"hidden"`
	// The default value used as the trigger when connecting this action.
	DefaultTrigger NullableString `json:"defaultTrigger"`
	// The fields expected in order to perform the action.
	Fields []DestinationMetadataActionFieldV1 `json:"fields"`
}

DestinationMetadataActionV1 Represents an Action, a building block of behavior that can be performed by the Destination.

func NewDestinationMetadataActionV1 ¶

func NewDestinationMetadataActionV1(
	id string,
	slug string,
	name string,
	description string,
	platform string,
	hidden bool,
	defaultTrigger NullableString,
	fields []DestinationMetadataActionFieldV1,
) *DestinationMetadataActionV1

NewDestinationMetadataActionV1 instantiates a new DestinationMetadataActionV1 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 NewDestinationMetadataActionV1WithDefaults ¶

func NewDestinationMetadataActionV1WithDefaults() *DestinationMetadataActionV1

NewDestinationMetadataActionV1WithDefaults instantiates a new DestinationMetadataActionV1 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 (*DestinationMetadataActionV1) GetDefaultTrigger ¶

func (o *DestinationMetadataActionV1) GetDefaultTrigger() string

GetDefaultTrigger returns the DefaultTrigger field value If the value is explicit nil, the zero value for string will be returned

func (*DestinationMetadataActionV1) GetDefaultTriggerOk ¶

func (o *DestinationMetadataActionV1) GetDefaultTriggerOk() (*string, bool)

GetDefaultTriggerOk returns a tuple with the DefaultTrigger field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DestinationMetadataActionV1) GetDescription ¶

func (o *DestinationMetadataActionV1) GetDescription() string

GetDescription returns the Description field value

func (*DestinationMetadataActionV1) GetDescriptionOk ¶

func (o *DestinationMetadataActionV1) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionV1) GetFields ¶

GetFields returns the Fields field value

func (*DestinationMetadataActionV1) GetFieldsOk ¶

GetFieldsOk returns a tuple with the Fields field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionV1) GetHidden ¶

func (o *DestinationMetadataActionV1) GetHidden() bool

GetHidden returns the Hidden field value

func (*DestinationMetadataActionV1) GetHiddenOk ¶

func (o *DestinationMetadataActionV1) GetHiddenOk() (*bool, bool)

GetHiddenOk returns a tuple with the Hidden field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionV1) GetId ¶

GetId returns the Id field value

func (*DestinationMetadataActionV1) GetIdOk ¶

func (o *DestinationMetadataActionV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionV1) GetName ¶

func (o *DestinationMetadataActionV1) GetName() string

GetName returns the Name field value

func (*DestinationMetadataActionV1) GetNameOk ¶

func (o *DestinationMetadataActionV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionV1) GetPlatform ¶

func (o *DestinationMetadataActionV1) GetPlatform() string

GetPlatform returns the Platform field value

func (*DestinationMetadataActionV1) GetPlatformOk ¶

func (o *DestinationMetadataActionV1) GetPlatformOk() (*string, bool)

GetPlatformOk returns a tuple with the Platform field value and a boolean to check if the value has been set.

func (*DestinationMetadataActionV1) GetSlug ¶

func (o *DestinationMetadataActionV1) GetSlug() string

GetSlug returns the Slug field value

func (*DestinationMetadataActionV1) GetSlugOk ¶

func (o *DestinationMetadataActionV1) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (DestinationMetadataActionV1) MarshalJSON ¶

func (o DestinationMetadataActionV1) MarshalJSON() ([]byte, error)

func (*DestinationMetadataActionV1) SetDefaultTrigger ¶

func (o *DestinationMetadataActionV1) SetDefaultTrigger(v string)

SetDefaultTrigger sets field value

func (*DestinationMetadataActionV1) SetDescription ¶

func (o *DestinationMetadataActionV1) SetDescription(v string)

SetDescription sets field value

func (*DestinationMetadataActionV1) SetFields ¶

SetFields sets field value

func (*DestinationMetadataActionV1) SetHidden ¶

func (o *DestinationMetadataActionV1) SetHidden(v bool)

SetHidden sets field value

func (*DestinationMetadataActionV1) SetId ¶

func (o *DestinationMetadataActionV1) SetId(v string)

SetId sets field value

func (*DestinationMetadataActionV1) SetName ¶

func (o *DestinationMetadataActionV1) SetName(v string)

SetName sets field value

func (*DestinationMetadataActionV1) SetPlatform ¶

func (o *DestinationMetadataActionV1) SetPlatform(v string)

SetPlatform sets field value

func (*DestinationMetadataActionV1) SetSlug ¶

func (o *DestinationMetadataActionV1) SetSlug(v string)

SetSlug sets field value

func (DestinationMetadataActionV1) ToMap ¶

func (o DestinationMetadataActionV1) ToMap() (map[string]interface{}, error)

type DestinationMetadataComponentV1 ¶

type DestinationMetadataComponentV1 struct {
	// The component type.
	Type string `json:"type"`
	// Link to the repository hosting the code for this component.
	Code string `json:"code"`
	// The owner of this component. Either 'SEGMENT' or 'PARTNER'.
	Owner *string `json:"owner,omitempty"`
}

DestinationMetadataComponentV1 Represents a component this Destination provides.

func NewDestinationMetadataComponentV1 ¶

func NewDestinationMetadataComponentV1(type_ string, code string) *DestinationMetadataComponentV1

NewDestinationMetadataComponentV1 instantiates a new DestinationMetadataComponentV1 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 NewDestinationMetadataComponentV1WithDefaults ¶

func NewDestinationMetadataComponentV1WithDefaults() *DestinationMetadataComponentV1

NewDestinationMetadataComponentV1WithDefaults instantiates a new DestinationMetadataComponentV1 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 (*DestinationMetadataComponentV1) GetCode ¶

GetCode returns the Code field value

func (*DestinationMetadataComponentV1) GetCodeOk ¶

func (o *DestinationMetadataComponentV1) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*DestinationMetadataComponentV1) GetOwner ¶

func (o *DestinationMetadataComponentV1) GetOwner() string

GetOwner returns the Owner field value if set, zero value otherwise.

func (*DestinationMetadataComponentV1) GetOwnerOk ¶

func (o *DestinationMetadataComponentV1) GetOwnerOk() (*string, bool)

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataComponentV1) GetType ¶

GetType returns the Type field value

func (*DestinationMetadataComponentV1) GetTypeOk ¶

func (o *DestinationMetadataComponentV1) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*DestinationMetadataComponentV1) HasOwner ¶

func (o *DestinationMetadataComponentV1) HasOwner() bool

HasOwner returns a boolean if a field has been set.

func (DestinationMetadataComponentV1) MarshalJSON ¶

func (o DestinationMetadataComponentV1) MarshalJSON() ([]byte, error)

func (*DestinationMetadataComponentV1) SetCode ¶

func (o *DestinationMetadataComponentV1) SetCode(v string)

SetCode sets field value

func (*DestinationMetadataComponentV1) SetOwner ¶

func (o *DestinationMetadataComponentV1) SetOwner(v string)

SetOwner gets a reference to the given string and assigns it to the Owner field.

func (*DestinationMetadataComponentV1) SetType ¶

func (o *DestinationMetadataComponentV1) SetType(v string)

SetType sets field value

func (DestinationMetadataComponentV1) ToMap ¶

func (o DestinationMetadataComponentV1) ToMap() (map[string]interface{}, error)

type DestinationMetadataFeaturesV1 ¶

type DestinationMetadataFeaturesV1 struct {
	// This Destination's support level for cloud mode instances. The values '0' and 'NONE', and '1' and 'SINGLE' are equivalent.
	CloudModeInstances *string `json:"cloudModeInstances,omitempty"`
	// This Destination's support level for device mode instances. Support for multiple device mode instances is currently not planned. The values '0' and 'NONE', and '1' and 'SINGLE' are equivalent.
	DeviceModeInstances *string `json:"deviceModeInstances,omitempty"`
	// Whether this Destination supports replays.
	Replay *bool `json:"replay,omitempty"`
	// Whether this Destination supports browser unbundling.
	BrowserUnbundling *bool `json:"browserUnbundling,omitempty"`
	// Whether this Destination supports public browser unbundling.
	BrowserUnbundlingPublic *bool `json:"browserUnbundlingPublic,omitempty"`
}

DestinationMetadataFeaturesV1 Represents features that a given Destination supports.

func NewDestinationMetadataFeaturesV1 ¶

func NewDestinationMetadataFeaturesV1() *DestinationMetadataFeaturesV1

NewDestinationMetadataFeaturesV1 instantiates a new DestinationMetadataFeaturesV1 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 NewDestinationMetadataFeaturesV1WithDefaults ¶

func NewDestinationMetadataFeaturesV1WithDefaults() *DestinationMetadataFeaturesV1

NewDestinationMetadataFeaturesV1WithDefaults instantiates a new DestinationMetadataFeaturesV1 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 (*DestinationMetadataFeaturesV1) GetBrowserUnbundling ¶

func (o *DestinationMetadataFeaturesV1) GetBrowserUnbundling() bool

GetBrowserUnbundling returns the BrowserUnbundling field value if set, zero value otherwise.

func (*DestinationMetadataFeaturesV1) GetBrowserUnbundlingOk ¶

func (o *DestinationMetadataFeaturesV1) GetBrowserUnbundlingOk() (*bool, bool)

GetBrowserUnbundlingOk returns a tuple with the BrowserUnbundling field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataFeaturesV1) GetBrowserUnbundlingPublic ¶

func (o *DestinationMetadataFeaturesV1) GetBrowserUnbundlingPublic() bool

GetBrowserUnbundlingPublic returns the BrowserUnbundlingPublic field value if set, zero value otherwise.

func (*DestinationMetadataFeaturesV1) GetBrowserUnbundlingPublicOk ¶

func (o *DestinationMetadataFeaturesV1) GetBrowserUnbundlingPublicOk() (*bool, bool)

GetBrowserUnbundlingPublicOk returns a tuple with the BrowserUnbundlingPublic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataFeaturesV1) GetCloudModeInstances ¶

func (o *DestinationMetadataFeaturesV1) GetCloudModeInstances() string

GetCloudModeInstances returns the CloudModeInstances field value if set, zero value otherwise.

func (*DestinationMetadataFeaturesV1) GetCloudModeInstancesOk ¶

func (o *DestinationMetadataFeaturesV1) GetCloudModeInstancesOk() (*string, bool)

GetCloudModeInstancesOk returns a tuple with the CloudModeInstances field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataFeaturesV1) GetDeviceModeInstances ¶

func (o *DestinationMetadataFeaturesV1) GetDeviceModeInstances() string

GetDeviceModeInstances returns the DeviceModeInstances field value if set, zero value otherwise.

func (*DestinationMetadataFeaturesV1) GetDeviceModeInstancesOk ¶

func (o *DestinationMetadataFeaturesV1) GetDeviceModeInstancesOk() (*string, bool)

GetDeviceModeInstancesOk returns a tuple with the DeviceModeInstances field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataFeaturesV1) GetReplay ¶

func (o *DestinationMetadataFeaturesV1) GetReplay() bool

GetReplay returns the Replay field value if set, zero value otherwise.

func (*DestinationMetadataFeaturesV1) GetReplayOk ¶

func (o *DestinationMetadataFeaturesV1) GetReplayOk() (*bool, bool)

GetReplayOk returns a tuple with the Replay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataFeaturesV1) HasBrowserUnbundling ¶

func (o *DestinationMetadataFeaturesV1) HasBrowserUnbundling() bool

HasBrowserUnbundling returns a boolean if a field has been set.

func (*DestinationMetadataFeaturesV1) HasBrowserUnbundlingPublic ¶

func (o *DestinationMetadataFeaturesV1) HasBrowserUnbundlingPublic() bool

HasBrowserUnbundlingPublic returns a boolean if a field has been set.

func (*DestinationMetadataFeaturesV1) HasCloudModeInstances ¶

func (o *DestinationMetadataFeaturesV1) HasCloudModeInstances() bool

HasCloudModeInstances returns a boolean if a field has been set.

func (*DestinationMetadataFeaturesV1) HasDeviceModeInstances ¶

func (o *DestinationMetadataFeaturesV1) HasDeviceModeInstances() bool

HasDeviceModeInstances returns a boolean if a field has been set.

func (*DestinationMetadataFeaturesV1) HasReplay ¶

func (o *DestinationMetadataFeaturesV1) HasReplay() bool

HasReplay returns a boolean if a field has been set.

func (DestinationMetadataFeaturesV1) MarshalJSON ¶

func (o DestinationMetadataFeaturesV1) MarshalJSON() ([]byte, error)

func (*DestinationMetadataFeaturesV1) SetBrowserUnbundling ¶

func (o *DestinationMetadataFeaturesV1) SetBrowserUnbundling(v bool)

SetBrowserUnbundling gets a reference to the given bool and assigns it to the BrowserUnbundling field.

func (*DestinationMetadataFeaturesV1) SetBrowserUnbundlingPublic ¶

func (o *DestinationMetadataFeaturesV1) SetBrowserUnbundlingPublic(v bool)

SetBrowserUnbundlingPublic gets a reference to the given bool and assigns it to the BrowserUnbundlingPublic field.

func (*DestinationMetadataFeaturesV1) SetCloudModeInstances ¶

func (o *DestinationMetadataFeaturesV1) SetCloudModeInstances(v string)

SetCloudModeInstances gets a reference to the given string and assigns it to the CloudModeInstances field.

func (*DestinationMetadataFeaturesV1) SetDeviceModeInstances ¶

func (o *DestinationMetadataFeaturesV1) SetDeviceModeInstances(v string)

SetDeviceModeInstances gets a reference to the given string and assigns it to the DeviceModeInstances field.

func (*DestinationMetadataFeaturesV1) SetReplay ¶

func (o *DestinationMetadataFeaturesV1) SetReplay(v bool)

SetReplay gets a reference to the given bool and assigns it to the Replay field.

func (DestinationMetadataFeaturesV1) ToMap ¶

func (o DestinationMetadataFeaturesV1) ToMap() (map[string]interface{}, error)

type DestinationMetadataMethodsV1 ¶

type DestinationMetadataMethodsV1 struct {
	// Identifies if the Destination supports the `pageview` method.
	Pageview *bool `json:"pageview,omitempty"`
	// Identifies if the Destination supports the `identify` method.
	Identify *bool `json:"identify,omitempty"`
	// Identifies if the Destination supports the `alias` method.
	Alias *bool `json:"alias,omitempty"`
	// Identifies if the Destination supports the `track` method.
	Track *bool `json:"track,omitempty"`
	// Identifies if the Destination supports the `group` method.
	Group *bool `json:"group,omitempty"`
}

DestinationMetadataMethodsV1 Represents methods that a given Destination supports.

func NewDestinationMetadataMethodsV1 ¶

func NewDestinationMetadataMethodsV1() *DestinationMetadataMethodsV1

NewDestinationMetadataMethodsV1 instantiates a new DestinationMetadataMethodsV1 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 NewDestinationMetadataMethodsV1WithDefaults ¶

func NewDestinationMetadataMethodsV1WithDefaults() *DestinationMetadataMethodsV1

NewDestinationMetadataMethodsV1WithDefaults instantiates a new DestinationMetadataMethodsV1 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 (*DestinationMetadataMethodsV1) GetAlias ¶

func (o *DestinationMetadataMethodsV1) GetAlias() bool

GetAlias returns the Alias field value if set, zero value otherwise.

func (*DestinationMetadataMethodsV1) GetAliasOk ¶

func (o *DestinationMetadataMethodsV1) GetAliasOk() (*bool, bool)

GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataMethodsV1) GetGroup ¶

func (o *DestinationMetadataMethodsV1) GetGroup() bool

GetGroup returns the Group field value if set, zero value otherwise.

func (*DestinationMetadataMethodsV1) GetGroupOk ¶

func (o *DestinationMetadataMethodsV1) GetGroupOk() (*bool, bool)

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataMethodsV1) GetIdentify ¶

func (o *DestinationMetadataMethodsV1) GetIdentify() bool

GetIdentify returns the Identify field value if set, zero value otherwise.

func (*DestinationMetadataMethodsV1) GetIdentifyOk ¶

func (o *DestinationMetadataMethodsV1) GetIdentifyOk() (*bool, bool)

GetIdentifyOk returns a tuple with the Identify field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataMethodsV1) GetPageview ¶

func (o *DestinationMetadataMethodsV1) GetPageview() bool

GetPageview returns the Pageview field value if set, zero value otherwise.

func (*DestinationMetadataMethodsV1) GetPageviewOk ¶

func (o *DestinationMetadataMethodsV1) GetPageviewOk() (*bool, bool)

GetPageviewOk returns a tuple with the Pageview field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataMethodsV1) GetTrack ¶

func (o *DestinationMetadataMethodsV1) GetTrack() bool

GetTrack returns the Track field value if set, zero value otherwise.

func (*DestinationMetadataMethodsV1) GetTrackOk ¶

func (o *DestinationMetadataMethodsV1) GetTrackOk() (*bool, bool)

GetTrackOk returns a tuple with the Track field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataMethodsV1) HasAlias ¶

func (o *DestinationMetadataMethodsV1) HasAlias() bool

HasAlias returns a boolean if a field has been set.

func (*DestinationMetadataMethodsV1) HasGroup ¶

func (o *DestinationMetadataMethodsV1) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*DestinationMetadataMethodsV1) HasIdentify ¶

func (o *DestinationMetadataMethodsV1) HasIdentify() bool

HasIdentify returns a boolean if a field has been set.

func (*DestinationMetadataMethodsV1) HasPageview ¶

func (o *DestinationMetadataMethodsV1) HasPageview() bool

HasPageview returns a boolean if a field has been set.

func (*DestinationMetadataMethodsV1) HasTrack ¶

func (o *DestinationMetadataMethodsV1) HasTrack() bool

HasTrack returns a boolean if a field has been set.

func (DestinationMetadataMethodsV1) MarshalJSON ¶

func (o DestinationMetadataMethodsV1) MarshalJSON() ([]byte, error)

func (*DestinationMetadataMethodsV1) SetAlias ¶

func (o *DestinationMetadataMethodsV1) SetAlias(v bool)

SetAlias gets a reference to the given bool and assigns it to the Alias field.

func (*DestinationMetadataMethodsV1) SetGroup ¶

func (o *DestinationMetadataMethodsV1) SetGroup(v bool)

SetGroup gets a reference to the given bool and assigns it to the Group field.

func (*DestinationMetadataMethodsV1) SetIdentify ¶

func (o *DestinationMetadataMethodsV1) SetIdentify(v bool)

SetIdentify gets a reference to the given bool and assigns it to the Identify field.

func (*DestinationMetadataMethodsV1) SetPageview ¶

func (o *DestinationMetadataMethodsV1) SetPageview(v bool)

SetPageview gets a reference to the given bool and assigns it to the Pageview field.

func (*DestinationMetadataMethodsV1) SetTrack ¶

func (o *DestinationMetadataMethodsV1) SetTrack(v bool)

SetTrack gets a reference to the given bool and assigns it to the Track field.

func (DestinationMetadataMethodsV1) ToMap ¶

func (o DestinationMetadataMethodsV1) ToMap() (map[string]interface{}, error)

type DestinationMetadataPlatformsV1 ¶

type DestinationMetadataPlatformsV1 struct {
	// Whether this Destination supports browser events.
	Browser *bool `json:"browser,omitempty"`
	// Whether this Destination supports server events.
	Server *bool `json:"server,omitempty"`
	// Whether this Destination supports mobile events.
	Mobile *bool `json:"mobile,omitempty"`
	// Whether this Destination supports Warehouse events.
	Warehouse *bool `json:"warehouse,omitempty"`
	// Whether this Destination supports cloud app object events.
	CloudAppObject *bool `json:"cloudAppObject,omitempty"`
	// Whether this Destination supports linked audiences.
	LinkedAudiences *bool `json:"linkedAudiences,omitempty"`
}

DestinationMetadataPlatformsV1 Represents platforms that a given Destination supports.

func NewDestinationMetadataPlatformsV1 ¶

func NewDestinationMetadataPlatformsV1() *DestinationMetadataPlatformsV1

NewDestinationMetadataPlatformsV1 instantiates a new DestinationMetadataPlatformsV1 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 NewDestinationMetadataPlatformsV1WithDefaults ¶

func NewDestinationMetadataPlatformsV1WithDefaults() *DestinationMetadataPlatformsV1

NewDestinationMetadataPlatformsV1WithDefaults instantiates a new DestinationMetadataPlatformsV1 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 (*DestinationMetadataPlatformsV1) GetBrowser ¶

func (o *DestinationMetadataPlatformsV1) GetBrowser() bool

GetBrowser returns the Browser field value if set, zero value otherwise.

func (*DestinationMetadataPlatformsV1) GetBrowserOk ¶

func (o *DestinationMetadataPlatformsV1) GetBrowserOk() (*bool, bool)

GetBrowserOk returns a tuple with the Browser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataPlatformsV1) GetCloudAppObject ¶

func (o *DestinationMetadataPlatformsV1) GetCloudAppObject() bool

GetCloudAppObject returns the CloudAppObject field value if set, zero value otherwise.

func (*DestinationMetadataPlatformsV1) GetCloudAppObjectOk ¶

func (o *DestinationMetadataPlatformsV1) GetCloudAppObjectOk() (*bool, bool)

GetCloudAppObjectOk returns a tuple with the CloudAppObject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataPlatformsV1) GetLinkedAudiences ¶

func (o *DestinationMetadataPlatformsV1) GetLinkedAudiences() bool

GetLinkedAudiences returns the LinkedAudiences field value if set, zero value otherwise.

func (*DestinationMetadataPlatformsV1) GetLinkedAudiencesOk ¶

func (o *DestinationMetadataPlatformsV1) GetLinkedAudiencesOk() (*bool, bool)

GetLinkedAudiencesOk returns a tuple with the LinkedAudiences field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataPlatformsV1) GetMobile ¶

func (o *DestinationMetadataPlatformsV1) GetMobile() bool

GetMobile returns the Mobile field value if set, zero value otherwise.

func (*DestinationMetadataPlatformsV1) GetMobileOk ¶

func (o *DestinationMetadataPlatformsV1) GetMobileOk() (*bool, bool)

GetMobileOk returns a tuple with the Mobile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataPlatformsV1) GetServer ¶

func (o *DestinationMetadataPlatformsV1) GetServer() bool

GetServer returns the Server field value if set, zero value otherwise.

func (*DestinationMetadataPlatformsV1) GetServerOk ¶

func (o *DestinationMetadataPlatformsV1) GetServerOk() (*bool, bool)

GetServerOk returns a tuple with the Server field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataPlatformsV1) GetWarehouse ¶

func (o *DestinationMetadataPlatformsV1) GetWarehouse() bool

GetWarehouse returns the Warehouse field value if set, zero value otherwise.

func (*DestinationMetadataPlatformsV1) GetWarehouseOk ¶

func (o *DestinationMetadataPlatformsV1) GetWarehouseOk() (*bool, bool)

GetWarehouseOk returns a tuple with the Warehouse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataPlatformsV1) HasBrowser ¶

func (o *DestinationMetadataPlatformsV1) HasBrowser() bool

HasBrowser returns a boolean if a field has been set.

func (*DestinationMetadataPlatformsV1) HasCloudAppObject ¶

func (o *DestinationMetadataPlatformsV1) HasCloudAppObject() bool

HasCloudAppObject returns a boolean if a field has been set.

func (*DestinationMetadataPlatformsV1) HasLinkedAudiences ¶

func (o *DestinationMetadataPlatformsV1) HasLinkedAudiences() bool

HasLinkedAudiences returns a boolean if a field has been set.

func (*DestinationMetadataPlatformsV1) HasMobile ¶

func (o *DestinationMetadataPlatformsV1) HasMobile() bool

HasMobile returns a boolean if a field has been set.

func (*DestinationMetadataPlatformsV1) HasServer ¶

func (o *DestinationMetadataPlatformsV1) HasServer() bool

HasServer returns a boolean if a field has been set.

func (*DestinationMetadataPlatformsV1) HasWarehouse ¶

func (o *DestinationMetadataPlatformsV1) HasWarehouse() bool

HasWarehouse returns a boolean if a field has been set.

func (DestinationMetadataPlatformsV1) MarshalJSON ¶

func (o DestinationMetadataPlatformsV1) MarshalJSON() ([]byte, error)

func (*DestinationMetadataPlatformsV1) SetBrowser ¶

func (o *DestinationMetadataPlatformsV1) SetBrowser(v bool)

SetBrowser gets a reference to the given bool and assigns it to the Browser field.

func (*DestinationMetadataPlatformsV1) SetCloudAppObject ¶

func (o *DestinationMetadataPlatformsV1) SetCloudAppObject(v bool)

SetCloudAppObject gets a reference to the given bool and assigns it to the CloudAppObject field.

func (*DestinationMetadataPlatformsV1) SetLinkedAudiences ¶

func (o *DestinationMetadataPlatformsV1) SetLinkedAudiences(v bool)

SetLinkedAudiences gets a reference to the given bool and assigns it to the LinkedAudiences field.

func (*DestinationMetadataPlatformsV1) SetMobile ¶

func (o *DestinationMetadataPlatformsV1) SetMobile(v bool)

SetMobile gets a reference to the given bool and assigns it to the Mobile field.

func (*DestinationMetadataPlatformsV1) SetServer ¶

func (o *DestinationMetadataPlatformsV1) SetServer(v bool)

SetServer gets a reference to the given bool and assigns it to the Server field.

func (*DestinationMetadataPlatformsV1) SetWarehouse ¶

func (o *DestinationMetadataPlatformsV1) SetWarehouse(v bool)

SetWarehouse gets a reference to the given bool and assigns it to the Warehouse field.

func (DestinationMetadataPlatformsV1) ToMap ¶

func (o DestinationMetadataPlatformsV1) ToMap() (map[string]interface{}, error)

type DestinationMetadataSubscriptionPresetV1 ¶

type DestinationMetadataSubscriptionPresetV1 struct {
	// The unique identifier for the Destination Action to trigger.
	ActionId string `json:"actionId"`
	// The name of the subscription.
	Name string `json:"name"`
	// The default settings for action fields.
	Fields map[string]interface{} `json:"fields"`
	// FQL string that describes what events should trigger an action. See https://segment.com/docs/config-api/fql/ for more information regarding Segment's Filter Query Language (FQL).
	Trigger string `json:"trigger"`
}

DestinationMetadataSubscriptionPresetV1 Represents a set of defaults for a Destination subscription.

func NewDestinationMetadataSubscriptionPresetV1 ¶

func NewDestinationMetadataSubscriptionPresetV1(
	actionId string,
	name string,
	fields map[string]interface{},
	trigger string,
) *DestinationMetadataSubscriptionPresetV1

NewDestinationMetadataSubscriptionPresetV1 instantiates a new DestinationMetadataSubscriptionPresetV1 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 NewDestinationMetadataSubscriptionPresetV1WithDefaults ¶

func NewDestinationMetadataSubscriptionPresetV1WithDefaults() *DestinationMetadataSubscriptionPresetV1

NewDestinationMetadataSubscriptionPresetV1WithDefaults instantiates a new DestinationMetadataSubscriptionPresetV1 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 (*DestinationMetadataSubscriptionPresetV1) GetActionId ¶

GetActionId returns the ActionId field value

func (*DestinationMetadataSubscriptionPresetV1) GetActionIdOk ¶

func (o *DestinationMetadataSubscriptionPresetV1) GetActionIdOk() (*string, bool)

GetActionIdOk returns a tuple with the ActionId field value and a boolean to check if the value has been set.

func (*DestinationMetadataSubscriptionPresetV1) GetFields ¶

func (o *DestinationMetadataSubscriptionPresetV1) GetFields() map[string]interface{}

GetFields returns the Fields field value

func (*DestinationMetadataSubscriptionPresetV1) GetFieldsOk ¶

func (o *DestinationMetadataSubscriptionPresetV1) GetFieldsOk() (map[string]interface{}, bool)

GetFieldsOk returns a tuple with the Fields field value and a boolean to check if the value has been set.

func (*DestinationMetadataSubscriptionPresetV1) GetName ¶

GetName returns the Name field value

func (*DestinationMetadataSubscriptionPresetV1) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*DestinationMetadataSubscriptionPresetV1) GetTrigger ¶

GetTrigger returns the Trigger field value

func (*DestinationMetadataSubscriptionPresetV1) GetTriggerOk ¶

func (o *DestinationMetadataSubscriptionPresetV1) GetTriggerOk() (*string, bool)

GetTriggerOk returns a tuple with the Trigger field value and a boolean to check if the value has been set.

func (DestinationMetadataSubscriptionPresetV1) MarshalJSON ¶

func (o DestinationMetadataSubscriptionPresetV1) MarshalJSON() ([]byte, error)

func (*DestinationMetadataSubscriptionPresetV1) SetActionId ¶

SetActionId sets field value

func (*DestinationMetadataSubscriptionPresetV1) SetFields ¶

func (o *DestinationMetadataSubscriptionPresetV1) SetFields(v map[string]interface{})

SetFields sets field value

func (*DestinationMetadataSubscriptionPresetV1) SetName ¶

SetName sets field value

func (*DestinationMetadataSubscriptionPresetV1) SetTrigger ¶

SetTrigger sets field value

func (DestinationMetadataSubscriptionPresetV1) ToMap ¶

func (o DestinationMetadataSubscriptionPresetV1) ToMap() (map[string]interface{}, error)

type DestinationMetadataV1 ¶

type DestinationMetadataV1 struct {
	// The id of the Destination metadata.  Config API note: analogous to `name`.
	Id string `json:"id"`
	// The user-friendly name of the Destination.  Config API note: equal to `displayName`.
	Name string `json:"name"`
	// The description of the Destination.
	Description string `json:"description"`
	// The slug used to identify the Destination in the Segment app.
	Slug  string    `json:"slug"`
	Logos LogosBeta `json:"logos"`
	// Options configured for the Destination.
	Options []IntegrationOptionBeta `json:"options"`
	// Support status of the Destination.
	Status string `json:"status"`
	// A list of names previously used by the Destination.
	PreviousNames []string `json:"previousNames"`
	// A list of categories with which the Destination is associated.
	Categories []string `json:"categories"`
	// A website URL for this Destination.
	Website string `json:"website"`
	// A list of components this Destination provides.
	Components         []DestinationMetadataComponentV1 `json:"components"`
	SupportedFeatures  DestinationMetadataFeaturesV1    `json:"supportedFeatures"`
	SupportedMethods   DestinationMetadataMethodsV1     `json:"supportedMethods"`
	SupportedPlatforms DestinationMetadataPlatformsV1   `json:"supportedPlatforms"`
	// Actions available for the Destination.
	Actions []DestinationMetadataActionV1 `json:"actions"`
	// Predefined Destination subscriptions that can optionally be applied when connecting a new instance of the Destination.
	Presets []DestinationMetadataSubscriptionPresetV1 `json:"presets"`
	// Contact info for Integration Owners.
	Contacts []Contact `json:"contacts,omitempty"`
	// Partner Owned flag.
	PartnerOwned *bool `json:"partnerOwned,omitempty"`
	// A list of supported regions for this Destination.
	SupportedRegions []string `json:"supportedRegions,omitempty"`
	// The list of regional endpoints for this Destination.
	RegionEndpoints []string `json:"regionEndpoints,omitempty"`
	// This Destination's support for multiple instance types.
	MultiInstanceSupportedVersion *string `json:"multiInstanceSupportedVersion,omitempty"`
}

DestinationMetadataV1 Represents a Destination within Segment. A Destination is a target for Segment to forward data to, and represents a tool or storage Destination.

func NewDestinationMetadataV1 ¶

func NewDestinationMetadataV1(
	id string,
	name string,
	description string,
	slug string,
	logos LogosBeta,
	options []IntegrationOptionBeta,
	status string,
	previousNames []string,
	categories []string,
	website string,
	components []DestinationMetadataComponentV1,
	supportedFeatures DestinationMetadataFeaturesV1,
	supportedMethods DestinationMetadataMethodsV1,
	supportedPlatforms DestinationMetadataPlatformsV1,
	actions []DestinationMetadataActionV1,
	presets []DestinationMetadataSubscriptionPresetV1,
) *DestinationMetadataV1

NewDestinationMetadataV1 instantiates a new DestinationMetadataV1 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 NewDestinationMetadataV1WithDefaults ¶

func NewDestinationMetadataV1WithDefaults() *DestinationMetadataV1

NewDestinationMetadataV1WithDefaults instantiates a new DestinationMetadataV1 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 (*DestinationMetadataV1) GetActions ¶

GetActions returns the Actions field value

func (*DestinationMetadataV1) GetActionsOk ¶

GetActionsOk returns a tuple with the Actions field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetCategories ¶

func (o *DestinationMetadataV1) GetCategories() []string

GetCategories returns the Categories field value

func (*DestinationMetadataV1) GetCategoriesOk ¶

func (o *DestinationMetadataV1) GetCategoriesOk() ([]string, bool)

GetCategoriesOk returns a tuple with the Categories field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetComponents ¶

GetComponents returns the Components field value

func (*DestinationMetadataV1) GetComponentsOk ¶

func (o *DestinationMetadataV1) GetComponentsOk() ([]DestinationMetadataComponentV1, bool)

GetComponentsOk returns a tuple with the Components field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetContacts ¶

func (o *DestinationMetadataV1) GetContacts() []Contact

GetContacts returns the Contacts field value if set, zero value otherwise.

func (*DestinationMetadataV1) GetContactsOk ¶

func (o *DestinationMetadataV1) GetContactsOk() ([]Contact, bool)

GetContactsOk returns a tuple with the Contacts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetDescription ¶

func (o *DestinationMetadataV1) GetDescription() string

GetDescription returns the Description field value

func (*DestinationMetadataV1) GetDescriptionOk ¶

func (o *DestinationMetadataV1) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetId ¶

func (o *DestinationMetadataV1) GetId() string

GetId returns the Id field value

func (*DestinationMetadataV1) GetIdOk ¶

func (o *DestinationMetadataV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetLogos ¶

func (o *DestinationMetadataV1) GetLogos() LogosBeta

GetLogos returns the Logos field value

func (*DestinationMetadataV1) GetLogosOk ¶

func (o *DestinationMetadataV1) GetLogosOk() (*LogosBeta, bool)

GetLogosOk returns a tuple with the Logos field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetMultiInstanceSupportedVersion ¶

func (o *DestinationMetadataV1) GetMultiInstanceSupportedVersion() string

GetMultiInstanceSupportedVersion returns the MultiInstanceSupportedVersion field value if set, zero value otherwise.

func (*DestinationMetadataV1) GetMultiInstanceSupportedVersionOk ¶

func (o *DestinationMetadataV1) GetMultiInstanceSupportedVersionOk() (*string, bool)

GetMultiInstanceSupportedVersionOk returns a tuple with the MultiInstanceSupportedVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetName ¶

func (o *DestinationMetadataV1) GetName() string

GetName returns the Name field value

func (*DestinationMetadataV1) GetNameOk ¶

func (o *DestinationMetadataV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetOptions ¶

func (o *DestinationMetadataV1) GetOptions() []IntegrationOptionBeta

GetOptions returns the Options field value

func (*DestinationMetadataV1) GetOptionsOk ¶

func (o *DestinationMetadataV1) GetOptionsOk() ([]IntegrationOptionBeta, bool)

GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetPartnerOwned ¶

func (o *DestinationMetadataV1) GetPartnerOwned() bool

GetPartnerOwned returns the PartnerOwned field value if set, zero value otherwise.

func (*DestinationMetadataV1) GetPartnerOwnedOk ¶

func (o *DestinationMetadataV1) GetPartnerOwnedOk() (*bool, bool)

GetPartnerOwnedOk returns a tuple with the PartnerOwned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetPresets ¶

GetPresets returns the Presets field value

func (*DestinationMetadataV1) GetPresetsOk ¶

GetPresetsOk returns a tuple with the Presets field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetPreviousNames ¶

func (o *DestinationMetadataV1) GetPreviousNames() []string

GetPreviousNames returns the PreviousNames field value

func (*DestinationMetadataV1) GetPreviousNamesOk ¶

func (o *DestinationMetadataV1) GetPreviousNamesOk() ([]string, bool)

GetPreviousNamesOk returns a tuple with the PreviousNames field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetRegionEndpoints ¶

func (o *DestinationMetadataV1) GetRegionEndpoints() []string

GetRegionEndpoints returns the RegionEndpoints field value if set, zero value otherwise.

func (*DestinationMetadataV1) GetRegionEndpointsOk ¶

func (o *DestinationMetadataV1) GetRegionEndpointsOk() ([]string, bool)

GetRegionEndpointsOk returns a tuple with the RegionEndpoints field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetSlug ¶

func (o *DestinationMetadataV1) GetSlug() string

GetSlug returns the Slug field value

func (*DestinationMetadataV1) GetSlugOk ¶

func (o *DestinationMetadataV1) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetStatus ¶

func (o *DestinationMetadataV1) GetStatus() string

GetStatus returns the Status field value

func (*DestinationMetadataV1) GetStatusOk ¶

func (o *DestinationMetadataV1) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetSupportedFeatures ¶

func (o *DestinationMetadataV1) GetSupportedFeatures() DestinationMetadataFeaturesV1

GetSupportedFeatures returns the SupportedFeatures field value

func (*DestinationMetadataV1) GetSupportedFeaturesOk ¶

func (o *DestinationMetadataV1) GetSupportedFeaturesOk() (*DestinationMetadataFeaturesV1, bool)

GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetSupportedMethods ¶

func (o *DestinationMetadataV1) GetSupportedMethods() DestinationMetadataMethodsV1

GetSupportedMethods returns the SupportedMethods field value

func (*DestinationMetadataV1) GetSupportedMethodsOk ¶

func (o *DestinationMetadataV1) GetSupportedMethodsOk() (*DestinationMetadataMethodsV1, bool)

GetSupportedMethodsOk returns a tuple with the SupportedMethods field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetSupportedPlatforms ¶

func (o *DestinationMetadataV1) GetSupportedPlatforms() DestinationMetadataPlatformsV1

GetSupportedPlatforms returns the SupportedPlatforms field value

func (*DestinationMetadataV1) GetSupportedPlatformsOk ¶

func (o *DestinationMetadataV1) GetSupportedPlatformsOk() (*DestinationMetadataPlatformsV1, bool)

GetSupportedPlatformsOk returns a tuple with the SupportedPlatforms field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetSupportedRegions ¶

func (o *DestinationMetadataV1) GetSupportedRegions() []string

GetSupportedRegions returns the SupportedRegions field value if set, zero value otherwise.

func (*DestinationMetadataV1) GetSupportedRegionsOk ¶

func (o *DestinationMetadataV1) GetSupportedRegionsOk() ([]string, bool)

GetSupportedRegionsOk returns a tuple with the SupportedRegions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationMetadataV1) GetWebsite ¶

func (o *DestinationMetadataV1) GetWebsite() string

GetWebsite returns the Website field value

func (*DestinationMetadataV1) GetWebsiteOk ¶

func (o *DestinationMetadataV1) GetWebsiteOk() (*string, bool)

GetWebsiteOk returns a tuple with the Website field value and a boolean to check if the value has been set.

func (*DestinationMetadataV1) HasContacts ¶

func (o *DestinationMetadataV1) HasContacts() bool

HasContacts returns a boolean if a field has been set.

func (*DestinationMetadataV1) HasMultiInstanceSupportedVersion ¶

func (o *DestinationMetadataV1) HasMultiInstanceSupportedVersion() bool

HasMultiInstanceSupportedVersion returns a boolean if a field has been set.

func (*DestinationMetadataV1) HasPartnerOwned ¶

func (o *DestinationMetadataV1) HasPartnerOwned() bool

HasPartnerOwned returns a boolean if a field has been set.

func (*DestinationMetadataV1) HasRegionEndpoints ¶

func (o *DestinationMetadataV1) HasRegionEndpoints() bool

HasRegionEndpoints returns a boolean if a field has been set.

func (*DestinationMetadataV1) HasSupportedRegions ¶

func (o *DestinationMetadataV1) HasSupportedRegions() bool

HasSupportedRegions returns a boolean if a field has been set.

func (DestinationMetadataV1) MarshalJSON ¶

func (o DestinationMetadataV1) MarshalJSON() ([]byte, error)

func (*DestinationMetadataV1) SetActions ¶

SetActions sets field value

func (*DestinationMetadataV1) SetCategories ¶

func (o *DestinationMetadataV1) SetCategories(v []string)

SetCategories sets field value

func (*DestinationMetadataV1) SetComponents ¶

SetComponents sets field value

func (*DestinationMetadataV1) SetContacts ¶

func (o *DestinationMetadataV1) SetContacts(v []Contact)

SetContacts gets a reference to the given []Contact and assigns it to the Contacts field.

func (*DestinationMetadataV1) SetDescription ¶

func (o *DestinationMetadataV1) SetDescription(v string)

SetDescription sets field value

func (*DestinationMetadataV1) SetId ¶

func (o *DestinationMetadataV1) SetId(v string)

SetId sets field value

func (*DestinationMetadataV1) SetLogos ¶

func (o *DestinationMetadataV1) SetLogos(v LogosBeta)

SetLogos sets field value

func (*DestinationMetadataV1) SetMultiInstanceSupportedVersion ¶

func (o *DestinationMetadataV1) SetMultiInstanceSupportedVersion(v string)

SetMultiInstanceSupportedVersion gets a reference to the given string and assigns it to the MultiInstanceSupportedVersion field.

func (*DestinationMetadataV1) SetName ¶

func (o *DestinationMetadataV1) SetName(v string)

SetName sets field value

func (*DestinationMetadataV1) SetOptions ¶

func (o *DestinationMetadataV1) SetOptions(v []IntegrationOptionBeta)

SetOptions sets field value

func (*DestinationMetadataV1) SetPartnerOwned ¶

func (o *DestinationMetadataV1) SetPartnerOwned(v bool)

SetPartnerOwned gets a reference to the given bool and assigns it to the PartnerOwned field.

func (*DestinationMetadataV1) SetPresets ¶

SetPresets sets field value

func (*DestinationMetadataV1) SetPreviousNames ¶

func (o *DestinationMetadataV1) SetPreviousNames(v []string)

SetPreviousNames sets field value

func (*DestinationMetadataV1) SetRegionEndpoints ¶

func (o *DestinationMetadataV1) SetRegionEndpoints(v []string)

SetRegionEndpoints gets a reference to the given []string and assigns it to the RegionEndpoints field.

func (*DestinationMetadataV1) SetSlug ¶

func (o *DestinationMetadataV1) SetSlug(v string)

SetSlug sets field value

func (*DestinationMetadataV1) SetStatus ¶

func (o *DestinationMetadataV1) SetStatus(v string)

SetStatus sets field value

func (*DestinationMetadataV1) SetSupportedFeatures ¶

func (o *DestinationMetadataV1) SetSupportedFeatures(v DestinationMetadataFeaturesV1)

SetSupportedFeatures sets field value

func (*DestinationMetadataV1) SetSupportedMethods ¶

func (o *DestinationMetadataV1) SetSupportedMethods(v DestinationMetadataMethodsV1)

SetSupportedMethods sets field value

func (*DestinationMetadataV1) SetSupportedPlatforms ¶

func (o *DestinationMetadataV1) SetSupportedPlatforms(v DestinationMetadataPlatformsV1)

SetSupportedPlatforms sets field value

func (*DestinationMetadataV1) SetSupportedRegions ¶

func (o *DestinationMetadataV1) SetSupportedRegions(v []string)

SetSupportedRegions gets a reference to the given []string and assigns it to the SupportedRegions field.

func (*DestinationMetadataV1) SetWebsite ¶

func (o *DestinationMetadataV1) SetWebsite(v string)

SetWebsite sets field value

func (DestinationMetadataV1) ToMap ¶

func (o DestinationMetadataV1) ToMap() (map[string]interface{}, error)

type DestinationStatusV1 ¶

type DestinationStatusV1 struct {
	Name       string `json:"name"`
	Id         string `json:"id"`
	Status     string `json:"status"`
	ErrString  string `json:"errString"`
	FinishedAt string `json:"finishedAt"`
}

DestinationStatusV1 DestinationStatus represents status of each Destination in a stream.

func NewDestinationStatusV1 ¶

func NewDestinationStatusV1(
	name string,
	id string,
	status string,
	errString string,
	finishedAt string,
) *DestinationStatusV1

NewDestinationStatusV1 instantiates a new DestinationStatusV1 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 NewDestinationStatusV1WithDefaults ¶

func NewDestinationStatusV1WithDefaults() *DestinationStatusV1

NewDestinationStatusV1WithDefaults instantiates a new DestinationStatusV1 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 (*DestinationStatusV1) GetErrString ¶

func (o *DestinationStatusV1) GetErrString() string

GetErrString returns the ErrString field value

func (*DestinationStatusV1) GetErrStringOk ¶

func (o *DestinationStatusV1) GetErrStringOk() (*string, bool)

GetErrStringOk returns a tuple with the ErrString field value and a boolean to check if the value has been set.

func (*DestinationStatusV1) GetFinishedAt ¶

func (o *DestinationStatusV1) GetFinishedAt() string

GetFinishedAt returns the FinishedAt field value

func (*DestinationStatusV1) GetFinishedAtOk ¶

func (o *DestinationStatusV1) GetFinishedAtOk() (*string, bool)

GetFinishedAtOk returns a tuple with the FinishedAt field value and a boolean to check if the value has been set.

func (*DestinationStatusV1) GetId ¶

func (o *DestinationStatusV1) GetId() string

GetId returns the Id field value

func (*DestinationStatusV1) GetIdOk ¶

func (o *DestinationStatusV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*DestinationStatusV1) GetName ¶

func (o *DestinationStatusV1) GetName() string

GetName returns the Name field value

func (*DestinationStatusV1) GetNameOk ¶

func (o *DestinationStatusV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*DestinationStatusV1) GetStatus ¶

func (o *DestinationStatusV1) GetStatus() string

GetStatus returns the Status field value

func (*DestinationStatusV1) GetStatusOk ¶

func (o *DestinationStatusV1) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (DestinationStatusV1) MarshalJSON ¶

func (o DestinationStatusV1) MarshalJSON() ([]byte, error)

func (*DestinationStatusV1) SetErrString ¶

func (o *DestinationStatusV1) SetErrString(v string)

SetErrString sets field value

func (*DestinationStatusV1) SetFinishedAt ¶

func (o *DestinationStatusV1) SetFinishedAt(v string)

SetFinishedAt sets field value

func (*DestinationStatusV1) SetId ¶

func (o *DestinationStatusV1) SetId(v string)

SetId sets field value

func (*DestinationStatusV1) SetName ¶

func (o *DestinationStatusV1) SetName(v string)

SetName sets field value

func (*DestinationStatusV1) SetStatus ¶

func (o *DestinationStatusV1) SetStatus(v string)

SetStatus sets field value

func (DestinationStatusV1) ToMap ¶

func (o DestinationStatusV1) ToMap() (map[string]interface{}, error)

type DestinationSubscription ¶

type DestinationSubscription struct {
	// The unique identifier for the subscription.
	Id string `json:"id"`
	// The name of the subscription.
	Name string `json:"name"`
	// The unique identifier for the Destination action to trigger.
	ActionId string `json:"actionId"`
	// The URL-friendly key for the associated Destination action.
	ActionSlug string `json:"actionSlug"`
	// The associated Destination instance id.
	DestinationId string `json:"destinationId"`
	// Is the subscription enabled.
	Enabled bool `json:"enabled"`
	// Represents settings used to configure an action subscription.
	Settings map[string]interface{} `json:"settings"`
	// FQL string that describes what events should trigger a Destination action.
	Trigger string `json:"trigger"`
	// The unique identifier for the linked ReverseETLModel, if this part of a Reverse ETL connection.
	ModelId            *string                       `json:"modelId,omitempty"`
	ReverseETLSchedule *ReverseEtlScheduleDefinition `json:"reverseETLSchedule,omitempty"`
}

DestinationSubscription struct for DestinationSubscription

func NewDestinationSubscription ¶

func NewDestinationSubscription(
	id string,
	name string,
	actionId string,
	actionSlug string,
	destinationId string,
	enabled bool,
	settings map[string]interface{},
	trigger string,
) *DestinationSubscription

NewDestinationSubscription instantiates a new DestinationSubscription 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 NewDestinationSubscriptionWithDefaults ¶

func NewDestinationSubscriptionWithDefaults() *DestinationSubscription

NewDestinationSubscriptionWithDefaults instantiates a new DestinationSubscription 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 (*DestinationSubscription) GetActionId ¶

func (o *DestinationSubscription) GetActionId() string

GetActionId returns the ActionId field value

func (*DestinationSubscription) GetActionIdOk ¶

func (o *DestinationSubscription) GetActionIdOk() (*string, bool)

GetActionIdOk returns a tuple with the ActionId field value and a boolean to check if the value has been set.

func (*DestinationSubscription) GetActionSlug ¶

func (o *DestinationSubscription) GetActionSlug() string

GetActionSlug returns the ActionSlug field value

func (*DestinationSubscription) GetActionSlugOk ¶

func (o *DestinationSubscription) GetActionSlugOk() (*string, bool)

GetActionSlugOk returns a tuple with the ActionSlug field value and a boolean to check if the value has been set.

func (*DestinationSubscription) GetDestinationId ¶

func (o *DestinationSubscription) GetDestinationId() string

GetDestinationId returns the DestinationId field value

func (*DestinationSubscription) GetDestinationIdOk ¶

func (o *DestinationSubscription) GetDestinationIdOk() (*string, bool)

GetDestinationIdOk returns a tuple with the DestinationId field value and a boolean to check if the value has been set.

func (*DestinationSubscription) GetEnabled ¶

func (o *DestinationSubscription) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*DestinationSubscription) GetEnabledOk ¶

func (o *DestinationSubscription) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*DestinationSubscription) GetId ¶

func (o *DestinationSubscription) GetId() string

GetId returns the Id field value

func (*DestinationSubscription) GetIdOk ¶

func (o *DestinationSubscription) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*DestinationSubscription) GetModelId ¶

func (o *DestinationSubscription) GetModelId() string

GetModelId returns the ModelId field value if set, zero value otherwise.

func (*DestinationSubscription) GetModelIdOk ¶

func (o *DestinationSubscription) GetModelIdOk() (*string, bool)

GetModelIdOk returns a tuple with the ModelId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationSubscription) GetName ¶

func (o *DestinationSubscription) GetName() string

GetName returns the Name field value

func (*DestinationSubscription) GetNameOk ¶

func (o *DestinationSubscription) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*DestinationSubscription) GetReverseETLSchedule ¶

func (o *DestinationSubscription) GetReverseETLSchedule() ReverseEtlScheduleDefinition

GetReverseETLSchedule returns the ReverseETLSchedule field value if set, zero value otherwise.

func (*DestinationSubscription) GetReverseETLScheduleOk ¶

func (o *DestinationSubscription) GetReverseETLScheduleOk() (*ReverseEtlScheduleDefinition, bool)

GetReverseETLScheduleOk returns a tuple with the ReverseETLSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationSubscription) GetSettings ¶

func (o *DestinationSubscription) GetSettings() map[string]interface{}

GetSettings returns the Settings field value

func (*DestinationSubscription) GetSettingsOk ¶

func (o *DestinationSubscription) GetSettingsOk() (map[string]interface{}, bool)

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (*DestinationSubscription) GetTrigger ¶

func (o *DestinationSubscription) GetTrigger() string

GetTrigger returns the Trigger field value

func (*DestinationSubscription) GetTriggerOk ¶

func (o *DestinationSubscription) GetTriggerOk() (*string, bool)

GetTriggerOk returns a tuple with the Trigger field value and a boolean to check if the value has been set.

func (*DestinationSubscription) HasModelId ¶

func (o *DestinationSubscription) HasModelId() bool

HasModelId returns a boolean if a field has been set.

func (*DestinationSubscription) HasReverseETLSchedule ¶

func (o *DestinationSubscription) HasReverseETLSchedule() bool

HasReverseETLSchedule returns a boolean if a field has been set.

func (DestinationSubscription) MarshalJSON ¶

func (o DestinationSubscription) MarshalJSON() ([]byte, error)

func (*DestinationSubscription) SetActionId ¶

func (o *DestinationSubscription) SetActionId(v string)

SetActionId sets field value

func (*DestinationSubscription) SetActionSlug ¶

func (o *DestinationSubscription) SetActionSlug(v string)

SetActionSlug sets field value

func (*DestinationSubscription) SetDestinationId ¶

func (o *DestinationSubscription) SetDestinationId(v string)

SetDestinationId sets field value

func (*DestinationSubscription) SetEnabled ¶

func (o *DestinationSubscription) SetEnabled(v bool)

SetEnabled sets field value

func (*DestinationSubscription) SetId ¶

func (o *DestinationSubscription) SetId(v string)

SetId sets field value

func (*DestinationSubscription) SetModelId ¶

func (o *DestinationSubscription) SetModelId(v string)

SetModelId gets a reference to the given string and assigns it to the ModelId field.

func (*DestinationSubscription) SetName ¶

func (o *DestinationSubscription) SetName(v string)

SetName sets field value

func (*DestinationSubscription) SetReverseETLSchedule ¶

func (o *DestinationSubscription) SetReverseETLSchedule(v ReverseEtlScheduleDefinition)

SetReverseETLSchedule gets a reference to the given ReverseEtlScheduleDefinition and assigns it to the ReverseETLSchedule field.

func (*DestinationSubscription) SetSettings ¶

func (o *DestinationSubscription) SetSettings(v map[string]interface{})

SetSettings sets field value

func (*DestinationSubscription) SetTrigger ¶

func (o *DestinationSubscription) SetTrigger(v string)

SetTrigger sets field value

func (DestinationSubscription) ToMap ¶

func (o DestinationSubscription) ToMap() (map[string]interface{}, error)

type DestinationSubscriptionConfiguration ¶

type DestinationSubscriptionConfiguration struct {
	// The action id to instantiate.
	ActionId string `json:"actionId"`
	// Represents settings used to configure an action subscription.
	Settings map[string]interface{} `json:"settings,omitempty"`
}

DestinationSubscriptionConfiguration Destination Subscription Configuration.

func NewDestinationSubscriptionConfiguration ¶

func NewDestinationSubscriptionConfiguration(
	actionId string,
) *DestinationSubscriptionConfiguration

NewDestinationSubscriptionConfiguration instantiates a new DestinationSubscriptionConfiguration 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 NewDestinationSubscriptionConfigurationWithDefaults ¶

func NewDestinationSubscriptionConfigurationWithDefaults() *DestinationSubscriptionConfiguration

NewDestinationSubscriptionConfigurationWithDefaults instantiates a new DestinationSubscriptionConfiguration 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 (*DestinationSubscriptionConfiguration) GetActionId ¶

GetActionId returns the ActionId field value

func (*DestinationSubscriptionConfiguration) GetActionIdOk ¶

func (o *DestinationSubscriptionConfiguration) GetActionIdOk() (*string, bool)

GetActionIdOk returns a tuple with the ActionId field value and a boolean to check if the value has been set.

func (*DestinationSubscriptionConfiguration) GetSettings ¶

func (o *DestinationSubscriptionConfiguration) GetSettings() map[string]interface{}

GetSettings returns the Settings field value if set, zero value otherwise.

func (*DestinationSubscriptionConfiguration) GetSettingsOk ¶

func (o *DestinationSubscriptionConfiguration) GetSettingsOk() (map[string]interface{}, 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 (*DestinationSubscriptionConfiguration) HasSettings ¶

func (o *DestinationSubscriptionConfiguration) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (DestinationSubscriptionConfiguration) MarshalJSON ¶

func (o DestinationSubscriptionConfiguration) MarshalJSON() ([]byte, error)

func (*DestinationSubscriptionConfiguration) SetActionId ¶

func (o *DestinationSubscriptionConfiguration) SetActionId(v string)

SetActionId sets field value

func (*DestinationSubscriptionConfiguration) SetSettings ¶

func (o *DestinationSubscriptionConfiguration) SetSettings(v map[string]interface{})

SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.

func (DestinationSubscriptionConfiguration) ToMap ¶

func (o DestinationSubscriptionConfiguration) ToMap() (map[string]interface{}, error)

type DestinationSubscriptionUpdateInput ¶

type DestinationSubscriptionUpdateInput struct {
	// The user-defined name for the subscription.
	Name *string `json:"name,omitempty"`
	// The fql statement.
	Trigger *string `json:"trigger,omitempty"`
	// Is the subscription enabled.
	Enabled *bool `json:"enabled,omitempty"`
	// Represents settings used to configure an action subscription.
	Settings map[string]interface{} `json:"settings,omitempty"`
	// (Reverse ETL only) The reverse ETL model to attach this subscription to.
	ReverseETLModelId  *string                       `json:"reverseETLModelId,omitempty"`
	ReverseETLSchedule *ReverseEtlScheduleDefinition `json:"reverseETLSchedule,omitempty"`
}

DestinationSubscriptionUpdateInput The input parameters for updating a Destination subscription.

func NewDestinationSubscriptionUpdateInput ¶

func NewDestinationSubscriptionUpdateInput() *DestinationSubscriptionUpdateInput

NewDestinationSubscriptionUpdateInput instantiates a new DestinationSubscriptionUpdateInput 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 NewDestinationSubscriptionUpdateInputWithDefaults ¶

func NewDestinationSubscriptionUpdateInputWithDefaults() *DestinationSubscriptionUpdateInput

NewDestinationSubscriptionUpdateInputWithDefaults instantiates a new DestinationSubscriptionUpdateInput 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 (*DestinationSubscriptionUpdateInput) GetEnabled ¶

func (o *DestinationSubscriptionUpdateInput) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*DestinationSubscriptionUpdateInput) GetEnabledOk ¶

func (o *DestinationSubscriptionUpdateInput) 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 (*DestinationSubscriptionUpdateInput) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*DestinationSubscriptionUpdateInput) GetNameOk ¶

func (o *DestinationSubscriptionUpdateInput) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationSubscriptionUpdateInput) GetReverseETLModelId ¶

func (o *DestinationSubscriptionUpdateInput) GetReverseETLModelId() string

GetReverseETLModelId returns the ReverseETLModelId field value if set, zero value otherwise.

func (*DestinationSubscriptionUpdateInput) GetReverseETLModelIdOk ¶

func (o *DestinationSubscriptionUpdateInput) GetReverseETLModelIdOk() (*string, bool)

GetReverseETLModelIdOk returns a tuple with the ReverseETLModelId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationSubscriptionUpdateInput) GetReverseETLSchedule ¶

GetReverseETLSchedule returns the ReverseETLSchedule field value if set, zero value otherwise.

func (*DestinationSubscriptionUpdateInput) GetReverseETLScheduleOk ¶

func (o *DestinationSubscriptionUpdateInput) GetReverseETLScheduleOk() (*ReverseEtlScheduleDefinition, bool)

GetReverseETLScheduleOk returns a tuple with the ReverseETLSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationSubscriptionUpdateInput) GetSettings ¶

func (o *DestinationSubscriptionUpdateInput) GetSettings() map[string]interface{}

GetSettings returns the Settings field value if set, zero value otherwise.

func (*DestinationSubscriptionUpdateInput) GetSettingsOk ¶

func (o *DestinationSubscriptionUpdateInput) GetSettingsOk() (map[string]interface{}, 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 (*DestinationSubscriptionUpdateInput) GetTrigger ¶

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*DestinationSubscriptionUpdateInput) GetTriggerOk ¶

func (o *DestinationSubscriptionUpdateInput) GetTriggerOk() (*string, bool)

GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationSubscriptionUpdateInput) HasEnabled ¶

func (o *DestinationSubscriptionUpdateInput) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*DestinationSubscriptionUpdateInput) HasName ¶

HasName returns a boolean if a field has been set.

func (*DestinationSubscriptionUpdateInput) HasReverseETLModelId ¶

func (o *DestinationSubscriptionUpdateInput) HasReverseETLModelId() bool

HasReverseETLModelId returns a boolean if a field has been set.

func (*DestinationSubscriptionUpdateInput) HasReverseETLSchedule ¶

func (o *DestinationSubscriptionUpdateInput) HasReverseETLSchedule() bool

HasReverseETLSchedule returns a boolean if a field has been set.

func (*DestinationSubscriptionUpdateInput) HasSettings ¶

func (o *DestinationSubscriptionUpdateInput) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (*DestinationSubscriptionUpdateInput) HasTrigger ¶

func (o *DestinationSubscriptionUpdateInput) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (DestinationSubscriptionUpdateInput) MarshalJSON ¶

func (o DestinationSubscriptionUpdateInput) MarshalJSON() ([]byte, error)

func (*DestinationSubscriptionUpdateInput) SetEnabled ¶

func (o *DestinationSubscriptionUpdateInput) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*DestinationSubscriptionUpdateInput) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*DestinationSubscriptionUpdateInput) SetReverseETLModelId ¶

func (o *DestinationSubscriptionUpdateInput) SetReverseETLModelId(v string)

SetReverseETLModelId gets a reference to the given string and assigns it to the ReverseETLModelId field.

func (*DestinationSubscriptionUpdateInput) SetReverseETLSchedule ¶

SetReverseETLSchedule gets a reference to the given ReverseEtlScheduleDefinition and assigns it to the ReverseETLSchedule field.

func (*DestinationSubscriptionUpdateInput) SetSettings ¶

func (o *DestinationSubscriptionUpdateInput) SetSettings(v map[string]interface{})

SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.

func (*DestinationSubscriptionUpdateInput) SetTrigger ¶

func (o *DestinationSubscriptionUpdateInput) SetTrigger(v string)

SetTrigger gets a reference to the given string and assigns it to the Trigger field.

func (DestinationSubscriptionUpdateInput) ToMap ¶

func (o DestinationSubscriptionUpdateInput) ToMap() (map[string]interface{}, error)

type DestinationV1 ¶

type DestinationV1 struct {
	// The unique identifier of this instance of a Destination.  Config API note: analogous to `name`.
	Id string `json:"id"`
	// The name of this instance of a Destination.  Config API note: equal to `displayName`.
	Name *string `json:"name,omitempty"`
	// Whether this instance of a Destination receives data.
	Enabled  bool                  `json:"enabled"`
	Metadata DestinationMetadataV1 `json:"metadata"`
	// The id of a Source connected to this instance of a Destination.  Config API note: analogous to `parent`.
	SourceId string `json:"sourceId"`
	// The collection of settings associated with a Destination.  Config API note: equal to `config`.
	Settings map[string]interface{} `json:"settings"`
}

DestinationV1 Business tools or apps that you can connect to the data flowing through Segment. This is equal to the Destination object in Config API, with the following fields omitted: - catalogId - createTime - updateTime - connectionMode.

func NewDestinationV1 ¶

func NewDestinationV1(
	id string,
	enabled bool,
	metadata DestinationMetadataV1,
	sourceId string,
	settings map[string]interface{},
) *DestinationV1

NewDestinationV1 instantiates a new DestinationV1 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 NewDestinationV1WithDefaults ¶

func NewDestinationV1WithDefaults() *DestinationV1

NewDestinationV1WithDefaults instantiates a new DestinationV1 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 (*DestinationV1) GetEnabled ¶

func (o *DestinationV1) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*DestinationV1) GetEnabledOk ¶

func (o *DestinationV1) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*DestinationV1) GetId ¶

func (o *DestinationV1) GetId() string

GetId returns the Id field value

func (*DestinationV1) GetIdOk ¶

func (o *DestinationV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*DestinationV1) GetMetadata ¶

func (o *DestinationV1) GetMetadata() DestinationMetadataV1

GetMetadata returns the Metadata field value

func (*DestinationV1) GetMetadataOk ¶

func (o *DestinationV1) GetMetadataOk() (*DestinationMetadataV1, bool)

GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.

func (*DestinationV1) GetName ¶

func (o *DestinationV1) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*DestinationV1) GetNameOk ¶

func (o *DestinationV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DestinationV1) GetSettings ¶

func (o *DestinationV1) GetSettings() map[string]interface{}

GetSettings returns the Settings field value

func (*DestinationV1) GetSettingsOk ¶

func (o *DestinationV1) GetSettingsOk() (map[string]interface{}, bool)

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (*DestinationV1) GetSourceId ¶

func (o *DestinationV1) GetSourceId() string

GetSourceId returns the SourceId field value

func (*DestinationV1) GetSourceIdOk ¶

func (o *DestinationV1) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*DestinationV1) HasName ¶

func (o *DestinationV1) HasName() bool

HasName returns a boolean if a field has been set.

func (DestinationV1) MarshalJSON ¶

func (o DestinationV1) MarshalJSON() ([]byte, error)

func (*DestinationV1) SetEnabled ¶

func (o *DestinationV1) SetEnabled(v bool)

SetEnabled sets field value

func (*DestinationV1) SetId ¶

func (o *DestinationV1) SetId(v string)

SetId sets field value

func (*DestinationV1) SetMetadata ¶

func (o *DestinationV1) SetMetadata(v DestinationMetadataV1)

SetMetadata sets field value

func (*DestinationV1) SetName ¶

func (o *DestinationV1) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*DestinationV1) SetSettings ¶

func (o *DestinationV1) SetSettings(v map[string]interface{})

SetSettings sets field value

func (*DestinationV1) SetSourceId ¶

func (o *DestinationV1) SetSourceId(v string)

SetSourceId sets field value

func (DestinationV1) ToMap ¶

func (o DestinationV1) ToMap() (map[string]interface{}, error)

type DestinationsAPIService ¶

type DestinationsAPIService service

DestinationsAPIService DestinationsAPI service

func (*DestinationsAPIService) CreateDestination ¶

CreateDestination Create Destination

Creates a new Destination.

• When called, this endpoint may generate the `Integration Created` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateDestinationRequest

func (*DestinationsAPIService) CreateDestinationExecute ¶

Execute executes the request

@return CreateDestination200Response

func (*DestinationsAPIService) CreateDestinationSubscription ¶

func (a *DestinationsAPIService) CreateDestinationSubscription(
	ctx context.Context,
	destinationId string,
) ApiCreateDestinationSubscriptionRequest

CreateDestinationSubscription Create Destination Subscription

Creates a new Destination subscription.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information.

The rate limit for this endpoint is 5 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param destinationId
@return ApiCreateDestinationSubscriptionRequest

func (*DestinationsAPIService) CreateDestinationSubscriptionExecute ¶

Execute executes the request

@return CreateDestinationSubscription200Response

func (*DestinationsAPIService) DeleteDestination ¶

func (a *DestinationsAPIService) DeleteDestination(
	ctx context.Context,
	destinationId string,
) ApiDeleteDestinationRequest

DeleteDestination Delete Destination

Deletes an existing Destination.

• When called, this endpoint may generate the `Integration Deleted` event in the [audit trail](/tag/Audit-Trail).

Config API omitted fields: - `catalogId`

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param destinationId
@return ApiDeleteDestinationRequest

func (*DestinationsAPIService) DeleteDestinationExecute ¶

Execute executes the request

@return DeleteDestination200Response

func (*DestinationsAPIService) GetDestination ¶

func (a *DestinationsAPIService) GetDestination(
	ctx context.Context,
	destinationId string,
) ApiGetDestinationRequest

GetDestination Get Destination

Returns a Destination by its id.

Config API omitted fields:

- `catalogId`

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param destinationId
@return ApiGetDestinationRequest

func (*DestinationsAPIService) GetDestinationExecute ¶

Execute executes the request

@return GetDestination200Response

func (*DestinationsAPIService) GetSubscriptionFromDestination ¶

func (a *DestinationsAPIService) GetSubscriptionFromDestination(
	ctx context.Context,
	destinationId string,
	id string,
) ApiGetSubscriptionFromDestinationRequest

GetSubscriptionFromDestination Get Subscription from Destination

Gets a Destination subscription by id.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param destinationId
@param id
@return ApiGetSubscriptionFromDestinationRequest

func (*DestinationsAPIService) GetSubscriptionFromDestinationExecute ¶

Execute executes the request

@return GetSubscriptionFromDestination200Response

func (*DestinationsAPIService) ListDeliveryMetricsSummaryFromDestination ¶

func (a *DestinationsAPIService) ListDeliveryMetricsSummaryFromDestination(
	ctx context.Context,
	destinationId string,
) ApiListDeliveryMetricsSummaryFromDestinationRequest

ListDeliveryMetricsSummaryFromDestination List Delivery Metrics Summary from Destination

Get an event delivery metrics summary from a Destination.

Based on the granularity chosen, there are restrictions on the time range you can query:

**Minute**: - Max time range: 4 hours - Oldest possible start time: 48 hours in the past

**Hour**: - Max Time range: 7 days - Oldest possible start time: 7 days in the past

**Day**: - Max time range: 14 days - Oldest possible start time: 14 days in the past

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param destinationId
@return ApiListDeliveryMetricsSummaryFromDestinationRequest

func (*DestinationsAPIService) ListDeliveryMetricsSummaryFromDestinationExecute ¶

Execute executes the request

@return ListDeliveryMetricsSummaryFromDestination200Response

func (*DestinationsAPIService) ListDestinations ¶

ListDestinations List Destinations

Returns a list of Destinations.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListDestinationsRequest

func (*DestinationsAPIService) ListDestinationsExecute ¶

Execute executes the request

@return ListDestinations200Response

func (*DestinationsAPIService) ListSubscriptionsFromDestination ¶

func (a *DestinationsAPIService) ListSubscriptionsFromDestination(
	ctx context.Context,
	destinationId string,
) ApiListSubscriptionsFromDestinationRequest

ListSubscriptionsFromDestination List Subscriptions from Destination

Lists subscriptions for a Destination.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param destinationId
@return ApiListSubscriptionsFromDestinationRequest

func (*DestinationsAPIService) ListSubscriptionsFromDestinationExecute ¶

Execute executes the request

@return ListSubscriptionsFromDestination200Response

func (*DestinationsAPIService) RemoveSubscriptionFromDestination ¶

func (a *DestinationsAPIService) RemoveSubscriptionFromDestination(
	ctx context.Context,
	destinationId string,
	id string,
) ApiRemoveSubscriptionFromDestinationRequest

RemoveSubscriptionFromDestination Remove Subscription from Destination

Deletes an existing Destination subscription.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information.

The rate limit for this endpoint is 5 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param destinationId
@param id
@return ApiRemoveSubscriptionFromDestinationRequest

func (*DestinationsAPIService) RemoveSubscriptionFromDestinationExecute ¶

Execute executes the request

@return RemoveSubscriptionFromDestination200Response

func (*DestinationsAPIService) UpdateDestination ¶

func (a *DestinationsAPIService) UpdateDestination(
	ctx context.Context,
	destinationId string,
) ApiUpdateDestinationRequest

UpdateDestination Update Destination

Updates an existing Destination.

**Note**: if you attempt to update read-only settings for your destination you'll encounter the following behavior:

  • If only read-only properties are being updated, the endpoint will return an HTTP 400 error.

  • If there's a mix of writable and read-only properties in the payload, the request will be accepted, the writable properties will be updated and the read-only properties ignored.

• When called, this endpoint may generate the `Integration Disabled` event in the [audit trail](/tag/Audit-Trail).

Config API omitted fields: - `updateMask`

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param destinationId
@return ApiUpdateDestinationRequest

func (*DestinationsAPIService) UpdateDestinationExecute ¶

Execute executes the request

@return UpdateDestination200Response

func (*DestinationsAPIService) UpdateSubscriptionForDestination ¶

func (a *DestinationsAPIService) UpdateSubscriptionForDestination(
	ctx context.Context,
	destinationId string,
	id string,
) ApiUpdateSubscriptionForDestinationRequest

UpdateSubscriptionForDestination Update Subscription for Destination

Updates an existing Destination subscription.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Destination Subscriptions feature enabled. Please reach out to your customer success manager for more information.

The rate limit for this endpoint is 5 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param destinationId
@param id
@return ApiUpdateSubscriptionForDestinationRequest

func (*DestinationsAPIService) UpdateSubscriptionForDestinationExecute ¶

Execute executes the request

@return UpdateSubscriptionForDestination200Response

type DisableEdgeFunctions200Response ¶

type DisableEdgeFunctions200Response struct {
	Data *DisableEdgeFunctionsAlphaOutput `json:"data,omitempty"`
}

DisableEdgeFunctions200Response struct for DisableEdgeFunctions200Response

func NewDisableEdgeFunctions200Response ¶

func NewDisableEdgeFunctions200Response() *DisableEdgeFunctions200Response

NewDisableEdgeFunctions200Response instantiates a new DisableEdgeFunctions200Response 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 NewDisableEdgeFunctions200ResponseWithDefaults ¶

func NewDisableEdgeFunctions200ResponseWithDefaults() *DisableEdgeFunctions200Response

NewDisableEdgeFunctions200ResponseWithDefaults instantiates a new DisableEdgeFunctions200Response 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 (*DisableEdgeFunctions200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*DisableEdgeFunctions200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DisableEdgeFunctions200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (DisableEdgeFunctions200Response) MarshalJSON ¶

func (o DisableEdgeFunctions200Response) MarshalJSON() ([]byte, error)

func (*DisableEdgeFunctions200Response) SetData ¶

SetData gets a reference to the given DisableEdgeFunctionsAlphaOutput and assigns it to the Data field.

func (DisableEdgeFunctions200Response) ToMap ¶

func (o DisableEdgeFunctions200Response) ToMap() (map[string]interface{}, error)

type DisableEdgeFunctionsAlphaOutput ¶

type DisableEdgeFunctionsAlphaOutput struct {
	EdgeFunctions EdgeFunctionsAlpha `json:"edgeFunctions"`
}

DisableEdgeFunctionsAlphaOutput Output for DisableEdgeFunctions.

func NewDisableEdgeFunctionsAlphaOutput ¶

func NewDisableEdgeFunctionsAlphaOutput(
	edgeFunctions EdgeFunctionsAlpha,
) *DisableEdgeFunctionsAlphaOutput

NewDisableEdgeFunctionsAlphaOutput instantiates a new DisableEdgeFunctionsAlphaOutput 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 NewDisableEdgeFunctionsAlphaOutputWithDefaults ¶

func NewDisableEdgeFunctionsAlphaOutputWithDefaults() *DisableEdgeFunctionsAlphaOutput

NewDisableEdgeFunctionsAlphaOutputWithDefaults instantiates a new DisableEdgeFunctionsAlphaOutput 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 (*DisableEdgeFunctionsAlphaOutput) GetEdgeFunctions ¶

GetEdgeFunctions returns the EdgeFunctions field value

func (*DisableEdgeFunctionsAlphaOutput) GetEdgeFunctionsOk ¶

func (o *DisableEdgeFunctionsAlphaOutput) GetEdgeFunctionsOk() (*EdgeFunctionsAlpha, bool)

GetEdgeFunctionsOk returns a tuple with the EdgeFunctions field value and a boolean to check if the value has been set.

func (DisableEdgeFunctionsAlphaOutput) MarshalJSON ¶

func (o DisableEdgeFunctionsAlphaOutput) MarshalJSON() ([]byte, error)

func (*DisableEdgeFunctionsAlphaOutput) SetEdgeFunctions ¶

func (o *DisableEdgeFunctionsAlphaOutput) SetEdgeFunctions(v EdgeFunctionsAlpha)

SetEdgeFunctions sets field value

func (DisableEdgeFunctionsAlphaOutput) ToMap ¶

func (o DisableEdgeFunctionsAlphaOutput) ToMap() (map[string]interface{}, error)

type Download ¶

type Download struct {
	// List of presigned URLs from S3.
	Urls []string `json:"urls"`
}

Download struct for Download

func NewDownload ¶

func NewDownload(urls []string) *Download

NewDownload instantiates a new Download 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 NewDownloadWithDefaults ¶

func NewDownloadWithDefaults() *Download

NewDownloadWithDefaults instantiates a new Download 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 (*Download) GetUrls ¶

func (o *Download) GetUrls() []string

GetUrls returns the Urls field value

func (*Download) GetUrlsOk ¶

func (o *Download) GetUrlsOk() ([]string, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (Download) MarshalJSON ¶

func (o Download) MarshalJSON() ([]byte, error)

func (*Download) SetUrls ¶

func (o *Download) SetUrls(v []string)

SetUrls sets field value

func (Download) ToMap ¶

func (o Download) ToMap() (map[string]interface{}, error)

type Echo200Response ¶

type Echo200Response struct {
	Data *EchoV1Output `json:"data,omitempty"`
}

Echo200Response struct for Echo200Response

func NewEcho200Response ¶

func NewEcho200Response() *Echo200Response

NewEcho200Response instantiates a new Echo200Response 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 NewEcho200ResponseWithDefaults ¶

func NewEcho200ResponseWithDefaults() *Echo200Response

NewEcho200ResponseWithDefaults instantiates a new Echo200Response 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 (*Echo200Response) GetData ¶

func (o *Echo200Response) GetData() EchoV1Output

GetData returns the Data field value if set, zero value otherwise.

func (*Echo200Response) GetDataOk ¶

func (o *Echo200Response) GetDataOk() (*EchoV1Output, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Echo200Response) HasData ¶

func (o *Echo200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (Echo200Response) MarshalJSON ¶

func (o Echo200Response) MarshalJSON() ([]byte, error)

func (*Echo200Response) SetData ¶

func (o *Echo200Response) SetData(v EchoV1Output)

SetData gets a reference to the given EchoV1Output and assigns it to the Data field.

func (Echo200Response) ToMap ¶

func (o Echo200Response) ToMap() (map[string]interface{}, error)

type Echo200Response1 ¶

type Echo200Response1 struct {
	Data *EchoAlphaOutput `json:"data,omitempty"`
}

Echo200Response1 struct for Echo200Response1

func NewEcho200Response1 ¶

func NewEcho200Response1() *Echo200Response1

NewEcho200Response1 instantiates a new Echo200Response1 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 NewEcho200Response1WithDefaults ¶

func NewEcho200Response1WithDefaults() *Echo200Response1

NewEcho200Response1WithDefaults instantiates a new Echo200Response1 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 (*Echo200Response1) GetData ¶

func (o *Echo200Response1) GetData() EchoAlphaOutput

GetData returns the Data field value if set, zero value otherwise.

func (*Echo200Response1) GetDataOk ¶

func (o *Echo200Response1) GetDataOk() (*EchoAlphaOutput, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Echo200Response1) HasData ¶

func (o *Echo200Response1) HasData() bool

HasData returns a boolean if a field has been set.

func (Echo200Response1) MarshalJSON ¶

func (o Echo200Response1) MarshalJSON() ([]byte, error)

func (*Echo200Response1) SetData ¶

func (o *Echo200Response1) SetData(v EchoAlphaOutput)

SetData gets a reference to the given EchoAlphaOutput and assigns it to the Data field.

func (Echo200Response1) ToMap ¶

func (o Echo200Response1) ToMap() (map[string]interface{}, error)

type EchoAlphaOutput ¶

type EchoAlphaOutput struct {
	// The HTTP method used for this round-trip.  Currently, this endpoint supports only `get` and `post` methods.
	Method string `json:"method"`
	// The string passed in the `message` input field.
	Message string `json:"message"`
	// The request's HTTP headers.
	Headers map[string]interface{} `json:"headers"`
}

EchoAlphaOutput Echo response.

func NewEchoAlphaOutput ¶

func NewEchoAlphaOutput(
	method string,
	message string,
	headers map[string]interface{},
) *EchoAlphaOutput

NewEchoAlphaOutput instantiates a new EchoAlphaOutput 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 NewEchoAlphaOutputWithDefaults ¶

func NewEchoAlphaOutputWithDefaults() *EchoAlphaOutput

NewEchoAlphaOutputWithDefaults instantiates a new EchoAlphaOutput 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 (*EchoAlphaOutput) GetHeaders ¶

func (o *EchoAlphaOutput) GetHeaders() map[string]interface{}

GetHeaders returns the Headers field value

func (*EchoAlphaOutput) GetHeadersOk ¶

func (o *EchoAlphaOutput) GetHeadersOk() (map[string]interface{}, bool)

GetHeadersOk returns a tuple with the Headers field value and a boolean to check if the value has been set.

func (*EchoAlphaOutput) GetMessage ¶

func (o *EchoAlphaOutput) GetMessage() string

GetMessage returns the Message field value

func (*EchoAlphaOutput) GetMessageOk ¶

func (o *EchoAlphaOutput) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*EchoAlphaOutput) GetMethod ¶

func (o *EchoAlphaOutput) GetMethod() string

GetMethod returns the Method field value

func (*EchoAlphaOutput) GetMethodOk ¶

func (o *EchoAlphaOutput) GetMethodOk() (*string, bool)

GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.

func (EchoAlphaOutput) MarshalJSON ¶

func (o EchoAlphaOutput) MarshalJSON() ([]byte, error)

func (*EchoAlphaOutput) SetHeaders ¶

func (o *EchoAlphaOutput) SetHeaders(v map[string]interface{})

SetHeaders sets field value

func (*EchoAlphaOutput) SetMessage ¶

func (o *EchoAlphaOutput) SetMessage(v string)

SetMessage sets field value

func (*EchoAlphaOutput) SetMethod ¶

func (o *EchoAlphaOutput) SetMethod(v string)

SetMethod sets field value

func (EchoAlphaOutput) ToMap ¶

func (o EchoAlphaOutput) ToMap() (map[string]interface{}, error)

type EchoV1Output ¶

type EchoV1Output struct {
	// The HTTP method used for this round-trip.  Currently, this endpoint supports only `get` and `post` methods.
	Method string `json:"method"`
	// The string passed in the `message` input field.
	Message string `json:"message"`
	// The request's HTTP headers.
	Headers map[string]interface{} `json:"headers"`
}

EchoV1Output Echo response.

func NewEchoV1Output ¶

func NewEchoV1Output(method string, message string, headers map[string]interface{}) *EchoV1Output

NewEchoV1Output instantiates a new EchoV1Output 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 NewEchoV1OutputWithDefaults ¶

func NewEchoV1OutputWithDefaults() *EchoV1Output

NewEchoV1OutputWithDefaults instantiates a new EchoV1Output 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 (*EchoV1Output) GetHeaders ¶

func (o *EchoV1Output) GetHeaders() map[string]interface{}

GetHeaders returns the Headers field value

func (*EchoV1Output) GetHeadersOk ¶

func (o *EchoV1Output) GetHeadersOk() (map[string]interface{}, bool)

GetHeadersOk returns a tuple with the Headers field value and a boolean to check if the value has been set.

func (*EchoV1Output) GetMessage ¶

func (o *EchoV1Output) GetMessage() string

GetMessage returns the Message field value

func (*EchoV1Output) GetMessageOk ¶

func (o *EchoV1Output) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*EchoV1Output) GetMethod ¶

func (o *EchoV1Output) GetMethod() string

GetMethod returns the Method field value

func (*EchoV1Output) GetMethodOk ¶

func (o *EchoV1Output) GetMethodOk() (*string, bool)

GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.

func (EchoV1Output) MarshalJSON ¶

func (o EchoV1Output) MarshalJSON() ([]byte, error)

func (*EchoV1Output) SetHeaders ¶

func (o *EchoV1Output) SetHeaders(v map[string]interface{})

SetHeaders sets field value

func (*EchoV1Output) SetMessage ¶

func (o *EchoV1Output) SetMessage(v string)

SetMessage sets field value

func (*EchoV1Output) SetMethod ¶

func (o *EchoV1Output) SetMethod(v string)

SetMethod sets field value

func (EchoV1Output) ToMap ¶

func (o EchoV1Output) ToMap() (map[string]interface{}, error)

type EdgeFunctionsAPIService ¶

type EdgeFunctionsAPIService service

EdgeFunctionsAPIService EdgeFunctionsAPI service

func (*EdgeFunctionsAPIService) CreateEdgeFunctions ¶

func (a *EdgeFunctionsAPIService) CreateEdgeFunctions(
	ctx context.Context,
	sourceId string,
) ApiCreateEdgeFunctionsRequest

CreateEdgeFunctions Create Edge Functions

Create EdgeFunctions for your Source given a valid upload URL for an Edge Functions bundle.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Edge Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiCreateEdgeFunctionsRequest

func (*EdgeFunctionsAPIService) CreateEdgeFunctionsExecute ¶

Execute executes the request

@return CreateEdgeFunctions200Response

func (*EdgeFunctionsAPIService) DisableEdgeFunctions ¶

func (a *EdgeFunctionsAPIService) DisableEdgeFunctions(
	ctx context.Context,
	sourceId string,
) ApiDisableEdgeFunctionsRequest

DisableEdgeFunctions Disable Edge Functions

Disable Edge Functions for your Source.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Edge Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiDisableEdgeFunctionsRequest

func (*EdgeFunctionsAPIService) DisableEdgeFunctionsExecute ¶

Execute executes the request

@return DisableEdgeFunctions200Response

func (*EdgeFunctionsAPIService) GenerateUploadURLForEdgeFunctions ¶

func (a *EdgeFunctionsAPIService) GenerateUploadURLForEdgeFunctions(
	ctx context.Context,
	sourceId string,
) ApiGenerateUploadURLForEdgeFunctionsRequest

GenerateUploadURLForEdgeFunctions Generate Upload URL for Edge Functions

Generate a temporary upload URL that can be used to upload an Edge Functions bundle.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Edge Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiGenerateUploadURLForEdgeFunctionsRequest

func (*EdgeFunctionsAPIService) GenerateUploadURLForEdgeFunctionsExecute ¶

Execute executes the request

@return GenerateUploadURLForEdgeFunctions200Response

func (*EdgeFunctionsAPIService) GetLatestFromEdgeFunctions ¶

func (a *EdgeFunctionsAPIService) GetLatestFromEdgeFunctions(
	ctx context.Context,
	sourceId string,
) ApiGetLatestFromEdgeFunctionsRequest

GetLatestFromEdgeFunctions Get Latest from Edge Functions

Get the latest Edge Functions for your Source.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Edge Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiGetLatestFromEdgeFunctionsRequest

func (*EdgeFunctionsAPIService) GetLatestFromEdgeFunctionsExecute ¶

Execute executes the request

@return GetLatestFromEdgeFunctions200Response

type EdgeFunctionsAlpha ¶

type EdgeFunctionsAlpha struct {
	// The Edge Function id.
	Id string `json:"id"`
	// The Source id.
	SourceId string `json:"sourceId"`
	// Creation date.
	CreatedAt string `json:"createdAt"`
	// Creating user's id.
	CreatedBy string `json:"createdBy"`
	// The CDN URL that can be used to fetch your latest EdgeFunctions bundle.
	DownloadURL string `json:"downloadURL"`
	// Revision number associated with the latest Edge Function.
	Version float32 `json:"version"`
}

EdgeFunctionsAlpha Represents an Edge Function bundle.

func NewEdgeFunctionsAlpha ¶

func NewEdgeFunctionsAlpha(
	id string,
	sourceId string,
	createdAt string,
	createdBy string,
	downloadURL string,
	version float32,
) *EdgeFunctionsAlpha

NewEdgeFunctionsAlpha instantiates a new EdgeFunctionsAlpha 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 NewEdgeFunctionsAlphaWithDefaults ¶

func NewEdgeFunctionsAlphaWithDefaults() *EdgeFunctionsAlpha

NewEdgeFunctionsAlphaWithDefaults instantiates a new EdgeFunctionsAlpha 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 (*EdgeFunctionsAlpha) GetCreatedAt ¶

func (o *EdgeFunctionsAlpha) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*EdgeFunctionsAlpha) GetCreatedAtOk ¶

func (o *EdgeFunctionsAlpha) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*EdgeFunctionsAlpha) GetCreatedBy ¶

func (o *EdgeFunctionsAlpha) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field value

func (*EdgeFunctionsAlpha) GetCreatedByOk ¶

func (o *EdgeFunctionsAlpha) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.

func (*EdgeFunctionsAlpha) GetDownloadURL ¶

func (o *EdgeFunctionsAlpha) GetDownloadURL() string

GetDownloadURL returns the DownloadURL field value

func (*EdgeFunctionsAlpha) GetDownloadURLOk ¶

func (o *EdgeFunctionsAlpha) GetDownloadURLOk() (*string, bool)

GetDownloadURLOk returns a tuple with the DownloadURL field value and a boolean to check if the value has been set.

func (*EdgeFunctionsAlpha) GetId ¶

func (o *EdgeFunctionsAlpha) GetId() string

GetId returns the Id field value

func (*EdgeFunctionsAlpha) GetIdOk ¶

func (o *EdgeFunctionsAlpha) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*EdgeFunctionsAlpha) GetSourceId ¶

func (o *EdgeFunctionsAlpha) GetSourceId() string

GetSourceId returns the SourceId field value

func (*EdgeFunctionsAlpha) GetSourceIdOk ¶

func (o *EdgeFunctionsAlpha) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*EdgeFunctionsAlpha) GetVersion ¶

func (o *EdgeFunctionsAlpha) GetVersion() float32

GetVersion returns the Version field value

func (*EdgeFunctionsAlpha) GetVersionOk ¶

func (o *EdgeFunctionsAlpha) GetVersionOk() (*float32, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (EdgeFunctionsAlpha) MarshalJSON ¶

func (o EdgeFunctionsAlpha) MarshalJSON() ([]byte, error)

func (*EdgeFunctionsAlpha) SetCreatedAt ¶

func (o *EdgeFunctionsAlpha) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*EdgeFunctionsAlpha) SetCreatedBy ¶

func (o *EdgeFunctionsAlpha) SetCreatedBy(v string)

SetCreatedBy sets field value

func (*EdgeFunctionsAlpha) SetDownloadURL ¶

func (o *EdgeFunctionsAlpha) SetDownloadURL(v string)

SetDownloadURL sets field value

func (*EdgeFunctionsAlpha) SetId ¶

func (o *EdgeFunctionsAlpha) SetId(v string)

SetId sets field value

func (*EdgeFunctionsAlpha) SetSourceId ¶

func (o *EdgeFunctionsAlpha) SetSourceId(v string)

SetSourceId sets field value

func (*EdgeFunctionsAlpha) SetVersion ¶

func (o *EdgeFunctionsAlpha) SetVersion(v float32)

SetVersion sets field value

func (EdgeFunctionsAlpha) ToMap ¶

func (o EdgeFunctionsAlpha) ToMap() (map[string]interface{}, error)

type EntityDetails ¶

type EntityDetails struct {
	// The entity primary key value.
	Id string `json:"id"`
	// The entity primary key column name.
	IdProperty string `json:"idProperty"`
	// The entity relationship slug.
	RelationshipSlug string `json:"relationshipSlug"`
	// Entity properties.
	Properties map[string]interface{} `json:"properties,omitempty"`
	// Related entities that are one level deeper will only be returned if those entities are referenced in the audience definition.
	Entities map[string]interface{} `json:"entities,omitempty"`
}

EntityDetails Entity details.

func NewEntityDetails ¶

func NewEntityDetails(id string, idProperty string, relationshipSlug string) *EntityDetails

NewEntityDetails instantiates a new EntityDetails 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 NewEntityDetailsWithDefaults ¶

func NewEntityDetailsWithDefaults() *EntityDetails

NewEntityDetailsWithDefaults instantiates a new EntityDetails 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 (*EntityDetails) GetEntities ¶

func (o *EntityDetails) GetEntities() map[string]interface{}

GetEntities returns the Entities field value if set, zero value otherwise.

func (*EntityDetails) GetEntitiesOk ¶

func (o *EntityDetails) GetEntitiesOk() (map[string]interface{}, bool)

GetEntitiesOk returns a tuple with the Entities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityDetails) GetId ¶

func (o *EntityDetails) GetId() string

GetId returns the Id field value

func (*EntityDetails) GetIdOk ¶

func (o *EntityDetails) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*EntityDetails) GetIdProperty ¶

func (o *EntityDetails) GetIdProperty() string

GetIdProperty returns the IdProperty field value

func (*EntityDetails) GetIdPropertyOk ¶

func (o *EntityDetails) GetIdPropertyOk() (*string, bool)

GetIdPropertyOk returns a tuple with the IdProperty field value and a boolean to check if the value has been set.

func (*EntityDetails) GetProperties ¶

func (o *EntityDetails) GetProperties() map[string]interface{}

GetProperties returns the Properties field value if set, zero value otherwise.

func (*EntityDetails) GetPropertiesOk ¶

func (o *EntityDetails) GetPropertiesOk() (map[string]interface{}, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityDetails) GetRelationshipSlug ¶

func (o *EntityDetails) GetRelationshipSlug() string

GetRelationshipSlug returns the RelationshipSlug field value

func (*EntityDetails) GetRelationshipSlugOk ¶

func (o *EntityDetails) GetRelationshipSlugOk() (*string, bool)

GetRelationshipSlugOk returns a tuple with the RelationshipSlug field value and a boolean to check if the value has been set.

func (*EntityDetails) HasEntities ¶

func (o *EntityDetails) HasEntities() bool

HasEntities returns a boolean if a field has been set.

func (*EntityDetails) HasProperties ¶

func (o *EntityDetails) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (EntityDetails) MarshalJSON ¶

func (o EntityDetails) MarshalJSON() ([]byte, error)

func (*EntityDetails) SetEntities ¶

func (o *EntityDetails) SetEntities(v map[string]interface{})

SetEntities gets a reference to the given map[string]interface{} and assigns it to the Entities field.

func (*EntityDetails) SetId ¶

func (o *EntityDetails) SetId(v string)

SetId sets field value

func (*EntityDetails) SetIdProperty ¶

func (o *EntityDetails) SetIdProperty(v string)

SetIdProperty sets field value

func (*EntityDetails) SetProperties ¶

func (o *EntityDetails) SetProperties(v map[string]interface{})

SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.

func (*EntityDetails) SetRelationshipSlug ¶

func (o *EntityDetails) SetRelationshipSlug(v string)

SetRelationshipSlug sets field value

func (EntityDetails) ToMap ¶

func (o EntityDetails) ToMap() (map[string]interface{}, error)

type EventSourceV1 ¶

type EventSourceV1 struct {
	// The id of the Source where the events came from.
	Id string `json:"id"`
	// The name of the Source, if applicable.
	Name *string `json:"name,omitempty"`
	// The slug of the Source, if applicable.
	Slug *string `json:"slug,omitempty"`
}

EventSourceV1 Source represents a Segment Source.

func NewEventSourceV1 ¶

func NewEventSourceV1(id string) *EventSourceV1

NewEventSourceV1 instantiates a new EventSourceV1 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 NewEventSourceV1WithDefaults ¶

func NewEventSourceV1WithDefaults() *EventSourceV1

NewEventSourceV1WithDefaults instantiates a new EventSourceV1 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 (*EventSourceV1) GetId ¶

func (o *EventSourceV1) GetId() string

GetId returns the Id field value

func (*EventSourceV1) GetIdOk ¶

func (o *EventSourceV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*EventSourceV1) GetName ¶

func (o *EventSourceV1) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*EventSourceV1) GetNameOk ¶

func (o *EventSourceV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventSourceV1) GetSlug ¶

func (o *EventSourceV1) GetSlug() string

GetSlug returns the Slug field value if set, zero value otherwise.

func (*EventSourceV1) GetSlugOk ¶

func (o *EventSourceV1) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventSourceV1) HasName ¶

func (o *EventSourceV1) HasName() bool

HasName returns a boolean if a field has been set.

func (*EventSourceV1) HasSlug ¶

func (o *EventSourceV1) HasSlug() bool

HasSlug returns a boolean if a field has been set.

func (EventSourceV1) MarshalJSON ¶

func (o EventSourceV1) MarshalJSON() ([]byte, error)

func (*EventSourceV1) SetId ¶

func (o *EventSourceV1) SetId(v string)

SetId sets field value

func (*EventSourceV1) SetName ¶

func (o *EventSourceV1) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*EventSourceV1) SetSlug ¶

func (o *EventSourceV1) SetSlug(v string)

SetSlug gets a reference to the given string and assigns it to the Slug field.

func (EventSourceV1) ToMap ¶

func (o EventSourceV1) ToMap() (map[string]interface{}, error)

type EventsAPIService ¶

type EventsAPIService service

EventsAPIService EventsAPI service

func (*EventsAPIService) GetEventsVolumeFromWorkspace ¶

func (a *EventsAPIService) GetEventsVolumeFromWorkspace(
	ctx context.Context,
) ApiGetEventsVolumeFromWorkspaceRequest

GetEventsVolumeFromWorkspace Get Events Volume from Workspace

Enumerates the Workspace event volumes over time in minute increments.

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetEventsVolumeFromWorkspaceRequest

func (*EventsAPIService) GetEventsVolumeFromWorkspaceExecute ¶

Execute executes the request

@return GetEventsVolumeFromWorkspace200Response

type FQLDefinedPropertyV1 ¶

type FQLDefinedPropertyV1 struct {
	// The FQL expression used to compute the property.
	Fql string `json:"fql"`
	// The new property name.
	PropertyName string `json:"propertyName"`
}

FQLDefinedPropertyV1 struct for FQLDefinedPropertyV1

func NewFQLDefinedPropertyV1 ¶

func NewFQLDefinedPropertyV1(fql string, propertyName string) *FQLDefinedPropertyV1

NewFQLDefinedPropertyV1 instantiates a new FQLDefinedPropertyV1 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 NewFQLDefinedPropertyV1WithDefaults ¶

func NewFQLDefinedPropertyV1WithDefaults() *FQLDefinedPropertyV1

NewFQLDefinedPropertyV1WithDefaults instantiates a new FQLDefinedPropertyV1 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 (*FQLDefinedPropertyV1) GetFql ¶

func (o *FQLDefinedPropertyV1) GetFql() string

GetFql returns the Fql field value

func (*FQLDefinedPropertyV1) GetFqlOk ¶

func (o *FQLDefinedPropertyV1) GetFqlOk() (*string, bool)

GetFqlOk returns a tuple with the Fql field value and a boolean to check if the value has been set.

func (*FQLDefinedPropertyV1) GetPropertyName ¶

func (o *FQLDefinedPropertyV1) GetPropertyName() string

GetPropertyName returns the PropertyName field value

func (*FQLDefinedPropertyV1) GetPropertyNameOk ¶

func (o *FQLDefinedPropertyV1) GetPropertyNameOk() (*string, bool)

GetPropertyNameOk returns a tuple with the PropertyName field value and a boolean to check if the value has been set.

func (FQLDefinedPropertyV1) MarshalJSON ¶

func (o FQLDefinedPropertyV1) MarshalJSON() ([]byte, error)

func (*FQLDefinedPropertyV1) SetFql ¶

func (o *FQLDefinedPropertyV1) SetFql(v string)

SetFql sets field value

func (*FQLDefinedPropertyV1) SetPropertyName ¶

func (o *FQLDefinedPropertyV1) SetPropertyName(v string)

SetPropertyName sets field value

func (FQLDefinedPropertyV1) ToMap ¶

func (o FQLDefinedPropertyV1) ToMap() (map[string]interface{}, error)

type Filter ¶

type Filter struct {
	// The newly created filter id.
	Id string `json:"id"`
	// The Workspace id to create the filter.
	WorkspaceId string `json:"workspaceId"`
	// The Integration id of the resource.
	IntegrationId string `json:"integrationId"`
	// Whether the filter is enabled.
	Enabled *bool `json:"enabled,omitempty"`
	// The name of the filter.
	Name *string `json:"name,omitempty"`
	// The description of the filter.
	Description *string `json:"description,omitempty"`
	// The \"if\" statement for a filter.
	If *string `json:"if,omitempty"`
	// Whether the event is dropped.
	Drop *bool `json:"drop,omitempty"`
	// The timestamp of this filter's creation.
	CreatedAt string `json:"createdAt"`
	// The timestamp of this filter's last change.
	UpdatedAt string `json:"updatedAt"`
}

Filter Filter output.

func NewFilter ¶

func NewFilter(
	id string,
	workspaceId string,
	integrationId string,
	createdAt string,
	updatedAt string,
) *Filter

NewFilter instantiates a new Filter 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 NewFilterWithDefaults ¶

func NewFilterWithDefaults() *Filter

NewFilterWithDefaults instantiates a new Filter 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 (*Filter) GetCreatedAt ¶

func (o *Filter) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*Filter) GetCreatedAtOk ¶

func (o *Filter) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*Filter) GetDescription ¶

func (o *Filter) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Filter) GetDescriptionOk ¶

func (o *Filter) 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 (*Filter) GetDrop ¶

func (o *Filter) GetDrop() bool

GetDrop returns the Drop field value if set, zero value otherwise.

func (*Filter) GetDropOk ¶

func (o *Filter) GetDropOk() (*bool, bool)

GetDropOk returns a tuple with the Drop field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Filter) GetEnabled ¶

func (o *Filter) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*Filter) GetEnabledOk ¶

func (o *Filter) 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 (*Filter) GetId ¶

func (o *Filter) GetId() string

GetId returns the Id field value

func (*Filter) GetIdOk ¶

func (o *Filter) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Filter) GetIf ¶

func (o *Filter) GetIf() string

GetIf returns the If field value if set, zero value otherwise.

func (*Filter) GetIfOk ¶

func (o *Filter) GetIfOk() (*string, bool)

GetIfOk returns a tuple with the If field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Filter) GetIntegrationId ¶

func (o *Filter) GetIntegrationId() string

GetIntegrationId returns the IntegrationId field value

func (*Filter) GetIntegrationIdOk ¶

func (o *Filter) GetIntegrationIdOk() (*string, bool)

GetIntegrationIdOk returns a tuple with the IntegrationId field value and a boolean to check if the value has been set.

func (*Filter) GetName ¶

func (o *Filter) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Filter) GetNameOk ¶

func (o *Filter) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Filter) GetUpdatedAt ¶

func (o *Filter) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value

func (*Filter) GetUpdatedAtOk ¶

func (o *Filter) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*Filter) GetWorkspaceId ¶

func (o *Filter) GetWorkspaceId() string

GetWorkspaceId returns the WorkspaceId field value

func (*Filter) GetWorkspaceIdOk ¶

func (o *Filter) GetWorkspaceIdOk() (*string, bool)

GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.

func (*Filter) HasDescription ¶

func (o *Filter) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Filter) HasDrop ¶

func (o *Filter) HasDrop() bool

HasDrop returns a boolean if a field has been set.

func (*Filter) HasEnabled ¶

func (o *Filter) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*Filter) HasIf ¶

func (o *Filter) HasIf() bool

HasIf returns a boolean if a field has been set.

func (*Filter) HasName ¶

func (o *Filter) HasName() bool

HasName returns a boolean if a field has been set.

func (Filter) MarshalJSON ¶

func (o Filter) MarshalJSON() ([]byte, error)

func (*Filter) SetCreatedAt ¶

func (o *Filter) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*Filter) SetDescription ¶

func (o *Filter) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Filter) SetDrop ¶

func (o *Filter) SetDrop(v bool)

SetDrop gets a reference to the given bool and assigns it to the Drop field.

func (*Filter) SetEnabled ¶

func (o *Filter) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*Filter) SetId ¶

func (o *Filter) SetId(v string)

SetId sets field value

func (*Filter) SetIf ¶

func (o *Filter) SetIf(v string)

SetIf gets a reference to the given string and assigns it to the If field.

func (*Filter) SetIntegrationId ¶

func (o *Filter) SetIntegrationId(v string)

SetIntegrationId sets field value

func (*Filter) SetName ¶

func (o *Filter) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Filter) SetUpdatedAt ¶

func (o *Filter) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (*Filter) SetWorkspaceId ¶

func (o *Filter) SetWorkspaceId(v string)

SetWorkspaceId sets field value

func (Filter) ToMap ¶

func (o Filter) ToMap() (map[string]interface{}, error)

type FunctionDeployment ¶

type FunctionDeployment struct {
	Status string `json:"status"`
}

FunctionDeployment The status of the operation.

func NewFunctionDeployment ¶

func NewFunctionDeployment(status string) *FunctionDeployment

NewFunctionDeployment instantiates a new FunctionDeployment 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 NewFunctionDeploymentWithDefaults ¶

func NewFunctionDeploymentWithDefaults() *FunctionDeployment

NewFunctionDeploymentWithDefaults instantiates a new FunctionDeployment 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 (*FunctionDeployment) GetStatus ¶

func (o *FunctionDeployment) GetStatus() string

GetStatus returns the Status field value

func (*FunctionDeployment) GetStatusOk ¶

func (o *FunctionDeployment) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (FunctionDeployment) MarshalJSON ¶

func (o FunctionDeployment) MarshalJSON() ([]byte, error)

func (*FunctionDeployment) SetStatus ¶

func (o *FunctionDeployment) SetStatus(v string)

SetStatus sets field value

func (FunctionDeployment) ToMap ¶

func (o FunctionDeployment) ToMap() (map[string]interface{}, error)

type FunctionSettingV1 ¶

type FunctionSettingV1 struct {
	// The name of this Function Setting.
	Name string `json:"name"`
	// The label for this Function Setting.
	Label string `json:"label"`
	// A description of this Function Setting.
	Description string `json:"description"`
	// The type of this Function Setting.
	Type string `json:"type"`
	// Whether this Function Setting is required.
	Required bool `json:"required"`
	// Whether this Function Setting contains sensitive information.
	Sensitive bool `json:"sensitive"`
}

FunctionSettingV1 struct for FunctionSettingV1

func NewFunctionSettingV1 ¶

func NewFunctionSettingV1(
	name string,
	label string,
	description string,
	type_ string,
	required bool,
	sensitive bool,
) *FunctionSettingV1

NewFunctionSettingV1 instantiates a new FunctionSettingV1 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 NewFunctionSettingV1WithDefaults ¶

func NewFunctionSettingV1WithDefaults() *FunctionSettingV1

NewFunctionSettingV1WithDefaults instantiates a new FunctionSettingV1 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 (*FunctionSettingV1) GetDescription ¶

func (o *FunctionSettingV1) GetDescription() string

GetDescription returns the Description field value

func (*FunctionSettingV1) GetDescriptionOk ¶

func (o *FunctionSettingV1) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*FunctionSettingV1) GetLabel ¶

func (o *FunctionSettingV1) GetLabel() string

GetLabel returns the Label field value

func (*FunctionSettingV1) GetLabelOk ¶

func (o *FunctionSettingV1) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (*FunctionSettingV1) GetName ¶

func (o *FunctionSettingV1) GetName() string

GetName returns the Name field value

func (*FunctionSettingV1) GetNameOk ¶

func (o *FunctionSettingV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*FunctionSettingV1) GetRequired ¶

func (o *FunctionSettingV1) GetRequired() bool

GetRequired returns the Required field value

func (*FunctionSettingV1) GetRequiredOk ¶

func (o *FunctionSettingV1) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value and a boolean to check if the value has been set.

func (*FunctionSettingV1) GetSensitive ¶

func (o *FunctionSettingV1) GetSensitive() bool

GetSensitive returns the Sensitive field value

func (*FunctionSettingV1) GetSensitiveOk ¶

func (o *FunctionSettingV1) GetSensitiveOk() (*bool, bool)

GetSensitiveOk returns a tuple with the Sensitive field value and a boolean to check if the value has been set.

func (*FunctionSettingV1) GetType ¶

func (o *FunctionSettingV1) GetType() string

GetType returns the Type field value

func (*FunctionSettingV1) GetTypeOk ¶

func (o *FunctionSettingV1) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (FunctionSettingV1) MarshalJSON ¶

func (o FunctionSettingV1) MarshalJSON() ([]byte, error)

func (*FunctionSettingV1) SetDescription ¶

func (o *FunctionSettingV1) SetDescription(v string)

SetDescription sets field value

func (*FunctionSettingV1) SetLabel ¶

func (o *FunctionSettingV1) SetLabel(v string)

SetLabel sets field value

func (*FunctionSettingV1) SetName ¶

func (o *FunctionSettingV1) SetName(v string)

SetName sets field value

func (*FunctionSettingV1) SetRequired ¶

func (o *FunctionSettingV1) SetRequired(v bool)

SetRequired sets field value

func (*FunctionSettingV1) SetSensitive ¶

func (o *FunctionSettingV1) SetSensitive(v bool)

SetSensitive sets field value

func (*FunctionSettingV1) SetType ¶

func (o *FunctionSettingV1) SetType(v string)

SetType sets field value

func (FunctionSettingV1) ToMap ¶

func (o FunctionSettingV1) ToMap() (map[string]interface{}, error)

type FunctionV1 ¶

type FunctionV1 struct {
	// An identifier for this Function.
	Id *string `json:"id,omitempty"`
	// The Function type.  Config API note: equal to `type`.
	ResourceType *string `json:"resourceType,omitempty"`
	// The time this Function was created.
	CreatedAt *string `json:"createdAt,omitempty"`
	// The id of the user who created this Function.
	CreatedBy *string `json:"createdBy,omitempty"`
	// The Function code.
	Code *string `json:"code,omitempty"`
	// The time of this Function's last deployment.
	DeployedAt NullableString `json:"deployedAt,omitempty"`
	// The list of settings for this Function.
	Settings []FunctionSettingV1 `json:"settings,omitempty"`
	// A display name for this Function.
	DisplayName *string `json:"displayName,omitempty"`
	// A description for this Function.
	Description *string `json:"description,omitempty"`
	// The URL of the logo for this Function.
	LogoUrl *string `json:"logoUrl,omitempty"`
	// The preview webhook URL for this Function.
	PreviewWebhookUrl *string `json:"previewWebhookUrl,omitempty"`
	// The max count of the batch for this Function.
	BatchMaxCount *float32 `json:"batchMaxCount,omitempty"`
	// The catalog id of this Function.
	CatalogId *string `json:"catalogId,omitempty"`
	// Whether the deployment of this Function is the latest version.
	IsLatestVersion *bool `json:"isLatestVersion,omitempty"`
}

FunctionV1 Represents a Function.

func NewFunctionV1 ¶

func NewFunctionV1() *FunctionV1

NewFunctionV1 instantiates a new FunctionV1 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 NewFunctionV1WithDefaults ¶

func NewFunctionV1WithDefaults() *FunctionV1

NewFunctionV1WithDefaults instantiates a new FunctionV1 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 (*FunctionV1) GetBatchMaxCount ¶

func (o *FunctionV1) GetBatchMaxCount() float32

GetBatchMaxCount returns the BatchMaxCount field value if set, zero value otherwise.

func (*FunctionV1) GetBatchMaxCountOk ¶

func (o *FunctionV1) GetBatchMaxCountOk() (*float32, bool)

GetBatchMaxCountOk returns a tuple with the BatchMaxCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunctionV1) GetCatalogId ¶

func (o *FunctionV1) GetCatalogId() string

GetCatalogId returns the CatalogId field value if set, zero value otherwise.

func (*FunctionV1) GetCatalogIdOk ¶

func (o *FunctionV1) GetCatalogIdOk() (*string, bool)

GetCatalogIdOk returns a tuple with the CatalogId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunctionV1) GetCode ¶

func (o *FunctionV1) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*FunctionV1) GetCodeOk ¶

func (o *FunctionV1) 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.

func (*FunctionV1) GetCreatedAt ¶

func (o *FunctionV1) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*FunctionV1) GetCreatedAtOk ¶

func (o *FunctionV1) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunctionV1) GetCreatedBy ¶

func (o *FunctionV1) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.

func (*FunctionV1) GetCreatedByOk ¶

func (o *FunctionV1) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunctionV1) GetDeployedAt ¶

func (o *FunctionV1) GetDeployedAt() string

GetDeployedAt returns the DeployedAt field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FunctionV1) GetDeployedAtOk ¶

func (o *FunctionV1) GetDeployedAtOk() (*string, bool)

GetDeployedAtOk returns a tuple with the DeployedAt 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 (*FunctionV1) GetDescription ¶

func (o *FunctionV1) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*FunctionV1) GetDescriptionOk ¶

func (o *FunctionV1) 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 (*FunctionV1) GetDisplayName ¶

func (o *FunctionV1) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*FunctionV1) GetDisplayNameOk ¶

func (o *FunctionV1) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunctionV1) GetId ¶

func (o *FunctionV1) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*FunctionV1) GetIdOk ¶

func (o *FunctionV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunctionV1) GetIsLatestVersion ¶

func (o *FunctionV1) GetIsLatestVersion() bool

GetIsLatestVersion returns the IsLatestVersion field value if set, zero value otherwise.

func (*FunctionV1) GetIsLatestVersionOk ¶

func (o *FunctionV1) GetIsLatestVersionOk() (*bool, bool)

GetIsLatestVersionOk returns a tuple with the IsLatestVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunctionV1) GetLogoUrl ¶

func (o *FunctionV1) GetLogoUrl() string

GetLogoUrl returns the LogoUrl field value if set, zero value otherwise.

func (*FunctionV1) GetLogoUrlOk ¶

func (o *FunctionV1) GetLogoUrlOk() (*string, bool)

GetLogoUrlOk returns a tuple with the LogoUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunctionV1) GetPreviewWebhookUrl ¶

func (o *FunctionV1) GetPreviewWebhookUrl() string

GetPreviewWebhookUrl returns the PreviewWebhookUrl field value if set, zero value otherwise.

func (*FunctionV1) GetPreviewWebhookUrlOk ¶

func (o *FunctionV1) GetPreviewWebhookUrlOk() (*string, bool)

GetPreviewWebhookUrlOk returns a tuple with the PreviewWebhookUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunctionV1) GetResourceType ¶

func (o *FunctionV1) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*FunctionV1) GetResourceTypeOk ¶

func (o *FunctionV1) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunctionV1) GetSettings ¶

func (o *FunctionV1) GetSettings() []FunctionSettingV1

GetSettings returns the Settings field value if set, zero value otherwise.

func (*FunctionV1) GetSettingsOk ¶

func (o *FunctionV1) GetSettingsOk() ([]FunctionSettingV1, 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 (*FunctionV1) HasBatchMaxCount ¶

func (o *FunctionV1) HasBatchMaxCount() bool

HasBatchMaxCount returns a boolean if a field has been set.

func (*FunctionV1) HasCatalogId ¶

func (o *FunctionV1) HasCatalogId() bool

HasCatalogId returns a boolean if a field has been set.

func (*FunctionV1) HasCode ¶

func (o *FunctionV1) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*FunctionV1) HasCreatedAt ¶

func (o *FunctionV1) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*FunctionV1) HasCreatedBy ¶

func (o *FunctionV1) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

func (*FunctionV1) HasDeployedAt ¶

func (o *FunctionV1) HasDeployedAt() bool

HasDeployedAt returns a boolean if a field has been set.

func (*FunctionV1) HasDescription ¶

func (o *FunctionV1) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*FunctionV1) HasDisplayName ¶

func (o *FunctionV1) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*FunctionV1) HasId ¶

func (o *FunctionV1) HasId() bool

HasId returns a boolean if a field has been set.

func (*FunctionV1) HasIsLatestVersion ¶

func (o *FunctionV1) HasIsLatestVersion() bool

HasIsLatestVersion returns a boolean if a field has been set.

func (*FunctionV1) HasLogoUrl ¶

func (o *FunctionV1) HasLogoUrl() bool

HasLogoUrl returns a boolean if a field has been set.

func (*FunctionV1) HasPreviewWebhookUrl ¶

func (o *FunctionV1) HasPreviewWebhookUrl() bool

HasPreviewWebhookUrl returns a boolean if a field has been set.

func (*FunctionV1) HasResourceType ¶

func (o *FunctionV1) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (*FunctionV1) HasSettings ¶

func (o *FunctionV1) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (FunctionV1) MarshalJSON ¶

func (o FunctionV1) MarshalJSON() ([]byte, error)

func (*FunctionV1) SetBatchMaxCount ¶

func (o *FunctionV1) SetBatchMaxCount(v float32)

SetBatchMaxCount gets a reference to the given float32 and assigns it to the BatchMaxCount field.

func (*FunctionV1) SetCatalogId ¶

func (o *FunctionV1) SetCatalogId(v string)

SetCatalogId gets a reference to the given string and assigns it to the CatalogId field.

func (*FunctionV1) SetCode ¶

func (o *FunctionV1) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (*FunctionV1) SetCreatedAt ¶

func (o *FunctionV1) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*FunctionV1) SetCreatedBy ¶

func (o *FunctionV1) SetCreatedBy(v string)

SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.

func (*FunctionV1) SetDeployedAt ¶

func (o *FunctionV1) SetDeployedAt(v string)

SetDeployedAt gets a reference to the given NullableString and assigns it to the DeployedAt field.

func (*FunctionV1) SetDeployedAtNil ¶

func (o *FunctionV1) SetDeployedAtNil()

SetDeployedAtNil sets the value for DeployedAt to be an explicit nil

func (*FunctionV1) SetDescription ¶

func (o *FunctionV1) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*FunctionV1) SetDisplayName ¶

func (o *FunctionV1) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*FunctionV1) SetId ¶

func (o *FunctionV1) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*FunctionV1) SetIsLatestVersion ¶

func (o *FunctionV1) SetIsLatestVersion(v bool)

SetIsLatestVersion gets a reference to the given bool and assigns it to the IsLatestVersion field.

func (*FunctionV1) SetLogoUrl ¶

func (o *FunctionV1) SetLogoUrl(v string)

SetLogoUrl gets a reference to the given string and assigns it to the LogoUrl field.

func (*FunctionV1) SetPreviewWebhookUrl ¶

func (o *FunctionV1) SetPreviewWebhookUrl(v string)

SetPreviewWebhookUrl gets a reference to the given string and assigns it to the PreviewWebhookUrl field.

func (*FunctionV1) SetResourceType ¶

func (o *FunctionV1) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

func (*FunctionV1) SetSettings ¶

func (o *FunctionV1) SetSettings(v []FunctionSettingV1)

SetSettings gets a reference to the given []FunctionSettingV1 and assigns it to the Settings field.

func (FunctionV1) ToMap ¶

func (o FunctionV1) ToMap() (map[string]interface{}, error)

func (*FunctionV1) UnsetDeployedAt ¶

func (o *FunctionV1) UnsetDeployedAt()

UnsetDeployedAt ensures that no value is present for DeployedAt, not even an explicit nil

type FunctionsAPIService ¶

type FunctionsAPIService service

FunctionsAPIService FunctionsAPI service

func (*FunctionsAPIService) CreateFunction ¶

CreateFunction Create Function

Creates a Function.

• In order to successfully call this endpoint, the specified Workspace needs to have the Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateFunctionRequest

func (*FunctionsAPIService) CreateFunctionDeployment ¶

func (a *FunctionsAPIService) CreateFunctionDeployment(
	ctx context.Context,
	functionId string,
) ApiCreateFunctionDeploymentRequest

CreateFunctionDeployment Create Function Deployment

Deploys a Function. Only applicable to Source Function instances.

• In order to successfully call this endpoint, the specified Workspace needs to have the Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param functionId
@return ApiCreateFunctionDeploymentRequest

func (*FunctionsAPIService) CreateFunctionDeploymentExecute ¶

Execute executes the request

@return CreateFunctionDeployment200Response

func (*FunctionsAPIService) CreateFunctionExecute ¶

Execute executes the request

@return CreateFunction200Response

func (*FunctionsAPIService) CreateInsertFunctionInstance ¶

func (a *FunctionsAPIService) CreateInsertFunctionInstance(
	ctx context.Context,
) ApiCreateInsertFunctionInstanceRequest

CreateInsertFunctionInstance Create Insert Function Instance

Creates an insert Function instance connected to the given Destination.

• In order to successfully call this endpoint, the specified Workspace needs to have the Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateInsertFunctionInstanceRequest

func (*FunctionsAPIService) CreateInsertFunctionInstanceExecute ¶

Execute executes the request

@return CreateInsertFunctionInstance200Response

func (*FunctionsAPIService) DeleteFunction ¶

func (a *FunctionsAPIService) DeleteFunction(
	ctx context.Context,
	functionId string,
) ApiDeleteFunctionRequest

DeleteFunction Delete Function

Deletes a Function.

• In order to successfully call this endpoint, the specified Workspace needs to have the Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param functionId
@return ApiDeleteFunctionRequest

func (*FunctionsAPIService) DeleteFunctionExecute ¶

Execute executes the request

@return DeleteFunction200Response

func (*FunctionsAPIService) DeleteInsertFunctionInstance ¶

func (a *FunctionsAPIService) DeleteInsertFunctionInstance(
	ctx context.Context,
	instanceId string,
) ApiDeleteInsertFunctionInstanceRequest

DeleteInsertFunctionInstance Delete Insert Function Instance

Deletes an insert Function instance.

• In order to successfully call this endpoint, the specified Workspace needs to have the Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiDeleteInsertFunctionInstanceRequest

func (*FunctionsAPIService) DeleteInsertFunctionInstanceExecute ¶

Execute executes the request

@return DeleteInsertFunctionInstance200Response

func (*FunctionsAPIService) GetFunction ¶

func (a *FunctionsAPIService) GetFunction(
	ctx context.Context,
	functionId string,
) ApiGetFunctionRequest

GetFunction Get Function

Gets a Function.

• In order to successfully call this endpoint, the specified Workspace needs to have the Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param functionId
@return ApiGetFunctionRequest

func (*FunctionsAPIService) GetFunctionExecute ¶

Execute executes the request

@return GetFunction200Response

func (*FunctionsAPIService) GetFunctionVersion ¶

func (a *FunctionsAPIService) GetFunctionVersion(
	ctx context.Context,
	functionId string,
	versionId string,
) ApiGetFunctionVersionRequest

GetFunctionVersion Get Function Version

Gets a Function version.

• In order to successfully call this endpoint, the specified Workspace needs to have the Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param functionId
@param versionId
@return ApiGetFunctionVersionRequest

func (*FunctionsAPIService) GetFunctionVersionExecute ¶

Execute executes the request

@return GetFunctionVersion200Response

func (*FunctionsAPIService) GetInsertFunctionInstance ¶

func (a *FunctionsAPIService) GetInsertFunctionInstance(
	ctx context.Context,
	instanceId string,
) ApiGetInsertFunctionInstanceRequest

GetInsertFunctionInstance Get Insert Function Instance

Gets an insert Function instance.

• In order to successfully call this endpoint, the specified Workspace needs to have the Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiGetInsertFunctionInstanceRequest

func (*FunctionsAPIService) GetInsertFunctionInstanceExecute ¶

Execute executes the request

@return GetInsertFunctionInstance200Response

func (*FunctionsAPIService) ListFunctionVersions ¶

func (a *FunctionsAPIService) ListFunctionVersions(
	ctx context.Context,
	functionId string,
) ApiListFunctionVersionsRequest

ListFunctionVersions List Function Versions

Lists versions for a Function in a Workspace.

• In order to successfully call this endpoint, the specified Workspace needs to have the Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param functionId
@return ApiListFunctionVersionsRequest

func (*FunctionsAPIService) ListFunctionVersionsExecute ¶

Execute executes the request

@return ListFunctionVersions200Response

func (*FunctionsAPIService) ListFunctions ¶

ListFunctions List Functions

Lists all Functions in a Workspace.

• In order to successfully call this endpoint, the specified Workspace needs to have the Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListFunctionsRequest

func (*FunctionsAPIService) ListFunctionsExecute ¶

Execute executes the request

@return ListFunctions200Response

func (*FunctionsAPIService) ListInsertFunctionInstances ¶

func (a *FunctionsAPIService) ListInsertFunctionInstances(
	ctx context.Context,
) ApiListInsertFunctionInstancesRequest

ListInsertFunctionInstances List Insert Function Instances

Lists all insert Function instances connected to the given insert Function.

• In order to successfully call this endpoint, the specified Workspace needs to have the Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListInsertFunctionInstancesRequest

func (*FunctionsAPIService) ListInsertFunctionInstancesExecute ¶

Execute executes the request

@return ListInsertFunctionInstances200Response

func (*FunctionsAPIService) RestoreFunctionVersion ¶

func (a *FunctionsAPIService) RestoreFunctionVersion(
	ctx context.Context,
	functionId string,
) ApiRestoreFunctionVersionRequest

RestoreFunctionVersion Restore Function Version

Restore an old Function version as the latest version.

• In order to successfully call this endpoint, the specified Workspace needs to have the Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param functionId
@return ApiRestoreFunctionVersionRequest

func (*FunctionsAPIService) RestoreFunctionVersionExecute ¶

Execute executes the request

@return RestoreFunctionVersion200Response

func (*FunctionsAPIService) UpdateFunction ¶

func (a *FunctionsAPIService) UpdateFunction(
	ctx context.Context,
	functionId string,
) ApiUpdateFunctionRequest

UpdateFunction Update Function

Updates a Function.

• In order to successfully call this endpoint, the specified Workspace needs to have the Functions feature enabled. Please reach out to your customer success manager for more information.

Config API omitted fields: - `updateMask`

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param functionId
@return ApiUpdateFunctionRequest

func (*FunctionsAPIService) UpdateFunctionExecute ¶

Execute executes the request

@return UpdateFunction200Response

func (*FunctionsAPIService) UpdateInsertFunctionInstance ¶

func (a *FunctionsAPIService) UpdateInsertFunctionInstance(
	ctx context.Context,
	instanceId string,
) ApiUpdateInsertFunctionInstanceRequest

UpdateInsertFunctionInstance Update Insert Function Instance

Updates an insert Function instance connected to the given Destination.

• In order to successfully call this endpoint, the specified Workspace needs to have the Functions feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId
@return ApiUpdateInsertFunctionInstanceRequest

func (*FunctionsAPIService) UpdateInsertFunctionInstanceExecute ¶

Execute executes the request

@return UpdateInsertFunctionInstance200Response

type GenerateUploadURLForEdgeFunctions200Response ¶

type GenerateUploadURLForEdgeFunctions200Response struct {
	Data *GenerateUploadURLForEdgeFunctionsAlphaOutput `json:"data,omitempty"`
}

GenerateUploadURLForEdgeFunctions200Response struct for GenerateUploadURLForEdgeFunctions200Response

func NewGenerateUploadURLForEdgeFunctions200Response ¶

func NewGenerateUploadURLForEdgeFunctions200Response() *GenerateUploadURLForEdgeFunctions200Response

NewGenerateUploadURLForEdgeFunctions200Response instantiates a new GenerateUploadURLForEdgeFunctions200Response 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 NewGenerateUploadURLForEdgeFunctions200ResponseWithDefaults ¶

func NewGenerateUploadURLForEdgeFunctions200ResponseWithDefaults() *GenerateUploadURLForEdgeFunctions200Response

NewGenerateUploadURLForEdgeFunctions200ResponseWithDefaults instantiates a new GenerateUploadURLForEdgeFunctions200Response 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 (*GenerateUploadURLForEdgeFunctions200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GenerateUploadURLForEdgeFunctions200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenerateUploadURLForEdgeFunctions200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GenerateUploadURLForEdgeFunctions200Response) MarshalJSON ¶

func (*GenerateUploadURLForEdgeFunctions200Response) SetData ¶

SetData gets a reference to the given GenerateUploadURLForEdgeFunctionsAlphaOutput and assigns it to the Data field.

func (GenerateUploadURLForEdgeFunctions200Response) ToMap ¶

func (o GenerateUploadURLForEdgeFunctions200Response) ToMap() (map[string]interface{}, error)

type GenerateUploadURLForEdgeFunctionsAlphaOutput ¶

type GenerateUploadURLForEdgeFunctionsAlphaOutput struct {
	// A temporary URL that can be used to upload your Edge Functions bundle. Expires in 15 minutes.
	UploadURL string `json:"uploadURL"`
}

GenerateUploadURLForEdgeFunctionsAlphaOutput Output for GenerateSignedUrl.

func NewGenerateUploadURLForEdgeFunctionsAlphaOutput ¶

func NewGenerateUploadURLForEdgeFunctionsAlphaOutput(
	uploadURL string,
) *GenerateUploadURLForEdgeFunctionsAlphaOutput

NewGenerateUploadURLForEdgeFunctionsAlphaOutput instantiates a new GenerateUploadURLForEdgeFunctionsAlphaOutput 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 NewGenerateUploadURLForEdgeFunctionsAlphaOutputWithDefaults ¶

func NewGenerateUploadURLForEdgeFunctionsAlphaOutputWithDefaults() *GenerateUploadURLForEdgeFunctionsAlphaOutput

NewGenerateUploadURLForEdgeFunctionsAlphaOutputWithDefaults instantiates a new GenerateUploadURLForEdgeFunctionsAlphaOutput 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 (*GenerateUploadURLForEdgeFunctionsAlphaOutput) GetUploadURL ¶

GetUploadURL returns the UploadURL field value

func (*GenerateUploadURLForEdgeFunctionsAlphaOutput) GetUploadURLOk ¶

GetUploadURLOk returns a tuple with the UploadURL field value and a boolean to check if the value has been set.

func (GenerateUploadURLForEdgeFunctionsAlphaOutput) MarshalJSON ¶

func (*GenerateUploadURLForEdgeFunctionsAlphaOutput) SetUploadURL ¶

SetUploadURL sets field value

func (GenerateUploadURLForEdgeFunctionsAlphaOutput) ToMap ¶

func (o GenerateUploadURLForEdgeFunctionsAlphaOutput) ToMap() (map[string]interface{}, error)

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 GetActivationFromAudience200Response ¶

type GetActivationFromAudience200Response struct {
	Data *GetActivationFromAudienceOutput `json:"data,omitempty"`
}

GetActivationFromAudience200Response struct for GetActivationFromAudience200Response

func NewGetActivationFromAudience200Response ¶

func NewGetActivationFromAudience200Response() *GetActivationFromAudience200Response

NewGetActivationFromAudience200Response instantiates a new GetActivationFromAudience200Response 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 NewGetActivationFromAudience200ResponseWithDefaults ¶

func NewGetActivationFromAudience200ResponseWithDefaults() *GetActivationFromAudience200Response

NewGetActivationFromAudience200ResponseWithDefaults instantiates a new GetActivationFromAudience200Response 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 (*GetActivationFromAudience200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetActivationFromAudience200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetActivationFromAudience200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetActivationFromAudience200Response) MarshalJSON ¶

func (o GetActivationFromAudience200Response) MarshalJSON() ([]byte, error)

func (*GetActivationFromAudience200Response) SetData ¶

SetData gets a reference to the given GetActivationFromAudienceOutput and assigns it to the Data field.

func (GetActivationFromAudience200Response) ToMap ¶

func (o GetActivationFromAudience200Response) ToMap() (map[string]interface{}, error)

type GetActivationFromAudienceOutput ¶

type GetActivationFromAudienceOutput struct {
	Activation ActivationOutput `json:"activation"`
}

GetActivationFromAudienceOutput Output for getting an activation from space and audience.

func NewGetActivationFromAudienceOutput ¶

func NewGetActivationFromAudienceOutput(
	activation ActivationOutput,
) *GetActivationFromAudienceOutput

NewGetActivationFromAudienceOutput instantiates a new GetActivationFromAudienceOutput 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 NewGetActivationFromAudienceOutputWithDefaults ¶

func NewGetActivationFromAudienceOutputWithDefaults() *GetActivationFromAudienceOutput

NewGetActivationFromAudienceOutputWithDefaults instantiates a new GetActivationFromAudienceOutput 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 (*GetActivationFromAudienceOutput) GetActivation ¶

GetActivation returns the Activation field value

func (*GetActivationFromAudienceOutput) GetActivationOk ¶

func (o *GetActivationFromAudienceOutput) GetActivationOk() (*ActivationOutput, bool)

GetActivationOk returns a tuple with the Activation field value and a boolean to check if the value has been set.

func (GetActivationFromAudienceOutput) MarshalJSON ¶

func (o GetActivationFromAudienceOutput) MarshalJSON() ([]byte, error)

func (*GetActivationFromAudienceOutput) SetActivation ¶

SetActivation sets field value

func (GetActivationFromAudienceOutput) ToMap ¶

func (o GetActivationFromAudienceOutput) ToMap() (map[string]interface{}, error)

type GetAdvancedSyncScheduleFromWarehouse200Response ¶

type GetAdvancedSyncScheduleFromWarehouse200Response struct {
	Data *GetAdvancedSyncScheduleFromWarehouseV1Output `json:"data,omitempty"`
}

GetAdvancedSyncScheduleFromWarehouse200Response struct for GetAdvancedSyncScheduleFromWarehouse200Response

func NewGetAdvancedSyncScheduleFromWarehouse200Response ¶

func NewGetAdvancedSyncScheduleFromWarehouse200Response() *GetAdvancedSyncScheduleFromWarehouse200Response

NewGetAdvancedSyncScheduleFromWarehouse200Response instantiates a new GetAdvancedSyncScheduleFromWarehouse200Response 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 NewGetAdvancedSyncScheduleFromWarehouse200ResponseWithDefaults ¶

func NewGetAdvancedSyncScheduleFromWarehouse200ResponseWithDefaults() *GetAdvancedSyncScheduleFromWarehouse200Response

NewGetAdvancedSyncScheduleFromWarehouse200ResponseWithDefaults instantiates a new GetAdvancedSyncScheduleFromWarehouse200Response 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 (*GetAdvancedSyncScheduleFromWarehouse200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetAdvancedSyncScheduleFromWarehouse200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAdvancedSyncScheduleFromWarehouse200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetAdvancedSyncScheduleFromWarehouse200Response) MarshalJSON ¶

func (*GetAdvancedSyncScheduleFromWarehouse200Response) SetData ¶

SetData gets a reference to the given GetAdvancedSyncScheduleFromWarehouseV1Output and assigns it to the Data field.

func (GetAdvancedSyncScheduleFromWarehouse200Response) ToMap ¶

func (o GetAdvancedSyncScheduleFromWarehouse200Response) ToMap() (map[string]interface{}, error)

type GetAdvancedSyncScheduleFromWarehouseV1Output ¶

type GetAdvancedSyncScheduleFromWarehouseV1Output struct {
	// Indicates if an advanced sync schedule is enabled for this Warehouse.
	Enabled  bool                                   `json:"enabled"`
	Schedule *AdvancedWarehouseSyncScheduleV1Output `json:"schedule,omitempty"`
}

GetAdvancedSyncScheduleFromWarehouseV1Output Returns the advanced sync schedule for a Warehouse.

func NewGetAdvancedSyncScheduleFromWarehouseV1Output ¶

func NewGetAdvancedSyncScheduleFromWarehouseV1Output(
	enabled bool,
) *GetAdvancedSyncScheduleFromWarehouseV1Output

NewGetAdvancedSyncScheduleFromWarehouseV1Output instantiates a new GetAdvancedSyncScheduleFromWarehouseV1Output 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 NewGetAdvancedSyncScheduleFromWarehouseV1OutputWithDefaults ¶

func NewGetAdvancedSyncScheduleFromWarehouseV1OutputWithDefaults() *GetAdvancedSyncScheduleFromWarehouseV1Output

NewGetAdvancedSyncScheduleFromWarehouseV1OutputWithDefaults instantiates a new GetAdvancedSyncScheduleFromWarehouseV1Output 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 (*GetAdvancedSyncScheduleFromWarehouseV1Output) GetEnabled ¶

GetEnabled returns the Enabled field value

func (*GetAdvancedSyncScheduleFromWarehouseV1Output) GetEnabledOk ¶

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*GetAdvancedSyncScheduleFromWarehouseV1Output) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*GetAdvancedSyncScheduleFromWarehouseV1Output) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAdvancedSyncScheduleFromWarehouseV1Output) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (GetAdvancedSyncScheduleFromWarehouseV1Output) MarshalJSON ¶

func (*GetAdvancedSyncScheduleFromWarehouseV1Output) SetEnabled ¶

SetEnabled sets field value

func (*GetAdvancedSyncScheduleFromWarehouseV1Output) SetSchedule ¶

SetSchedule gets a reference to the given AdvancedWarehouseSyncScheduleV1Output and assigns it to the Schedule field.

func (GetAdvancedSyncScheduleFromWarehouseV1Output) ToMap ¶

func (o GetAdvancedSyncScheduleFromWarehouseV1Output) ToMap() (map[string]interface{}, error)

type GetAudience200Response ¶

type GetAudience200Response struct {
	Data *GetAudienceBetaOutput `json:"data,omitempty"`
}

GetAudience200Response struct for GetAudience200Response

func NewGetAudience200Response ¶

func NewGetAudience200Response() *GetAudience200Response

NewGetAudience200Response instantiates a new GetAudience200Response 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 NewGetAudience200ResponseWithDefaults ¶

func NewGetAudience200ResponseWithDefaults() *GetAudience200Response

NewGetAudience200ResponseWithDefaults instantiates a new GetAudience200Response 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 (*GetAudience200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetAudience200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAudience200Response) HasData ¶

func (o *GetAudience200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetAudience200Response) MarshalJSON ¶

func (o GetAudience200Response) MarshalJSON() ([]byte, error)

func (*GetAudience200Response) SetData ¶

SetData gets a reference to the given GetAudienceBetaOutput and assigns it to the Data field.

func (GetAudience200Response) ToMap ¶

func (o GetAudience200Response) ToMap() (map[string]interface{}, error)

type GetAudience200Response1 ¶

type GetAudience200Response1 struct {
	Data *GetAudienceAlphaOutput `json:"data,omitempty"`
}

GetAudience200Response1 struct for GetAudience200Response1

func NewGetAudience200Response1 ¶

func NewGetAudience200Response1() *GetAudience200Response1

NewGetAudience200Response1 instantiates a new GetAudience200Response1 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 NewGetAudience200Response1WithDefaults ¶

func NewGetAudience200Response1WithDefaults() *GetAudience200Response1

NewGetAudience200Response1WithDefaults instantiates a new GetAudience200Response1 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 (*GetAudience200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetAudience200Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAudience200Response1) HasData ¶

func (o *GetAudience200Response1) HasData() bool

HasData returns a boolean if a field has been set.

func (GetAudience200Response1) MarshalJSON ¶

func (o GetAudience200Response1) MarshalJSON() ([]byte, error)

func (*GetAudience200Response1) SetData ¶

SetData gets a reference to the given GetAudienceAlphaOutput and assigns it to the Data field.

func (GetAudience200Response1) ToMap ¶

func (o GetAudience200Response1) ToMap() (map[string]interface{}, error)

type GetAudienceAlphaOutput ¶

type GetAudienceAlphaOutput struct {
	Audience AudienceSummaryWithAudienceTypeAndLookback `json:"audience"`
}

GetAudienceAlphaOutput Audience output for get.

func NewGetAudienceAlphaOutput ¶

func NewGetAudienceAlphaOutput(
	audience AudienceSummaryWithAudienceTypeAndLookback,
) *GetAudienceAlphaOutput

NewGetAudienceAlphaOutput instantiates a new GetAudienceAlphaOutput 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 NewGetAudienceAlphaOutputWithDefaults ¶

func NewGetAudienceAlphaOutputWithDefaults() *GetAudienceAlphaOutput

NewGetAudienceAlphaOutputWithDefaults instantiates a new GetAudienceAlphaOutput 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 (*GetAudienceAlphaOutput) GetAudience ¶

GetAudience returns the Audience field value

func (*GetAudienceAlphaOutput) GetAudienceOk ¶

GetAudienceOk returns a tuple with the Audience field value and a boolean to check if the value has been set.

func (GetAudienceAlphaOutput) MarshalJSON ¶

func (o GetAudienceAlphaOutput) MarshalJSON() ([]byte, error)

func (*GetAudienceAlphaOutput) SetAudience ¶

SetAudience sets field value

func (GetAudienceAlphaOutput) ToMap ¶

func (o GetAudienceAlphaOutput) ToMap() (map[string]interface{}, error)

type GetAudienceBetaOutput ¶

type GetAudienceBetaOutput struct {
	Audience AudienceSummaryWithAudienceTypeAndLookback `json:"audience"`
}

GetAudienceBetaOutput Audience output for get.

func NewGetAudienceBetaOutput ¶

func NewGetAudienceBetaOutput(
	audience AudienceSummaryWithAudienceTypeAndLookback,
) *GetAudienceBetaOutput

NewGetAudienceBetaOutput instantiates a new GetAudienceBetaOutput 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 NewGetAudienceBetaOutputWithDefaults ¶

func NewGetAudienceBetaOutputWithDefaults() *GetAudienceBetaOutput

NewGetAudienceBetaOutputWithDefaults instantiates a new GetAudienceBetaOutput 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 (*GetAudienceBetaOutput) GetAudience ¶

GetAudience returns the Audience field value

func (*GetAudienceBetaOutput) GetAudienceOk ¶

GetAudienceOk returns a tuple with the Audience field value and a boolean to check if the value has been set.

func (GetAudienceBetaOutput) MarshalJSON ¶

func (o GetAudienceBetaOutput) MarshalJSON() ([]byte, error)

func (*GetAudienceBetaOutput) SetAudience ¶

SetAudience sets field value

func (GetAudienceBetaOutput) ToMap ¶

func (o GetAudienceBetaOutput) ToMap() (map[string]interface{}, error)

type GetAudiencePreview200Response ¶

type GetAudiencePreview200Response struct {
	Data *GetAudiencePreviewBetaOutput `json:"data,omitempty"`
}

GetAudiencePreview200Response struct for GetAudiencePreview200Response

func NewGetAudiencePreview200Response ¶

func NewGetAudiencePreview200Response() *GetAudiencePreview200Response

NewGetAudiencePreview200Response instantiates a new GetAudiencePreview200Response 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 NewGetAudiencePreview200ResponseWithDefaults ¶

func NewGetAudiencePreview200ResponseWithDefaults() *GetAudiencePreview200Response

NewGetAudiencePreview200ResponseWithDefaults instantiates a new GetAudiencePreview200Response 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 (*GetAudiencePreview200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetAudiencePreview200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAudiencePreview200Response) HasData ¶

func (o *GetAudiencePreview200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetAudiencePreview200Response) MarshalJSON ¶

func (o GetAudiencePreview200Response) MarshalJSON() ([]byte, error)

func (*GetAudiencePreview200Response) SetData ¶

SetData gets a reference to the given GetAudiencePreviewBetaOutput and assigns it to the Data field.

func (GetAudiencePreview200Response) ToMap ¶

func (o GetAudiencePreview200Response) ToMap() (map[string]interface{}, error)

type GetAudiencePreview200Response1 ¶

type GetAudiencePreview200Response1 struct {
	Data *GetAudiencePreviewAlphaOutput `json:"data,omitempty"`
}

GetAudiencePreview200Response1 struct for GetAudiencePreview200Response1

func NewGetAudiencePreview200Response1 ¶

func NewGetAudiencePreview200Response1() *GetAudiencePreview200Response1

NewGetAudiencePreview200Response1 instantiates a new GetAudiencePreview200Response1 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 NewGetAudiencePreview200Response1WithDefaults ¶

func NewGetAudiencePreview200Response1WithDefaults() *GetAudiencePreview200Response1

NewGetAudiencePreview200Response1WithDefaults instantiates a new GetAudiencePreview200Response1 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 (*GetAudiencePreview200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetAudiencePreview200Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAudiencePreview200Response1) HasData ¶

func (o *GetAudiencePreview200Response1) HasData() bool

HasData returns a boolean if a field has been set.

func (GetAudiencePreview200Response1) MarshalJSON ¶

func (o GetAudiencePreview200Response1) MarshalJSON() ([]byte, error)

func (*GetAudiencePreview200Response1) SetData ¶

SetData gets a reference to the given GetAudiencePreviewAlphaOutput and assigns it to the Data field.

func (GetAudiencePreview200Response1) ToMap ¶

func (o GetAudiencePreview200Response1) ToMap() (map[string]interface{}, error)

type GetAudiencePreviewAlphaOutput ¶

type GetAudiencePreviewAlphaOutput struct {
	AudiencePreview AudiencePreview `json:"audiencePreview"`
}

GetAudiencePreviewAlphaOutput Output when reading an audience preview.

func NewGetAudiencePreviewAlphaOutput ¶

func NewGetAudiencePreviewAlphaOutput(
	audiencePreview AudiencePreview,
) *GetAudiencePreviewAlphaOutput

NewGetAudiencePreviewAlphaOutput instantiates a new GetAudiencePreviewAlphaOutput 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 NewGetAudiencePreviewAlphaOutputWithDefaults ¶

func NewGetAudiencePreviewAlphaOutputWithDefaults() *GetAudiencePreviewAlphaOutput

NewGetAudiencePreviewAlphaOutputWithDefaults instantiates a new GetAudiencePreviewAlphaOutput 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 (*GetAudiencePreviewAlphaOutput) GetAudiencePreview ¶

func (o *GetAudiencePreviewAlphaOutput) GetAudiencePreview() AudiencePreview

GetAudiencePreview returns the AudiencePreview field value

func (*GetAudiencePreviewAlphaOutput) GetAudiencePreviewOk ¶

func (o *GetAudiencePreviewAlphaOutput) GetAudiencePreviewOk() (*AudiencePreview, bool)

GetAudiencePreviewOk returns a tuple with the AudiencePreview field value and a boolean to check if the value has been set.

func (GetAudiencePreviewAlphaOutput) MarshalJSON ¶

func (o GetAudiencePreviewAlphaOutput) MarshalJSON() ([]byte, error)

func (*GetAudiencePreviewAlphaOutput) SetAudiencePreview ¶

func (o *GetAudiencePreviewAlphaOutput) SetAudiencePreview(v AudiencePreview)

SetAudiencePreview sets field value

func (GetAudiencePreviewAlphaOutput) ToMap ¶

func (o GetAudiencePreviewAlphaOutput) ToMap() (map[string]interface{}, error)

type GetAudiencePreviewBetaOutput ¶

type GetAudiencePreviewBetaOutput struct {
	AudiencePreview AudiencePreview `json:"audiencePreview"`
}

GetAudiencePreviewBetaOutput Output when reading an audience preview.

func NewGetAudiencePreviewBetaOutput ¶

func NewGetAudiencePreviewBetaOutput(
	audiencePreview AudiencePreview,
) *GetAudiencePreviewBetaOutput

NewGetAudiencePreviewBetaOutput instantiates a new GetAudiencePreviewBetaOutput 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 NewGetAudiencePreviewBetaOutputWithDefaults ¶

func NewGetAudiencePreviewBetaOutputWithDefaults() *GetAudiencePreviewBetaOutput

NewGetAudiencePreviewBetaOutputWithDefaults instantiates a new GetAudiencePreviewBetaOutput 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 (*GetAudiencePreviewBetaOutput) GetAudiencePreview ¶

func (o *GetAudiencePreviewBetaOutput) GetAudiencePreview() AudiencePreview

GetAudiencePreview returns the AudiencePreview field value

func (*GetAudiencePreviewBetaOutput) GetAudiencePreviewOk ¶

func (o *GetAudiencePreviewBetaOutput) GetAudiencePreviewOk() (*AudiencePreview, bool)

GetAudiencePreviewOk returns a tuple with the AudiencePreview field value and a boolean to check if the value has been set.

func (GetAudiencePreviewBetaOutput) MarshalJSON ¶

func (o GetAudiencePreviewBetaOutput) MarshalJSON() ([]byte, error)

func (*GetAudiencePreviewBetaOutput) SetAudiencePreview ¶

func (o *GetAudiencePreviewBetaOutput) SetAudiencePreview(v AudiencePreview)

SetAudiencePreview sets field value

func (GetAudiencePreviewBetaOutput) ToMap ¶

func (o GetAudiencePreviewBetaOutput) ToMap() (map[string]interface{}, error)

type GetAudienceScheduleFromSpaceAndAudience200Response ¶

type GetAudienceScheduleFromSpaceAndAudience200Response struct {
	Data *GetAudienceScheduleFromSpaceAndAudienceAlphaOutput `json:"data,omitempty"`
}

GetAudienceScheduleFromSpaceAndAudience200Response struct for GetAudienceScheduleFromSpaceAndAudience200Response

func NewGetAudienceScheduleFromSpaceAndAudience200Response ¶

func NewGetAudienceScheduleFromSpaceAndAudience200Response() *GetAudienceScheduleFromSpaceAndAudience200Response

NewGetAudienceScheduleFromSpaceAndAudience200Response instantiates a new GetAudienceScheduleFromSpaceAndAudience200Response 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 NewGetAudienceScheduleFromSpaceAndAudience200ResponseWithDefaults ¶

func NewGetAudienceScheduleFromSpaceAndAudience200ResponseWithDefaults() *GetAudienceScheduleFromSpaceAndAudience200Response

NewGetAudienceScheduleFromSpaceAndAudience200ResponseWithDefaults instantiates a new GetAudienceScheduleFromSpaceAndAudience200Response 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 (*GetAudienceScheduleFromSpaceAndAudience200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetAudienceScheduleFromSpaceAndAudience200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAudienceScheduleFromSpaceAndAudience200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetAudienceScheduleFromSpaceAndAudience200Response) MarshalJSON ¶

func (*GetAudienceScheduleFromSpaceAndAudience200Response) SetData ¶

SetData gets a reference to the given GetAudienceScheduleFromSpaceAndAudienceAlphaOutput and assigns it to the Data field.

func (GetAudienceScheduleFromSpaceAndAudience200Response) ToMap ¶

type GetAudienceScheduleFromSpaceAndAudienceAlphaOutput ¶

type GetAudienceScheduleFromSpaceAndAudienceAlphaOutput struct {
	AudienceSchedule AudienceSchedule `json:"audienceSchedule"`
}

GetAudienceScheduleFromSpaceAndAudienceAlphaOutput Output for get audience schedule.

func NewGetAudienceScheduleFromSpaceAndAudienceAlphaOutput ¶

func NewGetAudienceScheduleFromSpaceAndAudienceAlphaOutput(
	audienceSchedule AudienceSchedule,
) *GetAudienceScheduleFromSpaceAndAudienceAlphaOutput

NewGetAudienceScheduleFromSpaceAndAudienceAlphaOutput instantiates a new GetAudienceScheduleFromSpaceAndAudienceAlphaOutput 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 NewGetAudienceScheduleFromSpaceAndAudienceAlphaOutputWithDefaults ¶

func NewGetAudienceScheduleFromSpaceAndAudienceAlphaOutputWithDefaults() *GetAudienceScheduleFromSpaceAndAudienceAlphaOutput

NewGetAudienceScheduleFromSpaceAndAudienceAlphaOutputWithDefaults instantiates a new GetAudienceScheduleFromSpaceAndAudienceAlphaOutput 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 (*GetAudienceScheduleFromSpaceAndAudienceAlphaOutput) GetAudienceSchedule ¶

GetAudienceSchedule returns the AudienceSchedule field value

func (*GetAudienceScheduleFromSpaceAndAudienceAlphaOutput) GetAudienceScheduleOk ¶

GetAudienceScheduleOk returns a tuple with the AudienceSchedule field value and a boolean to check if the value has been set.

func (GetAudienceScheduleFromSpaceAndAudienceAlphaOutput) MarshalJSON ¶

func (*GetAudienceScheduleFromSpaceAndAudienceAlphaOutput) SetAudienceSchedule ¶

SetAudienceSchedule sets field value

func (GetAudienceScheduleFromSpaceAndAudienceAlphaOutput) ToMap ¶

type GetComputedTrait200Response ¶

type GetComputedTrait200Response struct {
	Data *GetComputedTraitAlphaOutput `json:"data,omitempty"`
}

GetComputedTrait200Response struct for GetComputedTrait200Response

func NewGetComputedTrait200Response ¶

func NewGetComputedTrait200Response() *GetComputedTrait200Response

NewGetComputedTrait200Response instantiates a new GetComputedTrait200Response 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 NewGetComputedTrait200ResponseWithDefaults ¶

func NewGetComputedTrait200ResponseWithDefaults() *GetComputedTrait200Response

NewGetComputedTrait200ResponseWithDefaults instantiates a new GetComputedTrait200Response 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 (*GetComputedTrait200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetComputedTrait200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetComputedTrait200Response) HasData ¶

func (o *GetComputedTrait200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetComputedTrait200Response) MarshalJSON ¶

func (o GetComputedTrait200Response) MarshalJSON() ([]byte, error)

func (*GetComputedTrait200Response) SetData ¶

SetData gets a reference to the given GetComputedTraitAlphaOutput and assigns it to the Data field.

func (GetComputedTrait200Response) ToMap ¶

func (o GetComputedTrait200Response) ToMap() (map[string]interface{}, error)

type GetComputedTraitAlphaOutput ¶

type GetComputedTraitAlphaOutput struct {
	ComputedTrait ComputedTraitSummary `json:"computedTrait"`
}

GetComputedTraitAlphaOutput Computed Trait output for get and update.

func NewGetComputedTraitAlphaOutput ¶

func NewGetComputedTraitAlphaOutput(
	computedTrait ComputedTraitSummary,
) *GetComputedTraitAlphaOutput

NewGetComputedTraitAlphaOutput instantiates a new GetComputedTraitAlphaOutput 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 NewGetComputedTraitAlphaOutputWithDefaults ¶

func NewGetComputedTraitAlphaOutputWithDefaults() *GetComputedTraitAlphaOutput

NewGetComputedTraitAlphaOutputWithDefaults instantiates a new GetComputedTraitAlphaOutput 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 (*GetComputedTraitAlphaOutput) GetComputedTrait ¶

func (o *GetComputedTraitAlphaOutput) GetComputedTrait() ComputedTraitSummary

GetComputedTrait returns the ComputedTrait field value

func (*GetComputedTraitAlphaOutput) GetComputedTraitOk ¶

func (o *GetComputedTraitAlphaOutput) GetComputedTraitOk() (*ComputedTraitSummary, bool)

GetComputedTraitOk returns a tuple with the ComputedTrait field value and a boolean to check if the value has been set.

func (GetComputedTraitAlphaOutput) MarshalJSON ¶

func (o GetComputedTraitAlphaOutput) MarshalJSON() ([]byte, error)

func (*GetComputedTraitAlphaOutput) SetComputedTrait ¶

func (o *GetComputedTraitAlphaOutput) SetComputedTrait(v ComputedTraitSummary)

SetComputedTrait sets field value

func (GetComputedTraitAlphaOutput) ToMap ¶

func (o GetComputedTraitAlphaOutput) ToMap() (map[string]interface{}, error)

type GetConnectionStateFromWarehouse200Response ¶

type GetConnectionStateFromWarehouse200Response struct {
	Data *GetConnectionStateFromWarehouseV1Output `json:"data,omitempty"`
}

GetConnectionStateFromWarehouse200Response struct for GetConnectionStateFromWarehouse200Response

func NewGetConnectionStateFromWarehouse200Response ¶

func NewGetConnectionStateFromWarehouse200Response() *GetConnectionStateFromWarehouse200Response

NewGetConnectionStateFromWarehouse200Response instantiates a new GetConnectionStateFromWarehouse200Response 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 NewGetConnectionStateFromWarehouse200ResponseWithDefaults ¶

func NewGetConnectionStateFromWarehouse200ResponseWithDefaults() *GetConnectionStateFromWarehouse200Response

NewGetConnectionStateFromWarehouse200ResponseWithDefaults instantiates a new GetConnectionStateFromWarehouse200Response 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 (*GetConnectionStateFromWarehouse200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetConnectionStateFromWarehouse200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetConnectionStateFromWarehouse200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetConnectionStateFromWarehouse200Response) MarshalJSON ¶

func (*GetConnectionStateFromWarehouse200Response) SetData ¶

SetData gets a reference to the given GetConnectionStateFromWarehouseV1Output and assigns it to the Data field.

func (GetConnectionStateFromWarehouse200Response) ToMap ¶

func (o GetConnectionStateFromWarehouse200Response) ToMap() (map[string]interface{}, error)

type GetConnectionStateFromWarehouseV1Output ¶

type GetConnectionStateFromWarehouseV1Output struct {
	// Represents the status for the current connection settings.
	ConnectionState string `json:"connectionState"`
}

GetConnectionStateFromWarehouseV1Output Returns the status of a Warehouse connection settings after an attempt to connect to it.

func NewGetConnectionStateFromWarehouseV1Output ¶

func NewGetConnectionStateFromWarehouseV1Output(
	connectionState string,
) *GetConnectionStateFromWarehouseV1Output

NewGetConnectionStateFromWarehouseV1Output instantiates a new GetConnectionStateFromWarehouseV1Output 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 NewGetConnectionStateFromWarehouseV1OutputWithDefaults ¶

func NewGetConnectionStateFromWarehouseV1OutputWithDefaults() *GetConnectionStateFromWarehouseV1Output

NewGetConnectionStateFromWarehouseV1OutputWithDefaults instantiates a new GetConnectionStateFromWarehouseV1Output 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 (*GetConnectionStateFromWarehouseV1Output) GetConnectionState ¶

func (o *GetConnectionStateFromWarehouseV1Output) GetConnectionState() string

GetConnectionState returns the ConnectionState field value

func (*GetConnectionStateFromWarehouseV1Output) GetConnectionStateOk ¶

func (o *GetConnectionStateFromWarehouseV1Output) GetConnectionStateOk() (*string, bool)

GetConnectionStateOk returns a tuple with the ConnectionState field value and a boolean to check if the value has been set.

func (GetConnectionStateFromWarehouseV1Output) MarshalJSON ¶

func (o GetConnectionStateFromWarehouseV1Output) MarshalJSON() ([]byte, error)

func (*GetConnectionStateFromWarehouseV1Output) SetConnectionState ¶

func (o *GetConnectionStateFromWarehouseV1Output) SetConnectionState(v string)

SetConnectionState sets field value

func (GetConnectionStateFromWarehouseV1Output) ToMap ¶

func (o GetConnectionStateFromWarehouseV1Output) ToMap() (map[string]interface{}, error)

type GetDailyPerSourceAPICallsUsage200Response ¶

type GetDailyPerSourceAPICallsUsage200Response struct {
	Data *GetDailyPerSourceAPICallsUsageV1Output `json:"data,omitempty"`
}

GetDailyPerSourceAPICallsUsage200Response struct for GetDailyPerSourceAPICallsUsage200Response

func NewGetDailyPerSourceAPICallsUsage200Response ¶

func NewGetDailyPerSourceAPICallsUsage200Response() *GetDailyPerSourceAPICallsUsage200Response

NewGetDailyPerSourceAPICallsUsage200Response instantiates a new GetDailyPerSourceAPICallsUsage200Response 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 NewGetDailyPerSourceAPICallsUsage200ResponseWithDefaults ¶

func NewGetDailyPerSourceAPICallsUsage200ResponseWithDefaults() *GetDailyPerSourceAPICallsUsage200Response

NewGetDailyPerSourceAPICallsUsage200ResponseWithDefaults instantiates a new GetDailyPerSourceAPICallsUsage200Response 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 (*GetDailyPerSourceAPICallsUsage200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetDailyPerSourceAPICallsUsage200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDailyPerSourceAPICallsUsage200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetDailyPerSourceAPICallsUsage200Response) MarshalJSON ¶

func (*GetDailyPerSourceAPICallsUsage200Response) SetData ¶

SetData gets a reference to the given GetDailyPerSourceAPICallsUsageV1Output and assigns it to the Data field.

func (GetDailyPerSourceAPICallsUsage200Response) ToMap ¶

func (o GetDailyPerSourceAPICallsUsage200Response) ToMap() (map[string]interface{}, error)

type GetDailyPerSourceAPICallsUsageV1Output ¶

type GetDailyPerSourceAPICallsUsageV1Output struct {
	// The list of daily per Source API calls count aggregates.
	DailyPerSourceAPICallsUsage []SourceAPICallSnapshotV1 `json:"dailyPerSourceAPICallsUsage"`
	Pagination                  PaginationOutput          `json:"pagination"`
}

GetDailyPerSourceAPICallsUsageV1Output Returns a list of daily aggregations of Source level API calls counts.

func NewGetDailyPerSourceAPICallsUsageV1Output ¶

func NewGetDailyPerSourceAPICallsUsageV1Output(
	dailyPerSourceAPICallsUsage []SourceAPICallSnapshotV1,
	pagination PaginationOutput,
) *GetDailyPerSourceAPICallsUsageV1Output

NewGetDailyPerSourceAPICallsUsageV1Output instantiates a new GetDailyPerSourceAPICallsUsageV1Output 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 NewGetDailyPerSourceAPICallsUsageV1OutputWithDefaults ¶

func NewGetDailyPerSourceAPICallsUsageV1OutputWithDefaults() *GetDailyPerSourceAPICallsUsageV1Output

NewGetDailyPerSourceAPICallsUsageV1OutputWithDefaults instantiates a new GetDailyPerSourceAPICallsUsageV1Output 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 (*GetDailyPerSourceAPICallsUsageV1Output) GetDailyPerSourceAPICallsUsage ¶

func (o *GetDailyPerSourceAPICallsUsageV1Output) GetDailyPerSourceAPICallsUsage() []SourceAPICallSnapshotV1

GetDailyPerSourceAPICallsUsage returns the DailyPerSourceAPICallsUsage field value

func (*GetDailyPerSourceAPICallsUsageV1Output) GetDailyPerSourceAPICallsUsageOk ¶

func (o *GetDailyPerSourceAPICallsUsageV1Output) GetDailyPerSourceAPICallsUsageOk() ([]SourceAPICallSnapshotV1, bool)

GetDailyPerSourceAPICallsUsageOk returns a tuple with the DailyPerSourceAPICallsUsage field value and a boolean to check if the value has been set.

func (*GetDailyPerSourceAPICallsUsageV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*GetDailyPerSourceAPICallsUsageV1Output) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (GetDailyPerSourceAPICallsUsageV1Output) MarshalJSON ¶

func (o GetDailyPerSourceAPICallsUsageV1Output) MarshalJSON() ([]byte, error)

func (*GetDailyPerSourceAPICallsUsageV1Output) SetDailyPerSourceAPICallsUsage ¶

func (o *GetDailyPerSourceAPICallsUsageV1Output) SetDailyPerSourceAPICallsUsage(
	v []SourceAPICallSnapshotV1,
)

SetDailyPerSourceAPICallsUsage sets field value

func (*GetDailyPerSourceAPICallsUsageV1Output) SetPagination ¶

SetPagination sets field value

func (GetDailyPerSourceAPICallsUsageV1Output) ToMap ¶

func (o GetDailyPerSourceAPICallsUsageV1Output) ToMap() (map[string]interface{}, error)

type GetDailyPerSourceMTUUsage200Response ¶

type GetDailyPerSourceMTUUsage200Response struct {
	Data *GetDailyPerSourceMTUUsageV1Output `json:"data,omitempty"`
}

GetDailyPerSourceMTUUsage200Response struct for GetDailyPerSourceMTUUsage200Response

func NewGetDailyPerSourceMTUUsage200Response ¶

func NewGetDailyPerSourceMTUUsage200Response() *GetDailyPerSourceMTUUsage200Response

NewGetDailyPerSourceMTUUsage200Response instantiates a new GetDailyPerSourceMTUUsage200Response 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 NewGetDailyPerSourceMTUUsage200ResponseWithDefaults ¶

func NewGetDailyPerSourceMTUUsage200ResponseWithDefaults() *GetDailyPerSourceMTUUsage200Response

NewGetDailyPerSourceMTUUsage200ResponseWithDefaults instantiates a new GetDailyPerSourceMTUUsage200Response 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 (*GetDailyPerSourceMTUUsage200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetDailyPerSourceMTUUsage200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDailyPerSourceMTUUsage200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetDailyPerSourceMTUUsage200Response) MarshalJSON ¶

func (o GetDailyPerSourceMTUUsage200Response) MarshalJSON() ([]byte, error)

func (*GetDailyPerSourceMTUUsage200Response) SetData ¶

SetData gets a reference to the given GetDailyPerSourceMTUUsageV1Output and assigns it to the Data field.

func (GetDailyPerSourceMTUUsage200Response) ToMap ¶

func (o GetDailyPerSourceMTUUsage200Response) ToMap() (map[string]interface{}, error)

type GetDailyPerSourceMTUUsageV1Output ¶

type GetDailyPerSourceMTUUsageV1Output struct {
	// The list of daily per Source MTU count aggregates.
	DailyPerSourceMTUUsage []UsersPerSourceSnapshotV1 `json:"dailyPerSourceMTUUsage"`
	Pagination             PaginationOutput           `json:"pagination"`
}

GetDailyPerSourceMTUUsageV1Output Returns a list of daily aggregations of Source level MTU counts.

func NewGetDailyPerSourceMTUUsageV1Output ¶

func NewGetDailyPerSourceMTUUsageV1Output(
	dailyPerSourceMTUUsage []UsersPerSourceSnapshotV1,
	pagination PaginationOutput,
) *GetDailyPerSourceMTUUsageV1Output

NewGetDailyPerSourceMTUUsageV1Output instantiates a new GetDailyPerSourceMTUUsageV1Output 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 NewGetDailyPerSourceMTUUsageV1OutputWithDefaults ¶

func NewGetDailyPerSourceMTUUsageV1OutputWithDefaults() *GetDailyPerSourceMTUUsageV1Output

NewGetDailyPerSourceMTUUsageV1OutputWithDefaults instantiates a new GetDailyPerSourceMTUUsageV1Output 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 (*GetDailyPerSourceMTUUsageV1Output) GetDailyPerSourceMTUUsage ¶

func (o *GetDailyPerSourceMTUUsageV1Output) GetDailyPerSourceMTUUsage() []UsersPerSourceSnapshotV1

GetDailyPerSourceMTUUsage returns the DailyPerSourceMTUUsage field value

func (*GetDailyPerSourceMTUUsageV1Output) GetDailyPerSourceMTUUsageOk ¶

func (o *GetDailyPerSourceMTUUsageV1Output) GetDailyPerSourceMTUUsageOk() ([]UsersPerSourceSnapshotV1, bool)

GetDailyPerSourceMTUUsageOk returns a tuple with the DailyPerSourceMTUUsage field value and a boolean to check if the value has been set.

func (*GetDailyPerSourceMTUUsageV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*GetDailyPerSourceMTUUsageV1Output) GetPaginationOk ¶

func (o *GetDailyPerSourceMTUUsageV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (GetDailyPerSourceMTUUsageV1Output) MarshalJSON ¶

func (o GetDailyPerSourceMTUUsageV1Output) MarshalJSON() ([]byte, error)

func (*GetDailyPerSourceMTUUsageV1Output) SetDailyPerSourceMTUUsage ¶

func (o *GetDailyPerSourceMTUUsageV1Output) SetDailyPerSourceMTUUsage(
	v []UsersPerSourceSnapshotV1,
)

SetDailyPerSourceMTUUsage sets field value

func (*GetDailyPerSourceMTUUsageV1Output) SetPagination ¶

SetPagination sets field value

func (GetDailyPerSourceMTUUsageV1Output) ToMap ¶

func (o GetDailyPerSourceMTUUsageV1Output) ToMap() (map[string]interface{}, error)

type GetDailyWorkspaceAPICallsUsage200Response ¶

type GetDailyWorkspaceAPICallsUsage200Response struct {
	Data *GetDailyWorkspaceAPICallsUsageV1Output `json:"data,omitempty"`
}

GetDailyWorkspaceAPICallsUsage200Response struct for GetDailyWorkspaceAPICallsUsage200Response

func NewGetDailyWorkspaceAPICallsUsage200Response ¶

func NewGetDailyWorkspaceAPICallsUsage200Response() *GetDailyWorkspaceAPICallsUsage200Response

NewGetDailyWorkspaceAPICallsUsage200Response instantiates a new GetDailyWorkspaceAPICallsUsage200Response 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 NewGetDailyWorkspaceAPICallsUsage200ResponseWithDefaults ¶

func NewGetDailyWorkspaceAPICallsUsage200ResponseWithDefaults() *GetDailyWorkspaceAPICallsUsage200Response

NewGetDailyWorkspaceAPICallsUsage200ResponseWithDefaults instantiates a new GetDailyWorkspaceAPICallsUsage200Response 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 (*GetDailyWorkspaceAPICallsUsage200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetDailyWorkspaceAPICallsUsage200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDailyWorkspaceAPICallsUsage200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetDailyWorkspaceAPICallsUsage200Response) MarshalJSON ¶

func (*GetDailyWorkspaceAPICallsUsage200Response) SetData ¶

SetData gets a reference to the given GetDailyWorkspaceAPICallsUsageV1Output and assigns it to the Data field.

func (GetDailyWorkspaceAPICallsUsage200Response) ToMap ¶

func (o GetDailyWorkspaceAPICallsUsage200Response) ToMap() (map[string]interface{}, error)

type GetDailyWorkspaceAPICallsUsageV1Output ¶

type GetDailyWorkspaceAPICallsUsageV1Output struct {
	// The list of daily Workspace API calls count aggregates.
	DailyWorkspaceAPICallsUsage []APICallSnapshotV1 `json:"dailyWorkspaceAPICallsUsage"`
	Pagination                  PaginationOutput    `json:"pagination"`
}

GetDailyWorkspaceAPICallsUsageV1Output Returns a list of daily aggregations of Workspace MTU counts.

func NewGetDailyWorkspaceAPICallsUsageV1Output ¶

func NewGetDailyWorkspaceAPICallsUsageV1Output(
	dailyWorkspaceAPICallsUsage []APICallSnapshotV1,
	pagination PaginationOutput,
) *GetDailyWorkspaceAPICallsUsageV1Output

NewGetDailyWorkspaceAPICallsUsageV1Output instantiates a new GetDailyWorkspaceAPICallsUsageV1Output 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 NewGetDailyWorkspaceAPICallsUsageV1OutputWithDefaults ¶

func NewGetDailyWorkspaceAPICallsUsageV1OutputWithDefaults() *GetDailyWorkspaceAPICallsUsageV1Output

NewGetDailyWorkspaceAPICallsUsageV1OutputWithDefaults instantiates a new GetDailyWorkspaceAPICallsUsageV1Output 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 (*GetDailyWorkspaceAPICallsUsageV1Output) GetDailyWorkspaceAPICallsUsage ¶

func (o *GetDailyWorkspaceAPICallsUsageV1Output) GetDailyWorkspaceAPICallsUsage() []APICallSnapshotV1

GetDailyWorkspaceAPICallsUsage returns the DailyWorkspaceAPICallsUsage field value

func (*GetDailyWorkspaceAPICallsUsageV1Output) GetDailyWorkspaceAPICallsUsageOk ¶

func (o *GetDailyWorkspaceAPICallsUsageV1Output) GetDailyWorkspaceAPICallsUsageOk() ([]APICallSnapshotV1, bool)

GetDailyWorkspaceAPICallsUsageOk returns a tuple with the DailyWorkspaceAPICallsUsage field value and a boolean to check if the value has been set.

func (*GetDailyWorkspaceAPICallsUsageV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*GetDailyWorkspaceAPICallsUsageV1Output) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (GetDailyWorkspaceAPICallsUsageV1Output) MarshalJSON ¶

func (o GetDailyWorkspaceAPICallsUsageV1Output) MarshalJSON() ([]byte, error)

func (*GetDailyWorkspaceAPICallsUsageV1Output) SetDailyWorkspaceAPICallsUsage ¶

func (o *GetDailyWorkspaceAPICallsUsageV1Output) SetDailyWorkspaceAPICallsUsage(
	v []APICallSnapshotV1,
)

SetDailyWorkspaceAPICallsUsage sets field value

func (*GetDailyWorkspaceAPICallsUsageV1Output) SetPagination ¶

SetPagination sets field value

func (GetDailyWorkspaceAPICallsUsageV1Output) ToMap ¶

func (o GetDailyWorkspaceAPICallsUsageV1Output) ToMap() (map[string]interface{}, error)

type GetDailyWorkspaceMTUUsage200Response ¶

type GetDailyWorkspaceMTUUsage200Response struct {
	Data *GetDailyWorkspaceMTUUsageV1Output `json:"data,omitempty"`
}

GetDailyWorkspaceMTUUsage200Response struct for GetDailyWorkspaceMTUUsage200Response

func NewGetDailyWorkspaceMTUUsage200Response ¶

func NewGetDailyWorkspaceMTUUsage200Response() *GetDailyWorkspaceMTUUsage200Response

NewGetDailyWorkspaceMTUUsage200Response instantiates a new GetDailyWorkspaceMTUUsage200Response 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 NewGetDailyWorkspaceMTUUsage200ResponseWithDefaults ¶

func NewGetDailyWorkspaceMTUUsage200ResponseWithDefaults() *GetDailyWorkspaceMTUUsage200Response

NewGetDailyWorkspaceMTUUsage200ResponseWithDefaults instantiates a new GetDailyWorkspaceMTUUsage200Response 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 (*GetDailyWorkspaceMTUUsage200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetDailyWorkspaceMTUUsage200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDailyWorkspaceMTUUsage200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetDailyWorkspaceMTUUsage200Response) MarshalJSON ¶

func (o GetDailyWorkspaceMTUUsage200Response) MarshalJSON() ([]byte, error)

func (*GetDailyWorkspaceMTUUsage200Response) SetData ¶

SetData gets a reference to the given GetDailyWorkspaceMTUUsageV1Output and assigns it to the Data field.

func (GetDailyWorkspaceMTUUsage200Response) ToMap ¶

func (o GetDailyWorkspaceMTUUsage200Response) ToMap() (map[string]interface{}, error)

type GetDailyWorkspaceMTUUsageV1Output ¶

type GetDailyWorkspaceMTUUsageV1Output struct {
	// The list of daily Workspace MTU count aggregates.
	DailyWorkspaceMTUUsage []MtuSnapshotV1  `json:"dailyWorkspaceMTUUsage"`
	Pagination             PaginationOutput `json:"pagination"`
}

GetDailyWorkspaceMTUUsageV1Output Returns a list of daily aggregations of Workspace MTU counts.

func NewGetDailyWorkspaceMTUUsageV1Output ¶

func NewGetDailyWorkspaceMTUUsageV1Output(
	dailyWorkspaceMTUUsage []MtuSnapshotV1,
	pagination PaginationOutput,
) *GetDailyWorkspaceMTUUsageV1Output

NewGetDailyWorkspaceMTUUsageV1Output instantiates a new GetDailyWorkspaceMTUUsageV1Output 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 NewGetDailyWorkspaceMTUUsageV1OutputWithDefaults ¶

func NewGetDailyWorkspaceMTUUsageV1OutputWithDefaults() *GetDailyWorkspaceMTUUsageV1Output

NewGetDailyWorkspaceMTUUsageV1OutputWithDefaults instantiates a new GetDailyWorkspaceMTUUsageV1Output 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 (*GetDailyWorkspaceMTUUsageV1Output) GetDailyWorkspaceMTUUsage ¶

func (o *GetDailyWorkspaceMTUUsageV1Output) GetDailyWorkspaceMTUUsage() []MtuSnapshotV1

GetDailyWorkspaceMTUUsage returns the DailyWorkspaceMTUUsage field value

func (*GetDailyWorkspaceMTUUsageV1Output) GetDailyWorkspaceMTUUsageOk ¶

func (o *GetDailyWorkspaceMTUUsageV1Output) GetDailyWorkspaceMTUUsageOk() ([]MtuSnapshotV1, bool)

GetDailyWorkspaceMTUUsageOk returns a tuple with the DailyWorkspaceMTUUsage field value and a boolean to check if the value has been set.

func (*GetDailyWorkspaceMTUUsageV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*GetDailyWorkspaceMTUUsageV1Output) GetPaginationOk ¶

func (o *GetDailyWorkspaceMTUUsageV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (GetDailyWorkspaceMTUUsageV1Output) MarshalJSON ¶

func (o GetDailyWorkspaceMTUUsageV1Output) MarshalJSON() ([]byte, error)

func (*GetDailyWorkspaceMTUUsageV1Output) SetDailyWorkspaceMTUUsage ¶

func (o *GetDailyWorkspaceMTUUsageV1Output) SetDailyWorkspaceMTUUsage(v []MtuSnapshotV1)

SetDailyWorkspaceMTUUsage sets field value

func (*GetDailyWorkspaceMTUUsageV1Output) SetPagination ¶

SetPagination sets field value

func (GetDailyWorkspaceMTUUsageV1Output) ToMap ¶

func (o GetDailyWorkspaceMTUUsageV1Output) ToMap() (map[string]interface{}, error)

type GetDeliveryOverviewMetricsBetaOutput ¶

type GetDeliveryOverviewMetricsBetaOutput struct {
	// The total number of events for the returned dataset.
	Total float32 `json:"total"`
	// Represents the list of series broken down by the dimensions and time frame requested.
	Dataset    []DeliveryOverviewMetricsDataset `json:"dataset"`
	Pagination PaginationOutput                 `json:"pagination"`
}

GetDeliveryOverviewMetricsBetaOutput Output of the Delivery Overview public API endpoints.

func NewGetDeliveryOverviewMetricsBetaOutput ¶

func NewGetDeliveryOverviewMetricsBetaOutput(
	total float32,
	dataset []DeliveryOverviewMetricsDataset,
	pagination PaginationOutput,
) *GetDeliveryOverviewMetricsBetaOutput

NewGetDeliveryOverviewMetricsBetaOutput instantiates a new GetDeliveryOverviewMetricsBetaOutput 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 NewGetDeliveryOverviewMetricsBetaOutputWithDefaults ¶

func NewGetDeliveryOverviewMetricsBetaOutputWithDefaults() *GetDeliveryOverviewMetricsBetaOutput

NewGetDeliveryOverviewMetricsBetaOutputWithDefaults instantiates a new GetDeliveryOverviewMetricsBetaOutput 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 (*GetDeliveryOverviewMetricsBetaOutput) GetDataset ¶

GetDataset returns the Dataset field value

func (*GetDeliveryOverviewMetricsBetaOutput) GetDatasetOk ¶

GetDatasetOk returns a tuple with the Dataset field value and a boolean to check if the value has been set.

func (*GetDeliveryOverviewMetricsBetaOutput) GetPagination ¶

GetPagination returns the Pagination field value

func (*GetDeliveryOverviewMetricsBetaOutput) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*GetDeliveryOverviewMetricsBetaOutput) GetTotal ¶

GetTotal returns the Total field value

func (*GetDeliveryOverviewMetricsBetaOutput) GetTotalOk ¶

GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.

func (GetDeliveryOverviewMetricsBetaOutput) MarshalJSON ¶

func (o GetDeliveryOverviewMetricsBetaOutput) MarshalJSON() ([]byte, error)

func (*GetDeliveryOverviewMetricsBetaOutput) SetDataset ¶

SetDataset sets field value

func (*GetDeliveryOverviewMetricsBetaOutput) SetPagination ¶

SetPagination sets field value

func (*GetDeliveryOverviewMetricsBetaOutput) SetTotal ¶

SetTotal sets field value

func (GetDeliveryOverviewMetricsBetaOutput) ToMap ¶

func (o GetDeliveryOverviewMetricsBetaOutput) ToMap() (map[string]interface{}, error)

type GetDestination200Response ¶

type GetDestination200Response struct {
	Data *GetDestinationV1Output `json:"data,omitempty"`
}

GetDestination200Response struct for GetDestination200Response

func NewGetDestination200Response ¶

func NewGetDestination200Response() *GetDestination200Response

NewGetDestination200Response instantiates a new GetDestination200Response 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 NewGetDestination200ResponseWithDefaults ¶

func NewGetDestination200ResponseWithDefaults() *GetDestination200Response

NewGetDestination200ResponseWithDefaults instantiates a new GetDestination200Response 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 (*GetDestination200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetDestination200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDestination200Response) HasData ¶

func (o *GetDestination200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetDestination200Response) MarshalJSON ¶

func (o GetDestination200Response) MarshalJSON() ([]byte, error)

func (*GetDestination200Response) SetData ¶

SetData gets a reference to the given GetDestinationV1Output and assigns it to the Data field.

func (GetDestination200Response) ToMap ¶

func (o GetDestination200Response) ToMap() (map[string]interface{}, error)

type GetDestinationMetadata200Response ¶

type GetDestinationMetadata200Response struct {
	Data *GetDestinationMetadataV1Output `json:"data,omitempty"`
}

GetDestinationMetadata200Response struct for GetDestinationMetadata200Response

func NewGetDestinationMetadata200Response ¶

func NewGetDestinationMetadata200Response() *GetDestinationMetadata200Response

NewGetDestinationMetadata200Response instantiates a new GetDestinationMetadata200Response 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 NewGetDestinationMetadata200ResponseWithDefaults ¶

func NewGetDestinationMetadata200ResponseWithDefaults() *GetDestinationMetadata200Response

NewGetDestinationMetadata200ResponseWithDefaults instantiates a new GetDestinationMetadata200Response 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 (*GetDestinationMetadata200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetDestinationMetadata200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDestinationMetadata200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetDestinationMetadata200Response) MarshalJSON ¶

func (o GetDestinationMetadata200Response) MarshalJSON() ([]byte, error)

func (*GetDestinationMetadata200Response) SetData ¶

SetData gets a reference to the given GetDestinationMetadataV1Output and assigns it to the Data field.

func (GetDestinationMetadata200Response) ToMap ¶

func (o GetDestinationMetadata200Response) ToMap() (map[string]interface{}, error)

type GetDestinationMetadataV1Output ¶

type GetDestinationMetadataV1Output struct {
	DestinationMetadata DestinationMetadataV1 `json:"destinationMetadata"`
}

GetDestinationMetadataV1Output Returns a Destination catalog item.

func NewGetDestinationMetadataV1Output ¶

func NewGetDestinationMetadataV1Output(
	destinationMetadata DestinationMetadataV1,
) *GetDestinationMetadataV1Output

NewGetDestinationMetadataV1Output instantiates a new GetDestinationMetadataV1Output 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 NewGetDestinationMetadataV1OutputWithDefaults ¶

func NewGetDestinationMetadataV1OutputWithDefaults() *GetDestinationMetadataV1Output

NewGetDestinationMetadataV1OutputWithDefaults instantiates a new GetDestinationMetadataV1Output 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 (*GetDestinationMetadataV1Output) GetDestinationMetadata ¶

func (o *GetDestinationMetadataV1Output) GetDestinationMetadata() DestinationMetadataV1

GetDestinationMetadata returns the DestinationMetadata field value

func (*GetDestinationMetadataV1Output) GetDestinationMetadataOk ¶

func (o *GetDestinationMetadataV1Output) GetDestinationMetadataOk() (*DestinationMetadataV1, bool)

GetDestinationMetadataOk returns a tuple with the DestinationMetadata field value and a boolean to check if the value has been set.

func (GetDestinationMetadataV1Output) MarshalJSON ¶

func (o GetDestinationMetadataV1Output) MarshalJSON() ([]byte, error)

func (*GetDestinationMetadataV1Output) SetDestinationMetadata ¶

func (o *GetDestinationMetadataV1Output) SetDestinationMetadata(v DestinationMetadataV1)

SetDestinationMetadata sets field value

func (GetDestinationMetadataV1Output) ToMap ¶

func (o GetDestinationMetadataV1Output) ToMap() (map[string]interface{}, error)

type GetDestinationV1Output ¶

type GetDestinationV1Output struct {
	Destination DestinationV1 `json:"destination"`
}

GetDestinationV1Output Returns a single Destination by its id.

func NewGetDestinationV1Output ¶

func NewGetDestinationV1Output(destination DestinationV1) *GetDestinationV1Output

NewGetDestinationV1Output instantiates a new GetDestinationV1Output 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 NewGetDestinationV1OutputWithDefaults ¶

func NewGetDestinationV1OutputWithDefaults() *GetDestinationV1Output

NewGetDestinationV1OutputWithDefaults instantiates a new GetDestinationV1Output 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 (*GetDestinationV1Output) GetDestination ¶

func (o *GetDestinationV1Output) GetDestination() DestinationV1

GetDestination returns the Destination field value

func (*GetDestinationV1Output) GetDestinationOk ¶

func (o *GetDestinationV1Output) GetDestinationOk() (*DestinationV1, bool)

GetDestinationOk returns a tuple with the Destination field value and a boolean to check if the value has been set.

func (GetDestinationV1Output) MarshalJSON ¶

func (o GetDestinationV1Output) MarshalJSON() ([]byte, error)

func (*GetDestinationV1Output) SetDestination ¶

func (o *GetDestinationV1Output) SetDestination(v DestinationV1)

SetDestination sets field value

func (GetDestinationV1Output) ToMap ¶

func (o GetDestinationV1Output) ToMap() (map[string]interface{}, error)

type GetDestinationsCatalog200Response ¶

type GetDestinationsCatalog200Response struct {
	Data *GetDestinationsCatalogV1Output `json:"data,omitempty"`
}

GetDestinationsCatalog200Response struct for GetDestinationsCatalog200Response

func NewGetDestinationsCatalog200Response ¶

func NewGetDestinationsCatalog200Response() *GetDestinationsCatalog200Response

NewGetDestinationsCatalog200Response instantiates a new GetDestinationsCatalog200Response 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 NewGetDestinationsCatalog200ResponseWithDefaults ¶

func NewGetDestinationsCatalog200ResponseWithDefaults() *GetDestinationsCatalog200Response

NewGetDestinationsCatalog200ResponseWithDefaults instantiates a new GetDestinationsCatalog200Response 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 (*GetDestinationsCatalog200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetDestinationsCatalog200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDestinationsCatalog200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetDestinationsCatalog200Response) MarshalJSON ¶

func (o GetDestinationsCatalog200Response) MarshalJSON() ([]byte, error)

func (*GetDestinationsCatalog200Response) SetData ¶

SetData gets a reference to the given GetDestinationsCatalogV1Output and assigns it to the Data field.

func (GetDestinationsCatalog200Response) ToMap ¶

func (o GetDestinationsCatalog200Response) ToMap() (map[string]interface{}, error)

type GetDestinationsCatalogV1Output ¶

type GetDestinationsCatalogV1Output struct {
	// All Destination catalog items contained within the requested page.
	DestinationsCatalog []DestinationMetadataV1 `json:"destinationsCatalog"`
	Pagination          PaginationOutput        `json:"pagination"`
}

GetDestinationsCatalogV1Output Returns a list of all Destination catalog items contained within a given page.

func NewGetDestinationsCatalogV1Output ¶

func NewGetDestinationsCatalogV1Output(
	destinationsCatalog []DestinationMetadataV1,
	pagination PaginationOutput,
) *GetDestinationsCatalogV1Output

NewGetDestinationsCatalogV1Output instantiates a new GetDestinationsCatalogV1Output 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 NewGetDestinationsCatalogV1OutputWithDefaults ¶

func NewGetDestinationsCatalogV1OutputWithDefaults() *GetDestinationsCatalogV1Output

NewGetDestinationsCatalogV1OutputWithDefaults instantiates a new GetDestinationsCatalogV1Output 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 (*GetDestinationsCatalogV1Output) GetDestinationsCatalog ¶

func (o *GetDestinationsCatalogV1Output) GetDestinationsCatalog() []DestinationMetadataV1

GetDestinationsCatalog returns the DestinationsCatalog field value

func (*GetDestinationsCatalogV1Output) GetDestinationsCatalogOk ¶

func (o *GetDestinationsCatalogV1Output) GetDestinationsCatalogOk() ([]DestinationMetadataV1, bool)

GetDestinationsCatalogOk returns a tuple with the DestinationsCatalog field value and a boolean to check if the value has been set.

func (*GetDestinationsCatalogV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*GetDestinationsCatalogV1Output) GetPaginationOk ¶

func (o *GetDestinationsCatalogV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (GetDestinationsCatalogV1Output) MarshalJSON ¶

func (o GetDestinationsCatalogV1Output) MarshalJSON() ([]byte, error)

func (*GetDestinationsCatalogV1Output) SetDestinationsCatalog ¶

func (o *GetDestinationsCatalogV1Output) SetDestinationsCatalog(v []DestinationMetadataV1)

SetDestinationsCatalog sets field value

func (*GetDestinationsCatalogV1Output) SetPagination ¶

SetPagination sets field value

func (GetDestinationsCatalogV1Output) ToMap ¶

func (o GetDestinationsCatalogV1Output) ToMap() (map[string]interface{}, error)

type GetEgressFailedMetricsFromDeliveryOverview200Response ¶

type GetEgressFailedMetricsFromDeliveryOverview200Response struct {
	Data *GetDeliveryOverviewMetricsBetaOutput `json:"data,omitempty"`
}

GetEgressFailedMetricsFromDeliveryOverview200Response struct for GetEgressFailedMetricsFromDeliveryOverview200Response

func NewGetEgressFailedMetricsFromDeliveryOverview200Response ¶

func NewGetEgressFailedMetricsFromDeliveryOverview200Response() *GetEgressFailedMetricsFromDeliveryOverview200Response

NewGetEgressFailedMetricsFromDeliveryOverview200Response instantiates a new GetEgressFailedMetricsFromDeliveryOverview200Response 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 NewGetEgressFailedMetricsFromDeliveryOverview200ResponseWithDefaults ¶

func NewGetEgressFailedMetricsFromDeliveryOverview200ResponseWithDefaults() *GetEgressFailedMetricsFromDeliveryOverview200Response

NewGetEgressFailedMetricsFromDeliveryOverview200ResponseWithDefaults instantiates a new GetEgressFailedMetricsFromDeliveryOverview200Response 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 (*GetEgressFailedMetricsFromDeliveryOverview200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetEgressFailedMetricsFromDeliveryOverview200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetEgressFailedMetricsFromDeliveryOverview200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetEgressFailedMetricsFromDeliveryOverview200Response) MarshalJSON ¶

func (*GetEgressFailedMetricsFromDeliveryOverview200Response) SetData ¶

SetData gets a reference to the given GetDeliveryOverviewMetricsBetaOutput and assigns it to the Data field.

func (GetEgressFailedMetricsFromDeliveryOverview200Response) ToMap ¶

type GetEventsVolumeFromWorkspace200Response ¶

type GetEventsVolumeFromWorkspace200Response struct {
	Data *GetEventsVolumeFromWorkspaceV1Output `json:"data,omitempty"`
}

GetEventsVolumeFromWorkspace200Response struct for GetEventsVolumeFromWorkspace200Response

func NewGetEventsVolumeFromWorkspace200Response ¶

func NewGetEventsVolumeFromWorkspace200Response() *GetEventsVolumeFromWorkspace200Response

NewGetEventsVolumeFromWorkspace200Response instantiates a new GetEventsVolumeFromWorkspace200Response 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 NewGetEventsVolumeFromWorkspace200ResponseWithDefaults ¶

func NewGetEventsVolumeFromWorkspace200ResponseWithDefaults() *GetEventsVolumeFromWorkspace200Response

NewGetEventsVolumeFromWorkspace200ResponseWithDefaults instantiates a new GetEventsVolumeFromWorkspace200Response 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 (*GetEventsVolumeFromWorkspace200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetEventsVolumeFromWorkspace200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetEventsVolumeFromWorkspace200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetEventsVolumeFromWorkspace200Response) MarshalJSON ¶

func (o GetEventsVolumeFromWorkspace200Response) MarshalJSON() ([]byte, error)

func (*GetEventsVolumeFromWorkspace200Response) SetData ¶

SetData gets a reference to the given GetEventsVolumeFromWorkspaceV1Output and assigns it to the Data field.

func (GetEventsVolumeFromWorkspace200Response) ToMap ¶

func (o GetEventsVolumeFromWorkspace200Response) ToMap() (map[string]interface{}, error)

type GetEventsVolumeFromWorkspaceV1Output ¶

type GetEventsVolumeFromWorkspaceV1Output struct {
	// Observability event volume path.
	Path  string                              `json:"path"`
	Query GetEventsVolumeFromWorkspaceV1Query `json:"query"`
	// The resultant list of series broken down by the dimensions requested over the time frame requested and ordered by the total count of events in all series. Note: The limit of entries returned is 5000.
	Result     []SourceEventVolumeV1 `json:"result"`
	Pagination *PaginationOutput     `json:"pagination,omitempty"`
}

GetEventsVolumeFromWorkspaceV1Output GetEventsVolumeFromWorkspaceV1Output represents the results given the input query.

func NewGetEventsVolumeFromWorkspaceV1Output ¶

func NewGetEventsVolumeFromWorkspaceV1Output(
	path string,
	query GetEventsVolumeFromWorkspaceV1Query,
	result []SourceEventVolumeV1,
) *GetEventsVolumeFromWorkspaceV1Output

NewGetEventsVolumeFromWorkspaceV1Output instantiates a new GetEventsVolumeFromWorkspaceV1Output 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 NewGetEventsVolumeFromWorkspaceV1OutputWithDefaults ¶

func NewGetEventsVolumeFromWorkspaceV1OutputWithDefaults() *GetEventsVolumeFromWorkspaceV1Output

NewGetEventsVolumeFromWorkspaceV1OutputWithDefaults instantiates a new GetEventsVolumeFromWorkspaceV1Output 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 (*GetEventsVolumeFromWorkspaceV1Output) GetPagination ¶

GetPagination returns the Pagination field value if set, zero value otherwise.

func (*GetEventsVolumeFromWorkspaceV1Output) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetEventsVolumeFromWorkspaceV1Output) GetPath ¶

GetPath returns the Path field value

func (*GetEventsVolumeFromWorkspaceV1Output) GetPathOk ¶

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*GetEventsVolumeFromWorkspaceV1Output) GetQuery ¶

GetQuery returns the Query field value

func (*GetEventsVolumeFromWorkspaceV1Output) GetQueryOk ¶

GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.

func (*GetEventsVolumeFromWorkspaceV1Output) GetResult ¶

GetResult returns the Result field value

func (*GetEventsVolumeFromWorkspaceV1Output) GetResultOk ¶

GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.

func (*GetEventsVolumeFromWorkspaceV1Output) HasPagination ¶

func (o *GetEventsVolumeFromWorkspaceV1Output) HasPagination() bool

HasPagination returns a boolean if a field has been set.

func (GetEventsVolumeFromWorkspaceV1Output) MarshalJSON ¶

func (o GetEventsVolumeFromWorkspaceV1Output) MarshalJSON() ([]byte, error)

func (*GetEventsVolumeFromWorkspaceV1Output) SetPagination ¶

SetPagination gets a reference to the given PaginationOutput and assigns it to the Pagination field.

func (*GetEventsVolumeFromWorkspaceV1Output) SetPath ¶

SetPath sets field value

func (*GetEventsVolumeFromWorkspaceV1Output) SetQuery ¶

SetQuery sets field value

func (*GetEventsVolumeFromWorkspaceV1Output) SetResult ¶

SetResult sets field value

func (GetEventsVolumeFromWorkspaceV1Output) ToMap ¶

func (o GetEventsVolumeFromWorkspaceV1Output) ToMap() (map[string]interface{}, error)

type GetEventsVolumeFromWorkspaceV1Query ¶

type GetEventsVolumeFromWorkspaceV1Query struct {
	// Workspace being requested.
	WorkspaceId string `json:"workspaceId"`
	// Granularity corresponds to the requested bucket granularity.
	Granularity string `json:"granularity"`
	// StartTime is the ISO8601 formatted timestamp corresponding to the beginning of the requested time frame, inclusive.
	StartTime string `json:"startTime"`
	// EndTime is the ISO8601 formatted timestamp corresponding to the end of the requested time frame, noninclusive.
	EndTime string `json:"endTime"`
	// GroupBy is a comma-delimited list of strings representing the dimensions to group the result by. The current options are: `eventName` or `eventType`.
	GroupBy []string `json:"groupBy,omitempty"`
	// List of strings which allow you to restrict the result to just the given Sources.
	SourceId []string `json:"sourceId,omitempty"`
	// EventName is a list of strings which allow you to restrict the result to just the given event names.
	EventName []string `json:"eventName,omitempty"`
	// EventType is a list of strings which allow you to restrict the result to just the given event types.
	EventType []string `json:"eventType,omitempty"`
	// AppVersion is a list of strings which allow you to restrict the result to just the given application versions.
	AppVersion []string `json:"appVersion,omitempty"`
	// Limit is the total number of items in the result.
	Limit *float32 `json:"limit,omitempty"`
}

GetEventsVolumeFromWorkspaceV1Query GetEventVolumeOutputQuery represents the input query sent to output.

func NewGetEventsVolumeFromWorkspaceV1Query ¶

func NewGetEventsVolumeFromWorkspaceV1Query(
	workspaceId string,
	granularity string,
	startTime string,
	endTime string,
) *GetEventsVolumeFromWorkspaceV1Query

NewGetEventsVolumeFromWorkspaceV1Query instantiates a new GetEventsVolumeFromWorkspaceV1Query 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 NewGetEventsVolumeFromWorkspaceV1QueryWithDefaults ¶

func NewGetEventsVolumeFromWorkspaceV1QueryWithDefaults() *GetEventsVolumeFromWorkspaceV1Query

NewGetEventsVolumeFromWorkspaceV1QueryWithDefaults instantiates a new GetEventsVolumeFromWorkspaceV1Query 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 (*GetEventsVolumeFromWorkspaceV1Query) GetAppVersion ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetAppVersion() []string

GetAppVersion returns the AppVersion field value if set, zero value otherwise.

func (*GetEventsVolumeFromWorkspaceV1Query) GetAppVersionOk ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetAppVersionOk() ([]string, bool)

GetAppVersionOk returns a tuple with the AppVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetEventsVolumeFromWorkspaceV1Query) GetEndTime ¶

GetEndTime returns the EndTime field value

func (*GetEventsVolumeFromWorkspaceV1Query) GetEndTimeOk ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetEndTimeOk() (*string, bool)

GetEndTimeOk returns a tuple with the EndTime field value and a boolean to check if the value has been set.

func (*GetEventsVolumeFromWorkspaceV1Query) GetEventName ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetEventName() []string

GetEventName returns the EventName field value if set, zero value otherwise.

func (*GetEventsVolumeFromWorkspaceV1Query) GetEventNameOk ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetEventNameOk() ([]string, bool)

GetEventNameOk returns a tuple with the EventName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetEventsVolumeFromWorkspaceV1Query) GetEventType ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetEventType() []string

GetEventType returns the EventType field value if set, zero value otherwise.

func (*GetEventsVolumeFromWorkspaceV1Query) GetEventTypeOk ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetEventTypeOk() ([]string, bool)

GetEventTypeOk returns a tuple with the EventType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetEventsVolumeFromWorkspaceV1Query) GetGranularity ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetGranularity() string

GetGranularity returns the Granularity field value

func (*GetEventsVolumeFromWorkspaceV1Query) GetGranularityOk ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetGranularityOk() (*string, bool)

GetGranularityOk returns a tuple with the Granularity field value and a boolean to check if the value has been set.

func (*GetEventsVolumeFromWorkspaceV1Query) GetGroupBy ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetGroupBy() []string

GetGroupBy returns the GroupBy field value if set, zero value otherwise.

func (*GetEventsVolumeFromWorkspaceV1Query) GetGroupByOk ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetGroupByOk() ([]string, bool)

GetGroupByOk returns a tuple with the GroupBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetEventsVolumeFromWorkspaceV1Query) GetLimit ¶

GetLimit returns the Limit field value if set, zero value otherwise.

func (*GetEventsVolumeFromWorkspaceV1Query) GetLimitOk ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetLimitOk() (*float32, bool)

GetLimitOk returns a tuple with the Limit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetEventsVolumeFromWorkspaceV1Query) GetSourceId ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetSourceId() []string

GetSourceId returns the SourceId field value if set, zero value otherwise.

func (*GetEventsVolumeFromWorkspaceV1Query) GetSourceIdOk ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetSourceIdOk() ([]string, bool)

GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetEventsVolumeFromWorkspaceV1Query) GetStartTime ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetStartTime() string

GetStartTime returns the StartTime field value

func (*GetEventsVolumeFromWorkspaceV1Query) GetStartTimeOk ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetStartTimeOk() (*string, bool)

GetStartTimeOk returns a tuple with the StartTime field value and a boolean to check if the value has been set.

func (*GetEventsVolumeFromWorkspaceV1Query) GetWorkspaceId ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetWorkspaceId() string

GetWorkspaceId returns the WorkspaceId field value

func (*GetEventsVolumeFromWorkspaceV1Query) GetWorkspaceIdOk ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) GetWorkspaceIdOk() (*string, bool)

GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.

func (*GetEventsVolumeFromWorkspaceV1Query) HasAppVersion ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) HasAppVersion() bool

HasAppVersion returns a boolean if a field has been set.

func (*GetEventsVolumeFromWorkspaceV1Query) HasEventName ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) HasEventName() bool

HasEventName returns a boolean if a field has been set.

func (*GetEventsVolumeFromWorkspaceV1Query) HasEventType ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) HasEventType() bool

HasEventType returns a boolean if a field has been set.

func (*GetEventsVolumeFromWorkspaceV1Query) HasGroupBy ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) HasGroupBy() bool

HasGroupBy returns a boolean if a field has been set.

func (*GetEventsVolumeFromWorkspaceV1Query) HasLimit ¶

HasLimit returns a boolean if a field has been set.

func (*GetEventsVolumeFromWorkspaceV1Query) HasSourceId ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

func (GetEventsVolumeFromWorkspaceV1Query) MarshalJSON ¶

func (o GetEventsVolumeFromWorkspaceV1Query) MarshalJSON() ([]byte, error)

func (*GetEventsVolumeFromWorkspaceV1Query) SetAppVersion ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) SetAppVersion(v []string)

SetAppVersion gets a reference to the given []string and assigns it to the AppVersion field.

func (*GetEventsVolumeFromWorkspaceV1Query) SetEndTime ¶

SetEndTime sets field value

func (*GetEventsVolumeFromWorkspaceV1Query) SetEventName ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) SetEventName(v []string)

SetEventName gets a reference to the given []string and assigns it to the EventName field.

func (*GetEventsVolumeFromWorkspaceV1Query) SetEventType ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) SetEventType(v []string)

SetEventType gets a reference to the given []string and assigns it to the EventType field.

func (*GetEventsVolumeFromWorkspaceV1Query) SetGranularity ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) SetGranularity(v string)

SetGranularity sets field value

func (*GetEventsVolumeFromWorkspaceV1Query) SetGroupBy ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) SetGroupBy(v []string)

SetGroupBy gets a reference to the given []string and assigns it to the GroupBy field.

func (*GetEventsVolumeFromWorkspaceV1Query) SetLimit ¶

SetLimit gets a reference to the given float32 and assigns it to the Limit field.

func (*GetEventsVolumeFromWorkspaceV1Query) SetSourceId ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) SetSourceId(v []string)

SetSourceId gets a reference to the given []string and assigns it to the SourceId field.

func (*GetEventsVolumeFromWorkspaceV1Query) SetStartTime ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) SetStartTime(v string)

SetStartTime sets field value

func (*GetEventsVolumeFromWorkspaceV1Query) SetWorkspaceId ¶

func (o *GetEventsVolumeFromWorkspaceV1Query) SetWorkspaceId(v string)

SetWorkspaceId sets field value

func (GetEventsVolumeFromWorkspaceV1Query) ToMap ¶

func (o GetEventsVolumeFromWorkspaceV1Query) ToMap() (map[string]interface{}, error)

type GetFilterById200Response ¶

type GetFilterById200Response struct {
	Data *GetFilterByIdOutput `json:"data,omitempty"`
}

GetFilterById200Response struct for GetFilterById200Response

func NewGetFilterById200Response ¶

func NewGetFilterById200Response() *GetFilterById200Response

NewGetFilterById200Response instantiates a new GetFilterById200Response 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 NewGetFilterById200ResponseWithDefaults ¶

func NewGetFilterById200ResponseWithDefaults() *GetFilterById200Response

NewGetFilterById200ResponseWithDefaults instantiates a new GetFilterById200Response 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 (*GetFilterById200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetFilterById200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFilterById200Response) HasData ¶

func (o *GetFilterById200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetFilterById200Response) MarshalJSON ¶

func (o GetFilterById200Response) MarshalJSON() ([]byte, error)

func (*GetFilterById200Response) SetData ¶

SetData gets a reference to the given GetFilterByIdOutput and assigns it to the Data field.

func (GetFilterById200Response) ToMap ¶

func (o GetFilterById200Response) ToMap() (map[string]interface{}, error)

type GetFilterByIdOutput ¶

type GetFilterByIdOutput struct {
	Filter Filter `json:"filter"`
}

GetFilterByIdOutput Output for GetFilterById.

func NewGetFilterByIdOutput ¶

func NewGetFilterByIdOutput(filter Filter) *GetFilterByIdOutput

NewGetFilterByIdOutput instantiates a new GetFilterByIdOutput 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 NewGetFilterByIdOutputWithDefaults ¶

func NewGetFilterByIdOutputWithDefaults() *GetFilterByIdOutput

NewGetFilterByIdOutputWithDefaults instantiates a new GetFilterByIdOutput 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 (*GetFilterByIdOutput) GetFilter ¶

func (o *GetFilterByIdOutput) GetFilter() Filter

GetFilter returns the Filter field value

func (*GetFilterByIdOutput) GetFilterOk ¶

func (o *GetFilterByIdOutput) GetFilterOk() (*Filter, bool)

GetFilterOk returns a tuple with the Filter field value and a boolean to check if the value has been set.

func (GetFilterByIdOutput) MarshalJSON ¶

func (o GetFilterByIdOutput) MarshalJSON() ([]byte, error)

func (*GetFilterByIdOutput) SetFilter ¶

func (o *GetFilterByIdOutput) SetFilter(v Filter)

SetFilter sets field value

func (GetFilterByIdOutput) ToMap ¶

func (o GetFilterByIdOutput) ToMap() (map[string]interface{}, error)

type GetFilterInDestination200Response ¶

type GetFilterInDestination200Response struct {
	Data *GetFilterInDestinationV1Output `json:"data,omitempty"`
}

GetFilterInDestination200Response struct for GetFilterInDestination200Response

func NewGetFilterInDestination200Response ¶

func NewGetFilterInDestination200Response() *GetFilterInDestination200Response

NewGetFilterInDestination200Response instantiates a new GetFilterInDestination200Response 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 NewGetFilterInDestination200ResponseWithDefaults ¶

func NewGetFilterInDestination200ResponseWithDefaults() *GetFilterInDestination200Response

NewGetFilterInDestination200ResponseWithDefaults instantiates a new GetFilterInDestination200Response 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 (*GetFilterInDestination200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetFilterInDestination200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFilterInDestination200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetFilterInDestination200Response) MarshalJSON ¶

func (o GetFilterInDestination200Response) MarshalJSON() ([]byte, error)

func (*GetFilterInDestination200Response) SetData ¶

SetData gets a reference to the given GetFilterInDestinationV1Output and assigns it to the Data field.

func (GetFilterInDestination200Response) ToMap ¶

func (o GetFilterInDestination200Response) ToMap() (map[string]interface{}, error)

type GetFilterInDestinationV1Output ¶

type GetFilterInDestinationV1Output struct {
	Filter DestinationFilterV1 `json:"filter"`
}

GetFilterInDestinationV1Output Output for GetDestinationFiltersV1.

func NewGetFilterInDestinationV1Output ¶

func NewGetFilterInDestinationV1Output(filter DestinationFilterV1) *GetFilterInDestinationV1Output

NewGetFilterInDestinationV1Output instantiates a new GetFilterInDestinationV1Output 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 NewGetFilterInDestinationV1OutputWithDefaults ¶

func NewGetFilterInDestinationV1OutputWithDefaults() *GetFilterInDestinationV1Output

NewGetFilterInDestinationV1OutputWithDefaults instantiates a new GetFilterInDestinationV1Output 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 (*GetFilterInDestinationV1Output) GetFilter ¶

GetFilter returns the Filter field value

func (*GetFilterInDestinationV1Output) GetFilterOk ¶

GetFilterOk returns a tuple with the Filter field value and a boolean to check if the value has been set.

func (GetFilterInDestinationV1Output) MarshalJSON ¶

func (o GetFilterInDestinationV1Output) MarshalJSON() ([]byte, error)

func (*GetFilterInDestinationV1Output) SetFilter ¶

SetFilter sets field value

func (GetFilterInDestinationV1Output) ToMap ¶

func (o GetFilterInDestinationV1Output) ToMap() (map[string]interface{}, error)

type GetFunction200Response ¶

type GetFunction200Response struct {
	Data *GetFunctionV1Output `json:"data,omitempty"`
}

GetFunction200Response struct for GetFunction200Response

func NewGetFunction200Response ¶

func NewGetFunction200Response() *GetFunction200Response

NewGetFunction200Response instantiates a new GetFunction200Response 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 NewGetFunction200ResponseWithDefaults ¶

func NewGetFunction200ResponseWithDefaults() *GetFunction200Response

NewGetFunction200ResponseWithDefaults instantiates a new GetFunction200Response 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 (*GetFunction200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetFunction200Response) GetDataOk ¶

func (o *GetFunction200Response) GetDataOk() (*GetFunctionV1Output, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFunction200Response) HasData ¶

func (o *GetFunction200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetFunction200Response) MarshalJSON ¶

func (o GetFunction200Response) MarshalJSON() ([]byte, error)

func (*GetFunction200Response) SetData ¶

SetData gets a reference to the given GetFunctionV1Output and assigns it to the Data field.

func (GetFunction200Response) ToMap ¶

func (o GetFunction200Response) ToMap() (map[string]interface{}, error)

type GetFunctionV1Output ¶

type GetFunctionV1Output struct {
	Function NullableFunctionV1 `json:"function"`
}

GetFunctionV1Output Gets a single Function.

func NewGetFunctionV1Output ¶

func NewGetFunctionV1Output(function NullableFunctionV1) *GetFunctionV1Output

NewGetFunctionV1Output instantiates a new GetFunctionV1Output 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 NewGetFunctionV1OutputWithDefaults ¶

func NewGetFunctionV1OutputWithDefaults() *GetFunctionV1Output

NewGetFunctionV1OutputWithDefaults instantiates a new GetFunctionV1Output 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 (*GetFunctionV1Output) GetFunction ¶

func (o *GetFunctionV1Output) GetFunction() FunctionV1

GetFunction returns the Function field value If the value is explicit nil, the zero value for FunctionV1 will be returned

func (*GetFunctionV1Output) GetFunctionOk ¶

func (o *GetFunctionV1Output) GetFunctionOk() (*FunctionV1, bool)

GetFunctionOk returns a tuple with the Function field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (GetFunctionV1Output) MarshalJSON ¶

func (o GetFunctionV1Output) MarshalJSON() ([]byte, error)

func (*GetFunctionV1Output) SetFunction ¶

func (o *GetFunctionV1Output) SetFunction(v FunctionV1)

SetFunction sets field value

func (GetFunctionV1Output) ToMap ¶

func (o GetFunctionV1Output) ToMap() (map[string]interface{}, error)

type GetFunctionVersion200Response ¶

type GetFunctionVersion200Response struct {
	Data *GetFunctionVersionAlphaOutput `json:"data,omitempty"`
}

GetFunctionVersion200Response struct for GetFunctionVersion200Response

func NewGetFunctionVersion200Response ¶

func NewGetFunctionVersion200Response() *GetFunctionVersion200Response

NewGetFunctionVersion200Response instantiates a new GetFunctionVersion200Response 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 NewGetFunctionVersion200ResponseWithDefaults ¶

func NewGetFunctionVersion200ResponseWithDefaults() *GetFunctionVersion200Response

NewGetFunctionVersion200ResponseWithDefaults instantiates a new GetFunctionVersion200Response 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 (*GetFunctionVersion200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetFunctionVersion200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetFunctionVersion200Response) HasData ¶

func (o *GetFunctionVersion200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetFunctionVersion200Response) MarshalJSON ¶

func (o GetFunctionVersion200Response) MarshalJSON() ([]byte, error)

func (*GetFunctionVersion200Response) SetData ¶

SetData gets a reference to the given GetFunctionVersionAlphaOutput and assigns it to the Data field.

func (GetFunctionVersion200Response) ToMap ¶

func (o GetFunctionVersion200Response) ToMap() (map[string]interface{}, error)

type GetFunctionVersionAlphaOutput ¶

type GetFunctionVersionAlphaOutput struct {
	Version Version `json:"version"`
}

GetFunctionVersionAlphaOutput Get Function version output.

func NewGetFunctionVersionAlphaOutput ¶

func NewGetFunctionVersionAlphaOutput(version Version) *GetFunctionVersionAlphaOutput

NewGetFunctionVersionAlphaOutput instantiates a new GetFunctionVersionAlphaOutput 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 NewGetFunctionVersionAlphaOutputWithDefaults ¶

func NewGetFunctionVersionAlphaOutputWithDefaults() *GetFunctionVersionAlphaOutput

NewGetFunctionVersionAlphaOutputWithDefaults instantiates a new GetFunctionVersionAlphaOutput 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 (*GetFunctionVersionAlphaOutput) GetVersion ¶

func (o *GetFunctionVersionAlphaOutput) GetVersion() Version

GetVersion returns the Version field value

func (*GetFunctionVersionAlphaOutput) GetVersionOk ¶

func (o *GetFunctionVersionAlphaOutput) GetVersionOk() (*Version, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (GetFunctionVersionAlphaOutput) MarshalJSON ¶

func (o GetFunctionVersionAlphaOutput) MarshalJSON() ([]byte, error)

func (*GetFunctionVersionAlphaOutput) SetVersion ¶

func (o *GetFunctionVersionAlphaOutput) SetVersion(v Version)

SetVersion sets field value

func (GetFunctionVersionAlphaOutput) ToMap ¶

func (o GetFunctionVersionAlphaOutput) ToMap() (map[string]interface{}, error)

type GetInsertFunctionInstance200Response ¶

type GetInsertFunctionInstance200Response struct {
	Data *GetInsertFunctionInstanceAlphaOutput `json:"data,omitempty"`
}

GetInsertFunctionInstance200Response struct for GetInsertFunctionInstance200Response

func NewGetInsertFunctionInstance200Response ¶

func NewGetInsertFunctionInstance200Response() *GetInsertFunctionInstance200Response

NewGetInsertFunctionInstance200Response instantiates a new GetInsertFunctionInstance200Response 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 NewGetInsertFunctionInstance200ResponseWithDefaults ¶

func NewGetInsertFunctionInstance200ResponseWithDefaults() *GetInsertFunctionInstance200Response

NewGetInsertFunctionInstance200ResponseWithDefaults instantiates a new GetInsertFunctionInstance200Response 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 (*GetInsertFunctionInstance200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetInsertFunctionInstance200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetInsertFunctionInstance200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetInsertFunctionInstance200Response) MarshalJSON ¶

func (o GetInsertFunctionInstance200Response) MarshalJSON() ([]byte, error)

func (*GetInsertFunctionInstance200Response) SetData ¶

SetData gets a reference to the given GetInsertFunctionInstanceAlphaOutput and assigns it to the Data field.

func (GetInsertFunctionInstance200Response) ToMap ¶

func (o GetInsertFunctionInstance200Response) ToMap() (map[string]interface{}, error)

type GetInsertFunctionInstanceAlphaOutput ¶

type GetInsertFunctionInstanceAlphaOutput struct {
	InsertFunctionInstance InsertFunctionInstanceAlpha `json:"insertFunctionInstance"`
}

GetInsertFunctionInstanceAlphaOutput Returns the insert Function instance.

func NewGetInsertFunctionInstanceAlphaOutput ¶

func NewGetInsertFunctionInstanceAlphaOutput(
	insertFunctionInstance InsertFunctionInstanceAlpha,
) *GetInsertFunctionInstanceAlphaOutput

NewGetInsertFunctionInstanceAlphaOutput instantiates a new GetInsertFunctionInstanceAlphaOutput 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 NewGetInsertFunctionInstanceAlphaOutputWithDefaults ¶

func NewGetInsertFunctionInstanceAlphaOutputWithDefaults() *GetInsertFunctionInstanceAlphaOutput

NewGetInsertFunctionInstanceAlphaOutputWithDefaults instantiates a new GetInsertFunctionInstanceAlphaOutput 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 (*GetInsertFunctionInstanceAlphaOutput) GetInsertFunctionInstance ¶

GetInsertFunctionInstance returns the InsertFunctionInstance field value

func (*GetInsertFunctionInstanceAlphaOutput) GetInsertFunctionInstanceOk ¶

func (o *GetInsertFunctionInstanceAlphaOutput) GetInsertFunctionInstanceOk() (*InsertFunctionInstanceAlpha, bool)

GetInsertFunctionInstanceOk returns a tuple with the InsertFunctionInstance field value and a boolean to check if the value has been set.

func (GetInsertFunctionInstanceAlphaOutput) MarshalJSON ¶

func (o GetInsertFunctionInstanceAlphaOutput) MarshalJSON() ([]byte, error)

func (*GetInsertFunctionInstanceAlphaOutput) SetInsertFunctionInstance ¶

func (o *GetInsertFunctionInstanceAlphaOutput) SetInsertFunctionInstance(
	v InsertFunctionInstanceAlpha,
)

SetInsertFunctionInstance sets field value

func (GetInsertFunctionInstanceAlphaOutput) ToMap ¶

func (o GetInsertFunctionInstanceAlphaOutput) ToMap() (map[string]interface{}, error)

type GetLatestFromEdgeFunctions200Response ¶

type GetLatestFromEdgeFunctions200Response struct {
	Data *GetLatestFromEdgeFunctionsAlphaOutput `json:"data,omitempty"`
}

GetLatestFromEdgeFunctions200Response struct for GetLatestFromEdgeFunctions200Response

func NewGetLatestFromEdgeFunctions200Response ¶

func NewGetLatestFromEdgeFunctions200Response() *GetLatestFromEdgeFunctions200Response

NewGetLatestFromEdgeFunctions200Response instantiates a new GetLatestFromEdgeFunctions200Response 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 NewGetLatestFromEdgeFunctions200ResponseWithDefaults ¶

func NewGetLatestFromEdgeFunctions200ResponseWithDefaults() *GetLatestFromEdgeFunctions200Response

NewGetLatestFromEdgeFunctions200ResponseWithDefaults instantiates a new GetLatestFromEdgeFunctions200Response 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 (*GetLatestFromEdgeFunctions200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetLatestFromEdgeFunctions200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetLatestFromEdgeFunctions200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetLatestFromEdgeFunctions200Response) MarshalJSON ¶

func (o GetLatestFromEdgeFunctions200Response) MarshalJSON() ([]byte, error)

func (*GetLatestFromEdgeFunctions200Response) SetData ¶

SetData gets a reference to the given GetLatestFromEdgeFunctionsAlphaOutput and assigns it to the Data field.

func (GetLatestFromEdgeFunctions200Response) ToMap ¶

func (o GetLatestFromEdgeFunctions200Response) ToMap() (map[string]interface{}, error)

type GetLatestFromEdgeFunctionsAlphaOutput ¶

type GetLatestFromEdgeFunctionsAlphaOutput struct {
	EdgeFunctions EdgeFunctionsAlpha `json:"edgeFunctions"`
}

GetLatestFromEdgeFunctionsAlphaOutput Output for GetLatestFromEdgeFunctions.

func NewGetLatestFromEdgeFunctionsAlphaOutput ¶

func NewGetLatestFromEdgeFunctionsAlphaOutput(
	edgeFunctions EdgeFunctionsAlpha,
) *GetLatestFromEdgeFunctionsAlphaOutput

NewGetLatestFromEdgeFunctionsAlphaOutput instantiates a new GetLatestFromEdgeFunctionsAlphaOutput 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 NewGetLatestFromEdgeFunctionsAlphaOutputWithDefaults ¶

func NewGetLatestFromEdgeFunctionsAlphaOutputWithDefaults() *GetLatestFromEdgeFunctionsAlphaOutput

NewGetLatestFromEdgeFunctionsAlphaOutputWithDefaults instantiates a new GetLatestFromEdgeFunctionsAlphaOutput 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 (*GetLatestFromEdgeFunctionsAlphaOutput) GetEdgeFunctions ¶

GetEdgeFunctions returns the EdgeFunctions field value

func (*GetLatestFromEdgeFunctionsAlphaOutput) GetEdgeFunctionsOk ¶

GetEdgeFunctionsOk returns a tuple with the EdgeFunctions field value and a boolean to check if the value has been set.

func (GetLatestFromEdgeFunctionsAlphaOutput) MarshalJSON ¶

func (o GetLatestFromEdgeFunctionsAlphaOutput) MarshalJSON() ([]byte, error)

func (*GetLatestFromEdgeFunctionsAlphaOutput) SetEdgeFunctions ¶

SetEdgeFunctions sets field value

func (GetLatestFromEdgeFunctionsAlphaOutput) ToMap ¶

func (o GetLatestFromEdgeFunctionsAlphaOutput) ToMap() (map[string]interface{}, error)

type GetMessagingSubscriptionFailureResponse ¶

type GetMessagingSubscriptionFailureResponse struct {
	// Key is the phone number or email.
	Key string `json:"key"`
	// This will be the exact type as given in the request.
	Type string `json:"type"`
	// Per key errors, such as validation errors.
	Errors []MessageSubscriptionResponseError `json:"errors"`
}

GetMessagingSubscriptionFailureResponse struct for GetMessagingSubscriptionFailureResponse

func NewGetMessagingSubscriptionFailureResponse ¶

func NewGetMessagingSubscriptionFailureResponse(
	key string,
	type_ string,
	errors []MessageSubscriptionResponseError,
) *GetMessagingSubscriptionFailureResponse

NewGetMessagingSubscriptionFailureResponse instantiates a new GetMessagingSubscriptionFailureResponse 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 NewGetMessagingSubscriptionFailureResponseWithDefaults ¶

func NewGetMessagingSubscriptionFailureResponseWithDefaults() *GetMessagingSubscriptionFailureResponse

NewGetMessagingSubscriptionFailureResponseWithDefaults instantiates a new GetMessagingSubscriptionFailureResponse 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 (*GetMessagingSubscriptionFailureResponse) GetErrors ¶

GetErrors returns the Errors field value

func (*GetMessagingSubscriptionFailureResponse) GetErrorsOk ¶

GetErrorsOk returns a tuple with the Errors field value and a boolean to check if the value has been set.

func (*GetMessagingSubscriptionFailureResponse) GetKey ¶

GetKey returns the Key field value

func (*GetMessagingSubscriptionFailureResponse) GetKeyOk ¶

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*GetMessagingSubscriptionFailureResponse) GetType ¶

GetType returns the Type field value

func (*GetMessagingSubscriptionFailureResponse) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (GetMessagingSubscriptionFailureResponse) MarshalJSON ¶

func (o GetMessagingSubscriptionFailureResponse) MarshalJSON() ([]byte, error)

func (*GetMessagingSubscriptionFailureResponse) SetErrors ¶

SetErrors sets field value

func (*GetMessagingSubscriptionFailureResponse) SetKey ¶

SetKey sets field value

func (*GetMessagingSubscriptionFailureResponse) SetType ¶

SetType sets field value

func (GetMessagingSubscriptionFailureResponse) ToMap ¶

func (o GetMessagingSubscriptionFailureResponse) ToMap() (map[string]interface{}, error)

type GetMessagingSubscriptionSuccessResponse ¶

type GetMessagingSubscriptionSuccessResponse struct {
	// Key is the phone number or email.
	Key string `json:"key"`
	// Type is communication medium used.
	Type string `json:"type"`
	// The user subscribed, unsubscribed, or on initial status. This is absent if the phone number or email is not found.
	Status *string `json:"status,omitempty"`
	// Optional subscription groups.
	Groups []GroupSubscriptionStatusResponse `json:"groups,omitempty"`
	// The timestamp of this subscription status's last change.
	UpdatedAt *string `json:"updatedAt,omitempty"`
}

GetMessagingSubscriptionSuccessResponse struct for GetMessagingSubscriptionSuccessResponse

func NewGetMessagingSubscriptionSuccessResponse ¶

func NewGetMessagingSubscriptionSuccessResponse(
	key string,
	type_ string,
) *GetMessagingSubscriptionSuccessResponse

NewGetMessagingSubscriptionSuccessResponse instantiates a new GetMessagingSubscriptionSuccessResponse 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 NewGetMessagingSubscriptionSuccessResponseWithDefaults ¶

func NewGetMessagingSubscriptionSuccessResponseWithDefaults() *GetMessagingSubscriptionSuccessResponse

NewGetMessagingSubscriptionSuccessResponseWithDefaults instantiates a new GetMessagingSubscriptionSuccessResponse 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 (*GetMessagingSubscriptionSuccessResponse) GetGroups ¶

GetGroups returns the Groups field value if set, zero value otherwise.

func (*GetMessagingSubscriptionSuccessResponse) GetGroupsOk ¶

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetMessagingSubscriptionSuccessResponse) GetKey ¶

GetKey returns the Key field value

func (*GetMessagingSubscriptionSuccessResponse) GetKeyOk ¶

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*GetMessagingSubscriptionSuccessResponse) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*GetMessagingSubscriptionSuccessResponse) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetMessagingSubscriptionSuccessResponse) GetType ¶

GetType returns the Type field value

func (*GetMessagingSubscriptionSuccessResponse) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*GetMessagingSubscriptionSuccessResponse) GetUpdatedAt ¶

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*GetMessagingSubscriptionSuccessResponse) GetUpdatedAtOk ¶

func (o *GetMessagingSubscriptionSuccessResponse) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetMessagingSubscriptionSuccessResponse) HasGroups ¶

HasGroups returns a boolean if a field has been set.

func (*GetMessagingSubscriptionSuccessResponse) HasStatus ¶

HasStatus returns a boolean if a field has been set.

func (*GetMessagingSubscriptionSuccessResponse) HasUpdatedAt ¶

HasUpdatedAt returns a boolean if a field has been set.

func (GetMessagingSubscriptionSuccessResponse) MarshalJSON ¶

func (o GetMessagingSubscriptionSuccessResponse) MarshalJSON() ([]byte, error)

func (*GetMessagingSubscriptionSuccessResponse) SetGroups ¶

SetGroups gets a reference to the given []GroupSubscriptionStatusResponse and assigns it to the Groups field.

func (*GetMessagingSubscriptionSuccessResponse) SetKey ¶

SetKey sets field value

func (*GetMessagingSubscriptionSuccessResponse) SetStatus ¶

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*GetMessagingSubscriptionSuccessResponse) SetType ¶

SetType sets field value

func (*GetMessagingSubscriptionSuccessResponse) SetUpdatedAt ¶

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (GetMessagingSubscriptionSuccessResponse) ToMap ¶

func (o GetMessagingSubscriptionSuccessResponse) ToMap() (map[string]interface{}, error)

type GetRegulation200Response ¶

type GetRegulation200Response struct {
	Data *GetRegulationV1Output `json:"data,omitempty"`
}

GetRegulation200Response struct for GetRegulation200Response

func NewGetRegulation200Response ¶

func NewGetRegulation200Response() *GetRegulation200Response

NewGetRegulation200Response instantiates a new GetRegulation200Response 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 NewGetRegulation200ResponseWithDefaults ¶

func NewGetRegulation200ResponseWithDefaults() *GetRegulation200Response

NewGetRegulation200ResponseWithDefaults instantiates a new GetRegulation200Response 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 (*GetRegulation200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetRegulation200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetRegulation200Response) HasData ¶

func (o *GetRegulation200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetRegulation200Response) MarshalJSON ¶

func (o GetRegulation200Response) MarshalJSON() ([]byte, error)

func (*GetRegulation200Response) SetData ¶

SetData gets a reference to the given GetRegulationV1Output and assigns it to the Data field.

func (GetRegulation200Response) ToMap ¶

func (o GetRegulation200Response) ToMap() (map[string]interface{}, error)

type GetRegulationV1Output ¶

type GetRegulationV1Output struct {
	Regulation Regulation `json:"regulation"`
}

GetRegulationV1Output The regulate request returned.

func NewGetRegulationV1Output ¶

func NewGetRegulationV1Output(regulation Regulation) *GetRegulationV1Output

NewGetRegulationV1Output instantiates a new GetRegulationV1Output 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 NewGetRegulationV1OutputWithDefaults ¶

func NewGetRegulationV1OutputWithDefaults() *GetRegulationV1Output

NewGetRegulationV1OutputWithDefaults instantiates a new GetRegulationV1Output 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 (*GetRegulationV1Output) GetRegulation ¶

func (o *GetRegulationV1Output) GetRegulation() Regulation

GetRegulation returns the Regulation field value

func (*GetRegulationV1Output) GetRegulationOk ¶

func (o *GetRegulationV1Output) GetRegulationOk() (*Regulation, bool)

GetRegulationOk returns a tuple with the Regulation field value and a boolean to check if the value has been set.

func (GetRegulationV1Output) MarshalJSON ¶

func (o GetRegulationV1Output) MarshalJSON() ([]byte, error)

func (*GetRegulationV1Output) SetRegulation ¶

func (o *GetRegulationV1Output) SetRegulation(v Regulation)

SetRegulation sets field value

func (GetRegulationV1Output) ToMap ¶

func (o GetRegulationV1Output) ToMap() (map[string]interface{}, error)

type GetReverseETLSyncStatus200Response ¶

type GetReverseETLSyncStatus200Response struct {
	Data *GetReverseETLSyncStatusOutput `json:"data,omitempty"`
}

GetReverseETLSyncStatus200Response struct for GetReverseETLSyncStatus200Response

func NewGetReverseETLSyncStatus200Response ¶

func NewGetReverseETLSyncStatus200Response() *GetReverseETLSyncStatus200Response

NewGetReverseETLSyncStatus200Response instantiates a new GetReverseETLSyncStatus200Response 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 NewGetReverseETLSyncStatus200ResponseWithDefaults ¶

func NewGetReverseETLSyncStatus200ResponseWithDefaults() *GetReverseETLSyncStatus200Response

NewGetReverseETLSyncStatus200ResponseWithDefaults instantiates a new GetReverseETLSyncStatus200Response 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 (*GetReverseETLSyncStatus200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetReverseETLSyncStatus200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetReverseETLSyncStatus200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetReverseETLSyncStatus200Response) MarshalJSON ¶

func (o GetReverseETLSyncStatus200Response) MarshalJSON() ([]byte, error)

func (*GetReverseETLSyncStatus200Response) SetData ¶

SetData gets a reference to the given GetReverseETLSyncStatusOutput and assigns it to the Data field.

func (GetReverseETLSyncStatus200Response) ToMap ¶

func (o GetReverseETLSyncStatus200Response) ToMap() (map[string]interface{}, error)

type GetReverseETLSyncStatusOutput ¶

type GetReverseETLSyncStatusOutput struct {
	ReverseETLSyncStatus ReverseETLSyncStatus `json:"reverseETLSyncStatus"`
}

GetReverseETLSyncStatusOutput Output for triggering a manual sync for a RETL connection.

func NewGetReverseETLSyncStatusOutput ¶

func NewGetReverseETLSyncStatusOutput(
	reverseETLSyncStatus ReverseETLSyncStatus,
) *GetReverseETLSyncStatusOutput

NewGetReverseETLSyncStatusOutput instantiates a new GetReverseETLSyncStatusOutput 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 NewGetReverseETLSyncStatusOutputWithDefaults ¶

func NewGetReverseETLSyncStatusOutputWithDefaults() *GetReverseETLSyncStatusOutput

NewGetReverseETLSyncStatusOutputWithDefaults instantiates a new GetReverseETLSyncStatusOutput 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 (*GetReverseETLSyncStatusOutput) GetReverseETLSyncStatus ¶

func (o *GetReverseETLSyncStatusOutput) GetReverseETLSyncStatus() ReverseETLSyncStatus

GetReverseETLSyncStatus returns the ReverseETLSyncStatus field value

func (*GetReverseETLSyncStatusOutput) GetReverseETLSyncStatusOk ¶

func (o *GetReverseETLSyncStatusOutput) GetReverseETLSyncStatusOk() (*ReverseETLSyncStatus, bool)

GetReverseETLSyncStatusOk returns a tuple with the ReverseETLSyncStatus field value and a boolean to check if the value has been set.

func (GetReverseETLSyncStatusOutput) MarshalJSON ¶

func (o GetReverseETLSyncStatusOutput) MarshalJSON() ([]byte, error)

func (*GetReverseETLSyncStatusOutput) SetReverseETLSyncStatus ¶

func (o *GetReverseETLSyncStatusOutput) SetReverseETLSyncStatus(v ReverseETLSyncStatus)

SetReverseETLSyncStatus sets field value

func (GetReverseETLSyncStatusOutput) ToMap ¶

func (o GetReverseETLSyncStatusOutput) ToMap() (map[string]interface{}, error)

type GetReverseEtlModel200Response ¶

type GetReverseEtlModel200Response struct {
	Data *GetReverseEtlModelOutput `json:"data,omitempty"`
}

GetReverseEtlModel200Response struct for GetReverseEtlModel200Response

func NewGetReverseEtlModel200Response ¶

func NewGetReverseEtlModel200Response() *GetReverseEtlModel200Response

NewGetReverseEtlModel200Response instantiates a new GetReverseEtlModel200Response 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 NewGetReverseEtlModel200ResponseWithDefaults ¶

func NewGetReverseEtlModel200ResponseWithDefaults() *GetReverseEtlModel200Response

NewGetReverseEtlModel200ResponseWithDefaults instantiates a new GetReverseEtlModel200Response 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 (*GetReverseEtlModel200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetReverseEtlModel200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetReverseEtlModel200Response) HasData ¶

func (o *GetReverseEtlModel200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetReverseEtlModel200Response) MarshalJSON ¶

func (o GetReverseEtlModel200Response) MarshalJSON() ([]byte, error)

func (*GetReverseEtlModel200Response) SetData ¶

SetData gets a reference to the given GetReverseEtlModelOutput and assigns it to the Data field.

func (GetReverseEtlModel200Response) ToMap ¶

func (o GetReverseEtlModel200Response) ToMap() (map[string]interface{}, error)

type GetReverseEtlModelOutput ¶

type GetReverseEtlModelOutput struct {
	ReverseEtlModel ReverseEtlModel `json:"reverseEtlModel"`
}

GetReverseEtlModelOutput Defines the result of getting a Model.

func NewGetReverseEtlModelOutput ¶

func NewGetReverseEtlModelOutput(reverseEtlModel ReverseEtlModel) *GetReverseEtlModelOutput

NewGetReverseEtlModelOutput instantiates a new GetReverseEtlModelOutput 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 NewGetReverseEtlModelOutputWithDefaults ¶

func NewGetReverseEtlModelOutputWithDefaults() *GetReverseEtlModelOutput

NewGetReverseEtlModelOutputWithDefaults instantiates a new GetReverseEtlModelOutput 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 (*GetReverseEtlModelOutput) GetReverseEtlModel ¶

func (o *GetReverseEtlModelOutput) GetReverseEtlModel() ReverseEtlModel

GetReverseEtlModel returns the ReverseEtlModel field value

func (*GetReverseEtlModelOutput) GetReverseEtlModelOk ¶

func (o *GetReverseEtlModelOutput) GetReverseEtlModelOk() (*ReverseEtlModel, bool)

GetReverseEtlModelOk returns a tuple with the ReverseEtlModel field value and a boolean to check if the value has been set.

func (GetReverseEtlModelOutput) MarshalJSON ¶

func (o GetReverseEtlModelOutput) MarshalJSON() ([]byte, error)

func (*GetReverseEtlModelOutput) SetReverseEtlModel ¶

func (o *GetReverseEtlModelOutput) SetReverseEtlModel(v ReverseEtlModel)

SetReverseEtlModel sets field value

func (GetReverseEtlModelOutput) ToMap ¶

func (o GetReverseEtlModelOutput) ToMap() (map[string]interface{}, error)

type GetSource200Response ¶

type GetSource200Response struct {
	Data *GetSourceV1Output `json:"data,omitempty"`
}

GetSource200Response struct for GetSource200Response

func NewGetSource200Response ¶

func NewGetSource200Response() *GetSource200Response

NewGetSource200Response instantiates a new GetSource200Response 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 NewGetSource200ResponseWithDefaults ¶

func NewGetSource200ResponseWithDefaults() *GetSource200Response

NewGetSource200ResponseWithDefaults instantiates a new GetSource200Response 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 (*GetSource200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetSource200Response) GetDataOk ¶

func (o *GetSource200Response) GetDataOk() (*GetSourceV1Output, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSource200Response) HasData ¶

func (o *GetSource200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetSource200Response) MarshalJSON ¶

func (o GetSource200Response) MarshalJSON() ([]byte, error)

func (*GetSource200Response) SetData ¶

SetData gets a reference to the given GetSourceV1Output and assigns it to the Data field.

func (GetSource200Response) ToMap ¶

func (o GetSource200Response) ToMap() (map[string]interface{}, error)

type GetSource200Response1 ¶

type GetSource200Response1 struct {
	Data *GetSourceAlphaOutput `json:"data,omitempty"`
}

GetSource200Response1 struct for GetSource200Response1

func NewGetSource200Response1 ¶

func NewGetSource200Response1() *GetSource200Response1

NewGetSource200Response1 instantiates a new GetSource200Response1 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 NewGetSource200Response1WithDefaults ¶

func NewGetSource200Response1WithDefaults() *GetSource200Response1

NewGetSource200Response1WithDefaults instantiates a new GetSource200Response1 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 (*GetSource200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetSource200Response1) GetDataOk ¶

func (o *GetSource200Response1) GetDataOk() (*GetSourceAlphaOutput, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSource200Response1) HasData ¶

func (o *GetSource200Response1) HasData() bool

HasData returns a boolean if a field has been set.

func (GetSource200Response1) MarshalJSON ¶

func (o GetSource200Response1) MarshalJSON() ([]byte, error)

func (*GetSource200Response1) SetData ¶

SetData gets a reference to the given GetSourceAlphaOutput and assigns it to the Data field.

func (GetSource200Response1) ToMap ¶

func (o GetSource200Response1) ToMap() (map[string]interface{}, error)

type GetSourceAlphaOutput ¶

type GetSourceAlphaOutput struct {
	Source SourceAlpha `json:"source"`
	// The id of the Tracking Plan connected to the Source.
	TrackingPlanId NullableString `json:"trackingPlanId"`
}

GetSourceAlphaOutput Returns a Source.

func NewGetSourceAlphaOutput ¶

func NewGetSourceAlphaOutput(
	source SourceAlpha,
	trackingPlanId NullableString,
) *GetSourceAlphaOutput

NewGetSourceAlphaOutput instantiates a new GetSourceAlphaOutput 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 NewGetSourceAlphaOutputWithDefaults ¶

func NewGetSourceAlphaOutputWithDefaults() *GetSourceAlphaOutput

NewGetSourceAlphaOutputWithDefaults instantiates a new GetSourceAlphaOutput 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 (*GetSourceAlphaOutput) GetSource ¶

func (o *GetSourceAlphaOutput) GetSource() SourceAlpha

GetSource returns the Source field value

func (*GetSourceAlphaOutput) GetSourceOk ¶

func (o *GetSourceAlphaOutput) GetSourceOk() (*SourceAlpha, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (*GetSourceAlphaOutput) GetTrackingPlanId ¶

func (o *GetSourceAlphaOutput) GetTrackingPlanId() string

GetTrackingPlanId returns the TrackingPlanId field value If the value is explicit nil, the zero value for string will be returned

func (*GetSourceAlphaOutput) GetTrackingPlanIdOk ¶

func (o *GetSourceAlphaOutput) GetTrackingPlanIdOk() (*string, bool)

GetTrackingPlanIdOk returns a tuple with the TrackingPlanId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (GetSourceAlphaOutput) MarshalJSON ¶

func (o GetSourceAlphaOutput) MarshalJSON() ([]byte, error)

func (*GetSourceAlphaOutput) SetSource ¶

func (o *GetSourceAlphaOutput) SetSource(v SourceAlpha)

SetSource sets field value

func (*GetSourceAlphaOutput) SetTrackingPlanId ¶

func (o *GetSourceAlphaOutput) SetTrackingPlanId(v string)

SetTrackingPlanId sets field value

func (GetSourceAlphaOutput) ToMap ¶

func (o GetSourceAlphaOutput) ToMap() (map[string]interface{}, error)

type GetSourceMetadata200Response ¶

type GetSourceMetadata200Response struct {
	Data *GetSourceMetadataV1Output `json:"data,omitempty"`
}

GetSourceMetadata200Response struct for GetSourceMetadata200Response

func NewGetSourceMetadata200Response ¶

func NewGetSourceMetadata200Response() *GetSourceMetadata200Response

NewGetSourceMetadata200Response instantiates a new GetSourceMetadata200Response 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 NewGetSourceMetadata200ResponseWithDefaults ¶

func NewGetSourceMetadata200ResponseWithDefaults() *GetSourceMetadata200Response

NewGetSourceMetadata200ResponseWithDefaults instantiates a new GetSourceMetadata200Response 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 (*GetSourceMetadata200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetSourceMetadata200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSourceMetadata200Response) HasData ¶

func (o *GetSourceMetadata200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetSourceMetadata200Response) MarshalJSON ¶

func (o GetSourceMetadata200Response) MarshalJSON() ([]byte, error)

func (*GetSourceMetadata200Response) SetData ¶

SetData gets a reference to the given GetSourceMetadataV1Output and assigns it to the Data field.

func (GetSourceMetadata200Response) ToMap ¶

func (o GetSourceMetadata200Response) ToMap() (map[string]interface{}, error)

type GetSourceMetadataV1Output ¶

type GetSourceMetadataV1Output struct {
	SourceMetadata SourceMetadataV1 `json:"sourceMetadata"`
}

GetSourceMetadataV1Output Returns the Source catalog item looked up by id.

func NewGetSourceMetadataV1Output ¶

func NewGetSourceMetadataV1Output(sourceMetadata SourceMetadataV1) *GetSourceMetadataV1Output

NewGetSourceMetadataV1Output instantiates a new GetSourceMetadataV1Output 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 NewGetSourceMetadataV1OutputWithDefaults ¶

func NewGetSourceMetadataV1OutputWithDefaults() *GetSourceMetadataV1Output

NewGetSourceMetadataV1OutputWithDefaults instantiates a new GetSourceMetadataV1Output 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 (*GetSourceMetadataV1Output) GetSourceMetadata ¶

func (o *GetSourceMetadataV1Output) GetSourceMetadata() SourceMetadataV1

GetSourceMetadata returns the SourceMetadata field value

func (*GetSourceMetadataV1Output) GetSourceMetadataOk ¶

func (o *GetSourceMetadataV1Output) GetSourceMetadataOk() (*SourceMetadataV1, bool)

GetSourceMetadataOk returns a tuple with the SourceMetadata field value and a boolean to check if the value has been set.

func (GetSourceMetadataV1Output) MarshalJSON ¶

func (o GetSourceMetadataV1Output) MarshalJSON() ([]byte, error)

func (*GetSourceMetadataV1Output) SetSourceMetadata ¶

func (o *GetSourceMetadataV1Output) SetSourceMetadata(v SourceMetadataV1)

SetSourceMetadata sets field value

func (GetSourceMetadataV1Output) ToMap ¶

func (o GetSourceMetadataV1Output) ToMap() (map[string]interface{}, error)

type GetSourceV1Output ¶

type GetSourceV1Output struct {
	Source SourceV1 `json:"source"`
	// The id of the Tracking Plan connected to the Source.
	TrackingPlanId NullableString `json:"trackingPlanId"`
}

GetSourceV1Output Returns a Source.

func NewGetSourceV1Output ¶

func NewGetSourceV1Output(source SourceV1, trackingPlanId NullableString) *GetSourceV1Output

NewGetSourceV1Output instantiates a new GetSourceV1Output 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 NewGetSourceV1OutputWithDefaults ¶

func NewGetSourceV1OutputWithDefaults() *GetSourceV1Output

NewGetSourceV1OutputWithDefaults instantiates a new GetSourceV1Output 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 (*GetSourceV1Output) GetSource ¶

func (o *GetSourceV1Output) GetSource() SourceV1

GetSource returns the Source field value

func (*GetSourceV1Output) GetSourceOk ¶

func (o *GetSourceV1Output) GetSourceOk() (*SourceV1, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (*GetSourceV1Output) GetTrackingPlanId ¶

func (o *GetSourceV1Output) GetTrackingPlanId() string

GetTrackingPlanId returns the TrackingPlanId field value If the value is explicit nil, the zero value for string will be returned

func (*GetSourceV1Output) GetTrackingPlanIdOk ¶

func (o *GetSourceV1Output) GetTrackingPlanIdOk() (*string, bool)

GetTrackingPlanIdOk returns a tuple with the TrackingPlanId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (GetSourceV1Output) MarshalJSON ¶

func (o GetSourceV1Output) MarshalJSON() ([]byte, error)

func (*GetSourceV1Output) SetSource ¶

func (o *GetSourceV1Output) SetSource(v SourceV1)

SetSource sets field value

func (*GetSourceV1Output) SetTrackingPlanId ¶

func (o *GetSourceV1Output) SetTrackingPlanId(v string)

SetTrackingPlanId sets field value

func (GetSourceV1Output) ToMap ¶

func (o GetSourceV1Output) ToMap() (map[string]interface{}, error)

type GetSourcesCatalog200Response ¶

type GetSourcesCatalog200Response struct {
	Data *GetSourcesCatalogV1Output `json:"data,omitempty"`
}

GetSourcesCatalog200Response struct for GetSourcesCatalog200Response

func NewGetSourcesCatalog200Response ¶

func NewGetSourcesCatalog200Response() *GetSourcesCatalog200Response

NewGetSourcesCatalog200Response instantiates a new GetSourcesCatalog200Response 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 NewGetSourcesCatalog200ResponseWithDefaults ¶

func NewGetSourcesCatalog200ResponseWithDefaults() *GetSourcesCatalog200Response

NewGetSourcesCatalog200ResponseWithDefaults instantiates a new GetSourcesCatalog200Response 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 (*GetSourcesCatalog200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetSourcesCatalog200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSourcesCatalog200Response) HasData ¶

func (o *GetSourcesCatalog200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetSourcesCatalog200Response) MarshalJSON ¶

func (o GetSourcesCatalog200Response) MarshalJSON() ([]byte, error)

func (*GetSourcesCatalog200Response) SetData ¶

SetData gets a reference to the given GetSourcesCatalogV1Output and assigns it to the Data field.

func (GetSourcesCatalog200Response) ToMap ¶

func (o GetSourcesCatalog200Response) ToMap() (map[string]interface{}, error)

type GetSourcesCatalogV1Output ¶

type GetSourcesCatalogV1Output struct {
	// All Source catalog items contained within the requested page.
	SourcesCatalog []SourceMetadataV1 `json:"sourcesCatalog"`
	Pagination     PaginationOutput   `json:"pagination"`
}

GetSourcesCatalogV1Output Returns a list of all Source catalog items contained within a given page.

func NewGetSourcesCatalogV1Output ¶

func NewGetSourcesCatalogV1Output(
	sourcesCatalog []SourceMetadataV1,
	pagination PaginationOutput,
) *GetSourcesCatalogV1Output

NewGetSourcesCatalogV1Output instantiates a new GetSourcesCatalogV1Output 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 NewGetSourcesCatalogV1OutputWithDefaults ¶

func NewGetSourcesCatalogV1OutputWithDefaults() *GetSourcesCatalogV1Output

NewGetSourcesCatalogV1OutputWithDefaults instantiates a new GetSourcesCatalogV1Output 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 (*GetSourcesCatalogV1Output) GetPagination ¶

func (o *GetSourcesCatalogV1Output) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*GetSourcesCatalogV1Output) GetPaginationOk ¶

func (o *GetSourcesCatalogV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*GetSourcesCatalogV1Output) GetSourcesCatalog ¶

func (o *GetSourcesCatalogV1Output) GetSourcesCatalog() []SourceMetadataV1

GetSourcesCatalog returns the SourcesCatalog field value

func (*GetSourcesCatalogV1Output) GetSourcesCatalogOk ¶

func (o *GetSourcesCatalogV1Output) GetSourcesCatalogOk() ([]SourceMetadataV1, bool)

GetSourcesCatalogOk returns a tuple with the SourcesCatalog field value and a boolean to check if the value has been set.

func (GetSourcesCatalogV1Output) MarshalJSON ¶

func (o GetSourcesCatalogV1Output) MarshalJSON() ([]byte, error)

func (*GetSourcesCatalogV1Output) SetPagination ¶

func (o *GetSourcesCatalogV1Output) SetPagination(v PaginationOutput)

SetPagination sets field value

func (*GetSourcesCatalogV1Output) SetSourcesCatalog ¶

func (o *GetSourcesCatalogV1Output) SetSourcesCatalog(v []SourceMetadataV1)

SetSourcesCatalog sets field value

func (GetSourcesCatalogV1Output) ToMap ¶

func (o GetSourcesCatalogV1Output) ToMap() (map[string]interface{}, error)

type GetSpace200Response ¶

type GetSpace200Response struct {
	Data *GetSpaceAlphaOutput `json:"data,omitempty"`
}

GetSpace200Response struct for GetSpace200Response

func NewGetSpace200Response ¶

func NewGetSpace200Response() *GetSpace200Response

NewGetSpace200Response instantiates a new GetSpace200Response 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 NewGetSpace200ResponseWithDefaults ¶

func NewGetSpace200ResponseWithDefaults() *GetSpace200Response

NewGetSpace200ResponseWithDefaults instantiates a new GetSpace200Response 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 (*GetSpace200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetSpace200Response) GetDataOk ¶

func (o *GetSpace200Response) GetDataOk() (*GetSpaceAlphaOutput, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSpace200Response) HasData ¶

func (o *GetSpace200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetSpace200Response) MarshalJSON ¶

func (o GetSpace200Response) MarshalJSON() ([]byte, error)

func (*GetSpace200Response) SetData ¶

SetData gets a reference to the given GetSpaceAlphaOutput and assigns it to the Data field.

func (GetSpace200Response) ToMap ¶

func (o GetSpace200Response) ToMap() (map[string]interface{}, error)

type GetSpaceAlphaOutput ¶

type GetSpaceAlphaOutput struct {
	Space NullableSpace `json:"space"`
}

GetSpaceAlphaOutput Response for the getSpaceById endpoint.

func NewGetSpaceAlphaOutput ¶

func NewGetSpaceAlphaOutput(space NullableSpace) *GetSpaceAlphaOutput

NewGetSpaceAlphaOutput instantiates a new GetSpaceAlphaOutput 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 NewGetSpaceAlphaOutputWithDefaults ¶

func NewGetSpaceAlphaOutputWithDefaults() *GetSpaceAlphaOutput

NewGetSpaceAlphaOutputWithDefaults instantiates a new GetSpaceAlphaOutput 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 (*GetSpaceAlphaOutput) GetSpace ¶

func (o *GetSpaceAlphaOutput) GetSpace() Space

GetSpace returns the Space field value If the value is explicit nil, the zero value for Space will be returned

func (*GetSpaceAlphaOutput) GetSpaceOk ¶

func (o *GetSpaceAlphaOutput) GetSpaceOk() (*Space, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (GetSpaceAlphaOutput) MarshalJSON ¶

func (o GetSpaceAlphaOutput) MarshalJSON() ([]byte, error)

func (*GetSpaceAlphaOutput) SetSpace ¶

func (o *GetSpaceAlphaOutput) SetSpace(v Space)

SetSpace sets field value

func (GetSpaceAlphaOutput) ToMap ¶

func (o GetSpaceAlphaOutput) ToMap() (map[string]interface{}, error)

type GetSubscriptionFromDestination200Response ¶

type GetSubscriptionFromDestination200Response struct {
	Data *GetSubscriptionFromDestinationAlphaOutput `json:"data,omitempty"`
}

GetSubscriptionFromDestination200Response struct for GetSubscriptionFromDestination200Response

func NewGetSubscriptionFromDestination200Response ¶

func NewGetSubscriptionFromDestination200Response() *GetSubscriptionFromDestination200Response

NewGetSubscriptionFromDestination200Response instantiates a new GetSubscriptionFromDestination200Response 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 NewGetSubscriptionFromDestination200ResponseWithDefaults ¶

func NewGetSubscriptionFromDestination200ResponseWithDefaults() *GetSubscriptionFromDestination200Response

NewGetSubscriptionFromDestination200ResponseWithDefaults instantiates a new GetSubscriptionFromDestination200Response 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 (*GetSubscriptionFromDestination200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetSubscriptionFromDestination200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetSubscriptionFromDestination200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetSubscriptionFromDestination200Response) MarshalJSON ¶

func (*GetSubscriptionFromDestination200Response) SetData ¶

SetData gets a reference to the given GetSubscriptionFromDestinationAlphaOutput and assigns it to the Data field.

func (GetSubscriptionFromDestination200Response) ToMap ¶

func (o GetSubscriptionFromDestination200Response) ToMap() (map[string]interface{}, error)

type GetSubscriptionFromDestinationAlphaOutput ¶

type GetSubscriptionFromDestinationAlphaOutput struct {
	Subscription DestinationSubscription `json:"subscription"`
}

GetSubscriptionFromDestinationAlphaOutput Returns a subscription for a given subscription id.

func NewGetSubscriptionFromDestinationAlphaOutput ¶

func NewGetSubscriptionFromDestinationAlphaOutput(
	subscription DestinationSubscription,
) *GetSubscriptionFromDestinationAlphaOutput

NewGetSubscriptionFromDestinationAlphaOutput instantiates a new GetSubscriptionFromDestinationAlphaOutput 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 NewGetSubscriptionFromDestinationAlphaOutputWithDefaults ¶

func NewGetSubscriptionFromDestinationAlphaOutputWithDefaults() *GetSubscriptionFromDestinationAlphaOutput

NewGetSubscriptionFromDestinationAlphaOutputWithDefaults instantiates a new GetSubscriptionFromDestinationAlphaOutput 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 (*GetSubscriptionFromDestinationAlphaOutput) GetSubscription ¶

GetSubscription returns the Subscription field value

func (*GetSubscriptionFromDestinationAlphaOutput) GetSubscriptionOk ¶

GetSubscriptionOk returns a tuple with the Subscription field value and a boolean to check if the value has been set.

func (GetSubscriptionFromDestinationAlphaOutput) MarshalJSON ¶

func (*GetSubscriptionFromDestinationAlphaOutput) SetSubscription ¶

SetSubscription sets field value

func (GetSubscriptionFromDestinationAlphaOutput) ToMap ¶

func (o GetSubscriptionFromDestinationAlphaOutput) ToMap() (map[string]interface{}, error)

type GetSubscriptionRequest ¶

type GetSubscriptionRequest struct {
	// Key is the phone number or email.
	Key string `json:"key"`
	// Type is communication medium used.
	Type string `json:"type"`
}

GetSubscriptionRequest struct for GetSubscriptionRequest

func NewGetSubscriptionRequest ¶

func NewGetSubscriptionRequest(key string, type_ string) *GetSubscriptionRequest

NewGetSubscriptionRequest instantiates a new GetSubscriptionRequest 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 NewGetSubscriptionRequestWithDefaults ¶

func NewGetSubscriptionRequestWithDefaults() *GetSubscriptionRequest

NewGetSubscriptionRequestWithDefaults instantiates a new GetSubscriptionRequest 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 (*GetSubscriptionRequest) GetKey ¶

func (o *GetSubscriptionRequest) GetKey() string

GetKey returns the Key field value

func (*GetSubscriptionRequest) GetKeyOk ¶

func (o *GetSubscriptionRequest) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*GetSubscriptionRequest) GetType ¶

func (o *GetSubscriptionRequest) GetType() string

GetType returns the Type field value

func (*GetSubscriptionRequest) GetTypeOk ¶

func (o *GetSubscriptionRequest) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (GetSubscriptionRequest) MarshalJSON ¶

func (o GetSubscriptionRequest) MarshalJSON() ([]byte, error)

func (*GetSubscriptionRequest) SetKey ¶

func (o *GetSubscriptionRequest) SetKey(v string)

SetKey sets field value

func (*GetSubscriptionRequest) SetType ¶

func (o *GetSubscriptionRequest) SetType(v string)

SetType sets field value

func (GetSubscriptionRequest) ToMap ¶

func (o GetSubscriptionRequest) ToMap() (map[string]interface{}, error)

type GetTrackingPlan200Response ¶

type GetTrackingPlan200Response struct {
	Data *GetTrackingPlanV1Output `json:"data,omitempty"`
}

GetTrackingPlan200Response struct for GetTrackingPlan200Response

func NewGetTrackingPlan200Response ¶

func NewGetTrackingPlan200Response() *GetTrackingPlan200Response

NewGetTrackingPlan200Response instantiates a new GetTrackingPlan200Response 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 NewGetTrackingPlan200ResponseWithDefaults ¶

func NewGetTrackingPlan200ResponseWithDefaults() *GetTrackingPlan200Response

NewGetTrackingPlan200ResponseWithDefaults instantiates a new GetTrackingPlan200Response 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 (*GetTrackingPlan200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetTrackingPlan200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTrackingPlan200Response) HasData ¶

func (o *GetTrackingPlan200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetTrackingPlan200Response) MarshalJSON ¶

func (o GetTrackingPlan200Response) MarshalJSON() ([]byte, error)

func (*GetTrackingPlan200Response) SetData ¶

SetData gets a reference to the given GetTrackingPlanV1Output and assigns it to the Data field.

func (GetTrackingPlan200Response) ToMap ¶

func (o GetTrackingPlan200Response) ToMap() (map[string]interface{}, error)

type GetTrackingPlanV1Output ¶

type GetTrackingPlanV1Output struct {
	TrackingPlan TrackingPlanV1 `json:"trackingPlan"`
}

GetTrackingPlanV1Output Gets a single Tracking Plan.

func NewGetTrackingPlanV1Output ¶

func NewGetTrackingPlanV1Output(trackingPlan TrackingPlanV1) *GetTrackingPlanV1Output

NewGetTrackingPlanV1Output instantiates a new GetTrackingPlanV1Output 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 NewGetTrackingPlanV1OutputWithDefaults ¶

func NewGetTrackingPlanV1OutputWithDefaults() *GetTrackingPlanV1Output

NewGetTrackingPlanV1OutputWithDefaults instantiates a new GetTrackingPlanV1Output 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 (*GetTrackingPlanV1Output) GetTrackingPlan ¶

func (o *GetTrackingPlanV1Output) GetTrackingPlan() TrackingPlanV1

GetTrackingPlan returns the TrackingPlan field value

func (*GetTrackingPlanV1Output) GetTrackingPlanOk ¶

func (o *GetTrackingPlanV1Output) GetTrackingPlanOk() (*TrackingPlanV1, bool)

GetTrackingPlanOk returns a tuple with the TrackingPlan field value and a boolean to check if the value has been set.

func (GetTrackingPlanV1Output) MarshalJSON ¶

func (o GetTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*GetTrackingPlanV1Output) SetTrackingPlan ¶

func (o *GetTrackingPlanV1Output) SetTrackingPlan(v TrackingPlanV1)

SetTrackingPlan sets field value

func (GetTrackingPlanV1Output) ToMap ¶

func (o GetTrackingPlanV1Output) ToMap() (map[string]interface{}, error)

type GetTransformation200Response ¶

type GetTransformation200Response struct {
	Data *GetTransformationV1Output `json:"data,omitempty"`
}

GetTransformation200Response struct for GetTransformation200Response

func NewGetTransformation200Response ¶

func NewGetTransformation200Response() *GetTransformation200Response

NewGetTransformation200Response instantiates a new GetTransformation200Response 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 NewGetTransformation200ResponseWithDefaults ¶

func NewGetTransformation200ResponseWithDefaults() *GetTransformation200Response

NewGetTransformation200ResponseWithDefaults instantiates a new GetTransformation200Response 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 (*GetTransformation200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetTransformation200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetTransformation200Response) HasData ¶

func (o *GetTransformation200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetTransformation200Response) MarshalJSON ¶

func (o GetTransformation200Response) MarshalJSON() ([]byte, error)

func (*GetTransformation200Response) SetData ¶

SetData gets a reference to the given GetTransformationV1Output and assigns it to the Data field.

func (GetTransformation200Response) ToMap ¶

func (o GetTransformation200Response) ToMap() (map[string]interface{}, error)

type GetTransformationBetaInput ¶

type GetTransformationBetaInput struct {
	// The Transformation id.
	TransformationId string `json:"transformationId"`
}

GetTransformationBetaInput The input of Transformation retrieval.

func NewGetTransformationBetaInput ¶

func NewGetTransformationBetaInput(transformationId string) *GetTransformationBetaInput

NewGetTransformationBetaInput instantiates a new GetTransformationBetaInput 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 NewGetTransformationBetaInputWithDefaults ¶

func NewGetTransformationBetaInputWithDefaults() *GetTransformationBetaInput

NewGetTransformationBetaInputWithDefaults instantiates a new GetTransformationBetaInput 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 (*GetTransformationBetaInput) GetTransformationId ¶

func (o *GetTransformationBetaInput) GetTransformationId() string

GetTransformationId returns the TransformationId field value

func (*GetTransformationBetaInput) GetTransformationIdOk ¶

func (o *GetTransformationBetaInput) GetTransformationIdOk() (*string, bool)

GetTransformationIdOk returns a tuple with the TransformationId field value and a boolean to check if the value has been set.

func (GetTransformationBetaInput) MarshalJSON ¶

func (o GetTransformationBetaInput) MarshalJSON() ([]byte, error)

func (*GetTransformationBetaInput) SetTransformationId ¶

func (o *GetTransformationBetaInput) SetTransformationId(v string)

SetTransformationId sets field value

func (GetTransformationBetaInput) ToMap ¶

func (o GetTransformationBetaInput) ToMap() (map[string]interface{}, error)

type GetTransformationBetaOutput ¶

type GetTransformationBetaOutput struct {
	Transformation TransformationBeta `json:"transformation"`
}

GetTransformationBetaOutput The output of Transformation retrieval.

func NewGetTransformationBetaOutput ¶

func NewGetTransformationBetaOutput(
	transformation TransformationBeta,
) *GetTransformationBetaOutput

NewGetTransformationBetaOutput instantiates a new GetTransformationBetaOutput 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 NewGetTransformationBetaOutputWithDefaults ¶

func NewGetTransformationBetaOutputWithDefaults() *GetTransformationBetaOutput

NewGetTransformationBetaOutputWithDefaults instantiates a new GetTransformationBetaOutput 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 (*GetTransformationBetaOutput) GetTransformation ¶

func (o *GetTransformationBetaOutput) GetTransformation() TransformationBeta

GetTransformation returns the Transformation field value

func (*GetTransformationBetaOutput) GetTransformationOk ¶

func (o *GetTransformationBetaOutput) GetTransformationOk() (*TransformationBeta, bool)

GetTransformationOk returns a tuple with the Transformation field value and a boolean to check if the value has been set.

func (GetTransformationBetaOutput) MarshalJSON ¶

func (o GetTransformationBetaOutput) MarshalJSON() ([]byte, error)

func (*GetTransformationBetaOutput) SetTransformation ¶

func (o *GetTransformationBetaOutput) SetTransformation(v TransformationBeta)

SetTransformation sets field value

func (GetTransformationBetaOutput) ToMap ¶

func (o GetTransformationBetaOutput) ToMap() (map[string]interface{}, error)

type GetTransformationV1Output ¶

type GetTransformationV1Output struct {
	Transformation TransformationV1 `json:"transformation"`
}

GetTransformationV1Output The output of Transformation retrieval.

func NewGetTransformationV1Output ¶

func NewGetTransformationV1Output(transformation TransformationV1) *GetTransformationV1Output

NewGetTransformationV1Output instantiates a new GetTransformationV1Output 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 NewGetTransformationV1OutputWithDefaults ¶

func NewGetTransformationV1OutputWithDefaults() *GetTransformationV1Output

NewGetTransformationV1OutputWithDefaults instantiates a new GetTransformationV1Output 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 (*GetTransformationV1Output) GetTransformation ¶

func (o *GetTransformationV1Output) GetTransformation() TransformationV1

GetTransformation returns the Transformation field value

func (*GetTransformationV1Output) GetTransformationOk ¶

func (o *GetTransformationV1Output) GetTransformationOk() (*TransformationV1, bool)

GetTransformationOk returns a tuple with the Transformation field value and a boolean to check if the value has been set.

func (GetTransformationV1Output) MarshalJSON ¶

func (o GetTransformationV1Output) MarshalJSON() ([]byte, error)

func (*GetTransformationV1Output) SetTransformation ¶

func (o *GetTransformationV1Output) SetTransformation(v TransformationV1)

SetTransformation sets field value

func (GetTransformationV1Output) ToMap ¶

func (o GetTransformationV1Output) ToMap() (map[string]interface{}, error)

type GetUser200Response ¶

type GetUser200Response struct {
	Data *GetUserV1Output `json:"data,omitempty"`
}

GetUser200Response struct for GetUser200Response

func NewGetUser200Response ¶

func NewGetUser200Response() *GetUser200Response

NewGetUser200Response instantiates a new GetUser200Response 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 NewGetUser200ResponseWithDefaults ¶

func NewGetUser200ResponseWithDefaults() *GetUser200Response

NewGetUser200ResponseWithDefaults instantiates a new GetUser200Response 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 (*GetUser200Response) GetData ¶

func (o *GetUser200Response) GetData() GetUserV1Output

GetData returns the Data field value if set, zero value otherwise.

func (*GetUser200Response) GetDataOk ¶

func (o *GetUser200Response) GetDataOk() (*GetUserV1Output, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetUser200Response) HasData ¶

func (o *GetUser200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetUser200Response) MarshalJSON ¶

func (o GetUser200Response) MarshalJSON() ([]byte, error)

func (*GetUser200Response) SetData ¶

func (o *GetUser200Response) SetData(v GetUserV1Output)

SetData gets a reference to the given GetUserV1Output and assigns it to the Data field.

func (GetUser200Response) ToMap ¶

func (o GetUser200Response) ToMap() (map[string]interface{}, error)

type GetUserGroup200Response ¶

type GetUserGroup200Response struct {
	Data *GetUserGroupV1Output `json:"data,omitempty"`
}

GetUserGroup200Response struct for GetUserGroup200Response

func NewGetUserGroup200Response ¶

func NewGetUserGroup200Response() *GetUserGroup200Response

NewGetUserGroup200Response instantiates a new GetUserGroup200Response 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 NewGetUserGroup200ResponseWithDefaults ¶

func NewGetUserGroup200ResponseWithDefaults() *GetUserGroup200Response

NewGetUserGroup200ResponseWithDefaults instantiates a new GetUserGroup200Response 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 (*GetUserGroup200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetUserGroup200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetUserGroup200Response) HasData ¶

func (o *GetUserGroup200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetUserGroup200Response) MarshalJSON ¶

func (o GetUserGroup200Response) MarshalJSON() ([]byte, error)

func (*GetUserGroup200Response) SetData ¶

SetData gets a reference to the given GetUserGroupV1Output and assigns it to the Data field.

func (GetUserGroup200Response) ToMap ¶

func (o GetUserGroup200Response) ToMap() (map[string]interface{}, error)

type GetUserGroupV1Output ¶

type GetUserGroupV1Output struct {
	UserGroup UserGroupV1 `json:"userGroup"`
}

GetUserGroupV1Output Returns a user group with the given id.

func NewGetUserGroupV1Output ¶

func NewGetUserGroupV1Output(userGroup UserGroupV1) *GetUserGroupV1Output

NewGetUserGroupV1Output instantiates a new GetUserGroupV1Output 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 NewGetUserGroupV1OutputWithDefaults ¶

func NewGetUserGroupV1OutputWithDefaults() *GetUserGroupV1Output

NewGetUserGroupV1OutputWithDefaults instantiates a new GetUserGroupV1Output 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 (*GetUserGroupV1Output) GetUserGroup ¶

func (o *GetUserGroupV1Output) GetUserGroup() UserGroupV1

GetUserGroup returns the UserGroup field value

func (*GetUserGroupV1Output) GetUserGroupOk ¶

func (o *GetUserGroupV1Output) GetUserGroupOk() (*UserGroupV1, bool)

GetUserGroupOk returns a tuple with the UserGroup field value and a boolean to check if the value has been set.

func (GetUserGroupV1Output) MarshalJSON ¶

func (o GetUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*GetUserGroupV1Output) SetUserGroup ¶

func (o *GetUserGroupV1Output) SetUserGroup(v UserGroupV1)

SetUserGroup sets field value

func (GetUserGroupV1Output) ToMap ¶

func (o GetUserGroupV1Output) ToMap() (map[string]interface{}, error)

type GetUserV1Output ¶

type GetUserV1Output struct {
	User UserV1 `json:"user"`
}

GetUserV1Output Returns the user.

func NewGetUserV1Output ¶

func NewGetUserV1Output(user UserV1) *GetUserV1Output

NewGetUserV1Output instantiates a new GetUserV1Output 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 NewGetUserV1OutputWithDefaults ¶

func NewGetUserV1OutputWithDefaults() *GetUserV1Output

NewGetUserV1OutputWithDefaults instantiates a new GetUserV1Output 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 (*GetUserV1Output) GetUser ¶

func (o *GetUserV1Output) GetUser() UserV1

GetUser returns the User field value

func (*GetUserV1Output) GetUserOk ¶

func (o *GetUserV1Output) GetUserOk() (*UserV1, bool)

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (GetUserV1Output) MarshalJSON ¶

func (o GetUserV1Output) MarshalJSON() ([]byte, error)

func (*GetUserV1Output) SetUser ¶

func (o *GetUserV1Output) SetUser(v UserV1)

SetUser sets field value

func (GetUserV1Output) ToMap ¶

func (o GetUserV1Output) ToMap() (map[string]interface{}, error)

type GetWarehouse200Response ¶

type GetWarehouse200Response struct {
	Data *GetWarehouseV1Output `json:"data,omitempty"`
}

GetWarehouse200Response struct for GetWarehouse200Response

func NewGetWarehouse200Response ¶

func NewGetWarehouse200Response() *GetWarehouse200Response

NewGetWarehouse200Response instantiates a new GetWarehouse200Response 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 NewGetWarehouse200ResponseWithDefaults ¶

func NewGetWarehouse200ResponseWithDefaults() *GetWarehouse200Response

NewGetWarehouse200ResponseWithDefaults instantiates a new GetWarehouse200Response 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 (*GetWarehouse200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetWarehouse200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWarehouse200Response) HasData ¶

func (o *GetWarehouse200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetWarehouse200Response) MarshalJSON ¶

func (o GetWarehouse200Response) MarshalJSON() ([]byte, error)

func (*GetWarehouse200Response) SetData ¶

SetData gets a reference to the given GetWarehouseV1Output and assigns it to the Data field.

func (GetWarehouse200Response) ToMap ¶

func (o GetWarehouse200Response) ToMap() (map[string]interface{}, error)

type GetWarehouseMetadata200Response ¶

type GetWarehouseMetadata200Response struct {
	Data *GetWarehouseMetadataV1Output `json:"data,omitempty"`
}

GetWarehouseMetadata200Response struct for GetWarehouseMetadata200Response

func NewGetWarehouseMetadata200Response ¶

func NewGetWarehouseMetadata200Response() *GetWarehouseMetadata200Response

NewGetWarehouseMetadata200Response instantiates a new GetWarehouseMetadata200Response 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 NewGetWarehouseMetadata200ResponseWithDefaults ¶

func NewGetWarehouseMetadata200ResponseWithDefaults() *GetWarehouseMetadata200Response

NewGetWarehouseMetadata200ResponseWithDefaults instantiates a new GetWarehouseMetadata200Response 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 (*GetWarehouseMetadata200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetWarehouseMetadata200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWarehouseMetadata200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetWarehouseMetadata200Response) MarshalJSON ¶

func (o GetWarehouseMetadata200Response) MarshalJSON() ([]byte, error)

func (*GetWarehouseMetadata200Response) SetData ¶

SetData gets a reference to the given GetWarehouseMetadataV1Output and assigns it to the Data field.

func (GetWarehouseMetadata200Response) ToMap ¶

func (o GetWarehouseMetadata200Response) ToMap() (map[string]interface{}, error)

type GetWarehouseMetadataV1Output ¶

type GetWarehouseMetadataV1Output struct {
	WarehouseMetadata WarehouseMetadataV1 `json:"warehouseMetadata"`
}

GetWarehouseMetadataV1Output Returns a Warehouse catalog item looked up by id.

func NewGetWarehouseMetadataV1Output ¶

func NewGetWarehouseMetadataV1Output(
	warehouseMetadata WarehouseMetadataV1,
) *GetWarehouseMetadataV1Output

NewGetWarehouseMetadataV1Output instantiates a new GetWarehouseMetadataV1Output 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 NewGetWarehouseMetadataV1OutputWithDefaults ¶

func NewGetWarehouseMetadataV1OutputWithDefaults() *GetWarehouseMetadataV1Output

NewGetWarehouseMetadataV1OutputWithDefaults instantiates a new GetWarehouseMetadataV1Output 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 (*GetWarehouseMetadataV1Output) GetWarehouseMetadata ¶

func (o *GetWarehouseMetadataV1Output) GetWarehouseMetadata() WarehouseMetadataV1

GetWarehouseMetadata returns the WarehouseMetadata field value

func (*GetWarehouseMetadataV1Output) GetWarehouseMetadataOk ¶

func (o *GetWarehouseMetadataV1Output) GetWarehouseMetadataOk() (*WarehouseMetadataV1, bool)

GetWarehouseMetadataOk returns a tuple with the WarehouseMetadata field value and a boolean to check if the value has been set.

func (GetWarehouseMetadataV1Output) MarshalJSON ¶

func (o GetWarehouseMetadataV1Output) MarshalJSON() ([]byte, error)

func (*GetWarehouseMetadataV1Output) SetWarehouseMetadata ¶

func (o *GetWarehouseMetadataV1Output) SetWarehouseMetadata(v WarehouseMetadataV1)

SetWarehouseMetadata sets field value

func (GetWarehouseMetadataV1Output) ToMap ¶

func (o GetWarehouseMetadataV1Output) ToMap() (map[string]interface{}, error)

type GetWarehouseV1Output ¶

type GetWarehouseV1Output struct {
	Warehouse WarehouseV1 `json:"warehouse"`
}

GetWarehouseV1Output Returns a Warehouse.

func NewGetWarehouseV1Output ¶

func NewGetWarehouseV1Output(warehouse WarehouseV1) *GetWarehouseV1Output

NewGetWarehouseV1Output instantiates a new GetWarehouseV1Output 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 NewGetWarehouseV1OutputWithDefaults ¶

func NewGetWarehouseV1OutputWithDefaults() *GetWarehouseV1Output

NewGetWarehouseV1OutputWithDefaults instantiates a new GetWarehouseV1Output 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 (*GetWarehouseV1Output) GetWarehouse ¶

func (o *GetWarehouseV1Output) GetWarehouse() WarehouseV1

GetWarehouse returns the Warehouse field value

func (*GetWarehouseV1Output) GetWarehouseOk ¶

func (o *GetWarehouseV1Output) GetWarehouseOk() (*WarehouseV1, bool)

GetWarehouseOk returns a tuple with the Warehouse field value and a boolean to check if the value has been set.

func (GetWarehouseV1Output) MarshalJSON ¶

func (o GetWarehouseV1Output) MarshalJSON() ([]byte, error)

func (*GetWarehouseV1Output) SetWarehouse ¶

func (o *GetWarehouseV1Output) SetWarehouse(v WarehouseV1)

SetWarehouse sets field value

func (GetWarehouseV1Output) ToMap ¶

func (o GetWarehouseV1Output) ToMap() (map[string]interface{}, error)

type GetWarehousesCatalog200Response ¶

type GetWarehousesCatalog200Response struct {
	Data *GetWarehousesCatalogV1Output `json:"data,omitempty"`
}

GetWarehousesCatalog200Response struct for GetWarehousesCatalog200Response

func NewGetWarehousesCatalog200Response ¶

func NewGetWarehousesCatalog200Response() *GetWarehousesCatalog200Response

NewGetWarehousesCatalog200Response instantiates a new GetWarehousesCatalog200Response 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 NewGetWarehousesCatalog200ResponseWithDefaults ¶

func NewGetWarehousesCatalog200ResponseWithDefaults() *GetWarehousesCatalog200Response

NewGetWarehousesCatalog200ResponseWithDefaults instantiates a new GetWarehousesCatalog200Response 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 (*GetWarehousesCatalog200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetWarehousesCatalog200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWarehousesCatalog200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (GetWarehousesCatalog200Response) MarshalJSON ¶

func (o GetWarehousesCatalog200Response) MarshalJSON() ([]byte, error)

func (*GetWarehousesCatalog200Response) SetData ¶

SetData gets a reference to the given GetWarehousesCatalogV1Output and assigns it to the Data field.

func (GetWarehousesCatalog200Response) ToMap ¶

func (o GetWarehousesCatalog200Response) ToMap() (map[string]interface{}, error)

type GetWarehousesCatalogV1Output ¶

type GetWarehousesCatalogV1Output struct {
	// All Warehouse catalog items contained within the requested page.
	WarehousesCatalog []WarehouseMetadataV1 `json:"warehousesCatalog"`
	Pagination        PaginationOutput      `json:"pagination"`
}

GetWarehousesCatalogV1Output Returns a list of all Warehouse catalog items contained within a given page.

func NewGetWarehousesCatalogV1Output ¶

func NewGetWarehousesCatalogV1Output(
	warehousesCatalog []WarehouseMetadataV1,
	pagination PaginationOutput,
) *GetWarehousesCatalogV1Output

NewGetWarehousesCatalogV1Output instantiates a new GetWarehousesCatalogV1Output 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 NewGetWarehousesCatalogV1OutputWithDefaults ¶

func NewGetWarehousesCatalogV1OutputWithDefaults() *GetWarehousesCatalogV1Output

NewGetWarehousesCatalogV1OutputWithDefaults instantiates a new GetWarehousesCatalogV1Output 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 (*GetWarehousesCatalogV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*GetWarehousesCatalogV1Output) GetPaginationOk ¶

func (o *GetWarehousesCatalogV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*GetWarehousesCatalogV1Output) GetWarehousesCatalog ¶

func (o *GetWarehousesCatalogV1Output) GetWarehousesCatalog() []WarehouseMetadataV1

GetWarehousesCatalog returns the WarehousesCatalog field value

func (*GetWarehousesCatalogV1Output) GetWarehousesCatalogOk ¶

func (o *GetWarehousesCatalogV1Output) GetWarehousesCatalogOk() ([]WarehouseMetadataV1, bool)

GetWarehousesCatalogOk returns a tuple with the WarehousesCatalog field value and a boolean to check if the value has been set.

func (GetWarehousesCatalogV1Output) MarshalJSON ¶

func (o GetWarehousesCatalogV1Output) MarshalJSON() ([]byte, error)

func (*GetWarehousesCatalogV1Output) SetPagination ¶

func (o *GetWarehousesCatalogV1Output) SetPagination(v PaginationOutput)

SetPagination sets field value

func (*GetWarehousesCatalogV1Output) SetWarehousesCatalog ¶

func (o *GetWarehousesCatalogV1Output) SetWarehousesCatalog(v []WarehouseMetadataV1)

SetWarehousesCatalog sets field value

func (GetWarehousesCatalogV1Output) ToMap ¶

func (o GetWarehousesCatalogV1Output) ToMap() (map[string]interface{}, error)

type GetWorkspace200Response ¶

type GetWorkspace200Response struct {
	Data *GetWorkspaceV1Output `json:"data,omitempty"`
}

GetWorkspace200Response struct for GetWorkspace200Response

func NewGetWorkspace200Response ¶

func NewGetWorkspace200Response() *GetWorkspace200Response

NewGetWorkspace200Response instantiates a new GetWorkspace200Response 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 NewGetWorkspace200ResponseWithDefaults ¶

func NewGetWorkspace200ResponseWithDefaults() *GetWorkspace200Response

NewGetWorkspace200ResponseWithDefaults instantiates a new GetWorkspace200Response 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 (*GetWorkspace200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*GetWorkspace200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWorkspace200Response) HasData ¶

func (o *GetWorkspace200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (GetWorkspace200Response) MarshalJSON ¶

func (o GetWorkspace200Response) MarshalJSON() ([]byte, error)

func (*GetWorkspace200Response) SetData ¶

SetData gets a reference to the given GetWorkspaceV1Output and assigns it to the Data field.

func (GetWorkspace200Response) ToMap ¶

func (o GetWorkspace200Response) ToMap() (map[string]interface{}, error)

type GetWorkspaceV1Output ¶

type GetWorkspaceV1Output struct {
	Workspace WorkspaceV1 `json:"workspace"`
}

GetWorkspaceV1Output Represents the output of loading the Workspace.

func NewGetWorkspaceV1Output ¶

func NewGetWorkspaceV1Output(workspace WorkspaceV1) *GetWorkspaceV1Output

NewGetWorkspaceV1Output instantiates a new GetWorkspaceV1Output 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 NewGetWorkspaceV1OutputWithDefaults ¶

func NewGetWorkspaceV1OutputWithDefaults() *GetWorkspaceV1Output

NewGetWorkspaceV1OutputWithDefaults instantiates a new GetWorkspaceV1Output 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 (*GetWorkspaceV1Output) GetWorkspace ¶

func (o *GetWorkspaceV1Output) GetWorkspace() WorkspaceV1

GetWorkspace returns the Workspace field value

func (*GetWorkspaceV1Output) GetWorkspaceOk ¶

func (o *GetWorkspaceV1Output) GetWorkspaceOk() (*WorkspaceV1, bool)

GetWorkspaceOk returns a tuple with the Workspace field value and a boolean to check if the value has been set.

func (GetWorkspaceV1Output) MarshalJSON ¶

func (o GetWorkspaceV1Output) MarshalJSON() ([]byte, error)

func (*GetWorkspaceV1Output) SetWorkspace ¶

func (o *GetWorkspaceV1Output) SetWorkspace(v WorkspaceV1)

SetWorkspace sets field value

func (GetWorkspaceV1Output) ToMap ¶

func (o GetWorkspaceV1Output) ToMap() (map[string]interface{}, error)

type GroupSourceSettingsV1 ¶

type GroupSourceSettingsV1 struct {
	// Enable to allow unplanned group traits.  Config API note: equal to `allowUnplannedGroupTraits`.
	AllowUnplannedTraits *bool `json:"allowUnplannedTraits,omitempty"`
	// Enable to allow group traits on violations.  Config API note: equal to `allowGroupTraitsOnViolations`.
	AllowTraitsOnViolations *bool `json:"allowTraitsOnViolations,omitempty"`
	// The common group event on violations.  Config API note: equal to `commonGroupEventOnViolations`.
	CommonEventOnViolations *string `json:"commonEventOnViolations,omitempty"`
}

GroupSourceSettingsV1 struct for GroupSourceSettingsV1

func NewGroupSourceSettingsV1 ¶

func NewGroupSourceSettingsV1() *GroupSourceSettingsV1

NewGroupSourceSettingsV1 instantiates a new GroupSourceSettingsV1 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 NewGroupSourceSettingsV1WithDefaults ¶

func NewGroupSourceSettingsV1WithDefaults() *GroupSourceSettingsV1

NewGroupSourceSettingsV1WithDefaults instantiates a new GroupSourceSettingsV1 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 (*GroupSourceSettingsV1) GetAllowTraitsOnViolations ¶

func (o *GroupSourceSettingsV1) GetAllowTraitsOnViolations() bool

GetAllowTraitsOnViolations returns the AllowTraitsOnViolations field value if set, zero value otherwise.

func (*GroupSourceSettingsV1) GetAllowTraitsOnViolationsOk ¶

func (o *GroupSourceSettingsV1) GetAllowTraitsOnViolationsOk() (*bool, bool)

GetAllowTraitsOnViolationsOk returns a tuple with the AllowTraitsOnViolations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupSourceSettingsV1) GetAllowUnplannedTraits ¶

func (o *GroupSourceSettingsV1) GetAllowUnplannedTraits() bool

GetAllowUnplannedTraits returns the AllowUnplannedTraits field value if set, zero value otherwise.

func (*GroupSourceSettingsV1) GetAllowUnplannedTraitsOk ¶

func (o *GroupSourceSettingsV1) GetAllowUnplannedTraitsOk() (*bool, bool)

GetAllowUnplannedTraitsOk returns a tuple with the AllowUnplannedTraits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupSourceSettingsV1) GetCommonEventOnViolations ¶

func (o *GroupSourceSettingsV1) GetCommonEventOnViolations() string

GetCommonEventOnViolations returns the CommonEventOnViolations field value if set, zero value otherwise.

func (*GroupSourceSettingsV1) GetCommonEventOnViolationsOk ¶

func (o *GroupSourceSettingsV1) GetCommonEventOnViolationsOk() (*string, bool)

GetCommonEventOnViolationsOk returns a tuple with the CommonEventOnViolations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupSourceSettingsV1) HasAllowTraitsOnViolations ¶

func (o *GroupSourceSettingsV1) HasAllowTraitsOnViolations() bool

HasAllowTraitsOnViolations returns a boolean if a field has been set.

func (*GroupSourceSettingsV1) HasAllowUnplannedTraits ¶

func (o *GroupSourceSettingsV1) HasAllowUnplannedTraits() bool

HasAllowUnplannedTraits returns a boolean if a field has been set.

func (*GroupSourceSettingsV1) HasCommonEventOnViolations ¶

func (o *GroupSourceSettingsV1) HasCommonEventOnViolations() bool

HasCommonEventOnViolations returns a boolean if a field has been set.

func (GroupSourceSettingsV1) MarshalJSON ¶

func (o GroupSourceSettingsV1) MarshalJSON() ([]byte, error)

func (*GroupSourceSettingsV1) SetAllowTraitsOnViolations ¶

func (o *GroupSourceSettingsV1) SetAllowTraitsOnViolations(v bool)

SetAllowTraitsOnViolations gets a reference to the given bool and assigns it to the AllowTraitsOnViolations field.

func (*GroupSourceSettingsV1) SetAllowUnplannedTraits ¶

func (o *GroupSourceSettingsV1) SetAllowUnplannedTraits(v bool)

SetAllowUnplannedTraits gets a reference to the given bool and assigns it to the AllowUnplannedTraits field.

func (*GroupSourceSettingsV1) SetCommonEventOnViolations ¶

func (o *GroupSourceSettingsV1) SetCommonEventOnViolations(v string)

SetCommonEventOnViolations gets a reference to the given string and assigns it to the CommonEventOnViolations field.

func (GroupSourceSettingsV1) ToMap ¶

func (o GroupSourceSettingsV1) ToMap() (map[string]interface{}, error)

type GroupSubscriptionStatus ¶

type GroupSubscriptionStatus struct {
	// Name of the group.
	Name string `json:"name"`
	// The user subscribed, unsubscribed, or on initial status.
	Status string `json:"status"`
}

GroupSubscriptionStatus struct for GroupSubscriptionStatus

func NewGroupSubscriptionStatus ¶

func NewGroupSubscriptionStatus(name string, status string) *GroupSubscriptionStatus

NewGroupSubscriptionStatus instantiates a new GroupSubscriptionStatus 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 NewGroupSubscriptionStatusWithDefaults ¶

func NewGroupSubscriptionStatusWithDefaults() *GroupSubscriptionStatus

NewGroupSubscriptionStatusWithDefaults instantiates a new GroupSubscriptionStatus 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 (*GroupSubscriptionStatus) GetName ¶

func (o *GroupSubscriptionStatus) GetName() string

GetName returns the Name field value

func (*GroupSubscriptionStatus) GetNameOk ¶

func (o *GroupSubscriptionStatus) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*GroupSubscriptionStatus) GetStatus ¶

func (o *GroupSubscriptionStatus) GetStatus() string

GetStatus returns the Status field value

func (*GroupSubscriptionStatus) GetStatusOk ¶

func (o *GroupSubscriptionStatus) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (GroupSubscriptionStatus) MarshalJSON ¶

func (o GroupSubscriptionStatus) MarshalJSON() ([]byte, error)

func (*GroupSubscriptionStatus) SetName ¶

func (o *GroupSubscriptionStatus) SetName(v string)

SetName sets field value

func (*GroupSubscriptionStatus) SetStatus ¶

func (o *GroupSubscriptionStatus) SetStatus(v string)

SetStatus sets field value

func (GroupSubscriptionStatus) ToMap ¶

func (o GroupSubscriptionStatus) ToMap() (map[string]interface{}, error)

type GroupSubscriptionStatusResponse ¶

type GroupSubscriptionStatusResponse struct {
	// Name of the group.
	Name string `json:"name"`
	// The user subscribed, unsubscribed, or on initial status.
	Status string `json:"status"`
	// The group id.
	Id string `json:"id"`
	// The timestamp of this subscription status's last change.
	UpdatedAt *string `json:"updatedAt,omitempty"`
}

GroupSubscriptionStatusResponse struct for GroupSubscriptionStatusResponse

func NewGroupSubscriptionStatusResponse ¶

func NewGroupSubscriptionStatusResponse(
	name string,
	status string,
	id string,
) *GroupSubscriptionStatusResponse

NewGroupSubscriptionStatusResponse instantiates a new GroupSubscriptionStatusResponse 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 NewGroupSubscriptionStatusResponseWithDefaults ¶

func NewGroupSubscriptionStatusResponseWithDefaults() *GroupSubscriptionStatusResponse

NewGroupSubscriptionStatusResponseWithDefaults instantiates a new GroupSubscriptionStatusResponse 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 (*GroupSubscriptionStatusResponse) GetId ¶

GetId returns the Id field value

func (*GroupSubscriptionStatusResponse) GetIdOk ¶

func (o *GroupSubscriptionStatusResponse) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*GroupSubscriptionStatusResponse) GetName ¶

GetName returns the Name field value

func (*GroupSubscriptionStatusResponse) GetNameOk ¶

func (o *GroupSubscriptionStatusResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*GroupSubscriptionStatusResponse) GetStatus ¶

func (o *GroupSubscriptionStatusResponse) GetStatus() string

GetStatus returns the Status field value

func (*GroupSubscriptionStatusResponse) GetStatusOk ¶

func (o *GroupSubscriptionStatusResponse) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*GroupSubscriptionStatusResponse) GetUpdatedAt ¶

func (o *GroupSubscriptionStatusResponse) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*GroupSubscriptionStatusResponse) GetUpdatedAtOk ¶

func (o *GroupSubscriptionStatusResponse) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GroupSubscriptionStatusResponse) HasUpdatedAt ¶

func (o *GroupSubscriptionStatusResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (GroupSubscriptionStatusResponse) MarshalJSON ¶

func (o GroupSubscriptionStatusResponse) MarshalJSON() ([]byte, error)

func (*GroupSubscriptionStatusResponse) SetId ¶

SetId sets field value

func (*GroupSubscriptionStatusResponse) SetName ¶

SetName sets field value

func (*GroupSubscriptionStatusResponse) SetStatus ¶

func (o *GroupSubscriptionStatusResponse) SetStatus(v string)

SetStatus sets field value

func (*GroupSubscriptionStatusResponse) SetUpdatedAt ¶

func (o *GroupSubscriptionStatusResponse) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (GroupSubscriptionStatusResponse) ToMap ¶

func (o GroupSubscriptionStatusResponse) ToMap() (map[string]interface{}, error)

type HandleWebhookInput ¶

type HandleWebhookInput struct {
	// The Workspace id.
	W string `json:"w"`
	// The webhook nonce.
	N string `json:"n"`
	// The webhook timestamp.
	T string `json:"t"`
	// The webhook signature.
	S string `json:"s"`
}

HandleWebhookInput Function webhook input.

func NewHandleWebhookInput ¶

func NewHandleWebhookInput(w string, n string, t string, s string) *HandleWebhookInput

NewHandleWebhookInput instantiates a new HandleWebhookInput 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 NewHandleWebhookInputWithDefaults ¶

func NewHandleWebhookInputWithDefaults() *HandleWebhookInput

NewHandleWebhookInputWithDefaults instantiates a new HandleWebhookInput 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 (*HandleWebhookInput) GetN ¶

func (o *HandleWebhookInput) GetN() string

GetN returns the N field value

func (*HandleWebhookInput) GetNOk ¶

func (o *HandleWebhookInput) GetNOk() (*string, bool)

GetNOk returns a tuple with the N field value and a boolean to check if the value has been set.

func (*HandleWebhookInput) GetS ¶

func (o *HandleWebhookInput) GetS() string

GetS returns the S field value

func (*HandleWebhookInput) GetSOk ¶

func (o *HandleWebhookInput) GetSOk() (*string, bool)

GetSOk returns a tuple with the S field value and a boolean to check if the value has been set.

func (*HandleWebhookInput) GetT ¶

func (o *HandleWebhookInput) GetT() string

GetT returns the T field value

func (*HandleWebhookInput) GetTOk ¶

func (o *HandleWebhookInput) GetTOk() (*string, bool)

GetTOk returns a tuple with the T field value and a boolean to check if the value has been set.

func (*HandleWebhookInput) GetW ¶

func (o *HandleWebhookInput) GetW() string

GetW returns the W field value

func (*HandleWebhookInput) GetWOk ¶

func (o *HandleWebhookInput) GetWOk() (*string, bool)

GetWOk returns a tuple with the W field value and a boolean to check if the value has been set.

func (HandleWebhookInput) MarshalJSON ¶

func (o HandleWebhookInput) MarshalJSON() ([]byte, error)

func (*HandleWebhookInput) SetN ¶

func (o *HandleWebhookInput) SetN(v string)

SetN sets field value

func (*HandleWebhookInput) SetS ¶

func (o *HandleWebhookInput) SetS(v string)

SetS sets field value

func (*HandleWebhookInput) SetT ¶

func (o *HandleWebhookInput) SetT(v string)

SetT sets field value

func (*HandleWebhookInput) SetW ¶

func (o *HandleWebhookInput) SetW(v string)

SetW sets field value

func (HandleWebhookInput) ToMap ¶

func (o HandleWebhookInput) ToMap() (map[string]interface{}, error)

type HandleWebhookOutput ¶

type HandleWebhookOutput struct {
	// The http status code.
	StatusCode float32 `json:"statusCode"`
	// The status of the operation.
	Success bool `json:"success"`
}

HandleWebhookOutput Function webhook output status.

func NewHandleWebhookOutput ¶

func NewHandleWebhookOutput(statusCode float32, success bool) *HandleWebhookOutput

NewHandleWebhookOutput instantiates a new HandleWebhookOutput 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 NewHandleWebhookOutputWithDefaults ¶

func NewHandleWebhookOutputWithDefaults() *HandleWebhookOutput

NewHandleWebhookOutputWithDefaults instantiates a new HandleWebhookOutput 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 (*HandleWebhookOutput) GetStatusCode ¶

func (o *HandleWebhookOutput) GetStatusCode() float32

GetStatusCode returns the StatusCode field value

func (*HandleWebhookOutput) GetStatusCodeOk ¶

func (o *HandleWebhookOutput) GetStatusCodeOk() (*float32, bool)

GetStatusCodeOk returns a tuple with the StatusCode field value and a boolean to check if the value has been set.

func (*HandleWebhookOutput) GetSuccess ¶

func (o *HandleWebhookOutput) GetSuccess() bool

GetSuccess returns the Success field value

func (*HandleWebhookOutput) GetSuccessOk ¶

func (o *HandleWebhookOutput) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (HandleWebhookOutput) MarshalJSON ¶

func (o HandleWebhookOutput) MarshalJSON() ([]byte, error)

func (*HandleWebhookOutput) SetStatusCode ¶

func (o *HandleWebhookOutput) SetStatusCode(v float32)

SetStatusCode sets field value

func (*HandleWebhookOutput) SetSuccess ¶

func (o *HandleWebhookOutput) SetSuccess(v bool)

SetSuccess sets field value

func (HandleWebhookOutput) ToMap ¶

func (o HandleWebhookOutput) ToMap() (map[string]interface{}, error)

type HashPropertiesConfiguration ¶

type HashPropertiesConfiguration struct {
	// Which algorithm to use to hash to properties.
	Algorithm string `json:"algorithm"`
	// Optional key to hash with.
	Key *string `json:"key,omitempty"`
	// Optional encoding to use for the hashing.
	Encoding *string `json:"encoding,omitempty"`
	// The paths to the properties to be hashed.
	Paths []string `json:"paths"`
}

HashPropertiesConfiguration struct for HashPropertiesConfiguration

func NewHashPropertiesConfiguration ¶

func NewHashPropertiesConfiguration(algorithm string, paths []string) *HashPropertiesConfiguration

NewHashPropertiesConfiguration instantiates a new HashPropertiesConfiguration 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 NewHashPropertiesConfigurationWithDefaults ¶

func NewHashPropertiesConfigurationWithDefaults() *HashPropertiesConfiguration

NewHashPropertiesConfigurationWithDefaults instantiates a new HashPropertiesConfiguration 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 (*HashPropertiesConfiguration) GetAlgorithm ¶

func (o *HashPropertiesConfiguration) GetAlgorithm() string

GetAlgorithm returns the Algorithm field value

func (*HashPropertiesConfiguration) GetAlgorithmOk ¶

func (o *HashPropertiesConfiguration) GetAlgorithmOk() (*string, bool)

GetAlgorithmOk returns a tuple with the Algorithm field value and a boolean to check if the value has been set.

func (*HashPropertiesConfiguration) GetEncoding ¶

func (o *HashPropertiesConfiguration) GetEncoding() string

GetEncoding returns the Encoding field value if set, zero value otherwise.

func (*HashPropertiesConfiguration) GetEncodingOk ¶

func (o *HashPropertiesConfiguration) GetEncodingOk() (*string, bool)

GetEncodingOk returns a tuple with the Encoding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HashPropertiesConfiguration) GetKey ¶

func (o *HashPropertiesConfiguration) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*HashPropertiesConfiguration) GetKeyOk ¶

func (o *HashPropertiesConfiguration) 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.

func (*HashPropertiesConfiguration) GetPaths ¶

func (o *HashPropertiesConfiguration) GetPaths() []string

GetPaths returns the Paths field value

func (*HashPropertiesConfiguration) GetPathsOk ¶

func (o *HashPropertiesConfiguration) GetPathsOk() ([]string, bool)

GetPathsOk returns a tuple with the Paths field value and a boolean to check if the value has been set.

func (*HashPropertiesConfiguration) HasEncoding ¶

func (o *HashPropertiesConfiguration) HasEncoding() bool

HasEncoding returns a boolean if a field has been set.

func (*HashPropertiesConfiguration) HasKey ¶

func (o *HashPropertiesConfiguration) HasKey() bool

HasKey returns a boolean if a field has been set.

func (HashPropertiesConfiguration) MarshalJSON ¶

func (o HashPropertiesConfiguration) MarshalJSON() ([]byte, error)

func (*HashPropertiesConfiguration) SetAlgorithm ¶

func (o *HashPropertiesConfiguration) SetAlgorithm(v string)

SetAlgorithm sets field value

func (*HashPropertiesConfiguration) SetEncoding ¶

func (o *HashPropertiesConfiguration) SetEncoding(v string)

SetEncoding gets a reference to the given string and assigns it to the Encoding field.

func (*HashPropertiesConfiguration) SetKey ¶

func (o *HashPropertiesConfiguration) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*HashPropertiesConfiguration) SetPaths ¶

func (o *HashPropertiesConfiguration) SetPaths(v []string)

SetPaths sets field value

func (HashPropertiesConfiguration) ToMap ¶

func (o HashPropertiesConfiguration) ToMap() (map[string]interface{}, error)

type IAMGroupsAPIService ¶

type IAMGroupsAPIService service

IAMGroupsAPIService IAMGroupsAPI service

func (*IAMGroupsAPIService) AddPermissionsToUserGroup ¶

func (a *IAMGroupsAPIService) AddPermissionsToUserGroup(
	ctx context.Context,
	userGroupId string,
) ApiAddPermissionsToUserGroupRequest

AddPermissionsToUserGroup Add Permissions to User Group

Adds a list of access permissions to a user group.

• When called, this endpoint may generate one or more of the following [audit trail](/tag/Audit-Trail) events:* Policy Created * User Group Policy Updated

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userGroupId
@return ApiAddPermissionsToUserGroupRequest

func (*IAMGroupsAPIService) AddPermissionsToUserGroupExecute ¶

Execute executes the request

@return AddPermissionsToUserGroup200Response

func (*IAMGroupsAPIService) AddUsersToUserGroup ¶

func (a *IAMGroupsAPIService) AddUsersToUserGroup(
	ctx context.Context,
	userGroupId string,
) ApiAddUsersToUserGroupRequest

AddUsersToUserGroup Add Users to User Group

Adds a list of users or invites to a user group.

• When called, this endpoint may generate one or more of the following [audit trail](/tag/Audit-Trail) events:* Subjects Added to Group * User Added To User Group

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userGroupId
@return ApiAddUsersToUserGroupRequest

func (*IAMGroupsAPIService) AddUsersToUserGroupExecute ¶

Execute executes the request

@return AddUsersToUserGroup200Response

func (*IAMGroupsAPIService) CreateUserGroup ¶

CreateUserGroup Create User Group

Creates a user group.

• When called, this endpoint may generate one or more of the following [audit trail](/tag/Audit-Trail) events:* User Group Created * Policy Created

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateUserGroupRequest

func (*IAMGroupsAPIService) CreateUserGroupExecute ¶

Execute executes the request

@return CreateUserGroup200Response

func (*IAMGroupsAPIService) DeleteUserGroup ¶

func (a *IAMGroupsAPIService) DeleteUserGroup(
	ctx context.Context,
	userGroupId string,
) ApiDeleteUserGroupRequest

DeleteUserGroup Delete User Group

Removes a user group from a Workspace.

• When called, this endpoint may generate the `User Group Deleted` event in the [audit trail](/tag/Audit-Trail).

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userGroupId
@return ApiDeleteUserGroupRequest

func (*IAMGroupsAPIService) DeleteUserGroupExecute ¶

Execute executes the request

@return DeleteUserGroup200Response

func (*IAMGroupsAPIService) GetUserGroup ¶

func (a *IAMGroupsAPIService) GetUserGroup(
	ctx context.Context,
	userGroupId string,
) ApiGetUserGroupRequest

GetUserGroup Get User Group

Returns a user group.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userGroupId
@return ApiGetUserGroupRequest

func (*IAMGroupsAPIService) GetUserGroupExecute ¶

Execute executes the request

@return GetUserGroup200Response

func (*IAMGroupsAPIService) ListInvitesFromUserGroup ¶

func (a *IAMGroupsAPIService) ListInvitesFromUserGroup(
	ctx context.Context,
	userGroupId string,
) ApiListInvitesFromUserGroupRequest

ListInvitesFromUserGroup List Invites from User Group

Returns the emails of invitees to a user group.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userGroupId
@return ApiListInvitesFromUserGroupRequest

func (*IAMGroupsAPIService) ListInvitesFromUserGroupExecute ¶

Execute executes the request

@return ListInvitesFromUserGroup200Response

func (*IAMGroupsAPIService) ListUserGroups ¶

ListUserGroups List User Groups

Returns all user groups.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListUserGroupsRequest

func (*IAMGroupsAPIService) ListUserGroupsExecute ¶

Execute executes the request

@return ListUserGroups200Response

func (*IAMGroupsAPIService) ListUsersFromUserGroup ¶

func (a *IAMGroupsAPIService) ListUsersFromUserGroup(
	ctx context.Context,
	userGroupId string,
) ApiListUsersFromUserGroupRequest

ListUsersFromUserGroup List Users from User Group

Returns users belonging to a user group.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userGroupId
@return ApiListUsersFromUserGroupRequest

func (*IAMGroupsAPIService) ListUsersFromUserGroupExecute ¶

Execute executes the request

@return ListUsersFromUserGroup200Response

func (*IAMGroupsAPIService) RemoveUsersFromUserGroup ¶

func (a *IAMGroupsAPIService) RemoveUsersFromUserGroup(
	ctx context.Context,
	userGroupId string,
) ApiRemoveUsersFromUserGroupRequest

RemoveUsersFromUserGroup Remove Users from User Group

Removes one or multiple users or invites from a user group by email.

• When called, this endpoint may generate one or more of the following [audit trail](/tag/Audit-Trail) events:* Group Memberships Deleted * User Removed From User Group

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userGroupId
@return ApiRemoveUsersFromUserGroupRequest

func (*IAMGroupsAPIService) RemoveUsersFromUserGroupExecute ¶

Execute executes the request

@return RemoveUsersFromUserGroup200Response

func (*IAMGroupsAPIService) ReplacePermissionsForUserGroup ¶

func (a *IAMGroupsAPIService) ReplacePermissionsForUserGroup(
	ctx context.Context,
	userGroupId string,
) ApiReplacePermissionsForUserGroupRequest

ReplacePermissionsForUserGroup Replace Permissions for User Group

Updates the list of access permissions for a user group.

• When called, this endpoint may generate the `Policy Deleted` event in the [audit trail](/tag/Audit-Trail).

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userGroupId
@return ApiReplacePermissionsForUserGroupRequest

func (*IAMGroupsAPIService) ReplacePermissionsForUserGroupExecute ¶

Execute executes the request

@return ReplacePermissionsForUserGroup200Response

func (*IAMGroupsAPIService) ReplaceUsersInUserGroup ¶

func (a *IAMGroupsAPIService) ReplaceUsersInUserGroup(
	ctx context.Context,
	userGroupId string,
) ApiReplaceUsersInUserGroupRequest

ReplaceUsersInUserGroup Replace Users in User Group

Replaces the members of a user group by email.

• When called, this endpoint may generate one or more of the following [audit trail](/tag/Audit-Trail) events:* Subjects Added to Group * User Added To User Group * Group Memberships Deleted

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userGroupId
@return ApiReplaceUsersInUserGroupRequest

func (*IAMGroupsAPIService) ReplaceUsersInUserGroupExecute ¶

Execute executes the request

@return ReplaceUsersInUserGroup200Response

func (*IAMGroupsAPIService) UpdateUserGroup ¶

func (a *IAMGroupsAPIService) UpdateUserGroup(
	ctx context.Context,
	userGroupId string,
) ApiUpdateUserGroupRequest

UpdateUserGroup Update User Group

Updates a user group for a Workspace.

• When called, this endpoint may generate the `User Group Updated` event in the [audit trail](/tag/Audit-Trail).

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userGroupId
@return ApiUpdateUserGroupRequest

func (*IAMGroupsAPIService) UpdateUserGroupExecute ¶

Execute executes the request

@return UpdateUserGroup200Response

type IAMRolesAPIService ¶

type IAMRolesAPIService service

IAMRolesAPIService IAMRolesAPI service

func (*IAMRolesAPIService) ListRoles ¶

ListRoles List Roles

Returns a list of Roles available to apply to permissions for users and/or groups.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListRolesRequest

func (*IAMRolesAPIService) ListRolesExecute ¶

Execute executes the request

@return ListRoles200Response

type IAMUsersAPIService ¶

type IAMUsersAPIService service

IAMUsersAPIService IAMUsersAPI service

func (*IAMUsersAPIService) AddPermissionsToUser ¶

func (a *IAMUsersAPIService) AddPermissionsToUser(
	ctx context.Context,
	userId string,
) ApiAddPermissionsToUserRequest

AddPermissionsToUser Add Permissions to User

Adds a list of access permissions to a user.

• When called, this endpoint may generate one or more of the following [audit trail](/tag/Audit-Trail) events:* Policy Created * User Policy Updated

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId
@return ApiAddPermissionsToUserRequest

func (*IAMUsersAPIService) AddPermissionsToUserExecute ¶

Execute executes the request

@return AddPermissionsToUser200Response

func (*IAMUsersAPIService) CreateInvites ¶

CreateInvites Create Invites

Invites a list of users to join a Workspace.

• When called, this endpoint may generate one or more of the following [audit trail](/tag/Audit-Trail) events:* Non-Segment User Invited to Workspace * Policy Created * New Segment User Invited to Workspace

Config API omitted fields: - `parent`

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateInvitesRequest

func (*IAMUsersAPIService) CreateInvitesExecute ¶

Execute executes the request

@return CreateInvites201Response

func (*IAMUsersAPIService) DeleteInvites ¶

DeleteInvites Delete Invites

Removes a list of invitations to join a Workspace.

• When called, this endpoint may generate one or more of the following [audit trail](/tag/Audit-Trail) events:* Invite Deleted * Group Memberships Deleted

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteInvitesRequest

func (*IAMUsersAPIService) DeleteInvitesExecute ¶

Execute executes the request

@return DeleteInvites200Response

func (*IAMUsersAPIService) DeleteUsers ¶

DeleteUsers Delete Users

Removes one or multiple users.

• When called, this endpoint may generate the `Group Memberships Deleted` event in the [audit trail](/tag/Audit-Trail).

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteUsersRequest

func (*IAMUsersAPIService) DeleteUsersExecute ¶

Execute executes the request

@return DeleteUsers200Response

func (*IAMUsersAPIService) GetUser ¶

func (a *IAMUsersAPIService) GetUser(ctx context.Context, userId string) ApiGetUserRequest

GetUser Get User

Returns a user given their id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId
@return ApiGetUserRequest

func (*IAMUsersAPIService) GetUserExecute ¶

Execute executes the request

@return GetUser200Response

func (*IAMUsersAPIService) ListInvites ¶

ListInvites List Invites

Returns a list of invitations to join a Workspace.

Config API omitted fields: - `parent`

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListInvitesRequest

func (*IAMUsersAPIService) ListInvitesExecute ¶

Execute executes the request

@return ListInvites200Response

func (*IAMUsersAPIService) ListUserGroupsFromUser ¶

func (a *IAMUsersAPIService) ListUserGroupsFromUser(
	ctx context.Context,
	userId string,
) ApiListUserGroupsFromUserRequest

ListUserGroupsFromUser List User Groups from User

Returns all groups a user belongs to.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId
@return ApiListUserGroupsFromUserRequest

func (*IAMUsersAPIService) ListUserGroupsFromUserExecute ¶

Execute executes the request

@return ListUserGroupsFromUser200Response

func (*IAMUsersAPIService) ListUsers ¶

ListUsers List Users

Returns a list of users with access to the Workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListUsersRequest

func (*IAMUsersAPIService) ListUsersExecute ¶

Execute executes the request

@return ListUsers200Response

func (*IAMUsersAPIService) ReplacePermissionsForUser ¶

func (a *IAMUsersAPIService) ReplacePermissionsForUser(
	ctx context.Context,
	userId string,
) ApiReplacePermissionsForUserRequest

ReplacePermissionsForUser Replace Permissions for User

Updates the list of access permissions for a user.

• When called, this endpoint may generate the `Policy Deleted` event in the [audit trail](/tag/Audit-Trail).

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId
@return ApiReplacePermissionsForUserRequest

func (*IAMUsersAPIService) ReplacePermissionsForUserExecute ¶

Execute executes the request

@return ReplacePermissionsForUser200Response

type IdentifySourceSettingsV1 ¶

type IdentifySourceSettingsV1 struct {
	// Enable to allow unplanned identify traits.  Config API note: equal to `allowUnplannedIdentifyTraits`.
	AllowUnplannedTraits *bool `json:"allowUnplannedTraits,omitempty"`
	// Enable to allow identify traits on violations.  Config API note: equal to `allowIdentifyTraitsOnViolations`.
	AllowTraitsOnViolations *bool `json:"allowTraitsOnViolations,omitempty"`
	// The common identify event on violations.  Config API note: equal to `commonIdentifyEventOnViolations`.
	CommonEventOnViolations *string `json:"commonEventOnViolations,omitempty"`
}

IdentifySourceSettingsV1 struct for IdentifySourceSettingsV1

func NewIdentifySourceSettingsV1 ¶

func NewIdentifySourceSettingsV1() *IdentifySourceSettingsV1

NewIdentifySourceSettingsV1 instantiates a new IdentifySourceSettingsV1 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 NewIdentifySourceSettingsV1WithDefaults ¶

func NewIdentifySourceSettingsV1WithDefaults() *IdentifySourceSettingsV1

NewIdentifySourceSettingsV1WithDefaults instantiates a new IdentifySourceSettingsV1 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 (*IdentifySourceSettingsV1) GetAllowTraitsOnViolations ¶

func (o *IdentifySourceSettingsV1) GetAllowTraitsOnViolations() bool

GetAllowTraitsOnViolations returns the AllowTraitsOnViolations field value if set, zero value otherwise.

func (*IdentifySourceSettingsV1) GetAllowTraitsOnViolationsOk ¶

func (o *IdentifySourceSettingsV1) GetAllowTraitsOnViolationsOk() (*bool, bool)

GetAllowTraitsOnViolationsOk returns a tuple with the AllowTraitsOnViolations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentifySourceSettingsV1) GetAllowUnplannedTraits ¶

func (o *IdentifySourceSettingsV1) GetAllowUnplannedTraits() bool

GetAllowUnplannedTraits returns the AllowUnplannedTraits field value if set, zero value otherwise.

func (*IdentifySourceSettingsV1) GetAllowUnplannedTraitsOk ¶

func (o *IdentifySourceSettingsV1) GetAllowUnplannedTraitsOk() (*bool, bool)

GetAllowUnplannedTraitsOk returns a tuple with the AllowUnplannedTraits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentifySourceSettingsV1) GetCommonEventOnViolations ¶

func (o *IdentifySourceSettingsV1) GetCommonEventOnViolations() string

GetCommonEventOnViolations returns the CommonEventOnViolations field value if set, zero value otherwise.

func (*IdentifySourceSettingsV1) GetCommonEventOnViolationsOk ¶

func (o *IdentifySourceSettingsV1) GetCommonEventOnViolationsOk() (*string, bool)

GetCommonEventOnViolationsOk returns a tuple with the CommonEventOnViolations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentifySourceSettingsV1) HasAllowTraitsOnViolations ¶

func (o *IdentifySourceSettingsV1) HasAllowTraitsOnViolations() bool

HasAllowTraitsOnViolations returns a boolean if a field has been set.

func (*IdentifySourceSettingsV1) HasAllowUnplannedTraits ¶

func (o *IdentifySourceSettingsV1) HasAllowUnplannedTraits() bool

HasAllowUnplannedTraits returns a boolean if a field has been set.

func (*IdentifySourceSettingsV1) HasCommonEventOnViolations ¶

func (o *IdentifySourceSettingsV1) HasCommonEventOnViolations() bool

HasCommonEventOnViolations returns a boolean if a field has been set.

func (IdentifySourceSettingsV1) MarshalJSON ¶

func (o IdentifySourceSettingsV1) MarshalJSON() ([]byte, error)

func (*IdentifySourceSettingsV1) SetAllowTraitsOnViolations ¶

func (o *IdentifySourceSettingsV1) SetAllowTraitsOnViolations(v bool)

SetAllowTraitsOnViolations gets a reference to the given bool and assigns it to the AllowTraitsOnViolations field.

func (*IdentifySourceSettingsV1) SetAllowUnplannedTraits ¶

func (o *IdentifySourceSettingsV1) SetAllowUnplannedTraits(v bool)

SetAllowUnplannedTraits gets a reference to the given bool and assigns it to the AllowUnplannedTraits field.

func (*IdentifySourceSettingsV1) SetCommonEventOnViolations ¶

func (o *IdentifySourceSettingsV1) SetCommonEventOnViolations(v string)

SetCommonEventOnViolations gets a reference to the given string and assigns it to the CommonEventOnViolations field.

func (IdentifySourceSettingsV1) ToMap ¶

func (o IdentifySourceSettingsV1) ToMap() (map[string]interface{}, error)

type InsertFunctionInstanceAlpha ¶

type InsertFunctionInstanceAlpha struct {
	Id                string                 `json:"id"`
	Name              *string                `json:"name,omitempty"`
	IntegrationId     string                 `json:"integrationId"`
	ClassId           string                 `json:"classId"`
	Enabled           bool                   `json:"enabled"`
	CreatedAt         string                 `json:"createdAt"`
	UpdatedAt         string                 `json:"updatedAt"`
	Settings          map[string]interface{} `json:"settings"`
	EncryptedSettings map[string]interface{} `json:"encryptedSettings"`
}

InsertFunctionInstanceAlpha struct for InsertFunctionInstanceAlpha

func NewInsertFunctionInstanceAlpha ¶

func NewInsertFunctionInstanceAlpha(
	id string,
	integrationId string,
	classId string,
	enabled bool,
	createdAt string,
	updatedAt string,
	settings map[string]interface{},
	encryptedSettings map[string]interface{},
) *InsertFunctionInstanceAlpha

NewInsertFunctionInstanceAlpha instantiates a new InsertFunctionInstanceAlpha 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 NewInsertFunctionInstanceAlphaWithDefaults ¶

func NewInsertFunctionInstanceAlphaWithDefaults() *InsertFunctionInstanceAlpha

NewInsertFunctionInstanceAlphaWithDefaults instantiates a new InsertFunctionInstanceAlpha 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 (*InsertFunctionInstanceAlpha) GetClassId ¶

func (o *InsertFunctionInstanceAlpha) GetClassId() string

GetClassId returns the ClassId field value

func (*InsertFunctionInstanceAlpha) GetClassIdOk ¶

func (o *InsertFunctionInstanceAlpha) GetClassIdOk() (*string, bool)

GetClassIdOk returns a tuple with the ClassId field value and a boolean to check if the value has been set.

func (*InsertFunctionInstanceAlpha) GetCreatedAt ¶

func (o *InsertFunctionInstanceAlpha) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*InsertFunctionInstanceAlpha) GetCreatedAtOk ¶

func (o *InsertFunctionInstanceAlpha) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*InsertFunctionInstanceAlpha) GetEnabled ¶

func (o *InsertFunctionInstanceAlpha) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*InsertFunctionInstanceAlpha) GetEnabledOk ¶

func (o *InsertFunctionInstanceAlpha) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*InsertFunctionInstanceAlpha) GetEncryptedSettings ¶

func (o *InsertFunctionInstanceAlpha) GetEncryptedSettings() map[string]interface{}

GetEncryptedSettings returns the EncryptedSettings field value

func (*InsertFunctionInstanceAlpha) GetEncryptedSettingsOk ¶

func (o *InsertFunctionInstanceAlpha) GetEncryptedSettingsOk() (map[string]interface{}, bool)

GetEncryptedSettingsOk returns a tuple with the EncryptedSettings field value and a boolean to check if the value has been set.

func (*InsertFunctionInstanceAlpha) GetId ¶

GetId returns the Id field value

func (*InsertFunctionInstanceAlpha) GetIdOk ¶

func (o *InsertFunctionInstanceAlpha) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*InsertFunctionInstanceAlpha) GetIntegrationId ¶

func (o *InsertFunctionInstanceAlpha) GetIntegrationId() string

GetIntegrationId returns the IntegrationId field value

func (*InsertFunctionInstanceAlpha) GetIntegrationIdOk ¶

func (o *InsertFunctionInstanceAlpha) GetIntegrationIdOk() (*string, bool)

GetIntegrationIdOk returns a tuple with the IntegrationId field value and a boolean to check if the value has been set.

func (*InsertFunctionInstanceAlpha) GetName ¶

func (o *InsertFunctionInstanceAlpha) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*InsertFunctionInstanceAlpha) GetNameOk ¶

func (o *InsertFunctionInstanceAlpha) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InsertFunctionInstanceAlpha) GetSettings ¶

func (o *InsertFunctionInstanceAlpha) GetSettings() map[string]interface{}

GetSettings returns the Settings field value

func (*InsertFunctionInstanceAlpha) GetSettingsOk ¶

func (o *InsertFunctionInstanceAlpha) GetSettingsOk() (map[string]interface{}, bool)

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (*InsertFunctionInstanceAlpha) GetUpdatedAt ¶

func (o *InsertFunctionInstanceAlpha) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value

func (*InsertFunctionInstanceAlpha) GetUpdatedAtOk ¶

func (o *InsertFunctionInstanceAlpha) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*InsertFunctionInstanceAlpha) HasName ¶

func (o *InsertFunctionInstanceAlpha) HasName() bool

HasName returns a boolean if a field has been set.

func (InsertFunctionInstanceAlpha) MarshalJSON ¶

func (o InsertFunctionInstanceAlpha) MarshalJSON() ([]byte, error)

func (*InsertFunctionInstanceAlpha) SetClassId ¶

func (o *InsertFunctionInstanceAlpha) SetClassId(v string)

SetClassId sets field value

func (*InsertFunctionInstanceAlpha) SetCreatedAt ¶

func (o *InsertFunctionInstanceAlpha) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*InsertFunctionInstanceAlpha) SetEnabled ¶

func (o *InsertFunctionInstanceAlpha) SetEnabled(v bool)

SetEnabled sets field value

func (*InsertFunctionInstanceAlpha) SetEncryptedSettings ¶

func (o *InsertFunctionInstanceAlpha) SetEncryptedSettings(v map[string]interface{})

SetEncryptedSettings sets field value

func (*InsertFunctionInstanceAlpha) SetId ¶

func (o *InsertFunctionInstanceAlpha) SetId(v string)

SetId sets field value

func (*InsertFunctionInstanceAlpha) SetIntegrationId ¶

func (o *InsertFunctionInstanceAlpha) SetIntegrationId(v string)

SetIntegrationId sets field value

func (*InsertFunctionInstanceAlpha) SetName ¶

func (o *InsertFunctionInstanceAlpha) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*InsertFunctionInstanceAlpha) SetSettings ¶

func (o *InsertFunctionInstanceAlpha) SetSettings(v map[string]interface{})

SetSettings sets field value

func (*InsertFunctionInstanceAlpha) SetUpdatedAt ¶

func (o *InsertFunctionInstanceAlpha) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (InsertFunctionInstanceAlpha) ToMap ¶

func (o InsertFunctionInstanceAlpha) ToMap() (map[string]interface{}, error)

type IntegrationOptionBeta ¶

type IntegrationOptionBeta struct {
	// The name identifying this option in the context of a Segment Integration.
	Name string `json:"name"`
	// Defines the type for this option in the schema. Types are most commonly strings, but may also represent other primitive types, such as booleans, and numbers, as well as complex types, such as objects and arrays.
	Type string `json:"type"`
	// Whether this is a required option when setting up the Integration.
	Required bool `json:"required"`
	// An optional short text description of the field.
	Description *string `json:"description,omitempty"`
	// An optional default value for the field.
	DefaultValue interface{} `json:"defaultValue,omitempty"`
	// An optional label for this field.
	Label *string `json:"label,omitempty"`
}

IntegrationOptionBeta Describes an Integration option field required to set up a Segment Integration such as Sources, Destinations, or warehouses.

func NewIntegrationOptionBeta ¶

func NewIntegrationOptionBeta(name string, type_ string, required bool) *IntegrationOptionBeta

NewIntegrationOptionBeta instantiates a new IntegrationOptionBeta 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 NewIntegrationOptionBetaWithDefaults ¶

func NewIntegrationOptionBetaWithDefaults() *IntegrationOptionBeta

NewIntegrationOptionBetaWithDefaults instantiates a new IntegrationOptionBeta 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 (*IntegrationOptionBeta) GetDefaultValue ¶

func (o *IntegrationOptionBeta) GetDefaultValue() interface{}

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IntegrationOptionBeta) GetDefaultValueOk ¶

func (o *IntegrationOptionBeta) GetDefaultValueOk() (*interface{}, bool)

GetDefaultValueOk returns a tuple with the DefaultValue 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 (*IntegrationOptionBeta) GetDescription ¶

func (o *IntegrationOptionBeta) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*IntegrationOptionBeta) GetDescriptionOk ¶

func (o *IntegrationOptionBeta) 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 (*IntegrationOptionBeta) GetLabel ¶

func (o *IntegrationOptionBeta) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*IntegrationOptionBeta) GetLabelOk ¶

func (o *IntegrationOptionBeta) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationOptionBeta) GetName ¶

func (o *IntegrationOptionBeta) GetName() string

GetName returns the Name field value

func (*IntegrationOptionBeta) GetNameOk ¶

func (o *IntegrationOptionBeta) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*IntegrationOptionBeta) GetRequired ¶

func (o *IntegrationOptionBeta) GetRequired() bool

GetRequired returns the Required field value

func (*IntegrationOptionBeta) GetRequiredOk ¶

func (o *IntegrationOptionBeta) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value and a boolean to check if the value has been set.

func (*IntegrationOptionBeta) GetType ¶

func (o *IntegrationOptionBeta) GetType() string

GetType returns the Type field value

func (*IntegrationOptionBeta) GetTypeOk ¶

func (o *IntegrationOptionBeta) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*IntegrationOptionBeta) HasDefaultValue ¶

func (o *IntegrationOptionBeta) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

func (*IntegrationOptionBeta) HasDescription ¶

func (o *IntegrationOptionBeta) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*IntegrationOptionBeta) HasLabel ¶

func (o *IntegrationOptionBeta) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (IntegrationOptionBeta) MarshalJSON ¶

func (o IntegrationOptionBeta) MarshalJSON() ([]byte, error)

func (*IntegrationOptionBeta) SetDefaultValue ¶

func (o *IntegrationOptionBeta) SetDefaultValue(v interface{})

SetDefaultValue gets a reference to the given interface{} and assigns it to the DefaultValue field.

func (*IntegrationOptionBeta) SetDescription ¶

func (o *IntegrationOptionBeta) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IntegrationOptionBeta) SetLabel ¶

func (o *IntegrationOptionBeta) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*IntegrationOptionBeta) SetName ¶

func (o *IntegrationOptionBeta) SetName(v string)

SetName sets field value

func (*IntegrationOptionBeta) SetRequired ¶

func (o *IntegrationOptionBeta) SetRequired(v bool)

SetRequired sets field value

func (*IntegrationOptionBeta) SetType ¶

func (o *IntegrationOptionBeta) SetType(v string)

SetType sets field value

func (IntegrationOptionBeta) ToMap ¶

func (o IntegrationOptionBeta) ToMap() (map[string]interface{}, error)

type InvitePermissionV1 ¶

type InvitePermissionV1 struct {
	// The id of the role.
	RoleId string `json:"roleId"`
	// The resources to grant the invited users access to.
	Resources []ResourceV1 `json:"resources,omitempty"`
	// The labels that determine which resources to grant users access to.
	Labels []AllowedLabelBeta `json:"labels,omitempty"`
}

InvitePermissionV1 Defines a permission to apply to the user in an invite.

func NewInvitePermissionV1 ¶

func NewInvitePermissionV1(roleId string) *InvitePermissionV1

NewInvitePermissionV1 instantiates a new InvitePermissionV1 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 NewInvitePermissionV1WithDefaults ¶

func NewInvitePermissionV1WithDefaults() *InvitePermissionV1

NewInvitePermissionV1WithDefaults instantiates a new InvitePermissionV1 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 (*InvitePermissionV1) GetLabels ¶

func (o *InvitePermissionV1) GetLabels() []AllowedLabelBeta

GetLabels returns the Labels field value if set, zero value otherwise.

func (*InvitePermissionV1) GetLabelsOk ¶

func (o *InvitePermissionV1) GetLabelsOk() ([]AllowedLabelBeta, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvitePermissionV1) GetResources ¶

func (o *InvitePermissionV1) GetResources() []ResourceV1

GetResources returns the Resources field value if set, zero value otherwise.

func (*InvitePermissionV1) GetResourcesOk ¶

func (o *InvitePermissionV1) GetResourcesOk() ([]ResourceV1, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InvitePermissionV1) GetRoleId ¶

func (o *InvitePermissionV1) GetRoleId() string

GetRoleId returns the RoleId field value

func (*InvitePermissionV1) GetRoleIdOk ¶

func (o *InvitePermissionV1) GetRoleIdOk() (*string, bool)

GetRoleIdOk returns a tuple with the RoleId field value and a boolean to check if the value has been set.

func (*InvitePermissionV1) HasLabels ¶

func (o *InvitePermissionV1) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*InvitePermissionV1) HasResources ¶

func (o *InvitePermissionV1) HasResources() bool

HasResources returns a boolean if a field has been set.

func (InvitePermissionV1) MarshalJSON ¶

func (o InvitePermissionV1) MarshalJSON() ([]byte, error)

func (*InvitePermissionV1) SetLabels ¶

func (o *InvitePermissionV1) SetLabels(v []AllowedLabelBeta)

SetLabels gets a reference to the given []AllowedLabelBeta and assigns it to the Labels field.

func (*InvitePermissionV1) SetResources ¶

func (o *InvitePermissionV1) SetResources(v []ResourceV1)

SetResources gets a reference to the given []ResourceV1 and assigns it to the Resources field.

func (*InvitePermissionV1) SetRoleId ¶

func (o *InvitePermissionV1) SetRoleId(v string)

SetRoleId sets field value

func (InvitePermissionV1) ToMap ¶

func (o InvitePermissionV1) ToMap() (map[string]interface{}, error)

type InviteV1 ¶

type InviteV1 struct {
	// The invited user's email to attach the permissions to.
	Email string `json:"email"`
	// The permissions to attach to the invited user.
	Permissions []InvitePermissionV1 `json:"permissions,omitempty"`
}

InviteV1 Defines an invitation to join a Workspace.

func NewInviteV1 ¶

func NewInviteV1(email string) *InviteV1

NewInviteV1 instantiates a new InviteV1 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 NewInviteV1WithDefaults ¶

func NewInviteV1WithDefaults() *InviteV1

NewInviteV1WithDefaults instantiates a new InviteV1 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 (*InviteV1) GetEmail ¶

func (o *InviteV1) GetEmail() string

GetEmail returns the Email field value

func (*InviteV1) GetEmailOk ¶

func (o *InviteV1) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*InviteV1) GetPermissions ¶

func (o *InviteV1) GetPermissions() []InvitePermissionV1

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*InviteV1) GetPermissionsOk ¶

func (o *InviteV1) GetPermissionsOk() ([]InvitePermissionV1, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InviteV1) HasPermissions ¶

func (o *InviteV1) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (InviteV1) MarshalJSON ¶

func (o InviteV1) MarshalJSON() ([]byte, error)

func (*InviteV1) SetEmail ¶

func (o *InviteV1) SetEmail(v string)

SetEmail sets field value

func (*InviteV1) SetPermissions ¶

func (o *InviteV1) SetPermissions(v []InvitePermissionV1)

SetPermissions gets a reference to the given []InvitePermissionV1 and assigns it to the Permissions field.

func (InviteV1) ToMap ¶

func (o InviteV1) ToMap() (map[string]interface{}, error)

type LabelAlpha ¶

type LabelAlpha struct {
	// The key that represents the name of this label.
	Key string `json:"key"`
	// The value associated with the key of this label.
	Value string `json:"value"`
	// An optional description of the purpose of this label.
	Description *string `json:"description,omitempty"`
}

LabelAlpha A label lets Workspace owners assign permissions to users, and grant these users access to groups. A Workspace owner may use labels to grant users access to groups of resources. When you add a label to a Source or Personas Spaces, any users granted access to that label gain access to those resources. All Workspaces include labels for Dev (development) and Prod (production) environments. On top of those, Free and Team plan customers may create up to five labels. Customers with the Enterprise pricing package may create an unlimited number of labels.

func NewLabelAlpha ¶

func NewLabelAlpha(key string, value string) *LabelAlpha

NewLabelAlpha instantiates a new LabelAlpha 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 NewLabelAlphaWithDefaults ¶

func NewLabelAlphaWithDefaults() *LabelAlpha

NewLabelAlphaWithDefaults instantiates a new LabelAlpha 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 (*LabelAlpha) GetDescription ¶

func (o *LabelAlpha) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*LabelAlpha) GetDescriptionOk ¶

func (o *LabelAlpha) 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 (*LabelAlpha) GetKey ¶

func (o *LabelAlpha) GetKey() string

GetKey returns the Key field value

func (*LabelAlpha) GetKeyOk ¶

func (o *LabelAlpha) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*LabelAlpha) GetValue ¶

func (o *LabelAlpha) GetValue() string

GetValue returns the Value field value

func (*LabelAlpha) GetValueOk ¶

func (o *LabelAlpha) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (*LabelAlpha) HasDescription ¶

func (o *LabelAlpha) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (LabelAlpha) MarshalJSON ¶

func (o LabelAlpha) MarshalJSON() ([]byte, error)

func (*LabelAlpha) SetDescription ¶

func (o *LabelAlpha) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*LabelAlpha) SetKey ¶

func (o *LabelAlpha) SetKey(v string)

SetKey sets field value

func (*LabelAlpha) SetValue ¶

func (o *LabelAlpha) SetValue(v string)

SetValue sets field value

func (LabelAlpha) ToMap ¶

func (o LabelAlpha) ToMap() (map[string]interface{}, error)

type LabelV1 ¶

type LabelV1 struct {
	// The key that represents the name of this label.
	Key string `json:"key"`
	// The value associated with the key of this label.
	Value string `json:"value"`
	// An optional description of the purpose of this label.
	Description *string `json:"description,omitempty"`
}

LabelV1 A label lets Workspace owners assign permissions to users, and grant these users access to groups. A Workspace owner may use labels to grant users access to groups of resources. When you add a label to a Source or Personas Spaces, any users granted access to that label gain access to those resources. All Workspaces include labels for Dev (development) and Prod (production) environments. On top of those, Free and Team plan customers may create up to five labels. Customers with the Enterprise pricing package may create an unlimited number of labels.

func NewLabelV1 ¶

func NewLabelV1(key string, value string) *LabelV1

NewLabelV1 instantiates a new LabelV1 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 NewLabelV1WithDefaults ¶

func NewLabelV1WithDefaults() *LabelV1

NewLabelV1WithDefaults instantiates a new LabelV1 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 (*LabelV1) GetDescription ¶

func (o *LabelV1) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*LabelV1) GetDescriptionOk ¶

func (o *LabelV1) 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 (*LabelV1) GetKey ¶

func (o *LabelV1) GetKey() string

GetKey returns the Key field value

func (*LabelV1) GetKeyOk ¶

func (o *LabelV1) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*LabelV1) GetValue ¶

func (o *LabelV1) GetValue() string

GetValue returns the Value field value

func (*LabelV1) GetValueOk ¶

func (o *LabelV1) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (*LabelV1) HasDescription ¶

func (o *LabelV1) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (LabelV1) MarshalJSON ¶

func (o LabelV1) MarshalJSON() ([]byte, error)

func (*LabelV1) SetDescription ¶

func (o *LabelV1) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*LabelV1) SetKey ¶

func (o *LabelV1) SetKey(v string)

SetKey sets field value

func (*LabelV1) SetValue ¶

func (o *LabelV1) SetValue(v string)

SetValue sets field value

func (LabelV1) ToMap ¶

func (o LabelV1) ToMap() (map[string]interface{}, error)

type LabelsAPIService ¶

type LabelsAPIService service

LabelsAPIService LabelsAPI service

func (*LabelsAPIService) CreateLabel ¶

CreateLabel Create Label

Creates a new label.

• When called, this endpoint may generate the `Label Created` event in the [audit trail](/tag/Audit-Trail).

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateLabelRequest

func (*LabelsAPIService) CreateLabelExecute ¶

Execute executes the request

@return CreateLabel201Response

func (*LabelsAPIService) DeleteLabel ¶

func (a *LabelsAPIService) DeleteLabel(
	ctx context.Context,
	key string,
	value string,
) ApiDeleteLabelRequest

DeleteLabel Delete Label

Deletes a label.

• When called, this endpoint may generate the `Label Deleted` event in the [audit trail](/tag/Audit-Trail).

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param key
@param value
@return ApiDeleteLabelRequest

func (*LabelsAPIService) DeleteLabelExecute ¶

Execute executes the request

@return DeleteLabel200Response

func (*LabelsAPIService) ListLabels ¶

ListLabels List Labels

Returns a list of all available labels.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListLabelsRequest

func (*LabelsAPIService) ListLabelsExecute ¶

Execute executes the request

@return ListLabels200Response

type ListActivationsAlphaOutput ¶

type ListActivationsAlphaOutput struct {
	// A list of activation results.
	Activations []ActivationOutput `json:"activations"`
	Pagination  *PaginationOutput  `json:"pagination,omitempty"`
}

ListActivationsAlphaOutput Output for listing all activations.

func NewListActivationsAlphaOutput ¶

func NewListActivationsAlphaOutput(activations []ActivationOutput) *ListActivationsAlphaOutput

NewListActivationsAlphaOutput instantiates a new ListActivationsAlphaOutput 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 NewListActivationsAlphaOutputWithDefaults ¶

func NewListActivationsAlphaOutputWithDefaults() *ListActivationsAlphaOutput

NewListActivationsAlphaOutputWithDefaults instantiates a new ListActivationsAlphaOutput 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 (*ListActivationsAlphaOutput) GetActivations ¶

func (o *ListActivationsAlphaOutput) GetActivations() []ActivationOutput

GetActivations returns the Activations field value

func (*ListActivationsAlphaOutput) GetActivationsOk ¶

func (o *ListActivationsAlphaOutput) GetActivationsOk() ([]ActivationOutput, bool)

GetActivationsOk returns a tuple with the Activations field value and a boolean to check if the value has been set.

func (*ListActivationsAlphaOutput) GetPagination ¶

func (o *ListActivationsAlphaOutput) GetPagination() PaginationOutput

GetPagination returns the Pagination field value if set, zero value otherwise.

func (*ListActivationsAlphaOutput) GetPaginationOk ¶

func (o *ListActivationsAlphaOutput) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListActivationsAlphaOutput) HasPagination ¶

func (o *ListActivationsAlphaOutput) HasPagination() bool

HasPagination returns a boolean if a field has been set.

func (ListActivationsAlphaOutput) MarshalJSON ¶

func (o ListActivationsAlphaOutput) MarshalJSON() ([]byte, error)

func (*ListActivationsAlphaOutput) SetActivations ¶

func (o *ListActivationsAlphaOutput) SetActivations(v []ActivationOutput)

SetActivations sets field value

func (*ListActivationsAlphaOutput) SetPagination ¶

func (o *ListActivationsAlphaOutput) SetPagination(v PaginationOutput)

SetPagination gets a reference to the given PaginationOutput and assigns it to the Pagination field.

func (ListActivationsAlphaOutput) ToMap ¶

func (o ListActivationsAlphaOutput) ToMap() (map[string]interface{}, error)

type ListActivationsFromAudience200Response ¶

type ListActivationsFromAudience200Response struct {
	Data *ListActivationsFromAudienceOutput `json:"data,omitempty"`
}

ListActivationsFromAudience200Response struct for ListActivationsFromAudience200Response

func NewListActivationsFromAudience200Response ¶

func NewListActivationsFromAudience200Response() *ListActivationsFromAudience200Response

NewListActivationsFromAudience200Response instantiates a new ListActivationsFromAudience200Response 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 NewListActivationsFromAudience200ResponseWithDefaults ¶

func NewListActivationsFromAudience200ResponseWithDefaults() *ListActivationsFromAudience200Response

NewListActivationsFromAudience200ResponseWithDefaults instantiates a new ListActivationsFromAudience200Response 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 (*ListActivationsFromAudience200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListActivationsFromAudience200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListActivationsFromAudience200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListActivationsFromAudience200Response) MarshalJSON ¶

func (o ListActivationsFromAudience200Response) MarshalJSON() ([]byte, error)

func (*ListActivationsFromAudience200Response) SetData ¶

SetData gets a reference to the given ListActivationsFromAudienceOutput and assigns it to the Data field.

func (ListActivationsFromAudience200Response) ToMap ¶

func (o ListActivationsFromAudience200Response) ToMap() (map[string]interface{}, error)

type ListActivationsFromAudienceOutput ¶

type ListActivationsFromAudienceOutput struct {
	// A list of activation results.
	Activations []ActivationOutput `json:"activations"`
	Pagination  *PaginationOutput  `json:"pagination,omitempty"`
}

ListActivationsFromAudienceOutput Output for listing activations from space and audience.

func NewListActivationsFromAudienceOutput ¶

func NewListActivationsFromAudienceOutput(
	activations []ActivationOutput,
) *ListActivationsFromAudienceOutput

NewListActivationsFromAudienceOutput instantiates a new ListActivationsFromAudienceOutput 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 NewListActivationsFromAudienceOutputWithDefaults ¶

func NewListActivationsFromAudienceOutputWithDefaults() *ListActivationsFromAudienceOutput

NewListActivationsFromAudienceOutputWithDefaults instantiates a new ListActivationsFromAudienceOutput 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 (*ListActivationsFromAudienceOutput) GetActivations ¶

GetActivations returns the Activations field value

func (*ListActivationsFromAudienceOutput) GetActivationsOk ¶

func (o *ListActivationsFromAudienceOutput) GetActivationsOk() ([]ActivationOutput, bool)

GetActivationsOk returns a tuple with the Activations field value and a boolean to check if the value has been set.

func (*ListActivationsFromAudienceOutput) GetPagination ¶

GetPagination returns the Pagination field value if set, zero value otherwise.

func (*ListActivationsFromAudienceOutput) GetPaginationOk ¶

func (o *ListActivationsFromAudienceOutput) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListActivationsFromAudienceOutput) HasPagination ¶

func (o *ListActivationsFromAudienceOutput) HasPagination() bool

HasPagination returns a boolean if a field has been set.

func (ListActivationsFromAudienceOutput) MarshalJSON ¶

func (o ListActivationsFromAudienceOutput) MarshalJSON() ([]byte, error)

func (*ListActivationsFromAudienceOutput) SetActivations ¶

func (o *ListActivationsFromAudienceOutput) SetActivations(v []ActivationOutput)

SetActivations sets field value

func (*ListActivationsFromAudienceOutput) SetPagination ¶

SetPagination gets a reference to the given PaginationOutput and assigns it to the Pagination field.

func (ListActivationsFromAudienceOutput) ToMap ¶

func (o ListActivationsFromAudienceOutput) ToMap() (map[string]interface{}, error)

type ListAudienceConsumersFromSpaceAndAudience200Response ¶

type ListAudienceConsumersFromSpaceAndAudience200Response struct {
	Data *ListAudienceConsumersFromSpaceAndAudienceAlphaOutput `json:"data,omitempty"`
}

ListAudienceConsumersFromSpaceAndAudience200Response struct for ListAudienceConsumersFromSpaceAndAudience200Response

func NewListAudienceConsumersFromSpaceAndAudience200Response ¶

func NewListAudienceConsumersFromSpaceAndAudience200Response() *ListAudienceConsumersFromSpaceAndAudience200Response

NewListAudienceConsumersFromSpaceAndAudience200Response instantiates a new ListAudienceConsumersFromSpaceAndAudience200Response 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 NewListAudienceConsumersFromSpaceAndAudience200ResponseWithDefaults ¶

func NewListAudienceConsumersFromSpaceAndAudience200ResponseWithDefaults() *ListAudienceConsumersFromSpaceAndAudience200Response

NewListAudienceConsumersFromSpaceAndAudience200ResponseWithDefaults instantiates a new ListAudienceConsumersFromSpaceAndAudience200Response 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 (*ListAudienceConsumersFromSpaceAndAudience200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListAudienceConsumersFromSpaceAndAudience200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListAudienceConsumersFromSpaceAndAudience200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListAudienceConsumersFromSpaceAndAudience200Response) MarshalJSON ¶

func (*ListAudienceConsumersFromSpaceAndAudience200Response) SetData ¶

SetData gets a reference to the given ListAudienceConsumersFromSpaceAndAudienceAlphaOutput and assigns it to the Data field.

func (ListAudienceConsumersFromSpaceAndAudience200Response) ToMap ¶

type ListAudienceConsumersFromSpaceAndAudienceAlphaOutput ¶

type ListAudienceConsumersFromSpaceAndAudienceAlphaOutput struct {
	// The list of audience consumers.
	Audiences  []AudienceSummary `json:"audiences"`
	Pagination PaginationOutput  `json:"pagination"`
}

ListAudienceConsumersFromSpaceAndAudienceAlphaOutput List Audience consumers output.

func NewListAudienceConsumersFromSpaceAndAudienceAlphaOutput ¶

func NewListAudienceConsumersFromSpaceAndAudienceAlphaOutput(
	audiences []AudienceSummary,
	pagination PaginationOutput,
) *ListAudienceConsumersFromSpaceAndAudienceAlphaOutput

NewListAudienceConsumersFromSpaceAndAudienceAlphaOutput instantiates a new ListAudienceConsumersFromSpaceAndAudienceAlphaOutput 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 NewListAudienceConsumersFromSpaceAndAudienceAlphaOutputWithDefaults ¶

func NewListAudienceConsumersFromSpaceAndAudienceAlphaOutputWithDefaults() *ListAudienceConsumersFromSpaceAndAudienceAlphaOutput

NewListAudienceConsumersFromSpaceAndAudienceAlphaOutputWithDefaults instantiates a new ListAudienceConsumersFromSpaceAndAudienceAlphaOutput 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 (*ListAudienceConsumersFromSpaceAndAudienceAlphaOutput) GetAudiences ¶

GetAudiences returns the Audiences field value

func (*ListAudienceConsumersFromSpaceAndAudienceAlphaOutput) GetAudiencesOk ¶

GetAudiencesOk returns a tuple with the Audiences field value and a boolean to check if the value has been set.

func (*ListAudienceConsumersFromSpaceAndAudienceAlphaOutput) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListAudienceConsumersFromSpaceAndAudienceAlphaOutput) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (ListAudienceConsumersFromSpaceAndAudienceAlphaOutput) MarshalJSON ¶

func (*ListAudienceConsumersFromSpaceAndAudienceAlphaOutput) SetAudiences ¶

SetAudiences sets field value

func (*ListAudienceConsumersFromSpaceAndAudienceAlphaOutput) SetPagination ¶

SetPagination sets field value

func (ListAudienceConsumersFromSpaceAndAudienceAlphaOutput) ToMap ¶

type ListAudienceConsumersSortInput ¶

type ListAudienceConsumersSortInput struct {
	// Field to sort by.
	Field string `json:"field"`
	// Sort direction (ascending or descending).
	Direction string `json:"direction"`
}

ListAudienceConsumersSortInput Sort criteria input for list audience consumers.

func NewListAudienceConsumersSortInput ¶

func NewListAudienceConsumersSortInput(
	field string,
	direction string,
) *ListAudienceConsumersSortInput

NewListAudienceConsumersSortInput instantiates a new ListAudienceConsumersSortInput 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 NewListAudienceConsumersSortInputWithDefaults ¶

func NewListAudienceConsumersSortInputWithDefaults() *ListAudienceConsumersSortInput

NewListAudienceConsumersSortInputWithDefaults instantiates a new ListAudienceConsumersSortInput 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 (*ListAudienceConsumersSortInput) GetDirection ¶

func (o *ListAudienceConsumersSortInput) GetDirection() string

GetDirection returns the Direction field value

func (*ListAudienceConsumersSortInput) GetDirectionOk ¶

func (o *ListAudienceConsumersSortInput) GetDirectionOk() (*string, bool)

GetDirectionOk returns a tuple with the Direction field value and a boolean to check if the value has been set.

func (*ListAudienceConsumersSortInput) GetField ¶

func (o *ListAudienceConsumersSortInput) GetField() string

GetField returns the Field field value

func (*ListAudienceConsumersSortInput) GetFieldOk ¶

func (o *ListAudienceConsumersSortInput) GetFieldOk() (*string, bool)

GetFieldOk returns a tuple with the Field field value and a boolean to check if the value has been set.

func (ListAudienceConsumersSortInput) MarshalJSON ¶

func (o ListAudienceConsumersSortInput) MarshalJSON() ([]byte, error)

func (*ListAudienceConsumersSortInput) SetDirection ¶

func (o *ListAudienceConsumersSortInput) SetDirection(v string)

SetDirection sets field value

func (*ListAudienceConsumersSortInput) SetField ¶

func (o *ListAudienceConsumersSortInput) SetField(v string)

SetField sets field value

func (ListAudienceConsumersSortInput) ToMap ¶

func (o ListAudienceConsumersSortInput) ToMap() (map[string]interface{}, error)

type ListAudienceSchedulesFromSpaceAndAudience200Response ¶

type ListAudienceSchedulesFromSpaceAndAudience200Response struct {
	Data *ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput `json:"data,omitempty"`
}

ListAudienceSchedulesFromSpaceAndAudience200Response struct for ListAudienceSchedulesFromSpaceAndAudience200Response

func NewListAudienceSchedulesFromSpaceAndAudience200Response ¶

func NewListAudienceSchedulesFromSpaceAndAudience200Response() *ListAudienceSchedulesFromSpaceAndAudience200Response

NewListAudienceSchedulesFromSpaceAndAudience200Response instantiates a new ListAudienceSchedulesFromSpaceAndAudience200Response 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 NewListAudienceSchedulesFromSpaceAndAudience200ResponseWithDefaults ¶

func NewListAudienceSchedulesFromSpaceAndAudience200ResponseWithDefaults() *ListAudienceSchedulesFromSpaceAndAudience200Response

NewListAudienceSchedulesFromSpaceAndAudience200ResponseWithDefaults instantiates a new ListAudienceSchedulesFromSpaceAndAudience200Response 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 (*ListAudienceSchedulesFromSpaceAndAudience200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListAudienceSchedulesFromSpaceAndAudience200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListAudienceSchedulesFromSpaceAndAudience200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListAudienceSchedulesFromSpaceAndAudience200Response) MarshalJSON ¶

func (*ListAudienceSchedulesFromSpaceAndAudience200Response) SetData ¶

SetData gets a reference to the given ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput and assigns it to the Data field.

func (ListAudienceSchedulesFromSpaceAndAudience200Response) ToMap ¶

type ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput ¶

type ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput struct {
	// A list of audience schedules.
	AudienceSchedules []AudienceSchedule `json:"audienceSchedules"`
}

ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput Output for list audience schedules.

func NewListAudienceSchedulesFromSpaceAndAudienceAlphaOutput ¶

func NewListAudienceSchedulesFromSpaceAndAudienceAlphaOutput(
	audienceSchedules []AudienceSchedule,
) *ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput

NewListAudienceSchedulesFromSpaceAndAudienceAlphaOutput instantiates a new ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput 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 NewListAudienceSchedulesFromSpaceAndAudienceAlphaOutputWithDefaults ¶

func NewListAudienceSchedulesFromSpaceAndAudienceAlphaOutputWithDefaults() *ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput

NewListAudienceSchedulesFromSpaceAndAudienceAlphaOutputWithDefaults instantiates a new ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput 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 (*ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput) GetAudienceSchedules ¶

GetAudienceSchedules returns the AudienceSchedules field value

func (*ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput) GetAudienceSchedulesOk ¶

GetAudienceSchedulesOk returns a tuple with the AudienceSchedules field value and a boolean to check if the value has been set.

func (ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput) MarshalJSON ¶

func (*ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput) SetAudienceSchedules ¶

SetAudienceSchedules sets field value

func (ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput) ToMap ¶

type ListAudienceSearchInput ¶

type ListAudienceSearchInput struct {
	// Field to filter by.
	Type string `json:"type"`
	// Text to match against the selected field (max 255 characters). When searching by KEY, a prefix match is used. For all other options, a full wildcard search will be used.
	Query string `json:"query"`
}

ListAudienceSearchInput Search criteria input for list audience consumers.

func NewListAudienceSearchInput ¶

func NewListAudienceSearchInput(type_ string, query string) *ListAudienceSearchInput

NewListAudienceSearchInput instantiates a new ListAudienceSearchInput 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 NewListAudienceSearchInputWithDefaults ¶

func NewListAudienceSearchInputWithDefaults() *ListAudienceSearchInput

NewListAudienceSearchInputWithDefaults instantiates a new ListAudienceSearchInput 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 (*ListAudienceSearchInput) GetQuery ¶

func (o *ListAudienceSearchInput) GetQuery() string

GetQuery returns the Query field value

func (*ListAudienceSearchInput) GetQueryOk ¶

func (o *ListAudienceSearchInput) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.

func (*ListAudienceSearchInput) GetType ¶

func (o *ListAudienceSearchInput) GetType() string

GetType returns the Type field value

func (*ListAudienceSearchInput) GetTypeOk ¶

func (o *ListAudienceSearchInput) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ListAudienceSearchInput) MarshalJSON ¶

func (o ListAudienceSearchInput) MarshalJSON() ([]byte, error)

func (*ListAudienceSearchInput) SetQuery ¶

func (o *ListAudienceSearchInput) SetQuery(v string)

SetQuery sets field value

func (*ListAudienceSearchInput) SetType ¶

func (o *ListAudienceSearchInput) SetType(v string)

SetType sets field value

func (ListAudienceSearchInput) ToMap ¶

func (o ListAudienceSearchInput) ToMap() (map[string]interface{}, error)

type ListAudiences200Response ¶

type ListAudiences200Response struct {
	Data *ListAudiencesBetaOutput `json:"data,omitempty"`
}

ListAudiences200Response struct for ListAudiences200Response

func NewListAudiences200Response ¶

func NewListAudiences200Response() *ListAudiences200Response

NewListAudiences200Response instantiates a new ListAudiences200Response 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 NewListAudiences200ResponseWithDefaults ¶

func NewListAudiences200ResponseWithDefaults() *ListAudiences200Response

NewListAudiences200ResponseWithDefaults instantiates a new ListAudiences200Response 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 (*ListAudiences200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListAudiences200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListAudiences200Response) HasData ¶

func (o *ListAudiences200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListAudiences200Response) MarshalJSON ¶

func (o ListAudiences200Response) MarshalJSON() ([]byte, error)

func (*ListAudiences200Response) SetData ¶

SetData gets a reference to the given ListAudiencesBetaOutput and assigns it to the Data field.

func (ListAudiences200Response) ToMap ¶

func (o ListAudiences200Response) ToMap() (map[string]interface{}, error)

type ListAudiences200Response1 ¶

type ListAudiences200Response1 struct {
	Data *ListAudiencesAlphaOutput `json:"data,omitempty"`
}

ListAudiences200Response1 struct for ListAudiences200Response1

func NewListAudiences200Response1 ¶

func NewListAudiences200Response1() *ListAudiences200Response1

NewListAudiences200Response1 instantiates a new ListAudiences200Response1 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 NewListAudiences200Response1WithDefaults ¶

func NewListAudiences200Response1WithDefaults() *ListAudiences200Response1

NewListAudiences200Response1WithDefaults instantiates a new ListAudiences200Response1 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 (*ListAudiences200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListAudiences200Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListAudiences200Response1) HasData ¶

func (o *ListAudiences200Response1) HasData() bool

HasData returns a boolean if a field has been set.

func (ListAudiences200Response1) MarshalJSON ¶

func (o ListAudiences200Response1) MarshalJSON() ([]byte, error)

func (*ListAudiences200Response1) SetData ¶

SetData gets a reference to the given ListAudiencesAlphaOutput and assigns it to the Data field.

func (ListAudiences200Response1) ToMap ¶

func (o ListAudiences200Response1) ToMap() (map[string]interface{}, error)

type ListAudiencesAlphaOutput ¶

type ListAudiencesAlphaOutput struct {
	// A list of audience summary results.
	Audiences  []AudienceSummaryWithAudienceTypeAndLookback `json:"audiences"`
	Pagination PaginationOutput                             `json:"pagination"`
}

ListAudiencesAlphaOutput List audiences endpoint output.

func NewListAudiencesAlphaOutput ¶

func NewListAudiencesAlphaOutput(
	audiences []AudienceSummaryWithAudienceTypeAndLookback,
	pagination PaginationOutput,
) *ListAudiencesAlphaOutput

NewListAudiencesAlphaOutput instantiates a new ListAudiencesAlphaOutput 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 NewListAudiencesAlphaOutputWithDefaults ¶

func NewListAudiencesAlphaOutputWithDefaults() *ListAudiencesAlphaOutput

NewListAudiencesAlphaOutputWithDefaults instantiates a new ListAudiencesAlphaOutput 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 (*ListAudiencesAlphaOutput) GetAudiences ¶

GetAudiences returns the Audiences field value

func (*ListAudiencesAlphaOutput) GetAudiencesOk ¶

GetAudiencesOk returns a tuple with the Audiences field value and a boolean to check if the value has been set.

func (*ListAudiencesAlphaOutput) GetPagination ¶

func (o *ListAudiencesAlphaOutput) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListAudiencesAlphaOutput) GetPaginationOk ¶

func (o *ListAudiencesAlphaOutput) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (ListAudiencesAlphaOutput) MarshalJSON ¶

func (o ListAudiencesAlphaOutput) MarshalJSON() ([]byte, error)

func (*ListAudiencesAlphaOutput) SetAudiences ¶

SetAudiences sets field value

func (*ListAudiencesAlphaOutput) SetPagination ¶

func (o *ListAudiencesAlphaOutput) SetPagination(v PaginationOutput)

SetPagination sets field value

func (ListAudiencesAlphaOutput) ToMap ¶

func (o ListAudiencesAlphaOutput) ToMap() (map[string]interface{}, error)

type ListAudiencesBetaOutput ¶

type ListAudiencesBetaOutput struct {
	// A list of audience summary results.
	Audiences  []AudienceSummaryWithAudienceTypeAndLookback `json:"audiences"`
	Pagination PaginationOutput                             `json:"pagination"`
}

ListAudiencesBetaOutput List audiences endpoint output.

func NewListAudiencesBetaOutput ¶

func NewListAudiencesBetaOutput(
	audiences []AudienceSummaryWithAudienceTypeAndLookback,
	pagination PaginationOutput,
) *ListAudiencesBetaOutput

NewListAudiencesBetaOutput instantiates a new ListAudiencesBetaOutput 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 NewListAudiencesBetaOutputWithDefaults ¶

func NewListAudiencesBetaOutputWithDefaults() *ListAudiencesBetaOutput

NewListAudiencesBetaOutputWithDefaults instantiates a new ListAudiencesBetaOutput 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 (*ListAudiencesBetaOutput) GetAudiences ¶

GetAudiences returns the Audiences field value

func (*ListAudiencesBetaOutput) GetAudiencesOk ¶

GetAudiencesOk returns a tuple with the Audiences field value and a boolean to check if the value has been set.

func (*ListAudiencesBetaOutput) GetPagination ¶

func (o *ListAudiencesBetaOutput) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListAudiencesBetaOutput) GetPaginationOk ¶

func (o *ListAudiencesBetaOutput) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (ListAudiencesBetaOutput) MarshalJSON ¶

func (o ListAudiencesBetaOutput) MarshalJSON() ([]byte, error)

func (*ListAudiencesBetaOutput) SetAudiences ¶

SetAudiences sets field value

func (*ListAudiencesBetaOutput) SetPagination ¶

func (o *ListAudiencesBetaOutput) SetPagination(v PaginationOutput)

SetPagination sets field value

func (ListAudiencesBetaOutput) ToMap ¶

func (o ListAudiencesBetaOutput) ToMap() (map[string]interface{}, error)

type ListAudiencesPaginationInput ¶

type ListAudiencesPaginationInput struct {
	// The page to request.  Acceptable values to use here are in PaginationOutput objects, in the `current`, `next`, and `previous` keys.  Consumers of the API must treat this value as opaque.
	Cursor *string `json:"cursor,omitempty"`
	// The number of items to retrieve in a page, between 1 and 200.
	Count float32 `json:"count"`
}

ListAudiencesPaginationInput Fork of Autobahn's PaginationInput. Count is limited to 200 in this fork. Pagination parameters. Every resource that returns a list of items in its `Output` object may contain a `PaginationInput` in its `Input` object. Required, though some of its fields are optional.

func NewListAudiencesPaginationInput ¶

func NewListAudiencesPaginationInput(count float32) *ListAudiencesPaginationInput

NewListAudiencesPaginationInput instantiates a new ListAudiencesPaginationInput 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 NewListAudiencesPaginationInputWithDefaults ¶

func NewListAudiencesPaginationInputWithDefaults() *ListAudiencesPaginationInput

NewListAudiencesPaginationInputWithDefaults instantiates a new ListAudiencesPaginationInput 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 (*ListAudiencesPaginationInput) GetCount ¶

func (o *ListAudiencesPaginationInput) GetCount() float32

GetCount returns the Count field value

func (*ListAudiencesPaginationInput) GetCountOk ¶

func (o *ListAudiencesPaginationInput) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*ListAudiencesPaginationInput) GetCursor ¶

func (o *ListAudiencesPaginationInput) GetCursor() string

GetCursor returns the Cursor field value if set, zero value otherwise.

func (*ListAudiencesPaginationInput) GetCursorOk ¶

func (o *ListAudiencesPaginationInput) GetCursorOk() (*string, bool)

GetCursorOk returns a tuple with the Cursor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListAudiencesPaginationInput) HasCursor ¶

func (o *ListAudiencesPaginationInput) HasCursor() bool

HasCursor returns a boolean if a field has been set.

func (ListAudiencesPaginationInput) MarshalJSON ¶

func (o ListAudiencesPaginationInput) MarshalJSON() ([]byte, error)

func (*ListAudiencesPaginationInput) SetCount ¶

func (o *ListAudiencesPaginationInput) SetCount(v float32)

SetCount sets field value

func (*ListAudiencesPaginationInput) SetCursor ¶

func (o *ListAudiencesPaginationInput) SetCursor(v string)

SetCursor gets a reference to the given string and assigns it to the Cursor field.

func (ListAudiencesPaginationInput) ToMap ¶

func (o ListAudiencesPaginationInput) ToMap() (map[string]interface{}, error)

type ListAuditEvents200Response ¶

type ListAuditEvents200Response struct {
	Data *ListAuditEventsV1Output `json:"data,omitempty"`
}

ListAuditEvents200Response struct for ListAuditEvents200Response

func NewListAuditEvents200Response ¶

func NewListAuditEvents200Response() *ListAuditEvents200Response

NewListAuditEvents200Response instantiates a new ListAuditEvents200Response 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 NewListAuditEvents200ResponseWithDefaults ¶

func NewListAuditEvents200ResponseWithDefaults() *ListAuditEvents200Response

NewListAuditEvents200ResponseWithDefaults instantiates a new ListAuditEvents200Response 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 (*ListAuditEvents200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListAuditEvents200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListAuditEvents200Response) HasData ¶

func (o *ListAuditEvents200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListAuditEvents200Response) MarshalJSON ¶

func (o ListAuditEvents200Response) MarshalJSON() ([]byte, error)

func (*ListAuditEvents200Response) SetData ¶

SetData gets a reference to the given ListAuditEventsV1Output and assigns it to the Data field.

func (ListAuditEvents200Response) ToMap ¶

func (o ListAuditEvents200Response) ToMap() (map[string]interface{}, error)

type ListAuditEventsV1Output ¶

type ListAuditEventsV1Output struct {
	// Audit trail events for the current Workspace.
	Events     []AuditEventV1    `json:"events"`
	Pagination *PaginationOutput `json:"pagination,omitempty"`
}

ListAuditEventsV1Output Returns a list of Audit Trail events for the current Workspace.

func NewListAuditEventsV1Output ¶

func NewListAuditEventsV1Output(events []AuditEventV1) *ListAuditEventsV1Output

NewListAuditEventsV1Output instantiates a new ListAuditEventsV1Output 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 NewListAuditEventsV1OutputWithDefaults ¶

func NewListAuditEventsV1OutputWithDefaults() *ListAuditEventsV1Output

NewListAuditEventsV1OutputWithDefaults instantiates a new ListAuditEventsV1Output 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 (*ListAuditEventsV1Output) GetEvents ¶

func (o *ListAuditEventsV1Output) GetEvents() []AuditEventV1

GetEvents returns the Events field value

func (*ListAuditEventsV1Output) GetEventsOk ¶

func (o *ListAuditEventsV1Output) GetEventsOk() ([]AuditEventV1, bool)

GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.

func (*ListAuditEventsV1Output) GetPagination ¶

func (o *ListAuditEventsV1Output) GetPagination() PaginationOutput

GetPagination returns the Pagination field value if set, zero value otherwise.

func (*ListAuditEventsV1Output) GetPaginationOk ¶

func (o *ListAuditEventsV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListAuditEventsV1Output) HasPagination ¶

func (o *ListAuditEventsV1Output) HasPagination() bool

HasPagination returns a boolean if a field has been set.

func (ListAuditEventsV1Output) MarshalJSON ¶

func (o ListAuditEventsV1Output) MarshalJSON() ([]byte, error)

func (*ListAuditEventsV1Output) SetEvents ¶

func (o *ListAuditEventsV1Output) SetEvents(v []AuditEventV1)

SetEvents sets field value

func (*ListAuditEventsV1Output) SetPagination ¶

func (o *ListAuditEventsV1Output) SetPagination(v PaginationOutput)

SetPagination gets a reference to the given PaginationOutput and assigns it to the Pagination field.

func (ListAuditEventsV1Output) ToMap ¶

func (o ListAuditEventsV1Output) ToMap() (map[string]interface{}, error)

type ListComputedTraits200Response ¶

type ListComputedTraits200Response struct {
	Data *ListComputedTraitsAlphaOutput `json:"data,omitempty"`
}

ListComputedTraits200Response struct for ListComputedTraits200Response

func NewListComputedTraits200Response ¶

func NewListComputedTraits200Response() *ListComputedTraits200Response

NewListComputedTraits200Response instantiates a new ListComputedTraits200Response 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 NewListComputedTraits200ResponseWithDefaults ¶

func NewListComputedTraits200ResponseWithDefaults() *ListComputedTraits200Response

NewListComputedTraits200ResponseWithDefaults instantiates a new ListComputedTraits200Response 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 (*ListComputedTraits200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListComputedTraits200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListComputedTraits200Response) HasData ¶

func (o *ListComputedTraits200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListComputedTraits200Response) MarshalJSON ¶

func (o ListComputedTraits200Response) MarshalJSON() ([]byte, error)

func (*ListComputedTraits200Response) SetData ¶

SetData gets a reference to the given ListComputedTraitsAlphaOutput and assigns it to the Data field.

func (ListComputedTraits200Response) ToMap ¶

func (o ListComputedTraits200Response) ToMap() (map[string]interface{}, error)

type ListComputedTraitsAlphaOutput ¶

type ListComputedTraitsAlphaOutput struct {
	// A list of computed trait summary results.
	ComputedTraits []ComputedTraitSummary `json:"computedTraits"`
	Pagination     PaginationOutput       `json:"pagination"`
}

ListComputedTraitsAlphaOutput List computed traits endpoint output.

func NewListComputedTraitsAlphaOutput ¶

func NewListComputedTraitsAlphaOutput(
	computedTraits []ComputedTraitSummary,
	pagination PaginationOutput,
) *ListComputedTraitsAlphaOutput

NewListComputedTraitsAlphaOutput instantiates a new ListComputedTraitsAlphaOutput 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 NewListComputedTraitsAlphaOutputWithDefaults ¶

func NewListComputedTraitsAlphaOutputWithDefaults() *ListComputedTraitsAlphaOutput

NewListComputedTraitsAlphaOutputWithDefaults instantiates a new ListComputedTraitsAlphaOutput 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 (*ListComputedTraitsAlphaOutput) GetComputedTraits ¶

func (o *ListComputedTraitsAlphaOutput) GetComputedTraits() []ComputedTraitSummary

GetComputedTraits returns the ComputedTraits field value

func (*ListComputedTraitsAlphaOutput) GetComputedTraitsOk ¶

func (o *ListComputedTraitsAlphaOutput) GetComputedTraitsOk() ([]ComputedTraitSummary, bool)

GetComputedTraitsOk returns a tuple with the ComputedTraits field value and a boolean to check if the value has been set.

func (*ListComputedTraitsAlphaOutput) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListComputedTraitsAlphaOutput) GetPaginationOk ¶

func (o *ListComputedTraitsAlphaOutput) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (ListComputedTraitsAlphaOutput) MarshalJSON ¶

func (o ListComputedTraitsAlphaOutput) MarshalJSON() ([]byte, error)

func (*ListComputedTraitsAlphaOutput) SetComputedTraits ¶

func (o *ListComputedTraitsAlphaOutput) SetComputedTraits(v []ComputedTraitSummary)

SetComputedTraits sets field value

func (*ListComputedTraitsAlphaOutput) SetPagination ¶

func (o *ListComputedTraitsAlphaOutput) SetPagination(v PaginationOutput)

SetPagination sets field value

func (ListComputedTraitsAlphaOutput) ToMap ¶

func (o ListComputedTraitsAlphaOutput) ToMap() (map[string]interface{}, error)

type ListConnectedDestinationsFromSource200Response ¶

type ListConnectedDestinationsFromSource200Response struct {
	Data *ListConnectedDestinationsFromSourceV1Output `json:"data,omitempty"`
}

ListConnectedDestinationsFromSource200Response struct for ListConnectedDestinationsFromSource200Response

func NewListConnectedDestinationsFromSource200Response ¶

func NewListConnectedDestinationsFromSource200Response() *ListConnectedDestinationsFromSource200Response

NewListConnectedDestinationsFromSource200Response instantiates a new ListConnectedDestinationsFromSource200Response 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 NewListConnectedDestinationsFromSource200ResponseWithDefaults ¶

func NewListConnectedDestinationsFromSource200ResponseWithDefaults() *ListConnectedDestinationsFromSource200Response

NewListConnectedDestinationsFromSource200ResponseWithDefaults instantiates a new ListConnectedDestinationsFromSource200Response 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 (*ListConnectedDestinationsFromSource200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListConnectedDestinationsFromSource200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListConnectedDestinationsFromSource200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListConnectedDestinationsFromSource200Response) MarshalJSON ¶

func (*ListConnectedDestinationsFromSource200Response) SetData ¶

SetData gets a reference to the given ListConnectedDestinationsFromSourceV1Output and assigns it to the Data field.

func (ListConnectedDestinationsFromSource200Response) ToMap ¶

func (o ListConnectedDestinationsFromSource200Response) ToMap() (map[string]interface{}, error)

type ListConnectedDestinationsFromSource200Response1 ¶

type ListConnectedDestinationsFromSource200Response1 struct {
	Data *ListConnectedDestinationsFromSourceAlphaOutput `json:"data,omitempty"`
}

ListConnectedDestinationsFromSource200Response1 struct for ListConnectedDestinationsFromSource200Response1

func NewListConnectedDestinationsFromSource200Response1 ¶

func NewListConnectedDestinationsFromSource200Response1() *ListConnectedDestinationsFromSource200Response1

NewListConnectedDestinationsFromSource200Response1 instantiates a new ListConnectedDestinationsFromSource200Response1 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 NewListConnectedDestinationsFromSource200Response1WithDefaults ¶

func NewListConnectedDestinationsFromSource200Response1WithDefaults() *ListConnectedDestinationsFromSource200Response1

NewListConnectedDestinationsFromSource200Response1WithDefaults instantiates a new ListConnectedDestinationsFromSource200Response1 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 (*ListConnectedDestinationsFromSource200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListConnectedDestinationsFromSource200Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListConnectedDestinationsFromSource200Response1) HasData ¶

HasData returns a boolean if a field has been set.

func (ListConnectedDestinationsFromSource200Response1) MarshalJSON ¶

func (*ListConnectedDestinationsFromSource200Response1) SetData ¶

SetData gets a reference to the given ListConnectedDestinationsFromSourceAlphaOutput and assigns it to the Data field.

func (ListConnectedDestinationsFromSource200Response1) ToMap ¶

func (o ListConnectedDestinationsFromSource200Response1) ToMap() (map[string]interface{}, error)

type ListConnectedDestinationsFromSourceAlphaOutput ¶

type ListConnectedDestinationsFromSourceAlphaOutput struct {
	// A list that contains the Destinations connected to the Source.
	Destinations []DestinationV1  `json:"destinations"`
	Pagination   PaginationOutput `json:"pagination"`
}

ListConnectedDestinationsFromSourceAlphaOutput Returns a list of Destinations connected to a Source.

func NewListConnectedDestinationsFromSourceAlphaOutput ¶

func NewListConnectedDestinationsFromSourceAlphaOutput(
	destinations []DestinationV1,
	pagination PaginationOutput,
) *ListConnectedDestinationsFromSourceAlphaOutput

NewListConnectedDestinationsFromSourceAlphaOutput instantiates a new ListConnectedDestinationsFromSourceAlphaOutput 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 NewListConnectedDestinationsFromSourceAlphaOutputWithDefaults ¶

func NewListConnectedDestinationsFromSourceAlphaOutputWithDefaults() *ListConnectedDestinationsFromSourceAlphaOutput

NewListConnectedDestinationsFromSourceAlphaOutputWithDefaults instantiates a new ListConnectedDestinationsFromSourceAlphaOutput 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 (*ListConnectedDestinationsFromSourceAlphaOutput) GetDestinations ¶

GetDestinations returns the Destinations field value

func (*ListConnectedDestinationsFromSourceAlphaOutput) GetDestinationsOk ¶

GetDestinationsOk returns a tuple with the Destinations field value and a boolean to check if the value has been set.

func (*ListConnectedDestinationsFromSourceAlphaOutput) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListConnectedDestinationsFromSourceAlphaOutput) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (ListConnectedDestinationsFromSourceAlphaOutput) MarshalJSON ¶

func (*ListConnectedDestinationsFromSourceAlphaOutput) SetDestinations ¶

SetDestinations sets field value

func (*ListConnectedDestinationsFromSourceAlphaOutput) SetPagination ¶

SetPagination sets field value

func (ListConnectedDestinationsFromSourceAlphaOutput) ToMap ¶

func (o ListConnectedDestinationsFromSourceAlphaOutput) ToMap() (map[string]interface{}, error)

type ListConnectedDestinationsFromSourceV1Output ¶

type ListConnectedDestinationsFromSourceV1Output struct {
	// A list that contains the Destinations connected to the Source.
	Destinations []DestinationV1  `json:"destinations"`
	Pagination   PaginationOutput `json:"pagination"`
}

ListConnectedDestinationsFromSourceV1Output Returns a list of Destinations connected to a Source.

func NewListConnectedDestinationsFromSourceV1Output ¶

func NewListConnectedDestinationsFromSourceV1Output(
	destinations []DestinationV1,
	pagination PaginationOutput,
) *ListConnectedDestinationsFromSourceV1Output

NewListConnectedDestinationsFromSourceV1Output instantiates a new ListConnectedDestinationsFromSourceV1Output 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 NewListConnectedDestinationsFromSourceV1OutputWithDefaults ¶

func NewListConnectedDestinationsFromSourceV1OutputWithDefaults() *ListConnectedDestinationsFromSourceV1Output

NewListConnectedDestinationsFromSourceV1OutputWithDefaults instantiates a new ListConnectedDestinationsFromSourceV1Output 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 (*ListConnectedDestinationsFromSourceV1Output) GetDestinations ¶

GetDestinations returns the Destinations field value

func (*ListConnectedDestinationsFromSourceV1Output) GetDestinationsOk ¶

GetDestinationsOk returns a tuple with the Destinations field value and a boolean to check if the value has been set.

func (*ListConnectedDestinationsFromSourceV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListConnectedDestinationsFromSourceV1Output) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (ListConnectedDestinationsFromSourceV1Output) MarshalJSON ¶

func (*ListConnectedDestinationsFromSourceV1Output) SetDestinations ¶

SetDestinations sets field value

func (*ListConnectedDestinationsFromSourceV1Output) SetPagination ¶

SetPagination sets field value

func (ListConnectedDestinationsFromSourceV1Output) ToMap ¶

func (o ListConnectedDestinationsFromSourceV1Output) ToMap() (map[string]interface{}, error)

type ListConnectedSourcesFromWarehouse200Response ¶

type ListConnectedSourcesFromWarehouse200Response struct {
	Data *ListConnectedSourcesFromWarehouseV1Output `json:"data,omitempty"`
}

ListConnectedSourcesFromWarehouse200Response struct for ListConnectedSourcesFromWarehouse200Response

func NewListConnectedSourcesFromWarehouse200Response ¶

func NewListConnectedSourcesFromWarehouse200Response() *ListConnectedSourcesFromWarehouse200Response

NewListConnectedSourcesFromWarehouse200Response instantiates a new ListConnectedSourcesFromWarehouse200Response 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 NewListConnectedSourcesFromWarehouse200ResponseWithDefaults ¶

func NewListConnectedSourcesFromWarehouse200ResponseWithDefaults() *ListConnectedSourcesFromWarehouse200Response

NewListConnectedSourcesFromWarehouse200ResponseWithDefaults instantiates a new ListConnectedSourcesFromWarehouse200Response 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 (*ListConnectedSourcesFromWarehouse200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListConnectedSourcesFromWarehouse200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListConnectedSourcesFromWarehouse200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListConnectedSourcesFromWarehouse200Response) MarshalJSON ¶

func (*ListConnectedSourcesFromWarehouse200Response) SetData ¶

SetData gets a reference to the given ListConnectedSourcesFromWarehouseV1Output and assigns it to the Data field.

func (ListConnectedSourcesFromWarehouse200Response) ToMap ¶

func (o ListConnectedSourcesFromWarehouse200Response) ToMap() (map[string]interface{}, error)

type ListConnectedSourcesFromWarehouseV1Output ¶

type ListConnectedSourcesFromWarehouseV1Output struct {
	// A list that contains the Sources connected to the requested Warehouse.
	Sources    []SourceV1       `json:"sources"`
	Pagination PaginationOutput `json:"pagination"`
}

ListConnectedSourcesFromWarehouseV1Output Returns a list of Sources connected to a Warehouse.

func NewListConnectedSourcesFromWarehouseV1Output ¶

func NewListConnectedSourcesFromWarehouseV1Output(
	sources []SourceV1,
	pagination PaginationOutput,
) *ListConnectedSourcesFromWarehouseV1Output

NewListConnectedSourcesFromWarehouseV1Output instantiates a new ListConnectedSourcesFromWarehouseV1Output 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 NewListConnectedSourcesFromWarehouseV1OutputWithDefaults ¶

func NewListConnectedSourcesFromWarehouseV1OutputWithDefaults() *ListConnectedSourcesFromWarehouseV1Output

NewListConnectedSourcesFromWarehouseV1OutputWithDefaults instantiates a new ListConnectedSourcesFromWarehouseV1Output 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 (*ListConnectedSourcesFromWarehouseV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListConnectedSourcesFromWarehouseV1Output) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListConnectedSourcesFromWarehouseV1Output) GetSources ¶

GetSources returns the Sources field value

func (*ListConnectedSourcesFromWarehouseV1Output) GetSourcesOk ¶

GetSourcesOk returns a tuple with the Sources field value and a boolean to check if the value has been set.

func (ListConnectedSourcesFromWarehouseV1Output) MarshalJSON ¶

func (*ListConnectedSourcesFromWarehouseV1Output) SetPagination ¶

SetPagination sets field value

func (*ListConnectedSourcesFromWarehouseV1Output) SetSources ¶

SetSources sets field value

func (ListConnectedSourcesFromWarehouseV1Output) ToMap ¶

func (o ListConnectedSourcesFromWarehouseV1Output) ToMap() (map[string]interface{}, error)

type ListConnectedWarehousesFromSource200Response ¶

type ListConnectedWarehousesFromSource200Response struct {
	Data *ListConnectedWarehousesFromSourceV1Output `json:"data,omitempty"`
}

ListConnectedWarehousesFromSource200Response struct for ListConnectedWarehousesFromSource200Response

func NewListConnectedWarehousesFromSource200Response ¶

func NewListConnectedWarehousesFromSource200Response() *ListConnectedWarehousesFromSource200Response

NewListConnectedWarehousesFromSource200Response instantiates a new ListConnectedWarehousesFromSource200Response 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 NewListConnectedWarehousesFromSource200ResponseWithDefaults ¶

func NewListConnectedWarehousesFromSource200ResponseWithDefaults() *ListConnectedWarehousesFromSource200Response

NewListConnectedWarehousesFromSource200ResponseWithDefaults instantiates a new ListConnectedWarehousesFromSource200Response 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 (*ListConnectedWarehousesFromSource200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListConnectedWarehousesFromSource200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListConnectedWarehousesFromSource200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListConnectedWarehousesFromSource200Response) MarshalJSON ¶

func (*ListConnectedWarehousesFromSource200Response) SetData ¶

SetData gets a reference to the given ListConnectedWarehousesFromSourceV1Output and assigns it to the Data field.

func (ListConnectedWarehousesFromSource200Response) ToMap ¶

func (o ListConnectedWarehousesFromSource200Response) ToMap() (map[string]interface{}, error)

type ListConnectedWarehousesFromSource200Response1 ¶

type ListConnectedWarehousesFromSource200Response1 struct {
	Data *ListConnectedWarehousesFromSourceAlphaOutput `json:"data,omitempty"`
}

ListConnectedWarehousesFromSource200Response1 struct for ListConnectedWarehousesFromSource200Response1

func NewListConnectedWarehousesFromSource200Response1 ¶

func NewListConnectedWarehousesFromSource200Response1() *ListConnectedWarehousesFromSource200Response1

NewListConnectedWarehousesFromSource200Response1 instantiates a new ListConnectedWarehousesFromSource200Response1 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 NewListConnectedWarehousesFromSource200Response1WithDefaults ¶

func NewListConnectedWarehousesFromSource200Response1WithDefaults() *ListConnectedWarehousesFromSource200Response1

NewListConnectedWarehousesFromSource200Response1WithDefaults instantiates a new ListConnectedWarehousesFromSource200Response1 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 (*ListConnectedWarehousesFromSource200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListConnectedWarehousesFromSource200Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListConnectedWarehousesFromSource200Response1) HasData ¶

HasData returns a boolean if a field has been set.

func (ListConnectedWarehousesFromSource200Response1) MarshalJSON ¶

func (*ListConnectedWarehousesFromSource200Response1) SetData ¶

SetData gets a reference to the given ListConnectedWarehousesFromSourceAlphaOutput and assigns it to the Data field.

func (ListConnectedWarehousesFromSource200Response1) ToMap ¶

func (o ListConnectedWarehousesFromSource200Response1) ToMap() (map[string]interface{}, error)

type ListConnectedWarehousesFromSourceAlphaOutput ¶

type ListConnectedWarehousesFromSourceAlphaOutput struct {
	// A list that contains the Warehouses connected to the Source.
	Warehouses []WarehouseV1    `json:"warehouses"`
	Pagination PaginationOutput `json:"pagination"`
}

ListConnectedWarehousesFromSourceAlphaOutput Returns a list of Warehouses connected to a Source.

func NewListConnectedWarehousesFromSourceAlphaOutput ¶

func NewListConnectedWarehousesFromSourceAlphaOutput(
	warehouses []WarehouseV1,
	pagination PaginationOutput,
) *ListConnectedWarehousesFromSourceAlphaOutput

NewListConnectedWarehousesFromSourceAlphaOutput instantiates a new ListConnectedWarehousesFromSourceAlphaOutput 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 NewListConnectedWarehousesFromSourceAlphaOutputWithDefaults ¶

func NewListConnectedWarehousesFromSourceAlphaOutputWithDefaults() *ListConnectedWarehousesFromSourceAlphaOutput

NewListConnectedWarehousesFromSourceAlphaOutputWithDefaults instantiates a new ListConnectedWarehousesFromSourceAlphaOutput 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 (*ListConnectedWarehousesFromSourceAlphaOutput) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListConnectedWarehousesFromSourceAlphaOutput) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListConnectedWarehousesFromSourceAlphaOutput) GetWarehouses ¶

GetWarehouses returns the Warehouses field value

func (*ListConnectedWarehousesFromSourceAlphaOutput) GetWarehousesOk ¶

GetWarehousesOk returns a tuple with the Warehouses field value and a boolean to check if the value has been set.

func (ListConnectedWarehousesFromSourceAlphaOutput) MarshalJSON ¶

func (*ListConnectedWarehousesFromSourceAlphaOutput) SetPagination ¶

SetPagination sets field value

func (*ListConnectedWarehousesFromSourceAlphaOutput) SetWarehouses ¶

SetWarehouses sets field value

func (ListConnectedWarehousesFromSourceAlphaOutput) ToMap ¶

func (o ListConnectedWarehousesFromSourceAlphaOutput) ToMap() (map[string]interface{}, error)

type ListConnectedWarehousesFromSourceV1Output ¶

type ListConnectedWarehousesFromSourceV1Output struct {
	// A list that contains the Warehouses connected to the Source.
	Warehouses []WarehouseV1    `json:"warehouses"`
	Pagination PaginationOutput `json:"pagination"`
}

ListConnectedWarehousesFromSourceV1Output Returns a list of Warehouses connected to a Source.

func NewListConnectedWarehousesFromSourceV1Output ¶

func NewListConnectedWarehousesFromSourceV1Output(
	warehouses []WarehouseV1,
	pagination PaginationOutput,
) *ListConnectedWarehousesFromSourceV1Output

NewListConnectedWarehousesFromSourceV1Output instantiates a new ListConnectedWarehousesFromSourceV1Output 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 NewListConnectedWarehousesFromSourceV1OutputWithDefaults ¶

func NewListConnectedWarehousesFromSourceV1OutputWithDefaults() *ListConnectedWarehousesFromSourceV1Output

NewListConnectedWarehousesFromSourceV1OutputWithDefaults instantiates a new ListConnectedWarehousesFromSourceV1Output 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 (*ListConnectedWarehousesFromSourceV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListConnectedWarehousesFromSourceV1Output) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListConnectedWarehousesFromSourceV1Output) GetWarehouses ¶

GetWarehouses returns the Warehouses field value

func (*ListConnectedWarehousesFromSourceV1Output) GetWarehousesOk ¶

GetWarehousesOk returns a tuple with the Warehouses field value and a boolean to check if the value has been set.

func (ListConnectedWarehousesFromSourceV1Output) MarshalJSON ¶

func (*ListConnectedWarehousesFromSourceV1Output) SetPagination ¶

SetPagination sets field value

func (*ListConnectedWarehousesFromSourceV1Output) SetWarehouses ¶

SetWarehouses sets field value

func (ListConnectedWarehousesFromSourceV1Output) ToMap ¶

func (o ListConnectedWarehousesFromSourceV1Output) ToMap() (map[string]interface{}, error)

type ListDeliveryMetricsSummaryFromDestination200Response ¶

type ListDeliveryMetricsSummaryFromDestination200Response struct {
	Data *ListDeliveryMetricsSummaryFromDestinationBetaOutput `json:"data,omitempty"`
}

ListDeliveryMetricsSummaryFromDestination200Response struct for ListDeliveryMetricsSummaryFromDestination200Response

func NewListDeliveryMetricsSummaryFromDestination200Response ¶

func NewListDeliveryMetricsSummaryFromDestination200Response() *ListDeliveryMetricsSummaryFromDestination200Response

NewListDeliveryMetricsSummaryFromDestination200Response instantiates a new ListDeliveryMetricsSummaryFromDestination200Response 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 NewListDeliveryMetricsSummaryFromDestination200ResponseWithDefaults ¶

func NewListDeliveryMetricsSummaryFromDestination200ResponseWithDefaults() *ListDeliveryMetricsSummaryFromDestination200Response

NewListDeliveryMetricsSummaryFromDestination200ResponseWithDefaults instantiates a new ListDeliveryMetricsSummaryFromDestination200Response 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 (*ListDeliveryMetricsSummaryFromDestination200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListDeliveryMetricsSummaryFromDestination200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListDeliveryMetricsSummaryFromDestination200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListDeliveryMetricsSummaryFromDestination200Response) MarshalJSON ¶

func (*ListDeliveryMetricsSummaryFromDestination200Response) SetData ¶

SetData gets a reference to the given ListDeliveryMetricsSummaryFromDestinationBetaOutput and assigns it to the Data field.

func (ListDeliveryMetricsSummaryFromDestination200Response) ToMap ¶

type ListDeliveryMetricsSummaryFromDestinationBetaOutput ¶

type ListDeliveryMetricsSummaryFromDestinationBetaOutput struct {
	DeliveryMetricsSummary DeliveryMetricsSummaryBeta `json:"deliveryMetricsSummary"`
}

ListDeliveryMetricsSummaryFromDestinationBetaOutput Output to retrieve event delivery metrics summary for a Destination.

func NewListDeliveryMetricsSummaryFromDestinationBetaOutput ¶

func NewListDeliveryMetricsSummaryFromDestinationBetaOutput(
	deliveryMetricsSummary DeliveryMetricsSummaryBeta,
) *ListDeliveryMetricsSummaryFromDestinationBetaOutput

NewListDeliveryMetricsSummaryFromDestinationBetaOutput instantiates a new ListDeliveryMetricsSummaryFromDestinationBetaOutput 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 NewListDeliveryMetricsSummaryFromDestinationBetaOutputWithDefaults ¶

func NewListDeliveryMetricsSummaryFromDestinationBetaOutputWithDefaults() *ListDeliveryMetricsSummaryFromDestinationBetaOutput

NewListDeliveryMetricsSummaryFromDestinationBetaOutputWithDefaults instantiates a new ListDeliveryMetricsSummaryFromDestinationBetaOutput 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 (*ListDeliveryMetricsSummaryFromDestinationBetaOutput) GetDeliveryMetricsSummary ¶

GetDeliveryMetricsSummary returns the DeliveryMetricsSummary field value

func (*ListDeliveryMetricsSummaryFromDestinationBetaOutput) GetDeliveryMetricsSummaryOk ¶

GetDeliveryMetricsSummaryOk returns a tuple with the DeliveryMetricsSummary field value and a boolean to check if the value has been set.

func (ListDeliveryMetricsSummaryFromDestinationBetaOutput) MarshalJSON ¶

func (*ListDeliveryMetricsSummaryFromDestinationBetaOutput) SetDeliveryMetricsSummary ¶

SetDeliveryMetricsSummary sets field value

func (ListDeliveryMetricsSummaryFromDestinationBetaOutput) ToMap ¶

type ListDestinations200Response ¶

type ListDestinations200Response struct {
	Data *ListDestinationsV1Output `json:"data,omitempty"`
}

ListDestinations200Response struct for ListDestinations200Response

func NewListDestinations200Response ¶

func NewListDestinations200Response() *ListDestinations200Response

NewListDestinations200Response instantiates a new ListDestinations200Response 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 NewListDestinations200ResponseWithDefaults ¶

func NewListDestinations200ResponseWithDefaults() *ListDestinations200Response

NewListDestinations200ResponseWithDefaults instantiates a new ListDestinations200Response 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 (*ListDestinations200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListDestinations200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListDestinations200Response) HasData ¶

func (o *ListDestinations200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListDestinations200Response) MarshalJSON ¶

func (o ListDestinations200Response) MarshalJSON() ([]byte, error)

func (*ListDestinations200Response) SetData ¶

SetData gets a reference to the given ListDestinationsV1Output and assigns it to the Data field.

func (ListDestinations200Response) ToMap ¶

func (o ListDestinations200Response) ToMap() (map[string]interface{}, error)

type ListDestinationsV1Output ¶

type ListDestinationsV1Output struct {
	// The list that contains the Destinations connected to the Workspace.
	Destinations []DestinationV1  `json:"destinations"`
	Pagination   PaginationOutput `json:"pagination"`
}

ListDestinationsV1Output Returns all Destinations connected to the current Workspace.

func NewListDestinationsV1Output ¶

func NewListDestinationsV1Output(
	destinations []DestinationV1,
	pagination PaginationOutput,
) *ListDestinationsV1Output

NewListDestinationsV1Output instantiates a new ListDestinationsV1Output 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 NewListDestinationsV1OutputWithDefaults ¶

func NewListDestinationsV1OutputWithDefaults() *ListDestinationsV1Output

NewListDestinationsV1OutputWithDefaults instantiates a new ListDestinationsV1Output 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 (*ListDestinationsV1Output) GetDestinations ¶

func (o *ListDestinationsV1Output) GetDestinations() []DestinationV1

GetDestinations returns the Destinations field value

func (*ListDestinationsV1Output) GetDestinationsOk ¶

func (o *ListDestinationsV1Output) GetDestinationsOk() ([]DestinationV1, bool)

GetDestinationsOk returns a tuple with the Destinations field value and a boolean to check if the value has been set.

func (*ListDestinationsV1Output) GetPagination ¶

func (o *ListDestinationsV1Output) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListDestinationsV1Output) GetPaginationOk ¶

func (o *ListDestinationsV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (ListDestinationsV1Output) MarshalJSON ¶

func (o ListDestinationsV1Output) MarshalJSON() ([]byte, error)

func (*ListDestinationsV1Output) SetDestinations ¶

func (o *ListDestinationsV1Output) SetDestinations(v []DestinationV1)

SetDestinations sets field value

func (*ListDestinationsV1Output) SetPagination ¶

func (o *ListDestinationsV1Output) SetPagination(v PaginationOutput)

SetPagination sets field value

func (ListDestinationsV1Output) ToMap ¶

func (o ListDestinationsV1Output) ToMap() (map[string]interface{}, error)

type ListFiltersForSpace200Response ¶

type ListFiltersForSpace200Response struct {
	Data *ListFiltersForSpaceOutput `json:"data,omitempty"`
}

ListFiltersForSpace200Response struct for ListFiltersForSpace200Response

func NewListFiltersForSpace200Response ¶

func NewListFiltersForSpace200Response() *ListFiltersForSpace200Response

NewListFiltersForSpace200Response instantiates a new ListFiltersForSpace200Response 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 NewListFiltersForSpace200ResponseWithDefaults ¶

func NewListFiltersForSpace200ResponseWithDefaults() *ListFiltersForSpace200Response

NewListFiltersForSpace200ResponseWithDefaults instantiates a new ListFiltersForSpace200Response 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 (*ListFiltersForSpace200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListFiltersForSpace200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFiltersForSpace200Response) HasData ¶

func (o *ListFiltersForSpace200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListFiltersForSpace200Response) MarshalJSON ¶

func (o ListFiltersForSpace200Response) MarshalJSON() ([]byte, error)

func (*ListFiltersForSpace200Response) SetData ¶

SetData gets a reference to the given ListFiltersForSpaceOutput and assigns it to the Data field.

func (ListFiltersForSpace200Response) ToMap ¶

func (o ListFiltersForSpace200Response) ToMap() (map[string]interface{}, error)

type ListFiltersForSpaceOutput ¶

type ListFiltersForSpaceOutput struct {
	// Filter output.
	Filters    []Filter                     `json:"filters,omitempty"`
	Pagination *ListFiltersPaginationOutput `json:"pagination,omitempty"`
}

ListFiltersForSpaceOutput Output for ListFiltersByIntegrationId.

func NewListFiltersForSpaceOutput ¶

func NewListFiltersForSpaceOutput() *ListFiltersForSpaceOutput

NewListFiltersForSpaceOutput instantiates a new ListFiltersForSpaceOutput 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 NewListFiltersForSpaceOutputWithDefaults ¶

func NewListFiltersForSpaceOutputWithDefaults() *ListFiltersForSpaceOutput

NewListFiltersForSpaceOutputWithDefaults instantiates a new ListFiltersForSpaceOutput 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 (*ListFiltersForSpaceOutput) GetFilters ¶

func (o *ListFiltersForSpaceOutput) GetFilters() []Filter

GetFilters returns the Filters field value if set, zero value otherwise.

func (*ListFiltersForSpaceOutput) GetFiltersOk ¶

func (o *ListFiltersForSpaceOutput) GetFiltersOk() ([]Filter, bool)

GetFiltersOk returns a tuple with the Filters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFiltersForSpaceOutput) GetPagination ¶

GetPagination returns the Pagination field value if set, zero value otherwise.

func (*ListFiltersForSpaceOutput) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFiltersForSpaceOutput) HasFilters ¶

func (o *ListFiltersForSpaceOutput) HasFilters() bool

HasFilters returns a boolean if a field has been set.

func (*ListFiltersForSpaceOutput) HasPagination ¶

func (o *ListFiltersForSpaceOutput) HasPagination() bool

HasPagination returns a boolean if a field has been set.

func (ListFiltersForSpaceOutput) MarshalJSON ¶

func (o ListFiltersForSpaceOutput) MarshalJSON() ([]byte, error)

func (*ListFiltersForSpaceOutput) SetFilters ¶

func (o *ListFiltersForSpaceOutput) SetFilters(v []Filter)

SetFilters gets a reference to the given []Filter and assigns it to the Filters field.

func (*ListFiltersForSpaceOutput) SetPagination ¶

SetPagination gets a reference to the given ListFiltersPaginationOutput and assigns it to the Pagination field.

func (ListFiltersForSpaceOutput) ToMap ¶

func (o ListFiltersForSpaceOutput) ToMap() (map[string]interface{}, error)

type ListFiltersFromDestination200Response ¶

type ListFiltersFromDestination200Response struct {
	Data *ListFiltersFromDestinationV1Output `json:"data,omitempty"`
}

ListFiltersFromDestination200Response struct for ListFiltersFromDestination200Response

func NewListFiltersFromDestination200Response ¶

func NewListFiltersFromDestination200Response() *ListFiltersFromDestination200Response

NewListFiltersFromDestination200Response instantiates a new ListFiltersFromDestination200Response 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 NewListFiltersFromDestination200ResponseWithDefaults ¶

func NewListFiltersFromDestination200ResponseWithDefaults() *ListFiltersFromDestination200Response

NewListFiltersFromDestination200ResponseWithDefaults instantiates a new ListFiltersFromDestination200Response 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 (*ListFiltersFromDestination200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListFiltersFromDestination200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFiltersFromDestination200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListFiltersFromDestination200Response) MarshalJSON ¶

func (o ListFiltersFromDestination200Response) MarshalJSON() ([]byte, error)

func (*ListFiltersFromDestination200Response) SetData ¶

SetData gets a reference to the given ListFiltersFromDestinationV1Output and assigns it to the Data field.

func (ListFiltersFromDestination200Response) ToMap ¶

func (o ListFiltersFromDestination200Response) ToMap() (map[string]interface{}, error)

type ListFiltersFromDestinationV1Output ¶

type ListFiltersFromDestinationV1Output struct {
	// A list of the filters that belong to the specified Destination instance.
	Filters    []DestinationFilterV1 `json:"filters"`
	Pagination PaginationOutput      `json:"pagination"`
}

ListFiltersFromDestinationV1Output Output for ListDestinationFiltersV1.

func NewListFiltersFromDestinationV1Output ¶

func NewListFiltersFromDestinationV1Output(
	filters []DestinationFilterV1,
	pagination PaginationOutput,
) *ListFiltersFromDestinationV1Output

NewListFiltersFromDestinationV1Output instantiates a new ListFiltersFromDestinationV1Output 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 NewListFiltersFromDestinationV1OutputWithDefaults ¶

func NewListFiltersFromDestinationV1OutputWithDefaults() *ListFiltersFromDestinationV1Output

NewListFiltersFromDestinationV1OutputWithDefaults instantiates a new ListFiltersFromDestinationV1Output 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 (*ListFiltersFromDestinationV1Output) GetFilters ¶

GetFilters returns the Filters field value

func (*ListFiltersFromDestinationV1Output) GetFiltersOk ¶

GetFiltersOk returns a tuple with the Filters field value and a boolean to check if the value has been set.

func (*ListFiltersFromDestinationV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListFiltersFromDestinationV1Output) GetPaginationOk ¶

func (o *ListFiltersFromDestinationV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (ListFiltersFromDestinationV1Output) MarshalJSON ¶

func (o ListFiltersFromDestinationV1Output) MarshalJSON() ([]byte, error)

func (*ListFiltersFromDestinationV1Output) SetFilters ¶

SetFilters sets field value

func (*ListFiltersFromDestinationV1Output) SetPagination ¶

SetPagination sets field value

func (ListFiltersFromDestinationV1Output) ToMap ¶

func (o ListFiltersFromDestinationV1Output) ToMap() (map[string]interface{}, error)

type ListFiltersPaginationInput ¶

type ListFiltersPaginationInput struct {
	// The offset.
	Cursor *float32 `json:"cursor,omitempty"`
	// The number of items to retrieve in a page, between 1 and 10.
	Count float32 `json:"count"`
}

ListFiltersPaginationInput Pagination for list filters.

func NewListFiltersPaginationInput ¶

func NewListFiltersPaginationInput(count float32) *ListFiltersPaginationInput

NewListFiltersPaginationInput instantiates a new ListFiltersPaginationInput 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 NewListFiltersPaginationInputWithDefaults ¶

func NewListFiltersPaginationInputWithDefaults() *ListFiltersPaginationInput

NewListFiltersPaginationInputWithDefaults instantiates a new ListFiltersPaginationInput 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 (*ListFiltersPaginationInput) GetCount ¶

func (o *ListFiltersPaginationInput) GetCount() float32

GetCount returns the Count field value

func (*ListFiltersPaginationInput) GetCountOk ¶

func (o *ListFiltersPaginationInput) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*ListFiltersPaginationInput) GetCursor ¶

func (o *ListFiltersPaginationInput) GetCursor() float32

GetCursor returns the Cursor field value if set, zero value otherwise.

func (*ListFiltersPaginationInput) GetCursorOk ¶

func (o *ListFiltersPaginationInput) GetCursorOk() (*float32, bool)

GetCursorOk returns a tuple with the Cursor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFiltersPaginationInput) HasCursor ¶

func (o *ListFiltersPaginationInput) HasCursor() bool

HasCursor returns a boolean if a field has been set.

func (ListFiltersPaginationInput) MarshalJSON ¶

func (o ListFiltersPaginationInput) MarshalJSON() ([]byte, error)

func (*ListFiltersPaginationInput) SetCount ¶

func (o *ListFiltersPaginationInput) SetCount(v float32)

SetCount sets field value

func (*ListFiltersPaginationInput) SetCursor ¶

func (o *ListFiltersPaginationInput) SetCursor(v float32)

SetCursor gets a reference to the given float32 and assigns it to the Cursor field.

func (ListFiltersPaginationInput) ToMap ¶

func (o ListFiltersPaginationInput) ToMap() (map[string]interface{}, error)

type ListFiltersPaginationOutput ¶

type ListFiltersPaginationOutput struct {
	// Current.
	Current *float32 `json:"current,omitempty"`
	// Next.
	Next *float32 `json:"next,omitempty"`
	// Total entries.
	TotalEntries *float32 `json:"totalEntries,omitempty"`
}

ListFiltersPaginationOutput Pagination for list filters.

func NewListFiltersPaginationOutput ¶

func NewListFiltersPaginationOutput() *ListFiltersPaginationOutput

NewListFiltersPaginationOutput instantiates a new ListFiltersPaginationOutput 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 NewListFiltersPaginationOutputWithDefaults ¶

func NewListFiltersPaginationOutputWithDefaults() *ListFiltersPaginationOutput

NewListFiltersPaginationOutputWithDefaults instantiates a new ListFiltersPaginationOutput 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 (*ListFiltersPaginationOutput) GetCurrent ¶

func (o *ListFiltersPaginationOutput) GetCurrent() float32

GetCurrent returns the Current field value if set, zero value otherwise.

func (*ListFiltersPaginationOutput) GetCurrentOk ¶

func (o *ListFiltersPaginationOutput) GetCurrentOk() (*float32, bool)

GetCurrentOk returns a tuple with the Current field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFiltersPaginationOutput) GetNext ¶

func (o *ListFiltersPaginationOutput) GetNext() float32

GetNext returns the Next field value if set, zero value otherwise.

func (*ListFiltersPaginationOutput) GetNextOk ¶

func (o *ListFiltersPaginationOutput) GetNextOk() (*float32, bool)

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFiltersPaginationOutput) GetTotalEntries ¶

func (o *ListFiltersPaginationOutput) GetTotalEntries() float32

GetTotalEntries returns the TotalEntries field value if set, zero value otherwise.

func (*ListFiltersPaginationOutput) GetTotalEntriesOk ¶

func (o *ListFiltersPaginationOutput) GetTotalEntriesOk() (*float32, bool)

GetTotalEntriesOk returns a tuple with the TotalEntries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFiltersPaginationOutput) HasCurrent ¶

func (o *ListFiltersPaginationOutput) HasCurrent() bool

HasCurrent returns a boolean if a field has been set.

func (*ListFiltersPaginationOutput) HasNext ¶

func (o *ListFiltersPaginationOutput) HasNext() bool

HasNext returns a boolean if a field has been set.

func (*ListFiltersPaginationOutput) HasTotalEntries ¶

func (o *ListFiltersPaginationOutput) HasTotalEntries() bool

HasTotalEntries returns a boolean if a field has been set.

func (ListFiltersPaginationOutput) MarshalJSON ¶

func (o ListFiltersPaginationOutput) MarshalJSON() ([]byte, error)

func (*ListFiltersPaginationOutput) SetCurrent ¶

func (o *ListFiltersPaginationOutput) SetCurrent(v float32)

SetCurrent gets a reference to the given float32 and assigns it to the Current field.

func (*ListFiltersPaginationOutput) SetNext ¶

func (o *ListFiltersPaginationOutput) SetNext(v float32)

SetNext gets a reference to the given float32 and assigns it to the Next field.

func (*ListFiltersPaginationOutput) SetTotalEntries ¶

func (o *ListFiltersPaginationOutput) SetTotalEntries(v float32)

SetTotalEntries gets a reference to the given float32 and assigns it to the TotalEntries field.

func (ListFiltersPaginationOutput) ToMap ¶

func (o ListFiltersPaginationOutput) ToMap() (map[string]interface{}, error)

type ListFunctionItemV1 ¶

type ListFunctionItemV1 struct {
	// An identifier for this Function.
	Id *string `json:"id,omitempty"`
	// The Function type.  Config API note: equal to `type`.
	ResourceType *string `json:"resourceType,omitempty"`
	// The time this Function was created.
	CreatedAt *string `json:"createdAt,omitempty"`
	// The id of the user who created this Function.
	CreatedBy *string `json:"createdBy,omitempty"`
	// A display name for this Function.
	DisplayName *string `json:"displayName,omitempty"`
	// A description for this Function.
	Description *string `json:"description,omitempty"`
	// The URL of the logo for this Function.
	LogoUrl *string `json:"logoUrl,omitempty"`
	// The catalog id of this Function.
	CatalogId *string `json:"catalogId,omitempty"`
}

ListFunctionItemV1 Represents a Function in a list.

func NewListFunctionItemV1 ¶

func NewListFunctionItemV1() *ListFunctionItemV1

NewListFunctionItemV1 instantiates a new ListFunctionItemV1 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 NewListFunctionItemV1WithDefaults ¶

func NewListFunctionItemV1WithDefaults() *ListFunctionItemV1

NewListFunctionItemV1WithDefaults instantiates a new ListFunctionItemV1 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 (*ListFunctionItemV1) GetCatalogId ¶

func (o *ListFunctionItemV1) GetCatalogId() string

GetCatalogId returns the CatalogId field value if set, zero value otherwise.

func (*ListFunctionItemV1) GetCatalogIdOk ¶

func (o *ListFunctionItemV1) GetCatalogIdOk() (*string, bool)

GetCatalogIdOk returns a tuple with the CatalogId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFunctionItemV1) GetCreatedAt ¶

func (o *ListFunctionItemV1) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*ListFunctionItemV1) GetCreatedAtOk ¶

func (o *ListFunctionItemV1) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFunctionItemV1) GetCreatedBy ¶

func (o *ListFunctionItemV1) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.

func (*ListFunctionItemV1) GetCreatedByOk ¶

func (o *ListFunctionItemV1) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFunctionItemV1) GetDescription ¶

func (o *ListFunctionItemV1) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ListFunctionItemV1) GetDescriptionOk ¶

func (o *ListFunctionItemV1) 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 (*ListFunctionItemV1) GetDisplayName ¶

func (o *ListFunctionItemV1) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*ListFunctionItemV1) GetDisplayNameOk ¶

func (o *ListFunctionItemV1) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFunctionItemV1) GetId ¶

func (o *ListFunctionItemV1) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ListFunctionItemV1) GetIdOk ¶

func (o *ListFunctionItemV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFunctionItemV1) GetLogoUrl ¶

func (o *ListFunctionItemV1) GetLogoUrl() string

GetLogoUrl returns the LogoUrl field value if set, zero value otherwise.

func (*ListFunctionItemV1) GetLogoUrlOk ¶

func (o *ListFunctionItemV1) GetLogoUrlOk() (*string, bool)

GetLogoUrlOk returns a tuple with the LogoUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFunctionItemV1) GetResourceType ¶

func (o *ListFunctionItemV1) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*ListFunctionItemV1) GetResourceTypeOk ¶

func (o *ListFunctionItemV1) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFunctionItemV1) HasCatalogId ¶

func (o *ListFunctionItemV1) HasCatalogId() bool

HasCatalogId returns a boolean if a field has been set.

func (*ListFunctionItemV1) HasCreatedAt ¶

func (o *ListFunctionItemV1) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*ListFunctionItemV1) HasCreatedBy ¶

func (o *ListFunctionItemV1) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

func (*ListFunctionItemV1) HasDescription ¶

func (o *ListFunctionItemV1) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ListFunctionItemV1) HasDisplayName ¶

func (o *ListFunctionItemV1) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*ListFunctionItemV1) HasId ¶

func (o *ListFunctionItemV1) HasId() bool

HasId returns a boolean if a field has been set.

func (*ListFunctionItemV1) HasLogoUrl ¶

func (o *ListFunctionItemV1) HasLogoUrl() bool

HasLogoUrl returns a boolean if a field has been set.

func (*ListFunctionItemV1) HasResourceType ¶

func (o *ListFunctionItemV1) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (ListFunctionItemV1) MarshalJSON ¶

func (o ListFunctionItemV1) MarshalJSON() ([]byte, error)

func (*ListFunctionItemV1) SetCatalogId ¶

func (o *ListFunctionItemV1) SetCatalogId(v string)

SetCatalogId gets a reference to the given string and assigns it to the CatalogId field.

func (*ListFunctionItemV1) SetCreatedAt ¶

func (o *ListFunctionItemV1) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*ListFunctionItemV1) SetCreatedBy ¶

func (o *ListFunctionItemV1) SetCreatedBy(v string)

SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.

func (*ListFunctionItemV1) SetDescription ¶

func (o *ListFunctionItemV1) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ListFunctionItemV1) SetDisplayName ¶

func (o *ListFunctionItemV1) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*ListFunctionItemV1) SetId ¶

func (o *ListFunctionItemV1) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ListFunctionItemV1) SetLogoUrl ¶

func (o *ListFunctionItemV1) SetLogoUrl(v string)

SetLogoUrl gets a reference to the given string and assigns it to the LogoUrl field.

func (*ListFunctionItemV1) SetResourceType ¶

func (o *ListFunctionItemV1) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

func (ListFunctionItemV1) ToMap ¶

func (o ListFunctionItemV1) ToMap() (map[string]interface{}, error)

type ListFunctionVersions200Response ¶

type ListFunctionVersions200Response struct {
	Data *ListFunctionVersionsAlphaOutput `json:"data,omitempty"`
}

ListFunctionVersions200Response struct for ListFunctionVersions200Response

func NewListFunctionVersions200Response ¶

func NewListFunctionVersions200Response() *ListFunctionVersions200Response

NewListFunctionVersions200Response instantiates a new ListFunctionVersions200Response 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 NewListFunctionVersions200ResponseWithDefaults ¶

func NewListFunctionVersions200ResponseWithDefaults() *ListFunctionVersions200Response

NewListFunctionVersions200ResponseWithDefaults instantiates a new ListFunctionVersions200Response 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 (*ListFunctionVersions200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListFunctionVersions200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFunctionVersions200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListFunctionVersions200Response) MarshalJSON ¶

func (o ListFunctionVersions200Response) MarshalJSON() ([]byte, error)

func (*ListFunctionVersions200Response) SetData ¶

SetData gets a reference to the given ListFunctionVersionsAlphaOutput and assigns it to the Data field.

func (ListFunctionVersions200Response) ToMap ¶

func (o ListFunctionVersions200Response) ToMap() (map[string]interface{}, error)

type ListFunctionVersionsAlphaOutput ¶

type ListFunctionVersionsAlphaOutput struct {
	// An array of Functions.
	Versions   []Version        `json:"versions"`
	Pagination PaginationOutput `json:"pagination"`
}

ListFunctionVersionsAlphaOutput Lists Versions of a Function.

func NewListFunctionVersionsAlphaOutput ¶

func NewListFunctionVersionsAlphaOutput(
	versions []Version,
	pagination PaginationOutput,
) *ListFunctionVersionsAlphaOutput

NewListFunctionVersionsAlphaOutput instantiates a new ListFunctionVersionsAlphaOutput 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 NewListFunctionVersionsAlphaOutputWithDefaults ¶

func NewListFunctionVersionsAlphaOutputWithDefaults() *ListFunctionVersionsAlphaOutput

NewListFunctionVersionsAlphaOutputWithDefaults instantiates a new ListFunctionVersionsAlphaOutput 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 (*ListFunctionVersionsAlphaOutput) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListFunctionVersionsAlphaOutput) GetPaginationOk ¶

func (o *ListFunctionVersionsAlphaOutput) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListFunctionVersionsAlphaOutput) GetVersions ¶

func (o *ListFunctionVersionsAlphaOutput) GetVersions() []Version

GetVersions returns the Versions field value

func (*ListFunctionVersionsAlphaOutput) GetVersionsOk ¶

func (o *ListFunctionVersionsAlphaOutput) GetVersionsOk() ([]Version, bool)

GetVersionsOk returns a tuple with the Versions field value and a boolean to check if the value has been set.

func (ListFunctionVersionsAlphaOutput) MarshalJSON ¶

func (o ListFunctionVersionsAlphaOutput) MarshalJSON() ([]byte, error)

func (*ListFunctionVersionsAlphaOutput) SetPagination ¶

SetPagination sets field value

func (*ListFunctionVersionsAlphaOutput) SetVersions ¶

func (o *ListFunctionVersionsAlphaOutput) SetVersions(v []Version)

SetVersions sets field value

func (ListFunctionVersionsAlphaOutput) ToMap ¶

func (o ListFunctionVersionsAlphaOutput) ToMap() (map[string]interface{}, error)

type ListFunctions200Response ¶

type ListFunctions200Response struct {
	Data *ListFunctionsV1Output `json:"data,omitempty"`
}

ListFunctions200Response struct for ListFunctions200Response

func NewListFunctions200Response ¶

func NewListFunctions200Response() *ListFunctions200Response

NewListFunctions200Response instantiates a new ListFunctions200Response 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 NewListFunctions200ResponseWithDefaults ¶

func NewListFunctions200ResponseWithDefaults() *ListFunctions200Response

NewListFunctions200ResponseWithDefaults instantiates a new ListFunctions200Response 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 (*ListFunctions200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListFunctions200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFunctions200Response) HasData ¶

func (o *ListFunctions200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListFunctions200Response) MarshalJSON ¶

func (o ListFunctions200Response) MarshalJSON() ([]byte, error)

func (*ListFunctions200Response) SetData ¶

SetData gets a reference to the given ListFunctionsV1Output and assigns it to the Data field.

func (ListFunctions200Response) ToMap ¶

func (o ListFunctions200Response) ToMap() (map[string]interface{}, error)

type ListFunctionsV1Output ¶

type ListFunctionsV1Output struct {
	// An array of Functions.
	Functions  []ListFunctionItemV1 `json:"functions"`
	Pagination PaginationOutput     `json:"pagination"`
}

ListFunctionsV1Output Lists Functions in a Workspace.

func NewListFunctionsV1Output ¶

func NewListFunctionsV1Output(
	functions []ListFunctionItemV1,
	pagination PaginationOutput,
) *ListFunctionsV1Output

NewListFunctionsV1Output instantiates a new ListFunctionsV1Output 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 NewListFunctionsV1OutputWithDefaults ¶

func NewListFunctionsV1OutputWithDefaults() *ListFunctionsV1Output

NewListFunctionsV1OutputWithDefaults instantiates a new ListFunctionsV1Output 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 (*ListFunctionsV1Output) GetFunctions ¶

func (o *ListFunctionsV1Output) GetFunctions() []ListFunctionItemV1

GetFunctions returns the Functions field value

func (*ListFunctionsV1Output) GetFunctionsOk ¶

func (o *ListFunctionsV1Output) GetFunctionsOk() ([]ListFunctionItemV1, bool)

GetFunctionsOk returns a tuple with the Functions field value and a boolean to check if the value has been set.

func (*ListFunctionsV1Output) GetPagination ¶

func (o *ListFunctionsV1Output) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListFunctionsV1Output) GetPaginationOk ¶

func (o *ListFunctionsV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (ListFunctionsV1Output) MarshalJSON ¶

func (o ListFunctionsV1Output) MarshalJSON() ([]byte, error)

func (*ListFunctionsV1Output) SetFunctions ¶

func (o *ListFunctionsV1Output) SetFunctions(v []ListFunctionItemV1)

SetFunctions sets field value

func (*ListFunctionsV1Output) SetPagination ¶

func (o *ListFunctionsV1Output) SetPagination(v PaginationOutput)

SetPagination sets field value

func (ListFunctionsV1Output) ToMap ¶

func (o ListFunctionsV1Output) ToMap() (map[string]interface{}, error)

type ListInsertFunctionInstances200Response ¶

type ListInsertFunctionInstances200Response struct {
	Data *ListInsertFunctionInstancesAlphaOutput `json:"data,omitempty"`
}

ListInsertFunctionInstances200Response struct for ListInsertFunctionInstances200Response

func NewListInsertFunctionInstances200Response ¶

func NewListInsertFunctionInstances200Response() *ListInsertFunctionInstances200Response

NewListInsertFunctionInstances200Response instantiates a new ListInsertFunctionInstances200Response 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 NewListInsertFunctionInstances200ResponseWithDefaults ¶

func NewListInsertFunctionInstances200ResponseWithDefaults() *ListInsertFunctionInstances200Response

NewListInsertFunctionInstances200ResponseWithDefaults instantiates a new ListInsertFunctionInstances200Response 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 (*ListInsertFunctionInstances200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListInsertFunctionInstances200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListInsertFunctionInstances200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListInsertFunctionInstances200Response) MarshalJSON ¶

func (o ListInsertFunctionInstances200Response) MarshalJSON() ([]byte, error)

func (*ListInsertFunctionInstances200Response) SetData ¶

SetData gets a reference to the given ListInsertFunctionInstancesAlphaOutput and assigns it to the Data field.

func (ListInsertFunctionInstances200Response) ToMap ¶

func (o ListInsertFunctionInstances200Response) ToMap() (map[string]interface{}, error)

type ListInsertFunctionInstancesAlphaOutput ¶

type ListInsertFunctionInstancesAlphaOutput struct {
	// All insert Function instances found.
	Instances  []InsertFunctionInstanceAlpha `json:"instances"`
	Pagination PaginationOutput              `json:"pagination"`
}

ListInsertFunctionInstancesAlphaOutput Returns a list of insert Function instances connected to the insert Function.

func NewListInsertFunctionInstancesAlphaOutput ¶

func NewListInsertFunctionInstancesAlphaOutput(
	instances []InsertFunctionInstanceAlpha,
	pagination PaginationOutput,
) *ListInsertFunctionInstancesAlphaOutput

NewListInsertFunctionInstancesAlphaOutput instantiates a new ListInsertFunctionInstancesAlphaOutput 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 NewListInsertFunctionInstancesAlphaOutputWithDefaults ¶

func NewListInsertFunctionInstancesAlphaOutputWithDefaults() *ListInsertFunctionInstancesAlphaOutput

NewListInsertFunctionInstancesAlphaOutputWithDefaults instantiates a new ListInsertFunctionInstancesAlphaOutput 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 (*ListInsertFunctionInstancesAlphaOutput) GetInstances ¶

GetInstances returns the Instances field value

func (*ListInsertFunctionInstancesAlphaOutput) GetInstancesOk ¶

GetInstancesOk returns a tuple with the Instances field value and a boolean to check if the value has been set.

func (*ListInsertFunctionInstancesAlphaOutput) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListInsertFunctionInstancesAlphaOutput) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (ListInsertFunctionInstancesAlphaOutput) MarshalJSON ¶

func (o ListInsertFunctionInstancesAlphaOutput) MarshalJSON() ([]byte, error)

func (*ListInsertFunctionInstancesAlphaOutput) SetInstances ¶

SetInstances sets field value

func (*ListInsertFunctionInstancesAlphaOutput) SetPagination ¶

SetPagination sets field value

func (ListInsertFunctionInstancesAlphaOutput) ToMap ¶

func (o ListInsertFunctionInstancesAlphaOutput) ToMap() (map[string]interface{}, error)

type ListInvites200Response ¶

type ListInvites200Response struct {
	Data *ListInvitesV1Output `json:"data,omitempty"`
}

ListInvites200Response struct for ListInvites200Response

func NewListInvites200Response ¶

func NewListInvites200Response() *ListInvites200Response

NewListInvites200Response instantiates a new ListInvites200Response 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 NewListInvites200ResponseWithDefaults ¶

func NewListInvites200ResponseWithDefaults() *ListInvites200Response

NewListInvites200ResponseWithDefaults instantiates a new ListInvites200Response 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 (*ListInvites200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListInvites200Response) GetDataOk ¶

func (o *ListInvites200Response) GetDataOk() (*ListInvitesV1Output, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListInvites200Response) HasData ¶

func (o *ListInvites200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListInvites200Response) MarshalJSON ¶

func (o ListInvites200Response) MarshalJSON() ([]byte, error)

func (*ListInvites200Response) SetData ¶

SetData gets a reference to the given ListInvitesV1Output and assigns it to the Data field.

func (ListInvites200Response) ToMap ¶

func (o ListInvites200Response) ToMap() (map[string]interface{}, error)

type ListInvitesFromUserGroup200Response ¶

type ListInvitesFromUserGroup200Response struct {
	Data *ListInvitesFromUserGroupV1Output `json:"data,omitempty"`
}

ListInvitesFromUserGroup200Response struct for ListInvitesFromUserGroup200Response

func NewListInvitesFromUserGroup200Response ¶

func NewListInvitesFromUserGroup200Response() *ListInvitesFromUserGroup200Response

NewListInvitesFromUserGroup200Response instantiates a new ListInvitesFromUserGroup200Response 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 NewListInvitesFromUserGroup200ResponseWithDefaults ¶

func NewListInvitesFromUserGroup200ResponseWithDefaults() *ListInvitesFromUserGroup200Response

NewListInvitesFromUserGroup200ResponseWithDefaults instantiates a new ListInvitesFromUserGroup200Response 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 (*ListInvitesFromUserGroup200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListInvitesFromUserGroup200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListInvitesFromUserGroup200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListInvitesFromUserGroup200Response) MarshalJSON ¶

func (o ListInvitesFromUserGroup200Response) MarshalJSON() ([]byte, error)

func (*ListInvitesFromUserGroup200Response) SetData ¶

SetData gets a reference to the given ListInvitesFromUserGroupV1Output and assigns it to the Data field.

func (ListInvitesFromUserGroup200Response) ToMap ¶

func (o ListInvitesFromUserGroup200Response) ToMap() (map[string]interface{}, error)

type ListInvitesFromUserGroupV1Output ¶

type ListInvitesFromUserGroupV1Output struct {
	// The emails of the invitees to the user group.
	Emails     []string         `json:"emails"`
	Pagination PaginationOutput `json:"pagination"`
}

ListInvitesFromUserGroupV1Output Returns the emails of invitees to a user group with the given group id.

func NewListInvitesFromUserGroupV1Output ¶

func NewListInvitesFromUserGroupV1Output(
	emails []string,
	pagination PaginationOutput,
) *ListInvitesFromUserGroupV1Output

NewListInvitesFromUserGroupV1Output instantiates a new ListInvitesFromUserGroupV1Output 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 NewListInvitesFromUserGroupV1OutputWithDefaults ¶

func NewListInvitesFromUserGroupV1OutputWithDefaults() *ListInvitesFromUserGroupV1Output

NewListInvitesFromUserGroupV1OutputWithDefaults instantiates a new ListInvitesFromUserGroupV1Output 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 (*ListInvitesFromUserGroupV1Output) GetEmails ¶

func (o *ListInvitesFromUserGroupV1Output) GetEmails() []string

GetEmails returns the Emails field value

func (*ListInvitesFromUserGroupV1Output) GetEmailsOk ¶

func (o *ListInvitesFromUserGroupV1Output) GetEmailsOk() ([]string, bool)

GetEmailsOk returns a tuple with the Emails field value and a boolean to check if the value has been set.

func (*ListInvitesFromUserGroupV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListInvitesFromUserGroupV1Output) GetPaginationOk ¶

func (o *ListInvitesFromUserGroupV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (ListInvitesFromUserGroupV1Output) MarshalJSON ¶

func (o ListInvitesFromUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*ListInvitesFromUserGroupV1Output) SetEmails ¶

func (o *ListInvitesFromUserGroupV1Output) SetEmails(v []string)

SetEmails sets field value

func (*ListInvitesFromUserGroupV1Output) SetPagination ¶

SetPagination sets field value

func (ListInvitesFromUserGroupV1Output) ToMap ¶

func (o ListInvitesFromUserGroupV1Output) ToMap() (map[string]interface{}, error)

type ListInvitesV1Output ¶

type ListInvitesV1Output struct {
	// The list of invites.
	Invites    []string         `json:"invites"`
	Pagination PaginationOutput `json:"pagination"`
}

ListInvitesV1Output Returns the list of invites.

func NewListInvitesV1Output ¶

func NewListInvitesV1Output(invites []string, pagination PaginationOutput) *ListInvitesV1Output

NewListInvitesV1Output instantiates a new ListInvitesV1Output 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 NewListInvitesV1OutputWithDefaults ¶

func NewListInvitesV1OutputWithDefaults() *ListInvitesV1Output

NewListInvitesV1OutputWithDefaults instantiates a new ListInvitesV1Output 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 (*ListInvitesV1Output) GetInvites ¶

func (o *ListInvitesV1Output) GetInvites() []string

GetInvites returns the Invites field value

func (*ListInvitesV1Output) GetInvitesOk ¶

func (o *ListInvitesV1Output) GetInvitesOk() ([]string, bool)

GetInvitesOk returns a tuple with the Invites field value and a boolean to check if the value has been set.

func (*ListInvitesV1Output) GetPagination ¶

func (o *ListInvitesV1Output) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListInvitesV1Output) GetPaginationOk ¶

func (o *ListInvitesV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (ListInvitesV1Output) MarshalJSON ¶

func (o ListInvitesV1Output) MarshalJSON() ([]byte, error)

func (*ListInvitesV1Output) SetInvites ¶

func (o *ListInvitesV1Output) SetInvites(v []string)

SetInvites sets field value

func (*ListInvitesV1Output) SetPagination ¶

func (o *ListInvitesV1Output) SetPagination(v PaginationOutput)

SetPagination sets field value

func (ListInvitesV1Output) ToMap ¶

func (o ListInvitesV1Output) ToMap() (map[string]interface{}, error)

type ListLabels200Response ¶

type ListLabels200Response struct {
	Data *ListLabelsV1Output `json:"data,omitempty"`
}

ListLabels200Response struct for ListLabels200Response

func NewListLabels200Response ¶

func NewListLabels200Response() *ListLabels200Response

NewListLabels200Response instantiates a new ListLabels200Response 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 NewListLabels200ResponseWithDefaults ¶

func NewListLabels200ResponseWithDefaults() *ListLabels200Response

NewListLabels200ResponseWithDefaults instantiates a new ListLabels200Response 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 (*ListLabels200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListLabels200Response) GetDataOk ¶

func (o *ListLabels200Response) GetDataOk() (*ListLabelsV1Output, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListLabels200Response) HasData ¶

func (o *ListLabels200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListLabels200Response) MarshalJSON ¶

func (o ListLabels200Response) MarshalJSON() ([]byte, error)

func (*ListLabels200Response) SetData ¶

SetData gets a reference to the given ListLabelsV1Output and assigns it to the Data field.

func (ListLabels200Response) ToMap ¶

func (o ListLabels200Response) ToMap() (map[string]interface{}, error)

type ListLabels200Response1 ¶

type ListLabels200Response1 struct {
	Data *ListLabelsAlphaOutput `json:"data,omitempty"`
}

ListLabels200Response1 struct for ListLabels200Response1

func NewListLabels200Response1 ¶

func NewListLabels200Response1() *ListLabels200Response1

NewListLabels200Response1 instantiates a new ListLabels200Response1 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 NewListLabels200Response1WithDefaults ¶

func NewListLabels200Response1WithDefaults() *ListLabels200Response1

NewListLabels200Response1WithDefaults instantiates a new ListLabels200Response1 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 (*ListLabels200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListLabels200Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListLabels200Response1) HasData ¶

func (o *ListLabels200Response1) HasData() bool

HasData returns a boolean if a field has been set.

func (ListLabels200Response1) MarshalJSON ¶

func (o ListLabels200Response1) MarshalJSON() ([]byte, error)

func (*ListLabels200Response1) SetData ¶

SetData gets a reference to the given ListLabelsAlphaOutput and assigns it to the Data field.

func (ListLabels200Response1) ToMap ¶

func (o ListLabels200Response1) ToMap() (map[string]interface{}, error)

type ListLabelsAlphaOutput ¶

type ListLabelsAlphaOutput struct {
	// All labels associated with the current Workspace.
	Labels []LabelAlpha `json:"labels"`
}

ListLabelsAlphaOutput Returns all available labels for the current Workspace.

func NewListLabelsAlphaOutput ¶

func NewListLabelsAlphaOutput(labels []LabelAlpha) *ListLabelsAlphaOutput

NewListLabelsAlphaOutput instantiates a new ListLabelsAlphaOutput 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 NewListLabelsAlphaOutputWithDefaults ¶

func NewListLabelsAlphaOutputWithDefaults() *ListLabelsAlphaOutput

NewListLabelsAlphaOutputWithDefaults instantiates a new ListLabelsAlphaOutput 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 (*ListLabelsAlphaOutput) GetLabels ¶

func (o *ListLabelsAlphaOutput) GetLabels() []LabelAlpha

GetLabels returns the Labels field value

func (*ListLabelsAlphaOutput) GetLabelsOk ¶

func (o *ListLabelsAlphaOutput) GetLabelsOk() ([]LabelAlpha, bool)

GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.

func (ListLabelsAlphaOutput) MarshalJSON ¶

func (o ListLabelsAlphaOutput) MarshalJSON() ([]byte, error)

func (*ListLabelsAlphaOutput) SetLabels ¶

func (o *ListLabelsAlphaOutput) SetLabels(v []LabelAlpha)

SetLabels sets field value

func (ListLabelsAlphaOutput) ToMap ¶

func (o ListLabelsAlphaOutput) ToMap() (map[string]interface{}, error)

type ListLabelsV1Output ¶

type ListLabelsV1Output struct {
	// All labels associated with the current Workspace.
	Labels []LabelV1 `json:"labels"`
}

ListLabelsV1Output Returns all available labels for the current Workspace.

func NewListLabelsV1Output ¶

func NewListLabelsV1Output(labels []LabelV1) *ListLabelsV1Output

NewListLabelsV1Output instantiates a new ListLabelsV1Output 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 NewListLabelsV1OutputWithDefaults ¶

func NewListLabelsV1OutputWithDefaults() *ListLabelsV1Output

NewListLabelsV1OutputWithDefaults instantiates a new ListLabelsV1Output 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 (*ListLabelsV1Output) GetLabels ¶

func (o *ListLabelsV1Output) GetLabels() []LabelV1

GetLabels returns the Labels field value

func (*ListLabelsV1Output) GetLabelsOk ¶

func (o *ListLabelsV1Output) GetLabelsOk() ([]LabelV1, bool)

GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.

func (ListLabelsV1Output) MarshalJSON ¶

func (o ListLabelsV1Output) MarshalJSON() ([]byte, error)

func (*ListLabelsV1Output) SetLabels ¶

func (o *ListLabelsV1Output) SetLabels(v []LabelV1)

SetLabels sets field value

func (ListLabelsV1Output) ToMap ¶

func (o ListLabelsV1Output) ToMap() (map[string]interface{}, error)

type ListProfilesWarehouseInSpace200Response ¶

type ListProfilesWarehouseInSpace200Response struct {
	Data *ListProfilesWarehouseInSpaceAlphaOutput `json:"data,omitempty"`
}

ListProfilesWarehouseInSpace200Response struct for ListProfilesWarehouseInSpace200Response

func NewListProfilesWarehouseInSpace200Response ¶

func NewListProfilesWarehouseInSpace200Response() *ListProfilesWarehouseInSpace200Response

NewListProfilesWarehouseInSpace200Response instantiates a new ListProfilesWarehouseInSpace200Response 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 NewListProfilesWarehouseInSpace200ResponseWithDefaults ¶

func NewListProfilesWarehouseInSpace200ResponseWithDefaults() *ListProfilesWarehouseInSpace200Response

NewListProfilesWarehouseInSpace200ResponseWithDefaults instantiates a new ListProfilesWarehouseInSpace200Response 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 (*ListProfilesWarehouseInSpace200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListProfilesWarehouseInSpace200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListProfilesWarehouseInSpace200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListProfilesWarehouseInSpace200Response) MarshalJSON ¶

func (o ListProfilesWarehouseInSpace200Response) MarshalJSON() ([]byte, error)

func (*ListProfilesWarehouseInSpace200Response) SetData ¶

SetData gets a reference to the given ListProfilesWarehouseInSpaceAlphaOutput and assigns it to the Data field.

func (ListProfilesWarehouseInSpace200Response) ToMap ¶

func (o ListProfilesWarehouseInSpace200Response) ToMap() (map[string]interface{}, error)

type ListProfilesWarehouseInSpaceAlphaOutput ¶

type ListProfilesWarehouseInSpaceAlphaOutput struct {
	// A list of Warehouses that belong to the Workspace.
	ProfilesWarehouses []ProfilesWarehouseAlpha `json:"profilesWarehouses"`
	Pagination         *PaginationOutput        `json:"pagination,omitempty"`
}

ListProfilesWarehouseInSpaceAlphaOutput Returns all Profiles Warehouse based on spaceID and pagination.

func NewListProfilesWarehouseInSpaceAlphaOutput ¶

func NewListProfilesWarehouseInSpaceAlphaOutput(
	profilesWarehouses []ProfilesWarehouseAlpha,
) *ListProfilesWarehouseInSpaceAlphaOutput

NewListProfilesWarehouseInSpaceAlphaOutput instantiates a new ListProfilesWarehouseInSpaceAlphaOutput 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 NewListProfilesWarehouseInSpaceAlphaOutputWithDefaults ¶

func NewListProfilesWarehouseInSpaceAlphaOutputWithDefaults() *ListProfilesWarehouseInSpaceAlphaOutput

NewListProfilesWarehouseInSpaceAlphaOutputWithDefaults instantiates a new ListProfilesWarehouseInSpaceAlphaOutput 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 (*ListProfilesWarehouseInSpaceAlphaOutput) GetPagination ¶

GetPagination returns the Pagination field value if set, zero value otherwise.

func (*ListProfilesWarehouseInSpaceAlphaOutput) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListProfilesWarehouseInSpaceAlphaOutput) GetProfilesWarehouses ¶

GetProfilesWarehouses returns the ProfilesWarehouses field value

func (*ListProfilesWarehouseInSpaceAlphaOutput) GetProfilesWarehousesOk ¶

func (o *ListProfilesWarehouseInSpaceAlphaOutput) GetProfilesWarehousesOk() ([]ProfilesWarehouseAlpha, bool)

GetProfilesWarehousesOk returns a tuple with the ProfilesWarehouses field value and a boolean to check if the value has been set.

func (*ListProfilesWarehouseInSpaceAlphaOutput) HasPagination ¶

func (o *ListProfilesWarehouseInSpaceAlphaOutput) HasPagination() bool

HasPagination returns a boolean if a field has been set.

func (ListProfilesWarehouseInSpaceAlphaOutput) MarshalJSON ¶

func (o ListProfilesWarehouseInSpaceAlphaOutput) MarshalJSON() ([]byte, error)

func (*ListProfilesWarehouseInSpaceAlphaOutput) SetPagination ¶

SetPagination gets a reference to the given PaginationOutput and assigns it to the Pagination field.

func (*ListProfilesWarehouseInSpaceAlphaOutput) SetProfilesWarehouses ¶

func (o *ListProfilesWarehouseInSpaceAlphaOutput) SetProfilesWarehouses(
	v []ProfilesWarehouseAlpha,
)

SetProfilesWarehouses sets field value

func (ListProfilesWarehouseInSpaceAlphaOutput) ToMap ¶

func (o ListProfilesWarehouseInSpaceAlphaOutput) ToMap() (map[string]interface{}, error)

type ListRegulationsFromSource200Response ¶

type ListRegulationsFromSource200Response struct {
	Data *ListRegulationsFromSourceV1Output `json:"data,omitempty"`
}

ListRegulationsFromSource200Response struct for ListRegulationsFromSource200Response

func NewListRegulationsFromSource200Response ¶

func NewListRegulationsFromSource200Response() *ListRegulationsFromSource200Response

NewListRegulationsFromSource200Response instantiates a new ListRegulationsFromSource200Response 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 NewListRegulationsFromSource200ResponseWithDefaults ¶

func NewListRegulationsFromSource200ResponseWithDefaults() *ListRegulationsFromSource200Response

NewListRegulationsFromSource200ResponseWithDefaults instantiates a new ListRegulationsFromSource200Response 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 (*ListRegulationsFromSource200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListRegulationsFromSource200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListRegulationsFromSource200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListRegulationsFromSource200Response) MarshalJSON ¶

func (o ListRegulationsFromSource200Response) MarshalJSON() ([]byte, error)

func (*ListRegulationsFromSource200Response) SetData ¶

SetData gets a reference to the given ListRegulationsFromSourceV1Output and assigns it to the Data field.

func (ListRegulationsFromSource200Response) ToMap ¶

func (o ListRegulationsFromSource200Response) ToMap() (map[string]interface{}, error)

type ListRegulationsFromSourceV1Output ¶

type ListRegulationsFromSourceV1Output struct {
	// List of Workspace-scoped regulations with statuses.
	Regulations []RegulationListEntryV1 `json:"regulations"`
}

ListRegulationsFromSourceV1Output Output of all Source-scoped regulations.

func NewListRegulationsFromSourceV1Output ¶

func NewListRegulationsFromSourceV1Output(
	regulations []RegulationListEntryV1,
) *ListRegulationsFromSourceV1Output

NewListRegulationsFromSourceV1Output instantiates a new ListRegulationsFromSourceV1Output 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 NewListRegulationsFromSourceV1OutputWithDefaults ¶

func NewListRegulationsFromSourceV1OutputWithDefaults() *ListRegulationsFromSourceV1Output

NewListRegulationsFromSourceV1OutputWithDefaults instantiates a new ListRegulationsFromSourceV1Output 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 (*ListRegulationsFromSourceV1Output) GetRegulations ¶

GetRegulations returns the Regulations field value

func (*ListRegulationsFromSourceV1Output) GetRegulationsOk ¶

GetRegulationsOk returns a tuple with the Regulations field value and a boolean to check if the value has been set.

func (ListRegulationsFromSourceV1Output) MarshalJSON ¶

func (o ListRegulationsFromSourceV1Output) MarshalJSON() ([]byte, error)

func (*ListRegulationsFromSourceV1Output) SetRegulations ¶

SetRegulations sets field value

func (ListRegulationsFromSourceV1Output) ToMap ¶

func (o ListRegulationsFromSourceV1Output) ToMap() (map[string]interface{}, error)

type ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response ¶

type ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response struct {
	Data *ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput `json:"data,omitempty"`
}

ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response struct for ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response

func NewListReverseETLSyncStatusesFromModelAndSubscriptionId200Response ¶

func NewListReverseETLSyncStatusesFromModelAndSubscriptionId200Response() *ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response

NewListReverseETLSyncStatusesFromModelAndSubscriptionId200Response instantiates a new ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response 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 NewListReverseETLSyncStatusesFromModelAndSubscriptionId200ResponseWithDefaults ¶

func NewListReverseETLSyncStatusesFromModelAndSubscriptionId200ResponseWithDefaults() *ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response

NewListReverseETLSyncStatusesFromModelAndSubscriptionId200ResponseWithDefaults instantiates a new ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response 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 (*ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response) MarshalJSON ¶

func (*ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response) SetData ¶

SetData gets a reference to the given ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput and assigns it to the Data field.

func (ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response) ToMap ¶

type ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput ¶

type ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput struct {
	// The reverse ETL sync statuses that were looked up of the subscription id.
	SyncStatuses []ReverseETLSyncStatus `json:"syncStatuses"`
	Pagination   *PaginationOutput      `json:"pagination,omitempty"`
}

ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput The reverse ETL sync statuses that were looked up.

func NewListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput ¶

func NewListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput(
	syncStatuses []ReverseETLSyncStatus,
) *ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput

NewListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput instantiates a new ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput 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 NewListReverseETLSyncStatusesFromModelAndSubscriptionIdOutputWithDefaults ¶

func NewListReverseETLSyncStatusesFromModelAndSubscriptionIdOutputWithDefaults() *ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput

NewListReverseETLSyncStatusesFromModelAndSubscriptionIdOutputWithDefaults instantiates a new ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput 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 (*ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput) GetPagination ¶

GetPagination returns the Pagination field value if set, zero value otherwise.

func (*ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput) GetSyncStatuses ¶

GetSyncStatuses returns the SyncStatuses field value

func (*ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput) GetSyncStatusesOk ¶

GetSyncStatusesOk returns a tuple with the SyncStatuses field value and a boolean to check if the value has been set.

func (*ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput) HasPagination ¶

HasPagination returns a boolean if a field has been set.

func (ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput) MarshalJSON ¶

func (*ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput) SetPagination ¶

SetPagination gets a reference to the given PaginationOutput and assigns it to the Pagination field.

func (*ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput) SetSyncStatuses ¶

SetSyncStatuses sets field value

func (ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput) ToMap ¶

type ListReverseEtlModels200Response ¶

type ListReverseEtlModels200Response struct {
	Data *ListReverseEtlModelsOutput `json:"data,omitempty"`
}

ListReverseEtlModels200Response struct for ListReverseEtlModels200Response

func NewListReverseEtlModels200Response ¶

func NewListReverseEtlModels200Response() *ListReverseEtlModels200Response

NewListReverseEtlModels200Response instantiates a new ListReverseEtlModels200Response 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 NewListReverseEtlModels200ResponseWithDefaults ¶

func NewListReverseEtlModels200ResponseWithDefaults() *ListReverseEtlModels200Response

NewListReverseEtlModels200ResponseWithDefaults instantiates a new ListReverseEtlModels200Response 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 (*ListReverseEtlModels200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListReverseEtlModels200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListReverseEtlModels200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListReverseEtlModels200Response) MarshalJSON ¶

func (o ListReverseEtlModels200Response) MarshalJSON() ([]byte, error)

func (*ListReverseEtlModels200Response) SetData ¶

SetData gets a reference to the given ListReverseEtlModelsOutput and assigns it to the Data field.

func (ListReverseEtlModels200Response) ToMap ¶

func (o ListReverseEtlModels200Response) ToMap() (map[string]interface{}, error)

type ListReverseEtlModelsOutput ¶

type ListReverseEtlModelsOutput struct {
	// A list of Models that belong to the Workspace.
	Models     []ReverseEtlModel `json:"models"`
	Pagination PaginationOutput  `json:"pagination"`
}

ListReverseEtlModelsOutput Defines the result of listing Models.

func NewListReverseEtlModelsOutput ¶

func NewListReverseEtlModelsOutput(
	models []ReverseEtlModel,
	pagination PaginationOutput,
) *ListReverseEtlModelsOutput

NewListReverseEtlModelsOutput instantiates a new ListReverseEtlModelsOutput 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 NewListReverseEtlModelsOutputWithDefaults ¶

func NewListReverseEtlModelsOutputWithDefaults() *ListReverseEtlModelsOutput

NewListReverseEtlModelsOutputWithDefaults instantiates a new ListReverseEtlModelsOutput 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 (*ListReverseEtlModelsOutput) GetModels ¶

GetModels returns the Models field value

func (*ListReverseEtlModelsOutput) GetModelsOk ¶

func (o *ListReverseEtlModelsOutput) GetModelsOk() ([]ReverseEtlModel, bool)

GetModelsOk returns a tuple with the Models field value and a boolean to check if the value has been set.

func (*ListReverseEtlModelsOutput) GetPagination ¶

func (o *ListReverseEtlModelsOutput) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListReverseEtlModelsOutput) GetPaginationOk ¶

func (o *ListReverseEtlModelsOutput) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (ListReverseEtlModelsOutput) MarshalJSON ¶

func (o ListReverseEtlModelsOutput) MarshalJSON() ([]byte, error)

func (*ListReverseEtlModelsOutput) SetModels ¶

func (o *ListReverseEtlModelsOutput) SetModels(v []ReverseEtlModel)

SetModels sets field value

func (*ListReverseEtlModelsOutput) SetPagination ¶

func (o *ListReverseEtlModelsOutput) SetPagination(v PaginationOutput)

SetPagination sets field value

func (ListReverseEtlModelsOutput) ToMap ¶

func (o ListReverseEtlModelsOutput) ToMap() (map[string]interface{}, error)

type ListRoles200Response ¶

type ListRoles200Response struct {
	Data *ListRolesV1Output `json:"data,omitempty"`
}

ListRoles200Response struct for ListRoles200Response

func NewListRoles200Response ¶

func NewListRoles200Response() *ListRoles200Response

NewListRoles200Response instantiates a new ListRoles200Response 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 NewListRoles200ResponseWithDefaults ¶

func NewListRoles200ResponseWithDefaults() *ListRoles200Response

NewListRoles200ResponseWithDefaults instantiates a new ListRoles200Response 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 (*ListRoles200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListRoles200Response) GetDataOk ¶

func (o *ListRoles200Response) GetDataOk() (*ListRolesV1Output, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListRoles200Response) HasData ¶

func (o *ListRoles200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListRoles200Response) MarshalJSON ¶

func (o ListRoles200Response) MarshalJSON() ([]byte, error)

func (*ListRoles200Response) SetData ¶

SetData gets a reference to the given ListRolesV1Output and assigns it to the Data field.

func (ListRoles200Response) ToMap ¶

func (o ListRoles200Response) ToMap() (map[string]interface{}, error)

type ListRolesV1Output ¶

type ListRolesV1Output struct {
	// The list of roles.
	Roles      []RoleV1         `json:"roles"`
	Pagination PaginationOutput `json:"pagination"`
}

ListRolesV1Output Returns the list of roles.

func NewListRolesV1Output ¶

func NewListRolesV1Output(roles []RoleV1, pagination PaginationOutput) *ListRolesV1Output

NewListRolesV1Output instantiates a new ListRolesV1Output 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 NewListRolesV1OutputWithDefaults ¶

func NewListRolesV1OutputWithDefaults() *ListRolesV1Output

NewListRolesV1OutputWithDefaults instantiates a new ListRolesV1Output 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 (*ListRolesV1Output) GetPagination ¶

func (o *ListRolesV1Output) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListRolesV1Output) GetPaginationOk ¶

func (o *ListRolesV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListRolesV1Output) GetRoles ¶

func (o *ListRolesV1Output) GetRoles() []RoleV1

GetRoles returns the Roles field value

func (*ListRolesV1Output) GetRolesOk ¶

func (o *ListRolesV1Output) GetRolesOk() ([]RoleV1, bool)

GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.

func (ListRolesV1Output) MarshalJSON ¶

func (o ListRolesV1Output) MarshalJSON() ([]byte, error)

func (*ListRolesV1Output) SetPagination ¶

func (o *ListRolesV1Output) SetPagination(v PaginationOutput)

SetPagination sets field value

func (*ListRolesV1Output) SetRoles ¶

func (o *ListRolesV1Output) SetRoles(v []RoleV1)

SetRoles sets field value

func (ListRolesV1Output) ToMap ¶

func (o ListRolesV1Output) ToMap() (map[string]interface{}, error)

type ListRulesFromTrackingPlan200Response ¶

type ListRulesFromTrackingPlan200Response struct {
	Data *ListRulesFromTrackingPlanV1Output `json:"data,omitempty"`
}

ListRulesFromTrackingPlan200Response struct for ListRulesFromTrackingPlan200Response

func NewListRulesFromTrackingPlan200Response ¶

func NewListRulesFromTrackingPlan200Response() *ListRulesFromTrackingPlan200Response

NewListRulesFromTrackingPlan200Response instantiates a new ListRulesFromTrackingPlan200Response 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 NewListRulesFromTrackingPlan200ResponseWithDefaults ¶

func NewListRulesFromTrackingPlan200ResponseWithDefaults() *ListRulesFromTrackingPlan200Response

NewListRulesFromTrackingPlan200ResponseWithDefaults instantiates a new ListRulesFromTrackingPlan200Response 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 (*ListRulesFromTrackingPlan200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListRulesFromTrackingPlan200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListRulesFromTrackingPlan200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListRulesFromTrackingPlan200Response) MarshalJSON ¶

func (o ListRulesFromTrackingPlan200Response) MarshalJSON() ([]byte, error)

func (*ListRulesFromTrackingPlan200Response) SetData ¶

SetData gets a reference to the given ListRulesFromTrackingPlanV1Output and assigns it to the Data field.

func (ListRulesFromTrackingPlan200Response) ToMap ¶

func (o ListRulesFromTrackingPlan200Response) ToMap() (map[string]interface{}, error)

type ListRulesFromTrackingPlanV1Output ¶

type ListRulesFromTrackingPlanV1Output struct {
	// Rules associated with the given Tracking Plan.
	Rules      []RuleV1         `json:"rules"`
	Pagination PaginationOutput `json:"pagination"`
}

ListRulesFromTrackingPlanV1Output Lists a Tracking Plan's rules.

func NewListRulesFromTrackingPlanV1Output ¶

func NewListRulesFromTrackingPlanV1Output(
	rules []RuleV1,
	pagination PaginationOutput,
) *ListRulesFromTrackingPlanV1Output

NewListRulesFromTrackingPlanV1Output instantiates a new ListRulesFromTrackingPlanV1Output 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 NewListRulesFromTrackingPlanV1OutputWithDefaults ¶

func NewListRulesFromTrackingPlanV1OutputWithDefaults() *ListRulesFromTrackingPlanV1Output

NewListRulesFromTrackingPlanV1OutputWithDefaults instantiates a new ListRulesFromTrackingPlanV1Output 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 (*ListRulesFromTrackingPlanV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListRulesFromTrackingPlanV1Output) GetPaginationOk ¶

func (o *ListRulesFromTrackingPlanV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListRulesFromTrackingPlanV1Output) GetRules ¶

func (o *ListRulesFromTrackingPlanV1Output) GetRules() []RuleV1

GetRules returns the Rules field value

func (*ListRulesFromTrackingPlanV1Output) GetRulesOk ¶

func (o *ListRulesFromTrackingPlanV1Output) GetRulesOk() ([]RuleV1, bool)

GetRulesOk returns a tuple with the Rules field value and a boolean to check if the value has been set.

func (ListRulesFromTrackingPlanV1Output) MarshalJSON ¶

func (o ListRulesFromTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*ListRulesFromTrackingPlanV1Output) SetPagination ¶

SetPagination sets field value

func (*ListRulesFromTrackingPlanV1Output) SetRules ¶

func (o *ListRulesFromTrackingPlanV1Output) SetRules(v []RuleV1)

SetRules sets field value

func (ListRulesFromTrackingPlanV1Output) ToMap ¶

func (o ListRulesFromTrackingPlanV1Output) ToMap() (map[string]interface{}, error)

type ListSchemaSettingsInSource200Response ¶

type ListSchemaSettingsInSource200Response struct {
	Data *ListSchemaSettingsInSourceV1Output `json:"data,omitempty"`
}

ListSchemaSettingsInSource200Response struct for ListSchemaSettingsInSource200Response

func NewListSchemaSettingsInSource200Response ¶

func NewListSchemaSettingsInSource200Response() *ListSchemaSettingsInSource200Response

NewListSchemaSettingsInSource200Response instantiates a new ListSchemaSettingsInSource200Response 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 NewListSchemaSettingsInSource200ResponseWithDefaults ¶

func NewListSchemaSettingsInSource200ResponseWithDefaults() *ListSchemaSettingsInSource200Response

NewListSchemaSettingsInSource200ResponseWithDefaults instantiates a new ListSchemaSettingsInSource200Response 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 (*ListSchemaSettingsInSource200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListSchemaSettingsInSource200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSchemaSettingsInSource200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListSchemaSettingsInSource200Response) MarshalJSON ¶

func (o ListSchemaSettingsInSource200Response) MarshalJSON() ([]byte, error)

func (*ListSchemaSettingsInSource200Response) SetData ¶

SetData gets a reference to the given ListSchemaSettingsInSourceV1Output and assigns it to the Data field.

func (ListSchemaSettingsInSource200Response) ToMap ¶

func (o ListSchemaSettingsInSource200Response) ToMap() (map[string]interface{}, error)

type ListSchemaSettingsInSourceV1Output ¶

type ListSchemaSettingsInSourceV1Output struct {
	// Source id.  Config API note: analogous to `parent` and `name`.
	SourceId string                 `json:"sourceId"`
	Settings SourceSettingsOutputV1 `json:"settings"`
}

ListSchemaSettingsInSourceV1Output Returns a list of settings for the Source.

func NewListSchemaSettingsInSourceV1Output ¶

func NewListSchemaSettingsInSourceV1Output(
	sourceId string,
	settings SourceSettingsOutputV1,
) *ListSchemaSettingsInSourceV1Output

NewListSchemaSettingsInSourceV1Output instantiates a new ListSchemaSettingsInSourceV1Output 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 NewListSchemaSettingsInSourceV1OutputWithDefaults ¶

func NewListSchemaSettingsInSourceV1OutputWithDefaults() *ListSchemaSettingsInSourceV1Output

NewListSchemaSettingsInSourceV1OutputWithDefaults instantiates a new ListSchemaSettingsInSourceV1Output 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 (*ListSchemaSettingsInSourceV1Output) GetSettings ¶

GetSettings returns the Settings field value

func (*ListSchemaSettingsInSourceV1Output) GetSettingsOk ¶

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (*ListSchemaSettingsInSourceV1Output) GetSourceId ¶

func (o *ListSchemaSettingsInSourceV1Output) GetSourceId() string

GetSourceId returns the SourceId field value

func (*ListSchemaSettingsInSourceV1Output) GetSourceIdOk ¶

func (o *ListSchemaSettingsInSourceV1Output) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (ListSchemaSettingsInSourceV1Output) MarshalJSON ¶

func (o ListSchemaSettingsInSourceV1Output) MarshalJSON() ([]byte, error)

func (*ListSchemaSettingsInSourceV1Output) SetSettings ¶

SetSettings sets field value

func (*ListSchemaSettingsInSourceV1Output) SetSourceId ¶

func (o *ListSchemaSettingsInSourceV1Output) SetSourceId(v string)

SetSourceId sets field value

func (ListSchemaSettingsInSourceV1Output) ToMap ¶

func (o ListSchemaSettingsInSourceV1Output) ToMap() (map[string]interface{}, error)

type ListSelectiveSyncsFromWarehouseAndSource200Response ¶

type ListSelectiveSyncsFromWarehouseAndSource200Response struct {
	Data *ListSelectiveSyncsFromWarehouseAndSourceV1Output `json:"data,omitempty"`
}

ListSelectiveSyncsFromWarehouseAndSource200Response struct for ListSelectiveSyncsFromWarehouseAndSource200Response

func NewListSelectiveSyncsFromWarehouseAndSource200Response ¶

func NewListSelectiveSyncsFromWarehouseAndSource200Response() *ListSelectiveSyncsFromWarehouseAndSource200Response

NewListSelectiveSyncsFromWarehouseAndSource200Response instantiates a new ListSelectiveSyncsFromWarehouseAndSource200Response 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 NewListSelectiveSyncsFromWarehouseAndSource200ResponseWithDefaults ¶

func NewListSelectiveSyncsFromWarehouseAndSource200ResponseWithDefaults() *ListSelectiveSyncsFromWarehouseAndSource200Response

NewListSelectiveSyncsFromWarehouseAndSource200ResponseWithDefaults instantiates a new ListSelectiveSyncsFromWarehouseAndSource200Response 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 (*ListSelectiveSyncsFromWarehouseAndSource200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListSelectiveSyncsFromWarehouseAndSource200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSelectiveSyncsFromWarehouseAndSource200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListSelectiveSyncsFromWarehouseAndSource200Response) MarshalJSON ¶

func (*ListSelectiveSyncsFromWarehouseAndSource200Response) SetData ¶

SetData gets a reference to the given ListSelectiveSyncsFromWarehouseAndSourceV1Output and assigns it to the Data field.

func (ListSelectiveSyncsFromWarehouseAndSource200Response) ToMap ¶

type ListSelectiveSyncsFromWarehouseAndSourceV1Output ¶

type ListSelectiveSyncsFromWarehouseAndSourceV1Output struct {
	// Represents a list of Source, collection, and properties synced to the Warehouse.
	Items      []WarehouseSelectiveSyncItemV1 `json:"items"`
	Pagination PaginationOutput               `json:"pagination"`
}

ListSelectiveSyncsFromWarehouseAndSourceV1Output Results containing the Selective Sync configuration for a Warehouse.

func NewListSelectiveSyncsFromWarehouseAndSourceV1Output ¶

func NewListSelectiveSyncsFromWarehouseAndSourceV1Output(
	items []WarehouseSelectiveSyncItemV1,
	pagination PaginationOutput,
) *ListSelectiveSyncsFromWarehouseAndSourceV1Output

NewListSelectiveSyncsFromWarehouseAndSourceV1Output instantiates a new ListSelectiveSyncsFromWarehouseAndSourceV1Output 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 NewListSelectiveSyncsFromWarehouseAndSourceV1OutputWithDefaults ¶

func NewListSelectiveSyncsFromWarehouseAndSourceV1OutputWithDefaults() *ListSelectiveSyncsFromWarehouseAndSourceV1Output

NewListSelectiveSyncsFromWarehouseAndSourceV1OutputWithDefaults instantiates a new ListSelectiveSyncsFromWarehouseAndSourceV1Output 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 (*ListSelectiveSyncsFromWarehouseAndSourceV1Output) GetItems ¶

GetItems returns the Items field value

func (*ListSelectiveSyncsFromWarehouseAndSourceV1Output) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListSelectiveSyncsFromWarehouseAndSourceV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListSelectiveSyncsFromWarehouseAndSourceV1Output) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (ListSelectiveSyncsFromWarehouseAndSourceV1Output) MarshalJSON ¶

func (*ListSelectiveSyncsFromWarehouseAndSourceV1Output) SetItems ¶

SetItems sets field value

func (*ListSelectiveSyncsFromWarehouseAndSourceV1Output) SetPagination ¶

SetPagination sets field value

func (ListSelectiveSyncsFromWarehouseAndSourceV1Output) ToMap ¶

func (o ListSelectiveSyncsFromWarehouseAndSourceV1Output) ToMap() (map[string]interface{}, error)

type ListSelectiveSyncsFromWarehouseAndSpace200Response ¶

type ListSelectiveSyncsFromWarehouseAndSpace200Response struct {
	Data *ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput `json:"data,omitempty"`
}

ListSelectiveSyncsFromWarehouseAndSpace200Response struct for ListSelectiveSyncsFromWarehouseAndSpace200Response

func NewListSelectiveSyncsFromWarehouseAndSpace200Response ¶

func NewListSelectiveSyncsFromWarehouseAndSpace200Response() *ListSelectiveSyncsFromWarehouseAndSpace200Response

NewListSelectiveSyncsFromWarehouseAndSpace200Response instantiates a new ListSelectiveSyncsFromWarehouseAndSpace200Response 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 NewListSelectiveSyncsFromWarehouseAndSpace200ResponseWithDefaults ¶

func NewListSelectiveSyncsFromWarehouseAndSpace200ResponseWithDefaults() *ListSelectiveSyncsFromWarehouseAndSpace200Response

NewListSelectiveSyncsFromWarehouseAndSpace200ResponseWithDefaults instantiates a new ListSelectiveSyncsFromWarehouseAndSpace200Response 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 (*ListSelectiveSyncsFromWarehouseAndSpace200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListSelectiveSyncsFromWarehouseAndSpace200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSelectiveSyncsFromWarehouseAndSpace200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListSelectiveSyncsFromWarehouseAndSpace200Response) MarshalJSON ¶

func (*ListSelectiveSyncsFromWarehouseAndSpace200Response) SetData ¶

SetData gets a reference to the given ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput and assigns it to the Data field.

func (ListSelectiveSyncsFromWarehouseAndSpace200Response) ToMap ¶

type ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput ¶

type ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput struct {
	// Represents a list of collections and properties synced to the Warehouse.
	Items []SpaceWarehouseSelectiveSyncItemAlpha `json:"items"`
	// Optional. Represents the enabled state of all event tables.
	EnableEventTables *bool            `json:"enableEventTables,omitempty"`
	Pagination        PaginationOutput `json:"pagination"`
}

ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput Results containing the Selective Sync configuration for a Space Warehouse Connection.

func NewListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput ¶

func NewListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput(
	items []SpaceWarehouseSelectiveSyncItemAlpha,
	pagination PaginationOutput,
) *ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput

NewListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput instantiates a new ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput 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 NewListSelectiveSyncsFromWarehouseAndSpaceAlphaOutputWithDefaults ¶

func NewListSelectiveSyncsFromWarehouseAndSpaceAlphaOutputWithDefaults() *ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput

NewListSelectiveSyncsFromWarehouseAndSpaceAlphaOutputWithDefaults instantiates a new ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput 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 (*ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) GetEnableEventTables ¶

func (o *ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) GetEnableEventTables() bool

GetEnableEventTables returns the EnableEventTables field value if set, zero value otherwise.

func (*ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) GetEnableEventTablesOk ¶

func (o *ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) GetEnableEventTablesOk() (*bool, bool)

GetEnableEventTablesOk returns a tuple with the EnableEventTables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) GetItems ¶

GetItems returns the Items field value

func (*ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) HasEnableEventTables ¶

func (o *ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) HasEnableEventTables() bool

HasEnableEventTables returns a boolean if a field has been set.

func (ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) MarshalJSON ¶

func (*ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) SetEnableEventTables ¶

func (o *ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) SetEnableEventTables(v bool)

SetEnableEventTables gets a reference to the given bool and assigns it to the EnableEventTables field.

func (*ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) SetItems ¶

SetItems sets field value

func (*ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) SetPagination ¶

SetPagination sets field value

func (ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) ToMap ¶

type ListSources200Response ¶

type ListSources200Response struct {
	Data *ListSourcesV1Output `json:"data,omitempty"`
}

ListSources200Response struct for ListSources200Response

func NewListSources200Response ¶

func NewListSources200Response() *ListSources200Response

NewListSources200Response instantiates a new ListSources200Response 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 NewListSources200ResponseWithDefaults ¶

func NewListSources200ResponseWithDefaults() *ListSources200Response

NewListSources200ResponseWithDefaults instantiates a new ListSources200Response 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 (*ListSources200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListSources200Response) GetDataOk ¶

func (o *ListSources200Response) GetDataOk() (*ListSourcesV1Output, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSources200Response) HasData ¶

func (o *ListSources200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListSources200Response) MarshalJSON ¶

func (o ListSources200Response) MarshalJSON() ([]byte, error)

func (*ListSources200Response) SetData ¶

SetData gets a reference to the given ListSourcesV1Output and assigns it to the Data field.

func (ListSources200Response) ToMap ¶

func (o ListSources200Response) ToMap() (map[string]interface{}, error)

type ListSources200Response1 ¶

type ListSources200Response1 struct {
	Data *ListSourcesAlphaOutput `json:"data,omitempty"`
}

ListSources200Response1 struct for ListSources200Response1

func NewListSources200Response1 ¶

func NewListSources200Response1() *ListSources200Response1

NewListSources200Response1 instantiates a new ListSources200Response1 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 NewListSources200Response1WithDefaults ¶

func NewListSources200Response1WithDefaults() *ListSources200Response1

NewListSources200Response1WithDefaults instantiates a new ListSources200Response1 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 (*ListSources200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListSources200Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSources200Response1) HasData ¶

func (o *ListSources200Response1) HasData() bool

HasData returns a boolean if a field has been set.

func (ListSources200Response1) MarshalJSON ¶

func (o ListSources200Response1) MarshalJSON() ([]byte, error)

func (*ListSources200Response1) SetData ¶

SetData gets a reference to the given ListSourcesAlphaOutput and assigns it to the Data field.

func (ListSources200Response1) ToMap ¶

func (o ListSources200Response1) ToMap() (map[string]interface{}, error)

type ListSourcesAlphaOutput ¶

type ListSourcesAlphaOutput struct {
	// A list of Sources that belong to the Workspace.
	Sources    []SourceAlpha    `json:"sources"`
	Pagination PaginationOutput `json:"pagination"`
}

ListSourcesAlphaOutput Returns a list of Sources that belong to the current Workspace.

func NewListSourcesAlphaOutput ¶

func NewListSourcesAlphaOutput(
	sources []SourceAlpha,
	pagination PaginationOutput,
) *ListSourcesAlphaOutput

NewListSourcesAlphaOutput instantiates a new ListSourcesAlphaOutput 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 NewListSourcesAlphaOutputWithDefaults ¶

func NewListSourcesAlphaOutputWithDefaults() *ListSourcesAlphaOutput

NewListSourcesAlphaOutputWithDefaults instantiates a new ListSourcesAlphaOutput 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 (*ListSourcesAlphaOutput) GetPagination ¶

func (o *ListSourcesAlphaOutput) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListSourcesAlphaOutput) GetPaginationOk ¶

func (o *ListSourcesAlphaOutput) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListSourcesAlphaOutput) GetSources ¶

func (o *ListSourcesAlphaOutput) GetSources() []SourceAlpha

GetSources returns the Sources field value

func (*ListSourcesAlphaOutput) GetSourcesOk ¶

func (o *ListSourcesAlphaOutput) GetSourcesOk() ([]SourceAlpha, bool)

GetSourcesOk returns a tuple with the Sources field value and a boolean to check if the value has been set.

func (ListSourcesAlphaOutput) MarshalJSON ¶

func (o ListSourcesAlphaOutput) MarshalJSON() ([]byte, error)

func (*ListSourcesAlphaOutput) SetPagination ¶

func (o *ListSourcesAlphaOutput) SetPagination(v PaginationOutput)

SetPagination sets field value

func (*ListSourcesAlphaOutput) SetSources ¶

func (o *ListSourcesAlphaOutput) SetSources(v []SourceAlpha)

SetSources sets field value

func (ListSourcesAlphaOutput) ToMap ¶

func (o ListSourcesAlphaOutput) ToMap() (map[string]interface{}, error)

type ListSourcesFromTrackingPlan200Response ¶

type ListSourcesFromTrackingPlan200Response struct {
	Data *ListSourcesFromTrackingPlanV1Output `json:"data,omitempty"`
}

ListSourcesFromTrackingPlan200Response struct for ListSourcesFromTrackingPlan200Response

func NewListSourcesFromTrackingPlan200Response ¶

func NewListSourcesFromTrackingPlan200Response() *ListSourcesFromTrackingPlan200Response

NewListSourcesFromTrackingPlan200Response instantiates a new ListSourcesFromTrackingPlan200Response 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 NewListSourcesFromTrackingPlan200ResponseWithDefaults ¶

func NewListSourcesFromTrackingPlan200ResponseWithDefaults() *ListSourcesFromTrackingPlan200Response

NewListSourcesFromTrackingPlan200ResponseWithDefaults instantiates a new ListSourcesFromTrackingPlan200Response 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 (*ListSourcesFromTrackingPlan200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListSourcesFromTrackingPlan200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSourcesFromTrackingPlan200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListSourcesFromTrackingPlan200Response) MarshalJSON ¶

func (o ListSourcesFromTrackingPlan200Response) MarshalJSON() ([]byte, error)

func (*ListSourcesFromTrackingPlan200Response) SetData ¶

SetData gets a reference to the given ListSourcesFromTrackingPlanV1Output and assigns it to the Data field.

func (ListSourcesFromTrackingPlan200Response) ToMap ¶

func (o ListSourcesFromTrackingPlan200Response) ToMap() (map[string]interface{}, error)

type ListSourcesFromTrackingPlanV1Output ¶

type ListSourcesFromTrackingPlanV1Output struct {
	// A paginated list of Sources associated with the Tracking Plan.
	Sources    []SourceV1       `json:"sources"`
	Pagination PaginationOutput `json:"pagination"`
}

ListSourcesFromTrackingPlanV1Output Lists all Sources associated with a Tracking Plan.

func NewListSourcesFromTrackingPlanV1Output ¶

func NewListSourcesFromTrackingPlanV1Output(
	sources []SourceV1,
	pagination PaginationOutput,
) *ListSourcesFromTrackingPlanV1Output

NewListSourcesFromTrackingPlanV1Output instantiates a new ListSourcesFromTrackingPlanV1Output 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 NewListSourcesFromTrackingPlanV1OutputWithDefaults ¶

func NewListSourcesFromTrackingPlanV1OutputWithDefaults() *ListSourcesFromTrackingPlanV1Output

NewListSourcesFromTrackingPlanV1OutputWithDefaults instantiates a new ListSourcesFromTrackingPlanV1Output 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 (*ListSourcesFromTrackingPlanV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListSourcesFromTrackingPlanV1Output) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListSourcesFromTrackingPlanV1Output) GetSources ¶

GetSources returns the Sources field value

func (*ListSourcesFromTrackingPlanV1Output) GetSourcesOk ¶

func (o *ListSourcesFromTrackingPlanV1Output) GetSourcesOk() ([]SourceV1, bool)

GetSourcesOk returns a tuple with the Sources field value and a boolean to check if the value has been set.

func (ListSourcesFromTrackingPlanV1Output) MarshalJSON ¶

func (o ListSourcesFromTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*ListSourcesFromTrackingPlanV1Output) SetPagination ¶

SetPagination sets field value

func (*ListSourcesFromTrackingPlanV1Output) SetSources ¶

func (o *ListSourcesFromTrackingPlanV1Output) SetSources(v []SourceV1)

SetSources sets field value

func (ListSourcesFromTrackingPlanV1Output) ToMap ¶

func (o ListSourcesFromTrackingPlanV1Output) ToMap() (map[string]interface{}, error)

type ListSourcesV1Output ¶

type ListSourcesV1Output struct {
	// A list of Sources that belong to the Workspace.
	Sources    []SourceV1       `json:"sources"`
	Pagination PaginationOutput `json:"pagination"`
}

ListSourcesV1Output Returns a list of Sources that belong to the current Workspace.

func NewListSourcesV1Output ¶

func NewListSourcesV1Output(sources []SourceV1, pagination PaginationOutput) *ListSourcesV1Output

NewListSourcesV1Output instantiates a new ListSourcesV1Output 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 NewListSourcesV1OutputWithDefaults ¶

func NewListSourcesV1OutputWithDefaults() *ListSourcesV1Output

NewListSourcesV1OutputWithDefaults instantiates a new ListSourcesV1Output 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 (*ListSourcesV1Output) GetPagination ¶

func (o *ListSourcesV1Output) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListSourcesV1Output) GetPaginationOk ¶

func (o *ListSourcesV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListSourcesV1Output) GetSources ¶

func (o *ListSourcesV1Output) GetSources() []SourceV1

GetSources returns the Sources field value

func (*ListSourcesV1Output) GetSourcesOk ¶

func (o *ListSourcesV1Output) GetSourcesOk() ([]SourceV1, bool)

GetSourcesOk returns a tuple with the Sources field value and a boolean to check if the value has been set.

func (ListSourcesV1Output) MarshalJSON ¶

func (o ListSourcesV1Output) MarshalJSON() ([]byte, error)

func (*ListSourcesV1Output) SetPagination ¶

func (o *ListSourcesV1Output) SetPagination(v PaginationOutput)

SetPagination sets field value

func (*ListSourcesV1Output) SetSources ¶

func (o *ListSourcesV1Output) SetSources(v []SourceV1)

SetSources sets field value

func (ListSourcesV1Output) ToMap ¶

func (o ListSourcesV1Output) ToMap() (map[string]interface{}, error)

type ListSpaces200Response ¶

type ListSpaces200Response struct {
	Data *ListSpacesAlphaOutput `json:"data,omitempty"`
}

ListSpaces200Response struct for ListSpaces200Response

func NewListSpaces200Response ¶

func NewListSpaces200Response() *ListSpaces200Response

NewListSpaces200Response instantiates a new ListSpaces200Response 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 NewListSpaces200ResponseWithDefaults ¶

func NewListSpaces200ResponseWithDefaults() *ListSpaces200Response

NewListSpaces200ResponseWithDefaults instantiates a new ListSpaces200Response 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 (*ListSpaces200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListSpaces200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSpaces200Response) HasData ¶

func (o *ListSpaces200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListSpaces200Response) MarshalJSON ¶

func (o ListSpaces200Response) MarshalJSON() ([]byte, error)

func (*ListSpaces200Response) SetData ¶

SetData gets a reference to the given ListSpacesAlphaOutput and assigns it to the Data field.

func (ListSpaces200Response) ToMap ¶

func (o ListSpaces200Response) ToMap() (map[string]interface{}, error)

type ListSpacesAlphaOutput ¶

type ListSpacesAlphaOutput struct {
	// A list of spaces.
	Spaces     []Space          `json:"spaces"`
	Pagination PaginationOutput `json:"pagination"`
}

ListSpacesAlphaOutput Response for the list spaces endpoint.

func NewListSpacesAlphaOutput ¶

func NewListSpacesAlphaOutput(spaces []Space, pagination PaginationOutput) *ListSpacesAlphaOutput

NewListSpacesAlphaOutput instantiates a new ListSpacesAlphaOutput 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 NewListSpacesAlphaOutputWithDefaults ¶

func NewListSpacesAlphaOutputWithDefaults() *ListSpacesAlphaOutput

NewListSpacesAlphaOutputWithDefaults instantiates a new ListSpacesAlphaOutput 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 (*ListSpacesAlphaOutput) GetPagination ¶

func (o *ListSpacesAlphaOutput) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListSpacesAlphaOutput) GetPaginationOk ¶

func (o *ListSpacesAlphaOutput) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListSpacesAlphaOutput) GetSpaces ¶

func (o *ListSpacesAlphaOutput) GetSpaces() []Space

GetSpaces returns the Spaces field value

func (*ListSpacesAlphaOutput) GetSpacesOk ¶

func (o *ListSpacesAlphaOutput) GetSpacesOk() ([]Space, bool)

GetSpacesOk returns a tuple with the Spaces field value and a boolean to check if the value has been set.

func (ListSpacesAlphaOutput) MarshalJSON ¶

func (o ListSpacesAlphaOutput) MarshalJSON() ([]byte, error)

func (*ListSpacesAlphaOutput) SetPagination ¶

func (o *ListSpacesAlphaOutput) SetPagination(v PaginationOutput)

SetPagination sets field value

func (*ListSpacesAlphaOutput) SetSpaces ¶

func (o *ListSpacesAlphaOutput) SetSpaces(v []Space)

SetSpaces sets field value

func (ListSpacesAlphaOutput) ToMap ¶

func (o ListSpacesAlphaOutput) ToMap() (map[string]interface{}, error)

type ListSubscriptionsFromDestination200Response ¶

type ListSubscriptionsFromDestination200Response struct {
	Data *ListSubscriptionsFromDestinationAlphaOutput `json:"data,omitempty"`
}

ListSubscriptionsFromDestination200Response struct for ListSubscriptionsFromDestination200Response

func NewListSubscriptionsFromDestination200Response ¶

func NewListSubscriptionsFromDestination200Response() *ListSubscriptionsFromDestination200Response

NewListSubscriptionsFromDestination200Response instantiates a new ListSubscriptionsFromDestination200Response 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 NewListSubscriptionsFromDestination200ResponseWithDefaults ¶

func NewListSubscriptionsFromDestination200ResponseWithDefaults() *ListSubscriptionsFromDestination200Response

NewListSubscriptionsFromDestination200ResponseWithDefaults instantiates a new ListSubscriptionsFromDestination200Response 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 (*ListSubscriptionsFromDestination200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListSubscriptionsFromDestination200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSubscriptionsFromDestination200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListSubscriptionsFromDestination200Response) MarshalJSON ¶

func (*ListSubscriptionsFromDestination200Response) SetData ¶

SetData gets a reference to the given ListSubscriptionsFromDestinationAlphaOutput and assigns it to the Data field.

func (ListSubscriptionsFromDestination200Response) ToMap ¶

func (o ListSubscriptionsFromDestination200Response) ToMap() (map[string]interface{}, error)

type ListSubscriptionsFromDestinationAlphaOutput ¶

type ListSubscriptionsFromDestinationAlphaOutput struct {
	// A list of Destination subscriptions.
	Subscriptions []DestinationSubscription `json:"subscriptions"`
	Pagination    *PaginationOutput         `json:"pagination,omitempty"`
}

ListSubscriptionsFromDestinationAlphaOutput Output for ListDestinationSubscriptionsAlpha.

func NewListSubscriptionsFromDestinationAlphaOutput ¶

func NewListSubscriptionsFromDestinationAlphaOutput(
	subscriptions []DestinationSubscription,
) *ListSubscriptionsFromDestinationAlphaOutput

NewListSubscriptionsFromDestinationAlphaOutput instantiates a new ListSubscriptionsFromDestinationAlphaOutput 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 NewListSubscriptionsFromDestinationAlphaOutputWithDefaults ¶

func NewListSubscriptionsFromDestinationAlphaOutputWithDefaults() *ListSubscriptionsFromDestinationAlphaOutput

NewListSubscriptionsFromDestinationAlphaOutputWithDefaults instantiates a new ListSubscriptionsFromDestinationAlphaOutput 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 (*ListSubscriptionsFromDestinationAlphaOutput) GetPagination ¶

GetPagination returns the Pagination field value if set, zero value otherwise.

func (*ListSubscriptionsFromDestinationAlphaOutput) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSubscriptionsFromDestinationAlphaOutput) GetSubscriptions ¶

GetSubscriptions returns the Subscriptions field value

func (*ListSubscriptionsFromDestinationAlphaOutput) GetSubscriptionsOk ¶

GetSubscriptionsOk returns a tuple with the Subscriptions field value and a boolean to check if the value has been set.

func (*ListSubscriptionsFromDestinationAlphaOutput) HasPagination ¶

HasPagination returns a boolean if a field has been set.

func (ListSubscriptionsFromDestinationAlphaOutput) MarshalJSON ¶

func (*ListSubscriptionsFromDestinationAlphaOutput) SetPagination ¶

SetPagination gets a reference to the given PaginationOutput and assigns it to the Pagination field.

func (*ListSubscriptionsFromDestinationAlphaOutput) SetSubscriptions ¶

SetSubscriptions sets field value

func (ListSubscriptionsFromDestinationAlphaOutput) ToMap ¶

func (o ListSubscriptionsFromDestinationAlphaOutput) ToMap() (map[string]interface{}, error)

type ListSuppressions200Response ¶

type ListSuppressions200Response struct {
	Data *ListSuppressionsV1Output `json:"data,omitempty"`
}

ListSuppressions200Response struct for ListSuppressions200Response

func NewListSuppressions200Response ¶

func NewListSuppressions200Response() *ListSuppressions200Response

NewListSuppressions200Response instantiates a new ListSuppressions200Response 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 NewListSuppressions200ResponseWithDefaults ¶

func NewListSuppressions200ResponseWithDefaults() *ListSuppressions200Response

NewListSuppressions200ResponseWithDefaults instantiates a new ListSuppressions200Response 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 (*ListSuppressions200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListSuppressions200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSuppressions200Response) HasData ¶

func (o *ListSuppressions200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListSuppressions200Response) MarshalJSON ¶

func (o ListSuppressions200Response) MarshalJSON() ([]byte, error)

func (*ListSuppressions200Response) SetData ¶

SetData gets a reference to the given ListSuppressionsV1Output and assigns it to the Data field.

func (ListSuppressions200Response) ToMap ¶

func (o ListSuppressions200Response) ToMap() (map[string]interface{}, error)

type ListSuppressionsV1Output ¶

type ListSuppressionsV1Output struct {
	// An array that lists the suppressions from the Workspace.  Config API note: equal to `attributes`.
	Suppressed []SuppressedInner `json:"suppressed"`
	Pagination PaginationOutput  `json:"pagination"`
}

ListSuppressionsV1Output The output of a list suppressed call for a Workspace.

func NewListSuppressionsV1Output ¶

func NewListSuppressionsV1Output(
	suppressed []SuppressedInner,
	pagination PaginationOutput,
) *ListSuppressionsV1Output

NewListSuppressionsV1Output instantiates a new ListSuppressionsV1Output 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 NewListSuppressionsV1OutputWithDefaults ¶

func NewListSuppressionsV1OutputWithDefaults() *ListSuppressionsV1Output

NewListSuppressionsV1OutputWithDefaults instantiates a new ListSuppressionsV1Output 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 (*ListSuppressionsV1Output) GetPagination ¶

func (o *ListSuppressionsV1Output) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListSuppressionsV1Output) GetPaginationOk ¶

func (o *ListSuppressionsV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListSuppressionsV1Output) GetSuppressed ¶

func (o *ListSuppressionsV1Output) GetSuppressed() []SuppressedInner

GetSuppressed returns the Suppressed field value

func (*ListSuppressionsV1Output) GetSuppressedOk ¶

func (o *ListSuppressionsV1Output) GetSuppressedOk() ([]SuppressedInner, bool)

GetSuppressedOk returns a tuple with the Suppressed field value and a boolean to check if the value has been set.

func (ListSuppressionsV1Output) MarshalJSON ¶

func (o ListSuppressionsV1Output) MarshalJSON() ([]byte, error)

func (*ListSuppressionsV1Output) SetPagination ¶

func (o *ListSuppressionsV1Output) SetPagination(v PaginationOutput)

SetPagination sets field value

func (*ListSuppressionsV1Output) SetSuppressed ¶

func (o *ListSuppressionsV1Output) SetSuppressed(v []SuppressedInner)

SetSuppressed sets field value

func (ListSuppressionsV1Output) ToMap ¶

func (o ListSuppressionsV1Output) ToMap() (map[string]interface{}, error)

type ListSyncsFromWarehouse200Response ¶

type ListSyncsFromWarehouse200Response struct {
	Data *ListSyncsFromWarehouseV1Output `json:"data,omitempty"`
}

ListSyncsFromWarehouse200Response struct for ListSyncsFromWarehouse200Response

func NewListSyncsFromWarehouse200Response ¶

func NewListSyncsFromWarehouse200Response() *ListSyncsFromWarehouse200Response

NewListSyncsFromWarehouse200Response instantiates a new ListSyncsFromWarehouse200Response 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 NewListSyncsFromWarehouse200ResponseWithDefaults ¶

func NewListSyncsFromWarehouse200ResponseWithDefaults() *ListSyncsFromWarehouse200Response

NewListSyncsFromWarehouse200ResponseWithDefaults instantiates a new ListSyncsFromWarehouse200Response 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 (*ListSyncsFromWarehouse200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListSyncsFromWarehouse200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSyncsFromWarehouse200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListSyncsFromWarehouse200Response) MarshalJSON ¶

func (o ListSyncsFromWarehouse200Response) MarshalJSON() ([]byte, error)

func (*ListSyncsFromWarehouse200Response) SetData ¶

SetData gets a reference to the given ListSyncsFromWarehouseV1Output and assigns it to the Data field.

func (ListSyncsFromWarehouse200Response) ToMap ¶

func (o ListSyncsFromWarehouse200Response) ToMap() (map[string]interface{}, error)

type ListSyncsFromWarehouseAndSource200Response ¶

type ListSyncsFromWarehouseAndSource200Response struct {
	Data *ListSyncsFromWarehouseAndSourceV1Output `json:"data,omitempty"`
}

ListSyncsFromWarehouseAndSource200Response struct for ListSyncsFromWarehouseAndSource200Response

func NewListSyncsFromWarehouseAndSource200Response ¶

func NewListSyncsFromWarehouseAndSource200Response() *ListSyncsFromWarehouseAndSource200Response

NewListSyncsFromWarehouseAndSource200Response instantiates a new ListSyncsFromWarehouseAndSource200Response 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 NewListSyncsFromWarehouseAndSource200ResponseWithDefaults ¶

func NewListSyncsFromWarehouseAndSource200ResponseWithDefaults() *ListSyncsFromWarehouseAndSource200Response

NewListSyncsFromWarehouseAndSource200ResponseWithDefaults instantiates a new ListSyncsFromWarehouseAndSource200Response 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 (*ListSyncsFromWarehouseAndSource200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListSyncsFromWarehouseAndSource200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSyncsFromWarehouseAndSource200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListSyncsFromWarehouseAndSource200Response) MarshalJSON ¶

func (*ListSyncsFromWarehouseAndSource200Response) SetData ¶

SetData gets a reference to the given ListSyncsFromWarehouseAndSourceV1Output and assigns it to the Data field.

func (ListSyncsFromWarehouseAndSource200Response) ToMap ¶

func (o ListSyncsFromWarehouseAndSource200Response) ToMap() (map[string]interface{}, error)

type ListSyncsFromWarehouseAndSourceV1Output ¶

type ListSyncsFromWarehouseAndSourceV1Output struct {
	// A list that contains the latest syncs for the specified Warehouse-source pair.
	Reports    []SyncV1         `json:"reports"`
	Pagination PaginationOutput `json:"pagination"`
}

ListSyncsFromWarehouseAndSourceV1Output Returns a list that contains the most recent syncs for a Warehouse-source pair, filtered and constrained by a given set of pagination parameters.

func NewListSyncsFromWarehouseAndSourceV1Output ¶

func NewListSyncsFromWarehouseAndSourceV1Output(
	reports []SyncV1,
	pagination PaginationOutput,
) *ListSyncsFromWarehouseAndSourceV1Output

NewListSyncsFromWarehouseAndSourceV1Output instantiates a new ListSyncsFromWarehouseAndSourceV1Output 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 NewListSyncsFromWarehouseAndSourceV1OutputWithDefaults ¶

func NewListSyncsFromWarehouseAndSourceV1OutputWithDefaults() *ListSyncsFromWarehouseAndSourceV1Output

NewListSyncsFromWarehouseAndSourceV1OutputWithDefaults instantiates a new ListSyncsFromWarehouseAndSourceV1Output 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 (*ListSyncsFromWarehouseAndSourceV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListSyncsFromWarehouseAndSourceV1Output) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListSyncsFromWarehouseAndSourceV1Output) GetReports ¶

GetReports returns the Reports field value

func (*ListSyncsFromWarehouseAndSourceV1Output) GetReportsOk ¶

func (o *ListSyncsFromWarehouseAndSourceV1Output) GetReportsOk() ([]SyncV1, bool)

GetReportsOk returns a tuple with the Reports field value and a boolean to check if the value has been set.

func (ListSyncsFromWarehouseAndSourceV1Output) MarshalJSON ¶

func (o ListSyncsFromWarehouseAndSourceV1Output) MarshalJSON() ([]byte, error)

func (*ListSyncsFromWarehouseAndSourceV1Output) SetPagination ¶

SetPagination sets field value

func (*ListSyncsFromWarehouseAndSourceV1Output) SetReports ¶

SetReports sets field value

func (ListSyncsFromWarehouseAndSourceV1Output) ToMap ¶

func (o ListSyncsFromWarehouseAndSourceV1Output) ToMap() (map[string]interface{}, error)

type ListSyncsFromWarehouseV1Output ¶

type ListSyncsFromWarehouseV1Output struct {
	// A list that contains the latest syncs for the specified Warehouse.
	Reports    []SyncV1         `json:"reports"`
	Pagination PaginationOutput `json:"pagination"`
}

ListSyncsFromWarehouseV1Output Returns an overview page that contains the last syncs for a Warehouse.

func NewListSyncsFromWarehouseV1Output ¶

func NewListSyncsFromWarehouseV1Output(
	reports []SyncV1,
	pagination PaginationOutput,
) *ListSyncsFromWarehouseV1Output

NewListSyncsFromWarehouseV1Output instantiates a new ListSyncsFromWarehouseV1Output 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 NewListSyncsFromWarehouseV1OutputWithDefaults ¶

func NewListSyncsFromWarehouseV1OutputWithDefaults() *ListSyncsFromWarehouseV1Output

NewListSyncsFromWarehouseV1OutputWithDefaults instantiates a new ListSyncsFromWarehouseV1Output 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 (*ListSyncsFromWarehouseV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListSyncsFromWarehouseV1Output) GetPaginationOk ¶

func (o *ListSyncsFromWarehouseV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListSyncsFromWarehouseV1Output) GetReports ¶

func (o *ListSyncsFromWarehouseV1Output) GetReports() []SyncV1

GetReports returns the Reports field value

func (*ListSyncsFromWarehouseV1Output) GetReportsOk ¶

func (o *ListSyncsFromWarehouseV1Output) GetReportsOk() ([]SyncV1, bool)

GetReportsOk returns a tuple with the Reports field value and a boolean to check if the value has been set.

func (ListSyncsFromWarehouseV1Output) MarshalJSON ¶

func (o ListSyncsFromWarehouseV1Output) MarshalJSON() ([]byte, error)

func (*ListSyncsFromWarehouseV1Output) SetPagination ¶

SetPagination sets field value

func (*ListSyncsFromWarehouseV1Output) SetReports ¶

func (o *ListSyncsFromWarehouseV1Output) SetReports(v []SyncV1)

SetReports sets field value

func (ListSyncsFromWarehouseV1Output) ToMap ¶

func (o ListSyncsFromWarehouseV1Output) ToMap() (map[string]interface{}, error)

type ListTrackingPlans200Response ¶

type ListTrackingPlans200Response struct {
	Data *ListTrackingPlansV1Output `json:"data,omitempty"`
}

ListTrackingPlans200Response struct for ListTrackingPlans200Response

func NewListTrackingPlans200Response ¶

func NewListTrackingPlans200Response() *ListTrackingPlans200Response

NewListTrackingPlans200Response instantiates a new ListTrackingPlans200Response 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 NewListTrackingPlans200ResponseWithDefaults ¶

func NewListTrackingPlans200ResponseWithDefaults() *ListTrackingPlans200Response

NewListTrackingPlans200ResponseWithDefaults instantiates a new ListTrackingPlans200Response 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 (*ListTrackingPlans200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListTrackingPlans200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListTrackingPlans200Response) HasData ¶

func (o *ListTrackingPlans200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListTrackingPlans200Response) MarshalJSON ¶

func (o ListTrackingPlans200Response) MarshalJSON() ([]byte, error)

func (*ListTrackingPlans200Response) SetData ¶

SetData gets a reference to the given ListTrackingPlansV1Output and assigns it to the Data field.

func (ListTrackingPlans200Response) ToMap ¶

func (o ListTrackingPlans200Response) ToMap() (map[string]interface{}, error)

type ListTrackingPlansV1Output ¶

type ListTrackingPlansV1Output struct {
	// A paginated list of Tracking Plans.
	TrackingPlans []TrackingPlanV1 `json:"trackingPlans"`
	Pagination    PaginationOutput `json:"pagination"`
}

ListTrackingPlansV1Output Lists the Tracking Plans associated with the current Workspace.

func NewListTrackingPlansV1Output ¶

func NewListTrackingPlansV1Output(
	trackingPlans []TrackingPlanV1,
	pagination PaginationOutput,
) *ListTrackingPlansV1Output

NewListTrackingPlansV1Output instantiates a new ListTrackingPlansV1Output 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 NewListTrackingPlansV1OutputWithDefaults ¶

func NewListTrackingPlansV1OutputWithDefaults() *ListTrackingPlansV1Output

NewListTrackingPlansV1OutputWithDefaults instantiates a new ListTrackingPlansV1Output 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 (*ListTrackingPlansV1Output) GetPagination ¶

func (o *ListTrackingPlansV1Output) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListTrackingPlansV1Output) GetPaginationOk ¶

func (o *ListTrackingPlansV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListTrackingPlansV1Output) GetTrackingPlans ¶

func (o *ListTrackingPlansV1Output) GetTrackingPlans() []TrackingPlanV1

GetTrackingPlans returns the TrackingPlans field value

func (*ListTrackingPlansV1Output) GetTrackingPlansOk ¶

func (o *ListTrackingPlansV1Output) GetTrackingPlansOk() ([]TrackingPlanV1, bool)

GetTrackingPlansOk returns a tuple with the TrackingPlans field value and a boolean to check if the value has been set.

func (ListTrackingPlansV1Output) MarshalJSON ¶

func (o ListTrackingPlansV1Output) MarshalJSON() ([]byte, error)

func (*ListTrackingPlansV1Output) SetPagination ¶

func (o *ListTrackingPlansV1Output) SetPagination(v PaginationOutput)

SetPagination sets field value

func (*ListTrackingPlansV1Output) SetTrackingPlans ¶

func (o *ListTrackingPlansV1Output) SetTrackingPlans(v []TrackingPlanV1)

SetTrackingPlans sets field value

func (ListTrackingPlansV1Output) ToMap ¶

func (o ListTrackingPlansV1Output) ToMap() (map[string]interface{}, error)

type ListTransformations200Response ¶

type ListTransformations200Response struct {
	Data *ListTransformationsV1Output `json:"data,omitempty"`
}

ListTransformations200Response struct for ListTransformations200Response

func NewListTransformations200Response ¶

func NewListTransformations200Response() *ListTransformations200Response

NewListTransformations200Response instantiates a new ListTransformations200Response 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 NewListTransformations200ResponseWithDefaults ¶

func NewListTransformations200ResponseWithDefaults() *ListTransformations200Response

NewListTransformations200ResponseWithDefaults instantiates a new ListTransformations200Response 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 (*ListTransformations200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListTransformations200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListTransformations200Response) HasData ¶

func (o *ListTransformations200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListTransformations200Response) MarshalJSON ¶

func (o ListTransformations200Response) MarshalJSON() ([]byte, error)

func (*ListTransformations200Response) SetData ¶

SetData gets a reference to the given ListTransformationsV1Output and assigns it to the Data field.

func (ListTransformations200Response) ToMap ¶

func (o ListTransformations200Response) ToMap() (map[string]interface{}, error)

type ListTransformationsBetaInput ¶

type ListTransformationsBetaInput struct {
	Pagination *PaginationInput `json:"pagination,omitempty"`
}

ListTransformationsBetaInput Lists the Transformations associated with the current Workspace.

func NewListTransformationsBetaInput ¶

func NewListTransformationsBetaInput() *ListTransformationsBetaInput

NewListTransformationsBetaInput instantiates a new ListTransformationsBetaInput 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 NewListTransformationsBetaInputWithDefaults ¶

func NewListTransformationsBetaInputWithDefaults() *ListTransformationsBetaInput

NewListTransformationsBetaInputWithDefaults instantiates a new ListTransformationsBetaInput 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 (*ListTransformationsBetaInput) GetPagination ¶

func (o *ListTransformationsBetaInput) GetPagination() PaginationInput

GetPagination returns the Pagination field value if set, zero value otherwise.

func (*ListTransformationsBetaInput) GetPaginationOk ¶

func (o *ListTransformationsBetaInput) GetPaginationOk() (*PaginationInput, bool)

GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListTransformationsBetaInput) HasPagination ¶

func (o *ListTransformationsBetaInput) HasPagination() bool

HasPagination returns a boolean if a field has been set.

func (ListTransformationsBetaInput) MarshalJSON ¶

func (o ListTransformationsBetaInput) MarshalJSON() ([]byte, error)

func (*ListTransformationsBetaInput) SetPagination ¶

func (o *ListTransformationsBetaInput) SetPagination(v PaginationInput)

SetPagination gets a reference to the given PaginationInput and assigns it to the Pagination field.

func (ListTransformationsBetaInput) ToMap ¶

func (o ListTransformationsBetaInput) ToMap() (map[string]interface{}, error)

type ListTransformationsBetaOutput ¶

type ListTransformationsBetaOutput struct {
	// A paginated list of Transformations.
	Transformations []TransformationBeta `json:"transformations"`
	Pagination      PaginationOutput     `json:"pagination"`
}

ListTransformationsBetaOutput Lists the Transformations associated with the current Workspace.

func NewListTransformationsBetaOutput ¶

func NewListTransformationsBetaOutput(
	transformations []TransformationBeta,
	pagination PaginationOutput,
) *ListTransformationsBetaOutput

NewListTransformationsBetaOutput instantiates a new ListTransformationsBetaOutput 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 NewListTransformationsBetaOutputWithDefaults ¶

func NewListTransformationsBetaOutputWithDefaults() *ListTransformationsBetaOutput

NewListTransformationsBetaOutputWithDefaults instantiates a new ListTransformationsBetaOutput 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 (*ListTransformationsBetaOutput) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListTransformationsBetaOutput) GetPaginationOk ¶

func (o *ListTransformationsBetaOutput) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListTransformationsBetaOutput) GetTransformations ¶

func (o *ListTransformationsBetaOutput) GetTransformations() []TransformationBeta

GetTransformations returns the Transformations field value

func (*ListTransformationsBetaOutput) GetTransformationsOk ¶

func (o *ListTransformationsBetaOutput) GetTransformationsOk() ([]TransformationBeta, bool)

GetTransformationsOk returns a tuple with the Transformations field value and a boolean to check if the value has been set.

func (ListTransformationsBetaOutput) MarshalJSON ¶

func (o ListTransformationsBetaOutput) MarshalJSON() ([]byte, error)

func (*ListTransformationsBetaOutput) SetPagination ¶

func (o *ListTransformationsBetaOutput) SetPagination(v PaginationOutput)

SetPagination sets field value

func (*ListTransformationsBetaOutput) SetTransformations ¶

func (o *ListTransformationsBetaOutput) SetTransformations(v []TransformationBeta)

SetTransformations sets field value

func (ListTransformationsBetaOutput) ToMap ¶

func (o ListTransformationsBetaOutput) ToMap() (map[string]interface{}, error)

type ListTransformationsV1Output ¶

type ListTransformationsV1Output struct {
	// A paginated list of Transformations.
	Transformations []TransformationV1 `json:"transformations"`
	Pagination      PaginationOutput   `json:"pagination"`
}

ListTransformationsV1Output Lists the Transformations associated with the current Workspace.

func NewListTransformationsV1Output ¶

func NewListTransformationsV1Output(
	transformations []TransformationV1,
	pagination PaginationOutput,
) *ListTransformationsV1Output

NewListTransformationsV1Output instantiates a new ListTransformationsV1Output 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 NewListTransformationsV1OutputWithDefaults ¶

func NewListTransformationsV1OutputWithDefaults() *ListTransformationsV1Output

NewListTransformationsV1OutputWithDefaults instantiates a new ListTransformationsV1Output 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 (*ListTransformationsV1Output) GetPagination ¶

func (o *ListTransformationsV1Output) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListTransformationsV1Output) GetPaginationOk ¶

func (o *ListTransformationsV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListTransformationsV1Output) GetTransformations ¶

func (o *ListTransformationsV1Output) GetTransformations() []TransformationV1

GetTransformations returns the Transformations field value

func (*ListTransformationsV1Output) GetTransformationsOk ¶

func (o *ListTransformationsV1Output) GetTransformationsOk() ([]TransformationV1, bool)

GetTransformationsOk returns a tuple with the Transformations field value and a boolean to check if the value has been set.

func (ListTransformationsV1Output) MarshalJSON ¶

func (o ListTransformationsV1Output) MarshalJSON() ([]byte, error)

func (*ListTransformationsV1Output) SetPagination ¶

func (o *ListTransformationsV1Output) SetPagination(v PaginationOutput)

SetPagination sets field value

func (*ListTransformationsV1Output) SetTransformations ¶

func (o *ListTransformationsV1Output) SetTransformations(v []TransformationV1)

SetTransformations sets field value

func (ListTransformationsV1Output) ToMap ¶

func (o ListTransformationsV1Output) ToMap() (map[string]interface{}, error)

type ListUserGroups200Response ¶

type ListUserGroups200Response struct {
	Data *ListUserGroupsV1Output `json:"data,omitempty"`
}

ListUserGroups200Response struct for ListUserGroups200Response

func NewListUserGroups200Response ¶

func NewListUserGroups200Response() *ListUserGroups200Response

NewListUserGroups200Response instantiates a new ListUserGroups200Response 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 NewListUserGroups200ResponseWithDefaults ¶

func NewListUserGroups200ResponseWithDefaults() *ListUserGroups200Response

NewListUserGroups200ResponseWithDefaults instantiates a new ListUserGroups200Response 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 (*ListUserGroups200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListUserGroups200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListUserGroups200Response) HasData ¶

func (o *ListUserGroups200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListUserGroups200Response) MarshalJSON ¶

func (o ListUserGroups200Response) MarshalJSON() ([]byte, error)

func (*ListUserGroups200Response) SetData ¶

SetData gets a reference to the given ListUserGroupsV1Output and assigns it to the Data field.

func (ListUserGroups200Response) ToMap ¶

func (o ListUserGroups200Response) ToMap() (map[string]interface{}, error)

type ListUserGroupsFromUser200Response ¶

type ListUserGroupsFromUser200Response struct {
	Data *ListUserGroupsFromUserV1Output `json:"data,omitempty"`
}

ListUserGroupsFromUser200Response struct for ListUserGroupsFromUser200Response

func NewListUserGroupsFromUser200Response ¶

func NewListUserGroupsFromUser200Response() *ListUserGroupsFromUser200Response

NewListUserGroupsFromUser200Response instantiates a new ListUserGroupsFromUser200Response 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 NewListUserGroupsFromUser200ResponseWithDefaults ¶

func NewListUserGroupsFromUser200ResponseWithDefaults() *ListUserGroupsFromUser200Response

NewListUserGroupsFromUser200ResponseWithDefaults instantiates a new ListUserGroupsFromUser200Response 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 (*ListUserGroupsFromUser200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListUserGroupsFromUser200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListUserGroupsFromUser200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListUserGroupsFromUser200Response) MarshalJSON ¶

func (o ListUserGroupsFromUser200Response) MarshalJSON() ([]byte, error)

func (*ListUserGroupsFromUser200Response) SetData ¶

SetData gets a reference to the given ListUserGroupsFromUserV1Output and assigns it to the Data field.

func (ListUserGroupsFromUser200Response) ToMap ¶

func (o ListUserGroupsFromUser200Response) ToMap() (map[string]interface{}, error)

type ListUserGroupsFromUserV1Output ¶

type ListUserGroupsFromUserV1Output struct {
	// The user groups that the user belongs to.
	Groups     []MinimalUserGroupV1 `json:"groups"`
	Pagination PaginationOutput     `json:"pagination"`
}

ListUserGroupsFromUserV1Output Returns all user groups the user belongs to.

func NewListUserGroupsFromUserV1Output ¶

func NewListUserGroupsFromUserV1Output(
	groups []MinimalUserGroupV1,
	pagination PaginationOutput,
) *ListUserGroupsFromUserV1Output

NewListUserGroupsFromUserV1Output instantiates a new ListUserGroupsFromUserV1Output 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 NewListUserGroupsFromUserV1OutputWithDefaults ¶

func NewListUserGroupsFromUserV1OutputWithDefaults() *ListUserGroupsFromUserV1Output

NewListUserGroupsFromUserV1OutputWithDefaults instantiates a new ListUserGroupsFromUserV1Output 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 (*ListUserGroupsFromUserV1Output) GetGroups ¶

GetGroups returns the Groups field value

func (*ListUserGroupsFromUserV1Output) GetGroupsOk ¶

GetGroupsOk returns a tuple with the Groups field value and a boolean to check if the value has been set.

func (*ListUserGroupsFromUserV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListUserGroupsFromUserV1Output) GetPaginationOk ¶

func (o *ListUserGroupsFromUserV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (ListUserGroupsFromUserV1Output) MarshalJSON ¶

func (o ListUserGroupsFromUserV1Output) MarshalJSON() ([]byte, error)

func (*ListUserGroupsFromUserV1Output) SetGroups ¶

SetGroups sets field value

func (*ListUserGroupsFromUserV1Output) SetPagination ¶

SetPagination sets field value

func (ListUserGroupsFromUserV1Output) ToMap ¶

func (o ListUserGroupsFromUserV1Output) ToMap() (map[string]interface{}, error)

type ListUserGroupsV1Output ¶

type ListUserGroupsV1Output struct {
	// The user group returned from the query.
	UserGroups []UserGroupV1    `json:"userGroups"`
	Pagination PaginationOutput `json:"pagination"`
}

ListUserGroupsV1Output Returns a list of user groups with the given Workspace id.

func NewListUserGroupsV1Output ¶

func NewListUserGroupsV1Output(
	userGroups []UserGroupV1,
	pagination PaginationOutput,
) *ListUserGroupsV1Output

NewListUserGroupsV1Output instantiates a new ListUserGroupsV1Output 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 NewListUserGroupsV1OutputWithDefaults ¶

func NewListUserGroupsV1OutputWithDefaults() *ListUserGroupsV1Output

NewListUserGroupsV1OutputWithDefaults instantiates a new ListUserGroupsV1Output 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 (*ListUserGroupsV1Output) GetPagination ¶

func (o *ListUserGroupsV1Output) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListUserGroupsV1Output) GetPaginationOk ¶

func (o *ListUserGroupsV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListUserGroupsV1Output) GetUserGroups ¶

func (o *ListUserGroupsV1Output) GetUserGroups() []UserGroupV1

GetUserGroups returns the UserGroups field value

func (*ListUserGroupsV1Output) GetUserGroupsOk ¶

func (o *ListUserGroupsV1Output) GetUserGroupsOk() ([]UserGroupV1, bool)

GetUserGroupsOk returns a tuple with the UserGroups field value and a boolean to check if the value has been set.

func (ListUserGroupsV1Output) MarshalJSON ¶

func (o ListUserGroupsV1Output) MarshalJSON() ([]byte, error)

func (*ListUserGroupsV1Output) SetPagination ¶

func (o *ListUserGroupsV1Output) SetPagination(v PaginationOutput)

SetPagination sets field value

func (*ListUserGroupsV1Output) SetUserGroups ¶

func (o *ListUserGroupsV1Output) SetUserGroups(v []UserGroupV1)

SetUserGroups sets field value

func (ListUserGroupsV1Output) ToMap ¶

func (o ListUserGroupsV1Output) ToMap() (map[string]interface{}, error)

type ListUsers200Response ¶

type ListUsers200Response struct {
	Data *ListUsersV1Output `json:"data,omitempty"`
}

ListUsers200Response struct for ListUsers200Response

func NewListUsers200Response ¶

func NewListUsers200Response() *ListUsers200Response

NewListUsers200Response instantiates a new ListUsers200Response 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 NewListUsers200ResponseWithDefaults ¶

func NewListUsers200ResponseWithDefaults() *ListUsers200Response

NewListUsers200ResponseWithDefaults instantiates a new ListUsers200Response 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 (*ListUsers200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListUsers200Response) GetDataOk ¶

func (o *ListUsers200Response) GetDataOk() (*ListUsersV1Output, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListUsers200Response) HasData ¶

func (o *ListUsers200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListUsers200Response) MarshalJSON ¶

func (o ListUsers200Response) MarshalJSON() ([]byte, error)

func (*ListUsers200Response) SetData ¶

SetData gets a reference to the given ListUsersV1Output and assigns it to the Data field.

func (ListUsers200Response) ToMap ¶

func (o ListUsers200Response) ToMap() (map[string]interface{}, error)

type ListUsersFromUserGroup200Response ¶

type ListUsersFromUserGroup200Response struct {
	Data *ListUsersFromUserGroupV1Output `json:"data,omitempty"`
}

ListUsersFromUserGroup200Response struct for ListUsersFromUserGroup200Response

func NewListUsersFromUserGroup200Response ¶

func NewListUsersFromUserGroup200Response() *ListUsersFromUserGroup200Response

NewListUsersFromUserGroup200Response instantiates a new ListUsersFromUserGroup200Response 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 NewListUsersFromUserGroup200ResponseWithDefaults ¶

func NewListUsersFromUserGroup200ResponseWithDefaults() *ListUsersFromUserGroup200Response

NewListUsersFromUserGroup200ResponseWithDefaults instantiates a new ListUsersFromUserGroup200Response 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 (*ListUsersFromUserGroup200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListUsersFromUserGroup200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListUsersFromUserGroup200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListUsersFromUserGroup200Response) MarshalJSON ¶

func (o ListUsersFromUserGroup200Response) MarshalJSON() ([]byte, error)

func (*ListUsersFromUserGroup200Response) SetData ¶

SetData gets a reference to the given ListUsersFromUserGroupV1Output and assigns it to the Data field.

func (ListUsersFromUserGroup200Response) ToMap ¶

func (o ListUsersFromUserGroup200Response) ToMap() (map[string]interface{}, error)

type ListUsersFromUserGroupV1Output ¶

type ListUsersFromUserGroupV1Output struct {
	// The users of the user group.
	Users      []MinimalUserV1  `json:"users"`
	Pagination PaginationOutput `json:"pagination"`
}

ListUsersFromUserGroupV1Output Returns the members of a user group with the given group id.

func NewListUsersFromUserGroupV1Output ¶

func NewListUsersFromUserGroupV1Output(
	users []MinimalUserV1,
	pagination PaginationOutput,
) *ListUsersFromUserGroupV1Output

NewListUsersFromUserGroupV1Output instantiates a new ListUsersFromUserGroupV1Output 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 NewListUsersFromUserGroupV1OutputWithDefaults ¶

func NewListUsersFromUserGroupV1OutputWithDefaults() *ListUsersFromUserGroupV1Output

NewListUsersFromUserGroupV1OutputWithDefaults instantiates a new ListUsersFromUserGroupV1Output 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 (*ListUsersFromUserGroupV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListUsersFromUserGroupV1Output) GetPaginationOk ¶

func (o *ListUsersFromUserGroupV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListUsersFromUserGroupV1Output) GetUsers ¶

GetUsers returns the Users field value

func (*ListUsersFromUserGroupV1Output) GetUsersOk ¶

func (o *ListUsersFromUserGroupV1Output) GetUsersOk() ([]MinimalUserV1, bool)

GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.

func (ListUsersFromUserGroupV1Output) MarshalJSON ¶

func (o ListUsersFromUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*ListUsersFromUserGroupV1Output) SetPagination ¶

SetPagination sets field value

func (*ListUsersFromUserGroupV1Output) SetUsers ¶

SetUsers sets field value

func (ListUsersFromUserGroupV1Output) ToMap ¶

func (o ListUsersFromUserGroupV1Output) ToMap() (map[string]interface{}, error)

type ListUsersV1Output ¶

type ListUsersV1Output struct {
	// The list of users.
	Users      []UserV1         `json:"users"`
	Pagination PaginationOutput `json:"pagination"`
}

ListUsersV1Output Returns the list of users.

func NewListUsersV1Output ¶

func NewListUsersV1Output(users []UserV1, pagination PaginationOutput) *ListUsersV1Output

NewListUsersV1Output instantiates a new ListUsersV1Output 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 NewListUsersV1OutputWithDefaults ¶

func NewListUsersV1OutputWithDefaults() *ListUsersV1Output

NewListUsersV1OutputWithDefaults instantiates a new ListUsersV1Output 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 (*ListUsersV1Output) GetPagination ¶

func (o *ListUsersV1Output) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListUsersV1Output) GetPaginationOk ¶

func (o *ListUsersV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListUsersV1Output) GetUsers ¶

func (o *ListUsersV1Output) GetUsers() []UserV1

GetUsers returns the Users field value

func (*ListUsersV1Output) GetUsersOk ¶

func (o *ListUsersV1Output) GetUsersOk() ([]UserV1, bool)

GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.

func (ListUsersV1Output) MarshalJSON ¶

func (o ListUsersV1Output) MarshalJSON() ([]byte, error)

func (*ListUsersV1Output) SetPagination ¶

func (o *ListUsersV1Output) SetPagination(v PaginationOutput)

SetPagination sets field value

func (*ListUsersV1Output) SetUsers ¶

func (o *ListUsersV1Output) SetUsers(v []UserV1)

SetUsers sets field value

func (ListUsersV1Output) ToMap ¶

func (o ListUsersV1Output) ToMap() (map[string]interface{}, error)

type ListWarehouses200Response ¶

type ListWarehouses200Response struct {
	Data *ListWarehousesV1Output `json:"data,omitempty"`
}

ListWarehouses200Response struct for ListWarehouses200Response

func NewListWarehouses200Response ¶

func NewListWarehouses200Response() *ListWarehouses200Response

NewListWarehouses200Response instantiates a new ListWarehouses200Response 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 NewListWarehouses200ResponseWithDefaults ¶

func NewListWarehouses200ResponseWithDefaults() *ListWarehouses200Response

NewListWarehouses200ResponseWithDefaults instantiates a new ListWarehouses200Response 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 (*ListWarehouses200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListWarehouses200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListWarehouses200Response) HasData ¶

func (o *ListWarehouses200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (ListWarehouses200Response) MarshalJSON ¶

func (o ListWarehouses200Response) MarshalJSON() ([]byte, error)

func (*ListWarehouses200Response) SetData ¶

SetData gets a reference to the given ListWarehousesV1Output and assigns it to the Data field.

func (ListWarehouses200Response) ToMap ¶

func (o ListWarehouses200Response) ToMap() (map[string]interface{}, error)

type ListWarehousesV1Output ¶

type ListWarehousesV1Output struct {
	// A list of Warehouses that belong to the Workspace.
	Warehouses []WarehouseV1    `json:"warehouses"`
	Pagination PaginationOutput `json:"pagination"`
}

ListWarehousesV1Output Returns a list of Warehouses that belong to a Workspace.

func NewListWarehousesV1Output ¶

func NewListWarehousesV1Output(
	warehouses []WarehouseV1,
	pagination PaginationOutput,
) *ListWarehousesV1Output

NewListWarehousesV1Output instantiates a new ListWarehousesV1Output 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 NewListWarehousesV1OutputWithDefaults ¶

func NewListWarehousesV1OutputWithDefaults() *ListWarehousesV1Output

NewListWarehousesV1OutputWithDefaults instantiates a new ListWarehousesV1Output 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 (*ListWarehousesV1Output) GetPagination ¶

func (o *ListWarehousesV1Output) GetPagination() PaginationOutput

GetPagination returns the Pagination field value

func (*ListWarehousesV1Output) GetPaginationOk ¶

func (o *ListWarehousesV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListWarehousesV1Output) GetWarehouses ¶

func (o *ListWarehousesV1Output) GetWarehouses() []WarehouseV1

GetWarehouses returns the Warehouses field value

func (*ListWarehousesV1Output) GetWarehousesOk ¶

func (o *ListWarehousesV1Output) GetWarehousesOk() ([]WarehouseV1, bool)

GetWarehousesOk returns a tuple with the Warehouses field value and a boolean to check if the value has been set.

func (ListWarehousesV1Output) MarshalJSON ¶

func (o ListWarehousesV1Output) MarshalJSON() ([]byte, error)

func (*ListWarehousesV1Output) SetPagination ¶

func (o *ListWarehousesV1Output) SetPagination(v PaginationOutput)

SetPagination sets field value

func (*ListWarehousesV1Output) SetWarehouses ¶

func (o *ListWarehousesV1Output) SetWarehouses(v []WarehouseV1)

SetWarehouses sets field value

func (ListWarehousesV1Output) ToMap ¶

func (o ListWarehousesV1Output) ToMap() (map[string]interface{}, error)

type ListWorkspaceRegulations200Response ¶

type ListWorkspaceRegulations200Response struct {
	Data *ListWorkspaceRegulationsV1Output `json:"data,omitempty"`
}

ListWorkspaceRegulations200Response struct for ListWorkspaceRegulations200Response

func NewListWorkspaceRegulations200Response ¶

func NewListWorkspaceRegulations200Response() *ListWorkspaceRegulations200Response

NewListWorkspaceRegulations200Response instantiates a new ListWorkspaceRegulations200Response 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 NewListWorkspaceRegulations200ResponseWithDefaults ¶

func NewListWorkspaceRegulations200ResponseWithDefaults() *ListWorkspaceRegulations200Response

NewListWorkspaceRegulations200ResponseWithDefaults instantiates a new ListWorkspaceRegulations200Response 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 (*ListWorkspaceRegulations200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ListWorkspaceRegulations200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListWorkspaceRegulations200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ListWorkspaceRegulations200Response) MarshalJSON ¶

func (o ListWorkspaceRegulations200Response) MarshalJSON() ([]byte, error)

func (*ListWorkspaceRegulations200Response) SetData ¶

SetData gets a reference to the given ListWorkspaceRegulationsV1Output and assigns it to the Data field.

func (ListWorkspaceRegulations200Response) ToMap ¶

func (o ListWorkspaceRegulations200Response) ToMap() (map[string]interface{}, error)

type ListWorkspaceRegulationsV1Output ¶

type ListWorkspaceRegulationsV1Output struct {
	// List of Workspace-scoped regulations with statuses.
	Regulations []RegulationListEntryV1 `json:"regulations"`
	Pagination  PaginationOutput        `json:"pagination"`
}

ListWorkspaceRegulationsV1Output Output of all Workspace-scoped regulations in a given Workspace.

func NewListWorkspaceRegulationsV1Output ¶

func NewListWorkspaceRegulationsV1Output(
	regulations []RegulationListEntryV1,
	pagination PaginationOutput,
) *ListWorkspaceRegulationsV1Output

NewListWorkspaceRegulationsV1Output instantiates a new ListWorkspaceRegulationsV1Output 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 NewListWorkspaceRegulationsV1OutputWithDefaults ¶

func NewListWorkspaceRegulationsV1OutputWithDefaults() *ListWorkspaceRegulationsV1Output

NewListWorkspaceRegulationsV1OutputWithDefaults instantiates a new ListWorkspaceRegulationsV1Output 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 (*ListWorkspaceRegulationsV1Output) GetPagination ¶

GetPagination returns the Pagination field value

func (*ListWorkspaceRegulationsV1Output) GetPaginationOk ¶

func (o *ListWorkspaceRegulationsV1Output) GetPaginationOk() (*PaginationOutput, bool)

GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.

func (*ListWorkspaceRegulationsV1Output) GetRegulations ¶

GetRegulations returns the Regulations field value

func (*ListWorkspaceRegulationsV1Output) GetRegulationsOk ¶

func (o *ListWorkspaceRegulationsV1Output) GetRegulationsOk() ([]RegulationListEntryV1, bool)

GetRegulationsOk returns a tuple with the Regulations field value and a boolean to check if the value has been set.

func (ListWorkspaceRegulationsV1Output) MarshalJSON ¶

func (o ListWorkspaceRegulationsV1Output) MarshalJSON() ([]byte, error)

func (*ListWorkspaceRegulationsV1Output) SetPagination ¶

SetPagination sets field value

func (*ListWorkspaceRegulationsV1Output) SetRegulations ¶

SetRegulations sets field value

func (ListWorkspaceRegulationsV1Output) ToMap ¶

func (o ListWorkspaceRegulationsV1Output) ToMap() (map[string]interface{}, error)

type LogosBeta ¶

type LogosBeta struct {
	// The default URL for this logo.
	Default string `json:"default"`
	// The logo mark.
	Mark NullableString `json:"mark,omitempty"`
	// The alternative text for this logo.
	Alt NullableString `json:"alt,omitempty"`
}

LogosBeta Represents a logo.

func NewLogosBeta ¶

func NewLogosBeta(default_ string) *LogosBeta

NewLogosBeta instantiates a new LogosBeta 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 NewLogosBetaWithDefaults ¶

func NewLogosBetaWithDefaults() *LogosBeta

NewLogosBetaWithDefaults instantiates a new LogosBeta 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 (*LogosBeta) GetAlt ¶

func (o *LogosBeta) GetAlt() string

GetAlt returns the Alt field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogosBeta) GetAltOk ¶

func (o *LogosBeta) GetAltOk() (*string, bool)

GetAltOk returns a tuple with the Alt 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 (*LogosBeta) GetDefault ¶

func (o *LogosBeta) GetDefault() string

GetDefault returns the Default field value

func (*LogosBeta) GetDefaultOk ¶

func (o *LogosBeta) GetDefaultOk() (*string, bool)

GetDefaultOk returns a tuple with the Default field value and a boolean to check if the value has been set.

func (*LogosBeta) GetMark ¶

func (o *LogosBeta) GetMark() string

GetMark returns the Mark field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LogosBeta) GetMarkOk ¶

func (o *LogosBeta) GetMarkOk() (*string, bool)

GetMarkOk returns a tuple with the Mark 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 (*LogosBeta) HasAlt ¶

func (o *LogosBeta) HasAlt() bool

HasAlt returns a boolean if a field has been set.

func (*LogosBeta) HasMark ¶

func (o *LogosBeta) HasMark() bool

HasMark returns a boolean if a field has been set.

func (LogosBeta) MarshalJSON ¶

func (o LogosBeta) MarshalJSON() ([]byte, error)

func (*LogosBeta) SetAlt ¶

func (o *LogosBeta) SetAlt(v string)

SetAlt gets a reference to the given NullableString and assigns it to the Alt field.

func (*LogosBeta) SetAltNil ¶

func (o *LogosBeta) SetAltNil()

SetAltNil sets the value for Alt to be an explicit nil

func (*LogosBeta) SetDefault ¶

func (o *LogosBeta) SetDefault(v string)

SetDefault sets field value

func (*LogosBeta) SetMark ¶

func (o *LogosBeta) SetMark(v string)

SetMark gets a reference to the given NullableString and assigns it to the Mark field.

func (*LogosBeta) SetMarkNil ¶

func (o *LogosBeta) SetMarkNil()

SetMarkNil sets the value for Mark to be an explicit nil

func (LogosBeta) ToMap ¶

func (o LogosBeta) ToMap() (map[string]interface{}, error)

func (*LogosBeta) UnsetAlt ¶

func (o *LogosBeta) UnsetAlt()

UnsetAlt ensures that no value is present for Alt, not even an explicit nil

func (*LogosBeta) UnsetMark ¶

func (o *LogosBeta) UnsetMark()

UnsetMark ensures that no value is present for Mark, not even an explicit nil

type MappedNullable ¶

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type MessageSubscriptionResponse ¶

type MessageSubscriptionResponse struct {
	// Key is the phone number or email.
	Key string `json:"key"`
	// Type is communication medium used. Either SMS, EMAIL or WHATSAPP.
	Type string `json:"type"`
	// The user subscribed, unsubscribed, or on initial status.
	Status *string `json:"status,omitempty"`
	// Error messages.
	Errors []MessageSubscriptionResponseError `json:"errors,omitempty"`
	// Optional subscription groups.
	Groups []UpdateGroupSubscriptionStatusResponse `json:"groups,omitempty"`
}

MessageSubscriptionResponse struct for MessageSubscriptionResponse

func NewMessageSubscriptionResponse ¶

func NewMessageSubscriptionResponse(key string, type_ string) *MessageSubscriptionResponse

NewMessageSubscriptionResponse instantiates a new MessageSubscriptionResponse 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 NewMessageSubscriptionResponseWithDefaults ¶

func NewMessageSubscriptionResponseWithDefaults() *MessageSubscriptionResponse

NewMessageSubscriptionResponseWithDefaults instantiates a new MessageSubscriptionResponse 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 (*MessageSubscriptionResponse) GetErrors ¶

GetErrors returns the Errors field value if set, zero value otherwise.

func (*MessageSubscriptionResponse) GetErrorsOk ¶

GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MessageSubscriptionResponse) GetGroups ¶

GetGroups returns the Groups field value if set, zero value otherwise.

func (*MessageSubscriptionResponse) GetGroupsOk ¶

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MessageSubscriptionResponse) GetKey ¶

func (o *MessageSubscriptionResponse) GetKey() string

GetKey returns the Key field value

func (*MessageSubscriptionResponse) GetKeyOk ¶

func (o *MessageSubscriptionResponse) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*MessageSubscriptionResponse) GetStatus ¶

func (o *MessageSubscriptionResponse) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*MessageSubscriptionResponse) GetStatusOk ¶

func (o *MessageSubscriptionResponse) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MessageSubscriptionResponse) GetType ¶

func (o *MessageSubscriptionResponse) GetType() string

GetType returns the Type field value

func (*MessageSubscriptionResponse) GetTypeOk ¶

func (o *MessageSubscriptionResponse) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*MessageSubscriptionResponse) HasErrors ¶

func (o *MessageSubscriptionResponse) HasErrors() bool

HasErrors returns a boolean if a field has been set.

func (*MessageSubscriptionResponse) HasGroups ¶

func (o *MessageSubscriptionResponse) HasGroups() bool

HasGroups returns a boolean if a field has been set.

func (*MessageSubscriptionResponse) HasStatus ¶

func (o *MessageSubscriptionResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (MessageSubscriptionResponse) MarshalJSON ¶

func (o MessageSubscriptionResponse) MarshalJSON() ([]byte, error)

func (*MessageSubscriptionResponse) SetErrors ¶

SetErrors gets a reference to the given []MessageSubscriptionResponseError and assigns it to the Errors field.

func (*MessageSubscriptionResponse) SetGroups ¶

SetGroups gets a reference to the given []UpdateGroupSubscriptionStatusResponse and assigns it to the Groups field.

func (*MessageSubscriptionResponse) SetKey ¶

func (o *MessageSubscriptionResponse) SetKey(v string)

SetKey sets field value

func (*MessageSubscriptionResponse) SetStatus ¶

func (o *MessageSubscriptionResponse) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*MessageSubscriptionResponse) SetType ¶

func (o *MessageSubscriptionResponse) SetType(v string)

SetType sets field value

func (MessageSubscriptionResponse) ToMap ¶

func (o MessageSubscriptionResponse) ToMap() (map[string]interface{}, error)

type MessageSubscriptionResponseError ¶

type MessageSubscriptionResponseError struct {
	// Error code.
	Code string `json:"code"`
	// Error message.
	Message string `json:"message"`
}

MessageSubscriptionResponseError struct for MessageSubscriptionResponseError

func NewMessageSubscriptionResponseError ¶

func NewMessageSubscriptionResponseError(
	code string,
	message string,
) *MessageSubscriptionResponseError

NewMessageSubscriptionResponseError instantiates a new MessageSubscriptionResponseError 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 NewMessageSubscriptionResponseErrorWithDefaults ¶

func NewMessageSubscriptionResponseErrorWithDefaults() *MessageSubscriptionResponseError

NewMessageSubscriptionResponseErrorWithDefaults instantiates a new MessageSubscriptionResponseError 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 (*MessageSubscriptionResponseError) GetCode ¶

GetCode returns the Code field value

func (*MessageSubscriptionResponseError) GetCodeOk ¶

func (o *MessageSubscriptionResponseError) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*MessageSubscriptionResponseError) GetMessage ¶

func (o *MessageSubscriptionResponseError) GetMessage() string

GetMessage returns the Message field value

func (*MessageSubscriptionResponseError) GetMessageOk ¶

func (o *MessageSubscriptionResponseError) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (MessageSubscriptionResponseError) MarshalJSON ¶

func (o MessageSubscriptionResponseError) MarshalJSON() ([]byte, error)

func (*MessageSubscriptionResponseError) SetCode ¶

SetCode sets field value

func (*MessageSubscriptionResponseError) SetMessage ¶

func (o *MessageSubscriptionResponseError) SetMessage(v string)

SetMessage sets field value

func (MessageSubscriptionResponseError) ToMap ¶

func (o MessageSubscriptionResponseError) ToMap() (map[string]interface{}, error)

type MessagesSubscriptionRequest ¶

type MessagesSubscriptionRequest struct {
	// Key is the phone number or email.
	Key string `json:"key"`
	// Type is communication medium used.
	Type string `json:"type"`
	// The user subscribed, unsubscribed, or on initial status globally.
	Status *string `json:"status,omitempty"`
	// Optional groups subscription status.
	Groups []GroupSubscriptionStatus `json:"groups,omitempty"`
}

MessagesSubscriptionRequest struct for MessagesSubscriptionRequest

func NewMessagesSubscriptionRequest ¶

func NewMessagesSubscriptionRequest(key string, type_ string) *MessagesSubscriptionRequest

NewMessagesSubscriptionRequest instantiates a new MessagesSubscriptionRequest 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 NewMessagesSubscriptionRequestWithDefaults ¶

func NewMessagesSubscriptionRequestWithDefaults() *MessagesSubscriptionRequest

NewMessagesSubscriptionRequestWithDefaults instantiates a new MessagesSubscriptionRequest 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 (*MessagesSubscriptionRequest) GetGroups ¶

GetGroups returns the Groups field value if set, zero value otherwise.

func (*MessagesSubscriptionRequest) GetGroupsOk ¶

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MessagesSubscriptionRequest) GetKey ¶

func (o *MessagesSubscriptionRequest) GetKey() string

GetKey returns the Key field value

func (*MessagesSubscriptionRequest) GetKeyOk ¶

func (o *MessagesSubscriptionRequest) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*MessagesSubscriptionRequest) GetStatus ¶

func (o *MessagesSubscriptionRequest) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*MessagesSubscriptionRequest) GetStatusOk ¶

func (o *MessagesSubscriptionRequest) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MessagesSubscriptionRequest) GetType ¶

func (o *MessagesSubscriptionRequest) GetType() string

GetType returns the Type field value

func (*MessagesSubscriptionRequest) GetTypeOk ¶

func (o *MessagesSubscriptionRequest) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*MessagesSubscriptionRequest) HasGroups ¶

func (o *MessagesSubscriptionRequest) HasGroups() bool

HasGroups returns a boolean if a field has been set.

func (*MessagesSubscriptionRequest) HasStatus ¶

func (o *MessagesSubscriptionRequest) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (MessagesSubscriptionRequest) MarshalJSON ¶

func (o MessagesSubscriptionRequest) MarshalJSON() ([]byte, error)

func (*MessagesSubscriptionRequest) SetGroups ¶

SetGroups gets a reference to the given []GroupSubscriptionStatus and assigns it to the Groups field.

func (*MessagesSubscriptionRequest) SetKey ¶

func (o *MessagesSubscriptionRequest) SetKey(v string)

SetKey sets field value

func (*MessagesSubscriptionRequest) SetStatus ¶

func (o *MessagesSubscriptionRequest) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*MessagesSubscriptionRequest) SetType ¶

func (o *MessagesSubscriptionRequest) SetType(v string)

SetType sets field value

func (MessagesSubscriptionRequest) ToMap ¶

func (o MessagesSubscriptionRequest) ToMap() (map[string]interface{}, error)

type MetricBeta ¶

type MetricBeta struct {
	// The name of the metric.
	MetricName string `json:"metricName"`
	// Number of occurrences of the metric.
	Total float32 `json:"total"`
	// Breakdown of metrics within a metric.
	Breakdown []BreakdownBeta `json:"breakdown,omitempty"`
}

MetricBeta The event delivery metric.

func NewMetricBeta ¶

func NewMetricBeta(metricName string, total float32) *MetricBeta

NewMetricBeta instantiates a new MetricBeta 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 NewMetricBetaWithDefaults ¶

func NewMetricBetaWithDefaults() *MetricBeta

NewMetricBetaWithDefaults instantiates a new MetricBeta 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 (*MetricBeta) GetBreakdown ¶

func (o *MetricBeta) GetBreakdown() []BreakdownBeta

GetBreakdown returns the Breakdown field value if set, zero value otherwise.

func (*MetricBeta) GetBreakdownOk ¶

func (o *MetricBeta) GetBreakdownOk() ([]BreakdownBeta, bool)

GetBreakdownOk returns a tuple with the Breakdown field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetricBeta) GetMetricName ¶

func (o *MetricBeta) GetMetricName() string

GetMetricName returns the MetricName field value

func (*MetricBeta) GetMetricNameOk ¶

func (o *MetricBeta) GetMetricNameOk() (*string, bool)

GetMetricNameOk returns a tuple with the MetricName field value and a boolean to check if the value has been set.

func (*MetricBeta) GetTotal ¶

func (o *MetricBeta) GetTotal() float32

GetTotal returns the Total field value

func (*MetricBeta) GetTotalOk ¶

func (o *MetricBeta) GetTotalOk() (*float32, bool)

GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.

func (*MetricBeta) HasBreakdown ¶

func (o *MetricBeta) HasBreakdown() bool

HasBreakdown returns a boolean if a field has been set.

func (MetricBeta) MarshalJSON ¶

func (o MetricBeta) MarshalJSON() ([]byte, error)

func (*MetricBeta) SetBreakdown ¶

func (o *MetricBeta) SetBreakdown(v []BreakdownBeta)

SetBreakdown gets a reference to the given []BreakdownBeta and assigns it to the Breakdown field.

func (*MetricBeta) SetMetricName ¶

func (o *MetricBeta) SetMetricName(v string)

SetMetricName sets field value

func (*MetricBeta) SetTotal ¶

func (o *MetricBeta) SetTotal(v float32)

SetTotal sets field value

func (MetricBeta) ToMap ¶

func (o MetricBeta) ToMap() (map[string]interface{}, error)

type MinimalUserGroupV1 ¶

type MinimalUserGroupV1 struct {
	// The id of the user group.
	Id string `json:"id"`
	// The name of the user group.
	Name string `json:"name"`
}

MinimalUserGroupV1 The least amount of information needed to identify a user group.

func NewMinimalUserGroupV1 ¶

func NewMinimalUserGroupV1(id string, name string) *MinimalUserGroupV1

NewMinimalUserGroupV1 instantiates a new MinimalUserGroupV1 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 NewMinimalUserGroupV1WithDefaults ¶

func NewMinimalUserGroupV1WithDefaults() *MinimalUserGroupV1

NewMinimalUserGroupV1WithDefaults instantiates a new MinimalUserGroupV1 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 (*MinimalUserGroupV1) GetId ¶

func (o *MinimalUserGroupV1) GetId() string

GetId returns the Id field value

func (*MinimalUserGroupV1) GetIdOk ¶

func (o *MinimalUserGroupV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*MinimalUserGroupV1) GetName ¶

func (o *MinimalUserGroupV1) GetName() string

GetName returns the Name field value

func (*MinimalUserGroupV1) GetNameOk ¶

func (o *MinimalUserGroupV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (MinimalUserGroupV1) MarshalJSON ¶

func (o MinimalUserGroupV1) MarshalJSON() ([]byte, error)

func (*MinimalUserGroupV1) SetId ¶

func (o *MinimalUserGroupV1) SetId(v string)

SetId sets field value

func (*MinimalUserGroupV1) SetName ¶

func (o *MinimalUserGroupV1) SetName(v string)

SetName sets field value

func (MinimalUserGroupV1) ToMap ¶

func (o MinimalUserGroupV1) ToMap() (map[string]interface{}, error)

type MinimalUserV1 ¶

type MinimalUserV1 struct {
	// The unique identifier of this user.  Config API note: analogous to `name`.
	Id string `json:"id"`
	// The human-readable name of this user.
	Name string `json:"name"`
	// The email address associated with this user.
	Email string `json:"email"`
}

MinimalUserV1 A user belonging to a Segment Workspace.

func NewMinimalUserV1 ¶

func NewMinimalUserV1(id string, name string, email string) *MinimalUserV1

NewMinimalUserV1 instantiates a new MinimalUserV1 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 NewMinimalUserV1WithDefaults ¶

func NewMinimalUserV1WithDefaults() *MinimalUserV1

NewMinimalUserV1WithDefaults instantiates a new MinimalUserV1 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 (*MinimalUserV1) GetEmail ¶

func (o *MinimalUserV1) GetEmail() string

GetEmail returns the Email field value

func (*MinimalUserV1) GetEmailOk ¶

func (o *MinimalUserV1) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*MinimalUserV1) GetId ¶

func (o *MinimalUserV1) GetId() string

GetId returns the Id field value

func (*MinimalUserV1) GetIdOk ¶

func (o *MinimalUserV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*MinimalUserV1) GetName ¶

func (o *MinimalUserV1) GetName() string

GetName returns the Name field value

func (*MinimalUserV1) GetNameOk ¶

func (o *MinimalUserV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (MinimalUserV1) MarshalJSON ¶

func (o MinimalUserV1) MarshalJSON() ([]byte, error)

func (*MinimalUserV1) SetEmail ¶

func (o *MinimalUserV1) SetEmail(v string)

SetEmail sets field value

func (*MinimalUserV1) SetId ¶

func (o *MinimalUserV1) SetId(v string)

SetId sets field value

func (*MinimalUserV1) SetName ¶

func (o *MinimalUserV1) SetName(v string)

SetName sets field value

func (MinimalUserV1) ToMap ¶

func (o MinimalUserV1) ToMap() (map[string]interface{}, error)

type MonthlyTrackedUsersAPIService ¶

type MonthlyTrackedUsersAPIService service

MonthlyTrackedUsersAPIService MonthlyTrackedUsersAPI service

func (*MonthlyTrackedUsersAPIService) GetDailyPerSourceMTUUsage ¶

GetDailyPerSourceMTUUsage Get Daily Per Source MTU Usage

Provides daily cumulative per-source MTU counts for a usage period.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetDailyPerSourceMTUUsageRequest

func (*MonthlyTrackedUsersAPIService) GetDailyPerSourceMTUUsageExecute ¶

Execute executes the request

@return GetDailyPerSourceMTUUsage200Response

func (*MonthlyTrackedUsersAPIService) GetDailyWorkspaceMTUUsage ¶

GetDailyWorkspaceMTUUsage Get Daily Workspace MTU Usage

Provides daily cumulative MTU counts for a usage period.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetDailyWorkspaceMTUUsageRequest

func (*MonthlyTrackedUsersAPIService) GetDailyWorkspaceMTUUsageExecute ¶

Execute executes the request

@return GetDailyWorkspaceMTUUsage200Response

type MtuSnapshotV1 ¶

type MtuSnapshotV1 struct {
	// The start of the usage period, in unix time (seconds since epoch).
	PeriodStart float32 `json:"periodStart"`
	// The end of the usage period, in unix time (seconds since epoch).
	PeriodEnd float32 `json:"periodEnd"`
	// A bigint of the number of anonymous users in this snapshot.
	Anonymous string `json:"anonymous"`
	// A bigint of the number of anonymous identified users in this snapshot.
	AnonymousIdentified string `json:"anonymousIdentified"`
	// A bigint of the number of identified users in this snapshot.
	Identified string `json:"identified"`
	// A bigint of the number of never identified users in this snapshot.
	NeverIdentified string `json:"neverIdentified"`
	// The timestamp of this snapshot within the billing cycle, in the ISO-8601 format.
	Timestamp string `json:"timestamp"`
}

MtuSnapshotV1 A snapshot of MTU metrics within the given usage period.

func NewMtuSnapshotV1 ¶

func NewMtuSnapshotV1(
	periodStart float32,
	periodEnd float32,
	anonymous string,
	anonymousIdentified string,
	identified string,
	neverIdentified string,
	timestamp string,
) *MtuSnapshotV1

NewMtuSnapshotV1 instantiates a new MtuSnapshotV1 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 NewMtuSnapshotV1WithDefaults ¶

func NewMtuSnapshotV1WithDefaults() *MtuSnapshotV1

NewMtuSnapshotV1WithDefaults instantiates a new MtuSnapshotV1 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 (*MtuSnapshotV1) GetAnonymous ¶

func (o *MtuSnapshotV1) GetAnonymous() string

GetAnonymous returns the Anonymous field value

func (*MtuSnapshotV1) GetAnonymousIdentified ¶

func (o *MtuSnapshotV1) GetAnonymousIdentified() string

GetAnonymousIdentified returns the AnonymousIdentified field value

func (*MtuSnapshotV1) GetAnonymousIdentifiedOk ¶

func (o *MtuSnapshotV1) GetAnonymousIdentifiedOk() (*string, bool)

GetAnonymousIdentifiedOk returns a tuple with the AnonymousIdentified field value and a boolean to check if the value has been set.

func (*MtuSnapshotV1) GetAnonymousOk ¶

func (o *MtuSnapshotV1) GetAnonymousOk() (*string, bool)

GetAnonymousOk returns a tuple with the Anonymous field value and a boolean to check if the value has been set.

func (*MtuSnapshotV1) GetIdentified ¶

func (o *MtuSnapshotV1) GetIdentified() string

GetIdentified returns the Identified field value

func (*MtuSnapshotV1) GetIdentifiedOk ¶

func (o *MtuSnapshotV1) GetIdentifiedOk() (*string, bool)

GetIdentifiedOk returns a tuple with the Identified field value and a boolean to check if the value has been set.

func (*MtuSnapshotV1) GetNeverIdentified ¶

func (o *MtuSnapshotV1) GetNeverIdentified() string

GetNeverIdentified returns the NeverIdentified field value

func (*MtuSnapshotV1) GetNeverIdentifiedOk ¶

func (o *MtuSnapshotV1) GetNeverIdentifiedOk() (*string, bool)

GetNeverIdentifiedOk returns a tuple with the NeverIdentified field value and a boolean to check if the value has been set.

func (*MtuSnapshotV1) GetPeriodEnd ¶

func (o *MtuSnapshotV1) GetPeriodEnd() float32

GetPeriodEnd returns the PeriodEnd field value

func (*MtuSnapshotV1) GetPeriodEndOk ¶

func (o *MtuSnapshotV1) GetPeriodEndOk() (*float32, bool)

GetPeriodEndOk returns a tuple with the PeriodEnd field value and a boolean to check if the value has been set.

func (*MtuSnapshotV1) GetPeriodStart ¶

func (o *MtuSnapshotV1) GetPeriodStart() float32

GetPeriodStart returns the PeriodStart field value

func (*MtuSnapshotV1) GetPeriodStartOk ¶

func (o *MtuSnapshotV1) GetPeriodStartOk() (*float32, bool)

GetPeriodStartOk returns a tuple with the PeriodStart field value and a boolean to check if the value has been set.

func (*MtuSnapshotV1) GetTimestamp ¶

func (o *MtuSnapshotV1) GetTimestamp() string

GetTimestamp returns the Timestamp field value

func (*MtuSnapshotV1) GetTimestampOk ¶

func (o *MtuSnapshotV1) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (MtuSnapshotV1) MarshalJSON ¶

func (o MtuSnapshotV1) MarshalJSON() ([]byte, error)

func (*MtuSnapshotV1) SetAnonymous ¶

func (o *MtuSnapshotV1) SetAnonymous(v string)

SetAnonymous sets field value

func (*MtuSnapshotV1) SetAnonymousIdentified ¶

func (o *MtuSnapshotV1) SetAnonymousIdentified(v string)

SetAnonymousIdentified sets field value

func (*MtuSnapshotV1) SetIdentified ¶

func (o *MtuSnapshotV1) SetIdentified(v string)

SetIdentified sets field value

func (*MtuSnapshotV1) SetNeverIdentified ¶

func (o *MtuSnapshotV1) SetNeverIdentified(v string)

SetNeverIdentified sets field value

func (*MtuSnapshotV1) SetPeriodEnd ¶

func (o *MtuSnapshotV1) SetPeriodEnd(v float32)

SetPeriodEnd sets field value

func (*MtuSnapshotV1) SetPeriodStart ¶

func (o *MtuSnapshotV1) SetPeriodStart(v float32)

SetPeriodStart sets field value

func (*MtuSnapshotV1) SetTimestamp ¶

func (o *MtuSnapshotV1) SetTimestamp(v string)

SetTimestamp sets field value

func (MtuSnapshotV1) ToMap ¶

func (o MtuSnapshotV1) ToMap() (map[string]interface{}, error)

type NullableAPICallSnapshotV1 ¶

type NullableAPICallSnapshotV1 struct {
	// contains filtered or unexported fields
}

func NewNullableAPICallSnapshotV1 ¶

func NewNullableAPICallSnapshotV1(val *APICallSnapshotV1) *NullableAPICallSnapshotV1

func (NullableAPICallSnapshotV1) Get ¶

func (NullableAPICallSnapshotV1) IsSet ¶

func (v NullableAPICallSnapshotV1) IsSet() bool

func (NullableAPICallSnapshotV1) MarshalJSON ¶

func (v NullableAPICallSnapshotV1) MarshalJSON() ([]byte, error)

func (*NullableAPICallSnapshotV1) Set ¶

func (*NullableAPICallSnapshotV1) UnmarshalJSON ¶

func (v *NullableAPICallSnapshotV1) UnmarshalJSON(src []byte) error

func (*NullableAPICallSnapshotV1) Unset ¶

func (v *NullableAPICallSnapshotV1) Unset()

type NullableAccessPermissionV1 ¶

type NullableAccessPermissionV1 struct {
	// contains filtered or unexported fields
}

func NewNullableAccessPermissionV1 ¶

func NewNullableAccessPermissionV1(val *AccessPermissionV1) *NullableAccessPermissionV1

func (NullableAccessPermissionV1) Get ¶

func (NullableAccessPermissionV1) IsSet ¶

func (v NullableAccessPermissionV1) IsSet() bool

func (NullableAccessPermissionV1) MarshalJSON ¶

func (v NullableAccessPermissionV1) MarshalJSON() ([]byte, error)

func (*NullableAccessPermissionV1) Set ¶

func (*NullableAccessPermissionV1) UnmarshalJSON ¶

func (v *NullableAccessPermissionV1) UnmarshalJSON(src []byte) error

func (*NullableAccessPermissionV1) Unset ¶

func (v *NullableAccessPermissionV1) Unset()

type NullableActivationOutput ¶

type NullableActivationOutput struct {
	// contains filtered or unexported fields
}

func NewNullableActivationOutput ¶

func NewNullableActivationOutput(val *ActivationOutput) *NullableActivationOutput

func (NullableActivationOutput) Get ¶

func (NullableActivationOutput) IsSet ¶

func (v NullableActivationOutput) IsSet() bool

func (NullableActivationOutput) MarshalJSON ¶

func (v NullableActivationOutput) MarshalJSON() ([]byte, error)

func (*NullableActivationOutput) Set ¶

func (*NullableActivationOutput) UnmarshalJSON ¶

func (v *NullableActivationOutput) UnmarshalJSON(src []byte) error

func (*NullableActivationOutput) Unset ¶

func (v *NullableActivationOutput) Unset()

type NullableAddActivationToAudience200Response ¶

type NullableAddActivationToAudience200Response struct {
	// contains filtered or unexported fields
}

func (NullableAddActivationToAudience200Response) Get ¶

func (NullableAddActivationToAudience200Response) IsSet ¶

func (NullableAddActivationToAudience200Response) MarshalJSON ¶

func (*NullableAddActivationToAudience200Response) Set ¶

func (*NullableAddActivationToAudience200Response) UnmarshalJSON ¶

func (v *NullableAddActivationToAudience200Response) UnmarshalJSON(src []byte) error

func (*NullableAddActivationToAudience200Response) Unset ¶

type NullableAddActivationToAudienceAlphaInput ¶

type NullableAddActivationToAudienceAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableAddActivationToAudienceAlphaInput) Get ¶

func (NullableAddActivationToAudienceAlphaInput) IsSet ¶

func (NullableAddActivationToAudienceAlphaInput) MarshalJSON ¶

func (*NullableAddActivationToAudienceAlphaInput) Set ¶

func (*NullableAddActivationToAudienceAlphaInput) UnmarshalJSON ¶

func (v *NullableAddActivationToAudienceAlphaInput) UnmarshalJSON(src []byte) error

func (*NullableAddActivationToAudienceAlphaInput) Unset ¶

type NullableAddActivationToAudienceAlphaOutput ¶

type NullableAddActivationToAudienceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableAddActivationToAudienceAlphaOutput) Get ¶

func (NullableAddActivationToAudienceAlphaOutput) IsSet ¶

func (NullableAddActivationToAudienceAlphaOutput) MarshalJSON ¶

func (*NullableAddActivationToAudienceAlphaOutput) Set ¶

func (*NullableAddActivationToAudienceAlphaOutput) UnmarshalJSON ¶

func (v *NullableAddActivationToAudienceAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableAddActivationToAudienceAlphaOutput) Unset ¶

type NullableAddConnectionFromSourceToWarehouse201Response ¶

type NullableAddConnectionFromSourceToWarehouse201Response struct {
	// contains filtered or unexported fields
}

func (NullableAddConnectionFromSourceToWarehouse201Response) Get ¶

func (NullableAddConnectionFromSourceToWarehouse201Response) IsSet ¶

func (NullableAddConnectionFromSourceToWarehouse201Response) MarshalJSON ¶

func (*NullableAddConnectionFromSourceToWarehouse201Response) Set ¶

func (*NullableAddConnectionFromSourceToWarehouse201Response) UnmarshalJSON ¶

func (*NullableAddConnectionFromSourceToWarehouse201Response) Unset ¶

type NullableAddConnectionFromSourceToWarehouseV1Output ¶

type NullableAddConnectionFromSourceToWarehouseV1Output struct {
	// contains filtered or unexported fields
}

func (NullableAddConnectionFromSourceToWarehouseV1Output) Get ¶

func (NullableAddConnectionFromSourceToWarehouseV1Output) IsSet ¶

func (NullableAddConnectionFromSourceToWarehouseV1Output) MarshalJSON ¶

func (*NullableAddConnectionFromSourceToWarehouseV1Output) Set ¶

func (*NullableAddConnectionFromSourceToWarehouseV1Output) UnmarshalJSON ¶

func (*NullableAddConnectionFromSourceToWarehouseV1Output) Unset ¶

type NullableAddDestinationToAudience200Response ¶

type NullableAddDestinationToAudience200Response struct {
	// contains filtered or unexported fields
}

func (NullableAddDestinationToAudience200Response) Get ¶

func (NullableAddDestinationToAudience200Response) IsSet ¶

func (NullableAddDestinationToAudience200Response) MarshalJSON ¶

func (*NullableAddDestinationToAudience200Response) Set ¶

func (*NullableAddDestinationToAudience200Response) UnmarshalJSON ¶

func (v *NullableAddDestinationToAudience200Response) UnmarshalJSON(src []byte) error

func (*NullableAddDestinationToAudience200Response) Unset ¶

type NullableAddDestinationToAudienceAlphaInput ¶

type NullableAddDestinationToAudienceAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableAddDestinationToAudienceAlphaInput) Get ¶

func (NullableAddDestinationToAudienceAlphaInput) IsSet ¶

func (NullableAddDestinationToAudienceAlphaInput) MarshalJSON ¶

func (*NullableAddDestinationToAudienceAlphaInput) Set ¶

func (*NullableAddDestinationToAudienceAlphaInput) UnmarshalJSON ¶

func (v *NullableAddDestinationToAudienceAlphaInput) UnmarshalJSON(src []byte) error

func (*NullableAddDestinationToAudienceAlphaInput) Unset ¶

type NullableAddDestinationToAudienceAlphaOutput ¶

type NullableAddDestinationToAudienceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableAddDestinationToAudienceAlphaOutput) Get ¶

func (NullableAddDestinationToAudienceAlphaOutput) IsSet ¶

func (NullableAddDestinationToAudienceAlphaOutput) MarshalJSON ¶

func (*NullableAddDestinationToAudienceAlphaOutput) Set ¶

func (*NullableAddDestinationToAudienceAlphaOutput) UnmarshalJSON ¶

func (v *NullableAddDestinationToAudienceAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableAddDestinationToAudienceAlphaOutput) Unset ¶

type NullableAddLabelsToSource200Response ¶

type NullableAddLabelsToSource200Response struct {
	// contains filtered or unexported fields
}

func (NullableAddLabelsToSource200Response) Get ¶

func (NullableAddLabelsToSource200Response) IsSet ¶

func (NullableAddLabelsToSource200Response) MarshalJSON ¶

func (v NullableAddLabelsToSource200Response) MarshalJSON() ([]byte, error)

func (*NullableAddLabelsToSource200Response) Set ¶

func (*NullableAddLabelsToSource200Response) UnmarshalJSON ¶

func (v *NullableAddLabelsToSource200Response) UnmarshalJSON(src []byte) error

func (*NullableAddLabelsToSource200Response) Unset ¶

type NullableAddLabelsToSource200Response1 ¶

type NullableAddLabelsToSource200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableAddLabelsToSource200Response1) Get ¶

func (NullableAddLabelsToSource200Response1) IsSet ¶

func (NullableAddLabelsToSource200Response1) MarshalJSON ¶

func (v NullableAddLabelsToSource200Response1) MarshalJSON() ([]byte, error)

func (*NullableAddLabelsToSource200Response1) Set ¶

func (*NullableAddLabelsToSource200Response1) UnmarshalJSON ¶

func (v *NullableAddLabelsToSource200Response1) UnmarshalJSON(src []byte) error

func (*NullableAddLabelsToSource200Response1) Unset ¶

type NullableAddLabelsToSourceAlphaInput ¶

type NullableAddLabelsToSourceAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableAddLabelsToSourceAlphaInput) Get ¶

func (NullableAddLabelsToSourceAlphaInput) IsSet ¶

func (NullableAddLabelsToSourceAlphaInput) MarshalJSON ¶

func (v NullableAddLabelsToSourceAlphaInput) MarshalJSON() ([]byte, error)

func (*NullableAddLabelsToSourceAlphaInput) Set ¶

func (*NullableAddLabelsToSourceAlphaInput) UnmarshalJSON ¶

func (v *NullableAddLabelsToSourceAlphaInput) UnmarshalJSON(src []byte) error

func (*NullableAddLabelsToSourceAlphaInput) Unset ¶

type NullableAddLabelsToSourceAlphaOutput ¶

type NullableAddLabelsToSourceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableAddLabelsToSourceAlphaOutput) Get ¶

func (NullableAddLabelsToSourceAlphaOutput) IsSet ¶

func (NullableAddLabelsToSourceAlphaOutput) MarshalJSON ¶

func (v NullableAddLabelsToSourceAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableAddLabelsToSourceAlphaOutput) Set ¶

func (*NullableAddLabelsToSourceAlphaOutput) UnmarshalJSON ¶

func (v *NullableAddLabelsToSourceAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableAddLabelsToSourceAlphaOutput) Unset ¶

type NullableAddLabelsToSourceV1Input ¶

type NullableAddLabelsToSourceV1Input struct {
	// contains filtered or unexported fields
}

func (NullableAddLabelsToSourceV1Input) Get ¶

func (NullableAddLabelsToSourceV1Input) IsSet ¶

func (NullableAddLabelsToSourceV1Input) MarshalJSON ¶

func (v NullableAddLabelsToSourceV1Input) MarshalJSON() ([]byte, error)

func (*NullableAddLabelsToSourceV1Input) Set ¶

func (*NullableAddLabelsToSourceV1Input) UnmarshalJSON ¶

func (v *NullableAddLabelsToSourceV1Input) UnmarshalJSON(src []byte) error

func (*NullableAddLabelsToSourceV1Input) Unset ¶

type NullableAddLabelsToSourceV1Output ¶

type NullableAddLabelsToSourceV1Output struct {
	// contains filtered or unexported fields
}

func (NullableAddLabelsToSourceV1Output) Get ¶

func (NullableAddLabelsToSourceV1Output) IsSet ¶

func (NullableAddLabelsToSourceV1Output) MarshalJSON ¶

func (v NullableAddLabelsToSourceV1Output) MarshalJSON() ([]byte, error)

func (*NullableAddLabelsToSourceV1Output) Set ¶

func (*NullableAddLabelsToSourceV1Output) UnmarshalJSON ¶

func (v *NullableAddLabelsToSourceV1Output) UnmarshalJSON(src []byte) error

func (*NullableAddLabelsToSourceV1Output) Unset ¶

type NullableAddPermissionsToUser200Response ¶

type NullableAddPermissionsToUser200Response struct {
	// contains filtered or unexported fields
}

func (NullableAddPermissionsToUser200Response) Get ¶

func (NullableAddPermissionsToUser200Response) IsSet ¶

func (NullableAddPermissionsToUser200Response) MarshalJSON ¶

func (v NullableAddPermissionsToUser200Response) MarshalJSON() ([]byte, error)

func (*NullableAddPermissionsToUser200Response) Set ¶

func (*NullableAddPermissionsToUser200Response) UnmarshalJSON ¶

func (v *NullableAddPermissionsToUser200Response) UnmarshalJSON(src []byte) error

func (*NullableAddPermissionsToUser200Response) Unset ¶

type NullableAddPermissionsToUserGroup200Response ¶

type NullableAddPermissionsToUserGroup200Response struct {
	// contains filtered or unexported fields
}

func (NullableAddPermissionsToUserGroup200Response) Get ¶

func (NullableAddPermissionsToUserGroup200Response) IsSet ¶

func (NullableAddPermissionsToUserGroup200Response) MarshalJSON ¶

func (*NullableAddPermissionsToUserGroup200Response) Set ¶

func (*NullableAddPermissionsToUserGroup200Response) UnmarshalJSON ¶

func (*NullableAddPermissionsToUserGroup200Response) Unset ¶

type NullableAddPermissionsToUserGroupV1Input ¶

type NullableAddPermissionsToUserGroupV1Input struct {
	// contains filtered or unexported fields
}

func (NullableAddPermissionsToUserGroupV1Input) Get ¶

func (NullableAddPermissionsToUserGroupV1Input) IsSet ¶

func (NullableAddPermissionsToUserGroupV1Input) MarshalJSON ¶

func (*NullableAddPermissionsToUserGroupV1Input) Set ¶

func (*NullableAddPermissionsToUserGroupV1Input) UnmarshalJSON ¶

func (v *NullableAddPermissionsToUserGroupV1Input) UnmarshalJSON(src []byte) error

func (*NullableAddPermissionsToUserGroupV1Input) Unset ¶

type NullableAddPermissionsToUserGroupV1Output ¶

type NullableAddPermissionsToUserGroupV1Output struct {
	// contains filtered or unexported fields
}

func (NullableAddPermissionsToUserGroupV1Output) Get ¶

func (NullableAddPermissionsToUserGroupV1Output) IsSet ¶

func (NullableAddPermissionsToUserGroupV1Output) MarshalJSON ¶

func (*NullableAddPermissionsToUserGroupV1Output) Set ¶

func (*NullableAddPermissionsToUserGroupV1Output) UnmarshalJSON ¶

func (v *NullableAddPermissionsToUserGroupV1Output) UnmarshalJSON(src []byte) error

func (*NullableAddPermissionsToUserGroupV1Output) Unset ¶

type NullableAddPermissionsToUserV1Input ¶

type NullableAddPermissionsToUserV1Input struct {
	// contains filtered or unexported fields
}

func (NullableAddPermissionsToUserV1Input) Get ¶

func (NullableAddPermissionsToUserV1Input) IsSet ¶

func (NullableAddPermissionsToUserV1Input) MarshalJSON ¶

func (v NullableAddPermissionsToUserV1Input) MarshalJSON() ([]byte, error)

func (*NullableAddPermissionsToUserV1Input) Set ¶

func (*NullableAddPermissionsToUserV1Input) UnmarshalJSON ¶

func (v *NullableAddPermissionsToUserV1Input) UnmarshalJSON(src []byte) error

func (*NullableAddPermissionsToUserV1Input) Unset ¶

type NullableAddPermissionsToUserV1Output ¶

type NullableAddPermissionsToUserV1Output struct {
	// contains filtered or unexported fields
}

func (NullableAddPermissionsToUserV1Output) Get ¶

func (NullableAddPermissionsToUserV1Output) IsSet ¶

func (NullableAddPermissionsToUserV1Output) MarshalJSON ¶

func (v NullableAddPermissionsToUserV1Output) MarshalJSON() ([]byte, error)

func (*NullableAddPermissionsToUserV1Output) Set ¶

func (*NullableAddPermissionsToUserV1Output) UnmarshalJSON ¶

func (v *NullableAddPermissionsToUserV1Output) UnmarshalJSON(src []byte) error

func (*NullableAddPermissionsToUserV1Output) Unset ¶

type NullableAddSourceToTrackingPlan200Response ¶

type NullableAddSourceToTrackingPlan200Response struct {
	// contains filtered or unexported fields
}

func (NullableAddSourceToTrackingPlan200Response) Get ¶

func (NullableAddSourceToTrackingPlan200Response) IsSet ¶

func (NullableAddSourceToTrackingPlan200Response) MarshalJSON ¶

func (*NullableAddSourceToTrackingPlan200Response) Set ¶

func (*NullableAddSourceToTrackingPlan200Response) UnmarshalJSON ¶

func (v *NullableAddSourceToTrackingPlan200Response) UnmarshalJSON(src []byte) error

func (*NullableAddSourceToTrackingPlan200Response) Unset ¶

type NullableAddSourceToTrackingPlanV1Input ¶

type NullableAddSourceToTrackingPlanV1Input struct {
	// contains filtered or unexported fields
}

func (NullableAddSourceToTrackingPlanV1Input) Get ¶

func (NullableAddSourceToTrackingPlanV1Input) IsSet ¶

func (NullableAddSourceToTrackingPlanV1Input) MarshalJSON ¶

func (v NullableAddSourceToTrackingPlanV1Input) MarshalJSON() ([]byte, error)

func (*NullableAddSourceToTrackingPlanV1Input) Set ¶

func (*NullableAddSourceToTrackingPlanV1Input) UnmarshalJSON ¶

func (v *NullableAddSourceToTrackingPlanV1Input) UnmarshalJSON(src []byte) error

func (*NullableAddSourceToTrackingPlanV1Input) Unset ¶

type NullableAddSourceToTrackingPlanV1Output ¶

type NullableAddSourceToTrackingPlanV1Output struct {
	// contains filtered or unexported fields
}

func (NullableAddSourceToTrackingPlanV1Output) Get ¶

func (NullableAddSourceToTrackingPlanV1Output) IsSet ¶

func (NullableAddSourceToTrackingPlanV1Output) MarshalJSON ¶

func (v NullableAddSourceToTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*NullableAddSourceToTrackingPlanV1Output) Set ¶

func (*NullableAddSourceToTrackingPlanV1Output) UnmarshalJSON ¶

func (v *NullableAddSourceToTrackingPlanV1Output) UnmarshalJSON(src []byte) error

func (*NullableAddSourceToTrackingPlanV1Output) Unset ¶

type NullableAddUsersToUserGroup200Response ¶

type NullableAddUsersToUserGroup200Response struct {
	// contains filtered or unexported fields
}

func (NullableAddUsersToUserGroup200Response) Get ¶

func (NullableAddUsersToUserGroup200Response) IsSet ¶

func (NullableAddUsersToUserGroup200Response) MarshalJSON ¶

func (v NullableAddUsersToUserGroup200Response) MarshalJSON() ([]byte, error)

func (*NullableAddUsersToUserGroup200Response) Set ¶

func (*NullableAddUsersToUserGroup200Response) UnmarshalJSON ¶

func (v *NullableAddUsersToUserGroup200Response) UnmarshalJSON(src []byte) error

func (*NullableAddUsersToUserGroup200Response) Unset ¶

type NullableAddUsersToUserGroupV1Input ¶

type NullableAddUsersToUserGroupV1Input struct {
	// contains filtered or unexported fields
}

func (NullableAddUsersToUserGroupV1Input) Get ¶

func (NullableAddUsersToUserGroupV1Input) IsSet ¶

func (NullableAddUsersToUserGroupV1Input) MarshalJSON ¶

func (v NullableAddUsersToUserGroupV1Input) MarshalJSON() ([]byte, error)

func (*NullableAddUsersToUserGroupV1Input) Set ¶

func (*NullableAddUsersToUserGroupV1Input) UnmarshalJSON ¶

func (v *NullableAddUsersToUserGroupV1Input) UnmarshalJSON(src []byte) error

func (*NullableAddUsersToUserGroupV1Input) Unset ¶

type NullableAddUsersToUserGroupV1Output ¶

type NullableAddUsersToUserGroupV1Output struct {
	// contains filtered or unexported fields
}

func (NullableAddUsersToUserGroupV1Output) Get ¶

func (NullableAddUsersToUserGroupV1Output) IsSet ¶

func (NullableAddUsersToUserGroupV1Output) MarshalJSON ¶

func (v NullableAddUsersToUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*NullableAddUsersToUserGroupV1Output) Set ¶

func (*NullableAddUsersToUserGroupV1Output) UnmarshalJSON ¶

func (v *NullableAddUsersToUserGroupV1Output) UnmarshalJSON(src []byte) error

func (*NullableAddUsersToUserGroupV1Output) Unset ¶

type NullableAdvancedWarehouseSyncScheduleV1Input ¶

type NullableAdvancedWarehouseSyncScheduleV1Input struct {
	// contains filtered or unexported fields
}

func (NullableAdvancedWarehouseSyncScheduleV1Input) Get ¶

func (NullableAdvancedWarehouseSyncScheduleV1Input) IsSet ¶

func (NullableAdvancedWarehouseSyncScheduleV1Input) MarshalJSON ¶

func (*NullableAdvancedWarehouseSyncScheduleV1Input) Set ¶

func (*NullableAdvancedWarehouseSyncScheduleV1Input) UnmarshalJSON ¶

func (*NullableAdvancedWarehouseSyncScheduleV1Input) Unset ¶

type NullableAdvancedWarehouseSyncScheduleV1Output ¶

type NullableAdvancedWarehouseSyncScheduleV1Output struct {
	// contains filtered or unexported fields
}

func (NullableAdvancedWarehouseSyncScheduleV1Output) Get ¶

func (NullableAdvancedWarehouseSyncScheduleV1Output) IsSet ¶

func (NullableAdvancedWarehouseSyncScheduleV1Output) MarshalJSON ¶

func (*NullableAdvancedWarehouseSyncScheduleV1Output) Set ¶

func (*NullableAdvancedWarehouseSyncScheduleV1Output) UnmarshalJSON ¶

func (*NullableAdvancedWarehouseSyncScheduleV1Output) Unset ¶

type NullableAllowedLabelBeta ¶

type NullableAllowedLabelBeta struct {
	// contains filtered or unexported fields
}

func NewNullableAllowedLabelBeta ¶

func NewNullableAllowedLabelBeta(val *AllowedLabelBeta) *NullableAllowedLabelBeta

func (NullableAllowedLabelBeta) Get ¶

func (NullableAllowedLabelBeta) IsSet ¶

func (v NullableAllowedLabelBeta) IsSet() bool

func (NullableAllowedLabelBeta) MarshalJSON ¶

func (v NullableAllowedLabelBeta) MarshalJSON() ([]byte, error)

func (*NullableAllowedLabelBeta) Set ¶

func (*NullableAllowedLabelBeta) UnmarshalJSON ¶

func (v *NullableAllowedLabelBeta) UnmarshalJSON(src []byte) error

func (*NullableAllowedLabelBeta) Unset ¶

func (v *NullableAllowedLabelBeta) Unset()

type NullableAudienceComputeCadence ¶

type NullableAudienceComputeCadence struct {
	// contains filtered or unexported fields
}

func (NullableAudienceComputeCadence) Get ¶

func (NullableAudienceComputeCadence) IsSet ¶

func (NullableAudienceComputeCadence) MarshalJSON ¶

func (v NullableAudienceComputeCadence) MarshalJSON() ([]byte, error)

func (*NullableAudienceComputeCadence) Set ¶

func (*NullableAudienceComputeCadence) UnmarshalJSON ¶

func (v *NullableAudienceComputeCadence) UnmarshalJSON(src []byte) error

func (*NullableAudienceComputeCadence) Unset ¶

func (v *NullableAudienceComputeCadence) Unset()

type NullableAudienceDefinition ¶

type NullableAudienceDefinition struct {
	// contains filtered or unexported fields
}

func NewNullableAudienceDefinition ¶

func NewNullableAudienceDefinition(val *AudienceDefinition) *NullableAudienceDefinition

func (NullableAudienceDefinition) Get ¶

func (NullableAudienceDefinition) IsSet ¶

func (v NullableAudienceDefinition) IsSet() bool

func (NullableAudienceDefinition) MarshalJSON ¶

func (v NullableAudienceDefinition) MarshalJSON() ([]byte, error)

func (*NullableAudienceDefinition) Set ¶

func (*NullableAudienceDefinition) UnmarshalJSON ¶

func (v *NullableAudienceDefinition) UnmarshalJSON(src []byte) error

func (*NullableAudienceDefinition) Unset ¶

func (v *NullableAudienceDefinition) Unset()

type NullableAudienceOptions ¶

type NullableAudienceOptions struct {
	// contains filtered or unexported fields
}

func NewNullableAudienceOptions ¶

func NewNullableAudienceOptions(val *AudienceOptions) *NullableAudienceOptions

func (NullableAudienceOptions) Get ¶

func (NullableAudienceOptions) IsSet ¶

func (v NullableAudienceOptions) IsSet() bool

func (NullableAudienceOptions) MarshalJSON ¶

func (v NullableAudienceOptions) MarshalJSON() ([]byte, error)

func (*NullableAudienceOptions) Set ¶

func (*NullableAudienceOptions) UnmarshalJSON ¶

func (v *NullableAudienceOptions) UnmarshalJSON(src []byte) error

func (*NullableAudienceOptions) Unset ¶

func (v *NullableAudienceOptions) Unset()

type NullableAudienceOptionsWithLookback ¶

type NullableAudienceOptionsWithLookback struct {
	// contains filtered or unexported fields
}

func (NullableAudienceOptionsWithLookback) Get ¶

func (NullableAudienceOptionsWithLookback) IsSet ¶

func (NullableAudienceOptionsWithLookback) MarshalJSON ¶

func (v NullableAudienceOptionsWithLookback) MarshalJSON() ([]byte, error)

func (*NullableAudienceOptionsWithLookback) Set ¶

func (*NullableAudienceOptionsWithLookback) UnmarshalJSON ¶

func (v *NullableAudienceOptionsWithLookback) UnmarshalJSON(src []byte) error

func (*NullableAudienceOptionsWithLookback) Unset ¶

type NullableAudiencePreview ¶

type NullableAudiencePreview struct {
	// contains filtered or unexported fields
}

func NewNullableAudiencePreview ¶

func NewNullableAudiencePreview(val *AudiencePreview) *NullableAudiencePreview

func (NullableAudiencePreview) Get ¶

func (NullableAudiencePreview) IsSet ¶

func (v NullableAudiencePreview) IsSet() bool

func (NullableAudiencePreview) MarshalJSON ¶

func (v NullableAudiencePreview) MarshalJSON() ([]byte, error)

func (*NullableAudiencePreview) Set ¶

func (*NullableAudiencePreview) UnmarshalJSON ¶

func (v *NullableAudiencePreview) UnmarshalJSON(src []byte) error

func (*NullableAudiencePreview) Unset ¶

func (v *NullableAudiencePreview) Unset()

type NullableAudiencePreviewAccountResult ¶

type NullableAudiencePreviewAccountResult struct {
	// contains filtered or unexported fields
}

func (NullableAudiencePreviewAccountResult) Get ¶

func (NullableAudiencePreviewAccountResult) IsSet ¶

func (NullableAudiencePreviewAccountResult) MarshalJSON ¶

func (v NullableAudiencePreviewAccountResult) MarshalJSON() ([]byte, error)

func (*NullableAudiencePreviewAccountResult) Set ¶

func (*NullableAudiencePreviewAccountResult) UnmarshalJSON ¶

func (v *NullableAudiencePreviewAccountResult) UnmarshalJSON(src []byte) error

func (*NullableAudiencePreviewAccountResult) Unset ¶

type NullableAudiencePreviewEntitiesResult ¶

type NullableAudiencePreviewEntitiesResult struct {
	// contains filtered or unexported fields
}

func (NullableAudiencePreviewEntitiesResult) Get ¶

func (NullableAudiencePreviewEntitiesResult) IsSet ¶

func (NullableAudiencePreviewEntitiesResult) MarshalJSON ¶

func (v NullableAudiencePreviewEntitiesResult) MarshalJSON() ([]byte, error)

func (*NullableAudiencePreviewEntitiesResult) Set ¶

func (*NullableAudiencePreviewEntitiesResult) UnmarshalJSON ¶

func (v *NullableAudiencePreviewEntitiesResult) UnmarshalJSON(src []byte) error

func (*NullableAudiencePreviewEntitiesResult) Unset ¶

type NullableAudiencePreviewIdentifier ¶

type NullableAudiencePreviewIdentifier struct {
	// contains filtered or unexported fields
}

func (NullableAudiencePreviewIdentifier) Get ¶

func (NullableAudiencePreviewIdentifier) IsSet ¶

func (NullableAudiencePreviewIdentifier) MarshalJSON ¶

func (v NullableAudiencePreviewIdentifier) MarshalJSON() ([]byte, error)

func (*NullableAudiencePreviewIdentifier) Set ¶

func (*NullableAudiencePreviewIdentifier) UnmarshalJSON ¶

func (v *NullableAudiencePreviewIdentifier) UnmarshalJSON(src []byte) error

func (*NullableAudiencePreviewIdentifier) Unset ¶

type NullableAudiencePreviewProfileResult ¶

type NullableAudiencePreviewProfileResult struct {
	// contains filtered or unexported fields
}

func (NullableAudiencePreviewProfileResult) Get ¶

func (NullableAudiencePreviewProfileResult) IsSet ¶

func (NullableAudiencePreviewProfileResult) MarshalJSON ¶

func (v NullableAudiencePreviewProfileResult) MarshalJSON() ([]byte, error)

func (*NullableAudiencePreviewProfileResult) Set ¶

func (*NullableAudiencePreviewProfileResult) UnmarshalJSON ¶

func (v *NullableAudiencePreviewProfileResult) UnmarshalJSON(src []byte) error

func (*NullableAudiencePreviewProfileResult) Unset ¶

type NullableAudiencePreviewResult ¶

type NullableAudiencePreviewResult struct {
	// contains filtered or unexported fields
}

func (NullableAudiencePreviewResult) Get ¶

func (NullableAudiencePreviewResult) IsSet ¶

func (NullableAudiencePreviewResult) MarshalJSON ¶

func (v NullableAudiencePreviewResult) MarshalJSON() ([]byte, error)

func (*NullableAudiencePreviewResult) Set ¶

func (*NullableAudiencePreviewResult) UnmarshalJSON ¶

func (v *NullableAudiencePreviewResult) UnmarshalJSON(src []byte) error

func (*NullableAudiencePreviewResult) Unset ¶

func (v *NullableAudiencePreviewResult) Unset()

type NullableAudienceSchedule ¶

type NullableAudienceSchedule struct {
	// contains filtered or unexported fields
}

func NewNullableAudienceSchedule ¶

func NewNullableAudienceSchedule(val *AudienceSchedule) *NullableAudienceSchedule

func (NullableAudienceSchedule) Get ¶

func (NullableAudienceSchedule) IsSet ¶

func (v NullableAudienceSchedule) IsSet() bool

func (NullableAudienceSchedule) MarshalJSON ¶

func (v NullableAudienceSchedule) MarshalJSON() ([]byte, error)

func (*NullableAudienceSchedule) Set ¶

func (*NullableAudienceSchedule) UnmarshalJSON ¶

func (v *NullableAudienceSchedule) UnmarshalJSON(src []byte) error

func (*NullableAudienceSchedule) Unset ¶

func (v *NullableAudienceSchedule) Unset()

type NullableAudienceSize ¶

type NullableAudienceSize struct {
	// contains filtered or unexported fields
}

func NewNullableAudienceSize ¶

func NewNullableAudienceSize(val *AudienceSize) *NullableAudienceSize

func (NullableAudienceSize) Get ¶

func (NullableAudienceSize) IsSet ¶

func (v NullableAudienceSize) IsSet() bool

func (NullableAudienceSize) MarshalJSON ¶

func (v NullableAudienceSize) MarshalJSON() ([]byte, error)

func (*NullableAudienceSize) Set ¶

func (v *NullableAudienceSize) Set(val *AudienceSize)

func (*NullableAudienceSize) UnmarshalJSON ¶

func (v *NullableAudienceSize) UnmarshalJSON(src []byte) error

func (*NullableAudienceSize) Unset ¶

func (v *NullableAudienceSize) Unset()

type NullableAudienceSummary ¶

type NullableAudienceSummary struct {
	// contains filtered or unexported fields
}

func NewNullableAudienceSummary ¶

func NewNullableAudienceSummary(val *AudienceSummary) *NullableAudienceSummary

func (NullableAudienceSummary) Get ¶

func (NullableAudienceSummary) IsSet ¶

func (v NullableAudienceSummary) IsSet() bool

func (NullableAudienceSummary) MarshalJSON ¶

func (v NullableAudienceSummary) MarshalJSON() ([]byte, error)

func (*NullableAudienceSummary) Set ¶

func (*NullableAudienceSummary) UnmarshalJSON ¶

func (v *NullableAudienceSummary) UnmarshalJSON(src []byte) error

func (*NullableAudienceSummary) Unset ¶

func (v *NullableAudienceSummary) Unset()

type NullableAudienceSummaryWithAudienceTypeAndLookback ¶

type NullableAudienceSummaryWithAudienceTypeAndLookback struct {
	// contains filtered or unexported fields
}

func (NullableAudienceSummaryWithAudienceTypeAndLookback) Get ¶

func (NullableAudienceSummaryWithAudienceTypeAndLookback) IsSet ¶

func (NullableAudienceSummaryWithAudienceTypeAndLookback) MarshalJSON ¶

func (*NullableAudienceSummaryWithAudienceTypeAndLookback) Set ¶

func (*NullableAudienceSummaryWithAudienceTypeAndLookback) UnmarshalJSON ¶

func (*NullableAudienceSummaryWithAudienceTypeAndLookback) Unset ¶

type NullableAuditEventV1 ¶

type NullableAuditEventV1 struct {
	// contains filtered or unexported fields
}

func NewNullableAuditEventV1 ¶

func NewNullableAuditEventV1(val *AuditEventV1) *NullableAuditEventV1

func (NullableAuditEventV1) Get ¶

func (NullableAuditEventV1) IsSet ¶

func (v NullableAuditEventV1) IsSet() bool

func (NullableAuditEventV1) MarshalJSON ¶

func (v NullableAuditEventV1) MarshalJSON() ([]byte, error)

func (*NullableAuditEventV1) Set ¶

func (v *NullableAuditEventV1) Set(val *AuditEventV1)

func (*NullableAuditEventV1) UnmarshalJSON ¶

func (v *NullableAuditEventV1) UnmarshalJSON(src []byte) error

func (*NullableAuditEventV1) Unset ¶

func (v *NullableAuditEventV1) Unset()

type NullableBatchQueryMessagingSubscriptionsForSpace200Response ¶

type NullableBatchQueryMessagingSubscriptionsForSpace200Response struct {
	// contains filtered or unexported fields
}

func (NullableBatchQueryMessagingSubscriptionsForSpace200Response) Get ¶

func (NullableBatchQueryMessagingSubscriptionsForSpace200Response) IsSet ¶

func (NullableBatchQueryMessagingSubscriptionsForSpace200Response) MarshalJSON ¶

func (*NullableBatchQueryMessagingSubscriptionsForSpace200Response) Set ¶

func (*NullableBatchQueryMessagingSubscriptionsForSpace200Response) UnmarshalJSON ¶

func (*NullableBatchQueryMessagingSubscriptionsForSpace200Response) Unset ¶

type NullableBatchQueryMessagingSubscriptionsForSpaceAlphaInput ¶

type NullableBatchQueryMessagingSubscriptionsForSpaceAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableBatchQueryMessagingSubscriptionsForSpaceAlphaInput) Get ¶

func (NullableBatchQueryMessagingSubscriptionsForSpaceAlphaInput) IsSet ¶

func (NullableBatchQueryMessagingSubscriptionsForSpaceAlphaInput) MarshalJSON ¶

func (*NullableBatchQueryMessagingSubscriptionsForSpaceAlphaInput) Set ¶

func (*NullableBatchQueryMessagingSubscriptionsForSpaceAlphaInput) UnmarshalJSON ¶

func (*NullableBatchQueryMessagingSubscriptionsForSpaceAlphaInput) Unset ¶

type NullableBatchQueryMessagingSubscriptionsForSpaceAlphaOutput ¶

type NullableBatchQueryMessagingSubscriptionsForSpaceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableBatchQueryMessagingSubscriptionsForSpaceAlphaOutput) Get ¶

func (NullableBatchQueryMessagingSubscriptionsForSpaceAlphaOutput) IsSet ¶

func (NullableBatchQueryMessagingSubscriptionsForSpaceAlphaOutput) MarshalJSON ¶

func (*NullableBatchQueryMessagingSubscriptionsForSpaceAlphaOutput) Set ¶

func (*NullableBatchQueryMessagingSubscriptionsForSpaceAlphaOutput) UnmarshalJSON ¶

func (*NullableBatchQueryMessagingSubscriptionsForSpaceAlphaOutput) 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 NullableBreakdownBeta ¶

type NullableBreakdownBeta struct {
	// contains filtered or unexported fields
}

func NewNullableBreakdownBeta ¶

func NewNullableBreakdownBeta(val *BreakdownBeta) *NullableBreakdownBeta

func (NullableBreakdownBeta) Get ¶

func (NullableBreakdownBeta) IsSet ¶

func (v NullableBreakdownBeta) IsSet() bool

func (NullableBreakdownBeta) MarshalJSON ¶

func (v NullableBreakdownBeta) MarshalJSON() ([]byte, error)

func (*NullableBreakdownBeta) Set ¶

func (v *NullableBreakdownBeta) Set(val *BreakdownBeta)

func (*NullableBreakdownBeta) UnmarshalJSON ¶

func (v *NullableBreakdownBeta) UnmarshalJSON(src []byte) error

func (*NullableBreakdownBeta) Unset ¶

func (v *NullableBreakdownBeta) Unset()

type NullableCancelReverseETLSyncForModel200Response ¶

type NullableCancelReverseETLSyncForModel200Response struct {
	// contains filtered or unexported fields
}

func (NullableCancelReverseETLSyncForModel200Response) Get ¶

func (NullableCancelReverseETLSyncForModel200Response) IsSet ¶

func (NullableCancelReverseETLSyncForModel200Response) MarshalJSON ¶

func (*NullableCancelReverseETLSyncForModel200Response) Set ¶

func (*NullableCancelReverseETLSyncForModel200Response) UnmarshalJSON ¶

func (*NullableCancelReverseETLSyncForModel200Response) Unset ¶

type NullableCancelReverseETLSyncForModelInput ¶

type NullableCancelReverseETLSyncForModelInput struct {
	// contains filtered or unexported fields
}

func (NullableCancelReverseETLSyncForModelInput) Get ¶

func (NullableCancelReverseETLSyncForModelInput) IsSet ¶

func (NullableCancelReverseETLSyncForModelInput) MarshalJSON ¶

func (*NullableCancelReverseETLSyncForModelInput) Set ¶

func (*NullableCancelReverseETLSyncForModelInput) UnmarshalJSON ¶

func (v *NullableCancelReverseETLSyncForModelInput) UnmarshalJSON(src []byte) error

func (*NullableCancelReverseETLSyncForModelInput) Unset ¶

type NullableCancelReverseETLSyncForModelOutput ¶

type NullableCancelReverseETLSyncForModelOutput struct {
	// contains filtered or unexported fields
}

func (NullableCancelReverseETLSyncForModelOutput) Get ¶

func (NullableCancelReverseETLSyncForModelOutput) IsSet ¶

func (NullableCancelReverseETLSyncForModelOutput) MarshalJSON ¶

func (*NullableCancelReverseETLSyncForModelOutput) Set ¶

func (*NullableCancelReverseETLSyncForModelOutput) UnmarshalJSON ¶

func (v *NullableCancelReverseETLSyncForModelOutput) UnmarshalJSON(src []byte) error

func (*NullableCancelReverseETLSyncForModelOutput) Unset ¶

type NullableCommonSourceSettingsV1 ¶

type NullableCommonSourceSettingsV1 struct {
	// contains filtered or unexported fields
}

func (NullableCommonSourceSettingsV1) Get ¶

func (NullableCommonSourceSettingsV1) IsSet ¶

func (NullableCommonSourceSettingsV1) MarshalJSON ¶

func (v NullableCommonSourceSettingsV1) MarshalJSON() ([]byte, error)

func (*NullableCommonSourceSettingsV1) Set ¶

func (*NullableCommonSourceSettingsV1) UnmarshalJSON ¶

func (v *NullableCommonSourceSettingsV1) UnmarshalJSON(src []byte) error

func (*NullableCommonSourceSettingsV1) Unset ¶

func (v *NullableCommonSourceSettingsV1) Unset()

type NullableComputedTraitSummary ¶

type NullableComputedTraitSummary struct {
	// contains filtered or unexported fields
}

func (NullableComputedTraitSummary) Get ¶

func (NullableComputedTraitSummary) IsSet ¶

func (NullableComputedTraitSummary) MarshalJSON ¶

func (v NullableComputedTraitSummary) MarshalJSON() ([]byte, error)

func (*NullableComputedTraitSummary) Set ¶

func (*NullableComputedTraitSummary) UnmarshalJSON ¶

func (v *NullableComputedTraitSummary) UnmarshalJSON(src []byte) error

func (*NullableComputedTraitSummary) Unset ¶

func (v *NullableComputedTraitSummary) Unset()

type NullableComputedTraitsDefinition ¶

type NullableComputedTraitsDefinition struct {
	// contains filtered or unexported fields
}

func (NullableComputedTraitsDefinition) Get ¶

func (NullableComputedTraitsDefinition) IsSet ¶

func (NullableComputedTraitsDefinition) MarshalJSON ¶

func (v NullableComputedTraitsDefinition) MarshalJSON() ([]byte, error)

func (*NullableComputedTraitsDefinition) Set ¶

func (*NullableComputedTraitsDefinition) UnmarshalJSON ¶

func (v *NullableComputedTraitsDefinition) UnmarshalJSON(src []byte) error

func (*NullableComputedTraitsDefinition) Unset ¶

type NullableConfig ¶

type NullableConfig struct {
	// contains filtered or unexported fields
}

func NewNullableConfig ¶

func NewNullableConfig(val *Config) *NullableConfig

func (NullableConfig) Get ¶

func (v NullableConfig) Get() *Config

func (NullableConfig) IsSet ¶

func (v NullableConfig) IsSet() bool

func (NullableConfig) MarshalJSON ¶

func (v NullableConfig) MarshalJSON() ([]byte, error)

func (*NullableConfig) Set ¶

func (v *NullableConfig) Set(val *Config)

func (*NullableConfig) UnmarshalJSON ¶

func (v *NullableConfig) UnmarshalJSON(src []byte) error

func (*NullableConfig) Unset ¶

func (v *NullableConfig) Unset()

type NullableConfig1 ¶

type NullableConfig1 struct {
	// contains filtered or unexported fields
}

func NewNullableConfig1 ¶

func NewNullableConfig1(val *Config1) *NullableConfig1

func (NullableConfig1) Get ¶

func (v NullableConfig1) Get() *Config1

func (NullableConfig1) IsSet ¶

func (v NullableConfig1) IsSet() bool

func (NullableConfig1) MarshalJSON ¶

func (v NullableConfig1) MarshalJSON() ([]byte, error)

func (*NullableConfig1) Set ¶

func (v *NullableConfig1) Set(val *Config1)

func (*NullableConfig1) UnmarshalJSON ¶

func (v *NullableConfig1) UnmarshalJSON(src []byte) error

func (*NullableConfig1) Unset ¶

func (v *NullableConfig1) Unset()

type NullableConnection ¶

type NullableConnection struct {
	// contains filtered or unexported fields
}

func NewNullableConnection ¶

func NewNullableConnection(val *Connection) *NullableConnection

func (NullableConnection) Get ¶

func (v NullableConnection) Get() *Connection

func (NullableConnection) IsSet ¶

func (v NullableConnection) IsSet() bool

func (NullableConnection) MarshalJSON ¶

func (v NullableConnection) MarshalJSON() ([]byte, error)

func (*NullableConnection) Set ¶

func (v *NullableConnection) Set(val *Connection)

func (*NullableConnection) UnmarshalJSON ¶

func (v *NullableConnection) UnmarshalJSON(src []byte) error

func (*NullableConnection) Unset ¶

func (v *NullableConnection) Unset()

type NullableContact ¶

type NullableContact struct {
	// contains filtered or unexported fields
}

func NewNullableContact ¶

func NewNullableContact(val *Contact) *NullableContact

func (NullableContact) Get ¶

func (v NullableContact) Get() *Contact

func (NullableContact) IsSet ¶

func (v NullableContact) IsSet() bool

func (NullableContact) MarshalJSON ¶

func (v NullableContact) MarshalJSON() ([]byte, error)

func (*NullableContact) Set ¶

func (v *NullableContact) Set(val *Contact)

func (*NullableContact) UnmarshalJSON ¶

func (v *NullableContact) UnmarshalJSON(src []byte) error

func (*NullableContact) Unset ¶

func (v *NullableContact) Unset()

type NullableCreateAudience200Response ¶

type NullableCreateAudience200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateAudience200Response) Get ¶

func (NullableCreateAudience200Response) IsSet ¶

func (NullableCreateAudience200Response) MarshalJSON ¶

func (v NullableCreateAudience200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateAudience200Response) Set ¶

func (*NullableCreateAudience200Response) UnmarshalJSON ¶

func (v *NullableCreateAudience200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateAudience200Response) Unset ¶

type NullableCreateAudience200Response1 ¶

type NullableCreateAudience200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableCreateAudience200Response1) Get ¶

func (NullableCreateAudience200Response1) IsSet ¶

func (NullableCreateAudience200Response1) MarshalJSON ¶

func (v NullableCreateAudience200Response1) MarshalJSON() ([]byte, error)

func (*NullableCreateAudience200Response1) Set ¶

func (*NullableCreateAudience200Response1) UnmarshalJSON ¶

func (v *NullableCreateAudience200Response1) UnmarshalJSON(src []byte) error

func (*NullableCreateAudience200Response1) Unset ¶

type NullableCreateAudienceAlphaInput ¶

type NullableCreateAudienceAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateAudienceAlphaInput) Get ¶

func (NullableCreateAudienceAlphaInput) IsSet ¶

func (NullableCreateAudienceAlphaInput) MarshalJSON ¶

func (v NullableCreateAudienceAlphaInput) MarshalJSON() ([]byte, error)

func (*NullableCreateAudienceAlphaInput) Set ¶

func (*NullableCreateAudienceAlphaInput) UnmarshalJSON ¶

func (v *NullableCreateAudienceAlphaInput) UnmarshalJSON(src []byte) error

func (*NullableCreateAudienceAlphaInput) Unset ¶

type NullableCreateAudienceAlphaOutput ¶

type NullableCreateAudienceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateAudienceAlphaOutput) Get ¶

func (NullableCreateAudienceAlphaOutput) IsSet ¶

func (NullableCreateAudienceAlphaOutput) MarshalJSON ¶

func (v NullableCreateAudienceAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableCreateAudienceAlphaOutput) Set ¶

func (*NullableCreateAudienceAlphaOutput) UnmarshalJSON ¶

func (v *NullableCreateAudienceAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableCreateAudienceAlphaOutput) Unset ¶

type NullableCreateAudienceBetaInput ¶

type NullableCreateAudienceBetaInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateAudienceBetaInput) Get ¶

func (NullableCreateAudienceBetaInput) IsSet ¶

func (NullableCreateAudienceBetaInput) MarshalJSON ¶

func (v NullableCreateAudienceBetaInput) MarshalJSON() ([]byte, error)

func (*NullableCreateAudienceBetaInput) Set ¶

func (*NullableCreateAudienceBetaInput) UnmarshalJSON ¶

func (v *NullableCreateAudienceBetaInput) UnmarshalJSON(src []byte) error

func (*NullableCreateAudienceBetaInput) Unset ¶

type NullableCreateAudienceBetaOutput ¶

type NullableCreateAudienceBetaOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateAudienceBetaOutput) Get ¶

func (NullableCreateAudienceBetaOutput) IsSet ¶

func (NullableCreateAudienceBetaOutput) MarshalJSON ¶

func (v NullableCreateAudienceBetaOutput) MarshalJSON() ([]byte, error)

func (*NullableCreateAudienceBetaOutput) Set ¶

func (*NullableCreateAudienceBetaOutput) UnmarshalJSON ¶

func (v *NullableCreateAudienceBetaOutput) UnmarshalJSON(src []byte) error

func (*NullableCreateAudienceBetaOutput) Unset ¶

type NullableCreateAudiencePreview200Response ¶

type NullableCreateAudiencePreview200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateAudiencePreview200Response) Get ¶

func (NullableCreateAudiencePreview200Response) IsSet ¶

func (NullableCreateAudiencePreview200Response) MarshalJSON ¶

func (*NullableCreateAudiencePreview200Response) Set ¶

func (*NullableCreateAudiencePreview200Response) UnmarshalJSON ¶

func (v *NullableCreateAudiencePreview200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateAudiencePreview200Response) Unset ¶

type NullableCreateAudiencePreview200Response1 ¶

type NullableCreateAudiencePreview200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableCreateAudiencePreview200Response1) Get ¶

func (NullableCreateAudiencePreview200Response1) IsSet ¶

func (NullableCreateAudiencePreview200Response1) MarshalJSON ¶

func (*NullableCreateAudiencePreview200Response1) Set ¶

func (*NullableCreateAudiencePreview200Response1) UnmarshalJSON ¶

func (v *NullableCreateAudiencePreview200Response1) UnmarshalJSON(src []byte) error

func (*NullableCreateAudiencePreview200Response1) Unset ¶

type NullableCreateAudiencePreviewAlphaInput ¶

type NullableCreateAudiencePreviewAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateAudiencePreviewAlphaInput) Get ¶

func (NullableCreateAudiencePreviewAlphaInput) IsSet ¶

func (NullableCreateAudiencePreviewAlphaInput) MarshalJSON ¶

func (v NullableCreateAudiencePreviewAlphaInput) MarshalJSON() ([]byte, error)

func (*NullableCreateAudiencePreviewAlphaInput) Set ¶

func (*NullableCreateAudiencePreviewAlphaInput) UnmarshalJSON ¶

func (v *NullableCreateAudiencePreviewAlphaInput) UnmarshalJSON(src []byte) error

func (*NullableCreateAudiencePreviewAlphaInput) Unset ¶

type NullableCreateAudiencePreviewAlphaOutput ¶

type NullableCreateAudiencePreviewAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateAudiencePreviewAlphaOutput) Get ¶

func (NullableCreateAudiencePreviewAlphaOutput) IsSet ¶

func (NullableCreateAudiencePreviewAlphaOutput) MarshalJSON ¶

func (*NullableCreateAudiencePreviewAlphaOutput) Set ¶

func (*NullableCreateAudiencePreviewAlphaOutput) UnmarshalJSON ¶

func (v *NullableCreateAudiencePreviewAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableCreateAudiencePreviewAlphaOutput) Unset ¶

type NullableCreateAudiencePreviewBetaInput ¶

type NullableCreateAudiencePreviewBetaInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateAudiencePreviewBetaInput) Get ¶

func (NullableCreateAudiencePreviewBetaInput) IsSet ¶

func (NullableCreateAudiencePreviewBetaInput) MarshalJSON ¶

func (v NullableCreateAudiencePreviewBetaInput) MarshalJSON() ([]byte, error)

func (*NullableCreateAudiencePreviewBetaInput) Set ¶

func (*NullableCreateAudiencePreviewBetaInput) UnmarshalJSON ¶

func (v *NullableCreateAudiencePreviewBetaInput) UnmarshalJSON(src []byte) error

func (*NullableCreateAudiencePreviewBetaInput) Unset ¶

type NullableCreateAudiencePreviewBetaOutput ¶

type NullableCreateAudiencePreviewBetaOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateAudiencePreviewBetaOutput) Get ¶

func (NullableCreateAudiencePreviewBetaOutput) IsSet ¶

func (NullableCreateAudiencePreviewBetaOutput) MarshalJSON ¶

func (v NullableCreateAudiencePreviewBetaOutput) MarshalJSON() ([]byte, error)

func (*NullableCreateAudiencePreviewBetaOutput) Set ¶

func (*NullableCreateAudiencePreviewBetaOutput) UnmarshalJSON ¶

func (v *NullableCreateAudiencePreviewBetaOutput) UnmarshalJSON(src []byte) error

func (*NullableCreateAudiencePreviewBetaOutput) Unset ¶

type NullableCreateAudiencePreviewOptions ¶

type NullableCreateAudiencePreviewOptions struct {
	// contains filtered or unexported fields
}

func (NullableCreateAudiencePreviewOptions) Get ¶

func (NullableCreateAudiencePreviewOptions) IsSet ¶

func (NullableCreateAudiencePreviewOptions) MarshalJSON ¶

func (v NullableCreateAudiencePreviewOptions) MarshalJSON() ([]byte, error)

func (*NullableCreateAudiencePreviewOptions) Set ¶

func (*NullableCreateAudiencePreviewOptions) UnmarshalJSON ¶

func (v *NullableCreateAudiencePreviewOptions) UnmarshalJSON(src []byte) error

func (*NullableCreateAudiencePreviewOptions) Unset ¶

type NullableCreateCloudSourceRegulation200Response ¶

type NullableCreateCloudSourceRegulation200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateCloudSourceRegulation200Response) Get ¶

func (NullableCreateCloudSourceRegulation200Response) IsSet ¶

func (NullableCreateCloudSourceRegulation200Response) MarshalJSON ¶

func (*NullableCreateCloudSourceRegulation200Response) Set ¶

func (*NullableCreateCloudSourceRegulation200Response) UnmarshalJSON ¶

func (*NullableCreateCloudSourceRegulation200Response) Unset ¶

type NullableCreateCloudSourceRegulationV1Input ¶

type NullableCreateCloudSourceRegulationV1Input struct {
	// contains filtered or unexported fields
}

func (NullableCreateCloudSourceRegulationV1Input) Get ¶

func (NullableCreateCloudSourceRegulationV1Input) IsSet ¶

func (NullableCreateCloudSourceRegulationV1Input) MarshalJSON ¶

func (*NullableCreateCloudSourceRegulationV1Input) Set ¶

func (*NullableCreateCloudSourceRegulationV1Input) UnmarshalJSON ¶

func (v *NullableCreateCloudSourceRegulationV1Input) UnmarshalJSON(src []byte) error

func (*NullableCreateCloudSourceRegulationV1Input) Unset ¶

type NullableCreateCloudSourceRegulationV1Output ¶

type NullableCreateCloudSourceRegulationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableCreateCloudSourceRegulationV1Output) Get ¶

func (NullableCreateCloudSourceRegulationV1Output) IsSet ¶

func (NullableCreateCloudSourceRegulationV1Output) MarshalJSON ¶

func (*NullableCreateCloudSourceRegulationV1Output) Set ¶

func (*NullableCreateCloudSourceRegulationV1Output) UnmarshalJSON ¶

func (v *NullableCreateCloudSourceRegulationV1Output) UnmarshalJSON(src []byte) error

func (*NullableCreateCloudSourceRegulationV1Output) Unset ¶

type NullableCreateComputedTrait200Response ¶

type NullableCreateComputedTrait200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateComputedTrait200Response) Get ¶

func (NullableCreateComputedTrait200Response) IsSet ¶

func (NullableCreateComputedTrait200Response) MarshalJSON ¶

func (v NullableCreateComputedTrait200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateComputedTrait200Response) Set ¶

func (*NullableCreateComputedTrait200Response) UnmarshalJSON ¶

func (v *NullableCreateComputedTrait200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateComputedTrait200Response) Unset ¶

type NullableCreateComputedTraitAlphaInput ¶

type NullableCreateComputedTraitAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateComputedTraitAlphaInput) Get ¶

func (NullableCreateComputedTraitAlphaInput) IsSet ¶

func (NullableCreateComputedTraitAlphaInput) MarshalJSON ¶

func (v NullableCreateComputedTraitAlphaInput) MarshalJSON() ([]byte, error)

func (*NullableCreateComputedTraitAlphaInput) Set ¶

func (*NullableCreateComputedTraitAlphaInput) UnmarshalJSON ¶

func (v *NullableCreateComputedTraitAlphaInput) UnmarshalJSON(src []byte) error

func (*NullableCreateComputedTraitAlphaInput) Unset ¶

type NullableCreateComputedTraitAlphaOutput ¶

type NullableCreateComputedTraitAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateComputedTraitAlphaOutput) Get ¶

func (NullableCreateComputedTraitAlphaOutput) IsSet ¶

func (NullableCreateComputedTraitAlphaOutput) MarshalJSON ¶

func (v NullableCreateComputedTraitAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableCreateComputedTraitAlphaOutput) Set ¶

func (*NullableCreateComputedTraitAlphaOutput) UnmarshalJSON ¶

func (v *NullableCreateComputedTraitAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableCreateComputedTraitAlphaOutput) Unset ¶

type NullableCreateDbtModelSyncTrigger200Response ¶

type NullableCreateDbtModelSyncTrigger200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateDbtModelSyncTrigger200Response) Get ¶

func (NullableCreateDbtModelSyncTrigger200Response) IsSet ¶

func (NullableCreateDbtModelSyncTrigger200Response) MarshalJSON ¶

func (*NullableCreateDbtModelSyncTrigger200Response) Set ¶

func (*NullableCreateDbtModelSyncTrigger200Response) UnmarshalJSON ¶

func (*NullableCreateDbtModelSyncTrigger200Response) Unset ¶

type NullableCreateDbtModelSyncTriggerInput ¶

type NullableCreateDbtModelSyncTriggerInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateDbtModelSyncTriggerInput) Get ¶

func (NullableCreateDbtModelSyncTriggerInput) IsSet ¶

func (NullableCreateDbtModelSyncTriggerInput) MarshalJSON ¶

func (v NullableCreateDbtModelSyncTriggerInput) MarshalJSON() ([]byte, error)

func (*NullableCreateDbtModelSyncTriggerInput) Set ¶

func (*NullableCreateDbtModelSyncTriggerInput) UnmarshalJSON ¶

func (v *NullableCreateDbtModelSyncTriggerInput) UnmarshalJSON(src []byte) error

func (*NullableCreateDbtModelSyncTriggerInput) Unset ¶

type NullableCreateDbtModelSyncTriggerOutput ¶

type NullableCreateDbtModelSyncTriggerOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateDbtModelSyncTriggerOutput) Get ¶

func (NullableCreateDbtModelSyncTriggerOutput) IsSet ¶

func (NullableCreateDbtModelSyncTriggerOutput) MarshalJSON ¶

func (v NullableCreateDbtModelSyncTriggerOutput) MarshalJSON() ([]byte, error)

func (*NullableCreateDbtModelSyncTriggerOutput) Set ¶

func (*NullableCreateDbtModelSyncTriggerOutput) UnmarshalJSON ¶

func (v *NullableCreateDbtModelSyncTriggerOutput) UnmarshalJSON(src []byte) error

func (*NullableCreateDbtModelSyncTriggerOutput) Unset ¶

type NullableCreateDestination200Response ¶

type NullableCreateDestination200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateDestination200Response) Get ¶

func (NullableCreateDestination200Response) IsSet ¶

func (NullableCreateDestination200Response) MarshalJSON ¶

func (v NullableCreateDestination200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateDestination200Response) Set ¶

func (*NullableCreateDestination200Response) UnmarshalJSON ¶

func (v *NullableCreateDestination200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateDestination200Response) Unset ¶

type NullableCreateDestinationSubscription200Response ¶

type NullableCreateDestinationSubscription200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateDestinationSubscription200Response) Get ¶

func (NullableCreateDestinationSubscription200Response) IsSet ¶

func (NullableCreateDestinationSubscription200Response) MarshalJSON ¶

func (*NullableCreateDestinationSubscription200Response) Set ¶

func (*NullableCreateDestinationSubscription200Response) UnmarshalJSON ¶

func (*NullableCreateDestinationSubscription200Response) Unset ¶

type NullableCreateDestinationSubscriptionAlphaInput ¶

type NullableCreateDestinationSubscriptionAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateDestinationSubscriptionAlphaInput) Get ¶

func (NullableCreateDestinationSubscriptionAlphaInput) IsSet ¶

func (NullableCreateDestinationSubscriptionAlphaInput) MarshalJSON ¶

func (*NullableCreateDestinationSubscriptionAlphaInput) Set ¶

func (*NullableCreateDestinationSubscriptionAlphaInput) UnmarshalJSON ¶

func (*NullableCreateDestinationSubscriptionAlphaInput) Unset ¶

type NullableCreateDestinationSubscriptionAlphaOutput ¶

type NullableCreateDestinationSubscriptionAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateDestinationSubscriptionAlphaOutput) Get ¶

func (NullableCreateDestinationSubscriptionAlphaOutput) IsSet ¶

func (NullableCreateDestinationSubscriptionAlphaOutput) MarshalJSON ¶

func (*NullableCreateDestinationSubscriptionAlphaOutput) Set ¶

func (*NullableCreateDestinationSubscriptionAlphaOutput) UnmarshalJSON ¶

func (*NullableCreateDestinationSubscriptionAlphaOutput) Unset ¶

type NullableCreateDestinationV1Input ¶

type NullableCreateDestinationV1Input struct {
	// contains filtered or unexported fields
}

func (NullableCreateDestinationV1Input) Get ¶

func (NullableCreateDestinationV1Input) IsSet ¶

func (NullableCreateDestinationV1Input) MarshalJSON ¶

func (v NullableCreateDestinationV1Input) MarshalJSON() ([]byte, error)

func (*NullableCreateDestinationV1Input) Set ¶

func (*NullableCreateDestinationV1Input) UnmarshalJSON ¶

func (v *NullableCreateDestinationV1Input) UnmarshalJSON(src []byte) error

func (*NullableCreateDestinationV1Input) Unset ¶

type NullableCreateDestinationV1Output ¶

type NullableCreateDestinationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableCreateDestinationV1Output) Get ¶

func (NullableCreateDestinationV1Output) IsSet ¶

func (NullableCreateDestinationV1Output) MarshalJSON ¶

func (v NullableCreateDestinationV1Output) MarshalJSON() ([]byte, error)

func (*NullableCreateDestinationV1Output) Set ¶

func (*NullableCreateDestinationV1Output) UnmarshalJSON ¶

func (v *NullableCreateDestinationV1Output) UnmarshalJSON(src []byte) error

func (*NullableCreateDestinationV1Output) Unset ¶

type NullableCreateDownload200Response ¶

type NullableCreateDownload200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateDownload200Response) Get ¶

func (NullableCreateDownload200Response) IsSet ¶

func (NullableCreateDownload200Response) MarshalJSON ¶

func (v NullableCreateDownload200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateDownload200Response) Set ¶

func (*NullableCreateDownload200Response) UnmarshalJSON ¶

func (v *NullableCreateDownload200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateDownload200Response) Unset ¶

type NullableCreateDownloadAlphaInput ¶

type NullableCreateDownloadAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateDownloadAlphaInput) Get ¶

func (NullableCreateDownloadAlphaInput) IsSet ¶

func (NullableCreateDownloadAlphaInput) MarshalJSON ¶

func (v NullableCreateDownloadAlphaInput) MarshalJSON() ([]byte, error)

func (*NullableCreateDownloadAlphaInput) Set ¶

func (*NullableCreateDownloadAlphaInput) UnmarshalJSON ¶

func (v *NullableCreateDownloadAlphaInput) UnmarshalJSON(src []byte) error

func (*NullableCreateDownloadAlphaInput) Unset ¶

type NullableCreateDownloadAlphaOutput ¶

type NullableCreateDownloadAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateDownloadAlphaOutput) Get ¶

func (NullableCreateDownloadAlphaOutput) IsSet ¶

func (NullableCreateDownloadAlphaOutput) MarshalJSON ¶

func (v NullableCreateDownloadAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableCreateDownloadAlphaOutput) Set ¶

func (*NullableCreateDownloadAlphaOutput) UnmarshalJSON ¶

func (v *NullableCreateDownloadAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableCreateDownloadAlphaOutput) Unset ¶

type NullableCreateEdgeFunctions200Response ¶

type NullableCreateEdgeFunctions200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateEdgeFunctions200Response) Get ¶

func (NullableCreateEdgeFunctions200Response) IsSet ¶

func (NullableCreateEdgeFunctions200Response) MarshalJSON ¶

func (v NullableCreateEdgeFunctions200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateEdgeFunctions200Response) Set ¶

func (*NullableCreateEdgeFunctions200Response) UnmarshalJSON ¶

func (v *NullableCreateEdgeFunctions200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateEdgeFunctions200Response) Unset ¶

type NullableCreateEdgeFunctionsAlphaInput ¶

type NullableCreateEdgeFunctionsAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateEdgeFunctionsAlphaInput) Get ¶

func (NullableCreateEdgeFunctionsAlphaInput) IsSet ¶

func (NullableCreateEdgeFunctionsAlphaInput) MarshalJSON ¶

func (v NullableCreateEdgeFunctionsAlphaInput) MarshalJSON() ([]byte, error)

func (*NullableCreateEdgeFunctionsAlphaInput) Set ¶

func (*NullableCreateEdgeFunctionsAlphaInput) UnmarshalJSON ¶

func (v *NullableCreateEdgeFunctionsAlphaInput) UnmarshalJSON(src []byte) error

func (*NullableCreateEdgeFunctionsAlphaInput) Unset ¶

type NullableCreateEdgeFunctionsAlphaOutput ¶

type NullableCreateEdgeFunctionsAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateEdgeFunctionsAlphaOutput) Get ¶

func (NullableCreateEdgeFunctionsAlphaOutput) IsSet ¶

func (NullableCreateEdgeFunctionsAlphaOutput) MarshalJSON ¶

func (v NullableCreateEdgeFunctionsAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableCreateEdgeFunctionsAlphaOutput) Set ¶

func (*NullableCreateEdgeFunctionsAlphaOutput) UnmarshalJSON ¶

func (v *NullableCreateEdgeFunctionsAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableCreateEdgeFunctionsAlphaOutput) Unset ¶

type NullableCreateFilterForDestination200Response ¶

type NullableCreateFilterForDestination200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateFilterForDestination200Response) Get ¶

func (NullableCreateFilterForDestination200Response) IsSet ¶

func (NullableCreateFilterForDestination200Response) MarshalJSON ¶

func (*NullableCreateFilterForDestination200Response) Set ¶

func (*NullableCreateFilterForDestination200Response) UnmarshalJSON ¶

func (*NullableCreateFilterForDestination200Response) Unset ¶

type NullableCreateFilterForDestinationV1Input ¶

type NullableCreateFilterForDestinationV1Input struct {
	// contains filtered or unexported fields
}

func (NullableCreateFilterForDestinationV1Input) Get ¶

func (NullableCreateFilterForDestinationV1Input) IsSet ¶

func (NullableCreateFilterForDestinationV1Input) MarshalJSON ¶

func (*NullableCreateFilterForDestinationV1Input) Set ¶

func (*NullableCreateFilterForDestinationV1Input) UnmarshalJSON ¶

func (v *NullableCreateFilterForDestinationV1Input) UnmarshalJSON(src []byte) error

func (*NullableCreateFilterForDestinationV1Input) Unset ¶

type NullableCreateFilterForDestinationV1Output ¶

type NullableCreateFilterForDestinationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableCreateFilterForDestinationV1Output) Get ¶

func (NullableCreateFilterForDestinationV1Output) IsSet ¶

func (NullableCreateFilterForDestinationV1Output) MarshalJSON ¶

func (*NullableCreateFilterForDestinationV1Output) Set ¶

func (*NullableCreateFilterForDestinationV1Output) UnmarshalJSON ¶

func (v *NullableCreateFilterForDestinationV1Output) UnmarshalJSON(src []byte) error

func (*NullableCreateFilterForDestinationV1Output) Unset ¶

type NullableCreateFilterForSpace200Response ¶

type NullableCreateFilterForSpace200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateFilterForSpace200Response) Get ¶

func (NullableCreateFilterForSpace200Response) IsSet ¶

func (NullableCreateFilterForSpace200Response) MarshalJSON ¶

func (v NullableCreateFilterForSpace200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateFilterForSpace200Response) Set ¶

func (*NullableCreateFilterForSpace200Response) UnmarshalJSON ¶

func (v *NullableCreateFilterForSpace200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateFilterForSpace200Response) Unset ¶

type NullableCreateFilterForSpaceInput ¶

type NullableCreateFilterForSpaceInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateFilterForSpaceInput) Get ¶

func (NullableCreateFilterForSpaceInput) IsSet ¶

func (NullableCreateFilterForSpaceInput) MarshalJSON ¶

func (v NullableCreateFilterForSpaceInput) MarshalJSON() ([]byte, error)

func (*NullableCreateFilterForSpaceInput) Set ¶

func (*NullableCreateFilterForSpaceInput) UnmarshalJSON ¶

func (v *NullableCreateFilterForSpaceInput) UnmarshalJSON(src []byte) error

func (*NullableCreateFilterForSpaceInput) Unset ¶

type NullableCreateFilterForSpaceOutput ¶

type NullableCreateFilterForSpaceOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateFilterForSpaceOutput) Get ¶

func (NullableCreateFilterForSpaceOutput) IsSet ¶

func (NullableCreateFilterForSpaceOutput) MarshalJSON ¶

func (v NullableCreateFilterForSpaceOutput) MarshalJSON() ([]byte, error)

func (*NullableCreateFilterForSpaceOutput) Set ¶

func (*NullableCreateFilterForSpaceOutput) UnmarshalJSON ¶

func (v *NullableCreateFilterForSpaceOutput) UnmarshalJSON(src []byte) error

func (*NullableCreateFilterForSpaceOutput) Unset ¶

type NullableCreateFunction200Response ¶

type NullableCreateFunction200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateFunction200Response) Get ¶

func (NullableCreateFunction200Response) IsSet ¶

func (NullableCreateFunction200Response) MarshalJSON ¶

func (v NullableCreateFunction200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateFunction200Response) Set ¶

func (*NullableCreateFunction200Response) UnmarshalJSON ¶

func (v *NullableCreateFunction200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateFunction200Response) Unset ¶

type NullableCreateFunctionDeployment200Response ¶

type NullableCreateFunctionDeployment200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateFunctionDeployment200Response) Get ¶

func (NullableCreateFunctionDeployment200Response) IsSet ¶

func (NullableCreateFunctionDeployment200Response) MarshalJSON ¶

func (*NullableCreateFunctionDeployment200Response) Set ¶

func (*NullableCreateFunctionDeployment200Response) UnmarshalJSON ¶

func (v *NullableCreateFunctionDeployment200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateFunctionDeployment200Response) Unset ¶

type NullableCreateFunctionDeploymentV1Output ¶

type NullableCreateFunctionDeploymentV1Output struct {
	// contains filtered or unexported fields
}

func (NullableCreateFunctionDeploymentV1Output) Get ¶

func (NullableCreateFunctionDeploymentV1Output) IsSet ¶

func (NullableCreateFunctionDeploymentV1Output) MarshalJSON ¶

func (*NullableCreateFunctionDeploymentV1Output) Set ¶

func (*NullableCreateFunctionDeploymentV1Output) UnmarshalJSON ¶

func (v *NullableCreateFunctionDeploymentV1Output) UnmarshalJSON(src []byte) error

func (*NullableCreateFunctionDeploymentV1Output) Unset ¶

type NullableCreateFunctionV1Input ¶

type NullableCreateFunctionV1Input struct {
	// contains filtered or unexported fields
}

func (NullableCreateFunctionV1Input) Get ¶

func (NullableCreateFunctionV1Input) IsSet ¶

func (NullableCreateFunctionV1Input) MarshalJSON ¶

func (v NullableCreateFunctionV1Input) MarshalJSON() ([]byte, error)

func (*NullableCreateFunctionV1Input) Set ¶

func (*NullableCreateFunctionV1Input) UnmarshalJSON ¶

func (v *NullableCreateFunctionV1Input) UnmarshalJSON(src []byte) error

func (*NullableCreateFunctionV1Input) Unset ¶

func (v *NullableCreateFunctionV1Input) Unset()

type NullableCreateFunctionV1Output ¶

type NullableCreateFunctionV1Output struct {
	// contains filtered or unexported fields
}

func (NullableCreateFunctionV1Output) Get ¶

func (NullableCreateFunctionV1Output) IsSet ¶

func (NullableCreateFunctionV1Output) MarshalJSON ¶

func (v NullableCreateFunctionV1Output) MarshalJSON() ([]byte, error)

func (*NullableCreateFunctionV1Output) Set ¶

func (*NullableCreateFunctionV1Output) UnmarshalJSON ¶

func (v *NullableCreateFunctionV1Output) UnmarshalJSON(src []byte) error

func (*NullableCreateFunctionV1Output) Unset ¶

func (v *NullableCreateFunctionV1Output) Unset()

type NullableCreateInsertFunctionInstance200Response ¶

type NullableCreateInsertFunctionInstance200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateInsertFunctionInstance200Response) Get ¶

func (NullableCreateInsertFunctionInstance200Response) IsSet ¶

func (NullableCreateInsertFunctionInstance200Response) MarshalJSON ¶

func (*NullableCreateInsertFunctionInstance200Response) Set ¶

func (*NullableCreateInsertFunctionInstance200Response) UnmarshalJSON ¶

func (*NullableCreateInsertFunctionInstance200Response) Unset ¶

type NullableCreateInsertFunctionInstanceAlphaInput ¶

type NullableCreateInsertFunctionInstanceAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateInsertFunctionInstanceAlphaInput) Get ¶

func (NullableCreateInsertFunctionInstanceAlphaInput) IsSet ¶

func (NullableCreateInsertFunctionInstanceAlphaInput) MarshalJSON ¶

func (*NullableCreateInsertFunctionInstanceAlphaInput) Set ¶

func (*NullableCreateInsertFunctionInstanceAlphaInput) UnmarshalJSON ¶

func (*NullableCreateInsertFunctionInstanceAlphaInput) Unset ¶

type NullableCreateInsertFunctionInstanceAlphaOutput ¶

type NullableCreateInsertFunctionInstanceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateInsertFunctionInstanceAlphaOutput) Get ¶

func (NullableCreateInsertFunctionInstanceAlphaOutput) IsSet ¶

func (NullableCreateInsertFunctionInstanceAlphaOutput) MarshalJSON ¶

func (*NullableCreateInsertFunctionInstanceAlphaOutput) Set ¶

func (*NullableCreateInsertFunctionInstanceAlphaOutput) UnmarshalJSON ¶

func (*NullableCreateInsertFunctionInstanceAlphaOutput) Unset ¶

type NullableCreateInvites201Response ¶

type NullableCreateInvites201Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateInvites201Response) Get ¶

func (NullableCreateInvites201Response) IsSet ¶

func (NullableCreateInvites201Response) MarshalJSON ¶

func (v NullableCreateInvites201Response) MarshalJSON() ([]byte, error)

func (*NullableCreateInvites201Response) Set ¶

func (*NullableCreateInvites201Response) UnmarshalJSON ¶

func (v *NullableCreateInvites201Response) UnmarshalJSON(src []byte) error

func (*NullableCreateInvites201Response) Unset ¶

type NullableCreateInvitesV1Input ¶

type NullableCreateInvitesV1Input struct {
	// contains filtered or unexported fields
}

func (NullableCreateInvitesV1Input) Get ¶

func (NullableCreateInvitesV1Input) IsSet ¶

func (NullableCreateInvitesV1Input) MarshalJSON ¶

func (v NullableCreateInvitesV1Input) MarshalJSON() ([]byte, error)

func (*NullableCreateInvitesV1Input) Set ¶

func (*NullableCreateInvitesV1Input) UnmarshalJSON ¶

func (v *NullableCreateInvitesV1Input) UnmarshalJSON(src []byte) error

func (*NullableCreateInvitesV1Input) Unset ¶

func (v *NullableCreateInvitesV1Input) Unset()

type NullableCreateInvitesV1Output ¶

type NullableCreateInvitesV1Output struct {
	// contains filtered or unexported fields
}

func (NullableCreateInvitesV1Output) Get ¶

func (NullableCreateInvitesV1Output) IsSet ¶

func (NullableCreateInvitesV1Output) MarshalJSON ¶

func (v NullableCreateInvitesV1Output) MarshalJSON() ([]byte, error)

func (*NullableCreateInvitesV1Output) Set ¶

func (*NullableCreateInvitesV1Output) UnmarshalJSON ¶

func (v *NullableCreateInvitesV1Output) UnmarshalJSON(src []byte) error

func (*NullableCreateInvitesV1Output) Unset ¶

func (v *NullableCreateInvitesV1Output) Unset()

type NullableCreateLabel201Response ¶

type NullableCreateLabel201Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateLabel201Response) Get ¶

func (NullableCreateLabel201Response) IsSet ¶

func (NullableCreateLabel201Response) MarshalJSON ¶

func (v NullableCreateLabel201Response) MarshalJSON() ([]byte, error)

func (*NullableCreateLabel201Response) Set ¶

func (*NullableCreateLabel201Response) UnmarshalJSON ¶

func (v *NullableCreateLabel201Response) UnmarshalJSON(src []byte) error

func (*NullableCreateLabel201Response) Unset ¶

func (v *NullableCreateLabel201Response) Unset()

type NullableCreateLabelV1Input ¶

type NullableCreateLabelV1Input struct {
	// contains filtered or unexported fields
}

func NewNullableCreateLabelV1Input ¶

func NewNullableCreateLabelV1Input(val *CreateLabelV1Input) *NullableCreateLabelV1Input

func (NullableCreateLabelV1Input) Get ¶

func (NullableCreateLabelV1Input) IsSet ¶

func (v NullableCreateLabelV1Input) IsSet() bool

func (NullableCreateLabelV1Input) MarshalJSON ¶

func (v NullableCreateLabelV1Input) MarshalJSON() ([]byte, error)

func (*NullableCreateLabelV1Input) Set ¶

func (*NullableCreateLabelV1Input) UnmarshalJSON ¶

func (v *NullableCreateLabelV1Input) UnmarshalJSON(src []byte) error

func (*NullableCreateLabelV1Input) Unset ¶

func (v *NullableCreateLabelV1Input) Unset()

type NullableCreateLabelV1Output ¶

type NullableCreateLabelV1Output struct {
	// contains filtered or unexported fields
}

func (NullableCreateLabelV1Output) Get ¶

func (NullableCreateLabelV1Output) IsSet ¶

func (NullableCreateLabelV1Output) MarshalJSON ¶

func (v NullableCreateLabelV1Output) MarshalJSON() ([]byte, error)

func (*NullableCreateLabelV1Output) Set ¶

func (*NullableCreateLabelV1Output) UnmarshalJSON ¶

func (v *NullableCreateLabelV1Output) UnmarshalJSON(src []byte) error

func (*NullableCreateLabelV1Output) Unset ¶

func (v *NullableCreateLabelV1Output) Unset()

type NullableCreateProfilesWarehouse201Response ¶

type NullableCreateProfilesWarehouse201Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateProfilesWarehouse201Response) Get ¶

func (NullableCreateProfilesWarehouse201Response) IsSet ¶

func (NullableCreateProfilesWarehouse201Response) MarshalJSON ¶

func (*NullableCreateProfilesWarehouse201Response) Set ¶

func (*NullableCreateProfilesWarehouse201Response) UnmarshalJSON ¶

func (v *NullableCreateProfilesWarehouse201Response) UnmarshalJSON(src []byte) error

func (*NullableCreateProfilesWarehouse201Response) Unset ¶

type NullableCreateProfilesWarehouseAlphaInput ¶

type NullableCreateProfilesWarehouseAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateProfilesWarehouseAlphaInput) Get ¶

func (NullableCreateProfilesWarehouseAlphaInput) IsSet ¶

func (NullableCreateProfilesWarehouseAlphaInput) MarshalJSON ¶

func (*NullableCreateProfilesWarehouseAlphaInput) Set ¶

func (*NullableCreateProfilesWarehouseAlphaInput) UnmarshalJSON ¶

func (v *NullableCreateProfilesWarehouseAlphaInput) UnmarshalJSON(src []byte) error

func (*NullableCreateProfilesWarehouseAlphaInput) Unset ¶

type NullableCreateProfilesWarehouseAlphaOutput ¶

type NullableCreateProfilesWarehouseAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateProfilesWarehouseAlphaOutput) Get ¶

func (NullableCreateProfilesWarehouseAlphaOutput) IsSet ¶

func (NullableCreateProfilesWarehouseAlphaOutput) MarshalJSON ¶

func (*NullableCreateProfilesWarehouseAlphaOutput) Set ¶

func (*NullableCreateProfilesWarehouseAlphaOutput) UnmarshalJSON ¶

func (v *NullableCreateProfilesWarehouseAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableCreateProfilesWarehouseAlphaOutput) Unset ¶

type NullableCreateReverseETLManualSync200Response ¶

type NullableCreateReverseETLManualSync200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateReverseETLManualSync200Response) Get ¶

func (NullableCreateReverseETLManualSync200Response) IsSet ¶

func (NullableCreateReverseETLManualSync200Response) MarshalJSON ¶

func (*NullableCreateReverseETLManualSync200Response) Set ¶

func (*NullableCreateReverseETLManualSync200Response) UnmarshalJSON ¶

func (*NullableCreateReverseETLManualSync200Response) Unset ¶

type NullableCreateReverseETLManualSyncInput ¶

type NullableCreateReverseETLManualSyncInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateReverseETLManualSyncInput) Get ¶

func (NullableCreateReverseETLManualSyncInput) IsSet ¶

func (NullableCreateReverseETLManualSyncInput) MarshalJSON ¶

func (v NullableCreateReverseETLManualSyncInput) MarshalJSON() ([]byte, error)

func (*NullableCreateReverseETLManualSyncInput) Set ¶

func (*NullableCreateReverseETLManualSyncInput) UnmarshalJSON ¶

func (v *NullableCreateReverseETLManualSyncInput) UnmarshalJSON(src []byte) error

func (*NullableCreateReverseETLManualSyncInput) Unset ¶

type NullableCreateReverseETLManualSyncOutput ¶

type NullableCreateReverseETLManualSyncOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateReverseETLManualSyncOutput) Get ¶

func (NullableCreateReverseETLManualSyncOutput) IsSet ¶

func (NullableCreateReverseETLManualSyncOutput) MarshalJSON ¶

func (*NullableCreateReverseETLManualSyncOutput) Set ¶

func (*NullableCreateReverseETLManualSyncOutput) UnmarshalJSON ¶

func (v *NullableCreateReverseETLManualSyncOutput) UnmarshalJSON(src []byte) error

func (*NullableCreateReverseETLManualSyncOutput) Unset ¶

type NullableCreateReverseEtlModel201Response ¶

type NullableCreateReverseEtlModel201Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateReverseEtlModel201Response) Get ¶

func (NullableCreateReverseEtlModel201Response) IsSet ¶

func (NullableCreateReverseEtlModel201Response) MarshalJSON ¶

func (*NullableCreateReverseEtlModel201Response) Set ¶

func (*NullableCreateReverseEtlModel201Response) UnmarshalJSON ¶

func (v *NullableCreateReverseEtlModel201Response) UnmarshalJSON(src []byte) error

func (*NullableCreateReverseEtlModel201Response) Unset ¶

type NullableCreateReverseEtlModelInput ¶

type NullableCreateReverseEtlModelInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateReverseEtlModelInput) Get ¶

func (NullableCreateReverseEtlModelInput) IsSet ¶

func (NullableCreateReverseEtlModelInput) MarshalJSON ¶

func (v NullableCreateReverseEtlModelInput) MarshalJSON() ([]byte, error)

func (*NullableCreateReverseEtlModelInput) Set ¶

func (*NullableCreateReverseEtlModelInput) UnmarshalJSON ¶

func (v *NullableCreateReverseEtlModelInput) UnmarshalJSON(src []byte) error

func (*NullableCreateReverseEtlModelInput) Unset ¶

type NullableCreateReverseEtlModelOutput ¶

type NullableCreateReverseEtlModelOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateReverseEtlModelOutput) Get ¶

func (NullableCreateReverseEtlModelOutput) IsSet ¶

func (NullableCreateReverseEtlModelOutput) MarshalJSON ¶

func (v NullableCreateReverseEtlModelOutput) MarshalJSON() ([]byte, error)

func (*NullableCreateReverseEtlModelOutput) Set ¶

func (*NullableCreateReverseEtlModelOutput) UnmarshalJSON ¶

func (v *NullableCreateReverseEtlModelOutput) UnmarshalJSON(src []byte) error

func (*NullableCreateReverseEtlModelOutput) Unset ¶

type NullableCreateSource201Response ¶

type NullableCreateSource201Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateSource201Response) Get ¶

func (NullableCreateSource201Response) IsSet ¶

func (NullableCreateSource201Response) MarshalJSON ¶

func (v NullableCreateSource201Response) MarshalJSON() ([]byte, error)

func (*NullableCreateSource201Response) Set ¶

func (*NullableCreateSource201Response) UnmarshalJSON ¶

func (v *NullableCreateSource201Response) UnmarshalJSON(src []byte) error

func (*NullableCreateSource201Response) Unset ¶

type NullableCreateSource201Response1 ¶

type NullableCreateSource201Response1 struct {
	// contains filtered or unexported fields
}

func (NullableCreateSource201Response1) Get ¶

func (NullableCreateSource201Response1) IsSet ¶

func (NullableCreateSource201Response1) MarshalJSON ¶

func (v NullableCreateSource201Response1) MarshalJSON() ([]byte, error)

func (*NullableCreateSource201Response1) Set ¶

func (*NullableCreateSource201Response1) UnmarshalJSON ¶

func (v *NullableCreateSource201Response1) UnmarshalJSON(src []byte) error

func (*NullableCreateSource201Response1) Unset ¶

type NullableCreateSourceAlphaInput ¶

type NullableCreateSourceAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateSourceAlphaInput) Get ¶

func (NullableCreateSourceAlphaInput) IsSet ¶

func (NullableCreateSourceAlphaInput) MarshalJSON ¶

func (v NullableCreateSourceAlphaInput) MarshalJSON() ([]byte, error)

func (*NullableCreateSourceAlphaInput) Set ¶

func (*NullableCreateSourceAlphaInput) UnmarshalJSON ¶

func (v *NullableCreateSourceAlphaInput) UnmarshalJSON(src []byte) error

func (*NullableCreateSourceAlphaInput) Unset ¶

func (v *NullableCreateSourceAlphaInput) Unset()

type NullableCreateSourceAlphaOutput ¶

type NullableCreateSourceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateSourceAlphaOutput) Get ¶

func (NullableCreateSourceAlphaOutput) IsSet ¶

func (NullableCreateSourceAlphaOutput) MarshalJSON ¶

func (v NullableCreateSourceAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableCreateSourceAlphaOutput) Set ¶

func (*NullableCreateSourceAlphaOutput) UnmarshalJSON ¶

func (v *NullableCreateSourceAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableCreateSourceAlphaOutput) Unset ¶

type NullableCreateSourceRegulation200Response ¶

type NullableCreateSourceRegulation200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateSourceRegulation200Response) Get ¶

func (NullableCreateSourceRegulation200Response) IsSet ¶

func (NullableCreateSourceRegulation200Response) MarshalJSON ¶

func (*NullableCreateSourceRegulation200Response) Set ¶

func (*NullableCreateSourceRegulation200Response) UnmarshalJSON ¶

func (v *NullableCreateSourceRegulation200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateSourceRegulation200Response) Unset ¶

type NullableCreateSourceRegulationV1Input ¶

type NullableCreateSourceRegulationV1Input struct {
	// contains filtered or unexported fields
}

func (NullableCreateSourceRegulationV1Input) Get ¶

func (NullableCreateSourceRegulationV1Input) IsSet ¶

func (NullableCreateSourceRegulationV1Input) MarshalJSON ¶

func (v NullableCreateSourceRegulationV1Input) MarshalJSON() ([]byte, error)

func (*NullableCreateSourceRegulationV1Input) Set ¶

func (*NullableCreateSourceRegulationV1Input) UnmarshalJSON ¶

func (v *NullableCreateSourceRegulationV1Input) UnmarshalJSON(src []byte) error

func (*NullableCreateSourceRegulationV1Input) Unset ¶

type NullableCreateSourceRegulationV1Output ¶

type NullableCreateSourceRegulationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableCreateSourceRegulationV1Output) Get ¶

func (NullableCreateSourceRegulationV1Output) IsSet ¶

func (NullableCreateSourceRegulationV1Output) MarshalJSON ¶

func (v NullableCreateSourceRegulationV1Output) MarshalJSON() ([]byte, error)

func (*NullableCreateSourceRegulationV1Output) Set ¶

func (*NullableCreateSourceRegulationV1Output) UnmarshalJSON ¶

func (v *NullableCreateSourceRegulationV1Output) UnmarshalJSON(src []byte) error

func (*NullableCreateSourceRegulationV1Output) Unset ¶

type NullableCreateSourceV1Input ¶

type NullableCreateSourceV1Input struct {
	// contains filtered or unexported fields
}

func (NullableCreateSourceV1Input) Get ¶

func (NullableCreateSourceV1Input) IsSet ¶

func (NullableCreateSourceV1Input) MarshalJSON ¶

func (v NullableCreateSourceV1Input) MarshalJSON() ([]byte, error)

func (*NullableCreateSourceV1Input) Set ¶

func (*NullableCreateSourceV1Input) UnmarshalJSON ¶

func (v *NullableCreateSourceV1Input) UnmarshalJSON(src []byte) error

func (*NullableCreateSourceV1Input) Unset ¶

func (v *NullableCreateSourceV1Input) Unset()

type NullableCreateSourceV1Output ¶

type NullableCreateSourceV1Output struct {
	// contains filtered or unexported fields
}

func (NullableCreateSourceV1Output) Get ¶

func (NullableCreateSourceV1Output) IsSet ¶

func (NullableCreateSourceV1Output) MarshalJSON ¶

func (v NullableCreateSourceV1Output) MarshalJSON() ([]byte, error)

func (*NullableCreateSourceV1Output) Set ¶

func (*NullableCreateSourceV1Output) UnmarshalJSON ¶

func (v *NullableCreateSourceV1Output) UnmarshalJSON(src []byte) error

func (*NullableCreateSourceV1Output) Unset ¶

func (v *NullableCreateSourceV1Output) Unset()

type NullableCreateTrackingPlan200Response ¶

type NullableCreateTrackingPlan200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateTrackingPlan200Response) Get ¶

func (NullableCreateTrackingPlan200Response) IsSet ¶

func (NullableCreateTrackingPlan200Response) MarshalJSON ¶

func (v NullableCreateTrackingPlan200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateTrackingPlan200Response) Set ¶

func (*NullableCreateTrackingPlan200Response) UnmarshalJSON ¶

func (v *NullableCreateTrackingPlan200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateTrackingPlan200Response) Unset ¶

type NullableCreateTrackingPlanV1Input ¶

type NullableCreateTrackingPlanV1Input struct {
	// contains filtered or unexported fields
}

func (NullableCreateTrackingPlanV1Input) Get ¶

func (NullableCreateTrackingPlanV1Input) IsSet ¶

func (NullableCreateTrackingPlanV1Input) MarshalJSON ¶

func (v NullableCreateTrackingPlanV1Input) MarshalJSON() ([]byte, error)

func (*NullableCreateTrackingPlanV1Input) Set ¶

func (*NullableCreateTrackingPlanV1Input) UnmarshalJSON ¶

func (v *NullableCreateTrackingPlanV1Input) UnmarshalJSON(src []byte) error

func (*NullableCreateTrackingPlanV1Input) Unset ¶

type NullableCreateTrackingPlanV1Output ¶

type NullableCreateTrackingPlanV1Output struct {
	// contains filtered or unexported fields
}

func (NullableCreateTrackingPlanV1Output) Get ¶

func (NullableCreateTrackingPlanV1Output) IsSet ¶

func (NullableCreateTrackingPlanV1Output) MarshalJSON ¶

func (v NullableCreateTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*NullableCreateTrackingPlanV1Output) Set ¶

func (*NullableCreateTrackingPlanV1Output) UnmarshalJSON ¶

func (v *NullableCreateTrackingPlanV1Output) UnmarshalJSON(src []byte) error

func (*NullableCreateTrackingPlanV1Output) Unset ¶

type NullableCreateTransformation200Response ¶

type NullableCreateTransformation200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateTransformation200Response) Get ¶

func (NullableCreateTransformation200Response) IsSet ¶

func (NullableCreateTransformation200Response) MarshalJSON ¶

func (v NullableCreateTransformation200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateTransformation200Response) Set ¶

func (*NullableCreateTransformation200Response) UnmarshalJSON ¶

func (v *NullableCreateTransformation200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateTransformation200Response) Unset ¶

type NullableCreateTransformationBetaInput ¶

type NullableCreateTransformationBetaInput struct {
	// contains filtered or unexported fields
}

func (NullableCreateTransformationBetaInput) Get ¶

func (NullableCreateTransformationBetaInput) IsSet ¶

func (NullableCreateTransformationBetaInput) MarshalJSON ¶

func (v NullableCreateTransformationBetaInput) MarshalJSON() ([]byte, error)

func (*NullableCreateTransformationBetaInput) Set ¶

func (*NullableCreateTransformationBetaInput) UnmarshalJSON ¶

func (v *NullableCreateTransformationBetaInput) UnmarshalJSON(src []byte) error

func (*NullableCreateTransformationBetaInput) Unset ¶

type NullableCreateTransformationBetaOutput ¶

type NullableCreateTransformationBetaOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateTransformationBetaOutput) Get ¶

func (NullableCreateTransformationBetaOutput) IsSet ¶

func (NullableCreateTransformationBetaOutput) MarshalJSON ¶

func (v NullableCreateTransformationBetaOutput) MarshalJSON() ([]byte, error)

func (*NullableCreateTransformationBetaOutput) Set ¶

func (*NullableCreateTransformationBetaOutput) UnmarshalJSON ¶

func (v *NullableCreateTransformationBetaOutput) UnmarshalJSON(src []byte) error

func (*NullableCreateTransformationBetaOutput) Unset ¶

type NullableCreateTransformationV1Input ¶

type NullableCreateTransformationV1Input struct {
	// contains filtered or unexported fields
}

func (NullableCreateTransformationV1Input) Get ¶

func (NullableCreateTransformationV1Input) IsSet ¶

func (NullableCreateTransformationV1Input) MarshalJSON ¶

func (v NullableCreateTransformationV1Input) MarshalJSON() ([]byte, error)

func (*NullableCreateTransformationV1Input) Set ¶

func (*NullableCreateTransformationV1Input) UnmarshalJSON ¶

func (v *NullableCreateTransformationV1Input) UnmarshalJSON(src []byte) error

func (*NullableCreateTransformationV1Input) Unset ¶

type NullableCreateTransformationV1Output ¶

type NullableCreateTransformationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableCreateTransformationV1Output) Get ¶

func (NullableCreateTransformationV1Output) IsSet ¶

func (NullableCreateTransformationV1Output) MarshalJSON ¶

func (v NullableCreateTransformationV1Output) MarshalJSON() ([]byte, error)

func (*NullableCreateTransformationV1Output) Set ¶

func (*NullableCreateTransformationV1Output) UnmarshalJSON ¶

func (v *NullableCreateTransformationV1Output) UnmarshalJSON(src []byte) error

func (*NullableCreateTransformationV1Output) Unset ¶

type NullableCreateUserGroup200Response ¶

type NullableCreateUserGroup200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateUserGroup200Response) Get ¶

func (NullableCreateUserGroup200Response) IsSet ¶

func (NullableCreateUserGroup200Response) MarshalJSON ¶

func (v NullableCreateUserGroup200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateUserGroup200Response) Set ¶

func (*NullableCreateUserGroup200Response) UnmarshalJSON ¶

func (v *NullableCreateUserGroup200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateUserGroup200Response) Unset ¶

type NullableCreateUserGroupV1Input ¶

type NullableCreateUserGroupV1Input struct {
	// contains filtered or unexported fields
}

func (NullableCreateUserGroupV1Input) Get ¶

func (NullableCreateUserGroupV1Input) IsSet ¶

func (NullableCreateUserGroupV1Input) MarshalJSON ¶

func (v NullableCreateUserGroupV1Input) MarshalJSON() ([]byte, error)

func (*NullableCreateUserGroupV1Input) Set ¶

func (*NullableCreateUserGroupV1Input) UnmarshalJSON ¶

func (v *NullableCreateUserGroupV1Input) UnmarshalJSON(src []byte) error

func (*NullableCreateUserGroupV1Input) Unset ¶

func (v *NullableCreateUserGroupV1Input) Unset()

type NullableCreateUserGroupV1Output ¶

type NullableCreateUserGroupV1Output struct {
	// contains filtered or unexported fields
}

func (NullableCreateUserGroupV1Output) Get ¶

func (NullableCreateUserGroupV1Output) IsSet ¶

func (NullableCreateUserGroupV1Output) MarshalJSON ¶

func (v NullableCreateUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*NullableCreateUserGroupV1Output) Set ¶

func (*NullableCreateUserGroupV1Output) UnmarshalJSON ¶

func (v *NullableCreateUserGroupV1Output) UnmarshalJSON(src []byte) error

func (*NullableCreateUserGroupV1Output) Unset ¶

type NullableCreateValidationInWarehouse200Response ¶

type NullableCreateValidationInWarehouse200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateValidationInWarehouse200Response) Get ¶

func (NullableCreateValidationInWarehouse200Response) IsSet ¶

func (NullableCreateValidationInWarehouse200Response) MarshalJSON ¶

func (*NullableCreateValidationInWarehouse200Response) Set ¶

func (*NullableCreateValidationInWarehouse200Response) UnmarshalJSON ¶

func (*NullableCreateValidationInWarehouse200Response) Unset ¶

type NullableCreateValidationInWarehouseV1Input ¶

type NullableCreateValidationInWarehouseV1Input struct {
	// contains filtered or unexported fields
}

func (NullableCreateValidationInWarehouseV1Input) Get ¶

func (NullableCreateValidationInWarehouseV1Input) IsSet ¶

func (NullableCreateValidationInWarehouseV1Input) MarshalJSON ¶

func (*NullableCreateValidationInWarehouseV1Input) Set ¶

func (*NullableCreateValidationInWarehouseV1Input) UnmarshalJSON ¶

func (v *NullableCreateValidationInWarehouseV1Input) UnmarshalJSON(src []byte) error

func (*NullableCreateValidationInWarehouseV1Input) Unset ¶

type NullableCreateValidationInWarehouseV1Output ¶

type NullableCreateValidationInWarehouseV1Output struct {
	// contains filtered or unexported fields
}

func (NullableCreateValidationInWarehouseV1Output) Get ¶

func (NullableCreateValidationInWarehouseV1Output) IsSet ¶

func (NullableCreateValidationInWarehouseV1Output) MarshalJSON ¶

func (*NullableCreateValidationInWarehouseV1Output) Set ¶

func (*NullableCreateValidationInWarehouseV1Output) UnmarshalJSON ¶

func (v *NullableCreateValidationInWarehouseV1Output) UnmarshalJSON(src []byte) error

func (*NullableCreateValidationInWarehouseV1Output) Unset ¶

type NullableCreateWarehouse201Response ¶

type NullableCreateWarehouse201Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateWarehouse201Response) Get ¶

func (NullableCreateWarehouse201Response) IsSet ¶

func (NullableCreateWarehouse201Response) MarshalJSON ¶

func (v NullableCreateWarehouse201Response) MarshalJSON() ([]byte, error)

func (*NullableCreateWarehouse201Response) Set ¶

func (*NullableCreateWarehouse201Response) UnmarshalJSON ¶

func (v *NullableCreateWarehouse201Response) UnmarshalJSON(src []byte) error

func (*NullableCreateWarehouse201Response) Unset ¶

type NullableCreateWarehouseV1Input ¶

type NullableCreateWarehouseV1Input struct {
	// contains filtered or unexported fields
}

func (NullableCreateWarehouseV1Input) Get ¶

func (NullableCreateWarehouseV1Input) IsSet ¶

func (NullableCreateWarehouseV1Input) MarshalJSON ¶

func (v NullableCreateWarehouseV1Input) MarshalJSON() ([]byte, error)

func (*NullableCreateWarehouseV1Input) Set ¶

func (*NullableCreateWarehouseV1Input) UnmarshalJSON ¶

func (v *NullableCreateWarehouseV1Input) UnmarshalJSON(src []byte) error

func (*NullableCreateWarehouseV1Input) Unset ¶

func (v *NullableCreateWarehouseV1Input) Unset()

type NullableCreateWarehouseV1Output ¶

type NullableCreateWarehouseV1Output struct {
	// contains filtered or unexported fields
}

func (NullableCreateWarehouseV1Output) Get ¶

func (NullableCreateWarehouseV1Output) IsSet ¶

func (NullableCreateWarehouseV1Output) MarshalJSON ¶

func (v NullableCreateWarehouseV1Output) MarshalJSON() ([]byte, error)

func (*NullableCreateWarehouseV1Output) Set ¶

func (*NullableCreateWarehouseV1Output) UnmarshalJSON ¶

func (v *NullableCreateWarehouseV1Output) UnmarshalJSON(src []byte) error

func (*NullableCreateWarehouseV1Output) Unset ¶

type NullableCreateWorkspaceRegulation200Response ¶

type NullableCreateWorkspaceRegulation200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateWorkspaceRegulation200Response) Get ¶

func (NullableCreateWorkspaceRegulation200Response) IsSet ¶

func (NullableCreateWorkspaceRegulation200Response) MarshalJSON ¶

func (*NullableCreateWorkspaceRegulation200Response) Set ¶

func (*NullableCreateWorkspaceRegulation200Response) UnmarshalJSON ¶

func (*NullableCreateWorkspaceRegulation200Response) Unset ¶

type NullableCreateWorkspaceRegulationV1Input ¶

type NullableCreateWorkspaceRegulationV1Input struct {
	// contains filtered or unexported fields
}

func (NullableCreateWorkspaceRegulationV1Input) Get ¶

func (NullableCreateWorkspaceRegulationV1Input) IsSet ¶

func (NullableCreateWorkspaceRegulationV1Input) MarshalJSON ¶

func (*NullableCreateWorkspaceRegulationV1Input) Set ¶

func (*NullableCreateWorkspaceRegulationV1Input) UnmarshalJSON ¶

func (v *NullableCreateWorkspaceRegulationV1Input) UnmarshalJSON(src []byte) error

func (*NullableCreateWorkspaceRegulationV1Input) Unset ¶

type NullableCreateWorkspaceRegulationV1Output ¶

type NullableCreateWorkspaceRegulationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableCreateWorkspaceRegulationV1Output) Get ¶

func (NullableCreateWorkspaceRegulationV1Output) IsSet ¶

func (NullableCreateWorkspaceRegulationV1Output) MarshalJSON ¶

func (*NullableCreateWorkspaceRegulationV1Output) Set ¶

func (*NullableCreateWorkspaceRegulationV1Output) UnmarshalJSON ¶

func (v *NullableCreateWorkspaceRegulationV1Output) UnmarshalJSON(src []byte) error

func (*NullableCreateWorkspaceRegulationV1Output) Unset ¶

type NullableCreateWriteKeyForSource200Response ¶

type NullableCreateWriteKeyForSource200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateWriteKeyForSource200Response) Get ¶

func (NullableCreateWriteKeyForSource200Response) IsSet ¶

func (NullableCreateWriteKeyForSource200Response) MarshalJSON ¶

func (*NullableCreateWriteKeyForSource200Response) Set ¶

func (*NullableCreateWriteKeyForSource200Response) UnmarshalJSON ¶

func (v *NullableCreateWriteKeyForSource200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateWriteKeyForSource200Response) Unset ¶

type NullableCreateWriteKeyForSourceAlphaOutput ¶

type NullableCreateWriteKeyForSourceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableCreateWriteKeyForSourceAlphaOutput) Get ¶

func (NullableCreateWriteKeyForSourceAlphaOutput) IsSet ¶

func (NullableCreateWriteKeyForSourceAlphaOutput) MarshalJSON ¶

func (*NullableCreateWriteKeyForSourceAlphaOutput) Set ¶

func (*NullableCreateWriteKeyForSourceAlphaOutput) UnmarshalJSON ¶

func (v *NullableCreateWriteKeyForSourceAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableCreateWriteKeyForSourceAlphaOutput) Unset ¶

type NullableDbtModelSyncTrigger ¶

type NullableDbtModelSyncTrigger struct {
	// contains filtered or unexported fields
}

func (NullableDbtModelSyncTrigger) Get ¶

func (NullableDbtModelSyncTrigger) IsSet ¶

func (NullableDbtModelSyncTrigger) MarshalJSON ¶

func (v NullableDbtModelSyncTrigger) MarshalJSON() ([]byte, error)

func (*NullableDbtModelSyncTrigger) Set ¶

func (*NullableDbtModelSyncTrigger) UnmarshalJSON ¶

func (v *NullableDbtModelSyncTrigger) UnmarshalJSON(src []byte) error

func (*NullableDbtModelSyncTrigger) Unset ¶

func (v *NullableDbtModelSyncTrigger) Unset()

type NullableDeleteActivationAlphaOutput ¶

type NullableDeleteActivationAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableDeleteActivationAlphaOutput) Get ¶

func (NullableDeleteActivationAlphaOutput) IsSet ¶

func (NullableDeleteActivationAlphaOutput) MarshalJSON ¶

func (v NullableDeleteActivationAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableDeleteActivationAlphaOutput) Set ¶

func (*NullableDeleteActivationAlphaOutput) UnmarshalJSON ¶

func (v *NullableDeleteActivationAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableDeleteActivationAlphaOutput) Unset ¶

type NullableDeleteDestination200Response ¶

type NullableDeleteDestination200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteDestination200Response) Get ¶

func (NullableDeleteDestination200Response) IsSet ¶

func (NullableDeleteDestination200Response) MarshalJSON ¶

func (v NullableDeleteDestination200Response) MarshalJSON() ([]byte, error)

func (*NullableDeleteDestination200Response) Set ¶

func (*NullableDeleteDestination200Response) UnmarshalJSON ¶

func (v *NullableDeleteDestination200Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteDestination200Response) Unset ¶

type NullableDeleteDestinationV1Output ¶

type NullableDeleteDestinationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableDeleteDestinationV1Output) Get ¶

func (NullableDeleteDestinationV1Output) IsSet ¶

func (NullableDeleteDestinationV1Output) MarshalJSON ¶

func (v NullableDeleteDestinationV1Output) MarshalJSON() ([]byte, error)

func (*NullableDeleteDestinationV1Output) Set ¶

func (*NullableDeleteDestinationV1Output) UnmarshalJSON ¶

func (v *NullableDeleteDestinationV1Output) UnmarshalJSON(src []byte) error

func (*NullableDeleteDestinationV1Output) Unset ¶

type NullableDeleteFilterById200Response ¶

type NullableDeleteFilterById200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteFilterById200Response) Get ¶

func (NullableDeleteFilterById200Response) IsSet ¶

func (NullableDeleteFilterById200Response) MarshalJSON ¶

func (v NullableDeleteFilterById200Response) MarshalJSON() ([]byte, error)

func (*NullableDeleteFilterById200Response) Set ¶

func (*NullableDeleteFilterById200Response) UnmarshalJSON ¶

func (v *NullableDeleteFilterById200Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteFilterById200Response) Unset ¶

type NullableDeleteFilterByIdOutput ¶

type NullableDeleteFilterByIdOutput struct {
	// contains filtered or unexported fields
}

func (NullableDeleteFilterByIdOutput) Get ¶

func (NullableDeleteFilterByIdOutput) IsSet ¶

func (NullableDeleteFilterByIdOutput) MarshalJSON ¶

func (v NullableDeleteFilterByIdOutput) MarshalJSON() ([]byte, error)

func (*NullableDeleteFilterByIdOutput) Set ¶

func (*NullableDeleteFilterByIdOutput) UnmarshalJSON ¶

func (v *NullableDeleteFilterByIdOutput) UnmarshalJSON(src []byte) error

func (*NullableDeleteFilterByIdOutput) Unset ¶

func (v *NullableDeleteFilterByIdOutput) Unset()

type NullableDeleteFunction200Response ¶

type NullableDeleteFunction200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteFunction200Response) Get ¶

func (NullableDeleteFunction200Response) IsSet ¶

func (NullableDeleteFunction200Response) MarshalJSON ¶

func (v NullableDeleteFunction200Response) MarshalJSON() ([]byte, error)

func (*NullableDeleteFunction200Response) Set ¶

func (*NullableDeleteFunction200Response) UnmarshalJSON ¶

func (v *NullableDeleteFunction200Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteFunction200Response) Unset ¶

type NullableDeleteFunctionV1Output ¶

type NullableDeleteFunctionV1Output struct {
	// contains filtered or unexported fields
}

func (NullableDeleteFunctionV1Output) Get ¶

func (NullableDeleteFunctionV1Output) IsSet ¶

func (NullableDeleteFunctionV1Output) MarshalJSON ¶

func (v NullableDeleteFunctionV1Output) MarshalJSON() ([]byte, error)

func (*NullableDeleteFunctionV1Output) Set ¶

func (*NullableDeleteFunctionV1Output) UnmarshalJSON ¶

func (v *NullableDeleteFunctionV1Output) UnmarshalJSON(src []byte) error

func (*NullableDeleteFunctionV1Output) Unset ¶

func (v *NullableDeleteFunctionV1Output) Unset()

type NullableDeleteInsertFunctionInstance200Response ¶

type NullableDeleteInsertFunctionInstance200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteInsertFunctionInstance200Response) Get ¶

func (NullableDeleteInsertFunctionInstance200Response) IsSet ¶

func (NullableDeleteInsertFunctionInstance200Response) MarshalJSON ¶

func (*NullableDeleteInsertFunctionInstance200Response) Set ¶

func (*NullableDeleteInsertFunctionInstance200Response) UnmarshalJSON ¶

func (*NullableDeleteInsertFunctionInstance200Response) Unset ¶

type NullableDeleteInsertFunctionInstanceAlphaOutput ¶

type NullableDeleteInsertFunctionInstanceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableDeleteInsertFunctionInstanceAlphaOutput) Get ¶

func (NullableDeleteInsertFunctionInstanceAlphaOutput) IsSet ¶

func (NullableDeleteInsertFunctionInstanceAlphaOutput) MarshalJSON ¶

func (*NullableDeleteInsertFunctionInstanceAlphaOutput) Set ¶

func (*NullableDeleteInsertFunctionInstanceAlphaOutput) UnmarshalJSON ¶

func (*NullableDeleteInsertFunctionInstanceAlphaOutput) Unset ¶

type NullableDeleteInvites200Response ¶

type NullableDeleteInvites200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteInvites200Response) Get ¶

func (NullableDeleteInvites200Response) IsSet ¶

func (NullableDeleteInvites200Response) MarshalJSON ¶

func (v NullableDeleteInvites200Response) MarshalJSON() ([]byte, error)

func (*NullableDeleteInvites200Response) Set ¶

func (*NullableDeleteInvites200Response) UnmarshalJSON ¶

func (v *NullableDeleteInvites200Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteInvites200Response) Unset ¶

type NullableDeleteInvitesV1Output ¶

type NullableDeleteInvitesV1Output struct {
	// contains filtered or unexported fields
}

func (NullableDeleteInvitesV1Output) Get ¶

func (NullableDeleteInvitesV1Output) IsSet ¶

func (NullableDeleteInvitesV1Output) MarshalJSON ¶

func (v NullableDeleteInvitesV1Output) MarshalJSON() ([]byte, error)

func (*NullableDeleteInvitesV1Output) Set ¶

func (*NullableDeleteInvitesV1Output) UnmarshalJSON ¶

func (v *NullableDeleteInvitesV1Output) UnmarshalJSON(src []byte) error

func (*NullableDeleteInvitesV1Output) Unset ¶

func (v *NullableDeleteInvitesV1Output) Unset()

type NullableDeleteLabel200Response ¶

type NullableDeleteLabel200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteLabel200Response) Get ¶

func (NullableDeleteLabel200Response) IsSet ¶

func (NullableDeleteLabel200Response) MarshalJSON ¶

func (v NullableDeleteLabel200Response) MarshalJSON() ([]byte, error)

func (*NullableDeleteLabel200Response) Set ¶

func (*NullableDeleteLabel200Response) UnmarshalJSON ¶

func (v *NullableDeleteLabel200Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteLabel200Response) Unset ¶

func (v *NullableDeleteLabel200Response) Unset()

type NullableDeleteLabel200Response1 ¶

type NullableDeleteLabel200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableDeleteLabel200Response1) Get ¶

func (NullableDeleteLabel200Response1) IsSet ¶

func (NullableDeleteLabel200Response1) MarshalJSON ¶

func (v NullableDeleteLabel200Response1) MarshalJSON() ([]byte, error)

func (*NullableDeleteLabel200Response1) Set ¶

func (*NullableDeleteLabel200Response1) UnmarshalJSON ¶

func (v *NullableDeleteLabel200Response1) UnmarshalJSON(src []byte) error

func (*NullableDeleteLabel200Response1) Unset ¶

type NullableDeleteLabelAlphaOutput ¶

type NullableDeleteLabelAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableDeleteLabelAlphaOutput) Get ¶

func (NullableDeleteLabelAlphaOutput) IsSet ¶

func (NullableDeleteLabelAlphaOutput) MarshalJSON ¶

func (v NullableDeleteLabelAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableDeleteLabelAlphaOutput) Set ¶

func (*NullableDeleteLabelAlphaOutput) UnmarshalJSON ¶

func (v *NullableDeleteLabelAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableDeleteLabelAlphaOutput) Unset ¶

func (v *NullableDeleteLabelAlphaOutput) Unset()

type NullableDeleteLabelV1Output ¶

type NullableDeleteLabelV1Output struct {
	// contains filtered or unexported fields
}

func (NullableDeleteLabelV1Output) Get ¶

func (NullableDeleteLabelV1Output) IsSet ¶

func (NullableDeleteLabelV1Output) MarshalJSON ¶

func (v NullableDeleteLabelV1Output) MarshalJSON() ([]byte, error)

func (*NullableDeleteLabelV1Output) Set ¶

func (*NullableDeleteLabelV1Output) UnmarshalJSON ¶

func (v *NullableDeleteLabelV1Output) UnmarshalJSON(src []byte) error

func (*NullableDeleteLabelV1Output) Unset ¶

func (v *NullableDeleteLabelV1Output) Unset()

type NullableDeleteRegulation200Response ¶

type NullableDeleteRegulation200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteRegulation200Response) Get ¶

func (NullableDeleteRegulation200Response) IsSet ¶

func (NullableDeleteRegulation200Response) MarshalJSON ¶

func (v NullableDeleteRegulation200Response) MarshalJSON() ([]byte, error)

func (*NullableDeleteRegulation200Response) Set ¶

func (*NullableDeleteRegulation200Response) UnmarshalJSON ¶

func (v *NullableDeleteRegulation200Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteRegulation200Response) Unset ¶

type NullableDeleteRegulationV1Output ¶

type NullableDeleteRegulationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableDeleteRegulationV1Output) Get ¶

func (NullableDeleteRegulationV1Output) IsSet ¶

func (NullableDeleteRegulationV1Output) MarshalJSON ¶

func (v NullableDeleteRegulationV1Output) MarshalJSON() ([]byte, error)

func (*NullableDeleteRegulationV1Output) Set ¶

func (*NullableDeleteRegulationV1Output) UnmarshalJSON ¶

func (v *NullableDeleteRegulationV1Output) UnmarshalJSON(src []byte) error

func (*NullableDeleteRegulationV1Output) Unset ¶

type NullableDeleteReverseEtlModel200Response ¶

type NullableDeleteReverseEtlModel200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteReverseEtlModel200Response) Get ¶

func (NullableDeleteReverseEtlModel200Response) IsSet ¶

func (NullableDeleteReverseEtlModel200Response) MarshalJSON ¶

func (*NullableDeleteReverseEtlModel200Response) Set ¶

func (*NullableDeleteReverseEtlModel200Response) UnmarshalJSON ¶

func (v *NullableDeleteReverseEtlModel200Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteReverseEtlModel200Response) Unset ¶

type NullableDeleteReverseEtlModelOutput ¶

type NullableDeleteReverseEtlModelOutput struct {
	// contains filtered or unexported fields
}

func (NullableDeleteReverseEtlModelOutput) Get ¶

func (NullableDeleteReverseEtlModelOutput) IsSet ¶

func (NullableDeleteReverseEtlModelOutput) MarshalJSON ¶

func (v NullableDeleteReverseEtlModelOutput) MarshalJSON() ([]byte, error)

func (*NullableDeleteReverseEtlModelOutput) Set ¶

func (*NullableDeleteReverseEtlModelOutput) UnmarshalJSON ¶

func (v *NullableDeleteReverseEtlModelOutput) UnmarshalJSON(src []byte) error

func (*NullableDeleteReverseEtlModelOutput) Unset ¶

type NullableDeleteSource200Response ¶

type NullableDeleteSource200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteSource200Response) Get ¶

func (NullableDeleteSource200Response) IsSet ¶

func (NullableDeleteSource200Response) MarshalJSON ¶

func (v NullableDeleteSource200Response) MarshalJSON() ([]byte, error)

func (*NullableDeleteSource200Response) Set ¶

func (*NullableDeleteSource200Response) UnmarshalJSON ¶

func (v *NullableDeleteSource200Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteSource200Response) Unset ¶

type NullableDeleteSource200Response1 ¶

type NullableDeleteSource200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableDeleteSource200Response1) Get ¶

func (NullableDeleteSource200Response1) IsSet ¶

func (NullableDeleteSource200Response1) MarshalJSON ¶

func (v NullableDeleteSource200Response1) MarshalJSON() ([]byte, error)

func (*NullableDeleteSource200Response1) Set ¶

func (*NullableDeleteSource200Response1) UnmarshalJSON ¶

func (v *NullableDeleteSource200Response1) UnmarshalJSON(src []byte) error

func (*NullableDeleteSource200Response1) Unset ¶

type NullableDeleteSourceAlphaOutput ¶

type NullableDeleteSourceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableDeleteSourceAlphaOutput) Get ¶

func (NullableDeleteSourceAlphaOutput) IsSet ¶

func (NullableDeleteSourceAlphaOutput) MarshalJSON ¶

func (v NullableDeleteSourceAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableDeleteSourceAlphaOutput) Set ¶

func (*NullableDeleteSourceAlphaOutput) UnmarshalJSON ¶

func (v *NullableDeleteSourceAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableDeleteSourceAlphaOutput) Unset ¶

type NullableDeleteSourceV1Output ¶

type NullableDeleteSourceV1Output struct {
	// contains filtered or unexported fields
}

func (NullableDeleteSourceV1Output) Get ¶

func (NullableDeleteSourceV1Output) IsSet ¶

func (NullableDeleteSourceV1Output) MarshalJSON ¶

func (v NullableDeleteSourceV1Output) MarshalJSON() ([]byte, error)

func (*NullableDeleteSourceV1Output) Set ¶

func (*NullableDeleteSourceV1Output) UnmarshalJSON ¶

func (v *NullableDeleteSourceV1Output) UnmarshalJSON(src []byte) error

func (*NullableDeleteSourceV1Output) Unset ¶

func (v *NullableDeleteSourceV1Output) Unset()

type NullableDeleteTrackingPlan200Response ¶

type NullableDeleteTrackingPlan200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteTrackingPlan200Response) Get ¶

func (NullableDeleteTrackingPlan200Response) IsSet ¶

func (NullableDeleteTrackingPlan200Response) MarshalJSON ¶

func (v NullableDeleteTrackingPlan200Response) MarshalJSON() ([]byte, error)

func (*NullableDeleteTrackingPlan200Response) Set ¶

func (*NullableDeleteTrackingPlan200Response) UnmarshalJSON ¶

func (v *NullableDeleteTrackingPlan200Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteTrackingPlan200Response) Unset ¶

type NullableDeleteTrackingPlanV1Output ¶

type NullableDeleteTrackingPlanV1Output struct {
	// contains filtered or unexported fields
}

func (NullableDeleteTrackingPlanV1Output) Get ¶

func (NullableDeleteTrackingPlanV1Output) IsSet ¶

func (NullableDeleteTrackingPlanV1Output) MarshalJSON ¶

func (v NullableDeleteTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*NullableDeleteTrackingPlanV1Output) Set ¶

func (*NullableDeleteTrackingPlanV1Output) UnmarshalJSON ¶

func (v *NullableDeleteTrackingPlanV1Output) UnmarshalJSON(src []byte) error

func (*NullableDeleteTrackingPlanV1Output) Unset ¶

type NullableDeleteTransformation200Response ¶

type NullableDeleteTransformation200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteTransformation200Response) Get ¶

func (NullableDeleteTransformation200Response) IsSet ¶

func (NullableDeleteTransformation200Response) MarshalJSON ¶

func (v NullableDeleteTransformation200Response) MarshalJSON() ([]byte, error)

func (*NullableDeleteTransformation200Response) Set ¶

func (*NullableDeleteTransformation200Response) UnmarshalJSON ¶

func (v *NullableDeleteTransformation200Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteTransformation200Response) Unset ¶

type NullableDeleteTransformationBetaInput ¶

type NullableDeleteTransformationBetaInput struct {
	// contains filtered or unexported fields
}

func (NullableDeleteTransformationBetaInput) Get ¶

func (NullableDeleteTransformationBetaInput) IsSet ¶

func (NullableDeleteTransformationBetaInput) MarshalJSON ¶

func (v NullableDeleteTransformationBetaInput) MarshalJSON() ([]byte, error)

func (*NullableDeleteTransformationBetaInput) Set ¶

func (*NullableDeleteTransformationBetaInput) UnmarshalJSON ¶

func (v *NullableDeleteTransformationBetaInput) UnmarshalJSON(src []byte) error

func (*NullableDeleteTransformationBetaInput) Unset ¶

type NullableDeleteTransformationBetaOutput ¶

type NullableDeleteTransformationBetaOutput struct {
	// contains filtered or unexported fields
}

func (NullableDeleteTransformationBetaOutput) Get ¶

func (NullableDeleteTransformationBetaOutput) IsSet ¶

func (NullableDeleteTransformationBetaOutput) MarshalJSON ¶

func (v NullableDeleteTransformationBetaOutput) MarshalJSON() ([]byte, error)

func (*NullableDeleteTransformationBetaOutput) Set ¶

func (*NullableDeleteTransformationBetaOutput) UnmarshalJSON ¶

func (v *NullableDeleteTransformationBetaOutput) UnmarshalJSON(src []byte) error

func (*NullableDeleteTransformationBetaOutput) Unset ¶

type NullableDeleteTransformationV1Output ¶

type NullableDeleteTransformationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableDeleteTransformationV1Output) Get ¶

func (NullableDeleteTransformationV1Output) IsSet ¶

func (NullableDeleteTransformationV1Output) MarshalJSON ¶

func (v NullableDeleteTransformationV1Output) MarshalJSON() ([]byte, error)

func (*NullableDeleteTransformationV1Output) Set ¶

func (*NullableDeleteTransformationV1Output) UnmarshalJSON ¶

func (v *NullableDeleteTransformationV1Output) UnmarshalJSON(src []byte) error

func (*NullableDeleteTransformationV1Output) Unset ¶

type NullableDeleteUserGroup200Response ¶

type NullableDeleteUserGroup200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteUserGroup200Response) Get ¶

func (NullableDeleteUserGroup200Response) IsSet ¶

func (NullableDeleteUserGroup200Response) MarshalJSON ¶

func (v NullableDeleteUserGroup200Response) MarshalJSON() ([]byte, error)

func (*NullableDeleteUserGroup200Response) Set ¶

func (*NullableDeleteUserGroup200Response) UnmarshalJSON ¶

func (v *NullableDeleteUserGroup200Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteUserGroup200Response) Unset ¶

type NullableDeleteUserGroupV1Output ¶

type NullableDeleteUserGroupV1Output struct {
	// contains filtered or unexported fields
}

func (NullableDeleteUserGroupV1Output) Get ¶

func (NullableDeleteUserGroupV1Output) IsSet ¶

func (NullableDeleteUserGroupV1Output) MarshalJSON ¶

func (v NullableDeleteUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*NullableDeleteUserGroupV1Output) Set ¶

func (*NullableDeleteUserGroupV1Output) UnmarshalJSON ¶

func (v *NullableDeleteUserGroupV1Output) UnmarshalJSON(src []byte) error

func (*NullableDeleteUserGroupV1Output) Unset ¶

type NullableDeleteUsers200Response ¶

type NullableDeleteUsers200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteUsers200Response) Get ¶

func (NullableDeleteUsers200Response) IsSet ¶

func (NullableDeleteUsers200Response) MarshalJSON ¶

func (v NullableDeleteUsers200Response) MarshalJSON() ([]byte, error)

func (*NullableDeleteUsers200Response) Set ¶

func (*NullableDeleteUsers200Response) UnmarshalJSON ¶

func (v *NullableDeleteUsers200Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteUsers200Response) Unset ¶

func (v *NullableDeleteUsers200Response) Unset()

type NullableDeleteUsersV1Output ¶

type NullableDeleteUsersV1Output struct {
	// contains filtered or unexported fields
}

func (NullableDeleteUsersV1Output) Get ¶

func (NullableDeleteUsersV1Output) IsSet ¶

func (NullableDeleteUsersV1Output) MarshalJSON ¶

func (v NullableDeleteUsersV1Output) MarshalJSON() ([]byte, error)

func (*NullableDeleteUsersV1Output) Set ¶

func (*NullableDeleteUsersV1Output) UnmarshalJSON ¶

func (v *NullableDeleteUsersV1Output) UnmarshalJSON(src []byte) error

func (*NullableDeleteUsersV1Output) Unset ¶

func (v *NullableDeleteUsersV1Output) Unset()

type NullableDeleteWarehouse200Response ¶

type NullableDeleteWarehouse200Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteWarehouse200Response) Get ¶

func (NullableDeleteWarehouse200Response) IsSet ¶

func (NullableDeleteWarehouse200Response) MarshalJSON ¶

func (v NullableDeleteWarehouse200Response) MarshalJSON() ([]byte, error)

func (*NullableDeleteWarehouse200Response) Set ¶

func (*NullableDeleteWarehouse200Response) UnmarshalJSON ¶

func (v *NullableDeleteWarehouse200Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteWarehouse200Response) Unset ¶

type NullableDeleteWarehouseV1Output ¶

type NullableDeleteWarehouseV1Output struct {
	// contains filtered or unexported fields
}

func (NullableDeleteWarehouseV1Output) Get ¶

func (NullableDeleteWarehouseV1Output) IsSet ¶

func (NullableDeleteWarehouseV1Output) MarshalJSON ¶

func (v NullableDeleteWarehouseV1Output) MarshalJSON() ([]byte, error)

func (*NullableDeleteWarehouseV1Output) Set ¶

func (*NullableDeleteWarehouseV1Output) UnmarshalJSON ¶

func (v *NullableDeleteWarehouseV1Output) UnmarshalJSON(src []byte) error

func (*NullableDeleteWarehouseV1Output) Unset ¶

type NullableDeliveryMetricsSummaryBeta ¶

type NullableDeliveryMetricsSummaryBeta struct {
	// contains filtered or unexported fields
}

func (NullableDeliveryMetricsSummaryBeta) Get ¶

func (NullableDeliveryMetricsSummaryBeta) IsSet ¶

func (NullableDeliveryMetricsSummaryBeta) MarshalJSON ¶

func (v NullableDeliveryMetricsSummaryBeta) MarshalJSON() ([]byte, error)

func (*NullableDeliveryMetricsSummaryBeta) Set ¶

func (*NullableDeliveryMetricsSummaryBeta) UnmarshalJSON ¶

func (v *NullableDeliveryMetricsSummaryBeta) UnmarshalJSON(src []byte) error

func (*NullableDeliveryMetricsSummaryBeta) Unset ¶

type NullableDeliveryOverviewDestinationFilterBy ¶

type NullableDeliveryOverviewDestinationFilterBy struct {
	// contains filtered or unexported fields
}

func (NullableDeliveryOverviewDestinationFilterBy) Get ¶

func (NullableDeliveryOverviewDestinationFilterBy) IsSet ¶

func (NullableDeliveryOverviewDestinationFilterBy) MarshalJSON ¶

func (*NullableDeliveryOverviewDestinationFilterBy) Set ¶

func (*NullableDeliveryOverviewDestinationFilterBy) UnmarshalJSON ¶

func (v *NullableDeliveryOverviewDestinationFilterBy) UnmarshalJSON(src []byte) error

func (*NullableDeliveryOverviewDestinationFilterBy) Unset ¶

type NullableDeliveryOverviewMetricsDatapoint ¶

type NullableDeliveryOverviewMetricsDatapoint struct {
	// contains filtered or unexported fields
}

func (NullableDeliveryOverviewMetricsDatapoint) Get ¶

func (NullableDeliveryOverviewMetricsDatapoint) IsSet ¶

func (NullableDeliveryOverviewMetricsDatapoint) MarshalJSON ¶

func (*NullableDeliveryOverviewMetricsDatapoint) Set ¶

func (*NullableDeliveryOverviewMetricsDatapoint) UnmarshalJSON ¶

func (v *NullableDeliveryOverviewMetricsDatapoint) UnmarshalJSON(src []byte) error

func (*NullableDeliveryOverviewMetricsDatapoint) Unset ¶

type NullableDeliveryOverviewMetricsDataset ¶

type NullableDeliveryOverviewMetricsDataset struct {
	// contains filtered or unexported fields
}

func (NullableDeliveryOverviewMetricsDataset) Get ¶

func (NullableDeliveryOverviewMetricsDataset) IsSet ¶

func (NullableDeliveryOverviewMetricsDataset) MarshalJSON ¶

func (v NullableDeliveryOverviewMetricsDataset) MarshalJSON() ([]byte, error)

func (*NullableDeliveryOverviewMetricsDataset) Set ¶

func (*NullableDeliveryOverviewMetricsDataset) UnmarshalJSON ¶

func (v *NullableDeliveryOverviewMetricsDataset) UnmarshalJSON(src []byte) error

func (*NullableDeliveryOverviewMetricsDataset) Unset ¶

type NullableDeliveryOverviewSourceFilterBy ¶

type NullableDeliveryOverviewSourceFilterBy struct {
	// contains filtered or unexported fields
}

func (NullableDeliveryOverviewSourceFilterBy) Get ¶

func (NullableDeliveryOverviewSourceFilterBy) IsSet ¶

func (NullableDeliveryOverviewSourceFilterBy) MarshalJSON ¶

func (v NullableDeliveryOverviewSourceFilterBy) MarshalJSON() ([]byte, error)

func (*NullableDeliveryOverviewSourceFilterBy) Set ¶

func (*NullableDeliveryOverviewSourceFilterBy) UnmarshalJSON ¶

func (v *NullableDeliveryOverviewSourceFilterBy) UnmarshalJSON(src []byte) error

func (*NullableDeliveryOverviewSourceFilterBy) Unset ¶

type NullableDeliveryOverviewSuccessfullyReceivedFilterBy ¶

type NullableDeliveryOverviewSuccessfullyReceivedFilterBy struct {
	// contains filtered or unexported fields
}

func (NullableDeliveryOverviewSuccessfullyReceivedFilterBy) Get ¶

func (NullableDeliveryOverviewSuccessfullyReceivedFilterBy) IsSet ¶

func (NullableDeliveryOverviewSuccessfullyReceivedFilterBy) MarshalJSON ¶

func (*NullableDeliveryOverviewSuccessfullyReceivedFilterBy) Set ¶

func (*NullableDeliveryOverviewSuccessfullyReceivedFilterBy) UnmarshalJSON ¶

func (*NullableDeliveryOverviewSuccessfullyReceivedFilterBy) Unset ¶

type NullableDestinationFilterActionV1 ¶

type NullableDestinationFilterActionV1 struct {
	// contains filtered or unexported fields
}

func (NullableDestinationFilterActionV1) Get ¶

func (NullableDestinationFilterActionV1) IsSet ¶

func (NullableDestinationFilterActionV1) MarshalJSON ¶

func (v NullableDestinationFilterActionV1) MarshalJSON() ([]byte, error)

func (*NullableDestinationFilterActionV1) Set ¶

func (*NullableDestinationFilterActionV1) UnmarshalJSON ¶

func (v *NullableDestinationFilterActionV1) UnmarshalJSON(src []byte) error

func (*NullableDestinationFilterActionV1) Unset ¶

type NullableDestinationFilterV1 ¶

type NullableDestinationFilterV1 struct {
	// contains filtered or unexported fields
}

func (NullableDestinationFilterV1) Get ¶

func (NullableDestinationFilterV1) IsSet ¶

func (NullableDestinationFilterV1) MarshalJSON ¶

func (v NullableDestinationFilterV1) MarshalJSON() ([]byte, error)

func (*NullableDestinationFilterV1) Set ¶

func (*NullableDestinationFilterV1) UnmarshalJSON ¶

func (v *NullableDestinationFilterV1) UnmarshalJSON(src []byte) error

func (*NullableDestinationFilterV1) Unset ¶

func (v *NullableDestinationFilterV1) Unset()

type NullableDestinationInput ¶

type NullableDestinationInput struct {
	// contains filtered or unexported fields
}

func NewNullableDestinationInput ¶

func NewNullableDestinationInput(val *DestinationInput) *NullableDestinationInput

func (NullableDestinationInput) Get ¶

func (NullableDestinationInput) IsSet ¶

func (v NullableDestinationInput) IsSet() bool

func (NullableDestinationInput) MarshalJSON ¶

func (v NullableDestinationInput) MarshalJSON() ([]byte, error)

func (*NullableDestinationInput) Set ¶

func (*NullableDestinationInput) UnmarshalJSON ¶

func (v *NullableDestinationInput) UnmarshalJSON(src []byte) error

func (*NullableDestinationInput) Unset ¶

func (v *NullableDestinationInput) Unset()

type NullableDestinationMetadataActionFieldV1 ¶

type NullableDestinationMetadataActionFieldV1 struct {
	// contains filtered or unexported fields
}

func (NullableDestinationMetadataActionFieldV1) Get ¶

func (NullableDestinationMetadataActionFieldV1) IsSet ¶

func (NullableDestinationMetadataActionFieldV1) MarshalJSON ¶

func (*NullableDestinationMetadataActionFieldV1) Set ¶

func (*NullableDestinationMetadataActionFieldV1) UnmarshalJSON ¶

func (v *NullableDestinationMetadataActionFieldV1) UnmarshalJSON(src []byte) error

func (*NullableDestinationMetadataActionFieldV1) Unset ¶

type NullableDestinationMetadataActionV1 ¶

type NullableDestinationMetadataActionV1 struct {
	// contains filtered or unexported fields
}

func (NullableDestinationMetadataActionV1) Get ¶

func (NullableDestinationMetadataActionV1) IsSet ¶

func (NullableDestinationMetadataActionV1) MarshalJSON ¶

func (v NullableDestinationMetadataActionV1) MarshalJSON() ([]byte, error)

func (*NullableDestinationMetadataActionV1) Set ¶

func (*NullableDestinationMetadataActionV1) UnmarshalJSON ¶

func (v *NullableDestinationMetadataActionV1) UnmarshalJSON(src []byte) error

func (*NullableDestinationMetadataActionV1) Unset ¶

type NullableDestinationMetadataComponentV1 ¶

type NullableDestinationMetadataComponentV1 struct {
	// contains filtered or unexported fields
}

func (NullableDestinationMetadataComponentV1) Get ¶

func (NullableDestinationMetadataComponentV1) IsSet ¶

func (NullableDestinationMetadataComponentV1) MarshalJSON ¶

func (v NullableDestinationMetadataComponentV1) MarshalJSON() ([]byte, error)

func (*NullableDestinationMetadataComponentV1) Set ¶

func (*NullableDestinationMetadataComponentV1) UnmarshalJSON ¶

func (v *NullableDestinationMetadataComponentV1) UnmarshalJSON(src []byte) error

func (*NullableDestinationMetadataComponentV1) Unset ¶

type NullableDestinationMetadataFeaturesV1 ¶

type NullableDestinationMetadataFeaturesV1 struct {
	// contains filtered or unexported fields
}

func (NullableDestinationMetadataFeaturesV1) Get ¶

func (NullableDestinationMetadataFeaturesV1) IsSet ¶

func (NullableDestinationMetadataFeaturesV1) MarshalJSON ¶

func (v NullableDestinationMetadataFeaturesV1) MarshalJSON() ([]byte, error)

func (*NullableDestinationMetadataFeaturesV1) Set ¶

func (*NullableDestinationMetadataFeaturesV1) UnmarshalJSON ¶

func (v *NullableDestinationMetadataFeaturesV1) UnmarshalJSON(src []byte) error

func (*NullableDestinationMetadataFeaturesV1) Unset ¶

type NullableDestinationMetadataMethodsV1 ¶

type NullableDestinationMetadataMethodsV1 struct {
	// contains filtered or unexported fields
}

func (NullableDestinationMetadataMethodsV1) Get ¶

func (NullableDestinationMetadataMethodsV1) IsSet ¶

func (NullableDestinationMetadataMethodsV1) MarshalJSON ¶

func (v NullableDestinationMetadataMethodsV1) MarshalJSON() ([]byte, error)

func (*NullableDestinationMetadataMethodsV1) Set ¶

func (*NullableDestinationMetadataMethodsV1) UnmarshalJSON ¶

func (v *NullableDestinationMetadataMethodsV1) UnmarshalJSON(src []byte) error

func (*NullableDestinationMetadataMethodsV1) Unset ¶

type NullableDestinationMetadataPlatformsV1 ¶

type NullableDestinationMetadataPlatformsV1 struct {
	// contains filtered or unexported fields
}

func (NullableDestinationMetadataPlatformsV1) Get ¶

func (NullableDestinationMetadataPlatformsV1) IsSet ¶

func (NullableDestinationMetadataPlatformsV1) MarshalJSON ¶

func (v NullableDestinationMetadataPlatformsV1) MarshalJSON() ([]byte, error)

func (*NullableDestinationMetadataPlatformsV1) Set ¶

func (*NullableDestinationMetadataPlatformsV1) UnmarshalJSON ¶

func (v *NullableDestinationMetadataPlatformsV1) UnmarshalJSON(src []byte) error

func (*NullableDestinationMetadataPlatformsV1) Unset ¶

type NullableDestinationMetadataSubscriptionPresetV1 ¶

type NullableDestinationMetadataSubscriptionPresetV1 struct {
	// contains filtered or unexported fields
}

func (NullableDestinationMetadataSubscriptionPresetV1) Get ¶

func (NullableDestinationMetadataSubscriptionPresetV1) IsSet ¶

func (NullableDestinationMetadataSubscriptionPresetV1) MarshalJSON ¶

func (*NullableDestinationMetadataSubscriptionPresetV1) Set ¶

func (*NullableDestinationMetadataSubscriptionPresetV1) UnmarshalJSON ¶

func (*NullableDestinationMetadataSubscriptionPresetV1) Unset ¶

type NullableDestinationMetadataV1 ¶

type NullableDestinationMetadataV1 struct {
	// contains filtered or unexported fields
}

func (NullableDestinationMetadataV1) Get ¶

func (NullableDestinationMetadataV1) IsSet ¶

func (NullableDestinationMetadataV1) MarshalJSON ¶

func (v NullableDestinationMetadataV1) MarshalJSON() ([]byte, error)

func (*NullableDestinationMetadataV1) Set ¶

func (*NullableDestinationMetadataV1) UnmarshalJSON ¶

func (v *NullableDestinationMetadataV1) UnmarshalJSON(src []byte) error

func (*NullableDestinationMetadataV1) Unset ¶

func (v *NullableDestinationMetadataV1) Unset()

type NullableDestinationStatusV1 ¶

type NullableDestinationStatusV1 struct {
	// contains filtered or unexported fields
}

func (NullableDestinationStatusV1) Get ¶

func (NullableDestinationStatusV1) IsSet ¶

func (NullableDestinationStatusV1) MarshalJSON ¶

func (v NullableDestinationStatusV1) MarshalJSON() ([]byte, error)

func (*NullableDestinationStatusV1) Set ¶

func (*NullableDestinationStatusV1) UnmarshalJSON ¶

func (v *NullableDestinationStatusV1) UnmarshalJSON(src []byte) error

func (*NullableDestinationStatusV1) Unset ¶

func (v *NullableDestinationStatusV1) Unset()

type NullableDestinationSubscription ¶

type NullableDestinationSubscription struct {
	// contains filtered or unexported fields
}

func (NullableDestinationSubscription) Get ¶

func (NullableDestinationSubscription) IsSet ¶

func (NullableDestinationSubscription) MarshalJSON ¶

func (v NullableDestinationSubscription) MarshalJSON() ([]byte, error)

func (*NullableDestinationSubscription) Set ¶

func (*NullableDestinationSubscription) UnmarshalJSON ¶

func (v *NullableDestinationSubscription) UnmarshalJSON(src []byte) error

func (*NullableDestinationSubscription) Unset ¶

type NullableDestinationSubscriptionConfiguration ¶

type NullableDestinationSubscriptionConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableDestinationSubscriptionConfiguration) Get ¶

func (NullableDestinationSubscriptionConfiguration) IsSet ¶

func (NullableDestinationSubscriptionConfiguration) MarshalJSON ¶

func (*NullableDestinationSubscriptionConfiguration) Set ¶

func (*NullableDestinationSubscriptionConfiguration) UnmarshalJSON ¶

func (*NullableDestinationSubscriptionConfiguration) Unset ¶

type NullableDestinationSubscriptionUpdateInput ¶

type NullableDestinationSubscriptionUpdateInput struct {
	// contains filtered or unexported fields
}

func (NullableDestinationSubscriptionUpdateInput) Get ¶

func (NullableDestinationSubscriptionUpdateInput) IsSet ¶

func (NullableDestinationSubscriptionUpdateInput) MarshalJSON ¶

func (*NullableDestinationSubscriptionUpdateInput) Set ¶

func (*NullableDestinationSubscriptionUpdateInput) UnmarshalJSON ¶

func (v *NullableDestinationSubscriptionUpdateInput) UnmarshalJSON(src []byte) error

func (*NullableDestinationSubscriptionUpdateInput) Unset ¶

type NullableDestinationV1 ¶

type NullableDestinationV1 struct {
	// contains filtered or unexported fields
}

func NewNullableDestinationV1 ¶

func NewNullableDestinationV1(val *DestinationV1) *NullableDestinationV1

func (NullableDestinationV1) Get ¶

func (NullableDestinationV1) IsSet ¶

func (v NullableDestinationV1) IsSet() bool

func (NullableDestinationV1) MarshalJSON ¶

func (v NullableDestinationV1) MarshalJSON() ([]byte, error)

func (*NullableDestinationV1) Set ¶

func (v *NullableDestinationV1) Set(val *DestinationV1)

func (*NullableDestinationV1) UnmarshalJSON ¶

func (v *NullableDestinationV1) UnmarshalJSON(src []byte) error

func (*NullableDestinationV1) Unset ¶

func (v *NullableDestinationV1) Unset()

type NullableDisableEdgeFunctions200Response ¶

type NullableDisableEdgeFunctions200Response struct {
	// contains filtered or unexported fields
}

func (NullableDisableEdgeFunctions200Response) Get ¶

func (NullableDisableEdgeFunctions200Response) IsSet ¶

func (NullableDisableEdgeFunctions200Response) MarshalJSON ¶

func (v NullableDisableEdgeFunctions200Response) MarshalJSON() ([]byte, error)

func (*NullableDisableEdgeFunctions200Response) Set ¶

func (*NullableDisableEdgeFunctions200Response) UnmarshalJSON ¶

func (v *NullableDisableEdgeFunctions200Response) UnmarshalJSON(src []byte) error

func (*NullableDisableEdgeFunctions200Response) Unset ¶

type NullableDisableEdgeFunctionsAlphaOutput ¶

type NullableDisableEdgeFunctionsAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableDisableEdgeFunctionsAlphaOutput) Get ¶

func (NullableDisableEdgeFunctionsAlphaOutput) IsSet ¶

func (NullableDisableEdgeFunctionsAlphaOutput) MarshalJSON ¶

func (v NullableDisableEdgeFunctionsAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableDisableEdgeFunctionsAlphaOutput) Set ¶

func (*NullableDisableEdgeFunctionsAlphaOutput) UnmarshalJSON ¶

func (v *NullableDisableEdgeFunctionsAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableDisableEdgeFunctionsAlphaOutput) Unset ¶

type NullableDownload ¶

type NullableDownload struct {
	// contains filtered or unexported fields
}

func NewNullableDownload ¶

func NewNullableDownload(val *Download) *NullableDownload

func (NullableDownload) Get ¶

func (v NullableDownload) Get() *Download

func (NullableDownload) IsSet ¶

func (v NullableDownload) IsSet() bool

func (NullableDownload) MarshalJSON ¶

func (v NullableDownload) MarshalJSON() ([]byte, error)

func (*NullableDownload) Set ¶

func (v *NullableDownload) Set(val *Download)

func (*NullableDownload) UnmarshalJSON ¶

func (v *NullableDownload) UnmarshalJSON(src []byte) error

func (*NullableDownload) Unset ¶

func (v *NullableDownload) Unset()

type NullableEcho200Response ¶

type NullableEcho200Response struct {
	// contains filtered or unexported fields
}

func NewNullableEcho200Response ¶

func NewNullableEcho200Response(val *Echo200Response) *NullableEcho200Response

func (NullableEcho200Response) Get ¶

func (NullableEcho200Response) IsSet ¶

func (v NullableEcho200Response) IsSet() bool

func (NullableEcho200Response) MarshalJSON ¶

func (v NullableEcho200Response) MarshalJSON() ([]byte, error)

func (*NullableEcho200Response) Set ¶

func (*NullableEcho200Response) UnmarshalJSON ¶

func (v *NullableEcho200Response) UnmarshalJSON(src []byte) error

func (*NullableEcho200Response) Unset ¶

func (v *NullableEcho200Response) Unset()

type NullableEcho200Response1 ¶

type NullableEcho200Response1 struct {
	// contains filtered or unexported fields
}

func NewNullableEcho200Response1 ¶

func NewNullableEcho200Response1(val *Echo200Response1) *NullableEcho200Response1

func (NullableEcho200Response1) Get ¶

func (NullableEcho200Response1) IsSet ¶

func (v NullableEcho200Response1) IsSet() bool

func (NullableEcho200Response1) MarshalJSON ¶

func (v NullableEcho200Response1) MarshalJSON() ([]byte, error)

func (*NullableEcho200Response1) Set ¶

func (*NullableEcho200Response1) UnmarshalJSON ¶

func (v *NullableEcho200Response1) UnmarshalJSON(src []byte) error

func (*NullableEcho200Response1) Unset ¶

func (v *NullableEcho200Response1) Unset()

type NullableEchoAlphaOutput ¶

type NullableEchoAlphaOutput struct {
	// contains filtered or unexported fields
}

func NewNullableEchoAlphaOutput ¶

func NewNullableEchoAlphaOutput(val *EchoAlphaOutput) *NullableEchoAlphaOutput

func (NullableEchoAlphaOutput) Get ¶

func (NullableEchoAlphaOutput) IsSet ¶

func (v NullableEchoAlphaOutput) IsSet() bool

func (NullableEchoAlphaOutput) MarshalJSON ¶

func (v NullableEchoAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableEchoAlphaOutput) Set ¶

func (*NullableEchoAlphaOutput) UnmarshalJSON ¶

func (v *NullableEchoAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableEchoAlphaOutput) Unset ¶

func (v *NullableEchoAlphaOutput) Unset()

type NullableEchoV1Output ¶

type NullableEchoV1Output struct {
	// contains filtered or unexported fields
}

func NewNullableEchoV1Output ¶

func NewNullableEchoV1Output(val *EchoV1Output) *NullableEchoV1Output

func (NullableEchoV1Output) Get ¶

func (NullableEchoV1Output) IsSet ¶

func (v NullableEchoV1Output) IsSet() bool

func (NullableEchoV1Output) MarshalJSON ¶

func (v NullableEchoV1Output) MarshalJSON() ([]byte, error)

func (*NullableEchoV1Output) Set ¶

func (v *NullableEchoV1Output) Set(val *EchoV1Output)

func (*NullableEchoV1Output) UnmarshalJSON ¶

func (v *NullableEchoV1Output) UnmarshalJSON(src []byte) error

func (*NullableEchoV1Output) Unset ¶

func (v *NullableEchoV1Output) Unset()

type NullableEdgeFunctionsAlpha ¶

type NullableEdgeFunctionsAlpha struct {
	// contains filtered or unexported fields
}

func NewNullableEdgeFunctionsAlpha ¶

func NewNullableEdgeFunctionsAlpha(val *EdgeFunctionsAlpha) *NullableEdgeFunctionsAlpha

func (NullableEdgeFunctionsAlpha) Get ¶

func (NullableEdgeFunctionsAlpha) IsSet ¶

func (v NullableEdgeFunctionsAlpha) IsSet() bool

func (NullableEdgeFunctionsAlpha) MarshalJSON ¶

func (v NullableEdgeFunctionsAlpha) MarshalJSON() ([]byte, error)

func (*NullableEdgeFunctionsAlpha) Set ¶

func (*NullableEdgeFunctionsAlpha) UnmarshalJSON ¶

func (v *NullableEdgeFunctionsAlpha) UnmarshalJSON(src []byte) error

func (*NullableEdgeFunctionsAlpha) Unset ¶

func (v *NullableEdgeFunctionsAlpha) Unset()

type NullableEntityDetails ¶

type NullableEntityDetails struct {
	// contains filtered or unexported fields
}

func NewNullableEntityDetails ¶

func NewNullableEntityDetails(val *EntityDetails) *NullableEntityDetails

func (NullableEntityDetails) Get ¶

func (NullableEntityDetails) IsSet ¶

func (v NullableEntityDetails) IsSet() bool

func (NullableEntityDetails) MarshalJSON ¶

func (v NullableEntityDetails) MarshalJSON() ([]byte, error)

func (*NullableEntityDetails) Set ¶

func (v *NullableEntityDetails) Set(val *EntityDetails)

func (*NullableEntityDetails) UnmarshalJSON ¶

func (v *NullableEntityDetails) UnmarshalJSON(src []byte) error

func (*NullableEntityDetails) Unset ¶

func (v *NullableEntityDetails) Unset()

type NullableEventSourceV1 ¶

type NullableEventSourceV1 struct {
	// contains filtered or unexported fields
}

func NewNullableEventSourceV1 ¶

func NewNullableEventSourceV1(val *EventSourceV1) *NullableEventSourceV1

func (NullableEventSourceV1) Get ¶

func (NullableEventSourceV1) IsSet ¶

func (v NullableEventSourceV1) IsSet() bool

func (NullableEventSourceV1) MarshalJSON ¶

func (v NullableEventSourceV1) MarshalJSON() ([]byte, error)

func (*NullableEventSourceV1) Set ¶

func (v *NullableEventSourceV1) Set(val *EventSourceV1)

func (*NullableEventSourceV1) UnmarshalJSON ¶

func (v *NullableEventSourceV1) UnmarshalJSON(src []byte) error

func (*NullableEventSourceV1) Unset ¶

func (v *NullableEventSourceV1) Unset()

type NullableFQLDefinedPropertyV1 ¶

type NullableFQLDefinedPropertyV1 struct {
	// contains filtered or unexported fields
}

func (NullableFQLDefinedPropertyV1) Get ¶

func (NullableFQLDefinedPropertyV1) IsSet ¶

func (NullableFQLDefinedPropertyV1) MarshalJSON ¶

func (v NullableFQLDefinedPropertyV1) MarshalJSON() ([]byte, error)

func (*NullableFQLDefinedPropertyV1) Set ¶

func (*NullableFQLDefinedPropertyV1) UnmarshalJSON ¶

func (v *NullableFQLDefinedPropertyV1) UnmarshalJSON(src []byte) error

func (*NullableFQLDefinedPropertyV1) Unset ¶

func (v *NullableFQLDefinedPropertyV1) Unset()

type NullableFilter ¶

type NullableFilter struct {
	// contains filtered or unexported fields
}

func NewNullableFilter ¶

func NewNullableFilter(val *Filter) *NullableFilter

func (NullableFilter) Get ¶

func (v NullableFilter) Get() *Filter

func (NullableFilter) IsSet ¶

func (v NullableFilter) IsSet() bool

func (NullableFilter) MarshalJSON ¶

func (v NullableFilter) MarshalJSON() ([]byte, error)

func (*NullableFilter) Set ¶

func (v *NullableFilter) Set(val *Filter)

func (*NullableFilter) UnmarshalJSON ¶

func (v *NullableFilter) UnmarshalJSON(src []byte) error

func (*NullableFilter) Unset ¶

func (v *NullableFilter) 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 NullableFunctionDeployment ¶

type NullableFunctionDeployment struct {
	// contains filtered or unexported fields
}

func NewNullableFunctionDeployment ¶

func NewNullableFunctionDeployment(val *FunctionDeployment) *NullableFunctionDeployment

func (NullableFunctionDeployment) Get ¶

func (NullableFunctionDeployment) IsSet ¶

func (v NullableFunctionDeployment) IsSet() bool

func (NullableFunctionDeployment) MarshalJSON ¶

func (v NullableFunctionDeployment) MarshalJSON() ([]byte, error)

func (*NullableFunctionDeployment) Set ¶

func (*NullableFunctionDeployment) UnmarshalJSON ¶

func (v *NullableFunctionDeployment) UnmarshalJSON(src []byte) error

func (*NullableFunctionDeployment) Unset ¶

func (v *NullableFunctionDeployment) Unset()

type NullableFunctionSettingV1 ¶

type NullableFunctionSettingV1 struct {
	// contains filtered or unexported fields
}

func NewNullableFunctionSettingV1 ¶

func NewNullableFunctionSettingV1(val *FunctionSettingV1) *NullableFunctionSettingV1

func (NullableFunctionSettingV1) Get ¶

func (NullableFunctionSettingV1) IsSet ¶

func (v NullableFunctionSettingV1) IsSet() bool

func (NullableFunctionSettingV1) MarshalJSON ¶

func (v NullableFunctionSettingV1) MarshalJSON() ([]byte, error)

func (*NullableFunctionSettingV1) Set ¶

func (*NullableFunctionSettingV1) UnmarshalJSON ¶

func (v *NullableFunctionSettingV1) UnmarshalJSON(src []byte) error

func (*NullableFunctionSettingV1) Unset ¶

func (v *NullableFunctionSettingV1) Unset()

type NullableFunctionV1 ¶

type NullableFunctionV1 struct {
	// contains filtered or unexported fields
}

func NewNullableFunctionV1 ¶

func NewNullableFunctionV1(val *FunctionV1) *NullableFunctionV1

func (NullableFunctionV1) Get ¶

func (v NullableFunctionV1) Get() *FunctionV1

func (NullableFunctionV1) IsSet ¶

func (v NullableFunctionV1) IsSet() bool

func (NullableFunctionV1) MarshalJSON ¶

func (v NullableFunctionV1) MarshalJSON() ([]byte, error)

func (*NullableFunctionV1) Set ¶

func (v *NullableFunctionV1) Set(val *FunctionV1)

func (*NullableFunctionV1) UnmarshalJSON ¶

func (v *NullableFunctionV1) UnmarshalJSON(src []byte) error

func (*NullableFunctionV1) Unset ¶

func (v *NullableFunctionV1) Unset()

type NullableGenerateUploadURLForEdgeFunctions200Response ¶

type NullableGenerateUploadURLForEdgeFunctions200Response struct {
	// contains filtered or unexported fields
}

func (NullableGenerateUploadURLForEdgeFunctions200Response) Get ¶

func (NullableGenerateUploadURLForEdgeFunctions200Response) IsSet ¶

func (NullableGenerateUploadURLForEdgeFunctions200Response) MarshalJSON ¶

func (*NullableGenerateUploadURLForEdgeFunctions200Response) Set ¶

func (*NullableGenerateUploadURLForEdgeFunctions200Response) UnmarshalJSON ¶

func (*NullableGenerateUploadURLForEdgeFunctions200Response) Unset ¶

type NullableGenerateUploadURLForEdgeFunctionsAlphaOutput ¶

type NullableGenerateUploadURLForEdgeFunctionsAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableGenerateUploadURLForEdgeFunctionsAlphaOutput) Get ¶

func (NullableGenerateUploadURLForEdgeFunctionsAlphaOutput) IsSet ¶

func (NullableGenerateUploadURLForEdgeFunctionsAlphaOutput) MarshalJSON ¶

func (*NullableGenerateUploadURLForEdgeFunctionsAlphaOutput) Set ¶

func (*NullableGenerateUploadURLForEdgeFunctionsAlphaOutput) UnmarshalJSON ¶

func (*NullableGenerateUploadURLForEdgeFunctionsAlphaOutput) Unset ¶

type NullableGetActivationFromAudience200Response ¶

type NullableGetActivationFromAudience200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetActivationFromAudience200Response) Get ¶

func (NullableGetActivationFromAudience200Response) IsSet ¶

func (NullableGetActivationFromAudience200Response) MarshalJSON ¶

func (*NullableGetActivationFromAudience200Response) Set ¶

func (*NullableGetActivationFromAudience200Response) UnmarshalJSON ¶

func (*NullableGetActivationFromAudience200Response) Unset ¶

type NullableGetActivationFromAudienceOutput ¶

type NullableGetActivationFromAudienceOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetActivationFromAudienceOutput) Get ¶

func (NullableGetActivationFromAudienceOutput) IsSet ¶

func (NullableGetActivationFromAudienceOutput) MarshalJSON ¶

func (v NullableGetActivationFromAudienceOutput) MarshalJSON() ([]byte, error)

func (*NullableGetActivationFromAudienceOutput) Set ¶

func (*NullableGetActivationFromAudienceOutput) UnmarshalJSON ¶

func (v *NullableGetActivationFromAudienceOutput) UnmarshalJSON(src []byte) error

func (*NullableGetActivationFromAudienceOutput) Unset ¶

type NullableGetAdvancedSyncScheduleFromWarehouse200Response ¶

type NullableGetAdvancedSyncScheduleFromWarehouse200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetAdvancedSyncScheduleFromWarehouse200Response) Get ¶

func (NullableGetAdvancedSyncScheduleFromWarehouse200Response) IsSet ¶

func (NullableGetAdvancedSyncScheduleFromWarehouse200Response) MarshalJSON ¶

func (*NullableGetAdvancedSyncScheduleFromWarehouse200Response) Set ¶

func (*NullableGetAdvancedSyncScheduleFromWarehouse200Response) UnmarshalJSON ¶

func (*NullableGetAdvancedSyncScheduleFromWarehouse200Response) Unset ¶

type NullableGetAdvancedSyncScheduleFromWarehouseV1Output ¶

type NullableGetAdvancedSyncScheduleFromWarehouseV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetAdvancedSyncScheduleFromWarehouseV1Output) Get ¶

func (NullableGetAdvancedSyncScheduleFromWarehouseV1Output) IsSet ¶

func (NullableGetAdvancedSyncScheduleFromWarehouseV1Output) MarshalJSON ¶

func (*NullableGetAdvancedSyncScheduleFromWarehouseV1Output) Set ¶

func (*NullableGetAdvancedSyncScheduleFromWarehouseV1Output) UnmarshalJSON ¶

func (*NullableGetAdvancedSyncScheduleFromWarehouseV1Output) Unset ¶

type NullableGetAudience200Response ¶

type NullableGetAudience200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetAudience200Response) Get ¶

func (NullableGetAudience200Response) IsSet ¶

func (NullableGetAudience200Response) MarshalJSON ¶

func (v NullableGetAudience200Response) MarshalJSON() ([]byte, error)

func (*NullableGetAudience200Response) Set ¶

func (*NullableGetAudience200Response) UnmarshalJSON ¶

func (v *NullableGetAudience200Response) UnmarshalJSON(src []byte) error

func (*NullableGetAudience200Response) Unset ¶

func (v *NullableGetAudience200Response) Unset()

type NullableGetAudience200Response1 ¶

type NullableGetAudience200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableGetAudience200Response1) Get ¶

func (NullableGetAudience200Response1) IsSet ¶

func (NullableGetAudience200Response1) MarshalJSON ¶

func (v NullableGetAudience200Response1) MarshalJSON() ([]byte, error)

func (*NullableGetAudience200Response1) Set ¶

func (*NullableGetAudience200Response1) UnmarshalJSON ¶

func (v *NullableGetAudience200Response1) UnmarshalJSON(src []byte) error

func (*NullableGetAudience200Response1) Unset ¶

type NullableGetAudienceAlphaOutput ¶

type NullableGetAudienceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetAudienceAlphaOutput) Get ¶

func (NullableGetAudienceAlphaOutput) IsSet ¶

func (NullableGetAudienceAlphaOutput) MarshalJSON ¶

func (v NullableGetAudienceAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableGetAudienceAlphaOutput) Set ¶

func (*NullableGetAudienceAlphaOutput) UnmarshalJSON ¶

func (v *NullableGetAudienceAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableGetAudienceAlphaOutput) Unset ¶

func (v *NullableGetAudienceAlphaOutput) Unset()

type NullableGetAudienceBetaOutput ¶

type NullableGetAudienceBetaOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetAudienceBetaOutput) Get ¶

func (NullableGetAudienceBetaOutput) IsSet ¶

func (NullableGetAudienceBetaOutput) MarshalJSON ¶

func (v NullableGetAudienceBetaOutput) MarshalJSON() ([]byte, error)

func (*NullableGetAudienceBetaOutput) Set ¶

func (*NullableGetAudienceBetaOutput) UnmarshalJSON ¶

func (v *NullableGetAudienceBetaOutput) UnmarshalJSON(src []byte) error

func (*NullableGetAudienceBetaOutput) Unset ¶

func (v *NullableGetAudienceBetaOutput) Unset()

type NullableGetAudiencePreview200Response ¶

type NullableGetAudiencePreview200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetAudiencePreview200Response) Get ¶

func (NullableGetAudiencePreview200Response) IsSet ¶

func (NullableGetAudiencePreview200Response) MarshalJSON ¶

func (v NullableGetAudiencePreview200Response) MarshalJSON() ([]byte, error)

func (*NullableGetAudiencePreview200Response) Set ¶

func (*NullableGetAudiencePreview200Response) UnmarshalJSON ¶

func (v *NullableGetAudiencePreview200Response) UnmarshalJSON(src []byte) error

func (*NullableGetAudiencePreview200Response) Unset ¶

type NullableGetAudiencePreview200Response1 ¶

type NullableGetAudiencePreview200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableGetAudiencePreview200Response1) Get ¶

func (NullableGetAudiencePreview200Response1) IsSet ¶

func (NullableGetAudiencePreview200Response1) MarshalJSON ¶

func (v NullableGetAudiencePreview200Response1) MarshalJSON() ([]byte, error)

func (*NullableGetAudiencePreview200Response1) Set ¶

func (*NullableGetAudiencePreview200Response1) UnmarshalJSON ¶

func (v *NullableGetAudiencePreview200Response1) UnmarshalJSON(src []byte) error

func (*NullableGetAudiencePreview200Response1) Unset ¶

type NullableGetAudiencePreviewAlphaOutput ¶

type NullableGetAudiencePreviewAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetAudiencePreviewAlphaOutput) Get ¶

func (NullableGetAudiencePreviewAlphaOutput) IsSet ¶

func (NullableGetAudiencePreviewAlphaOutput) MarshalJSON ¶

func (v NullableGetAudiencePreviewAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableGetAudiencePreviewAlphaOutput) Set ¶

func (*NullableGetAudiencePreviewAlphaOutput) UnmarshalJSON ¶

func (v *NullableGetAudiencePreviewAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableGetAudiencePreviewAlphaOutput) Unset ¶

type NullableGetAudiencePreviewBetaOutput ¶

type NullableGetAudiencePreviewBetaOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetAudiencePreviewBetaOutput) Get ¶

func (NullableGetAudiencePreviewBetaOutput) IsSet ¶

func (NullableGetAudiencePreviewBetaOutput) MarshalJSON ¶

func (v NullableGetAudiencePreviewBetaOutput) MarshalJSON() ([]byte, error)

func (*NullableGetAudiencePreviewBetaOutput) Set ¶

func (*NullableGetAudiencePreviewBetaOutput) UnmarshalJSON ¶

func (v *NullableGetAudiencePreviewBetaOutput) UnmarshalJSON(src []byte) error

func (*NullableGetAudiencePreviewBetaOutput) Unset ¶

type NullableGetAudienceScheduleFromSpaceAndAudience200Response ¶

type NullableGetAudienceScheduleFromSpaceAndAudience200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetAudienceScheduleFromSpaceAndAudience200Response) Get ¶

func (NullableGetAudienceScheduleFromSpaceAndAudience200Response) IsSet ¶

func (NullableGetAudienceScheduleFromSpaceAndAudience200Response) MarshalJSON ¶

func (*NullableGetAudienceScheduleFromSpaceAndAudience200Response) Set ¶

func (*NullableGetAudienceScheduleFromSpaceAndAudience200Response) UnmarshalJSON ¶

func (*NullableGetAudienceScheduleFromSpaceAndAudience200Response) Unset ¶

type NullableGetAudienceScheduleFromSpaceAndAudienceAlphaOutput ¶

type NullableGetAudienceScheduleFromSpaceAndAudienceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetAudienceScheduleFromSpaceAndAudienceAlphaOutput) Get ¶

func (NullableGetAudienceScheduleFromSpaceAndAudienceAlphaOutput) IsSet ¶

func (NullableGetAudienceScheduleFromSpaceAndAudienceAlphaOutput) MarshalJSON ¶

func (*NullableGetAudienceScheduleFromSpaceAndAudienceAlphaOutput) Set ¶

func (*NullableGetAudienceScheduleFromSpaceAndAudienceAlphaOutput) UnmarshalJSON ¶

func (*NullableGetAudienceScheduleFromSpaceAndAudienceAlphaOutput) Unset ¶

type NullableGetComputedTrait200Response ¶

type NullableGetComputedTrait200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetComputedTrait200Response) Get ¶

func (NullableGetComputedTrait200Response) IsSet ¶

func (NullableGetComputedTrait200Response) MarshalJSON ¶

func (v NullableGetComputedTrait200Response) MarshalJSON() ([]byte, error)

func (*NullableGetComputedTrait200Response) Set ¶

func (*NullableGetComputedTrait200Response) UnmarshalJSON ¶

func (v *NullableGetComputedTrait200Response) UnmarshalJSON(src []byte) error

func (*NullableGetComputedTrait200Response) Unset ¶

type NullableGetComputedTraitAlphaOutput ¶

type NullableGetComputedTraitAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetComputedTraitAlphaOutput) Get ¶

func (NullableGetComputedTraitAlphaOutput) IsSet ¶

func (NullableGetComputedTraitAlphaOutput) MarshalJSON ¶

func (v NullableGetComputedTraitAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableGetComputedTraitAlphaOutput) Set ¶

func (*NullableGetComputedTraitAlphaOutput) UnmarshalJSON ¶

func (v *NullableGetComputedTraitAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableGetComputedTraitAlphaOutput) Unset ¶

type NullableGetConnectionStateFromWarehouse200Response ¶

type NullableGetConnectionStateFromWarehouse200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetConnectionStateFromWarehouse200Response) Get ¶

func (NullableGetConnectionStateFromWarehouse200Response) IsSet ¶

func (NullableGetConnectionStateFromWarehouse200Response) MarshalJSON ¶

func (*NullableGetConnectionStateFromWarehouse200Response) Set ¶

func (*NullableGetConnectionStateFromWarehouse200Response) UnmarshalJSON ¶

func (*NullableGetConnectionStateFromWarehouse200Response) Unset ¶

type NullableGetConnectionStateFromWarehouseV1Output ¶

type NullableGetConnectionStateFromWarehouseV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetConnectionStateFromWarehouseV1Output) Get ¶

func (NullableGetConnectionStateFromWarehouseV1Output) IsSet ¶

func (NullableGetConnectionStateFromWarehouseV1Output) MarshalJSON ¶

func (*NullableGetConnectionStateFromWarehouseV1Output) Set ¶

func (*NullableGetConnectionStateFromWarehouseV1Output) UnmarshalJSON ¶

func (*NullableGetConnectionStateFromWarehouseV1Output) Unset ¶

type NullableGetDailyPerSourceAPICallsUsage200Response ¶

type NullableGetDailyPerSourceAPICallsUsage200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetDailyPerSourceAPICallsUsage200Response) Get ¶

func (NullableGetDailyPerSourceAPICallsUsage200Response) IsSet ¶

func (NullableGetDailyPerSourceAPICallsUsage200Response) MarshalJSON ¶

func (*NullableGetDailyPerSourceAPICallsUsage200Response) Set ¶

func (*NullableGetDailyPerSourceAPICallsUsage200Response) UnmarshalJSON ¶

func (*NullableGetDailyPerSourceAPICallsUsage200Response) Unset ¶

type NullableGetDailyPerSourceAPICallsUsageV1Output ¶

type NullableGetDailyPerSourceAPICallsUsageV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetDailyPerSourceAPICallsUsageV1Output) Get ¶

func (NullableGetDailyPerSourceAPICallsUsageV1Output) IsSet ¶

func (NullableGetDailyPerSourceAPICallsUsageV1Output) MarshalJSON ¶

func (*NullableGetDailyPerSourceAPICallsUsageV1Output) Set ¶

func (*NullableGetDailyPerSourceAPICallsUsageV1Output) UnmarshalJSON ¶

func (*NullableGetDailyPerSourceAPICallsUsageV1Output) Unset ¶

type NullableGetDailyPerSourceMTUUsage200Response ¶

type NullableGetDailyPerSourceMTUUsage200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetDailyPerSourceMTUUsage200Response) Get ¶

func (NullableGetDailyPerSourceMTUUsage200Response) IsSet ¶

func (NullableGetDailyPerSourceMTUUsage200Response) MarshalJSON ¶

func (*NullableGetDailyPerSourceMTUUsage200Response) Set ¶

func (*NullableGetDailyPerSourceMTUUsage200Response) UnmarshalJSON ¶

func (*NullableGetDailyPerSourceMTUUsage200Response) Unset ¶

type NullableGetDailyPerSourceMTUUsageV1Output ¶

type NullableGetDailyPerSourceMTUUsageV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetDailyPerSourceMTUUsageV1Output) Get ¶

func (NullableGetDailyPerSourceMTUUsageV1Output) IsSet ¶

func (NullableGetDailyPerSourceMTUUsageV1Output) MarshalJSON ¶

func (*NullableGetDailyPerSourceMTUUsageV1Output) Set ¶

func (*NullableGetDailyPerSourceMTUUsageV1Output) UnmarshalJSON ¶

func (v *NullableGetDailyPerSourceMTUUsageV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetDailyPerSourceMTUUsageV1Output) Unset ¶

type NullableGetDailyWorkspaceAPICallsUsage200Response ¶

type NullableGetDailyWorkspaceAPICallsUsage200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetDailyWorkspaceAPICallsUsage200Response) Get ¶

func (NullableGetDailyWorkspaceAPICallsUsage200Response) IsSet ¶

func (NullableGetDailyWorkspaceAPICallsUsage200Response) MarshalJSON ¶

func (*NullableGetDailyWorkspaceAPICallsUsage200Response) Set ¶

func (*NullableGetDailyWorkspaceAPICallsUsage200Response) UnmarshalJSON ¶

func (*NullableGetDailyWorkspaceAPICallsUsage200Response) Unset ¶

type NullableGetDailyWorkspaceAPICallsUsageV1Output ¶

type NullableGetDailyWorkspaceAPICallsUsageV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetDailyWorkspaceAPICallsUsageV1Output) Get ¶

func (NullableGetDailyWorkspaceAPICallsUsageV1Output) IsSet ¶

func (NullableGetDailyWorkspaceAPICallsUsageV1Output) MarshalJSON ¶

func (*NullableGetDailyWorkspaceAPICallsUsageV1Output) Set ¶

func (*NullableGetDailyWorkspaceAPICallsUsageV1Output) UnmarshalJSON ¶

func (*NullableGetDailyWorkspaceAPICallsUsageV1Output) Unset ¶

type NullableGetDailyWorkspaceMTUUsage200Response ¶

type NullableGetDailyWorkspaceMTUUsage200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetDailyWorkspaceMTUUsage200Response) Get ¶

func (NullableGetDailyWorkspaceMTUUsage200Response) IsSet ¶

func (NullableGetDailyWorkspaceMTUUsage200Response) MarshalJSON ¶

func (*NullableGetDailyWorkspaceMTUUsage200Response) Set ¶

func (*NullableGetDailyWorkspaceMTUUsage200Response) UnmarshalJSON ¶

func (*NullableGetDailyWorkspaceMTUUsage200Response) Unset ¶

type NullableGetDailyWorkspaceMTUUsageV1Output ¶

type NullableGetDailyWorkspaceMTUUsageV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetDailyWorkspaceMTUUsageV1Output) Get ¶

func (NullableGetDailyWorkspaceMTUUsageV1Output) IsSet ¶

func (NullableGetDailyWorkspaceMTUUsageV1Output) MarshalJSON ¶

func (*NullableGetDailyWorkspaceMTUUsageV1Output) Set ¶

func (*NullableGetDailyWorkspaceMTUUsageV1Output) UnmarshalJSON ¶

func (v *NullableGetDailyWorkspaceMTUUsageV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetDailyWorkspaceMTUUsageV1Output) Unset ¶

type NullableGetDeliveryOverviewMetricsBetaOutput ¶

type NullableGetDeliveryOverviewMetricsBetaOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetDeliveryOverviewMetricsBetaOutput) Get ¶

func (NullableGetDeliveryOverviewMetricsBetaOutput) IsSet ¶

func (NullableGetDeliveryOverviewMetricsBetaOutput) MarshalJSON ¶

func (*NullableGetDeliveryOverviewMetricsBetaOutput) Set ¶

func (*NullableGetDeliveryOverviewMetricsBetaOutput) UnmarshalJSON ¶

func (*NullableGetDeliveryOverviewMetricsBetaOutput) Unset ¶

type NullableGetDestination200Response ¶

type NullableGetDestination200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetDestination200Response) Get ¶

func (NullableGetDestination200Response) IsSet ¶

func (NullableGetDestination200Response) MarshalJSON ¶

func (v NullableGetDestination200Response) MarshalJSON() ([]byte, error)

func (*NullableGetDestination200Response) Set ¶

func (*NullableGetDestination200Response) UnmarshalJSON ¶

func (v *NullableGetDestination200Response) UnmarshalJSON(src []byte) error

func (*NullableGetDestination200Response) Unset ¶

type NullableGetDestinationMetadata200Response ¶

type NullableGetDestinationMetadata200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetDestinationMetadata200Response) Get ¶

func (NullableGetDestinationMetadata200Response) IsSet ¶

func (NullableGetDestinationMetadata200Response) MarshalJSON ¶

func (*NullableGetDestinationMetadata200Response) Set ¶

func (*NullableGetDestinationMetadata200Response) UnmarshalJSON ¶

func (v *NullableGetDestinationMetadata200Response) UnmarshalJSON(src []byte) error

func (*NullableGetDestinationMetadata200Response) Unset ¶

type NullableGetDestinationMetadataV1Output ¶

type NullableGetDestinationMetadataV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetDestinationMetadataV1Output) Get ¶

func (NullableGetDestinationMetadataV1Output) IsSet ¶

func (NullableGetDestinationMetadataV1Output) MarshalJSON ¶

func (v NullableGetDestinationMetadataV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetDestinationMetadataV1Output) Set ¶

func (*NullableGetDestinationMetadataV1Output) UnmarshalJSON ¶

func (v *NullableGetDestinationMetadataV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetDestinationMetadataV1Output) Unset ¶

type NullableGetDestinationV1Output ¶

type NullableGetDestinationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetDestinationV1Output) Get ¶

func (NullableGetDestinationV1Output) IsSet ¶

func (NullableGetDestinationV1Output) MarshalJSON ¶

func (v NullableGetDestinationV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetDestinationV1Output) Set ¶

func (*NullableGetDestinationV1Output) UnmarshalJSON ¶

func (v *NullableGetDestinationV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetDestinationV1Output) Unset ¶

func (v *NullableGetDestinationV1Output) Unset()

type NullableGetDestinationsCatalog200Response ¶

type NullableGetDestinationsCatalog200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetDestinationsCatalog200Response) Get ¶

func (NullableGetDestinationsCatalog200Response) IsSet ¶

func (NullableGetDestinationsCatalog200Response) MarshalJSON ¶

func (*NullableGetDestinationsCatalog200Response) Set ¶

func (*NullableGetDestinationsCatalog200Response) UnmarshalJSON ¶

func (v *NullableGetDestinationsCatalog200Response) UnmarshalJSON(src []byte) error

func (*NullableGetDestinationsCatalog200Response) Unset ¶

type NullableGetDestinationsCatalogV1Output ¶

type NullableGetDestinationsCatalogV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetDestinationsCatalogV1Output) Get ¶

func (NullableGetDestinationsCatalogV1Output) IsSet ¶

func (NullableGetDestinationsCatalogV1Output) MarshalJSON ¶

func (v NullableGetDestinationsCatalogV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetDestinationsCatalogV1Output) Set ¶

func (*NullableGetDestinationsCatalogV1Output) UnmarshalJSON ¶

func (v *NullableGetDestinationsCatalogV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetDestinationsCatalogV1Output) Unset ¶

type NullableGetEgressFailedMetricsFromDeliveryOverview200Response ¶

type NullableGetEgressFailedMetricsFromDeliveryOverview200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetEgressFailedMetricsFromDeliveryOverview200Response) Get ¶

func (NullableGetEgressFailedMetricsFromDeliveryOverview200Response) IsSet ¶

func (NullableGetEgressFailedMetricsFromDeliveryOverview200Response) MarshalJSON ¶

func (*NullableGetEgressFailedMetricsFromDeliveryOverview200Response) Set ¶

func (*NullableGetEgressFailedMetricsFromDeliveryOverview200Response) UnmarshalJSON ¶

func (*NullableGetEgressFailedMetricsFromDeliveryOverview200Response) Unset ¶

type NullableGetEventsVolumeFromWorkspace200Response ¶

type NullableGetEventsVolumeFromWorkspace200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetEventsVolumeFromWorkspace200Response) Get ¶

func (NullableGetEventsVolumeFromWorkspace200Response) IsSet ¶

func (NullableGetEventsVolumeFromWorkspace200Response) MarshalJSON ¶

func (*NullableGetEventsVolumeFromWorkspace200Response) Set ¶

func (*NullableGetEventsVolumeFromWorkspace200Response) UnmarshalJSON ¶

func (*NullableGetEventsVolumeFromWorkspace200Response) Unset ¶

type NullableGetEventsVolumeFromWorkspaceV1Output ¶

type NullableGetEventsVolumeFromWorkspaceV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetEventsVolumeFromWorkspaceV1Output) Get ¶

func (NullableGetEventsVolumeFromWorkspaceV1Output) IsSet ¶

func (NullableGetEventsVolumeFromWorkspaceV1Output) MarshalJSON ¶

func (*NullableGetEventsVolumeFromWorkspaceV1Output) Set ¶

func (*NullableGetEventsVolumeFromWorkspaceV1Output) UnmarshalJSON ¶

func (*NullableGetEventsVolumeFromWorkspaceV1Output) Unset ¶

type NullableGetEventsVolumeFromWorkspaceV1Query ¶

type NullableGetEventsVolumeFromWorkspaceV1Query struct {
	// contains filtered or unexported fields
}

func (NullableGetEventsVolumeFromWorkspaceV1Query) Get ¶

func (NullableGetEventsVolumeFromWorkspaceV1Query) IsSet ¶

func (NullableGetEventsVolumeFromWorkspaceV1Query) MarshalJSON ¶

func (*NullableGetEventsVolumeFromWorkspaceV1Query) Set ¶

func (*NullableGetEventsVolumeFromWorkspaceV1Query) UnmarshalJSON ¶

func (v *NullableGetEventsVolumeFromWorkspaceV1Query) UnmarshalJSON(src []byte) error

func (*NullableGetEventsVolumeFromWorkspaceV1Query) Unset ¶

type NullableGetFilterById200Response ¶

type NullableGetFilterById200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetFilterById200Response) Get ¶

func (NullableGetFilterById200Response) IsSet ¶

func (NullableGetFilterById200Response) MarshalJSON ¶

func (v NullableGetFilterById200Response) MarshalJSON() ([]byte, error)

func (*NullableGetFilterById200Response) Set ¶

func (*NullableGetFilterById200Response) UnmarshalJSON ¶

func (v *NullableGetFilterById200Response) UnmarshalJSON(src []byte) error

func (*NullableGetFilterById200Response) Unset ¶

type NullableGetFilterByIdOutput ¶

type NullableGetFilterByIdOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetFilterByIdOutput) Get ¶

func (NullableGetFilterByIdOutput) IsSet ¶

func (NullableGetFilterByIdOutput) MarshalJSON ¶

func (v NullableGetFilterByIdOutput) MarshalJSON() ([]byte, error)

func (*NullableGetFilterByIdOutput) Set ¶

func (*NullableGetFilterByIdOutput) UnmarshalJSON ¶

func (v *NullableGetFilterByIdOutput) UnmarshalJSON(src []byte) error

func (*NullableGetFilterByIdOutput) Unset ¶

func (v *NullableGetFilterByIdOutput) Unset()

type NullableGetFilterInDestination200Response ¶

type NullableGetFilterInDestination200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetFilterInDestination200Response) Get ¶

func (NullableGetFilterInDestination200Response) IsSet ¶

func (NullableGetFilterInDestination200Response) MarshalJSON ¶

func (*NullableGetFilterInDestination200Response) Set ¶

func (*NullableGetFilterInDestination200Response) UnmarshalJSON ¶

func (v *NullableGetFilterInDestination200Response) UnmarshalJSON(src []byte) error

func (*NullableGetFilterInDestination200Response) Unset ¶

type NullableGetFilterInDestinationV1Output ¶

type NullableGetFilterInDestinationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetFilterInDestinationV1Output) Get ¶

func (NullableGetFilterInDestinationV1Output) IsSet ¶

func (NullableGetFilterInDestinationV1Output) MarshalJSON ¶

func (v NullableGetFilterInDestinationV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetFilterInDestinationV1Output) Set ¶

func (*NullableGetFilterInDestinationV1Output) UnmarshalJSON ¶

func (v *NullableGetFilterInDestinationV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetFilterInDestinationV1Output) Unset ¶

type NullableGetFunction200Response ¶

type NullableGetFunction200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetFunction200Response) Get ¶

func (NullableGetFunction200Response) IsSet ¶

func (NullableGetFunction200Response) MarshalJSON ¶

func (v NullableGetFunction200Response) MarshalJSON() ([]byte, error)

func (*NullableGetFunction200Response) Set ¶

func (*NullableGetFunction200Response) UnmarshalJSON ¶

func (v *NullableGetFunction200Response) UnmarshalJSON(src []byte) error

func (*NullableGetFunction200Response) Unset ¶

func (v *NullableGetFunction200Response) Unset()

type NullableGetFunctionV1Output ¶

type NullableGetFunctionV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetFunctionV1Output) Get ¶

func (NullableGetFunctionV1Output) IsSet ¶

func (NullableGetFunctionV1Output) MarshalJSON ¶

func (v NullableGetFunctionV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetFunctionV1Output) Set ¶

func (*NullableGetFunctionV1Output) UnmarshalJSON ¶

func (v *NullableGetFunctionV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetFunctionV1Output) Unset ¶

func (v *NullableGetFunctionV1Output) Unset()

type NullableGetFunctionVersion200Response ¶

type NullableGetFunctionVersion200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetFunctionVersion200Response) Get ¶

func (NullableGetFunctionVersion200Response) IsSet ¶

func (NullableGetFunctionVersion200Response) MarshalJSON ¶

func (v NullableGetFunctionVersion200Response) MarshalJSON() ([]byte, error)

func (*NullableGetFunctionVersion200Response) Set ¶

func (*NullableGetFunctionVersion200Response) UnmarshalJSON ¶

func (v *NullableGetFunctionVersion200Response) UnmarshalJSON(src []byte) error

func (*NullableGetFunctionVersion200Response) Unset ¶

type NullableGetFunctionVersionAlphaOutput ¶

type NullableGetFunctionVersionAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetFunctionVersionAlphaOutput) Get ¶

func (NullableGetFunctionVersionAlphaOutput) IsSet ¶

func (NullableGetFunctionVersionAlphaOutput) MarshalJSON ¶

func (v NullableGetFunctionVersionAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableGetFunctionVersionAlphaOutput) Set ¶

func (*NullableGetFunctionVersionAlphaOutput) UnmarshalJSON ¶

func (v *NullableGetFunctionVersionAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableGetFunctionVersionAlphaOutput) Unset ¶

type NullableGetInsertFunctionInstance200Response ¶

type NullableGetInsertFunctionInstance200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetInsertFunctionInstance200Response) Get ¶

func (NullableGetInsertFunctionInstance200Response) IsSet ¶

func (NullableGetInsertFunctionInstance200Response) MarshalJSON ¶

func (*NullableGetInsertFunctionInstance200Response) Set ¶

func (*NullableGetInsertFunctionInstance200Response) UnmarshalJSON ¶

func (*NullableGetInsertFunctionInstance200Response) Unset ¶

type NullableGetInsertFunctionInstanceAlphaOutput ¶

type NullableGetInsertFunctionInstanceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetInsertFunctionInstanceAlphaOutput) Get ¶

func (NullableGetInsertFunctionInstanceAlphaOutput) IsSet ¶

func (NullableGetInsertFunctionInstanceAlphaOutput) MarshalJSON ¶

func (*NullableGetInsertFunctionInstanceAlphaOutput) Set ¶

func (*NullableGetInsertFunctionInstanceAlphaOutput) UnmarshalJSON ¶

func (*NullableGetInsertFunctionInstanceAlphaOutput) Unset ¶

type NullableGetLatestFromEdgeFunctions200Response ¶

type NullableGetLatestFromEdgeFunctions200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetLatestFromEdgeFunctions200Response) Get ¶

func (NullableGetLatestFromEdgeFunctions200Response) IsSet ¶

func (NullableGetLatestFromEdgeFunctions200Response) MarshalJSON ¶

func (*NullableGetLatestFromEdgeFunctions200Response) Set ¶

func (*NullableGetLatestFromEdgeFunctions200Response) UnmarshalJSON ¶

func (*NullableGetLatestFromEdgeFunctions200Response) Unset ¶

type NullableGetLatestFromEdgeFunctionsAlphaOutput ¶

type NullableGetLatestFromEdgeFunctionsAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetLatestFromEdgeFunctionsAlphaOutput) Get ¶

func (NullableGetLatestFromEdgeFunctionsAlphaOutput) IsSet ¶

func (NullableGetLatestFromEdgeFunctionsAlphaOutput) MarshalJSON ¶

func (*NullableGetLatestFromEdgeFunctionsAlphaOutput) Set ¶

func (*NullableGetLatestFromEdgeFunctionsAlphaOutput) UnmarshalJSON ¶

func (*NullableGetLatestFromEdgeFunctionsAlphaOutput) Unset ¶

type NullableGetMessagingSubscriptionFailureResponse ¶

type NullableGetMessagingSubscriptionFailureResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetMessagingSubscriptionFailureResponse) Get ¶

func (NullableGetMessagingSubscriptionFailureResponse) IsSet ¶

func (NullableGetMessagingSubscriptionFailureResponse) MarshalJSON ¶

func (*NullableGetMessagingSubscriptionFailureResponse) Set ¶

func (*NullableGetMessagingSubscriptionFailureResponse) UnmarshalJSON ¶

func (*NullableGetMessagingSubscriptionFailureResponse) Unset ¶

type NullableGetMessagingSubscriptionSuccessResponse ¶

type NullableGetMessagingSubscriptionSuccessResponse struct {
	// contains filtered or unexported fields
}

func (NullableGetMessagingSubscriptionSuccessResponse) Get ¶

func (NullableGetMessagingSubscriptionSuccessResponse) IsSet ¶

func (NullableGetMessagingSubscriptionSuccessResponse) MarshalJSON ¶

func (*NullableGetMessagingSubscriptionSuccessResponse) Set ¶

func (*NullableGetMessagingSubscriptionSuccessResponse) UnmarshalJSON ¶

func (*NullableGetMessagingSubscriptionSuccessResponse) Unset ¶

type NullableGetRegulation200Response ¶

type NullableGetRegulation200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetRegulation200Response) Get ¶

func (NullableGetRegulation200Response) IsSet ¶

func (NullableGetRegulation200Response) MarshalJSON ¶

func (v NullableGetRegulation200Response) MarshalJSON() ([]byte, error)

func (*NullableGetRegulation200Response) Set ¶

func (*NullableGetRegulation200Response) UnmarshalJSON ¶

func (v *NullableGetRegulation200Response) UnmarshalJSON(src []byte) error

func (*NullableGetRegulation200Response) Unset ¶

type NullableGetRegulationV1Output ¶

type NullableGetRegulationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetRegulationV1Output) Get ¶

func (NullableGetRegulationV1Output) IsSet ¶

func (NullableGetRegulationV1Output) MarshalJSON ¶

func (v NullableGetRegulationV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetRegulationV1Output) Set ¶

func (*NullableGetRegulationV1Output) UnmarshalJSON ¶

func (v *NullableGetRegulationV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetRegulationV1Output) Unset ¶

func (v *NullableGetRegulationV1Output) Unset()

type NullableGetReverseETLSyncStatus200Response ¶

type NullableGetReverseETLSyncStatus200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetReverseETLSyncStatus200Response) Get ¶

func (NullableGetReverseETLSyncStatus200Response) IsSet ¶

func (NullableGetReverseETLSyncStatus200Response) MarshalJSON ¶

func (*NullableGetReverseETLSyncStatus200Response) Set ¶

func (*NullableGetReverseETLSyncStatus200Response) UnmarshalJSON ¶

func (v *NullableGetReverseETLSyncStatus200Response) UnmarshalJSON(src []byte) error

func (*NullableGetReverseETLSyncStatus200Response) Unset ¶

type NullableGetReverseETLSyncStatusOutput ¶

type NullableGetReverseETLSyncStatusOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetReverseETLSyncStatusOutput) Get ¶

func (NullableGetReverseETLSyncStatusOutput) IsSet ¶

func (NullableGetReverseETLSyncStatusOutput) MarshalJSON ¶

func (v NullableGetReverseETLSyncStatusOutput) MarshalJSON() ([]byte, error)

func (*NullableGetReverseETLSyncStatusOutput) Set ¶

func (*NullableGetReverseETLSyncStatusOutput) UnmarshalJSON ¶

func (v *NullableGetReverseETLSyncStatusOutput) UnmarshalJSON(src []byte) error

func (*NullableGetReverseETLSyncStatusOutput) Unset ¶

type NullableGetReverseEtlModel200Response ¶

type NullableGetReverseEtlModel200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetReverseEtlModel200Response) Get ¶

func (NullableGetReverseEtlModel200Response) IsSet ¶

func (NullableGetReverseEtlModel200Response) MarshalJSON ¶

func (v NullableGetReverseEtlModel200Response) MarshalJSON() ([]byte, error)

func (*NullableGetReverseEtlModel200Response) Set ¶

func (*NullableGetReverseEtlModel200Response) UnmarshalJSON ¶

func (v *NullableGetReverseEtlModel200Response) UnmarshalJSON(src []byte) error

func (*NullableGetReverseEtlModel200Response) Unset ¶

type NullableGetReverseEtlModelOutput ¶

type NullableGetReverseEtlModelOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetReverseEtlModelOutput) Get ¶

func (NullableGetReverseEtlModelOutput) IsSet ¶

func (NullableGetReverseEtlModelOutput) MarshalJSON ¶

func (v NullableGetReverseEtlModelOutput) MarshalJSON() ([]byte, error)

func (*NullableGetReverseEtlModelOutput) Set ¶

func (*NullableGetReverseEtlModelOutput) UnmarshalJSON ¶

func (v *NullableGetReverseEtlModelOutput) UnmarshalJSON(src []byte) error

func (*NullableGetReverseEtlModelOutput) Unset ¶

type NullableGetSource200Response ¶

type NullableGetSource200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetSource200Response) Get ¶

func (NullableGetSource200Response) IsSet ¶

func (NullableGetSource200Response) MarshalJSON ¶

func (v NullableGetSource200Response) MarshalJSON() ([]byte, error)

func (*NullableGetSource200Response) Set ¶

func (*NullableGetSource200Response) UnmarshalJSON ¶

func (v *NullableGetSource200Response) UnmarshalJSON(src []byte) error

func (*NullableGetSource200Response) Unset ¶

func (v *NullableGetSource200Response) Unset()

type NullableGetSource200Response1 ¶

type NullableGetSource200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableGetSource200Response1) Get ¶

func (NullableGetSource200Response1) IsSet ¶

func (NullableGetSource200Response1) MarshalJSON ¶

func (v NullableGetSource200Response1) MarshalJSON() ([]byte, error)

func (*NullableGetSource200Response1) Set ¶

func (*NullableGetSource200Response1) UnmarshalJSON ¶

func (v *NullableGetSource200Response1) UnmarshalJSON(src []byte) error

func (*NullableGetSource200Response1) Unset ¶

func (v *NullableGetSource200Response1) Unset()

type NullableGetSourceAlphaOutput ¶

type NullableGetSourceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetSourceAlphaOutput) Get ¶

func (NullableGetSourceAlphaOutput) IsSet ¶

func (NullableGetSourceAlphaOutput) MarshalJSON ¶

func (v NullableGetSourceAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableGetSourceAlphaOutput) Set ¶

func (*NullableGetSourceAlphaOutput) UnmarshalJSON ¶

func (v *NullableGetSourceAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableGetSourceAlphaOutput) Unset ¶

func (v *NullableGetSourceAlphaOutput) Unset()

type NullableGetSourceMetadata200Response ¶

type NullableGetSourceMetadata200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetSourceMetadata200Response) Get ¶

func (NullableGetSourceMetadata200Response) IsSet ¶

func (NullableGetSourceMetadata200Response) MarshalJSON ¶

func (v NullableGetSourceMetadata200Response) MarshalJSON() ([]byte, error)

func (*NullableGetSourceMetadata200Response) Set ¶

func (*NullableGetSourceMetadata200Response) UnmarshalJSON ¶

func (v *NullableGetSourceMetadata200Response) UnmarshalJSON(src []byte) error

func (*NullableGetSourceMetadata200Response) Unset ¶

type NullableGetSourceMetadataV1Output ¶

type NullableGetSourceMetadataV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetSourceMetadataV1Output) Get ¶

func (NullableGetSourceMetadataV1Output) IsSet ¶

func (NullableGetSourceMetadataV1Output) MarshalJSON ¶

func (v NullableGetSourceMetadataV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetSourceMetadataV1Output) Set ¶

func (*NullableGetSourceMetadataV1Output) UnmarshalJSON ¶

func (v *NullableGetSourceMetadataV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetSourceMetadataV1Output) Unset ¶

type NullableGetSourceV1Output ¶

type NullableGetSourceV1Output struct {
	// contains filtered or unexported fields
}

func NewNullableGetSourceV1Output ¶

func NewNullableGetSourceV1Output(val *GetSourceV1Output) *NullableGetSourceV1Output

func (NullableGetSourceV1Output) Get ¶

func (NullableGetSourceV1Output) IsSet ¶

func (v NullableGetSourceV1Output) IsSet() bool

func (NullableGetSourceV1Output) MarshalJSON ¶

func (v NullableGetSourceV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetSourceV1Output) Set ¶

func (*NullableGetSourceV1Output) UnmarshalJSON ¶

func (v *NullableGetSourceV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetSourceV1Output) Unset ¶

func (v *NullableGetSourceV1Output) Unset()

type NullableGetSourcesCatalog200Response ¶

type NullableGetSourcesCatalog200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetSourcesCatalog200Response) Get ¶

func (NullableGetSourcesCatalog200Response) IsSet ¶

func (NullableGetSourcesCatalog200Response) MarshalJSON ¶

func (v NullableGetSourcesCatalog200Response) MarshalJSON() ([]byte, error)

func (*NullableGetSourcesCatalog200Response) Set ¶

func (*NullableGetSourcesCatalog200Response) UnmarshalJSON ¶

func (v *NullableGetSourcesCatalog200Response) UnmarshalJSON(src []byte) error

func (*NullableGetSourcesCatalog200Response) Unset ¶

type NullableGetSourcesCatalogV1Output ¶

type NullableGetSourcesCatalogV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetSourcesCatalogV1Output) Get ¶

func (NullableGetSourcesCatalogV1Output) IsSet ¶

func (NullableGetSourcesCatalogV1Output) MarshalJSON ¶

func (v NullableGetSourcesCatalogV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetSourcesCatalogV1Output) Set ¶

func (*NullableGetSourcesCatalogV1Output) UnmarshalJSON ¶

func (v *NullableGetSourcesCatalogV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetSourcesCatalogV1Output) Unset ¶

type NullableGetSpace200Response ¶

type NullableGetSpace200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetSpace200Response) Get ¶

func (NullableGetSpace200Response) IsSet ¶

func (NullableGetSpace200Response) MarshalJSON ¶

func (v NullableGetSpace200Response) MarshalJSON() ([]byte, error)

func (*NullableGetSpace200Response) Set ¶

func (*NullableGetSpace200Response) UnmarshalJSON ¶

func (v *NullableGetSpace200Response) UnmarshalJSON(src []byte) error

func (*NullableGetSpace200Response) Unset ¶

func (v *NullableGetSpace200Response) Unset()

type NullableGetSpaceAlphaOutput ¶

type NullableGetSpaceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetSpaceAlphaOutput) Get ¶

func (NullableGetSpaceAlphaOutput) IsSet ¶

func (NullableGetSpaceAlphaOutput) MarshalJSON ¶

func (v NullableGetSpaceAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableGetSpaceAlphaOutput) Set ¶

func (*NullableGetSpaceAlphaOutput) UnmarshalJSON ¶

func (v *NullableGetSpaceAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableGetSpaceAlphaOutput) Unset ¶

func (v *NullableGetSpaceAlphaOutput) Unset()

type NullableGetSubscriptionFromDestination200Response ¶

type NullableGetSubscriptionFromDestination200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetSubscriptionFromDestination200Response) Get ¶

func (NullableGetSubscriptionFromDestination200Response) IsSet ¶

func (NullableGetSubscriptionFromDestination200Response) MarshalJSON ¶

func (*NullableGetSubscriptionFromDestination200Response) Set ¶

func (*NullableGetSubscriptionFromDestination200Response) UnmarshalJSON ¶

func (*NullableGetSubscriptionFromDestination200Response) Unset ¶

type NullableGetSubscriptionFromDestinationAlphaOutput ¶

type NullableGetSubscriptionFromDestinationAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetSubscriptionFromDestinationAlphaOutput) Get ¶

func (NullableGetSubscriptionFromDestinationAlphaOutput) IsSet ¶

func (NullableGetSubscriptionFromDestinationAlphaOutput) MarshalJSON ¶

func (*NullableGetSubscriptionFromDestinationAlphaOutput) Set ¶

func (*NullableGetSubscriptionFromDestinationAlphaOutput) UnmarshalJSON ¶

func (*NullableGetSubscriptionFromDestinationAlphaOutput) Unset ¶

type NullableGetSubscriptionRequest ¶

type NullableGetSubscriptionRequest struct {
	// contains filtered or unexported fields
}

func (NullableGetSubscriptionRequest) Get ¶

func (NullableGetSubscriptionRequest) IsSet ¶

func (NullableGetSubscriptionRequest) MarshalJSON ¶

func (v NullableGetSubscriptionRequest) MarshalJSON() ([]byte, error)

func (*NullableGetSubscriptionRequest) Set ¶

func (*NullableGetSubscriptionRequest) UnmarshalJSON ¶

func (v *NullableGetSubscriptionRequest) UnmarshalJSON(src []byte) error

func (*NullableGetSubscriptionRequest) Unset ¶

func (v *NullableGetSubscriptionRequest) Unset()

type NullableGetTrackingPlan200Response ¶

type NullableGetTrackingPlan200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetTrackingPlan200Response) Get ¶

func (NullableGetTrackingPlan200Response) IsSet ¶

func (NullableGetTrackingPlan200Response) MarshalJSON ¶

func (v NullableGetTrackingPlan200Response) MarshalJSON() ([]byte, error)

func (*NullableGetTrackingPlan200Response) Set ¶

func (*NullableGetTrackingPlan200Response) UnmarshalJSON ¶

func (v *NullableGetTrackingPlan200Response) UnmarshalJSON(src []byte) error

func (*NullableGetTrackingPlan200Response) Unset ¶

type NullableGetTrackingPlanV1Output ¶

type NullableGetTrackingPlanV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetTrackingPlanV1Output) Get ¶

func (NullableGetTrackingPlanV1Output) IsSet ¶

func (NullableGetTrackingPlanV1Output) MarshalJSON ¶

func (v NullableGetTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetTrackingPlanV1Output) Set ¶

func (*NullableGetTrackingPlanV1Output) UnmarshalJSON ¶

func (v *NullableGetTrackingPlanV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetTrackingPlanV1Output) Unset ¶

type NullableGetTransformation200Response ¶

type NullableGetTransformation200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetTransformation200Response) Get ¶

func (NullableGetTransformation200Response) IsSet ¶

func (NullableGetTransformation200Response) MarshalJSON ¶

func (v NullableGetTransformation200Response) MarshalJSON() ([]byte, error)

func (*NullableGetTransformation200Response) Set ¶

func (*NullableGetTransformation200Response) UnmarshalJSON ¶

func (v *NullableGetTransformation200Response) UnmarshalJSON(src []byte) error

func (*NullableGetTransformation200Response) Unset ¶

type NullableGetTransformationBetaInput ¶

type NullableGetTransformationBetaInput struct {
	// contains filtered or unexported fields
}

func (NullableGetTransformationBetaInput) Get ¶

func (NullableGetTransformationBetaInput) IsSet ¶

func (NullableGetTransformationBetaInput) MarshalJSON ¶

func (v NullableGetTransformationBetaInput) MarshalJSON() ([]byte, error)

func (*NullableGetTransformationBetaInput) Set ¶

func (*NullableGetTransformationBetaInput) UnmarshalJSON ¶

func (v *NullableGetTransformationBetaInput) UnmarshalJSON(src []byte) error

func (*NullableGetTransformationBetaInput) Unset ¶

type NullableGetTransformationBetaOutput ¶

type NullableGetTransformationBetaOutput struct {
	// contains filtered or unexported fields
}

func (NullableGetTransformationBetaOutput) Get ¶

func (NullableGetTransformationBetaOutput) IsSet ¶

func (NullableGetTransformationBetaOutput) MarshalJSON ¶

func (v NullableGetTransformationBetaOutput) MarshalJSON() ([]byte, error)

func (*NullableGetTransformationBetaOutput) Set ¶

func (*NullableGetTransformationBetaOutput) UnmarshalJSON ¶

func (v *NullableGetTransformationBetaOutput) UnmarshalJSON(src []byte) error

func (*NullableGetTransformationBetaOutput) Unset ¶

type NullableGetTransformationV1Output ¶

type NullableGetTransformationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetTransformationV1Output) Get ¶

func (NullableGetTransformationV1Output) IsSet ¶

func (NullableGetTransformationV1Output) MarshalJSON ¶

func (v NullableGetTransformationV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetTransformationV1Output) Set ¶

func (*NullableGetTransformationV1Output) UnmarshalJSON ¶

func (v *NullableGetTransformationV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetTransformationV1Output) Unset ¶

type NullableGetUser200Response ¶

type NullableGetUser200Response struct {
	// contains filtered or unexported fields
}

func NewNullableGetUser200Response ¶

func NewNullableGetUser200Response(val *GetUser200Response) *NullableGetUser200Response

func (NullableGetUser200Response) Get ¶

func (NullableGetUser200Response) IsSet ¶

func (v NullableGetUser200Response) IsSet() bool

func (NullableGetUser200Response) MarshalJSON ¶

func (v NullableGetUser200Response) MarshalJSON() ([]byte, error)

func (*NullableGetUser200Response) Set ¶

func (*NullableGetUser200Response) UnmarshalJSON ¶

func (v *NullableGetUser200Response) UnmarshalJSON(src []byte) error

func (*NullableGetUser200Response) Unset ¶

func (v *NullableGetUser200Response) Unset()

type NullableGetUserGroup200Response ¶

type NullableGetUserGroup200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetUserGroup200Response) Get ¶

func (NullableGetUserGroup200Response) IsSet ¶

func (NullableGetUserGroup200Response) MarshalJSON ¶

func (v NullableGetUserGroup200Response) MarshalJSON() ([]byte, error)

func (*NullableGetUserGroup200Response) Set ¶

func (*NullableGetUserGroup200Response) UnmarshalJSON ¶

func (v *NullableGetUserGroup200Response) UnmarshalJSON(src []byte) error

func (*NullableGetUserGroup200Response) Unset ¶

type NullableGetUserGroupV1Output ¶

type NullableGetUserGroupV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetUserGroupV1Output) Get ¶

func (NullableGetUserGroupV1Output) IsSet ¶

func (NullableGetUserGroupV1Output) MarshalJSON ¶

func (v NullableGetUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetUserGroupV1Output) Set ¶

func (*NullableGetUserGroupV1Output) UnmarshalJSON ¶

func (v *NullableGetUserGroupV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetUserGroupV1Output) Unset ¶

func (v *NullableGetUserGroupV1Output) Unset()

type NullableGetUserV1Output ¶

type NullableGetUserV1Output struct {
	// contains filtered or unexported fields
}

func NewNullableGetUserV1Output ¶

func NewNullableGetUserV1Output(val *GetUserV1Output) *NullableGetUserV1Output

func (NullableGetUserV1Output) Get ¶

func (NullableGetUserV1Output) IsSet ¶

func (v NullableGetUserV1Output) IsSet() bool

func (NullableGetUserV1Output) MarshalJSON ¶

func (v NullableGetUserV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetUserV1Output) Set ¶

func (*NullableGetUserV1Output) UnmarshalJSON ¶

func (v *NullableGetUserV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetUserV1Output) Unset ¶

func (v *NullableGetUserV1Output) Unset()

type NullableGetWarehouse200Response ¶

type NullableGetWarehouse200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetWarehouse200Response) Get ¶

func (NullableGetWarehouse200Response) IsSet ¶

func (NullableGetWarehouse200Response) MarshalJSON ¶

func (v NullableGetWarehouse200Response) MarshalJSON() ([]byte, error)

func (*NullableGetWarehouse200Response) Set ¶

func (*NullableGetWarehouse200Response) UnmarshalJSON ¶

func (v *NullableGetWarehouse200Response) UnmarshalJSON(src []byte) error

func (*NullableGetWarehouse200Response) Unset ¶

type NullableGetWarehouseMetadata200Response ¶

type NullableGetWarehouseMetadata200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetWarehouseMetadata200Response) Get ¶

func (NullableGetWarehouseMetadata200Response) IsSet ¶

func (NullableGetWarehouseMetadata200Response) MarshalJSON ¶

func (v NullableGetWarehouseMetadata200Response) MarshalJSON() ([]byte, error)

func (*NullableGetWarehouseMetadata200Response) Set ¶

func (*NullableGetWarehouseMetadata200Response) UnmarshalJSON ¶

func (v *NullableGetWarehouseMetadata200Response) UnmarshalJSON(src []byte) error

func (*NullableGetWarehouseMetadata200Response) Unset ¶

type NullableGetWarehouseMetadataV1Output ¶

type NullableGetWarehouseMetadataV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetWarehouseMetadataV1Output) Get ¶

func (NullableGetWarehouseMetadataV1Output) IsSet ¶

func (NullableGetWarehouseMetadataV1Output) MarshalJSON ¶

func (v NullableGetWarehouseMetadataV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetWarehouseMetadataV1Output) Set ¶

func (*NullableGetWarehouseMetadataV1Output) UnmarshalJSON ¶

func (v *NullableGetWarehouseMetadataV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetWarehouseMetadataV1Output) Unset ¶

type NullableGetWarehouseV1Output ¶

type NullableGetWarehouseV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetWarehouseV1Output) Get ¶

func (NullableGetWarehouseV1Output) IsSet ¶

func (NullableGetWarehouseV1Output) MarshalJSON ¶

func (v NullableGetWarehouseV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetWarehouseV1Output) Set ¶

func (*NullableGetWarehouseV1Output) UnmarshalJSON ¶

func (v *NullableGetWarehouseV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetWarehouseV1Output) Unset ¶

func (v *NullableGetWarehouseV1Output) Unset()

type NullableGetWarehousesCatalog200Response ¶

type NullableGetWarehousesCatalog200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetWarehousesCatalog200Response) Get ¶

func (NullableGetWarehousesCatalog200Response) IsSet ¶

func (NullableGetWarehousesCatalog200Response) MarshalJSON ¶

func (v NullableGetWarehousesCatalog200Response) MarshalJSON() ([]byte, error)

func (*NullableGetWarehousesCatalog200Response) Set ¶

func (*NullableGetWarehousesCatalog200Response) UnmarshalJSON ¶

func (v *NullableGetWarehousesCatalog200Response) UnmarshalJSON(src []byte) error

func (*NullableGetWarehousesCatalog200Response) Unset ¶

type NullableGetWarehousesCatalogV1Output ¶

type NullableGetWarehousesCatalogV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetWarehousesCatalogV1Output) Get ¶

func (NullableGetWarehousesCatalogV1Output) IsSet ¶

func (NullableGetWarehousesCatalogV1Output) MarshalJSON ¶

func (v NullableGetWarehousesCatalogV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetWarehousesCatalogV1Output) Set ¶

func (*NullableGetWarehousesCatalogV1Output) UnmarshalJSON ¶

func (v *NullableGetWarehousesCatalogV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetWarehousesCatalogV1Output) Unset ¶

type NullableGetWorkspace200Response ¶

type NullableGetWorkspace200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetWorkspace200Response) Get ¶

func (NullableGetWorkspace200Response) IsSet ¶

func (NullableGetWorkspace200Response) MarshalJSON ¶

func (v NullableGetWorkspace200Response) MarshalJSON() ([]byte, error)

func (*NullableGetWorkspace200Response) Set ¶

func (*NullableGetWorkspace200Response) UnmarshalJSON ¶

func (v *NullableGetWorkspace200Response) UnmarshalJSON(src []byte) error

func (*NullableGetWorkspace200Response) Unset ¶

type NullableGetWorkspaceV1Output ¶

type NullableGetWorkspaceV1Output struct {
	// contains filtered or unexported fields
}

func (NullableGetWorkspaceV1Output) Get ¶

func (NullableGetWorkspaceV1Output) IsSet ¶

func (NullableGetWorkspaceV1Output) MarshalJSON ¶

func (v NullableGetWorkspaceV1Output) MarshalJSON() ([]byte, error)

func (*NullableGetWorkspaceV1Output) Set ¶

func (*NullableGetWorkspaceV1Output) UnmarshalJSON ¶

func (v *NullableGetWorkspaceV1Output) UnmarshalJSON(src []byte) error

func (*NullableGetWorkspaceV1Output) Unset ¶

func (v *NullableGetWorkspaceV1Output) Unset()

type NullableGroupSourceSettingsV1 ¶

type NullableGroupSourceSettingsV1 struct {
	// contains filtered or unexported fields
}

func (NullableGroupSourceSettingsV1) Get ¶

func (NullableGroupSourceSettingsV1) IsSet ¶

func (NullableGroupSourceSettingsV1) MarshalJSON ¶

func (v NullableGroupSourceSettingsV1) MarshalJSON() ([]byte, error)

func (*NullableGroupSourceSettingsV1) Set ¶

func (*NullableGroupSourceSettingsV1) UnmarshalJSON ¶

func (v *NullableGroupSourceSettingsV1) UnmarshalJSON(src []byte) error

func (*NullableGroupSourceSettingsV1) Unset ¶

func (v *NullableGroupSourceSettingsV1) Unset()

type NullableGroupSubscriptionStatus ¶

type NullableGroupSubscriptionStatus struct {
	// contains filtered or unexported fields
}

func (NullableGroupSubscriptionStatus) Get ¶

func (NullableGroupSubscriptionStatus) IsSet ¶

func (NullableGroupSubscriptionStatus) MarshalJSON ¶

func (v NullableGroupSubscriptionStatus) MarshalJSON() ([]byte, error)

func (*NullableGroupSubscriptionStatus) Set ¶

func (*NullableGroupSubscriptionStatus) UnmarshalJSON ¶

func (v *NullableGroupSubscriptionStatus) UnmarshalJSON(src []byte) error

func (*NullableGroupSubscriptionStatus) Unset ¶

type NullableGroupSubscriptionStatusResponse ¶

type NullableGroupSubscriptionStatusResponse struct {
	// contains filtered or unexported fields
}

func (NullableGroupSubscriptionStatusResponse) Get ¶

func (NullableGroupSubscriptionStatusResponse) IsSet ¶

func (NullableGroupSubscriptionStatusResponse) MarshalJSON ¶

func (v NullableGroupSubscriptionStatusResponse) MarshalJSON() ([]byte, error)

func (*NullableGroupSubscriptionStatusResponse) Set ¶

func (*NullableGroupSubscriptionStatusResponse) UnmarshalJSON ¶

func (v *NullableGroupSubscriptionStatusResponse) UnmarshalJSON(src []byte) error

func (*NullableGroupSubscriptionStatusResponse) Unset ¶

type NullableHandleWebhookInput ¶

type NullableHandleWebhookInput struct {
	// contains filtered or unexported fields
}

func NewNullableHandleWebhookInput ¶

func NewNullableHandleWebhookInput(val *HandleWebhookInput) *NullableHandleWebhookInput

func (NullableHandleWebhookInput) Get ¶

func (NullableHandleWebhookInput) IsSet ¶

func (v NullableHandleWebhookInput) IsSet() bool

func (NullableHandleWebhookInput) MarshalJSON ¶

func (v NullableHandleWebhookInput) MarshalJSON() ([]byte, error)

func (*NullableHandleWebhookInput) Set ¶

func (*NullableHandleWebhookInput) UnmarshalJSON ¶

func (v *NullableHandleWebhookInput) UnmarshalJSON(src []byte) error

func (*NullableHandleWebhookInput) Unset ¶

func (v *NullableHandleWebhookInput) Unset()

type NullableHandleWebhookOutput ¶

type NullableHandleWebhookOutput struct {
	// contains filtered or unexported fields
}

func (NullableHandleWebhookOutput) Get ¶

func (NullableHandleWebhookOutput) IsSet ¶

func (NullableHandleWebhookOutput) MarshalJSON ¶

func (v NullableHandleWebhookOutput) MarshalJSON() ([]byte, error)

func (*NullableHandleWebhookOutput) Set ¶

func (*NullableHandleWebhookOutput) UnmarshalJSON ¶

func (v *NullableHandleWebhookOutput) UnmarshalJSON(src []byte) error

func (*NullableHandleWebhookOutput) Unset ¶

func (v *NullableHandleWebhookOutput) Unset()

type NullableHashPropertiesConfiguration ¶

type NullableHashPropertiesConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableHashPropertiesConfiguration) Get ¶

func (NullableHashPropertiesConfiguration) IsSet ¶

func (NullableHashPropertiesConfiguration) MarshalJSON ¶

func (v NullableHashPropertiesConfiguration) MarshalJSON() ([]byte, error)

func (*NullableHashPropertiesConfiguration) Set ¶

func (*NullableHashPropertiesConfiguration) UnmarshalJSON ¶

func (v *NullableHashPropertiesConfiguration) UnmarshalJSON(src []byte) error

func (*NullableHashPropertiesConfiguration) Unset ¶

type NullableIdentifySourceSettingsV1 ¶

type NullableIdentifySourceSettingsV1 struct {
	// contains filtered or unexported fields
}

func (NullableIdentifySourceSettingsV1) Get ¶

func (NullableIdentifySourceSettingsV1) IsSet ¶

func (NullableIdentifySourceSettingsV1) MarshalJSON ¶

func (v NullableIdentifySourceSettingsV1) MarshalJSON() ([]byte, error)

func (*NullableIdentifySourceSettingsV1) Set ¶

func (*NullableIdentifySourceSettingsV1) UnmarshalJSON ¶

func (v *NullableIdentifySourceSettingsV1) UnmarshalJSON(src []byte) error

func (*NullableIdentifySourceSettingsV1) Unset ¶

type NullableInsertFunctionInstanceAlpha ¶

type NullableInsertFunctionInstanceAlpha struct {
	// contains filtered or unexported fields
}

func (NullableInsertFunctionInstanceAlpha) Get ¶

func (NullableInsertFunctionInstanceAlpha) IsSet ¶

func (NullableInsertFunctionInstanceAlpha) MarshalJSON ¶

func (v NullableInsertFunctionInstanceAlpha) MarshalJSON() ([]byte, error)

func (*NullableInsertFunctionInstanceAlpha) Set ¶

func (*NullableInsertFunctionInstanceAlpha) UnmarshalJSON ¶

func (v *NullableInsertFunctionInstanceAlpha) UnmarshalJSON(src []byte) error

func (*NullableInsertFunctionInstanceAlpha) 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 NullableIntegrationOptionBeta ¶

type NullableIntegrationOptionBeta struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationOptionBeta) Get ¶

func (NullableIntegrationOptionBeta) IsSet ¶

func (NullableIntegrationOptionBeta) MarshalJSON ¶

func (v NullableIntegrationOptionBeta) MarshalJSON() ([]byte, error)

func (*NullableIntegrationOptionBeta) Set ¶

func (*NullableIntegrationOptionBeta) UnmarshalJSON ¶

func (v *NullableIntegrationOptionBeta) UnmarshalJSON(src []byte) error

func (*NullableIntegrationOptionBeta) Unset ¶

func (v *NullableIntegrationOptionBeta) Unset()

type NullableInvitePermissionV1 ¶

type NullableInvitePermissionV1 struct {
	// contains filtered or unexported fields
}

func NewNullableInvitePermissionV1 ¶

func NewNullableInvitePermissionV1(val *InvitePermissionV1) *NullableInvitePermissionV1

func (NullableInvitePermissionV1) Get ¶

func (NullableInvitePermissionV1) IsSet ¶

func (v NullableInvitePermissionV1) IsSet() bool

func (NullableInvitePermissionV1) MarshalJSON ¶

func (v NullableInvitePermissionV1) MarshalJSON() ([]byte, error)

func (*NullableInvitePermissionV1) Set ¶

func (*NullableInvitePermissionV1) UnmarshalJSON ¶

func (v *NullableInvitePermissionV1) UnmarshalJSON(src []byte) error

func (*NullableInvitePermissionV1) Unset ¶

func (v *NullableInvitePermissionV1) Unset()

type NullableInviteV1 ¶

type NullableInviteV1 struct {
	// contains filtered or unexported fields
}

func NewNullableInviteV1 ¶

func NewNullableInviteV1(val *InviteV1) *NullableInviteV1

func (NullableInviteV1) Get ¶

func (v NullableInviteV1) Get() *InviteV1

func (NullableInviteV1) IsSet ¶

func (v NullableInviteV1) IsSet() bool

func (NullableInviteV1) MarshalJSON ¶

func (v NullableInviteV1) MarshalJSON() ([]byte, error)

func (*NullableInviteV1) Set ¶

func (v *NullableInviteV1) Set(val *InviteV1)

func (*NullableInviteV1) UnmarshalJSON ¶

func (v *NullableInviteV1) UnmarshalJSON(src []byte) error

func (*NullableInviteV1) Unset ¶

func (v *NullableInviteV1) Unset()

type NullableLabelAlpha ¶

type NullableLabelAlpha struct {
	// contains filtered or unexported fields
}

func NewNullableLabelAlpha ¶

func NewNullableLabelAlpha(val *LabelAlpha) *NullableLabelAlpha

func (NullableLabelAlpha) Get ¶

func (v NullableLabelAlpha) Get() *LabelAlpha

func (NullableLabelAlpha) IsSet ¶

func (v NullableLabelAlpha) IsSet() bool

func (NullableLabelAlpha) MarshalJSON ¶

func (v NullableLabelAlpha) MarshalJSON() ([]byte, error)

func (*NullableLabelAlpha) Set ¶

func (v *NullableLabelAlpha) Set(val *LabelAlpha)

func (*NullableLabelAlpha) UnmarshalJSON ¶

func (v *NullableLabelAlpha) UnmarshalJSON(src []byte) error

func (*NullableLabelAlpha) Unset ¶

func (v *NullableLabelAlpha) Unset()

type NullableLabelV1 ¶

type NullableLabelV1 struct {
	// contains filtered or unexported fields
}

func NewNullableLabelV1 ¶

func NewNullableLabelV1(val *LabelV1) *NullableLabelV1

func (NullableLabelV1) Get ¶

func (v NullableLabelV1) Get() *LabelV1

func (NullableLabelV1) IsSet ¶

func (v NullableLabelV1) IsSet() bool

func (NullableLabelV1) MarshalJSON ¶

func (v NullableLabelV1) MarshalJSON() ([]byte, error)

func (*NullableLabelV1) Set ¶

func (v *NullableLabelV1) Set(val *LabelV1)

func (*NullableLabelV1) UnmarshalJSON ¶

func (v *NullableLabelV1) UnmarshalJSON(src []byte) error

func (*NullableLabelV1) Unset ¶

func (v *NullableLabelV1) Unset()

type NullableListActivationsAlphaOutput ¶

type NullableListActivationsAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListActivationsAlphaOutput) Get ¶

func (NullableListActivationsAlphaOutput) IsSet ¶

func (NullableListActivationsAlphaOutput) MarshalJSON ¶

func (v NullableListActivationsAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableListActivationsAlphaOutput) Set ¶

func (*NullableListActivationsAlphaOutput) UnmarshalJSON ¶

func (v *NullableListActivationsAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableListActivationsAlphaOutput) Unset ¶

type NullableListActivationsFromAudience200Response ¶

type NullableListActivationsFromAudience200Response struct {
	// contains filtered or unexported fields
}

func (NullableListActivationsFromAudience200Response) Get ¶

func (NullableListActivationsFromAudience200Response) IsSet ¶

func (NullableListActivationsFromAudience200Response) MarshalJSON ¶

func (*NullableListActivationsFromAudience200Response) Set ¶

func (*NullableListActivationsFromAudience200Response) UnmarshalJSON ¶

func (*NullableListActivationsFromAudience200Response) Unset ¶

type NullableListActivationsFromAudienceOutput ¶

type NullableListActivationsFromAudienceOutput struct {
	// contains filtered or unexported fields
}

func (NullableListActivationsFromAudienceOutput) Get ¶

func (NullableListActivationsFromAudienceOutput) IsSet ¶

func (NullableListActivationsFromAudienceOutput) MarshalJSON ¶

func (*NullableListActivationsFromAudienceOutput) Set ¶

func (*NullableListActivationsFromAudienceOutput) UnmarshalJSON ¶

func (v *NullableListActivationsFromAudienceOutput) UnmarshalJSON(src []byte) error

func (*NullableListActivationsFromAudienceOutput) Unset ¶

type NullableListAudienceConsumersFromSpaceAndAudience200Response ¶

type NullableListAudienceConsumersFromSpaceAndAudience200Response struct {
	// contains filtered or unexported fields
}

func (NullableListAudienceConsumersFromSpaceAndAudience200Response) Get ¶

func (NullableListAudienceConsumersFromSpaceAndAudience200Response) IsSet ¶

func (NullableListAudienceConsumersFromSpaceAndAudience200Response) MarshalJSON ¶

func (*NullableListAudienceConsumersFromSpaceAndAudience200Response) Set ¶

func (*NullableListAudienceConsumersFromSpaceAndAudience200Response) UnmarshalJSON ¶

func (*NullableListAudienceConsumersFromSpaceAndAudience200Response) Unset ¶

type NullableListAudienceConsumersFromSpaceAndAudienceAlphaOutput ¶

type NullableListAudienceConsumersFromSpaceAndAudienceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListAudienceConsumersFromSpaceAndAudienceAlphaOutput) Get ¶

func (NullableListAudienceConsumersFromSpaceAndAudienceAlphaOutput) IsSet ¶

func (NullableListAudienceConsumersFromSpaceAndAudienceAlphaOutput) MarshalJSON ¶

func (*NullableListAudienceConsumersFromSpaceAndAudienceAlphaOutput) Set ¶

func (*NullableListAudienceConsumersFromSpaceAndAudienceAlphaOutput) UnmarshalJSON ¶

func (*NullableListAudienceConsumersFromSpaceAndAudienceAlphaOutput) Unset ¶

type NullableListAudienceConsumersSortInput ¶

type NullableListAudienceConsumersSortInput struct {
	// contains filtered or unexported fields
}

func (NullableListAudienceConsumersSortInput) Get ¶

func (NullableListAudienceConsumersSortInput) IsSet ¶

func (NullableListAudienceConsumersSortInput) MarshalJSON ¶

func (v NullableListAudienceConsumersSortInput) MarshalJSON() ([]byte, error)

func (*NullableListAudienceConsumersSortInput) Set ¶

func (*NullableListAudienceConsumersSortInput) UnmarshalJSON ¶

func (v *NullableListAudienceConsumersSortInput) UnmarshalJSON(src []byte) error

func (*NullableListAudienceConsumersSortInput) Unset ¶

type NullableListAudienceSchedulesFromSpaceAndAudience200Response ¶

type NullableListAudienceSchedulesFromSpaceAndAudience200Response struct {
	// contains filtered or unexported fields
}

func (NullableListAudienceSchedulesFromSpaceAndAudience200Response) Get ¶

func (NullableListAudienceSchedulesFromSpaceAndAudience200Response) IsSet ¶

func (NullableListAudienceSchedulesFromSpaceAndAudience200Response) MarshalJSON ¶

func (*NullableListAudienceSchedulesFromSpaceAndAudience200Response) Set ¶

func (*NullableListAudienceSchedulesFromSpaceAndAudience200Response) UnmarshalJSON ¶

func (*NullableListAudienceSchedulesFromSpaceAndAudience200Response) Unset ¶

type NullableListAudienceSchedulesFromSpaceAndAudienceAlphaOutput ¶

type NullableListAudienceSchedulesFromSpaceAndAudienceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListAudienceSchedulesFromSpaceAndAudienceAlphaOutput) Get ¶

func (NullableListAudienceSchedulesFromSpaceAndAudienceAlphaOutput) IsSet ¶

func (NullableListAudienceSchedulesFromSpaceAndAudienceAlphaOutput) MarshalJSON ¶

func (*NullableListAudienceSchedulesFromSpaceAndAudienceAlphaOutput) Set ¶

func (*NullableListAudienceSchedulesFromSpaceAndAudienceAlphaOutput) UnmarshalJSON ¶

func (*NullableListAudienceSchedulesFromSpaceAndAudienceAlphaOutput) Unset ¶

type NullableListAudienceSearchInput ¶

type NullableListAudienceSearchInput struct {
	// contains filtered or unexported fields
}

func (NullableListAudienceSearchInput) Get ¶

func (NullableListAudienceSearchInput) IsSet ¶

func (NullableListAudienceSearchInput) MarshalJSON ¶

func (v NullableListAudienceSearchInput) MarshalJSON() ([]byte, error)

func (*NullableListAudienceSearchInput) Set ¶

func (*NullableListAudienceSearchInput) UnmarshalJSON ¶

func (v *NullableListAudienceSearchInput) UnmarshalJSON(src []byte) error

func (*NullableListAudienceSearchInput) Unset ¶

type NullableListAudiences200Response ¶

type NullableListAudiences200Response struct {
	// contains filtered or unexported fields
}

func (NullableListAudiences200Response) Get ¶

func (NullableListAudiences200Response) IsSet ¶

func (NullableListAudiences200Response) MarshalJSON ¶

func (v NullableListAudiences200Response) MarshalJSON() ([]byte, error)

func (*NullableListAudiences200Response) Set ¶

func (*NullableListAudiences200Response) UnmarshalJSON ¶

func (v *NullableListAudiences200Response) UnmarshalJSON(src []byte) error

func (*NullableListAudiences200Response) Unset ¶

type NullableListAudiences200Response1 ¶

type NullableListAudiences200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableListAudiences200Response1) Get ¶

func (NullableListAudiences200Response1) IsSet ¶

func (NullableListAudiences200Response1) MarshalJSON ¶

func (v NullableListAudiences200Response1) MarshalJSON() ([]byte, error)

func (*NullableListAudiences200Response1) Set ¶

func (*NullableListAudiences200Response1) UnmarshalJSON ¶

func (v *NullableListAudiences200Response1) UnmarshalJSON(src []byte) error

func (*NullableListAudiences200Response1) Unset ¶

type NullableListAudiencesAlphaOutput ¶

type NullableListAudiencesAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListAudiencesAlphaOutput) Get ¶

func (NullableListAudiencesAlphaOutput) IsSet ¶

func (NullableListAudiencesAlphaOutput) MarshalJSON ¶

func (v NullableListAudiencesAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableListAudiencesAlphaOutput) Set ¶

func (*NullableListAudiencesAlphaOutput) UnmarshalJSON ¶

func (v *NullableListAudiencesAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableListAudiencesAlphaOutput) Unset ¶

type NullableListAudiencesBetaOutput ¶

type NullableListAudiencesBetaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListAudiencesBetaOutput) Get ¶

func (NullableListAudiencesBetaOutput) IsSet ¶

func (NullableListAudiencesBetaOutput) MarshalJSON ¶

func (v NullableListAudiencesBetaOutput) MarshalJSON() ([]byte, error)

func (*NullableListAudiencesBetaOutput) Set ¶

func (*NullableListAudiencesBetaOutput) UnmarshalJSON ¶

func (v *NullableListAudiencesBetaOutput) UnmarshalJSON(src []byte) error

func (*NullableListAudiencesBetaOutput) Unset ¶

type NullableListAudiencesPaginationInput ¶

type NullableListAudiencesPaginationInput struct {
	// contains filtered or unexported fields
}

func (NullableListAudiencesPaginationInput) Get ¶

func (NullableListAudiencesPaginationInput) IsSet ¶

func (NullableListAudiencesPaginationInput) MarshalJSON ¶

func (v NullableListAudiencesPaginationInput) MarshalJSON() ([]byte, error)

func (*NullableListAudiencesPaginationInput) Set ¶

func (*NullableListAudiencesPaginationInput) UnmarshalJSON ¶

func (v *NullableListAudiencesPaginationInput) UnmarshalJSON(src []byte) error

func (*NullableListAudiencesPaginationInput) Unset ¶

type NullableListAuditEvents200Response ¶

type NullableListAuditEvents200Response struct {
	// contains filtered or unexported fields
}

func (NullableListAuditEvents200Response) Get ¶

func (NullableListAuditEvents200Response) IsSet ¶

func (NullableListAuditEvents200Response) MarshalJSON ¶

func (v NullableListAuditEvents200Response) MarshalJSON() ([]byte, error)

func (*NullableListAuditEvents200Response) Set ¶

func (*NullableListAuditEvents200Response) UnmarshalJSON ¶

func (v *NullableListAuditEvents200Response) UnmarshalJSON(src []byte) error

func (*NullableListAuditEvents200Response) Unset ¶

type NullableListAuditEventsV1Output ¶

type NullableListAuditEventsV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListAuditEventsV1Output) Get ¶

func (NullableListAuditEventsV1Output) IsSet ¶

func (NullableListAuditEventsV1Output) MarshalJSON ¶

func (v NullableListAuditEventsV1Output) MarshalJSON() ([]byte, error)

func (*NullableListAuditEventsV1Output) Set ¶

func (*NullableListAuditEventsV1Output) UnmarshalJSON ¶

func (v *NullableListAuditEventsV1Output) UnmarshalJSON(src []byte) error

func (*NullableListAuditEventsV1Output) Unset ¶

type NullableListComputedTraits200Response ¶

type NullableListComputedTraits200Response struct {
	// contains filtered or unexported fields
}

func (NullableListComputedTraits200Response) Get ¶

func (NullableListComputedTraits200Response) IsSet ¶

func (NullableListComputedTraits200Response) MarshalJSON ¶

func (v NullableListComputedTraits200Response) MarshalJSON() ([]byte, error)

func (*NullableListComputedTraits200Response) Set ¶

func (*NullableListComputedTraits200Response) UnmarshalJSON ¶

func (v *NullableListComputedTraits200Response) UnmarshalJSON(src []byte) error

func (*NullableListComputedTraits200Response) Unset ¶

type NullableListComputedTraitsAlphaOutput ¶

type NullableListComputedTraitsAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListComputedTraitsAlphaOutput) Get ¶

func (NullableListComputedTraitsAlphaOutput) IsSet ¶

func (NullableListComputedTraitsAlphaOutput) MarshalJSON ¶

func (v NullableListComputedTraitsAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableListComputedTraitsAlphaOutput) Set ¶

func (*NullableListComputedTraitsAlphaOutput) UnmarshalJSON ¶

func (v *NullableListComputedTraitsAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableListComputedTraitsAlphaOutput) Unset ¶

type NullableListConnectedDestinationsFromSource200Response ¶

type NullableListConnectedDestinationsFromSource200Response struct {
	// contains filtered or unexported fields
}

func (NullableListConnectedDestinationsFromSource200Response) Get ¶

func (NullableListConnectedDestinationsFromSource200Response) IsSet ¶

func (NullableListConnectedDestinationsFromSource200Response) MarshalJSON ¶

func (*NullableListConnectedDestinationsFromSource200Response) Set ¶

func (*NullableListConnectedDestinationsFromSource200Response) UnmarshalJSON ¶

func (*NullableListConnectedDestinationsFromSource200Response) Unset ¶

type NullableListConnectedDestinationsFromSource200Response1 ¶

type NullableListConnectedDestinationsFromSource200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableListConnectedDestinationsFromSource200Response1) Get ¶

func (NullableListConnectedDestinationsFromSource200Response1) IsSet ¶

func (NullableListConnectedDestinationsFromSource200Response1) MarshalJSON ¶

func (*NullableListConnectedDestinationsFromSource200Response1) Set ¶

func (*NullableListConnectedDestinationsFromSource200Response1) UnmarshalJSON ¶

func (*NullableListConnectedDestinationsFromSource200Response1) Unset ¶

type NullableListConnectedDestinationsFromSourceAlphaOutput ¶

type NullableListConnectedDestinationsFromSourceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListConnectedDestinationsFromSourceAlphaOutput) Get ¶

func (NullableListConnectedDestinationsFromSourceAlphaOutput) IsSet ¶

func (NullableListConnectedDestinationsFromSourceAlphaOutput) MarshalJSON ¶

func (*NullableListConnectedDestinationsFromSourceAlphaOutput) Set ¶

func (*NullableListConnectedDestinationsFromSourceAlphaOutput) UnmarshalJSON ¶

func (*NullableListConnectedDestinationsFromSourceAlphaOutput) Unset ¶

type NullableListConnectedDestinationsFromSourceV1Output ¶

type NullableListConnectedDestinationsFromSourceV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListConnectedDestinationsFromSourceV1Output) Get ¶

func (NullableListConnectedDestinationsFromSourceV1Output) IsSet ¶

func (NullableListConnectedDestinationsFromSourceV1Output) MarshalJSON ¶

func (*NullableListConnectedDestinationsFromSourceV1Output) Set ¶

func (*NullableListConnectedDestinationsFromSourceV1Output) UnmarshalJSON ¶

func (*NullableListConnectedDestinationsFromSourceV1Output) Unset ¶

type NullableListConnectedSourcesFromWarehouse200Response ¶

type NullableListConnectedSourcesFromWarehouse200Response struct {
	// contains filtered or unexported fields
}

func (NullableListConnectedSourcesFromWarehouse200Response) Get ¶

func (NullableListConnectedSourcesFromWarehouse200Response) IsSet ¶

func (NullableListConnectedSourcesFromWarehouse200Response) MarshalJSON ¶

func (*NullableListConnectedSourcesFromWarehouse200Response) Set ¶

func (*NullableListConnectedSourcesFromWarehouse200Response) UnmarshalJSON ¶

func (*NullableListConnectedSourcesFromWarehouse200Response) Unset ¶

type NullableListConnectedSourcesFromWarehouseV1Output ¶

type NullableListConnectedSourcesFromWarehouseV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListConnectedSourcesFromWarehouseV1Output) Get ¶

func (NullableListConnectedSourcesFromWarehouseV1Output) IsSet ¶

func (NullableListConnectedSourcesFromWarehouseV1Output) MarshalJSON ¶

func (*NullableListConnectedSourcesFromWarehouseV1Output) Set ¶

func (*NullableListConnectedSourcesFromWarehouseV1Output) UnmarshalJSON ¶

func (*NullableListConnectedSourcesFromWarehouseV1Output) Unset ¶

type NullableListConnectedWarehousesFromSource200Response ¶

type NullableListConnectedWarehousesFromSource200Response struct {
	// contains filtered or unexported fields
}

func (NullableListConnectedWarehousesFromSource200Response) Get ¶

func (NullableListConnectedWarehousesFromSource200Response) IsSet ¶

func (NullableListConnectedWarehousesFromSource200Response) MarshalJSON ¶

func (*NullableListConnectedWarehousesFromSource200Response) Set ¶

func (*NullableListConnectedWarehousesFromSource200Response) UnmarshalJSON ¶

func (*NullableListConnectedWarehousesFromSource200Response) Unset ¶

type NullableListConnectedWarehousesFromSource200Response1 ¶

type NullableListConnectedWarehousesFromSource200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableListConnectedWarehousesFromSource200Response1) Get ¶

func (NullableListConnectedWarehousesFromSource200Response1) IsSet ¶

func (NullableListConnectedWarehousesFromSource200Response1) MarshalJSON ¶

func (*NullableListConnectedWarehousesFromSource200Response1) Set ¶

func (*NullableListConnectedWarehousesFromSource200Response1) UnmarshalJSON ¶

func (*NullableListConnectedWarehousesFromSource200Response1) Unset ¶

type NullableListConnectedWarehousesFromSourceAlphaOutput ¶

type NullableListConnectedWarehousesFromSourceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListConnectedWarehousesFromSourceAlphaOutput) Get ¶

func (NullableListConnectedWarehousesFromSourceAlphaOutput) IsSet ¶

func (NullableListConnectedWarehousesFromSourceAlphaOutput) MarshalJSON ¶

func (*NullableListConnectedWarehousesFromSourceAlphaOutput) Set ¶

func (*NullableListConnectedWarehousesFromSourceAlphaOutput) UnmarshalJSON ¶

func (*NullableListConnectedWarehousesFromSourceAlphaOutput) Unset ¶

type NullableListConnectedWarehousesFromSourceV1Output ¶

type NullableListConnectedWarehousesFromSourceV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListConnectedWarehousesFromSourceV1Output) Get ¶

func (NullableListConnectedWarehousesFromSourceV1Output) IsSet ¶

func (NullableListConnectedWarehousesFromSourceV1Output) MarshalJSON ¶

func (*NullableListConnectedWarehousesFromSourceV1Output) Set ¶

func (*NullableListConnectedWarehousesFromSourceV1Output) UnmarshalJSON ¶

func (*NullableListConnectedWarehousesFromSourceV1Output) Unset ¶

type NullableListDeliveryMetricsSummaryFromDestination200Response ¶

type NullableListDeliveryMetricsSummaryFromDestination200Response struct {
	// contains filtered or unexported fields
}

func (NullableListDeliveryMetricsSummaryFromDestination200Response) Get ¶

func (NullableListDeliveryMetricsSummaryFromDestination200Response) IsSet ¶

func (NullableListDeliveryMetricsSummaryFromDestination200Response) MarshalJSON ¶

func (*NullableListDeliveryMetricsSummaryFromDestination200Response) Set ¶

func (*NullableListDeliveryMetricsSummaryFromDestination200Response) UnmarshalJSON ¶

func (*NullableListDeliveryMetricsSummaryFromDestination200Response) Unset ¶

type NullableListDeliveryMetricsSummaryFromDestinationBetaOutput ¶

type NullableListDeliveryMetricsSummaryFromDestinationBetaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListDeliveryMetricsSummaryFromDestinationBetaOutput) Get ¶

func (NullableListDeliveryMetricsSummaryFromDestinationBetaOutput) IsSet ¶

func (NullableListDeliveryMetricsSummaryFromDestinationBetaOutput) MarshalJSON ¶

func (*NullableListDeliveryMetricsSummaryFromDestinationBetaOutput) Set ¶

func (*NullableListDeliveryMetricsSummaryFromDestinationBetaOutput) UnmarshalJSON ¶

func (*NullableListDeliveryMetricsSummaryFromDestinationBetaOutput) Unset ¶

type NullableListDestinations200Response ¶

type NullableListDestinations200Response struct {
	// contains filtered or unexported fields
}

func (NullableListDestinations200Response) Get ¶

func (NullableListDestinations200Response) IsSet ¶

func (NullableListDestinations200Response) MarshalJSON ¶

func (v NullableListDestinations200Response) MarshalJSON() ([]byte, error)

func (*NullableListDestinations200Response) Set ¶

func (*NullableListDestinations200Response) UnmarshalJSON ¶

func (v *NullableListDestinations200Response) UnmarshalJSON(src []byte) error

func (*NullableListDestinations200Response) Unset ¶

type NullableListDestinationsV1Output ¶

type NullableListDestinationsV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListDestinationsV1Output) Get ¶

func (NullableListDestinationsV1Output) IsSet ¶

func (NullableListDestinationsV1Output) MarshalJSON ¶

func (v NullableListDestinationsV1Output) MarshalJSON() ([]byte, error)

func (*NullableListDestinationsV1Output) Set ¶

func (*NullableListDestinationsV1Output) UnmarshalJSON ¶

func (v *NullableListDestinationsV1Output) UnmarshalJSON(src []byte) error

func (*NullableListDestinationsV1Output) Unset ¶

type NullableListFiltersForSpace200Response ¶

type NullableListFiltersForSpace200Response struct {
	// contains filtered or unexported fields
}

func (NullableListFiltersForSpace200Response) Get ¶

func (NullableListFiltersForSpace200Response) IsSet ¶

func (NullableListFiltersForSpace200Response) MarshalJSON ¶

func (v NullableListFiltersForSpace200Response) MarshalJSON() ([]byte, error)

func (*NullableListFiltersForSpace200Response) Set ¶

func (*NullableListFiltersForSpace200Response) UnmarshalJSON ¶

func (v *NullableListFiltersForSpace200Response) UnmarshalJSON(src []byte) error

func (*NullableListFiltersForSpace200Response) Unset ¶

type NullableListFiltersForSpaceOutput ¶

type NullableListFiltersForSpaceOutput struct {
	// contains filtered or unexported fields
}

func (NullableListFiltersForSpaceOutput) Get ¶

func (NullableListFiltersForSpaceOutput) IsSet ¶

func (NullableListFiltersForSpaceOutput) MarshalJSON ¶

func (v NullableListFiltersForSpaceOutput) MarshalJSON() ([]byte, error)

func (*NullableListFiltersForSpaceOutput) Set ¶

func (*NullableListFiltersForSpaceOutput) UnmarshalJSON ¶

func (v *NullableListFiltersForSpaceOutput) UnmarshalJSON(src []byte) error

func (*NullableListFiltersForSpaceOutput) Unset ¶

type NullableListFiltersFromDestination200Response ¶

type NullableListFiltersFromDestination200Response struct {
	// contains filtered or unexported fields
}

func (NullableListFiltersFromDestination200Response) Get ¶

func (NullableListFiltersFromDestination200Response) IsSet ¶

func (NullableListFiltersFromDestination200Response) MarshalJSON ¶

func (*NullableListFiltersFromDestination200Response) Set ¶

func (*NullableListFiltersFromDestination200Response) UnmarshalJSON ¶

func (*NullableListFiltersFromDestination200Response) Unset ¶

type NullableListFiltersFromDestinationV1Output ¶

type NullableListFiltersFromDestinationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListFiltersFromDestinationV1Output) Get ¶

func (NullableListFiltersFromDestinationV1Output) IsSet ¶

func (NullableListFiltersFromDestinationV1Output) MarshalJSON ¶

func (*NullableListFiltersFromDestinationV1Output) Set ¶

func (*NullableListFiltersFromDestinationV1Output) UnmarshalJSON ¶

func (v *NullableListFiltersFromDestinationV1Output) UnmarshalJSON(src []byte) error

func (*NullableListFiltersFromDestinationV1Output) Unset ¶

type NullableListFiltersPaginationInput ¶

type NullableListFiltersPaginationInput struct {
	// contains filtered or unexported fields
}

func (NullableListFiltersPaginationInput) Get ¶

func (NullableListFiltersPaginationInput) IsSet ¶

func (NullableListFiltersPaginationInput) MarshalJSON ¶

func (v NullableListFiltersPaginationInput) MarshalJSON() ([]byte, error)

func (*NullableListFiltersPaginationInput) Set ¶

func (*NullableListFiltersPaginationInput) UnmarshalJSON ¶

func (v *NullableListFiltersPaginationInput) UnmarshalJSON(src []byte) error

func (*NullableListFiltersPaginationInput) Unset ¶

type NullableListFiltersPaginationOutput ¶

type NullableListFiltersPaginationOutput struct {
	// contains filtered or unexported fields
}

func (NullableListFiltersPaginationOutput) Get ¶

func (NullableListFiltersPaginationOutput) IsSet ¶

func (NullableListFiltersPaginationOutput) MarshalJSON ¶

func (v NullableListFiltersPaginationOutput) MarshalJSON() ([]byte, error)

func (*NullableListFiltersPaginationOutput) Set ¶

func (*NullableListFiltersPaginationOutput) UnmarshalJSON ¶

func (v *NullableListFiltersPaginationOutput) UnmarshalJSON(src []byte) error

func (*NullableListFiltersPaginationOutput) Unset ¶

type NullableListFunctionItemV1 ¶

type NullableListFunctionItemV1 struct {
	// contains filtered or unexported fields
}

func NewNullableListFunctionItemV1 ¶

func NewNullableListFunctionItemV1(val *ListFunctionItemV1) *NullableListFunctionItemV1

func (NullableListFunctionItemV1) Get ¶

func (NullableListFunctionItemV1) IsSet ¶

func (v NullableListFunctionItemV1) IsSet() bool

func (NullableListFunctionItemV1) MarshalJSON ¶

func (v NullableListFunctionItemV1) MarshalJSON() ([]byte, error)

func (*NullableListFunctionItemV1) Set ¶

func (*NullableListFunctionItemV1) UnmarshalJSON ¶

func (v *NullableListFunctionItemV1) UnmarshalJSON(src []byte) error

func (*NullableListFunctionItemV1) Unset ¶

func (v *NullableListFunctionItemV1) Unset()

type NullableListFunctionVersions200Response ¶

type NullableListFunctionVersions200Response struct {
	// contains filtered or unexported fields
}

func (NullableListFunctionVersions200Response) Get ¶

func (NullableListFunctionVersions200Response) IsSet ¶

func (NullableListFunctionVersions200Response) MarshalJSON ¶

func (v NullableListFunctionVersions200Response) MarshalJSON() ([]byte, error)

func (*NullableListFunctionVersions200Response) Set ¶

func (*NullableListFunctionVersions200Response) UnmarshalJSON ¶

func (v *NullableListFunctionVersions200Response) UnmarshalJSON(src []byte) error

func (*NullableListFunctionVersions200Response) Unset ¶

type NullableListFunctionVersionsAlphaOutput ¶

type NullableListFunctionVersionsAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListFunctionVersionsAlphaOutput) Get ¶

func (NullableListFunctionVersionsAlphaOutput) IsSet ¶

func (NullableListFunctionVersionsAlphaOutput) MarshalJSON ¶

func (v NullableListFunctionVersionsAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableListFunctionVersionsAlphaOutput) Set ¶

func (*NullableListFunctionVersionsAlphaOutput) UnmarshalJSON ¶

func (v *NullableListFunctionVersionsAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableListFunctionVersionsAlphaOutput) Unset ¶

type NullableListFunctions200Response ¶

type NullableListFunctions200Response struct {
	// contains filtered or unexported fields
}

func (NullableListFunctions200Response) Get ¶

func (NullableListFunctions200Response) IsSet ¶

func (NullableListFunctions200Response) MarshalJSON ¶

func (v NullableListFunctions200Response) MarshalJSON() ([]byte, error)

func (*NullableListFunctions200Response) Set ¶

func (*NullableListFunctions200Response) UnmarshalJSON ¶

func (v *NullableListFunctions200Response) UnmarshalJSON(src []byte) error

func (*NullableListFunctions200Response) Unset ¶

type NullableListFunctionsV1Output ¶

type NullableListFunctionsV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListFunctionsV1Output) Get ¶

func (NullableListFunctionsV1Output) IsSet ¶

func (NullableListFunctionsV1Output) MarshalJSON ¶

func (v NullableListFunctionsV1Output) MarshalJSON() ([]byte, error)

func (*NullableListFunctionsV1Output) Set ¶

func (*NullableListFunctionsV1Output) UnmarshalJSON ¶

func (v *NullableListFunctionsV1Output) UnmarshalJSON(src []byte) error

func (*NullableListFunctionsV1Output) Unset ¶

func (v *NullableListFunctionsV1Output) Unset()

type NullableListInsertFunctionInstances200Response ¶

type NullableListInsertFunctionInstances200Response struct {
	// contains filtered or unexported fields
}

func (NullableListInsertFunctionInstances200Response) Get ¶

func (NullableListInsertFunctionInstances200Response) IsSet ¶

func (NullableListInsertFunctionInstances200Response) MarshalJSON ¶

func (*NullableListInsertFunctionInstances200Response) Set ¶

func (*NullableListInsertFunctionInstances200Response) UnmarshalJSON ¶

func (*NullableListInsertFunctionInstances200Response) Unset ¶

type NullableListInsertFunctionInstancesAlphaOutput ¶

type NullableListInsertFunctionInstancesAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListInsertFunctionInstancesAlphaOutput) Get ¶

func (NullableListInsertFunctionInstancesAlphaOutput) IsSet ¶

func (NullableListInsertFunctionInstancesAlphaOutput) MarshalJSON ¶

func (*NullableListInsertFunctionInstancesAlphaOutput) Set ¶

func (*NullableListInsertFunctionInstancesAlphaOutput) UnmarshalJSON ¶

func (*NullableListInsertFunctionInstancesAlphaOutput) Unset ¶

type NullableListInvites200Response ¶

type NullableListInvites200Response struct {
	// contains filtered or unexported fields
}

func (NullableListInvites200Response) Get ¶

func (NullableListInvites200Response) IsSet ¶

func (NullableListInvites200Response) MarshalJSON ¶

func (v NullableListInvites200Response) MarshalJSON() ([]byte, error)

func (*NullableListInvites200Response) Set ¶

func (*NullableListInvites200Response) UnmarshalJSON ¶

func (v *NullableListInvites200Response) UnmarshalJSON(src []byte) error

func (*NullableListInvites200Response) Unset ¶

func (v *NullableListInvites200Response) Unset()

type NullableListInvitesFromUserGroup200Response ¶

type NullableListInvitesFromUserGroup200Response struct {
	// contains filtered or unexported fields
}

func (NullableListInvitesFromUserGroup200Response) Get ¶

func (NullableListInvitesFromUserGroup200Response) IsSet ¶

func (NullableListInvitesFromUserGroup200Response) MarshalJSON ¶

func (*NullableListInvitesFromUserGroup200Response) Set ¶

func (*NullableListInvitesFromUserGroup200Response) UnmarshalJSON ¶

func (v *NullableListInvitesFromUserGroup200Response) UnmarshalJSON(src []byte) error

func (*NullableListInvitesFromUserGroup200Response) Unset ¶

type NullableListInvitesFromUserGroupV1Output ¶

type NullableListInvitesFromUserGroupV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListInvitesFromUserGroupV1Output) Get ¶

func (NullableListInvitesFromUserGroupV1Output) IsSet ¶

func (NullableListInvitesFromUserGroupV1Output) MarshalJSON ¶

func (*NullableListInvitesFromUserGroupV1Output) Set ¶

func (*NullableListInvitesFromUserGroupV1Output) UnmarshalJSON ¶

func (v *NullableListInvitesFromUserGroupV1Output) UnmarshalJSON(src []byte) error

func (*NullableListInvitesFromUserGroupV1Output) Unset ¶

type NullableListInvitesV1Output ¶

type NullableListInvitesV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListInvitesV1Output) Get ¶

func (NullableListInvitesV1Output) IsSet ¶

func (NullableListInvitesV1Output) MarshalJSON ¶

func (v NullableListInvitesV1Output) MarshalJSON() ([]byte, error)

func (*NullableListInvitesV1Output) Set ¶

func (*NullableListInvitesV1Output) UnmarshalJSON ¶

func (v *NullableListInvitesV1Output) UnmarshalJSON(src []byte) error

func (*NullableListInvitesV1Output) Unset ¶

func (v *NullableListInvitesV1Output) Unset()

type NullableListLabels200Response ¶

type NullableListLabels200Response struct {
	// contains filtered or unexported fields
}

func (NullableListLabels200Response) Get ¶

func (NullableListLabels200Response) IsSet ¶

func (NullableListLabels200Response) MarshalJSON ¶

func (v NullableListLabels200Response) MarshalJSON() ([]byte, error)

func (*NullableListLabels200Response) Set ¶

func (*NullableListLabels200Response) UnmarshalJSON ¶

func (v *NullableListLabels200Response) UnmarshalJSON(src []byte) error

func (*NullableListLabels200Response) Unset ¶

func (v *NullableListLabels200Response) Unset()

type NullableListLabels200Response1 ¶

type NullableListLabels200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableListLabels200Response1) Get ¶

func (NullableListLabels200Response1) IsSet ¶

func (NullableListLabels200Response1) MarshalJSON ¶

func (v NullableListLabels200Response1) MarshalJSON() ([]byte, error)

func (*NullableListLabels200Response1) Set ¶

func (*NullableListLabels200Response1) UnmarshalJSON ¶

func (v *NullableListLabels200Response1) UnmarshalJSON(src []byte) error

func (*NullableListLabels200Response1) Unset ¶

func (v *NullableListLabels200Response1) Unset()

type NullableListLabelsAlphaOutput ¶

type NullableListLabelsAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListLabelsAlphaOutput) Get ¶

func (NullableListLabelsAlphaOutput) IsSet ¶

func (NullableListLabelsAlphaOutput) MarshalJSON ¶

func (v NullableListLabelsAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableListLabelsAlphaOutput) Set ¶

func (*NullableListLabelsAlphaOutput) UnmarshalJSON ¶

func (v *NullableListLabelsAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableListLabelsAlphaOutput) Unset ¶

func (v *NullableListLabelsAlphaOutput) Unset()

type NullableListLabelsV1Output ¶

type NullableListLabelsV1Output struct {
	// contains filtered or unexported fields
}

func NewNullableListLabelsV1Output ¶

func NewNullableListLabelsV1Output(val *ListLabelsV1Output) *NullableListLabelsV1Output

func (NullableListLabelsV1Output) Get ¶

func (NullableListLabelsV1Output) IsSet ¶

func (v NullableListLabelsV1Output) IsSet() bool

func (NullableListLabelsV1Output) MarshalJSON ¶

func (v NullableListLabelsV1Output) MarshalJSON() ([]byte, error)

func (*NullableListLabelsV1Output) Set ¶

func (*NullableListLabelsV1Output) UnmarshalJSON ¶

func (v *NullableListLabelsV1Output) UnmarshalJSON(src []byte) error

func (*NullableListLabelsV1Output) Unset ¶

func (v *NullableListLabelsV1Output) Unset()

type NullableListProfilesWarehouseInSpace200Response ¶

type NullableListProfilesWarehouseInSpace200Response struct {
	// contains filtered or unexported fields
}

func (NullableListProfilesWarehouseInSpace200Response) Get ¶

func (NullableListProfilesWarehouseInSpace200Response) IsSet ¶

func (NullableListProfilesWarehouseInSpace200Response) MarshalJSON ¶

func (*NullableListProfilesWarehouseInSpace200Response) Set ¶

func (*NullableListProfilesWarehouseInSpace200Response) UnmarshalJSON ¶

func (*NullableListProfilesWarehouseInSpace200Response) Unset ¶

type NullableListProfilesWarehouseInSpaceAlphaOutput ¶

type NullableListProfilesWarehouseInSpaceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListProfilesWarehouseInSpaceAlphaOutput) Get ¶

func (NullableListProfilesWarehouseInSpaceAlphaOutput) IsSet ¶

func (NullableListProfilesWarehouseInSpaceAlphaOutput) MarshalJSON ¶

func (*NullableListProfilesWarehouseInSpaceAlphaOutput) Set ¶

func (*NullableListProfilesWarehouseInSpaceAlphaOutput) UnmarshalJSON ¶

func (*NullableListProfilesWarehouseInSpaceAlphaOutput) Unset ¶

type NullableListRegulationsFromSource200Response ¶

type NullableListRegulationsFromSource200Response struct {
	// contains filtered or unexported fields
}

func (NullableListRegulationsFromSource200Response) Get ¶

func (NullableListRegulationsFromSource200Response) IsSet ¶

func (NullableListRegulationsFromSource200Response) MarshalJSON ¶

func (*NullableListRegulationsFromSource200Response) Set ¶

func (*NullableListRegulationsFromSource200Response) UnmarshalJSON ¶

func (*NullableListRegulationsFromSource200Response) Unset ¶

type NullableListRegulationsFromSourceV1Output ¶

type NullableListRegulationsFromSourceV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListRegulationsFromSourceV1Output) Get ¶

func (NullableListRegulationsFromSourceV1Output) IsSet ¶

func (NullableListRegulationsFromSourceV1Output) MarshalJSON ¶

func (*NullableListRegulationsFromSourceV1Output) Set ¶

func (*NullableListRegulationsFromSourceV1Output) UnmarshalJSON ¶

func (v *NullableListRegulationsFromSourceV1Output) UnmarshalJSON(src []byte) error

func (*NullableListRegulationsFromSourceV1Output) Unset ¶

type NullableListReverseETLSyncStatusesFromModelAndSubscriptionId200Response ¶

type NullableListReverseETLSyncStatusesFromModelAndSubscriptionId200Response struct {
	// contains filtered or unexported fields
}

func (NullableListReverseETLSyncStatusesFromModelAndSubscriptionId200Response) Get ¶

func (NullableListReverseETLSyncStatusesFromModelAndSubscriptionId200Response) IsSet ¶

func (NullableListReverseETLSyncStatusesFromModelAndSubscriptionId200Response) MarshalJSON ¶

func (*NullableListReverseETLSyncStatusesFromModelAndSubscriptionId200Response) Set ¶

func (*NullableListReverseETLSyncStatusesFromModelAndSubscriptionId200Response) UnmarshalJSON ¶

func (*NullableListReverseETLSyncStatusesFromModelAndSubscriptionId200Response) Unset ¶

type NullableListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput ¶

type NullableListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput struct {
	// contains filtered or unexported fields
}

func (NullableListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput) Get ¶

func (NullableListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput) IsSet ¶

func (NullableListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput) MarshalJSON ¶

func (*NullableListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput) Set ¶

func (*NullableListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput) UnmarshalJSON ¶

func (*NullableListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput) Unset ¶

type NullableListReverseEtlModels200Response ¶

type NullableListReverseEtlModels200Response struct {
	// contains filtered or unexported fields
}

func (NullableListReverseEtlModels200Response) Get ¶

func (NullableListReverseEtlModels200Response) IsSet ¶

func (NullableListReverseEtlModels200Response) MarshalJSON ¶

func (v NullableListReverseEtlModels200Response) MarshalJSON() ([]byte, error)

func (*NullableListReverseEtlModels200Response) Set ¶

func (*NullableListReverseEtlModels200Response) UnmarshalJSON ¶

func (v *NullableListReverseEtlModels200Response) UnmarshalJSON(src []byte) error

func (*NullableListReverseEtlModels200Response) Unset ¶

type NullableListReverseEtlModelsOutput ¶

type NullableListReverseEtlModelsOutput struct {
	// contains filtered or unexported fields
}

func (NullableListReverseEtlModelsOutput) Get ¶

func (NullableListReverseEtlModelsOutput) IsSet ¶

func (NullableListReverseEtlModelsOutput) MarshalJSON ¶

func (v NullableListReverseEtlModelsOutput) MarshalJSON() ([]byte, error)

func (*NullableListReverseEtlModelsOutput) Set ¶

func (*NullableListReverseEtlModelsOutput) UnmarshalJSON ¶

func (v *NullableListReverseEtlModelsOutput) UnmarshalJSON(src []byte) error

func (*NullableListReverseEtlModelsOutput) Unset ¶

type NullableListRoles200Response ¶

type NullableListRoles200Response struct {
	// contains filtered or unexported fields
}

func (NullableListRoles200Response) Get ¶

func (NullableListRoles200Response) IsSet ¶

func (NullableListRoles200Response) MarshalJSON ¶

func (v NullableListRoles200Response) MarshalJSON() ([]byte, error)

func (*NullableListRoles200Response) Set ¶

func (*NullableListRoles200Response) UnmarshalJSON ¶

func (v *NullableListRoles200Response) UnmarshalJSON(src []byte) error

func (*NullableListRoles200Response) Unset ¶

func (v *NullableListRoles200Response) Unset()

type NullableListRolesV1Output ¶

type NullableListRolesV1Output struct {
	// contains filtered or unexported fields
}

func NewNullableListRolesV1Output ¶

func NewNullableListRolesV1Output(val *ListRolesV1Output) *NullableListRolesV1Output

func (NullableListRolesV1Output) Get ¶

func (NullableListRolesV1Output) IsSet ¶

func (v NullableListRolesV1Output) IsSet() bool

func (NullableListRolesV1Output) MarshalJSON ¶

func (v NullableListRolesV1Output) MarshalJSON() ([]byte, error)

func (*NullableListRolesV1Output) Set ¶

func (*NullableListRolesV1Output) UnmarshalJSON ¶

func (v *NullableListRolesV1Output) UnmarshalJSON(src []byte) error

func (*NullableListRolesV1Output) Unset ¶

func (v *NullableListRolesV1Output) Unset()

type NullableListRulesFromTrackingPlan200Response ¶

type NullableListRulesFromTrackingPlan200Response struct {
	// contains filtered or unexported fields
}

func (NullableListRulesFromTrackingPlan200Response) Get ¶

func (NullableListRulesFromTrackingPlan200Response) IsSet ¶

func (NullableListRulesFromTrackingPlan200Response) MarshalJSON ¶

func (*NullableListRulesFromTrackingPlan200Response) Set ¶

func (*NullableListRulesFromTrackingPlan200Response) UnmarshalJSON ¶

func (*NullableListRulesFromTrackingPlan200Response) Unset ¶

type NullableListRulesFromTrackingPlanV1Output ¶

type NullableListRulesFromTrackingPlanV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListRulesFromTrackingPlanV1Output) Get ¶

func (NullableListRulesFromTrackingPlanV1Output) IsSet ¶

func (NullableListRulesFromTrackingPlanV1Output) MarshalJSON ¶

func (*NullableListRulesFromTrackingPlanV1Output) Set ¶

func (*NullableListRulesFromTrackingPlanV1Output) UnmarshalJSON ¶

func (v *NullableListRulesFromTrackingPlanV1Output) UnmarshalJSON(src []byte) error

func (*NullableListRulesFromTrackingPlanV1Output) Unset ¶

type NullableListSchemaSettingsInSource200Response ¶

type NullableListSchemaSettingsInSource200Response struct {
	// contains filtered or unexported fields
}

func (NullableListSchemaSettingsInSource200Response) Get ¶

func (NullableListSchemaSettingsInSource200Response) IsSet ¶

func (NullableListSchemaSettingsInSource200Response) MarshalJSON ¶

func (*NullableListSchemaSettingsInSource200Response) Set ¶

func (*NullableListSchemaSettingsInSource200Response) UnmarshalJSON ¶

func (*NullableListSchemaSettingsInSource200Response) Unset ¶

type NullableListSchemaSettingsInSourceV1Output ¶

type NullableListSchemaSettingsInSourceV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListSchemaSettingsInSourceV1Output) Get ¶

func (NullableListSchemaSettingsInSourceV1Output) IsSet ¶

func (NullableListSchemaSettingsInSourceV1Output) MarshalJSON ¶

func (*NullableListSchemaSettingsInSourceV1Output) Set ¶

func (*NullableListSchemaSettingsInSourceV1Output) UnmarshalJSON ¶

func (v *NullableListSchemaSettingsInSourceV1Output) UnmarshalJSON(src []byte) error

func (*NullableListSchemaSettingsInSourceV1Output) Unset ¶

type NullableListSelectiveSyncsFromWarehouseAndSource200Response ¶

type NullableListSelectiveSyncsFromWarehouseAndSource200Response struct {
	// contains filtered or unexported fields
}

func (NullableListSelectiveSyncsFromWarehouseAndSource200Response) Get ¶

func (NullableListSelectiveSyncsFromWarehouseAndSource200Response) IsSet ¶

func (NullableListSelectiveSyncsFromWarehouseAndSource200Response) MarshalJSON ¶

func (*NullableListSelectiveSyncsFromWarehouseAndSource200Response) Set ¶

func (*NullableListSelectiveSyncsFromWarehouseAndSource200Response) UnmarshalJSON ¶

func (*NullableListSelectiveSyncsFromWarehouseAndSource200Response) Unset ¶

type NullableListSelectiveSyncsFromWarehouseAndSourceV1Output ¶

type NullableListSelectiveSyncsFromWarehouseAndSourceV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListSelectiveSyncsFromWarehouseAndSourceV1Output) Get ¶

func (NullableListSelectiveSyncsFromWarehouseAndSourceV1Output) IsSet ¶

func (NullableListSelectiveSyncsFromWarehouseAndSourceV1Output) MarshalJSON ¶

func (*NullableListSelectiveSyncsFromWarehouseAndSourceV1Output) Set ¶

func (*NullableListSelectiveSyncsFromWarehouseAndSourceV1Output) UnmarshalJSON ¶

func (*NullableListSelectiveSyncsFromWarehouseAndSourceV1Output) Unset ¶

type NullableListSelectiveSyncsFromWarehouseAndSpace200Response ¶

type NullableListSelectiveSyncsFromWarehouseAndSpace200Response struct {
	// contains filtered or unexported fields
}

func (NullableListSelectiveSyncsFromWarehouseAndSpace200Response) Get ¶

func (NullableListSelectiveSyncsFromWarehouseAndSpace200Response) IsSet ¶

func (NullableListSelectiveSyncsFromWarehouseAndSpace200Response) MarshalJSON ¶

func (*NullableListSelectiveSyncsFromWarehouseAndSpace200Response) Set ¶

func (*NullableListSelectiveSyncsFromWarehouseAndSpace200Response) UnmarshalJSON ¶

func (*NullableListSelectiveSyncsFromWarehouseAndSpace200Response) Unset ¶

type NullableListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput ¶

type NullableListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) Get ¶

func (NullableListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) IsSet ¶

func (NullableListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) MarshalJSON ¶

func (*NullableListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) Set ¶

func (*NullableListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) UnmarshalJSON ¶

func (*NullableListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput) Unset ¶

type NullableListSources200Response ¶

type NullableListSources200Response struct {
	// contains filtered or unexported fields
}

func (NullableListSources200Response) Get ¶

func (NullableListSources200Response) IsSet ¶

func (NullableListSources200Response) MarshalJSON ¶

func (v NullableListSources200Response) MarshalJSON() ([]byte, error)

func (*NullableListSources200Response) Set ¶

func (*NullableListSources200Response) UnmarshalJSON ¶

func (v *NullableListSources200Response) UnmarshalJSON(src []byte) error

func (*NullableListSources200Response) Unset ¶

func (v *NullableListSources200Response) Unset()

type NullableListSources200Response1 ¶

type NullableListSources200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableListSources200Response1) Get ¶

func (NullableListSources200Response1) IsSet ¶

func (NullableListSources200Response1) MarshalJSON ¶

func (v NullableListSources200Response1) MarshalJSON() ([]byte, error)

func (*NullableListSources200Response1) Set ¶

func (*NullableListSources200Response1) UnmarshalJSON ¶

func (v *NullableListSources200Response1) UnmarshalJSON(src []byte) error

func (*NullableListSources200Response1) Unset ¶

type NullableListSourcesAlphaOutput ¶

type NullableListSourcesAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListSourcesAlphaOutput) Get ¶

func (NullableListSourcesAlphaOutput) IsSet ¶

func (NullableListSourcesAlphaOutput) MarshalJSON ¶

func (v NullableListSourcesAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableListSourcesAlphaOutput) Set ¶

func (*NullableListSourcesAlphaOutput) UnmarshalJSON ¶

func (v *NullableListSourcesAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableListSourcesAlphaOutput) Unset ¶

func (v *NullableListSourcesAlphaOutput) Unset()

type NullableListSourcesFromTrackingPlan200Response ¶

type NullableListSourcesFromTrackingPlan200Response struct {
	// contains filtered or unexported fields
}

func (NullableListSourcesFromTrackingPlan200Response) Get ¶

func (NullableListSourcesFromTrackingPlan200Response) IsSet ¶

func (NullableListSourcesFromTrackingPlan200Response) MarshalJSON ¶

func (*NullableListSourcesFromTrackingPlan200Response) Set ¶

func (*NullableListSourcesFromTrackingPlan200Response) UnmarshalJSON ¶

func (*NullableListSourcesFromTrackingPlan200Response) Unset ¶

type NullableListSourcesFromTrackingPlanV1Output ¶

type NullableListSourcesFromTrackingPlanV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListSourcesFromTrackingPlanV1Output) Get ¶

func (NullableListSourcesFromTrackingPlanV1Output) IsSet ¶

func (NullableListSourcesFromTrackingPlanV1Output) MarshalJSON ¶

func (*NullableListSourcesFromTrackingPlanV1Output) Set ¶

func (*NullableListSourcesFromTrackingPlanV1Output) UnmarshalJSON ¶

func (v *NullableListSourcesFromTrackingPlanV1Output) UnmarshalJSON(src []byte) error

func (*NullableListSourcesFromTrackingPlanV1Output) Unset ¶

type NullableListSourcesV1Output ¶

type NullableListSourcesV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListSourcesV1Output) Get ¶

func (NullableListSourcesV1Output) IsSet ¶

func (NullableListSourcesV1Output) MarshalJSON ¶

func (v NullableListSourcesV1Output) MarshalJSON() ([]byte, error)

func (*NullableListSourcesV1Output) Set ¶

func (*NullableListSourcesV1Output) UnmarshalJSON ¶

func (v *NullableListSourcesV1Output) UnmarshalJSON(src []byte) error

func (*NullableListSourcesV1Output) Unset ¶

func (v *NullableListSourcesV1Output) Unset()

type NullableListSpaces200Response ¶

type NullableListSpaces200Response struct {
	// contains filtered or unexported fields
}

func (NullableListSpaces200Response) Get ¶

func (NullableListSpaces200Response) IsSet ¶

func (NullableListSpaces200Response) MarshalJSON ¶

func (v NullableListSpaces200Response) MarshalJSON() ([]byte, error)

func (*NullableListSpaces200Response) Set ¶

func (*NullableListSpaces200Response) UnmarshalJSON ¶

func (v *NullableListSpaces200Response) UnmarshalJSON(src []byte) error

func (*NullableListSpaces200Response) Unset ¶

func (v *NullableListSpaces200Response) Unset()

type NullableListSpacesAlphaOutput ¶

type NullableListSpacesAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListSpacesAlphaOutput) Get ¶

func (NullableListSpacesAlphaOutput) IsSet ¶

func (NullableListSpacesAlphaOutput) MarshalJSON ¶

func (v NullableListSpacesAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableListSpacesAlphaOutput) Set ¶

func (*NullableListSpacesAlphaOutput) UnmarshalJSON ¶

func (v *NullableListSpacesAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableListSpacesAlphaOutput) Unset ¶

func (v *NullableListSpacesAlphaOutput) Unset()

type NullableListSubscriptionsFromDestination200Response ¶

type NullableListSubscriptionsFromDestination200Response struct {
	// contains filtered or unexported fields
}

func (NullableListSubscriptionsFromDestination200Response) Get ¶

func (NullableListSubscriptionsFromDestination200Response) IsSet ¶

func (NullableListSubscriptionsFromDestination200Response) MarshalJSON ¶

func (*NullableListSubscriptionsFromDestination200Response) Set ¶

func (*NullableListSubscriptionsFromDestination200Response) UnmarshalJSON ¶

func (*NullableListSubscriptionsFromDestination200Response) Unset ¶

type NullableListSubscriptionsFromDestinationAlphaOutput ¶

type NullableListSubscriptionsFromDestinationAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListSubscriptionsFromDestinationAlphaOutput) Get ¶

func (NullableListSubscriptionsFromDestinationAlphaOutput) IsSet ¶

func (NullableListSubscriptionsFromDestinationAlphaOutput) MarshalJSON ¶

func (*NullableListSubscriptionsFromDestinationAlphaOutput) Set ¶

func (*NullableListSubscriptionsFromDestinationAlphaOutput) UnmarshalJSON ¶

func (*NullableListSubscriptionsFromDestinationAlphaOutput) Unset ¶

type NullableListSuppressions200Response ¶

type NullableListSuppressions200Response struct {
	// contains filtered or unexported fields
}

func (NullableListSuppressions200Response) Get ¶

func (NullableListSuppressions200Response) IsSet ¶

func (NullableListSuppressions200Response) MarshalJSON ¶

func (v NullableListSuppressions200Response) MarshalJSON() ([]byte, error)

func (*NullableListSuppressions200Response) Set ¶

func (*NullableListSuppressions200Response) UnmarshalJSON ¶

func (v *NullableListSuppressions200Response) UnmarshalJSON(src []byte) error

func (*NullableListSuppressions200Response) Unset ¶

type NullableListSuppressionsV1Output ¶

type NullableListSuppressionsV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListSuppressionsV1Output) Get ¶

func (NullableListSuppressionsV1Output) IsSet ¶

func (NullableListSuppressionsV1Output) MarshalJSON ¶

func (v NullableListSuppressionsV1Output) MarshalJSON() ([]byte, error)

func (*NullableListSuppressionsV1Output) Set ¶

func (*NullableListSuppressionsV1Output) UnmarshalJSON ¶

func (v *NullableListSuppressionsV1Output) UnmarshalJSON(src []byte) error

func (*NullableListSuppressionsV1Output) Unset ¶

type NullableListSyncsFromWarehouse200Response ¶

type NullableListSyncsFromWarehouse200Response struct {
	// contains filtered or unexported fields
}

func (NullableListSyncsFromWarehouse200Response) Get ¶

func (NullableListSyncsFromWarehouse200Response) IsSet ¶

func (NullableListSyncsFromWarehouse200Response) MarshalJSON ¶

func (*NullableListSyncsFromWarehouse200Response) Set ¶

func (*NullableListSyncsFromWarehouse200Response) UnmarshalJSON ¶

func (v *NullableListSyncsFromWarehouse200Response) UnmarshalJSON(src []byte) error

func (*NullableListSyncsFromWarehouse200Response) Unset ¶

type NullableListSyncsFromWarehouseAndSource200Response ¶

type NullableListSyncsFromWarehouseAndSource200Response struct {
	// contains filtered or unexported fields
}

func (NullableListSyncsFromWarehouseAndSource200Response) Get ¶

func (NullableListSyncsFromWarehouseAndSource200Response) IsSet ¶

func (NullableListSyncsFromWarehouseAndSource200Response) MarshalJSON ¶

func (*NullableListSyncsFromWarehouseAndSource200Response) Set ¶

func (*NullableListSyncsFromWarehouseAndSource200Response) UnmarshalJSON ¶

func (*NullableListSyncsFromWarehouseAndSource200Response) Unset ¶

type NullableListSyncsFromWarehouseAndSourceV1Output ¶

type NullableListSyncsFromWarehouseAndSourceV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListSyncsFromWarehouseAndSourceV1Output) Get ¶

func (NullableListSyncsFromWarehouseAndSourceV1Output) IsSet ¶

func (NullableListSyncsFromWarehouseAndSourceV1Output) MarshalJSON ¶

func (*NullableListSyncsFromWarehouseAndSourceV1Output) Set ¶

func (*NullableListSyncsFromWarehouseAndSourceV1Output) UnmarshalJSON ¶

func (*NullableListSyncsFromWarehouseAndSourceV1Output) Unset ¶

type NullableListSyncsFromWarehouseV1Output ¶

type NullableListSyncsFromWarehouseV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListSyncsFromWarehouseV1Output) Get ¶

func (NullableListSyncsFromWarehouseV1Output) IsSet ¶

func (NullableListSyncsFromWarehouseV1Output) MarshalJSON ¶

func (v NullableListSyncsFromWarehouseV1Output) MarshalJSON() ([]byte, error)

func (*NullableListSyncsFromWarehouseV1Output) Set ¶

func (*NullableListSyncsFromWarehouseV1Output) UnmarshalJSON ¶

func (v *NullableListSyncsFromWarehouseV1Output) UnmarshalJSON(src []byte) error

func (*NullableListSyncsFromWarehouseV1Output) Unset ¶

type NullableListTrackingPlans200Response ¶

type NullableListTrackingPlans200Response struct {
	// contains filtered or unexported fields
}

func (NullableListTrackingPlans200Response) Get ¶

func (NullableListTrackingPlans200Response) IsSet ¶

func (NullableListTrackingPlans200Response) MarshalJSON ¶

func (v NullableListTrackingPlans200Response) MarshalJSON() ([]byte, error)

func (*NullableListTrackingPlans200Response) Set ¶

func (*NullableListTrackingPlans200Response) UnmarshalJSON ¶

func (v *NullableListTrackingPlans200Response) UnmarshalJSON(src []byte) error

func (*NullableListTrackingPlans200Response) Unset ¶

type NullableListTrackingPlansV1Output ¶

type NullableListTrackingPlansV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListTrackingPlansV1Output) Get ¶

func (NullableListTrackingPlansV1Output) IsSet ¶

func (NullableListTrackingPlansV1Output) MarshalJSON ¶

func (v NullableListTrackingPlansV1Output) MarshalJSON() ([]byte, error)

func (*NullableListTrackingPlansV1Output) Set ¶

func (*NullableListTrackingPlansV1Output) UnmarshalJSON ¶

func (v *NullableListTrackingPlansV1Output) UnmarshalJSON(src []byte) error

func (*NullableListTrackingPlansV1Output) Unset ¶

type NullableListTransformations200Response ¶

type NullableListTransformations200Response struct {
	// contains filtered or unexported fields
}

func (NullableListTransformations200Response) Get ¶

func (NullableListTransformations200Response) IsSet ¶

func (NullableListTransformations200Response) MarshalJSON ¶

func (v NullableListTransformations200Response) MarshalJSON() ([]byte, error)

func (*NullableListTransformations200Response) Set ¶

func (*NullableListTransformations200Response) UnmarshalJSON ¶

func (v *NullableListTransformations200Response) UnmarshalJSON(src []byte) error

func (*NullableListTransformations200Response) Unset ¶

type NullableListTransformationsBetaInput ¶

type NullableListTransformationsBetaInput struct {
	// contains filtered or unexported fields
}

func (NullableListTransformationsBetaInput) Get ¶

func (NullableListTransformationsBetaInput) IsSet ¶

func (NullableListTransformationsBetaInput) MarshalJSON ¶

func (v NullableListTransformationsBetaInput) MarshalJSON() ([]byte, error)

func (*NullableListTransformationsBetaInput) Set ¶

func (*NullableListTransformationsBetaInput) UnmarshalJSON ¶

func (v *NullableListTransformationsBetaInput) UnmarshalJSON(src []byte) error

func (*NullableListTransformationsBetaInput) Unset ¶

type NullableListTransformationsBetaOutput ¶

type NullableListTransformationsBetaOutput struct {
	// contains filtered or unexported fields
}

func (NullableListTransformationsBetaOutput) Get ¶

func (NullableListTransformationsBetaOutput) IsSet ¶

func (NullableListTransformationsBetaOutput) MarshalJSON ¶

func (v NullableListTransformationsBetaOutput) MarshalJSON() ([]byte, error)

func (*NullableListTransformationsBetaOutput) Set ¶

func (*NullableListTransformationsBetaOutput) UnmarshalJSON ¶

func (v *NullableListTransformationsBetaOutput) UnmarshalJSON(src []byte) error

func (*NullableListTransformationsBetaOutput) Unset ¶

type NullableListTransformationsV1Output ¶

type NullableListTransformationsV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListTransformationsV1Output) Get ¶

func (NullableListTransformationsV1Output) IsSet ¶

func (NullableListTransformationsV1Output) MarshalJSON ¶

func (v NullableListTransformationsV1Output) MarshalJSON() ([]byte, error)

func (*NullableListTransformationsV1Output) Set ¶

func (*NullableListTransformationsV1Output) UnmarshalJSON ¶

func (v *NullableListTransformationsV1Output) UnmarshalJSON(src []byte) error

func (*NullableListTransformationsV1Output) Unset ¶

type NullableListUserGroups200Response ¶

type NullableListUserGroups200Response struct {
	// contains filtered or unexported fields
}

func (NullableListUserGroups200Response) Get ¶

func (NullableListUserGroups200Response) IsSet ¶

func (NullableListUserGroups200Response) MarshalJSON ¶

func (v NullableListUserGroups200Response) MarshalJSON() ([]byte, error)

func (*NullableListUserGroups200Response) Set ¶

func (*NullableListUserGroups200Response) UnmarshalJSON ¶

func (v *NullableListUserGroups200Response) UnmarshalJSON(src []byte) error

func (*NullableListUserGroups200Response) Unset ¶

type NullableListUserGroupsFromUser200Response ¶

type NullableListUserGroupsFromUser200Response struct {
	// contains filtered or unexported fields
}

func (NullableListUserGroupsFromUser200Response) Get ¶

func (NullableListUserGroupsFromUser200Response) IsSet ¶

func (NullableListUserGroupsFromUser200Response) MarshalJSON ¶

func (*NullableListUserGroupsFromUser200Response) Set ¶

func (*NullableListUserGroupsFromUser200Response) UnmarshalJSON ¶

func (v *NullableListUserGroupsFromUser200Response) UnmarshalJSON(src []byte) error

func (*NullableListUserGroupsFromUser200Response) Unset ¶

type NullableListUserGroupsFromUserV1Output ¶

type NullableListUserGroupsFromUserV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListUserGroupsFromUserV1Output) Get ¶

func (NullableListUserGroupsFromUserV1Output) IsSet ¶

func (NullableListUserGroupsFromUserV1Output) MarshalJSON ¶

func (v NullableListUserGroupsFromUserV1Output) MarshalJSON() ([]byte, error)

func (*NullableListUserGroupsFromUserV1Output) Set ¶

func (*NullableListUserGroupsFromUserV1Output) UnmarshalJSON ¶

func (v *NullableListUserGroupsFromUserV1Output) UnmarshalJSON(src []byte) error

func (*NullableListUserGroupsFromUserV1Output) Unset ¶

type NullableListUserGroupsV1Output ¶

type NullableListUserGroupsV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListUserGroupsV1Output) Get ¶

func (NullableListUserGroupsV1Output) IsSet ¶

func (NullableListUserGroupsV1Output) MarshalJSON ¶

func (v NullableListUserGroupsV1Output) MarshalJSON() ([]byte, error)

func (*NullableListUserGroupsV1Output) Set ¶

func (*NullableListUserGroupsV1Output) UnmarshalJSON ¶

func (v *NullableListUserGroupsV1Output) UnmarshalJSON(src []byte) error

func (*NullableListUserGroupsV1Output) Unset ¶

func (v *NullableListUserGroupsV1Output) Unset()

type NullableListUsers200Response ¶

type NullableListUsers200Response struct {
	// contains filtered or unexported fields
}

func (NullableListUsers200Response) Get ¶

func (NullableListUsers200Response) IsSet ¶

func (NullableListUsers200Response) MarshalJSON ¶

func (v NullableListUsers200Response) MarshalJSON() ([]byte, error)

func (*NullableListUsers200Response) Set ¶

func (*NullableListUsers200Response) UnmarshalJSON ¶

func (v *NullableListUsers200Response) UnmarshalJSON(src []byte) error

func (*NullableListUsers200Response) Unset ¶

func (v *NullableListUsers200Response) Unset()

type NullableListUsersFromUserGroup200Response ¶

type NullableListUsersFromUserGroup200Response struct {
	// contains filtered or unexported fields
}

func (NullableListUsersFromUserGroup200Response) Get ¶

func (NullableListUsersFromUserGroup200Response) IsSet ¶

func (NullableListUsersFromUserGroup200Response) MarshalJSON ¶

func (*NullableListUsersFromUserGroup200Response) Set ¶

func (*NullableListUsersFromUserGroup200Response) UnmarshalJSON ¶

func (v *NullableListUsersFromUserGroup200Response) UnmarshalJSON(src []byte) error

func (*NullableListUsersFromUserGroup200Response) Unset ¶

type NullableListUsersFromUserGroupV1Output ¶

type NullableListUsersFromUserGroupV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListUsersFromUserGroupV1Output) Get ¶

func (NullableListUsersFromUserGroupV1Output) IsSet ¶

func (NullableListUsersFromUserGroupV1Output) MarshalJSON ¶

func (v NullableListUsersFromUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*NullableListUsersFromUserGroupV1Output) Set ¶

func (*NullableListUsersFromUserGroupV1Output) UnmarshalJSON ¶

func (v *NullableListUsersFromUserGroupV1Output) UnmarshalJSON(src []byte) error

func (*NullableListUsersFromUserGroupV1Output) Unset ¶

type NullableListUsersV1Output ¶

type NullableListUsersV1Output struct {
	// contains filtered or unexported fields
}

func NewNullableListUsersV1Output ¶

func NewNullableListUsersV1Output(val *ListUsersV1Output) *NullableListUsersV1Output

func (NullableListUsersV1Output) Get ¶

func (NullableListUsersV1Output) IsSet ¶

func (v NullableListUsersV1Output) IsSet() bool

func (NullableListUsersV1Output) MarshalJSON ¶

func (v NullableListUsersV1Output) MarshalJSON() ([]byte, error)

func (*NullableListUsersV1Output) Set ¶

func (*NullableListUsersV1Output) UnmarshalJSON ¶

func (v *NullableListUsersV1Output) UnmarshalJSON(src []byte) error

func (*NullableListUsersV1Output) Unset ¶

func (v *NullableListUsersV1Output) Unset()

type NullableListWarehouses200Response ¶

type NullableListWarehouses200Response struct {
	// contains filtered or unexported fields
}

func (NullableListWarehouses200Response) Get ¶

func (NullableListWarehouses200Response) IsSet ¶

func (NullableListWarehouses200Response) MarshalJSON ¶

func (v NullableListWarehouses200Response) MarshalJSON() ([]byte, error)

func (*NullableListWarehouses200Response) Set ¶

func (*NullableListWarehouses200Response) UnmarshalJSON ¶

func (v *NullableListWarehouses200Response) UnmarshalJSON(src []byte) error

func (*NullableListWarehouses200Response) Unset ¶

type NullableListWarehousesV1Output ¶

type NullableListWarehousesV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListWarehousesV1Output) Get ¶

func (NullableListWarehousesV1Output) IsSet ¶

func (NullableListWarehousesV1Output) MarshalJSON ¶

func (v NullableListWarehousesV1Output) MarshalJSON() ([]byte, error)

func (*NullableListWarehousesV1Output) Set ¶

func (*NullableListWarehousesV1Output) UnmarshalJSON ¶

func (v *NullableListWarehousesV1Output) UnmarshalJSON(src []byte) error

func (*NullableListWarehousesV1Output) Unset ¶

func (v *NullableListWarehousesV1Output) Unset()

type NullableListWorkspaceRegulations200Response ¶

type NullableListWorkspaceRegulations200Response struct {
	// contains filtered or unexported fields
}

func (NullableListWorkspaceRegulations200Response) Get ¶

func (NullableListWorkspaceRegulations200Response) IsSet ¶

func (NullableListWorkspaceRegulations200Response) MarshalJSON ¶

func (*NullableListWorkspaceRegulations200Response) Set ¶

func (*NullableListWorkspaceRegulations200Response) UnmarshalJSON ¶

func (v *NullableListWorkspaceRegulations200Response) UnmarshalJSON(src []byte) error

func (*NullableListWorkspaceRegulations200Response) Unset ¶

type NullableListWorkspaceRegulationsV1Output ¶

type NullableListWorkspaceRegulationsV1Output struct {
	// contains filtered or unexported fields
}

func (NullableListWorkspaceRegulationsV1Output) Get ¶

func (NullableListWorkspaceRegulationsV1Output) IsSet ¶

func (NullableListWorkspaceRegulationsV1Output) MarshalJSON ¶

func (*NullableListWorkspaceRegulationsV1Output) Set ¶

func (*NullableListWorkspaceRegulationsV1Output) UnmarshalJSON ¶

func (v *NullableListWorkspaceRegulationsV1Output) UnmarshalJSON(src []byte) error

func (*NullableListWorkspaceRegulationsV1Output) Unset ¶

type NullableLogosBeta ¶

type NullableLogosBeta struct {
	// contains filtered or unexported fields
}

func NewNullableLogosBeta ¶

func NewNullableLogosBeta(val *LogosBeta) *NullableLogosBeta

func (NullableLogosBeta) Get ¶

func (v NullableLogosBeta) Get() *LogosBeta

func (NullableLogosBeta) IsSet ¶

func (v NullableLogosBeta) IsSet() bool

func (NullableLogosBeta) MarshalJSON ¶

func (v NullableLogosBeta) MarshalJSON() ([]byte, error)

func (*NullableLogosBeta) Set ¶

func (v *NullableLogosBeta) Set(val *LogosBeta)

func (*NullableLogosBeta) UnmarshalJSON ¶

func (v *NullableLogosBeta) UnmarshalJSON(src []byte) error

func (*NullableLogosBeta) Unset ¶

func (v *NullableLogosBeta) Unset()

type NullableMessageSubscriptionResponse ¶

type NullableMessageSubscriptionResponse struct {
	// contains filtered or unexported fields
}

func (NullableMessageSubscriptionResponse) Get ¶

func (NullableMessageSubscriptionResponse) IsSet ¶

func (NullableMessageSubscriptionResponse) MarshalJSON ¶

func (v NullableMessageSubscriptionResponse) MarshalJSON() ([]byte, error)

func (*NullableMessageSubscriptionResponse) Set ¶

func (*NullableMessageSubscriptionResponse) UnmarshalJSON ¶

func (v *NullableMessageSubscriptionResponse) UnmarshalJSON(src []byte) error

func (*NullableMessageSubscriptionResponse) Unset ¶

type NullableMessageSubscriptionResponseError ¶

type NullableMessageSubscriptionResponseError struct {
	// contains filtered or unexported fields
}

func (NullableMessageSubscriptionResponseError) Get ¶

func (NullableMessageSubscriptionResponseError) IsSet ¶

func (NullableMessageSubscriptionResponseError) MarshalJSON ¶

func (*NullableMessageSubscriptionResponseError) Set ¶

func (*NullableMessageSubscriptionResponseError) UnmarshalJSON ¶

func (v *NullableMessageSubscriptionResponseError) UnmarshalJSON(src []byte) error

func (*NullableMessageSubscriptionResponseError) Unset ¶

type NullableMessagesSubscriptionRequest ¶

type NullableMessagesSubscriptionRequest struct {
	// contains filtered or unexported fields
}

func (NullableMessagesSubscriptionRequest) Get ¶

func (NullableMessagesSubscriptionRequest) IsSet ¶

func (NullableMessagesSubscriptionRequest) MarshalJSON ¶

func (v NullableMessagesSubscriptionRequest) MarshalJSON() ([]byte, error)

func (*NullableMessagesSubscriptionRequest) Set ¶

func (*NullableMessagesSubscriptionRequest) UnmarshalJSON ¶

func (v *NullableMessagesSubscriptionRequest) UnmarshalJSON(src []byte) error

func (*NullableMessagesSubscriptionRequest) Unset ¶

type NullableMetricBeta ¶

type NullableMetricBeta struct {
	// contains filtered or unexported fields
}

func NewNullableMetricBeta ¶

func NewNullableMetricBeta(val *MetricBeta) *NullableMetricBeta

func (NullableMetricBeta) Get ¶

func (v NullableMetricBeta) Get() *MetricBeta

func (NullableMetricBeta) IsSet ¶

func (v NullableMetricBeta) IsSet() bool

func (NullableMetricBeta) MarshalJSON ¶

func (v NullableMetricBeta) MarshalJSON() ([]byte, error)

func (*NullableMetricBeta) Set ¶

func (v *NullableMetricBeta) Set(val *MetricBeta)

func (*NullableMetricBeta) UnmarshalJSON ¶

func (v *NullableMetricBeta) UnmarshalJSON(src []byte) error

func (*NullableMetricBeta) Unset ¶

func (v *NullableMetricBeta) Unset()

type NullableMinimalUserGroupV1 ¶

type NullableMinimalUserGroupV1 struct {
	// contains filtered or unexported fields
}

func NewNullableMinimalUserGroupV1 ¶

func NewNullableMinimalUserGroupV1(val *MinimalUserGroupV1) *NullableMinimalUserGroupV1

func (NullableMinimalUserGroupV1) Get ¶

func (NullableMinimalUserGroupV1) IsSet ¶

func (v NullableMinimalUserGroupV1) IsSet() bool

func (NullableMinimalUserGroupV1) MarshalJSON ¶

func (v NullableMinimalUserGroupV1) MarshalJSON() ([]byte, error)

func (*NullableMinimalUserGroupV1) Set ¶

func (*NullableMinimalUserGroupV1) UnmarshalJSON ¶

func (v *NullableMinimalUserGroupV1) UnmarshalJSON(src []byte) error

func (*NullableMinimalUserGroupV1) Unset ¶

func (v *NullableMinimalUserGroupV1) Unset()

type NullableMinimalUserV1 ¶

type NullableMinimalUserV1 struct {
	// contains filtered or unexported fields
}

func NewNullableMinimalUserV1 ¶

func NewNullableMinimalUserV1(val *MinimalUserV1) *NullableMinimalUserV1

func (NullableMinimalUserV1) Get ¶

func (NullableMinimalUserV1) IsSet ¶

func (v NullableMinimalUserV1) IsSet() bool

func (NullableMinimalUserV1) MarshalJSON ¶

func (v NullableMinimalUserV1) MarshalJSON() ([]byte, error)

func (*NullableMinimalUserV1) Set ¶

func (v *NullableMinimalUserV1) Set(val *MinimalUserV1)

func (*NullableMinimalUserV1) UnmarshalJSON ¶

func (v *NullableMinimalUserV1) UnmarshalJSON(src []byte) error

func (*NullableMinimalUserV1) Unset ¶

func (v *NullableMinimalUserV1) Unset()

type NullableMtuSnapshotV1 ¶

type NullableMtuSnapshotV1 struct {
	// contains filtered or unexported fields
}

func NewNullableMtuSnapshotV1 ¶

func NewNullableMtuSnapshotV1(val *MtuSnapshotV1) *NullableMtuSnapshotV1

func (NullableMtuSnapshotV1) Get ¶

func (NullableMtuSnapshotV1) IsSet ¶

func (v NullableMtuSnapshotV1) IsSet() bool

func (NullableMtuSnapshotV1) MarshalJSON ¶

func (v NullableMtuSnapshotV1) MarshalJSON() ([]byte, error)

func (*NullableMtuSnapshotV1) Set ¶

func (v *NullableMtuSnapshotV1) Set(val *MtuSnapshotV1)

func (*NullableMtuSnapshotV1) UnmarshalJSON ¶

func (v *NullableMtuSnapshotV1) UnmarshalJSON(src []byte) error

func (*NullableMtuSnapshotV1) Unset ¶

func (v *NullableMtuSnapshotV1) Unset()

type NullablePaginationInput ¶

type NullablePaginationInput struct {
	// contains filtered or unexported fields
}

func NewNullablePaginationInput ¶

func NewNullablePaginationInput(val *PaginationInput) *NullablePaginationInput

func (NullablePaginationInput) Get ¶

func (NullablePaginationInput) IsSet ¶

func (v NullablePaginationInput) IsSet() bool

func (NullablePaginationInput) MarshalJSON ¶

func (v NullablePaginationInput) MarshalJSON() ([]byte, error)

func (*NullablePaginationInput) Set ¶

func (*NullablePaginationInput) UnmarshalJSON ¶

func (v *NullablePaginationInput) UnmarshalJSON(src []byte) error

func (*NullablePaginationInput) Unset ¶

func (v *NullablePaginationInput) Unset()

type NullablePaginationOutput ¶

type NullablePaginationOutput struct {
	// contains filtered or unexported fields
}

func NewNullablePaginationOutput ¶

func NewNullablePaginationOutput(val *PaginationOutput) *NullablePaginationOutput

func (NullablePaginationOutput) Get ¶

func (NullablePaginationOutput) IsSet ¶

func (v NullablePaginationOutput) IsSet() bool

func (NullablePaginationOutput) MarshalJSON ¶

func (v NullablePaginationOutput) MarshalJSON() ([]byte, error)

func (*NullablePaginationOutput) Set ¶

func (*NullablePaginationOutput) UnmarshalJSON ¶

func (v *NullablePaginationOutput) UnmarshalJSON(src []byte) error

func (*NullablePaginationOutput) Unset ¶

func (v *NullablePaginationOutput) Unset()

type NullablePeriodicConfig ¶

type NullablePeriodicConfig struct {
	// contains filtered or unexported fields
}

func NewNullablePeriodicConfig ¶

func NewNullablePeriodicConfig(val *PeriodicConfig) *NullablePeriodicConfig

func (NullablePeriodicConfig) Get ¶

func (NullablePeriodicConfig) IsSet ¶

func (v NullablePeriodicConfig) IsSet() bool

func (NullablePeriodicConfig) MarshalJSON ¶

func (v NullablePeriodicConfig) MarshalJSON() ([]byte, error)

func (*NullablePeriodicConfig) Set ¶

func (*NullablePeriodicConfig) UnmarshalJSON ¶

func (v *NullablePeriodicConfig) UnmarshalJSON(src []byte) error

func (*NullablePeriodicConfig) Unset ¶

func (v *NullablePeriodicConfig) Unset()

type NullablePermissionInputV1 ¶

type NullablePermissionInputV1 struct {
	// contains filtered or unexported fields
}

func NewNullablePermissionInputV1 ¶

func NewNullablePermissionInputV1(val *PermissionInputV1) *NullablePermissionInputV1

func (NullablePermissionInputV1) Get ¶

func (NullablePermissionInputV1) IsSet ¶

func (v NullablePermissionInputV1) IsSet() bool

func (NullablePermissionInputV1) MarshalJSON ¶

func (v NullablePermissionInputV1) MarshalJSON() ([]byte, error)

func (*NullablePermissionInputV1) Set ¶

func (*NullablePermissionInputV1) UnmarshalJSON ¶

func (v *NullablePermissionInputV1) UnmarshalJSON(src []byte) error

func (*NullablePermissionInputV1) Unset ¶

func (v *NullablePermissionInputV1) Unset()

type NullablePermissionResourceV1 ¶

type NullablePermissionResourceV1 struct {
	// contains filtered or unexported fields
}

func (NullablePermissionResourceV1) Get ¶

func (NullablePermissionResourceV1) IsSet ¶

func (NullablePermissionResourceV1) MarshalJSON ¶

func (v NullablePermissionResourceV1) MarshalJSON() ([]byte, error)

func (*NullablePermissionResourceV1) Set ¶

func (*NullablePermissionResourceV1) UnmarshalJSON ¶

func (v *NullablePermissionResourceV1) UnmarshalJSON(src []byte) error

func (*NullablePermissionResourceV1) Unset ¶

func (v *NullablePermissionResourceV1) Unset()

type NullablePermissionV1 ¶

type NullablePermissionV1 struct {
	// contains filtered or unexported fields
}

func NewNullablePermissionV1 ¶

func NewNullablePermissionV1(val *PermissionV1) *NullablePermissionV1

func (NullablePermissionV1) Get ¶

func (NullablePermissionV1) IsSet ¶

func (v NullablePermissionV1) IsSet() bool

func (NullablePermissionV1) MarshalJSON ¶

func (v NullablePermissionV1) MarshalJSON() ([]byte, error)

func (*NullablePermissionV1) Set ¶

func (v *NullablePermissionV1) Set(val *PermissionV1)

func (*NullablePermissionV1) UnmarshalJSON ¶

func (v *NullablePermissionV1) UnmarshalJSON(src []byte) error

func (*NullablePermissionV1) Unset ¶

func (v *NullablePermissionV1) Unset()

type NullablePersonalizationInput ¶

type NullablePersonalizationInput struct {
	// contains filtered or unexported fields
}

func (NullablePersonalizationInput) Get ¶

func (NullablePersonalizationInput) IsSet ¶

func (NullablePersonalizationInput) MarshalJSON ¶

func (v NullablePersonalizationInput) MarshalJSON() ([]byte, error)

func (*NullablePersonalizationInput) Set ¶

func (*NullablePersonalizationInput) UnmarshalJSON ¶

func (v *NullablePersonalizationInput) UnmarshalJSON(src []byte) error

func (*NullablePersonalizationInput) Unset ¶

func (v *NullablePersonalizationInput) Unset()

type NullablePersonalizationInputEntity ¶

type NullablePersonalizationInputEntity struct {
	// contains filtered or unexported fields
}

func (NullablePersonalizationInputEntity) Get ¶

func (NullablePersonalizationInputEntity) IsSet ¶

func (NullablePersonalizationInputEntity) MarshalJSON ¶

func (v NullablePersonalizationInputEntity) MarshalJSON() ([]byte, error)

func (*NullablePersonalizationInputEntity) Set ¶

func (*NullablePersonalizationInputEntity) UnmarshalJSON ¶

func (v *NullablePersonalizationInputEntity) UnmarshalJSON(src []byte) error

func (*NullablePersonalizationInputEntity) Unset ¶

type NullablePreviewDestinationFilter200Response ¶

type NullablePreviewDestinationFilter200Response struct {
	// contains filtered or unexported fields
}

func (NullablePreviewDestinationFilter200Response) Get ¶

func (NullablePreviewDestinationFilter200Response) IsSet ¶

func (NullablePreviewDestinationFilter200Response) MarshalJSON ¶

func (*NullablePreviewDestinationFilter200Response) Set ¶

func (*NullablePreviewDestinationFilter200Response) UnmarshalJSON ¶

func (v *NullablePreviewDestinationFilter200Response) UnmarshalJSON(src []byte) error

func (*NullablePreviewDestinationFilter200Response) Unset ¶

type NullablePreviewDestinationFilterV1 ¶

type NullablePreviewDestinationFilterV1 struct {
	// contains filtered or unexported fields
}

func (NullablePreviewDestinationFilterV1) Get ¶

func (NullablePreviewDestinationFilterV1) IsSet ¶

func (NullablePreviewDestinationFilterV1) MarshalJSON ¶

func (v NullablePreviewDestinationFilterV1) MarshalJSON() ([]byte, error)

func (*NullablePreviewDestinationFilterV1) Set ¶

func (*NullablePreviewDestinationFilterV1) UnmarshalJSON ¶

func (v *NullablePreviewDestinationFilterV1) UnmarshalJSON(src []byte) error

func (*NullablePreviewDestinationFilterV1) Unset ¶

type NullablePreviewDestinationFilterV1Input ¶

type NullablePreviewDestinationFilterV1Input struct {
	// contains filtered or unexported fields
}

func (NullablePreviewDestinationFilterV1Input) Get ¶

func (NullablePreviewDestinationFilterV1Input) IsSet ¶

func (NullablePreviewDestinationFilterV1Input) MarshalJSON ¶

func (v NullablePreviewDestinationFilterV1Input) MarshalJSON() ([]byte, error)

func (*NullablePreviewDestinationFilterV1Input) Set ¶

func (*NullablePreviewDestinationFilterV1Input) UnmarshalJSON ¶

func (v *NullablePreviewDestinationFilterV1Input) UnmarshalJSON(src []byte) error

func (*NullablePreviewDestinationFilterV1Input) Unset ¶

type NullablePreviewDestinationFilterV1Output ¶

type NullablePreviewDestinationFilterV1Output struct {
	// contains filtered or unexported fields
}

func (NullablePreviewDestinationFilterV1Output) Get ¶

func (NullablePreviewDestinationFilterV1Output) IsSet ¶

func (NullablePreviewDestinationFilterV1Output) MarshalJSON ¶

func (*NullablePreviewDestinationFilterV1Output) Set ¶

func (*NullablePreviewDestinationFilterV1Output) UnmarshalJSON ¶

func (v *NullablePreviewDestinationFilterV1Output) UnmarshalJSON(src []byte) error

func (*NullablePreviewDestinationFilterV1Output) Unset ¶

type NullableProfile ¶

type NullableProfile struct {
	// contains filtered or unexported fields
}

func NewNullableProfile ¶

func NewNullableProfile(val *Profile) *NullableProfile

func (NullableProfile) Get ¶

func (v NullableProfile) Get() *Profile

func (NullableProfile) IsSet ¶

func (v NullableProfile) IsSet() bool

func (NullableProfile) MarshalJSON ¶

func (v NullableProfile) MarshalJSON() ([]byte, error)

func (*NullableProfile) Set ¶

func (v *NullableProfile) Set(val *Profile)

func (*NullableProfile) UnmarshalJSON ¶

func (v *NullableProfile) UnmarshalJSON(src []byte) error

func (*NullableProfile) Unset ¶

func (v *NullableProfile) Unset()

type NullableProfilesWarehouseAlpha ¶

type NullableProfilesWarehouseAlpha struct {
	// contains filtered or unexported fields
}

func (NullableProfilesWarehouseAlpha) Get ¶

func (NullableProfilesWarehouseAlpha) IsSet ¶

func (NullableProfilesWarehouseAlpha) MarshalJSON ¶

func (v NullableProfilesWarehouseAlpha) MarshalJSON() ([]byte, error)

func (*NullableProfilesWarehouseAlpha) Set ¶

func (*NullableProfilesWarehouseAlpha) UnmarshalJSON ¶

func (v *NullableProfilesWarehouseAlpha) UnmarshalJSON(src []byte) error

func (*NullableProfilesWarehouseAlpha) Unset ¶

func (v *NullableProfilesWarehouseAlpha) Unset()

type NullablePropertyRenameBeta ¶

type NullablePropertyRenameBeta struct {
	// contains filtered or unexported fields
}

func NewNullablePropertyRenameBeta ¶

func NewNullablePropertyRenameBeta(val *PropertyRenameBeta) *NullablePropertyRenameBeta

func (NullablePropertyRenameBeta) Get ¶

func (NullablePropertyRenameBeta) IsSet ¶

func (v NullablePropertyRenameBeta) IsSet() bool

func (NullablePropertyRenameBeta) MarshalJSON ¶

func (v NullablePropertyRenameBeta) MarshalJSON() ([]byte, error)

func (*NullablePropertyRenameBeta) Set ¶

func (*NullablePropertyRenameBeta) UnmarshalJSON ¶

func (v *NullablePropertyRenameBeta) UnmarshalJSON(src []byte) error

func (*NullablePropertyRenameBeta) Unset ¶

func (v *NullablePropertyRenameBeta) Unset()

type NullablePropertyRenameV1 ¶

type NullablePropertyRenameV1 struct {
	// contains filtered or unexported fields
}

func NewNullablePropertyRenameV1 ¶

func NewNullablePropertyRenameV1(val *PropertyRenameV1) *NullablePropertyRenameV1

func (NullablePropertyRenameV1) Get ¶

func (NullablePropertyRenameV1) IsSet ¶

func (v NullablePropertyRenameV1) IsSet() bool

func (NullablePropertyRenameV1) MarshalJSON ¶

func (v NullablePropertyRenameV1) MarshalJSON() ([]byte, error)

func (*NullablePropertyRenameV1) Set ¶

func (*NullablePropertyRenameV1) UnmarshalJSON ¶

func (v *NullablePropertyRenameV1) UnmarshalJSON(src []byte) error

func (*NullablePropertyRenameV1) Unset ¶

func (v *NullablePropertyRenameV1) Unset()

type NullablePropertyValueTransformationBeta ¶

type NullablePropertyValueTransformationBeta struct {
	// contains filtered or unexported fields
}

func (NullablePropertyValueTransformationBeta) Get ¶

func (NullablePropertyValueTransformationBeta) IsSet ¶

func (NullablePropertyValueTransformationBeta) MarshalJSON ¶

func (v NullablePropertyValueTransformationBeta) MarshalJSON() ([]byte, error)

func (*NullablePropertyValueTransformationBeta) Set ¶

func (*NullablePropertyValueTransformationBeta) UnmarshalJSON ¶

func (v *NullablePropertyValueTransformationBeta) UnmarshalJSON(src []byte) error

func (*NullablePropertyValueTransformationBeta) Unset ¶

type NullablePropertyValueTransformationV1 ¶

type NullablePropertyValueTransformationV1 struct {
	// contains filtered or unexported fields
}

func (NullablePropertyValueTransformationV1) Get ¶

func (NullablePropertyValueTransformationV1) IsSet ¶

func (NullablePropertyValueTransformationV1) MarshalJSON ¶

func (v NullablePropertyValueTransformationV1) MarshalJSON() ([]byte, error)

func (*NullablePropertyValueTransformationV1) Set ¶

func (*NullablePropertyValueTransformationV1) UnmarshalJSON ¶

func (v *NullablePropertyValueTransformationV1) UnmarshalJSON(src []byte) error

func (*NullablePropertyValueTransformationV1) Unset ¶

type NullableReadAudiencePreviewOptions ¶

type NullableReadAudiencePreviewOptions struct {
	// contains filtered or unexported fields
}

func (NullableReadAudiencePreviewOptions) Get ¶

func (NullableReadAudiencePreviewOptions) IsSet ¶

func (NullableReadAudiencePreviewOptions) MarshalJSON ¶

func (v NullableReadAudiencePreviewOptions) MarshalJSON() ([]byte, error)

func (*NullableReadAudiencePreviewOptions) Set ¶

func (*NullableReadAudiencePreviewOptions) UnmarshalJSON ¶

func (v *NullableReadAudiencePreviewOptions) UnmarshalJSON(src []byte) error

func (*NullableReadAudiencePreviewOptions) Unset ¶

type NullableRegulation ¶

type NullableRegulation struct {
	// contains filtered or unexported fields
}

func NewNullableRegulation ¶

func NewNullableRegulation(val *Regulation) *NullableRegulation

func (NullableRegulation) Get ¶

func (v NullableRegulation) Get() *Regulation

func (NullableRegulation) IsSet ¶

func (v NullableRegulation) IsSet() bool

func (NullableRegulation) MarshalJSON ¶

func (v NullableRegulation) MarshalJSON() ([]byte, error)

func (*NullableRegulation) Set ¶

func (v *NullableRegulation) Set(val *Regulation)

func (*NullableRegulation) UnmarshalJSON ¶

func (v *NullableRegulation) UnmarshalJSON(src []byte) error

func (*NullableRegulation) Unset ¶

func (v *NullableRegulation) Unset()

type NullableRegulationListEntryV1 ¶

type NullableRegulationListEntryV1 struct {
	// contains filtered or unexported fields
}

func (NullableRegulationListEntryV1) Get ¶

func (NullableRegulationListEntryV1) IsSet ¶

func (NullableRegulationListEntryV1) MarshalJSON ¶

func (v NullableRegulationListEntryV1) MarshalJSON() ([]byte, error)

func (*NullableRegulationListEntryV1) Set ¶

func (*NullableRegulationListEntryV1) UnmarshalJSON ¶

func (v *NullableRegulationListEntryV1) UnmarshalJSON(src []byte) error

func (*NullableRegulationListEntryV1) Unset ¶

func (v *NullableRegulationListEntryV1) Unset()

type NullableRemoveActivationFromAudience200Response ¶

type NullableRemoveActivationFromAudience200Response struct {
	// contains filtered or unexported fields
}

func (NullableRemoveActivationFromAudience200Response) Get ¶

func (NullableRemoveActivationFromAudience200Response) IsSet ¶

func (NullableRemoveActivationFromAudience200Response) MarshalJSON ¶

func (*NullableRemoveActivationFromAudience200Response) Set ¶

func (*NullableRemoveActivationFromAudience200Response) UnmarshalJSON ¶

func (*NullableRemoveActivationFromAudience200Response) Unset ¶

type NullableRemoveActivationFromAudienceOutput ¶

type NullableRemoveActivationFromAudienceOutput struct {
	// contains filtered or unexported fields
}

func (NullableRemoveActivationFromAudienceOutput) Get ¶

func (NullableRemoveActivationFromAudienceOutput) IsSet ¶

func (NullableRemoveActivationFromAudienceOutput) MarshalJSON ¶

func (*NullableRemoveActivationFromAudienceOutput) Set ¶

func (*NullableRemoveActivationFromAudienceOutput) UnmarshalJSON ¶

func (v *NullableRemoveActivationFromAudienceOutput) UnmarshalJSON(src []byte) error

func (*NullableRemoveActivationFromAudienceOutput) Unset ¶

type NullableRemoveAudienceFromSpace200Response ¶

type NullableRemoveAudienceFromSpace200Response struct {
	// contains filtered or unexported fields
}

func (NullableRemoveAudienceFromSpace200Response) Get ¶

func (NullableRemoveAudienceFromSpace200Response) IsSet ¶

func (NullableRemoveAudienceFromSpace200Response) MarshalJSON ¶

func (*NullableRemoveAudienceFromSpace200Response) Set ¶

func (*NullableRemoveAudienceFromSpace200Response) UnmarshalJSON ¶

func (v *NullableRemoveAudienceFromSpace200Response) UnmarshalJSON(src []byte) error

func (*NullableRemoveAudienceFromSpace200Response) Unset ¶

type NullableRemoveAudienceFromSpace200Response1 ¶

type NullableRemoveAudienceFromSpace200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableRemoveAudienceFromSpace200Response1) Get ¶

func (NullableRemoveAudienceFromSpace200Response1) IsSet ¶

func (NullableRemoveAudienceFromSpace200Response1) MarshalJSON ¶

func (*NullableRemoveAudienceFromSpace200Response1) Set ¶

func (*NullableRemoveAudienceFromSpace200Response1) UnmarshalJSON ¶

func (v *NullableRemoveAudienceFromSpace200Response1) UnmarshalJSON(src []byte) error

func (*NullableRemoveAudienceFromSpace200Response1) Unset ¶

type NullableRemoveAudienceFromSpaceAlphaOutput ¶

type NullableRemoveAudienceFromSpaceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableRemoveAudienceFromSpaceAlphaOutput) Get ¶

func (NullableRemoveAudienceFromSpaceAlphaOutput) IsSet ¶

func (NullableRemoveAudienceFromSpaceAlphaOutput) MarshalJSON ¶

func (*NullableRemoveAudienceFromSpaceAlphaOutput) Set ¶

func (*NullableRemoveAudienceFromSpaceAlphaOutput) UnmarshalJSON ¶

func (v *NullableRemoveAudienceFromSpaceAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableRemoveAudienceFromSpaceAlphaOutput) Unset ¶

type NullableRemoveAudienceFromSpaceBetaOutput ¶

type NullableRemoveAudienceFromSpaceBetaOutput struct {
	// contains filtered or unexported fields
}

func (NullableRemoveAudienceFromSpaceBetaOutput) Get ¶

func (NullableRemoveAudienceFromSpaceBetaOutput) IsSet ¶

func (NullableRemoveAudienceFromSpaceBetaOutput) MarshalJSON ¶

func (*NullableRemoveAudienceFromSpaceBetaOutput) Set ¶

func (*NullableRemoveAudienceFromSpaceBetaOutput) UnmarshalJSON ¶

func (v *NullableRemoveAudienceFromSpaceBetaOutput) UnmarshalJSON(src []byte) error

func (*NullableRemoveAudienceFromSpaceBetaOutput) Unset ¶

type NullableRemoveComputedTraitFromSpace200Response ¶

type NullableRemoveComputedTraitFromSpace200Response struct {
	// contains filtered or unexported fields
}

func (NullableRemoveComputedTraitFromSpace200Response) Get ¶

func (NullableRemoveComputedTraitFromSpace200Response) IsSet ¶

func (NullableRemoveComputedTraitFromSpace200Response) MarshalJSON ¶

func (*NullableRemoveComputedTraitFromSpace200Response) Set ¶

func (*NullableRemoveComputedTraitFromSpace200Response) UnmarshalJSON ¶

func (*NullableRemoveComputedTraitFromSpace200Response) Unset ¶

type NullableRemoveComputedTraitFromSpaceAlphaOutput ¶

type NullableRemoveComputedTraitFromSpaceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableRemoveComputedTraitFromSpaceAlphaOutput) Get ¶

func (NullableRemoveComputedTraitFromSpaceAlphaOutput) IsSet ¶

func (NullableRemoveComputedTraitFromSpaceAlphaOutput) MarshalJSON ¶

func (*NullableRemoveComputedTraitFromSpaceAlphaOutput) Set ¶

func (*NullableRemoveComputedTraitFromSpaceAlphaOutput) UnmarshalJSON ¶

func (*NullableRemoveComputedTraitFromSpaceAlphaOutput) Unset ¶

type NullableRemoveFilterFromDestination200Response ¶

type NullableRemoveFilterFromDestination200Response struct {
	// contains filtered or unexported fields
}

func (NullableRemoveFilterFromDestination200Response) Get ¶

func (NullableRemoveFilterFromDestination200Response) IsSet ¶

func (NullableRemoveFilterFromDestination200Response) MarshalJSON ¶

func (*NullableRemoveFilterFromDestination200Response) Set ¶

func (*NullableRemoveFilterFromDestination200Response) UnmarshalJSON ¶

func (*NullableRemoveFilterFromDestination200Response) Unset ¶

type NullableRemoveFilterFromDestinationV1Output ¶

type NullableRemoveFilterFromDestinationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableRemoveFilterFromDestinationV1Output) Get ¶

func (NullableRemoveFilterFromDestinationV1Output) IsSet ¶

func (NullableRemoveFilterFromDestinationV1Output) MarshalJSON ¶

func (*NullableRemoveFilterFromDestinationV1Output) Set ¶

func (*NullableRemoveFilterFromDestinationV1Output) UnmarshalJSON ¶

func (v *NullableRemoveFilterFromDestinationV1Output) UnmarshalJSON(src []byte) error

func (*NullableRemoveFilterFromDestinationV1Output) Unset ¶

type NullableRemoveProfilesWarehouseFromSpace200Response ¶

type NullableRemoveProfilesWarehouseFromSpace200Response struct {
	// contains filtered or unexported fields
}

func (NullableRemoveProfilesWarehouseFromSpace200Response) Get ¶

func (NullableRemoveProfilesWarehouseFromSpace200Response) IsSet ¶

func (NullableRemoveProfilesWarehouseFromSpace200Response) MarshalJSON ¶

func (*NullableRemoveProfilesWarehouseFromSpace200Response) Set ¶

func (*NullableRemoveProfilesWarehouseFromSpace200Response) UnmarshalJSON ¶

func (*NullableRemoveProfilesWarehouseFromSpace200Response) Unset ¶

type NullableRemoveProfilesWarehouseFromSpaceAlphaOutput ¶

type NullableRemoveProfilesWarehouseFromSpaceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableRemoveProfilesWarehouseFromSpaceAlphaOutput) Get ¶

func (NullableRemoveProfilesWarehouseFromSpaceAlphaOutput) IsSet ¶

func (NullableRemoveProfilesWarehouseFromSpaceAlphaOutput) MarshalJSON ¶

func (*NullableRemoveProfilesWarehouseFromSpaceAlphaOutput) Set ¶

func (*NullableRemoveProfilesWarehouseFromSpaceAlphaOutput) UnmarshalJSON ¶

func (*NullableRemoveProfilesWarehouseFromSpaceAlphaOutput) Unset ¶

type NullableRemoveRuleV1 ¶

type NullableRemoveRuleV1 struct {
	// contains filtered or unexported fields
}

func NewNullableRemoveRuleV1 ¶

func NewNullableRemoveRuleV1(val *RemoveRuleV1) *NullableRemoveRuleV1

func (NullableRemoveRuleV1) Get ¶

func (NullableRemoveRuleV1) IsSet ¶

func (v NullableRemoveRuleV1) IsSet() bool

func (NullableRemoveRuleV1) MarshalJSON ¶

func (v NullableRemoveRuleV1) MarshalJSON() ([]byte, error)

func (*NullableRemoveRuleV1) Set ¶

func (v *NullableRemoveRuleV1) Set(val *RemoveRuleV1)

func (*NullableRemoveRuleV1) UnmarshalJSON ¶

func (v *NullableRemoveRuleV1) UnmarshalJSON(src []byte) error

func (*NullableRemoveRuleV1) Unset ¶

func (v *NullableRemoveRuleV1) Unset()

type NullableRemoveRulesFromTrackingPlan200Response ¶

type NullableRemoveRulesFromTrackingPlan200Response struct {
	// contains filtered or unexported fields
}

func (NullableRemoveRulesFromTrackingPlan200Response) Get ¶

func (NullableRemoveRulesFromTrackingPlan200Response) IsSet ¶

func (NullableRemoveRulesFromTrackingPlan200Response) MarshalJSON ¶

func (*NullableRemoveRulesFromTrackingPlan200Response) Set ¶

func (*NullableRemoveRulesFromTrackingPlan200Response) UnmarshalJSON ¶

func (*NullableRemoveRulesFromTrackingPlan200Response) Unset ¶

type NullableRemoveRulesFromTrackingPlanV1Output ¶

type NullableRemoveRulesFromTrackingPlanV1Output struct {
	// contains filtered or unexported fields
}

func (NullableRemoveRulesFromTrackingPlanV1Output) Get ¶

func (NullableRemoveRulesFromTrackingPlanV1Output) IsSet ¶

func (NullableRemoveRulesFromTrackingPlanV1Output) MarshalJSON ¶

func (*NullableRemoveRulesFromTrackingPlanV1Output) Set ¶

func (*NullableRemoveRulesFromTrackingPlanV1Output) UnmarshalJSON ¶

func (v *NullableRemoveRulesFromTrackingPlanV1Output) UnmarshalJSON(src []byte) error

func (*NullableRemoveRulesFromTrackingPlanV1Output) Unset ¶

type NullableRemoveSourceConnectionFromWarehouse200Response ¶

type NullableRemoveSourceConnectionFromWarehouse200Response struct {
	// contains filtered or unexported fields
}

func (NullableRemoveSourceConnectionFromWarehouse200Response) Get ¶

func (NullableRemoveSourceConnectionFromWarehouse200Response) IsSet ¶

func (NullableRemoveSourceConnectionFromWarehouse200Response) MarshalJSON ¶

func (*NullableRemoveSourceConnectionFromWarehouse200Response) Set ¶

func (*NullableRemoveSourceConnectionFromWarehouse200Response) UnmarshalJSON ¶

func (*NullableRemoveSourceConnectionFromWarehouse200Response) Unset ¶

type NullableRemoveSourceConnectionFromWarehouseV1Output ¶

type NullableRemoveSourceConnectionFromWarehouseV1Output struct {
	// contains filtered or unexported fields
}

func (NullableRemoveSourceConnectionFromWarehouseV1Output) Get ¶

func (NullableRemoveSourceConnectionFromWarehouseV1Output) IsSet ¶

func (NullableRemoveSourceConnectionFromWarehouseV1Output) MarshalJSON ¶

func (*NullableRemoveSourceConnectionFromWarehouseV1Output) Set ¶

func (*NullableRemoveSourceConnectionFromWarehouseV1Output) UnmarshalJSON ¶

func (*NullableRemoveSourceConnectionFromWarehouseV1Output) Unset ¶

type NullableRemoveSourceFromTrackingPlan200Response ¶

type NullableRemoveSourceFromTrackingPlan200Response struct {
	// contains filtered or unexported fields
}

func (NullableRemoveSourceFromTrackingPlan200Response) Get ¶

func (NullableRemoveSourceFromTrackingPlan200Response) IsSet ¶

func (NullableRemoveSourceFromTrackingPlan200Response) MarshalJSON ¶

func (*NullableRemoveSourceFromTrackingPlan200Response) Set ¶

func (*NullableRemoveSourceFromTrackingPlan200Response) UnmarshalJSON ¶

func (*NullableRemoveSourceFromTrackingPlan200Response) Unset ¶

type NullableRemoveSourceFromTrackingPlanV1Output ¶

type NullableRemoveSourceFromTrackingPlanV1Output struct {
	// contains filtered or unexported fields
}

func (NullableRemoveSourceFromTrackingPlanV1Output) Get ¶

func (NullableRemoveSourceFromTrackingPlanV1Output) IsSet ¶

func (NullableRemoveSourceFromTrackingPlanV1Output) MarshalJSON ¶

func (*NullableRemoveSourceFromTrackingPlanV1Output) Set ¶

func (*NullableRemoveSourceFromTrackingPlanV1Output) UnmarshalJSON ¶

func (*NullableRemoveSourceFromTrackingPlanV1Output) Unset ¶

type NullableRemoveSubscriptionFromDestination200Response ¶

type NullableRemoveSubscriptionFromDestination200Response struct {
	// contains filtered or unexported fields
}

func (NullableRemoveSubscriptionFromDestination200Response) Get ¶

func (NullableRemoveSubscriptionFromDestination200Response) IsSet ¶

func (NullableRemoveSubscriptionFromDestination200Response) MarshalJSON ¶

func (*NullableRemoveSubscriptionFromDestination200Response) Set ¶

func (*NullableRemoveSubscriptionFromDestination200Response) UnmarshalJSON ¶

func (*NullableRemoveSubscriptionFromDestination200Response) Unset ¶

type NullableRemoveSubscriptionFromDestinationAlphaOutput ¶

type NullableRemoveSubscriptionFromDestinationAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableRemoveSubscriptionFromDestinationAlphaOutput) Get ¶

func (NullableRemoveSubscriptionFromDestinationAlphaOutput) IsSet ¶

func (NullableRemoveSubscriptionFromDestinationAlphaOutput) MarshalJSON ¶

func (*NullableRemoveSubscriptionFromDestinationAlphaOutput) Set ¶

func (*NullableRemoveSubscriptionFromDestinationAlphaOutput) UnmarshalJSON ¶

func (*NullableRemoveSubscriptionFromDestinationAlphaOutput) Unset ¶

type NullableRemoveUsersFromUserGroup200Response ¶

type NullableRemoveUsersFromUserGroup200Response struct {
	// contains filtered or unexported fields
}

func (NullableRemoveUsersFromUserGroup200Response) Get ¶

func (NullableRemoveUsersFromUserGroup200Response) IsSet ¶

func (NullableRemoveUsersFromUserGroup200Response) MarshalJSON ¶

func (*NullableRemoveUsersFromUserGroup200Response) Set ¶

func (*NullableRemoveUsersFromUserGroup200Response) UnmarshalJSON ¶

func (v *NullableRemoveUsersFromUserGroup200Response) UnmarshalJSON(src []byte) error

func (*NullableRemoveUsersFromUserGroup200Response) Unset ¶

type NullableRemoveUsersFromUserGroupV1Output ¶

type NullableRemoveUsersFromUserGroupV1Output struct {
	// contains filtered or unexported fields
}

func (NullableRemoveUsersFromUserGroupV1Output) Get ¶

func (NullableRemoveUsersFromUserGroupV1Output) IsSet ¶

func (NullableRemoveUsersFromUserGroupV1Output) MarshalJSON ¶

func (*NullableRemoveUsersFromUserGroupV1Output) Set ¶

func (*NullableRemoveUsersFromUserGroupV1Output) UnmarshalJSON ¶

func (v *NullableRemoveUsersFromUserGroupV1Output) UnmarshalJSON(src []byte) error

func (*NullableRemoveUsersFromUserGroupV1Output) Unset ¶

type NullableRemoveWriteKeyFromSource200Response ¶

type NullableRemoveWriteKeyFromSource200Response struct {
	// contains filtered or unexported fields
}

func (NullableRemoveWriteKeyFromSource200Response) Get ¶

func (NullableRemoveWriteKeyFromSource200Response) IsSet ¶

func (NullableRemoveWriteKeyFromSource200Response) MarshalJSON ¶

func (*NullableRemoveWriteKeyFromSource200Response) Set ¶

func (*NullableRemoveWriteKeyFromSource200Response) UnmarshalJSON ¶

func (v *NullableRemoveWriteKeyFromSource200Response) UnmarshalJSON(src []byte) error

func (*NullableRemoveWriteKeyFromSource200Response) Unset ¶

type NullableRemoveWriteKeyFromSourceAlphaOutput ¶

type NullableRemoveWriteKeyFromSourceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableRemoveWriteKeyFromSourceAlphaOutput) Get ¶

func (NullableRemoveWriteKeyFromSourceAlphaOutput) IsSet ¶

func (NullableRemoveWriteKeyFromSourceAlphaOutput) MarshalJSON ¶

func (*NullableRemoveWriteKeyFromSourceAlphaOutput) Set ¶

func (*NullableRemoveWriteKeyFromSourceAlphaOutput) UnmarshalJSON ¶

func (v *NullableRemoveWriteKeyFromSourceAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableRemoveWriteKeyFromSourceAlphaOutput) Unset ¶

type NullableReplaceAdvancedSyncScheduleForWarehouse200Response ¶

type NullableReplaceAdvancedSyncScheduleForWarehouse200Response struct {
	// contains filtered or unexported fields
}

func (NullableReplaceAdvancedSyncScheduleForWarehouse200Response) Get ¶

func (NullableReplaceAdvancedSyncScheduleForWarehouse200Response) IsSet ¶

func (NullableReplaceAdvancedSyncScheduleForWarehouse200Response) MarshalJSON ¶

func (*NullableReplaceAdvancedSyncScheduleForWarehouse200Response) Set ¶

func (*NullableReplaceAdvancedSyncScheduleForWarehouse200Response) UnmarshalJSON ¶

func (*NullableReplaceAdvancedSyncScheduleForWarehouse200Response) Unset ¶

type NullableReplaceAdvancedSyncScheduleForWarehouseV1Input ¶

type NullableReplaceAdvancedSyncScheduleForWarehouseV1Input struct {
	// contains filtered or unexported fields
}

func (NullableReplaceAdvancedSyncScheduleForWarehouseV1Input) Get ¶

func (NullableReplaceAdvancedSyncScheduleForWarehouseV1Input) IsSet ¶

func (NullableReplaceAdvancedSyncScheduleForWarehouseV1Input) MarshalJSON ¶

func (*NullableReplaceAdvancedSyncScheduleForWarehouseV1Input) Set ¶

func (*NullableReplaceAdvancedSyncScheduleForWarehouseV1Input) UnmarshalJSON ¶

func (*NullableReplaceAdvancedSyncScheduleForWarehouseV1Input) Unset ¶

type NullableReplaceAdvancedSyncScheduleForWarehouseV1Output ¶

type NullableReplaceAdvancedSyncScheduleForWarehouseV1Output struct {
	// contains filtered or unexported fields
}

func (NullableReplaceAdvancedSyncScheduleForWarehouseV1Output) Get ¶

func (NullableReplaceAdvancedSyncScheduleForWarehouseV1Output) IsSet ¶

func (NullableReplaceAdvancedSyncScheduleForWarehouseV1Output) MarshalJSON ¶

func (*NullableReplaceAdvancedSyncScheduleForWarehouseV1Output) Set ¶

func (*NullableReplaceAdvancedSyncScheduleForWarehouseV1Output) UnmarshalJSON ¶

func (*NullableReplaceAdvancedSyncScheduleForWarehouseV1Output) Unset ¶

type NullableReplaceLabelsInSource200Response ¶

type NullableReplaceLabelsInSource200Response struct {
	// contains filtered or unexported fields
}

func (NullableReplaceLabelsInSource200Response) Get ¶

func (NullableReplaceLabelsInSource200Response) IsSet ¶

func (NullableReplaceLabelsInSource200Response) MarshalJSON ¶

func (*NullableReplaceLabelsInSource200Response) Set ¶

func (*NullableReplaceLabelsInSource200Response) UnmarshalJSON ¶

func (v *NullableReplaceLabelsInSource200Response) UnmarshalJSON(src []byte) error

func (*NullableReplaceLabelsInSource200Response) Unset ¶

type NullableReplaceLabelsInSource200Response1 ¶

type NullableReplaceLabelsInSource200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableReplaceLabelsInSource200Response1) Get ¶

func (NullableReplaceLabelsInSource200Response1) IsSet ¶

func (NullableReplaceLabelsInSource200Response1) MarshalJSON ¶

func (*NullableReplaceLabelsInSource200Response1) Set ¶

func (*NullableReplaceLabelsInSource200Response1) UnmarshalJSON ¶

func (v *NullableReplaceLabelsInSource200Response1) UnmarshalJSON(src []byte) error

func (*NullableReplaceLabelsInSource200Response1) Unset ¶

type NullableReplaceLabelsInSourceAlphaInput ¶

type NullableReplaceLabelsInSourceAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableReplaceLabelsInSourceAlphaInput) Get ¶

func (NullableReplaceLabelsInSourceAlphaInput) IsSet ¶

func (NullableReplaceLabelsInSourceAlphaInput) MarshalJSON ¶

func (v NullableReplaceLabelsInSourceAlphaInput) MarshalJSON() ([]byte, error)

func (*NullableReplaceLabelsInSourceAlphaInput) Set ¶

func (*NullableReplaceLabelsInSourceAlphaInput) UnmarshalJSON ¶

func (v *NullableReplaceLabelsInSourceAlphaInput) UnmarshalJSON(src []byte) error

func (*NullableReplaceLabelsInSourceAlphaInput) Unset ¶

type NullableReplaceLabelsInSourceAlphaOutput ¶

type NullableReplaceLabelsInSourceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableReplaceLabelsInSourceAlphaOutput) Get ¶

func (NullableReplaceLabelsInSourceAlphaOutput) IsSet ¶

func (NullableReplaceLabelsInSourceAlphaOutput) MarshalJSON ¶

func (*NullableReplaceLabelsInSourceAlphaOutput) Set ¶

func (*NullableReplaceLabelsInSourceAlphaOutput) UnmarshalJSON ¶

func (v *NullableReplaceLabelsInSourceAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableReplaceLabelsInSourceAlphaOutput) Unset ¶

type NullableReplaceLabelsInSourceV1Input ¶

type NullableReplaceLabelsInSourceV1Input struct {
	// contains filtered or unexported fields
}

func (NullableReplaceLabelsInSourceV1Input) Get ¶

func (NullableReplaceLabelsInSourceV1Input) IsSet ¶

func (NullableReplaceLabelsInSourceV1Input) MarshalJSON ¶

func (v NullableReplaceLabelsInSourceV1Input) MarshalJSON() ([]byte, error)

func (*NullableReplaceLabelsInSourceV1Input) Set ¶

func (*NullableReplaceLabelsInSourceV1Input) UnmarshalJSON ¶

func (v *NullableReplaceLabelsInSourceV1Input) UnmarshalJSON(src []byte) error

func (*NullableReplaceLabelsInSourceV1Input) Unset ¶

type NullableReplaceLabelsInSourceV1Output ¶

type NullableReplaceLabelsInSourceV1Output struct {
	// contains filtered or unexported fields
}

func (NullableReplaceLabelsInSourceV1Output) Get ¶

func (NullableReplaceLabelsInSourceV1Output) IsSet ¶

func (NullableReplaceLabelsInSourceV1Output) MarshalJSON ¶

func (v NullableReplaceLabelsInSourceV1Output) MarshalJSON() ([]byte, error)

func (*NullableReplaceLabelsInSourceV1Output) Set ¶

func (*NullableReplaceLabelsInSourceV1Output) UnmarshalJSON ¶

func (v *NullableReplaceLabelsInSourceV1Output) UnmarshalJSON(src []byte) error

func (*NullableReplaceLabelsInSourceV1Output) Unset ¶

type NullableReplaceMessagingSubscriptionsInSpaces200Response ¶

type NullableReplaceMessagingSubscriptionsInSpaces200Response struct {
	// contains filtered or unexported fields
}

func (NullableReplaceMessagingSubscriptionsInSpaces200Response) Get ¶

func (NullableReplaceMessagingSubscriptionsInSpaces200Response) IsSet ¶

func (NullableReplaceMessagingSubscriptionsInSpaces200Response) MarshalJSON ¶

func (*NullableReplaceMessagingSubscriptionsInSpaces200Response) Set ¶

func (*NullableReplaceMessagingSubscriptionsInSpaces200Response) UnmarshalJSON ¶

func (*NullableReplaceMessagingSubscriptionsInSpaces200Response) Unset ¶

type NullableReplaceMessagingSubscriptionsInSpacesAlphaInput ¶

type NullableReplaceMessagingSubscriptionsInSpacesAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableReplaceMessagingSubscriptionsInSpacesAlphaInput) Get ¶

func (NullableReplaceMessagingSubscriptionsInSpacesAlphaInput) IsSet ¶

func (NullableReplaceMessagingSubscriptionsInSpacesAlphaInput) MarshalJSON ¶

func (*NullableReplaceMessagingSubscriptionsInSpacesAlphaInput) Set ¶

func (*NullableReplaceMessagingSubscriptionsInSpacesAlphaInput) UnmarshalJSON ¶

func (*NullableReplaceMessagingSubscriptionsInSpacesAlphaInput) Unset ¶

type NullableReplaceMessagingSubscriptionsInSpacesAlphaOutput ¶

type NullableReplaceMessagingSubscriptionsInSpacesAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableReplaceMessagingSubscriptionsInSpacesAlphaOutput) Get ¶

func (NullableReplaceMessagingSubscriptionsInSpacesAlphaOutput) IsSet ¶

func (NullableReplaceMessagingSubscriptionsInSpacesAlphaOutput) MarshalJSON ¶

func (*NullableReplaceMessagingSubscriptionsInSpacesAlphaOutput) Set ¶

func (*NullableReplaceMessagingSubscriptionsInSpacesAlphaOutput) UnmarshalJSON ¶

func (*NullableReplaceMessagingSubscriptionsInSpacesAlphaOutput) Unset ¶

type NullableReplacePermissionsForUser200Response ¶

type NullableReplacePermissionsForUser200Response struct {
	// contains filtered or unexported fields
}

func (NullableReplacePermissionsForUser200Response) Get ¶

func (NullableReplacePermissionsForUser200Response) IsSet ¶

func (NullableReplacePermissionsForUser200Response) MarshalJSON ¶

func (*NullableReplacePermissionsForUser200Response) Set ¶

func (*NullableReplacePermissionsForUser200Response) UnmarshalJSON ¶

func (*NullableReplacePermissionsForUser200Response) Unset ¶

type NullableReplacePermissionsForUserGroup200Response ¶

type NullableReplacePermissionsForUserGroup200Response struct {
	// contains filtered or unexported fields
}

func (NullableReplacePermissionsForUserGroup200Response) Get ¶

func (NullableReplacePermissionsForUserGroup200Response) IsSet ¶

func (NullableReplacePermissionsForUserGroup200Response) MarshalJSON ¶

func (*NullableReplacePermissionsForUserGroup200Response) Set ¶

func (*NullableReplacePermissionsForUserGroup200Response) UnmarshalJSON ¶

func (*NullableReplacePermissionsForUserGroup200Response) Unset ¶

type NullableReplacePermissionsForUserGroupV1Input ¶

type NullableReplacePermissionsForUserGroupV1Input struct {
	// contains filtered or unexported fields
}

func (NullableReplacePermissionsForUserGroupV1Input) Get ¶

func (NullableReplacePermissionsForUserGroupV1Input) IsSet ¶

func (NullableReplacePermissionsForUserGroupV1Input) MarshalJSON ¶

func (*NullableReplacePermissionsForUserGroupV1Input) Set ¶

func (*NullableReplacePermissionsForUserGroupV1Input) UnmarshalJSON ¶

func (*NullableReplacePermissionsForUserGroupV1Input) Unset ¶

type NullableReplacePermissionsForUserGroupV1Output ¶

type NullableReplacePermissionsForUserGroupV1Output struct {
	// contains filtered or unexported fields
}

func (NullableReplacePermissionsForUserGroupV1Output) Get ¶

func (NullableReplacePermissionsForUserGroupV1Output) IsSet ¶

func (NullableReplacePermissionsForUserGroupV1Output) MarshalJSON ¶

func (*NullableReplacePermissionsForUserGroupV1Output) Set ¶

func (*NullableReplacePermissionsForUserGroupV1Output) UnmarshalJSON ¶

func (*NullableReplacePermissionsForUserGroupV1Output) Unset ¶

type NullableReplacePermissionsForUserV1Input ¶

type NullableReplacePermissionsForUserV1Input struct {
	// contains filtered or unexported fields
}

func (NullableReplacePermissionsForUserV1Input) Get ¶

func (NullableReplacePermissionsForUserV1Input) IsSet ¶

func (NullableReplacePermissionsForUserV1Input) MarshalJSON ¶

func (*NullableReplacePermissionsForUserV1Input) Set ¶

func (*NullableReplacePermissionsForUserV1Input) UnmarshalJSON ¶

func (v *NullableReplacePermissionsForUserV1Input) UnmarshalJSON(src []byte) error

func (*NullableReplacePermissionsForUserV1Input) Unset ¶

type NullableReplacePermissionsForUserV1Output ¶

type NullableReplacePermissionsForUserV1Output struct {
	// contains filtered or unexported fields
}

func (NullableReplacePermissionsForUserV1Output) Get ¶

func (NullableReplacePermissionsForUserV1Output) IsSet ¶

func (NullableReplacePermissionsForUserV1Output) MarshalJSON ¶

func (*NullableReplacePermissionsForUserV1Output) Set ¶

func (*NullableReplacePermissionsForUserV1Output) UnmarshalJSON ¶

func (v *NullableReplacePermissionsForUserV1Output) UnmarshalJSON(src []byte) error

func (*NullableReplacePermissionsForUserV1Output) Unset ¶

type NullableReplaceRulesInTrackingPlan200Response ¶

type NullableReplaceRulesInTrackingPlan200Response struct {
	// contains filtered or unexported fields
}

func (NullableReplaceRulesInTrackingPlan200Response) Get ¶

func (NullableReplaceRulesInTrackingPlan200Response) IsSet ¶

func (NullableReplaceRulesInTrackingPlan200Response) MarshalJSON ¶

func (*NullableReplaceRulesInTrackingPlan200Response) Set ¶

func (*NullableReplaceRulesInTrackingPlan200Response) UnmarshalJSON ¶

func (*NullableReplaceRulesInTrackingPlan200Response) Unset ¶

type NullableReplaceRulesInTrackingPlanV1Input ¶

type NullableReplaceRulesInTrackingPlanV1Input struct {
	// contains filtered or unexported fields
}

func (NullableReplaceRulesInTrackingPlanV1Input) Get ¶

func (NullableReplaceRulesInTrackingPlanV1Input) IsSet ¶

func (NullableReplaceRulesInTrackingPlanV1Input) MarshalJSON ¶

func (*NullableReplaceRulesInTrackingPlanV1Input) Set ¶

func (*NullableReplaceRulesInTrackingPlanV1Input) UnmarshalJSON ¶

func (v *NullableReplaceRulesInTrackingPlanV1Input) UnmarshalJSON(src []byte) error

func (*NullableReplaceRulesInTrackingPlanV1Input) Unset ¶

type NullableReplaceRulesInTrackingPlanV1Output ¶

type NullableReplaceRulesInTrackingPlanV1Output struct {
	// contains filtered or unexported fields
}

func (NullableReplaceRulesInTrackingPlanV1Output) Get ¶

func (NullableReplaceRulesInTrackingPlanV1Output) IsSet ¶

func (NullableReplaceRulesInTrackingPlanV1Output) MarshalJSON ¶

func (*NullableReplaceRulesInTrackingPlanV1Output) Set ¶

func (*NullableReplaceRulesInTrackingPlanV1Output) UnmarshalJSON ¶

func (v *NullableReplaceRulesInTrackingPlanV1Output) UnmarshalJSON(src []byte) error

func (*NullableReplaceRulesInTrackingPlanV1Output) Unset ¶

type NullableReplaceUsersInUserGroup200Response ¶

type NullableReplaceUsersInUserGroup200Response struct {
	// contains filtered or unexported fields
}

func (NullableReplaceUsersInUserGroup200Response) Get ¶

func (NullableReplaceUsersInUserGroup200Response) IsSet ¶

func (NullableReplaceUsersInUserGroup200Response) MarshalJSON ¶

func (*NullableReplaceUsersInUserGroup200Response) Set ¶

func (*NullableReplaceUsersInUserGroup200Response) UnmarshalJSON ¶

func (v *NullableReplaceUsersInUserGroup200Response) UnmarshalJSON(src []byte) error

func (*NullableReplaceUsersInUserGroup200Response) Unset ¶

type NullableReplaceUsersInUserGroupV1Input ¶

type NullableReplaceUsersInUserGroupV1Input struct {
	// contains filtered or unexported fields
}

func (NullableReplaceUsersInUserGroupV1Input) Get ¶

func (NullableReplaceUsersInUserGroupV1Input) IsSet ¶

func (NullableReplaceUsersInUserGroupV1Input) MarshalJSON ¶

func (v NullableReplaceUsersInUserGroupV1Input) MarshalJSON() ([]byte, error)

func (*NullableReplaceUsersInUserGroupV1Input) Set ¶

func (*NullableReplaceUsersInUserGroupV1Input) UnmarshalJSON ¶

func (v *NullableReplaceUsersInUserGroupV1Input) UnmarshalJSON(src []byte) error

func (*NullableReplaceUsersInUserGroupV1Input) Unset ¶

type NullableReplaceUsersInUserGroupV1Output ¶

type NullableReplaceUsersInUserGroupV1Output struct {
	// contains filtered or unexported fields
}

func (NullableReplaceUsersInUserGroupV1Output) Get ¶

func (NullableReplaceUsersInUserGroupV1Output) IsSet ¶

func (NullableReplaceUsersInUserGroupV1Output) MarshalJSON ¶

func (v NullableReplaceUsersInUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*NullableReplaceUsersInUserGroupV1Output) Set ¶

func (*NullableReplaceUsersInUserGroupV1Output) UnmarshalJSON ¶

func (v *NullableReplaceUsersInUserGroupV1Output) UnmarshalJSON(src []byte) error

func (*NullableReplaceUsersInUserGroupV1Output) Unset ¶

type NullableRequestError ¶

type NullableRequestError struct {
	// contains filtered or unexported fields
}

func NewNullableRequestError ¶

func NewNullableRequestError(val *RequestError) *NullableRequestError

func (NullableRequestError) Get ¶

func (NullableRequestError) IsSet ¶

func (v NullableRequestError) IsSet() bool

func (NullableRequestError) MarshalJSON ¶

func (v NullableRequestError) MarshalJSON() ([]byte, error)

func (*NullableRequestError) Set ¶

func (v *NullableRequestError) Set(val *RequestError)

func (*NullableRequestError) UnmarshalJSON ¶

func (v *NullableRequestError) UnmarshalJSON(src []byte) error

func (*NullableRequestError) Unset ¶

func (v *NullableRequestError) Unset()

type NullableRequestErrorEnvelope ¶

type NullableRequestErrorEnvelope struct {
	// contains filtered or unexported fields
}

func (NullableRequestErrorEnvelope) Get ¶

func (NullableRequestErrorEnvelope) IsSet ¶

func (NullableRequestErrorEnvelope) MarshalJSON ¶

func (v NullableRequestErrorEnvelope) MarshalJSON() ([]byte, error)

func (*NullableRequestErrorEnvelope) Set ¶

func (*NullableRequestErrorEnvelope) UnmarshalJSON ¶

func (v *NullableRequestErrorEnvelope) UnmarshalJSON(src []byte) error

func (*NullableRequestErrorEnvelope) Unset ¶

func (v *NullableRequestErrorEnvelope) Unset()

type NullableResourceV1 ¶

type NullableResourceV1 struct {
	// contains filtered or unexported fields
}

func NewNullableResourceV1 ¶

func NewNullableResourceV1(val *ResourceV1) *NullableResourceV1

func (NullableResourceV1) Get ¶

func (v NullableResourceV1) Get() *ResourceV1

func (NullableResourceV1) IsSet ¶

func (v NullableResourceV1) IsSet() bool

func (NullableResourceV1) MarshalJSON ¶

func (v NullableResourceV1) MarshalJSON() ([]byte, error)

func (*NullableResourceV1) Set ¶

func (v *NullableResourceV1) Set(val *ResourceV1)

func (*NullableResourceV1) UnmarshalJSON ¶

func (v *NullableResourceV1) UnmarshalJSON(src []byte) error

func (*NullableResourceV1) Unset ¶

func (v *NullableResourceV1) Unset()

type NullableRestoreFunctionVersion200Response ¶

type NullableRestoreFunctionVersion200Response struct {
	// contains filtered or unexported fields
}

func (NullableRestoreFunctionVersion200Response) Get ¶

func (NullableRestoreFunctionVersion200Response) IsSet ¶

func (NullableRestoreFunctionVersion200Response) MarshalJSON ¶

func (*NullableRestoreFunctionVersion200Response) Set ¶

func (*NullableRestoreFunctionVersion200Response) UnmarshalJSON ¶

func (v *NullableRestoreFunctionVersion200Response) UnmarshalJSON(src []byte) error

func (*NullableRestoreFunctionVersion200Response) Unset ¶

type NullableRestoreFunctionVersionAlphaInput ¶

type NullableRestoreFunctionVersionAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableRestoreFunctionVersionAlphaInput) Get ¶

func (NullableRestoreFunctionVersionAlphaInput) IsSet ¶

func (NullableRestoreFunctionVersionAlphaInput) MarshalJSON ¶

func (*NullableRestoreFunctionVersionAlphaInput) Set ¶

func (*NullableRestoreFunctionVersionAlphaInput) UnmarshalJSON ¶

func (v *NullableRestoreFunctionVersionAlphaInput) UnmarshalJSON(src []byte) error

func (*NullableRestoreFunctionVersionAlphaInput) Unset ¶

type NullableRestoreFunctionVersionAlphaOutput ¶

type NullableRestoreFunctionVersionAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableRestoreFunctionVersionAlphaOutput) Get ¶

func (NullableRestoreFunctionVersionAlphaOutput) IsSet ¶

func (NullableRestoreFunctionVersionAlphaOutput) MarshalJSON ¶

func (*NullableRestoreFunctionVersionAlphaOutput) Set ¶

func (*NullableRestoreFunctionVersionAlphaOutput) UnmarshalJSON ¶

func (v *NullableRestoreFunctionVersionAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableRestoreFunctionVersionAlphaOutput) Unset ¶

type NullableReverseETLManualSyncJobOutput ¶

type NullableReverseETLManualSyncJobOutput struct {
	// contains filtered or unexported fields
}

func (NullableReverseETLManualSyncJobOutput) Get ¶

func (NullableReverseETLManualSyncJobOutput) IsSet ¶

func (NullableReverseETLManualSyncJobOutput) MarshalJSON ¶

func (v NullableReverseETLManualSyncJobOutput) MarshalJSON() ([]byte, error)

func (*NullableReverseETLManualSyncJobOutput) Set ¶

func (*NullableReverseETLManualSyncJobOutput) UnmarshalJSON ¶

func (v *NullableReverseETLManualSyncJobOutput) UnmarshalJSON(src []byte) error

func (*NullableReverseETLManualSyncJobOutput) Unset ¶

type NullableReverseETLSyncStatus ¶

type NullableReverseETLSyncStatus struct {
	// contains filtered or unexported fields
}

func (NullableReverseETLSyncStatus) Get ¶

func (NullableReverseETLSyncStatus) IsSet ¶

func (NullableReverseETLSyncStatus) MarshalJSON ¶

func (v NullableReverseETLSyncStatus) MarshalJSON() ([]byte, error)

func (*NullableReverseETLSyncStatus) Set ¶

func (*NullableReverseETLSyncStatus) UnmarshalJSON ¶

func (v *NullableReverseETLSyncStatus) UnmarshalJSON(src []byte) error

func (*NullableReverseETLSyncStatus) Unset ¶

func (v *NullableReverseETLSyncStatus) Unset()

type NullableReverseEtlCronScheduleConfig ¶

type NullableReverseEtlCronScheduleConfig struct {
	// contains filtered or unexported fields
}

func (NullableReverseEtlCronScheduleConfig) Get ¶

func (NullableReverseEtlCronScheduleConfig) IsSet ¶

func (NullableReverseEtlCronScheduleConfig) MarshalJSON ¶

func (v NullableReverseEtlCronScheduleConfig) MarshalJSON() ([]byte, error)

func (*NullableReverseEtlCronScheduleConfig) Set ¶

func (*NullableReverseEtlCronScheduleConfig) UnmarshalJSON ¶

func (v *NullableReverseEtlCronScheduleConfig) UnmarshalJSON(src []byte) error

func (*NullableReverseEtlCronScheduleConfig) Unset ¶

type NullableReverseEtlDbtCloudScheduleConfig ¶

type NullableReverseEtlDbtCloudScheduleConfig struct {
	// contains filtered or unexported fields
}

func (NullableReverseEtlDbtCloudScheduleConfig) Get ¶

func (NullableReverseEtlDbtCloudScheduleConfig) IsSet ¶

func (NullableReverseEtlDbtCloudScheduleConfig) MarshalJSON ¶

func (*NullableReverseEtlDbtCloudScheduleConfig) Set ¶

func (*NullableReverseEtlDbtCloudScheduleConfig) UnmarshalJSON ¶

func (v *NullableReverseEtlDbtCloudScheduleConfig) UnmarshalJSON(src []byte) error

func (*NullableReverseEtlDbtCloudScheduleConfig) Unset ¶

type NullableReverseEtlModel ¶

type NullableReverseEtlModel struct {
	// contains filtered or unexported fields
}

func NewNullableReverseEtlModel ¶

func NewNullableReverseEtlModel(val *ReverseEtlModel) *NullableReverseEtlModel

func (NullableReverseEtlModel) Get ¶

func (NullableReverseEtlModel) IsSet ¶

func (v NullableReverseEtlModel) IsSet() bool

func (NullableReverseEtlModel) MarshalJSON ¶

func (v NullableReverseEtlModel) MarshalJSON() ([]byte, error)

func (*NullableReverseEtlModel) Set ¶

func (*NullableReverseEtlModel) UnmarshalJSON ¶

func (v *NullableReverseEtlModel) UnmarshalJSON(src []byte) error

func (*NullableReverseEtlModel) Unset ¶

func (v *NullableReverseEtlModel) Unset()

type NullableReverseEtlPeriodicScheduleConfig ¶

type NullableReverseEtlPeriodicScheduleConfig struct {
	// contains filtered or unexported fields
}

func (NullableReverseEtlPeriodicScheduleConfig) Get ¶

func (NullableReverseEtlPeriodicScheduleConfig) IsSet ¶

func (NullableReverseEtlPeriodicScheduleConfig) MarshalJSON ¶

func (*NullableReverseEtlPeriodicScheduleConfig) Set ¶

func (*NullableReverseEtlPeriodicScheduleConfig) UnmarshalJSON ¶

func (v *NullableReverseEtlPeriodicScheduleConfig) UnmarshalJSON(src []byte) error

func (*NullableReverseEtlPeriodicScheduleConfig) Unset ¶

type NullableReverseEtlScheduleConfig ¶

type NullableReverseEtlScheduleConfig struct {
	// contains filtered or unexported fields
}

func (NullableReverseEtlScheduleConfig) Get ¶

func (NullableReverseEtlScheduleConfig) IsSet ¶

func (NullableReverseEtlScheduleConfig) MarshalJSON ¶

func (v NullableReverseEtlScheduleConfig) MarshalJSON() ([]byte, error)

func (*NullableReverseEtlScheduleConfig) Set ¶

func (*NullableReverseEtlScheduleConfig) UnmarshalJSON ¶

func (v *NullableReverseEtlScheduleConfig) UnmarshalJSON(src []byte) error

func (*NullableReverseEtlScheduleConfig) Unset ¶

type NullableReverseEtlScheduleDefinition ¶

type NullableReverseEtlScheduleDefinition struct {
	// contains filtered or unexported fields
}

func (NullableReverseEtlScheduleDefinition) Get ¶

func (NullableReverseEtlScheduleDefinition) IsSet ¶

func (NullableReverseEtlScheduleDefinition) MarshalJSON ¶

func (v NullableReverseEtlScheduleDefinition) MarshalJSON() ([]byte, error)

func (*NullableReverseEtlScheduleDefinition) Set ¶

func (*NullableReverseEtlScheduleDefinition) UnmarshalJSON ¶

func (v *NullableReverseEtlScheduleDefinition) UnmarshalJSON(src []byte) error

func (*NullableReverseEtlScheduleDefinition) Unset ¶

type NullableReverseEtlSpecificTimeScheduleConfig ¶

type NullableReverseEtlSpecificTimeScheduleConfig struct {
	// contains filtered or unexported fields
}

func (NullableReverseEtlSpecificTimeScheduleConfig) Get ¶

func (NullableReverseEtlSpecificTimeScheduleConfig) IsSet ¶

func (NullableReverseEtlSpecificTimeScheduleConfig) MarshalJSON ¶

func (*NullableReverseEtlSpecificTimeScheduleConfig) Set ¶

func (*NullableReverseEtlSpecificTimeScheduleConfig) UnmarshalJSON ¶

func (*NullableReverseEtlSpecificTimeScheduleConfig) Unset ¶

type NullableRoleV1 ¶

type NullableRoleV1 struct {
	// contains filtered or unexported fields
}

func NewNullableRoleV1 ¶

func NewNullableRoleV1(val *RoleV1) *NullableRoleV1

func (NullableRoleV1) Get ¶

func (v NullableRoleV1) Get() *RoleV1

func (NullableRoleV1) IsSet ¶

func (v NullableRoleV1) IsSet() bool

func (NullableRoleV1) MarshalJSON ¶

func (v NullableRoleV1) MarshalJSON() ([]byte, error)

func (*NullableRoleV1) Set ¶

func (v *NullableRoleV1) Set(val *RoleV1)

func (*NullableRoleV1) UnmarshalJSON ¶

func (v *NullableRoleV1) UnmarshalJSON(src []byte) error

func (*NullableRoleV1) Unset ¶

func (v *NullableRoleV1) Unset()

type NullableRuleInputV1 ¶

type NullableRuleInputV1 struct {
	// contains filtered or unexported fields
}

func NewNullableRuleInputV1 ¶

func NewNullableRuleInputV1(val *RuleInputV1) *NullableRuleInputV1

func (NullableRuleInputV1) Get ¶

func (NullableRuleInputV1) IsSet ¶

func (v NullableRuleInputV1) IsSet() bool

func (NullableRuleInputV1) MarshalJSON ¶

func (v NullableRuleInputV1) MarshalJSON() ([]byte, error)

func (*NullableRuleInputV1) Set ¶

func (v *NullableRuleInputV1) Set(val *RuleInputV1)

func (*NullableRuleInputV1) UnmarshalJSON ¶

func (v *NullableRuleInputV1) UnmarshalJSON(src []byte) error

func (*NullableRuleInputV1) Unset ¶

func (v *NullableRuleInputV1) Unset()

type NullableRuleV1 ¶

type NullableRuleV1 struct {
	// contains filtered or unexported fields
}

func NewNullableRuleV1 ¶

func NewNullableRuleV1(val *RuleV1) *NullableRuleV1

func (NullableRuleV1) Get ¶

func (v NullableRuleV1) Get() *RuleV1

func (NullableRuleV1) IsSet ¶

func (v NullableRuleV1) IsSet() bool

func (NullableRuleV1) MarshalJSON ¶

func (v NullableRuleV1) MarshalJSON() ([]byte, error)

func (*NullableRuleV1) Set ¶

func (v *NullableRuleV1) Set(val *RuleV1)

func (*NullableRuleV1) UnmarshalJSON ¶

func (v *NullableRuleV1) UnmarshalJSON(src []byte) error

func (*NullableRuleV1) Unset ¶

func (v *NullableRuleV1) Unset()

type NullableSourceAPICallSnapshotV1 ¶

type NullableSourceAPICallSnapshotV1 struct {
	// contains filtered or unexported fields
}

func (NullableSourceAPICallSnapshotV1) Get ¶

func (NullableSourceAPICallSnapshotV1) IsSet ¶

func (NullableSourceAPICallSnapshotV1) MarshalJSON ¶

func (v NullableSourceAPICallSnapshotV1) MarshalJSON() ([]byte, error)

func (*NullableSourceAPICallSnapshotV1) Set ¶

func (*NullableSourceAPICallSnapshotV1) UnmarshalJSON ¶

func (v *NullableSourceAPICallSnapshotV1) UnmarshalJSON(src []byte) error

func (*NullableSourceAPICallSnapshotV1) Unset ¶

type NullableSourceAlpha ¶

type NullableSourceAlpha struct {
	// contains filtered or unexported fields
}

func NewNullableSourceAlpha ¶

func NewNullableSourceAlpha(val *SourceAlpha) *NullableSourceAlpha

func (NullableSourceAlpha) Get ¶

func (NullableSourceAlpha) IsSet ¶

func (v NullableSourceAlpha) IsSet() bool

func (NullableSourceAlpha) MarshalJSON ¶

func (v NullableSourceAlpha) MarshalJSON() ([]byte, error)

func (*NullableSourceAlpha) Set ¶

func (v *NullableSourceAlpha) Set(val *SourceAlpha)

func (*NullableSourceAlpha) UnmarshalJSON ¶

func (v *NullableSourceAlpha) UnmarshalJSON(src []byte) error

func (*NullableSourceAlpha) Unset ¶

func (v *NullableSourceAlpha) Unset()

type NullableSourceEventVolumeDatapointV1 ¶

type NullableSourceEventVolumeDatapointV1 struct {
	// contains filtered or unexported fields
}

func (NullableSourceEventVolumeDatapointV1) Get ¶

func (NullableSourceEventVolumeDatapointV1) IsSet ¶

func (NullableSourceEventVolumeDatapointV1) MarshalJSON ¶

func (v NullableSourceEventVolumeDatapointV1) MarshalJSON() ([]byte, error)

func (*NullableSourceEventVolumeDatapointV1) Set ¶

func (*NullableSourceEventVolumeDatapointV1) UnmarshalJSON ¶

func (v *NullableSourceEventVolumeDatapointV1) UnmarshalJSON(src []byte) error

func (*NullableSourceEventVolumeDatapointV1) Unset ¶

type NullableSourceEventVolumeV1 ¶

type NullableSourceEventVolumeV1 struct {
	// contains filtered or unexported fields
}

func (NullableSourceEventVolumeV1) Get ¶

func (NullableSourceEventVolumeV1) IsSet ¶

func (NullableSourceEventVolumeV1) MarshalJSON ¶

func (v NullableSourceEventVolumeV1) MarshalJSON() ([]byte, error)

func (*NullableSourceEventVolumeV1) Set ¶

func (*NullableSourceEventVolumeV1) UnmarshalJSON ¶

func (v *NullableSourceEventVolumeV1) UnmarshalJSON(src []byte) error

func (*NullableSourceEventVolumeV1) Unset ¶

func (v *NullableSourceEventVolumeV1) Unset()

type NullableSourceMetadataV1 ¶

type NullableSourceMetadataV1 struct {
	// contains filtered or unexported fields
}

func NewNullableSourceMetadataV1 ¶

func NewNullableSourceMetadataV1(val *SourceMetadataV1) *NullableSourceMetadataV1

func (NullableSourceMetadataV1) Get ¶

func (NullableSourceMetadataV1) IsSet ¶

func (v NullableSourceMetadataV1) IsSet() bool

func (NullableSourceMetadataV1) MarshalJSON ¶

func (v NullableSourceMetadataV1) MarshalJSON() ([]byte, error)

func (*NullableSourceMetadataV1) Set ¶

func (*NullableSourceMetadataV1) UnmarshalJSON ¶

func (v *NullableSourceMetadataV1) UnmarshalJSON(src []byte) error

func (*NullableSourceMetadataV1) Unset ¶

func (v *NullableSourceMetadataV1) Unset()

type NullableSourceSettingsOutputV1 ¶

type NullableSourceSettingsOutputV1 struct {
	// contains filtered or unexported fields
}

func (NullableSourceSettingsOutputV1) Get ¶

func (NullableSourceSettingsOutputV1) IsSet ¶

func (NullableSourceSettingsOutputV1) MarshalJSON ¶

func (v NullableSourceSettingsOutputV1) MarshalJSON() ([]byte, error)

func (*NullableSourceSettingsOutputV1) Set ¶

func (*NullableSourceSettingsOutputV1) UnmarshalJSON ¶

func (v *NullableSourceSettingsOutputV1) UnmarshalJSON(src []byte) error

func (*NullableSourceSettingsOutputV1) Unset ¶

func (v *NullableSourceSettingsOutputV1) Unset()

type NullableSourceV1 ¶

type NullableSourceV1 struct {
	// contains filtered or unexported fields
}

func NewNullableSourceV1 ¶

func NewNullableSourceV1(val *SourceV1) *NullableSourceV1

func (NullableSourceV1) Get ¶

func (v NullableSourceV1) Get() *SourceV1

func (NullableSourceV1) IsSet ¶

func (v NullableSourceV1) IsSet() bool

func (NullableSourceV1) MarshalJSON ¶

func (v NullableSourceV1) MarshalJSON() ([]byte, error)

func (*NullableSourceV1) Set ¶

func (v *NullableSourceV1) Set(val *SourceV1)

func (*NullableSourceV1) UnmarshalJSON ¶

func (v *NullableSourceV1) UnmarshalJSON(src []byte) error

func (*NullableSourceV1) Unset ¶

func (v *NullableSourceV1) Unset()

type NullableSpace ¶

type NullableSpace struct {
	// contains filtered or unexported fields
}

func NewNullableSpace ¶

func NewNullableSpace(val *Space) *NullableSpace

func (NullableSpace) Get ¶

func (v NullableSpace) Get() *Space

func (NullableSpace) IsSet ¶

func (v NullableSpace) IsSet() bool

func (NullableSpace) MarshalJSON ¶

func (v NullableSpace) MarshalJSON() ([]byte, error)

func (*NullableSpace) Set ¶

func (v *NullableSpace) Set(val *Space)

func (*NullableSpace) UnmarshalJSON ¶

func (v *NullableSpace) UnmarshalJSON(src []byte) error

func (*NullableSpace) Unset ¶

func (v *NullableSpace) Unset()

type NullableSpaceWarehouseSchemaOverride ¶

type NullableSpaceWarehouseSchemaOverride struct {
	// contains filtered or unexported fields
}

func (NullableSpaceWarehouseSchemaOverride) Get ¶

func (NullableSpaceWarehouseSchemaOverride) IsSet ¶

func (NullableSpaceWarehouseSchemaOverride) MarshalJSON ¶

func (v NullableSpaceWarehouseSchemaOverride) MarshalJSON() ([]byte, error)

func (*NullableSpaceWarehouseSchemaOverride) Set ¶

func (*NullableSpaceWarehouseSchemaOverride) UnmarshalJSON ¶

func (v *NullableSpaceWarehouseSchemaOverride) UnmarshalJSON(src []byte) error

func (*NullableSpaceWarehouseSchemaOverride) Unset ¶

type NullableSpaceWarehouseSelectiveSyncItemAlpha ¶

type NullableSpaceWarehouseSelectiveSyncItemAlpha struct {
	// contains filtered or unexported fields
}

func (NullableSpaceWarehouseSelectiveSyncItemAlpha) Get ¶

func (NullableSpaceWarehouseSelectiveSyncItemAlpha) IsSet ¶

func (NullableSpaceWarehouseSelectiveSyncItemAlpha) MarshalJSON ¶

func (*NullableSpaceWarehouseSelectiveSyncItemAlpha) Set ¶

func (*NullableSpaceWarehouseSelectiveSyncItemAlpha) UnmarshalJSON ¶

func (*NullableSpaceWarehouseSelectiveSyncItemAlpha) Unset ¶

type NullableSpecificDaysConfig ¶

type NullableSpecificDaysConfig struct {
	// contains filtered or unexported fields
}

func NewNullableSpecificDaysConfig ¶

func NewNullableSpecificDaysConfig(val *SpecificDaysConfig) *NullableSpecificDaysConfig

func (NullableSpecificDaysConfig) Get ¶

func (NullableSpecificDaysConfig) IsSet ¶

func (v NullableSpecificDaysConfig) IsSet() bool

func (NullableSpecificDaysConfig) MarshalJSON ¶

func (v NullableSpecificDaysConfig) MarshalJSON() ([]byte, error)

func (*NullableSpecificDaysConfig) Set ¶

func (*NullableSpecificDaysConfig) UnmarshalJSON ¶

func (v *NullableSpecificDaysConfig) UnmarshalJSON(src []byte) error

func (*NullableSpecificDaysConfig) Unset ¶

func (v *NullableSpecificDaysConfig) Unset()

type NullableStreamStatusV1 ¶

type NullableStreamStatusV1 struct {
	// contains filtered or unexported fields
}

func NewNullableStreamStatusV1 ¶

func NewNullableStreamStatusV1(val *StreamStatusV1) *NullableStreamStatusV1

func (NullableStreamStatusV1) Get ¶

func (NullableStreamStatusV1) IsSet ¶

func (v NullableStreamStatusV1) IsSet() bool

func (NullableStreamStatusV1) MarshalJSON ¶

func (v NullableStreamStatusV1) MarshalJSON() ([]byte, error)

func (*NullableStreamStatusV1) Set ¶

func (*NullableStreamStatusV1) UnmarshalJSON ¶

func (v *NullableStreamStatusV1) UnmarshalJSON(src []byte) error

func (*NullableStreamStatusV1) Unset ¶

func (v *NullableStreamStatusV1) 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 NullableSuppressedInner ¶

type NullableSuppressedInner struct {
	// contains filtered or unexported fields
}

func NewNullableSuppressedInner ¶

func NewNullableSuppressedInner(val *SuppressedInner) *NullableSuppressedInner

func (NullableSuppressedInner) Get ¶

func (NullableSuppressedInner) IsSet ¶

func (v NullableSuppressedInner) IsSet() bool

func (NullableSuppressedInner) MarshalJSON ¶

func (v NullableSuppressedInner) MarshalJSON() ([]byte, error)

func (*NullableSuppressedInner) Set ¶

func (*NullableSuppressedInner) UnmarshalJSON ¶

func (v *NullableSuppressedInner) UnmarshalJSON(src []byte) error

func (*NullableSuppressedInner) Unset ¶

func (v *NullableSuppressedInner) Unset()

type NullableSyncExtractPhase ¶

type NullableSyncExtractPhase struct {
	// contains filtered or unexported fields
}

func NewNullableSyncExtractPhase ¶

func NewNullableSyncExtractPhase(val *SyncExtractPhase) *NullableSyncExtractPhase

func (NullableSyncExtractPhase) Get ¶

func (NullableSyncExtractPhase) IsSet ¶

func (v NullableSyncExtractPhase) IsSet() bool

func (NullableSyncExtractPhase) MarshalJSON ¶

func (v NullableSyncExtractPhase) MarshalJSON() ([]byte, error)

func (*NullableSyncExtractPhase) Set ¶

func (*NullableSyncExtractPhase) UnmarshalJSON ¶

func (v *NullableSyncExtractPhase) UnmarshalJSON(src []byte) error

func (*NullableSyncExtractPhase) Unset ¶

func (v *NullableSyncExtractPhase) Unset()

type NullableSyncLoadPhase ¶

type NullableSyncLoadPhase struct {
	// contains filtered or unexported fields
}

func NewNullableSyncLoadPhase ¶

func NewNullableSyncLoadPhase(val *SyncLoadPhase) *NullableSyncLoadPhase

func (NullableSyncLoadPhase) Get ¶

func (NullableSyncLoadPhase) IsSet ¶

func (v NullableSyncLoadPhase) IsSet() bool

func (NullableSyncLoadPhase) MarshalJSON ¶

func (v NullableSyncLoadPhase) MarshalJSON() ([]byte, error)

func (*NullableSyncLoadPhase) Set ¶

func (v *NullableSyncLoadPhase) Set(val *SyncLoadPhase)

func (*NullableSyncLoadPhase) UnmarshalJSON ¶

func (v *NullableSyncLoadPhase) UnmarshalJSON(src []byte) error

func (*NullableSyncLoadPhase) Unset ¶

func (v *NullableSyncLoadPhase) Unset()

type NullableSyncNoticeV1 ¶

type NullableSyncNoticeV1 struct {
	// contains filtered or unexported fields
}

func NewNullableSyncNoticeV1 ¶

func NewNullableSyncNoticeV1(val *SyncNoticeV1) *NullableSyncNoticeV1

func (NullableSyncNoticeV1) Get ¶

func (NullableSyncNoticeV1) IsSet ¶

func (v NullableSyncNoticeV1) IsSet() bool

func (NullableSyncNoticeV1) MarshalJSON ¶

func (v NullableSyncNoticeV1) MarshalJSON() ([]byte, error)

func (*NullableSyncNoticeV1) Set ¶

func (v *NullableSyncNoticeV1) Set(val *SyncNoticeV1)

func (*NullableSyncNoticeV1) UnmarshalJSON ¶

func (v *NullableSyncNoticeV1) UnmarshalJSON(src []byte) error

func (*NullableSyncNoticeV1) Unset ¶

func (v *NullableSyncNoticeV1) Unset()

type NullableSyncV1 ¶

type NullableSyncV1 struct {
	// contains filtered or unexported fields
}

func NewNullableSyncV1 ¶

func NewNullableSyncV1(val *SyncV1) *NullableSyncV1

func (NullableSyncV1) Get ¶

func (v NullableSyncV1) Get() *SyncV1

func (NullableSyncV1) IsSet ¶

func (v NullableSyncV1) IsSet() bool

func (NullableSyncV1) MarshalJSON ¶

func (v NullableSyncV1) MarshalJSON() ([]byte, error)

func (*NullableSyncV1) Set ¶

func (v *NullableSyncV1) Set(val *SyncV1)

func (*NullableSyncV1) UnmarshalJSON ¶

func (v *NullableSyncV1) UnmarshalJSON(src []byte) error

func (*NullableSyncV1) Unset ¶

func (v *NullableSyncV1) 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 NullableTrackSourceSettingsV1 ¶

type NullableTrackSourceSettingsV1 struct {
	// contains filtered or unexported fields
}

func (NullableTrackSourceSettingsV1) Get ¶

func (NullableTrackSourceSettingsV1) IsSet ¶

func (NullableTrackSourceSettingsV1) MarshalJSON ¶

func (v NullableTrackSourceSettingsV1) MarshalJSON() ([]byte, error)

func (*NullableTrackSourceSettingsV1) Set ¶

func (*NullableTrackSourceSettingsV1) UnmarshalJSON ¶

func (v *NullableTrackSourceSettingsV1) UnmarshalJSON(src []byte) error

func (*NullableTrackSourceSettingsV1) Unset ¶

func (v *NullableTrackSourceSettingsV1) Unset()

type NullableTrackingPlanV1 ¶

type NullableTrackingPlanV1 struct {
	// contains filtered or unexported fields
}

func NewNullableTrackingPlanV1 ¶

func NewNullableTrackingPlanV1(val *TrackingPlanV1) *NullableTrackingPlanV1

func (NullableTrackingPlanV1) Get ¶

func (NullableTrackingPlanV1) IsSet ¶

func (v NullableTrackingPlanV1) IsSet() bool

func (NullableTrackingPlanV1) MarshalJSON ¶

func (v NullableTrackingPlanV1) MarshalJSON() ([]byte, error)

func (*NullableTrackingPlanV1) Set ¶

func (*NullableTrackingPlanV1) UnmarshalJSON ¶

func (v *NullableTrackingPlanV1) UnmarshalJSON(src []byte) error

func (*NullableTrackingPlanV1) Unset ¶

func (v *NullableTrackingPlanV1) Unset()

type NullableTraitDefinition ¶

type NullableTraitDefinition struct {
	// contains filtered or unexported fields
}

func NewNullableTraitDefinition ¶

func NewNullableTraitDefinition(val *TraitDefinition) *NullableTraitDefinition

func (NullableTraitDefinition) Get ¶

func (NullableTraitDefinition) IsSet ¶

func (v NullableTraitDefinition) IsSet() bool

func (NullableTraitDefinition) MarshalJSON ¶

func (v NullableTraitDefinition) MarshalJSON() ([]byte, error)

func (*NullableTraitDefinition) Set ¶

func (*NullableTraitDefinition) UnmarshalJSON ¶

func (v *NullableTraitDefinition) UnmarshalJSON(src []byte) error

func (*NullableTraitDefinition) Unset ¶

func (v *NullableTraitDefinition) Unset()

type NullableTraitOptions ¶

type NullableTraitOptions struct {
	// contains filtered or unexported fields
}

func NewNullableTraitOptions ¶

func NewNullableTraitOptions(val *TraitOptions) *NullableTraitOptions

func (NullableTraitOptions) Get ¶

func (NullableTraitOptions) IsSet ¶

func (v NullableTraitOptions) IsSet() bool

func (NullableTraitOptions) MarshalJSON ¶

func (v NullableTraitOptions) MarshalJSON() ([]byte, error)

func (*NullableTraitOptions) Set ¶

func (v *NullableTraitOptions) Set(val *TraitOptions)

func (*NullableTraitOptions) UnmarshalJSON ¶

func (v *NullableTraitOptions) UnmarshalJSON(src []byte) error

func (*NullableTraitOptions) Unset ¶

func (v *NullableTraitOptions) Unset()

type NullableTransformationBeta ¶

type NullableTransformationBeta struct {
	// contains filtered or unexported fields
}

func NewNullableTransformationBeta ¶

func NewNullableTransformationBeta(val *TransformationBeta) *NullableTransformationBeta

func (NullableTransformationBeta) Get ¶

func (NullableTransformationBeta) IsSet ¶

func (v NullableTransformationBeta) IsSet() bool

func (NullableTransformationBeta) MarshalJSON ¶

func (v NullableTransformationBeta) MarshalJSON() ([]byte, error)

func (*NullableTransformationBeta) Set ¶

func (*NullableTransformationBeta) UnmarshalJSON ¶

func (v *NullableTransformationBeta) UnmarshalJSON(src []byte) error

func (*NullableTransformationBeta) Unset ¶

func (v *NullableTransformationBeta) Unset()

type NullableTransformationV1 ¶

type NullableTransformationV1 struct {
	// contains filtered or unexported fields
}

func NewNullableTransformationV1 ¶

func NewNullableTransformationV1(val *TransformationV1) *NullableTransformationV1

func (NullableTransformationV1) Get ¶

func (NullableTransformationV1) IsSet ¶

func (v NullableTransformationV1) IsSet() bool

func (NullableTransformationV1) MarshalJSON ¶

func (v NullableTransformationV1) MarshalJSON() ([]byte, error)

func (*NullableTransformationV1) Set ¶

func (*NullableTransformationV1) UnmarshalJSON ¶

func (v *NullableTransformationV1) UnmarshalJSON(src []byte) error

func (*NullableTransformationV1) Unset ¶

func (v *NullableTransformationV1) Unset()

type NullableUpdateActivationForAudience200Response ¶

type NullableUpdateActivationForAudience200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateActivationForAudience200Response) Get ¶

func (NullableUpdateActivationForAudience200Response) IsSet ¶

func (NullableUpdateActivationForAudience200Response) MarshalJSON ¶

func (*NullableUpdateActivationForAudience200Response) Set ¶

func (*NullableUpdateActivationForAudience200Response) UnmarshalJSON ¶

func (*NullableUpdateActivationForAudience200Response) Unset ¶

type NullableUpdateActivationForAudienceAlphaInput ¶

type NullableUpdateActivationForAudienceAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateActivationForAudienceAlphaInput) Get ¶

func (NullableUpdateActivationForAudienceAlphaInput) IsSet ¶

func (NullableUpdateActivationForAudienceAlphaInput) MarshalJSON ¶

func (*NullableUpdateActivationForAudienceAlphaInput) Set ¶

func (*NullableUpdateActivationForAudienceAlphaInput) UnmarshalJSON ¶

func (*NullableUpdateActivationForAudienceAlphaInput) Unset ¶

type NullableUpdateActivationForAudienceOutput ¶

type NullableUpdateActivationForAudienceOutput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateActivationForAudienceOutput) Get ¶

func (NullableUpdateActivationForAudienceOutput) IsSet ¶

func (NullableUpdateActivationForAudienceOutput) MarshalJSON ¶

func (*NullableUpdateActivationForAudienceOutput) Set ¶

func (*NullableUpdateActivationForAudienceOutput) UnmarshalJSON ¶

func (v *NullableUpdateActivationForAudienceOutput) UnmarshalJSON(src []byte) error

func (*NullableUpdateActivationForAudienceOutput) Unset ¶

type NullableUpdateAudienceForSpace200Response ¶

type NullableUpdateAudienceForSpace200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateAudienceForSpace200Response) Get ¶

func (NullableUpdateAudienceForSpace200Response) IsSet ¶

func (NullableUpdateAudienceForSpace200Response) MarshalJSON ¶

func (*NullableUpdateAudienceForSpace200Response) Set ¶

func (*NullableUpdateAudienceForSpace200Response) UnmarshalJSON ¶

func (v *NullableUpdateAudienceForSpace200Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateAudienceForSpace200Response) Unset ¶

type NullableUpdateAudienceForSpaceAlphaInput ¶

type NullableUpdateAudienceForSpaceAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateAudienceForSpaceAlphaInput) Get ¶

func (NullableUpdateAudienceForSpaceAlphaInput) IsSet ¶

func (NullableUpdateAudienceForSpaceAlphaInput) MarshalJSON ¶

func (*NullableUpdateAudienceForSpaceAlphaInput) Set ¶

func (*NullableUpdateAudienceForSpaceAlphaInput) UnmarshalJSON ¶

func (v *NullableUpdateAudienceForSpaceAlphaInput) UnmarshalJSON(src []byte) error

func (*NullableUpdateAudienceForSpaceAlphaInput) Unset ¶

type NullableUpdateAudienceForSpaceAlphaOutput ¶

type NullableUpdateAudienceForSpaceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateAudienceForSpaceAlphaOutput) Get ¶

func (NullableUpdateAudienceForSpaceAlphaOutput) IsSet ¶

func (NullableUpdateAudienceForSpaceAlphaOutput) MarshalJSON ¶

func (*NullableUpdateAudienceForSpaceAlphaOutput) Set ¶

func (*NullableUpdateAudienceForSpaceAlphaOutput) UnmarshalJSON ¶

func (v *NullableUpdateAudienceForSpaceAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableUpdateAudienceForSpaceAlphaOutput) Unset ¶

type NullableUpdateComputedTraitForSpace200Response ¶

type NullableUpdateComputedTraitForSpace200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateComputedTraitForSpace200Response) Get ¶

func (NullableUpdateComputedTraitForSpace200Response) IsSet ¶

func (NullableUpdateComputedTraitForSpace200Response) MarshalJSON ¶

func (*NullableUpdateComputedTraitForSpace200Response) Set ¶

func (*NullableUpdateComputedTraitForSpace200Response) UnmarshalJSON ¶

func (*NullableUpdateComputedTraitForSpace200Response) Unset ¶

type NullableUpdateComputedTraitForSpaceAlphaInput ¶

type NullableUpdateComputedTraitForSpaceAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateComputedTraitForSpaceAlphaInput) Get ¶

func (NullableUpdateComputedTraitForSpaceAlphaInput) IsSet ¶

func (NullableUpdateComputedTraitForSpaceAlphaInput) MarshalJSON ¶

func (*NullableUpdateComputedTraitForSpaceAlphaInput) Set ¶

func (*NullableUpdateComputedTraitForSpaceAlphaInput) UnmarshalJSON ¶

func (*NullableUpdateComputedTraitForSpaceAlphaInput) Unset ¶

type NullableUpdateComputedTraitForSpaceAlphaOutput ¶

type NullableUpdateComputedTraitForSpaceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateComputedTraitForSpaceAlphaOutput) Get ¶

func (NullableUpdateComputedTraitForSpaceAlphaOutput) IsSet ¶

func (NullableUpdateComputedTraitForSpaceAlphaOutput) MarshalJSON ¶

func (*NullableUpdateComputedTraitForSpaceAlphaOutput) Set ¶

func (*NullableUpdateComputedTraitForSpaceAlphaOutput) UnmarshalJSON ¶

func (*NullableUpdateComputedTraitForSpaceAlphaOutput) Unset ¶

type NullableUpdateDestination200Response ¶

type NullableUpdateDestination200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateDestination200Response) Get ¶

func (NullableUpdateDestination200Response) IsSet ¶

func (NullableUpdateDestination200Response) MarshalJSON ¶

func (v NullableUpdateDestination200Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateDestination200Response) Set ¶

func (*NullableUpdateDestination200Response) UnmarshalJSON ¶

func (v *NullableUpdateDestination200Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateDestination200Response) Unset ¶

type NullableUpdateDestinationV1Input ¶

type NullableUpdateDestinationV1Input struct {
	// contains filtered or unexported fields
}

func (NullableUpdateDestinationV1Input) Get ¶

func (NullableUpdateDestinationV1Input) IsSet ¶

func (NullableUpdateDestinationV1Input) MarshalJSON ¶

func (v NullableUpdateDestinationV1Input) MarshalJSON() ([]byte, error)

func (*NullableUpdateDestinationV1Input) Set ¶

func (*NullableUpdateDestinationV1Input) UnmarshalJSON ¶

func (v *NullableUpdateDestinationV1Input) UnmarshalJSON(src []byte) error

func (*NullableUpdateDestinationV1Input) Unset ¶

type NullableUpdateDestinationV1Output ¶

type NullableUpdateDestinationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableUpdateDestinationV1Output) Get ¶

func (NullableUpdateDestinationV1Output) IsSet ¶

func (NullableUpdateDestinationV1Output) MarshalJSON ¶

func (v NullableUpdateDestinationV1Output) MarshalJSON() ([]byte, error)

func (*NullableUpdateDestinationV1Output) Set ¶

func (*NullableUpdateDestinationV1Output) UnmarshalJSON ¶

func (v *NullableUpdateDestinationV1Output) UnmarshalJSON(src []byte) error

func (*NullableUpdateDestinationV1Output) Unset ¶

type NullableUpdateFilterById200Response ¶

type NullableUpdateFilterById200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateFilterById200Response) Get ¶

func (NullableUpdateFilterById200Response) IsSet ¶

func (NullableUpdateFilterById200Response) MarshalJSON ¶

func (v NullableUpdateFilterById200Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateFilterById200Response) Set ¶

func (*NullableUpdateFilterById200Response) UnmarshalJSON ¶

func (v *NullableUpdateFilterById200Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateFilterById200Response) Unset ¶

type NullableUpdateFilterByIdInput ¶

type NullableUpdateFilterByIdInput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateFilterByIdInput) Get ¶

func (NullableUpdateFilterByIdInput) IsSet ¶

func (NullableUpdateFilterByIdInput) MarshalJSON ¶

func (v NullableUpdateFilterByIdInput) MarshalJSON() ([]byte, error)

func (*NullableUpdateFilterByIdInput) Set ¶

func (*NullableUpdateFilterByIdInput) UnmarshalJSON ¶

func (v *NullableUpdateFilterByIdInput) UnmarshalJSON(src []byte) error

func (*NullableUpdateFilterByIdInput) Unset ¶

func (v *NullableUpdateFilterByIdInput) Unset()

type NullableUpdateFilterByIdOutput ¶

type NullableUpdateFilterByIdOutput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateFilterByIdOutput) Get ¶

func (NullableUpdateFilterByIdOutput) IsSet ¶

func (NullableUpdateFilterByIdOutput) MarshalJSON ¶

func (v NullableUpdateFilterByIdOutput) MarshalJSON() ([]byte, error)

func (*NullableUpdateFilterByIdOutput) Set ¶

func (*NullableUpdateFilterByIdOutput) UnmarshalJSON ¶

func (v *NullableUpdateFilterByIdOutput) UnmarshalJSON(src []byte) error

func (*NullableUpdateFilterByIdOutput) Unset ¶

func (v *NullableUpdateFilterByIdOutput) Unset()

type NullableUpdateFilterForDestination200Response ¶

type NullableUpdateFilterForDestination200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateFilterForDestination200Response) Get ¶

func (NullableUpdateFilterForDestination200Response) IsSet ¶

func (NullableUpdateFilterForDestination200Response) MarshalJSON ¶

func (*NullableUpdateFilterForDestination200Response) Set ¶

func (*NullableUpdateFilterForDestination200Response) UnmarshalJSON ¶

func (*NullableUpdateFilterForDestination200Response) Unset ¶

type NullableUpdateFilterForDestinationV1Input ¶

type NullableUpdateFilterForDestinationV1Input struct {
	// contains filtered or unexported fields
}

func (NullableUpdateFilterForDestinationV1Input) Get ¶

func (NullableUpdateFilterForDestinationV1Input) IsSet ¶

func (NullableUpdateFilterForDestinationV1Input) MarshalJSON ¶

func (*NullableUpdateFilterForDestinationV1Input) Set ¶

func (*NullableUpdateFilterForDestinationV1Input) UnmarshalJSON ¶

func (v *NullableUpdateFilterForDestinationV1Input) UnmarshalJSON(src []byte) error

func (*NullableUpdateFilterForDestinationV1Input) Unset ¶

type NullableUpdateFilterForDestinationV1Output ¶

type NullableUpdateFilterForDestinationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableUpdateFilterForDestinationV1Output) Get ¶

func (NullableUpdateFilterForDestinationV1Output) IsSet ¶

func (NullableUpdateFilterForDestinationV1Output) MarshalJSON ¶

func (*NullableUpdateFilterForDestinationV1Output) Set ¶

func (*NullableUpdateFilterForDestinationV1Output) UnmarshalJSON ¶

func (v *NullableUpdateFilterForDestinationV1Output) UnmarshalJSON(src []byte) error

func (*NullableUpdateFilterForDestinationV1Output) Unset ¶

type NullableUpdateFunction200Response ¶

type NullableUpdateFunction200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateFunction200Response) Get ¶

func (NullableUpdateFunction200Response) IsSet ¶

func (NullableUpdateFunction200Response) MarshalJSON ¶

func (v NullableUpdateFunction200Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateFunction200Response) Set ¶

func (*NullableUpdateFunction200Response) UnmarshalJSON ¶

func (v *NullableUpdateFunction200Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateFunction200Response) Unset ¶

type NullableUpdateFunctionV1Input ¶

type NullableUpdateFunctionV1Input struct {
	// contains filtered or unexported fields
}

func (NullableUpdateFunctionV1Input) Get ¶

func (NullableUpdateFunctionV1Input) IsSet ¶

func (NullableUpdateFunctionV1Input) MarshalJSON ¶

func (v NullableUpdateFunctionV1Input) MarshalJSON() ([]byte, error)

func (*NullableUpdateFunctionV1Input) Set ¶

func (*NullableUpdateFunctionV1Input) UnmarshalJSON ¶

func (v *NullableUpdateFunctionV1Input) UnmarshalJSON(src []byte) error

func (*NullableUpdateFunctionV1Input) Unset ¶

func (v *NullableUpdateFunctionV1Input) Unset()

type NullableUpdateFunctionV1Output ¶

type NullableUpdateFunctionV1Output struct {
	// contains filtered or unexported fields
}

func (NullableUpdateFunctionV1Output) Get ¶

func (NullableUpdateFunctionV1Output) IsSet ¶

func (NullableUpdateFunctionV1Output) MarshalJSON ¶

func (v NullableUpdateFunctionV1Output) MarshalJSON() ([]byte, error)

func (*NullableUpdateFunctionV1Output) Set ¶

func (*NullableUpdateFunctionV1Output) UnmarshalJSON ¶

func (v *NullableUpdateFunctionV1Output) UnmarshalJSON(src []byte) error

func (*NullableUpdateFunctionV1Output) Unset ¶

func (v *NullableUpdateFunctionV1Output) Unset()

type NullableUpdateGroupSubscriptionStatusResponse ¶

type NullableUpdateGroupSubscriptionStatusResponse struct {
	// contains filtered or unexported fields
}

func (NullableUpdateGroupSubscriptionStatusResponse) Get ¶

func (NullableUpdateGroupSubscriptionStatusResponse) IsSet ¶

func (NullableUpdateGroupSubscriptionStatusResponse) MarshalJSON ¶

func (*NullableUpdateGroupSubscriptionStatusResponse) Set ¶

func (*NullableUpdateGroupSubscriptionStatusResponse) UnmarshalJSON ¶

func (*NullableUpdateGroupSubscriptionStatusResponse) Unset ¶

type NullableUpdateInsertFunctionInstance200Response ¶

type NullableUpdateInsertFunctionInstance200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateInsertFunctionInstance200Response) Get ¶

func (NullableUpdateInsertFunctionInstance200Response) IsSet ¶

func (NullableUpdateInsertFunctionInstance200Response) MarshalJSON ¶

func (*NullableUpdateInsertFunctionInstance200Response) Set ¶

func (*NullableUpdateInsertFunctionInstance200Response) UnmarshalJSON ¶

func (*NullableUpdateInsertFunctionInstance200Response) Unset ¶

type NullableUpdateInsertFunctionInstanceAlphaInput ¶

type NullableUpdateInsertFunctionInstanceAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateInsertFunctionInstanceAlphaInput) Get ¶

func (NullableUpdateInsertFunctionInstanceAlphaInput) IsSet ¶

func (NullableUpdateInsertFunctionInstanceAlphaInput) MarshalJSON ¶

func (*NullableUpdateInsertFunctionInstanceAlphaInput) Set ¶

func (*NullableUpdateInsertFunctionInstanceAlphaInput) UnmarshalJSON ¶

func (*NullableUpdateInsertFunctionInstanceAlphaInput) Unset ¶

type NullableUpdateInsertFunctionInstanceAlphaOutput ¶

type NullableUpdateInsertFunctionInstanceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateInsertFunctionInstanceAlphaOutput) Get ¶

func (NullableUpdateInsertFunctionInstanceAlphaOutput) IsSet ¶

func (NullableUpdateInsertFunctionInstanceAlphaOutput) MarshalJSON ¶

func (*NullableUpdateInsertFunctionInstanceAlphaOutput) Set ¶

func (*NullableUpdateInsertFunctionInstanceAlphaOutput) UnmarshalJSON ¶

func (*NullableUpdateInsertFunctionInstanceAlphaOutput) Unset ¶

type NullableUpdateProfilesWarehouseForSpaceWarehouse200Response ¶

type NullableUpdateProfilesWarehouseForSpaceWarehouse200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateProfilesWarehouseForSpaceWarehouse200Response) Get ¶

func (NullableUpdateProfilesWarehouseForSpaceWarehouse200Response) IsSet ¶

func (NullableUpdateProfilesWarehouseForSpaceWarehouse200Response) MarshalJSON ¶

func (*NullableUpdateProfilesWarehouseForSpaceWarehouse200Response) Set ¶

func (*NullableUpdateProfilesWarehouseForSpaceWarehouse200Response) UnmarshalJSON ¶

func (*NullableUpdateProfilesWarehouseForSpaceWarehouse200Response) Unset ¶

type NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaInput ¶

type NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaInput) Get ¶

func (NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaInput) IsSet ¶

func (NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaInput) MarshalJSON ¶

func (*NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaInput) Set ¶

func (*NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaInput) UnmarshalJSON ¶

func (*NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaInput) Unset ¶

type NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaOutput ¶

type NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaOutput) Get ¶

func (NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaOutput) IsSet ¶

func (NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaOutput) MarshalJSON ¶

func (*NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaOutput) Set ¶

func (*NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaOutput) UnmarshalJSON ¶

func (*NullableUpdateProfilesWarehouseForSpaceWarehouseAlphaOutput) Unset ¶

type NullableUpdateReverseEtlModel200Response ¶

type NullableUpdateReverseEtlModel200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateReverseEtlModel200Response) Get ¶

func (NullableUpdateReverseEtlModel200Response) IsSet ¶

func (NullableUpdateReverseEtlModel200Response) MarshalJSON ¶

func (*NullableUpdateReverseEtlModel200Response) Set ¶

func (*NullableUpdateReverseEtlModel200Response) UnmarshalJSON ¶

func (v *NullableUpdateReverseEtlModel200Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateReverseEtlModel200Response) Unset ¶

type NullableUpdateReverseEtlModelInput ¶

type NullableUpdateReverseEtlModelInput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateReverseEtlModelInput) Get ¶

func (NullableUpdateReverseEtlModelInput) IsSet ¶

func (NullableUpdateReverseEtlModelInput) MarshalJSON ¶

func (v NullableUpdateReverseEtlModelInput) MarshalJSON() ([]byte, error)

func (*NullableUpdateReverseEtlModelInput) Set ¶

func (*NullableUpdateReverseEtlModelInput) UnmarshalJSON ¶

func (v *NullableUpdateReverseEtlModelInput) UnmarshalJSON(src []byte) error

func (*NullableUpdateReverseEtlModelInput) Unset ¶

type NullableUpdateReverseEtlModelOutput ¶

type NullableUpdateReverseEtlModelOutput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateReverseEtlModelOutput) Get ¶

func (NullableUpdateReverseEtlModelOutput) IsSet ¶

func (NullableUpdateReverseEtlModelOutput) MarshalJSON ¶

func (v NullableUpdateReverseEtlModelOutput) MarshalJSON() ([]byte, error)

func (*NullableUpdateReverseEtlModelOutput) Set ¶

func (*NullableUpdateReverseEtlModelOutput) UnmarshalJSON ¶

func (v *NullableUpdateReverseEtlModelOutput) UnmarshalJSON(src []byte) error

func (*NullableUpdateReverseEtlModelOutput) Unset ¶

type NullableUpdateRulesInTrackingPlan200Response ¶

type NullableUpdateRulesInTrackingPlan200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateRulesInTrackingPlan200Response) Get ¶

func (NullableUpdateRulesInTrackingPlan200Response) IsSet ¶

func (NullableUpdateRulesInTrackingPlan200Response) MarshalJSON ¶

func (*NullableUpdateRulesInTrackingPlan200Response) Set ¶

func (*NullableUpdateRulesInTrackingPlan200Response) UnmarshalJSON ¶

func (*NullableUpdateRulesInTrackingPlan200Response) Unset ¶

type NullableUpdateRulesInTrackingPlanV1Input ¶

type NullableUpdateRulesInTrackingPlanV1Input struct {
	// contains filtered or unexported fields
}

func (NullableUpdateRulesInTrackingPlanV1Input) Get ¶

func (NullableUpdateRulesInTrackingPlanV1Input) IsSet ¶

func (NullableUpdateRulesInTrackingPlanV1Input) MarshalJSON ¶

func (*NullableUpdateRulesInTrackingPlanV1Input) Set ¶

func (*NullableUpdateRulesInTrackingPlanV1Input) UnmarshalJSON ¶

func (v *NullableUpdateRulesInTrackingPlanV1Input) UnmarshalJSON(src []byte) error

func (*NullableUpdateRulesInTrackingPlanV1Input) Unset ¶

type NullableUpdateRulesInTrackingPlanV1Output ¶

type NullableUpdateRulesInTrackingPlanV1Output struct {
	// contains filtered or unexported fields
}

func (NullableUpdateRulesInTrackingPlanV1Output) Get ¶

func (NullableUpdateRulesInTrackingPlanV1Output) IsSet ¶

func (NullableUpdateRulesInTrackingPlanV1Output) MarshalJSON ¶

func (*NullableUpdateRulesInTrackingPlanV1Output) Set ¶

func (*NullableUpdateRulesInTrackingPlanV1Output) UnmarshalJSON ¶

func (v *NullableUpdateRulesInTrackingPlanV1Output) UnmarshalJSON(src []byte) error

func (*NullableUpdateRulesInTrackingPlanV1Output) Unset ¶

type NullableUpdateSchemaSettingsInSource200Response ¶

type NullableUpdateSchemaSettingsInSource200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSchemaSettingsInSource200Response) Get ¶

func (NullableUpdateSchemaSettingsInSource200Response) IsSet ¶

func (NullableUpdateSchemaSettingsInSource200Response) MarshalJSON ¶

func (*NullableUpdateSchemaSettingsInSource200Response) Set ¶

func (*NullableUpdateSchemaSettingsInSource200Response) UnmarshalJSON ¶

func (*NullableUpdateSchemaSettingsInSource200Response) Unset ¶

type NullableUpdateSchemaSettingsInSourceV1Input ¶

type NullableUpdateSchemaSettingsInSourceV1Input struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSchemaSettingsInSourceV1Input) Get ¶

func (NullableUpdateSchemaSettingsInSourceV1Input) IsSet ¶

func (NullableUpdateSchemaSettingsInSourceV1Input) MarshalJSON ¶

func (*NullableUpdateSchemaSettingsInSourceV1Input) Set ¶

func (*NullableUpdateSchemaSettingsInSourceV1Input) UnmarshalJSON ¶

func (v *NullableUpdateSchemaSettingsInSourceV1Input) UnmarshalJSON(src []byte) error

func (*NullableUpdateSchemaSettingsInSourceV1Input) Unset ¶

type NullableUpdateSchemaSettingsInSourceV1Output ¶

type NullableUpdateSchemaSettingsInSourceV1Output struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSchemaSettingsInSourceV1Output) Get ¶

func (NullableUpdateSchemaSettingsInSourceV1Output) IsSet ¶

func (NullableUpdateSchemaSettingsInSourceV1Output) MarshalJSON ¶

func (*NullableUpdateSchemaSettingsInSourceV1Output) Set ¶

func (*NullableUpdateSchemaSettingsInSourceV1Output) UnmarshalJSON ¶

func (*NullableUpdateSchemaSettingsInSourceV1Output) Unset ¶

type NullableUpdateSelectiveSyncForWarehouse200Response ¶

type NullableUpdateSelectiveSyncForWarehouse200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSelectiveSyncForWarehouse200Response) Get ¶

func (NullableUpdateSelectiveSyncForWarehouse200Response) IsSet ¶

func (NullableUpdateSelectiveSyncForWarehouse200Response) MarshalJSON ¶

func (*NullableUpdateSelectiveSyncForWarehouse200Response) Set ¶

func (*NullableUpdateSelectiveSyncForWarehouse200Response) UnmarshalJSON ¶

func (*NullableUpdateSelectiveSyncForWarehouse200Response) Unset ¶

type NullableUpdateSelectiveSyncForWarehouseAndSpace200Response ¶

type NullableUpdateSelectiveSyncForWarehouseAndSpace200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSelectiveSyncForWarehouseAndSpace200Response) Get ¶

func (NullableUpdateSelectiveSyncForWarehouseAndSpace200Response) IsSet ¶

func (NullableUpdateSelectiveSyncForWarehouseAndSpace200Response) MarshalJSON ¶

func (*NullableUpdateSelectiveSyncForWarehouseAndSpace200Response) Set ¶

func (*NullableUpdateSelectiveSyncForWarehouseAndSpace200Response) UnmarshalJSON ¶

func (*NullableUpdateSelectiveSyncForWarehouseAndSpace200Response) Unset ¶

type NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaInput ¶

type NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) Get ¶

func (NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) IsSet ¶

func (NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) MarshalJSON ¶

func (*NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) Set ¶

func (*NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) UnmarshalJSON ¶

func (*NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) Unset ¶

type NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput ¶

type NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput) Get ¶

func (NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput) IsSet ¶

func (NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput) MarshalJSON ¶

func (*NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput) Set ¶

func (*NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput) UnmarshalJSON ¶

func (*NullableUpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput) Unset ¶

type NullableUpdateSelectiveSyncForWarehouseV1Input ¶

type NullableUpdateSelectiveSyncForWarehouseV1Input struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSelectiveSyncForWarehouseV1Input) Get ¶

func (NullableUpdateSelectiveSyncForWarehouseV1Input) IsSet ¶

func (NullableUpdateSelectiveSyncForWarehouseV1Input) MarshalJSON ¶

func (*NullableUpdateSelectiveSyncForWarehouseV1Input) Set ¶

func (*NullableUpdateSelectiveSyncForWarehouseV1Input) UnmarshalJSON ¶

func (*NullableUpdateSelectiveSyncForWarehouseV1Input) Unset ¶

type NullableUpdateSelectiveSyncForWarehouseV1Output ¶

type NullableUpdateSelectiveSyncForWarehouseV1Output struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSelectiveSyncForWarehouseV1Output) Get ¶

func (NullableUpdateSelectiveSyncForWarehouseV1Output) IsSet ¶

func (NullableUpdateSelectiveSyncForWarehouseV1Output) MarshalJSON ¶

func (*NullableUpdateSelectiveSyncForWarehouseV1Output) Set ¶

func (*NullableUpdateSelectiveSyncForWarehouseV1Output) UnmarshalJSON ¶

func (*NullableUpdateSelectiveSyncForWarehouseV1Output) Unset ¶

type NullableUpdateSource200Response ¶

type NullableUpdateSource200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSource200Response) Get ¶

func (NullableUpdateSource200Response) IsSet ¶

func (NullableUpdateSource200Response) MarshalJSON ¶

func (v NullableUpdateSource200Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateSource200Response) Set ¶

func (*NullableUpdateSource200Response) UnmarshalJSON ¶

func (v *NullableUpdateSource200Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateSource200Response) Unset ¶

type NullableUpdateSource200Response1 ¶

type NullableUpdateSource200Response1 struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSource200Response1) Get ¶

func (NullableUpdateSource200Response1) IsSet ¶

func (NullableUpdateSource200Response1) MarshalJSON ¶

func (v NullableUpdateSource200Response1) MarshalJSON() ([]byte, error)

func (*NullableUpdateSource200Response1) Set ¶

func (*NullableUpdateSource200Response1) UnmarshalJSON ¶

func (v *NullableUpdateSource200Response1) UnmarshalJSON(src []byte) error

func (*NullableUpdateSource200Response1) Unset ¶

type NullableUpdateSourceAlphaInput ¶

type NullableUpdateSourceAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSourceAlphaInput) Get ¶

func (NullableUpdateSourceAlphaInput) IsSet ¶

func (NullableUpdateSourceAlphaInput) MarshalJSON ¶

func (v NullableUpdateSourceAlphaInput) MarshalJSON() ([]byte, error)

func (*NullableUpdateSourceAlphaInput) Set ¶

func (*NullableUpdateSourceAlphaInput) UnmarshalJSON ¶

func (v *NullableUpdateSourceAlphaInput) UnmarshalJSON(src []byte) error

func (*NullableUpdateSourceAlphaInput) Unset ¶

func (v *NullableUpdateSourceAlphaInput) Unset()

type NullableUpdateSourceAlphaOutput ¶

type NullableUpdateSourceAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSourceAlphaOutput) Get ¶

func (NullableUpdateSourceAlphaOutput) IsSet ¶

func (NullableUpdateSourceAlphaOutput) MarshalJSON ¶

func (v NullableUpdateSourceAlphaOutput) MarshalJSON() ([]byte, error)

func (*NullableUpdateSourceAlphaOutput) Set ¶

func (*NullableUpdateSourceAlphaOutput) UnmarshalJSON ¶

func (v *NullableUpdateSourceAlphaOutput) UnmarshalJSON(src []byte) error

func (*NullableUpdateSourceAlphaOutput) Unset ¶

type NullableUpdateSourceV1Input ¶

type NullableUpdateSourceV1Input struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSourceV1Input) Get ¶

func (NullableUpdateSourceV1Input) IsSet ¶

func (NullableUpdateSourceV1Input) MarshalJSON ¶

func (v NullableUpdateSourceV1Input) MarshalJSON() ([]byte, error)

func (*NullableUpdateSourceV1Input) Set ¶

func (*NullableUpdateSourceV1Input) UnmarshalJSON ¶

func (v *NullableUpdateSourceV1Input) UnmarshalJSON(src []byte) error

func (*NullableUpdateSourceV1Input) Unset ¶

func (v *NullableUpdateSourceV1Input) Unset()

type NullableUpdateSourceV1Output ¶

type NullableUpdateSourceV1Output struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSourceV1Output) Get ¶

func (NullableUpdateSourceV1Output) IsSet ¶

func (NullableUpdateSourceV1Output) MarshalJSON ¶

func (v NullableUpdateSourceV1Output) MarshalJSON() ([]byte, error)

func (*NullableUpdateSourceV1Output) Set ¶

func (*NullableUpdateSourceV1Output) UnmarshalJSON ¶

func (v *NullableUpdateSourceV1Output) UnmarshalJSON(src []byte) error

func (*NullableUpdateSourceV1Output) Unset ¶

func (v *NullableUpdateSourceV1Output) Unset()

type NullableUpdateSubscriptionForDestination200Response ¶

type NullableUpdateSubscriptionForDestination200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSubscriptionForDestination200Response) Get ¶

func (NullableUpdateSubscriptionForDestination200Response) IsSet ¶

func (NullableUpdateSubscriptionForDestination200Response) MarshalJSON ¶

func (*NullableUpdateSubscriptionForDestination200Response) Set ¶

func (*NullableUpdateSubscriptionForDestination200Response) UnmarshalJSON ¶

func (*NullableUpdateSubscriptionForDestination200Response) Unset ¶

type NullableUpdateSubscriptionForDestinationAlphaInput ¶

type NullableUpdateSubscriptionForDestinationAlphaInput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSubscriptionForDestinationAlphaInput) Get ¶

func (NullableUpdateSubscriptionForDestinationAlphaInput) IsSet ¶

func (NullableUpdateSubscriptionForDestinationAlphaInput) MarshalJSON ¶

func (*NullableUpdateSubscriptionForDestinationAlphaInput) Set ¶

func (*NullableUpdateSubscriptionForDestinationAlphaInput) UnmarshalJSON ¶

func (*NullableUpdateSubscriptionForDestinationAlphaInput) Unset ¶

type NullableUpdateSubscriptionForDestinationAlphaOutput ¶

type NullableUpdateSubscriptionForDestinationAlphaOutput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSubscriptionForDestinationAlphaOutput) Get ¶

func (NullableUpdateSubscriptionForDestinationAlphaOutput) IsSet ¶

func (NullableUpdateSubscriptionForDestinationAlphaOutput) MarshalJSON ¶

func (*NullableUpdateSubscriptionForDestinationAlphaOutput) Set ¶

func (*NullableUpdateSubscriptionForDestinationAlphaOutput) UnmarshalJSON ¶

func (*NullableUpdateSubscriptionForDestinationAlphaOutput) Unset ¶

type NullableUpdateTrackingPlan200Response ¶

type NullableUpdateTrackingPlan200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateTrackingPlan200Response) Get ¶

func (NullableUpdateTrackingPlan200Response) IsSet ¶

func (NullableUpdateTrackingPlan200Response) MarshalJSON ¶

func (v NullableUpdateTrackingPlan200Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateTrackingPlan200Response) Set ¶

func (*NullableUpdateTrackingPlan200Response) UnmarshalJSON ¶

func (v *NullableUpdateTrackingPlan200Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateTrackingPlan200Response) Unset ¶

type NullableUpdateTrackingPlanV1Input ¶

type NullableUpdateTrackingPlanV1Input struct {
	// contains filtered or unexported fields
}

func (NullableUpdateTrackingPlanV1Input) Get ¶

func (NullableUpdateTrackingPlanV1Input) IsSet ¶

func (NullableUpdateTrackingPlanV1Input) MarshalJSON ¶

func (v NullableUpdateTrackingPlanV1Input) MarshalJSON() ([]byte, error)

func (*NullableUpdateTrackingPlanV1Input) Set ¶

func (*NullableUpdateTrackingPlanV1Input) UnmarshalJSON ¶

func (v *NullableUpdateTrackingPlanV1Input) UnmarshalJSON(src []byte) error

func (*NullableUpdateTrackingPlanV1Input) Unset ¶

type NullableUpdateTrackingPlanV1Output ¶

type NullableUpdateTrackingPlanV1Output struct {
	// contains filtered or unexported fields
}

func (NullableUpdateTrackingPlanV1Output) Get ¶

func (NullableUpdateTrackingPlanV1Output) IsSet ¶

func (NullableUpdateTrackingPlanV1Output) MarshalJSON ¶

func (v NullableUpdateTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*NullableUpdateTrackingPlanV1Output) Set ¶

func (*NullableUpdateTrackingPlanV1Output) UnmarshalJSON ¶

func (v *NullableUpdateTrackingPlanV1Output) UnmarshalJSON(src []byte) error

func (*NullableUpdateTrackingPlanV1Output) Unset ¶

type NullableUpdateTransformation200Response ¶

type NullableUpdateTransformation200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateTransformation200Response) Get ¶

func (NullableUpdateTransformation200Response) IsSet ¶

func (NullableUpdateTransformation200Response) MarshalJSON ¶

func (v NullableUpdateTransformation200Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateTransformation200Response) Set ¶

func (*NullableUpdateTransformation200Response) UnmarshalJSON ¶

func (v *NullableUpdateTransformation200Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateTransformation200Response) Unset ¶

type NullableUpdateTransformationBetaInput ¶

type NullableUpdateTransformationBetaInput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateTransformationBetaInput) Get ¶

func (NullableUpdateTransformationBetaInput) IsSet ¶

func (NullableUpdateTransformationBetaInput) MarshalJSON ¶

func (v NullableUpdateTransformationBetaInput) MarshalJSON() ([]byte, error)

func (*NullableUpdateTransformationBetaInput) Set ¶

func (*NullableUpdateTransformationBetaInput) UnmarshalJSON ¶

func (v *NullableUpdateTransformationBetaInput) UnmarshalJSON(src []byte) error

func (*NullableUpdateTransformationBetaInput) Unset ¶

type NullableUpdateTransformationBetaOutput ¶

type NullableUpdateTransformationBetaOutput struct {
	// contains filtered or unexported fields
}

func (NullableUpdateTransformationBetaOutput) Get ¶

func (NullableUpdateTransformationBetaOutput) IsSet ¶

func (NullableUpdateTransformationBetaOutput) MarshalJSON ¶

func (v NullableUpdateTransformationBetaOutput) MarshalJSON() ([]byte, error)

func (*NullableUpdateTransformationBetaOutput) Set ¶

func (*NullableUpdateTransformationBetaOutput) UnmarshalJSON ¶

func (v *NullableUpdateTransformationBetaOutput) UnmarshalJSON(src []byte) error

func (*NullableUpdateTransformationBetaOutput) Unset ¶

type NullableUpdateTransformationV1Input ¶

type NullableUpdateTransformationV1Input struct {
	// contains filtered or unexported fields
}

func (NullableUpdateTransformationV1Input) Get ¶

func (NullableUpdateTransformationV1Input) IsSet ¶

func (NullableUpdateTransformationV1Input) MarshalJSON ¶

func (v NullableUpdateTransformationV1Input) MarshalJSON() ([]byte, error)

func (*NullableUpdateTransformationV1Input) Set ¶

func (*NullableUpdateTransformationV1Input) UnmarshalJSON ¶

func (v *NullableUpdateTransformationV1Input) UnmarshalJSON(src []byte) error

func (*NullableUpdateTransformationV1Input) Unset ¶

type NullableUpdateTransformationV1Output ¶

type NullableUpdateTransformationV1Output struct {
	// contains filtered or unexported fields
}

func (NullableUpdateTransformationV1Output) Get ¶

func (NullableUpdateTransformationV1Output) IsSet ¶

func (NullableUpdateTransformationV1Output) MarshalJSON ¶

func (v NullableUpdateTransformationV1Output) MarshalJSON() ([]byte, error)

func (*NullableUpdateTransformationV1Output) Set ¶

func (*NullableUpdateTransformationV1Output) UnmarshalJSON ¶

func (v *NullableUpdateTransformationV1Output) UnmarshalJSON(src []byte) error

func (*NullableUpdateTransformationV1Output) Unset ¶

type NullableUpdateUserGroup200Response ¶

type NullableUpdateUserGroup200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateUserGroup200Response) Get ¶

func (NullableUpdateUserGroup200Response) IsSet ¶

func (NullableUpdateUserGroup200Response) MarshalJSON ¶

func (v NullableUpdateUserGroup200Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateUserGroup200Response) Set ¶

func (*NullableUpdateUserGroup200Response) UnmarshalJSON ¶

func (v *NullableUpdateUserGroup200Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateUserGroup200Response) Unset ¶

type NullableUpdateUserGroupV1Input ¶

type NullableUpdateUserGroupV1Input struct {
	// contains filtered or unexported fields
}

func (NullableUpdateUserGroupV1Input) Get ¶

func (NullableUpdateUserGroupV1Input) IsSet ¶

func (NullableUpdateUserGroupV1Input) MarshalJSON ¶

func (v NullableUpdateUserGroupV1Input) MarshalJSON() ([]byte, error)

func (*NullableUpdateUserGroupV1Input) Set ¶

func (*NullableUpdateUserGroupV1Input) UnmarshalJSON ¶

func (v *NullableUpdateUserGroupV1Input) UnmarshalJSON(src []byte) error

func (*NullableUpdateUserGroupV1Input) Unset ¶

func (v *NullableUpdateUserGroupV1Input) Unset()

type NullableUpdateUserGroupV1Output ¶

type NullableUpdateUserGroupV1Output struct {
	// contains filtered or unexported fields
}

func (NullableUpdateUserGroupV1Output) Get ¶

func (NullableUpdateUserGroupV1Output) IsSet ¶

func (NullableUpdateUserGroupV1Output) MarshalJSON ¶

func (v NullableUpdateUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*NullableUpdateUserGroupV1Output) Set ¶

func (*NullableUpdateUserGroupV1Output) UnmarshalJSON ¶

func (v *NullableUpdateUserGroupV1Output) UnmarshalJSON(src []byte) error

func (*NullableUpdateUserGroupV1Output) Unset ¶

type NullableUpdateWarehouse200Response ¶

type NullableUpdateWarehouse200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateWarehouse200Response) Get ¶

func (NullableUpdateWarehouse200Response) IsSet ¶

func (NullableUpdateWarehouse200Response) MarshalJSON ¶

func (v NullableUpdateWarehouse200Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateWarehouse200Response) Set ¶

func (*NullableUpdateWarehouse200Response) UnmarshalJSON ¶

func (v *NullableUpdateWarehouse200Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateWarehouse200Response) Unset ¶

type NullableUpdateWarehouseV1Input ¶

type NullableUpdateWarehouseV1Input struct {
	// contains filtered or unexported fields
}

func (NullableUpdateWarehouseV1Input) Get ¶

func (NullableUpdateWarehouseV1Input) IsSet ¶

func (NullableUpdateWarehouseV1Input) MarshalJSON ¶

func (v NullableUpdateWarehouseV1Input) MarshalJSON() ([]byte, error)

func (*NullableUpdateWarehouseV1Input) Set ¶

func (*NullableUpdateWarehouseV1Input) UnmarshalJSON ¶

func (v *NullableUpdateWarehouseV1Input) UnmarshalJSON(src []byte) error

func (*NullableUpdateWarehouseV1Input) Unset ¶

func (v *NullableUpdateWarehouseV1Input) Unset()

type NullableUpdateWarehouseV1Output ¶

type NullableUpdateWarehouseV1Output struct {
	// contains filtered or unexported fields
}

func (NullableUpdateWarehouseV1Output) Get ¶

func (NullableUpdateWarehouseV1Output) IsSet ¶

func (NullableUpdateWarehouseV1Output) MarshalJSON ¶

func (v NullableUpdateWarehouseV1Output) MarshalJSON() ([]byte, error)

func (*NullableUpdateWarehouseV1Output) Set ¶

func (*NullableUpdateWarehouseV1Output) UnmarshalJSON ¶

func (v *NullableUpdateWarehouseV1Output) UnmarshalJSON(src []byte) error

func (*NullableUpdateWarehouseV1Output) Unset ¶

type NullableUpsertRuleV1 ¶

type NullableUpsertRuleV1 struct {
	// contains filtered or unexported fields
}

func NewNullableUpsertRuleV1 ¶

func NewNullableUpsertRuleV1(val *UpsertRuleV1) *NullableUpsertRuleV1

func (NullableUpsertRuleV1) Get ¶

func (NullableUpsertRuleV1) IsSet ¶

func (v NullableUpsertRuleV1) IsSet() bool

func (NullableUpsertRuleV1) MarshalJSON ¶

func (v NullableUpsertRuleV1) MarshalJSON() ([]byte, error)

func (*NullableUpsertRuleV1) Set ¶

func (v *NullableUpsertRuleV1) Set(val *UpsertRuleV1)

func (*NullableUpsertRuleV1) UnmarshalJSON ¶

func (v *NullableUpsertRuleV1) UnmarshalJSON(src []byte) error

func (*NullableUpsertRuleV1) Unset ¶

func (v *NullableUpsertRuleV1) Unset()

type NullableUserGroupV1 ¶

type NullableUserGroupV1 struct {
	// contains filtered or unexported fields
}

func NewNullableUserGroupV1 ¶

func NewNullableUserGroupV1(val *UserGroupV1) *NullableUserGroupV1

func (NullableUserGroupV1) Get ¶

func (NullableUserGroupV1) IsSet ¶

func (v NullableUserGroupV1) IsSet() bool

func (NullableUserGroupV1) MarshalJSON ¶

func (v NullableUserGroupV1) MarshalJSON() ([]byte, error)

func (*NullableUserGroupV1) Set ¶

func (v *NullableUserGroupV1) Set(val *UserGroupV1)

func (*NullableUserGroupV1) UnmarshalJSON ¶

func (v *NullableUserGroupV1) UnmarshalJSON(src []byte) error

func (*NullableUserGroupV1) Unset ¶

func (v *NullableUserGroupV1) Unset()

type NullableUserV1 ¶

type NullableUserV1 struct {
	// contains filtered or unexported fields
}

func NewNullableUserV1 ¶

func NewNullableUserV1(val *UserV1) *NullableUserV1

func (NullableUserV1) Get ¶

func (v NullableUserV1) Get() *UserV1

func (NullableUserV1) IsSet ¶

func (v NullableUserV1) IsSet() bool

func (NullableUserV1) MarshalJSON ¶

func (v NullableUserV1) MarshalJSON() ([]byte, error)

func (*NullableUserV1) Set ¶

func (v *NullableUserV1) Set(val *UserV1)

func (*NullableUserV1) UnmarshalJSON ¶

func (v *NullableUserV1) UnmarshalJSON(src []byte) error

func (*NullableUserV1) Unset ¶

func (v *NullableUserV1) Unset()

type NullableUsersPerSourceSnapshotV1 ¶

type NullableUsersPerSourceSnapshotV1 struct {
	// contains filtered or unexported fields
}

func (NullableUsersPerSourceSnapshotV1) Get ¶

func (NullableUsersPerSourceSnapshotV1) IsSet ¶

func (NullableUsersPerSourceSnapshotV1) MarshalJSON ¶

func (v NullableUsersPerSourceSnapshotV1) MarshalJSON() ([]byte, error)

func (*NullableUsersPerSourceSnapshotV1) Set ¶

func (*NullableUsersPerSourceSnapshotV1) UnmarshalJSON ¶

func (v *NullableUsersPerSourceSnapshotV1) UnmarshalJSON(src []byte) error

func (*NullableUsersPerSourceSnapshotV1) Unset ¶

type NullableVersion ¶

type NullableVersion struct {
	// contains filtered or unexported fields
}

func NewNullableVersion ¶

func NewNullableVersion(val *Version) *NullableVersion

func (NullableVersion) Get ¶

func (v NullableVersion) Get() *Version

func (NullableVersion) IsSet ¶

func (v NullableVersion) IsSet() bool

func (NullableVersion) MarshalJSON ¶

func (v NullableVersion) MarshalJSON() ([]byte, error)

func (*NullableVersion) Set ¶

func (v *NullableVersion) Set(val *Version)

func (*NullableVersion) UnmarshalJSON ¶

func (v *NullableVersion) UnmarshalJSON(src []byte) error

func (*NullableVersion) Unset ¶

func (v *NullableVersion) Unset()

type NullableWarehouseAdvancedSyncV1 ¶

type NullableWarehouseAdvancedSyncV1 struct {
	// contains filtered or unexported fields
}

func (NullableWarehouseAdvancedSyncV1) Get ¶

func (NullableWarehouseAdvancedSyncV1) IsSet ¶

func (NullableWarehouseAdvancedSyncV1) MarshalJSON ¶

func (v NullableWarehouseAdvancedSyncV1) MarshalJSON() ([]byte, error)

func (*NullableWarehouseAdvancedSyncV1) Set ¶

func (*NullableWarehouseAdvancedSyncV1) UnmarshalJSON ¶

func (v *NullableWarehouseAdvancedSyncV1) UnmarshalJSON(src []byte) error

func (*NullableWarehouseAdvancedSyncV1) Unset ¶

type NullableWarehouseMetadataV1 ¶

type NullableWarehouseMetadataV1 struct {
	// contains filtered or unexported fields
}

func (NullableWarehouseMetadataV1) Get ¶

func (NullableWarehouseMetadataV1) IsSet ¶

func (NullableWarehouseMetadataV1) MarshalJSON ¶

func (v NullableWarehouseMetadataV1) MarshalJSON() ([]byte, error)

func (*NullableWarehouseMetadataV1) Set ¶

func (*NullableWarehouseMetadataV1) UnmarshalJSON ¶

func (v *NullableWarehouseMetadataV1) UnmarshalJSON(src []byte) error

func (*NullableWarehouseMetadataV1) Unset ¶

func (v *NullableWarehouseMetadataV1) Unset()

type NullableWarehouseSelectiveSyncItemV1 ¶

type NullableWarehouseSelectiveSyncItemV1 struct {
	// contains filtered or unexported fields
}

func (NullableWarehouseSelectiveSyncItemV1) Get ¶

func (NullableWarehouseSelectiveSyncItemV1) IsSet ¶

func (NullableWarehouseSelectiveSyncItemV1) MarshalJSON ¶

func (v NullableWarehouseSelectiveSyncItemV1) MarshalJSON() ([]byte, error)

func (*NullableWarehouseSelectiveSyncItemV1) Set ¶

func (*NullableWarehouseSelectiveSyncItemV1) UnmarshalJSON ¶

func (v *NullableWarehouseSelectiveSyncItemV1) UnmarshalJSON(src []byte) error

func (*NullableWarehouseSelectiveSyncItemV1) Unset ¶

type NullableWarehouseSyncOverrideV1 ¶

type NullableWarehouseSyncOverrideV1 struct {
	// contains filtered or unexported fields
}

func (NullableWarehouseSyncOverrideV1) Get ¶

func (NullableWarehouseSyncOverrideV1) IsSet ¶

func (NullableWarehouseSyncOverrideV1) MarshalJSON ¶

func (v NullableWarehouseSyncOverrideV1) MarshalJSON() ([]byte, error)

func (*NullableWarehouseSyncOverrideV1) Set ¶

func (*NullableWarehouseSyncOverrideV1) UnmarshalJSON ¶

func (v *NullableWarehouseSyncOverrideV1) UnmarshalJSON(src []byte) error

func (*NullableWarehouseSyncOverrideV1) Unset ¶

type NullableWarehouseV1 ¶

type NullableWarehouseV1 struct {
	// contains filtered or unexported fields
}

func NewNullableWarehouseV1 ¶

func NewNullableWarehouseV1(val *WarehouseV1) *NullableWarehouseV1

func (NullableWarehouseV1) Get ¶

func (NullableWarehouseV1) IsSet ¶

func (v NullableWarehouseV1) IsSet() bool

func (NullableWarehouseV1) MarshalJSON ¶

func (v NullableWarehouseV1) MarshalJSON() ([]byte, error)

func (*NullableWarehouseV1) Set ¶

func (v *NullableWarehouseV1) Set(val *WarehouseV1)

func (*NullableWarehouseV1) UnmarshalJSON ¶

func (v *NullableWarehouseV1) UnmarshalJSON(src []byte) error

func (*NullableWarehouseV1) Unset ¶

func (v *NullableWarehouseV1) Unset()

type NullableWorkspaceV1 ¶

type NullableWorkspaceV1 struct {
	// contains filtered or unexported fields
}

func NewNullableWorkspaceV1 ¶

func NewNullableWorkspaceV1(val *WorkspaceV1) *NullableWorkspaceV1

func (NullableWorkspaceV1) Get ¶

func (NullableWorkspaceV1) IsSet ¶

func (v NullableWorkspaceV1) IsSet() bool

func (NullableWorkspaceV1) MarshalJSON ¶

func (v NullableWorkspaceV1) MarshalJSON() ([]byte, error)

func (*NullableWorkspaceV1) Set ¶

func (v *NullableWorkspaceV1) Set(val *WorkspaceV1)

func (*NullableWorkspaceV1) UnmarshalJSON ¶

func (v *NullableWorkspaceV1) UnmarshalJSON(src []byte) error

func (*NullableWorkspaceV1) Unset ¶

func (v *NullableWorkspaceV1) Unset()

type PaginationInput ¶

type PaginationInput struct {
	// The page to request.  Acceptable values to use here are in PaginationOutput objects, in the `current`, `next`, and `previous` keys.  Consumers of the API must treat this value as opaque.
	Cursor *string `json:"cursor,omitempty"`
	// The number of items to retrieve in a page, between 1 and 1000.
	Count int32 `json:"count"`
}

PaginationInput Pagination parameters. Every resource that returns a list of items in its `Output` object may contain a `PaginationInput` in its `Input` object. Required, though some of its fields are optional.

func NewPaginationInput ¶

func NewPaginationInput(count int32) *PaginationInput

NewPaginationInput instantiates a new PaginationInput 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 NewPaginationInputWithDefaults ¶

func NewPaginationInputWithDefaults() *PaginationInput

NewPaginationInputWithDefaults instantiates a new PaginationInput 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 (*PaginationInput) GetCount ¶

func (o *PaginationInput) GetCount() int32

GetCount returns the Count field value

func (*PaginationInput) GetCountOk ¶

func (o *PaginationInput) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*PaginationInput) GetCursor ¶

func (o *PaginationInput) GetCursor() string

GetCursor returns the Cursor field value if set, zero value otherwise.

func (*PaginationInput) GetCursorOk ¶

func (o *PaginationInput) GetCursorOk() (*string, bool)

GetCursorOk returns a tuple with the Cursor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaginationInput) HasCursor ¶

func (o *PaginationInput) HasCursor() bool

HasCursor returns a boolean if a field has been set.

func (PaginationInput) MarshalJSON ¶

func (o PaginationInput) MarshalJSON() ([]byte, error)

func (*PaginationInput) SetCount ¶

func (o *PaginationInput) SetCount(v int32)

SetCount sets field value

func (*PaginationInput) SetCursor ¶

func (o *PaginationInput) SetCursor(v string)

SetCursor gets a reference to the given string and assigns it to the Cursor field.

func (PaginationInput) ToMap ¶

func (o PaginationInput) ToMap() (map[string]interface{}, error)

type PaginationOutput ¶

type PaginationOutput struct {
	// The current cursor within a collection.  Consumers of the API must treat this value as opaque.
	Current string `json:"current"`
	// A pointer to the next page.  This does not return when you retrieve the last page.  Consumers of the API must treat this value as opaque.
	Next NullableString `json:"next,omitempty"`
	// A pointer to the previous page.  This does not return when you retrieve the first page.  Consumers of the API must treat this value as opaque.
	Previous NullableString `json:"previous,omitempty"`
	// The total number of entries available in the collection.  If calculating it impacts performance, the response may omit this field.
	TotalEntries *float32 `json:"totalEntries,omitempty"`
}

PaginationOutput Pagination metadata for a list response. Responses return this object alongside a list of resources, which provides the necessary metadata for manipulating a paginated collection. In operations that return lists, it's always present, though some of its fields might not be.

func NewPaginationOutput ¶

func NewPaginationOutput(current string) *PaginationOutput

NewPaginationOutput instantiates a new PaginationOutput 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 NewPaginationOutputWithDefaults ¶

func NewPaginationOutputWithDefaults() *PaginationOutput

NewPaginationOutputWithDefaults instantiates a new PaginationOutput 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 (*PaginationOutput) GetCurrent ¶

func (o *PaginationOutput) GetCurrent() string

GetCurrent returns the Current field value

func (*PaginationOutput) GetCurrentOk ¶

func (o *PaginationOutput) GetCurrentOk() (*string, bool)

GetCurrentOk returns a tuple with the Current field value and a boolean to check if the value has been set.

func (*PaginationOutput) GetNext ¶

func (o *PaginationOutput) GetNext() string

GetNext returns the Next field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PaginationOutput) GetNextOk ¶

func (o *PaginationOutput) GetNextOk() (*string, bool)

GetNextOk returns a tuple with the Next 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 (*PaginationOutput) GetPrevious ¶

func (o *PaginationOutput) GetPrevious() string

GetPrevious returns the Previous field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PaginationOutput) GetPreviousOk ¶

func (o *PaginationOutput) GetPreviousOk() (*string, bool)

GetPreviousOk returns a tuple with the Previous 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 (*PaginationOutput) GetTotalEntries ¶

func (o *PaginationOutput) GetTotalEntries() float32

GetTotalEntries returns the TotalEntries field value if set, zero value otherwise.

func (*PaginationOutput) GetTotalEntriesOk ¶

func (o *PaginationOutput) GetTotalEntriesOk() (*float32, bool)

GetTotalEntriesOk returns a tuple with the TotalEntries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaginationOutput) HasNext ¶

func (o *PaginationOutput) HasNext() bool

HasNext returns a boolean if a field has been set.

func (*PaginationOutput) HasPrevious ¶

func (o *PaginationOutput) HasPrevious() bool

HasPrevious returns a boolean if a field has been set.

func (*PaginationOutput) HasTotalEntries ¶

func (o *PaginationOutput) HasTotalEntries() bool

HasTotalEntries returns a boolean if a field has been set.

func (PaginationOutput) MarshalJSON ¶

func (o PaginationOutput) MarshalJSON() ([]byte, error)

func (*PaginationOutput) SetCurrent ¶

func (o *PaginationOutput) SetCurrent(v string)

SetCurrent sets field value

func (*PaginationOutput) SetNext ¶

func (o *PaginationOutput) SetNext(v string)

SetNext gets a reference to the given NullableString and assigns it to the Next field.

func (*PaginationOutput) SetNextNil ¶

func (o *PaginationOutput) SetNextNil()

SetNextNil sets the value for Next to be an explicit nil

func (*PaginationOutput) SetPrevious ¶

func (o *PaginationOutput) SetPrevious(v string)

SetPrevious gets a reference to the given NullableString and assigns it to the Previous field.

func (*PaginationOutput) SetPreviousNil ¶

func (o *PaginationOutput) SetPreviousNil()

SetPreviousNil sets the value for Previous to be an explicit nil

func (*PaginationOutput) SetTotalEntries ¶

func (o *PaginationOutput) SetTotalEntries(v float32)

SetTotalEntries gets a reference to the given float32 and assigns it to the TotalEntries field.

func (PaginationOutput) ToMap ¶

func (o PaginationOutput) ToMap() (map[string]interface{}, error)

func (*PaginationOutput) UnsetNext ¶

func (o *PaginationOutput) UnsetNext()

UnsetNext ensures that no value is present for Next, not even an explicit nil

func (*PaginationOutput) UnsetPrevious ¶

func (o *PaginationOutput) UnsetPrevious()

UnsetPrevious ensures that no value is present for Previous, not even an explicit nil

type PeriodicConfig ¶

type PeriodicConfig struct {
	// Go duration format string, only supporting units \"day\" (days), \"h\" (hours) and \"m\" (minutes).
	Interval string `json:"interval"`
}

PeriodicConfig Configures a periodic schedule interval.

func NewPeriodicConfig ¶

func NewPeriodicConfig(interval string) *PeriodicConfig

NewPeriodicConfig instantiates a new PeriodicConfig 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 NewPeriodicConfigWithDefaults ¶

func NewPeriodicConfigWithDefaults() *PeriodicConfig

NewPeriodicConfigWithDefaults instantiates a new PeriodicConfig 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 (*PeriodicConfig) GetInterval ¶

func (o *PeriodicConfig) GetInterval() string

GetInterval returns the Interval field value

func (*PeriodicConfig) GetIntervalOk ¶

func (o *PeriodicConfig) GetIntervalOk() (*string, bool)

GetIntervalOk returns a tuple with the Interval field value and a boolean to check if the value has been set.

func (PeriodicConfig) MarshalJSON ¶

func (o PeriodicConfig) MarshalJSON() ([]byte, error)

func (*PeriodicConfig) SetInterval ¶

func (o *PeriodicConfig) SetInterval(v string)

SetInterval sets field value

func (PeriodicConfig) ToMap ¶

func (o PeriodicConfig) ToMap() (map[string]interface{}, error)

type PermissionInputV1 ¶

type PermissionInputV1 struct {
	// The role id of this permission.
	RoleId string `json:"roleId"`
	// The resources to link the selected role to.
	Resources []PermissionResourceV1 `json:"resources"`
}

PermissionInputV1 The input for a permission, associated with a resource and/or labels.

func NewPermissionInputV1 ¶

func NewPermissionInputV1(roleId string, resources []PermissionResourceV1) *PermissionInputV1

NewPermissionInputV1 instantiates a new PermissionInputV1 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 NewPermissionInputV1WithDefaults ¶

func NewPermissionInputV1WithDefaults() *PermissionInputV1

NewPermissionInputV1WithDefaults instantiates a new PermissionInputV1 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 (*PermissionInputV1) GetResources ¶

func (o *PermissionInputV1) GetResources() []PermissionResourceV1

GetResources returns the Resources field value

func (*PermissionInputV1) GetResourcesOk ¶

func (o *PermissionInputV1) GetResourcesOk() ([]PermissionResourceV1, bool)

GetResourcesOk returns a tuple with the Resources field value and a boolean to check if the value has been set.

func (*PermissionInputV1) GetRoleId ¶

func (o *PermissionInputV1) GetRoleId() string

GetRoleId returns the RoleId field value

func (*PermissionInputV1) GetRoleIdOk ¶

func (o *PermissionInputV1) GetRoleIdOk() (*string, bool)

GetRoleIdOk returns a tuple with the RoleId field value and a boolean to check if the value has been set.

func (PermissionInputV1) MarshalJSON ¶

func (o PermissionInputV1) MarshalJSON() ([]byte, error)

func (*PermissionInputV1) SetResources ¶

func (o *PermissionInputV1) SetResources(v []PermissionResourceV1)

SetResources sets field value

func (*PermissionInputV1) SetRoleId ¶

func (o *PermissionInputV1) SetRoleId(v string)

SetRoleId sets field value

func (PermissionInputV1) ToMap ¶

func (o PermissionInputV1) ToMap() (map[string]interface{}, error)

type PermissionResourceV1 ¶

type PermissionResourceV1 struct {
	// The id of this resource.
	Id string `json:"id"`
	// The type for this resource.
	Type string `json:"type"`
	// The labels that further refine access to this resource. Labels are exclusive to Workspace-level permissions.
	Labels []AllowedLabelBeta `json:"labels,omitempty"`
}

PermissionResourceV1 The most basic representation of a resource belonging to a set of permissions.

func NewPermissionResourceV1 ¶

func NewPermissionResourceV1(id string, type_ string) *PermissionResourceV1

NewPermissionResourceV1 instantiates a new PermissionResourceV1 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 NewPermissionResourceV1WithDefaults ¶

func NewPermissionResourceV1WithDefaults() *PermissionResourceV1

NewPermissionResourceV1WithDefaults instantiates a new PermissionResourceV1 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 (*PermissionResourceV1) GetId ¶

func (o *PermissionResourceV1) GetId() string

GetId returns the Id field value

func (*PermissionResourceV1) GetIdOk ¶

func (o *PermissionResourceV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PermissionResourceV1) GetLabels ¶

func (o *PermissionResourceV1) GetLabels() []AllowedLabelBeta

GetLabels returns the Labels field value if set, zero value otherwise.

func (*PermissionResourceV1) GetLabelsOk ¶

func (o *PermissionResourceV1) GetLabelsOk() ([]AllowedLabelBeta, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PermissionResourceV1) GetType ¶

func (o *PermissionResourceV1) GetType() string

GetType returns the Type field value

func (*PermissionResourceV1) GetTypeOk ¶

func (o *PermissionResourceV1) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*PermissionResourceV1) HasLabels ¶

func (o *PermissionResourceV1) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (PermissionResourceV1) MarshalJSON ¶

func (o PermissionResourceV1) MarshalJSON() ([]byte, error)

func (*PermissionResourceV1) SetId ¶

func (o *PermissionResourceV1) SetId(v string)

SetId sets field value

func (*PermissionResourceV1) SetLabels ¶

func (o *PermissionResourceV1) SetLabels(v []AllowedLabelBeta)

SetLabels gets a reference to the given []AllowedLabelBeta and assigns it to the Labels field.

func (*PermissionResourceV1) SetType ¶

func (o *PermissionResourceV1) SetType(v string)

SetType sets field value

func (PermissionResourceV1) ToMap ¶

func (o PermissionResourceV1) ToMap() (map[string]interface{}, error)

type PermissionV1 ¶

type PermissionV1 struct {
	// The name of the role associated with this permission.
	RoleName string `json:"roleName"`
	// The id of the role associated with this permission.
	RoleId string `json:"roleId"`
	// The resources associated with this permission.
	Resources []PermissionResourceV1 `json:"resources"`
	// The labels to attach to this permission.
	Labels []AllowedLabelBeta `json:"labels,omitempty"`
}

PermissionV1 A registered set of permissions for a subject, extending a role to a resource.

func NewPermissionV1 ¶

func NewPermissionV1(
	roleName string,
	roleId string,
	resources []PermissionResourceV1,
) *PermissionV1

NewPermissionV1 instantiates a new PermissionV1 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 NewPermissionV1WithDefaults ¶

func NewPermissionV1WithDefaults() *PermissionV1

NewPermissionV1WithDefaults instantiates a new PermissionV1 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 (*PermissionV1) GetLabels ¶

func (o *PermissionV1) GetLabels() []AllowedLabelBeta

GetLabels returns the Labels field value if set, zero value otherwise.

func (*PermissionV1) GetLabelsOk ¶

func (o *PermissionV1) GetLabelsOk() ([]AllowedLabelBeta, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PermissionV1) GetResources ¶

func (o *PermissionV1) GetResources() []PermissionResourceV1

GetResources returns the Resources field value

func (*PermissionV1) GetResourcesOk ¶

func (o *PermissionV1) GetResourcesOk() ([]PermissionResourceV1, bool)

GetResourcesOk returns a tuple with the Resources field value and a boolean to check if the value has been set.

func (*PermissionV1) GetRoleId ¶

func (o *PermissionV1) GetRoleId() string

GetRoleId returns the RoleId field value

func (*PermissionV1) GetRoleIdOk ¶

func (o *PermissionV1) GetRoleIdOk() (*string, bool)

GetRoleIdOk returns a tuple with the RoleId field value and a boolean to check if the value has been set.

func (*PermissionV1) GetRoleName ¶

func (o *PermissionV1) GetRoleName() string

GetRoleName returns the RoleName field value

func (*PermissionV1) GetRoleNameOk ¶

func (o *PermissionV1) GetRoleNameOk() (*string, bool)

GetRoleNameOk returns a tuple with the RoleName field value and a boolean to check if the value has been set.

func (*PermissionV1) HasLabels ¶

func (o *PermissionV1) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (PermissionV1) MarshalJSON ¶

func (o PermissionV1) MarshalJSON() ([]byte, error)

func (*PermissionV1) SetLabels ¶

func (o *PermissionV1) SetLabels(v []AllowedLabelBeta)

SetLabels gets a reference to the given []AllowedLabelBeta and assigns it to the Labels field.

func (*PermissionV1) SetResources ¶

func (o *PermissionV1) SetResources(v []PermissionResourceV1)

SetResources sets field value

func (*PermissionV1) SetRoleId ¶

func (o *PermissionV1) SetRoleId(v string)

SetRoleId sets field value

func (*PermissionV1) SetRoleName ¶

func (o *PermissionV1) SetRoleName(v string)

SetRoleName sets field value

func (PermissionV1) ToMap ¶

func (o PermissionV1) ToMap() (map[string]interface{}, error)

type PersonalizationInput ¶

type PersonalizationInput struct {
	Profile Profile `json:"profile"`
	// Entities V2 Object.
	Entities []PersonalizationInputEntity `json:"entities,omitempty"`
}

PersonalizationInput The Personalization Input Object.

func NewPersonalizationInput ¶

func NewPersonalizationInput(profile Profile) *PersonalizationInput

NewPersonalizationInput instantiates a new PersonalizationInput 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 NewPersonalizationInputWithDefaults ¶

func NewPersonalizationInputWithDefaults() *PersonalizationInput

NewPersonalizationInputWithDefaults instantiates a new PersonalizationInput 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 (*PersonalizationInput) GetEntities ¶

GetEntities returns the Entities field value if set, zero value otherwise.

func (*PersonalizationInput) GetEntitiesOk ¶

func (o *PersonalizationInput) GetEntitiesOk() ([]PersonalizationInputEntity, bool)

GetEntitiesOk returns a tuple with the Entities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PersonalizationInput) GetProfile ¶

func (o *PersonalizationInput) GetProfile() Profile

GetProfile returns the Profile field value

func (*PersonalizationInput) GetProfileOk ¶

func (o *PersonalizationInput) GetProfileOk() (*Profile, bool)

GetProfileOk returns a tuple with the Profile field value and a boolean to check if the value has been set.

func (*PersonalizationInput) HasEntities ¶

func (o *PersonalizationInput) HasEntities() bool

HasEntities returns a boolean if a field has been set.

func (PersonalizationInput) MarshalJSON ¶

func (o PersonalizationInput) MarshalJSON() ([]byte, error)

func (*PersonalizationInput) SetEntities ¶

SetEntities gets a reference to the given []PersonalizationInputEntity and assigns it to the Entities field.

func (*PersonalizationInput) SetProfile ¶

func (o *PersonalizationInput) SetProfile(v Profile)

SetProfile sets field value

func (PersonalizationInput) ToMap ¶

func (o PersonalizationInput) ToMap() (map[string]interface{}, error)

type PersonalizationInputEntity ¶

type PersonalizationInputEntity struct {
	Properties []string `json:"properties"`
	// The relationship slug for the entity.
	RelationshipSlug string `json:"relationshipSlug"`
}

PersonalizationInputEntity The Personalization Input Entity.

func NewPersonalizationInputEntity ¶

func NewPersonalizationInputEntity(
	properties []string,
	relationshipSlug string,
) *PersonalizationInputEntity

NewPersonalizationInputEntity instantiates a new PersonalizationInputEntity 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 NewPersonalizationInputEntityWithDefaults ¶

func NewPersonalizationInputEntityWithDefaults() *PersonalizationInputEntity

NewPersonalizationInputEntityWithDefaults instantiates a new PersonalizationInputEntity 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 (*PersonalizationInputEntity) GetProperties ¶

func (o *PersonalizationInputEntity) GetProperties() []string

GetProperties returns the Properties field value

func (*PersonalizationInputEntity) GetPropertiesOk ¶

func (o *PersonalizationInputEntity) GetPropertiesOk() ([]string, bool)

GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.

func (*PersonalizationInputEntity) GetRelationshipSlug ¶

func (o *PersonalizationInputEntity) GetRelationshipSlug() string

GetRelationshipSlug returns the RelationshipSlug field value

func (*PersonalizationInputEntity) GetRelationshipSlugOk ¶

func (o *PersonalizationInputEntity) GetRelationshipSlugOk() (*string, bool)

GetRelationshipSlugOk returns a tuple with the RelationshipSlug field value and a boolean to check if the value has been set.

func (PersonalizationInputEntity) MarshalJSON ¶

func (o PersonalizationInputEntity) MarshalJSON() ([]byte, error)

func (*PersonalizationInputEntity) SetProperties ¶

func (o *PersonalizationInputEntity) SetProperties(v []string)

SetProperties sets field value

func (*PersonalizationInputEntity) SetRelationshipSlug ¶

func (o *PersonalizationInputEntity) SetRelationshipSlug(v string)

SetRelationshipSlug sets field value

func (PersonalizationInputEntity) ToMap ¶

func (o PersonalizationInputEntity) ToMap() (map[string]interface{}, error)

type PreviewDestinationFilter200Response ¶

type PreviewDestinationFilter200Response struct {
	Data *PreviewDestinationFilterV1Output `json:"data,omitempty"`
}

PreviewDestinationFilter200Response struct for PreviewDestinationFilter200Response

func NewPreviewDestinationFilter200Response ¶

func NewPreviewDestinationFilter200Response() *PreviewDestinationFilter200Response

NewPreviewDestinationFilter200Response instantiates a new PreviewDestinationFilter200Response 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 NewPreviewDestinationFilter200ResponseWithDefaults ¶

func NewPreviewDestinationFilter200ResponseWithDefaults() *PreviewDestinationFilter200Response

NewPreviewDestinationFilter200ResponseWithDefaults instantiates a new PreviewDestinationFilter200Response 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 (*PreviewDestinationFilter200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*PreviewDestinationFilter200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PreviewDestinationFilter200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (PreviewDestinationFilter200Response) MarshalJSON ¶

func (o PreviewDestinationFilter200Response) MarshalJSON() ([]byte, error)

func (*PreviewDestinationFilter200Response) SetData ¶

SetData gets a reference to the given PreviewDestinationFilterV1Output and assigns it to the Data field.

func (PreviewDestinationFilter200Response) ToMap ¶

func (o PreviewDestinationFilter200Response) ToMap() (map[string]interface{}, error)

type PreviewDestinationFilterV1 ¶

type PreviewDestinationFilterV1 struct {
	// A FQL statement which determines if the provided filter's actions will apply to the provided JSON payload. The literal string \"all\" will result in this filter to all events. For guidance on using FQL, see the Segment documentation site.
	If string `json:"if"`
	// The filtering action to take on events that match the \"if\" statement. Action types must be one of: \"drop\", \"allow_properties\", \"drop_properties\" or \"sample\".
	Actions []DestinationFilterActionV1 `json:"actions"`
}

PreviewDestinationFilterV1 A simplified Destination filter that includes the if and actions for a DestinationFilterV1.

func NewPreviewDestinationFilterV1 ¶

func NewPreviewDestinationFilterV1(
	if_ string,
	actions []DestinationFilterActionV1,
) *PreviewDestinationFilterV1

NewPreviewDestinationFilterV1 instantiates a new PreviewDestinationFilterV1 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 NewPreviewDestinationFilterV1WithDefaults ¶

func NewPreviewDestinationFilterV1WithDefaults() *PreviewDestinationFilterV1

NewPreviewDestinationFilterV1WithDefaults instantiates a new PreviewDestinationFilterV1 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 (*PreviewDestinationFilterV1) GetActions ¶

GetActions returns the Actions field value

func (*PreviewDestinationFilterV1) GetActionsOk ¶

GetActionsOk returns a tuple with the Actions field value and a boolean to check if the value has been set.

func (*PreviewDestinationFilterV1) GetIf ¶

GetIf returns the If field value

func (*PreviewDestinationFilterV1) GetIfOk ¶

func (o *PreviewDestinationFilterV1) GetIfOk() (*string, bool)

GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.

func (PreviewDestinationFilterV1) MarshalJSON ¶

func (o PreviewDestinationFilterV1) MarshalJSON() ([]byte, error)

func (*PreviewDestinationFilterV1) SetActions ¶

SetActions sets field value

func (*PreviewDestinationFilterV1) SetIf ¶

func (o *PreviewDestinationFilterV1) SetIf(v string)

SetIf sets field value

func (PreviewDestinationFilterV1) ToMap ¶

func (o PreviewDestinationFilterV1) ToMap() (map[string]interface{}, error)

type PreviewDestinationFilterV1Input ¶

type PreviewDestinationFilterV1Input struct {
	Filter PreviewDestinationFilterV1 `json:"filter"`
	// The JSON payload to apply the filter to.
	Payload map[string]interface{} `json:"payload"`
}

PreviewDestinationFilterV1Input Input of the Destination filter to preview. For guidance on using FQL, see the Segment documentation site.

func NewPreviewDestinationFilterV1Input ¶

func NewPreviewDestinationFilterV1Input(
	filter PreviewDestinationFilterV1,
	payload map[string]interface{},
) *PreviewDestinationFilterV1Input

NewPreviewDestinationFilterV1Input instantiates a new PreviewDestinationFilterV1Input 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 NewPreviewDestinationFilterV1InputWithDefaults ¶

func NewPreviewDestinationFilterV1InputWithDefaults() *PreviewDestinationFilterV1Input

NewPreviewDestinationFilterV1InputWithDefaults instantiates a new PreviewDestinationFilterV1Input 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 (*PreviewDestinationFilterV1Input) GetFilter ¶

GetFilter returns the Filter field value

func (*PreviewDestinationFilterV1Input) GetFilterOk ¶

GetFilterOk returns a tuple with the Filter field value and a boolean to check if the value has been set.

func (*PreviewDestinationFilterV1Input) GetPayload ¶

func (o *PreviewDestinationFilterV1Input) GetPayload() map[string]interface{}

GetPayload returns the Payload field value

func (*PreviewDestinationFilterV1Input) GetPayloadOk ¶

func (o *PreviewDestinationFilterV1Input) 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 (PreviewDestinationFilterV1Input) MarshalJSON ¶

func (o PreviewDestinationFilterV1Input) MarshalJSON() ([]byte, error)

func (*PreviewDestinationFilterV1Input) SetFilter ¶

SetFilter sets field value

func (*PreviewDestinationFilterV1Input) SetPayload ¶

func (o *PreviewDestinationFilterV1Input) SetPayload(v map[string]interface{})

SetPayload sets field value

func (PreviewDestinationFilterV1Input) ToMap ¶

func (o PreviewDestinationFilterV1Input) ToMap() (map[string]interface{}, error)

type PreviewDestinationFilterV1Output ¶

type PreviewDestinationFilterV1Output struct {
	// The pre-filter JSON input.
	InputPayload map[string]interface{} `json:"inputPayload"`
	// The filtered JSON output.
	Result map[string]interface{} `json:"result"`
}

PreviewDestinationFilterV1Output Preview output from applying the Destination filter. Segment modifies or nullifies payloads depending on the provided filter actions.

func NewPreviewDestinationFilterV1Output ¶

func NewPreviewDestinationFilterV1Output(
	inputPayload map[string]interface{},
	result map[string]interface{},
) *PreviewDestinationFilterV1Output

NewPreviewDestinationFilterV1Output instantiates a new PreviewDestinationFilterV1Output 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 NewPreviewDestinationFilterV1OutputWithDefaults ¶

func NewPreviewDestinationFilterV1OutputWithDefaults() *PreviewDestinationFilterV1Output

NewPreviewDestinationFilterV1OutputWithDefaults instantiates a new PreviewDestinationFilterV1Output 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 (*PreviewDestinationFilterV1Output) GetInputPayload ¶

func (o *PreviewDestinationFilterV1Output) GetInputPayload() map[string]interface{}

GetInputPayload returns the InputPayload field value

func (*PreviewDestinationFilterV1Output) GetInputPayloadOk ¶

func (o *PreviewDestinationFilterV1Output) GetInputPayloadOk() (map[string]interface{}, bool)

GetInputPayloadOk returns a tuple with the InputPayload field value and a boolean to check if the value has been set.

func (*PreviewDestinationFilterV1Output) GetResult ¶

func (o *PreviewDestinationFilterV1Output) GetResult() map[string]interface{}

GetResult returns the Result field value If the value is explicit nil, the zero value for map[string]interface{} will be returned

func (*PreviewDestinationFilterV1Output) GetResultOk ¶

func (o *PreviewDestinationFilterV1Output) GetResultOk() (map[string]interface{}, bool)

GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (PreviewDestinationFilterV1Output) MarshalJSON ¶

func (o PreviewDestinationFilterV1Output) MarshalJSON() ([]byte, error)

func (*PreviewDestinationFilterV1Output) SetInputPayload ¶

func (o *PreviewDestinationFilterV1Output) SetInputPayload(v map[string]interface{})

SetInputPayload sets field value

func (*PreviewDestinationFilterV1Output) SetResult ¶

func (o *PreviewDestinationFilterV1Output) SetResult(v map[string]interface{})

SetResult sets field value

func (PreviewDestinationFilterV1Output) ToMap ¶

func (o PreviewDestinationFilterV1Output) ToMap() (map[string]interface{}, error)

type Profile ¶

type Profile struct {
	Properties []string           `json:"properties"`
	Mapping    *map[string]string `json:"mapping,omitempty"`
}

Profile Profile Object.

func NewProfile ¶

func NewProfile(properties []string) *Profile

NewProfile instantiates a new Profile 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 NewProfileWithDefaults ¶

func NewProfileWithDefaults() *Profile

NewProfileWithDefaults instantiates a new Profile 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 (*Profile) GetMapping ¶

func (o *Profile) GetMapping() map[string]string

GetMapping returns the Mapping field value if set, zero value otherwise.

func (*Profile) GetMappingOk ¶

func (o *Profile) GetMappingOk() (*map[string]string, bool)

GetMappingOk returns a tuple with the Mapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Profile) GetProperties ¶

func (o *Profile) GetProperties() []string

GetProperties returns the Properties field value

func (*Profile) GetPropertiesOk ¶

func (o *Profile) GetPropertiesOk() ([]string, bool)

GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.

func (*Profile) HasMapping ¶

func (o *Profile) HasMapping() bool

HasMapping returns a boolean if a field has been set.

func (Profile) MarshalJSON ¶

func (o Profile) MarshalJSON() ([]byte, error)

func (*Profile) SetMapping ¶

func (o *Profile) SetMapping(v map[string]string)

SetMapping gets a reference to the given map[string]string and assigns it to the Mapping field.

func (*Profile) SetProperties ¶

func (o *Profile) SetProperties(v []string)

SetProperties sets field value

func (Profile) ToMap ¶

func (o Profile) ToMap() (map[string]interface{}, error)

type ProfilesSyncAPIService ¶

type ProfilesSyncAPIService service

ProfilesSyncAPIService ProfilesSyncAPI service

func (*ProfilesSyncAPIService) CreateProfilesWarehouse ¶

func (a *ProfilesSyncAPIService) CreateProfilesWarehouse(
	ctx context.Context,
	spaceId string,
) ApiCreateProfilesWarehouseRequest

CreateProfilesWarehouse Create Profiles Warehouse

Creates a new Profiles Warehouse.

• When called, this endpoint may generate the `Profiles Sync Warehouse Created` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@return ApiCreateProfilesWarehouseRequest

func (*ProfilesSyncAPIService) CreateProfilesWarehouseExecute ¶

Execute executes the request

@return CreateProfilesWarehouse201Response

func (*ProfilesSyncAPIService) ListProfilesWarehouseInSpace ¶

func (a *ProfilesSyncAPIService) ListProfilesWarehouseInSpace(
	ctx context.Context,
	spaceId string,
) ApiListProfilesWarehouseInSpaceRequest

ListProfilesWarehouseInSpace List Profiles Warehouse in Space

Lists all Profile Warehouses for a given space id.

• When called, this endpoint may generate the `Profiles Sync Warehouse Retrieved` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@return ApiListProfilesWarehouseInSpaceRequest

func (*ProfilesSyncAPIService) ListProfilesWarehouseInSpaceExecute ¶

Execute executes the request

@return ListProfilesWarehouseInSpace200Response

func (*ProfilesSyncAPIService) ListSelectiveSyncsFromWarehouseAndSpace ¶

func (a *ProfilesSyncAPIService) ListSelectiveSyncsFromWarehouseAndSpace(
	ctx context.Context,
	spaceId string,
	warehouseId string,
) ApiListSelectiveSyncsFromWarehouseAndSpaceRequest

ListSelectiveSyncsFromWarehouseAndSpace List Selective Syncs from Warehouse And Space

Returns the schema for a Space Warehouse connection, including Collections and Properties.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param warehouseId
@return ApiListSelectiveSyncsFromWarehouseAndSpaceRequest

func (*ProfilesSyncAPIService) ListSelectiveSyncsFromWarehouseAndSpaceExecute ¶

Execute executes the request

@return ListSelectiveSyncsFromWarehouseAndSpace200Response

func (*ProfilesSyncAPIService) RemoveProfilesWarehouseFromSpace ¶

func (a *ProfilesSyncAPIService) RemoveProfilesWarehouseFromSpace(
	ctx context.Context,
	spaceId string,
	warehouseId string,
) ApiRemoveProfilesWarehouseFromSpaceRequest

RemoveProfilesWarehouseFromSpace Remove Profiles Warehouse from Space

Deletes an existing Profiles Warehouse.

• When called, this endpoint may generate the `Profiles Sync Warehouse Deleted` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param warehouseId
@return ApiRemoveProfilesWarehouseFromSpaceRequest

func (*ProfilesSyncAPIService) RemoveProfilesWarehouseFromSpaceExecute ¶

Execute executes the request

@return RemoveProfilesWarehouseFromSpace200Response

func (*ProfilesSyncAPIService) UpdateProfilesWarehouseForSpaceWarehouse ¶

func (a *ProfilesSyncAPIService) UpdateProfilesWarehouseForSpaceWarehouse(
	ctx context.Context,
	spaceId string,
	warehouseId string,
) ApiUpdateProfilesWarehouseForSpaceWarehouseRequest

UpdateProfilesWarehouseForSpaceWarehouse Update Profiles Warehouse for Space Warehouse

Updates an existing Profiles Warehouse.

• When called, this endpoint may generate the `Profiles Sync Warehouse Updated` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param warehouseId
@return ApiUpdateProfilesWarehouseForSpaceWarehouseRequest

func (*ProfilesSyncAPIService) UpdateProfilesWarehouseForSpaceWarehouseExecute ¶

Execute executes the request

@return UpdateProfilesWarehouseForSpaceWarehouse200Response

func (*ProfilesSyncAPIService) UpdateSelectiveSyncForWarehouseAndSpace ¶

func (a *ProfilesSyncAPIService) UpdateSelectiveSyncForWarehouseAndSpace(
	ctx context.Context,
	spaceId string,
	warehouseId string,
) ApiUpdateSelectiveSyncForWarehouseAndSpaceRequest

UpdateSelectiveSyncForWarehouseAndSpace Update Selective Sync for Warehouse And Space

Updates the schema for a Space Warehouse connection, including Collections and Properties.

• When called, this endpoint may generate the `Profiles Sync Warehouse Modified` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@param warehouseId
@return ApiUpdateSelectiveSyncForWarehouseAndSpaceRequest

func (*ProfilesSyncAPIService) UpdateSelectiveSyncForWarehouseAndSpaceExecute ¶

Execute executes the request

@return UpdateSelectiveSyncForWarehouseAndSpace200Response

type ProfilesWarehouseAlpha ¶

type ProfilesWarehouseAlpha struct {
	// The id of the Warehouse.
	Id string `json:"id"`
	// The Space id.
	SpaceId  string              `json:"spaceId"`
	Metadata WarehouseMetadataV1 `json:"metadata"`
	// The id of the Workspace that owns this Warehouse.
	WorkspaceId string `json:"workspaceId"`
	// When set to true, this Warehouse receives data.
	Enabled bool `json:"enabled"`
	// A key-value object that contains instance-specific Warehouse settings.
	Settings map[string]interface{} `json:"settings"`
	// The custom schema name that Segment uses on the Warehouse side.
	SchemaName *string `json:"schemaName,omitempty"`
}

ProfilesWarehouseAlpha Defines a Profiles data Warehouse used as a Destination for Segment data.

func NewProfilesWarehouseAlpha ¶

func NewProfilesWarehouseAlpha(
	id string,
	spaceId string,
	metadata WarehouseMetadataV1,
	workspaceId string,
	enabled bool,
	settings map[string]interface{},
) *ProfilesWarehouseAlpha

NewProfilesWarehouseAlpha instantiates a new ProfilesWarehouseAlpha 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 NewProfilesWarehouseAlphaWithDefaults ¶

func NewProfilesWarehouseAlphaWithDefaults() *ProfilesWarehouseAlpha

NewProfilesWarehouseAlphaWithDefaults instantiates a new ProfilesWarehouseAlpha 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 (*ProfilesWarehouseAlpha) GetEnabled ¶

func (o *ProfilesWarehouseAlpha) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*ProfilesWarehouseAlpha) GetEnabledOk ¶

func (o *ProfilesWarehouseAlpha) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*ProfilesWarehouseAlpha) GetId ¶

func (o *ProfilesWarehouseAlpha) GetId() string

GetId returns the Id field value

func (*ProfilesWarehouseAlpha) GetIdOk ¶

func (o *ProfilesWarehouseAlpha) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ProfilesWarehouseAlpha) GetMetadata ¶

GetMetadata returns the Metadata field value

func (*ProfilesWarehouseAlpha) GetMetadataOk ¶

func (o *ProfilesWarehouseAlpha) GetMetadataOk() (*WarehouseMetadataV1, bool)

GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.

func (*ProfilesWarehouseAlpha) GetSchemaName ¶

func (o *ProfilesWarehouseAlpha) GetSchemaName() string

GetSchemaName returns the SchemaName field value if set, zero value otherwise.

func (*ProfilesWarehouseAlpha) GetSchemaNameOk ¶

func (o *ProfilesWarehouseAlpha) GetSchemaNameOk() (*string, bool)

GetSchemaNameOk returns a tuple with the SchemaName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProfilesWarehouseAlpha) GetSettings ¶

func (o *ProfilesWarehouseAlpha) GetSettings() map[string]interface{}

GetSettings returns the Settings field value

func (*ProfilesWarehouseAlpha) GetSettingsOk ¶

func (o *ProfilesWarehouseAlpha) GetSettingsOk() (map[string]interface{}, bool)

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (*ProfilesWarehouseAlpha) GetSpaceId ¶

func (o *ProfilesWarehouseAlpha) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*ProfilesWarehouseAlpha) GetSpaceIdOk ¶

func (o *ProfilesWarehouseAlpha) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*ProfilesWarehouseAlpha) GetWorkspaceId ¶

func (o *ProfilesWarehouseAlpha) GetWorkspaceId() string

GetWorkspaceId returns the WorkspaceId field value

func (*ProfilesWarehouseAlpha) GetWorkspaceIdOk ¶

func (o *ProfilesWarehouseAlpha) GetWorkspaceIdOk() (*string, bool)

GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.

func (*ProfilesWarehouseAlpha) HasSchemaName ¶

func (o *ProfilesWarehouseAlpha) HasSchemaName() bool

HasSchemaName returns a boolean if a field has been set.

func (ProfilesWarehouseAlpha) MarshalJSON ¶

func (o ProfilesWarehouseAlpha) MarshalJSON() ([]byte, error)

func (*ProfilesWarehouseAlpha) SetEnabled ¶

func (o *ProfilesWarehouseAlpha) SetEnabled(v bool)

SetEnabled sets field value

func (*ProfilesWarehouseAlpha) SetId ¶

func (o *ProfilesWarehouseAlpha) SetId(v string)

SetId sets field value

func (*ProfilesWarehouseAlpha) SetMetadata ¶

func (o *ProfilesWarehouseAlpha) SetMetadata(v WarehouseMetadataV1)

SetMetadata sets field value

func (*ProfilesWarehouseAlpha) SetSchemaName ¶

func (o *ProfilesWarehouseAlpha) SetSchemaName(v string)

SetSchemaName gets a reference to the given string and assigns it to the SchemaName field.

func (*ProfilesWarehouseAlpha) SetSettings ¶

func (o *ProfilesWarehouseAlpha) SetSettings(v map[string]interface{})

SetSettings sets field value

func (*ProfilesWarehouseAlpha) SetSpaceId ¶

func (o *ProfilesWarehouseAlpha) SetSpaceId(v string)

SetSpaceId sets field value

func (*ProfilesWarehouseAlpha) SetWorkspaceId ¶

func (o *ProfilesWarehouseAlpha) SetWorkspaceId(v string)

SetWorkspaceId sets field value

func (ProfilesWarehouseAlpha) ToMap ¶

func (o ProfilesWarehouseAlpha) ToMap() (map[string]interface{}, error)

type PropertyRenameBeta ¶

type PropertyRenameBeta struct {
	// The old name of the property.
	OldName string `json:"oldName"`
	// The new name to rename the property.
	NewName string `json:"newName"`
}

PropertyRenameBeta struct for PropertyRenameBeta

func NewPropertyRenameBeta ¶

func NewPropertyRenameBeta(oldName string, newName string) *PropertyRenameBeta

NewPropertyRenameBeta instantiates a new PropertyRenameBeta 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 NewPropertyRenameBetaWithDefaults ¶

func NewPropertyRenameBetaWithDefaults() *PropertyRenameBeta

NewPropertyRenameBetaWithDefaults instantiates a new PropertyRenameBeta 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 (*PropertyRenameBeta) GetNewName ¶

func (o *PropertyRenameBeta) GetNewName() string

GetNewName returns the NewName field value

func (*PropertyRenameBeta) GetNewNameOk ¶

func (o *PropertyRenameBeta) GetNewNameOk() (*string, bool)

GetNewNameOk returns a tuple with the NewName field value and a boolean to check if the value has been set.

func (*PropertyRenameBeta) GetOldName ¶

func (o *PropertyRenameBeta) GetOldName() string

GetOldName returns the OldName field value

func (*PropertyRenameBeta) GetOldNameOk ¶

func (o *PropertyRenameBeta) GetOldNameOk() (*string, bool)

GetOldNameOk returns a tuple with the OldName field value and a boolean to check if the value has been set.

func (PropertyRenameBeta) MarshalJSON ¶

func (o PropertyRenameBeta) MarshalJSON() ([]byte, error)

func (*PropertyRenameBeta) SetNewName ¶

func (o *PropertyRenameBeta) SetNewName(v string)

SetNewName sets field value

func (*PropertyRenameBeta) SetOldName ¶

func (o *PropertyRenameBeta) SetOldName(v string)

SetOldName sets field value

func (PropertyRenameBeta) ToMap ¶

func (o PropertyRenameBeta) ToMap() (map[string]interface{}, error)

type PropertyRenameV1 ¶

type PropertyRenameV1 struct {
	// The old name of the property.
	OldName string `json:"oldName"`
	// The new name to rename the property.
	NewName string `json:"newName"`
}

PropertyRenameV1 struct for PropertyRenameV1

func NewPropertyRenameV1 ¶

func NewPropertyRenameV1(oldName string, newName string) *PropertyRenameV1

NewPropertyRenameV1 instantiates a new PropertyRenameV1 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 NewPropertyRenameV1WithDefaults ¶

func NewPropertyRenameV1WithDefaults() *PropertyRenameV1

NewPropertyRenameV1WithDefaults instantiates a new PropertyRenameV1 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 (*PropertyRenameV1) GetNewName ¶

func (o *PropertyRenameV1) GetNewName() string

GetNewName returns the NewName field value

func (*PropertyRenameV1) GetNewNameOk ¶

func (o *PropertyRenameV1) GetNewNameOk() (*string, bool)

GetNewNameOk returns a tuple with the NewName field value and a boolean to check if the value has been set.

func (*PropertyRenameV1) GetOldName ¶

func (o *PropertyRenameV1) GetOldName() string

GetOldName returns the OldName field value

func (*PropertyRenameV1) GetOldNameOk ¶

func (o *PropertyRenameV1) GetOldNameOk() (*string, bool)

GetOldNameOk returns a tuple with the OldName field value and a boolean to check if the value has been set.

func (PropertyRenameV1) MarshalJSON ¶

func (o PropertyRenameV1) MarshalJSON() ([]byte, error)

func (*PropertyRenameV1) SetNewName ¶

func (o *PropertyRenameV1) SetNewName(v string)

SetNewName sets field value

func (*PropertyRenameV1) SetOldName ¶

func (o *PropertyRenameV1) SetOldName(v string)

SetOldName sets field value

func (PropertyRenameV1) ToMap ¶

func (o PropertyRenameV1) ToMap() (map[string]interface{}, error)

type PropertyValueTransformationBeta ¶

type PropertyValueTransformationBeta struct {
	// The property paths. The maximum number of paths is 10.
	PropertyPaths []string `json:"propertyPaths"`
	// The new value of the property paths.
	PropertyValue string `json:"propertyValue"`
}

PropertyValueTransformationBeta struct for PropertyValueTransformationBeta

func NewPropertyValueTransformationBeta ¶

func NewPropertyValueTransformationBeta(
	propertyPaths []string,
	propertyValue string,
) *PropertyValueTransformationBeta

NewPropertyValueTransformationBeta instantiates a new PropertyValueTransformationBeta 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 NewPropertyValueTransformationBetaWithDefaults ¶

func NewPropertyValueTransformationBetaWithDefaults() *PropertyValueTransformationBeta

NewPropertyValueTransformationBetaWithDefaults instantiates a new PropertyValueTransformationBeta 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 (*PropertyValueTransformationBeta) GetPropertyPaths ¶

func (o *PropertyValueTransformationBeta) GetPropertyPaths() []string

GetPropertyPaths returns the PropertyPaths field value

func (*PropertyValueTransformationBeta) GetPropertyPathsOk ¶

func (o *PropertyValueTransformationBeta) GetPropertyPathsOk() ([]string, bool)

GetPropertyPathsOk returns a tuple with the PropertyPaths field value and a boolean to check if the value has been set.

func (*PropertyValueTransformationBeta) GetPropertyValue ¶

func (o *PropertyValueTransformationBeta) GetPropertyValue() string

GetPropertyValue returns the PropertyValue field value

func (*PropertyValueTransformationBeta) GetPropertyValueOk ¶

func (o *PropertyValueTransformationBeta) GetPropertyValueOk() (*string, bool)

GetPropertyValueOk returns a tuple with the PropertyValue field value and a boolean to check if the value has been set.

func (PropertyValueTransformationBeta) MarshalJSON ¶

func (o PropertyValueTransformationBeta) MarshalJSON() ([]byte, error)

func (*PropertyValueTransformationBeta) SetPropertyPaths ¶

func (o *PropertyValueTransformationBeta) SetPropertyPaths(v []string)

SetPropertyPaths sets field value

func (*PropertyValueTransformationBeta) SetPropertyValue ¶

func (o *PropertyValueTransformationBeta) SetPropertyValue(v string)

SetPropertyValue sets field value

func (PropertyValueTransformationBeta) ToMap ¶

func (o PropertyValueTransformationBeta) ToMap() (map[string]interface{}, error)

type PropertyValueTransformationV1 ¶

type PropertyValueTransformationV1 struct {
	// The property paths. The maximum number of paths is 10.
	PropertyPaths []string `json:"propertyPaths"`
	// The new value of the property paths.
	PropertyValue string `json:"propertyValue"`
}

PropertyValueTransformationV1 struct for PropertyValueTransformationV1

func NewPropertyValueTransformationV1 ¶

func NewPropertyValueTransformationV1(
	propertyPaths []string,
	propertyValue string,
) *PropertyValueTransformationV1

NewPropertyValueTransformationV1 instantiates a new PropertyValueTransformationV1 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 NewPropertyValueTransformationV1WithDefaults ¶

func NewPropertyValueTransformationV1WithDefaults() *PropertyValueTransformationV1

NewPropertyValueTransformationV1WithDefaults instantiates a new PropertyValueTransformationV1 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 (*PropertyValueTransformationV1) GetPropertyPaths ¶

func (o *PropertyValueTransformationV1) GetPropertyPaths() []string

GetPropertyPaths returns the PropertyPaths field value

func (*PropertyValueTransformationV1) GetPropertyPathsOk ¶

func (o *PropertyValueTransformationV1) GetPropertyPathsOk() ([]string, bool)

GetPropertyPathsOk returns a tuple with the PropertyPaths field value and a boolean to check if the value has been set.

func (*PropertyValueTransformationV1) GetPropertyValue ¶

func (o *PropertyValueTransformationV1) GetPropertyValue() string

GetPropertyValue returns the PropertyValue field value

func (*PropertyValueTransformationV1) GetPropertyValueOk ¶

func (o *PropertyValueTransformationV1) GetPropertyValueOk() (*string, bool)

GetPropertyValueOk returns a tuple with the PropertyValue field value and a boolean to check if the value has been set.

func (PropertyValueTransformationV1) MarshalJSON ¶

func (o PropertyValueTransformationV1) MarshalJSON() ([]byte, error)

func (*PropertyValueTransformationV1) SetPropertyPaths ¶

func (o *PropertyValueTransformationV1) SetPropertyPaths(v []string)

SetPropertyPaths sets field value

func (*PropertyValueTransformationV1) SetPropertyValue ¶

func (o *PropertyValueTransformationV1) SetPropertyValue(v string)

SetPropertyValue sets field value

func (PropertyValueTransformationV1) ToMap ¶

func (o PropertyValueTransformationV1) ToMap() (map[string]interface{}, error)

type ReadAudiencePreviewOptions ¶

type ReadAudiencePreviewOptions struct {
	// The set of profile external identifiers being used to determine audience preview membership. Profiles will only be considered for audience preview membership if the profile has at least one external id whose key matches a value in this set.
	FilterByExternalIds []string `json:"filterByExternalIds,omitempty"`
	// Determines whether data prior to the audience preview being created is included when determining audience preview membership. Note that including historical data may be needed in order to properly handle the definition specified. In these cases, Segment will automatically handle including historical data and the response will return the includeHistoricalData parameter as true.
	IncludeHistoricalData *bool `json:"includeHistoricalData,omitempty"`
	// If specified, the value of this field indicates the number of days (specified from the date the audience preview was created) that event data will be included from when determining audience preview membership. If unspecified, defer to the value of `includeHistoricalData` to determine whether historical data is either entirely included or entirely excluded when determining audience preview membership.
	BackfillEventDataDays *float32 `json:"backfillEventDataDays,omitempty"`
}

ReadAudiencePreviewOptions Options which should be applied when segmenting audience previews.

func NewReadAudiencePreviewOptions ¶

func NewReadAudiencePreviewOptions() *ReadAudiencePreviewOptions

NewReadAudiencePreviewOptions instantiates a new ReadAudiencePreviewOptions 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 NewReadAudiencePreviewOptionsWithDefaults ¶

func NewReadAudiencePreviewOptionsWithDefaults() *ReadAudiencePreviewOptions

NewReadAudiencePreviewOptionsWithDefaults instantiates a new ReadAudiencePreviewOptions 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 (*ReadAudiencePreviewOptions) GetBackfillEventDataDays ¶

func (o *ReadAudiencePreviewOptions) GetBackfillEventDataDays() float32

GetBackfillEventDataDays returns the BackfillEventDataDays field value if set, zero value otherwise.

func (*ReadAudiencePreviewOptions) GetBackfillEventDataDaysOk ¶

func (o *ReadAudiencePreviewOptions) GetBackfillEventDataDaysOk() (*float32, bool)

GetBackfillEventDataDaysOk returns a tuple with the BackfillEventDataDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReadAudiencePreviewOptions) GetFilterByExternalIds ¶

func (o *ReadAudiencePreviewOptions) GetFilterByExternalIds() []string

GetFilterByExternalIds returns the FilterByExternalIds field value if set, zero value otherwise.

func (*ReadAudiencePreviewOptions) GetFilterByExternalIdsOk ¶

func (o *ReadAudiencePreviewOptions) GetFilterByExternalIdsOk() ([]string, bool)

GetFilterByExternalIdsOk returns a tuple with the FilterByExternalIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReadAudiencePreviewOptions) GetIncludeHistoricalData ¶

func (o *ReadAudiencePreviewOptions) GetIncludeHistoricalData() bool

GetIncludeHistoricalData returns the IncludeHistoricalData field value if set, zero value otherwise.

func (*ReadAudiencePreviewOptions) GetIncludeHistoricalDataOk ¶

func (o *ReadAudiencePreviewOptions) GetIncludeHistoricalDataOk() (*bool, bool)

GetIncludeHistoricalDataOk returns a tuple with the IncludeHistoricalData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReadAudiencePreviewOptions) HasBackfillEventDataDays ¶

func (o *ReadAudiencePreviewOptions) HasBackfillEventDataDays() bool

HasBackfillEventDataDays returns a boolean if a field has been set.

func (*ReadAudiencePreviewOptions) HasFilterByExternalIds ¶

func (o *ReadAudiencePreviewOptions) HasFilterByExternalIds() bool

HasFilterByExternalIds returns a boolean if a field has been set.

func (*ReadAudiencePreviewOptions) HasIncludeHistoricalData ¶

func (o *ReadAudiencePreviewOptions) HasIncludeHistoricalData() bool

HasIncludeHistoricalData returns a boolean if a field has been set.

func (ReadAudiencePreviewOptions) MarshalJSON ¶

func (o ReadAudiencePreviewOptions) MarshalJSON() ([]byte, error)

func (*ReadAudiencePreviewOptions) SetBackfillEventDataDays ¶

func (o *ReadAudiencePreviewOptions) SetBackfillEventDataDays(v float32)

SetBackfillEventDataDays gets a reference to the given float32 and assigns it to the BackfillEventDataDays field.

func (*ReadAudiencePreviewOptions) SetFilterByExternalIds ¶

func (o *ReadAudiencePreviewOptions) SetFilterByExternalIds(v []string)

SetFilterByExternalIds gets a reference to the given []string and assigns it to the FilterByExternalIds field.

func (*ReadAudiencePreviewOptions) SetIncludeHistoricalData ¶

func (o *ReadAudiencePreviewOptions) SetIncludeHistoricalData(v bool)

SetIncludeHistoricalData gets a reference to the given bool and assigns it to the IncludeHistoricalData field.

func (ReadAudiencePreviewOptions) ToMap ¶

func (o ReadAudiencePreviewOptions) ToMap() (map[string]interface{}, error)

type Regulation ¶

type Regulation struct {
	// The id of the regulate request.
	Id string `json:"id"`
	// The id of the Workspace that the regulate request belongs to.
	WorkspaceId string `json:"workspaceId"`
	// The current status of the regulate request.
	OverallStatus string `json:"overallStatus"`
	// The timestamp of when the request finished.
	FinishedAt *string `json:"finishedAt,omitempty"`
	// The timestamp of the creation of the request.
	CreatedAt string `json:"createdAt"`
	// The status of each stream including all the Destinations that correspond to the stream.
	StreamStatus []StreamStatusV1 `json:"streamStatus"`
}

Regulation The regulate request.

func NewRegulation ¶

func NewRegulation(
	id string,
	workspaceId string,
	overallStatus string,
	createdAt string,
	streamStatus []StreamStatusV1,
) *Regulation

NewRegulation instantiates a new Regulation 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 NewRegulationWithDefaults ¶

func NewRegulationWithDefaults() *Regulation

NewRegulationWithDefaults instantiates a new Regulation 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 (*Regulation) GetCreatedAt ¶

func (o *Regulation) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*Regulation) GetCreatedAtOk ¶

func (o *Regulation) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*Regulation) GetFinishedAt ¶

func (o *Regulation) GetFinishedAt() string

GetFinishedAt returns the FinishedAt field value if set, zero value otherwise.

func (*Regulation) GetFinishedAtOk ¶

func (o *Regulation) GetFinishedAtOk() (*string, bool)

GetFinishedAtOk returns a tuple with the FinishedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Regulation) GetId ¶

func (o *Regulation) GetId() string

GetId returns the Id field value

func (*Regulation) GetIdOk ¶

func (o *Regulation) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Regulation) GetOverallStatus ¶

func (o *Regulation) GetOverallStatus() string

GetOverallStatus returns the OverallStatus field value

func (*Regulation) GetOverallStatusOk ¶

func (o *Regulation) GetOverallStatusOk() (*string, bool)

GetOverallStatusOk returns a tuple with the OverallStatus field value and a boolean to check if the value has been set.

func (*Regulation) GetStreamStatus ¶

func (o *Regulation) GetStreamStatus() []StreamStatusV1

GetStreamStatus returns the StreamStatus field value

func (*Regulation) GetStreamStatusOk ¶

func (o *Regulation) GetStreamStatusOk() ([]StreamStatusV1, bool)

GetStreamStatusOk returns a tuple with the StreamStatus field value and a boolean to check if the value has been set.

func (*Regulation) GetWorkspaceId ¶

func (o *Regulation) GetWorkspaceId() string

GetWorkspaceId returns the WorkspaceId field value

func (*Regulation) GetWorkspaceIdOk ¶

func (o *Regulation) GetWorkspaceIdOk() (*string, bool)

GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.

func (*Regulation) HasFinishedAt ¶

func (o *Regulation) HasFinishedAt() bool

HasFinishedAt returns a boolean if a field has been set.

func (Regulation) MarshalJSON ¶

func (o Regulation) MarshalJSON() ([]byte, error)

func (*Regulation) SetCreatedAt ¶

func (o *Regulation) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*Regulation) SetFinishedAt ¶

func (o *Regulation) SetFinishedAt(v string)

SetFinishedAt gets a reference to the given string and assigns it to the FinishedAt field.

func (*Regulation) SetId ¶

func (o *Regulation) SetId(v string)

SetId sets field value

func (*Regulation) SetOverallStatus ¶

func (o *Regulation) SetOverallStatus(v string)

SetOverallStatus sets field value

func (*Regulation) SetStreamStatus ¶

func (o *Regulation) SetStreamStatus(v []StreamStatusV1)

SetStreamStatus sets field value

func (*Regulation) SetWorkspaceId ¶

func (o *Regulation) SetWorkspaceId(v string)

SetWorkspaceId sets field value

func (Regulation) ToMap ¶

func (o Regulation) ToMap() (map[string]interface{}, error)

type RegulationListEntryV1 ¶

type RegulationListEntryV1 struct {
	// The id of the regulate request.
	Id string `json:"id"`
	// The subject type.
	SubjectType string `json:"subjectType"`
	// The list of `userId` or `objectId` values of the subjects to regulate.
	Subjects []string `json:"subjects"`
	// The current status of the regulate request.
	Status string `json:"status"`
	// The timestamp of the creation of the request.
	CreatedAt string `json:"createdAt"`
	// The regulation type.
	RegulationType string `json:"regulationType"`
	// The timestamp of when the request finished.
	FinishedAt *string `json:"finishedAt,omitempty"`
}

RegulationListEntryV1 struct for RegulationListEntryV1

func NewRegulationListEntryV1 ¶

func NewRegulationListEntryV1(
	id string,
	subjectType string,
	subjects []string,
	status string,
	createdAt string,
	regulationType string,
) *RegulationListEntryV1

NewRegulationListEntryV1 instantiates a new RegulationListEntryV1 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 NewRegulationListEntryV1WithDefaults ¶

func NewRegulationListEntryV1WithDefaults() *RegulationListEntryV1

NewRegulationListEntryV1WithDefaults instantiates a new RegulationListEntryV1 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 (*RegulationListEntryV1) GetCreatedAt ¶

func (o *RegulationListEntryV1) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*RegulationListEntryV1) GetCreatedAtOk ¶

func (o *RegulationListEntryV1) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*RegulationListEntryV1) GetFinishedAt ¶

func (o *RegulationListEntryV1) GetFinishedAt() string

GetFinishedAt returns the FinishedAt field value if set, zero value otherwise.

func (*RegulationListEntryV1) GetFinishedAtOk ¶

func (o *RegulationListEntryV1) GetFinishedAtOk() (*string, bool)

GetFinishedAtOk returns a tuple with the FinishedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegulationListEntryV1) GetId ¶

func (o *RegulationListEntryV1) GetId() string

GetId returns the Id field value

func (*RegulationListEntryV1) GetIdOk ¶

func (o *RegulationListEntryV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RegulationListEntryV1) GetRegulationType ¶

func (o *RegulationListEntryV1) GetRegulationType() string

GetRegulationType returns the RegulationType field value

func (*RegulationListEntryV1) GetRegulationTypeOk ¶

func (o *RegulationListEntryV1) GetRegulationTypeOk() (*string, bool)

GetRegulationTypeOk returns a tuple with the RegulationType field value and a boolean to check if the value has been set.

func (*RegulationListEntryV1) GetStatus ¶

func (o *RegulationListEntryV1) GetStatus() string

GetStatus returns the Status field value

func (*RegulationListEntryV1) GetStatusOk ¶

func (o *RegulationListEntryV1) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*RegulationListEntryV1) GetSubjectType ¶

func (o *RegulationListEntryV1) GetSubjectType() string

GetSubjectType returns the SubjectType field value

func (*RegulationListEntryV1) GetSubjectTypeOk ¶

func (o *RegulationListEntryV1) GetSubjectTypeOk() (*string, bool)

GetSubjectTypeOk returns a tuple with the SubjectType field value and a boolean to check if the value has been set.

func (*RegulationListEntryV1) GetSubjects ¶

func (o *RegulationListEntryV1) GetSubjects() []string

GetSubjects returns the Subjects field value

func (*RegulationListEntryV1) GetSubjectsOk ¶

func (o *RegulationListEntryV1) GetSubjectsOk() ([]string, bool)

GetSubjectsOk returns a tuple with the Subjects field value and a boolean to check if the value has been set.

func (*RegulationListEntryV1) HasFinishedAt ¶

func (o *RegulationListEntryV1) HasFinishedAt() bool

HasFinishedAt returns a boolean if a field has been set.

func (RegulationListEntryV1) MarshalJSON ¶

func (o RegulationListEntryV1) MarshalJSON() ([]byte, error)

func (*RegulationListEntryV1) SetCreatedAt ¶

func (o *RegulationListEntryV1) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*RegulationListEntryV1) SetFinishedAt ¶

func (o *RegulationListEntryV1) SetFinishedAt(v string)

SetFinishedAt gets a reference to the given string and assigns it to the FinishedAt field.

func (*RegulationListEntryV1) SetId ¶

func (o *RegulationListEntryV1) SetId(v string)

SetId sets field value

func (*RegulationListEntryV1) SetRegulationType ¶

func (o *RegulationListEntryV1) SetRegulationType(v string)

SetRegulationType sets field value

func (*RegulationListEntryV1) SetStatus ¶

func (o *RegulationListEntryV1) SetStatus(v string)

SetStatus sets field value

func (*RegulationListEntryV1) SetSubjectType ¶

func (o *RegulationListEntryV1) SetSubjectType(v string)

SetSubjectType sets field value

func (*RegulationListEntryV1) SetSubjects ¶

func (o *RegulationListEntryV1) SetSubjects(v []string)

SetSubjects sets field value

func (RegulationListEntryV1) ToMap ¶

func (o RegulationListEntryV1) ToMap() (map[string]interface{}, error)

type RemoveActivationFromAudience200Response ¶

type RemoveActivationFromAudience200Response struct {
	Data *RemoveActivationFromAudienceOutput `json:"data,omitempty"`
}

RemoveActivationFromAudience200Response struct for RemoveActivationFromAudience200Response

func NewRemoveActivationFromAudience200Response ¶

func NewRemoveActivationFromAudience200Response() *RemoveActivationFromAudience200Response

NewRemoveActivationFromAudience200Response instantiates a new RemoveActivationFromAudience200Response 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 NewRemoveActivationFromAudience200ResponseWithDefaults ¶

func NewRemoveActivationFromAudience200ResponseWithDefaults() *RemoveActivationFromAudience200Response

NewRemoveActivationFromAudience200ResponseWithDefaults instantiates a new RemoveActivationFromAudience200Response 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 (*RemoveActivationFromAudience200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*RemoveActivationFromAudience200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoveActivationFromAudience200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (RemoveActivationFromAudience200Response) MarshalJSON ¶

func (o RemoveActivationFromAudience200Response) MarshalJSON() ([]byte, error)

func (*RemoveActivationFromAudience200Response) SetData ¶

SetData gets a reference to the given RemoveActivationFromAudienceOutput and assigns it to the Data field.

func (RemoveActivationFromAudience200Response) ToMap ¶

func (o RemoveActivationFromAudience200Response) ToMap() (map[string]interface{}, error)

type RemoveActivationFromAudienceOutput ¶

type RemoveActivationFromAudienceOutput struct {
	// Deletion status.
	Status string `json:"status"`
}

RemoveActivationFromAudienceOutput Output for removing an activation from audience.

func NewRemoveActivationFromAudienceOutput ¶

func NewRemoveActivationFromAudienceOutput(status string) *RemoveActivationFromAudienceOutput

NewRemoveActivationFromAudienceOutput instantiates a new RemoveActivationFromAudienceOutput 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 NewRemoveActivationFromAudienceOutputWithDefaults ¶

func NewRemoveActivationFromAudienceOutputWithDefaults() *RemoveActivationFromAudienceOutput

NewRemoveActivationFromAudienceOutputWithDefaults instantiates a new RemoveActivationFromAudienceOutput 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 (*RemoveActivationFromAudienceOutput) GetStatus ¶

GetStatus returns the Status field value

func (*RemoveActivationFromAudienceOutput) GetStatusOk ¶

func (o *RemoveActivationFromAudienceOutput) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (RemoveActivationFromAudienceOutput) MarshalJSON ¶

func (o RemoveActivationFromAudienceOutput) MarshalJSON() ([]byte, error)

func (*RemoveActivationFromAudienceOutput) SetStatus ¶

SetStatus sets field value

func (RemoveActivationFromAudienceOutput) ToMap ¶

func (o RemoveActivationFromAudienceOutput) ToMap() (map[string]interface{}, error)

type RemoveAudienceFromSpace200Response ¶

type RemoveAudienceFromSpace200Response struct {
	Data *RemoveAudienceFromSpaceBetaOutput `json:"data,omitempty"`
}

RemoveAudienceFromSpace200Response struct for RemoveAudienceFromSpace200Response

func NewRemoveAudienceFromSpace200Response ¶

func NewRemoveAudienceFromSpace200Response() *RemoveAudienceFromSpace200Response

NewRemoveAudienceFromSpace200Response instantiates a new RemoveAudienceFromSpace200Response 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 NewRemoveAudienceFromSpace200ResponseWithDefaults ¶

func NewRemoveAudienceFromSpace200ResponseWithDefaults() *RemoveAudienceFromSpace200Response

NewRemoveAudienceFromSpace200ResponseWithDefaults instantiates a new RemoveAudienceFromSpace200Response 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 (*RemoveAudienceFromSpace200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*RemoveAudienceFromSpace200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoveAudienceFromSpace200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (RemoveAudienceFromSpace200Response) MarshalJSON ¶

func (o RemoveAudienceFromSpace200Response) MarshalJSON() ([]byte, error)

func (*RemoveAudienceFromSpace200Response) SetData ¶

SetData gets a reference to the given RemoveAudienceFromSpaceBetaOutput and assigns it to the Data field.

func (RemoveAudienceFromSpace200Response) ToMap ¶

func (o RemoveAudienceFromSpace200Response) ToMap() (map[string]interface{}, error)

type RemoveAudienceFromSpace200Response1 ¶

type RemoveAudienceFromSpace200Response1 struct {
	Data *RemoveAudienceFromSpaceAlphaOutput `json:"data,omitempty"`
}

RemoveAudienceFromSpace200Response1 struct for RemoveAudienceFromSpace200Response1

func NewRemoveAudienceFromSpace200Response1 ¶

func NewRemoveAudienceFromSpace200Response1() *RemoveAudienceFromSpace200Response1

NewRemoveAudienceFromSpace200Response1 instantiates a new RemoveAudienceFromSpace200Response1 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 NewRemoveAudienceFromSpace200Response1WithDefaults ¶

func NewRemoveAudienceFromSpace200Response1WithDefaults() *RemoveAudienceFromSpace200Response1

NewRemoveAudienceFromSpace200Response1WithDefaults instantiates a new RemoveAudienceFromSpace200Response1 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 (*RemoveAudienceFromSpace200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*RemoveAudienceFromSpace200Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoveAudienceFromSpace200Response1) HasData ¶

HasData returns a boolean if a field has been set.

func (RemoveAudienceFromSpace200Response1) MarshalJSON ¶

func (o RemoveAudienceFromSpace200Response1) MarshalJSON() ([]byte, error)

func (*RemoveAudienceFromSpace200Response1) SetData ¶

SetData gets a reference to the given RemoveAudienceFromSpaceAlphaOutput and assigns it to the Data field.

func (RemoveAudienceFromSpace200Response1) ToMap ¶

func (o RemoveAudienceFromSpace200Response1) ToMap() (map[string]interface{}, error)

type RemoveAudienceFromSpaceAlphaOutput ¶

type RemoveAudienceFromSpaceAlphaOutput struct {
	// The status of the operation.
	Status string `json:"status"`
}

RemoveAudienceFromSpaceAlphaOutput Delete audience endpoint output.

func NewRemoveAudienceFromSpaceAlphaOutput ¶

func NewRemoveAudienceFromSpaceAlphaOutput(status string) *RemoveAudienceFromSpaceAlphaOutput

NewRemoveAudienceFromSpaceAlphaOutput instantiates a new RemoveAudienceFromSpaceAlphaOutput 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 NewRemoveAudienceFromSpaceAlphaOutputWithDefaults ¶

func NewRemoveAudienceFromSpaceAlphaOutputWithDefaults() *RemoveAudienceFromSpaceAlphaOutput

NewRemoveAudienceFromSpaceAlphaOutputWithDefaults instantiates a new RemoveAudienceFromSpaceAlphaOutput 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 (*RemoveAudienceFromSpaceAlphaOutput) GetStatus ¶

GetStatus returns the Status field value

func (*RemoveAudienceFromSpaceAlphaOutput) GetStatusOk ¶

func (o *RemoveAudienceFromSpaceAlphaOutput) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (RemoveAudienceFromSpaceAlphaOutput) MarshalJSON ¶

func (o RemoveAudienceFromSpaceAlphaOutput) MarshalJSON() ([]byte, error)

func (*RemoveAudienceFromSpaceAlphaOutput) SetStatus ¶

SetStatus sets field value

func (RemoveAudienceFromSpaceAlphaOutput) ToMap ¶

func (o RemoveAudienceFromSpaceAlphaOutput) ToMap() (map[string]interface{}, error)

type RemoveAudienceFromSpaceBetaOutput ¶

type RemoveAudienceFromSpaceBetaOutput struct {
	// The status of the operation.
	Status string `json:"status"`
}

RemoveAudienceFromSpaceBetaOutput Delete audience endpoint output.

func NewRemoveAudienceFromSpaceBetaOutput ¶

func NewRemoveAudienceFromSpaceBetaOutput(status string) *RemoveAudienceFromSpaceBetaOutput

NewRemoveAudienceFromSpaceBetaOutput instantiates a new RemoveAudienceFromSpaceBetaOutput 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 NewRemoveAudienceFromSpaceBetaOutputWithDefaults ¶

func NewRemoveAudienceFromSpaceBetaOutputWithDefaults() *RemoveAudienceFromSpaceBetaOutput

NewRemoveAudienceFromSpaceBetaOutputWithDefaults instantiates a new RemoveAudienceFromSpaceBetaOutput 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 (*RemoveAudienceFromSpaceBetaOutput) GetStatus ¶

GetStatus returns the Status field value

func (*RemoveAudienceFromSpaceBetaOutput) GetStatusOk ¶

func (o *RemoveAudienceFromSpaceBetaOutput) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (RemoveAudienceFromSpaceBetaOutput) MarshalJSON ¶

func (o RemoveAudienceFromSpaceBetaOutput) MarshalJSON() ([]byte, error)

func (*RemoveAudienceFromSpaceBetaOutput) SetStatus ¶

func (o *RemoveAudienceFromSpaceBetaOutput) SetStatus(v string)

SetStatus sets field value

func (RemoveAudienceFromSpaceBetaOutput) ToMap ¶

func (o RemoveAudienceFromSpaceBetaOutput) ToMap() (map[string]interface{}, error)

type RemoveComputedTraitFromSpace200Response ¶

type RemoveComputedTraitFromSpace200Response struct {
	Data *RemoveComputedTraitFromSpaceAlphaOutput `json:"data,omitempty"`
}

RemoveComputedTraitFromSpace200Response struct for RemoveComputedTraitFromSpace200Response

func NewRemoveComputedTraitFromSpace200Response ¶

func NewRemoveComputedTraitFromSpace200Response() *RemoveComputedTraitFromSpace200Response

NewRemoveComputedTraitFromSpace200Response instantiates a new RemoveComputedTraitFromSpace200Response 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 NewRemoveComputedTraitFromSpace200ResponseWithDefaults ¶

func NewRemoveComputedTraitFromSpace200ResponseWithDefaults() *RemoveComputedTraitFromSpace200Response

NewRemoveComputedTraitFromSpace200ResponseWithDefaults instantiates a new RemoveComputedTraitFromSpace200Response 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 (*RemoveComputedTraitFromSpace200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*RemoveComputedTraitFromSpace200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoveComputedTraitFromSpace200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (RemoveComputedTraitFromSpace200Response) MarshalJSON ¶

func (o RemoveComputedTraitFromSpace200Response) MarshalJSON() ([]byte, error)

func (*RemoveComputedTraitFromSpace200Response) SetData ¶

SetData gets a reference to the given RemoveComputedTraitFromSpaceAlphaOutput and assigns it to the Data field.

func (RemoveComputedTraitFromSpace200Response) ToMap ¶

func (o RemoveComputedTraitFromSpace200Response) ToMap() (map[string]interface{}, error)

type RemoveComputedTraitFromSpaceAlphaOutput ¶

type RemoveComputedTraitFromSpaceAlphaOutput struct {
	// The status of the operation.
	Status string `json:"status"`
}

RemoveComputedTraitFromSpaceAlphaOutput Delete computed trait endpoint output.

func NewRemoveComputedTraitFromSpaceAlphaOutput ¶

func NewRemoveComputedTraitFromSpaceAlphaOutput(
	status string,
) *RemoveComputedTraitFromSpaceAlphaOutput

NewRemoveComputedTraitFromSpaceAlphaOutput instantiates a new RemoveComputedTraitFromSpaceAlphaOutput 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 NewRemoveComputedTraitFromSpaceAlphaOutputWithDefaults ¶

func NewRemoveComputedTraitFromSpaceAlphaOutputWithDefaults() *RemoveComputedTraitFromSpaceAlphaOutput

NewRemoveComputedTraitFromSpaceAlphaOutputWithDefaults instantiates a new RemoveComputedTraitFromSpaceAlphaOutput 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 (*RemoveComputedTraitFromSpaceAlphaOutput) GetStatus ¶

GetStatus returns the Status field value

func (*RemoveComputedTraitFromSpaceAlphaOutput) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (RemoveComputedTraitFromSpaceAlphaOutput) MarshalJSON ¶

func (o RemoveComputedTraitFromSpaceAlphaOutput) MarshalJSON() ([]byte, error)

func (*RemoveComputedTraitFromSpaceAlphaOutput) SetStatus ¶

SetStatus sets field value

func (RemoveComputedTraitFromSpaceAlphaOutput) ToMap ¶

func (o RemoveComputedTraitFromSpaceAlphaOutput) ToMap() (map[string]interface{}, error)

type RemoveFilterFromDestination200Response ¶

type RemoveFilterFromDestination200Response struct {
	Data *RemoveFilterFromDestinationV1Output `json:"data,omitempty"`
}

RemoveFilterFromDestination200Response struct for RemoveFilterFromDestination200Response

func NewRemoveFilterFromDestination200Response ¶

func NewRemoveFilterFromDestination200Response() *RemoveFilterFromDestination200Response

NewRemoveFilterFromDestination200Response instantiates a new RemoveFilterFromDestination200Response 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 NewRemoveFilterFromDestination200ResponseWithDefaults ¶

func NewRemoveFilterFromDestination200ResponseWithDefaults() *RemoveFilterFromDestination200Response

NewRemoveFilterFromDestination200ResponseWithDefaults instantiates a new RemoveFilterFromDestination200Response 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 (*RemoveFilterFromDestination200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*RemoveFilterFromDestination200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoveFilterFromDestination200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (RemoveFilterFromDestination200Response) MarshalJSON ¶

func (o RemoveFilterFromDestination200Response) MarshalJSON() ([]byte, error)

func (*RemoveFilterFromDestination200Response) SetData ¶

SetData gets a reference to the given RemoveFilterFromDestinationV1Output and assigns it to the Data field.

func (RemoveFilterFromDestination200Response) ToMap ¶

func (o RemoveFilterFromDestination200Response) ToMap() (map[string]interface{}, error)

type RemoveFilterFromDestinationV1Output ¶

type RemoveFilterFromDestinationV1Output struct {
	// The status of delete operation.
	Status string `json:"status"`
}

RemoveFilterFromDestinationV1Output Output for DeleteDestinationFilterV1.

func NewRemoveFilterFromDestinationV1Output ¶

func NewRemoveFilterFromDestinationV1Output(status string) *RemoveFilterFromDestinationV1Output

NewRemoveFilterFromDestinationV1Output instantiates a new RemoveFilterFromDestinationV1Output 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 NewRemoveFilterFromDestinationV1OutputWithDefaults ¶

func NewRemoveFilterFromDestinationV1OutputWithDefaults() *RemoveFilterFromDestinationV1Output

NewRemoveFilterFromDestinationV1OutputWithDefaults instantiates a new RemoveFilterFromDestinationV1Output 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 (*RemoveFilterFromDestinationV1Output) GetStatus ¶

GetStatus returns the Status field value

func (*RemoveFilterFromDestinationV1Output) GetStatusOk ¶

func (o *RemoveFilterFromDestinationV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (RemoveFilterFromDestinationV1Output) MarshalJSON ¶

func (o RemoveFilterFromDestinationV1Output) MarshalJSON() ([]byte, error)

func (*RemoveFilterFromDestinationV1Output) SetStatus ¶

SetStatus sets field value

func (RemoveFilterFromDestinationV1Output) ToMap ¶

func (o RemoveFilterFromDestinationV1Output) ToMap() (map[string]interface{}, error)

type RemoveProfilesWarehouseFromSpace200Response ¶

type RemoveProfilesWarehouseFromSpace200Response struct {
	Data *RemoveProfilesWarehouseFromSpaceAlphaOutput `json:"data,omitempty"`
}

RemoveProfilesWarehouseFromSpace200Response struct for RemoveProfilesWarehouseFromSpace200Response

func NewRemoveProfilesWarehouseFromSpace200Response ¶

func NewRemoveProfilesWarehouseFromSpace200Response() *RemoveProfilesWarehouseFromSpace200Response

NewRemoveProfilesWarehouseFromSpace200Response instantiates a new RemoveProfilesWarehouseFromSpace200Response 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 NewRemoveProfilesWarehouseFromSpace200ResponseWithDefaults ¶

func NewRemoveProfilesWarehouseFromSpace200ResponseWithDefaults() *RemoveProfilesWarehouseFromSpace200Response

NewRemoveProfilesWarehouseFromSpace200ResponseWithDefaults instantiates a new RemoveProfilesWarehouseFromSpace200Response 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 (*RemoveProfilesWarehouseFromSpace200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*RemoveProfilesWarehouseFromSpace200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoveProfilesWarehouseFromSpace200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (RemoveProfilesWarehouseFromSpace200Response) MarshalJSON ¶

func (*RemoveProfilesWarehouseFromSpace200Response) SetData ¶

SetData gets a reference to the given RemoveProfilesWarehouseFromSpaceAlphaOutput and assigns it to the Data field.

func (RemoveProfilesWarehouseFromSpace200Response) ToMap ¶

func (o RemoveProfilesWarehouseFromSpace200Response) ToMap() (map[string]interface{}, error)

type RemoveProfilesWarehouseFromSpaceAlphaOutput ¶

type RemoveProfilesWarehouseFromSpaceAlphaOutput struct {
	// The status of the Warehouse deletion operation.
	Status string `json:"status"`
}

RemoveProfilesWarehouseFromSpaceAlphaOutput Returns the status of a Warehouse deletion.

func NewRemoveProfilesWarehouseFromSpaceAlphaOutput ¶

func NewRemoveProfilesWarehouseFromSpaceAlphaOutput(
	status string,
) *RemoveProfilesWarehouseFromSpaceAlphaOutput

NewRemoveProfilesWarehouseFromSpaceAlphaOutput instantiates a new RemoveProfilesWarehouseFromSpaceAlphaOutput 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 NewRemoveProfilesWarehouseFromSpaceAlphaOutputWithDefaults ¶

func NewRemoveProfilesWarehouseFromSpaceAlphaOutputWithDefaults() *RemoveProfilesWarehouseFromSpaceAlphaOutput

NewRemoveProfilesWarehouseFromSpaceAlphaOutputWithDefaults instantiates a new RemoveProfilesWarehouseFromSpaceAlphaOutput 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 (*RemoveProfilesWarehouseFromSpaceAlphaOutput) GetStatus ¶

GetStatus returns the Status field value

func (*RemoveProfilesWarehouseFromSpaceAlphaOutput) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (RemoveProfilesWarehouseFromSpaceAlphaOutput) MarshalJSON ¶

func (*RemoveProfilesWarehouseFromSpaceAlphaOutput) SetStatus ¶

SetStatus sets field value

func (RemoveProfilesWarehouseFromSpaceAlphaOutput) ToMap ¶

func (o RemoveProfilesWarehouseFromSpaceAlphaOutput) ToMap() (map[string]interface{}, error)

type RemoveRuleV1 ¶

type RemoveRuleV1 struct {
	// The type for this Tracking Plan rule.
	Type string `json:"type"`
	// Key to this rule (free-form string like 'Button clicked').
	Key *string `json:"key,omitempty"`
	// Version of this rule.
	Version float32 `json:"version"`
}

RemoveRuleV1 Represents the parameters needed to identify a rule on the backend-side.

func NewRemoveRuleV1 ¶

func NewRemoveRuleV1(type_ string, version float32) *RemoveRuleV1

NewRemoveRuleV1 instantiates a new RemoveRuleV1 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 NewRemoveRuleV1WithDefaults ¶

func NewRemoveRuleV1WithDefaults() *RemoveRuleV1

NewRemoveRuleV1WithDefaults instantiates a new RemoveRuleV1 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 (*RemoveRuleV1) GetKey ¶

func (o *RemoveRuleV1) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*RemoveRuleV1) GetKeyOk ¶

func (o *RemoveRuleV1) 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.

func (*RemoveRuleV1) GetType ¶

func (o *RemoveRuleV1) GetType() string

GetType returns the Type field value

func (*RemoveRuleV1) GetTypeOk ¶

func (o *RemoveRuleV1) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RemoveRuleV1) GetVersion ¶

func (o *RemoveRuleV1) GetVersion() float32

GetVersion returns the Version field value

func (*RemoveRuleV1) GetVersionOk ¶

func (o *RemoveRuleV1) GetVersionOk() (*float32, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (*RemoveRuleV1) HasKey ¶

func (o *RemoveRuleV1) HasKey() bool

HasKey returns a boolean if a field has been set.

func (RemoveRuleV1) MarshalJSON ¶

func (o RemoveRuleV1) MarshalJSON() ([]byte, error)

func (*RemoveRuleV1) SetKey ¶

func (o *RemoveRuleV1) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*RemoveRuleV1) SetType ¶

func (o *RemoveRuleV1) SetType(v string)

SetType sets field value

func (*RemoveRuleV1) SetVersion ¶

func (o *RemoveRuleV1) SetVersion(v float32)

SetVersion sets field value

func (RemoveRuleV1) ToMap ¶

func (o RemoveRuleV1) ToMap() (map[string]interface{}, error)

type RemoveRulesFromTrackingPlan200Response ¶

type RemoveRulesFromTrackingPlan200Response struct {
	Data *RemoveRulesFromTrackingPlanV1Output `json:"data,omitempty"`
}

RemoveRulesFromTrackingPlan200Response struct for RemoveRulesFromTrackingPlan200Response

func NewRemoveRulesFromTrackingPlan200Response ¶

func NewRemoveRulesFromTrackingPlan200Response() *RemoveRulesFromTrackingPlan200Response

NewRemoveRulesFromTrackingPlan200Response instantiates a new RemoveRulesFromTrackingPlan200Response 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 NewRemoveRulesFromTrackingPlan200ResponseWithDefaults ¶

func NewRemoveRulesFromTrackingPlan200ResponseWithDefaults() *RemoveRulesFromTrackingPlan200Response

NewRemoveRulesFromTrackingPlan200ResponseWithDefaults instantiates a new RemoveRulesFromTrackingPlan200Response 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 (*RemoveRulesFromTrackingPlan200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*RemoveRulesFromTrackingPlan200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoveRulesFromTrackingPlan200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (RemoveRulesFromTrackingPlan200Response) MarshalJSON ¶

func (o RemoveRulesFromTrackingPlan200Response) MarshalJSON() ([]byte, error)

func (*RemoveRulesFromTrackingPlan200Response) SetData ¶

SetData gets a reference to the given RemoveRulesFromTrackingPlanV1Output and assigns it to the Data field.

func (RemoveRulesFromTrackingPlan200Response) ToMap ¶

func (o RemoveRulesFromTrackingPlan200Response) ToMap() (map[string]interface{}, error)

type RemoveRulesFromTrackingPlanV1Output ¶

type RemoveRulesFromTrackingPlanV1Output struct {
	// The status of the operation.
	Status string `json:"status"`
}

RemoveRulesFromTrackingPlanV1Output Remove specified rules from a Tracking Plan.

func NewRemoveRulesFromTrackingPlanV1Output ¶

func NewRemoveRulesFromTrackingPlanV1Output(status string) *RemoveRulesFromTrackingPlanV1Output

NewRemoveRulesFromTrackingPlanV1Output instantiates a new RemoveRulesFromTrackingPlanV1Output 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 NewRemoveRulesFromTrackingPlanV1OutputWithDefaults ¶

func NewRemoveRulesFromTrackingPlanV1OutputWithDefaults() *RemoveRulesFromTrackingPlanV1Output

NewRemoveRulesFromTrackingPlanV1OutputWithDefaults instantiates a new RemoveRulesFromTrackingPlanV1Output 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 (*RemoveRulesFromTrackingPlanV1Output) GetStatus ¶

GetStatus returns the Status field value

func (*RemoveRulesFromTrackingPlanV1Output) GetStatusOk ¶

func (o *RemoveRulesFromTrackingPlanV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (RemoveRulesFromTrackingPlanV1Output) MarshalJSON ¶

func (o RemoveRulesFromTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*RemoveRulesFromTrackingPlanV1Output) SetStatus ¶

SetStatus sets field value

func (RemoveRulesFromTrackingPlanV1Output) ToMap ¶

func (o RemoveRulesFromTrackingPlanV1Output) ToMap() (map[string]interface{}, error)

type RemoveSourceConnectionFromWarehouse200Response ¶

type RemoveSourceConnectionFromWarehouse200Response struct {
	Data *RemoveSourceConnectionFromWarehouseV1Output `json:"data,omitempty"`
}

RemoveSourceConnectionFromWarehouse200Response struct for RemoveSourceConnectionFromWarehouse200Response

func NewRemoveSourceConnectionFromWarehouse200Response ¶

func NewRemoveSourceConnectionFromWarehouse200Response() *RemoveSourceConnectionFromWarehouse200Response

NewRemoveSourceConnectionFromWarehouse200Response instantiates a new RemoveSourceConnectionFromWarehouse200Response 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 NewRemoveSourceConnectionFromWarehouse200ResponseWithDefaults ¶

func NewRemoveSourceConnectionFromWarehouse200ResponseWithDefaults() *RemoveSourceConnectionFromWarehouse200Response

NewRemoveSourceConnectionFromWarehouse200ResponseWithDefaults instantiates a new RemoveSourceConnectionFromWarehouse200Response 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 (*RemoveSourceConnectionFromWarehouse200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*RemoveSourceConnectionFromWarehouse200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoveSourceConnectionFromWarehouse200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (RemoveSourceConnectionFromWarehouse200Response) MarshalJSON ¶

func (*RemoveSourceConnectionFromWarehouse200Response) SetData ¶

SetData gets a reference to the given RemoveSourceConnectionFromWarehouseV1Output and assigns it to the Data field.

func (RemoveSourceConnectionFromWarehouse200Response) ToMap ¶

func (o RemoveSourceConnectionFromWarehouse200Response) ToMap() (map[string]interface{}, error)

type RemoveSourceConnectionFromWarehouseV1Output ¶

type RemoveSourceConnectionFromWarehouseV1Output struct {
	// The status of the request to disconnect the Source and Warehouse.
	Status string `json:"status"`
}

RemoveSourceConnectionFromWarehouseV1Output Response indicating whether the disconnection was successful.

func NewRemoveSourceConnectionFromWarehouseV1Output ¶

func NewRemoveSourceConnectionFromWarehouseV1Output(
	status string,
) *RemoveSourceConnectionFromWarehouseV1Output

NewRemoveSourceConnectionFromWarehouseV1Output instantiates a new RemoveSourceConnectionFromWarehouseV1Output 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 NewRemoveSourceConnectionFromWarehouseV1OutputWithDefaults ¶

func NewRemoveSourceConnectionFromWarehouseV1OutputWithDefaults() *RemoveSourceConnectionFromWarehouseV1Output

NewRemoveSourceConnectionFromWarehouseV1OutputWithDefaults instantiates a new RemoveSourceConnectionFromWarehouseV1Output 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 (*RemoveSourceConnectionFromWarehouseV1Output) GetStatus ¶

GetStatus returns the Status field value

func (*RemoveSourceConnectionFromWarehouseV1Output) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (RemoveSourceConnectionFromWarehouseV1Output) MarshalJSON ¶

func (*RemoveSourceConnectionFromWarehouseV1Output) SetStatus ¶

SetStatus sets field value

func (RemoveSourceConnectionFromWarehouseV1Output) ToMap ¶

func (o RemoveSourceConnectionFromWarehouseV1Output) ToMap() (map[string]interface{}, error)

type RemoveSourceFromTrackingPlan200Response ¶

type RemoveSourceFromTrackingPlan200Response struct {
	Data *RemoveSourceFromTrackingPlanV1Output `json:"data,omitempty"`
}

RemoveSourceFromTrackingPlan200Response struct for RemoveSourceFromTrackingPlan200Response

func NewRemoveSourceFromTrackingPlan200Response ¶

func NewRemoveSourceFromTrackingPlan200Response() *RemoveSourceFromTrackingPlan200Response

NewRemoveSourceFromTrackingPlan200Response instantiates a new RemoveSourceFromTrackingPlan200Response 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 NewRemoveSourceFromTrackingPlan200ResponseWithDefaults ¶

func NewRemoveSourceFromTrackingPlan200ResponseWithDefaults() *RemoveSourceFromTrackingPlan200Response

NewRemoveSourceFromTrackingPlan200ResponseWithDefaults instantiates a new RemoveSourceFromTrackingPlan200Response 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 (*RemoveSourceFromTrackingPlan200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*RemoveSourceFromTrackingPlan200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoveSourceFromTrackingPlan200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (RemoveSourceFromTrackingPlan200Response) MarshalJSON ¶

func (o RemoveSourceFromTrackingPlan200Response) MarshalJSON() ([]byte, error)

func (*RemoveSourceFromTrackingPlan200Response) SetData ¶

SetData gets a reference to the given RemoveSourceFromTrackingPlanV1Output and assigns it to the Data field.

func (RemoveSourceFromTrackingPlan200Response) ToMap ¶

func (o RemoveSourceFromTrackingPlan200Response) ToMap() (map[string]interface{}, error)

type RemoveSourceFromTrackingPlanV1Output ¶

type RemoveSourceFromTrackingPlanV1Output struct {
	// The operation status.
	Status string `json:"status"`
}

RemoveSourceFromTrackingPlanV1Output Disconnects a Source from a Tracking Plan.

func NewRemoveSourceFromTrackingPlanV1Output ¶

func NewRemoveSourceFromTrackingPlanV1Output(status string) *RemoveSourceFromTrackingPlanV1Output

NewRemoveSourceFromTrackingPlanV1Output instantiates a new RemoveSourceFromTrackingPlanV1Output 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 NewRemoveSourceFromTrackingPlanV1OutputWithDefaults ¶

func NewRemoveSourceFromTrackingPlanV1OutputWithDefaults() *RemoveSourceFromTrackingPlanV1Output

NewRemoveSourceFromTrackingPlanV1OutputWithDefaults instantiates a new RemoveSourceFromTrackingPlanV1Output 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 (*RemoveSourceFromTrackingPlanV1Output) GetStatus ¶

GetStatus returns the Status field value

func (*RemoveSourceFromTrackingPlanV1Output) GetStatusOk ¶

func (o *RemoveSourceFromTrackingPlanV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (RemoveSourceFromTrackingPlanV1Output) MarshalJSON ¶

func (o RemoveSourceFromTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*RemoveSourceFromTrackingPlanV1Output) SetStatus ¶

SetStatus sets field value

func (RemoveSourceFromTrackingPlanV1Output) ToMap ¶

func (o RemoveSourceFromTrackingPlanV1Output) ToMap() (map[string]interface{}, error)

type RemoveSubscriptionFromDestination200Response ¶

type RemoveSubscriptionFromDestination200Response struct {
	Data *RemoveSubscriptionFromDestinationAlphaOutput `json:"data,omitempty"`
}

RemoveSubscriptionFromDestination200Response struct for RemoveSubscriptionFromDestination200Response

func NewRemoveSubscriptionFromDestination200Response ¶

func NewRemoveSubscriptionFromDestination200Response() *RemoveSubscriptionFromDestination200Response

NewRemoveSubscriptionFromDestination200Response instantiates a new RemoveSubscriptionFromDestination200Response 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 NewRemoveSubscriptionFromDestination200ResponseWithDefaults ¶

func NewRemoveSubscriptionFromDestination200ResponseWithDefaults() *RemoveSubscriptionFromDestination200Response

NewRemoveSubscriptionFromDestination200ResponseWithDefaults instantiates a new RemoveSubscriptionFromDestination200Response 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 (*RemoveSubscriptionFromDestination200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*RemoveSubscriptionFromDestination200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoveSubscriptionFromDestination200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (RemoveSubscriptionFromDestination200Response) MarshalJSON ¶

func (*RemoveSubscriptionFromDestination200Response) SetData ¶

SetData gets a reference to the given RemoveSubscriptionFromDestinationAlphaOutput and assigns it to the Data field.

func (RemoveSubscriptionFromDestination200Response) ToMap ¶

func (o RemoveSubscriptionFromDestination200Response) ToMap() (map[string]interface{}, error)

type RemoveSubscriptionFromDestinationAlphaOutput ¶

type RemoveSubscriptionFromDestinationAlphaOutput struct {
	// The status of the operation.
	Status string `json:"status"`
}

RemoveSubscriptionFromDestinationAlphaOutput Returns a Destination deletion flag.

func NewRemoveSubscriptionFromDestinationAlphaOutput ¶

func NewRemoveSubscriptionFromDestinationAlphaOutput(
	status string,
) *RemoveSubscriptionFromDestinationAlphaOutput

NewRemoveSubscriptionFromDestinationAlphaOutput instantiates a new RemoveSubscriptionFromDestinationAlphaOutput 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 NewRemoveSubscriptionFromDestinationAlphaOutputWithDefaults ¶

func NewRemoveSubscriptionFromDestinationAlphaOutputWithDefaults() *RemoveSubscriptionFromDestinationAlphaOutput

NewRemoveSubscriptionFromDestinationAlphaOutputWithDefaults instantiates a new RemoveSubscriptionFromDestinationAlphaOutput 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 (*RemoveSubscriptionFromDestinationAlphaOutput) GetStatus ¶

GetStatus returns the Status field value

func (*RemoveSubscriptionFromDestinationAlphaOutput) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (RemoveSubscriptionFromDestinationAlphaOutput) MarshalJSON ¶

func (*RemoveSubscriptionFromDestinationAlphaOutput) SetStatus ¶

SetStatus sets field value

func (RemoveSubscriptionFromDestinationAlphaOutput) ToMap ¶

func (o RemoveSubscriptionFromDestinationAlphaOutput) ToMap() (map[string]interface{}, error)

type RemoveUsersFromUserGroup200Response ¶

type RemoveUsersFromUserGroup200Response struct {
	Data *RemoveUsersFromUserGroupV1Output `json:"data,omitempty"`
}

RemoveUsersFromUserGroup200Response struct for RemoveUsersFromUserGroup200Response

func NewRemoveUsersFromUserGroup200Response ¶

func NewRemoveUsersFromUserGroup200Response() *RemoveUsersFromUserGroup200Response

NewRemoveUsersFromUserGroup200Response instantiates a new RemoveUsersFromUserGroup200Response 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 NewRemoveUsersFromUserGroup200ResponseWithDefaults ¶

func NewRemoveUsersFromUserGroup200ResponseWithDefaults() *RemoveUsersFromUserGroup200Response

NewRemoveUsersFromUserGroup200ResponseWithDefaults instantiates a new RemoveUsersFromUserGroup200Response 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 (*RemoveUsersFromUserGroup200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*RemoveUsersFromUserGroup200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoveUsersFromUserGroup200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (RemoveUsersFromUserGroup200Response) MarshalJSON ¶

func (o RemoveUsersFromUserGroup200Response) MarshalJSON() ([]byte, error)

func (*RemoveUsersFromUserGroup200Response) SetData ¶

SetData gets a reference to the given RemoveUsersFromUserGroupV1Output and assigns it to the Data field.

func (RemoveUsersFromUserGroup200Response) ToMap ¶

func (o RemoveUsersFromUserGroup200Response) ToMap() (map[string]interface{}, error)

type RemoveUsersFromUserGroupV1Output ¶

type RemoveUsersFromUserGroupV1Output struct {
	// The status of the user removal from user group operation.
	Status string `json:"status"`
}

RemoveUsersFromUserGroupV1Output Returns the status of the removal operation.

func NewRemoveUsersFromUserGroupV1Output ¶

func NewRemoveUsersFromUserGroupV1Output(status string) *RemoveUsersFromUserGroupV1Output

NewRemoveUsersFromUserGroupV1Output instantiates a new RemoveUsersFromUserGroupV1Output 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 NewRemoveUsersFromUserGroupV1OutputWithDefaults ¶

func NewRemoveUsersFromUserGroupV1OutputWithDefaults() *RemoveUsersFromUserGroupV1Output

NewRemoveUsersFromUserGroupV1OutputWithDefaults instantiates a new RemoveUsersFromUserGroupV1Output 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 (*RemoveUsersFromUserGroupV1Output) GetStatus ¶

GetStatus returns the Status field value

func (*RemoveUsersFromUserGroupV1Output) GetStatusOk ¶

func (o *RemoveUsersFromUserGroupV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (RemoveUsersFromUserGroupV1Output) MarshalJSON ¶

func (o RemoveUsersFromUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*RemoveUsersFromUserGroupV1Output) SetStatus ¶

func (o *RemoveUsersFromUserGroupV1Output) SetStatus(v string)

SetStatus sets field value

func (RemoveUsersFromUserGroupV1Output) ToMap ¶

func (o RemoveUsersFromUserGroupV1Output) ToMap() (map[string]interface{}, error)

type RemoveWriteKeyFromSource200Response ¶

type RemoveWriteKeyFromSource200Response struct {
	Data *RemoveWriteKeyFromSourceAlphaOutput `json:"data,omitempty"`
}

RemoveWriteKeyFromSource200Response struct for RemoveWriteKeyFromSource200Response

func NewRemoveWriteKeyFromSource200Response ¶

func NewRemoveWriteKeyFromSource200Response() *RemoveWriteKeyFromSource200Response

NewRemoveWriteKeyFromSource200Response instantiates a new RemoveWriteKeyFromSource200Response 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 NewRemoveWriteKeyFromSource200ResponseWithDefaults ¶

func NewRemoveWriteKeyFromSource200ResponseWithDefaults() *RemoveWriteKeyFromSource200Response

NewRemoveWriteKeyFromSource200ResponseWithDefaults instantiates a new RemoveWriteKeyFromSource200Response 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 (*RemoveWriteKeyFromSource200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*RemoveWriteKeyFromSource200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoveWriteKeyFromSource200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (RemoveWriteKeyFromSource200Response) MarshalJSON ¶

func (o RemoveWriteKeyFromSource200Response) MarshalJSON() ([]byte, error)

func (*RemoveWriteKeyFromSource200Response) SetData ¶

SetData gets a reference to the given RemoveWriteKeyFromSourceAlphaOutput and assigns it to the Data field.

func (RemoveWriteKeyFromSource200Response) ToMap ¶

func (o RemoveWriteKeyFromSource200Response) ToMap() (map[string]interface{}, error)

type RemoveWriteKeyFromSourceAlphaOutput ¶

type RemoveWriteKeyFromSourceAlphaOutput struct {
	// The status of the operation.
	Status string `json:"status"`
}

RemoveWriteKeyFromSourceAlphaOutput Returns the updated Source.

func NewRemoveWriteKeyFromSourceAlphaOutput ¶

func NewRemoveWriteKeyFromSourceAlphaOutput(status string) *RemoveWriteKeyFromSourceAlphaOutput

NewRemoveWriteKeyFromSourceAlphaOutput instantiates a new RemoveWriteKeyFromSourceAlphaOutput 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 NewRemoveWriteKeyFromSourceAlphaOutputWithDefaults ¶

func NewRemoveWriteKeyFromSourceAlphaOutputWithDefaults() *RemoveWriteKeyFromSourceAlphaOutput

NewRemoveWriteKeyFromSourceAlphaOutputWithDefaults instantiates a new RemoveWriteKeyFromSourceAlphaOutput 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 (*RemoveWriteKeyFromSourceAlphaOutput) GetStatus ¶

GetStatus returns the Status field value

func (*RemoveWriteKeyFromSourceAlphaOutput) GetStatusOk ¶

func (o *RemoveWriteKeyFromSourceAlphaOutput) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (RemoveWriteKeyFromSourceAlphaOutput) MarshalJSON ¶

func (o RemoveWriteKeyFromSourceAlphaOutput) MarshalJSON() ([]byte, error)

func (*RemoveWriteKeyFromSourceAlphaOutput) SetStatus ¶

SetStatus sets field value

func (RemoveWriteKeyFromSourceAlphaOutput) ToMap ¶

func (o RemoveWriteKeyFromSourceAlphaOutput) ToMap() (map[string]interface{}, error)

type ReplaceAdvancedSyncScheduleForWarehouse200Response ¶

type ReplaceAdvancedSyncScheduleForWarehouse200Response struct {
	Data *ReplaceAdvancedSyncScheduleForWarehouseV1Output `json:"data,omitempty"`
}

ReplaceAdvancedSyncScheduleForWarehouse200Response struct for ReplaceAdvancedSyncScheduleForWarehouse200Response

func NewReplaceAdvancedSyncScheduleForWarehouse200Response ¶

func NewReplaceAdvancedSyncScheduleForWarehouse200Response() *ReplaceAdvancedSyncScheduleForWarehouse200Response

NewReplaceAdvancedSyncScheduleForWarehouse200Response instantiates a new ReplaceAdvancedSyncScheduleForWarehouse200Response 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 NewReplaceAdvancedSyncScheduleForWarehouse200ResponseWithDefaults ¶

func NewReplaceAdvancedSyncScheduleForWarehouse200ResponseWithDefaults() *ReplaceAdvancedSyncScheduleForWarehouse200Response

NewReplaceAdvancedSyncScheduleForWarehouse200ResponseWithDefaults instantiates a new ReplaceAdvancedSyncScheduleForWarehouse200Response 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 (*ReplaceAdvancedSyncScheduleForWarehouse200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ReplaceAdvancedSyncScheduleForWarehouse200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplaceAdvancedSyncScheduleForWarehouse200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ReplaceAdvancedSyncScheduleForWarehouse200Response) MarshalJSON ¶

func (*ReplaceAdvancedSyncScheduleForWarehouse200Response) SetData ¶

SetData gets a reference to the given ReplaceAdvancedSyncScheduleForWarehouseV1Output and assigns it to the Data field.

func (ReplaceAdvancedSyncScheduleForWarehouse200Response) ToMap ¶

type ReplaceAdvancedSyncScheduleForWarehouseV1Input ¶

type ReplaceAdvancedSyncScheduleForWarehouseV1Input struct {
	// Enable to turn on an advanced sync schedule for the Warehouse.
	Enabled  bool                                  `json:"enabled"`
	Schedule *AdvancedWarehouseSyncScheduleV1Input `json:"schedule,omitempty"`
}

ReplaceAdvancedSyncScheduleForWarehouseV1Input Replaces the advanced sync schedule for a Warehouse.

func NewReplaceAdvancedSyncScheduleForWarehouseV1Input ¶

func NewReplaceAdvancedSyncScheduleForWarehouseV1Input(
	enabled bool,
) *ReplaceAdvancedSyncScheduleForWarehouseV1Input

NewReplaceAdvancedSyncScheduleForWarehouseV1Input instantiates a new ReplaceAdvancedSyncScheduleForWarehouseV1Input 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 NewReplaceAdvancedSyncScheduleForWarehouseV1InputWithDefaults ¶

func NewReplaceAdvancedSyncScheduleForWarehouseV1InputWithDefaults() *ReplaceAdvancedSyncScheduleForWarehouseV1Input

NewReplaceAdvancedSyncScheduleForWarehouseV1InputWithDefaults instantiates a new ReplaceAdvancedSyncScheduleForWarehouseV1Input 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 (*ReplaceAdvancedSyncScheduleForWarehouseV1Input) GetEnabled ¶

GetEnabled returns the Enabled field value

func (*ReplaceAdvancedSyncScheduleForWarehouseV1Input) GetEnabledOk ¶

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*ReplaceAdvancedSyncScheduleForWarehouseV1Input) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*ReplaceAdvancedSyncScheduleForWarehouseV1Input) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplaceAdvancedSyncScheduleForWarehouseV1Input) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (ReplaceAdvancedSyncScheduleForWarehouseV1Input) MarshalJSON ¶

func (*ReplaceAdvancedSyncScheduleForWarehouseV1Input) SetEnabled ¶

SetEnabled sets field value

func (*ReplaceAdvancedSyncScheduleForWarehouseV1Input) SetSchedule ¶

SetSchedule gets a reference to the given AdvancedWarehouseSyncScheduleV1Input and assigns it to the Schedule field.

func (ReplaceAdvancedSyncScheduleForWarehouseV1Input) ToMap ¶

func (o ReplaceAdvancedSyncScheduleForWarehouseV1Input) ToMap() (map[string]interface{}, error)

type ReplaceAdvancedSyncScheduleForWarehouseV1Output ¶

type ReplaceAdvancedSyncScheduleForWarehouseV1Output struct {
	// Indicates if an advanced sync schedule is enabled for the Warehouse.
	Enabled  bool                                   `json:"enabled"`
	Schedule *AdvancedWarehouseSyncScheduleV1Output `json:"schedule,omitempty"`
}

ReplaceAdvancedSyncScheduleForWarehouseV1Output Returns the advanced sync schedule for a Warehouse.

func NewReplaceAdvancedSyncScheduleForWarehouseV1Output ¶

func NewReplaceAdvancedSyncScheduleForWarehouseV1Output(
	enabled bool,
) *ReplaceAdvancedSyncScheduleForWarehouseV1Output

NewReplaceAdvancedSyncScheduleForWarehouseV1Output instantiates a new ReplaceAdvancedSyncScheduleForWarehouseV1Output 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 NewReplaceAdvancedSyncScheduleForWarehouseV1OutputWithDefaults ¶

func NewReplaceAdvancedSyncScheduleForWarehouseV1OutputWithDefaults() *ReplaceAdvancedSyncScheduleForWarehouseV1Output

NewReplaceAdvancedSyncScheduleForWarehouseV1OutputWithDefaults instantiates a new ReplaceAdvancedSyncScheduleForWarehouseV1Output 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 (*ReplaceAdvancedSyncScheduleForWarehouseV1Output) GetEnabled ¶

GetEnabled returns the Enabled field value

func (*ReplaceAdvancedSyncScheduleForWarehouseV1Output) GetEnabledOk ¶

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*ReplaceAdvancedSyncScheduleForWarehouseV1Output) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*ReplaceAdvancedSyncScheduleForWarehouseV1Output) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplaceAdvancedSyncScheduleForWarehouseV1Output) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (ReplaceAdvancedSyncScheduleForWarehouseV1Output) MarshalJSON ¶

func (*ReplaceAdvancedSyncScheduleForWarehouseV1Output) SetEnabled ¶

SetEnabled sets field value

func (*ReplaceAdvancedSyncScheduleForWarehouseV1Output) SetSchedule ¶

SetSchedule gets a reference to the given AdvancedWarehouseSyncScheduleV1Output and assigns it to the Schedule field.

func (ReplaceAdvancedSyncScheduleForWarehouseV1Output) ToMap ¶

func (o ReplaceAdvancedSyncScheduleForWarehouseV1Output) ToMap() (map[string]interface{}, error)

type ReplaceLabelsInSource200Response ¶

type ReplaceLabelsInSource200Response struct {
	Data *ReplaceLabelsInSourceV1Output `json:"data,omitempty"`
}

ReplaceLabelsInSource200Response struct for ReplaceLabelsInSource200Response

func NewReplaceLabelsInSource200Response ¶

func NewReplaceLabelsInSource200Response() *ReplaceLabelsInSource200Response

NewReplaceLabelsInSource200Response instantiates a new ReplaceLabelsInSource200Response 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 NewReplaceLabelsInSource200ResponseWithDefaults ¶

func NewReplaceLabelsInSource200ResponseWithDefaults() *ReplaceLabelsInSource200Response

NewReplaceLabelsInSource200ResponseWithDefaults instantiates a new ReplaceLabelsInSource200Response 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 (*ReplaceLabelsInSource200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ReplaceLabelsInSource200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplaceLabelsInSource200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ReplaceLabelsInSource200Response) MarshalJSON ¶

func (o ReplaceLabelsInSource200Response) MarshalJSON() ([]byte, error)

func (*ReplaceLabelsInSource200Response) SetData ¶

SetData gets a reference to the given ReplaceLabelsInSourceV1Output and assigns it to the Data field.

func (ReplaceLabelsInSource200Response) ToMap ¶

func (o ReplaceLabelsInSource200Response) ToMap() (map[string]interface{}, error)

type ReplaceLabelsInSource200Response1 ¶

type ReplaceLabelsInSource200Response1 struct {
	Data *ReplaceLabelsInSourceAlphaOutput `json:"data,omitempty"`
}

ReplaceLabelsInSource200Response1 struct for ReplaceLabelsInSource200Response1

func NewReplaceLabelsInSource200Response1 ¶

func NewReplaceLabelsInSource200Response1() *ReplaceLabelsInSource200Response1

NewReplaceLabelsInSource200Response1 instantiates a new ReplaceLabelsInSource200Response1 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 NewReplaceLabelsInSource200Response1WithDefaults ¶

func NewReplaceLabelsInSource200Response1WithDefaults() *ReplaceLabelsInSource200Response1

NewReplaceLabelsInSource200Response1WithDefaults instantiates a new ReplaceLabelsInSource200Response1 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 (*ReplaceLabelsInSource200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ReplaceLabelsInSource200Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplaceLabelsInSource200Response1) HasData ¶

HasData returns a boolean if a field has been set.

func (ReplaceLabelsInSource200Response1) MarshalJSON ¶

func (o ReplaceLabelsInSource200Response1) MarshalJSON() ([]byte, error)

func (*ReplaceLabelsInSource200Response1) SetData ¶

SetData gets a reference to the given ReplaceLabelsInSourceAlphaOutput and assigns it to the Data field.

func (ReplaceLabelsInSource200Response1) ToMap ¶

func (o ReplaceLabelsInSource200Response1) ToMap() (map[string]interface{}, error)

type ReplaceLabelsInSourceAlphaInput ¶

type ReplaceLabelsInSourceAlphaInput struct {
	// The list of labels to replace in the Source.
	Labels []LabelAlpha `json:"labels"`
}

ReplaceLabelsInSourceAlphaInput Replaces all labels in a Source with a list of new labels.

func NewReplaceLabelsInSourceAlphaInput ¶

func NewReplaceLabelsInSourceAlphaInput(labels []LabelAlpha) *ReplaceLabelsInSourceAlphaInput

NewReplaceLabelsInSourceAlphaInput instantiates a new ReplaceLabelsInSourceAlphaInput 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 NewReplaceLabelsInSourceAlphaInputWithDefaults ¶

func NewReplaceLabelsInSourceAlphaInputWithDefaults() *ReplaceLabelsInSourceAlphaInput

NewReplaceLabelsInSourceAlphaInputWithDefaults instantiates a new ReplaceLabelsInSourceAlphaInput 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 (*ReplaceLabelsInSourceAlphaInput) GetLabels ¶

GetLabels returns the Labels field value

func (*ReplaceLabelsInSourceAlphaInput) GetLabelsOk ¶

func (o *ReplaceLabelsInSourceAlphaInput) GetLabelsOk() ([]LabelAlpha, bool)

GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.

func (ReplaceLabelsInSourceAlphaInput) MarshalJSON ¶

func (o ReplaceLabelsInSourceAlphaInput) MarshalJSON() ([]byte, error)

func (*ReplaceLabelsInSourceAlphaInput) SetLabels ¶

func (o *ReplaceLabelsInSourceAlphaInput) SetLabels(v []LabelAlpha)

SetLabels sets field value

func (ReplaceLabelsInSourceAlphaInput) ToMap ¶

func (o ReplaceLabelsInSourceAlphaInput) ToMap() (map[string]interface{}, error)

type ReplaceLabelsInSourceAlphaOutput ¶

type ReplaceLabelsInSourceAlphaOutput struct {
	// All labels replaced in the Source.
	Labels []LabelAlpha `json:"labels"`
}

ReplaceLabelsInSourceAlphaOutput Response from replacing a list of labels in a Source.

func NewReplaceLabelsInSourceAlphaOutput ¶

func NewReplaceLabelsInSourceAlphaOutput(labels []LabelAlpha) *ReplaceLabelsInSourceAlphaOutput

NewReplaceLabelsInSourceAlphaOutput instantiates a new ReplaceLabelsInSourceAlphaOutput 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 NewReplaceLabelsInSourceAlphaOutputWithDefaults ¶

func NewReplaceLabelsInSourceAlphaOutputWithDefaults() *ReplaceLabelsInSourceAlphaOutput

NewReplaceLabelsInSourceAlphaOutputWithDefaults instantiates a new ReplaceLabelsInSourceAlphaOutput 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 (*ReplaceLabelsInSourceAlphaOutput) GetLabels ¶

GetLabels returns the Labels field value

func (*ReplaceLabelsInSourceAlphaOutput) GetLabelsOk ¶

func (o *ReplaceLabelsInSourceAlphaOutput) GetLabelsOk() ([]LabelAlpha, bool)

GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.

func (ReplaceLabelsInSourceAlphaOutput) MarshalJSON ¶

func (o ReplaceLabelsInSourceAlphaOutput) MarshalJSON() ([]byte, error)

func (*ReplaceLabelsInSourceAlphaOutput) SetLabels ¶

func (o *ReplaceLabelsInSourceAlphaOutput) SetLabels(v []LabelAlpha)

SetLabels sets field value

func (ReplaceLabelsInSourceAlphaOutput) ToMap ¶

func (o ReplaceLabelsInSourceAlphaOutput) ToMap() (map[string]interface{}, error)

type ReplaceLabelsInSourceV1Input ¶

type ReplaceLabelsInSourceV1Input struct {
	// The list of labels to replace in the Source.
	Labels []LabelV1 `json:"labels"`
}

ReplaceLabelsInSourceV1Input Replaces all labels in a Source with a list of new labels.

func NewReplaceLabelsInSourceV1Input ¶

func NewReplaceLabelsInSourceV1Input(labels []LabelV1) *ReplaceLabelsInSourceV1Input

NewReplaceLabelsInSourceV1Input instantiates a new ReplaceLabelsInSourceV1Input 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 NewReplaceLabelsInSourceV1InputWithDefaults ¶

func NewReplaceLabelsInSourceV1InputWithDefaults() *ReplaceLabelsInSourceV1Input

NewReplaceLabelsInSourceV1InputWithDefaults instantiates a new ReplaceLabelsInSourceV1Input 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 (*ReplaceLabelsInSourceV1Input) GetLabels ¶

func (o *ReplaceLabelsInSourceV1Input) GetLabels() []LabelV1

GetLabels returns the Labels field value

func (*ReplaceLabelsInSourceV1Input) GetLabelsOk ¶

func (o *ReplaceLabelsInSourceV1Input) GetLabelsOk() ([]LabelV1, bool)

GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.

func (ReplaceLabelsInSourceV1Input) MarshalJSON ¶

func (o ReplaceLabelsInSourceV1Input) MarshalJSON() ([]byte, error)

func (*ReplaceLabelsInSourceV1Input) SetLabels ¶

func (o *ReplaceLabelsInSourceV1Input) SetLabels(v []LabelV1)

SetLabels sets field value

func (ReplaceLabelsInSourceV1Input) ToMap ¶

func (o ReplaceLabelsInSourceV1Input) ToMap() (map[string]interface{}, error)

type ReplaceLabelsInSourceV1Output ¶

type ReplaceLabelsInSourceV1Output struct {
	// All labels replaced in the Source.
	Labels []LabelV1 `json:"labels"`
}

ReplaceLabelsInSourceV1Output Response from replacing a list of labels in a Source.

func NewReplaceLabelsInSourceV1Output ¶

func NewReplaceLabelsInSourceV1Output(labels []LabelV1) *ReplaceLabelsInSourceV1Output

NewReplaceLabelsInSourceV1Output instantiates a new ReplaceLabelsInSourceV1Output 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 NewReplaceLabelsInSourceV1OutputWithDefaults ¶

func NewReplaceLabelsInSourceV1OutputWithDefaults() *ReplaceLabelsInSourceV1Output

NewReplaceLabelsInSourceV1OutputWithDefaults instantiates a new ReplaceLabelsInSourceV1Output 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 (*ReplaceLabelsInSourceV1Output) GetLabels ¶

func (o *ReplaceLabelsInSourceV1Output) GetLabels() []LabelV1

GetLabels returns the Labels field value

func (*ReplaceLabelsInSourceV1Output) GetLabelsOk ¶

func (o *ReplaceLabelsInSourceV1Output) GetLabelsOk() ([]LabelV1, bool)

GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.

func (ReplaceLabelsInSourceV1Output) MarshalJSON ¶

func (o ReplaceLabelsInSourceV1Output) MarshalJSON() ([]byte, error)

func (*ReplaceLabelsInSourceV1Output) SetLabels ¶

func (o *ReplaceLabelsInSourceV1Output) SetLabels(v []LabelV1)

SetLabels sets field value

func (ReplaceLabelsInSourceV1Output) ToMap ¶

func (o ReplaceLabelsInSourceV1Output) ToMap() (map[string]interface{}, error)

type ReplaceMessagingSubscriptionsInSpaces200Response ¶

type ReplaceMessagingSubscriptionsInSpaces200Response struct {
	Data *ReplaceMessagingSubscriptionsInSpacesAlphaOutput `json:"data,omitempty"`
}

ReplaceMessagingSubscriptionsInSpaces200Response struct for ReplaceMessagingSubscriptionsInSpaces200Response

func NewReplaceMessagingSubscriptionsInSpaces200Response ¶

func NewReplaceMessagingSubscriptionsInSpaces200Response() *ReplaceMessagingSubscriptionsInSpaces200Response

NewReplaceMessagingSubscriptionsInSpaces200Response instantiates a new ReplaceMessagingSubscriptionsInSpaces200Response 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 NewReplaceMessagingSubscriptionsInSpaces200ResponseWithDefaults ¶

func NewReplaceMessagingSubscriptionsInSpaces200ResponseWithDefaults() *ReplaceMessagingSubscriptionsInSpaces200Response

NewReplaceMessagingSubscriptionsInSpaces200ResponseWithDefaults instantiates a new ReplaceMessagingSubscriptionsInSpaces200Response 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 (*ReplaceMessagingSubscriptionsInSpaces200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ReplaceMessagingSubscriptionsInSpaces200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplaceMessagingSubscriptionsInSpaces200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ReplaceMessagingSubscriptionsInSpaces200Response) MarshalJSON ¶

func (*ReplaceMessagingSubscriptionsInSpaces200Response) SetData ¶

SetData gets a reference to the given ReplaceMessagingSubscriptionsInSpacesAlphaOutput and assigns it to the Data field.

func (ReplaceMessagingSubscriptionsInSpaces200Response) ToMap ¶

func (o ReplaceMessagingSubscriptionsInSpaces200Response) ToMap() (map[string]interface{}, error)

type ReplaceMessagingSubscriptionsInSpacesAlphaInput ¶

type ReplaceMessagingSubscriptionsInSpacesAlphaInput struct {
	// An array of subscriptions.
	Subscriptions []MessagesSubscriptionRequest `json:"subscriptions"`
}

ReplaceMessagingSubscriptionsInSpacesAlphaInput Input for the endpoint.

func NewReplaceMessagingSubscriptionsInSpacesAlphaInput ¶

func NewReplaceMessagingSubscriptionsInSpacesAlphaInput(
	subscriptions []MessagesSubscriptionRequest,
) *ReplaceMessagingSubscriptionsInSpacesAlphaInput

NewReplaceMessagingSubscriptionsInSpacesAlphaInput instantiates a new ReplaceMessagingSubscriptionsInSpacesAlphaInput 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 NewReplaceMessagingSubscriptionsInSpacesAlphaInputWithDefaults ¶

func NewReplaceMessagingSubscriptionsInSpacesAlphaInputWithDefaults() *ReplaceMessagingSubscriptionsInSpacesAlphaInput

NewReplaceMessagingSubscriptionsInSpacesAlphaInputWithDefaults instantiates a new ReplaceMessagingSubscriptionsInSpacesAlphaInput 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 (*ReplaceMessagingSubscriptionsInSpacesAlphaInput) GetSubscriptions ¶

GetSubscriptions returns the Subscriptions field value

func (*ReplaceMessagingSubscriptionsInSpacesAlphaInput) GetSubscriptionsOk ¶

GetSubscriptionsOk returns a tuple with the Subscriptions field value and a boolean to check if the value has been set.

func (ReplaceMessagingSubscriptionsInSpacesAlphaInput) MarshalJSON ¶

func (*ReplaceMessagingSubscriptionsInSpacesAlphaInput) SetSubscriptions ¶

SetSubscriptions sets field value

func (ReplaceMessagingSubscriptionsInSpacesAlphaInput) ToMap ¶

func (o ReplaceMessagingSubscriptionsInSpacesAlphaInput) ToMap() (map[string]interface{}, error)

type ReplaceMessagingSubscriptionsInSpacesAlphaOutput ¶

type ReplaceMessagingSubscriptionsInSpacesAlphaOutput struct {
	// Array of successful subscription status.
	Successes []MessageSubscriptionResponse `json:"successes"`
	// Array of failure subscription status.
	Failures   []MessageSubscriptionResponse `json:"failures"`
	Pagination *PaginationOutput             `json:"pagination,omitempty"`
}

ReplaceMessagingSubscriptionsInSpacesAlphaOutput Output for the endpoint.

func NewReplaceMessagingSubscriptionsInSpacesAlphaOutput ¶

func NewReplaceMessagingSubscriptionsInSpacesAlphaOutput(
	successes []MessageSubscriptionResponse,
	failures []MessageSubscriptionResponse,
) *ReplaceMessagingSubscriptionsInSpacesAlphaOutput

NewReplaceMessagingSubscriptionsInSpacesAlphaOutput instantiates a new ReplaceMessagingSubscriptionsInSpacesAlphaOutput 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 NewReplaceMessagingSubscriptionsInSpacesAlphaOutputWithDefaults ¶

func NewReplaceMessagingSubscriptionsInSpacesAlphaOutputWithDefaults() *ReplaceMessagingSubscriptionsInSpacesAlphaOutput

NewReplaceMessagingSubscriptionsInSpacesAlphaOutputWithDefaults instantiates a new ReplaceMessagingSubscriptionsInSpacesAlphaOutput 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 (*ReplaceMessagingSubscriptionsInSpacesAlphaOutput) GetFailures ¶

GetFailures returns the Failures field value

func (*ReplaceMessagingSubscriptionsInSpacesAlphaOutput) GetFailuresOk ¶

GetFailuresOk returns a tuple with the Failures field value and a boolean to check if the value has been set.

func (*ReplaceMessagingSubscriptionsInSpacesAlphaOutput) GetPagination ¶

GetPagination returns the Pagination field value if set, zero value otherwise.

func (*ReplaceMessagingSubscriptionsInSpacesAlphaOutput) GetPaginationOk ¶

GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplaceMessagingSubscriptionsInSpacesAlphaOutput) GetSuccesses ¶

GetSuccesses returns the Successes field value

func (*ReplaceMessagingSubscriptionsInSpacesAlphaOutput) GetSuccessesOk ¶

GetSuccessesOk returns a tuple with the Successes field value and a boolean to check if the value has been set.

func (*ReplaceMessagingSubscriptionsInSpacesAlphaOutput) HasPagination ¶

HasPagination returns a boolean if a field has been set.

func (ReplaceMessagingSubscriptionsInSpacesAlphaOutput) MarshalJSON ¶

func (*ReplaceMessagingSubscriptionsInSpacesAlphaOutput) SetFailures ¶

SetFailures sets field value

func (*ReplaceMessagingSubscriptionsInSpacesAlphaOutput) SetPagination ¶

SetPagination gets a reference to the given PaginationOutput and assigns it to the Pagination field.

func (*ReplaceMessagingSubscriptionsInSpacesAlphaOutput) SetSuccesses ¶

SetSuccesses sets field value

func (ReplaceMessagingSubscriptionsInSpacesAlphaOutput) ToMap ¶

func (o ReplaceMessagingSubscriptionsInSpacesAlphaOutput) ToMap() (map[string]interface{}, error)

type ReplacePermissionsForUser200Response ¶

type ReplacePermissionsForUser200Response struct {
	Data *ReplacePermissionsForUserV1Output `json:"data,omitempty"`
}

ReplacePermissionsForUser200Response struct for ReplacePermissionsForUser200Response

func NewReplacePermissionsForUser200Response ¶

func NewReplacePermissionsForUser200Response() *ReplacePermissionsForUser200Response

NewReplacePermissionsForUser200Response instantiates a new ReplacePermissionsForUser200Response 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 NewReplacePermissionsForUser200ResponseWithDefaults ¶

func NewReplacePermissionsForUser200ResponseWithDefaults() *ReplacePermissionsForUser200Response

NewReplacePermissionsForUser200ResponseWithDefaults instantiates a new ReplacePermissionsForUser200Response 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 (*ReplacePermissionsForUser200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ReplacePermissionsForUser200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplacePermissionsForUser200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ReplacePermissionsForUser200Response) MarshalJSON ¶

func (o ReplacePermissionsForUser200Response) MarshalJSON() ([]byte, error)

func (*ReplacePermissionsForUser200Response) SetData ¶

SetData gets a reference to the given ReplacePermissionsForUserV1Output and assigns it to the Data field.

func (ReplacePermissionsForUser200Response) ToMap ¶

func (o ReplacePermissionsForUser200Response) ToMap() (map[string]interface{}, error)

type ReplacePermissionsForUserGroup200Response ¶

type ReplacePermissionsForUserGroup200Response struct {
	Data *ReplacePermissionsForUserGroupV1Output `json:"data,omitempty"`
}

ReplacePermissionsForUserGroup200Response struct for ReplacePermissionsForUserGroup200Response

func NewReplacePermissionsForUserGroup200Response ¶

func NewReplacePermissionsForUserGroup200Response() *ReplacePermissionsForUserGroup200Response

NewReplacePermissionsForUserGroup200Response instantiates a new ReplacePermissionsForUserGroup200Response 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 NewReplacePermissionsForUserGroup200ResponseWithDefaults ¶

func NewReplacePermissionsForUserGroup200ResponseWithDefaults() *ReplacePermissionsForUserGroup200Response

NewReplacePermissionsForUserGroup200ResponseWithDefaults instantiates a new ReplacePermissionsForUserGroup200Response 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 (*ReplacePermissionsForUserGroup200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ReplacePermissionsForUserGroup200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplacePermissionsForUserGroup200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ReplacePermissionsForUserGroup200Response) MarshalJSON ¶

func (*ReplacePermissionsForUserGroup200Response) SetData ¶

SetData gets a reference to the given ReplacePermissionsForUserGroupV1Output and assigns it to the Data field.

func (ReplacePermissionsForUserGroup200Response) ToMap ¶

func (o ReplacePermissionsForUserGroup200Response) ToMap() (map[string]interface{}, error)

type ReplacePermissionsForUserGroupV1Input ¶

type ReplacePermissionsForUserGroupV1Input struct {
	// The permissions to replace with.
	Permissions []PermissionInputV1 `json:"permissions"`
}

ReplacePermissionsForUserGroupV1Input Updates the list of permissions for a user group.

func NewReplacePermissionsForUserGroupV1Input ¶

func NewReplacePermissionsForUserGroupV1Input(
	permissions []PermissionInputV1,
) *ReplacePermissionsForUserGroupV1Input

NewReplacePermissionsForUserGroupV1Input instantiates a new ReplacePermissionsForUserGroupV1Input 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 NewReplacePermissionsForUserGroupV1InputWithDefaults ¶

func NewReplacePermissionsForUserGroupV1InputWithDefaults() *ReplacePermissionsForUserGroupV1Input

NewReplacePermissionsForUserGroupV1InputWithDefaults instantiates a new ReplacePermissionsForUserGroupV1Input 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 (*ReplacePermissionsForUserGroupV1Input) GetPermissions ¶

GetPermissions returns the Permissions field value

func (*ReplacePermissionsForUserGroupV1Input) GetPermissionsOk ¶

GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.

func (ReplacePermissionsForUserGroupV1Input) MarshalJSON ¶

func (o ReplacePermissionsForUserGroupV1Input) MarshalJSON() ([]byte, error)

func (*ReplacePermissionsForUserGroupV1Input) SetPermissions ¶

SetPermissions sets field value

func (ReplacePermissionsForUserGroupV1Input) ToMap ¶

func (o ReplacePermissionsForUserGroupV1Input) ToMap() (map[string]interface{}, error)

type ReplacePermissionsForUserGroupV1Output ¶

type ReplacePermissionsForUserGroupV1Output struct {
	// The updated permissions.
	Permissions []AccessPermissionV1 `json:"permissions"`
}

ReplacePermissionsForUserGroupV1Output Returns the user group's permissions, including the updated permissions.

func NewReplacePermissionsForUserGroupV1Output ¶

func NewReplacePermissionsForUserGroupV1Output(
	permissions []AccessPermissionV1,
) *ReplacePermissionsForUserGroupV1Output

NewReplacePermissionsForUserGroupV1Output instantiates a new ReplacePermissionsForUserGroupV1Output 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 NewReplacePermissionsForUserGroupV1OutputWithDefaults ¶

func NewReplacePermissionsForUserGroupV1OutputWithDefaults() *ReplacePermissionsForUserGroupV1Output

NewReplacePermissionsForUserGroupV1OutputWithDefaults instantiates a new ReplacePermissionsForUserGroupV1Output 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 (*ReplacePermissionsForUserGroupV1Output) GetPermissions ¶

GetPermissions returns the Permissions field value

func (*ReplacePermissionsForUserGroupV1Output) GetPermissionsOk ¶

GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.

func (ReplacePermissionsForUserGroupV1Output) MarshalJSON ¶

func (o ReplacePermissionsForUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*ReplacePermissionsForUserGroupV1Output) SetPermissions ¶

SetPermissions sets field value

func (ReplacePermissionsForUserGroupV1Output) ToMap ¶

func (o ReplacePermissionsForUserGroupV1Output) ToMap() (map[string]interface{}, error)

type ReplacePermissionsForUserV1Input ¶

type ReplacePermissionsForUserV1Input struct {
	// The permissions to add.
	Permissions []PermissionInputV1 `json:"permissions"`
}

ReplacePermissionsForUserV1Input Updates the list of permissions for a user.

func NewReplacePermissionsForUserV1Input ¶

func NewReplacePermissionsForUserV1Input(
	permissions []PermissionInputV1,
) *ReplacePermissionsForUserV1Input

NewReplacePermissionsForUserV1Input instantiates a new ReplacePermissionsForUserV1Input 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 NewReplacePermissionsForUserV1InputWithDefaults ¶

func NewReplacePermissionsForUserV1InputWithDefaults() *ReplacePermissionsForUserV1Input

NewReplacePermissionsForUserV1InputWithDefaults instantiates a new ReplacePermissionsForUserV1Input 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 (*ReplacePermissionsForUserV1Input) GetPermissions ¶

GetPermissions returns the Permissions field value

func (*ReplacePermissionsForUserV1Input) GetPermissionsOk ¶

func (o *ReplacePermissionsForUserV1Input) GetPermissionsOk() ([]PermissionInputV1, bool)

GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.

func (ReplacePermissionsForUserV1Input) MarshalJSON ¶

func (o ReplacePermissionsForUserV1Input) MarshalJSON() ([]byte, error)

func (*ReplacePermissionsForUserV1Input) SetPermissions ¶

func (o *ReplacePermissionsForUserV1Input) SetPermissions(v []PermissionInputV1)

SetPermissions sets field value

func (ReplacePermissionsForUserV1Input) ToMap ¶

func (o ReplacePermissionsForUserV1Input) ToMap() (map[string]interface{}, error)

type ReplacePermissionsForUserV1Output ¶

type ReplacePermissionsForUserV1Output struct {
	// The updated permissions.
	Permissions []AccessPermissionV1 `json:"permissions"`
}

ReplacePermissionsForUserV1Output Returns the user's permissions, including the updated permissions.

func NewReplacePermissionsForUserV1Output ¶

func NewReplacePermissionsForUserV1Output(
	permissions []AccessPermissionV1,
) *ReplacePermissionsForUserV1Output

NewReplacePermissionsForUserV1Output instantiates a new ReplacePermissionsForUserV1Output 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 NewReplacePermissionsForUserV1OutputWithDefaults ¶

func NewReplacePermissionsForUserV1OutputWithDefaults() *ReplacePermissionsForUserV1Output

NewReplacePermissionsForUserV1OutputWithDefaults instantiates a new ReplacePermissionsForUserV1Output 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 (*ReplacePermissionsForUserV1Output) GetPermissions ¶

GetPermissions returns the Permissions field value

func (*ReplacePermissionsForUserV1Output) GetPermissionsOk ¶

func (o *ReplacePermissionsForUserV1Output) GetPermissionsOk() ([]AccessPermissionV1, bool)

GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.

func (ReplacePermissionsForUserV1Output) MarshalJSON ¶

func (o ReplacePermissionsForUserV1Output) MarshalJSON() ([]byte, error)

func (*ReplacePermissionsForUserV1Output) SetPermissions ¶

SetPermissions sets field value

func (ReplacePermissionsForUserV1Output) ToMap ¶

func (o ReplacePermissionsForUserV1Output) ToMap() (map[string]interface{}, error)

type ReplaceRulesInTrackingPlan200Response ¶

type ReplaceRulesInTrackingPlan200Response struct {
	Data *ReplaceRulesInTrackingPlanV1Output `json:"data,omitempty"`
}

ReplaceRulesInTrackingPlan200Response struct for ReplaceRulesInTrackingPlan200Response

func NewReplaceRulesInTrackingPlan200Response ¶

func NewReplaceRulesInTrackingPlan200Response() *ReplaceRulesInTrackingPlan200Response

NewReplaceRulesInTrackingPlan200Response instantiates a new ReplaceRulesInTrackingPlan200Response 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 NewReplaceRulesInTrackingPlan200ResponseWithDefaults ¶

func NewReplaceRulesInTrackingPlan200ResponseWithDefaults() *ReplaceRulesInTrackingPlan200Response

NewReplaceRulesInTrackingPlan200ResponseWithDefaults instantiates a new ReplaceRulesInTrackingPlan200Response 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 (*ReplaceRulesInTrackingPlan200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ReplaceRulesInTrackingPlan200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplaceRulesInTrackingPlan200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ReplaceRulesInTrackingPlan200Response) MarshalJSON ¶

func (o ReplaceRulesInTrackingPlan200Response) MarshalJSON() ([]byte, error)

func (*ReplaceRulesInTrackingPlan200Response) SetData ¶

SetData gets a reference to the given ReplaceRulesInTrackingPlanV1Output and assigns it to the Data field.

func (ReplaceRulesInTrackingPlan200Response) ToMap ¶

func (o ReplaceRulesInTrackingPlan200Response) ToMap() (map[string]interface{}, error)

type ReplaceRulesInTrackingPlanV1Input ¶

type ReplaceRulesInTrackingPlanV1Input struct {
	// Rules to replace.
	Rules []RuleInputV1 `json:"rules"`
}

ReplaceRulesInTrackingPlanV1Input Replaces Tracking Plan rules.

func NewReplaceRulesInTrackingPlanV1Input ¶

func NewReplaceRulesInTrackingPlanV1Input(rules []RuleInputV1) *ReplaceRulesInTrackingPlanV1Input

NewReplaceRulesInTrackingPlanV1Input instantiates a new ReplaceRulesInTrackingPlanV1Input 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 NewReplaceRulesInTrackingPlanV1InputWithDefaults ¶

func NewReplaceRulesInTrackingPlanV1InputWithDefaults() *ReplaceRulesInTrackingPlanV1Input

NewReplaceRulesInTrackingPlanV1InputWithDefaults instantiates a new ReplaceRulesInTrackingPlanV1Input 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 (*ReplaceRulesInTrackingPlanV1Input) GetRules ¶

GetRules returns the Rules field value

func (*ReplaceRulesInTrackingPlanV1Input) GetRulesOk ¶

func (o *ReplaceRulesInTrackingPlanV1Input) GetRulesOk() ([]RuleInputV1, bool)

GetRulesOk returns a tuple with the Rules field value and a boolean to check if the value has been set.

func (ReplaceRulesInTrackingPlanV1Input) MarshalJSON ¶

func (o ReplaceRulesInTrackingPlanV1Input) MarshalJSON() ([]byte, error)

func (*ReplaceRulesInTrackingPlanV1Input) SetRules ¶

SetRules sets field value

func (ReplaceRulesInTrackingPlanV1Input) ToMap ¶

func (o ReplaceRulesInTrackingPlanV1Input) ToMap() (map[string]interface{}, error)

type ReplaceRulesInTrackingPlanV1Output ¶

type ReplaceRulesInTrackingPlanV1Output struct {
	// The operation status.
	Status string `json:"status"`
}

ReplaceRulesInTrackingPlanV1Output Replaces Tracking Plan rules.

func NewReplaceRulesInTrackingPlanV1Output ¶

func NewReplaceRulesInTrackingPlanV1Output(status string) *ReplaceRulesInTrackingPlanV1Output

NewReplaceRulesInTrackingPlanV1Output instantiates a new ReplaceRulesInTrackingPlanV1Output 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 NewReplaceRulesInTrackingPlanV1OutputWithDefaults ¶

func NewReplaceRulesInTrackingPlanV1OutputWithDefaults() *ReplaceRulesInTrackingPlanV1Output

NewReplaceRulesInTrackingPlanV1OutputWithDefaults instantiates a new ReplaceRulesInTrackingPlanV1Output 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 (*ReplaceRulesInTrackingPlanV1Output) GetStatus ¶

GetStatus returns the Status field value

func (*ReplaceRulesInTrackingPlanV1Output) GetStatusOk ¶

func (o *ReplaceRulesInTrackingPlanV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (ReplaceRulesInTrackingPlanV1Output) MarshalJSON ¶

func (o ReplaceRulesInTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*ReplaceRulesInTrackingPlanV1Output) SetStatus ¶

SetStatus sets field value

func (ReplaceRulesInTrackingPlanV1Output) ToMap ¶

func (o ReplaceRulesInTrackingPlanV1Output) ToMap() (map[string]interface{}, error)

type ReplaceUsersInUserGroup200Response ¶

type ReplaceUsersInUserGroup200Response struct {
	Data *ReplaceUsersInUserGroupV1Output `json:"data,omitempty"`
}

ReplaceUsersInUserGroup200Response struct for ReplaceUsersInUserGroup200Response

func NewReplaceUsersInUserGroup200Response ¶

func NewReplaceUsersInUserGroup200Response() *ReplaceUsersInUserGroup200Response

NewReplaceUsersInUserGroup200Response instantiates a new ReplaceUsersInUserGroup200Response 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 NewReplaceUsersInUserGroup200ResponseWithDefaults ¶

func NewReplaceUsersInUserGroup200ResponseWithDefaults() *ReplaceUsersInUserGroup200Response

NewReplaceUsersInUserGroup200ResponseWithDefaults instantiates a new ReplaceUsersInUserGroup200Response 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 (*ReplaceUsersInUserGroup200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ReplaceUsersInUserGroup200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplaceUsersInUserGroup200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (ReplaceUsersInUserGroup200Response) MarshalJSON ¶

func (o ReplaceUsersInUserGroup200Response) MarshalJSON() ([]byte, error)

func (*ReplaceUsersInUserGroup200Response) SetData ¶

SetData gets a reference to the given ReplaceUsersInUserGroupV1Output and assigns it to the Data field.

func (ReplaceUsersInUserGroup200Response) ToMap ¶

func (o ReplaceUsersInUserGroup200Response) ToMap() (map[string]interface{}, error)

type ReplaceUsersInUserGroupV1Input ¶

type ReplaceUsersInUserGroupV1Input struct {
	// The email addresses of the users and invites to replace.
	Emails []string `json:"emails"`
}

ReplaceUsersInUserGroupV1Input Replace a user group's list of users and invites with a new one.

func NewReplaceUsersInUserGroupV1Input ¶

func NewReplaceUsersInUserGroupV1Input(emails []string) *ReplaceUsersInUserGroupV1Input

NewReplaceUsersInUserGroupV1Input instantiates a new ReplaceUsersInUserGroupV1Input 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 NewReplaceUsersInUserGroupV1InputWithDefaults ¶

func NewReplaceUsersInUserGroupV1InputWithDefaults() *ReplaceUsersInUserGroupV1Input

NewReplaceUsersInUserGroupV1InputWithDefaults instantiates a new ReplaceUsersInUserGroupV1Input 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 (*ReplaceUsersInUserGroupV1Input) GetEmails ¶

func (o *ReplaceUsersInUserGroupV1Input) GetEmails() []string

GetEmails returns the Emails field value

func (*ReplaceUsersInUserGroupV1Input) GetEmailsOk ¶

func (o *ReplaceUsersInUserGroupV1Input) GetEmailsOk() ([]string, bool)

GetEmailsOk returns a tuple with the Emails field value and a boolean to check if the value has been set.

func (ReplaceUsersInUserGroupV1Input) MarshalJSON ¶

func (o ReplaceUsersInUserGroupV1Input) MarshalJSON() ([]byte, error)

func (*ReplaceUsersInUserGroupV1Input) SetEmails ¶

func (o *ReplaceUsersInUserGroupV1Input) SetEmails(v []string)

SetEmails sets field value

func (ReplaceUsersInUserGroupV1Input) ToMap ¶

func (o ReplaceUsersInUserGroupV1Input) ToMap() (map[string]interface{}, error)

type ReplaceUsersInUserGroupV1Output ¶

type ReplaceUsersInUserGroupV1Output struct {
	UserGroup UserGroupV1 `json:"userGroup"`
}

ReplaceUsersInUserGroupV1Output Returns the updated user group.

func NewReplaceUsersInUserGroupV1Output ¶

func NewReplaceUsersInUserGroupV1Output(userGroup UserGroupV1) *ReplaceUsersInUserGroupV1Output

NewReplaceUsersInUserGroupV1Output instantiates a new ReplaceUsersInUserGroupV1Output 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 NewReplaceUsersInUserGroupV1OutputWithDefaults ¶

func NewReplaceUsersInUserGroupV1OutputWithDefaults() *ReplaceUsersInUserGroupV1Output

NewReplaceUsersInUserGroupV1OutputWithDefaults instantiates a new ReplaceUsersInUserGroupV1Output 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 (*ReplaceUsersInUserGroupV1Output) GetUserGroup ¶

func (o *ReplaceUsersInUserGroupV1Output) GetUserGroup() UserGroupV1

GetUserGroup returns the UserGroup field value

func (*ReplaceUsersInUserGroupV1Output) GetUserGroupOk ¶

func (o *ReplaceUsersInUserGroupV1Output) GetUserGroupOk() (*UserGroupV1, bool)

GetUserGroupOk returns a tuple with the UserGroup field value and a boolean to check if the value has been set.

func (ReplaceUsersInUserGroupV1Output) MarshalJSON ¶

func (o ReplaceUsersInUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*ReplaceUsersInUserGroupV1Output) SetUserGroup ¶

func (o *ReplaceUsersInUserGroupV1Output) SetUserGroup(v UserGroupV1)

SetUserGroup sets field value

func (ReplaceUsersInUserGroupV1Output) ToMap ¶

func (o ReplaceUsersInUserGroupV1Output) ToMap() (map[string]interface{}, error)

type RequestError ¶

type RequestError struct {
	// The type for this error (validation, server, unknown, etc).
	Type string `json:"type"`
	// An error message attached to this error.
	Message *string `json:"message,omitempty"`
	// The name of an input field from the request that triggered this error.
	Field *string `json:"field,omitempty"`
	// Any extra data associated with this error.
	Data interface{} `json:"data,omitempty"`
	// Http status code.
	Status *float32 `json:"status,omitempty"`
}

RequestError Represents any error that could have occurred while performing a request.

func NewRequestError ¶

func NewRequestError(type_ string) *RequestError

NewRequestError instantiates a new RequestError 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 NewRequestErrorWithDefaults ¶

func NewRequestErrorWithDefaults() *RequestError

NewRequestErrorWithDefaults instantiates a new RequestError 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 (*RequestError) GetData ¶

func (o *RequestError) GetData() interface{}

GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestError) GetDataOk ¶

func (o *RequestError) GetDataOk() (*interface{}, bool)

GetDataOk returns a tuple with the Data 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 (*RequestError) GetField ¶

func (o *RequestError) GetField() string

GetField returns the Field field value if set, zero value otherwise.

func (*RequestError) GetFieldOk ¶

func (o *RequestError) GetFieldOk() (*string, bool)

GetFieldOk returns a tuple with the Field field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestError) GetMessage ¶

func (o *RequestError) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*RequestError) GetMessageOk ¶

func (o *RequestError) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestError) GetStatus ¶

func (o *RequestError) GetStatus() float32

GetStatus returns the Status field value if set, zero value otherwise.

func (*RequestError) GetStatusOk ¶

func (o *RequestError) GetStatusOk() (*float32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestError) GetType ¶

func (o *RequestError) GetType() string

GetType returns the Type field value

func (*RequestError) GetTypeOk ¶

func (o *RequestError) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RequestError) HasData ¶

func (o *RequestError) HasData() bool

HasData returns a boolean if a field has been set.

func (*RequestError) HasField ¶

func (o *RequestError) HasField() bool

HasField returns a boolean if a field has been set.

func (*RequestError) HasMessage ¶

func (o *RequestError) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*RequestError) HasStatus ¶

func (o *RequestError) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (RequestError) MarshalJSON ¶

func (o RequestError) MarshalJSON() ([]byte, error)

func (*RequestError) SetData ¶

func (o *RequestError) SetData(v interface{})

SetData gets a reference to the given interface{} and assigns it to the Data field.

func (*RequestError) SetField ¶

func (o *RequestError) SetField(v string)

SetField gets a reference to the given string and assigns it to the Field field.

func (*RequestError) SetMessage ¶

func (o *RequestError) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*RequestError) SetStatus ¶

func (o *RequestError) SetStatus(v float32)

SetStatus gets a reference to the given float32 and assigns it to the Status field.

func (*RequestError) SetType ¶

func (o *RequestError) SetType(v string)

SetType sets field value

func (RequestError) ToMap ¶

func (o RequestError) ToMap() (map[string]interface{}, error)

type RequestErrorEnvelope ¶

type RequestErrorEnvelope struct {
	Errors []RequestError `json:"errors"`
}

RequestErrorEnvelope Envelope type for RequestErrors.

func NewRequestErrorEnvelope ¶

func NewRequestErrorEnvelope(errors []RequestError) *RequestErrorEnvelope

NewRequestErrorEnvelope instantiates a new RequestErrorEnvelope 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 NewRequestErrorEnvelopeWithDefaults ¶

func NewRequestErrorEnvelopeWithDefaults() *RequestErrorEnvelope

NewRequestErrorEnvelopeWithDefaults instantiates a new RequestErrorEnvelope 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 UnwrapFullErrors ¶

func UnwrapFullErrors(err error) *RequestErrorEnvelope

Unwrap the full errors if it available

func (*RequestErrorEnvelope) GetErrors ¶

func (o *RequestErrorEnvelope) GetErrors() []RequestError

GetErrors returns the Errors field value

func (*RequestErrorEnvelope) GetErrorsOk ¶

func (o *RequestErrorEnvelope) GetErrorsOk() ([]RequestError, bool)

GetErrorsOk returns a tuple with the Errors field value and a boolean to check if the value has been set.

func (RequestErrorEnvelope) MarshalJSON ¶

func (o RequestErrorEnvelope) MarshalJSON() ([]byte, error)

func (*RequestErrorEnvelope) SetErrors ¶

func (o *RequestErrorEnvelope) SetErrors(v []RequestError)

SetErrors sets field value

func (RequestErrorEnvelope) ToMap ¶

func (o RequestErrorEnvelope) ToMap() (map[string]interface{}, error)

type ResourceV1 ¶

type ResourceV1 struct {
	// The id of this resource.
	Id string `json:"id"`
	// The kind of resource this permission applies to.
	Type string `json:"type"`
}

ResourceV1 Represents a permission's resource.

func NewResourceV1 ¶

func NewResourceV1(id string, type_ string) *ResourceV1

NewResourceV1 instantiates a new ResourceV1 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 NewResourceV1WithDefaults ¶

func NewResourceV1WithDefaults() *ResourceV1

NewResourceV1WithDefaults instantiates a new ResourceV1 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 (*ResourceV1) GetId ¶

func (o *ResourceV1) GetId() string

GetId returns the Id field value

func (*ResourceV1) GetIdOk ¶

func (o *ResourceV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ResourceV1) GetType ¶

func (o *ResourceV1) GetType() string

GetType returns the Type field value

func (*ResourceV1) GetTypeOk ¶

func (o *ResourceV1) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ResourceV1) MarshalJSON ¶

func (o ResourceV1) MarshalJSON() ([]byte, error)

func (*ResourceV1) SetId ¶

func (o *ResourceV1) SetId(v string)

SetId sets field value

func (*ResourceV1) SetType ¶

func (o *ResourceV1) SetType(v string)

SetType sets field value

func (ResourceV1) ToMap ¶

func (o ResourceV1) ToMap() (map[string]interface{}, error)

type RestoreFunctionVersion200Response ¶

type RestoreFunctionVersion200Response struct {
	Data *RestoreFunctionVersionAlphaOutput `json:"data,omitempty"`
}

RestoreFunctionVersion200Response struct for RestoreFunctionVersion200Response

func NewRestoreFunctionVersion200Response ¶

func NewRestoreFunctionVersion200Response() *RestoreFunctionVersion200Response

NewRestoreFunctionVersion200Response instantiates a new RestoreFunctionVersion200Response 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 NewRestoreFunctionVersion200ResponseWithDefaults ¶

func NewRestoreFunctionVersion200ResponseWithDefaults() *RestoreFunctionVersion200Response

NewRestoreFunctionVersion200ResponseWithDefaults instantiates a new RestoreFunctionVersion200Response 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 (*RestoreFunctionVersion200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*RestoreFunctionVersion200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RestoreFunctionVersion200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (RestoreFunctionVersion200Response) MarshalJSON ¶

func (o RestoreFunctionVersion200Response) MarshalJSON() ([]byte, error)

func (*RestoreFunctionVersion200Response) SetData ¶

SetData gets a reference to the given RestoreFunctionVersionAlphaOutput and assigns it to the Data field.

func (RestoreFunctionVersion200Response) ToMap ¶

func (o RestoreFunctionVersion200Response) ToMap() (map[string]interface{}, error)

type RestoreFunctionVersionAlphaInput ¶

type RestoreFunctionVersionAlphaInput struct {
	// An identifier for this version.
	VersionId string `json:"versionId"`
}

RestoreFunctionVersionAlphaInput Restore a given Function version.

func NewRestoreFunctionVersionAlphaInput ¶

func NewRestoreFunctionVersionAlphaInput(versionId string) *RestoreFunctionVersionAlphaInput

NewRestoreFunctionVersionAlphaInput instantiates a new RestoreFunctionVersionAlphaInput 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 NewRestoreFunctionVersionAlphaInputWithDefaults ¶

func NewRestoreFunctionVersionAlphaInputWithDefaults() *RestoreFunctionVersionAlphaInput

NewRestoreFunctionVersionAlphaInputWithDefaults instantiates a new RestoreFunctionVersionAlphaInput 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 (*RestoreFunctionVersionAlphaInput) GetVersionId ¶

func (o *RestoreFunctionVersionAlphaInput) GetVersionId() string

GetVersionId returns the VersionId field value

func (*RestoreFunctionVersionAlphaInput) GetVersionIdOk ¶

func (o *RestoreFunctionVersionAlphaInput) GetVersionIdOk() (*string, bool)

GetVersionIdOk returns a tuple with the VersionId field value and a boolean to check if the value has been set.

func (RestoreFunctionVersionAlphaInput) MarshalJSON ¶

func (o RestoreFunctionVersionAlphaInput) MarshalJSON() ([]byte, error)

func (*RestoreFunctionVersionAlphaInput) SetVersionId ¶

func (o *RestoreFunctionVersionAlphaInput) SetVersionId(v string)

SetVersionId sets field value

func (RestoreFunctionVersionAlphaInput) ToMap ¶

func (o RestoreFunctionVersionAlphaInput) ToMap() (map[string]interface{}, error)

type RestoreFunctionVersionAlphaOutput ¶

type RestoreFunctionVersionAlphaOutput struct {
	Version Version `json:"version"`
}

RestoreFunctionVersionAlphaOutput Restore version output.

func NewRestoreFunctionVersionAlphaOutput ¶

func NewRestoreFunctionVersionAlphaOutput(version Version) *RestoreFunctionVersionAlphaOutput

NewRestoreFunctionVersionAlphaOutput instantiates a new RestoreFunctionVersionAlphaOutput 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 NewRestoreFunctionVersionAlphaOutputWithDefaults ¶

func NewRestoreFunctionVersionAlphaOutputWithDefaults() *RestoreFunctionVersionAlphaOutput

NewRestoreFunctionVersionAlphaOutputWithDefaults instantiates a new RestoreFunctionVersionAlphaOutput 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 (*RestoreFunctionVersionAlphaOutput) GetVersion ¶

GetVersion returns the Version field value

func (*RestoreFunctionVersionAlphaOutput) GetVersionOk ¶

func (o *RestoreFunctionVersionAlphaOutput) GetVersionOk() (*Version, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (RestoreFunctionVersionAlphaOutput) MarshalJSON ¶

func (o RestoreFunctionVersionAlphaOutput) MarshalJSON() ([]byte, error)

func (*RestoreFunctionVersionAlphaOutput) SetVersion ¶

func (o *RestoreFunctionVersionAlphaOutput) SetVersion(v Version)

SetVersion sets field value

func (RestoreFunctionVersionAlphaOutput) ToMap ¶

func (o RestoreFunctionVersionAlphaOutput) ToMap() (map[string]interface{}, error)

type ReverseETLAPIService ¶

type ReverseETLAPIService service

ReverseETLAPIService ReverseETLAPI service

func (*ReverseETLAPIService) CancelReverseETLSyncForModel ¶

func (a *ReverseETLAPIService) CancelReverseETLSyncForModel(
	ctx context.Context,
	modelId string,
	syncId string,
) ApiCancelReverseETLSyncForModelRequest

CancelReverseETLSyncForModel Cancel Reverse ETL Sync for Model

Cancels a sync for a Reverse ETL Connection. It might take a few seconds to completely cancel the sync.

Will return an error if the sync is already completed or cancelled.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param modelId
@param syncId
@return ApiCancelReverseETLSyncForModelRequest

func (*ReverseETLAPIService) CancelReverseETLSyncForModelExecute ¶

Execute executes the request

@return CancelReverseETLSyncForModel200Response

func (*ReverseETLAPIService) CreateReverseETLManualSync ¶

func (a *ReverseETLAPIService) CreateReverseETLManualSync(
	ctx context.Context,
) ApiCreateReverseETLManualSyncRequest

CreateReverseETLManualSync Create Reverse ETL Manual Sync

Triggers a manual sync for a Reverse ETL Connection.

In the request body, the `subscription id` is the id that follows after `/mappings/` portion in the URL of the sync.

For example, the `subscription id` would be `2` for this sync: https://app.Segment.com/example-workspace/reverse-etl/destinations/example-destination/sources/example-source/instances/1/mappings/2/source-id/3/model-id/4/sync-details

The rate limit for this endpoint is 20 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateReverseETLManualSyncRequest

func (*ReverseETLAPIService) CreateReverseETLManualSyncExecute ¶

Execute executes the request

@return CreateReverseETLManualSync200Response

func (*ReverseETLAPIService) CreateReverseEtlModel ¶

func (a *ReverseETLAPIService) CreateReverseEtlModel(
	ctx context.Context,
) ApiCreateReverseEtlModelRequest

CreateReverseEtlModel Create Reverse Etl Model

Creates a new Reverse ETL Model.

• When called, this endpoint may generate the `Model Created` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateReverseEtlModelRequest

func (*ReverseETLAPIService) CreateReverseEtlModelExecute ¶

Execute executes the request

@return CreateReverseEtlModel201Response

func (*ReverseETLAPIService) DeleteReverseEtlModel ¶

func (a *ReverseETLAPIService) DeleteReverseEtlModel(
	ctx context.Context,
	modelId string,
) ApiDeleteReverseEtlModelRequest

DeleteReverseEtlModel Delete Reverse Etl Model

Deletes an existing Model.

• When called, this endpoint may generate the `Model Deleted` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param modelId
@return ApiDeleteReverseEtlModelRequest

func (*ReverseETLAPIService) DeleteReverseEtlModelExecute ¶

Execute executes the request

@return DeleteReverseEtlModel200Response

func (*ReverseETLAPIService) GetReverseETLSyncStatus ¶

func (a *ReverseETLAPIService) GetReverseETLSyncStatus(
	ctx context.Context,
	modelId string,
	syncId string,
) ApiGetReverseETLSyncStatusRequest

GetReverseETLSyncStatus Get Reverse ETL Sync Status

Get the sync status for a Reverse ETL sync. The sync status includes all detailed information about the sync - sync status, duration, details about the extract and load phase if applicable, etc.

The rate limit for this endpoint is 250 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param modelId
@param syncId
@return ApiGetReverseETLSyncStatusRequest

func (*ReverseETLAPIService) GetReverseETLSyncStatusExecute ¶

Execute executes the request

@return GetReverseETLSyncStatus200Response

func (*ReverseETLAPIService) GetReverseEtlModel ¶

func (a *ReverseETLAPIService) GetReverseEtlModel(
	ctx context.Context,
	modelId string,
) ApiGetReverseEtlModelRequest

GetReverseEtlModel Get Reverse Etl Model

Returns a Reverse ETL Model by its id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param modelId
@return ApiGetReverseEtlModelRequest

func (*ReverseETLAPIService) GetReverseEtlModelExecute ¶

Execute executes the request

@return GetReverseEtlModel200Response

func (*ReverseETLAPIService) ListReverseETLSyncStatusesFromModelAndSubscriptionId ¶

func (a *ReverseETLAPIService) ListReverseETLSyncStatusesFromModelAndSubscriptionId(
	ctx context.Context,
	modelId string,
	subscriptionId string,
) ApiListReverseETLSyncStatusesFromModelAndSubscriptionIdRequest

ListReverseETLSyncStatusesFromModelAndSubscriptionId List Reverse ETL Sync Statuses from Model And Subscription Id

Get the sync statuses for a Reverse ETL mapping subscription. The sync status includes all detailed information about the sync - sync status, duration, details about the extract and load phase if applicable, etc. The default page count is 10, and then the next page can be fetched by passing the `cursor` query parameter.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param modelId
@param subscriptionId
@return ApiListReverseETLSyncStatusesFromModelAndSubscriptionIdRequest

func (*ReverseETLAPIService) ListReverseETLSyncStatusesFromModelAndSubscriptionIdExecute ¶

Execute executes the request

@return ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response

func (*ReverseETLAPIService) ListReverseEtlModels ¶

func (a *ReverseETLAPIService) ListReverseEtlModels(
	ctx context.Context,
) ApiListReverseEtlModelsRequest

ListReverseEtlModels List Reverse Etl Models

Returns a list of Reverse ETL Models.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListReverseEtlModelsRequest

func (*ReverseETLAPIService) ListReverseEtlModelsExecute ¶

Execute executes the request

@return ListReverseEtlModels200Response

func (*ReverseETLAPIService) UpdateReverseEtlModel ¶

func (a *ReverseETLAPIService) UpdateReverseEtlModel(
	ctx context.Context,
	modelId string,
) ApiUpdateReverseEtlModelRequest

UpdateReverseEtlModel Update Reverse Etl Model

Updates an existing Reverse ETL Model.

• When called, this endpoint may generate one or more of the following [audit trail](/tag/Audit-Trail) events:* Model Settings Saved * Model State Change Toggled

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param modelId
@return ApiUpdateReverseEtlModelRequest

func (*ReverseETLAPIService) UpdateReverseEtlModelExecute ¶

Execute executes the request

@return UpdateReverseEtlModel200Response

type ReverseETLManualSyncJobOutput ¶

type ReverseETLManualSyncJobOutput struct {
	// A datetime that indicates when the job was triggered.
	StartedAt string `json:"startedAt"`
	// The unique id for the sync that was triggered.
	SyncId string `json:"syncId"`
}

ReverseETLManualSyncJobOutput StartJobOutput returns the result of triggering the specified job.

func NewReverseETLManualSyncJobOutput ¶

func NewReverseETLManualSyncJobOutput(
	startedAt string,
	syncId string,
) *ReverseETLManualSyncJobOutput

NewReverseETLManualSyncJobOutput instantiates a new ReverseETLManualSyncJobOutput 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 NewReverseETLManualSyncJobOutputWithDefaults ¶

func NewReverseETLManualSyncJobOutputWithDefaults() *ReverseETLManualSyncJobOutput

NewReverseETLManualSyncJobOutputWithDefaults instantiates a new ReverseETLManualSyncJobOutput 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 (*ReverseETLManualSyncJobOutput) GetStartedAt ¶

func (o *ReverseETLManualSyncJobOutput) GetStartedAt() string

GetStartedAt returns the StartedAt field value

func (*ReverseETLManualSyncJobOutput) GetStartedAtOk ¶

func (o *ReverseETLManualSyncJobOutput) GetStartedAtOk() (*string, bool)

GetStartedAtOk returns a tuple with the StartedAt field value and a boolean to check if the value has been set.

func (*ReverseETLManualSyncJobOutput) GetSyncId ¶

func (o *ReverseETLManualSyncJobOutput) GetSyncId() string

GetSyncId returns the SyncId field value

func (*ReverseETLManualSyncJobOutput) GetSyncIdOk ¶

func (o *ReverseETLManualSyncJobOutput) GetSyncIdOk() (*string, bool)

GetSyncIdOk returns a tuple with the SyncId field value and a boolean to check if the value has been set.

func (ReverseETLManualSyncJobOutput) MarshalJSON ¶

func (o ReverseETLManualSyncJobOutput) MarshalJSON() ([]byte, error)

func (*ReverseETLManualSyncJobOutput) SetStartedAt ¶

func (o *ReverseETLManualSyncJobOutput) SetStartedAt(v string)

SetStartedAt sets field value

func (*ReverseETLManualSyncJobOutput) SetSyncId ¶

func (o *ReverseETLManualSyncJobOutput) SetSyncId(v string)

SetSyncId sets field value

func (ReverseETLManualSyncJobOutput) ToMap ¶

func (o ReverseETLManualSyncJobOutput) ToMap() (map[string]interface{}, error)

type ReverseETLSyncStatus ¶

type ReverseETLSyncStatus struct {
	// The id of the sync.
	SyncId string `json:"syncId"`
	// The Model id of the sync.
	ModelId string `json:"modelId"`
	// The Source id of the sync.
	SourceId string `json:"sourceId"`
	// The status of the sync. It currently can be IN_PROGRESS, FAIL, SUCCESS, PARTIAL_SUCCESS.
	SyncStatus string `json:"syncStatus"`
	// The duration of the sync.
	Duration string `json:"duration"`
	// When the sync started.
	StartedAt string `json:"startedAt"`
	// When the sync started.
	FinishedAt   *string           `json:"finishedAt,omitempty"`
	ExtractPhase *SyncExtractPhase `json:"extractPhase,omitempty"`
	LoadPhase    *SyncLoadPhase    `json:"loadPhase,omitempty"`
	// Error message if applicable.
	Error *string `json:"error,omitempty"`
	// Error code indicates a fatal sync error code, if applicable.
	ErrorCode *string `json:"errorCode,omitempty"`
}

ReverseETLSyncStatus Defines the result of getting the sync status of a RETL connection.

func NewReverseETLSyncStatus ¶

func NewReverseETLSyncStatus(
	syncId string,
	modelId string,
	sourceId string,
	syncStatus string,
	duration string,
	startedAt string,
) *ReverseETLSyncStatus

NewReverseETLSyncStatus instantiates a new ReverseETLSyncStatus 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 NewReverseETLSyncStatusWithDefaults ¶

func NewReverseETLSyncStatusWithDefaults() *ReverseETLSyncStatus

NewReverseETLSyncStatusWithDefaults instantiates a new ReverseETLSyncStatus 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 (*ReverseETLSyncStatus) GetDuration ¶

func (o *ReverseETLSyncStatus) GetDuration() string

GetDuration returns the Duration field value

func (*ReverseETLSyncStatus) GetDurationOk ¶

func (o *ReverseETLSyncStatus) GetDurationOk() (*string, bool)

GetDurationOk returns a tuple with the Duration field value and a boolean to check if the value has been set.

func (*ReverseETLSyncStatus) GetError ¶

func (o *ReverseETLSyncStatus) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*ReverseETLSyncStatus) GetErrorCode ¶

func (o *ReverseETLSyncStatus) GetErrorCode() string

GetErrorCode returns the ErrorCode field value if set, zero value otherwise.

func (*ReverseETLSyncStatus) GetErrorCodeOk ¶

func (o *ReverseETLSyncStatus) GetErrorCodeOk() (*string, bool)

GetErrorCodeOk returns a tuple with the ErrorCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReverseETLSyncStatus) GetErrorOk ¶

func (o *ReverseETLSyncStatus) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReverseETLSyncStatus) GetExtractPhase ¶

func (o *ReverseETLSyncStatus) GetExtractPhase() SyncExtractPhase

GetExtractPhase returns the ExtractPhase field value if set, zero value otherwise.

func (*ReverseETLSyncStatus) GetExtractPhaseOk ¶

func (o *ReverseETLSyncStatus) GetExtractPhaseOk() (*SyncExtractPhase, bool)

GetExtractPhaseOk returns a tuple with the ExtractPhase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReverseETLSyncStatus) GetFinishedAt ¶

func (o *ReverseETLSyncStatus) GetFinishedAt() string

GetFinishedAt returns the FinishedAt field value if set, zero value otherwise.

func (*ReverseETLSyncStatus) GetFinishedAtOk ¶

func (o *ReverseETLSyncStatus) GetFinishedAtOk() (*string, bool)

GetFinishedAtOk returns a tuple with the FinishedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReverseETLSyncStatus) GetLoadPhase ¶

func (o *ReverseETLSyncStatus) GetLoadPhase() SyncLoadPhase

GetLoadPhase returns the LoadPhase field value if set, zero value otherwise.

func (*ReverseETLSyncStatus) GetLoadPhaseOk ¶

func (o *ReverseETLSyncStatus) GetLoadPhaseOk() (*SyncLoadPhase, bool)

GetLoadPhaseOk returns a tuple with the LoadPhase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReverseETLSyncStatus) GetModelId ¶

func (o *ReverseETLSyncStatus) GetModelId() string

GetModelId returns the ModelId field value

func (*ReverseETLSyncStatus) GetModelIdOk ¶

func (o *ReverseETLSyncStatus) GetModelIdOk() (*string, bool)

GetModelIdOk returns a tuple with the ModelId field value and a boolean to check if the value has been set.

func (*ReverseETLSyncStatus) GetSourceId ¶

func (o *ReverseETLSyncStatus) GetSourceId() string

GetSourceId returns the SourceId field value

func (*ReverseETLSyncStatus) GetSourceIdOk ¶

func (o *ReverseETLSyncStatus) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*ReverseETLSyncStatus) GetStartedAt ¶

func (o *ReverseETLSyncStatus) GetStartedAt() string

GetStartedAt returns the StartedAt field value

func (*ReverseETLSyncStatus) GetStartedAtOk ¶

func (o *ReverseETLSyncStatus) GetStartedAtOk() (*string, bool)

GetStartedAtOk returns a tuple with the StartedAt field value and a boolean to check if the value has been set.

func (*ReverseETLSyncStatus) GetSyncId ¶

func (o *ReverseETLSyncStatus) GetSyncId() string

GetSyncId returns the SyncId field value

func (*ReverseETLSyncStatus) GetSyncIdOk ¶

func (o *ReverseETLSyncStatus) GetSyncIdOk() (*string, bool)

GetSyncIdOk returns a tuple with the SyncId field value and a boolean to check if the value has been set.

func (*ReverseETLSyncStatus) GetSyncStatus ¶

func (o *ReverseETLSyncStatus) GetSyncStatus() string

GetSyncStatus returns the SyncStatus field value

func (*ReverseETLSyncStatus) GetSyncStatusOk ¶

func (o *ReverseETLSyncStatus) GetSyncStatusOk() (*string, bool)

GetSyncStatusOk returns a tuple with the SyncStatus field value and a boolean to check if the value has been set.

func (*ReverseETLSyncStatus) HasError ¶

func (o *ReverseETLSyncStatus) HasError() bool

HasError returns a boolean if a field has been set.

func (*ReverseETLSyncStatus) HasErrorCode ¶

func (o *ReverseETLSyncStatus) HasErrorCode() bool

HasErrorCode returns a boolean if a field has been set.

func (*ReverseETLSyncStatus) HasExtractPhase ¶

func (o *ReverseETLSyncStatus) HasExtractPhase() bool

HasExtractPhase returns a boolean if a field has been set.

func (*ReverseETLSyncStatus) HasFinishedAt ¶

func (o *ReverseETLSyncStatus) HasFinishedAt() bool

HasFinishedAt returns a boolean if a field has been set.

func (*ReverseETLSyncStatus) HasLoadPhase ¶

func (o *ReverseETLSyncStatus) HasLoadPhase() bool

HasLoadPhase returns a boolean if a field has been set.

func (ReverseETLSyncStatus) MarshalJSON ¶

func (o ReverseETLSyncStatus) MarshalJSON() ([]byte, error)

func (*ReverseETLSyncStatus) SetDuration ¶

func (o *ReverseETLSyncStatus) SetDuration(v string)

SetDuration sets field value

func (*ReverseETLSyncStatus) SetError ¶

func (o *ReverseETLSyncStatus) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*ReverseETLSyncStatus) SetErrorCode ¶

func (o *ReverseETLSyncStatus) SetErrorCode(v string)

SetErrorCode gets a reference to the given string and assigns it to the ErrorCode field.

func (*ReverseETLSyncStatus) SetExtractPhase ¶

func (o *ReverseETLSyncStatus) SetExtractPhase(v SyncExtractPhase)

SetExtractPhase gets a reference to the given SyncExtractPhase and assigns it to the ExtractPhase field.

func (*ReverseETLSyncStatus) SetFinishedAt ¶

func (o *ReverseETLSyncStatus) SetFinishedAt(v string)

SetFinishedAt gets a reference to the given string and assigns it to the FinishedAt field.

func (*ReverseETLSyncStatus) SetLoadPhase ¶

func (o *ReverseETLSyncStatus) SetLoadPhase(v SyncLoadPhase)

SetLoadPhase gets a reference to the given SyncLoadPhase and assigns it to the LoadPhase field.

func (*ReverseETLSyncStatus) SetModelId ¶

func (o *ReverseETLSyncStatus) SetModelId(v string)

SetModelId sets field value

func (*ReverseETLSyncStatus) SetSourceId ¶

func (o *ReverseETLSyncStatus) SetSourceId(v string)

SetSourceId sets field value

func (*ReverseETLSyncStatus) SetStartedAt ¶

func (o *ReverseETLSyncStatus) SetStartedAt(v string)

SetStartedAt sets field value

func (*ReverseETLSyncStatus) SetSyncId ¶

func (o *ReverseETLSyncStatus) SetSyncId(v string)

SetSyncId sets field value

func (*ReverseETLSyncStatus) SetSyncStatus ¶

func (o *ReverseETLSyncStatus) SetSyncStatus(v string)

SetSyncStatus sets field value

func (ReverseETLSyncStatus) ToMap ¶

func (o ReverseETLSyncStatus) ToMap() (map[string]interface{}, error)

type ReverseEtlCronScheduleConfig ¶

type ReverseEtlCronScheduleConfig struct {
	// 5 field cron string expression. The cron expression must be larger than 15 minutes.
	Spec string `json:"spec"`
	// Timezone respected by the cron string. Format must be in IANA Timezone Identifier. Example: 'America/Los_Angeles'.
	Timezone string `json:"timezone"`
}

ReverseEtlCronScheduleConfig struct for ReverseEtlCronScheduleConfig

func NewReverseEtlCronScheduleConfig ¶

func NewReverseEtlCronScheduleConfig(spec string, timezone string) *ReverseEtlCronScheduleConfig

NewReverseEtlCronScheduleConfig instantiates a new ReverseEtlCronScheduleConfig 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 NewReverseEtlCronScheduleConfigWithDefaults ¶

func NewReverseEtlCronScheduleConfigWithDefaults() *ReverseEtlCronScheduleConfig

NewReverseEtlCronScheduleConfigWithDefaults instantiates a new ReverseEtlCronScheduleConfig 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 (*ReverseEtlCronScheduleConfig) GetSpec ¶

func (o *ReverseEtlCronScheduleConfig) GetSpec() string

GetSpec returns the Spec field value

func (*ReverseEtlCronScheduleConfig) GetSpecOk ¶

func (o *ReverseEtlCronScheduleConfig) GetSpecOk() (*string, bool)

GetSpecOk returns a tuple with the Spec field value and a boolean to check if the value has been set.

func (*ReverseEtlCronScheduleConfig) GetTimezone ¶

func (o *ReverseEtlCronScheduleConfig) GetTimezone() string

GetTimezone returns the Timezone field value

func (*ReverseEtlCronScheduleConfig) GetTimezoneOk ¶

func (o *ReverseEtlCronScheduleConfig) GetTimezoneOk() (*string, bool)

GetTimezoneOk returns a tuple with the Timezone field value and a boolean to check if the value has been set.

func (ReverseEtlCronScheduleConfig) MarshalJSON ¶

func (o ReverseEtlCronScheduleConfig) MarshalJSON() ([]byte, error)

func (*ReverseEtlCronScheduleConfig) SetSpec ¶

func (o *ReverseEtlCronScheduleConfig) SetSpec(v string)

SetSpec sets field value

func (*ReverseEtlCronScheduleConfig) SetTimezone ¶

func (o *ReverseEtlCronScheduleConfig) SetTimezone(v string)

SetTimezone sets field value

func (ReverseEtlCronScheduleConfig) ToMap ¶

func (o ReverseEtlCronScheduleConfig) ToMap() (map[string]interface{}, error)

type ReverseEtlDbtCloudScheduleConfig ¶

type ReverseEtlDbtCloudScheduleConfig struct {
	// The dbt Cloud job used to trigger a sync for a Reverse ETL Connection.
	JobId string `json:"jobId"`
	// The dbt Cloud account where the job belongs to.
	AccountId string `json:"accountId"`
}

ReverseEtlDbtCloudScheduleConfig Definition for a schedule triggered by dbt Cloud job events.

func NewReverseEtlDbtCloudScheduleConfig ¶

func NewReverseEtlDbtCloudScheduleConfig(
	jobId string,
	accountId string,
) *ReverseEtlDbtCloudScheduleConfig

NewReverseEtlDbtCloudScheduleConfig instantiates a new ReverseEtlDbtCloudScheduleConfig 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 NewReverseEtlDbtCloudScheduleConfigWithDefaults ¶

func NewReverseEtlDbtCloudScheduleConfigWithDefaults() *ReverseEtlDbtCloudScheduleConfig

NewReverseEtlDbtCloudScheduleConfigWithDefaults instantiates a new ReverseEtlDbtCloudScheduleConfig 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 (*ReverseEtlDbtCloudScheduleConfig) GetAccountId ¶

func (o *ReverseEtlDbtCloudScheduleConfig) GetAccountId() string

GetAccountId returns the AccountId field value

func (*ReverseEtlDbtCloudScheduleConfig) GetAccountIdOk ¶

func (o *ReverseEtlDbtCloudScheduleConfig) GetAccountIdOk() (*string, bool)

GetAccountIdOk returns a tuple with the AccountId field value and a boolean to check if the value has been set.

func (*ReverseEtlDbtCloudScheduleConfig) GetJobId ¶

GetJobId returns the JobId field value

func (*ReverseEtlDbtCloudScheduleConfig) GetJobIdOk ¶

func (o *ReverseEtlDbtCloudScheduleConfig) GetJobIdOk() (*string, bool)

GetJobIdOk returns a tuple with the JobId field value and a boolean to check if the value has been set.

func (ReverseEtlDbtCloudScheduleConfig) MarshalJSON ¶

func (o ReverseEtlDbtCloudScheduleConfig) MarshalJSON() ([]byte, error)

func (*ReverseEtlDbtCloudScheduleConfig) SetAccountId ¶

func (o *ReverseEtlDbtCloudScheduleConfig) SetAccountId(v string)

SetAccountId sets field value

func (*ReverseEtlDbtCloudScheduleConfig) SetJobId ¶

SetJobId sets field value

func (ReverseEtlDbtCloudScheduleConfig) ToMap ¶

func (o ReverseEtlDbtCloudScheduleConfig) ToMap() (map[string]interface{}, error)

type ReverseEtlModel ¶

type ReverseEtlModel struct {
	// The id of the Model.
	Id string `json:"id"`
	// The id for the attached Source.
	SourceId string `json:"sourceId"`
	// A short, human-readable description of the Model.
	Name string `json:"name"`
	// A longer, more descriptive explanation of the Model.
	Description string `json:"description"`
	// Indicates whether the Model should have syncs enabled. When disabled, no syncs will be triggered, regardless of the enabled status of the attached destinations/subscriptions.
	Enabled bool `json:"enabled"`
	// The SQL query that will be executed to extract data from the connected Source.
	Query string `json:"query"`
	// Indicates the column named in `query` that should be used to uniquely identify the extracted records.
	QueryIdentifierColumn string `json:"queryIdentifierColumn"`
}

ReverseEtlModel Defines a Reverse ETL Model.

func NewReverseEtlModel ¶

func NewReverseEtlModel(
	id string,
	sourceId string,
	name string,
	description string,
	enabled bool,
	query string,
	queryIdentifierColumn string,
) *ReverseEtlModel

NewReverseEtlModel instantiates a new ReverseEtlModel 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 NewReverseEtlModelWithDefaults ¶

func NewReverseEtlModelWithDefaults() *ReverseEtlModel

NewReverseEtlModelWithDefaults instantiates a new ReverseEtlModel 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 (*ReverseEtlModel) GetDescription ¶

func (o *ReverseEtlModel) GetDescription() string

GetDescription returns the Description field value

func (*ReverseEtlModel) GetDescriptionOk ¶

func (o *ReverseEtlModel) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*ReverseEtlModel) GetEnabled ¶

func (o *ReverseEtlModel) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*ReverseEtlModel) GetEnabledOk ¶

func (o *ReverseEtlModel) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*ReverseEtlModel) GetId ¶

func (o *ReverseEtlModel) GetId() string

GetId returns the Id field value

func (*ReverseEtlModel) GetIdOk ¶

func (o *ReverseEtlModel) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ReverseEtlModel) GetName ¶

func (o *ReverseEtlModel) GetName() string

GetName returns the Name field value

func (*ReverseEtlModel) GetNameOk ¶

func (o *ReverseEtlModel) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ReverseEtlModel) GetQuery ¶

func (o *ReverseEtlModel) GetQuery() string

GetQuery returns the Query field value

func (*ReverseEtlModel) GetQueryIdentifierColumn ¶

func (o *ReverseEtlModel) GetQueryIdentifierColumn() string

GetQueryIdentifierColumn returns the QueryIdentifierColumn field value

func (*ReverseEtlModel) GetQueryIdentifierColumnOk ¶

func (o *ReverseEtlModel) GetQueryIdentifierColumnOk() (*string, bool)

GetQueryIdentifierColumnOk returns a tuple with the QueryIdentifierColumn field value and a boolean to check if the value has been set.

func (*ReverseEtlModel) GetQueryOk ¶

func (o *ReverseEtlModel) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.

func (*ReverseEtlModel) GetSourceId ¶

func (o *ReverseEtlModel) GetSourceId() string

GetSourceId returns the SourceId field value

func (*ReverseEtlModel) GetSourceIdOk ¶

func (o *ReverseEtlModel) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (ReverseEtlModel) MarshalJSON ¶

func (o ReverseEtlModel) MarshalJSON() ([]byte, error)

func (*ReverseEtlModel) SetDescription ¶

func (o *ReverseEtlModel) SetDescription(v string)

SetDescription sets field value

func (*ReverseEtlModel) SetEnabled ¶

func (o *ReverseEtlModel) SetEnabled(v bool)

SetEnabled sets field value

func (*ReverseEtlModel) SetId ¶

func (o *ReverseEtlModel) SetId(v string)

SetId sets field value

func (*ReverseEtlModel) SetName ¶

func (o *ReverseEtlModel) SetName(v string)

SetName sets field value

func (*ReverseEtlModel) SetQuery ¶

func (o *ReverseEtlModel) SetQuery(v string)

SetQuery sets field value

func (*ReverseEtlModel) SetQueryIdentifierColumn ¶

func (o *ReverseEtlModel) SetQueryIdentifierColumn(v string)

SetQueryIdentifierColumn sets field value

func (*ReverseEtlModel) SetSourceId ¶

func (o *ReverseEtlModel) SetSourceId(v string)

SetSourceId sets field value

func (ReverseEtlModel) ToMap ¶

func (o ReverseEtlModel) ToMap() (map[string]interface{}, error)

type ReverseEtlPeriodicScheduleConfig ¶

type ReverseEtlPeriodicScheduleConfig struct {
	// Duration is specified as a string, EG: 15m, 3h25m30s.
	Interval string `json:"interval"`
}

ReverseEtlPeriodicScheduleConfig Definition for periodic interval.

func NewReverseEtlPeriodicScheduleConfig ¶

func NewReverseEtlPeriodicScheduleConfig(interval string) *ReverseEtlPeriodicScheduleConfig

NewReverseEtlPeriodicScheduleConfig instantiates a new ReverseEtlPeriodicScheduleConfig 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 NewReverseEtlPeriodicScheduleConfigWithDefaults ¶

func NewReverseEtlPeriodicScheduleConfigWithDefaults() *ReverseEtlPeriodicScheduleConfig

NewReverseEtlPeriodicScheduleConfigWithDefaults instantiates a new ReverseEtlPeriodicScheduleConfig 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 (*ReverseEtlPeriodicScheduleConfig) GetInterval ¶

func (o *ReverseEtlPeriodicScheduleConfig) GetInterval() string

GetInterval returns the Interval field value

func (*ReverseEtlPeriodicScheduleConfig) GetIntervalOk ¶

func (o *ReverseEtlPeriodicScheduleConfig) GetIntervalOk() (*string, bool)

GetIntervalOk returns a tuple with the Interval field value and a boolean to check if the value has been set.

func (ReverseEtlPeriodicScheduleConfig) MarshalJSON ¶

func (o ReverseEtlPeriodicScheduleConfig) MarshalJSON() ([]byte, error)

func (*ReverseEtlPeriodicScheduleConfig) SetInterval ¶

func (o *ReverseEtlPeriodicScheduleConfig) SetInterval(v string)

SetInterval sets field value

func (ReverseEtlPeriodicScheduleConfig) ToMap ¶

func (o ReverseEtlPeriodicScheduleConfig) ToMap() (map[string]interface{}, error)

type ReverseEtlScheduleConfig ¶

type ReverseEtlScheduleConfig struct {
	ReverseEtlCronScheduleConfig         *ReverseEtlCronScheduleConfig
	ReverseEtlDbtCloudScheduleConfig     *ReverseEtlDbtCloudScheduleConfig
	ReverseEtlPeriodicScheduleConfig     *ReverseEtlPeriodicScheduleConfig
	ReverseEtlSpecificTimeScheduleConfig *ReverseEtlSpecificTimeScheduleConfig
}

ReverseEtlScheduleConfig struct for ReverseEtlScheduleConfig

func (*ReverseEtlScheduleConfig) MarshalJSON ¶

func (src *ReverseEtlScheduleConfig) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ReverseEtlScheduleConfig) UnmarshalJSON ¶

func (dst *ReverseEtlScheduleConfig) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ReverseEtlScheduleDefinition ¶

type ReverseEtlScheduleDefinition struct {
	// Strategy supports: Periodic, Specific Days, Manual, CRON and DBT_CLOUD.
	Strategy string          `json:"strategy"`
	Config   NullableConfig1 `json:"config,omitempty"`
}

ReverseEtlScheduleDefinition Defines a configuration object used for scheduling, which can vary depending on the configured strategy.

func NewReverseEtlScheduleDefinition ¶

func NewReverseEtlScheduleDefinition(strategy string) *ReverseEtlScheduleDefinition

NewReverseEtlScheduleDefinition instantiates a new ReverseEtlScheduleDefinition 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 NewReverseEtlScheduleDefinitionWithDefaults ¶

func NewReverseEtlScheduleDefinitionWithDefaults() *ReverseEtlScheduleDefinition

NewReverseEtlScheduleDefinitionWithDefaults instantiates a new ReverseEtlScheduleDefinition 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 (*ReverseEtlScheduleDefinition) GetConfig ¶

func (o *ReverseEtlScheduleDefinition) GetConfig() Config1

GetConfig returns the Config field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReverseEtlScheduleDefinition) GetConfigOk ¶

func (o *ReverseEtlScheduleDefinition) GetConfigOk() (*Config1, bool)

GetConfigOk returns a tuple with the Config 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 (*ReverseEtlScheduleDefinition) GetStrategy ¶

func (o *ReverseEtlScheduleDefinition) GetStrategy() string

GetStrategy returns the Strategy field value

func (*ReverseEtlScheduleDefinition) GetStrategyOk ¶

func (o *ReverseEtlScheduleDefinition) GetStrategyOk() (*string, bool)

GetStrategyOk returns a tuple with the Strategy field value and a boolean to check if the value has been set.

func (*ReverseEtlScheduleDefinition) HasConfig ¶

func (o *ReverseEtlScheduleDefinition) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (ReverseEtlScheduleDefinition) MarshalJSON ¶

func (o ReverseEtlScheduleDefinition) MarshalJSON() ([]byte, error)

func (*ReverseEtlScheduleDefinition) SetConfig ¶

func (o *ReverseEtlScheduleDefinition) SetConfig(v Config1)

SetConfig gets a reference to the given NullableConfig1 and assigns it to the Config field.

func (*ReverseEtlScheduleDefinition) SetConfigNil ¶

func (o *ReverseEtlScheduleDefinition) SetConfigNil()

SetConfigNil sets the value for Config to be an explicit nil

func (*ReverseEtlScheduleDefinition) SetStrategy ¶

func (o *ReverseEtlScheduleDefinition) SetStrategy(v string)

SetStrategy sets field value

func (ReverseEtlScheduleDefinition) ToMap ¶

func (o ReverseEtlScheduleDefinition) ToMap() (map[string]interface{}, error)

func (*ReverseEtlScheduleDefinition) UnsetConfig ¶

func (o *ReverseEtlScheduleDefinition) UnsetConfig()

UnsetConfig ensures that no value is present for Config, not even an explicit nil

type ReverseEtlSpecificTimeScheduleConfig ¶

type ReverseEtlSpecificTimeScheduleConfig struct {
	// Days of the week.
	Days []float32 `json:"days"`
	// Hours of the day.
	Hours []float32 `json:"hours"`
	// Timezone for the specified times.
	Timezone string `json:"timezone"`
}

ReverseEtlSpecificTimeScheduleConfig Definition for specific day and time schedule. Days is list of numbered day of the week and hours is a list of hour of the day. The corresponding Timezone is also input as string.

func NewReverseEtlSpecificTimeScheduleConfig ¶

func NewReverseEtlSpecificTimeScheduleConfig(
	days []float32,
	hours []float32,
	timezone string,
) *ReverseEtlSpecificTimeScheduleConfig

NewReverseEtlSpecificTimeScheduleConfig instantiates a new ReverseEtlSpecificTimeScheduleConfig 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 NewReverseEtlSpecificTimeScheduleConfigWithDefaults ¶

func NewReverseEtlSpecificTimeScheduleConfigWithDefaults() *ReverseEtlSpecificTimeScheduleConfig

NewReverseEtlSpecificTimeScheduleConfigWithDefaults instantiates a new ReverseEtlSpecificTimeScheduleConfig 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 (*ReverseEtlSpecificTimeScheduleConfig) GetDays ¶

GetDays returns the Days field value

func (*ReverseEtlSpecificTimeScheduleConfig) GetDaysOk ¶

GetDaysOk returns a tuple with the Days field value and a boolean to check if the value has been set.

func (*ReverseEtlSpecificTimeScheduleConfig) GetHours ¶

GetHours returns the Hours field value

func (*ReverseEtlSpecificTimeScheduleConfig) GetHoursOk ¶

func (o *ReverseEtlSpecificTimeScheduleConfig) GetHoursOk() ([]float32, bool)

GetHoursOk returns a tuple with the Hours field value and a boolean to check if the value has been set.

func (*ReverseEtlSpecificTimeScheduleConfig) GetTimezone ¶

GetTimezone returns the Timezone field value

func (*ReverseEtlSpecificTimeScheduleConfig) GetTimezoneOk ¶

func (o *ReverseEtlSpecificTimeScheduleConfig) GetTimezoneOk() (*string, bool)

GetTimezoneOk returns a tuple with the Timezone field value and a boolean to check if the value has been set.

func (ReverseEtlSpecificTimeScheduleConfig) MarshalJSON ¶

func (o ReverseEtlSpecificTimeScheduleConfig) MarshalJSON() ([]byte, error)

func (*ReverseEtlSpecificTimeScheduleConfig) SetDays ¶

SetDays sets field value

func (*ReverseEtlSpecificTimeScheduleConfig) SetHours ¶

SetHours sets field value

func (*ReverseEtlSpecificTimeScheduleConfig) SetTimezone ¶

func (o *ReverseEtlSpecificTimeScheduleConfig) SetTimezone(v string)

SetTimezone sets field value

func (ReverseEtlSpecificTimeScheduleConfig) ToMap ¶

func (o ReverseEtlSpecificTimeScheduleConfig) ToMap() (map[string]interface{}, error)

type RoleV1 ¶

type RoleV1 struct {
	// The unique identifier of the role.
	Id string `json:"id"`
	// The human-readable name of the role.
	Name string `json:"name"`
	// The human-readable description of the role.
	Description string `json:"description"`
}

RoleV1 Represents a role.

func NewRoleV1 ¶

func NewRoleV1(id string, name string, description string) *RoleV1

NewRoleV1 instantiates a new RoleV1 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 NewRoleV1WithDefaults ¶

func NewRoleV1WithDefaults() *RoleV1

NewRoleV1WithDefaults instantiates a new RoleV1 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 (*RoleV1) GetDescription ¶

func (o *RoleV1) GetDescription() string

GetDescription returns the Description field value

func (*RoleV1) GetDescriptionOk ¶

func (o *RoleV1) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*RoleV1) GetId ¶

func (o *RoleV1) GetId() string

GetId returns the Id field value

func (*RoleV1) GetIdOk ¶

func (o *RoleV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RoleV1) GetName ¶

func (o *RoleV1) GetName() string

GetName returns the Name field value

func (*RoleV1) GetNameOk ¶

func (o *RoleV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (RoleV1) MarshalJSON ¶

func (o RoleV1) MarshalJSON() ([]byte, error)

func (*RoleV1) SetDescription ¶

func (o *RoleV1) SetDescription(v string)

SetDescription sets field value

func (*RoleV1) SetId ¶

func (o *RoleV1) SetId(v string)

SetId sets field value

func (*RoleV1) SetName ¶

func (o *RoleV1) SetName(v string)

SetName sets field value

func (RoleV1) ToMap ¶

func (o RoleV1) ToMap() (map[string]interface{}, error)

type RuleInputV1 ¶

type RuleInputV1 struct {
	// The type for this Tracking Plan rule.
	Type string `json:"type"`
	// Key to this rule (free-form string like 'Button clicked').
	Key *string `json:"key,omitempty"`
	// JSON Schema of this rule.
	JsonSchema interface{} `json:"jsonSchema"`
	// Version of this rule.
	Version float32 `json:"version"`
}

RuleInputV1 Represents a rule to add to a Tracking Plan.

func NewRuleInputV1 ¶

func NewRuleInputV1(type_ string, jsonSchema interface{}, version float32) *RuleInputV1

NewRuleInputV1 instantiates a new RuleInputV1 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 NewRuleInputV1WithDefaults ¶

func NewRuleInputV1WithDefaults() *RuleInputV1

NewRuleInputV1WithDefaults instantiates a new RuleInputV1 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 (*RuleInputV1) GetJsonSchema ¶

func (o *RuleInputV1) GetJsonSchema() interface{}

GetJsonSchema returns the JsonSchema field value If the value is explicit nil, the zero value for interface{} will be returned

func (*RuleInputV1) GetJsonSchemaOk ¶

func (o *RuleInputV1) GetJsonSchemaOk() (*interface{}, bool)

GetJsonSchemaOk returns a tuple with the JsonSchema field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RuleInputV1) GetKey ¶

func (o *RuleInputV1) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*RuleInputV1) GetKeyOk ¶

func (o *RuleInputV1) 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.

func (*RuleInputV1) GetType ¶

func (o *RuleInputV1) GetType() string

GetType returns the Type field value

func (*RuleInputV1) GetTypeOk ¶

func (o *RuleInputV1) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RuleInputV1) GetVersion ¶

func (o *RuleInputV1) GetVersion() float32

GetVersion returns the Version field value

func (*RuleInputV1) GetVersionOk ¶

func (o *RuleInputV1) GetVersionOk() (*float32, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (*RuleInputV1) HasKey ¶

func (o *RuleInputV1) HasKey() bool

HasKey returns a boolean if a field has been set.

func (RuleInputV1) MarshalJSON ¶

func (o RuleInputV1) MarshalJSON() ([]byte, error)

func (*RuleInputV1) SetJsonSchema ¶

func (o *RuleInputV1) SetJsonSchema(v interface{})

SetJsonSchema sets field value

func (*RuleInputV1) SetKey ¶

func (o *RuleInputV1) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*RuleInputV1) SetType ¶

func (o *RuleInputV1) SetType(v string)

SetType sets field value

func (*RuleInputV1) SetVersion ¶

func (o *RuleInputV1) SetVersion(v float32)

SetVersion sets field value

func (RuleInputV1) ToMap ¶

func (o RuleInputV1) ToMap() (map[string]interface{}, error)

type RuleV1 ¶

type RuleV1 struct {
	// The type for this Tracking Plan rule.
	Type string `json:"type"`
	// Key to this rule (free-form string like 'Button clicked').
	Key *string `json:"key,omitempty"`
	// JSON Schema of this rule.
	JsonSchema interface{} `json:"jsonSchema"`
	// Version of this rule.
	Version float32 `json:"version"`
	// The timestamp of this rule's creation.
	CreatedAt *string `json:"createdAt,omitempty"`
	// The timestamp of this rule's last change.
	UpdatedAt *string `json:"updatedAt,omitempty"`
	// The timestamp of this rule's deprecation.
	DeprecatedAt *string `json:"deprecatedAt,omitempty"`
}

RuleV1 Represents a rule from a Tracking Plan.

func NewRuleV1 ¶

func NewRuleV1(type_ string, jsonSchema interface{}, version float32) *RuleV1

NewRuleV1 instantiates a new RuleV1 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 NewRuleV1WithDefaults ¶

func NewRuleV1WithDefaults() *RuleV1

NewRuleV1WithDefaults instantiates a new RuleV1 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 (*RuleV1) GetCreatedAt ¶

func (o *RuleV1) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*RuleV1) GetCreatedAtOk ¶

func (o *RuleV1) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuleV1) GetDeprecatedAt ¶

func (o *RuleV1) GetDeprecatedAt() string

GetDeprecatedAt returns the DeprecatedAt field value if set, zero value otherwise.

func (*RuleV1) GetDeprecatedAtOk ¶

func (o *RuleV1) GetDeprecatedAtOk() (*string, bool)

GetDeprecatedAtOk returns a tuple with the DeprecatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuleV1) GetJsonSchema ¶

func (o *RuleV1) GetJsonSchema() interface{}

GetJsonSchema returns the JsonSchema field value If the value is explicit nil, the zero value for interface{} will be returned

func (*RuleV1) GetJsonSchemaOk ¶

func (o *RuleV1) GetJsonSchemaOk() (*interface{}, bool)

GetJsonSchemaOk returns a tuple with the JsonSchema field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RuleV1) GetKey ¶

func (o *RuleV1) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*RuleV1) GetKeyOk ¶

func (o *RuleV1) 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.

func (*RuleV1) GetType ¶

func (o *RuleV1) GetType() string

GetType returns the Type field value

func (*RuleV1) GetTypeOk ¶

func (o *RuleV1) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RuleV1) GetUpdatedAt ¶

func (o *RuleV1) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*RuleV1) GetUpdatedAtOk ¶

func (o *RuleV1) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuleV1) GetVersion ¶

func (o *RuleV1) GetVersion() float32

GetVersion returns the Version field value

func (*RuleV1) GetVersionOk ¶

func (o *RuleV1) GetVersionOk() (*float32, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (*RuleV1) HasCreatedAt ¶

func (o *RuleV1) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*RuleV1) HasDeprecatedAt ¶

func (o *RuleV1) HasDeprecatedAt() bool

HasDeprecatedAt returns a boolean if a field has been set.

func (*RuleV1) HasKey ¶

func (o *RuleV1) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*RuleV1) HasUpdatedAt ¶

func (o *RuleV1) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (RuleV1) MarshalJSON ¶

func (o RuleV1) MarshalJSON() ([]byte, error)

func (*RuleV1) SetCreatedAt ¶

func (o *RuleV1) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*RuleV1) SetDeprecatedAt ¶

func (o *RuleV1) SetDeprecatedAt(v string)

SetDeprecatedAt gets a reference to the given string and assigns it to the DeprecatedAt field.

func (*RuleV1) SetJsonSchema ¶

func (o *RuleV1) SetJsonSchema(v interface{})

SetJsonSchema sets field value

func (*RuleV1) SetKey ¶

func (o *RuleV1) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*RuleV1) SetType ¶

func (o *RuleV1) SetType(v string)

SetType sets field value

func (*RuleV1) SetUpdatedAt ¶

func (o *RuleV1) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (*RuleV1) SetVersion ¶

func (o *RuleV1) SetVersion(v float32)

SetVersion sets field value

func (RuleV1) ToMap ¶

func (o RuleV1) ToMap() (map[string]interface{}, error)

type SelectiveSyncAPIService ¶

type SelectiveSyncAPIService service

SelectiveSyncAPIService SelectiveSyncAPI service

func (*SelectiveSyncAPIService) GetAdvancedSyncScheduleFromWarehouse ¶

func (a *SelectiveSyncAPIService) GetAdvancedSyncScheduleFromWarehouse(
	ctx context.Context,
	warehouseId string,
) ApiGetAdvancedSyncScheduleFromWarehouseRequest

GetAdvancedSyncScheduleFromWarehouse Get Advanced Sync Schedule from Warehouse

Returns the advanced sync schedule for a Warehouse.

The rate limit for this endpoint is 2 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param warehouseId
@return ApiGetAdvancedSyncScheduleFromWarehouseRequest

func (*SelectiveSyncAPIService) GetAdvancedSyncScheduleFromWarehouseExecute ¶

Execute executes the request

@return GetAdvancedSyncScheduleFromWarehouse200Response

func (*SelectiveSyncAPIService) ListSelectiveSyncsFromWarehouseAndSource ¶

func (a *SelectiveSyncAPIService) ListSelectiveSyncsFromWarehouseAndSource(
	ctx context.Context,
	warehouseId string,
	sourceId string,
) ApiListSelectiveSyncsFromWarehouseAndSourceRequest

ListSelectiveSyncsFromWarehouseAndSource List Selective Syncs from Warehouse And Source

Returns the schema for a Warehouse, including Sources, Collections, and Properties.

The rate limit for this endpoint is 2 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param warehouseId
@param sourceId
@return ApiListSelectiveSyncsFromWarehouseAndSourceRequest

func (*SelectiveSyncAPIService) ListSelectiveSyncsFromWarehouseAndSourceExecute ¶

Execute executes the request

@return ListSelectiveSyncsFromWarehouseAndSource200Response

func (*SelectiveSyncAPIService) ListSyncsFromWarehouse ¶

func (a *SelectiveSyncAPIService) ListSyncsFromWarehouse(
	ctx context.Context,
	warehouseId string,
) ApiListSyncsFromWarehouseRequest

ListSyncsFromWarehouse List Syncs from Warehouse

Returns the overview of syncs for every Source connected to a Warehouse.

The rate limit for this endpoint is 2 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param warehouseId
@return ApiListSyncsFromWarehouseRequest

func (*SelectiveSyncAPIService) ListSyncsFromWarehouseAndSource ¶

func (a *SelectiveSyncAPIService) ListSyncsFromWarehouseAndSource(
	ctx context.Context,
	warehouseId string,
	sourceId string,
) ApiListSyncsFromWarehouseAndSourceRequest

ListSyncsFromWarehouseAndSource List Syncs from Warehouse And Source

Returns the overview of syncs for a Source connected to a Warehouse.

The rate limit for this endpoint is 2 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param warehouseId
@param sourceId
@return ApiListSyncsFromWarehouseAndSourceRequest

func (*SelectiveSyncAPIService) ListSyncsFromWarehouseAndSourceExecute ¶

Execute executes the request

@return ListSyncsFromWarehouseAndSource200Response

func (*SelectiveSyncAPIService) ListSyncsFromWarehouseExecute ¶

Execute executes the request

@return ListSyncsFromWarehouse200Response

func (*SelectiveSyncAPIService) ReplaceAdvancedSyncScheduleForWarehouse ¶

func (a *SelectiveSyncAPIService) ReplaceAdvancedSyncScheduleForWarehouse(
	ctx context.Context,
	warehouseId string,
) ApiReplaceAdvancedSyncScheduleForWarehouseRequest

ReplaceAdvancedSyncScheduleForWarehouse Replace Advanced Sync Schedule for Warehouse

Updates the advanced sync schedule for a Warehouse, replacing the sync schedule with a new schedule.

The rate limit for this endpoint is 2 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param warehouseId
@return ApiReplaceAdvancedSyncScheduleForWarehouseRequest

func (*SelectiveSyncAPIService) ReplaceAdvancedSyncScheduleForWarehouseExecute ¶

Execute executes the request

@return ReplaceAdvancedSyncScheduleForWarehouse200Response

func (*SelectiveSyncAPIService) UpdateSelectiveSyncForWarehouse ¶

func (a *SelectiveSyncAPIService) UpdateSelectiveSyncForWarehouse(
	ctx context.Context,
	warehouseId string,
) ApiUpdateSelectiveSyncForWarehouseRequest

UpdateSelectiveSyncForWarehouse Update Selective Sync for Warehouse

Configures the schema for a Warehouse, including Sources, Collections, and Properties.

• When called, this endpoint may generate the `Storage Destination Modified` event in the [audit trail](/tag/Audit-Trail).

The rate limit for this endpoint is 2 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param warehouseId
@return ApiUpdateSelectiveSyncForWarehouseRequest

func (*SelectiveSyncAPIService) UpdateSelectiveSyncForWarehouseExecute ¶

Execute executes the request

@return UpdateSelectiveSyncForWarehouse200Response

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

func (ServerConfigurations) URL ¶

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable ¶

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type SourceAPICallSnapshotV1 ¶

type SourceAPICallSnapshotV1 struct {
	// The Source id.
	SourceId string `json:"sourceId"`
	// A bigint of the number of API calls in this snapshot.
	ApiCalls string `json:"apiCalls"`
	// Timestamp of this snapshot within the billing cycle in the ISO-8601 format.
	Timestamp string `json:"timestamp"`
}

SourceAPICallSnapshotV1 A snapshot of the number of API calls for a given Source in a Workspace.

func NewSourceAPICallSnapshotV1 ¶

func NewSourceAPICallSnapshotV1(
	sourceId string,
	apiCalls string,
	timestamp string,
) *SourceAPICallSnapshotV1

NewSourceAPICallSnapshotV1 instantiates a new SourceAPICallSnapshotV1 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 NewSourceAPICallSnapshotV1WithDefaults ¶

func NewSourceAPICallSnapshotV1WithDefaults() *SourceAPICallSnapshotV1

NewSourceAPICallSnapshotV1WithDefaults instantiates a new SourceAPICallSnapshotV1 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 (*SourceAPICallSnapshotV1) GetApiCalls ¶

func (o *SourceAPICallSnapshotV1) GetApiCalls() string

GetApiCalls returns the ApiCalls field value

func (*SourceAPICallSnapshotV1) GetApiCallsOk ¶

func (o *SourceAPICallSnapshotV1) GetApiCallsOk() (*string, bool)

GetApiCallsOk returns a tuple with the ApiCalls field value and a boolean to check if the value has been set.

func (*SourceAPICallSnapshotV1) GetSourceId ¶

func (o *SourceAPICallSnapshotV1) GetSourceId() string

GetSourceId returns the SourceId field value

func (*SourceAPICallSnapshotV1) GetSourceIdOk ¶

func (o *SourceAPICallSnapshotV1) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*SourceAPICallSnapshotV1) GetTimestamp ¶

func (o *SourceAPICallSnapshotV1) GetTimestamp() string

GetTimestamp returns the Timestamp field value

func (*SourceAPICallSnapshotV1) GetTimestampOk ¶

func (o *SourceAPICallSnapshotV1) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (SourceAPICallSnapshotV1) MarshalJSON ¶

func (o SourceAPICallSnapshotV1) MarshalJSON() ([]byte, error)

func (*SourceAPICallSnapshotV1) SetApiCalls ¶

func (o *SourceAPICallSnapshotV1) SetApiCalls(v string)

SetApiCalls sets field value

func (*SourceAPICallSnapshotV1) SetSourceId ¶

func (o *SourceAPICallSnapshotV1) SetSourceId(v string)

SetSourceId sets field value

func (*SourceAPICallSnapshotV1) SetTimestamp ¶

func (o *SourceAPICallSnapshotV1) SetTimestamp(v string)

SetTimestamp sets field value

func (SourceAPICallSnapshotV1) ToMap ¶

func (o SourceAPICallSnapshotV1) ToMap() (map[string]interface{}, error)

type SourceAlpha ¶

type SourceAlpha struct {
	// The id of the Source.  Config API note: analogous to `name`.
	Id string `json:"id"`
	// The slug used to identify the Source in the Segment app.  Config API note: equal to `name`.
	Slug string `json:"slug"`
	// The name of the Source.  Config API note: equal to `displayName`.
	Name     *string          `json:"name,omitempty"`
	Metadata SourceMetadataV1 `json:"metadata"`
	// The id of the Workspace that owns the Source.  Config API note: equal to `parent`.
	WorkspaceId string `json:"workspaceId"`
	// Enable to receive data from the Source.
	Enabled bool `json:"enabled"`
	// The write keys used to send data from the Source. This field is left empty when the current token does not have the 'source admin' permission.
	WriteKeys []string `json:"writeKeys"`
	// A key-value object that contains instance-specific settings for a Source.  The `options` field in the Source metadata defines the schema of this object.
	Settings map[string]interface{} `json:"settings,omitempty"`
	// A list of labels applied to the Source.
	Labels []LabelV1 `json:"labels"`
}

SourceAlpha Defines a data Source for Segment data.

func NewSourceAlpha ¶

func NewSourceAlpha(
	id string,
	slug string,
	metadata SourceMetadataV1,
	workspaceId string,
	enabled bool,
	writeKeys []string,
	labels []LabelV1,
) *SourceAlpha

NewSourceAlpha instantiates a new SourceAlpha 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 NewSourceAlphaWithDefaults ¶

func NewSourceAlphaWithDefaults() *SourceAlpha

NewSourceAlphaWithDefaults instantiates a new SourceAlpha 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 (*SourceAlpha) GetEnabled ¶

func (o *SourceAlpha) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*SourceAlpha) GetEnabledOk ¶

func (o *SourceAlpha) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*SourceAlpha) GetId ¶

func (o *SourceAlpha) GetId() string

GetId returns the Id field value

func (*SourceAlpha) GetIdOk ¶

func (o *SourceAlpha) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SourceAlpha) GetLabels ¶

func (o *SourceAlpha) GetLabels() []LabelV1

GetLabels returns the Labels field value

func (*SourceAlpha) GetLabelsOk ¶

func (o *SourceAlpha) GetLabelsOk() ([]LabelV1, bool)

GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.

func (*SourceAlpha) GetMetadata ¶

func (o *SourceAlpha) GetMetadata() SourceMetadataV1

GetMetadata returns the Metadata field value

func (*SourceAlpha) GetMetadataOk ¶

func (o *SourceAlpha) GetMetadataOk() (*SourceMetadataV1, bool)

GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.

func (*SourceAlpha) GetName ¶

func (o *SourceAlpha) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SourceAlpha) GetNameOk ¶

func (o *SourceAlpha) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SourceAlpha) GetSettings ¶

func (o *SourceAlpha) GetSettings() map[string]interface{}

GetSettings returns the Settings field value if set, zero value otherwise.

func (*SourceAlpha) GetSettingsOk ¶

func (o *SourceAlpha) GetSettingsOk() (map[string]interface{}, 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 (*SourceAlpha) GetSlug ¶

func (o *SourceAlpha) GetSlug() string

GetSlug returns the Slug field value

func (*SourceAlpha) GetSlugOk ¶

func (o *SourceAlpha) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*SourceAlpha) GetWorkspaceId ¶

func (o *SourceAlpha) GetWorkspaceId() string

GetWorkspaceId returns the WorkspaceId field value

func (*SourceAlpha) GetWorkspaceIdOk ¶

func (o *SourceAlpha) GetWorkspaceIdOk() (*string, bool)

GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.

func (*SourceAlpha) GetWriteKeys ¶

func (o *SourceAlpha) GetWriteKeys() []string

GetWriteKeys returns the WriteKeys field value

func (*SourceAlpha) GetWriteKeysOk ¶

func (o *SourceAlpha) GetWriteKeysOk() ([]string, bool)

GetWriteKeysOk returns a tuple with the WriteKeys field value and a boolean to check if the value has been set.

func (*SourceAlpha) HasName ¶

func (o *SourceAlpha) HasName() bool

HasName returns a boolean if a field has been set.

func (*SourceAlpha) HasSettings ¶

func (o *SourceAlpha) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (SourceAlpha) MarshalJSON ¶

func (o SourceAlpha) MarshalJSON() ([]byte, error)

func (*SourceAlpha) SetEnabled ¶

func (o *SourceAlpha) SetEnabled(v bool)

SetEnabled sets field value

func (*SourceAlpha) SetId ¶

func (o *SourceAlpha) SetId(v string)

SetId sets field value

func (*SourceAlpha) SetLabels ¶

func (o *SourceAlpha) SetLabels(v []LabelV1)

SetLabels sets field value

func (*SourceAlpha) SetMetadata ¶

func (o *SourceAlpha) SetMetadata(v SourceMetadataV1)

SetMetadata sets field value

func (*SourceAlpha) SetName ¶

func (o *SourceAlpha) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SourceAlpha) SetSettings ¶

func (o *SourceAlpha) SetSettings(v map[string]interface{})

SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.

func (*SourceAlpha) SetSlug ¶

func (o *SourceAlpha) SetSlug(v string)

SetSlug sets field value

func (*SourceAlpha) SetWorkspaceId ¶

func (o *SourceAlpha) SetWorkspaceId(v string)

SetWorkspaceId sets field value

func (*SourceAlpha) SetWriteKeys ¶

func (o *SourceAlpha) SetWriteKeys(v []string)

SetWriteKeys sets field value

func (SourceAlpha) ToMap ¶

func (o SourceAlpha) ToMap() (map[string]interface{}, error)

type SourceEventVolumeDatapointV1 ¶

type SourceEventVolumeDatapointV1 struct {
	// The timestamp that corresponds to the beginning of the window given by the requested granularity.
	Time string `json:"time"`
	// The number of valid events Segment received in the given window, after the events completed the validation process.
	Count float32 `json:"count"`
}

SourceEventVolumeDatapointV1 SourceEventVolumeDatapoint represents an individual timestamp/event count pair corresponding to a window of time designated by the granularity.

func NewSourceEventVolumeDatapointV1 ¶

func NewSourceEventVolumeDatapointV1(time string, count float32) *SourceEventVolumeDatapointV1

NewSourceEventVolumeDatapointV1 instantiates a new SourceEventVolumeDatapointV1 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 NewSourceEventVolumeDatapointV1WithDefaults ¶

func NewSourceEventVolumeDatapointV1WithDefaults() *SourceEventVolumeDatapointV1

NewSourceEventVolumeDatapointV1WithDefaults instantiates a new SourceEventVolumeDatapointV1 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 (*SourceEventVolumeDatapointV1) GetCount ¶

func (o *SourceEventVolumeDatapointV1) GetCount() float32

GetCount returns the Count field value

func (*SourceEventVolumeDatapointV1) GetCountOk ¶

func (o *SourceEventVolumeDatapointV1) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*SourceEventVolumeDatapointV1) GetTime ¶

func (o *SourceEventVolumeDatapointV1) GetTime() string

GetTime returns the Time field value

func (*SourceEventVolumeDatapointV1) GetTimeOk ¶

func (o *SourceEventVolumeDatapointV1) GetTimeOk() (*string, bool)

GetTimeOk returns a tuple with the Time field value and a boolean to check if the value has been set.

func (SourceEventVolumeDatapointV1) MarshalJSON ¶

func (o SourceEventVolumeDatapointV1) MarshalJSON() ([]byte, error)

func (*SourceEventVolumeDatapointV1) SetCount ¶

func (o *SourceEventVolumeDatapointV1) SetCount(v float32)

SetCount sets field value

func (*SourceEventVolumeDatapointV1) SetTime ¶

func (o *SourceEventVolumeDatapointV1) SetTime(v string)

SetTime sets field value

func (SourceEventVolumeDatapointV1) ToMap ¶

func (o SourceEventVolumeDatapointV1) ToMap() (map[string]interface{}, error)

type SourceEventVolumeV1 ¶

type SourceEventVolumeV1 struct {
	Source *EventSourceV1 `json:"source,omitempty"`
	// The name of the event, if applicable.
	EventName *string `json:"eventName,omitempty"`
	// The event type, if applicable.
	EventType *string `json:"eventType,omitempty"`
	// The total count for all events in the requested time frame.
	Total float32 `json:"total"`
	// A list of the event counts broken down by the requested granularity.
	Series []SourceEventVolumeDatapointV1 `json:"series"`
}

SourceEventVolumeV1 SourceEventVolume represents a time series of event volume for a Workspace broken down by the dimensions which the customer specifies (optional parameters).

func NewSourceEventVolumeV1 ¶

func NewSourceEventVolumeV1(
	total float32,
	series []SourceEventVolumeDatapointV1,
) *SourceEventVolumeV1

NewSourceEventVolumeV1 instantiates a new SourceEventVolumeV1 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 NewSourceEventVolumeV1WithDefaults ¶

func NewSourceEventVolumeV1WithDefaults() *SourceEventVolumeV1

NewSourceEventVolumeV1WithDefaults instantiates a new SourceEventVolumeV1 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 (*SourceEventVolumeV1) GetEventName ¶

func (o *SourceEventVolumeV1) GetEventName() string

GetEventName returns the EventName field value if set, zero value otherwise.

func (*SourceEventVolumeV1) GetEventNameOk ¶

func (o *SourceEventVolumeV1) GetEventNameOk() (*string, bool)

GetEventNameOk returns a tuple with the EventName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SourceEventVolumeV1) GetEventType ¶

func (o *SourceEventVolumeV1) GetEventType() string

GetEventType returns the EventType field value if set, zero value otherwise.

func (*SourceEventVolumeV1) GetEventTypeOk ¶

func (o *SourceEventVolumeV1) GetEventTypeOk() (*string, bool)

GetEventTypeOk returns a tuple with the EventType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SourceEventVolumeV1) GetSeries ¶

GetSeries returns the Series field value

func (*SourceEventVolumeV1) GetSeriesOk ¶

GetSeriesOk returns a tuple with the Series field value and a boolean to check if the value has been set.

func (*SourceEventVolumeV1) GetSource ¶

func (o *SourceEventVolumeV1) GetSource() EventSourceV1

GetSource returns the Source field value if set, zero value otherwise.

func (*SourceEventVolumeV1) GetSourceOk ¶

func (o *SourceEventVolumeV1) GetSourceOk() (*EventSourceV1, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SourceEventVolumeV1) GetTotal ¶

func (o *SourceEventVolumeV1) GetTotal() float32

GetTotal returns the Total field value

func (*SourceEventVolumeV1) GetTotalOk ¶

func (o *SourceEventVolumeV1) GetTotalOk() (*float32, bool)

GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.

func (*SourceEventVolumeV1) HasEventName ¶

func (o *SourceEventVolumeV1) HasEventName() bool

HasEventName returns a boolean if a field has been set.

func (*SourceEventVolumeV1) HasEventType ¶

func (o *SourceEventVolumeV1) HasEventType() bool

HasEventType returns a boolean if a field has been set.

func (*SourceEventVolumeV1) HasSource ¶

func (o *SourceEventVolumeV1) HasSource() bool

HasSource returns a boolean if a field has been set.

func (SourceEventVolumeV1) MarshalJSON ¶

func (o SourceEventVolumeV1) MarshalJSON() ([]byte, error)

func (*SourceEventVolumeV1) SetEventName ¶

func (o *SourceEventVolumeV1) SetEventName(v string)

SetEventName gets a reference to the given string and assigns it to the EventName field.

func (*SourceEventVolumeV1) SetEventType ¶

func (o *SourceEventVolumeV1) SetEventType(v string)

SetEventType gets a reference to the given string and assigns it to the EventType field.

func (*SourceEventVolumeV1) SetSeries ¶

SetSeries sets field value

func (*SourceEventVolumeV1) SetSource ¶

func (o *SourceEventVolumeV1) SetSource(v EventSourceV1)

SetSource gets a reference to the given EventSourceV1 and assigns it to the Source field.

func (*SourceEventVolumeV1) SetTotal ¶

func (o *SourceEventVolumeV1) SetTotal(v float32)

SetTotal sets field value

func (SourceEventVolumeV1) ToMap ¶

func (o SourceEventVolumeV1) ToMap() (map[string]interface{}, error)

type SourceMetadataV1 ¶

type SourceMetadataV1 struct {
	// The id for this Source metadata in the Segment catalog.  Config API note: analogous to `name`.
	Id string `json:"id"`
	// The user-friendly name of this Source.  Config API note: equal to `displayName`.
	Name string `json:"name"`
	// The slug that identifies this Source in the Segment app.  Config API note: equal to `name`.
	Slug string `json:"slug"`
	// The description of this Source.
	Description string    `json:"description"`
	Logos       LogosBeta `json:"logos"`
	// Options for this Source.
	Options []IntegrationOptionBeta `json:"options"`
	// A list of categories this Source belongs to.
	Categories []string `json:"categories"`
	// True if this is a Cloud Event Source.
	IsCloudEventSource bool `json:"isCloudEventSource"`
	// Support status of the Source.
	Status string `json:"status"`
	// Partner Owned flag.
	PartnerOwned *bool `json:"partnerOwned,omitempty"`
}

SourceMetadataV1 A website, server library, mobile SDK, or cloud application which can send data into Segment.

func NewSourceMetadataV1 ¶

func NewSourceMetadataV1(
	id string,
	name string,
	slug string,
	description string,
	logos LogosBeta,
	options []IntegrationOptionBeta,
	categories []string,
	isCloudEventSource bool,
	status string,
) *SourceMetadataV1

NewSourceMetadataV1 instantiates a new SourceMetadataV1 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 NewSourceMetadataV1WithDefaults ¶

func NewSourceMetadataV1WithDefaults() *SourceMetadataV1

NewSourceMetadataV1WithDefaults instantiates a new SourceMetadataV1 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 (*SourceMetadataV1) GetCategories ¶

func (o *SourceMetadataV1) GetCategories() []string

GetCategories returns the Categories field value

func (*SourceMetadataV1) GetCategoriesOk ¶

func (o *SourceMetadataV1) GetCategoriesOk() ([]string, bool)

GetCategoriesOk returns a tuple with the Categories field value and a boolean to check if the value has been set.

func (*SourceMetadataV1) GetDescription ¶

func (o *SourceMetadataV1) GetDescription() string

GetDescription returns the Description field value

func (*SourceMetadataV1) GetDescriptionOk ¶

func (o *SourceMetadataV1) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*SourceMetadataV1) GetId ¶

func (o *SourceMetadataV1) GetId() string

GetId returns the Id field value

func (*SourceMetadataV1) GetIdOk ¶

func (o *SourceMetadataV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SourceMetadataV1) GetIsCloudEventSource ¶

func (o *SourceMetadataV1) GetIsCloudEventSource() bool

GetIsCloudEventSource returns the IsCloudEventSource field value

func (*SourceMetadataV1) GetIsCloudEventSourceOk ¶

func (o *SourceMetadataV1) GetIsCloudEventSourceOk() (*bool, bool)

GetIsCloudEventSourceOk returns a tuple with the IsCloudEventSource field value and a boolean to check if the value has been set.

func (*SourceMetadataV1) GetLogos ¶

func (o *SourceMetadataV1) GetLogos() LogosBeta

GetLogos returns the Logos field value

func (*SourceMetadataV1) GetLogosOk ¶

func (o *SourceMetadataV1) GetLogosOk() (*LogosBeta, bool)

GetLogosOk returns a tuple with the Logos field value and a boolean to check if the value has been set.

func (*SourceMetadataV1) GetName ¶

func (o *SourceMetadataV1) GetName() string

GetName returns the Name field value

func (*SourceMetadataV1) GetNameOk ¶

func (o *SourceMetadataV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SourceMetadataV1) GetOptions ¶

func (o *SourceMetadataV1) GetOptions() []IntegrationOptionBeta

GetOptions returns the Options field value

func (*SourceMetadataV1) GetOptionsOk ¶

func (o *SourceMetadataV1) GetOptionsOk() ([]IntegrationOptionBeta, bool)

GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.

func (*SourceMetadataV1) GetPartnerOwned ¶

func (o *SourceMetadataV1) GetPartnerOwned() bool

GetPartnerOwned returns the PartnerOwned field value if set, zero value otherwise.

func (*SourceMetadataV1) GetPartnerOwnedOk ¶

func (o *SourceMetadataV1) GetPartnerOwnedOk() (*bool, bool)

GetPartnerOwnedOk returns a tuple with the PartnerOwned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SourceMetadataV1) GetSlug ¶

func (o *SourceMetadataV1) GetSlug() string

GetSlug returns the Slug field value

func (*SourceMetadataV1) GetSlugOk ¶

func (o *SourceMetadataV1) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*SourceMetadataV1) GetStatus ¶

func (o *SourceMetadataV1) GetStatus() string

GetStatus returns the Status field value

func (*SourceMetadataV1) GetStatusOk ¶

func (o *SourceMetadataV1) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*SourceMetadataV1) HasPartnerOwned ¶

func (o *SourceMetadataV1) HasPartnerOwned() bool

HasPartnerOwned returns a boolean if a field has been set.

func (SourceMetadataV1) MarshalJSON ¶

func (o SourceMetadataV1) MarshalJSON() ([]byte, error)

func (*SourceMetadataV1) SetCategories ¶

func (o *SourceMetadataV1) SetCategories(v []string)

SetCategories sets field value

func (*SourceMetadataV1) SetDescription ¶

func (o *SourceMetadataV1) SetDescription(v string)

SetDescription sets field value

func (*SourceMetadataV1) SetId ¶

func (o *SourceMetadataV1) SetId(v string)

SetId sets field value

func (*SourceMetadataV1) SetIsCloudEventSource ¶

func (o *SourceMetadataV1) SetIsCloudEventSource(v bool)

SetIsCloudEventSource sets field value

func (*SourceMetadataV1) SetLogos ¶

func (o *SourceMetadataV1) SetLogos(v LogosBeta)

SetLogos sets field value

func (*SourceMetadataV1) SetName ¶

func (o *SourceMetadataV1) SetName(v string)

SetName sets field value

func (*SourceMetadataV1) SetOptions ¶

func (o *SourceMetadataV1) SetOptions(v []IntegrationOptionBeta)

SetOptions sets field value

func (*SourceMetadataV1) SetPartnerOwned ¶

func (o *SourceMetadataV1) SetPartnerOwned(v bool)

SetPartnerOwned gets a reference to the given bool and assigns it to the PartnerOwned field.

func (*SourceMetadataV1) SetSlug ¶

func (o *SourceMetadataV1) SetSlug(v string)

SetSlug sets field value

func (*SourceMetadataV1) SetStatus ¶

func (o *SourceMetadataV1) SetStatus(v string)

SetStatus sets field value

func (SourceMetadataV1) ToMap ¶

func (o SourceMetadataV1) ToMap() (map[string]interface{}, error)

type SourceSettingsOutputV1 ¶

type SourceSettingsOutputV1 struct {
	Track    *TrackSourceSettingsV1    `json:"track,omitempty"`
	Identify *IdentifySourceSettingsV1 `json:"identify,omitempty"`
	Group    *GroupSourceSettingsV1    `json:"group,omitempty"`
	// SourceId to forward violations to.
	ForwardingViolationsTo *string `json:"forwardingViolationsTo,omitempty"`
	// SourceId to forward blocked events to.
	ForwardingBlockedEventsTo *string `json:"forwardingBlockedEventsTo,omitempty"`
}

SourceSettingsOutputV1 The output of Source settings.

func NewSourceSettingsOutputV1 ¶

func NewSourceSettingsOutputV1() *SourceSettingsOutputV1

NewSourceSettingsOutputV1 instantiates a new SourceSettingsOutputV1 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 NewSourceSettingsOutputV1WithDefaults ¶

func NewSourceSettingsOutputV1WithDefaults() *SourceSettingsOutputV1

NewSourceSettingsOutputV1WithDefaults instantiates a new SourceSettingsOutputV1 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 (*SourceSettingsOutputV1) GetForwardingBlockedEventsTo ¶

func (o *SourceSettingsOutputV1) GetForwardingBlockedEventsTo() string

GetForwardingBlockedEventsTo returns the ForwardingBlockedEventsTo field value if set, zero value otherwise.

func (*SourceSettingsOutputV1) GetForwardingBlockedEventsToOk ¶

func (o *SourceSettingsOutputV1) GetForwardingBlockedEventsToOk() (*string, bool)

GetForwardingBlockedEventsToOk returns a tuple with the ForwardingBlockedEventsTo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SourceSettingsOutputV1) GetForwardingViolationsTo ¶

func (o *SourceSettingsOutputV1) GetForwardingViolationsTo() string

GetForwardingViolationsTo returns the ForwardingViolationsTo field value if set, zero value otherwise.

func (*SourceSettingsOutputV1) GetForwardingViolationsToOk ¶

func (o *SourceSettingsOutputV1) GetForwardingViolationsToOk() (*string, bool)

GetForwardingViolationsToOk returns a tuple with the ForwardingViolationsTo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SourceSettingsOutputV1) GetGroup ¶

GetGroup returns the Group field value if set, zero value otherwise.

func (*SourceSettingsOutputV1) GetGroupOk ¶

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SourceSettingsOutputV1) GetIdentify ¶

GetIdentify returns the Identify field value if set, zero value otherwise.

func (*SourceSettingsOutputV1) GetIdentifyOk ¶

func (o *SourceSettingsOutputV1) GetIdentifyOk() (*IdentifySourceSettingsV1, bool)

GetIdentifyOk returns a tuple with the Identify field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SourceSettingsOutputV1) GetTrack ¶

GetTrack returns the Track field value if set, zero value otherwise.

func (*SourceSettingsOutputV1) GetTrackOk ¶

GetTrackOk returns a tuple with the Track field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SourceSettingsOutputV1) HasForwardingBlockedEventsTo ¶

func (o *SourceSettingsOutputV1) HasForwardingBlockedEventsTo() bool

HasForwardingBlockedEventsTo returns a boolean if a field has been set.

func (*SourceSettingsOutputV1) HasForwardingViolationsTo ¶

func (o *SourceSettingsOutputV1) HasForwardingViolationsTo() bool

HasForwardingViolationsTo returns a boolean if a field has been set.

func (*SourceSettingsOutputV1) HasGroup ¶

func (o *SourceSettingsOutputV1) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*SourceSettingsOutputV1) HasIdentify ¶

func (o *SourceSettingsOutputV1) HasIdentify() bool

HasIdentify returns a boolean if a field has been set.

func (*SourceSettingsOutputV1) HasTrack ¶

func (o *SourceSettingsOutputV1) HasTrack() bool

HasTrack returns a boolean if a field has been set.

func (SourceSettingsOutputV1) MarshalJSON ¶

func (o SourceSettingsOutputV1) MarshalJSON() ([]byte, error)

func (*SourceSettingsOutputV1) SetForwardingBlockedEventsTo ¶

func (o *SourceSettingsOutputV1) SetForwardingBlockedEventsTo(v string)

SetForwardingBlockedEventsTo gets a reference to the given string and assigns it to the ForwardingBlockedEventsTo field.

func (*SourceSettingsOutputV1) SetForwardingViolationsTo ¶

func (o *SourceSettingsOutputV1) SetForwardingViolationsTo(v string)

SetForwardingViolationsTo gets a reference to the given string and assigns it to the ForwardingViolationsTo field.

func (*SourceSettingsOutputV1) SetGroup ¶

SetGroup gets a reference to the given GroupSourceSettingsV1 and assigns it to the Group field.

func (*SourceSettingsOutputV1) SetIdentify ¶

SetIdentify gets a reference to the given IdentifySourceSettingsV1 and assigns it to the Identify field.

func (*SourceSettingsOutputV1) SetTrack ¶

SetTrack gets a reference to the given TrackSourceSettingsV1 and assigns it to the Track field.

func (SourceSettingsOutputV1) ToMap ¶

func (o SourceSettingsOutputV1) ToMap() (map[string]interface{}, error)

type SourceV1 ¶

type SourceV1 struct {
	// The id of the Source.  Config API note: analogous to `name`.
	Id string `json:"id"`
	// The slug used to identify the Source in the Segment app.  Config API note: equal to `name`.
	Slug string `json:"slug"`
	// The name of the Source.  Config API note: equal to `displayName`.
	Name     *string          `json:"name,omitempty"`
	Metadata SourceMetadataV1 `json:"metadata"`
	// The id of the Workspace that owns the Source.  Config API note: equal to `parent`.
	WorkspaceId string `json:"workspaceId"`
	// Enable to receive data from the Source.
	Enabled bool `json:"enabled"`
	// The write keys used to send data from the Source. This field is left empty when the current token does not have the 'source admin' permission.
	WriteKeys []string `json:"writeKeys"`
	// A key-value object that contains instance-specific settings for a Source.  The `options` field in the Source metadata defines the schema of this object.
	Settings map[string]interface{} `json:"settings,omitempty"`
	// A list of labels applied to the Source.
	Labels []LabelV1 `json:"labels"`
}

SourceV1 Defines a data Source for Segment data.

func NewSourceV1 ¶

func NewSourceV1(
	id string,
	slug string,
	metadata SourceMetadataV1,
	workspaceId string,
	enabled bool,
	writeKeys []string,
	labels []LabelV1,
) *SourceV1

NewSourceV1 instantiates a new SourceV1 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 NewSourceV1WithDefaults ¶

func NewSourceV1WithDefaults() *SourceV1

NewSourceV1WithDefaults instantiates a new SourceV1 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 (*SourceV1) GetEnabled ¶

func (o *SourceV1) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*SourceV1) GetEnabledOk ¶

func (o *SourceV1) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*SourceV1) GetId ¶

func (o *SourceV1) GetId() string

GetId returns the Id field value

func (*SourceV1) GetIdOk ¶

func (o *SourceV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SourceV1) GetLabels ¶

func (o *SourceV1) GetLabels() []LabelV1

GetLabels returns the Labels field value

func (*SourceV1) GetLabelsOk ¶

func (o *SourceV1) GetLabelsOk() ([]LabelV1, bool)

GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.

func (*SourceV1) GetMetadata ¶

func (o *SourceV1) GetMetadata() SourceMetadataV1

GetMetadata returns the Metadata field value

func (*SourceV1) GetMetadataOk ¶

func (o *SourceV1) GetMetadataOk() (*SourceMetadataV1, bool)

GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.

func (*SourceV1) GetName ¶

func (o *SourceV1) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SourceV1) GetNameOk ¶

func (o *SourceV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SourceV1) GetSettings ¶

func (o *SourceV1) GetSettings() map[string]interface{}

GetSettings returns the Settings field value if set, zero value otherwise.

func (*SourceV1) GetSettingsOk ¶

func (o *SourceV1) GetSettingsOk() (map[string]interface{}, 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 (*SourceV1) GetSlug ¶

func (o *SourceV1) GetSlug() string

GetSlug returns the Slug field value

func (*SourceV1) GetSlugOk ¶

func (o *SourceV1) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*SourceV1) GetWorkspaceId ¶

func (o *SourceV1) GetWorkspaceId() string

GetWorkspaceId returns the WorkspaceId field value

func (*SourceV1) GetWorkspaceIdOk ¶

func (o *SourceV1) GetWorkspaceIdOk() (*string, bool)

GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.

func (*SourceV1) GetWriteKeys ¶

func (o *SourceV1) GetWriteKeys() []string

GetWriteKeys returns the WriteKeys field value

func (*SourceV1) GetWriteKeysOk ¶

func (o *SourceV1) GetWriteKeysOk() ([]string, bool)

GetWriteKeysOk returns a tuple with the WriteKeys field value and a boolean to check if the value has been set.

func (*SourceV1) HasName ¶

func (o *SourceV1) HasName() bool

HasName returns a boolean if a field has been set.

func (*SourceV1) HasSettings ¶

func (o *SourceV1) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (SourceV1) MarshalJSON ¶

func (o SourceV1) MarshalJSON() ([]byte, error)

func (*SourceV1) SetEnabled ¶

func (o *SourceV1) SetEnabled(v bool)

SetEnabled sets field value

func (*SourceV1) SetId ¶

func (o *SourceV1) SetId(v string)

SetId sets field value

func (*SourceV1) SetLabels ¶

func (o *SourceV1) SetLabels(v []LabelV1)

SetLabels sets field value

func (*SourceV1) SetMetadata ¶

func (o *SourceV1) SetMetadata(v SourceMetadataV1)

SetMetadata sets field value

func (*SourceV1) SetName ¶

func (o *SourceV1) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*SourceV1) SetSettings ¶

func (o *SourceV1) SetSettings(v map[string]interface{})

SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.

func (*SourceV1) SetSlug ¶

func (o *SourceV1) SetSlug(v string)

SetSlug sets field value

func (*SourceV1) SetWorkspaceId ¶

func (o *SourceV1) SetWorkspaceId(v string)

SetWorkspaceId sets field value

func (*SourceV1) SetWriteKeys ¶

func (o *SourceV1) SetWriteKeys(v []string)

SetWriteKeys sets field value

func (SourceV1) ToMap ¶

func (o SourceV1) ToMap() (map[string]interface{}, error)

type SourcesAPIService ¶

type SourcesAPIService service

SourcesAPIService SourcesAPI service

func (*SourcesAPIService) AddLabelsToSource ¶

func (a *SourcesAPIService) AddLabelsToSource(
	ctx context.Context,
	sourceId string,
) ApiAddLabelsToSourceRequest

AddLabelsToSource Add Labels to Source

Adds an existing label to a Source.

• When called, this endpoint may generate the `Source Modified` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiAddLabelsToSourceRequest

func (*SourcesAPIService) AddLabelsToSourceExecute ¶

Execute executes the request

@return AddLabelsToSource200Response

func (*SourcesAPIService) CreateSource ¶

CreateSource Create Source

Creates a new Source.

• When called, this endpoint may generate the `Source Created` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSourceRequest

func (*SourcesAPIService) CreateSourceExecute ¶

Execute executes the request

@return CreateSource201Response

func (*SourcesAPIService) CreateWriteKeyForSource ¶

func (a *SourcesAPIService) CreateWriteKeyForSource(
	ctx context.Context,
	sourceId string,
) ApiCreateWriteKeyForSourceRequest

CreateWriteKeyForSource Create Write Key for Source

Creates a new Write Key for the Source.

• When called, this endpoint may generate the `Source Modified` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiCreateWriteKeyForSourceRequest

func (*SourcesAPIService) CreateWriteKeyForSourceExecute ¶

Execute executes the request

@return CreateWriteKeyForSource200Response

func (*SourcesAPIService) DeleteSource ¶

func (a *SourcesAPIService) DeleteSource(
	ctx context.Context,
	sourceId string,
) ApiDeleteSourceRequest

DeleteSource Delete Source

Deletes an existing Source.

• When called, this endpoint may generate the `Source Deleted` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiDeleteSourceRequest

func (*SourcesAPIService) DeleteSourceExecute ¶

Execute executes the request

@return DeleteSource200Response

func (*SourcesAPIService) GetSource ¶

func (a *SourcesAPIService) GetSource(ctx context.Context, sourceId string) ApiGetSourceRequest

GetSource Get Source

Returns a Source by its id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiGetSourceRequest

func (*SourcesAPIService) GetSourceExecute ¶

Execute executes the request

@return GetSource200Response

func (*SourcesAPIService) ListConnectedDestinationsFromSource ¶

func (a *SourcesAPIService) ListConnectedDestinationsFromSource(
	ctx context.Context,
	sourceId string,
) ApiListConnectedDestinationsFromSourceRequest

ListConnectedDestinationsFromSource List Connected Destinations from Source

Returns a list of Destinations connected to a Source.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiListConnectedDestinationsFromSourceRequest

func (*SourcesAPIService) ListConnectedDestinationsFromSourceExecute ¶

Execute executes the request

@return ListConnectedDestinationsFromSource200Response

func (*SourcesAPIService) ListConnectedWarehousesFromSource ¶

func (a *SourcesAPIService) ListConnectedWarehousesFromSource(
	ctx context.Context,
	sourceId string,
) ApiListConnectedWarehousesFromSourceRequest

ListConnectedWarehousesFromSource List Connected Warehouses from Source

Returns a list of Warehouses connected to a Source.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiListConnectedWarehousesFromSourceRequest

func (*SourcesAPIService) ListConnectedWarehousesFromSourceExecute ¶

Execute executes the request

@return ListConnectedWarehousesFromSource200Response

func (*SourcesAPIService) ListSchemaSettingsInSource ¶

func (a *SourcesAPIService) ListSchemaSettingsInSource(
	ctx context.Context,
	sourceId string,
) ApiListSchemaSettingsInSourceRequest

ListSchemaSettingsInSource List Schema Settings in Source

Retrieves the schema configuration settings for a Source. If Protocols is not enabled for the Source, the configurations specific to Protocols will have default values.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiListSchemaSettingsInSourceRequest

func (*SourcesAPIService) ListSchemaSettingsInSourceExecute ¶

Execute executes the request

@return ListSchemaSettingsInSource200Response

func (*SourcesAPIService) ListSources ¶

ListSources List Sources

Returns a list of Sources.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSourcesRequest

func (*SourcesAPIService) ListSourcesExecute ¶

Execute executes the request

@return ListSources200Response

func (*SourcesAPIService) RemoveWriteKeyFromSource ¶

func (a *SourcesAPIService) RemoveWriteKeyFromSource(
	ctx context.Context,
	sourceId string,
	writeKey string,
) ApiRemoveWriteKeyFromSourceRequest

RemoveWriteKeyFromSource Remove Write Key from Source

Removes a Write Key from a Source.

• When called, this endpoint may generate the `Source Modified` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@param writeKey
@return ApiRemoveWriteKeyFromSourceRequest

func (*SourcesAPIService) RemoveWriteKeyFromSourceExecute ¶

Execute executes the request

@return RemoveWriteKeyFromSource200Response

func (*SourcesAPIService) ReplaceLabelsInSource ¶

func (a *SourcesAPIService) ReplaceLabelsInSource(
	ctx context.Context,
	sourceId string,
) ApiReplaceLabelsInSourceRequest

ReplaceLabelsInSource Replace Labels in Source

Replaces all labels in a Source.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiReplaceLabelsInSourceRequest

func (*SourcesAPIService) ReplaceLabelsInSourceExecute ¶

Execute executes the request

@return ReplaceLabelsInSource200Response

func (*SourcesAPIService) UpdateSchemaSettingsInSource ¶

func (a *SourcesAPIService) UpdateSchemaSettingsInSource(
	ctx context.Context,
	sourceId string,
) ApiUpdateSchemaSettingsInSourceRequest

UpdateSchemaSettingsInSource Update Schema Settings in Source

Updates the schema configuration for a Source. If Protocols is not enabled for the Source, any updates to Protocols-specific configurations will not be applied.

Config API omitted fields:

- `updateMask`

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiUpdateSchemaSettingsInSourceRequest

func (*SourcesAPIService) UpdateSchemaSettingsInSourceExecute ¶

Execute executes the request

@return UpdateSchemaSettingsInSource200Response

func (*SourcesAPIService) UpdateSource ¶

func (a *SourcesAPIService) UpdateSource(
	ctx context.Context,
	sourceId string,
) ApiUpdateSourceRequest

UpdateSource Update Source

Updates an existing Source.

• When called, this endpoint may generate one or more of the following [audit trail](/tag/Audit-Trail) events:* Source Modified * Source Enabled * Source Settings Modified * Source Disabled

Config API omitted fields: - `updateMask`

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sourceId
@return ApiUpdateSourceRequest

func (*SourcesAPIService) UpdateSourceExecute ¶

Execute executes the request

@return UpdateSource200Response

type Space ¶

type Space struct {
	Id   string `json:"id"`
	Slug string `json:"slug"`
	Name string `json:"name"`
}

Space struct for Space

func NewSpace ¶

func NewSpace(id string, slug string, name string) *Space

NewSpace instantiates a new Space 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 NewSpaceWithDefaults ¶

func NewSpaceWithDefaults() *Space

NewSpaceWithDefaults instantiates a new Space 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 (*Space) GetId ¶

func (o *Space) GetId() string

GetId returns the Id field value

func (*Space) GetIdOk ¶

func (o *Space) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Space) GetName ¶

func (o *Space) GetName() string

GetName returns the Name field value

func (*Space) GetNameOk ¶

func (o *Space) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Space) GetSlug ¶

func (o *Space) GetSlug() string

GetSlug returns the Slug field value

func (*Space) GetSlugOk ¶

func (o *Space) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (Space) MarshalJSON ¶

func (o Space) MarshalJSON() ([]byte, error)

func (*Space) SetId ¶

func (o *Space) SetId(v string)

SetId sets field value

func (*Space) SetName ¶

func (o *Space) SetName(v string)

SetName sets field value

func (*Space) SetSlug ¶

func (o *Space) SetSlug(v string)

SetSlug sets field value

func (Space) ToMap ¶

func (o Space) ToMap() (map[string]interface{}, error)

type SpaceFiltersAPIService ¶

type SpaceFiltersAPIService service

SpaceFiltersAPIService SpaceFiltersAPI service

func (*SpaceFiltersAPIService) CreateFilterForSpace ¶

func (a *SpaceFiltersAPIService) CreateFilterForSpace(
	ctx context.Context,
) ApiCreateFilterForSpaceRequest

CreateFilterForSpace Create Filter for Space

Creates a filter for a space. A space filter applies to events coming from all Sources connected to a space.

• This endpoint is in **Beta** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Space Filters feature enabled. Please reach out to your customer success manager for more information.

• When called, this endpoint may generate the `Filter Created` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateFilterForSpaceRequest

func (*SpaceFiltersAPIService) CreateFilterForSpaceExecute ¶

Execute executes the request

@return CreateFilterForSpace200Response

func (*SpaceFiltersAPIService) DeleteFilterById ¶

DeleteFilterById Delete Filter By Id

Deletes a filter by id.

• This endpoint is in **Beta** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Space Filters feature enabled. Please reach out to your customer success manager for more information.

• When called, this endpoint may generate the `Filter Deleted` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteFilterByIdRequest

func (*SpaceFiltersAPIService) DeleteFilterByIdExecute ¶

Execute executes the request

@return DeleteFilterById200Response

func (*SpaceFiltersAPIService) GetFilterById ¶

GetFilterById Get Filter By Id

Gets a filter by id.

• This endpoint is in **Beta** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Space Filters feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetFilterByIdRequest

func (*SpaceFiltersAPIService) GetFilterByIdExecute ¶

Execute executes the request

@return GetFilterById200Response

func (*SpaceFiltersAPIService) ListFiltersForSpace ¶

ListFiltersForSpace List Filters for Space

Lists filters for a space.

• This endpoint is in **Beta** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Space Filters feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListFiltersForSpaceRequest

func (*SpaceFiltersAPIService) ListFiltersForSpaceExecute ¶

Execute executes the request

@return ListFiltersForSpace200Response

func (*SpaceFiltersAPIService) UpdateFilterById ¶

UpdateFilterById Update Filter By Id

Updates a filter by id and replaces the existing filter.

• This endpoint is in **Beta** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Space Filters feature enabled. Please reach out to your customer success manager for more information.

• When called, this endpoint may generate the `Filter Updated` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiUpdateFilterByIdRequest

func (*SpaceFiltersAPIService) UpdateFilterByIdExecute ¶

Execute executes the request

@return UpdateFilterById200Response

type SpaceWarehouseSchemaOverride ¶

type SpaceWarehouseSchemaOverride struct {
	// The collection within the Source.
	Collection string `json:"collection"`
	// Represents the overridden enabled state for the listed collection and / or properties.
	Enabled bool `json:"enabled"`
	// A map that contains the properties within the collection to which the Warehouse should sync.
	Property *string `json:"property,omitempty"`
}

SpaceWarehouseSchemaOverride Overrides the enabled or disabled state of the specified collection and / or properties within the schema.

func NewSpaceWarehouseSchemaOverride ¶

func NewSpaceWarehouseSchemaOverride(
	collection string,
	enabled bool,
) *SpaceWarehouseSchemaOverride

NewSpaceWarehouseSchemaOverride instantiates a new SpaceWarehouseSchemaOverride 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 NewSpaceWarehouseSchemaOverrideWithDefaults ¶

func NewSpaceWarehouseSchemaOverrideWithDefaults() *SpaceWarehouseSchemaOverride

NewSpaceWarehouseSchemaOverrideWithDefaults instantiates a new SpaceWarehouseSchemaOverride 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 (*SpaceWarehouseSchemaOverride) GetCollection ¶

func (o *SpaceWarehouseSchemaOverride) GetCollection() string

GetCollection returns the Collection field value

func (*SpaceWarehouseSchemaOverride) GetCollectionOk ¶

func (o *SpaceWarehouseSchemaOverride) GetCollectionOk() (*string, bool)

GetCollectionOk returns a tuple with the Collection field value and a boolean to check if the value has been set.

func (*SpaceWarehouseSchemaOverride) GetEnabled ¶

func (o *SpaceWarehouseSchemaOverride) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*SpaceWarehouseSchemaOverride) GetEnabledOk ¶

func (o *SpaceWarehouseSchemaOverride) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*SpaceWarehouseSchemaOverride) GetProperty ¶

func (o *SpaceWarehouseSchemaOverride) GetProperty() string

GetProperty returns the Property field value if set, zero value otherwise.

func (*SpaceWarehouseSchemaOverride) GetPropertyOk ¶

func (o *SpaceWarehouseSchemaOverride) GetPropertyOk() (*string, bool)

GetPropertyOk returns a tuple with the Property field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SpaceWarehouseSchemaOverride) HasProperty ¶

func (o *SpaceWarehouseSchemaOverride) HasProperty() bool

HasProperty returns a boolean if a field has been set.

func (SpaceWarehouseSchemaOverride) MarshalJSON ¶

func (o SpaceWarehouseSchemaOverride) MarshalJSON() ([]byte, error)

func (*SpaceWarehouseSchemaOverride) SetCollection ¶

func (o *SpaceWarehouseSchemaOverride) SetCollection(v string)

SetCollection sets field value

func (*SpaceWarehouseSchemaOverride) SetEnabled ¶

func (o *SpaceWarehouseSchemaOverride) SetEnabled(v bool)

SetEnabled sets field value

func (*SpaceWarehouseSchemaOverride) SetProperty ¶

func (o *SpaceWarehouseSchemaOverride) SetProperty(v string)

SetProperty gets a reference to the given string and assigns it to the Property field.

func (SpaceWarehouseSchemaOverride) ToMap ¶

func (o SpaceWarehouseSchemaOverride) ToMap() (map[string]interface{}, error)

type SpaceWarehouseSelectiveSyncItemAlpha ¶

type SpaceWarehouseSelectiveSyncItemAlpha struct {
	// The collection within the Source.
	Collection string `json:"collection"`
	// The id of the Warehouse this sync belongs to.
	WarehouseId string `json:"warehouseId"`
	// The Enabled flag ok telling whether the Collection is enabled or not.
	Enabled bool `json:"enabled"`
	// A map that contains the properties within the collection to which the Warehouse should sync.
	Properties map[string]interface{} `json:"properties"`
}

SpaceWarehouseSelectiveSyncItemAlpha Represents an entry in the Space Warehouse Selective Sync schema for a Warehouse and Space pair.

func NewSpaceWarehouseSelectiveSyncItemAlpha ¶

func NewSpaceWarehouseSelectiveSyncItemAlpha(
	collection string,
	warehouseId string,
	enabled bool,
	properties map[string]interface{},
) *SpaceWarehouseSelectiveSyncItemAlpha

NewSpaceWarehouseSelectiveSyncItemAlpha instantiates a new SpaceWarehouseSelectiveSyncItemAlpha 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 NewSpaceWarehouseSelectiveSyncItemAlphaWithDefaults ¶

func NewSpaceWarehouseSelectiveSyncItemAlphaWithDefaults() *SpaceWarehouseSelectiveSyncItemAlpha

NewSpaceWarehouseSelectiveSyncItemAlphaWithDefaults instantiates a new SpaceWarehouseSelectiveSyncItemAlpha 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 (*SpaceWarehouseSelectiveSyncItemAlpha) GetCollection ¶

func (o *SpaceWarehouseSelectiveSyncItemAlpha) GetCollection() string

GetCollection returns the Collection field value

func (*SpaceWarehouseSelectiveSyncItemAlpha) GetCollectionOk ¶

func (o *SpaceWarehouseSelectiveSyncItemAlpha) GetCollectionOk() (*string, bool)

GetCollectionOk returns a tuple with the Collection field value and a boolean to check if the value has been set.

func (*SpaceWarehouseSelectiveSyncItemAlpha) GetEnabled ¶

GetEnabled returns the Enabled field value

func (*SpaceWarehouseSelectiveSyncItemAlpha) GetEnabledOk ¶

func (o *SpaceWarehouseSelectiveSyncItemAlpha) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*SpaceWarehouseSelectiveSyncItemAlpha) GetProperties ¶

func (o *SpaceWarehouseSelectiveSyncItemAlpha) GetProperties() map[string]interface{}

GetProperties returns the Properties field value

func (*SpaceWarehouseSelectiveSyncItemAlpha) GetPropertiesOk ¶

func (o *SpaceWarehouseSelectiveSyncItemAlpha) GetPropertiesOk() (map[string]interface{}, bool)

GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.

func (*SpaceWarehouseSelectiveSyncItemAlpha) GetWarehouseId ¶

func (o *SpaceWarehouseSelectiveSyncItemAlpha) GetWarehouseId() string

GetWarehouseId returns the WarehouseId field value

func (*SpaceWarehouseSelectiveSyncItemAlpha) GetWarehouseIdOk ¶

func (o *SpaceWarehouseSelectiveSyncItemAlpha) GetWarehouseIdOk() (*string, bool)

GetWarehouseIdOk returns a tuple with the WarehouseId field value and a boolean to check if the value has been set.

func (SpaceWarehouseSelectiveSyncItemAlpha) MarshalJSON ¶

func (o SpaceWarehouseSelectiveSyncItemAlpha) MarshalJSON() ([]byte, error)

func (*SpaceWarehouseSelectiveSyncItemAlpha) SetCollection ¶

func (o *SpaceWarehouseSelectiveSyncItemAlpha) SetCollection(v string)

SetCollection sets field value

func (*SpaceWarehouseSelectiveSyncItemAlpha) SetEnabled ¶

func (o *SpaceWarehouseSelectiveSyncItemAlpha) SetEnabled(v bool)

SetEnabled sets field value

func (*SpaceWarehouseSelectiveSyncItemAlpha) SetProperties ¶

func (o *SpaceWarehouseSelectiveSyncItemAlpha) SetProperties(v map[string]interface{})

SetProperties sets field value

func (*SpaceWarehouseSelectiveSyncItemAlpha) SetWarehouseId ¶

func (o *SpaceWarehouseSelectiveSyncItemAlpha) SetWarehouseId(v string)

SetWarehouseId sets field value

func (SpaceWarehouseSelectiveSyncItemAlpha) ToMap ¶

func (o SpaceWarehouseSelectiveSyncItemAlpha) ToMap() (map[string]interface{}, error)

type SpacesAPIService ¶

type SpacesAPIService service

SpacesAPIService SpacesAPI service

func (*SpacesAPIService) BatchQueryMessagingSubscriptionsForSpace ¶

func (a *SpacesAPIService) BatchQueryMessagingSubscriptionsForSpace(
	ctx context.Context,
	spaceId string,
) ApiBatchQueryMessagingSubscriptionsForSpaceRequest

BatchQueryMessagingSubscriptionsForSpace Batch Query Messaging Subscriptions for Space

<div style="background-color: #fff3cd; border: 1px solid #ffc107; border-radius: 6px; padding: 16px; margin: 16px 0; color: #856404; display: flex; align-items: center; gap: 12px; line-height: 1.5;">

<span style="color: #ff9800; font-size: 16px; flex-shrink: 0;">⚠️</span>
<div style="line-height: 1.5;">
  <div style="font-weight: 600; font-size: 14px; margin-bottom: 6px;">
    Engage Premier features will no longer be available after December 15, 2025.
  </div>
  <div style="font-size: 13px;">
    This API will be deactivated after this date.
  </div>
</div>

</div> Get Messaging Subscriptions for space.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Spaces feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@return ApiBatchQueryMessagingSubscriptionsForSpaceRequest

func (*SpacesAPIService) BatchQueryMessagingSubscriptionsForSpaceExecute ¶

Execute executes the request

@return BatchQueryMessagingSubscriptionsForSpace200Response

func (*SpacesAPIService) GetSpace ¶

func (a *SpacesAPIService) GetSpace(ctx context.Context, spaceId string) ApiGetSpaceRequest

GetSpace Get Space

Returns the Space by id.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Spaces feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@return ApiGetSpaceRequest

func (*SpacesAPIService) GetSpaceExecute ¶

Execute executes the request

@return GetSpace200Response

func (*SpacesAPIService) ListSpaces ¶

ListSpaces List Spaces

List Spaces.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Spaces feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSpacesRequest

func (*SpacesAPIService) ListSpacesExecute ¶

Execute executes the request

@return ListSpaces200Response

func (*SpacesAPIService) ReplaceMessagingSubscriptionsInSpaces ¶

func (a *SpacesAPIService) ReplaceMessagingSubscriptionsInSpaces(
	ctx context.Context,
	spaceId string,
) ApiReplaceMessagingSubscriptionsInSpacesRequest

ReplaceMessagingSubscriptionsInSpaces Replace Messaging Subscriptions in Spaces

<div style="background-color: #fff3cd; border: 1px solid #ffc107; border-radius: 6px; padding: 16px; margin: 16px 0; color: #856404; display: flex; align-items: center; gap: 12px; line-height: 1.5;">

<span style="color: #ff9800; font-size: 16px; flex-shrink: 0;">⚠️</span>
<div style="line-height: 1.5;">
  <div style="font-weight: 600; font-size: 14px; margin-bottom: 6px;">
    Engage Premier features will no longer be available after December 15, 2025.
  </div>
  <div style="font-size: 13px;">
    This API will be deactivated after this date.
  </div>
</div>

</div> Replace Messaging Subscriptions in Spaces.

• This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com.

• In order to successfully call this endpoint, the specified Workspace needs to have the Spaces feature enabled. Please reach out to your customer success manager for more information.

The rate limit for this endpoint is 60 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId
@return ApiReplaceMessagingSubscriptionsInSpacesRequest

func (*SpacesAPIService) ReplaceMessagingSubscriptionsInSpacesExecute ¶

Execute executes the request

@return ReplaceMessagingSubscriptionsInSpaces200Response

type SpecificDaysConfig ¶

type SpecificDaysConfig struct {
	// Days of week for schedule (0=Sunday, 6=Saturday).
	Days []float32 `json:"days"`
	// Hours of day for schedule (0-23).
	Hours []float32 `json:"hours"`
	// TZ database time zone identifier; for example, America/New_York.
	Timezone string `json:"timezone"`
}

SpecificDaysConfig Configures a schedule for specific days and times.

func NewSpecificDaysConfig ¶

func NewSpecificDaysConfig(days []float32, hours []float32, timezone string) *SpecificDaysConfig

NewSpecificDaysConfig instantiates a new SpecificDaysConfig 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 NewSpecificDaysConfigWithDefaults ¶

func NewSpecificDaysConfigWithDefaults() *SpecificDaysConfig

NewSpecificDaysConfigWithDefaults instantiates a new SpecificDaysConfig 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 (*SpecificDaysConfig) GetDays ¶

func (o *SpecificDaysConfig) GetDays() []float32

GetDays returns the Days field value

func (*SpecificDaysConfig) GetDaysOk ¶

func (o *SpecificDaysConfig) GetDaysOk() ([]float32, bool)

GetDaysOk returns a tuple with the Days field value and a boolean to check if the value has been set.

func (*SpecificDaysConfig) GetHours ¶

func (o *SpecificDaysConfig) GetHours() []float32

GetHours returns the Hours field value

func (*SpecificDaysConfig) GetHoursOk ¶

func (o *SpecificDaysConfig) GetHoursOk() ([]float32, bool)

GetHoursOk returns a tuple with the Hours field value and a boolean to check if the value has been set.

func (*SpecificDaysConfig) GetTimezone ¶

func (o *SpecificDaysConfig) GetTimezone() string

GetTimezone returns the Timezone field value

func (*SpecificDaysConfig) GetTimezoneOk ¶

func (o *SpecificDaysConfig) GetTimezoneOk() (*string, bool)

GetTimezoneOk returns a tuple with the Timezone field value and a boolean to check if the value has been set.

func (SpecificDaysConfig) MarshalJSON ¶

func (o SpecificDaysConfig) MarshalJSON() ([]byte, error)

func (*SpecificDaysConfig) SetDays ¶

func (o *SpecificDaysConfig) SetDays(v []float32)

SetDays sets field value

func (*SpecificDaysConfig) SetHours ¶

func (o *SpecificDaysConfig) SetHours(v []float32)

SetHours sets field value

func (*SpecificDaysConfig) SetTimezone ¶

func (o *SpecificDaysConfig) SetTimezone(v string)

SetTimezone sets field value

func (SpecificDaysConfig) ToMap ¶

func (o SpecificDaysConfig) ToMap() (map[string]interface{}, error)

type StreamStatusV1 ¶

type StreamStatusV1 struct {
	Id                string                `json:"id"`
	DestinationStatus []DestinationStatusV1 `json:"destinationStatus"`
}

StreamStatusV1 StreamStatus represents status of each stream including all the Destinations corresponding to the stream.

func NewStreamStatusV1 ¶

func NewStreamStatusV1(id string, destinationStatus []DestinationStatusV1) *StreamStatusV1

NewStreamStatusV1 instantiates a new StreamStatusV1 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 NewStreamStatusV1WithDefaults ¶

func NewStreamStatusV1WithDefaults() *StreamStatusV1

NewStreamStatusV1WithDefaults instantiates a new StreamStatusV1 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 (*StreamStatusV1) GetDestinationStatus ¶

func (o *StreamStatusV1) GetDestinationStatus() []DestinationStatusV1

GetDestinationStatus returns the DestinationStatus field value

func (*StreamStatusV1) GetDestinationStatusOk ¶

func (o *StreamStatusV1) GetDestinationStatusOk() ([]DestinationStatusV1, bool)

GetDestinationStatusOk returns a tuple with the DestinationStatus field value and a boolean to check if the value has been set.

func (*StreamStatusV1) GetId ¶

func (o *StreamStatusV1) GetId() string

GetId returns the Id field value

func (*StreamStatusV1) GetIdOk ¶

func (o *StreamStatusV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (StreamStatusV1) MarshalJSON ¶

func (o StreamStatusV1) MarshalJSON() ([]byte, error)

func (*StreamStatusV1) SetDestinationStatus ¶

func (o *StreamStatusV1) SetDestinationStatus(v []DestinationStatusV1)

SetDestinationStatus sets field value

func (*StreamStatusV1) SetId ¶

func (o *StreamStatusV1) SetId(v string)

SetId sets field value

func (StreamStatusV1) ToMap ¶

func (o StreamStatusV1) ToMap() (map[string]interface{}, error)

type SuppressedInner ¶

type SuppressedInner struct {
	SubjectType string   `json:"subjectType"`
	SubjectIds  []string `json:"subjectIds"`
}

SuppressedInner struct for SuppressedInner

func NewSuppressedInner ¶

func NewSuppressedInner(subjectType string, subjectIds []string) *SuppressedInner

NewSuppressedInner instantiates a new SuppressedInner 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 NewSuppressedInnerWithDefaults ¶

func NewSuppressedInnerWithDefaults() *SuppressedInner

NewSuppressedInnerWithDefaults instantiates a new SuppressedInner 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 (*SuppressedInner) GetSubjectIds ¶

func (o *SuppressedInner) GetSubjectIds() []string

GetSubjectIds returns the SubjectIds field value

func (*SuppressedInner) GetSubjectIdsOk ¶

func (o *SuppressedInner) GetSubjectIdsOk() ([]string, bool)

GetSubjectIdsOk returns a tuple with the SubjectIds field value and a boolean to check if the value has been set.

func (*SuppressedInner) GetSubjectType ¶

func (o *SuppressedInner) GetSubjectType() string

GetSubjectType returns the SubjectType field value

func (*SuppressedInner) GetSubjectTypeOk ¶

func (o *SuppressedInner) GetSubjectTypeOk() (*string, bool)

GetSubjectTypeOk returns a tuple with the SubjectType field value and a boolean to check if the value has been set.

func (SuppressedInner) MarshalJSON ¶

func (o SuppressedInner) MarshalJSON() ([]byte, error)

func (*SuppressedInner) SetSubjectIds ¶

func (o *SuppressedInner) SetSubjectIds(v []string)

SetSubjectIds sets field value

func (*SuppressedInner) SetSubjectType ¶

func (o *SuppressedInner) SetSubjectType(v string)

SetSubjectType sets field value

func (SuppressedInner) ToMap ¶

func (o SuppressedInner) ToMap() (map[string]interface{}, error)

type SyncExtractPhase ¶

type SyncExtractPhase struct {
	// Counts the subset of records with status=new, which indicates records that were created/inserted/added.
	AddedCount string `json:"addedCount"`
	// Counts the subset of records with status=updated, which indicates records that were modified/updated.
	UpdatedCount string `json:"updatedCount"`
	// Counts the subset of records with status=deleted, which indicates records that were deleted/removed.
	DeletedCount string `json:"deletedCount"`
	// Counts the total number of records/rows handled by extract, across all statuses.
	ExtractCount string `json:"extractCount"`
	// Error code indicates a fatal sync error code, if applicable.
	ErrorCode string `json:"errorCode"`
	// Time that the extract phase started.
	StartedAt string `json:"startedAt"`
	// Time that the extract phase finished.
	FinishedAt string `json:"finishedAt"`
}

SyncExtractPhase Object representing the extract phase + details.

func NewSyncExtractPhase ¶

func NewSyncExtractPhase(
	addedCount string,
	updatedCount string,
	deletedCount string,
	extractCount string,
	errorCode string,
	startedAt string,
	finishedAt string,
) *SyncExtractPhase

NewSyncExtractPhase instantiates a new SyncExtractPhase 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 NewSyncExtractPhaseWithDefaults ¶

func NewSyncExtractPhaseWithDefaults() *SyncExtractPhase

NewSyncExtractPhaseWithDefaults instantiates a new SyncExtractPhase 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 (*SyncExtractPhase) GetAddedCount ¶

func (o *SyncExtractPhase) GetAddedCount() string

GetAddedCount returns the AddedCount field value

func (*SyncExtractPhase) GetAddedCountOk ¶

func (o *SyncExtractPhase) GetAddedCountOk() (*string, bool)

GetAddedCountOk returns a tuple with the AddedCount field value and a boolean to check if the value has been set.

func (*SyncExtractPhase) GetDeletedCount ¶

func (o *SyncExtractPhase) GetDeletedCount() string

GetDeletedCount returns the DeletedCount field value

func (*SyncExtractPhase) GetDeletedCountOk ¶

func (o *SyncExtractPhase) GetDeletedCountOk() (*string, bool)

GetDeletedCountOk returns a tuple with the DeletedCount field value and a boolean to check if the value has been set.

func (*SyncExtractPhase) GetErrorCode ¶

func (o *SyncExtractPhase) GetErrorCode() string

GetErrorCode returns the ErrorCode field value

func (*SyncExtractPhase) GetErrorCodeOk ¶

func (o *SyncExtractPhase) GetErrorCodeOk() (*string, bool)

GetErrorCodeOk returns a tuple with the ErrorCode field value and a boolean to check if the value has been set.

func (*SyncExtractPhase) GetExtractCount ¶

func (o *SyncExtractPhase) GetExtractCount() string

GetExtractCount returns the ExtractCount field value

func (*SyncExtractPhase) GetExtractCountOk ¶

func (o *SyncExtractPhase) GetExtractCountOk() (*string, bool)

GetExtractCountOk returns a tuple with the ExtractCount field value and a boolean to check if the value has been set.

func (*SyncExtractPhase) GetFinishedAt ¶

func (o *SyncExtractPhase) GetFinishedAt() string

GetFinishedAt returns the FinishedAt field value

func (*SyncExtractPhase) GetFinishedAtOk ¶

func (o *SyncExtractPhase) GetFinishedAtOk() (*string, bool)

GetFinishedAtOk returns a tuple with the FinishedAt field value and a boolean to check if the value has been set.

func (*SyncExtractPhase) GetStartedAt ¶

func (o *SyncExtractPhase) GetStartedAt() string

GetStartedAt returns the StartedAt field value

func (*SyncExtractPhase) GetStartedAtOk ¶

func (o *SyncExtractPhase) GetStartedAtOk() (*string, bool)

GetStartedAtOk returns a tuple with the StartedAt field value and a boolean to check if the value has been set.

func (*SyncExtractPhase) GetUpdatedCount ¶

func (o *SyncExtractPhase) GetUpdatedCount() string

GetUpdatedCount returns the UpdatedCount field value

func (*SyncExtractPhase) GetUpdatedCountOk ¶

func (o *SyncExtractPhase) GetUpdatedCountOk() (*string, bool)

GetUpdatedCountOk returns a tuple with the UpdatedCount field value and a boolean to check if the value has been set.

func (SyncExtractPhase) MarshalJSON ¶

func (o SyncExtractPhase) MarshalJSON() ([]byte, error)

func (*SyncExtractPhase) SetAddedCount ¶

func (o *SyncExtractPhase) SetAddedCount(v string)

SetAddedCount sets field value

func (*SyncExtractPhase) SetDeletedCount ¶

func (o *SyncExtractPhase) SetDeletedCount(v string)

SetDeletedCount sets field value

func (*SyncExtractPhase) SetErrorCode ¶

func (o *SyncExtractPhase) SetErrorCode(v string)

SetErrorCode sets field value

func (*SyncExtractPhase) SetExtractCount ¶

func (o *SyncExtractPhase) SetExtractCount(v string)

SetExtractCount sets field value

func (*SyncExtractPhase) SetFinishedAt ¶

func (o *SyncExtractPhase) SetFinishedAt(v string)

SetFinishedAt sets field value

func (*SyncExtractPhase) SetStartedAt ¶

func (o *SyncExtractPhase) SetStartedAt(v string)

SetStartedAt sets field value

func (*SyncExtractPhase) SetUpdatedCount ¶

func (o *SyncExtractPhase) SetUpdatedCount(v string)

SetUpdatedCount sets field value

func (SyncExtractPhase) ToMap ¶

func (o SyncExtractPhase) ToMap() (map[string]interface{}, error)

type SyncLoadPhase ¶

type SyncLoadPhase struct {
	// Counts the subset of records successfully delivered to the downstream Destination.
	DeliverSuccessCount string `json:"deliverSuccessCount"`
	// Counts the subset of records status that failed to be delivered by either receiving a permanent error (for example, 400 Bad Request) or by exhausting all retries for temporary errors (for example, 429 Too Many Requests).
	DeliverFailureCount string `json:"deliverFailureCount"`
	// Error code indicates a fatal sync error code, if applicable.
	ErrorCode string `json:"errorCode"`
	// Time that the load phase started.
	StartedAt string `json:"startedAt"`
	// Time that the load phase finished.
	FinishedAt string `json:"finishedAt"`
}

SyncLoadPhase Object representing the load phase + details.

func NewSyncLoadPhase ¶

func NewSyncLoadPhase(
	deliverSuccessCount string,
	deliverFailureCount string,
	errorCode string,
	startedAt string,
	finishedAt string,
) *SyncLoadPhase

NewSyncLoadPhase instantiates a new SyncLoadPhase 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 NewSyncLoadPhaseWithDefaults ¶

func NewSyncLoadPhaseWithDefaults() *SyncLoadPhase

NewSyncLoadPhaseWithDefaults instantiates a new SyncLoadPhase 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 (*SyncLoadPhase) GetDeliverFailureCount ¶

func (o *SyncLoadPhase) GetDeliverFailureCount() string

GetDeliverFailureCount returns the DeliverFailureCount field value

func (*SyncLoadPhase) GetDeliverFailureCountOk ¶

func (o *SyncLoadPhase) GetDeliverFailureCountOk() (*string, bool)

GetDeliverFailureCountOk returns a tuple with the DeliverFailureCount field value and a boolean to check if the value has been set.

func (*SyncLoadPhase) GetDeliverSuccessCount ¶

func (o *SyncLoadPhase) GetDeliverSuccessCount() string

GetDeliverSuccessCount returns the DeliverSuccessCount field value

func (*SyncLoadPhase) GetDeliverSuccessCountOk ¶

func (o *SyncLoadPhase) GetDeliverSuccessCountOk() (*string, bool)

GetDeliverSuccessCountOk returns a tuple with the DeliverSuccessCount field value and a boolean to check if the value has been set.

func (*SyncLoadPhase) GetErrorCode ¶

func (o *SyncLoadPhase) GetErrorCode() string

GetErrorCode returns the ErrorCode field value

func (*SyncLoadPhase) GetErrorCodeOk ¶

func (o *SyncLoadPhase) GetErrorCodeOk() (*string, bool)

GetErrorCodeOk returns a tuple with the ErrorCode field value and a boolean to check if the value has been set.

func (*SyncLoadPhase) GetFinishedAt ¶

func (o *SyncLoadPhase) GetFinishedAt() string

GetFinishedAt returns the FinishedAt field value

func (*SyncLoadPhase) GetFinishedAtOk ¶

func (o *SyncLoadPhase) GetFinishedAtOk() (*string, bool)

GetFinishedAtOk returns a tuple with the FinishedAt field value and a boolean to check if the value has been set.

func (*SyncLoadPhase) GetStartedAt ¶

func (o *SyncLoadPhase) GetStartedAt() string

GetStartedAt returns the StartedAt field value

func (*SyncLoadPhase) GetStartedAtOk ¶

func (o *SyncLoadPhase) GetStartedAtOk() (*string, bool)

GetStartedAtOk returns a tuple with the StartedAt field value and a boolean to check if the value has been set.

func (SyncLoadPhase) MarshalJSON ¶

func (o SyncLoadPhase) MarshalJSON() ([]byte, error)

func (*SyncLoadPhase) SetDeliverFailureCount ¶

func (o *SyncLoadPhase) SetDeliverFailureCount(v string)

SetDeliverFailureCount sets field value

func (*SyncLoadPhase) SetDeliverSuccessCount ¶

func (o *SyncLoadPhase) SetDeliverSuccessCount(v string)

SetDeliverSuccessCount sets field value

func (*SyncLoadPhase) SetErrorCode ¶

func (o *SyncLoadPhase) SetErrorCode(v string)

SetErrorCode sets field value

func (*SyncLoadPhase) SetFinishedAt ¶

func (o *SyncLoadPhase) SetFinishedAt(v string)

SetFinishedAt sets field value

func (*SyncLoadPhase) SetStartedAt ¶

func (o *SyncLoadPhase) SetStartedAt(v string)

SetStartedAt sets field value

func (SyncLoadPhase) ToMap ¶

func (o SyncLoadPhase) ToMap() (map[string]interface{}, error)

type SyncNoticeV1 ¶

type SyncNoticeV1 struct {
	// The severity of the notice.
	Level string `json:"level"`
	// The human-readable message that describes the notice.
	Message string `json:"message"`
	// The timestamp of this sync notice's creation.
	CreatedAt string `json:"createdAt"`
}

SyncNoticeV1 Represents a notice within a sync for a Source and Warehouse pair.

func NewSyncNoticeV1 ¶

func NewSyncNoticeV1(level string, message string, createdAt string) *SyncNoticeV1

NewSyncNoticeV1 instantiates a new SyncNoticeV1 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 NewSyncNoticeV1WithDefaults ¶

func NewSyncNoticeV1WithDefaults() *SyncNoticeV1

NewSyncNoticeV1WithDefaults instantiates a new SyncNoticeV1 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 (*SyncNoticeV1) GetCreatedAt ¶

func (o *SyncNoticeV1) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*SyncNoticeV1) GetCreatedAtOk ¶

func (o *SyncNoticeV1) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*SyncNoticeV1) GetLevel ¶

func (o *SyncNoticeV1) GetLevel() string

GetLevel returns the Level field value

func (*SyncNoticeV1) GetLevelOk ¶

func (o *SyncNoticeV1) GetLevelOk() (*string, bool)

GetLevelOk returns a tuple with the Level field value and a boolean to check if the value has been set.

func (*SyncNoticeV1) GetMessage ¶

func (o *SyncNoticeV1) GetMessage() string

GetMessage returns the Message field value

func (*SyncNoticeV1) GetMessageOk ¶

func (o *SyncNoticeV1) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (SyncNoticeV1) MarshalJSON ¶

func (o SyncNoticeV1) MarshalJSON() ([]byte, error)

func (*SyncNoticeV1) SetCreatedAt ¶

func (o *SyncNoticeV1) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*SyncNoticeV1) SetLevel ¶

func (o *SyncNoticeV1) SetLevel(v string)

SetLevel sets field value

func (*SyncNoticeV1) SetMessage ¶

func (o *SyncNoticeV1) SetMessage(v string)

SetMessage sets field value

func (SyncNoticeV1) ToMap ¶

func (o SyncNoticeV1) ToMap() (map[string]interface{}, error)

type SyncV1 ¶

type SyncV1 struct {
	// The id of the Source loaded in the sync.
	SourceId string `json:"sourceId"`
	// The start time of the sync.
	Start string `json:"start"`
	// The time the sync completed. Returns null if unfinished.
	End NullableString `json:"end"`
	// The status of the sync.
	Status string `json:"status"`
	// The duration of the sync in seconds. Returns the partial duration if the sync has not finished yet.
	Duration float32 `json:"duration"`
	// The human-readable counterpart of `duration`.
	HumanDuration string `json:"humanDuration"`
	// The number of rows synced into the Warehouse.
	Count float32 `json:"count"`
	// Notices that contain the events that occurred during the sync.
	Notices []SyncNoticeV1 `json:"notices"`
}

SyncV1 Represents a sync between a Source and Warehouse. A sync occurs when data from a Source is loaded into a Warehouse.

func NewSyncV1 ¶

func NewSyncV1(
	sourceId string,
	start string,
	end NullableString,
	status string,
	duration float32,
	humanDuration string,
	count float32,
	notices []SyncNoticeV1,
) *SyncV1

NewSyncV1 instantiates a new SyncV1 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 NewSyncV1WithDefaults ¶

func NewSyncV1WithDefaults() *SyncV1

NewSyncV1WithDefaults instantiates a new SyncV1 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 (*SyncV1) GetCount ¶

func (o *SyncV1) GetCount() float32

GetCount returns the Count field value

func (*SyncV1) GetCountOk ¶

func (o *SyncV1) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*SyncV1) GetDuration ¶

func (o *SyncV1) GetDuration() float32

GetDuration returns the Duration field value

func (*SyncV1) GetDurationOk ¶

func (o *SyncV1) GetDurationOk() (*float32, bool)

GetDurationOk returns a tuple with the Duration field value and a boolean to check if the value has been set.

func (*SyncV1) GetEnd ¶

func (o *SyncV1) GetEnd() string

GetEnd returns the End field value If the value is explicit nil, the zero value for string will be returned

func (*SyncV1) GetEndOk ¶

func (o *SyncV1) GetEndOk() (*string, bool)

GetEndOk returns a tuple with the End field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SyncV1) GetHumanDuration ¶

func (o *SyncV1) GetHumanDuration() string

GetHumanDuration returns the HumanDuration field value

func (*SyncV1) GetHumanDurationOk ¶

func (o *SyncV1) GetHumanDurationOk() (*string, bool)

GetHumanDurationOk returns a tuple with the HumanDuration field value and a boolean to check if the value has been set.

func (*SyncV1) GetNotices ¶

func (o *SyncV1) GetNotices() []SyncNoticeV1

GetNotices returns the Notices field value

func (*SyncV1) GetNoticesOk ¶

func (o *SyncV1) GetNoticesOk() ([]SyncNoticeV1, bool)

GetNoticesOk returns a tuple with the Notices field value and a boolean to check if the value has been set.

func (*SyncV1) GetSourceId ¶

func (o *SyncV1) GetSourceId() string

GetSourceId returns the SourceId field value

func (*SyncV1) GetSourceIdOk ¶

func (o *SyncV1) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*SyncV1) GetStart ¶

func (o *SyncV1) GetStart() string

GetStart returns the Start field value

func (*SyncV1) GetStartOk ¶

func (o *SyncV1) GetStartOk() (*string, bool)

GetStartOk returns a tuple with the Start field value and a boolean to check if the value has been set.

func (*SyncV1) GetStatus ¶

func (o *SyncV1) GetStatus() string

GetStatus returns the Status field value

func (*SyncV1) GetStatusOk ¶

func (o *SyncV1) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (SyncV1) MarshalJSON ¶

func (o SyncV1) MarshalJSON() ([]byte, error)

func (*SyncV1) SetCount ¶

func (o *SyncV1) SetCount(v float32)

SetCount sets field value

func (*SyncV1) SetDuration ¶

func (o *SyncV1) SetDuration(v float32)

SetDuration sets field value

func (*SyncV1) SetEnd ¶

func (o *SyncV1) SetEnd(v string)

SetEnd sets field value

func (*SyncV1) SetHumanDuration ¶

func (o *SyncV1) SetHumanDuration(v string)

SetHumanDuration sets field value

func (*SyncV1) SetNotices ¶

func (o *SyncV1) SetNotices(v []SyncNoticeV1)

SetNotices sets field value

func (*SyncV1) SetSourceId ¶

func (o *SyncV1) SetSourceId(v string)

SetSourceId sets field value

func (*SyncV1) SetStart ¶

func (o *SyncV1) SetStart(v string)

SetStart sets field value

func (*SyncV1) SetStatus ¶

func (o *SyncV1) SetStatus(v string)

SetStatus sets field value

func (SyncV1) ToMap ¶

func (o SyncV1) ToMap() (map[string]interface{}, error)

type TestingAPIService ¶

type TestingAPIService service

TestingAPIService TestingAPI service

func (*TestingAPIService) Echo ¶

Echo Echo

Public Echo endpoint.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiEchoRequest

func (*TestingAPIService) EchoExecute ¶

Execute executes the request

@return Echo200Response

type TrackSourceSettingsV1 ¶

type TrackSourceSettingsV1 struct {
	// Enable to allow unplanned track events.  Config API note: equal to `allowUnplannedTrackEvents`.
	AllowUnplannedEvents *bool `json:"allowUnplannedEvents,omitempty"`
	// Enable to allow unplanned track event properties.  Config API note: equal to `allowUnplannedTrackEventProperties`.
	AllowUnplannedEventProperties *bool `json:"allowUnplannedEventProperties,omitempty"`
	// Allow track event on violations.  Config API note: equal to `allowTrackEventOnViolations`.
	AllowEventOnViolations *bool `json:"allowEventOnViolations,omitempty"`
	// Enable to allow track properties on violations.  Config API note: equal to `allowTrackEventPropertiesOnViolations`.
	AllowPropertiesOnViolations *bool `json:"allowPropertiesOnViolations,omitempty"`
	// The common track event on violations.  Config API note: equal to `commonTrackEventOnViolations`.
	CommonEventOnViolations *string `json:"commonEventOnViolations,omitempty"`
}

TrackSourceSettingsV1 struct for TrackSourceSettingsV1

func NewTrackSourceSettingsV1 ¶

func NewTrackSourceSettingsV1() *TrackSourceSettingsV1

NewTrackSourceSettingsV1 instantiates a new TrackSourceSettingsV1 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 NewTrackSourceSettingsV1WithDefaults ¶

func NewTrackSourceSettingsV1WithDefaults() *TrackSourceSettingsV1

NewTrackSourceSettingsV1WithDefaults instantiates a new TrackSourceSettingsV1 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 (*TrackSourceSettingsV1) GetAllowEventOnViolations ¶

func (o *TrackSourceSettingsV1) GetAllowEventOnViolations() bool

GetAllowEventOnViolations returns the AllowEventOnViolations field value if set, zero value otherwise.

func (*TrackSourceSettingsV1) GetAllowEventOnViolationsOk ¶

func (o *TrackSourceSettingsV1) GetAllowEventOnViolationsOk() (*bool, bool)

GetAllowEventOnViolationsOk returns a tuple with the AllowEventOnViolations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackSourceSettingsV1) GetAllowPropertiesOnViolations ¶

func (o *TrackSourceSettingsV1) GetAllowPropertiesOnViolations() bool

GetAllowPropertiesOnViolations returns the AllowPropertiesOnViolations field value if set, zero value otherwise.

func (*TrackSourceSettingsV1) GetAllowPropertiesOnViolationsOk ¶

func (o *TrackSourceSettingsV1) GetAllowPropertiesOnViolationsOk() (*bool, bool)

GetAllowPropertiesOnViolationsOk returns a tuple with the AllowPropertiesOnViolations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackSourceSettingsV1) GetAllowUnplannedEventProperties ¶

func (o *TrackSourceSettingsV1) GetAllowUnplannedEventProperties() bool

GetAllowUnplannedEventProperties returns the AllowUnplannedEventProperties field value if set, zero value otherwise.

func (*TrackSourceSettingsV1) GetAllowUnplannedEventPropertiesOk ¶

func (o *TrackSourceSettingsV1) GetAllowUnplannedEventPropertiesOk() (*bool, bool)

GetAllowUnplannedEventPropertiesOk returns a tuple with the AllowUnplannedEventProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackSourceSettingsV1) GetAllowUnplannedEvents ¶

func (o *TrackSourceSettingsV1) GetAllowUnplannedEvents() bool

GetAllowUnplannedEvents returns the AllowUnplannedEvents field value if set, zero value otherwise.

func (*TrackSourceSettingsV1) GetAllowUnplannedEventsOk ¶

func (o *TrackSourceSettingsV1) GetAllowUnplannedEventsOk() (*bool, bool)

GetAllowUnplannedEventsOk returns a tuple with the AllowUnplannedEvents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackSourceSettingsV1) GetCommonEventOnViolations ¶

func (o *TrackSourceSettingsV1) GetCommonEventOnViolations() string

GetCommonEventOnViolations returns the CommonEventOnViolations field value if set, zero value otherwise.

func (*TrackSourceSettingsV1) GetCommonEventOnViolationsOk ¶

func (o *TrackSourceSettingsV1) GetCommonEventOnViolationsOk() (*string, bool)

GetCommonEventOnViolationsOk returns a tuple with the CommonEventOnViolations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackSourceSettingsV1) HasAllowEventOnViolations ¶

func (o *TrackSourceSettingsV1) HasAllowEventOnViolations() bool

HasAllowEventOnViolations returns a boolean if a field has been set.

func (*TrackSourceSettingsV1) HasAllowPropertiesOnViolations ¶

func (o *TrackSourceSettingsV1) HasAllowPropertiesOnViolations() bool

HasAllowPropertiesOnViolations returns a boolean if a field has been set.

func (*TrackSourceSettingsV1) HasAllowUnplannedEventProperties ¶

func (o *TrackSourceSettingsV1) HasAllowUnplannedEventProperties() bool

HasAllowUnplannedEventProperties returns a boolean if a field has been set.

func (*TrackSourceSettingsV1) HasAllowUnplannedEvents ¶

func (o *TrackSourceSettingsV1) HasAllowUnplannedEvents() bool

HasAllowUnplannedEvents returns a boolean if a field has been set.

func (*TrackSourceSettingsV1) HasCommonEventOnViolations ¶

func (o *TrackSourceSettingsV1) HasCommonEventOnViolations() bool

HasCommonEventOnViolations returns a boolean if a field has been set.

func (TrackSourceSettingsV1) MarshalJSON ¶

func (o TrackSourceSettingsV1) MarshalJSON() ([]byte, error)

func (*TrackSourceSettingsV1) SetAllowEventOnViolations ¶

func (o *TrackSourceSettingsV1) SetAllowEventOnViolations(v bool)

SetAllowEventOnViolations gets a reference to the given bool and assigns it to the AllowEventOnViolations field.

func (*TrackSourceSettingsV1) SetAllowPropertiesOnViolations ¶

func (o *TrackSourceSettingsV1) SetAllowPropertiesOnViolations(v bool)

SetAllowPropertiesOnViolations gets a reference to the given bool and assigns it to the AllowPropertiesOnViolations field.

func (*TrackSourceSettingsV1) SetAllowUnplannedEventProperties ¶

func (o *TrackSourceSettingsV1) SetAllowUnplannedEventProperties(v bool)

SetAllowUnplannedEventProperties gets a reference to the given bool and assigns it to the AllowUnplannedEventProperties field.

func (*TrackSourceSettingsV1) SetAllowUnplannedEvents ¶

func (o *TrackSourceSettingsV1) SetAllowUnplannedEvents(v bool)

SetAllowUnplannedEvents gets a reference to the given bool and assigns it to the AllowUnplannedEvents field.

func (*TrackSourceSettingsV1) SetCommonEventOnViolations ¶

func (o *TrackSourceSettingsV1) SetCommonEventOnViolations(v string)

SetCommonEventOnViolations gets a reference to the given string and assigns it to the CommonEventOnViolations field.

func (TrackSourceSettingsV1) ToMap ¶

func (o TrackSourceSettingsV1) ToMap() (map[string]interface{}, error)

type TrackingPlanV1 ¶

type TrackingPlanV1 struct {
	// The Tracking Plan's identifier.  Config API note: analogous to `name`.
	Id string `json:"id"`
	// The Tracking Plan's name.  Config API note: equal to `displayName`.
	Name *string `json:"name,omitempty"`
	// URL-friendly slug of this Tracking Plan.  Config API note: equal to `name`.
	Slug *string `json:"slug,omitempty"`
	// The Tracking Plan's description.
	Description *string `json:"description,omitempty"`
	// The Tracking Plan's type.
	Type string `json:"type"`
	// The timestamp of the last change to the Tracking Plan.  Config API note: equal to `updateTime`.
	UpdatedAt *string `json:"updatedAt,omitempty"`
	// The timestamp of this Tracking Plan's creation.  Config API note: equal to `createTime`.
	CreatedAt *string `json:"createdAt,omitempty"`
}

TrackingPlanV1 Represents a Tracking Plan.

func NewTrackingPlanV1 ¶

func NewTrackingPlanV1(id string, type_ string) *TrackingPlanV1

NewTrackingPlanV1 instantiates a new TrackingPlanV1 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 NewTrackingPlanV1WithDefaults ¶

func NewTrackingPlanV1WithDefaults() *TrackingPlanV1

NewTrackingPlanV1WithDefaults instantiates a new TrackingPlanV1 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 (*TrackingPlanV1) GetCreatedAt ¶

func (o *TrackingPlanV1) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*TrackingPlanV1) GetCreatedAtOk ¶

func (o *TrackingPlanV1) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackingPlanV1) GetDescription ¶

func (o *TrackingPlanV1) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*TrackingPlanV1) GetDescriptionOk ¶

func (o *TrackingPlanV1) 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 (*TrackingPlanV1) GetId ¶

func (o *TrackingPlanV1) GetId() string

GetId returns the Id field value

func (*TrackingPlanV1) GetIdOk ¶

func (o *TrackingPlanV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TrackingPlanV1) GetName ¶

func (o *TrackingPlanV1) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*TrackingPlanV1) GetNameOk ¶

func (o *TrackingPlanV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackingPlanV1) GetSlug ¶

func (o *TrackingPlanV1) GetSlug() string

GetSlug returns the Slug field value if set, zero value otherwise.

func (*TrackingPlanV1) GetSlugOk ¶

func (o *TrackingPlanV1) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackingPlanV1) GetType ¶

func (o *TrackingPlanV1) GetType() string

GetType returns the Type field value

func (*TrackingPlanV1) GetTypeOk ¶

func (o *TrackingPlanV1) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*TrackingPlanV1) GetUpdatedAt ¶

func (o *TrackingPlanV1) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*TrackingPlanV1) GetUpdatedAtOk ¶

func (o *TrackingPlanV1) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrackingPlanV1) HasCreatedAt ¶

func (o *TrackingPlanV1) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*TrackingPlanV1) HasDescription ¶

func (o *TrackingPlanV1) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*TrackingPlanV1) HasName ¶

func (o *TrackingPlanV1) HasName() bool

HasName returns a boolean if a field has been set.

func (*TrackingPlanV1) HasSlug ¶

func (o *TrackingPlanV1) HasSlug() bool

HasSlug returns a boolean if a field has been set.

func (*TrackingPlanV1) HasUpdatedAt ¶

func (o *TrackingPlanV1) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (TrackingPlanV1) MarshalJSON ¶

func (o TrackingPlanV1) MarshalJSON() ([]byte, error)

func (*TrackingPlanV1) SetCreatedAt ¶

func (o *TrackingPlanV1) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*TrackingPlanV1) SetDescription ¶

func (o *TrackingPlanV1) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*TrackingPlanV1) SetId ¶

func (o *TrackingPlanV1) SetId(v string)

SetId sets field value

func (*TrackingPlanV1) SetName ¶

func (o *TrackingPlanV1) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*TrackingPlanV1) SetSlug ¶

func (o *TrackingPlanV1) SetSlug(v string)

SetSlug gets a reference to the given string and assigns it to the Slug field.

func (*TrackingPlanV1) SetType ¶

func (o *TrackingPlanV1) SetType(v string)

SetType sets field value

func (*TrackingPlanV1) SetUpdatedAt ¶

func (o *TrackingPlanV1) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (TrackingPlanV1) ToMap ¶

func (o TrackingPlanV1) ToMap() (map[string]interface{}, error)

type TrackingPlansAPIService ¶

type TrackingPlansAPIService service

TrackingPlansAPIService TrackingPlansAPI service

func (*TrackingPlansAPIService) AddSourceToTrackingPlan ¶

func (a *TrackingPlansAPIService) AddSourceToTrackingPlan(
	ctx context.Context,
	trackingPlanId string,
) ApiAddSourceToTrackingPlanRequest

AddSourceToTrackingPlan Add Source to Tracking Plan

Connects a Source to a Tracking Plan.

• When called, this endpoint may generate the `Source Modified` event in the [audit trail](/tag/Audit-Trail).

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param trackingPlanId
@return ApiAddSourceToTrackingPlanRequest

func (*TrackingPlansAPIService) AddSourceToTrackingPlanExecute ¶

Execute executes the request

@return AddSourceToTrackingPlan200Response

func (*TrackingPlansAPIService) CreateTrackingPlan ¶

CreateTrackingPlan Create Tracking Plan

Creates a Tracking Plan.

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateTrackingPlanRequest

func (*TrackingPlansAPIService) CreateTrackingPlanExecute ¶

Execute executes the request

@return CreateTrackingPlan200Response

func (*TrackingPlansAPIService) DeleteTrackingPlan ¶

func (a *TrackingPlansAPIService) DeleteTrackingPlan(
	ctx context.Context,
	trackingPlanId string,
) ApiDeleteTrackingPlanRequest

DeleteTrackingPlan Delete Tracking Plan

Deletes a Tracking Plan.

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param trackingPlanId
@return ApiDeleteTrackingPlanRequest

func (*TrackingPlansAPIService) DeleteTrackingPlanExecute ¶

Execute executes the request

@return DeleteTrackingPlan200Response

func (*TrackingPlansAPIService) GetTrackingPlan ¶

func (a *TrackingPlansAPIService) GetTrackingPlan(
	ctx context.Context,
	trackingPlanId string,
) ApiGetTrackingPlanRequest

GetTrackingPlan Get Tracking Plan

Returns a Tracking Plan.

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param trackingPlanId
@return ApiGetTrackingPlanRequest

func (*TrackingPlansAPIService) GetTrackingPlanExecute ¶

Execute executes the request

@return GetTrackingPlan200Response

func (*TrackingPlansAPIService) ListRulesFromTrackingPlan ¶

func (a *TrackingPlansAPIService) ListRulesFromTrackingPlan(
	ctx context.Context,
	trackingPlanId string,
) ApiListRulesFromTrackingPlanRequest

ListRulesFromTrackingPlan List Rules from Tracking Plan

Lists Tracking Plan rules.

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

The rate limit for this endpoint is 200 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param trackingPlanId
@return ApiListRulesFromTrackingPlanRequest

func (*TrackingPlansAPIService) ListRulesFromTrackingPlanExecute ¶

Execute executes the request

@return ListRulesFromTrackingPlan200Response

func (*TrackingPlansAPIService) ListSourcesFromTrackingPlan ¶

func (a *TrackingPlansAPIService) ListSourcesFromTrackingPlan(
	ctx context.Context,
	trackingPlanId string,
) ApiListSourcesFromTrackingPlanRequest

ListSourcesFromTrackingPlan List Sources from Tracking Plan

Lists Sources connected to a Tracking Plan.

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

This endpoint requires the user to have at least the following permission(s):

  • Source Read-only

  • Tracking Plan Read-only

    @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param trackingPlanId @return ApiListSourcesFromTrackingPlanRequest

func (*TrackingPlansAPIService) ListSourcesFromTrackingPlanExecute ¶

Execute executes the request

@return ListSourcesFromTrackingPlan200Response

func (*TrackingPlansAPIService) ListTrackingPlans ¶

ListTrackingPlans List Tracking Plans

Returns a list of Tracking Plans.

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListTrackingPlansRequest

func (*TrackingPlansAPIService) ListTrackingPlansExecute ¶

Execute executes the request

@return ListTrackingPlans200Response

func (*TrackingPlansAPIService) RemoveRulesFromTrackingPlan ¶

func (a *TrackingPlansAPIService) RemoveRulesFromTrackingPlan(
	ctx context.Context,
	trackingPlanId string,
) ApiRemoveRulesFromTrackingPlanRequest

RemoveRulesFromTrackingPlan Remove Rules from Tracking Plan

Deletes Tracking Plan rules.

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param trackingPlanId
@return ApiRemoveRulesFromTrackingPlanRequest

func (*TrackingPlansAPIService) RemoveRulesFromTrackingPlanExecute ¶

Execute executes the request

@return RemoveRulesFromTrackingPlan200Response

func (*TrackingPlansAPIService) RemoveSourceFromTrackingPlan ¶

func (a *TrackingPlansAPIService) RemoveSourceFromTrackingPlan(
	ctx context.Context,
	trackingPlanId string,
) ApiRemoveSourceFromTrackingPlanRequest

RemoveSourceFromTrackingPlan Remove Source from Tracking Plan

Disconnects a Source from a Tracking Plan.

• When called, this endpoint may generate the `Source Modified` event in the [audit trail](/tag/Audit-Trail).

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param trackingPlanId
@return ApiRemoveSourceFromTrackingPlanRequest

func (*TrackingPlansAPIService) RemoveSourceFromTrackingPlanExecute ¶

Execute executes the request

@return RemoveSourceFromTrackingPlan200Response

func (*TrackingPlansAPIService) ReplaceRulesInTrackingPlan ¶

func (a *TrackingPlansAPIService) ReplaceRulesInTrackingPlan(
	ctx context.Context,
	trackingPlanId string,
) ApiReplaceRulesInTrackingPlanRequest

ReplaceRulesInTrackingPlan Replace Rules in Tracking Plan

Replaces Tracking Plan rules.

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param trackingPlanId
@return ApiReplaceRulesInTrackingPlanRequest

func (*TrackingPlansAPIService) ReplaceRulesInTrackingPlanExecute ¶

Execute executes the request

@return ReplaceRulesInTrackingPlan200Response

func (*TrackingPlansAPIService) UpdateRulesInTrackingPlan ¶

func (a *TrackingPlansAPIService) UpdateRulesInTrackingPlan(
	ctx context.Context,
	trackingPlanId string,
) ApiUpdateRulesInTrackingPlanRequest

UpdateRulesInTrackingPlan Update Rules in Tracking Plan

Updates Tracking Plan rules.

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param trackingPlanId
@return ApiUpdateRulesInTrackingPlanRequest

func (*TrackingPlansAPIService) UpdateRulesInTrackingPlanExecute ¶

Execute executes the request

@return UpdateRulesInTrackingPlan200Response

func (*TrackingPlansAPIService) UpdateTrackingPlan ¶

func (a *TrackingPlansAPIService) UpdateTrackingPlan(
	ctx context.Context,
	trackingPlanId string,
) ApiUpdateTrackingPlanRequest

UpdateTrackingPlan Update Tracking Plan

Updates a Tracking Plan.

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

Config API omitted fields: - `updateMask`

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param trackingPlanId
@return ApiUpdateTrackingPlanRequest

func (*TrackingPlansAPIService) UpdateTrackingPlanExecute ¶

Execute executes the request

@return UpdateTrackingPlan200Response

type TraitDefinition ¶

type TraitDefinition struct {
	// The underlying data type being aggregated for this computed trait.  Possible values: users, accounts.
	Type string `json:"type"`
	// The query language string defining the computed trait aggregation criteria. For guidance on using the query language, see the [Segment documentation site](https://segment.com/docs/api/public-api/query-language).
	Query string `json:"query"`
}

TraitDefinition struct for TraitDefinition

func NewTraitDefinition ¶

func NewTraitDefinition(type_ string, query string) *TraitDefinition

NewTraitDefinition instantiates a new TraitDefinition 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 NewTraitDefinitionWithDefaults ¶

func NewTraitDefinitionWithDefaults() *TraitDefinition

NewTraitDefinitionWithDefaults instantiates a new TraitDefinition 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 (*TraitDefinition) GetQuery ¶

func (o *TraitDefinition) GetQuery() string

GetQuery returns the Query field value

func (*TraitDefinition) GetQueryOk ¶

func (o *TraitDefinition) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.

func (*TraitDefinition) GetType ¶

func (o *TraitDefinition) GetType() string

GetType returns the Type field value

func (*TraitDefinition) GetTypeOk ¶

func (o *TraitDefinition) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (TraitDefinition) MarshalJSON ¶

func (o TraitDefinition) MarshalJSON() ([]byte, error)

func (*TraitDefinition) SetQuery ¶

func (o *TraitDefinition) SetQuery(v string)

SetQuery sets field value

func (*TraitDefinition) SetType ¶

func (o *TraitDefinition) SetType(v string)

SetType sets field value

func (TraitDefinition) ToMap ¶

func (o TraitDefinition) ToMap() (map[string]interface{}, error)

type TraitOptions ¶

type TraitOptions struct {
	// Determines whether data prior to the computed trait being created is included when determining the computed trait value. Note that including historical data may be needed in order to properly handle the definition specified. In these cases, Segment will automatically handle including historical data and the response will return the includeHistoricalData parameter as true.
	IncludeHistoricalData *bool `json:"includeHistoricalData,omitempty"`
	// Determines whether anonymous users should be included when determining the computed trait value.
	IncludeAnonymousUsers *bool `json:"includeAnonymousUsers,omitempty"`
	// If specified, the value of this field indicates the number of days, specified from the date the audience was created, that event data will be included from when determining audience membership. If unspecified, defer to the value of `includeHistoricalData` to determine whether historical data is either entirely included or entirely excluded when determining audience membership.
	BackfillDurationDays *float32 `json:"backfillDurationDays,omitempty"`
}

TraitOptions struct for TraitOptions

func NewTraitOptions ¶

func NewTraitOptions() *TraitOptions

NewTraitOptions instantiates a new TraitOptions 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 NewTraitOptionsWithDefaults ¶

func NewTraitOptionsWithDefaults() *TraitOptions

NewTraitOptionsWithDefaults instantiates a new TraitOptions 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 (*TraitOptions) GetBackfillDurationDays ¶

func (o *TraitOptions) GetBackfillDurationDays() float32

GetBackfillDurationDays returns the BackfillDurationDays field value if set, zero value otherwise.

func (*TraitOptions) GetBackfillDurationDaysOk ¶

func (o *TraitOptions) GetBackfillDurationDaysOk() (*float32, bool)

GetBackfillDurationDaysOk returns a tuple with the BackfillDurationDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraitOptions) GetIncludeAnonymousUsers ¶

func (o *TraitOptions) GetIncludeAnonymousUsers() bool

GetIncludeAnonymousUsers returns the IncludeAnonymousUsers field value if set, zero value otherwise.

func (*TraitOptions) GetIncludeAnonymousUsersOk ¶

func (o *TraitOptions) GetIncludeAnonymousUsersOk() (*bool, bool)

GetIncludeAnonymousUsersOk returns a tuple with the IncludeAnonymousUsers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraitOptions) GetIncludeHistoricalData ¶

func (o *TraitOptions) GetIncludeHistoricalData() bool

GetIncludeHistoricalData returns the IncludeHistoricalData field value if set, zero value otherwise.

func (*TraitOptions) GetIncludeHistoricalDataOk ¶

func (o *TraitOptions) GetIncludeHistoricalDataOk() (*bool, bool)

GetIncludeHistoricalDataOk returns a tuple with the IncludeHistoricalData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraitOptions) HasBackfillDurationDays ¶

func (o *TraitOptions) HasBackfillDurationDays() bool

HasBackfillDurationDays returns a boolean if a field has been set.

func (*TraitOptions) HasIncludeAnonymousUsers ¶

func (o *TraitOptions) HasIncludeAnonymousUsers() bool

HasIncludeAnonymousUsers returns a boolean if a field has been set.

func (*TraitOptions) HasIncludeHistoricalData ¶

func (o *TraitOptions) HasIncludeHistoricalData() bool

HasIncludeHistoricalData returns a boolean if a field has been set.

func (TraitOptions) MarshalJSON ¶

func (o TraitOptions) MarshalJSON() ([]byte, error)

func (*TraitOptions) SetBackfillDurationDays ¶

func (o *TraitOptions) SetBackfillDurationDays(v float32)

SetBackfillDurationDays gets a reference to the given float32 and assigns it to the BackfillDurationDays field.

func (*TraitOptions) SetIncludeAnonymousUsers ¶

func (o *TraitOptions) SetIncludeAnonymousUsers(v bool)

SetIncludeAnonymousUsers gets a reference to the given bool and assigns it to the IncludeAnonymousUsers field.

func (*TraitOptions) SetIncludeHistoricalData ¶

func (o *TraitOptions) SetIncludeHistoricalData(v bool)

SetIncludeHistoricalData gets a reference to the given bool and assigns it to the IncludeHistoricalData field.

func (TraitOptions) ToMap ¶

func (o TraitOptions) ToMap() (map[string]interface{}, error)

type TransformationBeta ¶

type TransformationBeta struct {
	// The id of the Transformation.
	Id string `json:"id"`
	// The name of the Transformation.
	Name string `json:"name"`
	// The Source associated with the Transformation.
	SourceId string `json:"sourceId"`
	// The optional Destination metadata associated with the Transformation.
	DestinationMetadataId *string `json:"destinationMetadataId,omitempty"`
	// If the Transformation is enabled.
	Enabled bool `json:"enabled"`
	// If statement ([FQL](https://segment.com/docs/config-api/fql/)) to match events.  For standard event matchers, use the following:  Track -\\> \"event='\\<eventName\\>'\"  Identify -\\> \"type='identify'\"  Group -\\> \"type='group'\"
	If string `json:"if"`
	// Optional new event name for renaming events. Works only for 'track' event type.
	NewEventName *string `json:"newEventName,omitempty"`
	// Optional array for renaming properties collected by your events.
	PropertyRenames []PropertyRenameBeta `json:"propertyRenames,omitempty"`
	// Optional array for transforming properties and values collected by your events. Limited to 10 properties.
	PropertyValueTransformations []PropertyValueTransformationBeta `json:"propertyValueTransformations,omitempty"`
}

TransformationBeta Represents a Transformation.

func NewTransformationBeta ¶

func NewTransformationBeta(
	id string,
	name string,
	sourceId string,
	enabled bool,
	if_ string,
) *TransformationBeta

NewTransformationBeta instantiates a new TransformationBeta 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 NewTransformationBetaWithDefaults ¶

func NewTransformationBetaWithDefaults() *TransformationBeta

NewTransformationBetaWithDefaults instantiates a new TransformationBeta 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 (*TransformationBeta) GetDestinationMetadataId ¶

func (o *TransformationBeta) GetDestinationMetadataId() string

GetDestinationMetadataId returns the DestinationMetadataId field value if set, zero value otherwise.

func (*TransformationBeta) GetDestinationMetadataIdOk ¶

func (o *TransformationBeta) GetDestinationMetadataIdOk() (*string, bool)

GetDestinationMetadataIdOk returns a tuple with the DestinationMetadataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransformationBeta) GetEnabled ¶

func (o *TransformationBeta) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*TransformationBeta) GetEnabledOk ¶

func (o *TransformationBeta) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*TransformationBeta) GetId ¶

func (o *TransformationBeta) GetId() string

GetId returns the Id field value

func (*TransformationBeta) GetIdOk ¶

func (o *TransformationBeta) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TransformationBeta) GetIf ¶

func (o *TransformationBeta) GetIf() string

GetIf returns the If field value

func (*TransformationBeta) GetIfOk ¶

func (o *TransformationBeta) GetIfOk() (*string, bool)

GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.

func (*TransformationBeta) GetName ¶

func (o *TransformationBeta) GetName() string

GetName returns the Name field value

func (*TransformationBeta) GetNameOk ¶

func (o *TransformationBeta) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TransformationBeta) GetNewEventName ¶

func (o *TransformationBeta) GetNewEventName() string

GetNewEventName returns the NewEventName field value if set, zero value otherwise.

func (*TransformationBeta) GetNewEventNameOk ¶

func (o *TransformationBeta) GetNewEventNameOk() (*string, bool)

GetNewEventNameOk returns a tuple with the NewEventName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransformationBeta) GetPropertyRenames ¶

func (o *TransformationBeta) GetPropertyRenames() []PropertyRenameBeta

GetPropertyRenames returns the PropertyRenames field value if set, zero value otherwise.

func (*TransformationBeta) GetPropertyRenamesOk ¶

func (o *TransformationBeta) GetPropertyRenamesOk() ([]PropertyRenameBeta, bool)

GetPropertyRenamesOk returns a tuple with the PropertyRenames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransformationBeta) GetPropertyValueTransformations ¶

func (o *TransformationBeta) GetPropertyValueTransformations() []PropertyValueTransformationBeta

GetPropertyValueTransformations returns the PropertyValueTransformations field value if set, zero value otherwise.

func (*TransformationBeta) GetPropertyValueTransformationsOk ¶

func (o *TransformationBeta) GetPropertyValueTransformationsOk() ([]PropertyValueTransformationBeta, bool)

GetPropertyValueTransformationsOk returns a tuple with the PropertyValueTransformations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransformationBeta) GetSourceId ¶

func (o *TransformationBeta) GetSourceId() string

GetSourceId returns the SourceId field value

func (*TransformationBeta) GetSourceIdOk ¶

func (o *TransformationBeta) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*TransformationBeta) HasDestinationMetadataId ¶

func (o *TransformationBeta) HasDestinationMetadataId() bool

HasDestinationMetadataId returns a boolean if a field has been set.

func (*TransformationBeta) HasNewEventName ¶

func (o *TransformationBeta) HasNewEventName() bool

HasNewEventName returns a boolean if a field has been set.

func (*TransformationBeta) HasPropertyRenames ¶

func (o *TransformationBeta) HasPropertyRenames() bool

HasPropertyRenames returns a boolean if a field has been set.

func (*TransformationBeta) HasPropertyValueTransformations ¶

func (o *TransformationBeta) HasPropertyValueTransformations() bool

HasPropertyValueTransformations returns a boolean if a field has been set.

func (TransformationBeta) MarshalJSON ¶

func (o TransformationBeta) MarshalJSON() ([]byte, error)

func (*TransformationBeta) SetDestinationMetadataId ¶

func (o *TransformationBeta) SetDestinationMetadataId(v string)

SetDestinationMetadataId gets a reference to the given string and assigns it to the DestinationMetadataId field.

func (*TransformationBeta) SetEnabled ¶

func (o *TransformationBeta) SetEnabled(v bool)

SetEnabled sets field value

func (*TransformationBeta) SetId ¶

func (o *TransformationBeta) SetId(v string)

SetId sets field value

func (*TransformationBeta) SetIf ¶

func (o *TransformationBeta) SetIf(v string)

SetIf sets field value

func (*TransformationBeta) SetName ¶

func (o *TransformationBeta) SetName(v string)

SetName sets field value

func (*TransformationBeta) SetNewEventName ¶

func (o *TransformationBeta) SetNewEventName(v string)

SetNewEventName gets a reference to the given string and assigns it to the NewEventName field.

func (*TransformationBeta) SetPropertyRenames ¶

func (o *TransformationBeta) SetPropertyRenames(v []PropertyRenameBeta)

SetPropertyRenames gets a reference to the given []PropertyRenameBeta and assigns it to the PropertyRenames field.

func (*TransformationBeta) SetPropertyValueTransformations ¶

func (o *TransformationBeta) SetPropertyValueTransformations(v []PropertyValueTransformationBeta)

SetPropertyValueTransformations gets a reference to the given []PropertyValueTransformationBeta and assigns it to the PropertyValueTransformations field.

func (*TransformationBeta) SetSourceId ¶

func (o *TransformationBeta) SetSourceId(v string)

SetSourceId sets field value

func (TransformationBeta) ToMap ¶

func (o TransformationBeta) ToMap() (map[string]interface{}, error)

type TransformationV1 ¶

type TransformationV1 struct {
	// The id of the Transformation.
	Id string `json:"id"`
	// The name of the Transformation.
	Name string `json:"name"`
	// The Source associated with the Transformation.
	SourceId string `json:"sourceId"`
	// The optional Destination metadata associated with the Transformation.
	DestinationMetadataId *string `json:"destinationMetadataId,omitempty"`
	// If the Transformation is enabled.
	Enabled bool `json:"enabled"`
	// If statement ([FQL](https://segment.com/docs/config-api/fql/)) to match events.  For standard event matchers, use the following:  Track -\\> \"event='\\<eventName\\>'\"  Identify -\\> \"type='identify'\"  Group -\\> \"type='group'\"
	If string `json:"if"`
	// Optional boolean value if the Transformation should drop the event entirely when the if statement matches, ignores all other transforms.
	Drop *bool `json:"drop,omitempty"`
	// Optional new event name for renaming events. Works only for 'track' event type.
	NewEventName *string `json:"newEventName,omitempty"`
	// Optional array for renaming properties collected by your events.
	PropertyRenames []PropertyRenameV1 `json:"propertyRenames,omitempty"`
	// Optional array for transforming properties and values collected by your events. Limited to 10 properties.
	PropertyValueTransformations []PropertyValueTransformationV1 `json:"propertyValueTransformations,omitempty"`
	// Optional array for defining new properties in FQL. Limited to 1 property right now.
	FqlDefinedProperties []FQLDefinedPropertyV1 `json:"fqlDefinedProperties,omitempty"`
	// Optional array for allowing properties from your events.
	AllowProperties             []string                     `json:"allowProperties,omitempty"`
	HashPropertiesConfiguration *HashPropertiesConfiguration `json:"hashPropertiesConfiguration,omitempty"`
}

TransformationV1 Represents a Transformation.

func NewTransformationV1 ¶

func NewTransformationV1(
	id string,
	name string,
	sourceId string,
	enabled bool,
	if_ string,
) *TransformationV1

NewTransformationV1 instantiates a new TransformationV1 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 NewTransformationV1WithDefaults ¶

func NewTransformationV1WithDefaults() *TransformationV1

NewTransformationV1WithDefaults instantiates a new TransformationV1 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 (*TransformationV1) GetAllowProperties ¶

func (o *TransformationV1) GetAllowProperties() []string

GetAllowProperties returns the AllowProperties field value if set, zero value otherwise.

func (*TransformationV1) GetAllowPropertiesOk ¶

func (o *TransformationV1) GetAllowPropertiesOk() ([]string, bool)

GetAllowPropertiesOk returns a tuple with the AllowProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransformationV1) GetDestinationMetadataId ¶

func (o *TransformationV1) GetDestinationMetadataId() string

GetDestinationMetadataId returns the DestinationMetadataId field value if set, zero value otherwise.

func (*TransformationV1) GetDestinationMetadataIdOk ¶

func (o *TransformationV1) GetDestinationMetadataIdOk() (*string, bool)

GetDestinationMetadataIdOk returns a tuple with the DestinationMetadataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransformationV1) GetDrop ¶

func (o *TransformationV1) GetDrop() bool

GetDrop returns the Drop field value if set, zero value otherwise.

func (*TransformationV1) GetDropOk ¶

func (o *TransformationV1) GetDropOk() (*bool, bool)

GetDropOk returns a tuple with the Drop field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransformationV1) GetEnabled ¶

func (o *TransformationV1) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*TransformationV1) GetEnabledOk ¶

func (o *TransformationV1) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*TransformationV1) GetFqlDefinedProperties ¶

func (o *TransformationV1) GetFqlDefinedProperties() []FQLDefinedPropertyV1

GetFqlDefinedProperties returns the FqlDefinedProperties field value if set, zero value otherwise.

func (*TransformationV1) GetFqlDefinedPropertiesOk ¶

func (o *TransformationV1) GetFqlDefinedPropertiesOk() ([]FQLDefinedPropertyV1, bool)

GetFqlDefinedPropertiesOk returns a tuple with the FqlDefinedProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransformationV1) GetHashPropertiesConfiguration ¶

func (o *TransformationV1) GetHashPropertiesConfiguration() HashPropertiesConfiguration

GetHashPropertiesConfiguration returns the HashPropertiesConfiguration field value if set, zero value otherwise.

func (*TransformationV1) GetHashPropertiesConfigurationOk ¶

func (o *TransformationV1) GetHashPropertiesConfigurationOk() (*HashPropertiesConfiguration, bool)

GetHashPropertiesConfigurationOk returns a tuple with the HashPropertiesConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransformationV1) GetId ¶

func (o *TransformationV1) GetId() string

GetId returns the Id field value

func (*TransformationV1) GetIdOk ¶

func (o *TransformationV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TransformationV1) GetIf ¶

func (o *TransformationV1) GetIf() string

GetIf returns the If field value

func (*TransformationV1) GetIfOk ¶

func (o *TransformationV1) GetIfOk() (*string, bool)

GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.

func (*TransformationV1) GetName ¶

func (o *TransformationV1) GetName() string

GetName returns the Name field value

func (*TransformationV1) GetNameOk ¶

func (o *TransformationV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TransformationV1) GetNewEventName ¶

func (o *TransformationV1) GetNewEventName() string

GetNewEventName returns the NewEventName field value if set, zero value otherwise.

func (*TransformationV1) GetNewEventNameOk ¶

func (o *TransformationV1) GetNewEventNameOk() (*string, bool)

GetNewEventNameOk returns a tuple with the NewEventName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransformationV1) GetPropertyRenames ¶

func (o *TransformationV1) GetPropertyRenames() []PropertyRenameV1

GetPropertyRenames returns the PropertyRenames field value if set, zero value otherwise.

func (*TransformationV1) GetPropertyRenamesOk ¶

func (o *TransformationV1) GetPropertyRenamesOk() ([]PropertyRenameV1, bool)

GetPropertyRenamesOk returns a tuple with the PropertyRenames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransformationV1) GetPropertyValueTransformations ¶

func (o *TransformationV1) GetPropertyValueTransformations() []PropertyValueTransformationV1

GetPropertyValueTransformations returns the PropertyValueTransformations field value if set, zero value otherwise.

func (*TransformationV1) GetPropertyValueTransformationsOk ¶

func (o *TransformationV1) GetPropertyValueTransformationsOk() ([]PropertyValueTransformationV1, bool)

GetPropertyValueTransformationsOk returns a tuple with the PropertyValueTransformations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransformationV1) GetSourceId ¶

func (o *TransformationV1) GetSourceId() string

GetSourceId returns the SourceId field value

func (*TransformationV1) GetSourceIdOk ¶

func (o *TransformationV1) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*TransformationV1) HasAllowProperties ¶

func (o *TransformationV1) HasAllowProperties() bool

HasAllowProperties returns a boolean if a field has been set.

func (*TransformationV1) HasDestinationMetadataId ¶

func (o *TransformationV1) HasDestinationMetadataId() bool

HasDestinationMetadataId returns a boolean if a field has been set.

func (*TransformationV1) HasDrop ¶

func (o *TransformationV1) HasDrop() bool

HasDrop returns a boolean if a field has been set.

func (*TransformationV1) HasFqlDefinedProperties ¶

func (o *TransformationV1) HasFqlDefinedProperties() bool

HasFqlDefinedProperties returns a boolean if a field has been set.

func (*TransformationV1) HasHashPropertiesConfiguration ¶

func (o *TransformationV1) HasHashPropertiesConfiguration() bool

HasHashPropertiesConfiguration returns a boolean if a field has been set.

func (*TransformationV1) HasNewEventName ¶

func (o *TransformationV1) HasNewEventName() bool

HasNewEventName returns a boolean if a field has been set.

func (*TransformationV1) HasPropertyRenames ¶

func (o *TransformationV1) HasPropertyRenames() bool

HasPropertyRenames returns a boolean if a field has been set.

func (*TransformationV1) HasPropertyValueTransformations ¶

func (o *TransformationV1) HasPropertyValueTransformations() bool

HasPropertyValueTransformations returns a boolean if a field has been set.

func (TransformationV1) MarshalJSON ¶

func (o TransformationV1) MarshalJSON() ([]byte, error)

func (*TransformationV1) SetAllowProperties ¶

func (o *TransformationV1) SetAllowProperties(v []string)

SetAllowProperties gets a reference to the given []string and assigns it to the AllowProperties field.

func (*TransformationV1) SetDestinationMetadataId ¶

func (o *TransformationV1) SetDestinationMetadataId(v string)

SetDestinationMetadataId gets a reference to the given string and assigns it to the DestinationMetadataId field.

func (*TransformationV1) SetDrop ¶

func (o *TransformationV1) SetDrop(v bool)

SetDrop gets a reference to the given bool and assigns it to the Drop field.

func (*TransformationV1) SetEnabled ¶

func (o *TransformationV1) SetEnabled(v bool)

SetEnabled sets field value

func (*TransformationV1) SetFqlDefinedProperties ¶

func (o *TransformationV1) SetFqlDefinedProperties(v []FQLDefinedPropertyV1)

SetFqlDefinedProperties gets a reference to the given []FQLDefinedPropertyV1 and assigns it to the FqlDefinedProperties field.

func (*TransformationV1) SetHashPropertiesConfiguration ¶

func (o *TransformationV1) SetHashPropertiesConfiguration(v HashPropertiesConfiguration)

SetHashPropertiesConfiguration gets a reference to the given HashPropertiesConfiguration and assigns it to the HashPropertiesConfiguration field.

func (*TransformationV1) SetId ¶

func (o *TransformationV1) SetId(v string)

SetId sets field value

func (*TransformationV1) SetIf ¶

func (o *TransformationV1) SetIf(v string)

SetIf sets field value

func (*TransformationV1) SetName ¶

func (o *TransformationV1) SetName(v string)

SetName sets field value

func (*TransformationV1) SetNewEventName ¶

func (o *TransformationV1) SetNewEventName(v string)

SetNewEventName gets a reference to the given string and assigns it to the NewEventName field.

func (*TransformationV1) SetPropertyRenames ¶

func (o *TransformationV1) SetPropertyRenames(v []PropertyRenameV1)

SetPropertyRenames gets a reference to the given []PropertyRenameV1 and assigns it to the PropertyRenames field.

func (*TransformationV1) SetPropertyValueTransformations ¶

func (o *TransformationV1) SetPropertyValueTransformations(v []PropertyValueTransformationV1)

SetPropertyValueTransformations gets a reference to the given []PropertyValueTransformationV1 and assigns it to the PropertyValueTransformations field.

func (*TransformationV1) SetSourceId ¶

func (o *TransformationV1) SetSourceId(v string)

SetSourceId sets field value

func (TransformationV1) ToMap ¶

func (o TransformationV1) ToMap() (map[string]interface{}, error)

type TransformationsAPIService ¶

type TransformationsAPIService service

TransformationsAPIService TransformationsAPI service

func (*TransformationsAPIService) CreateTransformation ¶

CreateTransformation Create Transformation

Creates a new Transformation.

• When called, this endpoint may generate the `Transformation Created` event in the [audit trail](/tag/Audit-Trail).

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateTransformationRequest

func (*TransformationsAPIService) CreateTransformationExecute ¶

Execute executes the request

@return CreateTransformation200Response

func (*TransformationsAPIService) DeleteTransformation ¶

func (a *TransformationsAPIService) DeleteTransformation(
	ctx context.Context,
	transformationId string,
) ApiDeleteTransformationRequest

DeleteTransformation Delete Transformation

Deletes a Transformation.

• When called, this endpoint may generate the `Transformation Deleted` event in the [audit trail](/tag/Audit-Trail).

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param transformationId
@return ApiDeleteTransformationRequest

func (*TransformationsAPIService) DeleteTransformationExecute ¶

Execute executes the request

@return DeleteTransformation200Response

func (*TransformationsAPIService) GetTransformation ¶

func (a *TransformationsAPIService) GetTransformation(
	ctx context.Context,
	transformationId string,
) ApiGetTransformationRequest

GetTransformation Get Transformation

Gets a Transformation.

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param transformationId
@return ApiGetTransformationRequest

func (*TransformationsAPIService) GetTransformationExecute ¶

Execute executes the request

@return GetTransformation200Response

func (*TransformationsAPIService) ListTransformations ¶

ListTransformations List Transformations

Lists all Transformations in the Workspace.

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListTransformationsRequest

func (*TransformationsAPIService) ListTransformationsExecute ¶

Execute executes the request

@return ListTransformations200Response

func (*TransformationsAPIService) UpdateTransformation ¶

func (a *TransformationsAPIService) UpdateTransformation(
	ctx context.Context,
	transformationId string,
) ApiUpdateTransformationRequest

UpdateTransformation Update Transformation

Updates an existing Transformation.

• When called, this endpoint may generate the `Transformation Updated` event in the [audit trail](/tag/Audit-Trail).

• In order to successfully call this endpoint, the specified Workspace needs to have the Protocols feature enabled. Please reach out to your customer success manager for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param transformationId
@return ApiUpdateTransformationRequest

func (*TransformationsAPIService) UpdateTransformationExecute ¶

Execute executes the request

@return UpdateTransformation200Response

type UpdateActivationForAudience200Response ¶

type UpdateActivationForAudience200Response struct {
	Data *UpdateActivationForAudienceOutput `json:"data,omitempty"`
}

UpdateActivationForAudience200Response struct for UpdateActivationForAudience200Response

func NewUpdateActivationForAudience200Response ¶

func NewUpdateActivationForAudience200Response() *UpdateActivationForAudience200Response

NewUpdateActivationForAudience200Response instantiates a new UpdateActivationForAudience200Response 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 NewUpdateActivationForAudience200ResponseWithDefaults ¶

func NewUpdateActivationForAudience200ResponseWithDefaults() *UpdateActivationForAudience200Response

NewUpdateActivationForAudience200ResponseWithDefaults instantiates a new UpdateActivationForAudience200Response 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 (*UpdateActivationForAudience200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateActivationForAudience200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateActivationForAudience200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (UpdateActivationForAudience200Response) MarshalJSON ¶

func (o UpdateActivationForAudience200Response) MarshalJSON() ([]byte, error)

func (*UpdateActivationForAudience200Response) SetData ¶

SetData gets a reference to the given UpdateActivationForAudienceOutput and assigns it to the Data field.

func (UpdateActivationForAudience200Response) ToMap ¶

func (o UpdateActivationForAudience200Response) ToMap() (map[string]interface{}, error)

type UpdateActivationForAudienceAlphaInput ¶

type UpdateActivationForAudienceAlphaInput struct {
	// Determines whether an activation is enabled.
	Enabled *bool `json:"enabled,omitempty"`
	// Activation name.
	ActivationName     *string                               `json:"activationName,omitempty"`
	Personalization    *PersonalizationInput                 `json:"personalization,omitempty"`
	DestinationMapping *DestinationSubscriptionConfiguration `json:"destinationMapping,omitempty"`
	// Whether to perform a resync after creation of the activation.
	PerformResync *bool `json:"performResync,omitempty"`
}

UpdateActivationForAudienceAlphaInput Input to update an activation.

func NewUpdateActivationForAudienceAlphaInput ¶

func NewUpdateActivationForAudienceAlphaInput() *UpdateActivationForAudienceAlphaInput

NewUpdateActivationForAudienceAlphaInput instantiates a new UpdateActivationForAudienceAlphaInput 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 NewUpdateActivationForAudienceAlphaInputWithDefaults ¶

func NewUpdateActivationForAudienceAlphaInputWithDefaults() *UpdateActivationForAudienceAlphaInput

NewUpdateActivationForAudienceAlphaInputWithDefaults instantiates a new UpdateActivationForAudienceAlphaInput 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 (*UpdateActivationForAudienceAlphaInput) GetActivationName ¶

func (o *UpdateActivationForAudienceAlphaInput) GetActivationName() string

GetActivationName returns the ActivationName field value if set, zero value otherwise.

func (*UpdateActivationForAudienceAlphaInput) GetActivationNameOk ¶

func (o *UpdateActivationForAudienceAlphaInput) GetActivationNameOk() (*string, bool)

GetActivationNameOk returns a tuple with the ActivationName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateActivationForAudienceAlphaInput) GetDestinationMapping ¶

GetDestinationMapping returns the DestinationMapping field value if set, zero value otherwise.

func (*UpdateActivationForAudienceAlphaInput) GetDestinationMappingOk ¶

GetDestinationMappingOk returns a tuple with the DestinationMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateActivationForAudienceAlphaInput) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*UpdateActivationForAudienceAlphaInput) GetEnabledOk ¶

func (o *UpdateActivationForAudienceAlphaInput) 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 (*UpdateActivationForAudienceAlphaInput) GetPerformResync ¶

func (o *UpdateActivationForAudienceAlphaInput) GetPerformResync() bool

GetPerformResync returns the PerformResync field value if set, zero value otherwise.

func (*UpdateActivationForAudienceAlphaInput) GetPerformResyncOk ¶

func (o *UpdateActivationForAudienceAlphaInput) GetPerformResyncOk() (*bool, bool)

GetPerformResyncOk returns a tuple with the PerformResync field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateActivationForAudienceAlphaInput) GetPersonalization ¶

GetPersonalization returns the Personalization field value if set, zero value otherwise.

func (*UpdateActivationForAudienceAlphaInput) GetPersonalizationOk ¶

func (o *UpdateActivationForAudienceAlphaInput) GetPersonalizationOk() (*PersonalizationInput, bool)

GetPersonalizationOk returns a tuple with the Personalization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateActivationForAudienceAlphaInput) HasActivationName ¶

func (o *UpdateActivationForAudienceAlphaInput) HasActivationName() bool

HasActivationName returns a boolean if a field has been set.

func (*UpdateActivationForAudienceAlphaInput) HasDestinationMapping ¶

func (o *UpdateActivationForAudienceAlphaInput) HasDestinationMapping() bool

HasDestinationMapping returns a boolean if a field has been set.

func (*UpdateActivationForAudienceAlphaInput) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (*UpdateActivationForAudienceAlphaInput) HasPerformResync ¶

func (o *UpdateActivationForAudienceAlphaInput) HasPerformResync() bool

HasPerformResync returns a boolean if a field has been set.

func (*UpdateActivationForAudienceAlphaInput) HasPersonalization ¶

func (o *UpdateActivationForAudienceAlphaInput) HasPersonalization() bool

HasPersonalization returns a boolean if a field has been set.

func (UpdateActivationForAudienceAlphaInput) MarshalJSON ¶

func (o UpdateActivationForAudienceAlphaInput) MarshalJSON() ([]byte, error)

func (*UpdateActivationForAudienceAlphaInput) SetActivationName ¶

func (o *UpdateActivationForAudienceAlphaInput) SetActivationName(v string)

SetActivationName gets a reference to the given string and assigns it to the ActivationName field.

func (*UpdateActivationForAudienceAlphaInput) SetDestinationMapping ¶

SetDestinationMapping gets a reference to the given DestinationSubscriptionConfiguration and assigns it to the DestinationMapping field.

func (*UpdateActivationForAudienceAlphaInput) SetEnabled ¶

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*UpdateActivationForAudienceAlphaInput) SetPerformResync ¶

func (o *UpdateActivationForAudienceAlphaInput) SetPerformResync(v bool)

SetPerformResync gets a reference to the given bool and assigns it to the PerformResync field.

func (*UpdateActivationForAudienceAlphaInput) SetPersonalization ¶

SetPersonalization gets a reference to the given PersonalizationInput and assigns it to the Personalization field.

func (UpdateActivationForAudienceAlphaInput) ToMap ¶

func (o UpdateActivationForAudienceAlphaInput) ToMap() (map[string]interface{}, error)

type UpdateActivationForAudienceOutput ¶

type UpdateActivationForAudienceOutput struct {
	Activation ActivationOutput `json:"activation"`
}

UpdateActivationForAudienceOutput Output for updating an activation for audience.

func NewUpdateActivationForAudienceOutput ¶

func NewUpdateActivationForAudienceOutput(
	activation ActivationOutput,
) *UpdateActivationForAudienceOutput

NewUpdateActivationForAudienceOutput instantiates a new UpdateActivationForAudienceOutput 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 NewUpdateActivationForAudienceOutputWithDefaults ¶

func NewUpdateActivationForAudienceOutputWithDefaults() *UpdateActivationForAudienceOutput

NewUpdateActivationForAudienceOutputWithDefaults instantiates a new UpdateActivationForAudienceOutput 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 (*UpdateActivationForAudienceOutput) GetActivation ¶

GetActivation returns the Activation field value

func (*UpdateActivationForAudienceOutput) GetActivationOk ¶

func (o *UpdateActivationForAudienceOutput) GetActivationOk() (*ActivationOutput, bool)

GetActivationOk returns a tuple with the Activation field value and a boolean to check if the value has been set.

func (UpdateActivationForAudienceOutput) MarshalJSON ¶

func (o UpdateActivationForAudienceOutput) MarshalJSON() ([]byte, error)

func (*UpdateActivationForAudienceOutput) SetActivation ¶

SetActivation sets field value

func (UpdateActivationForAudienceOutput) ToMap ¶

func (o UpdateActivationForAudienceOutput) ToMap() (map[string]interface{}, error)

type UpdateAudienceForSpace200Response ¶

type UpdateAudienceForSpace200Response struct {
	Data *UpdateAudienceForSpaceAlphaOutput `json:"data,omitempty"`
}

UpdateAudienceForSpace200Response struct for UpdateAudienceForSpace200Response

func NewUpdateAudienceForSpace200Response ¶

func NewUpdateAudienceForSpace200Response() *UpdateAudienceForSpace200Response

NewUpdateAudienceForSpace200Response instantiates a new UpdateAudienceForSpace200Response 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 NewUpdateAudienceForSpace200ResponseWithDefaults ¶

func NewUpdateAudienceForSpace200ResponseWithDefaults() *UpdateAudienceForSpace200Response

NewUpdateAudienceForSpace200ResponseWithDefaults instantiates a new UpdateAudienceForSpace200Response 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 (*UpdateAudienceForSpace200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateAudienceForSpace200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAudienceForSpace200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (UpdateAudienceForSpace200Response) MarshalJSON ¶

func (o UpdateAudienceForSpace200Response) MarshalJSON() ([]byte, error)

func (*UpdateAudienceForSpace200Response) SetData ¶

SetData gets a reference to the given UpdateAudienceForSpaceAlphaOutput and assigns it to the Data field.

func (UpdateAudienceForSpace200Response) ToMap ¶

func (o UpdateAudienceForSpace200Response) ToMap() (map[string]interface{}, error)

type UpdateAudienceForSpaceAlphaInput ¶

type UpdateAudienceForSpaceAlphaInput struct {
	// Enabled/disabled status for the audience.
	Enabled *bool `json:"enabled,omitempty"`
	// The name of the computation.
	Name *string `json:"name,omitempty"`
	// The description of the computation.
	Description *string             `json:"description,omitempty"`
	Definition  *AudienceDefinition `json:"definition,omitempty"`
}

UpdateAudienceForSpaceAlphaInput Input to update an audience.

func NewUpdateAudienceForSpaceAlphaInput ¶

func NewUpdateAudienceForSpaceAlphaInput() *UpdateAudienceForSpaceAlphaInput

NewUpdateAudienceForSpaceAlphaInput instantiates a new UpdateAudienceForSpaceAlphaInput 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 NewUpdateAudienceForSpaceAlphaInputWithDefaults ¶

func NewUpdateAudienceForSpaceAlphaInputWithDefaults() *UpdateAudienceForSpaceAlphaInput

NewUpdateAudienceForSpaceAlphaInputWithDefaults instantiates a new UpdateAudienceForSpaceAlphaInput 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 (*UpdateAudienceForSpaceAlphaInput) GetDefinition ¶

GetDefinition returns the Definition field value if set, zero value otherwise.

func (*UpdateAudienceForSpaceAlphaInput) GetDefinitionOk ¶

func (o *UpdateAudienceForSpaceAlphaInput) GetDefinitionOk() (*AudienceDefinition, bool)

GetDefinitionOk returns a tuple with the Definition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAudienceForSpaceAlphaInput) GetDescription ¶

func (o *UpdateAudienceForSpaceAlphaInput) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*UpdateAudienceForSpaceAlphaInput) GetDescriptionOk ¶

func (o *UpdateAudienceForSpaceAlphaInput) 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 (*UpdateAudienceForSpaceAlphaInput) GetEnabled ¶

func (o *UpdateAudienceForSpaceAlphaInput) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*UpdateAudienceForSpaceAlphaInput) GetEnabledOk ¶

func (o *UpdateAudienceForSpaceAlphaInput) 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 (*UpdateAudienceForSpaceAlphaInput) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateAudienceForSpaceAlphaInput) GetNameOk ¶

func (o *UpdateAudienceForSpaceAlphaInput) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAudienceForSpaceAlphaInput) HasDefinition ¶

func (o *UpdateAudienceForSpaceAlphaInput) HasDefinition() bool

HasDefinition returns a boolean if a field has been set.

func (*UpdateAudienceForSpaceAlphaInput) HasDescription ¶

func (o *UpdateAudienceForSpaceAlphaInput) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UpdateAudienceForSpaceAlphaInput) HasEnabled ¶

func (o *UpdateAudienceForSpaceAlphaInput) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*UpdateAudienceForSpaceAlphaInput) HasName ¶

HasName returns a boolean if a field has been set.

func (UpdateAudienceForSpaceAlphaInput) MarshalJSON ¶

func (o UpdateAudienceForSpaceAlphaInput) MarshalJSON() ([]byte, error)

func (*UpdateAudienceForSpaceAlphaInput) SetDefinition ¶

SetDefinition gets a reference to the given AudienceDefinition and assigns it to the Definition field.

func (*UpdateAudienceForSpaceAlphaInput) SetDescription ¶

func (o *UpdateAudienceForSpaceAlphaInput) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*UpdateAudienceForSpaceAlphaInput) SetEnabled ¶

func (o *UpdateAudienceForSpaceAlphaInput) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*UpdateAudienceForSpaceAlphaInput) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (UpdateAudienceForSpaceAlphaInput) ToMap ¶

func (o UpdateAudienceForSpaceAlphaInput) ToMap() (map[string]interface{}, error)

type UpdateAudienceForSpaceAlphaOutput ¶

type UpdateAudienceForSpaceAlphaOutput struct {
	Audience AudienceSummary `json:"audience"`
}

UpdateAudienceForSpaceAlphaOutput Audience output for update.

func NewUpdateAudienceForSpaceAlphaOutput ¶

func NewUpdateAudienceForSpaceAlphaOutput(
	audience AudienceSummary,
) *UpdateAudienceForSpaceAlphaOutput

NewUpdateAudienceForSpaceAlphaOutput instantiates a new UpdateAudienceForSpaceAlphaOutput 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 NewUpdateAudienceForSpaceAlphaOutputWithDefaults ¶

func NewUpdateAudienceForSpaceAlphaOutputWithDefaults() *UpdateAudienceForSpaceAlphaOutput

NewUpdateAudienceForSpaceAlphaOutputWithDefaults instantiates a new UpdateAudienceForSpaceAlphaOutput 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 (*UpdateAudienceForSpaceAlphaOutput) GetAudience ¶

GetAudience returns the Audience field value

func (*UpdateAudienceForSpaceAlphaOutput) GetAudienceOk ¶

GetAudienceOk returns a tuple with the Audience field value and a boolean to check if the value has been set.

func (UpdateAudienceForSpaceAlphaOutput) MarshalJSON ¶

func (o UpdateAudienceForSpaceAlphaOutput) MarshalJSON() ([]byte, error)

func (*UpdateAudienceForSpaceAlphaOutput) SetAudience ¶

SetAudience sets field value

func (UpdateAudienceForSpaceAlphaOutput) ToMap ¶

func (o UpdateAudienceForSpaceAlphaOutput) ToMap() (map[string]interface{}, error)

type UpdateComputedTraitForSpace200Response ¶

type UpdateComputedTraitForSpace200Response struct {
	Data *UpdateComputedTraitForSpaceAlphaOutput `json:"data,omitempty"`
}

UpdateComputedTraitForSpace200Response struct for UpdateComputedTraitForSpace200Response

func NewUpdateComputedTraitForSpace200Response ¶

func NewUpdateComputedTraitForSpace200Response() *UpdateComputedTraitForSpace200Response

NewUpdateComputedTraitForSpace200Response instantiates a new UpdateComputedTraitForSpace200Response 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 NewUpdateComputedTraitForSpace200ResponseWithDefaults ¶

func NewUpdateComputedTraitForSpace200ResponseWithDefaults() *UpdateComputedTraitForSpace200Response

NewUpdateComputedTraitForSpace200ResponseWithDefaults instantiates a new UpdateComputedTraitForSpace200Response 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 (*UpdateComputedTraitForSpace200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateComputedTraitForSpace200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateComputedTraitForSpace200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (UpdateComputedTraitForSpace200Response) MarshalJSON ¶

func (o UpdateComputedTraitForSpace200Response) MarshalJSON() ([]byte, error)

func (*UpdateComputedTraitForSpace200Response) SetData ¶

SetData gets a reference to the given UpdateComputedTraitForSpaceAlphaOutput and assigns it to the Data field.

func (UpdateComputedTraitForSpace200Response) ToMap ¶

func (o UpdateComputedTraitForSpace200Response) ToMap() (map[string]interface{}, error)

type UpdateComputedTraitForSpaceAlphaInput ¶

type UpdateComputedTraitForSpaceAlphaInput struct {
	// Enabled/disabled status for the computed trait.
	Enabled *bool `json:"enabled,omitempty"`
	// The name of the computation.
	Name *string `json:"name,omitempty"`
	// The description of the computation.
	Description *string          `json:"description,omitempty"`
	Definition  *TraitDefinition `json:"definition,omitempty"`
}

UpdateComputedTraitForSpaceAlphaInput Input to update a computed trait.

func NewUpdateComputedTraitForSpaceAlphaInput ¶

func NewUpdateComputedTraitForSpaceAlphaInput() *UpdateComputedTraitForSpaceAlphaInput

NewUpdateComputedTraitForSpaceAlphaInput instantiates a new UpdateComputedTraitForSpaceAlphaInput 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 NewUpdateComputedTraitForSpaceAlphaInputWithDefaults ¶

func NewUpdateComputedTraitForSpaceAlphaInputWithDefaults() *UpdateComputedTraitForSpaceAlphaInput

NewUpdateComputedTraitForSpaceAlphaInputWithDefaults instantiates a new UpdateComputedTraitForSpaceAlphaInput 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 (*UpdateComputedTraitForSpaceAlphaInput) GetDefinition ¶

GetDefinition returns the Definition field value if set, zero value otherwise.

func (*UpdateComputedTraitForSpaceAlphaInput) GetDefinitionOk ¶

GetDefinitionOk returns a tuple with the Definition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateComputedTraitForSpaceAlphaInput) GetDescription ¶

func (o *UpdateComputedTraitForSpaceAlphaInput) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*UpdateComputedTraitForSpaceAlphaInput) GetDescriptionOk ¶

func (o *UpdateComputedTraitForSpaceAlphaInput) 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 (*UpdateComputedTraitForSpaceAlphaInput) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*UpdateComputedTraitForSpaceAlphaInput) GetEnabledOk ¶

func (o *UpdateComputedTraitForSpaceAlphaInput) 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 (*UpdateComputedTraitForSpaceAlphaInput) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateComputedTraitForSpaceAlphaInput) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateComputedTraitForSpaceAlphaInput) HasDefinition ¶

func (o *UpdateComputedTraitForSpaceAlphaInput) HasDefinition() bool

HasDefinition returns a boolean if a field has been set.

func (*UpdateComputedTraitForSpaceAlphaInput) HasDescription ¶

func (o *UpdateComputedTraitForSpaceAlphaInput) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UpdateComputedTraitForSpaceAlphaInput) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (*UpdateComputedTraitForSpaceAlphaInput) HasName ¶

HasName returns a boolean if a field has been set.

func (UpdateComputedTraitForSpaceAlphaInput) MarshalJSON ¶

func (o UpdateComputedTraitForSpaceAlphaInput) MarshalJSON() ([]byte, error)

func (*UpdateComputedTraitForSpaceAlphaInput) SetDefinition ¶

SetDefinition gets a reference to the given TraitDefinition and assigns it to the Definition field.

func (*UpdateComputedTraitForSpaceAlphaInput) SetDescription ¶

func (o *UpdateComputedTraitForSpaceAlphaInput) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*UpdateComputedTraitForSpaceAlphaInput) SetEnabled ¶

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*UpdateComputedTraitForSpaceAlphaInput) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (UpdateComputedTraitForSpaceAlphaInput) ToMap ¶

func (o UpdateComputedTraitForSpaceAlphaInput) ToMap() (map[string]interface{}, error)

type UpdateComputedTraitForSpaceAlphaOutput ¶

type UpdateComputedTraitForSpaceAlphaOutput struct {
	ComputedTrait ComputedTraitSummary `json:"computedTrait"`
}

UpdateComputedTraitForSpaceAlphaOutput Computed Trait output for get and update.

func NewUpdateComputedTraitForSpaceAlphaOutput ¶

func NewUpdateComputedTraitForSpaceAlphaOutput(
	computedTrait ComputedTraitSummary,
) *UpdateComputedTraitForSpaceAlphaOutput

NewUpdateComputedTraitForSpaceAlphaOutput instantiates a new UpdateComputedTraitForSpaceAlphaOutput 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 NewUpdateComputedTraitForSpaceAlphaOutputWithDefaults ¶

func NewUpdateComputedTraitForSpaceAlphaOutputWithDefaults() *UpdateComputedTraitForSpaceAlphaOutput

NewUpdateComputedTraitForSpaceAlphaOutputWithDefaults instantiates a new UpdateComputedTraitForSpaceAlphaOutput 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 (*UpdateComputedTraitForSpaceAlphaOutput) GetComputedTrait ¶

GetComputedTrait returns the ComputedTrait field value

func (*UpdateComputedTraitForSpaceAlphaOutput) GetComputedTraitOk ¶

GetComputedTraitOk returns a tuple with the ComputedTrait field value and a boolean to check if the value has been set.

func (UpdateComputedTraitForSpaceAlphaOutput) MarshalJSON ¶

func (o UpdateComputedTraitForSpaceAlphaOutput) MarshalJSON() ([]byte, error)

func (*UpdateComputedTraitForSpaceAlphaOutput) SetComputedTrait ¶

SetComputedTrait sets field value

func (UpdateComputedTraitForSpaceAlphaOutput) ToMap ¶

func (o UpdateComputedTraitForSpaceAlphaOutput) ToMap() (map[string]interface{}, error)

type UpdateDestination200Response ¶

type UpdateDestination200Response struct {
	Data *UpdateDestinationV1Output `json:"data,omitempty"`
}

UpdateDestination200Response struct for UpdateDestination200Response

func NewUpdateDestination200Response ¶

func NewUpdateDestination200Response() *UpdateDestination200Response

NewUpdateDestination200Response instantiates a new UpdateDestination200Response 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 NewUpdateDestination200ResponseWithDefaults ¶

func NewUpdateDestination200ResponseWithDefaults() *UpdateDestination200Response

NewUpdateDestination200ResponseWithDefaults instantiates a new UpdateDestination200Response 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 (*UpdateDestination200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateDestination200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateDestination200Response) HasData ¶

func (o *UpdateDestination200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (UpdateDestination200Response) MarshalJSON ¶

func (o UpdateDestination200Response) MarshalJSON() ([]byte, error)

func (*UpdateDestination200Response) SetData ¶

SetData gets a reference to the given UpdateDestinationV1Output and assigns it to the Data field.

func (UpdateDestination200Response) ToMap ¶

func (o UpdateDestination200Response) ToMap() (map[string]interface{}, error)

type UpdateDestinationV1Input ¶

type UpdateDestinationV1Input struct {
	// Defines the display name of the Destination.  Config API note: equal to `displayName`.
	Name NullableString `json:"name,omitempty"`
	// Whether this Destination should receive data.
	Enabled *bool `json:"enabled,omitempty"`
	// An optional object that contains settings for the Destination based on the \"required\" and \"advanced\" settings present in the Destination metadata.  Config API note: equal to `config`.
	Settings map[string]interface{} `json:"settings,omitempty"`
}

UpdateDestinationV1Input Updates a single Destination by its id.

func NewUpdateDestinationV1Input ¶

func NewUpdateDestinationV1Input() *UpdateDestinationV1Input

NewUpdateDestinationV1Input instantiates a new UpdateDestinationV1Input 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 NewUpdateDestinationV1InputWithDefaults ¶

func NewUpdateDestinationV1InputWithDefaults() *UpdateDestinationV1Input

NewUpdateDestinationV1InputWithDefaults instantiates a new UpdateDestinationV1Input 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 (*UpdateDestinationV1Input) GetEnabled ¶

func (o *UpdateDestinationV1Input) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*UpdateDestinationV1Input) GetEnabledOk ¶

func (o *UpdateDestinationV1Input) 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 (*UpdateDestinationV1Input) GetName ¶

func (o *UpdateDestinationV1Input) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateDestinationV1Input) GetNameOk ¶

func (o *UpdateDestinationV1Input) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name 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 (*UpdateDestinationV1Input) GetSettings ¶

func (o *UpdateDestinationV1Input) GetSettings() map[string]interface{}

GetSettings returns the Settings field value if set, zero value otherwise.

func (*UpdateDestinationV1Input) GetSettingsOk ¶

func (o *UpdateDestinationV1Input) GetSettingsOk() (map[string]interface{}, 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 (*UpdateDestinationV1Input) HasEnabled ¶

func (o *UpdateDestinationV1Input) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*UpdateDestinationV1Input) HasName ¶

func (o *UpdateDestinationV1Input) HasName() bool

HasName returns a boolean if a field has been set.

func (*UpdateDestinationV1Input) HasSettings ¶

func (o *UpdateDestinationV1Input) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (UpdateDestinationV1Input) MarshalJSON ¶

func (o UpdateDestinationV1Input) MarshalJSON() ([]byte, error)

func (*UpdateDestinationV1Input) SetEnabled ¶

func (o *UpdateDestinationV1Input) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*UpdateDestinationV1Input) SetName ¶

func (o *UpdateDestinationV1Input) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*UpdateDestinationV1Input) SetNameNil ¶

func (o *UpdateDestinationV1Input) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*UpdateDestinationV1Input) SetSettings ¶

func (o *UpdateDestinationV1Input) SetSettings(v map[string]interface{})

SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.

func (UpdateDestinationV1Input) ToMap ¶

func (o UpdateDestinationV1Input) ToMap() (map[string]interface{}, error)

func (*UpdateDestinationV1Input) UnsetName ¶

func (o *UpdateDestinationV1Input) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type UpdateDestinationV1Output ¶

type UpdateDestinationV1Output struct {
	Destination DestinationV1 `json:"destination"`
}

UpdateDestinationV1Output Returns the updated Destination.

func NewUpdateDestinationV1Output ¶

func NewUpdateDestinationV1Output(destination DestinationV1) *UpdateDestinationV1Output

NewUpdateDestinationV1Output instantiates a new UpdateDestinationV1Output 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 NewUpdateDestinationV1OutputWithDefaults ¶

func NewUpdateDestinationV1OutputWithDefaults() *UpdateDestinationV1Output

NewUpdateDestinationV1OutputWithDefaults instantiates a new UpdateDestinationV1Output 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 (*UpdateDestinationV1Output) GetDestination ¶

func (o *UpdateDestinationV1Output) GetDestination() DestinationV1

GetDestination returns the Destination field value

func (*UpdateDestinationV1Output) GetDestinationOk ¶

func (o *UpdateDestinationV1Output) GetDestinationOk() (*DestinationV1, bool)

GetDestinationOk returns a tuple with the Destination field value and a boolean to check if the value has been set.

func (UpdateDestinationV1Output) MarshalJSON ¶

func (o UpdateDestinationV1Output) MarshalJSON() ([]byte, error)

func (*UpdateDestinationV1Output) SetDestination ¶

func (o *UpdateDestinationV1Output) SetDestination(v DestinationV1)

SetDestination sets field value

func (UpdateDestinationV1Output) ToMap ¶

func (o UpdateDestinationV1Output) ToMap() (map[string]interface{}, error)

type UpdateFilterById200Response ¶

type UpdateFilterById200Response struct {
	Data *UpdateFilterByIdOutput `json:"data,omitempty"`
}

UpdateFilterById200Response struct for UpdateFilterById200Response

func NewUpdateFilterById200Response ¶

func NewUpdateFilterById200Response() *UpdateFilterById200Response

NewUpdateFilterById200Response instantiates a new UpdateFilterById200Response 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 NewUpdateFilterById200ResponseWithDefaults ¶

func NewUpdateFilterById200ResponseWithDefaults() *UpdateFilterById200Response

NewUpdateFilterById200ResponseWithDefaults instantiates a new UpdateFilterById200Response 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 (*UpdateFilterById200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateFilterById200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateFilterById200Response) HasData ¶

func (o *UpdateFilterById200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (UpdateFilterById200Response) MarshalJSON ¶

func (o UpdateFilterById200Response) MarshalJSON() ([]byte, error)

func (*UpdateFilterById200Response) SetData ¶

SetData gets a reference to the given UpdateFilterByIdOutput and assigns it to the Data field.

func (UpdateFilterById200Response) ToMap ¶

func (o UpdateFilterById200Response) ToMap() (map[string]interface{}, error)

type UpdateFilterByIdInput ¶

type UpdateFilterByIdInput struct {
	// The Integration id of the resource.
	IntegrationId string `json:"integrationId"`
	// Whether the filter is enabled.
	Enabled *bool `json:"enabled,omitempty"`
	// The name of the filter.
	Name *string `json:"name,omitempty"`
	// The description of the filter.
	Description *string `json:"description,omitempty"`
	// The \"if\" statement for a filter.
	If *string `json:"if,omitempty"`
	// Whether the event is dropped.
	Drop *bool `json:"drop,omitempty"`
}

UpdateFilterByIdInput Input for UpdateFilterById.

func NewUpdateFilterByIdInput ¶

func NewUpdateFilterByIdInput(integrationId string) *UpdateFilterByIdInput

NewUpdateFilterByIdInput instantiates a new UpdateFilterByIdInput 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 NewUpdateFilterByIdInputWithDefaults ¶

func NewUpdateFilterByIdInputWithDefaults() *UpdateFilterByIdInput

NewUpdateFilterByIdInputWithDefaults instantiates a new UpdateFilterByIdInput 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 (*UpdateFilterByIdInput) GetDescription ¶

func (o *UpdateFilterByIdInput) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*UpdateFilterByIdInput) GetDescriptionOk ¶

func (o *UpdateFilterByIdInput) 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 (*UpdateFilterByIdInput) GetDrop ¶

func (o *UpdateFilterByIdInput) GetDrop() bool

GetDrop returns the Drop field value if set, zero value otherwise.

func (*UpdateFilterByIdInput) GetDropOk ¶

func (o *UpdateFilterByIdInput) GetDropOk() (*bool, bool)

GetDropOk returns a tuple with the Drop field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateFilterByIdInput) GetEnabled ¶

func (o *UpdateFilterByIdInput) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*UpdateFilterByIdInput) GetEnabledOk ¶

func (o *UpdateFilterByIdInput) 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 (*UpdateFilterByIdInput) GetIf ¶

func (o *UpdateFilterByIdInput) GetIf() string

GetIf returns the If field value if set, zero value otherwise.

func (*UpdateFilterByIdInput) GetIfOk ¶

func (o *UpdateFilterByIdInput) GetIfOk() (*string, bool)

GetIfOk returns a tuple with the If field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateFilterByIdInput) GetIntegrationId ¶

func (o *UpdateFilterByIdInput) GetIntegrationId() string

GetIntegrationId returns the IntegrationId field value

func (*UpdateFilterByIdInput) GetIntegrationIdOk ¶

func (o *UpdateFilterByIdInput) GetIntegrationIdOk() (*string, bool)

GetIntegrationIdOk returns a tuple with the IntegrationId field value and a boolean to check if the value has been set.

func (*UpdateFilterByIdInput) GetName ¶

func (o *UpdateFilterByIdInput) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateFilterByIdInput) GetNameOk ¶

func (o *UpdateFilterByIdInput) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateFilterByIdInput) HasDescription ¶

func (o *UpdateFilterByIdInput) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UpdateFilterByIdInput) HasDrop ¶

func (o *UpdateFilterByIdInput) HasDrop() bool

HasDrop returns a boolean if a field has been set.

func (*UpdateFilterByIdInput) HasEnabled ¶

func (o *UpdateFilterByIdInput) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*UpdateFilterByIdInput) HasIf ¶

func (o *UpdateFilterByIdInput) HasIf() bool

HasIf returns a boolean if a field has been set.

func (*UpdateFilterByIdInput) HasName ¶

func (o *UpdateFilterByIdInput) HasName() bool

HasName returns a boolean if a field has been set.

func (UpdateFilterByIdInput) MarshalJSON ¶

func (o UpdateFilterByIdInput) MarshalJSON() ([]byte, error)

func (*UpdateFilterByIdInput) SetDescription ¶

func (o *UpdateFilterByIdInput) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*UpdateFilterByIdInput) SetDrop ¶

func (o *UpdateFilterByIdInput) SetDrop(v bool)

SetDrop gets a reference to the given bool and assigns it to the Drop field.

func (*UpdateFilterByIdInput) SetEnabled ¶

func (o *UpdateFilterByIdInput) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*UpdateFilterByIdInput) SetIf ¶

func (o *UpdateFilterByIdInput) SetIf(v string)

SetIf gets a reference to the given string and assigns it to the If field.

func (*UpdateFilterByIdInput) SetIntegrationId ¶

func (o *UpdateFilterByIdInput) SetIntegrationId(v string)

SetIntegrationId sets field value

func (*UpdateFilterByIdInput) SetName ¶

func (o *UpdateFilterByIdInput) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (UpdateFilterByIdInput) ToMap ¶

func (o UpdateFilterByIdInput) ToMap() (map[string]interface{}, error)

type UpdateFilterByIdOutput ¶

type UpdateFilterByIdOutput struct {
	Filter Filter `json:"filter"`
}

UpdateFilterByIdOutput Output for UpdateFilterById.

func NewUpdateFilterByIdOutput ¶

func NewUpdateFilterByIdOutput(filter Filter) *UpdateFilterByIdOutput

NewUpdateFilterByIdOutput instantiates a new UpdateFilterByIdOutput 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 NewUpdateFilterByIdOutputWithDefaults ¶

func NewUpdateFilterByIdOutputWithDefaults() *UpdateFilterByIdOutput

NewUpdateFilterByIdOutputWithDefaults instantiates a new UpdateFilterByIdOutput 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 (*UpdateFilterByIdOutput) GetFilter ¶

func (o *UpdateFilterByIdOutput) GetFilter() Filter

GetFilter returns the Filter field value

func (*UpdateFilterByIdOutput) GetFilterOk ¶

func (o *UpdateFilterByIdOutput) GetFilterOk() (*Filter, bool)

GetFilterOk returns a tuple with the Filter field value and a boolean to check if the value has been set.

func (UpdateFilterByIdOutput) MarshalJSON ¶

func (o UpdateFilterByIdOutput) MarshalJSON() ([]byte, error)

func (*UpdateFilterByIdOutput) SetFilter ¶

func (o *UpdateFilterByIdOutput) SetFilter(v Filter)

SetFilter sets field value

func (UpdateFilterByIdOutput) ToMap ¶

func (o UpdateFilterByIdOutput) ToMap() (map[string]interface{}, error)

type UpdateFilterForDestination200Response ¶

type UpdateFilterForDestination200Response struct {
	Data *UpdateFilterForDestinationV1Output `json:"data,omitempty"`
}

UpdateFilterForDestination200Response struct for UpdateFilterForDestination200Response

func NewUpdateFilterForDestination200Response ¶

func NewUpdateFilterForDestination200Response() *UpdateFilterForDestination200Response

NewUpdateFilterForDestination200Response instantiates a new UpdateFilterForDestination200Response 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 NewUpdateFilterForDestination200ResponseWithDefaults ¶

func NewUpdateFilterForDestination200ResponseWithDefaults() *UpdateFilterForDestination200Response

NewUpdateFilterForDestination200ResponseWithDefaults instantiates a new UpdateFilterForDestination200Response 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 (*UpdateFilterForDestination200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateFilterForDestination200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateFilterForDestination200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (UpdateFilterForDestination200Response) MarshalJSON ¶

func (o UpdateFilterForDestination200Response) MarshalJSON() ([]byte, error)

func (*UpdateFilterForDestination200Response) SetData ¶

SetData gets a reference to the given UpdateFilterForDestinationV1Output and assigns it to the Data field.

func (UpdateFilterForDestination200Response) ToMap ¶

func (o UpdateFilterForDestination200Response) ToMap() (map[string]interface{}, error)

type UpdateFilterForDestinationV1Input ¶

type UpdateFilterForDestinationV1Input struct {
	// The FQL if condition to update.
	If *string `json:"if,omitempty"`
	// Actions for this Destination filter.
	Actions []DestinationFilterActionV1 `json:"actions,omitempty"`
	// The title to update.
	Title *string `json:"title,omitempty"`
	// The description of this filter.
	Description NullableString `json:"description,omitempty"`
	// When set to true, this Destination filter is active.
	Enabled *bool `json:"enabled,omitempty"`
}

UpdateFilterForDestinationV1Input Input for UpdateDestinationFilterV1.

func NewUpdateFilterForDestinationV1Input ¶

func NewUpdateFilterForDestinationV1Input() *UpdateFilterForDestinationV1Input

NewUpdateFilterForDestinationV1Input instantiates a new UpdateFilterForDestinationV1Input 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 NewUpdateFilterForDestinationV1InputWithDefaults ¶

func NewUpdateFilterForDestinationV1InputWithDefaults() *UpdateFilterForDestinationV1Input

NewUpdateFilterForDestinationV1InputWithDefaults instantiates a new UpdateFilterForDestinationV1Input 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 (*UpdateFilterForDestinationV1Input) GetActions ¶

GetActions returns the Actions field value if set, zero value otherwise.

func (*UpdateFilterForDestinationV1Input) GetActionsOk ¶

GetActionsOk returns a tuple with the Actions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateFilterForDestinationV1Input) GetDescription ¶

func (o *UpdateFilterForDestinationV1Input) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateFilterForDestinationV1Input) GetDescriptionOk ¶

func (o *UpdateFilterForDestinationV1Input) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateFilterForDestinationV1Input) GetEnabled ¶

func (o *UpdateFilterForDestinationV1Input) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*UpdateFilterForDestinationV1Input) GetEnabledOk ¶

func (o *UpdateFilterForDestinationV1Input) 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 (*UpdateFilterForDestinationV1Input) GetIf ¶

GetIf returns the If field value if set, zero value otherwise.

func (*UpdateFilterForDestinationV1Input) GetIfOk ¶

GetIfOk returns a tuple with the If field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateFilterForDestinationV1Input) GetTitle ¶

GetTitle returns the Title field value if set, zero value otherwise.

func (*UpdateFilterForDestinationV1Input) GetTitleOk ¶

func (o *UpdateFilterForDestinationV1Input) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateFilterForDestinationV1Input) HasActions ¶

func (o *UpdateFilterForDestinationV1Input) HasActions() bool

HasActions returns a boolean if a field has been set.

func (*UpdateFilterForDestinationV1Input) HasDescription ¶

func (o *UpdateFilterForDestinationV1Input) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UpdateFilterForDestinationV1Input) HasEnabled ¶

func (o *UpdateFilterForDestinationV1Input) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*UpdateFilterForDestinationV1Input) HasIf ¶

HasIf returns a boolean if a field has been set.

func (*UpdateFilterForDestinationV1Input) HasTitle ¶

HasTitle returns a boolean if a field has been set.

func (UpdateFilterForDestinationV1Input) MarshalJSON ¶

func (o UpdateFilterForDestinationV1Input) MarshalJSON() ([]byte, error)

func (*UpdateFilterForDestinationV1Input) SetActions ¶

SetActions gets a reference to the given []DestinationFilterActionV1 and assigns it to the Actions field.

func (*UpdateFilterForDestinationV1Input) SetDescription ¶

func (o *UpdateFilterForDestinationV1Input) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*UpdateFilterForDestinationV1Input) SetDescriptionNil ¶

func (o *UpdateFilterForDestinationV1Input) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*UpdateFilterForDestinationV1Input) SetEnabled ¶

func (o *UpdateFilterForDestinationV1Input) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*UpdateFilterForDestinationV1Input) SetIf ¶

SetIf gets a reference to the given string and assigns it to the If field.

func (*UpdateFilterForDestinationV1Input) SetTitle ¶

SetTitle gets a reference to the given string and assigns it to the Title field.

func (UpdateFilterForDestinationV1Input) ToMap ¶

func (o UpdateFilterForDestinationV1Input) ToMap() (map[string]interface{}, error)

func (*UpdateFilterForDestinationV1Input) UnsetDescription ¶

func (o *UpdateFilterForDestinationV1Input) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type UpdateFilterForDestinationV1Output ¶

type UpdateFilterForDestinationV1Output struct {
	Filter DestinationFilterV1 `json:"filter"`
}

UpdateFilterForDestinationV1Output Output for UpdateDestinationFilterV1.

func NewUpdateFilterForDestinationV1Output ¶

func NewUpdateFilterForDestinationV1Output(
	filter DestinationFilterV1,
) *UpdateFilterForDestinationV1Output

NewUpdateFilterForDestinationV1Output instantiates a new UpdateFilterForDestinationV1Output 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 NewUpdateFilterForDestinationV1OutputWithDefaults ¶

func NewUpdateFilterForDestinationV1OutputWithDefaults() *UpdateFilterForDestinationV1Output

NewUpdateFilterForDestinationV1OutputWithDefaults instantiates a new UpdateFilterForDestinationV1Output 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 (*UpdateFilterForDestinationV1Output) GetFilter ¶

GetFilter returns the Filter field value

func (*UpdateFilterForDestinationV1Output) GetFilterOk ¶

GetFilterOk returns a tuple with the Filter field value and a boolean to check if the value has been set.

func (UpdateFilterForDestinationV1Output) MarshalJSON ¶

func (o UpdateFilterForDestinationV1Output) MarshalJSON() ([]byte, error)

func (*UpdateFilterForDestinationV1Output) SetFilter ¶

SetFilter sets field value

func (UpdateFilterForDestinationV1Output) ToMap ¶

func (o UpdateFilterForDestinationV1Output) ToMap() (map[string]interface{}, error)

type UpdateFunction200Response ¶

type UpdateFunction200Response struct {
	Data *UpdateFunctionV1Output `json:"data,omitempty"`
}

UpdateFunction200Response struct for UpdateFunction200Response

func NewUpdateFunction200Response ¶

func NewUpdateFunction200Response() *UpdateFunction200Response

NewUpdateFunction200Response instantiates a new UpdateFunction200Response 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 NewUpdateFunction200ResponseWithDefaults ¶

func NewUpdateFunction200ResponseWithDefaults() *UpdateFunction200Response

NewUpdateFunction200ResponseWithDefaults instantiates a new UpdateFunction200Response 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 (*UpdateFunction200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateFunction200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateFunction200Response) HasData ¶

func (o *UpdateFunction200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (UpdateFunction200Response) MarshalJSON ¶

func (o UpdateFunction200Response) MarshalJSON() ([]byte, error)

func (*UpdateFunction200Response) SetData ¶

SetData gets a reference to the given UpdateFunctionV1Output and assigns it to the Data field.

func (UpdateFunction200Response) ToMap ¶

func (o UpdateFunction200Response) ToMap() (map[string]interface{}, error)

type UpdateFunctionV1Input ¶

type UpdateFunctionV1Input struct {
	// The Function code.
	Code *string `json:"code,omitempty"`
	// The list of settings for this Function.
	Settings []FunctionSettingV1 `json:"settings,omitempty"`
	// A display name for this Function.
	DisplayName *string `json:"displayName,omitempty"`
	// A logo for this Function.
	LogoUrl *string `json:"logoUrl,omitempty"`
	// A description for this Function.
	Description *string `json:"description,omitempty"`
}

UpdateFunctionV1Input Update a Function.

func NewUpdateFunctionV1Input ¶

func NewUpdateFunctionV1Input() *UpdateFunctionV1Input

NewUpdateFunctionV1Input instantiates a new UpdateFunctionV1Input 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 NewUpdateFunctionV1InputWithDefaults ¶

func NewUpdateFunctionV1InputWithDefaults() *UpdateFunctionV1Input

NewUpdateFunctionV1InputWithDefaults instantiates a new UpdateFunctionV1Input 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 (*UpdateFunctionV1Input) GetCode ¶

func (o *UpdateFunctionV1Input) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*UpdateFunctionV1Input) GetCodeOk ¶

func (o *UpdateFunctionV1Input) 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.

func (*UpdateFunctionV1Input) GetDescription ¶

func (o *UpdateFunctionV1Input) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*UpdateFunctionV1Input) GetDescriptionOk ¶

func (o *UpdateFunctionV1Input) 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 (*UpdateFunctionV1Input) GetDisplayName ¶

func (o *UpdateFunctionV1Input) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*UpdateFunctionV1Input) GetDisplayNameOk ¶

func (o *UpdateFunctionV1Input) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateFunctionV1Input) GetLogoUrl ¶

func (o *UpdateFunctionV1Input) GetLogoUrl() string

GetLogoUrl returns the LogoUrl field value if set, zero value otherwise.

func (*UpdateFunctionV1Input) GetLogoUrlOk ¶

func (o *UpdateFunctionV1Input) GetLogoUrlOk() (*string, bool)

GetLogoUrlOk returns a tuple with the LogoUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateFunctionV1Input) GetSettings ¶

func (o *UpdateFunctionV1Input) GetSettings() []FunctionSettingV1

GetSettings returns the Settings field value if set, zero value otherwise.

func (*UpdateFunctionV1Input) GetSettingsOk ¶

func (o *UpdateFunctionV1Input) GetSettingsOk() ([]FunctionSettingV1, 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 (*UpdateFunctionV1Input) HasCode ¶

func (o *UpdateFunctionV1Input) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*UpdateFunctionV1Input) HasDescription ¶

func (o *UpdateFunctionV1Input) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UpdateFunctionV1Input) HasDisplayName ¶

func (o *UpdateFunctionV1Input) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*UpdateFunctionV1Input) HasLogoUrl ¶

func (o *UpdateFunctionV1Input) HasLogoUrl() bool

HasLogoUrl returns a boolean if a field has been set.

func (*UpdateFunctionV1Input) HasSettings ¶

func (o *UpdateFunctionV1Input) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (UpdateFunctionV1Input) MarshalJSON ¶

func (o UpdateFunctionV1Input) MarshalJSON() ([]byte, error)

func (*UpdateFunctionV1Input) SetCode ¶

func (o *UpdateFunctionV1Input) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (*UpdateFunctionV1Input) SetDescription ¶

func (o *UpdateFunctionV1Input) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*UpdateFunctionV1Input) SetDisplayName ¶

func (o *UpdateFunctionV1Input) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*UpdateFunctionV1Input) SetLogoUrl ¶

func (o *UpdateFunctionV1Input) SetLogoUrl(v string)

SetLogoUrl gets a reference to the given string and assigns it to the LogoUrl field.

func (*UpdateFunctionV1Input) SetSettings ¶

func (o *UpdateFunctionV1Input) SetSettings(v []FunctionSettingV1)

SetSettings gets a reference to the given []FunctionSettingV1 and assigns it to the Settings field.

func (UpdateFunctionV1Input) ToMap ¶

func (o UpdateFunctionV1Input) ToMap() (map[string]interface{}, error)

type UpdateFunctionV1Output ¶

type UpdateFunctionV1Output struct {
	Function FunctionV1 `json:"function"`
}

UpdateFunctionV1Output Create a Function.

func NewUpdateFunctionV1Output ¶

func NewUpdateFunctionV1Output(function FunctionV1) *UpdateFunctionV1Output

NewUpdateFunctionV1Output instantiates a new UpdateFunctionV1Output 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 NewUpdateFunctionV1OutputWithDefaults ¶

func NewUpdateFunctionV1OutputWithDefaults() *UpdateFunctionV1Output

NewUpdateFunctionV1OutputWithDefaults instantiates a new UpdateFunctionV1Output 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 (*UpdateFunctionV1Output) GetFunction ¶

func (o *UpdateFunctionV1Output) GetFunction() FunctionV1

GetFunction returns the Function field value

func (*UpdateFunctionV1Output) GetFunctionOk ¶

func (o *UpdateFunctionV1Output) GetFunctionOk() (*FunctionV1, bool)

GetFunctionOk returns a tuple with the Function field value and a boolean to check if the value has been set.

func (UpdateFunctionV1Output) MarshalJSON ¶

func (o UpdateFunctionV1Output) MarshalJSON() ([]byte, error)

func (*UpdateFunctionV1Output) SetFunction ¶

func (o *UpdateFunctionV1Output) SetFunction(v FunctionV1)

SetFunction sets field value

func (UpdateFunctionV1Output) ToMap ¶

func (o UpdateFunctionV1Output) ToMap() (map[string]interface{}, error)

type UpdateGroupSubscriptionStatusResponse ¶

type UpdateGroupSubscriptionStatusResponse struct {
	// Name of the group.
	Name string `json:"name"`
	// The user subscribed, unsubscribed, or on initial status.
	Status string `json:"status"`
	// The group id.
	Id string `json:"id"`
}

UpdateGroupSubscriptionStatusResponse struct for UpdateGroupSubscriptionStatusResponse

func NewUpdateGroupSubscriptionStatusResponse ¶

func NewUpdateGroupSubscriptionStatusResponse(
	name string,
	status string,
	id string,
) *UpdateGroupSubscriptionStatusResponse

NewUpdateGroupSubscriptionStatusResponse instantiates a new UpdateGroupSubscriptionStatusResponse 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 NewUpdateGroupSubscriptionStatusResponseWithDefaults ¶

func NewUpdateGroupSubscriptionStatusResponseWithDefaults() *UpdateGroupSubscriptionStatusResponse

NewUpdateGroupSubscriptionStatusResponseWithDefaults instantiates a new UpdateGroupSubscriptionStatusResponse 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 (*UpdateGroupSubscriptionStatusResponse) GetId ¶

GetId returns the Id field value

func (*UpdateGroupSubscriptionStatusResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UpdateGroupSubscriptionStatusResponse) GetName ¶

GetName returns the Name field value

func (*UpdateGroupSubscriptionStatusResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*UpdateGroupSubscriptionStatusResponse) GetStatus ¶

GetStatus returns the Status field value

func (*UpdateGroupSubscriptionStatusResponse) GetStatusOk ¶

func (o *UpdateGroupSubscriptionStatusResponse) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (UpdateGroupSubscriptionStatusResponse) MarshalJSON ¶

func (o UpdateGroupSubscriptionStatusResponse) MarshalJSON() ([]byte, error)

func (*UpdateGroupSubscriptionStatusResponse) SetId ¶

SetId sets field value

func (*UpdateGroupSubscriptionStatusResponse) SetName ¶

SetName sets field value

func (*UpdateGroupSubscriptionStatusResponse) SetStatus ¶

SetStatus sets field value

func (UpdateGroupSubscriptionStatusResponse) ToMap ¶

func (o UpdateGroupSubscriptionStatusResponse) ToMap() (map[string]interface{}, error)

type UpdateInsertFunctionInstance200Response ¶

type UpdateInsertFunctionInstance200Response struct {
	Data *UpdateInsertFunctionInstanceAlphaOutput `json:"data,omitempty"`
}

UpdateInsertFunctionInstance200Response struct for UpdateInsertFunctionInstance200Response

func NewUpdateInsertFunctionInstance200Response ¶

func NewUpdateInsertFunctionInstance200Response() *UpdateInsertFunctionInstance200Response

NewUpdateInsertFunctionInstance200Response instantiates a new UpdateInsertFunctionInstance200Response 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 NewUpdateInsertFunctionInstance200ResponseWithDefaults ¶

func NewUpdateInsertFunctionInstance200ResponseWithDefaults() *UpdateInsertFunctionInstance200Response

NewUpdateInsertFunctionInstance200ResponseWithDefaults instantiates a new UpdateInsertFunctionInstance200Response 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 (*UpdateInsertFunctionInstance200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateInsertFunctionInstance200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateInsertFunctionInstance200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (UpdateInsertFunctionInstance200Response) MarshalJSON ¶

func (o UpdateInsertFunctionInstance200Response) MarshalJSON() ([]byte, error)

func (*UpdateInsertFunctionInstance200Response) SetData ¶

SetData gets a reference to the given UpdateInsertFunctionInstanceAlphaOutput and assigns it to the Data field.

func (UpdateInsertFunctionInstance200Response) ToMap ¶

func (o UpdateInsertFunctionInstance200Response) ToMap() (map[string]interface{}, error)

type UpdateInsertFunctionInstanceAlphaInput ¶

type UpdateInsertFunctionInstanceAlphaInput struct {
	// Whether this insert Function instance should be enabled for the Destination.
	Enabled *bool `json:"enabled,omitempty"`
	// Defines the display name of the insert Function instance.
	Name *string `json:"name,omitempty"`
	// An object that contains settings for this insert Function instance based on the settings present in the insert Function class.
	Settings map[string]interface{} `json:"settings"`
}

UpdateInsertFunctionInstanceAlphaInput Updates an insert Function instance.

func NewUpdateInsertFunctionInstanceAlphaInput ¶

func NewUpdateInsertFunctionInstanceAlphaInput(
	settings map[string]interface{},
) *UpdateInsertFunctionInstanceAlphaInput

NewUpdateInsertFunctionInstanceAlphaInput instantiates a new UpdateInsertFunctionInstanceAlphaInput 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 NewUpdateInsertFunctionInstanceAlphaInputWithDefaults ¶

func NewUpdateInsertFunctionInstanceAlphaInputWithDefaults() *UpdateInsertFunctionInstanceAlphaInput

NewUpdateInsertFunctionInstanceAlphaInputWithDefaults instantiates a new UpdateInsertFunctionInstanceAlphaInput 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 (*UpdateInsertFunctionInstanceAlphaInput) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*UpdateInsertFunctionInstanceAlphaInput) GetEnabledOk ¶

func (o *UpdateInsertFunctionInstanceAlphaInput) 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 (*UpdateInsertFunctionInstanceAlphaInput) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateInsertFunctionInstanceAlphaInput) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateInsertFunctionInstanceAlphaInput) GetSettings ¶

func (o *UpdateInsertFunctionInstanceAlphaInput) GetSettings() map[string]interface{}

GetSettings returns the Settings field value

func (*UpdateInsertFunctionInstanceAlphaInput) GetSettingsOk ¶

func (o *UpdateInsertFunctionInstanceAlphaInput) GetSettingsOk() (map[string]interface{}, bool)

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (*UpdateInsertFunctionInstanceAlphaInput) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (*UpdateInsertFunctionInstanceAlphaInput) HasName ¶

HasName returns a boolean if a field has been set.

func (UpdateInsertFunctionInstanceAlphaInput) MarshalJSON ¶

func (o UpdateInsertFunctionInstanceAlphaInput) MarshalJSON() ([]byte, error)

func (*UpdateInsertFunctionInstanceAlphaInput) SetEnabled ¶

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*UpdateInsertFunctionInstanceAlphaInput) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpdateInsertFunctionInstanceAlphaInput) SetSettings ¶

func (o *UpdateInsertFunctionInstanceAlphaInput) SetSettings(v map[string]interface{})

SetSettings sets field value

func (UpdateInsertFunctionInstanceAlphaInput) ToMap ¶

func (o UpdateInsertFunctionInstanceAlphaInput) ToMap() (map[string]interface{}, error)

type UpdateInsertFunctionInstanceAlphaOutput ¶

type UpdateInsertFunctionInstanceAlphaOutput struct {
	InsertFunctionInstance InsertFunctionInstanceAlpha `json:"insertFunctionInstance"`
}

UpdateInsertFunctionInstanceAlphaOutput Returns the updated insert Function instance.

func NewUpdateInsertFunctionInstanceAlphaOutput ¶

func NewUpdateInsertFunctionInstanceAlphaOutput(
	insertFunctionInstance InsertFunctionInstanceAlpha,
) *UpdateInsertFunctionInstanceAlphaOutput

NewUpdateInsertFunctionInstanceAlphaOutput instantiates a new UpdateInsertFunctionInstanceAlphaOutput 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 NewUpdateInsertFunctionInstanceAlphaOutputWithDefaults ¶

func NewUpdateInsertFunctionInstanceAlphaOutputWithDefaults() *UpdateInsertFunctionInstanceAlphaOutput

NewUpdateInsertFunctionInstanceAlphaOutputWithDefaults instantiates a new UpdateInsertFunctionInstanceAlphaOutput 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 (*UpdateInsertFunctionInstanceAlphaOutput) GetInsertFunctionInstance ¶

GetInsertFunctionInstance returns the InsertFunctionInstance field value

func (*UpdateInsertFunctionInstanceAlphaOutput) GetInsertFunctionInstanceOk ¶

func (o *UpdateInsertFunctionInstanceAlphaOutput) GetInsertFunctionInstanceOk() (*InsertFunctionInstanceAlpha, bool)

GetInsertFunctionInstanceOk returns a tuple with the InsertFunctionInstance field value and a boolean to check if the value has been set.

func (UpdateInsertFunctionInstanceAlphaOutput) MarshalJSON ¶

func (o UpdateInsertFunctionInstanceAlphaOutput) MarshalJSON() ([]byte, error)

func (*UpdateInsertFunctionInstanceAlphaOutput) SetInsertFunctionInstance ¶

func (o *UpdateInsertFunctionInstanceAlphaOutput) SetInsertFunctionInstance(
	v InsertFunctionInstanceAlpha,
)

SetInsertFunctionInstance sets field value

func (UpdateInsertFunctionInstanceAlphaOutput) ToMap ¶

func (o UpdateInsertFunctionInstanceAlphaOutput) ToMap() (map[string]interface{}, error)

type UpdateProfilesWarehouseForSpaceWarehouse200Response ¶

type UpdateProfilesWarehouseForSpaceWarehouse200Response struct {
	Data *UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput `json:"data,omitempty"`
}

UpdateProfilesWarehouseForSpaceWarehouse200Response struct for UpdateProfilesWarehouseForSpaceWarehouse200Response

func NewUpdateProfilesWarehouseForSpaceWarehouse200Response ¶

func NewUpdateProfilesWarehouseForSpaceWarehouse200Response() *UpdateProfilesWarehouseForSpaceWarehouse200Response

NewUpdateProfilesWarehouseForSpaceWarehouse200Response instantiates a new UpdateProfilesWarehouseForSpaceWarehouse200Response 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 NewUpdateProfilesWarehouseForSpaceWarehouse200ResponseWithDefaults ¶

func NewUpdateProfilesWarehouseForSpaceWarehouse200ResponseWithDefaults() *UpdateProfilesWarehouseForSpaceWarehouse200Response

NewUpdateProfilesWarehouseForSpaceWarehouse200ResponseWithDefaults instantiates a new UpdateProfilesWarehouseForSpaceWarehouse200Response 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 (*UpdateProfilesWarehouseForSpaceWarehouse200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateProfilesWarehouseForSpaceWarehouse200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateProfilesWarehouseForSpaceWarehouse200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (UpdateProfilesWarehouseForSpaceWarehouse200Response) MarshalJSON ¶

func (*UpdateProfilesWarehouseForSpaceWarehouse200Response) SetData ¶

SetData gets a reference to the given UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput and assigns it to the Data field.

func (UpdateProfilesWarehouseForSpaceWarehouse200Response) ToMap ¶

type UpdateProfilesWarehouseForSpaceWarehouseAlphaInput ¶

type UpdateProfilesWarehouseForSpaceWarehouseAlphaInput struct {
	// An optional human-readable name for this Warehouse.
	Name *string `json:"name,omitempty"`
	// Enable to allow this Warehouse to receive data. Defaults to true.
	Enabled *bool `json:"enabled,omitempty"`
	// A key-value object that contains instance-specific Warehouse settings.
	Settings map[string]interface{} `json:"settings"`
	// The custom schema name that Segment uses on the Warehouse side. The space slug value is default otherwise.
	SchemaName *string `json:"schemaName,omitempty"`
}

UpdateProfilesWarehouseForSpaceWarehouseAlphaInput Updates a Profiles Warehouse based on a set of parameters.

func NewUpdateProfilesWarehouseForSpaceWarehouseAlphaInput ¶

func NewUpdateProfilesWarehouseForSpaceWarehouseAlphaInput(
	settings map[string]interface{},
) *UpdateProfilesWarehouseForSpaceWarehouseAlphaInput

NewUpdateProfilesWarehouseForSpaceWarehouseAlphaInput instantiates a new UpdateProfilesWarehouseForSpaceWarehouseAlphaInput 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 NewUpdateProfilesWarehouseForSpaceWarehouseAlphaInputWithDefaults ¶

func NewUpdateProfilesWarehouseForSpaceWarehouseAlphaInputWithDefaults() *UpdateProfilesWarehouseForSpaceWarehouseAlphaInput

NewUpdateProfilesWarehouseForSpaceWarehouseAlphaInputWithDefaults instantiates a new UpdateProfilesWarehouseForSpaceWarehouseAlphaInput 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 (*UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) GetEnabledOk ¶

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 (*UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) GetSchemaName ¶

GetSchemaName returns the SchemaName field value if set, zero value otherwise.

func (*UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) GetSchemaNameOk ¶

GetSchemaNameOk returns a tuple with the SchemaName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) GetSettings ¶

func (o *UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) GetSettings() map[string]interface{}

GetSettings returns the Settings field value

func (*UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) GetSettingsOk ¶

func (o *UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) GetSettingsOk() (map[string]interface{}, bool)

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (*UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (*UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) HasName ¶

HasName returns a boolean if a field has been set.

func (*UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) HasSchemaName ¶

HasSchemaName returns a boolean if a field has been set.

func (UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) MarshalJSON ¶

func (*UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) SetEnabled ¶

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) SetSchemaName ¶

SetSchemaName gets a reference to the given string and assigns it to the SchemaName field.

func (*UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) SetSettings ¶

func (o *UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) SetSettings(v map[string]interface{})

SetSettings sets field value

func (UpdateProfilesWarehouseForSpaceWarehouseAlphaInput) ToMap ¶

type UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput ¶

type UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput struct {
	ProfilesWarehouse ProfilesWarehouseAlpha `json:"profilesWarehouse"`
}

UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput Returns the updated Warehouse.

func NewUpdateProfilesWarehouseForSpaceWarehouseAlphaOutput ¶

func NewUpdateProfilesWarehouseForSpaceWarehouseAlphaOutput(
	profilesWarehouse ProfilesWarehouseAlpha,
) *UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput

NewUpdateProfilesWarehouseForSpaceWarehouseAlphaOutput instantiates a new UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput 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 NewUpdateProfilesWarehouseForSpaceWarehouseAlphaOutputWithDefaults ¶

func NewUpdateProfilesWarehouseForSpaceWarehouseAlphaOutputWithDefaults() *UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput

NewUpdateProfilesWarehouseForSpaceWarehouseAlphaOutputWithDefaults instantiates a new UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput 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 (*UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput) GetProfilesWarehouse ¶

GetProfilesWarehouse returns the ProfilesWarehouse field value

func (*UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput) GetProfilesWarehouseOk ¶

GetProfilesWarehouseOk returns a tuple with the ProfilesWarehouse field value and a boolean to check if the value has been set.

func (UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput) MarshalJSON ¶

func (*UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput) SetProfilesWarehouse ¶

SetProfilesWarehouse sets field value

func (UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput) ToMap ¶

type UpdateReverseEtlModel200Response ¶

type UpdateReverseEtlModel200Response struct {
	Data *UpdateReverseEtlModelOutput `json:"data,omitempty"`
}

UpdateReverseEtlModel200Response struct for UpdateReverseEtlModel200Response

func NewUpdateReverseEtlModel200Response ¶

func NewUpdateReverseEtlModel200Response() *UpdateReverseEtlModel200Response

NewUpdateReverseEtlModel200Response instantiates a new UpdateReverseEtlModel200Response 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 NewUpdateReverseEtlModel200ResponseWithDefaults ¶

func NewUpdateReverseEtlModel200ResponseWithDefaults() *UpdateReverseEtlModel200Response

NewUpdateReverseEtlModel200ResponseWithDefaults instantiates a new UpdateReverseEtlModel200Response 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 (*UpdateReverseEtlModel200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateReverseEtlModel200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateReverseEtlModel200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (UpdateReverseEtlModel200Response) MarshalJSON ¶

func (o UpdateReverseEtlModel200Response) MarshalJSON() ([]byte, error)

func (*UpdateReverseEtlModel200Response) SetData ¶

SetData gets a reference to the given UpdateReverseEtlModelOutput and assigns it to the Data field.

func (UpdateReverseEtlModel200Response) ToMap ¶

func (o UpdateReverseEtlModel200Response) ToMap() (map[string]interface{}, error)

type UpdateReverseEtlModelInput ¶

type UpdateReverseEtlModelInput struct {
	// A short, human-readable description of the Model.
	Name *string `json:"name,omitempty"`
	// A longer, more descriptive explanation of the Model.
	Description *string `json:"description,omitempty"`
	// Indicates whether the Model should have syncs enabled. When disabled, no syncs will be triggered, regardless of the enabled status of the attached destinations/subscriptions.
	Enabled *bool `json:"enabled,omitempty"`
	// The SQL query that will be executed to extract data from the connected Source.
	Query *string `json:"query,omitempty"`
	// Indicates the column named in `query` that should be used to uniquely identify the extracted records.
	QueryIdentifierColumn *string `json:"queryIdentifierColumn,omitempty"`
}

UpdateReverseEtlModelInput Defines how to update an existing Model.

func NewUpdateReverseEtlModelInput ¶

func NewUpdateReverseEtlModelInput() *UpdateReverseEtlModelInput

NewUpdateReverseEtlModelInput instantiates a new UpdateReverseEtlModelInput 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 NewUpdateReverseEtlModelInputWithDefaults ¶

func NewUpdateReverseEtlModelInputWithDefaults() *UpdateReverseEtlModelInput

NewUpdateReverseEtlModelInputWithDefaults instantiates a new UpdateReverseEtlModelInput 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 (*UpdateReverseEtlModelInput) GetDescription ¶

func (o *UpdateReverseEtlModelInput) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*UpdateReverseEtlModelInput) GetDescriptionOk ¶

func (o *UpdateReverseEtlModelInput) 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 (*UpdateReverseEtlModelInput) GetEnabled ¶

func (o *UpdateReverseEtlModelInput) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*UpdateReverseEtlModelInput) GetEnabledOk ¶

func (o *UpdateReverseEtlModelInput) 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 (*UpdateReverseEtlModelInput) GetName ¶

func (o *UpdateReverseEtlModelInput) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateReverseEtlModelInput) GetNameOk ¶

func (o *UpdateReverseEtlModelInput) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateReverseEtlModelInput) GetQuery ¶

func (o *UpdateReverseEtlModelInput) GetQuery() string

GetQuery returns the Query field value if set, zero value otherwise.

func (*UpdateReverseEtlModelInput) GetQueryIdentifierColumn ¶

func (o *UpdateReverseEtlModelInput) GetQueryIdentifierColumn() string

GetQueryIdentifierColumn returns the QueryIdentifierColumn field value if set, zero value otherwise.

func (*UpdateReverseEtlModelInput) GetQueryIdentifierColumnOk ¶

func (o *UpdateReverseEtlModelInput) GetQueryIdentifierColumnOk() (*string, bool)

GetQueryIdentifierColumnOk returns a tuple with the QueryIdentifierColumn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateReverseEtlModelInput) GetQueryOk ¶

func (o *UpdateReverseEtlModelInput) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateReverseEtlModelInput) HasDescription ¶

func (o *UpdateReverseEtlModelInput) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UpdateReverseEtlModelInput) HasEnabled ¶

func (o *UpdateReverseEtlModelInput) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*UpdateReverseEtlModelInput) HasName ¶

func (o *UpdateReverseEtlModelInput) HasName() bool

HasName returns a boolean if a field has been set.

func (*UpdateReverseEtlModelInput) HasQuery ¶

func (o *UpdateReverseEtlModelInput) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (*UpdateReverseEtlModelInput) HasQueryIdentifierColumn ¶

func (o *UpdateReverseEtlModelInput) HasQueryIdentifierColumn() bool

HasQueryIdentifierColumn returns a boolean if a field has been set.

func (UpdateReverseEtlModelInput) MarshalJSON ¶

func (o UpdateReverseEtlModelInput) MarshalJSON() ([]byte, error)

func (*UpdateReverseEtlModelInput) SetDescription ¶

func (o *UpdateReverseEtlModelInput) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*UpdateReverseEtlModelInput) SetEnabled ¶

func (o *UpdateReverseEtlModelInput) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*UpdateReverseEtlModelInput) SetName ¶

func (o *UpdateReverseEtlModelInput) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpdateReverseEtlModelInput) SetQuery ¶

func (o *UpdateReverseEtlModelInput) SetQuery(v string)

SetQuery gets a reference to the given string and assigns it to the Query field.

func (*UpdateReverseEtlModelInput) SetQueryIdentifierColumn ¶

func (o *UpdateReverseEtlModelInput) SetQueryIdentifierColumn(v string)

SetQueryIdentifierColumn gets a reference to the given string and assigns it to the QueryIdentifierColumn field.

func (UpdateReverseEtlModelInput) ToMap ¶

func (o UpdateReverseEtlModelInput) ToMap() (map[string]interface{}, error)

type UpdateReverseEtlModelOutput ¶

type UpdateReverseEtlModelOutput struct {
	ReverseEtlModel ReverseEtlModel `json:"reverseEtlModel"`
}

UpdateReverseEtlModelOutput Defines the results of updating a Model.

func NewUpdateReverseEtlModelOutput ¶

func NewUpdateReverseEtlModelOutput(reverseEtlModel ReverseEtlModel) *UpdateReverseEtlModelOutput

NewUpdateReverseEtlModelOutput instantiates a new UpdateReverseEtlModelOutput 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 NewUpdateReverseEtlModelOutputWithDefaults ¶

func NewUpdateReverseEtlModelOutputWithDefaults() *UpdateReverseEtlModelOutput

NewUpdateReverseEtlModelOutputWithDefaults instantiates a new UpdateReverseEtlModelOutput 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 (*UpdateReverseEtlModelOutput) GetReverseEtlModel ¶

func (o *UpdateReverseEtlModelOutput) GetReverseEtlModel() ReverseEtlModel

GetReverseEtlModel returns the ReverseEtlModel field value

func (*UpdateReverseEtlModelOutput) GetReverseEtlModelOk ¶

func (o *UpdateReverseEtlModelOutput) GetReverseEtlModelOk() (*ReverseEtlModel, bool)

GetReverseEtlModelOk returns a tuple with the ReverseEtlModel field value and a boolean to check if the value has been set.

func (UpdateReverseEtlModelOutput) MarshalJSON ¶

func (o UpdateReverseEtlModelOutput) MarshalJSON() ([]byte, error)

func (*UpdateReverseEtlModelOutput) SetReverseEtlModel ¶

func (o *UpdateReverseEtlModelOutput) SetReverseEtlModel(v ReverseEtlModel)

SetReverseEtlModel sets field value

func (UpdateReverseEtlModelOutput) ToMap ¶

func (o UpdateReverseEtlModelOutput) ToMap() (map[string]interface{}, error)

type UpdateRulesInTrackingPlan200Response ¶

type UpdateRulesInTrackingPlan200Response struct {
	Data *UpdateRulesInTrackingPlanV1Output `json:"data,omitempty"`
}

UpdateRulesInTrackingPlan200Response struct for UpdateRulesInTrackingPlan200Response

func NewUpdateRulesInTrackingPlan200Response ¶

func NewUpdateRulesInTrackingPlan200Response() *UpdateRulesInTrackingPlan200Response

NewUpdateRulesInTrackingPlan200Response instantiates a new UpdateRulesInTrackingPlan200Response 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 NewUpdateRulesInTrackingPlan200ResponseWithDefaults ¶

func NewUpdateRulesInTrackingPlan200ResponseWithDefaults() *UpdateRulesInTrackingPlan200Response

NewUpdateRulesInTrackingPlan200ResponseWithDefaults instantiates a new UpdateRulesInTrackingPlan200Response 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 (*UpdateRulesInTrackingPlan200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateRulesInTrackingPlan200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRulesInTrackingPlan200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (UpdateRulesInTrackingPlan200Response) MarshalJSON ¶

func (o UpdateRulesInTrackingPlan200Response) MarshalJSON() ([]byte, error)

func (*UpdateRulesInTrackingPlan200Response) SetData ¶

SetData gets a reference to the given UpdateRulesInTrackingPlanV1Output and assigns it to the Data field.

func (UpdateRulesInTrackingPlan200Response) ToMap ¶

func (o UpdateRulesInTrackingPlan200Response) ToMap() (map[string]interface{}, error)

type UpdateRulesInTrackingPlanV1Input ¶

type UpdateRulesInTrackingPlanV1Input struct {
	// Rules to update or insert.
	Rules []UpsertRuleV1 `json:"rules"`
}

UpdateRulesInTrackingPlanV1Input Updates Tracking Plan rules. Non-existent rules are added.

func NewUpdateRulesInTrackingPlanV1Input ¶

func NewUpdateRulesInTrackingPlanV1Input(rules []UpsertRuleV1) *UpdateRulesInTrackingPlanV1Input

NewUpdateRulesInTrackingPlanV1Input instantiates a new UpdateRulesInTrackingPlanV1Input 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 NewUpdateRulesInTrackingPlanV1InputWithDefaults ¶

func NewUpdateRulesInTrackingPlanV1InputWithDefaults() *UpdateRulesInTrackingPlanV1Input

NewUpdateRulesInTrackingPlanV1InputWithDefaults instantiates a new UpdateRulesInTrackingPlanV1Input 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 (*UpdateRulesInTrackingPlanV1Input) GetRules ¶

GetRules returns the Rules field value

func (*UpdateRulesInTrackingPlanV1Input) GetRulesOk ¶

func (o *UpdateRulesInTrackingPlanV1Input) GetRulesOk() ([]UpsertRuleV1, bool)

GetRulesOk returns a tuple with the Rules field value and a boolean to check if the value has been set.

func (UpdateRulesInTrackingPlanV1Input) MarshalJSON ¶

func (o UpdateRulesInTrackingPlanV1Input) MarshalJSON() ([]byte, error)

func (*UpdateRulesInTrackingPlanV1Input) SetRules ¶

SetRules sets field value

func (UpdateRulesInTrackingPlanV1Input) ToMap ¶

func (o UpdateRulesInTrackingPlanV1Input) ToMap() (map[string]interface{}, error)

type UpdateRulesInTrackingPlanV1Output ¶

type UpdateRulesInTrackingPlanV1Output struct {
	// The operation status.
	Status string `json:"status"`
}

UpdateRulesInTrackingPlanV1Output Updates Tracking Plan rules. Non-existent rules are added.

func NewUpdateRulesInTrackingPlanV1Output ¶

func NewUpdateRulesInTrackingPlanV1Output(status string) *UpdateRulesInTrackingPlanV1Output

NewUpdateRulesInTrackingPlanV1Output instantiates a new UpdateRulesInTrackingPlanV1Output 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 NewUpdateRulesInTrackingPlanV1OutputWithDefaults ¶

func NewUpdateRulesInTrackingPlanV1OutputWithDefaults() *UpdateRulesInTrackingPlanV1Output

NewUpdateRulesInTrackingPlanV1OutputWithDefaults instantiates a new UpdateRulesInTrackingPlanV1Output 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 (*UpdateRulesInTrackingPlanV1Output) GetStatus ¶

GetStatus returns the Status field value

func (*UpdateRulesInTrackingPlanV1Output) GetStatusOk ¶

func (o *UpdateRulesInTrackingPlanV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (UpdateRulesInTrackingPlanV1Output) MarshalJSON ¶

func (o UpdateRulesInTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*UpdateRulesInTrackingPlanV1Output) SetStatus ¶

func (o *UpdateRulesInTrackingPlanV1Output) SetStatus(v string)

SetStatus sets field value

func (UpdateRulesInTrackingPlanV1Output) ToMap ¶

func (o UpdateRulesInTrackingPlanV1Output) ToMap() (map[string]interface{}, error)

type UpdateSchemaSettingsInSource200Response ¶

type UpdateSchemaSettingsInSource200Response struct {
	Data *UpdateSchemaSettingsInSourceV1Output `json:"data,omitempty"`
}

UpdateSchemaSettingsInSource200Response struct for UpdateSchemaSettingsInSource200Response

func NewUpdateSchemaSettingsInSource200Response ¶

func NewUpdateSchemaSettingsInSource200Response() *UpdateSchemaSettingsInSource200Response

NewUpdateSchemaSettingsInSource200Response instantiates a new UpdateSchemaSettingsInSource200Response 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 NewUpdateSchemaSettingsInSource200ResponseWithDefaults ¶

func NewUpdateSchemaSettingsInSource200ResponseWithDefaults() *UpdateSchemaSettingsInSource200Response

NewUpdateSchemaSettingsInSource200ResponseWithDefaults instantiates a new UpdateSchemaSettingsInSource200Response 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 (*UpdateSchemaSettingsInSource200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateSchemaSettingsInSource200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSchemaSettingsInSource200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (UpdateSchemaSettingsInSource200Response) MarshalJSON ¶

func (o UpdateSchemaSettingsInSource200Response) MarshalJSON() ([]byte, error)

func (*UpdateSchemaSettingsInSource200Response) SetData ¶

SetData gets a reference to the given UpdateSchemaSettingsInSourceV1Output and assigns it to the Data field.

func (UpdateSchemaSettingsInSource200Response) ToMap ¶

func (o UpdateSchemaSettingsInSource200Response) ToMap() (map[string]interface{}, error)

type UpdateSchemaSettingsInSourceV1Input ¶

type UpdateSchemaSettingsInSourceV1Input struct {
	Track    *TrackSourceSettingsV1    `json:"track,omitempty"`
	Identify *IdentifySourceSettingsV1 `json:"identify,omitempty"`
	Group    *GroupSourceSettingsV1    `json:"group,omitempty"`
	// Source id to forward violations to.
	ForwardingViolationsTo *string `json:"forwardingViolationsTo,omitempty"`
	// Source id to forward blocked events to.
	ForwardingBlockedEventsTo *string `json:"forwardingBlockedEventsTo,omitempty"`
}

UpdateSchemaSettingsInSourceV1Input Input to update a Source's settings.

func NewUpdateSchemaSettingsInSourceV1Input ¶

func NewUpdateSchemaSettingsInSourceV1Input() *UpdateSchemaSettingsInSourceV1Input

NewUpdateSchemaSettingsInSourceV1Input instantiates a new UpdateSchemaSettingsInSourceV1Input 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 NewUpdateSchemaSettingsInSourceV1InputWithDefaults ¶

func NewUpdateSchemaSettingsInSourceV1InputWithDefaults() *UpdateSchemaSettingsInSourceV1Input

NewUpdateSchemaSettingsInSourceV1InputWithDefaults instantiates a new UpdateSchemaSettingsInSourceV1Input 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 (*UpdateSchemaSettingsInSourceV1Input) GetForwardingBlockedEventsTo ¶

func (o *UpdateSchemaSettingsInSourceV1Input) GetForwardingBlockedEventsTo() string

GetForwardingBlockedEventsTo returns the ForwardingBlockedEventsTo field value if set, zero value otherwise.

func (*UpdateSchemaSettingsInSourceV1Input) GetForwardingBlockedEventsToOk ¶

func (o *UpdateSchemaSettingsInSourceV1Input) GetForwardingBlockedEventsToOk() (*string, bool)

GetForwardingBlockedEventsToOk returns a tuple with the ForwardingBlockedEventsTo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSchemaSettingsInSourceV1Input) GetForwardingViolationsTo ¶

func (o *UpdateSchemaSettingsInSourceV1Input) GetForwardingViolationsTo() string

GetForwardingViolationsTo returns the ForwardingViolationsTo field value if set, zero value otherwise.

func (*UpdateSchemaSettingsInSourceV1Input) GetForwardingViolationsToOk ¶

func (o *UpdateSchemaSettingsInSourceV1Input) GetForwardingViolationsToOk() (*string, bool)

GetForwardingViolationsToOk returns a tuple with the ForwardingViolationsTo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSchemaSettingsInSourceV1Input) GetGroup ¶

GetGroup returns the Group field value if set, zero value otherwise.

func (*UpdateSchemaSettingsInSourceV1Input) GetGroupOk ¶

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSchemaSettingsInSourceV1Input) GetIdentify ¶

GetIdentify returns the Identify field value if set, zero value otherwise.

func (*UpdateSchemaSettingsInSourceV1Input) GetIdentifyOk ¶

GetIdentifyOk returns a tuple with the Identify field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSchemaSettingsInSourceV1Input) GetTrack ¶

GetTrack returns the Track field value if set, zero value otherwise.

func (*UpdateSchemaSettingsInSourceV1Input) GetTrackOk ¶

GetTrackOk returns a tuple with the Track field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSchemaSettingsInSourceV1Input) HasForwardingBlockedEventsTo ¶

func (o *UpdateSchemaSettingsInSourceV1Input) HasForwardingBlockedEventsTo() bool

HasForwardingBlockedEventsTo returns a boolean if a field has been set.

func (*UpdateSchemaSettingsInSourceV1Input) HasForwardingViolationsTo ¶

func (o *UpdateSchemaSettingsInSourceV1Input) HasForwardingViolationsTo() bool

HasForwardingViolationsTo returns a boolean if a field has been set.

func (*UpdateSchemaSettingsInSourceV1Input) HasGroup ¶

HasGroup returns a boolean if a field has been set.

func (*UpdateSchemaSettingsInSourceV1Input) HasIdentify ¶

func (o *UpdateSchemaSettingsInSourceV1Input) HasIdentify() bool

HasIdentify returns a boolean if a field has been set.

func (*UpdateSchemaSettingsInSourceV1Input) HasTrack ¶

HasTrack returns a boolean if a field has been set.

func (UpdateSchemaSettingsInSourceV1Input) MarshalJSON ¶

func (o UpdateSchemaSettingsInSourceV1Input) MarshalJSON() ([]byte, error)

func (*UpdateSchemaSettingsInSourceV1Input) SetForwardingBlockedEventsTo ¶

func (o *UpdateSchemaSettingsInSourceV1Input) SetForwardingBlockedEventsTo(v string)

SetForwardingBlockedEventsTo gets a reference to the given string and assigns it to the ForwardingBlockedEventsTo field.

func (*UpdateSchemaSettingsInSourceV1Input) SetForwardingViolationsTo ¶

func (o *UpdateSchemaSettingsInSourceV1Input) SetForwardingViolationsTo(v string)

SetForwardingViolationsTo gets a reference to the given string and assigns it to the ForwardingViolationsTo field.

func (*UpdateSchemaSettingsInSourceV1Input) SetGroup ¶

SetGroup gets a reference to the given GroupSourceSettingsV1 and assigns it to the Group field.

func (*UpdateSchemaSettingsInSourceV1Input) SetIdentify ¶

SetIdentify gets a reference to the given IdentifySourceSettingsV1 and assigns it to the Identify field.

func (*UpdateSchemaSettingsInSourceV1Input) SetTrack ¶

SetTrack gets a reference to the given TrackSourceSettingsV1 and assigns it to the Track field.

func (UpdateSchemaSettingsInSourceV1Input) ToMap ¶

func (o UpdateSchemaSettingsInSourceV1Input) ToMap() (map[string]interface{}, error)

type UpdateSchemaSettingsInSourceV1Output ¶

type UpdateSchemaSettingsInSourceV1Output struct {
	// The id of the updated Source.  Config API note: analogous to `parent` and `name`.
	SourceId string                 `json:"sourceId"`
	Settings SourceSettingsOutputV1 `json:"settings"`
}

UpdateSchemaSettingsInSourceV1Output Output of the Source with updated settings.

func NewUpdateSchemaSettingsInSourceV1Output ¶

func NewUpdateSchemaSettingsInSourceV1Output(
	sourceId string,
	settings SourceSettingsOutputV1,
) *UpdateSchemaSettingsInSourceV1Output

NewUpdateSchemaSettingsInSourceV1Output instantiates a new UpdateSchemaSettingsInSourceV1Output 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 NewUpdateSchemaSettingsInSourceV1OutputWithDefaults ¶

func NewUpdateSchemaSettingsInSourceV1OutputWithDefaults() *UpdateSchemaSettingsInSourceV1Output

NewUpdateSchemaSettingsInSourceV1OutputWithDefaults instantiates a new UpdateSchemaSettingsInSourceV1Output 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 (*UpdateSchemaSettingsInSourceV1Output) GetSettings ¶

GetSettings returns the Settings field value

func (*UpdateSchemaSettingsInSourceV1Output) GetSettingsOk ¶

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (*UpdateSchemaSettingsInSourceV1Output) GetSourceId ¶

GetSourceId returns the SourceId field value

func (*UpdateSchemaSettingsInSourceV1Output) GetSourceIdOk ¶

func (o *UpdateSchemaSettingsInSourceV1Output) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (UpdateSchemaSettingsInSourceV1Output) MarshalJSON ¶

func (o UpdateSchemaSettingsInSourceV1Output) MarshalJSON() ([]byte, error)

func (*UpdateSchemaSettingsInSourceV1Output) SetSettings ¶

SetSettings sets field value

func (*UpdateSchemaSettingsInSourceV1Output) SetSourceId ¶

func (o *UpdateSchemaSettingsInSourceV1Output) SetSourceId(v string)

SetSourceId sets field value

func (UpdateSchemaSettingsInSourceV1Output) ToMap ¶

func (o UpdateSchemaSettingsInSourceV1Output) ToMap() (map[string]interface{}, error)

type UpdateSelectiveSyncForWarehouse200Response ¶

type UpdateSelectiveSyncForWarehouse200Response struct {
	Data *UpdateSelectiveSyncForWarehouseV1Output `json:"data,omitempty"`
}

UpdateSelectiveSyncForWarehouse200Response struct for UpdateSelectiveSyncForWarehouse200Response

func NewUpdateSelectiveSyncForWarehouse200Response ¶

func NewUpdateSelectiveSyncForWarehouse200Response() *UpdateSelectiveSyncForWarehouse200Response

NewUpdateSelectiveSyncForWarehouse200Response instantiates a new UpdateSelectiveSyncForWarehouse200Response 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 NewUpdateSelectiveSyncForWarehouse200ResponseWithDefaults ¶

func NewUpdateSelectiveSyncForWarehouse200ResponseWithDefaults() *UpdateSelectiveSyncForWarehouse200Response

NewUpdateSelectiveSyncForWarehouse200ResponseWithDefaults instantiates a new UpdateSelectiveSyncForWarehouse200Response 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 (*UpdateSelectiveSyncForWarehouse200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateSelectiveSyncForWarehouse200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSelectiveSyncForWarehouse200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (UpdateSelectiveSyncForWarehouse200Response) MarshalJSON ¶

func (*UpdateSelectiveSyncForWarehouse200Response) SetData ¶

SetData gets a reference to the given UpdateSelectiveSyncForWarehouseV1Output and assigns it to the Data field.

func (UpdateSelectiveSyncForWarehouse200Response) ToMap ¶

func (o UpdateSelectiveSyncForWarehouse200Response) ToMap() (map[string]interface{}, error)

type UpdateSelectiveSyncForWarehouseAndSpace200Response ¶

type UpdateSelectiveSyncForWarehouseAndSpace200Response struct {
	Data *UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput `json:"data,omitempty"`
}

UpdateSelectiveSyncForWarehouseAndSpace200Response struct for UpdateSelectiveSyncForWarehouseAndSpace200Response

func NewUpdateSelectiveSyncForWarehouseAndSpace200Response ¶

func NewUpdateSelectiveSyncForWarehouseAndSpace200Response() *UpdateSelectiveSyncForWarehouseAndSpace200Response

NewUpdateSelectiveSyncForWarehouseAndSpace200Response instantiates a new UpdateSelectiveSyncForWarehouseAndSpace200Response 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 NewUpdateSelectiveSyncForWarehouseAndSpace200ResponseWithDefaults ¶

func NewUpdateSelectiveSyncForWarehouseAndSpace200ResponseWithDefaults() *UpdateSelectiveSyncForWarehouseAndSpace200Response

NewUpdateSelectiveSyncForWarehouseAndSpace200ResponseWithDefaults instantiates a new UpdateSelectiveSyncForWarehouseAndSpace200Response 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 (*UpdateSelectiveSyncForWarehouseAndSpace200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateSelectiveSyncForWarehouseAndSpace200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSelectiveSyncForWarehouseAndSpace200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (UpdateSelectiveSyncForWarehouseAndSpace200Response) MarshalJSON ¶

func (*UpdateSelectiveSyncForWarehouseAndSpace200Response) SetData ¶

SetData gets a reference to the given UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput and assigns it to the Data field.

func (UpdateSelectiveSyncForWarehouseAndSpace200Response) ToMap ¶

type UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput ¶

type UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput struct {
	// A list of sync Schema overrides to apply to this Space Warehouse. Note: Selective Sync is not supported if the enableEventTables flag is false.
	SyncOverrides []SpaceWarehouseSchemaOverride `json:"syncOverrides,omitempty"`
	// A flag to enable or disable all event Tables. This field is optional.
	EnableEventTables *bool `json:"enableEventTables,omitempty"`
}

UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput Updates the schema for a Space Warehouse connection.

func NewUpdateSelectiveSyncForWarehouseAndSpaceAlphaInput ¶

func NewUpdateSelectiveSyncForWarehouseAndSpaceAlphaInput() *UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput

NewUpdateSelectiveSyncForWarehouseAndSpaceAlphaInput instantiates a new UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput 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 NewUpdateSelectiveSyncForWarehouseAndSpaceAlphaInputWithDefaults ¶

func NewUpdateSelectiveSyncForWarehouseAndSpaceAlphaInputWithDefaults() *UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput

NewUpdateSelectiveSyncForWarehouseAndSpaceAlphaInputWithDefaults instantiates a new UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput 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 (*UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) GetEnableEventTables ¶

func (o *UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) GetEnableEventTables() bool

GetEnableEventTables returns the EnableEventTables field value if set, zero value otherwise.

func (*UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) GetEnableEventTablesOk ¶

func (o *UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) GetEnableEventTablesOk() (*bool, bool)

GetEnableEventTablesOk returns a tuple with the EnableEventTables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) GetSyncOverrides ¶

GetSyncOverrides returns the SyncOverrides field value if set, zero value otherwise.

func (*UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) GetSyncOverridesOk ¶

GetSyncOverridesOk returns a tuple with the SyncOverrides field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) HasEnableEventTables ¶

func (o *UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) HasEnableEventTables() bool

HasEnableEventTables returns a boolean if a field has been set.

func (*UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) HasSyncOverrides ¶

HasSyncOverrides returns a boolean if a field has been set.

func (UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) MarshalJSON ¶

func (*UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) SetEnableEventTables ¶

func (o *UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) SetEnableEventTables(v bool)

SetEnableEventTables gets a reference to the given bool and assigns it to the EnableEventTables field.

func (*UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) SetSyncOverrides ¶

SetSyncOverrides gets a reference to the given []SpaceWarehouseSchemaOverride and assigns it to the SyncOverrides field.

func (UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) ToMap ¶

func (o UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput) ToMap() (map[string]interface{}, error)

type UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput ¶

type UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput struct {
	// Status of the update operation.
	Status string `json:"status"`
}

UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput Results from a SelectiveSync patch to a Space Warehouse connection.

func NewUpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput ¶

func NewUpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput(
	status string,
) *UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput

NewUpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput instantiates a new UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput 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 NewUpdateSelectiveSyncForWarehouseAndSpaceAlphaOutputWithDefaults ¶

func NewUpdateSelectiveSyncForWarehouseAndSpaceAlphaOutputWithDefaults() *UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput

NewUpdateSelectiveSyncForWarehouseAndSpaceAlphaOutputWithDefaults instantiates a new UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput 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 (*UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput) GetStatus ¶

GetStatus returns the Status field value

func (*UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput) MarshalJSON ¶

func (*UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput) SetStatus ¶

SetStatus sets field value

func (UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput) ToMap ¶

type UpdateSelectiveSyncForWarehouseV1Input ¶

type UpdateSelectiveSyncForWarehouseV1Input struct {
	// A list of sync schema overrides to apply to this Warehouse.
	SyncOverrides []WarehouseSyncOverrideV1 `json:"syncOverrides"`
}

UpdateSelectiveSyncForWarehouseV1Input Updates the schema for a Warehouse/sources pair.

func NewUpdateSelectiveSyncForWarehouseV1Input ¶

func NewUpdateSelectiveSyncForWarehouseV1Input(
	syncOverrides []WarehouseSyncOverrideV1,
) *UpdateSelectiveSyncForWarehouseV1Input

NewUpdateSelectiveSyncForWarehouseV1Input instantiates a new UpdateSelectiveSyncForWarehouseV1Input 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 NewUpdateSelectiveSyncForWarehouseV1InputWithDefaults ¶

func NewUpdateSelectiveSyncForWarehouseV1InputWithDefaults() *UpdateSelectiveSyncForWarehouseV1Input

NewUpdateSelectiveSyncForWarehouseV1InputWithDefaults instantiates a new UpdateSelectiveSyncForWarehouseV1Input 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 (*UpdateSelectiveSyncForWarehouseV1Input) GetSyncOverrides ¶

GetSyncOverrides returns the SyncOverrides field value

func (*UpdateSelectiveSyncForWarehouseV1Input) GetSyncOverridesOk ¶

GetSyncOverridesOk returns a tuple with the SyncOverrides field value and a boolean to check if the value has been set.

func (UpdateSelectiveSyncForWarehouseV1Input) MarshalJSON ¶

func (o UpdateSelectiveSyncForWarehouseV1Input) MarshalJSON() ([]byte, error)

func (*UpdateSelectiveSyncForWarehouseV1Input) SetSyncOverrides ¶

SetSyncOverrides sets field value

func (UpdateSelectiveSyncForWarehouseV1Input) ToMap ¶

func (o UpdateSelectiveSyncForWarehouseV1Input) ToMap() (map[string]interface{}, error)

type UpdateSelectiveSyncForWarehouseV1Output ¶

type UpdateSelectiveSyncForWarehouseV1Output struct {
	// Status of the update operation.
	Status string `json:"status"`
	// Warnings returned by the operation.
	Warnings []string `json:"warnings"`
}

UpdateSelectiveSyncForWarehouseV1Output Results from updating the schema for a Warehouse/source pair.

func NewUpdateSelectiveSyncForWarehouseV1Output ¶

func NewUpdateSelectiveSyncForWarehouseV1Output(
	status string,
	warnings []string,
) *UpdateSelectiveSyncForWarehouseV1Output

NewUpdateSelectiveSyncForWarehouseV1Output instantiates a new UpdateSelectiveSyncForWarehouseV1Output 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 NewUpdateSelectiveSyncForWarehouseV1OutputWithDefaults ¶

func NewUpdateSelectiveSyncForWarehouseV1OutputWithDefaults() *UpdateSelectiveSyncForWarehouseV1Output

NewUpdateSelectiveSyncForWarehouseV1OutputWithDefaults instantiates a new UpdateSelectiveSyncForWarehouseV1Output 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 (*UpdateSelectiveSyncForWarehouseV1Output) GetStatus ¶

GetStatus returns the Status field value

func (*UpdateSelectiveSyncForWarehouseV1Output) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*UpdateSelectiveSyncForWarehouseV1Output) GetWarnings ¶

GetWarnings returns the Warnings field value

func (*UpdateSelectiveSyncForWarehouseV1Output) GetWarningsOk ¶

func (o *UpdateSelectiveSyncForWarehouseV1Output) GetWarningsOk() ([]string, bool)

GetWarningsOk returns a tuple with the Warnings field value and a boolean to check if the value has been set.

func (UpdateSelectiveSyncForWarehouseV1Output) MarshalJSON ¶

func (o UpdateSelectiveSyncForWarehouseV1Output) MarshalJSON() ([]byte, error)

func (*UpdateSelectiveSyncForWarehouseV1Output) SetStatus ¶

SetStatus sets field value

func (*UpdateSelectiveSyncForWarehouseV1Output) SetWarnings ¶

func (o *UpdateSelectiveSyncForWarehouseV1Output) SetWarnings(v []string)

SetWarnings sets field value

func (UpdateSelectiveSyncForWarehouseV1Output) ToMap ¶

func (o UpdateSelectiveSyncForWarehouseV1Output) ToMap() (map[string]interface{}, error)

type UpdateSource200Response ¶

type UpdateSource200Response struct {
	Data *UpdateSourceV1Output `json:"data,omitempty"`
}

UpdateSource200Response struct for UpdateSource200Response

func NewUpdateSource200Response ¶

func NewUpdateSource200Response() *UpdateSource200Response

NewUpdateSource200Response instantiates a new UpdateSource200Response 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 NewUpdateSource200ResponseWithDefaults ¶

func NewUpdateSource200ResponseWithDefaults() *UpdateSource200Response

NewUpdateSource200ResponseWithDefaults instantiates a new UpdateSource200Response 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 (*UpdateSource200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateSource200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSource200Response) HasData ¶

func (o *UpdateSource200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (UpdateSource200Response) MarshalJSON ¶

func (o UpdateSource200Response) MarshalJSON() ([]byte, error)

func (*UpdateSource200Response) SetData ¶

SetData gets a reference to the given UpdateSourceV1Output and assigns it to the Data field.

func (UpdateSource200Response) ToMap ¶

func (o UpdateSource200Response) ToMap() (map[string]interface{}, error)

type UpdateSource200Response1 ¶

type UpdateSource200Response1 struct {
	Data *UpdateSourceAlphaOutput `json:"data,omitempty"`
}

UpdateSource200Response1 struct for UpdateSource200Response1

func NewUpdateSource200Response1 ¶

func NewUpdateSource200Response1() *UpdateSource200Response1

NewUpdateSource200Response1 instantiates a new UpdateSource200Response1 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 NewUpdateSource200Response1WithDefaults ¶

func NewUpdateSource200Response1WithDefaults() *UpdateSource200Response1

NewUpdateSource200Response1WithDefaults instantiates a new UpdateSource200Response1 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 (*UpdateSource200Response1) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateSource200Response1) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSource200Response1) HasData ¶

func (o *UpdateSource200Response1) HasData() bool

HasData returns a boolean if a field has been set.

func (UpdateSource200Response1) MarshalJSON ¶

func (o UpdateSource200Response1) MarshalJSON() ([]byte, error)

func (*UpdateSource200Response1) SetData ¶

SetData gets a reference to the given UpdateSourceAlphaOutput and assigns it to the Data field.

func (UpdateSource200Response1) ToMap ¶

func (o UpdateSource200Response1) ToMap() (map[string]interface{}, error)

type UpdateSourceAlphaInput ¶

type UpdateSourceAlphaInput struct {
	// An optional human-readable name to associate with the Source.  Config API note: equal to `displayName`.
	Name *string `json:"name,omitempty"`
	// Enable to allow the Source to send data.
	Enabled *bool `json:"enabled,omitempty"`
	// The slug that identifies the Source.  Config API note: equal to `name`.
	Slug *string `json:"slug,omitempty"`
	// A key-value object that contains instance-specific settings for a Source.  The `options` field in the Source metadata defines the schema of this object.
	Settings map[string]interface{} `json:"settings,omitempty"`
}

UpdateSourceAlphaInput Updates an existing Source based on a set of parameters.

func NewUpdateSourceAlphaInput ¶

func NewUpdateSourceAlphaInput() *UpdateSourceAlphaInput

NewUpdateSourceAlphaInput instantiates a new UpdateSourceAlphaInput 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 NewUpdateSourceAlphaInputWithDefaults ¶

func NewUpdateSourceAlphaInputWithDefaults() *UpdateSourceAlphaInput

NewUpdateSourceAlphaInputWithDefaults instantiates a new UpdateSourceAlphaInput 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 (*UpdateSourceAlphaInput) GetEnabled ¶

func (o *UpdateSourceAlphaInput) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*UpdateSourceAlphaInput) GetEnabledOk ¶

func (o *UpdateSourceAlphaInput) 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 (*UpdateSourceAlphaInput) GetName ¶

func (o *UpdateSourceAlphaInput) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateSourceAlphaInput) GetNameOk ¶

func (o *UpdateSourceAlphaInput) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSourceAlphaInput) GetSettings ¶

func (o *UpdateSourceAlphaInput) GetSettings() map[string]interface{}

GetSettings returns the Settings field value if set, zero value otherwise.

func (*UpdateSourceAlphaInput) GetSettingsOk ¶

func (o *UpdateSourceAlphaInput) GetSettingsOk() (map[string]interface{}, 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 (*UpdateSourceAlphaInput) GetSlug ¶

func (o *UpdateSourceAlphaInput) GetSlug() string

GetSlug returns the Slug field value if set, zero value otherwise.

func (*UpdateSourceAlphaInput) GetSlugOk ¶

func (o *UpdateSourceAlphaInput) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSourceAlphaInput) HasEnabled ¶

func (o *UpdateSourceAlphaInput) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*UpdateSourceAlphaInput) HasName ¶

func (o *UpdateSourceAlphaInput) HasName() bool

HasName returns a boolean if a field has been set.

func (*UpdateSourceAlphaInput) HasSettings ¶

func (o *UpdateSourceAlphaInput) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (*UpdateSourceAlphaInput) HasSlug ¶

func (o *UpdateSourceAlphaInput) HasSlug() bool

HasSlug returns a boolean if a field has been set.

func (UpdateSourceAlphaInput) MarshalJSON ¶

func (o UpdateSourceAlphaInput) MarshalJSON() ([]byte, error)

func (*UpdateSourceAlphaInput) SetEnabled ¶

func (o *UpdateSourceAlphaInput) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*UpdateSourceAlphaInput) SetName ¶

func (o *UpdateSourceAlphaInput) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpdateSourceAlphaInput) SetSettings ¶

func (o *UpdateSourceAlphaInput) SetSettings(v map[string]interface{})

SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.

func (*UpdateSourceAlphaInput) SetSlug ¶

func (o *UpdateSourceAlphaInput) SetSlug(v string)

SetSlug gets a reference to the given string and assigns it to the Slug field.

func (UpdateSourceAlphaInput) ToMap ¶

func (o UpdateSourceAlphaInput) ToMap() (map[string]interface{}, error)

type UpdateSourceAlphaOutput ¶

type UpdateSourceAlphaOutput struct {
	Source SourceAlpha `json:"source"`
}

UpdateSourceAlphaOutput Returns the updated Source.

func NewUpdateSourceAlphaOutput ¶

func NewUpdateSourceAlphaOutput(source SourceAlpha) *UpdateSourceAlphaOutput

NewUpdateSourceAlphaOutput instantiates a new UpdateSourceAlphaOutput 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 NewUpdateSourceAlphaOutputWithDefaults ¶

func NewUpdateSourceAlphaOutputWithDefaults() *UpdateSourceAlphaOutput

NewUpdateSourceAlphaOutputWithDefaults instantiates a new UpdateSourceAlphaOutput 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 (*UpdateSourceAlphaOutput) GetSource ¶

func (o *UpdateSourceAlphaOutput) GetSource() SourceAlpha

GetSource returns the Source field value

func (*UpdateSourceAlphaOutput) GetSourceOk ¶

func (o *UpdateSourceAlphaOutput) GetSourceOk() (*SourceAlpha, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (UpdateSourceAlphaOutput) MarshalJSON ¶

func (o UpdateSourceAlphaOutput) MarshalJSON() ([]byte, error)

func (*UpdateSourceAlphaOutput) SetSource ¶

func (o *UpdateSourceAlphaOutput) SetSource(v SourceAlpha)

SetSource sets field value

func (UpdateSourceAlphaOutput) ToMap ¶

func (o UpdateSourceAlphaOutput) ToMap() (map[string]interface{}, error)

type UpdateSourceV1Input ¶

type UpdateSourceV1Input struct {
	// An optional human-readable name to associate with the Source.  Config API note: equal to `displayName`.
	Name *string `json:"name,omitempty"`
	// Enable to allow the Source to send data.
	Enabled *bool `json:"enabled,omitempty"`
	// The slug that identifies the Source.  Config API note: equal to `name`.
	Slug *string `json:"slug,omitempty"`
	// A key-value object that contains instance-specific settings for a Source.  The `options` field in the Source metadata defines the schema of this object.
	Settings map[string]interface{} `json:"settings,omitempty"`
}

UpdateSourceV1Input Updates an existing Source based on a set of parameters.

func NewUpdateSourceV1Input ¶

func NewUpdateSourceV1Input() *UpdateSourceV1Input

NewUpdateSourceV1Input instantiates a new UpdateSourceV1Input 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 NewUpdateSourceV1InputWithDefaults ¶

func NewUpdateSourceV1InputWithDefaults() *UpdateSourceV1Input

NewUpdateSourceV1InputWithDefaults instantiates a new UpdateSourceV1Input 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 (*UpdateSourceV1Input) GetEnabled ¶

func (o *UpdateSourceV1Input) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*UpdateSourceV1Input) GetEnabledOk ¶

func (o *UpdateSourceV1Input) 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 (*UpdateSourceV1Input) GetName ¶

func (o *UpdateSourceV1Input) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateSourceV1Input) GetNameOk ¶

func (o *UpdateSourceV1Input) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSourceV1Input) GetSettings ¶

func (o *UpdateSourceV1Input) GetSettings() map[string]interface{}

GetSettings returns the Settings field value if set, zero value otherwise.

func (*UpdateSourceV1Input) GetSettingsOk ¶

func (o *UpdateSourceV1Input) GetSettingsOk() (map[string]interface{}, 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 (*UpdateSourceV1Input) GetSlug ¶

func (o *UpdateSourceV1Input) GetSlug() string

GetSlug returns the Slug field value if set, zero value otherwise.

func (*UpdateSourceV1Input) GetSlugOk ¶

func (o *UpdateSourceV1Input) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSourceV1Input) HasEnabled ¶

func (o *UpdateSourceV1Input) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*UpdateSourceV1Input) HasName ¶

func (o *UpdateSourceV1Input) HasName() bool

HasName returns a boolean if a field has been set.

func (*UpdateSourceV1Input) HasSettings ¶

func (o *UpdateSourceV1Input) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (*UpdateSourceV1Input) HasSlug ¶

func (o *UpdateSourceV1Input) HasSlug() bool

HasSlug returns a boolean if a field has been set.

func (UpdateSourceV1Input) MarshalJSON ¶

func (o UpdateSourceV1Input) MarshalJSON() ([]byte, error)

func (*UpdateSourceV1Input) SetEnabled ¶

func (o *UpdateSourceV1Input) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*UpdateSourceV1Input) SetName ¶

func (o *UpdateSourceV1Input) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpdateSourceV1Input) SetSettings ¶

func (o *UpdateSourceV1Input) SetSettings(v map[string]interface{})

SetSettings gets a reference to the given map[string]interface{} and assigns it to the Settings field.

func (*UpdateSourceV1Input) SetSlug ¶

func (o *UpdateSourceV1Input) SetSlug(v string)

SetSlug gets a reference to the given string and assigns it to the Slug field.

func (UpdateSourceV1Input) ToMap ¶

func (o UpdateSourceV1Input) ToMap() (map[string]interface{}, error)

type UpdateSourceV1Output ¶

type UpdateSourceV1Output struct {
	Source SourceV1 `json:"source"`
}

UpdateSourceV1Output Returns the updated Source.

func NewUpdateSourceV1Output ¶

func NewUpdateSourceV1Output(source SourceV1) *UpdateSourceV1Output

NewUpdateSourceV1Output instantiates a new UpdateSourceV1Output 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 NewUpdateSourceV1OutputWithDefaults ¶

func NewUpdateSourceV1OutputWithDefaults() *UpdateSourceV1Output

NewUpdateSourceV1OutputWithDefaults instantiates a new UpdateSourceV1Output 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 (*UpdateSourceV1Output) GetSource ¶

func (o *UpdateSourceV1Output) GetSource() SourceV1

GetSource returns the Source field value

func (*UpdateSourceV1Output) GetSourceOk ¶

func (o *UpdateSourceV1Output) GetSourceOk() (*SourceV1, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (UpdateSourceV1Output) MarshalJSON ¶

func (o UpdateSourceV1Output) MarshalJSON() ([]byte, error)

func (*UpdateSourceV1Output) SetSource ¶

func (o *UpdateSourceV1Output) SetSource(v SourceV1)

SetSource sets field value

func (UpdateSourceV1Output) ToMap ¶

func (o UpdateSourceV1Output) ToMap() (map[string]interface{}, error)

type UpdateSubscriptionForDestination200Response ¶

type UpdateSubscriptionForDestination200Response struct {
	Data *UpdateSubscriptionForDestinationAlphaOutput `json:"data,omitempty"`
}

UpdateSubscriptionForDestination200Response struct for UpdateSubscriptionForDestination200Response

func NewUpdateSubscriptionForDestination200Response ¶

func NewUpdateSubscriptionForDestination200Response() *UpdateSubscriptionForDestination200Response

NewUpdateSubscriptionForDestination200Response instantiates a new UpdateSubscriptionForDestination200Response 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 NewUpdateSubscriptionForDestination200ResponseWithDefaults ¶

func NewUpdateSubscriptionForDestination200ResponseWithDefaults() *UpdateSubscriptionForDestination200Response

NewUpdateSubscriptionForDestination200ResponseWithDefaults instantiates a new UpdateSubscriptionForDestination200Response 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 (*UpdateSubscriptionForDestination200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateSubscriptionForDestination200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSubscriptionForDestination200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (UpdateSubscriptionForDestination200Response) MarshalJSON ¶

func (*UpdateSubscriptionForDestination200Response) SetData ¶

SetData gets a reference to the given UpdateSubscriptionForDestinationAlphaOutput and assigns it to the Data field.

func (UpdateSubscriptionForDestination200Response) ToMap ¶

func (o UpdateSubscriptionForDestination200Response) ToMap() (map[string]interface{}, error)

type UpdateSubscriptionForDestinationAlphaInput ¶

type UpdateSubscriptionForDestinationAlphaInput struct {
	Input DestinationSubscriptionUpdateInput `json:"input"`
}

UpdateSubscriptionForDestinationAlphaInput The basic input parameters for updating a Destination subscription.

func NewUpdateSubscriptionForDestinationAlphaInput ¶

func NewUpdateSubscriptionForDestinationAlphaInput(
	input DestinationSubscriptionUpdateInput,
) *UpdateSubscriptionForDestinationAlphaInput

NewUpdateSubscriptionForDestinationAlphaInput instantiates a new UpdateSubscriptionForDestinationAlphaInput 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 NewUpdateSubscriptionForDestinationAlphaInputWithDefaults ¶

func NewUpdateSubscriptionForDestinationAlphaInputWithDefaults() *UpdateSubscriptionForDestinationAlphaInput

NewUpdateSubscriptionForDestinationAlphaInputWithDefaults instantiates a new UpdateSubscriptionForDestinationAlphaInput 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 (*UpdateSubscriptionForDestinationAlphaInput) GetInput ¶

GetInput returns the Input field value

func (*UpdateSubscriptionForDestinationAlphaInput) GetInputOk ¶

GetInputOk returns a tuple with the Input field value and a boolean to check if the value has been set.

func (UpdateSubscriptionForDestinationAlphaInput) MarshalJSON ¶

func (*UpdateSubscriptionForDestinationAlphaInput) SetInput ¶

SetInput sets field value

func (UpdateSubscriptionForDestinationAlphaInput) ToMap ¶

func (o UpdateSubscriptionForDestinationAlphaInput) ToMap() (map[string]interface{}, error)

type UpdateSubscriptionForDestinationAlphaOutput ¶

type UpdateSubscriptionForDestinationAlphaOutput struct {
	Subscription DestinationSubscription `json:"subscription"`
}

UpdateSubscriptionForDestinationAlphaOutput Returns the updated Destination subscription.

func NewUpdateSubscriptionForDestinationAlphaOutput ¶

func NewUpdateSubscriptionForDestinationAlphaOutput(
	subscription DestinationSubscription,
) *UpdateSubscriptionForDestinationAlphaOutput

NewUpdateSubscriptionForDestinationAlphaOutput instantiates a new UpdateSubscriptionForDestinationAlphaOutput 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 NewUpdateSubscriptionForDestinationAlphaOutputWithDefaults ¶

func NewUpdateSubscriptionForDestinationAlphaOutputWithDefaults() *UpdateSubscriptionForDestinationAlphaOutput

NewUpdateSubscriptionForDestinationAlphaOutputWithDefaults instantiates a new UpdateSubscriptionForDestinationAlphaOutput 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 (*UpdateSubscriptionForDestinationAlphaOutput) GetSubscription ¶

GetSubscription returns the Subscription field value

func (*UpdateSubscriptionForDestinationAlphaOutput) GetSubscriptionOk ¶

GetSubscriptionOk returns a tuple with the Subscription field value and a boolean to check if the value has been set.

func (UpdateSubscriptionForDestinationAlphaOutput) MarshalJSON ¶

func (*UpdateSubscriptionForDestinationAlphaOutput) SetSubscription ¶

SetSubscription sets field value

func (UpdateSubscriptionForDestinationAlphaOutput) ToMap ¶

func (o UpdateSubscriptionForDestinationAlphaOutput) ToMap() (map[string]interface{}, error)

type UpdateTrackingPlan200Response ¶

type UpdateTrackingPlan200Response struct {
	Data *UpdateTrackingPlanV1Output `json:"data,omitempty"`
}

UpdateTrackingPlan200Response struct for UpdateTrackingPlan200Response

func NewUpdateTrackingPlan200Response ¶

func NewUpdateTrackingPlan200Response() *UpdateTrackingPlan200Response

NewUpdateTrackingPlan200Response instantiates a new UpdateTrackingPlan200Response 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 NewUpdateTrackingPlan200ResponseWithDefaults ¶

func NewUpdateTrackingPlan200ResponseWithDefaults() *UpdateTrackingPlan200Response

NewUpdateTrackingPlan200ResponseWithDefaults instantiates a new UpdateTrackingPlan200Response 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 (*UpdateTrackingPlan200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateTrackingPlan200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTrackingPlan200Response) HasData ¶

func (o *UpdateTrackingPlan200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (UpdateTrackingPlan200Response) MarshalJSON ¶

func (o UpdateTrackingPlan200Response) MarshalJSON() ([]byte, error)

func (*UpdateTrackingPlan200Response) SetData ¶

SetData gets a reference to the given UpdateTrackingPlanV1Output and assigns it to the Data field.

func (UpdateTrackingPlan200Response) ToMap ¶

func (o UpdateTrackingPlan200Response) ToMap() (map[string]interface{}, error)

type UpdateTrackingPlanV1Input ¶

type UpdateTrackingPlanV1Input struct {
	// The Tracking Plan's name.  Config API note: equal to `displayName`.
	Name *string `json:"name,omitempty"`
	// The Tracking Plan's description.
	Description *string `json:"description,omitempty"`
}

UpdateTrackingPlanV1Input Updates the Workspace's Tracking Plan.

func NewUpdateTrackingPlanV1Input ¶

func NewUpdateTrackingPlanV1Input() *UpdateTrackingPlanV1Input

NewUpdateTrackingPlanV1Input instantiates a new UpdateTrackingPlanV1Input 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 NewUpdateTrackingPlanV1InputWithDefaults ¶

func NewUpdateTrackingPlanV1InputWithDefaults() *UpdateTrackingPlanV1Input

NewUpdateTrackingPlanV1InputWithDefaults instantiates a new UpdateTrackingPlanV1Input 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 (*UpdateTrackingPlanV1Input) GetDescription ¶

func (o *UpdateTrackingPlanV1Input) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*UpdateTrackingPlanV1Input) GetDescriptionOk ¶

func (o *UpdateTrackingPlanV1Input) 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 (*UpdateTrackingPlanV1Input) GetName ¶

func (o *UpdateTrackingPlanV1Input) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateTrackingPlanV1Input) GetNameOk ¶

func (o *UpdateTrackingPlanV1Input) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTrackingPlanV1Input) HasDescription ¶

func (o *UpdateTrackingPlanV1Input) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UpdateTrackingPlanV1Input) HasName ¶

func (o *UpdateTrackingPlanV1Input) HasName() bool

HasName returns a boolean if a field has been set.

func (UpdateTrackingPlanV1Input) MarshalJSON ¶

func (o UpdateTrackingPlanV1Input) MarshalJSON() ([]byte, error)

func (*UpdateTrackingPlanV1Input) SetDescription ¶

func (o *UpdateTrackingPlanV1Input) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*UpdateTrackingPlanV1Input) SetName ¶

func (o *UpdateTrackingPlanV1Input) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (UpdateTrackingPlanV1Input) ToMap ¶

func (o UpdateTrackingPlanV1Input) ToMap() (map[string]interface{}, error)

type UpdateTrackingPlanV1Output ¶

type UpdateTrackingPlanV1Output struct {
	// The operation status.
	Status string `json:"status"`
}

UpdateTrackingPlanV1Output Result of an UpdateTrackingPlan call.

func NewUpdateTrackingPlanV1Output ¶

func NewUpdateTrackingPlanV1Output(status string) *UpdateTrackingPlanV1Output

NewUpdateTrackingPlanV1Output instantiates a new UpdateTrackingPlanV1Output 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 NewUpdateTrackingPlanV1OutputWithDefaults ¶

func NewUpdateTrackingPlanV1OutputWithDefaults() *UpdateTrackingPlanV1Output

NewUpdateTrackingPlanV1OutputWithDefaults instantiates a new UpdateTrackingPlanV1Output 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 (*UpdateTrackingPlanV1Output) GetStatus ¶

func (o *UpdateTrackingPlanV1Output) GetStatus() string

GetStatus returns the Status field value

func (*UpdateTrackingPlanV1Output) GetStatusOk ¶

func (o *UpdateTrackingPlanV1Output) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (UpdateTrackingPlanV1Output) MarshalJSON ¶

func (o UpdateTrackingPlanV1Output) MarshalJSON() ([]byte, error)

func (*UpdateTrackingPlanV1Output) SetStatus ¶

func (o *UpdateTrackingPlanV1Output) SetStatus(v string)

SetStatus sets field value

func (UpdateTrackingPlanV1Output) ToMap ¶

func (o UpdateTrackingPlanV1Output) ToMap() (map[string]interface{}, error)

type UpdateTransformation200Response ¶

type UpdateTransformation200Response struct {
	Data *UpdateTransformationV1Output `json:"data,omitempty"`
}

UpdateTransformation200Response struct for UpdateTransformation200Response

func NewUpdateTransformation200Response ¶

func NewUpdateTransformation200Response() *UpdateTransformation200Response

NewUpdateTransformation200Response instantiates a new UpdateTransformation200Response 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 NewUpdateTransformation200ResponseWithDefaults ¶

func NewUpdateTransformation200ResponseWithDefaults() *UpdateTransformation200Response

NewUpdateTransformation200ResponseWithDefaults instantiates a new UpdateTransformation200Response 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 (*UpdateTransformation200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateTransformation200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformation200Response) HasData ¶

HasData returns a boolean if a field has been set.

func (UpdateTransformation200Response) MarshalJSON ¶

func (o UpdateTransformation200Response) MarshalJSON() ([]byte, error)

func (*UpdateTransformation200Response) SetData ¶

SetData gets a reference to the given UpdateTransformationV1Output and assigns it to the Data field.

func (UpdateTransformation200Response) ToMap ¶

func (o UpdateTransformation200Response) ToMap() (map[string]interface{}, error)

type UpdateTransformationBetaInput ¶

type UpdateTransformationBetaInput struct {
	// ID of the Transformation to update.
	TransformationId string `json:"transformationId"`
	// The name of the Transformation.
	Name *string `json:"name,omitempty"`
	// The optional Source to be associated with the Transformation.
	SourceId *string `json:"sourceId,omitempty"`
	// The optional Destination metadata to be associated with the Transformation.
	DestinationMetadataId *string `json:"destinationMetadataId,omitempty"`
	// If the Transformation should be enabled.
	Enabled *bool `json:"enabled,omitempty"`
	// If statement ([FQL](https://segment.com/docs/config-api/fql/)) to match events.  For standard event matchers, use the following:  Track -\\> \"event='\\<eventName\\>'\"  Identify -\\> \"type='identify'\"  Group -\\> \"type='group'\"
	If *string `json:"if,omitempty"`
	// Optional new event name for renaming events. Works only for 'track' event type.
	NewEventName *string `json:"newEventName,omitempty"`
	// Optional array for renaming properties collected by your events.
	PropertyRenames []PropertyRenameBeta `json:"propertyRenames,omitempty"`
	// Optional array for transforming properties and values collected by your events. Limited to 10 properties.
	PropertyValueTransformations []PropertyValueTransformationBeta `json:"propertyValueTransformations,omitempty"`
}

UpdateTransformationBetaInput The input to update a Transformation.

func NewUpdateTransformationBetaInput ¶

func NewUpdateTransformationBetaInput(transformationId string) *UpdateTransformationBetaInput

NewUpdateTransformationBetaInput instantiates a new UpdateTransformationBetaInput 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 NewUpdateTransformationBetaInputWithDefaults ¶

func NewUpdateTransformationBetaInputWithDefaults() *UpdateTransformationBetaInput

NewUpdateTransformationBetaInputWithDefaults instantiates a new UpdateTransformationBetaInput 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 (*UpdateTransformationBetaInput) GetDestinationMetadataId ¶

func (o *UpdateTransformationBetaInput) GetDestinationMetadataId() string

GetDestinationMetadataId returns the DestinationMetadataId field value if set, zero value otherwise.

func (*UpdateTransformationBetaInput) GetDestinationMetadataIdOk ¶

func (o *UpdateTransformationBetaInput) GetDestinationMetadataIdOk() (*string, bool)

GetDestinationMetadataIdOk returns a tuple with the DestinationMetadataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationBetaInput) GetEnabled ¶

func (o *UpdateTransformationBetaInput) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*UpdateTransformationBetaInput) GetEnabledOk ¶

func (o *UpdateTransformationBetaInput) 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 (*UpdateTransformationBetaInput) GetIf ¶

GetIf returns the If field value if set, zero value otherwise.

func (*UpdateTransformationBetaInput) GetIfOk ¶

func (o *UpdateTransformationBetaInput) GetIfOk() (*string, bool)

GetIfOk returns a tuple with the If field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationBetaInput) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateTransformationBetaInput) GetNameOk ¶

func (o *UpdateTransformationBetaInput) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationBetaInput) GetNewEventName ¶

func (o *UpdateTransformationBetaInput) GetNewEventName() string

GetNewEventName returns the NewEventName field value if set, zero value otherwise.

func (*UpdateTransformationBetaInput) GetNewEventNameOk ¶

func (o *UpdateTransformationBetaInput) GetNewEventNameOk() (*string, bool)

GetNewEventNameOk returns a tuple with the NewEventName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationBetaInput) GetPropertyRenames ¶

func (o *UpdateTransformationBetaInput) GetPropertyRenames() []PropertyRenameBeta

GetPropertyRenames returns the PropertyRenames field value if set, zero value otherwise.

func (*UpdateTransformationBetaInput) GetPropertyRenamesOk ¶

func (o *UpdateTransformationBetaInput) GetPropertyRenamesOk() ([]PropertyRenameBeta, bool)

GetPropertyRenamesOk returns a tuple with the PropertyRenames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationBetaInput) GetPropertyValueTransformations ¶

func (o *UpdateTransformationBetaInput) GetPropertyValueTransformations() []PropertyValueTransformationBeta

GetPropertyValueTransformations returns the PropertyValueTransformations field value if set, zero value otherwise.

func (*UpdateTransformationBetaInput) GetPropertyValueTransformationsOk ¶

func (o *UpdateTransformationBetaInput) GetPropertyValueTransformationsOk() ([]PropertyValueTransformationBeta, bool)

GetPropertyValueTransformationsOk returns a tuple with the PropertyValueTransformations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationBetaInput) GetSourceId ¶

func (o *UpdateTransformationBetaInput) GetSourceId() string

GetSourceId returns the SourceId field value if set, zero value otherwise.

func (*UpdateTransformationBetaInput) GetSourceIdOk ¶

func (o *UpdateTransformationBetaInput) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationBetaInput) GetTransformationId ¶

func (o *UpdateTransformationBetaInput) GetTransformationId() string

GetTransformationId returns the TransformationId field value

func (*UpdateTransformationBetaInput) GetTransformationIdOk ¶

func (o *UpdateTransformationBetaInput) GetTransformationIdOk() (*string, bool)

GetTransformationIdOk returns a tuple with the TransformationId field value and a boolean to check if the value has been set.

func (*UpdateTransformationBetaInput) HasDestinationMetadataId ¶

func (o *UpdateTransformationBetaInput) HasDestinationMetadataId() bool

HasDestinationMetadataId returns a boolean if a field has been set.

func (*UpdateTransformationBetaInput) HasEnabled ¶

func (o *UpdateTransformationBetaInput) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*UpdateTransformationBetaInput) HasIf ¶

HasIf returns a boolean if a field has been set.

func (*UpdateTransformationBetaInput) HasName ¶

func (o *UpdateTransformationBetaInput) HasName() bool

HasName returns a boolean if a field has been set.

func (*UpdateTransformationBetaInput) HasNewEventName ¶

func (o *UpdateTransformationBetaInput) HasNewEventName() bool

HasNewEventName returns a boolean if a field has been set.

func (*UpdateTransformationBetaInput) HasPropertyRenames ¶

func (o *UpdateTransformationBetaInput) HasPropertyRenames() bool

HasPropertyRenames returns a boolean if a field has been set.

func (*UpdateTransformationBetaInput) HasPropertyValueTransformations ¶

func (o *UpdateTransformationBetaInput) HasPropertyValueTransformations() bool

HasPropertyValueTransformations returns a boolean if a field has been set.

func (*UpdateTransformationBetaInput) HasSourceId ¶

func (o *UpdateTransformationBetaInput) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

func (UpdateTransformationBetaInput) MarshalJSON ¶

func (o UpdateTransformationBetaInput) MarshalJSON() ([]byte, error)

func (*UpdateTransformationBetaInput) SetDestinationMetadataId ¶

func (o *UpdateTransformationBetaInput) SetDestinationMetadataId(v string)

SetDestinationMetadataId gets a reference to the given string and assigns it to the DestinationMetadataId field.

func (*UpdateTransformationBetaInput) SetEnabled ¶

func (o *UpdateTransformationBetaInput) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*UpdateTransformationBetaInput) SetIf ¶

SetIf gets a reference to the given string and assigns it to the If field.

func (*UpdateTransformationBetaInput) SetName ¶

func (o *UpdateTransformationBetaInput) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpdateTransformationBetaInput) SetNewEventName ¶

func (o *UpdateTransformationBetaInput) SetNewEventName(v string)

SetNewEventName gets a reference to the given string and assigns it to the NewEventName field.

func (*UpdateTransformationBetaInput) SetPropertyRenames ¶

func (o *UpdateTransformationBetaInput) SetPropertyRenames(v []PropertyRenameBeta)

SetPropertyRenames gets a reference to the given []PropertyRenameBeta and assigns it to the PropertyRenames field.

func (*UpdateTransformationBetaInput) SetPropertyValueTransformations ¶

func (o *UpdateTransformationBetaInput) SetPropertyValueTransformations(
	v []PropertyValueTransformationBeta,
)

SetPropertyValueTransformations gets a reference to the given []PropertyValueTransformationBeta and assigns it to the PropertyValueTransformations field.

func (*UpdateTransformationBetaInput) SetSourceId ¶

func (o *UpdateTransformationBetaInput) SetSourceId(v string)

SetSourceId gets a reference to the given string and assigns it to the SourceId field.

func (*UpdateTransformationBetaInput) SetTransformationId ¶

func (o *UpdateTransformationBetaInput) SetTransformationId(v string)

SetTransformationId sets field value

func (UpdateTransformationBetaInput) ToMap ¶

func (o UpdateTransformationBetaInput) ToMap() (map[string]interface{}, error)

type UpdateTransformationBetaOutput ¶

type UpdateTransformationBetaOutput struct {
	Transformation TransformationBeta `json:"transformation"`
}

UpdateTransformationBetaOutput The output of an updated Transformation.

func NewUpdateTransformationBetaOutput ¶

func NewUpdateTransformationBetaOutput(
	transformation TransformationBeta,
) *UpdateTransformationBetaOutput

NewUpdateTransformationBetaOutput instantiates a new UpdateTransformationBetaOutput 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 NewUpdateTransformationBetaOutputWithDefaults ¶

func NewUpdateTransformationBetaOutputWithDefaults() *UpdateTransformationBetaOutput

NewUpdateTransformationBetaOutputWithDefaults instantiates a new UpdateTransformationBetaOutput 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 (*UpdateTransformationBetaOutput) GetTransformation ¶

func (o *UpdateTransformationBetaOutput) GetTransformation() TransformationBeta

GetTransformation returns the Transformation field value

func (*UpdateTransformationBetaOutput) GetTransformationOk ¶

func (o *UpdateTransformationBetaOutput) GetTransformationOk() (*TransformationBeta, bool)

GetTransformationOk returns a tuple with the Transformation field value and a boolean to check if the value has been set.

func (UpdateTransformationBetaOutput) MarshalJSON ¶

func (o UpdateTransformationBetaOutput) MarshalJSON() ([]byte, error)

func (*UpdateTransformationBetaOutput) SetTransformation ¶

func (o *UpdateTransformationBetaOutput) SetTransformation(v TransformationBeta)

SetTransformation sets field value

func (UpdateTransformationBetaOutput) ToMap ¶

func (o UpdateTransformationBetaOutput) ToMap() (map[string]interface{}, error)

type UpdateTransformationV1Input ¶

type UpdateTransformationV1Input struct {
	// The name of the Transformation.
	Name *string `json:"name,omitempty"`
	// The optional Source to be associated with the Transformation.
	SourceId *string `json:"sourceId,omitempty"`
	// The optional Destination metadata to be associated with the Transformation.
	DestinationMetadataId *string `json:"destinationMetadataId,omitempty"`
	// If the Transformation should be enabled.
	Enabled *bool `json:"enabled,omitempty"`
	// If statement ([FQL](https://segment.com/docs/config-api/fql/)) to match events.  For standard event matchers, use the following:  Track -\\> \"event='\\<eventName\\>'\"  Identify -\\> \"type='identify'\"  Group -\\> \"type='group'\"
	If *string `json:"if,omitempty"`
	// Optional boolean value if the Transformation should drop the event entirely when the if statement matches, ignores all other transforms.
	Drop *bool `json:"drop,omitempty"`
	// Optional new event name for renaming events. Works only for 'track' event type.
	NewEventName *string `json:"newEventName,omitempty"`
	// Optional array for renaming properties collected by your events.
	PropertyRenames []PropertyRenameV1 `json:"propertyRenames,omitempty"`
	// Optional array for transforming properties and values collected by your events. Limited to 10 properties.
	PropertyValueTransformations []PropertyValueTransformationV1 `json:"propertyValueTransformations,omitempty"`
	// Optional array for updating properties defined in [FQL](https://segment.com/docs/config-api/fql/). Currently limited to 1 property.
	FqlDefinedProperties []FQLDefinedPropertyV1 `json:"fqlDefinedProperties,omitempty"`
	// Optional array for allowing properties from your events.
	AllowProperties             []string                     `json:"allowProperties,omitempty"`
	HashPropertiesConfiguration *HashPropertiesConfiguration `json:"hashPropertiesConfiguration,omitempty"`
}

UpdateTransformationV1Input The input to update a Transformation.

func NewUpdateTransformationV1Input ¶

func NewUpdateTransformationV1Input() *UpdateTransformationV1Input

NewUpdateTransformationV1Input instantiates a new UpdateTransformationV1Input 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 NewUpdateTransformationV1InputWithDefaults ¶

func NewUpdateTransformationV1InputWithDefaults() *UpdateTransformationV1Input

NewUpdateTransformationV1InputWithDefaults instantiates a new UpdateTransformationV1Input 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 (*UpdateTransformationV1Input) GetAllowProperties ¶

func (o *UpdateTransformationV1Input) GetAllowProperties() []string

GetAllowProperties returns the AllowProperties field value if set, zero value otherwise.

func (*UpdateTransformationV1Input) GetAllowPropertiesOk ¶

func (o *UpdateTransformationV1Input) GetAllowPropertiesOk() ([]string, bool)

GetAllowPropertiesOk returns a tuple with the AllowProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationV1Input) GetDestinationMetadataId ¶

func (o *UpdateTransformationV1Input) GetDestinationMetadataId() string

GetDestinationMetadataId returns the DestinationMetadataId field value if set, zero value otherwise.

func (*UpdateTransformationV1Input) GetDestinationMetadataIdOk ¶

func (o *UpdateTransformationV1Input) GetDestinationMetadataIdOk() (*string, bool)

GetDestinationMetadataIdOk returns a tuple with the DestinationMetadataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationV1Input) GetDrop ¶

func (o *UpdateTransformationV1Input) GetDrop() bool

GetDrop returns the Drop field value if set, zero value otherwise.

func (*UpdateTransformationV1Input) GetDropOk ¶

func (o *UpdateTransformationV1Input) GetDropOk() (*bool, bool)

GetDropOk returns a tuple with the Drop field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationV1Input) GetEnabled ¶

func (o *UpdateTransformationV1Input) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*UpdateTransformationV1Input) GetEnabledOk ¶

func (o *UpdateTransformationV1Input) 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 (*UpdateTransformationV1Input) GetFqlDefinedProperties ¶

func (o *UpdateTransformationV1Input) GetFqlDefinedProperties() []FQLDefinedPropertyV1

GetFqlDefinedProperties returns the FqlDefinedProperties field value if set, zero value otherwise.

func (*UpdateTransformationV1Input) GetFqlDefinedPropertiesOk ¶

func (o *UpdateTransformationV1Input) GetFqlDefinedPropertiesOk() ([]FQLDefinedPropertyV1, bool)

GetFqlDefinedPropertiesOk returns a tuple with the FqlDefinedProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationV1Input) GetHashPropertiesConfiguration ¶

func (o *UpdateTransformationV1Input) GetHashPropertiesConfiguration() HashPropertiesConfiguration

GetHashPropertiesConfiguration returns the HashPropertiesConfiguration field value if set, zero value otherwise.

func (*UpdateTransformationV1Input) GetHashPropertiesConfigurationOk ¶

func (o *UpdateTransformationV1Input) GetHashPropertiesConfigurationOk() (*HashPropertiesConfiguration, bool)

GetHashPropertiesConfigurationOk returns a tuple with the HashPropertiesConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationV1Input) GetIf ¶

GetIf returns the If field value if set, zero value otherwise.

func (*UpdateTransformationV1Input) GetIfOk ¶

func (o *UpdateTransformationV1Input) GetIfOk() (*string, bool)

GetIfOk returns a tuple with the If field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationV1Input) GetName ¶

func (o *UpdateTransformationV1Input) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateTransformationV1Input) GetNameOk ¶

func (o *UpdateTransformationV1Input) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationV1Input) GetNewEventName ¶

func (o *UpdateTransformationV1Input) GetNewEventName() string

GetNewEventName returns the NewEventName field value if set, zero value otherwise.

func (*UpdateTransformationV1Input) GetNewEventNameOk ¶

func (o *UpdateTransformationV1Input) GetNewEventNameOk() (*string, bool)

GetNewEventNameOk returns a tuple with the NewEventName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationV1Input) GetPropertyRenames ¶

func (o *UpdateTransformationV1Input) GetPropertyRenames() []PropertyRenameV1

GetPropertyRenames returns the PropertyRenames field value if set, zero value otherwise.

func (*UpdateTransformationV1Input) GetPropertyRenamesOk ¶

func (o *UpdateTransformationV1Input) GetPropertyRenamesOk() ([]PropertyRenameV1, bool)

GetPropertyRenamesOk returns a tuple with the PropertyRenames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationV1Input) GetPropertyValueTransformations ¶

func (o *UpdateTransformationV1Input) GetPropertyValueTransformations() []PropertyValueTransformationV1

GetPropertyValueTransformations returns the PropertyValueTransformations field value if set, zero value otherwise.

func (*UpdateTransformationV1Input) GetPropertyValueTransformationsOk ¶

func (o *UpdateTransformationV1Input) GetPropertyValueTransformationsOk() ([]PropertyValueTransformationV1, bool)

GetPropertyValueTransformationsOk returns a tuple with the PropertyValueTransformations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationV1Input) GetSourceId ¶

func (o *UpdateTransformationV1Input) GetSourceId() string

GetSourceId returns the SourceId field value if set, zero value otherwise.

func (*UpdateTransformationV1Input) GetSourceIdOk ¶

func (o *UpdateTransformationV1Input) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateTransformationV1Input) HasAllowProperties ¶

func (o *UpdateTransformationV1Input) HasAllowProperties() bool

HasAllowProperties returns a boolean if a field has been set.

func (*UpdateTransformationV1Input) HasDestinationMetadataId ¶

func (o *UpdateTransformationV1Input) HasDestinationMetadataId() bool

HasDestinationMetadataId returns a boolean if a field has been set.

func (*UpdateTransformationV1Input) HasDrop ¶

func (o *UpdateTransformationV1Input) HasDrop() bool

HasDrop returns a boolean if a field has been set.

func (*UpdateTransformationV1Input) HasEnabled ¶

func (o *UpdateTransformationV1Input) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*UpdateTransformationV1Input) HasFqlDefinedProperties ¶

func (o *UpdateTransformationV1Input) HasFqlDefinedProperties() bool

HasFqlDefinedProperties returns a boolean if a field has been set.

func (*UpdateTransformationV1Input) HasHashPropertiesConfiguration ¶

func (o *UpdateTransformationV1Input) HasHashPropertiesConfiguration() bool

HasHashPropertiesConfiguration returns a boolean if a field has been set.

func (*UpdateTransformationV1Input) HasIf ¶

func (o *UpdateTransformationV1Input) HasIf() bool

HasIf returns a boolean if a field has been set.

func (*UpdateTransformationV1Input) HasName ¶

func (o *UpdateTransformationV1Input) HasName() bool

HasName returns a boolean if a field has been set.

func (*UpdateTransformationV1Input) HasNewEventName ¶

func (o *UpdateTransformationV1Input) HasNewEventName() bool

HasNewEventName returns a boolean if a field has been set.

func (*UpdateTransformationV1Input) HasPropertyRenames ¶

func (o *UpdateTransformationV1Input) HasPropertyRenames() bool

HasPropertyRenames returns a boolean if a field has been set.

func (*UpdateTransformationV1Input) HasPropertyValueTransformations ¶

func (o *UpdateTransformationV1Input) HasPropertyValueTransformations() bool

HasPropertyValueTransformations returns a boolean if a field has been set.

func (*UpdateTransformationV1Input) HasSourceId ¶

func (o *UpdateTransformationV1Input) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

func (UpdateTransformationV1Input) MarshalJSON ¶

func (o UpdateTransformationV1Input) MarshalJSON() ([]byte, error)

func (*UpdateTransformationV1Input) SetAllowProperties ¶

func (o *UpdateTransformationV1Input) SetAllowProperties(v []string)

SetAllowProperties gets a reference to the given []string and assigns it to the AllowProperties field.

func (*UpdateTransformationV1Input) SetDestinationMetadataId ¶

func (o *UpdateTransformationV1Input) SetDestinationMetadataId(v string)

SetDestinationMetadataId gets a reference to the given string and assigns it to the DestinationMetadataId field.

func (*UpdateTransformationV1Input) SetDrop ¶

func (o *UpdateTransformationV1Input) SetDrop(v bool)

SetDrop gets a reference to the given bool and assigns it to the Drop field.

func (*UpdateTransformationV1Input) SetEnabled ¶

func (o *UpdateTransformationV1Input) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*UpdateTransformationV1Input) SetFqlDefinedProperties ¶

func (o *UpdateTransformationV1Input) SetFqlDefinedProperties(v []FQLDefinedPropertyV1)

SetFqlDefinedProperties gets a reference to the given []FQLDefinedPropertyV1 and assigns it to the FqlDefinedProperties field.

func (*UpdateTransformationV1Input) SetHashPropertiesConfiguration ¶

func (o *UpdateTransformationV1Input) SetHashPropertiesConfiguration(
	v HashPropertiesConfiguration,
)

SetHashPropertiesConfiguration gets a reference to the given HashPropertiesConfiguration and assigns it to the HashPropertiesConfiguration field.

func (*UpdateTransformationV1Input) SetIf ¶

func (o *UpdateTransformationV1Input) SetIf(v string)

SetIf gets a reference to the given string and assigns it to the If field.

func (*UpdateTransformationV1Input) SetName ¶

func (o *UpdateTransformationV1Input) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpdateTransformationV1Input) SetNewEventName ¶

func (o *UpdateTransformationV1Input) SetNewEventName(v string)

SetNewEventName gets a reference to the given string and assigns it to the NewEventName field.

func (*UpdateTransformationV1Input) SetPropertyRenames ¶

func (o *UpdateTransformationV1Input) SetPropertyRenames(v []PropertyRenameV1)

SetPropertyRenames gets a reference to the given []PropertyRenameV1 and assigns it to the PropertyRenames field.

func (*UpdateTransformationV1Input) SetPropertyValueTransformations ¶

func (o *UpdateTransformationV1Input) SetPropertyValueTransformations(
	v []PropertyValueTransformationV1,
)

SetPropertyValueTransformations gets a reference to the given []PropertyValueTransformationV1 and assigns it to the PropertyValueTransformations field.

func (*UpdateTransformationV1Input) SetSourceId ¶

func (o *UpdateTransformationV1Input) SetSourceId(v string)

SetSourceId gets a reference to the given string and assigns it to the SourceId field.

func (UpdateTransformationV1Input) ToMap ¶

func (o UpdateTransformationV1Input) ToMap() (map[string]interface{}, error)

type UpdateTransformationV1Output ¶

type UpdateTransformationV1Output struct {
	Transformation TransformationV1 `json:"transformation"`
}

UpdateTransformationV1Output The output of an updated Transformation.

func NewUpdateTransformationV1Output ¶

func NewUpdateTransformationV1Output(
	transformation TransformationV1,
) *UpdateTransformationV1Output

NewUpdateTransformationV1Output instantiates a new UpdateTransformationV1Output 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 NewUpdateTransformationV1OutputWithDefaults ¶

func NewUpdateTransformationV1OutputWithDefaults() *UpdateTransformationV1Output

NewUpdateTransformationV1OutputWithDefaults instantiates a new UpdateTransformationV1Output 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 (*UpdateTransformationV1Output) GetTransformation ¶

func (o *UpdateTransformationV1Output) GetTransformation() TransformationV1

GetTransformation returns the Transformation field value

func (*UpdateTransformationV1Output) GetTransformationOk ¶

func (o *UpdateTransformationV1Output) GetTransformationOk() (*TransformationV1, bool)

GetTransformationOk returns a tuple with the Transformation field value and a boolean to check if the value has been set.

func (UpdateTransformationV1Output) MarshalJSON ¶

func (o UpdateTransformationV1Output) MarshalJSON() ([]byte, error)

func (*UpdateTransformationV1Output) SetTransformation ¶

func (o *UpdateTransformationV1Output) SetTransformation(v TransformationV1)

SetTransformation sets field value

func (UpdateTransformationV1Output) ToMap ¶

func (o UpdateTransformationV1Output) ToMap() (map[string]interface{}, error)

type UpdateUserGroup200Response ¶

type UpdateUserGroup200Response struct {
	Data *UpdateUserGroupV1Output `json:"data,omitempty"`
}

UpdateUserGroup200Response struct for UpdateUserGroup200Response

func NewUpdateUserGroup200Response ¶

func NewUpdateUserGroup200Response() *UpdateUserGroup200Response

NewUpdateUserGroup200Response instantiates a new UpdateUserGroup200Response 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 NewUpdateUserGroup200ResponseWithDefaults ¶

func NewUpdateUserGroup200ResponseWithDefaults() *UpdateUserGroup200Response

NewUpdateUserGroup200ResponseWithDefaults instantiates a new UpdateUserGroup200Response 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 (*UpdateUserGroup200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateUserGroup200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserGroup200Response) HasData ¶

func (o *UpdateUserGroup200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (UpdateUserGroup200Response) MarshalJSON ¶

func (o UpdateUserGroup200Response) MarshalJSON() ([]byte, error)

func (*UpdateUserGroup200Response) SetData ¶

SetData gets a reference to the given UpdateUserGroupV1Output and assigns it to the Data field.

func (UpdateUserGroup200Response) ToMap ¶

func (o UpdateUserGroup200Response) ToMap() (map[string]interface{}, error)

type UpdateUserGroupV1Input ¶

type UpdateUserGroupV1Input struct {
	// The intended value to rename the user group to.
	Name string `json:"name"`
}

UpdateUserGroupV1Input Updates a user group with a given id.

func NewUpdateUserGroupV1Input ¶

func NewUpdateUserGroupV1Input(name string) *UpdateUserGroupV1Input

NewUpdateUserGroupV1Input instantiates a new UpdateUserGroupV1Input 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 NewUpdateUserGroupV1InputWithDefaults ¶

func NewUpdateUserGroupV1InputWithDefaults() *UpdateUserGroupV1Input

NewUpdateUserGroupV1InputWithDefaults instantiates a new UpdateUserGroupV1Input 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 (*UpdateUserGroupV1Input) GetName ¶

func (o *UpdateUserGroupV1Input) GetName() string

GetName returns the Name field value

func (*UpdateUserGroupV1Input) GetNameOk ¶

func (o *UpdateUserGroupV1Input) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (UpdateUserGroupV1Input) MarshalJSON ¶

func (o UpdateUserGroupV1Input) MarshalJSON() ([]byte, error)

func (*UpdateUserGroupV1Input) SetName ¶

func (o *UpdateUserGroupV1Input) SetName(v string)

SetName sets field value

func (UpdateUserGroupV1Input) ToMap ¶

func (o UpdateUserGroupV1Input) ToMap() (map[string]interface{}, error)

type UpdateUserGroupV1Output ¶

type UpdateUserGroupV1Output struct {
	UserGroup UserGroupV1 `json:"userGroup"`
}

UpdateUserGroupV1Output Returns the updated user group.

func NewUpdateUserGroupV1Output ¶

func NewUpdateUserGroupV1Output(userGroup UserGroupV1) *UpdateUserGroupV1Output

NewUpdateUserGroupV1Output instantiates a new UpdateUserGroupV1Output 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 NewUpdateUserGroupV1OutputWithDefaults ¶

func NewUpdateUserGroupV1OutputWithDefaults() *UpdateUserGroupV1Output

NewUpdateUserGroupV1OutputWithDefaults instantiates a new UpdateUserGroupV1Output 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 (*UpdateUserGroupV1Output) GetUserGroup ¶

func (o *UpdateUserGroupV1Output) GetUserGroup() UserGroupV1

GetUserGroup returns the UserGroup field value

func (*UpdateUserGroupV1Output) GetUserGroupOk ¶

func (o *UpdateUserGroupV1Output) GetUserGroupOk() (*UserGroupV1, bool)

GetUserGroupOk returns a tuple with the UserGroup field value and a boolean to check if the value has been set.

func (UpdateUserGroupV1Output) MarshalJSON ¶

func (o UpdateUserGroupV1Output) MarshalJSON() ([]byte, error)

func (*UpdateUserGroupV1Output) SetUserGroup ¶

func (o *UpdateUserGroupV1Output) SetUserGroup(v UserGroupV1)

SetUserGroup sets field value

func (UpdateUserGroupV1Output) ToMap ¶

func (o UpdateUserGroupV1Output) ToMap() (map[string]interface{}, error)

type UpdateWarehouse200Response ¶

type UpdateWarehouse200Response struct {
	Data *UpdateWarehouseV1Output `json:"data,omitempty"`
}

UpdateWarehouse200Response struct for UpdateWarehouse200Response

func NewUpdateWarehouse200Response ¶

func NewUpdateWarehouse200Response() *UpdateWarehouse200Response

NewUpdateWarehouse200Response instantiates a new UpdateWarehouse200Response 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 NewUpdateWarehouse200ResponseWithDefaults ¶

func NewUpdateWarehouse200ResponseWithDefaults() *UpdateWarehouse200Response

NewUpdateWarehouse200ResponseWithDefaults instantiates a new UpdateWarehouse200Response 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 (*UpdateWarehouse200Response) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*UpdateWarehouse200Response) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateWarehouse200Response) HasData ¶

func (o *UpdateWarehouse200Response) HasData() bool

HasData returns a boolean if a field has been set.

func (UpdateWarehouse200Response) MarshalJSON ¶

func (o UpdateWarehouse200Response) MarshalJSON() ([]byte, error)

func (*UpdateWarehouse200Response) SetData ¶

SetData gets a reference to the given UpdateWarehouseV1Output and assigns it to the Data field.

func (UpdateWarehouse200Response) ToMap ¶

func (o UpdateWarehouse200Response) ToMap() (map[string]interface{}, error)

type UpdateWarehouseV1Input ¶

type UpdateWarehouseV1Input struct {
	// An optional human-readable name to associate with this Warehouse.
	Name NullableString `json:"name,omitempty"`
	// Enable to allow this Warehouse to receive data.
	Enabled *bool `json:"enabled,omitempty"`
	// A key-value object that contains instance-specific Warehouse settings.
	Settings map[string]interface{} `json:"settings"`
}

UpdateWarehouseV1Input Updates an existing Warehouse based on a set of parameters.

func NewUpdateWarehouseV1Input ¶

func NewUpdateWarehouseV1Input(settings map[string]interface{}) *UpdateWarehouseV1Input

NewUpdateWarehouseV1Input instantiates a new UpdateWarehouseV1Input 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 NewUpdateWarehouseV1InputWithDefaults ¶

func NewUpdateWarehouseV1InputWithDefaults() *UpdateWarehouseV1Input

NewUpdateWarehouseV1InputWithDefaults instantiates a new UpdateWarehouseV1Input 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 (*UpdateWarehouseV1Input) GetEnabled ¶

func (o *UpdateWarehouseV1Input) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*UpdateWarehouseV1Input) GetEnabledOk ¶

func (o *UpdateWarehouseV1Input) 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 (*UpdateWarehouseV1Input) GetName ¶

func (o *UpdateWarehouseV1Input) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateWarehouseV1Input) GetNameOk ¶

func (o *UpdateWarehouseV1Input) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name 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 (*UpdateWarehouseV1Input) GetSettings ¶

func (o *UpdateWarehouseV1Input) GetSettings() map[string]interface{}

GetSettings returns the Settings field value

func (*UpdateWarehouseV1Input) GetSettingsOk ¶

func (o *UpdateWarehouseV1Input) GetSettingsOk() (map[string]interface{}, bool)

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (*UpdateWarehouseV1Input) HasEnabled ¶

func (o *UpdateWarehouseV1Input) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*UpdateWarehouseV1Input) HasName ¶

func (o *UpdateWarehouseV1Input) HasName() bool

HasName returns a boolean if a field has been set.

func (UpdateWarehouseV1Input) MarshalJSON ¶

func (o UpdateWarehouseV1Input) MarshalJSON() ([]byte, error)

func (*UpdateWarehouseV1Input) SetEnabled ¶

func (o *UpdateWarehouseV1Input) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*UpdateWarehouseV1Input) SetName ¶

func (o *UpdateWarehouseV1Input) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*UpdateWarehouseV1Input) SetNameNil ¶

func (o *UpdateWarehouseV1Input) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*UpdateWarehouseV1Input) SetSettings ¶

func (o *UpdateWarehouseV1Input) SetSettings(v map[string]interface{})

SetSettings sets field value

func (UpdateWarehouseV1Input) ToMap ¶

func (o UpdateWarehouseV1Input) ToMap() (map[string]interface{}, error)

func (*UpdateWarehouseV1Input) UnsetName ¶

func (o *UpdateWarehouseV1Input) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type UpdateWarehouseV1Output ¶

type UpdateWarehouseV1Output struct {
	Warehouse WarehouseV1 `json:"warehouse"`
}

UpdateWarehouseV1Output Returns the updated Warehouse.

func NewUpdateWarehouseV1Output ¶

func NewUpdateWarehouseV1Output(warehouse WarehouseV1) *UpdateWarehouseV1Output

NewUpdateWarehouseV1Output instantiates a new UpdateWarehouseV1Output 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 NewUpdateWarehouseV1OutputWithDefaults ¶

func NewUpdateWarehouseV1OutputWithDefaults() *UpdateWarehouseV1Output

NewUpdateWarehouseV1OutputWithDefaults instantiates a new UpdateWarehouseV1Output 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 (*UpdateWarehouseV1Output) GetWarehouse ¶

func (o *UpdateWarehouseV1Output) GetWarehouse() WarehouseV1

GetWarehouse returns the Warehouse field value

func (*UpdateWarehouseV1Output) GetWarehouseOk ¶

func (o *UpdateWarehouseV1Output) GetWarehouseOk() (*WarehouseV1, bool)

GetWarehouseOk returns a tuple with the Warehouse field value and a boolean to check if the value has been set.

func (UpdateWarehouseV1Output) MarshalJSON ¶

func (o UpdateWarehouseV1Output) MarshalJSON() ([]byte, error)

func (*UpdateWarehouseV1Output) SetWarehouse ¶

func (o *UpdateWarehouseV1Output) SetWarehouse(v WarehouseV1)

SetWarehouse sets field value

func (UpdateWarehouseV1Output) ToMap ¶

func (o UpdateWarehouseV1Output) ToMap() (map[string]interface{}, error)

type UpsertRuleV1 ¶

type UpsertRuleV1 struct {
	// This rule's new intended key.
	NewKey *string `json:"newKey,omitempty"`
	// The type for this Tracking Plan rule.
	Type string `json:"type"`
	// Key to this rule (free-form string like 'Button clicked').
	Key *string `json:"key,omitempty"`
	// JSON Schema of this rule.
	JsonSchema interface{} `json:"jsonSchema"`
	// Version of this rule.
	Version float32 `json:"version"`
}

UpsertRuleV1 struct for UpsertRuleV1

func NewUpsertRuleV1 ¶

func NewUpsertRuleV1(type_ string, jsonSchema interface{}, version float32) *UpsertRuleV1

NewUpsertRuleV1 instantiates a new UpsertRuleV1 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 NewUpsertRuleV1WithDefaults ¶

func NewUpsertRuleV1WithDefaults() *UpsertRuleV1

NewUpsertRuleV1WithDefaults instantiates a new UpsertRuleV1 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 (*UpsertRuleV1) GetJsonSchema ¶

func (o *UpsertRuleV1) GetJsonSchema() interface{}

GetJsonSchema returns the JsonSchema field value If the value is explicit nil, the zero value for interface{} will be returned

func (*UpsertRuleV1) GetJsonSchemaOk ¶

func (o *UpsertRuleV1) GetJsonSchemaOk() (*interface{}, bool)

GetJsonSchemaOk returns a tuple with the JsonSchema field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpsertRuleV1) GetKey ¶

func (o *UpsertRuleV1) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*UpsertRuleV1) GetKeyOk ¶

func (o *UpsertRuleV1) 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.

func (*UpsertRuleV1) GetNewKey ¶

func (o *UpsertRuleV1) GetNewKey() string

GetNewKey returns the NewKey field value if set, zero value otherwise.

func (*UpsertRuleV1) GetNewKeyOk ¶

func (o *UpsertRuleV1) GetNewKeyOk() (*string, bool)

GetNewKeyOk returns a tuple with the NewKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpsertRuleV1) GetType ¶

func (o *UpsertRuleV1) GetType() string

GetType returns the Type field value

func (*UpsertRuleV1) GetTypeOk ¶

func (o *UpsertRuleV1) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*UpsertRuleV1) GetVersion ¶

func (o *UpsertRuleV1) GetVersion() float32

GetVersion returns the Version field value

func (*UpsertRuleV1) GetVersionOk ¶

func (o *UpsertRuleV1) GetVersionOk() (*float32, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (*UpsertRuleV1) HasKey ¶

func (o *UpsertRuleV1) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*UpsertRuleV1) HasNewKey ¶

func (o *UpsertRuleV1) HasNewKey() bool

HasNewKey returns a boolean if a field has been set.

func (UpsertRuleV1) MarshalJSON ¶

func (o UpsertRuleV1) MarshalJSON() ([]byte, error)

func (*UpsertRuleV1) SetJsonSchema ¶

func (o *UpsertRuleV1) SetJsonSchema(v interface{})

SetJsonSchema sets field value

func (*UpsertRuleV1) SetKey ¶

func (o *UpsertRuleV1) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*UpsertRuleV1) SetNewKey ¶

func (o *UpsertRuleV1) SetNewKey(v string)

SetNewKey gets a reference to the given string and assigns it to the NewKey field.

func (*UpsertRuleV1) SetType ¶

func (o *UpsertRuleV1) SetType(v string)

SetType sets field value

func (*UpsertRuleV1) SetVersion ¶

func (o *UpsertRuleV1) SetVersion(v float32)

SetVersion sets field value

func (UpsertRuleV1) ToMap ¶

func (o UpsertRuleV1) ToMap() (map[string]interface{}, error)

type UserGroupV1 ¶

type UserGroupV1 struct {
	// The number of members in the user group.
	MemberCount float32 `json:"memberCount"`
	// The permissions associated with the user group.
	Permissions []PermissionV1 `json:"permissions,omitempty"`
	// The id of the user group.
	Id string `json:"id"`
	// The name of the user group.
	Name string `json:"name"`
}

UserGroupV1 A set of users with a set of shared permissions.

func NewUserGroupV1 ¶

func NewUserGroupV1(memberCount float32, id string, name string) *UserGroupV1

NewUserGroupV1 instantiates a new UserGroupV1 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 NewUserGroupV1WithDefaults ¶

func NewUserGroupV1WithDefaults() *UserGroupV1

NewUserGroupV1WithDefaults instantiates a new UserGroupV1 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 (*UserGroupV1) GetId ¶

func (o *UserGroupV1) GetId() string

GetId returns the Id field value

func (*UserGroupV1) GetIdOk ¶

func (o *UserGroupV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UserGroupV1) GetMemberCount ¶

func (o *UserGroupV1) GetMemberCount() float32

GetMemberCount returns the MemberCount field value

func (*UserGroupV1) GetMemberCountOk ¶

func (o *UserGroupV1) GetMemberCountOk() (*float32, bool)

GetMemberCountOk returns a tuple with the MemberCount field value and a boolean to check if the value has been set.

func (*UserGroupV1) GetName ¶

func (o *UserGroupV1) GetName() string

GetName returns the Name field value

func (*UserGroupV1) GetNameOk ¶

func (o *UserGroupV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*UserGroupV1) GetPermissions ¶

func (o *UserGroupV1) GetPermissions() []PermissionV1

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*UserGroupV1) GetPermissionsOk ¶

func (o *UserGroupV1) GetPermissionsOk() ([]PermissionV1, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupV1) HasPermissions ¶

func (o *UserGroupV1) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (UserGroupV1) MarshalJSON ¶

func (o UserGroupV1) MarshalJSON() ([]byte, error)

func (*UserGroupV1) SetId ¶

func (o *UserGroupV1) SetId(v string)

SetId sets field value

func (*UserGroupV1) SetMemberCount ¶

func (o *UserGroupV1) SetMemberCount(v float32)

SetMemberCount sets field value

func (*UserGroupV1) SetName ¶

func (o *UserGroupV1) SetName(v string)

SetName sets field value

func (*UserGroupV1) SetPermissions ¶

func (o *UserGroupV1) SetPermissions(v []PermissionV1)

SetPermissions gets a reference to the given []PermissionV1 and assigns it to the Permissions field.

func (UserGroupV1) ToMap ¶

func (o UserGroupV1) ToMap() (map[string]interface{}, error)

type UserV1 ¶

type UserV1 struct {
	// The unique identifier of this user.  Config API note: analogous to `name`.
	Id string `json:"id"`
	// The human-readable name of this user.
	Name string `json:"name"`
	// The email address associated with this user.
	Email string `json:"email"`
	// The permissions associated with this user.
	Permissions []PermissionV1 `json:"permissions,omitempty"`
}

UserV1 A user belonging to a Segment Workspace.

func NewUserV1 ¶

func NewUserV1(id string, name string, email string) *UserV1

NewUserV1 instantiates a new UserV1 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 NewUserV1WithDefaults ¶

func NewUserV1WithDefaults() *UserV1

NewUserV1WithDefaults instantiates a new UserV1 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 (*UserV1) GetEmail ¶

func (o *UserV1) GetEmail() string

GetEmail returns the Email field value

func (*UserV1) GetEmailOk ¶

func (o *UserV1) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*UserV1) GetId ¶

func (o *UserV1) GetId() string

GetId returns the Id field value

func (*UserV1) GetIdOk ¶

func (o *UserV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UserV1) GetName ¶

func (o *UserV1) GetName() string

GetName returns the Name field value

func (*UserV1) GetNameOk ¶

func (o *UserV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*UserV1) GetPermissions ¶

func (o *UserV1) GetPermissions() []PermissionV1

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*UserV1) GetPermissionsOk ¶

func (o *UserV1) GetPermissionsOk() ([]PermissionV1, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserV1) HasPermissions ¶

func (o *UserV1) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (UserV1) MarshalJSON ¶

func (o UserV1) MarshalJSON() ([]byte, error)

func (*UserV1) SetEmail ¶

func (o *UserV1) SetEmail(v string)

SetEmail sets field value

func (*UserV1) SetId ¶

func (o *UserV1) SetId(v string)

SetId sets field value

func (*UserV1) SetName ¶

func (o *UserV1) SetName(v string)

SetName sets field value

func (*UserV1) SetPermissions ¶

func (o *UserV1) SetPermissions(v []PermissionV1)

SetPermissions gets a reference to the given []PermissionV1 and assigns it to the Permissions field.

func (UserV1) ToMap ¶

func (o UserV1) ToMap() (map[string]interface{}, error)

type UsersPerSourceSnapshotV1 ¶

type UsersPerSourceSnapshotV1 struct {
	// The Source id.
	SourceId string `json:"sourceId"`
	// The start of the usage period, in unix time (seconds since epoch).
	PeriodStart float32 `json:"periodStart"`
	// The end of the usage period, in unix time (seconds since epoch).
	PeriodEnd float32 `json:"periodEnd"`
	// A bigint of the number of anonymous users in this snapshot.
	Anonymous string `json:"anonymous"`
	// A bigint of the number of anonymous identified users in this snapshot.
	AnonymousIdentified string `json:"anonymousIdentified"`
	// A bigint of the number of identified users in this snapshot.
	Identified string `json:"identified"`
	// A bigint of the number of never identified users in this snapshot.
	NeverIdentified string `json:"neverIdentified"`
	// The timestamp of this snapshot within the billing cycle, in the ISO-8601 format.
	Timestamp string `json:"timestamp"`
}

UsersPerSourceSnapshotV1 A snapshot of MTU metrics for a given Source within the given usage period.

func NewUsersPerSourceSnapshotV1 ¶

func NewUsersPerSourceSnapshotV1(
	sourceId string,
	periodStart float32,
	periodEnd float32,
	anonymous string,
	anonymousIdentified string,
	identified string,
	neverIdentified string,
	timestamp string,
) *UsersPerSourceSnapshotV1

NewUsersPerSourceSnapshotV1 instantiates a new UsersPerSourceSnapshotV1 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 NewUsersPerSourceSnapshotV1WithDefaults ¶

func NewUsersPerSourceSnapshotV1WithDefaults() *UsersPerSourceSnapshotV1

NewUsersPerSourceSnapshotV1WithDefaults instantiates a new UsersPerSourceSnapshotV1 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 (*UsersPerSourceSnapshotV1) GetAnonymous ¶

func (o *UsersPerSourceSnapshotV1) GetAnonymous() string

GetAnonymous returns the Anonymous field value

func (*UsersPerSourceSnapshotV1) GetAnonymousIdentified ¶

func (o *UsersPerSourceSnapshotV1) GetAnonymousIdentified() string

GetAnonymousIdentified returns the AnonymousIdentified field value

func (*UsersPerSourceSnapshotV1) GetAnonymousIdentifiedOk ¶

func (o *UsersPerSourceSnapshotV1) GetAnonymousIdentifiedOk() (*string, bool)

GetAnonymousIdentifiedOk returns a tuple with the AnonymousIdentified field value and a boolean to check if the value has been set.

func (*UsersPerSourceSnapshotV1) GetAnonymousOk ¶

func (o *UsersPerSourceSnapshotV1) GetAnonymousOk() (*string, bool)

GetAnonymousOk returns a tuple with the Anonymous field value and a boolean to check if the value has been set.

func (*UsersPerSourceSnapshotV1) GetIdentified ¶

func (o *UsersPerSourceSnapshotV1) GetIdentified() string

GetIdentified returns the Identified field value

func (*UsersPerSourceSnapshotV1) GetIdentifiedOk ¶

func (o *UsersPerSourceSnapshotV1) GetIdentifiedOk() (*string, bool)

GetIdentifiedOk returns a tuple with the Identified field value and a boolean to check if the value has been set.

func (*UsersPerSourceSnapshotV1) GetNeverIdentified ¶

func (o *UsersPerSourceSnapshotV1) GetNeverIdentified() string

GetNeverIdentified returns the NeverIdentified field value

func (*UsersPerSourceSnapshotV1) GetNeverIdentifiedOk ¶

func (o *UsersPerSourceSnapshotV1) GetNeverIdentifiedOk() (*string, bool)

GetNeverIdentifiedOk returns a tuple with the NeverIdentified field value and a boolean to check if the value has been set.

func (*UsersPerSourceSnapshotV1) GetPeriodEnd ¶

func (o *UsersPerSourceSnapshotV1) GetPeriodEnd() float32

GetPeriodEnd returns the PeriodEnd field value

func (*UsersPerSourceSnapshotV1) GetPeriodEndOk ¶

func (o *UsersPerSourceSnapshotV1) GetPeriodEndOk() (*float32, bool)

GetPeriodEndOk returns a tuple with the PeriodEnd field value and a boolean to check if the value has been set.

func (*UsersPerSourceSnapshotV1) GetPeriodStart ¶

func (o *UsersPerSourceSnapshotV1) GetPeriodStart() float32

GetPeriodStart returns the PeriodStart field value

func (*UsersPerSourceSnapshotV1) GetPeriodStartOk ¶

func (o *UsersPerSourceSnapshotV1) GetPeriodStartOk() (*float32, bool)

GetPeriodStartOk returns a tuple with the PeriodStart field value and a boolean to check if the value has been set.

func (*UsersPerSourceSnapshotV1) GetSourceId ¶

func (o *UsersPerSourceSnapshotV1) GetSourceId() string

GetSourceId returns the SourceId field value

func (*UsersPerSourceSnapshotV1) GetSourceIdOk ¶

func (o *UsersPerSourceSnapshotV1) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*UsersPerSourceSnapshotV1) GetTimestamp ¶

func (o *UsersPerSourceSnapshotV1) GetTimestamp() string

GetTimestamp returns the Timestamp field value

func (*UsersPerSourceSnapshotV1) GetTimestampOk ¶

func (o *UsersPerSourceSnapshotV1) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (UsersPerSourceSnapshotV1) MarshalJSON ¶

func (o UsersPerSourceSnapshotV1) MarshalJSON() ([]byte, error)

func (*UsersPerSourceSnapshotV1) SetAnonymous ¶

func (o *UsersPerSourceSnapshotV1) SetAnonymous(v string)

SetAnonymous sets field value

func (*UsersPerSourceSnapshotV1) SetAnonymousIdentified ¶

func (o *UsersPerSourceSnapshotV1) SetAnonymousIdentified(v string)

SetAnonymousIdentified sets field value

func (*UsersPerSourceSnapshotV1) SetIdentified ¶

func (o *UsersPerSourceSnapshotV1) SetIdentified(v string)

SetIdentified sets field value

func (*UsersPerSourceSnapshotV1) SetNeverIdentified ¶

func (o *UsersPerSourceSnapshotV1) SetNeverIdentified(v string)

SetNeverIdentified sets field value

func (*UsersPerSourceSnapshotV1) SetPeriodEnd ¶

func (o *UsersPerSourceSnapshotV1) SetPeriodEnd(v float32)

SetPeriodEnd sets field value

func (*UsersPerSourceSnapshotV1) SetPeriodStart ¶

func (o *UsersPerSourceSnapshotV1) SetPeriodStart(v float32)

SetPeriodStart sets field value

func (*UsersPerSourceSnapshotV1) SetSourceId ¶

func (o *UsersPerSourceSnapshotV1) SetSourceId(v string)

SetSourceId sets field value

func (*UsersPerSourceSnapshotV1) SetTimestamp ¶

func (o *UsersPerSourceSnapshotV1) SetTimestamp(v string)

SetTimestamp sets field value

func (UsersPerSourceSnapshotV1) ToMap ¶

func (o UsersPerSourceSnapshotV1) ToMap() (map[string]interface{}, error)

type Version ¶

type Version struct {
	// An identifier for this version.
	Id string `json:"id"`
	// Author of this version.
	Author *string `json:"author,omitempty"`
	// Source code of this version.
	Code string `json:"code"`
	// The deployed status of this version.
	IsDeployed *bool `json:"isDeployed,omitempty"`
	// The time of this Version's creation.
	CreatedAt *string `json:"createdAt,omitempty"`
	// The time of this Version's latest update.
	UpdatedAt *string `json:"updatedAt,omitempty"`
	// The time of this Version's last deployment.
	DeployedAt *string `json:"deployedAt,omitempty"`
}

Version Represents a Function Version in a list.

func NewVersion ¶

func NewVersion(id string, code string) *Version

NewVersion instantiates a new Version 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 NewVersionWithDefaults ¶

func NewVersionWithDefaults() *Version

NewVersionWithDefaults instantiates a new Version 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 (*Version) GetAuthor ¶

func (o *Version) GetAuthor() string

GetAuthor returns the Author field value if set, zero value otherwise.

func (*Version) GetAuthorOk ¶

func (o *Version) GetAuthorOk() (*string, bool)

GetAuthorOk returns a tuple with the Author field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Version) GetCode ¶

func (o *Version) GetCode() string

GetCode returns the Code field value

func (*Version) GetCodeOk ¶

func (o *Version) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*Version) GetCreatedAt ¶

func (o *Version) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*Version) GetCreatedAtOk ¶

func (o *Version) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Version) GetDeployedAt ¶

func (o *Version) GetDeployedAt() string

GetDeployedAt returns the DeployedAt field value if set, zero value otherwise.

func (*Version) GetDeployedAtOk ¶

func (o *Version) GetDeployedAtOk() (*string, bool)

GetDeployedAtOk returns a tuple with the DeployedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Version) GetId ¶

func (o *Version) GetId() string

GetId returns the Id field value

func (*Version) GetIdOk ¶

func (o *Version) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Version) GetIsDeployed ¶

func (o *Version) GetIsDeployed() bool

GetIsDeployed returns the IsDeployed field value if set, zero value otherwise.

func (*Version) GetIsDeployedOk ¶

func (o *Version) GetIsDeployedOk() (*bool, bool)

GetIsDeployedOk returns a tuple with the IsDeployed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Version) GetUpdatedAt ¶

func (o *Version) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*Version) GetUpdatedAtOk ¶

func (o *Version) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Version) HasAuthor ¶

func (o *Version) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

func (*Version) HasCreatedAt ¶

func (o *Version) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*Version) HasDeployedAt ¶

func (o *Version) HasDeployedAt() bool

HasDeployedAt returns a boolean if a field has been set.

func (*Version) HasIsDeployed ¶

func (o *Version) HasIsDeployed() bool

HasIsDeployed returns a boolean if a field has been set.

func (*Version) HasUpdatedAt ¶

func (o *Version) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (Version) MarshalJSON ¶

func (o Version) MarshalJSON() ([]byte, error)

func (*Version) SetAuthor ¶

func (o *Version) SetAuthor(v string)

SetAuthor gets a reference to the given string and assigns it to the Author field.

func (*Version) SetCode ¶

func (o *Version) SetCode(v string)

SetCode sets field value

func (*Version) SetCreatedAt ¶

func (o *Version) SetCreatedAt(v string)

SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.

func (*Version) SetDeployedAt ¶

func (o *Version) SetDeployedAt(v string)

SetDeployedAt gets a reference to the given string and assigns it to the DeployedAt field.

func (*Version) SetId ¶

func (o *Version) SetId(v string)

SetId sets field value

func (*Version) SetIsDeployed ¶

func (o *Version) SetIsDeployed(v bool)

SetIsDeployed gets a reference to the given bool and assigns it to the IsDeployed field.

func (*Version) SetUpdatedAt ¶

func (o *Version) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (Version) ToMap ¶

func (o Version) ToMap() (map[string]interface{}, error)

type WarehouseAdvancedSyncV1 ¶

type WarehouseAdvancedSyncV1 struct {
	// The hour of day for which to enable/disable a sync, between 0 and 23.
	HourOfDay float32 `json:"hourOfDay"`
	// Enable to the sync at the specified hour.
	Enabled bool `json:"enabled"`
}

WarehouseAdvancedSyncV1 Determines the time of day at which a Warehouse should sync.

func NewWarehouseAdvancedSyncV1 ¶

func NewWarehouseAdvancedSyncV1(hourOfDay float32, enabled bool) *WarehouseAdvancedSyncV1

NewWarehouseAdvancedSyncV1 instantiates a new WarehouseAdvancedSyncV1 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 NewWarehouseAdvancedSyncV1WithDefaults ¶

func NewWarehouseAdvancedSyncV1WithDefaults() *WarehouseAdvancedSyncV1

NewWarehouseAdvancedSyncV1WithDefaults instantiates a new WarehouseAdvancedSyncV1 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 (*WarehouseAdvancedSyncV1) GetEnabled ¶

func (o *WarehouseAdvancedSyncV1) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*WarehouseAdvancedSyncV1) GetEnabledOk ¶

func (o *WarehouseAdvancedSyncV1) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*WarehouseAdvancedSyncV1) GetHourOfDay ¶

func (o *WarehouseAdvancedSyncV1) GetHourOfDay() float32

GetHourOfDay returns the HourOfDay field value

func (*WarehouseAdvancedSyncV1) GetHourOfDayOk ¶

func (o *WarehouseAdvancedSyncV1) GetHourOfDayOk() (*float32, bool)

GetHourOfDayOk returns a tuple with the HourOfDay field value and a boolean to check if the value has been set.

func (WarehouseAdvancedSyncV1) MarshalJSON ¶

func (o WarehouseAdvancedSyncV1) MarshalJSON() ([]byte, error)

func (*WarehouseAdvancedSyncV1) SetEnabled ¶

func (o *WarehouseAdvancedSyncV1) SetEnabled(v bool)

SetEnabled sets field value

func (*WarehouseAdvancedSyncV1) SetHourOfDay ¶

func (o *WarehouseAdvancedSyncV1) SetHourOfDay(v float32)

SetHourOfDay sets field value

func (WarehouseAdvancedSyncV1) ToMap ¶

func (o WarehouseAdvancedSyncV1) ToMap() (map[string]interface{}, error)

type WarehouseMetadataV1 ¶

type WarehouseMetadataV1 struct {
	// The id of this object.
	Id string `json:"id"`
	// The name of this object.
	Name string `json:"name"`
	// A human-readable, unique identifier for object.
	Slug string `json:"slug"`
	// A description, in English, of this object.
	Description string    `json:"description"`
	Logos       LogosBeta `json:"logos"`
	// The Integration options for this object.
	Options []IntegrationOptionBeta `json:"options"`
}

WarehouseMetadataV1 The metadata for an instance of Segment’s data Warehouse product.

func NewWarehouseMetadataV1 ¶

func NewWarehouseMetadataV1(
	id string,
	name string,
	slug string,
	description string,
	logos LogosBeta,
	options []IntegrationOptionBeta,
) *WarehouseMetadataV1

NewWarehouseMetadataV1 instantiates a new WarehouseMetadataV1 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 NewWarehouseMetadataV1WithDefaults ¶

func NewWarehouseMetadataV1WithDefaults() *WarehouseMetadataV1

NewWarehouseMetadataV1WithDefaults instantiates a new WarehouseMetadataV1 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 (*WarehouseMetadataV1) GetDescription ¶

func (o *WarehouseMetadataV1) GetDescription() string

GetDescription returns the Description field value

func (*WarehouseMetadataV1) GetDescriptionOk ¶

func (o *WarehouseMetadataV1) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*WarehouseMetadataV1) GetId ¶

func (o *WarehouseMetadataV1) GetId() string

GetId returns the Id field value

func (*WarehouseMetadataV1) GetIdOk ¶

func (o *WarehouseMetadataV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*WarehouseMetadataV1) GetLogos ¶

func (o *WarehouseMetadataV1) GetLogos() LogosBeta

GetLogos returns the Logos field value

func (*WarehouseMetadataV1) GetLogosOk ¶

func (o *WarehouseMetadataV1) GetLogosOk() (*LogosBeta, bool)

GetLogosOk returns a tuple with the Logos field value and a boolean to check if the value has been set.

func (*WarehouseMetadataV1) GetName ¶

func (o *WarehouseMetadataV1) GetName() string

GetName returns the Name field value

func (*WarehouseMetadataV1) GetNameOk ¶

func (o *WarehouseMetadataV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*WarehouseMetadataV1) GetOptions ¶

func (o *WarehouseMetadataV1) GetOptions() []IntegrationOptionBeta

GetOptions returns the Options field value

func (*WarehouseMetadataV1) GetOptionsOk ¶

func (o *WarehouseMetadataV1) GetOptionsOk() ([]IntegrationOptionBeta, bool)

GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.

func (*WarehouseMetadataV1) GetSlug ¶

func (o *WarehouseMetadataV1) GetSlug() string

GetSlug returns the Slug field value

func (*WarehouseMetadataV1) GetSlugOk ¶

func (o *WarehouseMetadataV1) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (WarehouseMetadataV1) MarshalJSON ¶

func (o WarehouseMetadataV1) MarshalJSON() ([]byte, error)

func (*WarehouseMetadataV1) SetDescription ¶

func (o *WarehouseMetadataV1) SetDescription(v string)

SetDescription sets field value

func (*WarehouseMetadataV1) SetId ¶

func (o *WarehouseMetadataV1) SetId(v string)

SetId sets field value

func (*WarehouseMetadataV1) SetLogos ¶

func (o *WarehouseMetadataV1) SetLogos(v LogosBeta)

SetLogos sets field value

func (*WarehouseMetadataV1) SetName ¶

func (o *WarehouseMetadataV1) SetName(v string)

SetName sets field value

func (*WarehouseMetadataV1) SetOptions ¶

func (o *WarehouseMetadataV1) SetOptions(v []IntegrationOptionBeta)

SetOptions sets field value

func (*WarehouseMetadataV1) SetSlug ¶

func (o *WarehouseMetadataV1) SetSlug(v string)

SetSlug sets field value

func (WarehouseMetadataV1) ToMap ¶

func (o WarehouseMetadataV1) ToMap() (map[string]interface{}, error)

type WarehouseSelectiveSyncItemV1 ¶

type WarehouseSelectiveSyncItemV1 struct {
	// The Source id attached to this Warehouse.
	SourceId string `json:"sourceId"`
	// The collection within the Source.
	Collection string `json:"collection"`
	// The id of the Warehouse this sync belongs to.
	WarehouseId string `json:"warehouseId"`
	// Whether this Selective Sync item is enabled.
	Enabled bool `json:"enabled"`
	// A map that contains the properties within the collection to which the Warehouse should sync.
	Properties map[string]interface{} `json:"properties"`
}

WarehouseSelectiveSyncItemV1 Represents an entry in the Warehouse Selective Sync schema for a Warehouse and Source pair.

func NewWarehouseSelectiveSyncItemV1 ¶

func NewWarehouseSelectiveSyncItemV1(
	sourceId string,
	collection string,
	warehouseId string,
	enabled bool,
	properties map[string]interface{},
) *WarehouseSelectiveSyncItemV1

NewWarehouseSelectiveSyncItemV1 instantiates a new WarehouseSelectiveSyncItemV1 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 NewWarehouseSelectiveSyncItemV1WithDefaults ¶

func NewWarehouseSelectiveSyncItemV1WithDefaults() *WarehouseSelectiveSyncItemV1

NewWarehouseSelectiveSyncItemV1WithDefaults instantiates a new WarehouseSelectiveSyncItemV1 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 (*WarehouseSelectiveSyncItemV1) GetCollection ¶

func (o *WarehouseSelectiveSyncItemV1) GetCollection() string

GetCollection returns the Collection field value

func (*WarehouseSelectiveSyncItemV1) GetCollectionOk ¶

func (o *WarehouseSelectiveSyncItemV1) GetCollectionOk() (*string, bool)

GetCollectionOk returns a tuple with the Collection field value and a boolean to check if the value has been set.

func (*WarehouseSelectiveSyncItemV1) GetEnabled ¶

func (o *WarehouseSelectiveSyncItemV1) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*WarehouseSelectiveSyncItemV1) GetEnabledOk ¶

func (o *WarehouseSelectiveSyncItemV1) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*WarehouseSelectiveSyncItemV1) GetProperties ¶

func (o *WarehouseSelectiveSyncItemV1) GetProperties() map[string]interface{}

GetProperties returns the Properties field value

func (*WarehouseSelectiveSyncItemV1) GetPropertiesOk ¶

func (o *WarehouseSelectiveSyncItemV1) GetPropertiesOk() (map[string]interface{}, bool)

GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.

func (*WarehouseSelectiveSyncItemV1) GetSourceId ¶

func (o *WarehouseSelectiveSyncItemV1) GetSourceId() string

GetSourceId returns the SourceId field value

func (*WarehouseSelectiveSyncItemV1) GetSourceIdOk ¶

func (o *WarehouseSelectiveSyncItemV1) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*WarehouseSelectiveSyncItemV1) GetWarehouseId ¶

func (o *WarehouseSelectiveSyncItemV1) GetWarehouseId() string

GetWarehouseId returns the WarehouseId field value

func (*WarehouseSelectiveSyncItemV1) GetWarehouseIdOk ¶

func (o *WarehouseSelectiveSyncItemV1) GetWarehouseIdOk() (*string, bool)

GetWarehouseIdOk returns a tuple with the WarehouseId field value and a boolean to check if the value has been set.

func (WarehouseSelectiveSyncItemV1) MarshalJSON ¶

func (o WarehouseSelectiveSyncItemV1) MarshalJSON() ([]byte, error)

func (*WarehouseSelectiveSyncItemV1) SetCollection ¶

func (o *WarehouseSelectiveSyncItemV1) SetCollection(v string)

SetCollection sets field value

func (*WarehouseSelectiveSyncItemV1) SetEnabled ¶

func (o *WarehouseSelectiveSyncItemV1) SetEnabled(v bool)

SetEnabled sets field value

func (*WarehouseSelectiveSyncItemV1) SetProperties ¶

func (o *WarehouseSelectiveSyncItemV1) SetProperties(v map[string]interface{})

SetProperties sets field value

func (*WarehouseSelectiveSyncItemV1) SetSourceId ¶

func (o *WarehouseSelectiveSyncItemV1) SetSourceId(v string)

SetSourceId sets field value

func (*WarehouseSelectiveSyncItemV1) SetWarehouseId ¶

func (o *WarehouseSelectiveSyncItemV1) SetWarehouseId(v string)

SetWarehouseId sets field value

func (WarehouseSelectiveSyncItemV1) ToMap ¶

func (o WarehouseSelectiveSyncItemV1) ToMap() (map[string]interface{}, error)

type WarehouseSyncOverrideV1 ¶

type WarehouseSyncOverrideV1 struct {
	// The id of the Source this schema item applies to.
	SourceId string `json:"sourceId"`
	// The collection the schema item override applies to.
	Collection *string `json:"collection,omitempty"`
	// Enable to apply the override.
	Enabled bool `json:"enabled"`
	// A property within the collection to which the override applies.
	Property *string `json:"property,omitempty"`
}

WarehouseSyncOverrideV1 Represents the override for a Source/collection/property? path to apply to a Warehouse.

func NewWarehouseSyncOverrideV1 ¶

func NewWarehouseSyncOverrideV1(sourceId string, enabled bool) *WarehouseSyncOverrideV1

NewWarehouseSyncOverrideV1 instantiates a new WarehouseSyncOverrideV1 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 NewWarehouseSyncOverrideV1WithDefaults ¶

func NewWarehouseSyncOverrideV1WithDefaults() *WarehouseSyncOverrideV1

NewWarehouseSyncOverrideV1WithDefaults instantiates a new WarehouseSyncOverrideV1 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 (*WarehouseSyncOverrideV1) GetCollection ¶

func (o *WarehouseSyncOverrideV1) GetCollection() string

GetCollection returns the Collection field value if set, zero value otherwise.

func (*WarehouseSyncOverrideV1) GetCollectionOk ¶

func (o *WarehouseSyncOverrideV1) GetCollectionOk() (*string, bool)

GetCollectionOk returns a tuple with the Collection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WarehouseSyncOverrideV1) GetEnabled ¶

func (o *WarehouseSyncOverrideV1) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*WarehouseSyncOverrideV1) GetEnabledOk ¶

func (o *WarehouseSyncOverrideV1) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*WarehouseSyncOverrideV1) GetProperty ¶

func (o *WarehouseSyncOverrideV1) GetProperty() string

GetProperty returns the Property field value if set, zero value otherwise.

func (*WarehouseSyncOverrideV1) GetPropertyOk ¶

func (o *WarehouseSyncOverrideV1) GetPropertyOk() (*string, bool)

GetPropertyOk returns a tuple with the Property field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WarehouseSyncOverrideV1) GetSourceId ¶

func (o *WarehouseSyncOverrideV1) GetSourceId() string

GetSourceId returns the SourceId field value

func (*WarehouseSyncOverrideV1) GetSourceIdOk ¶

func (o *WarehouseSyncOverrideV1) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.

func (*WarehouseSyncOverrideV1) HasCollection ¶

func (o *WarehouseSyncOverrideV1) HasCollection() bool

HasCollection returns a boolean if a field has been set.

func (*WarehouseSyncOverrideV1) HasProperty ¶

func (o *WarehouseSyncOverrideV1) HasProperty() bool

HasProperty returns a boolean if a field has been set.

func (WarehouseSyncOverrideV1) MarshalJSON ¶

func (o WarehouseSyncOverrideV1) MarshalJSON() ([]byte, error)

func (*WarehouseSyncOverrideV1) SetCollection ¶

func (o *WarehouseSyncOverrideV1) SetCollection(v string)

SetCollection gets a reference to the given string and assigns it to the Collection field.

func (*WarehouseSyncOverrideV1) SetEnabled ¶

func (o *WarehouseSyncOverrideV1) SetEnabled(v bool)

SetEnabled sets field value

func (*WarehouseSyncOverrideV1) SetProperty ¶

func (o *WarehouseSyncOverrideV1) SetProperty(v string)

SetProperty gets a reference to the given string and assigns it to the Property field.

func (*WarehouseSyncOverrideV1) SetSourceId ¶

func (o *WarehouseSyncOverrideV1) SetSourceId(v string)

SetSourceId sets field value

func (WarehouseSyncOverrideV1) ToMap ¶

func (o WarehouseSyncOverrideV1) ToMap() (map[string]interface{}, error)

type WarehouseV1 ¶

type WarehouseV1 struct {
	// The id of the Warehouse.
	Id       string              `json:"id"`
	Metadata WarehouseMetadataV1 `json:"metadata"`
	// The id of the Workspace that owns this Warehouse.
	WorkspaceId string `json:"workspaceId"`
	// When set to true, this Warehouse receives data.
	Enabled bool `json:"enabled"`
	// A key-value object that contains instance-specific Warehouse settings.
	Settings map[string]interface{} `json:"settings"`
}

WarehouseV1 Defines a data Warehouse used as a Destination for Segment data.

func NewWarehouseV1 ¶

func NewWarehouseV1(
	id string,
	metadata WarehouseMetadataV1,
	workspaceId string,
	enabled bool,
	settings map[string]interface{},
) *WarehouseV1

NewWarehouseV1 instantiates a new WarehouseV1 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 NewWarehouseV1WithDefaults ¶

func NewWarehouseV1WithDefaults() *WarehouseV1

NewWarehouseV1WithDefaults instantiates a new WarehouseV1 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 (*WarehouseV1) GetEnabled ¶

func (o *WarehouseV1) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*WarehouseV1) GetEnabledOk ¶

func (o *WarehouseV1) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*WarehouseV1) GetId ¶

func (o *WarehouseV1) GetId() string

GetId returns the Id field value

func (*WarehouseV1) GetIdOk ¶

func (o *WarehouseV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*WarehouseV1) GetMetadata ¶

func (o *WarehouseV1) GetMetadata() WarehouseMetadataV1

GetMetadata returns the Metadata field value

func (*WarehouseV1) GetMetadataOk ¶

func (o *WarehouseV1) GetMetadataOk() (*WarehouseMetadataV1, bool)

GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.

func (*WarehouseV1) GetSettings ¶

func (o *WarehouseV1) GetSettings() map[string]interface{}

GetSettings returns the Settings field value

func (*WarehouseV1) GetSettingsOk ¶

func (o *WarehouseV1) GetSettingsOk() (map[string]interface{}, bool)

GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.

func (*WarehouseV1) GetWorkspaceId ¶

func (o *WarehouseV1) GetWorkspaceId() string

GetWorkspaceId returns the WorkspaceId field value

func (*WarehouseV1) GetWorkspaceIdOk ¶

func (o *WarehouseV1) GetWorkspaceIdOk() (*string, bool)

GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set.

func (WarehouseV1) MarshalJSON ¶

func (o WarehouseV1) MarshalJSON() ([]byte, error)

func (*WarehouseV1) SetEnabled ¶

func (o *WarehouseV1) SetEnabled(v bool)

SetEnabled sets field value

func (*WarehouseV1) SetId ¶

func (o *WarehouseV1) SetId(v string)

SetId sets field value

func (*WarehouseV1) SetMetadata ¶

func (o *WarehouseV1) SetMetadata(v WarehouseMetadataV1)

SetMetadata sets field value

func (*WarehouseV1) SetSettings ¶

func (o *WarehouseV1) SetSettings(v map[string]interface{})

SetSettings sets field value

func (*WarehouseV1) SetWorkspaceId ¶

func (o *WarehouseV1) SetWorkspaceId(v string)

SetWorkspaceId sets field value

func (WarehouseV1) ToMap ¶

func (o WarehouseV1) ToMap() (map[string]interface{}, error)

type WarehousesAPIService ¶

type WarehousesAPIService service

WarehousesAPIService WarehousesAPI service

func (*WarehousesAPIService) AddConnectionFromSourceToWarehouse ¶

func (a *WarehousesAPIService) AddConnectionFromSourceToWarehouse(
	ctx context.Context,
	warehouseId string,
	sourceId string,
) ApiAddConnectionFromSourceToWarehouseRequest

AddConnectionFromSourceToWarehouse Add Connection from Source to Warehouse

Connects a Source to a Warehouse.

• When called, this endpoint may generate the `Storage Destination Modified` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param warehouseId
@param sourceId
@return ApiAddConnectionFromSourceToWarehouseRequest

func (*WarehousesAPIService) AddConnectionFromSourceToWarehouseExecute ¶

Execute executes the request

@return AddConnectionFromSourceToWarehouse201Response

func (*WarehousesAPIService) CreateValidationInWarehouse ¶

func (a *WarehousesAPIService) CreateValidationInWarehouse(
	ctx context.Context,
) ApiCreateValidationInWarehouseRequest

CreateValidationInWarehouse Create Validation in Warehouse

Validates input settings against a Warehouse.

• When called, this endpoint may generate the `Storage Destination Settings Validation` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateValidationInWarehouseRequest

func (*WarehousesAPIService) CreateValidationInWarehouseExecute ¶

Execute executes the request

@return CreateValidationInWarehouse200Response

func (*WarehousesAPIService) CreateWarehouse ¶

CreateWarehouse Create Warehouse

Creates a new Warehouse.

• When called, this endpoint may generate the `Storage Destination Created` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateWarehouseRequest

func (*WarehousesAPIService) CreateWarehouseExecute ¶

Execute executes the request

@return CreateWarehouse201Response

func (*WarehousesAPIService) DeleteWarehouse ¶

func (a *WarehousesAPIService) DeleteWarehouse(
	ctx context.Context,
	warehouseId string,
) ApiDeleteWarehouseRequest

DeleteWarehouse Delete Warehouse

Deletes an existing Warehouse.

• When called, this endpoint may generate the `Storage Destination Deleted` event in the [audit trail](/tag/Audit-Trail).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param warehouseId
@return ApiDeleteWarehouseRequest

func (*WarehousesAPIService) DeleteWarehouseExecute ¶

Execute executes the request

@return DeleteWarehouse200Response

func (*WarehousesAPIService) GetConnectionStateFromWarehouse ¶

func (a *WarehousesAPIService) GetConnectionStateFromWarehouse(
	ctx context.Context,
	warehouseId string,
) ApiGetConnectionStateFromWarehouseRequest

GetConnectionStateFromWarehouse Get Connection State from Warehouse

Verifies the state of Warehouse connection settings.

The rate limit for this endpoint is 200 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param warehouseId
@return ApiGetConnectionStateFromWarehouseRequest

func (*WarehousesAPIService) GetConnectionStateFromWarehouseExecute ¶

Execute executes the request

@return GetConnectionStateFromWarehouse200Response

func (*WarehousesAPIService) GetWarehouse ¶

func (a *WarehousesAPIService) GetWarehouse(
	ctx context.Context,
	warehouseId string,
) ApiGetWarehouseRequest

GetWarehouse Get Warehouse

Returns a Warehouse by its id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param warehouseId
@return ApiGetWarehouseRequest

func (*WarehousesAPIService) GetWarehouseExecute ¶

Execute executes the request

@return GetWarehouse200Response

func (*WarehousesAPIService) ListConnectedSourcesFromWarehouse ¶

func (a *WarehousesAPIService) ListConnectedSourcesFromWarehouse(
	ctx context.Context,
	warehouseId string,
) ApiListConnectedSourcesFromWarehouseRequest

ListConnectedSourcesFromWarehouse List Connected Sources from Warehouse

Returns the list of Sources that are connected to a Warehouse.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param warehouseId
@return ApiListConnectedSourcesFromWarehouseRequest

func (*WarehousesAPIService) ListConnectedSourcesFromWarehouseExecute ¶

Execute executes the request

@return ListConnectedSourcesFromWarehouse200Response

func (*WarehousesAPIService) ListWarehouses ¶

ListWarehouses List Warehouses

Returns a list of Warehouses.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListWarehousesRequest

func (*WarehousesAPIService) ListWarehousesExecute ¶

Execute executes the request

@return ListWarehouses200Response

func (*WarehousesAPIService) RemoveSourceConnectionFromWarehouse ¶

func (a *WarehousesAPIService) RemoveSourceConnectionFromWarehouse(
	ctx context.Context,
	warehouseId string,
	sourceId string,
) ApiRemoveSourceConnectionFromWarehouseRequest

RemoveSourceConnectionFromWarehouse Remove Source Connection from Warehouse

Disconnects a Source from a Warehouse.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param warehouseId
@param sourceId
@return ApiRemoveSourceConnectionFromWarehouseRequest

func (*WarehousesAPIService) RemoveSourceConnectionFromWarehouseExecute ¶

Execute executes the request

@return RemoveSourceConnectionFromWarehouse200Response

func (*WarehousesAPIService) UpdateWarehouse ¶

func (a *WarehousesAPIService) UpdateWarehouse(
	ctx context.Context,
	warehouseId string,
) ApiUpdateWarehouseRequest

UpdateWarehouse Update Warehouse

Updates an existing Warehouse.

• When called, this endpoint may generate one or more of the following [audit trail](/tag/Audit-Trail) events:* Storage Destination Modified * Storage Destination Enabled

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param warehouseId
@return ApiUpdateWarehouseRequest

func (*WarehousesAPIService) UpdateWarehouseExecute ¶

Execute executes the request

@return UpdateWarehouse200Response

type WorkspaceV1 ¶

type WorkspaceV1 struct {
	// The unique identifier.
	Id string `json:"id"`
	// The URL-friendly slug.
	Slug string `json:"slug"`
	// The human-readable name.
	Name string `json:"name"`
}

WorkspaceV1 An organized group of Sources and Destinations managed by a team.

func NewWorkspaceV1 ¶

func NewWorkspaceV1(id string, slug string, name string) *WorkspaceV1

NewWorkspaceV1 instantiates a new WorkspaceV1 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 NewWorkspaceV1WithDefaults ¶

func NewWorkspaceV1WithDefaults() *WorkspaceV1

NewWorkspaceV1WithDefaults instantiates a new WorkspaceV1 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 (*WorkspaceV1) GetId ¶

func (o *WorkspaceV1) GetId() string

GetId returns the Id field value

func (*WorkspaceV1) GetIdOk ¶

func (o *WorkspaceV1) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*WorkspaceV1) GetName ¶

func (o *WorkspaceV1) GetName() string

GetName returns the Name field value

func (*WorkspaceV1) GetNameOk ¶

func (o *WorkspaceV1) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*WorkspaceV1) GetSlug ¶

func (o *WorkspaceV1) GetSlug() string

GetSlug returns the Slug field value

func (*WorkspaceV1) GetSlugOk ¶

func (o *WorkspaceV1) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (WorkspaceV1) MarshalJSON ¶

func (o WorkspaceV1) MarshalJSON() ([]byte, error)

func (*WorkspaceV1) SetId ¶

func (o *WorkspaceV1) SetId(v string)

SetId sets field value

func (*WorkspaceV1) SetName ¶

func (o *WorkspaceV1) SetName(v string)

SetName sets field value

func (*WorkspaceV1) SetSlug ¶

func (o *WorkspaceV1) SetSlug(v string)

SetSlug sets field value

func (WorkspaceV1) ToMap ¶

func (o WorkspaceV1) ToMap() (map[string]interface{}, error)

type WorkspacesAPIService ¶

type WorkspacesAPIService service

WorkspacesAPIService WorkspacesAPI service

func (*WorkspacesAPIService) GetWorkspace ¶

GetWorkspace Get Workspace

Returns the Workspace associated with the token used to access this resource.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetWorkspaceRequest

func (*WorkspacesAPIService) GetWorkspaceExecute ¶

Execute executes the request

@return GetWorkspace200Response

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL