Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIKeysApi
- type APIKeysApiService
- func (a *APIKeysApiService) CreateApiKey(ctx context.Context) ApiCreateApiKeyRequest
- func (a *APIKeysApiService) CreateApiKeyExecute(r ApiCreateApiKeyRequest) (*CreateApiKeyResponse, *http.Response, error)
- func (a *APIKeysApiService) DeleteApiKey(ctx context.Context, name string, user string) ApiDeleteApiKeyRequest
- func (a *APIKeysApiService) DeleteApiKeyExecute(r ApiDeleteApiKeyRequest) (*DeleteApiKeyResponse, *http.Response, error)
- func (a *APIKeysApiService) GetApiKey(ctx context.Context, user string, name string) ApiGetApiKeyRequest
- func (a *APIKeysApiService) GetApiKeyExecute(r ApiGetApiKeyRequest) (*GetApiKeyResponse, *http.Response, error)
- func (a *APIKeysApiService) ListApiKeys(ctx context.Context, user string) ApiListApiKeysRequest
- func (a *APIKeysApiService) ListApiKeysExecute(r ApiListApiKeysRequest) (*ListApiKeysResponse, *http.Response, error)
- func (a *APIKeysApiService) UpdateApiKey(ctx context.Context, name string, user string) ApiUpdateApiKeyRequest
- func (a *APIKeysApiService) UpdateApiKeyExecute(r ApiUpdateApiKeyRequest) (*UpdateApiKeyResponse, *http.Response, error)
- type APIResponse
- type AddDocumentsRequest
- type AddDocumentsResponse
- type Alias
- func (o *Alias) GetCollections() []string
- func (o *Alias) GetCollectionsOk() ([]string, bool)
- func (o *Alias) GetCreatedAt() string
- func (o *Alias) GetCreatedAtOk() (*string, bool)
- func (o *Alias) GetCreatorEmail() string
- func (o *Alias) GetCreatorEmailOk() (*string, bool)
- func (o *Alias) GetDescription() string
- func (o *Alias) GetDescriptionOk() (*string, bool)
- func (o *Alias) GetModifiedAt() string
- func (o *Alias) GetModifiedAtOk() (*string, bool)
- func (o *Alias) GetName() string
- func (o *Alias) GetNameOk() (*string, bool)
- func (o *Alias) GetState() string
- func (o *Alias) GetStateOk() (*string, bool)
- func (o *Alias) GetWorkspace() string
- func (o *Alias) GetWorkspaceOk() (*string, bool)
- func (o *Alias) HasCollections() bool
- func (o *Alias) HasCreatedAt() bool
- func (o *Alias) HasCreatorEmail() bool
- func (o *Alias) HasDescription() bool
- func (o *Alias) HasModifiedAt() bool
- func (o *Alias) HasName() bool
- func (o *Alias) HasState() bool
- func (o *Alias) HasWorkspace() bool
- func (o Alias) MarshalJSON() ([]byte, error)
- func (o *Alias) SetCollections(v []string)
- func (o *Alias) SetCreatedAt(v string)
- func (o *Alias) SetCreatorEmail(v string)
- func (o *Alias) SetDescription(v string)
- func (o *Alias) SetModifiedAt(v string)
- func (o *Alias) SetName(v string)
- func (o *Alias) SetState(v string)
- func (o *Alias) SetWorkspace(v string)
- type AliasesApi
- type AliasesApiService
- func (a *AliasesApiService) CreateAlias(ctx context.Context, workspace string) ApiCreateAliasRequest
- func (a *AliasesApiService) CreateAliasExecute(r ApiCreateAliasRequest) (*CreateAliasResponse, *http.Response, error)
- func (a *AliasesApiService) DeleteAlias(ctx context.Context, workspace string, alias string) ApiDeleteAliasRequest
- func (a *AliasesApiService) DeleteAliasExecute(r ApiDeleteAliasRequest) (*DeleteAliasResponse, *http.Response, error)
- func (a *AliasesApiService) GetAlias(ctx context.Context, workspace string, alias string) ApiGetAliasRequest
- func (a *AliasesApiService) GetAliasExecute(r ApiGetAliasRequest) (*GetAliasResponse, *http.Response, error)
- func (a *AliasesApiService) ListAliases(ctx context.Context) ApiListAliasesRequest
- func (a *AliasesApiService) ListAliasesExecute(r ApiListAliasesRequest) (*ListAliasesResponse, *http.Response, error)
- func (a *AliasesApiService) UpdateAlias(ctx context.Context, workspace string, alias string) ApiUpdateAliasRequest
- func (a *AliasesApiService) UpdateAliasExecute(r ApiUpdateAliasRequest) (*GetAliasResponse, *http.Response, error)
- func (a *AliasesApiService) WorkspaceAliases(ctx context.Context, workspace string) ApiWorkspaceAliasesRequest
- func (a *AliasesApiService) WorkspaceAliasesExecute(r ApiWorkspaceAliasesRequest) (*ListAliasesResponse, *http.Response, error)
- type ApiAddDocumentsRequest
- type ApiCreateAliasRequest
- type ApiCreateApiKeyRequest
- type ApiCreateCollectionRequest
- type ApiCreateIntegrationRequest
- type ApiCreateQueryLambdaRequest
- type ApiCreateQueryLambdaTagRequest
- type ApiCreateRoleRequest
- type ApiCreateUserRequest
- type ApiCreateViewRequest
- type ApiCreateWorkspaceRequest
- type ApiDeleteAliasRequest
- type ApiDeleteApiKeyRequest
- type ApiDeleteCollectionRequest
- type ApiDeleteDocumentsRequest
- type ApiDeleteIntegrationRequest
- type ApiDeleteQueryLambdaRequest
- type ApiDeleteQueryLambdaTagRequest
- type ApiDeleteQueryLambdaVersionRequest
- type ApiDeleteRoleRequest
- type ApiDeleteUserRequest
- type ApiDeleteViewRequest
- type ApiDeleteWorkspaceRequest
- type ApiExecuteQueryLambdaByTagRequest
- type ApiExecuteQueryLambdaRequest
- type ApiGetAliasRequest
- type ApiGetApiKeyRequest
- type ApiGetCollectionRequest
- type ApiGetCurrentUserRequest
- type ApiGetIntegrationRequest
- type ApiGetOrganizationRequest
- type ApiGetQueryLambdaTagVersionRequest
- type ApiGetQueryLambdaVersionRequest
- type ApiGetRoleRequest
- type ApiGetUserRequest
- type ApiGetViewRequest
- type ApiGetVirtualInstanceRequest
- type ApiGetWorkspaceRequest
- type ApiKey
- func (o *ApiKey) GetCreatedAt() string
- func (o *ApiKey) GetCreatedAtOk() (*string, bool)
- func (o *ApiKey) GetCreatedBy() string
- func (o *ApiKey) GetCreatedByOk() (*string, bool)
- func (o *ApiKey) GetKey() string
- func (o *ApiKey) GetKeyOk() (*string, bool)
- func (o *ApiKey) GetLastAccessTime() string
- func (o *ApiKey) GetLastAccessTimeOk() (*string, bool)
- func (o *ApiKey) GetName() string
- func (o *ApiKey) GetNameOk() (*string, bool)
- func (o *ApiKey) GetRole() string
- func (o *ApiKey) GetRoleOk() (*string, bool)
- func (o *ApiKey) GetState() string
- func (o *ApiKey) GetStateOk() (*string, bool)
- func (o *ApiKey) HasCreatedAt() bool
- func (o *ApiKey) HasCreatedBy() bool
- func (o *ApiKey) HasLastAccessTime() bool
- func (o *ApiKey) HasRole() bool
- func (o *ApiKey) HasState() bool
- func (o ApiKey) MarshalJSON() ([]byte, error)
- func (o *ApiKey) SetCreatedAt(v string)
- func (o *ApiKey) SetCreatedBy(v string)
- func (o *ApiKey) SetKey(v string)
- func (o *ApiKey) SetLastAccessTime(v string)
- func (o *ApiKey) SetName(v string)
- func (o *ApiKey) SetRole(v string)
- func (o *ApiKey) SetState(v string)
- type ApiListAliasesRequest
- type ApiListAllQueryLambdasRequest
- type ApiListApiKeysRequest
- type ApiListCollectionsRequest
- type ApiListIntegrationsRequest
- type ApiListQueryLambdaTagsRequest
- type ApiListQueryLambdaVersionsRequest
- type ApiListQueryLambdasInWorkspaceRequest
- type ApiListRolesRequest
- type ApiListUnsubscribePreferencesRequest
- type ApiListUsersRequest
- type ApiListViewsRequest
- type ApiListVirtualInstancesRequest
- type ApiListWorkspacesRequest
- type ApiPatchDocumentsRequest
- type ApiQueryRequest
- type ApiSetVirtualInstanceRequest
- type ApiUpdateAliasRequest
- type ApiUpdateApiKeyRequest
- type ApiUpdateQueryLambdaRequest
- type ApiUpdateRoleRequest
- type ApiUpdateUnsubscribePreferencesRequest
- type ApiUpdateViewRequest
- type ApiValidateRequest
- type ApiWorkspaceAliasesRequest
- type ApiWorkspaceCollectionsRequest
- type ApiWorkspaceViewsRequest
- type AwsAccessKey
- func (o *AwsAccessKey) GetAwsAccessKeyId() string
- func (o *AwsAccessKey) GetAwsAccessKeyIdOk() (*string, bool)
- func (o *AwsAccessKey) GetAwsSecretAccessKey() string
- func (o *AwsAccessKey) GetAwsSecretAccessKeyOk() (*string, bool)
- func (o AwsAccessKey) MarshalJSON() ([]byte, error)
- func (o *AwsAccessKey) SetAwsAccessKeyId(v string)
- func (o *AwsAccessKey) SetAwsSecretAccessKey(v string)
- type AwsRole
- type AzureBlobStorageIntegration
- type AzureEventHubsIntegration
- func (o *AzureEventHubsIntegration) GetConnectionString() string
- func (o *AzureEventHubsIntegration) GetConnectionStringOk() (*string, bool)
- func (o *AzureEventHubsIntegration) HasConnectionString() bool
- func (o AzureEventHubsIntegration) MarshalJSON() ([]byte, error)
- func (o *AzureEventHubsIntegration) SetConnectionString(v string)
- type AzureServiceBusIntegration
- type BasicAuth
- type Cluster
- func (o *Cluster) GetApiserverUrl() string
- func (o *Cluster) GetApiserverUrlOk() (*string, bool)
- func (o *Cluster) GetAwsRegion() string
- func (o *Cluster) GetAwsRegionOk() (*string, bool)
- func (o *Cluster) GetClusterType() string
- func (o *Cluster) GetClusterTypeOk() (*string, bool)
- func (o *Cluster) GetDomain() string
- func (o *Cluster) GetDomainOk() (*string, bool)
- func (o *Cluster) GetId() string
- func (o *Cluster) GetIdOk() (*string, bool)
- func (o *Cluster) GetTopLevelDomain() string
- func (o *Cluster) GetTopLevelDomainOk() (*string, bool)
- func (o *Cluster) HasApiserverUrl() bool
- func (o *Cluster) HasAwsRegion() bool
- func (o *Cluster) HasClusterType() bool
- func (o *Cluster) HasDomain() bool
- func (o *Cluster) HasId() bool
- func (o *Cluster) HasTopLevelDomain() bool
- func (o Cluster) MarshalJSON() ([]byte, error)
- func (o *Cluster) SetApiserverUrl(v string)
- func (o *Cluster) SetAwsRegion(v string)
- func (o *Cluster) SetClusterType(v string)
- func (o *Cluster) SetDomain(v string)
- func (o *Cluster) SetId(v string)
- func (o *Cluster) SetTopLevelDomain(v string)
- type Collection
- func (o *Collection) GetAliases() []Alias
- func (o *Collection) GetAliasesOk() ([]Alias, bool)
- func (o *Collection) GetClusteringKey() []FieldPartition
- func (o *Collection) GetClusteringKeyOk() ([]FieldPartition, bool)
- func (o *Collection) GetCreatedAt() string
- func (o *Collection) GetCreatedAtOk() (*string, bool)
- func (o *Collection) GetCreatedBy() string
- func (o *Collection) GetCreatedByOk() (*string, bool)
- func (o *Collection) GetDescription() string
- func (o *Collection) GetDescriptionOk() (*string, bool)
- func (o *Collection) GetFieldMappingQuery() FieldMappingQuery
- func (o *Collection) GetFieldMappingQueryOk() (*FieldMappingQuery, bool)
- func (o *Collection) GetFieldMappings() []FieldMappingV2
- func (o *Collection) GetFieldMappingsOk() ([]FieldMappingV2, bool)
- func (o *Collection) GetInsertOnly() bool
- func (o *Collection) GetInsertOnlyOk() (*bool, bool)
- func (o *Collection) GetName() string
- func (o *Collection) GetNameOk() (*string, bool)
- func (o *Collection) GetRetentionSecs() int64
- func (o *Collection) GetRetentionSecsOk() (*int64, bool)
- func (o *Collection) GetSources() []Source
- func (o *Collection) GetSourcesOk() ([]Source, bool)
- func (o *Collection) GetStats() CollectionStats
- func (o *Collection) GetStatsOk() (*CollectionStats, bool)
- func (o *Collection) GetStatus() string
- func (o *Collection) GetStatusOk() (*string, bool)
- func (o *Collection) GetWorkspace() string
- func (o *Collection) GetWorkspaceOk() (*string, bool)
- func (o *Collection) HasAliases() bool
- func (o *Collection) HasClusteringKey() bool
- func (o *Collection) HasCreatedAt() bool
- func (o *Collection) HasCreatedBy() bool
- func (o *Collection) HasDescription() bool
- func (o *Collection) HasFieldMappingQuery() bool
- func (o *Collection) HasFieldMappings() bool
- func (o *Collection) HasInsertOnly() bool
- func (o *Collection) HasName() bool
- func (o *Collection) HasRetentionSecs() bool
- func (o *Collection) HasSources() bool
- func (o *Collection) HasStats() bool
- func (o *Collection) HasStatus() bool
- func (o *Collection) HasWorkspace() bool
- func (o Collection) MarshalJSON() ([]byte, error)
- func (o *Collection) SetAliases(v []Alias)
- func (o *Collection) SetClusteringKey(v []FieldPartition)
- func (o *Collection) SetCreatedAt(v string)
- func (o *Collection) SetCreatedBy(v string)
- func (o *Collection) SetDescription(v string)
- func (o *Collection) SetFieldMappingQuery(v FieldMappingQuery)
- func (o *Collection) SetFieldMappings(v []FieldMappingV2)
- func (o *Collection) SetInsertOnly(v bool)
- func (o *Collection) SetName(v string)
- func (o *Collection) SetRetentionSecs(v int64)
- func (o *Collection) SetSources(v []Source)
- func (o *Collection) SetStats(v CollectionStats)
- func (o *Collection) SetStatus(v string)
- func (o *Collection) SetWorkspace(v string)
- type CollectionStats
- func (o *CollectionStats) GetBulkBytesInserted() int64
- func (o *CollectionStats) GetBulkBytesInsertedOk() (*int64, bool)
- func (o *CollectionStats) GetBulkBytesOverwritten() int64
- func (o *CollectionStats) GetBulkBytesOverwrittenOk() (*int64, bool)
- func (o *CollectionStats) GetBytesInserted() int64
- func (o *CollectionStats) GetBytesInsertedOk() (*int64, bool)
- func (o *CollectionStats) GetBytesOverwritten() int64
- func (o *CollectionStats) GetBytesOverwrittenOk() (*int64, bool)
- func (o *CollectionStats) GetColumnIndexSize() int64
- func (o *CollectionStats) GetColumnIndexSizeOk() (*int64, bool)
- func (o *CollectionStats) GetDocCount() int64
- func (o *CollectionStats) GetDocCountOk() (*int64, bool)
- func (o *CollectionStats) GetFillProgress() float64
- func (o *CollectionStats) GetFillProgressOk() (*float64, bool)
- func (o *CollectionStats) GetInvertedIndexSize() int64
- func (o *CollectionStats) GetInvertedIndexSizeOk() (*int64, bool)
- func (o *CollectionStats) GetLastQueriedMs() int64
- func (o *CollectionStats) GetLastQueriedMsOk() (*int64, bool)
- func (o *CollectionStats) GetLastUpdatedMs() int64
- func (o *CollectionStats) GetLastUpdatedMsOk() (*int64, bool)
- func (o *CollectionStats) GetPurgedDocCount() int64
- func (o *CollectionStats) GetPurgedDocCountOk() (*int64, bool)
- func (o *CollectionStats) GetPurgedDocSize() int64
- func (o *CollectionStats) GetPurgedDocSizeOk() (*int64, bool)
- func (o *CollectionStats) GetRangeIndexSize() int64
- func (o *CollectionStats) GetRangeIndexSizeOk() (*int64, bool)
- func (o *CollectionStats) GetRowIndexSize() int64
- func (o *CollectionStats) GetRowIndexSizeOk() (*int64, bool)
- func (o *CollectionStats) GetTotalIndexSize() int64
- func (o *CollectionStats) GetTotalIndexSizeOk() (*int64, bool)
- func (o *CollectionStats) GetTotalSize() int64
- func (o *CollectionStats) GetTotalSizeOk() (*int64, bool)
- func (o *CollectionStats) HasBulkBytesInserted() bool
- func (o *CollectionStats) HasBulkBytesOverwritten() bool
- func (o *CollectionStats) HasBytesInserted() bool
- func (o *CollectionStats) HasBytesOverwritten() bool
- func (o *CollectionStats) HasColumnIndexSize() bool
- func (o *CollectionStats) HasDocCount() bool
- func (o *CollectionStats) HasFillProgress() bool
- func (o *CollectionStats) HasInvertedIndexSize() bool
- func (o *CollectionStats) HasLastQueriedMs() bool
- func (o *CollectionStats) HasLastUpdatedMs() bool
- func (o *CollectionStats) HasPurgedDocCount() bool
- func (o *CollectionStats) HasPurgedDocSize() bool
- func (o *CollectionStats) HasRangeIndexSize() bool
- func (o *CollectionStats) HasRowIndexSize() bool
- func (o *CollectionStats) HasTotalIndexSize() bool
- func (o *CollectionStats) HasTotalSize() bool
- func (o CollectionStats) MarshalJSON() ([]byte, error)
- func (o *CollectionStats) SetBulkBytesInserted(v int64)
- func (o *CollectionStats) SetBulkBytesOverwritten(v int64)
- func (o *CollectionStats) SetBytesInserted(v int64)
- func (o *CollectionStats) SetBytesOverwritten(v int64)
- func (o *CollectionStats) SetColumnIndexSize(v int64)
- func (o *CollectionStats) SetDocCount(v int64)
- func (o *CollectionStats) SetFillProgress(v float64)
- func (o *CollectionStats) SetInvertedIndexSize(v int64)
- func (o *CollectionStats) SetLastQueriedMs(v int64)
- func (o *CollectionStats) SetLastUpdatedMs(v int64)
- func (o *CollectionStats) SetPurgedDocCount(v int64)
- func (o *CollectionStats) SetPurgedDocSize(v int64)
- func (o *CollectionStats) SetRangeIndexSize(v int64)
- func (o *CollectionStats) SetRowIndexSize(v int64)
- func (o *CollectionStats) SetTotalIndexSize(v int64)
- func (o *CollectionStats) SetTotalSize(v int64)
- type CollectionsApi
- type CollectionsApiService
- func (a *CollectionsApiService) CreateCollection(ctx context.Context, workspace string) ApiCreateCollectionRequest
- func (a *CollectionsApiService) CreateCollectionExecute(r ApiCreateCollectionRequest) (*CreateCollectionResponse, *http.Response, error)
- func (a *CollectionsApiService) DeleteCollection(ctx context.Context, workspace string, collection string) ApiDeleteCollectionRequest
- func (a *CollectionsApiService) DeleteCollectionExecute(r ApiDeleteCollectionRequest) (*DeleteCollectionResponse, *http.Response, error)
- func (a *CollectionsApiService) GetCollection(ctx context.Context, workspace string, collection string) ApiGetCollectionRequest
- func (a *CollectionsApiService) GetCollectionExecute(r ApiGetCollectionRequest) (*GetCollectionResponse, *http.Response, error)
- func (a *CollectionsApiService) ListCollections(ctx context.Context) ApiListCollectionsRequest
- func (a *CollectionsApiService) ListCollectionsExecute(r ApiListCollectionsRequest) (*ListCollectionsResponse, *http.Response, error)
- func (a *CollectionsApiService) WorkspaceCollections(ctx context.Context, workspace string) ApiWorkspaceCollectionsRequest
- func (a *CollectionsApiService) WorkspaceCollectionsExecute(r ApiWorkspaceCollectionsRequest) (*ListCollectionsResponse, *http.Response, error)
- type Configuration
- type CreateAliasRequest
- func (o *CreateAliasRequest) GetCollections() []string
- func (o *CreateAliasRequest) GetCollectionsOk() ([]string, bool)
- func (o *CreateAliasRequest) GetDescription() string
- func (o *CreateAliasRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateAliasRequest) GetName() string
- func (o *CreateAliasRequest) GetNameOk() (*string, bool)
- func (o *CreateAliasRequest) HasDescription() bool
- func (o CreateAliasRequest) MarshalJSON() ([]byte, error)
- func (o *CreateAliasRequest) SetCollections(v []string)
- func (o *CreateAliasRequest) SetDescription(v string)
- func (o *CreateAliasRequest) SetName(v string)
- type CreateAliasResponse
- type CreateApiKeyRequest
- func (o *CreateApiKeyRequest) GetName() string
- func (o *CreateApiKeyRequest) GetNameOk() (*string, bool)
- func (o *CreateApiKeyRequest) GetRole() string
- func (o *CreateApiKeyRequest) GetRoleOk() (*string, bool)
- func (o *CreateApiKeyRequest) HasRole() bool
- func (o CreateApiKeyRequest) MarshalJSON() ([]byte, error)
- func (o *CreateApiKeyRequest) SetName(v string)
- func (o *CreateApiKeyRequest) SetRole(v string)
- type CreateApiKeyResponse
- type CreateCollectionRequest
- func (o *CreateCollectionRequest) GetClusteringKey() []FieldPartition
- func (o *CreateCollectionRequest) GetClusteringKeyOk() ([]FieldPartition, bool)
- func (o *CreateCollectionRequest) GetDescription() string
- func (o *CreateCollectionRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateCollectionRequest) GetEventTimeInfo() EventTimeInfo
- func (o *CreateCollectionRequest) GetEventTimeInfoOk() (*EventTimeInfo, bool)
- func (o *CreateCollectionRequest) GetFieldMappingQuery() FieldMappingQuery
- func (o *CreateCollectionRequest) GetFieldMappingQueryOk() (*FieldMappingQuery, bool)
- func (o *CreateCollectionRequest) GetFieldMappings() []FieldMappingV2
- func (o *CreateCollectionRequest) GetFieldMappingsOk() ([]FieldMappingV2, bool)
- func (o *CreateCollectionRequest) GetInsertOnly() bool
- func (o *CreateCollectionRequest) GetInsertOnlyOk() (*bool, bool)
- func (o *CreateCollectionRequest) GetName() string
- func (o *CreateCollectionRequest) GetNameOk() (*string, bool)
- func (o *CreateCollectionRequest) GetRetentionSecs() int64
- func (o *CreateCollectionRequest) GetRetentionSecsOk() (*int64, bool)
- func (o *CreateCollectionRequest) GetSources() []Source
- func (o *CreateCollectionRequest) GetSourcesOk() ([]Source, bool)
- func (o *CreateCollectionRequest) HasClusteringKey() bool
- func (o *CreateCollectionRequest) HasDescription() bool
- func (o *CreateCollectionRequest) HasEventTimeInfo() bool
- func (o *CreateCollectionRequest) HasFieldMappingQuery() bool
- func (o *CreateCollectionRequest) HasFieldMappings() bool
- func (o *CreateCollectionRequest) HasInsertOnly() bool
- func (o *CreateCollectionRequest) HasRetentionSecs() bool
- func (o *CreateCollectionRequest) HasSources() bool
- func (o CreateCollectionRequest) MarshalJSON() ([]byte, error)
- func (o *CreateCollectionRequest) SetClusteringKey(v []FieldPartition)
- func (o *CreateCollectionRequest) SetDescription(v string)
- func (o *CreateCollectionRequest) SetEventTimeInfo(v EventTimeInfo)
- func (o *CreateCollectionRequest) SetFieldMappingQuery(v FieldMappingQuery)
- func (o *CreateCollectionRequest) SetFieldMappings(v []FieldMappingV2)
- func (o *CreateCollectionRequest) SetInsertOnly(v bool)
- func (o *CreateCollectionRequest) SetName(v string)
- func (o *CreateCollectionRequest) SetRetentionSecs(v int64)
- func (o *CreateCollectionRequest) SetSources(v []Source)
- type CreateCollectionResponse
- type CreateIntegrationRequest
- func (o *CreateIntegrationRequest) GetAzureBlobStorage() AzureBlobStorageIntegration
- func (o *CreateIntegrationRequest) GetAzureBlobStorageOk() (*AzureBlobStorageIntegration, bool)
- func (o *CreateIntegrationRequest) GetAzureEventHubs() AzureEventHubsIntegration
- func (o *CreateIntegrationRequest) GetAzureEventHubsOk() (*AzureEventHubsIntegration, bool)
- func (o *CreateIntegrationRequest) GetDescription() string
- func (o *CreateIntegrationRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateIntegrationRequest) GetDynamodb() DynamodbIntegration
- func (o *CreateIntegrationRequest) GetDynamodbOk() (*DynamodbIntegration, bool)
- func (o *CreateIntegrationRequest) GetGcs() GcsIntegration
- func (o *CreateIntegrationRequest) GetGcsOk() (*GcsIntegration, bool)
- func (o *CreateIntegrationRequest) GetKafka() KafkaIntegration
- func (o *CreateIntegrationRequest) GetKafkaOk() (*KafkaIntegration, bool)
- func (o *CreateIntegrationRequest) GetKinesis() KinesisIntegration
- func (o *CreateIntegrationRequest) GetKinesisOk() (*KinesisIntegration, bool)
- func (o *CreateIntegrationRequest) GetMongodb() MongoDbIntegration
- func (o *CreateIntegrationRequest) GetMongodbOk() (*MongoDbIntegration, bool)
- func (o *CreateIntegrationRequest) GetName() string
- func (o *CreateIntegrationRequest) GetNameOk() (*string, bool)
- func (o *CreateIntegrationRequest) GetS3() S3Integration
- func (o *CreateIntegrationRequest) GetS3Ok() (*S3Integration, bool)
- func (o *CreateIntegrationRequest) GetSegment() SegmentIntegration
- func (o *CreateIntegrationRequest) GetSegmentOk() (*SegmentIntegration, bool)
- func (o *CreateIntegrationRequest) HasAzureBlobStorage() bool
- func (o *CreateIntegrationRequest) HasAzureEventHubs() bool
- func (o *CreateIntegrationRequest) HasDescription() bool
- func (o *CreateIntegrationRequest) HasDynamodb() bool
- func (o *CreateIntegrationRequest) HasGcs() bool
- func (o *CreateIntegrationRequest) HasKafka() bool
- func (o *CreateIntegrationRequest) HasKinesis() bool
- func (o *CreateIntegrationRequest) HasMongodb() bool
- func (o *CreateIntegrationRequest) HasS3() bool
- func (o *CreateIntegrationRequest) HasSegment() bool
- func (o CreateIntegrationRequest) MarshalJSON() ([]byte, error)
- func (o *CreateIntegrationRequest) SetAzureBlobStorage(v AzureBlobStorageIntegration)
- func (o *CreateIntegrationRequest) SetAzureEventHubs(v AzureEventHubsIntegration)
- func (o *CreateIntegrationRequest) SetDescription(v string)
- func (o *CreateIntegrationRequest) SetDynamodb(v DynamodbIntegration)
- func (o *CreateIntegrationRequest) SetGcs(v GcsIntegration)
- func (o *CreateIntegrationRequest) SetKafka(v KafkaIntegration)
- func (o *CreateIntegrationRequest) SetKinesis(v KinesisIntegration)
- func (o *CreateIntegrationRequest) SetMongodb(v MongoDbIntegration)
- func (o *CreateIntegrationRequest) SetName(v string)
- func (o *CreateIntegrationRequest) SetS3(v S3Integration)
- func (o *CreateIntegrationRequest) SetSegment(v SegmentIntegration)
- type CreateIntegrationResponse
- func (o *CreateIntegrationResponse) GetData() Integration
- func (o *CreateIntegrationResponse) GetDataOk() (*Integration, bool)
- func (o *CreateIntegrationResponse) HasData() bool
- func (o CreateIntegrationResponse) MarshalJSON() ([]byte, error)
- func (o *CreateIntegrationResponse) SetData(v Integration)
- type CreateQueryLambdaRequest
- func (o *CreateQueryLambdaRequest) GetDescription() string
- func (o *CreateQueryLambdaRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateQueryLambdaRequest) GetName() string
- func (o *CreateQueryLambdaRequest) GetNameOk() (*string, bool)
- func (o *CreateQueryLambdaRequest) GetSql() QueryLambdaSql
- func (o *CreateQueryLambdaRequest) GetSqlOk() (*QueryLambdaSql, bool)
- func (o *CreateQueryLambdaRequest) HasDescription() bool
- func (o CreateQueryLambdaRequest) MarshalJSON() ([]byte, error)
- func (o *CreateQueryLambdaRequest) SetDescription(v string)
- func (o *CreateQueryLambdaRequest) SetName(v string)
- func (o *CreateQueryLambdaRequest) SetSql(v QueryLambdaSql)
- type CreateQueryLambdaTagRequest
- func (o *CreateQueryLambdaTagRequest) GetTagName() string
- func (o *CreateQueryLambdaTagRequest) GetTagNameOk() (*string, bool)
- func (o *CreateQueryLambdaTagRequest) GetVersion() string
- func (o *CreateQueryLambdaTagRequest) GetVersionOk() (*string, bool)
- func (o CreateQueryLambdaTagRequest) MarshalJSON() ([]byte, error)
- func (o *CreateQueryLambdaTagRequest) SetTagName(v string)
- func (o *CreateQueryLambdaTagRequest) SetVersion(v string)
- type CreateRoleRequest
- func (o *CreateRoleRequest) GetDescription() string
- func (o *CreateRoleRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateRoleRequest) GetPrivileges() []Privilege
- func (o *CreateRoleRequest) GetPrivilegesOk() ([]Privilege, bool)
- func (o *CreateRoleRequest) GetRoleName() string
- func (o *CreateRoleRequest) GetRoleNameOk() (*string, bool)
- func (o *CreateRoleRequest) HasDescription() bool
- func (o *CreateRoleRequest) HasPrivileges() bool
- func (o *CreateRoleRequest) HasRoleName() bool
- func (o CreateRoleRequest) MarshalJSON() ([]byte, error)
- func (o *CreateRoleRequest) SetDescription(v string)
- func (o *CreateRoleRequest) SetPrivileges(v []Privilege)
- func (o *CreateRoleRequest) SetRoleName(v string)
- type CreateUserRequest
- func (o *CreateUserRequest) GetEmail() string
- func (o *CreateUserRequest) GetEmailOk() (*string, bool)
- func (o *CreateUserRequest) GetRoles() []string
- func (o *CreateUserRequest) GetRolesOk() ([]string, bool)
- func (o CreateUserRequest) MarshalJSON() ([]byte, error)
- func (o *CreateUserRequest) SetEmail(v string)
- func (o *CreateUserRequest) SetRoles(v []string)
- type CreateUserResponse
- type CreateViewRequest
- func (o *CreateViewRequest) GetDescription() string
- func (o *CreateViewRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateViewRequest) GetName() string
- func (o *CreateViewRequest) GetNameOk() (*string, bool)
- func (o *CreateViewRequest) GetQuery() string
- func (o *CreateViewRequest) GetQueryOk() (*string, bool)
- func (o *CreateViewRequest) HasDescription() bool
- func (o CreateViewRequest) MarshalJSON() ([]byte, error)
- func (o *CreateViewRequest) SetDescription(v string)
- func (o *CreateViewRequest) SetName(v string)
- func (o *CreateViewRequest) SetQuery(v string)
- type CreateViewResponse
- type CreateWorkspaceRequest
- func (o *CreateWorkspaceRequest) GetDescription() string
- func (o *CreateWorkspaceRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateWorkspaceRequest) GetName() string
- func (o *CreateWorkspaceRequest) GetNameOk() (*string, bool)
- func (o *CreateWorkspaceRequest) HasDescription() bool
- func (o CreateWorkspaceRequest) MarshalJSON() ([]byte, error)
- func (o *CreateWorkspaceRequest) SetDescription(v string)
- func (o *CreateWorkspaceRequest) SetName(v string)
- type CreateWorkspaceResponse
- type CsvParams
- func (o *CsvParams) GetColumnNames() []string
- func (o *CsvParams) GetColumnNamesOk() ([]string, bool)
- func (o *CsvParams) GetColumnTypes() []string
- func (o *CsvParams) GetColumnTypesOk() ([]string, bool)
- func (o *CsvParams) GetEncoding() string
- func (o *CsvParams) GetEncodingOk() (*string, bool)
- func (o *CsvParams) GetEscapeChar() string
- func (o *CsvParams) GetEscapeCharOk() (*string, bool)
- func (o *CsvParams) GetFirstLineAsColumnNames() bool
- func (o *CsvParams) GetFirstLineAsColumnNamesOk() (*bool, bool)
- func (o *CsvParams) GetQuoteChar() string
- func (o *CsvParams) GetQuoteCharOk() (*string, bool)
- func (o *CsvParams) GetSeparator() string
- func (o *CsvParams) GetSeparatorOk() (*string, bool)
- func (o *CsvParams) HasColumnNames() bool
- func (o *CsvParams) HasColumnTypes() bool
- func (o *CsvParams) HasEncoding() bool
- func (o *CsvParams) HasEscapeChar() bool
- func (o *CsvParams) HasFirstLineAsColumnNames() bool
- func (o *CsvParams) HasQuoteChar() bool
- func (o *CsvParams) HasSeparator() bool
- func (o CsvParams) MarshalJSON() ([]byte, error)
- func (o *CsvParams) SetColumnNames(v []string)
- func (o *CsvParams) SetColumnTypes(v []string)
- func (o *CsvParams) SetEncoding(v string)
- func (o *CsvParams) SetEscapeChar(v string)
- func (o *CsvParams) SetFirstLineAsColumnNames(v bool)
- func (o *CsvParams) SetQuoteChar(v string)
- func (o *CsvParams) SetSeparator(v string)
- type CustomRolesApi
- type CustomRolesApiService
- func (a *CustomRolesApiService) CreateRole(ctx context.Context) ApiCreateRoleRequest
- func (a *CustomRolesApiService) CreateRoleExecute(r ApiCreateRoleRequest) (*RoleResponse, *http.Response, error)
- func (a *CustomRolesApiService) DeleteRole(ctx context.Context, roleName string) ApiDeleteRoleRequest
- func (a *CustomRolesApiService) DeleteRoleExecute(r ApiDeleteRoleRequest) (*RoleResponse, *http.Response, error)
- func (a *CustomRolesApiService) GetRole(ctx context.Context, roleName string) ApiGetRoleRequest
- func (a *CustomRolesApiService) GetRoleExecute(r ApiGetRoleRequest) (*RoleResponse, *http.Response, error)
- func (a *CustomRolesApiService) ListRoles(ctx context.Context) ApiListRolesRequest
- func (a *CustomRolesApiService) ListRolesExecute(r ApiListRolesRequest) (*ListRolesResponse, *http.Response, error)
- func (a *CustomRolesApiService) UpdateRole(ctx context.Context, roleName string) ApiUpdateRoleRequest
- func (a *CustomRolesApiService) UpdateRoleExecute(r ApiUpdateRoleRequest) (*RoleResponse, *http.Response, error)
- type DeleteAliasResponse
- type DeleteApiKeyResponse
- type DeleteCollectionResponse
- type DeleteDocumentsRequest
- type DeleteDocumentsRequestData
- type DeleteDocumentsResponse
- func (o *DeleteDocumentsResponse) GetData() []DocumentStatus
- func (o *DeleteDocumentsResponse) GetDataOk() ([]DocumentStatus, bool)
- func (o *DeleteDocumentsResponse) HasData() bool
- func (o DeleteDocumentsResponse) MarshalJSON() ([]byte, error)
- func (o *DeleteDocumentsResponse) SetData(v []DocumentStatus)
- type DeleteIntegrationResponse
- func (o *DeleteIntegrationResponse) GetData() Integration
- func (o *DeleteIntegrationResponse) GetDataOk() (*Integration, bool)
- func (o *DeleteIntegrationResponse) HasData() bool
- func (o DeleteIntegrationResponse) MarshalJSON() ([]byte, error)
- func (o *DeleteIntegrationResponse) SetData(v Integration)
- type DeleteQueryLambdaResponse
- func (o *DeleteQueryLambdaResponse) GetData() QueryLambda
- func (o *DeleteQueryLambdaResponse) GetDataOk() (*QueryLambda, bool)
- func (o *DeleteQueryLambdaResponse) HasData() bool
- func (o DeleteQueryLambdaResponse) MarshalJSON() ([]byte, error)
- func (o *DeleteQueryLambdaResponse) SetData(v QueryLambda)
- type DeleteUserResponse
- type DeleteViewResponse
- type DeleteWorkspaceResponse
- type DocumentStatus
- func (o *DocumentStatus) GetCollection() string
- func (o *DocumentStatus) GetCollectionOk() (*string, bool)
- func (o *DocumentStatus) GetError() ErrorModel
- func (o *DocumentStatus) GetErrorOk() (*ErrorModel, bool)
- func (o *DocumentStatus) GetId() string
- func (o *DocumentStatus) GetIdOk() (*string, bool)
- func (o *DocumentStatus) GetPatchId() string
- func (o *DocumentStatus) GetPatchIdOk() (*string, bool)
- func (o *DocumentStatus) GetStatus() string
- func (o *DocumentStatus) GetStatusOk() (*string, bool)
- func (o *DocumentStatus) HasCollection() bool
- func (o *DocumentStatus) HasError() bool
- func (o *DocumentStatus) HasId() bool
- func (o *DocumentStatus) HasPatchId() bool
- func (o *DocumentStatus) HasStatus() bool
- func (o DocumentStatus) MarshalJSON() ([]byte, error)
- func (o *DocumentStatus) SetCollection(v string)
- func (o *DocumentStatus) SetError(v ErrorModel)
- func (o *DocumentStatus) SetId(v string)
- func (o *DocumentStatus) SetPatchId(v string)
- func (o *DocumentStatus) SetStatus(v string)
- type DocumentsApi
- type DocumentsApiService
- func (a *DocumentsApiService) AddDocuments(ctx context.Context, workspace string, collection string) ApiAddDocumentsRequest
- func (a *DocumentsApiService) AddDocumentsExecute(r ApiAddDocumentsRequest) (*AddDocumentsResponse, *http.Response, error)
- func (a *DocumentsApiService) DeleteDocuments(ctx context.Context, workspace string, collection string) ApiDeleteDocumentsRequest
- func (a *DocumentsApiService) DeleteDocumentsExecute(r ApiDeleteDocumentsRequest) (*DeleteDocumentsResponse, *http.Response, error)
- func (a *DocumentsApiService) PatchDocuments(ctx context.Context, workspace string, collection string) ApiPatchDocumentsRequest
- func (a *DocumentsApiService) PatchDocumentsExecute(r ApiPatchDocumentsRequest) (*PatchDocumentsResponse, *http.Response, error)
- type DynamodbIntegration
- func (o *DynamodbIntegration) GetAwsAccessKey() AwsAccessKey
- func (o *DynamodbIntegration) GetAwsAccessKeyOk() (*AwsAccessKey, bool)
- func (o *DynamodbIntegration) GetAwsRole() AwsRole
- func (o *DynamodbIntegration) GetAwsRoleOk() (*AwsRole, bool)
- func (o *DynamodbIntegration) GetS3ExportBucketName() string
- func (o *DynamodbIntegration) GetS3ExportBucketNameOk() (*string, bool)
- func (o *DynamodbIntegration) HasAwsAccessKey() bool
- func (o *DynamodbIntegration) HasAwsRole() bool
- func (o *DynamodbIntegration) HasS3ExportBucketName() bool
- func (o DynamodbIntegration) MarshalJSON() ([]byte, error)
- func (o *DynamodbIntegration) SetAwsAccessKey(v AwsAccessKey)
- func (o *DynamodbIntegration) SetAwsRole(v AwsRole)
- func (o *DynamodbIntegration) SetS3ExportBucketName(v string)
- type ErrorModel
- func (o *ErrorModel) GetColumn() int32
- func (o *ErrorModel) GetColumnOk() (*int32, bool)
- func (o *ErrorModel) GetErrorId() string
- func (o *ErrorModel) GetErrorIdOk() (*string, bool)
- func (o *ErrorModel) GetLine() int32
- func (o *ErrorModel) GetLineOk() (*int32, bool)
- func (o *ErrorModel) GetMessage() string
- func (o *ErrorModel) GetMessageOk() (*string, bool)
- func (o *ErrorModel) GetQueryId() string
- func (o *ErrorModel) GetQueryIdOk() (*string, bool)
- func (o *ErrorModel) GetTraceId() string
- func (o *ErrorModel) GetTraceIdOk() (*string, bool)
- func (o *ErrorModel) GetType() string
- func (o *ErrorModel) GetTypeOk() (*string, bool)
- func (o *ErrorModel) HasColumn() bool
- func (o *ErrorModel) HasErrorId() bool
- func (o *ErrorModel) HasLine() bool
- func (o *ErrorModel) HasMessage() bool
- func (o *ErrorModel) HasQueryId() bool
- func (o *ErrorModel) HasTraceId() bool
- func (o *ErrorModel) HasType() bool
- func (o ErrorModel) MarshalJSON() ([]byte, error)
- func (o *ErrorModel) SetColumn(v int32)
- func (o *ErrorModel) SetErrorId(v string)
- func (o *ErrorModel) SetLine(v int32)
- func (o *ErrorModel) SetMessage(v string)
- func (o *ErrorModel) SetQueryId(v string)
- func (o *ErrorModel) SetTraceId(v string)
- func (o *ErrorModel) SetType(v string)
- type EventTimeInfo
- func (o *EventTimeInfo) GetField() string
- func (o *EventTimeInfo) GetFieldOk() (*string, bool)
- func (o *EventTimeInfo) GetFormat() string
- func (o *EventTimeInfo) GetFormatOk() (*string, bool)
- func (o *EventTimeInfo) GetTimeZone() string
- func (o *EventTimeInfo) GetTimeZoneOk() (*string, bool)
- func (o *EventTimeInfo) HasFormat() bool
- func (o *EventTimeInfo) HasTimeZone() bool
- func (o EventTimeInfo) MarshalJSON() ([]byte, error)
- func (o *EventTimeInfo) SetField(v string)
- func (o *EventTimeInfo) SetFormat(v string)
- func (o *EventTimeInfo) SetTimeZone(v string)
- type ExecuteQueryLambdaRequest
- func (o *ExecuteQueryLambdaRequest) GetDefaultRowLimit() int32
- func (o *ExecuteQueryLambdaRequest) GetDefaultRowLimitOk() (*int32, bool)
- func (o *ExecuteQueryLambdaRequest) GetGenerateWarnings() bool
- func (o *ExecuteQueryLambdaRequest) GetGenerateWarningsOk() (*bool, bool)
- func (o *ExecuteQueryLambdaRequest) GetInitialPaginateResponseDocCount() int32
- func (o *ExecuteQueryLambdaRequest) GetInitialPaginateResponseDocCountOk() (*int32, bool)
- func (o *ExecuteQueryLambdaRequest) GetPaginate() bool
- func (o *ExecuteQueryLambdaRequest) GetPaginateOk() (*bool, bool)
- func (o *ExecuteQueryLambdaRequest) GetParameters() []QueryParameter
- func (o *ExecuteQueryLambdaRequest) GetParametersOk() ([]QueryParameter, bool)
- func (o *ExecuteQueryLambdaRequest) HasDefaultRowLimit() bool
- func (o *ExecuteQueryLambdaRequest) HasGenerateWarnings() bool
- func (o *ExecuteQueryLambdaRequest) HasInitialPaginateResponseDocCount() bool
- func (o *ExecuteQueryLambdaRequest) HasPaginate() bool
- func (o *ExecuteQueryLambdaRequest) HasParameters() bool
- func (o ExecuteQueryLambdaRequest) MarshalJSON() ([]byte, error)
- func (o *ExecuteQueryLambdaRequest) SetDefaultRowLimit(v int32)
- func (o *ExecuteQueryLambdaRequest) SetGenerateWarnings(v bool)
- func (o *ExecuteQueryLambdaRequest) SetInitialPaginateResponseDocCount(v int32)
- func (o *ExecuteQueryLambdaRequest) SetPaginate(v bool)
- func (o *ExecuteQueryLambdaRequest) SetParameters(v []QueryParameter)
- type FieldMappingQuery
- type FieldMappingV2
- func (o *FieldMappingV2) GetInputFields() []InputField
- func (o *FieldMappingV2) GetInputFieldsOk() ([]InputField, bool)
- func (o *FieldMappingV2) GetIsDropAllFields() bool
- func (o *FieldMappingV2) GetIsDropAllFieldsOk() (*bool, bool)
- func (o *FieldMappingV2) GetName() string
- func (o *FieldMappingV2) GetNameOk() (*string, bool)
- func (o *FieldMappingV2) GetOutputField() OutputField
- func (o *FieldMappingV2) GetOutputFieldOk() (*OutputField, bool)
- func (o *FieldMappingV2) HasInputFields() bool
- func (o *FieldMappingV2) HasIsDropAllFields() bool
- func (o *FieldMappingV2) HasName() bool
- func (o *FieldMappingV2) HasOutputField() bool
- func (o FieldMappingV2) MarshalJSON() ([]byte, error)
- func (o *FieldMappingV2) SetInputFields(v []InputField)
- func (o *FieldMappingV2) SetIsDropAllFields(v bool)
- func (o *FieldMappingV2) SetName(v string)
- func (o *FieldMappingV2) SetOutputField(v OutputField)
- type FieldPartition
- func (o *FieldPartition) GetFieldName() string
- func (o *FieldPartition) GetFieldNameOk() (*string, bool)
- func (o *FieldPartition) GetKeys() []string
- func (o *FieldPartition) GetKeysOk() ([]string, bool)
- func (o *FieldPartition) GetType() string
- func (o *FieldPartition) GetTypeOk() (*string, bool)
- func (o *FieldPartition) HasFieldName() bool
- func (o *FieldPartition) HasKeys() bool
- func (o *FieldPartition) HasType() bool
- func (o FieldPartition) MarshalJSON() ([]byte, error)
- func (o *FieldPartition) SetFieldName(v string)
- func (o *FieldPartition) SetKeys(v []string)
- func (o *FieldPartition) SetType(v string)
- type FormatParams
- func (o *FormatParams) GetCsv() CsvParams
- func (o *FormatParams) GetCsvOk() (*CsvParams, bool)
- func (o *FormatParams) GetJson() bool
- func (o *FormatParams) GetJsonOk() (*bool, bool)
- func (o *FormatParams) GetMssqlDms() bool
- func (o *FormatParams) GetMssqlDmsOk() (*bool, bool)
- func (o *FormatParams) GetMysqlDms() bool
- func (o *FormatParams) GetMysqlDmsOk() (*bool, bool)
- func (o *FormatParams) GetOracleDms() bool
- func (o *FormatParams) GetOracleDmsOk() (*bool, bool)
- func (o *FormatParams) GetPostgresDms() bool
- func (o *FormatParams) GetPostgresDmsOk() (*bool, bool)
- func (o *FormatParams) GetXml() XmlParams
- func (o *FormatParams) GetXmlOk() (*XmlParams, bool)
- func (o *FormatParams) HasCsv() bool
- func (o *FormatParams) HasJson() bool
- func (o *FormatParams) HasMssqlDms() bool
- func (o *FormatParams) HasMysqlDms() bool
- func (o *FormatParams) HasOracleDms() bool
- func (o *FormatParams) HasPostgresDms() bool
- func (o *FormatParams) HasXml() bool
- func (o FormatParams) MarshalJSON() ([]byte, error)
- func (o *FormatParams) SetCsv(v CsvParams)
- func (o *FormatParams) SetJson(v bool)
- func (o *FormatParams) SetMssqlDms(v bool)
- func (o *FormatParams) SetMysqlDms(v bool)
- func (o *FormatParams) SetOracleDms(v bool)
- func (o *FormatParams) SetPostgresDms(v bool)
- func (o *FormatParams) SetXml(v XmlParams)
- type GcpServiceAccount
- type GcsIntegration
- func (o *GcsIntegration) GetGcpServiceAccount() GcpServiceAccount
- func (o *GcsIntegration) GetGcpServiceAccountOk() (*GcpServiceAccount, bool)
- func (o *GcsIntegration) HasGcpServiceAccount() bool
- func (o GcsIntegration) MarshalJSON() ([]byte, error)
- func (o *GcsIntegration) SetGcpServiceAccount(v GcpServiceAccount)
- type GenericOpenAPIError
- type GetAliasResponse
- type GetApiKeyResponse
- type GetCollectionResponse
- type GetIntegrationResponse
- type GetViewResponse
- type GetVirtualInstanceResponse
- func (o *GetVirtualInstanceResponse) GetData() VirtualInstance
- func (o *GetVirtualInstanceResponse) GetDataOk() (*VirtualInstance, bool)
- func (o *GetVirtualInstanceResponse) HasData() bool
- func (o GetVirtualInstanceResponse) MarshalJSON() ([]byte, error)
- func (o *GetVirtualInstanceResponse) SetData(v VirtualInstance)
- type GetWorkspaceResponse
- type InputField
- func (o *InputField) GetFieldName() string
- func (o *InputField) GetFieldNameOk() (*string, bool)
- func (o *InputField) GetIfMissing() string
- func (o *InputField) GetIfMissingOk() (*string, bool)
- func (o *InputField) GetIsDrop() bool
- func (o *InputField) GetIsDropOk() (*bool, bool)
- func (o *InputField) GetParam() string
- func (o *InputField) GetParamOk() (*string, bool)
- func (o *InputField) HasFieldName() bool
- func (o *InputField) HasIfMissing() bool
- func (o *InputField) HasIsDrop() bool
- func (o *InputField) HasParam() bool
- func (o InputField) MarshalJSON() ([]byte, error)
- func (o *InputField) SetFieldName(v string)
- func (o *InputField) SetIfMissing(v string)
- func (o *InputField) SetIsDrop(v bool)
- func (o *InputField) SetParam(v string)
- type Integration
- func (o *Integration) GetAzureBlobStorage() AzureBlobStorageIntegration
- func (o *Integration) GetAzureBlobStorageOk() (*AzureBlobStorageIntegration, bool)
- func (o *Integration) GetAzureEventHubs() AzureEventHubsIntegration
- func (o *Integration) GetAzureEventHubsOk() (*AzureEventHubsIntegration, bool)
- func (o *Integration) GetAzureServiceBus() AzureServiceBusIntegration
- func (o *Integration) GetAzureServiceBusOk() (*AzureServiceBusIntegration, bool)
- func (o *Integration) GetCollections() []Collection
- func (o *Integration) GetCollectionsOk() ([]Collection, bool)
- func (o *Integration) GetCreatedAt() string
- func (o *Integration) GetCreatedAtOk() (*string, bool)
- func (o *Integration) GetCreatedBy() string
- func (o *Integration) GetCreatedByOk() (*string, bool)
- func (o *Integration) GetDescription() string
- func (o *Integration) GetDescriptionOk() (*string, bool)
- func (o *Integration) GetDynamodb() DynamodbIntegration
- func (o *Integration) GetDynamodbOk() (*DynamodbIntegration, bool)
- func (o *Integration) GetGcs() GcsIntegration
- func (o *Integration) GetGcsOk() (*GcsIntegration, bool)
- func (o *Integration) GetKafka() KafkaIntegration
- func (o *Integration) GetKafkaOk() (*KafkaIntegration, bool)
- func (o *Integration) GetKinesis() KinesisIntegration
- func (o *Integration) GetKinesisOk() (*KinesisIntegration, bool)
- func (o *Integration) GetMongodb() MongoDbIntegration
- func (o *Integration) GetMongodbOk() (*MongoDbIntegration, bool)
- func (o *Integration) GetName() string
- func (o *Integration) GetNameOk() (*string, bool)
- func (o *Integration) GetS3() S3Integration
- func (o *Integration) GetS3Ok() (*S3Integration, bool)
- func (o *Integration) GetSegment() SegmentIntegration
- func (o *Integration) GetSegmentOk() (*SegmentIntegration, bool)
- func (o *Integration) HasAzureBlobStorage() bool
- func (o *Integration) HasAzureEventHubs() bool
- func (o *Integration) HasAzureServiceBus() bool
- func (o *Integration) HasCollections() bool
- func (o *Integration) HasCreatedAt() bool
- func (o *Integration) HasDescription() bool
- func (o *Integration) HasDynamodb() bool
- func (o *Integration) HasGcs() bool
- func (o *Integration) HasKafka() bool
- func (o *Integration) HasKinesis() bool
- func (o *Integration) HasMongodb() bool
- func (o *Integration) HasS3() bool
- func (o *Integration) HasSegment() bool
- func (o Integration) MarshalJSON() ([]byte, error)
- func (o *Integration) SetAzureBlobStorage(v AzureBlobStorageIntegration)
- func (o *Integration) SetAzureEventHubs(v AzureEventHubsIntegration)
- func (o *Integration) SetAzureServiceBus(v AzureServiceBusIntegration)
- func (o *Integration) SetCollections(v []Collection)
- func (o *Integration) SetCreatedAt(v string)
- func (o *Integration) SetCreatedBy(v string)
- func (o *Integration) SetDescription(v string)
- func (o *Integration) SetDynamodb(v DynamodbIntegration)
- func (o *Integration) SetGcs(v GcsIntegration)
- func (o *Integration) SetKafka(v KafkaIntegration)
- func (o *Integration) SetKinesis(v KinesisIntegration)
- func (o *Integration) SetMongodb(v MongoDbIntegration)
- func (o *Integration) SetName(v string)
- func (o *Integration) SetS3(v S3Integration)
- func (o *Integration) SetSegment(v SegmentIntegration)
- type IntegrationsApi
- type IntegrationsApiService
- func (a *IntegrationsApiService) CreateIntegration(ctx context.Context) ApiCreateIntegrationRequest
- func (a *IntegrationsApiService) CreateIntegrationExecute(r ApiCreateIntegrationRequest) (*CreateIntegrationResponse, *http.Response, error)
- func (a *IntegrationsApiService) DeleteIntegration(ctx context.Context, integration string) ApiDeleteIntegrationRequest
- func (a *IntegrationsApiService) DeleteIntegrationExecute(r ApiDeleteIntegrationRequest) (*DeleteIntegrationResponse, *http.Response, error)
- func (a *IntegrationsApiService) GetIntegration(ctx context.Context, integration string) ApiGetIntegrationRequest
- func (a *IntegrationsApiService) GetIntegrationExecute(r ApiGetIntegrationRequest) (*GetIntegrationResponse, *http.Response, error)
- func (a *IntegrationsApiService) ListIntegrations(ctx context.Context) ApiListIntegrationsRequest
- func (a *IntegrationsApiService) ListIntegrationsExecute(r ApiListIntegrationsRequest) (*ListIntegrationsResponse, *http.Response, error)
- type KafkaIntegration
- func (o *KafkaIntegration) GetBootstrapServers() string
- func (o *KafkaIntegration) GetBootstrapServersOk() (*string, bool)
- func (o *KafkaIntegration) GetConnectionString() string
- func (o *KafkaIntegration) GetConnectionStringOk() (*string, bool)
- func (o *KafkaIntegration) GetKafkaDataFormat() string
- func (o *KafkaIntegration) GetKafkaDataFormatOk() (*string, bool)
- func (o *KafkaIntegration) GetKafkaTopicNames() []string
- func (o *KafkaIntegration) GetKafkaTopicNamesOk() ([]string, bool)
- func (o *KafkaIntegration) GetSecurityConfig() KafkaV3SecurityConfig
- func (o *KafkaIntegration) GetSecurityConfigOk() (*KafkaV3SecurityConfig, bool)
- func (o *KafkaIntegration) GetSourceStatusByTopic() map[string]StatusKafka
- func (o *KafkaIntegration) GetSourceStatusByTopicOk() (*map[string]StatusKafka, bool)
- func (o *KafkaIntegration) GetUseV3() bool
- func (o *KafkaIntegration) GetUseV3Ok() (*bool, bool)
- func (o *KafkaIntegration) HasBootstrapServers() bool
- func (o *KafkaIntegration) HasConnectionString() bool
- func (o *KafkaIntegration) HasKafkaDataFormat() bool
- func (o *KafkaIntegration) HasKafkaTopicNames() bool
- func (o *KafkaIntegration) HasSecurityConfig() bool
- func (o *KafkaIntegration) HasSourceStatusByTopic() bool
- func (o *KafkaIntegration) HasUseV3() bool
- func (o KafkaIntegration) MarshalJSON() ([]byte, error)
- func (o *KafkaIntegration) SetBootstrapServers(v string)
- func (o *KafkaIntegration) SetConnectionString(v string)
- func (o *KafkaIntegration) SetKafkaDataFormat(v string)
- func (o *KafkaIntegration) SetKafkaTopicNames(v []string)
- func (o *KafkaIntegration) SetSecurityConfig(v KafkaV3SecurityConfig)
- func (o *KafkaIntegration) SetSourceStatusByTopic(v map[string]StatusKafka)
- func (o *KafkaIntegration) SetUseV3(v bool)
- type KafkaV3SecurityConfig
- func (o *KafkaV3SecurityConfig) GetApiKey() string
- func (o *KafkaV3SecurityConfig) GetApiKeyOk() (*string, bool)
- func (o *KafkaV3SecurityConfig) GetSecret() string
- func (o *KafkaV3SecurityConfig) GetSecretOk() (*string, bool)
- func (o *KafkaV3SecurityConfig) HasApiKey() bool
- func (o *KafkaV3SecurityConfig) HasSecret() bool
- func (o KafkaV3SecurityConfig) MarshalJSON() ([]byte, error)
- func (o *KafkaV3SecurityConfig) SetApiKey(v string)
- func (o *KafkaV3SecurityConfig) SetSecret(v string)
- type KinesisIntegration
- func (o *KinesisIntegration) GetAwsAccessKey() AwsAccessKey
- func (o *KinesisIntegration) GetAwsAccessKeyOk() (*AwsAccessKey, bool)
- func (o *KinesisIntegration) GetAwsRole() AwsRole
- func (o *KinesisIntegration) GetAwsRoleOk() (*AwsRole, bool)
- func (o *KinesisIntegration) HasAwsAccessKey() bool
- func (o *KinesisIntegration) HasAwsRole() bool
- func (o KinesisIntegration) MarshalJSON() ([]byte, error)
- func (o *KinesisIntegration) SetAwsAccessKey(v AwsAccessKey)
- func (o *KinesisIntegration) SetAwsRole(v AwsRole)
- type ListAliasesResponse
- type ListApiKeysResponse
- type ListCollectionsResponse
- type ListIntegrationsResponse
- func (o *ListIntegrationsResponse) GetData() []Integration
- func (o *ListIntegrationsResponse) GetDataOk() ([]Integration, bool)
- func (o *ListIntegrationsResponse) HasData() bool
- func (o ListIntegrationsResponse) MarshalJSON() ([]byte, error)
- func (o *ListIntegrationsResponse) SetData(v []Integration)
- type ListQueryLambdaTagsResponse
- func (o *ListQueryLambdaTagsResponse) GetData() []QueryLambdaTag
- func (o *ListQueryLambdaTagsResponse) GetDataOk() ([]QueryLambdaTag, bool)
- func (o *ListQueryLambdaTagsResponse) HasData() bool
- func (o ListQueryLambdaTagsResponse) MarshalJSON() ([]byte, error)
- func (o *ListQueryLambdaTagsResponse) SetData(v []QueryLambdaTag)
- type ListQueryLambdaVersionsResponse
- func (o *ListQueryLambdaVersionsResponse) GetData() []QueryLambdaVersion
- func (o *ListQueryLambdaVersionsResponse) GetDataOk() ([]QueryLambdaVersion, bool)
- func (o *ListQueryLambdaVersionsResponse) HasData() bool
- func (o ListQueryLambdaVersionsResponse) MarshalJSON() ([]byte, error)
- func (o *ListQueryLambdaVersionsResponse) SetData(v []QueryLambdaVersion)
- type ListQueryLambdasResponse
- func (o *ListQueryLambdasResponse) GetData() []QueryLambda
- func (o *ListQueryLambdasResponse) GetDataOk() ([]QueryLambda, bool)
- func (o *ListQueryLambdasResponse) HasData() bool
- func (o ListQueryLambdasResponse) MarshalJSON() ([]byte, error)
- func (o *ListQueryLambdasResponse) SetData(v []QueryLambda)
- type ListRolesResponse
- type ListUnsubscribePreferencesResponse
- func (o *ListUnsubscribePreferencesResponse) GetData() []UnsubscribePreference
- func (o *ListUnsubscribePreferencesResponse) GetDataOk() ([]UnsubscribePreference, bool)
- func (o *ListUnsubscribePreferencesResponse) HasData() bool
- func (o ListUnsubscribePreferencesResponse) MarshalJSON() ([]byte, error)
- func (o *ListUnsubscribePreferencesResponse) SetData(v []UnsubscribePreference)
- type ListUsersResponse
- type ListViewsResponse
- type ListVirtualInstancesResponse
- func (o *ListVirtualInstancesResponse) GetData() []VirtualInstance
- func (o *ListVirtualInstancesResponse) GetDataOk() ([]VirtualInstance, bool)
- func (o *ListVirtualInstancesResponse) HasData() bool
- func (o ListVirtualInstancesResponse) MarshalJSON() ([]byte, error)
- func (o *ListVirtualInstancesResponse) SetData(v []VirtualInstance)
- type ListWorkspacesResponse
- type MongoDbIntegration
- type NullableAddDocumentsRequest
- func (v NullableAddDocumentsRequest) Get() *AddDocumentsRequest
- func (v NullableAddDocumentsRequest) IsSet() bool
- func (v NullableAddDocumentsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAddDocumentsRequest) Set(val *AddDocumentsRequest)
- func (v *NullableAddDocumentsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAddDocumentsRequest) Unset()
- type NullableAddDocumentsResponse
- func (v NullableAddDocumentsResponse) Get() *AddDocumentsResponse
- func (v NullableAddDocumentsResponse) IsSet() bool
- func (v NullableAddDocumentsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAddDocumentsResponse) Set(val *AddDocumentsResponse)
- func (v *NullableAddDocumentsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAddDocumentsResponse) Unset()
- type NullableAlias
- type NullableApiKey
- type NullableAwsAccessKey
- func (v NullableAwsAccessKey) Get() *AwsAccessKey
- func (v NullableAwsAccessKey) IsSet() bool
- func (v NullableAwsAccessKey) MarshalJSON() ([]byte, error)
- func (v *NullableAwsAccessKey) Set(val *AwsAccessKey)
- func (v *NullableAwsAccessKey) UnmarshalJSON(src []byte) error
- func (v *NullableAwsAccessKey) Unset()
- type NullableAwsRole
- type NullableAzureBlobStorageIntegration
- func (v NullableAzureBlobStorageIntegration) Get() *AzureBlobStorageIntegration
- func (v NullableAzureBlobStorageIntegration) IsSet() bool
- func (v NullableAzureBlobStorageIntegration) MarshalJSON() ([]byte, error)
- func (v *NullableAzureBlobStorageIntegration) Set(val *AzureBlobStorageIntegration)
- func (v *NullableAzureBlobStorageIntegration) UnmarshalJSON(src []byte) error
- func (v *NullableAzureBlobStorageIntegration) Unset()
- type NullableAzureEventHubsIntegration
- func (v NullableAzureEventHubsIntegration) Get() *AzureEventHubsIntegration
- func (v NullableAzureEventHubsIntegration) IsSet() bool
- func (v NullableAzureEventHubsIntegration) MarshalJSON() ([]byte, error)
- func (v *NullableAzureEventHubsIntegration) Set(val *AzureEventHubsIntegration)
- func (v *NullableAzureEventHubsIntegration) UnmarshalJSON(src []byte) error
- func (v *NullableAzureEventHubsIntegration) Unset()
- type NullableAzureServiceBusIntegration
- func (v NullableAzureServiceBusIntegration) Get() *AzureServiceBusIntegration
- func (v NullableAzureServiceBusIntegration) IsSet() bool
- func (v NullableAzureServiceBusIntegration) MarshalJSON() ([]byte, error)
- func (v *NullableAzureServiceBusIntegration) Set(val *AzureServiceBusIntegration)
- func (v *NullableAzureServiceBusIntegration) UnmarshalJSON(src []byte) error
- func (v *NullableAzureServiceBusIntegration) Unset()
- type NullableBool
- type NullableCluster
- type NullableCollection
- type NullableCollectionStats
- func (v NullableCollectionStats) Get() *CollectionStats
- func (v NullableCollectionStats) IsSet() bool
- func (v NullableCollectionStats) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionStats) Set(val *CollectionStats)
- func (v *NullableCollectionStats) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionStats) Unset()
- type NullableCreateAliasRequest
- func (v NullableCreateAliasRequest) Get() *CreateAliasRequest
- func (v NullableCreateAliasRequest) IsSet() bool
- func (v NullableCreateAliasRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateAliasRequest) Set(val *CreateAliasRequest)
- func (v *NullableCreateAliasRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateAliasRequest) Unset()
- type NullableCreateAliasResponse
- func (v NullableCreateAliasResponse) Get() *CreateAliasResponse
- func (v NullableCreateAliasResponse) IsSet() bool
- func (v NullableCreateAliasResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateAliasResponse) Set(val *CreateAliasResponse)
- func (v *NullableCreateAliasResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateAliasResponse) Unset()
- type NullableCreateApiKeyRequest
- func (v NullableCreateApiKeyRequest) Get() *CreateApiKeyRequest
- func (v NullableCreateApiKeyRequest) IsSet() bool
- func (v NullableCreateApiKeyRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateApiKeyRequest) Set(val *CreateApiKeyRequest)
- func (v *NullableCreateApiKeyRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateApiKeyRequest) Unset()
- type NullableCreateApiKeyResponse
- func (v NullableCreateApiKeyResponse) Get() *CreateApiKeyResponse
- func (v NullableCreateApiKeyResponse) IsSet() bool
- func (v NullableCreateApiKeyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateApiKeyResponse) Set(val *CreateApiKeyResponse)
- func (v *NullableCreateApiKeyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateApiKeyResponse) Unset()
- type NullableCreateCollectionRequest
- func (v NullableCreateCollectionRequest) Get() *CreateCollectionRequest
- func (v NullableCreateCollectionRequest) IsSet() bool
- func (v NullableCreateCollectionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateCollectionRequest) Set(val *CreateCollectionRequest)
- func (v *NullableCreateCollectionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateCollectionRequest) Unset()
- type NullableCreateCollectionResponse
- func (v NullableCreateCollectionResponse) Get() *CreateCollectionResponse
- func (v NullableCreateCollectionResponse) IsSet() bool
- func (v NullableCreateCollectionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateCollectionResponse) Set(val *CreateCollectionResponse)
- func (v *NullableCreateCollectionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateCollectionResponse) Unset()
- type NullableCreateIntegrationRequest
- func (v NullableCreateIntegrationRequest) Get() *CreateIntegrationRequest
- func (v NullableCreateIntegrationRequest) IsSet() bool
- func (v NullableCreateIntegrationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateIntegrationRequest) Set(val *CreateIntegrationRequest)
- func (v *NullableCreateIntegrationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateIntegrationRequest) Unset()
- type NullableCreateIntegrationResponse
- func (v NullableCreateIntegrationResponse) Get() *CreateIntegrationResponse
- func (v NullableCreateIntegrationResponse) IsSet() bool
- func (v NullableCreateIntegrationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateIntegrationResponse) Set(val *CreateIntegrationResponse)
- func (v *NullableCreateIntegrationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateIntegrationResponse) Unset()
- type NullableCreateQueryLambdaRequest
- func (v NullableCreateQueryLambdaRequest) Get() *CreateQueryLambdaRequest
- func (v NullableCreateQueryLambdaRequest) IsSet() bool
- func (v NullableCreateQueryLambdaRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateQueryLambdaRequest) Set(val *CreateQueryLambdaRequest)
- func (v *NullableCreateQueryLambdaRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateQueryLambdaRequest) Unset()
- type NullableCreateQueryLambdaTagRequest
- func (v NullableCreateQueryLambdaTagRequest) Get() *CreateQueryLambdaTagRequest
- func (v NullableCreateQueryLambdaTagRequest) IsSet() bool
- func (v NullableCreateQueryLambdaTagRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateQueryLambdaTagRequest) Set(val *CreateQueryLambdaTagRequest)
- func (v *NullableCreateQueryLambdaTagRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateQueryLambdaTagRequest) Unset()
- type NullableCreateRoleRequest
- func (v NullableCreateRoleRequest) Get() *CreateRoleRequest
- func (v NullableCreateRoleRequest) IsSet() bool
- func (v NullableCreateRoleRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateRoleRequest) Set(val *CreateRoleRequest)
- func (v *NullableCreateRoleRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateRoleRequest) Unset()
- type NullableCreateUserRequest
- func (v NullableCreateUserRequest) Get() *CreateUserRequest
- func (v NullableCreateUserRequest) IsSet() bool
- func (v NullableCreateUserRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUserRequest) Set(val *CreateUserRequest)
- func (v *NullableCreateUserRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUserRequest) Unset()
- type NullableCreateUserResponse
- func (v NullableCreateUserResponse) Get() *CreateUserResponse
- func (v NullableCreateUserResponse) IsSet() bool
- func (v NullableCreateUserResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUserResponse) Set(val *CreateUserResponse)
- func (v *NullableCreateUserResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUserResponse) Unset()
- type NullableCreateViewRequest
- func (v NullableCreateViewRequest) Get() *CreateViewRequest
- func (v NullableCreateViewRequest) IsSet() bool
- func (v NullableCreateViewRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateViewRequest) Set(val *CreateViewRequest)
- func (v *NullableCreateViewRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateViewRequest) Unset()
- type NullableCreateViewResponse
- func (v NullableCreateViewResponse) Get() *CreateViewResponse
- func (v NullableCreateViewResponse) IsSet() bool
- func (v NullableCreateViewResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateViewResponse) Set(val *CreateViewResponse)
- func (v *NullableCreateViewResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateViewResponse) Unset()
- type NullableCreateWorkspaceRequest
- func (v NullableCreateWorkspaceRequest) Get() *CreateWorkspaceRequest
- func (v NullableCreateWorkspaceRequest) IsSet() bool
- func (v NullableCreateWorkspaceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWorkspaceRequest) Set(val *CreateWorkspaceRequest)
- func (v *NullableCreateWorkspaceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWorkspaceRequest) Unset()
- type NullableCreateWorkspaceResponse
- func (v NullableCreateWorkspaceResponse) Get() *CreateWorkspaceResponse
- func (v NullableCreateWorkspaceResponse) IsSet() bool
- func (v NullableCreateWorkspaceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWorkspaceResponse) Set(val *CreateWorkspaceResponse)
- func (v *NullableCreateWorkspaceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWorkspaceResponse) Unset()
- type NullableCsvParams
- type NullableDeleteAliasResponse
- func (v NullableDeleteAliasResponse) Get() *DeleteAliasResponse
- func (v NullableDeleteAliasResponse) IsSet() bool
- func (v NullableDeleteAliasResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteAliasResponse) Set(val *DeleteAliasResponse)
- func (v *NullableDeleteAliasResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteAliasResponse) Unset()
- type NullableDeleteApiKeyResponse
- func (v NullableDeleteApiKeyResponse) Get() *DeleteApiKeyResponse
- func (v NullableDeleteApiKeyResponse) IsSet() bool
- func (v NullableDeleteApiKeyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteApiKeyResponse) Set(val *DeleteApiKeyResponse)
- func (v *NullableDeleteApiKeyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteApiKeyResponse) Unset()
- type NullableDeleteCollectionResponse
- func (v NullableDeleteCollectionResponse) Get() *DeleteCollectionResponse
- func (v NullableDeleteCollectionResponse) IsSet() bool
- func (v NullableDeleteCollectionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteCollectionResponse) Set(val *DeleteCollectionResponse)
- func (v *NullableDeleteCollectionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteCollectionResponse) Unset()
- type NullableDeleteDocumentsRequest
- func (v NullableDeleteDocumentsRequest) Get() *DeleteDocumentsRequest
- func (v NullableDeleteDocumentsRequest) IsSet() bool
- func (v NullableDeleteDocumentsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteDocumentsRequest) Set(val *DeleteDocumentsRequest)
- func (v *NullableDeleteDocumentsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteDocumentsRequest) Unset()
- type NullableDeleteDocumentsRequestData
- func (v NullableDeleteDocumentsRequestData) Get() *DeleteDocumentsRequestData
- func (v NullableDeleteDocumentsRequestData) IsSet() bool
- func (v NullableDeleteDocumentsRequestData) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteDocumentsRequestData) Set(val *DeleteDocumentsRequestData)
- func (v *NullableDeleteDocumentsRequestData) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteDocumentsRequestData) Unset()
- type NullableDeleteDocumentsResponse
- func (v NullableDeleteDocumentsResponse) Get() *DeleteDocumentsResponse
- func (v NullableDeleteDocumentsResponse) IsSet() bool
- func (v NullableDeleteDocumentsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteDocumentsResponse) Set(val *DeleteDocumentsResponse)
- func (v *NullableDeleteDocumentsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteDocumentsResponse) Unset()
- type NullableDeleteIntegrationResponse
- func (v NullableDeleteIntegrationResponse) Get() *DeleteIntegrationResponse
- func (v NullableDeleteIntegrationResponse) IsSet() bool
- func (v NullableDeleteIntegrationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteIntegrationResponse) Set(val *DeleteIntegrationResponse)
- func (v *NullableDeleteIntegrationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteIntegrationResponse) Unset()
- type NullableDeleteQueryLambdaResponse
- func (v NullableDeleteQueryLambdaResponse) Get() *DeleteQueryLambdaResponse
- func (v NullableDeleteQueryLambdaResponse) IsSet() bool
- func (v NullableDeleteQueryLambdaResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteQueryLambdaResponse) Set(val *DeleteQueryLambdaResponse)
- func (v *NullableDeleteQueryLambdaResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteQueryLambdaResponse) Unset()
- type NullableDeleteUserResponse
- func (v NullableDeleteUserResponse) Get() *DeleteUserResponse
- func (v NullableDeleteUserResponse) IsSet() bool
- func (v NullableDeleteUserResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteUserResponse) Set(val *DeleteUserResponse)
- func (v *NullableDeleteUserResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteUserResponse) Unset()
- type NullableDeleteViewResponse
- func (v NullableDeleteViewResponse) Get() *DeleteViewResponse
- func (v NullableDeleteViewResponse) IsSet() bool
- func (v NullableDeleteViewResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteViewResponse) Set(val *DeleteViewResponse)
- func (v *NullableDeleteViewResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteViewResponse) Unset()
- type NullableDeleteWorkspaceResponse
- func (v NullableDeleteWorkspaceResponse) Get() *DeleteWorkspaceResponse
- func (v NullableDeleteWorkspaceResponse) IsSet() bool
- func (v NullableDeleteWorkspaceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteWorkspaceResponse) Set(val *DeleteWorkspaceResponse)
- func (v *NullableDeleteWorkspaceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteWorkspaceResponse) Unset()
- type NullableDocumentStatus
- func (v NullableDocumentStatus) Get() *DocumentStatus
- func (v NullableDocumentStatus) IsSet() bool
- func (v NullableDocumentStatus) MarshalJSON() ([]byte, error)
- func (v *NullableDocumentStatus) Set(val *DocumentStatus)
- func (v *NullableDocumentStatus) UnmarshalJSON(src []byte) error
- func (v *NullableDocumentStatus) Unset()
- type NullableDynamodbIntegration
- func (v NullableDynamodbIntegration) Get() *DynamodbIntegration
- func (v NullableDynamodbIntegration) IsSet() bool
- func (v NullableDynamodbIntegration) MarshalJSON() ([]byte, error)
- func (v *NullableDynamodbIntegration) Set(val *DynamodbIntegration)
- func (v *NullableDynamodbIntegration) UnmarshalJSON(src []byte) error
- func (v *NullableDynamodbIntegration) Unset()
- type NullableErrorModel
- type NullableEventTimeInfo
- func (v NullableEventTimeInfo) Get() *EventTimeInfo
- func (v NullableEventTimeInfo) IsSet() bool
- func (v NullableEventTimeInfo) MarshalJSON() ([]byte, error)
- func (v *NullableEventTimeInfo) Set(val *EventTimeInfo)
- func (v *NullableEventTimeInfo) UnmarshalJSON(src []byte) error
- func (v *NullableEventTimeInfo) Unset()
- type NullableExecuteQueryLambdaRequest
- func (v NullableExecuteQueryLambdaRequest) Get() *ExecuteQueryLambdaRequest
- func (v NullableExecuteQueryLambdaRequest) IsSet() bool
- func (v NullableExecuteQueryLambdaRequest) MarshalJSON() ([]byte, error)
- func (v *NullableExecuteQueryLambdaRequest) Set(val *ExecuteQueryLambdaRequest)
- func (v *NullableExecuteQueryLambdaRequest) UnmarshalJSON(src []byte) error
- func (v *NullableExecuteQueryLambdaRequest) Unset()
- type NullableFieldMappingQuery
- func (v NullableFieldMappingQuery) Get() *FieldMappingQuery
- func (v NullableFieldMappingQuery) IsSet() bool
- func (v NullableFieldMappingQuery) MarshalJSON() ([]byte, error)
- func (v *NullableFieldMappingQuery) Set(val *FieldMappingQuery)
- func (v *NullableFieldMappingQuery) UnmarshalJSON(src []byte) error
- func (v *NullableFieldMappingQuery) Unset()
- type NullableFieldMappingV2
- func (v NullableFieldMappingV2) Get() *FieldMappingV2
- func (v NullableFieldMappingV2) IsSet() bool
- func (v NullableFieldMappingV2) MarshalJSON() ([]byte, error)
- func (v *NullableFieldMappingV2) Set(val *FieldMappingV2)
- func (v *NullableFieldMappingV2) UnmarshalJSON(src []byte) error
- func (v *NullableFieldMappingV2) Unset()
- type NullableFieldPartition
- func (v NullableFieldPartition) Get() *FieldPartition
- func (v NullableFieldPartition) IsSet() bool
- func (v NullableFieldPartition) MarshalJSON() ([]byte, error)
- func (v *NullableFieldPartition) Set(val *FieldPartition)
- func (v *NullableFieldPartition) UnmarshalJSON(src []byte) error
- func (v *NullableFieldPartition) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableFormatParams
- func (v NullableFormatParams) Get() *FormatParams
- func (v NullableFormatParams) IsSet() bool
- func (v NullableFormatParams) MarshalJSON() ([]byte, error)
- func (v *NullableFormatParams) Set(val *FormatParams)
- func (v *NullableFormatParams) UnmarshalJSON(src []byte) error
- func (v *NullableFormatParams) Unset()
- type NullableGcpServiceAccount
- func (v NullableGcpServiceAccount) Get() *GcpServiceAccount
- func (v NullableGcpServiceAccount) IsSet() bool
- func (v NullableGcpServiceAccount) MarshalJSON() ([]byte, error)
- func (v *NullableGcpServiceAccount) Set(val *GcpServiceAccount)
- func (v *NullableGcpServiceAccount) UnmarshalJSON(src []byte) error
- func (v *NullableGcpServiceAccount) Unset()
- type NullableGcsIntegration
- func (v NullableGcsIntegration) Get() *GcsIntegration
- func (v NullableGcsIntegration) IsSet() bool
- func (v NullableGcsIntegration) MarshalJSON() ([]byte, error)
- func (v *NullableGcsIntegration) Set(val *GcsIntegration)
- func (v *NullableGcsIntegration) UnmarshalJSON(src []byte) error
- func (v *NullableGcsIntegration) Unset()
- type NullableGetAliasResponse
- func (v NullableGetAliasResponse) Get() *GetAliasResponse
- func (v NullableGetAliasResponse) IsSet() bool
- func (v NullableGetAliasResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetAliasResponse) Set(val *GetAliasResponse)
- func (v *NullableGetAliasResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetAliasResponse) Unset()
- type NullableGetApiKeyResponse
- func (v NullableGetApiKeyResponse) Get() *GetApiKeyResponse
- func (v NullableGetApiKeyResponse) IsSet() bool
- func (v NullableGetApiKeyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetApiKeyResponse) Set(val *GetApiKeyResponse)
- func (v *NullableGetApiKeyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetApiKeyResponse) Unset()
- type NullableGetCollectionResponse
- func (v NullableGetCollectionResponse) Get() *GetCollectionResponse
- func (v NullableGetCollectionResponse) IsSet() bool
- func (v NullableGetCollectionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetCollectionResponse) Set(val *GetCollectionResponse)
- func (v *NullableGetCollectionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetCollectionResponse) Unset()
- type NullableGetIntegrationResponse
- func (v NullableGetIntegrationResponse) Get() *GetIntegrationResponse
- func (v NullableGetIntegrationResponse) IsSet() bool
- func (v NullableGetIntegrationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegrationResponse) Set(val *GetIntegrationResponse)
- func (v *NullableGetIntegrationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegrationResponse) Unset()
- type NullableGetViewResponse
- func (v NullableGetViewResponse) Get() *GetViewResponse
- func (v NullableGetViewResponse) IsSet() bool
- func (v NullableGetViewResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetViewResponse) Set(val *GetViewResponse)
- func (v *NullableGetViewResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetViewResponse) Unset()
- type NullableGetVirtualInstanceResponse
- func (v NullableGetVirtualInstanceResponse) Get() *GetVirtualInstanceResponse
- func (v NullableGetVirtualInstanceResponse) IsSet() bool
- func (v NullableGetVirtualInstanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetVirtualInstanceResponse) Set(val *GetVirtualInstanceResponse)
- func (v *NullableGetVirtualInstanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetVirtualInstanceResponse) Unset()
- type NullableGetWorkspaceResponse
- func (v NullableGetWorkspaceResponse) Get() *GetWorkspaceResponse
- func (v NullableGetWorkspaceResponse) IsSet() bool
- func (v NullableGetWorkspaceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetWorkspaceResponse) Set(val *GetWorkspaceResponse)
- func (v *NullableGetWorkspaceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetWorkspaceResponse) Unset()
- type NullableInputField
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableIntegration
- func (v NullableIntegration) Get() *Integration
- func (v NullableIntegration) IsSet() bool
- func (v NullableIntegration) MarshalJSON() ([]byte, error)
- func (v *NullableIntegration) Set(val *Integration)
- func (v *NullableIntegration) UnmarshalJSON(src []byte) error
- func (v *NullableIntegration) Unset()
- type NullableKafkaIntegration
- func (v NullableKafkaIntegration) Get() *KafkaIntegration
- func (v NullableKafkaIntegration) IsSet() bool
- func (v NullableKafkaIntegration) MarshalJSON() ([]byte, error)
- func (v *NullableKafkaIntegration) Set(val *KafkaIntegration)
- func (v *NullableKafkaIntegration) UnmarshalJSON(src []byte) error
- func (v *NullableKafkaIntegration) Unset()
- type NullableKafkaV3SecurityConfig
- func (v NullableKafkaV3SecurityConfig) Get() *KafkaV3SecurityConfig
- func (v NullableKafkaV3SecurityConfig) IsSet() bool
- func (v NullableKafkaV3SecurityConfig) MarshalJSON() ([]byte, error)
- func (v *NullableKafkaV3SecurityConfig) Set(val *KafkaV3SecurityConfig)
- func (v *NullableKafkaV3SecurityConfig) UnmarshalJSON(src []byte) error
- func (v *NullableKafkaV3SecurityConfig) Unset()
- type NullableKinesisIntegration
- func (v NullableKinesisIntegration) Get() *KinesisIntegration
- func (v NullableKinesisIntegration) IsSet() bool
- func (v NullableKinesisIntegration) MarshalJSON() ([]byte, error)
- func (v *NullableKinesisIntegration) Set(val *KinesisIntegration)
- func (v *NullableKinesisIntegration) UnmarshalJSON(src []byte) error
- func (v *NullableKinesisIntegration) Unset()
- type NullableListAliasesResponse
- func (v NullableListAliasesResponse) Get() *ListAliasesResponse
- func (v NullableListAliasesResponse) IsSet() bool
- func (v NullableListAliasesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListAliasesResponse) Set(val *ListAliasesResponse)
- func (v *NullableListAliasesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListAliasesResponse) Unset()
- type NullableListApiKeysResponse
- func (v NullableListApiKeysResponse) Get() *ListApiKeysResponse
- func (v NullableListApiKeysResponse) IsSet() bool
- func (v NullableListApiKeysResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListApiKeysResponse) Set(val *ListApiKeysResponse)
- func (v *NullableListApiKeysResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListApiKeysResponse) Unset()
- type NullableListCollectionsResponse
- func (v NullableListCollectionsResponse) Get() *ListCollectionsResponse
- func (v NullableListCollectionsResponse) IsSet() bool
- func (v NullableListCollectionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListCollectionsResponse) Set(val *ListCollectionsResponse)
- func (v *NullableListCollectionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListCollectionsResponse) Unset()
- type NullableListIntegrationsResponse
- func (v NullableListIntegrationsResponse) Get() *ListIntegrationsResponse
- func (v NullableListIntegrationsResponse) IsSet() bool
- func (v NullableListIntegrationsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListIntegrationsResponse) Set(val *ListIntegrationsResponse)
- func (v *NullableListIntegrationsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListIntegrationsResponse) Unset()
- type NullableListQueryLambdaTagsResponse
- func (v NullableListQueryLambdaTagsResponse) Get() *ListQueryLambdaTagsResponse
- func (v NullableListQueryLambdaTagsResponse) IsSet() bool
- func (v NullableListQueryLambdaTagsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListQueryLambdaTagsResponse) Set(val *ListQueryLambdaTagsResponse)
- func (v *NullableListQueryLambdaTagsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListQueryLambdaTagsResponse) Unset()
- type NullableListQueryLambdaVersionsResponse
- func (v NullableListQueryLambdaVersionsResponse) Get() *ListQueryLambdaVersionsResponse
- func (v NullableListQueryLambdaVersionsResponse) IsSet() bool
- func (v NullableListQueryLambdaVersionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListQueryLambdaVersionsResponse) Set(val *ListQueryLambdaVersionsResponse)
- func (v *NullableListQueryLambdaVersionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListQueryLambdaVersionsResponse) Unset()
- type NullableListQueryLambdasResponse
- func (v NullableListQueryLambdasResponse) Get() *ListQueryLambdasResponse
- func (v NullableListQueryLambdasResponse) IsSet() bool
- func (v NullableListQueryLambdasResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListQueryLambdasResponse) Set(val *ListQueryLambdasResponse)
- func (v *NullableListQueryLambdasResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListQueryLambdasResponse) Unset()
- type NullableListRolesResponse
- func (v NullableListRolesResponse) Get() *ListRolesResponse
- func (v NullableListRolesResponse) IsSet() bool
- func (v NullableListRolesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListRolesResponse) Set(val *ListRolesResponse)
- func (v *NullableListRolesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListRolesResponse) Unset()
- type NullableListUnsubscribePreferencesResponse
- func (v NullableListUnsubscribePreferencesResponse) Get() *ListUnsubscribePreferencesResponse
- func (v NullableListUnsubscribePreferencesResponse) IsSet() bool
- func (v NullableListUnsubscribePreferencesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListUnsubscribePreferencesResponse) Set(val *ListUnsubscribePreferencesResponse)
- func (v *NullableListUnsubscribePreferencesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListUnsubscribePreferencesResponse) Unset()
- type NullableListUsersResponse
- func (v NullableListUsersResponse) Get() *ListUsersResponse
- func (v NullableListUsersResponse) IsSet() bool
- func (v NullableListUsersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListUsersResponse) Set(val *ListUsersResponse)
- func (v *NullableListUsersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListUsersResponse) Unset()
- type NullableListViewsResponse
- func (v NullableListViewsResponse) Get() *ListViewsResponse
- func (v NullableListViewsResponse) IsSet() bool
- func (v NullableListViewsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListViewsResponse) Set(val *ListViewsResponse)
- func (v *NullableListViewsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListViewsResponse) Unset()
- type NullableListVirtualInstancesResponse
- func (v NullableListVirtualInstancesResponse) Get() *ListVirtualInstancesResponse
- func (v NullableListVirtualInstancesResponse) IsSet() bool
- func (v NullableListVirtualInstancesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListVirtualInstancesResponse) Set(val *ListVirtualInstancesResponse)
- func (v *NullableListVirtualInstancesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListVirtualInstancesResponse) Unset()
- type NullableListWorkspacesResponse
- func (v NullableListWorkspacesResponse) Get() *ListWorkspacesResponse
- func (v NullableListWorkspacesResponse) IsSet() bool
- func (v NullableListWorkspacesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListWorkspacesResponse) Set(val *ListWorkspacesResponse)
- func (v *NullableListWorkspacesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListWorkspacesResponse) Unset()
- type NullableMongoDbIntegration
- func (v NullableMongoDbIntegration) Get() *MongoDbIntegration
- func (v NullableMongoDbIntegration) IsSet() bool
- func (v NullableMongoDbIntegration) MarshalJSON() ([]byte, error)
- func (v *NullableMongoDbIntegration) Set(val *MongoDbIntegration)
- func (v *NullableMongoDbIntegration) UnmarshalJSON(src []byte) error
- func (v *NullableMongoDbIntegration) Unset()
- type NullableOrganization
- func (v NullableOrganization) Get() *Organization
- func (v NullableOrganization) IsSet() bool
- func (v NullableOrganization) MarshalJSON() ([]byte, error)
- func (v *NullableOrganization) Set(val *Organization)
- func (v *NullableOrganization) UnmarshalJSON(src []byte) error
- func (v *NullableOrganization) Unset()
- type NullableOrganizationResponse
- func (v NullableOrganizationResponse) Get() *OrganizationResponse
- func (v NullableOrganizationResponse) IsSet() bool
- func (v NullableOrganizationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationResponse) Set(val *OrganizationResponse)
- func (v *NullableOrganizationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationResponse) Unset()
- type NullableOutputField
- func (v NullableOutputField) Get() *OutputField
- func (v NullableOutputField) IsSet() bool
- func (v NullableOutputField) MarshalJSON() ([]byte, error)
- func (v *NullableOutputField) Set(val *OutputField)
- func (v *NullableOutputField) UnmarshalJSON(src []byte) error
- func (v *NullableOutputField) Unset()
- type NullablePaginationInfo
- func (v NullablePaginationInfo) Get() *PaginationInfo
- func (v NullablePaginationInfo) IsSet() bool
- func (v NullablePaginationInfo) MarshalJSON() ([]byte, error)
- func (v *NullablePaginationInfo) Set(val *PaginationInfo)
- func (v *NullablePaginationInfo) UnmarshalJSON(src []byte) error
- func (v *NullablePaginationInfo) Unset()
- type NullablePatchDocument
- func (v NullablePatchDocument) Get() *PatchDocument
- func (v NullablePatchDocument) IsSet() bool
- func (v NullablePatchDocument) MarshalJSON() ([]byte, error)
- func (v *NullablePatchDocument) Set(val *PatchDocument)
- func (v *NullablePatchDocument) UnmarshalJSON(src []byte) error
- func (v *NullablePatchDocument) Unset()
- type NullablePatchDocumentsRequest
- func (v NullablePatchDocumentsRequest) Get() *PatchDocumentsRequest
- func (v NullablePatchDocumentsRequest) IsSet() bool
- func (v NullablePatchDocumentsRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePatchDocumentsRequest) Set(val *PatchDocumentsRequest)
- func (v *NullablePatchDocumentsRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePatchDocumentsRequest) Unset()
- type NullablePatchDocumentsResponse
- func (v NullablePatchDocumentsResponse) Get() *PatchDocumentsResponse
- func (v NullablePatchDocumentsResponse) IsSet() bool
- func (v NullablePatchDocumentsResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePatchDocumentsResponse) Set(val *PatchDocumentsResponse)
- func (v *NullablePatchDocumentsResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePatchDocumentsResponse) Unset()
- type NullablePatchOperation
- func (v NullablePatchOperation) Get() *PatchOperation
- func (v NullablePatchOperation) IsSet() bool
- func (v NullablePatchOperation) MarshalJSON() ([]byte, error)
- func (v *NullablePatchOperation) Set(val *PatchOperation)
- func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error
- func (v *NullablePatchOperation) Unset()
- type NullablePrivilege
- type NullableQueryError
- type NullableQueryFieldType
- func (v NullableQueryFieldType) Get() *QueryFieldType
- func (v NullableQueryFieldType) IsSet() bool
- func (v NullableQueryFieldType) MarshalJSON() ([]byte, error)
- func (v *NullableQueryFieldType) Set(val *QueryFieldType)
- func (v *NullableQueryFieldType) UnmarshalJSON(src []byte) error
- func (v *NullableQueryFieldType) Unset()
- type NullableQueryLambda
- func (v NullableQueryLambda) Get() *QueryLambda
- func (v NullableQueryLambda) IsSet() bool
- func (v NullableQueryLambda) MarshalJSON() ([]byte, error)
- func (v *NullableQueryLambda) Set(val *QueryLambda)
- func (v *NullableQueryLambda) UnmarshalJSON(src []byte) error
- func (v *NullableQueryLambda) Unset()
- type NullableQueryLambdaSql
- func (v NullableQueryLambdaSql) Get() *QueryLambdaSql
- func (v NullableQueryLambdaSql) IsSet() bool
- func (v NullableQueryLambdaSql) MarshalJSON() ([]byte, error)
- func (v *NullableQueryLambdaSql) Set(val *QueryLambdaSql)
- func (v *NullableQueryLambdaSql) UnmarshalJSON(src []byte) error
- func (v *NullableQueryLambdaSql) Unset()
- type NullableQueryLambdaStats
- func (v NullableQueryLambdaStats) Get() *QueryLambdaStats
- func (v NullableQueryLambdaStats) IsSet() bool
- func (v NullableQueryLambdaStats) MarshalJSON() ([]byte, error)
- func (v *NullableQueryLambdaStats) Set(val *QueryLambdaStats)
- func (v *NullableQueryLambdaStats) UnmarshalJSON(src []byte) error
- func (v *NullableQueryLambdaStats) Unset()
- type NullableQueryLambdaTag
- func (v NullableQueryLambdaTag) Get() *QueryLambdaTag
- func (v NullableQueryLambdaTag) IsSet() bool
- func (v NullableQueryLambdaTag) MarshalJSON() ([]byte, error)
- func (v *NullableQueryLambdaTag) Set(val *QueryLambdaTag)
- func (v *NullableQueryLambdaTag) UnmarshalJSON(src []byte) error
- func (v *NullableQueryLambdaTag) Unset()
- type NullableQueryLambdaTagResponse
- func (v NullableQueryLambdaTagResponse) Get() *QueryLambdaTagResponse
- func (v NullableQueryLambdaTagResponse) IsSet() bool
- func (v NullableQueryLambdaTagResponse) MarshalJSON() ([]byte, error)
- func (v *NullableQueryLambdaTagResponse) Set(val *QueryLambdaTagResponse)
- func (v *NullableQueryLambdaTagResponse) UnmarshalJSON(src []byte) error
- func (v *NullableQueryLambdaTagResponse) Unset()
- type NullableQueryLambdaVersion
- func (v NullableQueryLambdaVersion) Get() *QueryLambdaVersion
- func (v NullableQueryLambdaVersion) IsSet() bool
- func (v NullableQueryLambdaVersion) MarshalJSON() ([]byte, error)
- func (v *NullableQueryLambdaVersion) Set(val *QueryLambdaVersion)
- func (v *NullableQueryLambdaVersion) UnmarshalJSON(src []byte) error
- func (v *NullableQueryLambdaVersion) Unset()
- type NullableQueryLambdaVersionResponse
- func (v NullableQueryLambdaVersionResponse) Get() *QueryLambdaVersionResponse
- func (v NullableQueryLambdaVersionResponse) IsSet() bool
- func (v NullableQueryLambdaVersionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableQueryLambdaVersionResponse) Set(val *QueryLambdaVersionResponse)
- func (v *NullableQueryLambdaVersionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableQueryLambdaVersionResponse) Unset()
- type NullableQueryParameter
- func (v NullableQueryParameter) Get() *QueryParameter
- func (v NullableQueryParameter) IsSet() bool
- func (v NullableQueryParameter) MarshalJSON() ([]byte, error)
- func (v *NullableQueryParameter) Set(val *QueryParameter)
- func (v *NullableQueryParameter) UnmarshalJSON(src []byte) error
- func (v *NullableQueryParameter) Unset()
- type NullableQueryRequest
- func (v NullableQueryRequest) Get() *QueryRequest
- func (v NullableQueryRequest) IsSet() bool
- func (v NullableQueryRequest) MarshalJSON() ([]byte, error)
- func (v *NullableQueryRequest) Set(val *QueryRequest)
- func (v *NullableQueryRequest) UnmarshalJSON(src []byte) error
- func (v *NullableQueryRequest) Unset()
- type NullableQueryRequestSql
- func (v NullableQueryRequestSql) Get() *QueryRequestSql
- func (v NullableQueryRequestSql) IsSet() bool
- func (v NullableQueryRequestSql) MarshalJSON() ([]byte, error)
- func (v *NullableQueryRequestSql) Set(val *QueryRequestSql)
- func (v *NullableQueryRequestSql) UnmarshalJSON(src []byte) error
- func (v *NullableQueryRequestSql) Unset()
- type NullableQueryResponse
- func (v NullableQueryResponse) Get() *QueryResponse
- func (v NullableQueryResponse) IsSet() bool
- func (v NullableQueryResponse) MarshalJSON() ([]byte, error)
- func (v *NullableQueryResponse) Set(val *QueryResponse)
- func (v *NullableQueryResponse) UnmarshalJSON(src []byte) error
- func (v *NullableQueryResponse) Unset()
- type NullableQueryResponseStats
- func (v NullableQueryResponseStats) Get() *QueryResponseStats
- func (v NullableQueryResponseStats) IsSet() bool
- func (v NullableQueryResponseStats) MarshalJSON() ([]byte, error)
- func (v *NullableQueryResponseStats) Set(val *QueryResponseStats)
- func (v *NullableQueryResponseStats) UnmarshalJSON(src []byte) error
- func (v *NullableQueryResponseStats) Unset()
- type NullableRole
- type NullableRoleResponse
- func (v NullableRoleResponse) Get() *RoleResponse
- func (v NullableRoleResponse) IsSet() bool
- func (v NullableRoleResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRoleResponse) Set(val *RoleResponse)
- func (v *NullableRoleResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRoleResponse) Unset()
- type NullableS3Integration
- func (v NullableS3Integration) Get() *S3Integration
- func (v NullableS3Integration) IsSet() bool
- func (v NullableS3Integration) MarshalJSON() ([]byte, error)
- func (v *NullableS3Integration) Set(val *S3Integration)
- func (v *NullableS3Integration) UnmarshalJSON(src []byte) error
- func (v *NullableS3Integration) Unset()
- type NullableSegmentIntegration
- func (v NullableSegmentIntegration) Get() *SegmentIntegration
- func (v NullableSegmentIntegration) IsSet() bool
- func (v NullableSegmentIntegration) MarshalJSON() ([]byte, error)
- func (v *NullableSegmentIntegration) Set(val *SegmentIntegration)
- func (v *NullableSegmentIntegration) UnmarshalJSON(src []byte) error
- func (v *NullableSegmentIntegration) Unset()
- type NullableSource
- type NullableSourceAzureBlobStorage
- func (v NullableSourceAzureBlobStorage) Get() *SourceAzureBlobStorage
- func (v NullableSourceAzureBlobStorage) IsSet() bool
- func (v NullableSourceAzureBlobStorage) MarshalJSON() ([]byte, error)
- func (v *NullableSourceAzureBlobStorage) Set(val *SourceAzureBlobStorage)
- func (v *NullableSourceAzureBlobStorage) UnmarshalJSON(src []byte) error
- func (v *NullableSourceAzureBlobStorage) Unset()
- type NullableSourceAzureEventHubs
- func (v NullableSourceAzureEventHubs) Get() *SourceAzureEventHubs
- func (v NullableSourceAzureEventHubs) IsSet() bool
- func (v NullableSourceAzureEventHubs) MarshalJSON() ([]byte, error)
- func (v *NullableSourceAzureEventHubs) Set(val *SourceAzureEventHubs)
- func (v *NullableSourceAzureEventHubs) UnmarshalJSON(src []byte) error
- func (v *NullableSourceAzureEventHubs) Unset()
- type NullableSourceAzureServiceBus
- func (v NullableSourceAzureServiceBus) Get() *SourceAzureServiceBus
- func (v NullableSourceAzureServiceBus) IsSet() bool
- func (v NullableSourceAzureServiceBus) MarshalJSON() ([]byte, error)
- func (v *NullableSourceAzureServiceBus) Set(val *SourceAzureServiceBus)
- func (v *NullableSourceAzureServiceBus) UnmarshalJSON(src []byte) error
- func (v *NullableSourceAzureServiceBus) Unset()
- type NullableSourceDynamoDb
- func (v NullableSourceDynamoDb) Get() *SourceDynamoDb
- func (v NullableSourceDynamoDb) IsSet() bool
- func (v NullableSourceDynamoDb) MarshalJSON() ([]byte, error)
- func (v *NullableSourceDynamoDb) Set(val *SourceDynamoDb)
- func (v *NullableSourceDynamoDb) UnmarshalJSON(src []byte) error
- func (v *NullableSourceDynamoDb) Unset()
- type NullableSourceFileUpload
- func (v NullableSourceFileUpload) Get() *SourceFileUpload
- func (v NullableSourceFileUpload) IsSet() bool
- func (v NullableSourceFileUpload) MarshalJSON() ([]byte, error)
- func (v *NullableSourceFileUpload) Set(val *SourceFileUpload)
- func (v *NullableSourceFileUpload) UnmarshalJSON(src []byte) error
- func (v *NullableSourceFileUpload) Unset()
- type NullableSourceGcs
- type NullableSourceKafka
- func (v NullableSourceKafka) Get() *SourceKafka
- func (v NullableSourceKafka) IsSet() bool
- func (v NullableSourceKafka) MarshalJSON() ([]byte, error)
- func (v *NullableSourceKafka) Set(val *SourceKafka)
- func (v *NullableSourceKafka) UnmarshalJSON(src []byte) error
- func (v *NullableSourceKafka) Unset()
- type NullableSourceKinesis
- func (v NullableSourceKinesis) Get() *SourceKinesis
- func (v NullableSourceKinesis) IsSet() bool
- func (v NullableSourceKinesis) MarshalJSON() ([]byte, error)
- func (v *NullableSourceKinesis) Set(val *SourceKinesis)
- func (v *NullableSourceKinesis) UnmarshalJSON(src []byte) error
- func (v *NullableSourceKinesis) Unset()
- type NullableSourceMongoDb
- func (v NullableSourceMongoDb) Get() *SourceMongoDb
- func (v NullableSourceMongoDb) IsSet() bool
- func (v NullableSourceMongoDb) MarshalJSON() ([]byte, error)
- func (v *NullableSourceMongoDb) Set(val *SourceMongoDb)
- func (v *NullableSourceMongoDb) UnmarshalJSON(src []byte) error
- func (v *NullableSourceMongoDb) Unset()
- type NullableSourceS3
- type NullableSqlExpression
- func (v NullableSqlExpression) Get() *SqlExpression
- func (v NullableSqlExpression) IsSet() bool
- func (v NullableSqlExpression) MarshalJSON() ([]byte, error)
- func (v *NullableSqlExpression) Set(val *SqlExpression)
- func (v *NullableSqlExpression) UnmarshalJSON(src []byte) error
- func (v *NullableSqlExpression) Unset()
- type NullableStatus
- type NullableStatusAzureEventHubs
- func (v NullableStatusAzureEventHubs) Get() *StatusAzureEventHubs
- func (v NullableStatusAzureEventHubs) IsSet() bool
- func (v NullableStatusAzureEventHubs) MarshalJSON() ([]byte, error)
- func (v *NullableStatusAzureEventHubs) Set(val *StatusAzureEventHubs)
- func (v *NullableStatusAzureEventHubs) UnmarshalJSON(src []byte) error
- func (v *NullableStatusAzureEventHubs) Unset()
- type NullableStatusAzureEventHubsPartition
- func (v NullableStatusAzureEventHubsPartition) Get() *StatusAzureEventHubsPartition
- func (v NullableStatusAzureEventHubsPartition) IsSet() bool
- func (v NullableStatusAzureEventHubsPartition) MarshalJSON() ([]byte, error)
- func (v *NullableStatusAzureEventHubsPartition) Set(val *StatusAzureEventHubsPartition)
- func (v *NullableStatusAzureEventHubsPartition) UnmarshalJSON(src []byte) error
- func (v *NullableStatusAzureEventHubsPartition) Unset()
- type NullableStatusAzureServiceBus
- func (v NullableStatusAzureServiceBus) Get() *StatusAzureServiceBus
- func (v NullableStatusAzureServiceBus) IsSet() bool
- func (v NullableStatusAzureServiceBus) MarshalJSON() ([]byte, error)
- func (v *NullableStatusAzureServiceBus) Set(val *StatusAzureServiceBus)
- func (v *NullableStatusAzureServiceBus) UnmarshalJSON(src []byte) error
- func (v *NullableStatusAzureServiceBus) Unset()
- type NullableStatusAzureServiceBusSession
- func (v NullableStatusAzureServiceBusSession) Get() *StatusAzureServiceBusSession
- func (v NullableStatusAzureServiceBusSession) IsSet() bool
- func (v NullableStatusAzureServiceBusSession) MarshalJSON() ([]byte, error)
- func (v *NullableStatusAzureServiceBusSession) Set(val *StatusAzureServiceBusSession)
- func (v *NullableStatusAzureServiceBusSession) UnmarshalJSON(src []byte) error
- func (v *NullableStatusAzureServiceBusSession) Unset()
- type NullableStatusDynamoDb
- func (v NullableStatusDynamoDb) Get() *StatusDynamoDb
- func (v NullableStatusDynamoDb) IsSet() bool
- func (v NullableStatusDynamoDb) MarshalJSON() ([]byte, error)
- func (v *NullableStatusDynamoDb) Set(val *StatusDynamoDb)
- func (v *NullableStatusDynamoDb) UnmarshalJSON(src []byte) error
- func (v *NullableStatusDynamoDb) Unset()
- type NullableStatusDynamoDbV2
- func (v NullableStatusDynamoDbV2) Get() *StatusDynamoDbV2
- func (v NullableStatusDynamoDbV2) IsSet() bool
- func (v NullableStatusDynamoDbV2) MarshalJSON() ([]byte, error)
- func (v *NullableStatusDynamoDbV2) Set(val *StatusDynamoDbV2)
- func (v *NullableStatusDynamoDbV2) UnmarshalJSON(src []byte) error
- func (v *NullableStatusDynamoDbV2) Unset()
- type NullableStatusKafka
- func (v NullableStatusKafka) Get() *StatusKafka
- func (v NullableStatusKafka) IsSet() bool
- func (v NullableStatusKafka) MarshalJSON() ([]byte, error)
- func (v *NullableStatusKafka) Set(val *StatusKafka)
- func (v *NullableStatusKafka) UnmarshalJSON(src []byte) error
- func (v *NullableStatusKafka) Unset()
- type NullableStatusKafkaPartition
- func (v NullableStatusKafkaPartition) Get() *StatusKafkaPartition
- func (v NullableStatusKafkaPartition) IsSet() bool
- func (v NullableStatusKafkaPartition) MarshalJSON() ([]byte, error)
- func (v *NullableStatusKafkaPartition) Set(val *StatusKafkaPartition)
- func (v *NullableStatusKafkaPartition) UnmarshalJSON(src []byte) error
- func (v *NullableStatusKafkaPartition) Unset()
- type NullableStatusMongoDb
- func (v NullableStatusMongoDb) Get() *StatusMongoDb
- func (v NullableStatusMongoDb) IsSet() bool
- func (v NullableStatusMongoDb) MarshalJSON() ([]byte, error)
- func (v *NullableStatusMongoDb) Set(val *StatusMongoDb)
- func (v *NullableStatusMongoDb) UnmarshalJSON(src []byte) error
- func (v *NullableStatusMongoDb) Unset()
- type NullableString
- type NullableTime
- type NullableUnsubscribePreference
- func (v NullableUnsubscribePreference) Get() *UnsubscribePreference
- func (v NullableUnsubscribePreference) IsSet() bool
- func (v NullableUnsubscribePreference) MarshalJSON() ([]byte, error)
- func (v *NullableUnsubscribePreference) Set(val *UnsubscribePreference)
- func (v *NullableUnsubscribePreference) UnmarshalJSON(src []byte) error
- func (v *NullableUnsubscribePreference) Unset()
- type NullableUpdateAliasRequest
- func (v NullableUpdateAliasRequest) Get() *UpdateAliasRequest
- func (v NullableUpdateAliasRequest) IsSet() bool
- func (v NullableUpdateAliasRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateAliasRequest) Set(val *UpdateAliasRequest)
- func (v *NullableUpdateAliasRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateAliasRequest) Unset()
- type NullableUpdateApiKeyRequest
- func (v NullableUpdateApiKeyRequest) Get() *UpdateApiKeyRequest
- func (v NullableUpdateApiKeyRequest) IsSet() bool
- func (v NullableUpdateApiKeyRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateApiKeyRequest) Set(val *UpdateApiKeyRequest)
- func (v *NullableUpdateApiKeyRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateApiKeyRequest) Unset()
- type NullableUpdateApiKeyResponse
- func (v NullableUpdateApiKeyResponse) Get() *UpdateApiKeyResponse
- func (v NullableUpdateApiKeyResponse) IsSet() bool
- func (v NullableUpdateApiKeyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateApiKeyResponse) Set(val *UpdateApiKeyResponse)
- func (v *NullableUpdateApiKeyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateApiKeyResponse) Unset()
- type NullableUpdateQueryLambdaRequest
- func (v NullableUpdateQueryLambdaRequest) Get() *UpdateQueryLambdaRequest
- func (v NullableUpdateQueryLambdaRequest) IsSet() bool
- func (v NullableUpdateQueryLambdaRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateQueryLambdaRequest) Set(val *UpdateQueryLambdaRequest)
- func (v *NullableUpdateQueryLambdaRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateQueryLambdaRequest) Unset()
- type NullableUpdateRoleRequest
- func (v NullableUpdateRoleRequest) Get() *UpdateRoleRequest
- func (v NullableUpdateRoleRequest) IsSet() bool
- func (v NullableUpdateRoleRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateRoleRequest) Set(val *UpdateRoleRequest)
- func (v *NullableUpdateRoleRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateRoleRequest) Unset()
- type NullableUpdateUnsubscribePreferencesRequest
- func (v NullableUpdateUnsubscribePreferencesRequest) Get() *UpdateUnsubscribePreferencesRequest
- func (v NullableUpdateUnsubscribePreferencesRequest) IsSet() bool
- func (v NullableUpdateUnsubscribePreferencesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateUnsubscribePreferencesRequest) Set(val *UpdateUnsubscribePreferencesRequest)
- func (v *NullableUpdateUnsubscribePreferencesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateUnsubscribePreferencesRequest) Unset()
- type NullableUpdateUnsubscribePreferencesResponse
- func (v NullableUpdateUnsubscribePreferencesResponse) Get() *UpdateUnsubscribePreferencesResponse
- func (v NullableUpdateUnsubscribePreferencesResponse) IsSet() bool
- func (v NullableUpdateUnsubscribePreferencesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateUnsubscribePreferencesResponse) Set(val *UpdateUnsubscribePreferencesResponse)
- func (v *NullableUpdateUnsubscribePreferencesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateUnsubscribePreferencesResponse) Unset()
- type NullableUpdateViewRequest
- func (v NullableUpdateViewRequest) Get() *UpdateViewRequest
- func (v NullableUpdateViewRequest) IsSet() bool
- func (v NullableUpdateViewRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateViewRequest) Set(val *UpdateViewRequest)
- func (v *NullableUpdateViewRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateViewRequest) Unset()
- type NullableUpdateViewResponse
- func (v NullableUpdateViewResponse) Get() *UpdateViewResponse
- func (v NullableUpdateViewResponse) IsSet() bool
- func (v NullableUpdateViewResponse) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateViewResponse) Set(val *UpdateViewResponse)
- func (v *NullableUpdateViewResponse) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateViewResponse) Unset()
- type NullableUpdateVirtualInstanceRequest
- func (v NullableUpdateVirtualInstanceRequest) Get() *UpdateVirtualInstanceRequest
- func (v NullableUpdateVirtualInstanceRequest) IsSet() bool
- func (v NullableUpdateVirtualInstanceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateVirtualInstanceRequest) Set(val *UpdateVirtualInstanceRequest)
- func (v *NullableUpdateVirtualInstanceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateVirtualInstanceRequest) Unset()
- type NullableUpdateVirtualInstanceResponse
- func (v NullableUpdateVirtualInstanceResponse) Get() *UpdateVirtualInstanceResponse
- func (v NullableUpdateVirtualInstanceResponse) IsSet() bool
- func (v NullableUpdateVirtualInstanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateVirtualInstanceResponse) Set(val *UpdateVirtualInstanceResponse)
- func (v *NullableUpdateVirtualInstanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateVirtualInstanceResponse) Unset()
- type NullableUser
- type NullableValidateQueryResponse
- func (v NullableValidateQueryResponse) Get() *ValidateQueryResponse
- func (v NullableValidateQueryResponse) IsSet() bool
- func (v NullableValidateQueryResponse) MarshalJSON() ([]byte, error)
- func (v *NullableValidateQueryResponse) Set(val *ValidateQueryResponse)
- func (v *NullableValidateQueryResponse) UnmarshalJSON(src []byte) error
- func (v *NullableValidateQueryResponse) Unset()
- type NullableView
- type NullableVirtualInstance
- func (v NullableVirtualInstance) Get() *VirtualInstance
- func (v NullableVirtualInstance) IsSet() bool
- func (v NullableVirtualInstance) MarshalJSON() ([]byte, error)
- func (v *NullableVirtualInstance) Set(val *VirtualInstance)
- func (v *NullableVirtualInstance) UnmarshalJSON(src []byte) error
- func (v *NullableVirtualInstance) Unset()
- type NullableWorkspace
- type NullableXmlParams
- type Organization
- func (o *Organization) GetClusters() []Cluster
- func (o *Organization) GetClustersOk() ([]Cluster, bool)
- func (o *Organization) GetCreatedAt() string
- func (o *Organization) GetCreatedAtOk() (*string, bool)
- func (o *Organization) GetDeletionScheduledAt() string
- func (o *Organization) GetDeletionScheduledAtOk() (*string, bool)
- func (o *Organization) GetDisplayName() string
- func (o *Organization) GetDisplayNameOk() (*string, bool)
- func (o *Organization) GetExternalId() string
- func (o *Organization) GetExternalIdOk() (*string, bool)
- func (o *Organization) GetId() string
- func (o *Organization) GetIdOk() (*string, bool)
- func (o *Organization) GetRocksetUser() string
- func (o *Organization) GetRocksetUserOk() (*string, bool)
- func (o *Organization) HasClusters() bool
- func (o *Organization) HasCreatedAt() bool
- func (o *Organization) HasDeletionScheduledAt() bool
- func (o *Organization) HasDisplayName() bool
- func (o *Organization) HasExternalId() bool
- func (o *Organization) HasId() bool
- func (o *Organization) HasRocksetUser() bool
- func (o Organization) MarshalJSON() ([]byte, error)
- func (o *Organization) SetClusters(v []Cluster)
- func (o *Organization) SetCreatedAt(v string)
- func (o *Organization) SetDeletionScheduledAt(v string)
- func (o *Organization) SetDisplayName(v string)
- func (o *Organization) SetExternalId(v string)
- func (o *Organization) SetId(v string)
- func (o *Organization) SetRocksetUser(v string)
- type OrganizationResponse
- type OrganizationsApi
- type OrganizationsApiService
- type OutputField
- func (o *OutputField) GetFieldName() string
- func (o *OutputField) GetFieldNameOk() (*string, bool)
- func (o *OutputField) GetOnError() string
- func (o *OutputField) GetOnErrorOk() (*string, bool)
- func (o *OutputField) GetValue() SqlExpression
- func (o *OutputField) GetValueOk() (*SqlExpression, bool)
- func (o *OutputField) HasFieldName() bool
- func (o *OutputField) HasOnError() bool
- func (o *OutputField) HasValue() bool
- func (o OutputField) MarshalJSON() ([]byte, error)
- func (o *OutputField) SetFieldName(v string)
- func (o *OutputField) SetOnError(v string)
- func (o *OutputField) SetValue(v SqlExpression)
- type PaginationInfo
- func (o *PaginationInfo) GetCurrentPageDocCount() int64
- func (o *PaginationInfo) GetCurrentPageDocCountOk() (*int64, bool)
- func (o *PaginationInfo) GetNextCursor() string
- func (o *PaginationInfo) GetNextCursorOffset() int64
- func (o *PaginationInfo) GetNextCursorOffsetOk() (*int64, bool)
- func (o *PaginationInfo) GetNextCursorOk() (*string, bool)
- func (o *PaginationInfo) GetStartCursor() string
- func (o *PaginationInfo) GetStartCursorOk() (*string, bool)
- func (o *PaginationInfo) HasCurrentPageDocCount() bool
- func (o *PaginationInfo) HasNextCursor() bool
- func (o *PaginationInfo) HasNextCursorOffset() bool
- func (o *PaginationInfo) HasStartCursor() bool
- func (o PaginationInfo) MarshalJSON() ([]byte, error)
- func (o *PaginationInfo) SetCurrentPageDocCount(v int64)
- func (o *PaginationInfo) SetNextCursor(v string)
- func (o *PaginationInfo) SetNextCursorOffset(v int64)
- func (o *PaginationInfo) SetStartCursor(v string)
- type PatchDocument
- func (o *PatchDocument) GetId() string
- func (o *PatchDocument) GetIdOk() (*string, bool)
- func (o *PatchDocument) GetPatch() []PatchOperation
- func (o *PatchDocument) GetPatchOk() ([]PatchOperation, bool)
- func (o PatchDocument) MarshalJSON() ([]byte, error)
- func (o *PatchDocument) SetId(v string)
- func (o *PatchDocument) SetPatch(v []PatchOperation)
- type PatchDocumentsRequest
- type PatchDocumentsResponse
- type PatchOperation
- func (o *PatchOperation) GetFrom() string
- func (o *PatchOperation) GetFromOk() (*string, bool)
- func (o *PatchOperation) GetOp() string
- func (o *PatchOperation) GetOpOk() (*string, bool)
- func (o *PatchOperation) GetPath() string
- func (o *PatchOperation) GetPathOk() (*string, bool)
- func (o *PatchOperation) GetValue() map[string]interface{}
- func (o *PatchOperation) GetValueOk() (map[string]interface{}, bool)
- func (o *PatchOperation) HasFrom() bool
- func (o *PatchOperation) HasValue() bool
- func (o PatchOperation) MarshalJSON() ([]byte, error)
- func (o *PatchOperation) SetFrom(v string)
- func (o *PatchOperation) SetOp(v string)
- func (o *PatchOperation) SetPath(v string)
- func (o *PatchOperation) SetValue(v map[string]interface{})
- type Privilege
- func (o *Privilege) GetAction() string
- func (o *Privilege) GetActionOk() (*string, bool)
- func (o *Privilege) GetCluster() string
- func (o *Privilege) GetClusterOk() (*string, bool)
- func (o *Privilege) GetResourceName() string
- func (o *Privilege) GetResourceNameOk() (*string, bool)
- func (o *Privilege) HasAction() bool
- func (o *Privilege) HasCluster() bool
- func (o *Privilege) HasResourceName() bool
- func (o Privilege) MarshalJSON() ([]byte, error)
- func (o *Privilege) SetAction(v string)
- func (o *Privilege) SetCluster(v string)
- func (o *Privilege) SetResourceName(v string)
- type QueriesApi
- type QueriesApiService
- func (a *QueriesApiService) Query(ctx context.Context) ApiQueryRequest
- func (a *QueriesApiService) QueryExecute(r ApiQueryRequest) (*QueryResponse, *http.Response, error)
- func (a *QueriesApiService) Validate(ctx context.Context) ApiValidateRequest
- func (a *QueriesApiService) ValidateExecute(r ApiValidateRequest) (*ValidateQueryResponse, *http.Response, error)
- type QueryError
- func (o *QueryError) GetMessage() string
- func (o *QueryError) GetMessageOk() (*string, bool)
- func (o *QueryError) GetStatusCode() int32
- func (o *QueryError) GetStatusCodeOk() (*int32, bool)
- func (o *QueryError) GetType() string
- func (o *QueryError) GetTypeOk() (*string, bool)
- func (o *QueryError) HasMessage() bool
- func (o *QueryError) HasStatusCode() bool
- func (o *QueryError) HasType() bool
- func (o QueryError) MarshalJSON() ([]byte, error)
- func (o *QueryError) SetMessage(v string)
- func (o *QueryError) SetStatusCode(v int32)
- func (o *QueryError) SetType(v string)
- type QueryFieldType
- func (o *QueryFieldType) GetName() string
- func (o *QueryFieldType) GetNameOk() (*string, bool)
- func (o *QueryFieldType) GetType() string
- func (o *QueryFieldType) GetTypeOk() (*string, bool)
- func (o QueryFieldType) MarshalJSON() ([]byte, error)
- func (o *QueryFieldType) SetName(v string)
- func (o *QueryFieldType) SetType(v string)
- type QueryLambda
- func (o *QueryLambda) GetCollections() []string
- func (o *QueryLambda) GetCollectionsOk() ([]string, bool)
- func (o *QueryLambda) GetLastUpdated() string
- func (o *QueryLambda) GetLastUpdatedBy() string
- func (o *QueryLambda) GetLastUpdatedByOk() (*string, bool)
- func (o *QueryLambda) GetLastUpdatedOk() (*string, bool)
- func (o *QueryLambda) GetLatestVersion() QueryLambdaVersion
- func (o *QueryLambda) GetLatestVersionOk() (*QueryLambdaVersion, bool)
- func (o *QueryLambda) GetName() string
- func (o *QueryLambda) GetNameOk() (*string, bool)
- func (o *QueryLambda) GetVersionCount() int32
- func (o *QueryLambda) GetVersionCountOk() (*int32, bool)
- func (o *QueryLambda) GetWorkspace() string
- func (o *QueryLambda) GetWorkspaceOk() (*string, bool)
- func (o *QueryLambda) HasCollections() bool
- func (o *QueryLambda) HasLastUpdated() bool
- func (o *QueryLambda) HasLastUpdatedBy() bool
- func (o *QueryLambda) HasLatestVersion() bool
- func (o *QueryLambda) HasName() bool
- func (o *QueryLambda) HasVersionCount() bool
- func (o *QueryLambda) HasWorkspace() bool
- func (o QueryLambda) MarshalJSON() ([]byte, error)
- func (o *QueryLambda) SetCollections(v []string)
- func (o *QueryLambda) SetLastUpdated(v string)
- func (o *QueryLambda) SetLastUpdatedBy(v string)
- func (o *QueryLambda) SetLatestVersion(v QueryLambdaVersion)
- func (o *QueryLambda) SetName(v string)
- func (o *QueryLambda) SetVersionCount(v int32)
- func (o *QueryLambda) SetWorkspace(v string)
- type QueryLambdaSql
- func (o *QueryLambdaSql) GetDefaultParameters() []QueryParameter
- func (o *QueryLambdaSql) GetDefaultParametersOk() ([]QueryParameter, bool)
- func (o *QueryLambdaSql) GetQuery() string
- func (o *QueryLambdaSql) GetQueryOk() (*string, bool)
- func (o *QueryLambdaSql) HasDefaultParameters() bool
- func (o QueryLambdaSql) MarshalJSON() ([]byte, error)
- func (o *QueryLambdaSql) SetDefaultParameters(v []QueryParameter)
- func (o *QueryLambdaSql) SetQuery(v string)
- type QueryLambdaStats
- func (o *QueryLambdaStats) GetLastExecuted() string
- func (o *QueryLambdaStats) GetLastExecutedBy() string
- func (o *QueryLambdaStats) GetLastExecutedByOk() (*string, bool)
- func (o *QueryLambdaStats) GetLastExecutedOk() (*string, bool)
- func (o *QueryLambdaStats) GetLastExecutionError() string
- func (o *QueryLambdaStats) GetLastExecutionErrorMessage() string
- func (o *QueryLambdaStats) GetLastExecutionErrorMessageOk() (*string, bool)
- func (o *QueryLambdaStats) GetLastExecutionErrorOk() (*string, bool)
- func (o *QueryLambdaStats) HasLastExecuted() bool
- func (o *QueryLambdaStats) HasLastExecutedBy() bool
- func (o *QueryLambdaStats) HasLastExecutionError() bool
- func (o *QueryLambdaStats) HasLastExecutionErrorMessage() bool
- func (o QueryLambdaStats) MarshalJSON() ([]byte, error)
- func (o *QueryLambdaStats) SetLastExecuted(v string)
- func (o *QueryLambdaStats) SetLastExecutedBy(v string)
- func (o *QueryLambdaStats) SetLastExecutionError(v string)
- func (o *QueryLambdaStats) SetLastExecutionErrorMessage(v string)
- type QueryLambdaTag
- func (o *QueryLambdaTag) GetTagName() string
- func (o *QueryLambdaTag) GetTagNameOk() (*string, bool)
- func (o *QueryLambdaTag) GetVersion() QueryLambdaVersion
- func (o *QueryLambdaTag) GetVersionOk() (*QueryLambdaVersion, bool)
- func (o *QueryLambdaTag) HasTagName() bool
- func (o *QueryLambdaTag) HasVersion() bool
- func (o QueryLambdaTag) MarshalJSON() ([]byte, error)
- func (o *QueryLambdaTag) SetTagName(v string)
- func (o *QueryLambdaTag) SetVersion(v QueryLambdaVersion)
- type QueryLambdaTagResponse
- type QueryLambdaVersion
- func (o *QueryLambdaVersion) GetCollections() []string
- func (o *QueryLambdaVersion) GetCollectionsOk() ([]string, bool)
- func (o *QueryLambdaVersion) GetCreatedAt() string
- func (o *QueryLambdaVersion) GetCreatedAtOk() (*string, bool)
- func (o *QueryLambdaVersion) GetCreatedBy() string
- func (o *QueryLambdaVersion) GetCreatedByOk() (*string, bool)
- func (o *QueryLambdaVersion) GetDescription() string
- func (o *QueryLambdaVersion) GetDescriptionOk() (*string, bool)
- func (o *QueryLambdaVersion) GetName() string
- func (o *QueryLambdaVersion) GetNameOk() (*string, bool)
- func (o *QueryLambdaVersion) GetSql() QueryLambdaSql
- func (o *QueryLambdaVersion) GetSqlOk() (*QueryLambdaSql, bool)
- func (o *QueryLambdaVersion) GetState() string
- func (o *QueryLambdaVersion) GetStateOk() (*string, bool)
- func (o *QueryLambdaVersion) GetStats() QueryLambdaStats
- func (o *QueryLambdaVersion) GetStatsOk() (*QueryLambdaStats, bool)
- func (o *QueryLambdaVersion) GetVersion() string
- func (o *QueryLambdaVersion) GetVersionOk() (*string, bool)
- func (o *QueryLambdaVersion) GetWorkspace() string
- func (o *QueryLambdaVersion) GetWorkspaceOk() (*string, bool)
- func (o *QueryLambdaVersion) HasCollections() bool
- func (o *QueryLambdaVersion) HasCreatedAt() bool
- func (o *QueryLambdaVersion) HasCreatedBy() bool
- func (o *QueryLambdaVersion) HasDescription() bool
- func (o *QueryLambdaVersion) HasName() bool
- func (o *QueryLambdaVersion) HasSql() bool
- func (o *QueryLambdaVersion) HasState() bool
- func (o *QueryLambdaVersion) HasStats() bool
- func (o *QueryLambdaVersion) HasVersion() bool
- func (o *QueryLambdaVersion) HasWorkspace() bool
- func (o QueryLambdaVersion) MarshalJSON() ([]byte, error)
- func (o *QueryLambdaVersion) SetCollections(v []string)
- func (o *QueryLambdaVersion) SetCreatedAt(v string)
- func (o *QueryLambdaVersion) SetCreatedBy(v string)
- func (o *QueryLambdaVersion) SetDescription(v string)
- func (o *QueryLambdaVersion) SetName(v string)
- func (o *QueryLambdaVersion) SetSql(v QueryLambdaSql)
- func (o *QueryLambdaVersion) SetState(v string)
- func (o *QueryLambdaVersion) SetStats(v QueryLambdaStats)
- func (o *QueryLambdaVersion) SetVersion(v string)
- func (o *QueryLambdaVersion) SetWorkspace(v string)
- type QueryLambdaVersionResponse
- func (o *QueryLambdaVersionResponse) GetData() QueryLambdaVersion
- func (o *QueryLambdaVersionResponse) GetDataOk() (*QueryLambdaVersion, bool)
- func (o *QueryLambdaVersionResponse) HasData() bool
- func (o QueryLambdaVersionResponse) MarshalJSON() ([]byte, error)
- func (o *QueryLambdaVersionResponse) SetData(v QueryLambdaVersion)
- type QueryLambdasApi
- type QueryLambdasApiService
- func (a *QueryLambdasApiService) CreateQueryLambda(ctx context.Context, workspace string) ApiCreateQueryLambdaRequest
- func (a *QueryLambdasApiService) CreateQueryLambdaExecute(r ApiCreateQueryLambdaRequest) (*QueryLambdaVersionResponse, *http.Response, error)
- func (a *QueryLambdasApiService) CreateQueryLambdaTag(ctx context.Context, workspace string, queryLambda string) ApiCreateQueryLambdaTagRequest
- func (a *QueryLambdasApiService) CreateQueryLambdaTagExecute(r ApiCreateQueryLambdaTagRequest) (*QueryLambdaTagResponse, *http.Response, error)
- func (a *QueryLambdasApiService) DeleteQueryLambda(ctx context.Context, workspace string, queryLambda string) ApiDeleteQueryLambdaRequest
- func (a *QueryLambdasApiService) DeleteQueryLambdaExecute(r ApiDeleteQueryLambdaRequest) (*DeleteQueryLambdaResponse, *http.Response, error)
- func (a *QueryLambdasApiService) DeleteQueryLambdaTag(ctx context.Context, workspace string, queryLambda string, tag string) ApiDeleteQueryLambdaTagRequest
- func (a *QueryLambdasApiService) DeleteQueryLambdaTagExecute(r ApiDeleteQueryLambdaTagRequest) (*QueryLambdaTagResponse, *http.Response, error)
- func (a *QueryLambdasApiService) DeleteQueryLambdaVersion(ctx context.Context, workspace string, queryLambda string, version string) ApiDeleteQueryLambdaVersionRequest
- func (a *QueryLambdasApiService) DeleteQueryLambdaVersionExecute(r ApiDeleteQueryLambdaVersionRequest) (*QueryLambdaVersionResponse, *http.Response, error)
- func (a *QueryLambdasApiService) ExecuteQueryLambda(ctx context.Context, workspace string, queryLambda string, version string) ApiExecuteQueryLambdaRequest
- func (a *QueryLambdasApiService) ExecuteQueryLambdaByTag(ctx context.Context, workspace string, queryLambda string, tag string) ApiExecuteQueryLambdaByTagRequest
- func (a *QueryLambdasApiService) ExecuteQueryLambdaByTagExecute(r ApiExecuteQueryLambdaByTagRequest) (*QueryResponse, *http.Response, error)
- func (a *QueryLambdasApiService) ExecuteQueryLambdaExecute(r ApiExecuteQueryLambdaRequest) (*QueryResponse, *http.Response, error)
- func (a *QueryLambdasApiService) GetQueryLambdaTagVersion(ctx context.Context, workspace string, queryLambda string, tag string) ApiGetQueryLambdaTagVersionRequest
- func (a *QueryLambdasApiService) GetQueryLambdaTagVersionExecute(r ApiGetQueryLambdaTagVersionRequest) (*QueryLambdaTagResponse, *http.Response, error)
- func (a *QueryLambdasApiService) GetQueryLambdaVersion(ctx context.Context, workspace string, queryLambda string, version string) ApiGetQueryLambdaVersionRequest
- func (a *QueryLambdasApiService) GetQueryLambdaVersionExecute(r ApiGetQueryLambdaVersionRequest) (*QueryLambdaVersionResponse, *http.Response, error)
- func (a *QueryLambdasApiService) ListAllQueryLambdas(ctx context.Context) ApiListAllQueryLambdasRequest
- func (a *QueryLambdasApiService) ListAllQueryLambdasExecute(r ApiListAllQueryLambdasRequest) (*ListQueryLambdasResponse, *http.Response, error)
- func (a *QueryLambdasApiService) ListQueryLambdaTags(ctx context.Context, workspace string, queryLambda string) ApiListQueryLambdaTagsRequest
- func (a *QueryLambdasApiService) ListQueryLambdaTagsExecute(r ApiListQueryLambdaTagsRequest) (*ListQueryLambdaTagsResponse, *http.Response, error)
- func (a *QueryLambdasApiService) ListQueryLambdaVersions(ctx context.Context, workspace string, queryLambda string) ApiListQueryLambdaVersionsRequest
- func (a *QueryLambdasApiService) ListQueryLambdaVersionsExecute(r ApiListQueryLambdaVersionsRequest) (*ListQueryLambdaVersionsResponse, *http.Response, error)
- func (a *QueryLambdasApiService) ListQueryLambdasInWorkspace(ctx context.Context, workspace string) ApiListQueryLambdasInWorkspaceRequest
- func (a *QueryLambdasApiService) ListQueryLambdasInWorkspaceExecute(r ApiListQueryLambdasInWorkspaceRequest) (*ListQueryLambdasResponse, *http.Response, error)
- func (a *QueryLambdasApiService) UpdateQueryLambda(ctx context.Context, workspace string, queryLambda string) ApiUpdateQueryLambdaRequest
- func (a *QueryLambdasApiService) UpdateQueryLambdaExecute(r ApiUpdateQueryLambdaRequest) (*QueryLambdaVersionResponse, *http.Response, error)
- type QueryParameter
- func (o *QueryParameter) GetName() string
- func (o *QueryParameter) GetNameOk() (*string, bool)
- func (o *QueryParameter) GetType() string
- func (o *QueryParameter) GetTypeOk() (*string, bool)
- func (o *QueryParameter) GetValue() string
- func (o *QueryParameter) GetValueOk() (*string, bool)
- func (o QueryParameter) MarshalJSON() ([]byte, error)
- func (o *QueryParameter) SetName(v string)
- func (o *QueryParameter) SetType(v string)
- func (o *QueryParameter) SetValue(v string)
- type QueryRequest
- type QueryRequestSql
- func (o *QueryRequestSql) GetDefaultRowLimit() int32
- func (o *QueryRequestSql) GetDefaultRowLimitOk() (*int32, bool)
- func (o *QueryRequestSql) GetGenerateWarnings() bool
- func (o *QueryRequestSql) GetGenerateWarningsOk() (*bool, bool)
- func (o *QueryRequestSql) GetInitialPaginateResponseDocCount() int32
- func (o *QueryRequestSql) GetInitialPaginateResponseDocCountOk() (*int32, bool)
- func (o *QueryRequestSql) GetPaginate() bool
- func (o *QueryRequestSql) GetPaginateOk() (*bool, bool)
- func (o *QueryRequestSql) GetParameters() []QueryParameter
- func (o *QueryRequestSql) GetParametersOk() ([]QueryParameter, bool)
- func (o *QueryRequestSql) GetQuery() string
- func (o *QueryRequestSql) GetQueryOk() (*string, bool)
- func (o *QueryRequestSql) HasDefaultRowLimit() bool
- func (o *QueryRequestSql) HasGenerateWarnings() bool
- func (o *QueryRequestSql) HasInitialPaginateResponseDocCount() bool
- func (o *QueryRequestSql) HasPaginate() bool
- func (o *QueryRequestSql) HasParameters() bool
- func (o QueryRequestSql) MarshalJSON() ([]byte, error)
- func (o *QueryRequestSql) SetDefaultRowLimit(v int32)
- func (o *QueryRequestSql) SetGenerateWarnings(v bool)
- func (o *QueryRequestSql) SetInitialPaginateResponseDocCount(v int32)
- func (o *QueryRequestSql) SetPaginate(v bool)
- func (o *QueryRequestSql) SetParameters(v []QueryParameter)
- func (o *QueryRequestSql) SetQuery(v string)
- type QueryResponse
- func (o *QueryResponse) GetCollections() []string
- func (o *QueryResponse) GetCollectionsOk() ([]string, bool)
- func (o *QueryResponse) GetColumnFields() []QueryFieldType
- func (o *QueryResponse) GetColumnFieldsOk() ([]QueryFieldType, bool)
- func (o *QueryResponse) GetLastOffset() string
- func (o *QueryResponse) GetLastOffsetOk() (*string, bool)
- func (o *QueryResponse) GetPagination() PaginationInfo
- func (o *QueryResponse) GetPaginationOk() (*PaginationInfo, bool)
- func (o *QueryResponse) GetQueryErrors() []QueryError
- func (o *QueryResponse) GetQueryErrorsOk() ([]QueryError, bool)
- func (o *QueryResponse) GetQueryId() string
- func (o *QueryResponse) GetQueryIdOk() (*string, bool)
- func (o *QueryResponse) GetQueryLambdaPath() string
- func (o *QueryResponse) GetQueryLambdaPathOk() (*string, bool)
- func (o *QueryResponse) GetResults() []map[string]interface{}
- func (o *QueryResponse) GetResultsOk() ([]map[string]interface{}, bool)
- func (o *QueryResponse) GetResultsTotalDocCount() int64
- func (o *QueryResponse) GetResultsTotalDocCountOk() (*int64, bool)
- func (o *QueryResponse) GetStats() QueryResponseStats
- func (o *QueryResponse) GetStatsOk() (*QueryResponseStats, bool)
- func (o *QueryResponse) GetWarnings() []string
- func (o *QueryResponse) GetWarningsOk() ([]string, bool)
- func (o *QueryResponse) HasCollections() bool
- func (o *QueryResponse) HasColumnFields() bool
- func (o *QueryResponse) HasLastOffset() bool
- func (o *QueryResponse) HasPagination() bool
- func (o *QueryResponse) HasQueryErrors() bool
- func (o *QueryResponse) HasQueryId() bool
- func (o *QueryResponse) HasQueryLambdaPath() bool
- func (o *QueryResponse) HasResults() bool
- func (o *QueryResponse) HasResultsTotalDocCount() bool
- func (o *QueryResponse) HasStats() bool
- func (o *QueryResponse) HasWarnings() bool
- func (o QueryResponse) MarshalJSON() ([]byte, error)
- func (o *QueryResponse) SetCollections(v []string)
- func (o *QueryResponse) SetColumnFields(v []QueryFieldType)
- func (o *QueryResponse) SetLastOffset(v string)
- func (o *QueryResponse) SetPagination(v PaginationInfo)
- func (o *QueryResponse) SetQueryErrors(v []QueryError)
- func (o *QueryResponse) SetQueryId(v string)
- func (o *QueryResponse) SetQueryLambdaPath(v string)
- func (o *QueryResponse) SetResults(v []map[string]interface{})
- func (o *QueryResponse) SetResultsTotalDocCount(v int64)
- func (o *QueryResponse) SetStats(v QueryResponseStats)
- func (o *QueryResponse) SetWarnings(v []string)
- type QueryResponseStats
- func (o *QueryResponseStats) GetElapsedTimeMs() int64
- func (o *QueryResponseStats) GetElapsedTimeMsOk() (*int64, bool)
- func (o *QueryResponseStats) GetThrottledTimeMicros() int64
- func (o *QueryResponseStats) GetThrottledTimeMicrosOk() (*int64, bool)
- func (o *QueryResponseStats) HasElapsedTimeMs() bool
- func (o *QueryResponseStats) HasThrottledTimeMicros() bool
- func (o QueryResponseStats) MarshalJSON() ([]byte, error)
- func (o *QueryResponseStats) SetElapsedTimeMs(v int64)
- func (o *QueryResponseStats) SetThrottledTimeMicros(v int64)
- type Role
- func (o *Role) GetCreatedAt() string
- func (o *Role) GetCreatedAtOk() (*string, bool)
- func (o *Role) GetCreatedBy() string
- func (o *Role) GetCreatedByOk() (*string, bool)
- func (o *Role) GetDescription() string
- func (o *Role) GetDescriptionOk() (*string, bool)
- func (o *Role) GetOwnerEmail() string
- func (o *Role) GetOwnerEmailOk() (*string, bool)
- func (o *Role) GetPrivileges() []Privilege
- func (o *Role) GetPrivilegesOk() ([]Privilege, bool)
- func (o *Role) GetRoleName() string
- func (o *Role) GetRoleNameOk() (*string, bool)
- func (o *Role) HasCreatedAt() bool
- func (o *Role) HasCreatedBy() bool
- func (o *Role) HasDescription() bool
- func (o *Role) HasOwnerEmail() bool
- func (o *Role) HasPrivileges() bool
- func (o *Role) HasRoleName() bool
- func (o Role) MarshalJSON() ([]byte, error)
- func (o *Role) SetCreatedAt(v string)
- func (o *Role) SetCreatedBy(v string)
- func (o *Role) SetDescription(v string)
- func (o *Role) SetOwnerEmail(v string)
- func (o *Role) SetPrivileges(v []Privilege)
- func (o *Role) SetRoleName(v string)
- type RoleResponse
- type S3Integration
- func (o *S3Integration) GetAwsAccessKey() AwsAccessKey
- func (o *S3Integration) GetAwsAccessKeyOk() (*AwsAccessKey, bool)
- func (o *S3Integration) GetAwsRole() AwsRole
- func (o *S3Integration) GetAwsRoleOk() (*AwsRole, bool)
- func (o *S3Integration) HasAwsAccessKey() bool
- func (o *S3Integration) HasAwsRole() bool
- func (o S3Integration) MarshalJSON() ([]byte, error)
- func (o *S3Integration) SetAwsAccessKey(v AwsAccessKey)
- func (o *S3Integration) SetAwsRole(v AwsRole)
- type SegmentIntegration
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Source
- func (o *Source) GetAzureBlobStorage() SourceAzureBlobStorage
- func (o *Source) GetAzureBlobStorageOk() (*SourceAzureBlobStorage, bool)
- func (o *Source) GetAzureEventHubs() SourceAzureEventHubs
- func (o *Source) GetAzureEventHubsOk() (*SourceAzureEventHubs, bool)
- func (o *Source) GetAzureServiceBus() SourceAzureServiceBus
- func (o *Source) GetAzureServiceBusOk() (*SourceAzureServiceBus, bool)
- func (o *Source) GetDynamodb() SourceDynamoDb
- func (o *Source) GetDynamodbOk() (*SourceDynamoDb, bool)
- func (o *Source) GetFileUpload() SourceFileUpload
- func (o *Source) GetFileUploadOk() (*SourceFileUpload, bool)
- func (o *Source) GetFormatParams() FormatParams
- func (o *Source) GetFormatParamsOk() (*FormatParams, bool)
- func (o *Source) GetGcs() SourceGcs
- func (o *Source) GetGcsOk() (*SourceGcs, bool)
- func (o *Source) GetIntegrationName() string
- func (o *Source) GetIntegrationNameOk() (*string, bool)
- func (o *Source) GetKafka() SourceKafka
- func (o *Source) GetKafkaOk() (*SourceKafka, bool)
- func (o *Source) GetKinesis() SourceKinesis
- func (o *Source) GetKinesisOk() (*SourceKinesis, bool)
- func (o *Source) GetMongodb() SourceMongoDb
- func (o *Source) GetMongodbOk() (*SourceMongoDb, bool)
- func (o *Source) GetS3() SourceS3
- func (o *Source) GetS3Ok() (*SourceS3, bool)
- func (o *Source) GetStatus() Status
- func (o *Source) GetStatusOk() (*Status, bool)
- func (o *Source) HasAzureBlobStorage() bool
- func (o *Source) HasAzureEventHubs() bool
- func (o *Source) HasAzureServiceBus() bool
- func (o *Source) HasDynamodb() bool
- func (o *Source) HasFileUpload() bool
- func (o *Source) HasFormatParams() bool
- func (o *Source) HasGcs() bool
- func (o *Source) HasKafka() bool
- func (o *Source) HasKinesis() bool
- func (o *Source) HasMongodb() bool
- func (o *Source) HasS3() bool
- func (o *Source) HasStatus() bool
- func (o Source) MarshalJSON() ([]byte, error)
- func (o *Source) SetAzureBlobStorage(v SourceAzureBlobStorage)
- func (o *Source) SetAzureEventHubs(v SourceAzureEventHubs)
- func (o *Source) SetAzureServiceBus(v SourceAzureServiceBus)
- func (o *Source) SetDynamodb(v SourceDynamoDb)
- func (o *Source) SetFileUpload(v SourceFileUpload)
- func (o *Source) SetFormatParams(v FormatParams)
- func (o *Source) SetGcs(v SourceGcs)
- func (o *Source) SetIntegrationName(v string)
- func (o *Source) SetKafka(v SourceKafka)
- func (o *Source) SetKinesis(v SourceKinesis)
- func (o *Source) SetMongodb(v SourceMongoDb)
- func (o *Source) SetS3(v SourceS3)
- func (o *Source) SetStatus(v Status)
- type SourceAzureBlobStorage
- func (o *SourceAzureBlobStorage) GetBlobBytesTotal() int64
- func (o *SourceAzureBlobStorage) GetBlobBytesTotalOk() (*int64, bool)
- func (o *SourceAzureBlobStorage) GetBlobCountDownloaded() int64
- func (o *SourceAzureBlobStorage) GetBlobCountDownloadedOk() (*int64, bool)
- func (o *SourceAzureBlobStorage) GetBlobCountTotal() int64
- func (o *SourceAzureBlobStorage) GetBlobCountTotalOk() (*int64, bool)
- func (o *SourceAzureBlobStorage) GetContainer() string
- func (o *SourceAzureBlobStorage) GetContainerOk() (*string, bool)
- func (o *SourceAzureBlobStorage) GetPattern() string
- func (o *SourceAzureBlobStorage) GetPatternOk() (*string, bool)
- func (o *SourceAzureBlobStorage) GetPrefix() string
- func (o *SourceAzureBlobStorage) GetPrefixOk() (*string, bool)
- func (o *SourceAzureBlobStorage) HasBlobBytesTotal() bool
- func (o *SourceAzureBlobStorage) HasBlobCountDownloaded() bool
- func (o *SourceAzureBlobStorage) HasBlobCountTotal() bool
- func (o *SourceAzureBlobStorage) HasContainer() bool
- func (o *SourceAzureBlobStorage) HasPattern() bool
- func (o *SourceAzureBlobStorage) HasPrefix() bool
- func (o SourceAzureBlobStorage) MarshalJSON() ([]byte, error)
- func (o *SourceAzureBlobStorage) SetBlobBytesTotal(v int64)
- func (o *SourceAzureBlobStorage) SetBlobCountDownloaded(v int64)
- func (o *SourceAzureBlobStorage) SetBlobCountTotal(v int64)
- func (o *SourceAzureBlobStorage) SetContainer(v string)
- func (o *SourceAzureBlobStorage) SetPattern(v string)
- func (o *SourceAzureBlobStorage) SetPrefix(v string)
- type SourceAzureEventHubs
- func (o *SourceAzureEventHubs) GetHubId() string
- func (o *SourceAzureEventHubs) GetHubIdOk() (*string, bool)
- func (o *SourceAzureEventHubs) GetOffsetResetPolicy() string
- func (o *SourceAzureEventHubs) GetOffsetResetPolicyOk() (*string, bool)
- func (o *SourceAzureEventHubs) GetStatus() StatusAzureEventHubs
- func (o *SourceAzureEventHubs) GetStatusOk() (*StatusAzureEventHubs, bool)
- func (o *SourceAzureEventHubs) HasHubId() bool
- func (o *SourceAzureEventHubs) HasOffsetResetPolicy() bool
- func (o *SourceAzureEventHubs) HasStatus() bool
- func (o SourceAzureEventHubs) MarshalJSON() ([]byte, error)
- func (o *SourceAzureEventHubs) SetHubId(v string)
- func (o *SourceAzureEventHubs) SetOffsetResetPolicy(v string)
- func (o *SourceAzureEventHubs) SetStatus(v StatusAzureEventHubs)
- type SourceAzureServiceBus
- func (o *SourceAzureServiceBus) GetStatus() StatusAzureServiceBus
- func (o *SourceAzureServiceBus) GetStatusOk() (*StatusAzureServiceBus, bool)
- func (o *SourceAzureServiceBus) GetSubscription() string
- func (o *SourceAzureServiceBus) GetSubscriptionOk() (*string, bool)
- func (o *SourceAzureServiceBus) GetTopic() string
- func (o *SourceAzureServiceBus) GetTopicOk() (*string, bool)
- func (o *SourceAzureServiceBus) HasStatus() bool
- func (o *SourceAzureServiceBus) HasSubscription() bool
- func (o *SourceAzureServiceBus) HasTopic() bool
- func (o SourceAzureServiceBus) MarshalJSON() ([]byte, error)
- func (o *SourceAzureServiceBus) SetStatus(v StatusAzureServiceBus)
- func (o *SourceAzureServiceBus) SetSubscription(v string)
- func (o *SourceAzureServiceBus) SetTopic(v string)
- type SourceDynamoDb
- func (o *SourceDynamoDb) GetAwsRegion() string
- func (o *SourceDynamoDb) GetAwsRegionOk() (*string, bool)
- func (o *SourceDynamoDb) GetCurrentStatus() StatusDynamoDbV2
- func (o *SourceDynamoDb) GetCurrentStatusOk() (*StatusDynamoDbV2, bool)
- func (o *SourceDynamoDb) GetRcu() int64
- func (o *SourceDynamoDb) GetRcuOk() (*int64, bool)
- func (o *SourceDynamoDb) GetStatus() StatusDynamoDb
- func (o *SourceDynamoDb) GetStatusOk() (*StatusDynamoDb, bool)
- func (o *SourceDynamoDb) GetTableName() string
- func (o *SourceDynamoDb) GetTableNameOk() (*string, bool)
- func (o *SourceDynamoDb) GetUseScanApi() bool
- func (o *SourceDynamoDb) GetUseScanApiOk() (*bool, bool)
- func (o *SourceDynamoDb) HasAwsRegion() bool
- func (o *SourceDynamoDb) HasCurrentStatus() bool
- func (o *SourceDynamoDb) HasRcu() bool
- func (o *SourceDynamoDb) HasStatus() bool
- func (o *SourceDynamoDb) HasUseScanApi() bool
- func (o SourceDynamoDb) MarshalJSON() ([]byte, error)
- func (o *SourceDynamoDb) SetAwsRegion(v string)
- func (o *SourceDynamoDb) SetCurrentStatus(v StatusDynamoDbV2)
- func (o *SourceDynamoDb) SetRcu(v int64)
- func (o *SourceDynamoDb) SetStatus(v StatusDynamoDb)
- func (o *SourceDynamoDb) SetTableName(v string)
- func (o *SourceDynamoDb) SetUseScanApi(v bool)
- type SourceFileUpload
- func (o *SourceFileUpload) GetFileName() string
- func (o *SourceFileUpload) GetFileNameOk() (*string, bool)
- func (o *SourceFileUpload) GetFileSize() int64
- func (o *SourceFileUpload) GetFileSizeOk() (*int64, bool)
- func (o *SourceFileUpload) GetFileUploadTime() string
- func (o *SourceFileUpload) GetFileUploadTimeOk() (*string, bool)
- func (o SourceFileUpload) MarshalJSON() ([]byte, error)
- func (o *SourceFileUpload) SetFileName(v string)
- func (o *SourceFileUpload) SetFileSize(v int64)
- func (o *SourceFileUpload) SetFileUploadTime(v string)
- type SourceGcs
- func (o *SourceGcs) GetBucket() string
- func (o *SourceGcs) GetBucketOk() (*string, bool)
- func (o *SourceGcs) GetObjectBytesTotal() int64
- func (o *SourceGcs) GetObjectBytesTotalOk() (*int64, bool)
- func (o *SourceGcs) GetObjectCountDownloaded() int64
- func (o *SourceGcs) GetObjectCountDownloadedOk() (*int64, bool)
- func (o *SourceGcs) GetObjectCountTotal() int64
- func (o *SourceGcs) GetObjectCountTotalOk() (*int64, bool)
- func (o *SourceGcs) GetPattern() string
- func (o *SourceGcs) GetPatternOk() (*string, bool)
- func (o *SourceGcs) GetPrefix() string
- func (o *SourceGcs) GetPrefixOk() (*string, bool)
- func (o *SourceGcs) HasBucket() bool
- func (o *SourceGcs) HasObjectBytesTotal() bool
- func (o *SourceGcs) HasObjectCountDownloaded() bool
- func (o *SourceGcs) HasObjectCountTotal() bool
- func (o *SourceGcs) HasPattern() bool
- func (o *SourceGcs) HasPrefix() bool
- func (o SourceGcs) MarshalJSON() ([]byte, error)
- func (o *SourceGcs) SetBucket(v string)
- func (o *SourceGcs) SetObjectBytesTotal(v int64)
- func (o *SourceGcs) SetObjectCountDownloaded(v int64)
- func (o *SourceGcs) SetObjectCountTotal(v int64)
- func (o *SourceGcs) SetPattern(v string)
- func (o *SourceGcs) SetPrefix(v string)
- type SourceKafka
- func (o *SourceKafka) GetKafkaTopicName() string
- func (o *SourceKafka) GetKafkaTopicNameOk() (*string, bool)
- func (o *SourceKafka) GetOffsetResetPolicy() string
- func (o *SourceKafka) GetOffsetResetPolicyOk() (*string, bool)
- func (o *SourceKafka) GetStatus() StatusKafka
- func (o *SourceKafka) GetStatusOk() (*StatusKafka, bool)
- func (o *SourceKafka) GetUseV3() bool
- func (o *SourceKafka) GetUseV3Ok() (*bool, bool)
- func (o *SourceKafka) HasOffsetResetPolicy() bool
- func (o *SourceKafka) HasStatus() bool
- func (o *SourceKafka) HasUseV3() bool
- func (o SourceKafka) MarshalJSON() ([]byte, error)
- func (o *SourceKafka) SetKafkaTopicName(v string)
- func (o *SourceKafka) SetOffsetResetPolicy(v string)
- func (o *SourceKafka) SetStatus(v StatusKafka)
- func (o *SourceKafka) SetUseV3(v bool)
- type SourceKinesis
- func (o *SourceKinesis) GetAwsRegion() string
- func (o *SourceKinesis) GetAwsRegionOk() (*string, bool)
- func (o *SourceKinesis) GetDmsPrimaryKey() []string
- func (o *SourceKinesis) GetDmsPrimaryKeyOk() ([]string, bool)
- func (o *SourceKinesis) GetOffsetResetPolicy() string
- func (o *SourceKinesis) GetOffsetResetPolicyOk() (*string, bool)
- func (o *SourceKinesis) GetStreamName() string
- func (o *SourceKinesis) GetStreamNameOk() (*string, bool)
- func (o *SourceKinesis) HasAwsRegion() bool
- func (o *SourceKinesis) HasDmsPrimaryKey() bool
- func (o *SourceKinesis) HasOffsetResetPolicy() bool
- func (o SourceKinesis) MarshalJSON() ([]byte, error)
- func (o *SourceKinesis) SetAwsRegion(v string)
- func (o *SourceKinesis) SetDmsPrimaryKey(v []string)
- func (o *SourceKinesis) SetOffsetResetPolicy(v string)
- func (o *SourceKinesis) SetStreamName(v string)
- type SourceMongoDb
- func (o *SourceMongoDb) GetCollectionName() string
- func (o *SourceMongoDb) GetCollectionNameOk() (*string, bool)
- func (o *SourceMongoDb) GetDatabaseName() string
- func (o *SourceMongoDb) GetDatabaseNameOk() (*string, bool)
- func (o *SourceMongoDb) GetStatus() StatusMongoDb
- func (o *SourceMongoDb) GetStatusOk() (*StatusMongoDb, bool)
- func (o *SourceMongoDb) HasStatus() bool
- func (o SourceMongoDb) MarshalJSON() ([]byte, error)
- func (o *SourceMongoDb) SetCollectionName(v string)
- func (o *SourceMongoDb) SetDatabaseName(v string)
- func (o *SourceMongoDb) SetStatus(v StatusMongoDb)
- type SourceS3
- func (o *SourceS3) GetBucket() string
- func (o *SourceS3) GetBucketOk() (*string, bool)
- func (o *SourceS3) GetObjectBytesTotal() int64
- func (o *SourceS3) GetObjectBytesTotalOk() (*int64, bool)
- func (o *SourceS3) GetObjectCountDownloaded() int64
- func (o *SourceS3) GetObjectCountDownloadedOk() (*int64, bool)
- func (o *SourceS3) GetObjectCountTotal() int64
- func (o *SourceS3) GetObjectCountTotalOk() (*int64, bool)
- func (o *SourceS3) GetPattern() string
- func (o *SourceS3) GetPatternOk() (*string, bool)
- func (o *SourceS3) GetPrefix() string
- func (o *SourceS3) GetPrefixOk() (*string, bool)
- func (o *SourceS3) GetPrefixes() []string
- func (o *SourceS3) GetPrefixesOk() ([]string, bool)
- func (o *SourceS3) GetRegion() string
- func (o *SourceS3) GetRegionOk() (*string, bool)
- func (o *SourceS3) HasObjectBytesTotal() bool
- func (o *SourceS3) HasObjectCountDownloaded() bool
- func (o *SourceS3) HasObjectCountTotal() bool
- func (o *SourceS3) HasPattern() bool
- func (o *SourceS3) HasPrefix() bool
- func (o *SourceS3) HasRegion() bool
- func (o SourceS3) MarshalJSON() ([]byte, error)
- func (o *SourceS3) SetBucket(v string)
- func (o *SourceS3) SetObjectBytesTotal(v int64)
- func (o *SourceS3) SetObjectCountDownloaded(v int64)
- func (o *SourceS3) SetObjectCountTotal(v int64)
- func (o *SourceS3) SetPattern(v string)
- func (o *SourceS3) SetPrefix(v string)
- func (o *SourceS3) SetPrefixes(v []string)
- func (o *SourceS3) SetRegion(v string)
- type SqlExpression
- type Status
- func (o *Status) GetLastProcessedAt() string
- func (o *Status) GetLastProcessedAtOk() (*string, bool)
- func (o *Status) GetLastProcessedItem() string
- func (o *Status) GetLastProcessedItemOk() (*string, bool)
- func (o *Status) GetMessage() string
- func (o *Status) GetMessageOk() (*string, bool)
- func (o *Status) GetState() string
- func (o *Status) GetStateOk() (*string, bool)
- func (o *Status) GetTotalProcessedItems() int64
- func (o *Status) GetTotalProcessedItemsOk() (*int64, bool)
- func (o *Status) HasLastProcessedAt() bool
- func (o *Status) HasLastProcessedItem() bool
- func (o *Status) HasMessage() bool
- func (o *Status) HasState() bool
- func (o *Status) HasTotalProcessedItems() bool
- func (o Status) MarshalJSON() ([]byte, error)
- func (o *Status) SetLastProcessedAt(v string)
- func (o *Status) SetLastProcessedItem(v string)
- func (o *Status) SetMessage(v string)
- func (o *Status) SetState(v string)
- func (o *Status) SetTotalProcessedItems(v int64)
- type StatusAzureEventHubs
- func (o *StatusAzureEventHubs) GetLastConsumedTime() string
- func (o *StatusAzureEventHubs) GetLastConsumedTimeOk() (*string, bool)
- func (o *StatusAzureEventHubs) GetNumDocumentsProcessed() int64
- func (o *StatusAzureEventHubs) GetNumDocumentsProcessedOk() (*int64, bool)
- func (o *StatusAzureEventHubs) GetPartitions() []StatusAzureEventHubsPartition
- func (o *StatusAzureEventHubs) GetPartitionsOk() ([]StatusAzureEventHubsPartition, bool)
- func (o *StatusAzureEventHubs) GetState() string
- func (o *StatusAzureEventHubs) GetStateOk() (*string, bool)
- func (o *StatusAzureEventHubs) HasLastConsumedTime() bool
- func (o *StatusAzureEventHubs) HasNumDocumentsProcessed() bool
- func (o *StatusAzureEventHubs) HasPartitions() bool
- func (o *StatusAzureEventHubs) HasState() bool
- func (o StatusAzureEventHubs) MarshalJSON() ([]byte, error)
- func (o *StatusAzureEventHubs) SetLastConsumedTime(v string)
- func (o *StatusAzureEventHubs) SetNumDocumentsProcessed(v int64)
- func (o *StatusAzureEventHubs) SetPartitions(v []StatusAzureEventHubsPartition)
- func (o *StatusAzureEventHubs) SetState(v string)
- type StatusAzureEventHubsPartition
- func (o *StatusAzureEventHubsPartition) GetOffsetLag() int64
- func (o *StatusAzureEventHubsPartition) GetOffsetLagOk() (*int64, bool)
- func (o *StatusAzureEventHubsPartition) GetPartitionNumber() int32
- func (o *StatusAzureEventHubsPartition) GetPartitionNumberOk() (*int32, bool)
- func (o *StatusAzureEventHubsPartition) GetPartitionOffset() int64
- func (o *StatusAzureEventHubsPartition) GetPartitionOffsetOk() (*int64, bool)
- func (o *StatusAzureEventHubsPartition) HasOffsetLag() bool
- func (o *StatusAzureEventHubsPartition) HasPartitionNumber() bool
- func (o *StatusAzureEventHubsPartition) HasPartitionOffset() bool
- func (o StatusAzureEventHubsPartition) MarshalJSON() ([]byte, error)
- func (o *StatusAzureEventHubsPartition) SetOffsetLag(v int64)
- func (o *StatusAzureEventHubsPartition) SetPartitionNumber(v int32)
- func (o *StatusAzureEventHubsPartition) SetPartitionOffset(v int64)
- type StatusAzureServiceBus
- func (o *StatusAzureServiceBus) GetFirstProcessedAt() time.Time
- func (o *StatusAzureServiceBus) GetFirstProcessedAtOk() (*time.Time, bool)
- func (o *StatusAzureServiceBus) GetRecordsProcessed() int64
- func (o *StatusAzureServiceBus) GetRecordsProcessedOk() (*int64, bool)
- func (o *StatusAzureServiceBus) GetSessions() map[string]StatusAzureServiceBusSession
- func (o *StatusAzureServiceBus) GetSessionsOk() (*map[string]StatusAzureServiceBusSession, bool)
- func (o *StatusAzureServiceBus) HasFirstProcessedAt() bool
- func (o *StatusAzureServiceBus) HasRecordsProcessed() bool
- func (o *StatusAzureServiceBus) HasSessions() bool
- func (o StatusAzureServiceBus) MarshalJSON() ([]byte, error)
- func (o *StatusAzureServiceBus) SetFirstProcessedAt(v time.Time)
- func (o *StatusAzureServiceBus) SetRecordsProcessed(v int64)
- func (o *StatusAzureServiceBus) SetSessions(v map[string]StatusAzureServiceBusSession)
- type StatusAzureServiceBusSession
- func (o *StatusAzureServiceBusSession) GetLastProcessed() time.Time
- func (o *StatusAzureServiceBusSession) GetLastProcessedOk() (*time.Time, bool)
- func (o *StatusAzureServiceBusSession) GetSequenceNumber() int64
- func (o *StatusAzureServiceBusSession) GetSequenceNumberOk() (*int64, bool)
- func (o *StatusAzureServiceBusSession) HasLastProcessed() bool
- func (o *StatusAzureServiceBusSession) HasSequenceNumber() bool
- func (o StatusAzureServiceBusSession) MarshalJSON() ([]byte, error)
- func (o *StatusAzureServiceBusSession) SetLastProcessed(v time.Time)
- func (o *StatusAzureServiceBusSession) SetSequenceNumber(v int64)
- type StatusDynamoDb
- func (o *StatusDynamoDb) GetScanEndTime() string
- func (o *StatusDynamoDb) GetScanEndTimeOk() (*string, bool)
- func (o *StatusDynamoDb) GetScanRecordsProcessed() int64
- func (o *StatusDynamoDb) GetScanRecordsProcessedOk() (*int64, bool)
- func (o *StatusDynamoDb) GetScanStartTime() string
- func (o *StatusDynamoDb) GetScanStartTimeOk() (*string, bool)
- func (o *StatusDynamoDb) GetScanTotalRecords() int64
- func (o *StatusDynamoDb) GetScanTotalRecordsOk() (*int64, bool)
- func (o *StatusDynamoDb) GetState() string
- func (o *StatusDynamoDb) GetStateOk() (*string, bool)
- func (o *StatusDynamoDb) GetStreamLastProcessedAt() string
- func (o *StatusDynamoDb) GetStreamLastProcessedAtOk() (*string, bool)
- func (o *StatusDynamoDb) HasScanEndTime() bool
- func (o *StatusDynamoDb) HasScanRecordsProcessed() bool
- func (o *StatusDynamoDb) HasScanStartTime() bool
- func (o *StatusDynamoDb) HasScanTotalRecords() bool
- func (o *StatusDynamoDb) HasState() bool
- func (o *StatusDynamoDb) HasStreamLastProcessedAt() bool
- func (o StatusDynamoDb) MarshalJSON() ([]byte, error)
- func (o *StatusDynamoDb) SetScanEndTime(v string)
- func (o *StatusDynamoDb) SetScanRecordsProcessed(v int64)
- func (o *StatusDynamoDb) SetScanStartTime(v string)
- func (o *StatusDynamoDb) SetScanTotalRecords(v int64)
- func (o *StatusDynamoDb) SetState(v string)
- func (o *StatusDynamoDb) SetStreamLastProcessedAt(v string)
- type StatusDynamoDbV2
- func (o *StatusDynamoDbV2) GetInitialDumpCompletionPercentage() float64
- func (o *StatusDynamoDbV2) GetInitialDumpCompletionPercentageOk() (*float64, bool)
- func (o *StatusDynamoDbV2) GetState() string
- func (o *StatusDynamoDbV2) GetStateOk() (*string, bool)
- func (o *StatusDynamoDbV2) GetStreamLastProcessedAt() string
- func (o *StatusDynamoDbV2) GetStreamLastProcessedAtOk() (*string, bool)
- func (o *StatusDynamoDbV2) HasInitialDumpCompletionPercentage() bool
- func (o *StatusDynamoDbV2) HasState() bool
- func (o *StatusDynamoDbV2) HasStreamLastProcessedAt() bool
- func (o StatusDynamoDbV2) MarshalJSON() ([]byte, error)
- func (o *StatusDynamoDbV2) SetInitialDumpCompletionPercentage(v float64)
- func (o *StatusDynamoDbV2) SetState(v string)
- func (o *StatusDynamoDbV2) SetStreamLastProcessedAt(v string)
- type StatusKafka
- func (o *StatusKafka) GetKafkaPartitions() []StatusKafkaPartition
- func (o *StatusKafka) GetKafkaPartitionsOk() ([]StatusKafkaPartition, bool)
- func (o *StatusKafka) GetLastConsumedTime() string
- func (o *StatusKafka) GetLastConsumedTimeOk() (*string, bool)
- func (o *StatusKafka) GetNumDocumentsProcessed() int64
- func (o *StatusKafka) GetNumDocumentsProcessedOk() (*int64, bool)
- func (o *StatusKafka) GetState() string
- func (o *StatusKafka) GetStateOk() (*string, bool)
- func (o *StatusKafka) HasKafkaPartitions() bool
- func (o *StatusKafka) HasLastConsumedTime() bool
- func (o *StatusKafka) HasNumDocumentsProcessed() bool
- func (o *StatusKafka) HasState() bool
- func (o StatusKafka) MarshalJSON() ([]byte, error)
- func (o *StatusKafka) SetKafkaPartitions(v []StatusKafkaPartition)
- func (o *StatusKafka) SetLastConsumedTime(v string)
- func (o *StatusKafka) SetNumDocumentsProcessed(v int64)
- func (o *StatusKafka) SetState(v string)
- type StatusKafkaPartition
- func (o *StatusKafkaPartition) GetOffsetLag() int64
- func (o *StatusKafkaPartition) GetOffsetLagOk() (*int64, bool)
- func (o *StatusKafkaPartition) GetPartitionNumber() int32
- func (o *StatusKafkaPartition) GetPartitionNumberOk() (*int32, bool)
- func (o *StatusKafkaPartition) GetPartitionOffset() int64
- func (o *StatusKafkaPartition) GetPartitionOffsetOk() (*int64, bool)
- func (o *StatusKafkaPartition) HasOffsetLag() bool
- func (o *StatusKafkaPartition) HasPartitionNumber() bool
- func (o *StatusKafkaPartition) HasPartitionOffset() bool
- func (o StatusKafkaPartition) MarshalJSON() ([]byte, error)
- func (o *StatusKafkaPartition) SetOffsetLag(v int64)
- func (o *StatusKafkaPartition) SetPartitionNumber(v int32)
- func (o *StatusKafkaPartition) SetPartitionOffset(v int64)
- type StatusMongoDb
- func (o *StatusMongoDb) GetScanEndTime() string
- func (o *StatusMongoDb) GetScanEndTimeOk() (*string, bool)
- func (o *StatusMongoDb) GetScanRecordsProcessed() int64
- func (o *StatusMongoDb) GetScanRecordsProcessedOk() (*int64, bool)
- func (o *StatusMongoDb) GetScanStartTime() string
- func (o *StatusMongoDb) GetScanStartTimeOk() (*string, bool)
- func (o *StatusMongoDb) GetScanTotalRecords() int64
- func (o *StatusMongoDb) GetScanTotalRecordsOk() (*int64, bool)
- func (o *StatusMongoDb) GetState() string
- func (o *StatusMongoDb) GetStateOk() (*string, bool)
- func (o *StatusMongoDb) GetStreamLastDeleteProcessedAt() string
- func (o *StatusMongoDb) GetStreamLastDeleteProcessedAtOk() (*string, bool)
- func (o *StatusMongoDb) GetStreamLastInsertProcessedAt() string
- func (o *StatusMongoDb) GetStreamLastInsertProcessedAtOk() (*string, bool)
- func (o *StatusMongoDb) GetStreamLastUpdateProcessedAt() string
- func (o *StatusMongoDb) GetStreamLastUpdateProcessedAtOk() (*string, bool)
- func (o *StatusMongoDb) GetStreamRecordsDeleted() int64
- func (o *StatusMongoDb) GetStreamRecordsDeletedOk() (*int64, bool)
- func (o *StatusMongoDb) GetStreamRecordsInserted() int64
- func (o *StatusMongoDb) GetStreamRecordsInsertedOk() (*int64, bool)
- func (o *StatusMongoDb) GetStreamRecordsUpdated() int64
- func (o *StatusMongoDb) GetStreamRecordsUpdatedOk() (*int64, bool)
- func (o *StatusMongoDb) HasScanEndTime() bool
- func (o *StatusMongoDb) HasScanRecordsProcessed() bool
- func (o *StatusMongoDb) HasScanStartTime() bool
- func (o *StatusMongoDb) HasScanTotalRecords() bool
- func (o *StatusMongoDb) HasState() bool
- func (o *StatusMongoDb) HasStreamLastDeleteProcessedAt() bool
- func (o *StatusMongoDb) HasStreamLastInsertProcessedAt() bool
- func (o *StatusMongoDb) HasStreamLastUpdateProcessedAt() bool
- func (o *StatusMongoDb) HasStreamRecordsDeleted() bool
- func (o *StatusMongoDb) HasStreamRecordsInserted() bool
- func (o *StatusMongoDb) HasStreamRecordsUpdated() bool
- func (o StatusMongoDb) MarshalJSON() ([]byte, error)
- func (o *StatusMongoDb) SetScanEndTime(v string)
- func (o *StatusMongoDb) SetScanRecordsProcessed(v int64)
- func (o *StatusMongoDb) SetScanStartTime(v string)
- func (o *StatusMongoDb) SetScanTotalRecords(v int64)
- func (o *StatusMongoDb) SetState(v string)
- func (o *StatusMongoDb) SetStreamLastDeleteProcessedAt(v string)
- func (o *StatusMongoDb) SetStreamLastInsertProcessedAt(v string)
- func (o *StatusMongoDb) SetStreamLastUpdateProcessedAt(v string)
- func (o *StatusMongoDb) SetStreamRecordsDeleted(v int64)
- func (o *StatusMongoDb) SetStreamRecordsInserted(v int64)
- func (o *StatusMongoDb) SetStreamRecordsUpdated(v int64)
- type UnsubscribePreference
- type UpdateAliasRequest
- func (o *UpdateAliasRequest) GetCollections() []string
- func (o *UpdateAliasRequest) GetCollectionsOk() ([]string, bool)
- func (o *UpdateAliasRequest) GetDescription() string
- func (o *UpdateAliasRequest) GetDescriptionOk() (*string, bool)
- func (o *UpdateAliasRequest) HasDescription() bool
- func (o UpdateAliasRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateAliasRequest) SetCollections(v []string)
- func (o *UpdateAliasRequest) SetDescription(v string)
- type UpdateApiKeyRequest
- type UpdateApiKeyResponse
- type UpdateQueryLambdaRequest
- func (o *UpdateQueryLambdaRequest) GetDescription() string
- func (o *UpdateQueryLambdaRequest) GetDescriptionOk() (*string, bool)
- func (o *UpdateQueryLambdaRequest) GetSql() QueryLambdaSql
- func (o *UpdateQueryLambdaRequest) GetSqlOk() (*QueryLambdaSql, bool)
- func (o *UpdateQueryLambdaRequest) HasDescription() bool
- func (o *UpdateQueryLambdaRequest) HasSql() bool
- func (o UpdateQueryLambdaRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateQueryLambdaRequest) SetDescription(v string)
- func (o *UpdateQueryLambdaRequest) SetSql(v QueryLambdaSql)
- type UpdateRoleRequest
- func (o *UpdateRoleRequest) GetDescription() string
- func (o *UpdateRoleRequest) GetDescriptionOk() (*string, bool)
- func (o *UpdateRoleRequest) GetPrivileges() []Privilege
- func (o *UpdateRoleRequest) GetPrivilegesOk() ([]Privilege, bool)
- func (o *UpdateRoleRequest) HasDescription() bool
- func (o *UpdateRoleRequest) HasPrivileges() bool
- func (o UpdateRoleRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateRoleRequest) SetDescription(v string)
- func (o *UpdateRoleRequest) SetPrivileges(v []Privilege)
- type UpdateUnsubscribePreferencesRequest
- func (o *UpdateUnsubscribePreferencesRequest) GetData() []UnsubscribePreference
- func (o *UpdateUnsubscribePreferencesRequest) GetDataOk() ([]UnsubscribePreference, bool)
- func (o *UpdateUnsubscribePreferencesRequest) HasData() bool
- func (o UpdateUnsubscribePreferencesRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateUnsubscribePreferencesRequest) SetData(v []UnsubscribePreference)
- type UpdateUnsubscribePreferencesResponse
- func (o *UpdateUnsubscribePreferencesResponse) GetData() []UnsubscribePreference
- func (o *UpdateUnsubscribePreferencesResponse) GetDataOk() ([]UnsubscribePreference, bool)
- func (o *UpdateUnsubscribePreferencesResponse) HasData() bool
- func (o UpdateUnsubscribePreferencesResponse) MarshalJSON() ([]byte, error)
- func (o *UpdateUnsubscribePreferencesResponse) SetData(v []UnsubscribePreference)
- type UpdateViewRequest
- func (o *UpdateViewRequest) GetDescription() string
- func (o *UpdateViewRequest) GetDescriptionOk() (*string, bool)
- func (o *UpdateViewRequest) GetQuery() string
- func (o *UpdateViewRequest) GetQueryOk() (*string, bool)
- func (o *UpdateViewRequest) HasDescription() bool
- func (o UpdateViewRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateViewRequest) SetDescription(v string)
- func (o *UpdateViewRequest) SetQuery(v string)
- type UpdateViewResponse
- type UpdateVirtualInstanceRequest
- func (o *UpdateVirtualInstanceRequest) GetMonitoringEnabled() bool
- func (o *UpdateVirtualInstanceRequest) GetMonitoringEnabledOk() (*bool, bool)
- func (o *UpdateVirtualInstanceRequest) GetNewSize() string
- func (o *UpdateVirtualInstanceRequest) GetNewSizeOk() (*string, bool)
- func (o *UpdateVirtualInstanceRequest) GetNewType() string
- func (o *UpdateVirtualInstanceRequest) GetNewTypeOk() (*string, bool)
- func (o *UpdateVirtualInstanceRequest) HasMonitoringEnabled() bool
- func (o *UpdateVirtualInstanceRequest) HasNewSize() bool
- func (o *UpdateVirtualInstanceRequest) HasNewType() bool
- func (o UpdateVirtualInstanceRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateVirtualInstanceRequest) SetMonitoringEnabled(v bool)
- func (o *UpdateVirtualInstanceRequest) SetNewSize(v string)
- func (o *UpdateVirtualInstanceRequest) SetNewType(v string)
- type UpdateVirtualInstanceResponse
- func (o *UpdateVirtualInstanceResponse) GetData() VirtualInstance
- func (o *UpdateVirtualInstanceResponse) GetDataOk() (*VirtualInstance, bool)
- func (o *UpdateVirtualInstanceResponse) HasData() bool
- func (o UpdateVirtualInstanceResponse) MarshalJSON() ([]byte, error)
- func (o *UpdateVirtualInstanceResponse) SetData(v VirtualInstance)
- type User
- func (o *User) GetCreatedAt() string
- func (o *User) GetCreatedAtOk() (*string, bool)
- func (o *User) GetEmail() string
- func (o *User) GetEmailOk() (*string, bool)
- func (o *User) GetFirstName() string
- func (o *User) GetFirstNameOk() (*string, bool)
- func (o *User) GetLastName() string
- func (o *User) GetLastNameOk() (*string, bool)
- func (o *User) GetRoles() []string
- func (o *User) GetRolesOk() ([]string, bool)
- func (o *User) GetState() string
- func (o *User) GetStateOk() (*string, bool)
- func (o *User) HasCreatedAt() bool
- func (o *User) HasFirstName() bool
- func (o *User) HasLastName() bool
- func (o *User) HasRoles() bool
- func (o *User) HasState() bool
- func (o User) MarshalJSON() ([]byte, error)
- func (o *User) SetCreatedAt(v string)
- func (o *User) SetEmail(v string)
- func (o *User) SetFirstName(v string)
- func (o *User) SetLastName(v string)
- func (o *User) SetRoles(v []string)
- func (o *User) SetState(v string)
- type UsersApi
- type UsersApiService
- func (a *UsersApiService) CreateUser(ctx context.Context) ApiCreateUserRequest
- func (a *UsersApiService) CreateUserExecute(r ApiCreateUserRequest) (*CreateUserResponse, *http.Response, error)
- func (a *UsersApiService) DeleteUser(ctx context.Context, user string) ApiDeleteUserRequest
- func (a *UsersApiService) DeleteUserExecute(r ApiDeleteUserRequest) (*DeleteUserResponse, *http.Response, error)
- func (a *UsersApiService) GetCurrentUser(ctx context.Context) ApiGetCurrentUserRequest
- func (a *UsersApiService) GetCurrentUserExecute(r ApiGetCurrentUserRequest) (*User, *http.Response, error)
- func (a *UsersApiService) GetUser(ctx context.Context, user string) ApiGetUserRequest
- func (a *UsersApiService) GetUserExecute(r ApiGetUserRequest) (*User, *http.Response, error)
- func (a *UsersApiService) ListUnsubscribePreferences(ctx context.Context) ApiListUnsubscribePreferencesRequest
- func (a *UsersApiService) ListUnsubscribePreferencesExecute(r ApiListUnsubscribePreferencesRequest) (*ListUnsubscribePreferencesResponse, *http.Response, error)
- func (a *UsersApiService) ListUsers(ctx context.Context) ApiListUsersRequest
- func (a *UsersApiService) ListUsersExecute(r ApiListUsersRequest) (*ListUsersResponse, *http.Response, error)
- func (a *UsersApiService) UpdateUnsubscribePreferences(ctx context.Context) ApiUpdateUnsubscribePreferencesRequest
- func (a *UsersApiService) UpdateUnsubscribePreferencesExecute(r ApiUpdateUnsubscribePreferencesRequest) (*UpdateUnsubscribePreferencesResponse, *http.Response, error)
- type ValidateQueryResponse
- func (o *ValidateQueryResponse) GetCollections() []string
- func (o *ValidateQueryResponse) GetCollectionsOk() ([]string, bool)
- func (o *ValidateQueryResponse) GetParameters() []string
- func (o *ValidateQueryResponse) GetParametersOk() ([]string, bool)
- func (o ValidateQueryResponse) MarshalJSON() ([]byte, error)
- func (o *ValidateQueryResponse) SetCollections(v []string)
- func (o *ValidateQueryResponse) SetParameters(v []string)
- type View
- func (o *View) GetCreatedAt() string
- func (o *View) GetCreatedAtOk() (*string, bool)
- func (o *View) GetCreatorEmail() string
- func (o *View) GetCreatorEmailOk() (*string, bool)
- func (o *View) GetDescription() string
- func (o *View) GetDescriptionOk() (*string, bool)
- func (o *View) GetEntities() []string
- func (o *View) GetEntitiesOk() ([]string, bool)
- func (o *View) GetModifiedAt() string
- func (o *View) GetModifiedAtOk() (*string, bool)
- func (o *View) GetName() string
- func (o *View) GetNameOk() (*string, bool)
- func (o *View) GetOwnerEmail() string
- func (o *View) GetOwnerEmailOk() (*string, bool)
- func (o *View) GetPath() string
- func (o *View) GetPathOk() (*string, bool)
- func (o *View) GetQuerySql() string
- func (o *View) GetQuerySqlOk() (*string, bool)
- func (o *View) GetState() string
- func (o *View) GetStateOk() (*string, bool)
- func (o *View) GetWorkspace() string
- func (o *View) GetWorkspaceOk() (*string, bool)
- func (o *View) HasCreatedAt() bool
- func (o *View) HasCreatorEmail() bool
- func (o *View) HasDescription() bool
- func (o *View) HasEntities() bool
- func (o *View) HasModifiedAt() bool
- func (o *View) HasName() bool
- func (o *View) HasOwnerEmail() bool
- func (o *View) HasPath() bool
- func (o *View) HasQuerySql() bool
- func (o *View) HasState() bool
- func (o *View) HasWorkspace() bool
- func (o View) MarshalJSON() ([]byte, error)
- func (o *View) SetCreatedAt(v string)
- func (o *View) SetCreatorEmail(v string)
- func (o *View) SetDescription(v string)
- func (o *View) SetEntities(v []string)
- func (o *View) SetModifiedAt(v string)
- func (o *View) SetName(v string)
- func (o *View) SetOwnerEmail(v string)
- func (o *View) SetPath(v string)
- func (o *View) SetQuerySql(v string)
- func (o *View) SetState(v string)
- func (o *View) SetWorkspace(v string)
- type ViewsApi
- type ViewsApiService
- func (a *ViewsApiService) CreateView(ctx context.Context, workspace string) ApiCreateViewRequest
- func (a *ViewsApiService) CreateViewExecute(r ApiCreateViewRequest) (*CreateViewResponse, *http.Response, error)
- func (a *ViewsApiService) DeleteView(ctx context.Context, workspace string, view string) ApiDeleteViewRequest
- func (a *ViewsApiService) DeleteViewExecute(r ApiDeleteViewRequest) (*DeleteViewResponse, *http.Response, error)
- func (a *ViewsApiService) GetView(ctx context.Context, workspace string, view string) ApiGetViewRequest
- func (a *ViewsApiService) GetViewExecute(r ApiGetViewRequest) (*GetViewResponse, *http.Response, error)
- func (a *ViewsApiService) ListViews(ctx context.Context) ApiListViewsRequest
- func (a *ViewsApiService) ListViewsExecute(r ApiListViewsRequest) (*ListViewsResponse, *http.Response, error)
- func (a *ViewsApiService) UpdateView(ctx context.Context, workspace string, view string) ApiUpdateViewRequest
- func (a *ViewsApiService) UpdateViewExecute(r ApiUpdateViewRequest) (*UpdateViewResponse, *http.Response, error)
- func (a *ViewsApiService) WorkspaceViews(ctx context.Context, workspace string) ApiWorkspaceViewsRequest
- func (a *ViewsApiService) WorkspaceViewsExecute(r ApiWorkspaceViewsRequest) (*ListViewsResponse, *http.Response, error)
- type VirtualInstance
- func (o *VirtualInstance) GetCurrentSize() string
- func (o *VirtualInstance) GetCurrentSizeOk() (*string, bool)
- func (o *VirtualInstance) GetCurrentType() string
- func (o *VirtualInstance) GetCurrentTypeOk() (*string, bool)
- func (o *VirtualInstance) GetDefaultPodCount() int32
- func (o *VirtualInstance) GetDefaultPodCountOk() (*int32, bool)
- func (o *VirtualInstance) GetDesiredSize() string
- func (o *VirtualInstance) GetDesiredSizeOk() (*string, bool)
- func (o *VirtualInstance) GetDesiredType() string
- func (o *VirtualInstance) GetDesiredTypeOk() (*string, bool)
- func (o *VirtualInstance) GetEstimatedSwitchDurationMinutes() int64
- func (o *VirtualInstance) GetEstimatedSwitchDurationMinutesOk() (*int64, bool)
- func (o *VirtualInstance) GetId() string
- func (o *VirtualInstance) GetIdOk() (*string, bool)
- func (o *VirtualInstance) GetLastUpdated() string
- func (o *VirtualInstance) GetLastUpdatedOk() (*string, bool)
- func (o *VirtualInstance) GetMonitoringEnabled() bool
- func (o *VirtualInstance) GetMonitoringEnabledOk() (*bool, bool)
- func (o *VirtualInstance) GetScaledPodCount() int32
- func (o *VirtualInstance) GetScaledPodCountOk() (*int32, bool)
- func (o *VirtualInstance) GetState() string
- func (o *VirtualInstance) GetStateOk() (*string, bool)
- func (o *VirtualInstance) HasCurrentSize() bool
- func (o *VirtualInstance) HasCurrentType() bool
- func (o *VirtualInstance) HasDefaultPodCount() bool
- func (o *VirtualInstance) HasDesiredSize() bool
- func (o *VirtualInstance) HasDesiredType() bool
- func (o *VirtualInstance) HasEstimatedSwitchDurationMinutes() bool
- func (o *VirtualInstance) HasId() bool
- func (o *VirtualInstance) HasLastUpdated() bool
- func (o *VirtualInstance) HasMonitoringEnabled() bool
- func (o *VirtualInstance) HasScaledPodCount() bool
- func (o *VirtualInstance) HasState() bool
- func (o VirtualInstance) MarshalJSON() ([]byte, error)
- func (o *VirtualInstance) SetCurrentSize(v string)
- func (o *VirtualInstance) SetCurrentType(v string)
- func (o *VirtualInstance) SetDefaultPodCount(v int32)
- func (o *VirtualInstance) SetDesiredSize(v string)
- func (o *VirtualInstance) SetDesiredType(v string)
- func (o *VirtualInstance) SetEstimatedSwitchDurationMinutes(v int64)
- func (o *VirtualInstance) SetId(v string)
- func (o *VirtualInstance) SetLastUpdated(v string)
- func (o *VirtualInstance) SetMonitoringEnabled(v bool)
- func (o *VirtualInstance) SetScaledPodCount(v int32)
- func (o *VirtualInstance) SetState(v string)
- type VirtualInstancesApi
- type VirtualInstancesApiService
- func (a *VirtualInstancesApiService) GetVirtualInstance(ctx context.Context, virtualInstanceId string) ApiGetVirtualInstanceRequest
- func (a *VirtualInstancesApiService) GetVirtualInstanceExecute(r ApiGetVirtualInstanceRequest) (*GetVirtualInstanceResponse, *http.Response, error)
- func (a *VirtualInstancesApiService) ListVirtualInstances(ctx context.Context) ApiListVirtualInstancesRequest
- func (a *VirtualInstancesApiService) ListVirtualInstancesExecute(r ApiListVirtualInstancesRequest) (*ListVirtualInstancesResponse, *http.Response, error)
- func (a *VirtualInstancesApiService) SetVirtualInstance(ctx context.Context, virtualInstanceId string) ApiSetVirtualInstanceRequest
- func (a *VirtualInstancesApiService) SetVirtualInstanceExecute(r ApiSetVirtualInstanceRequest) (*UpdateVirtualInstanceResponse, *http.Response, error)
- type Workspace
- func (o *Workspace) GetCollectionCount() int64
- func (o *Workspace) GetCollectionCountOk() (*int64, bool)
- func (o *Workspace) GetCreatedAt() string
- func (o *Workspace) GetCreatedAtOk() (*string, bool)
- func (o *Workspace) GetCreatedBy() string
- func (o *Workspace) GetCreatedByOk() (*string, bool)
- func (o *Workspace) GetDescription() string
- func (o *Workspace) GetDescriptionOk() (*string, bool)
- func (o *Workspace) GetName() string
- func (o *Workspace) GetNameOk() (*string, bool)
- func (o *Workspace) HasCollectionCount() bool
- func (o *Workspace) HasCreatedAt() bool
- func (o *Workspace) HasCreatedBy() bool
- func (o *Workspace) HasDescription() bool
- func (o *Workspace) HasName() bool
- func (o Workspace) MarshalJSON() ([]byte, error)
- func (o *Workspace) SetCollectionCount(v int64)
- func (o *Workspace) SetCreatedAt(v string)
- func (o *Workspace) SetCreatedBy(v string)
- func (o *Workspace) SetDescription(v string)
- func (o *Workspace) SetName(v string)
- type WorkspacesApi
- type WorkspacesApiService
- func (a *WorkspacesApiService) CreateWorkspace(ctx context.Context) ApiCreateWorkspaceRequest
- func (a *WorkspacesApiService) CreateWorkspaceExecute(r ApiCreateWorkspaceRequest) (*CreateWorkspaceResponse, *http.Response, error)
- func (a *WorkspacesApiService) DeleteWorkspace(ctx context.Context, workspace string) ApiDeleteWorkspaceRequest
- func (a *WorkspacesApiService) DeleteWorkspaceExecute(r ApiDeleteWorkspaceRequest) (*DeleteWorkspaceResponse, *http.Response, error)
- func (a *WorkspacesApiService) GetWorkspace(ctx context.Context, workspace string) ApiGetWorkspaceRequest
- func (a *WorkspacesApiService) GetWorkspaceExecute(r ApiGetWorkspaceRequest) (*GetWorkspaceResponse, *http.Response, error)
- func (a *WorkspacesApiService) ListWorkspaces(ctx context.Context) ApiListWorkspacesRequest
- func (a *WorkspacesApiService) ListWorkspacesExecute(r ApiListWorkspacesRequest) (*ListWorkspacesResponse, *http.Response, error)
- type XmlParams
- func (o *XmlParams) GetAttributePrefix() string
- func (o *XmlParams) GetAttributePrefixOk() (*string, bool)
- func (o *XmlParams) GetDocTag() string
- func (o *XmlParams) GetDocTagOk() (*string, bool)
- func (o *XmlParams) GetEncoding() string
- func (o *XmlParams) GetEncodingOk() (*string, bool)
- func (o *XmlParams) GetRootTag() string
- func (o *XmlParams) GetRootTagOk() (*string, bool)
- func (o *XmlParams) GetValueTag() string
- func (o *XmlParams) GetValueTagOk() (*string, bool)
- func (o *XmlParams) HasAttributePrefix() bool
- func (o *XmlParams) HasDocTag() bool
- func (o *XmlParams) HasEncoding() bool
- func (o *XmlParams) HasRootTag() bool
- func (o *XmlParams) HasValueTag() bool
- func (o XmlParams) MarshalJSON() ([]byte, error)
- func (o *XmlParams) SetAttributePrefix(v string)
- func (o *XmlParams) SetDocTag(v string)
- func (o *XmlParams) SetEncoding(v string)
- func (o *XmlParams) SetRootTag(v string)
- func (o *XmlParams) SetValueTag(v string)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request. ContextHttpSignatureAuth = contextKey("httpsignature") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { APIKeysApi APIKeysApi AliasesApi AliasesApi CollectionsApi CollectionsApi CustomRolesApi CustomRolesApi DocumentsApi DocumentsApi IntegrationsApi IntegrationsApi OrganizationsApi OrganizationsApi QueriesApi QueriesApi QueryLambdasApi QueryLambdasApi UsersApi UsersApi ViewsApi ViewsApi VirtualInstancesApi VirtualInstancesApi WorkspacesApi WorkspacesApi // contains filtered or unexported fields }
APIClient manages communication with the REST API API vv1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIKeysApi ¶
type APIKeysApi interface { /* CreateApiKey Create API Key Create a new API key for the authenticated user. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateApiKeyRequest */ CreateApiKey(ctx context.Context) ApiCreateApiKeyRequest // CreateApiKeyExecute executes the request // @return CreateApiKeyResponse CreateApiKeyExecute(r ApiCreateApiKeyRequest) (*CreateApiKeyResponse, *http.Response, error) /* DeleteApiKey Delete API Key Delete an API key for any user in your organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param name Name of the API key. @param user Email of the API key owner. Use `self` to specify the currently authenticated user. @return ApiDeleteApiKeyRequest */ DeleteApiKey(ctx context.Context, name string, user string) ApiDeleteApiKeyRequest // DeleteApiKeyExecute executes the request // @return DeleteApiKeyResponse DeleteApiKeyExecute(r ApiDeleteApiKeyRequest) (*DeleteApiKeyResponse, *http.Response, error) /* GetApiKey Retrieve API Key Retrieve a particular API key for any user in your organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param user Email of the API key owner. Use `self` to specify the currently authenticated user. @param name Name of the API key. @return ApiGetApiKeyRequest */ GetApiKey(ctx context.Context, user string, name string) ApiGetApiKeyRequest // GetApiKeyExecute executes the request // @return GetApiKeyResponse GetApiKeyExecute(r ApiGetApiKeyRequest) (*GetApiKeyResponse, *http.Response, error) /* ListApiKeys List API Keys List API key metadata for any user in your organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param user Email of the API key owner. Use `self` to specify the currently authenticated user. @return ApiListApiKeysRequest */ ListApiKeys(ctx context.Context, user string) ApiListApiKeysRequest // ListApiKeysExecute executes the request // @return ListApiKeysResponse ListApiKeysExecute(r ApiListApiKeysRequest) (*ListApiKeysResponse, *http.Response, error) /* UpdateApiKey Update API Key State Update the state of an API key for any user in your organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param name Name of the API key. @param user Email of the API key owner. Use `self` to specify the currently authenticated user. @return ApiUpdateApiKeyRequest */ UpdateApiKey(ctx context.Context, name string, user string) ApiUpdateApiKeyRequest // UpdateApiKeyExecute executes the request // @return UpdateApiKeyResponse UpdateApiKeyExecute(r ApiUpdateApiKeyRequest) (*UpdateApiKeyResponse, *http.Response, error) }
type APIKeysApiService ¶
type APIKeysApiService service
APIKeysApiService APIKeysApi service
func (*APIKeysApiService) CreateApiKey ¶
func (a *APIKeysApiService) CreateApiKey(ctx context.Context) ApiCreateApiKeyRequest
CreateApiKey Create API Key
Create a new API key for the authenticated user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateApiKeyRequest
func (*APIKeysApiService) CreateApiKeyExecute ¶
func (a *APIKeysApiService) CreateApiKeyExecute(r ApiCreateApiKeyRequest) (*CreateApiKeyResponse, *http.Response, error)
Execute executes the request
@return CreateApiKeyResponse
func (*APIKeysApiService) DeleteApiKey ¶
func (a *APIKeysApiService) DeleteApiKey(ctx context.Context, name string, user string) ApiDeleteApiKeyRequest
DeleteApiKey Delete API Key
Delete an API key for any user in your organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param name Name of the API key. @param user Email of the API key owner. Use `self` to specify the currently authenticated user. @return ApiDeleteApiKeyRequest
func (*APIKeysApiService) DeleteApiKeyExecute ¶
func (a *APIKeysApiService) DeleteApiKeyExecute(r ApiDeleteApiKeyRequest) (*DeleteApiKeyResponse, *http.Response, error)
Execute executes the request
@return DeleteApiKeyResponse
func (*APIKeysApiService) GetApiKey ¶
func (a *APIKeysApiService) GetApiKey(ctx context.Context, user string, name string) ApiGetApiKeyRequest
GetApiKey Retrieve API Key
Retrieve a particular API key for any user in your organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param user Email of the API key owner. Use `self` to specify the currently authenticated user. @param name Name of the API key. @return ApiGetApiKeyRequest
func (*APIKeysApiService) GetApiKeyExecute ¶
func (a *APIKeysApiService) GetApiKeyExecute(r ApiGetApiKeyRequest) (*GetApiKeyResponse, *http.Response, error)
Execute executes the request
@return GetApiKeyResponse
func (*APIKeysApiService) ListApiKeys ¶
func (a *APIKeysApiService) ListApiKeys(ctx context.Context, user string) ApiListApiKeysRequest
ListApiKeys List API Keys
List API key metadata for any user in your organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param user Email of the API key owner. Use `self` to specify the currently authenticated user. @return ApiListApiKeysRequest
func (*APIKeysApiService) ListApiKeysExecute ¶
func (a *APIKeysApiService) ListApiKeysExecute(r ApiListApiKeysRequest) (*ListApiKeysResponse, *http.Response, error)
Execute executes the request
@return ListApiKeysResponse
func (*APIKeysApiService) UpdateApiKey ¶
func (a *APIKeysApiService) UpdateApiKey(ctx context.Context, name string, user string) ApiUpdateApiKeyRequest
UpdateApiKey Update API Key State
Update the state of an API key for any user in your organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param name Name of the API key. @param user Email of the API key owner. Use `self` to specify the currently authenticated user. @return ApiUpdateApiKeyRequest
func (*APIKeysApiService) UpdateApiKeyExecute ¶
func (a *APIKeysApiService) UpdateApiKeyExecute(r ApiUpdateApiKeyRequest) (*UpdateApiKeyResponse, *http.Response, error)
Execute executes the request
@return UpdateApiKeyResponse
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 AddDocumentsRequest ¶
type AddDocumentsRequest struct { // Array of documents to be added to the collection. Data []map[string]interface{} `json:"data"` }
AddDocumentsRequest struct for AddDocumentsRequest
func NewAddDocumentsRequest ¶
func NewAddDocumentsRequest(data []map[string]interface{}) *AddDocumentsRequest
NewAddDocumentsRequest instantiates a new AddDocumentsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAddDocumentsRequestWithDefaults ¶
func NewAddDocumentsRequestWithDefaults() *AddDocumentsRequest
NewAddDocumentsRequestWithDefaults instantiates a new AddDocumentsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AddDocumentsRequest) GetData ¶
func (o *AddDocumentsRequest) GetData() []map[string]interface{}
GetData returns the Data field value
func (*AddDocumentsRequest) GetDataOk ¶
func (o *AddDocumentsRequest) GetDataOk() ([]map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (AddDocumentsRequest) MarshalJSON ¶
func (o AddDocumentsRequest) MarshalJSON() ([]byte, error)
func (*AddDocumentsRequest) SetData ¶
func (o *AddDocumentsRequest) SetData(v []map[string]interface{})
SetData sets field value
type AddDocumentsResponse ¶
type AddDocumentsResponse struct { // information about the added documents Data []DocumentStatus `json:"data,omitempty"` }
AddDocumentsResponse struct for AddDocumentsResponse
func NewAddDocumentsResponse ¶
func NewAddDocumentsResponse() *AddDocumentsResponse
NewAddDocumentsResponse instantiates a new AddDocumentsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAddDocumentsResponseWithDefaults ¶
func NewAddDocumentsResponseWithDefaults() *AddDocumentsResponse
NewAddDocumentsResponseWithDefaults instantiates a new AddDocumentsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AddDocumentsResponse) GetData ¶
func (o *AddDocumentsResponse) GetData() []DocumentStatus
GetData returns the Data field value if set, zero value otherwise.
func (*AddDocumentsResponse) GetDataOk ¶
func (o *AddDocumentsResponse) GetDataOk() ([]DocumentStatus, 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 (*AddDocumentsResponse) HasData ¶
func (o *AddDocumentsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (AddDocumentsResponse) MarshalJSON ¶
func (o AddDocumentsResponse) MarshalJSON() ([]byte, error)
func (*AddDocumentsResponse) SetData ¶
func (o *AddDocumentsResponse) SetData(v []DocumentStatus)
SetData gets a reference to the given []DocumentStatus and assigns it to the Data field.
type Alias ¶
type Alias struct { // name of the alias Name *string `json:"name,omitempty"` // alias description Description *string `json:"description,omitempty"` // name of the workspace Workspace *string `json:"workspace,omitempty"` // email of the creator CreatorEmail *string `json:"creator_email,omitempty"` // list of fully qualified collection names referenced by alias Collections []string `json:"collections,omitempty"` // state of the alias State *string `json:"state,omitempty"` // ISO-8601 date CreatedAt *string `json:"created_at,omitempty"` // ISO-8601 date ModifiedAt *string `json:"modified_at,omitempty"` }
Alias struct for Alias
func NewAlias ¶
func NewAlias() *Alias
NewAlias instantiates a new Alias object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAliasWithDefaults ¶
func NewAliasWithDefaults() *Alias
NewAliasWithDefaults instantiates a new Alias object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Alias) GetCollections ¶
GetCollections returns the Collections field value if set, zero value otherwise.
func (*Alias) GetCollectionsOk ¶
GetCollectionsOk returns a tuple with the Collections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Alias) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Alias) GetCreatedAtOk ¶
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 (*Alias) GetCreatorEmail ¶
GetCreatorEmail returns the CreatorEmail field value if set, zero value otherwise.
func (*Alias) GetCreatorEmailOk ¶
GetCreatorEmailOk returns a tuple with the CreatorEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Alias) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Alias) GetDescriptionOk ¶
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 (*Alias) GetModifiedAt ¶
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise.
func (*Alias) GetModifiedAtOk ¶
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Alias) 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 (*Alias) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Alias) GetWorkspace ¶
GetWorkspace returns the Workspace field value if set, zero value otherwise.
func (*Alias) GetWorkspaceOk ¶
GetWorkspaceOk returns a tuple with the Workspace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Alias) HasCollections ¶
HasCollections returns a boolean if a field has been set.
func (*Alias) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Alias) HasCreatorEmail ¶
HasCreatorEmail returns a boolean if a field has been set.
func (*Alias) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Alias) HasModifiedAt ¶
HasModifiedAt returns a boolean if a field has been set.
func (*Alias) HasWorkspace ¶
HasWorkspace returns a boolean if a field has been set.
func (Alias) MarshalJSON ¶
func (*Alias) SetCollections ¶
SetCollections gets a reference to the given []string and assigns it to the Collections field.
func (*Alias) SetCreatedAt ¶
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*Alias) SetCreatorEmail ¶
SetCreatorEmail gets a reference to the given string and assigns it to the CreatorEmail field.
func (*Alias) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Alias) SetModifiedAt ¶
SetModifiedAt gets a reference to the given string and assigns it to the ModifiedAt field.
func (*Alias) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Alias) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
func (*Alias) SetWorkspace ¶
SetWorkspace gets a reference to the given string and assigns it to the Workspace field.
type AliasesApi ¶
type AliasesApi interface { /* CreateAlias Create Alias Create new alias in a workspace. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiCreateAliasRequest */ CreateAlias(ctx context.Context, workspace string) ApiCreateAliasRequest // CreateAliasExecute executes the request // @return CreateAliasResponse CreateAliasExecute(r ApiCreateAliasRequest) (*CreateAliasResponse, *http.Response, error) /* DeleteAlias Delete Alias Delete an alias. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param alias name of the alias @return ApiDeleteAliasRequest */ DeleteAlias(ctx context.Context, workspace string, alias string) ApiDeleteAliasRequest // DeleteAliasExecute executes the request // @return DeleteAliasResponse DeleteAliasExecute(r ApiDeleteAliasRequest) (*DeleteAliasResponse, *http.Response, error) /* GetAlias Retrieve Alias Get details about an alias @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param alias name of the alias @return ApiGetAliasRequest */ GetAlias(ctx context.Context, workspace string, alias string) ApiGetAliasRequest // GetAliasExecute executes the request // @return GetAliasResponse GetAliasExecute(r ApiGetAliasRequest) (*GetAliasResponse, *http.Response, error) /* ListAliases List Aliases Retrieve all aliases in an organization @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAliasesRequest */ ListAliases(ctx context.Context) ApiListAliasesRequest // ListAliasesExecute executes the request // @return ListAliasesResponse ListAliasesExecute(r ApiListAliasesRequest) (*ListAliasesResponse, *http.Response, error) /* UpdateAlias Update Alias Update alias in a workspace. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param alias name of the alias @return ApiUpdateAliasRequest */ UpdateAlias(ctx context.Context, workspace string, alias string) ApiUpdateAliasRequest // UpdateAliasExecute executes the request // @return GetAliasResponse UpdateAliasExecute(r ApiUpdateAliasRequest) (*GetAliasResponse, *http.Response, error) /* WorkspaceAliases List Aliases in Workspace Retrieve all aliases in a workspace. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiWorkspaceAliasesRequest */ WorkspaceAliases(ctx context.Context, workspace string) ApiWorkspaceAliasesRequest // WorkspaceAliasesExecute executes the request // @return ListAliasesResponse WorkspaceAliasesExecute(r ApiWorkspaceAliasesRequest) (*ListAliasesResponse, *http.Response, error) }
type AliasesApiService ¶
type AliasesApiService service
AliasesApiService AliasesApi service
func (*AliasesApiService) CreateAlias ¶
func (a *AliasesApiService) CreateAlias(ctx context.Context, workspace string) ApiCreateAliasRequest
CreateAlias Create Alias
Create new alias in a workspace.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiCreateAliasRequest
func (*AliasesApiService) CreateAliasExecute ¶
func (a *AliasesApiService) CreateAliasExecute(r ApiCreateAliasRequest) (*CreateAliasResponse, *http.Response, error)
Execute executes the request
@return CreateAliasResponse
func (*AliasesApiService) DeleteAlias ¶
func (a *AliasesApiService) DeleteAlias(ctx context.Context, workspace string, alias string) ApiDeleteAliasRequest
DeleteAlias Delete Alias
Delete an alias.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param alias name of the alias @return ApiDeleteAliasRequest
func (*AliasesApiService) DeleteAliasExecute ¶
func (a *AliasesApiService) DeleteAliasExecute(r ApiDeleteAliasRequest) (*DeleteAliasResponse, *http.Response, error)
Execute executes the request
@return DeleteAliasResponse
func (*AliasesApiService) GetAlias ¶
func (a *AliasesApiService) GetAlias(ctx context.Context, workspace string, alias string) ApiGetAliasRequest
GetAlias Retrieve Alias
Get details about an alias
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param alias name of the alias @return ApiGetAliasRequest
func (*AliasesApiService) GetAliasExecute ¶
func (a *AliasesApiService) GetAliasExecute(r ApiGetAliasRequest) (*GetAliasResponse, *http.Response, error)
Execute executes the request
@return GetAliasResponse
func (*AliasesApiService) ListAliases ¶
func (a *AliasesApiService) ListAliases(ctx context.Context) ApiListAliasesRequest
ListAliases List Aliases
Retrieve all aliases in an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAliasesRequest
func (*AliasesApiService) ListAliasesExecute ¶
func (a *AliasesApiService) ListAliasesExecute(r ApiListAliasesRequest) (*ListAliasesResponse, *http.Response, error)
Execute executes the request
@return ListAliasesResponse
func (*AliasesApiService) UpdateAlias ¶
func (a *AliasesApiService) UpdateAlias(ctx context.Context, workspace string, alias string) ApiUpdateAliasRequest
UpdateAlias Update Alias
Update alias in a workspace.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param alias name of the alias @return ApiUpdateAliasRequest
func (*AliasesApiService) UpdateAliasExecute ¶
func (a *AliasesApiService) UpdateAliasExecute(r ApiUpdateAliasRequest) (*GetAliasResponse, *http.Response, error)
Execute executes the request
@return GetAliasResponse
func (*AliasesApiService) WorkspaceAliases ¶
func (a *AliasesApiService) WorkspaceAliases(ctx context.Context, workspace string) ApiWorkspaceAliasesRequest
WorkspaceAliases List Aliases in Workspace
Retrieve all aliases in a workspace.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiWorkspaceAliasesRequest
func (*AliasesApiService) WorkspaceAliasesExecute ¶
func (a *AliasesApiService) WorkspaceAliasesExecute(r ApiWorkspaceAliasesRequest) (*ListAliasesResponse, *http.Response, error)
Execute executes the request
@return ListAliasesResponse
type ApiAddDocumentsRequest ¶
type ApiAddDocumentsRequest struct { ApiService DocumentsApi // contains filtered or unexported fields }
func (ApiAddDocumentsRequest) Body ¶
func (r ApiAddDocumentsRequest) Body(body AddDocumentsRequest) ApiAddDocumentsRequest
JSON object
func (ApiAddDocumentsRequest) Execute ¶
func (r ApiAddDocumentsRequest) Execute() (*AddDocumentsResponse, *http.Response, error)
type ApiCreateAliasRequest ¶
type ApiCreateAliasRequest struct { ApiService AliasesApi // contains filtered or unexported fields }
func (ApiCreateAliasRequest) Body ¶
func (r ApiCreateAliasRequest) Body(body CreateAliasRequest) ApiCreateAliasRequest
JSON object
func (ApiCreateAliasRequest) Execute ¶
func (r ApiCreateAliasRequest) Execute() (*CreateAliasResponse, *http.Response, error)
type ApiCreateApiKeyRequest ¶
type ApiCreateApiKeyRequest struct { ApiService APIKeysApi // contains filtered or unexported fields }
func (ApiCreateApiKeyRequest) Body ¶
func (r ApiCreateApiKeyRequest) Body(body CreateApiKeyRequest) ApiCreateApiKeyRequest
JSON object
func (ApiCreateApiKeyRequest) Execute ¶
func (r ApiCreateApiKeyRequest) Execute() (*CreateApiKeyResponse, *http.Response, error)
type ApiCreateCollectionRequest ¶
type ApiCreateCollectionRequest struct { ApiService CollectionsApi // contains filtered or unexported fields }
func (ApiCreateCollectionRequest) Body ¶
func (r ApiCreateCollectionRequest) Body(body CreateCollectionRequest) ApiCreateCollectionRequest
JSON object
func (ApiCreateCollectionRequest) Execute ¶
func (r ApiCreateCollectionRequest) Execute() (*CreateCollectionResponse, *http.Response, error)
type ApiCreateIntegrationRequest ¶
type ApiCreateIntegrationRequest struct { ApiService IntegrationsApi // contains filtered or unexported fields }
func (ApiCreateIntegrationRequest) Body ¶
func (r ApiCreateIntegrationRequest) Body(body CreateIntegrationRequest) ApiCreateIntegrationRequest
integration credentials
func (ApiCreateIntegrationRequest) Execute ¶
func (r ApiCreateIntegrationRequest) Execute() (*CreateIntegrationResponse, *http.Response, error)
type ApiCreateQueryLambdaRequest ¶
type ApiCreateQueryLambdaRequest struct { ApiService QueryLambdasApi // contains filtered or unexported fields }
func (ApiCreateQueryLambdaRequest) Body ¶
func (r ApiCreateQueryLambdaRequest) Body(body CreateQueryLambdaRequest) ApiCreateQueryLambdaRequest
JSON object
func (ApiCreateQueryLambdaRequest) Execute ¶
func (r ApiCreateQueryLambdaRequest) Execute() (*QueryLambdaVersionResponse, *http.Response, error)
type ApiCreateQueryLambdaTagRequest ¶
type ApiCreateQueryLambdaTagRequest struct { ApiService QueryLambdasApi // contains filtered or unexported fields }
func (ApiCreateQueryLambdaTagRequest) Body ¶
func (r ApiCreateQueryLambdaTagRequest) Body(body CreateQueryLambdaTagRequest) ApiCreateQueryLambdaTagRequest
JSON object
func (ApiCreateQueryLambdaTagRequest) Execute ¶
func (r ApiCreateQueryLambdaTagRequest) Execute() (*QueryLambdaTagResponse, *http.Response, error)
type ApiCreateRoleRequest ¶
type ApiCreateRoleRequest struct { ApiService CustomRolesApi // contains filtered or unexported fields }
func (ApiCreateRoleRequest) Body ¶
func (r ApiCreateRoleRequest) Body(body CreateRoleRequest) ApiCreateRoleRequest
JSON Object
func (ApiCreateRoleRequest) Execute ¶
func (r ApiCreateRoleRequest) Execute() (*RoleResponse, *http.Response, error)
type ApiCreateUserRequest ¶
type ApiCreateUserRequest struct { ApiService UsersApi // contains filtered or unexported fields }
func (ApiCreateUserRequest) Body ¶
func (r ApiCreateUserRequest) Body(body CreateUserRequest) ApiCreateUserRequest
JSON object
func (ApiCreateUserRequest) Execute ¶
func (r ApiCreateUserRequest) Execute() (*CreateUserResponse, *http.Response, error)
type ApiCreateViewRequest ¶
type ApiCreateViewRequest struct { ApiService ViewsApi // contains filtered or unexported fields }
func (ApiCreateViewRequest) Body ¶
func (r ApiCreateViewRequest) Body(body CreateViewRequest) ApiCreateViewRequest
JSON object
func (ApiCreateViewRequest) Execute ¶
func (r ApiCreateViewRequest) Execute() (*CreateViewResponse, *http.Response, error)
type ApiCreateWorkspaceRequest ¶
type ApiCreateWorkspaceRequest struct { ApiService WorkspacesApi // contains filtered or unexported fields }
func (ApiCreateWorkspaceRequest) Body ¶
func (r ApiCreateWorkspaceRequest) Body(body CreateWorkspaceRequest) ApiCreateWorkspaceRequest
workspace details
func (ApiCreateWorkspaceRequest) Execute ¶
func (r ApiCreateWorkspaceRequest) Execute() (*CreateWorkspaceResponse, *http.Response, error)
type ApiDeleteAliasRequest ¶
type ApiDeleteAliasRequest struct { ApiService AliasesApi // contains filtered or unexported fields }
func (ApiDeleteAliasRequest) Execute ¶
func (r ApiDeleteAliasRequest) Execute() (*DeleteAliasResponse, *http.Response, error)
type ApiDeleteApiKeyRequest ¶
type ApiDeleteApiKeyRequest struct { ApiService APIKeysApi // contains filtered or unexported fields }
func (ApiDeleteApiKeyRequest) Execute ¶
func (r ApiDeleteApiKeyRequest) Execute() (*DeleteApiKeyResponse, *http.Response, error)
type ApiDeleteCollectionRequest ¶
type ApiDeleteCollectionRequest struct { ApiService CollectionsApi // contains filtered or unexported fields }
func (ApiDeleteCollectionRequest) Execute ¶
func (r ApiDeleteCollectionRequest) Execute() (*DeleteCollectionResponse, *http.Response, error)
type ApiDeleteDocumentsRequest ¶
type ApiDeleteDocumentsRequest struct { ApiService DocumentsApi // contains filtered or unexported fields }
func (ApiDeleteDocumentsRequest) Body ¶
func (r ApiDeleteDocumentsRequest) Body(body DeleteDocumentsRequest) ApiDeleteDocumentsRequest
JSON object
func (ApiDeleteDocumentsRequest) Execute ¶
func (r ApiDeleteDocumentsRequest) Execute() (*DeleteDocumentsResponse, *http.Response, error)
type ApiDeleteIntegrationRequest ¶
type ApiDeleteIntegrationRequest struct { ApiService IntegrationsApi // contains filtered or unexported fields }
func (ApiDeleteIntegrationRequest) Execute ¶
func (r ApiDeleteIntegrationRequest) Execute() (*DeleteIntegrationResponse, *http.Response, error)
type ApiDeleteQueryLambdaRequest ¶
type ApiDeleteQueryLambdaRequest struct { ApiService QueryLambdasApi // contains filtered or unexported fields }
func (ApiDeleteQueryLambdaRequest) Execute ¶
func (r ApiDeleteQueryLambdaRequest) Execute() (*DeleteQueryLambdaResponse, *http.Response, error)
type ApiDeleteQueryLambdaTagRequest ¶
type ApiDeleteQueryLambdaTagRequest struct { ApiService QueryLambdasApi // contains filtered or unexported fields }
func (ApiDeleteQueryLambdaTagRequest) Execute ¶
func (r ApiDeleteQueryLambdaTagRequest) Execute() (*QueryLambdaTagResponse, *http.Response, error)
type ApiDeleteQueryLambdaVersionRequest ¶
type ApiDeleteQueryLambdaVersionRequest struct { ApiService QueryLambdasApi // contains filtered or unexported fields }
func (ApiDeleteQueryLambdaVersionRequest) Execute ¶
func (r ApiDeleteQueryLambdaVersionRequest) Execute() (*QueryLambdaVersionResponse, *http.Response, error)
type ApiDeleteRoleRequest ¶
type ApiDeleteRoleRequest struct { ApiService CustomRolesApi // contains filtered or unexported fields }
func (ApiDeleteRoleRequest) Execute ¶
func (r ApiDeleteRoleRequest) Execute() (*RoleResponse, *http.Response, error)
type ApiDeleteUserRequest ¶
type ApiDeleteUserRequest struct { ApiService UsersApi // contains filtered or unexported fields }
func (ApiDeleteUserRequest) Execute ¶
func (r ApiDeleteUserRequest) Execute() (*DeleteUserResponse, *http.Response, error)
type ApiDeleteViewRequest ¶
type ApiDeleteViewRequest struct { ApiService ViewsApi // contains filtered or unexported fields }
func (ApiDeleteViewRequest) Execute ¶
func (r ApiDeleteViewRequest) Execute() (*DeleteViewResponse, *http.Response, error)
type ApiDeleteWorkspaceRequest ¶
type ApiDeleteWorkspaceRequest struct { ApiService WorkspacesApi // contains filtered or unexported fields }
func (ApiDeleteWorkspaceRequest) Execute ¶
func (r ApiDeleteWorkspaceRequest) Execute() (*DeleteWorkspaceResponse, *http.Response, error)
type ApiExecuteQueryLambdaByTagRequest ¶
type ApiExecuteQueryLambdaByTagRequest struct { ApiService QueryLambdasApi // contains filtered or unexported fields }
func (ApiExecuteQueryLambdaByTagRequest) Body ¶
func (r ApiExecuteQueryLambdaByTagRequest) Body(body ExecuteQueryLambdaRequest) ApiExecuteQueryLambdaByTagRequest
JSON object
func (ApiExecuteQueryLambdaByTagRequest) Execute ¶
func (r ApiExecuteQueryLambdaByTagRequest) Execute() (*QueryResponse, *http.Response, error)
type ApiExecuteQueryLambdaRequest ¶
type ApiExecuteQueryLambdaRequest struct { ApiService QueryLambdasApi // contains filtered or unexported fields }
func (ApiExecuteQueryLambdaRequest) Body ¶
func (r ApiExecuteQueryLambdaRequest) Body(body ExecuteQueryLambdaRequest) ApiExecuteQueryLambdaRequest
JSON object
func (ApiExecuteQueryLambdaRequest) Execute ¶
func (r ApiExecuteQueryLambdaRequest) Execute() (*QueryResponse, *http.Response, error)
type ApiGetAliasRequest ¶
type ApiGetAliasRequest struct { ApiService AliasesApi // contains filtered or unexported fields }
func (ApiGetAliasRequest) Execute ¶
func (r ApiGetAliasRequest) Execute() (*GetAliasResponse, *http.Response, error)
type ApiGetApiKeyRequest ¶
type ApiGetApiKeyRequest struct { ApiService APIKeysApi // contains filtered or unexported fields }
func (ApiGetApiKeyRequest) Execute ¶
func (r ApiGetApiKeyRequest) Execute() (*GetApiKeyResponse, *http.Response, error)
type ApiGetCollectionRequest ¶
type ApiGetCollectionRequest struct { ApiService CollectionsApi // contains filtered or unexported fields }
func (ApiGetCollectionRequest) Execute ¶
func (r ApiGetCollectionRequest) Execute() (*GetCollectionResponse, *http.Response, error)
type ApiGetCurrentUserRequest ¶
type ApiGetCurrentUserRequest struct { ApiService UsersApi // contains filtered or unexported fields }
type ApiGetIntegrationRequest ¶
type ApiGetIntegrationRequest struct { ApiService IntegrationsApi // contains filtered or unexported fields }
func (ApiGetIntegrationRequest) Execute ¶
func (r ApiGetIntegrationRequest) Execute() (*GetIntegrationResponse, *http.Response, error)
type ApiGetOrganizationRequest ¶
type ApiGetOrganizationRequest struct { ApiService OrganizationsApi // contains filtered or unexported fields }
func (ApiGetOrganizationRequest) Execute ¶
func (r ApiGetOrganizationRequest) Execute() (*OrganizationResponse, *http.Response, error)
type ApiGetQueryLambdaTagVersionRequest ¶
type ApiGetQueryLambdaTagVersionRequest struct { ApiService QueryLambdasApi // contains filtered or unexported fields }
func (ApiGetQueryLambdaTagVersionRequest) Execute ¶
func (r ApiGetQueryLambdaTagVersionRequest) Execute() (*QueryLambdaTagResponse, *http.Response, error)
type ApiGetQueryLambdaVersionRequest ¶
type ApiGetQueryLambdaVersionRequest struct { ApiService QueryLambdasApi // contains filtered or unexported fields }
func (ApiGetQueryLambdaVersionRequest) Execute ¶
func (r ApiGetQueryLambdaVersionRequest) Execute() (*QueryLambdaVersionResponse, *http.Response, error)
type ApiGetRoleRequest ¶
type ApiGetRoleRequest struct { ApiService CustomRolesApi // contains filtered or unexported fields }
func (ApiGetRoleRequest) Execute ¶
func (r ApiGetRoleRequest) Execute() (*RoleResponse, *http.Response, error)
type ApiGetUserRequest ¶
type ApiGetUserRequest struct { ApiService UsersApi // contains filtered or unexported fields }
type ApiGetViewRequest ¶
type ApiGetViewRequest struct { ApiService ViewsApi // contains filtered or unexported fields }
func (ApiGetViewRequest) Execute ¶
func (r ApiGetViewRequest) Execute() (*GetViewResponse, *http.Response, error)
type ApiGetVirtualInstanceRequest ¶
type ApiGetVirtualInstanceRequest struct { ApiService VirtualInstancesApi // contains filtered or unexported fields }
func (ApiGetVirtualInstanceRequest) Execute ¶
func (r ApiGetVirtualInstanceRequest) Execute() (*GetVirtualInstanceResponse, *http.Response, error)
type ApiGetWorkspaceRequest ¶
type ApiGetWorkspaceRequest struct { ApiService WorkspacesApi // contains filtered or unexported fields }
func (ApiGetWorkspaceRequest) Execute ¶
func (r ApiGetWorkspaceRequest) Execute() (*GetWorkspaceResponse, *http.Response, error)
type ApiKey ¶
type ApiKey struct { // Date that API key was created (ISO-8601 format). CreatedAt *string `json:"created_at,omitempty"` // Name of the API key. Name string `json:"name"` // API key string of 64 alphanumeric characters. Key string `json:"key"` // Date that API key was most recently used (ISO-8601 format). LastAccessTime *string `json:"last_access_time,omitempty"` // Role specifying access control. If not specified, API key will have access to all of the associated user's roles. Role *string `json:"role,omitempty"` // Email of API key owner. CreatedBy *string `json:"created_by,omitempty"` // current state of this key State *string `json:"state,omitempty"` }
ApiKey API keys are used to authenticate requests to Rockset's API. An API key is tied to the user who creates it.
func NewApiKey ¶
NewApiKey instantiates a new ApiKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiKeyWithDefaults ¶
func NewApiKeyWithDefaults() *ApiKey
NewApiKeyWithDefaults instantiates a new ApiKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiKey) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ApiKey) GetCreatedAtOk ¶
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 (*ApiKey) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*ApiKey) GetCreatedByOk ¶
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 (*ApiKey) GetKeyOk ¶
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*ApiKey) GetLastAccessTime ¶
GetLastAccessTime returns the LastAccessTime field value if set, zero value otherwise.
func (*ApiKey) GetLastAccessTimeOk ¶
GetLastAccessTimeOk returns a tuple with the LastAccessTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKey) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ApiKey) GetRoleOk ¶
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 (*ApiKey) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKey) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*ApiKey) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*ApiKey) HasLastAccessTime ¶
HasLastAccessTime returns a boolean if a field has been set.
func (ApiKey) MarshalJSON ¶
func (*ApiKey) SetCreatedAt ¶
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*ApiKey) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*ApiKey) SetLastAccessTime ¶
SetLastAccessTime gets a reference to the given string and assigns it to the LastAccessTime field.
type ApiListAliasesRequest ¶
type ApiListAliasesRequest struct { ApiService AliasesApi // contains filtered or unexported fields }
func (ApiListAliasesRequest) Execute ¶
func (r ApiListAliasesRequest) Execute() (*ListAliasesResponse, *http.Response, error)
type ApiListAllQueryLambdasRequest ¶
type ApiListAllQueryLambdasRequest struct { ApiService QueryLambdasApi // contains filtered or unexported fields }
func (ApiListAllQueryLambdasRequest) Execute ¶
func (r ApiListAllQueryLambdasRequest) Execute() (*ListQueryLambdasResponse, *http.Response, error)
type ApiListApiKeysRequest ¶
type ApiListApiKeysRequest struct { ApiService APIKeysApi // contains filtered or unexported fields }
func (ApiListApiKeysRequest) Execute ¶
func (r ApiListApiKeysRequest) Execute() (*ListApiKeysResponse, *http.Response, error)
type ApiListCollectionsRequest ¶
type ApiListCollectionsRequest struct { ApiService CollectionsApi // contains filtered or unexported fields }
func (ApiListCollectionsRequest) Execute ¶
func (r ApiListCollectionsRequest) Execute() (*ListCollectionsResponse, *http.Response, error)
type ApiListIntegrationsRequest ¶
type ApiListIntegrationsRequest struct { ApiService IntegrationsApi // contains filtered or unexported fields }
func (ApiListIntegrationsRequest) Execute ¶
func (r ApiListIntegrationsRequest) Execute() (*ListIntegrationsResponse, *http.Response, error)
type ApiListQueryLambdaTagsRequest ¶
type ApiListQueryLambdaTagsRequest struct { ApiService QueryLambdasApi // contains filtered or unexported fields }
func (ApiListQueryLambdaTagsRequest) Execute ¶
func (r ApiListQueryLambdaTagsRequest) Execute() (*ListQueryLambdaTagsResponse, *http.Response, error)
type ApiListQueryLambdaVersionsRequest ¶
type ApiListQueryLambdaVersionsRequest struct { ApiService QueryLambdasApi // contains filtered or unexported fields }
func (ApiListQueryLambdaVersionsRequest) Execute ¶
func (r ApiListQueryLambdaVersionsRequest) Execute() (*ListQueryLambdaVersionsResponse, *http.Response, error)
type ApiListQueryLambdasInWorkspaceRequest ¶
type ApiListQueryLambdasInWorkspaceRequest struct { ApiService QueryLambdasApi // contains filtered or unexported fields }
func (ApiListQueryLambdasInWorkspaceRequest) Execute ¶
func (r ApiListQueryLambdasInWorkspaceRequest) Execute() (*ListQueryLambdasResponse, *http.Response, error)
type ApiListRolesRequest ¶
type ApiListRolesRequest struct { ApiService CustomRolesApi // contains filtered or unexported fields }
func (ApiListRolesRequest) Execute ¶
func (r ApiListRolesRequest) Execute() (*ListRolesResponse, *http.Response, error)
type ApiListUnsubscribePreferencesRequest ¶
type ApiListUnsubscribePreferencesRequest struct { ApiService UsersApi // contains filtered or unexported fields }
func (ApiListUnsubscribePreferencesRequest) Execute ¶
func (r ApiListUnsubscribePreferencesRequest) Execute() (*ListUnsubscribePreferencesResponse, *http.Response, error)
type ApiListUsersRequest ¶
type ApiListUsersRequest struct { ApiService UsersApi // contains filtered or unexported fields }
func (ApiListUsersRequest) Execute ¶
func (r ApiListUsersRequest) Execute() (*ListUsersResponse, *http.Response, error)
type ApiListViewsRequest ¶
type ApiListViewsRequest struct { ApiService ViewsApi // contains filtered or unexported fields }
func (ApiListViewsRequest) Execute ¶
func (r ApiListViewsRequest) Execute() (*ListViewsResponse, *http.Response, error)
type ApiListVirtualInstancesRequest ¶
type ApiListVirtualInstancesRequest struct { ApiService VirtualInstancesApi // contains filtered or unexported fields }
func (ApiListVirtualInstancesRequest) Execute ¶
func (r ApiListVirtualInstancesRequest) Execute() (*ListVirtualInstancesResponse, *http.Response, error)
type ApiListWorkspacesRequest ¶
type ApiListWorkspacesRequest struct { ApiService WorkspacesApi // contains filtered or unexported fields }
func (ApiListWorkspacesRequest) Execute ¶
func (r ApiListWorkspacesRequest) Execute() (*ListWorkspacesResponse, *http.Response, error)
func (ApiListWorkspacesRequest) FetchAcrossRegions ¶
func (r ApiListWorkspacesRequest) FetchAcrossRegions(fetchAcrossRegions bool) ApiListWorkspacesRequest
type ApiPatchDocumentsRequest ¶
type ApiPatchDocumentsRequest struct { ApiService DocumentsApi // contains filtered or unexported fields }
func (ApiPatchDocumentsRequest) Body ¶
func (r ApiPatchDocumentsRequest) Body(body PatchDocumentsRequest) ApiPatchDocumentsRequest
JSON Patch objects
func (ApiPatchDocumentsRequest) Execute ¶
func (r ApiPatchDocumentsRequest) Execute() (*PatchDocumentsResponse, *http.Response, error)
type ApiQueryRequest ¶
type ApiQueryRequest struct { ApiService QueriesApi // contains filtered or unexported fields }
func (ApiQueryRequest) Body ¶
func (r ApiQueryRequest) Body(body QueryRequest) ApiQueryRequest
JSON object
func (ApiQueryRequest) Execute ¶
func (r ApiQueryRequest) Execute() (*QueryResponse, *http.Response, error)
type ApiSetVirtualInstanceRequest ¶
type ApiSetVirtualInstanceRequest struct { ApiService VirtualInstancesApi // contains filtered or unexported fields }
func (ApiSetVirtualInstanceRequest) Body ¶
func (r ApiSetVirtualInstanceRequest) Body(body UpdateVirtualInstanceRequest) ApiSetVirtualInstanceRequest
JSON object
func (ApiSetVirtualInstanceRequest) Execute ¶
func (r ApiSetVirtualInstanceRequest) Execute() (*UpdateVirtualInstanceResponse, *http.Response, error)
type ApiUpdateAliasRequest ¶
type ApiUpdateAliasRequest struct { ApiService AliasesApi // contains filtered or unexported fields }
func (ApiUpdateAliasRequest) Body ¶
func (r ApiUpdateAliasRequest) Body(body UpdateAliasRequest) ApiUpdateAliasRequest
JSON object
func (ApiUpdateAliasRequest) Execute ¶
func (r ApiUpdateAliasRequest) Execute() (*GetAliasResponse, *http.Response, error)
type ApiUpdateApiKeyRequest ¶
type ApiUpdateApiKeyRequest struct { ApiService APIKeysApi // contains filtered or unexported fields }
func (ApiUpdateApiKeyRequest) Body ¶
func (r ApiUpdateApiKeyRequest) Body(body UpdateApiKeyRequest) ApiUpdateApiKeyRequest
JSON object
func (ApiUpdateApiKeyRequest) Execute ¶
func (r ApiUpdateApiKeyRequest) Execute() (*UpdateApiKeyResponse, *http.Response, error)
type ApiUpdateQueryLambdaRequest ¶
type ApiUpdateQueryLambdaRequest struct { ApiService QueryLambdasApi // contains filtered or unexported fields }
func (ApiUpdateQueryLambdaRequest) Body ¶
func (r ApiUpdateQueryLambdaRequest) Body(body UpdateQueryLambdaRequest) ApiUpdateQueryLambdaRequest
JSON object
func (ApiUpdateQueryLambdaRequest) Create ¶
func (r ApiUpdateQueryLambdaRequest) Create(create bool) ApiUpdateQueryLambdaRequest
func (ApiUpdateQueryLambdaRequest) Execute ¶
func (r ApiUpdateQueryLambdaRequest) Execute() (*QueryLambdaVersionResponse, *http.Response, error)
type ApiUpdateRoleRequest ¶
type ApiUpdateRoleRequest struct { ApiService CustomRolesApi // contains filtered or unexported fields }
func (ApiUpdateRoleRequest) Body ¶
func (r ApiUpdateRoleRequest) Body(body UpdateRoleRequest) ApiUpdateRoleRequest
JSON Object
func (ApiUpdateRoleRequest) Execute ¶
func (r ApiUpdateRoleRequest) Execute() (*RoleResponse, *http.Response, error)
type ApiUpdateUnsubscribePreferencesRequest ¶
type ApiUpdateUnsubscribePreferencesRequest struct { ApiService UsersApi // contains filtered or unexported fields }
func (ApiUpdateUnsubscribePreferencesRequest) Body ¶
func (r ApiUpdateUnsubscribePreferencesRequest) Body(body UpdateUnsubscribePreferencesRequest) ApiUpdateUnsubscribePreferencesRequest
JSON Object
func (ApiUpdateUnsubscribePreferencesRequest) Execute ¶
func (r ApiUpdateUnsubscribePreferencesRequest) Execute() (*UpdateUnsubscribePreferencesResponse, *http.Response, error)
type ApiUpdateViewRequest ¶
type ApiUpdateViewRequest struct { ApiService ViewsApi // contains filtered or unexported fields }
func (ApiUpdateViewRequest) Body ¶
func (r ApiUpdateViewRequest) Body(body UpdateViewRequest) ApiUpdateViewRequest
JSON object
func (ApiUpdateViewRequest) Execute ¶
func (r ApiUpdateViewRequest) Execute() (*UpdateViewResponse, *http.Response, error)
type ApiValidateRequest ¶
type ApiValidateRequest struct { ApiService QueriesApi // contains filtered or unexported fields }
func (ApiValidateRequest) Body ¶
func (r ApiValidateRequest) Body(body QueryRequest) ApiValidateRequest
JSON object
func (ApiValidateRequest) Execute ¶
func (r ApiValidateRequest) Execute() (*ValidateQueryResponse, *http.Response, error)
type ApiWorkspaceAliasesRequest ¶
type ApiWorkspaceAliasesRequest struct { ApiService AliasesApi // contains filtered or unexported fields }
func (ApiWorkspaceAliasesRequest) Execute ¶
func (r ApiWorkspaceAliasesRequest) Execute() (*ListAliasesResponse, *http.Response, error)
type ApiWorkspaceCollectionsRequest ¶
type ApiWorkspaceCollectionsRequest struct { ApiService CollectionsApi // contains filtered or unexported fields }
func (ApiWorkspaceCollectionsRequest) Execute ¶
func (r ApiWorkspaceCollectionsRequest) Execute() (*ListCollectionsResponse, *http.Response, error)
type ApiWorkspaceViewsRequest ¶
type ApiWorkspaceViewsRequest struct { ApiService ViewsApi // contains filtered or unexported fields }
func (ApiWorkspaceViewsRequest) Execute ¶
func (r ApiWorkspaceViewsRequest) Execute() (*ListViewsResponse, *http.Response, error)
type AwsAccessKey ¶
type AwsAccessKey struct { // AWS access key ID AwsAccessKeyId string `json:"aws_access_key_id"` // AWS secret access key AwsSecretAccessKey string `json:"aws_secret_access_key"` }
AwsAccessKey struct for AwsAccessKey
func NewAwsAccessKey ¶
func NewAwsAccessKey(awsAccessKeyId string, awsSecretAccessKey string) *AwsAccessKey
NewAwsAccessKey instantiates a new AwsAccessKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAwsAccessKeyWithDefaults ¶
func NewAwsAccessKeyWithDefaults() *AwsAccessKey
NewAwsAccessKeyWithDefaults instantiates a new AwsAccessKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AwsAccessKey) GetAwsAccessKeyId ¶
func (o *AwsAccessKey) GetAwsAccessKeyId() string
GetAwsAccessKeyId returns the AwsAccessKeyId field value
func (*AwsAccessKey) GetAwsAccessKeyIdOk ¶
func (o *AwsAccessKey) GetAwsAccessKeyIdOk() (*string, bool)
GetAwsAccessKeyIdOk returns a tuple with the AwsAccessKeyId field value and a boolean to check if the value has been set.
func (*AwsAccessKey) GetAwsSecretAccessKey ¶
func (o *AwsAccessKey) GetAwsSecretAccessKey() string
GetAwsSecretAccessKey returns the AwsSecretAccessKey field value
func (*AwsAccessKey) GetAwsSecretAccessKeyOk ¶
func (o *AwsAccessKey) GetAwsSecretAccessKeyOk() (*string, bool)
GetAwsSecretAccessKeyOk returns a tuple with the AwsSecretAccessKey field value and a boolean to check if the value has been set.
func (AwsAccessKey) MarshalJSON ¶
func (o AwsAccessKey) MarshalJSON() ([]byte, error)
func (*AwsAccessKey) SetAwsAccessKeyId ¶
func (o *AwsAccessKey) SetAwsAccessKeyId(v string)
SetAwsAccessKeyId sets field value
func (*AwsAccessKey) SetAwsSecretAccessKey ¶
func (o *AwsAccessKey) SetAwsSecretAccessKey(v string)
SetAwsSecretAccessKey sets field value
type AwsRole ¶
type AwsRole struct { // ARN of rockset-role created in your account AwsRoleArn string `json:"aws_role_arn"` }
AwsRole struct for AwsRole
func NewAwsRole ¶
NewAwsRole instantiates a new AwsRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAwsRoleWithDefaults ¶
func NewAwsRoleWithDefaults() *AwsRole
NewAwsRoleWithDefaults instantiates a new AwsRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AwsRole) GetAwsRoleArn ¶
GetAwsRoleArn returns the AwsRoleArn field value
func (*AwsRole) GetAwsRoleArnOk ¶
GetAwsRoleArnOk returns a tuple with the AwsRoleArn field value and a boolean to check if the value has been set.
func (AwsRole) MarshalJSON ¶
func (*AwsRole) SetAwsRoleArn ¶
SetAwsRoleArn sets field value
type AzureBlobStorageIntegration ¶
type AzureBlobStorageIntegration struct { // credentials for Azure Blob Storage ConnectionString string `json:"connection_string"` }
AzureBlobStorageIntegration struct for AzureBlobStorageIntegration
func NewAzureBlobStorageIntegration ¶
func NewAzureBlobStorageIntegration(connectionString string) *AzureBlobStorageIntegration
NewAzureBlobStorageIntegration instantiates a new AzureBlobStorageIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAzureBlobStorageIntegrationWithDefaults ¶
func NewAzureBlobStorageIntegrationWithDefaults() *AzureBlobStorageIntegration
NewAzureBlobStorageIntegrationWithDefaults instantiates a new AzureBlobStorageIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AzureBlobStorageIntegration) GetConnectionString ¶
func (o *AzureBlobStorageIntegration) GetConnectionString() string
GetConnectionString returns the ConnectionString field value
func (*AzureBlobStorageIntegration) GetConnectionStringOk ¶
func (o *AzureBlobStorageIntegration) GetConnectionStringOk() (*string, bool)
GetConnectionStringOk returns a tuple with the ConnectionString field value and a boolean to check if the value has been set.
func (AzureBlobStorageIntegration) MarshalJSON ¶
func (o AzureBlobStorageIntegration) MarshalJSON() ([]byte, error)
func (*AzureBlobStorageIntegration) SetConnectionString ¶
func (o *AzureBlobStorageIntegration) SetConnectionString(v string)
SetConnectionString sets field value
type AzureEventHubsIntegration ¶
type AzureEventHubsIntegration struct { // azure event hubs connection string ConnectionString *string `json:"connection_string,omitempty"` }
AzureEventHubsIntegration struct for AzureEventHubsIntegration
func NewAzureEventHubsIntegration ¶
func NewAzureEventHubsIntegration() *AzureEventHubsIntegration
NewAzureEventHubsIntegration instantiates a new AzureEventHubsIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAzureEventHubsIntegrationWithDefaults ¶
func NewAzureEventHubsIntegrationWithDefaults() *AzureEventHubsIntegration
NewAzureEventHubsIntegrationWithDefaults instantiates a new AzureEventHubsIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AzureEventHubsIntegration) GetConnectionString ¶
func (o *AzureEventHubsIntegration) GetConnectionString() string
GetConnectionString returns the ConnectionString field value if set, zero value otherwise.
func (*AzureEventHubsIntegration) GetConnectionStringOk ¶
func (o *AzureEventHubsIntegration) GetConnectionStringOk() (*string, bool)
GetConnectionStringOk returns a tuple with the ConnectionString field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AzureEventHubsIntegration) HasConnectionString ¶
func (o *AzureEventHubsIntegration) HasConnectionString() bool
HasConnectionString returns a boolean if a field has been set.
func (AzureEventHubsIntegration) MarshalJSON ¶
func (o AzureEventHubsIntegration) MarshalJSON() ([]byte, error)
func (*AzureEventHubsIntegration) SetConnectionString ¶
func (o *AzureEventHubsIntegration) SetConnectionString(v string)
SetConnectionString gets a reference to the given string and assigns it to the ConnectionString field.
type AzureServiceBusIntegration ¶
type AzureServiceBusIntegration struct { // credentials for the Azure Service Bus ConnectionString string `json:"connection_string"` }
AzureServiceBusIntegration struct for AzureServiceBusIntegration
func NewAzureServiceBusIntegration ¶
func NewAzureServiceBusIntegration(connectionString string) *AzureServiceBusIntegration
NewAzureServiceBusIntegration instantiates a new AzureServiceBusIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAzureServiceBusIntegrationWithDefaults ¶
func NewAzureServiceBusIntegrationWithDefaults() *AzureServiceBusIntegration
NewAzureServiceBusIntegrationWithDefaults instantiates a new AzureServiceBusIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AzureServiceBusIntegration) GetConnectionString ¶
func (o *AzureServiceBusIntegration) GetConnectionString() string
GetConnectionString returns the ConnectionString field value
func (*AzureServiceBusIntegration) GetConnectionStringOk ¶
func (o *AzureServiceBusIntegration) GetConnectionStringOk() (*string, bool)
GetConnectionStringOk returns a tuple with the ConnectionString field value and a boolean to check if the value has been set.
func (AzureServiceBusIntegration) MarshalJSON ¶
func (o AzureServiceBusIntegration) MarshalJSON() ([]byte, error)
func (*AzureServiceBusIntegration) SetConnectionString ¶
func (o *AzureServiceBusIntegration) SetConnectionString(v string)
SetConnectionString sets field value
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 Cluster ¶
type Cluster struct { // unique identifier for the cluster Id *string `json:"id,omitempty"` // cluster type ClusterType *string `json:"cluster_type,omitempty"` // aws region AwsRegion *string `json:"aws_region,omitempty"` // domain of org using cluster Domain *string `json:"domain,omitempty"` // top level domain of org using cluster TopLevelDomain *string `json:"top_level_domain,omitempty"` // api server url for cluster ApiserverUrl *string `json:"apiserver_url,omitempty"` }
Cluster struct for Cluster
func NewCluster ¶
func NewCluster() *Cluster
NewCluster instantiates a new Cluster object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewClusterWithDefaults ¶
func NewClusterWithDefaults() *Cluster
NewClusterWithDefaults instantiates a new Cluster object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Cluster) GetApiserverUrl ¶
GetApiserverUrl returns the ApiserverUrl field value if set, zero value otherwise.
func (*Cluster) GetApiserverUrlOk ¶
GetApiserverUrlOk returns a tuple with the ApiserverUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Cluster) GetAwsRegion ¶
GetAwsRegion returns the AwsRegion field value if set, zero value otherwise.
func (*Cluster) GetAwsRegionOk ¶
GetAwsRegionOk returns a tuple with the AwsRegion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Cluster) GetClusterType ¶
GetClusterType returns the ClusterType field value if set, zero value otherwise.
func (*Cluster) GetClusterTypeOk ¶
GetClusterTypeOk returns a tuple with the ClusterType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Cluster) GetDomainOk ¶
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Cluster) GetIdOk ¶
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 (*Cluster) GetTopLevelDomain ¶
GetTopLevelDomain returns the TopLevelDomain field value if set, zero value otherwise.
func (*Cluster) GetTopLevelDomainOk ¶
GetTopLevelDomainOk returns a tuple with the TopLevelDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Cluster) HasApiserverUrl ¶
HasApiserverUrl returns a boolean if a field has been set.
func (*Cluster) HasAwsRegion ¶
HasAwsRegion returns a boolean if a field has been set.
func (*Cluster) HasClusterType ¶
HasClusterType returns a boolean if a field has been set.
func (*Cluster) HasTopLevelDomain ¶
HasTopLevelDomain returns a boolean if a field has been set.
func (Cluster) MarshalJSON ¶
func (*Cluster) SetApiserverUrl ¶
SetApiserverUrl gets a reference to the given string and assigns it to the ApiserverUrl field.
func (*Cluster) SetAwsRegion ¶
SetAwsRegion gets a reference to the given string and assigns it to the AwsRegion field.
func (*Cluster) SetClusterType ¶
SetClusterType gets a reference to the given string and assigns it to the ClusterType field.
func (*Cluster) SetDomain ¶
SetDomain gets a reference to the given string and assigns it to the Domain field.
func (*Cluster) SetTopLevelDomain ¶
SetTopLevelDomain gets a reference to the given string and assigns it to the TopLevelDomain field.
type Collection ¶
type Collection struct { // ISO-8601 date CreatedAt *string `json:"created_at,omitempty"` // email of user who created the collection CreatedBy *string `json:"created_by,omitempty"` // unique identifer for collection, can contain alphanumeric or dash characters Name *string `json:"name,omitempty"` // text describing the collection Description *string `json:"description,omitempty"` // name of the workspace that the collection is in Workspace *string `json:"workspace,omitempty"` // current status of collection, one of: CREATED, READY, DELETED Status *string `json:"status,omitempty"` // list of sources from which collection ingests Sources []Source `json:"sources,omitempty"` Stats *CollectionStats `json:"stats,omitempty"` // number of seconds after which data is purged based on event time RetentionSecs *int64 `json:"retention_secs,omitempty"` // list of mappings applied on all documents in a collection FieldMappings []FieldMappingV2 `json:"field_mappings,omitempty"` FieldMappingQuery *FieldMappingQuery `json:"field_mapping_query,omitempty"` // list of clustering fields for a collection ClusteringKey []FieldPartition `json:"clustering_key,omitempty"` // list of aliases for a collection Aliases []Alias `json:"aliases,omitempty"` // Whether the collection is insert only or not InsertOnly *bool `json:"insert_only,omitempty"` }
Collection struct for Collection
func NewCollection ¶
func NewCollection() *Collection
NewCollection instantiates a new Collection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCollectionWithDefaults ¶
func NewCollectionWithDefaults() *Collection
NewCollectionWithDefaults instantiates a new Collection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Collection) GetAliases ¶
func (o *Collection) GetAliases() []Alias
GetAliases returns the Aliases field value if set, zero value otherwise.
func (*Collection) GetAliasesOk ¶
func (o *Collection) GetAliasesOk() ([]Alias, bool)
GetAliasesOk returns a tuple with the Aliases field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Collection) GetClusteringKey ¶
func (o *Collection) GetClusteringKey() []FieldPartition
GetClusteringKey returns the ClusteringKey field value if set, zero value otherwise.
func (*Collection) GetClusteringKeyOk ¶
func (o *Collection) GetClusteringKeyOk() ([]FieldPartition, bool)
GetClusteringKeyOk returns a tuple with the ClusteringKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Collection) GetCreatedAt ¶
func (o *Collection) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Collection) GetCreatedAtOk ¶
func (o *Collection) 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 (*Collection) GetCreatedBy ¶
func (o *Collection) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Collection) GetCreatedByOk ¶
func (o *Collection) 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 (*Collection) GetDescription ¶
func (o *Collection) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*Collection) GetDescriptionOk ¶
func (o *Collection) 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 (*Collection) GetFieldMappingQuery ¶
func (o *Collection) GetFieldMappingQuery() FieldMappingQuery
GetFieldMappingQuery returns the FieldMappingQuery field value if set, zero value otherwise.
func (*Collection) GetFieldMappingQueryOk ¶
func (o *Collection) GetFieldMappingQueryOk() (*FieldMappingQuery, bool)
GetFieldMappingQueryOk returns a tuple with the FieldMappingQuery field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Collection) GetFieldMappings ¶
func (o *Collection) GetFieldMappings() []FieldMappingV2
GetFieldMappings returns the FieldMappings field value if set, zero value otherwise.
func (*Collection) GetFieldMappingsOk ¶
func (o *Collection) GetFieldMappingsOk() ([]FieldMappingV2, bool)
GetFieldMappingsOk returns a tuple with the FieldMappings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Collection) GetInsertOnly ¶
func (o *Collection) GetInsertOnly() bool
GetInsertOnly returns the InsertOnly field value if set, zero value otherwise.
func (*Collection) GetInsertOnlyOk ¶
func (o *Collection) GetInsertOnlyOk() (*bool, bool)
GetInsertOnlyOk returns a tuple with the InsertOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Collection) GetName ¶
func (o *Collection) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*Collection) GetNameOk ¶
func (o *Collection) 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 (*Collection) GetRetentionSecs ¶
func (o *Collection) GetRetentionSecs() int64
GetRetentionSecs returns the RetentionSecs field value if set, zero value otherwise.
func (*Collection) GetRetentionSecsOk ¶
func (o *Collection) GetRetentionSecsOk() (*int64, bool)
GetRetentionSecsOk returns a tuple with the RetentionSecs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Collection) GetSources ¶
func (o *Collection) GetSources() []Source
GetSources returns the Sources field value if set, zero value otherwise.
func (*Collection) GetSourcesOk ¶
func (o *Collection) GetSourcesOk() ([]Source, bool)
GetSourcesOk returns a tuple with the Sources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Collection) GetStats ¶
func (o *Collection) GetStats() CollectionStats
GetStats returns the Stats field value if set, zero value otherwise.
func (*Collection) GetStatsOk ¶
func (o *Collection) GetStatsOk() (*CollectionStats, bool)
GetStatsOk returns a tuple with the Stats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Collection) GetStatus ¶
func (o *Collection) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*Collection) GetStatusOk ¶
func (o *Collection) 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 (*Collection) GetWorkspace ¶
func (o *Collection) GetWorkspace() string
GetWorkspace returns the Workspace field value if set, zero value otherwise.
func (*Collection) GetWorkspaceOk ¶
func (o *Collection) GetWorkspaceOk() (*string, bool)
GetWorkspaceOk returns a tuple with the Workspace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Collection) HasAliases ¶
func (o *Collection) HasAliases() bool
HasAliases returns a boolean if a field has been set.
func (*Collection) HasClusteringKey ¶
func (o *Collection) HasClusteringKey() bool
HasClusteringKey returns a boolean if a field has been set.
func (*Collection) HasCreatedAt ¶
func (o *Collection) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*Collection) HasCreatedBy ¶
func (o *Collection) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*Collection) HasDescription ¶
func (o *Collection) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*Collection) HasFieldMappingQuery ¶
func (o *Collection) HasFieldMappingQuery() bool
HasFieldMappingQuery returns a boolean if a field has been set.
func (*Collection) HasFieldMappings ¶
func (o *Collection) HasFieldMappings() bool
HasFieldMappings returns a boolean if a field has been set.
func (*Collection) HasInsertOnly ¶
func (o *Collection) HasInsertOnly() bool
HasInsertOnly returns a boolean if a field has been set.
func (*Collection) HasName ¶
func (o *Collection) HasName() bool
HasName returns a boolean if a field has been set.
func (*Collection) HasRetentionSecs ¶
func (o *Collection) HasRetentionSecs() bool
HasRetentionSecs returns a boolean if a field has been set.
func (*Collection) HasSources ¶
func (o *Collection) HasSources() bool
HasSources returns a boolean if a field has been set.
func (*Collection) HasStats ¶
func (o *Collection) HasStats() bool
HasStats returns a boolean if a field has been set.
func (*Collection) HasStatus ¶
func (o *Collection) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*Collection) HasWorkspace ¶
func (o *Collection) HasWorkspace() bool
HasWorkspace returns a boolean if a field has been set.
func (Collection) MarshalJSON ¶
func (o Collection) MarshalJSON() ([]byte, error)
func (*Collection) SetAliases ¶
func (o *Collection) SetAliases(v []Alias)
SetAliases gets a reference to the given []Alias and assigns it to the Aliases field.
func (*Collection) SetClusteringKey ¶
func (o *Collection) SetClusteringKey(v []FieldPartition)
SetClusteringKey gets a reference to the given []FieldPartition and assigns it to the ClusteringKey field.
func (*Collection) SetCreatedAt ¶
func (o *Collection) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*Collection) SetCreatedBy ¶
func (o *Collection) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Collection) SetDescription ¶
func (o *Collection) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Collection) SetFieldMappingQuery ¶
func (o *Collection) SetFieldMappingQuery(v FieldMappingQuery)
SetFieldMappingQuery gets a reference to the given FieldMappingQuery and assigns it to the FieldMappingQuery field.
func (*Collection) SetFieldMappings ¶
func (o *Collection) SetFieldMappings(v []FieldMappingV2)
SetFieldMappings gets a reference to the given []FieldMappingV2 and assigns it to the FieldMappings field.
func (*Collection) SetInsertOnly ¶
func (o *Collection) SetInsertOnly(v bool)
SetInsertOnly gets a reference to the given bool and assigns it to the InsertOnly field.
func (*Collection) SetName ¶
func (o *Collection) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*Collection) SetRetentionSecs ¶
func (o *Collection) SetRetentionSecs(v int64)
SetRetentionSecs gets a reference to the given int64 and assigns it to the RetentionSecs field.
func (*Collection) SetSources ¶
func (o *Collection) SetSources(v []Source)
SetSources gets a reference to the given []Source and assigns it to the Sources field.
func (*Collection) SetStats ¶
func (o *Collection) SetStats(v CollectionStats)
SetStats gets a reference to the given CollectionStats and assigns it to the Stats field.
func (*Collection) SetStatus ¶
func (o *Collection) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*Collection) SetWorkspace ¶
func (o *Collection) SetWorkspace(v string)
SetWorkspace gets a reference to the given string and assigns it to the Workspace field.
type CollectionStats ¶
type CollectionStats struct { // number of documents in the collection DocCount *int64 `json:"doc_count,omitempty"` // number of documents purged from the collection PurgedDocCount *int64 `json:"purged_doc_count,omitempty"` // number between 0 and 1 that indicates progress of collection creation FillProgress *float64 `json:"fill_progress,omitempty"` // milliseconds since Unix epoch Jan 1, 1970 LastQueriedMs *int64 `json:"last_queried_ms,omitempty"` // milliseconds since Unix epoch Jan 1, 1970 LastUpdatedMs *int64 `json:"last_updated_ms,omitempty"` // total collection size in bytes TotalSize *int64 `json:"total_size,omitempty"` // total collection index size in bytes TotalIndexSize *int64 `json:"total_index_size,omitempty"` // total collection row index size in bytes RowIndexSize *int64 `json:"row_index_size,omitempty"` // total collection column index size in bytes ColumnIndexSize *int64 `json:"column_index_size,omitempty"` // total collection inverted index size in bytes InvertedIndexSize *int64 `json:"inverted_index_size,omitempty"` // total collection range index size in bytes RangeIndexSize *int64 `json:"range_index_size,omitempty"` // total size of bytes purged in bytes PurgedDocSize *int64 `json:"purged_doc_size,omitempty"` // total number of bytes inserted into the collection BytesInserted *int64 `json:"bytes_inserted,omitempty"` // total number of bytes overwritten in writing into the collection BytesOverwritten *int64 `json:"bytes_overwritten,omitempty"` // total number of bytes inserted into the collection during bulk BulkBytesInserted *int64 `json:"bulk_bytes_inserted,omitempty"` // total number of bytes overwritten in writing into the collection during bulk BulkBytesOverwritten *int64 `json:"bulk_bytes_overwritten,omitempty"` }
CollectionStats struct for CollectionStats
func NewCollectionStats ¶
func NewCollectionStats() *CollectionStats
NewCollectionStats instantiates a new CollectionStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCollectionStatsWithDefaults ¶
func NewCollectionStatsWithDefaults() *CollectionStats
NewCollectionStatsWithDefaults instantiates a new CollectionStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CollectionStats) GetBulkBytesInserted ¶
func (o *CollectionStats) GetBulkBytesInserted() int64
GetBulkBytesInserted returns the BulkBytesInserted field value if set, zero value otherwise.
func (*CollectionStats) GetBulkBytesInsertedOk ¶
func (o *CollectionStats) GetBulkBytesInsertedOk() (*int64, bool)
GetBulkBytesInsertedOk returns a tuple with the BulkBytesInserted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) GetBulkBytesOverwritten ¶
func (o *CollectionStats) GetBulkBytesOverwritten() int64
GetBulkBytesOverwritten returns the BulkBytesOverwritten field value if set, zero value otherwise.
func (*CollectionStats) GetBulkBytesOverwrittenOk ¶
func (o *CollectionStats) GetBulkBytesOverwrittenOk() (*int64, bool)
GetBulkBytesOverwrittenOk returns a tuple with the BulkBytesOverwritten field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) GetBytesInserted ¶
func (o *CollectionStats) GetBytesInserted() int64
GetBytesInserted returns the BytesInserted field value if set, zero value otherwise.
func (*CollectionStats) GetBytesInsertedOk ¶
func (o *CollectionStats) GetBytesInsertedOk() (*int64, bool)
GetBytesInsertedOk returns a tuple with the BytesInserted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) GetBytesOverwritten ¶
func (o *CollectionStats) GetBytesOverwritten() int64
GetBytesOverwritten returns the BytesOverwritten field value if set, zero value otherwise.
func (*CollectionStats) GetBytesOverwrittenOk ¶
func (o *CollectionStats) GetBytesOverwrittenOk() (*int64, bool)
GetBytesOverwrittenOk returns a tuple with the BytesOverwritten field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) GetColumnIndexSize ¶
func (o *CollectionStats) GetColumnIndexSize() int64
GetColumnIndexSize returns the ColumnIndexSize field value if set, zero value otherwise.
func (*CollectionStats) GetColumnIndexSizeOk ¶
func (o *CollectionStats) GetColumnIndexSizeOk() (*int64, bool)
GetColumnIndexSizeOk returns a tuple with the ColumnIndexSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) GetDocCount ¶
func (o *CollectionStats) GetDocCount() int64
GetDocCount returns the DocCount field value if set, zero value otherwise.
func (*CollectionStats) GetDocCountOk ¶
func (o *CollectionStats) GetDocCountOk() (*int64, bool)
GetDocCountOk returns a tuple with the DocCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) GetFillProgress ¶
func (o *CollectionStats) GetFillProgress() float64
GetFillProgress returns the FillProgress field value if set, zero value otherwise.
func (*CollectionStats) GetFillProgressOk ¶
func (o *CollectionStats) GetFillProgressOk() (*float64, bool)
GetFillProgressOk returns a tuple with the FillProgress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) GetInvertedIndexSize ¶
func (o *CollectionStats) GetInvertedIndexSize() int64
GetInvertedIndexSize returns the InvertedIndexSize field value if set, zero value otherwise.
func (*CollectionStats) GetInvertedIndexSizeOk ¶
func (o *CollectionStats) GetInvertedIndexSizeOk() (*int64, bool)
GetInvertedIndexSizeOk returns a tuple with the InvertedIndexSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) GetLastQueriedMs ¶
func (o *CollectionStats) GetLastQueriedMs() int64
GetLastQueriedMs returns the LastQueriedMs field value if set, zero value otherwise.
func (*CollectionStats) GetLastQueriedMsOk ¶
func (o *CollectionStats) GetLastQueriedMsOk() (*int64, bool)
GetLastQueriedMsOk returns a tuple with the LastQueriedMs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) GetLastUpdatedMs ¶
func (o *CollectionStats) GetLastUpdatedMs() int64
GetLastUpdatedMs returns the LastUpdatedMs field value if set, zero value otherwise.
func (*CollectionStats) GetLastUpdatedMsOk ¶
func (o *CollectionStats) GetLastUpdatedMsOk() (*int64, bool)
GetLastUpdatedMsOk returns a tuple with the LastUpdatedMs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) GetPurgedDocCount ¶
func (o *CollectionStats) GetPurgedDocCount() int64
GetPurgedDocCount returns the PurgedDocCount field value if set, zero value otherwise.
func (*CollectionStats) GetPurgedDocCountOk ¶
func (o *CollectionStats) GetPurgedDocCountOk() (*int64, bool)
GetPurgedDocCountOk returns a tuple with the PurgedDocCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) GetPurgedDocSize ¶
func (o *CollectionStats) GetPurgedDocSize() int64
GetPurgedDocSize returns the PurgedDocSize field value if set, zero value otherwise.
func (*CollectionStats) GetPurgedDocSizeOk ¶
func (o *CollectionStats) GetPurgedDocSizeOk() (*int64, bool)
GetPurgedDocSizeOk returns a tuple with the PurgedDocSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) GetRangeIndexSize ¶
func (o *CollectionStats) GetRangeIndexSize() int64
GetRangeIndexSize returns the RangeIndexSize field value if set, zero value otherwise.
func (*CollectionStats) GetRangeIndexSizeOk ¶
func (o *CollectionStats) GetRangeIndexSizeOk() (*int64, bool)
GetRangeIndexSizeOk returns a tuple with the RangeIndexSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) GetRowIndexSize ¶
func (o *CollectionStats) GetRowIndexSize() int64
GetRowIndexSize returns the RowIndexSize field value if set, zero value otherwise.
func (*CollectionStats) GetRowIndexSizeOk ¶
func (o *CollectionStats) GetRowIndexSizeOk() (*int64, bool)
GetRowIndexSizeOk returns a tuple with the RowIndexSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) GetTotalIndexSize ¶
func (o *CollectionStats) GetTotalIndexSize() int64
GetTotalIndexSize returns the TotalIndexSize field value if set, zero value otherwise.
func (*CollectionStats) GetTotalIndexSizeOk ¶
func (o *CollectionStats) GetTotalIndexSizeOk() (*int64, bool)
GetTotalIndexSizeOk returns a tuple with the TotalIndexSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) GetTotalSize ¶
func (o *CollectionStats) GetTotalSize() int64
GetTotalSize returns the TotalSize field value if set, zero value otherwise.
func (*CollectionStats) GetTotalSizeOk ¶
func (o *CollectionStats) GetTotalSizeOk() (*int64, bool)
GetTotalSizeOk returns a tuple with the TotalSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionStats) HasBulkBytesInserted ¶
func (o *CollectionStats) HasBulkBytesInserted() bool
HasBulkBytesInserted returns a boolean if a field has been set.
func (*CollectionStats) HasBulkBytesOverwritten ¶
func (o *CollectionStats) HasBulkBytesOverwritten() bool
HasBulkBytesOverwritten returns a boolean if a field has been set.
func (*CollectionStats) HasBytesInserted ¶
func (o *CollectionStats) HasBytesInserted() bool
HasBytesInserted returns a boolean if a field has been set.
func (*CollectionStats) HasBytesOverwritten ¶
func (o *CollectionStats) HasBytesOverwritten() bool
HasBytesOverwritten returns a boolean if a field has been set.
func (*CollectionStats) HasColumnIndexSize ¶
func (o *CollectionStats) HasColumnIndexSize() bool
HasColumnIndexSize returns a boolean if a field has been set.
func (*CollectionStats) HasDocCount ¶
func (o *CollectionStats) HasDocCount() bool
HasDocCount returns a boolean if a field has been set.
func (*CollectionStats) HasFillProgress ¶
func (o *CollectionStats) HasFillProgress() bool
HasFillProgress returns a boolean if a field has been set.
func (*CollectionStats) HasInvertedIndexSize ¶
func (o *CollectionStats) HasInvertedIndexSize() bool
HasInvertedIndexSize returns a boolean if a field has been set.
func (*CollectionStats) HasLastQueriedMs ¶
func (o *CollectionStats) HasLastQueriedMs() bool
HasLastQueriedMs returns a boolean if a field has been set.
func (*CollectionStats) HasLastUpdatedMs ¶
func (o *CollectionStats) HasLastUpdatedMs() bool
HasLastUpdatedMs returns a boolean if a field has been set.
func (*CollectionStats) HasPurgedDocCount ¶
func (o *CollectionStats) HasPurgedDocCount() bool
HasPurgedDocCount returns a boolean if a field has been set.
func (*CollectionStats) HasPurgedDocSize ¶
func (o *CollectionStats) HasPurgedDocSize() bool
HasPurgedDocSize returns a boolean if a field has been set.
func (*CollectionStats) HasRangeIndexSize ¶
func (o *CollectionStats) HasRangeIndexSize() bool
HasRangeIndexSize returns a boolean if a field has been set.
func (*CollectionStats) HasRowIndexSize ¶
func (o *CollectionStats) HasRowIndexSize() bool
HasRowIndexSize returns a boolean if a field has been set.
func (*CollectionStats) HasTotalIndexSize ¶
func (o *CollectionStats) HasTotalIndexSize() bool
HasTotalIndexSize returns a boolean if a field has been set.
func (*CollectionStats) HasTotalSize ¶
func (o *CollectionStats) HasTotalSize() bool
HasTotalSize returns a boolean if a field has been set.
func (CollectionStats) MarshalJSON ¶
func (o CollectionStats) MarshalJSON() ([]byte, error)
func (*CollectionStats) SetBulkBytesInserted ¶
func (o *CollectionStats) SetBulkBytesInserted(v int64)
SetBulkBytesInserted gets a reference to the given int64 and assigns it to the BulkBytesInserted field.
func (*CollectionStats) SetBulkBytesOverwritten ¶
func (o *CollectionStats) SetBulkBytesOverwritten(v int64)
SetBulkBytesOverwritten gets a reference to the given int64 and assigns it to the BulkBytesOverwritten field.
func (*CollectionStats) SetBytesInserted ¶
func (o *CollectionStats) SetBytesInserted(v int64)
SetBytesInserted gets a reference to the given int64 and assigns it to the BytesInserted field.
func (*CollectionStats) SetBytesOverwritten ¶
func (o *CollectionStats) SetBytesOverwritten(v int64)
SetBytesOverwritten gets a reference to the given int64 and assigns it to the BytesOverwritten field.
func (*CollectionStats) SetColumnIndexSize ¶
func (o *CollectionStats) SetColumnIndexSize(v int64)
SetColumnIndexSize gets a reference to the given int64 and assigns it to the ColumnIndexSize field.
func (*CollectionStats) SetDocCount ¶
func (o *CollectionStats) SetDocCount(v int64)
SetDocCount gets a reference to the given int64 and assigns it to the DocCount field.
func (*CollectionStats) SetFillProgress ¶
func (o *CollectionStats) SetFillProgress(v float64)
SetFillProgress gets a reference to the given float64 and assigns it to the FillProgress field.
func (*CollectionStats) SetInvertedIndexSize ¶
func (o *CollectionStats) SetInvertedIndexSize(v int64)
SetInvertedIndexSize gets a reference to the given int64 and assigns it to the InvertedIndexSize field.
func (*CollectionStats) SetLastQueriedMs ¶
func (o *CollectionStats) SetLastQueriedMs(v int64)
SetLastQueriedMs gets a reference to the given int64 and assigns it to the LastQueriedMs field.
func (*CollectionStats) SetLastUpdatedMs ¶
func (o *CollectionStats) SetLastUpdatedMs(v int64)
SetLastUpdatedMs gets a reference to the given int64 and assigns it to the LastUpdatedMs field.
func (*CollectionStats) SetPurgedDocCount ¶
func (o *CollectionStats) SetPurgedDocCount(v int64)
SetPurgedDocCount gets a reference to the given int64 and assigns it to the PurgedDocCount field.
func (*CollectionStats) SetPurgedDocSize ¶
func (o *CollectionStats) SetPurgedDocSize(v int64)
SetPurgedDocSize gets a reference to the given int64 and assigns it to the PurgedDocSize field.
func (*CollectionStats) SetRangeIndexSize ¶
func (o *CollectionStats) SetRangeIndexSize(v int64)
SetRangeIndexSize gets a reference to the given int64 and assigns it to the RangeIndexSize field.
func (*CollectionStats) SetRowIndexSize ¶
func (o *CollectionStats) SetRowIndexSize(v int64)
SetRowIndexSize gets a reference to the given int64 and assigns it to the RowIndexSize field.
func (*CollectionStats) SetTotalIndexSize ¶
func (o *CollectionStats) SetTotalIndexSize(v int64)
SetTotalIndexSize gets a reference to the given int64 and assigns it to the TotalIndexSize field.
func (*CollectionStats) SetTotalSize ¶
func (o *CollectionStats) SetTotalSize(v int64)
SetTotalSize gets a reference to the given int64 and assigns it to the TotalSize field.
type CollectionsApi ¶
type CollectionsApi interface { /* CreateCollection Create Collection Create new collection in a workspace. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiCreateCollectionRequest */ CreateCollection(ctx context.Context, workspace string) ApiCreateCollectionRequest // CreateCollectionExecute executes the request // @return CreateCollectionResponse CreateCollectionExecute(r ApiCreateCollectionRequest) (*CreateCollectionResponse, *http.Response, error) /* DeleteCollection Delete Collection Delete a collection and all its documents from Rockset. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param collection name of the collection @return ApiDeleteCollectionRequest */ DeleteCollection(ctx context.Context, workspace string, collection string) ApiDeleteCollectionRequest // DeleteCollectionExecute executes the request // @return DeleteCollectionResponse DeleteCollectionExecute(r ApiDeleteCollectionRequest) (*DeleteCollectionResponse, *http.Response, error) /* GetCollection Retrieve Collection Get details about a collection. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param collection name of the collection @return ApiGetCollectionRequest */ GetCollection(ctx context.Context, workspace string, collection string) ApiGetCollectionRequest // GetCollectionExecute executes the request // @return GetCollectionResponse GetCollectionExecute(r ApiGetCollectionRequest) (*GetCollectionResponse, *http.Response, error) /* ListCollections List Collections Retrieve all collections in an organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListCollectionsRequest */ ListCollections(ctx context.Context) ApiListCollectionsRequest // ListCollectionsExecute executes the request // @return ListCollectionsResponse ListCollectionsExecute(r ApiListCollectionsRequest) (*ListCollectionsResponse, *http.Response, error) /* WorkspaceCollections List Collections in Workspace Retrieve all collections in a workspace. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiWorkspaceCollectionsRequest */ WorkspaceCollections(ctx context.Context, workspace string) ApiWorkspaceCollectionsRequest // WorkspaceCollectionsExecute executes the request // @return ListCollectionsResponse WorkspaceCollectionsExecute(r ApiWorkspaceCollectionsRequest) (*ListCollectionsResponse, *http.Response, error) }
type CollectionsApiService ¶
type CollectionsApiService service
CollectionsApiService CollectionsApi service
func (*CollectionsApiService) CreateCollection ¶
func (a *CollectionsApiService) CreateCollection(ctx context.Context, workspace string) ApiCreateCollectionRequest
CreateCollection Create Collection
Create new collection in a workspace.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiCreateCollectionRequest
func (*CollectionsApiService) CreateCollectionExecute ¶
func (a *CollectionsApiService) CreateCollectionExecute(r ApiCreateCollectionRequest) (*CreateCollectionResponse, *http.Response, error)
Execute executes the request
@return CreateCollectionResponse
func (*CollectionsApiService) DeleteCollection ¶
func (a *CollectionsApiService) DeleteCollection(ctx context.Context, workspace string, collection string) ApiDeleteCollectionRequest
DeleteCollection Delete Collection
Delete a collection and all its documents from Rockset.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param collection name of the collection @return ApiDeleteCollectionRequest
func (*CollectionsApiService) DeleteCollectionExecute ¶
func (a *CollectionsApiService) DeleteCollectionExecute(r ApiDeleteCollectionRequest) (*DeleteCollectionResponse, *http.Response, error)
Execute executes the request
@return DeleteCollectionResponse
func (*CollectionsApiService) GetCollection ¶
func (a *CollectionsApiService) GetCollection(ctx context.Context, workspace string, collection string) ApiGetCollectionRequest
GetCollection Retrieve Collection
Get details about a collection.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param collection name of the collection @return ApiGetCollectionRequest
func (*CollectionsApiService) GetCollectionExecute ¶
func (a *CollectionsApiService) GetCollectionExecute(r ApiGetCollectionRequest) (*GetCollectionResponse, *http.Response, error)
Execute executes the request
@return GetCollectionResponse
func (*CollectionsApiService) ListCollections ¶
func (a *CollectionsApiService) ListCollections(ctx context.Context) ApiListCollectionsRequest
ListCollections List Collections
Retrieve all collections in an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListCollectionsRequest
func (*CollectionsApiService) ListCollectionsExecute ¶
func (a *CollectionsApiService) ListCollectionsExecute(r ApiListCollectionsRequest) (*ListCollectionsResponse, *http.Response, error)
Execute executes the request
@return ListCollectionsResponse
func (*CollectionsApiService) WorkspaceCollections ¶
func (a *CollectionsApiService) WorkspaceCollections(ctx context.Context, workspace string) ApiWorkspaceCollectionsRequest
WorkspaceCollections List Collections in Workspace
Retrieve all collections in a workspace.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiWorkspaceCollectionsRequest
func (*CollectionsApiService) WorkspaceCollectionsExecute ¶
func (a *CollectionsApiService) WorkspaceCollectionsExecute(r ApiWorkspaceCollectionsRequest) (*ListCollectionsResponse, *http.Response, error)
Execute executes the request
@return ListCollectionsResponse
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CreateAliasRequest ¶
type CreateAliasRequest struct { // Alias name Name string `json:"name"` // optional description Description *string `json:"description,omitempty"` // list of fully qualified collection names referenced by alias Collections []string `json:"collections"` }
CreateAliasRequest struct for CreateAliasRequest
func NewCreateAliasRequest ¶
func NewCreateAliasRequest(name string, collections []string) *CreateAliasRequest
NewCreateAliasRequest instantiates a new CreateAliasRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateAliasRequestWithDefaults ¶
func NewCreateAliasRequestWithDefaults() *CreateAliasRequest
NewCreateAliasRequestWithDefaults instantiates a new CreateAliasRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateAliasRequest) GetCollections ¶
func (o *CreateAliasRequest) GetCollections() []string
GetCollections returns the Collections field value
func (*CreateAliasRequest) GetCollectionsOk ¶
func (o *CreateAliasRequest) GetCollectionsOk() ([]string, bool)
GetCollectionsOk returns a tuple with the Collections field value and a boolean to check if the value has been set.
func (*CreateAliasRequest) GetDescription ¶
func (o *CreateAliasRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateAliasRequest) GetDescriptionOk ¶
func (o *CreateAliasRequest) 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 (*CreateAliasRequest) GetName ¶
func (o *CreateAliasRequest) GetName() string
GetName returns the Name field value
func (*CreateAliasRequest) GetNameOk ¶
func (o *CreateAliasRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateAliasRequest) HasDescription ¶
func (o *CreateAliasRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (CreateAliasRequest) MarshalJSON ¶
func (o CreateAliasRequest) MarshalJSON() ([]byte, error)
func (*CreateAliasRequest) SetCollections ¶
func (o *CreateAliasRequest) SetCollections(v []string)
SetCollections sets field value
func (*CreateAliasRequest) SetDescription ¶
func (o *CreateAliasRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateAliasRequest) SetName ¶
func (o *CreateAliasRequest) SetName(v string)
SetName sets field value
type CreateAliasResponse ¶
type CreateAliasResponse struct {
Data *Alias `json:"data,omitempty"`
}
CreateAliasResponse struct for CreateAliasResponse
func NewCreateAliasResponse ¶
func NewCreateAliasResponse() *CreateAliasResponse
NewCreateAliasResponse instantiates a new CreateAliasResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateAliasResponseWithDefaults ¶
func NewCreateAliasResponseWithDefaults() *CreateAliasResponse
NewCreateAliasResponseWithDefaults instantiates a new CreateAliasResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateAliasResponse) GetData ¶
func (o *CreateAliasResponse) GetData() Alias
GetData returns the Data field value if set, zero value otherwise.
func (*CreateAliasResponse) GetDataOk ¶
func (o *CreateAliasResponse) GetDataOk() (*Alias, 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 (*CreateAliasResponse) HasData ¶
func (o *CreateAliasResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (CreateAliasResponse) MarshalJSON ¶
func (o CreateAliasResponse) MarshalJSON() ([]byte, error)
func (*CreateAliasResponse) SetData ¶
func (o *CreateAliasResponse) SetData(v Alias)
SetData gets a reference to the given Alias and assigns it to the Data field.
type CreateApiKeyRequest ¶
type CreateApiKeyRequest struct { // Name for this API key. Name string `json:"name"` Role *string `json:"role,omitempty"` }
CreateApiKeyRequest struct for CreateApiKeyRequest
func NewCreateApiKeyRequest ¶
func NewCreateApiKeyRequest(name string) *CreateApiKeyRequest
NewCreateApiKeyRequest instantiates a new CreateApiKeyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateApiKeyRequestWithDefaults ¶
func NewCreateApiKeyRequestWithDefaults() *CreateApiKeyRequest
NewCreateApiKeyRequestWithDefaults instantiates a new CreateApiKeyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateApiKeyRequest) GetName ¶
func (o *CreateApiKeyRequest) GetName() string
GetName returns the Name field value
func (*CreateApiKeyRequest) GetNameOk ¶
func (o *CreateApiKeyRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateApiKeyRequest) GetRole ¶
func (o *CreateApiKeyRequest) GetRole() string
GetRole returns the Role field value if set, zero value otherwise.
func (*CreateApiKeyRequest) GetRoleOk ¶
func (o *CreateApiKeyRequest) 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 (*CreateApiKeyRequest) HasRole ¶
func (o *CreateApiKeyRequest) HasRole() bool
HasRole returns a boolean if a field has been set.
func (CreateApiKeyRequest) MarshalJSON ¶
func (o CreateApiKeyRequest) MarshalJSON() ([]byte, error)
func (*CreateApiKeyRequest) SetName ¶
func (o *CreateApiKeyRequest) SetName(v string)
SetName sets field value
func (*CreateApiKeyRequest) SetRole ¶
func (o *CreateApiKeyRequest) SetRole(v string)
SetRole gets a reference to the given string and assigns it to the Role field.
type CreateApiKeyResponse ¶
type CreateApiKeyResponse struct {
Data *ApiKey `json:"data,omitempty"`
}
CreateApiKeyResponse struct for CreateApiKeyResponse
func NewCreateApiKeyResponse ¶
func NewCreateApiKeyResponse() *CreateApiKeyResponse
NewCreateApiKeyResponse instantiates a new CreateApiKeyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateApiKeyResponseWithDefaults ¶
func NewCreateApiKeyResponseWithDefaults() *CreateApiKeyResponse
NewCreateApiKeyResponseWithDefaults instantiates a new CreateApiKeyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateApiKeyResponse) GetData ¶
func (o *CreateApiKeyResponse) GetData() ApiKey
GetData returns the Data field value if set, zero value otherwise.
func (*CreateApiKeyResponse) GetDataOk ¶
func (o *CreateApiKeyResponse) GetDataOk() (*ApiKey, 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 (*CreateApiKeyResponse) HasData ¶
func (o *CreateApiKeyResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (CreateApiKeyResponse) MarshalJSON ¶
func (o CreateApiKeyResponse) MarshalJSON() ([]byte, error)
func (*CreateApiKeyResponse) SetData ¶
func (o *CreateApiKeyResponse) SetData(v ApiKey)
SetData gets a reference to the given ApiKey and assigns it to the Data field.
type CreateCollectionRequest ¶
type CreateCollectionRequest struct { // unique identifier for collection, can contain alphanumeric or dash characters Name string `json:"name"` // text describing the collection Description *string `json:"description,omitempty"` // list of sources from which to ingest data Sources []Source `json:"sources,omitempty"` // number of seconds after which data is purged, based on event time RetentionSecs *int64 `json:"retention_secs,omitempty"` // If true disallows updates and deletes, but makes indexing more efficient InsertOnly *bool `json:"insert_only,omitempty"` EventTimeInfo *EventTimeInfo `json:"event_time_info,omitempty"` // list of mappings FieldMappings []FieldMappingV2 `json:"field_mappings,omitempty"` FieldMappingQuery *FieldMappingQuery `json:"field_mapping_query,omitempty"` // list of clustering fields ClusteringKey []FieldPartition `json:"clustering_key,omitempty"` }
CreateCollectionRequest struct for CreateCollectionRequest
func NewCreateCollectionRequest ¶
func NewCreateCollectionRequest(name string) *CreateCollectionRequest
NewCreateCollectionRequest instantiates a new CreateCollectionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateCollectionRequestWithDefaults ¶
func NewCreateCollectionRequestWithDefaults() *CreateCollectionRequest
NewCreateCollectionRequestWithDefaults instantiates a new CreateCollectionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateCollectionRequest) GetClusteringKey ¶
func (o *CreateCollectionRequest) GetClusteringKey() []FieldPartition
GetClusteringKey returns the ClusteringKey field value if set, zero value otherwise.
func (*CreateCollectionRequest) GetClusteringKeyOk ¶
func (o *CreateCollectionRequest) GetClusteringKeyOk() ([]FieldPartition, bool)
GetClusteringKeyOk returns a tuple with the ClusteringKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCollectionRequest) GetDescription ¶
func (o *CreateCollectionRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateCollectionRequest) GetDescriptionOk ¶
func (o *CreateCollectionRequest) 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 (*CreateCollectionRequest) GetEventTimeInfo ¶
func (o *CreateCollectionRequest) GetEventTimeInfo() EventTimeInfo
GetEventTimeInfo returns the EventTimeInfo field value if set, zero value otherwise.
func (*CreateCollectionRequest) GetEventTimeInfoOk ¶
func (o *CreateCollectionRequest) GetEventTimeInfoOk() (*EventTimeInfo, bool)
GetEventTimeInfoOk returns a tuple with the EventTimeInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCollectionRequest) GetFieldMappingQuery ¶
func (o *CreateCollectionRequest) GetFieldMappingQuery() FieldMappingQuery
GetFieldMappingQuery returns the FieldMappingQuery field value if set, zero value otherwise.
func (*CreateCollectionRequest) GetFieldMappingQueryOk ¶
func (o *CreateCollectionRequest) GetFieldMappingQueryOk() (*FieldMappingQuery, bool)
GetFieldMappingQueryOk returns a tuple with the FieldMappingQuery field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCollectionRequest) GetFieldMappings ¶
func (o *CreateCollectionRequest) GetFieldMappings() []FieldMappingV2
GetFieldMappings returns the FieldMappings field value if set, zero value otherwise.
func (*CreateCollectionRequest) GetFieldMappingsOk ¶
func (o *CreateCollectionRequest) GetFieldMappingsOk() ([]FieldMappingV2, bool)
GetFieldMappingsOk returns a tuple with the FieldMappings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCollectionRequest) GetInsertOnly ¶
func (o *CreateCollectionRequest) GetInsertOnly() bool
GetInsertOnly returns the InsertOnly field value if set, zero value otherwise.
func (*CreateCollectionRequest) GetInsertOnlyOk ¶
func (o *CreateCollectionRequest) GetInsertOnlyOk() (*bool, bool)
GetInsertOnlyOk returns a tuple with the InsertOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCollectionRequest) GetName ¶
func (o *CreateCollectionRequest) GetName() string
GetName returns the Name field value
func (*CreateCollectionRequest) GetNameOk ¶
func (o *CreateCollectionRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateCollectionRequest) GetRetentionSecs ¶
func (o *CreateCollectionRequest) GetRetentionSecs() int64
GetRetentionSecs returns the RetentionSecs field value if set, zero value otherwise.
func (*CreateCollectionRequest) GetRetentionSecsOk ¶
func (o *CreateCollectionRequest) GetRetentionSecsOk() (*int64, bool)
GetRetentionSecsOk returns a tuple with the RetentionSecs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCollectionRequest) GetSources ¶
func (o *CreateCollectionRequest) GetSources() []Source
GetSources returns the Sources field value if set, zero value otherwise.
func (*CreateCollectionRequest) GetSourcesOk ¶
func (o *CreateCollectionRequest) GetSourcesOk() ([]Source, bool)
GetSourcesOk returns a tuple with the Sources field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateCollectionRequest) HasClusteringKey ¶
func (o *CreateCollectionRequest) HasClusteringKey() bool
HasClusteringKey returns a boolean if a field has been set.
func (*CreateCollectionRequest) HasDescription ¶
func (o *CreateCollectionRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateCollectionRequest) HasEventTimeInfo ¶
func (o *CreateCollectionRequest) HasEventTimeInfo() bool
HasEventTimeInfo returns a boolean if a field has been set.
func (*CreateCollectionRequest) HasFieldMappingQuery ¶
func (o *CreateCollectionRequest) HasFieldMappingQuery() bool
HasFieldMappingQuery returns a boolean if a field has been set.
func (*CreateCollectionRequest) HasFieldMappings ¶
func (o *CreateCollectionRequest) HasFieldMappings() bool
HasFieldMappings returns a boolean if a field has been set.
func (*CreateCollectionRequest) HasInsertOnly ¶
func (o *CreateCollectionRequest) HasInsertOnly() bool
HasInsertOnly returns a boolean if a field has been set.
func (*CreateCollectionRequest) HasRetentionSecs ¶
func (o *CreateCollectionRequest) HasRetentionSecs() bool
HasRetentionSecs returns a boolean if a field has been set.
func (*CreateCollectionRequest) HasSources ¶
func (o *CreateCollectionRequest) HasSources() bool
HasSources returns a boolean if a field has been set.
func (CreateCollectionRequest) MarshalJSON ¶
func (o CreateCollectionRequest) MarshalJSON() ([]byte, error)
func (*CreateCollectionRequest) SetClusteringKey ¶
func (o *CreateCollectionRequest) SetClusteringKey(v []FieldPartition)
SetClusteringKey gets a reference to the given []FieldPartition and assigns it to the ClusteringKey field.
func (*CreateCollectionRequest) SetDescription ¶
func (o *CreateCollectionRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateCollectionRequest) SetEventTimeInfo ¶
func (o *CreateCollectionRequest) SetEventTimeInfo(v EventTimeInfo)
SetEventTimeInfo gets a reference to the given EventTimeInfo and assigns it to the EventTimeInfo field.
func (*CreateCollectionRequest) SetFieldMappingQuery ¶
func (o *CreateCollectionRequest) SetFieldMappingQuery(v FieldMappingQuery)
SetFieldMappingQuery gets a reference to the given FieldMappingQuery and assigns it to the FieldMappingQuery field.
func (*CreateCollectionRequest) SetFieldMappings ¶
func (o *CreateCollectionRequest) SetFieldMappings(v []FieldMappingV2)
SetFieldMappings gets a reference to the given []FieldMappingV2 and assigns it to the FieldMappings field.
func (*CreateCollectionRequest) SetInsertOnly ¶
func (o *CreateCollectionRequest) SetInsertOnly(v bool)
SetInsertOnly gets a reference to the given bool and assigns it to the InsertOnly field.
func (*CreateCollectionRequest) SetName ¶
func (o *CreateCollectionRequest) SetName(v string)
SetName sets field value
func (*CreateCollectionRequest) SetRetentionSecs ¶
func (o *CreateCollectionRequest) SetRetentionSecs(v int64)
SetRetentionSecs gets a reference to the given int64 and assigns it to the RetentionSecs field.
func (*CreateCollectionRequest) SetSources ¶
func (o *CreateCollectionRequest) SetSources(v []Source)
SetSources gets a reference to the given []Source and assigns it to the Sources field.
type CreateCollectionResponse ¶
type CreateCollectionResponse struct {
Data *Collection `json:"data,omitempty"`
}
CreateCollectionResponse struct for CreateCollectionResponse
func NewCreateCollectionResponse ¶
func NewCreateCollectionResponse() *CreateCollectionResponse
NewCreateCollectionResponse instantiates a new CreateCollectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateCollectionResponseWithDefaults ¶
func NewCreateCollectionResponseWithDefaults() *CreateCollectionResponse
NewCreateCollectionResponseWithDefaults instantiates a new CreateCollectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateCollectionResponse) GetData ¶
func (o *CreateCollectionResponse) GetData() Collection
GetData returns the Data field value if set, zero value otherwise.
func (*CreateCollectionResponse) GetDataOk ¶
func (o *CreateCollectionResponse) GetDataOk() (*Collection, 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 (*CreateCollectionResponse) HasData ¶
func (o *CreateCollectionResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (CreateCollectionResponse) MarshalJSON ¶
func (o CreateCollectionResponse) MarshalJSON() ([]byte, error)
func (*CreateCollectionResponse) SetData ¶
func (o *CreateCollectionResponse) SetData(v Collection)
SetData gets a reference to the given Collection and assigns it to the Data field.
type CreateIntegrationRequest ¶
type CreateIntegrationRequest struct { // descriptive label Name string `json:"name"` // longer explanation for the integration Description *string `json:"description,omitempty"` S3 *S3Integration `json:"s3,omitempty"` Kinesis *KinesisIntegration `json:"kinesis,omitempty"` Dynamodb *DynamodbIntegration `json:"dynamodb,omitempty"` Gcs *GcsIntegration `json:"gcs,omitempty"` AzureBlobStorage *AzureBlobStorageIntegration `json:"azure_blob_storage,omitempty"` AzureEventHubs *AzureEventHubsIntegration `json:"azure_event_hubs,omitempty"` Segment *SegmentIntegration `json:"segment,omitempty"` Kafka *KafkaIntegration `json:"kafka,omitempty"` Mongodb *MongoDbIntegration `json:"mongodb,omitempty"` }
CreateIntegrationRequest struct for CreateIntegrationRequest
func NewCreateIntegrationRequest ¶
func NewCreateIntegrationRequest(name string) *CreateIntegrationRequest
NewCreateIntegrationRequest instantiates a new CreateIntegrationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateIntegrationRequestWithDefaults ¶
func NewCreateIntegrationRequestWithDefaults() *CreateIntegrationRequest
NewCreateIntegrationRequestWithDefaults instantiates a new CreateIntegrationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateIntegrationRequest) GetAzureBlobStorage ¶
func (o *CreateIntegrationRequest) GetAzureBlobStorage() AzureBlobStorageIntegration
GetAzureBlobStorage returns the AzureBlobStorage field value if set, zero value otherwise.
func (*CreateIntegrationRequest) GetAzureBlobStorageOk ¶
func (o *CreateIntegrationRequest) GetAzureBlobStorageOk() (*AzureBlobStorageIntegration, bool)
GetAzureBlobStorageOk returns a tuple with the AzureBlobStorage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateIntegrationRequest) GetAzureEventHubs ¶
func (o *CreateIntegrationRequest) GetAzureEventHubs() AzureEventHubsIntegration
GetAzureEventHubs returns the AzureEventHubs field value if set, zero value otherwise.
func (*CreateIntegrationRequest) GetAzureEventHubsOk ¶
func (o *CreateIntegrationRequest) GetAzureEventHubsOk() (*AzureEventHubsIntegration, bool)
GetAzureEventHubsOk returns a tuple with the AzureEventHubs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateIntegrationRequest) GetDescription ¶
func (o *CreateIntegrationRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateIntegrationRequest) GetDescriptionOk ¶
func (o *CreateIntegrationRequest) 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 (*CreateIntegrationRequest) GetDynamodb ¶
func (o *CreateIntegrationRequest) GetDynamodb() DynamodbIntegration
GetDynamodb returns the Dynamodb field value if set, zero value otherwise.
func (*CreateIntegrationRequest) GetDynamodbOk ¶
func (o *CreateIntegrationRequest) GetDynamodbOk() (*DynamodbIntegration, bool)
GetDynamodbOk returns a tuple with the Dynamodb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateIntegrationRequest) GetGcs ¶
func (o *CreateIntegrationRequest) GetGcs() GcsIntegration
GetGcs returns the Gcs field value if set, zero value otherwise.
func (*CreateIntegrationRequest) GetGcsOk ¶
func (o *CreateIntegrationRequest) GetGcsOk() (*GcsIntegration, bool)
GetGcsOk returns a tuple with the Gcs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateIntegrationRequest) GetKafka ¶
func (o *CreateIntegrationRequest) GetKafka() KafkaIntegration
GetKafka returns the Kafka field value if set, zero value otherwise.
func (*CreateIntegrationRequest) GetKafkaOk ¶
func (o *CreateIntegrationRequest) GetKafkaOk() (*KafkaIntegration, bool)
GetKafkaOk returns a tuple with the Kafka field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateIntegrationRequest) GetKinesis ¶
func (o *CreateIntegrationRequest) GetKinesis() KinesisIntegration
GetKinesis returns the Kinesis field value if set, zero value otherwise.
func (*CreateIntegrationRequest) GetKinesisOk ¶
func (o *CreateIntegrationRequest) GetKinesisOk() (*KinesisIntegration, bool)
GetKinesisOk returns a tuple with the Kinesis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateIntegrationRequest) GetMongodb ¶
func (o *CreateIntegrationRequest) GetMongodb() MongoDbIntegration
GetMongodb returns the Mongodb field value if set, zero value otherwise.
func (*CreateIntegrationRequest) GetMongodbOk ¶
func (o *CreateIntegrationRequest) GetMongodbOk() (*MongoDbIntegration, bool)
GetMongodbOk returns a tuple with the Mongodb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateIntegrationRequest) GetName ¶
func (o *CreateIntegrationRequest) GetName() string
GetName returns the Name field value
func (*CreateIntegrationRequest) GetNameOk ¶
func (o *CreateIntegrationRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateIntegrationRequest) GetS3 ¶
func (o *CreateIntegrationRequest) GetS3() S3Integration
GetS3 returns the S3 field value if set, zero value otherwise.
func (*CreateIntegrationRequest) GetS3Ok ¶
func (o *CreateIntegrationRequest) GetS3Ok() (*S3Integration, bool)
GetS3Ok returns a tuple with the S3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateIntegrationRequest) GetSegment ¶
func (o *CreateIntegrationRequest) GetSegment() SegmentIntegration
GetSegment returns the Segment field value if set, zero value otherwise.
func (*CreateIntegrationRequest) GetSegmentOk ¶
func (o *CreateIntegrationRequest) GetSegmentOk() (*SegmentIntegration, bool)
GetSegmentOk returns a tuple with the Segment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateIntegrationRequest) HasAzureBlobStorage ¶
func (o *CreateIntegrationRequest) HasAzureBlobStorage() bool
HasAzureBlobStorage returns a boolean if a field has been set.
func (*CreateIntegrationRequest) HasAzureEventHubs ¶
func (o *CreateIntegrationRequest) HasAzureEventHubs() bool
HasAzureEventHubs returns a boolean if a field has been set.
func (*CreateIntegrationRequest) HasDescription ¶
func (o *CreateIntegrationRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateIntegrationRequest) HasDynamodb ¶
func (o *CreateIntegrationRequest) HasDynamodb() bool
HasDynamodb returns a boolean if a field has been set.
func (*CreateIntegrationRequest) HasGcs ¶
func (o *CreateIntegrationRequest) HasGcs() bool
HasGcs returns a boolean if a field has been set.
func (*CreateIntegrationRequest) HasKafka ¶
func (o *CreateIntegrationRequest) HasKafka() bool
HasKafka returns a boolean if a field has been set.
func (*CreateIntegrationRequest) HasKinesis ¶
func (o *CreateIntegrationRequest) HasKinesis() bool
HasKinesis returns a boolean if a field has been set.
func (*CreateIntegrationRequest) HasMongodb ¶
func (o *CreateIntegrationRequest) HasMongodb() bool
HasMongodb returns a boolean if a field has been set.
func (*CreateIntegrationRequest) HasS3 ¶
func (o *CreateIntegrationRequest) HasS3() bool
HasS3 returns a boolean if a field has been set.
func (*CreateIntegrationRequest) HasSegment ¶
func (o *CreateIntegrationRequest) HasSegment() bool
HasSegment returns a boolean if a field has been set.
func (CreateIntegrationRequest) MarshalJSON ¶
func (o CreateIntegrationRequest) MarshalJSON() ([]byte, error)
func (*CreateIntegrationRequest) SetAzureBlobStorage ¶
func (o *CreateIntegrationRequest) SetAzureBlobStorage(v AzureBlobStorageIntegration)
SetAzureBlobStorage gets a reference to the given AzureBlobStorageIntegration and assigns it to the AzureBlobStorage field.
func (*CreateIntegrationRequest) SetAzureEventHubs ¶
func (o *CreateIntegrationRequest) SetAzureEventHubs(v AzureEventHubsIntegration)
SetAzureEventHubs gets a reference to the given AzureEventHubsIntegration and assigns it to the AzureEventHubs field.
func (*CreateIntegrationRequest) SetDescription ¶
func (o *CreateIntegrationRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateIntegrationRequest) SetDynamodb ¶
func (o *CreateIntegrationRequest) SetDynamodb(v DynamodbIntegration)
SetDynamodb gets a reference to the given DynamodbIntegration and assigns it to the Dynamodb field.
func (*CreateIntegrationRequest) SetGcs ¶
func (o *CreateIntegrationRequest) SetGcs(v GcsIntegration)
SetGcs gets a reference to the given GcsIntegration and assigns it to the Gcs field.
func (*CreateIntegrationRequest) SetKafka ¶
func (o *CreateIntegrationRequest) SetKafka(v KafkaIntegration)
SetKafka gets a reference to the given KafkaIntegration and assigns it to the Kafka field.
func (*CreateIntegrationRequest) SetKinesis ¶
func (o *CreateIntegrationRequest) SetKinesis(v KinesisIntegration)
SetKinesis gets a reference to the given KinesisIntegration and assigns it to the Kinesis field.
func (*CreateIntegrationRequest) SetMongodb ¶
func (o *CreateIntegrationRequest) SetMongodb(v MongoDbIntegration)
SetMongodb gets a reference to the given MongoDbIntegration and assigns it to the Mongodb field.
func (*CreateIntegrationRequest) SetName ¶
func (o *CreateIntegrationRequest) SetName(v string)
SetName sets field value
func (*CreateIntegrationRequest) SetS3 ¶
func (o *CreateIntegrationRequest) SetS3(v S3Integration)
SetS3 gets a reference to the given S3Integration and assigns it to the S3 field.
func (*CreateIntegrationRequest) SetSegment ¶
func (o *CreateIntegrationRequest) SetSegment(v SegmentIntegration)
SetSegment gets a reference to the given SegmentIntegration and assigns it to the Segment field.
type CreateIntegrationResponse ¶
type CreateIntegrationResponse struct {
Data *Integration `json:"data,omitempty"`
}
CreateIntegrationResponse struct for CreateIntegrationResponse
func NewCreateIntegrationResponse ¶
func NewCreateIntegrationResponse() *CreateIntegrationResponse
NewCreateIntegrationResponse instantiates a new CreateIntegrationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateIntegrationResponseWithDefaults ¶
func NewCreateIntegrationResponseWithDefaults() *CreateIntegrationResponse
NewCreateIntegrationResponseWithDefaults instantiates a new CreateIntegrationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateIntegrationResponse) GetData ¶
func (o *CreateIntegrationResponse) GetData() Integration
GetData returns the Data field value if set, zero value otherwise.
func (*CreateIntegrationResponse) GetDataOk ¶
func (o *CreateIntegrationResponse) GetDataOk() (*Integration, 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 (*CreateIntegrationResponse) HasData ¶
func (o *CreateIntegrationResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (CreateIntegrationResponse) MarshalJSON ¶
func (o CreateIntegrationResponse) MarshalJSON() ([]byte, error)
func (*CreateIntegrationResponse) SetData ¶
func (o *CreateIntegrationResponse) SetData(v Integration)
SetData gets a reference to the given Integration and assigns it to the Data field.
type CreateQueryLambdaRequest ¶
type CreateQueryLambdaRequest struct { // Query Lambda name Name string `json:"name"` // optional description Description *string `json:"description,omitempty"` Sql QueryLambdaSql `json:"sql"` }
CreateQueryLambdaRequest struct for CreateQueryLambdaRequest
func NewCreateQueryLambdaRequest ¶
func NewCreateQueryLambdaRequest(name string, sql QueryLambdaSql) *CreateQueryLambdaRequest
NewCreateQueryLambdaRequest instantiates a new CreateQueryLambdaRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateQueryLambdaRequestWithDefaults ¶
func NewCreateQueryLambdaRequestWithDefaults() *CreateQueryLambdaRequest
NewCreateQueryLambdaRequestWithDefaults instantiates a new CreateQueryLambdaRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateQueryLambdaRequest) GetDescription ¶
func (o *CreateQueryLambdaRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateQueryLambdaRequest) GetDescriptionOk ¶
func (o *CreateQueryLambdaRequest) 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 (*CreateQueryLambdaRequest) GetName ¶
func (o *CreateQueryLambdaRequest) GetName() string
GetName returns the Name field value
func (*CreateQueryLambdaRequest) GetNameOk ¶
func (o *CreateQueryLambdaRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateQueryLambdaRequest) GetSql ¶
func (o *CreateQueryLambdaRequest) GetSql() QueryLambdaSql
GetSql returns the Sql field value
func (*CreateQueryLambdaRequest) GetSqlOk ¶
func (o *CreateQueryLambdaRequest) GetSqlOk() (*QueryLambdaSql, bool)
GetSqlOk returns a tuple with the Sql field value and a boolean to check if the value has been set.
func (*CreateQueryLambdaRequest) HasDescription ¶
func (o *CreateQueryLambdaRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (CreateQueryLambdaRequest) MarshalJSON ¶
func (o CreateQueryLambdaRequest) MarshalJSON() ([]byte, error)
func (*CreateQueryLambdaRequest) SetDescription ¶
func (o *CreateQueryLambdaRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateQueryLambdaRequest) SetName ¶
func (o *CreateQueryLambdaRequest) SetName(v string)
SetName sets field value
func (*CreateQueryLambdaRequest) SetSql ¶
func (o *CreateQueryLambdaRequest) SetSql(v QueryLambdaSql)
SetSql sets field value
type CreateQueryLambdaTagRequest ¶
type CreateQueryLambdaTagRequest struct { // name of Query Lambda tag TagName string `json:"tag_name"` // hash identifying a Query Lambda tag Version string `json:"version"` }
CreateQueryLambdaTagRequest struct for CreateQueryLambdaTagRequest
func NewCreateQueryLambdaTagRequest ¶
func NewCreateQueryLambdaTagRequest(tagName string, version string) *CreateQueryLambdaTagRequest
NewCreateQueryLambdaTagRequest instantiates a new CreateQueryLambdaTagRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateQueryLambdaTagRequestWithDefaults ¶
func NewCreateQueryLambdaTagRequestWithDefaults() *CreateQueryLambdaTagRequest
NewCreateQueryLambdaTagRequestWithDefaults instantiates a new CreateQueryLambdaTagRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateQueryLambdaTagRequest) GetTagName ¶
func (o *CreateQueryLambdaTagRequest) GetTagName() string
GetTagName returns the TagName field value
func (*CreateQueryLambdaTagRequest) GetTagNameOk ¶
func (o *CreateQueryLambdaTagRequest) GetTagNameOk() (*string, bool)
GetTagNameOk returns a tuple with the TagName field value and a boolean to check if the value has been set.
func (*CreateQueryLambdaTagRequest) GetVersion ¶
func (o *CreateQueryLambdaTagRequest) GetVersion() string
GetVersion returns the Version field value
func (*CreateQueryLambdaTagRequest) GetVersionOk ¶
func (o *CreateQueryLambdaTagRequest) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (CreateQueryLambdaTagRequest) MarshalJSON ¶
func (o CreateQueryLambdaTagRequest) MarshalJSON() ([]byte, error)
func (*CreateQueryLambdaTagRequest) SetTagName ¶
func (o *CreateQueryLambdaTagRequest) SetTagName(v string)
SetTagName sets field value
func (*CreateQueryLambdaTagRequest) SetVersion ¶
func (o *CreateQueryLambdaTagRequest) SetVersion(v string)
SetVersion sets field value
type CreateRoleRequest ¶
type CreateRoleRequest struct { // Unique identifier for the role. RoleName *string `json:"role_name,omitempty"` // Description for the role. Description *string `json:"description,omitempty"` // List of privileges that will be associated with the role. Privileges []Privilege `json:"privileges,omitempty"` }
CreateRoleRequest struct for CreateRoleRequest
func NewCreateRoleRequest ¶
func NewCreateRoleRequest() *CreateRoleRequest
NewCreateRoleRequest instantiates a new CreateRoleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateRoleRequestWithDefaults ¶
func NewCreateRoleRequestWithDefaults() *CreateRoleRequest
NewCreateRoleRequestWithDefaults instantiates a new CreateRoleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateRoleRequest) GetDescription ¶
func (o *CreateRoleRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateRoleRequest) GetDescriptionOk ¶
func (o *CreateRoleRequest) 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 (*CreateRoleRequest) GetPrivileges ¶
func (o *CreateRoleRequest) GetPrivileges() []Privilege
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*CreateRoleRequest) GetPrivilegesOk ¶
func (o *CreateRoleRequest) GetPrivilegesOk() ([]Privilege, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateRoleRequest) GetRoleName ¶
func (o *CreateRoleRequest) GetRoleName() string
GetRoleName returns the RoleName field value if set, zero value otherwise.
func (*CreateRoleRequest) GetRoleNameOk ¶
func (o *CreateRoleRequest) GetRoleNameOk() (*string, bool)
GetRoleNameOk returns a tuple with the RoleName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateRoleRequest) HasDescription ¶
func (o *CreateRoleRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateRoleRequest) HasPrivileges ¶
func (o *CreateRoleRequest) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (*CreateRoleRequest) HasRoleName ¶
func (o *CreateRoleRequest) HasRoleName() bool
HasRoleName returns a boolean if a field has been set.
func (CreateRoleRequest) MarshalJSON ¶
func (o CreateRoleRequest) MarshalJSON() ([]byte, error)
func (*CreateRoleRequest) SetDescription ¶
func (o *CreateRoleRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateRoleRequest) SetPrivileges ¶
func (o *CreateRoleRequest) SetPrivileges(v []Privilege)
SetPrivileges gets a reference to the given []Privilege and assigns it to the Privileges field.
func (*CreateRoleRequest) SetRoleName ¶
func (o *CreateRoleRequest) SetRoleName(v string)
SetRoleName gets a reference to the given string and assigns it to the RoleName field.
type CreateUserRequest ¶
type CreateUserRequest struct { // user email, must be unique Email string `json:"email"` // List of roles for a given user Roles []string `json:"roles"` }
CreateUserRequest struct for CreateUserRequest
func NewCreateUserRequest ¶
func NewCreateUserRequest(email string, roles []string) *CreateUserRequest
NewCreateUserRequest instantiates a new CreateUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateUserRequestWithDefaults ¶
func NewCreateUserRequestWithDefaults() *CreateUserRequest
NewCreateUserRequestWithDefaults instantiates a new CreateUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateUserRequest) GetEmail ¶
func (o *CreateUserRequest) GetEmail() string
GetEmail returns the Email field value
func (*CreateUserRequest) GetEmailOk ¶
func (o *CreateUserRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*CreateUserRequest) GetRoles ¶
func (o *CreateUserRequest) GetRoles() []string
GetRoles returns the Roles field value
func (*CreateUserRequest) GetRolesOk ¶
func (o *CreateUserRequest) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value and a boolean to check if the value has been set.
func (CreateUserRequest) MarshalJSON ¶
func (o CreateUserRequest) MarshalJSON() ([]byte, error)
func (*CreateUserRequest) SetEmail ¶
func (o *CreateUserRequest) SetEmail(v string)
SetEmail sets field value
func (*CreateUserRequest) SetRoles ¶
func (o *CreateUserRequest) SetRoles(v []string)
SetRoles sets field value
type CreateUserResponse ¶
type CreateUserResponse struct {
Data *User `json:"data,omitempty"`
}
CreateUserResponse struct for CreateUserResponse
func NewCreateUserResponse ¶
func NewCreateUserResponse() *CreateUserResponse
NewCreateUserResponse instantiates a new CreateUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateUserResponseWithDefaults ¶
func NewCreateUserResponseWithDefaults() *CreateUserResponse
NewCreateUserResponseWithDefaults instantiates a new CreateUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateUserResponse) GetData ¶
func (o *CreateUserResponse) GetData() User
GetData returns the Data field value if set, zero value otherwise.
func (*CreateUserResponse) GetDataOk ¶
func (o *CreateUserResponse) GetDataOk() (*User, 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 (*CreateUserResponse) HasData ¶
func (o *CreateUserResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (CreateUserResponse) MarshalJSON ¶
func (o CreateUserResponse) MarshalJSON() ([]byte, error)
func (*CreateUserResponse) SetData ¶
func (o *CreateUserResponse) SetData(v User)
SetData gets a reference to the given User and assigns it to the Data field.
type CreateViewRequest ¶
type CreateViewRequest struct { // View name Name string `json:"name"` // optional description Description *string `json:"description,omitempty"` // SQL for this view Query string `json:"query"` }
CreateViewRequest struct for CreateViewRequest
func NewCreateViewRequest ¶
func NewCreateViewRequest(name string, query string) *CreateViewRequest
NewCreateViewRequest instantiates a new CreateViewRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateViewRequestWithDefaults ¶
func NewCreateViewRequestWithDefaults() *CreateViewRequest
NewCreateViewRequestWithDefaults instantiates a new CreateViewRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateViewRequest) GetDescription ¶
func (o *CreateViewRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateViewRequest) GetDescriptionOk ¶
func (o *CreateViewRequest) 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 (*CreateViewRequest) GetName ¶
func (o *CreateViewRequest) GetName() string
GetName returns the Name field value
func (*CreateViewRequest) GetNameOk ¶
func (o *CreateViewRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateViewRequest) GetQuery ¶
func (o *CreateViewRequest) GetQuery() string
GetQuery returns the Query field value
func (*CreateViewRequest) GetQueryOk ¶
func (o *CreateViewRequest) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.
func (*CreateViewRequest) HasDescription ¶
func (o *CreateViewRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (CreateViewRequest) MarshalJSON ¶
func (o CreateViewRequest) MarshalJSON() ([]byte, error)
func (*CreateViewRequest) SetDescription ¶
func (o *CreateViewRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateViewRequest) SetName ¶
func (o *CreateViewRequest) SetName(v string)
SetName sets field value
func (*CreateViewRequest) SetQuery ¶
func (o *CreateViewRequest) SetQuery(v string)
SetQuery sets field value
type CreateViewResponse ¶
type CreateViewResponse struct {
Data *View `json:"data,omitempty"`
}
CreateViewResponse struct for CreateViewResponse
func NewCreateViewResponse ¶
func NewCreateViewResponse() *CreateViewResponse
NewCreateViewResponse instantiates a new CreateViewResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateViewResponseWithDefaults ¶
func NewCreateViewResponseWithDefaults() *CreateViewResponse
NewCreateViewResponseWithDefaults instantiates a new CreateViewResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateViewResponse) GetData ¶
func (o *CreateViewResponse) GetData() View
GetData returns the Data field value if set, zero value otherwise.
func (*CreateViewResponse) GetDataOk ¶
func (o *CreateViewResponse) GetDataOk() (*View, 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 (*CreateViewResponse) HasData ¶
func (o *CreateViewResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (CreateViewResponse) MarshalJSON ¶
func (o CreateViewResponse) MarshalJSON() ([]byte, error)
func (*CreateViewResponse) SetData ¶
func (o *CreateViewResponse) SetData(v View)
SetData gets a reference to the given View and assigns it to the Data field.
type CreateWorkspaceRequest ¶
type CreateWorkspaceRequest struct { // descriptive label and unique identifier Name string `json:"name"` // longer explanation for the workspace Description *string `json:"description,omitempty"` }
CreateWorkspaceRequest struct for CreateWorkspaceRequest
func NewCreateWorkspaceRequest ¶
func NewCreateWorkspaceRequest(name string) *CreateWorkspaceRequest
NewCreateWorkspaceRequest instantiates a new CreateWorkspaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateWorkspaceRequestWithDefaults ¶
func NewCreateWorkspaceRequestWithDefaults() *CreateWorkspaceRequest
NewCreateWorkspaceRequestWithDefaults instantiates a new CreateWorkspaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateWorkspaceRequest) GetDescription ¶
func (o *CreateWorkspaceRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateWorkspaceRequest) GetDescriptionOk ¶
func (o *CreateWorkspaceRequest) 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 (*CreateWorkspaceRequest) GetName ¶
func (o *CreateWorkspaceRequest) GetName() string
GetName returns the Name field value
func (*CreateWorkspaceRequest) GetNameOk ¶
func (o *CreateWorkspaceRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateWorkspaceRequest) HasDescription ¶
func (o *CreateWorkspaceRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (CreateWorkspaceRequest) MarshalJSON ¶
func (o CreateWorkspaceRequest) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceRequest) SetDescription ¶
func (o *CreateWorkspaceRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateWorkspaceRequest) SetName ¶
func (o *CreateWorkspaceRequest) SetName(v string)
SetName sets field value
type CreateWorkspaceResponse ¶
type CreateWorkspaceResponse struct {
Data *Workspace `json:"data,omitempty"`
}
CreateWorkspaceResponse struct for CreateWorkspaceResponse
func NewCreateWorkspaceResponse ¶
func NewCreateWorkspaceResponse() *CreateWorkspaceResponse
NewCreateWorkspaceResponse instantiates a new CreateWorkspaceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateWorkspaceResponseWithDefaults ¶
func NewCreateWorkspaceResponseWithDefaults() *CreateWorkspaceResponse
NewCreateWorkspaceResponseWithDefaults instantiates a new CreateWorkspaceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateWorkspaceResponse) GetData ¶
func (o *CreateWorkspaceResponse) GetData() Workspace
GetData returns the Data field value if set, zero value otherwise.
func (*CreateWorkspaceResponse) GetDataOk ¶
func (o *CreateWorkspaceResponse) GetDataOk() (*Workspace, 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 (*CreateWorkspaceResponse) HasData ¶
func (o *CreateWorkspaceResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (CreateWorkspaceResponse) MarshalJSON ¶
func (o CreateWorkspaceResponse) MarshalJSON() ([]byte, error)
func (*CreateWorkspaceResponse) SetData ¶
func (o *CreateWorkspaceResponse) SetData(v Workspace)
SetData gets a reference to the given Workspace and assigns it to the Data field.
type CsvParams ¶
type CsvParams struct { // If the first line in every object specifies the column names FirstLineAsColumnNames *bool `json:"firstLineAsColumnNames,omitempty"` // a single character that is the column separator Separator *string `json:"separator,omitempty"` // can be one of: UTF-8, ISO_8859_1, UTF-16 Encoding *string `json:"encoding,omitempty"` // names of columns ColumnNames []string `json:"columnNames,omitempty"` // names of columns ColumnTypes []string `json:"columnTypes,omitempty"` // character within which a cell value is enclosed,null character if no such character, default is '\"' QuoteChar *string `json:"quoteChar,omitempty"` // escape character removes any special meaning from the following character,default is '\\' EscapeChar *string `json:"escapeChar,omitempty"` }
CsvParams struct for CsvParams
func NewCsvParams ¶
func NewCsvParams() *CsvParams
NewCsvParams instantiates a new CsvParams object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCsvParamsWithDefaults ¶
func NewCsvParamsWithDefaults() *CsvParams
NewCsvParamsWithDefaults instantiates a new CsvParams object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CsvParams) GetColumnNames ¶
GetColumnNames returns the ColumnNames field value if set, zero value otherwise.
func (*CsvParams) GetColumnNamesOk ¶
GetColumnNamesOk returns a tuple with the ColumnNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CsvParams) GetColumnTypes ¶
GetColumnTypes returns the ColumnTypes field value if set, zero value otherwise.
func (*CsvParams) GetColumnTypesOk ¶
GetColumnTypesOk returns a tuple with the ColumnTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CsvParams) GetEncoding ¶
GetEncoding returns the Encoding field value if set, zero value otherwise.
func (*CsvParams) GetEncodingOk ¶
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 (*CsvParams) GetEscapeChar ¶
GetEscapeChar returns the EscapeChar field value if set, zero value otherwise.
func (*CsvParams) GetEscapeCharOk ¶
GetEscapeCharOk returns a tuple with the EscapeChar field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CsvParams) GetFirstLineAsColumnNames ¶
GetFirstLineAsColumnNames returns the FirstLineAsColumnNames field value if set, zero value otherwise.
func (*CsvParams) GetFirstLineAsColumnNamesOk ¶
GetFirstLineAsColumnNamesOk returns a tuple with the FirstLineAsColumnNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CsvParams) GetQuoteChar ¶
GetQuoteChar returns the QuoteChar field value if set, zero value otherwise.
func (*CsvParams) GetQuoteCharOk ¶
GetQuoteCharOk returns a tuple with the QuoteChar field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CsvParams) GetSeparator ¶
GetSeparator returns the Separator field value if set, zero value otherwise.
func (*CsvParams) GetSeparatorOk ¶
GetSeparatorOk returns a tuple with the Separator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CsvParams) HasColumnNames ¶
HasColumnNames returns a boolean if a field has been set.
func (*CsvParams) HasColumnTypes ¶
HasColumnTypes returns a boolean if a field has been set.
func (*CsvParams) HasEncoding ¶
HasEncoding returns a boolean if a field has been set.
func (*CsvParams) HasEscapeChar ¶
HasEscapeChar returns a boolean if a field has been set.
func (*CsvParams) HasFirstLineAsColumnNames ¶
HasFirstLineAsColumnNames returns a boolean if a field has been set.
func (*CsvParams) HasQuoteChar ¶
HasQuoteChar returns a boolean if a field has been set.
func (*CsvParams) HasSeparator ¶
HasSeparator returns a boolean if a field has been set.
func (CsvParams) MarshalJSON ¶
func (*CsvParams) SetColumnNames ¶
SetColumnNames gets a reference to the given []string and assigns it to the ColumnNames field.
func (*CsvParams) SetColumnTypes ¶
SetColumnTypes gets a reference to the given []string and assigns it to the ColumnTypes field.
func (*CsvParams) SetEncoding ¶
SetEncoding gets a reference to the given string and assigns it to the Encoding field.
func (*CsvParams) SetEscapeChar ¶
SetEscapeChar gets a reference to the given string and assigns it to the EscapeChar field.
func (*CsvParams) SetFirstLineAsColumnNames ¶
SetFirstLineAsColumnNames gets a reference to the given bool and assigns it to the FirstLineAsColumnNames field.
func (*CsvParams) SetQuoteChar ¶
SetQuoteChar gets a reference to the given string and assigns it to the QuoteChar field.
func (*CsvParams) SetSeparator ¶
SetSeparator gets a reference to the given string and assigns it to the Separator field.
type CustomRolesApi ¶
type CustomRolesApi interface { /* CreateRole Create a Role Create a role for your organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateRoleRequest */ CreateRole(ctx context.Context) ApiCreateRoleRequest // CreateRoleExecute executes the request // @return RoleResponse CreateRoleExecute(r ApiCreateRoleRequest) (*RoleResponse, *http.Response, error) /* DeleteRole Delete a Role Delete a role for your organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleName @return ApiDeleteRoleRequest */ DeleteRole(ctx context.Context, roleName string) ApiDeleteRoleRequest // DeleteRoleExecute executes the request // @return RoleResponse DeleteRoleExecute(r ApiDeleteRoleRequest) (*RoleResponse, *http.Response, error) /* GetRole Retrieve role Retrieve a role by name for your organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleName @return ApiGetRoleRequest */ GetRole(ctx context.Context, roleName string) ApiGetRoleRequest // GetRoleExecute executes the request // @return RoleResponse GetRoleExecute(r ApiGetRoleRequest) (*RoleResponse, *http.Response, error) /* ListRoles List Roles List all roles for your organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListRolesRequest */ ListRoles(ctx context.Context) ApiListRolesRequest // ListRolesExecute executes the request // @return ListRolesResponse ListRolesExecute(r ApiListRolesRequest) (*ListRolesResponse, *http.Response, error) /* UpdateRole Update a Role Update a role for your organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleName @return ApiUpdateRoleRequest */ UpdateRole(ctx context.Context, roleName string) ApiUpdateRoleRequest // UpdateRoleExecute executes the request // @return RoleResponse UpdateRoleExecute(r ApiUpdateRoleRequest) (*RoleResponse, *http.Response, error) }
type CustomRolesApiService ¶
type CustomRolesApiService service
CustomRolesApiService CustomRolesApi service
func (*CustomRolesApiService) CreateRole ¶
func (a *CustomRolesApiService) CreateRole(ctx context.Context) ApiCreateRoleRequest
CreateRole Create a Role
Create a role for your organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateRoleRequest
func (*CustomRolesApiService) CreateRoleExecute ¶
func (a *CustomRolesApiService) CreateRoleExecute(r ApiCreateRoleRequest) (*RoleResponse, *http.Response, error)
Execute executes the request
@return RoleResponse
func (*CustomRolesApiService) DeleteRole ¶
func (a *CustomRolesApiService) DeleteRole(ctx context.Context, roleName string) ApiDeleteRoleRequest
DeleteRole Delete a Role
Delete a role for your organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleName @return ApiDeleteRoleRequest
func (*CustomRolesApiService) DeleteRoleExecute ¶
func (a *CustomRolesApiService) DeleteRoleExecute(r ApiDeleteRoleRequest) (*RoleResponse, *http.Response, error)
Execute executes the request
@return RoleResponse
func (*CustomRolesApiService) GetRole ¶
func (a *CustomRolesApiService) GetRole(ctx context.Context, roleName string) ApiGetRoleRequest
GetRole Retrieve role
Retrieve a role by name for your organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleName @return ApiGetRoleRequest
func (*CustomRolesApiService) GetRoleExecute ¶
func (a *CustomRolesApiService) GetRoleExecute(r ApiGetRoleRequest) (*RoleResponse, *http.Response, error)
Execute executes the request
@return RoleResponse
func (*CustomRolesApiService) ListRoles ¶
func (a *CustomRolesApiService) ListRoles(ctx context.Context) ApiListRolesRequest
ListRoles List Roles
List all roles for your organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListRolesRequest
func (*CustomRolesApiService) ListRolesExecute ¶
func (a *CustomRolesApiService) ListRolesExecute(r ApiListRolesRequest) (*ListRolesResponse, *http.Response, error)
Execute executes the request
@return ListRolesResponse
func (*CustomRolesApiService) UpdateRole ¶
func (a *CustomRolesApiService) UpdateRole(ctx context.Context, roleName string) ApiUpdateRoleRequest
UpdateRole Update a Role
Update a role for your organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleName @return ApiUpdateRoleRequest
func (*CustomRolesApiService) UpdateRoleExecute ¶
func (a *CustomRolesApiService) UpdateRoleExecute(r ApiUpdateRoleRequest) (*RoleResponse, *http.Response, error)
Execute executes the request
@return RoleResponse
type DeleteAliasResponse ¶
type DeleteAliasResponse struct {
Data *Alias `json:"data,omitempty"`
}
DeleteAliasResponse struct for DeleteAliasResponse
func NewDeleteAliasResponse ¶
func NewDeleteAliasResponse() *DeleteAliasResponse
NewDeleteAliasResponse instantiates a new DeleteAliasResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteAliasResponseWithDefaults ¶
func NewDeleteAliasResponseWithDefaults() *DeleteAliasResponse
NewDeleteAliasResponseWithDefaults instantiates a new DeleteAliasResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteAliasResponse) GetData ¶
func (o *DeleteAliasResponse) GetData() Alias
GetData returns the Data field value if set, zero value otherwise.
func (*DeleteAliasResponse) GetDataOk ¶
func (o *DeleteAliasResponse) GetDataOk() (*Alias, 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 (*DeleteAliasResponse) HasData ¶
func (o *DeleteAliasResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (DeleteAliasResponse) MarshalJSON ¶
func (o DeleteAliasResponse) MarshalJSON() ([]byte, error)
func (*DeleteAliasResponse) SetData ¶
func (o *DeleteAliasResponse) SetData(v Alias)
SetData gets a reference to the given Alias and assigns it to the Data field.
type DeleteApiKeyResponse ¶
type DeleteApiKeyResponse struct {
Data *ApiKey `json:"data,omitempty"`
}
DeleteApiKeyResponse struct for DeleteApiKeyResponse
func NewDeleteApiKeyResponse ¶
func NewDeleteApiKeyResponse() *DeleteApiKeyResponse
NewDeleteApiKeyResponse instantiates a new DeleteApiKeyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteApiKeyResponseWithDefaults ¶
func NewDeleteApiKeyResponseWithDefaults() *DeleteApiKeyResponse
NewDeleteApiKeyResponseWithDefaults instantiates a new DeleteApiKeyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteApiKeyResponse) GetData ¶
func (o *DeleteApiKeyResponse) GetData() ApiKey
GetData returns the Data field value if set, zero value otherwise.
func (*DeleteApiKeyResponse) GetDataOk ¶
func (o *DeleteApiKeyResponse) GetDataOk() (*ApiKey, 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 (*DeleteApiKeyResponse) HasData ¶
func (o *DeleteApiKeyResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (DeleteApiKeyResponse) MarshalJSON ¶
func (o DeleteApiKeyResponse) MarshalJSON() ([]byte, error)
func (*DeleteApiKeyResponse) SetData ¶
func (o *DeleteApiKeyResponse) SetData(v ApiKey)
SetData gets a reference to the given ApiKey and assigns it to the Data field.
type DeleteCollectionResponse ¶
type DeleteCollectionResponse struct {
Data *Collection `json:"data,omitempty"`
}
DeleteCollectionResponse struct for DeleteCollectionResponse
func NewDeleteCollectionResponse ¶
func NewDeleteCollectionResponse() *DeleteCollectionResponse
NewDeleteCollectionResponse instantiates a new DeleteCollectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteCollectionResponseWithDefaults ¶
func NewDeleteCollectionResponseWithDefaults() *DeleteCollectionResponse
NewDeleteCollectionResponseWithDefaults instantiates a new DeleteCollectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteCollectionResponse) GetData ¶
func (o *DeleteCollectionResponse) GetData() Collection
GetData returns the Data field value if set, zero value otherwise.
func (*DeleteCollectionResponse) GetDataOk ¶
func (o *DeleteCollectionResponse) GetDataOk() (*Collection, 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 (*DeleteCollectionResponse) HasData ¶
func (o *DeleteCollectionResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (DeleteCollectionResponse) MarshalJSON ¶
func (o DeleteCollectionResponse) MarshalJSON() ([]byte, error)
func (*DeleteCollectionResponse) SetData ¶
func (o *DeleteCollectionResponse) SetData(v Collection)
SetData gets a reference to the given Collection and assigns it to the Data field.
type DeleteDocumentsRequest ¶
type DeleteDocumentsRequest struct { // Array of IDs of documents to be deleted Data []DeleteDocumentsRequestData `json:"data"` }
DeleteDocumentsRequest struct for DeleteDocumentsRequest
func NewDeleteDocumentsRequest ¶
func NewDeleteDocumentsRequest(data []DeleteDocumentsRequestData) *DeleteDocumentsRequest
NewDeleteDocumentsRequest instantiates a new DeleteDocumentsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteDocumentsRequestWithDefaults ¶
func NewDeleteDocumentsRequestWithDefaults() *DeleteDocumentsRequest
NewDeleteDocumentsRequestWithDefaults instantiates a new DeleteDocumentsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteDocumentsRequest) GetData ¶
func (o *DeleteDocumentsRequest) GetData() []DeleteDocumentsRequestData
GetData returns the Data field value
func (*DeleteDocumentsRequest) GetDataOk ¶
func (o *DeleteDocumentsRequest) GetDataOk() ([]DeleteDocumentsRequestData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (DeleteDocumentsRequest) MarshalJSON ¶
func (o DeleteDocumentsRequest) MarshalJSON() ([]byte, error)
func (*DeleteDocumentsRequest) SetData ¶
func (o *DeleteDocumentsRequest) SetData(v []DeleteDocumentsRequestData)
SetData sets field value
type DeleteDocumentsRequestData ¶
type DeleteDocumentsRequestData struct { // unique document ID Id string `json:"_id"` }
DeleteDocumentsRequestData struct for DeleteDocumentsRequestData
func NewDeleteDocumentsRequestData ¶
func NewDeleteDocumentsRequestData(id string) *DeleteDocumentsRequestData
NewDeleteDocumentsRequestData instantiates a new DeleteDocumentsRequestData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteDocumentsRequestDataWithDefaults ¶
func NewDeleteDocumentsRequestDataWithDefaults() *DeleteDocumentsRequestData
NewDeleteDocumentsRequestDataWithDefaults instantiates a new DeleteDocumentsRequestData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteDocumentsRequestData) GetId ¶
func (o *DeleteDocumentsRequestData) GetId() string
GetId returns the Id field value
func (*DeleteDocumentsRequestData) GetIdOk ¶
func (o *DeleteDocumentsRequestData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (DeleteDocumentsRequestData) MarshalJSON ¶
func (o DeleteDocumentsRequestData) MarshalJSON() ([]byte, error)
func (*DeleteDocumentsRequestData) SetId ¶
func (o *DeleteDocumentsRequestData) SetId(v string)
SetId sets field value
type DeleteDocumentsResponse ¶
type DeleteDocumentsResponse struct { // information about deleted documents Data []DocumentStatus `json:"data,omitempty"` }
DeleteDocumentsResponse struct for DeleteDocumentsResponse
func NewDeleteDocumentsResponse ¶
func NewDeleteDocumentsResponse() *DeleteDocumentsResponse
NewDeleteDocumentsResponse instantiates a new DeleteDocumentsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteDocumentsResponseWithDefaults ¶
func NewDeleteDocumentsResponseWithDefaults() *DeleteDocumentsResponse
NewDeleteDocumentsResponseWithDefaults instantiates a new DeleteDocumentsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteDocumentsResponse) GetData ¶
func (o *DeleteDocumentsResponse) GetData() []DocumentStatus
GetData returns the Data field value if set, zero value otherwise.
func (*DeleteDocumentsResponse) GetDataOk ¶
func (o *DeleteDocumentsResponse) GetDataOk() ([]DocumentStatus, 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 (*DeleteDocumentsResponse) HasData ¶
func (o *DeleteDocumentsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (DeleteDocumentsResponse) MarshalJSON ¶
func (o DeleteDocumentsResponse) MarshalJSON() ([]byte, error)
func (*DeleteDocumentsResponse) SetData ¶
func (o *DeleteDocumentsResponse) SetData(v []DocumentStatus)
SetData gets a reference to the given []DocumentStatus and assigns it to the Data field.
type DeleteIntegrationResponse ¶
type DeleteIntegrationResponse struct {
Data *Integration `json:"data,omitempty"`
}
DeleteIntegrationResponse struct for DeleteIntegrationResponse
func NewDeleteIntegrationResponse ¶
func NewDeleteIntegrationResponse() *DeleteIntegrationResponse
NewDeleteIntegrationResponse instantiates a new DeleteIntegrationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteIntegrationResponseWithDefaults ¶
func NewDeleteIntegrationResponseWithDefaults() *DeleteIntegrationResponse
NewDeleteIntegrationResponseWithDefaults instantiates a new DeleteIntegrationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteIntegrationResponse) GetData ¶
func (o *DeleteIntegrationResponse) GetData() Integration
GetData returns the Data field value if set, zero value otherwise.
func (*DeleteIntegrationResponse) GetDataOk ¶
func (o *DeleteIntegrationResponse) GetDataOk() (*Integration, 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 (*DeleteIntegrationResponse) HasData ¶
func (o *DeleteIntegrationResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (DeleteIntegrationResponse) MarshalJSON ¶
func (o DeleteIntegrationResponse) MarshalJSON() ([]byte, error)
func (*DeleteIntegrationResponse) SetData ¶
func (o *DeleteIntegrationResponse) SetData(v Integration)
SetData gets a reference to the given Integration and assigns it to the Data field.
type DeleteQueryLambdaResponse ¶
type DeleteQueryLambdaResponse struct {
Data *QueryLambda `json:"data,omitempty"`
}
DeleteQueryLambdaResponse struct for DeleteQueryLambdaResponse
func NewDeleteQueryLambdaResponse ¶
func NewDeleteQueryLambdaResponse() *DeleteQueryLambdaResponse
NewDeleteQueryLambdaResponse instantiates a new DeleteQueryLambdaResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteQueryLambdaResponseWithDefaults ¶
func NewDeleteQueryLambdaResponseWithDefaults() *DeleteQueryLambdaResponse
NewDeleteQueryLambdaResponseWithDefaults instantiates a new DeleteQueryLambdaResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteQueryLambdaResponse) GetData ¶
func (o *DeleteQueryLambdaResponse) GetData() QueryLambda
GetData returns the Data field value if set, zero value otherwise.
func (*DeleteQueryLambdaResponse) GetDataOk ¶
func (o *DeleteQueryLambdaResponse) GetDataOk() (*QueryLambda, 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 (*DeleteQueryLambdaResponse) HasData ¶
func (o *DeleteQueryLambdaResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (DeleteQueryLambdaResponse) MarshalJSON ¶
func (o DeleteQueryLambdaResponse) MarshalJSON() ([]byte, error)
func (*DeleteQueryLambdaResponse) SetData ¶
func (o *DeleteQueryLambdaResponse) SetData(v QueryLambda)
SetData gets a reference to the given QueryLambda and assigns it to the Data field.
type DeleteUserResponse ¶
type DeleteUserResponse struct {
Data *User `json:"data,omitempty"`
}
DeleteUserResponse struct for DeleteUserResponse
func NewDeleteUserResponse ¶
func NewDeleteUserResponse() *DeleteUserResponse
NewDeleteUserResponse instantiates a new DeleteUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteUserResponseWithDefaults ¶
func NewDeleteUserResponseWithDefaults() *DeleteUserResponse
NewDeleteUserResponseWithDefaults instantiates a new DeleteUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteUserResponse) GetData ¶
func (o *DeleteUserResponse) GetData() User
GetData returns the Data field value if set, zero value otherwise.
func (*DeleteUserResponse) GetDataOk ¶
func (o *DeleteUserResponse) GetDataOk() (*User, 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 (*DeleteUserResponse) HasData ¶
func (o *DeleteUserResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (DeleteUserResponse) MarshalJSON ¶
func (o DeleteUserResponse) MarshalJSON() ([]byte, error)
func (*DeleteUserResponse) SetData ¶
func (o *DeleteUserResponse) SetData(v User)
SetData gets a reference to the given User and assigns it to the Data field.
type DeleteViewResponse ¶
type DeleteViewResponse struct {
Data *View `json:"data,omitempty"`
}
DeleteViewResponse struct for DeleteViewResponse
func NewDeleteViewResponse ¶
func NewDeleteViewResponse() *DeleteViewResponse
NewDeleteViewResponse instantiates a new DeleteViewResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteViewResponseWithDefaults ¶
func NewDeleteViewResponseWithDefaults() *DeleteViewResponse
NewDeleteViewResponseWithDefaults instantiates a new DeleteViewResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteViewResponse) GetData ¶
func (o *DeleteViewResponse) GetData() View
GetData returns the Data field value if set, zero value otherwise.
func (*DeleteViewResponse) GetDataOk ¶
func (o *DeleteViewResponse) GetDataOk() (*View, 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 (*DeleteViewResponse) HasData ¶
func (o *DeleteViewResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (DeleteViewResponse) MarshalJSON ¶
func (o DeleteViewResponse) MarshalJSON() ([]byte, error)
func (*DeleteViewResponse) SetData ¶
func (o *DeleteViewResponse) SetData(v View)
SetData gets a reference to the given View and assigns it to the Data field.
type DeleteWorkspaceResponse ¶
type DeleteWorkspaceResponse struct {
Data *Workspace `json:"data,omitempty"`
}
DeleteWorkspaceResponse struct for DeleteWorkspaceResponse
func NewDeleteWorkspaceResponse ¶
func NewDeleteWorkspaceResponse() *DeleteWorkspaceResponse
NewDeleteWorkspaceResponse instantiates a new DeleteWorkspaceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteWorkspaceResponseWithDefaults ¶
func NewDeleteWorkspaceResponseWithDefaults() *DeleteWorkspaceResponse
NewDeleteWorkspaceResponseWithDefaults instantiates a new DeleteWorkspaceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteWorkspaceResponse) GetData ¶
func (o *DeleteWorkspaceResponse) GetData() Workspace
GetData returns the Data field value if set, zero value otherwise.
func (*DeleteWorkspaceResponse) GetDataOk ¶
func (o *DeleteWorkspaceResponse) GetDataOk() (*Workspace, 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 (*DeleteWorkspaceResponse) HasData ¶
func (o *DeleteWorkspaceResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (DeleteWorkspaceResponse) MarshalJSON ¶
func (o DeleteWorkspaceResponse) MarshalJSON() ([]byte, error)
func (*DeleteWorkspaceResponse) SetData ¶
func (o *DeleteWorkspaceResponse) SetData(v Workspace)
SetData gets a reference to the given Workspace and assigns it to the Data field.
type DocumentStatus ¶
type DocumentStatus struct { // collection name Collection *string `json:"_collection,omitempty"` Error *ErrorModel `json:"error,omitempty"` // unique document ID Id *string `json:"_id,omitempty"` // status of the document Status *string `json:"status,omitempty"` // unique id used to represent each patch request PatchId *string `json:"patch_id,omitempty"` }
DocumentStatus struct for DocumentStatus
func NewDocumentStatus ¶
func NewDocumentStatus() *DocumentStatus
NewDocumentStatus instantiates a new DocumentStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDocumentStatusWithDefaults ¶
func NewDocumentStatusWithDefaults() *DocumentStatus
NewDocumentStatusWithDefaults instantiates a new DocumentStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DocumentStatus) GetCollection ¶
func (o *DocumentStatus) GetCollection() string
GetCollection returns the Collection field value if set, zero value otherwise.
func (*DocumentStatus) GetCollectionOk ¶
func (o *DocumentStatus) 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 (*DocumentStatus) GetError ¶
func (o *DocumentStatus) GetError() ErrorModel
GetError returns the Error field value if set, zero value otherwise.
func (*DocumentStatus) GetErrorOk ¶
func (o *DocumentStatus) GetErrorOk() (*ErrorModel, 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 (*DocumentStatus) GetId ¶
func (o *DocumentStatus) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DocumentStatus) GetIdOk ¶
func (o *DocumentStatus) 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 (*DocumentStatus) GetPatchId ¶
func (o *DocumentStatus) GetPatchId() string
GetPatchId returns the PatchId field value if set, zero value otherwise.
func (*DocumentStatus) GetPatchIdOk ¶
func (o *DocumentStatus) GetPatchIdOk() (*string, bool)
GetPatchIdOk returns a tuple with the PatchId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DocumentStatus) GetStatus ¶
func (o *DocumentStatus) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*DocumentStatus) GetStatusOk ¶
func (o *DocumentStatus) 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 (*DocumentStatus) HasCollection ¶
func (o *DocumentStatus) HasCollection() bool
HasCollection returns a boolean if a field has been set.
func (*DocumentStatus) HasError ¶
func (o *DocumentStatus) HasError() bool
HasError returns a boolean if a field has been set.
func (*DocumentStatus) HasId ¶
func (o *DocumentStatus) HasId() bool
HasId returns a boolean if a field has been set.
func (*DocumentStatus) HasPatchId ¶
func (o *DocumentStatus) HasPatchId() bool
HasPatchId returns a boolean if a field has been set.
func (*DocumentStatus) HasStatus ¶
func (o *DocumentStatus) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (DocumentStatus) MarshalJSON ¶
func (o DocumentStatus) MarshalJSON() ([]byte, error)
func (*DocumentStatus) SetCollection ¶
func (o *DocumentStatus) SetCollection(v string)
SetCollection gets a reference to the given string and assigns it to the Collection field.
func (*DocumentStatus) SetError ¶
func (o *DocumentStatus) SetError(v ErrorModel)
SetError gets a reference to the given ErrorModel and assigns it to the Error field.
func (*DocumentStatus) SetId ¶
func (o *DocumentStatus) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DocumentStatus) SetPatchId ¶
func (o *DocumentStatus) SetPatchId(v string)
SetPatchId gets a reference to the given string and assigns it to the PatchId field.
func (*DocumentStatus) SetStatus ¶
func (o *DocumentStatus) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
type DocumentsApi ¶
type DocumentsApi interface { /* AddDocuments Add Documents Add documents to a collection. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace Name of the workspace. @param collection Name of the collection. @return ApiAddDocumentsRequest */ AddDocuments(ctx context.Context, workspace string, collection string) ApiAddDocumentsRequest // AddDocumentsExecute executes the request // @return AddDocumentsResponse AddDocumentsExecute(r ApiAddDocumentsRequest) (*AddDocumentsResponse, *http.Response, error) /* DeleteDocuments Delete Documents Delete documents from a collection. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace Name of the workspace. @param collection Name of the collection. @return ApiDeleteDocumentsRequest */ DeleteDocuments(ctx context.Context, workspace string, collection string) ApiDeleteDocumentsRequest // DeleteDocumentsExecute executes the request // @return DeleteDocumentsResponse DeleteDocumentsExecute(r ApiDeleteDocumentsRequest) (*DeleteDocumentsResponse, *http.Response, error) /* PatchDocuments Patch Documents Update existing documents in a collection. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace Name of the workspace. @param collection Name of the collection. @return ApiPatchDocumentsRequest */ PatchDocuments(ctx context.Context, workspace string, collection string) ApiPatchDocumentsRequest // PatchDocumentsExecute executes the request // @return PatchDocumentsResponse PatchDocumentsExecute(r ApiPatchDocumentsRequest) (*PatchDocumentsResponse, *http.Response, error) }
type DocumentsApiService ¶
type DocumentsApiService service
DocumentsApiService DocumentsApi service
func (*DocumentsApiService) AddDocuments ¶
func (a *DocumentsApiService) AddDocuments(ctx context.Context, workspace string, collection string) ApiAddDocumentsRequest
AddDocuments Add Documents
Add documents to a collection.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace Name of the workspace. @param collection Name of the collection. @return ApiAddDocumentsRequest
func (*DocumentsApiService) AddDocumentsExecute ¶
func (a *DocumentsApiService) AddDocumentsExecute(r ApiAddDocumentsRequest) (*AddDocumentsResponse, *http.Response, error)
Execute executes the request
@return AddDocumentsResponse
func (*DocumentsApiService) DeleteDocuments ¶
func (a *DocumentsApiService) DeleteDocuments(ctx context.Context, workspace string, collection string) ApiDeleteDocumentsRequest
DeleteDocuments Delete Documents
Delete documents from a collection.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace Name of the workspace. @param collection Name of the collection. @return ApiDeleteDocumentsRequest
func (*DocumentsApiService) DeleteDocumentsExecute ¶
func (a *DocumentsApiService) DeleteDocumentsExecute(r ApiDeleteDocumentsRequest) (*DeleteDocumentsResponse, *http.Response, error)
Execute executes the request
@return DeleteDocumentsResponse
func (*DocumentsApiService) PatchDocuments ¶
func (a *DocumentsApiService) PatchDocuments(ctx context.Context, workspace string, collection string) ApiPatchDocumentsRequest
PatchDocuments Patch Documents
Update existing documents in a collection.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace Name of the workspace. @param collection Name of the collection. @return ApiPatchDocumentsRequest
func (*DocumentsApiService) PatchDocumentsExecute ¶
func (a *DocumentsApiService) PatchDocumentsExecute(r ApiPatchDocumentsRequest) (*PatchDocumentsResponse, *http.Response, error)
Execute executes the request
@return PatchDocumentsResponse
type DynamodbIntegration ¶
type DynamodbIntegration struct { AwsAccessKey *AwsAccessKey `json:"aws_access_key,omitempty"` AwsRole *AwsRole `json:"aws_role,omitempty"` S3ExportBucketName *string `json:"s3_export_bucket_name,omitempty"` }
DynamodbIntegration struct for DynamodbIntegration
func NewDynamodbIntegration ¶
func NewDynamodbIntegration() *DynamodbIntegration
NewDynamodbIntegration instantiates a new DynamodbIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDynamodbIntegrationWithDefaults ¶
func NewDynamodbIntegrationWithDefaults() *DynamodbIntegration
NewDynamodbIntegrationWithDefaults instantiates a new DynamodbIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DynamodbIntegration) GetAwsAccessKey ¶
func (o *DynamodbIntegration) GetAwsAccessKey() AwsAccessKey
GetAwsAccessKey returns the AwsAccessKey field value if set, zero value otherwise.
func (*DynamodbIntegration) GetAwsAccessKeyOk ¶
func (o *DynamodbIntegration) GetAwsAccessKeyOk() (*AwsAccessKey, bool)
GetAwsAccessKeyOk returns a tuple with the AwsAccessKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DynamodbIntegration) GetAwsRole ¶
func (o *DynamodbIntegration) GetAwsRole() AwsRole
GetAwsRole returns the AwsRole field value if set, zero value otherwise.
func (*DynamodbIntegration) GetAwsRoleOk ¶
func (o *DynamodbIntegration) GetAwsRoleOk() (*AwsRole, bool)
GetAwsRoleOk returns a tuple with the AwsRole field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DynamodbIntegration) GetS3ExportBucketName ¶
func (o *DynamodbIntegration) GetS3ExportBucketName() string
GetS3ExportBucketName returns the S3ExportBucketName field value if set, zero value otherwise.
func (*DynamodbIntegration) GetS3ExportBucketNameOk ¶
func (o *DynamodbIntegration) GetS3ExportBucketNameOk() (*string, bool)
GetS3ExportBucketNameOk returns a tuple with the S3ExportBucketName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DynamodbIntegration) HasAwsAccessKey ¶
func (o *DynamodbIntegration) HasAwsAccessKey() bool
HasAwsAccessKey returns a boolean if a field has been set.
func (*DynamodbIntegration) HasAwsRole ¶
func (o *DynamodbIntegration) HasAwsRole() bool
HasAwsRole returns a boolean if a field has been set.
func (*DynamodbIntegration) HasS3ExportBucketName ¶
func (o *DynamodbIntegration) HasS3ExportBucketName() bool
HasS3ExportBucketName returns a boolean if a field has been set.
func (DynamodbIntegration) MarshalJSON ¶
func (o DynamodbIntegration) MarshalJSON() ([]byte, error)
func (*DynamodbIntegration) SetAwsAccessKey ¶
func (o *DynamodbIntegration) SetAwsAccessKey(v AwsAccessKey)
SetAwsAccessKey gets a reference to the given AwsAccessKey and assigns it to the AwsAccessKey field.
func (*DynamodbIntegration) SetAwsRole ¶
func (o *DynamodbIntegration) SetAwsRole(v AwsRole)
SetAwsRole gets a reference to the given AwsRole and assigns it to the AwsRole field.
func (*DynamodbIntegration) SetS3ExportBucketName ¶
func (o *DynamodbIntegration) SetS3ExportBucketName(v string)
SetS3ExportBucketName gets a reference to the given string and assigns it to the S3ExportBucketName field.
type ErrorModel ¶
type ErrorModel struct { // descriptive message about the error Message *string `json:"message,omitempty"` // category of the error Type *string `json:"type,omitempty"` // Line where the error happened (if applicable) Line *int32 `json:"line,omitempty"` // Column where the error happened (if applicable) Column *int32 `json:"column,omitempty"` // Internal trace ID to help with debugging TraceId *string `json:"trace_id,omitempty"` // ID of the error ErrorId *string `json:"error_id,omitempty"` // ID of the query (if applicable) QueryId *string `json:"query_id,omitempty"` }
ErrorModel Describes details about an error
func NewErrorModel ¶
func NewErrorModel() *ErrorModel
NewErrorModel instantiates a new ErrorModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorModelWithDefaults ¶
func NewErrorModelWithDefaults() *ErrorModel
NewErrorModelWithDefaults instantiates a new ErrorModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ErrorModel) GetColumn ¶
func (o *ErrorModel) GetColumn() int32
GetColumn returns the Column field value if set, zero value otherwise.
func (*ErrorModel) GetColumnOk ¶
func (o *ErrorModel) GetColumnOk() (*int32, bool)
GetColumnOk returns a tuple with the Column field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorModel) GetErrorId ¶
func (o *ErrorModel) GetErrorId() string
GetErrorId returns the ErrorId field value if set, zero value otherwise.
func (*ErrorModel) GetErrorIdOk ¶
func (o *ErrorModel) GetErrorIdOk() (*string, bool)
GetErrorIdOk returns a tuple with the ErrorId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorModel) GetLine ¶
func (o *ErrorModel) GetLine() int32
GetLine returns the Line field value if set, zero value otherwise.
func (*ErrorModel) GetLineOk ¶
func (o *ErrorModel) GetLineOk() (*int32, bool)
GetLineOk returns a tuple with the Line field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorModel) GetMessage ¶
func (o *ErrorModel) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ErrorModel) GetMessageOk ¶
func (o *ErrorModel) 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 (*ErrorModel) GetQueryId ¶
func (o *ErrorModel) GetQueryId() string
GetQueryId returns the QueryId field value if set, zero value otherwise.
func (*ErrorModel) GetQueryIdOk ¶
func (o *ErrorModel) GetQueryIdOk() (*string, bool)
GetQueryIdOk returns a tuple with the QueryId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorModel) GetTraceId ¶
func (o *ErrorModel) GetTraceId() string
GetTraceId returns the TraceId field value if set, zero value otherwise.
func (*ErrorModel) GetTraceIdOk ¶
func (o *ErrorModel) GetTraceIdOk() (*string, bool)
GetTraceIdOk returns a tuple with the TraceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorModel) GetType ¶
func (o *ErrorModel) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ErrorModel) GetTypeOk ¶
func (o *ErrorModel) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorModel) HasColumn ¶
func (o *ErrorModel) HasColumn() bool
HasColumn returns a boolean if a field has been set.
func (*ErrorModel) HasErrorId ¶
func (o *ErrorModel) HasErrorId() bool
HasErrorId returns a boolean if a field has been set.
func (*ErrorModel) HasLine ¶
func (o *ErrorModel) HasLine() bool
HasLine returns a boolean if a field has been set.
func (*ErrorModel) HasMessage ¶
func (o *ErrorModel) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*ErrorModel) HasQueryId ¶
func (o *ErrorModel) HasQueryId() bool
HasQueryId returns a boolean if a field has been set.
func (*ErrorModel) HasTraceId ¶
func (o *ErrorModel) HasTraceId() bool
HasTraceId returns a boolean if a field has been set.
func (*ErrorModel) HasType ¶
func (o *ErrorModel) HasType() bool
HasType returns a boolean if a field has been set.
func (ErrorModel) MarshalJSON ¶
func (o ErrorModel) MarshalJSON() ([]byte, error)
func (*ErrorModel) SetColumn ¶
func (o *ErrorModel) SetColumn(v int32)
SetColumn gets a reference to the given int32 and assigns it to the Column field.
func (*ErrorModel) SetErrorId ¶
func (o *ErrorModel) SetErrorId(v string)
SetErrorId gets a reference to the given string and assigns it to the ErrorId field.
func (*ErrorModel) SetLine ¶
func (o *ErrorModel) SetLine(v int32)
SetLine gets a reference to the given int32 and assigns it to the Line field.
func (*ErrorModel) SetMessage ¶
func (o *ErrorModel) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*ErrorModel) SetQueryId ¶
func (o *ErrorModel) SetQueryId(v string)
SetQueryId gets a reference to the given string and assigns it to the QueryId field.
func (*ErrorModel) SetTraceId ¶
func (o *ErrorModel) SetTraceId(v string)
SetTraceId gets a reference to the given string and assigns it to the TraceId field.
func (*ErrorModel) SetType ¶
func (o *ErrorModel) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type EventTimeInfo ¶
type EventTimeInfo struct { // name of the field containing event time Field string `json:"field"` // format of time field, can be one of: milliseconds_since_epoch, seconds_since_epoch Format *string `json:"format,omitempty"` // default time zone, in standard IANA format TimeZone *string `json:"time_zone,omitempty"` }
EventTimeInfo struct for EventTimeInfo
func NewEventTimeInfo ¶
func NewEventTimeInfo(field string) *EventTimeInfo
NewEventTimeInfo instantiates a new EventTimeInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEventTimeInfoWithDefaults ¶
func NewEventTimeInfoWithDefaults() *EventTimeInfo
NewEventTimeInfoWithDefaults instantiates a new EventTimeInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EventTimeInfo) GetField ¶
func (o *EventTimeInfo) GetField() string
GetField returns the Field field value
func (*EventTimeInfo) GetFieldOk ¶
func (o *EventTimeInfo) GetFieldOk() (*string, bool)
GetFieldOk returns a tuple with the Field field value and a boolean to check if the value has been set.
func (*EventTimeInfo) GetFormat ¶
func (o *EventTimeInfo) GetFormat() string
GetFormat returns the Format field value if set, zero value otherwise.
func (*EventTimeInfo) GetFormatOk ¶
func (o *EventTimeInfo) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EventTimeInfo) GetTimeZone ¶
func (o *EventTimeInfo) GetTimeZone() string
GetTimeZone returns the TimeZone field value if set, zero value otherwise.
func (*EventTimeInfo) GetTimeZoneOk ¶
func (o *EventTimeInfo) 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 (*EventTimeInfo) HasFormat ¶
func (o *EventTimeInfo) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (*EventTimeInfo) HasTimeZone ¶
func (o *EventTimeInfo) HasTimeZone() bool
HasTimeZone returns a boolean if a field has been set.
func (EventTimeInfo) MarshalJSON ¶
func (o EventTimeInfo) MarshalJSON() ([]byte, error)
func (*EventTimeInfo) SetField ¶
func (o *EventTimeInfo) SetField(v string)
SetField sets field value
func (*EventTimeInfo) SetFormat ¶
func (o *EventTimeInfo) SetFormat(v string)
SetFormat gets a reference to the given string and assigns it to the Format field.
func (*EventTimeInfo) SetTimeZone ¶
func (o *EventTimeInfo) SetTimeZone(v string)
SetTimeZone gets a reference to the given string and assigns it to the TimeZone field.
type ExecuteQueryLambdaRequest ¶
type ExecuteQueryLambdaRequest struct { // list of named parameters Parameters []QueryParameter `json:"parameters,omitempty"` // Row limit to use if no limit specified in the SQL query text DefaultRowLimit *int32 `json:"default_row_limit,omitempty"` // Whether to generate warnings GenerateWarnings *bool `json:"generate_warnings,omitempty"` // Flag to paginate and store the results of this query for later / sequential retrieval. Paginate *bool `json:"paginate,omitempty"` // Number of documents to return in addition to paginating for this query call. Only relevant if `paginate` flag is also set. InitialPaginateResponseDocCount *int32 `json:"initial_paginate_response_doc_count,omitempty"` }
ExecuteQueryLambdaRequest struct for ExecuteQueryLambdaRequest
func NewExecuteQueryLambdaRequest ¶
func NewExecuteQueryLambdaRequest() *ExecuteQueryLambdaRequest
NewExecuteQueryLambdaRequest instantiates a new ExecuteQueryLambdaRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExecuteQueryLambdaRequestWithDefaults ¶
func NewExecuteQueryLambdaRequestWithDefaults() *ExecuteQueryLambdaRequest
NewExecuteQueryLambdaRequestWithDefaults instantiates a new ExecuteQueryLambdaRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExecuteQueryLambdaRequest) GetDefaultRowLimit ¶
func (o *ExecuteQueryLambdaRequest) GetDefaultRowLimit() int32
GetDefaultRowLimit returns the DefaultRowLimit field value if set, zero value otherwise.
func (*ExecuteQueryLambdaRequest) GetDefaultRowLimitOk ¶
func (o *ExecuteQueryLambdaRequest) GetDefaultRowLimitOk() (*int32, bool)
GetDefaultRowLimitOk returns a tuple with the DefaultRowLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecuteQueryLambdaRequest) GetGenerateWarnings ¶
func (o *ExecuteQueryLambdaRequest) GetGenerateWarnings() bool
GetGenerateWarnings returns the GenerateWarnings field value if set, zero value otherwise.
func (*ExecuteQueryLambdaRequest) GetGenerateWarningsOk ¶
func (o *ExecuteQueryLambdaRequest) GetGenerateWarningsOk() (*bool, bool)
GetGenerateWarningsOk returns a tuple with the GenerateWarnings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecuteQueryLambdaRequest) GetInitialPaginateResponseDocCount ¶
func (o *ExecuteQueryLambdaRequest) GetInitialPaginateResponseDocCount() int32
GetInitialPaginateResponseDocCount returns the InitialPaginateResponseDocCount field value if set, zero value otherwise.
func (*ExecuteQueryLambdaRequest) GetInitialPaginateResponseDocCountOk ¶
func (o *ExecuteQueryLambdaRequest) GetInitialPaginateResponseDocCountOk() (*int32, bool)
GetInitialPaginateResponseDocCountOk returns a tuple with the InitialPaginateResponseDocCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecuteQueryLambdaRequest) GetPaginate ¶
func (o *ExecuteQueryLambdaRequest) GetPaginate() bool
GetPaginate returns the Paginate field value if set, zero value otherwise.
func (*ExecuteQueryLambdaRequest) GetPaginateOk ¶
func (o *ExecuteQueryLambdaRequest) GetPaginateOk() (*bool, bool)
GetPaginateOk returns a tuple with the Paginate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecuteQueryLambdaRequest) GetParameters ¶
func (o *ExecuteQueryLambdaRequest) GetParameters() []QueryParameter
GetParameters returns the Parameters field value if set, zero value otherwise.
func (*ExecuteQueryLambdaRequest) GetParametersOk ¶
func (o *ExecuteQueryLambdaRequest) GetParametersOk() ([]QueryParameter, bool)
GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExecuteQueryLambdaRequest) HasDefaultRowLimit ¶
func (o *ExecuteQueryLambdaRequest) HasDefaultRowLimit() bool
HasDefaultRowLimit returns a boolean if a field has been set.
func (*ExecuteQueryLambdaRequest) HasGenerateWarnings ¶
func (o *ExecuteQueryLambdaRequest) HasGenerateWarnings() bool
HasGenerateWarnings returns a boolean if a field has been set.
func (*ExecuteQueryLambdaRequest) HasInitialPaginateResponseDocCount ¶
func (o *ExecuteQueryLambdaRequest) HasInitialPaginateResponseDocCount() bool
HasInitialPaginateResponseDocCount returns a boolean if a field has been set.
func (*ExecuteQueryLambdaRequest) HasPaginate ¶
func (o *ExecuteQueryLambdaRequest) HasPaginate() bool
HasPaginate returns a boolean if a field has been set.
func (*ExecuteQueryLambdaRequest) HasParameters ¶
func (o *ExecuteQueryLambdaRequest) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (ExecuteQueryLambdaRequest) MarshalJSON ¶
func (o ExecuteQueryLambdaRequest) MarshalJSON() ([]byte, error)
func (*ExecuteQueryLambdaRequest) SetDefaultRowLimit ¶
func (o *ExecuteQueryLambdaRequest) SetDefaultRowLimit(v int32)
SetDefaultRowLimit gets a reference to the given int32 and assigns it to the DefaultRowLimit field.
func (*ExecuteQueryLambdaRequest) SetGenerateWarnings ¶
func (o *ExecuteQueryLambdaRequest) SetGenerateWarnings(v bool)
SetGenerateWarnings gets a reference to the given bool and assigns it to the GenerateWarnings field.
func (*ExecuteQueryLambdaRequest) SetInitialPaginateResponseDocCount ¶
func (o *ExecuteQueryLambdaRequest) SetInitialPaginateResponseDocCount(v int32)
SetInitialPaginateResponseDocCount gets a reference to the given int32 and assigns it to the InitialPaginateResponseDocCount field.
func (*ExecuteQueryLambdaRequest) SetPaginate ¶
func (o *ExecuteQueryLambdaRequest) SetPaginate(v bool)
SetPaginate gets a reference to the given bool and assigns it to the Paginate field.
func (*ExecuteQueryLambdaRequest) SetParameters ¶
func (o *ExecuteQueryLambdaRequest) SetParameters(v []QueryParameter)
SetParameters gets a reference to the given []QueryParameter and assigns it to the Parameters field.
type FieldMappingQuery ¶
type FieldMappingQuery struct { // SELECT * EXCEPT (name), SHA256(name) AS name_anon FROM _input Sql *string `json:"sql,omitempty"` }
FieldMappingQuery struct for FieldMappingQuery
func NewFieldMappingQuery ¶
func NewFieldMappingQuery() *FieldMappingQuery
NewFieldMappingQuery instantiates a new FieldMappingQuery object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFieldMappingQueryWithDefaults ¶
func NewFieldMappingQueryWithDefaults() *FieldMappingQuery
NewFieldMappingQueryWithDefaults instantiates a new FieldMappingQuery object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FieldMappingQuery) GetSql ¶
func (o *FieldMappingQuery) GetSql() string
GetSql returns the Sql field value if set, zero value otherwise.
func (*FieldMappingQuery) GetSqlOk ¶
func (o *FieldMappingQuery) GetSqlOk() (*string, bool)
GetSqlOk returns a tuple with the Sql field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FieldMappingQuery) HasSql ¶
func (o *FieldMappingQuery) HasSql() bool
HasSql returns a boolean if a field has been set.
func (FieldMappingQuery) MarshalJSON ¶
func (o FieldMappingQuery) MarshalJSON() ([]byte, error)
func (*FieldMappingQuery) SetSql ¶
func (o *FieldMappingQuery) SetSql(v string)
SetSql gets a reference to the given string and assigns it to the Sql field.
type FieldMappingV2 ¶
type FieldMappingV2 struct { // A user specified string that is a name for this mapping Name *string `json:"name,omitempty"` // A boolean that determines whether to drop all fields in this document. If set, input and output fields should not be set IsDropAllFields *bool `json:"is_drop_all_fields,omitempty"` // A List of InputField for this mapping InputFields []InputField `json:"input_fields,omitempty"` OutputField *OutputField `json:"output_field,omitempty"` }
FieldMappingV2 struct for FieldMappingV2
func NewFieldMappingV2 ¶
func NewFieldMappingV2() *FieldMappingV2
NewFieldMappingV2 instantiates a new FieldMappingV2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFieldMappingV2WithDefaults ¶
func NewFieldMappingV2WithDefaults() *FieldMappingV2
NewFieldMappingV2WithDefaults instantiates a new FieldMappingV2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FieldMappingV2) GetInputFields ¶
func (o *FieldMappingV2) GetInputFields() []InputField
GetInputFields returns the InputFields field value if set, zero value otherwise.
func (*FieldMappingV2) GetInputFieldsOk ¶
func (o *FieldMappingV2) GetInputFieldsOk() ([]InputField, bool)
GetInputFieldsOk returns a tuple with the InputFields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FieldMappingV2) GetIsDropAllFields ¶
func (o *FieldMappingV2) GetIsDropAllFields() bool
GetIsDropAllFields returns the IsDropAllFields field value if set, zero value otherwise.
func (*FieldMappingV2) GetIsDropAllFieldsOk ¶
func (o *FieldMappingV2) GetIsDropAllFieldsOk() (*bool, bool)
GetIsDropAllFieldsOk returns a tuple with the IsDropAllFields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FieldMappingV2) GetName ¶
func (o *FieldMappingV2) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*FieldMappingV2) GetNameOk ¶
func (o *FieldMappingV2) 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 (*FieldMappingV2) GetOutputField ¶
func (o *FieldMappingV2) GetOutputField() OutputField
GetOutputField returns the OutputField field value if set, zero value otherwise.
func (*FieldMappingV2) GetOutputFieldOk ¶
func (o *FieldMappingV2) GetOutputFieldOk() (*OutputField, bool)
GetOutputFieldOk returns a tuple with the OutputField field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FieldMappingV2) HasInputFields ¶
func (o *FieldMappingV2) HasInputFields() bool
HasInputFields returns a boolean if a field has been set.
func (*FieldMappingV2) HasIsDropAllFields ¶
func (o *FieldMappingV2) HasIsDropAllFields() bool
HasIsDropAllFields returns a boolean if a field has been set.
func (*FieldMappingV2) HasName ¶
func (o *FieldMappingV2) HasName() bool
HasName returns a boolean if a field has been set.
func (*FieldMappingV2) HasOutputField ¶
func (o *FieldMappingV2) HasOutputField() bool
HasOutputField returns a boolean if a field has been set.
func (FieldMappingV2) MarshalJSON ¶
func (o FieldMappingV2) MarshalJSON() ([]byte, error)
func (*FieldMappingV2) SetInputFields ¶
func (o *FieldMappingV2) SetInputFields(v []InputField)
SetInputFields gets a reference to the given []InputField and assigns it to the InputFields field.
func (*FieldMappingV2) SetIsDropAllFields ¶
func (o *FieldMappingV2) SetIsDropAllFields(v bool)
SetIsDropAllFields gets a reference to the given bool and assigns it to the IsDropAllFields field.
func (*FieldMappingV2) SetName ¶
func (o *FieldMappingV2) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*FieldMappingV2) SetOutputField ¶
func (o *FieldMappingV2) SetOutputField(v OutputField)
SetOutputField gets a reference to the given OutputField and assigns it to the OutputField field.
type FieldPartition ¶
type FieldPartition struct { // The name of a field, parsed as a SQL qualified name FieldName *string `json:"field_name,omitempty"` // The type of partitions on a field Type *string `json:"type,omitempty"` // The values for partitioning of a field. Unneeded if the partition type is AUTO. Keys []string `json:"keys,omitempty"` }
FieldPartition struct for FieldPartition
func NewFieldPartition ¶
func NewFieldPartition() *FieldPartition
NewFieldPartition instantiates a new FieldPartition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFieldPartitionWithDefaults ¶
func NewFieldPartitionWithDefaults() *FieldPartition
NewFieldPartitionWithDefaults instantiates a new FieldPartition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FieldPartition) GetFieldName ¶
func (o *FieldPartition) GetFieldName() string
GetFieldName returns the FieldName field value if set, zero value otherwise.
func (*FieldPartition) GetFieldNameOk ¶
func (o *FieldPartition) GetFieldNameOk() (*string, bool)
GetFieldNameOk returns a tuple with the FieldName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FieldPartition) GetKeys ¶
func (o *FieldPartition) GetKeys() []string
GetKeys returns the Keys field value if set, zero value otherwise.
func (*FieldPartition) GetKeysOk ¶
func (o *FieldPartition) GetKeysOk() ([]string, bool)
GetKeysOk returns a tuple with the Keys field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FieldPartition) GetType ¶
func (o *FieldPartition) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*FieldPartition) GetTypeOk ¶
func (o *FieldPartition) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FieldPartition) HasFieldName ¶
func (o *FieldPartition) HasFieldName() bool
HasFieldName returns a boolean if a field has been set.
func (*FieldPartition) HasKeys ¶
func (o *FieldPartition) HasKeys() bool
HasKeys returns a boolean if a field has been set.
func (*FieldPartition) HasType ¶
func (o *FieldPartition) HasType() bool
HasType returns a boolean if a field has been set.
func (FieldPartition) MarshalJSON ¶
func (o FieldPartition) MarshalJSON() ([]byte, error)
func (*FieldPartition) SetFieldName ¶
func (o *FieldPartition) SetFieldName(v string)
SetFieldName gets a reference to the given string and assigns it to the FieldName field.
func (*FieldPartition) SetKeys ¶
func (o *FieldPartition) SetKeys(v []string)
SetKeys gets a reference to the given []string and assigns it to the Keys field.
func (*FieldPartition) SetType ¶
func (o *FieldPartition) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type FormatParams ¶
type FormatParams struct { // source data is in json format Json *bool `json:"json,omitempty"` Csv *CsvParams `json:"csv,omitempty"` Xml *XmlParams `json:"xml,omitempty"` MysqlDms *bool `json:"mysql_dms,omitempty"` PostgresDms *bool `json:"postgres_dms,omitempty"` MssqlDms *bool `json:"mssql_dms,omitempty"` OracleDms *bool `json:"oracle_dms,omitempty"` }
FormatParams struct for FormatParams
func NewFormatParams ¶
func NewFormatParams() *FormatParams
NewFormatParams instantiates a new FormatParams object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFormatParamsWithDefaults ¶
func NewFormatParamsWithDefaults() *FormatParams
NewFormatParamsWithDefaults instantiates a new FormatParams object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FormatParams) GetCsv ¶
func (o *FormatParams) GetCsv() CsvParams
GetCsv returns the Csv field value if set, zero value otherwise.
func (*FormatParams) GetCsvOk ¶
func (o *FormatParams) GetCsvOk() (*CsvParams, bool)
GetCsvOk returns a tuple with the Csv field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FormatParams) GetJson ¶
func (o *FormatParams) GetJson() bool
GetJson returns the Json field value if set, zero value otherwise.
func (*FormatParams) GetJsonOk ¶
func (o *FormatParams) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FormatParams) GetMssqlDms ¶
func (o *FormatParams) GetMssqlDms() bool
GetMssqlDms returns the MssqlDms field value if set, zero value otherwise.
func (*FormatParams) GetMssqlDmsOk ¶
func (o *FormatParams) GetMssqlDmsOk() (*bool, bool)
GetMssqlDmsOk returns a tuple with the MssqlDms field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FormatParams) GetMysqlDms ¶
func (o *FormatParams) GetMysqlDms() bool
GetMysqlDms returns the MysqlDms field value if set, zero value otherwise.
func (*FormatParams) GetMysqlDmsOk ¶
func (o *FormatParams) GetMysqlDmsOk() (*bool, bool)
GetMysqlDmsOk returns a tuple with the MysqlDms field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FormatParams) GetOracleDms ¶
func (o *FormatParams) GetOracleDms() bool
GetOracleDms returns the OracleDms field value if set, zero value otherwise.
func (*FormatParams) GetOracleDmsOk ¶
func (o *FormatParams) GetOracleDmsOk() (*bool, bool)
GetOracleDmsOk returns a tuple with the OracleDms field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FormatParams) GetPostgresDms ¶
func (o *FormatParams) GetPostgresDms() bool
GetPostgresDms returns the PostgresDms field value if set, zero value otherwise.
func (*FormatParams) GetPostgresDmsOk ¶
func (o *FormatParams) GetPostgresDmsOk() (*bool, bool)
GetPostgresDmsOk returns a tuple with the PostgresDms field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FormatParams) GetXml ¶
func (o *FormatParams) GetXml() XmlParams
GetXml returns the Xml field value if set, zero value otherwise.
func (*FormatParams) GetXmlOk ¶
func (o *FormatParams) GetXmlOk() (*XmlParams, bool)
GetXmlOk returns a tuple with the Xml field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FormatParams) HasCsv ¶
func (o *FormatParams) HasCsv() bool
HasCsv returns a boolean if a field has been set.
func (*FormatParams) HasJson ¶
func (o *FormatParams) HasJson() bool
HasJson returns a boolean if a field has been set.
func (*FormatParams) HasMssqlDms ¶
func (o *FormatParams) HasMssqlDms() bool
HasMssqlDms returns a boolean if a field has been set.
func (*FormatParams) HasMysqlDms ¶
func (o *FormatParams) HasMysqlDms() bool
HasMysqlDms returns a boolean if a field has been set.
func (*FormatParams) HasOracleDms ¶
func (o *FormatParams) HasOracleDms() bool
HasOracleDms returns a boolean if a field has been set.
func (*FormatParams) HasPostgresDms ¶
func (o *FormatParams) HasPostgresDms() bool
HasPostgresDms returns a boolean if a field has been set.
func (*FormatParams) HasXml ¶
func (o *FormatParams) HasXml() bool
HasXml returns a boolean if a field has been set.
func (FormatParams) MarshalJSON ¶
func (o FormatParams) MarshalJSON() ([]byte, error)
func (*FormatParams) SetCsv ¶
func (o *FormatParams) SetCsv(v CsvParams)
SetCsv gets a reference to the given CsvParams and assigns it to the Csv field.
func (*FormatParams) SetJson ¶
func (o *FormatParams) SetJson(v bool)
SetJson gets a reference to the given bool and assigns it to the Json field.
func (*FormatParams) SetMssqlDms ¶
func (o *FormatParams) SetMssqlDms(v bool)
SetMssqlDms gets a reference to the given bool and assigns it to the MssqlDms field.
func (*FormatParams) SetMysqlDms ¶
func (o *FormatParams) SetMysqlDms(v bool)
SetMysqlDms gets a reference to the given bool and assigns it to the MysqlDms field.
func (*FormatParams) SetOracleDms ¶
func (o *FormatParams) SetOracleDms(v bool)
SetOracleDms gets a reference to the given bool and assigns it to the OracleDms field.
func (*FormatParams) SetPostgresDms ¶
func (o *FormatParams) SetPostgresDms(v bool)
SetPostgresDms gets a reference to the given bool and assigns it to the PostgresDms field.
func (*FormatParams) SetXml ¶
func (o *FormatParams) SetXml(v XmlParams)
SetXml gets a reference to the given XmlParams and assigns it to the Xml field.
type GcpServiceAccount ¶
type GcpServiceAccount struct { // Contents of JSON Service Account key file ServiceAccountKeyFileJson string `json:"service_account_key_file_json"` }
GcpServiceAccount struct for GcpServiceAccount
func NewGcpServiceAccount ¶
func NewGcpServiceAccount(serviceAccountKeyFileJson string) *GcpServiceAccount
NewGcpServiceAccount instantiates a new GcpServiceAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGcpServiceAccountWithDefaults ¶
func NewGcpServiceAccountWithDefaults() *GcpServiceAccount
NewGcpServiceAccountWithDefaults instantiates a new GcpServiceAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GcpServiceAccount) GetServiceAccountKeyFileJson ¶
func (o *GcpServiceAccount) GetServiceAccountKeyFileJson() string
GetServiceAccountKeyFileJson returns the ServiceAccountKeyFileJson field value
func (*GcpServiceAccount) GetServiceAccountKeyFileJsonOk ¶
func (o *GcpServiceAccount) GetServiceAccountKeyFileJsonOk() (*string, bool)
GetServiceAccountKeyFileJsonOk returns a tuple with the ServiceAccountKeyFileJson field value and a boolean to check if the value has been set.
func (GcpServiceAccount) MarshalJSON ¶
func (o GcpServiceAccount) MarshalJSON() ([]byte, error)
func (*GcpServiceAccount) SetServiceAccountKeyFileJson ¶
func (o *GcpServiceAccount) SetServiceAccountKeyFileJson(v string)
SetServiceAccountKeyFileJson sets field value
type GcsIntegration ¶
type GcsIntegration struct {
GcpServiceAccount *GcpServiceAccount `json:"gcp_service_account,omitempty"`
}
GcsIntegration struct for GcsIntegration
func NewGcsIntegration ¶
func NewGcsIntegration() *GcsIntegration
NewGcsIntegration instantiates a new GcsIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGcsIntegrationWithDefaults ¶
func NewGcsIntegrationWithDefaults() *GcsIntegration
NewGcsIntegrationWithDefaults instantiates a new GcsIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GcsIntegration) GetGcpServiceAccount ¶
func (o *GcsIntegration) GetGcpServiceAccount() GcpServiceAccount
GetGcpServiceAccount returns the GcpServiceAccount field value if set, zero value otherwise.
func (*GcsIntegration) GetGcpServiceAccountOk ¶
func (o *GcsIntegration) GetGcpServiceAccountOk() (*GcpServiceAccount, bool)
GetGcpServiceAccountOk returns a tuple with the GcpServiceAccount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GcsIntegration) HasGcpServiceAccount ¶
func (o *GcsIntegration) HasGcpServiceAccount() bool
HasGcpServiceAccount returns a boolean if a field has been set.
func (GcsIntegration) MarshalJSON ¶
func (o GcsIntegration) MarshalJSON() ([]byte, error)
func (*GcsIntegration) SetGcpServiceAccount ¶
func (o *GcsIntegration) SetGcpServiceAccount(v GcpServiceAccount)
SetGcpServiceAccount gets a reference to the given GcpServiceAccount and assigns it to the GcpServiceAccount field.
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 GetAliasResponse ¶
type GetAliasResponse struct {
Data *Alias `json:"data,omitempty"`
}
GetAliasResponse struct for GetAliasResponse
func NewGetAliasResponse ¶
func NewGetAliasResponse() *GetAliasResponse
NewGetAliasResponse instantiates a new GetAliasResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetAliasResponseWithDefaults ¶
func NewGetAliasResponseWithDefaults() *GetAliasResponse
NewGetAliasResponseWithDefaults instantiates a new GetAliasResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetAliasResponse) GetData ¶
func (o *GetAliasResponse) GetData() Alias
GetData returns the Data field value if set, zero value otherwise.
func (*GetAliasResponse) GetDataOk ¶
func (o *GetAliasResponse) GetDataOk() (*Alias, 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 (*GetAliasResponse) HasData ¶
func (o *GetAliasResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (GetAliasResponse) MarshalJSON ¶
func (o GetAliasResponse) MarshalJSON() ([]byte, error)
func (*GetAliasResponse) SetData ¶
func (o *GetAliasResponse) SetData(v Alias)
SetData gets a reference to the given Alias and assigns it to the Data field.
type GetApiKeyResponse ¶
type GetApiKeyResponse struct {
Data *ApiKey `json:"data,omitempty"`
}
GetApiKeyResponse struct for GetApiKeyResponse
func NewGetApiKeyResponse ¶
func NewGetApiKeyResponse() *GetApiKeyResponse
NewGetApiKeyResponse instantiates a new GetApiKeyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetApiKeyResponseWithDefaults ¶
func NewGetApiKeyResponseWithDefaults() *GetApiKeyResponse
NewGetApiKeyResponseWithDefaults instantiates a new GetApiKeyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetApiKeyResponse) GetData ¶
func (o *GetApiKeyResponse) GetData() ApiKey
GetData returns the Data field value if set, zero value otherwise.
func (*GetApiKeyResponse) GetDataOk ¶
func (o *GetApiKeyResponse) GetDataOk() (*ApiKey, 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 (*GetApiKeyResponse) HasData ¶
func (o *GetApiKeyResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (GetApiKeyResponse) MarshalJSON ¶
func (o GetApiKeyResponse) MarshalJSON() ([]byte, error)
func (*GetApiKeyResponse) SetData ¶
func (o *GetApiKeyResponse) SetData(v ApiKey)
SetData gets a reference to the given ApiKey and assigns it to the Data field.
type GetCollectionResponse ¶
type GetCollectionResponse struct {
Data *Collection `json:"data,omitempty"`
}
GetCollectionResponse struct for GetCollectionResponse
func NewGetCollectionResponse ¶
func NewGetCollectionResponse() *GetCollectionResponse
NewGetCollectionResponse instantiates a new GetCollectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetCollectionResponseWithDefaults ¶
func NewGetCollectionResponseWithDefaults() *GetCollectionResponse
NewGetCollectionResponseWithDefaults instantiates a new GetCollectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetCollectionResponse) GetData ¶
func (o *GetCollectionResponse) GetData() Collection
GetData returns the Data field value if set, zero value otherwise.
func (*GetCollectionResponse) GetDataOk ¶
func (o *GetCollectionResponse) GetDataOk() (*Collection, 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 (*GetCollectionResponse) HasData ¶
func (o *GetCollectionResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (GetCollectionResponse) MarshalJSON ¶
func (o GetCollectionResponse) MarshalJSON() ([]byte, error)
func (*GetCollectionResponse) SetData ¶
func (o *GetCollectionResponse) SetData(v Collection)
SetData gets a reference to the given Collection and assigns it to the Data field.
type GetIntegrationResponse ¶
type GetIntegrationResponse struct {
Data *Integration `json:"data,omitempty"`
}
GetIntegrationResponse struct for GetIntegrationResponse
func NewGetIntegrationResponse ¶
func NewGetIntegrationResponse() *GetIntegrationResponse
NewGetIntegrationResponse instantiates a new GetIntegrationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetIntegrationResponseWithDefaults ¶
func NewGetIntegrationResponseWithDefaults() *GetIntegrationResponse
NewGetIntegrationResponseWithDefaults instantiates a new GetIntegrationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetIntegrationResponse) GetData ¶
func (o *GetIntegrationResponse) GetData() Integration
GetData returns the Data field value if set, zero value otherwise.
func (*GetIntegrationResponse) GetDataOk ¶
func (o *GetIntegrationResponse) GetDataOk() (*Integration, 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 (*GetIntegrationResponse) HasData ¶
func (o *GetIntegrationResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (GetIntegrationResponse) MarshalJSON ¶
func (o GetIntegrationResponse) MarshalJSON() ([]byte, error)
func (*GetIntegrationResponse) SetData ¶
func (o *GetIntegrationResponse) SetData(v Integration)
SetData gets a reference to the given Integration and assigns it to the Data field.
type GetViewResponse ¶
type GetViewResponse struct {
Data *View `json:"data,omitempty"`
}
GetViewResponse struct for GetViewResponse
func NewGetViewResponse ¶
func NewGetViewResponse() *GetViewResponse
NewGetViewResponse instantiates a new GetViewResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetViewResponseWithDefaults ¶
func NewGetViewResponseWithDefaults() *GetViewResponse
NewGetViewResponseWithDefaults instantiates a new GetViewResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetViewResponse) GetData ¶
func (o *GetViewResponse) GetData() View
GetData returns the Data field value if set, zero value otherwise.
func (*GetViewResponse) GetDataOk ¶
func (o *GetViewResponse) GetDataOk() (*View, 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 (*GetViewResponse) HasData ¶
func (o *GetViewResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (GetViewResponse) MarshalJSON ¶
func (o GetViewResponse) MarshalJSON() ([]byte, error)
func (*GetViewResponse) SetData ¶
func (o *GetViewResponse) SetData(v View)
SetData gets a reference to the given View and assigns it to the Data field.
type GetVirtualInstanceResponse ¶
type GetVirtualInstanceResponse struct {
Data *VirtualInstance `json:"data,omitempty"`
}
GetVirtualInstanceResponse struct for GetVirtualInstanceResponse
func NewGetVirtualInstanceResponse ¶
func NewGetVirtualInstanceResponse() *GetVirtualInstanceResponse
NewGetVirtualInstanceResponse instantiates a new GetVirtualInstanceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetVirtualInstanceResponseWithDefaults ¶
func NewGetVirtualInstanceResponseWithDefaults() *GetVirtualInstanceResponse
NewGetVirtualInstanceResponseWithDefaults instantiates a new GetVirtualInstanceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetVirtualInstanceResponse) GetData ¶
func (o *GetVirtualInstanceResponse) GetData() VirtualInstance
GetData returns the Data field value if set, zero value otherwise.
func (*GetVirtualInstanceResponse) GetDataOk ¶
func (o *GetVirtualInstanceResponse) GetDataOk() (*VirtualInstance, 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 (*GetVirtualInstanceResponse) HasData ¶
func (o *GetVirtualInstanceResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (GetVirtualInstanceResponse) MarshalJSON ¶
func (o GetVirtualInstanceResponse) MarshalJSON() ([]byte, error)
func (*GetVirtualInstanceResponse) SetData ¶
func (o *GetVirtualInstanceResponse) SetData(v VirtualInstance)
SetData gets a reference to the given VirtualInstance and assigns it to the Data field.
type GetWorkspaceResponse ¶
type GetWorkspaceResponse struct {
Data *Workspace `json:"data,omitempty"`
}
GetWorkspaceResponse struct for GetWorkspaceResponse
func NewGetWorkspaceResponse ¶
func NewGetWorkspaceResponse() *GetWorkspaceResponse
NewGetWorkspaceResponse instantiates a new GetWorkspaceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetWorkspaceResponseWithDefaults ¶
func NewGetWorkspaceResponseWithDefaults() *GetWorkspaceResponse
NewGetWorkspaceResponseWithDefaults instantiates a new GetWorkspaceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetWorkspaceResponse) GetData ¶
func (o *GetWorkspaceResponse) GetData() Workspace
GetData returns the Data field value if set, zero value otherwise.
func (*GetWorkspaceResponse) GetDataOk ¶
func (o *GetWorkspaceResponse) GetDataOk() (*Workspace, 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 (*GetWorkspaceResponse) HasData ¶
func (o *GetWorkspaceResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (GetWorkspaceResponse) MarshalJSON ¶
func (o GetWorkspaceResponse) MarshalJSON() ([]byte, error)
func (*GetWorkspaceResponse) SetData ¶
func (o *GetWorkspaceResponse) SetData(v Workspace)
SetData gets a reference to the given Workspace and assigns it to the Data field.
type InputField ¶
type InputField struct { // The name of a field, parsed as a SQL qualified name FieldName *string `json:"field_name,omitempty"` // Define the behaviour if fieldName is missing or is null IfMissing *string `json:"if_missing,omitempty"` // If true, then drop fieldName from the document IsDrop *bool `json:"is_drop,omitempty"` // Sql parameter name Param *string `json:"param,omitempty"` }
InputField struct for InputField
func NewInputField ¶
func NewInputField() *InputField
NewInputField instantiates a new InputField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInputFieldWithDefaults ¶
func NewInputFieldWithDefaults() *InputField
NewInputFieldWithDefaults instantiates a new InputField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InputField) GetFieldName ¶
func (o *InputField) GetFieldName() string
GetFieldName returns the FieldName field value if set, zero value otherwise.
func (*InputField) GetFieldNameOk ¶
func (o *InputField) GetFieldNameOk() (*string, bool)
GetFieldNameOk returns a tuple with the FieldName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputField) GetIfMissing ¶
func (o *InputField) GetIfMissing() string
GetIfMissing returns the IfMissing field value if set, zero value otherwise.
func (*InputField) GetIfMissingOk ¶
func (o *InputField) GetIfMissingOk() (*string, bool)
GetIfMissingOk returns a tuple with the IfMissing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputField) GetIsDrop ¶
func (o *InputField) GetIsDrop() bool
GetIsDrop returns the IsDrop field value if set, zero value otherwise.
func (*InputField) GetIsDropOk ¶
func (o *InputField) GetIsDropOk() (*bool, bool)
GetIsDropOk returns a tuple with the IsDrop field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputField) GetParam ¶
func (o *InputField) GetParam() string
GetParam returns the Param field value if set, zero value otherwise.
func (*InputField) GetParamOk ¶
func (o *InputField) GetParamOk() (*string, bool)
GetParamOk returns a tuple with the Param field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputField) HasFieldName ¶
func (o *InputField) HasFieldName() bool
HasFieldName returns a boolean if a field has been set.
func (*InputField) HasIfMissing ¶
func (o *InputField) HasIfMissing() bool
HasIfMissing returns a boolean if a field has been set.
func (*InputField) HasIsDrop ¶
func (o *InputField) HasIsDrop() bool
HasIsDrop returns a boolean if a field has been set.
func (*InputField) HasParam ¶
func (o *InputField) HasParam() bool
HasParam returns a boolean if a field has been set.
func (InputField) MarshalJSON ¶
func (o InputField) MarshalJSON() ([]byte, error)
func (*InputField) SetFieldName ¶
func (o *InputField) SetFieldName(v string)
SetFieldName gets a reference to the given string and assigns it to the FieldName field.
func (*InputField) SetIfMissing ¶
func (o *InputField) SetIfMissing(v string)
SetIfMissing gets a reference to the given string and assigns it to the IfMissing field.
func (*InputField) SetIsDrop ¶
func (o *InputField) SetIsDrop(v bool)
SetIsDrop gets a reference to the given bool and assigns it to the IsDrop field.
func (*InputField) SetParam ¶
func (o *InputField) SetParam(v string)
SetParam gets a reference to the given string and assigns it to the Param field.
type Integration ¶
type Integration struct { // descriptive label and unique identifier Name string `json:"name"` // longer explanation for the integration Description *string `json:"description,omitempty"` // list of collections that use the integration Collections []Collection `json:"collections,omitempty"` // email of user who created the integration CreatedBy string `json:"created_by"` // ISO-8601 date CreatedAt *string `json:"created_at,omitempty"` S3 *S3Integration `json:"s3,omitempty"` Kinesis *KinesisIntegration `json:"kinesis,omitempty"` Dynamodb *DynamodbIntegration `json:"dynamodb,omitempty"` Gcs *GcsIntegration `json:"gcs,omitempty"` AzureBlobStorage *AzureBlobStorageIntegration `json:"azure_blob_storage,omitempty"` AzureServiceBus *AzureServiceBusIntegration `json:"azure_service_bus,omitempty"` AzureEventHubs *AzureEventHubsIntegration `json:"azure_event_hubs,omitempty"` Segment *SegmentIntegration `json:"segment,omitempty"` Kafka *KafkaIntegration `json:"kafka,omitempty"` Mongodb *MongoDbIntegration `json:"mongodb,omitempty"` }
Integration Integrations that can be associated with data sources to create collections. Only one type of integration may be specified.
func NewIntegration ¶
func NewIntegration(name string, createdBy string) *Integration
NewIntegration instantiates a new Integration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIntegrationWithDefaults ¶
func NewIntegrationWithDefaults() *Integration
NewIntegrationWithDefaults instantiates a new Integration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Integration) GetAzureBlobStorage ¶
func (o *Integration) GetAzureBlobStorage() AzureBlobStorageIntegration
GetAzureBlobStorage returns the AzureBlobStorage field value if set, zero value otherwise.
func (*Integration) GetAzureBlobStorageOk ¶
func (o *Integration) GetAzureBlobStorageOk() (*AzureBlobStorageIntegration, bool)
GetAzureBlobStorageOk returns a tuple with the AzureBlobStorage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Integration) GetAzureEventHubs ¶
func (o *Integration) GetAzureEventHubs() AzureEventHubsIntegration
GetAzureEventHubs returns the AzureEventHubs field value if set, zero value otherwise.
func (*Integration) GetAzureEventHubsOk ¶
func (o *Integration) GetAzureEventHubsOk() (*AzureEventHubsIntegration, bool)
GetAzureEventHubsOk returns a tuple with the AzureEventHubs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Integration) GetAzureServiceBus ¶
func (o *Integration) GetAzureServiceBus() AzureServiceBusIntegration
GetAzureServiceBus returns the AzureServiceBus field value if set, zero value otherwise.
func (*Integration) GetAzureServiceBusOk ¶
func (o *Integration) GetAzureServiceBusOk() (*AzureServiceBusIntegration, bool)
GetAzureServiceBusOk returns a tuple with the AzureServiceBus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Integration) GetCollections ¶
func (o *Integration) GetCollections() []Collection
GetCollections returns the Collections field value if set, zero value otherwise.
func (*Integration) GetCollectionsOk ¶
func (o *Integration) GetCollectionsOk() ([]Collection, bool)
GetCollectionsOk returns a tuple with the Collections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Integration) GetCreatedAt ¶
func (o *Integration) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Integration) GetCreatedAtOk ¶
func (o *Integration) 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 (*Integration) GetCreatedBy ¶
func (o *Integration) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value
func (*Integration) GetCreatedByOk ¶
func (o *Integration) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.
func (*Integration) GetDescription ¶
func (o *Integration) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*Integration) GetDescriptionOk ¶
func (o *Integration) 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 (*Integration) GetDynamodb ¶
func (o *Integration) GetDynamodb() DynamodbIntegration
GetDynamodb returns the Dynamodb field value if set, zero value otherwise.
func (*Integration) GetDynamodbOk ¶
func (o *Integration) GetDynamodbOk() (*DynamodbIntegration, bool)
GetDynamodbOk returns a tuple with the Dynamodb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Integration) GetGcs ¶
func (o *Integration) GetGcs() GcsIntegration
GetGcs returns the Gcs field value if set, zero value otherwise.
func (*Integration) GetGcsOk ¶
func (o *Integration) GetGcsOk() (*GcsIntegration, bool)
GetGcsOk returns a tuple with the Gcs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Integration) GetKafka ¶
func (o *Integration) GetKafka() KafkaIntegration
GetKafka returns the Kafka field value if set, zero value otherwise.
func (*Integration) GetKafkaOk ¶
func (o *Integration) GetKafkaOk() (*KafkaIntegration, bool)
GetKafkaOk returns a tuple with the Kafka field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Integration) GetKinesis ¶
func (o *Integration) GetKinesis() KinesisIntegration
GetKinesis returns the Kinesis field value if set, zero value otherwise.
func (*Integration) GetKinesisOk ¶
func (o *Integration) GetKinesisOk() (*KinesisIntegration, bool)
GetKinesisOk returns a tuple with the Kinesis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Integration) GetMongodb ¶
func (o *Integration) GetMongodb() MongoDbIntegration
GetMongodb returns the Mongodb field value if set, zero value otherwise.
func (*Integration) GetMongodbOk ¶
func (o *Integration) GetMongodbOk() (*MongoDbIntegration, bool)
GetMongodbOk returns a tuple with the Mongodb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Integration) GetName ¶
func (o *Integration) GetName() string
GetName returns the Name field value
func (*Integration) GetNameOk ¶
func (o *Integration) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Integration) GetS3 ¶
func (o *Integration) GetS3() S3Integration
GetS3 returns the S3 field value if set, zero value otherwise.
func (*Integration) GetS3Ok ¶
func (o *Integration) GetS3Ok() (*S3Integration, bool)
GetS3Ok returns a tuple with the S3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Integration) GetSegment ¶
func (o *Integration) GetSegment() SegmentIntegration
GetSegment returns the Segment field value if set, zero value otherwise.
func (*Integration) GetSegmentOk ¶
func (o *Integration) GetSegmentOk() (*SegmentIntegration, bool)
GetSegmentOk returns a tuple with the Segment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Integration) HasAzureBlobStorage ¶
func (o *Integration) HasAzureBlobStorage() bool
HasAzureBlobStorage returns a boolean if a field has been set.
func (*Integration) HasAzureEventHubs ¶
func (o *Integration) HasAzureEventHubs() bool
HasAzureEventHubs returns a boolean if a field has been set.
func (*Integration) HasAzureServiceBus ¶
func (o *Integration) HasAzureServiceBus() bool
HasAzureServiceBus returns a boolean if a field has been set.
func (*Integration) HasCollections ¶
func (o *Integration) HasCollections() bool
HasCollections returns a boolean if a field has been set.
func (*Integration) HasCreatedAt ¶
func (o *Integration) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*Integration) HasDescription ¶
func (o *Integration) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*Integration) HasDynamodb ¶
func (o *Integration) HasDynamodb() bool
HasDynamodb returns a boolean if a field has been set.
func (*Integration) HasGcs ¶
func (o *Integration) HasGcs() bool
HasGcs returns a boolean if a field has been set.
func (*Integration) HasKafka ¶
func (o *Integration) HasKafka() bool
HasKafka returns a boolean if a field has been set.
func (*Integration) HasKinesis ¶
func (o *Integration) HasKinesis() bool
HasKinesis returns a boolean if a field has been set.
func (*Integration) HasMongodb ¶
func (o *Integration) HasMongodb() bool
HasMongodb returns a boolean if a field has been set.
func (*Integration) HasS3 ¶
func (o *Integration) HasS3() bool
HasS3 returns a boolean if a field has been set.
func (*Integration) HasSegment ¶
func (o *Integration) HasSegment() bool
HasSegment returns a boolean if a field has been set.
func (Integration) MarshalJSON ¶
func (o Integration) MarshalJSON() ([]byte, error)
func (*Integration) SetAzureBlobStorage ¶
func (o *Integration) SetAzureBlobStorage(v AzureBlobStorageIntegration)
SetAzureBlobStorage gets a reference to the given AzureBlobStorageIntegration and assigns it to the AzureBlobStorage field.
func (*Integration) SetAzureEventHubs ¶
func (o *Integration) SetAzureEventHubs(v AzureEventHubsIntegration)
SetAzureEventHubs gets a reference to the given AzureEventHubsIntegration and assigns it to the AzureEventHubs field.
func (*Integration) SetAzureServiceBus ¶
func (o *Integration) SetAzureServiceBus(v AzureServiceBusIntegration)
SetAzureServiceBus gets a reference to the given AzureServiceBusIntegration and assigns it to the AzureServiceBus field.
func (*Integration) SetCollections ¶
func (o *Integration) SetCollections(v []Collection)
SetCollections gets a reference to the given []Collection and assigns it to the Collections field.
func (*Integration) SetCreatedAt ¶
func (o *Integration) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*Integration) SetCreatedBy ¶
func (o *Integration) SetCreatedBy(v string)
SetCreatedBy sets field value
func (*Integration) SetDescription ¶
func (o *Integration) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Integration) SetDynamodb ¶
func (o *Integration) SetDynamodb(v DynamodbIntegration)
SetDynamodb gets a reference to the given DynamodbIntegration and assigns it to the Dynamodb field.
func (*Integration) SetGcs ¶
func (o *Integration) SetGcs(v GcsIntegration)
SetGcs gets a reference to the given GcsIntegration and assigns it to the Gcs field.
func (*Integration) SetKafka ¶
func (o *Integration) SetKafka(v KafkaIntegration)
SetKafka gets a reference to the given KafkaIntegration and assigns it to the Kafka field.
func (*Integration) SetKinesis ¶
func (o *Integration) SetKinesis(v KinesisIntegration)
SetKinesis gets a reference to the given KinesisIntegration and assigns it to the Kinesis field.
func (*Integration) SetMongodb ¶
func (o *Integration) SetMongodb(v MongoDbIntegration)
SetMongodb gets a reference to the given MongoDbIntegration and assigns it to the Mongodb field.
func (*Integration) SetS3 ¶
func (o *Integration) SetS3(v S3Integration)
SetS3 gets a reference to the given S3Integration and assigns it to the S3 field.
func (*Integration) SetSegment ¶
func (o *Integration) SetSegment(v SegmentIntegration)
SetSegment gets a reference to the given SegmentIntegration and assigns it to the Segment field.
type IntegrationsApi ¶
type IntegrationsApi interface { /* CreateIntegration Create Integration Create a new integration. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateIntegrationRequest */ CreateIntegration(ctx context.Context) ApiCreateIntegrationRequest // CreateIntegrationExecute executes the request // @return CreateIntegrationResponse CreateIntegrationExecute(r ApiCreateIntegrationRequest) (*CreateIntegrationResponse, *http.Response, error) /* DeleteIntegration Delete Integration Remove an integration. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param integration name of the integration @return ApiDeleteIntegrationRequest */ DeleteIntegration(ctx context.Context, integration string) ApiDeleteIntegrationRequest // DeleteIntegrationExecute executes the request // @return DeleteIntegrationResponse DeleteIntegrationExecute(r ApiDeleteIntegrationRequest) (*DeleteIntegrationResponse, *http.Response, error) /* GetIntegration Retrieve Integration Retrieve information about a single integration. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param integration name of the integration @return ApiGetIntegrationRequest */ GetIntegration(ctx context.Context, integration string) ApiGetIntegrationRequest // GetIntegrationExecute executes the request // @return GetIntegrationResponse GetIntegrationExecute(r ApiGetIntegrationRequest) (*GetIntegrationResponse, *http.Response, error) /* ListIntegrations List Integrations List all integrations in an organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListIntegrationsRequest */ ListIntegrations(ctx context.Context) ApiListIntegrationsRequest // ListIntegrationsExecute executes the request // @return ListIntegrationsResponse ListIntegrationsExecute(r ApiListIntegrationsRequest) (*ListIntegrationsResponse, *http.Response, error) }
type IntegrationsApiService ¶
type IntegrationsApiService service
IntegrationsApiService IntegrationsApi service
func (*IntegrationsApiService) CreateIntegration ¶
func (a *IntegrationsApiService) CreateIntegration(ctx context.Context) ApiCreateIntegrationRequest
CreateIntegration Create Integration
Create a new integration.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateIntegrationRequest
func (*IntegrationsApiService) CreateIntegrationExecute ¶
func (a *IntegrationsApiService) CreateIntegrationExecute(r ApiCreateIntegrationRequest) (*CreateIntegrationResponse, *http.Response, error)
Execute executes the request
@return CreateIntegrationResponse
func (*IntegrationsApiService) DeleteIntegration ¶
func (a *IntegrationsApiService) DeleteIntegration(ctx context.Context, integration string) ApiDeleteIntegrationRequest
DeleteIntegration Delete Integration
Remove an integration.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param integration name of the integration @return ApiDeleteIntegrationRequest
func (*IntegrationsApiService) DeleteIntegrationExecute ¶
func (a *IntegrationsApiService) DeleteIntegrationExecute(r ApiDeleteIntegrationRequest) (*DeleteIntegrationResponse, *http.Response, error)
Execute executes the request
@return DeleteIntegrationResponse
func (*IntegrationsApiService) GetIntegration ¶
func (a *IntegrationsApiService) GetIntegration(ctx context.Context, integration string) ApiGetIntegrationRequest
GetIntegration Retrieve Integration
Retrieve information about a single integration.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param integration name of the integration @return ApiGetIntegrationRequest
func (*IntegrationsApiService) GetIntegrationExecute ¶
func (a *IntegrationsApiService) GetIntegrationExecute(r ApiGetIntegrationRequest) (*GetIntegrationResponse, *http.Response, error)
Execute executes the request
@return GetIntegrationResponse
func (*IntegrationsApiService) ListIntegrations ¶
func (a *IntegrationsApiService) ListIntegrations(ctx context.Context) ApiListIntegrationsRequest
ListIntegrations List Integrations
List all integrations in an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListIntegrationsRequest
func (*IntegrationsApiService) ListIntegrationsExecute ¶
func (a *IntegrationsApiService) ListIntegrationsExecute(r ApiListIntegrationsRequest) (*ListIntegrationsResponse, *http.Response, error)
Execute executes the request
@return ListIntegrationsResponse
type KafkaIntegration ¶
type KafkaIntegration struct { // Kafka topics to tail KafkaTopicNames []string `json:"kafka_topic_names,omitempty"` // The status of the Kafka source by topic SourceStatusByTopic *map[string]StatusKafka `json:"source_status_by_topic,omitempty"` // The format of the Kafka topics being tailed KafkaDataFormat *string `json:"kafka_data_format,omitempty"` // kafka connection string ConnectionString *string `json:"connection_string,omitempty"` UseV3 *bool `json:"use_v3,omitempty"` BootstrapServers *string `json:"bootstrap_servers,omitempty"` SecurityConfig *KafkaV3SecurityConfig `json:"security_config,omitempty"` }
KafkaIntegration struct for KafkaIntegration
func NewKafkaIntegration ¶
func NewKafkaIntegration() *KafkaIntegration
NewKafkaIntegration instantiates a new KafkaIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewKafkaIntegrationWithDefaults ¶
func NewKafkaIntegrationWithDefaults() *KafkaIntegration
NewKafkaIntegrationWithDefaults instantiates a new KafkaIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*KafkaIntegration) GetBootstrapServers ¶
func (o *KafkaIntegration) GetBootstrapServers() string
GetBootstrapServers returns the BootstrapServers field value if set, zero value otherwise.
func (*KafkaIntegration) GetBootstrapServersOk ¶
func (o *KafkaIntegration) GetBootstrapServersOk() (*string, bool)
GetBootstrapServersOk returns a tuple with the BootstrapServers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaIntegration) GetConnectionString ¶
func (o *KafkaIntegration) GetConnectionString() string
GetConnectionString returns the ConnectionString field value if set, zero value otherwise.
func (*KafkaIntegration) GetConnectionStringOk ¶
func (o *KafkaIntegration) GetConnectionStringOk() (*string, bool)
GetConnectionStringOk returns a tuple with the ConnectionString field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaIntegration) GetKafkaDataFormat ¶
func (o *KafkaIntegration) GetKafkaDataFormat() string
GetKafkaDataFormat returns the KafkaDataFormat field value if set, zero value otherwise.
func (*KafkaIntegration) GetKafkaDataFormatOk ¶
func (o *KafkaIntegration) GetKafkaDataFormatOk() (*string, bool)
GetKafkaDataFormatOk returns a tuple with the KafkaDataFormat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaIntegration) GetKafkaTopicNames ¶
func (o *KafkaIntegration) GetKafkaTopicNames() []string
GetKafkaTopicNames returns the KafkaTopicNames field value if set, zero value otherwise.
func (*KafkaIntegration) GetKafkaTopicNamesOk ¶
func (o *KafkaIntegration) GetKafkaTopicNamesOk() ([]string, bool)
GetKafkaTopicNamesOk returns a tuple with the KafkaTopicNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaIntegration) GetSecurityConfig ¶
func (o *KafkaIntegration) GetSecurityConfig() KafkaV3SecurityConfig
GetSecurityConfig returns the SecurityConfig field value if set, zero value otherwise.
func (*KafkaIntegration) GetSecurityConfigOk ¶
func (o *KafkaIntegration) GetSecurityConfigOk() (*KafkaV3SecurityConfig, bool)
GetSecurityConfigOk returns a tuple with the SecurityConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaIntegration) GetSourceStatusByTopic ¶
func (o *KafkaIntegration) GetSourceStatusByTopic() map[string]StatusKafka
GetSourceStatusByTopic returns the SourceStatusByTopic field value if set, zero value otherwise.
func (*KafkaIntegration) GetSourceStatusByTopicOk ¶
func (o *KafkaIntegration) GetSourceStatusByTopicOk() (*map[string]StatusKafka, bool)
GetSourceStatusByTopicOk returns a tuple with the SourceStatusByTopic field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaIntegration) GetUseV3 ¶
func (o *KafkaIntegration) GetUseV3() bool
GetUseV3 returns the UseV3 field value if set, zero value otherwise.
func (*KafkaIntegration) GetUseV3Ok ¶
func (o *KafkaIntegration) GetUseV3Ok() (*bool, bool)
GetUseV3Ok returns a tuple with the UseV3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaIntegration) HasBootstrapServers ¶
func (o *KafkaIntegration) HasBootstrapServers() bool
HasBootstrapServers returns a boolean if a field has been set.
func (*KafkaIntegration) HasConnectionString ¶
func (o *KafkaIntegration) HasConnectionString() bool
HasConnectionString returns a boolean if a field has been set.
func (*KafkaIntegration) HasKafkaDataFormat ¶
func (o *KafkaIntegration) HasKafkaDataFormat() bool
HasKafkaDataFormat returns a boolean if a field has been set.
func (*KafkaIntegration) HasKafkaTopicNames ¶
func (o *KafkaIntegration) HasKafkaTopicNames() bool
HasKafkaTopicNames returns a boolean if a field has been set.
func (*KafkaIntegration) HasSecurityConfig ¶
func (o *KafkaIntegration) HasSecurityConfig() bool
HasSecurityConfig returns a boolean if a field has been set.
func (*KafkaIntegration) HasSourceStatusByTopic ¶
func (o *KafkaIntegration) HasSourceStatusByTopic() bool
HasSourceStatusByTopic returns a boolean if a field has been set.
func (*KafkaIntegration) HasUseV3 ¶
func (o *KafkaIntegration) HasUseV3() bool
HasUseV3 returns a boolean if a field has been set.
func (KafkaIntegration) MarshalJSON ¶
func (o KafkaIntegration) MarshalJSON() ([]byte, error)
func (*KafkaIntegration) SetBootstrapServers ¶
func (o *KafkaIntegration) SetBootstrapServers(v string)
SetBootstrapServers gets a reference to the given string and assigns it to the BootstrapServers field.
func (*KafkaIntegration) SetConnectionString ¶
func (o *KafkaIntegration) SetConnectionString(v string)
SetConnectionString gets a reference to the given string and assigns it to the ConnectionString field.
func (*KafkaIntegration) SetKafkaDataFormat ¶
func (o *KafkaIntegration) SetKafkaDataFormat(v string)
SetKafkaDataFormat gets a reference to the given string and assigns it to the KafkaDataFormat field.
func (*KafkaIntegration) SetKafkaTopicNames ¶
func (o *KafkaIntegration) SetKafkaTopicNames(v []string)
SetKafkaTopicNames gets a reference to the given []string and assigns it to the KafkaTopicNames field.
func (*KafkaIntegration) SetSecurityConfig ¶
func (o *KafkaIntegration) SetSecurityConfig(v KafkaV3SecurityConfig)
SetSecurityConfig gets a reference to the given KafkaV3SecurityConfig and assigns it to the SecurityConfig field.
func (*KafkaIntegration) SetSourceStatusByTopic ¶
func (o *KafkaIntegration) SetSourceStatusByTopic(v map[string]StatusKafka)
SetSourceStatusByTopic gets a reference to the given map[string]StatusKafka and assigns it to the SourceStatusByTopic field.
func (*KafkaIntegration) SetUseV3 ¶
func (o *KafkaIntegration) SetUseV3(v bool)
SetUseV3 gets a reference to the given bool and assigns it to the UseV3 field.
type KafkaV3SecurityConfig ¶
type KafkaV3SecurityConfig struct { ApiKey *string `json:"api_key,omitempty"` Secret *string `json:"secret,omitempty"` }
KafkaV3SecurityConfig struct for KafkaV3SecurityConfig
func NewKafkaV3SecurityConfig ¶
func NewKafkaV3SecurityConfig() *KafkaV3SecurityConfig
NewKafkaV3SecurityConfig instantiates a new KafkaV3SecurityConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewKafkaV3SecurityConfigWithDefaults ¶
func NewKafkaV3SecurityConfigWithDefaults() *KafkaV3SecurityConfig
NewKafkaV3SecurityConfigWithDefaults instantiates a new KafkaV3SecurityConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*KafkaV3SecurityConfig) GetApiKey ¶
func (o *KafkaV3SecurityConfig) GetApiKey() string
GetApiKey returns the ApiKey field value if set, zero value otherwise.
func (*KafkaV3SecurityConfig) GetApiKeyOk ¶
func (o *KafkaV3SecurityConfig) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaV3SecurityConfig) GetSecret ¶
func (o *KafkaV3SecurityConfig) GetSecret() string
GetSecret returns the Secret field value if set, zero value otherwise.
func (*KafkaV3SecurityConfig) GetSecretOk ¶
func (o *KafkaV3SecurityConfig) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KafkaV3SecurityConfig) HasApiKey ¶
func (o *KafkaV3SecurityConfig) HasApiKey() bool
HasApiKey returns a boolean if a field has been set.
func (*KafkaV3SecurityConfig) HasSecret ¶
func (o *KafkaV3SecurityConfig) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (KafkaV3SecurityConfig) MarshalJSON ¶
func (o KafkaV3SecurityConfig) MarshalJSON() ([]byte, error)
func (*KafkaV3SecurityConfig) SetApiKey ¶
func (o *KafkaV3SecurityConfig) SetApiKey(v string)
SetApiKey gets a reference to the given string and assigns it to the ApiKey field.
func (*KafkaV3SecurityConfig) SetSecret ¶
func (o *KafkaV3SecurityConfig) SetSecret(v string)
SetSecret gets a reference to the given string and assigns it to the Secret field.
type KinesisIntegration ¶
type KinesisIntegration struct { AwsAccessKey *AwsAccessKey `json:"aws_access_key,omitempty"` AwsRole *AwsRole `json:"aws_role,omitempty"` }
KinesisIntegration struct for KinesisIntegration
func NewKinesisIntegration ¶
func NewKinesisIntegration() *KinesisIntegration
NewKinesisIntegration instantiates a new KinesisIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewKinesisIntegrationWithDefaults ¶
func NewKinesisIntegrationWithDefaults() *KinesisIntegration
NewKinesisIntegrationWithDefaults instantiates a new KinesisIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*KinesisIntegration) GetAwsAccessKey ¶
func (o *KinesisIntegration) GetAwsAccessKey() AwsAccessKey
GetAwsAccessKey returns the AwsAccessKey field value if set, zero value otherwise.
func (*KinesisIntegration) GetAwsAccessKeyOk ¶
func (o *KinesisIntegration) GetAwsAccessKeyOk() (*AwsAccessKey, bool)
GetAwsAccessKeyOk returns a tuple with the AwsAccessKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KinesisIntegration) GetAwsRole ¶
func (o *KinesisIntegration) GetAwsRole() AwsRole
GetAwsRole returns the AwsRole field value if set, zero value otherwise.
func (*KinesisIntegration) GetAwsRoleOk ¶
func (o *KinesisIntegration) GetAwsRoleOk() (*AwsRole, bool)
GetAwsRoleOk returns a tuple with the AwsRole field value if set, nil otherwise and a boolean to check if the value has been set.
func (*KinesisIntegration) HasAwsAccessKey ¶
func (o *KinesisIntegration) HasAwsAccessKey() bool
HasAwsAccessKey returns a boolean if a field has been set.
func (*KinesisIntegration) HasAwsRole ¶
func (o *KinesisIntegration) HasAwsRole() bool
HasAwsRole returns a boolean if a field has been set.
func (KinesisIntegration) MarshalJSON ¶
func (o KinesisIntegration) MarshalJSON() ([]byte, error)
func (*KinesisIntegration) SetAwsAccessKey ¶
func (o *KinesisIntegration) SetAwsAccessKey(v AwsAccessKey)
SetAwsAccessKey gets a reference to the given AwsAccessKey and assigns it to the AwsAccessKey field.
func (*KinesisIntegration) SetAwsRole ¶
func (o *KinesisIntegration) SetAwsRole(v AwsRole)
SetAwsRole gets a reference to the given AwsRole and assigns it to the AwsRole field.
type ListAliasesResponse ¶
type ListAliasesResponse struct { // list of all aliases Data []Alias `json:"data,omitempty"` }
ListAliasesResponse struct for ListAliasesResponse
func NewListAliasesResponse ¶
func NewListAliasesResponse() *ListAliasesResponse
NewListAliasesResponse instantiates a new ListAliasesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListAliasesResponseWithDefaults ¶
func NewListAliasesResponseWithDefaults() *ListAliasesResponse
NewListAliasesResponseWithDefaults instantiates a new ListAliasesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListAliasesResponse) GetData ¶
func (o *ListAliasesResponse) GetData() []Alias
GetData returns the Data field value if set, zero value otherwise.
func (*ListAliasesResponse) GetDataOk ¶
func (o *ListAliasesResponse) GetDataOk() ([]Alias, 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 (*ListAliasesResponse) HasData ¶
func (o *ListAliasesResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListAliasesResponse) MarshalJSON ¶
func (o ListAliasesResponse) MarshalJSON() ([]byte, error)
func (*ListAliasesResponse) SetData ¶
func (o *ListAliasesResponse) SetData(v []Alias)
SetData gets a reference to the given []Alias and assigns it to the Data field.
type ListApiKeysResponse ¶
type ListApiKeysResponse struct { // List of API key objects. Data []ApiKey `json:"data,omitempty"` }
ListApiKeysResponse struct for ListApiKeysResponse
func NewListApiKeysResponse ¶
func NewListApiKeysResponse() *ListApiKeysResponse
NewListApiKeysResponse instantiates a new ListApiKeysResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListApiKeysResponseWithDefaults ¶
func NewListApiKeysResponseWithDefaults() *ListApiKeysResponse
NewListApiKeysResponseWithDefaults instantiates a new ListApiKeysResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListApiKeysResponse) GetData ¶
func (o *ListApiKeysResponse) GetData() []ApiKey
GetData returns the Data field value if set, zero value otherwise.
func (*ListApiKeysResponse) GetDataOk ¶
func (o *ListApiKeysResponse) GetDataOk() ([]ApiKey, 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 (*ListApiKeysResponse) HasData ¶
func (o *ListApiKeysResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListApiKeysResponse) MarshalJSON ¶
func (o ListApiKeysResponse) MarshalJSON() ([]byte, error)
func (*ListApiKeysResponse) SetData ¶
func (o *ListApiKeysResponse) SetData(v []ApiKey)
SetData gets a reference to the given []ApiKey and assigns it to the Data field.
type ListCollectionsResponse ¶
type ListCollectionsResponse struct { // list of all collections Data []Collection `json:"data,omitempty"` }
ListCollectionsResponse struct for ListCollectionsResponse
func NewListCollectionsResponse ¶
func NewListCollectionsResponse() *ListCollectionsResponse
NewListCollectionsResponse instantiates a new ListCollectionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListCollectionsResponseWithDefaults ¶
func NewListCollectionsResponseWithDefaults() *ListCollectionsResponse
NewListCollectionsResponseWithDefaults instantiates a new ListCollectionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListCollectionsResponse) GetData ¶
func (o *ListCollectionsResponse) GetData() []Collection
GetData returns the Data field value if set, zero value otherwise.
func (*ListCollectionsResponse) GetDataOk ¶
func (o *ListCollectionsResponse) GetDataOk() ([]Collection, 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 (*ListCollectionsResponse) HasData ¶
func (o *ListCollectionsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListCollectionsResponse) MarshalJSON ¶
func (o ListCollectionsResponse) MarshalJSON() ([]byte, error)
func (*ListCollectionsResponse) SetData ¶
func (o *ListCollectionsResponse) SetData(v []Collection)
SetData gets a reference to the given []Collection and assigns it to the Data field.
type ListIntegrationsResponse ¶
type ListIntegrationsResponse struct { // list of integration objects Data []Integration `json:"data,omitempty"` }
ListIntegrationsResponse struct for ListIntegrationsResponse
func NewListIntegrationsResponse ¶
func NewListIntegrationsResponse() *ListIntegrationsResponse
NewListIntegrationsResponse instantiates a new ListIntegrationsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListIntegrationsResponseWithDefaults ¶
func NewListIntegrationsResponseWithDefaults() *ListIntegrationsResponse
NewListIntegrationsResponseWithDefaults instantiates a new ListIntegrationsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListIntegrationsResponse) GetData ¶
func (o *ListIntegrationsResponse) GetData() []Integration
GetData returns the Data field value if set, zero value otherwise.
func (*ListIntegrationsResponse) GetDataOk ¶
func (o *ListIntegrationsResponse) GetDataOk() ([]Integration, 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 (*ListIntegrationsResponse) HasData ¶
func (o *ListIntegrationsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListIntegrationsResponse) MarshalJSON ¶
func (o ListIntegrationsResponse) MarshalJSON() ([]byte, error)
func (*ListIntegrationsResponse) SetData ¶
func (o *ListIntegrationsResponse) SetData(v []Integration)
SetData gets a reference to the given []Integration and assigns it to the Data field.
type ListQueryLambdaTagsResponse ¶
type ListQueryLambdaTagsResponse struct { // list of all tags associated with a Query Lambda Data []QueryLambdaTag `json:"data,omitempty"` }
ListQueryLambdaTagsResponse struct for ListQueryLambdaTagsResponse
func NewListQueryLambdaTagsResponse ¶
func NewListQueryLambdaTagsResponse() *ListQueryLambdaTagsResponse
NewListQueryLambdaTagsResponse instantiates a new ListQueryLambdaTagsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListQueryLambdaTagsResponseWithDefaults ¶
func NewListQueryLambdaTagsResponseWithDefaults() *ListQueryLambdaTagsResponse
NewListQueryLambdaTagsResponseWithDefaults instantiates a new ListQueryLambdaTagsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListQueryLambdaTagsResponse) GetData ¶
func (o *ListQueryLambdaTagsResponse) GetData() []QueryLambdaTag
GetData returns the Data field value if set, zero value otherwise.
func (*ListQueryLambdaTagsResponse) GetDataOk ¶
func (o *ListQueryLambdaTagsResponse) GetDataOk() ([]QueryLambdaTag, 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 (*ListQueryLambdaTagsResponse) HasData ¶
func (o *ListQueryLambdaTagsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListQueryLambdaTagsResponse) MarshalJSON ¶
func (o ListQueryLambdaTagsResponse) MarshalJSON() ([]byte, error)
func (*ListQueryLambdaTagsResponse) SetData ¶
func (o *ListQueryLambdaTagsResponse) SetData(v []QueryLambdaTag)
SetData gets a reference to the given []QueryLambdaTag and assigns it to the Data field.
type ListQueryLambdaVersionsResponse ¶
type ListQueryLambdaVersionsResponse struct { // list of all versions for a particular Query Lambda Data []QueryLambdaVersion `json:"data,omitempty"` }
ListQueryLambdaVersionsResponse struct for ListQueryLambdaVersionsResponse
func NewListQueryLambdaVersionsResponse ¶
func NewListQueryLambdaVersionsResponse() *ListQueryLambdaVersionsResponse
NewListQueryLambdaVersionsResponse instantiates a new ListQueryLambdaVersionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListQueryLambdaVersionsResponseWithDefaults ¶
func NewListQueryLambdaVersionsResponseWithDefaults() *ListQueryLambdaVersionsResponse
NewListQueryLambdaVersionsResponseWithDefaults instantiates a new ListQueryLambdaVersionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListQueryLambdaVersionsResponse) GetData ¶
func (o *ListQueryLambdaVersionsResponse) GetData() []QueryLambdaVersion
GetData returns the Data field value if set, zero value otherwise.
func (*ListQueryLambdaVersionsResponse) GetDataOk ¶
func (o *ListQueryLambdaVersionsResponse) GetDataOk() ([]QueryLambdaVersion, 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 (*ListQueryLambdaVersionsResponse) HasData ¶
func (o *ListQueryLambdaVersionsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListQueryLambdaVersionsResponse) MarshalJSON ¶
func (o ListQueryLambdaVersionsResponse) MarshalJSON() ([]byte, error)
func (*ListQueryLambdaVersionsResponse) SetData ¶
func (o *ListQueryLambdaVersionsResponse) SetData(v []QueryLambdaVersion)
SetData gets a reference to the given []QueryLambdaVersion and assigns it to the Data field.
type ListQueryLambdasResponse ¶
type ListQueryLambdasResponse struct { // list of all Query Lambdas Data []QueryLambda `json:"data,omitempty"` }
ListQueryLambdasResponse struct for ListQueryLambdasResponse
func NewListQueryLambdasResponse ¶
func NewListQueryLambdasResponse() *ListQueryLambdasResponse
NewListQueryLambdasResponse instantiates a new ListQueryLambdasResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListQueryLambdasResponseWithDefaults ¶
func NewListQueryLambdasResponseWithDefaults() *ListQueryLambdasResponse
NewListQueryLambdasResponseWithDefaults instantiates a new ListQueryLambdasResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListQueryLambdasResponse) GetData ¶
func (o *ListQueryLambdasResponse) GetData() []QueryLambda
GetData returns the Data field value if set, zero value otherwise.
func (*ListQueryLambdasResponse) GetDataOk ¶
func (o *ListQueryLambdasResponse) GetDataOk() ([]QueryLambda, 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 (*ListQueryLambdasResponse) HasData ¶
func (o *ListQueryLambdasResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListQueryLambdasResponse) MarshalJSON ¶
func (o ListQueryLambdasResponse) MarshalJSON() ([]byte, error)
func (*ListQueryLambdasResponse) SetData ¶
func (o *ListQueryLambdasResponse) SetData(v []QueryLambda)
SetData gets a reference to the given []QueryLambda and assigns it to the Data field.
type ListRolesResponse ¶
type ListRolesResponse struct { // List of all roles. Data []Role `json:"data,omitempty"` }
ListRolesResponse struct for ListRolesResponse
func NewListRolesResponse ¶
func NewListRolesResponse() *ListRolesResponse
NewListRolesResponse instantiates a new ListRolesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListRolesResponseWithDefaults ¶
func NewListRolesResponseWithDefaults() *ListRolesResponse
NewListRolesResponseWithDefaults instantiates a new ListRolesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListRolesResponse) GetData ¶
func (o *ListRolesResponse) GetData() []Role
GetData returns the Data field value if set, zero value otherwise.
func (*ListRolesResponse) GetDataOk ¶
func (o *ListRolesResponse) GetDataOk() ([]Role, 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 (*ListRolesResponse) HasData ¶
func (o *ListRolesResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListRolesResponse) MarshalJSON ¶
func (o ListRolesResponse) MarshalJSON() ([]byte, error)
func (*ListRolesResponse) SetData ¶
func (o *ListRolesResponse) SetData(v []Role)
SetData gets a reference to the given []Role and assigns it to the Data field.
type ListUnsubscribePreferencesResponse ¶
type ListUnsubscribePreferencesResponse struct { // List of notification preferences Data []UnsubscribePreference `json:"data,omitempty"` }
ListUnsubscribePreferencesResponse struct for ListUnsubscribePreferencesResponse
func NewListUnsubscribePreferencesResponse ¶
func NewListUnsubscribePreferencesResponse() *ListUnsubscribePreferencesResponse
NewListUnsubscribePreferencesResponse instantiates a new ListUnsubscribePreferencesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListUnsubscribePreferencesResponseWithDefaults ¶
func NewListUnsubscribePreferencesResponseWithDefaults() *ListUnsubscribePreferencesResponse
NewListUnsubscribePreferencesResponseWithDefaults instantiates a new ListUnsubscribePreferencesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListUnsubscribePreferencesResponse) GetData ¶
func (o *ListUnsubscribePreferencesResponse) GetData() []UnsubscribePreference
GetData returns the Data field value if set, zero value otherwise.
func (*ListUnsubscribePreferencesResponse) GetDataOk ¶
func (o *ListUnsubscribePreferencesResponse) GetDataOk() ([]UnsubscribePreference, 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 (*ListUnsubscribePreferencesResponse) HasData ¶
func (o *ListUnsubscribePreferencesResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListUnsubscribePreferencesResponse) MarshalJSON ¶
func (o ListUnsubscribePreferencesResponse) MarshalJSON() ([]byte, error)
func (*ListUnsubscribePreferencesResponse) SetData ¶
func (o *ListUnsubscribePreferencesResponse) SetData(v []UnsubscribePreference)
SetData gets a reference to the given []UnsubscribePreference and assigns it to the Data field.
type ListUsersResponse ¶
type ListUsersResponse struct { // list of users Data []User `json:"data,omitempty"` }
ListUsersResponse struct for ListUsersResponse
func NewListUsersResponse ¶
func NewListUsersResponse() *ListUsersResponse
NewListUsersResponse instantiates a new ListUsersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListUsersResponseWithDefaults ¶
func NewListUsersResponseWithDefaults() *ListUsersResponse
NewListUsersResponseWithDefaults instantiates a new ListUsersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListUsersResponse) GetData ¶
func (o *ListUsersResponse) GetData() []User
GetData returns the Data field value if set, zero value otherwise.
func (*ListUsersResponse) GetDataOk ¶
func (o *ListUsersResponse) GetDataOk() ([]User, 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 (*ListUsersResponse) HasData ¶
func (o *ListUsersResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListUsersResponse) MarshalJSON ¶
func (o ListUsersResponse) MarshalJSON() ([]byte, error)
func (*ListUsersResponse) SetData ¶
func (o *ListUsersResponse) SetData(v []User)
SetData gets a reference to the given []User and assigns it to the Data field.
type ListViewsResponse ¶
type ListViewsResponse struct { // list of all views Data []View `json:"data,omitempty"` }
ListViewsResponse struct for ListViewsResponse
func NewListViewsResponse ¶
func NewListViewsResponse() *ListViewsResponse
NewListViewsResponse instantiates a new ListViewsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListViewsResponseWithDefaults ¶
func NewListViewsResponseWithDefaults() *ListViewsResponse
NewListViewsResponseWithDefaults instantiates a new ListViewsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListViewsResponse) GetData ¶
func (o *ListViewsResponse) GetData() []View
GetData returns the Data field value if set, zero value otherwise.
func (*ListViewsResponse) GetDataOk ¶
func (o *ListViewsResponse) GetDataOk() ([]View, 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 (*ListViewsResponse) HasData ¶
func (o *ListViewsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListViewsResponse) MarshalJSON ¶
func (o ListViewsResponse) MarshalJSON() ([]byte, error)
func (*ListViewsResponse) SetData ¶
func (o *ListViewsResponse) SetData(v []View)
SetData gets a reference to the given []View and assigns it to the Data field.
type ListVirtualInstancesResponse ¶
type ListVirtualInstancesResponse struct { // list of all virtual instances Data []VirtualInstance `json:"data,omitempty"` }
ListVirtualInstancesResponse struct for ListVirtualInstancesResponse
func NewListVirtualInstancesResponse ¶
func NewListVirtualInstancesResponse() *ListVirtualInstancesResponse
NewListVirtualInstancesResponse instantiates a new ListVirtualInstancesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListVirtualInstancesResponseWithDefaults ¶
func NewListVirtualInstancesResponseWithDefaults() *ListVirtualInstancesResponse
NewListVirtualInstancesResponseWithDefaults instantiates a new ListVirtualInstancesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListVirtualInstancesResponse) GetData ¶
func (o *ListVirtualInstancesResponse) GetData() []VirtualInstance
GetData returns the Data field value if set, zero value otherwise.
func (*ListVirtualInstancesResponse) GetDataOk ¶
func (o *ListVirtualInstancesResponse) GetDataOk() ([]VirtualInstance, 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 (*ListVirtualInstancesResponse) HasData ¶
func (o *ListVirtualInstancesResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListVirtualInstancesResponse) MarshalJSON ¶
func (o ListVirtualInstancesResponse) MarshalJSON() ([]byte, error)
func (*ListVirtualInstancesResponse) SetData ¶
func (o *ListVirtualInstancesResponse) SetData(v []VirtualInstance)
SetData gets a reference to the given []VirtualInstance and assigns it to the Data field.
type ListWorkspacesResponse ¶
type ListWorkspacesResponse struct { // list of workspaces Data []Workspace `json:"data,omitempty"` }
ListWorkspacesResponse struct for ListWorkspacesResponse
func NewListWorkspacesResponse ¶
func NewListWorkspacesResponse() *ListWorkspacesResponse
NewListWorkspacesResponse instantiates a new ListWorkspacesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListWorkspacesResponseWithDefaults ¶
func NewListWorkspacesResponseWithDefaults() *ListWorkspacesResponse
NewListWorkspacesResponseWithDefaults instantiates a new ListWorkspacesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListWorkspacesResponse) GetData ¶
func (o *ListWorkspacesResponse) GetData() []Workspace
GetData returns the Data field value if set, zero value otherwise.
func (*ListWorkspacesResponse) GetDataOk ¶
func (o *ListWorkspacesResponse) GetDataOk() ([]Workspace, 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 (*ListWorkspacesResponse) HasData ¶
func (o *ListWorkspacesResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (ListWorkspacesResponse) MarshalJSON ¶
func (o ListWorkspacesResponse) MarshalJSON() ([]byte, error)
func (*ListWorkspacesResponse) SetData ¶
func (o *ListWorkspacesResponse) SetData(v []Workspace)
SetData gets a reference to the given []Workspace and assigns it to the Data field.
type MongoDbIntegration ¶
type MongoDbIntegration struct { // MongoDB connection URI string ConnectionUri string `json:"connection_uri"` }
MongoDbIntegration struct for MongoDbIntegration
func NewMongoDbIntegration ¶
func NewMongoDbIntegration(connectionUri string) *MongoDbIntegration
NewMongoDbIntegration instantiates a new MongoDbIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMongoDbIntegrationWithDefaults ¶
func NewMongoDbIntegrationWithDefaults() *MongoDbIntegration
NewMongoDbIntegrationWithDefaults instantiates a new MongoDbIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MongoDbIntegration) GetConnectionUri ¶
func (o *MongoDbIntegration) GetConnectionUri() string
GetConnectionUri returns the ConnectionUri field value
func (*MongoDbIntegration) GetConnectionUriOk ¶
func (o *MongoDbIntegration) GetConnectionUriOk() (*string, bool)
GetConnectionUriOk returns a tuple with the ConnectionUri field value and a boolean to check if the value has been set.
func (MongoDbIntegration) MarshalJSON ¶
func (o MongoDbIntegration) MarshalJSON() ([]byte, error)
func (*MongoDbIntegration) SetConnectionUri ¶
func (o *MongoDbIntegration) SetConnectionUri(v string)
SetConnectionUri sets field value
type NullableAddDocumentsRequest ¶
type NullableAddDocumentsRequest struct {
// contains filtered or unexported fields
}
func NewNullableAddDocumentsRequest ¶
func NewNullableAddDocumentsRequest(val *AddDocumentsRequest) *NullableAddDocumentsRequest
func (NullableAddDocumentsRequest) Get ¶
func (v NullableAddDocumentsRequest) Get() *AddDocumentsRequest
func (NullableAddDocumentsRequest) IsSet ¶
func (v NullableAddDocumentsRequest) IsSet() bool
func (NullableAddDocumentsRequest) MarshalJSON ¶
func (v NullableAddDocumentsRequest) MarshalJSON() ([]byte, error)
func (*NullableAddDocumentsRequest) Set ¶
func (v *NullableAddDocumentsRequest) Set(val *AddDocumentsRequest)
func (*NullableAddDocumentsRequest) UnmarshalJSON ¶
func (v *NullableAddDocumentsRequest) UnmarshalJSON(src []byte) error
func (*NullableAddDocumentsRequest) Unset ¶
func (v *NullableAddDocumentsRequest) Unset()
type NullableAddDocumentsResponse ¶
type NullableAddDocumentsResponse struct {
// contains filtered or unexported fields
}
func NewNullableAddDocumentsResponse ¶
func NewNullableAddDocumentsResponse(val *AddDocumentsResponse) *NullableAddDocumentsResponse
func (NullableAddDocumentsResponse) Get ¶
func (v NullableAddDocumentsResponse) Get() *AddDocumentsResponse
func (NullableAddDocumentsResponse) IsSet ¶
func (v NullableAddDocumentsResponse) IsSet() bool
func (NullableAddDocumentsResponse) MarshalJSON ¶
func (v NullableAddDocumentsResponse) MarshalJSON() ([]byte, error)
func (*NullableAddDocumentsResponse) Set ¶
func (v *NullableAddDocumentsResponse) Set(val *AddDocumentsResponse)
func (*NullableAddDocumentsResponse) UnmarshalJSON ¶
func (v *NullableAddDocumentsResponse) UnmarshalJSON(src []byte) error
func (*NullableAddDocumentsResponse) Unset ¶
func (v *NullableAddDocumentsResponse) Unset()
type NullableAlias ¶
type NullableAlias struct {
// contains filtered or unexported fields
}
func NewNullableAlias ¶
func NewNullableAlias(val *Alias) *NullableAlias
func (NullableAlias) Get ¶
func (v NullableAlias) Get() *Alias
func (NullableAlias) IsSet ¶
func (v NullableAlias) IsSet() bool
func (NullableAlias) MarshalJSON ¶
func (v NullableAlias) MarshalJSON() ([]byte, error)
func (*NullableAlias) Set ¶
func (v *NullableAlias) Set(val *Alias)
func (*NullableAlias) UnmarshalJSON ¶
func (v *NullableAlias) UnmarshalJSON(src []byte) error
func (*NullableAlias) Unset ¶
func (v *NullableAlias) Unset()
type NullableApiKey ¶
type NullableApiKey struct {
// contains filtered or unexported fields
}
func NewNullableApiKey ¶
func NewNullableApiKey(val *ApiKey) *NullableApiKey
func (NullableApiKey) Get ¶
func (v NullableApiKey) Get() *ApiKey
func (NullableApiKey) IsSet ¶
func (v NullableApiKey) IsSet() bool
func (NullableApiKey) MarshalJSON ¶
func (v NullableApiKey) MarshalJSON() ([]byte, error)
func (*NullableApiKey) Set ¶
func (v *NullableApiKey) Set(val *ApiKey)
func (*NullableApiKey) UnmarshalJSON ¶
func (v *NullableApiKey) UnmarshalJSON(src []byte) error
func (*NullableApiKey) Unset ¶
func (v *NullableApiKey) Unset()
type NullableAwsAccessKey ¶
type NullableAwsAccessKey struct {
// contains filtered or unexported fields
}
func NewNullableAwsAccessKey ¶
func NewNullableAwsAccessKey(val *AwsAccessKey) *NullableAwsAccessKey
func (NullableAwsAccessKey) Get ¶
func (v NullableAwsAccessKey) Get() *AwsAccessKey
func (NullableAwsAccessKey) IsSet ¶
func (v NullableAwsAccessKey) IsSet() bool
func (NullableAwsAccessKey) MarshalJSON ¶
func (v NullableAwsAccessKey) MarshalJSON() ([]byte, error)
func (*NullableAwsAccessKey) Set ¶
func (v *NullableAwsAccessKey) Set(val *AwsAccessKey)
func (*NullableAwsAccessKey) UnmarshalJSON ¶
func (v *NullableAwsAccessKey) UnmarshalJSON(src []byte) error
func (*NullableAwsAccessKey) Unset ¶
func (v *NullableAwsAccessKey) Unset()
type NullableAwsRole ¶
type NullableAwsRole struct {
// contains filtered or unexported fields
}
func NewNullableAwsRole ¶
func NewNullableAwsRole(val *AwsRole) *NullableAwsRole
func (NullableAwsRole) Get ¶
func (v NullableAwsRole) Get() *AwsRole
func (NullableAwsRole) IsSet ¶
func (v NullableAwsRole) IsSet() bool
func (NullableAwsRole) MarshalJSON ¶
func (v NullableAwsRole) MarshalJSON() ([]byte, error)
func (*NullableAwsRole) Set ¶
func (v *NullableAwsRole) Set(val *AwsRole)
func (*NullableAwsRole) UnmarshalJSON ¶
func (v *NullableAwsRole) UnmarshalJSON(src []byte) error
func (*NullableAwsRole) Unset ¶
func (v *NullableAwsRole) Unset()
type NullableAzureBlobStorageIntegration ¶
type NullableAzureBlobStorageIntegration struct {
// contains filtered or unexported fields
}
func NewNullableAzureBlobStorageIntegration ¶
func NewNullableAzureBlobStorageIntegration(val *AzureBlobStorageIntegration) *NullableAzureBlobStorageIntegration
func (NullableAzureBlobStorageIntegration) Get ¶
func (v NullableAzureBlobStorageIntegration) Get() *AzureBlobStorageIntegration
func (NullableAzureBlobStorageIntegration) IsSet ¶
func (v NullableAzureBlobStorageIntegration) IsSet() bool
func (NullableAzureBlobStorageIntegration) MarshalJSON ¶
func (v NullableAzureBlobStorageIntegration) MarshalJSON() ([]byte, error)
func (*NullableAzureBlobStorageIntegration) Set ¶
func (v *NullableAzureBlobStorageIntegration) Set(val *AzureBlobStorageIntegration)
func (*NullableAzureBlobStorageIntegration) UnmarshalJSON ¶
func (v *NullableAzureBlobStorageIntegration) UnmarshalJSON(src []byte) error
func (*NullableAzureBlobStorageIntegration) Unset ¶
func (v *NullableAzureBlobStorageIntegration) Unset()
type NullableAzureEventHubsIntegration ¶
type NullableAzureEventHubsIntegration struct {
// contains filtered or unexported fields
}
func NewNullableAzureEventHubsIntegration ¶
func NewNullableAzureEventHubsIntegration(val *AzureEventHubsIntegration) *NullableAzureEventHubsIntegration
func (NullableAzureEventHubsIntegration) Get ¶
func (v NullableAzureEventHubsIntegration) Get() *AzureEventHubsIntegration
func (NullableAzureEventHubsIntegration) IsSet ¶
func (v NullableAzureEventHubsIntegration) IsSet() bool
func (NullableAzureEventHubsIntegration) MarshalJSON ¶
func (v NullableAzureEventHubsIntegration) MarshalJSON() ([]byte, error)
func (*NullableAzureEventHubsIntegration) Set ¶
func (v *NullableAzureEventHubsIntegration) Set(val *AzureEventHubsIntegration)
func (*NullableAzureEventHubsIntegration) UnmarshalJSON ¶
func (v *NullableAzureEventHubsIntegration) UnmarshalJSON(src []byte) error
func (*NullableAzureEventHubsIntegration) Unset ¶
func (v *NullableAzureEventHubsIntegration) Unset()
type NullableAzureServiceBusIntegration ¶
type NullableAzureServiceBusIntegration struct {
// contains filtered or unexported fields
}
func NewNullableAzureServiceBusIntegration ¶
func NewNullableAzureServiceBusIntegration(val *AzureServiceBusIntegration) *NullableAzureServiceBusIntegration
func (NullableAzureServiceBusIntegration) Get ¶
func (v NullableAzureServiceBusIntegration) Get() *AzureServiceBusIntegration
func (NullableAzureServiceBusIntegration) IsSet ¶
func (v NullableAzureServiceBusIntegration) IsSet() bool
func (NullableAzureServiceBusIntegration) MarshalJSON ¶
func (v NullableAzureServiceBusIntegration) MarshalJSON() ([]byte, error)
func (*NullableAzureServiceBusIntegration) Set ¶
func (v *NullableAzureServiceBusIntegration) Set(val *AzureServiceBusIntegration)
func (*NullableAzureServiceBusIntegration) UnmarshalJSON ¶
func (v *NullableAzureServiceBusIntegration) UnmarshalJSON(src []byte) error
func (*NullableAzureServiceBusIntegration) Unset ¶
func (v *NullableAzureServiceBusIntegration) 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 NullableCluster ¶
type NullableCluster struct {
// contains filtered or unexported fields
}
func NewNullableCluster ¶
func NewNullableCluster(val *Cluster) *NullableCluster
func (NullableCluster) Get ¶
func (v NullableCluster) Get() *Cluster
func (NullableCluster) IsSet ¶
func (v NullableCluster) IsSet() bool
func (NullableCluster) MarshalJSON ¶
func (v NullableCluster) MarshalJSON() ([]byte, error)
func (*NullableCluster) Set ¶
func (v *NullableCluster) Set(val *Cluster)
func (*NullableCluster) UnmarshalJSON ¶
func (v *NullableCluster) UnmarshalJSON(src []byte) error
func (*NullableCluster) Unset ¶
func (v *NullableCluster) Unset()
type NullableCollection ¶
type NullableCollection struct {
// contains filtered or unexported fields
}
func NewNullableCollection ¶
func NewNullableCollection(val *Collection) *NullableCollection
func (NullableCollection) Get ¶
func (v NullableCollection) Get() *Collection
func (NullableCollection) IsSet ¶
func (v NullableCollection) IsSet() bool
func (NullableCollection) MarshalJSON ¶
func (v NullableCollection) MarshalJSON() ([]byte, error)
func (*NullableCollection) Set ¶
func (v *NullableCollection) Set(val *Collection)
func (*NullableCollection) UnmarshalJSON ¶
func (v *NullableCollection) UnmarshalJSON(src []byte) error
func (*NullableCollection) Unset ¶
func (v *NullableCollection) Unset()
type NullableCollectionStats ¶
type NullableCollectionStats struct {
// contains filtered or unexported fields
}
func NewNullableCollectionStats ¶
func NewNullableCollectionStats(val *CollectionStats) *NullableCollectionStats
func (NullableCollectionStats) Get ¶
func (v NullableCollectionStats) Get() *CollectionStats
func (NullableCollectionStats) IsSet ¶
func (v NullableCollectionStats) IsSet() bool
func (NullableCollectionStats) MarshalJSON ¶
func (v NullableCollectionStats) MarshalJSON() ([]byte, error)
func (*NullableCollectionStats) Set ¶
func (v *NullableCollectionStats) Set(val *CollectionStats)
func (*NullableCollectionStats) UnmarshalJSON ¶
func (v *NullableCollectionStats) UnmarshalJSON(src []byte) error
func (*NullableCollectionStats) Unset ¶
func (v *NullableCollectionStats) Unset()
type NullableCreateAliasRequest ¶
type NullableCreateAliasRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateAliasRequest ¶
func NewNullableCreateAliasRequest(val *CreateAliasRequest) *NullableCreateAliasRequest
func (NullableCreateAliasRequest) Get ¶
func (v NullableCreateAliasRequest) Get() *CreateAliasRequest
func (NullableCreateAliasRequest) IsSet ¶
func (v NullableCreateAliasRequest) IsSet() bool
func (NullableCreateAliasRequest) MarshalJSON ¶
func (v NullableCreateAliasRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateAliasRequest) Set ¶
func (v *NullableCreateAliasRequest) Set(val *CreateAliasRequest)
func (*NullableCreateAliasRequest) UnmarshalJSON ¶
func (v *NullableCreateAliasRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateAliasRequest) Unset ¶
func (v *NullableCreateAliasRequest) Unset()
type NullableCreateAliasResponse ¶
type NullableCreateAliasResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateAliasResponse ¶
func NewNullableCreateAliasResponse(val *CreateAliasResponse) *NullableCreateAliasResponse
func (NullableCreateAliasResponse) Get ¶
func (v NullableCreateAliasResponse) Get() *CreateAliasResponse
func (NullableCreateAliasResponse) IsSet ¶
func (v NullableCreateAliasResponse) IsSet() bool
func (NullableCreateAliasResponse) MarshalJSON ¶
func (v NullableCreateAliasResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateAliasResponse) Set ¶
func (v *NullableCreateAliasResponse) Set(val *CreateAliasResponse)
func (*NullableCreateAliasResponse) UnmarshalJSON ¶
func (v *NullableCreateAliasResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateAliasResponse) Unset ¶
func (v *NullableCreateAliasResponse) Unset()
type NullableCreateApiKeyRequest ¶
type NullableCreateApiKeyRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiKeyRequest ¶
func NewNullableCreateApiKeyRequest(val *CreateApiKeyRequest) *NullableCreateApiKeyRequest
func (NullableCreateApiKeyRequest) Get ¶
func (v NullableCreateApiKeyRequest) Get() *CreateApiKeyRequest
func (NullableCreateApiKeyRequest) IsSet ¶
func (v NullableCreateApiKeyRequest) IsSet() bool
func (NullableCreateApiKeyRequest) MarshalJSON ¶
func (v NullableCreateApiKeyRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateApiKeyRequest) Set ¶
func (v *NullableCreateApiKeyRequest) Set(val *CreateApiKeyRequest)
func (*NullableCreateApiKeyRequest) UnmarshalJSON ¶
func (v *NullableCreateApiKeyRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateApiKeyRequest) Unset ¶
func (v *NullableCreateApiKeyRequest) Unset()
type NullableCreateApiKeyResponse ¶
type NullableCreateApiKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiKeyResponse ¶
func NewNullableCreateApiKeyResponse(val *CreateApiKeyResponse) *NullableCreateApiKeyResponse
func (NullableCreateApiKeyResponse) Get ¶
func (v NullableCreateApiKeyResponse) Get() *CreateApiKeyResponse
func (NullableCreateApiKeyResponse) IsSet ¶
func (v NullableCreateApiKeyResponse) IsSet() bool
func (NullableCreateApiKeyResponse) MarshalJSON ¶
func (v NullableCreateApiKeyResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateApiKeyResponse) Set ¶
func (v *NullableCreateApiKeyResponse) Set(val *CreateApiKeyResponse)
func (*NullableCreateApiKeyResponse) UnmarshalJSON ¶
func (v *NullableCreateApiKeyResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateApiKeyResponse) Unset ¶
func (v *NullableCreateApiKeyResponse) Unset()
type NullableCreateCollectionRequest ¶
type NullableCreateCollectionRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateCollectionRequest ¶
func NewNullableCreateCollectionRequest(val *CreateCollectionRequest) *NullableCreateCollectionRequest
func (NullableCreateCollectionRequest) Get ¶
func (v NullableCreateCollectionRequest) Get() *CreateCollectionRequest
func (NullableCreateCollectionRequest) IsSet ¶
func (v NullableCreateCollectionRequest) IsSet() bool
func (NullableCreateCollectionRequest) MarshalJSON ¶
func (v NullableCreateCollectionRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateCollectionRequest) Set ¶
func (v *NullableCreateCollectionRequest) Set(val *CreateCollectionRequest)
func (*NullableCreateCollectionRequest) UnmarshalJSON ¶
func (v *NullableCreateCollectionRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateCollectionRequest) Unset ¶
func (v *NullableCreateCollectionRequest) Unset()
type NullableCreateCollectionResponse ¶
type NullableCreateCollectionResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateCollectionResponse ¶
func NewNullableCreateCollectionResponse(val *CreateCollectionResponse) *NullableCreateCollectionResponse
func (NullableCreateCollectionResponse) Get ¶
func (v NullableCreateCollectionResponse) Get() *CreateCollectionResponse
func (NullableCreateCollectionResponse) IsSet ¶
func (v NullableCreateCollectionResponse) IsSet() bool
func (NullableCreateCollectionResponse) MarshalJSON ¶
func (v NullableCreateCollectionResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateCollectionResponse) Set ¶
func (v *NullableCreateCollectionResponse) Set(val *CreateCollectionResponse)
func (*NullableCreateCollectionResponse) UnmarshalJSON ¶
func (v *NullableCreateCollectionResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateCollectionResponse) Unset ¶
func (v *NullableCreateCollectionResponse) Unset()
type NullableCreateIntegrationRequest ¶
type NullableCreateIntegrationRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateIntegrationRequest ¶
func NewNullableCreateIntegrationRequest(val *CreateIntegrationRequest) *NullableCreateIntegrationRequest
func (NullableCreateIntegrationRequest) Get ¶
func (v NullableCreateIntegrationRequest) Get() *CreateIntegrationRequest
func (NullableCreateIntegrationRequest) IsSet ¶
func (v NullableCreateIntegrationRequest) IsSet() bool
func (NullableCreateIntegrationRequest) MarshalJSON ¶
func (v NullableCreateIntegrationRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateIntegrationRequest) Set ¶
func (v *NullableCreateIntegrationRequest) Set(val *CreateIntegrationRequest)
func (*NullableCreateIntegrationRequest) UnmarshalJSON ¶
func (v *NullableCreateIntegrationRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateIntegrationRequest) Unset ¶
func (v *NullableCreateIntegrationRequest) Unset()
type NullableCreateIntegrationResponse ¶
type NullableCreateIntegrationResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateIntegrationResponse ¶
func NewNullableCreateIntegrationResponse(val *CreateIntegrationResponse) *NullableCreateIntegrationResponse
func (NullableCreateIntegrationResponse) Get ¶
func (v NullableCreateIntegrationResponse) Get() *CreateIntegrationResponse
func (NullableCreateIntegrationResponse) IsSet ¶
func (v NullableCreateIntegrationResponse) IsSet() bool
func (NullableCreateIntegrationResponse) MarshalJSON ¶
func (v NullableCreateIntegrationResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateIntegrationResponse) Set ¶
func (v *NullableCreateIntegrationResponse) Set(val *CreateIntegrationResponse)
func (*NullableCreateIntegrationResponse) UnmarshalJSON ¶
func (v *NullableCreateIntegrationResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateIntegrationResponse) Unset ¶
func (v *NullableCreateIntegrationResponse) Unset()
type NullableCreateQueryLambdaRequest ¶
type NullableCreateQueryLambdaRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateQueryLambdaRequest ¶
func NewNullableCreateQueryLambdaRequest(val *CreateQueryLambdaRequest) *NullableCreateQueryLambdaRequest
func (NullableCreateQueryLambdaRequest) Get ¶
func (v NullableCreateQueryLambdaRequest) Get() *CreateQueryLambdaRequest
func (NullableCreateQueryLambdaRequest) IsSet ¶
func (v NullableCreateQueryLambdaRequest) IsSet() bool
func (NullableCreateQueryLambdaRequest) MarshalJSON ¶
func (v NullableCreateQueryLambdaRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateQueryLambdaRequest) Set ¶
func (v *NullableCreateQueryLambdaRequest) Set(val *CreateQueryLambdaRequest)
func (*NullableCreateQueryLambdaRequest) UnmarshalJSON ¶
func (v *NullableCreateQueryLambdaRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateQueryLambdaRequest) Unset ¶
func (v *NullableCreateQueryLambdaRequest) Unset()
type NullableCreateQueryLambdaTagRequest ¶
type NullableCreateQueryLambdaTagRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateQueryLambdaTagRequest ¶
func NewNullableCreateQueryLambdaTagRequest(val *CreateQueryLambdaTagRequest) *NullableCreateQueryLambdaTagRequest
func (NullableCreateQueryLambdaTagRequest) Get ¶
func (v NullableCreateQueryLambdaTagRequest) Get() *CreateQueryLambdaTagRequest
func (NullableCreateQueryLambdaTagRequest) IsSet ¶
func (v NullableCreateQueryLambdaTagRequest) IsSet() bool
func (NullableCreateQueryLambdaTagRequest) MarshalJSON ¶
func (v NullableCreateQueryLambdaTagRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateQueryLambdaTagRequest) Set ¶
func (v *NullableCreateQueryLambdaTagRequest) Set(val *CreateQueryLambdaTagRequest)
func (*NullableCreateQueryLambdaTagRequest) UnmarshalJSON ¶
func (v *NullableCreateQueryLambdaTagRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateQueryLambdaTagRequest) Unset ¶
func (v *NullableCreateQueryLambdaTagRequest) Unset()
type NullableCreateRoleRequest ¶
type NullableCreateRoleRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateRoleRequest ¶
func NewNullableCreateRoleRequest(val *CreateRoleRequest) *NullableCreateRoleRequest
func (NullableCreateRoleRequest) Get ¶
func (v NullableCreateRoleRequest) Get() *CreateRoleRequest
func (NullableCreateRoleRequest) IsSet ¶
func (v NullableCreateRoleRequest) IsSet() bool
func (NullableCreateRoleRequest) MarshalJSON ¶
func (v NullableCreateRoleRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateRoleRequest) Set ¶
func (v *NullableCreateRoleRequest) Set(val *CreateRoleRequest)
func (*NullableCreateRoleRequest) UnmarshalJSON ¶
func (v *NullableCreateRoleRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateRoleRequest) Unset ¶
func (v *NullableCreateRoleRequest) Unset()
type NullableCreateUserRequest ¶
type NullableCreateUserRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateUserRequest ¶
func NewNullableCreateUserRequest(val *CreateUserRequest) *NullableCreateUserRequest
func (NullableCreateUserRequest) Get ¶
func (v NullableCreateUserRequest) Get() *CreateUserRequest
func (NullableCreateUserRequest) IsSet ¶
func (v NullableCreateUserRequest) IsSet() bool
func (NullableCreateUserRequest) MarshalJSON ¶
func (v NullableCreateUserRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateUserRequest) Set ¶
func (v *NullableCreateUserRequest) Set(val *CreateUserRequest)
func (*NullableCreateUserRequest) UnmarshalJSON ¶
func (v *NullableCreateUserRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateUserRequest) Unset ¶
func (v *NullableCreateUserRequest) Unset()
type NullableCreateUserResponse ¶
type NullableCreateUserResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateUserResponse ¶
func NewNullableCreateUserResponse(val *CreateUserResponse) *NullableCreateUserResponse
func (NullableCreateUserResponse) Get ¶
func (v NullableCreateUserResponse) Get() *CreateUserResponse
func (NullableCreateUserResponse) IsSet ¶
func (v NullableCreateUserResponse) IsSet() bool
func (NullableCreateUserResponse) MarshalJSON ¶
func (v NullableCreateUserResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateUserResponse) Set ¶
func (v *NullableCreateUserResponse) Set(val *CreateUserResponse)
func (*NullableCreateUserResponse) UnmarshalJSON ¶
func (v *NullableCreateUserResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateUserResponse) Unset ¶
func (v *NullableCreateUserResponse) Unset()
type NullableCreateViewRequest ¶
type NullableCreateViewRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateViewRequest ¶
func NewNullableCreateViewRequest(val *CreateViewRequest) *NullableCreateViewRequest
func (NullableCreateViewRequest) Get ¶
func (v NullableCreateViewRequest) Get() *CreateViewRequest
func (NullableCreateViewRequest) IsSet ¶
func (v NullableCreateViewRequest) IsSet() bool
func (NullableCreateViewRequest) MarshalJSON ¶
func (v NullableCreateViewRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateViewRequest) Set ¶
func (v *NullableCreateViewRequest) Set(val *CreateViewRequest)
func (*NullableCreateViewRequest) UnmarshalJSON ¶
func (v *NullableCreateViewRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateViewRequest) Unset ¶
func (v *NullableCreateViewRequest) Unset()
type NullableCreateViewResponse ¶
type NullableCreateViewResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateViewResponse ¶
func NewNullableCreateViewResponse(val *CreateViewResponse) *NullableCreateViewResponse
func (NullableCreateViewResponse) Get ¶
func (v NullableCreateViewResponse) Get() *CreateViewResponse
func (NullableCreateViewResponse) IsSet ¶
func (v NullableCreateViewResponse) IsSet() bool
func (NullableCreateViewResponse) MarshalJSON ¶
func (v NullableCreateViewResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateViewResponse) Set ¶
func (v *NullableCreateViewResponse) Set(val *CreateViewResponse)
func (*NullableCreateViewResponse) UnmarshalJSON ¶
func (v *NullableCreateViewResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateViewResponse) Unset ¶
func (v *NullableCreateViewResponse) Unset()
type NullableCreateWorkspaceRequest ¶
type NullableCreateWorkspaceRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateWorkspaceRequest ¶
func NewNullableCreateWorkspaceRequest(val *CreateWorkspaceRequest) *NullableCreateWorkspaceRequest
func (NullableCreateWorkspaceRequest) Get ¶
func (v NullableCreateWorkspaceRequest) Get() *CreateWorkspaceRequest
func (NullableCreateWorkspaceRequest) IsSet ¶
func (v NullableCreateWorkspaceRequest) IsSet() bool
func (NullableCreateWorkspaceRequest) MarshalJSON ¶
func (v NullableCreateWorkspaceRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateWorkspaceRequest) Set ¶
func (v *NullableCreateWorkspaceRequest) Set(val *CreateWorkspaceRequest)
func (*NullableCreateWorkspaceRequest) UnmarshalJSON ¶
func (v *NullableCreateWorkspaceRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateWorkspaceRequest) Unset ¶
func (v *NullableCreateWorkspaceRequest) Unset()
type NullableCreateWorkspaceResponse ¶
type NullableCreateWorkspaceResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateWorkspaceResponse ¶
func NewNullableCreateWorkspaceResponse(val *CreateWorkspaceResponse) *NullableCreateWorkspaceResponse
func (NullableCreateWorkspaceResponse) Get ¶
func (v NullableCreateWorkspaceResponse) Get() *CreateWorkspaceResponse
func (NullableCreateWorkspaceResponse) IsSet ¶
func (v NullableCreateWorkspaceResponse) IsSet() bool
func (NullableCreateWorkspaceResponse) MarshalJSON ¶
func (v NullableCreateWorkspaceResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateWorkspaceResponse) Set ¶
func (v *NullableCreateWorkspaceResponse) Set(val *CreateWorkspaceResponse)
func (*NullableCreateWorkspaceResponse) UnmarshalJSON ¶
func (v *NullableCreateWorkspaceResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateWorkspaceResponse) Unset ¶
func (v *NullableCreateWorkspaceResponse) Unset()
type NullableCsvParams ¶
type NullableCsvParams struct {
// contains filtered or unexported fields
}
func NewNullableCsvParams ¶
func NewNullableCsvParams(val *CsvParams) *NullableCsvParams
func (NullableCsvParams) Get ¶
func (v NullableCsvParams) Get() *CsvParams
func (NullableCsvParams) IsSet ¶
func (v NullableCsvParams) IsSet() bool
func (NullableCsvParams) MarshalJSON ¶
func (v NullableCsvParams) MarshalJSON() ([]byte, error)
func (*NullableCsvParams) Set ¶
func (v *NullableCsvParams) Set(val *CsvParams)
func (*NullableCsvParams) UnmarshalJSON ¶
func (v *NullableCsvParams) UnmarshalJSON(src []byte) error
func (*NullableCsvParams) Unset ¶
func (v *NullableCsvParams) Unset()
type NullableDeleteAliasResponse ¶
type NullableDeleteAliasResponse struct {
// contains filtered or unexported fields
}
func NewNullableDeleteAliasResponse ¶
func NewNullableDeleteAliasResponse(val *DeleteAliasResponse) *NullableDeleteAliasResponse
func (NullableDeleteAliasResponse) Get ¶
func (v NullableDeleteAliasResponse) Get() *DeleteAliasResponse
func (NullableDeleteAliasResponse) IsSet ¶
func (v NullableDeleteAliasResponse) IsSet() bool
func (NullableDeleteAliasResponse) MarshalJSON ¶
func (v NullableDeleteAliasResponse) MarshalJSON() ([]byte, error)
func (*NullableDeleteAliasResponse) Set ¶
func (v *NullableDeleteAliasResponse) Set(val *DeleteAliasResponse)
func (*NullableDeleteAliasResponse) UnmarshalJSON ¶
func (v *NullableDeleteAliasResponse) UnmarshalJSON(src []byte) error
func (*NullableDeleteAliasResponse) Unset ¶
func (v *NullableDeleteAliasResponse) Unset()
type NullableDeleteApiKeyResponse ¶
type NullableDeleteApiKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullableDeleteApiKeyResponse ¶
func NewNullableDeleteApiKeyResponse(val *DeleteApiKeyResponse) *NullableDeleteApiKeyResponse
func (NullableDeleteApiKeyResponse) Get ¶
func (v NullableDeleteApiKeyResponse) Get() *DeleteApiKeyResponse
func (NullableDeleteApiKeyResponse) IsSet ¶
func (v NullableDeleteApiKeyResponse) IsSet() bool
func (NullableDeleteApiKeyResponse) MarshalJSON ¶
func (v NullableDeleteApiKeyResponse) MarshalJSON() ([]byte, error)
func (*NullableDeleteApiKeyResponse) Set ¶
func (v *NullableDeleteApiKeyResponse) Set(val *DeleteApiKeyResponse)
func (*NullableDeleteApiKeyResponse) UnmarshalJSON ¶
func (v *NullableDeleteApiKeyResponse) UnmarshalJSON(src []byte) error
func (*NullableDeleteApiKeyResponse) Unset ¶
func (v *NullableDeleteApiKeyResponse) Unset()
type NullableDeleteCollectionResponse ¶
type NullableDeleteCollectionResponse struct {
// contains filtered or unexported fields
}
func NewNullableDeleteCollectionResponse ¶
func NewNullableDeleteCollectionResponse(val *DeleteCollectionResponse) *NullableDeleteCollectionResponse
func (NullableDeleteCollectionResponse) Get ¶
func (v NullableDeleteCollectionResponse) Get() *DeleteCollectionResponse
func (NullableDeleteCollectionResponse) IsSet ¶
func (v NullableDeleteCollectionResponse) IsSet() bool
func (NullableDeleteCollectionResponse) MarshalJSON ¶
func (v NullableDeleteCollectionResponse) MarshalJSON() ([]byte, error)
func (*NullableDeleteCollectionResponse) Set ¶
func (v *NullableDeleteCollectionResponse) Set(val *DeleteCollectionResponse)
func (*NullableDeleteCollectionResponse) UnmarshalJSON ¶
func (v *NullableDeleteCollectionResponse) UnmarshalJSON(src []byte) error
func (*NullableDeleteCollectionResponse) Unset ¶
func (v *NullableDeleteCollectionResponse) Unset()
type NullableDeleteDocumentsRequest ¶
type NullableDeleteDocumentsRequest struct {
// contains filtered or unexported fields
}
func NewNullableDeleteDocumentsRequest ¶
func NewNullableDeleteDocumentsRequest(val *DeleteDocumentsRequest) *NullableDeleteDocumentsRequest
func (NullableDeleteDocumentsRequest) Get ¶
func (v NullableDeleteDocumentsRequest) Get() *DeleteDocumentsRequest
func (NullableDeleteDocumentsRequest) IsSet ¶
func (v NullableDeleteDocumentsRequest) IsSet() bool
func (NullableDeleteDocumentsRequest) MarshalJSON ¶
func (v NullableDeleteDocumentsRequest) MarshalJSON() ([]byte, error)
func (*NullableDeleteDocumentsRequest) Set ¶
func (v *NullableDeleteDocumentsRequest) Set(val *DeleteDocumentsRequest)
func (*NullableDeleteDocumentsRequest) UnmarshalJSON ¶
func (v *NullableDeleteDocumentsRequest) UnmarshalJSON(src []byte) error
func (*NullableDeleteDocumentsRequest) Unset ¶
func (v *NullableDeleteDocumentsRequest) Unset()
type NullableDeleteDocumentsRequestData ¶
type NullableDeleteDocumentsRequestData struct {
// contains filtered or unexported fields
}
func NewNullableDeleteDocumentsRequestData ¶
func NewNullableDeleteDocumentsRequestData(val *DeleteDocumentsRequestData) *NullableDeleteDocumentsRequestData
func (NullableDeleteDocumentsRequestData) Get ¶
func (v NullableDeleteDocumentsRequestData) Get() *DeleteDocumentsRequestData
func (NullableDeleteDocumentsRequestData) IsSet ¶
func (v NullableDeleteDocumentsRequestData) IsSet() bool
func (NullableDeleteDocumentsRequestData) MarshalJSON ¶
func (v NullableDeleteDocumentsRequestData) MarshalJSON() ([]byte, error)
func (*NullableDeleteDocumentsRequestData) Set ¶
func (v *NullableDeleteDocumentsRequestData) Set(val *DeleteDocumentsRequestData)
func (*NullableDeleteDocumentsRequestData) UnmarshalJSON ¶
func (v *NullableDeleteDocumentsRequestData) UnmarshalJSON(src []byte) error
func (*NullableDeleteDocumentsRequestData) Unset ¶
func (v *NullableDeleteDocumentsRequestData) Unset()
type NullableDeleteDocumentsResponse ¶
type NullableDeleteDocumentsResponse struct {
// contains filtered or unexported fields
}
func NewNullableDeleteDocumentsResponse ¶
func NewNullableDeleteDocumentsResponse(val *DeleteDocumentsResponse) *NullableDeleteDocumentsResponse
func (NullableDeleteDocumentsResponse) Get ¶
func (v NullableDeleteDocumentsResponse) Get() *DeleteDocumentsResponse
func (NullableDeleteDocumentsResponse) IsSet ¶
func (v NullableDeleteDocumentsResponse) IsSet() bool
func (NullableDeleteDocumentsResponse) MarshalJSON ¶
func (v NullableDeleteDocumentsResponse) MarshalJSON() ([]byte, error)
func (*NullableDeleteDocumentsResponse) Set ¶
func (v *NullableDeleteDocumentsResponse) Set(val *DeleteDocumentsResponse)
func (*NullableDeleteDocumentsResponse) UnmarshalJSON ¶
func (v *NullableDeleteDocumentsResponse) UnmarshalJSON(src []byte) error
func (*NullableDeleteDocumentsResponse) Unset ¶
func (v *NullableDeleteDocumentsResponse) Unset()
type NullableDeleteIntegrationResponse ¶
type NullableDeleteIntegrationResponse struct {
// contains filtered or unexported fields
}
func NewNullableDeleteIntegrationResponse ¶
func NewNullableDeleteIntegrationResponse(val *DeleteIntegrationResponse) *NullableDeleteIntegrationResponse
func (NullableDeleteIntegrationResponse) Get ¶
func (v NullableDeleteIntegrationResponse) Get() *DeleteIntegrationResponse
func (NullableDeleteIntegrationResponse) IsSet ¶
func (v NullableDeleteIntegrationResponse) IsSet() bool
func (NullableDeleteIntegrationResponse) MarshalJSON ¶
func (v NullableDeleteIntegrationResponse) MarshalJSON() ([]byte, error)
func (*NullableDeleteIntegrationResponse) Set ¶
func (v *NullableDeleteIntegrationResponse) Set(val *DeleteIntegrationResponse)
func (*NullableDeleteIntegrationResponse) UnmarshalJSON ¶
func (v *NullableDeleteIntegrationResponse) UnmarshalJSON(src []byte) error
func (*NullableDeleteIntegrationResponse) Unset ¶
func (v *NullableDeleteIntegrationResponse) Unset()
type NullableDeleteQueryLambdaResponse ¶
type NullableDeleteQueryLambdaResponse struct {
// contains filtered or unexported fields
}
func NewNullableDeleteQueryLambdaResponse ¶
func NewNullableDeleteQueryLambdaResponse(val *DeleteQueryLambdaResponse) *NullableDeleteQueryLambdaResponse
func (NullableDeleteQueryLambdaResponse) Get ¶
func (v NullableDeleteQueryLambdaResponse) Get() *DeleteQueryLambdaResponse
func (NullableDeleteQueryLambdaResponse) IsSet ¶
func (v NullableDeleteQueryLambdaResponse) IsSet() bool
func (NullableDeleteQueryLambdaResponse) MarshalJSON ¶
func (v NullableDeleteQueryLambdaResponse) MarshalJSON() ([]byte, error)
func (*NullableDeleteQueryLambdaResponse) Set ¶
func (v *NullableDeleteQueryLambdaResponse) Set(val *DeleteQueryLambdaResponse)
func (*NullableDeleteQueryLambdaResponse) UnmarshalJSON ¶
func (v *NullableDeleteQueryLambdaResponse) UnmarshalJSON(src []byte) error
func (*NullableDeleteQueryLambdaResponse) Unset ¶
func (v *NullableDeleteQueryLambdaResponse) Unset()
type NullableDeleteUserResponse ¶
type NullableDeleteUserResponse struct {
// contains filtered or unexported fields
}
func NewNullableDeleteUserResponse ¶
func NewNullableDeleteUserResponse(val *DeleteUserResponse) *NullableDeleteUserResponse
func (NullableDeleteUserResponse) Get ¶
func (v NullableDeleteUserResponse) Get() *DeleteUserResponse
func (NullableDeleteUserResponse) IsSet ¶
func (v NullableDeleteUserResponse) IsSet() bool
func (NullableDeleteUserResponse) MarshalJSON ¶
func (v NullableDeleteUserResponse) MarshalJSON() ([]byte, error)
func (*NullableDeleteUserResponse) Set ¶
func (v *NullableDeleteUserResponse) Set(val *DeleteUserResponse)
func (*NullableDeleteUserResponse) UnmarshalJSON ¶
func (v *NullableDeleteUserResponse) UnmarshalJSON(src []byte) error
func (*NullableDeleteUserResponse) Unset ¶
func (v *NullableDeleteUserResponse) Unset()
type NullableDeleteViewResponse ¶
type NullableDeleteViewResponse struct {
// contains filtered or unexported fields
}
func NewNullableDeleteViewResponse ¶
func NewNullableDeleteViewResponse(val *DeleteViewResponse) *NullableDeleteViewResponse
func (NullableDeleteViewResponse) Get ¶
func (v NullableDeleteViewResponse) Get() *DeleteViewResponse
func (NullableDeleteViewResponse) IsSet ¶
func (v NullableDeleteViewResponse) IsSet() bool
func (NullableDeleteViewResponse) MarshalJSON ¶
func (v NullableDeleteViewResponse) MarshalJSON() ([]byte, error)
func (*NullableDeleteViewResponse) Set ¶
func (v *NullableDeleteViewResponse) Set(val *DeleteViewResponse)
func (*NullableDeleteViewResponse) UnmarshalJSON ¶
func (v *NullableDeleteViewResponse) UnmarshalJSON(src []byte) error
func (*NullableDeleteViewResponse) Unset ¶
func (v *NullableDeleteViewResponse) Unset()
type NullableDeleteWorkspaceResponse ¶
type NullableDeleteWorkspaceResponse struct {
// contains filtered or unexported fields
}
func NewNullableDeleteWorkspaceResponse ¶
func NewNullableDeleteWorkspaceResponse(val *DeleteWorkspaceResponse) *NullableDeleteWorkspaceResponse
func (NullableDeleteWorkspaceResponse) Get ¶
func (v NullableDeleteWorkspaceResponse) Get() *DeleteWorkspaceResponse
func (NullableDeleteWorkspaceResponse) IsSet ¶
func (v NullableDeleteWorkspaceResponse) IsSet() bool
func (NullableDeleteWorkspaceResponse) MarshalJSON ¶
func (v NullableDeleteWorkspaceResponse) MarshalJSON() ([]byte, error)
func (*NullableDeleteWorkspaceResponse) Set ¶
func (v *NullableDeleteWorkspaceResponse) Set(val *DeleteWorkspaceResponse)
func (*NullableDeleteWorkspaceResponse) UnmarshalJSON ¶
func (v *NullableDeleteWorkspaceResponse) UnmarshalJSON(src []byte) error
func (*NullableDeleteWorkspaceResponse) Unset ¶
func (v *NullableDeleteWorkspaceResponse) Unset()
type NullableDocumentStatus ¶
type NullableDocumentStatus struct {
// contains filtered or unexported fields
}
func NewNullableDocumentStatus ¶
func NewNullableDocumentStatus(val *DocumentStatus) *NullableDocumentStatus
func (NullableDocumentStatus) Get ¶
func (v NullableDocumentStatus) Get() *DocumentStatus
func (NullableDocumentStatus) IsSet ¶
func (v NullableDocumentStatus) IsSet() bool
func (NullableDocumentStatus) MarshalJSON ¶
func (v NullableDocumentStatus) MarshalJSON() ([]byte, error)
func (*NullableDocumentStatus) Set ¶
func (v *NullableDocumentStatus) Set(val *DocumentStatus)
func (*NullableDocumentStatus) UnmarshalJSON ¶
func (v *NullableDocumentStatus) UnmarshalJSON(src []byte) error
func (*NullableDocumentStatus) Unset ¶
func (v *NullableDocumentStatus) Unset()
type NullableDynamodbIntegration ¶
type NullableDynamodbIntegration struct {
// contains filtered or unexported fields
}
func NewNullableDynamodbIntegration ¶
func NewNullableDynamodbIntegration(val *DynamodbIntegration) *NullableDynamodbIntegration
func (NullableDynamodbIntegration) Get ¶
func (v NullableDynamodbIntegration) Get() *DynamodbIntegration
func (NullableDynamodbIntegration) IsSet ¶
func (v NullableDynamodbIntegration) IsSet() bool
func (NullableDynamodbIntegration) MarshalJSON ¶
func (v NullableDynamodbIntegration) MarshalJSON() ([]byte, error)
func (*NullableDynamodbIntegration) Set ¶
func (v *NullableDynamodbIntegration) Set(val *DynamodbIntegration)
func (*NullableDynamodbIntegration) UnmarshalJSON ¶
func (v *NullableDynamodbIntegration) UnmarshalJSON(src []byte) error
func (*NullableDynamodbIntegration) Unset ¶
func (v *NullableDynamodbIntegration) Unset()
type NullableErrorModel ¶
type NullableErrorModel struct {
// contains filtered or unexported fields
}
func NewNullableErrorModel ¶
func NewNullableErrorModel(val *ErrorModel) *NullableErrorModel
func (NullableErrorModel) Get ¶
func (v NullableErrorModel) Get() *ErrorModel
func (NullableErrorModel) IsSet ¶
func (v NullableErrorModel) IsSet() bool
func (NullableErrorModel) MarshalJSON ¶
func (v NullableErrorModel) MarshalJSON() ([]byte, error)
func (*NullableErrorModel) Set ¶
func (v *NullableErrorModel) Set(val *ErrorModel)
func (*NullableErrorModel) UnmarshalJSON ¶
func (v *NullableErrorModel) UnmarshalJSON(src []byte) error
func (*NullableErrorModel) Unset ¶
func (v *NullableErrorModel) Unset()
type NullableEventTimeInfo ¶
type NullableEventTimeInfo struct {
// contains filtered or unexported fields
}
func NewNullableEventTimeInfo ¶
func NewNullableEventTimeInfo(val *EventTimeInfo) *NullableEventTimeInfo
func (NullableEventTimeInfo) Get ¶
func (v NullableEventTimeInfo) Get() *EventTimeInfo
func (NullableEventTimeInfo) IsSet ¶
func (v NullableEventTimeInfo) IsSet() bool
func (NullableEventTimeInfo) MarshalJSON ¶
func (v NullableEventTimeInfo) MarshalJSON() ([]byte, error)
func (*NullableEventTimeInfo) Set ¶
func (v *NullableEventTimeInfo) Set(val *EventTimeInfo)
func (*NullableEventTimeInfo) UnmarshalJSON ¶
func (v *NullableEventTimeInfo) UnmarshalJSON(src []byte) error
func (*NullableEventTimeInfo) Unset ¶
func (v *NullableEventTimeInfo) Unset()
type NullableExecuteQueryLambdaRequest ¶
type NullableExecuteQueryLambdaRequest struct {
// contains filtered or unexported fields
}
func NewNullableExecuteQueryLambdaRequest ¶
func NewNullableExecuteQueryLambdaRequest(val *ExecuteQueryLambdaRequest) *NullableExecuteQueryLambdaRequest
func (NullableExecuteQueryLambdaRequest) Get ¶
func (v NullableExecuteQueryLambdaRequest) Get() *ExecuteQueryLambdaRequest
func (NullableExecuteQueryLambdaRequest) IsSet ¶
func (v NullableExecuteQueryLambdaRequest) IsSet() bool
func (NullableExecuteQueryLambdaRequest) MarshalJSON ¶
func (v NullableExecuteQueryLambdaRequest) MarshalJSON() ([]byte, error)
func (*NullableExecuteQueryLambdaRequest) Set ¶
func (v *NullableExecuteQueryLambdaRequest) Set(val *ExecuteQueryLambdaRequest)
func (*NullableExecuteQueryLambdaRequest) UnmarshalJSON ¶
func (v *NullableExecuteQueryLambdaRequest) UnmarshalJSON(src []byte) error
func (*NullableExecuteQueryLambdaRequest) Unset ¶
func (v *NullableExecuteQueryLambdaRequest) Unset()
type NullableFieldMappingQuery ¶
type NullableFieldMappingQuery struct {
// contains filtered or unexported fields
}
func NewNullableFieldMappingQuery ¶
func NewNullableFieldMappingQuery(val *FieldMappingQuery) *NullableFieldMappingQuery
func (NullableFieldMappingQuery) Get ¶
func (v NullableFieldMappingQuery) Get() *FieldMappingQuery
func (NullableFieldMappingQuery) IsSet ¶
func (v NullableFieldMappingQuery) IsSet() bool
func (NullableFieldMappingQuery) MarshalJSON ¶
func (v NullableFieldMappingQuery) MarshalJSON() ([]byte, error)
func (*NullableFieldMappingQuery) Set ¶
func (v *NullableFieldMappingQuery) Set(val *FieldMappingQuery)
func (*NullableFieldMappingQuery) UnmarshalJSON ¶
func (v *NullableFieldMappingQuery) UnmarshalJSON(src []byte) error
func (*NullableFieldMappingQuery) Unset ¶
func (v *NullableFieldMappingQuery) Unset()
type NullableFieldMappingV2 ¶
type NullableFieldMappingV2 struct {
// contains filtered or unexported fields
}
func NewNullableFieldMappingV2 ¶
func NewNullableFieldMappingV2(val *FieldMappingV2) *NullableFieldMappingV2
func (NullableFieldMappingV2) Get ¶
func (v NullableFieldMappingV2) Get() *FieldMappingV2
func (NullableFieldMappingV2) IsSet ¶
func (v NullableFieldMappingV2) IsSet() bool
func (NullableFieldMappingV2) MarshalJSON ¶
func (v NullableFieldMappingV2) MarshalJSON() ([]byte, error)
func (*NullableFieldMappingV2) Set ¶
func (v *NullableFieldMappingV2) Set(val *FieldMappingV2)
func (*NullableFieldMappingV2) UnmarshalJSON ¶
func (v *NullableFieldMappingV2) UnmarshalJSON(src []byte) error
func (*NullableFieldMappingV2) Unset ¶
func (v *NullableFieldMappingV2) Unset()
type NullableFieldPartition ¶
type NullableFieldPartition struct {
// contains filtered or unexported fields
}
func NewNullableFieldPartition ¶
func NewNullableFieldPartition(val *FieldPartition) *NullableFieldPartition
func (NullableFieldPartition) Get ¶
func (v NullableFieldPartition) Get() *FieldPartition
func (NullableFieldPartition) IsSet ¶
func (v NullableFieldPartition) IsSet() bool
func (NullableFieldPartition) MarshalJSON ¶
func (v NullableFieldPartition) MarshalJSON() ([]byte, error)
func (*NullableFieldPartition) Set ¶
func (v *NullableFieldPartition) Set(val *FieldPartition)
func (*NullableFieldPartition) UnmarshalJSON ¶
func (v *NullableFieldPartition) UnmarshalJSON(src []byte) error
func (*NullableFieldPartition) Unset ¶
func (v *NullableFieldPartition) 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 NullableFormatParams ¶
type NullableFormatParams struct {
// contains filtered or unexported fields
}
func NewNullableFormatParams ¶
func NewNullableFormatParams(val *FormatParams) *NullableFormatParams
func (NullableFormatParams) Get ¶
func (v NullableFormatParams) Get() *FormatParams
func (NullableFormatParams) IsSet ¶
func (v NullableFormatParams) IsSet() bool
func (NullableFormatParams) MarshalJSON ¶
func (v NullableFormatParams) MarshalJSON() ([]byte, error)
func (*NullableFormatParams) Set ¶
func (v *NullableFormatParams) Set(val *FormatParams)
func (*NullableFormatParams) UnmarshalJSON ¶
func (v *NullableFormatParams) UnmarshalJSON(src []byte) error
func (*NullableFormatParams) Unset ¶
func (v *NullableFormatParams) Unset()
type NullableGcpServiceAccount ¶
type NullableGcpServiceAccount struct {
// contains filtered or unexported fields
}
func NewNullableGcpServiceAccount ¶
func NewNullableGcpServiceAccount(val *GcpServiceAccount) *NullableGcpServiceAccount
func (NullableGcpServiceAccount) Get ¶
func (v NullableGcpServiceAccount) Get() *GcpServiceAccount
func (NullableGcpServiceAccount) IsSet ¶
func (v NullableGcpServiceAccount) IsSet() bool
func (NullableGcpServiceAccount) MarshalJSON ¶
func (v NullableGcpServiceAccount) MarshalJSON() ([]byte, error)
func (*NullableGcpServiceAccount) Set ¶
func (v *NullableGcpServiceAccount) Set(val *GcpServiceAccount)
func (*NullableGcpServiceAccount) UnmarshalJSON ¶
func (v *NullableGcpServiceAccount) UnmarshalJSON(src []byte) error
func (*NullableGcpServiceAccount) Unset ¶
func (v *NullableGcpServiceAccount) Unset()
type NullableGcsIntegration ¶
type NullableGcsIntegration struct {
// contains filtered or unexported fields
}
func NewNullableGcsIntegration ¶
func NewNullableGcsIntegration(val *GcsIntegration) *NullableGcsIntegration
func (NullableGcsIntegration) Get ¶
func (v NullableGcsIntegration) Get() *GcsIntegration
func (NullableGcsIntegration) IsSet ¶
func (v NullableGcsIntegration) IsSet() bool
func (NullableGcsIntegration) MarshalJSON ¶
func (v NullableGcsIntegration) MarshalJSON() ([]byte, error)
func (*NullableGcsIntegration) Set ¶
func (v *NullableGcsIntegration) Set(val *GcsIntegration)
func (*NullableGcsIntegration) UnmarshalJSON ¶
func (v *NullableGcsIntegration) UnmarshalJSON(src []byte) error
func (*NullableGcsIntegration) Unset ¶
func (v *NullableGcsIntegration) Unset()
type NullableGetAliasResponse ¶
type NullableGetAliasResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetAliasResponse ¶
func NewNullableGetAliasResponse(val *GetAliasResponse) *NullableGetAliasResponse
func (NullableGetAliasResponse) Get ¶
func (v NullableGetAliasResponse) Get() *GetAliasResponse
func (NullableGetAliasResponse) IsSet ¶
func (v NullableGetAliasResponse) IsSet() bool
func (NullableGetAliasResponse) MarshalJSON ¶
func (v NullableGetAliasResponse) MarshalJSON() ([]byte, error)
func (*NullableGetAliasResponse) Set ¶
func (v *NullableGetAliasResponse) Set(val *GetAliasResponse)
func (*NullableGetAliasResponse) UnmarshalJSON ¶
func (v *NullableGetAliasResponse) UnmarshalJSON(src []byte) error
func (*NullableGetAliasResponse) Unset ¶
func (v *NullableGetAliasResponse) Unset()
type NullableGetApiKeyResponse ¶
type NullableGetApiKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetApiKeyResponse ¶
func NewNullableGetApiKeyResponse(val *GetApiKeyResponse) *NullableGetApiKeyResponse
func (NullableGetApiKeyResponse) Get ¶
func (v NullableGetApiKeyResponse) Get() *GetApiKeyResponse
func (NullableGetApiKeyResponse) IsSet ¶
func (v NullableGetApiKeyResponse) IsSet() bool
func (NullableGetApiKeyResponse) MarshalJSON ¶
func (v NullableGetApiKeyResponse) MarshalJSON() ([]byte, error)
func (*NullableGetApiKeyResponse) Set ¶
func (v *NullableGetApiKeyResponse) Set(val *GetApiKeyResponse)
func (*NullableGetApiKeyResponse) UnmarshalJSON ¶
func (v *NullableGetApiKeyResponse) UnmarshalJSON(src []byte) error
func (*NullableGetApiKeyResponse) Unset ¶
func (v *NullableGetApiKeyResponse) Unset()
type NullableGetCollectionResponse ¶
type NullableGetCollectionResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetCollectionResponse ¶
func NewNullableGetCollectionResponse(val *GetCollectionResponse) *NullableGetCollectionResponse
func (NullableGetCollectionResponse) Get ¶
func (v NullableGetCollectionResponse) Get() *GetCollectionResponse
func (NullableGetCollectionResponse) IsSet ¶
func (v NullableGetCollectionResponse) IsSet() bool
func (NullableGetCollectionResponse) MarshalJSON ¶
func (v NullableGetCollectionResponse) MarshalJSON() ([]byte, error)
func (*NullableGetCollectionResponse) Set ¶
func (v *NullableGetCollectionResponse) Set(val *GetCollectionResponse)
func (*NullableGetCollectionResponse) UnmarshalJSON ¶
func (v *NullableGetCollectionResponse) UnmarshalJSON(src []byte) error
func (*NullableGetCollectionResponse) Unset ¶
func (v *NullableGetCollectionResponse) Unset()
type NullableGetIntegrationResponse ¶
type NullableGetIntegrationResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegrationResponse ¶
func NewNullableGetIntegrationResponse(val *GetIntegrationResponse) *NullableGetIntegrationResponse
func (NullableGetIntegrationResponse) Get ¶
func (v NullableGetIntegrationResponse) Get() *GetIntegrationResponse
func (NullableGetIntegrationResponse) IsSet ¶
func (v NullableGetIntegrationResponse) IsSet() bool
func (NullableGetIntegrationResponse) MarshalJSON ¶
func (v NullableGetIntegrationResponse) MarshalJSON() ([]byte, error)
func (*NullableGetIntegrationResponse) Set ¶
func (v *NullableGetIntegrationResponse) Set(val *GetIntegrationResponse)
func (*NullableGetIntegrationResponse) UnmarshalJSON ¶
func (v *NullableGetIntegrationResponse) UnmarshalJSON(src []byte) error
func (*NullableGetIntegrationResponse) Unset ¶
func (v *NullableGetIntegrationResponse) Unset()
type NullableGetViewResponse ¶
type NullableGetViewResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetViewResponse ¶
func NewNullableGetViewResponse(val *GetViewResponse) *NullableGetViewResponse
func (NullableGetViewResponse) Get ¶
func (v NullableGetViewResponse) Get() *GetViewResponse
func (NullableGetViewResponse) IsSet ¶
func (v NullableGetViewResponse) IsSet() bool
func (NullableGetViewResponse) MarshalJSON ¶
func (v NullableGetViewResponse) MarshalJSON() ([]byte, error)
func (*NullableGetViewResponse) Set ¶
func (v *NullableGetViewResponse) Set(val *GetViewResponse)
func (*NullableGetViewResponse) UnmarshalJSON ¶
func (v *NullableGetViewResponse) UnmarshalJSON(src []byte) error
func (*NullableGetViewResponse) Unset ¶
func (v *NullableGetViewResponse) Unset()
type NullableGetVirtualInstanceResponse ¶
type NullableGetVirtualInstanceResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetVirtualInstanceResponse ¶
func NewNullableGetVirtualInstanceResponse(val *GetVirtualInstanceResponse) *NullableGetVirtualInstanceResponse
func (NullableGetVirtualInstanceResponse) Get ¶
func (v NullableGetVirtualInstanceResponse) Get() *GetVirtualInstanceResponse
func (NullableGetVirtualInstanceResponse) IsSet ¶
func (v NullableGetVirtualInstanceResponse) IsSet() bool
func (NullableGetVirtualInstanceResponse) MarshalJSON ¶
func (v NullableGetVirtualInstanceResponse) MarshalJSON() ([]byte, error)
func (*NullableGetVirtualInstanceResponse) Set ¶
func (v *NullableGetVirtualInstanceResponse) Set(val *GetVirtualInstanceResponse)
func (*NullableGetVirtualInstanceResponse) UnmarshalJSON ¶
func (v *NullableGetVirtualInstanceResponse) UnmarshalJSON(src []byte) error
func (*NullableGetVirtualInstanceResponse) Unset ¶
func (v *NullableGetVirtualInstanceResponse) Unset()
type NullableGetWorkspaceResponse ¶
type NullableGetWorkspaceResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetWorkspaceResponse ¶
func NewNullableGetWorkspaceResponse(val *GetWorkspaceResponse) *NullableGetWorkspaceResponse
func (NullableGetWorkspaceResponse) Get ¶
func (v NullableGetWorkspaceResponse) Get() *GetWorkspaceResponse
func (NullableGetWorkspaceResponse) IsSet ¶
func (v NullableGetWorkspaceResponse) IsSet() bool
func (NullableGetWorkspaceResponse) MarshalJSON ¶
func (v NullableGetWorkspaceResponse) MarshalJSON() ([]byte, error)
func (*NullableGetWorkspaceResponse) Set ¶
func (v *NullableGetWorkspaceResponse) Set(val *GetWorkspaceResponse)
func (*NullableGetWorkspaceResponse) UnmarshalJSON ¶
func (v *NullableGetWorkspaceResponse) UnmarshalJSON(src []byte) error
func (*NullableGetWorkspaceResponse) Unset ¶
func (v *NullableGetWorkspaceResponse) Unset()
type NullableInputField ¶
type NullableInputField struct {
// contains filtered or unexported fields
}
func NewNullableInputField ¶
func NewNullableInputField(val *InputField) *NullableInputField
func (NullableInputField) Get ¶
func (v NullableInputField) Get() *InputField
func (NullableInputField) IsSet ¶
func (v NullableInputField) IsSet() bool
func (NullableInputField) MarshalJSON ¶
func (v NullableInputField) MarshalJSON() ([]byte, error)
func (*NullableInputField) Set ¶
func (v *NullableInputField) Set(val *InputField)
func (*NullableInputField) UnmarshalJSON ¶
func (v *NullableInputField) UnmarshalJSON(src []byte) error
func (*NullableInputField) Unset ¶
func (v *NullableInputField) 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 NullableIntegration ¶
type NullableIntegration struct {
// contains filtered or unexported fields
}
func NewNullableIntegration ¶
func NewNullableIntegration(val *Integration) *NullableIntegration
func (NullableIntegration) Get ¶
func (v NullableIntegration) Get() *Integration
func (NullableIntegration) IsSet ¶
func (v NullableIntegration) IsSet() bool
func (NullableIntegration) MarshalJSON ¶
func (v NullableIntegration) MarshalJSON() ([]byte, error)
func (*NullableIntegration) Set ¶
func (v *NullableIntegration) Set(val *Integration)
func (*NullableIntegration) UnmarshalJSON ¶
func (v *NullableIntegration) UnmarshalJSON(src []byte) error
func (*NullableIntegration) Unset ¶
func (v *NullableIntegration) Unset()
type NullableKafkaIntegration ¶
type NullableKafkaIntegration struct {
// contains filtered or unexported fields
}
func NewNullableKafkaIntegration ¶
func NewNullableKafkaIntegration(val *KafkaIntegration) *NullableKafkaIntegration
func (NullableKafkaIntegration) Get ¶
func (v NullableKafkaIntegration) Get() *KafkaIntegration
func (NullableKafkaIntegration) IsSet ¶
func (v NullableKafkaIntegration) IsSet() bool
func (NullableKafkaIntegration) MarshalJSON ¶
func (v NullableKafkaIntegration) MarshalJSON() ([]byte, error)
func (*NullableKafkaIntegration) Set ¶
func (v *NullableKafkaIntegration) Set(val *KafkaIntegration)
func (*NullableKafkaIntegration) UnmarshalJSON ¶
func (v *NullableKafkaIntegration) UnmarshalJSON(src []byte) error
func (*NullableKafkaIntegration) Unset ¶
func (v *NullableKafkaIntegration) Unset()
type NullableKafkaV3SecurityConfig ¶
type NullableKafkaV3SecurityConfig struct {
// contains filtered or unexported fields
}
func NewNullableKafkaV3SecurityConfig ¶
func NewNullableKafkaV3SecurityConfig(val *KafkaV3SecurityConfig) *NullableKafkaV3SecurityConfig
func (NullableKafkaV3SecurityConfig) Get ¶
func (v NullableKafkaV3SecurityConfig) Get() *KafkaV3SecurityConfig
func (NullableKafkaV3SecurityConfig) IsSet ¶
func (v NullableKafkaV3SecurityConfig) IsSet() bool
func (NullableKafkaV3SecurityConfig) MarshalJSON ¶
func (v NullableKafkaV3SecurityConfig) MarshalJSON() ([]byte, error)
func (*NullableKafkaV3SecurityConfig) Set ¶
func (v *NullableKafkaV3SecurityConfig) Set(val *KafkaV3SecurityConfig)
func (*NullableKafkaV3SecurityConfig) UnmarshalJSON ¶
func (v *NullableKafkaV3SecurityConfig) UnmarshalJSON(src []byte) error
func (*NullableKafkaV3SecurityConfig) Unset ¶
func (v *NullableKafkaV3SecurityConfig) Unset()
type NullableKinesisIntegration ¶
type NullableKinesisIntegration struct {
// contains filtered or unexported fields
}
func NewNullableKinesisIntegration ¶
func NewNullableKinesisIntegration(val *KinesisIntegration) *NullableKinesisIntegration
func (NullableKinesisIntegration) Get ¶
func (v NullableKinesisIntegration) Get() *KinesisIntegration
func (NullableKinesisIntegration) IsSet ¶
func (v NullableKinesisIntegration) IsSet() bool
func (NullableKinesisIntegration) MarshalJSON ¶
func (v NullableKinesisIntegration) MarshalJSON() ([]byte, error)
func (*NullableKinesisIntegration) Set ¶
func (v *NullableKinesisIntegration) Set(val *KinesisIntegration)
func (*NullableKinesisIntegration) UnmarshalJSON ¶
func (v *NullableKinesisIntegration) UnmarshalJSON(src []byte) error
func (*NullableKinesisIntegration) Unset ¶
func (v *NullableKinesisIntegration) Unset()
type NullableListAliasesResponse ¶
type NullableListAliasesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListAliasesResponse ¶
func NewNullableListAliasesResponse(val *ListAliasesResponse) *NullableListAliasesResponse
func (NullableListAliasesResponse) Get ¶
func (v NullableListAliasesResponse) Get() *ListAliasesResponse
func (NullableListAliasesResponse) IsSet ¶
func (v NullableListAliasesResponse) IsSet() bool
func (NullableListAliasesResponse) MarshalJSON ¶
func (v NullableListAliasesResponse) MarshalJSON() ([]byte, error)
func (*NullableListAliasesResponse) Set ¶
func (v *NullableListAliasesResponse) Set(val *ListAliasesResponse)
func (*NullableListAliasesResponse) UnmarshalJSON ¶
func (v *NullableListAliasesResponse) UnmarshalJSON(src []byte) error
func (*NullableListAliasesResponse) Unset ¶
func (v *NullableListAliasesResponse) Unset()
type NullableListApiKeysResponse ¶
type NullableListApiKeysResponse struct {
// contains filtered or unexported fields
}
func NewNullableListApiKeysResponse ¶
func NewNullableListApiKeysResponse(val *ListApiKeysResponse) *NullableListApiKeysResponse
func (NullableListApiKeysResponse) Get ¶
func (v NullableListApiKeysResponse) Get() *ListApiKeysResponse
func (NullableListApiKeysResponse) IsSet ¶
func (v NullableListApiKeysResponse) IsSet() bool
func (NullableListApiKeysResponse) MarshalJSON ¶
func (v NullableListApiKeysResponse) MarshalJSON() ([]byte, error)
func (*NullableListApiKeysResponse) Set ¶
func (v *NullableListApiKeysResponse) Set(val *ListApiKeysResponse)
func (*NullableListApiKeysResponse) UnmarshalJSON ¶
func (v *NullableListApiKeysResponse) UnmarshalJSON(src []byte) error
func (*NullableListApiKeysResponse) Unset ¶
func (v *NullableListApiKeysResponse) Unset()
type NullableListCollectionsResponse ¶
type NullableListCollectionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListCollectionsResponse ¶
func NewNullableListCollectionsResponse(val *ListCollectionsResponse) *NullableListCollectionsResponse
func (NullableListCollectionsResponse) Get ¶
func (v NullableListCollectionsResponse) Get() *ListCollectionsResponse
func (NullableListCollectionsResponse) IsSet ¶
func (v NullableListCollectionsResponse) IsSet() bool
func (NullableListCollectionsResponse) MarshalJSON ¶
func (v NullableListCollectionsResponse) MarshalJSON() ([]byte, error)
func (*NullableListCollectionsResponse) Set ¶
func (v *NullableListCollectionsResponse) Set(val *ListCollectionsResponse)
func (*NullableListCollectionsResponse) UnmarshalJSON ¶
func (v *NullableListCollectionsResponse) UnmarshalJSON(src []byte) error
func (*NullableListCollectionsResponse) Unset ¶
func (v *NullableListCollectionsResponse) Unset()
type NullableListIntegrationsResponse ¶
type NullableListIntegrationsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListIntegrationsResponse ¶
func NewNullableListIntegrationsResponse(val *ListIntegrationsResponse) *NullableListIntegrationsResponse
func (NullableListIntegrationsResponse) Get ¶
func (v NullableListIntegrationsResponse) Get() *ListIntegrationsResponse
func (NullableListIntegrationsResponse) IsSet ¶
func (v NullableListIntegrationsResponse) IsSet() bool
func (NullableListIntegrationsResponse) MarshalJSON ¶
func (v NullableListIntegrationsResponse) MarshalJSON() ([]byte, error)
func (*NullableListIntegrationsResponse) Set ¶
func (v *NullableListIntegrationsResponse) Set(val *ListIntegrationsResponse)
func (*NullableListIntegrationsResponse) UnmarshalJSON ¶
func (v *NullableListIntegrationsResponse) UnmarshalJSON(src []byte) error
func (*NullableListIntegrationsResponse) Unset ¶
func (v *NullableListIntegrationsResponse) Unset()
type NullableListQueryLambdaTagsResponse ¶
type NullableListQueryLambdaTagsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListQueryLambdaTagsResponse ¶
func NewNullableListQueryLambdaTagsResponse(val *ListQueryLambdaTagsResponse) *NullableListQueryLambdaTagsResponse
func (NullableListQueryLambdaTagsResponse) Get ¶
func (v NullableListQueryLambdaTagsResponse) Get() *ListQueryLambdaTagsResponse
func (NullableListQueryLambdaTagsResponse) IsSet ¶
func (v NullableListQueryLambdaTagsResponse) IsSet() bool
func (NullableListQueryLambdaTagsResponse) MarshalJSON ¶
func (v NullableListQueryLambdaTagsResponse) MarshalJSON() ([]byte, error)
func (*NullableListQueryLambdaTagsResponse) Set ¶
func (v *NullableListQueryLambdaTagsResponse) Set(val *ListQueryLambdaTagsResponse)
func (*NullableListQueryLambdaTagsResponse) UnmarshalJSON ¶
func (v *NullableListQueryLambdaTagsResponse) UnmarshalJSON(src []byte) error
func (*NullableListQueryLambdaTagsResponse) Unset ¶
func (v *NullableListQueryLambdaTagsResponse) Unset()
type NullableListQueryLambdaVersionsResponse ¶
type NullableListQueryLambdaVersionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListQueryLambdaVersionsResponse ¶
func NewNullableListQueryLambdaVersionsResponse(val *ListQueryLambdaVersionsResponse) *NullableListQueryLambdaVersionsResponse
func (NullableListQueryLambdaVersionsResponse) IsSet ¶
func (v NullableListQueryLambdaVersionsResponse) IsSet() bool
func (NullableListQueryLambdaVersionsResponse) MarshalJSON ¶
func (v NullableListQueryLambdaVersionsResponse) MarshalJSON() ([]byte, error)
func (*NullableListQueryLambdaVersionsResponse) Set ¶
func (v *NullableListQueryLambdaVersionsResponse) Set(val *ListQueryLambdaVersionsResponse)
func (*NullableListQueryLambdaVersionsResponse) UnmarshalJSON ¶
func (v *NullableListQueryLambdaVersionsResponse) UnmarshalJSON(src []byte) error
func (*NullableListQueryLambdaVersionsResponse) Unset ¶
func (v *NullableListQueryLambdaVersionsResponse) Unset()
type NullableListQueryLambdasResponse ¶
type NullableListQueryLambdasResponse struct {
// contains filtered or unexported fields
}
func NewNullableListQueryLambdasResponse ¶
func NewNullableListQueryLambdasResponse(val *ListQueryLambdasResponse) *NullableListQueryLambdasResponse
func (NullableListQueryLambdasResponse) Get ¶
func (v NullableListQueryLambdasResponse) Get() *ListQueryLambdasResponse
func (NullableListQueryLambdasResponse) IsSet ¶
func (v NullableListQueryLambdasResponse) IsSet() bool
func (NullableListQueryLambdasResponse) MarshalJSON ¶
func (v NullableListQueryLambdasResponse) MarshalJSON() ([]byte, error)
func (*NullableListQueryLambdasResponse) Set ¶
func (v *NullableListQueryLambdasResponse) Set(val *ListQueryLambdasResponse)
func (*NullableListQueryLambdasResponse) UnmarshalJSON ¶
func (v *NullableListQueryLambdasResponse) UnmarshalJSON(src []byte) error
func (*NullableListQueryLambdasResponse) Unset ¶
func (v *NullableListQueryLambdasResponse) Unset()
type NullableListRolesResponse ¶
type NullableListRolesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListRolesResponse ¶
func NewNullableListRolesResponse(val *ListRolesResponse) *NullableListRolesResponse
func (NullableListRolesResponse) Get ¶
func (v NullableListRolesResponse) Get() *ListRolesResponse
func (NullableListRolesResponse) IsSet ¶
func (v NullableListRolesResponse) IsSet() bool
func (NullableListRolesResponse) MarshalJSON ¶
func (v NullableListRolesResponse) MarshalJSON() ([]byte, error)
func (*NullableListRolesResponse) Set ¶
func (v *NullableListRolesResponse) Set(val *ListRolesResponse)
func (*NullableListRolesResponse) UnmarshalJSON ¶
func (v *NullableListRolesResponse) UnmarshalJSON(src []byte) error
func (*NullableListRolesResponse) Unset ¶
func (v *NullableListRolesResponse) Unset()
type NullableListUnsubscribePreferencesResponse ¶
type NullableListUnsubscribePreferencesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListUnsubscribePreferencesResponse ¶
func NewNullableListUnsubscribePreferencesResponse(val *ListUnsubscribePreferencesResponse) *NullableListUnsubscribePreferencesResponse
func (NullableListUnsubscribePreferencesResponse) IsSet ¶
func (v NullableListUnsubscribePreferencesResponse) IsSet() bool
func (NullableListUnsubscribePreferencesResponse) MarshalJSON ¶
func (v NullableListUnsubscribePreferencesResponse) MarshalJSON() ([]byte, error)
func (*NullableListUnsubscribePreferencesResponse) Set ¶
func (v *NullableListUnsubscribePreferencesResponse) Set(val *ListUnsubscribePreferencesResponse)
func (*NullableListUnsubscribePreferencesResponse) UnmarshalJSON ¶
func (v *NullableListUnsubscribePreferencesResponse) UnmarshalJSON(src []byte) error
func (*NullableListUnsubscribePreferencesResponse) Unset ¶
func (v *NullableListUnsubscribePreferencesResponse) Unset()
type NullableListUsersResponse ¶
type NullableListUsersResponse struct {
// contains filtered or unexported fields
}
func NewNullableListUsersResponse ¶
func NewNullableListUsersResponse(val *ListUsersResponse) *NullableListUsersResponse
func (NullableListUsersResponse) Get ¶
func (v NullableListUsersResponse) Get() *ListUsersResponse
func (NullableListUsersResponse) IsSet ¶
func (v NullableListUsersResponse) IsSet() bool
func (NullableListUsersResponse) MarshalJSON ¶
func (v NullableListUsersResponse) MarshalJSON() ([]byte, error)
func (*NullableListUsersResponse) Set ¶
func (v *NullableListUsersResponse) Set(val *ListUsersResponse)
func (*NullableListUsersResponse) UnmarshalJSON ¶
func (v *NullableListUsersResponse) UnmarshalJSON(src []byte) error
func (*NullableListUsersResponse) Unset ¶
func (v *NullableListUsersResponse) Unset()
type NullableListViewsResponse ¶
type NullableListViewsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListViewsResponse ¶
func NewNullableListViewsResponse(val *ListViewsResponse) *NullableListViewsResponse
func (NullableListViewsResponse) Get ¶
func (v NullableListViewsResponse) Get() *ListViewsResponse
func (NullableListViewsResponse) IsSet ¶
func (v NullableListViewsResponse) IsSet() bool
func (NullableListViewsResponse) MarshalJSON ¶
func (v NullableListViewsResponse) MarshalJSON() ([]byte, error)
func (*NullableListViewsResponse) Set ¶
func (v *NullableListViewsResponse) Set(val *ListViewsResponse)
func (*NullableListViewsResponse) UnmarshalJSON ¶
func (v *NullableListViewsResponse) UnmarshalJSON(src []byte) error
func (*NullableListViewsResponse) Unset ¶
func (v *NullableListViewsResponse) Unset()
type NullableListVirtualInstancesResponse ¶
type NullableListVirtualInstancesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListVirtualInstancesResponse ¶
func NewNullableListVirtualInstancesResponse(val *ListVirtualInstancesResponse) *NullableListVirtualInstancesResponse
func (NullableListVirtualInstancesResponse) Get ¶
func (v NullableListVirtualInstancesResponse) Get() *ListVirtualInstancesResponse
func (NullableListVirtualInstancesResponse) IsSet ¶
func (v NullableListVirtualInstancesResponse) IsSet() bool
func (NullableListVirtualInstancesResponse) MarshalJSON ¶
func (v NullableListVirtualInstancesResponse) MarshalJSON() ([]byte, error)
func (*NullableListVirtualInstancesResponse) Set ¶
func (v *NullableListVirtualInstancesResponse) Set(val *ListVirtualInstancesResponse)
func (*NullableListVirtualInstancesResponse) UnmarshalJSON ¶
func (v *NullableListVirtualInstancesResponse) UnmarshalJSON(src []byte) error
func (*NullableListVirtualInstancesResponse) Unset ¶
func (v *NullableListVirtualInstancesResponse) Unset()
type NullableListWorkspacesResponse ¶
type NullableListWorkspacesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListWorkspacesResponse ¶
func NewNullableListWorkspacesResponse(val *ListWorkspacesResponse) *NullableListWorkspacesResponse
func (NullableListWorkspacesResponse) Get ¶
func (v NullableListWorkspacesResponse) Get() *ListWorkspacesResponse
func (NullableListWorkspacesResponse) IsSet ¶
func (v NullableListWorkspacesResponse) IsSet() bool
func (NullableListWorkspacesResponse) MarshalJSON ¶
func (v NullableListWorkspacesResponse) MarshalJSON() ([]byte, error)
func (*NullableListWorkspacesResponse) Set ¶
func (v *NullableListWorkspacesResponse) Set(val *ListWorkspacesResponse)
func (*NullableListWorkspacesResponse) UnmarshalJSON ¶
func (v *NullableListWorkspacesResponse) UnmarshalJSON(src []byte) error
func (*NullableListWorkspacesResponse) Unset ¶
func (v *NullableListWorkspacesResponse) Unset()
type NullableMongoDbIntegration ¶
type NullableMongoDbIntegration struct {
// contains filtered or unexported fields
}
func NewNullableMongoDbIntegration ¶
func NewNullableMongoDbIntegration(val *MongoDbIntegration) *NullableMongoDbIntegration
func (NullableMongoDbIntegration) Get ¶
func (v NullableMongoDbIntegration) Get() *MongoDbIntegration
func (NullableMongoDbIntegration) IsSet ¶
func (v NullableMongoDbIntegration) IsSet() bool
func (NullableMongoDbIntegration) MarshalJSON ¶
func (v NullableMongoDbIntegration) MarshalJSON() ([]byte, error)
func (*NullableMongoDbIntegration) Set ¶
func (v *NullableMongoDbIntegration) Set(val *MongoDbIntegration)
func (*NullableMongoDbIntegration) UnmarshalJSON ¶
func (v *NullableMongoDbIntegration) UnmarshalJSON(src []byte) error
func (*NullableMongoDbIntegration) Unset ¶
func (v *NullableMongoDbIntegration) Unset()
type NullableOrganization ¶
type NullableOrganization struct {
// contains filtered or unexported fields
}
func NewNullableOrganization ¶
func NewNullableOrganization(val *Organization) *NullableOrganization
func (NullableOrganization) Get ¶
func (v NullableOrganization) Get() *Organization
func (NullableOrganization) IsSet ¶
func (v NullableOrganization) IsSet() bool
func (NullableOrganization) MarshalJSON ¶
func (v NullableOrganization) MarshalJSON() ([]byte, error)
func (*NullableOrganization) Set ¶
func (v *NullableOrganization) Set(val *Organization)
func (*NullableOrganization) UnmarshalJSON ¶
func (v *NullableOrganization) UnmarshalJSON(src []byte) error
func (*NullableOrganization) Unset ¶
func (v *NullableOrganization) Unset()
type NullableOrganizationResponse ¶
type NullableOrganizationResponse struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationResponse ¶
func NewNullableOrganizationResponse(val *OrganizationResponse) *NullableOrganizationResponse
func (NullableOrganizationResponse) Get ¶
func (v NullableOrganizationResponse) Get() *OrganizationResponse
func (NullableOrganizationResponse) IsSet ¶
func (v NullableOrganizationResponse) IsSet() bool
func (NullableOrganizationResponse) MarshalJSON ¶
func (v NullableOrganizationResponse) MarshalJSON() ([]byte, error)
func (*NullableOrganizationResponse) Set ¶
func (v *NullableOrganizationResponse) Set(val *OrganizationResponse)
func (*NullableOrganizationResponse) UnmarshalJSON ¶
func (v *NullableOrganizationResponse) UnmarshalJSON(src []byte) error
func (*NullableOrganizationResponse) Unset ¶
func (v *NullableOrganizationResponse) Unset()
type NullableOutputField ¶
type NullableOutputField struct {
// contains filtered or unexported fields
}
func NewNullableOutputField ¶
func NewNullableOutputField(val *OutputField) *NullableOutputField
func (NullableOutputField) Get ¶
func (v NullableOutputField) Get() *OutputField
func (NullableOutputField) IsSet ¶
func (v NullableOutputField) IsSet() bool
func (NullableOutputField) MarshalJSON ¶
func (v NullableOutputField) MarshalJSON() ([]byte, error)
func (*NullableOutputField) Set ¶
func (v *NullableOutputField) Set(val *OutputField)
func (*NullableOutputField) UnmarshalJSON ¶
func (v *NullableOutputField) UnmarshalJSON(src []byte) error
func (*NullableOutputField) Unset ¶
func (v *NullableOutputField) Unset()
type NullablePaginationInfo ¶
type NullablePaginationInfo struct {
// contains filtered or unexported fields
}
func NewNullablePaginationInfo ¶
func NewNullablePaginationInfo(val *PaginationInfo) *NullablePaginationInfo
func (NullablePaginationInfo) Get ¶
func (v NullablePaginationInfo) Get() *PaginationInfo
func (NullablePaginationInfo) IsSet ¶
func (v NullablePaginationInfo) IsSet() bool
func (NullablePaginationInfo) MarshalJSON ¶
func (v NullablePaginationInfo) MarshalJSON() ([]byte, error)
func (*NullablePaginationInfo) Set ¶
func (v *NullablePaginationInfo) Set(val *PaginationInfo)
func (*NullablePaginationInfo) UnmarshalJSON ¶
func (v *NullablePaginationInfo) UnmarshalJSON(src []byte) error
func (*NullablePaginationInfo) Unset ¶
func (v *NullablePaginationInfo) Unset()
type NullablePatchDocument ¶
type NullablePatchDocument struct {
// contains filtered or unexported fields
}
func NewNullablePatchDocument ¶
func NewNullablePatchDocument(val *PatchDocument) *NullablePatchDocument
func (NullablePatchDocument) Get ¶
func (v NullablePatchDocument) Get() *PatchDocument
func (NullablePatchDocument) IsSet ¶
func (v NullablePatchDocument) IsSet() bool
func (NullablePatchDocument) MarshalJSON ¶
func (v NullablePatchDocument) MarshalJSON() ([]byte, error)
func (*NullablePatchDocument) Set ¶
func (v *NullablePatchDocument) Set(val *PatchDocument)
func (*NullablePatchDocument) UnmarshalJSON ¶
func (v *NullablePatchDocument) UnmarshalJSON(src []byte) error
func (*NullablePatchDocument) Unset ¶
func (v *NullablePatchDocument) Unset()
type NullablePatchDocumentsRequest ¶
type NullablePatchDocumentsRequest struct {
// contains filtered or unexported fields
}
func NewNullablePatchDocumentsRequest ¶
func NewNullablePatchDocumentsRequest(val *PatchDocumentsRequest) *NullablePatchDocumentsRequest
func (NullablePatchDocumentsRequest) Get ¶
func (v NullablePatchDocumentsRequest) Get() *PatchDocumentsRequest
func (NullablePatchDocumentsRequest) IsSet ¶
func (v NullablePatchDocumentsRequest) IsSet() bool
func (NullablePatchDocumentsRequest) MarshalJSON ¶
func (v NullablePatchDocumentsRequest) MarshalJSON() ([]byte, error)
func (*NullablePatchDocumentsRequest) Set ¶
func (v *NullablePatchDocumentsRequest) Set(val *PatchDocumentsRequest)
func (*NullablePatchDocumentsRequest) UnmarshalJSON ¶
func (v *NullablePatchDocumentsRequest) UnmarshalJSON(src []byte) error
func (*NullablePatchDocumentsRequest) Unset ¶
func (v *NullablePatchDocumentsRequest) Unset()
type NullablePatchDocumentsResponse ¶
type NullablePatchDocumentsResponse struct {
// contains filtered or unexported fields
}
func NewNullablePatchDocumentsResponse ¶
func NewNullablePatchDocumentsResponse(val *PatchDocumentsResponse) *NullablePatchDocumentsResponse
func (NullablePatchDocumentsResponse) Get ¶
func (v NullablePatchDocumentsResponse) Get() *PatchDocumentsResponse
func (NullablePatchDocumentsResponse) IsSet ¶
func (v NullablePatchDocumentsResponse) IsSet() bool
func (NullablePatchDocumentsResponse) MarshalJSON ¶
func (v NullablePatchDocumentsResponse) MarshalJSON() ([]byte, error)
func (*NullablePatchDocumentsResponse) Set ¶
func (v *NullablePatchDocumentsResponse) Set(val *PatchDocumentsResponse)
func (*NullablePatchDocumentsResponse) UnmarshalJSON ¶
func (v *NullablePatchDocumentsResponse) UnmarshalJSON(src []byte) error
func (*NullablePatchDocumentsResponse) Unset ¶
func (v *NullablePatchDocumentsResponse) Unset()
type NullablePatchOperation ¶
type NullablePatchOperation struct {
// contains filtered or unexported fields
}
func NewNullablePatchOperation ¶
func NewNullablePatchOperation(val *PatchOperation) *NullablePatchOperation
func (NullablePatchOperation) Get ¶
func (v NullablePatchOperation) Get() *PatchOperation
func (NullablePatchOperation) IsSet ¶
func (v NullablePatchOperation) IsSet() bool
func (NullablePatchOperation) MarshalJSON ¶
func (v NullablePatchOperation) MarshalJSON() ([]byte, error)
func (*NullablePatchOperation) Set ¶
func (v *NullablePatchOperation) Set(val *PatchOperation)
func (*NullablePatchOperation) UnmarshalJSON ¶
func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error
func (*NullablePatchOperation) Unset ¶
func (v *NullablePatchOperation) Unset()
type NullablePrivilege ¶
type NullablePrivilege struct {
// contains filtered or unexported fields
}
func NewNullablePrivilege ¶
func NewNullablePrivilege(val *Privilege) *NullablePrivilege
func (NullablePrivilege) Get ¶
func (v NullablePrivilege) Get() *Privilege
func (NullablePrivilege) IsSet ¶
func (v NullablePrivilege) IsSet() bool
func (NullablePrivilege) MarshalJSON ¶
func (v NullablePrivilege) MarshalJSON() ([]byte, error)
func (*NullablePrivilege) Set ¶
func (v *NullablePrivilege) Set(val *Privilege)
func (*NullablePrivilege) UnmarshalJSON ¶
func (v *NullablePrivilege) UnmarshalJSON(src []byte) error
func (*NullablePrivilege) Unset ¶
func (v *NullablePrivilege) Unset()
type NullableQueryError ¶
type NullableQueryError struct {
// contains filtered or unexported fields
}
func NewNullableQueryError ¶
func NewNullableQueryError(val *QueryError) *NullableQueryError
func (NullableQueryError) Get ¶
func (v NullableQueryError) Get() *QueryError
func (NullableQueryError) IsSet ¶
func (v NullableQueryError) IsSet() bool
func (NullableQueryError) MarshalJSON ¶
func (v NullableQueryError) MarshalJSON() ([]byte, error)
func (*NullableQueryError) Set ¶
func (v *NullableQueryError) Set(val *QueryError)
func (*NullableQueryError) UnmarshalJSON ¶
func (v *NullableQueryError) UnmarshalJSON(src []byte) error
func (*NullableQueryError) Unset ¶
func (v *NullableQueryError) Unset()
type NullableQueryFieldType ¶
type NullableQueryFieldType struct {
// contains filtered or unexported fields
}
func NewNullableQueryFieldType ¶
func NewNullableQueryFieldType(val *QueryFieldType) *NullableQueryFieldType
func (NullableQueryFieldType) Get ¶
func (v NullableQueryFieldType) Get() *QueryFieldType
func (NullableQueryFieldType) IsSet ¶
func (v NullableQueryFieldType) IsSet() bool
func (NullableQueryFieldType) MarshalJSON ¶
func (v NullableQueryFieldType) MarshalJSON() ([]byte, error)
func (*NullableQueryFieldType) Set ¶
func (v *NullableQueryFieldType) Set(val *QueryFieldType)
func (*NullableQueryFieldType) UnmarshalJSON ¶
func (v *NullableQueryFieldType) UnmarshalJSON(src []byte) error
func (*NullableQueryFieldType) Unset ¶
func (v *NullableQueryFieldType) Unset()
type NullableQueryLambda ¶
type NullableQueryLambda struct {
// contains filtered or unexported fields
}
func NewNullableQueryLambda ¶
func NewNullableQueryLambda(val *QueryLambda) *NullableQueryLambda
func (NullableQueryLambda) Get ¶
func (v NullableQueryLambda) Get() *QueryLambda
func (NullableQueryLambda) IsSet ¶
func (v NullableQueryLambda) IsSet() bool
func (NullableQueryLambda) MarshalJSON ¶
func (v NullableQueryLambda) MarshalJSON() ([]byte, error)
func (*NullableQueryLambda) Set ¶
func (v *NullableQueryLambda) Set(val *QueryLambda)
func (*NullableQueryLambda) UnmarshalJSON ¶
func (v *NullableQueryLambda) UnmarshalJSON(src []byte) error
func (*NullableQueryLambda) Unset ¶
func (v *NullableQueryLambda) Unset()
type NullableQueryLambdaSql ¶
type NullableQueryLambdaSql struct {
// contains filtered or unexported fields
}
func NewNullableQueryLambdaSql ¶
func NewNullableQueryLambdaSql(val *QueryLambdaSql) *NullableQueryLambdaSql
func (NullableQueryLambdaSql) Get ¶
func (v NullableQueryLambdaSql) Get() *QueryLambdaSql
func (NullableQueryLambdaSql) IsSet ¶
func (v NullableQueryLambdaSql) IsSet() bool
func (NullableQueryLambdaSql) MarshalJSON ¶
func (v NullableQueryLambdaSql) MarshalJSON() ([]byte, error)
func (*NullableQueryLambdaSql) Set ¶
func (v *NullableQueryLambdaSql) Set(val *QueryLambdaSql)
func (*NullableQueryLambdaSql) UnmarshalJSON ¶
func (v *NullableQueryLambdaSql) UnmarshalJSON(src []byte) error
func (*NullableQueryLambdaSql) Unset ¶
func (v *NullableQueryLambdaSql) Unset()
type NullableQueryLambdaStats ¶
type NullableQueryLambdaStats struct {
// contains filtered or unexported fields
}
func NewNullableQueryLambdaStats ¶
func NewNullableQueryLambdaStats(val *QueryLambdaStats) *NullableQueryLambdaStats
func (NullableQueryLambdaStats) Get ¶
func (v NullableQueryLambdaStats) Get() *QueryLambdaStats
func (NullableQueryLambdaStats) IsSet ¶
func (v NullableQueryLambdaStats) IsSet() bool
func (NullableQueryLambdaStats) MarshalJSON ¶
func (v NullableQueryLambdaStats) MarshalJSON() ([]byte, error)
func (*NullableQueryLambdaStats) Set ¶
func (v *NullableQueryLambdaStats) Set(val *QueryLambdaStats)
func (*NullableQueryLambdaStats) UnmarshalJSON ¶
func (v *NullableQueryLambdaStats) UnmarshalJSON(src []byte) error
func (*NullableQueryLambdaStats) Unset ¶
func (v *NullableQueryLambdaStats) Unset()
type NullableQueryLambdaTag ¶
type NullableQueryLambdaTag struct {
// contains filtered or unexported fields
}
func NewNullableQueryLambdaTag ¶
func NewNullableQueryLambdaTag(val *QueryLambdaTag) *NullableQueryLambdaTag
func (NullableQueryLambdaTag) Get ¶
func (v NullableQueryLambdaTag) Get() *QueryLambdaTag
func (NullableQueryLambdaTag) IsSet ¶
func (v NullableQueryLambdaTag) IsSet() bool
func (NullableQueryLambdaTag) MarshalJSON ¶
func (v NullableQueryLambdaTag) MarshalJSON() ([]byte, error)
func (*NullableQueryLambdaTag) Set ¶
func (v *NullableQueryLambdaTag) Set(val *QueryLambdaTag)
func (*NullableQueryLambdaTag) UnmarshalJSON ¶
func (v *NullableQueryLambdaTag) UnmarshalJSON(src []byte) error
func (*NullableQueryLambdaTag) Unset ¶
func (v *NullableQueryLambdaTag) Unset()
type NullableQueryLambdaTagResponse ¶
type NullableQueryLambdaTagResponse struct {
// contains filtered or unexported fields
}
func NewNullableQueryLambdaTagResponse ¶
func NewNullableQueryLambdaTagResponse(val *QueryLambdaTagResponse) *NullableQueryLambdaTagResponse
func (NullableQueryLambdaTagResponse) Get ¶
func (v NullableQueryLambdaTagResponse) Get() *QueryLambdaTagResponse
func (NullableQueryLambdaTagResponse) IsSet ¶
func (v NullableQueryLambdaTagResponse) IsSet() bool
func (NullableQueryLambdaTagResponse) MarshalJSON ¶
func (v NullableQueryLambdaTagResponse) MarshalJSON() ([]byte, error)
func (*NullableQueryLambdaTagResponse) Set ¶
func (v *NullableQueryLambdaTagResponse) Set(val *QueryLambdaTagResponse)
func (*NullableQueryLambdaTagResponse) UnmarshalJSON ¶
func (v *NullableQueryLambdaTagResponse) UnmarshalJSON(src []byte) error
func (*NullableQueryLambdaTagResponse) Unset ¶
func (v *NullableQueryLambdaTagResponse) Unset()
type NullableQueryLambdaVersion ¶
type NullableQueryLambdaVersion struct {
// contains filtered or unexported fields
}
func NewNullableQueryLambdaVersion ¶
func NewNullableQueryLambdaVersion(val *QueryLambdaVersion) *NullableQueryLambdaVersion
func (NullableQueryLambdaVersion) Get ¶
func (v NullableQueryLambdaVersion) Get() *QueryLambdaVersion
func (NullableQueryLambdaVersion) IsSet ¶
func (v NullableQueryLambdaVersion) IsSet() bool
func (NullableQueryLambdaVersion) MarshalJSON ¶
func (v NullableQueryLambdaVersion) MarshalJSON() ([]byte, error)
func (*NullableQueryLambdaVersion) Set ¶
func (v *NullableQueryLambdaVersion) Set(val *QueryLambdaVersion)
func (*NullableQueryLambdaVersion) UnmarshalJSON ¶
func (v *NullableQueryLambdaVersion) UnmarshalJSON(src []byte) error
func (*NullableQueryLambdaVersion) Unset ¶
func (v *NullableQueryLambdaVersion) Unset()
type NullableQueryLambdaVersionResponse ¶
type NullableQueryLambdaVersionResponse struct {
// contains filtered or unexported fields
}
func NewNullableQueryLambdaVersionResponse ¶
func NewNullableQueryLambdaVersionResponse(val *QueryLambdaVersionResponse) *NullableQueryLambdaVersionResponse
func (NullableQueryLambdaVersionResponse) Get ¶
func (v NullableQueryLambdaVersionResponse) Get() *QueryLambdaVersionResponse
func (NullableQueryLambdaVersionResponse) IsSet ¶
func (v NullableQueryLambdaVersionResponse) IsSet() bool
func (NullableQueryLambdaVersionResponse) MarshalJSON ¶
func (v NullableQueryLambdaVersionResponse) MarshalJSON() ([]byte, error)
func (*NullableQueryLambdaVersionResponse) Set ¶
func (v *NullableQueryLambdaVersionResponse) Set(val *QueryLambdaVersionResponse)
func (*NullableQueryLambdaVersionResponse) UnmarshalJSON ¶
func (v *NullableQueryLambdaVersionResponse) UnmarshalJSON(src []byte) error
func (*NullableQueryLambdaVersionResponse) Unset ¶
func (v *NullableQueryLambdaVersionResponse) Unset()
type NullableQueryParameter ¶
type NullableQueryParameter struct {
// contains filtered or unexported fields
}
func NewNullableQueryParameter ¶
func NewNullableQueryParameter(val *QueryParameter) *NullableQueryParameter
func (NullableQueryParameter) Get ¶
func (v NullableQueryParameter) Get() *QueryParameter
func (NullableQueryParameter) IsSet ¶
func (v NullableQueryParameter) IsSet() bool
func (NullableQueryParameter) MarshalJSON ¶
func (v NullableQueryParameter) MarshalJSON() ([]byte, error)
func (*NullableQueryParameter) Set ¶
func (v *NullableQueryParameter) Set(val *QueryParameter)
func (*NullableQueryParameter) UnmarshalJSON ¶
func (v *NullableQueryParameter) UnmarshalJSON(src []byte) error
func (*NullableQueryParameter) Unset ¶
func (v *NullableQueryParameter) Unset()
type NullableQueryRequest ¶
type NullableQueryRequest struct {
// contains filtered or unexported fields
}
func NewNullableQueryRequest ¶
func NewNullableQueryRequest(val *QueryRequest) *NullableQueryRequest
func (NullableQueryRequest) Get ¶
func (v NullableQueryRequest) Get() *QueryRequest
func (NullableQueryRequest) IsSet ¶
func (v NullableQueryRequest) IsSet() bool
func (NullableQueryRequest) MarshalJSON ¶
func (v NullableQueryRequest) MarshalJSON() ([]byte, error)
func (*NullableQueryRequest) Set ¶
func (v *NullableQueryRequest) Set(val *QueryRequest)
func (*NullableQueryRequest) UnmarshalJSON ¶
func (v *NullableQueryRequest) UnmarshalJSON(src []byte) error
func (*NullableQueryRequest) Unset ¶
func (v *NullableQueryRequest) Unset()
type NullableQueryRequestSql ¶
type NullableQueryRequestSql struct {
// contains filtered or unexported fields
}
func NewNullableQueryRequestSql ¶
func NewNullableQueryRequestSql(val *QueryRequestSql) *NullableQueryRequestSql
func (NullableQueryRequestSql) Get ¶
func (v NullableQueryRequestSql) Get() *QueryRequestSql
func (NullableQueryRequestSql) IsSet ¶
func (v NullableQueryRequestSql) IsSet() bool
func (NullableQueryRequestSql) MarshalJSON ¶
func (v NullableQueryRequestSql) MarshalJSON() ([]byte, error)
func (*NullableQueryRequestSql) Set ¶
func (v *NullableQueryRequestSql) Set(val *QueryRequestSql)
func (*NullableQueryRequestSql) UnmarshalJSON ¶
func (v *NullableQueryRequestSql) UnmarshalJSON(src []byte) error
func (*NullableQueryRequestSql) Unset ¶
func (v *NullableQueryRequestSql) Unset()
type NullableQueryResponse ¶
type NullableQueryResponse struct {
// contains filtered or unexported fields
}
func NewNullableQueryResponse ¶
func NewNullableQueryResponse(val *QueryResponse) *NullableQueryResponse
func (NullableQueryResponse) Get ¶
func (v NullableQueryResponse) Get() *QueryResponse
func (NullableQueryResponse) IsSet ¶
func (v NullableQueryResponse) IsSet() bool
func (NullableQueryResponse) MarshalJSON ¶
func (v NullableQueryResponse) MarshalJSON() ([]byte, error)
func (*NullableQueryResponse) Set ¶
func (v *NullableQueryResponse) Set(val *QueryResponse)
func (*NullableQueryResponse) UnmarshalJSON ¶
func (v *NullableQueryResponse) UnmarshalJSON(src []byte) error
func (*NullableQueryResponse) Unset ¶
func (v *NullableQueryResponse) Unset()
type NullableQueryResponseStats ¶
type NullableQueryResponseStats struct {
// contains filtered or unexported fields
}
func NewNullableQueryResponseStats ¶
func NewNullableQueryResponseStats(val *QueryResponseStats) *NullableQueryResponseStats
func (NullableQueryResponseStats) Get ¶
func (v NullableQueryResponseStats) Get() *QueryResponseStats
func (NullableQueryResponseStats) IsSet ¶
func (v NullableQueryResponseStats) IsSet() bool
func (NullableQueryResponseStats) MarshalJSON ¶
func (v NullableQueryResponseStats) MarshalJSON() ([]byte, error)
func (*NullableQueryResponseStats) Set ¶
func (v *NullableQueryResponseStats) Set(val *QueryResponseStats)
func (*NullableQueryResponseStats) UnmarshalJSON ¶
func (v *NullableQueryResponseStats) UnmarshalJSON(src []byte) error
func (*NullableQueryResponseStats) Unset ¶
func (v *NullableQueryResponseStats) Unset()
type NullableRole ¶
type NullableRole struct {
// contains filtered or unexported fields
}
func NewNullableRole ¶
func NewNullableRole(val *Role) *NullableRole
func (NullableRole) Get ¶
func (v NullableRole) Get() *Role
func (NullableRole) IsSet ¶
func (v NullableRole) IsSet() bool
func (NullableRole) MarshalJSON ¶
func (v NullableRole) MarshalJSON() ([]byte, error)
func (*NullableRole) Set ¶
func (v *NullableRole) Set(val *Role)
func (*NullableRole) UnmarshalJSON ¶
func (v *NullableRole) UnmarshalJSON(src []byte) error
func (*NullableRole) Unset ¶
func (v *NullableRole) Unset()
type NullableRoleResponse ¶
type NullableRoleResponse struct {
// contains filtered or unexported fields
}
func NewNullableRoleResponse ¶
func NewNullableRoleResponse(val *RoleResponse) *NullableRoleResponse
func (NullableRoleResponse) Get ¶
func (v NullableRoleResponse) Get() *RoleResponse
func (NullableRoleResponse) IsSet ¶
func (v NullableRoleResponse) IsSet() bool
func (NullableRoleResponse) MarshalJSON ¶
func (v NullableRoleResponse) MarshalJSON() ([]byte, error)
func (*NullableRoleResponse) Set ¶
func (v *NullableRoleResponse) Set(val *RoleResponse)
func (*NullableRoleResponse) UnmarshalJSON ¶
func (v *NullableRoleResponse) UnmarshalJSON(src []byte) error
func (*NullableRoleResponse) Unset ¶
func (v *NullableRoleResponse) Unset()
type NullableS3Integration ¶
type NullableS3Integration struct {
// contains filtered or unexported fields
}
func NewNullableS3Integration ¶
func NewNullableS3Integration(val *S3Integration) *NullableS3Integration
func (NullableS3Integration) Get ¶
func (v NullableS3Integration) Get() *S3Integration
func (NullableS3Integration) IsSet ¶
func (v NullableS3Integration) IsSet() bool
func (NullableS3Integration) MarshalJSON ¶
func (v NullableS3Integration) MarshalJSON() ([]byte, error)
func (*NullableS3Integration) Set ¶
func (v *NullableS3Integration) Set(val *S3Integration)
func (*NullableS3Integration) UnmarshalJSON ¶
func (v *NullableS3Integration) UnmarshalJSON(src []byte) error
func (*NullableS3Integration) Unset ¶
func (v *NullableS3Integration) Unset()
type NullableSegmentIntegration ¶
type NullableSegmentIntegration struct {
// contains filtered or unexported fields
}
func NewNullableSegmentIntegration ¶
func NewNullableSegmentIntegration(val *SegmentIntegration) *NullableSegmentIntegration
func (NullableSegmentIntegration) Get ¶
func (v NullableSegmentIntegration) Get() *SegmentIntegration
func (NullableSegmentIntegration) IsSet ¶
func (v NullableSegmentIntegration) IsSet() bool
func (NullableSegmentIntegration) MarshalJSON ¶
func (v NullableSegmentIntegration) MarshalJSON() ([]byte, error)
func (*NullableSegmentIntegration) Set ¶
func (v *NullableSegmentIntegration) Set(val *SegmentIntegration)
func (*NullableSegmentIntegration) UnmarshalJSON ¶
func (v *NullableSegmentIntegration) UnmarshalJSON(src []byte) error
func (*NullableSegmentIntegration) Unset ¶
func (v *NullableSegmentIntegration) Unset()
type NullableSource ¶
type NullableSource struct {
// contains filtered or unexported fields
}
func NewNullableSource ¶
func NewNullableSource(val *Source) *NullableSource
func (NullableSource) Get ¶
func (v NullableSource) Get() *Source
func (NullableSource) IsSet ¶
func (v NullableSource) IsSet() bool
func (NullableSource) MarshalJSON ¶
func (v NullableSource) MarshalJSON() ([]byte, error)
func (*NullableSource) Set ¶
func (v *NullableSource) Set(val *Source)
func (*NullableSource) UnmarshalJSON ¶
func (v *NullableSource) UnmarshalJSON(src []byte) error
func (*NullableSource) Unset ¶
func (v *NullableSource) Unset()
type NullableSourceAzureBlobStorage ¶
type NullableSourceAzureBlobStorage struct {
// contains filtered or unexported fields
}
func NewNullableSourceAzureBlobStorage ¶
func NewNullableSourceAzureBlobStorage(val *SourceAzureBlobStorage) *NullableSourceAzureBlobStorage
func (NullableSourceAzureBlobStorage) Get ¶
func (v NullableSourceAzureBlobStorage) Get() *SourceAzureBlobStorage
func (NullableSourceAzureBlobStorage) IsSet ¶
func (v NullableSourceAzureBlobStorage) IsSet() bool
func (NullableSourceAzureBlobStorage) MarshalJSON ¶
func (v NullableSourceAzureBlobStorage) MarshalJSON() ([]byte, error)
func (*NullableSourceAzureBlobStorage) Set ¶
func (v *NullableSourceAzureBlobStorage) Set(val *SourceAzureBlobStorage)
func (*NullableSourceAzureBlobStorage) UnmarshalJSON ¶
func (v *NullableSourceAzureBlobStorage) UnmarshalJSON(src []byte) error
func (*NullableSourceAzureBlobStorage) Unset ¶
func (v *NullableSourceAzureBlobStorage) Unset()
type NullableSourceAzureEventHubs ¶
type NullableSourceAzureEventHubs struct {
// contains filtered or unexported fields
}
func NewNullableSourceAzureEventHubs ¶
func NewNullableSourceAzureEventHubs(val *SourceAzureEventHubs) *NullableSourceAzureEventHubs
func (NullableSourceAzureEventHubs) Get ¶
func (v NullableSourceAzureEventHubs) Get() *SourceAzureEventHubs
func (NullableSourceAzureEventHubs) IsSet ¶
func (v NullableSourceAzureEventHubs) IsSet() bool
func (NullableSourceAzureEventHubs) MarshalJSON ¶
func (v NullableSourceAzureEventHubs) MarshalJSON() ([]byte, error)
func (*NullableSourceAzureEventHubs) Set ¶
func (v *NullableSourceAzureEventHubs) Set(val *SourceAzureEventHubs)
func (*NullableSourceAzureEventHubs) UnmarshalJSON ¶
func (v *NullableSourceAzureEventHubs) UnmarshalJSON(src []byte) error
func (*NullableSourceAzureEventHubs) Unset ¶
func (v *NullableSourceAzureEventHubs) Unset()
type NullableSourceAzureServiceBus ¶
type NullableSourceAzureServiceBus struct {
// contains filtered or unexported fields
}
func NewNullableSourceAzureServiceBus ¶
func NewNullableSourceAzureServiceBus(val *SourceAzureServiceBus) *NullableSourceAzureServiceBus
func (NullableSourceAzureServiceBus) Get ¶
func (v NullableSourceAzureServiceBus) Get() *SourceAzureServiceBus
func (NullableSourceAzureServiceBus) IsSet ¶
func (v NullableSourceAzureServiceBus) IsSet() bool
func (NullableSourceAzureServiceBus) MarshalJSON ¶
func (v NullableSourceAzureServiceBus) MarshalJSON() ([]byte, error)
func (*NullableSourceAzureServiceBus) Set ¶
func (v *NullableSourceAzureServiceBus) Set(val *SourceAzureServiceBus)
func (*NullableSourceAzureServiceBus) UnmarshalJSON ¶
func (v *NullableSourceAzureServiceBus) UnmarshalJSON(src []byte) error
func (*NullableSourceAzureServiceBus) Unset ¶
func (v *NullableSourceAzureServiceBus) Unset()
type NullableSourceDynamoDb ¶
type NullableSourceDynamoDb struct {
// contains filtered or unexported fields
}
func NewNullableSourceDynamoDb ¶
func NewNullableSourceDynamoDb(val *SourceDynamoDb) *NullableSourceDynamoDb
func (NullableSourceDynamoDb) Get ¶
func (v NullableSourceDynamoDb) Get() *SourceDynamoDb
func (NullableSourceDynamoDb) IsSet ¶
func (v NullableSourceDynamoDb) IsSet() bool
func (NullableSourceDynamoDb) MarshalJSON ¶
func (v NullableSourceDynamoDb) MarshalJSON() ([]byte, error)
func (*NullableSourceDynamoDb) Set ¶
func (v *NullableSourceDynamoDb) Set(val *SourceDynamoDb)
func (*NullableSourceDynamoDb) UnmarshalJSON ¶
func (v *NullableSourceDynamoDb) UnmarshalJSON(src []byte) error
func (*NullableSourceDynamoDb) Unset ¶
func (v *NullableSourceDynamoDb) Unset()
type NullableSourceFileUpload ¶
type NullableSourceFileUpload struct {
// contains filtered or unexported fields
}
func NewNullableSourceFileUpload ¶
func NewNullableSourceFileUpload(val *SourceFileUpload) *NullableSourceFileUpload
func (NullableSourceFileUpload) Get ¶
func (v NullableSourceFileUpload) Get() *SourceFileUpload
func (NullableSourceFileUpload) IsSet ¶
func (v NullableSourceFileUpload) IsSet() bool
func (NullableSourceFileUpload) MarshalJSON ¶
func (v NullableSourceFileUpload) MarshalJSON() ([]byte, error)
func (*NullableSourceFileUpload) Set ¶
func (v *NullableSourceFileUpload) Set(val *SourceFileUpload)
func (*NullableSourceFileUpload) UnmarshalJSON ¶
func (v *NullableSourceFileUpload) UnmarshalJSON(src []byte) error
func (*NullableSourceFileUpload) Unset ¶
func (v *NullableSourceFileUpload) Unset()
type NullableSourceGcs ¶
type NullableSourceGcs struct {
// contains filtered or unexported fields
}
func NewNullableSourceGcs ¶
func NewNullableSourceGcs(val *SourceGcs) *NullableSourceGcs
func (NullableSourceGcs) Get ¶
func (v NullableSourceGcs) Get() *SourceGcs
func (NullableSourceGcs) IsSet ¶
func (v NullableSourceGcs) IsSet() bool
func (NullableSourceGcs) MarshalJSON ¶
func (v NullableSourceGcs) MarshalJSON() ([]byte, error)
func (*NullableSourceGcs) Set ¶
func (v *NullableSourceGcs) Set(val *SourceGcs)
func (*NullableSourceGcs) UnmarshalJSON ¶
func (v *NullableSourceGcs) UnmarshalJSON(src []byte) error
func (*NullableSourceGcs) Unset ¶
func (v *NullableSourceGcs) Unset()
type NullableSourceKafka ¶
type NullableSourceKafka struct {
// contains filtered or unexported fields
}
func NewNullableSourceKafka ¶
func NewNullableSourceKafka(val *SourceKafka) *NullableSourceKafka
func (NullableSourceKafka) Get ¶
func (v NullableSourceKafka) Get() *SourceKafka
func (NullableSourceKafka) IsSet ¶
func (v NullableSourceKafka) IsSet() bool
func (NullableSourceKafka) MarshalJSON ¶
func (v NullableSourceKafka) MarshalJSON() ([]byte, error)
func (*NullableSourceKafka) Set ¶
func (v *NullableSourceKafka) Set(val *SourceKafka)
func (*NullableSourceKafka) UnmarshalJSON ¶
func (v *NullableSourceKafka) UnmarshalJSON(src []byte) error
func (*NullableSourceKafka) Unset ¶
func (v *NullableSourceKafka) Unset()
type NullableSourceKinesis ¶
type NullableSourceKinesis struct {
// contains filtered or unexported fields
}
func NewNullableSourceKinesis ¶
func NewNullableSourceKinesis(val *SourceKinesis) *NullableSourceKinesis
func (NullableSourceKinesis) Get ¶
func (v NullableSourceKinesis) Get() *SourceKinesis
func (NullableSourceKinesis) IsSet ¶
func (v NullableSourceKinesis) IsSet() bool
func (NullableSourceKinesis) MarshalJSON ¶
func (v NullableSourceKinesis) MarshalJSON() ([]byte, error)
func (*NullableSourceKinesis) Set ¶
func (v *NullableSourceKinesis) Set(val *SourceKinesis)
func (*NullableSourceKinesis) UnmarshalJSON ¶
func (v *NullableSourceKinesis) UnmarshalJSON(src []byte) error
func (*NullableSourceKinesis) Unset ¶
func (v *NullableSourceKinesis) Unset()
type NullableSourceMongoDb ¶
type NullableSourceMongoDb struct {
// contains filtered or unexported fields
}
func NewNullableSourceMongoDb ¶
func NewNullableSourceMongoDb(val *SourceMongoDb) *NullableSourceMongoDb
func (NullableSourceMongoDb) Get ¶
func (v NullableSourceMongoDb) Get() *SourceMongoDb
func (NullableSourceMongoDb) IsSet ¶
func (v NullableSourceMongoDb) IsSet() bool
func (NullableSourceMongoDb) MarshalJSON ¶
func (v NullableSourceMongoDb) MarshalJSON() ([]byte, error)
func (*NullableSourceMongoDb) Set ¶
func (v *NullableSourceMongoDb) Set(val *SourceMongoDb)
func (*NullableSourceMongoDb) UnmarshalJSON ¶
func (v *NullableSourceMongoDb) UnmarshalJSON(src []byte) error
func (*NullableSourceMongoDb) Unset ¶
func (v *NullableSourceMongoDb) Unset()
type NullableSourceS3 ¶
type NullableSourceS3 struct {
// contains filtered or unexported fields
}
func NewNullableSourceS3 ¶
func NewNullableSourceS3(val *SourceS3) *NullableSourceS3
func (NullableSourceS3) Get ¶
func (v NullableSourceS3) Get() *SourceS3
func (NullableSourceS3) IsSet ¶
func (v NullableSourceS3) IsSet() bool
func (NullableSourceS3) MarshalJSON ¶
func (v NullableSourceS3) MarshalJSON() ([]byte, error)
func (*NullableSourceS3) Set ¶
func (v *NullableSourceS3) Set(val *SourceS3)
func (*NullableSourceS3) UnmarshalJSON ¶
func (v *NullableSourceS3) UnmarshalJSON(src []byte) error
func (*NullableSourceS3) Unset ¶
func (v *NullableSourceS3) Unset()
type NullableSqlExpression ¶
type NullableSqlExpression struct {
// contains filtered or unexported fields
}
func NewNullableSqlExpression ¶
func NewNullableSqlExpression(val *SqlExpression) *NullableSqlExpression
func (NullableSqlExpression) Get ¶
func (v NullableSqlExpression) Get() *SqlExpression
func (NullableSqlExpression) IsSet ¶
func (v NullableSqlExpression) IsSet() bool
func (NullableSqlExpression) MarshalJSON ¶
func (v NullableSqlExpression) MarshalJSON() ([]byte, error)
func (*NullableSqlExpression) Set ¶
func (v *NullableSqlExpression) Set(val *SqlExpression)
func (*NullableSqlExpression) UnmarshalJSON ¶
func (v *NullableSqlExpression) UnmarshalJSON(src []byte) error
func (*NullableSqlExpression) Unset ¶
func (v *NullableSqlExpression) Unset()
type NullableStatus ¶
type NullableStatus struct {
// contains filtered or unexported fields
}
func NewNullableStatus ¶
func NewNullableStatus(val *Status) *NullableStatus
func (NullableStatus) Get ¶
func (v NullableStatus) Get() *Status
func (NullableStatus) IsSet ¶
func (v NullableStatus) IsSet() bool
func (NullableStatus) MarshalJSON ¶
func (v NullableStatus) MarshalJSON() ([]byte, error)
func (*NullableStatus) Set ¶
func (v *NullableStatus) Set(val *Status)
func (*NullableStatus) UnmarshalJSON ¶
func (v *NullableStatus) UnmarshalJSON(src []byte) error
func (*NullableStatus) Unset ¶
func (v *NullableStatus) Unset()
type NullableStatusAzureEventHubs ¶
type NullableStatusAzureEventHubs struct {
// contains filtered or unexported fields
}
func NewNullableStatusAzureEventHubs ¶
func NewNullableStatusAzureEventHubs(val *StatusAzureEventHubs) *NullableStatusAzureEventHubs
func (NullableStatusAzureEventHubs) Get ¶
func (v NullableStatusAzureEventHubs) Get() *StatusAzureEventHubs
func (NullableStatusAzureEventHubs) IsSet ¶
func (v NullableStatusAzureEventHubs) IsSet() bool
func (NullableStatusAzureEventHubs) MarshalJSON ¶
func (v NullableStatusAzureEventHubs) MarshalJSON() ([]byte, error)
func (*NullableStatusAzureEventHubs) Set ¶
func (v *NullableStatusAzureEventHubs) Set(val *StatusAzureEventHubs)
func (*NullableStatusAzureEventHubs) UnmarshalJSON ¶
func (v *NullableStatusAzureEventHubs) UnmarshalJSON(src []byte) error
func (*NullableStatusAzureEventHubs) Unset ¶
func (v *NullableStatusAzureEventHubs) Unset()
type NullableStatusAzureEventHubsPartition ¶
type NullableStatusAzureEventHubsPartition struct {
// contains filtered or unexported fields
}
func NewNullableStatusAzureEventHubsPartition ¶
func NewNullableStatusAzureEventHubsPartition(val *StatusAzureEventHubsPartition) *NullableStatusAzureEventHubsPartition
func (NullableStatusAzureEventHubsPartition) Get ¶
func (v NullableStatusAzureEventHubsPartition) Get() *StatusAzureEventHubsPartition
func (NullableStatusAzureEventHubsPartition) IsSet ¶
func (v NullableStatusAzureEventHubsPartition) IsSet() bool
func (NullableStatusAzureEventHubsPartition) MarshalJSON ¶
func (v NullableStatusAzureEventHubsPartition) MarshalJSON() ([]byte, error)
func (*NullableStatusAzureEventHubsPartition) Set ¶
func (v *NullableStatusAzureEventHubsPartition) Set(val *StatusAzureEventHubsPartition)
func (*NullableStatusAzureEventHubsPartition) UnmarshalJSON ¶
func (v *NullableStatusAzureEventHubsPartition) UnmarshalJSON(src []byte) error
func (*NullableStatusAzureEventHubsPartition) Unset ¶
func (v *NullableStatusAzureEventHubsPartition) Unset()
type NullableStatusAzureServiceBus ¶
type NullableStatusAzureServiceBus struct {
// contains filtered or unexported fields
}
func NewNullableStatusAzureServiceBus ¶
func NewNullableStatusAzureServiceBus(val *StatusAzureServiceBus) *NullableStatusAzureServiceBus
func (NullableStatusAzureServiceBus) Get ¶
func (v NullableStatusAzureServiceBus) Get() *StatusAzureServiceBus
func (NullableStatusAzureServiceBus) IsSet ¶
func (v NullableStatusAzureServiceBus) IsSet() bool
func (NullableStatusAzureServiceBus) MarshalJSON ¶
func (v NullableStatusAzureServiceBus) MarshalJSON() ([]byte, error)
func (*NullableStatusAzureServiceBus) Set ¶
func (v *NullableStatusAzureServiceBus) Set(val *StatusAzureServiceBus)
func (*NullableStatusAzureServiceBus) UnmarshalJSON ¶
func (v *NullableStatusAzureServiceBus) UnmarshalJSON(src []byte) error
func (*NullableStatusAzureServiceBus) Unset ¶
func (v *NullableStatusAzureServiceBus) Unset()
type NullableStatusAzureServiceBusSession ¶
type NullableStatusAzureServiceBusSession struct {
// contains filtered or unexported fields
}
func NewNullableStatusAzureServiceBusSession ¶
func NewNullableStatusAzureServiceBusSession(val *StatusAzureServiceBusSession) *NullableStatusAzureServiceBusSession
func (NullableStatusAzureServiceBusSession) Get ¶
func (v NullableStatusAzureServiceBusSession) Get() *StatusAzureServiceBusSession
func (NullableStatusAzureServiceBusSession) IsSet ¶
func (v NullableStatusAzureServiceBusSession) IsSet() bool
func (NullableStatusAzureServiceBusSession) MarshalJSON ¶
func (v NullableStatusAzureServiceBusSession) MarshalJSON() ([]byte, error)
func (*NullableStatusAzureServiceBusSession) Set ¶
func (v *NullableStatusAzureServiceBusSession) Set(val *StatusAzureServiceBusSession)
func (*NullableStatusAzureServiceBusSession) UnmarshalJSON ¶
func (v *NullableStatusAzureServiceBusSession) UnmarshalJSON(src []byte) error
func (*NullableStatusAzureServiceBusSession) Unset ¶
func (v *NullableStatusAzureServiceBusSession) Unset()
type NullableStatusDynamoDb ¶
type NullableStatusDynamoDb struct {
// contains filtered or unexported fields
}
func NewNullableStatusDynamoDb ¶
func NewNullableStatusDynamoDb(val *StatusDynamoDb) *NullableStatusDynamoDb
func (NullableStatusDynamoDb) Get ¶
func (v NullableStatusDynamoDb) Get() *StatusDynamoDb
func (NullableStatusDynamoDb) IsSet ¶
func (v NullableStatusDynamoDb) IsSet() bool
func (NullableStatusDynamoDb) MarshalJSON ¶
func (v NullableStatusDynamoDb) MarshalJSON() ([]byte, error)
func (*NullableStatusDynamoDb) Set ¶
func (v *NullableStatusDynamoDb) Set(val *StatusDynamoDb)
func (*NullableStatusDynamoDb) UnmarshalJSON ¶
func (v *NullableStatusDynamoDb) UnmarshalJSON(src []byte) error
func (*NullableStatusDynamoDb) Unset ¶
func (v *NullableStatusDynamoDb) Unset()
type NullableStatusDynamoDbV2 ¶
type NullableStatusDynamoDbV2 struct {
// contains filtered or unexported fields
}
func NewNullableStatusDynamoDbV2 ¶
func NewNullableStatusDynamoDbV2(val *StatusDynamoDbV2) *NullableStatusDynamoDbV2
func (NullableStatusDynamoDbV2) Get ¶
func (v NullableStatusDynamoDbV2) Get() *StatusDynamoDbV2
func (NullableStatusDynamoDbV2) IsSet ¶
func (v NullableStatusDynamoDbV2) IsSet() bool
func (NullableStatusDynamoDbV2) MarshalJSON ¶
func (v NullableStatusDynamoDbV2) MarshalJSON() ([]byte, error)
func (*NullableStatusDynamoDbV2) Set ¶
func (v *NullableStatusDynamoDbV2) Set(val *StatusDynamoDbV2)
func (*NullableStatusDynamoDbV2) UnmarshalJSON ¶
func (v *NullableStatusDynamoDbV2) UnmarshalJSON(src []byte) error
func (*NullableStatusDynamoDbV2) Unset ¶
func (v *NullableStatusDynamoDbV2) Unset()
type NullableStatusKafka ¶
type NullableStatusKafka struct {
// contains filtered or unexported fields
}
func NewNullableStatusKafka ¶
func NewNullableStatusKafka(val *StatusKafka) *NullableStatusKafka
func (NullableStatusKafka) Get ¶
func (v NullableStatusKafka) Get() *StatusKafka
func (NullableStatusKafka) IsSet ¶
func (v NullableStatusKafka) IsSet() bool
func (NullableStatusKafka) MarshalJSON ¶
func (v NullableStatusKafka) MarshalJSON() ([]byte, error)
func (*NullableStatusKafka) Set ¶
func (v *NullableStatusKafka) Set(val *StatusKafka)
func (*NullableStatusKafka) UnmarshalJSON ¶
func (v *NullableStatusKafka) UnmarshalJSON(src []byte) error
func (*NullableStatusKafka) Unset ¶
func (v *NullableStatusKafka) Unset()
type NullableStatusKafkaPartition ¶
type NullableStatusKafkaPartition struct {
// contains filtered or unexported fields
}
func NewNullableStatusKafkaPartition ¶
func NewNullableStatusKafkaPartition(val *StatusKafkaPartition) *NullableStatusKafkaPartition
func (NullableStatusKafkaPartition) Get ¶
func (v NullableStatusKafkaPartition) Get() *StatusKafkaPartition
func (NullableStatusKafkaPartition) IsSet ¶
func (v NullableStatusKafkaPartition) IsSet() bool
func (NullableStatusKafkaPartition) MarshalJSON ¶
func (v NullableStatusKafkaPartition) MarshalJSON() ([]byte, error)
func (*NullableStatusKafkaPartition) Set ¶
func (v *NullableStatusKafkaPartition) Set(val *StatusKafkaPartition)
func (*NullableStatusKafkaPartition) UnmarshalJSON ¶
func (v *NullableStatusKafkaPartition) UnmarshalJSON(src []byte) error
func (*NullableStatusKafkaPartition) Unset ¶
func (v *NullableStatusKafkaPartition) Unset()
type NullableStatusMongoDb ¶
type NullableStatusMongoDb struct {
// contains filtered or unexported fields
}
func NewNullableStatusMongoDb ¶
func NewNullableStatusMongoDb(val *StatusMongoDb) *NullableStatusMongoDb
func (NullableStatusMongoDb) Get ¶
func (v NullableStatusMongoDb) Get() *StatusMongoDb
func (NullableStatusMongoDb) IsSet ¶
func (v NullableStatusMongoDb) IsSet() bool
func (NullableStatusMongoDb) MarshalJSON ¶
func (v NullableStatusMongoDb) MarshalJSON() ([]byte, error)
func (*NullableStatusMongoDb) Set ¶
func (v *NullableStatusMongoDb) Set(val *StatusMongoDb)
func (*NullableStatusMongoDb) UnmarshalJSON ¶
func (v *NullableStatusMongoDb) UnmarshalJSON(src []byte) error
func (*NullableStatusMongoDb) Unset ¶
func (v *NullableStatusMongoDb) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableUnsubscribePreference ¶
type NullableUnsubscribePreference struct {
// contains filtered or unexported fields
}
func NewNullableUnsubscribePreference ¶
func NewNullableUnsubscribePreference(val *UnsubscribePreference) *NullableUnsubscribePreference
func (NullableUnsubscribePreference) Get ¶
func (v NullableUnsubscribePreference) Get() *UnsubscribePreference
func (NullableUnsubscribePreference) IsSet ¶
func (v NullableUnsubscribePreference) IsSet() bool
func (NullableUnsubscribePreference) MarshalJSON ¶
func (v NullableUnsubscribePreference) MarshalJSON() ([]byte, error)
func (*NullableUnsubscribePreference) Set ¶
func (v *NullableUnsubscribePreference) Set(val *UnsubscribePreference)
func (*NullableUnsubscribePreference) UnmarshalJSON ¶
func (v *NullableUnsubscribePreference) UnmarshalJSON(src []byte) error
func (*NullableUnsubscribePreference) Unset ¶
func (v *NullableUnsubscribePreference) Unset()
type NullableUpdateAliasRequest ¶
type NullableUpdateAliasRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateAliasRequest ¶
func NewNullableUpdateAliasRequest(val *UpdateAliasRequest) *NullableUpdateAliasRequest
func (NullableUpdateAliasRequest) Get ¶
func (v NullableUpdateAliasRequest) Get() *UpdateAliasRequest
func (NullableUpdateAliasRequest) IsSet ¶
func (v NullableUpdateAliasRequest) IsSet() bool
func (NullableUpdateAliasRequest) MarshalJSON ¶
func (v NullableUpdateAliasRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateAliasRequest) Set ¶
func (v *NullableUpdateAliasRequest) Set(val *UpdateAliasRequest)
func (*NullableUpdateAliasRequest) UnmarshalJSON ¶
func (v *NullableUpdateAliasRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateAliasRequest) Unset ¶
func (v *NullableUpdateAliasRequest) Unset()
type NullableUpdateApiKeyRequest ¶
type NullableUpdateApiKeyRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateApiKeyRequest ¶
func NewNullableUpdateApiKeyRequest(val *UpdateApiKeyRequest) *NullableUpdateApiKeyRequest
func (NullableUpdateApiKeyRequest) Get ¶
func (v NullableUpdateApiKeyRequest) Get() *UpdateApiKeyRequest
func (NullableUpdateApiKeyRequest) IsSet ¶
func (v NullableUpdateApiKeyRequest) IsSet() bool
func (NullableUpdateApiKeyRequest) MarshalJSON ¶
func (v NullableUpdateApiKeyRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateApiKeyRequest) Set ¶
func (v *NullableUpdateApiKeyRequest) Set(val *UpdateApiKeyRequest)
func (*NullableUpdateApiKeyRequest) UnmarshalJSON ¶
func (v *NullableUpdateApiKeyRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateApiKeyRequest) Unset ¶
func (v *NullableUpdateApiKeyRequest) Unset()
type NullableUpdateApiKeyResponse ¶
type NullableUpdateApiKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullableUpdateApiKeyResponse ¶
func NewNullableUpdateApiKeyResponse(val *UpdateApiKeyResponse) *NullableUpdateApiKeyResponse
func (NullableUpdateApiKeyResponse) Get ¶
func (v NullableUpdateApiKeyResponse) Get() *UpdateApiKeyResponse
func (NullableUpdateApiKeyResponse) IsSet ¶
func (v NullableUpdateApiKeyResponse) IsSet() bool
func (NullableUpdateApiKeyResponse) MarshalJSON ¶
func (v NullableUpdateApiKeyResponse) MarshalJSON() ([]byte, error)
func (*NullableUpdateApiKeyResponse) Set ¶
func (v *NullableUpdateApiKeyResponse) Set(val *UpdateApiKeyResponse)
func (*NullableUpdateApiKeyResponse) UnmarshalJSON ¶
func (v *NullableUpdateApiKeyResponse) UnmarshalJSON(src []byte) error
func (*NullableUpdateApiKeyResponse) Unset ¶
func (v *NullableUpdateApiKeyResponse) Unset()
type NullableUpdateQueryLambdaRequest ¶
type NullableUpdateQueryLambdaRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateQueryLambdaRequest ¶
func NewNullableUpdateQueryLambdaRequest(val *UpdateQueryLambdaRequest) *NullableUpdateQueryLambdaRequest
func (NullableUpdateQueryLambdaRequest) Get ¶
func (v NullableUpdateQueryLambdaRequest) Get() *UpdateQueryLambdaRequest
func (NullableUpdateQueryLambdaRequest) IsSet ¶
func (v NullableUpdateQueryLambdaRequest) IsSet() bool
func (NullableUpdateQueryLambdaRequest) MarshalJSON ¶
func (v NullableUpdateQueryLambdaRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateQueryLambdaRequest) Set ¶
func (v *NullableUpdateQueryLambdaRequest) Set(val *UpdateQueryLambdaRequest)
func (*NullableUpdateQueryLambdaRequest) UnmarshalJSON ¶
func (v *NullableUpdateQueryLambdaRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateQueryLambdaRequest) Unset ¶
func (v *NullableUpdateQueryLambdaRequest) Unset()
type NullableUpdateRoleRequest ¶
type NullableUpdateRoleRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateRoleRequest ¶
func NewNullableUpdateRoleRequest(val *UpdateRoleRequest) *NullableUpdateRoleRequest
func (NullableUpdateRoleRequest) Get ¶
func (v NullableUpdateRoleRequest) Get() *UpdateRoleRequest
func (NullableUpdateRoleRequest) IsSet ¶
func (v NullableUpdateRoleRequest) IsSet() bool
func (NullableUpdateRoleRequest) MarshalJSON ¶
func (v NullableUpdateRoleRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateRoleRequest) Set ¶
func (v *NullableUpdateRoleRequest) Set(val *UpdateRoleRequest)
func (*NullableUpdateRoleRequest) UnmarshalJSON ¶
func (v *NullableUpdateRoleRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateRoleRequest) Unset ¶
func (v *NullableUpdateRoleRequest) Unset()
type NullableUpdateUnsubscribePreferencesRequest ¶
type NullableUpdateUnsubscribePreferencesRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateUnsubscribePreferencesRequest ¶
func NewNullableUpdateUnsubscribePreferencesRequest(val *UpdateUnsubscribePreferencesRequest) *NullableUpdateUnsubscribePreferencesRequest
func (NullableUpdateUnsubscribePreferencesRequest) IsSet ¶
func (v NullableUpdateUnsubscribePreferencesRequest) IsSet() bool
func (NullableUpdateUnsubscribePreferencesRequest) MarshalJSON ¶
func (v NullableUpdateUnsubscribePreferencesRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateUnsubscribePreferencesRequest) Set ¶
func (v *NullableUpdateUnsubscribePreferencesRequest) Set(val *UpdateUnsubscribePreferencesRequest)
func (*NullableUpdateUnsubscribePreferencesRequest) UnmarshalJSON ¶
func (v *NullableUpdateUnsubscribePreferencesRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateUnsubscribePreferencesRequest) Unset ¶
func (v *NullableUpdateUnsubscribePreferencesRequest) Unset()
type NullableUpdateUnsubscribePreferencesResponse ¶
type NullableUpdateUnsubscribePreferencesResponse struct {
// contains filtered or unexported fields
}
func NewNullableUpdateUnsubscribePreferencesResponse ¶
func NewNullableUpdateUnsubscribePreferencesResponse(val *UpdateUnsubscribePreferencesResponse) *NullableUpdateUnsubscribePreferencesResponse
func (NullableUpdateUnsubscribePreferencesResponse) IsSet ¶
func (v NullableUpdateUnsubscribePreferencesResponse) IsSet() bool
func (NullableUpdateUnsubscribePreferencesResponse) MarshalJSON ¶
func (v NullableUpdateUnsubscribePreferencesResponse) MarshalJSON() ([]byte, error)
func (*NullableUpdateUnsubscribePreferencesResponse) Set ¶
func (v *NullableUpdateUnsubscribePreferencesResponse) Set(val *UpdateUnsubscribePreferencesResponse)
func (*NullableUpdateUnsubscribePreferencesResponse) UnmarshalJSON ¶
func (v *NullableUpdateUnsubscribePreferencesResponse) UnmarshalJSON(src []byte) error
func (*NullableUpdateUnsubscribePreferencesResponse) Unset ¶
func (v *NullableUpdateUnsubscribePreferencesResponse) Unset()
type NullableUpdateViewRequest ¶
type NullableUpdateViewRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateViewRequest ¶
func NewNullableUpdateViewRequest(val *UpdateViewRequest) *NullableUpdateViewRequest
func (NullableUpdateViewRequest) Get ¶
func (v NullableUpdateViewRequest) Get() *UpdateViewRequest
func (NullableUpdateViewRequest) IsSet ¶
func (v NullableUpdateViewRequest) IsSet() bool
func (NullableUpdateViewRequest) MarshalJSON ¶
func (v NullableUpdateViewRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateViewRequest) Set ¶
func (v *NullableUpdateViewRequest) Set(val *UpdateViewRequest)
func (*NullableUpdateViewRequest) UnmarshalJSON ¶
func (v *NullableUpdateViewRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateViewRequest) Unset ¶
func (v *NullableUpdateViewRequest) Unset()
type NullableUpdateViewResponse ¶
type NullableUpdateViewResponse struct {
// contains filtered or unexported fields
}
func NewNullableUpdateViewResponse ¶
func NewNullableUpdateViewResponse(val *UpdateViewResponse) *NullableUpdateViewResponse
func (NullableUpdateViewResponse) Get ¶
func (v NullableUpdateViewResponse) Get() *UpdateViewResponse
func (NullableUpdateViewResponse) IsSet ¶
func (v NullableUpdateViewResponse) IsSet() bool
func (NullableUpdateViewResponse) MarshalJSON ¶
func (v NullableUpdateViewResponse) MarshalJSON() ([]byte, error)
func (*NullableUpdateViewResponse) Set ¶
func (v *NullableUpdateViewResponse) Set(val *UpdateViewResponse)
func (*NullableUpdateViewResponse) UnmarshalJSON ¶
func (v *NullableUpdateViewResponse) UnmarshalJSON(src []byte) error
func (*NullableUpdateViewResponse) Unset ¶
func (v *NullableUpdateViewResponse) Unset()
type NullableUpdateVirtualInstanceRequest ¶
type NullableUpdateVirtualInstanceRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateVirtualInstanceRequest ¶
func NewNullableUpdateVirtualInstanceRequest(val *UpdateVirtualInstanceRequest) *NullableUpdateVirtualInstanceRequest
func (NullableUpdateVirtualInstanceRequest) Get ¶
func (v NullableUpdateVirtualInstanceRequest) Get() *UpdateVirtualInstanceRequest
func (NullableUpdateVirtualInstanceRequest) IsSet ¶
func (v NullableUpdateVirtualInstanceRequest) IsSet() bool
func (NullableUpdateVirtualInstanceRequest) MarshalJSON ¶
func (v NullableUpdateVirtualInstanceRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateVirtualInstanceRequest) Set ¶
func (v *NullableUpdateVirtualInstanceRequest) Set(val *UpdateVirtualInstanceRequest)
func (*NullableUpdateVirtualInstanceRequest) UnmarshalJSON ¶
func (v *NullableUpdateVirtualInstanceRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateVirtualInstanceRequest) Unset ¶
func (v *NullableUpdateVirtualInstanceRequest) Unset()
type NullableUpdateVirtualInstanceResponse ¶
type NullableUpdateVirtualInstanceResponse struct {
// contains filtered or unexported fields
}
func NewNullableUpdateVirtualInstanceResponse ¶
func NewNullableUpdateVirtualInstanceResponse(val *UpdateVirtualInstanceResponse) *NullableUpdateVirtualInstanceResponse
func (NullableUpdateVirtualInstanceResponse) Get ¶
func (v NullableUpdateVirtualInstanceResponse) Get() *UpdateVirtualInstanceResponse
func (NullableUpdateVirtualInstanceResponse) IsSet ¶
func (v NullableUpdateVirtualInstanceResponse) IsSet() bool
func (NullableUpdateVirtualInstanceResponse) MarshalJSON ¶
func (v NullableUpdateVirtualInstanceResponse) MarshalJSON() ([]byte, error)
func (*NullableUpdateVirtualInstanceResponse) Set ¶
func (v *NullableUpdateVirtualInstanceResponse) Set(val *UpdateVirtualInstanceResponse)
func (*NullableUpdateVirtualInstanceResponse) UnmarshalJSON ¶
func (v *NullableUpdateVirtualInstanceResponse) UnmarshalJSON(src []byte) error
func (*NullableUpdateVirtualInstanceResponse) Unset ¶
func (v *NullableUpdateVirtualInstanceResponse) Unset()
type NullableUser ¶
type NullableUser struct {
// contains filtered or unexported fields
}
func NewNullableUser ¶
func NewNullableUser(val *User) *NullableUser
func (NullableUser) Get ¶
func (v NullableUser) Get() *User
func (NullableUser) IsSet ¶
func (v NullableUser) IsSet() bool
func (NullableUser) MarshalJSON ¶
func (v NullableUser) MarshalJSON() ([]byte, error)
func (*NullableUser) Set ¶
func (v *NullableUser) Set(val *User)
func (*NullableUser) UnmarshalJSON ¶
func (v *NullableUser) UnmarshalJSON(src []byte) error
func (*NullableUser) Unset ¶
func (v *NullableUser) Unset()
type NullableValidateQueryResponse ¶
type NullableValidateQueryResponse struct {
// contains filtered or unexported fields
}
func NewNullableValidateQueryResponse ¶
func NewNullableValidateQueryResponse(val *ValidateQueryResponse) *NullableValidateQueryResponse
func (NullableValidateQueryResponse) Get ¶
func (v NullableValidateQueryResponse) Get() *ValidateQueryResponse
func (NullableValidateQueryResponse) IsSet ¶
func (v NullableValidateQueryResponse) IsSet() bool
func (NullableValidateQueryResponse) MarshalJSON ¶
func (v NullableValidateQueryResponse) MarshalJSON() ([]byte, error)
func (*NullableValidateQueryResponse) Set ¶
func (v *NullableValidateQueryResponse) Set(val *ValidateQueryResponse)
func (*NullableValidateQueryResponse) UnmarshalJSON ¶
func (v *NullableValidateQueryResponse) UnmarshalJSON(src []byte) error
func (*NullableValidateQueryResponse) Unset ¶
func (v *NullableValidateQueryResponse) Unset()
type NullableView ¶
type NullableView struct {
// contains filtered or unexported fields
}
func NewNullableView ¶
func NewNullableView(val *View) *NullableView
func (NullableView) Get ¶
func (v NullableView) Get() *View
func (NullableView) IsSet ¶
func (v NullableView) IsSet() bool
func (NullableView) MarshalJSON ¶
func (v NullableView) MarshalJSON() ([]byte, error)
func (*NullableView) Set ¶
func (v *NullableView) Set(val *View)
func (*NullableView) UnmarshalJSON ¶
func (v *NullableView) UnmarshalJSON(src []byte) error
func (*NullableView) Unset ¶
func (v *NullableView) Unset()
type NullableVirtualInstance ¶
type NullableVirtualInstance struct {
// contains filtered or unexported fields
}
func NewNullableVirtualInstance ¶
func NewNullableVirtualInstance(val *VirtualInstance) *NullableVirtualInstance
func (NullableVirtualInstance) Get ¶
func (v NullableVirtualInstance) Get() *VirtualInstance
func (NullableVirtualInstance) IsSet ¶
func (v NullableVirtualInstance) IsSet() bool
func (NullableVirtualInstance) MarshalJSON ¶
func (v NullableVirtualInstance) MarshalJSON() ([]byte, error)
func (*NullableVirtualInstance) Set ¶
func (v *NullableVirtualInstance) Set(val *VirtualInstance)
func (*NullableVirtualInstance) UnmarshalJSON ¶
func (v *NullableVirtualInstance) UnmarshalJSON(src []byte) error
func (*NullableVirtualInstance) Unset ¶
func (v *NullableVirtualInstance) Unset()
type NullableWorkspace ¶
type NullableWorkspace struct {
// contains filtered or unexported fields
}
func NewNullableWorkspace ¶
func NewNullableWorkspace(val *Workspace) *NullableWorkspace
func (NullableWorkspace) Get ¶
func (v NullableWorkspace) Get() *Workspace
func (NullableWorkspace) IsSet ¶
func (v NullableWorkspace) IsSet() bool
func (NullableWorkspace) MarshalJSON ¶
func (v NullableWorkspace) MarshalJSON() ([]byte, error)
func (*NullableWorkspace) Set ¶
func (v *NullableWorkspace) Set(val *Workspace)
func (*NullableWorkspace) UnmarshalJSON ¶
func (v *NullableWorkspace) UnmarshalJSON(src []byte) error
func (*NullableWorkspace) Unset ¶
func (v *NullableWorkspace) Unset()
type NullableXmlParams ¶
type NullableXmlParams struct {
// contains filtered or unexported fields
}
func NewNullableXmlParams ¶
func NewNullableXmlParams(val *XmlParams) *NullableXmlParams
func (NullableXmlParams) Get ¶
func (v NullableXmlParams) Get() *XmlParams
func (NullableXmlParams) IsSet ¶
func (v NullableXmlParams) IsSet() bool
func (NullableXmlParams) MarshalJSON ¶
func (v NullableXmlParams) MarshalJSON() ([]byte, error)
func (*NullableXmlParams) Set ¶
func (v *NullableXmlParams) Set(val *XmlParams)
func (*NullableXmlParams) UnmarshalJSON ¶
func (v *NullableXmlParams) UnmarshalJSON(src []byte) error
func (*NullableXmlParams) Unset ¶
func (v *NullableXmlParams) Unset()
type Organization ¶
type Organization struct { DeletionScheduledAt *string `json:"deletionScheduledAt,omitempty"` // Rockset's global AWS user RocksetUser *string `json:"rockset_user,omitempty"` // organization's unique external ID within Rockset ExternalId *string `json:"external_id,omitempty"` // list of clusters associated with this org Clusters []Cluster `json:"clusters,omitempty"` // unique identifier for the organization Id *string `json:"id,omitempty"` // ISO-8601 date CreatedAt *string `json:"created_at,omitempty"` // name of the organization DisplayName *string `json:"display_name,omitempty"` }
Organization An organization in Rockset is a container for users and collections.
func NewOrganization ¶
func NewOrganization() *Organization
NewOrganization instantiates a new Organization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationWithDefaults ¶
func NewOrganizationWithDefaults() *Organization
NewOrganizationWithDefaults instantiates a new Organization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Organization) GetClusters ¶
func (o *Organization) GetClusters() []Cluster
GetClusters returns the Clusters field value if set, zero value otherwise.
func (*Organization) GetClustersOk ¶
func (o *Organization) GetClustersOk() ([]Cluster, bool)
GetClustersOk returns a tuple with the Clusters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetCreatedAt ¶
func (o *Organization) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Organization) GetCreatedAtOk ¶
func (o *Organization) 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 (*Organization) GetDeletionScheduledAt ¶
func (o *Organization) GetDeletionScheduledAt() string
GetDeletionScheduledAt returns the DeletionScheduledAt field value if set, zero value otherwise.
func (*Organization) GetDeletionScheduledAtOk ¶
func (o *Organization) GetDeletionScheduledAtOk() (*string, bool)
GetDeletionScheduledAtOk returns a tuple with the DeletionScheduledAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetDisplayName ¶
func (o *Organization) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*Organization) GetDisplayNameOk ¶
func (o *Organization) 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 (*Organization) GetExternalId ¶
func (o *Organization) GetExternalId() string
GetExternalId returns the ExternalId field value if set, zero value otherwise.
func (*Organization) GetExternalIdOk ¶
func (o *Organization) GetExternalIdOk() (*string, bool)
GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetId ¶
func (o *Organization) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Organization) GetIdOk ¶
func (o *Organization) 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 (*Organization) GetRocksetUser ¶
func (o *Organization) GetRocksetUser() string
GetRocksetUser returns the RocksetUser field value if set, zero value otherwise.
func (*Organization) GetRocksetUserOk ¶
func (o *Organization) GetRocksetUserOk() (*string, bool)
GetRocksetUserOk returns a tuple with the RocksetUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) HasClusters ¶
func (o *Organization) HasClusters() bool
HasClusters returns a boolean if a field has been set.
func (*Organization) HasCreatedAt ¶
func (o *Organization) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*Organization) HasDeletionScheduledAt ¶
func (o *Organization) HasDeletionScheduledAt() bool
HasDeletionScheduledAt returns a boolean if a field has been set.
func (*Organization) HasDisplayName ¶
func (o *Organization) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*Organization) HasExternalId ¶
func (o *Organization) HasExternalId() bool
HasExternalId returns a boolean if a field has been set.
func (*Organization) HasId ¶
func (o *Organization) HasId() bool
HasId returns a boolean if a field has been set.
func (*Organization) HasRocksetUser ¶
func (o *Organization) HasRocksetUser() bool
HasRocksetUser returns a boolean if a field has been set.
func (Organization) MarshalJSON ¶
func (o Organization) MarshalJSON() ([]byte, error)
func (*Organization) SetClusters ¶
func (o *Organization) SetClusters(v []Cluster)
SetClusters gets a reference to the given []Cluster and assigns it to the Clusters field.
func (*Organization) SetCreatedAt ¶
func (o *Organization) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*Organization) SetDeletionScheduledAt ¶
func (o *Organization) SetDeletionScheduledAt(v string)
SetDeletionScheduledAt gets a reference to the given string and assigns it to the DeletionScheduledAt field.
func (*Organization) SetDisplayName ¶
func (o *Organization) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*Organization) SetExternalId ¶
func (o *Organization) SetExternalId(v string)
SetExternalId gets a reference to the given string and assigns it to the ExternalId field.
func (*Organization) SetId ¶
func (o *Organization) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Organization) SetRocksetUser ¶
func (o *Organization) SetRocksetUser(v string)
SetRocksetUser gets a reference to the given string and assigns it to the RocksetUser field.
type OrganizationResponse ¶
type OrganizationResponse struct {
Data *Organization `json:"data,omitempty"`
}
OrganizationResponse struct for OrganizationResponse
func NewOrganizationResponse ¶
func NewOrganizationResponse() *OrganizationResponse
NewOrganizationResponse instantiates a new OrganizationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationResponseWithDefaults ¶
func NewOrganizationResponseWithDefaults() *OrganizationResponse
NewOrganizationResponseWithDefaults instantiates a new OrganizationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationResponse) GetData ¶
func (o *OrganizationResponse) GetData() Organization
GetData returns the Data field value if set, zero value otherwise.
func (*OrganizationResponse) GetDataOk ¶
func (o *OrganizationResponse) GetDataOk() (*Organization, 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 (*OrganizationResponse) HasData ¶
func (o *OrganizationResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (OrganizationResponse) MarshalJSON ¶
func (o OrganizationResponse) MarshalJSON() ([]byte, error)
func (*OrganizationResponse) SetData ¶
func (o *OrganizationResponse) SetData(v Organization)
SetData gets a reference to the given Organization and assigns it to the Data field.
type OrganizationsApi ¶
type OrganizationsApi interface { /* GetOrganization Get Organization Retrieve information about current organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetOrganizationRequest */ GetOrganization(ctx context.Context) ApiGetOrganizationRequest // GetOrganizationExecute executes the request // @return OrganizationResponse GetOrganizationExecute(r ApiGetOrganizationRequest) (*OrganizationResponse, *http.Response, error) }
type OrganizationsApiService ¶
type OrganizationsApiService service
OrganizationsApiService OrganizationsApi service
func (*OrganizationsApiService) GetOrganization ¶
func (a *OrganizationsApiService) GetOrganization(ctx context.Context) ApiGetOrganizationRequest
GetOrganization Get Organization
Retrieve information about current organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetOrganizationRequest
func (*OrganizationsApiService) GetOrganizationExecute ¶
func (a *OrganizationsApiService) GetOrganizationExecute(r ApiGetOrganizationRequest) (*OrganizationResponse, *http.Response, error)
Execute executes the request
@return OrganizationResponse
type OutputField ¶
type OutputField struct { // The name of a field, parsed as a SQL qualified name FieldName *string `json:"field_name,omitempty"` Value *SqlExpression `json:"value,omitempty"` // Error in Mapping execution: 'skip' or 'fail' OnError *string `json:"on_error,omitempty"` }
OutputField struct for OutputField
func NewOutputField ¶
func NewOutputField() *OutputField
NewOutputField instantiates a new OutputField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOutputFieldWithDefaults ¶
func NewOutputFieldWithDefaults() *OutputField
NewOutputFieldWithDefaults instantiates a new OutputField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OutputField) GetFieldName ¶
func (o *OutputField) GetFieldName() string
GetFieldName returns the FieldName field value if set, zero value otherwise.
func (*OutputField) GetFieldNameOk ¶
func (o *OutputField) GetFieldNameOk() (*string, bool)
GetFieldNameOk returns a tuple with the FieldName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OutputField) GetOnError ¶
func (o *OutputField) GetOnError() string
GetOnError returns the OnError field value if set, zero value otherwise.
func (*OutputField) GetOnErrorOk ¶
func (o *OutputField) GetOnErrorOk() (*string, bool)
GetOnErrorOk returns a tuple with the OnError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OutputField) GetValue ¶
func (o *OutputField) GetValue() SqlExpression
GetValue returns the Value field value if set, zero value otherwise.
func (*OutputField) GetValueOk ¶
func (o *OutputField) GetValueOk() (*SqlExpression, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OutputField) HasFieldName ¶
func (o *OutputField) HasFieldName() bool
HasFieldName returns a boolean if a field has been set.
func (*OutputField) HasOnError ¶
func (o *OutputField) HasOnError() bool
HasOnError returns a boolean if a field has been set.
func (*OutputField) HasValue ¶
func (o *OutputField) HasValue() bool
HasValue returns a boolean if a field has been set.
func (OutputField) MarshalJSON ¶
func (o OutputField) MarshalJSON() ([]byte, error)
func (*OutputField) SetFieldName ¶
func (o *OutputField) SetFieldName(v string)
SetFieldName gets a reference to the given string and assigns it to the FieldName field.
func (*OutputField) SetOnError ¶
func (o *OutputField) SetOnError(v string)
SetOnError gets a reference to the given string and assigns it to the OnError field.
func (*OutputField) SetValue ¶
func (o *OutputField) SetValue(v SqlExpression)
SetValue gets a reference to the given SqlExpression and assigns it to the Value field.
type PaginationInfo ¶
type PaginationInfo struct { // Number of documents returned in this result set CurrentPageDocCount *int64 `json:"current_page_doc_count,omitempty"` // The doc offset that next_cursor starts at. NextCursorOffset *int64 `json:"next_cursor_offset,omitempty"` // Cursor used to retrieve the first set of documents. StartCursor *string `json:"start_cursor,omitempty"` // Cursor to use to get the list of documents NextCursor *string `json:"next_cursor,omitempty"` }
PaginationInfo struct for PaginationInfo
func NewPaginationInfo ¶
func NewPaginationInfo() *PaginationInfo
NewPaginationInfo instantiates a new PaginationInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginationInfoWithDefaults ¶
func NewPaginationInfoWithDefaults() *PaginationInfo
NewPaginationInfoWithDefaults instantiates a new PaginationInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginationInfo) GetCurrentPageDocCount ¶
func (o *PaginationInfo) GetCurrentPageDocCount() int64
GetCurrentPageDocCount returns the CurrentPageDocCount field value if set, zero value otherwise.
func (*PaginationInfo) GetCurrentPageDocCountOk ¶
func (o *PaginationInfo) GetCurrentPageDocCountOk() (*int64, bool)
GetCurrentPageDocCountOk returns a tuple with the CurrentPageDocCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginationInfo) GetNextCursor ¶
func (o *PaginationInfo) GetNextCursor() string
GetNextCursor returns the NextCursor field value if set, zero value otherwise.
func (*PaginationInfo) GetNextCursorOffset ¶
func (o *PaginationInfo) GetNextCursorOffset() int64
GetNextCursorOffset returns the NextCursorOffset field value if set, zero value otherwise.
func (*PaginationInfo) GetNextCursorOffsetOk ¶
func (o *PaginationInfo) GetNextCursorOffsetOk() (*int64, bool)
GetNextCursorOffsetOk returns a tuple with the NextCursorOffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginationInfo) GetNextCursorOk ¶
func (o *PaginationInfo) GetNextCursorOk() (*string, bool)
GetNextCursorOk returns a tuple with the NextCursor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginationInfo) GetStartCursor ¶
func (o *PaginationInfo) GetStartCursor() string
GetStartCursor returns the StartCursor field value if set, zero value otherwise.
func (*PaginationInfo) GetStartCursorOk ¶
func (o *PaginationInfo) GetStartCursorOk() (*string, bool)
GetStartCursorOk returns a tuple with the StartCursor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginationInfo) HasCurrentPageDocCount ¶
func (o *PaginationInfo) HasCurrentPageDocCount() bool
HasCurrentPageDocCount returns a boolean if a field has been set.
func (*PaginationInfo) HasNextCursor ¶
func (o *PaginationInfo) HasNextCursor() bool
HasNextCursor returns a boolean if a field has been set.
func (*PaginationInfo) HasNextCursorOffset ¶
func (o *PaginationInfo) HasNextCursorOffset() bool
HasNextCursorOffset returns a boolean if a field has been set.
func (*PaginationInfo) HasStartCursor ¶
func (o *PaginationInfo) HasStartCursor() bool
HasStartCursor returns a boolean if a field has been set.
func (PaginationInfo) MarshalJSON ¶
func (o PaginationInfo) MarshalJSON() ([]byte, error)
func (*PaginationInfo) SetCurrentPageDocCount ¶
func (o *PaginationInfo) SetCurrentPageDocCount(v int64)
SetCurrentPageDocCount gets a reference to the given int64 and assigns it to the CurrentPageDocCount field.
func (*PaginationInfo) SetNextCursor ¶
func (o *PaginationInfo) SetNextCursor(v string)
SetNextCursor gets a reference to the given string and assigns it to the NextCursor field.
func (*PaginationInfo) SetNextCursorOffset ¶
func (o *PaginationInfo) SetNextCursorOffset(v int64)
SetNextCursorOffset gets a reference to the given int64 and assigns it to the NextCursorOffset field.
func (*PaginationInfo) SetStartCursor ¶
func (o *PaginationInfo) SetStartCursor(v string)
SetStartCursor gets a reference to the given string and assigns it to the StartCursor field.
type PatchDocument ¶
type PatchDocument struct { // Unique ID of the document to be patched. Id string `json:"_id"` // List of patch operations. Patch []PatchOperation `json:"patch"` }
PatchDocument struct for PatchDocument
func NewPatchDocument ¶
func NewPatchDocument(id string, patch []PatchOperation) *PatchDocument
NewPatchDocument instantiates a new PatchDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPatchDocumentWithDefaults ¶
func NewPatchDocumentWithDefaults() *PatchDocument
NewPatchDocumentWithDefaults instantiates a new PatchDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PatchDocument) GetId ¶
func (o *PatchDocument) GetId() string
GetId returns the Id field value
func (*PatchDocument) GetIdOk ¶
func (o *PatchDocument) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PatchDocument) GetPatch ¶
func (o *PatchDocument) GetPatch() []PatchOperation
GetPatch returns the Patch field value
func (*PatchDocument) GetPatchOk ¶
func (o *PatchDocument) GetPatchOk() ([]PatchOperation, bool)
GetPatchOk returns a tuple with the Patch field value and a boolean to check if the value has been set.
func (PatchDocument) MarshalJSON ¶
func (o PatchDocument) MarshalJSON() ([]byte, error)
func (*PatchDocument) SetPatch ¶
func (o *PatchDocument) SetPatch(v []PatchOperation)
SetPatch sets field value
type PatchDocumentsRequest ¶
type PatchDocumentsRequest struct { // List of patches to be applied. Data []PatchDocument `json:"data"` }
PatchDocumentsRequest struct for PatchDocumentsRequest
func NewPatchDocumentsRequest ¶
func NewPatchDocumentsRequest(data []PatchDocument) *PatchDocumentsRequest
NewPatchDocumentsRequest instantiates a new PatchDocumentsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPatchDocumentsRequestWithDefaults ¶
func NewPatchDocumentsRequestWithDefaults() *PatchDocumentsRequest
NewPatchDocumentsRequestWithDefaults instantiates a new PatchDocumentsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PatchDocumentsRequest) GetData ¶
func (o *PatchDocumentsRequest) GetData() []PatchDocument
GetData returns the Data field value
func (*PatchDocumentsRequest) GetDataOk ¶
func (o *PatchDocumentsRequest) GetDataOk() ([]PatchDocument, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (PatchDocumentsRequest) MarshalJSON ¶
func (o PatchDocumentsRequest) MarshalJSON() ([]byte, error)
func (*PatchDocumentsRequest) SetData ¶
func (o *PatchDocumentsRequest) SetData(v []PatchDocument)
SetData sets field value
type PatchDocumentsResponse ¶
type PatchDocumentsResponse struct {
Data []DocumentStatus `json:"data"`
}
PatchDocumentsResponse struct for PatchDocumentsResponse
func NewPatchDocumentsResponse ¶
func NewPatchDocumentsResponse(data []DocumentStatus) *PatchDocumentsResponse
NewPatchDocumentsResponse instantiates a new PatchDocumentsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPatchDocumentsResponseWithDefaults ¶
func NewPatchDocumentsResponseWithDefaults() *PatchDocumentsResponse
NewPatchDocumentsResponseWithDefaults instantiates a new PatchDocumentsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PatchDocumentsResponse) GetData ¶
func (o *PatchDocumentsResponse) GetData() []DocumentStatus
GetData returns the Data field value
func (*PatchDocumentsResponse) GetDataOk ¶
func (o *PatchDocumentsResponse) GetDataOk() ([]DocumentStatus, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (PatchDocumentsResponse) MarshalJSON ¶
func (o PatchDocumentsResponse) MarshalJSON() ([]byte, error)
func (*PatchDocumentsResponse) SetData ¶
func (o *PatchDocumentsResponse) SetData(v []DocumentStatus)
SetData sets field value
type PatchOperation ¶
type PatchOperation struct { // [JSON Patch operation](https://datatracker.ietf.org/doc/html/rfc6902#page-4) to be performed in this patch. Case insensitive. Op string `json:"op"` // [JSON Pointer](https://datatracker.ietf.org/doc/html/rfc6901) referencing a location in the target document where the operation is performed Path string `json:"path"` // Value used in the patch operation. Required for `ADD`, `REPLACE`, `TEST`, and `INCREMENT` operations. Value map[string]interface{} `json:"value,omitempty"` // [JSON Pointer](https://datatracker.ietf.org/doc/html/rfc6901) referencing a location in the target document. Required for `COPY` and `MOVE` operations. From *string `json:"from,omitempty"` }
PatchOperation struct for PatchOperation
func NewPatchOperation ¶
func NewPatchOperation(op string, path string) *PatchOperation
NewPatchOperation instantiates a new PatchOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPatchOperationWithDefaults ¶
func NewPatchOperationWithDefaults() *PatchOperation
NewPatchOperationWithDefaults instantiates a new PatchOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PatchOperation) GetFrom ¶
func (o *PatchOperation) GetFrom() string
GetFrom returns the From field value if set, zero value otherwise.
func (*PatchOperation) GetFromOk ¶
func (o *PatchOperation) GetFromOk() (*string, bool)
GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PatchOperation) GetOp ¶
func (o *PatchOperation) GetOp() string
GetOp returns the Op field value
func (*PatchOperation) GetOpOk ¶
func (o *PatchOperation) GetOpOk() (*string, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*PatchOperation) GetPath ¶
func (o *PatchOperation) GetPath() string
GetPath returns the Path field value
func (*PatchOperation) GetPathOk ¶
func (o *PatchOperation) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*PatchOperation) GetValue ¶
func (o *PatchOperation) GetValue() map[string]interface{}
GetValue returns the Value field value if set, zero value otherwise.
func (*PatchOperation) GetValueOk ¶
func (o *PatchOperation) GetValueOk() (map[string]interface{}, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PatchOperation) HasFrom ¶
func (o *PatchOperation) HasFrom() bool
HasFrom returns a boolean if a field has been set.
func (*PatchOperation) HasValue ¶
func (o *PatchOperation) HasValue() bool
HasValue returns a boolean if a field has been set.
func (PatchOperation) MarshalJSON ¶
func (o PatchOperation) MarshalJSON() ([]byte, error)
func (*PatchOperation) SetFrom ¶
func (o *PatchOperation) SetFrom(v string)
SetFrom gets a reference to the given string and assigns it to the From field.
func (*PatchOperation) SetPath ¶
func (o *PatchOperation) SetPath(v string)
SetPath sets field value
func (*PatchOperation) SetValue ¶
func (o *PatchOperation) SetValue(v map[string]interface{})
SetValue gets a reference to the given map[string]interface{} and assigns it to the Value field.
type Privilege ¶
type Privilege struct { // The action allowed by this privilege. Action *string `json:"action,omitempty"` // The resources on which the action is allowed. Defaults to '*All*' if not specified. ResourceName *string `json:"resource_name,omitempty"` // Cluster ID (`rs2` for us-west-2, `use1a1` for us-east-1) for which the action is allowed. Defaults to '*All*' if not specified. Cluster *string `json:"cluster,omitempty"` }
Privilege struct for Privilege
func NewPrivilege ¶
func NewPrivilege() *Privilege
NewPrivilege instantiates a new Privilege object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPrivilegeWithDefaults ¶
func NewPrivilegeWithDefaults() *Privilege
NewPrivilegeWithDefaults instantiates a new Privilege object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Privilege) GetAction ¶
GetAction returns the Action field value if set, zero value otherwise.
func (*Privilege) GetActionOk ¶
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Privilege) GetCluster ¶
GetCluster returns the Cluster field value if set, zero value otherwise.
func (*Privilege) GetClusterOk ¶
GetClusterOk returns a tuple with the Cluster field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Privilege) GetResourceName ¶
GetResourceName returns the ResourceName field value if set, zero value otherwise.
func (*Privilege) GetResourceNameOk ¶
GetResourceNameOk returns a tuple with the ResourceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Privilege) HasCluster ¶
HasCluster returns a boolean if a field has been set.
func (*Privilege) HasResourceName ¶
HasResourceName returns a boolean if a field has been set.
func (Privilege) MarshalJSON ¶
func (*Privilege) SetAction ¶
SetAction gets a reference to the given string and assigns it to the Action field.
func (*Privilege) SetCluster ¶
SetCluster gets a reference to the given string and assigns it to the Cluster field.
func (*Privilege) SetResourceName ¶
SetResourceName gets a reference to the given string and assigns it to the ResourceName field.
type QueriesApi ¶
type QueriesApi interface { /* Query Query Make a SQL query to Rockset. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiQueryRequest */ Query(ctx context.Context) ApiQueryRequest // QueryExecute executes the request // @return QueryResponse QueryExecute(r ApiQueryRequest) (*QueryResponse, *http.Response, error) /* Validate Validate Query Validate a SQL query with Rockset's parser and planner. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiValidateRequest */ Validate(ctx context.Context) ApiValidateRequest // ValidateExecute executes the request // @return ValidateQueryResponse ValidateExecute(r ApiValidateRequest) (*ValidateQueryResponse, *http.Response, error) }
type QueriesApiService ¶
type QueriesApiService service
QueriesApiService QueriesApi service
func (*QueriesApiService) Query ¶
func (a *QueriesApiService) Query(ctx context.Context) ApiQueryRequest
Query Query
Make a SQL query to Rockset.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiQueryRequest
func (*QueriesApiService) QueryExecute ¶
func (a *QueriesApiService) QueryExecute(r ApiQueryRequest) (*QueryResponse, *http.Response, error)
Execute executes the request
@return QueryResponse
func (*QueriesApiService) Validate ¶
func (a *QueriesApiService) Validate(ctx context.Context) ApiValidateRequest
Validate Validate Query
Validate a SQL query with Rockset's parser and planner.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiValidateRequest
func (*QueriesApiService) ValidateExecute ¶
func (a *QueriesApiService) ValidateExecute(r ApiValidateRequest) (*ValidateQueryResponse, *http.Response, error)
Execute executes the request
@return ValidateQueryResponse
type QueryError ¶
type QueryError struct { // The type of error Type *string `json:"type,omitempty"` // A message associated with the error, containing more information about it Message *string `json:"message,omitempty"` // The HTTP status code associated with this error, had it been sent as the response status code StatusCode *int32 `json:"status_code,omitempty"` }
QueryError struct for QueryError
func NewQueryError ¶
func NewQueryError() *QueryError
NewQueryError instantiates a new QueryError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQueryErrorWithDefaults ¶
func NewQueryErrorWithDefaults() *QueryError
NewQueryErrorWithDefaults instantiates a new QueryError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QueryError) GetMessage ¶
func (o *QueryError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*QueryError) GetMessageOk ¶
func (o *QueryError) 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 (*QueryError) GetStatusCode ¶
func (o *QueryError) GetStatusCode() int32
GetStatusCode returns the StatusCode field value if set, zero value otherwise.
func (*QueryError) GetStatusCodeOk ¶
func (o *QueryError) GetStatusCodeOk() (*int32, bool)
GetStatusCodeOk returns a tuple with the StatusCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryError) GetType ¶
func (o *QueryError) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*QueryError) GetTypeOk ¶
func (o *QueryError) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryError) HasMessage ¶
func (o *QueryError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*QueryError) HasStatusCode ¶
func (o *QueryError) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (*QueryError) HasType ¶
func (o *QueryError) HasType() bool
HasType returns a boolean if a field has been set.
func (QueryError) MarshalJSON ¶
func (o QueryError) MarshalJSON() ([]byte, error)
func (*QueryError) SetMessage ¶
func (o *QueryError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*QueryError) SetStatusCode ¶
func (o *QueryError) SetStatusCode(v int32)
SetStatusCode gets a reference to the given int32 and assigns it to the StatusCode field.
func (*QueryError) SetType ¶
func (o *QueryError) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
type QueryFieldType ¶
type QueryFieldType struct { // name of the field Name string `json:"name"` // data type of the field Type string `json:"type"` }
QueryFieldType struct for QueryFieldType
func NewQueryFieldType ¶
func NewQueryFieldType(name string, type_ string) *QueryFieldType
NewQueryFieldType instantiates a new QueryFieldType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQueryFieldTypeWithDefaults ¶
func NewQueryFieldTypeWithDefaults() *QueryFieldType
NewQueryFieldTypeWithDefaults instantiates a new QueryFieldType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QueryFieldType) GetName ¶
func (o *QueryFieldType) GetName() string
GetName returns the Name field value
func (*QueryFieldType) GetNameOk ¶
func (o *QueryFieldType) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*QueryFieldType) GetType ¶
func (o *QueryFieldType) GetType() string
GetType returns the Type field value
func (*QueryFieldType) GetTypeOk ¶
func (o *QueryFieldType) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (QueryFieldType) MarshalJSON ¶
func (o QueryFieldType) MarshalJSON() ([]byte, error)
func (*QueryFieldType) SetName ¶
func (o *QueryFieldType) SetName(v string)
SetName sets field value
func (*QueryFieldType) SetType ¶
func (o *QueryFieldType) SetType(v string)
SetType sets field value
type QueryLambda ¶
type QueryLambda struct { // workspace of this Query Lambda Workspace *string `json:"workspace,omitempty"` // user that created this Query Lambda LastUpdatedBy *string `json:"last_updated_by,omitempty"` // ISO-8601 date of when Query Lambda was last updated LastUpdated *string `json:"last_updated,omitempty"` // Query Lambda name Name *string `json:"name,omitempty"` // number of Query Lambda versions VersionCount *int32 `json:"version_count,omitempty"` // collections/aliases queried by underlying SQL query Collections []string `json:"collections,omitempty"` LatestVersion *QueryLambdaVersion `json:"latest_version,omitempty"` }
QueryLambda struct for QueryLambda
func NewQueryLambda ¶
func NewQueryLambda() *QueryLambda
NewQueryLambda instantiates a new QueryLambda object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQueryLambdaWithDefaults ¶
func NewQueryLambdaWithDefaults() *QueryLambda
NewQueryLambdaWithDefaults instantiates a new QueryLambda object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QueryLambda) GetCollections ¶
func (o *QueryLambda) GetCollections() []string
GetCollections returns the Collections field value if set, zero value otherwise.
func (*QueryLambda) GetCollectionsOk ¶
func (o *QueryLambda) GetCollectionsOk() ([]string, bool)
GetCollectionsOk returns a tuple with the Collections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambda) GetLastUpdated ¶
func (o *QueryLambda) GetLastUpdated() string
GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.
func (*QueryLambda) GetLastUpdatedBy ¶
func (o *QueryLambda) GetLastUpdatedBy() string
GetLastUpdatedBy returns the LastUpdatedBy field value if set, zero value otherwise.
func (*QueryLambda) GetLastUpdatedByOk ¶
func (o *QueryLambda) GetLastUpdatedByOk() (*string, bool)
GetLastUpdatedByOk returns a tuple with the LastUpdatedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambda) GetLastUpdatedOk ¶
func (o *QueryLambda) GetLastUpdatedOk() (*string, bool)
GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambda) GetLatestVersion ¶
func (o *QueryLambda) GetLatestVersion() QueryLambdaVersion
GetLatestVersion returns the LatestVersion field value if set, zero value otherwise.
func (*QueryLambda) GetLatestVersionOk ¶
func (o *QueryLambda) GetLatestVersionOk() (*QueryLambdaVersion, bool)
GetLatestVersionOk returns a tuple with the LatestVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambda) GetName ¶
func (o *QueryLambda) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*QueryLambda) GetNameOk ¶
func (o *QueryLambda) 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 (*QueryLambda) GetVersionCount ¶
func (o *QueryLambda) GetVersionCount() int32
GetVersionCount returns the VersionCount field value if set, zero value otherwise.
func (*QueryLambda) GetVersionCountOk ¶
func (o *QueryLambda) GetVersionCountOk() (*int32, bool)
GetVersionCountOk returns a tuple with the VersionCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambda) GetWorkspace ¶
func (o *QueryLambda) GetWorkspace() string
GetWorkspace returns the Workspace field value if set, zero value otherwise.
func (*QueryLambda) GetWorkspaceOk ¶
func (o *QueryLambda) GetWorkspaceOk() (*string, bool)
GetWorkspaceOk returns a tuple with the Workspace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambda) HasCollections ¶
func (o *QueryLambda) HasCollections() bool
HasCollections returns a boolean if a field has been set.
func (*QueryLambda) HasLastUpdated ¶
func (o *QueryLambda) HasLastUpdated() bool
HasLastUpdated returns a boolean if a field has been set.
func (*QueryLambda) HasLastUpdatedBy ¶
func (o *QueryLambda) HasLastUpdatedBy() bool
HasLastUpdatedBy returns a boolean if a field has been set.
func (*QueryLambda) HasLatestVersion ¶
func (o *QueryLambda) HasLatestVersion() bool
HasLatestVersion returns a boolean if a field has been set.
func (*QueryLambda) HasName ¶
func (o *QueryLambda) HasName() bool
HasName returns a boolean if a field has been set.
func (*QueryLambda) HasVersionCount ¶
func (o *QueryLambda) HasVersionCount() bool
HasVersionCount returns a boolean if a field has been set.
func (*QueryLambda) HasWorkspace ¶
func (o *QueryLambda) HasWorkspace() bool
HasWorkspace returns a boolean if a field has been set.
func (QueryLambda) MarshalJSON ¶
func (o QueryLambda) MarshalJSON() ([]byte, error)
func (*QueryLambda) SetCollections ¶
func (o *QueryLambda) SetCollections(v []string)
SetCollections gets a reference to the given []string and assigns it to the Collections field.
func (*QueryLambda) SetLastUpdated ¶
func (o *QueryLambda) SetLastUpdated(v string)
SetLastUpdated gets a reference to the given string and assigns it to the LastUpdated field.
func (*QueryLambda) SetLastUpdatedBy ¶
func (o *QueryLambda) SetLastUpdatedBy(v string)
SetLastUpdatedBy gets a reference to the given string and assigns it to the LastUpdatedBy field.
func (*QueryLambda) SetLatestVersion ¶
func (o *QueryLambda) SetLatestVersion(v QueryLambdaVersion)
SetLatestVersion gets a reference to the given QueryLambdaVersion and assigns it to the LatestVersion field.
func (*QueryLambda) SetName ¶
func (o *QueryLambda) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*QueryLambda) SetVersionCount ¶
func (o *QueryLambda) SetVersionCount(v int32)
SetVersionCount gets a reference to the given int32 and assigns it to the VersionCount field.
func (*QueryLambda) SetWorkspace ¶
func (o *QueryLambda) SetWorkspace(v string)
SetWorkspace gets a reference to the given string and assigns it to the Workspace field.
type QueryLambdaSql ¶
type QueryLambdaSql struct { // SQL text Query string `json:"query"` // default parameters for this Query Lambda DefaultParameters []QueryParameter `json:"default_parameters,omitempty"` }
QueryLambdaSql struct for QueryLambdaSql
func NewQueryLambdaSql ¶
func NewQueryLambdaSql(query string) *QueryLambdaSql
NewQueryLambdaSql instantiates a new QueryLambdaSql object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQueryLambdaSqlWithDefaults ¶
func NewQueryLambdaSqlWithDefaults() *QueryLambdaSql
NewQueryLambdaSqlWithDefaults instantiates a new QueryLambdaSql object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QueryLambdaSql) GetDefaultParameters ¶
func (o *QueryLambdaSql) GetDefaultParameters() []QueryParameter
GetDefaultParameters returns the DefaultParameters field value if set, zero value otherwise.
func (*QueryLambdaSql) GetDefaultParametersOk ¶
func (o *QueryLambdaSql) GetDefaultParametersOk() ([]QueryParameter, bool)
GetDefaultParametersOk returns a tuple with the DefaultParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambdaSql) GetQuery ¶
func (o *QueryLambdaSql) GetQuery() string
GetQuery returns the Query field value
func (*QueryLambdaSql) GetQueryOk ¶
func (o *QueryLambdaSql) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.
func (*QueryLambdaSql) HasDefaultParameters ¶
func (o *QueryLambdaSql) HasDefaultParameters() bool
HasDefaultParameters returns a boolean if a field has been set.
func (QueryLambdaSql) MarshalJSON ¶
func (o QueryLambdaSql) MarshalJSON() ([]byte, error)
func (*QueryLambdaSql) SetDefaultParameters ¶
func (o *QueryLambdaSql) SetDefaultParameters(v []QueryParameter)
SetDefaultParameters gets a reference to the given []QueryParameter and assigns it to the DefaultParameters field.
func (*QueryLambdaSql) SetQuery ¶
func (o *QueryLambdaSql) SetQuery(v string)
SetQuery sets field value
type QueryLambdaStats ¶
type QueryLambdaStats struct { // ISO-8601 date LastExecuted *string `json:"last_executed,omitempty"` // user who last executed Query Lambda LastExecutedBy *string `json:"last_executed_by,omitempty"` // ISO-8601 date of last execution failure LastExecutionError *string `json:"last_execution_error,omitempty"` // error message associated with last failed execution LastExecutionErrorMessage *string `json:"last_execution_error_message,omitempty"` }
QueryLambdaStats struct for QueryLambdaStats
func NewQueryLambdaStats ¶
func NewQueryLambdaStats() *QueryLambdaStats
NewQueryLambdaStats instantiates a new QueryLambdaStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQueryLambdaStatsWithDefaults ¶
func NewQueryLambdaStatsWithDefaults() *QueryLambdaStats
NewQueryLambdaStatsWithDefaults instantiates a new QueryLambdaStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QueryLambdaStats) GetLastExecuted ¶
func (o *QueryLambdaStats) GetLastExecuted() string
GetLastExecuted returns the LastExecuted field value if set, zero value otherwise.
func (*QueryLambdaStats) GetLastExecutedBy ¶
func (o *QueryLambdaStats) GetLastExecutedBy() string
GetLastExecutedBy returns the LastExecutedBy field value if set, zero value otherwise.
func (*QueryLambdaStats) GetLastExecutedByOk ¶
func (o *QueryLambdaStats) GetLastExecutedByOk() (*string, bool)
GetLastExecutedByOk returns a tuple with the LastExecutedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambdaStats) GetLastExecutedOk ¶
func (o *QueryLambdaStats) GetLastExecutedOk() (*string, bool)
GetLastExecutedOk returns a tuple with the LastExecuted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambdaStats) GetLastExecutionError ¶
func (o *QueryLambdaStats) GetLastExecutionError() string
GetLastExecutionError returns the LastExecutionError field value if set, zero value otherwise.
func (*QueryLambdaStats) GetLastExecutionErrorMessage ¶
func (o *QueryLambdaStats) GetLastExecutionErrorMessage() string
GetLastExecutionErrorMessage returns the LastExecutionErrorMessage field value if set, zero value otherwise.
func (*QueryLambdaStats) GetLastExecutionErrorMessageOk ¶
func (o *QueryLambdaStats) GetLastExecutionErrorMessageOk() (*string, bool)
GetLastExecutionErrorMessageOk returns a tuple with the LastExecutionErrorMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambdaStats) GetLastExecutionErrorOk ¶
func (o *QueryLambdaStats) GetLastExecutionErrorOk() (*string, bool)
GetLastExecutionErrorOk returns a tuple with the LastExecutionError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambdaStats) HasLastExecuted ¶
func (o *QueryLambdaStats) HasLastExecuted() bool
HasLastExecuted returns a boolean if a field has been set.
func (*QueryLambdaStats) HasLastExecutedBy ¶
func (o *QueryLambdaStats) HasLastExecutedBy() bool
HasLastExecutedBy returns a boolean if a field has been set.
func (*QueryLambdaStats) HasLastExecutionError ¶
func (o *QueryLambdaStats) HasLastExecutionError() bool
HasLastExecutionError returns a boolean if a field has been set.
func (*QueryLambdaStats) HasLastExecutionErrorMessage ¶
func (o *QueryLambdaStats) HasLastExecutionErrorMessage() bool
HasLastExecutionErrorMessage returns a boolean if a field has been set.
func (QueryLambdaStats) MarshalJSON ¶
func (o QueryLambdaStats) MarshalJSON() ([]byte, error)
func (*QueryLambdaStats) SetLastExecuted ¶
func (o *QueryLambdaStats) SetLastExecuted(v string)
SetLastExecuted gets a reference to the given string and assigns it to the LastExecuted field.
func (*QueryLambdaStats) SetLastExecutedBy ¶
func (o *QueryLambdaStats) SetLastExecutedBy(v string)
SetLastExecutedBy gets a reference to the given string and assigns it to the LastExecutedBy field.
func (*QueryLambdaStats) SetLastExecutionError ¶
func (o *QueryLambdaStats) SetLastExecutionError(v string)
SetLastExecutionError gets a reference to the given string and assigns it to the LastExecutionError field.
func (*QueryLambdaStats) SetLastExecutionErrorMessage ¶
func (o *QueryLambdaStats) SetLastExecutionErrorMessage(v string)
SetLastExecutionErrorMessage gets a reference to the given string and assigns it to the LastExecutionErrorMessage field.
type QueryLambdaTag ¶
type QueryLambdaTag struct { // name of Query Lambda tag TagName *string `json:"tag_name,omitempty"` Version *QueryLambdaVersion `json:"version,omitempty"` }
QueryLambdaTag struct for QueryLambdaTag
func NewQueryLambdaTag ¶
func NewQueryLambdaTag() *QueryLambdaTag
NewQueryLambdaTag instantiates a new QueryLambdaTag object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQueryLambdaTagWithDefaults ¶
func NewQueryLambdaTagWithDefaults() *QueryLambdaTag
NewQueryLambdaTagWithDefaults instantiates a new QueryLambdaTag object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QueryLambdaTag) GetTagName ¶
func (o *QueryLambdaTag) GetTagName() string
GetTagName returns the TagName field value if set, zero value otherwise.
func (*QueryLambdaTag) GetTagNameOk ¶
func (o *QueryLambdaTag) GetTagNameOk() (*string, bool)
GetTagNameOk returns a tuple with the TagName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambdaTag) GetVersion ¶
func (o *QueryLambdaTag) GetVersion() QueryLambdaVersion
GetVersion returns the Version field value if set, zero value otherwise.
func (*QueryLambdaTag) GetVersionOk ¶
func (o *QueryLambdaTag) GetVersionOk() (*QueryLambdaVersion, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambdaTag) HasTagName ¶
func (o *QueryLambdaTag) HasTagName() bool
HasTagName returns a boolean if a field has been set.
func (*QueryLambdaTag) HasVersion ¶
func (o *QueryLambdaTag) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (QueryLambdaTag) MarshalJSON ¶
func (o QueryLambdaTag) MarshalJSON() ([]byte, error)
func (*QueryLambdaTag) SetTagName ¶
func (o *QueryLambdaTag) SetTagName(v string)
SetTagName gets a reference to the given string and assigns it to the TagName field.
func (*QueryLambdaTag) SetVersion ¶
func (o *QueryLambdaTag) SetVersion(v QueryLambdaVersion)
SetVersion gets a reference to the given QueryLambdaVersion and assigns it to the Version field.
type QueryLambdaTagResponse ¶
type QueryLambdaTagResponse struct {
Data *QueryLambdaTag `json:"data,omitempty"`
}
QueryLambdaTagResponse struct for QueryLambdaTagResponse
func NewQueryLambdaTagResponse ¶
func NewQueryLambdaTagResponse() *QueryLambdaTagResponse
NewQueryLambdaTagResponse instantiates a new QueryLambdaTagResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQueryLambdaTagResponseWithDefaults ¶
func NewQueryLambdaTagResponseWithDefaults() *QueryLambdaTagResponse
NewQueryLambdaTagResponseWithDefaults instantiates a new QueryLambdaTagResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QueryLambdaTagResponse) GetData ¶
func (o *QueryLambdaTagResponse) GetData() QueryLambdaTag
GetData returns the Data field value if set, zero value otherwise.
func (*QueryLambdaTagResponse) GetDataOk ¶
func (o *QueryLambdaTagResponse) GetDataOk() (*QueryLambdaTag, 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 (*QueryLambdaTagResponse) HasData ¶
func (o *QueryLambdaTagResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (QueryLambdaTagResponse) MarshalJSON ¶
func (o QueryLambdaTagResponse) MarshalJSON() ([]byte, error)
func (*QueryLambdaTagResponse) SetData ¶
func (o *QueryLambdaTagResponse) SetData(v QueryLambdaTag)
SetData gets a reference to the given QueryLambdaTag and assigns it to the Data field.
type QueryLambdaVersion ¶
type QueryLambdaVersion struct { // workspace of this Query Lambda Workspace *string `json:"workspace,omitempty"` // user that created this Query Lambda CreatedBy *string `json:"created_by,omitempty"` // ISO-8601 date of when Query Lambda was created CreatedAt *string `json:"created_at,omitempty"` // Query Lambda name Name *string `json:"name,omitempty"` // Query Lambda version Version *string `json:"version,omitempty"` // optional description Description *string `json:"description,omitempty"` Sql *QueryLambdaSql `json:"sql,omitempty"` // collections queried by underlying SQL query Collections []string `json:"collections,omitempty"` // status of this Query Lambda State *string `json:"state,omitempty"` Stats *QueryLambdaStats `json:"stats,omitempty"` }
QueryLambdaVersion struct for QueryLambdaVersion
func NewQueryLambdaVersion ¶
func NewQueryLambdaVersion() *QueryLambdaVersion
NewQueryLambdaVersion instantiates a new QueryLambdaVersion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQueryLambdaVersionWithDefaults ¶
func NewQueryLambdaVersionWithDefaults() *QueryLambdaVersion
NewQueryLambdaVersionWithDefaults instantiates a new QueryLambdaVersion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QueryLambdaVersion) GetCollections ¶
func (o *QueryLambdaVersion) GetCollections() []string
GetCollections returns the Collections field value if set, zero value otherwise.
func (*QueryLambdaVersion) GetCollectionsOk ¶
func (o *QueryLambdaVersion) GetCollectionsOk() ([]string, bool)
GetCollectionsOk returns a tuple with the Collections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambdaVersion) GetCreatedAt ¶
func (o *QueryLambdaVersion) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*QueryLambdaVersion) GetCreatedAtOk ¶
func (o *QueryLambdaVersion) 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 (*QueryLambdaVersion) GetCreatedBy ¶
func (o *QueryLambdaVersion) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*QueryLambdaVersion) GetCreatedByOk ¶
func (o *QueryLambdaVersion) 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 (*QueryLambdaVersion) GetDescription ¶
func (o *QueryLambdaVersion) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*QueryLambdaVersion) GetDescriptionOk ¶
func (o *QueryLambdaVersion) 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 (*QueryLambdaVersion) GetName ¶
func (o *QueryLambdaVersion) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*QueryLambdaVersion) GetNameOk ¶
func (o *QueryLambdaVersion) 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 (*QueryLambdaVersion) GetSql ¶
func (o *QueryLambdaVersion) GetSql() QueryLambdaSql
GetSql returns the Sql field value if set, zero value otherwise.
func (*QueryLambdaVersion) GetSqlOk ¶
func (o *QueryLambdaVersion) GetSqlOk() (*QueryLambdaSql, bool)
GetSqlOk returns a tuple with the Sql field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambdaVersion) GetState ¶
func (o *QueryLambdaVersion) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*QueryLambdaVersion) GetStateOk ¶
func (o *QueryLambdaVersion) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambdaVersion) GetStats ¶
func (o *QueryLambdaVersion) GetStats() QueryLambdaStats
GetStats returns the Stats field value if set, zero value otherwise.
func (*QueryLambdaVersion) GetStatsOk ¶
func (o *QueryLambdaVersion) GetStatsOk() (*QueryLambdaStats, bool)
GetStatsOk returns a tuple with the Stats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambdaVersion) GetVersion ¶
func (o *QueryLambdaVersion) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise.
func (*QueryLambdaVersion) GetVersionOk ¶
func (o *QueryLambdaVersion) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambdaVersion) GetWorkspace ¶
func (o *QueryLambdaVersion) GetWorkspace() string
GetWorkspace returns the Workspace field value if set, zero value otherwise.
func (*QueryLambdaVersion) GetWorkspaceOk ¶
func (o *QueryLambdaVersion) GetWorkspaceOk() (*string, bool)
GetWorkspaceOk returns a tuple with the Workspace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryLambdaVersion) HasCollections ¶
func (o *QueryLambdaVersion) HasCollections() bool
HasCollections returns a boolean if a field has been set.
func (*QueryLambdaVersion) HasCreatedAt ¶
func (o *QueryLambdaVersion) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*QueryLambdaVersion) HasCreatedBy ¶
func (o *QueryLambdaVersion) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (*QueryLambdaVersion) HasDescription ¶
func (o *QueryLambdaVersion) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*QueryLambdaVersion) HasName ¶
func (o *QueryLambdaVersion) HasName() bool
HasName returns a boolean if a field has been set.
func (*QueryLambdaVersion) HasSql ¶
func (o *QueryLambdaVersion) HasSql() bool
HasSql returns a boolean if a field has been set.
func (*QueryLambdaVersion) HasState ¶
func (o *QueryLambdaVersion) HasState() bool
HasState returns a boolean if a field has been set.
func (*QueryLambdaVersion) HasStats ¶
func (o *QueryLambdaVersion) HasStats() bool
HasStats returns a boolean if a field has been set.
func (*QueryLambdaVersion) HasVersion ¶
func (o *QueryLambdaVersion) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (*QueryLambdaVersion) HasWorkspace ¶
func (o *QueryLambdaVersion) HasWorkspace() bool
HasWorkspace returns a boolean if a field has been set.
func (QueryLambdaVersion) MarshalJSON ¶
func (o QueryLambdaVersion) MarshalJSON() ([]byte, error)
func (*QueryLambdaVersion) SetCollections ¶
func (o *QueryLambdaVersion) SetCollections(v []string)
SetCollections gets a reference to the given []string and assigns it to the Collections field.
func (*QueryLambdaVersion) SetCreatedAt ¶
func (o *QueryLambdaVersion) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*QueryLambdaVersion) SetCreatedBy ¶
func (o *QueryLambdaVersion) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*QueryLambdaVersion) SetDescription ¶
func (o *QueryLambdaVersion) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*QueryLambdaVersion) SetName ¶
func (o *QueryLambdaVersion) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*QueryLambdaVersion) SetSql ¶
func (o *QueryLambdaVersion) SetSql(v QueryLambdaSql)
SetSql gets a reference to the given QueryLambdaSql and assigns it to the Sql field.
func (*QueryLambdaVersion) SetState ¶
func (o *QueryLambdaVersion) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*QueryLambdaVersion) SetStats ¶
func (o *QueryLambdaVersion) SetStats(v QueryLambdaStats)
SetStats gets a reference to the given QueryLambdaStats and assigns it to the Stats field.
func (*QueryLambdaVersion) SetVersion ¶
func (o *QueryLambdaVersion) SetVersion(v string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (*QueryLambdaVersion) SetWorkspace ¶
func (o *QueryLambdaVersion) SetWorkspace(v string)
SetWorkspace gets a reference to the given string and assigns it to the Workspace field.
type QueryLambdaVersionResponse ¶
type QueryLambdaVersionResponse struct {
Data *QueryLambdaVersion `json:"data,omitempty"`
}
QueryLambdaVersionResponse struct for QueryLambdaVersionResponse
func NewQueryLambdaVersionResponse ¶
func NewQueryLambdaVersionResponse() *QueryLambdaVersionResponse
NewQueryLambdaVersionResponse instantiates a new QueryLambdaVersionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQueryLambdaVersionResponseWithDefaults ¶
func NewQueryLambdaVersionResponseWithDefaults() *QueryLambdaVersionResponse
NewQueryLambdaVersionResponseWithDefaults instantiates a new QueryLambdaVersionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QueryLambdaVersionResponse) GetData ¶
func (o *QueryLambdaVersionResponse) GetData() QueryLambdaVersion
GetData returns the Data field value if set, zero value otherwise.
func (*QueryLambdaVersionResponse) GetDataOk ¶
func (o *QueryLambdaVersionResponse) GetDataOk() (*QueryLambdaVersion, 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 (*QueryLambdaVersionResponse) HasData ¶
func (o *QueryLambdaVersionResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (QueryLambdaVersionResponse) MarshalJSON ¶
func (o QueryLambdaVersionResponse) MarshalJSON() ([]byte, error)
func (*QueryLambdaVersionResponse) SetData ¶
func (o *QueryLambdaVersionResponse) SetData(v QueryLambdaVersion)
SetData gets a reference to the given QueryLambdaVersion and assigns it to the Data field.
type QueryLambdasApi ¶
type QueryLambdasApi interface { /* CreateQueryLambda Create Query Lambda Create a Query Lambda in given workspace. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiCreateQueryLambdaRequest */ CreateQueryLambda(ctx context.Context, workspace string) ApiCreateQueryLambdaRequest // CreateQueryLambdaExecute executes the request // @return QueryLambdaVersionResponse CreateQueryLambdaExecute(r ApiCreateQueryLambdaRequest) (*QueryLambdaVersionResponse, *http.Response, error) /* CreateQueryLambdaTag Create Query Lambda Tag Create a tag for a specific Query Lambda version, or update that tag if it already exists. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @return ApiCreateQueryLambdaTagRequest */ CreateQueryLambdaTag(ctx context.Context, workspace string, queryLambda string) ApiCreateQueryLambdaTagRequest // CreateQueryLambdaTagExecute executes the request // @return QueryLambdaTagResponse CreateQueryLambdaTagExecute(r ApiCreateQueryLambdaTagRequest) (*QueryLambdaTagResponse, *http.Response, error) /* DeleteQueryLambda Delete Query Lambda Delete a Query Lambda. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @return ApiDeleteQueryLambdaRequest */ DeleteQueryLambda(ctx context.Context, workspace string, queryLambda string) ApiDeleteQueryLambdaRequest // DeleteQueryLambdaExecute executes the request // @return DeleteQueryLambdaResponse DeleteQueryLambdaExecute(r ApiDeleteQueryLambdaRequest) (*DeleteQueryLambdaResponse, *http.Response, error) /* DeleteQueryLambdaTag Delete Query Lambda Tag Version Delete a tag for a specific Query Lambda @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @param tag name of the tag @return ApiDeleteQueryLambdaTagRequest */ DeleteQueryLambdaTag(ctx context.Context, workspace string, queryLambda string, tag string) ApiDeleteQueryLambdaTagRequest // DeleteQueryLambdaTagExecute executes the request // @return QueryLambdaTagResponse DeleteQueryLambdaTagExecute(r ApiDeleteQueryLambdaTagRequest) (*QueryLambdaTagResponse, *http.Response, error) /* DeleteQueryLambdaVersion Delete Query Lambda Version Delete a Query Lambda version. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @param version version @return ApiDeleteQueryLambdaVersionRequest */ DeleteQueryLambdaVersion(ctx context.Context, workspace string, queryLambda string, version string) ApiDeleteQueryLambdaVersionRequest // DeleteQueryLambdaVersionExecute executes the request // @return QueryLambdaVersionResponse DeleteQueryLambdaVersionExecute(r ApiDeleteQueryLambdaVersionRequest) (*QueryLambdaVersionResponse, *http.Response, error) /* ExecuteQueryLambda Execute Query Lambda By Version Execute a particular version of a Query Lambda. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @param version version @return ApiExecuteQueryLambdaRequest */ ExecuteQueryLambda(ctx context.Context, workspace string, queryLambda string, version string) ApiExecuteQueryLambdaRequest // ExecuteQueryLambdaExecute executes the request // @return QueryResponse ExecuteQueryLambdaExecute(r ApiExecuteQueryLambdaRequest) (*QueryResponse, *http.Response, error) /* ExecuteQueryLambdaByTag Execute Query Lambda By Tag Execute the Query Lambda version associated with a given tag. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @param tag tag @return ApiExecuteQueryLambdaByTagRequest */ ExecuteQueryLambdaByTag(ctx context.Context, workspace string, queryLambda string, tag string) ApiExecuteQueryLambdaByTagRequest // ExecuteQueryLambdaByTagExecute executes the request // @return QueryResponse ExecuteQueryLambdaByTagExecute(r ApiExecuteQueryLambdaByTagRequest) (*QueryResponse, *http.Response, error) /* GetQueryLambdaTagVersion Retrieve Query Lambda Tag Retrieve the Query Lambda version associated with a given tag. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @param tag name of the tag @return ApiGetQueryLambdaTagVersionRequest */ GetQueryLambdaTagVersion(ctx context.Context, workspace string, queryLambda string, tag string) ApiGetQueryLambdaTagVersionRequest // GetQueryLambdaTagVersionExecute executes the request // @return QueryLambdaTagResponse GetQueryLambdaTagVersionExecute(r ApiGetQueryLambdaTagVersionRequest) (*QueryLambdaTagResponse, *http.Response, error) /* GetQueryLambdaVersion Retrieve Query Lambda Version Retrieve details for a specified version of a Query Lambda. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @param version version @return ApiGetQueryLambdaVersionRequest */ GetQueryLambdaVersion(ctx context.Context, workspace string, queryLambda string, version string) ApiGetQueryLambdaVersionRequest // GetQueryLambdaVersionExecute executes the request // @return QueryLambdaVersionResponse GetQueryLambdaVersionExecute(r ApiGetQueryLambdaVersionRequest) (*QueryLambdaVersionResponse, *http.Response, error) /* ListAllQueryLambdas List Query Lambdas List all Query Lambdas in an organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAllQueryLambdasRequest */ ListAllQueryLambdas(ctx context.Context) ApiListAllQueryLambdasRequest // ListAllQueryLambdasExecute executes the request // @return ListQueryLambdasResponse ListAllQueryLambdasExecute(r ApiListAllQueryLambdasRequest) (*ListQueryLambdasResponse, *http.Response, error) /* ListQueryLambdaTags List Query Lambda Tags List all tags associated with a Query Lambda @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @return ApiListQueryLambdaTagsRequest */ ListQueryLambdaTags(ctx context.Context, workspace string, queryLambda string) ApiListQueryLambdaTagsRequest // ListQueryLambdaTagsExecute executes the request // @return ListQueryLambdaTagsResponse ListQueryLambdaTagsExecute(r ApiListQueryLambdaTagsRequest) (*ListQueryLambdaTagsResponse, *http.Response, error) /* ListQueryLambdaVersions List Query Lambda Versions List all versions of a Query Lambda. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @return ApiListQueryLambdaVersionsRequest */ ListQueryLambdaVersions(ctx context.Context, workspace string, queryLambda string) ApiListQueryLambdaVersionsRequest // ListQueryLambdaVersionsExecute executes the request // @return ListQueryLambdaVersionsResponse ListQueryLambdaVersionsExecute(r ApiListQueryLambdaVersionsRequest) (*ListQueryLambdaVersionsResponse, *http.Response, error) /* ListQueryLambdasInWorkspace List Query Lambdas in Workspace List all Query Lambdas under given workspace. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiListQueryLambdasInWorkspaceRequest */ ListQueryLambdasInWorkspace(ctx context.Context, workspace string) ApiListQueryLambdasInWorkspaceRequest // ListQueryLambdasInWorkspaceExecute executes the request // @return ListQueryLambdasResponse ListQueryLambdasInWorkspaceExecute(r ApiListQueryLambdasInWorkspaceRequest) (*ListQueryLambdasResponse, *http.Response, error) /* UpdateQueryLambda Update Query Lambda Create a new version of a Query Lambda in given workspace. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @return ApiUpdateQueryLambdaRequest */ UpdateQueryLambda(ctx context.Context, workspace string, queryLambda string) ApiUpdateQueryLambdaRequest // UpdateQueryLambdaExecute executes the request // @return QueryLambdaVersionResponse UpdateQueryLambdaExecute(r ApiUpdateQueryLambdaRequest) (*QueryLambdaVersionResponse, *http.Response, error) }
type QueryLambdasApiService ¶
type QueryLambdasApiService service
QueryLambdasApiService QueryLambdasApi service
func (*QueryLambdasApiService) CreateQueryLambda ¶
func (a *QueryLambdasApiService) CreateQueryLambda(ctx context.Context, workspace string) ApiCreateQueryLambdaRequest
CreateQueryLambda Create Query Lambda
Create a Query Lambda in given workspace.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiCreateQueryLambdaRequest
func (*QueryLambdasApiService) CreateQueryLambdaExecute ¶
func (a *QueryLambdasApiService) CreateQueryLambdaExecute(r ApiCreateQueryLambdaRequest) (*QueryLambdaVersionResponse, *http.Response, error)
Execute executes the request
@return QueryLambdaVersionResponse
func (*QueryLambdasApiService) CreateQueryLambdaTag ¶
func (a *QueryLambdasApiService) CreateQueryLambdaTag(ctx context.Context, workspace string, queryLambda string) ApiCreateQueryLambdaTagRequest
CreateQueryLambdaTag Create Query Lambda Tag
Create a tag for a specific Query Lambda version, or update that tag if it already exists.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @return ApiCreateQueryLambdaTagRequest
func (*QueryLambdasApiService) CreateQueryLambdaTagExecute ¶
func (a *QueryLambdasApiService) CreateQueryLambdaTagExecute(r ApiCreateQueryLambdaTagRequest) (*QueryLambdaTagResponse, *http.Response, error)
Execute executes the request
@return QueryLambdaTagResponse
func (*QueryLambdasApiService) DeleteQueryLambda ¶
func (a *QueryLambdasApiService) DeleteQueryLambda(ctx context.Context, workspace string, queryLambda string) ApiDeleteQueryLambdaRequest
DeleteQueryLambda Delete Query Lambda
Delete a Query Lambda.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @return ApiDeleteQueryLambdaRequest
func (*QueryLambdasApiService) DeleteQueryLambdaExecute ¶
func (a *QueryLambdasApiService) DeleteQueryLambdaExecute(r ApiDeleteQueryLambdaRequest) (*DeleteQueryLambdaResponse, *http.Response, error)
Execute executes the request
@return DeleteQueryLambdaResponse
func (*QueryLambdasApiService) DeleteQueryLambdaTag ¶
func (a *QueryLambdasApiService) DeleteQueryLambdaTag(ctx context.Context, workspace string, queryLambda string, tag string) ApiDeleteQueryLambdaTagRequest
DeleteQueryLambdaTag Delete Query Lambda Tag Version
Delete a tag for a specific Query Lambda
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @param tag name of the tag @return ApiDeleteQueryLambdaTagRequest
func (*QueryLambdasApiService) DeleteQueryLambdaTagExecute ¶
func (a *QueryLambdasApiService) DeleteQueryLambdaTagExecute(r ApiDeleteQueryLambdaTagRequest) (*QueryLambdaTagResponse, *http.Response, error)
Execute executes the request
@return QueryLambdaTagResponse
func (*QueryLambdasApiService) DeleteQueryLambdaVersion ¶
func (a *QueryLambdasApiService) DeleteQueryLambdaVersion(ctx context.Context, workspace string, queryLambda string, version string) ApiDeleteQueryLambdaVersionRequest
DeleteQueryLambdaVersion Delete Query Lambda Version
Delete a Query Lambda version.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @param version version @return ApiDeleteQueryLambdaVersionRequest
func (*QueryLambdasApiService) DeleteQueryLambdaVersionExecute ¶
func (a *QueryLambdasApiService) DeleteQueryLambdaVersionExecute(r ApiDeleteQueryLambdaVersionRequest) (*QueryLambdaVersionResponse, *http.Response, error)
Execute executes the request
@return QueryLambdaVersionResponse
func (*QueryLambdasApiService) ExecuteQueryLambda ¶
func (a *QueryLambdasApiService) ExecuteQueryLambda(ctx context.Context, workspace string, queryLambda string, version string) ApiExecuteQueryLambdaRequest
ExecuteQueryLambda Execute Query Lambda By Version
Execute a particular version of a Query Lambda.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @param version version @return ApiExecuteQueryLambdaRequest
func (*QueryLambdasApiService) ExecuteQueryLambdaByTag ¶
func (a *QueryLambdasApiService) ExecuteQueryLambdaByTag(ctx context.Context, workspace string, queryLambda string, tag string) ApiExecuteQueryLambdaByTagRequest
ExecuteQueryLambdaByTag Execute Query Lambda By Tag
Execute the Query Lambda version associated with a given tag.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @param tag tag @return ApiExecuteQueryLambdaByTagRequest
func (*QueryLambdasApiService) ExecuteQueryLambdaByTagExecute ¶
func (a *QueryLambdasApiService) ExecuteQueryLambdaByTagExecute(r ApiExecuteQueryLambdaByTagRequest) (*QueryResponse, *http.Response, error)
Execute executes the request
@return QueryResponse
func (*QueryLambdasApiService) ExecuteQueryLambdaExecute ¶
func (a *QueryLambdasApiService) ExecuteQueryLambdaExecute(r ApiExecuteQueryLambdaRequest) (*QueryResponse, *http.Response, error)
Execute executes the request
@return QueryResponse
func (*QueryLambdasApiService) GetQueryLambdaTagVersion ¶
func (a *QueryLambdasApiService) GetQueryLambdaTagVersion(ctx context.Context, workspace string, queryLambda string, tag string) ApiGetQueryLambdaTagVersionRequest
GetQueryLambdaTagVersion Retrieve Query Lambda Tag
Retrieve the Query Lambda version associated with a given tag.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @param tag name of the tag @return ApiGetQueryLambdaTagVersionRequest
func (*QueryLambdasApiService) GetQueryLambdaTagVersionExecute ¶
func (a *QueryLambdasApiService) GetQueryLambdaTagVersionExecute(r ApiGetQueryLambdaTagVersionRequest) (*QueryLambdaTagResponse, *http.Response, error)
Execute executes the request
@return QueryLambdaTagResponse
func (*QueryLambdasApiService) GetQueryLambdaVersion ¶
func (a *QueryLambdasApiService) GetQueryLambdaVersion(ctx context.Context, workspace string, queryLambda string, version string) ApiGetQueryLambdaVersionRequest
GetQueryLambdaVersion Retrieve Query Lambda Version
Retrieve details for a specified version of a Query Lambda.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @param version version @return ApiGetQueryLambdaVersionRequest
func (*QueryLambdasApiService) GetQueryLambdaVersionExecute ¶
func (a *QueryLambdasApiService) GetQueryLambdaVersionExecute(r ApiGetQueryLambdaVersionRequest) (*QueryLambdaVersionResponse, *http.Response, error)
Execute executes the request
@return QueryLambdaVersionResponse
func (*QueryLambdasApiService) ListAllQueryLambdas ¶
func (a *QueryLambdasApiService) ListAllQueryLambdas(ctx context.Context) ApiListAllQueryLambdasRequest
ListAllQueryLambdas List Query Lambdas
List all Query Lambdas in an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAllQueryLambdasRequest
func (*QueryLambdasApiService) ListAllQueryLambdasExecute ¶
func (a *QueryLambdasApiService) ListAllQueryLambdasExecute(r ApiListAllQueryLambdasRequest) (*ListQueryLambdasResponse, *http.Response, error)
Execute executes the request
@return ListQueryLambdasResponse
func (*QueryLambdasApiService) ListQueryLambdaTags ¶
func (a *QueryLambdasApiService) ListQueryLambdaTags(ctx context.Context, workspace string, queryLambda string) ApiListQueryLambdaTagsRequest
ListQueryLambdaTags List Query Lambda Tags
List all tags associated with a Query Lambda
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @return ApiListQueryLambdaTagsRequest
func (*QueryLambdasApiService) ListQueryLambdaTagsExecute ¶
func (a *QueryLambdasApiService) ListQueryLambdaTagsExecute(r ApiListQueryLambdaTagsRequest) (*ListQueryLambdaTagsResponse, *http.Response, error)
Execute executes the request
@return ListQueryLambdaTagsResponse
func (*QueryLambdasApiService) ListQueryLambdaVersions ¶
func (a *QueryLambdasApiService) ListQueryLambdaVersions(ctx context.Context, workspace string, queryLambda string) ApiListQueryLambdaVersionsRequest
ListQueryLambdaVersions List Query Lambda Versions
List all versions of a Query Lambda.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @return ApiListQueryLambdaVersionsRequest
func (*QueryLambdasApiService) ListQueryLambdaVersionsExecute ¶
func (a *QueryLambdasApiService) ListQueryLambdaVersionsExecute(r ApiListQueryLambdaVersionsRequest) (*ListQueryLambdaVersionsResponse, *http.Response, error)
Execute executes the request
@return ListQueryLambdaVersionsResponse
func (*QueryLambdasApiService) ListQueryLambdasInWorkspace ¶
func (a *QueryLambdasApiService) ListQueryLambdasInWorkspace(ctx context.Context, workspace string) ApiListQueryLambdasInWorkspaceRequest
ListQueryLambdasInWorkspace List Query Lambdas in Workspace
List all Query Lambdas under given workspace.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiListQueryLambdasInWorkspaceRequest
func (*QueryLambdasApiService) ListQueryLambdasInWorkspaceExecute ¶
func (a *QueryLambdasApiService) ListQueryLambdasInWorkspaceExecute(r ApiListQueryLambdasInWorkspaceRequest) (*ListQueryLambdasResponse, *http.Response, error)
Execute executes the request
@return ListQueryLambdasResponse
func (*QueryLambdasApiService) UpdateQueryLambda ¶
func (a *QueryLambdasApiService) UpdateQueryLambda(ctx context.Context, workspace string, queryLambda string) ApiUpdateQueryLambdaRequest
UpdateQueryLambda Update Query Lambda
Create a new version of a Query Lambda in given workspace.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param queryLambda name of the Query Lambda @return ApiUpdateQueryLambdaRequest
func (*QueryLambdasApiService) UpdateQueryLambdaExecute ¶
func (a *QueryLambdasApiService) UpdateQueryLambdaExecute(r ApiUpdateQueryLambdaRequest) (*QueryLambdaVersionResponse, *http.Response, error)
Execute executes the request
@return QueryLambdaVersionResponse
type QueryParameter ¶
type QueryParameter struct { // name of the field Name string `json:"name"` // data type of the field Type string `json:"type"` // literal value of the field Value string `json:"value"` }
QueryParameter struct for QueryParameter
func NewQueryParameter ¶
func NewQueryParameter(name string, type_ string, value string) *QueryParameter
NewQueryParameter instantiates a new QueryParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQueryParameterWithDefaults ¶
func NewQueryParameterWithDefaults() *QueryParameter
NewQueryParameterWithDefaults instantiates a new QueryParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QueryParameter) GetName ¶
func (o *QueryParameter) GetName() string
GetName returns the Name field value
func (*QueryParameter) GetNameOk ¶
func (o *QueryParameter) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*QueryParameter) GetType ¶
func (o *QueryParameter) GetType() string
GetType returns the Type field value
func (*QueryParameter) GetTypeOk ¶
func (o *QueryParameter) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*QueryParameter) GetValue ¶
func (o *QueryParameter) GetValue() string
GetValue returns the Value field value
func (*QueryParameter) GetValueOk ¶
func (o *QueryParameter) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (QueryParameter) MarshalJSON ¶
func (o QueryParameter) MarshalJSON() ([]byte, error)
func (*QueryParameter) SetName ¶
func (o *QueryParameter) SetName(v string)
SetName sets field value
func (*QueryParameter) SetType ¶
func (o *QueryParameter) SetType(v string)
SetType sets field value
func (*QueryParameter) SetValue ¶
func (o *QueryParameter) SetValue(v string)
SetValue sets field value
type QueryRequest ¶
type QueryRequest struct {
Sql QueryRequestSql `json:"sql"`
}
QueryRequest struct for QueryRequest
func NewQueryRequest ¶
func NewQueryRequest(sql QueryRequestSql) *QueryRequest
NewQueryRequest instantiates a new QueryRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQueryRequestWithDefaults ¶
func NewQueryRequestWithDefaults() *QueryRequest
NewQueryRequestWithDefaults instantiates a new QueryRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QueryRequest) GetSql ¶
func (o *QueryRequest) GetSql() QueryRequestSql
GetSql returns the Sql field value
func (*QueryRequest) GetSqlOk ¶
func (o *QueryRequest) GetSqlOk() (*QueryRequestSql, bool)
GetSqlOk returns a tuple with the Sql field value and a boolean to check if the value has been set.
func (QueryRequest) MarshalJSON ¶
func (o QueryRequest) MarshalJSON() ([]byte, error)
func (*QueryRequest) SetSql ¶
func (o *QueryRequest) SetSql(v QueryRequestSql)
SetSql sets field value
type QueryRequestSql ¶
type QueryRequestSql struct { // SQL query string. Query string `json:"query"` // Flag to enable warnings. Warnings can help debug query issues but negatively affect performance. GenerateWarnings *bool `json:"generate_warnings,omitempty"` // List of named parameters. Parameters []QueryParameter `json:"parameters,omitempty"` // Row limit to use. Limits specified in the query text will override this default. DefaultRowLimit *int32 `json:"default_row_limit,omitempty"` // Flag to paginate and store the results of this query for later / sequential retrieval. Paginate *bool `json:"paginate,omitempty"` // Number of documents to return in addition to paginating for this query call. Only relevant if `paginate` flag is also set. InitialPaginateResponseDocCount *int32 `json:"initial_paginate_response_doc_count,omitempty"` }
QueryRequestSql struct for QueryRequestSql
func NewQueryRequestSql ¶
func NewQueryRequestSql(query string) *QueryRequestSql
NewQueryRequestSql instantiates a new QueryRequestSql object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQueryRequestSqlWithDefaults ¶
func NewQueryRequestSqlWithDefaults() *QueryRequestSql
NewQueryRequestSqlWithDefaults instantiates a new QueryRequestSql object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QueryRequestSql) GetDefaultRowLimit ¶
func (o *QueryRequestSql) GetDefaultRowLimit() int32
GetDefaultRowLimit returns the DefaultRowLimit field value if set, zero value otherwise.
func (*QueryRequestSql) GetDefaultRowLimitOk ¶
func (o *QueryRequestSql) GetDefaultRowLimitOk() (*int32, bool)
GetDefaultRowLimitOk returns a tuple with the DefaultRowLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryRequestSql) GetGenerateWarnings ¶
func (o *QueryRequestSql) GetGenerateWarnings() bool
GetGenerateWarnings returns the GenerateWarnings field value if set, zero value otherwise.
func (*QueryRequestSql) GetGenerateWarningsOk ¶
func (o *QueryRequestSql) GetGenerateWarningsOk() (*bool, bool)
GetGenerateWarningsOk returns a tuple with the GenerateWarnings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryRequestSql) GetInitialPaginateResponseDocCount ¶
func (o *QueryRequestSql) GetInitialPaginateResponseDocCount() int32
GetInitialPaginateResponseDocCount returns the InitialPaginateResponseDocCount field value if set, zero value otherwise.
func (*QueryRequestSql) GetInitialPaginateResponseDocCountOk ¶
func (o *QueryRequestSql) GetInitialPaginateResponseDocCountOk() (*int32, bool)
GetInitialPaginateResponseDocCountOk returns a tuple with the InitialPaginateResponseDocCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryRequestSql) GetPaginate ¶
func (o *QueryRequestSql) GetPaginate() bool
GetPaginate returns the Paginate field value if set, zero value otherwise.
func (*QueryRequestSql) GetPaginateOk ¶
func (o *QueryRequestSql) GetPaginateOk() (*bool, bool)
GetPaginateOk returns a tuple with the Paginate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryRequestSql) GetParameters ¶
func (o *QueryRequestSql) GetParameters() []QueryParameter
GetParameters returns the Parameters field value if set, zero value otherwise.
func (*QueryRequestSql) GetParametersOk ¶
func (o *QueryRequestSql) GetParametersOk() ([]QueryParameter, bool)
GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryRequestSql) GetQuery ¶
func (o *QueryRequestSql) GetQuery() string
GetQuery returns the Query field value
func (*QueryRequestSql) GetQueryOk ¶
func (o *QueryRequestSql) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.
func (*QueryRequestSql) HasDefaultRowLimit ¶
func (o *QueryRequestSql) HasDefaultRowLimit() bool
HasDefaultRowLimit returns a boolean if a field has been set.
func (*QueryRequestSql) HasGenerateWarnings ¶
func (o *QueryRequestSql) HasGenerateWarnings() bool
HasGenerateWarnings returns a boolean if a field has been set.
func (*QueryRequestSql) HasInitialPaginateResponseDocCount ¶
func (o *QueryRequestSql) HasInitialPaginateResponseDocCount() bool
HasInitialPaginateResponseDocCount returns a boolean if a field has been set.
func (*QueryRequestSql) HasPaginate ¶
func (o *QueryRequestSql) HasPaginate() bool
HasPaginate returns a boolean if a field has been set.
func (*QueryRequestSql) HasParameters ¶
func (o *QueryRequestSql) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (QueryRequestSql) MarshalJSON ¶
func (o QueryRequestSql) MarshalJSON() ([]byte, error)
func (*QueryRequestSql) SetDefaultRowLimit ¶
func (o *QueryRequestSql) SetDefaultRowLimit(v int32)
SetDefaultRowLimit gets a reference to the given int32 and assigns it to the DefaultRowLimit field.
func (*QueryRequestSql) SetGenerateWarnings ¶
func (o *QueryRequestSql) SetGenerateWarnings(v bool)
SetGenerateWarnings gets a reference to the given bool and assigns it to the GenerateWarnings field.
func (*QueryRequestSql) SetInitialPaginateResponseDocCount ¶
func (o *QueryRequestSql) SetInitialPaginateResponseDocCount(v int32)
SetInitialPaginateResponseDocCount gets a reference to the given int32 and assigns it to the InitialPaginateResponseDocCount field.
func (*QueryRequestSql) SetPaginate ¶
func (o *QueryRequestSql) SetPaginate(v bool)
SetPaginate gets a reference to the given bool and assigns it to the Paginate field.
func (*QueryRequestSql) SetParameters ¶
func (o *QueryRequestSql) SetParameters(v []QueryParameter)
SetParameters gets a reference to the given []QueryParameter and assigns it to the Parameters field.
func (*QueryRequestSql) SetQuery ¶
func (o *QueryRequestSql) SetQuery(v string)
SetQuery sets field value
type QueryResponse ¶
type QueryResponse struct { // Unique ID for this query. QueryId *string `json:"query_id,omitempty"` // List of collections referenced in the query. Collections []string `json:"collections,omitempty"` // Results from the query. Results []map[string]interface{} `json:"results,omitempty"` Stats *QueryResponseStats `json:"stats,omitempty"` // Warnings generated by the query. Only populated if `generate_warnings` is specified in the query request. Warnings []string `json:"warnings,omitempty"` // The full path of the executed query lambda. Includes version information. QueryLambdaPath *string `json:"query_lambda_path,omitempty"` // Errors encountered while executing the query. QueryErrors []QueryError `json:"query_errors,omitempty"` // Meta information about each column in the result set. Not populated in `SELECT *` queries. ColumnFields []QueryFieldType `json:"column_fields,omitempty"` // Number of results generated by the query ResultsTotalDocCount *int64 `json:"results_total_doc_count,omitempty"` Pagination *PaginationInfo `json:"pagination,omitempty"` // If this was a write query, this is the log offset the query was written to LastOffset *string `json:"last_offset,omitempty"` }
QueryResponse struct for QueryResponse
func NewQueryResponse ¶
func NewQueryResponse() *QueryResponse
NewQueryResponse instantiates a new QueryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQueryResponseWithDefaults ¶
func NewQueryResponseWithDefaults() *QueryResponse
NewQueryResponseWithDefaults instantiates a new QueryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QueryResponse) GetCollections ¶
func (o *QueryResponse) GetCollections() []string
GetCollections returns the Collections field value if set, zero value otherwise.
func (*QueryResponse) GetCollectionsOk ¶
func (o *QueryResponse) GetCollectionsOk() ([]string, bool)
GetCollectionsOk returns a tuple with the Collections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryResponse) GetColumnFields ¶
func (o *QueryResponse) GetColumnFields() []QueryFieldType
GetColumnFields returns the ColumnFields field value if set, zero value otherwise.
func (*QueryResponse) GetColumnFieldsOk ¶
func (o *QueryResponse) GetColumnFieldsOk() ([]QueryFieldType, bool)
GetColumnFieldsOk returns a tuple with the ColumnFields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryResponse) GetLastOffset ¶
func (o *QueryResponse) GetLastOffset() string
GetLastOffset returns the LastOffset field value if set, zero value otherwise.
func (*QueryResponse) GetLastOffsetOk ¶
func (o *QueryResponse) GetLastOffsetOk() (*string, bool)
GetLastOffsetOk returns a tuple with the LastOffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryResponse) GetPagination ¶
func (o *QueryResponse) GetPagination() PaginationInfo
GetPagination returns the Pagination field value if set, zero value otherwise.
func (*QueryResponse) GetPaginationOk ¶
func (o *QueryResponse) GetPaginationOk() (*PaginationInfo, 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 (*QueryResponse) GetQueryErrors ¶
func (o *QueryResponse) GetQueryErrors() []QueryError
GetQueryErrors returns the QueryErrors field value if set, zero value otherwise.
func (*QueryResponse) GetQueryErrorsOk ¶
func (o *QueryResponse) GetQueryErrorsOk() ([]QueryError, bool)
GetQueryErrorsOk returns a tuple with the QueryErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryResponse) GetQueryId ¶
func (o *QueryResponse) GetQueryId() string
GetQueryId returns the QueryId field value if set, zero value otherwise.
func (*QueryResponse) GetQueryIdOk ¶
func (o *QueryResponse) GetQueryIdOk() (*string, bool)
GetQueryIdOk returns a tuple with the QueryId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryResponse) GetQueryLambdaPath ¶
func (o *QueryResponse) GetQueryLambdaPath() string
GetQueryLambdaPath returns the QueryLambdaPath field value if set, zero value otherwise.
func (*QueryResponse) GetQueryLambdaPathOk ¶
func (o *QueryResponse) GetQueryLambdaPathOk() (*string, bool)
GetQueryLambdaPathOk returns a tuple with the QueryLambdaPath field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryResponse) GetResults ¶
func (o *QueryResponse) GetResults() []map[string]interface{}
GetResults returns the Results field value if set, zero value otherwise.
func (*QueryResponse) GetResultsOk ¶
func (o *QueryResponse) GetResultsOk() ([]map[string]interface{}, 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 (*QueryResponse) GetResultsTotalDocCount ¶
func (o *QueryResponse) GetResultsTotalDocCount() int64
GetResultsTotalDocCount returns the ResultsTotalDocCount field value if set, zero value otherwise.
func (*QueryResponse) GetResultsTotalDocCountOk ¶
func (o *QueryResponse) GetResultsTotalDocCountOk() (*int64, bool)
GetResultsTotalDocCountOk returns a tuple with the ResultsTotalDocCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryResponse) GetStats ¶
func (o *QueryResponse) GetStats() QueryResponseStats
GetStats returns the Stats field value if set, zero value otherwise.
func (*QueryResponse) GetStatsOk ¶
func (o *QueryResponse) GetStatsOk() (*QueryResponseStats, bool)
GetStatsOk returns a tuple with the Stats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryResponse) GetWarnings ¶
func (o *QueryResponse) GetWarnings() []string
GetWarnings returns the Warnings field value if set, zero value otherwise.
func (*QueryResponse) GetWarningsOk ¶
func (o *QueryResponse) GetWarningsOk() ([]string, bool)
GetWarningsOk returns a tuple with the Warnings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryResponse) HasCollections ¶
func (o *QueryResponse) HasCollections() bool
HasCollections returns a boolean if a field has been set.
func (*QueryResponse) HasColumnFields ¶
func (o *QueryResponse) HasColumnFields() bool
HasColumnFields returns a boolean if a field has been set.
func (*QueryResponse) HasLastOffset ¶
func (o *QueryResponse) HasLastOffset() bool
HasLastOffset returns a boolean if a field has been set.
func (*QueryResponse) HasPagination ¶
func (o *QueryResponse) HasPagination() bool
HasPagination returns a boolean if a field has been set.
func (*QueryResponse) HasQueryErrors ¶
func (o *QueryResponse) HasQueryErrors() bool
HasQueryErrors returns a boolean if a field has been set.
func (*QueryResponse) HasQueryId ¶
func (o *QueryResponse) HasQueryId() bool
HasQueryId returns a boolean if a field has been set.
func (*QueryResponse) HasQueryLambdaPath ¶
func (o *QueryResponse) HasQueryLambdaPath() bool
HasQueryLambdaPath returns a boolean if a field has been set.
func (*QueryResponse) HasResults ¶
func (o *QueryResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*QueryResponse) HasResultsTotalDocCount ¶
func (o *QueryResponse) HasResultsTotalDocCount() bool
HasResultsTotalDocCount returns a boolean if a field has been set.
func (*QueryResponse) HasStats ¶
func (o *QueryResponse) HasStats() bool
HasStats returns a boolean if a field has been set.
func (*QueryResponse) HasWarnings ¶
func (o *QueryResponse) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.
func (QueryResponse) MarshalJSON ¶
func (o QueryResponse) MarshalJSON() ([]byte, error)
func (*QueryResponse) SetCollections ¶
func (o *QueryResponse) SetCollections(v []string)
SetCollections gets a reference to the given []string and assigns it to the Collections field.
func (*QueryResponse) SetColumnFields ¶
func (o *QueryResponse) SetColumnFields(v []QueryFieldType)
SetColumnFields gets a reference to the given []QueryFieldType and assigns it to the ColumnFields field.
func (*QueryResponse) SetLastOffset ¶
func (o *QueryResponse) SetLastOffset(v string)
SetLastOffset gets a reference to the given string and assigns it to the LastOffset field.
func (*QueryResponse) SetPagination ¶
func (o *QueryResponse) SetPagination(v PaginationInfo)
SetPagination gets a reference to the given PaginationInfo and assigns it to the Pagination field.
func (*QueryResponse) SetQueryErrors ¶
func (o *QueryResponse) SetQueryErrors(v []QueryError)
SetQueryErrors gets a reference to the given []QueryError and assigns it to the QueryErrors field.
func (*QueryResponse) SetQueryId ¶
func (o *QueryResponse) SetQueryId(v string)
SetQueryId gets a reference to the given string and assigns it to the QueryId field.
func (*QueryResponse) SetQueryLambdaPath ¶
func (o *QueryResponse) SetQueryLambdaPath(v string)
SetQueryLambdaPath gets a reference to the given string and assigns it to the QueryLambdaPath field.
func (*QueryResponse) SetResults ¶
func (o *QueryResponse) SetResults(v []map[string]interface{})
SetResults gets a reference to the given []map[string]interface{} and assigns it to the Results field.
func (*QueryResponse) SetResultsTotalDocCount ¶
func (o *QueryResponse) SetResultsTotalDocCount(v int64)
SetResultsTotalDocCount gets a reference to the given int64 and assigns it to the ResultsTotalDocCount field.
func (*QueryResponse) SetStats ¶
func (o *QueryResponse) SetStats(v QueryResponseStats)
SetStats gets a reference to the given QueryResponseStats and assigns it to the Stats field.
func (*QueryResponse) SetWarnings ¶
func (o *QueryResponse) SetWarnings(v []string)
SetWarnings gets a reference to the given []string and assigns it to the Warnings field.
type QueryResponseStats ¶
type QueryResponseStats struct { // query time in milliseconds ElapsedTimeMs *int64 `json:"elapsed_time_ms,omitempty"` // time query was throttled by admission control ThrottledTimeMicros *int64 `json:"throttled_time_micros,omitempty"` }
QueryResponseStats struct for QueryResponseStats
func NewQueryResponseStats ¶
func NewQueryResponseStats() *QueryResponseStats
NewQueryResponseStats instantiates a new QueryResponseStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewQueryResponseStatsWithDefaults ¶
func NewQueryResponseStatsWithDefaults() *QueryResponseStats
NewQueryResponseStatsWithDefaults instantiates a new QueryResponseStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*QueryResponseStats) GetElapsedTimeMs ¶
func (o *QueryResponseStats) GetElapsedTimeMs() int64
GetElapsedTimeMs returns the ElapsedTimeMs field value if set, zero value otherwise.
func (*QueryResponseStats) GetElapsedTimeMsOk ¶
func (o *QueryResponseStats) GetElapsedTimeMsOk() (*int64, bool)
GetElapsedTimeMsOk returns a tuple with the ElapsedTimeMs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryResponseStats) GetThrottledTimeMicros ¶
func (o *QueryResponseStats) GetThrottledTimeMicros() int64
GetThrottledTimeMicros returns the ThrottledTimeMicros field value if set, zero value otherwise.
func (*QueryResponseStats) GetThrottledTimeMicrosOk ¶
func (o *QueryResponseStats) GetThrottledTimeMicrosOk() (*int64, bool)
GetThrottledTimeMicrosOk returns a tuple with the ThrottledTimeMicros field value if set, nil otherwise and a boolean to check if the value has been set.
func (*QueryResponseStats) HasElapsedTimeMs ¶
func (o *QueryResponseStats) HasElapsedTimeMs() bool
HasElapsedTimeMs returns a boolean if a field has been set.
func (*QueryResponseStats) HasThrottledTimeMicros ¶
func (o *QueryResponseStats) HasThrottledTimeMicros() bool
HasThrottledTimeMicros returns a boolean if a field has been set.
func (QueryResponseStats) MarshalJSON ¶
func (o QueryResponseStats) MarshalJSON() ([]byte, error)
func (*QueryResponseStats) SetElapsedTimeMs ¶
func (o *QueryResponseStats) SetElapsedTimeMs(v int64)
SetElapsedTimeMs gets a reference to the given int64 and assigns it to the ElapsedTimeMs field.
func (*QueryResponseStats) SetThrottledTimeMicros ¶
func (o *QueryResponseStats) SetThrottledTimeMicros(v int64)
SetThrottledTimeMicros gets a reference to the given int64 and assigns it to the ThrottledTimeMicros field.
type Role ¶
type Role struct { // Unique identifier for the role. RoleName *string `json:"role_name,omitempty"` // Description for the role. Description *string `json:"description,omitempty"` // Email of the user who currently owns the role. OwnerEmail *string `json:"owner_email,omitempty"` // Email of the user who created the role. CreatedBy *string `json:"created_by,omitempty"` // List of privileges associated with the role. Privileges []Privilege `json:"privileges,omitempty"` // ISO-8601 date of when the role was created. CreatedAt *string `json:"created_at,omitempty"` }
Role struct for Role
func NewRole ¶
func NewRole() *Role
NewRole instantiates a new Role object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRoleWithDefaults ¶
func NewRoleWithDefaults() *Role
NewRoleWithDefaults instantiates a new Role object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Role) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Role) GetCreatedAtOk ¶
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 (*Role) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Role) GetCreatedByOk ¶
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 (*Role) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Role) GetDescriptionOk ¶
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 (*Role) GetOwnerEmail ¶
GetOwnerEmail returns the OwnerEmail field value if set, zero value otherwise.
func (*Role) GetOwnerEmailOk ¶
GetOwnerEmailOk returns a tuple with the OwnerEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) GetPrivileges ¶
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*Role) GetPrivilegesOk ¶
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) GetRoleName ¶
GetRoleName returns the RoleName field value if set, zero value otherwise.
func (*Role) GetRoleNameOk ¶
GetRoleNameOk returns a tuple with the RoleName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Role) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Role) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Role) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Role) HasOwnerEmail ¶
HasOwnerEmail returns a boolean if a field has been set.
func (*Role) HasPrivileges ¶
HasPrivileges returns a boolean if a field has been set.
func (*Role) HasRoleName ¶
HasRoleName returns a boolean if a field has been set.
func (Role) MarshalJSON ¶
func (*Role) SetCreatedAt ¶
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*Role) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Role) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Role) SetOwnerEmail ¶
SetOwnerEmail gets a reference to the given string and assigns it to the OwnerEmail field.
func (*Role) SetPrivileges ¶
SetPrivileges gets a reference to the given []Privilege and assigns it to the Privileges field.
func (*Role) SetRoleName ¶
SetRoleName gets a reference to the given string and assigns it to the RoleName field.
type RoleResponse ¶
type RoleResponse struct {
Data *Role `json:"data,omitempty"`
}
RoleResponse struct for RoleResponse
func NewRoleResponse ¶
func NewRoleResponse() *RoleResponse
NewRoleResponse instantiates a new RoleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRoleResponseWithDefaults ¶
func NewRoleResponseWithDefaults() *RoleResponse
NewRoleResponseWithDefaults instantiates a new RoleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RoleResponse) GetData ¶
func (o *RoleResponse) GetData() Role
GetData returns the Data field value if set, zero value otherwise.
func (*RoleResponse) GetDataOk ¶
func (o *RoleResponse) GetDataOk() (*Role, 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 (*RoleResponse) HasData ¶
func (o *RoleResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (RoleResponse) MarshalJSON ¶
func (o RoleResponse) MarshalJSON() ([]byte, error)
func (*RoleResponse) SetData ¶
func (o *RoleResponse) SetData(v Role)
SetData gets a reference to the given Role and assigns it to the Data field.
type S3Integration ¶
type S3Integration struct { AwsAccessKey *AwsAccessKey `json:"aws_access_key,omitempty"` AwsRole *AwsRole `json:"aws_role,omitempty"` }
S3Integration struct for S3Integration
func NewS3Integration ¶
func NewS3Integration() *S3Integration
NewS3Integration instantiates a new S3Integration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewS3IntegrationWithDefaults ¶
func NewS3IntegrationWithDefaults() *S3Integration
NewS3IntegrationWithDefaults instantiates a new S3Integration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*S3Integration) GetAwsAccessKey ¶
func (o *S3Integration) GetAwsAccessKey() AwsAccessKey
GetAwsAccessKey returns the AwsAccessKey field value if set, zero value otherwise.
func (*S3Integration) GetAwsAccessKeyOk ¶
func (o *S3Integration) GetAwsAccessKeyOk() (*AwsAccessKey, bool)
GetAwsAccessKeyOk returns a tuple with the AwsAccessKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*S3Integration) GetAwsRole ¶
func (o *S3Integration) GetAwsRole() AwsRole
GetAwsRole returns the AwsRole field value if set, zero value otherwise.
func (*S3Integration) GetAwsRoleOk ¶
func (o *S3Integration) GetAwsRoleOk() (*AwsRole, bool)
GetAwsRoleOk returns a tuple with the AwsRole field value if set, nil otherwise and a boolean to check if the value has been set.
func (*S3Integration) HasAwsAccessKey ¶
func (o *S3Integration) HasAwsAccessKey() bool
HasAwsAccessKey returns a boolean if a field has been set.
func (*S3Integration) HasAwsRole ¶
func (o *S3Integration) HasAwsRole() bool
HasAwsRole returns a boolean if a field has been set.
func (S3Integration) MarshalJSON ¶
func (o S3Integration) MarshalJSON() ([]byte, error)
func (*S3Integration) SetAwsAccessKey ¶
func (o *S3Integration) SetAwsAccessKey(v AwsAccessKey)
SetAwsAccessKey gets a reference to the given AwsAccessKey and assigns it to the AwsAccessKey field.
func (*S3Integration) SetAwsRole ¶
func (o *S3Integration) SetAwsRole(v AwsRole)
SetAwsRole gets a reference to the given AwsRole and assigns it to the AwsRole field.
type SegmentIntegration ¶
type SegmentIntegration struct { // segment connection string ConnectionString *string `json:"connection_string,omitempty"` }
SegmentIntegration struct for SegmentIntegration
func NewSegmentIntegration ¶
func NewSegmentIntegration() *SegmentIntegration
NewSegmentIntegration instantiates a new SegmentIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSegmentIntegrationWithDefaults ¶
func NewSegmentIntegrationWithDefaults() *SegmentIntegration
NewSegmentIntegrationWithDefaults instantiates a new SegmentIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SegmentIntegration) GetConnectionString ¶
func (o *SegmentIntegration) GetConnectionString() string
GetConnectionString returns the ConnectionString field value if set, zero value otherwise.
func (*SegmentIntegration) GetConnectionStringOk ¶
func (o *SegmentIntegration) GetConnectionStringOk() (*string, bool)
GetConnectionStringOk returns a tuple with the ConnectionString field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SegmentIntegration) HasConnectionString ¶
func (o *SegmentIntegration) HasConnectionString() bool
HasConnectionString returns a boolean if a field has been set.
func (SegmentIntegration) MarshalJSON ¶
func (o SegmentIntegration) MarshalJSON() ([]byte, error)
func (*SegmentIntegration) SetConnectionString ¶
func (o *SegmentIntegration) SetConnectionString(v string)
SetConnectionString gets a reference to the given string and assigns it to the ConnectionString field.
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type Source ¶
type Source struct { // name of integration to use IntegrationName string `json:"integration_name"` S3 *SourceS3 `json:"s3,omitempty"` Kinesis *SourceKinesis `json:"kinesis,omitempty"` Gcs *SourceGcs `json:"gcs,omitempty"` AzureBlobStorage *SourceAzureBlobStorage `json:"azure_blob_storage,omitempty"` AzureServiceBus *SourceAzureServiceBus `json:"azure_service_bus,omitempty"` AzureEventHubs *SourceAzureEventHubs `json:"azure_event_hubs,omitempty"` Dynamodb *SourceDynamoDb `json:"dynamodb,omitempty"` FileUpload *SourceFileUpload `json:"file_upload,omitempty"` Kafka *SourceKafka `json:"kafka,omitempty"` Mongodb *SourceMongoDb `json:"mongodb,omitempty"` Status *Status `json:"status,omitempty"` FormatParams *FormatParams `json:"format_params,omitempty"` }
Source Details about the data source for the given collection. Only one of the following fields are allowed to be defined. Only collections can act as data sources for views.
func NewSource ¶
NewSource instantiates a new Source object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceWithDefaults ¶
func NewSourceWithDefaults() *Source
NewSourceWithDefaults instantiates a new Source object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Source) GetAzureBlobStorage ¶
func (o *Source) GetAzureBlobStorage() SourceAzureBlobStorage
GetAzureBlobStorage returns the AzureBlobStorage field value if set, zero value otherwise.
func (*Source) GetAzureBlobStorageOk ¶
func (o *Source) GetAzureBlobStorageOk() (*SourceAzureBlobStorage, bool)
GetAzureBlobStorageOk returns a tuple with the AzureBlobStorage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Source) GetAzureEventHubs ¶
func (o *Source) GetAzureEventHubs() SourceAzureEventHubs
GetAzureEventHubs returns the AzureEventHubs field value if set, zero value otherwise.
func (*Source) GetAzureEventHubsOk ¶
func (o *Source) GetAzureEventHubsOk() (*SourceAzureEventHubs, bool)
GetAzureEventHubsOk returns a tuple with the AzureEventHubs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Source) GetAzureServiceBus ¶
func (o *Source) GetAzureServiceBus() SourceAzureServiceBus
GetAzureServiceBus returns the AzureServiceBus field value if set, zero value otherwise.
func (*Source) GetAzureServiceBusOk ¶
func (o *Source) GetAzureServiceBusOk() (*SourceAzureServiceBus, bool)
GetAzureServiceBusOk returns a tuple with the AzureServiceBus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Source) GetDynamodb ¶
func (o *Source) GetDynamodb() SourceDynamoDb
GetDynamodb returns the Dynamodb field value if set, zero value otherwise.
func (*Source) GetDynamodbOk ¶
func (o *Source) GetDynamodbOk() (*SourceDynamoDb, bool)
GetDynamodbOk returns a tuple with the Dynamodb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Source) GetFileUpload ¶
func (o *Source) GetFileUpload() SourceFileUpload
GetFileUpload returns the FileUpload field value if set, zero value otherwise.
func (*Source) GetFileUploadOk ¶
func (o *Source) GetFileUploadOk() (*SourceFileUpload, bool)
GetFileUploadOk returns a tuple with the FileUpload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Source) GetFormatParams ¶
func (o *Source) GetFormatParams() FormatParams
GetFormatParams returns the FormatParams field value if set, zero value otherwise.
func (*Source) GetFormatParamsOk ¶
func (o *Source) GetFormatParamsOk() (*FormatParams, bool)
GetFormatParamsOk returns a tuple with the FormatParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Source) GetGcsOk ¶
GetGcsOk returns a tuple with the Gcs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Source) GetIntegrationName ¶
GetIntegrationName returns the IntegrationName field value
func (*Source) GetIntegrationNameOk ¶
GetIntegrationNameOk returns a tuple with the IntegrationName field value and a boolean to check if the value has been set.
func (*Source) GetKafka ¶
func (o *Source) GetKafka() SourceKafka
GetKafka returns the Kafka field value if set, zero value otherwise.
func (*Source) GetKafkaOk ¶
func (o *Source) GetKafkaOk() (*SourceKafka, bool)
GetKafkaOk returns a tuple with the Kafka field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Source) GetKinesis ¶
func (o *Source) GetKinesis() SourceKinesis
GetKinesis returns the Kinesis field value if set, zero value otherwise.
func (*Source) GetKinesisOk ¶
func (o *Source) GetKinesisOk() (*SourceKinesis, bool)
GetKinesisOk returns a tuple with the Kinesis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Source) GetMongodb ¶
func (o *Source) GetMongodb() SourceMongoDb
GetMongodb returns the Mongodb field value if set, zero value otherwise.
func (*Source) GetMongodbOk ¶
func (o *Source) GetMongodbOk() (*SourceMongoDb, bool)
GetMongodbOk returns a tuple with the Mongodb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Source) GetS3Ok ¶
GetS3Ok returns a tuple with the S3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Source) 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 (*Source) HasAzureBlobStorage ¶
HasAzureBlobStorage returns a boolean if a field has been set.
func (*Source) HasAzureEventHubs ¶
HasAzureEventHubs returns a boolean if a field has been set.
func (*Source) HasAzureServiceBus ¶
HasAzureServiceBus returns a boolean if a field has been set.
func (*Source) HasDynamodb ¶
HasDynamodb returns a boolean if a field has been set.
func (*Source) HasFileUpload ¶
HasFileUpload returns a boolean if a field has been set.
func (*Source) HasFormatParams ¶
HasFormatParams returns a boolean if a field has been set.
func (*Source) HasKinesis ¶
HasKinesis returns a boolean if a field has been set.
func (*Source) HasMongodb ¶
HasMongodb returns a boolean if a field has been set.
func (Source) MarshalJSON ¶
func (*Source) SetAzureBlobStorage ¶
func (o *Source) SetAzureBlobStorage(v SourceAzureBlobStorage)
SetAzureBlobStorage gets a reference to the given SourceAzureBlobStorage and assigns it to the AzureBlobStorage field.
func (*Source) SetAzureEventHubs ¶
func (o *Source) SetAzureEventHubs(v SourceAzureEventHubs)
SetAzureEventHubs gets a reference to the given SourceAzureEventHubs and assigns it to the AzureEventHubs field.
func (*Source) SetAzureServiceBus ¶
func (o *Source) SetAzureServiceBus(v SourceAzureServiceBus)
SetAzureServiceBus gets a reference to the given SourceAzureServiceBus and assigns it to the AzureServiceBus field.
func (*Source) SetDynamodb ¶
func (o *Source) SetDynamodb(v SourceDynamoDb)
SetDynamodb gets a reference to the given SourceDynamoDb and assigns it to the Dynamodb field.
func (*Source) SetFileUpload ¶
func (o *Source) SetFileUpload(v SourceFileUpload)
SetFileUpload gets a reference to the given SourceFileUpload and assigns it to the FileUpload field.
func (*Source) SetFormatParams ¶
func (o *Source) SetFormatParams(v FormatParams)
SetFormatParams gets a reference to the given FormatParams and assigns it to the FormatParams field.
func (*Source) SetGcs ¶
SetGcs gets a reference to the given SourceGcs and assigns it to the Gcs field.
func (*Source) SetIntegrationName ¶
SetIntegrationName sets field value
func (*Source) SetKafka ¶
func (o *Source) SetKafka(v SourceKafka)
SetKafka gets a reference to the given SourceKafka and assigns it to the Kafka field.
func (*Source) SetKinesis ¶
func (o *Source) SetKinesis(v SourceKinesis)
SetKinesis gets a reference to the given SourceKinesis and assigns it to the Kinesis field.
func (*Source) SetMongodb ¶
func (o *Source) SetMongodb(v SourceMongoDb)
SetMongodb gets a reference to the given SourceMongoDb and assigns it to the Mongodb field.
type SourceAzureBlobStorage ¶
type SourceAzureBlobStorage struct { // name of Azure blob Storage container you want to ingest from Container *string `json:"container,omitempty"` // Prefix that selects blobs to ingest. Prefix *string `json:"prefix,omitempty"` // Glob-style pattern that selects keys to ingest. Only either prefix or pattern can be specified. Pattern *string `json:"pattern,omitempty"` BlobCountDownloaded *int64 `json:"blob_count_downloaded,omitempty"` BlobCountTotal *int64 `json:"blob_count_total,omitempty"` BlobBytesTotal *int64 `json:"blob_bytes_total,omitempty"` }
SourceAzureBlobStorage struct for SourceAzureBlobStorage
func NewSourceAzureBlobStorage ¶
func NewSourceAzureBlobStorage() *SourceAzureBlobStorage
NewSourceAzureBlobStorage instantiates a new SourceAzureBlobStorage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceAzureBlobStorageWithDefaults ¶
func NewSourceAzureBlobStorageWithDefaults() *SourceAzureBlobStorage
NewSourceAzureBlobStorageWithDefaults instantiates a new SourceAzureBlobStorage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceAzureBlobStorage) GetBlobBytesTotal ¶
func (o *SourceAzureBlobStorage) GetBlobBytesTotal() int64
GetBlobBytesTotal returns the BlobBytesTotal field value if set, zero value otherwise.
func (*SourceAzureBlobStorage) GetBlobBytesTotalOk ¶
func (o *SourceAzureBlobStorage) GetBlobBytesTotalOk() (*int64, bool)
GetBlobBytesTotalOk returns a tuple with the BlobBytesTotal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceAzureBlobStorage) GetBlobCountDownloaded ¶
func (o *SourceAzureBlobStorage) GetBlobCountDownloaded() int64
GetBlobCountDownloaded returns the BlobCountDownloaded field value if set, zero value otherwise.
func (*SourceAzureBlobStorage) GetBlobCountDownloadedOk ¶
func (o *SourceAzureBlobStorage) GetBlobCountDownloadedOk() (*int64, bool)
GetBlobCountDownloadedOk returns a tuple with the BlobCountDownloaded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceAzureBlobStorage) GetBlobCountTotal ¶
func (o *SourceAzureBlobStorage) GetBlobCountTotal() int64
GetBlobCountTotal returns the BlobCountTotal field value if set, zero value otherwise.
func (*SourceAzureBlobStorage) GetBlobCountTotalOk ¶
func (o *SourceAzureBlobStorage) GetBlobCountTotalOk() (*int64, bool)
GetBlobCountTotalOk returns a tuple with the BlobCountTotal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceAzureBlobStorage) GetContainer ¶
func (o *SourceAzureBlobStorage) GetContainer() string
GetContainer returns the Container field value if set, zero value otherwise.
func (*SourceAzureBlobStorage) GetContainerOk ¶
func (o *SourceAzureBlobStorage) GetContainerOk() (*string, bool)
GetContainerOk returns a tuple with the Container field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceAzureBlobStorage) GetPattern ¶
func (o *SourceAzureBlobStorage) GetPattern() string
GetPattern returns the Pattern field value if set, zero value otherwise.
func (*SourceAzureBlobStorage) GetPatternOk ¶
func (o *SourceAzureBlobStorage) GetPatternOk() (*string, bool)
GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceAzureBlobStorage) GetPrefix ¶
func (o *SourceAzureBlobStorage) GetPrefix() string
GetPrefix returns the Prefix field value if set, zero value otherwise.
func (*SourceAzureBlobStorage) GetPrefixOk ¶
func (o *SourceAzureBlobStorage) GetPrefixOk() (*string, bool)
GetPrefixOk returns a tuple with the Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceAzureBlobStorage) HasBlobBytesTotal ¶
func (o *SourceAzureBlobStorage) HasBlobBytesTotal() bool
HasBlobBytesTotal returns a boolean if a field has been set.
func (*SourceAzureBlobStorage) HasBlobCountDownloaded ¶
func (o *SourceAzureBlobStorage) HasBlobCountDownloaded() bool
HasBlobCountDownloaded returns a boolean if a field has been set.
func (*SourceAzureBlobStorage) HasBlobCountTotal ¶
func (o *SourceAzureBlobStorage) HasBlobCountTotal() bool
HasBlobCountTotal returns a boolean if a field has been set.
func (*SourceAzureBlobStorage) HasContainer ¶
func (o *SourceAzureBlobStorage) HasContainer() bool
HasContainer returns a boolean if a field has been set.
func (*SourceAzureBlobStorage) HasPattern ¶
func (o *SourceAzureBlobStorage) HasPattern() bool
HasPattern returns a boolean if a field has been set.
func (*SourceAzureBlobStorage) HasPrefix ¶
func (o *SourceAzureBlobStorage) HasPrefix() bool
HasPrefix returns a boolean if a field has been set.
func (SourceAzureBlobStorage) MarshalJSON ¶
func (o SourceAzureBlobStorage) MarshalJSON() ([]byte, error)
func (*SourceAzureBlobStorage) SetBlobBytesTotal ¶
func (o *SourceAzureBlobStorage) SetBlobBytesTotal(v int64)
SetBlobBytesTotal gets a reference to the given int64 and assigns it to the BlobBytesTotal field.
func (*SourceAzureBlobStorage) SetBlobCountDownloaded ¶
func (o *SourceAzureBlobStorage) SetBlobCountDownloaded(v int64)
SetBlobCountDownloaded gets a reference to the given int64 and assigns it to the BlobCountDownloaded field.
func (*SourceAzureBlobStorage) SetBlobCountTotal ¶
func (o *SourceAzureBlobStorage) SetBlobCountTotal(v int64)
SetBlobCountTotal gets a reference to the given int64 and assigns it to the BlobCountTotal field.
func (*SourceAzureBlobStorage) SetContainer ¶
func (o *SourceAzureBlobStorage) SetContainer(v string)
SetContainer gets a reference to the given string and assigns it to the Container field.
func (*SourceAzureBlobStorage) SetPattern ¶
func (o *SourceAzureBlobStorage) SetPattern(v string)
SetPattern gets a reference to the given string and assigns it to the Pattern field.
func (*SourceAzureBlobStorage) SetPrefix ¶
func (o *SourceAzureBlobStorage) SetPrefix(v string)
SetPrefix gets a reference to the given string and assigns it to the Prefix field.
type SourceAzureEventHubs ¶
type SourceAzureEventHubs struct { // name of the hub which rockset should ingest from HubId *string `json:"hub_id,omitempty"` // The offset reset policy. OffsetResetPolicy *string `json:"offset_reset_policy,omitempty"` Status *StatusAzureEventHubs `json:"status,omitempty"` }
SourceAzureEventHubs struct for SourceAzureEventHubs
func NewSourceAzureEventHubs ¶
func NewSourceAzureEventHubs() *SourceAzureEventHubs
NewSourceAzureEventHubs instantiates a new SourceAzureEventHubs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceAzureEventHubsWithDefaults ¶
func NewSourceAzureEventHubsWithDefaults() *SourceAzureEventHubs
NewSourceAzureEventHubsWithDefaults instantiates a new SourceAzureEventHubs object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceAzureEventHubs) GetHubId ¶
func (o *SourceAzureEventHubs) GetHubId() string
GetHubId returns the HubId field value if set, zero value otherwise.
func (*SourceAzureEventHubs) GetHubIdOk ¶
func (o *SourceAzureEventHubs) GetHubIdOk() (*string, bool)
GetHubIdOk returns a tuple with the HubId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceAzureEventHubs) GetOffsetResetPolicy ¶
func (o *SourceAzureEventHubs) GetOffsetResetPolicy() string
GetOffsetResetPolicy returns the OffsetResetPolicy field value if set, zero value otherwise.
func (*SourceAzureEventHubs) GetOffsetResetPolicyOk ¶
func (o *SourceAzureEventHubs) GetOffsetResetPolicyOk() (*string, bool)
GetOffsetResetPolicyOk returns a tuple with the OffsetResetPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceAzureEventHubs) GetStatus ¶
func (o *SourceAzureEventHubs) GetStatus() StatusAzureEventHubs
GetStatus returns the Status field value if set, zero value otherwise.
func (*SourceAzureEventHubs) GetStatusOk ¶
func (o *SourceAzureEventHubs) GetStatusOk() (*StatusAzureEventHubs, 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 (*SourceAzureEventHubs) HasHubId ¶
func (o *SourceAzureEventHubs) HasHubId() bool
HasHubId returns a boolean if a field has been set.
func (*SourceAzureEventHubs) HasOffsetResetPolicy ¶
func (o *SourceAzureEventHubs) HasOffsetResetPolicy() bool
HasOffsetResetPolicy returns a boolean if a field has been set.
func (*SourceAzureEventHubs) HasStatus ¶
func (o *SourceAzureEventHubs) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (SourceAzureEventHubs) MarshalJSON ¶
func (o SourceAzureEventHubs) MarshalJSON() ([]byte, error)
func (*SourceAzureEventHubs) SetHubId ¶
func (o *SourceAzureEventHubs) SetHubId(v string)
SetHubId gets a reference to the given string and assigns it to the HubId field.
func (*SourceAzureEventHubs) SetOffsetResetPolicy ¶
func (o *SourceAzureEventHubs) SetOffsetResetPolicy(v string)
SetOffsetResetPolicy gets a reference to the given string and assigns it to the OffsetResetPolicy field.
func (*SourceAzureEventHubs) SetStatus ¶
func (o *SourceAzureEventHubs) SetStatus(v StatusAzureEventHubs)
SetStatus gets a reference to the given StatusAzureEventHubs and assigns it to the Status field.
type SourceAzureServiceBus ¶
type SourceAzureServiceBus struct { // name of the topic which rockset should ingest from Topic *string `json:"topic,omitempty"` // the subscription to read from the topic Subscription *string `json:"subscription,omitempty"` Status *StatusAzureServiceBus `json:"status,omitempty"` }
SourceAzureServiceBus struct for SourceAzureServiceBus
func NewSourceAzureServiceBus ¶
func NewSourceAzureServiceBus() *SourceAzureServiceBus
NewSourceAzureServiceBus instantiates a new SourceAzureServiceBus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceAzureServiceBusWithDefaults ¶
func NewSourceAzureServiceBusWithDefaults() *SourceAzureServiceBus
NewSourceAzureServiceBusWithDefaults instantiates a new SourceAzureServiceBus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceAzureServiceBus) GetStatus ¶
func (o *SourceAzureServiceBus) GetStatus() StatusAzureServiceBus
GetStatus returns the Status field value if set, zero value otherwise.
func (*SourceAzureServiceBus) GetStatusOk ¶
func (o *SourceAzureServiceBus) GetStatusOk() (*StatusAzureServiceBus, 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 (*SourceAzureServiceBus) GetSubscription ¶
func (o *SourceAzureServiceBus) GetSubscription() string
GetSubscription returns the Subscription field value if set, zero value otherwise.
func (*SourceAzureServiceBus) GetSubscriptionOk ¶
func (o *SourceAzureServiceBus) GetSubscriptionOk() (*string, bool)
GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceAzureServiceBus) GetTopic ¶
func (o *SourceAzureServiceBus) GetTopic() string
GetTopic returns the Topic field value if set, zero value otherwise.
func (*SourceAzureServiceBus) GetTopicOk ¶
func (o *SourceAzureServiceBus) GetTopicOk() (*string, bool)
GetTopicOk returns a tuple with the Topic field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceAzureServiceBus) HasStatus ¶
func (o *SourceAzureServiceBus) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*SourceAzureServiceBus) HasSubscription ¶
func (o *SourceAzureServiceBus) HasSubscription() bool
HasSubscription returns a boolean if a field has been set.
func (*SourceAzureServiceBus) HasTopic ¶
func (o *SourceAzureServiceBus) HasTopic() bool
HasTopic returns a boolean if a field has been set.
func (SourceAzureServiceBus) MarshalJSON ¶
func (o SourceAzureServiceBus) MarshalJSON() ([]byte, error)
func (*SourceAzureServiceBus) SetStatus ¶
func (o *SourceAzureServiceBus) SetStatus(v StatusAzureServiceBus)
SetStatus gets a reference to the given StatusAzureServiceBus and assigns it to the Status field.
func (*SourceAzureServiceBus) SetSubscription ¶
func (o *SourceAzureServiceBus) SetSubscription(v string)
SetSubscription gets a reference to the given string and assigns it to the Subscription field.
func (*SourceAzureServiceBus) SetTopic ¶
func (o *SourceAzureServiceBus) SetTopic(v string)
SetTopic gets a reference to the given string and assigns it to the Topic field.
type SourceDynamoDb ¶
type SourceDynamoDb struct { // AWS region name of DynamoDB table, by default us-west-2 is used AwsRegion *string `json:"aws_region,omitempty"` // name of DynamoDB table containing data TableName string `json:"table_name"` CurrentStatus *StatusDynamoDbV2 `json:"current_status,omitempty"` // Max RCU usage for scan Rcu *int64 `json:"rcu,omitempty"` Status *StatusDynamoDb `json:"status,omitempty"` // Whether to use DynamoDB Scan API for the initial scan UseScanApi *bool `json:"use_scan_api,omitempty"` }
SourceDynamoDb struct for SourceDynamoDb
func NewSourceDynamoDb ¶
func NewSourceDynamoDb(tableName string) *SourceDynamoDb
NewSourceDynamoDb instantiates a new SourceDynamoDb object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceDynamoDbWithDefaults ¶
func NewSourceDynamoDbWithDefaults() *SourceDynamoDb
NewSourceDynamoDbWithDefaults instantiates a new SourceDynamoDb object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceDynamoDb) GetAwsRegion ¶
func (o *SourceDynamoDb) GetAwsRegion() string
GetAwsRegion returns the AwsRegion field value if set, zero value otherwise.
func (*SourceDynamoDb) GetAwsRegionOk ¶
func (o *SourceDynamoDb) GetAwsRegionOk() (*string, bool)
GetAwsRegionOk returns a tuple with the AwsRegion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceDynamoDb) GetCurrentStatus ¶
func (o *SourceDynamoDb) GetCurrentStatus() StatusDynamoDbV2
GetCurrentStatus returns the CurrentStatus field value if set, zero value otherwise.
func (*SourceDynamoDb) GetCurrentStatusOk ¶
func (o *SourceDynamoDb) GetCurrentStatusOk() (*StatusDynamoDbV2, bool)
GetCurrentStatusOk returns a tuple with the CurrentStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceDynamoDb) GetRcu ¶
func (o *SourceDynamoDb) GetRcu() int64
GetRcu returns the Rcu field value if set, zero value otherwise.
func (*SourceDynamoDb) GetRcuOk ¶
func (o *SourceDynamoDb) GetRcuOk() (*int64, bool)
GetRcuOk returns a tuple with the Rcu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceDynamoDb) GetStatus ¶
func (o *SourceDynamoDb) GetStatus() StatusDynamoDb
GetStatus returns the Status field value if set, zero value otherwise.
func (*SourceDynamoDb) GetStatusOk ¶
func (o *SourceDynamoDb) GetStatusOk() (*StatusDynamoDb, 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 (*SourceDynamoDb) GetTableName ¶
func (o *SourceDynamoDb) GetTableName() string
GetTableName returns the TableName field value
func (*SourceDynamoDb) GetTableNameOk ¶
func (o *SourceDynamoDb) GetTableNameOk() (*string, bool)
GetTableNameOk returns a tuple with the TableName field value and a boolean to check if the value has been set.
func (*SourceDynamoDb) GetUseScanApi ¶
func (o *SourceDynamoDb) GetUseScanApi() bool
GetUseScanApi returns the UseScanApi field value if set, zero value otherwise.
func (*SourceDynamoDb) GetUseScanApiOk ¶
func (o *SourceDynamoDb) GetUseScanApiOk() (*bool, bool)
GetUseScanApiOk returns a tuple with the UseScanApi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceDynamoDb) HasAwsRegion ¶
func (o *SourceDynamoDb) HasAwsRegion() bool
HasAwsRegion returns a boolean if a field has been set.
func (*SourceDynamoDb) HasCurrentStatus ¶
func (o *SourceDynamoDb) HasCurrentStatus() bool
HasCurrentStatus returns a boolean if a field has been set.
func (*SourceDynamoDb) HasRcu ¶
func (o *SourceDynamoDb) HasRcu() bool
HasRcu returns a boolean if a field has been set.
func (*SourceDynamoDb) HasStatus ¶
func (o *SourceDynamoDb) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*SourceDynamoDb) HasUseScanApi ¶
func (o *SourceDynamoDb) HasUseScanApi() bool
HasUseScanApi returns a boolean if a field has been set.
func (SourceDynamoDb) MarshalJSON ¶
func (o SourceDynamoDb) MarshalJSON() ([]byte, error)
func (*SourceDynamoDb) SetAwsRegion ¶
func (o *SourceDynamoDb) SetAwsRegion(v string)
SetAwsRegion gets a reference to the given string and assigns it to the AwsRegion field.
func (*SourceDynamoDb) SetCurrentStatus ¶
func (o *SourceDynamoDb) SetCurrentStatus(v StatusDynamoDbV2)
SetCurrentStatus gets a reference to the given StatusDynamoDbV2 and assigns it to the CurrentStatus field.
func (*SourceDynamoDb) SetRcu ¶
func (o *SourceDynamoDb) SetRcu(v int64)
SetRcu gets a reference to the given int64 and assigns it to the Rcu field.
func (*SourceDynamoDb) SetStatus ¶
func (o *SourceDynamoDb) SetStatus(v StatusDynamoDb)
SetStatus gets a reference to the given StatusDynamoDb and assigns it to the Status field.
func (*SourceDynamoDb) SetTableName ¶
func (o *SourceDynamoDb) SetTableName(v string)
SetTableName sets field value
func (*SourceDynamoDb) SetUseScanApi ¶
func (o *SourceDynamoDb) SetUseScanApi(v bool)
SetUseScanApi gets a reference to the given bool and assigns it to the UseScanApi field.
type SourceFileUpload ¶
type SourceFileUpload struct { // name of the file FileName string `json:"file_name"` // size of the file in bytes FileSize int64 `json:"file_size"` // time of file upload FileUploadTime string `json:"file_upload_time"` }
SourceFileUpload struct for SourceFileUpload
func NewSourceFileUpload ¶
func NewSourceFileUpload(fileName string, fileSize int64, fileUploadTime string) *SourceFileUpload
NewSourceFileUpload instantiates a new SourceFileUpload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceFileUploadWithDefaults ¶
func NewSourceFileUploadWithDefaults() *SourceFileUpload
NewSourceFileUploadWithDefaults instantiates a new SourceFileUpload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceFileUpload) GetFileName ¶
func (o *SourceFileUpload) GetFileName() string
GetFileName returns the FileName field value
func (*SourceFileUpload) GetFileNameOk ¶
func (o *SourceFileUpload) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field value and a boolean to check if the value has been set.
func (*SourceFileUpload) GetFileSize ¶
func (o *SourceFileUpload) GetFileSize() int64
GetFileSize returns the FileSize field value
func (*SourceFileUpload) GetFileSizeOk ¶
func (o *SourceFileUpload) GetFileSizeOk() (*int64, bool)
GetFileSizeOk returns a tuple with the FileSize field value and a boolean to check if the value has been set.
func (*SourceFileUpload) GetFileUploadTime ¶
func (o *SourceFileUpload) GetFileUploadTime() string
GetFileUploadTime returns the FileUploadTime field value
func (*SourceFileUpload) GetFileUploadTimeOk ¶
func (o *SourceFileUpload) GetFileUploadTimeOk() (*string, bool)
GetFileUploadTimeOk returns a tuple with the FileUploadTime field value and a boolean to check if the value has been set.
func (SourceFileUpload) MarshalJSON ¶
func (o SourceFileUpload) MarshalJSON() ([]byte, error)
func (*SourceFileUpload) SetFileName ¶
func (o *SourceFileUpload) SetFileName(v string)
SetFileName sets field value
func (*SourceFileUpload) SetFileSize ¶
func (o *SourceFileUpload) SetFileSize(v int64)
SetFileSize sets field value
func (*SourceFileUpload) SetFileUploadTime ¶
func (o *SourceFileUpload) SetFileUploadTime(v string)
SetFileUploadTime sets field value
type SourceGcs ¶
type SourceGcs struct { // name of GCS bucket you want to ingest from Bucket *string `json:"bucket,omitempty"` // Prefix that selects keys to ingest. Prefix *string `json:"prefix,omitempty"` // Glob-style pattern that selects keys to ingest. Only either prefix or pattern can be specified. Pattern *string `json:"pattern,omitempty"` ObjectCountDownloaded *int64 `json:"object_count_downloaded,omitempty"` ObjectCountTotal *int64 `json:"object_count_total,omitempty"` ObjectBytesTotal *int64 `json:"object_bytes_total,omitempty"` }
SourceGcs struct for SourceGcs
func NewSourceGcs ¶
func NewSourceGcs() *SourceGcs
NewSourceGcs instantiates a new SourceGcs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceGcsWithDefaults ¶
func NewSourceGcsWithDefaults() *SourceGcs
NewSourceGcsWithDefaults instantiates a new SourceGcs object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceGcs) GetBucket ¶
GetBucket returns the Bucket field value if set, zero value otherwise.
func (*SourceGcs) GetBucketOk ¶
GetBucketOk returns a tuple with the Bucket field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceGcs) GetObjectBytesTotal ¶
GetObjectBytesTotal returns the ObjectBytesTotal field value if set, zero value otherwise.
func (*SourceGcs) GetObjectBytesTotalOk ¶
GetObjectBytesTotalOk returns a tuple with the ObjectBytesTotal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceGcs) GetObjectCountDownloaded ¶
GetObjectCountDownloaded returns the ObjectCountDownloaded field value if set, zero value otherwise.
func (*SourceGcs) GetObjectCountDownloadedOk ¶
GetObjectCountDownloadedOk returns a tuple with the ObjectCountDownloaded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceGcs) GetObjectCountTotal ¶
GetObjectCountTotal returns the ObjectCountTotal field value if set, zero value otherwise.
func (*SourceGcs) GetObjectCountTotalOk ¶
GetObjectCountTotalOk returns a tuple with the ObjectCountTotal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceGcs) GetPattern ¶
GetPattern returns the Pattern field value if set, zero value otherwise.
func (*SourceGcs) GetPatternOk ¶
GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceGcs) GetPrefix ¶
GetPrefix returns the Prefix field value if set, zero value otherwise.
func (*SourceGcs) GetPrefixOk ¶
GetPrefixOk returns a tuple with the Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceGcs) HasObjectBytesTotal ¶
HasObjectBytesTotal returns a boolean if a field has been set.
func (*SourceGcs) HasObjectCountDownloaded ¶
HasObjectCountDownloaded returns a boolean if a field has been set.
func (*SourceGcs) HasObjectCountTotal ¶
HasObjectCountTotal returns a boolean if a field has been set.
func (*SourceGcs) HasPattern ¶
HasPattern returns a boolean if a field has been set.
func (SourceGcs) MarshalJSON ¶
func (*SourceGcs) SetBucket ¶
SetBucket gets a reference to the given string and assigns it to the Bucket field.
func (*SourceGcs) SetObjectBytesTotal ¶
SetObjectBytesTotal gets a reference to the given int64 and assigns it to the ObjectBytesTotal field.
func (*SourceGcs) SetObjectCountDownloaded ¶
SetObjectCountDownloaded gets a reference to the given int64 and assigns it to the ObjectCountDownloaded field.
func (*SourceGcs) SetObjectCountTotal ¶
SetObjectCountTotal gets a reference to the given int64 and assigns it to the ObjectCountTotal field.
func (*SourceGcs) SetPattern ¶
SetPattern gets a reference to the given string and assigns it to the Pattern field.
type SourceKafka ¶
type SourceKafka struct { // The Kafka topic to be tailed KafkaTopicName string `json:"kafka_topic_name"` Status *StatusKafka `json:"status,omitempty"` UseV3 *bool `json:"use_v3,omitempty"` OffsetResetPolicy *string `json:"offset_reset_policy,omitempty"` }
SourceKafka struct for SourceKafka
func NewSourceKafka ¶
func NewSourceKafka(kafkaTopicName string) *SourceKafka
NewSourceKafka instantiates a new SourceKafka object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceKafkaWithDefaults ¶
func NewSourceKafkaWithDefaults() *SourceKafka
NewSourceKafkaWithDefaults instantiates a new SourceKafka object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceKafka) GetKafkaTopicName ¶
func (o *SourceKafka) GetKafkaTopicName() string
GetKafkaTopicName returns the KafkaTopicName field value
func (*SourceKafka) GetKafkaTopicNameOk ¶
func (o *SourceKafka) GetKafkaTopicNameOk() (*string, bool)
GetKafkaTopicNameOk returns a tuple with the KafkaTopicName field value and a boolean to check if the value has been set.
func (*SourceKafka) GetOffsetResetPolicy ¶
func (o *SourceKafka) GetOffsetResetPolicy() string
GetOffsetResetPolicy returns the OffsetResetPolicy field value if set, zero value otherwise.
func (*SourceKafka) GetOffsetResetPolicyOk ¶
func (o *SourceKafka) GetOffsetResetPolicyOk() (*string, bool)
GetOffsetResetPolicyOk returns a tuple with the OffsetResetPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceKafka) GetStatus ¶
func (o *SourceKafka) GetStatus() StatusKafka
GetStatus returns the Status field value if set, zero value otherwise.
func (*SourceKafka) GetStatusOk ¶
func (o *SourceKafka) GetStatusOk() (*StatusKafka, 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 (*SourceKafka) GetUseV3 ¶
func (o *SourceKafka) GetUseV3() bool
GetUseV3 returns the UseV3 field value if set, zero value otherwise.
func (*SourceKafka) GetUseV3Ok ¶
func (o *SourceKafka) GetUseV3Ok() (*bool, bool)
GetUseV3Ok returns a tuple with the UseV3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceKafka) HasOffsetResetPolicy ¶
func (o *SourceKafka) HasOffsetResetPolicy() bool
HasOffsetResetPolicy returns a boolean if a field has been set.
func (*SourceKafka) HasStatus ¶
func (o *SourceKafka) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*SourceKafka) HasUseV3 ¶
func (o *SourceKafka) HasUseV3() bool
HasUseV3 returns a boolean if a field has been set.
func (SourceKafka) MarshalJSON ¶
func (o SourceKafka) MarshalJSON() ([]byte, error)
func (*SourceKafka) SetKafkaTopicName ¶
func (o *SourceKafka) SetKafkaTopicName(v string)
SetKafkaTopicName sets field value
func (*SourceKafka) SetOffsetResetPolicy ¶
func (o *SourceKafka) SetOffsetResetPolicy(v string)
SetOffsetResetPolicy gets a reference to the given string and assigns it to the OffsetResetPolicy field.
func (*SourceKafka) SetStatus ¶
func (o *SourceKafka) SetStatus(v StatusKafka)
SetStatus gets a reference to the given StatusKafka and assigns it to the Status field.
func (*SourceKafka) SetUseV3 ¶
func (o *SourceKafka) SetUseV3(v bool)
SetUseV3 gets a reference to the given bool and assigns it to the UseV3 field.
type SourceKinesis ¶
type SourceKinesis struct { // AWS region name of Kinesis stream, by default us-west-2 is used AwsRegion *string `json:"aws_region,omitempty"` // name of kinesis stream StreamName string `json:"stream_name"` // set of fields that correspond to a DMS primary key DmsPrimaryKey []string `json:"dms_primary_key,omitempty"` // For non-DMS streams, Rockset can tail from the earliest end or latest end of kinesis source. OffsetResetPolicy *string `json:"offset_reset_policy,omitempty"` }
SourceKinesis struct for SourceKinesis
func NewSourceKinesis ¶
func NewSourceKinesis(streamName string) *SourceKinesis
NewSourceKinesis instantiates a new SourceKinesis object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceKinesisWithDefaults ¶
func NewSourceKinesisWithDefaults() *SourceKinesis
NewSourceKinesisWithDefaults instantiates a new SourceKinesis object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceKinesis) GetAwsRegion ¶
func (o *SourceKinesis) GetAwsRegion() string
GetAwsRegion returns the AwsRegion field value if set, zero value otherwise.
func (*SourceKinesis) GetAwsRegionOk ¶
func (o *SourceKinesis) GetAwsRegionOk() (*string, bool)
GetAwsRegionOk returns a tuple with the AwsRegion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceKinesis) GetDmsPrimaryKey ¶
func (o *SourceKinesis) GetDmsPrimaryKey() []string
GetDmsPrimaryKey returns the DmsPrimaryKey field value if set, zero value otherwise.
func (*SourceKinesis) GetDmsPrimaryKeyOk ¶
func (o *SourceKinesis) GetDmsPrimaryKeyOk() ([]string, bool)
GetDmsPrimaryKeyOk returns a tuple with the DmsPrimaryKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceKinesis) GetOffsetResetPolicy ¶
func (o *SourceKinesis) GetOffsetResetPolicy() string
GetOffsetResetPolicy returns the OffsetResetPolicy field value if set, zero value otherwise.
func (*SourceKinesis) GetOffsetResetPolicyOk ¶
func (o *SourceKinesis) GetOffsetResetPolicyOk() (*string, bool)
GetOffsetResetPolicyOk returns a tuple with the OffsetResetPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceKinesis) GetStreamName ¶
func (o *SourceKinesis) GetStreamName() string
GetStreamName returns the StreamName field value
func (*SourceKinesis) GetStreamNameOk ¶
func (o *SourceKinesis) GetStreamNameOk() (*string, bool)
GetStreamNameOk returns a tuple with the StreamName field value and a boolean to check if the value has been set.
func (*SourceKinesis) HasAwsRegion ¶
func (o *SourceKinesis) HasAwsRegion() bool
HasAwsRegion returns a boolean if a field has been set.
func (*SourceKinesis) HasDmsPrimaryKey ¶
func (o *SourceKinesis) HasDmsPrimaryKey() bool
HasDmsPrimaryKey returns a boolean if a field has been set.
func (*SourceKinesis) HasOffsetResetPolicy ¶
func (o *SourceKinesis) HasOffsetResetPolicy() bool
HasOffsetResetPolicy returns a boolean if a field has been set.
func (SourceKinesis) MarshalJSON ¶
func (o SourceKinesis) MarshalJSON() ([]byte, error)
func (*SourceKinesis) SetAwsRegion ¶
func (o *SourceKinesis) SetAwsRegion(v string)
SetAwsRegion gets a reference to the given string and assigns it to the AwsRegion field.
func (*SourceKinesis) SetDmsPrimaryKey ¶
func (o *SourceKinesis) SetDmsPrimaryKey(v []string)
SetDmsPrimaryKey gets a reference to the given []string and assigns it to the DmsPrimaryKey field.
func (*SourceKinesis) SetOffsetResetPolicy ¶
func (o *SourceKinesis) SetOffsetResetPolicy(v string)
SetOffsetResetPolicy gets a reference to the given string and assigns it to the OffsetResetPolicy field.
func (*SourceKinesis) SetStreamName ¶
func (o *SourceKinesis) SetStreamName(v string)
SetStreamName sets field value
type SourceMongoDb ¶
type SourceMongoDb struct { // MongoDB database name containing this collection DatabaseName string `json:"database_name"` // MongoDB collection name CollectionName string `json:"collection_name"` Status *StatusMongoDb `json:"status,omitempty"` }
SourceMongoDb struct for SourceMongoDb
func NewSourceMongoDb ¶
func NewSourceMongoDb(databaseName string, collectionName string) *SourceMongoDb
NewSourceMongoDb instantiates a new SourceMongoDb object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceMongoDbWithDefaults ¶
func NewSourceMongoDbWithDefaults() *SourceMongoDb
NewSourceMongoDbWithDefaults instantiates a new SourceMongoDb object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceMongoDb) GetCollectionName ¶
func (o *SourceMongoDb) GetCollectionName() string
GetCollectionName returns the CollectionName field value
func (*SourceMongoDb) GetCollectionNameOk ¶
func (o *SourceMongoDb) GetCollectionNameOk() (*string, bool)
GetCollectionNameOk returns a tuple with the CollectionName field value and a boolean to check if the value has been set.
func (*SourceMongoDb) GetDatabaseName ¶
func (o *SourceMongoDb) GetDatabaseName() string
GetDatabaseName returns the DatabaseName field value
func (*SourceMongoDb) GetDatabaseNameOk ¶
func (o *SourceMongoDb) GetDatabaseNameOk() (*string, bool)
GetDatabaseNameOk returns a tuple with the DatabaseName field value and a boolean to check if the value has been set.
func (*SourceMongoDb) GetStatus ¶
func (o *SourceMongoDb) GetStatus() StatusMongoDb
GetStatus returns the Status field value if set, zero value otherwise.
func (*SourceMongoDb) GetStatusOk ¶
func (o *SourceMongoDb) GetStatusOk() (*StatusMongoDb, 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 (*SourceMongoDb) HasStatus ¶
func (o *SourceMongoDb) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (SourceMongoDb) MarshalJSON ¶
func (o SourceMongoDb) MarshalJSON() ([]byte, error)
func (*SourceMongoDb) SetCollectionName ¶
func (o *SourceMongoDb) SetCollectionName(v string)
SetCollectionName sets field value
func (*SourceMongoDb) SetDatabaseName ¶
func (o *SourceMongoDb) SetDatabaseName(v string)
SetDatabaseName sets field value
func (*SourceMongoDb) SetStatus ¶
func (o *SourceMongoDb) SetStatus(v StatusMongoDb)
SetStatus gets a reference to the given StatusMongoDb and assigns it to the Status field.
type SourceS3 ¶
type SourceS3 struct { // Prefix that selects keys to ingest. Prefix *string `json:"prefix,omitempty"` // Glob-style pattern that selects keys to ingest. Only either prefix or pattern can be specified. Pattern *string `json:"pattern,omitempty"` // AWS region containing source bucket Region *string `json:"region,omitempty"` // address of S3 bucket containing data Bucket string `json:"bucket"` // list of prefixes to paths from which data should be ingested Prefixes []string `json:"prefixes"` ObjectCountDownloaded *int64 `json:"object_count_downloaded,omitempty"` ObjectCountTotal *int64 `json:"object_count_total,omitempty"` ObjectBytesTotal *int64 `json:"object_bytes_total,omitempty"` }
SourceS3 struct for SourceS3
func NewSourceS3 ¶
NewSourceS3 instantiates a new SourceS3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSourceS3WithDefaults ¶
func NewSourceS3WithDefaults() *SourceS3
NewSourceS3WithDefaults instantiates a new SourceS3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SourceS3) GetBucketOk ¶
GetBucketOk returns a tuple with the Bucket field value and a boolean to check if the value has been set.
func (*SourceS3) GetObjectBytesTotal ¶
GetObjectBytesTotal returns the ObjectBytesTotal field value if set, zero value otherwise.
func (*SourceS3) GetObjectBytesTotalOk ¶
GetObjectBytesTotalOk returns a tuple with the ObjectBytesTotal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceS3) GetObjectCountDownloaded ¶
GetObjectCountDownloaded returns the ObjectCountDownloaded field value if set, zero value otherwise.
func (*SourceS3) GetObjectCountDownloadedOk ¶
GetObjectCountDownloadedOk returns a tuple with the ObjectCountDownloaded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceS3) GetObjectCountTotal ¶
GetObjectCountTotal returns the ObjectCountTotal field value if set, zero value otherwise.
func (*SourceS3) GetObjectCountTotalOk ¶
GetObjectCountTotalOk returns a tuple with the ObjectCountTotal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceS3) GetPattern ¶
GetPattern returns the Pattern field value if set, zero value otherwise.
func (*SourceS3) GetPatternOk ¶
GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceS3) GetPrefixOk ¶
GetPrefixOk returns a tuple with the Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceS3) GetPrefixes ¶
GetPrefixes returns the Prefixes field value
func (*SourceS3) GetPrefixesOk ¶
GetPrefixesOk returns a tuple with the Prefixes field value and a boolean to check if the value has been set.
func (*SourceS3) GetRegionOk ¶
GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SourceS3) HasObjectBytesTotal ¶
HasObjectBytesTotal returns a boolean if a field has been set.
func (*SourceS3) HasObjectCountDownloaded ¶
HasObjectCountDownloaded returns a boolean if a field has been set.
func (*SourceS3) HasObjectCountTotal ¶
HasObjectCountTotal returns a boolean if a field has been set.
func (*SourceS3) HasPattern ¶
HasPattern returns a boolean if a field has been set.
func (SourceS3) MarshalJSON ¶
func (*SourceS3) SetObjectBytesTotal ¶
SetObjectBytesTotal gets a reference to the given int64 and assigns it to the ObjectBytesTotal field.
func (*SourceS3) SetObjectCountDownloaded ¶
SetObjectCountDownloaded gets a reference to the given int64 and assigns it to the ObjectCountDownloaded field.
func (*SourceS3) SetObjectCountTotal ¶
SetObjectCountTotal gets a reference to the given int64 and assigns it to the ObjectCountTotal field.
func (*SourceS3) SetPattern ¶
SetPattern gets a reference to the given string and assigns it to the Pattern field.
func (*SourceS3) SetPrefix ¶
SetPrefix gets a reference to the given string and assigns it to the Prefix field.
func (*SourceS3) SetPrefixes ¶
SetPrefixes sets field value
type SqlExpression ¶
type SqlExpression struct { // The name of a sql function Sql *string `json:"sql,omitempty"` }
SqlExpression struct for SqlExpression
func NewSqlExpression ¶
func NewSqlExpression() *SqlExpression
NewSqlExpression instantiates a new SqlExpression object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSqlExpressionWithDefaults ¶
func NewSqlExpressionWithDefaults() *SqlExpression
NewSqlExpressionWithDefaults instantiates a new SqlExpression object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SqlExpression) GetSql ¶
func (o *SqlExpression) GetSql() string
GetSql returns the Sql field value if set, zero value otherwise.
func (*SqlExpression) GetSqlOk ¶
func (o *SqlExpression) GetSqlOk() (*string, bool)
GetSqlOk returns a tuple with the Sql field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SqlExpression) HasSql ¶
func (o *SqlExpression) HasSql() bool
HasSql returns a boolean if a field has been set.
func (SqlExpression) MarshalJSON ¶
func (o SqlExpression) MarshalJSON() ([]byte, error)
func (*SqlExpression) SetSql ¶
func (o *SqlExpression) SetSql(v string)
SetSql gets a reference to the given string and assigns it to the Sql field.
type Status ¶
type Status struct { // Status of the Source's ingestion, one of: INITIALIZING, WATCHING, PROCESSING, COMPLETED, ERROR State *string `json:"state,omitempty"` // state message Message *string `json:"message,omitempty"` // ISO-8601 date when source was last processed LastProcessedAt *string `json:"last_processed_at,omitempty"` // last source item processed by ingester LastProcessedItem *string `json:"last_processed_item,omitempty"` // Total items processed of source TotalProcessedItems *int64 `json:"total_processed_items,omitempty"` }
Status struct for Status
func NewStatus ¶
func NewStatus() *Status
NewStatus instantiates a new Status object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStatusWithDefaults ¶
func NewStatusWithDefaults() *Status
NewStatusWithDefaults instantiates a new Status object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Status) GetLastProcessedAt ¶
GetLastProcessedAt returns the LastProcessedAt field value if set, zero value otherwise.
func (*Status) GetLastProcessedAtOk ¶
GetLastProcessedAtOk returns a tuple with the LastProcessedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Status) GetLastProcessedItem ¶
GetLastProcessedItem returns the LastProcessedItem field value if set, zero value otherwise.
func (*Status) GetLastProcessedItemOk ¶
GetLastProcessedItemOk returns a tuple with the LastProcessedItem field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Status) GetMessage ¶
GetMessage returns the Message field value if set, zero value otherwise.
func (*Status) GetMessageOk ¶
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 (*Status) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Status) GetTotalProcessedItems ¶
GetTotalProcessedItems returns the TotalProcessedItems field value if set, zero value otherwise.
func (*Status) GetTotalProcessedItemsOk ¶
GetTotalProcessedItemsOk returns a tuple with the TotalProcessedItems field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Status) HasLastProcessedAt ¶
HasLastProcessedAt returns a boolean if a field has been set.
func (*Status) HasLastProcessedItem ¶
HasLastProcessedItem returns a boolean if a field has been set.
func (*Status) HasMessage ¶
HasMessage returns a boolean if a field has been set.
func (*Status) HasTotalProcessedItems ¶
HasTotalProcessedItems returns a boolean if a field has been set.
func (Status) MarshalJSON ¶
func (*Status) SetLastProcessedAt ¶
SetLastProcessedAt gets a reference to the given string and assigns it to the LastProcessedAt field.
func (*Status) SetLastProcessedItem ¶
SetLastProcessedItem gets a reference to the given string and assigns it to the LastProcessedItem field.
func (*Status) SetMessage ¶
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*Status) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
func (*Status) SetTotalProcessedItems ¶
SetTotalProcessedItems gets a reference to the given int64 and assigns it to the TotalProcessedItems field.
type StatusAzureEventHubs ¶
type StatusAzureEventHubs struct { // State of the source State *string `json:"state,omitempty"` // Time at which the last document was consumed LastConsumedTime *string `json:"last_consumed_time,omitempty"` // Number of documents consumed NumDocumentsProcessed *int64 `json:"num_documents_processed,omitempty"` // Status info per partition Partitions []StatusAzureEventHubsPartition `json:"partitions,omitempty"` }
StatusAzureEventHubs struct for StatusAzureEventHubs
func NewStatusAzureEventHubs ¶
func NewStatusAzureEventHubs() *StatusAzureEventHubs
NewStatusAzureEventHubs instantiates a new StatusAzureEventHubs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStatusAzureEventHubsWithDefaults ¶
func NewStatusAzureEventHubsWithDefaults() *StatusAzureEventHubs
NewStatusAzureEventHubsWithDefaults instantiates a new StatusAzureEventHubs object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StatusAzureEventHubs) GetLastConsumedTime ¶
func (o *StatusAzureEventHubs) GetLastConsumedTime() string
GetLastConsumedTime returns the LastConsumedTime field value if set, zero value otherwise.
func (*StatusAzureEventHubs) GetLastConsumedTimeOk ¶
func (o *StatusAzureEventHubs) GetLastConsumedTimeOk() (*string, bool)
GetLastConsumedTimeOk returns a tuple with the LastConsumedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusAzureEventHubs) GetNumDocumentsProcessed ¶
func (o *StatusAzureEventHubs) GetNumDocumentsProcessed() int64
GetNumDocumentsProcessed returns the NumDocumentsProcessed field value if set, zero value otherwise.
func (*StatusAzureEventHubs) GetNumDocumentsProcessedOk ¶
func (o *StatusAzureEventHubs) GetNumDocumentsProcessedOk() (*int64, bool)
GetNumDocumentsProcessedOk returns a tuple with the NumDocumentsProcessed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusAzureEventHubs) GetPartitions ¶
func (o *StatusAzureEventHubs) GetPartitions() []StatusAzureEventHubsPartition
GetPartitions returns the Partitions field value if set, zero value otherwise.
func (*StatusAzureEventHubs) GetPartitionsOk ¶
func (o *StatusAzureEventHubs) GetPartitionsOk() ([]StatusAzureEventHubsPartition, bool)
GetPartitionsOk returns a tuple with the Partitions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusAzureEventHubs) GetState ¶
func (o *StatusAzureEventHubs) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*StatusAzureEventHubs) GetStateOk ¶
func (o *StatusAzureEventHubs) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusAzureEventHubs) HasLastConsumedTime ¶
func (o *StatusAzureEventHubs) HasLastConsumedTime() bool
HasLastConsumedTime returns a boolean if a field has been set.
func (*StatusAzureEventHubs) HasNumDocumentsProcessed ¶
func (o *StatusAzureEventHubs) HasNumDocumentsProcessed() bool
HasNumDocumentsProcessed returns a boolean if a field has been set.
func (*StatusAzureEventHubs) HasPartitions ¶
func (o *StatusAzureEventHubs) HasPartitions() bool
HasPartitions returns a boolean if a field has been set.
func (*StatusAzureEventHubs) HasState ¶
func (o *StatusAzureEventHubs) HasState() bool
HasState returns a boolean if a field has been set.
func (StatusAzureEventHubs) MarshalJSON ¶
func (o StatusAzureEventHubs) MarshalJSON() ([]byte, error)
func (*StatusAzureEventHubs) SetLastConsumedTime ¶
func (o *StatusAzureEventHubs) SetLastConsumedTime(v string)
SetLastConsumedTime gets a reference to the given string and assigns it to the LastConsumedTime field.
func (*StatusAzureEventHubs) SetNumDocumentsProcessed ¶
func (o *StatusAzureEventHubs) SetNumDocumentsProcessed(v int64)
SetNumDocumentsProcessed gets a reference to the given int64 and assigns it to the NumDocumentsProcessed field.
func (*StatusAzureEventHubs) SetPartitions ¶
func (o *StatusAzureEventHubs) SetPartitions(v []StatusAzureEventHubsPartition)
SetPartitions gets a reference to the given []StatusAzureEventHubsPartition and assigns it to the Partitions field.
func (*StatusAzureEventHubs) SetState ¶
func (o *StatusAzureEventHubs) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
type StatusAzureEventHubsPartition ¶
type StatusAzureEventHubsPartition struct { // The number of this partition PartitionNumber *int32 `json:"partition_number,omitempty"` // Latest offset of partition PartitionOffset *int64 `json:"partition_offset,omitempty"` // Per partition lag for offset OffsetLag *int64 `json:"offset_lag,omitempty"` }
StatusAzureEventHubsPartition struct for StatusAzureEventHubsPartition
func NewStatusAzureEventHubsPartition ¶
func NewStatusAzureEventHubsPartition() *StatusAzureEventHubsPartition
NewStatusAzureEventHubsPartition instantiates a new StatusAzureEventHubsPartition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStatusAzureEventHubsPartitionWithDefaults ¶
func NewStatusAzureEventHubsPartitionWithDefaults() *StatusAzureEventHubsPartition
NewStatusAzureEventHubsPartitionWithDefaults instantiates a new StatusAzureEventHubsPartition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StatusAzureEventHubsPartition) GetOffsetLag ¶
func (o *StatusAzureEventHubsPartition) GetOffsetLag() int64
GetOffsetLag returns the OffsetLag field value if set, zero value otherwise.
func (*StatusAzureEventHubsPartition) GetOffsetLagOk ¶
func (o *StatusAzureEventHubsPartition) GetOffsetLagOk() (*int64, bool)
GetOffsetLagOk returns a tuple with the OffsetLag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusAzureEventHubsPartition) GetPartitionNumber ¶
func (o *StatusAzureEventHubsPartition) GetPartitionNumber() int32
GetPartitionNumber returns the PartitionNumber field value if set, zero value otherwise.
func (*StatusAzureEventHubsPartition) GetPartitionNumberOk ¶
func (o *StatusAzureEventHubsPartition) GetPartitionNumberOk() (*int32, bool)
GetPartitionNumberOk returns a tuple with the PartitionNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusAzureEventHubsPartition) GetPartitionOffset ¶
func (o *StatusAzureEventHubsPartition) GetPartitionOffset() int64
GetPartitionOffset returns the PartitionOffset field value if set, zero value otherwise.
func (*StatusAzureEventHubsPartition) GetPartitionOffsetOk ¶
func (o *StatusAzureEventHubsPartition) GetPartitionOffsetOk() (*int64, bool)
GetPartitionOffsetOk returns a tuple with the PartitionOffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusAzureEventHubsPartition) HasOffsetLag ¶
func (o *StatusAzureEventHubsPartition) HasOffsetLag() bool
HasOffsetLag returns a boolean if a field has been set.
func (*StatusAzureEventHubsPartition) HasPartitionNumber ¶
func (o *StatusAzureEventHubsPartition) HasPartitionNumber() bool
HasPartitionNumber returns a boolean if a field has been set.
func (*StatusAzureEventHubsPartition) HasPartitionOffset ¶
func (o *StatusAzureEventHubsPartition) HasPartitionOffset() bool
HasPartitionOffset returns a boolean if a field has been set.
func (StatusAzureEventHubsPartition) MarshalJSON ¶
func (o StatusAzureEventHubsPartition) MarshalJSON() ([]byte, error)
func (*StatusAzureEventHubsPartition) SetOffsetLag ¶
func (o *StatusAzureEventHubsPartition) SetOffsetLag(v int64)
SetOffsetLag gets a reference to the given int64 and assigns it to the OffsetLag field.
func (*StatusAzureEventHubsPartition) SetPartitionNumber ¶
func (o *StatusAzureEventHubsPartition) SetPartitionNumber(v int32)
SetPartitionNumber gets a reference to the given int32 and assigns it to the PartitionNumber field.
func (*StatusAzureEventHubsPartition) SetPartitionOffset ¶
func (o *StatusAzureEventHubsPartition) SetPartitionOffset(v int64)
SetPartitionOffset gets a reference to the given int64 and assigns it to the PartitionOffset field.
type StatusAzureServiceBus ¶
type StatusAzureServiceBus struct { // Service Bus first message processed time in ISO-8601 format FirstProcessedAt *time.Time `json:"first_processed_at,omitempty"` // Number of records processed RecordsProcessed *int64 `json:"records_processed,omitempty"` // Sessions processed Sessions *map[string]StatusAzureServiceBusSession `json:"sessions,omitempty"` }
StatusAzureServiceBus struct for StatusAzureServiceBus
func NewStatusAzureServiceBus ¶
func NewStatusAzureServiceBus() *StatusAzureServiceBus
NewStatusAzureServiceBus instantiates a new StatusAzureServiceBus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStatusAzureServiceBusWithDefaults ¶
func NewStatusAzureServiceBusWithDefaults() *StatusAzureServiceBus
NewStatusAzureServiceBusWithDefaults instantiates a new StatusAzureServiceBus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StatusAzureServiceBus) GetFirstProcessedAt ¶
func (o *StatusAzureServiceBus) GetFirstProcessedAt() time.Time
GetFirstProcessedAt returns the FirstProcessedAt field value if set, zero value otherwise.
func (*StatusAzureServiceBus) GetFirstProcessedAtOk ¶
func (o *StatusAzureServiceBus) GetFirstProcessedAtOk() (*time.Time, bool)
GetFirstProcessedAtOk returns a tuple with the FirstProcessedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusAzureServiceBus) GetRecordsProcessed ¶
func (o *StatusAzureServiceBus) GetRecordsProcessed() int64
GetRecordsProcessed returns the RecordsProcessed field value if set, zero value otherwise.
func (*StatusAzureServiceBus) GetRecordsProcessedOk ¶
func (o *StatusAzureServiceBus) GetRecordsProcessedOk() (*int64, bool)
GetRecordsProcessedOk returns a tuple with the RecordsProcessed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusAzureServiceBus) GetSessions ¶
func (o *StatusAzureServiceBus) GetSessions() map[string]StatusAzureServiceBusSession
GetSessions returns the Sessions field value if set, zero value otherwise.
func (*StatusAzureServiceBus) GetSessionsOk ¶
func (o *StatusAzureServiceBus) GetSessionsOk() (*map[string]StatusAzureServiceBusSession, bool)
GetSessionsOk returns a tuple with the Sessions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusAzureServiceBus) HasFirstProcessedAt ¶
func (o *StatusAzureServiceBus) HasFirstProcessedAt() bool
HasFirstProcessedAt returns a boolean if a field has been set.
func (*StatusAzureServiceBus) HasRecordsProcessed ¶
func (o *StatusAzureServiceBus) HasRecordsProcessed() bool
HasRecordsProcessed returns a boolean if a field has been set.
func (*StatusAzureServiceBus) HasSessions ¶
func (o *StatusAzureServiceBus) HasSessions() bool
HasSessions returns a boolean if a field has been set.
func (StatusAzureServiceBus) MarshalJSON ¶
func (o StatusAzureServiceBus) MarshalJSON() ([]byte, error)
func (*StatusAzureServiceBus) SetFirstProcessedAt ¶
func (o *StatusAzureServiceBus) SetFirstProcessedAt(v time.Time)
SetFirstProcessedAt gets a reference to the given time.Time and assigns it to the FirstProcessedAt field.
func (*StatusAzureServiceBus) SetRecordsProcessed ¶
func (o *StatusAzureServiceBus) SetRecordsProcessed(v int64)
SetRecordsProcessed gets a reference to the given int64 and assigns it to the RecordsProcessed field.
func (*StatusAzureServiceBus) SetSessions ¶
func (o *StatusAzureServiceBus) SetSessions(v map[string]StatusAzureServiceBusSession)
SetSessions gets a reference to the given map[string]StatusAzureServiceBusSession and assigns it to the Sessions field.
type StatusAzureServiceBusSession ¶
type StatusAzureServiceBusSession struct { // The last processed sequence number within this session SequenceNumber *int64 `json:"sequence_number,omitempty"` // Most recent ISO-8601 date when a message from this session was processed LastProcessed *time.Time `json:"last_processed,omitempty"` }
StatusAzureServiceBusSession struct for StatusAzureServiceBusSession
func NewStatusAzureServiceBusSession ¶
func NewStatusAzureServiceBusSession() *StatusAzureServiceBusSession
NewStatusAzureServiceBusSession instantiates a new StatusAzureServiceBusSession object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStatusAzureServiceBusSessionWithDefaults ¶
func NewStatusAzureServiceBusSessionWithDefaults() *StatusAzureServiceBusSession
NewStatusAzureServiceBusSessionWithDefaults instantiates a new StatusAzureServiceBusSession object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StatusAzureServiceBusSession) GetLastProcessed ¶
func (o *StatusAzureServiceBusSession) GetLastProcessed() time.Time
GetLastProcessed returns the LastProcessed field value if set, zero value otherwise.
func (*StatusAzureServiceBusSession) GetLastProcessedOk ¶
func (o *StatusAzureServiceBusSession) GetLastProcessedOk() (*time.Time, bool)
GetLastProcessedOk returns a tuple with the LastProcessed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusAzureServiceBusSession) GetSequenceNumber ¶
func (o *StatusAzureServiceBusSession) GetSequenceNumber() int64
GetSequenceNumber returns the SequenceNumber field value if set, zero value otherwise.
func (*StatusAzureServiceBusSession) GetSequenceNumberOk ¶
func (o *StatusAzureServiceBusSession) GetSequenceNumberOk() (*int64, bool)
GetSequenceNumberOk returns a tuple with the SequenceNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusAzureServiceBusSession) HasLastProcessed ¶
func (o *StatusAzureServiceBusSession) HasLastProcessed() bool
HasLastProcessed returns a boolean if a field has been set.
func (*StatusAzureServiceBusSession) HasSequenceNumber ¶
func (o *StatusAzureServiceBusSession) HasSequenceNumber() bool
HasSequenceNumber returns a boolean if a field has been set.
func (StatusAzureServiceBusSession) MarshalJSON ¶
func (o StatusAzureServiceBusSession) MarshalJSON() ([]byte, error)
func (*StatusAzureServiceBusSession) SetLastProcessed ¶
func (o *StatusAzureServiceBusSession) SetLastProcessed(v time.Time)
SetLastProcessed gets a reference to the given time.Time and assigns it to the LastProcessed field.
func (*StatusAzureServiceBusSession) SetSequenceNumber ¶
func (o *StatusAzureServiceBusSession) SetSequenceNumber(v int64)
SetSequenceNumber gets a reference to the given int64 and assigns it to the SequenceNumber field.
type StatusDynamoDb ¶
type StatusDynamoDb struct { // DynamoDB scan start time ScanStartTime *string `json:"scan_start_time,omitempty"` // DynamoDb scan end time ScanEndTime *string `json:"scan_end_time,omitempty"` // Number of records inserted using scan ScanRecordsProcessed *int64 `json:"scan_records_processed,omitempty"` // Number of records in DynamoDB table at time of scan ScanTotalRecords *int64 `json:"scan_total_records,omitempty"` // state of current ingest for this table State *string `json:"state,omitempty"` // ISO-8601 date when source was last processed StreamLastProcessedAt *string `json:"stream_last_processed_at,omitempty"` }
StatusDynamoDb struct for StatusDynamoDb
func NewStatusDynamoDb ¶
func NewStatusDynamoDb() *StatusDynamoDb
NewStatusDynamoDb instantiates a new StatusDynamoDb object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStatusDynamoDbWithDefaults ¶
func NewStatusDynamoDbWithDefaults() *StatusDynamoDb
NewStatusDynamoDbWithDefaults instantiates a new StatusDynamoDb object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StatusDynamoDb) GetScanEndTime ¶
func (o *StatusDynamoDb) GetScanEndTime() string
GetScanEndTime returns the ScanEndTime field value if set, zero value otherwise.
func (*StatusDynamoDb) GetScanEndTimeOk ¶
func (o *StatusDynamoDb) GetScanEndTimeOk() (*string, bool)
GetScanEndTimeOk returns a tuple with the ScanEndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusDynamoDb) GetScanRecordsProcessed ¶
func (o *StatusDynamoDb) GetScanRecordsProcessed() int64
GetScanRecordsProcessed returns the ScanRecordsProcessed field value if set, zero value otherwise.
func (*StatusDynamoDb) GetScanRecordsProcessedOk ¶
func (o *StatusDynamoDb) GetScanRecordsProcessedOk() (*int64, bool)
GetScanRecordsProcessedOk returns a tuple with the ScanRecordsProcessed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusDynamoDb) GetScanStartTime ¶
func (o *StatusDynamoDb) GetScanStartTime() string
GetScanStartTime returns the ScanStartTime field value if set, zero value otherwise.
func (*StatusDynamoDb) GetScanStartTimeOk ¶
func (o *StatusDynamoDb) GetScanStartTimeOk() (*string, bool)
GetScanStartTimeOk returns a tuple with the ScanStartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusDynamoDb) GetScanTotalRecords ¶
func (o *StatusDynamoDb) GetScanTotalRecords() int64
GetScanTotalRecords returns the ScanTotalRecords field value if set, zero value otherwise.
func (*StatusDynamoDb) GetScanTotalRecordsOk ¶
func (o *StatusDynamoDb) GetScanTotalRecordsOk() (*int64, bool)
GetScanTotalRecordsOk returns a tuple with the ScanTotalRecords field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusDynamoDb) GetState ¶
func (o *StatusDynamoDb) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*StatusDynamoDb) GetStateOk ¶
func (o *StatusDynamoDb) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusDynamoDb) GetStreamLastProcessedAt ¶
func (o *StatusDynamoDb) GetStreamLastProcessedAt() string
GetStreamLastProcessedAt returns the StreamLastProcessedAt field value if set, zero value otherwise.
func (*StatusDynamoDb) GetStreamLastProcessedAtOk ¶
func (o *StatusDynamoDb) GetStreamLastProcessedAtOk() (*string, bool)
GetStreamLastProcessedAtOk returns a tuple with the StreamLastProcessedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusDynamoDb) HasScanEndTime ¶
func (o *StatusDynamoDb) HasScanEndTime() bool
HasScanEndTime returns a boolean if a field has been set.
func (*StatusDynamoDb) HasScanRecordsProcessed ¶
func (o *StatusDynamoDb) HasScanRecordsProcessed() bool
HasScanRecordsProcessed returns a boolean if a field has been set.
func (*StatusDynamoDb) HasScanStartTime ¶
func (o *StatusDynamoDb) HasScanStartTime() bool
HasScanStartTime returns a boolean if a field has been set.
func (*StatusDynamoDb) HasScanTotalRecords ¶
func (o *StatusDynamoDb) HasScanTotalRecords() bool
HasScanTotalRecords returns a boolean if a field has been set.
func (*StatusDynamoDb) HasState ¶
func (o *StatusDynamoDb) HasState() bool
HasState returns a boolean if a field has been set.
func (*StatusDynamoDb) HasStreamLastProcessedAt ¶
func (o *StatusDynamoDb) HasStreamLastProcessedAt() bool
HasStreamLastProcessedAt returns a boolean if a field has been set.
func (StatusDynamoDb) MarshalJSON ¶
func (o StatusDynamoDb) MarshalJSON() ([]byte, error)
func (*StatusDynamoDb) SetScanEndTime ¶
func (o *StatusDynamoDb) SetScanEndTime(v string)
SetScanEndTime gets a reference to the given string and assigns it to the ScanEndTime field.
func (*StatusDynamoDb) SetScanRecordsProcessed ¶
func (o *StatusDynamoDb) SetScanRecordsProcessed(v int64)
SetScanRecordsProcessed gets a reference to the given int64 and assigns it to the ScanRecordsProcessed field.
func (*StatusDynamoDb) SetScanStartTime ¶
func (o *StatusDynamoDb) SetScanStartTime(v string)
SetScanStartTime gets a reference to the given string and assigns it to the ScanStartTime field.
func (*StatusDynamoDb) SetScanTotalRecords ¶
func (o *StatusDynamoDb) SetScanTotalRecords(v int64)
SetScanTotalRecords gets a reference to the given int64 and assigns it to the ScanTotalRecords field.
func (*StatusDynamoDb) SetState ¶
func (o *StatusDynamoDb) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*StatusDynamoDb) SetStreamLastProcessedAt ¶
func (o *StatusDynamoDb) SetStreamLastProcessedAt(v string)
SetStreamLastProcessedAt gets a reference to the given string and assigns it to the StreamLastProcessedAt field.
type StatusDynamoDbV2 ¶
type StatusDynamoDbV2 struct { InitialDumpCompletionPercentage *float64 `json:"initial_dump_completion_percentage,omitempty"` // state of current ingest for this table State *string `json:"state,omitempty"` // ISO-8601 date when source was last processed StreamLastProcessedAt *string `json:"stream_last_processed_at,omitempty"` }
StatusDynamoDbV2 struct for StatusDynamoDbV2
func NewStatusDynamoDbV2 ¶
func NewStatusDynamoDbV2() *StatusDynamoDbV2
NewStatusDynamoDbV2 instantiates a new StatusDynamoDbV2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStatusDynamoDbV2WithDefaults ¶
func NewStatusDynamoDbV2WithDefaults() *StatusDynamoDbV2
NewStatusDynamoDbV2WithDefaults instantiates a new StatusDynamoDbV2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StatusDynamoDbV2) GetInitialDumpCompletionPercentage ¶
func (o *StatusDynamoDbV2) GetInitialDumpCompletionPercentage() float64
GetInitialDumpCompletionPercentage returns the InitialDumpCompletionPercentage field value if set, zero value otherwise.
func (*StatusDynamoDbV2) GetInitialDumpCompletionPercentageOk ¶
func (o *StatusDynamoDbV2) GetInitialDumpCompletionPercentageOk() (*float64, bool)
GetInitialDumpCompletionPercentageOk returns a tuple with the InitialDumpCompletionPercentage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusDynamoDbV2) GetState ¶
func (o *StatusDynamoDbV2) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*StatusDynamoDbV2) GetStateOk ¶
func (o *StatusDynamoDbV2) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusDynamoDbV2) GetStreamLastProcessedAt ¶
func (o *StatusDynamoDbV2) GetStreamLastProcessedAt() string
GetStreamLastProcessedAt returns the StreamLastProcessedAt field value if set, zero value otherwise.
func (*StatusDynamoDbV2) GetStreamLastProcessedAtOk ¶
func (o *StatusDynamoDbV2) GetStreamLastProcessedAtOk() (*string, bool)
GetStreamLastProcessedAtOk returns a tuple with the StreamLastProcessedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusDynamoDbV2) HasInitialDumpCompletionPercentage ¶
func (o *StatusDynamoDbV2) HasInitialDumpCompletionPercentage() bool
HasInitialDumpCompletionPercentage returns a boolean if a field has been set.
func (*StatusDynamoDbV2) HasState ¶
func (o *StatusDynamoDbV2) HasState() bool
HasState returns a boolean if a field has been set.
func (*StatusDynamoDbV2) HasStreamLastProcessedAt ¶
func (o *StatusDynamoDbV2) HasStreamLastProcessedAt() bool
HasStreamLastProcessedAt returns a boolean if a field has been set.
func (StatusDynamoDbV2) MarshalJSON ¶
func (o StatusDynamoDbV2) MarshalJSON() ([]byte, error)
func (*StatusDynamoDbV2) SetInitialDumpCompletionPercentage ¶
func (o *StatusDynamoDbV2) SetInitialDumpCompletionPercentage(v float64)
SetInitialDumpCompletionPercentage gets a reference to the given float64 and assigns it to the InitialDumpCompletionPercentage field.
func (*StatusDynamoDbV2) SetState ¶
func (o *StatusDynamoDbV2) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*StatusDynamoDbV2) SetStreamLastProcessedAt ¶
func (o *StatusDynamoDbV2) SetStreamLastProcessedAt(v string)
SetStreamLastProcessedAt gets a reference to the given string and assigns it to the StreamLastProcessedAt field.
type StatusKafka ¶
type StatusKafka struct { // State of the Kafka source State *string `json:"state,omitempty"` // Time at which the last document was consumed from Kafka LastConsumedTime *string `json:"last_consumed_time,omitempty"` // Number of documents consumed by this Kafka topic NumDocumentsProcessed *int64 `json:"num_documents_processed,omitempty"` // Status info per partition KafkaPartitions []StatusKafkaPartition `json:"kafka_partitions,omitempty"` }
StatusKafka struct for StatusKafka
func NewStatusKafka ¶
func NewStatusKafka() *StatusKafka
NewStatusKafka instantiates a new StatusKafka object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStatusKafkaWithDefaults ¶
func NewStatusKafkaWithDefaults() *StatusKafka
NewStatusKafkaWithDefaults instantiates a new StatusKafka object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StatusKafka) GetKafkaPartitions ¶
func (o *StatusKafka) GetKafkaPartitions() []StatusKafkaPartition
GetKafkaPartitions returns the KafkaPartitions field value if set, zero value otherwise.
func (*StatusKafka) GetKafkaPartitionsOk ¶
func (o *StatusKafka) GetKafkaPartitionsOk() ([]StatusKafkaPartition, bool)
GetKafkaPartitionsOk returns a tuple with the KafkaPartitions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusKafka) GetLastConsumedTime ¶
func (o *StatusKafka) GetLastConsumedTime() string
GetLastConsumedTime returns the LastConsumedTime field value if set, zero value otherwise.
func (*StatusKafka) GetLastConsumedTimeOk ¶
func (o *StatusKafka) GetLastConsumedTimeOk() (*string, bool)
GetLastConsumedTimeOk returns a tuple with the LastConsumedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusKafka) GetNumDocumentsProcessed ¶
func (o *StatusKafka) GetNumDocumentsProcessed() int64
GetNumDocumentsProcessed returns the NumDocumentsProcessed field value if set, zero value otherwise.
func (*StatusKafka) GetNumDocumentsProcessedOk ¶
func (o *StatusKafka) GetNumDocumentsProcessedOk() (*int64, bool)
GetNumDocumentsProcessedOk returns a tuple with the NumDocumentsProcessed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusKafka) GetState ¶
func (o *StatusKafka) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*StatusKafka) GetStateOk ¶
func (o *StatusKafka) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusKafka) HasKafkaPartitions ¶
func (o *StatusKafka) HasKafkaPartitions() bool
HasKafkaPartitions returns a boolean if a field has been set.
func (*StatusKafka) HasLastConsumedTime ¶
func (o *StatusKafka) HasLastConsumedTime() bool
HasLastConsumedTime returns a boolean if a field has been set.
func (*StatusKafka) HasNumDocumentsProcessed ¶
func (o *StatusKafka) HasNumDocumentsProcessed() bool
HasNumDocumentsProcessed returns a boolean if a field has been set.
func (*StatusKafka) HasState ¶
func (o *StatusKafka) HasState() bool
HasState returns a boolean if a field has been set.
func (StatusKafka) MarshalJSON ¶
func (o StatusKafka) MarshalJSON() ([]byte, error)
func (*StatusKafka) SetKafkaPartitions ¶
func (o *StatusKafka) SetKafkaPartitions(v []StatusKafkaPartition)
SetKafkaPartitions gets a reference to the given []StatusKafkaPartition and assigns it to the KafkaPartitions field.
func (*StatusKafka) SetLastConsumedTime ¶
func (o *StatusKafka) SetLastConsumedTime(v string)
SetLastConsumedTime gets a reference to the given string and assigns it to the LastConsumedTime field.
func (*StatusKafka) SetNumDocumentsProcessed ¶
func (o *StatusKafka) SetNumDocumentsProcessed(v int64)
SetNumDocumentsProcessed gets a reference to the given int64 and assigns it to the NumDocumentsProcessed field.
func (*StatusKafka) SetState ¶
func (o *StatusKafka) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
type StatusKafkaPartition ¶
type StatusKafkaPartition struct { // The number of this partition PartitionNumber *int32 `json:"partition_number,omitempty"` // Latest offset of partition PartitionOffset *int64 `json:"partition_offset,omitempty"` // Per partition lag for offset OffsetLag *int64 `json:"offset_lag,omitempty"` }
StatusKafkaPartition struct for StatusKafkaPartition
func NewStatusKafkaPartition ¶
func NewStatusKafkaPartition() *StatusKafkaPartition
NewStatusKafkaPartition instantiates a new StatusKafkaPartition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStatusKafkaPartitionWithDefaults ¶
func NewStatusKafkaPartitionWithDefaults() *StatusKafkaPartition
NewStatusKafkaPartitionWithDefaults instantiates a new StatusKafkaPartition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StatusKafkaPartition) GetOffsetLag ¶
func (o *StatusKafkaPartition) GetOffsetLag() int64
GetOffsetLag returns the OffsetLag field value if set, zero value otherwise.
func (*StatusKafkaPartition) GetOffsetLagOk ¶
func (o *StatusKafkaPartition) GetOffsetLagOk() (*int64, bool)
GetOffsetLagOk returns a tuple with the OffsetLag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusKafkaPartition) GetPartitionNumber ¶
func (o *StatusKafkaPartition) GetPartitionNumber() int32
GetPartitionNumber returns the PartitionNumber field value if set, zero value otherwise.
func (*StatusKafkaPartition) GetPartitionNumberOk ¶
func (o *StatusKafkaPartition) GetPartitionNumberOk() (*int32, bool)
GetPartitionNumberOk returns a tuple with the PartitionNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusKafkaPartition) GetPartitionOffset ¶
func (o *StatusKafkaPartition) GetPartitionOffset() int64
GetPartitionOffset returns the PartitionOffset field value if set, zero value otherwise.
func (*StatusKafkaPartition) GetPartitionOffsetOk ¶
func (o *StatusKafkaPartition) GetPartitionOffsetOk() (*int64, bool)
GetPartitionOffsetOk returns a tuple with the PartitionOffset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusKafkaPartition) HasOffsetLag ¶
func (o *StatusKafkaPartition) HasOffsetLag() bool
HasOffsetLag returns a boolean if a field has been set.
func (*StatusKafkaPartition) HasPartitionNumber ¶
func (o *StatusKafkaPartition) HasPartitionNumber() bool
HasPartitionNumber returns a boolean if a field has been set.
func (*StatusKafkaPartition) HasPartitionOffset ¶
func (o *StatusKafkaPartition) HasPartitionOffset() bool
HasPartitionOffset returns a boolean if a field has been set.
func (StatusKafkaPartition) MarshalJSON ¶
func (o StatusKafkaPartition) MarshalJSON() ([]byte, error)
func (*StatusKafkaPartition) SetOffsetLag ¶
func (o *StatusKafkaPartition) SetOffsetLag(v int64)
SetOffsetLag gets a reference to the given int64 and assigns it to the OffsetLag field.
func (*StatusKafkaPartition) SetPartitionNumber ¶
func (o *StatusKafkaPartition) SetPartitionNumber(v int32)
SetPartitionNumber gets a reference to the given int32 and assigns it to the PartitionNumber field.
func (*StatusKafkaPartition) SetPartitionOffset ¶
func (o *StatusKafkaPartition) SetPartitionOffset(v int64)
SetPartitionOffset gets a reference to the given int64 and assigns it to the PartitionOffset field.
type StatusMongoDb ¶
type StatusMongoDb struct { // MongoDB scan start time ScanStartTime *string `json:"scan_start_time,omitempty"` // MongoDB scan end time ScanEndTime *string `json:"scan_end_time,omitempty"` // Number of records inserted using scan ScanRecordsProcessed *int64 `json:"scan_records_processed,omitempty"` // Number of records in MongoDB table at time of scan ScanTotalRecords *int64 `json:"scan_total_records,omitempty"` // state of current ingest for this table State *string `json:"state,omitempty"` // ISO-8601 date when new insert from source was last processed StreamLastInsertProcessedAt *string `json:"stream_last_insert_processed_at,omitempty"` // ISO-8601 date when update from source was last processed StreamLastUpdateProcessedAt *string `json:"stream_last_update_processed_at,omitempty"` // ISO-8601 date when delete from source was last processed StreamLastDeleteProcessedAt *string `json:"stream_last_delete_processed_at,omitempty"` // Number of new records inserted using stream StreamRecordsInserted *int64 `json:"stream_records_inserted,omitempty"` // Number of new records updated using stream StreamRecordsUpdated *int64 `json:"stream_records_updated,omitempty"` // Number of new records deleted using stream StreamRecordsDeleted *int64 `json:"stream_records_deleted,omitempty"` }
StatusMongoDb struct for StatusMongoDb
func NewStatusMongoDb ¶
func NewStatusMongoDb() *StatusMongoDb
NewStatusMongoDb instantiates a new StatusMongoDb object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStatusMongoDbWithDefaults ¶
func NewStatusMongoDbWithDefaults() *StatusMongoDb
NewStatusMongoDbWithDefaults instantiates a new StatusMongoDb object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StatusMongoDb) GetScanEndTime ¶
func (o *StatusMongoDb) GetScanEndTime() string
GetScanEndTime returns the ScanEndTime field value if set, zero value otherwise.
func (*StatusMongoDb) GetScanEndTimeOk ¶
func (o *StatusMongoDb) GetScanEndTimeOk() (*string, bool)
GetScanEndTimeOk returns a tuple with the ScanEndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusMongoDb) GetScanRecordsProcessed ¶
func (o *StatusMongoDb) GetScanRecordsProcessed() int64
GetScanRecordsProcessed returns the ScanRecordsProcessed field value if set, zero value otherwise.
func (*StatusMongoDb) GetScanRecordsProcessedOk ¶
func (o *StatusMongoDb) GetScanRecordsProcessedOk() (*int64, bool)
GetScanRecordsProcessedOk returns a tuple with the ScanRecordsProcessed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusMongoDb) GetScanStartTime ¶
func (o *StatusMongoDb) GetScanStartTime() string
GetScanStartTime returns the ScanStartTime field value if set, zero value otherwise.
func (*StatusMongoDb) GetScanStartTimeOk ¶
func (o *StatusMongoDb) GetScanStartTimeOk() (*string, bool)
GetScanStartTimeOk returns a tuple with the ScanStartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusMongoDb) GetScanTotalRecords ¶
func (o *StatusMongoDb) GetScanTotalRecords() int64
GetScanTotalRecords returns the ScanTotalRecords field value if set, zero value otherwise.
func (*StatusMongoDb) GetScanTotalRecordsOk ¶
func (o *StatusMongoDb) GetScanTotalRecordsOk() (*int64, bool)
GetScanTotalRecordsOk returns a tuple with the ScanTotalRecords field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusMongoDb) GetState ¶
func (o *StatusMongoDb) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*StatusMongoDb) GetStateOk ¶
func (o *StatusMongoDb) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusMongoDb) GetStreamLastDeleteProcessedAt ¶
func (o *StatusMongoDb) GetStreamLastDeleteProcessedAt() string
GetStreamLastDeleteProcessedAt returns the StreamLastDeleteProcessedAt field value if set, zero value otherwise.
func (*StatusMongoDb) GetStreamLastDeleteProcessedAtOk ¶
func (o *StatusMongoDb) GetStreamLastDeleteProcessedAtOk() (*string, bool)
GetStreamLastDeleteProcessedAtOk returns a tuple with the StreamLastDeleteProcessedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusMongoDb) GetStreamLastInsertProcessedAt ¶
func (o *StatusMongoDb) GetStreamLastInsertProcessedAt() string
GetStreamLastInsertProcessedAt returns the StreamLastInsertProcessedAt field value if set, zero value otherwise.
func (*StatusMongoDb) GetStreamLastInsertProcessedAtOk ¶
func (o *StatusMongoDb) GetStreamLastInsertProcessedAtOk() (*string, bool)
GetStreamLastInsertProcessedAtOk returns a tuple with the StreamLastInsertProcessedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusMongoDb) GetStreamLastUpdateProcessedAt ¶
func (o *StatusMongoDb) GetStreamLastUpdateProcessedAt() string
GetStreamLastUpdateProcessedAt returns the StreamLastUpdateProcessedAt field value if set, zero value otherwise.
func (*StatusMongoDb) GetStreamLastUpdateProcessedAtOk ¶
func (o *StatusMongoDb) GetStreamLastUpdateProcessedAtOk() (*string, bool)
GetStreamLastUpdateProcessedAtOk returns a tuple with the StreamLastUpdateProcessedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusMongoDb) GetStreamRecordsDeleted ¶
func (o *StatusMongoDb) GetStreamRecordsDeleted() int64
GetStreamRecordsDeleted returns the StreamRecordsDeleted field value if set, zero value otherwise.
func (*StatusMongoDb) GetStreamRecordsDeletedOk ¶
func (o *StatusMongoDb) GetStreamRecordsDeletedOk() (*int64, bool)
GetStreamRecordsDeletedOk returns a tuple with the StreamRecordsDeleted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusMongoDb) GetStreamRecordsInserted ¶
func (o *StatusMongoDb) GetStreamRecordsInserted() int64
GetStreamRecordsInserted returns the StreamRecordsInserted field value if set, zero value otherwise.
func (*StatusMongoDb) GetStreamRecordsInsertedOk ¶
func (o *StatusMongoDb) GetStreamRecordsInsertedOk() (*int64, bool)
GetStreamRecordsInsertedOk returns a tuple with the StreamRecordsInserted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusMongoDb) GetStreamRecordsUpdated ¶
func (o *StatusMongoDb) GetStreamRecordsUpdated() int64
GetStreamRecordsUpdated returns the StreamRecordsUpdated field value if set, zero value otherwise.
func (*StatusMongoDb) GetStreamRecordsUpdatedOk ¶
func (o *StatusMongoDb) GetStreamRecordsUpdatedOk() (*int64, bool)
GetStreamRecordsUpdatedOk returns a tuple with the StreamRecordsUpdated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StatusMongoDb) HasScanEndTime ¶
func (o *StatusMongoDb) HasScanEndTime() bool
HasScanEndTime returns a boolean if a field has been set.
func (*StatusMongoDb) HasScanRecordsProcessed ¶
func (o *StatusMongoDb) HasScanRecordsProcessed() bool
HasScanRecordsProcessed returns a boolean if a field has been set.
func (*StatusMongoDb) HasScanStartTime ¶
func (o *StatusMongoDb) HasScanStartTime() bool
HasScanStartTime returns a boolean if a field has been set.
func (*StatusMongoDb) HasScanTotalRecords ¶
func (o *StatusMongoDb) HasScanTotalRecords() bool
HasScanTotalRecords returns a boolean if a field has been set.
func (*StatusMongoDb) HasState ¶
func (o *StatusMongoDb) HasState() bool
HasState returns a boolean if a field has been set.
func (*StatusMongoDb) HasStreamLastDeleteProcessedAt ¶
func (o *StatusMongoDb) HasStreamLastDeleteProcessedAt() bool
HasStreamLastDeleteProcessedAt returns a boolean if a field has been set.
func (*StatusMongoDb) HasStreamLastInsertProcessedAt ¶
func (o *StatusMongoDb) HasStreamLastInsertProcessedAt() bool
HasStreamLastInsertProcessedAt returns a boolean if a field has been set.
func (*StatusMongoDb) HasStreamLastUpdateProcessedAt ¶
func (o *StatusMongoDb) HasStreamLastUpdateProcessedAt() bool
HasStreamLastUpdateProcessedAt returns a boolean if a field has been set.
func (*StatusMongoDb) HasStreamRecordsDeleted ¶
func (o *StatusMongoDb) HasStreamRecordsDeleted() bool
HasStreamRecordsDeleted returns a boolean if a field has been set.
func (*StatusMongoDb) HasStreamRecordsInserted ¶
func (o *StatusMongoDb) HasStreamRecordsInserted() bool
HasStreamRecordsInserted returns a boolean if a field has been set.
func (*StatusMongoDb) HasStreamRecordsUpdated ¶
func (o *StatusMongoDb) HasStreamRecordsUpdated() bool
HasStreamRecordsUpdated returns a boolean if a field has been set.
func (StatusMongoDb) MarshalJSON ¶
func (o StatusMongoDb) MarshalJSON() ([]byte, error)
func (*StatusMongoDb) SetScanEndTime ¶
func (o *StatusMongoDb) SetScanEndTime(v string)
SetScanEndTime gets a reference to the given string and assigns it to the ScanEndTime field.
func (*StatusMongoDb) SetScanRecordsProcessed ¶
func (o *StatusMongoDb) SetScanRecordsProcessed(v int64)
SetScanRecordsProcessed gets a reference to the given int64 and assigns it to the ScanRecordsProcessed field.
func (*StatusMongoDb) SetScanStartTime ¶
func (o *StatusMongoDb) SetScanStartTime(v string)
SetScanStartTime gets a reference to the given string and assigns it to the ScanStartTime field.
func (*StatusMongoDb) SetScanTotalRecords ¶
func (o *StatusMongoDb) SetScanTotalRecords(v int64)
SetScanTotalRecords gets a reference to the given int64 and assigns it to the ScanTotalRecords field.
func (*StatusMongoDb) SetState ¶
func (o *StatusMongoDb) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*StatusMongoDb) SetStreamLastDeleteProcessedAt ¶
func (o *StatusMongoDb) SetStreamLastDeleteProcessedAt(v string)
SetStreamLastDeleteProcessedAt gets a reference to the given string and assigns it to the StreamLastDeleteProcessedAt field.
func (*StatusMongoDb) SetStreamLastInsertProcessedAt ¶
func (o *StatusMongoDb) SetStreamLastInsertProcessedAt(v string)
SetStreamLastInsertProcessedAt gets a reference to the given string and assigns it to the StreamLastInsertProcessedAt field.
func (*StatusMongoDb) SetStreamLastUpdateProcessedAt ¶
func (o *StatusMongoDb) SetStreamLastUpdateProcessedAt(v string)
SetStreamLastUpdateProcessedAt gets a reference to the given string and assigns it to the StreamLastUpdateProcessedAt field.
func (*StatusMongoDb) SetStreamRecordsDeleted ¶
func (o *StatusMongoDb) SetStreamRecordsDeleted(v int64)
SetStreamRecordsDeleted gets a reference to the given int64 and assigns it to the StreamRecordsDeleted field.
func (*StatusMongoDb) SetStreamRecordsInserted ¶
func (o *StatusMongoDb) SetStreamRecordsInserted(v int64)
SetStreamRecordsInserted gets a reference to the given int64 and assigns it to the StreamRecordsInserted field.
func (*StatusMongoDb) SetStreamRecordsUpdated ¶
func (o *StatusMongoDb) SetStreamRecordsUpdated(v int64)
SetStreamRecordsUpdated gets a reference to the given int64 and assigns it to the StreamRecordsUpdated field.
type UnsubscribePreference ¶
type UnsubscribePreference struct { // The type of notification to be unsubscribed from. NotificationType string `json:"notificationType"` }
UnsubscribePreference Notification preferences for the user.
func NewUnsubscribePreference ¶
func NewUnsubscribePreference(notificationType string) *UnsubscribePreference
NewUnsubscribePreference instantiates a new UnsubscribePreference object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUnsubscribePreferenceWithDefaults ¶
func NewUnsubscribePreferenceWithDefaults() *UnsubscribePreference
NewUnsubscribePreferenceWithDefaults instantiates a new UnsubscribePreference object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UnsubscribePreference) GetNotificationType ¶
func (o *UnsubscribePreference) GetNotificationType() string
GetNotificationType returns the NotificationType field value
func (*UnsubscribePreference) GetNotificationTypeOk ¶
func (o *UnsubscribePreference) GetNotificationTypeOk() (*string, bool)
GetNotificationTypeOk returns a tuple with the NotificationType field value and a boolean to check if the value has been set.
func (UnsubscribePreference) MarshalJSON ¶
func (o UnsubscribePreference) MarshalJSON() ([]byte, error)
func (*UnsubscribePreference) SetNotificationType ¶
func (o *UnsubscribePreference) SetNotificationType(v string)
SetNotificationType sets field value
type UpdateAliasRequest ¶
type UpdateAliasRequest struct { // optional description Description *string `json:"description,omitempty"` // list of fully qualified collection names referenced by alias Collections []string `json:"collections"` }
UpdateAliasRequest struct for UpdateAliasRequest
func NewUpdateAliasRequest ¶
func NewUpdateAliasRequest(collections []string) *UpdateAliasRequest
NewUpdateAliasRequest instantiates a new UpdateAliasRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateAliasRequestWithDefaults ¶
func NewUpdateAliasRequestWithDefaults() *UpdateAliasRequest
NewUpdateAliasRequestWithDefaults instantiates a new UpdateAliasRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateAliasRequest) GetCollections ¶
func (o *UpdateAliasRequest) GetCollections() []string
GetCollections returns the Collections field value
func (*UpdateAliasRequest) GetCollectionsOk ¶
func (o *UpdateAliasRequest) GetCollectionsOk() ([]string, bool)
GetCollectionsOk returns a tuple with the Collections field value and a boolean to check if the value has been set.
func (*UpdateAliasRequest) GetDescription ¶
func (o *UpdateAliasRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*UpdateAliasRequest) GetDescriptionOk ¶
func (o *UpdateAliasRequest) 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 (*UpdateAliasRequest) HasDescription ¶
func (o *UpdateAliasRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (UpdateAliasRequest) MarshalJSON ¶
func (o UpdateAliasRequest) MarshalJSON() ([]byte, error)
func (*UpdateAliasRequest) SetCollections ¶
func (o *UpdateAliasRequest) SetCollections(v []string)
SetCollections sets field value
func (*UpdateAliasRequest) SetDescription ¶
func (o *UpdateAliasRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
type UpdateApiKeyRequest ¶
type UpdateApiKeyRequest struct { // State that the api key should be set to. State *string `json:"state,omitempty"` }
UpdateApiKeyRequest struct for UpdateApiKeyRequest
func NewUpdateApiKeyRequest ¶
func NewUpdateApiKeyRequest() *UpdateApiKeyRequest
NewUpdateApiKeyRequest instantiates a new UpdateApiKeyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateApiKeyRequestWithDefaults ¶
func NewUpdateApiKeyRequestWithDefaults() *UpdateApiKeyRequest
NewUpdateApiKeyRequestWithDefaults instantiates a new UpdateApiKeyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateApiKeyRequest) GetState ¶
func (o *UpdateApiKeyRequest) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*UpdateApiKeyRequest) GetStateOk ¶
func (o *UpdateApiKeyRequest) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateApiKeyRequest) HasState ¶
func (o *UpdateApiKeyRequest) HasState() bool
HasState returns a boolean if a field has been set.
func (UpdateApiKeyRequest) MarshalJSON ¶
func (o UpdateApiKeyRequest) MarshalJSON() ([]byte, error)
func (*UpdateApiKeyRequest) SetState ¶
func (o *UpdateApiKeyRequest) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
type UpdateApiKeyResponse ¶
type UpdateApiKeyResponse struct {
Data *ApiKey `json:"data,omitempty"`
}
UpdateApiKeyResponse struct for UpdateApiKeyResponse
func NewUpdateApiKeyResponse ¶
func NewUpdateApiKeyResponse() *UpdateApiKeyResponse
NewUpdateApiKeyResponse instantiates a new UpdateApiKeyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateApiKeyResponseWithDefaults ¶
func NewUpdateApiKeyResponseWithDefaults() *UpdateApiKeyResponse
NewUpdateApiKeyResponseWithDefaults instantiates a new UpdateApiKeyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateApiKeyResponse) GetData ¶
func (o *UpdateApiKeyResponse) GetData() ApiKey
GetData returns the Data field value if set, zero value otherwise.
func (*UpdateApiKeyResponse) GetDataOk ¶
func (o *UpdateApiKeyResponse) GetDataOk() (*ApiKey, 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 (*UpdateApiKeyResponse) HasData ¶
func (o *UpdateApiKeyResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (UpdateApiKeyResponse) MarshalJSON ¶
func (o UpdateApiKeyResponse) MarshalJSON() ([]byte, error)
func (*UpdateApiKeyResponse) SetData ¶
func (o *UpdateApiKeyResponse) SetData(v ApiKey)
SetData gets a reference to the given ApiKey and assigns it to the Data field.
type UpdateQueryLambdaRequest ¶
type UpdateQueryLambdaRequest struct { // optional description Description *string `json:"description,omitempty"` Sql *QueryLambdaSql `json:"sql,omitempty"` }
UpdateQueryLambdaRequest struct for UpdateQueryLambdaRequest
func NewUpdateQueryLambdaRequest ¶
func NewUpdateQueryLambdaRequest() *UpdateQueryLambdaRequest
NewUpdateQueryLambdaRequest instantiates a new UpdateQueryLambdaRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateQueryLambdaRequestWithDefaults ¶
func NewUpdateQueryLambdaRequestWithDefaults() *UpdateQueryLambdaRequest
NewUpdateQueryLambdaRequestWithDefaults instantiates a new UpdateQueryLambdaRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateQueryLambdaRequest) GetDescription ¶
func (o *UpdateQueryLambdaRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*UpdateQueryLambdaRequest) GetDescriptionOk ¶
func (o *UpdateQueryLambdaRequest) 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 (*UpdateQueryLambdaRequest) GetSql ¶
func (o *UpdateQueryLambdaRequest) GetSql() QueryLambdaSql
GetSql returns the Sql field value if set, zero value otherwise.
func (*UpdateQueryLambdaRequest) GetSqlOk ¶
func (o *UpdateQueryLambdaRequest) GetSqlOk() (*QueryLambdaSql, bool)
GetSqlOk returns a tuple with the Sql field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateQueryLambdaRequest) HasDescription ¶
func (o *UpdateQueryLambdaRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UpdateQueryLambdaRequest) HasSql ¶
func (o *UpdateQueryLambdaRequest) HasSql() bool
HasSql returns a boolean if a field has been set.
func (UpdateQueryLambdaRequest) MarshalJSON ¶
func (o UpdateQueryLambdaRequest) MarshalJSON() ([]byte, error)
func (*UpdateQueryLambdaRequest) SetDescription ¶
func (o *UpdateQueryLambdaRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdateQueryLambdaRequest) SetSql ¶
func (o *UpdateQueryLambdaRequest) SetSql(v QueryLambdaSql)
SetSql gets a reference to the given QueryLambdaSql and assigns it to the Sql field.
type UpdateRoleRequest ¶
type UpdateRoleRequest struct { // Description for the role. Description *string `json:"description,omitempty"` // List of privileges that will be associated with the role. Privileges []Privilege `json:"privileges,omitempty"` }
UpdateRoleRequest struct for UpdateRoleRequest
func NewUpdateRoleRequest ¶
func NewUpdateRoleRequest() *UpdateRoleRequest
NewUpdateRoleRequest instantiates a new UpdateRoleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateRoleRequestWithDefaults ¶
func NewUpdateRoleRequestWithDefaults() *UpdateRoleRequest
NewUpdateRoleRequestWithDefaults instantiates a new UpdateRoleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateRoleRequest) GetDescription ¶
func (o *UpdateRoleRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*UpdateRoleRequest) GetDescriptionOk ¶
func (o *UpdateRoleRequest) 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 (*UpdateRoleRequest) GetPrivileges ¶
func (o *UpdateRoleRequest) GetPrivileges() []Privilege
GetPrivileges returns the Privileges field value if set, zero value otherwise.
func (*UpdateRoleRequest) GetPrivilegesOk ¶
func (o *UpdateRoleRequest) GetPrivilegesOk() ([]Privilege, bool)
GetPrivilegesOk returns a tuple with the Privileges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateRoleRequest) HasDescription ¶
func (o *UpdateRoleRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UpdateRoleRequest) HasPrivileges ¶
func (o *UpdateRoleRequest) HasPrivileges() bool
HasPrivileges returns a boolean if a field has been set.
func (UpdateRoleRequest) MarshalJSON ¶
func (o UpdateRoleRequest) MarshalJSON() ([]byte, error)
func (*UpdateRoleRequest) SetDescription ¶
func (o *UpdateRoleRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdateRoleRequest) SetPrivileges ¶
func (o *UpdateRoleRequest) SetPrivileges(v []Privilege)
SetPrivileges gets a reference to the given []Privilege and assigns it to the Privileges field.
type UpdateUnsubscribePreferencesRequest ¶
type UpdateUnsubscribePreferencesRequest struct { // List of notification preferences Data []UnsubscribePreference `json:"data,omitempty"` }
UpdateUnsubscribePreferencesRequest struct for UpdateUnsubscribePreferencesRequest
func NewUpdateUnsubscribePreferencesRequest ¶
func NewUpdateUnsubscribePreferencesRequest() *UpdateUnsubscribePreferencesRequest
NewUpdateUnsubscribePreferencesRequest instantiates a new UpdateUnsubscribePreferencesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateUnsubscribePreferencesRequestWithDefaults ¶
func NewUpdateUnsubscribePreferencesRequestWithDefaults() *UpdateUnsubscribePreferencesRequest
NewUpdateUnsubscribePreferencesRequestWithDefaults instantiates a new UpdateUnsubscribePreferencesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateUnsubscribePreferencesRequest) GetData ¶
func (o *UpdateUnsubscribePreferencesRequest) GetData() []UnsubscribePreference
GetData returns the Data field value if set, zero value otherwise.
func (*UpdateUnsubscribePreferencesRequest) GetDataOk ¶
func (o *UpdateUnsubscribePreferencesRequest) GetDataOk() ([]UnsubscribePreference, 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 (*UpdateUnsubscribePreferencesRequest) HasData ¶
func (o *UpdateUnsubscribePreferencesRequest) HasData() bool
HasData returns a boolean if a field has been set.
func (UpdateUnsubscribePreferencesRequest) MarshalJSON ¶
func (o UpdateUnsubscribePreferencesRequest) MarshalJSON() ([]byte, error)
func (*UpdateUnsubscribePreferencesRequest) SetData ¶
func (o *UpdateUnsubscribePreferencesRequest) SetData(v []UnsubscribePreference)
SetData gets a reference to the given []UnsubscribePreference and assigns it to the Data field.
type UpdateUnsubscribePreferencesResponse ¶
type UpdateUnsubscribePreferencesResponse struct { // List of notification preferences Data []UnsubscribePreference `json:"data,omitempty"` }
UpdateUnsubscribePreferencesResponse struct for UpdateUnsubscribePreferencesResponse
func NewUpdateUnsubscribePreferencesResponse ¶
func NewUpdateUnsubscribePreferencesResponse() *UpdateUnsubscribePreferencesResponse
NewUpdateUnsubscribePreferencesResponse instantiates a new UpdateUnsubscribePreferencesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateUnsubscribePreferencesResponseWithDefaults ¶
func NewUpdateUnsubscribePreferencesResponseWithDefaults() *UpdateUnsubscribePreferencesResponse
NewUpdateUnsubscribePreferencesResponseWithDefaults instantiates a new UpdateUnsubscribePreferencesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateUnsubscribePreferencesResponse) GetData ¶
func (o *UpdateUnsubscribePreferencesResponse) GetData() []UnsubscribePreference
GetData returns the Data field value if set, zero value otherwise.
func (*UpdateUnsubscribePreferencesResponse) GetDataOk ¶
func (o *UpdateUnsubscribePreferencesResponse) GetDataOk() ([]UnsubscribePreference, 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 (*UpdateUnsubscribePreferencesResponse) HasData ¶
func (o *UpdateUnsubscribePreferencesResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (UpdateUnsubscribePreferencesResponse) MarshalJSON ¶
func (o UpdateUnsubscribePreferencesResponse) MarshalJSON() ([]byte, error)
func (*UpdateUnsubscribePreferencesResponse) SetData ¶
func (o *UpdateUnsubscribePreferencesResponse) SetData(v []UnsubscribePreference)
SetData gets a reference to the given []UnsubscribePreference and assigns it to the Data field.
type UpdateViewRequest ¶
type UpdateViewRequest struct { // optional description Description *string `json:"description,omitempty"` // SQL for this view Query string `json:"query"` }
UpdateViewRequest struct for UpdateViewRequest
func NewUpdateViewRequest ¶
func NewUpdateViewRequest(query string) *UpdateViewRequest
NewUpdateViewRequest instantiates a new UpdateViewRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateViewRequestWithDefaults ¶
func NewUpdateViewRequestWithDefaults() *UpdateViewRequest
NewUpdateViewRequestWithDefaults instantiates a new UpdateViewRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateViewRequest) GetDescription ¶
func (o *UpdateViewRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*UpdateViewRequest) GetDescriptionOk ¶
func (o *UpdateViewRequest) 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 (*UpdateViewRequest) GetQuery ¶
func (o *UpdateViewRequest) GetQuery() string
GetQuery returns the Query field value
func (*UpdateViewRequest) GetQueryOk ¶
func (o *UpdateViewRequest) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.
func (*UpdateViewRequest) HasDescription ¶
func (o *UpdateViewRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (UpdateViewRequest) MarshalJSON ¶
func (o UpdateViewRequest) MarshalJSON() ([]byte, error)
func (*UpdateViewRequest) SetDescription ¶
func (o *UpdateViewRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdateViewRequest) SetQuery ¶
func (o *UpdateViewRequest) SetQuery(v string)
SetQuery sets field value
type UpdateViewResponse ¶
type UpdateViewResponse struct {
Data *View `json:"data,omitempty"`
}
UpdateViewResponse struct for UpdateViewResponse
func NewUpdateViewResponse ¶
func NewUpdateViewResponse() *UpdateViewResponse
NewUpdateViewResponse instantiates a new UpdateViewResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateViewResponseWithDefaults ¶
func NewUpdateViewResponseWithDefaults() *UpdateViewResponse
NewUpdateViewResponseWithDefaults instantiates a new UpdateViewResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateViewResponse) GetData ¶
func (o *UpdateViewResponse) GetData() View
GetData returns the Data field value if set, zero value otherwise.
func (*UpdateViewResponse) GetDataOk ¶
func (o *UpdateViewResponse) GetDataOk() (*View, 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 (*UpdateViewResponse) HasData ¶
func (o *UpdateViewResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (UpdateViewResponse) MarshalJSON ¶
func (o UpdateViewResponse) MarshalJSON() ([]byte, error)
func (*UpdateViewResponse) SetData ¶
func (o *UpdateViewResponse) SetData(v View)
SetData gets a reference to the given View and assigns it to the Data field.
type UpdateVirtualInstanceRequest ¶
type UpdateVirtualInstanceRequest struct { // requested virtual instance size NewSize *string `json:"new_size,omitempty"` NewType *string `json:"new_type,omitempty"` MonitoringEnabled *bool `json:"monitoring_enabled,omitempty"` }
UpdateVirtualInstanceRequest struct for UpdateVirtualInstanceRequest
func NewUpdateVirtualInstanceRequest ¶
func NewUpdateVirtualInstanceRequest() *UpdateVirtualInstanceRequest
NewUpdateVirtualInstanceRequest instantiates a new UpdateVirtualInstanceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateVirtualInstanceRequestWithDefaults ¶
func NewUpdateVirtualInstanceRequestWithDefaults() *UpdateVirtualInstanceRequest
NewUpdateVirtualInstanceRequestWithDefaults instantiates a new UpdateVirtualInstanceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateVirtualInstanceRequest) GetMonitoringEnabled ¶
func (o *UpdateVirtualInstanceRequest) GetMonitoringEnabled() bool
GetMonitoringEnabled returns the MonitoringEnabled field value if set, zero value otherwise.
func (*UpdateVirtualInstanceRequest) GetMonitoringEnabledOk ¶
func (o *UpdateVirtualInstanceRequest) GetMonitoringEnabledOk() (*bool, bool)
GetMonitoringEnabledOk returns a tuple with the MonitoringEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateVirtualInstanceRequest) GetNewSize ¶
func (o *UpdateVirtualInstanceRequest) GetNewSize() string
GetNewSize returns the NewSize field value if set, zero value otherwise.
func (*UpdateVirtualInstanceRequest) GetNewSizeOk ¶
func (o *UpdateVirtualInstanceRequest) GetNewSizeOk() (*string, bool)
GetNewSizeOk returns a tuple with the NewSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateVirtualInstanceRequest) GetNewType ¶
func (o *UpdateVirtualInstanceRequest) GetNewType() string
GetNewType returns the NewType field value if set, zero value otherwise.
func (*UpdateVirtualInstanceRequest) GetNewTypeOk ¶
func (o *UpdateVirtualInstanceRequest) GetNewTypeOk() (*string, bool)
GetNewTypeOk returns a tuple with the NewType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateVirtualInstanceRequest) HasMonitoringEnabled ¶
func (o *UpdateVirtualInstanceRequest) HasMonitoringEnabled() bool
HasMonitoringEnabled returns a boolean if a field has been set.
func (*UpdateVirtualInstanceRequest) HasNewSize ¶
func (o *UpdateVirtualInstanceRequest) HasNewSize() bool
HasNewSize returns a boolean if a field has been set.
func (*UpdateVirtualInstanceRequest) HasNewType ¶
func (o *UpdateVirtualInstanceRequest) HasNewType() bool
HasNewType returns a boolean if a field has been set.
func (UpdateVirtualInstanceRequest) MarshalJSON ¶
func (o UpdateVirtualInstanceRequest) MarshalJSON() ([]byte, error)
func (*UpdateVirtualInstanceRequest) SetMonitoringEnabled ¶
func (o *UpdateVirtualInstanceRequest) SetMonitoringEnabled(v bool)
SetMonitoringEnabled gets a reference to the given bool and assigns it to the MonitoringEnabled field.
func (*UpdateVirtualInstanceRequest) SetNewSize ¶
func (o *UpdateVirtualInstanceRequest) SetNewSize(v string)
SetNewSize gets a reference to the given string and assigns it to the NewSize field.
func (*UpdateVirtualInstanceRequest) SetNewType ¶
func (o *UpdateVirtualInstanceRequest) SetNewType(v string)
SetNewType gets a reference to the given string and assigns it to the NewType field.
type UpdateVirtualInstanceResponse ¶
type UpdateVirtualInstanceResponse struct {
Data *VirtualInstance `json:"data,omitempty"`
}
UpdateVirtualInstanceResponse struct for UpdateVirtualInstanceResponse
func NewUpdateVirtualInstanceResponse ¶
func NewUpdateVirtualInstanceResponse() *UpdateVirtualInstanceResponse
NewUpdateVirtualInstanceResponse instantiates a new UpdateVirtualInstanceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateVirtualInstanceResponseWithDefaults ¶
func NewUpdateVirtualInstanceResponseWithDefaults() *UpdateVirtualInstanceResponse
NewUpdateVirtualInstanceResponseWithDefaults instantiates a new UpdateVirtualInstanceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateVirtualInstanceResponse) GetData ¶
func (o *UpdateVirtualInstanceResponse) GetData() VirtualInstance
GetData returns the Data field value if set, zero value otherwise.
func (*UpdateVirtualInstanceResponse) GetDataOk ¶
func (o *UpdateVirtualInstanceResponse) GetDataOk() (*VirtualInstance, 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 (*UpdateVirtualInstanceResponse) HasData ¶
func (o *UpdateVirtualInstanceResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (UpdateVirtualInstanceResponse) MarshalJSON ¶
func (o UpdateVirtualInstanceResponse) MarshalJSON() ([]byte, error)
func (*UpdateVirtualInstanceResponse) SetData ¶
func (o *UpdateVirtualInstanceResponse) SetData(v VirtualInstance)
SetData gets a reference to the given VirtualInstance and assigns it to the Data field.
type User ¶
type User struct { // ISO-8601 date CreatedAt *string `json:"created_at,omitempty"` // user email Email string `json:"email"` // user first name FirstName *string `json:"first_name,omitempty"` // user last name LastName *string `json:"last_name,omitempty"` // List of roles for a given user Roles []string `json:"roles,omitempty"` // state of user - NEW / ACTIVE State *string `json:"state,omitempty"` }
User struct for User
func NewUser ¶
NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserWithDefaults ¶
func NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*User) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*User) GetCreatedAtOk ¶
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 (*User) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*User) GetFirstName ¶
GetFirstName returns the FirstName field value if set, zero value otherwise.
func (*User) GetFirstNameOk ¶
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetLastName ¶
GetLastName returns the LastName field value if set, zero value otherwise.
func (*User) GetLastNameOk ¶
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetRolesOk ¶
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*User) HasFirstName ¶
HasFirstName returns a boolean if a field has been set.
func (*User) HasLastName ¶
HasLastName returns a boolean if a field has been set.
func (User) MarshalJSON ¶
func (*User) SetCreatedAt ¶
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*User) SetFirstName ¶
SetFirstName gets a reference to the given string and assigns it to the FirstName field.
func (*User) SetLastName ¶
SetLastName gets a reference to the given string and assigns it to the LastName field.
type UsersApi ¶
type UsersApi interface { /* CreateUser Create User Create a new user for an organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateUserRequest */ CreateUser(ctx context.Context) ApiCreateUserRequest // CreateUserExecute executes the request // @return CreateUserResponse CreateUserExecute(r ApiCreateUserRequest) (*CreateUserResponse, *http.Response, error) /* DeleteUser Delete User Delete a user from an organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param user user email @return ApiDeleteUserRequest */ DeleteUser(ctx context.Context, user string) ApiDeleteUserRequest // DeleteUserExecute executes the request // @return DeleteUserResponse DeleteUserExecute(r ApiDeleteUserRequest) (*DeleteUserResponse, *http.Response, error) /* GetCurrentUser Retrieve Current User Retrieve currently authenticated user. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetCurrentUserRequest */ GetCurrentUser(ctx context.Context) ApiGetCurrentUserRequest // GetCurrentUserExecute executes the request // @return User GetCurrentUserExecute(r ApiGetCurrentUserRequest) (*User, *http.Response, error) /* GetUser Retrieve User Retrieve user by email. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param user user email @return ApiGetUserRequest */ GetUser(ctx context.Context, user string) ApiGetUserRequest // GetUserExecute executes the request // @return User GetUserExecute(r ApiGetUserRequest) (*User, *http.Response, error) /* ListUnsubscribePreferences Retrieve Notification Preferences Get all notification preferences. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListUnsubscribePreferencesRequest */ ListUnsubscribePreferences(ctx context.Context) ApiListUnsubscribePreferencesRequest // ListUnsubscribePreferencesExecute executes the request // @return ListUnsubscribePreferencesResponse ListUnsubscribePreferencesExecute(r ApiListUnsubscribePreferencesRequest) (*ListUnsubscribePreferencesResponse, *http.Response, error) /* ListUsers List Users Retrieve all users for an organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListUsersRequest */ ListUsers(ctx context.Context) ApiListUsersRequest // ListUsersExecute executes the request // @return ListUsersResponse ListUsersExecute(r ApiListUsersRequest) (*ListUsersResponse, *http.Response, error) /* UpdateUnsubscribePreferences Update Notification Preferences Update notification preference. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUpdateUnsubscribePreferencesRequest */ UpdateUnsubscribePreferences(ctx context.Context) ApiUpdateUnsubscribePreferencesRequest // UpdateUnsubscribePreferencesExecute executes the request // @return UpdateUnsubscribePreferencesResponse UpdateUnsubscribePreferencesExecute(r ApiUpdateUnsubscribePreferencesRequest) (*UpdateUnsubscribePreferencesResponse, *http.Response, error) }
type UsersApiService ¶
type UsersApiService service
UsersApiService UsersApi service
func (*UsersApiService) CreateUser ¶
func (a *UsersApiService) CreateUser(ctx context.Context) ApiCreateUserRequest
CreateUser Create User
Create a new user for an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateUserRequest
func (*UsersApiService) CreateUserExecute ¶
func (a *UsersApiService) CreateUserExecute(r ApiCreateUserRequest) (*CreateUserResponse, *http.Response, error)
Execute executes the request
@return CreateUserResponse
func (*UsersApiService) DeleteUser ¶
func (a *UsersApiService) DeleteUser(ctx context.Context, user string) ApiDeleteUserRequest
DeleteUser Delete User
Delete a user from an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param user user email @return ApiDeleteUserRequest
func (*UsersApiService) DeleteUserExecute ¶
func (a *UsersApiService) DeleteUserExecute(r ApiDeleteUserRequest) (*DeleteUserResponse, *http.Response, error)
Execute executes the request
@return DeleteUserResponse
func (*UsersApiService) GetCurrentUser ¶
func (a *UsersApiService) GetCurrentUser(ctx context.Context) ApiGetCurrentUserRequest
GetCurrentUser Retrieve Current User
Retrieve currently authenticated user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetCurrentUserRequest
func (*UsersApiService) GetCurrentUserExecute ¶
func (a *UsersApiService) GetCurrentUserExecute(r ApiGetCurrentUserRequest) (*User, *http.Response, error)
Execute executes the request
@return User
func (*UsersApiService) GetUser ¶
func (a *UsersApiService) GetUser(ctx context.Context, user string) ApiGetUserRequest
GetUser Retrieve User
Retrieve user by email.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param user user email @return ApiGetUserRequest
func (*UsersApiService) GetUserExecute ¶
func (a *UsersApiService) GetUserExecute(r ApiGetUserRequest) (*User, *http.Response, error)
Execute executes the request
@return User
func (*UsersApiService) ListUnsubscribePreferences ¶
func (a *UsersApiService) ListUnsubscribePreferences(ctx context.Context) ApiListUnsubscribePreferencesRequest
ListUnsubscribePreferences Retrieve Notification Preferences
Get all notification preferences.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListUnsubscribePreferencesRequest
func (*UsersApiService) ListUnsubscribePreferencesExecute ¶
func (a *UsersApiService) ListUnsubscribePreferencesExecute(r ApiListUnsubscribePreferencesRequest) (*ListUnsubscribePreferencesResponse, *http.Response, error)
Execute executes the request
@return ListUnsubscribePreferencesResponse
func (*UsersApiService) ListUsers ¶
func (a *UsersApiService) ListUsers(ctx context.Context) ApiListUsersRequest
ListUsers List Users
Retrieve all users for an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListUsersRequest
func (*UsersApiService) ListUsersExecute ¶
func (a *UsersApiService) ListUsersExecute(r ApiListUsersRequest) (*ListUsersResponse, *http.Response, error)
Execute executes the request
@return ListUsersResponse
func (*UsersApiService) UpdateUnsubscribePreferences ¶
func (a *UsersApiService) UpdateUnsubscribePreferences(ctx context.Context) ApiUpdateUnsubscribePreferencesRequest
UpdateUnsubscribePreferences Update Notification Preferences
Update notification preference.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUpdateUnsubscribePreferencesRequest
func (*UsersApiService) UpdateUnsubscribePreferencesExecute ¶
func (a *UsersApiService) UpdateUnsubscribePreferencesExecute(r ApiUpdateUnsubscribePreferencesRequest) (*UpdateUnsubscribePreferencesResponse, *http.Response, error)
Execute executes the request
@return UpdateUnsubscribePreferencesResponse
type ValidateQueryResponse ¶
type ValidateQueryResponse struct { // list of collections specified in query Collections []string `json:"collections"` // list of parameters specified in query Parameters []string `json:"parameters"` }
ValidateQueryResponse struct for ValidateQueryResponse
func NewValidateQueryResponse ¶
func NewValidateQueryResponse(collections []string, parameters []string) *ValidateQueryResponse
NewValidateQueryResponse instantiates a new ValidateQueryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewValidateQueryResponseWithDefaults ¶
func NewValidateQueryResponseWithDefaults() *ValidateQueryResponse
NewValidateQueryResponseWithDefaults instantiates a new ValidateQueryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ValidateQueryResponse) GetCollections ¶
func (o *ValidateQueryResponse) GetCollections() []string
GetCollections returns the Collections field value
func (*ValidateQueryResponse) GetCollectionsOk ¶
func (o *ValidateQueryResponse) GetCollectionsOk() ([]string, bool)
GetCollectionsOk returns a tuple with the Collections field value and a boolean to check if the value has been set.
func (*ValidateQueryResponse) GetParameters ¶
func (o *ValidateQueryResponse) GetParameters() []string
GetParameters returns the Parameters field value
func (*ValidateQueryResponse) GetParametersOk ¶
func (o *ValidateQueryResponse) GetParametersOk() ([]string, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (ValidateQueryResponse) MarshalJSON ¶
func (o ValidateQueryResponse) MarshalJSON() ([]byte, error)
func (*ValidateQueryResponse) SetCollections ¶
func (o *ValidateQueryResponse) SetCollections(v []string)
SetCollections sets field value
func (*ValidateQueryResponse) SetParameters ¶
func (o *ValidateQueryResponse) SetParameters(v []string)
SetParameters sets field value
type View ¶
type View struct { Path *string `json:"path,omitempty"` // name of the view Name *string `json:"name,omitempty"` // view description Description *string `json:"description,omitempty"` // name of the workspace Workspace *string `json:"workspace,omitempty"` // email of the creator CreatorEmail *string `json:"creator_email,omitempty"` // email of the owner OwnerEmail *string `json:"owner_email,omitempty"` // SQL query of the view QuerySql *string `json:"query_sql,omitempty"` // list of entities referenced by view. An entity can be a view, alias or collection Entities []string `json:"entities,omitempty"` // state of the view State *string `json:"state,omitempty"` // ISO-8601 date CreatedAt *string `json:"created_at,omitempty"` // ISO-8601 date ModifiedAt *string `json:"modified_at,omitempty"` }
View struct for View
func NewView ¶
func NewView() *View
NewView instantiates a new View object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewViewWithDefaults ¶
func NewViewWithDefaults() *View
NewViewWithDefaults instantiates a new View object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*View) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*View) GetCreatedAtOk ¶
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 (*View) GetCreatorEmail ¶
GetCreatorEmail returns the CreatorEmail field value if set, zero value otherwise.
func (*View) GetCreatorEmailOk ¶
GetCreatorEmailOk returns a tuple with the CreatorEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*View) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*View) GetDescriptionOk ¶
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 (*View) GetEntities ¶
GetEntities returns the Entities field value if set, zero value otherwise.
func (*View) GetEntitiesOk ¶
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 (*View) GetModifiedAt ¶
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise.
func (*View) GetModifiedAtOk ¶
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*View) 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 (*View) GetOwnerEmail ¶
GetOwnerEmail returns the OwnerEmail field value if set, zero value otherwise.
func (*View) GetOwnerEmailOk ¶
GetOwnerEmailOk returns a tuple with the OwnerEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*View) GetPathOk ¶
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 (*View) GetQuerySql ¶
GetQuerySql returns the QuerySql field value if set, zero value otherwise.
func (*View) GetQuerySqlOk ¶
GetQuerySqlOk returns a tuple with the QuerySql field value if set, nil otherwise and a boolean to check if the value has been set.
func (*View) GetStateOk ¶
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*View) GetWorkspace ¶
GetWorkspace returns the Workspace field value if set, zero value otherwise.
func (*View) GetWorkspaceOk ¶
GetWorkspaceOk returns a tuple with the Workspace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*View) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*View) HasCreatorEmail ¶
HasCreatorEmail returns a boolean if a field has been set.
func (*View) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*View) HasEntities ¶
HasEntities returns a boolean if a field has been set.
func (*View) HasModifiedAt ¶
HasModifiedAt returns a boolean if a field has been set.
func (*View) HasOwnerEmail ¶
HasOwnerEmail returns a boolean if a field has been set.
func (*View) HasQuerySql ¶
HasQuerySql returns a boolean if a field has been set.
func (*View) HasWorkspace ¶
HasWorkspace returns a boolean if a field has been set.
func (View) MarshalJSON ¶
func (*View) SetCreatedAt ¶
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*View) SetCreatorEmail ¶
SetCreatorEmail gets a reference to the given string and assigns it to the CreatorEmail field.
func (*View) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*View) SetEntities ¶
SetEntities gets a reference to the given []string and assigns it to the Entities field.
func (*View) SetModifiedAt ¶
SetModifiedAt gets a reference to the given string and assigns it to the ModifiedAt field.
func (*View) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*View) SetOwnerEmail ¶
SetOwnerEmail gets a reference to the given string and assigns it to the OwnerEmail field.
func (*View) SetPath ¶
SetPath gets a reference to the given string and assigns it to the Path field.
func (*View) SetQuerySql ¶
SetQuerySql gets a reference to the given string and assigns it to the QuerySql field.
func (*View) SetState ¶
SetState gets a reference to the given string and assigns it to the State field.
func (*View) SetWorkspace ¶
SetWorkspace gets a reference to the given string and assigns it to the Workspace field.
type ViewsApi ¶
type ViewsApi interface { /* CreateView Create View Create a view @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiCreateViewRequest */ CreateView(ctx context.Context, workspace string) ApiCreateViewRequest // CreateViewExecute executes the request // @return CreateViewResponse CreateViewExecute(r ApiCreateViewRequest) (*CreateViewResponse, *http.Response, error) /* DeleteView Delete View Delete a view @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param view name of the view @return ApiDeleteViewRequest */ DeleteView(ctx context.Context, workspace string, view string) ApiDeleteViewRequest // DeleteViewExecute executes the request // @return DeleteViewResponse DeleteViewExecute(r ApiDeleteViewRequest) (*DeleteViewResponse, *http.Response, error) /* GetView Retrieve View Get details about a view @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param view name of the view @return ApiGetViewRequest */ GetView(ctx context.Context, workspace string, view string) ApiGetViewRequest // GetViewExecute executes the request // @return GetViewResponse GetViewExecute(r ApiGetViewRequest) (*GetViewResponse, *http.Response, error) /* ListViews List Views Retrieve all views in an organization @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListViewsRequest */ ListViews(ctx context.Context) ApiListViewsRequest // ListViewsExecute executes the request // @return ListViewsResponse ListViewsExecute(r ApiListViewsRequest) (*ListViewsResponse, *http.Response, error) /* UpdateView Update View Update a view @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param view name of the view @return ApiUpdateViewRequest */ UpdateView(ctx context.Context, workspace string, view string) ApiUpdateViewRequest // UpdateViewExecute executes the request // @return UpdateViewResponse UpdateViewExecute(r ApiUpdateViewRequest) (*UpdateViewResponse, *http.Response, error) /* WorkspaceViews List Views in Workspace Retrieve all views in a workspace. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiWorkspaceViewsRequest */ WorkspaceViews(ctx context.Context, workspace string) ApiWorkspaceViewsRequest // WorkspaceViewsExecute executes the request // @return ListViewsResponse WorkspaceViewsExecute(r ApiWorkspaceViewsRequest) (*ListViewsResponse, *http.Response, error) }
type ViewsApiService ¶
type ViewsApiService service
ViewsApiService ViewsApi service
func (*ViewsApiService) CreateView ¶
func (a *ViewsApiService) CreateView(ctx context.Context, workspace string) ApiCreateViewRequest
CreateView Create View
Create a view
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiCreateViewRequest
func (*ViewsApiService) CreateViewExecute ¶
func (a *ViewsApiService) CreateViewExecute(r ApiCreateViewRequest) (*CreateViewResponse, *http.Response, error)
Execute executes the request
@return CreateViewResponse
func (*ViewsApiService) DeleteView ¶
func (a *ViewsApiService) DeleteView(ctx context.Context, workspace string, view string) ApiDeleteViewRequest
DeleteView Delete View
Delete a view
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param view name of the view @return ApiDeleteViewRequest
func (*ViewsApiService) DeleteViewExecute ¶
func (a *ViewsApiService) DeleteViewExecute(r ApiDeleteViewRequest) (*DeleteViewResponse, *http.Response, error)
Execute executes the request
@return DeleteViewResponse
func (*ViewsApiService) GetView ¶
func (a *ViewsApiService) GetView(ctx context.Context, workspace string, view string) ApiGetViewRequest
GetView Retrieve View
Get details about a view
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param view name of the view @return ApiGetViewRequest
func (*ViewsApiService) GetViewExecute ¶
func (a *ViewsApiService) GetViewExecute(r ApiGetViewRequest) (*GetViewResponse, *http.Response, error)
Execute executes the request
@return GetViewResponse
func (*ViewsApiService) ListViews ¶
func (a *ViewsApiService) ListViews(ctx context.Context) ApiListViewsRequest
ListViews List Views
Retrieve all views in an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListViewsRequest
func (*ViewsApiService) ListViewsExecute ¶
func (a *ViewsApiService) ListViewsExecute(r ApiListViewsRequest) (*ListViewsResponse, *http.Response, error)
Execute executes the request
@return ListViewsResponse
func (*ViewsApiService) UpdateView ¶
func (a *ViewsApiService) UpdateView(ctx context.Context, workspace string, view string) ApiUpdateViewRequest
UpdateView Update View
Update a view
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @param view name of the view @return ApiUpdateViewRequest
func (*ViewsApiService) UpdateViewExecute ¶
func (a *ViewsApiService) UpdateViewExecute(r ApiUpdateViewRequest) (*UpdateViewResponse, *http.Response, error)
Execute executes the request
@return UpdateViewResponse
func (*ViewsApiService) WorkspaceViews ¶
func (a *ViewsApiService) WorkspaceViews(ctx context.Context, workspace string) ApiWorkspaceViewsRequest
WorkspaceViews List Views in Workspace
Retrieve all views in a workspace.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiWorkspaceViewsRequest
func (*ViewsApiService) WorkspaceViewsExecute ¶
func (a *ViewsApiService) WorkspaceViewsExecute(r ApiWorkspaceViewsRequest) (*ListViewsResponse, *http.Response, error)
Execute executes the request
@return ListViewsResponse
type VirtualInstance ¶
type VirtualInstance struct { // virtual instance state State *string `json:"state,omitempty"` CurrentType *string `json:"current_type,omitempty"` DesiredType *string `json:"desired_type,omitempty"` // virtual instance current size CurrentSize *string `json:"current_size,omitempty"` // virtual instance desired size DesiredSize *string `json:"desired_size,omitempty"` // ISO-8601 date of when virtual instance size was last updated LastUpdated *string `json:"last_updated,omitempty"` // estimated duration in minutes of last virtual instance size update EstimatedSwitchDurationMinutes *int64 `json:"estimated_switch_duration_minutes,omitempty"` MonitoringEnabled *bool `json:"monitoring_enabled,omitempty"` DefaultPodCount *int32 `json:"default_pod_count,omitempty"` ScaledPodCount *int32 `json:"scaled_pod_count,omitempty"` // unique identifier for virtual instance Id *string `json:"id,omitempty"` }
VirtualInstance struct for VirtualInstance
func NewVirtualInstance ¶
func NewVirtualInstance() *VirtualInstance
NewVirtualInstance instantiates a new VirtualInstance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVirtualInstanceWithDefaults ¶
func NewVirtualInstanceWithDefaults() *VirtualInstance
NewVirtualInstanceWithDefaults instantiates a new VirtualInstance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VirtualInstance) GetCurrentSize ¶
func (o *VirtualInstance) GetCurrentSize() string
GetCurrentSize returns the CurrentSize field value if set, zero value otherwise.
func (*VirtualInstance) GetCurrentSizeOk ¶
func (o *VirtualInstance) GetCurrentSizeOk() (*string, bool)
GetCurrentSizeOk returns a tuple with the CurrentSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VirtualInstance) GetCurrentType ¶
func (o *VirtualInstance) GetCurrentType() string
GetCurrentType returns the CurrentType field value if set, zero value otherwise.
func (*VirtualInstance) GetCurrentTypeOk ¶
func (o *VirtualInstance) GetCurrentTypeOk() (*string, bool)
GetCurrentTypeOk returns a tuple with the CurrentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VirtualInstance) GetDefaultPodCount ¶
func (o *VirtualInstance) GetDefaultPodCount() int32
GetDefaultPodCount returns the DefaultPodCount field value if set, zero value otherwise.
func (*VirtualInstance) GetDefaultPodCountOk ¶
func (o *VirtualInstance) GetDefaultPodCountOk() (*int32, bool)
GetDefaultPodCountOk returns a tuple with the DefaultPodCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VirtualInstance) GetDesiredSize ¶
func (o *VirtualInstance) GetDesiredSize() string
GetDesiredSize returns the DesiredSize field value if set, zero value otherwise.
func (*VirtualInstance) GetDesiredSizeOk ¶
func (o *VirtualInstance) GetDesiredSizeOk() (*string, bool)
GetDesiredSizeOk returns a tuple with the DesiredSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VirtualInstance) GetDesiredType ¶
func (o *VirtualInstance) GetDesiredType() string
GetDesiredType returns the DesiredType field value if set, zero value otherwise.
func (*VirtualInstance) GetDesiredTypeOk ¶
func (o *VirtualInstance) GetDesiredTypeOk() (*string, bool)
GetDesiredTypeOk returns a tuple with the DesiredType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VirtualInstance) GetEstimatedSwitchDurationMinutes ¶
func (o *VirtualInstance) GetEstimatedSwitchDurationMinutes() int64
GetEstimatedSwitchDurationMinutes returns the EstimatedSwitchDurationMinutes field value if set, zero value otherwise.
func (*VirtualInstance) GetEstimatedSwitchDurationMinutesOk ¶
func (o *VirtualInstance) GetEstimatedSwitchDurationMinutesOk() (*int64, bool)
GetEstimatedSwitchDurationMinutesOk returns a tuple with the EstimatedSwitchDurationMinutes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VirtualInstance) GetId ¶
func (o *VirtualInstance) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*VirtualInstance) GetIdOk ¶
func (o *VirtualInstance) 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 (*VirtualInstance) GetLastUpdated ¶
func (o *VirtualInstance) GetLastUpdated() string
GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.
func (*VirtualInstance) GetLastUpdatedOk ¶
func (o *VirtualInstance) GetLastUpdatedOk() (*string, bool)
GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VirtualInstance) GetMonitoringEnabled ¶
func (o *VirtualInstance) GetMonitoringEnabled() bool
GetMonitoringEnabled returns the MonitoringEnabled field value if set, zero value otherwise.
func (*VirtualInstance) GetMonitoringEnabledOk ¶
func (o *VirtualInstance) GetMonitoringEnabledOk() (*bool, bool)
GetMonitoringEnabledOk returns a tuple with the MonitoringEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VirtualInstance) GetScaledPodCount ¶
func (o *VirtualInstance) GetScaledPodCount() int32
GetScaledPodCount returns the ScaledPodCount field value if set, zero value otherwise.
func (*VirtualInstance) GetScaledPodCountOk ¶
func (o *VirtualInstance) GetScaledPodCountOk() (*int32, bool)
GetScaledPodCountOk returns a tuple with the ScaledPodCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VirtualInstance) GetState ¶
func (o *VirtualInstance) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*VirtualInstance) GetStateOk ¶
func (o *VirtualInstance) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*VirtualInstance) HasCurrentSize ¶
func (o *VirtualInstance) HasCurrentSize() bool
HasCurrentSize returns a boolean if a field has been set.
func (*VirtualInstance) HasCurrentType ¶
func (o *VirtualInstance) HasCurrentType() bool
HasCurrentType returns a boolean if a field has been set.
func (*VirtualInstance) HasDefaultPodCount ¶
func (o *VirtualInstance) HasDefaultPodCount() bool
HasDefaultPodCount returns a boolean if a field has been set.
func (*VirtualInstance) HasDesiredSize ¶
func (o *VirtualInstance) HasDesiredSize() bool
HasDesiredSize returns a boolean if a field has been set.
func (*VirtualInstance) HasDesiredType ¶
func (o *VirtualInstance) HasDesiredType() bool
HasDesiredType returns a boolean if a field has been set.
func (*VirtualInstance) HasEstimatedSwitchDurationMinutes ¶
func (o *VirtualInstance) HasEstimatedSwitchDurationMinutes() bool
HasEstimatedSwitchDurationMinutes returns a boolean if a field has been set.
func (*VirtualInstance) HasId ¶
func (o *VirtualInstance) HasId() bool
HasId returns a boolean if a field has been set.
func (*VirtualInstance) HasLastUpdated ¶
func (o *VirtualInstance) HasLastUpdated() bool
HasLastUpdated returns a boolean if a field has been set.
func (*VirtualInstance) HasMonitoringEnabled ¶
func (o *VirtualInstance) HasMonitoringEnabled() bool
HasMonitoringEnabled returns a boolean if a field has been set.
func (*VirtualInstance) HasScaledPodCount ¶
func (o *VirtualInstance) HasScaledPodCount() bool
HasScaledPodCount returns a boolean if a field has been set.
func (*VirtualInstance) HasState ¶
func (o *VirtualInstance) HasState() bool
HasState returns a boolean if a field has been set.
func (VirtualInstance) MarshalJSON ¶
func (o VirtualInstance) MarshalJSON() ([]byte, error)
func (*VirtualInstance) SetCurrentSize ¶
func (o *VirtualInstance) SetCurrentSize(v string)
SetCurrentSize gets a reference to the given string and assigns it to the CurrentSize field.
func (*VirtualInstance) SetCurrentType ¶
func (o *VirtualInstance) SetCurrentType(v string)
SetCurrentType gets a reference to the given string and assigns it to the CurrentType field.
func (*VirtualInstance) SetDefaultPodCount ¶
func (o *VirtualInstance) SetDefaultPodCount(v int32)
SetDefaultPodCount gets a reference to the given int32 and assigns it to the DefaultPodCount field.
func (*VirtualInstance) SetDesiredSize ¶
func (o *VirtualInstance) SetDesiredSize(v string)
SetDesiredSize gets a reference to the given string and assigns it to the DesiredSize field.
func (*VirtualInstance) SetDesiredType ¶
func (o *VirtualInstance) SetDesiredType(v string)
SetDesiredType gets a reference to the given string and assigns it to the DesiredType field.
func (*VirtualInstance) SetEstimatedSwitchDurationMinutes ¶
func (o *VirtualInstance) SetEstimatedSwitchDurationMinutes(v int64)
SetEstimatedSwitchDurationMinutes gets a reference to the given int64 and assigns it to the EstimatedSwitchDurationMinutes field.
func (*VirtualInstance) SetId ¶
func (o *VirtualInstance) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*VirtualInstance) SetLastUpdated ¶
func (o *VirtualInstance) SetLastUpdated(v string)
SetLastUpdated gets a reference to the given string and assigns it to the LastUpdated field.
func (*VirtualInstance) SetMonitoringEnabled ¶
func (o *VirtualInstance) SetMonitoringEnabled(v bool)
SetMonitoringEnabled gets a reference to the given bool and assigns it to the MonitoringEnabled field.
func (*VirtualInstance) SetScaledPodCount ¶
func (o *VirtualInstance) SetScaledPodCount(v int32)
SetScaledPodCount gets a reference to the given int32 and assigns it to the ScaledPodCount field.
func (*VirtualInstance) SetState ¶
func (o *VirtualInstance) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
type VirtualInstancesApi ¶
type VirtualInstancesApi interface { /* GetVirtualInstance Retrieve Virtual Instance Get details about a virtual instance. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param virtualInstanceId uuid of the virtual instance @return ApiGetVirtualInstanceRequest */ GetVirtualInstance(ctx context.Context, virtualInstanceId string) ApiGetVirtualInstanceRequest // GetVirtualInstanceExecute executes the request // @return GetVirtualInstanceResponse GetVirtualInstanceExecute(r ApiGetVirtualInstanceRequest) (*GetVirtualInstanceResponse, *http.Response, error) /* ListVirtualInstances List Virtual Instances Retrieve all virtual instances in an organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListVirtualInstancesRequest */ ListVirtualInstances(ctx context.Context) ApiListVirtualInstancesRequest // ListVirtualInstancesExecute executes the request // @return ListVirtualInstancesResponse ListVirtualInstancesExecute(r ApiListVirtualInstancesRequest) (*ListVirtualInstancesResponse, *http.Response, error) /* SetVirtualInstance Update Virtual Instance Update the properties of a virtual instance. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param virtualInstanceId uuid of the virtual instance @return ApiSetVirtualInstanceRequest */ SetVirtualInstance(ctx context.Context, virtualInstanceId string) ApiSetVirtualInstanceRequest // SetVirtualInstanceExecute executes the request // @return UpdateVirtualInstanceResponse SetVirtualInstanceExecute(r ApiSetVirtualInstanceRequest) (*UpdateVirtualInstanceResponse, *http.Response, error) }
type VirtualInstancesApiService ¶
type VirtualInstancesApiService service
VirtualInstancesApiService VirtualInstancesApi service
func (*VirtualInstancesApiService) GetVirtualInstance ¶
func (a *VirtualInstancesApiService) GetVirtualInstance(ctx context.Context, virtualInstanceId string) ApiGetVirtualInstanceRequest
GetVirtualInstance Retrieve Virtual Instance
Get details about a virtual instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param virtualInstanceId uuid of the virtual instance @return ApiGetVirtualInstanceRequest
func (*VirtualInstancesApiService) GetVirtualInstanceExecute ¶
func (a *VirtualInstancesApiService) GetVirtualInstanceExecute(r ApiGetVirtualInstanceRequest) (*GetVirtualInstanceResponse, *http.Response, error)
Execute executes the request
@return GetVirtualInstanceResponse
func (*VirtualInstancesApiService) ListVirtualInstances ¶
func (a *VirtualInstancesApiService) ListVirtualInstances(ctx context.Context) ApiListVirtualInstancesRequest
ListVirtualInstances List Virtual Instances
Retrieve all virtual instances in an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListVirtualInstancesRequest
func (*VirtualInstancesApiService) ListVirtualInstancesExecute ¶
func (a *VirtualInstancesApiService) ListVirtualInstancesExecute(r ApiListVirtualInstancesRequest) (*ListVirtualInstancesResponse, *http.Response, error)
Execute executes the request
@return ListVirtualInstancesResponse
func (*VirtualInstancesApiService) SetVirtualInstance ¶
func (a *VirtualInstancesApiService) SetVirtualInstance(ctx context.Context, virtualInstanceId string) ApiSetVirtualInstanceRequest
SetVirtualInstance Update Virtual Instance
Update the properties of a virtual instance.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param virtualInstanceId uuid of the virtual instance @return ApiSetVirtualInstanceRequest
func (*VirtualInstancesApiService) SetVirtualInstanceExecute ¶
func (a *VirtualInstancesApiService) SetVirtualInstanceExecute(r ApiSetVirtualInstanceRequest) (*UpdateVirtualInstanceResponse, *http.Response, error)
Execute executes the request
@return UpdateVirtualInstanceResponse
type Workspace ¶
type Workspace struct { // ISO-8601 date of when workspace was created CreatedAt *string `json:"created_at,omitempty"` // email of user who created the workspace CreatedBy *string `json:"created_by,omitempty"` // descriptive label and unique identifier Name *string `json:"name,omitempty"` // longer explanation for the workspace Description *string `json:"description,omitempty"` // number of collections that are immediate children of workspace CollectionCount *int64 `json:"collection_count,omitempty"` }
Workspace Workspaces are organizational containers for collections.
func NewWorkspace ¶
func NewWorkspace() *Workspace
NewWorkspace instantiates a new Workspace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWorkspaceWithDefaults ¶
func NewWorkspaceWithDefaults() *Workspace
NewWorkspaceWithDefaults instantiates a new Workspace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Workspace) GetCollectionCount ¶
GetCollectionCount returns the CollectionCount field value if set, zero value otherwise.
func (*Workspace) GetCollectionCountOk ¶
GetCollectionCountOk returns a tuple with the CollectionCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Workspace) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Workspace) GetCreatedAtOk ¶
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 (*Workspace) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise.
func (*Workspace) GetCreatedByOk ¶
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 (*Workspace) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Workspace) GetDescriptionOk ¶
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 (*Workspace) 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 (*Workspace) HasCollectionCount ¶
HasCollectionCount returns a boolean if a field has been set.
func (*Workspace) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Workspace) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field has been set.
func (*Workspace) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (Workspace) MarshalJSON ¶
func (*Workspace) SetCollectionCount ¶
SetCollectionCount gets a reference to the given int64 and assigns it to the CollectionCount field.
func (*Workspace) SetCreatedAt ¶
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*Workspace) SetCreatedBy ¶
SetCreatedBy gets a reference to the given string and assigns it to the CreatedBy field.
func (*Workspace) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
type WorkspacesApi ¶
type WorkspacesApi interface { /* CreateWorkspace Create Workspace Create a new workspace. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateWorkspaceRequest */ CreateWorkspace(ctx context.Context) ApiCreateWorkspaceRequest // CreateWorkspaceExecute executes the request // @return CreateWorkspaceResponse CreateWorkspaceExecute(r ApiCreateWorkspaceRequest) (*CreateWorkspaceResponse, *http.Response, error) /* DeleteWorkspace Delete Workspace Remove a workspace. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiDeleteWorkspaceRequest */ DeleteWorkspace(ctx context.Context, workspace string) ApiDeleteWorkspaceRequest // DeleteWorkspaceExecute executes the request // @return DeleteWorkspaceResponse DeleteWorkspaceExecute(r ApiDeleteWorkspaceRequest) (*DeleteWorkspaceResponse, *http.Response, error) /* GetWorkspace Retrieve Workspace Get information about a single workspace. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiGetWorkspaceRequest */ GetWorkspace(ctx context.Context, workspace string) ApiGetWorkspaceRequest // GetWorkspaceExecute executes the request // @return GetWorkspaceResponse GetWorkspaceExecute(r ApiGetWorkspaceRequest) (*GetWorkspaceResponse, *http.Response, error) /* ListWorkspaces List Workspaces List all workspaces in an organization. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListWorkspacesRequest */ ListWorkspaces(ctx context.Context) ApiListWorkspacesRequest // ListWorkspacesExecute executes the request // @return ListWorkspacesResponse ListWorkspacesExecute(r ApiListWorkspacesRequest) (*ListWorkspacesResponse, *http.Response, error) }
type WorkspacesApiService ¶
type WorkspacesApiService service
WorkspacesApiService WorkspacesApi service
func (*WorkspacesApiService) CreateWorkspace ¶
func (a *WorkspacesApiService) CreateWorkspace(ctx context.Context) ApiCreateWorkspaceRequest
CreateWorkspace Create Workspace
Create a new workspace.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateWorkspaceRequest
func (*WorkspacesApiService) CreateWorkspaceExecute ¶
func (a *WorkspacesApiService) CreateWorkspaceExecute(r ApiCreateWorkspaceRequest) (*CreateWorkspaceResponse, *http.Response, error)
Execute executes the request
@return CreateWorkspaceResponse
func (*WorkspacesApiService) DeleteWorkspace ¶
func (a *WorkspacesApiService) DeleteWorkspace(ctx context.Context, workspace string) ApiDeleteWorkspaceRequest
DeleteWorkspace Delete Workspace
Remove a workspace.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiDeleteWorkspaceRequest
func (*WorkspacesApiService) DeleteWorkspaceExecute ¶
func (a *WorkspacesApiService) DeleteWorkspaceExecute(r ApiDeleteWorkspaceRequest) (*DeleteWorkspaceResponse, *http.Response, error)
Execute executes the request
@return DeleteWorkspaceResponse
func (*WorkspacesApiService) GetWorkspace ¶
func (a *WorkspacesApiService) GetWorkspace(ctx context.Context, workspace string) ApiGetWorkspaceRequest
GetWorkspace Retrieve Workspace
Get information about a single workspace.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param workspace name of the workspace @return ApiGetWorkspaceRequest
func (*WorkspacesApiService) GetWorkspaceExecute ¶
func (a *WorkspacesApiService) GetWorkspaceExecute(r ApiGetWorkspaceRequest) (*GetWorkspaceResponse, *http.Response, error)
Execute executes the request
@return GetWorkspaceResponse
func (*WorkspacesApiService) ListWorkspaces ¶
func (a *WorkspacesApiService) ListWorkspaces(ctx context.Context) ApiListWorkspacesRequest
ListWorkspaces List Workspaces
List all workspaces in an organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListWorkspacesRequest
func (*WorkspacesApiService) ListWorkspacesExecute ¶
func (a *WorkspacesApiService) ListWorkspacesExecute(r ApiListWorkspacesRequest) (*ListWorkspacesResponse, *http.Response, error)
Execute executes the request
@return ListWorkspacesResponse
type XmlParams ¶
type XmlParams struct { // tag until which xml is ignored RootTag *string `json:"root_tag,omitempty"` // encoding in which data source is encoded Encoding *string `json:"encoding,omitempty"` // tags with which documents are identified DocTag *string `json:"doc_tag,omitempty"` // tag used for the value when there are attributes in the element having no child ValueTag *string `json:"value_tag,omitempty"` // tag to differentiate between attributes and elements AttributePrefix *string `json:"attribute_prefix,omitempty"` }
XmlParams struct for XmlParams
func NewXmlParams ¶
func NewXmlParams() *XmlParams
NewXmlParams instantiates a new XmlParams object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewXmlParamsWithDefaults ¶
func NewXmlParamsWithDefaults() *XmlParams
NewXmlParamsWithDefaults instantiates a new XmlParams object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*XmlParams) GetAttributePrefix ¶
GetAttributePrefix returns the AttributePrefix field value if set, zero value otherwise.
func (*XmlParams) GetAttributePrefixOk ¶
GetAttributePrefixOk returns a tuple with the AttributePrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*XmlParams) GetDocTag ¶
GetDocTag returns the DocTag field value if set, zero value otherwise.
func (*XmlParams) GetDocTagOk ¶
GetDocTagOk returns a tuple with the DocTag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*XmlParams) GetEncoding ¶
GetEncoding returns the Encoding field value if set, zero value otherwise.
func (*XmlParams) GetEncodingOk ¶
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 (*XmlParams) GetRootTag ¶
GetRootTag returns the RootTag field value if set, zero value otherwise.
func (*XmlParams) GetRootTagOk ¶
GetRootTagOk returns a tuple with the RootTag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*XmlParams) GetValueTag ¶
GetValueTag returns the ValueTag field value if set, zero value otherwise.
func (*XmlParams) GetValueTagOk ¶
GetValueTagOk returns a tuple with the ValueTag field value if set, nil otherwise and a boolean to check if the value has been set.
func (*XmlParams) HasAttributePrefix ¶
HasAttributePrefix returns a boolean if a field has been set.
func (*XmlParams) HasEncoding ¶
HasEncoding returns a boolean if a field has been set.
func (*XmlParams) HasRootTag ¶
HasRootTag returns a boolean if a field has been set.
func (*XmlParams) HasValueTag ¶
HasValueTag returns a boolean if a field has been set.
func (XmlParams) MarshalJSON ¶
func (*XmlParams) SetAttributePrefix ¶
SetAttributePrefix gets a reference to the given string and assigns it to the AttributePrefix field.
func (*XmlParams) SetDocTag ¶
SetDocTag gets a reference to the given string and assigns it to the DocTag field.
func (*XmlParams) SetEncoding ¶
SetEncoding gets a reference to the given string and assigns it to the Encoding field.
func (*XmlParams) SetRootTag ¶
SetRootTag gets a reference to the given string and assigns it to the RootTag field.
func (*XmlParams) SetValueTag ¶
SetValueTag gets a reference to the given string and assigns it to the ValueTag field.
Source Files ¶
- api_aliases.go
- api_api_keys.go
- api_collections.go
- api_custom_roles.go
- api_documents.go
- api_integrations.go
- api_organizations.go
- api_queries.go
- api_query_lambdas.go
- api_users.go
- api_views.go
- api_virtual_instances.go
- api_workspaces.go
- client.go
- configuration.go
- model_add_documents_request.go
- model_add_documents_response.go
- model_alias.go
- model_api_key.go
- model_aws_access_key.go
- model_aws_role.go
- model_azure_blob_storage_integration.go
- model_azure_event_hubs_integration.go
- model_azure_service_bus_integration.go
- model_cluster.go
- model_collection.go
- model_collection_stats.go
- model_create_alias_request.go
- model_create_alias_response.go
- model_create_api_key_request.go
- model_create_api_key_response.go
- model_create_collection_request.go
- model_create_collection_response.go
- model_create_integration_request.go
- model_create_integration_response.go
- model_create_query_lambda_request.go
- model_create_query_lambda_tag_request.go
- model_create_role_request.go
- model_create_user_request.go
- model_create_user_response.go
- model_create_view_request.go
- model_create_view_response.go
- model_create_workspace_request.go
- model_create_workspace_response.go
- model_csv_params.go
- model_delete_alias_response.go
- model_delete_api_key_response.go
- model_delete_collection_response.go
- model_delete_documents_request.go
- model_delete_documents_request_data.go
- model_delete_documents_response.go
- model_delete_integration_response.go
- model_delete_query_lambda_response.go
- model_delete_user_response.go
- model_delete_view_response.go
- model_delete_workspace_response.go
- model_document_status.go
- model_dynamodb_integration.go
- model_error_model.go
- model_event_time_info.go
- model_execute_query_lambda_request.go
- model_field_mapping_query.go
- model_field_mapping_v2.go
- model_field_partition.go
- model_format_params.go
- model_gcp_service_account.go
- model_gcs_integration.go
- model_get_alias_response.go
- model_get_api_key_response.go
- model_get_collection_response.go
- model_get_integration_response.go
- model_get_view_response.go
- model_get_virtual_instance_response.go
- model_get_workspace_response.go
- model_input_field.go
- model_integration.go
- model_kafka_integration.go
- model_kafka_v3_security_config.go
- model_kinesis_integration.go
- model_list_aliases_response.go
- model_list_api_keys_response.go
- model_list_collections_response.go
- model_list_integrations_response.go
- model_list_query_lambda_tags_response.go
- model_list_query_lambda_versions_response.go
- model_list_query_lambdas_response.go
- model_list_roles_response.go
- model_list_unsubscribe_preferences_response.go
- model_list_users_response.go
- model_list_views_response.go
- model_list_virtual_instances_response.go
- model_list_workspaces_response.go
- model_mongo_db_integration.go
- model_organization.go
- model_organization_response.go
- model_output_field.go
- model_pagination_info.go
- model_patch_document.go
- model_patch_documents_request.go
- model_patch_documents_response.go
- model_patch_operation.go
- model_privilege.go
- model_query_error.go
- model_query_field_type.go
- model_query_lambda.go
- model_query_lambda_sql.go
- model_query_lambda_stats.go
- model_query_lambda_tag.go
- model_query_lambda_tag_response.go
- model_query_lambda_version.go
- model_query_lambda_version_response.go
- model_query_parameter.go
- model_query_request.go
- model_query_request_sql.go
- model_query_response.go
- model_query_response_stats.go
- model_role.go
- model_role_response.go
- model_s3_integration.go
- model_segment_integration.go
- model_source.go
- model_source_azure_blob_storage.go
- model_source_azure_event_hubs.go
- model_source_azure_service_bus.go
- model_source_dynamo_db.go
- model_source_file_upload.go
- model_source_gcs.go
- model_source_kafka.go
- model_source_kinesis.go
- model_source_mongo_db.go
- model_source_s3.go
- model_sql_expression.go
- model_status.go
- model_status_azure_event_hubs.go
- model_status_azure_event_hubs_partition.go
- model_status_azure_service_bus.go
- model_status_azure_service_bus_session.go
- model_status_dynamo_db.go
- model_status_dynamo_db_v2.go
- model_status_kafka.go
- model_status_kafka_partition.go
- model_status_mongo_db.go
- model_unsubscribe_preference.go
- model_update_alias_request.go
- model_update_api_key_request.go
- model_update_api_key_response.go
- model_update_query_lambda_request.go
- model_update_role_request.go
- model_update_unsubscribe_preferences_request.go
- model_update_unsubscribe_preferences_response.go
- model_update_view_request.go
- model_update_view_response.go
- model_update_virtual_instance_request.go
- model_update_virtual_instance_response.go
- model_user.go
- model_validate_query_response.go
- model_view.go
- model_virtual_instance.go
- model_workspace.go
- model_xml_params.go
- response.go
- utils.go