Versions in this module Expand all Collapse all v1 v1.0.1 Jul 14, 2026 v1.0.0 Jul 14, 2026 Changes in this version + var ContextAPIKeys = contextKey("apiKeys") + var ContextAccessToken = contextKey("accesstoken") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + var JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) + var XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + APIKeysAPI APIKeysAPI + AssetsAPI AssetsAPI + BillingAPI BillingAPI + HealthAPI HealthAPI + IntegrationsAPI IntegrationsAPI + ProjectsAPI ProjectsAPI + RenderAPI RenderAPI + RenditionsAPI RenditionsAPI + TemplatesAPI TemplatesAPI + ToolsAPI ToolsAPI + WebhooksAPI WebhooksAPI + WorkflowsAPI WorkflowsAPI + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIKeysAPI interface + CreateApiKey func(ctx context.Context) ApiCreateApiKeyRequest + CreateApiKeyExecute func(r ApiCreateApiKeyRequest) (*ApiKeyWithSecret, *http.Response, error) + DeleteApiKey func(ctx context.Context, id string) ApiDeleteApiKeyRequest + DeleteApiKeyExecute func(r ApiDeleteApiKeyRequest) (*UploadAsset200Response, *http.Response, error) + ListApiKeys func(ctx context.Context) ApiListApiKeysRequest + ListApiKeysExecute func(r ApiListApiKeysRequest) (*ListApiKeys200Response, *http.Response, error) + type APIKeysAPIService service + func (a *APIKeysAPIService) CreateApiKey(ctx context.Context) ApiCreateApiKeyRequest + func (a *APIKeysAPIService) CreateApiKeyExecute(r ApiCreateApiKeyRequest) (*ApiKeyWithSecret, *http.Response, error) + func (a *APIKeysAPIService) DeleteApiKey(ctx context.Context, id string) ApiDeleteApiKeyRequest + func (a *APIKeysAPIService) DeleteApiKeyExecute(r ApiDeleteApiKeyRequest) (*UploadAsset200Response, *http.Response, error) + func (a *APIKeysAPIService) ListApiKeys(ctx context.Context) ApiListApiKeysRequest + func (a *APIKeysAPIService) ListApiKeysExecute(r ApiListApiKeysRequest) (*ListApiKeys200Response, *http.Response, error) + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ApiBatchDeleteAssetsRequest struct + ApiService AssetsAPI + func (r ApiBatchDeleteAssetsRequest) BatchDeleteProjectsRequest(batchDeleteProjectsRequest BatchDeleteProjectsRequest) ApiBatchDeleteAssetsRequest + func (r ApiBatchDeleteAssetsRequest) Execute() (*BatchDeleteResult, *http.Response, error) + type ApiBatchDeleteProjectsRequest struct + ApiService ProjectsAPI + func (r ApiBatchDeleteProjectsRequest) BatchDeleteProjectsRequest(batchDeleteProjectsRequest BatchDeleteProjectsRequest) ApiBatchDeleteProjectsRequest + func (r ApiBatchDeleteProjectsRequest) Execute() (*BatchDeleteResult, *http.Response, error) + type ApiBatchDeleteRenditionsRequest struct + ApiService RenditionsAPI + func (r ApiBatchDeleteRenditionsRequest) BatchDeleteProjectsRequest(batchDeleteProjectsRequest BatchDeleteProjectsRequest) ApiBatchDeleteRenditionsRequest + func (r ApiBatchDeleteRenditionsRequest) Execute() (*BatchDeleteResult, *http.Response, error) + type ApiCancelRenderRequest struct + ApiService RenderAPI + func (r ApiCancelRenderRequest) Execute() (*CancelRender200Response, *http.Response, error) + type ApiCancelRenditionRequest struct + ApiService RenditionsAPI + func (r ApiCancelRenditionRequest) Execute() (*RenditionCancelResult, *http.Response, error) + type ApiCancelSubscriptionRequest struct + ApiService BillingAPI + func (r ApiCancelSubscriptionRequest) Execute() (*UploadAsset200Response, *http.Response, error) + type ApiCancelWorkflowRunRequest struct + ApiService WorkflowsAPI + func (r ApiCancelWorkflowRunRequest) Execute() (*UploadAsset200Response, *http.Response, error) + type ApiCreateApiKeyRequest struct + ApiService APIKeysAPI + func (r ApiCreateApiKeyRequest) CreateApiKeyRequest(createApiKeyRequest CreateApiKeyRequest) ApiCreateApiKeyRequest + func (r ApiCreateApiKeyRequest) Execute() (*ApiKeyWithSecret, *http.Response, error) + type ApiCreateAssetRequest struct + ApiService AssetsAPI + func (r ApiCreateAssetRequest) AssetCreate(assetCreate AssetCreate) ApiCreateAssetRequest + func (r ApiCreateAssetRequest) Execute() (*CreateAsset201Response, *http.Response, error) + type ApiCreateCheckoutSessionRequest struct + ApiService BillingAPI + func (r ApiCreateCheckoutSessionRequest) CreateCheckoutSessionRequest(createCheckoutSessionRequest CreateCheckoutSessionRequest) ApiCreateCheckoutSessionRequest + func (r ApiCreateCheckoutSessionRequest) Execute() (*CreateCheckoutSession200Response, *http.Response, error) + type ApiCreateIntegrationRequest struct + ApiService IntegrationsAPI + func (r ApiCreateIntegrationRequest) Execute() (*CreateIntegration201Response, *http.Response, error) + func (r ApiCreateIntegrationRequest) WorkspaceIntegrationInput(workspaceIntegrationInput WorkspaceIntegrationInput) ApiCreateIntegrationRequest + type ApiCreateProjectRequest struct + ApiService ProjectsAPI + func (r ApiCreateProjectRequest) Execute() (*CreateProject200Response, *http.Response, error) + func (r ApiCreateProjectRequest) ProjectCreate(projectCreate ProjectCreate) ApiCreateProjectRequest + type ApiCreateWebhookSubscriptionRequest struct + ApiService WebhooksAPI + func (r ApiCreateWebhookSubscriptionRequest) Execute() (*WebhookSubscription, *http.Response, error) + func (r ApiCreateWebhookSubscriptionRequest) WebhookSubscriptionCreate(webhookSubscriptionCreate WebhookSubscriptionCreate) ApiCreateWebhookSubscriptionRequest + type ApiCreateWorkflowRequest struct + ApiService WorkflowsAPI + func (r ApiCreateWorkflowRequest) CreateWorkflowRequest(createWorkflowRequest CreateWorkflowRequest) ApiCreateWorkflowRequest + func (r ApiCreateWorkflowRequest) Execute() (*CreateWorkflow201Response, *http.Response, error) + type ApiDeleteApiKeyRequest struct + ApiService APIKeysAPI + func (r ApiDeleteApiKeyRequest) Execute() (*UploadAsset200Response, *http.Response, error) + type ApiDeleteAssetRequest struct + ApiService AssetsAPI + func (r ApiDeleteAssetRequest) Execute() (*DeleteProject200Response, *http.Response, error) + type ApiDeleteDestinationRequest struct + ApiService IntegrationsAPI + func (r ApiDeleteDestinationRequest) Execute() (*UploadAsset200Response, *http.Response, error) + type ApiDeleteIntegrationRequest struct + ApiService IntegrationsAPI + func (r ApiDeleteIntegrationRequest) Execute() (*UploadAsset200Response, *http.Response, error) + type ApiDeleteProjectRequest struct + ApiService ProjectsAPI + func (r ApiDeleteProjectRequest) Execute() (*DeleteProject200Response, *http.Response, error) + type ApiDeleteRenditionRequest struct + ApiService RenditionsAPI + func (r ApiDeleteRenditionRequest) Execute() (*DeleteProject200Response, *http.Response, error) + type ApiDeleteWebhookSubscriptionRequest struct + ApiService WebhooksAPI + func (r ApiDeleteWebhookSubscriptionRequest) Execute() (*UploadAsset200Response, *http.Response, error) + type ApiDeleteWorkflowRequest struct + ApiService WorkflowsAPI + func (r ApiDeleteWorkflowRequest) Execute() (*UploadAsset200Response, *http.Response, error) + type ApiDownloadRenderRequest struct + ApiService RenderAPI + func (r ApiDownloadRenderRequest) Execute() (*http.Response, error) + type ApiDownloadToolJobRequest struct + ApiService ToolsAPI + func (r ApiDownloadToolJobRequest) Execute() (*http.Response, error) + type ApiDuplicateProjectRequest struct + ApiService ProjectsAPI + func (r ApiDuplicateProjectRequest) Execute() (*CreateProject200Response, *http.Response, error) + type ApiEstimateRenderCostRequest struct + ApiService RenderAPI + func (r ApiEstimateRenderCostRequest) EstimateRenderCostRequest(estimateRenderCostRequest EstimateRenderCostRequest) ApiEstimateRenderCostRequest + func (r ApiEstimateRenderCostRequest) Execute() (*RenderCostEstimate, *http.Response, error) + type ApiGetAssetRequest struct + ApiService AssetsAPI + func (r ApiGetAssetRequest) Execute() (*CreateAsset201Response, *http.Response, error) + type ApiGetAssetSignedUrlRequest struct + ApiService AssetsAPI + func (r ApiGetAssetSignedUrlRequest) Execute() (*GetAssetSignedUrl200Response, *http.Response, error) + type ApiGetAssetUploadUrlRequest struct + ApiService AssetsAPI + func (r ApiGetAssetUploadUrlRequest) Execute() (*AssetUploadUrlResponse, *http.Response, error) + func (r ApiGetAssetUploadUrlRequest) GetAssetUploadUrlRequest(getAssetUploadUrlRequest GetAssetUploadUrlRequest) ApiGetAssetUploadUrlRequest + type ApiGetCreditsRequest struct + ApiService BillingAPI + func (r ApiGetCreditsRequest) Execute() (*CreditBalance, *http.Response, error) + type ApiGetDestinationRequest struct + ApiService IntegrationsAPI + func (r ApiGetDestinationRequest) Execute() (*GetDestination200Response, *http.Response, error) + type ApiGetProjectRequest struct + ApiService ProjectsAPI + func (r ApiGetProjectRequest) Execute() (*GetProject200Response, *http.Response, error) + type ApiGetProjectStatsRequest struct + ApiService ProjectsAPI + func (r ApiGetProjectStatsRequest) Execute() (*GetProjectStats200Response, *http.Response, error) + type ApiGetRenderDownloadUrlRequest struct + ApiService RenderAPI + func (r ApiGetRenderDownloadUrlRequest) Execute() (*GetRenderDownloadUrl200Response, *http.Response, error) + type ApiGetRenderStatusRequest struct + ApiService RenderAPI + func (r ApiGetRenderStatusRequest) Execute() (*RenderJob, *http.Response, error) + type ApiGetRenderTierRequest struct + ApiService RenderAPI + func (r ApiGetRenderTierRequest) Execute() (*TierInfo, *http.Response, error) + type ApiGetRenditionRequest struct + ApiService RenditionsAPI + func (r ApiGetRenditionRequest) Execute() (*GetRendition200Response, *http.Response, error) + type ApiGetRenditionStatsRequest struct + ApiService RenditionsAPI + func (r ApiGetRenditionStatsRequest) Execute() (*RenditionStats, *http.Response, error) + type ApiGetSubscriptionRequest struct + ApiService BillingAPI + func (r ApiGetSubscriptionRequest) Execute() (*GetSubscription200Response, *http.Response, error) + type ApiGetTemplateRequest struct + ApiService TemplatesAPI + func (r ApiGetTemplateRequest) Execute() (*GetTemplate200Response, *http.Response, error) + type ApiGetToolJobRequest struct + ApiService ToolsAPI + func (r ApiGetToolJobRequest) Execute() (*ToolJobStatus, *http.Response, error) + type ApiGetUsageRequest struct + ApiService BillingAPI + func (r ApiGetUsageRequest) Execute() (*GetUsage200Response, *http.Response, error) + func (r ApiGetUsageRequest) Limit(limit int32) ApiGetUsageRequest + func (r ApiGetUsageRequest) Type_(type_ string) ApiGetUsageRequest + type ApiGetWorkflowRequest struct + ApiService WorkflowsAPI + func (r ApiGetWorkflowRequest) Execute() (*GetWorkflow200Response, *http.Response, error) + type ApiGetWorkflowRunRequest struct + ApiService WorkflowsAPI + func (r ApiGetWorkflowRunRequest) Execute() (*GetWorkflowRun200Response, *http.Response, error) + type ApiHealthCheckDetailedRequest struct + ApiService HealthAPI + func (r ApiHealthCheckDetailedRequest) Execute() (*HealthCheckDetailed200Response, *http.Response, error) + type ApiHealthCheckRequest struct + ApiService HealthAPI + func (r ApiHealthCheckRequest) Execute() (*HealthCheck200Response, *http.Response, error) + type ApiKey struct + CreatedAt time.Time + Id string + KeyPrefix string + LastUsedAt NullableTime + Name NullableString + RevokedAt NullableTime + func NewApiKey(id string, keyPrefix string, createdAt time.Time) *ApiKey + func NewApiKeyWithDefaults() *ApiKey + func (o *ApiKey) GetCreatedAt() time.Time + func (o *ApiKey) GetCreatedAtOk() (*time.Time, bool) + func (o *ApiKey) GetId() string + func (o *ApiKey) GetIdOk() (*string, bool) + func (o *ApiKey) GetKeyPrefix() string + func (o *ApiKey) GetKeyPrefixOk() (*string, bool) + func (o *ApiKey) GetLastUsedAt() time.Time + func (o *ApiKey) GetLastUsedAtOk() (*time.Time, bool) + func (o *ApiKey) GetName() string + func (o *ApiKey) GetNameOk() (*string, bool) + func (o *ApiKey) GetRevokedAt() time.Time + func (o *ApiKey) GetRevokedAtOk() (*time.Time, bool) + func (o *ApiKey) HasLastUsedAt() bool + func (o *ApiKey) HasName() bool + func (o *ApiKey) HasRevokedAt() bool + func (o *ApiKey) SetCreatedAt(v time.Time) + func (o *ApiKey) SetId(v string) + func (o *ApiKey) SetKeyPrefix(v string) + func (o *ApiKey) SetLastUsedAt(v time.Time) + func (o *ApiKey) SetLastUsedAtNil() + func (o *ApiKey) SetName(v string) + func (o *ApiKey) SetNameNil() + func (o *ApiKey) SetRevokedAt(v time.Time) + func (o *ApiKey) SetRevokedAtNil() + func (o *ApiKey) UnmarshalJSON(data []byte) (err error) + func (o *ApiKey) UnsetLastUsedAt() + func (o *ApiKey) UnsetName() + func (o *ApiKey) UnsetRevokedAt() + func (o ApiKey) MarshalJSON() ([]byte, error) + func (o ApiKey) ToMap() (map[string]interface{}, error) + type ApiKeyWithSecret struct + Key string + KeyData ApiKey + func NewApiKeyWithSecret(key string, keyData ApiKey) *ApiKeyWithSecret + func NewApiKeyWithSecretWithDefaults() *ApiKeyWithSecret + func (o *ApiKeyWithSecret) GetKey() string + func (o *ApiKeyWithSecret) GetKeyData() ApiKey + func (o *ApiKeyWithSecret) GetKeyDataOk() (*ApiKey, bool) + func (o *ApiKeyWithSecret) GetKeyOk() (*string, bool) + func (o *ApiKeyWithSecret) SetKey(v string) + func (o *ApiKeyWithSecret) SetKeyData(v ApiKey) + func (o *ApiKeyWithSecret) UnmarshalJSON(data []byte) (err error) + func (o ApiKeyWithSecret) MarshalJSON() ([]byte, error) + func (o ApiKeyWithSecret) ToMap() (map[string]interface{}, error) + type ApiListApiKeysRequest struct + ApiService APIKeysAPI + func (r ApiListApiKeysRequest) Execute() (*ListApiKeys200Response, *http.Response, error) + type ApiListAssetsRequest struct + ApiService AssetsAPI + func (r ApiListAssetsRequest) Execute() (*ListAssets200Response, *http.Response, error) + func (r ApiListAssetsRequest) Limit(limit int32) ApiListAssetsRequest + func (r ApiListAssetsRequest) Page(page int32) ApiListAssetsRequest + func (r ApiListAssetsRequest) Search(search string) ApiListAssetsRequest + func (r ApiListAssetsRequest) SortBy(sortBy string) ApiListAssetsRequest + func (r ApiListAssetsRequest) SortOrder(sortOrder string) ApiListAssetsRequest + func (r ApiListAssetsRequest) Type_(type_ string) ApiListAssetsRequest + type ApiListIntegrationsRequest struct + ApiService IntegrationsAPI + func (r ApiListIntegrationsRequest) Execute() (*ListIntegrations200Response, *http.Response, error) + type ApiListInvoicesRequest struct + ApiService BillingAPI + func (r ApiListInvoicesRequest) Execute() (*ListInvoices200Response, *http.Response, error) + type ApiListPricesRequest struct + ApiService BillingAPI + func (r ApiListPricesRequest) Execute() (*BillingPrices, *http.Response, error) + type ApiListProjectsRequest struct + ApiService ProjectsAPI + func (r ApiListProjectsRequest) Execute() (*ListProjects200Response, *http.Response, error) + func (r ApiListProjectsRequest) Limit(limit int32) ApiListProjectsRequest + func (r ApiListProjectsRequest) Page(page int32) ApiListProjectsRequest + func (r ApiListProjectsRequest) Search(search string) ApiListProjectsRequest + func (r ApiListProjectsRequest) SortBy(sortBy string) ApiListProjectsRequest + func (r ApiListProjectsRequest) SortOrder(sortOrder string) ApiListProjectsRequest + type ApiListRendersRequest struct + ApiService RenderAPI + func (r ApiListRendersRequest) Execute() ([]RenderListItem, *http.Response, error) + func (r ApiListRendersRequest) Limit(limit int32) ApiListRendersRequest + type ApiListRenditionsRequest struct + ApiService RenditionsAPI + func (r ApiListRenditionsRequest) Execute() (*ListRenditions200Response, *http.Response, error) + func (r ApiListRenditionsRequest) From(from time.Time) ApiListRenditionsRequest + func (r ApiListRenditionsRequest) Limit(limit int32) ApiListRenditionsRequest + func (r ApiListRenditionsRequest) Page(page int32) ApiListRenditionsRequest + func (r ApiListRenditionsRequest) ProjectId(projectId string) ApiListRenditionsRequest + func (r ApiListRenditionsRequest) Search(search string) ApiListRenditionsRequest + func (r ApiListRenditionsRequest) SortBy(sortBy string) ApiListRenditionsRequest + func (r ApiListRenditionsRequest) SortOrder(sortOrder string) ApiListRenditionsRequest + func (r ApiListRenditionsRequest) Status(status string) ApiListRenditionsRequest + func (r ApiListRenditionsRequest) To(to time.Time) ApiListRenditionsRequest + type ApiListTemplatesRequest struct + ApiService TemplatesAPI + func (r ApiListTemplatesRequest) Execute() (*ListTemplates200Response, *http.Response, error) + type ApiListWebhookSubscriptionsRequest struct + ApiService WebhooksAPI + func (r ApiListWebhookSubscriptionsRequest) Execute() (*ListWebhookSubscriptions200Response, *http.Response, error) + type ApiListWorkflowRunsRequest struct + ApiService WorkflowsAPI + func (r ApiListWorkflowRunsRequest) Execute() (*ListWorkflowRuns200Response, *http.Response, error) + func (r ApiListWorkflowRunsRequest) Limit(limit int32) ApiListWorkflowRunsRequest + func (r ApiListWorkflowRunsRequest) Page(page int32) ApiListWorkflowRunsRequest + type ApiListWorkflowStepTypesRequest struct + ApiService WorkflowsAPI + func (r ApiListWorkflowStepTypesRequest) Execute() (*ListWorkflowStepTypes200Response, *http.Response, error) + type ApiListWorkflowsRequest struct + ApiService WorkflowsAPI + func (r ApiListWorkflowsRequest) Execute() (*ListWorkflows200Response, *http.Response, error) + func (r ApiListWorkflowsRequest) Limit(limit int32) ApiListWorkflowsRequest + func (r ApiListWorkflowsRequest) Page(page int32) ApiListWorkflowsRequest + type ApiPatchProjectRequest struct + ApiService ProjectsAPI + func (r ApiPatchProjectRequest) Execute() (*CreateProject200Response, *http.Response, error) + func (r ApiPatchProjectRequest) ProjectUpdate(projectUpdate ProjectUpdate) ApiPatchProjectRequest + type ApiProxyAssetRequest struct + ApiService AssetsAPI + func (r ApiProxyAssetRequest) Execute() (*os.File, *http.Response, error) + type ApiQueueRenderRequest struct + ApiService RenderAPI + func (r ApiQueueRenderRequest) Execute() (*QueueRender200Response, *http.Response, error) + func (r ApiQueueRenderRequest) IdempotencyKey(idempotencyKey string) ApiQueueRenderRequest + func (r ApiQueueRenderRequest) QueueRenderRequest(queueRenderRequest QueueRenderRequest) ApiQueueRenderRequest + type ApiQueueToolJobRequest struct + ApiService ToolsAPI + func (r ApiQueueToolJobRequest) Execute() (*ToolJobStatus, *http.Response, error) + func (r ApiQueueToolJobRequest) ToolJobRequest(toolJobRequest ToolJobRequest) ApiQueueToolJobRequest + type ApiRefreshRenderUrlRequest struct + ApiService RenderAPI + func (r ApiRefreshRenderUrlRequest) Execute() (*RefreshRenderUrl200Response, *http.Response, error) + type ApiRenderTemplateRequest struct + ApiService TemplatesAPI + func (r ApiRenderTemplateRequest) Execute() (*QueueRender200Response, *http.Response, error) + func (r ApiRenderTemplateRequest) IdempotencyKey(idempotencyKey string) ApiRenderTemplateRequest + func (r ApiRenderTemplateRequest) RenderTemplateRequest(renderTemplateRequest RenderTemplateRequest) ApiRenderTemplateRequest + type ApiRetryWorkflowRunRequest struct + ApiService WorkflowsAPI + func (r ApiRetryWorkflowRunRequest) Execute() (*RunWorkflow202Response, *http.Response, error) + type ApiRetryWorkflowStepRequest struct + ApiService WorkflowsAPI + func (r ApiRetryWorkflowStepRequest) Execute() (*UploadAsset200Response, *http.Response, error) + type ApiRunWorkflowRequest struct + ApiService WorkflowsAPI + func (r ApiRunWorkflowRequest) Execute() (*RunWorkflow202Response, *http.Response, error) + func (r ApiRunWorkflowRequest) RunWorkflowRequest(runWorkflowRequest RunWorkflowRequest) ApiRunWorkflowRequest + type ApiSetDestinationRequest struct + ApiService IntegrationsAPI + func (r ApiSetDestinationRequest) DestinationInput(destinationInput DestinationInput) ApiSetDestinationRequest + func (r ApiSetDestinationRequest) Execute() (*GetDestination200Response, *http.Response, error) + type ApiSkipWorkflowStepRequest struct + ApiService WorkflowsAPI + func (r ApiSkipWorkflowStepRequest) Execute() (*UploadAsset200Response, *http.Response, error) + type ApiTestDestinationRequest struct + ApiService IntegrationsAPI + func (r ApiTestDestinationRequest) DestinationInput(destinationInput DestinationInput) ApiTestDestinationRequest + func (r ApiTestDestinationRequest) Execute() (*TestIntegration200Response, *http.Response, error) + type ApiTestIntegrationRequest struct + ApiService IntegrationsAPI + func (r ApiTestIntegrationRequest) Execute() (*TestIntegration200Response, *http.Response, error) + type ApiTrackRenderBandwidthRequest struct + ApiService RenderAPI + func (r ApiTrackRenderBandwidthRequest) Execute() (*TrackRenderBandwidth200Response, *http.Response, error) + type ApiUpdateIntegrationRequest struct + ApiService IntegrationsAPI + func (r ApiUpdateIntegrationRequest) Execute() (*CreateIntegration201Response, *http.Response, error) + func (r ApiUpdateIntegrationRequest) WorkspaceIntegrationInput(workspaceIntegrationInput WorkspaceIntegrationInput) ApiUpdateIntegrationRequest + type ApiUpdateProjectRequest struct + ApiService ProjectsAPI + func (r ApiUpdateProjectRequest) Execute() (*CreateProject200Response, *http.Response, error) + func (r ApiUpdateProjectRequest) ProjectUpdate(projectUpdate ProjectUpdate) ApiUpdateProjectRequest + type ApiUpdateWorkflowRequest struct + ApiService WorkflowsAPI + func (r ApiUpdateWorkflowRequest) Execute() (*CreateWorkflow201Response, *http.Response, error) + func (r ApiUpdateWorkflowRequest) UpdateWorkflowRequest(updateWorkflowRequest UpdateWorkflowRequest) ApiUpdateWorkflowRequest + type ApiUploadAssetRequest struct + ApiService AssetsAPI + func (r ApiUploadAssetRequest) Execute() (*UploadAsset200Response, *http.Response, error) + func (r ApiUploadAssetRequest) File(file *os.File) ApiUploadAssetRequest + type Asset struct + AssetUrl *string + CreatedAt time.Time + CreatedBy NullableString + Duration NullableInt32 + Height NullableInt32 + Id string + Name string + SizeBytes int32 + StorageKey string + Type string + UpdatedAt *time.Time + Width NullableInt32 + WorkspaceId string + func NewAsset(id string, workspaceId string, name string, type_ string, storageKey string, ...) *Asset + func NewAssetWithDefaults() *Asset + func (o *Asset) GetAssetUrl() string + func (o *Asset) GetAssetUrlOk() (*string, bool) + func (o *Asset) GetCreatedAt() time.Time + func (o *Asset) GetCreatedAtOk() (*time.Time, bool) + func (o *Asset) GetCreatedBy() string + func (o *Asset) GetCreatedByOk() (*string, bool) + func (o *Asset) GetDuration() int32 + func (o *Asset) GetDurationOk() (*int32, bool) + func (o *Asset) GetHeight() int32 + func (o *Asset) GetHeightOk() (*int32, bool) + func (o *Asset) GetId() string + func (o *Asset) GetIdOk() (*string, bool) + func (o *Asset) GetName() string + func (o *Asset) GetNameOk() (*string, bool) + func (o *Asset) GetSizeBytes() int32 + func (o *Asset) GetSizeBytesOk() (*int32, bool) + func (o *Asset) GetStorageKey() string + func (o *Asset) GetStorageKeyOk() (*string, bool) + func (o *Asset) GetType() string + func (o *Asset) GetTypeOk() (*string, bool) + func (o *Asset) GetUpdatedAt() time.Time + func (o *Asset) GetUpdatedAtOk() (*time.Time, bool) + func (o *Asset) GetWidth() int32 + func (o *Asset) GetWidthOk() (*int32, bool) + func (o *Asset) GetWorkspaceId() string + func (o *Asset) GetWorkspaceIdOk() (*string, bool) + func (o *Asset) HasAssetUrl() bool + func (o *Asset) HasCreatedBy() bool + func (o *Asset) HasDuration() bool + func (o *Asset) HasHeight() bool + func (o *Asset) HasUpdatedAt() bool + func (o *Asset) HasWidth() bool + func (o *Asset) SetAssetUrl(v string) + func (o *Asset) SetCreatedAt(v time.Time) + func (o *Asset) SetCreatedBy(v string) + func (o *Asset) SetCreatedByNil() + func (o *Asset) SetDuration(v int32) + func (o *Asset) SetDurationNil() + func (o *Asset) SetHeight(v int32) + func (o *Asset) SetHeightNil() + func (o *Asset) SetId(v string) + func (o *Asset) SetName(v string) + func (o *Asset) SetSizeBytes(v int32) + func (o *Asset) SetStorageKey(v string) + func (o *Asset) SetType(v string) + func (o *Asset) SetUpdatedAt(v time.Time) + func (o *Asset) SetWidth(v int32) + func (o *Asset) SetWidthNil() + func (o *Asset) SetWorkspaceId(v string) + func (o *Asset) UnmarshalJSON(data []byte) (err error) + func (o *Asset) UnsetCreatedBy() + func (o *Asset) UnsetDuration() + func (o *Asset) UnsetHeight() + func (o *Asset) UnsetWidth() + func (o Asset) MarshalJSON() ([]byte, error) + func (o Asset) ToMap() (map[string]interface{}, error) + type AssetCreate struct + Duration *int32 + Height *int32 + Id string + Name string + SizeBytes *int32 + StorageKey string + Type string + Width *int32 + func NewAssetCreate(id string, name string, type_ string, storageKey string) *AssetCreate + func NewAssetCreateWithDefaults() *AssetCreate + func (o *AssetCreate) GetDuration() int32 + func (o *AssetCreate) GetDurationOk() (*int32, bool) + func (o *AssetCreate) GetHeight() int32 + func (o *AssetCreate) GetHeightOk() (*int32, bool) + func (o *AssetCreate) GetId() string + func (o *AssetCreate) GetIdOk() (*string, bool) + func (o *AssetCreate) GetName() string + func (o *AssetCreate) GetNameOk() (*string, bool) + func (o *AssetCreate) GetSizeBytes() int32 + func (o *AssetCreate) GetSizeBytesOk() (*int32, bool) + func (o *AssetCreate) GetStorageKey() string + func (o *AssetCreate) GetStorageKeyOk() (*string, bool) + func (o *AssetCreate) GetType() string + func (o *AssetCreate) GetTypeOk() (*string, bool) + func (o *AssetCreate) GetWidth() int32 + func (o *AssetCreate) GetWidthOk() (*int32, bool) + func (o *AssetCreate) HasDuration() bool + func (o *AssetCreate) HasHeight() bool + func (o *AssetCreate) HasSizeBytes() bool + func (o *AssetCreate) HasWidth() bool + func (o *AssetCreate) SetDuration(v int32) + func (o *AssetCreate) SetHeight(v int32) + func (o *AssetCreate) SetId(v string) + func (o *AssetCreate) SetName(v string) + func (o *AssetCreate) SetSizeBytes(v int32) + func (o *AssetCreate) SetStorageKey(v string) + func (o *AssetCreate) SetType(v string) + func (o *AssetCreate) SetWidth(v int32) + func (o *AssetCreate) UnmarshalJSON(data []byte) (err error) + func (o AssetCreate) MarshalJSON() ([]byte, error) + func (o AssetCreate) ToMap() (map[string]interface{}, error) + type AssetUploadUrlResponse struct + AssetId string + AssetUrl string + Path string + Type string + UploadUrl string + func NewAssetUploadUrlResponse(uploadUrl string, assetUrl string, path string, assetId string, type_ string) *AssetUploadUrlResponse + func NewAssetUploadUrlResponseWithDefaults() *AssetUploadUrlResponse + func (o *AssetUploadUrlResponse) GetAssetId() string + func (o *AssetUploadUrlResponse) GetAssetIdOk() (*string, bool) + func (o *AssetUploadUrlResponse) GetAssetUrl() string + func (o *AssetUploadUrlResponse) GetAssetUrlOk() (*string, bool) + func (o *AssetUploadUrlResponse) GetPath() string + func (o *AssetUploadUrlResponse) GetPathOk() (*string, bool) + func (o *AssetUploadUrlResponse) GetType() string + func (o *AssetUploadUrlResponse) GetTypeOk() (*string, bool) + func (o *AssetUploadUrlResponse) GetUploadUrl() string + func (o *AssetUploadUrlResponse) GetUploadUrlOk() (*string, bool) + func (o *AssetUploadUrlResponse) SetAssetId(v string) + func (o *AssetUploadUrlResponse) SetAssetUrl(v string) + func (o *AssetUploadUrlResponse) SetPath(v string) + func (o *AssetUploadUrlResponse) SetType(v string) + func (o *AssetUploadUrlResponse) SetUploadUrl(v string) + func (o *AssetUploadUrlResponse) UnmarshalJSON(data []byte) (err error) + func (o AssetUploadUrlResponse) MarshalJSON() ([]byte, error) + func (o AssetUploadUrlResponse) ToMap() (map[string]interface{}, error) + type AssetsAPI interface + BatchDeleteAssets func(ctx context.Context) ApiBatchDeleteAssetsRequest + BatchDeleteAssetsExecute func(r ApiBatchDeleteAssetsRequest) (*BatchDeleteResult, *http.Response, error) + CreateAsset func(ctx context.Context) ApiCreateAssetRequest + CreateAssetExecute func(r ApiCreateAssetRequest) (*CreateAsset201Response, *http.Response, error) + DeleteAsset func(ctx context.Context, id string) ApiDeleteAssetRequest + DeleteAssetExecute func(r ApiDeleteAssetRequest) (*DeleteProject200Response, *http.Response, error) + GetAsset func(ctx context.Context, id string) ApiGetAssetRequest + GetAssetExecute func(r ApiGetAssetRequest) (*CreateAsset201Response, *http.Response, error) + GetAssetSignedUrl func(ctx context.Context, id string) ApiGetAssetSignedUrlRequest + GetAssetSignedUrlExecute func(r ApiGetAssetSignedUrlRequest) (*GetAssetSignedUrl200Response, *http.Response, error) + GetAssetUploadUrl func(ctx context.Context) ApiGetAssetUploadUrlRequest + GetAssetUploadUrlExecute func(r ApiGetAssetUploadUrlRequest) (*AssetUploadUrlResponse, *http.Response, error) + ListAssets func(ctx context.Context) ApiListAssetsRequest + ListAssetsExecute func(r ApiListAssetsRequest) (*ListAssets200Response, *http.Response, error) + ProxyAsset func(ctx context.Context, id string) ApiProxyAssetRequest + ProxyAssetExecute func(r ApiProxyAssetRequest) (*os.File, *http.Response, error) + UploadAsset func(ctx context.Context, assetId string) ApiUploadAssetRequest + UploadAssetExecute func(r ApiUploadAssetRequest) (*UploadAsset200Response, *http.Response, error) + type AssetsAPIService service + func (a *AssetsAPIService) BatchDeleteAssets(ctx context.Context) ApiBatchDeleteAssetsRequest + func (a *AssetsAPIService) BatchDeleteAssetsExecute(r ApiBatchDeleteAssetsRequest) (*BatchDeleteResult, *http.Response, error) + func (a *AssetsAPIService) CreateAsset(ctx context.Context) ApiCreateAssetRequest + func (a *AssetsAPIService) CreateAssetExecute(r ApiCreateAssetRequest) (*CreateAsset201Response, *http.Response, error) + func (a *AssetsAPIService) DeleteAsset(ctx context.Context, id string) ApiDeleteAssetRequest + func (a *AssetsAPIService) DeleteAssetExecute(r ApiDeleteAssetRequest) (*DeleteProject200Response, *http.Response, error) + func (a *AssetsAPIService) GetAsset(ctx context.Context, id string) ApiGetAssetRequest + func (a *AssetsAPIService) GetAssetExecute(r ApiGetAssetRequest) (*CreateAsset201Response, *http.Response, error) + func (a *AssetsAPIService) GetAssetSignedUrl(ctx context.Context, id string) ApiGetAssetSignedUrlRequest + func (a *AssetsAPIService) GetAssetSignedUrlExecute(r ApiGetAssetSignedUrlRequest) (*GetAssetSignedUrl200Response, *http.Response, error) + func (a *AssetsAPIService) GetAssetUploadUrl(ctx context.Context) ApiGetAssetUploadUrlRequest + func (a *AssetsAPIService) GetAssetUploadUrlExecute(r ApiGetAssetUploadUrlRequest) (*AssetUploadUrlResponse, *http.Response, error) + func (a *AssetsAPIService) ListAssets(ctx context.Context) ApiListAssetsRequest + func (a *AssetsAPIService) ListAssetsExecute(r ApiListAssetsRequest) (*ListAssets200Response, *http.Response, error) + func (a *AssetsAPIService) ProxyAsset(ctx context.Context, id string) ApiProxyAssetRequest + func (a *AssetsAPIService) ProxyAssetExecute(r ApiProxyAssetRequest) (*os.File, *http.Response, error) + func (a *AssetsAPIService) UploadAsset(ctx context.Context, assetId string) ApiUploadAssetRequest + func (a *AssetsAPIService) UploadAssetExecute(r ApiUploadAssetRequest) (*UploadAsset200Response, *http.Response, error) + type BasicAuth struct + Password string + UserName string + type BatchDeleteProjectsRequest struct + Ids []string + func NewBatchDeleteProjectsRequest(ids []string) *BatchDeleteProjectsRequest + func NewBatchDeleteProjectsRequestWithDefaults() *BatchDeleteProjectsRequest + func (o *BatchDeleteProjectsRequest) GetIds() []string + func (o *BatchDeleteProjectsRequest) GetIdsOk() ([]string, bool) + func (o *BatchDeleteProjectsRequest) SetIds(v []string) + func (o *BatchDeleteProjectsRequest) UnmarshalJSON(data []byte) (err error) + func (o BatchDeleteProjectsRequest) MarshalJSON() ([]byte, error) + func (o BatchDeleteProjectsRequest) ToMap() (map[string]interface{}, error) + type BatchDeleteResult struct + Count int32 + Deleted []string + func NewBatchDeleteResult(count int32) *BatchDeleteResult + func NewBatchDeleteResultWithDefaults() *BatchDeleteResult + func (o *BatchDeleteResult) GetCount() int32 + func (o *BatchDeleteResult) GetCountOk() (*int32, bool) + func (o *BatchDeleteResult) GetDeleted() []string + func (o *BatchDeleteResult) GetDeletedOk() ([]string, bool) + func (o *BatchDeleteResult) HasDeleted() bool + func (o *BatchDeleteResult) SetCount(v int32) + func (o *BatchDeleteResult) SetDeleted(v []string) + func (o *BatchDeleteResult) UnmarshalJSON(data []byte) (err error) + func (o BatchDeleteResult) MarshalJSON() ([]byte, error) + func (o BatchDeleteResult) ToMap() (map[string]interface{}, error) + type BillingAPI interface + CancelSubscription func(ctx context.Context) ApiCancelSubscriptionRequest + CancelSubscriptionExecute func(r ApiCancelSubscriptionRequest) (*UploadAsset200Response, *http.Response, error) + CreateCheckoutSession func(ctx context.Context) ApiCreateCheckoutSessionRequest + CreateCheckoutSessionExecute func(r ApiCreateCheckoutSessionRequest) (*CreateCheckoutSession200Response, *http.Response, error) + GetCredits func(ctx context.Context) ApiGetCreditsRequest + GetCreditsExecute func(r ApiGetCreditsRequest) (*CreditBalance, *http.Response, error) + GetSubscription func(ctx context.Context) ApiGetSubscriptionRequest + GetSubscriptionExecute func(r ApiGetSubscriptionRequest) (*GetSubscription200Response, *http.Response, error) + GetUsage func(ctx context.Context) ApiGetUsageRequest + GetUsageExecute func(r ApiGetUsageRequest) (*GetUsage200Response, *http.Response, error) + ListInvoices func(ctx context.Context) ApiListInvoicesRequest + ListInvoicesExecute func(r ApiListInvoicesRequest) (*ListInvoices200Response, *http.Response, error) + ListPrices func(ctx context.Context) ApiListPricesRequest + ListPricesExecute func(r ApiListPricesRequest) (*BillingPrices, *http.Response, error) + type BillingAPIService service + func (a *BillingAPIService) CancelSubscription(ctx context.Context) ApiCancelSubscriptionRequest + func (a *BillingAPIService) CancelSubscriptionExecute(r ApiCancelSubscriptionRequest) (*UploadAsset200Response, *http.Response, error) + func (a *BillingAPIService) CreateCheckoutSession(ctx context.Context) ApiCreateCheckoutSessionRequest + func (a *BillingAPIService) CreateCheckoutSessionExecute(r ApiCreateCheckoutSessionRequest) (*CreateCheckoutSession200Response, *http.Response, error) + func (a *BillingAPIService) GetCredits(ctx context.Context) ApiGetCreditsRequest + func (a *BillingAPIService) GetCreditsExecute(r ApiGetCreditsRequest) (*CreditBalance, *http.Response, error) + func (a *BillingAPIService) GetSubscription(ctx context.Context) ApiGetSubscriptionRequest + func (a *BillingAPIService) GetSubscriptionExecute(r ApiGetSubscriptionRequest) (*GetSubscription200Response, *http.Response, error) + func (a *BillingAPIService) GetUsage(ctx context.Context) ApiGetUsageRequest + func (a *BillingAPIService) GetUsageExecute(r ApiGetUsageRequest) (*GetUsage200Response, *http.Response, error) + func (a *BillingAPIService) ListInvoices(ctx context.Context) ApiListInvoicesRequest + func (a *BillingAPIService) ListInvoicesExecute(r ApiListInvoicesRequest) (*ListInvoices200Response, *http.Response, error) + func (a *BillingAPIService) ListPrices(ctx context.Context) ApiListPricesRequest + func (a *BillingAPIService) ListPricesExecute(r ApiListPricesRequest) (*BillingPrices, *http.Response, error) + type BillingPrices struct + Credits *map[string]string + Tiers *BillingPricesTiers + func NewBillingPrices() *BillingPrices + func NewBillingPricesWithDefaults() *BillingPrices + func (o *BillingPrices) GetCredits() map[string]string + func (o *BillingPrices) GetCreditsOk() (*map[string]string, bool) + func (o *BillingPrices) GetTiers() BillingPricesTiers + func (o *BillingPrices) GetTiersOk() (*BillingPricesTiers, bool) + func (o *BillingPrices) HasCredits() bool + func (o *BillingPrices) HasTiers() bool + func (o *BillingPrices) SetCredits(v map[string]string) + func (o *BillingPrices) SetTiers(v BillingPricesTiers) + func (o BillingPrices) MarshalJSON() ([]byte, error) + func (o BillingPrices) ToMap() (map[string]interface{}, error) + type BillingPricesTiers struct + Business NullableString + Pro NullableString + Starter NullableString + func NewBillingPricesTiers() *BillingPricesTiers + func NewBillingPricesTiersWithDefaults() *BillingPricesTiers + func (o *BillingPricesTiers) GetBusiness() string + func (o *BillingPricesTiers) GetBusinessOk() (*string, bool) + func (o *BillingPricesTiers) GetPro() string + func (o *BillingPricesTiers) GetProOk() (*string, bool) + func (o *BillingPricesTiers) GetStarter() string + func (o *BillingPricesTiers) GetStarterOk() (*string, bool) + func (o *BillingPricesTiers) HasBusiness() bool + func (o *BillingPricesTiers) HasPro() bool + func (o *BillingPricesTiers) HasStarter() bool + func (o *BillingPricesTiers) SetBusiness(v string) + func (o *BillingPricesTiers) SetBusinessNil() + func (o *BillingPricesTiers) SetPro(v string) + func (o *BillingPricesTiers) SetProNil() + func (o *BillingPricesTiers) SetStarter(v string) + func (o *BillingPricesTiers) SetStarterNil() + func (o *BillingPricesTiers) UnsetBusiness() + func (o *BillingPricesTiers) UnsetPro() + func (o *BillingPricesTiers) UnsetStarter() + func (o BillingPricesTiers) MarshalJSON() ([]byte, error) + func (o BillingPricesTiers) ToMap() (map[string]interface{}, error) + type BillingSubscription struct + CreditsBalance float32 + CreditsTotal float32 + CurrentPeriodEnd NullableTime + Status string + Tier string + func NewBillingSubscription(status string, currentPeriodEnd NullableTime, creditsBalance float32, ...) *BillingSubscription + func NewBillingSubscriptionWithDefaults() *BillingSubscription + func (o *BillingSubscription) GetCreditsBalance() float32 + func (o *BillingSubscription) GetCreditsBalanceOk() (*float32, bool) + func (o *BillingSubscription) GetCreditsTotal() float32 + func (o *BillingSubscription) GetCreditsTotalOk() (*float32, bool) + func (o *BillingSubscription) GetCurrentPeriodEnd() time.Time + func (o *BillingSubscription) GetCurrentPeriodEndOk() (*time.Time, bool) + func (o *BillingSubscription) GetStatus() string + func (o *BillingSubscription) GetStatusOk() (*string, bool) + func (o *BillingSubscription) GetTier() string + func (o *BillingSubscription) GetTierOk() (*string, bool) + func (o *BillingSubscription) SetCreditsBalance(v float32) + func (o *BillingSubscription) SetCreditsTotal(v float32) + func (o *BillingSubscription) SetCurrentPeriodEnd(v time.Time) + func (o *BillingSubscription) SetStatus(v string) + func (o *BillingSubscription) SetTier(v string) + func (o *BillingSubscription) UnmarshalJSON(data []byte) (err error) + func (o BillingSubscription) MarshalJSON() ([]byte, error) + func (o BillingSubscription) ToMap() (map[string]interface{}, error) + type CancelRender200Response struct + JobId string + PreviousStatus *string + Status string + Success bool + func NewCancelRender200Response(success bool, jobId string, status string) *CancelRender200Response + func NewCancelRender200ResponseWithDefaults() *CancelRender200Response + func (o *CancelRender200Response) GetJobId() string + func (o *CancelRender200Response) GetJobIdOk() (*string, bool) + func (o *CancelRender200Response) GetPreviousStatus() string + func (o *CancelRender200Response) GetPreviousStatusOk() (*string, bool) + func (o *CancelRender200Response) GetStatus() string + func (o *CancelRender200Response) GetStatusOk() (*string, bool) + func (o *CancelRender200Response) GetSuccess() bool + func (o *CancelRender200Response) GetSuccessOk() (*bool, bool) + func (o *CancelRender200Response) HasPreviousStatus() bool + func (o *CancelRender200Response) SetJobId(v string) + func (o *CancelRender200Response) SetPreviousStatus(v string) + func (o *CancelRender200Response) SetStatus(v string) + func (o *CancelRender200Response) SetSuccess(v bool) + func (o *CancelRender200Response) UnmarshalJSON(data []byte) (err error) + func (o CancelRender200Response) MarshalJSON() ([]byte, error) + func (o CancelRender200Response) ToMap() (map[string]interface{}, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type CreateApiKeyRequest struct + Name *string + func NewCreateApiKeyRequest() *CreateApiKeyRequest + func NewCreateApiKeyRequestWithDefaults() *CreateApiKeyRequest + func (o *CreateApiKeyRequest) GetName() string + func (o *CreateApiKeyRequest) GetNameOk() (*string, bool) + func (o *CreateApiKeyRequest) HasName() bool + func (o *CreateApiKeyRequest) SetName(v string) + func (o CreateApiKeyRequest) MarshalJSON() ([]byte, error) + func (o CreateApiKeyRequest) ToMap() (map[string]interface{}, error) + type CreateAsset201Response struct + Asset Asset + func NewCreateAsset201Response(asset Asset) *CreateAsset201Response + func NewCreateAsset201ResponseWithDefaults() *CreateAsset201Response + func (o *CreateAsset201Response) GetAsset() Asset + func (o *CreateAsset201Response) GetAssetOk() (*Asset, bool) + func (o *CreateAsset201Response) SetAsset(v Asset) + func (o *CreateAsset201Response) UnmarshalJSON(data []byte) (err error) + func (o CreateAsset201Response) MarshalJSON() ([]byte, error) + func (o CreateAsset201Response) ToMap() (map[string]interface{}, error) + type CreateCheckoutSession200Response struct + Url string + func NewCreateCheckoutSession200Response(url string) *CreateCheckoutSession200Response + func NewCreateCheckoutSession200ResponseWithDefaults() *CreateCheckoutSession200Response + func (o *CreateCheckoutSession200Response) GetUrl() string + func (o *CreateCheckoutSession200Response) GetUrlOk() (*string, bool) + func (o *CreateCheckoutSession200Response) SetUrl(v string) + func (o *CreateCheckoutSession200Response) UnmarshalJSON(data []byte) (err error) + func (o CreateCheckoutSession200Response) MarshalJSON() ([]byte, error) + func (o CreateCheckoutSession200Response) ToMap() (map[string]interface{}, error) + type CreateCheckoutSessionRequest struct + Credits *int32 + Mode *string + ProductId *string + TierId *string + func NewCreateCheckoutSessionRequest() *CreateCheckoutSessionRequest + func NewCreateCheckoutSessionRequestWithDefaults() *CreateCheckoutSessionRequest + func (o *CreateCheckoutSessionRequest) GetCredits() int32 + func (o *CreateCheckoutSessionRequest) GetCreditsOk() (*int32, bool) + func (o *CreateCheckoutSessionRequest) GetMode() string + func (o *CreateCheckoutSessionRequest) GetModeOk() (*string, bool) + func (o *CreateCheckoutSessionRequest) GetProductId() string + func (o *CreateCheckoutSessionRequest) GetProductIdOk() (*string, bool) + func (o *CreateCheckoutSessionRequest) GetTierId() string + func (o *CreateCheckoutSessionRequest) GetTierIdOk() (*string, bool) + func (o *CreateCheckoutSessionRequest) HasCredits() bool + func (o *CreateCheckoutSessionRequest) HasMode() bool + func (o *CreateCheckoutSessionRequest) HasProductId() bool + func (o *CreateCheckoutSessionRequest) HasTierId() bool + func (o *CreateCheckoutSessionRequest) SetCredits(v int32) + func (o *CreateCheckoutSessionRequest) SetMode(v string) + func (o *CreateCheckoutSessionRequest) SetProductId(v string) + func (o *CreateCheckoutSessionRequest) SetTierId(v string) + func (o CreateCheckoutSessionRequest) MarshalJSON() ([]byte, error) + func (o CreateCheckoutSessionRequest) ToMap() (map[string]interface{}, error) + type CreateIntegration201Response struct + Integration WorkspaceIntegration + func NewCreateIntegration201Response(integration WorkspaceIntegration) *CreateIntegration201Response + func NewCreateIntegration201ResponseWithDefaults() *CreateIntegration201Response + func (o *CreateIntegration201Response) GetIntegration() WorkspaceIntegration + func (o *CreateIntegration201Response) GetIntegrationOk() (*WorkspaceIntegration, bool) + func (o *CreateIntegration201Response) SetIntegration(v WorkspaceIntegration) + func (o *CreateIntegration201Response) UnmarshalJSON(data []byte) (err error) + func (o CreateIntegration201Response) MarshalJSON() ([]byte, error) + func (o CreateIntegration201Response) ToMap() (map[string]interface{}, error) + type CreateProject200Response struct + Project Project + func NewCreateProject200Response(project Project) *CreateProject200Response + func NewCreateProject200ResponseWithDefaults() *CreateProject200Response + func (o *CreateProject200Response) GetProject() Project + func (o *CreateProject200Response) GetProjectOk() (*Project, bool) + func (o *CreateProject200Response) SetProject(v Project) + func (o *CreateProject200Response) UnmarshalJSON(data []byte) (err error) + func (o CreateProject200Response) MarshalJSON() ([]byte, error) + func (o CreateProject200Response) ToMap() (map[string]interface{}, error) + type CreateWorkflow201Response struct + Workflow Workflow + func NewCreateWorkflow201Response(workflow Workflow) *CreateWorkflow201Response + func NewCreateWorkflow201ResponseWithDefaults() *CreateWorkflow201Response + func (o *CreateWorkflow201Response) GetWorkflow() Workflow + func (o *CreateWorkflow201Response) GetWorkflowOk() (*Workflow, bool) + func (o *CreateWorkflow201Response) SetWorkflow(v Workflow) + func (o *CreateWorkflow201Response) UnmarshalJSON(data []byte) (err error) + func (o CreateWorkflow201Response) MarshalJSON() ([]byte, error) + func (o CreateWorkflow201Response) ToMap() (map[string]interface{}, error) + type CreateWorkflowRequest struct + Definition WorkflowDefinition + Description *string + IsActive *bool + Name string + func NewCreateWorkflowRequest(name string, definition WorkflowDefinition) *CreateWorkflowRequest + func NewCreateWorkflowRequestWithDefaults() *CreateWorkflowRequest + func (o *CreateWorkflowRequest) GetDefinition() WorkflowDefinition + func (o *CreateWorkflowRequest) GetDefinitionOk() (*WorkflowDefinition, bool) + func (o *CreateWorkflowRequest) GetDescription() string + func (o *CreateWorkflowRequest) GetDescriptionOk() (*string, bool) + func (o *CreateWorkflowRequest) GetIsActive() bool + func (o *CreateWorkflowRequest) GetIsActiveOk() (*bool, bool) + func (o *CreateWorkflowRequest) GetName() string + func (o *CreateWorkflowRequest) GetNameOk() (*string, bool) + func (o *CreateWorkflowRequest) HasDescription() bool + func (o *CreateWorkflowRequest) HasIsActive() bool + func (o *CreateWorkflowRequest) SetDefinition(v WorkflowDefinition) + func (o *CreateWorkflowRequest) SetDescription(v string) + func (o *CreateWorkflowRequest) SetIsActive(v bool) + func (o *CreateWorkflowRequest) SetName(v string) + func (o *CreateWorkflowRequest) UnmarshalJSON(data []byte) (err error) + func (o CreateWorkflowRequest) MarshalJSON() ([]byte, error) + func (o CreateWorkflowRequest) ToMap() (map[string]interface{}, error) + type CreditBalance struct + Balance float32 + Logs []map[string]interface{} + Summary *CreditBalanceSummary + Total float32 + Usage *CreditBalanceUsage + func NewCreditBalance(balance float32, total float32) *CreditBalance + func NewCreditBalanceWithDefaults() *CreditBalance + func (o *CreditBalance) GetBalance() float32 + func (o *CreditBalance) GetBalanceOk() (*float32, bool) + func (o *CreditBalance) GetLogs() []map[string]interface{} + func (o *CreditBalance) GetLogsOk() ([]map[string]interface{}, bool) + func (o *CreditBalance) GetSummary() CreditBalanceSummary + func (o *CreditBalance) GetSummaryOk() (*CreditBalanceSummary, bool) + func (o *CreditBalance) GetTotal() float32 + func (o *CreditBalance) GetTotalOk() (*float32, bool) + func (o *CreditBalance) GetUsage() CreditBalanceUsage + func (o *CreditBalance) GetUsageOk() (*CreditBalanceUsage, bool) + func (o *CreditBalance) HasLogs() bool + func (o *CreditBalance) HasSummary() bool + func (o *CreditBalance) HasUsage() bool + func (o *CreditBalance) SetBalance(v float32) + func (o *CreditBalance) SetLogs(v []map[string]interface{}) + func (o *CreditBalance) SetSummary(v CreditBalanceSummary) + func (o *CreditBalance) SetTotal(v float32) + func (o *CreditBalance) SetUsage(v CreditBalanceUsage) + func (o *CreditBalance) UnmarshalJSON(data []byte) (err error) + func (o CreditBalance) MarshalJSON() ([]byte, error) + func (o CreditBalance) ToMap() (map[string]interface{}, error) + type CreditBalanceSummary struct + Consumed *float32 + Consumed30Days *float32 + Purchased *float32 + Refunded *float32 + func NewCreditBalanceSummary() *CreditBalanceSummary + func NewCreditBalanceSummaryWithDefaults() *CreditBalanceSummary + func (o *CreditBalanceSummary) GetConsumed() float32 + func (o *CreditBalanceSummary) GetConsumed30Days() float32 + func (o *CreditBalanceSummary) GetConsumed30DaysOk() (*float32, bool) + func (o *CreditBalanceSummary) GetConsumedOk() (*float32, bool) + func (o *CreditBalanceSummary) GetPurchased() float32 + func (o *CreditBalanceSummary) GetPurchasedOk() (*float32, bool) + func (o *CreditBalanceSummary) GetRefunded() float32 + func (o *CreditBalanceSummary) GetRefundedOk() (*float32, bool) + func (o *CreditBalanceSummary) HasConsumed() bool + func (o *CreditBalanceSummary) HasConsumed30Days() bool + func (o *CreditBalanceSummary) HasPurchased() bool + func (o *CreditBalanceSummary) HasRefunded() bool + func (o *CreditBalanceSummary) SetConsumed(v float32) + func (o *CreditBalanceSummary) SetConsumed30Days(v float32) + func (o *CreditBalanceSummary) SetPurchased(v float32) + func (o *CreditBalanceSummary) SetRefunded(v float32) + func (o CreditBalanceSummary) MarshalJSON() ([]byte, error) + func (o CreditBalanceSummary) ToMap() (map[string]interface{}, error) + type CreditBalanceUsage struct + Bandwidth map[string]interface{} + Storage map[string]interface{} + func NewCreditBalanceUsage() *CreditBalanceUsage + func NewCreditBalanceUsageWithDefaults() *CreditBalanceUsage + func (o *CreditBalanceUsage) GetBandwidth() map[string]interface{} + func (o *CreditBalanceUsage) GetBandwidthOk() (map[string]interface{}, bool) + func (o *CreditBalanceUsage) GetStorage() map[string]interface{} + func (o *CreditBalanceUsage) GetStorageOk() (map[string]interface{}, bool) + func (o *CreditBalanceUsage) HasBandwidth() bool + func (o *CreditBalanceUsage) HasStorage() bool + func (o *CreditBalanceUsage) SetBandwidth(v map[string]interface{}) + func (o *CreditBalanceUsage) SetStorage(v map[string]interface{}) + func (o CreditBalanceUsage) MarshalJSON() ([]byte, error) + func (o CreditBalanceUsage) ToMap() (map[string]interface{}, error) + type DeleteProject200Response struct + Deleted bool + Id string + func NewDeleteProject200Response(id string, deleted bool) *DeleteProject200Response + func NewDeleteProject200ResponseWithDefaults() *DeleteProject200Response + func (o *DeleteProject200Response) GetDeleted() bool + func (o *DeleteProject200Response) GetDeletedOk() (*bool, bool) + func (o *DeleteProject200Response) GetId() string + func (o *DeleteProject200Response) GetIdOk() (*string, bool) + func (o *DeleteProject200Response) SetDeleted(v bool) + func (o *DeleteProject200Response) SetId(v string) + func (o *DeleteProject200Response) UnmarshalJSON(data []byte) (err error) + func (o DeleteProject200Response) MarshalJSON() ([]byte, error) + func (o DeleteProject200Response) ToMap() (map[string]interface{}, error) + type Destination struct + AccessKeyId string + Bucket string + Endpoint NullableString + Id string + PathPrefix *string + Provider string + PublicUrl NullableString + Region NullableString + SecretAccessKey string + func NewDestination(id string, provider string, bucket string, accessKeyId string, ...) *Destination + func NewDestinationWithDefaults() *Destination + func (o *Destination) GetAccessKeyId() string + func (o *Destination) GetAccessKeyIdOk() (*string, bool) + func (o *Destination) GetBucket() string + func (o *Destination) GetBucketOk() (*string, bool) + func (o *Destination) GetEndpoint() string + func (o *Destination) GetEndpointOk() (*string, bool) + func (o *Destination) GetId() string + func (o *Destination) GetIdOk() (*string, bool) + func (o *Destination) GetPathPrefix() string + func (o *Destination) GetPathPrefixOk() (*string, bool) + func (o *Destination) GetProvider() string + func (o *Destination) GetProviderOk() (*string, bool) + func (o *Destination) GetPublicUrl() string + func (o *Destination) GetPublicUrlOk() (*string, bool) + func (o *Destination) GetRegion() string + func (o *Destination) GetRegionOk() (*string, bool) + func (o *Destination) GetSecretAccessKey() string + func (o *Destination) GetSecretAccessKeyOk() (*string, bool) + func (o *Destination) HasEndpoint() bool + func (o *Destination) HasPathPrefix() bool + func (o *Destination) HasPublicUrl() bool + func (o *Destination) HasRegion() bool + func (o *Destination) SetAccessKeyId(v string) + func (o *Destination) SetBucket(v string) + func (o *Destination) SetEndpoint(v string) + func (o *Destination) SetEndpointNil() + func (o *Destination) SetId(v string) + func (o *Destination) SetPathPrefix(v string) + func (o *Destination) SetProvider(v string) + func (o *Destination) SetPublicUrl(v string) + func (o *Destination) SetPublicUrlNil() + func (o *Destination) SetRegion(v string) + func (o *Destination) SetRegionNil() + func (o *Destination) SetSecretAccessKey(v string) + func (o *Destination) UnmarshalJSON(data []byte) (err error) + func (o *Destination) UnsetEndpoint() + func (o *Destination) UnsetPublicUrl() + func (o *Destination) UnsetRegion() + func (o Destination) MarshalJSON() ([]byte, error) + func (o Destination) ToMap() (map[string]interface{}, error) + type DestinationInput struct + AccessKeyId string + Bucket string + Endpoint *string + PathPrefix *string + Provider string + PublicUrl *string + Region *string + SecretAccessKey string + func NewDestinationInput(provider string, bucket string, accessKeyId string, secretAccessKey string) *DestinationInput + func NewDestinationInputWithDefaults() *DestinationInput + func (o *DestinationInput) GetAccessKeyId() string + func (o *DestinationInput) GetAccessKeyIdOk() (*string, bool) + func (o *DestinationInput) GetBucket() string + func (o *DestinationInput) GetBucketOk() (*string, bool) + func (o *DestinationInput) GetEndpoint() string + func (o *DestinationInput) GetEndpointOk() (*string, bool) + func (o *DestinationInput) GetPathPrefix() string + func (o *DestinationInput) GetPathPrefixOk() (*string, bool) + func (o *DestinationInput) GetProvider() string + func (o *DestinationInput) GetProviderOk() (*string, bool) + func (o *DestinationInput) GetPublicUrl() string + func (o *DestinationInput) GetPublicUrlOk() (*string, bool) + func (o *DestinationInput) GetRegion() string + func (o *DestinationInput) GetRegionOk() (*string, bool) + func (o *DestinationInput) GetSecretAccessKey() string + func (o *DestinationInput) GetSecretAccessKeyOk() (*string, bool) + func (o *DestinationInput) HasEndpoint() bool + func (o *DestinationInput) HasPathPrefix() bool + func (o *DestinationInput) HasPublicUrl() bool + func (o *DestinationInput) HasRegion() bool + func (o *DestinationInput) SetAccessKeyId(v string) + func (o *DestinationInput) SetBucket(v string) + func (o *DestinationInput) SetEndpoint(v string) + func (o *DestinationInput) SetPathPrefix(v string) + func (o *DestinationInput) SetProvider(v string) + func (o *DestinationInput) SetPublicUrl(v string) + func (o *DestinationInput) SetRegion(v string) + func (o *DestinationInput) SetSecretAccessKey(v string) + func (o *DestinationInput) UnmarshalJSON(data []byte) (err error) + func (o DestinationInput) MarshalJSON() ([]byte, error) + func (o DestinationInput) ToMap() (map[string]interface{}, error) + type Error struct + Details map[string]interface{} + Error string + Message *string + func NewError(error_ string) *Error + func NewErrorWithDefaults() *Error + func (o *Error) GetDetails() map[string]interface{} + func (o *Error) GetDetailsOk() (map[string]interface{}, bool) + func (o *Error) GetError() string + func (o *Error) GetErrorOk() (*string, bool) + func (o *Error) GetMessage() string + func (o *Error) GetMessageOk() (*string, bool) + func (o *Error) HasDetails() bool + func (o *Error) HasMessage() bool + func (o *Error) SetDetails(v map[string]interface{}) + func (o *Error) SetError(v string) + func (o *Error) SetMessage(v string) + func (o *Error) UnmarshalJSON(data []byte) (err error) + func (o Error) MarshalJSON() ([]byte, error) + func (o Error) ToMap() (map[string]interface{}, error) + type EstimateRenderCostRequest struct + VideoJSON VideoJSON + func NewEstimateRenderCostRequest(videoJSON VideoJSON) *EstimateRenderCostRequest + func NewEstimateRenderCostRequestWithDefaults() *EstimateRenderCostRequest + func (o *EstimateRenderCostRequest) GetVideoJSON() VideoJSON + func (o *EstimateRenderCostRequest) GetVideoJSONOk() (*VideoJSON, bool) + func (o *EstimateRenderCostRequest) SetVideoJSON(v VideoJSON) + func (o *EstimateRenderCostRequest) UnmarshalJSON(data []byte) (err error) + func (o EstimateRenderCostRequest) MarshalJSON() ([]byte, error) + func (o EstimateRenderCostRequest) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GetAssetSignedUrl200Response struct + SignedUrl string + func NewGetAssetSignedUrl200Response(signedUrl string) *GetAssetSignedUrl200Response + func NewGetAssetSignedUrl200ResponseWithDefaults() *GetAssetSignedUrl200Response + func (o *GetAssetSignedUrl200Response) GetSignedUrl() string + func (o *GetAssetSignedUrl200Response) GetSignedUrlOk() (*string, bool) + func (o *GetAssetSignedUrl200Response) SetSignedUrl(v string) + func (o *GetAssetSignedUrl200Response) UnmarshalJSON(data []byte) (err error) + func (o GetAssetSignedUrl200Response) MarshalJSON() ([]byte, error) + func (o GetAssetSignedUrl200Response) ToMap() (map[string]interface{}, error) + type GetAssetUploadUrlRequest struct + Filename string + Type string + func NewGetAssetUploadUrlRequest(filename string, type_ string) *GetAssetUploadUrlRequest + func NewGetAssetUploadUrlRequestWithDefaults() *GetAssetUploadUrlRequest + func (o *GetAssetUploadUrlRequest) GetFilename() string + func (o *GetAssetUploadUrlRequest) GetFilenameOk() (*string, bool) + func (o *GetAssetUploadUrlRequest) GetType() string + func (o *GetAssetUploadUrlRequest) GetTypeOk() (*string, bool) + func (o *GetAssetUploadUrlRequest) SetFilename(v string) + func (o *GetAssetUploadUrlRequest) SetType(v string) + func (o *GetAssetUploadUrlRequest) UnmarshalJSON(data []byte) (err error) + func (o GetAssetUploadUrlRequest) MarshalJSON() ([]byte, error) + func (o GetAssetUploadUrlRequest) ToMap() (map[string]interface{}, error) + type GetDestination200Response struct + Destination Destination + func NewGetDestination200Response(destination Destination) *GetDestination200Response + func NewGetDestination200ResponseWithDefaults() *GetDestination200Response + func (o *GetDestination200Response) GetDestination() Destination + func (o *GetDestination200Response) GetDestinationOk() (*Destination, bool) + func (o *GetDestination200Response) SetDestination(v Destination) + func (o *GetDestination200Response) UnmarshalJSON(data []byte) (err error) + func (o GetDestination200Response) MarshalJSON() ([]byte, error) + func (o GetDestination200Response) ToMap() (map[string]interface{}, error) + type GetProject200Response struct + LastRendition *Rendition + Project Project + func NewGetProject200Response(project Project) *GetProject200Response + func NewGetProject200ResponseWithDefaults() *GetProject200Response + func (o *GetProject200Response) GetLastRendition() Rendition + func (o *GetProject200Response) GetLastRenditionOk() (*Rendition, bool) + func (o *GetProject200Response) GetProject() Project + func (o *GetProject200Response) GetProjectOk() (*Project, bool) + func (o *GetProject200Response) HasLastRendition() bool + func (o *GetProject200Response) SetLastRendition(v Rendition) + func (o *GetProject200Response) SetProject(v Project) + func (o *GetProject200Response) UnmarshalJSON(data []byte) (err error) + func (o GetProject200Response) MarshalJSON() ([]byte, error) + func (o GetProject200Response) ToMap() (map[string]interface{}, error) + type GetProjectStats200Response struct + Total int32 + func NewGetProjectStats200Response(total int32) *GetProjectStats200Response + func NewGetProjectStats200ResponseWithDefaults() *GetProjectStats200Response + func (o *GetProjectStats200Response) GetTotal() int32 + func (o *GetProjectStats200Response) GetTotalOk() (*int32, bool) + func (o *GetProjectStats200Response) SetTotal(v int32) + func (o *GetProjectStats200Response) UnmarshalJSON(data []byte) (err error) + func (o GetProjectStats200Response) MarshalJSON() ([]byte, error) + func (o GetProjectStats200Response) ToMap() (map[string]interface{}, error) + type GetRenderDownloadUrl200Response struct + DownloadUrl string + Filename string + func NewGetRenderDownloadUrl200Response(downloadUrl string, filename string) *GetRenderDownloadUrl200Response + func NewGetRenderDownloadUrl200ResponseWithDefaults() *GetRenderDownloadUrl200Response + func (o *GetRenderDownloadUrl200Response) GetDownloadUrl() string + func (o *GetRenderDownloadUrl200Response) GetDownloadUrlOk() (*string, bool) + func (o *GetRenderDownloadUrl200Response) GetFilename() string + func (o *GetRenderDownloadUrl200Response) GetFilenameOk() (*string, bool) + func (o *GetRenderDownloadUrl200Response) SetDownloadUrl(v string) + func (o *GetRenderDownloadUrl200Response) SetFilename(v string) + func (o *GetRenderDownloadUrl200Response) UnmarshalJSON(data []byte) (err error) + func (o GetRenderDownloadUrl200Response) MarshalJSON() ([]byte, error) + func (o GetRenderDownloadUrl200Response) ToMap() (map[string]interface{}, error) + type GetRendition200Response struct + Rendition Rendition + func NewGetRendition200Response(rendition Rendition) *GetRendition200Response + func NewGetRendition200ResponseWithDefaults() *GetRendition200Response + func (o *GetRendition200Response) GetRendition() Rendition + func (o *GetRendition200Response) GetRenditionOk() (*Rendition, bool) + func (o *GetRendition200Response) SetRendition(v Rendition) + func (o *GetRendition200Response) UnmarshalJSON(data []byte) (err error) + func (o GetRendition200Response) MarshalJSON() ([]byte, error) + func (o GetRendition200Response) ToMap() (map[string]interface{}, error) + type GetSubscription200Response struct + Subscription BillingSubscription + func NewGetSubscription200Response(subscription BillingSubscription) *GetSubscription200Response + func NewGetSubscription200ResponseWithDefaults() *GetSubscription200Response + func (o *GetSubscription200Response) GetSubscription() BillingSubscription + func (o *GetSubscription200Response) GetSubscriptionOk() (*BillingSubscription, bool) + func (o *GetSubscription200Response) SetSubscription(v BillingSubscription) + func (o *GetSubscription200Response) UnmarshalJSON(data []byte) (err error) + func (o GetSubscription200Response) MarshalJSON() ([]byte, error) + func (o GetSubscription200Response) ToMap() (map[string]interface{}, error) + type GetTemplate200Response struct + Template Template + func NewGetTemplate200Response(template Template) *GetTemplate200Response + func NewGetTemplate200ResponseWithDefaults() *GetTemplate200Response + func (o *GetTemplate200Response) GetTemplate() Template + func (o *GetTemplate200Response) GetTemplateOk() (*Template, bool) + func (o *GetTemplate200Response) SetTemplate(v Template) + func (o *GetTemplate200Response) UnmarshalJSON(data []byte) (err error) + func (o GetTemplate200Response) MarshalJSON() ([]byte, error) + func (o GetTemplate200Response) ToMap() (map[string]interface{}, error) + type GetUsage200Response struct + Usage []UsageLog + func NewGetUsage200Response(usage []UsageLog) *GetUsage200Response + func NewGetUsage200ResponseWithDefaults() *GetUsage200Response + func (o *GetUsage200Response) GetUsage() []UsageLog + func (o *GetUsage200Response) GetUsageOk() ([]UsageLog, bool) + func (o *GetUsage200Response) SetUsage(v []UsageLog) + func (o *GetUsage200Response) UnmarshalJSON(data []byte) (err error) + func (o GetUsage200Response) MarshalJSON() ([]byte, error) + func (o GetUsage200Response) ToMap() (map[string]interface{}, error) + type GetWorkflow200Response struct + RecentRuns []WorkflowRun + Workflow Workflow + func NewGetWorkflow200Response(workflow Workflow) *GetWorkflow200Response + func NewGetWorkflow200ResponseWithDefaults() *GetWorkflow200Response + func (o *GetWorkflow200Response) GetRecentRuns() []WorkflowRun + func (o *GetWorkflow200Response) GetRecentRunsOk() ([]WorkflowRun, bool) + func (o *GetWorkflow200Response) GetWorkflow() Workflow + func (o *GetWorkflow200Response) GetWorkflowOk() (*Workflow, bool) + func (o *GetWorkflow200Response) HasRecentRuns() bool + func (o *GetWorkflow200Response) SetRecentRuns(v []WorkflowRun) + func (o *GetWorkflow200Response) SetWorkflow(v Workflow) + func (o *GetWorkflow200Response) UnmarshalJSON(data []byte) (err error) + func (o GetWorkflow200Response) MarshalJSON() ([]byte, error) + func (o GetWorkflow200Response) ToMap() (map[string]interface{}, error) + type GetWorkflowRun200Response struct + Run WorkflowRun + Steps []WorkflowRunStep + func NewGetWorkflowRun200Response(run WorkflowRun) *GetWorkflowRun200Response + func NewGetWorkflowRun200ResponseWithDefaults() *GetWorkflowRun200Response + func (o *GetWorkflowRun200Response) GetRun() WorkflowRun + func (o *GetWorkflowRun200Response) GetRunOk() (*WorkflowRun, bool) + func (o *GetWorkflowRun200Response) GetSteps() []WorkflowRunStep + func (o *GetWorkflowRun200Response) GetStepsOk() ([]WorkflowRunStep, bool) + func (o *GetWorkflowRun200Response) HasSteps() bool + func (o *GetWorkflowRun200Response) SetRun(v WorkflowRun) + func (o *GetWorkflowRun200Response) SetSteps(v []WorkflowRunStep) + func (o *GetWorkflowRun200Response) UnmarshalJSON(data []byte) (err error) + func (o GetWorkflowRun200Response) MarshalJSON() ([]byte, error) + func (o GetWorkflowRun200Response) ToMap() (map[string]interface{}, error) + type HealthAPI interface + HealthCheck func(ctx context.Context) ApiHealthCheckRequest + HealthCheckDetailed func(ctx context.Context) ApiHealthCheckDetailedRequest + HealthCheckDetailedExecute func(r ApiHealthCheckDetailedRequest) (*HealthCheckDetailed200Response, *http.Response, error) + HealthCheckExecute func(r ApiHealthCheckRequest) (*HealthCheck200Response, *http.Response, error) + type HealthAPIService service + func (a *HealthAPIService) HealthCheck(ctx context.Context) ApiHealthCheckRequest + func (a *HealthAPIService) HealthCheckDetailed(ctx context.Context) ApiHealthCheckDetailedRequest + func (a *HealthAPIService) HealthCheckDetailedExecute(r ApiHealthCheckDetailedRequest) (*HealthCheckDetailed200Response, *http.Response, error) + func (a *HealthAPIService) HealthCheckExecute(r ApiHealthCheckRequest) (*HealthCheck200Response, *http.Response, error) + type HealthCheck200Response struct + Status *string + func NewHealthCheck200Response() *HealthCheck200Response + func NewHealthCheck200ResponseWithDefaults() *HealthCheck200Response + func (o *HealthCheck200Response) GetStatus() string + func (o *HealthCheck200Response) GetStatusOk() (*string, bool) + func (o *HealthCheck200Response) HasStatus() bool + func (o *HealthCheck200Response) SetStatus(v string) + func (o HealthCheck200Response) MarshalJSON() ([]byte, error) + func (o HealthCheck200Response) ToMap() (map[string]interface{}, error) + type HealthCheckDetailed200Response struct + Services *HealthCheckDetailed200ResponseServices + Status *string + Timestamp *time.Time + func NewHealthCheckDetailed200Response() *HealthCheckDetailed200Response + func NewHealthCheckDetailed200ResponseWithDefaults() *HealthCheckDetailed200Response + func (o *HealthCheckDetailed200Response) GetServices() HealthCheckDetailed200ResponseServices + func (o *HealthCheckDetailed200Response) GetServicesOk() (*HealthCheckDetailed200ResponseServices, bool) + func (o *HealthCheckDetailed200Response) GetStatus() string + func (o *HealthCheckDetailed200Response) GetStatusOk() (*string, bool) + func (o *HealthCheckDetailed200Response) GetTimestamp() time.Time + func (o *HealthCheckDetailed200Response) GetTimestampOk() (*time.Time, bool) + func (o *HealthCheckDetailed200Response) HasServices() bool + func (o *HealthCheckDetailed200Response) HasStatus() bool + func (o *HealthCheckDetailed200Response) HasTimestamp() bool + func (o *HealthCheckDetailed200Response) SetServices(v HealthCheckDetailed200ResponseServices) + func (o *HealthCheckDetailed200Response) SetStatus(v string) + func (o *HealthCheckDetailed200Response) SetTimestamp(v time.Time) + func (o HealthCheckDetailed200Response) MarshalJSON() ([]byte, error) + func (o HealthCheckDetailed200Response) ToMap() (map[string]interface{}, error) + type HealthCheckDetailed200ResponseServices struct + Redis *ServiceHealth + Supabase *ServiceHealth + func NewHealthCheckDetailed200ResponseServices() *HealthCheckDetailed200ResponseServices + func NewHealthCheckDetailed200ResponseServicesWithDefaults() *HealthCheckDetailed200ResponseServices + func (o *HealthCheckDetailed200ResponseServices) GetRedis() ServiceHealth + func (o *HealthCheckDetailed200ResponseServices) GetRedisOk() (*ServiceHealth, bool) + func (o *HealthCheckDetailed200ResponseServices) GetSupabase() ServiceHealth + func (o *HealthCheckDetailed200ResponseServices) GetSupabaseOk() (*ServiceHealth, bool) + func (o *HealthCheckDetailed200ResponseServices) HasRedis() bool + func (o *HealthCheckDetailed200ResponseServices) HasSupabase() bool + func (o *HealthCheckDetailed200ResponseServices) SetRedis(v ServiceHealth) + func (o *HealthCheckDetailed200ResponseServices) SetSupabase(v ServiceHealth) + func (o HealthCheckDetailed200ResponseServices) MarshalJSON() ([]byte, error) + func (o HealthCheckDetailed200ResponseServices) ToMap() (map[string]interface{}, error) + type IntegrationsAPI interface + CreateIntegration func(ctx context.Context) ApiCreateIntegrationRequest + CreateIntegrationExecute func(r ApiCreateIntegrationRequest) (*CreateIntegration201Response, *http.Response, error) + DeleteDestination func(ctx context.Context) ApiDeleteDestinationRequest + DeleteDestinationExecute func(r ApiDeleteDestinationRequest) (*UploadAsset200Response, *http.Response, error) + DeleteIntegration func(ctx context.Context, id string) ApiDeleteIntegrationRequest + DeleteIntegrationExecute func(r ApiDeleteIntegrationRequest) (*UploadAsset200Response, *http.Response, error) + GetDestination func(ctx context.Context) ApiGetDestinationRequest + GetDestinationExecute func(r ApiGetDestinationRequest) (*GetDestination200Response, *http.Response, error) + ListIntegrations func(ctx context.Context) ApiListIntegrationsRequest + ListIntegrationsExecute func(r ApiListIntegrationsRequest) (*ListIntegrations200Response, *http.Response, error) + SetDestination func(ctx context.Context) ApiSetDestinationRequest + SetDestinationExecute func(r ApiSetDestinationRequest) (*GetDestination200Response, *http.Response, error) + TestDestination func(ctx context.Context) ApiTestDestinationRequest + TestDestinationExecute func(r ApiTestDestinationRequest) (*TestIntegration200Response, *http.Response, error) + TestIntegration func(ctx context.Context, id string) ApiTestIntegrationRequest + TestIntegrationExecute func(r ApiTestIntegrationRequest) (*TestIntegration200Response, *http.Response, error) + UpdateIntegration func(ctx context.Context, id string) ApiUpdateIntegrationRequest + UpdateIntegrationExecute func(r ApiUpdateIntegrationRequest) (*CreateIntegration201Response, *http.Response, error) + type IntegrationsAPIService service + func (a *IntegrationsAPIService) CreateIntegration(ctx context.Context) ApiCreateIntegrationRequest + func (a *IntegrationsAPIService) CreateIntegrationExecute(r ApiCreateIntegrationRequest) (*CreateIntegration201Response, *http.Response, error) + func (a *IntegrationsAPIService) DeleteDestination(ctx context.Context) ApiDeleteDestinationRequest + func (a *IntegrationsAPIService) DeleteDestinationExecute(r ApiDeleteDestinationRequest) (*UploadAsset200Response, *http.Response, error) + func (a *IntegrationsAPIService) DeleteIntegration(ctx context.Context, id string) ApiDeleteIntegrationRequest + func (a *IntegrationsAPIService) DeleteIntegrationExecute(r ApiDeleteIntegrationRequest) (*UploadAsset200Response, *http.Response, error) + func (a *IntegrationsAPIService) GetDestination(ctx context.Context) ApiGetDestinationRequest + func (a *IntegrationsAPIService) GetDestinationExecute(r ApiGetDestinationRequest) (*GetDestination200Response, *http.Response, error) + func (a *IntegrationsAPIService) ListIntegrations(ctx context.Context) ApiListIntegrationsRequest + func (a *IntegrationsAPIService) ListIntegrationsExecute(r ApiListIntegrationsRequest) (*ListIntegrations200Response, *http.Response, error) + func (a *IntegrationsAPIService) SetDestination(ctx context.Context) ApiSetDestinationRequest + func (a *IntegrationsAPIService) SetDestinationExecute(r ApiSetDestinationRequest) (*GetDestination200Response, *http.Response, error) + func (a *IntegrationsAPIService) TestDestination(ctx context.Context) ApiTestDestinationRequest + func (a *IntegrationsAPIService) TestDestinationExecute(r ApiTestDestinationRequest) (*TestIntegration200Response, *http.Response, error) + func (a *IntegrationsAPIService) TestIntegration(ctx context.Context, id string) ApiTestIntegrationRequest + func (a *IntegrationsAPIService) TestIntegrationExecute(r ApiTestIntegrationRequest) (*TestIntegration200Response, *http.Response, error) + func (a *IntegrationsAPIService) UpdateIntegration(ctx context.Context, id string) ApiUpdateIntegrationRequest + func (a *IntegrationsAPIService) UpdateIntegrationExecute(r ApiUpdateIntegrationRequest) (*CreateIntegration201Response, *http.Response, error) + type ListApiKeys200Response struct + Keys []ApiKey + func NewListApiKeys200Response(keys []ApiKey) *ListApiKeys200Response + func NewListApiKeys200ResponseWithDefaults() *ListApiKeys200Response + func (o *ListApiKeys200Response) GetKeys() []ApiKey + func (o *ListApiKeys200Response) GetKeysOk() ([]ApiKey, bool) + func (o *ListApiKeys200Response) SetKeys(v []ApiKey) + func (o *ListApiKeys200Response) UnmarshalJSON(data []byte) (err error) + func (o ListApiKeys200Response) MarshalJSON() ([]byte, error) + func (o ListApiKeys200Response) ToMap() (map[string]interface{}, error) + type ListAssets200Response struct + Assets []Asset + Limit *int32 + Page *int32 + Total *int32 + TotalPages *int32 + func NewListAssets200Response() *ListAssets200Response + func NewListAssets200ResponseWithDefaults() *ListAssets200Response + func (o *ListAssets200Response) GetAssets() []Asset + func (o *ListAssets200Response) GetAssetsOk() ([]Asset, bool) + func (o *ListAssets200Response) GetLimit() int32 + func (o *ListAssets200Response) GetLimitOk() (*int32, bool) + func (o *ListAssets200Response) GetPage() int32 + func (o *ListAssets200Response) GetPageOk() (*int32, bool) + func (o *ListAssets200Response) GetTotal() int32 + func (o *ListAssets200Response) GetTotalOk() (*int32, bool) + func (o *ListAssets200Response) GetTotalPages() int32 + func (o *ListAssets200Response) GetTotalPagesOk() (*int32, bool) + func (o *ListAssets200Response) HasAssets() bool + func (o *ListAssets200Response) HasLimit() bool + func (o *ListAssets200Response) HasPage() bool + func (o *ListAssets200Response) HasTotal() bool + func (o *ListAssets200Response) HasTotalPages() bool + func (o *ListAssets200Response) SetAssets(v []Asset) + func (o *ListAssets200Response) SetLimit(v int32) + func (o *ListAssets200Response) SetPage(v int32) + func (o *ListAssets200Response) SetTotal(v int32) + func (o *ListAssets200Response) SetTotalPages(v int32) + func (o ListAssets200Response) MarshalJSON() ([]byte, error) + func (o ListAssets200Response) ToMap() (map[string]interface{}, error) + type ListIntegrations200Response struct + Integrations []WorkspaceIntegration + func NewListIntegrations200Response(integrations []WorkspaceIntegration) *ListIntegrations200Response + func NewListIntegrations200ResponseWithDefaults() *ListIntegrations200Response + func (o *ListIntegrations200Response) GetIntegrations() []WorkspaceIntegration + func (o *ListIntegrations200Response) GetIntegrationsOk() ([]WorkspaceIntegration, bool) + func (o *ListIntegrations200Response) SetIntegrations(v []WorkspaceIntegration) + func (o *ListIntegrations200Response) UnmarshalJSON(data []byte) (err error) + func (o ListIntegrations200Response) MarshalJSON() ([]byte, error) + func (o ListIntegrations200Response) ToMap() (map[string]interface{}, error) + type ListInvoices200Response struct + Invoices []map[string]interface{} + Subscription *BillingSubscription + func NewListInvoices200Response() *ListInvoices200Response + func NewListInvoices200ResponseWithDefaults() *ListInvoices200Response + func (o *ListInvoices200Response) GetInvoices() []map[string]interface{} + func (o *ListInvoices200Response) GetInvoicesOk() ([]map[string]interface{}, bool) + func (o *ListInvoices200Response) GetSubscription() BillingSubscription + func (o *ListInvoices200Response) GetSubscriptionOk() (*BillingSubscription, bool) + func (o *ListInvoices200Response) HasInvoices() bool + func (o *ListInvoices200Response) HasSubscription() bool + func (o *ListInvoices200Response) SetInvoices(v []map[string]interface{}) + func (o *ListInvoices200Response) SetSubscription(v BillingSubscription) + func (o ListInvoices200Response) MarshalJSON() ([]byte, error) + func (o ListInvoices200Response) ToMap() (map[string]interface{}, error) + type ListProjects200Response struct + Limit *int32 + Page *int32 + Projects []Project + Total *int32 + TotalPages *int32 + func NewListProjects200Response() *ListProjects200Response + func NewListProjects200ResponseWithDefaults() *ListProjects200Response + func (o *ListProjects200Response) GetLimit() int32 + func (o *ListProjects200Response) GetLimitOk() (*int32, bool) + func (o *ListProjects200Response) GetPage() int32 + func (o *ListProjects200Response) GetPageOk() (*int32, bool) + func (o *ListProjects200Response) GetProjects() []Project + func (o *ListProjects200Response) GetProjectsOk() ([]Project, bool) + func (o *ListProjects200Response) GetTotal() int32 + func (o *ListProjects200Response) GetTotalOk() (*int32, bool) + func (o *ListProjects200Response) GetTotalPages() int32 + func (o *ListProjects200Response) GetTotalPagesOk() (*int32, bool) + func (o *ListProjects200Response) HasLimit() bool + func (o *ListProjects200Response) HasPage() bool + func (o *ListProjects200Response) HasProjects() bool + func (o *ListProjects200Response) HasTotal() bool + func (o *ListProjects200Response) HasTotalPages() bool + func (o *ListProjects200Response) SetLimit(v int32) + func (o *ListProjects200Response) SetPage(v int32) + func (o *ListProjects200Response) SetProjects(v []Project) + func (o *ListProjects200Response) SetTotal(v int32) + func (o *ListProjects200Response) SetTotalPages(v int32) + func (o ListProjects200Response) MarshalJSON() ([]byte, error) + func (o ListProjects200Response) ToMap() (map[string]interface{}, error) + type ListRenditions200Response struct + Limit *int32 + Page *int32 + Renditions []Rendition + Total *int32 + TotalPages *int32 + func NewListRenditions200Response() *ListRenditions200Response + func NewListRenditions200ResponseWithDefaults() *ListRenditions200Response + func (o *ListRenditions200Response) GetLimit() int32 + func (o *ListRenditions200Response) GetLimitOk() (*int32, bool) + func (o *ListRenditions200Response) GetPage() int32 + func (o *ListRenditions200Response) GetPageOk() (*int32, bool) + func (o *ListRenditions200Response) GetRenditions() []Rendition + func (o *ListRenditions200Response) GetRenditionsOk() ([]Rendition, bool) + func (o *ListRenditions200Response) GetTotal() int32 + func (o *ListRenditions200Response) GetTotalOk() (*int32, bool) + func (o *ListRenditions200Response) GetTotalPages() int32 + func (o *ListRenditions200Response) GetTotalPagesOk() (*int32, bool) + func (o *ListRenditions200Response) HasLimit() bool + func (o *ListRenditions200Response) HasPage() bool + func (o *ListRenditions200Response) HasRenditions() bool + func (o *ListRenditions200Response) HasTotal() bool + func (o *ListRenditions200Response) HasTotalPages() bool + func (o *ListRenditions200Response) SetLimit(v int32) + func (o *ListRenditions200Response) SetPage(v int32) + func (o *ListRenditions200Response) SetRenditions(v []Rendition) + func (o *ListRenditions200Response) SetTotal(v int32) + func (o *ListRenditions200Response) SetTotalPages(v int32) + func (o ListRenditions200Response) MarshalJSON() ([]byte, error) + func (o ListRenditions200Response) ToMap() (map[string]interface{}, error) + type ListTemplates200Response struct + Templates []TemplateSummary + func NewListTemplates200Response(templates []TemplateSummary) *ListTemplates200Response + func NewListTemplates200ResponseWithDefaults() *ListTemplates200Response + func (o *ListTemplates200Response) GetTemplates() []TemplateSummary + func (o *ListTemplates200Response) GetTemplatesOk() ([]TemplateSummary, bool) + func (o *ListTemplates200Response) SetTemplates(v []TemplateSummary) + func (o *ListTemplates200Response) UnmarshalJSON(data []byte) (err error) + func (o ListTemplates200Response) MarshalJSON() ([]byte, error) + func (o ListTemplates200Response) ToMap() (map[string]interface{}, error) + type ListWebhookSubscriptions200Response struct + Subscriptions []WebhookSubscription + func NewListWebhookSubscriptions200Response(subscriptions []WebhookSubscription) *ListWebhookSubscriptions200Response + func NewListWebhookSubscriptions200ResponseWithDefaults() *ListWebhookSubscriptions200Response + func (o *ListWebhookSubscriptions200Response) GetSubscriptions() []WebhookSubscription + func (o *ListWebhookSubscriptions200Response) GetSubscriptionsOk() ([]WebhookSubscription, bool) + func (o *ListWebhookSubscriptions200Response) SetSubscriptions(v []WebhookSubscription) + func (o *ListWebhookSubscriptions200Response) UnmarshalJSON(data []byte) (err error) + func (o ListWebhookSubscriptions200Response) MarshalJSON() ([]byte, error) + func (o ListWebhookSubscriptions200Response) ToMap() (map[string]interface{}, error) + type ListWorkflowRuns200Response struct + Limit *int32 + Page *int32 + Runs []WorkflowRun + Total *int32 + TotalPages *int32 + func NewListWorkflowRuns200Response() *ListWorkflowRuns200Response + func NewListWorkflowRuns200ResponseWithDefaults() *ListWorkflowRuns200Response + func (o *ListWorkflowRuns200Response) GetLimit() int32 + func (o *ListWorkflowRuns200Response) GetLimitOk() (*int32, bool) + func (o *ListWorkflowRuns200Response) GetPage() int32 + func (o *ListWorkflowRuns200Response) GetPageOk() (*int32, bool) + func (o *ListWorkflowRuns200Response) GetRuns() []WorkflowRun + func (o *ListWorkflowRuns200Response) GetRunsOk() ([]WorkflowRun, bool) + func (o *ListWorkflowRuns200Response) GetTotal() int32 + func (o *ListWorkflowRuns200Response) GetTotalOk() (*int32, bool) + func (o *ListWorkflowRuns200Response) GetTotalPages() int32 + func (o *ListWorkflowRuns200Response) GetTotalPagesOk() (*int32, bool) + func (o *ListWorkflowRuns200Response) HasLimit() bool + func (o *ListWorkflowRuns200Response) HasPage() bool + func (o *ListWorkflowRuns200Response) HasRuns() bool + func (o *ListWorkflowRuns200Response) HasTotal() bool + func (o *ListWorkflowRuns200Response) HasTotalPages() bool + func (o *ListWorkflowRuns200Response) SetLimit(v int32) + func (o *ListWorkflowRuns200Response) SetPage(v int32) + func (o *ListWorkflowRuns200Response) SetRuns(v []WorkflowRun) + func (o *ListWorkflowRuns200Response) SetTotal(v int32) + func (o *ListWorkflowRuns200Response) SetTotalPages(v int32) + func (o ListWorkflowRuns200Response) MarshalJSON() ([]byte, error) + func (o ListWorkflowRuns200Response) ToMap() (map[string]interface{}, error) + type ListWorkflowStepTypes200Response struct + StepTypes []map[string]interface{} + func NewListWorkflowStepTypes200Response(stepTypes []map[string]interface{}) *ListWorkflowStepTypes200Response + func NewListWorkflowStepTypes200ResponseWithDefaults() *ListWorkflowStepTypes200Response + func (o *ListWorkflowStepTypes200Response) GetStepTypes() []map[string]interface{} + func (o *ListWorkflowStepTypes200Response) GetStepTypesOk() ([]map[string]interface{}, bool) + func (o *ListWorkflowStepTypes200Response) SetStepTypes(v []map[string]interface{}) + func (o *ListWorkflowStepTypes200Response) UnmarshalJSON(data []byte) (err error) + func (o ListWorkflowStepTypes200Response) MarshalJSON() ([]byte, error) + func (o ListWorkflowStepTypes200Response) ToMap() (map[string]interface{}, error) + type ListWorkflows200Response struct + Limit *int32 + Page *int32 + Total *int32 + TotalPages *int32 + Workflows []Workflow + func NewListWorkflows200Response() *ListWorkflows200Response + func NewListWorkflows200ResponseWithDefaults() *ListWorkflows200Response + func (o *ListWorkflows200Response) GetLimit() int32 + func (o *ListWorkflows200Response) GetLimitOk() (*int32, bool) + func (o *ListWorkflows200Response) GetPage() int32 + func (o *ListWorkflows200Response) GetPageOk() (*int32, bool) + func (o *ListWorkflows200Response) GetTotal() int32 + func (o *ListWorkflows200Response) GetTotalOk() (*int32, bool) + func (o *ListWorkflows200Response) GetTotalPages() int32 + func (o *ListWorkflows200Response) GetTotalPagesOk() (*int32, bool) + func (o *ListWorkflows200Response) GetWorkflows() []Workflow + func (o *ListWorkflows200Response) GetWorkflowsOk() ([]Workflow, bool) + func (o *ListWorkflows200Response) HasLimit() bool + func (o *ListWorkflows200Response) HasPage() bool + func (o *ListWorkflows200Response) HasTotal() bool + func (o *ListWorkflows200Response) HasTotalPages() bool + func (o *ListWorkflows200Response) HasWorkflows() bool + func (o *ListWorkflows200Response) SetLimit(v int32) + func (o *ListWorkflows200Response) SetPage(v int32) + func (o *ListWorkflows200Response) SetTotal(v int32) + func (o *ListWorkflows200Response) SetTotalPages(v int32) + func (o *ListWorkflows200Response) SetWorkflows(v []Workflow) + func (o ListWorkflows200Response) MarshalJSON() ([]byte, error) + func (o ListWorkflows200Response) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type NullableApiKey struct + func NewNullableApiKey(val *ApiKey) *NullableApiKey + func (v *NullableApiKey) Set(val *ApiKey) + func (v *NullableApiKey) UnmarshalJSON(src []byte) error + func (v *NullableApiKey) Unset() + func (v NullableApiKey) Get() *ApiKey + func (v NullableApiKey) IsSet() bool + func (v NullableApiKey) MarshalJSON() ([]byte, error) + type NullableApiKeyWithSecret struct + func NewNullableApiKeyWithSecret(val *ApiKeyWithSecret) *NullableApiKeyWithSecret + func (v *NullableApiKeyWithSecret) Set(val *ApiKeyWithSecret) + func (v *NullableApiKeyWithSecret) UnmarshalJSON(src []byte) error + func (v *NullableApiKeyWithSecret) Unset() + func (v NullableApiKeyWithSecret) Get() *ApiKeyWithSecret + func (v NullableApiKeyWithSecret) IsSet() bool + func (v NullableApiKeyWithSecret) MarshalJSON() ([]byte, error) + type NullableAsset struct + func NewNullableAsset(val *Asset) *NullableAsset + func (v *NullableAsset) Set(val *Asset) + func (v *NullableAsset) UnmarshalJSON(src []byte) error + func (v *NullableAsset) Unset() + func (v NullableAsset) Get() *Asset + func (v NullableAsset) IsSet() bool + func (v NullableAsset) MarshalJSON() ([]byte, error) + type NullableAssetCreate struct + func NewNullableAssetCreate(val *AssetCreate) *NullableAssetCreate + func (v *NullableAssetCreate) Set(val *AssetCreate) + func (v *NullableAssetCreate) UnmarshalJSON(src []byte) error + func (v *NullableAssetCreate) Unset() + func (v NullableAssetCreate) Get() *AssetCreate + func (v NullableAssetCreate) IsSet() bool + func (v NullableAssetCreate) MarshalJSON() ([]byte, error) + type NullableAssetUploadUrlResponse struct + func NewNullableAssetUploadUrlResponse(val *AssetUploadUrlResponse) *NullableAssetUploadUrlResponse + func (v *NullableAssetUploadUrlResponse) Set(val *AssetUploadUrlResponse) + func (v *NullableAssetUploadUrlResponse) UnmarshalJSON(src []byte) error + func (v *NullableAssetUploadUrlResponse) Unset() + func (v NullableAssetUploadUrlResponse) Get() *AssetUploadUrlResponse + func (v NullableAssetUploadUrlResponse) IsSet() bool + func (v NullableAssetUploadUrlResponse) MarshalJSON() ([]byte, error) + type NullableBatchDeleteProjectsRequest struct + func NewNullableBatchDeleteProjectsRequest(val *BatchDeleteProjectsRequest) *NullableBatchDeleteProjectsRequest + func (v *NullableBatchDeleteProjectsRequest) Set(val *BatchDeleteProjectsRequest) + func (v *NullableBatchDeleteProjectsRequest) UnmarshalJSON(src []byte) error + func (v *NullableBatchDeleteProjectsRequest) Unset() + func (v NullableBatchDeleteProjectsRequest) Get() *BatchDeleteProjectsRequest + func (v NullableBatchDeleteProjectsRequest) IsSet() bool + func (v NullableBatchDeleteProjectsRequest) MarshalJSON() ([]byte, error) + type NullableBatchDeleteResult struct + func NewNullableBatchDeleteResult(val *BatchDeleteResult) *NullableBatchDeleteResult + func (v *NullableBatchDeleteResult) Set(val *BatchDeleteResult) + func (v *NullableBatchDeleteResult) UnmarshalJSON(src []byte) error + func (v *NullableBatchDeleteResult) Unset() + func (v NullableBatchDeleteResult) Get() *BatchDeleteResult + func (v NullableBatchDeleteResult) IsSet() bool + func (v NullableBatchDeleteResult) MarshalJSON() ([]byte, error) + type NullableBillingPrices struct + func NewNullableBillingPrices(val *BillingPrices) *NullableBillingPrices + func (v *NullableBillingPrices) Set(val *BillingPrices) + func (v *NullableBillingPrices) UnmarshalJSON(src []byte) error + func (v *NullableBillingPrices) Unset() + func (v NullableBillingPrices) Get() *BillingPrices + func (v NullableBillingPrices) IsSet() bool + func (v NullableBillingPrices) MarshalJSON() ([]byte, error) + type NullableBillingPricesTiers struct + func NewNullableBillingPricesTiers(val *BillingPricesTiers) *NullableBillingPricesTiers + func (v *NullableBillingPricesTiers) Set(val *BillingPricesTiers) + func (v *NullableBillingPricesTiers) UnmarshalJSON(src []byte) error + func (v *NullableBillingPricesTiers) Unset() + func (v NullableBillingPricesTiers) Get() *BillingPricesTiers + func (v NullableBillingPricesTiers) IsSet() bool + func (v NullableBillingPricesTiers) MarshalJSON() ([]byte, error) + type NullableBillingSubscription struct + func NewNullableBillingSubscription(val *BillingSubscription) *NullableBillingSubscription + func (v *NullableBillingSubscription) Set(val *BillingSubscription) + func (v *NullableBillingSubscription) UnmarshalJSON(src []byte) error + func (v *NullableBillingSubscription) Unset() + func (v NullableBillingSubscription) Get() *BillingSubscription + func (v NullableBillingSubscription) IsSet() bool + func (v NullableBillingSubscription) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCancelRender200Response struct + func NewNullableCancelRender200Response(val *CancelRender200Response) *NullableCancelRender200Response + func (v *NullableCancelRender200Response) Set(val *CancelRender200Response) + func (v *NullableCancelRender200Response) UnmarshalJSON(src []byte) error + func (v *NullableCancelRender200Response) Unset() + func (v NullableCancelRender200Response) Get() *CancelRender200Response + func (v NullableCancelRender200Response) IsSet() bool + func (v NullableCancelRender200Response) MarshalJSON() ([]byte, error) + type NullableCreateApiKeyRequest struct + func NewNullableCreateApiKeyRequest(val *CreateApiKeyRequest) *NullableCreateApiKeyRequest + func (v *NullableCreateApiKeyRequest) Set(val *CreateApiKeyRequest) + func (v *NullableCreateApiKeyRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateApiKeyRequest) Unset() + func (v NullableCreateApiKeyRequest) Get() *CreateApiKeyRequest + func (v NullableCreateApiKeyRequest) IsSet() bool + func (v NullableCreateApiKeyRequest) MarshalJSON() ([]byte, error) + type NullableCreateAsset201Response struct + func NewNullableCreateAsset201Response(val *CreateAsset201Response) *NullableCreateAsset201Response + func (v *NullableCreateAsset201Response) Set(val *CreateAsset201Response) + func (v *NullableCreateAsset201Response) UnmarshalJSON(src []byte) error + func (v *NullableCreateAsset201Response) Unset() + func (v NullableCreateAsset201Response) Get() *CreateAsset201Response + func (v NullableCreateAsset201Response) IsSet() bool + func (v NullableCreateAsset201Response) MarshalJSON() ([]byte, error) + type NullableCreateCheckoutSession200Response struct + func NewNullableCreateCheckoutSession200Response(val *CreateCheckoutSession200Response) *NullableCreateCheckoutSession200Response + func (v *NullableCreateCheckoutSession200Response) Set(val *CreateCheckoutSession200Response) + func (v *NullableCreateCheckoutSession200Response) UnmarshalJSON(src []byte) error + func (v *NullableCreateCheckoutSession200Response) Unset() + func (v NullableCreateCheckoutSession200Response) Get() *CreateCheckoutSession200Response + func (v NullableCreateCheckoutSession200Response) IsSet() bool + func (v NullableCreateCheckoutSession200Response) MarshalJSON() ([]byte, error) + type NullableCreateCheckoutSessionRequest struct + func NewNullableCreateCheckoutSessionRequest(val *CreateCheckoutSessionRequest) *NullableCreateCheckoutSessionRequest + func (v *NullableCreateCheckoutSessionRequest) Set(val *CreateCheckoutSessionRequest) + func (v *NullableCreateCheckoutSessionRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateCheckoutSessionRequest) Unset() + func (v NullableCreateCheckoutSessionRequest) Get() *CreateCheckoutSessionRequest + func (v NullableCreateCheckoutSessionRequest) IsSet() bool + func (v NullableCreateCheckoutSessionRequest) MarshalJSON() ([]byte, error) + type NullableCreateIntegration201Response struct + func NewNullableCreateIntegration201Response(val *CreateIntegration201Response) *NullableCreateIntegration201Response + func (v *NullableCreateIntegration201Response) Set(val *CreateIntegration201Response) + func (v *NullableCreateIntegration201Response) UnmarshalJSON(src []byte) error + func (v *NullableCreateIntegration201Response) Unset() + func (v NullableCreateIntegration201Response) Get() *CreateIntegration201Response + func (v NullableCreateIntegration201Response) IsSet() bool + func (v NullableCreateIntegration201Response) MarshalJSON() ([]byte, error) + type NullableCreateProject200Response struct + func NewNullableCreateProject200Response(val *CreateProject200Response) *NullableCreateProject200Response + func (v *NullableCreateProject200Response) Set(val *CreateProject200Response) + func (v *NullableCreateProject200Response) UnmarshalJSON(src []byte) error + func (v *NullableCreateProject200Response) Unset() + func (v NullableCreateProject200Response) Get() *CreateProject200Response + func (v NullableCreateProject200Response) IsSet() bool + func (v NullableCreateProject200Response) MarshalJSON() ([]byte, error) + type NullableCreateWorkflow201Response struct + func NewNullableCreateWorkflow201Response(val *CreateWorkflow201Response) *NullableCreateWorkflow201Response + func (v *NullableCreateWorkflow201Response) Set(val *CreateWorkflow201Response) + func (v *NullableCreateWorkflow201Response) UnmarshalJSON(src []byte) error + func (v *NullableCreateWorkflow201Response) Unset() + func (v NullableCreateWorkflow201Response) Get() *CreateWorkflow201Response + func (v NullableCreateWorkflow201Response) IsSet() bool + func (v NullableCreateWorkflow201Response) MarshalJSON() ([]byte, error) + type NullableCreateWorkflowRequest struct + func NewNullableCreateWorkflowRequest(val *CreateWorkflowRequest) *NullableCreateWorkflowRequest + func (v *NullableCreateWorkflowRequest) Set(val *CreateWorkflowRequest) + func (v *NullableCreateWorkflowRequest) UnmarshalJSON(src []byte) error + func (v *NullableCreateWorkflowRequest) Unset() + func (v NullableCreateWorkflowRequest) Get() *CreateWorkflowRequest + func (v NullableCreateWorkflowRequest) IsSet() bool + func (v NullableCreateWorkflowRequest) MarshalJSON() ([]byte, error) + type NullableCreditBalance struct + func NewNullableCreditBalance(val *CreditBalance) *NullableCreditBalance + func (v *NullableCreditBalance) Set(val *CreditBalance) + func (v *NullableCreditBalance) UnmarshalJSON(src []byte) error + func (v *NullableCreditBalance) Unset() + func (v NullableCreditBalance) Get() *CreditBalance + func (v NullableCreditBalance) IsSet() bool + func (v NullableCreditBalance) MarshalJSON() ([]byte, error) + type NullableCreditBalanceSummary struct + func NewNullableCreditBalanceSummary(val *CreditBalanceSummary) *NullableCreditBalanceSummary + func (v *NullableCreditBalanceSummary) Set(val *CreditBalanceSummary) + func (v *NullableCreditBalanceSummary) UnmarshalJSON(src []byte) error + func (v *NullableCreditBalanceSummary) Unset() + func (v NullableCreditBalanceSummary) Get() *CreditBalanceSummary + func (v NullableCreditBalanceSummary) IsSet() bool + func (v NullableCreditBalanceSummary) MarshalJSON() ([]byte, error) + type NullableCreditBalanceUsage struct + func NewNullableCreditBalanceUsage(val *CreditBalanceUsage) *NullableCreditBalanceUsage + func (v *NullableCreditBalanceUsage) Set(val *CreditBalanceUsage) + func (v *NullableCreditBalanceUsage) UnmarshalJSON(src []byte) error + func (v *NullableCreditBalanceUsage) Unset() + func (v NullableCreditBalanceUsage) Get() *CreditBalanceUsage + func (v NullableCreditBalanceUsage) IsSet() bool + func (v NullableCreditBalanceUsage) MarshalJSON() ([]byte, error) + type NullableDeleteProject200Response struct + func NewNullableDeleteProject200Response(val *DeleteProject200Response) *NullableDeleteProject200Response + func (v *NullableDeleteProject200Response) Set(val *DeleteProject200Response) + func (v *NullableDeleteProject200Response) UnmarshalJSON(src []byte) error + func (v *NullableDeleteProject200Response) Unset() + func (v NullableDeleteProject200Response) Get() *DeleteProject200Response + func (v NullableDeleteProject200Response) IsSet() bool + func (v NullableDeleteProject200Response) MarshalJSON() ([]byte, error) + type NullableDestination struct + func NewNullableDestination(val *Destination) *NullableDestination + func (v *NullableDestination) Set(val *Destination) + func (v *NullableDestination) UnmarshalJSON(src []byte) error + func (v *NullableDestination) Unset() + func (v NullableDestination) Get() *Destination + func (v NullableDestination) IsSet() bool + func (v NullableDestination) MarshalJSON() ([]byte, error) + type NullableDestinationInput struct + func NewNullableDestinationInput(val *DestinationInput) *NullableDestinationInput + func (v *NullableDestinationInput) Set(val *DestinationInput) + func (v *NullableDestinationInput) UnmarshalJSON(src []byte) error + func (v *NullableDestinationInput) Unset() + func (v NullableDestinationInput) Get() *DestinationInput + func (v NullableDestinationInput) IsSet() bool + func (v NullableDestinationInput) MarshalJSON() ([]byte, error) + type NullableError struct + func NewNullableError(val *Error) *NullableError + func (v *NullableError) Set(val *Error) + func (v *NullableError) UnmarshalJSON(src []byte) error + func (v *NullableError) Unset() + func (v NullableError) Get() *Error + func (v NullableError) IsSet() bool + func (v NullableError) MarshalJSON() ([]byte, error) + type NullableEstimateRenderCostRequest struct + func NewNullableEstimateRenderCostRequest(val *EstimateRenderCostRequest) *NullableEstimateRenderCostRequest + func (v *NullableEstimateRenderCostRequest) Set(val *EstimateRenderCostRequest) + func (v *NullableEstimateRenderCostRequest) UnmarshalJSON(src []byte) error + func (v *NullableEstimateRenderCostRequest) Unset() + func (v NullableEstimateRenderCostRequest) Get() *EstimateRenderCostRequest + func (v NullableEstimateRenderCostRequest) IsSet() bool + func (v NullableEstimateRenderCostRequest) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGetAssetSignedUrl200Response struct + func NewNullableGetAssetSignedUrl200Response(val *GetAssetSignedUrl200Response) *NullableGetAssetSignedUrl200Response + func (v *NullableGetAssetSignedUrl200Response) Set(val *GetAssetSignedUrl200Response) + func (v *NullableGetAssetSignedUrl200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetAssetSignedUrl200Response) Unset() + func (v NullableGetAssetSignedUrl200Response) Get() *GetAssetSignedUrl200Response + func (v NullableGetAssetSignedUrl200Response) IsSet() bool + func (v NullableGetAssetSignedUrl200Response) MarshalJSON() ([]byte, error) + type NullableGetAssetUploadUrlRequest struct + func NewNullableGetAssetUploadUrlRequest(val *GetAssetUploadUrlRequest) *NullableGetAssetUploadUrlRequest + func (v *NullableGetAssetUploadUrlRequest) Set(val *GetAssetUploadUrlRequest) + func (v *NullableGetAssetUploadUrlRequest) UnmarshalJSON(src []byte) error + func (v *NullableGetAssetUploadUrlRequest) Unset() + func (v NullableGetAssetUploadUrlRequest) Get() *GetAssetUploadUrlRequest + func (v NullableGetAssetUploadUrlRequest) IsSet() bool + func (v NullableGetAssetUploadUrlRequest) MarshalJSON() ([]byte, error) + type NullableGetDestination200Response struct + func NewNullableGetDestination200Response(val *GetDestination200Response) *NullableGetDestination200Response + func (v *NullableGetDestination200Response) Set(val *GetDestination200Response) + func (v *NullableGetDestination200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetDestination200Response) Unset() + func (v NullableGetDestination200Response) Get() *GetDestination200Response + func (v NullableGetDestination200Response) IsSet() bool + func (v NullableGetDestination200Response) MarshalJSON() ([]byte, error) + type NullableGetProject200Response struct + func NewNullableGetProject200Response(val *GetProject200Response) *NullableGetProject200Response + func (v *NullableGetProject200Response) Set(val *GetProject200Response) + func (v *NullableGetProject200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetProject200Response) Unset() + func (v NullableGetProject200Response) Get() *GetProject200Response + func (v NullableGetProject200Response) IsSet() bool + func (v NullableGetProject200Response) MarshalJSON() ([]byte, error) + type NullableGetProjectStats200Response struct + func NewNullableGetProjectStats200Response(val *GetProjectStats200Response) *NullableGetProjectStats200Response + func (v *NullableGetProjectStats200Response) Set(val *GetProjectStats200Response) + func (v *NullableGetProjectStats200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetProjectStats200Response) Unset() + func (v NullableGetProjectStats200Response) Get() *GetProjectStats200Response + func (v NullableGetProjectStats200Response) IsSet() bool + func (v NullableGetProjectStats200Response) MarshalJSON() ([]byte, error) + type NullableGetRenderDownloadUrl200Response struct + func NewNullableGetRenderDownloadUrl200Response(val *GetRenderDownloadUrl200Response) *NullableGetRenderDownloadUrl200Response + func (v *NullableGetRenderDownloadUrl200Response) Set(val *GetRenderDownloadUrl200Response) + func (v *NullableGetRenderDownloadUrl200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetRenderDownloadUrl200Response) Unset() + func (v NullableGetRenderDownloadUrl200Response) Get() *GetRenderDownloadUrl200Response + func (v NullableGetRenderDownloadUrl200Response) IsSet() bool + func (v NullableGetRenderDownloadUrl200Response) MarshalJSON() ([]byte, error) + type NullableGetRendition200Response struct + func NewNullableGetRendition200Response(val *GetRendition200Response) *NullableGetRendition200Response + func (v *NullableGetRendition200Response) Set(val *GetRendition200Response) + func (v *NullableGetRendition200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetRendition200Response) Unset() + func (v NullableGetRendition200Response) Get() *GetRendition200Response + func (v NullableGetRendition200Response) IsSet() bool + func (v NullableGetRendition200Response) MarshalJSON() ([]byte, error) + type NullableGetSubscription200Response struct + func NewNullableGetSubscription200Response(val *GetSubscription200Response) *NullableGetSubscription200Response + func (v *NullableGetSubscription200Response) Set(val *GetSubscription200Response) + func (v *NullableGetSubscription200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetSubscription200Response) Unset() + func (v NullableGetSubscription200Response) Get() *GetSubscription200Response + func (v NullableGetSubscription200Response) IsSet() bool + func (v NullableGetSubscription200Response) MarshalJSON() ([]byte, error) + type NullableGetTemplate200Response struct + func NewNullableGetTemplate200Response(val *GetTemplate200Response) *NullableGetTemplate200Response + func (v *NullableGetTemplate200Response) Set(val *GetTemplate200Response) + func (v *NullableGetTemplate200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetTemplate200Response) Unset() + func (v NullableGetTemplate200Response) Get() *GetTemplate200Response + func (v NullableGetTemplate200Response) IsSet() bool + func (v NullableGetTemplate200Response) MarshalJSON() ([]byte, error) + type NullableGetUsage200Response struct + func NewNullableGetUsage200Response(val *GetUsage200Response) *NullableGetUsage200Response + func (v *NullableGetUsage200Response) Set(val *GetUsage200Response) + func (v *NullableGetUsage200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetUsage200Response) Unset() + func (v NullableGetUsage200Response) Get() *GetUsage200Response + func (v NullableGetUsage200Response) IsSet() bool + func (v NullableGetUsage200Response) MarshalJSON() ([]byte, error) + type NullableGetWorkflow200Response struct + func NewNullableGetWorkflow200Response(val *GetWorkflow200Response) *NullableGetWorkflow200Response + func (v *NullableGetWorkflow200Response) Set(val *GetWorkflow200Response) + func (v *NullableGetWorkflow200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetWorkflow200Response) Unset() + func (v NullableGetWorkflow200Response) Get() *GetWorkflow200Response + func (v NullableGetWorkflow200Response) IsSet() bool + func (v NullableGetWorkflow200Response) MarshalJSON() ([]byte, error) + type NullableGetWorkflowRun200Response struct + func NewNullableGetWorkflowRun200Response(val *GetWorkflowRun200Response) *NullableGetWorkflowRun200Response + func (v *NullableGetWorkflowRun200Response) Set(val *GetWorkflowRun200Response) + func (v *NullableGetWorkflowRun200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetWorkflowRun200Response) Unset() + func (v NullableGetWorkflowRun200Response) Get() *GetWorkflowRun200Response + func (v NullableGetWorkflowRun200Response) IsSet() bool + func (v NullableGetWorkflowRun200Response) MarshalJSON() ([]byte, error) + type NullableHealthCheck200Response struct + func NewNullableHealthCheck200Response(val *HealthCheck200Response) *NullableHealthCheck200Response + func (v *NullableHealthCheck200Response) Set(val *HealthCheck200Response) + func (v *NullableHealthCheck200Response) UnmarshalJSON(src []byte) error + func (v *NullableHealthCheck200Response) Unset() + func (v NullableHealthCheck200Response) Get() *HealthCheck200Response + func (v NullableHealthCheck200Response) IsSet() bool + func (v NullableHealthCheck200Response) MarshalJSON() ([]byte, error) + type NullableHealthCheckDetailed200Response struct + func NewNullableHealthCheckDetailed200Response(val *HealthCheckDetailed200Response) *NullableHealthCheckDetailed200Response + func (v *NullableHealthCheckDetailed200Response) Set(val *HealthCheckDetailed200Response) + func (v *NullableHealthCheckDetailed200Response) UnmarshalJSON(src []byte) error + func (v *NullableHealthCheckDetailed200Response) Unset() + func (v NullableHealthCheckDetailed200Response) Get() *HealthCheckDetailed200Response + func (v NullableHealthCheckDetailed200Response) IsSet() bool + func (v NullableHealthCheckDetailed200Response) MarshalJSON() ([]byte, error) + type NullableHealthCheckDetailed200ResponseServices struct + func NewNullableHealthCheckDetailed200ResponseServices(val *HealthCheckDetailed200ResponseServices) *NullableHealthCheckDetailed200ResponseServices + func (v *NullableHealthCheckDetailed200ResponseServices) Set(val *HealthCheckDetailed200ResponseServices) + func (v *NullableHealthCheckDetailed200ResponseServices) UnmarshalJSON(src []byte) error + func (v *NullableHealthCheckDetailed200ResponseServices) Unset() + func (v NullableHealthCheckDetailed200ResponseServices) Get() *HealthCheckDetailed200ResponseServices + func (v NullableHealthCheckDetailed200ResponseServices) IsSet() bool + func (v NullableHealthCheckDetailed200ResponseServices) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableListApiKeys200Response struct + func NewNullableListApiKeys200Response(val *ListApiKeys200Response) *NullableListApiKeys200Response + func (v *NullableListApiKeys200Response) Set(val *ListApiKeys200Response) + func (v *NullableListApiKeys200Response) UnmarshalJSON(src []byte) error + func (v *NullableListApiKeys200Response) Unset() + func (v NullableListApiKeys200Response) Get() *ListApiKeys200Response + func (v NullableListApiKeys200Response) IsSet() bool + func (v NullableListApiKeys200Response) MarshalJSON() ([]byte, error) + type NullableListAssets200Response struct + func NewNullableListAssets200Response(val *ListAssets200Response) *NullableListAssets200Response + func (v *NullableListAssets200Response) Set(val *ListAssets200Response) + func (v *NullableListAssets200Response) UnmarshalJSON(src []byte) error + func (v *NullableListAssets200Response) Unset() + func (v NullableListAssets200Response) Get() *ListAssets200Response + func (v NullableListAssets200Response) IsSet() bool + func (v NullableListAssets200Response) MarshalJSON() ([]byte, error) + type NullableListIntegrations200Response struct + func NewNullableListIntegrations200Response(val *ListIntegrations200Response) *NullableListIntegrations200Response + func (v *NullableListIntegrations200Response) Set(val *ListIntegrations200Response) + func (v *NullableListIntegrations200Response) UnmarshalJSON(src []byte) error + func (v *NullableListIntegrations200Response) Unset() + func (v NullableListIntegrations200Response) Get() *ListIntegrations200Response + func (v NullableListIntegrations200Response) IsSet() bool + func (v NullableListIntegrations200Response) MarshalJSON() ([]byte, error) + type NullableListInvoices200Response struct + func NewNullableListInvoices200Response(val *ListInvoices200Response) *NullableListInvoices200Response + func (v *NullableListInvoices200Response) Set(val *ListInvoices200Response) + func (v *NullableListInvoices200Response) UnmarshalJSON(src []byte) error + func (v *NullableListInvoices200Response) Unset() + func (v NullableListInvoices200Response) Get() *ListInvoices200Response + func (v NullableListInvoices200Response) IsSet() bool + func (v NullableListInvoices200Response) MarshalJSON() ([]byte, error) + type NullableListProjects200Response struct + func NewNullableListProjects200Response(val *ListProjects200Response) *NullableListProjects200Response + func (v *NullableListProjects200Response) Set(val *ListProjects200Response) + func (v *NullableListProjects200Response) UnmarshalJSON(src []byte) error + func (v *NullableListProjects200Response) Unset() + func (v NullableListProjects200Response) Get() *ListProjects200Response + func (v NullableListProjects200Response) IsSet() bool + func (v NullableListProjects200Response) MarshalJSON() ([]byte, error) + type NullableListRenditions200Response struct + func NewNullableListRenditions200Response(val *ListRenditions200Response) *NullableListRenditions200Response + func (v *NullableListRenditions200Response) Set(val *ListRenditions200Response) + func (v *NullableListRenditions200Response) UnmarshalJSON(src []byte) error + func (v *NullableListRenditions200Response) Unset() + func (v NullableListRenditions200Response) Get() *ListRenditions200Response + func (v NullableListRenditions200Response) IsSet() bool + func (v NullableListRenditions200Response) MarshalJSON() ([]byte, error) + type NullableListTemplates200Response struct + func NewNullableListTemplates200Response(val *ListTemplates200Response) *NullableListTemplates200Response + func (v *NullableListTemplates200Response) Set(val *ListTemplates200Response) + func (v *NullableListTemplates200Response) UnmarshalJSON(src []byte) error + func (v *NullableListTemplates200Response) Unset() + func (v NullableListTemplates200Response) Get() *ListTemplates200Response + func (v NullableListTemplates200Response) IsSet() bool + func (v NullableListTemplates200Response) MarshalJSON() ([]byte, error) + type NullableListWebhookSubscriptions200Response struct + func NewNullableListWebhookSubscriptions200Response(val *ListWebhookSubscriptions200Response) *NullableListWebhookSubscriptions200Response + func (v *NullableListWebhookSubscriptions200Response) Set(val *ListWebhookSubscriptions200Response) + func (v *NullableListWebhookSubscriptions200Response) UnmarshalJSON(src []byte) error + func (v *NullableListWebhookSubscriptions200Response) Unset() + func (v NullableListWebhookSubscriptions200Response) Get() *ListWebhookSubscriptions200Response + func (v NullableListWebhookSubscriptions200Response) IsSet() bool + func (v NullableListWebhookSubscriptions200Response) MarshalJSON() ([]byte, error) + type NullableListWorkflowRuns200Response struct + func NewNullableListWorkflowRuns200Response(val *ListWorkflowRuns200Response) *NullableListWorkflowRuns200Response + func (v *NullableListWorkflowRuns200Response) Set(val *ListWorkflowRuns200Response) + func (v *NullableListWorkflowRuns200Response) UnmarshalJSON(src []byte) error + func (v *NullableListWorkflowRuns200Response) Unset() + func (v NullableListWorkflowRuns200Response) Get() *ListWorkflowRuns200Response + func (v NullableListWorkflowRuns200Response) IsSet() bool + func (v NullableListWorkflowRuns200Response) MarshalJSON() ([]byte, error) + type NullableListWorkflowStepTypes200Response struct + func NewNullableListWorkflowStepTypes200Response(val *ListWorkflowStepTypes200Response) *NullableListWorkflowStepTypes200Response + func (v *NullableListWorkflowStepTypes200Response) Set(val *ListWorkflowStepTypes200Response) + func (v *NullableListWorkflowStepTypes200Response) UnmarshalJSON(src []byte) error + func (v *NullableListWorkflowStepTypes200Response) Unset() + func (v NullableListWorkflowStepTypes200Response) Get() *ListWorkflowStepTypes200Response + func (v NullableListWorkflowStepTypes200Response) IsSet() bool + func (v NullableListWorkflowStepTypes200Response) MarshalJSON() ([]byte, error) + type NullableListWorkflows200Response struct + func NewNullableListWorkflows200Response(val *ListWorkflows200Response) *NullableListWorkflows200Response + func (v *NullableListWorkflows200Response) Set(val *ListWorkflows200Response) + func (v *NullableListWorkflows200Response) UnmarshalJSON(src []byte) error + func (v *NullableListWorkflows200Response) Unset() + func (v NullableListWorkflows200Response) Get() *ListWorkflows200Response + func (v NullableListWorkflows200Response) IsSet() bool + func (v NullableListWorkflows200Response) MarshalJSON() ([]byte, error) + type NullableProject struct + func NewNullableProject(val *Project) *NullableProject + func (v *NullableProject) Set(val *Project) + func (v *NullableProject) UnmarshalJSON(src []byte) error + func (v *NullableProject) Unset() + func (v NullableProject) Get() *Project + func (v NullableProject) IsSet() bool + func (v NullableProject) MarshalJSON() ([]byte, error) + type NullableProjectCreate struct + func NewNullableProjectCreate(val *ProjectCreate) *NullableProjectCreate + func (v *NullableProjectCreate) Set(val *ProjectCreate) + func (v *NullableProjectCreate) UnmarshalJSON(src []byte) error + func (v *NullableProjectCreate) Unset() + func (v NullableProjectCreate) Get() *ProjectCreate + func (v NullableProjectCreate) IsSet() bool + func (v NullableProjectCreate) MarshalJSON() ([]byte, error) + type NullableProjectUpdate struct + func NewNullableProjectUpdate(val *ProjectUpdate) *NullableProjectUpdate + func (v *NullableProjectUpdate) Set(val *ProjectUpdate) + func (v *NullableProjectUpdate) UnmarshalJSON(src []byte) error + func (v *NullableProjectUpdate) Unset() + func (v NullableProjectUpdate) Get() *ProjectUpdate + func (v NullableProjectUpdate) IsSet() bool + func (v NullableProjectUpdate) MarshalJSON() ([]byte, error) + type NullableQueueRender200Response struct + func NewNullableQueueRender200Response(val *QueueRender200Response) *NullableQueueRender200Response + func (v *NullableQueueRender200Response) Set(val *QueueRender200Response) + func (v *NullableQueueRender200Response) UnmarshalJSON(src []byte) error + func (v *NullableQueueRender200Response) Unset() + func (v NullableQueueRender200Response) Get() *QueueRender200Response + func (v NullableQueueRender200Response) IsSet() bool + func (v NullableQueueRender200Response) MarshalJSON() ([]byte, error) + type NullableQueueRenderRequest struct + func NewNullableQueueRenderRequest(val *QueueRenderRequest) *NullableQueueRenderRequest + func (v *NullableQueueRenderRequest) Set(val *QueueRenderRequest) + func (v *NullableQueueRenderRequest) UnmarshalJSON(src []byte) error + func (v *NullableQueueRenderRequest) Unset() + func (v NullableQueueRenderRequest) Get() *QueueRenderRequest + func (v NullableQueueRenderRequest) IsSet() bool + func (v NullableQueueRenderRequest) MarshalJSON() ([]byte, error) + type NullableRefreshRenderUrl200Response struct + func NewNullableRefreshRenderUrl200Response(val *RefreshRenderUrl200Response) *NullableRefreshRenderUrl200Response + func (v *NullableRefreshRenderUrl200Response) Set(val *RefreshRenderUrl200Response) + func (v *NullableRefreshRenderUrl200Response) UnmarshalJSON(src []byte) error + func (v *NullableRefreshRenderUrl200Response) Unset() + func (v NullableRefreshRenderUrl200Response) Get() *RefreshRenderUrl200Response + func (v NullableRefreshRenderUrl200Response) IsSet() bool + func (v NullableRefreshRenderUrl200Response) MarshalJSON() ([]byte, error) + type NullableRenderCostEstimate struct + func NewNullableRenderCostEstimate(val *RenderCostEstimate) *NullableRenderCostEstimate + func (v *NullableRenderCostEstimate) Set(val *RenderCostEstimate) + func (v *NullableRenderCostEstimate) UnmarshalJSON(src []byte) error + func (v *NullableRenderCostEstimate) Unset() + func (v NullableRenderCostEstimate) Get() *RenderCostEstimate + func (v NullableRenderCostEstimate) IsSet() bool + func (v NullableRenderCostEstimate) MarshalJSON() ([]byte, error) + type NullableRenderCostEstimateResolution struct + func NewNullableRenderCostEstimateResolution(val *RenderCostEstimateResolution) *NullableRenderCostEstimateResolution + func (v *NullableRenderCostEstimateResolution) Set(val *RenderCostEstimateResolution) + func (v *NullableRenderCostEstimateResolution) UnmarshalJSON(src []byte) error + func (v *NullableRenderCostEstimateResolution) Unset() + func (v NullableRenderCostEstimateResolution) Get() *RenderCostEstimateResolution + func (v NullableRenderCostEstimateResolution) IsSet() bool + func (v NullableRenderCostEstimateResolution) MarshalJSON() ([]byte, error) + type NullableRenderCostEstimateTier struct + func NewNullableRenderCostEstimateTier(val *RenderCostEstimateTier) *NullableRenderCostEstimateTier + func (v *NullableRenderCostEstimateTier) Set(val *RenderCostEstimateTier) + func (v *NullableRenderCostEstimateTier) UnmarshalJSON(src []byte) error + func (v *NullableRenderCostEstimateTier) Unset() + func (v NullableRenderCostEstimateTier) Get() *RenderCostEstimateTier + func (v NullableRenderCostEstimateTier) IsSet() bool + func (v NullableRenderCostEstimateTier) MarshalJSON() ([]byte, error) + type NullableRenderJob struct + func NewNullableRenderJob(val *RenderJob) *NullableRenderJob + func (v *NullableRenderJob) Set(val *RenderJob) + func (v *NullableRenderJob) UnmarshalJSON(src []byte) error + func (v *NullableRenderJob) Unset() + func (v NullableRenderJob) Get() *RenderJob + func (v NullableRenderJob) IsSet() bool + func (v NullableRenderJob) MarshalJSON() ([]byte, error) + type NullableRenderJobProgress struct + func NewNullableRenderJobProgress(val *RenderJobProgress) *NullableRenderJobProgress + func (v *NullableRenderJobProgress) Set(val *RenderJobProgress) + func (v *NullableRenderJobProgress) UnmarshalJSON(src []byte) error + func (v *NullableRenderJobProgress) Unset() + func (v NullableRenderJobProgress) Get() *RenderJobProgress + func (v NullableRenderJobProgress) IsSet() bool + func (v NullableRenderJobProgress) MarshalJSON() ([]byte, error) + type NullableRenderListItem struct + func NewNullableRenderListItem(val *RenderListItem) *NullableRenderListItem + func (v *NullableRenderListItem) Set(val *RenderListItem) + func (v *NullableRenderListItem) UnmarshalJSON(src []byte) error + func (v *NullableRenderListItem) Unset() + func (v NullableRenderListItem) Get() *RenderListItem + func (v NullableRenderListItem) IsSet() bool + func (v NullableRenderListItem) MarshalJSON() ([]byte, error) + type NullableRenderTemplateRequest struct + func NewNullableRenderTemplateRequest(val *RenderTemplateRequest) *NullableRenderTemplateRequest + func (v *NullableRenderTemplateRequest) Set(val *RenderTemplateRequest) + func (v *NullableRenderTemplateRequest) UnmarshalJSON(src []byte) error + func (v *NullableRenderTemplateRequest) Unset() + func (v NullableRenderTemplateRequest) Get() *RenderTemplateRequest + func (v NullableRenderTemplateRequest) IsSet() bool + func (v NullableRenderTemplateRequest) MarshalJSON() ([]byte, error) + type NullableRenderWebhookPayload struct + func NewNullableRenderWebhookPayload(val *RenderWebhookPayload) *NullableRenderWebhookPayload + func (v *NullableRenderWebhookPayload) Set(val *RenderWebhookPayload) + func (v *NullableRenderWebhookPayload) UnmarshalJSON(src []byte) error + func (v *NullableRenderWebhookPayload) Unset() + func (v NullableRenderWebhookPayload) Get() *RenderWebhookPayload + func (v NullableRenderWebhookPayload) IsSet() bool + func (v NullableRenderWebhookPayload) MarshalJSON() ([]byte, error) + type NullableRendition struct + func NewNullableRendition(val *Rendition) *NullableRendition + func (v *NullableRendition) Set(val *Rendition) + func (v *NullableRendition) UnmarshalJSON(src []byte) error + func (v *NullableRendition) Unset() + func (v NullableRendition) Get() *Rendition + func (v NullableRendition) IsSet() bool + func (v NullableRendition) MarshalJSON() ([]byte, error) + type NullableRenditionCancelResult struct + func NewNullableRenditionCancelResult(val *RenditionCancelResult) *NullableRenditionCancelResult + func (v *NullableRenditionCancelResult) Set(val *RenditionCancelResult) + func (v *NullableRenditionCancelResult) UnmarshalJSON(src []byte) error + func (v *NullableRenditionCancelResult) Unset() + func (v NullableRenditionCancelResult) Get() *RenditionCancelResult + func (v NullableRenditionCancelResult) IsSet() bool + func (v NullableRenditionCancelResult) MarshalJSON() ([]byte, error) + type NullableRenditionOutput struct + func NewNullableRenditionOutput(val *RenditionOutput) *NullableRenditionOutput + func (v *NullableRenditionOutput) Set(val *RenditionOutput) + func (v *NullableRenditionOutput) UnmarshalJSON(src []byte) error + func (v *NullableRenditionOutput) Unset() + func (v NullableRenditionOutput) Get() *RenditionOutput + func (v NullableRenditionOutput) IsSet() bool + func (v NullableRenditionOutput) MarshalJSON() ([]byte, error) + type NullableRenditionStats struct + func NewNullableRenditionStats(val *RenditionStats) *NullableRenditionStats + func (v *NullableRenditionStats) Set(val *RenditionStats) + func (v *NullableRenditionStats) UnmarshalJSON(src []byte) error + func (v *NullableRenditionStats) Unset() + func (v NullableRenditionStats) Get() *RenditionStats + func (v NullableRenditionStats) IsSet() bool + func (v NullableRenditionStats) MarshalJSON() ([]byte, error) + type NullableRunWorkflow202Response struct + func NewNullableRunWorkflow202Response(val *RunWorkflow202Response) *NullableRunWorkflow202Response + func (v *NullableRunWorkflow202Response) Set(val *RunWorkflow202Response) + func (v *NullableRunWorkflow202Response) UnmarshalJSON(src []byte) error + func (v *NullableRunWorkflow202Response) Unset() + func (v NullableRunWorkflow202Response) Get() *RunWorkflow202Response + func (v NullableRunWorkflow202Response) IsSet() bool + func (v NullableRunWorkflow202Response) MarshalJSON() ([]byte, error) + type NullableRunWorkflowRequest struct + func NewNullableRunWorkflowRequest(val *RunWorkflowRequest) *NullableRunWorkflowRequest + func (v *NullableRunWorkflowRequest) Set(val *RunWorkflowRequest) + func (v *NullableRunWorkflowRequest) UnmarshalJSON(src []byte) error + func (v *NullableRunWorkflowRequest) Unset() + func (v NullableRunWorkflowRequest) Get() *RunWorkflowRequest + func (v NullableRunWorkflowRequest) IsSet() bool + func (v NullableRunWorkflowRequest) MarshalJSON() ([]byte, error) + type NullableServiceHealth struct + func NewNullableServiceHealth(val *ServiceHealth) *NullableServiceHealth + func (v *NullableServiceHealth) Set(val *ServiceHealth) + func (v *NullableServiceHealth) UnmarshalJSON(src []byte) error + func (v *NullableServiceHealth) Unset() + func (v NullableServiceHealth) Get() *ServiceHealth + func (v NullableServiceHealth) IsSet() bool + func (v NullableServiceHealth) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTemplate struct + func NewNullableTemplate(val *Template) *NullableTemplate + func (v *NullableTemplate) Set(val *Template) + func (v *NullableTemplate) UnmarshalJSON(src []byte) error + func (v *NullableTemplate) Unset() + func (v NullableTemplate) Get() *Template + func (v NullableTemplate) IsSet() bool + func (v NullableTemplate) MarshalJSON() ([]byte, error) + type NullableTemplateSummary struct + func NewNullableTemplateSummary(val *TemplateSummary) *NullableTemplateSummary + func (v *NullableTemplateSummary) Set(val *TemplateSummary) + func (v *NullableTemplateSummary) UnmarshalJSON(src []byte) error + func (v *NullableTemplateSummary) Unset() + func (v NullableTemplateSummary) Get() *TemplateSummary + func (v NullableTemplateSummary) IsSet() bool + func (v NullableTemplateSummary) MarshalJSON() ([]byte, error) + type NullableTestIntegration200Response struct + func NewNullableTestIntegration200Response(val *TestIntegration200Response) *NullableTestIntegration200Response + func (v *NullableTestIntegration200Response) Set(val *TestIntegration200Response) + func (v *NullableTestIntegration200Response) UnmarshalJSON(src []byte) error + func (v *NullableTestIntegration200Response) Unset() + func (v NullableTestIntegration200Response) Get() *TestIntegration200Response + func (v NullableTestIntegration200Response) IsSet() bool + func (v NullableTestIntegration200Response) MarshalJSON() ([]byte, error) + type NullableTierInfo struct + func NewNullableTierInfo(val *TierInfo) *NullableTierInfo + func (v *NullableTierInfo) Set(val *TierInfo) + func (v *NullableTierInfo) UnmarshalJSON(src []byte) error + func (v *NullableTierInfo) Unset() + func (v NullableTierInfo) Get() *TierInfo + func (v NullableTierInfo) IsSet() bool + func (v NullableTierInfo) MarshalJSON() ([]byte, error) + type NullableTierInfoCredits struct + func NewNullableTierInfoCredits(val *TierInfoCredits) *NullableTierInfoCredits + func (v *NullableTierInfoCredits) Set(val *TierInfoCredits) + func (v *NullableTierInfoCredits) UnmarshalJSON(src []byte) error + func (v *NullableTierInfoCredits) Unset() + func (v NullableTierInfoCredits) Get() *TierInfoCredits + func (v NullableTierInfoCredits) IsSet() bool + func (v NullableTierInfoCredits) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableToolJobRequest struct + func NewNullableToolJobRequest(val *ToolJobRequest) *NullableToolJobRequest + func (v *NullableToolJobRequest) Set(val *ToolJobRequest) + func (v *NullableToolJobRequest) UnmarshalJSON(src []byte) error + func (v *NullableToolJobRequest) Unset() + func (v NullableToolJobRequest) Get() *ToolJobRequest + func (v NullableToolJobRequest) IsSet() bool + func (v NullableToolJobRequest) MarshalJSON() ([]byte, error) + type NullableToolJobRequestDimensions struct + func NewNullableToolJobRequestDimensions(val *ToolJobRequestDimensions) *NullableToolJobRequestDimensions + func (v *NullableToolJobRequestDimensions) Set(val *ToolJobRequestDimensions) + func (v *NullableToolJobRequestDimensions) UnmarshalJSON(src []byte) error + func (v *NullableToolJobRequestDimensions) Unset() + func (v NullableToolJobRequestDimensions) Get() *ToolJobRequestDimensions + func (v NullableToolJobRequestDimensions) IsSet() bool + func (v NullableToolJobRequestDimensions) MarshalJSON() ([]byte, error) + type NullableToolJobStatus struct + func NewNullableToolJobStatus(val *ToolJobStatus) *NullableToolJobStatus + func (v *NullableToolJobStatus) Set(val *ToolJobStatus) + func (v *NullableToolJobStatus) UnmarshalJSON(src []byte) error + func (v *NullableToolJobStatus) Unset() + func (v NullableToolJobStatus) Get() *ToolJobStatus + func (v NullableToolJobStatus) IsSet() bool + func (v NullableToolJobStatus) MarshalJSON() ([]byte, error) + type NullableTrackRenderBandwidth200Response struct + func NewNullableTrackRenderBandwidth200Response(val *TrackRenderBandwidth200Response) *NullableTrackRenderBandwidth200Response + func (v *NullableTrackRenderBandwidth200Response) Set(val *TrackRenderBandwidth200Response) + func (v *NullableTrackRenderBandwidth200Response) UnmarshalJSON(src []byte) error + func (v *NullableTrackRenderBandwidth200Response) Unset() + func (v NullableTrackRenderBandwidth200Response) Get() *TrackRenderBandwidth200Response + func (v NullableTrackRenderBandwidth200Response) IsSet() bool + func (v NullableTrackRenderBandwidth200Response) MarshalJSON() ([]byte, error) + type NullableUpdateWorkflowRequest struct + func NewNullableUpdateWorkflowRequest(val *UpdateWorkflowRequest) *NullableUpdateWorkflowRequest + func (v *NullableUpdateWorkflowRequest) Set(val *UpdateWorkflowRequest) + func (v *NullableUpdateWorkflowRequest) UnmarshalJSON(src []byte) error + func (v *NullableUpdateWorkflowRequest) Unset() + func (v NullableUpdateWorkflowRequest) Get() *UpdateWorkflowRequest + func (v NullableUpdateWorkflowRequest) IsSet() bool + func (v NullableUpdateWorkflowRequest) MarshalJSON() ([]byte, error) + type NullableUploadAsset200Response struct + func NewNullableUploadAsset200Response(val *UploadAsset200Response) *NullableUploadAsset200Response + func (v *NullableUploadAsset200Response) Set(val *UploadAsset200Response) + func (v *NullableUploadAsset200Response) UnmarshalJSON(src []byte) error + func (v *NullableUploadAsset200Response) Unset() + func (v NullableUploadAsset200Response) Get() *UploadAsset200Response + func (v NullableUploadAsset200Response) IsSet() bool + func (v NullableUploadAsset200Response) MarshalJSON() ([]byte, error) + type NullableUsageLog struct + func NewNullableUsageLog(val *UsageLog) *NullableUsageLog + func (v *NullableUsageLog) Set(val *UsageLog) + func (v *NullableUsageLog) UnmarshalJSON(src []byte) error + func (v *NullableUsageLog) Unset() + func (v NullableUsageLog) Get() *UsageLog + func (v NullableUsageLog) IsSet() bool + func (v NullableUsageLog) MarshalJSON() ([]byte, error) + type NullableVideoJSON struct + func NewNullableVideoJSON(val *VideoJSON) *NullableVideoJSON + func (v *NullableVideoJSON) Set(val *VideoJSON) + func (v *NullableVideoJSON) UnmarshalJSON(src []byte) error + func (v *NullableVideoJSON) Unset() + func (v NullableVideoJSON) Get() *VideoJSON + func (v NullableVideoJSON) IsSet() bool + func (v NullableVideoJSON) MarshalJSON() ([]byte, error) + type NullableVideoJSONDestination struct + func NewNullableVideoJSONDestination(val *VideoJSONDestination) *NullableVideoJSONDestination + func (v *NullableVideoJSONDestination) Set(val *VideoJSONDestination) + func (v *NullableVideoJSONDestination) UnmarshalJSON(src []byte) error + func (v *NullableVideoJSONDestination) Unset() + func (v NullableVideoJSONDestination) Get() *VideoJSONDestination + func (v NullableVideoJSONDestination) IsSet() bool + func (v NullableVideoJSONDestination) MarshalJSON() ([]byte, error) + type NullableWebhookSubscription struct + func NewNullableWebhookSubscription(val *WebhookSubscription) *NullableWebhookSubscription + func (v *NullableWebhookSubscription) Set(val *WebhookSubscription) + func (v *NullableWebhookSubscription) UnmarshalJSON(src []byte) error + func (v *NullableWebhookSubscription) Unset() + func (v NullableWebhookSubscription) Get() *WebhookSubscription + func (v NullableWebhookSubscription) IsSet() bool + func (v NullableWebhookSubscription) MarshalJSON() ([]byte, error) + type NullableWebhookSubscriptionCreate struct + func NewNullableWebhookSubscriptionCreate(val *WebhookSubscriptionCreate) *NullableWebhookSubscriptionCreate + func (v *NullableWebhookSubscriptionCreate) Set(val *WebhookSubscriptionCreate) + func (v *NullableWebhookSubscriptionCreate) UnmarshalJSON(src []byte) error + func (v *NullableWebhookSubscriptionCreate) Unset() + func (v NullableWebhookSubscriptionCreate) Get() *WebhookSubscriptionCreate + func (v NullableWebhookSubscriptionCreate) IsSet() bool + func (v NullableWebhookSubscriptionCreate) MarshalJSON() ([]byte, error) + type NullableWorkflow struct + func NewNullableWorkflow(val *Workflow) *NullableWorkflow + func (v *NullableWorkflow) Set(val *Workflow) + func (v *NullableWorkflow) UnmarshalJSON(src []byte) error + func (v *NullableWorkflow) Unset() + func (v NullableWorkflow) Get() *Workflow + func (v NullableWorkflow) IsSet() bool + func (v NullableWorkflow) MarshalJSON() ([]byte, error) + type NullableWorkflowDefinition struct + func NewNullableWorkflowDefinition(val *WorkflowDefinition) *NullableWorkflowDefinition + func (v *NullableWorkflowDefinition) Set(val *WorkflowDefinition) + func (v *NullableWorkflowDefinition) UnmarshalJSON(src []byte) error + func (v *NullableWorkflowDefinition) Unset() + func (v NullableWorkflowDefinition) Get() *WorkflowDefinition + func (v NullableWorkflowDefinition) IsSet() bool + func (v NullableWorkflowDefinition) MarshalJSON() ([]byte, error) + type NullableWorkflowRun struct + func NewNullableWorkflowRun(val *WorkflowRun) *NullableWorkflowRun + func (v *NullableWorkflowRun) Set(val *WorkflowRun) + func (v *NullableWorkflowRun) UnmarshalJSON(src []byte) error + func (v *NullableWorkflowRun) Unset() + func (v NullableWorkflowRun) Get() *WorkflowRun + func (v NullableWorkflowRun) IsSet() bool + func (v NullableWorkflowRun) MarshalJSON() ([]byte, error) + type NullableWorkflowRunStep struct + func NewNullableWorkflowRunStep(val *WorkflowRunStep) *NullableWorkflowRunStep + func (v *NullableWorkflowRunStep) Set(val *WorkflowRunStep) + func (v *NullableWorkflowRunStep) UnmarshalJSON(src []byte) error + func (v *NullableWorkflowRunStep) Unset() + func (v NullableWorkflowRunStep) Get() *WorkflowRunStep + func (v NullableWorkflowRunStep) IsSet() bool + func (v NullableWorkflowRunStep) MarshalJSON() ([]byte, error) + type NullableWorkflowStep struct + func NewNullableWorkflowStep(val *WorkflowStep) *NullableWorkflowStep + func (v *NullableWorkflowStep) Set(val *WorkflowStep) + func (v *NullableWorkflowStep) UnmarshalJSON(src []byte) error + func (v *NullableWorkflowStep) Unset() + func (v NullableWorkflowStep) Get() *WorkflowStep + func (v NullableWorkflowStep) IsSet() bool + func (v NullableWorkflowStep) MarshalJSON() ([]byte, error) + type NullableWorkflowVariable struct + func NewNullableWorkflowVariable(val *WorkflowVariable) *NullableWorkflowVariable + func (v *NullableWorkflowVariable) Set(val *WorkflowVariable) + func (v *NullableWorkflowVariable) UnmarshalJSON(src []byte) error + func (v *NullableWorkflowVariable) Unset() + func (v NullableWorkflowVariable) Get() *WorkflowVariable + func (v NullableWorkflowVariable) IsSet() bool + func (v NullableWorkflowVariable) MarshalJSON() ([]byte, error) + type NullableWorkspaceIntegration struct + func NewNullableWorkspaceIntegration(val *WorkspaceIntegration) *NullableWorkspaceIntegration + func (v *NullableWorkspaceIntegration) Set(val *WorkspaceIntegration) + func (v *NullableWorkspaceIntegration) UnmarshalJSON(src []byte) error + func (v *NullableWorkspaceIntegration) Unset() + func (v NullableWorkspaceIntegration) Get() *WorkspaceIntegration + func (v NullableWorkspaceIntegration) IsSet() bool + func (v NullableWorkspaceIntegration) MarshalJSON() ([]byte, error) + type NullableWorkspaceIntegrationInput struct + func NewNullableWorkspaceIntegrationInput(val *WorkspaceIntegrationInput) *NullableWorkspaceIntegrationInput + func (v *NullableWorkspaceIntegrationInput) Set(val *WorkspaceIntegrationInput) + func (v *NullableWorkspaceIntegrationInput) UnmarshalJSON(src []byte) error + func (v *NullableWorkspaceIntegrationInput) Unset() + func (v NullableWorkspaceIntegrationInput) Get() *WorkspaceIntegrationInput + func (v NullableWorkspaceIntegrationInput) IsSet() bool + func (v NullableWorkspaceIntegrationInput) MarshalJSON() ([]byte, error) + type Project struct + CreatedAt *time.Time + Description NullableString + Duration NullableInt32 + Height NullableInt32 + Id string + LastOpenedAt NullableTime + Name string + OutputUrl NullableString + ProcessedAt NullableTime + RenderJobId NullableString + SpriteUrl NullableString + Status NullableString + ThumbnailUrl NullableString + UpdatedAt *time.Time + VideoJson map[string]interface{} + Width NullableInt32 + func NewProject(id string, name string) *Project + func NewProjectWithDefaults() *Project + func (o *Project) GetCreatedAt() time.Time + func (o *Project) GetCreatedAtOk() (*time.Time, bool) + func (o *Project) GetDescription() string + func (o *Project) GetDescriptionOk() (*string, bool) + func (o *Project) GetDuration() int32 + func (o *Project) GetDurationOk() (*int32, bool) + func (o *Project) GetHeight() int32 + func (o *Project) GetHeightOk() (*int32, bool) + func (o *Project) GetId() string + func (o *Project) GetIdOk() (*string, bool) + func (o *Project) GetLastOpenedAt() time.Time + func (o *Project) GetLastOpenedAtOk() (*time.Time, bool) + func (o *Project) GetName() string + func (o *Project) GetNameOk() (*string, bool) + func (o *Project) GetOutputUrl() string + func (o *Project) GetOutputUrlOk() (*string, bool) + func (o *Project) GetProcessedAt() time.Time + func (o *Project) GetProcessedAtOk() (*time.Time, bool) + func (o *Project) GetRenderJobId() string + func (o *Project) GetRenderJobIdOk() (*string, bool) + func (o *Project) GetSpriteUrl() string + func (o *Project) GetSpriteUrlOk() (*string, bool) + func (o *Project) GetStatus() string + func (o *Project) GetStatusOk() (*string, bool) + func (o *Project) GetThumbnailUrl() string + func (o *Project) GetThumbnailUrlOk() (*string, bool) + func (o *Project) GetUpdatedAt() time.Time + func (o *Project) GetUpdatedAtOk() (*time.Time, bool) + func (o *Project) GetVideoJson() map[string]interface{} + func (o *Project) GetVideoJsonOk() (map[string]interface{}, bool) + func (o *Project) GetWidth() int32 + func (o *Project) GetWidthOk() (*int32, bool) + func (o *Project) HasCreatedAt() bool + func (o *Project) HasDescription() bool + func (o *Project) HasDuration() bool + func (o *Project) HasHeight() bool + func (o *Project) HasLastOpenedAt() bool + func (o *Project) HasOutputUrl() bool + func (o *Project) HasProcessedAt() bool + func (o *Project) HasRenderJobId() bool + func (o *Project) HasSpriteUrl() bool + func (o *Project) HasStatus() bool + func (o *Project) HasThumbnailUrl() bool + func (o *Project) HasUpdatedAt() bool + func (o *Project) HasVideoJson() bool + func (o *Project) HasWidth() bool + func (o *Project) SetCreatedAt(v time.Time) + func (o *Project) SetDescription(v string) + func (o *Project) SetDescriptionNil() + func (o *Project) SetDuration(v int32) + func (o *Project) SetDurationNil() + func (o *Project) SetHeight(v int32) + func (o *Project) SetHeightNil() + func (o *Project) SetId(v string) + func (o *Project) SetLastOpenedAt(v time.Time) + func (o *Project) SetLastOpenedAtNil() + func (o *Project) SetName(v string) + func (o *Project) SetOutputUrl(v string) + func (o *Project) SetOutputUrlNil() + func (o *Project) SetProcessedAt(v time.Time) + func (o *Project) SetProcessedAtNil() + func (o *Project) SetRenderJobId(v string) + func (o *Project) SetRenderJobIdNil() + func (o *Project) SetSpriteUrl(v string) + func (o *Project) SetSpriteUrlNil() + func (o *Project) SetStatus(v string) + func (o *Project) SetStatusNil() + func (o *Project) SetThumbnailUrl(v string) + func (o *Project) SetThumbnailUrlNil() + func (o *Project) SetUpdatedAt(v time.Time) + func (o *Project) SetVideoJson(v map[string]interface{}) + func (o *Project) SetWidth(v int32) + func (o *Project) SetWidthNil() + func (o *Project) UnmarshalJSON(data []byte) (err error) + func (o *Project) UnsetDescription() + func (o *Project) UnsetDuration() + func (o *Project) UnsetHeight() + func (o *Project) UnsetLastOpenedAt() + func (o *Project) UnsetOutputUrl() + func (o *Project) UnsetProcessedAt() + func (o *Project) UnsetRenderJobId() + func (o *Project) UnsetSpriteUrl() + func (o *Project) UnsetStatus() + func (o *Project) UnsetThumbnailUrl() + func (o *Project) UnsetWidth() + func (o Project) MarshalJSON() ([]byte, error) + func (o Project) ToMap() (map[string]interface{}, error) + type ProjectCreate struct + Description *string + Duration *int32 + Height *int32 + Name string + ThumbnailUrl *string + VideoJson map[string]interface{} + Width *int32 + func NewProjectCreate(name string) *ProjectCreate + func NewProjectCreateWithDefaults() *ProjectCreate + func (o *ProjectCreate) GetDescription() string + func (o *ProjectCreate) GetDescriptionOk() (*string, bool) + func (o *ProjectCreate) GetDuration() int32 + func (o *ProjectCreate) GetDurationOk() (*int32, bool) + func (o *ProjectCreate) GetHeight() int32 + func (o *ProjectCreate) GetHeightOk() (*int32, bool) + func (o *ProjectCreate) GetName() string + func (o *ProjectCreate) GetNameOk() (*string, bool) + func (o *ProjectCreate) GetThumbnailUrl() string + func (o *ProjectCreate) GetThumbnailUrlOk() (*string, bool) + func (o *ProjectCreate) GetVideoJson() map[string]interface{} + func (o *ProjectCreate) GetVideoJsonOk() (map[string]interface{}, bool) + func (o *ProjectCreate) GetWidth() int32 + func (o *ProjectCreate) GetWidthOk() (*int32, bool) + func (o *ProjectCreate) HasDescription() bool + func (o *ProjectCreate) HasDuration() bool + func (o *ProjectCreate) HasHeight() bool + func (o *ProjectCreate) HasThumbnailUrl() bool + func (o *ProjectCreate) HasVideoJson() bool + func (o *ProjectCreate) HasWidth() bool + func (o *ProjectCreate) SetDescription(v string) + func (o *ProjectCreate) SetDuration(v int32) + func (o *ProjectCreate) SetHeight(v int32) + func (o *ProjectCreate) SetName(v string) + func (o *ProjectCreate) SetThumbnailUrl(v string) + func (o *ProjectCreate) SetVideoJson(v map[string]interface{}) + func (o *ProjectCreate) SetWidth(v int32) + func (o *ProjectCreate) UnmarshalJSON(data []byte) (err error) + func (o ProjectCreate) MarshalJSON() ([]byte, error) + func (o ProjectCreate) ToMap() (map[string]interface{}, error) + type ProjectUpdate struct + Description *string + Duration *int32 + Height *int32 + LastOpenedAt *time.Time + Name *string + SpriteBase64 *string + SpriteUrl *string + ThumbnailBase64 *string + ThumbnailUrl *string + VideoJson map[string]interface{} + Width *int32 + func NewProjectUpdate() *ProjectUpdate + func NewProjectUpdateWithDefaults() *ProjectUpdate + func (o *ProjectUpdate) GetDescription() string + func (o *ProjectUpdate) GetDescriptionOk() (*string, bool) + func (o *ProjectUpdate) GetDuration() int32 + func (o *ProjectUpdate) GetDurationOk() (*int32, bool) + func (o *ProjectUpdate) GetHeight() int32 + func (o *ProjectUpdate) GetHeightOk() (*int32, bool) + func (o *ProjectUpdate) GetLastOpenedAt() time.Time + func (o *ProjectUpdate) GetLastOpenedAtOk() (*time.Time, bool) + func (o *ProjectUpdate) GetName() string + func (o *ProjectUpdate) GetNameOk() (*string, bool) + func (o *ProjectUpdate) GetSpriteBase64() string + func (o *ProjectUpdate) GetSpriteBase64Ok() (*string, bool) + func (o *ProjectUpdate) GetSpriteUrl() string + func (o *ProjectUpdate) GetSpriteUrlOk() (*string, bool) + func (o *ProjectUpdate) GetThumbnailBase64() string + func (o *ProjectUpdate) GetThumbnailBase64Ok() (*string, bool) + func (o *ProjectUpdate) GetThumbnailUrl() string + func (o *ProjectUpdate) GetThumbnailUrlOk() (*string, bool) + func (o *ProjectUpdate) GetVideoJson() map[string]interface{} + func (o *ProjectUpdate) GetVideoJsonOk() (map[string]interface{}, bool) + func (o *ProjectUpdate) GetWidth() int32 + func (o *ProjectUpdate) GetWidthOk() (*int32, bool) + func (o *ProjectUpdate) HasDescription() bool + func (o *ProjectUpdate) HasDuration() bool + func (o *ProjectUpdate) HasHeight() bool + func (o *ProjectUpdate) HasLastOpenedAt() bool + func (o *ProjectUpdate) HasName() bool + func (o *ProjectUpdate) HasSpriteBase64() bool + func (o *ProjectUpdate) HasSpriteUrl() bool + func (o *ProjectUpdate) HasThumbnailBase64() bool + func (o *ProjectUpdate) HasThumbnailUrl() bool + func (o *ProjectUpdate) HasVideoJson() bool + func (o *ProjectUpdate) HasWidth() bool + func (o *ProjectUpdate) SetDescription(v string) + func (o *ProjectUpdate) SetDuration(v int32) + func (o *ProjectUpdate) SetHeight(v int32) + func (o *ProjectUpdate) SetLastOpenedAt(v time.Time) + func (o *ProjectUpdate) SetName(v string) + func (o *ProjectUpdate) SetSpriteBase64(v string) + func (o *ProjectUpdate) SetSpriteUrl(v string) + func (o *ProjectUpdate) SetThumbnailBase64(v string) + func (o *ProjectUpdate) SetThumbnailUrl(v string) + func (o *ProjectUpdate) SetVideoJson(v map[string]interface{}) + func (o *ProjectUpdate) SetWidth(v int32) + func (o ProjectUpdate) MarshalJSON() ([]byte, error) + func (o ProjectUpdate) ToMap() (map[string]interface{}, error) + type ProjectsAPI interface + BatchDeleteProjects func(ctx context.Context) ApiBatchDeleteProjectsRequest + BatchDeleteProjectsExecute func(r ApiBatchDeleteProjectsRequest) (*BatchDeleteResult, *http.Response, error) + CreateProject func(ctx context.Context) ApiCreateProjectRequest + CreateProjectExecute func(r ApiCreateProjectRequest) (*CreateProject200Response, *http.Response, error) + DeleteProject func(ctx context.Context, id string) ApiDeleteProjectRequest + DeleteProjectExecute func(r ApiDeleteProjectRequest) (*DeleteProject200Response, *http.Response, error) + DuplicateProject func(ctx context.Context, id string) ApiDuplicateProjectRequest + DuplicateProjectExecute func(r ApiDuplicateProjectRequest) (*CreateProject200Response, *http.Response, error) + GetProject func(ctx context.Context, id string) ApiGetProjectRequest + GetProjectExecute func(r ApiGetProjectRequest) (*GetProject200Response, *http.Response, error) + GetProjectStats func(ctx context.Context) ApiGetProjectStatsRequest + GetProjectStatsExecute func(r ApiGetProjectStatsRequest) (*GetProjectStats200Response, *http.Response, error) + ListProjects func(ctx context.Context) ApiListProjectsRequest + ListProjectsExecute func(r ApiListProjectsRequest) (*ListProjects200Response, *http.Response, error) + PatchProject func(ctx context.Context, id string) ApiPatchProjectRequest + PatchProjectExecute func(r ApiPatchProjectRequest) (*CreateProject200Response, *http.Response, error) + UpdateProject func(ctx context.Context, id string) ApiUpdateProjectRequest + UpdateProjectExecute func(r ApiUpdateProjectRequest) (*CreateProject200Response, *http.Response, error) + type ProjectsAPIService service + func (a *ProjectsAPIService) BatchDeleteProjects(ctx context.Context) ApiBatchDeleteProjectsRequest + func (a *ProjectsAPIService) BatchDeleteProjectsExecute(r ApiBatchDeleteProjectsRequest) (*BatchDeleteResult, *http.Response, error) + func (a *ProjectsAPIService) CreateProject(ctx context.Context) ApiCreateProjectRequest + func (a *ProjectsAPIService) CreateProjectExecute(r ApiCreateProjectRequest) (*CreateProject200Response, *http.Response, error) + func (a *ProjectsAPIService) DeleteProject(ctx context.Context, id string) ApiDeleteProjectRequest + func (a *ProjectsAPIService) DeleteProjectExecute(r ApiDeleteProjectRequest) (*DeleteProject200Response, *http.Response, error) + func (a *ProjectsAPIService) DuplicateProject(ctx context.Context, id string) ApiDuplicateProjectRequest + func (a *ProjectsAPIService) DuplicateProjectExecute(r ApiDuplicateProjectRequest) (*CreateProject200Response, *http.Response, error) + func (a *ProjectsAPIService) GetProject(ctx context.Context, id string) ApiGetProjectRequest + func (a *ProjectsAPIService) GetProjectExecute(r ApiGetProjectRequest) (*GetProject200Response, *http.Response, error) + func (a *ProjectsAPIService) GetProjectStats(ctx context.Context) ApiGetProjectStatsRequest + func (a *ProjectsAPIService) GetProjectStatsExecute(r ApiGetProjectStatsRequest) (*GetProjectStats200Response, *http.Response, error) + func (a *ProjectsAPIService) ListProjects(ctx context.Context) ApiListProjectsRequest + func (a *ProjectsAPIService) ListProjectsExecute(r ApiListProjectsRequest) (*ListProjects200Response, *http.Response, error) + func (a *ProjectsAPIService) PatchProject(ctx context.Context, id string) ApiPatchProjectRequest + func (a *ProjectsAPIService) PatchProjectExecute(r ApiPatchProjectRequest) (*CreateProject200Response, *http.Response, error) + func (a *ProjectsAPIService) UpdateProject(ctx context.Context, id string) ApiUpdateProjectRequest + func (a *ProjectsAPIService) UpdateProjectExecute(r ApiUpdateProjectRequest) (*CreateProject200Response, *http.Response, error) + type QueueRender200Response struct + JobId string + Stage *string + Status string + func NewQueueRender200Response(jobId string, status string) *QueueRender200Response + func NewQueueRender200ResponseWithDefaults() *QueueRender200Response + func (o *QueueRender200Response) GetJobId() string + func (o *QueueRender200Response) GetJobIdOk() (*string, bool) + func (o *QueueRender200Response) GetStage() string + func (o *QueueRender200Response) GetStageOk() (*string, bool) + func (o *QueueRender200Response) GetStatus() string + func (o *QueueRender200Response) GetStatusOk() (*string, bool) + func (o *QueueRender200Response) HasStage() bool + func (o *QueueRender200Response) SetJobId(v string) + func (o *QueueRender200Response) SetStage(v string) + func (o *QueueRender200Response) SetStatus(v string) + func (o *QueueRender200Response) UnmarshalJSON(data []byte) (err error) + func (o QueueRender200Response) MarshalJSON() ([]byte, error) + func (o QueueRender200Response) ToMap() (map[string]interface{}, error) + type QueueRenderRequest struct + ProjectId *string + VideoJSON VideoJSON + WebhookUrl *string + func NewQueueRenderRequest(videoJSON VideoJSON) *QueueRenderRequest + func NewQueueRenderRequestWithDefaults() *QueueRenderRequest + func (o *QueueRenderRequest) GetProjectId() string + func (o *QueueRenderRequest) GetProjectIdOk() (*string, bool) + func (o *QueueRenderRequest) GetVideoJSON() VideoJSON + func (o *QueueRenderRequest) GetVideoJSONOk() (*VideoJSON, bool) + func (o *QueueRenderRequest) GetWebhookUrl() string + func (o *QueueRenderRequest) GetWebhookUrlOk() (*string, bool) + func (o *QueueRenderRequest) HasProjectId() bool + func (o *QueueRenderRequest) HasWebhookUrl() bool + func (o *QueueRenderRequest) SetProjectId(v string) + func (o *QueueRenderRequest) SetVideoJSON(v VideoJSON) + func (o *QueueRenderRequest) SetWebhookUrl(v string) + func (o *QueueRenderRequest) UnmarshalJSON(data []byte) (err error) + func (o QueueRenderRequest) MarshalJSON() ([]byte, error) + func (o QueueRenderRequest) ToMap() (map[string]interface{}, error) + type RefreshRenderUrl200Response struct + DownloadUrl string + ExpiresInSeconds int32 + func NewRefreshRenderUrl200Response(downloadUrl string, expiresInSeconds int32) *RefreshRenderUrl200Response + func NewRefreshRenderUrl200ResponseWithDefaults() *RefreshRenderUrl200Response + func (o *RefreshRenderUrl200Response) GetDownloadUrl() string + func (o *RefreshRenderUrl200Response) GetDownloadUrlOk() (*string, bool) + func (o *RefreshRenderUrl200Response) GetExpiresInSeconds() int32 + func (o *RefreshRenderUrl200Response) GetExpiresInSecondsOk() (*int32, bool) + func (o *RefreshRenderUrl200Response) SetDownloadUrl(v string) + func (o *RefreshRenderUrl200Response) SetExpiresInSeconds(v int32) + func (o *RefreshRenderUrl200Response) UnmarshalJSON(data []byte) (err error) + func (o RefreshRenderUrl200Response) MarshalJSON() ([]byte, error) + func (o RefreshRenderUrl200Response) ToMap() (map[string]interface{}, error) + type RenderAPI interface + CancelRender func(ctx context.Context, id string) ApiCancelRenderRequest + CancelRenderExecute func(r ApiCancelRenderRequest) (*CancelRender200Response, *http.Response, error) + DownloadRender func(ctx context.Context, id string) ApiDownloadRenderRequest + DownloadRenderExecute func(r ApiDownloadRenderRequest) (*http.Response, error) + EstimateRenderCost func(ctx context.Context) ApiEstimateRenderCostRequest + EstimateRenderCostExecute func(r ApiEstimateRenderCostRequest) (*RenderCostEstimate, *http.Response, error) + GetRenderDownloadUrl func(ctx context.Context, id string) ApiGetRenderDownloadUrlRequest + GetRenderDownloadUrlExecute func(r ApiGetRenderDownloadUrlRequest) (*GetRenderDownloadUrl200Response, *http.Response, error) + GetRenderStatus func(ctx context.Context, id string) ApiGetRenderStatusRequest + GetRenderStatusExecute func(r ApiGetRenderStatusRequest) (*RenderJob, *http.Response, error) + GetRenderTier func(ctx context.Context) ApiGetRenderTierRequest + GetRenderTierExecute func(r ApiGetRenderTierRequest) (*TierInfo, *http.Response, error) + ListRenders func(ctx context.Context) ApiListRendersRequest + ListRendersExecute func(r ApiListRendersRequest) ([]RenderListItem, *http.Response, error) + QueueRender func(ctx context.Context) ApiQueueRenderRequest + QueueRenderExecute func(r ApiQueueRenderRequest) (*QueueRender200Response, *http.Response, error) + RefreshRenderUrl func(ctx context.Context, id string) ApiRefreshRenderUrlRequest + RefreshRenderUrlExecute func(r ApiRefreshRenderUrlRequest) (*RefreshRenderUrl200Response, *http.Response, error) + TrackRenderBandwidth func(ctx context.Context, id string) ApiTrackRenderBandwidthRequest + TrackRenderBandwidthExecute func(r ApiTrackRenderBandwidthRequest) (*TrackRenderBandwidth200Response, *http.Response, error) + type RenderAPIService service + func (a *RenderAPIService) CancelRender(ctx context.Context, id string) ApiCancelRenderRequest + func (a *RenderAPIService) CancelRenderExecute(r ApiCancelRenderRequest) (*CancelRender200Response, *http.Response, error) + func (a *RenderAPIService) DownloadRender(ctx context.Context, id string) ApiDownloadRenderRequest + func (a *RenderAPIService) DownloadRenderExecute(r ApiDownloadRenderRequest) (*http.Response, error) + func (a *RenderAPIService) EstimateRenderCost(ctx context.Context) ApiEstimateRenderCostRequest + func (a *RenderAPIService) EstimateRenderCostExecute(r ApiEstimateRenderCostRequest) (*RenderCostEstimate, *http.Response, error) + func (a *RenderAPIService) GetRenderDownloadUrl(ctx context.Context, id string) ApiGetRenderDownloadUrlRequest + func (a *RenderAPIService) GetRenderDownloadUrlExecute(r ApiGetRenderDownloadUrlRequest) (*GetRenderDownloadUrl200Response, *http.Response, error) + func (a *RenderAPIService) GetRenderStatus(ctx context.Context, id string) ApiGetRenderStatusRequest + func (a *RenderAPIService) GetRenderStatusExecute(r ApiGetRenderStatusRequest) (*RenderJob, *http.Response, error) + func (a *RenderAPIService) GetRenderTier(ctx context.Context) ApiGetRenderTierRequest + func (a *RenderAPIService) GetRenderTierExecute(r ApiGetRenderTierRequest) (*TierInfo, *http.Response, error) + func (a *RenderAPIService) ListRenders(ctx context.Context) ApiListRendersRequest + func (a *RenderAPIService) ListRendersExecute(r ApiListRendersRequest) ([]RenderListItem, *http.Response, error) + func (a *RenderAPIService) QueueRender(ctx context.Context) ApiQueueRenderRequest + func (a *RenderAPIService) QueueRenderExecute(r ApiQueueRenderRequest) (*QueueRender200Response, *http.Response, error) + func (a *RenderAPIService) RefreshRenderUrl(ctx context.Context, id string) ApiRefreshRenderUrlRequest + func (a *RenderAPIService) RefreshRenderUrlExecute(r ApiRefreshRenderUrlRequest) (*RefreshRenderUrl200Response, *http.Response, error) + func (a *RenderAPIService) TrackRenderBandwidth(ctx context.Context, id string) ApiTrackRenderBandwidthRequest + func (a *RenderAPIService) TrackRenderBandwidthExecute(r ApiTrackRenderBandwidthRequest) (*TrackRenderBandwidth200Response, *http.Response, error) + type RenderCostEstimate struct + Cost float32 + EstimatedDuration float32 + Fps int32 + Resolution RenderCostEstimateResolution + Tier NullableRenderCostEstimateTier + func NewRenderCostEstimate(cost float32, estimatedDuration float32, ...) *RenderCostEstimate + func NewRenderCostEstimateWithDefaults() *RenderCostEstimate + func (o *RenderCostEstimate) GetCost() float32 + func (o *RenderCostEstimate) GetCostOk() (*float32, bool) + func (o *RenderCostEstimate) GetEstimatedDuration() float32 + func (o *RenderCostEstimate) GetEstimatedDurationOk() (*float32, bool) + func (o *RenderCostEstimate) GetFps() int32 + func (o *RenderCostEstimate) GetFpsOk() (*int32, bool) + func (o *RenderCostEstimate) GetResolution() RenderCostEstimateResolution + func (o *RenderCostEstimate) GetResolutionOk() (*RenderCostEstimateResolution, bool) + func (o *RenderCostEstimate) GetTier() RenderCostEstimateTier + func (o *RenderCostEstimate) GetTierOk() (*RenderCostEstimateTier, bool) + func (o *RenderCostEstimate) HasTier() bool + func (o *RenderCostEstimate) SetCost(v float32) + func (o *RenderCostEstimate) SetEstimatedDuration(v float32) + func (o *RenderCostEstimate) SetFps(v int32) + func (o *RenderCostEstimate) SetResolution(v RenderCostEstimateResolution) + func (o *RenderCostEstimate) SetTier(v RenderCostEstimateTier) + func (o *RenderCostEstimate) SetTierNil() + func (o *RenderCostEstimate) UnmarshalJSON(data []byte) (err error) + func (o *RenderCostEstimate) UnsetTier() + func (o RenderCostEstimate) MarshalJSON() ([]byte, error) + func (o RenderCostEstimate) ToMap() (map[string]interface{}, error) + type RenderCostEstimateResolution struct + Height *int32 + Label *string + Width *int32 + func NewRenderCostEstimateResolution() *RenderCostEstimateResolution + func NewRenderCostEstimateResolutionWithDefaults() *RenderCostEstimateResolution + func (o *RenderCostEstimateResolution) GetHeight() int32 + func (o *RenderCostEstimateResolution) GetHeightOk() (*int32, bool) + func (o *RenderCostEstimateResolution) GetLabel() string + func (o *RenderCostEstimateResolution) GetLabelOk() (*string, bool) + func (o *RenderCostEstimateResolution) GetWidth() int32 + func (o *RenderCostEstimateResolution) GetWidthOk() (*int32, bool) + func (o *RenderCostEstimateResolution) HasHeight() bool + func (o *RenderCostEstimateResolution) HasLabel() bool + func (o *RenderCostEstimateResolution) HasWidth() bool + func (o *RenderCostEstimateResolution) SetHeight(v int32) + func (o *RenderCostEstimateResolution) SetLabel(v string) + func (o *RenderCostEstimateResolution) SetWidth(v int32) + func (o RenderCostEstimateResolution) MarshalJSON() ([]byte, error) + func (o RenderCostEstimateResolution) ToMap() (map[string]interface{}, error) + type RenderCostEstimateTier struct + CreditsBalance *float32 + MonthlyCredits *float32 + Tier *string + func NewRenderCostEstimateTier() *RenderCostEstimateTier + func NewRenderCostEstimateTierWithDefaults() *RenderCostEstimateTier + func (o *RenderCostEstimateTier) GetCreditsBalance() float32 + func (o *RenderCostEstimateTier) GetCreditsBalanceOk() (*float32, bool) + func (o *RenderCostEstimateTier) GetMonthlyCredits() float32 + func (o *RenderCostEstimateTier) GetMonthlyCreditsOk() (*float32, bool) + func (o *RenderCostEstimateTier) GetTier() string + func (o *RenderCostEstimateTier) GetTierOk() (*string, bool) + func (o *RenderCostEstimateTier) HasCreditsBalance() bool + func (o *RenderCostEstimateTier) HasMonthlyCredits() bool + func (o *RenderCostEstimateTier) HasTier() bool + func (o *RenderCostEstimateTier) SetCreditsBalance(v float32) + func (o *RenderCostEstimateTier) SetMonthlyCredits(v float32) + func (o *RenderCostEstimateTier) SetTier(v string) + func (o RenderCostEstimateTier) MarshalJSON() ([]byte, error) + func (o RenderCostEstimateTier) ToMap() (map[string]interface{}, error) + type RenderJob struct + CompletedAt NullableTime + CreatedAt *time.Time + Error NullableString + JobId string + OutputKey *string + Outputs []RenditionOutput + Progress *RenderJobProgress + Stage *string + Status string + Url NullableString + func NewRenderJob(jobId string, status string) *RenderJob + func NewRenderJobWithDefaults() *RenderJob + func (o *RenderJob) GetCompletedAt() time.Time + func (o *RenderJob) GetCompletedAtOk() (*time.Time, bool) + func (o *RenderJob) GetCreatedAt() time.Time + func (o *RenderJob) GetCreatedAtOk() (*time.Time, bool) + func (o *RenderJob) GetError() string + func (o *RenderJob) GetErrorOk() (*string, bool) + func (o *RenderJob) GetJobId() string + func (o *RenderJob) GetJobIdOk() (*string, bool) + func (o *RenderJob) GetOutputKey() string + func (o *RenderJob) GetOutputKeyOk() (*string, bool) + func (o *RenderJob) GetOutputs() []RenditionOutput + func (o *RenderJob) GetOutputsOk() ([]RenditionOutput, bool) + func (o *RenderJob) GetProgress() RenderJobProgress + func (o *RenderJob) GetProgressOk() (*RenderJobProgress, bool) + func (o *RenderJob) GetStage() string + func (o *RenderJob) GetStageOk() (*string, bool) + func (o *RenderJob) GetStatus() string + func (o *RenderJob) GetStatusOk() (*string, bool) + func (o *RenderJob) GetUrl() string + func (o *RenderJob) GetUrlOk() (*string, bool) + func (o *RenderJob) HasCompletedAt() bool + func (o *RenderJob) HasCreatedAt() bool + func (o *RenderJob) HasError() bool + func (o *RenderJob) HasOutputKey() bool + func (o *RenderJob) HasOutputs() bool + func (o *RenderJob) HasProgress() bool + func (o *RenderJob) HasStage() bool + func (o *RenderJob) HasUrl() bool + func (o *RenderJob) SetCompletedAt(v time.Time) + func (o *RenderJob) SetCompletedAtNil() + func (o *RenderJob) SetCreatedAt(v time.Time) + func (o *RenderJob) SetError(v string) + func (o *RenderJob) SetErrorNil() + func (o *RenderJob) SetJobId(v string) + func (o *RenderJob) SetOutputKey(v string) + func (o *RenderJob) SetOutputs(v []RenditionOutput) + func (o *RenderJob) SetProgress(v RenderJobProgress) + func (o *RenderJob) SetStage(v string) + func (o *RenderJob) SetStatus(v string) + func (o *RenderJob) SetUrl(v string) + func (o *RenderJob) SetUrlNil() + func (o *RenderJob) UnmarshalJSON(data []byte) (err error) + func (o *RenderJob) UnsetCompletedAt() + func (o *RenderJob) UnsetError() + func (o *RenderJob) UnsetUrl() + func (o RenderJob) MarshalJSON() ([]byte, error) + func (o RenderJob) ToMap() (map[string]interface{}, error) + type RenderJobProgress struct + Done *int32 + Percent *int32 + Total *int32 + func NewRenderJobProgress() *RenderJobProgress + func NewRenderJobProgressWithDefaults() *RenderJobProgress + func (o *RenderJobProgress) GetDone() int32 + func (o *RenderJobProgress) GetDoneOk() (*int32, bool) + func (o *RenderJobProgress) GetPercent() int32 + func (o *RenderJobProgress) GetPercentOk() (*int32, bool) + func (o *RenderJobProgress) GetTotal() int32 + func (o *RenderJobProgress) GetTotalOk() (*int32, bool) + func (o *RenderJobProgress) HasDone() bool + func (o *RenderJobProgress) HasPercent() bool + func (o *RenderJobProgress) HasTotal() bool + func (o *RenderJobProgress) SetDone(v int32) + func (o *RenderJobProgress) SetPercent(v int32) + func (o *RenderJobProgress) SetTotal(v int32) + func (o RenderJobProgress) MarshalJSON() ([]byte, error) + func (o RenderJobProgress) ToMap() (map[string]interface{}, error) + type RenderListItem struct + CompletedAt NullableTime + Cost NullableFloat32 + CreatedAt time.Time + Duration NullableFloat32 + Error NullableString + Height NullableInt32 + Id string + Progress int32 + SpriteUrl NullableString + Stage *string + Status string + Url NullableString + Width NullableInt32 + func NewRenderListItem(id string, status string, progress int32, createdAt time.Time) *RenderListItem + func NewRenderListItemWithDefaults() *RenderListItem + func (o *RenderListItem) GetCompletedAt() time.Time + func (o *RenderListItem) GetCompletedAtOk() (*time.Time, bool) + func (o *RenderListItem) GetCost() float32 + func (o *RenderListItem) GetCostOk() (*float32, bool) + func (o *RenderListItem) GetCreatedAt() time.Time + func (o *RenderListItem) GetCreatedAtOk() (*time.Time, bool) + func (o *RenderListItem) GetDuration() float32 + func (o *RenderListItem) GetDurationOk() (*float32, bool) + func (o *RenderListItem) GetError() string + func (o *RenderListItem) GetErrorOk() (*string, bool) + func (o *RenderListItem) GetHeight() int32 + func (o *RenderListItem) GetHeightOk() (*int32, bool) + func (o *RenderListItem) GetId() string + func (o *RenderListItem) GetIdOk() (*string, bool) + func (o *RenderListItem) GetProgress() int32 + func (o *RenderListItem) GetProgressOk() (*int32, bool) + func (o *RenderListItem) GetSpriteUrl() string + func (o *RenderListItem) GetSpriteUrlOk() (*string, bool) + func (o *RenderListItem) GetStage() string + func (o *RenderListItem) GetStageOk() (*string, bool) + func (o *RenderListItem) GetStatus() string + func (o *RenderListItem) GetStatusOk() (*string, bool) + func (o *RenderListItem) GetUrl() string + func (o *RenderListItem) GetUrlOk() (*string, bool) + func (o *RenderListItem) GetWidth() int32 + func (o *RenderListItem) GetWidthOk() (*int32, bool) + func (o *RenderListItem) HasCompletedAt() bool + func (o *RenderListItem) HasCost() bool + func (o *RenderListItem) HasDuration() bool + func (o *RenderListItem) HasError() bool + func (o *RenderListItem) HasHeight() bool + func (o *RenderListItem) HasSpriteUrl() bool + func (o *RenderListItem) HasStage() bool + func (o *RenderListItem) HasUrl() bool + func (o *RenderListItem) HasWidth() bool + func (o *RenderListItem) SetCompletedAt(v time.Time) + func (o *RenderListItem) SetCompletedAtNil() + func (o *RenderListItem) SetCost(v float32) + func (o *RenderListItem) SetCostNil() + func (o *RenderListItem) SetCreatedAt(v time.Time) + func (o *RenderListItem) SetDuration(v float32) + func (o *RenderListItem) SetDurationNil() + func (o *RenderListItem) SetError(v string) + func (o *RenderListItem) SetErrorNil() + func (o *RenderListItem) SetHeight(v int32) + func (o *RenderListItem) SetHeightNil() + func (o *RenderListItem) SetId(v string) + func (o *RenderListItem) SetProgress(v int32) + func (o *RenderListItem) SetSpriteUrl(v string) + func (o *RenderListItem) SetSpriteUrlNil() + func (o *RenderListItem) SetStage(v string) + func (o *RenderListItem) SetStatus(v string) + func (o *RenderListItem) SetUrl(v string) + func (o *RenderListItem) SetUrlNil() + func (o *RenderListItem) SetWidth(v int32) + func (o *RenderListItem) SetWidthNil() + func (o *RenderListItem) UnmarshalJSON(data []byte) (err error) + func (o *RenderListItem) UnsetCompletedAt() + func (o *RenderListItem) UnsetCost() + func (o *RenderListItem) UnsetDuration() + func (o *RenderListItem) UnsetError() + func (o *RenderListItem) UnsetHeight() + func (o *RenderListItem) UnsetSpriteUrl() + func (o *RenderListItem) UnsetUrl() + func (o *RenderListItem) UnsetWidth() + func (o RenderListItem) MarshalJSON() ([]byte, error) + func (o RenderListItem) ToMap() (map[string]interface{}, error) + type RenderTemplateRequest struct + ProjectId *string + Variables map[string]interface{} + WebhookUrl *string + func NewRenderTemplateRequest() *RenderTemplateRequest + func NewRenderTemplateRequestWithDefaults() *RenderTemplateRequest + func (o *RenderTemplateRequest) GetProjectId() string + func (o *RenderTemplateRequest) GetProjectIdOk() (*string, bool) + func (o *RenderTemplateRequest) GetVariables() map[string]interface{} + func (o *RenderTemplateRequest) GetVariablesOk() (map[string]interface{}, bool) + func (o *RenderTemplateRequest) GetWebhookUrl() string + func (o *RenderTemplateRequest) GetWebhookUrlOk() (*string, bool) + func (o *RenderTemplateRequest) HasProjectId() bool + func (o *RenderTemplateRequest) HasVariables() bool + func (o *RenderTemplateRequest) HasWebhookUrl() bool + func (o *RenderTemplateRequest) SetProjectId(v string) + func (o *RenderTemplateRequest) SetVariables(v map[string]interface{}) + func (o *RenderTemplateRequest) SetWebhookUrl(v string) + func (o RenderTemplateRequest) MarshalJSON() ([]byte, error) + func (o RenderTemplateRequest) ToMap() (map[string]interface{}, error) + type RenderWebhookPayload struct + CompletedAt NullableTime + Cost *float32 + CreatedAt *time.Time + Duration *float32 + Error NullableString + Event string + Height *int32 + Id string + Outputs []map[string]interface{} + Progress *int32 + Stage *string + Status string + TemplateId *string + Url NullableString + Width *int32 + func NewRenderWebhookPayload(event string, id string, status string) *RenderWebhookPayload + func NewRenderWebhookPayloadWithDefaults() *RenderWebhookPayload + func (o *RenderWebhookPayload) GetCompletedAt() time.Time + func (o *RenderWebhookPayload) GetCompletedAtOk() (*time.Time, bool) + func (o *RenderWebhookPayload) GetCost() float32 + func (o *RenderWebhookPayload) GetCostOk() (*float32, bool) + func (o *RenderWebhookPayload) GetCreatedAt() time.Time + func (o *RenderWebhookPayload) GetCreatedAtOk() (*time.Time, bool) + func (o *RenderWebhookPayload) GetDuration() float32 + func (o *RenderWebhookPayload) GetDurationOk() (*float32, bool) + func (o *RenderWebhookPayload) GetError() string + func (o *RenderWebhookPayload) GetErrorOk() (*string, bool) + func (o *RenderWebhookPayload) GetEvent() string + func (o *RenderWebhookPayload) GetEventOk() (*string, bool) + func (o *RenderWebhookPayload) GetHeight() int32 + func (o *RenderWebhookPayload) GetHeightOk() (*int32, bool) + func (o *RenderWebhookPayload) GetId() string + func (o *RenderWebhookPayload) GetIdOk() (*string, bool) + func (o *RenderWebhookPayload) GetOutputs() []map[string]interface{} + func (o *RenderWebhookPayload) GetOutputsOk() ([]map[string]interface{}, bool) + func (o *RenderWebhookPayload) GetProgress() int32 + func (o *RenderWebhookPayload) GetProgressOk() (*int32, bool) + func (o *RenderWebhookPayload) GetStage() string + func (o *RenderWebhookPayload) GetStageOk() (*string, bool) + func (o *RenderWebhookPayload) GetStatus() string + func (o *RenderWebhookPayload) GetStatusOk() (*string, bool) + func (o *RenderWebhookPayload) GetTemplateId() string + func (o *RenderWebhookPayload) GetTemplateIdOk() (*string, bool) + func (o *RenderWebhookPayload) GetUrl() string + func (o *RenderWebhookPayload) GetUrlOk() (*string, bool) + func (o *RenderWebhookPayload) GetWidth() int32 + func (o *RenderWebhookPayload) GetWidthOk() (*int32, bool) + func (o *RenderWebhookPayload) HasCompletedAt() bool + func (o *RenderWebhookPayload) HasCost() bool + func (o *RenderWebhookPayload) HasCreatedAt() bool + func (o *RenderWebhookPayload) HasDuration() bool + func (o *RenderWebhookPayload) HasError() bool + func (o *RenderWebhookPayload) HasHeight() bool + func (o *RenderWebhookPayload) HasOutputs() bool + func (o *RenderWebhookPayload) HasProgress() bool + func (o *RenderWebhookPayload) HasStage() bool + func (o *RenderWebhookPayload) HasTemplateId() bool + func (o *RenderWebhookPayload) HasUrl() bool + func (o *RenderWebhookPayload) HasWidth() bool + func (o *RenderWebhookPayload) SetCompletedAt(v time.Time) + func (o *RenderWebhookPayload) SetCompletedAtNil() + func (o *RenderWebhookPayload) SetCost(v float32) + func (o *RenderWebhookPayload) SetCreatedAt(v time.Time) + func (o *RenderWebhookPayload) SetDuration(v float32) + func (o *RenderWebhookPayload) SetError(v string) + func (o *RenderWebhookPayload) SetErrorNil() + func (o *RenderWebhookPayload) SetEvent(v string) + func (o *RenderWebhookPayload) SetHeight(v int32) + func (o *RenderWebhookPayload) SetId(v string) + func (o *RenderWebhookPayload) SetOutputs(v []map[string]interface{}) + func (o *RenderWebhookPayload) SetProgress(v int32) + func (o *RenderWebhookPayload) SetStage(v string) + func (o *RenderWebhookPayload) SetStatus(v string) + func (o *RenderWebhookPayload) SetTemplateId(v string) + func (o *RenderWebhookPayload) SetUrl(v string) + func (o *RenderWebhookPayload) SetUrlNil() + func (o *RenderWebhookPayload) SetWidth(v int32) + func (o *RenderWebhookPayload) UnmarshalJSON(data []byte) (err error) + func (o *RenderWebhookPayload) UnsetCompletedAt() + func (o *RenderWebhookPayload) UnsetError() + func (o *RenderWebhookPayload) UnsetUrl() + func (o RenderWebhookPayload) MarshalJSON() ([]byte, error) + func (o RenderWebhookPayload) ToMap() (map[string]interface{}, error) + type Rendition struct + CompletedAt NullableTime + Cost NullableFloat32 + CreatedAt *time.Time + Duration NullableFloat32 + Error NullableString + Fps NullableInt32 + Height NullableInt32 + Id *string + JobId NullableString + OutputSizeBytes NullableInt32 + OutputUrl NullableString + Outputs []RenditionOutput + ProgressPercent NullableInt32 + ProjectId NullableString + Projects map[string]interface{} + SpriteUrl NullableString + Stage *string + Status *string + VideoJson map[string]interface{} + Width NullableInt32 + func NewRendition() *Rendition + func NewRenditionWithDefaults() *Rendition + func (o *Rendition) GetCompletedAt() time.Time + func (o *Rendition) GetCompletedAtOk() (*time.Time, bool) + func (o *Rendition) GetCost() float32 + func (o *Rendition) GetCostOk() (*float32, bool) + func (o *Rendition) GetCreatedAt() time.Time + func (o *Rendition) GetCreatedAtOk() (*time.Time, bool) + func (o *Rendition) GetDuration() float32 + func (o *Rendition) GetDurationOk() (*float32, bool) + func (o *Rendition) GetError() string + func (o *Rendition) GetErrorOk() (*string, bool) + func (o *Rendition) GetFps() int32 + func (o *Rendition) GetFpsOk() (*int32, bool) + func (o *Rendition) GetHeight() int32 + func (o *Rendition) GetHeightOk() (*int32, bool) + func (o *Rendition) GetId() string + func (o *Rendition) GetIdOk() (*string, bool) + func (o *Rendition) GetJobId() string + func (o *Rendition) GetJobIdOk() (*string, bool) + func (o *Rendition) GetOutputSizeBytes() int32 + func (o *Rendition) GetOutputSizeBytesOk() (*int32, bool) + func (o *Rendition) GetOutputUrl() string + func (o *Rendition) GetOutputUrlOk() (*string, bool) + func (o *Rendition) GetOutputs() []RenditionOutput + func (o *Rendition) GetOutputsOk() ([]RenditionOutput, bool) + func (o *Rendition) GetProgressPercent() int32 + func (o *Rendition) GetProgressPercentOk() (*int32, bool) + func (o *Rendition) GetProjectId() string + func (o *Rendition) GetProjectIdOk() (*string, bool) + func (o *Rendition) GetProjects() map[string]interface{} + func (o *Rendition) GetProjectsOk() (map[string]interface{}, bool) + func (o *Rendition) GetSpriteUrl() string + func (o *Rendition) GetSpriteUrlOk() (*string, bool) + func (o *Rendition) GetStage() string + func (o *Rendition) GetStageOk() (*string, bool) + func (o *Rendition) GetStatus() string + func (o *Rendition) GetStatusOk() (*string, bool) + func (o *Rendition) GetVideoJson() map[string]interface{} + func (o *Rendition) GetVideoJsonOk() (map[string]interface{}, bool) + func (o *Rendition) GetWidth() int32 + func (o *Rendition) GetWidthOk() (*int32, bool) + func (o *Rendition) HasCompletedAt() bool + func (o *Rendition) HasCost() bool + func (o *Rendition) HasCreatedAt() bool + func (o *Rendition) HasDuration() bool + func (o *Rendition) HasError() bool + func (o *Rendition) HasFps() bool + func (o *Rendition) HasHeight() bool + func (o *Rendition) HasId() bool + func (o *Rendition) HasJobId() bool + func (o *Rendition) HasOutputSizeBytes() bool + func (o *Rendition) HasOutputUrl() bool + func (o *Rendition) HasOutputs() bool + func (o *Rendition) HasProgressPercent() bool + func (o *Rendition) HasProjectId() bool + func (o *Rendition) HasProjects() bool + func (o *Rendition) HasSpriteUrl() bool + func (o *Rendition) HasStage() bool + func (o *Rendition) HasStatus() bool + func (o *Rendition) HasVideoJson() bool + func (o *Rendition) HasWidth() bool + func (o *Rendition) SetCompletedAt(v time.Time) + func (o *Rendition) SetCompletedAtNil() + func (o *Rendition) SetCost(v float32) + func (o *Rendition) SetCostNil() + func (o *Rendition) SetCreatedAt(v time.Time) + func (o *Rendition) SetDuration(v float32) + func (o *Rendition) SetDurationNil() + func (o *Rendition) SetError(v string) + func (o *Rendition) SetErrorNil() + func (o *Rendition) SetFps(v int32) + func (o *Rendition) SetFpsNil() + func (o *Rendition) SetHeight(v int32) + func (o *Rendition) SetHeightNil() + func (o *Rendition) SetId(v string) + func (o *Rendition) SetJobId(v string) + func (o *Rendition) SetJobIdNil() + func (o *Rendition) SetOutputSizeBytes(v int32) + func (o *Rendition) SetOutputSizeBytesNil() + func (o *Rendition) SetOutputUrl(v string) + func (o *Rendition) SetOutputUrlNil() + func (o *Rendition) SetOutputs(v []RenditionOutput) + func (o *Rendition) SetProgressPercent(v int32) + func (o *Rendition) SetProgressPercentNil() + func (o *Rendition) SetProjectId(v string) + func (o *Rendition) SetProjectIdNil() + func (o *Rendition) SetProjects(v map[string]interface{}) + func (o *Rendition) SetSpriteUrl(v string) + func (o *Rendition) SetSpriteUrlNil() + func (o *Rendition) SetStage(v string) + func (o *Rendition) SetStatus(v string) + func (o *Rendition) SetVideoJson(v map[string]interface{}) + func (o *Rendition) SetWidth(v int32) + func (o *Rendition) SetWidthNil() + func (o *Rendition) UnsetCompletedAt() + func (o *Rendition) UnsetCost() + func (o *Rendition) UnsetDuration() + func (o *Rendition) UnsetError() + func (o *Rendition) UnsetFps() + func (o *Rendition) UnsetHeight() + func (o *Rendition) UnsetJobId() + func (o *Rendition) UnsetOutputSizeBytes() + func (o *Rendition) UnsetOutputUrl() + func (o *Rendition) UnsetProgressPercent() + func (o *Rendition) UnsetProjectId() + func (o *Rendition) UnsetSpriteUrl() + func (o *Rendition) UnsetWidth() + func (o Rendition) MarshalJSON() ([]byte, error) + func (o Rendition) ToMap() (map[string]interface{}, error) + type RenditionCancelResult struct + Error NullableString + Id string + JobId NullableString + Refunded float32 + Status string + func NewRenditionCancelResult(id string, status string, refunded float32) *RenditionCancelResult + func NewRenditionCancelResultWithDefaults() *RenditionCancelResult + func (o *RenditionCancelResult) GetError() string + func (o *RenditionCancelResult) GetErrorOk() (*string, bool) + func (o *RenditionCancelResult) GetId() string + func (o *RenditionCancelResult) GetIdOk() (*string, bool) + func (o *RenditionCancelResult) GetJobId() string + func (o *RenditionCancelResult) GetJobIdOk() (*string, bool) + func (o *RenditionCancelResult) GetRefunded() float32 + func (o *RenditionCancelResult) GetRefundedOk() (*float32, bool) + func (o *RenditionCancelResult) GetStatus() string + func (o *RenditionCancelResult) GetStatusOk() (*string, bool) + func (o *RenditionCancelResult) HasError() bool + func (o *RenditionCancelResult) HasJobId() bool + func (o *RenditionCancelResult) SetError(v string) + func (o *RenditionCancelResult) SetErrorNil() + func (o *RenditionCancelResult) SetId(v string) + func (o *RenditionCancelResult) SetJobId(v string) + func (o *RenditionCancelResult) SetJobIdNil() + func (o *RenditionCancelResult) SetRefunded(v float32) + func (o *RenditionCancelResult) SetStatus(v string) + func (o *RenditionCancelResult) UnmarshalJSON(data []byte) (err error) + func (o *RenditionCancelResult) UnsetError() + func (o *RenditionCancelResult) UnsetJobId() + func (o RenditionCancelResult) MarshalJSON() ([]byte, error) + func (o RenditionCancelResult) ToMap() (map[string]interface{}, error) + type RenditionOutput struct + CreatedAt *time.Time + Error NullableString + Id *string + IntegrationId NullableString + OutputKey NullableString + OutputSizeBytes NullableInt32 + OutputUrl NullableString + Provider *string + Status *string + UpdatedAt *time.Time + func NewRenditionOutput() *RenditionOutput + func NewRenditionOutputWithDefaults() *RenditionOutput + func (o *RenditionOutput) GetCreatedAt() time.Time + func (o *RenditionOutput) GetCreatedAtOk() (*time.Time, bool) + func (o *RenditionOutput) GetError() string + func (o *RenditionOutput) GetErrorOk() (*string, bool) + func (o *RenditionOutput) GetId() string + func (o *RenditionOutput) GetIdOk() (*string, bool) + func (o *RenditionOutput) GetIntegrationId() string + func (o *RenditionOutput) GetIntegrationIdOk() (*string, bool) + func (o *RenditionOutput) GetOutputKey() string + func (o *RenditionOutput) GetOutputKeyOk() (*string, bool) + func (o *RenditionOutput) GetOutputSizeBytes() int32 + func (o *RenditionOutput) GetOutputSizeBytesOk() (*int32, bool) + func (o *RenditionOutput) GetOutputUrl() string + func (o *RenditionOutput) GetOutputUrlOk() (*string, bool) + func (o *RenditionOutput) GetProvider() string + func (o *RenditionOutput) GetProviderOk() (*string, bool) + func (o *RenditionOutput) GetStatus() string + func (o *RenditionOutput) GetStatusOk() (*string, bool) + func (o *RenditionOutput) GetUpdatedAt() time.Time + func (o *RenditionOutput) GetUpdatedAtOk() (*time.Time, bool) + func (o *RenditionOutput) HasCreatedAt() bool + func (o *RenditionOutput) HasError() bool + func (o *RenditionOutput) HasId() bool + func (o *RenditionOutput) HasIntegrationId() bool + func (o *RenditionOutput) HasOutputKey() bool + func (o *RenditionOutput) HasOutputSizeBytes() bool + func (o *RenditionOutput) HasOutputUrl() bool + func (o *RenditionOutput) HasProvider() bool + func (o *RenditionOutput) HasStatus() bool + func (o *RenditionOutput) HasUpdatedAt() bool + func (o *RenditionOutput) SetCreatedAt(v time.Time) + func (o *RenditionOutput) SetError(v string) + func (o *RenditionOutput) SetErrorNil() + func (o *RenditionOutput) SetId(v string) + func (o *RenditionOutput) SetIntegrationId(v string) + func (o *RenditionOutput) SetIntegrationIdNil() + func (o *RenditionOutput) SetOutputKey(v string) + func (o *RenditionOutput) SetOutputKeyNil() + func (o *RenditionOutput) SetOutputSizeBytes(v int32) + func (o *RenditionOutput) SetOutputSizeBytesNil() + func (o *RenditionOutput) SetOutputUrl(v string) + func (o *RenditionOutput) SetOutputUrlNil() + func (o *RenditionOutput) SetProvider(v string) + func (o *RenditionOutput) SetStatus(v string) + func (o *RenditionOutput) SetUpdatedAt(v time.Time) + func (o *RenditionOutput) UnsetError() + func (o *RenditionOutput) UnsetIntegrationId() + func (o *RenditionOutput) UnsetOutputKey() + func (o *RenditionOutput) UnsetOutputSizeBytes() + func (o *RenditionOutput) UnsetOutputUrl() + func (o RenditionOutput) MarshalJSON() ([]byte, error) + func (o RenditionOutput) ToMap() (map[string]interface{}, error) + type RenditionStats struct + Completed *int32 + Failed *int32 + Processing *int32 + Queued *int32 + Rendering *int32 + Total *int32 + func NewRenditionStats() *RenditionStats + func NewRenditionStatsWithDefaults() *RenditionStats + func (o *RenditionStats) GetCompleted() int32 + func (o *RenditionStats) GetCompletedOk() (*int32, bool) + func (o *RenditionStats) GetFailed() int32 + func (o *RenditionStats) GetFailedOk() (*int32, bool) + func (o *RenditionStats) GetProcessing() int32 + func (o *RenditionStats) GetProcessingOk() (*int32, bool) + func (o *RenditionStats) GetQueued() int32 + func (o *RenditionStats) GetQueuedOk() (*int32, bool) + func (o *RenditionStats) GetRendering() int32 + func (o *RenditionStats) GetRenderingOk() (*int32, bool) + func (o *RenditionStats) GetTotal() int32 + func (o *RenditionStats) GetTotalOk() (*int32, bool) + func (o *RenditionStats) HasCompleted() bool + func (o *RenditionStats) HasFailed() bool + func (o *RenditionStats) HasProcessing() bool + func (o *RenditionStats) HasQueued() bool + func (o *RenditionStats) HasRendering() bool + func (o *RenditionStats) HasTotal() bool + func (o *RenditionStats) SetCompleted(v int32) + func (o *RenditionStats) SetFailed(v int32) + func (o *RenditionStats) SetProcessing(v int32) + func (o *RenditionStats) SetQueued(v int32) + func (o *RenditionStats) SetRendering(v int32) + func (o *RenditionStats) SetTotal(v int32) + func (o RenditionStats) MarshalJSON() ([]byte, error) + func (o RenditionStats) ToMap() (map[string]interface{}, error) + type RenditionsAPI interface + BatchDeleteRenditions func(ctx context.Context) ApiBatchDeleteRenditionsRequest + BatchDeleteRenditionsExecute func(r ApiBatchDeleteRenditionsRequest) (*BatchDeleteResult, *http.Response, error) + CancelRendition func(ctx context.Context, id string) ApiCancelRenditionRequest + CancelRenditionExecute func(r ApiCancelRenditionRequest) (*RenditionCancelResult, *http.Response, error) + DeleteRendition func(ctx context.Context, id string) ApiDeleteRenditionRequest + DeleteRenditionExecute func(r ApiDeleteRenditionRequest) (*DeleteProject200Response, *http.Response, error) + GetRendition func(ctx context.Context, id string) ApiGetRenditionRequest + GetRenditionExecute func(r ApiGetRenditionRequest) (*GetRendition200Response, *http.Response, error) + GetRenditionStats func(ctx context.Context) ApiGetRenditionStatsRequest + GetRenditionStatsExecute func(r ApiGetRenditionStatsRequest) (*RenditionStats, *http.Response, error) + ListRenditions func(ctx context.Context) ApiListRenditionsRequest + ListRenditionsExecute func(r ApiListRenditionsRequest) (*ListRenditions200Response, *http.Response, error) + type RenditionsAPIService service + func (a *RenditionsAPIService) BatchDeleteRenditions(ctx context.Context) ApiBatchDeleteRenditionsRequest + func (a *RenditionsAPIService) BatchDeleteRenditionsExecute(r ApiBatchDeleteRenditionsRequest) (*BatchDeleteResult, *http.Response, error) + func (a *RenditionsAPIService) CancelRendition(ctx context.Context, id string) ApiCancelRenditionRequest + func (a *RenditionsAPIService) CancelRenditionExecute(r ApiCancelRenditionRequest) (*RenditionCancelResult, *http.Response, error) + func (a *RenditionsAPIService) DeleteRendition(ctx context.Context, id string) ApiDeleteRenditionRequest + func (a *RenditionsAPIService) DeleteRenditionExecute(r ApiDeleteRenditionRequest) (*DeleteProject200Response, *http.Response, error) + func (a *RenditionsAPIService) GetRendition(ctx context.Context, id string) ApiGetRenditionRequest + func (a *RenditionsAPIService) GetRenditionExecute(r ApiGetRenditionRequest) (*GetRendition200Response, *http.Response, error) + func (a *RenditionsAPIService) GetRenditionStats(ctx context.Context) ApiGetRenditionStatsRequest + func (a *RenditionsAPIService) GetRenditionStatsExecute(r ApiGetRenditionStatsRequest) (*RenditionStats, *http.Response, error) + func (a *RenditionsAPIService) ListRenditions(ctx context.Context) ApiListRenditionsRequest + func (a *RenditionsAPIService) ListRenditionsExecute(r ApiListRenditionsRequest) (*ListRenditions200Response, *http.Response, error) + type RunWorkflow202Response struct + Run WorkflowRun + func NewRunWorkflow202Response(run WorkflowRun) *RunWorkflow202Response + func NewRunWorkflow202ResponseWithDefaults() *RunWorkflow202Response + func (o *RunWorkflow202Response) GetRun() WorkflowRun + func (o *RunWorkflow202Response) GetRunOk() (*WorkflowRun, bool) + func (o *RunWorkflow202Response) SetRun(v WorkflowRun) + func (o *RunWorkflow202Response) UnmarshalJSON(data []byte) (err error) + func (o RunWorkflow202Response) MarshalJSON() ([]byte, error) + func (o RunWorkflow202Response) ToMap() (map[string]interface{}, error) + type RunWorkflowRequest struct + Variables map[string]interface{} + func NewRunWorkflowRequest() *RunWorkflowRequest + func NewRunWorkflowRequestWithDefaults() *RunWorkflowRequest + func (o *RunWorkflowRequest) GetVariables() map[string]interface{} + func (o *RunWorkflowRequest) GetVariablesOk() (map[string]interface{}, bool) + func (o *RunWorkflowRequest) HasVariables() bool + func (o *RunWorkflowRequest) SetVariables(v map[string]interface{}) + func (o RunWorkflowRequest) MarshalJSON() ([]byte, error) + func (o RunWorkflowRequest) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type ServiceHealth struct + Error NullableString + LatencyMs NullableInt32 + Status string + func NewServiceHealth(status string) *ServiceHealth + func NewServiceHealthWithDefaults() *ServiceHealth + func (o *ServiceHealth) GetError() string + func (o *ServiceHealth) GetErrorOk() (*string, bool) + func (o *ServiceHealth) GetLatencyMs() int32 + func (o *ServiceHealth) GetLatencyMsOk() (*int32, bool) + func (o *ServiceHealth) GetStatus() string + func (o *ServiceHealth) GetStatusOk() (*string, bool) + func (o *ServiceHealth) HasError() bool + func (o *ServiceHealth) HasLatencyMs() bool + func (o *ServiceHealth) SetError(v string) + func (o *ServiceHealth) SetErrorNil() + func (o *ServiceHealth) SetLatencyMs(v int32) + func (o *ServiceHealth) SetLatencyMsNil() + func (o *ServiceHealth) SetStatus(v string) + func (o *ServiceHealth) UnmarshalJSON(data []byte) (err error) + func (o *ServiceHealth) UnsetError() + func (o *ServiceHealth) UnsetLatencyMs() + func (o ServiceHealth) MarshalJSON() ([]byte, error) + func (o ServiceHealth) ToMap() (map[string]interface{}, error) + type Template struct + AccentColor string + Description *string + Icon string + Id string + Name string + Platform string + ToolId NullableString + VariablesSchema []map[string]interface{} + func NewTemplate(id string, name string, platform string, accentColor string, icon string) *Template + func NewTemplateWithDefaults() *Template + func (o *Template) GetAccentColor() string + func (o *Template) GetAccentColorOk() (*string, bool) + func (o *Template) GetDescription() string + func (o *Template) GetDescriptionOk() (*string, bool) + func (o *Template) GetIcon() string + func (o *Template) GetIconOk() (*string, bool) + func (o *Template) GetId() string + func (o *Template) GetIdOk() (*string, bool) + func (o *Template) GetName() string + func (o *Template) GetNameOk() (*string, bool) + func (o *Template) GetPlatform() string + func (o *Template) GetPlatformOk() (*string, bool) + func (o *Template) GetToolId() string + func (o *Template) GetToolIdOk() (*string, bool) + func (o *Template) GetVariablesSchema() []map[string]interface{} + func (o *Template) GetVariablesSchemaOk() ([]map[string]interface{}, bool) + func (o *Template) HasDescription() bool + func (o *Template) HasToolId() bool + func (o *Template) HasVariablesSchema() bool + func (o *Template) SetAccentColor(v string) + func (o *Template) SetDescription(v string) + func (o *Template) SetIcon(v string) + func (o *Template) SetId(v string) + func (o *Template) SetName(v string) + func (o *Template) SetPlatform(v string) + func (o *Template) SetToolId(v string) + func (o *Template) SetToolIdNil() + func (o *Template) SetVariablesSchema(v []map[string]interface{}) + func (o *Template) UnmarshalJSON(data []byte) (err error) + func (o *Template) UnsetToolId() + func (o Template) MarshalJSON() ([]byte, error) + func (o Template) ToMap() (map[string]interface{}, error) + type TemplateSummary struct + AccentColor string + Description *string + Icon string + Id string + Name string + Platform string + ToolId NullableString + VariablesSchema []map[string]interface{} + func NewTemplateSummary(id string, name string, platform string, accentColor string, icon string) *TemplateSummary + func NewTemplateSummaryWithDefaults() *TemplateSummary + func (o *TemplateSummary) GetAccentColor() string + func (o *TemplateSummary) GetAccentColorOk() (*string, bool) + func (o *TemplateSummary) GetDescription() string + func (o *TemplateSummary) GetDescriptionOk() (*string, bool) + func (o *TemplateSummary) GetIcon() string + func (o *TemplateSummary) GetIconOk() (*string, bool) + func (o *TemplateSummary) GetId() string + func (o *TemplateSummary) GetIdOk() (*string, bool) + func (o *TemplateSummary) GetName() string + func (o *TemplateSummary) GetNameOk() (*string, bool) + func (o *TemplateSummary) GetPlatform() string + func (o *TemplateSummary) GetPlatformOk() (*string, bool) + func (o *TemplateSummary) GetToolId() string + func (o *TemplateSummary) GetToolIdOk() (*string, bool) + func (o *TemplateSummary) GetVariablesSchema() []map[string]interface{} + func (o *TemplateSummary) GetVariablesSchemaOk() ([]map[string]interface{}, bool) + func (o *TemplateSummary) HasDescription() bool + func (o *TemplateSummary) HasToolId() bool + func (o *TemplateSummary) HasVariablesSchema() bool + func (o *TemplateSummary) SetAccentColor(v string) + func (o *TemplateSummary) SetDescription(v string) + func (o *TemplateSummary) SetIcon(v string) + func (o *TemplateSummary) SetId(v string) + func (o *TemplateSummary) SetName(v string) + func (o *TemplateSummary) SetPlatform(v string) + func (o *TemplateSummary) SetToolId(v string) + func (o *TemplateSummary) SetToolIdNil() + func (o *TemplateSummary) SetVariablesSchema(v []map[string]interface{}) + func (o *TemplateSummary) UnmarshalJSON(data []byte) (err error) + func (o *TemplateSummary) UnsetToolId() + func (o TemplateSummary) MarshalJSON() ([]byte, error) + func (o TemplateSummary) ToMap() (map[string]interface{}, error) + type TemplatesAPI interface + GetTemplate func(ctx context.Context, id string) ApiGetTemplateRequest + GetTemplateExecute func(r ApiGetTemplateRequest) (*GetTemplate200Response, *http.Response, error) + ListTemplates func(ctx context.Context) ApiListTemplatesRequest + ListTemplatesExecute func(r ApiListTemplatesRequest) (*ListTemplates200Response, *http.Response, error) + RenderTemplate func(ctx context.Context, id string) ApiRenderTemplateRequest + RenderTemplateExecute func(r ApiRenderTemplateRequest) (*QueueRender200Response, *http.Response, error) + type TemplatesAPIService service + func (a *TemplatesAPIService) GetTemplate(ctx context.Context, id string) ApiGetTemplateRequest + func (a *TemplatesAPIService) GetTemplateExecute(r ApiGetTemplateRequest) (*GetTemplate200Response, *http.Response, error) + func (a *TemplatesAPIService) ListTemplates(ctx context.Context) ApiListTemplatesRequest + func (a *TemplatesAPIService) ListTemplatesExecute(r ApiListTemplatesRequest) (*ListTemplates200Response, *http.Response, error) + func (a *TemplatesAPIService) RenderTemplate(ctx context.Context, id string) ApiRenderTemplateRequest + func (a *TemplatesAPIService) RenderTemplateExecute(r ApiRenderTemplateRequest) (*QueueRender200Response, *http.Response, error) + type TestIntegration200Response struct + Error NullableString + Success bool + func NewTestIntegration200Response(success bool) *TestIntegration200Response + func NewTestIntegration200ResponseWithDefaults() *TestIntegration200Response + func (o *TestIntegration200Response) GetError() string + func (o *TestIntegration200Response) GetErrorOk() (*string, bool) + func (o *TestIntegration200Response) GetSuccess() bool + func (o *TestIntegration200Response) GetSuccessOk() (*bool, bool) + func (o *TestIntegration200Response) HasError() bool + func (o *TestIntegration200Response) SetError(v string) + func (o *TestIntegration200Response) SetErrorNil() + func (o *TestIntegration200Response) SetSuccess(v bool) + func (o *TestIntegration200Response) UnmarshalJSON(data []byte) (err error) + func (o *TestIntegration200Response) UnsetError() + func (o TestIntegration200Response) MarshalJSON() ([]byte, error) + func (o TestIntegration200Response) ToMap() (map[string]interface{}, error) + type TierInfo struct + Credits TierInfoCredits + Tier string + func NewTierInfo(tier string, credits TierInfoCredits) *TierInfo + func NewTierInfoWithDefaults() *TierInfo + func (o *TierInfo) GetCredits() TierInfoCredits + func (o *TierInfo) GetCreditsOk() (*TierInfoCredits, bool) + func (o *TierInfo) GetTier() string + func (o *TierInfo) GetTierOk() (*string, bool) + func (o *TierInfo) SetCredits(v TierInfoCredits) + func (o *TierInfo) SetTier(v string) + func (o *TierInfo) UnmarshalJSON(data []byte) (err error) + func (o TierInfo) MarshalJSON() ([]byte, error) + func (o TierInfo) ToMap() (map[string]interface{}, error) + type TierInfoCredits struct + Balance *float32 + Max *float32 + Monthly *float32 + func NewTierInfoCredits() *TierInfoCredits + func NewTierInfoCreditsWithDefaults() *TierInfoCredits + func (o *TierInfoCredits) GetBalance() float32 + func (o *TierInfoCredits) GetBalanceOk() (*float32, bool) + func (o *TierInfoCredits) GetMax() float32 + func (o *TierInfoCredits) GetMaxOk() (*float32, bool) + func (o *TierInfoCredits) GetMonthly() float32 + func (o *TierInfoCredits) GetMonthlyOk() (*float32, bool) + func (o *TierInfoCredits) HasBalance() bool + func (o *TierInfoCredits) HasMax() bool + func (o *TierInfoCredits) HasMonthly() bool + func (o *TierInfoCredits) SetBalance(v float32) + func (o *TierInfoCredits) SetMax(v float32) + func (o *TierInfoCredits) SetMonthly(v float32) + func (o TierInfoCredits) MarshalJSON() ([]byte, error) + func (o TierInfoCredits) ToMap() (map[string]interface{}, error) + type ToolJobRequest struct + Config map[string]interface{} + Dimensions *ToolJobRequestDimensions + Duration *float32 + InputUrl string + WebhookUrl *string + func NewToolJobRequest(inputUrl string, config map[string]interface{}) *ToolJobRequest + func NewToolJobRequestWithDefaults() *ToolJobRequest + func (o *ToolJobRequest) GetConfig() map[string]interface{} + func (o *ToolJobRequest) GetConfigOk() (map[string]interface{}, bool) + func (o *ToolJobRequest) GetDimensions() ToolJobRequestDimensions + func (o *ToolJobRequest) GetDimensionsOk() (*ToolJobRequestDimensions, bool) + func (o *ToolJobRequest) GetDuration() float32 + func (o *ToolJobRequest) GetDurationOk() (*float32, bool) + func (o *ToolJobRequest) GetInputUrl() string + func (o *ToolJobRequest) GetInputUrlOk() (*string, bool) + func (o *ToolJobRequest) GetWebhookUrl() string + func (o *ToolJobRequest) GetWebhookUrlOk() (*string, bool) + func (o *ToolJobRequest) HasDimensions() bool + func (o *ToolJobRequest) HasDuration() bool + func (o *ToolJobRequest) HasWebhookUrl() bool + func (o *ToolJobRequest) SetConfig(v map[string]interface{}) + func (o *ToolJobRequest) SetDimensions(v ToolJobRequestDimensions) + func (o *ToolJobRequest) SetDuration(v float32) + func (o *ToolJobRequest) SetInputUrl(v string) + func (o *ToolJobRequest) SetWebhookUrl(v string) + func (o *ToolJobRequest) UnmarshalJSON(data []byte) (err error) + func (o ToolJobRequest) MarshalJSON() ([]byte, error) + func (o ToolJobRequest) ToMap() (map[string]interface{}, error) + type ToolJobRequestDimensions struct + Height int32 + Width int32 + func NewToolJobRequestDimensions(width int32, height int32) *ToolJobRequestDimensions + func NewToolJobRequestDimensionsWithDefaults() *ToolJobRequestDimensions + func (o *ToolJobRequestDimensions) GetHeight() int32 + func (o *ToolJobRequestDimensions) GetHeightOk() (*int32, bool) + func (o *ToolJobRequestDimensions) GetWidth() int32 + func (o *ToolJobRequestDimensions) GetWidthOk() (*int32, bool) + func (o *ToolJobRequestDimensions) SetHeight(v int32) + func (o *ToolJobRequestDimensions) SetWidth(v int32) + func (o *ToolJobRequestDimensions) UnmarshalJSON(data []byte) (err error) + func (o ToolJobRequestDimensions) MarshalJSON() ([]byte, error) + func (o ToolJobRequestDimensions) ToMap() (map[string]interface{}, error) + type ToolJobStatus struct + Error *string + JobId string + Mode *string + OutputKey *string + Outputs []RenditionOutput + Progress *RenderJobProgress + Stage string + Status string + Url *string + func NewToolJobStatus(jobId string, status string, stage string) *ToolJobStatus + func NewToolJobStatusWithDefaults() *ToolJobStatus + func (o *ToolJobStatus) GetError() string + func (o *ToolJobStatus) GetErrorOk() (*string, bool) + func (o *ToolJobStatus) GetJobId() string + func (o *ToolJobStatus) GetJobIdOk() (*string, bool) + func (o *ToolJobStatus) GetMode() string + func (o *ToolJobStatus) GetModeOk() (*string, bool) + func (o *ToolJobStatus) GetOutputKey() string + func (o *ToolJobStatus) GetOutputKeyOk() (*string, bool) + func (o *ToolJobStatus) GetOutputs() []RenditionOutput + func (o *ToolJobStatus) GetOutputsOk() ([]RenditionOutput, bool) + func (o *ToolJobStatus) GetProgress() RenderJobProgress + func (o *ToolJobStatus) GetProgressOk() (*RenderJobProgress, bool) + func (o *ToolJobStatus) GetStage() string + func (o *ToolJobStatus) GetStageOk() (*string, bool) + func (o *ToolJobStatus) GetStatus() string + func (o *ToolJobStatus) GetStatusOk() (*string, bool) + func (o *ToolJobStatus) GetUrl() string + func (o *ToolJobStatus) GetUrlOk() (*string, bool) + func (o *ToolJobStatus) HasError() bool + func (o *ToolJobStatus) HasMode() bool + func (o *ToolJobStatus) HasOutputKey() bool + func (o *ToolJobStatus) HasOutputs() bool + func (o *ToolJobStatus) HasProgress() bool + func (o *ToolJobStatus) HasUrl() bool + func (o *ToolJobStatus) SetError(v string) + func (o *ToolJobStatus) SetJobId(v string) + func (o *ToolJobStatus) SetMode(v string) + func (o *ToolJobStatus) SetOutputKey(v string) + func (o *ToolJobStatus) SetOutputs(v []RenditionOutput) + func (o *ToolJobStatus) SetProgress(v RenderJobProgress) + func (o *ToolJobStatus) SetStage(v string) + func (o *ToolJobStatus) SetStatus(v string) + func (o *ToolJobStatus) SetUrl(v string) + func (o *ToolJobStatus) UnmarshalJSON(data []byte) (err error) + func (o ToolJobStatus) MarshalJSON() ([]byte, error) + func (o ToolJobStatus) ToMap() (map[string]interface{}, error) + type ToolsAPI interface + DownloadToolJob func(ctx context.Context, id string) ApiDownloadToolJobRequest + DownloadToolJobExecute func(r ApiDownloadToolJobRequest) (*http.Response, error) + GetToolJob func(ctx context.Context, id string) ApiGetToolJobRequest + GetToolJobExecute func(r ApiGetToolJobRequest) (*ToolJobStatus, *http.Response, error) + QueueToolJob func(ctx context.Context, toolId string) ApiQueueToolJobRequest + QueueToolJobExecute func(r ApiQueueToolJobRequest) (*ToolJobStatus, *http.Response, error) + type ToolsAPIService service + func (a *ToolsAPIService) DownloadToolJob(ctx context.Context, id string) ApiDownloadToolJobRequest + func (a *ToolsAPIService) DownloadToolJobExecute(r ApiDownloadToolJobRequest) (*http.Response, error) + func (a *ToolsAPIService) GetToolJob(ctx context.Context, id string) ApiGetToolJobRequest + func (a *ToolsAPIService) GetToolJobExecute(r ApiGetToolJobRequest) (*ToolJobStatus, *http.Response, error) + func (a *ToolsAPIService) QueueToolJob(ctx context.Context, toolId string) ApiQueueToolJobRequest + func (a *ToolsAPIService) QueueToolJobExecute(r ApiQueueToolJobRequest) (*ToolJobStatus, *http.Response, error) + type TrackRenderBandwidth200Response struct + Tracked bool + func NewTrackRenderBandwidth200Response(tracked bool) *TrackRenderBandwidth200Response + func NewTrackRenderBandwidth200ResponseWithDefaults() *TrackRenderBandwidth200Response + func (o *TrackRenderBandwidth200Response) GetTracked() bool + func (o *TrackRenderBandwidth200Response) GetTrackedOk() (*bool, bool) + func (o *TrackRenderBandwidth200Response) SetTracked(v bool) + func (o *TrackRenderBandwidth200Response) UnmarshalJSON(data []byte) (err error) + func (o TrackRenderBandwidth200Response) MarshalJSON() ([]byte, error) + func (o TrackRenderBandwidth200Response) ToMap() (map[string]interface{}, error) + type UpdateWorkflowRequest struct + Definition *WorkflowDefinition + Description *string + IsActive *bool + Name *string + func NewUpdateWorkflowRequest() *UpdateWorkflowRequest + func NewUpdateWorkflowRequestWithDefaults() *UpdateWorkflowRequest + func (o *UpdateWorkflowRequest) GetDefinition() WorkflowDefinition + func (o *UpdateWorkflowRequest) GetDefinitionOk() (*WorkflowDefinition, bool) + func (o *UpdateWorkflowRequest) GetDescription() string + func (o *UpdateWorkflowRequest) GetDescriptionOk() (*string, bool) + func (o *UpdateWorkflowRequest) GetIsActive() bool + func (o *UpdateWorkflowRequest) GetIsActiveOk() (*bool, bool) + func (o *UpdateWorkflowRequest) GetName() string + func (o *UpdateWorkflowRequest) GetNameOk() (*string, bool) + func (o *UpdateWorkflowRequest) HasDefinition() bool + func (o *UpdateWorkflowRequest) HasDescription() bool + func (o *UpdateWorkflowRequest) HasIsActive() bool + func (o *UpdateWorkflowRequest) HasName() bool + func (o *UpdateWorkflowRequest) SetDefinition(v WorkflowDefinition) + func (o *UpdateWorkflowRequest) SetDescription(v string) + func (o *UpdateWorkflowRequest) SetIsActive(v bool) + func (o *UpdateWorkflowRequest) SetName(v string) + func (o UpdateWorkflowRequest) MarshalJSON() ([]byte, error) + func (o UpdateWorkflowRequest) ToMap() (map[string]interface{}, error) + type UploadAsset200Response struct + Success bool + func NewUploadAsset200Response(success bool) *UploadAsset200Response + func NewUploadAsset200ResponseWithDefaults() *UploadAsset200Response + func (o *UploadAsset200Response) GetSuccess() bool + func (o *UploadAsset200Response) GetSuccessOk() (*bool, bool) + func (o *UploadAsset200Response) SetSuccess(v bool) + func (o *UploadAsset200Response) UnmarshalJSON(data []byte) (err error) + func (o UploadAsset200Response) MarshalJSON() ([]byte, error) + func (o UploadAsset200Response) ToMap() (map[string]interface{}, error) + type UsageLog struct + Bytes int32 + CreatedAt time.Time + Id string + Metadata map[string]interface{} + Source string + Type string + func NewUsageLog(id string, type_ string, bytes int32, source string, createdAt time.Time) *UsageLog + func NewUsageLogWithDefaults() *UsageLog + func (o *UsageLog) GetBytes() int32 + func (o *UsageLog) GetBytesOk() (*int32, bool) + func (o *UsageLog) GetCreatedAt() time.Time + func (o *UsageLog) GetCreatedAtOk() (*time.Time, bool) + func (o *UsageLog) GetId() string + func (o *UsageLog) GetIdOk() (*string, bool) + func (o *UsageLog) GetMetadata() map[string]interface{} + func (o *UsageLog) GetMetadataOk() (map[string]interface{}, bool) + func (o *UsageLog) GetSource() string + func (o *UsageLog) GetSourceOk() (*string, bool) + func (o *UsageLog) GetType() string + func (o *UsageLog) GetTypeOk() (*string, bool) + func (o *UsageLog) HasMetadata() bool + func (o *UsageLog) SetBytes(v int32) + func (o *UsageLog) SetCreatedAt(v time.Time) + func (o *UsageLog) SetId(v string) + func (o *UsageLog) SetMetadata(v map[string]interface{}) + func (o *UsageLog) SetSource(v string) + func (o *UsageLog) SetType(v string) + func (o *UsageLog) UnmarshalJSON(data []byte) (err error) + func (o UsageLog) MarshalJSON() ([]byte, error) + func (o UsageLog) ToMap() (map[string]interface{}, error) + type VideoJSON struct + AdditionalProperties map[string]interface{} + Destinations []VideoJSONDestination + Layers []map[string]interface{} + Name string + Tracks []map[string]interface{} + func NewVideoJSON(name string, layers []map[string]interface{}) *VideoJSON + func NewVideoJSONWithDefaults() *VideoJSON + func (o *VideoJSON) GetDestinations() []VideoJSONDestination + func (o *VideoJSON) GetDestinationsOk() ([]VideoJSONDestination, bool) + func (o *VideoJSON) GetLayers() []map[string]interface{} + func (o *VideoJSON) GetLayersOk() ([]map[string]interface{}, bool) + func (o *VideoJSON) GetName() string + func (o *VideoJSON) GetNameOk() (*string, bool) + func (o *VideoJSON) GetTracks() []map[string]interface{} + func (o *VideoJSON) GetTracksOk() ([]map[string]interface{}, bool) + func (o *VideoJSON) HasDestinations() bool + func (o *VideoJSON) HasTracks() bool + func (o *VideoJSON) SetDestinations(v []VideoJSONDestination) + func (o *VideoJSON) SetLayers(v []map[string]interface{}) + func (o *VideoJSON) SetName(v string) + func (o *VideoJSON) SetTracks(v []map[string]interface{}) + func (o *VideoJSON) UnmarshalJSON(data []byte) (err error) + func (o VideoJSON) MarshalJSON() ([]byte, error) + func (o VideoJSON) ToMap() (map[string]interface{}, error) + type VideoJSONDestination struct + IntegrationId string + PathPrefix *string + Provider string + func NewVideoJSONDestination(integrationId string, provider string) *VideoJSONDestination + func NewVideoJSONDestinationWithDefaults() *VideoJSONDestination + func (o *VideoJSONDestination) GetIntegrationId() string + func (o *VideoJSONDestination) GetIntegrationIdOk() (*string, bool) + func (o *VideoJSONDestination) GetPathPrefix() string + func (o *VideoJSONDestination) GetPathPrefixOk() (*string, bool) + func (o *VideoJSONDestination) GetProvider() string + func (o *VideoJSONDestination) GetProviderOk() (*string, bool) + func (o *VideoJSONDestination) HasPathPrefix() bool + func (o *VideoJSONDestination) SetIntegrationId(v string) + func (o *VideoJSONDestination) SetPathPrefix(v string) + func (o *VideoJSONDestination) SetProvider(v string) + func (o *VideoJSONDestination) UnmarshalJSON(data []byte) (err error) + func (o VideoJSONDestination) MarshalJSON() ([]byte, error) + func (o VideoJSONDestination) ToMap() (map[string]interface{}, error) + type WebhookSubscription struct + CreatedAt time.Time + Events []string + Id string + Secret string + Url string + func NewWebhookSubscription(id string, url string, events []string, secret string, createdAt time.Time) *WebhookSubscription + func NewWebhookSubscriptionWithDefaults() *WebhookSubscription + func (o *WebhookSubscription) GetCreatedAt() time.Time + func (o *WebhookSubscription) GetCreatedAtOk() (*time.Time, bool) + func (o *WebhookSubscription) GetEvents() []string + func (o *WebhookSubscription) GetEventsOk() ([]string, bool) + func (o *WebhookSubscription) GetId() string + func (o *WebhookSubscription) GetIdOk() (*string, bool) + func (o *WebhookSubscription) GetSecret() string + func (o *WebhookSubscription) GetSecretOk() (*string, bool) + func (o *WebhookSubscription) GetUrl() string + func (o *WebhookSubscription) GetUrlOk() (*string, bool) + func (o *WebhookSubscription) SetCreatedAt(v time.Time) + func (o *WebhookSubscription) SetEvents(v []string) + func (o *WebhookSubscription) SetId(v string) + func (o *WebhookSubscription) SetSecret(v string) + func (o *WebhookSubscription) SetUrl(v string) + func (o *WebhookSubscription) UnmarshalJSON(data []byte) (err error) + func (o WebhookSubscription) MarshalJSON() ([]byte, error) + func (o WebhookSubscription) ToMap() (map[string]interface{}, error) + type WebhookSubscriptionCreate struct + Events []string + Url string + func NewWebhookSubscriptionCreate(url string) *WebhookSubscriptionCreate + func NewWebhookSubscriptionCreateWithDefaults() *WebhookSubscriptionCreate + func (o *WebhookSubscriptionCreate) GetEvents() []string + func (o *WebhookSubscriptionCreate) GetEventsOk() ([]string, bool) + func (o *WebhookSubscriptionCreate) GetUrl() string + func (o *WebhookSubscriptionCreate) GetUrlOk() (*string, bool) + func (o *WebhookSubscriptionCreate) HasEvents() bool + func (o *WebhookSubscriptionCreate) SetEvents(v []string) + func (o *WebhookSubscriptionCreate) SetUrl(v string) + func (o *WebhookSubscriptionCreate) UnmarshalJSON(data []byte) (err error) + func (o WebhookSubscriptionCreate) MarshalJSON() ([]byte, error) + func (o WebhookSubscriptionCreate) ToMap() (map[string]interface{}, error) + type WebhooksAPI interface + CreateWebhookSubscription func(ctx context.Context) ApiCreateWebhookSubscriptionRequest + CreateWebhookSubscriptionExecute func(r ApiCreateWebhookSubscriptionRequest) (*WebhookSubscription, *http.Response, error) + DeleteWebhookSubscription func(ctx context.Context, id string) ApiDeleteWebhookSubscriptionRequest + DeleteWebhookSubscriptionExecute func(r ApiDeleteWebhookSubscriptionRequest) (*UploadAsset200Response, *http.Response, error) + ListWebhookSubscriptions func(ctx context.Context) ApiListWebhookSubscriptionsRequest + ListWebhookSubscriptionsExecute func(r ApiListWebhookSubscriptionsRequest) (*ListWebhookSubscriptions200Response, *http.Response, error) + type WebhooksAPIService service + func (a *WebhooksAPIService) CreateWebhookSubscription(ctx context.Context) ApiCreateWebhookSubscriptionRequest + func (a *WebhooksAPIService) CreateWebhookSubscriptionExecute(r ApiCreateWebhookSubscriptionRequest) (*WebhookSubscription, *http.Response, error) + func (a *WebhooksAPIService) DeleteWebhookSubscription(ctx context.Context, id string) ApiDeleteWebhookSubscriptionRequest + func (a *WebhooksAPIService) DeleteWebhookSubscriptionExecute(r ApiDeleteWebhookSubscriptionRequest) (*UploadAsset200Response, *http.Response, error) + func (a *WebhooksAPIService) ListWebhookSubscriptions(ctx context.Context) ApiListWebhookSubscriptionsRequest + func (a *WebhooksAPIService) ListWebhookSubscriptionsExecute(r ApiListWebhookSubscriptionsRequest) (*ListWebhookSubscriptions200Response, *http.Response, error) + type Workflow struct + CreatedAt time.Time + CreatedBy string + Definition WorkflowDefinition + Description NullableString + Id string + IsActive bool + Name string + UpdatedAt time.Time + WorkspaceId string + func NewWorkflow(id string, workspaceId string, createdBy string, name string, ...) *Workflow + func NewWorkflowWithDefaults() *Workflow + func (o *Workflow) GetCreatedAt() time.Time + func (o *Workflow) GetCreatedAtOk() (*time.Time, bool) + func (o *Workflow) GetCreatedBy() string + func (o *Workflow) GetCreatedByOk() (*string, bool) + func (o *Workflow) GetDefinition() WorkflowDefinition + func (o *Workflow) GetDefinitionOk() (*WorkflowDefinition, bool) + func (o *Workflow) GetDescription() string + func (o *Workflow) GetDescriptionOk() (*string, bool) + func (o *Workflow) GetId() string + func (o *Workflow) GetIdOk() (*string, bool) + func (o *Workflow) GetIsActive() bool + func (o *Workflow) GetIsActiveOk() (*bool, bool) + func (o *Workflow) GetName() string + func (o *Workflow) GetNameOk() (*string, bool) + func (o *Workflow) GetUpdatedAt() time.Time + func (o *Workflow) GetUpdatedAtOk() (*time.Time, bool) + func (o *Workflow) GetWorkspaceId() string + func (o *Workflow) GetWorkspaceIdOk() (*string, bool) + func (o *Workflow) HasDescription() bool + func (o *Workflow) SetCreatedAt(v time.Time) + func (o *Workflow) SetCreatedBy(v string) + func (o *Workflow) SetDefinition(v WorkflowDefinition) + func (o *Workflow) SetDescription(v string) + func (o *Workflow) SetDescriptionNil() + func (o *Workflow) SetId(v string) + func (o *Workflow) SetIsActive(v bool) + func (o *Workflow) SetName(v string) + func (o *Workflow) SetUpdatedAt(v time.Time) + func (o *Workflow) SetWorkspaceId(v string) + func (o *Workflow) UnmarshalJSON(data []byte) (err error) + func (o *Workflow) UnsetDescription() + func (o Workflow) MarshalJSON() ([]byte, error) + func (o Workflow) ToMap() (map[string]interface{}, error) + type WorkflowDefinition struct + Steps []WorkflowStep + Variables map[string]WorkflowVariable + Version int32 + func NewWorkflowDefinition(version int32, variables map[string]WorkflowVariable, steps []WorkflowStep) *WorkflowDefinition + func NewWorkflowDefinitionWithDefaults() *WorkflowDefinition + func (o *WorkflowDefinition) GetSteps() []WorkflowStep + func (o *WorkflowDefinition) GetStepsOk() ([]WorkflowStep, bool) + func (o *WorkflowDefinition) GetVariables() map[string]WorkflowVariable + func (o *WorkflowDefinition) GetVariablesOk() (*map[string]WorkflowVariable, bool) + func (o *WorkflowDefinition) GetVersion() int32 + func (o *WorkflowDefinition) GetVersionOk() (*int32, bool) + func (o *WorkflowDefinition) SetSteps(v []WorkflowStep) + func (o *WorkflowDefinition) SetVariables(v map[string]WorkflowVariable) + func (o *WorkflowDefinition) SetVersion(v int32) + func (o *WorkflowDefinition) UnmarshalJSON(data []byte) (err error) + func (o WorkflowDefinition) MarshalJSON() ([]byte, error) + func (o WorkflowDefinition) ToMap() (map[string]interface{}, error) + type WorkflowRun struct + CompletedAt NullableTime + CreatedAt *time.Time + Error NullableString + EstimatedCost NullableFloat32 + Id string + StartedAt NullableTime + Status string + TotalCost NullableFloat32 + Trigger string + TriggeredBy NullableString + UpdatedAt *time.Time + Variables map[string]interface{} + WorkflowId string + WorkspaceId string + func NewWorkflowRun(id string, workflowId string, workspaceId string, trigger string, ...) *WorkflowRun + func NewWorkflowRunWithDefaults() *WorkflowRun + func (o *WorkflowRun) GetCompletedAt() time.Time + func (o *WorkflowRun) GetCompletedAtOk() (*time.Time, bool) + func (o *WorkflowRun) GetCreatedAt() time.Time + func (o *WorkflowRun) GetCreatedAtOk() (*time.Time, bool) + func (o *WorkflowRun) GetError() string + func (o *WorkflowRun) GetErrorOk() (*string, bool) + func (o *WorkflowRun) GetEstimatedCost() float32 + func (o *WorkflowRun) GetEstimatedCostOk() (*float32, bool) + func (o *WorkflowRun) GetId() string + func (o *WorkflowRun) GetIdOk() (*string, bool) + func (o *WorkflowRun) GetStartedAt() time.Time + func (o *WorkflowRun) GetStartedAtOk() (*time.Time, bool) + func (o *WorkflowRun) GetStatus() string + func (o *WorkflowRun) GetStatusOk() (*string, bool) + func (o *WorkflowRun) GetTotalCost() float32 + func (o *WorkflowRun) GetTotalCostOk() (*float32, bool) + func (o *WorkflowRun) GetTrigger() string + func (o *WorkflowRun) GetTriggerOk() (*string, bool) + func (o *WorkflowRun) GetTriggeredBy() string + func (o *WorkflowRun) GetTriggeredByOk() (*string, bool) + func (o *WorkflowRun) GetUpdatedAt() time.Time + func (o *WorkflowRun) GetUpdatedAtOk() (*time.Time, bool) + func (o *WorkflowRun) GetVariables() map[string]interface{} + func (o *WorkflowRun) GetVariablesOk() (map[string]interface{}, bool) + func (o *WorkflowRun) GetWorkflowId() string + func (o *WorkflowRun) GetWorkflowIdOk() (*string, bool) + func (o *WorkflowRun) GetWorkspaceId() string + func (o *WorkflowRun) GetWorkspaceIdOk() (*string, bool) + func (o *WorkflowRun) HasCompletedAt() bool + func (o *WorkflowRun) HasCreatedAt() bool + func (o *WorkflowRun) HasError() bool + func (o *WorkflowRun) HasEstimatedCost() bool + func (o *WorkflowRun) HasStartedAt() bool + func (o *WorkflowRun) HasTotalCost() bool + func (o *WorkflowRun) HasTriggeredBy() bool + func (o *WorkflowRun) HasUpdatedAt() bool + func (o *WorkflowRun) SetCompletedAt(v time.Time) + func (o *WorkflowRun) SetCompletedAtNil() + func (o *WorkflowRun) SetCreatedAt(v time.Time) + func (o *WorkflowRun) SetError(v string) + func (o *WorkflowRun) SetErrorNil() + func (o *WorkflowRun) SetEstimatedCost(v float32) + func (o *WorkflowRun) SetEstimatedCostNil() + func (o *WorkflowRun) SetId(v string) + func (o *WorkflowRun) SetStartedAt(v time.Time) + func (o *WorkflowRun) SetStartedAtNil() + func (o *WorkflowRun) SetStatus(v string) + func (o *WorkflowRun) SetTotalCost(v float32) + func (o *WorkflowRun) SetTotalCostNil() + func (o *WorkflowRun) SetTrigger(v string) + func (o *WorkflowRun) SetTriggeredBy(v string) + func (o *WorkflowRun) SetTriggeredByNil() + func (o *WorkflowRun) SetUpdatedAt(v time.Time) + func (o *WorkflowRun) SetVariables(v map[string]interface{}) + func (o *WorkflowRun) SetWorkflowId(v string) + func (o *WorkflowRun) SetWorkspaceId(v string) + func (o *WorkflowRun) UnmarshalJSON(data []byte) (err error) + func (o *WorkflowRun) UnsetCompletedAt() + func (o *WorkflowRun) UnsetError() + func (o *WorkflowRun) UnsetEstimatedCost() + func (o *WorkflowRun) UnsetStartedAt() + func (o *WorkflowRun) UnsetTotalCost() + func (o *WorkflowRun) UnsetTriggeredBy() + func (o WorkflowRun) MarshalJSON() ([]byte, error) + func (o WorkflowRun) ToMap() (map[string]interface{}, error) + type WorkflowRunStep struct + CompletedAt NullableTime + Config map[string]interface{} + CreatedAt *time.Time + Error NullableString + Id string + InputUrl NullableString + Logs []map[string]interface{} + MaxRetries *int32 + Metadata map[string]interface{} + Name NullableString + OutputKey NullableString + OutputUrl NullableString + RenditionId NullableString + ResponseStatus NullableInt32 + RetryCount *int32 + StartedAt NullableTime + Status *string + StepIndex int32 + StepType string + UpdatedAt *time.Time + WorkflowRunId string + func NewWorkflowRunStep(id string, workflowRunId string, stepIndex int32, stepType string) *WorkflowRunStep + func NewWorkflowRunStepWithDefaults() *WorkflowRunStep + func (o *WorkflowRunStep) GetCompletedAt() time.Time + func (o *WorkflowRunStep) GetCompletedAtOk() (*time.Time, bool) + func (o *WorkflowRunStep) GetConfig() map[string]interface{} + func (o *WorkflowRunStep) GetConfigOk() (map[string]interface{}, bool) + func (o *WorkflowRunStep) GetCreatedAt() time.Time + func (o *WorkflowRunStep) GetCreatedAtOk() (*time.Time, bool) + func (o *WorkflowRunStep) GetError() string + func (o *WorkflowRunStep) GetErrorOk() (*string, bool) + func (o *WorkflowRunStep) GetId() string + func (o *WorkflowRunStep) GetIdOk() (*string, bool) + func (o *WorkflowRunStep) GetInputUrl() string + func (o *WorkflowRunStep) GetInputUrlOk() (*string, bool) + func (o *WorkflowRunStep) GetLogs() []map[string]interface{} + func (o *WorkflowRunStep) GetLogsOk() ([]map[string]interface{}, bool) + func (o *WorkflowRunStep) GetMaxRetries() int32 + func (o *WorkflowRunStep) GetMaxRetriesOk() (*int32, bool) + func (o *WorkflowRunStep) GetMetadata() map[string]interface{} + func (o *WorkflowRunStep) GetMetadataOk() (map[string]interface{}, bool) + func (o *WorkflowRunStep) GetName() string + func (o *WorkflowRunStep) GetNameOk() (*string, bool) + func (o *WorkflowRunStep) GetOutputKey() string + func (o *WorkflowRunStep) GetOutputKeyOk() (*string, bool) + func (o *WorkflowRunStep) GetOutputUrl() string + func (o *WorkflowRunStep) GetOutputUrlOk() (*string, bool) + func (o *WorkflowRunStep) GetRenditionId() string + func (o *WorkflowRunStep) GetRenditionIdOk() (*string, bool) + func (o *WorkflowRunStep) GetResponseStatus() int32 + func (o *WorkflowRunStep) GetResponseStatusOk() (*int32, bool) + func (o *WorkflowRunStep) GetRetryCount() int32 + func (o *WorkflowRunStep) GetRetryCountOk() (*int32, bool) + func (o *WorkflowRunStep) GetStartedAt() time.Time + func (o *WorkflowRunStep) GetStartedAtOk() (*time.Time, bool) + func (o *WorkflowRunStep) GetStatus() string + func (o *WorkflowRunStep) GetStatusOk() (*string, bool) + func (o *WorkflowRunStep) GetStepIndex() int32 + func (o *WorkflowRunStep) GetStepIndexOk() (*int32, bool) + func (o *WorkflowRunStep) GetStepType() string + func (o *WorkflowRunStep) GetStepTypeOk() (*string, bool) + func (o *WorkflowRunStep) GetUpdatedAt() time.Time + func (o *WorkflowRunStep) GetUpdatedAtOk() (*time.Time, bool) + func (o *WorkflowRunStep) GetWorkflowRunId() string + func (o *WorkflowRunStep) GetWorkflowRunIdOk() (*string, bool) + func (o *WorkflowRunStep) HasCompletedAt() bool + func (o *WorkflowRunStep) HasConfig() bool + func (o *WorkflowRunStep) HasCreatedAt() bool + func (o *WorkflowRunStep) HasError() bool + func (o *WorkflowRunStep) HasInputUrl() bool + func (o *WorkflowRunStep) HasLogs() bool + func (o *WorkflowRunStep) HasMaxRetries() bool + func (o *WorkflowRunStep) HasMetadata() bool + func (o *WorkflowRunStep) HasName() bool + func (o *WorkflowRunStep) HasOutputKey() bool + func (o *WorkflowRunStep) HasOutputUrl() bool + func (o *WorkflowRunStep) HasRenditionId() bool + func (o *WorkflowRunStep) HasResponseStatus() bool + func (o *WorkflowRunStep) HasRetryCount() bool + func (o *WorkflowRunStep) HasStartedAt() bool + func (o *WorkflowRunStep) HasStatus() bool + func (o *WorkflowRunStep) HasUpdatedAt() bool + func (o *WorkflowRunStep) SetCompletedAt(v time.Time) + func (o *WorkflowRunStep) SetCompletedAtNil() + func (o *WorkflowRunStep) SetConfig(v map[string]interface{}) + func (o *WorkflowRunStep) SetCreatedAt(v time.Time) + func (o *WorkflowRunStep) SetError(v string) + func (o *WorkflowRunStep) SetErrorNil() + func (o *WorkflowRunStep) SetId(v string) + func (o *WorkflowRunStep) SetInputUrl(v string) + func (o *WorkflowRunStep) SetInputUrlNil() + func (o *WorkflowRunStep) SetLogs(v []map[string]interface{}) + func (o *WorkflowRunStep) SetMaxRetries(v int32) + func (o *WorkflowRunStep) SetMetadata(v map[string]interface{}) + func (o *WorkflowRunStep) SetName(v string) + func (o *WorkflowRunStep) SetNameNil() + func (o *WorkflowRunStep) SetOutputKey(v string) + func (o *WorkflowRunStep) SetOutputKeyNil() + func (o *WorkflowRunStep) SetOutputUrl(v string) + func (o *WorkflowRunStep) SetOutputUrlNil() + func (o *WorkflowRunStep) SetRenditionId(v string) + func (o *WorkflowRunStep) SetRenditionIdNil() + func (o *WorkflowRunStep) SetResponseStatus(v int32) + func (o *WorkflowRunStep) SetResponseStatusNil() + func (o *WorkflowRunStep) SetRetryCount(v int32) + func (o *WorkflowRunStep) SetStartedAt(v time.Time) + func (o *WorkflowRunStep) SetStartedAtNil() + func (o *WorkflowRunStep) SetStatus(v string) + func (o *WorkflowRunStep) SetStepIndex(v int32) + func (o *WorkflowRunStep) SetStepType(v string) + func (o *WorkflowRunStep) SetUpdatedAt(v time.Time) + func (o *WorkflowRunStep) SetWorkflowRunId(v string) + func (o *WorkflowRunStep) UnmarshalJSON(data []byte) (err error) + func (o *WorkflowRunStep) UnsetCompletedAt() + func (o *WorkflowRunStep) UnsetError() + func (o *WorkflowRunStep) UnsetInputUrl() + func (o *WorkflowRunStep) UnsetName() + func (o *WorkflowRunStep) UnsetOutputKey() + func (o *WorkflowRunStep) UnsetOutputUrl() + func (o *WorkflowRunStep) UnsetRenditionId() + func (o *WorkflowRunStep) UnsetResponseStatus() + func (o *WorkflowRunStep) UnsetStartedAt() + func (o WorkflowRunStep) MarshalJSON() ([]byte, error) + func (o WorkflowRunStep) ToMap() (map[string]interface{}, error) + type WorkflowStep struct + Config map[string]interface{} + MaxRetries *int32 + Name *string + Type string + func NewWorkflowStep(type_ string, config map[string]interface{}) *WorkflowStep + func NewWorkflowStepWithDefaults() *WorkflowStep + func (o *WorkflowStep) GetConfig() map[string]interface{} + func (o *WorkflowStep) GetConfigOk() (map[string]interface{}, bool) + func (o *WorkflowStep) GetMaxRetries() int32 + func (o *WorkflowStep) GetMaxRetriesOk() (*int32, bool) + func (o *WorkflowStep) GetName() string + func (o *WorkflowStep) GetNameOk() (*string, bool) + func (o *WorkflowStep) GetType() string + func (o *WorkflowStep) GetTypeOk() (*string, bool) + func (o *WorkflowStep) HasMaxRetries() bool + func (o *WorkflowStep) HasName() bool + func (o *WorkflowStep) SetConfig(v map[string]interface{}) + func (o *WorkflowStep) SetMaxRetries(v int32) + func (o *WorkflowStep) SetName(v string) + func (o *WorkflowStep) SetType(v string) + func (o *WorkflowStep) UnmarshalJSON(data []byte) (err error) + func (o WorkflowStep) MarshalJSON() ([]byte, error) + func (o WorkflowStep) ToMap() (map[string]interface{}, error) + type WorkflowVariable struct + Default interface{} + Label string + Placeholder *string + Required *bool + Type string + func NewWorkflowVariable(type_ string, label string) *WorkflowVariable + func NewWorkflowVariableWithDefaults() *WorkflowVariable + func (o *WorkflowVariable) GetDefault() interface{} + func (o *WorkflowVariable) GetDefaultOk() (*interface{}, bool) + func (o *WorkflowVariable) GetLabel() string + func (o *WorkflowVariable) GetLabelOk() (*string, bool) + func (o *WorkflowVariable) GetPlaceholder() string + func (o *WorkflowVariable) GetPlaceholderOk() (*string, bool) + func (o *WorkflowVariable) GetRequired() bool + func (o *WorkflowVariable) GetRequiredOk() (*bool, bool) + func (o *WorkflowVariable) GetType() string + func (o *WorkflowVariable) GetTypeOk() (*string, bool) + func (o *WorkflowVariable) HasDefault() bool + func (o *WorkflowVariable) HasPlaceholder() bool + func (o *WorkflowVariable) HasRequired() bool + func (o *WorkflowVariable) SetDefault(v interface{}) + func (o *WorkflowVariable) SetLabel(v string) + func (o *WorkflowVariable) SetPlaceholder(v string) + func (o *WorkflowVariable) SetRequired(v bool) + func (o *WorkflowVariable) SetType(v string) + func (o *WorkflowVariable) UnmarshalJSON(data []byte) (err error) + func (o WorkflowVariable) MarshalJSON() ([]byte, error) + func (o WorkflowVariable) ToMap() (map[string]interface{}, error) + type WorkflowsAPI interface + CancelWorkflowRun func(ctx context.Context, runId string) ApiCancelWorkflowRunRequest + CancelWorkflowRunExecute func(r ApiCancelWorkflowRunRequest) (*UploadAsset200Response, *http.Response, error) + CreateWorkflow func(ctx context.Context) ApiCreateWorkflowRequest + CreateWorkflowExecute func(r ApiCreateWorkflowRequest) (*CreateWorkflow201Response, *http.Response, error) + DeleteWorkflow func(ctx context.Context, id string) ApiDeleteWorkflowRequest + DeleteWorkflowExecute func(r ApiDeleteWorkflowRequest) (*UploadAsset200Response, *http.Response, error) + GetWorkflow func(ctx context.Context, id string) ApiGetWorkflowRequest + GetWorkflowExecute func(r ApiGetWorkflowRequest) (*GetWorkflow200Response, *http.Response, error) + GetWorkflowRun func(ctx context.Context, runId string) ApiGetWorkflowRunRequest + GetWorkflowRunExecute func(r ApiGetWorkflowRunRequest) (*GetWorkflowRun200Response, *http.Response, error) + ListWorkflowRuns func(ctx context.Context, id string) ApiListWorkflowRunsRequest + ListWorkflowRunsExecute func(r ApiListWorkflowRunsRequest) (*ListWorkflowRuns200Response, *http.Response, error) + ListWorkflowStepTypes func(ctx context.Context) ApiListWorkflowStepTypesRequest + ListWorkflowStepTypesExecute func(r ApiListWorkflowStepTypesRequest) (*ListWorkflowStepTypes200Response, *http.Response, error) + ListWorkflows func(ctx context.Context) ApiListWorkflowsRequest + ListWorkflowsExecute func(r ApiListWorkflowsRequest) (*ListWorkflows200Response, *http.Response, error) + RetryWorkflowRun func(ctx context.Context, runId string) ApiRetryWorkflowRunRequest + RetryWorkflowRunExecute func(r ApiRetryWorkflowRunRequest) (*RunWorkflow202Response, *http.Response, error) + RetryWorkflowStep func(ctx context.Context, runId string, stepId string) ApiRetryWorkflowStepRequest + RetryWorkflowStepExecute func(r ApiRetryWorkflowStepRequest) (*UploadAsset200Response, *http.Response, error) + RunWorkflow func(ctx context.Context, id string) ApiRunWorkflowRequest + RunWorkflowExecute func(r ApiRunWorkflowRequest) (*RunWorkflow202Response, *http.Response, error) + SkipWorkflowStep func(ctx context.Context, runId string, stepId string) ApiSkipWorkflowStepRequest + SkipWorkflowStepExecute func(r ApiSkipWorkflowStepRequest) (*UploadAsset200Response, *http.Response, error) + UpdateWorkflow func(ctx context.Context, id string) ApiUpdateWorkflowRequest + UpdateWorkflowExecute func(r ApiUpdateWorkflowRequest) (*CreateWorkflow201Response, *http.Response, error) + type WorkflowsAPIService service + func (a *WorkflowsAPIService) CancelWorkflowRun(ctx context.Context, runId string) ApiCancelWorkflowRunRequest + func (a *WorkflowsAPIService) CancelWorkflowRunExecute(r ApiCancelWorkflowRunRequest) (*UploadAsset200Response, *http.Response, error) + func (a *WorkflowsAPIService) CreateWorkflow(ctx context.Context) ApiCreateWorkflowRequest + func (a *WorkflowsAPIService) CreateWorkflowExecute(r ApiCreateWorkflowRequest) (*CreateWorkflow201Response, *http.Response, error) + func (a *WorkflowsAPIService) DeleteWorkflow(ctx context.Context, id string) ApiDeleteWorkflowRequest + func (a *WorkflowsAPIService) DeleteWorkflowExecute(r ApiDeleteWorkflowRequest) (*UploadAsset200Response, *http.Response, error) + func (a *WorkflowsAPIService) GetWorkflow(ctx context.Context, id string) ApiGetWorkflowRequest + func (a *WorkflowsAPIService) GetWorkflowExecute(r ApiGetWorkflowRequest) (*GetWorkflow200Response, *http.Response, error) + func (a *WorkflowsAPIService) GetWorkflowRun(ctx context.Context, runId string) ApiGetWorkflowRunRequest + func (a *WorkflowsAPIService) GetWorkflowRunExecute(r ApiGetWorkflowRunRequest) (*GetWorkflowRun200Response, *http.Response, error) + func (a *WorkflowsAPIService) ListWorkflowRuns(ctx context.Context, id string) ApiListWorkflowRunsRequest + func (a *WorkflowsAPIService) ListWorkflowRunsExecute(r ApiListWorkflowRunsRequest) (*ListWorkflowRuns200Response, *http.Response, error) + func (a *WorkflowsAPIService) ListWorkflowStepTypes(ctx context.Context) ApiListWorkflowStepTypesRequest + func (a *WorkflowsAPIService) ListWorkflowStepTypesExecute(r ApiListWorkflowStepTypesRequest) (*ListWorkflowStepTypes200Response, *http.Response, error) + func (a *WorkflowsAPIService) ListWorkflows(ctx context.Context) ApiListWorkflowsRequest + func (a *WorkflowsAPIService) ListWorkflowsExecute(r ApiListWorkflowsRequest) (*ListWorkflows200Response, *http.Response, error) + func (a *WorkflowsAPIService) RetryWorkflowRun(ctx context.Context, runId string) ApiRetryWorkflowRunRequest + func (a *WorkflowsAPIService) RetryWorkflowRunExecute(r ApiRetryWorkflowRunRequest) (*RunWorkflow202Response, *http.Response, error) + func (a *WorkflowsAPIService) RetryWorkflowStep(ctx context.Context, runId string, stepId string) ApiRetryWorkflowStepRequest + func (a *WorkflowsAPIService) RetryWorkflowStepExecute(r ApiRetryWorkflowStepRequest) (*UploadAsset200Response, *http.Response, error) + func (a *WorkflowsAPIService) RunWorkflow(ctx context.Context, id string) ApiRunWorkflowRequest + func (a *WorkflowsAPIService) RunWorkflowExecute(r ApiRunWorkflowRequest) (*RunWorkflow202Response, *http.Response, error) + func (a *WorkflowsAPIService) SkipWorkflowStep(ctx context.Context, runId string, stepId string) ApiSkipWorkflowStepRequest + func (a *WorkflowsAPIService) SkipWorkflowStepExecute(r ApiSkipWorkflowStepRequest) (*UploadAsset200Response, *http.Response, error) + func (a *WorkflowsAPIService) UpdateWorkflow(ctx context.Context, id string) ApiUpdateWorkflowRequest + func (a *WorkflowsAPIService) UpdateWorkflowExecute(r ApiUpdateWorkflowRequest) (*CreateWorkflow201Response, *http.Response, error) + type WorkspaceIntegration struct + Config map[string]interface{} + CreatedAt time.Time + Id string + IsActive bool + IsDefault bool + Name string + Provider string + UpdatedAt time.Time + WorkspaceId string + func NewWorkspaceIntegration(id string, workspaceId string, provider string, name string, isActive bool, ...) *WorkspaceIntegration + func NewWorkspaceIntegrationWithDefaults() *WorkspaceIntegration + func (o *WorkspaceIntegration) GetConfig() map[string]interface{} + func (o *WorkspaceIntegration) GetConfigOk() (map[string]interface{}, bool) + func (o *WorkspaceIntegration) GetCreatedAt() time.Time + func (o *WorkspaceIntegration) GetCreatedAtOk() (*time.Time, bool) + func (o *WorkspaceIntegration) GetId() string + func (o *WorkspaceIntegration) GetIdOk() (*string, bool) + func (o *WorkspaceIntegration) GetIsActive() bool + func (o *WorkspaceIntegration) GetIsActiveOk() (*bool, bool) + func (o *WorkspaceIntegration) GetIsDefault() bool + func (o *WorkspaceIntegration) GetIsDefaultOk() (*bool, bool) + func (o *WorkspaceIntegration) GetName() string + func (o *WorkspaceIntegration) GetNameOk() (*string, bool) + func (o *WorkspaceIntegration) GetProvider() string + func (o *WorkspaceIntegration) GetProviderOk() (*string, bool) + func (o *WorkspaceIntegration) GetUpdatedAt() time.Time + func (o *WorkspaceIntegration) GetUpdatedAtOk() (*time.Time, bool) + func (o *WorkspaceIntegration) GetWorkspaceId() string + func (o *WorkspaceIntegration) GetWorkspaceIdOk() (*string, bool) + func (o *WorkspaceIntegration) SetConfig(v map[string]interface{}) + func (o *WorkspaceIntegration) SetCreatedAt(v time.Time) + func (o *WorkspaceIntegration) SetId(v string) + func (o *WorkspaceIntegration) SetIsActive(v bool) + func (o *WorkspaceIntegration) SetIsDefault(v bool) + func (o *WorkspaceIntegration) SetName(v string) + func (o *WorkspaceIntegration) SetProvider(v string) + func (o *WorkspaceIntegration) SetUpdatedAt(v time.Time) + func (o *WorkspaceIntegration) SetWorkspaceId(v string) + func (o *WorkspaceIntegration) UnmarshalJSON(data []byte) (err error) + func (o WorkspaceIntegration) MarshalJSON() ([]byte, error) + func (o WorkspaceIntegration) ToMap() (map[string]interface{}, error) + type WorkspaceIntegrationInput struct + Config map[string]interface{} + IsActive *bool + IsDefault *bool + Name string + Provider string + func NewWorkspaceIntegrationInput(provider string, name string, config map[string]interface{}) *WorkspaceIntegrationInput + func NewWorkspaceIntegrationInputWithDefaults() *WorkspaceIntegrationInput + func (o *WorkspaceIntegrationInput) GetConfig() map[string]interface{} + func (o *WorkspaceIntegrationInput) GetConfigOk() (map[string]interface{}, bool) + func (o *WorkspaceIntegrationInput) GetIsActive() bool + func (o *WorkspaceIntegrationInput) GetIsActiveOk() (*bool, bool) + func (o *WorkspaceIntegrationInput) GetIsDefault() bool + func (o *WorkspaceIntegrationInput) GetIsDefaultOk() (*bool, bool) + func (o *WorkspaceIntegrationInput) GetName() string + func (o *WorkspaceIntegrationInput) GetNameOk() (*string, bool) + func (o *WorkspaceIntegrationInput) GetProvider() string + func (o *WorkspaceIntegrationInput) GetProviderOk() (*string, bool) + func (o *WorkspaceIntegrationInput) HasIsActive() bool + func (o *WorkspaceIntegrationInput) HasIsDefault() bool + func (o *WorkspaceIntegrationInput) SetConfig(v map[string]interface{}) + func (o *WorkspaceIntegrationInput) SetIsActive(v bool) + func (o *WorkspaceIntegrationInput) SetIsDefault(v bool) + func (o *WorkspaceIntegrationInput) SetName(v string) + func (o *WorkspaceIntegrationInput) SetProvider(v string) + func (o *WorkspaceIntegrationInput) UnmarshalJSON(data []byte) (err error) + func (o WorkspaceIntegrationInput) MarshalJSON() ([]byte, error) + func (o WorkspaceIntegrationInput) ToMap() (map[string]interface{}, error)