pingone

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2026 License: Apache-2.0 Imports: 31 Imported by: 0

README ¶

Go API client for pingone

PingOne is a cloud-based framework for secure identity access management. The PingOne API gives developers the tools to integrate enterprise and third-party applications with the PingOne platform.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 2026.01.14-beta
  • Package version: v0.6.0
  • Generator version: 7.16.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://developer.pingidentity.com

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import pingone "github.com/pingidentity/pingone-go-client/pingone"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value pingone.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), pingone.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value pingone.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), pingone.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using pingone.ContextOperationServerIndices and pingone.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), pingone.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), pingone.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://api.pingone.com/v1

Class Method HTTP request Description
ConfigurationManagementApi CreateSnapshot Post /environments/{environmentID}/snapshots
ConfigurationManagementApi GetSnapshotById Get /environments/{environmentID}/snapshots/{snapshotID}
ConfigurationManagementApi GetVersionByIdUsingSnapshotId Get /environments/{environmentID}/snapshots/{snapshotID}/versions/{versionID}
ConfigurationManagementApi GetVersionsBySnapshotId Get /environments/{environmentID}/snapshots/{snapshotID}/versions
DaVinciApplicationsApi CreateDavinciApplication Post /environments/{environmentID}/davinciApplications
DaVinciApplicationsApi CreateFlowPolicyByDavinciApplicationId Post /environments/{environmentID}/davinciApplications/{davinciApplicationID}/flowPolicies
DaVinciApplicationsApi DeleteDavinciApplicationById Delete /environments/{environmentID}/davinciApplications/{davinciApplicationID}
DaVinciApplicationsApi DeleteFlowPolicyByIdUsingDavinciApplicationId Delete /environments/{environmentID}/davinciApplications/{davinciApplicationID}/flowPolicies/{flowPolicyID}
DaVinciApplicationsApi GetDavinciApplicationById Get /environments/{environmentID}/davinciApplications/{davinciApplicationID}
DaVinciApplicationsApi GetDavinciApplications Get /environments/{environmentID}/davinciApplications
DaVinciApplicationsApi GetEventsByDavinciApplicationIdAndFlowPolicyId Get /environments/{environmentID}/davinciApplications/{davinciApplicationID}/flowPolicies/{flowPolicyID}/events
DaVinciApplicationsApi GetFlowPoliciesByDavinciApplicationId Get /environments/{environmentID}/davinciApplications/{davinciApplicationID}/flowPolicies
DaVinciApplicationsApi GetFlowPolicyByIdUsingDavinciApplicationId Get /environments/{environmentID}/davinciApplications/{davinciApplicationID}/flowPolicies/{flowPolicyID}
DaVinciApplicationsApi ReplaceDavinciApplicationById Put /environments/{environmentID}/davinciApplications/{davinciApplicationID}
DaVinciApplicationsApi ReplaceFlowPolicyByIdUsingDavinciApplicationId Put /environments/{environmentID}/davinciApplications/{davinciApplicationID}/flowPolicies/{flowPolicyID}
DaVinciApplicationsApi RotateKeyByDavinciApplicationId Post /environments/{environmentID}/davinciApplications/{davinciApplicationID}/key
DaVinciApplicationsApi RotateSecretByDavinciApplicationId Post /environments/{environmentID}/davinciApplications/{davinciApplicationID}/secret
DaVinciConnectorsApi CreateConnectorInstance Post /environments/{environmentID}/connectorInstances
DaVinciConnectorsApi CreateConnectorInstanceById Post /environments/{environmentID}/connectorInstances/{connectorInstanceID}
DaVinciConnectorsApi DeleteConnectorInstanceById Delete /environments/{environmentID}/connectorInstances/{connectorInstanceID}
DaVinciConnectorsApi GetConnectorById Get /environments/{environmentID}/connectors/{connectorID}
DaVinciConnectorsApi GetConnectorInstanceById Get /environments/{environmentID}/connectorInstances/{connectorInstanceID}
DaVinciConnectorsApi GetConnectorInstances Get /environments/{environmentID}/connectorInstances
DaVinciConnectorsApi GetConnectors Get /environments/{environmentID}/connectors
DaVinciConnectorsApi GetDetailsByConnectorId Get /environments/{environmentID}/connectors/{connectorID}/details
DaVinciConnectorsApi ReplaceConnectorInstanceById Put /environments/{environmentID}/connectorInstances/{connectorInstanceID}
DaVinciFlowVersionsApi DeleteVersionByIdUsingFlowId Delete /environments/{environmentID}/flows/{flowID}/versions/{versionID}
DaVinciFlowVersionsApi GetDetailsByFlowIdAndVersionId Get /environments/{environmentID}/flows/{flowID}/versions/{versionID}/details
DaVinciFlowVersionsApi GetVersionByIdUsingFlowId Get /environments/{environmentID}/flows/{flowID}/versions/{versionID}
DaVinciFlowVersionsApi GetVersionsByFlowId Get /environments/{environmentID}/flows/{flowID}/versions
DaVinciFlowVersionsApi ReplaceAliasByFlowIdAndVersionId Put /environments/{environmentID}/flows/{flowID}/versions/{versionID}/alias
DaVinciFlowsApi CloneFlowByIdAsCloneJson Post /environments/{environmentID}/flows/{flowID}#clone+json
DaVinciFlowsApi CreateFlow Post /environments/{environmentID}/flows
DaVinciFlowsApi DeleteFlowById Delete /environments/{environmentID}/flows/{flowID}
DaVinciFlowsApi DeployFlowByIdAsDeployJson Post /environments/{environmentID}/flows/{flowID}#deploy+json
DaVinciFlowsApi GetFlowById Get /environments/{environmentID}/flows/{flowID}
DaVinciFlowsApi GetFlows Get /environments/{environmentID}/flows
DaVinciFlowsApi ReplaceFlowById Put /environments/{environmentID}/flows/{flowID}
DaVinciFlowsApi UpdateEnabledByFlowId Put /environments/{environmentID}/flows/{flowID}/enabled
DaVinciFlowsApi ValidateFlowByIdAsValidateJson Post /environments/{environmentID}/flows/{flowID}#validate+json
DaVinciVariablesApi CreateVariable Post /environments/{environmentID}/variables
DaVinciVariablesApi DeleteVariableById Delete /environments/{environmentID}/variables/{variableID}
DaVinciVariablesApi GetVariableById Get /environments/{environmentID}/variables/{variableID}
DaVinciVariablesApi GetVariables Get /environments/{environmentID}/variables
DaVinciVariablesApi ReplaceVariableById Put /environments/{environmentID}/variables/{variableID}
DirectoryTotalIdentitiesApi GetTotalIdentities Get /environments/{environmentID}/totalIdentities
EnvironmentsApi CreateEnvironment Post /environments
EnvironmentsApi DeleteEnvironmentById Delete /environments/{environmentID}
EnvironmentsApi GetBillOfMaterialsByEnvironmentId Get /environments/{environmentID}/billOfMaterials
EnvironmentsApi GetEnvironmentById Get /environments/{environmentID}
EnvironmentsApi GetEnvironments Get /environments
EnvironmentsApi ReplaceBillOfMaterialsByEnvironmentId Put /environments/{environmentID}/billOfMaterials
EnvironmentsApi ReplaceEnvironmentById Put /environments/{environmentID}
FlowPoliciesApi GetFlowPolicyById Get /environments/{environmentID}/flowPolicies/{flowPolicyID}

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

bearerAuth
  • Type: HTTP Bearer token authentication

Example

auth := context.WithValue(context.Background(), pingone.ContextAccessToken, "BEARER_TOKEN_STRING")
r, err := client.Service.Operation(auth, args)
oauth2
  • Type: OAuth
  • Flow: application
  • Authorization URL:
  • Scopes: N/A

Example

auth := context.WithValue(context.Background(), pingone.ContextAccessToken, "ACCESSTOKENSTRING")
r, err := client.Service.Operation(auth, args)

Or via OAuth2 module to automatically refresh tokens and perform user authentication.

import "golang.org/x/oauth2"

/* Perform OAuth2 round trip request and obtain a token */

tokenSource := oauth2cfg.TokenSource(createContext(httpClient), &token)
auth := context.WithValue(oauth2.NoContext, pingone.ContextOAuth2, tokenSource)
r, err := client.Service.Operation(auth, args)
oauth2
  • Type: OAuth
  • Flow: accessCode
  • Authorization URL: /as/authorize
  • Scopes: N/A

Example

auth := context.WithValue(context.Background(), pingone.ContextAccessToken, "ACCESSTOKENSTRING")
r, err := client.Service.Operation(auth, args)

Or via OAuth2 module to automatically refresh tokens and perform user authentication.

import "golang.org/x/oauth2"

/* Perform OAuth2 round trip request and obtain a token */

tokenSource := oauth2cfg.TokenSource(createContext(httpClient), &token)
auth := context.WithValue(oauth2.NoContext, pingone.ContextOAuth2, tokenSource)
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

devex@pingidentity.com

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

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

	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

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

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

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

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)
View Source
var AllowedBadRequestErrorCodeEnumValues = []BadRequestErrorCode{
	"INVALID_DATA",
	"INVALID_REQUEST",
	"REQUEST_FAILED",
}

All allowed values of BadRequestErrorCode enum

View Source
var AllowedBadRequestErrorDetailCodeEnumValues = []BadRequestErrorDetailCode{
	"ACCOUNT_NOT_USABLE",
	"CONSTRAINT_VIOLATION",
	"EMPTY_VALUE",
	"INVALID_FILTER",
	"INVALID_OTP",
	"INVALID_PARAMETER",
	"INVALID_VALUE",
	"MFA_AUTH_METHODS_CONFLICT",
	"NO_PASSWORD",
	"OUT_OF_RANGE",
	"REQUIRED_VALUE",
	"SIZE_LIMIT_EXCEEDED",
	"UNIQUENESS_VIOLATION",
}

All allowed values of BadRequestErrorDetailCode enum

View Source
var AllowedDaVinciApplicationReplaceRequestOAuthGrantTypeEnumValues = []DaVinciApplicationReplaceRequestOAuthGrantType{
	"authorizationCode",
	"clientCredentials",
	"implicit",
}

All allowed values of DaVinciApplicationReplaceRequestOAuthGrantType enum

View Source
var AllowedDaVinciApplicationReplaceRequestOAuthScopeEnumValues = []DaVinciApplicationReplaceRequestOAuthScope{
	"flow_analytics",
	"offline_access",
	"openid",
	"profile",
}

All allowed values of DaVinciApplicationReplaceRequestOAuthScope enum

View Source
var AllowedDaVinciApplicationResponseOAuthGrantTypeEnumValues = []DaVinciApplicationResponseOAuthGrantType{
	"authorizationCode",
	"clientCredentials",
	"implicit",
}

All allowed values of DaVinciApplicationResponseOAuthGrantType enum

View Source
var AllowedDaVinciApplicationResponseOAuthScopeEnumValues = []DaVinciApplicationResponseOAuthScope{
	"flow_analytics",
	"offline_access",
	"openid",
	"profile",
}

All allowed values of DaVinciApplicationResponseOAuthScope enum

View Source
var AllowedDaVinciConnectorMinimalResponseMetadataTypeEnumValues = []DaVinciConnectorMinimalResponseMetadataType{
	"core",
	"ping",
	"service",
}

All allowed values of DaVinciConnectorMinimalResponseMetadataType enum

View Source
var AllowedDaVinciFlowInputSchemaRequestItemPreferredControlTypeEnumValues = []DaVinciFlowInputSchemaRequestItemPreferredControlType{
	"button",
	"colorPicker",
	"contentEditableTextArea",
	"cssArea",
	"dropDown",
	"dropDownMultiSelect",
	"dropDownMultiSelect2",
	"dropDownWithCreate",
	"functionArgumentList",
	"keyValueList",
	"label",
	"radioSelect",
	"textArea",
	"textField",
	"textFieldArrayView",
	"toggleSwitch",
}

All allowed values of DaVinciFlowInputSchemaRequestItemPreferredControlType enum

View Source
var AllowedDaVinciFlowInputSchemaRequestItemPreferredDataTypeEnumValues = []DaVinciFlowInputSchemaRequestItemPreferredDataType{
	"array",
	"boolean",
	"number",
	"object",
	"string",
}

All allowed values of DaVinciFlowInputSchemaRequestItemPreferredDataType enum

View Source
var AllowedDaVinciFlowInputSchemaResponseItemPreferredDataTypeEnumValues = []DaVinciFlowInputSchemaResponseItemPreferredDataType{
	"array",
	"boolean",
	"number",
	"object",
	"string",
}

All allowed values of DaVinciFlowInputSchemaResponseItemPreferredDataType enum

View Source
var AllowedDaVinciFlowOutputSchemaRequestOutputTypeEnumValues = []DaVinciFlowOutputSchemaRequestOutputType{
	"object",
}

All allowed values of DaVinciFlowOutputSchemaRequestOutputType enum

View Source
var AllowedDaVinciFlowOutputSchemaResponseOutputTypeEnumValues = []DaVinciFlowOutputSchemaResponseOutputType{
	"object",
}

All allowed values of DaVinciFlowOutputSchemaResponseOutputType enum

View Source
var AllowedDaVinciFlowPolicyCreateRequestStatusEnumValues = []DaVinciFlowPolicyCreateRequestStatus{
	"disabled",
	"enabled",
}

All allowed values of DaVinciFlowPolicyCreateRequestStatus enum

View Source
var AllowedDaVinciFlowPolicyCreateRequestTriggerTypeEnumValues = []DaVinciFlowPolicyCreateRequestTriggerType{
	"AUTHENTICATION",
}

All allowed values of DaVinciFlowPolicyCreateRequestTriggerType enum

View Source
var AllowedDaVinciFlowPolicyReplaceRequestStatusEnumValues = []DaVinciFlowPolicyReplaceRequestStatus{
	"disabled",
	"enabled",
}

All allowed values of DaVinciFlowPolicyReplaceRequestStatus enum

View Source
var AllowedDaVinciFlowPolicyReplaceRequestTriggerTypeEnumValues = []DaVinciFlowPolicyReplaceRequestTriggerType{
	"AUTHENTICATION",
}

All allowed values of DaVinciFlowPolicyReplaceRequestTriggerType enum

View Source
var AllowedDaVinciFlowPolicyResponseStatusEnumValues = []DaVinciFlowPolicyResponseStatus{
	"disabled",
	"enabled",
}

All allowed values of DaVinciFlowPolicyResponseStatus enum

View Source
var AllowedDaVinciFlowPolicyTriggerTypeEnumValues = []DaVinciFlowPolicyTriggerType{
	"AUTHENTICATION",
}

All allowed values of DaVinciFlowPolicyTriggerType enum

View Source
var AllowedDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2EnumValues = []DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2 enum

View Source
var AllowedDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2EnumValues = []DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 enum

View Source
var AllowedDaVinciFlowSettingsRequestJsLinkDeferChoice2EnumValues = []DaVinciFlowSettingsRequestJsLinkDeferChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsRequestJsLinkDeferChoice2 enum

View Source
var AllowedDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2EnumValues = []DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2 enum

View Source
var AllowedDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2EnumValues = []DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2 enum

View Source
var AllowedDaVinciFlowSettingsRequestUseCSPChoice2EnumValues = []DaVinciFlowSettingsRequestUseCSPChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsRequestUseCSPChoice2 enum

View Source
var AllowedDaVinciFlowSettingsRequestUseCustomCSSChoice2EnumValues = []DaVinciFlowSettingsRequestUseCustomCSSChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsRequestUseCustomCSSChoice2 enum

View Source
var AllowedDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2EnumValues = []DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2 enum

View Source
var AllowedDaVinciFlowSettingsRequestUseCustomScriptChoice2EnumValues = []DaVinciFlowSettingsRequestUseCustomScriptChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsRequestUseCustomScriptChoice2 enum

View Source
var AllowedDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2EnumValues = []DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2 enum

View Source
var AllowedDaVinciFlowSettingsRequestValidateOnSaveChoice2EnumValues = []DaVinciFlowSettingsRequestValidateOnSaveChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsRequestValidateOnSaveChoice2 enum

View Source
var AllowedDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2EnumValues = []DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2 enum

View Source
var AllowedDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2EnumValues = []DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 enum

View Source
var AllowedDaVinciFlowSettingsResponseJsLinkDeferChoice2EnumValues = []DaVinciFlowSettingsResponseJsLinkDeferChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsResponseJsLinkDeferChoice2 enum

View Source
var AllowedDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2EnumValues = []DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2 enum

View Source
var AllowedDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2EnumValues = []DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2 enum

View Source
var AllowedDaVinciFlowSettingsResponseUseCSPChoice2EnumValues = []DaVinciFlowSettingsResponseUseCSPChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsResponseUseCSPChoice2 enum

View Source
var AllowedDaVinciFlowSettingsResponseUseCustomCSSChoice2EnumValues = []DaVinciFlowSettingsResponseUseCustomCSSChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsResponseUseCustomCSSChoice2 enum

View Source
var AllowedDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2EnumValues = []DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2 enum

View Source
var AllowedDaVinciFlowSettingsResponseUseCustomScriptChoice2EnumValues = []DaVinciFlowSettingsResponseUseCustomScriptChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsResponseUseCustomScriptChoice2 enum

View Source
var AllowedDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2EnumValues = []DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2 enum

View Source
var AllowedDaVinciFlowSettingsResponseValidateOnSaveChoice2EnumValues = []DaVinciFlowSettingsResponseValidateOnSaveChoice2{
	"false",
	"true",
}

All allowed values of DaVinciFlowSettingsResponseValidateOnSaveChoice2 enum

View Source
var AllowedDaVinciFlowTriggerRequestTypeEnumValues = []DaVinciFlowTriggerRequestType{
	"AUTHENTICATION",
	"SCHEDULE",
}

All allowed values of DaVinciFlowTriggerRequestType enum

View Source
var AllowedDaVinciFlowTriggerResponseTypeEnumValues = []DaVinciFlowTriggerResponseType{
	"AUTHENTICATION",
	"SCHEDULE",
}

All allowed values of DaVinciFlowTriggerResponseType enum

View Source
var AllowedDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacementEnumValues = []DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement{
	"left",
	"right",
}

All allowed values of DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement enum

View Source
var AllowedDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonTypeEnumValues = []DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType{
	"back-to-previous",
	"form-submit",
	"mfa-reset",
	"next-event",
	"nuance-audio",
	"otp",
}

All allowed values of DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType enum

View Source
var AllowedDaVinciFlowVersionDetailResponseSkcomponentOptionsContentTypeEnumValues = []DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType{
	"image",
	"text",
}

All allowed values of DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType enum

View Source
var AllowedDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewTypeEnumValues = []DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType{
	"image",
	"text",
}

All allowed values of DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType enum

View Source
var AllowedDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreviewEnumValues = []DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview{
	"no",
	"yes",
}

All allowed values of DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview enum

View Source
var AllowedDaVinciVariableCreateRequestContextEnumValues = []DaVinciVariableCreateRequestContext{
	"company",
	"flow",
	"flowInstance",
	"user",
}

All allowed values of DaVinciVariableCreateRequestContext enum

View Source
var AllowedDaVinciVariableCreateRequestDataTypeEnumValues = []DaVinciVariableCreateRequestDataType{
	"boolean",
	"number",
	"object",
	"secret",
	"string",
}

All allowed values of DaVinciVariableCreateRequestDataType enum

View Source
var AllowedDaVinciVariableReplaceRequestContextEnumValues = []DaVinciVariableReplaceRequestContext{
	"company",
	"flow",
	"flowInstance",
	"user",
}

All allowed values of DaVinciVariableReplaceRequestContext enum

View Source
var AllowedDaVinciVariableReplaceRequestDataTypeEnumValues = []DaVinciVariableReplaceRequestDataType{
	"boolean",
	"number",
	"object",
	"secret",
	"string",
}

All allowed values of DaVinciVariableReplaceRequestDataType enum

View Source
var AllowedDaVinciVariableResponseDataTypeEnumValues = []DaVinciVariableResponseDataType{
	"array",
	"boolean",
	"button",
	"list",
	"listInt",
	"mapping",
	"number",
	"object",
	"propertyGroup",
	"screenConfig",
	"secret",
	"skConnectorList",
	"skEvent",
	"string",
	"timestamp",
}

All allowed values of DaVinciVariableResponseDataType enum

View Source
var AllowedEnvironmentBillOfMaterialsProductTypeEnumValues = []EnvironmentBillOfMaterialsProductType{
	"IDENTITY_CLOUD",
	"PING_ACCESS",
	"PING_AUTHORIZE",
	"PING_CENTRAL",
	"PING_DATA_GOVERNANCE",
	"PING_DATA_SYNC",
	"PING_DIRECTORY",
	"PING_FEDERATE",
	"PING_ID",
	"PING_ID_SDK",
	"PING_INTELLIGENCE",
	"PING_ONE_AUTHORIZE",
	"PING_ONE_BASE",
	"PING_ONE_CREDENTIALS",
	"PING_ONE_DAVINCI",
	"PING_ONE_FOR_ENTERPRISE",
	"PING_ONE_FOR_SAAS",
	"PING_ONE_FRAUD",
	"PING_ONE_ID",
	"PING_ONE_LEGACY",
	"PING_ONE_MFA",
	"PING_ONE_ORCHESTRATE",
	"PING_ONE_PROVISIONING",
	"PING_ONE_RISK",
	"PING_ONE_VERIFY",
}

All allowed values of EnvironmentBillOfMaterialsProductType enum

View Source
var AllowedEnvironmentBillOfMaterialsSolutionTypeEnumValues = []EnvironmentBillOfMaterialsSolutionType{
	"CIAM_TRIAL",
	"CUSTOMER",
	"WF_TRIAL",
	"WORKFORCE",
}

All allowed values of EnvironmentBillOfMaterialsSolutionType enum

View Source
var AllowedEnvironmentCreateRequestSubtypeEnumValues = []EnvironmentCreateRequestSubtype{
	"DEV",
	"QA",
	"STAGING",
	"TESTING",
	"UAT",
}

All allowed values of EnvironmentCreateRequestSubtype enum

View Source
var AllowedEnvironmentRegionCodeEnumValues = []EnvironmentRegionCode{
	"AP",
	"AU",
	"CA",
	"EU",
	"NA",
	"SG",
}

All allowed values of EnvironmentRegionCode enum

View Source
var AllowedEnvironmentReplaceRequestSubtypeEnumValues = []EnvironmentReplaceRequestSubtype{
	"DEV",
	"QA",
	"STAGING",
	"TESTING",
	"UAT",
}

All allowed values of EnvironmentReplaceRequestSubtype enum

View Source
var AllowedEnvironmentResponseSubtypeEnumValues = []EnvironmentResponseSubtype{
	"DEV",
	"QA",
	"STAGING",
	"TESTING",
	"UAT",
}

All allowed values of EnvironmentResponseSubtype enum

View Source
var AllowedEnvironmentStatusValueEnumValues = []EnvironmentStatusValue{
	"ACTIVE",
	"DELETE_PENDING",
}

All allowed values of EnvironmentStatusValue enum

View Source
var AllowedEnvironmentTypeValueEnumValues = []EnvironmentTypeValue{
	"PRODUCTION",
	"SANDBOX",
}

All allowed values of EnvironmentTypeValue enum

View Source
var AllowedForbiddenErrorCodeEnumValues = []ForbiddenErrorCode{
	"ACCESS_FAILED",
}

All allowed values of ForbiddenErrorCode enum

View Source
var AllowedForbiddenErrorDetailCodeEnumValues = []ForbiddenErrorDetailCode{
	"INSUFFICIENT_PERMISSIONS",
	"LICENSE_EXCEEDED",
}

All allowed values of ForbiddenErrorDetailCode enum

View Source
var AllowedInternalServerErrorCodeEnumValues = []InternalServerErrorCode{
	"UNEXPECTED_ERROR",
}

All allowed values of InternalServerErrorCode enum

View Source
var AllowedNotFoundErrorCodeEnumValues = []NotFoundErrorCode{
	"NOT_FOUND",
}

All allowed values of NotFoundErrorCode enum

View Source
var AllowedSnapshotViewStatusEnumValues = []SnapshotViewStatus{
	"COMPLETE",
	"ERROR",
	"IN_PROGRESS",
	"WAITING",
}

All allowed values of SnapshotViewStatus enum

View Source
var AllowedTooManyRequestsErrorCodeEnumValues = []TooManyRequestsErrorCode{
	"REQUEST_LIMITED",
}

All allowed values of TooManyRequestsErrorCode enum

View Source
var AllowedTooManyRequestsErrorDetailCodeEnumValues = []TooManyRequestsErrorDetailCode{
	"LIMIT_EXCEEDED",
	"QUOTA_EXCEEDED",
}

All allowed values of TooManyRequestsErrorDetailCode enum

View Source
var AllowedUnauthorizedErrorCodeEnumValues = []UnauthorizedErrorCode{
	"ACCESS_FAILED",
}

All allowed values of UnauthorizedErrorCode enum

View Source
var AllowedUnauthorizedErrorDetailCodeEnumValues = []UnauthorizedErrorDetailCode{
	"INSUFFICIENT_PERMISSIONS",
	"INVALID_TOKEN",
}

All allowed values of UnauthorizedErrorDetailCode enum

View Source
var AllowedUnsupportedMediaTypeErrorCodeEnumValues = []UnsupportedMediaTypeErrorCode{
	"INVALID_REQUEST",
}

All allowed values of UnsupportedMediaTypeErrorCode enum

Functions ¶

func CacheExpires ¶

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

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

func IsNil ¶

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func NewServiceConfiguration ¶

func NewServiceConfiguration() *pingone.Configuration

func PtrBool ¶

func PtrBool(v bool) *bool

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

func PtrFloat32 ¶

func PtrFloat32(v float32) *float32

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

func PtrFloat64 ¶

func PtrFloat64(v float64) *float64

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

func PtrInt ¶

func PtrInt(v int) *int

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

func PtrInt32 ¶

func PtrInt32(v int32) *int32

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

func PtrInt64 ¶

func PtrInt64(v int64) *int64

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

func PtrString ¶

func PtrString(v string) *string

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

func PtrTime ¶

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

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

Types ¶

type APIClient ¶

type APIClient struct {
	ConfigurationManagementApi *ConfigurationManagementApiService

	DaVinciApplicationsApi *DaVinciApplicationsApiService

	DaVinciConnectorsApi *DaVinciConnectorsApiService

	DaVinciFlowVersionsApi *DaVinciFlowVersionsApiService

	DaVinciFlowsApi *DaVinciFlowsApiService

	DaVinciVariablesApi *DaVinciVariablesApiService

	DirectoryTotalIdentitiesApi *DirectoryTotalIdentitiesApiService

	EnvironmentsApi *EnvironmentsApiService

	FlowPoliciesApi *FlowPoliciesApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the PingOne Platform User and Configuration Management API - SDK Generator API v2026.01.14-beta In most cases there should be only one, shared, APIClient.

func NewAPIClient ¶

func NewAPIClient(cfg *Configuration) (*APIClient, error)

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

func (*APIClient) GetConfig ¶

func (c *APIClient) GetConfig() *Configuration

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

type APIError ¶

type APIError struct {
	// contains filtered or unexported fields
}

APIError Provides access to the body, error and model on returned errors.

func (APIError) Body ¶

func (e APIError) Body() []byte

Body returns the raw bytes of the response

func (APIError) Error ¶

func (e APIError) Error() string

Error returns non-empty string if there was an error.

func (APIError) Model ¶

func (e APIError) Model() interface{}

Model returns the unpacked model of the error

type APIResponse ¶

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse ¶

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError ¶

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type ApiCloneFlowByIdAsCloneJsonRequest ¶ added in v0.3.0

type ApiCloneFlowByIdAsCloneJsonRequest struct {
	ApiService *DaVinciFlowsApiService
	// contains filtered or unexported fields
}

func (ApiCloneFlowByIdAsCloneJsonRequest) Execute ¶ added in v0.3.0

func (ApiCloneFlowByIdAsCloneJsonRequest) RequestBody ¶ added in v0.3.0

func (r ApiCloneFlowByIdAsCloneJsonRequest) RequestBody(requestBody map[string]interface{}) ApiCloneFlowByIdAsCloneJsonRequest

func (ApiCloneFlowByIdAsCloneJsonRequest) XPingExternalSessionID ¶ added in v0.3.0

func (r ApiCloneFlowByIdAsCloneJsonRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCloneFlowByIdAsCloneJsonRequest

func (ApiCloneFlowByIdAsCloneJsonRequest) XPingExternalTransactionID ¶ added in v0.3.0

func (r ApiCloneFlowByIdAsCloneJsonRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCloneFlowByIdAsCloneJsonRequest

type ApiCreateConnectorInstanceByIdRequest ¶

type ApiCreateConnectorInstanceByIdRequest struct {
	ApiService *DaVinciConnectorsApiService
	// contains filtered or unexported fields
}

func (ApiCreateConnectorInstanceByIdRequest) Execute ¶

func (ApiCreateConnectorInstanceByIdRequest) RequestBody ¶

func (r ApiCreateConnectorInstanceByIdRequest) RequestBody(requestBody map[string]interface{}) ApiCreateConnectorInstanceByIdRequest

func (ApiCreateConnectorInstanceByIdRequest) XPingExternalSessionID ¶

func (r ApiCreateConnectorInstanceByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateConnectorInstanceByIdRequest

func (ApiCreateConnectorInstanceByIdRequest) XPingExternalTransactionID ¶

func (r ApiCreateConnectorInstanceByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateConnectorInstanceByIdRequest

type ApiCreateConnectorInstanceRequest ¶

type ApiCreateConnectorInstanceRequest struct {
	ApiService *DaVinciConnectorsApiService
	// contains filtered or unexported fields
}

func (ApiCreateConnectorInstanceRequest) DaVinciConnectorInstanceCreateRequest ¶

func (r ApiCreateConnectorInstanceRequest) DaVinciConnectorInstanceCreateRequest(daVinciConnectorInstanceCreateRequest DaVinciConnectorInstanceCreateRequest) ApiCreateConnectorInstanceRequest

func (ApiCreateConnectorInstanceRequest) Execute ¶

func (ApiCreateConnectorInstanceRequest) XPingExternalSessionID ¶

func (r ApiCreateConnectorInstanceRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateConnectorInstanceRequest

func (ApiCreateConnectorInstanceRequest) XPingExternalTransactionID ¶

func (r ApiCreateConnectorInstanceRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateConnectorInstanceRequest

type ApiCreateDavinciApplicationRequest ¶

type ApiCreateDavinciApplicationRequest struct {
	ApiService *DaVinciApplicationsApiService
	// contains filtered or unexported fields
}

func (ApiCreateDavinciApplicationRequest) DaVinciApplicationCreateRequest ¶

func (r ApiCreateDavinciApplicationRequest) DaVinciApplicationCreateRequest(daVinciApplicationCreateRequest DaVinciApplicationCreateRequest) ApiCreateDavinciApplicationRequest

func (ApiCreateDavinciApplicationRequest) Execute ¶

func (ApiCreateDavinciApplicationRequest) XPingExternalSessionID ¶

func (r ApiCreateDavinciApplicationRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateDavinciApplicationRequest

func (ApiCreateDavinciApplicationRequest) XPingExternalTransactionID ¶

func (r ApiCreateDavinciApplicationRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateDavinciApplicationRequest

type ApiCreateEnvironmentRequest ¶

type ApiCreateEnvironmentRequest struct {
	ApiService *EnvironmentsApiService
	// contains filtered or unexported fields
}

func (ApiCreateEnvironmentRequest) EnvironmentCreateRequest ¶

func (r ApiCreateEnvironmentRequest) EnvironmentCreateRequest(environmentCreateRequest EnvironmentCreateRequest) ApiCreateEnvironmentRequest

func (ApiCreateEnvironmentRequest) Execute ¶

func (ApiCreateEnvironmentRequest) XPingExternalSessionID ¶

func (r ApiCreateEnvironmentRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateEnvironmentRequest

func (ApiCreateEnvironmentRequest) XPingExternalTransactionID ¶

func (r ApiCreateEnvironmentRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateEnvironmentRequest

type ApiCreateFlowPolicyByDavinciApplicationIdRequest ¶

type ApiCreateFlowPolicyByDavinciApplicationIdRequest struct {
	ApiService *DaVinciApplicationsApiService
	// contains filtered or unexported fields
}

func (ApiCreateFlowPolicyByDavinciApplicationIdRequest) DaVinciFlowPolicyCreateRequest ¶

func (ApiCreateFlowPolicyByDavinciApplicationIdRequest) Execute ¶

func (ApiCreateFlowPolicyByDavinciApplicationIdRequest) XPingExternalSessionID ¶

func (ApiCreateFlowPolicyByDavinciApplicationIdRequest) XPingExternalTransactionID ¶

func (r ApiCreateFlowPolicyByDavinciApplicationIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateFlowPolicyByDavinciApplicationIdRequest

type ApiCreateFlowRequest ¶ added in v0.3.0

type ApiCreateFlowRequest struct {
	ApiService *DaVinciFlowsApiService
	// contains filtered or unexported fields
}

func (ApiCreateFlowRequest) DaVinciFlowCreateRequest ¶ added in v0.3.0

func (r ApiCreateFlowRequest) DaVinciFlowCreateRequest(daVinciFlowCreateRequest DaVinciFlowCreateRequest) ApiCreateFlowRequest

func (ApiCreateFlowRequest) Execute ¶ added in v0.3.0

func (ApiCreateFlowRequest) XPingExternalSessionID ¶ added in v0.3.0

func (r ApiCreateFlowRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateFlowRequest

func (ApiCreateFlowRequest) XPingExternalTransactionID ¶ added in v0.3.0

func (r ApiCreateFlowRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateFlowRequest

type ApiCreateSnapshotRequest ¶ added in v0.2.0

type ApiCreateSnapshotRequest struct {
	ApiService *ConfigurationManagementApiService
	// contains filtered or unexported fields
}

func (ApiCreateSnapshotRequest) Execute ¶ added in v0.2.0

func (ApiCreateSnapshotRequest) Expand ¶ added in v0.2.0

func (ApiCreateSnapshotRequest) SnapshotRequest ¶ added in v0.2.0

func (r ApiCreateSnapshotRequest) SnapshotRequest(snapshotRequest SnapshotRequest) ApiCreateSnapshotRequest

func (ApiCreateSnapshotRequest) XPingExternalSessionID ¶ added in v0.2.0

func (r ApiCreateSnapshotRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateSnapshotRequest

func (ApiCreateSnapshotRequest) XPingExternalTransactionID ¶ added in v0.2.0

func (r ApiCreateSnapshotRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateSnapshotRequest

type ApiCreateVariableRequest ¶

type ApiCreateVariableRequest struct {
	ApiService *DaVinciVariablesApiService
	// contains filtered or unexported fields
}

func (ApiCreateVariableRequest) DaVinciVariableCreateRequest ¶

func (r ApiCreateVariableRequest) DaVinciVariableCreateRequest(daVinciVariableCreateRequest DaVinciVariableCreateRequest) ApiCreateVariableRequest

func (ApiCreateVariableRequest) Execute ¶

func (ApiCreateVariableRequest) XPingExternalSessionID ¶

func (r ApiCreateVariableRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateVariableRequest

func (ApiCreateVariableRequest) XPingExternalTransactionID ¶

func (r ApiCreateVariableRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateVariableRequest

type ApiDeleteConnectorInstanceByIdRequest ¶

type ApiDeleteConnectorInstanceByIdRequest struct {
	ApiService *DaVinciConnectorsApiService
	// contains filtered or unexported fields
}

func (ApiDeleteConnectorInstanceByIdRequest) Execute ¶

func (ApiDeleteConnectorInstanceByIdRequest) XPingExternalSessionID ¶

func (r ApiDeleteConnectorInstanceByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteConnectorInstanceByIdRequest

func (ApiDeleteConnectorInstanceByIdRequest) XPingExternalTransactionID ¶

func (r ApiDeleteConnectorInstanceByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteConnectorInstanceByIdRequest

type ApiDeleteDavinciApplicationByIdRequest ¶

type ApiDeleteDavinciApplicationByIdRequest struct {
	ApiService *DaVinciApplicationsApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDavinciApplicationByIdRequest) Execute ¶

func (ApiDeleteDavinciApplicationByIdRequest) XPingExternalSessionID ¶

func (r ApiDeleteDavinciApplicationByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteDavinciApplicationByIdRequest

func (ApiDeleteDavinciApplicationByIdRequest) XPingExternalTransactionID ¶

func (r ApiDeleteDavinciApplicationByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteDavinciApplicationByIdRequest

type ApiDeleteEnvironmentByIdRequest ¶

type ApiDeleteEnvironmentByIdRequest struct {
	ApiService *EnvironmentsApiService
	// contains filtered or unexported fields
}

func (ApiDeleteEnvironmentByIdRequest) Execute ¶

func (ApiDeleteEnvironmentByIdRequest) XPingExternalSessionID ¶

func (r ApiDeleteEnvironmentByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteEnvironmentByIdRequest

func (ApiDeleteEnvironmentByIdRequest) XPingExternalTransactionID ¶

func (r ApiDeleteEnvironmentByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteEnvironmentByIdRequest

type ApiDeleteFlowByIdRequest ¶ added in v0.3.0

type ApiDeleteFlowByIdRequest struct {
	ApiService *DaVinciFlowsApiService
	// contains filtered or unexported fields
}

func (ApiDeleteFlowByIdRequest) Execute ¶ added in v0.3.0

func (r ApiDeleteFlowByIdRequest) Execute() (*http.Response, error)

func (ApiDeleteFlowByIdRequest) XPingExternalSessionID ¶ added in v0.3.0

func (r ApiDeleteFlowByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteFlowByIdRequest

func (ApiDeleteFlowByIdRequest) XPingExternalTransactionID ¶ added in v0.3.0

func (r ApiDeleteFlowByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteFlowByIdRequest

type ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest ¶

type ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest struct {
	ApiService *DaVinciApplicationsApiService
	// contains filtered or unexported fields
}

func (ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest) Execute ¶

func (ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalSessionID ¶

func (ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalTransactionID ¶

type ApiDeleteVariableByIdRequest ¶

type ApiDeleteVariableByIdRequest struct {
	ApiService *DaVinciVariablesApiService
	// contains filtered or unexported fields
}

func (ApiDeleteVariableByIdRequest) Execute ¶

func (ApiDeleteVariableByIdRequest) XPingExternalSessionID ¶

func (r ApiDeleteVariableByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteVariableByIdRequest

func (ApiDeleteVariableByIdRequest) XPingExternalTransactionID ¶

func (r ApiDeleteVariableByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteVariableByIdRequest

type ApiDeleteVersionByIdUsingFlowIdRequest ¶ added in v0.3.0

type ApiDeleteVersionByIdUsingFlowIdRequest struct {
	ApiService *DaVinciFlowVersionsApiService
	// contains filtered or unexported fields
}

func (ApiDeleteVersionByIdUsingFlowIdRequest) Execute ¶ added in v0.3.0

func (ApiDeleteVersionByIdUsingFlowIdRequest) XPingExternalSessionID ¶ added in v0.3.0

func (r ApiDeleteVersionByIdUsingFlowIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteVersionByIdUsingFlowIdRequest

func (ApiDeleteVersionByIdUsingFlowIdRequest) XPingExternalTransactionID ¶ added in v0.3.0

func (r ApiDeleteVersionByIdUsingFlowIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteVersionByIdUsingFlowIdRequest

type ApiDeployFlowByIdAsDeployJsonRequest ¶ added in v0.3.0

type ApiDeployFlowByIdAsDeployJsonRequest struct {
	ApiService *DaVinciFlowsApiService
	// contains filtered or unexported fields
}

func (ApiDeployFlowByIdAsDeployJsonRequest) Execute ¶ added in v0.3.0

func (ApiDeployFlowByIdAsDeployJsonRequest) RequestBody ¶ added in v0.3.0

func (r ApiDeployFlowByIdAsDeployJsonRequest) RequestBody(requestBody map[string]interface{}) ApiDeployFlowByIdAsDeployJsonRequest

func (ApiDeployFlowByIdAsDeployJsonRequest) XPingExternalSessionID ¶ added in v0.3.0

func (r ApiDeployFlowByIdAsDeployJsonRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeployFlowByIdAsDeployJsonRequest

func (ApiDeployFlowByIdAsDeployJsonRequest) XPingExternalTransactionID ¶ added in v0.3.0

func (r ApiDeployFlowByIdAsDeployJsonRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeployFlowByIdAsDeployJsonRequest

type ApiGetBillOfMaterialsByEnvironmentIdRequest ¶

type ApiGetBillOfMaterialsByEnvironmentIdRequest struct {
	ApiService *EnvironmentsApiService
	// contains filtered or unexported fields
}

func (ApiGetBillOfMaterialsByEnvironmentIdRequest) Execute ¶

func (ApiGetBillOfMaterialsByEnvironmentIdRequest) XPingExternalSessionID ¶

func (ApiGetBillOfMaterialsByEnvironmentIdRequest) XPingExternalTransactionID ¶

func (r ApiGetBillOfMaterialsByEnvironmentIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetBillOfMaterialsByEnvironmentIdRequest

type ApiGetConnectorByIdRequest ¶

type ApiGetConnectorByIdRequest struct {
	ApiService *DaVinciConnectorsApiService
	// contains filtered or unexported fields
}

func (ApiGetConnectorByIdRequest) Execute ¶

func (ApiGetConnectorByIdRequest) XPingExternalSessionID ¶

func (r ApiGetConnectorByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetConnectorByIdRequest

func (ApiGetConnectorByIdRequest) XPingExternalTransactionID ¶

func (r ApiGetConnectorByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetConnectorByIdRequest

type ApiGetConnectorInstanceByIdRequest ¶

type ApiGetConnectorInstanceByIdRequest struct {
	ApiService *DaVinciConnectorsApiService
	// contains filtered or unexported fields
}

func (ApiGetConnectorInstanceByIdRequest) Execute ¶

func (ApiGetConnectorInstanceByIdRequest) XPingExternalSessionID ¶

func (r ApiGetConnectorInstanceByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetConnectorInstanceByIdRequest

func (ApiGetConnectorInstanceByIdRequest) XPingExternalTransactionID ¶

func (r ApiGetConnectorInstanceByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetConnectorInstanceByIdRequest

type ApiGetConnectorInstancesRequest ¶

type ApiGetConnectorInstancesRequest struct {
	ApiService *DaVinciConnectorsApiService
	// contains filtered or unexported fields
}

func (ApiGetConnectorInstancesRequest) Execute ¶

func (ApiGetConnectorInstancesRequest) XPingExternalSessionID ¶

func (r ApiGetConnectorInstancesRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetConnectorInstancesRequest

func (ApiGetConnectorInstancesRequest) XPingExternalTransactionID ¶

func (r ApiGetConnectorInstancesRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetConnectorInstancesRequest

type ApiGetConnectorsRequest ¶

type ApiGetConnectorsRequest struct {
	ApiService *DaVinciConnectorsApiService
	// contains filtered or unexported fields
}

func (ApiGetConnectorsRequest) Execute ¶

func (ApiGetConnectorsRequest) XPingExternalSessionID ¶

func (r ApiGetConnectorsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetConnectorsRequest

func (ApiGetConnectorsRequest) XPingExternalTransactionID ¶

func (r ApiGetConnectorsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetConnectorsRequest

type ApiGetDavinciApplicationByIdRequest ¶

type ApiGetDavinciApplicationByIdRequest struct {
	ApiService *DaVinciApplicationsApiService
	// contains filtered or unexported fields
}

func (ApiGetDavinciApplicationByIdRequest) Execute ¶

func (ApiGetDavinciApplicationByIdRequest) XPingExternalSessionID ¶

func (r ApiGetDavinciApplicationByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetDavinciApplicationByIdRequest

func (ApiGetDavinciApplicationByIdRequest) XPingExternalTransactionID ¶

func (r ApiGetDavinciApplicationByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetDavinciApplicationByIdRequest

type ApiGetDavinciApplicationsRequest ¶

type ApiGetDavinciApplicationsRequest struct {
	ApiService *DaVinciApplicationsApiService
	// contains filtered or unexported fields
}

func (ApiGetDavinciApplicationsRequest) Execute ¶

func (ApiGetDavinciApplicationsRequest) XPingExternalSessionID ¶

func (r ApiGetDavinciApplicationsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetDavinciApplicationsRequest

func (ApiGetDavinciApplicationsRequest) XPingExternalTransactionID ¶

func (r ApiGetDavinciApplicationsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetDavinciApplicationsRequest

type ApiGetDetailsByConnectorIdRequest ¶

type ApiGetDetailsByConnectorIdRequest struct {
	ApiService *DaVinciConnectorsApiService
	// contains filtered or unexported fields
}

func (ApiGetDetailsByConnectorIdRequest) Execute ¶

func (ApiGetDetailsByConnectorIdRequest) XPingExternalSessionID ¶

func (r ApiGetDetailsByConnectorIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetDetailsByConnectorIdRequest

func (ApiGetDetailsByConnectorIdRequest) XPingExternalTransactionID ¶

func (r ApiGetDetailsByConnectorIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetDetailsByConnectorIdRequest

type ApiGetDetailsByFlowIdAndVersionIdRequest ¶ added in v0.3.0

type ApiGetDetailsByFlowIdAndVersionIdRequest struct {
	ApiService *DaVinciFlowVersionsApiService
	// contains filtered or unexported fields
}

func (ApiGetDetailsByFlowIdAndVersionIdRequest) Execute ¶ added in v0.3.0

func (ApiGetDetailsByFlowIdAndVersionIdRequest) Expand ¶ added in v0.3.0

func (ApiGetDetailsByFlowIdAndVersionIdRequest) XPingExternalSessionID ¶ added in v0.3.0

func (r ApiGetDetailsByFlowIdAndVersionIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetDetailsByFlowIdAndVersionIdRequest

func (ApiGetDetailsByFlowIdAndVersionIdRequest) XPingExternalTransactionID ¶ added in v0.3.0

func (r ApiGetDetailsByFlowIdAndVersionIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetDetailsByFlowIdAndVersionIdRequest

type ApiGetEnvironmentByIdRequest ¶

type ApiGetEnvironmentByIdRequest struct {
	ApiService *EnvironmentsApiService
	// contains filtered or unexported fields
}

func (ApiGetEnvironmentByIdRequest) Execute ¶

func (ApiGetEnvironmentByIdRequest) Expand ¶

func (ApiGetEnvironmentByIdRequest) XPingExternalSessionID ¶

func (r ApiGetEnvironmentByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetEnvironmentByIdRequest

func (ApiGetEnvironmentByIdRequest) XPingExternalTransactionID ¶

func (r ApiGetEnvironmentByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetEnvironmentByIdRequest

type ApiGetEnvironmentsRequest ¶

type ApiGetEnvironmentsRequest struct {
	ApiService *EnvironmentsApiService
	// contains filtered or unexported fields
}

func (ApiGetEnvironmentsRequest) Cursor ¶

func (ApiGetEnvironmentsRequest) Execute ¶

func (ApiGetEnvironmentsRequest) ExecuteInitialPage ¶

func (ApiGetEnvironmentsRequest) Expand ¶

func (ApiGetEnvironmentsRequest) Filter ¶

func (ApiGetEnvironmentsRequest) Limit ¶

func (ApiGetEnvironmentsRequest) Order ¶

func (ApiGetEnvironmentsRequest) XPingExternalSessionID ¶

func (r ApiGetEnvironmentsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetEnvironmentsRequest

func (ApiGetEnvironmentsRequest) XPingExternalTransactionID ¶

func (r ApiGetEnvironmentsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetEnvironmentsRequest

type ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest ¶

type ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest struct {
	ApiService *DaVinciApplicationsApiService
	// contains filtered or unexported fields
}

func (ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest) Execute ¶

func (ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest) XPingExternalSessionID ¶

func (ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest) XPingExternalTransactionID ¶

type ApiGetFlowByIdRequest ¶ added in v0.3.0

type ApiGetFlowByIdRequest struct {
	ApiService *DaVinciFlowsApiService
	// contains filtered or unexported fields
}

func (ApiGetFlowByIdRequest) Attributes ¶ added in v0.3.0

func (r ApiGetFlowByIdRequest) Attributes(attributes string) ApiGetFlowByIdRequest

func (ApiGetFlowByIdRequest) Execute ¶ added in v0.3.0

func (ApiGetFlowByIdRequest) XPingExternalSessionID ¶ added in v0.3.0

func (r ApiGetFlowByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetFlowByIdRequest

func (ApiGetFlowByIdRequest) XPingExternalTransactionID ¶ added in v0.3.0

func (r ApiGetFlowByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetFlowByIdRequest

type ApiGetFlowPoliciesByDavinciApplicationIdRequest ¶

type ApiGetFlowPoliciesByDavinciApplicationIdRequest struct {
	ApiService *DaVinciApplicationsApiService
	// contains filtered or unexported fields
}

func (ApiGetFlowPoliciesByDavinciApplicationIdRequest) Execute ¶

func (ApiGetFlowPoliciesByDavinciApplicationIdRequest) XPingExternalSessionID ¶

func (ApiGetFlowPoliciesByDavinciApplicationIdRequest) XPingExternalTransactionID ¶

func (r ApiGetFlowPoliciesByDavinciApplicationIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetFlowPoliciesByDavinciApplicationIdRequest

type ApiGetFlowPolicyByIdRequest ¶ added in v0.3.0

type ApiGetFlowPolicyByIdRequest struct {
	ApiService *FlowPoliciesApiService
	// contains filtered or unexported fields
}

func (ApiGetFlowPolicyByIdRequest) Execute ¶ added in v0.3.0

func (ApiGetFlowPolicyByIdRequest) XPingExternalSessionID ¶ added in v0.3.0

func (r ApiGetFlowPolicyByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetFlowPolicyByIdRequest

func (ApiGetFlowPolicyByIdRequest) XPingExternalTransactionID ¶ added in v0.3.0

func (r ApiGetFlowPolicyByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetFlowPolicyByIdRequest

type ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest ¶

type ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest struct {
	ApiService *DaVinciApplicationsApiService
	// contains filtered or unexported fields
}

func (ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest) Execute ¶

func (ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalSessionID ¶

func (ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalTransactionID ¶

type ApiGetFlowsRequest ¶ added in v0.3.0

type ApiGetFlowsRequest struct {
	ApiService *DaVinciFlowsApiService
	// contains filtered or unexported fields
}

func (ApiGetFlowsRequest) Attributes ¶ added in v0.3.0

func (r ApiGetFlowsRequest) Attributes(attributes string) ApiGetFlowsRequest

func (ApiGetFlowsRequest) Execute ¶ added in v0.3.0

func (ApiGetFlowsRequest) XPingExternalSessionID ¶ added in v0.3.0

func (r ApiGetFlowsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetFlowsRequest

func (ApiGetFlowsRequest) XPingExternalTransactionID ¶ added in v0.3.0

func (r ApiGetFlowsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetFlowsRequest

type ApiGetSnapshotByIdRequest ¶ added in v0.2.0

type ApiGetSnapshotByIdRequest struct {
	ApiService *ConfigurationManagementApiService
	// contains filtered or unexported fields
}

func (ApiGetSnapshotByIdRequest) Execute ¶ added in v0.2.0

func (ApiGetSnapshotByIdRequest) Expand ¶ added in v0.2.0

func (ApiGetSnapshotByIdRequest) Filter ¶ added in v0.2.0

func (ApiGetSnapshotByIdRequest) XPingExternalSessionID ¶ added in v0.2.0

func (r ApiGetSnapshotByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetSnapshotByIdRequest

func (ApiGetSnapshotByIdRequest) XPingExternalTransactionID ¶ added in v0.2.0

func (r ApiGetSnapshotByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetSnapshotByIdRequest

type ApiGetTotalIdentitiesRequest ¶

type ApiGetTotalIdentitiesRequest struct {
	ApiService *DirectoryTotalIdentitiesApiService
	// contains filtered or unexported fields
}

func (ApiGetTotalIdentitiesRequest) Execute ¶

func (ApiGetTotalIdentitiesRequest) Filter ¶

func (ApiGetTotalIdentitiesRequest) XPingExternalSessionID ¶

func (r ApiGetTotalIdentitiesRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetTotalIdentitiesRequest

func (ApiGetTotalIdentitiesRequest) XPingExternalTransactionID ¶

func (r ApiGetTotalIdentitiesRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetTotalIdentitiesRequest

type ApiGetVariableByIdRequest ¶

type ApiGetVariableByIdRequest struct {
	ApiService *DaVinciVariablesApiService
	// contains filtered or unexported fields
}

func (ApiGetVariableByIdRequest) Execute ¶

func (ApiGetVariableByIdRequest) XPingExternalSessionID ¶

func (r ApiGetVariableByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetVariableByIdRequest

func (ApiGetVariableByIdRequest) XPingExternalTransactionID ¶

func (r ApiGetVariableByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetVariableByIdRequest

type ApiGetVariablesRequest ¶

type ApiGetVariablesRequest struct {
	ApiService *DaVinciVariablesApiService
	// contains filtered or unexported fields
}

func (ApiGetVariablesRequest) Cursor ¶

func (ApiGetVariablesRequest) Execute ¶

func (ApiGetVariablesRequest) ExecuteInitialPage ¶

func (ApiGetVariablesRequest) Filter ¶

func (ApiGetVariablesRequest) Limit ¶

func (ApiGetVariablesRequest) XPingExternalSessionID ¶

func (r ApiGetVariablesRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetVariablesRequest

func (ApiGetVariablesRequest) XPingExternalTransactionID ¶

func (r ApiGetVariablesRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetVariablesRequest

type ApiGetVersionByIdUsingFlowIdRequest ¶ added in v0.3.0

type ApiGetVersionByIdUsingFlowIdRequest struct {
	ApiService *DaVinciFlowVersionsApiService
	// contains filtered or unexported fields
}

func (ApiGetVersionByIdUsingFlowIdRequest) Execute ¶ added in v0.3.0

func (ApiGetVersionByIdUsingFlowIdRequest) XPingExternalSessionID ¶ added in v0.3.0

func (r ApiGetVersionByIdUsingFlowIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetVersionByIdUsingFlowIdRequest

func (ApiGetVersionByIdUsingFlowIdRequest) XPingExternalTransactionID ¶ added in v0.3.0

func (r ApiGetVersionByIdUsingFlowIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetVersionByIdUsingFlowIdRequest

type ApiGetVersionByIdUsingSnapshotIdRequest ¶ added in v0.2.0

type ApiGetVersionByIdUsingSnapshotIdRequest struct {
	ApiService *ConfigurationManagementApiService
	// contains filtered or unexported fields
}

func (ApiGetVersionByIdUsingSnapshotIdRequest) Attributes ¶ added in v0.3.0

func (ApiGetVersionByIdUsingSnapshotIdRequest) Execute ¶ added in v0.2.0

func (ApiGetVersionByIdUsingSnapshotIdRequest) Expand ¶ added in v0.2.0

func (ApiGetVersionByIdUsingSnapshotIdRequest) Filter ¶ added in v0.2.0

func (ApiGetVersionByIdUsingSnapshotIdRequest) XPingExternalSessionID ¶ added in v0.2.0

func (r ApiGetVersionByIdUsingSnapshotIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetVersionByIdUsingSnapshotIdRequest

func (ApiGetVersionByIdUsingSnapshotIdRequest) XPingExternalTransactionID ¶ added in v0.2.0

func (r ApiGetVersionByIdUsingSnapshotIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetVersionByIdUsingSnapshotIdRequest

type ApiGetVersionsByFlowIdRequest ¶ added in v0.3.0

type ApiGetVersionsByFlowIdRequest struct {
	ApiService *DaVinciFlowVersionsApiService
	// contains filtered or unexported fields
}

func (ApiGetVersionsByFlowIdRequest) Execute ¶ added in v0.3.0

func (ApiGetVersionsByFlowIdRequest) XPingExternalSessionID ¶ added in v0.3.0

func (r ApiGetVersionsByFlowIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetVersionsByFlowIdRequest

func (ApiGetVersionsByFlowIdRequest) XPingExternalTransactionID ¶ added in v0.3.0

func (r ApiGetVersionsByFlowIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetVersionsByFlowIdRequest

type ApiGetVersionsBySnapshotIdRequest ¶ added in v0.2.0

type ApiGetVersionsBySnapshotIdRequest struct {
	ApiService *ConfigurationManagementApiService
	// contains filtered or unexported fields
}

func (ApiGetVersionsBySnapshotIdRequest) Execute ¶ added in v0.2.0

func (ApiGetVersionsBySnapshotIdRequest) XPingExternalSessionID ¶ added in v0.2.0

func (r ApiGetVersionsBySnapshotIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetVersionsBySnapshotIdRequest

func (ApiGetVersionsBySnapshotIdRequest) XPingExternalTransactionID ¶ added in v0.2.0

func (r ApiGetVersionsBySnapshotIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetVersionsBySnapshotIdRequest

type ApiReplaceAliasByFlowIdAndVersionIdRequest ¶ added in v0.3.0

type ApiReplaceAliasByFlowIdAndVersionIdRequest struct {
	ApiService *DaVinciFlowVersionsApiService
	// contains filtered or unexported fields
}

func (ApiReplaceAliasByFlowIdAndVersionIdRequest) DaVinciFlowVersionAliasRequest ¶ added in v0.3.0

func (r ApiReplaceAliasByFlowIdAndVersionIdRequest) DaVinciFlowVersionAliasRequest(daVinciFlowVersionAliasRequest DaVinciFlowVersionAliasRequest) ApiReplaceAliasByFlowIdAndVersionIdRequest

func (ApiReplaceAliasByFlowIdAndVersionIdRequest) Execute ¶ added in v0.3.0

func (ApiReplaceAliasByFlowIdAndVersionIdRequest) XPingExternalSessionID ¶ added in v0.3.0

func (r ApiReplaceAliasByFlowIdAndVersionIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceAliasByFlowIdAndVersionIdRequest

func (ApiReplaceAliasByFlowIdAndVersionIdRequest) XPingExternalTransactionID ¶ added in v0.3.0

func (r ApiReplaceAliasByFlowIdAndVersionIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceAliasByFlowIdAndVersionIdRequest

type ApiReplaceBillOfMaterialsByEnvironmentIdRequest ¶

type ApiReplaceBillOfMaterialsByEnvironmentIdRequest struct {
	ApiService *EnvironmentsApiService
	// contains filtered or unexported fields
}

func (ApiReplaceBillOfMaterialsByEnvironmentIdRequest) EnvironmentBillOfMaterialsReplaceRequest ¶

func (r ApiReplaceBillOfMaterialsByEnvironmentIdRequest) EnvironmentBillOfMaterialsReplaceRequest(environmentBillOfMaterialsReplaceRequest EnvironmentBillOfMaterialsReplaceRequest) ApiReplaceBillOfMaterialsByEnvironmentIdRequest

func (ApiReplaceBillOfMaterialsByEnvironmentIdRequest) Execute ¶

func (ApiReplaceBillOfMaterialsByEnvironmentIdRequest) XPingExternalSessionID ¶

func (ApiReplaceBillOfMaterialsByEnvironmentIdRequest) XPingExternalTransactionID ¶

func (r ApiReplaceBillOfMaterialsByEnvironmentIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceBillOfMaterialsByEnvironmentIdRequest

type ApiReplaceConnectorInstanceByIdRequest ¶

type ApiReplaceConnectorInstanceByIdRequest struct {
	ApiService *DaVinciConnectorsApiService
	// contains filtered or unexported fields
}

func (ApiReplaceConnectorInstanceByIdRequest) DaVinciConnectorInstanceReplaceRequest ¶

func (r ApiReplaceConnectorInstanceByIdRequest) DaVinciConnectorInstanceReplaceRequest(daVinciConnectorInstanceReplaceRequest DaVinciConnectorInstanceReplaceRequest) ApiReplaceConnectorInstanceByIdRequest

func (ApiReplaceConnectorInstanceByIdRequest) Execute ¶

func (ApiReplaceConnectorInstanceByIdRequest) XPingExternalSessionID ¶

func (r ApiReplaceConnectorInstanceByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceConnectorInstanceByIdRequest

func (ApiReplaceConnectorInstanceByIdRequest) XPingExternalTransactionID ¶

func (r ApiReplaceConnectorInstanceByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceConnectorInstanceByIdRequest

type ApiReplaceDavinciApplicationByIdRequest ¶

type ApiReplaceDavinciApplicationByIdRequest struct {
	ApiService *DaVinciApplicationsApiService
	// contains filtered or unexported fields
}

func (ApiReplaceDavinciApplicationByIdRequest) DaVinciApplicationReplaceRequest ¶

func (r ApiReplaceDavinciApplicationByIdRequest) DaVinciApplicationReplaceRequest(daVinciApplicationReplaceRequest DaVinciApplicationReplaceRequest) ApiReplaceDavinciApplicationByIdRequest

func (ApiReplaceDavinciApplicationByIdRequest) Execute ¶

func (ApiReplaceDavinciApplicationByIdRequest) XPingExternalSessionID ¶

func (r ApiReplaceDavinciApplicationByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceDavinciApplicationByIdRequest

func (ApiReplaceDavinciApplicationByIdRequest) XPingExternalTransactionID ¶

func (r ApiReplaceDavinciApplicationByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceDavinciApplicationByIdRequest

type ApiReplaceEnvironmentByIdRequest ¶

type ApiReplaceEnvironmentByIdRequest struct {
	ApiService *EnvironmentsApiService
	// contains filtered or unexported fields
}

func (ApiReplaceEnvironmentByIdRequest) EnvironmentReplaceRequest ¶

func (r ApiReplaceEnvironmentByIdRequest) EnvironmentReplaceRequest(environmentReplaceRequest EnvironmentReplaceRequest) ApiReplaceEnvironmentByIdRequest

func (ApiReplaceEnvironmentByIdRequest) Execute ¶

func (ApiReplaceEnvironmentByIdRequest) XPingExternalSessionID ¶

func (r ApiReplaceEnvironmentByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceEnvironmentByIdRequest

func (ApiReplaceEnvironmentByIdRequest) XPingExternalTransactionID ¶

func (r ApiReplaceEnvironmentByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceEnvironmentByIdRequest

type ApiReplaceFlowByIdRequest ¶ added in v0.3.0

type ApiReplaceFlowByIdRequest struct {
	ApiService *DaVinciFlowsApiService
	// contains filtered or unexported fields
}

func (ApiReplaceFlowByIdRequest) DaVinciFlowReplaceRequest ¶ added in v0.3.0

func (r ApiReplaceFlowByIdRequest) DaVinciFlowReplaceRequest(daVinciFlowReplaceRequest DaVinciFlowReplaceRequest) ApiReplaceFlowByIdRequest

func (ApiReplaceFlowByIdRequest) Execute ¶ added in v0.3.0

func (ApiReplaceFlowByIdRequest) XPingExternalSessionID ¶ added in v0.3.0

func (r ApiReplaceFlowByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceFlowByIdRequest

func (ApiReplaceFlowByIdRequest) XPingExternalTransactionID ¶ added in v0.3.0

func (r ApiReplaceFlowByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceFlowByIdRequest

type ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest ¶

type ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest struct {
	ApiService *DaVinciApplicationsApiService
	// contains filtered or unexported fields
}

func (ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) DaVinciFlowPolicyReplaceRequest ¶

func (ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) Execute ¶

func (ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalSessionID ¶

func (ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalTransactionID ¶

type ApiReplaceVariableByIdRequest ¶

type ApiReplaceVariableByIdRequest struct {
	ApiService *DaVinciVariablesApiService
	// contains filtered or unexported fields
}

func (ApiReplaceVariableByIdRequest) DaVinciVariableReplaceRequest ¶

func (r ApiReplaceVariableByIdRequest) DaVinciVariableReplaceRequest(daVinciVariableReplaceRequest DaVinciVariableReplaceRequest) ApiReplaceVariableByIdRequest

func (ApiReplaceVariableByIdRequest) Execute ¶

func (ApiReplaceVariableByIdRequest) XPingExternalSessionID ¶

func (r ApiReplaceVariableByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceVariableByIdRequest

func (ApiReplaceVariableByIdRequest) XPingExternalTransactionID ¶

func (r ApiReplaceVariableByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceVariableByIdRequest

type ApiRotateKeyByDavinciApplicationIdRequest ¶

type ApiRotateKeyByDavinciApplicationIdRequest struct {
	ApiService *DaVinciApplicationsApiService
	// contains filtered or unexported fields
}

func (ApiRotateKeyByDavinciApplicationIdRequest) Execute ¶

func (ApiRotateKeyByDavinciApplicationIdRequest) RequestBody ¶

func (ApiRotateKeyByDavinciApplicationIdRequest) XPingExternalSessionID ¶

func (r ApiRotateKeyByDavinciApplicationIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiRotateKeyByDavinciApplicationIdRequest

func (ApiRotateKeyByDavinciApplicationIdRequest) XPingExternalTransactionID ¶

func (r ApiRotateKeyByDavinciApplicationIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiRotateKeyByDavinciApplicationIdRequest

type ApiRotateSecretByDavinciApplicationIdRequest ¶

type ApiRotateSecretByDavinciApplicationIdRequest struct {
	ApiService *DaVinciApplicationsApiService
	// contains filtered or unexported fields
}

func (ApiRotateSecretByDavinciApplicationIdRequest) Execute ¶

func (ApiRotateSecretByDavinciApplicationIdRequest) RequestBody ¶

func (ApiRotateSecretByDavinciApplicationIdRequest) XPingExternalSessionID ¶

func (ApiRotateSecretByDavinciApplicationIdRequest) XPingExternalTransactionID ¶

func (r ApiRotateSecretByDavinciApplicationIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiRotateSecretByDavinciApplicationIdRequest

type ApiUpdateEnabledByFlowIdRequest ¶ added in v0.3.0

type ApiUpdateEnabledByFlowIdRequest struct {
	ApiService *DaVinciFlowsApiService
	// contains filtered or unexported fields
}

func (ApiUpdateEnabledByFlowIdRequest) DaVinciFlowEnableRequest ¶ added in v0.3.0

func (r ApiUpdateEnabledByFlowIdRequest) DaVinciFlowEnableRequest(daVinciFlowEnableRequest DaVinciFlowEnableRequest) ApiUpdateEnabledByFlowIdRequest

func (ApiUpdateEnabledByFlowIdRequest) Execute ¶ added in v0.3.0

func (ApiUpdateEnabledByFlowIdRequest) XPingExternalSessionID ¶ added in v0.3.0

func (r ApiUpdateEnabledByFlowIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiUpdateEnabledByFlowIdRequest

func (ApiUpdateEnabledByFlowIdRequest) XPingExternalTransactionID ¶ added in v0.3.0

func (r ApiUpdateEnabledByFlowIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiUpdateEnabledByFlowIdRequest

type ApiValidateFlowByIdAsValidateJsonRequest ¶ added in v0.3.0

type ApiValidateFlowByIdAsValidateJsonRequest struct {
	ApiService *DaVinciFlowsApiService
	// contains filtered or unexported fields
}

func (ApiValidateFlowByIdAsValidateJsonRequest) DaVinciFlowValidateRequest ¶ added in v0.3.0

func (ApiValidateFlowByIdAsValidateJsonRequest) Execute ¶ added in v0.3.0

func (ApiValidateFlowByIdAsValidateJsonRequest) XPingExternalSessionID ¶ added in v0.3.0

func (r ApiValidateFlowByIdAsValidateJsonRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiValidateFlowByIdAsValidateJsonRequest

func (ApiValidateFlowByIdAsValidateJsonRequest) XPingExternalTransactionID ¶ added in v0.3.0

func (r ApiValidateFlowByIdAsValidateJsonRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiValidateFlowByIdAsValidateJsonRequest

type BadRequestError ¶

type BadRequestError struct {
	Id                   uuid.UUID               `json:"id"`
	Code                 BadRequestErrorCode     `json:"code"`
	Message              string                  `json:"message"`
	Details              []BadRequestErrorDetail `json:"details,omitempty"`
	AdditionalProperties map[string]interface{}
}

BadRequestError struct for BadRequestError

func NewBadRequestError ¶

func NewBadRequestError(id uuid.UUID, code BadRequestErrorCode, message string) *BadRequestError

NewBadRequestError instantiates a new BadRequestError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBadRequestErrorWithDefaults ¶

func NewBadRequestErrorWithDefaults() *BadRequestError

NewBadRequestErrorWithDefaults instantiates a new BadRequestError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (BadRequestError) Error ¶

func (o BadRequestError) Error() string

func (*BadRequestError) GetCode ¶

func (o *BadRequestError) GetCode() BadRequestErrorCode

GetCode returns the Code field value

func (*BadRequestError) GetCodeOk ¶

func (o *BadRequestError) GetCodeOk() (*BadRequestErrorCode, bool)

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

func (*BadRequestError) GetDetails ¶

func (o *BadRequestError) GetDetails() []BadRequestErrorDetail

GetDetails returns the Details field value if set, zero value otherwise.

func (*BadRequestError) GetDetailsOk ¶

func (o *BadRequestError) GetDetailsOk() ([]BadRequestErrorDetail, bool)

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

func (*BadRequestError) GetId ¶

func (o *BadRequestError) GetId() uuid.UUID

GetId returns the Id field value

func (*BadRequestError) GetIdOk ¶

func (o *BadRequestError) GetIdOk() (*uuid.UUID, bool)

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

func (*BadRequestError) GetMessage ¶

func (o *BadRequestError) GetMessage() string

GetMessage returns the Message field value

func (*BadRequestError) GetMessageOk ¶

func (o *BadRequestError) GetMessageOk() (*string, bool)

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

func (*BadRequestError) HasDetails ¶

func (o *BadRequestError) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (BadRequestError) LogValue ¶

func (o BadRequestError) LogValue() slog.Value

func (BadRequestError) MarshalJSON ¶

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

func (*BadRequestError) SetCode ¶

func (o *BadRequestError) SetCode(v BadRequestErrorCode)

SetCode sets field value

func (*BadRequestError) SetDetails ¶

func (o *BadRequestError) SetDetails(v []BadRequestErrorDetail)

SetDetails gets a reference to the given []BadRequestErrorDetail and assigns it to the Details field.

func (*BadRequestError) SetId ¶

func (o *BadRequestError) SetId(v uuid.UUID)

SetId sets field value

func (*BadRequestError) SetMessage ¶

func (o *BadRequestError) SetMessage(v string)

SetMessage sets field value

func (BadRequestError) ToMap ¶

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

func (*BadRequestError) UnmarshalJSON ¶

func (o *BadRequestError) UnmarshalJSON(data []byte) (err error)

type BadRequestErrorCode ¶

type BadRequestErrorCode string

BadRequestErrorCode the model 'BadRequestErrorCode'

const (
	BADREQUESTERRORCODE_INVALID_DATA    BadRequestErrorCode = "INVALID_DATA"
	BADREQUESTERRORCODE_INVALID_REQUEST BadRequestErrorCode = "INVALID_REQUEST"
	BADREQUESTERRORCODE_REQUEST_FAILED  BadRequestErrorCode = "REQUEST_FAILED"
)

List of Bad_Request_Error_Code

func NewBadRequestErrorCodeFromValue ¶

func NewBadRequestErrorCodeFromValue(v string) (*BadRequestErrorCode, error)

NewBadRequestErrorCodeFromValue returns a pointer to a valid BadRequestErrorCode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (BadRequestErrorCode) IsValid ¶

func (v BadRequestErrorCode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (BadRequestErrorCode) Ptr ¶

Ptr returns reference to Bad_Request_Error_Code value

func (*BadRequestErrorCode) UnmarshalJSON ¶

func (v *BadRequestErrorCode) UnmarshalJSON(src []byte) error

type BadRequestErrorDetail ¶

type BadRequestErrorDetail struct {
	Code                 BadRequestErrorDetailCode        `json:"code"`
	Message              string                           `json:"message"`
	InnerError           *BadRequestErrorDetailInnerError `json:"innerError,omitempty"`
	Target               *string                          `json:"target,omitempty"`
	AdditionalProperties map[string]interface{}
}

BadRequestErrorDetail struct for BadRequestErrorDetail

func NewBadRequestErrorDetail ¶

func NewBadRequestErrorDetail(code BadRequestErrorDetailCode, message string) *BadRequestErrorDetail

NewBadRequestErrorDetail instantiates a new BadRequestErrorDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBadRequestErrorDetailWithDefaults ¶

func NewBadRequestErrorDetailWithDefaults() *BadRequestErrorDetail

NewBadRequestErrorDetailWithDefaults instantiates a new BadRequestErrorDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BadRequestErrorDetail) GetCode ¶

GetCode returns the Code field value

func (*BadRequestErrorDetail) GetCodeOk ¶

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

func (*BadRequestErrorDetail) GetInnerError ¶

GetInnerError returns the InnerError field value if set, zero value otherwise.

func (*BadRequestErrorDetail) GetInnerErrorOk ¶

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

func (*BadRequestErrorDetail) GetMessage ¶

func (o *BadRequestErrorDetail) GetMessage() string

GetMessage returns the Message field value

func (*BadRequestErrorDetail) GetMessageOk ¶

func (o *BadRequestErrorDetail) GetMessageOk() (*string, bool)

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

func (*BadRequestErrorDetail) GetTarget ¶

func (o *BadRequestErrorDetail) GetTarget() string

GetTarget returns the Target field value if set, zero value otherwise.

func (*BadRequestErrorDetail) GetTargetOk ¶

func (o *BadRequestErrorDetail) GetTargetOk() (*string, bool)

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

func (*BadRequestErrorDetail) HasInnerError ¶

func (o *BadRequestErrorDetail) HasInnerError() bool

HasInnerError returns a boolean if a field has been set.

func (*BadRequestErrorDetail) HasTarget ¶

func (o *BadRequestErrorDetail) HasTarget() bool

HasTarget returns a boolean if a field has been set.

func (BadRequestErrorDetail) LogValue ¶

func (o BadRequestErrorDetail) LogValue() slog.Value

func (BadRequestErrorDetail) MarshalJSON ¶

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

func (*BadRequestErrorDetail) SetCode ¶

SetCode sets field value

func (*BadRequestErrorDetail) SetInnerError ¶

SetInnerError gets a reference to the given BadRequestErrorDetailInnerError and assigns it to the InnerError field.

func (*BadRequestErrorDetail) SetMessage ¶

func (o *BadRequestErrorDetail) SetMessage(v string)

SetMessage sets field value

func (*BadRequestErrorDetail) SetTarget ¶

func (o *BadRequestErrorDetail) SetTarget(v string)

SetTarget gets a reference to the given string and assigns it to the Target field.

func (BadRequestErrorDetail) ToMap ¶

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

func (*BadRequestErrorDetail) UnmarshalJSON ¶

func (o *BadRequestErrorDetail) UnmarshalJSON(data []byte) (err error)

type BadRequestErrorDetailCode ¶

type BadRequestErrorDetailCode string

BadRequestErrorDetailCode the model 'BadRequestErrorDetailCode'

const (
	BADREQUESTERRORDETAILCODE_ACCOUNT_NOT_USABLE        BadRequestErrorDetailCode = "ACCOUNT_NOT_USABLE"
	BADREQUESTERRORDETAILCODE_CONSTRAINT_VIOLATION      BadRequestErrorDetailCode = "CONSTRAINT_VIOLATION"
	BADREQUESTERRORDETAILCODE_EMPTY_VALUE               BadRequestErrorDetailCode = "EMPTY_VALUE"
	BADREQUESTERRORDETAILCODE_INVALID_FILTER            BadRequestErrorDetailCode = "INVALID_FILTER"
	BADREQUESTERRORDETAILCODE_INVALID_OTP               BadRequestErrorDetailCode = "INVALID_OTP"
	BADREQUESTERRORDETAILCODE_INVALID_PARAMETER         BadRequestErrorDetailCode = "INVALID_PARAMETER"
	BADREQUESTERRORDETAILCODE_INVALID_VALUE             BadRequestErrorDetailCode = "INVALID_VALUE"
	BADREQUESTERRORDETAILCODE_MFA_AUTH_METHODS_CONFLICT BadRequestErrorDetailCode = "MFA_AUTH_METHODS_CONFLICT"
	BADREQUESTERRORDETAILCODE_NO_PASSWORD               BadRequestErrorDetailCode = "NO_PASSWORD"
	BADREQUESTERRORDETAILCODE_OUT_OF_RANGE              BadRequestErrorDetailCode = "OUT_OF_RANGE"
	BADREQUESTERRORDETAILCODE_REQUIRED_VALUE            BadRequestErrorDetailCode = "REQUIRED_VALUE"
	BADREQUESTERRORDETAILCODE_SIZE_LIMIT_EXCEEDED       BadRequestErrorDetailCode = "SIZE_LIMIT_EXCEEDED"
	BADREQUESTERRORDETAILCODE_UNIQUENESS_VIOLATION      BadRequestErrorDetailCode = "UNIQUENESS_VIOLATION"
)

List of Bad_Request_Error_Detail_Code

func NewBadRequestErrorDetailCodeFromValue ¶

func NewBadRequestErrorDetailCodeFromValue(v string) (*BadRequestErrorDetailCode, error)

NewBadRequestErrorDetailCodeFromValue returns a pointer to a valid BadRequestErrorDetailCode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (BadRequestErrorDetailCode) IsValid ¶

func (v BadRequestErrorDetailCode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (BadRequestErrorDetailCode) Ptr ¶

Ptr returns reference to Bad_Request_Error_Detail_Code value

func (*BadRequestErrorDetailCode) UnmarshalJSON ¶

func (v *BadRequestErrorDetailCode) UnmarshalJSON(src []byte) error

type BadRequestErrorDetailInnerError ¶

type BadRequestErrorDetailInnerError struct {
	AllowedPattern       *string    `json:"allowedPattern,omitempty"`
	AllowedValues        []string   `json:"allowedValues,omitempty"`
	Claim                *string    `json:"claim,omitempty"`
	ExistingId           *uuid.UUID `json:"existingId,omitempty"`
	MaximumValue         *float32   `json:"maximumValue,omitempty"`
	QuotaLimit           *float32   `json:"quotaLimit,omitempty"`
	QuotaResetTime       *time.Time `json:"quotaResetTime,omitempty"`
	RangeMaximumValue    *float32   `json:"rangeMaximumValue,omitempty"`
	RangeMinimumValue    *float32   `json:"rangeMinimumValue,omitempty"`
	SupportedAttributes  []string   `json:"supportedAttributes,omitempty"`
	SupportedOperators   []string   `json:"supportedOperators,omitempty"`
	AdditionalProperties map[string]interface{}
}

BadRequestErrorDetailInnerError struct for BadRequestErrorDetailInnerError

func NewBadRequestErrorDetailInnerError ¶

func NewBadRequestErrorDetailInnerError() *BadRequestErrorDetailInnerError

NewBadRequestErrorDetailInnerError instantiates a new BadRequestErrorDetailInnerError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBadRequestErrorDetailInnerErrorWithDefaults ¶

func NewBadRequestErrorDetailInnerErrorWithDefaults() *BadRequestErrorDetailInnerError

NewBadRequestErrorDetailInnerErrorWithDefaults instantiates a new BadRequestErrorDetailInnerError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BadRequestErrorDetailInnerError) GetAllowedPattern ¶

func (o *BadRequestErrorDetailInnerError) GetAllowedPattern() string

GetAllowedPattern returns the AllowedPattern field value if set, zero value otherwise.

func (*BadRequestErrorDetailInnerError) GetAllowedPatternOk ¶

func (o *BadRequestErrorDetailInnerError) GetAllowedPatternOk() (*string, bool)

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

func (*BadRequestErrorDetailInnerError) GetAllowedValues ¶

func (o *BadRequestErrorDetailInnerError) GetAllowedValues() []string

GetAllowedValues returns the AllowedValues field value if set, zero value otherwise.

func (*BadRequestErrorDetailInnerError) GetAllowedValuesOk ¶

func (o *BadRequestErrorDetailInnerError) GetAllowedValuesOk() ([]string, bool)

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

func (*BadRequestErrorDetailInnerError) GetClaim ¶

GetClaim returns the Claim field value if set, zero value otherwise.

func (*BadRequestErrorDetailInnerError) GetClaimOk ¶

func (o *BadRequestErrorDetailInnerError) GetClaimOk() (*string, bool)

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

func (*BadRequestErrorDetailInnerError) GetExistingId ¶

func (o *BadRequestErrorDetailInnerError) GetExistingId() uuid.UUID

GetExistingId returns the ExistingId field value if set, zero value otherwise.

func (*BadRequestErrorDetailInnerError) GetExistingIdOk ¶

func (o *BadRequestErrorDetailInnerError) GetExistingIdOk() (*uuid.UUID, bool)

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

func (*BadRequestErrorDetailInnerError) GetMaximumValue ¶

func (o *BadRequestErrorDetailInnerError) GetMaximumValue() float32

GetMaximumValue returns the MaximumValue field value if set, zero value otherwise.

func (*BadRequestErrorDetailInnerError) GetMaximumValueOk ¶

func (o *BadRequestErrorDetailInnerError) GetMaximumValueOk() (*float32, bool)

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

func (*BadRequestErrorDetailInnerError) GetQuotaLimit ¶

func (o *BadRequestErrorDetailInnerError) GetQuotaLimit() float32

GetQuotaLimit returns the QuotaLimit field value if set, zero value otherwise.

func (*BadRequestErrorDetailInnerError) GetQuotaLimitOk ¶

func (o *BadRequestErrorDetailInnerError) GetQuotaLimitOk() (*float32, bool)

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

func (*BadRequestErrorDetailInnerError) GetQuotaResetTime ¶

func (o *BadRequestErrorDetailInnerError) GetQuotaResetTime() time.Time

GetQuotaResetTime returns the QuotaResetTime field value if set, zero value otherwise.

func (*BadRequestErrorDetailInnerError) GetQuotaResetTimeOk ¶

func (o *BadRequestErrorDetailInnerError) GetQuotaResetTimeOk() (*time.Time, bool)

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

func (*BadRequestErrorDetailInnerError) GetRangeMaximumValue ¶

func (o *BadRequestErrorDetailInnerError) GetRangeMaximumValue() float32

GetRangeMaximumValue returns the RangeMaximumValue field value if set, zero value otherwise.

func (*BadRequestErrorDetailInnerError) GetRangeMaximumValueOk ¶

func (o *BadRequestErrorDetailInnerError) GetRangeMaximumValueOk() (*float32, bool)

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

func (*BadRequestErrorDetailInnerError) GetRangeMinimumValue ¶

func (o *BadRequestErrorDetailInnerError) GetRangeMinimumValue() float32

GetRangeMinimumValue returns the RangeMinimumValue field value if set, zero value otherwise.

func (*BadRequestErrorDetailInnerError) GetRangeMinimumValueOk ¶

func (o *BadRequestErrorDetailInnerError) GetRangeMinimumValueOk() (*float32, bool)

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

func (*BadRequestErrorDetailInnerError) GetSupportedAttributes ¶ added in v0.4.0

func (o *BadRequestErrorDetailInnerError) GetSupportedAttributes() []string

GetSupportedAttributes returns the SupportedAttributes field value if set, zero value otherwise.

func (*BadRequestErrorDetailInnerError) GetSupportedAttributesOk ¶ added in v0.4.0

func (o *BadRequestErrorDetailInnerError) GetSupportedAttributesOk() ([]string, bool)

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

func (*BadRequestErrorDetailInnerError) GetSupportedOperators ¶ added in v0.4.0

func (o *BadRequestErrorDetailInnerError) GetSupportedOperators() []string

GetSupportedOperators returns the SupportedOperators field value if set, zero value otherwise.

func (*BadRequestErrorDetailInnerError) GetSupportedOperatorsOk ¶ added in v0.4.0

func (o *BadRequestErrorDetailInnerError) GetSupportedOperatorsOk() ([]string, bool)

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

func (*BadRequestErrorDetailInnerError) HasAllowedPattern ¶

func (o *BadRequestErrorDetailInnerError) HasAllowedPattern() bool

HasAllowedPattern returns a boolean if a field has been set.

func (*BadRequestErrorDetailInnerError) HasAllowedValues ¶

func (o *BadRequestErrorDetailInnerError) HasAllowedValues() bool

HasAllowedValues returns a boolean if a field has been set.

func (*BadRequestErrorDetailInnerError) HasClaim ¶

func (o *BadRequestErrorDetailInnerError) HasClaim() bool

HasClaim returns a boolean if a field has been set.

func (*BadRequestErrorDetailInnerError) HasExistingId ¶

func (o *BadRequestErrorDetailInnerError) HasExistingId() bool

HasExistingId returns a boolean if a field has been set.

func (*BadRequestErrorDetailInnerError) HasMaximumValue ¶

func (o *BadRequestErrorDetailInnerError) HasMaximumValue() bool

HasMaximumValue returns a boolean if a field has been set.

func (*BadRequestErrorDetailInnerError) HasQuotaLimit ¶

func (o *BadRequestErrorDetailInnerError) HasQuotaLimit() bool

HasQuotaLimit returns a boolean if a field has been set.

func (*BadRequestErrorDetailInnerError) HasQuotaResetTime ¶

func (o *BadRequestErrorDetailInnerError) HasQuotaResetTime() bool

HasQuotaResetTime returns a boolean if a field has been set.

func (*BadRequestErrorDetailInnerError) HasRangeMaximumValue ¶

func (o *BadRequestErrorDetailInnerError) HasRangeMaximumValue() bool

HasRangeMaximumValue returns a boolean if a field has been set.

func (*BadRequestErrorDetailInnerError) HasRangeMinimumValue ¶

func (o *BadRequestErrorDetailInnerError) HasRangeMinimumValue() bool

HasRangeMinimumValue returns a boolean if a field has been set.

func (*BadRequestErrorDetailInnerError) HasSupportedAttributes ¶ added in v0.4.0

func (o *BadRequestErrorDetailInnerError) HasSupportedAttributes() bool

HasSupportedAttributes returns a boolean if a field has been set.

func (*BadRequestErrorDetailInnerError) HasSupportedOperators ¶ added in v0.4.0

func (o *BadRequestErrorDetailInnerError) HasSupportedOperators() bool

HasSupportedOperators returns a boolean if a field has been set.

func (BadRequestErrorDetailInnerError) LogValue ¶

func (BadRequestErrorDetailInnerError) MarshalJSON ¶

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

func (*BadRequestErrorDetailInnerError) SetAllowedPattern ¶

func (o *BadRequestErrorDetailInnerError) SetAllowedPattern(v string)

SetAllowedPattern gets a reference to the given string and assigns it to the AllowedPattern field.

func (*BadRequestErrorDetailInnerError) SetAllowedValues ¶

func (o *BadRequestErrorDetailInnerError) SetAllowedValues(v []string)

SetAllowedValues gets a reference to the given []string and assigns it to the AllowedValues field.

func (*BadRequestErrorDetailInnerError) SetClaim ¶

func (o *BadRequestErrorDetailInnerError) SetClaim(v string)

SetClaim gets a reference to the given string and assigns it to the Claim field.

func (*BadRequestErrorDetailInnerError) SetExistingId ¶

func (o *BadRequestErrorDetailInnerError) SetExistingId(v uuid.UUID)

SetExistingId gets a reference to the given uuid.UUID and assigns it to the ExistingId field.

func (*BadRequestErrorDetailInnerError) SetMaximumValue ¶

func (o *BadRequestErrorDetailInnerError) SetMaximumValue(v float32)

SetMaximumValue gets a reference to the given float32 and assigns it to the MaximumValue field.

func (*BadRequestErrorDetailInnerError) SetQuotaLimit ¶

func (o *BadRequestErrorDetailInnerError) SetQuotaLimit(v float32)

SetQuotaLimit gets a reference to the given float32 and assigns it to the QuotaLimit field.

func (*BadRequestErrorDetailInnerError) SetQuotaResetTime ¶

func (o *BadRequestErrorDetailInnerError) SetQuotaResetTime(v time.Time)

SetQuotaResetTime gets a reference to the given time.Time and assigns it to the QuotaResetTime field.

func (*BadRequestErrorDetailInnerError) SetRangeMaximumValue ¶

func (o *BadRequestErrorDetailInnerError) SetRangeMaximumValue(v float32)

SetRangeMaximumValue gets a reference to the given float32 and assigns it to the RangeMaximumValue field.

func (*BadRequestErrorDetailInnerError) SetRangeMinimumValue ¶

func (o *BadRequestErrorDetailInnerError) SetRangeMinimumValue(v float32)

SetRangeMinimumValue gets a reference to the given float32 and assigns it to the RangeMinimumValue field.

func (*BadRequestErrorDetailInnerError) SetSupportedAttributes ¶ added in v0.4.0

func (o *BadRequestErrorDetailInnerError) SetSupportedAttributes(v []string)

SetSupportedAttributes gets a reference to the given []string and assigns it to the SupportedAttributes field.

func (*BadRequestErrorDetailInnerError) SetSupportedOperators ¶ added in v0.4.0

func (o *BadRequestErrorDetailInnerError) SetSupportedOperators(v []string)

SetSupportedOperators gets a reference to the given []string and assigns it to the SupportedOperators field.

func (BadRequestErrorDetailInnerError) ToMap ¶

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

func (*BadRequestErrorDetailInnerError) UnmarshalJSON ¶

func (o *BadRequestErrorDetailInnerError) UnmarshalJSON(data []byte) (err error)

type Configuration ¶

type Configuration struct {
	Host               string            `json:"host,omitempty"`
	Scheme             string            `json:"scheme,omitempty"`
	DefaultHeader      map[string]string `json:"defaultHeader,omitempty"`
	UserAgent          string            `json:"userAgent,omitempty"`
	DefaultServerIndex int               `json:"defaultServerIndex,omitempty"`
	ProxyURL           *string           `json:"proxyURL,omitempty"`
	Servers            ServerConfigurations
	OperationServers   map[string]ServerConfigurations
	HTTPClient         *http.Client           `ignored:"true"` // Do not attempt to load from env vars
	Service            *pingone.Configuration `json:"service,omitempty"`
}

Configuration stores the configuration of the API client

func NewConfiguration ¶

func NewConfiguration(serviceCfg *pingone.Configuration) *Configuration

NewConfiguration returns a new Configuration object with builder pattern as param

func (*Configuration) AddDefaultHeader ¶

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) AppendUserAgent ¶

func (c *Configuration) AppendUserAgent(userAgent string)

func (*Configuration) ServerURL ¶

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext ¶

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

func (*Configuration) SetDefaultServerIndex ¶

func (c *Configuration) SetDefaultServerIndex(defaultServerIndex int)

func (*Configuration) SetDefaultServerVariableDefaultValue ¶

func (c *Configuration) SetDefaultServerVariableDefaultValue(variable string, value string) error

func (*Configuration) SetServerVariableDefaultValue ¶

func (c *Configuration) SetServerVariableDefaultValue(serverIndex int, variable string, value string) error

type ConfigurationManagementApiService ¶ added in v0.2.0

type ConfigurationManagementApiService service

ConfigurationManagementApiService ConfigurationManagementApi service

func (*ConfigurationManagementApiService) CreateSnapshot ¶ added in v0.2.0

CreateSnapshot Method for CreateSnapshot

@permission promotion:create:snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiCreateSnapshotRequest

func (*ConfigurationManagementApiService) CreateSnapshotExecute ¶ added in v0.2.0

Execute executes the request

@return SnapshotView

func (*ConfigurationManagementApiService) GetSnapshotById ¶ added in v0.2.0

func (a *ConfigurationManagementApiService) GetSnapshotById(ctx context.Context, environmentID uuid.UUID, snapshotID uuid.UUID) ApiGetSnapshotByIdRequest

GetSnapshotById Method for GetSnapshotById

@permission promotion:read:snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param snapshotID
@return ApiGetSnapshotByIdRequest

func (*ConfigurationManagementApiService) GetSnapshotByIdExecute ¶ added in v0.2.0

Execute executes the request

@return SnapshotView

func (*ConfigurationManagementApiService) GetVersionByIdUsingSnapshotId ¶ added in v0.2.0

func (a *ConfigurationManagementApiService) GetVersionByIdUsingSnapshotId(ctx context.Context, environmentID uuid.UUID, snapshotID uuid.UUID, versionID uuid.UUID) ApiGetVersionByIdUsingSnapshotIdRequest

GetVersionByIdUsingSnapshotId Method for GetVersionByIdUsingSnapshotId

@permission promotion:read:snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param snapshotID
@param versionID
@return ApiGetVersionByIdUsingSnapshotIdRequest

func (*ConfigurationManagementApiService) GetVersionByIdUsingSnapshotIdExecute ¶ added in v0.2.0

Execute executes the request

@return SnapshotView

func (*ConfigurationManagementApiService) GetVersionsBySnapshotId ¶ added in v0.2.0

func (a *ConfigurationManagementApiService) GetVersionsBySnapshotId(ctx context.Context, environmentID uuid.UUID, snapshotID uuid.UUID) ApiGetVersionsBySnapshotIdRequest

GetVersionsBySnapshotId Method for GetVersionsBySnapshotId

@permission promotion:read:snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param snapshotID
@return ApiGetVersionsBySnapshotIdRequest

func (*ConfigurationManagementApiService) GetVersionsBySnapshotIdExecute ¶ added in v0.2.0

Execute executes the request

@return SnapshotVersionCollectionResponse

type DaVinciApplicationCollectionResponse ¶

type DaVinciApplicationCollectionResponse struct {
	Links                DaVinciApplicationCollectionResponseLinks    `json:"_links"`
	Embedded             DaVinciApplicationCollectionResponseEmbedded `json:"_embedded"`
	AdditionalProperties map[string]interface{}
}

DaVinciApplicationCollectionResponse struct for DaVinciApplicationCollectionResponse

func NewDaVinciApplicationCollectionResponse ¶

NewDaVinciApplicationCollectionResponse instantiates a new DaVinciApplicationCollectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciApplicationCollectionResponseWithDefaults ¶

func NewDaVinciApplicationCollectionResponseWithDefaults() *DaVinciApplicationCollectionResponse

NewDaVinciApplicationCollectionResponseWithDefaults instantiates a new DaVinciApplicationCollectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciApplicationCollectionResponse) GetEmbedded ¶

GetEmbedded returns the Embedded field value

func (*DaVinciApplicationCollectionResponse) GetEmbeddedOk ¶

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

GetLinks returns the Links field value

func (*DaVinciApplicationCollectionResponse) GetLinksOk ¶

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

func (DaVinciApplicationCollectionResponse) LogValue ¶

func (DaVinciApplicationCollectionResponse) MarshalJSON ¶

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

func (*DaVinciApplicationCollectionResponse) SetEmbedded ¶

SetEmbedded sets field value

SetLinks sets field value

func (DaVinciApplicationCollectionResponse) ToMap ¶

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

func (*DaVinciApplicationCollectionResponse) UnmarshalJSON ¶

func (o *DaVinciApplicationCollectionResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciApplicationCollectionResponseEmbedded ¶

type DaVinciApplicationCollectionResponseEmbedded struct {
	DavinciApplications  []DaVinciApplicationResponse `json:"davinciApplications"`
	AdditionalProperties map[string]interface{}
}

DaVinciApplicationCollectionResponseEmbedded struct for DaVinciApplicationCollectionResponseEmbedded

func NewDaVinciApplicationCollectionResponseEmbedded ¶

func NewDaVinciApplicationCollectionResponseEmbedded(davinciApplications []DaVinciApplicationResponse) *DaVinciApplicationCollectionResponseEmbedded

NewDaVinciApplicationCollectionResponseEmbedded instantiates a new DaVinciApplicationCollectionResponseEmbedded object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciApplicationCollectionResponseEmbeddedWithDefaults ¶

func NewDaVinciApplicationCollectionResponseEmbeddedWithDefaults() *DaVinciApplicationCollectionResponseEmbedded

NewDaVinciApplicationCollectionResponseEmbeddedWithDefaults instantiates a new DaVinciApplicationCollectionResponseEmbedded object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciApplicationCollectionResponseEmbedded) GetDavinciApplications ¶

GetDavinciApplications returns the DavinciApplications field value

func (*DaVinciApplicationCollectionResponseEmbedded) GetDavinciApplicationsOk ¶

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

func (DaVinciApplicationCollectionResponseEmbedded) LogValue ¶

func (DaVinciApplicationCollectionResponseEmbedded) MarshalJSON ¶

func (*DaVinciApplicationCollectionResponseEmbedded) SetDavinciApplications ¶

SetDavinciApplications sets field value

func (DaVinciApplicationCollectionResponseEmbedded) ToMap ¶

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

func (*DaVinciApplicationCollectionResponseEmbedded) UnmarshalJSON ¶

func (o *DaVinciApplicationCollectionResponseEmbedded) UnmarshalJSON(data []byte) (err error)
type DaVinciApplicationCollectionResponseLinks struct {
	Environment          JSONHALLink `json:"environment"`
	Self                 JSONHALLink `json:"self"`
	AdditionalProperties map[string]interface{}
}

DaVinciApplicationCollectionResponseLinks struct for DaVinciApplicationCollectionResponseLinks

func NewDaVinciApplicationCollectionResponseLinks(environment JSONHALLink, self JSONHALLink) *DaVinciApplicationCollectionResponseLinks

NewDaVinciApplicationCollectionResponseLinks instantiates a new DaVinciApplicationCollectionResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciApplicationCollectionResponseLinksWithDefaults ¶

func NewDaVinciApplicationCollectionResponseLinksWithDefaults() *DaVinciApplicationCollectionResponseLinks

NewDaVinciApplicationCollectionResponseLinksWithDefaults instantiates a new DaVinciApplicationCollectionResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciApplicationCollectionResponseLinks) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*DaVinciApplicationCollectionResponseLinks) GetEnvironmentOk ¶

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

func (*DaVinciApplicationCollectionResponseLinks) GetSelf ¶

GetSelf returns the Self field value

func (*DaVinciApplicationCollectionResponseLinks) GetSelfOk ¶

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

func (DaVinciApplicationCollectionResponseLinks) LogValue ¶

func (DaVinciApplicationCollectionResponseLinks) MarshalJSON ¶

func (*DaVinciApplicationCollectionResponseLinks) SetEnvironment ¶

SetEnvironment sets field value

func (*DaVinciApplicationCollectionResponseLinks) SetSelf ¶

SetSelf sets field value

func (DaVinciApplicationCollectionResponseLinks) ToMap ¶

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

func (*DaVinciApplicationCollectionResponseLinks) UnmarshalJSON ¶

func (o *DaVinciApplicationCollectionResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciApplicationCreateRequest ¶

type DaVinciApplicationCreateRequest struct {
	Name                 string `json:"name" validate:"regexp=^(?=\\\\S)[\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_ -]*(?!.*((<)|(\\\\$\\\\{)))"`
	AdditionalProperties map[string]interface{}
}

DaVinciApplicationCreateRequest struct for DaVinciApplicationCreateRequest

func NewDaVinciApplicationCreateRequest ¶

func NewDaVinciApplicationCreateRequest(name string) *DaVinciApplicationCreateRequest

NewDaVinciApplicationCreateRequest instantiates a new DaVinciApplicationCreateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciApplicationCreateRequestWithDefaults ¶

func NewDaVinciApplicationCreateRequestWithDefaults() *DaVinciApplicationCreateRequest

NewDaVinciApplicationCreateRequestWithDefaults instantiates a new DaVinciApplicationCreateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciApplicationCreateRequest) GetName ¶

GetName returns the Name field value

func (*DaVinciApplicationCreateRequest) GetNameOk ¶

func (o *DaVinciApplicationCreateRequest) GetNameOk() (*string, bool)

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

func (DaVinciApplicationCreateRequest) LogValue ¶

func (DaVinciApplicationCreateRequest) MarshalJSON ¶

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

func (*DaVinciApplicationCreateRequest) SetName ¶

SetName sets field value

func (DaVinciApplicationCreateRequest) ToMap ¶

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

func (*DaVinciApplicationCreateRequest) UnmarshalJSON ¶

func (o *DaVinciApplicationCreateRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciApplicationReplaceRequest ¶

type DaVinciApplicationReplaceRequest struct {
	Name                 string                                  `json:"name" validate:"regexp=^(?=\\\\S)[\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_ -]*(?!.*((<)|(\\\\$\\\\{)))"`
	ApiKey               *DaVinciApplicationReplaceRequestApiKey `json:"apiKey,omitempty"`
	Oauth                *DaVinciApplicationReplaceRequestOAuth  `json:"oauth,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciApplicationReplaceRequest struct for DaVinciApplicationReplaceRequest

func NewDaVinciApplicationReplaceRequest ¶

func NewDaVinciApplicationReplaceRequest(name string) *DaVinciApplicationReplaceRequest

NewDaVinciApplicationReplaceRequest instantiates a new DaVinciApplicationReplaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciApplicationReplaceRequestWithDefaults ¶

func NewDaVinciApplicationReplaceRequestWithDefaults() *DaVinciApplicationReplaceRequest

NewDaVinciApplicationReplaceRequestWithDefaults instantiates a new DaVinciApplicationReplaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciApplicationReplaceRequest) GetApiKey ¶ added in v0.5.0

GetApiKey returns the ApiKey field value if set, zero value otherwise.

func (*DaVinciApplicationReplaceRequest) GetApiKeyOk ¶ added in v0.5.0

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

func (*DaVinciApplicationReplaceRequest) GetName ¶

GetName returns the Name field value

func (*DaVinciApplicationReplaceRequest) GetNameOk ¶

func (o *DaVinciApplicationReplaceRequest) GetNameOk() (*string, bool)

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

func (*DaVinciApplicationReplaceRequest) GetOauth ¶

GetOauth returns the Oauth field value if set, zero value otherwise.

func (*DaVinciApplicationReplaceRequest) GetOauthOk ¶

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

func (*DaVinciApplicationReplaceRequest) HasApiKey ¶ added in v0.5.0

func (o *DaVinciApplicationReplaceRequest) HasApiKey() bool

HasApiKey returns a boolean if a field has been set.

func (*DaVinciApplicationReplaceRequest) HasOauth ¶

func (o *DaVinciApplicationReplaceRequest) HasOauth() bool

HasOauth returns a boolean if a field has been set.

func (DaVinciApplicationReplaceRequest) LogValue ¶

func (DaVinciApplicationReplaceRequest) MarshalJSON ¶

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

func (*DaVinciApplicationReplaceRequest) SetApiKey ¶ added in v0.5.0

SetApiKey gets a reference to the given DaVinciApplicationReplaceRequestApiKey and assigns it to the ApiKey field.

func (*DaVinciApplicationReplaceRequest) SetName ¶

SetName sets field value

func (*DaVinciApplicationReplaceRequest) SetOauth ¶

SetOauth gets a reference to the given DaVinciApplicationReplaceRequestOAuth and assigns it to the Oauth field.

func (DaVinciApplicationReplaceRequest) ToMap ¶

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

func (*DaVinciApplicationReplaceRequest) UnmarshalJSON ¶

func (o *DaVinciApplicationReplaceRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciApplicationReplaceRequestApiKey ¶ added in v0.5.0

type DaVinciApplicationReplaceRequestApiKey struct {
	Enabled              *bool `json:"enabled,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciApplicationReplaceRequestApiKey struct for DaVinciApplicationReplaceRequestApiKey

func NewDaVinciApplicationReplaceRequestApiKey ¶ added in v0.5.0

func NewDaVinciApplicationReplaceRequestApiKey() *DaVinciApplicationReplaceRequestApiKey

NewDaVinciApplicationReplaceRequestApiKey instantiates a new DaVinciApplicationReplaceRequestApiKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciApplicationReplaceRequestApiKeyWithDefaults ¶ added in v0.5.0

func NewDaVinciApplicationReplaceRequestApiKeyWithDefaults() *DaVinciApplicationReplaceRequestApiKey

NewDaVinciApplicationReplaceRequestApiKeyWithDefaults instantiates a new DaVinciApplicationReplaceRequestApiKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciApplicationReplaceRequestApiKey) GetEnabled ¶ added in v0.5.0

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

func (*DaVinciApplicationReplaceRequestApiKey) GetEnabledOk ¶ added in v0.5.0

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

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

func (*DaVinciApplicationReplaceRequestApiKey) HasEnabled ¶ added in v0.5.0

HasEnabled returns a boolean if a field has been set.

func (DaVinciApplicationReplaceRequestApiKey) LogValue ¶ added in v0.5.0

func (DaVinciApplicationReplaceRequestApiKey) MarshalJSON ¶ added in v0.5.0

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

func (*DaVinciApplicationReplaceRequestApiKey) SetEnabled ¶ added in v0.5.0

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

func (DaVinciApplicationReplaceRequestApiKey) ToMap ¶ added in v0.5.0

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

func (*DaVinciApplicationReplaceRequestApiKey) UnmarshalJSON ¶ added in v0.5.0

func (o *DaVinciApplicationReplaceRequestApiKey) UnmarshalJSON(data []byte) (err error)

type DaVinciApplicationReplaceRequestOAuth ¶

type DaVinciApplicationReplaceRequestOAuth struct {
	EnforceSignedRequestOpenid *bool                                            `json:"enforceSignedRequestOpenid,omitempty"`
	GrantTypes                 []DaVinciApplicationReplaceRequestOAuthGrantType `json:"grantTypes,omitempty"`
	LogoutUris                 []string                                         `json:"logoutUris,omitempty"`
	RedirectUris               []string                                         `json:"redirectUris,omitempty"`
	Scopes                     []DaVinciApplicationReplaceRequestOAuthScope     `json:"scopes,omitempty"`
	SpJwksOpenid               *string                                          `json:"spJwksOpenid,omitempty"`
	SpjwksUrl                  *string                                          `json:"spjwksUrl,omitempty"`
	AdditionalProperties       map[string]interface{}
}

DaVinciApplicationReplaceRequestOAuth struct for DaVinciApplicationReplaceRequestOAuth

func NewDaVinciApplicationReplaceRequestOAuth ¶

func NewDaVinciApplicationReplaceRequestOAuth() *DaVinciApplicationReplaceRequestOAuth

NewDaVinciApplicationReplaceRequestOAuth instantiates a new DaVinciApplicationReplaceRequestOAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciApplicationReplaceRequestOAuthWithDefaults ¶

func NewDaVinciApplicationReplaceRequestOAuthWithDefaults() *DaVinciApplicationReplaceRequestOAuth

NewDaVinciApplicationReplaceRequestOAuthWithDefaults instantiates a new DaVinciApplicationReplaceRequestOAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciApplicationReplaceRequestOAuth) GetEnforceSignedRequestOpenid ¶

func (o *DaVinciApplicationReplaceRequestOAuth) GetEnforceSignedRequestOpenid() bool

GetEnforceSignedRequestOpenid returns the EnforceSignedRequestOpenid field value if set, zero value otherwise.

func (*DaVinciApplicationReplaceRequestOAuth) GetEnforceSignedRequestOpenidOk ¶

func (o *DaVinciApplicationReplaceRequestOAuth) GetEnforceSignedRequestOpenidOk() (*bool, bool)

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

func (*DaVinciApplicationReplaceRequestOAuth) GetGrantTypes ¶

GetGrantTypes returns the GrantTypes field value if set, zero value otherwise.

func (*DaVinciApplicationReplaceRequestOAuth) GetGrantTypesOk ¶

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

func (*DaVinciApplicationReplaceRequestOAuth) GetLogoutUris ¶

func (o *DaVinciApplicationReplaceRequestOAuth) GetLogoutUris() []string

GetLogoutUris returns the LogoutUris field value if set, zero value otherwise.

func (*DaVinciApplicationReplaceRequestOAuth) GetLogoutUrisOk ¶

func (o *DaVinciApplicationReplaceRequestOAuth) GetLogoutUrisOk() ([]string, bool)

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

func (*DaVinciApplicationReplaceRequestOAuth) GetRedirectUris ¶

func (o *DaVinciApplicationReplaceRequestOAuth) GetRedirectUris() []string

GetRedirectUris returns the RedirectUris field value if set, zero value otherwise.

func (*DaVinciApplicationReplaceRequestOAuth) GetRedirectUrisOk ¶

func (o *DaVinciApplicationReplaceRequestOAuth) GetRedirectUrisOk() ([]string, bool)

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

func (*DaVinciApplicationReplaceRequestOAuth) GetScopes ¶

GetScopes returns the Scopes field value if set, zero value otherwise.

func (*DaVinciApplicationReplaceRequestOAuth) GetScopesOk ¶

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

func (*DaVinciApplicationReplaceRequestOAuth) GetSpJwksOpenid ¶

func (o *DaVinciApplicationReplaceRequestOAuth) GetSpJwksOpenid() string

GetSpJwksOpenid returns the SpJwksOpenid field value if set, zero value otherwise.

func (*DaVinciApplicationReplaceRequestOAuth) GetSpJwksOpenidOk ¶

func (o *DaVinciApplicationReplaceRequestOAuth) GetSpJwksOpenidOk() (*string, bool)

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

func (*DaVinciApplicationReplaceRequestOAuth) GetSpjwksUrl ¶

GetSpjwksUrl returns the SpjwksUrl field value if set, zero value otherwise.

func (*DaVinciApplicationReplaceRequestOAuth) GetSpjwksUrlOk ¶

func (o *DaVinciApplicationReplaceRequestOAuth) GetSpjwksUrlOk() (*string, bool)

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

func (*DaVinciApplicationReplaceRequestOAuth) HasEnforceSignedRequestOpenid ¶

func (o *DaVinciApplicationReplaceRequestOAuth) HasEnforceSignedRequestOpenid() bool

HasEnforceSignedRequestOpenid returns a boolean if a field has been set.

func (*DaVinciApplicationReplaceRequestOAuth) HasGrantTypes ¶

func (o *DaVinciApplicationReplaceRequestOAuth) HasGrantTypes() bool

HasGrantTypes returns a boolean if a field has been set.

func (*DaVinciApplicationReplaceRequestOAuth) HasLogoutUris ¶

func (o *DaVinciApplicationReplaceRequestOAuth) HasLogoutUris() bool

HasLogoutUris returns a boolean if a field has been set.

func (*DaVinciApplicationReplaceRequestOAuth) HasRedirectUris ¶

func (o *DaVinciApplicationReplaceRequestOAuth) HasRedirectUris() bool

HasRedirectUris returns a boolean if a field has been set.

func (*DaVinciApplicationReplaceRequestOAuth) HasScopes ¶

HasScopes returns a boolean if a field has been set.

func (*DaVinciApplicationReplaceRequestOAuth) HasSpJwksOpenid ¶

func (o *DaVinciApplicationReplaceRequestOAuth) HasSpJwksOpenid() bool

HasSpJwksOpenid returns a boolean if a field has been set.

func (*DaVinciApplicationReplaceRequestOAuth) HasSpjwksUrl ¶

func (o *DaVinciApplicationReplaceRequestOAuth) HasSpjwksUrl() bool

HasSpjwksUrl returns a boolean if a field has been set.

func (DaVinciApplicationReplaceRequestOAuth) LogValue ¶

func (DaVinciApplicationReplaceRequestOAuth) MarshalJSON ¶

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

func (*DaVinciApplicationReplaceRequestOAuth) SetEnforceSignedRequestOpenid ¶

func (o *DaVinciApplicationReplaceRequestOAuth) SetEnforceSignedRequestOpenid(v bool)

SetEnforceSignedRequestOpenid gets a reference to the given bool and assigns it to the EnforceSignedRequestOpenid field.

func (*DaVinciApplicationReplaceRequestOAuth) SetGrantTypes ¶

SetGrantTypes gets a reference to the given []DaVinciApplicationReplaceRequestOAuthGrantType and assigns it to the GrantTypes field.

func (*DaVinciApplicationReplaceRequestOAuth) SetLogoutUris ¶

func (o *DaVinciApplicationReplaceRequestOAuth) SetLogoutUris(v []string)

SetLogoutUris gets a reference to the given []string and assigns it to the LogoutUris field.

func (*DaVinciApplicationReplaceRequestOAuth) SetRedirectUris ¶

func (o *DaVinciApplicationReplaceRequestOAuth) SetRedirectUris(v []string)

SetRedirectUris gets a reference to the given []string and assigns it to the RedirectUris field.

func (*DaVinciApplicationReplaceRequestOAuth) SetScopes ¶

SetScopes gets a reference to the given []DaVinciApplicationReplaceRequestOAuthScope and assigns it to the Scopes field.

func (*DaVinciApplicationReplaceRequestOAuth) SetSpJwksOpenid ¶

func (o *DaVinciApplicationReplaceRequestOAuth) SetSpJwksOpenid(v string)

SetSpJwksOpenid gets a reference to the given string and assigns it to the SpJwksOpenid field.

func (*DaVinciApplicationReplaceRequestOAuth) SetSpjwksUrl ¶

func (o *DaVinciApplicationReplaceRequestOAuth) SetSpjwksUrl(v string)

SetSpjwksUrl gets a reference to the given string and assigns it to the SpjwksUrl field.

func (DaVinciApplicationReplaceRequestOAuth) ToMap ¶

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

func (*DaVinciApplicationReplaceRequestOAuth) UnmarshalJSON ¶

func (o *DaVinciApplicationReplaceRequestOAuth) UnmarshalJSON(data []byte) (err error)

type DaVinciApplicationReplaceRequestOAuthGrantType ¶

type DaVinciApplicationReplaceRequestOAuthGrantType string

DaVinciApplicationReplaceRequestOAuthGrantType the model 'DaVinciApplicationReplaceRequestOAuthGrantType'

const (
	DAVINCIAPPLICATIONREPLACEREQUESTOAUTHGRANTTYPE_AUTHORIZATION_CODE DaVinciApplicationReplaceRequestOAuthGrantType = "authorizationCode"
	DAVINCIAPPLICATIONREPLACEREQUESTOAUTHGRANTTYPE_CLIENT_CREDENTIALS DaVinciApplicationReplaceRequestOAuthGrantType = "clientCredentials"
	DAVINCIAPPLICATIONREPLACEREQUESTOAUTHGRANTTYPE_IMPLICIT           DaVinciApplicationReplaceRequestOAuthGrantType = "implicit"
)

List of DaVinci_Application_Replace_Request_OAuth_Grant_Type

func NewDaVinciApplicationReplaceRequestOAuthGrantTypeFromValue ¶

func NewDaVinciApplicationReplaceRequestOAuthGrantTypeFromValue(v string) (*DaVinciApplicationReplaceRequestOAuthGrantType, error)

NewDaVinciApplicationReplaceRequestOAuthGrantTypeFromValue returns a pointer to a valid DaVinciApplicationReplaceRequestOAuthGrantType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciApplicationReplaceRequestOAuthGrantType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciApplicationReplaceRequestOAuthGrantType) Ptr ¶

Ptr returns reference to DaVinci_Application_Replace_Request_OAuth_Grant_Type value

func (*DaVinciApplicationReplaceRequestOAuthGrantType) UnmarshalJSON ¶

type DaVinciApplicationReplaceRequestOAuthScope ¶

type DaVinciApplicationReplaceRequestOAuthScope string

DaVinciApplicationReplaceRequestOAuthScope the model 'DaVinciApplicationReplaceRequestOAuthScope'

const (
	DAVINCIAPPLICATIONREPLACEREQUESTOAUTHSCOPE_FLOW_ANALYTICS DaVinciApplicationReplaceRequestOAuthScope = "flow_analytics"
	DAVINCIAPPLICATIONREPLACEREQUESTOAUTHSCOPE_OFFLINE_ACCESS DaVinciApplicationReplaceRequestOAuthScope = "offline_access"
	DAVINCIAPPLICATIONREPLACEREQUESTOAUTHSCOPE_OPENID         DaVinciApplicationReplaceRequestOAuthScope = "openid"
	DAVINCIAPPLICATIONREPLACEREQUESTOAUTHSCOPE_PROFILE        DaVinciApplicationReplaceRequestOAuthScope = "profile"
)

List of DaVinci_Application_Replace_Request_OAuth_Scope

func NewDaVinciApplicationReplaceRequestOAuthScopeFromValue ¶

func NewDaVinciApplicationReplaceRequestOAuthScopeFromValue(v string) (*DaVinciApplicationReplaceRequestOAuthScope, error)

NewDaVinciApplicationReplaceRequestOAuthScopeFromValue returns a pointer to a valid DaVinciApplicationReplaceRequestOAuthScope for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciApplicationReplaceRequestOAuthScope) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciApplicationReplaceRequestOAuthScope) Ptr ¶

Ptr returns reference to DaVinci_Application_Replace_Request_OAuth_Scope value

func (*DaVinciApplicationReplaceRequestOAuthScope) UnmarshalJSON ¶

func (v *DaVinciApplicationReplaceRequestOAuthScope) UnmarshalJSON(src []byte) error

type DaVinciApplicationResponse ¶

type DaVinciApplicationResponse struct {
	Links                DaVinciApplicationResponseLinks  `json:"_links"`
	ApiKey               DaVinciApplicationResponseApiKey `json:"apiKey"`
	Environment          ResourceRelationshipReadOnly     `json:"environment"`
	Id                   string                           `json:"id"`
	Name                 string                           `json:"name"`
	Oauth                DaVinciApplicationResponseOAuth  `json:"oauth"`
	CreatedAt            *time.Time                       `json:"createdAt,omitempty"`
	UpdatedAt            *time.Time                       `json:"updatedAt,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciApplicationResponse struct for DaVinciApplicationResponse

func NewDaVinciApplicationResponse ¶

NewDaVinciApplicationResponse instantiates a new DaVinciApplicationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciApplicationResponseWithDefaults ¶

func NewDaVinciApplicationResponseWithDefaults() *DaVinciApplicationResponse

NewDaVinciApplicationResponseWithDefaults instantiates a new DaVinciApplicationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciApplicationResponse) GetApiKey ¶

GetApiKey returns the ApiKey field value

func (*DaVinciApplicationResponse) GetApiKeyOk ¶

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

func (*DaVinciApplicationResponse) GetCreatedAt ¶

func (o *DaVinciApplicationResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*DaVinciApplicationResponse) GetCreatedAtOk ¶

func (o *DaVinciApplicationResponse) GetCreatedAtOk() (*time.Time, bool)

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

func (*DaVinciApplicationResponse) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*DaVinciApplicationResponse) GetEnvironmentOk ¶

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

func (*DaVinciApplicationResponse) GetId ¶

GetId returns the Id field value

func (*DaVinciApplicationResponse) GetIdOk ¶

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

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

GetLinks returns the Links field value

func (*DaVinciApplicationResponse) GetLinksOk ¶

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

func (*DaVinciApplicationResponse) GetName ¶

func (o *DaVinciApplicationResponse) GetName() string

GetName returns the Name field value

func (*DaVinciApplicationResponse) GetNameOk ¶

func (o *DaVinciApplicationResponse) GetNameOk() (*string, bool)

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

func (*DaVinciApplicationResponse) GetOauth ¶

GetOauth returns the Oauth field value

func (*DaVinciApplicationResponse) GetOauthOk ¶

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

func (*DaVinciApplicationResponse) GetUpdatedAt ¶

func (o *DaVinciApplicationResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*DaVinciApplicationResponse) GetUpdatedAtOk ¶

func (o *DaVinciApplicationResponse) GetUpdatedAtOk() (*time.Time, bool)

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

func (*DaVinciApplicationResponse) HasCreatedAt ¶

func (o *DaVinciApplicationResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*DaVinciApplicationResponse) HasUpdatedAt ¶

func (o *DaVinciApplicationResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (DaVinciApplicationResponse) LogValue ¶

func (o DaVinciApplicationResponse) LogValue() slog.Value

func (DaVinciApplicationResponse) MarshalJSON ¶

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

func (*DaVinciApplicationResponse) SetApiKey ¶

SetApiKey sets field value

func (*DaVinciApplicationResponse) SetCreatedAt ¶

func (o *DaVinciApplicationResponse) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*DaVinciApplicationResponse) SetEnvironment ¶

SetEnvironment sets field value

func (*DaVinciApplicationResponse) SetId ¶

func (o *DaVinciApplicationResponse) SetId(v string)

SetId sets field value

SetLinks sets field value

func (*DaVinciApplicationResponse) SetName ¶

func (o *DaVinciApplicationResponse) SetName(v string)

SetName sets field value

func (*DaVinciApplicationResponse) SetOauth ¶

SetOauth sets field value

func (*DaVinciApplicationResponse) SetUpdatedAt ¶

func (o *DaVinciApplicationResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (DaVinciApplicationResponse) ToMap ¶

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

func (*DaVinciApplicationResponse) UnmarshalJSON ¶

func (o *DaVinciApplicationResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciApplicationResponseApiKey ¶

type DaVinciApplicationResponseApiKey struct {
	Enabled              bool   `json:"enabled"`
	Value                string `json:"value"`
	AdditionalProperties map[string]interface{}
}

DaVinciApplicationResponseApiKey struct for DaVinciApplicationResponseApiKey

func NewDaVinciApplicationResponseApiKey ¶

func NewDaVinciApplicationResponseApiKey(enabled bool, value string) *DaVinciApplicationResponseApiKey

NewDaVinciApplicationResponseApiKey instantiates a new DaVinciApplicationResponseApiKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciApplicationResponseApiKeyWithDefaults ¶

func NewDaVinciApplicationResponseApiKeyWithDefaults() *DaVinciApplicationResponseApiKey

NewDaVinciApplicationResponseApiKeyWithDefaults instantiates a new DaVinciApplicationResponseApiKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciApplicationResponseApiKey) GetEnabled ¶

func (o *DaVinciApplicationResponseApiKey) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*DaVinciApplicationResponseApiKey) GetEnabledOk ¶

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

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

func (*DaVinciApplicationResponseApiKey) GetValue ¶

GetValue returns the Value field value

func (*DaVinciApplicationResponseApiKey) GetValueOk ¶

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

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

func (DaVinciApplicationResponseApiKey) LogValue ¶

func (DaVinciApplicationResponseApiKey) MarshalJSON ¶

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

func (*DaVinciApplicationResponseApiKey) SetEnabled ¶

func (o *DaVinciApplicationResponseApiKey) SetEnabled(v bool)

SetEnabled sets field value

func (*DaVinciApplicationResponseApiKey) SetValue ¶

SetValue sets field value

func (DaVinciApplicationResponseApiKey) ToMap ¶

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

func (*DaVinciApplicationResponseApiKey) UnmarshalJSON ¶

func (o *DaVinciApplicationResponseApiKey) UnmarshalJSON(data []byte) (err error)
type DaVinciApplicationResponseLinks struct {
	Self                           JSONHALLink `json:"self"`
	Environment                    JSONHALLink `json:"environment"`
	FlowPolicies                   JSONHALLink `json:"flowPolicies"`
	DavinciApplicationRotateKey    JSONHALLink `json:"davinciApplication.rotateKey"`
	DavinciApplicationRotateSecret JSONHALLink `json:"davinciApplication.rotateSecret"`
	AdditionalProperties           map[string]interface{}
}

DaVinciApplicationResponseLinks struct for DaVinciApplicationResponseLinks

func NewDaVinciApplicationResponseLinks(self JSONHALLink, environment JSONHALLink, flowPolicies JSONHALLink, davinciApplicationRotateKey JSONHALLink, davinciApplicationRotateSecret JSONHALLink) *DaVinciApplicationResponseLinks

NewDaVinciApplicationResponseLinks instantiates a new DaVinciApplicationResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciApplicationResponseLinksWithDefaults ¶

func NewDaVinciApplicationResponseLinksWithDefaults() *DaVinciApplicationResponseLinks

NewDaVinciApplicationResponseLinksWithDefaults instantiates a new DaVinciApplicationResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciApplicationResponseLinks) GetDavinciApplicationRotateKey ¶

func (o *DaVinciApplicationResponseLinks) GetDavinciApplicationRotateKey() JSONHALLink

GetDavinciApplicationRotateKey returns the DavinciApplicationRotateKey field value

func (*DaVinciApplicationResponseLinks) GetDavinciApplicationRotateKeyOk ¶

func (o *DaVinciApplicationResponseLinks) GetDavinciApplicationRotateKeyOk() (*JSONHALLink, bool)

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

func (*DaVinciApplicationResponseLinks) GetDavinciApplicationRotateSecret ¶

func (o *DaVinciApplicationResponseLinks) GetDavinciApplicationRotateSecret() JSONHALLink

GetDavinciApplicationRotateSecret returns the DavinciApplicationRotateSecret field value

func (*DaVinciApplicationResponseLinks) GetDavinciApplicationRotateSecretOk ¶

func (o *DaVinciApplicationResponseLinks) GetDavinciApplicationRotateSecretOk() (*JSONHALLink, bool)

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

func (*DaVinciApplicationResponseLinks) GetEnvironment ¶

func (o *DaVinciApplicationResponseLinks) GetEnvironment() JSONHALLink

GetEnvironment returns the Environment field value

func (*DaVinciApplicationResponseLinks) GetEnvironmentOk ¶

func (o *DaVinciApplicationResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)

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

func (*DaVinciApplicationResponseLinks) GetFlowPolicies ¶

func (o *DaVinciApplicationResponseLinks) GetFlowPolicies() JSONHALLink

GetFlowPolicies returns the FlowPolicies field value

func (*DaVinciApplicationResponseLinks) GetFlowPoliciesOk ¶

func (o *DaVinciApplicationResponseLinks) GetFlowPoliciesOk() (*JSONHALLink, bool)

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

func (*DaVinciApplicationResponseLinks) GetSelf ¶

GetSelf returns the Self field value

func (*DaVinciApplicationResponseLinks) GetSelfOk ¶

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

func (DaVinciApplicationResponseLinks) LogValue ¶

func (DaVinciApplicationResponseLinks) MarshalJSON ¶

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

func (*DaVinciApplicationResponseLinks) SetDavinciApplicationRotateKey ¶

func (o *DaVinciApplicationResponseLinks) SetDavinciApplicationRotateKey(v JSONHALLink)

SetDavinciApplicationRotateKey sets field value

func (*DaVinciApplicationResponseLinks) SetDavinciApplicationRotateSecret ¶

func (o *DaVinciApplicationResponseLinks) SetDavinciApplicationRotateSecret(v JSONHALLink)

SetDavinciApplicationRotateSecret sets field value

func (*DaVinciApplicationResponseLinks) SetEnvironment ¶

func (o *DaVinciApplicationResponseLinks) SetEnvironment(v JSONHALLink)

SetEnvironment sets field value

func (*DaVinciApplicationResponseLinks) SetFlowPolicies ¶

func (o *DaVinciApplicationResponseLinks) SetFlowPolicies(v JSONHALLink)

SetFlowPolicies sets field value

func (*DaVinciApplicationResponseLinks) SetSelf ¶

SetSelf sets field value

func (DaVinciApplicationResponseLinks) ToMap ¶

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

func (*DaVinciApplicationResponseLinks) UnmarshalJSON ¶

func (o *DaVinciApplicationResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciApplicationResponseOAuth ¶

type DaVinciApplicationResponseOAuth struct {
	ClientSecret               string                                     `json:"clientSecret"`
	EnforceSignedRequestOpenid *bool                                      `json:"enforceSignedRequestOpenid,omitempty"`
	GrantTypes                 []DaVinciApplicationResponseOAuthGrantType `json:"grantTypes,omitempty"`
	LogoutUris                 []string                                   `json:"logoutUris,omitempty"`
	RedirectUris               []string                                   `json:"redirectUris,omitempty"`
	Scopes                     []DaVinciApplicationResponseOAuthScope     `json:"scopes,omitempty"`
	SpJwksOpenid               *string                                    `json:"spJwksOpenid,omitempty"`
	SpjwksUrl                  *string                                    `json:"spjwksUrl,omitempty"`
	AdditionalProperties       map[string]interface{}
}

DaVinciApplicationResponseOAuth struct for DaVinciApplicationResponseOAuth

func NewDaVinciApplicationResponseOAuth ¶

func NewDaVinciApplicationResponseOAuth(clientSecret string) *DaVinciApplicationResponseOAuth

NewDaVinciApplicationResponseOAuth instantiates a new DaVinciApplicationResponseOAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciApplicationResponseOAuthWithDefaults ¶

func NewDaVinciApplicationResponseOAuthWithDefaults() *DaVinciApplicationResponseOAuth

NewDaVinciApplicationResponseOAuthWithDefaults instantiates a new DaVinciApplicationResponseOAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciApplicationResponseOAuth) GetClientSecret ¶

func (o *DaVinciApplicationResponseOAuth) GetClientSecret() string

GetClientSecret returns the ClientSecret field value

func (*DaVinciApplicationResponseOAuth) GetClientSecretOk ¶

func (o *DaVinciApplicationResponseOAuth) GetClientSecretOk() (*string, bool)

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

func (*DaVinciApplicationResponseOAuth) GetEnforceSignedRequestOpenid ¶

func (o *DaVinciApplicationResponseOAuth) GetEnforceSignedRequestOpenid() bool

GetEnforceSignedRequestOpenid returns the EnforceSignedRequestOpenid field value if set, zero value otherwise.

func (*DaVinciApplicationResponseOAuth) GetEnforceSignedRequestOpenidOk ¶

func (o *DaVinciApplicationResponseOAuth) GetEnforceSignedRequestOpenidOk() (*bool, bool)

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

func (*DaVinciApplicationResponseOAuth) GetGrantTypes ¶

GetGrantTypes returns the GrantTypes field value if set, zero value otherwise.

func (*DaVinciApplicationResponseOAuth) GetGrantTypesOk ¶

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

func (*DaVinciApplicationResponseOAuth) GetLogoutUris ¶

func (o *DaVinciApplicationResponseOAuth) GetLogoutUris() []string

GetLogoutUris returns the LogoutUris field value if set, zero value otherwise.

func (*DaVinciApplicationResponseOAuth) GetLogoutUrisOk ¶

func (o *DaVinciApplicationResponseOAuth) GetLogoutUrisOk() ([]string, bool)

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

func (*DaVinciApplicationResponseOAuth) GetRedirectUris ¶

func (o *DaVinciApplicationResponseOAuth) GetRedirectUris() []string

GetRedirectUris returns the RedirectUris field value if set, zero value otherwise.

func (*DaVinciApplicationResponseOAuth) GetRedirectUrisOk ¶

func (o *DaVinciApplicationResponseOAuth) GetRedirectUrisOk() ([]string, bool)

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

func (*DaVinciApplicationResponseOAuth) GetScopes ¶

GetScopes returns the Scopes field value if set, zero value otherwise.

func (*DaVinciApplicationResponseOAuth) GetScopesOk ¶

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

func (*DaVinciApplicationResponseOAuth) GetSpJwksOpenid ¶

func (o *DaVinciApplicationResponseOAuth) GetSpJwksOpenid() string

GetSpJwksOpenid returns the SpJwksOpenid field value if set, zero value otherwise.

func (*DaVinciApplicationResponseOAuth) GetSpJwksOpenidOk ¶

func (o *DaVinciApplicationResponseOAuth) GetSpJwksOpenidOk() (*string, bool)

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

func (*DaVinciApplicationResponseOAuth) GetSpjwksUrl ¶

func (o *DaVinciApplicationResponseOAuth) GetSpjwksUrl() string

GetSpjwksUrl returns the SpjwksUrl field value if set, zero value otherwise.

func (*DaVinciApplicationResponseOAuth) GetSpjwksUrlOk ¶

func (o *DaVinciApplicationResponseOAuth) GetSpjwksUrlOk() (*string, bool)

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

func (*DaVinciApplicationResponseOAuth) HasEnforceSignedRequestOpenid ¶

func (o *DaVinciApplicationResponseOAuth) HasEnforceSignedRequestOpenid() bool

HasEnforceSignedRequestOpenid returns a boolean if a field has been set.

func (*DaVinciApplicationResponseOAuth) HasGrantTypes ¶

func (o *DaVinciApplicationResponseOAuth) HasGrantTypes() bool

HasGrantTypes returns a boolean if a field has been set.

func (*DaVinciApplicationResponseOAuth) HasLogoutUris ¶

func (o *DaVinciApplicationResponseOAuth) HasLogoutUris() bool

HasLogoutUris returns a boolean if a field has been set.

func (*DaVinciApplicationResponseOAuth) HasRedirectUris ¶

func (o *DaVinciApplicationResponseOAuth) HasRedirectUris() bool

HasRedirectUris returns a boolean if a field has been set.

func (*DaVinciApplicationResponseOAuth) HasScopes ¶

func (o *DaVinciApplicationResponseOAuth) HasScopes() bool

HasScopes returns a boolean if a field has been set.

func (*DaVinciApplicationResponseOAuth) HasSpJwksOpenid ¶

func (o *DaVinciApplicationResponseOAuth) HasSpJwksOpenid() bool

HasSpJwksOpenid returns a boolean if a field has been set.

func (*DaVinciApplicationResponseOAuth) HasSpjwksUrl ¶

func (o *DaVinciApplicationResponseOAuth) HasSpjwksUrl() bool

HasSpjwksUrl returns a boolean if a field has been set.

func (DaVinciApplicationResponseOAuth) LogValue ¶

func (DaVinciApplicationResponseOAuth) MarshalJSON ¶

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

func (*DaVinciApplicationResponseOAuth) SetClientSecret ¶

func (o *DaVinciApplicationResponseOAuth) SetClientSecret(v string)

SetClientSecret sets field value

func (*DaVinciApplicationResponseOAuth) SetEnforceSignedRequestOpenid ¶

func (o *DaVinciApplicationResponseOAuth) SetEnforceSignedRequestOpenid(v bool)

SetEnforceSignedRequestOpenid gets a reference to the given bool and assigns it to the EnforceSignedRequestOpenid field.

func (*DaVinciApplicationResponseOAuth) SetGrantTypes ¶

SetGrantTypes gets a reference to the given []DaVinciApplicationResponseOAuthGrantType and assigns it to the GrantTypes field.

func (*DaVinciApplicationResponseOAuth) SetLogoutUris ¶

func (o *DaVinciApplicationResponseOAuth) SetLogoutUris(v []string)

SetLogoutUris gets a reference to the given []string and assigns it to the LogoutUris field.

func (*DaVinciApplicationResponseOAuth) SetRedirectUris ¶

func (o *DaVinciApplicationResponseOAuth) SetRedirectUris(v []string)

SetRedirectUris gets a reference to the given []string and assigns it to the RedirectUris field.

func (*DaVinciApplicationResponseOAuth) SetScopes ¶

SetScopes gets a reference to the given []DaVinciApplicationResponseOAuthScope and assigns it to the Scopes field.

func (*DaVinciApplicationResponseOAuth) SetSpJwksOpenid ¶

func (o *DaVinciApplicationResponseOAuth) SetSpJwksOpenid(v string)

SetSpJwksOpenid gets a reference to the given string and assigns it to the SpJwksOpenid field.

func (*DaVinciApplicationResponseOAuth) SetSpjwksUrl ¶

func (o *DaVinciApplicationResponseOAuth) SetSpjwksUrl(v string)

SetSpjwksUrl gets a reference to the given string and assigns it to the SpjwksUrl field.

func (DaVinciApplicationResponseOAuth) ToMap ¶

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

func (*DaVinciApplicationResponseOAuth) UnmarshalJSON ¶

func (o *DaVinciApplicationResponseOAuth) UnmarshalJSON(data []byte) (err error)

type DaVinciApplicationResponseOAuthGrantType ¶

type DaVinciApplicationResponseOAuthGrantType string

DaVinciApplicationResponseOAuthGrantType the model 'DaVinciApplicationResponseOAuthGrantType'

const (
	DAVINCIAPPLICATIONRESPONSEOAUTHGRANTTYPE_AUTHORIZATION_CODE DaVinciApplicationResponseOAuthGrantType = "authorizationCode"
	DAVINCIAPPLICATIONRESPONSEOAUTHGRANTTYPE_CLIENT_CREDENTIALS DaVinciApplicationResponseOAuthGrantType = "clientCredentials"
	DAVINCIAPPLICATIONRESPONSEOAUTHGRANTTYPE_IMPLICIT           DaVinciApplicationResponseOAuthGrantType = "implicit"
)

List of DaVinci_Application_Response_OAuth_Grant_Type

func NewDaVinciApplicationResponseOAuthGrantTypeFromValue ¶

func NewDaVinciApplicationResponseOAuthGrantTypeFromValue(v string) (*DaVinciApplicationResponseOAuthGrantType, error)

NewDaVinciApplicationResponseOAuthGrantTypeFromValue returns a pointer to a valid DaVinciApplicationResponseOAuthGrantType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciApplicationResponseOAuthGrantType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciApplicationResponseOAuthGrantType) Ptr ¶

Ptr returns reference to DaVinci_Application_Response_OAuth_Grant_Type value

func (*DaVinciApplicationResponseOAuthGrantType) UnmarshalJSON ¶

func (v *DaVinciApplicationResponseOAuthGrantType) UnmarshalJSON(src []byte) error

type DaVinciApplicationResponseOAuthScope ¶

type DaVinciApplicationResponseOAuthScope string

DaVinciApplicationResponseOAuthScope the model 'DaVinciApplicationResponseOAuthScope'

const (
	DAVINCIAPPLICATIONRESPONSEOAUTHSCOPE_FLOW_ANALYTICS DaVinciApplicationResponseOAuthScope = "flow_analytics"
	DAVINCIAPPLICATIONRESPONSEOAUTHSCOPE_OFFLINE_ACCESS DaVinciApplicationResponseOAuthScope = "offline_access"
	DAVINCIAPPLICATIONRESPONSEOAUTHSCOPE_OPENID         DaVinciApplicationResponseOAuthScope = "openid"
	DAVINCIAPPLICATIONRESPONSEOAUTHSCOPE_PROFILE        DaVinciApplicationResponseOAuthScope = "profile"
)

List of DaVinci_Application_Response_OAuth_Scope

func NewDaVinciApplicationResponseOAuthScopeFromValue ¶

func NewDaVinciApplicationResponseOAuthScopeFromValue(v string) (*DaVinciApplicationResponseOAuthScope, error)

NewDaVinciApplicationResponseOAuthScopeFromValue returns a pointer to a valid DaVinciApplicationResponseOAuthScope for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciApplicationResponseOAuthScope) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciApplicationResponseOAuthScope) Ptr ¶

Ptr returns reference to DaVinci_Application_Response_OAuth_Scope value

func (*DaVinciApplicationResponseOAuthScope) UnmarshalJSON ¶

func (v *DaVinciApplicationResponseOAuthScope) UnmarshalJSON(src []byte) error

type DaVinciApplicationsApiService ¶

type DaVinciApplicationsApiService service

DaVinciApplicationsApiService DaVinciApplicationsApi service

func (*DaVinciApplicationsApiService) CreateDavinciApplication ¶

func (a *DaVinciApplicationsApiService) CreateDavinciApplication(ctx context.Context, environmentID uuid.UUID) ApiCreateDavinciApplicationRequest

CreateDavinciApplication Method for CreateDavinciApplication

@permission davinci:create:applications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiCreateDavinciApplicationRequest

func (*DaVinciApplicationsApiService) CreateDavinciApplicationExecute ¶

Execute executes the request

@return DaVinciApplicationResponse

func (*DaVinciApplicationsApiService) CreateFlowPolicyByDavinciApplicationId ¶

func (a *DaVinciApplicationsApiService) CreateFlowPolicyByDavinciApplicationId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string) ApiCreateFlowPolicyByDavinciApplicationIdRequest

CreateFlowPolicyByDavinciApplicationId Method for CreateFlowPolicyByDavinciApplicationId

@permission davinci:create:flowPolicies
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param davinciApplicationID
@return ApiCreateFlowPolicyByDavinciApplicationIdRequest

func (*DaVinciApplicationsApiService) CreateFlowPolicyByDavinciApplicationIdExecute ¶

Execute executes the request

@return DaVinciFlowPolicyResponse

func (*DaVinciApplicationsApiService) DeleteDavinciApplicationById ¶

func (a *DaVinciApplicationsApiService) DeleteDavinciApplicationById(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string) ApiDeleteDavinciApplicationByIdRequest

DeleteDavinciApplicationById Method for DeleteDavinciApplicationById

@permission davinci:delete:applications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param davinciApplicationID
@return ApiDeleteDavinciApplicationByIdRequest

func (*DaVinciApplicationsApiService) DeleteDavinciApplicationByIdExecute ¶

func (a *DaVinciApplicationsApiService) DeleteDavinciApplicationByIdExecute(r ApiDeleteDavinciApplicationByIdRequest) (*http.Response, error)

Execute executes the request

func (*DaVinciApplicationsApiService) DeleteFlowPolicyByIdUsingDavinciApplicationId ¶

func (a *DaVinciApplicationsApiService) DeleteFlowPolicyByIdUsingDavinciApplicationId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string, flowPolicyID string) ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest

DeleteFlowPolicyByIdUsingDavinciApplicationId Method for DeleteFlowPolicyByIdUsingDavinciApplicationId

@permission davinci:delete:flowPolicies
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param davinciApplicationID
@param flowPolicyID
@return ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest

func (*DaVinciApplicationsApiService) DeleteFlowPolicyByIdUsingDavinciApplicationIdExecute ¶

func (a *DaVinciApplicationsApiService) DeleteFlowPolicyByIdUsingDavinciApplicationIdExecute(r ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest) (*http.Response, error)

Execute executes the request

func (*DaVinciApplicationsApiService) GetDavinciApplicationById ¶

func (a *DaVinciApplicationsApiService) GetDavinciApplicationById(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string) ApiGetDavinciApplicationByIdRequest

GetDavinciApplicationById Method for GetDavinciApplicationById

@permission davinci:read:applications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param davinciApplicationID
@return ApiGetDavinciApplicationByIdRequest

func (*DaVinciApplicationsApiService) GetDavinciApplicationByIdExecute ¶

Execute executes the request

@return DaVinciApplicationResponse

func (*DaVinciApplicationsApiService) GetDavinciApplications ¶

func (a *DaVinciApplicationsApiService) GetDavinciApplications(ctx context.Context, environmentID uuid.UUID) ApiGetDavinciApplicationsRequest

GetDavinciApplications Method for GetDavinciApplications

@permission davinci:read:applications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiGetDavinciApplicationsRequest

func (*DaVinciApplicationsApiService) GetDavinciApplicationsExecute ¶

Execute executes the request

@return DaVinciApplicationCollectionResponse

func (*DaVinciApplicationsApiService) GetEventsByDavinciApplicationIdAndFlowPolicyId ¶

func (a *DaVinciApplicationsApiService) GetEventsByDavinciApplicationIdAndFlowPolicyId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string, flowPolicyID string) ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest

GetEventsByDavinciApplicationIdAndFlowPolicyId Method for GetEventsByDavinciApplicationIdAndFlowPolicyId

@permission davinci:read:flowPolicies
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param davinciApplicationID
@param flowPolicyID
@return ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest

func (*DaVinciApplicationsApiService) GetEventsByDavinciApplicationIdAndFlowPolicyIdExecute ¶

Execute executes the request

@return DaVinciFlowPolicyEventsCollection

func (*DaVinciApplicationsApiService) GetFlowPoliciesByDavinciApplicationId ¶

func (a *DaVinciApplicationsApiService) GetFlowPoliciesByDavinciApplicationId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string) ApiGetFlowPoliciesByDavinciApplicationIdRequest

GetFlowPoliciesByDavinciApplicationId Method for GetFlowPoliciesByDavinciApplicationId

@permission davinci:read:flowPolicies
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param davinciApplicationID
@return ApiGetFlowPoliciesByDavinciApplicationIdRequest

func (*DaVinciApplicationsApiService) GetFlowPoliciesByDavinciApplicationIdExecute ¶

Execute executes the request

@return DaVinciFlowPolicyCollection

func (*DaVinciApplicationsApiService) GetFlowPolicyByIdUsingDavinciApplicationId ¶

func (a *DaVinciApplicationsApiService) GetFlowPolicyByIdUsingDavinciApplicationId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string, flowPolicyID string) ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest

GetFlowPolicyByIdUsingDavinciApplicationId Method for GetFlowPolicyByIdUsingDavinciApplicationId

@permission davinci:read:flowPolicies
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param davinciApplicationID
@param flowPolicyID
@return ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest

func (*DaVinciApplicationsApiService) GetFlowPolicyByIdUsingDavinciApplicationIdExecute ¶

Execute executes the request

@return DaVinciFlowPolicyResponse

func (*DaVinciApplicationsApiService) ReplaceDavinciApplicationById ¶

func (a *DaVinciApplicationsApiService) ReplaceDavinciApplicationById(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string) ApiReplaceDavinciApplicationByIdRequest

ReplaceDavinciApplicationById Method for ReplaceDavinciApplicationById

@permission davinci:update:applications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param davinciApplicationID
@return ApiReplaceDavinciApplicationByIdRequest

func (*DaVinciApplicationsApiService) ReplaceDavinciApplicationByIdExecute ¶

Execute executes the request

@return DaVinciApplicationResponse

func (*DaVinciApplicationsApiService) ReplaceFlowPolicyByIdUsingDavinciApplicationId ¶

func (a *DaVinciApplicationsApiService) ReplaceFlowPolicyByIdUsingDavinciApplicationId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string, flowPolicyID string) ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest

ReplaceFlowPolicyByIdUsingDavinciApplicationId Method for ReplaceFlowPolicyByIdUsingDavinciApplicationId

@permission davinci:update:flowPolicies
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param davinciApplicationID
@param flowPolicyID
@return ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest

func (*DaVinciApplicationsApiService) ReplaceFlowPolicyByIdUsingDavinciApplicationIdExecute ¶

Execute executes the request

@return DaVinciFlowPolicyResponse

func (*DaVinciApplicationsApiService) RotateKeyByDavinciApplicationId ¶

func (a *DaVinciApplicationsApiService) RotateKeyByDavinciApplicationId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string) ApiRotateKeyByDavinciApplicationIdRequest

RotateKeyByDavinciApplicationId Method for RotateKeyByDavinciApplicationId

@permission davinci:update:applications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param davinciApplicationID
@return ApiRotateKeyByDavinciApplicationIdRequest

func (*DaVinciApplicationsApiService) RotateKeyByDavinciApplicationIdExecute ¶

Execute executes the request

@return DaVinciApplicationResponse

func (*DaVinciApplicationsApiService) RotateSecretByDavinciApplicationId ¶

func (a *DaVinciApplicationsApiService) RotateSecretByDavinciApplicationId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string) ApiRotateSecretByDavinciApplicationIdRequest

RotateSecretByDavinciApplicationId Method for RotateSecretByDavinciApplicationId

@permission davinci:update:applications
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param davinciApplicationID
@return ApiRotateSecretByDavinciApplicationIdRequest

func (*DaVinciApplicationsApiService) RotateSecretByDavinciApplicationIdExecute ¶

Execute executes the request

@return DaVinciApplicationResponse

type DaVinciConnectorCollectionMinimalResponse ¶

type DaVinciConnectorCollectionMinimalResponse struct {
	Embedded             DaVinciConnectorCollectionMinimalResponseEmbedded `json:"_embedded"`
	Links                DaVinciConnectorCollectionMinimalResponseLinks    `json:"_links"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorCollectionMinimalResponse struct for DaVinciConnectorCollectionMinimalResponse

func NewDaVinciConnectorCollectionMinimalResponse ¶

NewDaVinciConnectorCollectionMinimalResponse instantiates a new DaVinciConnectorCollectionMinimalResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorCollectionMinimalResponseWithDefaults ¶

func NewDaVinciConnectorCollectionMinimalResponseWithDefaults() *DaVinciConnectorCollectionMinimalResponse

NewDaVinciConnectorCollectionMinimalResponseWithDefaults instantiates a new DaVinciConnectorCollectionMinimalResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorCollectionMinimalResponse) GetEmbedded ¶

GetEmbedded returns the Embedded field value

func (*DaVinciConnectorCollectionMinimalResponse) GetEmbeddedOk ¶

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

GetLinks returns the Links field value

func (*DaVinciConnectorCollectionMinimalResponse) GetLinksOk ¶

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

func (DaVinciConnectorCollectionMinimalResponse) LogValue ¶

func (DaVinciConnectorCollectionMinimalResponse) MarshalJSON ¶

func (*DaVinciConnectorCollectionMinimalResponse) SetEmbedded ¶

SetEmbedded sets field value

SetLinks sets field value

func (DaVinciConnectorCollectionMinimalResponse) ToMap ¶

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

func (*DaVinciConnectorCollectionMinimalResponse) UnmarshalJSON ¶

func (o *DaVinciConnectorCollectionMinimalResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorCollectionMinimalResponseEmbedded ¶

type DaVinciConnectorCollectionMinimalResponseEmbedded struct {
	Connectors           []DaVinciConnectorMinimalResponse `json:"connectors"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorCollectionMinimalResponseEmbedded struct for DaVinciConnectorCollectionMinimalResponseEmbedded

func NewDaVinciConnectorCollectionMinimalResponseEmbedded ¶

func NewDaVinciConnectorCollectionMinimalResponseEmbedded(connectors []DaVinciConnectorMinimalResponse) *DaVinciConnectorCollectionMinimalResponseEmbedded

NewDaVinciConnectorCollectionMinimalResponseEmbedded instantiates a new DaVinciConnectorCollectionMinimalResponseEmbedded object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorCollectionMinimalResponseEmbeddedWithDefaults ¶

func NewDaVinciConnectorCollectionMinimalResponseEmbeddedWithDefaults() *DaVinciConnectorCollectionMinimalResponseEmbedded

NewDaVinciConnectorCollectionMinimalResponseEmbeddedWithDefaults instantiates a new DaVinciConnectorCollectionMinimalResponseEmbedded object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorCollectionMinimalResponseEmbedded) GetConnectors ¶

GetConnectors returns the Connectors field value

func (*DaVinciConnectorCollectionMinimalResponseEmbedded) GetConnectorsOk ¶

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

func (DaVinciConnectorCollectionMinimalResponseEmbedded) LogValue ¶

func (DaVinciConnectorCollectionMinimalResponseEmbedded) MarshalJSON ¶

func (*DaVinciConnectorCollectionMinimalResponseEmbedded) SetConnectors ¶

SetConnectors sets field value

func (DaVinciConnectorCollectionMinimalResponseEmbedded) ToMap ¶

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

func (*DaVinciConnectorCollectionMinimalResponseEmbedded) UnmarshalJSON ¶

func (o *DaVinciConnectorCollectionMinimalResponseEmbedded) UnmarshalJSON(data []byte) (err error)
type DaVinciConnectorCollectionMinimalResponseLinks struct {
	Environment          JSONHALLink `json:"environment"`
	Self                 JSONHALLink `json:"self"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorCollectionMinimalResponseLinks struct for DaVinciConnectorCollectionMinimalResponseLinks

func NewDaVinciConnectorCollectionMinimalResponseLinks(environment JSONHALLink, self JSONHALLink) *DaVinciConnectorCollectionMinimalResponseLinks

NewDaVinciConnectorCollectionMinimalResponseLinks instantiates a new DaVinciConnectorCollectionMinimalResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorCollectionMinimalResponseLinksWithDefaults ¶

func NewDaVinciConnectorCollectionMinimalResponseLinksWithDefaults() *DaVinciConnectorCollectionMinimalResponseLinks

NewDaVinciConnectorCollectionMinimalResponseLinksWithDefaults instantiates a new DaVinciConnectorCollectionMinimalResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorCollectionMinimalResponseLinks) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*DaVinciConnectorCollectionMinimalResponseLinks) GetEnvironmentOk ¶

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

func (*DaVinciConnectorCollectionMinimalResponseLinks) GetSelf ¶

GetSelf returns the Self field value

func (*DaVinciConnectorCollectionMinimalResponseLinks) GetSelfOk ¶

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

func (DaVinciConnectorCollectionMinimalResponseLinks) LogValue ¶

func (DaVinciConnectorCollectionMinimalResponseLinks) MarshalJSON ¶

func (*DaVinciConnectorCollectionMinimalResponseLinks) SetEnvironment ¶

SetEnvironment sets field value

func (*DaVinciConnectorCollectionMinimalResponseLinks) SetSelf ¶

SetSelf sets field value

func (DaVinciConnectorCollectionMinimalResponseLinks) ToMap ¶

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

func (*DaVinciConnectorCollectionMinimalResponseLinks) UnmarshalJSON ¶

func (o *DaVinciConnectorCollectionMinimalResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorDetailsResponse ¶

type DaVinciConnectorDetailsResponse struct {
	Environment          ResourceRelationshipReadOnly                      `json:"environment"`
	Links                *DaVinciConnectorDetailsResponseLinks             `json:"_links,omitempty"`
	AccountConfigView    *DaVinciConnectorDetailsResponseAccountConfigView `json:"accountConfigView,omitempty"`
	Capabilities         map[string]map[string]interface{}                 `json:"capabilities,omitempty"`
	CredentialsView      *DaVinciConnectorDetailsResponseCredentialsView   `json:"credentialsView,omitempty"`
	FlowSections         []DaVinciConnectorDetailsResponseFlowSection      `json:"flowSections,omitempty"`
	Properties           map[string]interface{}                            `json:"properties,omitempty"`
	Sections             []DaVinciConnectorDetailsResponseSection          `json:"sections,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorDetailsResponse struct for DaVinciConnectorDetailsResponse

func NewDaVinciConnectorDetailsResponse ¶

func NewDaVinciConnectorDetailsResponse(environment ResourceRelationshipReadOnly) *DaVinciConnectorDetailsResponse

NewDaVinciConnectorDetailsResponse instantiates a new DaVinciConnectorDetailsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorDetailsResponseWithDefaults ¶

func NewDaVinciConnectorDetailsResponseWithDefaults() *DaVinciConnectorDetailsResponse

NewDaVinciConnectorDetailsResponseWithDefaults instantiates a new DaVinciConnectorDetailsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorDetailsResponse) GetAccountConfigView ¶

GetAccountConfigView returns the AccountConfigView field value if set, zero value otherwise.

func (*DaVinciConnectorDetailsResponse) GetAccountConfigViewOk ¶

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

func (*DaVinciConnectorDetailsResponse) GetCapabilities ¶

func (o *DaVinciConnectorDetailsResponse) GetCapabilities() map[string]map[string]interface{}

GetCapabilities returns the Capabilities field value if set, zero value otherwise.

func (*DaVinciConnectorDetailsResponse) GetCapabilitiesOk ¶

func (o *DaVinciConnectorDetailsResponse) GetCapabilitiesOk() (map[string]map[string]interface{}, bool)

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

func (*DaVinciConnectorDetailsResponse) GetCredentialsView ¶

GetCredentialsView returns the CredentialsView field value if set, zero value otherwise.

func (*DaVinciConnectorDetailsResponse) GetCredentialsViewOk ¶

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

func (*DaVinciConnectorDetailsResponse) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*DaVinciConnectorDetailsResponse) GetEnvironmentOk ¶

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

func (*DaVinciConnectorDetailsResponse) GetFlowSections ¶

GetFlowSections returns the FlowSections field value if set, zero value otherwise.

func (*DaVinciConnectorDetailsResponse) GetFlowSectionsOk ¶

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

GetLinks returns the Links field value if set, zero value otherwise.

func (*DaVinciConnectorDetailsResponse) GetLinksOk ¶

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

func (*DaVinciConnectorDetailsResponse) GetProperties ¶

func (o *DaVinciConnectorDetailsResponse) GetProperties() map[string]interface{}

GetProperties returns the Properties field value if set, zero value otherwise.

func (*DaVinciConnectorDetailsResponse) GetPropertiesOk ¶

func (o *DaVinciConnectorDetailsResponse) GetPropertiesOk() (map[string]interface{}, bool)

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

func (*DaVinciConnectorDetailsResponse) GetSections ¶

GetSections returns the Sections field value if set, zero value otherwise.

func (*DaVinciConnectorDetailsResponse) GetSectionsOk ¶

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

func (*DaVinciConnectorDetailsResponse) HasAccountConfigView ¶

func (o *DaVinciConnectorDetailsResponse) HasAccountConfigView() bool

HasAccountConfigView returns a boolean if a field has been set.

func (*DaVinciConnectorDetailsResponse) HasCapabilities ¶

func (o *DaVinciConnectorDetailsResponse) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*DaVinciConnectorDetailsResponse) HasCredentialsView ¶

func (o *DaVinciConnectorDetailsResponse) HasCredentialsView() bool

HasCredentialsView returns a boolean if a field has been set.

func (*DaVinciConnectorDetailsResponse) HasFlowSections ¶

func (o *DaVinciConnectorDetailsResponse) HasFlowSections() bool

HasFlowSections returns a boolean if a field has been set.

func (o *DaVinciConnectorDetailsResponse) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (*DaVinciConnectorDetailsResponse) HasProperties ¶

func (o *DaVinciConnectorDetailsResponse) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*DaVinciConnectorDetailsResponse) HasSections ¶

func (o *DaVinciConnectorDetailsResponse) HasSections() bool

HasSections returns a boolean if a field has been set.

func (DaVinciConnectorDetailsResponse) LogValue ¶

func (DaVinciConnectorDetailsResponse) MarshalJSON ¶

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

func (*DaVinciConnectorDetailsResponse) SetAccountConfigView ¶

SetAccountConfigView gets a reference to the given DaVinciConnectorDetailsResponseAccountConfigView and assigns it to the AccountConfigView field.

func (*DaVinciConnectorDetailsResponse) SetCapabilities ¶

func (o *DaVinciConnectorDetailsResponse) SetCapabilities(v map[string]map[string]interface{})

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

func (*DaVinciConnectorDetailsResponse) SetCredentialsView ¶

SetCredentialsView gets a reference to the given DaVinciConnectorDetailsResponseCredentialsView and assigns it to the CredentialsView field.

func (*DaVinciConnectorDetailsResponse) SetEnvironment ¶

SetEnvironment sets field value

func (*DaVinciConnectorDetailsResponse) SetFlowSections ¶

SetFlowSections gets a reference to the given []DaVinciConnectorDetailsResponseFlowSection and assigns it to the FlowSections field.

SetLinks gets a reference to the given DaVinciConnectorDetailsResponseLinks and assigns it to the Links field.

func (*DaVinciConnectorDetailsResponse) SetProperties ¶

func (o *DaVinciConnectorDetailsResponse) SetProperties(v map[string]interface{})

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

func (*DaVinciConnectorDetailsResponse) SetSections ¶

SetSections gets a reference to the given []DaVinciConnectorDetailsResponseSection and assigns it to the Sections field.

func (DaVinciConnectorDetailsResponse) ToMap ¶

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

func (*DaVinciConnectorDetailsResponse) UnmarshalJSON ¶

func (o *DaVinciConnectorDetailsResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorDetailsResponseAccountConfigView ¶

type DaVinciConnectorDetailsResponseAccountConfigView struct {
	Items                []map[string]interface{} `json:"items"`
	ComponentViewSize    *string                  `json:"componentViewSize,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorDetailsResponseAccountConfigView struct for DaVinciConnectorDetailsResponseAccountConfigView

func NewDaVinciConnectorDetailsResponseAccountConfigView ¶

func NewDaVinciConnectorDetailsResponseAccountConfigView(items []map[string]interface{}) *DaVinciConnectorDetailsResponseAccountConfigView

NewDaVinciConnectorDetailsResponseAccountConfigView instantiates a new DaVinciConnectorDetailsResponseAccountConfigView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorDetailsResponseAccountConfigViewWithDefaults ¶

func NewDaVinciConnectorDetailsResponseAccountConfigViewWithDefaults() *DaVinciConnectorDetailsResponseAccountConfigView

NewDaVinciConnectorDetailsResponseAccountConfigViewWithDefaults instantiates a new DaVinciConnectorDetailsResponseAccountConfigView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorDetailsResponseAccountConfigView) GetComponentViewSize ¶

func (o *DaVinciConnectorDetailsResponseAccountConfigView) GetComponentViewSize() string

GetComponentViewSize returns the ComponentViewSize field value if set, zero value otherwise.

func (*DaVinciConnectorDetailsResponseAccountConfigView) GetComponentViewSizeOk ¶

func (o *DaVinciConnectorDetailsResponseAccountConfigView) GetComponentViewSizeOk() (*string, bool)

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

func (*DaVinciConnectorDetailsResponseAccountConfigView) GetItems ¶

func (o *DaVinciConnectorDetailsResponseAccountConfigView) GetItems() []map[string]interface{}

GetItems returns the Items field value

func (*DaVinciConnectorDetailsResponseAccountConfigView) GetItemsOk ¶

func (o *DaVinciConnectorDetailsResponseAccountConfigView) GetItemsOk() ([]map[string]interface{}, bool)

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

func (*DaVinciConnectorDetailsResponseAccountConfigView) HasComponentViewSize ¶

func (o *DaVinciConnectorDetailsResponseAccountConfigView) HasComponentViewSize() bool

HasComponentViewSize returns a boolean if a field has been set.

func (DaVinciConnectorDetailsResponseAccountConfigView) LogValue ¶

func (DaVinciConnectorDetailsResponseAccountConfigView) MarshalJSON ¶

func (*DaVinciConnectorDetailsResponseAccountConfigView) SetComponentViewSize ¶

func (o *DaVinciConnectorDetailsResponseAccountConfigView) SetComponentViewSize(v string)

SetComponentViewSize gets a reference to the given string and assigns it to the ComponentViewSize field.

func (*DaVinciConnectorDetailsResponseAccountConfigView) SetItems ¶

func (o *DaVinciConnectorDetailsResponseAccountConfigView) SetItems(v []map[string]interface{})

SetItems sets field value

func (DaVinciConnectorDetailsResponseAccountConfigView) ToMap ¶

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

func (*DaVinciConnectorDetailsResponseAccountConfigView) UnmarshalJSON ¶

func (o *DaVinciConnectorDetailsResponseAccountConfigView) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorDetailsResponseCredentialsView ¶

type DaVinciConnectorDetailsResponseCredentialsView struct {
	Items                []map[string]interface{} `json:"items"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorDetailsResponseCredentialsView struct for DaVinciConnectorDetailsResponseCredentialsView

func NewDaVinciConnectorDetailsResponseCredentialsView ¶

func NewDaVinciConnectorDetailsResponseCredentialsView(items []map[string]interface{}) *DaVinciConnectorDetailsResponseCredentialsView

NewDaVinciConnectorDetailsResponseCredentialsView instantiates a new DaVinciConnectorDetailsResponseCredentialsView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorDetailsResponseCredentialsViewWithDefaults ¶

func NewDaVinciConnectorDetailsResponseCredentialsViewWithDefaults() *DaVinciConnectorDetailsResponseCredentialsView

NewDaVinciConnectorDetailsResponseCredentialsViewWithDefaults instantiates a new DaVinciConnectorDetailsResponseCredentialsView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorDetailsResponseCredentialsView) GetItems ¶

func (o *DaVinciConnectorDetailsResponseCredentialsView) GetItems() []map[string]interface{}

GetItems returns the Items field value

func (*DaVinciConnectorDetailsResponseCredentialsView) GetItemsOk ¶

func (o *DaVinciConnectorDetailsResponseCredentialsView) GetItemsOk() ([]map[string]interface{}, bool)

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

func (DaVinciConnectorDetailsResponseCredentialsView) LogValue ¶

func (DaVinciConnectorDetailsResponseCredentialsView) MarshalJSON ¶

func (*DaVinciConnectorDetailsResponseCredentialsView) SetItems ¶

func (o *DaVinciConnectorDetailsResponseCredentialsView) SetItems(v []map[string]interface{})

SetItems sets field value

func (DaVinciConnectorDetailsResponseCredentialsView) ToMap ¶

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

func (*DaVinciConnectorDetailsResponseCredentialsView) UnmarshalJSON ¶

func (o *DaVinciConnectorDetailsResponseCredentialsView) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorDetailsResponseFlowSection ¶

type DaVinciConnectorDetailsResponseFlowSection struct {
	Name                 string `json:"name"`
	Value                string `json:"value"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorDetailsResponseFlowSection struct for DaVinciConnectorDetailsResponseFlowSection

func NewDaVinciConnectorDetailsResponseFlowSection ¶

func NewDaVinciConnectorDetailsResponseFlowSection(name string, value string) *DaVinciConnectorDetailsResponseFlowSection

NewDaVinciConnectorDetailsResponseFlowSection instantiates a new DaVinciConnectorDetailsResponseFlowSection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorDetailsResponseFlowSectionWithDefaults ¶

func NewDaVinciConnectorDetailsResponseFlowSectionWithDefaults() *DaVinciConnectorDetailsResponseFlowSection

NewDaVinciConnectorDetailsResponseFlowSectionWithDefaults instantiates a new DaVinciConnectorDetailsResponseFlowSection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorDetailsResponseFlowSection) GetName ¶

GetName returns the Name field value

func (*DaVinciConnectorDetailsResponseFlowSection) GetNameOk ¶

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

func (*DaVinciConnectorDetailsResponseFlowSection) GetValue ¶

GetValue returns the Value field value

func (*DaVinciConnectorDetailsResponseFlowSection) GetValueOk ¶

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

func (DaVinciConnectorDetailsResponseFlowSection) LogValue ¶

func (DaVinciConnectorDetailsResponseFlowSection) MarshalJSON ¶

func (*DaVinciConnectorDetailsResponseFlowSection) SetName ¶

SetName sets field value

func (*DaVinciConnectorDetailsResponseFlowSection) SetValue ¶

SetValue sets field value

func (DaVinciConnectorDetailsResponseFlowSection) ToMap ¶

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

func (*DaVinciConnectorDetailsResponseFlowSection) UnmarshalJSON ¶

func (o *DaVinciConnectorDetailsResponseFlowSection) UnmarshalJSON(data []byte) (err error)
type DaVinciConnectorDetailsResponseLinks struct {
	Environment          JSONHALLink `json:"environment"`
	Self                 JSONHALLink `json:"self"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorDetailsResponseLinks struct for DaVinciConnectorDetailsResponseLinks

func NewDaVinciConnectorDetailsResponseLinks(environment JSONHALLink, self JSONHALLink) *DaVinciConnectorDetailsResponseLinks

NewDaVinciConnectorDetailsResponseLinks instantiates a new DaVinciConnectorDetailsResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorDetailsResponseLinksWithDefaults ¶

func NewDaVinciConnectorDetailsResponseLinksWithDefaults() *DaVinciConnectorDetailsResponseLinks

NewDaVinciConnectorDetailsResponseLinksWithDefaults instantiates a new DaVinciConnectorDetailsResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorDetailsResponseLinks) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*DaVinciConnectorDetailsResponseLinks) GetEnvironmentOk ¶

func (o *DaVinciConnectorDetailsResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)

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

func (*DaVinciConnectorDetailsResponseLinks) GetSelf ¶

GetSelf returns the Self field value

func (*DaVinciConnectorDetailsResponseLinks) GetSelfOk ¶

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

func (DaVinciConnectorDetailsResponseLinks) LogValue ¶

func (DaVinciConnectorDetailsResponseLinks) MarshalJSON ¶

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

func (*DaVinciConnectorDetailsResponseLinks) SetEnvironment ¶

SetEnvironment sets field value

func (*DaVinciConnectorDetailsResponseLinks) SetSelf ¶

SetSelf sets field value

func (DaVinciConnectorDetailsResponseLinks) ToMap ¶

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

func (*DaVinciConnectorDetailsResponseLinks) UnmarshalJSON ¶

func (o *DaVinciConnectorDetailsResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorDetailsResponseSection ¶

type DaVinciConnectorDetailsResponseSection struct {
	Name                 string `json:"name"`
	Value                string `json:"value"`
	Default              *bool  `json:"default,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorDetailsResponseSection struct for DaVinciConnectorDetailsResponseSection

func NewDaVinciConnectorDetailsResponseSection ¶

func NewDaVinciConnectorDetailsResponseSection(name string, value string) *DaVinciConnectorDetailsResponseSection

NewDaVinciConnectorDetailsResponseSection instantiates a new DaVinciConnectorDetailsResponseSection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorDetailsResponseSectionWithDefaults ¶

func NewDaVinciConnectorDetailsResponseSectionWithDefaults() *DaVinciConnectorDetailsResponseSection

NewDaVinciConnectorDetailsResponseSectionWithDefaults instantiates a new DaVinciConnectorDetailsResponseSection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorDetailsResponseSection) GetDefault ¶

GetDefault returns the Default field value if set, zero value otherwise.

func (*DaVinciConnectorDetailsResponseSection) GetDefaultOk ¶

func (o *DaVinciConnectorDetailsResponseSection) GetDefaultOk() (*bool, bool)

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

func (*DaVinciConnectorDetailsResponseSection) GetName ¶

GetName returns the Name field value

func (*DaVinciConnectorDetailsResponseSection) GetNameOk ¶

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

func (*DaVinciConnectorDetailsResponseSection) GetValue ¶

GetValue returns the Value field value

func (*DaVinciConnectorDetailsResponseSection) GetValueOk ¶

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

func (*DaVinciConnectorDetailsResponseSection) HasDefault ¶

HasDefault returns a boolean if a field has been set.

func (DaVinciConnectorDetailsResponseSection) LogValue ¶

func (DaVinciConnectorDetailsResponseSection) MarshalJSON ¶

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

func (*DaVinciConnectorDetailsResponseSection) SetDefault ¶

SetDefault gets a reference to the given bool and assigns it to the Default field.

func (*DaVinciConnectorDetailsResponseSection) SetName ¶

SetName sets field value

func (*DaVinciConnectorDetailsResponseSection) SetValue ¶

SetValue sets field value

func (DaVinciConnectorDetailsResponseSection) ToMap ¶

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

func (*DaVinciConnectorDetailsResponseSection) UnmarshalJSON ¶

func (o *DaVinciConnectorDetailsResponseSection) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorInstanceCollectionResponse ¶

type DaVinciConnectorInstanceCollectionResponse struct {
	Embedded             DaVinciConnectorInstanceCollectionResponseEmbedded `json:"_embedded"`
	Links                DaVinciConnectorInstanceCollectionResponseLinks    `json:"_links"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorInstanceCollectionResponse struct for DaVinciConnectorInstanceCollectionResponse

func NewDaVinciConnectorInstanceCollectionResponse ¶

NewDaVinciConnectorInstanceCollectionResponse instantiates a new DaVinciConnectorInstanceCollectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorInstanceCollectionResponseWithDefaults ¶

func NewDaVinciConnectorInstanceCollectionResponseWithDefaults() *DaVinciConnectorInstanceCollectionResponse

NewDaVinciConnectorInstanceCollectionResponseWithDefaults instantiates a new DaVinciConnectorInstanceCollectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorInstanceCollectionResponse) GetEmbedded ¶

GetEmbedded returns the Embedded field value

func (*DaVinciConnectorInstanceCollectionResponse) GetEmbeddedOk ¶

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

GetLinks returns the Links field value

func (*DaVinciConnectorInstanceCollectionResponse) GetLinksOk ¶

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

func (DaVinciConnectorInstanceCollectionResponse) LogValue ¶

func (DaVinciConnectorInstanceCollectionResponse) MarshalJSON ¶

func (*DaVinciConnectorInstanceCollectionResponse) SetEmbedded ¶

SetEmbedded sets field value

SetLinks sets field value

func (DaVinciConnectorInstanceCollectionResponse) ToMap ¶

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

func (*DaVinciConnectorInstanceCollectionResponse) UnmarshalJSON ¶

func (o *DaVinciConnectorInstanceCollectionResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorInstanceCollectionResponseEmbedded ¶

type DaVinciConnectorInstanceCollectionResponseEmbedded struct {
	ConnectorInstances   []DaVinciConnectorInstanceResponse `json:"connectorInstances"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorInstanceCollectionResponseEmbedded struct for DaVinciConnectorInstanceCollectionResponseEmbedded

func NewDaVinciConnectorInstanceCollectionResponseEmbedded ¶

func NewDaVinciConnectorInstanceCollectionResponseEmbedded(connectorInstances []DaVinciConnectorInstanceResponse) *DaVinciConnectorInstanceCollectionResponseEmbedded

NewDaVinciConnectorInstanceCollectionResponseEmbedded instantiates a new DaVinciConnectorInstanceCollectionResponseEmbedded object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorInstanceCollectionResponseEmbeddedWithDefaults ¶

func NewDaVinciConnectorInstanceCollectionResponseEmbeddedWithDefaults() *DaVinciConnectorInstanceCollectionResponseEmbedded

NewDaVinciConnectorInstanceCollectionResponseEmbeddedWithDefaults instantiates a new DaVinciConnectorInstanceCollectionResponseEmbedded object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorInstanceCollectionResponseEmbedded) GetConnectorInstances ¶

GetConnectorInstances returns the ConnectorInstances field value

func (*DaVinciConnectorInstanceCollectionResponseEmbedded) GetConnectorInstancesOk ¶

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

func (DaVinciConnectorInstanceCollectionResponseEmbedded) LogValue ¶

func (DaVinciConnectorInstanceCollectionResponseEmbedded) MarshalJSON ¶

func (*DaVinciConnectorInstanceCollectionResponseEmbedded) SetConnectorInstances ¶

SetConnectorInstances sets field value

func (DaVinciConnectorInstanceCollectionResponseEmbedded) ToMap ¶

func (*DaVinciConnectorInstanceCollectionResponseEmbedded) UnmarshalJSON ¶

func (o *DaVinciConnectorInstanceCollectionResponseEmbedded) UnmarshalJSON(data []byte) (err error)
type DaVinciConnectorInstanceCollectionResponseLinks struct {
	Environment          JSONHALLink `json:"environment"`
	Self                 JSONHALLink `json:"self"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorInstanceCollectionResponseLinks struct for DaVinciConnectorInstanceCollectionResponseLinks

func NewDaVinciConnectorInstanceCollectionResponseLinks(environment JSONHALLink, self JSONHALLink) *DaVinciConnectorInstanceCollectionResponseLinks

NewDaVinciConnectorInstanceCollectionResponseLinks instantiates a new DaVinciConnectorInstanceCollectionResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorInstanceCollectionResponseLinksWithDefaults ¶

func NewDaVinciConnectorInstanceCollectionResponseLinksWithDefaults() *DaVinciConnectorInstanceCollectionResponseLinks

NewDaVinciConnectorInstanceCollectionResponseLinksWithDefaults instantiates a new DaVinciConnectorInstanceCollectionResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorInstanceCollectionResponseLinks) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*DaVinciConnectorInstanceCollectionResponseLinks) GetEnvironmentOk ¶

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

func (*DaVinciConnectorInstanceCollectionResponseLinks) GetSelf ¶

GetSelf returns the Self field value

func (*DaVinciConnectorInstanceCollectionResponseLinks) GetSelfOk ¶

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

func (DaVinciConnectorInstanceCollectionResponseLinks) LogValue ¶

func (DaVinciConnectorInstanceCollectionResponseLinks) MarshalJSON ¶

func (*DaVinciConnectorInstanceCollectionResponseLinks) SetEnvironment ¶

SetEnvironment sets field value

func (*DaVinciConnectorInstanceCollectionResponseLinks) SetSelf ¶

SetSelf sets field value

func (DaVinciConnectorInstanceCollectionResponseLinks) ToMap ¶

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

func (*DaVinciConnectorInstanceCollectionResponseLinks) UnmarshalJSON ¶

func (o *DaVinciConnectorInstanceCollectionResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorInstanceCreateRequest ¶

type DaVinciConnectorInstanceCreateRequest struct {
	Name                 string                      `json:"name" validate:"regexp=^(?=\\\\S)[\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_ -]*(?!.*((<)|(\\\\$\\\\{)))"`
	Connector            ResourceRelationshipDaVinci `json:"connector"`
	Properties           map[string]interface{}      `json:"properties,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorInstanceCreateRequest struct for DaVinciConnectorInstanceCreateRequest

func NewDaVinciConnectorInstanceCreateRequest ¶

func NewDaVinciConnectorInstanceCreateRequest(name string, connector ResourceRelationshipDaVinci) *DaVinciConnectorInstanceCreateRequest

NewDaVinciConnectorInstanceCreateRequest instantiates a new DaVinciConnectorInstanceCreateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorInstanceCreateRequestWithDefaults ¶

func NewDaVinciConnectorInstanceCreateRequestWithDefaults() *DaVinciConnectorInstanceCreateRequest

NewDaVinciConnectorInstanceCreateRequestWithDefaults instantiates a new DaVinciConnectorInstanceCreateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorInstanceCreateRequest) GetConnector ¶

GetConnector returns the Connector field value

func (*DaVinciConnectorInstanceCreateRequest) GetConnectorOk ¶

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

func (*DaVinciConnectorInstanceCreateRequest) GetName ¶

GetName returns the Name field value

func (*DaVinciConnectorInstanceCreateRequest) GetNameOk ¶

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

func (*DaVinciConnectorInstanceCreateRequest) GetProperties ¶

func (o *DaVinciConnectorInstanceCreateRequest) GetProperties() map[string]interface{}

GetProperties returns the Properties field value if set, zero value otherwise.

func (*DaVinciConnectorInstanceCreateRequest) GetPropertiesOk ¶

func (o *DaVinciConnectorInstanceCreateRequest) GetPropertiesOk() (map[string]interface{}, bool)

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

func (*DaVinciConnectorInstanceCreateRequest) HasProperties ¶

func (o *DaVinciConnectorInstanceCreateRequest) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (DaVinciConnectorInstanceCreateRequest) LogValue ¶

func (DaVinciConnectorInstanceCreateRequest) MarshalJSON ¶

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

func (*DaVinciConnectorInstanceCreateRequest) SetConnector ¶

SetConnector sets field value

func (*DaVinciConnectorInstanceCreateRequest) SetName ¶

SetName sets field value

func (*DaVinciConnectorInstanceCreateRequest) SetProperties ¶

func (o *DaVinciConnectorInstanceCreateRequest) SetProperties(v map[string]interface{})

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

func (DaVinciConnectorInstanceCreateRequest) ToMap ¶

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

func (*DaVinciConnectorInstanceCreateRequest) UnmarshalJSON ¶

func (o *DaVinciConnectorInstanceCreateRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorInstanceReplaceRequest ¶

type DaVinciConnectorInstanceReplaceRequest struct {
	Name                 string                      `json:"name" validate:"regexp=^(?=\\\\S)[\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_ -]*(?!.*((<)|(\\\\$\\\\{)))"`
	Connector            ResourceRelationshipDaVinci `json:"connector"`
	Properties           map[string]interface{}      `json:"properties,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorInstanceReplaceRequest struct for DaVinciConnectorInstanceReplaceRequest

func NewDaVinciConnectorInstanceReplaceRequest ¶

func NewDaVinciConnectorInstanceReplaceRequest(name string, connector ResourceRelationshipDaVinci) *DaVinciConnectorInstanceReplaceRequest

NewDaVinciConnectorInstanceReplaceRequest instantiates a new DaVinciConnectorInstanceReplaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorInstanceReplaceRequestWithDefaults ¶

func NewDaVinciConnectorInstanceReplaceRequestWithDefaults() *DaVinciConnectorInstanceReplaceRequest

NewDaVinciConnectorInstanceReplaceRequestWithDefaults instantiates a new DaVinciConnectorInstanceReplaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorInstanceReplaceRequest) GetConnector ¶

GetConnector returns the Connector field value

func (*DaVinciConnectorInstanceReplaceRequest) GetConnectorOk ¶

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

func (*DaVinciConnectorInstanceReplaceRequest) GetName ¶

GetName returns the Name field value

func (*DaVinciConnectorInstanceReplaceRequest) GetNameOk ¶

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

func (*DaVinciConnectorInstanceReplaceRequest) GetProperties ¶

func (o *DaVinciConnectorInstanceReplaceRequest) GetProperties() map[string]interface{}

GetProperties returns the Properties field value if set, zero value otherwise.

func (*DaVinciConnectorInstanceReplaceRequest) GetPropertiesOk ¶

func (o *DaVinciConnectorInstanceReplaceRequest) GetPropertiesOk() (map[string]interface{}, bool)

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

func (*DaVinciConnectorInstanceReplaceRequest) HasProperties ¶

func (o *DaVinciConnectorInstanceReplaceRequest) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (DaVinciConnectorInstanceReplaceRequest) LogValue ¶

func (DaVinciConnectorInstanceReplaceRequest) MarshalJSON ¶

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

func (*DaVinciConnectorInstanceReplaceRequest) SetConnector ¶

SetConnector sets field value

func (*DaVinciConnectorInstanceReplaceRequest) SetName ¶

SetName sets field value

func (*DaVinciConnectorInstanceReplaceRequest) SetProperties ¶

func (o *DaVinciConnectorInstanceReplaceRequest) SetProperties(v map[string]interface{})

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

func (DaVinciConnectorInstanceReplaceRequest) ToMap ¶

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

func (*DaVinciConnectorInstanceReplaceRequest) UnmarshalJSON ¶

func (o *DaVinciConnectorInstanceReplaceRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorInstanceResponse ¶

type DaVinciConnectorInstanceResponse struct {
	Links                DaVinciConnectorInstanceResponseLinks `json:"_links"`
	Connector            ResourceRelationshipDaVinciReadOnly   `json:"connector"`
	Environment          ResourceRelationshipReadOnly          `json:"environment"`
	Id                   string                                `json:"id"`
	Name                 string                                `json:"name"`
	CreatedAt            *time.Time                            `json:"createdAt,omitempty"`
	Properties           map[string]interface{}                `json:"properties,omitempty"`
	UpdatedAt            *time.Time                            `json:"updatedAt,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorInstanceResponse struct for DaVinciConnectorInstanceResponse

func NewDaVinciConnectorInstanceResponse ¶

NewDaVinciConnectorInstanceResponse instantiates a new DaVinciConnectorInstanceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorInstanceResponseWithDefaults ¶

func NewDaVinciConnectorInstanceResponseWithDefaults() *DaVinciConnectorInstanceResponse

NewDaVinciConnectorInstanceResponseWithDefaults instantiates a new DaVinciConnectorInstanceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorInstanceResponse) GetConnector ¶

GetConnector returns the Connector field value

func (*DaVinciConnectorInstanceResponse) GetConnectorOk ¶

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

func (*DaVinciConnectorInstanceResponse) GetCreatedAt ¶

func (o *DaVinciConnectorInstanceResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*DaVinciConnectorInstanceResponse) GetCreatedAtOk ¶

func (o *DaVinciConnectorInstanceResponse) GetCreatedAtOk() (*time.Time, bool)

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

func (*DaVinciConnectorInstanceResponse) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*DaVinciConnectorInstanceResponse) GetEnvironmentOk ¶

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

func (*DaVinciConnectorInstanceResponse) GetId ¶

GetId returns the Id field value

func (*DaVinciConnectorInstanceResponse) GetIdOk ¶

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

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

GetLinks returns the Links field value

func (*DaVinciConnectorInstanceResponse) GetLinksOk ¶

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

func (*DaVinciConnectorInstanceResponse) GetName ¶

GetName returns the Name field value

func (*DaVinciConnectorInstanceResponse) GetNameOk ¶

func (o *DaVinciConnectorInstanceResponse) GetNameOk() (*string, bool)

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

func (*DaVinciConnectorInstanceResponse) GetProperties ¶

func (o *DaVinciConnectorInstanceResponse) GetProperties() map[string]interface{}

GetProperties returns the Properties field value if set, zero value otherwise.

func (*DaVinciConnectorInstanceResponse) GetPropertiesOk ¶

func (o *DaVinciConnectorInstanceResponse) GetPropertiesOk() (map[string]interface{}, bool)

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

func (*DaVinciConnectorInstanceResponse) GetUpdatedAt ¶

func (o *DaVinciConnectorInstanceResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*DaVinciConnectorInstanceResponse) GetUpdatedAtOk ¶

func (o *DaVinciConnectorInstanceResponse) GetUpdatedAtOk() (*time.Time, bool)

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

func (*DaVinciConnectorInstanceResponse) HasCreatedAt ¶

func (o *DaVinciConnectorInstanceResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*DaVinciConnectorInstanceResponse) HasProperties ¶

func (o *DaVinciConnectorInstanceResponse) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*DaVinciConnectorInstanceResponse) HasUpdatedAt ¶

func (o *DaVinciConnectorInstanceResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (DaVinciConnectorInstanceResponse) LogValue ¶

func (DaVinciConnectorInstanceResponse) MarshalJSON ¶

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

func (*DaVinciConnectorInstanceResponse) SetConnector ¶

SetConnector sets field value

func (*DaVinciConnectorInstanceResponse) SetCreatedAt ¶

func (o *DaVinciConnectorInstanceResponse) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*DaVinciConnectorInstanceResponse) SetEnvironment ¶

SetEnvironment sets field value

func (*DaVinciConnectorInstanceResponse) SetId ¶

SetId sets field value

SetLinks sets field value

func (*DaVinciConnectorInstanceResponse) SetName ¶

SetName sets field value

func (*DaVinciConnectorInstanceResponse) SetProperties ¶

func (o *DaVinciConnectorInstanceResponse) SetProperties(v map[string]interface{})

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

func (*DaVinciConnectorInstanceResponse) SetUpdatedAt ¶

func (o *DaVinciConnectorInstanceResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (DaVinciConnectorInstanceResponse) ToMap ¶

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

func (*DaVinciConnectorInstanceResponse) UnmarshalJSON ¶

func (o *DaVinciConnectorInstanceResponse) UnmarshalJSON(data []byte) (err error)
type DaVinciConnectorInstanceResponseLinks struct {
	Environment                  JSONHALLink  `json:"environment"`
	Self                         JSONHALLink  `json:"self"`
	ConnectorInstanceClone       JSONHALLink  `json:"connectorInstance.clone"`
	Applications                 *JSONHALLink `json:"applications,omitempty"`
	DeviceAuthenticationPolicies *JSONHALLink `json:"deviceAuthenticationPolicies,omitempty"`
	Gateways                     *JSONHALLink `json:"gateways,omitempty"`
	NotificationsPolicies        *JSONHALLink `json:"notificationsPolicies,omitempty"`
	AdditionalProperties         map[string]interface{}
}

DaVinciConnectorInstanceResponseLinks struct for DaVinciConnectorInstanceResponseLinks

func NewDaVinciConnectorInstanceResponseLinks(environment JSONHALLink, self JSONHALLink, connectorInstanceClone JSONHALLink) *DaVinciConnectorInstanceResponseLinks

NewDaVinciConnectorInstanceResponseLinks instantiates a new DaVinciConnectorInstanceResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorInstanceResponseLinksWithDefaults ¶

func NewDaVinciConnectorInstanceResponseLinksWithDefaults() *DaVinciConnectorInstanceResponseLinks

NewDaVinciConnectorInstanceResponseLinksWithDefaults instantiates a new DaVinciConnectorInstanceResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorInstanceResponseLinks) GetApplications ¶

GetApplications returns the Applications field value if set, zero value otherwise.

func (*DaVinciConnectorInstanceResponseLinks) GetApplicationsOk ¶

func (o *DaVinciConnectorInstanceResponseLinks) GetApplicationsOk() (*JSONHALLink, bool)

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

func (*DaVinciConnectorInstanceResponseLinks) GetConnectorInstanceClone ¶

func (o *DaVinciConnectorInstanceResponseLinks) GetConnectorInstanceClone() JSONHALLink

GetConnectorInstanceClone returns the ConnectorInstanceClone field value

func (*DaVinciConnectorInstanceResponseLinks) GetConnectorInstanceCloneOk ¶

func (o *DaVinciConnectorInstanceResponseLinks) GetConnectorInstanceCloneOk() (*JSONHALLink, bool)

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

func (*DaVinciConnectorInstanceResponseLinks) GetDeviceAuthenticationPolicies ¶

func (o *DaVinciConnectorInstanceResponseLinks) GetDeviceAuthenticationPolicies() JSONHALLink

GetDeviceAuthenticationPolicies returns the DeviceAuthenticationPolicies field value if set, zero value otherwise.

func (*DaVinciConnectorInstanceResponseLinks) GetDeviceAuthenticationPoliciesOk ¶

func (o *DaVinciConnectorInstanceResponseLinks) GetDeviceAuthenticationPoliciesOk() (*JSONHALLink, bool)

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

func (*DaVinciConnectorInstanceResponseLinks) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*DaVinciConnectorInstanceResponseLinks) GetEnvironmentOk ¶

func (o *DaVinciConnectorInstanceResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)

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

func (*DaVinciConnectorInstanceResponseLinks) GetGateways ¶

GetGateways returns the Gateways field value if set, zero value otherwise.

func (*DaVinciConnectorInstanceResponseLinks) GetGatewaysOk ¶

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

func (*DaVinciConnectorInstanceResponseLinks) GetNotificationsPolicies ¶

func (o *DaVinciConnectorInstanceResponseLinks) GetNotificationsPolicies() JSONHALLink

GetNotificationsPolicies returns the NotificationsPolicies field value if set, zero value otherwise.

func (*DaVinciConnectorInstanceResponseLinks) GetNotificationsPoliciesOk ¶

func (o *DaVinciConnectorInstanceResponseLinks) GetNotificationsPoliciesOk() (*JSONHALLink, bool)

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

func (*DaVinciConnectorInstanceResponseLinks) GetSelf ¶

GetSelf returns the Self field value

func (*DaVinciConnectorInstanceResponseLinks) GetSelfOk ¶

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

func (*DaVinciConnectorInstanceResponseLinks) HasApplications ¶

func (o *DaVinciConnectorInstanceResponseLinks) HasApplications() bool

HasApplications returns a boolean if a field has been set.

func (*DaVinciConnectorInstanceResponseLinks) HasDeviceAuthenticationPolicies ¶

func (o *DaVinciConnectorInstanceResponseLinks) HasDeviceAuthenticationPolicies() bool

HasDeviceAuthenticationPolicies returns a boolean if a field has been set.

func (*DaVinciConnectorInstanceResponseLinks) HasGateways ¶

HasGateways returns a boolean if a field has been set.

func (*DaVinciConnectorInstanceResponseLinks) HasNotificationsPolicies ¶

func (o *DaVinciConnectorInstanceResponseLinks) HasNotificationsPolicies() bool

HasNotificationsPolicies returns a boolean if a field has been set.

func (DaVinciConnectorInstanceResponseLinks) LogValue ¶

func (DaVinciConnectorInstanceResponseLinks) MarshalJSON ¶

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

func (*DaVinciConnectorInstanceResponseLinks) SetApplications ¶

func (o *DaVinciConnectorInstanceResponseLinks) SetApplications(v JSONHALLink)

SetApplications gets a reference to the given JSONHALLink and assigns it to the Applications field.

func (*DaVinciConnectorInstanceResponseLinks) SetConnectorInstanceClone ¶

func (o *DaVinciConnectorInstanceResponseLinks) SetConnectorInstanceClone(v JSONHALLink)

SetConnectorInstanceClone sets field value

func (*DaVinciConnectorInstanceResponseLinks) SetDeviceAuthenticationPolicies ¶

func (o *DaVinciConnectorInstanceResponseLinks) SetDeviceAuthenticationPolicies(v JSONHALLink)

SetDeviceAuthenticationPolicies gets a reference to the given JSONHALLink and assigns it to the DeviceAuthenticationPolicies field.

func (*DaVinciConnectorInstanceResponseLinks) SetEnvironment ¶

SetEnvironment sets field value

func (*DaVinciConnectorInstanceResponseLinks) SetGateways ¶

SetGateways gets a reference to the given JSONHALLink and assigns it to the Gateways field.

func (*DaVinciConnectorInstanceResponseLinks) SetNotificationsPolicies ¶

func (o *DaVinciConnectorInstanceResponseLinks) SetNotificationsPolicies(v JSONHALLink)

SetNotificationsPolicies gets a reference to the given JSONHALLink and assigns it to the NotificationsPolicies field.

func (*DaVinciConnectorInstanceResponseLinks) SetSelf ¶

SetSelf sets field value

func (DaVinciConnectorInstanceResponseLinks) ToMap ¶

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

func (*DaVinciConnectorInstanceResponseLinks) UnmarshalJSON ¶

func (o *DaVinciConnectorInstanceResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorMinimalResponse ¶

type DaVinciConnectorMinimalResponse struct {
	Links                DaVinciConnectorMinimalResponseLinks    `json:"_links"`
	CreatedAt            time.Time                               `json:"createdAt"`
	Environment          ResourceRelationshipReadOnly            `json:"environment"`
	Id                   string                                  `json:"id"`
	Metadata             DaVinciConnectorMinimalResponseMetadata `json:"metadata"`
	Name                 string                                  `json:"name"`
	Version              string                                  `json:"version"`
	Description          *string                                 `json:"description,omitempty"`
	UpdatedAt            *time.Time                              `json:"updatedAt,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorMinimalResponse struct for DaVinciConnectorMinimalResponse

func NewDaVinciConnectorMinimalResponse ¶

func NewDaVinciConnectorMinimalResponse(links DaVinciConnectorMinimalResponseLinks, createdAt time.Time, environment ResourceRelationshipReadOnly, id string, metadata DaVinciConnectorMinimalResponseMetadata, name string, version string) *DaVinciConnectorMinimalResponse

NewDaVinciConnectorMinimalResponse instantiates a new DaVinciConnectorMinimalResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorMinimalResponseWithDefaults ¶

func NewDaVinciConnectorMinimalResponseWithDefaults() *DaVinciConnectorMinimalResponse

NewDaVinciConnectorMinimalResponseWithDefaults instantiates a new DaVinciConnectorMinimalResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorMinimalResponse) GetCreatedAt ¶

func (o *DaVinciConnectorMinimalResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value

func (*DaVinciConnectorMinimalResponse) GetCreatedAtOk ¶

func (o *DaVinciConnectorMinimalResponse) GetCreatedAtOk() (*time.Time, bool)

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

func (*DaVinciConnectorMinimalResponse) GetDescription ¶

func (o *DaVinciConnectorMinimalResponse) GetDescription() string

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

func (*DaVinciConnectorMinimalResponse) GetDescriptionOk ¶

func (o *DaVinciConnectorMinimalResponse) GetDescriptionOk() (*string, bool)

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

func (*DaVinciConnectorMinimalResponse) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*DaVinciConnectorMinimalResponse) GetEnvironmentOk ¶

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

func (*DaVinciConnectorMinimalResponse) GetId ¶

GetId returns the Id field value

func (*DaVinciConnectorMinimalResponse) GetIdOk ¶

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

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

GetLinks returns the Links field value

func (*DaVinciConnectorMinimalResponse) GetLinksOk ¶

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

func (*DaVinciConnectorMinimalResponse) GetMetadata ¶

GetMetadata returns the Metadata field value

func (*DaVinciConnectorMinimalResponse) GetMetadataOk ¶

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

func (*DaVinciConnectorMinimalResponse) GetName ¶

GetName returns the Name field value

func (*DaVinciConnectorMinimalResponse) GetNameOk ¶

func (o *DaVinciConnectorMinimalResponse) GetNameOk() (*string, bool)

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

func (*DaVinciConnectorMinimalResponse) GetUpdatedAt ¶

func (o *DaVinciConnectorMinimalResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*DaVinciConnectorMinimalResponse) GetUpdatedAtOk ¶

func (o *DaVinciConnectorMinimalResponse) GetUpdatedAtOk() (*time.Time, bool)

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

func (*DaVinciConnectorMinimalResponse) GetVersion ¶

func (o *DaVinciConnectorMinimalResponse) GetVersion() string

GetVersion returns the Version field value

func (*DaVinciConnectorMinimalResponse) GetVersionOk ¶

func (o *DaVinciConnectorMinimalResponse) GetVersionOk() (*string, bool)

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

func (*DaVinciConnectorMinimalResponse) HasDescription ¶ added in v0.3.0

func (o *DaVinciConnectorMinimalResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DaVinciConnectorMinimalResponse) HasUpdatedAt ¶ added in v0.3.0

func (o *DaVinciConnectorMinimalResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (DaVinciConnectorMinimalResponse) LogValue ¶

func (DaVinciConnectorMinimalResponse) MarshalJSON ¶

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

func (*DaVinciConnectorMinimalResponse) SetCreatedAt ¶

func (o *DaVinciConnectorMinimalResponse) SetCreatedAt(v time.Time)

SetCreatedAt sets field value

func (*DaVinciConnectorMinimalResponse) SetDescription ¶

func (o *DaVinciConnectorMinimalResponse) SetDescription(v string)

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

func (*DaVinciConnectorMinimalResponse) SetEnvironment ¶

SetEnvironment sets field value

func (*DaVinciConnectorMinimalResponse) SetId ¶

SetId sets field value

SetLinks sets field value

func (*DaVinciConnectorMinimalResponse) SetMetadata ¶

SetMetadata sets field value

func (*DaVinciConnectorMinimalResponse) SetName ¶

SetName sets field value

func (*DaVinciConnectorMinimalResponse) SetUpdatedAt ¶

func (o *DaVinciConnectorMinimalResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*DaVinciConnectorMinimalResponse) SetVersion ¶

func (o *DaVinciConnectorMinimalResponse) SetVersion(v string)

SetVersion sets field value

func (DaVinciConnectorMinimalResponse) ToMap ¶

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

func (*DaVinciConnectorMinimalResponse) UnmarshalJSON ¶

func (o *DaVinciConnectorMinimalResponse) UnmarshalJSON(data []byte) (err error)
type DaVinciConnectorMinimalResponseLinks struct {
	Environment          JSONHALLink `json:"environment"`
	Self                 JSONHALLink `json:"self"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorMinimalResponseLinks struct for DaVinciConnectorMinimalResponseLinks

func NewDaVinciConnectorMinimalResponseLinks(environment JSONHALLink, self JSONHALLink) *DaVinciConnectorMinimalResponseLinks

NewDaVinciConnectorMinimalResponseLinks instantiates a new DaVinciConnectorMinimalResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorMinimalResponseLinksWithDefaults ¶

func NewDaVinciConnectorMinimalResponseLinksWithDefaults() *DaVinciConnectorMinimalResponseLinks

NewDaVinciConnectorMinimalResponseLinksWithDefaults instantiates a new DaVinciConnectorMinimalResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorMinimalResponseLinks) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*DaVinciConnectorMinimalResponseLinks) GetEnvironmentOk ¶

func (o *DaVinciConnectorMinimalResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)

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

func (*DaVinciConnectorMinimalResponseLinks) GetSelf ¶

GetSelf returns the Self field value

func (*DaVinciConnectorMinimalResponseLinks) GetSelfOk ¶

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

func (DaVinciConnectorMinimalResponseLinks) LogValue ¶

func (DaVinciConnectorMinimalResponseLinks) MarshalJSON ¶

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

func (*DaVinciConnectorMinimalResponseLinks) SetEnvironment ¶

SetEnvironment sets field value

func (*DaVinciConnectorMinimalResponseLinks) SetSelf ¶

SetSelf sets field value

func (DaVinciConnectorMinimalResponseLinks) ToMap ¶

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

func (*DaVinciConnectorMinimalResponseLinks) UnmarshalJSON ¶

func (o *DaVinciConnectorMinimalResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorMinimalResponseMetadata ¶

type DaVinciConnectorMinimalResponseMetadata struct {
	Colors               *DaVinciConnectorMinimalResponseMetadataColors `json:"colors,omitempty"`
	Logos                *DaVinciConnectorMinimalResponseMetadataLogos  `json:"logos,omitempty"`
	Type                 *DaVinciConnectorMinimalResponseMetadataType   `json:"type,omitempty"`
	Vendor               *string                                        `json:"vendor,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorMinimalResponseMetadata struct for DaVinciConnectorMinimalResponseMetadata

func NewDaVinciConnectorMinimalResponseMetadata ¶

func NewDaVinciConnectorMinimalResponseMetadata() *DaVinciConnectorMinimalResponseMetadata

NewDaVinciConnectorMinimalResponseMetadata instantiates a new DaVinciConnectorMinimalResponseMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorMinimalResponseMetadataWithDefaults ¶

func NewDaVinciConnectorMinimalResponseMetadataWithDefaults() *DaVinciConnectorMinimalResponseMetadata

NewDaVinciConnectorMinimalResponseMetadataWithDefaults instantiates a new DaVinciConnectorMinimalResponseMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorMinimalResponseMetadata) GetColors ¶

GetColors returns the Colors field value if set, zero value otherwise.

func (*DaVinciConnectorMinimalResponseMetadata) GetColorsOk ¶

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

func (*DaVinciConnectorMinimalResponseMetadata) GetLogos ¶

GetLogos returns the Logos field value if set, zero value otherwise.

func (*DaVinciConnectorMinimalResponseMetadata) GetLogosOk ¶

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

func (*DaVinciConnectorMinimalResponseMetadata) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*DaVinciConnectorMinimalResponseMetadata) GetTypeOk ¶

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

func (*DaVinciConnectorMinimalResponseMetadata) GetVendor ¶

GetVendor returns the Vendor field value if set, zero value otherwise.

func (*DaVinciConnectorMinimalResponseMetadata) GetVendorOk ¶

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

func (*DaVinciConnectorMinimalResponseMetadata) HasColors ¶

HasColors returns a boolean if a field has been set.

func (*DaVinciConnectorMinimalResponseMetadata) HasLogos ¶

HasLogos returns a boolean if a field has been set.

func (*DaVinciConnectorMinimalResponseMetadata) HasType ¶

HasType returns a boolean if a field has been set.

func (*DaVinciConnectorMinimalResponseMetadata) HasVendor ¶

HasVendor returns a boolean if a field has been set.

func (DaVinciConnectorMinimalResponseMetadata) LogValue ¶

func (DaVinciConnectorMinimalResponseMetadata) MarshalJSON ¶

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

func (*DaVinciConnectorMinimalResponseMetadata) SetColors ¶

SetColors gets a reference to the given DaVinciConnectorMinimalResponseMetadataColors and assigns it to the Colors field.

func (*DaVinciConnectorMinimalResponseMetadata) SetLogos ¶

SetLogos gets a reference to the given DaVinciConnectorMinimalResponseMetadataLogos and assigns it to the Logos field.

func (*DaVinciConnectorMinimalResponseMetadata) SetType ¶

SetType gets a reference to the given DaVinciConnectorMinimalResponseMetadataType and assigns it to the Type field.

func (*DaVinciConnectorMinimalResponseMetadata) SetVendor ¶

SetVendor gets a reference to the given string and assigns it to the Vendor field.

func (DaVinciConnectorMinimalResponseMetadata) ToMap ¶

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

func (*DaVinciConnectorMinimalResponseMetadata) UnmarshalJSON ¶

func (o *DaVinciConnectorMinimalResponseMetadata) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorMinimalResponseMetadataColors ¶

type DaVinciConnectorMinimalResponseMetadataColors struct {
	Canvas               *string `json:"canvas,omitempty"`
	CanvasText           *string `json:"canvasText,omitempty"`
	Dark                 *string `json:"dark,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorMinimalResponseMetadataColors struct for DaVinciConnectorMinimalResponseMetadataColors

func NewDaVinciConnectorMinimalResponseMetadataColors ¶

func NewDaVinciConnectorMinimalResponseMetadataColors() *DaVinciConnectorMinimalResponseMetadataColors

NewDaVinciConnectorMinimalResponseMetadataColors instantiates a new DaVinciConnectorMinimalResponseMetadataColors object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorMinimalResponseMetadataColorsWithDefaults ¶

func NewDaVinciConnectorMinimalResponseMetadataColorsWithDefaults() *DaVinciConnectorMinimalResponseMetadataColors

NewDaVinciConnectorMinimalResponseMetadataColorsWithDefaults instantiates a new DaVinciConnectorMinimalResponseMetadataColors object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorMinimalResponseMetadataColors) GetCanvas ¶

GetCanvas returns the Canvas field value if set, zero value otherwise.

func (*DaVinciConnectorMinimalResponseMetadataColors) GetCanvasOk ¶

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

func (*DaVinciConnectorMinimalResponseMetadataColors) GetCanvasText ¶

GetCanvasText returns the CanvasText field value if set, zero value otherwise.

func (*DaVinciConnectorMinimalResponseMetadataColors) GetCanvasTextOk ¶

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

func (*DaVinciConnectorMinimalResponseMetadataColors) GetDark ¶

GetDark returns the Dark field value if set, zero value otherwise.

func (*DaVinciConnectorMinimalResponseMetadataColors) GetDarkOk ¶

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

func (*DaVinciConnectorMinimalResponseMetadataColors) HasCanvas ¶

HasCanvas returns a boolean if a field has been set.

func (*DaVinciConnectorMinimalResponseMetadataColors) HasCanvasText ¶

HasCanvasText returns a boolean if a field has been set.

func (*DaVinciConnectorMinimalResponseMetadataColors) HasDark ¶

HasDark returns a boolean if a field has been set.

func (DaVinciConnectorMinimalResponseMetadataColors) LogValue ¶

func (DaVinciConnectorMinimalResponseMetadataColors) MarshalJSON ¶

func (*DaVinciConnectorMinimalResponseMetadataColors) SetCanvas ¶

SetCanvas gets a reference to the given string and assigns it to the Canvas field.

func (*DaVinciConnectorMinimalResponseMetadataColors) SetCanvasText ¶

SetCanvasText gets a reference to the given string and assigns it to the CanvasText field.

func (*DaVinciConnectorMinimalResponseMetadataColors) SetDark ¶

SetDark gets a reference to the given string and assigns it to the Dark field.

func (DaVinciConnectorMinimalResponseMetadataColors) ToMap ¶

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

func (*DaVinciConnectorMinimalResponseMetadataColors) UnmarshalJSON ¶

func (o *DaVinciConnectorMinimalResponseMetadataColors) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorMinimalResponseMetadataLogos ¶

type DaVinciConnectorMinimalResponseMetadataLogos struct {
	Canvas               *DaVinciConnectorMinimalResponseMetadataLogosCanvas `json:"canvas,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorMinimalResponseMetadataLogos struct for DaVinciConnectorMinimalResponseMetadataLogos

func NewDaVinciConnectorMinimalResponseMetadataLogos ¶

func NewDaVinciConnectorMinimalResponseMetadataLogos() *DaVinciConnectorMinimalResponseMetadataLogos

NewDaVinciConnectorMinimalResponseMetadataLogos instantiates a new DaVinciConnectorMinimalResponseMetadataLogos object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorMinimalResponseMetadataLogosWithDefaults ¶

func NewDaVinciConnectorMinimalResponseMetadataLogosWithDefaults() *DaVinciConnectorMinimalResponseMetadataLogos

NewDaVinciConnectorMinimalResponseMetadataLogosWithDefaults instantiates a new DaVinciConnectorMinimalResponseMetadataLogos object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorMinimalResponseMetadataLogos) GetCanvas ¶

GetCanvas returns the Canvas field value if set, zero value otherwise.

func (*DaVinciConnectorMinimalResponseMetadataLogos) GetCanvasOk ¶

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

func (*DaVinciConnectorMinimalResponseMetadataLogos) HasCanvas ¶

HasCanvas returns a boolean if a field has been set.

func (DaVinciConnectorMinimalResponseMetadataLogos) LogValue ¶

func (DaVinciConnectorMinimalResponseMetadataLogos) MarshalJSON ¶

func (*DaVinciConnectorMinimalResponseMetadataLogos) SetCanvas ¶

SetCanvas gets a reference to the given DaVinciConnectorMinimalResponseMetadataLogosCanvas and assigns it to the Canvas field.

func (DaVinciConnectorMinimalResponseMetadataLogos) ToMap ¶

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

func (*DaVinciConnectorMinimalResponseMetadataLogos) UnmarshalJSON ¶

func (o *DaVinciConnectorMinimalResponseMetadataLogos) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorMinimalResponseMetadataLogosCanvas ¶

type DaVinciConnectorMinimalResponseMetadataLogosCanvas struct {
	ImageFileName        *string `json:"imageFileName,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciConnectorMinimalResponseMetadataLogosCanvas struct for DaVinciConnectorMinimalResponseMetadataLogosCanvas

func NewDaVinciConnectorMinimalResponseMetadataLogosCanvas ¶

func NewDaVinciConnectorMinimalResponseMetadataLogosCanvas() *DaVinciConnectorMinimalResponseMetadataLogosCanvas

NewDaVinciConnectorMinimalResponseMetadataLogosCanvas instantiates a new DaVinciConnectorMinimalResponseMetadataLogosCanvas object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciConnectorMinimalResponseMetadataLogosCanvasWithDefaults ¶

func NewDaVinciConnectorMinimalResponseMetadataLogosCanvasWithDefaults() *DaVinciConnectorMinimalResponseMetadataLogosCanvas

NewDaVinciConnectorMinimalResponseMetadataLogosCanvasWithDefaults instantiates a new DaVinciConnectorMinimalResponseMetadataLogosCanvas object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciConnectorMinimalResponseMetadataLogosCanvas) GetImageFileName ¶

GetImageFileName returns the ImageFileName field value if set, zero value otherwise.

func (*DaVinciConnectorMinimalResponseMetadataLogosCanvas) GetImageFileNameOk ¶

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

func (*DaVinciConnectorMinimalResponseMetadataLogosCanvas) HasImageFileName ¶

HasImageFileName returns a boolean if a field has been set.

func (DaVinciConnectorMinimalResponseMetadataLogosCanvas) LogValue ¶

func (DaVinciConnectorMinimalResponseMetadataLogosCanvas) MarshalJSON ¶

func (*DaVinciConnectorMinimalResponseMetadataLogosCanvas) SetImageFileName ¶

SetImageFileName gets a reference to the given string and assigns it to the ImageFileName field.

func (DaVinciConnectorMinimalResponseMetadataLogosCanvas) ToMap ¶

func (*DaVinciConnectorMinimalResponseMetadataLogosCanvas) UnmarshalJSON ¶

func (o *DaVinciConnectorMinimalResponseMetadataLogosCanvas) UnmarshalJSON(data []byte) (err error)

type DaVinciConnectorMinimalResponseMetadataType ¶

type DaVinciConnectorMinimalResponseMetadataType string

DaVinciConnectorMinimalResponseMetadataType the model 'DaVinciConnectorMinimalResponseMetadataType'

const (
	DAVINCICONNECTORMINIMALRESPONSEMETADATATYPE_CORE    DaVinciConnectorMinimalResponseMetadataType = "core"
	DAVINCICONNECTORMINIMALRESPONSEMETADATATYPE_PING    DaVinciConnectorMinimalResponseMetadataType = "ping"
	DAVINCICONNECTORMINIMALRESPONSEMETADATATYPE_SERVICE DaVinciConnectorMinimalResponseMetadataType = "service"
)

List of DaVinci_Connector_Minimal_Response_Metadata_Type

func NewDaVinciConnectorMinimalResponseMetadataTypeFromValue ¶

func NewDaVinciConnectorMinimalResponseMetadataTypeFromValue(v string) (*DaVinciConnectorMinimalResponseMetadataType, error)

NewDaVinciConnectorMinimalResponseMetadataTypeFromValue returns a pointer to a valid DaVinciConnectorMinimalResponseMetadataType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciConnectorMinimalResponseMetadataType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciConnectorMinimalResponseMetadataType) Ptr ¶

Ptr returns reference to DaVinci_Connector_Minimal_Response_Metadata_Type value

func (*DaVinciConnectorMinimalResponseMetadataType) UnmarshalJSON ¶

func (v *DaVinciConnectorMinimalResponseMetadataType) UnmarshalJSON(src []byte) error

type DaVinciConnectorsApiService ¶

type DaVinciConnectorsApiService service

DaVinciConnectorsApiService DaVinciConnectorsApi service

func (*DaVinciConnectorsApiService) CreateConnectorInstance ¶

func (a *DaVinciConnectorsApiService) CreateConnectorInstance(ctx context.Context, environmentID uuid.UUID) ApiCreateConnectorInstanceRequest

CreateConnectorInstance Method for CreateConnectorInstance

@permission davinci:create:connections
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiCreateConnectorInstanceRequest

func (*DaVinciConnectorsApiService) CreateConnectorInstanceById ¶

func (a *DaVinciConnectorsApiService) CreateConnectorInstanceById(ctx context.Context, environmentID uuid.UUID, connectorInstanceID string) ApiCreateConnectorInstanceByIdRequest

CreateConnectorInstanceById Method for CreateConnectorInstanceById

@permission davinci:create:connections
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param connectorInstanceID
@return ApiCreateConnectorInstanceByIdRequest

func (*DaVinciConnectorsApiService) CreateConnectorInstanceByIdExecute ¶

Execute executes the request

@return DaVinciConnectorInstanceResponse

func (*DaVinciConnectorsApiService) CreateConnectorInstanceExecute ¶

Execute executes the request

@return DaVinciConnectorInstanceResponse

func (*DaVinciConnectorsApiService) DeleteConnectorInstanceById ¶

func (a *DaVinciConnectorsApiService) DeleteConnectorInstanceById(ctx context.Context, environmentID uuid.UUID, connectorInstanceID string) ApiDeleteConnectorInstanceByIdRequest

DeleteConnectorInstanceById Method for DeleteConnectorInstanceById

@permission davinci:delete:connections
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param connectorInstanceID
@return ApiDeleteConnectorInstanceByIdRequest

func (*DaVinciConnectorsApiService) DeleteConnectorInstanceByIdExecute ¶

func (a *DaVinciConnectorsApiService) DeleteConnectorInstanceByIdExecute(r ApiDeleteConnectorInstanceByIdRequest) (*http.Response, error)

Execute executes the request

func (*DaVinciConnectorsApiService) GetConnectorById ¶

func (a *DaVinciConnectorsApiService) GetConnectorById(ctx context.Context, environmentID uuid.UUID, connectorID string) ApiGetConnectorByIdRequest

GetConnectorById Method for GetConnectorById

@permission davinci:read:connectors
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param connectorID
@return ApiGetConnectorByIdRequest

func (*DaVinciConnectorsApiService) GetConnectorByIdExecute ¶

Execute executes the request

@return DaVinciConnectorMinimalResponse

func (*DaVinciConnectorsApiService) GetConnectorInstanceById ¶

func (a *DaVinciConnectorsApiService) GetConnectorInstanceById(ctx context.Context, environmentID uuid.UUID, connectorInstanceID string) ApiGetConnectorInstanceByIdRequest

GetConnectorInstanceById Method for GetConnectorInstanceById

@permission davinci:read:connections
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param connectorInstanceID
@return ApiGetConnectorInstanceByIdRequest

func (*DaVinciConnectorsApiService) GetConnectorInstanceByIdExecute ¶

Execute executes the request

@return DaVinciConnectorInstanceResponse

func (*DaVinciConnectorsApiService) GetConnectorInstances ¶

func (a *DaVinciConnectorsApiService) GetConnectorInstances(ctx context.Context, environmentID uuid.UUID) ApiGetConnectorInstancesRequest

GetConnectorInstances Method for GetConnectorInstances

@permission davinci:read:connections
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiGetConnectorInstancesRequest

func (*DaVinciConnectorsApiService) GetConnectorInstancesExecute ¶

Execute executes the request

@return DaVinciConnectorInstanceCollectionResponse

func (*DaVinciConnectorsApiService) GetConnectors ¶

func (a *DaVinciConnectorsApiService) GetConnectors(ctx context.Context, environmentID uuid.UUID) ApiGetConnectorsRequest

GetConnectors Method for GetConnectors

@permission davinci:read:connectors
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiGetConnectorsRequest

func (*DaVinciConnectorsApiService) GetConnectorsExecute ¶

Execute executes the request

@return DaVinciConnectorCollectionMinimalResponse

func (*DaVinciConnectorsApiService) GetDetailsByConnectorId ¶

func (a *DaVinciConnectorsApiService) GetDetailsByConnectorId(ctx context.Context, environmentID uuid.UUID, connectorID string) ApiGetDetailsByConnectorIdRequest

GetDetailsByConnectorId Method for GetDetailsByConnectorId

@permission davinci:read:connectors
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param connectorID
@return ApiGetDetailsByConnectorIdRequest

func (*DaVinciConnectorsApiService) GetDetailsByConnectorIdExecute ¶

Execute executes the request

@return DaVinciConnectorDetailsResponse

func (*DaVinciConnectorsApiService) ReplaceConnectorInstanceById ¶

func (a *DaVinciConnectorsApiService) ReplaceConnectorInstanceById(ctx context.Context, environmentID uuid.UUID, connectorInstanceID string) ApiReplaceConnectorInstanceByIdRequest

ReplaceConnectorInstanceById Method for ReplaceConnectorInstanceById

@permission davinci:update:connections
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param connectorInstanceID
@return ApiReplaceConnectorInstanceByIdRequest

func (*DaVinciConnectorsApiService) ReplaceConnectorInstanceByIdExecute ¶

Execute executes the request

@return DaVinciConnectorInstanceResponse

type DaVinciExportFlowVersionResponse ¶ added in v0.3.0

type DaVinciExportFlowVersionResponse struct {
	Links                DaVinciExportFlowVersionResponseLinks       `json:"_links"`
	Environment          DaVinciExportFlowVersionResponseEnvironment `json:"environment"`
	Flow                 DaVinciExportFlowVersionResponseFlow        `json:"flow"`
	PublishedVersion     float32                                     `json:"publishedVersion"`
	Version              float32                                     `json:"version"`
	Alias                *string                                     `json:"alias,omitempty"`
	ClonedFrom           *float32                                    `json:"clonedFrom,omitempty"`
	Color                *string                                     `json:"color,omitempty"`
	Connectors           []DaVinciExportFlowVersionResponseConnector `json:"connectors,omitempty"`
	CreatedAt            *time.Time                                  `json:"createdAt,omitempty"`
	DeployedAt           *time.Time                                  `json:"deployedAt,omitempty"`
	Description          *string                                     `json:"description,omitempty"`
	Enabled              *bool                                       `json:"enabled,omitempty"`
	GraphData            *DaVinciFlowGraphDataResponse               `json:"graphData,omitempty"`
	InputSchema          []DaVinciFlowInputSchemaResponseItem        `json:"inputSchema,omitempty"`
	OutputSchema         *DaVinciFlowOutputSchemaResponse            `json:"outputSchema,omitempty"`
	Settings             *DaVinciFlowSettingsResponse                `json:"settings,omitempty"`
	Trigger              *DaVinciFlowTriggerResponse                 `json:"trigger,omitempty"`
	UpdatedAt            *time.Time                                  `json:"updatedAt,omitempty"`
	Updates              []string                                    `json:"updates,omitempty"`
	Variables            []map[string]interface{}                    `json:"variables,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciExportFlowVersionResponse struct for DaVinciExportFlowVersionResponse

func NewDaVinciExportFlowVersionResponse ¶ added in v0.3.0

NewDaVinciExportFlowVersionResponse instantiates a new DaVinciExportFlowVersionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciExportFlowVersionResponseWithDefaults ¶ added in v0.3.0

func NewDaVinciExportFlowVersionResponseWithDefaults() *DaVinciExportFlowVersionResponse

NewDaVinciExportFlowVersionResponseWithDefaults instantiates a new DaVinciExportFlowVersionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciExportFlowVersionResponse) GetAlias ¶ added in v0.3.0

GetAlias returns the Alias field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionResponse) GetAliasOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetAliasOk() (*string, bool)

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

func (*DaVinciExportFlowVersionResponse) GetClonedFrom ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetClonedFrom() float32

GetClonedFrom returns the ClonedFrom field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionResponse) GetClonedFromOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetClonedFromOk() (*float32, bool)

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

func (*DaVinciExportFlowVersionResponse) GetColor ¶ added in v0.3.0

GetColor returns the Color field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionResponse) GetColorOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetColorOk() (*string, bool)

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

func (*DaVinciExportFlowVersionResponse) GetConnectors ¶ added in v0.3.0

GetConnectors returns the Connectors field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionResponse) GetConnectorsOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponse) GetCreatedAt ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionResponse) GetCreatedAtOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetCreatedAtOk() (*time.Time, bool)

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

func (*DaVinciExportFlowVersionResponse) GetDeployedAt ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetDeployedAt() time.Time

GetDeployedAt returns the DeployedAt field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionResponse) GetDeployedAtOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetDeployedAtOk() (*time.Time, bool)

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

func (*DaVinciExportFlowVersionResponse) GetDescription ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetDescription() string

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

func (*DaVinciExportFlowVersionResponse) GetDescriptionOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetDescriptionOk() (*string, bool)

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

func (*DaVinciExportFlowVersionResponse) GetEnabled ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetEnabled() bool

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

func (*DaVinciExportFlowVersionResponse) GetEnabledOk ¶ added in v0.3.0

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

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

func (*DaVinciExportFlowVersionResponse) GetEnvironment ¶ added in v0.3.0

GetEnvironment returns the Environment field value

func (*DaVinciExportFlowVersionResponse) GetEnvironmentOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponse) GetFlow ¶ added in v0.3.0

GetFlow returns the Flow field value

func (*DaVinciExportFlowVersionResponse) GetFlowOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponse) GetGraphData ¶ added in v0.3.0

GetGraphData returns the GraphData field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionResponse) GetGraphDataOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponse) GetInputSchema ¶ added in v0.3.0

GetInputSchema returns the InputSchema field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionResponse) GetInputSchemaOk ¶ added in v0.3.0

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

GetLinks returns the Links field value

func (*DaVinciExportFlowVersionResponse) GetLinksOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponse) GetOutputSchema ¶ added in v0.3.0

GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionResponse) GetOutputSchemaOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponse) GetPublishedVersion ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetPublishedVersion() float32

GetPublishedVersion returns the PublishedVersion field value

func (*DaVinciExportFlowVersionResponse) GetPublishedVersionOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetPublishedVersionOk() (*float32, bool)

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

func (*DaVinciExportFlowVersionResponse) GetSettings ¶ added in v0.3.0

GetSettings returns the Settings field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionResponse) GetSettingsOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponse) GetTrigger ¶ added in v0.3.0

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionResponse) GetTriggerOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponse) GetUpdatedAt ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionResponse) GetUpdatedAtOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetUpdatedAtOk() (*time.Time, bool)

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

func (*DaVinciExportFlowVersionResponse) GetUpdates ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetUpdates() []string

GetUpdates returns the Updates field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionResponse) GetUpdatesOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetUpdatesOk() ([]string, bool)

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

func (*DaVinciExportFlowVersionResponse) GetVariables ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetVariables() []map[string]interface{}

GetVariables returns the Variables field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionResponse) GetVariablesOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetVariablesOk() ([]map[string]interface{}, bool)

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

func (*DaVinciExportFlowVersionResponse) GetVersion ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetVersion() float32

GetVersion returns the Version field value

func (*DaVinciExportFlowVersionResponse) GetVersionOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) GetVersionOk() (*float32, bool)

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

func (*DaVinciExportFlowVersionResponse) HasAlias ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasAlias() bool

HasAlias returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionResponse) HasClonedFrom ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasClonedFrom() bool

HasClonedFrom returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionResponse) HasColor ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionResponse) HasConnectors ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasConnectors() bool

HasConnectors returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionResponse) HasCreatedAt ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionResponse) HasDeployedAt ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasDeployedAt() bool

HasDeployedAt returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionResponse) HasDescription ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionResponse) HasEnabled ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionResponse) HasGraphData ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasGraphData() bool

HasGraphData returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionResponse) HasInputSchema ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasInputSchema() bool

HasInputSchema returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionResponse) HasOutputSchema ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasOutputSchema() bool

HasOutputSchema returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionResponse) HasSettings ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionResponse) HasTrigger ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionResponse) HasUpdatedAt ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionResponse) HasUpdates ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasUpdates() bool

HasUpdates returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionResponse) HasVariables ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) HasVariables() bool

HasVariables returns a boolean if a field has been set.

func (DaVinciExportFlowVersionResponse) LogValue ¶ added in v0.3.0

func (DaVinciExportFlowVersionResponse) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponse) SetAlias ¶ added in v0.3.0

SetAlias gets a reference to the given string and assigns it to the Alias field.

func (*DaVinciExportFlowVersionResponse) SetClonedFrom ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) SetClonedFrom(v float32)

SetClonedFrom gets a reference to the given float32 and assigns it to the ClonedFrom field.

func (*DaVinciExportFlowVersionResponse) SetColor ¶ added in v0.3.0

SetColor gets a reference to the given string and assigns it to the Color field.

func (*DaVinciExportFlowVersionResponse) SetConnectors ¶ added in v0.3.0

SetConnectors gets a reference to the given []DaVinciExportFlowVersionResponseConnector and assigns it to the Connectors field.

func (*DaVinciExportFlowVersionResponse) SetCreatedAt ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*DaVinciExportFlowVersionResponse) SetDeployedAt ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) SetDeployedAt(v time.Time)

SetDeployedAt gets a reference to the given time.Time and assigns it to the DeployedAt field.

func (*DaVinciExportFlowVersionResponse) SetDescription ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) SetDescription(v string)

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

func (*DaVinciExportFlowVersionResponse) SetEnabled ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) SetEnabled(v bool)

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

func (*DaVinciExportFlowVersionResponse) SetEnvironment ¶ added in v0.3.0

SetEnvironment sets field value

func (*DaVinciExportFlowVersionResponse) SetFlow ¶ added in v0.3.0

SetFlow sets field value

func (*DaVinciExportFlowVersionResponse) SetGraphData ¶ added in v0.3.0

SetGraphData gets a reference to the given DaVinciFlowGraphDataResponse and assigns it to the GraphData field.

func (*DaVinciExportFlowVersionResponse) SetInputSchema ¶ added in v0.3.0

SetInputSchema gets a reference to the given []DaVinciFlowInputSchemaResponseItem and assigns it to the InputSchema field.

SetLinks sets field value

func (*DaVinciExportFlowVersionResponse) SetOutputSchema ¶ added in v0.3.0

SetOutputSchema gets a reference to the given DaVinciFlowOutputSchemaResponse and assigns it to the OutputSchema field.

func (*DaVinciExportFlowVersionResponse) SetPublishedVersion ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) SetPublishedVersion(v float32)

SetPublishedVersion sets field value

func (*DaVinciExportFlowVersionResponse) SetSettings ¶ added in v0.3.0

SetSettings gets a reference to the given DaVinciFlowSettingsResponse and assigns it to the Settings field.

func (*DaVinciExportFlowVersionResponse) SetTrigger ¶ added in v0.3.0

SetTrigger gets a reference to the given DaVinciFlowTriggerResponse and assigns it to the Trigger field.

func (*DaVinciExportFlowVersionResponse) SetUpdatedAt ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*DaVinciExportFlowVersionResponse) SetUpdates ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) SetUpdates(v []string)

SetUpdates gets a reference to the given []string and assigns it to the Updates field.

func (*DaVinciExportFlowVersionResponse) SetVariables ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) SetVariables(v []map[string]interface{})

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

func (*DaVinciExportFlowVersionResponse) SetVersion ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) SetVersion(v float32)

SetVersion sets field value

func (DaVinciExportFlowVersionResponse) ToMap ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponse) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciExportFlowVersionResponseConnector ¶ added in v0.3.0

type DaVinciExportFlowVersionResponseConnector struct {
	Id                   string `json:"id"`
	AdditionalProperties map[string]interface{}
}

DaVinciExportFlowVersionResponseConnector struct for DaVinciExportFlowVersionResponseConnector

func NewDaVinciExportFlowVersionResponseConnector ¶ added in v0.3.0

func NewDaVinciExportFlowVersionResponseConnector(id string) *DaVinciExportFlowVersionResponseConnector

NewDaVinciExportFlowVersionResponseConnector instantiates a new DaVinciExportFlowVersionResponseConnector object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciExportFlowVersionResponseConnectorWithDefaults ¶ added in v0.3.0

func NewDaVinciExportFlowVersionResponseConnectorWithDefaults() *DaVinciExportFlowVersionResponseConnector

NewDaVinciExportFlowVersionResponseConnectorWithDefaults instantiates a new DaVinciExportFlowVersionResponseConnector object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciExportFlowVersionResponseConnector) GetId ¶ added in v0.3.0

GetId returns the Id field value

func (*DaVinciExportFlowVersionResponseConnector) GetIdOk ¶ added in v0.3.0

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

func (DaVinciExportFlowVersionResponseConnector) LogValue ¶ added in v0.3.0

func (DaVinciExportFlowVersionResponseConnector) MarshalJSON ¶ added in v0.3.0

func (*DaVinciExportFlowVersionResponseConnector) SetId ¶ added in v0.3.0

SetId sets field value

func (DaVinciExportFlowVersionResponseConnector) ToMap ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponseConnector) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponseConnector) UnmarshalJSON(data []byte) (err error)

type DaVinciExportFlowVersionResponseEnvironment ¶ added in v0.3.0

type DaVinciExportFlowVersionResponseEnvironment struct {
	Id                   string `json:"id"`
	AdditionalProperties map[string]interface{}
}

DaVinciExportFlowVersionResponseEnvironment struct for DaVinciExportFlowVersionResponseEnvironment

func NewDaVinciExportFlowVersionResponseEnvironment ¶ added in v0.3.0

func NewDaVinciExportFlowVersionResponseEnvironment(id string) *DaVinciExportFlowVersionResponseEnvironment

NewDaVinciExportFlowVersionResponseEnvironment instantiates a new DaVinciExportFlowVersionResponseEnvironment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciExportFlowVersionResponseEnvironmentWithDefaults ¶ added in v0.3.0

func NewDaVinciExportFlowVersionResponseEnvironmentWithDefaults() *DaVinciExportFlowVersionResponseEnvironment

NewDaVinciExportFlowVersionResponseEnvironmentWithDefaults instantiates a new DaVinciExportFlowVersionResponseEnvironment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciExportFlowVersionResponseEnvironment) GetId ¶ added in v0.3.0

GetId returns the Id field value

func (*DaVinciExportFlowVersionResponseEnvironment) GetIdOk ¶ added in v0.3.0

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

func (DaVinciExportFlowVersionResponseEnvironment) LogValue ¶ added in v0.3.0

func (DaVinciExportFlowVersionResponseEnvironment) MarshalJSON ¶ added in v0.3.0

func (*DaVinciExportFlowVersionResponseEnvironment) SetId ¶ added in v0.3.0

SetId sets field value

func (DaVinciExportFlowVersionResponseEnvironment) ToMap ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponseEnvironment) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponseEnvironment) UnmarshalJSON(data []byte) (err error)

type DaVinciExportFlowVersionResponseFlow ¶ added in v0.3.0

type DaVinciExportFlowVersionResponseFlow struct {
	Id                   string `json:"id"`
	Name                 string `json:"name"`
	AdditionalProperties map[string]interface{}
}

DaVinciExportFlowVersionResponseFlow struct for DaVinciExportFlowVersionResponseFlow

func NewDaVinciExportFlowVersionResponseFlow ¶ added in v0.3.0

func NewDaVinciExportFlowVersionResponseFlow(id string, name string) *DaVinciExportFlowVersionResponseFlow

NewDaVinciExportFlowVersionResponseFlow instantiates a new DaVinciExportFlowVersionResponseFlow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciExportFlowVersionResponseFlowWithDefaults ¶ added in v0.3.0

func NewDaVinciExportFlowVersionResponseFlowWithDefaults() *DaVinciExportFlowVersionResponseFlow

NewDaVinciExportFlowVersionResponseFlowWithDefaults instantiates a new DaVinciExportFlowVersionResponseFlow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciExportFlowVersionResponseFlow) GetId ¶ added in v0.3.0

GetId returns the Id field value

func (*DaVinciExportFlowVersionResponseFlow) GetIdOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponseFlow) GetName ¶ added in v0.3.0

GetName returns the Name field value

func (*DaVinciExportFlowVersionResponseFlow) GetNameOk ¶ added in v0.3.0

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

func (DaVinciExportFlowVersionResponseFlow) LogValue ¶ added in v0.3.0

func (DaVinciExportFlowVersionResponseFlow) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponseFlow) SetId ¶ added in v0.3.0

SetId sets field value

func (*DaVinciExportFlowVersionResponseFlow) SetName ¶ added in v0.3.0

SetName sets field value

func (DaVinciExportFlowVersionResponseFlow) ToMap ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponseFlow) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponseFlow) UnmarshalJSON(data []byte) (err error)
type DaVinciExportFlowVersionResponseLinks struct {
	Environment          JSONHALLink `json:"environment"`
	Self                 JSONHALLink `json:"self"`
	AdditionalProperties map[string]interface{}
}

DaVinciExportFlowVersionResponseLinks struct for DaVinciExportFlowVersionResponseLinks

func NewDaVinciExportFlowVersionResponseLinks(environment JSONHALLink, self JSONHALLink) *DaVinciExportFlowVersionResponseLinks

NewDaVinciExportFlowVersionResponseLinks instantiates a new DaVinciExportFlowVersionResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciExportFlowVersionResponseLinksWithDefaults ¶ added in v0.3.0

func NewDaVinciExportFlowVersionResponseLinksWithDefaults() *DaVinciExportFlowVersionResponseLinks

NewDaVinciExportFlowVersionResponseLinksWithDefaults instantiates a new DaVinciExportFlowVersionResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciExportFlowVersionResponseLinks) GetEnvironment ¶ added in v0.3.0

GetEnvironment returns the Environment field value

func (*DaVinciExportFlowVersionResponseLinks) GetEnvironmentOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)

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

func (*DaVinciExportFlowVersionResponseLinks) GetSelf ¶ added in v0.3.0

GetSelf returns the Self field value

func (*DaVinciExportFlowVersionResponseLinks) GetSelfOk ¶ added in v0.3.0

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

func (DaVinciExportFlowVersionResponseLinks) LogValue ¶ added in v0.3.0

func (DaVinciExportFlowVersionResponseLinks) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponseLinks) SetEnvironment ¶ added in v0.3.0

SetEnvironment sets field value

func (*DaVinciExportFlowVersionResponseLinks) SetSelf ¶ added in v0.3.0

SetSelf sets field value

func (DaVinciExportFlowVersionResponseLinks) ToMap ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciExportFlowVersionSubflowsResponse ¶ added in v0.3.0

type DaVinciExportFlowVersionSubflowsResponse struct {
	Links                DaVinciExportFlowVersionResponseLinks       `json:"_links"`
	Environment          DaVinciExportFlowVersionResponseEnvironment `json:"environment"`
	Flow                 DaVinciExportFlowVersionResponseFlow        `json:"flow"`
	PublishedVersion     float32                                     `json:"publishedVersion"`
	Version              float32                                     `json:"version"`
	Alias                *string                                     `json:"alias,omitempty"`
	ClonedFrom           *float32                                    `json:"clonedFrom,omitempty"`
	Color                *string                                     `json:"color,omitempty"`
	Connectors           []DaVinciExportFlowVersionResponseConnector `json:"connectors,omitempty"`
	CreatedAt            *time.Time                                  `json:"createdAt,omitempty"`
	DeployedAt           *time.Time                                  `json:"deployedAt,omitempty"`
	Description          *string                                     `json:"description,omitempty"`
	Enabled              *bool                                       `json:"enabled,omitempty"`
	GraphData            *DaVinciFlowGraphDataResponse               `json:"graphData,omitempty"`
	InputSchema          []DaVinciFlowInputSchemaResponseItem        `json:"inputSchema,omitempty"`
	OutputSchema         *DaVinciFlowOutputSchemaResponse            `json:"outputSchema,omitempty"`
	Settings             *DaVinciFlowSettingsResponse                `json:"settings,omitempty"`
	Trigger              *DaVinciFlowTriggerResponse                 `json:"trigger,omitempty"`
	UpdatedAt            *time.Time                                  `json:"updatedAt,omitempty"`
	Updates              []string                                    `json:"updates,omitempty"`
	Variables            []map[string]interface{}                    `json:"variables,omitempty"`
	Embedded             []DaVinciExportFlowVersionResponse          `json:"_embedded,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciExportFlowVersionSubflowsResponse struct for DaVinciExportFlowVersionSubflowsResponse

func NewDaVinciExportFlowVersionSubflowsResponse ¶ added in v0.3.0

NewDaVinciExportFlowVersionSubflowsResponse instantiates a new DaVinciExportFlowVersionSubflowsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciExportFlowVersionSubflowsResponseWithDefaults ¶ added in v0.3.0

func NewDaVinciExportFlowVersionSubflowsResponseWithDefaults() *DaVinciExportFlowVersionSubflowsResponse

NewDaVinciExportFlowVersionSubflowsResponseWithDefaults instantiates a new DaVinciExportFlowVersionSubflowsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciExportFlowVersionSubflowsResponse) GetAlias ¶ added in v0.3.0

GetAlias returns the Alias field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionSubflowsResponse) GetAliasOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetClonedFrom ¶ added in v0.3.0

GetClonedFrom returns the ClonedFrom field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionSubflowsResponse) GetClonedFromOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) GetClonedFromOk() (*float32, bool)

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetColor ¶ added in v0.3.0

GetColor returns the Color field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionSubflowsResponse) GetColorOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetConnectors ¶ added in v0.3.0

GetConnectors returns the Connectors field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionSubflowsResponse) GetConnectorsOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetCreatedAt ¶ added in v0.3.0

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionSubflowsResponse) GetCreatedAtOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) GetCreatedAtOk() (*time.Time, bool)

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetDeployedAt ¶ added in v0.3.0

GetDeployedAt returns the DeployedAt field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionSubflowsResponse) GetDeployedAtOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) GetDeployedAtOk() (*time.Time, bool)

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetDescription ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetDescriptionOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) GetDescriptionOk() (*string, bool)

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetEmbedded ¶ added in v0.3.0

GetEmbedded returns the Embedded field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionSubflowsResponse) GetEmbeddedOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetEnabled ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetEnabledOk ¶ added in v0.3.0

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

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetEnvironment ¶ added in v0.3.0

GetEnvironment returns the Environment field value

func (*DaVinciExportFlowVersionSubflowsResponse) GetEnvironmentOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetFlow ¶ added in v0.3.0

GetFlow returns the Flow field value

func (*DaVinciExportFlowVersionSubflowsResponse) GetFlowOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetGraphData ¶ added in v0.3.0

GetGraphData returns the GraphData field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionSubflowsResponse) GetGraphDataOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetInputSchema ¶ added in v0.3.0

GetInputSchema returns the InputSchema field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionSubflowsResponse) GetInputSchemaOk ¶ added in v0.3.0

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

GetLinks returns the Links field value

func (*DaVinciExportFlowVersionSubflowsResponse) GetLinksOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetOutputSchema ¶ added in v0.3.0

GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionSubflowsResponse) GetOutputSchemaOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetPublishedVersion ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) GetPublishedVersion() float32

GetPublishedVersion returns the PublishedVersion field value

func (*DaVinciExportFlowVersionSubflowsResponse) GetPublishedVersionOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) GetPublishedVersionOk() (*float32, bool)

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetSettings ¶ added in v0.3.0

GetSettings returns the Settings field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionSubflowsResponse) GetSettingsOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetTrigger ¶ added in v0.3.0

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionSubflowsResponse) GetTriggerOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetUpdatedAt ¶ added in v0.3.0

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionSubflowsResponse) GetUpdatedAtOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) GetUpdatedAtOk() (*time.Time, bool)

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetUpdates ¶ added in v0.3.0

GetUpdates returns the Updates field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionSubflowsResponse) GetUpdatesOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) GetUpdatesOk() ([]string, bool)

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetVariables ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) GetVariables() []map[string]interface{}

GetVariables returns the Variables field value if set, zero value otherwise.

func (*DaVinciExportFlowVersionSubflowsResponse) GetVariablesOk ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) GetVariablesOk() ([]map[string]interface{}, bool)

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

func (*DaVinciExportFlowVersionSubflowsResponse) GetVersion ¶ added in v0.3.0

GetVersion returns the Version field value

func (*DaVinciExportFlowVersionSubflowsResponse) GetVersionOk ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) HasAlias ¶ added in v0.3.0

HasAlias returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasClonedFrom ¶ added in v0.3.0

HasClonedFrom returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasColor ¶ added in v0.3.0

HasColor returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasConnectors ¶ added in v0.3.0

HasConnectors returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasCreatedAt ¶ added in v0.3.0

HasCreatedAt returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasDeployedAt ¶ added in v0.3.0

HasDeployedAt returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasDescription ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasEmbedded ¶ added in v0.3.0

HasEmbedded returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasEnabled ¶ added in v0.3.0

HasEnabled returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasGraphData ¶ added in v0.3.0

HasGraphData returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasInputSchema ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) HasInputSchema() bool

HasInputSchema returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasOutputSchema ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) HasOutputSchema() bool

HasOutputSchema returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasSettings ¶ added in v0.3.0

HasSettings returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasTrigger ¶ added in v0.3.0

HasTrigger returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasUpdatedAt ¶ added in v0.3.0

HasUpdatedAt returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasUpdates ¶ added in v0.3.0

HasUpdates returns a boolean if a field has been set.

func (*DaVinciExportFlowVersionSubflowsResponse) HasVariables ¶ added in v0.3.0

HasVariables returns a boolean if a field has been set.

func (DaVinciExportFlowVersionSubflowsResponse) LogValue ¶ added in v0.3.0

func (DaVinciExportFlowVersionSubflowsResponse) MarshalJSON ¶ added in v0.3.0

func (*DaVinciExportFlowVersionSubflowsResponse) SetAlias ¶ added in v0.3.0

SetAlias gets a reference to the given string and assigns it to the Alias field.

func (*DaVinciExportFlowVersionSubflowsResponse) SetClonedFrom ¶ added in v0.3.0

SetClonedFrom gets a reference to the given float32 and assigns it to the ClonedFrom field.

func (*DaVinciExportFlowVersionSubflowsResponse) SetColor ¶ added in v0.3.0

SetColor gets a reference to the given string and assigns it to the Color field.

func (*DaVinciExportFlowVersionSubflowsResponse) SetConnectors ¶ added in v0.3.0

SetConnectors gets a reference to the given []DaVinciExportFlowVersionResponseConnector and assigns it to the Connectors field.

func (*DaVinciExportFlowVersionSubflowsResponse) SetCreatedAt ¶ added in v0.3.0

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*DaVinciExportFlowVersionSubflowsResponse) SetDeployedAt ¶ added in v0.3.0

SetDeployedAt gets a reference to the given time.Time and assigns it to the DeployedAt field.

func (*DaVinciExportFlowVersionSubflowsResponse) SetDescription ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) SetDescription(v string)

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

func (*DaVinciExportFlowVersionSubflowsResponse) SetEmbedded ¶ added in v0.3.0

SetEmbedded gets a reference to the given []DaVinciExportFlowVersionResponse and assigns it to the Embedded field.

func (*DaVinciExportFlowVersionSubflowsResponse) SetEnabled ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) SetEnvironment ¶ added in v0.3.0

SetEnvironment sets field value

func (*DaVinciExportFlowVersionSubflowsResponse) SetFlow ¶ added in v0.3.0

SetFlow sets field value

func (*DaVinciExportFlowVersionSubflowsResponse) SetGraphData ¶ added in v0.3.0

SetGraphData gets a reference to the given DaVinciFlowGraphDataResponse and assigns it to the GraphData field.

func (*DaVinciExportFlowVersionSubflowsResponse) SetInputSchema ¶ added in v0.3.0

SetInputSchema gets a reference to the given []DaVinciFlowInputSchemaResponseItem and assigns it to the InputSchema field.

SetLinks sets field value

func (*DaVinciExportFlowVersionSubflowsResponse) SetOutputSchema ¶ added in v0.3.0

SetOutputSchema gets a reference to the given DaVinciFlowOutputSchemaResponse and assigns it to the OutputSchema field.

func (*DaVinciExportFlowVersionSubflowsResponse) SetPublishedVersion ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) SetPublishedVersion(v float32)

SetPublishedVersion sets field value

func (*DaVinciExportFlowVersionSubflowsResponse) SetSettings ¶ added in v0.3.0

SetSettings gets a reference to the given DaVinciFlowSettingsResponse and assigns it to the Settings field.

func (*DaVinciExportFlowVersionSubflowsResponse) SetTrigger ¶ added in v0.3.0

SetTrigger gets a reference to the given DaVinciFlowTriggerResponse and assigns it to the Trigger field.

func (*DaVinciExportFlowVersionSubflowsResponse) SetUpdatedAt ¶ added in v0.3.0

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*DaVinciExportFlowVersionSubflowsResponse) SetUpdates ¶ added in v0.3.0

SetUpdates gets a reference to the given []string and assigns it to the Updates field.

func (*DaVinciExportFlowVersionSubflowsResponse) SetVariables ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) SetVariables(v []map[string]interface{})

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

func (*DaVinciExportFlowVersionSubflowsResponse) SetVersion ¶ added in v0.3.0

SetVersion sets field value

func (DaVinciExportFlowVersionSubflowsResponse) ToMap ¶ added in v0.3.0

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

func (*DaVinciExportFlowVersionSubflowsResponse) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciExportFlowVersionSubflowsResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowCollection ¶ added in v0.3.0

type DaVinciFlowCollection struct {
	Embedded             DaVinciFlowCollectionEmbedded `json:"_embedded"`
	Links                DaVinciFlowCollectionLinks    `json:"_links"`
	Count                float32                       `json:"count"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowCollection struct for DaVinciFlowCollection

func NewDaVinciFlowCollection ¶ added in v0.3.0

func NewDaVinciFlowCollection(embedded DaVinciFlowCollectionEmbedded, links DaVinciFlowCollectionLinks, count float32) *DaVinciFlowCollection

NewDaVinciFlowCollection instantiates a new DaVinciFlowCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowCollectionWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowCollectionWithDefaults() *DaVinciFlowCollection

NewDaVinciFlowCollectionWithDefaults instantiates a new DaVinciFlowCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowCollection) GetCount ¶ added in v0.3.0

func (o *DaVinciFlowCollection) GetCount() float32

GetCount returns the Count field value

func (*DaVinciFlowCollection) GetCountOk ¶ added in v0.3.0

func (o *DaVinciFlowCollection) GetCountOk() (*float32, bool)

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

func (*DaVinciFlowCollection) GetEmbedded ¶ added in v0.3.0

GetEmbedded returns the Embedded field value

func (*DaVinciFlowCollection) GetEmbeddedOk ¶ added in v0.3.0

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

GetLinks returns the Links field value

func (*DaVinciFlowCollection) GetLinksOk ¶ added in v0.3.0

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

func (DaVinciFlowCollection) LogValue ¶ added in v0.3.0

func (o DaVinciFlowCollection) LogValue() slog.Value

func (DaVinciFlowCollection) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowCollection) SetCount ¶ added in v0.3.0

func (o *DaVinciFlowCollection) SetCount(v float32)

SetCount sets field value

func (*DaVinciFlowCollection) SetEmbedded ¶ added in v0.3.0

SetEmbedded sets field value

SetLinks sets field value

func (DaVinciFlowCollection) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowCollection) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowCollection) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowCollectionEmbedded ¶ added in v0.3.0

type DaVinciFlowCollectionEmbedded struct {
	Flows                []DaVinciFlowResponse `json:"flows"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowCollectionEmbedded struct for DaVinciFlowCollectionEmbedded

func NewDaVinciFlowCollectionEmbedded ¶ added in v0.3.0

func NewDaVinciFlowCollectionEmbedded(flows []DaVinciFlowResponse) *DaVinciFlowCollectionEmbedded

NewDaVinciFlowCollectionEmbedded instantiates a new DaVinciFlowCollectionEmbedded object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowCollectionEmbeddedWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowCollectionEmbeddedWithDefaults() *DaVinciFlowCollectionEmbedded

NewDaVinciFlowCollectionEmbeddedWithDefaults instantiates a new DaVinciFlowCollectionEmbedded object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowCollectionEmbedded) GetFlows ¶ added in v0.3.0

GetFlows returns the Flows field value

func (*DaVinciFlowCollectionEmbedded) GetFlowsOk ¶ added in v0.3.0

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

func (DaVinciFlowCollectionEmbedded) LogValue ¶ added in v0.3.0

func (DaVinciFlowCollectionEmbedded) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowCollectionEmbedded) SetFlows ¶ added in v0.3.0

SetFlows sets field value

func (DaVinciFlowCollectionEmbedded) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowCollectionEmbedded) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowCollectionEmbedded) UnmarshalJSON(data []byte) (err error)
type DaVinciFlowCollectionLinks struct {
	Environment          JSONHALLink `json:"environment"`
	Self                 JSONHALLink `json:"self"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowCollectionLinks struct for DaVinciFlowCollectionLinks

func NewDaVinciFlowCollectionLinks(environment JSONHALLink, self JSONHALLink) *DaVinciFlowCollectionLinks

NewDaVinciFlowCollectionLinks instantiates a new DaVinciFlowCollectionLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowCollectionLinksWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowCollectionLinksWithDefaults() *DaVinciFlowCollectionLinks

NewDaVinciFlowCollectionLinksWithDefaults instantiates a new DaVinciFlowCollectionLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowCollectionLinks) GetEnvironment ¶ added in v0.3.0

func (o *DaVinciFlowCollectionLinks) GetEnvironment() JSONHALLink

GetEnvironment returns the Environment field value

func (*DaVinciFlowCollectionLinks) GetEnvironmentOk ¶ added in v0.3.0

func (o *DaVinciFlowCollectionLinks) GetEnvironmentOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowCollectionLinks) GetSelf ¶ added in v0.3.0

GetSelf returns the Self field value

func (*DaVinciFlowCollectionLinks) GetSelfOk ¶ added in v0.3.0

func (o *DaVinciFlowCollectionLinks) GetSelfOk() (*JSONHALLink, bool)

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

func (DaVinciFlowCollectionLinks) LogValue ¶ added in v0.3.0

func (o DaVinciFlowCollectionLinks) LogValue() slog.Value

func (DaVinciFlowCollectionLinks) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowCollectionLinks) SetEnvironment ¶ added in v0.3.0

func (o *DaVinciFlowCollectionLinks) SetEnvironment(v JSONHALLink)

SetEnvironment sets field value

func (*DaVinciFlowCollectionLinks) SetSelf ¶ added in v0.3.0

SetSelf sets field value

func (DaVinciFlowCollectionLinks) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowCollectionLinks) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowCollectionLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowCreateRequest ¶ added in v0.3.0

type DaVinciFlowCreateRequest struct {
	Name                 string                              `json:"name" validate:"regexp=^\\\\s*([\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_\\\\-\\\\[\\\\]]).?(?!.*((<)|(\\\\$\\\\{)))"`
	Color                *string                             `json:"color,omitempty"`
	Description          *string                             `json:"description,omitempty" validate:"regexp=^\\\\s*[\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_ -]?(?!.*((<)|(\\\\$\\\\{)))"`
	GraphData            *DaVinciFlowGraphDataRequest        `json:"graphData,omitempty"`
	InputSchema          []DaVinciFlowInputSchemaRequestItem `json:"inputSchema,omitempty"`
	OutputSchema         *DaVinciFlowOutputSchemaRequest     `json:"outputSchema,omitempty"`
	Settings             *DaVinciFlowSettingsRequest         `json:"settings,omitempty"`
	Trigger              *DaVinciFlowTriggerRequest          `json:"trigger,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowCreateRequest struct for DaVinciFlowCreateRequest

func NewDaVinciFlowCreateRequest ¶ added in v0.3.0

func NewDaVinciFlowCreateRequest(name string) *DaVinciFlowCreateRequest

NewDaVinciFlowCreateRequest instantiates a new DaVinciFlowCreateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowCreateRequestWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowCreateRequestWithDefaults() *DaVinciFlowCreateRequest

NewDaVinciFlowCreateRequestWithDefaults instantiates a new DaVinciFlowCreateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowCreateRequest) GetColor ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) GetColor() string

GetColor returns the Color field value if set, zero value otherwise.

func (*DaVinciFlowCreateRequest) GetColorOk ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) GetColorOk() (*string, bool)

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

func (*DaVinciFlowCreateRequest) GetDescription ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) GetDescription() string

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

func (*DaVinciFlowCreateRequest) GetDescriptionOk ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) GetDescriptionOk() (*string, bool)

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

func (*DaVinciFlowCreateRequest) GetGraphData ¶ added in v0.3.0

GetGraphData returns the GraphData field value if set, zero value otherwise.

func (*DaVinciFlowCreateRequest) GetGraphDataOk ¶ added in v0.3.0

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

func (*DaVinciFlowCreateRequest) GetInputSchema ¶ added in v0.3.0

GetInputSchema returns the InputSchema field value if set, zero value otherwise.

func (*DaVinciFlowCreateRequest) GetInputSchemaOk ¶ added in v0.3.0

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

func (*DaVinciFlowCreateRequest) GetName ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) GetName() string

GetName returns the Name field value

func (*DaVinciFlowCreateRequest) GetNameOk ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) GetNameOk() (*string, bool)

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

func (*DaVinciFlowCreateRequest) GetOutputSchema ¶ added in v0.3.0

GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.

func (*DaVinciFlowCreateRequest) GetOutputSchemaOk ¶ added in v0.3.0

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

func (*DaVinciFlowCreateRequest) GetSettings ¶ added in v0.3.0

GetSettings returns the Settings field value if set, zero value otherwise.

func (*DaVinciFlowCreateRequest) GetSettingsOk ¶ added in v0.3.0

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

func (*DaVinciFlowCreateRequest) GetTrigger ¶ added in v0.3.0

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*DaVinciFlowCreateRequest) GetTriggerOk ¶ added in v0.3.0

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

func (*DaVinciFlowCreateRequest) HasColor ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*DaVinciFlowCreateRequest) HasDescription ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DaVinciFlowCreateRequest) HasGraphData ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) HasGraphData() bool

HasGraphData returns a boolean if a field has been set.

func (*DaVinciFlowCreateRequest) HasInputSchema ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) HasInputSchema() bool

HasInputSchema returns a boolean if a field has been set.

func (*DaVinciFlowCreateRequest) HasOutputSchema ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) HasOutputSchema() bool

HasOutputSchema returns a boolean if a field has been set.

func (*DaVinciFlowCreateRequest) HasSettings ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (*DaVinciFlowCreateRequest) HasTrigger ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (DaVinciFlowCreateRequest) LogValue ¶ added in v0.3.0

func (o DaVinciFlowCreateRequest) LogValue() slog.Value

func (DaVinciFlowCreateRequest) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowCreateRequest) SetColor ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) SetColor(v string)

SetColor gets a reference to the given string and assigns it to the Color field.

func (*DaVinciFlowCreateRequest) SetDescription ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) SetDescription(v string)

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

func (*DaVinciFlowCreateRequest) SetGraphData ¶ added in v0.3.0

SetGraphData gets a reference to the given DaVinciFlowGraphDataRequest and assigns it to the GraphData field.

func (*DaVinciFlowCreateRequest) SetInputSchema ¶ added in v0.3.0

SetInputSchema gets a reference to the given []DaVinciFlowInputSchemaRequestItem and assigns it to the InputSchema field.

func (*DaVinciFlowCreateRequest) SetName ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) SetName(v string)

SetName sets field value

func (*DaVinciFlowCreateRequest) SetOutputSchema ¶ added in v0.3.0

SetOutputSchema gets a reference to the given DaVinciFlowOutputSchemaRequest and assigns it to the OutputSchema field.

func (*DaVinciFlowCreateRequest) SetSettings ¶ added in v0.3.0

SetSettings gets a reference to the given DaVinciFlowSettingsRequest and assigns it to the Settings field.

func (*DaVinciFlowCreateRequest) SetTrigger ¶ added in v0.3.0

SetTrigger gets a reference to the given DaVinciFlowTriggerRequest and assigns it to the Trigger field.

func (DaVinciFlowCreateRequest) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowCreateRequest) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowCreateRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowEnableRequest ¶ added in v0.3.0

type DaVinciFlowEnableRequest struct {
	Enabled              bool `json:"enabled"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowEnableRequest struct for DaVinciFlowEnableRequest

func NewDaVinciFlowEnableRequest ¶ added in v0.3.0

func NewDaVinciFlowEnableRequest(enabled bool) *DaVinciFlowEnableRequest

NewDaVinciFlowEnableRequest instantiates a new DaVinciFlowEnableRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowEnableRequestWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowEnableRequestWithDefaults() *DaVinciFlowEnableRequest

NewDaVinciFlowEnableRequestWithDefaults instantiates a new DaVinciFlowEnableRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowEnableRequest) GetEnabled ¶ added in v0.3.0

func (o *DaVinciFlowEnableRequest) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*DaVinciFlowEnableRequest) GetEnabledOk ¶ added in v0.3.0

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

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

func (DaVinciFlowEnableRequest) LogValue ¶ added in v0.3.0

func (o DaVinciFlowEnableRequest) LogValue() slog.Value

func (DaVinciFlowEnableRequest) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowEnableRequest) SetEnabled ¶ added in v0.3.0

func (o *DaVinciFlowEnableRequest) SetEnabled(v bool)

SetEnabled sets field value

func (DaVinciFlowEnableRequest) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowEnableRequest) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowEnableRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowEnabledResponse ¶ added in v0.3.0

type DaVinciFlowEnabledResponse struct {
	Links                DaVinciFlowEnabledResponseLinks `json:"_links"`
	Enabled              bool                            `json:"enabled"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowEnabledResponse struct for DaVinciFlowEnabledResponse

func NewDaVinciFlowEnabledResponse ¶ added in v0.3.0

func NewDaVinciFlowEnabledResponse(links DaVinciFlowEnabledResponseLinks, enabled bool) *DaVinciFlowEnabledResponse

NewDaVinciFlowEnabledResponse instantiates a new DaVinciFlowEnabledResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowEnabledResponseWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowEnabledResponseWithDefaults() *DaVinciFlowEnabledResponse

NewDaVinciFlowEnabledResponseWithDefaults instantiates a new DaVinciFlowEnabledResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowEnabledResponse) GetEnabled ¶ added in v0.3.0

func (o *DaVinciFlowEnabledResponse) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*DaVinciFlowEnabledResponse) GetEnabledOk ¶ added in v0.3.0

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

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

GetLinks returns the Links field value

func (*DaVinciFlowEnabledResponse) GetLinksOk ¶ added in v0.3.0

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

func (DaVinciFlowEnabledResponse) LogValue ¶ added in v0.3.0

func (o DaVinciFlowEnabledResponse) LogValue() slog.Value

func (DaVinciFlowEnabledResponse) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowEnabledResponse) SetEnabled ¶ added in v0.3.0

func (o *DaVinciFlowEnabledResponse) SetEnabled(v bool)

SetEnabled sets field value

SetLinks sets field value

func (DaVinciFlowEnabledResponse) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowEnabledResponse) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowEnabledResponse) UnmarshalJSON(data []byte) (err error)
type DaVinciFlowEnabledResponseLinks struct {
	Self                 JSONHALLink `json:"self"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowEnabledResponseLinks struct for DaVinciFlowEnabledResponseLinks

func NewDaVinciFlowEnabledResponseLinks(self JSONHALLink) *DaVinciFlowEnabledResponseLinks

NewDaVinciFlowEnabledResponseLinks instantiates a new DaVinciFlowEnabledResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowEnabledResponseLinksWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowEnabledResponseLinksWithDefaults() *DaVinciFlowEnabledResponseLinks

NewDaVinciFlowEnabledResponseLinksWithDefaults instantiates a new DaVinciFlowEnabledResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowEnabledResponseLinks) GetSelf ¶ added in v0.3.0

GetSelf returns the Self field value

func (*DaVinciFlowEnabledResponseLinks) GetSelfOk ¶ added in v0.3.0

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

func (DaVinciFlowEnabledResponseLinks) LogValue ¶ added in v0.3.0

func (DaVinciFlowEnabledResponseLinks) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowEnabledResponseLinks) SetSelf ¶ added in v0.3.0

SetSelf sets field value

func (DaVinciFlowEnabledResponseLinks) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowEnabledResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowEnabledResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataRequest ¶ added in v0.3.0

type DaVinciFlowGraphDataRequest struct {
	BoxSelectionEnabled  *bool                                `json:"boxSelectionEnabled,omitempty"`
	Data                 map[string]interface{}               `json:"data,omitempty"`
	Elements             *DaVinciFlowGraphDataRequestElements `json:"elements,omitempty"`
	MaxZoom              *types.BigFloatUnquoted              `json:"maxZoom,omitempty"`
	MinZoom              *types.BigFloatUnquoted              `json:"minZoom,omitempty"`
	Pan                  *DaVinciFlowGraphDataRequestPan      `json:"pan,omitempty"`
	PanningEnabled       *bool                                `json:"panningEnabled,omitempty"`
	Renderer             map[string]interface{}               `json:"renderer,omitempty"`
	UserPanningEnabled   *bool                                `json:"userPanningEnabled,omitempty"`
	UserZoomingEnabled   *bool                                `json:"userZoomingEnabled,omitempty"`
	Zoom                 *int32                               `json:"zoom,omitempty"`
	ZoomingEnabled       *bool                                `json:"zoomingEnabled,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataRequest struct for DaVinciFlowGraphDataRequest

func NewDaVinciFlowGraphDataRequest ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequest() *DaVinciFlowGraphDataRequest

NewDaVinciFlowGraphDataRequest instantiates a new DaVinciFlowGraphDataRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataRequestWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestWithDefaults() *DaVinciFlowGraphDataRequest

NewDaVinciFlowGraphDataRequestWithDefaults instantiates a new DaVinciFlowGraphDataRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataRequest) GetBoxSelectionEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetBoxSelectionEnabled() bool

GetBoxSelectionEnabled returns the BoxSelectionEnabled field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequest) GetBoxSelectionEnabledOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetBoxSelectionEnabledOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequest) GetData ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetData() map[string]interface{}

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

func (*DaVinciFlowGraphDataRequest) GetDataOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetDataOk() (map[string]interface{}, bool)

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

func (*DaVinciFlowGraphDataRequest) GetElements ¶ added in v0.3.0

GetElements returns the Elements field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequest) GetElementsOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequest) GetMaxZoom ¶ added in v0.3.0

GetMaxZoom returns the MaxZoom field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequest) GetMaxZoomOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequest) GetMinZoom ¶ added in v0.3.0

GetMinZoom returns the MinZoom field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequest) GetMinZoomOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequest) GetPan ¶ added in v0.3.0

GetPan returns the Pan field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequest) GetPanOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequest) GetPanningEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetPanningEnabled() bool

GetPanningEnabled returns the PanningEnabled field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequest) GetPanningEnabledOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetPanningEnabledOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequest) GetRenderer ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetRenderer() map[string]interface{}

GetRenderer returns the Renderer field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequest) GetRendererOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetRendererOk() (map[string]interface{}, bool)

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

func (*DaVinciFlowGraphDataRequest) GetUserPanningEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetUserPanningEnabled() bool

GetUserPanningEnabled returns the UserPanningEnabled field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequest) GetUserPanningEnabledOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetUserPanningEnabledOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequest) GetUserZoomingEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetUserZoomingEnabled() bool

GetUserZoomingEnabled returns the UserZoomingEnabled field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequest) GetUserZoomingEnabledOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetUserZoomingEnabledOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequest) GetZoom ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetZoom() int32

GetZoom returns the Zoom field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequest) GetZoomOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetZoomOk() (*int32, bool)

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

func (*DaVinciFlowGraphDataRequest) GetZoomingEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetZoomingEnabled() bool

GetZoomingEnabled returns the ZoomingEnabled field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequest) GetZoomingEnabledOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) GetZoomingEnabledOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequest) HasBoxSelectionEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) HasBoxSelectionEnabled() bool

HasBoxSelectionEnabled returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequest) HasData ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) HasData() bool

HasData returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequest) HasElements ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) HasElements() bool

HasElements returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequest) HasMaxZoom ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) HasMaxZoom() bool

HasMaxZoom returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequest) HasMinZoom ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) HasMinZoom() bool

HasMinZoom returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequest) HasPan ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) HasPan() bool

HasPan returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequest) HasPanningEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) HasPanningEnabled() bool

HasPanningEnabled returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequest) HasRenderer ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) HasRenderer() bool

HasRenderer returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequest) HasUserPanningEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) HasUserPanningEnabled() bool

HasUserPanningEnabled returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequest) HasUserZoomingEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) HasUserZoomingEnabled() bool

HasUserZoomingEnabled returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequest) HasZoom ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) HasZoom() bool

HasZoom returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequest) HasZoomingEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) HasZoomingEnabled() bool

HasZoomingEnabled returns a boolean if a field has been set.

func (DaVinciFlowGraphDataRequest) LogValue ¶ added in v0.3.0

func (o DaVinciFlowGraphDataRequest) LogValue() slog.Value

func (DaVinciFlowGraphDataRequest) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequest) SetBoxSelectionEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) SetBoxSelectionEnabled(v bool)

SetBoxSelectionEnabled gets a reference to the given bool and assigns it to the BoxSelectionEnabled field.

func (*DaVinciFlowGraphDataRequest) SetData ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) SetData(v map[string]interface{})

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

func (*DaVinciFlowGraphDataRequest) SetElements ¶ added in v0.3.0

SetElements gets a reference to the given DaVinciFlowGraphDataRequestElements and assigns it to the Elements field.

func (*DaVinciFlowGraphDataRequest) SetMaxZoom ¶ added in v0.3.0

SetMaxZoom gets a reference to the given types.BigFloatUnquoted and assigns it to the MaxZoom field.

func (*DaVinciFlowGraphDataRequest) SetMinZoom ¶ added in v0.3.0

SetMinZoom gets a reference to the given types.BigFloatUnquoted and assigns it to the MinZoom field.

func (*DaVinciFlowGraphDataRequest) SetPan ¶ added in v0.3.0

SetPan gets a reference to the given DaVinciFlowGraphDataRequestPan and assigns it to the Pan field.

func (*DaVinciFlowGraphDataRequest) SetPanningEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) SetPanningEnabled(v bool)

SetPanningEnabled gets a reference to the given bool and assigns it to the PanningEnabled field.

func (*DaVinciFlowGraphDataRequest) SetRenderer ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) SetRenderer(v map[string]interface{})

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

func (*DaVinciFlowGraphDataRequest) SetUserPanningEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) SetUserPanningEnabled(v bool)

SetUserPanningEnabled gets a reference to the given bool and assigns it to the UserPanningEnabled field.

func (*DaVinciFlowGraphDataRequest) SetUserZoomingEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) SetUserZoomingEnabled(v bool)

SetUserZoomingEnabled gets a reference to the given bool and assigns it to the UserZoomingEnabled field.

func (*DaVinciFlowGraphDataRequest) SetZoom ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) SetZoom(v int32)

SetZoom gets a reference to the given int32 and assigns it to the Zoom field.

func (*DaVinciFlowGraphDataRequest) SetZoomingEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) SetZoomingEnabled(v bool)

SetZoomingEnabled gets a reference to the given bool and assigns it to the ZoomingEnabled field.

func (DaVinciFlowGraphDataRequest) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequest) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataRequestElements ¶ added in v0.3.0

type DaVinciFlowGraphDataRequestElements struct {
	Edges                []DaVinciFlowGraphDataRequestElementsEdge `json:"edges,omitempty"`
	Nodes                []DaVinciFlowGraphDataRequestElementsNode `json:"nodes,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataRequestElements struct for DaVinciFlowGraphDataRequestElements

func NewDaVinciFlowGraphDataRequestElements ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestElements() *DaVinciFlowGraphDataRequestElements

NewDaVinciFlowGraphDataRequestElements instantiates a new DaVinciFlowGraphDataRequestElements object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataRequestElementsWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestElementsWithDefaults() *DaVinciFlowGraphDataRequestElements

NewDaVinciFlowGraphDataRequestElementsWithDefaults instantiates a new DaVinciFlowGraphDataRequestElements object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataRequestElements) GetEdges ¶ added in v0.3.0

GetEdges returns the Edges field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElements) GetEdgesOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElements) GetNodes ¶ added in v0.3.0

GetNodes returns the Nodes field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElements) GetNodesOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElements) HasEdges ¶ added in v0.3.0

HasEdges returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElements) HasNodes ¶ added in v0.3.0

HasNodes returns a boolean if a field has been set.

func (DaVinciFlowGraphDataRequestElements) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataRequestElements) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElements) SetEdges ¶ added in v0.3.0

SetEdges gets a reference to the given []DaVinciFlowGraphDataRequestElementsEdge and assigns it to the Edges field.

func (*DaVinciFlowGraphDataRequestElements) SetNodes ¶ added in v0.3.0

SetNodes gets a reference to the given []DaVinciFlowGraphDataRequestElementsNode and assigns it to the Nodes field.

func (DaVinciFlowGraphDataRequestElements) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElements) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElements) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataRequestElementsEdge ¶ added in v0.3.0

type DaVinciFlowGraphDataRequestElementsEdge struct {
	Data                 DaVinciFlowGraphDataRequestElementsEdgeData      `json:"data"`
	Classes              *string                                          `json:"classes,omitempty"`
	Grabbable            *bool                                            `json:"grabbable,omitempty"`
	Group                *string                                          `json:"group,omitempty"`
	Locked               *bool                                            `json:"locked,omitempty"`
	Pannable             *bool                                            `json:"pannable,omitempty"`
	Position             *DaVinciFlowGraphDataRequestElementsEdgePosition `json:"position,omitempty"`
	Removed              *bool                                            `json:"removed,omitempty"`
	Selectable           *bool                                            `json:"selectable,omitempty"`
	Selected             *bool                                            `json:"selected,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataRequestElementsEdge struct for DaVinciFlowGraphDataRequestElementsEdge

func NewDaVinciFlowGraphDataRequestElementsEdge ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestElementsEdge(data DaVinciFlowGraphDataRequestElementsEdgeData) *DaVinciFlowGraphDataRequestElementsEdge

NewDaVinciFlowGraphDataRequestElementsEdge instantiates a new DaVinciFlowGraphDataRequestElementsEdge object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataRequestElementsEdgeWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestElementsEdgeWithDefaults() *DaVinciFlowGraphDataRequestElementsEdge

NewDaVinciFlowGraphDataRequestElementsEdgeWithDefaults instantiates a new DaVinciFlowGraphDataRequestElementsEdge object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataRequestElementsEdge) GetClasses ¶ added in v0.3.0

GetClasses returns the Classes field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsEdge) GetClassesOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsEdge) GetClassesOk() (*string, bool)

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

func (*DaVinciFlowGraphDataRequestElementsEdge) GetData ¶ added in v0.3.0

GetData returns the Data field value

func (*DaVinciFlowGraphDataRequestElementsEdge) GetDataOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsEdge) GetGrabbable ¶ added in v0.3.0

GetGrabbable returns the Grabbable field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsEdge) GetGrabbableOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsEdge) GetGrabbableOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequestElementsEdge) GetGroup ¶ added in v0.3.0

GetGroup returns the Group field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsEdge) GetGroupOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsEdge) GetLocked ¶ added in v0.3.0

GetLocked returns the Locked field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsEdge) GetLockedOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsEdge) GetLockedOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequestElementsEdge) GetPannable ¶ added in v0.3.0

GetPannable returns the Pannable field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsEdge) GetPannableOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsEdge) GetPannableOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequestElementsEdge) GetPosition ¶ added in v0.3.0

GetPosition returns the Position field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsEdge) GetPositionOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsEdge) GetRemoved ¶ added in v0.3.0

GetRemoved returns the Removed field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsEdge) GetRemovedOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsEdge) GetRemovedOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequestElementsEdge) GetSelectable ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsEdge) GetSelectable() bool

GetSelectable returns the Selectable field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsEdge) GetSelectableOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsEdge) GetSelectableOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequestElementsEdge) GetSelected ¶ added in v0.3.0

GetSelected returns the Selected field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsEdge) GetSelectedOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsEdge) GetSelectedOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequestElementsEdge) HasClasses ¶ added in v0.3.0

HasClasses returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsEdge) HasGrabbable ¶ added in v0.3.0

HasGrabbable returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsEdge) HasGroup ¶ added in v0.3.0

HasGroup returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsEdge) HasLocked ¶ added in v0.3.0

HasLocked returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsEdge) HasPannable ¶ added in v0.3.0

HasPannable returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsEdge) HasPosition ¶ added in v0.3.0

HasPosition returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsEdge) HasRemoved ¶ added in v0.3.0

HasRemoved returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsEdge) HasSelectable ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsEdge) HasSelectable() bool

HasSelectable returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsEdge) HasSelected ¶ added in v0.3.0

HasSelected returns a boolean if a field has been set.

func (DaVinciFlowGraphDataRequestElementsEdge) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataRequestElementsEdge) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsEdge) SetClasses ¶ added in v0.3.0

SetClasses gets a reference to the given string and assigns it to the Classes field.

func (*DaVinciFlowGraphDataRequestElementsEdge) SetData ¶ added in v0.3.0

SetData sets field value

func (*DaVinciFlowGraphDataRequestElementsEdge) SetGrabbable ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsEdge) SetGrabbable(v bool)

SetGrabbable gets a reference to the given bool and assigns it to the Grabbable field.

func (*DaVinciFlowGraphDataRequestElementsEdge) SetGroup ¶ added in v0.3.0

SetGroup gets a reference to the given string and assigns it to the Group field.

func (*DaVinciFlowGraphDataRequestElementsEdge) SetLocked ¶ added in v0.3.0

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*DaVinciFlowGraphDataRequestElementsEdge) SetPannable ¶ added in v0.3.0

SetPannable gets a reference to the given bool and assigns it to the Pannable field.

func (*DaVinciFlowGraphDataRequestElementsEdge) SetPosition ¶ added in v0.3.0

SetPosition gets a reference to the given DaVinciFlowGraphDataRequestElementsEdgePosition and assigns it to the Position field.

func (*DaVinciFlowGraphDataRequestElementsEdge) SetRemoved ¶ added in v0.3.0

SetRemoved gets a reference to the given bool and assigns it to the Removed field.

func (*DaVinciFlowGraphDataRequestElementsEdge) SetSelectable ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsEdge) SetSelectable(v bool)

SetSelectable gets a reference to the given bool and assigns it to the Selectable field.

func (*DaVinciFlowGraphDataRequestElementsEdge) SetSelected ¶ added in v0.3.0

SetSelected gets a reference to the given bool and assigns it to the Selected field.

func (DaVinciFlowGraphDataRequestElementsEdge) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsEdge) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsEdge) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataRequestElementsEdgeData ¶ added in v0.3.0

type DaVinciFlowGraphDataRequestElementsEdgeData struct {
	Id                   string `json:"id"`
	Source               string `json:"source"`
	Target               string `json:"target"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataRequestElementsEdgeData struct for DaVinciFlowGraphDataRequestElementsEdgeData

func NewDaVinciFlowGraphDataRequestElementsEdgeData ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestElementsEdgeData(id string, source string, target string) *DaVinciFlowGraphDataRequestElementsEdgeData

NewDaVinciFlowGraphDataRequestElementsEdgeData instantiates a new DaVinciFlowGraphDataRequestElementsEdgeData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataRequestElementsEdgeDataWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestElementsEdgeDataWithDefaults() *DaVinciFlowGraphDataRequestElementsEdgeData

NewDaVinciFlowGraphDataRequestElementsEdgeDataWithDefaults instantiates a new DaVinciFlowGraphDataRequestElementsEdgeData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataRequestElementsEdgeData) GetId ¶ added in v0.3.0

GetId returns the Id field value

func (*DaVinciFlowGraphDataRequestElementsEdgeData) GetIdOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsEdgeData) GetSource ¶ added in v0.3.0

GetSource returns the Source field value

func (*DaVinciFlowGraphDataRequestElementsEdgeData) GetSourceOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsEdgeData) GetTarget ¶ added in v0.3.0

GetTarget returns the Target field value

func (*DaVinciFlowGraphDataRequestElementsEdgeData) GetTargetOk ¶ added in v0.3.0

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

func (DaVinciFlowGraphDataRequestElementsEdgeData) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataRequestElementsEdgeData) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowGraphDataRequestElementsEdgeData) SetId ¶ added in v0.3.0

SetId sets field value

func (*DaVinciFlowGraphDataRequestElementsEdgeData) SetSource ¶ added in v0.3.0

SetSource sets field value

func (*DaVinciFlowGraphDataRequestElementsEdgeData) SetTarget ¶ added in v0.3.0

SetTarget sets field value

func (DaVinciFlowGraphDataRequestElementsEdgeData) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsEdgeData) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsEdgeData) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataRequestElementsEdgePosition ¶ added in v0.3.0

type DaVinciFlowGraphDataRequestElementsEdgePosition struct {
	X                    types.BigFloatUnquoted `json:"x"`
	Y                    types.BigFloatUnquoted `json:"y"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataRequestElementsEdgePosition struct for DaVinciFlowGraphDataRequestElementsEdgePosition

func NewDaVinciFlowGraphDataRequestElementsEdgePosition ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestElementsEdgePosition(x types.BigFloatUnquoted, y types.BigFloatUnquoted) *DaVinciFlowGraphDataRequestElementsEdgePosition

NewDaVinciFlowGraphDataRequestElementsEdgePosition instantiates a new DaVinciFlowGraphDataRequestElementsEdgePosition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataRequestElementsEdgePositionWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestElementsEdgePositionWithDefaults() *DaVinciFlowGraphDataRequestElementsEdgePosition

NewDaVinciFlowGraphDataRequestElementsEdgePositionWithDefaults instantiates a new DaVinciFlowGraphDataRequestElementsEdgePosition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataRequestElementsEdgePosition) GetX ¶ added in v0.3.0

GetX returns the X field value

func (*DaVinciFlowGraphDataRequestElementsEdgePosition) GetXOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsEdgePosition) GetY ¶ added in v0.3.0

GetY returns the Y field value

func (*DaVinciFlowGraphDataRequestElementsEdgePosition) GetYOk ¶ added in v0.3.0

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

func (DaVinciFlowGraphDataRequestElementsEdgePosition) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataRequestElementsEdgePosition) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowGraphDataRequestElementsEdgePosition) SetX ¶ added in v0.3.0

SetX sets field value

func (*DaVinciFlowGraphDataRequestElementsEdgePosition) SetY ¶ added in v0.3.0

SetY sets field value

func (DaVinciFlowGraphDataRequestElementsEdgePosition) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsEdgePosition) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsEdgePosition) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataRequestElementsNode ¶ added in v0.3.0

type DaVinciFlowGraphDataRequestElementsNode struct {
	Data                 DaVinciFlowGraphDataRequestElementsNodeData      `json:"data"`
	Classes              *string                                          `json:"classes,omitempty"`
	Grabbable            *bool                                            `json:"grabbable,omitempty"`
	Group                *string                                          `json:"group,omitempty"`
	Locked               *bool                                            `json:"locked,omitempty"`
	Pannable             *bool                                            `json:"pannable,omitempty"`
	Position             *DaVinciFlowGraphDataRequestElementsNodePosition `json:"position,omitempty"`
	Removed              *bool                                            `json:"removed,omitempty"`
	Selectable           *bool                                            `json:"selectable,omitempty"`
	Selected             *bool                                            `json:"selected,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataRequestElementsNode struct for DaVinciFlowGraphDataRequestElementsNode

func NewDaVinciFlowGraphDataRequestElementsNode ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestElementsNode(data DaVinciFlowGraphDataRequestElementsNodeData) *DaVinciFlowGraphDataRequestElementsNode

NewDaVinciFlowGraphDataRequestElementsNode instantiates a new DaVinciFlowGraphDataRequestElementsNode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataRequestElementsNodeWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestElementsNodeWithDefaults() *DaVinciFlowGraphDataRequestElementsNode

NewDaVinciFlowGraphDataRequestElementsNodeWithDefaults instantiates a new DaVinciFlowGraphDataRequestElementsNode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataRequestElementsNode) GetClasses ¶ added in v0.3.0

GetClasses returns the Classes field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNode) GetClassesOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNode) GetClassesOk() (*string, bool)

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

func (*DaVinciFlowGraphDataRequestElementsNode) GetData ¶ added in v0.3.0

GetData returns the Data field value

func (*DaVinciFlowGraphDataRequestElementsNode) GetDataOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsNode) GetGrabbable ¶ added in v0.3.0

GetGrabbable returns the Grabbable field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNode) GetGrabbableOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNode) GetGrabbableOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequestElementsNode) GetGroup ¶ added in v0.3.0

GetGroup returns the Group field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNode) GetGroupOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsNode) GetLocked ¶ added in v0.3.0

GetLocked returns the Locked field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNode) GetLockedOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNode) GetLockedOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequestElementsNode) GetPannable ¶ added in v0.3.0

GetPannable returns the Pannable field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNode) GetPannableOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNode) GetPannableOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequestElementsNode) GetPosition ¶ added in v0.3.0

GetPosition returns the Position field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNode) GetPositionOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsNode) GetRemoved ¶ added in v0.3.0

GetRemoved returns the Removed field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNode) GetRemovedOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNode) GetRemovedOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequestElementsNode) GetSelectable ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNode) GetSelectable() bool

GetSelectable returns the Selectable field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNode) GetSelectableOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNode) GetSelectableOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequestElementsNode) GetSelected ¶ added in v0.3.0

GetSelected returns the Selected field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNode) GetSelectedOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNode) GetSelectedOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataRequestElementsNode) HasClasses ¶ added in v0.3.0

HasClasses returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNode) HasGrabbable ¶ added in v0.3.0

HasGrabbable returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNode) HasGroup ¶ added in v0.3.0

HasGroup returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNode) HasLocked ¶ added in v0.3.0

HasLocked returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNode) HasPannable ¶ added in v0.3.0

HasPannable returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNode) HasPosition ¶ added in v0.3.0

HasPosition returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNode) HasRemoved ¶ added in v0.3.0

HasRemoved returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNode) HasSelectable ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNode) HasSelectable() bool

HasSelectable returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNode) HasSelected ¶ added in v0.3.0

HasSelected returns a boolean if a field has been set.

func (DaVinciFlowGraphDataRequestElementsNode) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataRequestElementsNode) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsNode) SetClasses ¶ added in v0.3.0

SetClasses gets a reference to the given string and assigns it to the Classes field.

func (*DaVinciFlowGraphDataRequestElementsNode) SetData ¶ added in v0.3.0

SetData sets field value

func (*DaVinciFlowGraphDataRequestElementsNode) SetGrabbable ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNode) SetGrabbable(v bool)

SetGrabbable gets a reference to the given bool and assigns it to the Grabbable field.

func (*DaVinciFlowGraphDataRequestElementsNode) SetGroup ¶ added in v0.3.0

SetGroup gets a reference to the given string and assigns it to the Group field.

func (*DaVinciFlowGraphDataRequestElementsNode) SetLocked ¶ added in v0.3.0

SetLocked gets a reference to the given bool and assigns it to the Locked field.

func (*DaVinciFlowGraphDataRequestElementsNode) SetPannable ¶ added in v0.3.0

SetPannable gets a reference to the given bool and assigns it to the Pannable field.

func (*DaVinciFlowGraphDataRequestElementsNode) SetPosition ¶ added in v0.3.0

SetPosition gets a reference to the given DaVinciFlowGraphDataRequestElementsNodePosition and assigns it to the Position field.

func (*DaVinciFlowGraphDataRequestElementsNode) SetRemoved ¶ added in v0.3.0

SetRemoved gets a reference to the given bool and assigns it to the Removed field.

func (*DaVinciFlowGraphDataRequestElementsNode) SetSelectable ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNode) SetSelectable(v bool)

SetSelectable gets a reference to the given bool and assigns it to the Selectable field.

func (*DaVinciFlowGraphDataRequestElementsNode) SetSelected ¶ added in v0.3.0

SetSelected gets a reference to the given bool and assigns it to the Selected field.

func (DaVinciFlowGraphDataRequestElementsNode) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsNode) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNode) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataRequestElementsNodeData ¶ added in v0.3.0

type DaVinciFlowGraphDataRequestElementsNodeData struct {
	Id                   string                 `json:"id"`
	NodeType             string                 `json:"nodeType"`
	CapabilityName       *string                `json:"capabilityName,omitempty"`
	ConnectionId         *string                `json:"connectionId,omitempty"`
	ConnectorId          *string                `json:"connectorId,omitempty"`
	IdUnique             *string                `json:"idUnique,omitempty"`
	Label                *string                `json:"label,omitempty"`
	Name                 *string                `json:"name,omitempty"`
	Properties           map[string]interface{} `json:"properties,omitempty"`
	Status               *string                `json:"status,omitempty"`
	Type                 *string                `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataRequestElementsNodeData struct for DaVinciFlowGraphDataRequestElementsNodeData

func NewDaVinciFlowGraphDataRequestElementsNodeData ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestElementsNodeData(id string, nodeType string) *DaVinciFlowGraphDataRequestElementsNodeData

NewDaVinciFlowGraphDataRequestElementsNodeData instantiates a new DaVinciFlowGraphDataRequestElementsNodeData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataRequestElementsNodeDataWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestElementsNodeDataWithDefaults() *DaVinciFlowGraphDataRequestElementsNodeData

NewDaVinciFlowGraphDataRequestElementsNodeDataWithDefaults instantiates a new DaVinciFlowGraphDataRequestElementsNodeData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetCapabilityName ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetCapabilityName() string

GetCapabilityName returns the CapabilityName field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetCapabilityNameOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetCapabilityNameOk() (*string, bool)

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

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetConnectionId ¶ added in v0.3.0

GetConnectionId returns the ConnectionId field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetConnectionIdOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetConnectionIdOk() (*string, bool)

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

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetConnectorId ¶ added in v0.3.0

GetConnectorId returns the ConnectorId field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetConnectorIdOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetConnectorIdOk() (*string, bool)

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

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetId ¶ added in v0.3.0

GetId returns the Id field value

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetIdOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetIdUnique ¶ added in v0.5.0

GetIdUnique returns the IdUnique field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetIdUniqueOk ¶ added in v0.5.0

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

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetLabel ¶ added in v0.3.0

GetLabel returns the Label field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetLabelOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetName ¶ added in v0.3.0

GetName returns the Name field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetNameOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetNodeType ¶ added in v0.3.0

GetNodeType returns the NodeType field value

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetNodeTypeOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetProperties ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetProperties() map[string]interface{}

GetProperties returns the Properties field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetPropertiesOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetPropertiesOk() (map[string]interface{}, bool)

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

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetStatus ¶ added in v0.3.0

GetStatus returns the Status field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetStatusOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetType ¶ added in v0.3.0

GetType returns the Type field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataRequestElementsNodeData) GetTypeOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsNodeData) HasCapabilityName ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasCapabilityName() bool

HasCapabilityName returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNodeData) HasConnectionId ¶ added in v0.3.0

HasConnectionId returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNodeData) HasConnectorId ¶ added in v0.3.0

HasConnectorId returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNodeData) HasIdUnique ¶ added in v0.5.0

HasIdUnique returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNodeData) HasLabel ¶ added in v0.3.0

HasLabel returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNodeData) HasName ¶ added in v0.3.0

HasName returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNodeData) HasProperties ¶ added in v0.3.0

HasProperties returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNodeData) HasStatus ¶ added in v0.3.0

HasStatus returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataRequestElementsNodeData) HasType ¶ added in v0.3.0

HasType returns a boolean if a field has been set.

func (DaVinciFlowGraphDataRequestElementsNodeData) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataRequestElementsNodeData) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowGraphDataRequestElementsNodeData) SetCapabilityName ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetCapabilityName(v string)

SetCapabilityName gets a reference to the given string and assigns it to the CapabilityName field.

func (*DaVinciFlowGraphDataRequestElementsNodeData) SetConnectionId ¶ added in v0.3.0

SetConnectionId gets a reference to the given string and assigns it to the ConnectionId field.

func (*DaVinciFlowGraphDataRequestElementsNodeData) SetConnectorId ¶ added in v0.3.0

SetConnectorId gets a reference to the given string and assigns it to the ConnectorId field.

func (*DaVinciFlowGraphDataRequestElementsNodeData) SetId ¶ added in v0.3.0

SetId sets field value

func (*DaVinciFlowGraphDataRequestElementsNodeData) SetIdUnique ¶ added in v0.5.0

SetIdUnique gets a reference to the given string and assigns it to the IdUnique field.

func (*DaVinciFlowGraphDataRequestElementsNodeData) SetLabel ¶ added in v0.3.0

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*DaVinciFlowGraphDataRequestElementsNodeData) SetName ¶ added in v0.3.0

SetName gets a reference to the given string and assigns it to the Name field.

func (*DaVinciFlowGraphDataRequestElementsNodeData) SetNodeType ¶ added in v0.3.0

SetNodeType sets field value

func (*DaVinciFlowGraphDataRequestElementsNodeData) SetProperties ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetProperties(v map[string]interface{})

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

func (*DaVinciFlowGraphDataRequestElementsNodeData) SetStatus ¶ added in v0.3.0

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*DaVinciFlowGraphDataRequestElementsNodeData) SetType ¶ added in v0.3.0

SetType gets a reference to the given string and assigns it to the Type field.

func (DaVinciFlowGraphDataRequestElementsNodeData) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsNodeData) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNodeData) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataRequestElementsNodePosition ¶ added in v0.3.0

type DaVinciFlowGraphDataRequestElementsNodePosition struct {
	X                    types.BigFloatUnquoted `json:"x"`
	Y                    types.BigFloatUnquoted `json:"y"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataRequestElementsNodePosition struct for DaVinciFlowGraphDataRequestElementsNodePosition

func NewDaVinciFlowGraphDataRequestElementsNodePosition ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestElementsNodePosition(x types.BigFloatUnquoted, y types.BigFloatUnquoted) *DaVinciFlowGraphDataRequestElementsNodePosition

NewDaVinciFlowGraphDataRequestElementsNodePosition instantiates a new DaVinciFlowGraphDataRequestElementsNodePosition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataRequestElementsNodePositionWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestElementsNodePositionWithDefaults() *DaVinciFlowGraphDataRequestElementsNodePosition

NewDaVinciFlowGraphDataRequestElementsNodePositionWithDefaults instantiates a new DaVinciFlowGraphDataRequestElementsNodePosition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataRequestElementsNodePosition) GetX ¶ added in v0.3.0

GetX returns the X field value

func (*DaVinciFlowGraphDataRequestElementsNodePosition) GetXOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsNodePosition) GetY ¶ added in v0.3.0

GetY returns the Y field value

func (*DaVinciFlowGraphDataRequestElementsNodePosition) GetYOk ¶ added in v0.3.0

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

func (DaVinciFlowGraphDataRequestElementsNodePosition) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataRequestElementsNodePosition) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowGraphDataRequestElementsNodePosition) SetX ¶ added in v0.3.0

SetX sets field value

func (*DaVinciFlowGraphDataRequestElementsNodePosition) SetY ¶ added in v0.3.0

SetY sets field value

func (DaVinciFlowGraphDataRequestElementsNodePosition) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestElementsNodePosition) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestElementsNodePosition) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataRequestPan ¶ added in v0.3.0

type DaVinciFlowGraphDataRequestPan struct {
	X                    types.BigFloatUnquoted `json:"x"`
	Y                    types.BigFloatUnquoted `json:"y"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataRequestPan struct for DaVinciFlowGraphDataRequestPan

func NewDaVinciFlowGraphDataRequestPan ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestPan(x types.BigFloatUnquoted, y types.BigFloatUnquoted) *DaVinciFlowGraphDataRequestPan

NewDaVinciFlowGraphDataRequestPan instantiates a new DaVinciFlowGraphDataRequestPan object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataRequestPanWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataRequestPanWithDefaults() *DaVinciFlowGraphDataRequestPan

NewDaVinciFlowGraphDataRequestPanWithDefaults instantiates a new DaVinciFlowGraphDataRequestPan object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataRequestPan) GetX ¶ added in v0.3.0

GetX returns the X field value

func (*DaVinciFlowGraphDataRequestPan) GetXOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestPan) GetY ¶ added in v0.3.0

GetY returns the Y field value

func (*DaVinciFlowGraphDataRequestPan) GetYOk ¶ added in v0.3.0

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

func (DaVinciFlowGraphDataRequestPan) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataRequestPan) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestPan) SetX ¶ added in v0.3.0

SetX sets field value

func (*DaVinciFlowGraphDataRequestPan) SetY ¶ added in v0.3.0

SetY sets field value

func (DaVinciFlowGraphDataRequestPan) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataRequestPan) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataRequestPan) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataResponse ¶ added in v0.3.0

type DaVinciFlowGraphDataResponse struct {
	BoxSelectionEnabled  bool                                         `json:"boxSelectionEnabled"`
	Elements             DaVinciFlowGraphDataResponseElements         `json:"elements"`
	Pan                  DaVinciFlowGraphDataResponsePan              `json:"pan"`
	PanningEnabled       bool                                         `json:"panningEnabled"`
	Renderer             DaVinciFlowGraphDataResponseRenderer         `json:"renderer"`
	UserPanningEnabled   bool                                         `json:"userPanningEnabled"`
	UserZoomingEnabled   bool                                         `json:"userZoomingEnabled"`
	Zoom                 float32                                      `json:"zoom"`
	AllLinterErrors      []DaVinciFlowGraphDataResponseAllLinterError `json:"allLinterErrors,omitempty"`
	Data                 map[string]interface{}                       `json:"data,omitempty"`
	MaxZoom              *types.BigFloatUnquoted                      `json:"maxZoom,omitempty"`
	MinZoom              *types.BigFloatUnquoted                      `json:"minZoom,omitempty"`
	ZoomingEnabled       *bool                                        `json:"zoomingEnabled,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataResponse struct for DaVinciFlowGraphDataResponse

func NewDaVinciFlowGraphDataResponse ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponse(boxSelectionEnabled bool, elements DaVinciFlowGraphDataResponseElements, pan DaVinciFlowGraphDataResponsePan, panningEnabled bool, renderer DaVinciFlowGraphDataResponseRenderer, userPanningEnabled bool, userZoomingEnabled bool, zoom float32) *DaVinciFlowGraphDataResponse

NewDaVinciFlowGraphDataResponse instantiates a new DaVinciFlowGraphDataResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataResponseWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseWithDefaults() *DaVinciFlowGraphDataResponse

NewDaVinciFlowGraphDataResponseWithDefaults instantiates a new DaVinciFlowGraphDataResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataResponse) GetAllLinterErrors ¶ added in v0.3.0

GetAllLinterErrors returns the AllLinterErrors field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponse) GetAllLinterErrorsOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponse) GetBoxSelectionEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) GetBoxSelectionEnabled() bool

GetBoxSelectionEnabled returns the BoxSelectionEnabled field value

func (*DaVinciFlowGraphDataResponse) GetBoxSelectionEnabledOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) GetBoxSelectionEnabledOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponse) GetData ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) GetData() map[string]interface{}

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

func (*DaVinciFlowGraphDataResponse) GetDataOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) GetDataOk() (map[string]interface{}, bool)

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

func (*DaVinciFlowGraphDataResponse) GetElements ¶ added in v0.3.0

GetElements returns the Elements field value

func (*DaVinciFlowGraphDataResponse) GetElementsOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponse) GetMaxZoom ¶ added in v0.3.0

GetMaxZoom returns the MaxZoom field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponse) GetMaxZoomOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponse) GetMinZoom ¶ added in v0.3.0

GetMinZoom returns the MinZoom field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponse) GetMinZoomOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponse) GetPan ¶ added in v0.3.0

GetPan returns the Pan field value

func (*DaVinciFlowGraphDataResponse) GetPanOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponse) GetPanningEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) GetPanningEnabled() bool

GetPanningEnabled returns the PanningEnabled field value

func (*DaVinciFlowGraphDataResponse) GetPanningEnabledOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) GetPanningEnabledOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponse) GetRenderer ¶ added in v0.3.0

GetRenderer returns the Renderer field value

func (*DaVinciFlowGraphDataResponse) GetRendererOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponse) GetUserPanningEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) GetUserPanningEnabled() bool

GetUserPanningEnabled returns the UserPanningEnabled field value

func (*DaVinciFlowGraphDataResponse) GetUserPanningEnabledOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) GetUserPanningEnabledOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponse) GetUserZoomingEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) GetUserZoomingEnabled() bool

GetUserZoomingEnabled returns the UserZoomingEnabled field value

func (*DaVinciFlowGraphDataResponse) GetUserZoomingEnabledOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) GetUserZoomingEnabledOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponse) GetZoom ¶ added in v0.3.0

GetZoom returns the Zoom field value

func (*DaVinciFlowGraphDataResponse) GetZoomOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) GetZoomOk() (*float32, bool)

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

func (*DaVinciFlowGraphDataResponse) GetZoomingEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) GetZoomingEnabled() bool

GetZoomingEnabled returns the ZoomingEnabled field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponse) GetZoomingEnabledOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) GetZoomingEnabledOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponse) HasAllLinterErrors ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) HasAllLinterErrors() bool

HasAllLinterErrors returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataResponse) HasData ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataResponse) HasMaxZoom ¶ added in v0.3.1

func (o *DaVinciFlowGraphDataResponse) HasMaxZoom() bool

HasMaxZoom returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataResponse) HasMinZoom ¶ added in v0.3.1

func (o *DaVinciFlowGraphDataResponse) HasMinZoom() bool

HasMinZoom returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataResponse) HasZoomingEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) HasZoomingEnabled() bool

HasZoomingEnabled returns a boolean if a field has been set.

func (DaVinciFlowGraphDataResponse) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataResponse) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponse) SetAllLinterErrors ¶ added in v0.3.0

SetAllLinterErrors gets a reference to the given []DaVinciFlowGraphDataResponseAllLinterError and assigns it to the AllLinterErrors field.

func (*DaVinciFlowGraphDataResponse) SetBoxSelectionEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) SetBoxSelectionEnabled(v bool)

SetBoxSelectionEnabled sets field value

func (*DaVinciFlowGraphDataResponse) SetData ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) SetData(v map[string]interface{})

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

func (*DaVinciFlowGraphDataResponse) SetElements ¶ added in v0.3.0

SetElements sets field value

func (*DaVinciFlowGraphDataResponse) SetMaxZoom ¶ added in v0.3.0

SetMaxZoom gets a reference to the given types.BigFloatUnquoted and assigns it to the MaxZoom field.

func (*DaVinciFlowGraphDataResponse) SetMinZoom ¶ added in v0.3.0

SetMinZoom gets a reference to the given types.BigFloatUnquoted and assigns it to the MinZoom field.

func (*DaVinciFlowGraphDataResponse) SetPan ¶ added in v0.3.0

SetPan sets field value

func (*DaVinciFlowGraphDataResponse) SetPanningEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) SetPanningEnabled(v bool)

SetPanningEnabled sets field value

func (*DaVinciFlowGraphDataResponse) SetRenderer ¶ added in v0.3.0

SetRenderer sets field value

func (*DaVinciFlowGraphDataResponse) SetUserPanningEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) SetUserPanningEnabled(v bool)

SetUserPanningEnabled sets field value

func (*DaVinciFlowGraphDataResponse) SetUserZoomingEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) SetUserZoomingEnabled(v bool)

SetUserZoomingEnabled sets field value

func (*DaVinciFlowGraphDataResponse) SetZoom ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) SetZoom(v float32)

SetZoom sets field value

func (*DaVinciFlowGraphDataResponse) SetZoomingEnabled ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) SetZoomingEnabled(v bool)

SetZoomingEnabled gets a reference to the given bool and assigns it to the ZoomingEnabled field.

func (DaVinciFlowGraphDataResponse) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponse) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataResponseAllLinterError ¶ added in v0.3.0

type DaVinciFlowGraphDataResponseAllLinterError struct {
	Code                 string  `json:"code"`
	Message              string  `json:"message"`
	Type                 string  `json:"type"`
	Recommendation       string  `json:"recommendation"`
	FlowId               string  `json:"flowId"`
	NodeId               *string `json:"nodeId,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataResponseAllLinterError struct for DaVinciFlowGraphDataResponseAllLinterError

func NewDaVinciFlowGraphDataResponseAllLinterError ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseAllLinterError(code string, message string, type_ string, recommendation string, flowId string) *DaVinciFlowGraphDataResponseAllLinterError

NewDaVinciFlowGraphDataResponseAllLinterError instantiates a new DaVinciFlowGraphDataResponseAllLinterError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataResponseAllLinterErrorWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseAllLinterErrorWithDefaults() *DaVinciFlowGraphDataResponseAllLinterError

NewDaVinciFlowGraphDataResponseAllLinterErrorWithDefaults instantiates a new DaVinciFlowGraphDataResponseAllLinterError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataResponseAllLinterError) GetCode ¶ added in v0.3.0

GetCode returns the Code field value

func (*DaVinciFlowGraphDataResponseAllLinterError) GetCodeOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseAllLinterError) GetFlowId ¶ added in v0.3.0

GetFlowId returns the FlowId field value

func (*DaVinciFlowGraphDataResponseAllLinterError) GetFlowIdOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseAllLinterError) GetMessage ¶ added in v0.3.0

GetMessage returns the Message field value

func (*DaVinciFlowGraphDataResponseAllLinterError) GetMessageOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseAllLinterError) GetNodeId ¶ added in v0.3.0

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponseAllLinterError) GetNodeIdOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseAllLinterError) GetRecommendation ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseAllLinterError) GetRecommendation() string

GetRecommendation returns the Recommendation field value

func (*DaVinciFlowGraphDataResponseAllLinterError) GetRecommendationOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseAllLinterError) GetRecommendationOk() (*string, bool)

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

func (*DaVinciFlowGraphDataResponseAllLinterError) GetType ¶ added in v0.3.0

GetType returns the Type field value

func (*DaVinciFlowGraphDataResponseAllLinterError) GetTypeOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseAllLinterError) HasNodeId ¶ added in v0.3.0

HasNodeId returns a boolean if a field has been set.

func (DaVinciFlowGraphDataResponseAllLinterError) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataResponseAllLinterError) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowGraphDataResponseAllLinterError) SetCode ¶ added in v0.3.0

SetCode sets field value

func (*DaVinciFlowGraphDataResponseAllLinterError) SetFlowId ¶ added in v0.3.0

SetFlowId sets field value

func (*DaVinciFlowGraphDataResponseAllLinterError) SetMessage ¶ added in v0.3.0

SetMessage sets field value

func (*DaVinciFlowGraphDataResponseAllLinterError) SetNodeId ¶ added in v0.3.0

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*DaVinciFlowGraphDataResponseAllLinterError) SetRecommendation ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseAllLinterError) SetRecommendation(v string)

SetRecommendation sets field value

func (*DaVinciFlowGraphDataResponseAllLinterError) SetType ¶ added in v0.3.0

SetType sets field value

func (DaVinciFlowGraphDataResponseAllLinterError) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseAllLinterError) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseAllLinterError) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataResponseElements ¶ added in v0.3.0

type DaVinciFlowGraphDataResponseElements struct {
	Nodes                []DaVinciFlowGraphDataResponseElementsNode `json:"nodes"`
	Edges                []DaVinciFlowGraphDataResponseElementsEdge `json:"edges,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataResponseElements struct for DaVinciFlowGraphDataResponseElements

func NewDaVinciFlowGraphDataResponseElements ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElements(nodes []DaVinciFlowGraphDataResponseElementsNode) *DaVinciFlowGraphDataResponseElements

NewDaVinciFlowGraphDataResponseElements instantiates a new DaVinciFlowGraphDataResponseElements object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataResponseElementsWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElementsWithDefaults() *DaVinciFlowGraphDataResponseElements

NewDaVinciFlowGraphDataResponseElementsWithDefaults instantiates a new DaVinciFlowGraphDataResponseElements object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataResponseElements) GetEdges ¶ added in v0.3.0

GetEdges returns the Edges field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponseElements) GetEdgesOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElements) GetNodes ¶ added in v0.3.0

GetNodes returns the Nodes field value

func (*DaVinciFlowGraphDataResponseElements) GetNodesOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElements) HasEdges ¶ added in v0.3.0

HasEdges returns a boolean if a field has been set.

func (DaVinciFlowGraphDataResponseElements) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataResponseElements) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElements) SetEdges ¶ added in v0.3.0

SetEdges gets a reference to the given []DaVinciFlowGraphDataResponseElementsEdge and assigns it to the Edges field.

func (*DaVinciFlowGraphDataResponseElements) SetNodes ¶ added in v0.3.0

SetNodes sets field value

func (DaVinciFlowGraphDataResponseElements) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElements) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElements) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataResponseElementsEdge ¶ added in v0.3.0

type DaVinciFlowGraphDataResponseElementsEdge struct {
	Data                 DaVinciFlowGraphDataResponseElementsEdgeData     `json:"data"`
	Grabbable            bool                                             `json:"grabbable"`
	Group                string                                           `json:"group"`
	Locked               bool                                             `json:"locked"`
	Pannable             bool                                             `json:"pannable"`
	Position             DaVinciFlowGraphDataResponseElementsEdgePosition `json:"position"`
	Removed              bool                                             `json:"removed"`
	Selectable           bool                                             `json:"selectable"`
	Selected             bool                                             `json:"selected"`
	Classes              *string                                          `json:"classes,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataResponseElementsEdge struct for DaVinciFlowGraphDataResponseElementsEdge

func NewDaVinciFlowGraphDataResponseElementsEdge ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElementsEdge(data DaVinciFlowGraphDataResponseElementsEdgeData, grabbable bool, group string, locked bool, pannable bool, position DaVinciFlowGraphDataResponseElementsEdgePosition, removed bool, selectable bool, selected bool) *DaVinciFlowGraphDataResponseElementsEdge

NewDaVinciFlowGraphDataResponseElementsEdge instantiates a new DaVinciFlowGraphDataResponseElementsEdge object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataResponseElementsEdgeWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElementsEdgeWithDefaults() *DaVinciFlowGraphDataResponseElementsEdge

NewDaVinciFlowGraphDataResponseElementsEdgeWithDefaults instantiates a new DaVinciFlowGraphDataResponseElementsEdge object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataResponseElementsEdge) GetClasses ¶ added in v0.3.0

GetClasses returns the Classes field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponseElementsEdge) GetClassesOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsEdge) GetData ¶ added in v0.3.0

GetData returns the Data field value

func (*DaVinciFlowGraphDataResponseElementsEdge) GetDataOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsEdge) GetGrabbable ¶ added in v0.3.0

GetGrabbable returns the Grabbable field value

func (*DaVinciFlowGraphDataResponseElementsEdge) GetGrabbableOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsEdge) GetGrabbableOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponseElementsEdge) GetGroup ¶ added in v0.3.0

GetGroup returns the Group field value

func (*DaVinciFlowGraphDataResponseElementsEdge) GetGroupOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsEdge) GetLocked ¶ added in v0.3.0

GetLocked returns the Locked field value

func (*DaVinciFlowGraphDataResponseElementsEdge) GetLockedOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsEdge) GetLockedOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponseElementsEdge) GetPannable ¶ added in v0.3.0

GetPannable returns the Pannable field value

func (*DaVinciFlowGraphDataResponseElementsEdge) GetPannableOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsEdge) GetPannableOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponseElementsEdge) GetPosition ¶ added in v0.3.0

GetPosition returns the Position field value

func (*DaVinciFlowGraphDataResponseElementsEdge) GetPositionOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsEdge) GetRemoved ¶ added in v0.3.0

GetRemoved returns the Removed field value

func (*DaVinciFlowGraphDataResponseElementsEdge) GetRemovedOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsEdge) GetRemovedOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponseElementsEdge) GetSelectable ¶ added in v0.3.0

GetSelectable returns the Selectable field value

func (*DaVinciFlowGraphDataResponseElementsEdge) GetSelectableOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsEdge) GetSelectableOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponseElementsEdge) GetSelected ¶ added in v0.3.0

GetSelected returns the Selected field value

func (*DaVinciFlowGraphDataResponseElementsEdge) GetSelectedOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsEdge) GetSelectedOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponseElementsEdge) HasClasses ¶ added in v0.3.0

HasClasses returns a boolean if a field has been set.

func (DaVinciFlowGraphDataResponseElementsEdge) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataResponseElementsEdge) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowGraphDataResponseElementsEdge) SetClasses ¶ added in v0.3.0

SetClasses gets a reference to the given string and assigns it to the Classes field.

func (*DaVinciFlowGraphDataResponseElementsEdge) SetData ¶ added in v0.3.0

SetData sets field value

func (*DaVinciFlowGraphDataResponseElementsEdge) SetGrabbable ¶ added in v0.3.0

SetGrabbable sets field value

func (*DaVinciFlowGraphDataResponseElementsEdge) SetGroup ¶ added in v0.3.0

SetGroup sets field value

func (*DaVinciFlowGraphDataResponseElementsEdge) SetLocked ¶ added in v0.3.0

SetLocked sets field value

func (*DaVinciFlowGraphDataResponseElementsEdge) SetPannable ¶ added in v0.3.0

SetPannable sets field value

func (*DaVinciFlowGraphDataResponseElementsEdge) SetPosition ¶ added in v0.3.0

SetPosition sets field value

func (*DaVinciFlowGraphDataResponseElementsEdge) SetRemoved ¶ added in v0.3.0

SetRemoved sets field value

func (*DaVinciFlowGraphDataResponseElementsEdge) SetSelectable ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsEdge) SetSelectable(v bool)

SetSelectable sets field value

func (*DaVinciFlowGraphDataResponseElementsEdge) SetSelected ¶ added in v0.3.0

SetSelected sets field value

func (DaVinciFlowGraphDataResponseElementsEdge) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsEdge) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsEdge) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataResponseElementsEdgeData ¶ added in v0.3.0

type DaVinciFlowGraphDataResponseElementsEdgeData struct {
	Id                   string `json:"id"`
	Source               string `json:"source"`
	Target               string `json:"target"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataResponseElementsEdgeData struct for DaVinciFlowGraphDataResponseElementsEdgeData

func NewDaVinciFlowGraphDataResponseElementsEdgeData ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElementsEdgeData(id string, source string, target string) *DaVinciFlowGraphDataResponseElementsEdgeData

NewDaVinciFlowGraphDataResponseElementsEdgeData instantiates a new DaVinciFlowGraphDataResponseElementsEdgeData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataResponseElementsEdgeDataWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElementsEdgeDataWithDefaults() *DaVinciFlowGraphDataResponseElementsEdgeData

NewDaVinciFlowGraphDataResponseElementsEdgeDataWithDefaults instantiates a new DaVinciFlowGraphDataResponseElementsEdgeData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataResponseElementsEdgeData) GetId ¶ added in v0.3.0

GetId returns the Id field value

func (*DaVinciFlowGraphDataResponseElementsEdgeData) GetIdOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsEdgeData) GetSource ¶ added in v0.3.0

GetSource returns the Source field value

func (*DaVinciFlowGraphDataResponseElementsEdgeData) GetSourceOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsEdgeData) GetTarget ¶ added in v0.3.0

GetTarget returns the Target field value

func (*DaVinciFlowGraphDataResponseElementsEdgeData) GetTargetOk ¶ added in v0.3.0

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

func (DaVinciFlowGraphDataResponseElementsEdgeData) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataResponseElementsEdgeData) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowGraphDataResponseElementsEdgeData) SetId ¶ added in v0.3.0

SetId sets field value

func (*DaVinciFlowGraphDataResponseElementsEdgeData) SetSource ¶ added in v0.3.0

SetSource sets field value

func (*DaVinciFlowGraphDataResponseElementsEdgeData) SetTarget ¶ added in v0.3.0

SetTarget sets field value

func (DaVinciFlowGraphDataResponseElementsEdgeData) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsEdgeData) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsEdgeData) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataResponseElementsEdgePosition ¶ added in v0.3.0

type DaVinciFlowGraphDataResponseElementsEdgePosition struct {
	X                    types.BigFloatUnquoted `json:"x"`
	Y                    types.BigFloatUnquoted `json:"y"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataResponseElementsEdgePosition struct for DaVinciFlowGraphDataResponseElementsEdgePosition

func NewDaVinciFlowGraphDataResponseElementsEdgePosition ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElementsEdgePosition(x types.BigFloatUnquoted, y types.BigFloatUnquoted) *DaVinciFlowGraphDataResponseElementsEdgePosition

NewDaVinciFlowGraphDataResponseElementsEdgePosition instantiates a new DaVinciFlowGraphDataResponseElementsEdgePosition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataResponseElementsEdgePositionWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElementsEdgePositionWithDefaults() *DaVinciFlowGraphDataResponseElementsEdgePosition

NewDaVinciFlowGraphDataResponseElementsEdgePositionWithDefaults instantiates a new DaVinciFlowGraphDataResponseElementsEdgePosition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataResponseElementsEdgePosition) GetX ¶ added in v0.3.0

GetX returns the X field value

func (*DaVinciFlowGraphDataResponseElementsEdgePosition) GetXOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsEdgePosition) GetY ¶ added in v0.3.0

GetY returns the Y field value

func (*DaVinciFlowGraphDataResponseElementsEdgePosition) GetYOk ¶ added in v0.3.0

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

func (DaVinciFlowGraphDataResponseElementsEdgePosition) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataResponseElementsEdgePosition) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowGraphDataResponseElementsEdgePosition) SetX ¶ added in v0.3.0

SetX sets field value

func (*DaVinciFlowGraphDataResponseElementsEdgePosition) SetY ¶ added in v0.3.0

SetY sets field value

func (DaVinciFlowGraphDataResponseElementsEdgePosition) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsEdgePosition) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsEdgePosition) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataResponseElementsNode ¶ added in v0.3.0

type DaVinciFlowGraphDataResponseElementsNode struct {
	Data                 DaVinciFlowGraphDataResponseElementsNodeData     `json:"data"`
	Grabbable            bool                                             `json:"grabbable"`
	Group                string                                           `json:"group"`
	Locked               bool                                             `json:"locked"`
	Pannable             bool                                             `json:"pannable"`
	Position             DaVinciFlowGraphDataResponseElementsNodePosition `json:"position"`
	Removed              bool                                             `json:"removed"`
	Selectable           bool                                             `json:"selectable"`
	Selected             bool                                             `json:"selected"`
	Classes              *string                                          `json:"classes,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataResponseElementsNode struct for DaVinciFlowGraphDataResponseElementsNode

func NewDaVinciFlowGraphDataResponseElementsNode ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElementsNode(data DaVinciFlowGraphDataResponseElementsNodeData, grabbable bool, group string, locked bool, pannable bool, position DaVinciFlowGraphDataResponseElementsNodePosition, removed bool, selectable bool, selected bool) *DaVinciFlowGraphDataResponseElementsNode

NewDaVinciFlowGraphDataResponseElementsNode instantiates a new DaVinciFlowGraphDataResponseElementsNode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataResponseElementsNodeWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElementsNodeWithDefaults() *DaVinciFlowGraphDataResponseElementsNode

NewDaVinciFlowGraphDataResponseElementsNodeWithDefaults instantiates a new DaVinciFlowGraphDataResponseElementsNode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataResponseElementsNode) GetClasses ¶ added in v0.3.0

GetClasses returns the Classes field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponseElementsNode) GetClassesOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNode) GetData ¶ added in v0.3.0

GetData returns the Data field value

func (*DaVinciFlowGraphDataResponseElementsNode) GetDataOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNode) GetGrabbable ¶ added in v0.3.0

GetGrabbable returns the Grabbable field value

func (*DaVinciFlowGraphDataResponseElementsNode) GetGrabbableOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNode) GetGrabbableOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponseElementsNode) GetGroup ¶ added in v0.3.0

GetGroup returns the Group field value

func (*DaVinciFlowGraphDataResponseElementsNode) GetGroupOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNode) GetLocked ¶ added in v0.3.0

GetLocked returns the Locked field value

func (*DaVinciFlowGraphDataResponseElementsNode) GetLockedOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNode) GetLockedOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponseElementsNode) GetPannable ¶ added in v0.3.0

GetPannable returns the Pannable field value

func (*DaVinciFlowGraphDataResponseElementsNode) GetPannableOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNode) GetPannableOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponseElementsNode) GetPosition ¶ added in v0.3.0

GetPosition returns the Position field value

func (*DaVinciFlowGraphDataResponseElementsNode) GetPositionOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNode) GetRemoved ¶ added in v0.3.0

GetRemoved returns the Removed field value

func (*DaVinciFlowGraphDataResponseElementsNode) GetRemovedOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNode) GetRemovedOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponseElementsNode) GetSelectable ¶ added in v0.3.0

GetSelectable returns the Selectable field value

func (*DaVinciFlowGraphDataResponseElementsNode) GetSelectableOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNode) GetSelectableOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponseElementsNode) GetSelected ¶ added in v0.3.0

GetSelected returns the Selected field value

func (*DaVinciFlowGraphDataResponseElementsNode) GetSelectedOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNode) GetSelectedOk() (*bool, bool)

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

func (*DaVinciFlowGraphDataResponseElementsNode) HasClasses ¶ added in v0.3.0

HasClasses returns a boolean if a field has been set.

func (DaVinciFlowGraphDataResponseElementsNode) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataResponseElementsNode) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowGraphDataResponseElementsNode) SetClasses ¶ added in v0.3.0

SetClasses gets a reference to the given string and assigns it to the Classes field.

func (*DaVinciFlowGraphDataResponseElementsNode) SetData ¶ added in v0.3.0

SetData sets field value

func (*DaVinciFlowGraphDataResponseElementsNode) SetGrabbable ¶ added in v0.3.0

SetGrabbable sets field value

func (*DaVinciFlowGraphDataResponseElementsNode) SetGroup ¶ added in v0.3.0

SetGroup sets field value

func (*DaVinciFlowGraphDataResponseElementsNode) SetLocked ¶ added in v0.3.0

SetLocked sets field value

func (*DaVinciFlowGraphDataResponseElementsNode) SetPannable ¶ added in v0.3.0

SetPannable sets field value

func (*DaVinciFlowGraphDataResponseElementsNode) SetPosition ¶ added in v0.3.0

SetPosition sets field value

func (*DaVinciFlowGraphDataResponseElementsNode) SetRemoved ¶ added in v0.3.0

SetRemoved sets field value

func (*DaVinciFlowGraphDataResponseElementsNode) SetSelectable ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNode) SetSelectable(v bool)

SetSelectable sets field value

func (*DaVinciFlowGraphDataResponseElementsNode) SetSelected ¶ added in v0.3.0

SetSelected sets field value

func (DaVinciFlowGraphDataResponseElementsNode) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNode) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNode) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataResponseElementsNodeData ¶ added in v0.3.0

type DaVinciFlowGraphDataResponseElementsNodeData struct {
	Id                   string                                                        `json:"id"`
	NodeType             string                                                        `json:"nodeType"`
	CapabilityName       *string                                                       `json:"capabilityName,omitempty"`
	ConnectionId         *string                                                       `json:"connectionId,omitempty"`
	ConnectorId          *string                                                       `json:"connectorId,omitempty"`
	IdUnique             *string                                                       `json:"idUnique,omitempty"`
	Label                *string                                                       `json:"label,omitempty"`
	LinterError          []DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem `json:"linterError,omitempty"`
	Name                 *string                                                       `json:"name,omitempty"`
	Properties           map[string]interface{}                                        `json:"properties,omitempty"`
	Status               *string                                                       `json:"status,omitempty"`
	Type                 *string                                                       `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataResponseElementsNodeData struct for DaVinciFlowGraphDataResponseElementsNodeData

func NewDaVinciFlowGraphDataResponseElementsNodeData ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElementsNodeData(id string, nodeType string) *DaVinciFlowGraphDataResponseElementsNodeData

NewDaVinciFlowGraphDataResponseElementsNodeData instantiates a new DaVinciFlowGraphDataResponseElementsNodeData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataResponseElementsNodeDataWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElementsNodeDataWithDefaults() *DaVinciFlowGraphDataResponseElementsNodeData

NewDaVinciFlowGraphDataResponseElementsNodeDataWithDefaults instantiates a new DaVinciFlowGraphDataResponseElementsNodeData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetCapabilityName ¶ added in v0.3.0

GetCapabilityName returns the CapabilityName field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetCapabilityNameOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetCapabilityNameOk() (*string, bool)

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

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetConnectionId ¶ added in v0.3.0

GetConnectionId returns the ConnectionId field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetConnectionIdOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetConnectionIdOk() (*string, bool)

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

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetConnectorId ¶ added in v0.3.0

GetConnectorId returns the ConnectorId field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetConnectorIdOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetConnectorIdOk() (*string, bool)

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

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetId ¶ added in v0.3.0

GetId returns the Id field value

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetIdOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetIdUnique ¶ added in v0.3.0

GetIdUnique returns the IdUnique field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetIdUniqueOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetLabel ¶ added in v0.3.0

GetLabel returns the Label field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetLabelOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetLinterError ¶ added in v0.3.0

GetLinterError returns the LinterError field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetLinterErrorOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetName ¶ added in v0.3.0

GetName returns the Name field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetNameOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetNodeType ¶ added in v0.3.0

GetNodeType returns the NodeType field value

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetNodeTypeOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetProperties ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetProperties() map[string]interface{}

GetProperties returns the Properties field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetPropertiesOk ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetPropertiesOk() (map[string]interface{}, bool)

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

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetStatus ¶ added in v0.3.0

GetStatus returns the Status field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetStatusOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetType ¶ added in v0.3.0

GetType returns the Type field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponseElementsNodeData) GetTypeOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodeData) HasCapabilityName ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasCapabilityName() bool

HasCapabilityName returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataResponseElementsNodeData) HasConnectionId ¶ added in v0.3.0

HasConnectionId returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataResponseElementsNodeData) HasConnectorId ¶ added in v0.3.0

HasConnectorId returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataResponseElementsNodeData) HasIdUnique ¶ added in v0.3.0

HasIdUnique returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataResponseElementsNodeData) HasLabel ¶ added in v0.3.0

HasLabel returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataResponseElementsNodeData) HasLinterError ¶ added in v0.3.0

HasLinterError returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataResponseElementsNodeData) HasName ¶ added in v0.3.0

HasName returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataResponseElementsNodeData) HasProperties ¶ added in v0.3.0

HasProperties returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataResponseElementsNodeData) HasStatus ¶ added in v0.3.0

HasStatus returns a boolean if a field has been set.

func (*DaVinciFlowGraphDataResponseElementsNodeData) HasType ¶ added in v0.3.0

HasType returns a boolean if a field has been set.

func (DaVinciFlowGraphDataResponseElementsNodeData) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataResponseElementsNodeData) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowGraphDataResponseElementsNodeData) SetCapabilityName ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetCapabilityName(v string)

SetCapabilityName gets a reference to the given string and assigns it to the CapabilityName field.

func (*DaVinciFlowGraphDataResponseElementsNodeData) SetConnectionId ¶ added in v0.3.0

SetConnectionId gets a reference to the given string and assigns it to the ConnectionId field.

func (*DaVinciFlowGraphDataResponseElementsNodeData) SetConnectorId ¶ added in v0.3.0

SetConnectorId gets a reference to the given string and assigns it to the ConnectorId field.

func (*DaVinciFlowGraphDataResponseElementsNodeData) SetId ¶ added in v0.3.0

SetId sets field value

func (*DaVinciFlowGraphDataResponseElementsNodeData) SetIdUnique ¶ added in v0.3.0

SetIdUnique gets a reference to the given string and assigns it to the IdUnique field.

func (*DaVinciFlowGraphDataResponseElementsNodeData) SetLabel ¶ added in v0.3.0

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*DaVinciFlowGraphDataResponseElementsNodeData) SetLinterError ¶ added in v0.3.0

SetLinterError gets a reference to the given []DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem and assigns it to the LinterError field.

func (*DaVinciFlowGraphDataResponseElementsNodeData) SetName ¶ added in v0.3.0

SetName gets a reference to the given string and assigns it to the Name field.

func (*DaVinciFlowGraphDataResponseElementsNodeData) SetNodeType ¶ added in v0.3.0

SetNodeType sets field value

func (*DaVinciFlowGraphDataResponseElementsNodeData) SetProperties ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetProperties(v map[string]interface{})

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

func (*DaVinciFlowGraphDataResponseElementsNodeData) SetStatus ¶ added in v0.3.0

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*DaVinciFlowGraphDataResponseElementsNodeData) SetType ¶ added in v0.3.0

SetType gets a reference to the given string and assigns it to the Type field.

func (DaVinciFlowGraphDataResponseElementsNodeData) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodeData) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNodeData) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem ¶ added in v0.3.0

type DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem struct {
	Code                 string  `json:"code"`
	Message              string  `json:"message"`
	Type                 string  `json:"type"`
	Recommendation       string  `json:"recommendation"`
	FlowId               string  `json:"flowId"`
	NodeId               *string `json:"nodeId,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem struct for DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem

func NewDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem(code string, message string, type_ string, recommendation string, flowId string) *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem

NewDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem instantiates a new DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItemWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItemWithDefaults() *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem

NewDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItemWithDefaults instantiates a new DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetCode ¶ added in v0.3.0

GetCode returns the Code field value

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetCodeOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetFlowId ¶ added in v0.3.0

GetFlowId returns the FlowId field value

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetFlowIdOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetMessage ¶ added in v0.3.0

GetMessage returns the Message field value

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetMessageOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetNodeId ¶ added in v0.3.0

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetNodeIdOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetRecommendation ¶ added in v0.3.0

GetRecommendation returns the Recommendation field value

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetRecommendationOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetType ¶ added in v0.3.0

GetType returns the Type field value

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetTypeOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) HasNodeId ¶ added in v0.3.0

HasNodeId returns a boolean if a field has been set.

func (DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetCode ¶ added in v0.3.0

SetCode sets field value

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetFlowId ¶ added in v0.3.0

SetFlowId sets field value

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetMessage ¶ added in v0.3.0

SetMessage sets field value

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetNodeId ¶ added in v0.3.0

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetRecommendation ¶ added in v0.3.0

SetRecommendation sets field value

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetType ¶ added in v0.3.0

SetType sets field value

func (DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) ToMap ¶ added in v0.3.0

func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) UnmarshalJSON ¶ added in v0.3.0

type DaVinciFlowGraphDataResponseElementsNodePosition ¶ added in v0.3.0

type DaVinciFlowGraphDataResponseElementsNodePosition struct {
	X                    types.BigFloatUnquoted `json:"x"`
	Y                    types.BigFloatUnquoted `json:"y"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataResponseElementsNodePosition struct for DaVinciFlowGraphDataResponseElementsNodePosition

func NewDaVinciFlowGraphDataResponseElementsNodePosition ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElementsNodePosition(x types.BigFloatUnquoted, y types.BigFloatUnquoted) *DaVinciFlowGraphDataResponseElementsNodePosition

NewDaVinciFlowGraphDataResponseElementsNodePosition instantiates a new DaVinciFlowGraphDataResponseElementsNodePosition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataResponseElementsNodePositionWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseElementsNodePositionWithDefaults() *DaVinciFlowGraphDataResponseElementsNodePosition

NewDaVinciFlowGraphDataResponseElementsNodePositionWithDefaults instantiates a new DaVinciFlowGraphDataResponseElementsNodePosition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataResponseElementsNodePosition) GetX ¶ added in v0.3.0

GetX returns the X field value

func (*DaVinciFlowGraphDataResponseElementsNodePosition) GetXOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodePosition) GetY ¶ added in v0.3.0

GetY returns the Y field value

func (*DaVinciFlowGraphDataResponseElementsNodePosition) GetYOk ¶ added in v0.3.0

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

func (DaVinciFlowGraphDataResponseElementsNodePosition) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataResponseElementsNodePosition) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowGraphDataResponseElementsNodePosition) SetX ¶ added in v0.3.0

SetX sets field value

func (*DaVinciFlowGraphDataResponseElementsNodePosition) SetY ¶ added in v0.3.0

SetY sets field value

func (DaVinciFlowGraphDataResponseElementsNodePosition) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseElementsNodePosition) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseElementsNodePosition) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataResponsePan ¶ added in v0.3.0

type DaVinciFlowGraphDataResponsePan struct {
	X                    types.BigFloatUnquoted `json:"x"`
	Y                    types.BigFloatUnquoted `json:"y"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataResponsePan struct for DaVinciFlowGraphDataResponsePan

func NewDaVinciFlowGraphDataResponsePan ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponsePan(x types.BigFloatUnquoted, y types.BigFloatUnquoted) *DaVinciFlowGraphDataResponsePan

NewDaVinciFlowGraphDataResponsePan instantiates a new DaVinciFlowGraphDataResponsePan object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataResponsePanWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponsePanWithDefaults() *DaVinciFlowGraphDataResponsePan

NewDaVinciFlowGraphDataResponsePanWithDefaults instantiates a new DaVinciFlowGraphDataResponsePan object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataResponsePan) GetX ¶ added in v0.3.0

GetX returns the X field value

func (*DaVinciFlowGraphDataResponsePan) GetXOk ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponsePan) GetY ¶ added in v0.3.0

GetY returns the Y field value

func (*DaVinciFlowGraphDataResponsePan) GetYOk ¶ added in v0.3.0

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

func (DaVinciFlowGraphDataResponsePan) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataResponsePan) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponsePan) SetX ¶ added in v0.3.0

SetX sets field value

func (*DaVinciFlowGraphDataResponsePan) SetY ¶ added in v0.3.0

SetY sets field value

func (DaVinciFlowGraphDataResponsePan) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponsePan) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponsePan) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowGraphDataResponseRenderer ¶ added in v0.3.0

type DaVinciFlowGraphDataResponseRenderer struct {
	Name                 string `json:"name"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowGraphDataResponseRenderer struct for DaVinciFlowGraphDataResponseRenderer

func NewDaVinciFlowGraphDataResponseRenderer ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseRenderer(name string) *DaVinciFlowGraphDataResponseRenderer

NewDaVinciFlowGraphDataResponseRenderer instantiates a new DaVinciFlowGraphDataResponseRenderer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowGraphDataResponseRendererWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowGraphDataResponseRendererWithDefaults() *DaVinciFlowGraphDataResponseRenderer

NewDaVinciFlowGraphDataResponseRendererWithDefaults instantiates a new DaVinciFlowGraphDataResponseRenderer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowGraphDataResponseRenderer) GetName ¶ added in v0.3.0

GetName returns the Name field value

func (*DaVinciFlowGraphDataResponseRenderer) GetNameOk ¶ added in v0.3.0

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

func (DaVinciFlowGraphDataResponseRenderer) LogValue ¶ added in v0.3.0

func (DaVinciFlowGraphDataResponseRenderer) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseRenderer) SetName ¶ added in v0.3.0

SetName sets field value

func (DaVinciFlowGraphDataResponseRenderer) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowGraphDataResponseRenderer) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowGraphDataResponseRenderer) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowInputSchemaRequestItem ¶ added in v0.3.0

type DaVinciFlowInputSchemaRequestItem struct {
	PropertyName         string                                                 `json:"propertyName"`
	PreferredDataType    DaVinciFlowInputSchemaRequestItemPreferredDataType     `json:"preferredDataType"`
	Description          *string                                                `json:"description,omitempty"`
	IsExpanded           *bool                                                  `json:"isExpanded,omitempty"`
	PreferredControlType *DaVinciFlowInputSchemaRequestItemPreferredControlType `json:"preferredControlType,omitempty"`
	Required             *bool                                                  `json:"required,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowInputSchemaRequestItem struct for DaVinciFlowInputSchemaRequestItem

func NewDaVinciFlowInputSchemaRequestItem ¶ added in v0.3.0

func NewDaVinciFlowInputSchemaRequestItem(propertyName string, preferredDataType DaVinciFlowInputSchemaRequestItemPreferredDataType) *DaVinciFlowInputSchemaRequestItem

NewDaVinciFlowInputSchemaRequestItem instantiates a new DaVinciFlowInputSchemaRequestItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowInputSchemaRequestItemWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowInputSchemaRequestItemWithDefaults() *DaVinciFlowInputSchemaRequestItem

NewDaVinciFlowInputSchemaRequestItemWithDefaults instantiates a new DaVinciFlowInputSchemaRequestItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowInputSchemaRequestItem) GetDescription ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) GetDescription() string

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

func (*DaVinciFlowInputSchemaRequestItem) GetDescriptionOk ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) GetDescriptionOk() (*string, bool)

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

func (*DaVinciFlowInputSchemaRequestItem) GetIsExpanded ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) GetIsExpanded() bool

GetIsExpanded returns the IsExpanded field value if set, zero value otherwise.

func (*DaVinciFlowInputSchemaRequestItem) GetIsExpandedOk ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) GetIsExpandedOk() (*bool, bool)

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

func (*DaVinciFlowInputSchemaRequestItem) GetPreferredControlType ¶ added in v0.3.0

GetPreferredControlType returns the PreferredControlType field value if set, zero value otherwise.

func (*DaVinciFlowInputSchemaRequestItem) GetPreferredControlTypeOk ¶ added in v0.3.0

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

func (*DaVinciFlowInputSchemaRequestItem) GetPreferredDataType ¶ added in v0.3.0

GetPreferredDataType returns the PreferredDataType field value

func (*DaVinciFlowInputSchemaRequestItem) GetPreferredDataTypeOk ¶ added in v0.3.0

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

func (*DaVinciFlowInputSchemaRequestItem) GetPropertyName ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) GetPropertyName() string

GetPropertyName returns the PropertyName field value

func (*DaVinciFlowInputSchemaRequestItem) GetPropertyNameOk ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) GetPropertyNameOk() (*string, bool)

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

func (*DaVinciFlowInputSchemaRequestItem) GetRequired ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*DaVinciFlowInputSchemaRequestItem) GetRequiredOk ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) GetRequiredOk() (*bool, bool)

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

func (*DaVinciFlowInputSchemaRequestItem) HasDescription ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DaVinciFlowInputSchemaRequestItem) HasIsExpanded ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) HasIsExpanded() bool

HasIsExpanded returns a boolean if a field has been set.

func (*DaVinciFlowInputSchemaRequestItem) HasPreferredControlType ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) HasPreferredControlType() bool

HasPreferredControlType returns a boolean if a field has been set.

func (*DaVinciFlowInputSchemaRequestItem) HasRequired ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (DaVinciFlowInputSchemaRequestItem) LogValue ¶ added in v0.3.0

func (DaVinciFlowInputSchemaRequestItem) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowInputSchemaRequestItem) SetDescription ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) SetDescription(v string)

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

func (*DaVinciFlowInputSchemaRequestItem) SetIsExpanded ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) SetIsExpanded(v bool)

SetIsExpanded gets a reference to the given bool and assigns it to the IsExpanded field.

func (*DaVinciFlowInputSchemaRequestItem) SetPreferredControlType ¶ added in v0.3.0

SetPreferredControlType gets a reference to the given DaVinciFlowInputSchemaRequestItemPreferredControlType and assigns it to the PreferredControlType field.

func (*DaVinciFlowInputSchemaRequestItem) SetPreferredDataType ¶ added in v0.3.0

SetPreferredDataType sets field value

func (*DaVinciFlowInputSchemaRequestItem) SetPropertyName ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) SetPropertyName(v string)

SetPropertyName sets field value

func (*DaVinciFlowInputSchemaRequestItem) SetRequired ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (DaVinciFlowInputSchemaRequestItem) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowInputSchemaRequestItem) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaRequestItem) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowInputSchemaRequestItemPreferredControlType ¶ added in v0.3.0

type DaVinciFlowInputSchemaRequestItemPreferredControlType string

DaVinciFlowInputSchemaRequestItemPreferredControlType the model 'DaVinciFlowInputSchemaRequestItemPreferredControlType'

const (
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_BUTTON                     DaVinciFlowInputSchemaRequestItemPreferredControlType = "button"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_COLOR_PICKER               DaVinciFlowInputSchemaRequestItemPreferredControlType = "colorPicker"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_CONTENT_EDITABLE_TEXT_AREA DaVinciFlowInputSchemaRequestItemPreferredControlType = "contentEditableTextArea"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_CSS_AREA                   DaVinciFlowInputSchemaRequestItemPreferredControlType = "cssArea"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_DROP_DOWN                  DaVinciFlowInputSchemaRequestItemPreferredControlType = "dropDown"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_DROP_DOWN_MULTI_SELECT     DaVinciFlowInputSchemaRequestItemPreferredControlType = "dropDownMultiSelect"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_DROP_DOWN_MULTI_SELECT2    DaVinciFlowInputSchemaRequestItemPreferredControlType = "dropDownMultiSelect2"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_DROP_DOWN_WITH_CREATE      DaVinciFlowInputSchemaRequestItemPreferredControlType = "dropDownWithCreate"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_FUNCTION_ARGUMENT_LIST     DaVinciFlowInputSchemaRequestItemPreferredControlType = "functionArgumentList"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_KEY_VALUE_LIST             DaVinciFlowInputSchemaRequestItemPreferredControlType = "keyValueList"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_LABEL                      DaVinciFlowInputSchemaRequestItemPreferredControlType = "label"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_RADIO_SELECT               DaVinciFlowInputSchemaRequestItemPreferredControlType = "radioSelect"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_TEXT_AREA                  DaVinciFlowInputSchemaRequestItemPreferredControlType = "textArea"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_TEXT_FIELD                 DaVinciFlowInputSchemaRequestItemPreferredControlType = "textField"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_TEXT_FIELD_ARRAY_VIEW      DaVinciFlowInputSchemaRequestItemPreferredControlType = "textFieldArrayView"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDCONTROLTYPE_TOGGLE_SWITCH              DaVinciFlowInputSchemaRequestItemPreferredControlType = "toggleSwitch"
)

List of DaVinci_Flow_Input_Schema_Request_Item_Preferred_Control_Type

func NewDaVinciFlowInputSchemaRequestItemPreferredControlTypeFromValue ¶ added in v0.3.0

func NewDaVinciFlowInputSchemaRequestItemPreferredControlTypeFromValue(v string) (*DaVinciFlowInputSchemaRequestItemPreferredControlType, error)

NewDaVinciFlowInputSchemaRequestItemPreferredControlTypeFromValue returns a pointer to a valid DaVinciFlowInputSchemaRequestItemPreferredControlType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowInputSchemaRequestItemPreferredControlType) IsValid ¶ added in v0.3.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowInputSchemaRequestItemPreferredControlType) Ptr ¶ added in v0.3.0

Ptr returns reference to DaVinci_Flow_Input_Schema_Request_Item_Preferred_Control_Type value

func (*DaVinciFlowInputSchemaRequestItemPreferredControlType) UnmarshalJSON ¶ added in v0.3.0

type DaVinciFlowInputSchemaRequestItemPreferredDataType ¶ added in v0.3.0

type DaVinciFlowInputSchemaRequestItemPreferredDataType string

DaVinciFlowInputSchemaRequestItemPreferredDataType the model 'DaVinciFlowInputSchemaRequestItemPreferredDataType'

const (
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDDATATYPE_ARRAY   DaVinciFlowInputSchemaRequestItemPreferredDataType = "array"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDDATATYPE_BOOLEAN DaVinciFlowInputSchemaRequestItemPreferredDataType = "boolean"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDDATATYPE_NUMBER  DaVinciFlowInputSchemaRequestItemPreferredDataType = "number"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDDATATYPE_OBJECT  DaVinciFlowInputSchemaRequestItemPreferredDataType = "object"
	DAVINCIFLOWINPUTSCHEMAREQUESTITEMPREFERREDDATATYPE_STRING  DaVinciFlowInputSchemaRequestItemPreferredDataType = "string"
)

List of DaVinci_Flow_Input_Schema_Request_Item_Preferred_Data_Type

func NewDaVinciFlowInputSchemaRequestItemPreferredDataTypeFromValue ¶ added in v0.3.0

func NewDaVinciFlowInputSchemaRequestItemPreferredDataTypeFromValue(v string) (*DaVinciFlowInputSchemaRequestItemPreferredDataType, error)

NewDaVinciFlowInputSchemaRequestItemPreferredDataTypeFromValue returns a pointer to a valid DaVinciFlowInputSchemaRequestItemPreferredDataType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowInputSchemaRequestItemPreferredDataType) IsValid ¶ added in v0.3.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowInputSchemaRequestItemPreferredDataType) Ptr ¶ added in v0.3.0

Ptr returns reference to DaVinci_Flow_Input_Schema_Request_Item_Preferred_Data_Type value

func (*DaVinciFlowInputSchemaRequestItemPreferredDataType) UnmarshalJSON ¶ added in v0.3.0

type DaVinciFlowInputSchemaResponseItem ¶ added in v0.3.0

type DaVinciFlowInputSchemaResponseItem struct {
	PreferredControlType string                                              `json:"preferredControlType"`
	PreferredDataType    DaVinciFlowInputSchemaResponseItemPreferredDataType `json:"preferredDataType"`
	PropertyName         string                                              `json:"propertyName"`
	Description          *string                                             `json:"description,omitempty"`
	IsExpanded           *bool                                               `json:"isExpanded,omitempty"`
	Required             *bool                                               `json:"required,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowInputSchemaResponseItem struct for DaVinciFlowInputSchemaResponseItem

func NewDaVinciFlowInputSchemaResponseItem ¶ added in v0.3.0

func NewDaVinciFlowInputSchemaResponseItem(preferredControlType string, preferredDataType DaVinciFlowInputSchemaResponseItemPreferredDataType, propertyName string) *DaVinciFlowInputSchemaResponseItem

NewDaVinciFlowInputSchemaResponseItem instantiates a new DaVinciFlowInputSchemaResponseItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowInputSchemaResponseItemWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowInputSchemaResponseItemWithDefaults() *DaVinciFlowInputSchemaResponseItem

NewDaVinciFlowInputSchemaResponseItemWithDefaults instantiates a new DaVinciFlowInputSchemaResponseItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowInputSchemaResponseItem) GetDescription ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) GetDescription() string

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

func (*DaVinciFlowInputSchemaResponseItem) GetDescriptionOk ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) GetDescriptionOk() (*string, bool)

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

func (*DaVinciFlowInputSchemaResponseItem) GetIsExpanded ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) GetIsExpanded() bool

GetIsExpanded returns the IsExpanded field value if set, zero value otherwise.

func (*DaVinciFlowInputSchemaResponseItem) GetIsExpandedOk ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) GetIsExpandedOk() (*bool, bool)

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

func (*DaVinciFlowInputSchemaResponseItem) GetPreferredControlType ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) GetPreferredControlType() string

GetPreferredControlType returns the PreferredControlType field value

func (*DaVinciFlowInputSchemaResponseItem) GetPreferredControlTypeOk ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) GetPreferredControlTypeOk() (*string, bool)

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

func (*DaVinciFlowInputSchemaResponseItem) GetPreferredDataType ¶ added in v0.3.0

GetPreferredDataType returns the PreferredDataType field value

func (*DaVinciFlowInputSchemaResponseItem) GetPreferredDataTypeOk ¶ added in v0.3.0

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

func (*DaVinciFlowInputSchemaResponseItem) GetPropertyName ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) GetPropertyName() string

GetPropertyName returns the PropertyName field value

func (*DaVinciFlowInputSchemaResponseItem) GetPropertyNameOk ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) GetPropertyNameOk() (*string, bool)

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

func (*DaVinciFlowInputSchemaResponseItem) GetRequired ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*DaVinciFlowInputSchemaResponseItem) GetRequiredOk ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) GetRequiredOk() (*bool, bool)

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

func (*DaVinciFlowInputSchemaResponseItem) HasDescription ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DaVinciFlowInputSchemaResponseItem) HasIsExpanded ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) HasIsExpanded() bool

HasIsExpanded returns a boolean if a field has been set.

func (*DaVinciFlowInputSchemaResponseItem) HasRequired ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (DaVinciFlowInputSchemaResponseItem) LogValue ¶ added in v0.3.0

func (DaVinciFlowInputSchemaResponseItem) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowInputSchemaResponseItem) SetDescription ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) SetDescription(v string)

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

func (*DaVinciFlowInputSchemaResponseItem) SetIsExpanded ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) SetIsExpanded(v bool)

SetIsExpanded gets a reference to the given bool and assigns it to the IsExpanded field.

func (*DaVinciFlowInputSchemaResponseItem) SetPreferredControlType ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) SetPreferredControlType(v string)

SetPreferredControlType sets field value

func (*DaVinciFlowInputSchemaResponseItem) SetPreferredDataType ¶ added in v0.3.0

SetPreferredDataType sets field value

func (*DaVinciFlowInputSchemaResponseItem) SetPropertyName ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) SetPropertyName(v string)

SetPropertyName sets field value

func (*DaVinciFlowInputSchemaResponseItem) SetRequired ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (DaVinciFlowInputSchemaResponseItem) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowInputSchemaResponseItem) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowInputSchemaResponseItem) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowInputSchemaResponseItemPreferredDataType ¶ added in v0.3.0

type DaVinciFlowInputSchemaResponseItemPreferredDataType string

DaVinciFlowInputSchemaResponseItemPreferredDataType the model 'DaVinciFlowInputSchemaResponseItemPreferredDataType'

const (
	DAVINCIFLOWINPUTSCHEMARESPONSEITEMPREFERREDDATATYPE_ARRAY   DaVinciFlowInputSchemaResponseItemPreferredDataType = "array"
	DAVINCIFLOWINPUTSCHEMARESPONSEITEMPREFERREDDATATYPE_BOOLEAN DaVinciFlowInputSchemaResponseItemPreferredDataType = "boolean"
	DAVINCIFLOWINPUTSCHEMARESPONSEITEMPREFERREDDATATYPE_NUMBER  DaVinciFlowInputSchemaResponseItemPreferredDataType = "number"
	DAVINCIFLOWINPUTSCHEMARESPONSEITEMPREFERREDDATATYPE_OBJECT  DaVinciFlowInputSchemaResponseItemPreferredDataType = "object"
	DAVINCIFLOWINPUTSCHEMARESPONSEITEMPREFERREDDATATYPE_STRING  DaVinciFlowInputSchemaResponseItemPreferredDataType = "string"
)

List of DaVinci_Flow_Input_Schema_Response_Item_Preferred_Data_Type

func NewDaVinciFlowInputSchemaResponseItemPreferredDataTypeFromValue ¶ added in v0.3.0

func NewDaVinciFlowInputSchemaResponseItemPreferredDataTypeFromValue(v string) (*DaVinciFlowInputSchemaResponseItemPreferredDataType, error)

NewDaVinciFlowInputSchemaResponseItemPreferredDataTypeFromValue returns a pointer to a valid DaVinciFlowInputSchemaResponseItemPreferredDataType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowInputSchemaResponseItemPreferredDataType) IsValid ¶ added in v0.3.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowInputSchemaResponseItemPreferredDataType) Ptr ¶ added in v0.3.0

Ptr returns reference to DaVinci_Flow_Input_Schema_Response_Item_Preferred_Data_Type value

func (*DaVinciFlowInputSchemaResponseItemPreferredDataType) UnmarshalJSON ¶ added in v0.3.0

type DaVinciFlowOutputSchemaRequest ¶ added in v0.3.0

type DaVinciFlowOutputSchemaRequest struct {
	Output               DaVinciFlowOutputSchemaRequestOutput `json:"output"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowOutputSchemaRequest struct for DaVinciFlowOutputSchemaRequest

func NewDaVinciFlowOutputSchemaRequest ¶ added in v0.3.0

func NewDaVinciFlowOutputSchemaRequest(output DaVinciFlowOutputSchemaRequestOutput) *DaVinciFlowOutputSchemaRequest

NewDaVinciFlowOutputSchemaRequest instantiates a new DaVinciFlowOutputSchemaRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowOutputSchemaRequestWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowOutputSchemaRequestWithDefaults() *DaVinciFlowOutputSchemaRequest

NewDaVinciFlowOutputSchemaRequestWithDefaults instantiates a new DaVinciFlowOutputSchemaRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowOutputSchemaRequest) GetOutput ¶ added in v0.3.0

GetOutput returns the Output field value

func (*DaVinciFlowOutputSchemaRequest) GetOutputOk ¶ added in v0.3.0

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

func (DaVinciFlowOutputSchemaRequest) LogValue ¶ added in v0.3.0

func (DaVinciFlowOutputSchemaRequest) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowOutputSchemaRequest) SetOutput ¶ added in v0.3.0

SetOutput sets field value

func (DaVinciFlowOutputSchemaRequest) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowOutputSchemaRequest) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowOutputSchemaRequestOutput ¶ added in v0.3.0

type DaVinciFlowOutputSchemaRequestOutput struct {
	Properties                map[string]interface{}                   `json:"properties"`
	Type                      DaVinciFlowOutputSchemaRequestOutputType `json:"type"`
	AdditionalPropertiesField *bool                                    `json:"additionalProperties,omitempty"`
	AdditionalProperties      map[string]interface{}
}

DaVinciFlowOutputSchemaRequestOutput struct for DaVinciFlowOutputSchemaRequestOutput

func NewDaVinciFlowOutputSchemaRequestOutput ¶ added in v0.3.0

func NewDaVinciFlowOutputSchemaRequestOutput(properties map[string]interface{}, type_ DaVinciFlowOutputSchemaRequestOutputType) *DaVinciFlowOutputSchemaRequestOutput

NewDaVinciFlowOutputSchemaRequestOutput instantiates a new DaVinciFlowOutputSchemaRequestOutput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowOutputSchemaRequestOutputWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowOutputSchemaRequestOutputWithDefaults() *DaVinciFlowOutputSchemaRequestOutput

NewDaVinciFlowOutputSchemaRequestOutputWithDefaults instantiates a new DaVinciFlowOutputSchemaRequestOutput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowOutputSchemaRequestOutput) GetAdditionalPropertiesField ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaRequestOutput) GetAdditionalPropertiesField() bool

GetAdditionalPropertiesField returns the AdditionalPropertiesField field value if set, zero value otherwise.

func (*DaVinciFlowOutputSchemaRequestOutput) GetAdditionalPropertiesFieldOk ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaRequestOutput) GetAdditionalPropertiesFieldOk() (*bool, bool)

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

func (*DaVinciFlowOutputSchemaRequestOutput) GetProperties ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaRequestOutput) GetProperties() map[string]interface{}

GetProperties returns the Properties field value

func (*DaVinciFlowOutputSchemaRequestOutput) GetPropertiesOk ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaRequestOutput) GetPropertiesOk() (map[string]interface{}, bool)

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

func (*DaVinciFlowOutputSchemaRequestOutput) GetType ¶ added in v0.3.0

GetType returns the Type field value

func (*DaVinciFlowOutputSchemaRequestOutput) GetTypeOk ¶ added in v0.3.0

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

func (*DaVinciFlowOutputSchemaRequestOutput) HasAdditionalPropertiesField ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaRequestOutput) HasAdditionalPropertiesField() bool

HasAdditionalPropertiesField returns a boolean if a field has been set.

func (DaVinciFlowOutputSchemaRequestOutput) LogValue ¶ added in v0.3.0

func (DaVinciFlowOutputSchemaRequestOutput) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowOutputSchemaRequestOutput) SetAdditionalPropertiesField ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaRequestOutput) SetAdditionalPropertiesField(v bool)

SetAdditionalPropertiesField gets a reference to the given bool and assigns it to the AdditionalPropertiesField field.

func (*DaVinciFlowOutputSchemaRequestOutput) SetProperties ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaRequestOutput) SetProperties(v map[string]interface{})

SetProperties sets field value

func (*DaVinciFlowOutputSchemaRequestOutput) SetType ¶ added in v0.3.0

SetType sets field value

func (DaVinciFlowOutputSchemaRequestOutput) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowOutputSchemaRequestOutput) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaRequestOutput) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowOutputSchemaRequestOutputType ¶ added in v0.3.0

type DaVinciFlowOutputSchemaRequestOutputType string

DaVinciFlowOutputSchemaRequestOutputType the model 'DaVinciFlowOutputSchemaRequestOutputType'

const (
	DAVINCIFLOWOUTPUTSCHEMAREQUESTOUTPUTTYPE_OBJECT DaVinciFlowOutputSchemaRequestOutputType = "object"
)

List of DaVinci_Flow_Output_Schema_Request_Output_Type

func NewDaVinciFlowOutputSchemaRequestOutputTypeFromValue ¶ added in v0.3.0

func NewDaVinciFlowOutputSchemaRequestOutputTypeFromValue(v string) (*DaVinciFlowOutputSchemaRequestOutputType, error)

NewDaVinciFlowOutputSchemaRequestOutputTypeFromValue returns a pointer to a valid DaVinciFlowOutputSchemaRequestOutputType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowOutputSchemaRequestOutputType) IsValid ¶ added in v0.3.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowOutputSchemaRequestOutputType) Ptr ¶ added in v0.3.0

Ptr returns reference to DaVinci_Flow_Output_Schema_Request_Output_Type value

func (*DaVinciFlowOutputSchemaRequestOutputType) UnmarshalJSON ¶ added in v0.3.0

func (v *DaVinciFlowOutputSchemaRequestOutputType) UnmarshalJSON(src []byte) error

type DaVinciFlowOutputSchemaResponse ¶ added in v0.3.0

type DaVinciFlowOutputSchemaResponse struct {
	Output               DaVinciFlowOutputSchemaResponseOutput `json:"output"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowOutputSchemaResponse struct for DaVinciFlowOutputSchemaResponse

func NewDaVinciFlowOutputSchemaResponse ¶ added in v0.3.0

func NewDaVinciFlowOutputSchemaResponse(output DaVinciFlowOutputSchemaResponseOutput) *DaVinciFlowOutputSchemaResponse

NewDaVinciFlowOutputSchemaResponse instantiates a new DaVinciFlowOutputSchemaResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowOutputSchemaResponseWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowOutputSchemaResponseWithDefaults() *DaVinciFlowOutputSchemaResponse

NewDaVinciFlowOutputSchemaResponseWithDefaults instantiates a new DaVinciFlowOutputSchemaResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowOutputSchemaResponse) GetOutput ¶ added in v0.3.0

GetOutput returns the Output field value

func (*DaVinciFlowOutputSchemaResponse) GetOutputOk ¶ added in v0.3.0

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

func (DaVinciFlowOutputSchemaResponse) LogValue ¶ added in v0.3.0

func (DaVinciFlowOutputSchemaResponse) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowOutputSchemaResponse) SetOutput ¶ added in v0.3.0

SetOutput sets field value

func (DaVinciFlowOutputSchemaResponse) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowOutputSchemaResponse) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowOutputSchemaResponseOutput ¶ added in v0.3.0

type DaVinciFlowOutputSchemaResponseOutput struct {
	Properties                map[string]interface{}                    `json:"properties"`
	Type                      DaVinciFlowOutputSchemaResponseOutputType `json:"type"`
	AdditionalPropertiesField *bool                                     `json:"additionalProperties,omitempty"`
	AdditionalProperties      map[string]interface{}
}

DaVinciFlowOutputSchemaResponseOutput struct for DaVinciFlowOutputSchemaResponseOutput

func NewDaVinciFlowOutputSchemaResponseOutput ¶ added in v0.3.0

func NewDaVinciFlowOutputSchemaResponseOutput(properties map[string]interface{}, type_ DaVinciFlowOutputSchemaResponseOutputType) *DaVinciFlowOutputSchemaResponseOutput

NewDaVinciFlowOutputSchemaResponseOutput instantiates a new DaVinciFlowOutputSchemaResponseOutput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowOutputSchemaResponseOutputWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowOutputSchemaResponseOutputWithDefaults() *DaVinciFlowOutputSchemaResponseOutput

NewDaVinciFlowOutputSchemaResponseOutputWithDefaults instantiates a new DaVinciFlowOutputSchemaResponseOutput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowOutputSchemaResponseOutput) GetAdditionalPropertiesField ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaResponseOutput) GetAdditionalPropertiesField() bool

GetAdditionalPropertiesField returns the AdditionalPropertiesField field value if set, zero value otherwise.

func (*DaVinciFlowOutputSchemaResponseOutput) GetAdditionalPropertiesFieldOk ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaResponseOutput) GetAdditionalPropertiesFieldOk() (*bool, bool)

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

func (*DaVinciFlowOutputSchemaResponseOutput) GetProperties ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaResponseOutput) GetProperties() map[string]interface{}

GetProperties returns the Properties field value

func (*DaVinciFlowOutputSchemaResponseOutput) GetPropertiesOk ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaResponseOutput) GetPropertiesOk() (map[string]interface{}, bool)

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

func (*DaVinciFlowOutputSchemaResponseOutput) GetType ¶ added in v0.3.0

GetType returns the Type field value

func (*DaVinciFlowOutputSchemaResponseOutput) GetTypeOk ¶ added in v0.3.0

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

func (*DaVinciFlowOutputSchemaResponseOutput) HasAdditionalPropertiesField ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaResponseOutput) HasAdditionalPropertiesField() bool

HasAdditionalPropertiesField returns a boolean if a field has been set.

func (DaVinciFlowOutputSchemaResponseOutput) LogValue ¶ added in v0.3.0

func (DaVinciFlowOutputSchemaResponseOutput) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowOutputSchemaResponseOutput) SetAdditionalPropertiesField ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaResponseOutput) SetAdditionalPropertiesField(v bool)

SetAdditionalPropertiesField gets a reference to the given bool and assigns it to the AdditionalPropertiesField field.

func (*DaVinciFlowOutputSchemaResponseOutput) SetProperties ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaResponseOutput) SetProperties(v map[string]interface{})

SetProperties sets field value

func (*DaVinciFlowOutputSchemaResponseOutput) SetType ¶ added in v0.3.0

SetType sets field value

func (DaVinciFlowOutputSchemaResponseOutput) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowOutputSchemaResponseOutput) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowOutputSchemaResponseOutput) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowOutputSchemaResponseOutputType ¶ added in v0.3.0

type DaVinciFlowOutputSchemaResponseOutputType string

DaVinciFlowOutputSchemaResponseOutputType the model 'DaVinciFlowOutputSchemaResponseOutputType'

const (
	DAVINCIFLOWOUTPUTSCHEMARESPONSEOUTPUTTYPE_OBJECT DaVinciFlowOutputSchemaResponseOutputType = "object"
)

List of DaVinci_Flow_Output_Schema_Response_Output_Type

func NewDaVinciFlowOutputSchemaResponseOutputTypeFromValue ¶ added in v0.3.0

func NewDaVinciFlowOutputSchemaResponseOutputTypeFromValue(v string) (*DaVinciFlowOutputSchemaResponseOutputType, error)

NewDaVinciFlowOutputSchemaResponseOutputTypeFromValue returns a pointer to a valid DaVinciFlowOutputSchemaResponseOutputType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowOutputSchemaResponseOutputType) IsValid ¶ added in v0.3.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowOutputSchemaResponseOutputType) Ptr ¶ added in v0.3.0

Ptr returns reference to DaVinci_Flow_Output_Schema_Response_Output_Type value

func (*DaVinciFlowOutputSchemaResponseOutputType) UnmarshalJSON ¶ added in v0.3.0

func (v *DaVinciFlowOutputSchemaResponseOutputType) UnmarshalJSON(src []byte) error

type DaVinciFlowPolicyCollection ¶

type DaVinciFlowPolicyCollection struct {
	Links                DaVinciFlowPolicyCollectionLinks    `json:"_links"`
	Embedded             DaVinciFlowPolicyCollectionEmbedded `json:"_embedded"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyCollection struct for DaVinciFlowPolicyCollection

func NewDaVinciFlowPolicyCollection ¶

NewDaVinciFlowPolicyCollection instantiates a new DaVinciFlowPolicyCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyCollectionWithDefaults ¶

func NewDaVinciFlowPolicyCollectionWithDefaults() *DaVinciFlowPolicyCollection

NewDaVinciFlowPolicyCollectionWithDefaults instantiates a new DaVinciFlowPolicyCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyCollection) GetEmbedded ¶

GetEmbedded returns the Embedded field value

func (*DaVinciFlowPolicyCollection) GetEmbeddedOk ¶

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

GetLinks returns the Links field value

func (*DaVinciFlowPolicyCollection) GetLinksOk ¶

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

func (DaVinciFlowPolicyCollection) LogValue ¶

func (o DaVinciFlowPolicyCollection) LogValue() slog.Value

func (DaVinciFlowPolicyCollection) MarshalJSON ¶

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

func (*DaVinciFlowPolicyCollection) SetEmbedded ¶

SetEmbedded sets field value

SetLinks sets field value

func (DaVinciFlowPolicyCollection) ToMap ¶

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

func (*DaVinciFlowPolicyCollection) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyCollection) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyCollectionEmbedded ¶

type DaVinciFlowPolicyCollectionEmbedded struct {
	FlowPolicies         []DaVinciFlowPolicyResponse `json:"flowPolicies"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyCollectionEmbedded struct for DaVinciFlowPolicyCollectionEmbedded

func NewDaVinciFlowPolicyCollectionEmbedded ¶

func NewDaVinciFlowPolicyCollectionEmbedded(flowPolicies []DaVinciFlowPolicyResponse) *DaVinciFlowPolicyCollectionEmbedded

NewDaVinciFlowPolicyCollectionEmbedded instantiates a new DaVinciFlowPolicyCollectionEmbedded object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyCollectionEmbeddedWithDefaults ¶

func NewDaVinciFlowPolicyCollectionEmbeddedWithDefaults() *DaVinciFlowPolicyCollectionEmbedded

NewDaVinciFlowPolicyCollectionEmbeddedWithDefaults instantiates a new DaVinciFlowPolicyCollectionEmbedded object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyCollectionEmbedded) GetFlowPolicies ¶

GetFlowPolicies returns the FlowPolicies field value

func (*DaVinciFlowPolicyCollectionEmbedded) GetFlowPoliciesOk ¶

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

func (DaVinciFlowPolicyCollectionEmbedded) LogValue ¶

func (DaVinciFlowPolicyCollectionEmbedded) MarshalJSON ¶

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

func (*DaVinciFlowPolicyCollectionEmbedded) SetFlowPolicies ¶

SetFlowPolicies sets field value

func (DaVinciFlowPolicyCollectionEmbedded) ToMap ¶

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

func (*DaVinciFlowPolicyCollectionEmbedded) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyCollectionEmbedded) UnmarshalJSON(data []byte) (err error)
type DaVinciFlowPolicyCollectionLinks struct {
	Self                 JSONHALLink `json:"self"`
	Environment          JSONHALLink `json:"environment"`
	DavinciApplication   JSONHALLink `json:"davinciApplication"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyCollectionLinks struct for DaVinciFlowPolicyCollectionLinks

func NewDaVinciFlowPolicyCollectionLinks(self JSONHALLink, environment JSONHALLink, davinciApplication JSONHALLink) *DaVinciFlowPolicyCollectionLinks

NewDaVinciFlowPolicyCollectionLinks instantiates a new DaVinciFlowPolicyCollectionLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyCollectionLinksWithDefaults ¶

func NewDaVinciFlowPolicyCollectionLinksWithDefaults() *DaVinciFlowPolicyCollectionLinks

NewDaVinciFlowPolicyCollectionLinksWithDefaults instantiates a new DaVinciFlowPolicyCollectionLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyCollectionLinks) GetDavinciApplication ¶ added in v0.1.1

func (o *DaVinciFlowPolicyCollectionLinks) GetDavinciApplication() JSONHALLink

GetDavinciApplication returns the DavinciApplication field value

func (*DaVinciFlowPolicyCollectionLinks) GetDavinciApplicationOk ¶ added in v0.1.1

func (o *DaVinciFlowPolicyCollectionLinks) GetDavinciApplicationOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowPolicyCollectionLinks) GetEnvironment ¶

func (o *DaVinciFlowPolicyCollectionLinks) GetEnvironment() JSONHALLink

GetEnvironment returns the Environment field value

func (*DaVinciFlowPolicyCollectionLinks) GetEnvironmentOk ¶

func (o *DaVinciFlowPolicyCollectionLinks) GetEnvironmentOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowPolicyCollectionLinks) GetSelf ¶

GetSelf returns the Self field value

func (*DaVinciFlowPolicyCollectionLinks) GetSelfOk ¶

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

func (DaVinciFlowPolicyCollectionLinks) LogValue ¶

func (DaVinciFlowPolicyCollectionLinks) MarshalJSON ¶

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

func (*DaVinciFlowPolicyCollectionLinks) SetDavinciApplication ¶ added in v0.1.1

func (o *DaVinciFlowPolicyCollectionLinks) SetDavinciApplication(v JSONHALLink)

SetDavinciApplication sets field value

func (*DaVinciFlowPolicyCollectionLinks) SetEnvironment ¶

func (o *DaVinciFlowPolicyCollectionLinks) SetEnvironment(v JSONHALLink)

SetEnvironment sets field value

func (*DaVinciFlowPolicyCollectionLinks) SetSelf ¶

SetSelf sets field value

func (DaVinciFlowPolicyCollectionLinks) ToMap ¶

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

func (*DaVinciFlowPolicyCollectionLinks) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyCollectionLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyCreateRequest ¶

type DaVinciFlowPolicyCreateRequest struct {
	FlowDistributions    []DaVinciFlowPolicyCreateRequestFlowDistribution `json:"flowDistributions"`
	Name                 *string                                          `json:"name,omitempty" validate:"regexp=^(?=\\\\S)[\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_ -]*(?!.*((<)|(\\\\$\\\\{)))"`
	Status               *DaVinciFlowPolicyCreateRequestStatus            `json:"status,omitempty"`
	Trigger              *DaVinciFlowPolicyCreateRequestTrigger           `json:"trigger,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyCreateRequest struct for DaVinciFlowPolicyCreateRequest

func NewDaVinciFlowPolicyCreateRequest ¶

func NewDaVinciFlowPolicyCreateRequest(flowDistributions []DaVinciFlowPolicyCreateRequestFlowDistribution) *DaVinciFlowPolicyCreateRequest

NewDaVinciFlowPolicyCreateRequest instantiates a new DaVinciFlowPolicyCreateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyCreateRequestWithDefaults ¶

func NewDaVinciFlowPolicyCreateRequestWithDefaults() *DaVinciFlowPolicyCreateRequest

NewDaVinciFlowPolicyCreateRequestWithDefaults instantiates a new DaVinciFlowPolicyCreateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyCreateRequest) GetFlowDistributions ¶

GetFlowDistributions returns the FlowDistributions field value

func (*DaVinciFlowPolicyCreateRequest) GetFlowDistributionsOk ¶

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

func (*DaVinciFlowPolicyCreateRequest) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*DaVinciFlowPolicyCreateRequest) GetNameOk ¶

func (o *DaVinciFlowPolicyCreateRequest) GetNameOk() (*string, bool)

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

func (*DaVinciFlowPolicyCreateRequest) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*DaVinciFlowPolicyCreateRequest) GetStatusOk ¶

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

func (*DaVinciFlowPolicyCreateRequest) GetTrigger ¶

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*DaVinciFlowPolicyCreateRequest) GetTriggerOk ¶

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

func (*DaVinciFlowPolicyCreateRequest) HasName ¶

func (o *DaVinciFlowPolicyCreateRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*DaVinciFlowPolicyCreateRequest) HasStatus ¶

func (o *DaVinciFlowPolicyCreateRequest) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*DaVinciFlowPolicyCreateRequest) HasTrigger ¶

func (o *DaVinciFlowPolicyCreateRequest) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (DaVinciFlowPolicyCreateRequest) LogValue ¶

func (DaVinciFlowPolicyCreateRequest) MarshalJSON ¶

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

func (*DaVinciFlowPolicyCreateRequest) SetFlowDistributions ¶

SetFlowDistributions sets field value

func (*DaVinciFlowPolicyCreateRequest) SetName ¶

func (o *DaVinciFlowPolicyCreateRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*DaVinciFlowPolicyCreateRequest) SetStatus ¶

SetStatus gets a reference to the given DaVinciFlowPolicyCreateRequestStatus and assigns it to the Status field.

func (*DaVinciFlowPolicyCreateRequest) SetTrigger ¶

SetTrigger gets a reference to the given DaVinciFlowPolicyCreateRequestTrigger and assigns it to the Trigger field.

func (DaVinciFlowPolicyCreateRequest) ToMap ¶

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

func (*DaVinciFlowPolicyCreateRequest) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyCreateRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyCreateRequestFlowDistribution ¶

type DaVinciFlowPolicyCreateRequestFlowDistribution struct {
	Id                   string                                                      `json:"id" validate:"regexp=^[a-zA-Z0-9-_]+$"`
	Version              float32                                                     `json:"version"`
	Ip                   []string                                                    `json:"ip,omitempty"`
	SuccessNodes         []DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode `json:"successNodes,omitempty"`
	Weight               *float32                                                    `json:"weight,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyCreateRequestFlowDistribution struct for DaVinciFlowPolicyCreateRequestFlowDistribution

func NewDaVinciFlowPolicyCreateRequestFlowDistribution ¶

func NewDaVinciFlowPolicyCreateRequestFlowDistribution(id string, version float32) *DaVinciFlowPolicyCreateRequestFlowDistribution

NewDaVinciFlowPolicyCreateRequestFlowDistribution instantiates a new DaVinciFlowPolicyCreateRequestFlowDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyCreateRequestFlowDistributionWithDefaults ¶

func NewDaVinciFlowPolicyCreateRequestFlowDistributionWithDefaults() *DaVinciFlowPolicyCreateRequestFlowDistribution

NewDaVinciFlowPolicyCreateRequestFlowDistributionWithDefaults instantiates a new DaVinciFlowPolicyCreateRequestFlowDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetId ¶

GetId returns the Id field value

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetIdOk ¶

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

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetIp ¶

GetIp returns the Ip field value if set, zero value otherwise.

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetIpOk ¶

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

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetSuccessNodes ¶

GetSuccessNodes returns the SuccessNodes field value if set, zero value otherwise.

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetSuccessNodesOk ¶

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

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetVersion ¶

GetVersion returns the Version field value

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetVersionOk ¶

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

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetWeight ¶

GetWeight returns the Weight field value if set, zero value otherwise.

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetWeightOk ¶

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

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) HasIp ¶

HasIp returns a boolean if a field has been set.

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) HasSuccessNodes ¶

HasSuccessNodes returns a boolean if a field has been set.

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) HasWeight ¶

HasWeight returns a boolean if a field has been set.

func (DaVinciFlowPolicyCreateRequestFlowDistribution) LogValue ¶

func (DaVinciFlowPolicyCreateRequestFlowDistribution) MarshalJSON ¶

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) SetId ¶

SetId sets field value

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) SetIp ¶

SetIp gets a reference to the given []string and assigns it to the Ip field.

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) SetSuccessNodes ¶

SetSuccessNodes gets a reference to the given []DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode and assigns it to the SuccessNodes field.

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) SetVersion ¶

SetVersion sets field value

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) SetWeight ¶

SetWeight gets a reference to the given float32 and assigns it to the Weight field.

func (DaVinciFlowPolicyCreateRequestFlowDistribution) ToMap ¶

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

func (*DaVinciFlowPolicyCreateRequestFlowDistribution) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode ¶

type DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode struct {
	Id                   string `json:"id" validate:"regexp=^[a-zA-Z0-9]+$"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode struct for DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode

func NewDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode ¶

func NewDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode(id string) *DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode

NewDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode instantiates a new DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNodeWithDefaults ¶

func NewDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNodeWithDefaults() *DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode

NewDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNodeWithDefaults instantiates a new DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) GetId ¶

GetId returns the Id field value

func (*DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) GetIdOk ¶

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

func (DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) LogValue ¶

func (DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) MarshalJSON ¶

func (*DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) SetId ¶

SetId sets field value

func (DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) ToMap ¶

func (*DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) UnmarshalJSON ¶

type DaVinciFlowPolicyCreateRequestStatus ¶

type DaVinciFlowPolicyCreateRequestStatus string

DaVinciFlowPolicyCreateRequestStatus the model 'DaVinciFlowPolicyCreateRequestStatus'

const (
	DAVINCIFLOWPOLICYCREATEREQUESTSTATUS_DISABLED DaVinciFlowPolicyCreateRequestStatus = "disabled"
	DAVINCIFLOWPOLICYCREATEREQUESTSTATUS_ENABLED  DaVinciFlowPolicyCreateRequestStatus = "enabled"
)

List of DaVinci_Flow_Policy_Create_Request_Status

func NewDaVinciFlowPolicyCreateRequestStatusFromValue ¶

func NewDaVinciFlowPolicyCreateRequestStatusFromValue(v string) (*DaVinciFlowPolicyCreateRequestStatus, error)

NewDaVinciFlowPolicyCreateRequestStatusFromValue returns a pointer to a valid DaVinciFlowPolicyCreateRequestStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowPolicyCreateRequestStatus) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowPolicyCreateRequestStatus) Ptr ¶

Ptr returns reference to DaVinci_Flow_Policy_Create_Request_Status value

func (*DaVinciFlowPolicyCreateRequestStatus) UnmarshalJSON ¶

func (v *DaVinciFlowPolicyCreateRequestStatus) UnmarshalJSON(src []byte) error

type DaVinciFlowPolicyCreateRequestTrigger ¶

type DaVinciFlowPolicyCreateRequestTrigger struct {
	Configuration        *DaVinciFlowPolicyCreateRequestTriggerConfiguration `json:"configuration,omitempty"`
	Type                 *DaVinciFlowPolicyCreateRequestTriggerType          `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyCreateRequestTrigger struct for DaVinciFlowPolicyCreateRequestTrigger

func NewDaVinciFlowPolicyCreateRequestTrigger ¶

func NewDaVinciFlowPolicyCreateRequestTrigger() *DaVinciFlowPolicyCreateRequestTrigger

NewDaVinciFlowPolicyCreateRequestTrigger instantiates a new DaVinciFlowPolicyCreateRequestTrigger object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyCreateRequestTriggerWithDefaults ¶

func NewDaVinciFlowPolicyCreateRequestTriggerWithDefaults() *DaVinciFlowPolicyCreateRequestTrigger

NewDaVinciFlowPolicyCreateRequestTriggerWithDefaults instantiates a new DaVinciFlowPolicyCreateRequestTrigger object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyCreateRequestTrigger) GetConfiguration ¶

GetConfiguration returns the Configuration field value if set, zero value otherwise.

func (*DaVinciFlowPolicyCreateRequestTrigger) GetConfigurationOk ¶

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

func (*DaVinciFlowPolicyCreateRequestTrigger) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*DaVinciFlowPolicyCreateRequestTrigger) GetTypeOk ¶

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

func (*DaVinciFlowPolicyCreateRequestTrigger) HasConfiguration ¶

func (o *DaVinciFlowPolicyCreateRequestTrigger) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

func (*DaVinciFlowPolicyCreateRequestTrigger) HasType ¶

HasType returns a boolean if a field has been set.

func (DaVinciFlowPolicyCreateRequestTrigger) LogValue ¶

func (DaVinciFlowPolicyCreateRequestTrigger) MarshalJSON ¶

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

func (*DaVinciFlowPolicyCreateRequestTrigger) SetConfiguration ¶

SetConfiguration gets a reference to the given DaVinciFlowPolicyCreateRequestTriggerConfiguration and assigns it to the Configuration field.

func (*DaVinciFlowPolicyCreateRequestTrigger) SetType ¶

SetType gets a reference to the given DaVinciFlowPolicyCreateRequestTriggerType and assigns it to the Type field.

func (DaVinciFlowPolicyCreateRequestTrigger) ToMap ¶

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

func (*DaVinciFlowPolicyCreateRequestTrigger) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyCreateRequestTrigger) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyCreateRequestTriggerConfiguration ¶

type DaVinciFlowPolicyCreateRequestTriggerConfiguration struct {
	Mfa                  *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA      `json:"mfa,omitempty"`
	Pwd                  *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword `json:"pwd,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyCreateRequestTriggerConfiguration struct for DaVinciFlowPolicyCreateRequestTriggerConfiguration

func NewDaVinciFlowPolicyCreateRequestTriggerConfiguration ¶

func NewDaVinciFlowPolicyCreateRequestTriggerConfiguration() *DaVinciFlowPolicyCreateRequestTriggerConfiguration

NewDaVinciFlowPolicyCreateRequestTriggerConfiguration instantiates a new DaVinciFlowPolicyCreateRequestTriggerConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyCreateRequestTriggerConfigurationWithDefaults ¶

func NewDaVinciFlowPolicyCreateRequestTriggerConfigurationWithDefaults() *DaVinciFlowPolicyCreateRequestTriggerConfiguration

NewDaVinciFlowPolicyCreateRequestTriggerConfigurationWithDefaults instantiates a new DaVinciFlowPolicyCreateRequestTriggerConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyCreateRequestTriggerConfiguration) GetMfa ¶

GetMfa returns the Mfa field value if set, zero value otherwise.

func (*DaVinciFlowPolicyCreateRequestTriggerConfiguration) GetMfaOk ¶

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

func (*DaVinciFlowPolicyCreateRequestTriggerConfiguration) GetPwd ¶

GetPwd returns the Pwd field value if set, zero value otherwise.

func (*DaVinciFlowPolicyCreateRequestTriggerConfiguration) GetPwdOk ¶

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

func (*DaVinciFlowPolicyCreateRequestTriggerConfiguration) HasMfa ¶

HasMfa returns a boolean if a field has been set.

func (*DaVinciFlowPolicyCreateRequestTriggerConfiguration) HasPwd ¶

HasPwd returns a boolean if a field has been set.

func (DaVinciFlowPolicyCreateRequestTriggerConfiguration) LogValue ¶

func (DaVinciFlowPolicyCreateRequestTriggerConfiguration) MarshalJSON ¶

func (*DaVinciFlowPolicyCreateRequestTriggerConfiguration) SetMfa ¶

SetMfa gets a reference to the given DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA and assigns it to the Mfa field.

func (*DaVinciFlowPolicyCreateRequestTriggerConfiguration) SetPwd ¶

SetPwd gets a reference to the given DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword and assigns it to the Pwd field.

func (DaVinciFlowPolicyCreateRequestTriggerConfiguration) ToMap ¶

func (*DaVinciFlowPolicyCreateRequestTriggerConfiguration) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA ¶

type DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA struct {
	Enabled              *bool    `json:"enabled,omitempty"`
	Time                 *float32 `json:"time,omitempty"`
	TimeFormat           *string  `json:"timeFormat,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA struct for DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA

func NewDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA ¶

func NewDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA() *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA

NewDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA instantiates a new DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyCreateRequestTriggerConfigurationMFAWithDefaults ¶

func NewDaVinciFlowPolicyCreateRequestTriggerConfigurationMFAWithDefaults() *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA

NewDaVinciFlowPolicyCreateRequestTriggerConfigurationMFAWithDefaults instantiates a new DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetEnabled ¶

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

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetEnabledOk ¶

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

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetTime ¶

GetTime returns the Time field value if set, zero value otherwise.

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetTimeFormat ¶

GetTimeFormat returns the TimeFormat field value if set, zero value otherwise.

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetTimeFormatOk ¶

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

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetTimeOk ¶

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

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) HasTime ¶

HasTime returns a boolean if a field has been set.

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) HasTimeFormat ¶

HasTimeFormat returns a boolean if a field has been set.

func (DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) LogValue ¶

func (DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) MarshalJSON ¶

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) SetEnabled ¶

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

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) SetTime ¶

SetTime gets a reference to the given float32 and assigns it to the Time field.

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) SetTimeFormat ¶

SetTimeFormat gets a reference to the given string and assigns it to the TimeFormat field.

func (DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) ToMap ¶

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword ¶

type DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword struct {
	Enabled              *bool    `json:"enabled,omitempty"`
	Time                 *float32 `json:"time,omitempty"`
	TimeFormat           *string  `json:"timeFormat,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword struct for DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword

func NewDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword ¶

func NewDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword() *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword

NewDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword instantiates a new DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyCreateRequestTriggerConfigurationPasswordWithDefaults ¶

func NewDaVinciFlowPolicyCreateRequestTriggerConfigurationPasswordWithDefaults() *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword

NewDaVinciFlowPolicyCreateRequestTriggerConfigurationPasswordWithDefaults instantiates a new DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetEnabled ¶

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

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetEnabledOk ¶

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

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetTime ¶

GetTime returns the Time field value if set, zero value otherwise.

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetTimeFormat ¶

GetTimeFormat returns the TimeFormat field value if set, zero value otherwise.

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetTimeFormatOk ¶

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

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetTimeOk ¶

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

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) HasTime ¶

HasTime returns a boolean if a field has been set.

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) HasTimeFormat ¶

HasTimeFormat returns a boolean if a field has been set.

func (DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) LogValue ¶

func (DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) MarshalJSON ¶

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) SetEnabled ¶

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

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) SetTime ¶

SetTime gets a reference to the given float32 and assigns it to the Time field.

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) SetTimeFormat ¶

SetTimeFormat gets a reference to the given string and assigns it to the TimeFormat field.

func (DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) ToMap ¶

func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) UnmarshalJSON ¶

type DaVinciFlowPolicyCreateRequestTriggerType ¶

type DaVinciFlowPolicyCreateRequestTriggerType string

DaVinciFlowPolicyCreateRequestTriggerType the model 'DaVinciFlowPolicyCreateRequestTriggerType'

const (
	DAVINCIFLOWPOLICYCREATEREQUESTTRIGGERTYPE_AUTHENTICATION DaVinciFlowPolicyCreateRequestTriggerType = "AUTHENTICATION"
)

List of DaVinci_Flow_Policy_Create_Request_Trigger_Type

func NewDaVinciFlowPolicyCreateRequestTriggerTypeFromValue ¶

func NewDaVinciFlowPolicyCreateRequestTriggerTypeFromValue(v string) (*DaVinciFlowPolicyCreateRequestTriggerType, error)

NewDaVinciFlowPolicyCreateRequestTriggerTypeFromValue returns a pointer to a valid DaVinciFlowPolicyCreateRequestTriggerType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowPolicyCreateRequestTriggerType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowPolicyCreateRequestTriggerType) Ptr ¶

Ptr returns reference to DaVinci_Flow_Policy_Create_Request_Trigger_Type value

func (*DaVinciFlowPolicyCreateRequestTriggerType) UnmarshalJSON ¶

func (v *DaVinciFlowPolicyCreateRequestTriggerType) UnmarshalJSON(src []byte) error

type DaVinciFlowPolicyEventsCollection ¶

type DaVinciFlowPolicyEventsCollection struct {
	Links                DaVinciFlowPolicyEventsCollectionLinks    `json:"_links"`
	Embedded             DaVinciFlowPolicyEventsCollectionEmbedded `json:"_embedded"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyEventsCollection struct for DaVinciFlowPolicyEventsCollection

func NewDaVinciFlowPolicyEventsCollection ¶

NewDaVinciFlowPolicyEventsCollection instantiates a new DaVinciFlowPolicyEventsCollection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyEventsCollectionWithDefaults ¶

func NewDaVinciFlowPolicyEventsCollectionWithDefaults() *DaVinciFlowPolicyEventsCollection

NewDaVinciFlowPolicyEventsCollectionWithDefaults instantiates a new DaVinciFlowPolicyEventsCollection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyEventsCollection) GetEmbedded ¶

GetEmbedded returns the Embedded field value

func (*DaVinciFlowPolicyEventsCollection) GetEmbeddedOk ¶

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

GetLinks returns the Links field value

func (*DaVinciFlowPolicyEventsCollection) GetLinksOk ¶

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

func (DaVinciFlowPolicyEventsCollection) LogValue ¶

func (DaVinciFlowPolicyEventsCollection) MarshalJSON ¶

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

func (*DaVinciFlowPolicyEventsCollection) SetEmbedded ¶

SetEmbedded sets field value

SetLinks sets field value

func (DaVinciFlowPolicyEventsCollection) ToMap ¶

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

func (*DaVinciFlowPolicyEventsCollection) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyEventsCollection) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyEventsCollectionEmbedded ¶

type DaVinciFlowPolicyEventsCollectionEmbedded struct {
	Events               []DaVinciFlowPolicyEventsCollectionEmbeddedEvent `json:"events"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyEventsCollectionEmbedded struct for DaVinciFlowPolicyEventsCollectionEmbedded

func NewDaVinciFlowPolicyEventsCollectionEmbedded ¶

func NewDaVinciFlowPolicyEventsCollectionEmbedded(events []DaVinciFlowPolicyEventsCollectionEmbeddedEvent) *DaVinciFlowPolicyEventsCollectionEmbedded

NewDaVinciFlowPolicyEventsCollectionEmbedded instantiates a new DaVinciFlowPolicyEventsCollectionEmbedded object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyEventsCollectionEmbeddedWithDefaults ¶

func NewDaVinciFlowPolicyEventsCollectionEmbeddedWithDefaults() *DaVinciFlowPolicyEventsCollectionEmbedded

NewDaVinciFlowPolicyEventsCollectionEmbeddedWithDefaults instantiates a new DaVinciFlowPolicyEventsCollectionEmbedded object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyEventsCollectionEmbedded) GetEvents ¶

GetEvents returns the Events field value

func (*DaVinciFlowPolicyEventsCollectionEmbedded) GetEventsOk ¶

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

func (DaVinciFlowPolicyEventsCollectionEmbedded) LogValue ¶

func (DaVinciFlowPolicyEventsCollectionEmbedded) MarshalJSON ¶

func (*DaVinciFlowPolicyEventsCollectionEmbedded) SetEvents ¶

SetEvents sets field value

func (DaVinciFlowPolicyEventsCollectionEmbedded) ToMap ¶

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

func (*DaVinciFlowPolicyEventsCollectionEmbedded) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyEventsCollectionEmbedded) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyEventsCollectionEmbeddedEvent ¶

type DaVinciFlowPolicyEventsCollectionEmbeddedEvent struct {
	Environment          DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment `json:"environment"`
	Flow                 DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow        `json:"flow"`
	Events               []DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent     `json:"events,omitempty"`
	SuccessCount         *float32                                                  `json:"successCount,omitempty"`
	TotalCount           *float32                                                  `json:"totalCount,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyEventsCollectionEmbeddedEvent struct for DaVinciFlowPolicyEventsCollectionEmbeddedEvent

func NewDaVinciFlowPolicyEventsCollectionEmbeddedEvent ¶

NewDaVinciFlowPolicyEventsCollectionEmbeddedEvent instantiates a new DaVinciFlowPolicyEventsCollectionEmbeddedEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyEventsCollectionEmbeddedEventWithDefaults ¶

func NewDaVinciFlowPolicyEventsCollectionEmbeddedEventWithDefaults() *DaVinciFlowPolicyEventsCollectionEmbeddedEvent

NewDaVinciFlowPolicyEventsCollectionEmbeddedEventWithDefaults instantiates a new DaVinciFlowPolicyEventsCollectionEmbeddedEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetEnvironmentOk ¶

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

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetEvents ¶

GetEvents returns the Events field value if set, zero value otherwise.

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetEventsOk ¶

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

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetFlow ¶

GetFlow returns the Flow field value

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetFlowOk ¶

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

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetSuccessCount ¶

GetSuccessCount returns the SuccessCount field value if set, zero value otherwise.

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetSuccessCountOk ¶

func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetSuccessCountOk() (*float32, bool)

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

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetTotalCount ¶

GetTotalCount returns the TotalCount field value if set, zero value otherwise.

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetTotalCountOk ¶

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

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) HasEvents ¶

HasEvents returns a boolean if a field has been set.

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) HasSuccessCount ¶

HasSuccessCount returns a boolean if a field has been set.

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) HasTotalCount ¶

HasTotalCount returns a boolean if a field has been set.

func (DaVinciFlowPolicyEventsCollectionEmbeddedEvent) LogValue ¶

func (DaVinciFlowPolicyEventsCollectionEmbeddedEvent) MarshalJSON ¶

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetEnvironment ¶

SetEnvironment sets field value

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetEvents ¶

SetEvents gets a reference to the given []DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent and assigns it to the Events field.

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetFlow ¶

SetFlow sets field value

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetSuccessCount ¶

SetSuccessCount gets a reference to the given float32 and assigns it to the SuccessCount field.

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetTotalCount ¶

SetTotalCount gets a reference to the given float32 and assigns it to the TotalCount field.

func (DaVinciFlowPolicyEventsCollectionEmbeddedEvent) ToMap ¶

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

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment ¶

type DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment struct {
	Id                   string `json:"id"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment struct for DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment

func NewDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment ¶

func NewDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment(id string) *DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment

NewDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment instantiates a new DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironmentWithDefaults ¶

func NewDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironmentWithDefaults() *DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment

NewDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironmentWithDefaults instantiates a new DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) GetId ¶

GetId returns the Id field value

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) GetIdOk ¶

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

func (DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) LogValue ¶

func (DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) MarshalJSON ¶

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) SetId ¶

SetId sets field value

func (DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) ToMap ¶

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) UnmarshalJSON ¶

type DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent ¶

type DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent struct {
	Id                   string `json:"id"`
	Timestamp            string `json:"timestamp"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent struct for DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent

func NewDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent ¶

func NewDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent(id string, timestamp string) *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent

NewDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent instantiates a new DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyEventsCollectionEmbeddedEventEventWithDefaults ¶

func NewDaVinciFlowPolicyEventsCollectionEmbeddedEventEventWithDefaults() *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent

NewDaVinciFlowPolicyEventsCollectionEmbeddedEventEventWithDefaults instantiates a new DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) GetId ¶

GetId returns the Id field value

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) GetIdOk ¶

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

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) GetTimestamp ¶

GetTimestamp returns the Timestamp field value

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) GetTimestampOk ¶

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

func (DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) LogValue ¶

func (DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) MarshalJSON ¶

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) SetId ¶

SetId sets field value

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) SetTimestamp ¶

SetTimestamp sets field value

func (DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) ToMap ¶

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow ¶

type DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow struct {
	Id                   string   `json:"id"`
	Version              *float32 `json:"version,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow struct for DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow

func NewDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow ¶

func NewDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow(id string) *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow

NewDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow instantiates a new DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyEventsCollectionEmbeddedEventFlowWithDefaults ¶

func NewDaVinciFlowPolicyEventsCollectionEmbeddedEventFlowWithDefaults() *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow

NewDaVinciFlowPolicyEventsCollectionEmbeddedEventFlowWithDefaults instantiates a new DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) GetId ¶

GetId returns the Id field value

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) GetIdOk ¶

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

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) GetVersion ¶

GetVersion returns the Version field value if set, zero value otherwise.

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) GetVersionOk ¶

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

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) HasVersion ¶

HasVersion returns a boolean if a field has been set.

func (DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) LogValue ¶

func (DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) MarshalJSON ¶

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) SetId ¶

SetId sets field value

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) SetVersion ¶

SetVersion gets a reference to the given float32 and assigns it to the Version field.

func (DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) ToMap ¶

func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) UnmarshalJSON(data []byte) (err error)
type DaVinciFlowPolicyEventsCollectionLinks struct {
	Self                 JSONHALLink `json:"self"`
	Environment          JSONHALLink `json:"environment"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyEventsCollectionLinks struct for DaVinciFlowPolicyEventsCollectionLinks

func NewDaVinciFlowPolicyEventsCollectionLinks(self JSONHALLink, environment JSONHALLink) *DaVinciFlowPolicyEventsCollectionLinks

NewDaVinciFlowPolicyEventsCollectionLinks instantiates a new DaVinciFlowPolicyEventsCollectionLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyEventsCollectionLinksWithDefaults ¶

func NewDaVinciFlowPolicyEventsCollectionLinksWithDefaults() *DaVinciFlowPolicyEventsCollectionLinks

NewDaVinciFlowPolicyEventsCollectionLinksWithDefaults instantiates a new DaVinciFlowPolicyEventsCollectionLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyEventsCollectionLinks) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*DaVinciFlowPolicyEventsCollectionLinks) GetEnvironmentOk ¶

func (o *DaVinciFlowPolicyEventsCollectionLinks) GetEnvironmentOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowPolicyEventsCollectionLinks) GetSelf ¶

GetSelf returns the Self field value

func (*DaVinciFlowPolicyEventsCollectionLinks) GetSelfOk ¶

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

func (DaVinciFlowPolicyEventsCollectionLinks) LogValue ¶

func (DaVinciFlowPolicyEventsCollectionLinks) MarshalJSON ¶

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

func (*DaVinciFlowPolicyEventsCollectionLinks) SetEnvironment ¶

SetEnvironment sets field value

func (*DaVinciFlowPolicyEventsCollectionLinks) SetSelf ¶

SetSelf sets field value

func (DaVinciFlowPolicyEventsCollectionLinks) ToMap ¶

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

func (*DaVinciFlowPolicyEventsCollectionLinks) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyEventsCollectionLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyReplaceRequest ¶

type DaVinciFlowPolicyReplaceRequest struct {
	Name                 string                                            `json:"name" validate:"regexp=^(?=\\\\S)[\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_ -]*(?!.*((<)|(\\\\$\\\\{)))"`
	FlowDistributions    []DaVinciFlowPolicyReplaceRequestFlowDistribution `json:"flowDistributions,omitempty"`
	Status               *DaVinciFlowPolicyReplaceRequestStatus            `json:"status,omitempty"`
	Trigger              *DaVinciFlowPolicyReplaceRequestTrigger           `json:"trigger,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyReplaceRequest struct for DaVinciFlowPolicyReplaceRequest

func NewDaVinciFlowPolicyReplaceRequest ¶

func NewDaVinciFlowPolicyReplaceRequest(name string) *DaVinciFlowPolicyReplaceRequest

NewDaVinciFlowPolicyReplaceRequest instantiates a new DaVinciFlowPolicyReplaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyReplaceRequestWithDefaults ¶

func NewDaVinciFlowPolicyReplaceRequestWithDefaults() *DaVinciFlowPolicyReplaceRequest

NewDaVinciFlowPolicyReplaceRequestWithDefaults instantiates a new DaVinciFlowPolicyReplaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyReplaceRequest) GetFlowDistributions ¶

GetFlowDistributions returns the FlowDistributions field value if set, zero value otherwise.

func (*DaVinciFlowPolicyReplaceRequest) GetFlowDistributionsOk ¶

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

func (*DaVinciFlowPolicyReplaceRequest) GetName ¶

GetName returns the Name field value

func (*DaVinciFlowPolicyReplaceRequest) GetNameOk ¶

func (o *DaVinciFlowPolicyReplaceRequest) GetNameOk() (*string, bool)

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

func (*DaVinciFlowPolicyReplaceRequest) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*DaVinciFlowPolicyReplaceRequest) GetStatusOk ¶

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

func (*DaVinciFlowPolicyReplaceRequest) GetTrigger ¶

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*DaVinciFlowPolicyReplaceRequest) GetTriggerOk ¶

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

func (*DaVinciFlowPolicyReplaceRequest) HasFlowDistributions ¶

func (o *DaVinciFlowPolicyReplaceRequest) HasFlowDistributions() bool

HasFlowDistributions returns a boolean if a field has been set.

func (*DaVinciFlowPolicyReplaceRequest) HasStatus ¶

func (o *DaVinciFlowPolicyReplaceRequest) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*DaVinciFlowPolicyReplaceRequest) HasTrigger ¶

func (o *DaVinciFlowPolicyReplaceRequest) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (DaVinciFlowPolicyReplaceRequest) LogValue ¶

func (DaVinciFlowPolicyReplaceRequest) MarshalJSON ¶

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

func (*DaVinciFlowPolicyReplaceRequest) SetFlowDistributions ¶

SetFlowDistributions gets a reference to the given []DaVinciFlowPolicyReplaceRequestFlowDistribution and assigns it to the FlowDistributions field.

func (*DaVinciFlowPolicyReplaceRequest) SetName ¶

SetName sets field value

func (*DaVinciFlowPolicyReplaceRequest) SetStatus ¶

SetStatus gets a reference to the given DaVinciFlowPolicyReplaceRequestStatus and assigns it to the Status field.

func (*DaVinciFlowPolicyReplaceRequest) SetTrigger ¶

SetTrigger gets a reference to the given DaVinciFlowPolicyReplaceRequestTrigger and assigns it to the Trigger field.

func (DaVinciFlowPolicyReplaceRequest) ToMap ¶

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

func (*DaVinciFlowPolicyReplaceRequest) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyReplaceRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyReplaceRequestFlowDistribution ¶

type DaVinciFlowPolicyReplaceRequestFlowDistribution struct {
	Id                   string                                                       `json:"id"`
	Version              float32                                                      `json:"version"`
	Ip                   []string                                                     `json:"ip,omitempty"`
	SuccessNodes         []DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode `json:"successNodes,omitempty"`
	Weight               *float32                                                     `json:"weight,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyReplaceRequestFlowDistribution struct for DaVinciFlowPolicyReplaceRequestFlowDistribution

func NewDaVinciFlowPolicyReplaceRequestFlowDistribution ¶

func NewDaVinciFlowPolicyReplaceRequestFlowDistribution(id string, version float32) *DaVinciFlowPolicyReplaceRequestFlowDistribution

NewDaVinciFlowPolicyReplaceRequestFlowDistribution instantiates a new DaVinciFlowPolicyReplaceRequestFlowDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyReplaceRequestFlowDistributionWithDefaults ¶

func NewDaVinciFlowPolicyReplaceRequestFlowDistributionWithDefaults() *DaVinciFlowPolicyReplaceRequestFlowDistribution

NewDaVinciFlowPolicyReplaceRequestFlowDistributionWithDefaults instantiates a new DaVinciFlowPolicyReplaceRequestFlowDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetId ¶

GetId returns the Id field value

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetIdOk ¶

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

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetIp ¶

GetIp returns the Ip field value if set, zero value otherwise.

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetIpOk ¶

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

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetSuccessNodes ¶

GetSuccessNodes returns the SuccessNodes field value if set, zero value otherwise.

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetSuccessNodesOk ¶

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

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetVersion ¶

GetVersion returns the Version field value

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetVersionOk ¶

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

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetWeight ¶

GetWeight returns the Weight field value if set, zero value otherwise.

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetWeightOk ¶

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

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) HasIp ¶

HasIp returns a boolean if a field has been set.

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) HasSuccessNodes ¶

HasSuccessNodes returns a boolean if a field has been set.

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) HasWeight ¶

HasWeight returns a boolean if a field has been set.

func (DaVinciFlowPolicyReplaceRequestFlowDistribution) LogValue ¶

func (DaVinciFlowPolicyReplaceRequestFlowDistribution) MarshalJSON ¶

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) SetId ¶

SetId sets field value

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) SetIp ¶

SetIp gets a reference to the given []string and assigns it to the Ip field.

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) SetSuccessNodes ¶

SetSuccessNodes gets a reference to the given []DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode and assigns it to the SuccessNodes field.

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) SetVersion ¶

SetVersion sets field value

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) SetWeight ¶

SetWeight gets a reference to the given float32 and assigns it to the Weight field.

func (DaVinciFlowPolicyReplaceRequestFlowDistribution) ToMap ¶

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

func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode ¶

type DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode struct {
	Id                   string `json:"id" validate:"regexp=^[a-zA-Z0-9]+$"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode struct for DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode

func NewDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode ¶

func NewDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode(id string) *DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode

NewDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode instantiates a new DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNodeWithDefaults ¶

func NewDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNodeWithDefaults() *DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode

NewDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNodeWithDefaults instantiates a new DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) GetId ¶

GetId returns the Id field value

func (*DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) GetIdOk ¶

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

func (DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) LogValue ¶

func (DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) MarshalJSON ¶

func (*DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) SetId ¶

SetId sets field value

func (DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) ToMap ¶

func (*DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) UnmarshalJSON ¶

type DaVinciFlowPolicyReplaceRequestStatus ¶

type DaVinciFlowPolicyReplaceRequestStatus string

DaVinciFlowPolicyReplaceRequestStatus the model 'DaVinciFlowPolicyReplaceRequestStatus'

const (
	DAVINCIFLOWPOLICYREPLACEREQUESTSTATUS_DISABLED DaVinciFlowPolicyReplaceRequestStatus = "disabled"
	DAVINCIFLOWPOLICYREPLACEREQUESTSTATUS_ENABLED  DaVinciFlowPolicyReplaceRequestStatus = "enabled"
)

List of DaVinci_Flow_Policy_Replace_Request_Status

func NewDaVinciFlowPolicyReplaceRequestStatusFromValue ¶

func NewDaVinciFlowPolicyReplaceRequestStatusFromValue(v string) (*DaVinciFlowPolicyReplaceRequestStatus, error)

NewDaVinciFlowPolicyReplaceRequestStatusFromValue returns a pointer to a valid DaVinciFlowPolicyReplaceRequestStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowPolicyReplaceRequestStatus) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowPolicyReplaceRequestStatus) Ptr ¶

Ptr returns reference to DaVinci_Flow_Policy_Replace_Request_Status value

func (*DaVinciFlowPolicyReplaceRequestStatus) UnmarshalJSON ¶

func (v *DaVinciFlowPolicyReplaceRequestStatus) UnmarshalJSON(src []byte) error

type DaVinciFlowPolicyReplaceRequestTrigger ¶

type DaVinciFlowPolicyReplaceRequestTrigger struct {
	Configuration        *DaVinciFlowPolicyReplaceRequestTriggerConfiguration `json:"configuration,omitempty"`
	Type                 *DaVinciFlowPolicyReplaceRequestTriggerType          `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyReplaceRequestTrigger struct for DaVinciFlowPolicyReplaceRequestTrigger

func NewDaVinciFlowPolicyReplaceRequestTrigger ¶

func NewDaVinciFlowPolicyReplaceRequestTrigger() *DaVinciFlowPolicyReplaceRequestTrigger

NewDaVinciFlowPolicyReplaceRequestTrigger instantiates a new DaVinciFlowPolicyReplaceRequestTrigger object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyReplaceRequestTriggerWithDefaults ¶

func NewDaVinciFlowPolicyReplaceRequestTriggerWithDefaults() *DaVinciFlowPolicyReplaceRequestTrigger

NewDaVinciFlowPolicyReplaceRequestTriggerWithDefaults instantiates a new DaVinciFlowPolicyReplaceRequestTrigger object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyReplaceRequestTrigger) GetConfiguration ¶

GetConfiguration returns the Configuration field value if set, zero value otherwise.

func (*DaVinciFlowPolicyReplaceRequestTrigger) GetConfigurationOk ¶

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

func (*DaVinciFlowPolicyReplaceRequestTrigger) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*DaVinciFlowPolicyReplaceRequestTrigger) GetTypeOk ¶

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

func (*DaVinciFlowPolicyReplaceRequestTrigger) HasConfiguration ¶

func (o *DaVinciFlowPolicyReplaceRequestTrigger) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

func (*DaVinciFlowPolicyReplaceRequestTrigger) HasType ¶

HasType returns a boolean if a field has been set.

func (DaVinciFlowPolicyReplaceRequestTrigger) LogValue ¶

func (DaVinciFlowPolicyReplaceRequestTrigger) MarshalJSON ¶

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

func (*DaVinciFlowPolicyReplaceRequestTrigger) SetConfiguration ¶

SetConfiguration gets a reference to the given DaVinciFlowPolicyReplaceRequestTriggerConfiguration and assigns it to the Configuration field.

func (*DaVinciFlowPolicyReplaceRequestTrigger) SetType ¶

SetType gets a reference to the given DaVinciFlowPolicyReplaceRequestTriggerType and assigns it to the Type field.

func (DaVinciFlowPolicyReplaceRequestTrigger) ToMap ¶

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

func (*DaVinciFlowPolicyReplaceRequestTrigger) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyReplaceRequestTrigger) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyReplaceRequestTriggerConfiguration ¶

type DaVinciFlowPolicyReplaceRequestTriggerConfiguration struct {
	Mfa                  *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA      `json:"mfa,omitempty"`
	Pwd                  *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword `json:"pwd,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyReplaceRequestTriggerConfiguration struct for DaVinciFlowPolicyReplaceRequestTriggerConfiguration

func NewDaVinciFlowPolicyReplaceRequestTriggerConfiguration ¶

func NewDaVinciFlowPolicyReplaceRequestTriggerConfiguration() *DaVinciFlowPolicyReplaceRequestTriggerConfiguration

NewDaVinciFlowPolicyReplaceRequestTriggerConfiguration instantiates a new DaVinciFlowPolicyReplaceRequestTriggerConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyReplaceRequestTriggerConfigurationWithDefaults ¶

func NewDaVinciFlowPolicyReplaceRequestTriggerConfigurationWithDefaults() *DaVinciFlowPolicyReplaceRequestTriggerConfiguration

NewDaVinciFlowPolicyReplaceRequestTriggerConfigurationWithDefaults instantiates a new DaVinciFlowPolicyReplaceRequestTriggerConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration) GetMfa ¶

GetMfa returns the Mfa field value if set, zero value otherwise.

func (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration) GetMfaOk ¶

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

func (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration) GetPwd ¶

GetPwd returns the Pwd field value if set, zero value otherwise.

func (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration) GetPwdOk ¶

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

func (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration) HasMfa ¶

HasMfa returns a boolean if a field has been set.

func (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration) HasPwd ¶

HasPwd returns a boolean if a field has been set.

func (DaVinciFlowPolicyReplaceRequestTriggerConfiguration) LogValue ¶

func (DaVinciFlowPolicyReplaceRequestTriggerConfiguration) MarshalJSON ¶

func (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration) SetMfa ¶

SetMfa gets a reference to the given DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA and assigns it to the Mfa field.

func (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration) SetPwd ¶

SetPwd gets a reference to the given DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword and assigns it to the Pwd field.

func (DaVinciFlowPolicyReplaceRequestTriggerConfiguration) ToMap ¶

func (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA ¶

type DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA struct {
	Enabled              *bool    `json:"enabled,omitempty"`
	Time                 *float32 `json:"time,omitempty"`
	TimeFormat           *string  `json:"timeFormat,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA struct for DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA

func NewDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA ¶

func NewDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA() *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA

NewDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA instantiates a new DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFAWithDefaults ¶

func NewDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFAWithDefaults() *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA

NewDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFAWithDefaults instantiates a new DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetEnabled ¶

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

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetEnabledOk ¶

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

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetTime ¶

GetTime returns the Time field value if set, zero value otherwise.

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetTimeFormat ¶

GetTimeFormat returns the TimeFormat field value if set, zero value otherwise.

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetTimeFormatOk ¶

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

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetTimeOk ¶

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

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) HasTime ¶

HasTime returns a boolean if a field has been set.

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) HasTimeFormat ¶

HasTimeFormat returns a boolean if a field has been set.

func (DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) LogValue ¶

func (DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) MarshalJSON ¶

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) SetEnabled ¶

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

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) SetTime ¶

SetTime gets a reference to the given float32 and assigns it to the Time field.

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) SetTimeFormat ¶

SetTimeFormat gets a reference to the given string and assigns it to the TimeFormat field.

func (DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) ToMap ¶

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword ¶

type DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword struct {
	Enabled              *bool    `json:"enabled,omitempty"`
	Time                 *float32 `json:"time,omitempty"`
	TimeFormat           *string  `json:"timeFormat,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword struct for DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword

func NewDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword ¶

func NewDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword() *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword

NewDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword instantiates a new DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyReplaceRequestTriggerConfigurationPasswordWithDefaults ¶

func NewDaVinciFlowPolicyReplaceRequestTriggerConfigurationPasswordWithDefaults() *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword

NewDaVinciFlowPolicyReplaceRequestTriggerConfigurationPasswordWithDefaults instantiates a new DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetEnabled ¶

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

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetEnabledOk ¶

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

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetTime ¶

GetTime returns the Time field value if set, zero value otherwise.

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetTimeFormat ¶

GetTimeFormat returns the TimeFormat field value if set, zero value otherwise.

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetTimeFormatOk ¶

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

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetTimeOk ¶

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

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) HasTime ¶

HasTime returns a boolean if a field has been set.

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) HasTimeFormat ¶

HasTimeFormat returns a boolean if a field has been set.

func (DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) LogValue ¶

func (DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) MarshalJSON ¶

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) SetEnabled ¶

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

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) SetTime ¶

SetTime gets a reference to the given float32 and assigns it to the Time field.

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) SetTimeFormat ¶

SetTimeFormat gets a reference to the given string and assigns it to the TimeFormat field.

func (DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) ToMap ¶

func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) UnmarshalJSON ¶

type DaVinciFlowPolicyReplaceRequestTriggerType ¶

type DaVinciFlowPolicyReplaceRequestTriggerType string

DaVinciFlowPolicyReplaceRequestTriggerType the model 'DaVinciFlowPolicyReplaceRequestTriggerType'

const (
	DAVINCIFLOWPOLICYREPLACEREQUESTTRIGGERTYPE_AUTHENTICATION DaVinciFlowPolicyReplaceRequestTriggerType = "AUTHENTICATION"
)

List of DaVinci_Flow_Policy_Replace_Request_Trigger_Type

func NewDaVinciFlowPolicyReplaceRequestTriggerTypeFromValue ¶

func NewDaVinciFlowPolicyReplaceRequestTriggerTypeFromValue(v string) (*DaVinciFlowPolicyReplaceRequestTriggerType, error)

NewDaVinciFlowPolicyReplaceRequestTriggerTypeFromValue returns a pointer to a valid DaVinciFlowPolicyReplaceRequestTriggerType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowPolicyReplaceRequestTriggerType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowPolicyReplaceRequestTriggerType) Ptr ¶

Ptr returns reference to DaVinci_Flow_Policy_Replace_Request_Trigger_Type value

func (*DaVinciFlowPolicyReplaceRequestTriggerType) UnmarshalJSON ¶

func (v *DaVinciFlowPolicyReplaceRequestTriggerType) UnmarshalJSON(src []byte) error

type DaVinciFlowPolicyResponse ¶

type DaVinciFlowPolicyResponse struct {
	Links                DaVinciFlowPolicyResponseLinks              `json:"_links"`
	Environment          ResourceRelationshipReadOnly                `json:"environment"`
	FlowDistributions    []DaVinciFlowPolicyResponseFlowDistribution `json:"flowDistributions"`
	Id                   string                                      `json:"id"`
	Name                 string                                      `json:"name"`
	Status               DaVinciFlowPolicyResponseStatus             `json:"status"`
	Application          *ResourceRelationshipDaVinciReadOnly        `json:"application,omitempty"`
	CreatedAt            *time.Time                                  `json:"createdAt,omitempty"`
	Trigger              *DaVinciFlowPolicyResponseTrigger           `json:"trigger,omitempty"`
	UpdatedAt            *time.Time                                  `json:"updatedAt,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyResponse struct for DaVinciFlowPolicyResponse

func NewDaVinciFlowPolicyResponse ¶

NewDaVinciFlowPolicyResponse instantiates a new DaVinciFlowPolicyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyResponseWithDefaults ¶

func NewDaVinciFlowPolicyResponseWithDefaults() *DaVinciFlowPolicyResponse

NewDaVinciFlowPolicyResponseWithDefaults instantiates a new DaVinciFlowPolicyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyResponse) GetApplication ¶ added in v0.1.1

GetApplication returns the Application field value if set, zero value otherwise.

func (*DaVinciFlowPolicyResponse) GetApplicationOk ¶ added in v0.1.1

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

func (*DaVinciFlowPolicyResponse) GetCreatedAt ¶

func (o *DaVinciFlowPolicyResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*DaVinciFlowPolicyResponse) GetCreatedAtOk ¶

func (o *DaVinciFlowPolicyResponse) GetCreatedAtOk() (*time.Time, bool)

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

func (*DaVinciFlowPolicyResponse) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*DaVinciFlowPolicyResponse) GetEnvironmentOk ¶

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

func (*DaVinciFlowPolicyResponse) GetFlowDistributions ¶

GetFlowDistributions returns the FlowDistributions field value

func (*DaVinciFlowPolicyResponse) GetFlowDistributionsOk ¶

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

func (*DaVinciFlowPolicyResponse) GetId ¶

func (o *DaVinciFlowPolicyResponse) GetId() string

GetId returns the Id field value

func (*DaVinciFlowPolicyResponse) GetIdOk ¶

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

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

GetLinks returns the Links field value

func (*DaVinciFlowPolicyResponse) GetLinksOk ¶

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

func (*DaVinciFlowPolicyResponse) GetName ¶

func (o *DaVinciFlowPolicyResponse) GetName() string

GetName returns the Name field value

func (*DaVinciFlowPolicyResponse) GetNameOk ¶

func (o *DaVinciFlowPolicyResponse) GetNameOk() (*string, bool)

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

func (*DaVinciFlowPolicyResponse) GetStatus ¶

GetStatus returns the Status field value

func (*DaVinciFlowPolicyResponse) GetStatusOk ¶

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

func (*DaVinciFlowPolicyResponse) GetTrigger ¶

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*DaVinciFlowPolicyResponse) GetTriggerOk ¶

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

func (*DaVinciFlowPolicyResponse) GetUpdatedAt ¶

func (o *DaVinciFlowPolicyResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*DaVinciFlowPolicyResponse) GetUpdatedAtOk ¶

func (o *DaVinciFlowPolicyResponse) GetUpdatedAtOk() (*time.Time, bool)

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

func (*DaVinciFlowPolicyResponse) HasApplication ¶ added in v0.1.1

func (o *DaVinciFlowPolicyResponse) HasApplication() bool

HasApplication returns a boolean if a field has been set.

func (*DaVinciFlowPolicyResponse) HasCreatedAt ¶

func (o *DaVinciFlowPolicyResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*DaVinciFlowPolicyResponse) HasTrigger ¶

func (o *DaVinciFlowPolicyResponse) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (*DaVinciFlowPolicyResponse) HasUpdatedAt ¶

func (o *DaVinciFlowPolicyResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (DaVinciFlowPolicyResponse) LogValue ¶

func (o DaVinciFlowPolicyResponse) LogValue() slog.Value

func (DaVinciFlowPolicyResponse) MarshalJSON ¶

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

func (*DaVinciFlowPolicyResponse) SetApplication ¶ added in v0.1.1

SetApplication gets a reference to the given ResourceRelationshipDaVinciReadOnly and assigns it to the Application field.

func (*DaVinciFlowPolicyResponse) SetCreatedAt ¶

func (o *DaVinciFlowPolicyResponse) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*DaVinciFlowPolicyResponse) SetEnvironment ¶

SetEnvironment sets field value

func (*DaVinciFlowPolicyResponse) SetFlowDistributions ¶

SetFlowDistributions sets field value

func (*DaVinciFlowPolicyResponse) SetId ¶

func (o *DaVinciFlowPolicyResponse) SetId(v string)

SetId sets field value

SetLinks sets field value

func (*DaVinciFlowPolicyResponse) SetName ¶

func (o *DaVinciFlowPolicyResponse) SetName(v string)

SetName sets field value

func (*DaVinciFlowPolicyResponse) SetStatus ¶

SetStatus sets field value

func (*DaVinciFlowPolicyResponse) SetTrigger ¶

SetTrigger gets a reference to the given DaVinciFlowPolicyResponseTrigger and assigns it to the Trigger field.

func (*DaVinciFlowPolicyResponse) SetUpdatedAt ¶

func (o *DaVinciFlowPolicyResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (DaVinciFlowPolicyResponse) ToMap ¶

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

func (*DaVinciFlowPolicyResponse) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyResponseFlowDistribution ¶

type DaVinciFlowPolicyResponseFlowDistribution struct {
	Id                   string                                                 `json:"id"`
	Version              float32                                                `json:"version"`
	Ip                   []string                                               `json:"ip,omitempty"`
	SuccessNodes         []DaVinciFlowPolicyResponseFlowDistributionSuccessNode `json:"successNodes,omitempty"`
	Weight               *float32                                               `json:"weight,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyResponseFlowDistribution struct for DaVinciFlowPolicyResponseFlowDistribution

func NewDaVinciFlowPolicyResponseFlowDistribution ¶

func NewDaVinciFlowPolicyResponseFlowDistribution(id string, version float32) *DaVinciFlowPolicyResponseFlowDistribution

NewDaVinciFlowPolicyResponseFlowDistribution instantiates a new DaVinciFlowPolicyResponseFlowDistribution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyResponseFlowDistributionWithDefaults ¶

func NewDaVinciFlowPolicyResponseFlowDistributionWithDefaults() *DaVinciFlowPolicyResponseFlowDistribution

NewDaVinciFlowPolicyResponseFlowDistributionWithDefaults instantiates a new DaVinciFlowPolicyResponseFlowDistribution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyResponseFlowDistribution) GetId ¶

GetId returns the Id field value

func (*DaVinciFlowPolicyResponseFlowDistribution) GetIdOk ¶

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

func (*DaVinciFlowPolicyResponseFlowDistribution) GetIp ¶

GetIp returns the Ip field value if set, zero value otherwise.

func (*DaVinciFlowPolicyResponseFlowDistribution) GetIpOk ¶

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

func (*DaVinciFlowPolicyResponseFlowDistribution) GetSuccessNodes ¶

GetSuccessNodes returns the SuccessNodes field value if set, zero value otherwise.

func (*DaVinciFlowPolicyResponseFlowDistribution) GetSuccessNodesOk ¶

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

func (*DaVinciFlowPolicyResponseFlowDistribution) GetVersion ¶

GetVersion returns the Version field value

func (*DaVinciFlowPolicyResponseFlowDistribution) GetVersionOk ¶

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

func (*DaVinciFlowPolicyResponseFlowDistribution) GetWeight ¶

GetWeight returns the Weight field value if set, zero value otherwise.

func (*DaVinciFlowPolicyResponseFlowDistribution) GetWeightOk ¶

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

func (*DaVinciFlowPolicyResponseFlowDistribution) HasIp ¶

HasIp returns a boolean if a field has been set.

func (*DaVinciFlowPolicyResponseFlowDistribution) HasSuccessNodes ¶

func (o *DaVinciFlowPolicyResponseFlowDistribution) HasSuccessNodes() bool

HasSuccessNodes returns a boolean if a field has been set.

func (*DaVinciFlowPolicyResponseFlowDistribution) HasWeight ¶

HasWeight returns a boolean if a field has been set.

func (DaVinciFlowPolicyResponseFlowDistribution) LogValue ¶

func (DaVinciFlowPolicyResponseFlowDistribution) MarshalJSON ¶

func (*DaVinciFlowPolicyResponseFlowDistribution) SetId ¶

SetId sets field value

func (*DaVinciFlowPolicyResponseFlowDistribution) SetIp ¶

SetIp gets a reference to the given []string and assigns it to the Ip field.

func (*DaVinciFlowPolicyResponseFlowDistribution) SetSuccessNodes ¶

SetSuccessNodes gets a reference to the given []DaVinciFlowPolicyResponseFlowDistributionSuccessNode and assigns it to the SuccessNodes field.

func (*DaVinciFlowPolicyResponseFlowDistribution) SetVersion ¶

SetVersion sets field value

func (*DaVinciFlowPolicyResponseFlowDistribution) SetWeight ¶

SetWeight gets a reference to the given float32 and assigns it to the Weight field.

func (DaVinciFlowPolicyResponseFlowDistribution) ToMap ¶

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

func (*DaVinciFlowPolicyResponseFlowDistribution) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyResponseFlowDistribution) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyResponseFlowDistributionSuccessNode ¶

type DaVinciFlowPolicyResponseFlowDistributionSuccessNode struct {
	Id                   string `json:"id"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyResponseFlowDistributionSuccessNode struct for DaVinciFlowPolicyResponseFlowDistributionSuccessNode

func NewDaVinciFlowPolicyResponseFlowDistributionSuccessNode ¶

func NewDaVinciFlowPolicyResponseFlowDistributionSuccessNode(id string) *DaVinciFlowPolicyResponseFlowDistributionSuccessNode

NewDaVinciFlowPolicyResponseFlowDistributionSuccessNode instantiates a new DaVinciFlowPolicyResponseFlowDistributionSuccessNode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyResponseFlowDistributionSuccessNodeWithDefaults ¶

func NewDaVinciFlowPolicyResponseFlowDistributionSuccessNodeWithDefaults() *DaVinciFlowPolicyResponseFlowDistributionSuccessNode

NewDaVinciFlowPolicyResponseFlowDistributionSuccessNodeWithDefaults instantiates a new DaVinciFlowPolicyResponseFlowDistributionSuccessNode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyResponseFlowDistributionSuccessNode) GetId ¶

GetId returns the Id field value

func (*DaVinciFlowPolicyResponseFlowDistributionSuccessNode) GetIdOk ¶

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

func (DaVinciFlowPolicyResponseFlowDistributionSuccessNode) LogValue ¶

func (DaVinciFlowPolicyResponseFlowDistributionSuccessNode) MarshalJSON ¶

func (*DaVinciFlowPolicyResponseFlowDistributionSuccessNode) SetId ¶

SetId sets field value

func (DaVinciFlowPolicyResponseFlowDistributionSuccessNode) ToMap ¶

func (*DaVinciFlowPolicyResponseFlowDistributionSuccessNode) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyResponseFlowDistributionSuccessNode) UnmarshalJSON(data []byte) (err error)
type DaVinciFlowPolicyResponseLinks struct {
	Self                 JSONHALLink  `json:"self"`
	Environment          JSONHALLink  `json:"environment"`
	DavinciApplication   JSONHALLink  `json:"davinciApplication"`
	FlowIndex            *JSONHALLink `json:"flow.<index>,omitempty"`
	VersionFlowIdIndex   *JSONHALLink `json:"version.<flowId>.<index>,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyResponseLinks struct for DaVinciFlowPolicyResponseLinks

func NewDaVinciFlowPolicyResponseLinks(self JSONHALLink, environment JSONHALLink, davinciApplication JSONHALLink) *DaVinciFlowPolicyResponseLinks

NewDaVinciFlowPolicyResponseLinks instantiates a new DaVinciFlowPolicyResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyResponseLinksWithDefaults ¶

func NewDaVinciFlowPolicyResponseLinksWithDefaults() *DaVinciFlowPolicyResponseLinks

NewDaVinciFlowPolicyResponseLinksWithDefaults instantiates a new DaVinciFlowPolicyResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyResponseLinks) GetDavinciApplication ¶ added in v0.1.1

func (o *DaVinciFlowPolicyResponseLinks) GetDavinciApplication() JSONHALLink

GetDavinciApplication returns the DavinciApplication field value

func (*DaVinciFlowPolicyResponseLinks) GetDavinciApplicationOk ¶ added in v0.1.1

func (o *DaVinciFlowPolicyResponseLinks) GetDavinciApplicationOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowPolicyResponseLinks) GetEnvironment ¶

func (o *DaVinciFlowPolicyResponseLinks) GetEnvironment() JSONHALLink

GetEnvironment returns the Environment field value

func (*DaVinciFlowPolicyResponseLinks) GetEnvironmentOk ¶

func (o *DaVinciFlowPolicyResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowPolicyResponseLinks) GetFlowIndex ¶

func (o *DaVinciFlowPolicyResponseLinks) GetFlowIndex() JSONHALLink

GetFlowIndex returns the FlowIndex field value if set, zero value otherwise.

func (*DaVinciFlowPolicyResponseLinks) GetFlowIndexOk ¶

func (o *DaVinciFlowPolicyResponseLinks) GetFlowIndexOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowPolicyResponseLinks) GetSelf ¶

GetSelf returns the Self field value

func (*DaVinciFlowPolicyResponseLinks) GetSelfOk ¶

func (o *DaVinciFlowPolicyResponseLinks) GetSelfOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowPolicyResponseLinks) GetVersionFlowIdIndex ¶

func (o *DaVinciFlowPolicyResponseLinks) GetVersionFlowIdIndex() JSONHALLink

GetVersionFlowIdIndex returns the VersionFlowIdIndex field value if set, zero value otherwise.

func (*DaVinciFlowPolicyResponseLinks) GetVersionFlowIdIndexOk ¶

func (o *DaVinciFlowPolicyResponseLinks) GetVersionFlowIdIndexOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowPolicyResponseLinks) HasFlowIndex ¶

func (o *DaVinciFlowPolicyResponseLinks) HasFlowIndex() bool

HasFlowIndex returns a boolean if a field has been set.

func (*DaVinciFlowPolicyResponseLinks) HasVersionFlowIdIndex ¶

func (o *DaVinciFlowPolicyResponseLinks) HasVersionFlowIdIndex() bool

HasVersionFlowIdIndex returns a boolean if a field has been set.

func (DaVinciFlowPolicyResponseLinks) LogValue ¶

func (DaVinciFlowPolicyResponseLinks) MarshalJSON ¶

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

func (*DaVinciFlowPolicyResponseLinks) SetDavinciApplication ¶ added in v0.1.1

func (o *DaVinciFlowPolicyResponseLinks) SetDavinciApplication(v JSONHALLink)

SetDavinciApplication sets field value

func (*DaVinciFlowPolicyResponseLinks) SetEnvironment ¶

func (o *DaVinciFlowPolicyResponseLinks) SetEnvironment(v JSONHALLink)

SetEnvironment sets field value

func (*DaVinciFlowPolicyResponseLinks) SetFlowIndex ¶

func (o *DaVinciFlowPolicyResponseLinks) SetFlowIndex(v JSONHALLink)

SetFlowIndex gets a reference to the given JSONHALLink and assigns it to the FlowIndex field.

func (*DaVinciFlowPolicyResponseLinks) SetSelf ¶

SetSelf sets field value

func (*DaVinciFlowPolicyResponseLinks) SetVersionFlowIdIndex ¶

func (o *DaVinciFlowPolicyResponseLinks) SetVersionFlowIdIndex(v JSONHALLink)

SetVersionFlowIdIndex gets a reference to the given JSONHALLink and assigns it to the VersionFlowIdIndex field.

func (DaVinciFlowPolicyResponseLinks) ToMap ¶

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

func (*DaVinciFlowPolicyResponseLinks) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyResponseStatus ¶

type DaVinciFlowPolicyResponseStatus string

DaVinciFlowPolicyResponseStatus the model 'DaVinciFlowPolicyResponseStatus'

const (
	DAVINCIFLOWPOLICYRESPONSESTATUS_DISABLED DaVinciFlowPolicyResponseStatus = "disabled"
	DAVINCIFLOWPOLICYRESPONSESTATUS_ENABLED  DaVinciFlowPolicyResponseStatus = "enabled"
)

List of DaVinci_Flow_Policy_Response_Status

func NewDaVinciFlowPolicyResponseStatusFromValue ¶

func NewDaVinciFlowPolicyResponseStatusFromValue(v string) (*DaVinciFlowPolicyResponseStatus, error)

NewDaVinciFlowPolicyResponseStatusFromValue returns a pointer to a valid DaVinciFlowPolicyResponseStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowPolicyResponseStatus) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowPolicyResponseStatus) Ptr ¶

Ptr returns reference to DaVinci_Flow_Policy_Response_Status value

func (*DaVinciFlowPolicyResponseStatus) UnmarshalJSON ¶

func (v *DaVinciFlowPolicyResponseStatus) UnmarshalJSON(src []byte) error

type DaVinciFlowPolicyResponseTrigger ¶

type DaVinciFlowPolicyResponseTrigger struct {
	Configuration        *DaVinciFlowPolicyResponseTriggerConfiguration `json:"configuration,omitempty"`
	Type                 *string                                        `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyResponseTrigger struct for DaVinciFlowPolicyResponseTrigger

func NewDaVinciFlowPolicyResponseTrigger ¶

func NewDaVinciFlowPolicyResponseTrigger() *DaVinciFlowPolicyResponseTrigger

NewDaVinciFlowPolicyResponseTrigger instantiates a new DaVinciFlowPolicyResponseTrigger object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyResponseTriggerWithDefaults ¶

func NewDaVinciFlowPolicyResponseTriggerWithDefaults() *DaVinciFlowPolicyResponseTrigger

NewDaVinciFlowPolicyResponseTriggerWithDefaults instantiates a new DaVinciFlowPolicyResponseTrigger object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyResponseTrigger) GetConfiguration ¶

GetConfiguration returns the Configuration field value if set, zero value otherwise.

func (*DaVinciFlowPolicyResponseTrigger) GetConfigurationOk ¶

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

func (*DaVinciFlowPolicyResponseTrigger) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*DaVinciFlowPolicyResponseTrigger) GetTypeOk ¶

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

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

func (*DaVinciFlowPolicyResponseTrigger) HasConfiguration ¶

func (o *DaVinciFlowPolicyResponseTrigger) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

func (*DaVinciFlowPolicyResponseTrigger) HasType ¶

HasType returns a boolean if a field has been set.

func (DaVinciFlowPolicyResponseTrigger) LogValue ¶

func (DaVinciFlowPolicyResponseTrigger) MarshalJSON ¶

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

func (*DaVinciFlowPolicyResponseTrigger) SetConfiguration ¶

SetConfiguration gets a reference to the given DaVinciFlowPolicyResponseTriggerConfiguration and assigns it to the Configuration field.

func (*DaVinciFlowPolicyResponseTrigger) SetType ¶

SetType gets a reference to the given string and assigns it to the Type field.

func (DaVinciFlowPolicyResponseTrigger) ToMap ¶

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

func (*DaVinciFlowPolicyResponseTrigger) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyResponseTrigger) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyResponseTriggerConfiguration ¶

type DaVinciFlowPolicyResponseTriggerConfiguration struct {
	Mfa                  DaVinciFlowPolicyResponseTriggerConfigurationMFA      `json:"mfa"`
	Pwd                  DaVinciFlowPolicyResponseTriggerConfigurationPassword `json:"pwd"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyResponseTriggerConfiguration struct for DaVinciFlowPolicyResponseTriggerConfiguration

func NewDaVinciFlowPolicyResponseTriggerConfiguration ¶

NewDaVinciFlowPolicyResponseTriggerConfiguration instantiates a new DaVinciFlowPolicyResponseTriggerConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyResponseTriggerConfigurationWithDefaults ¶

func NewDaVinciFlowPolicyResponseTriggerConfigurationWithDefaults() *DaVinciFlowPolicyResponseTriggerConfiguration

NewDaVinciFlowPolicyResponseTriggerConfigurationWithDefaults instantiates a new DaVinciFlowPolicyResponseTriggerConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyResponseTriggerConfiguration) GetMfa ¶

GetMfa returns the Mfa field value

func (*DaVinciFlowPolicyResponseTriggerConfiguration) GetMfaOk ¶

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

func (*DaVinciFlowPolicyResponseTriggerConfiguration) GetPwd ¶

GetPwd returns the Pwd field value

func (*DaVinciFlowPolicyResponseTriggerConfiguration) GetPwdOk ¶

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

func (DaVinciFlowPolicyResponseTriggerConfiguration) LogValue ¶

func (DaVinciFlowPolicyResponseTriggerConfiguration) MarshalJSON ¶

func (*DaVinciFlowPolicyResponseTriggerConfiguration) SetMfa ¶

SetMfa sets field value

func (*DaVinciFlowPolicyResponseTriggerConfiguration) SetPwd ¶

SetPwd sets field value

func (DaVinciFlowPolicyResponseTriggerConfiguration) ToMap ¶

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

func (*DaVinciFlowPolicyResponseTriggerConfiguration) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyResponseTriggerConfiguration) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyResponseTriggerConfigurationMFA ¶

type DaVinciFlowPolicyResponseTriggerConfigurationMFA struct {
	Enabled              bool    `json:"enabled"`
	Time                 float32 `json:"time"`
	TimeFormat           string  `json:"timeFormat"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyResponseTriggerConfigurationMFA struct for DaVinciFlowPolicyResponseTriggerConfigurationMFA

func NewDaVinciFlowPolicyResponseTriggerConfigurationMFA ¶

func NewDaVinciFlowPolicyResponseTriggerConfigurationMFA(enabled bool, time float32, timeFormat string) *DaVinciFlowPolicyResponseTriggerConfigurationMFA

NewDaVinciFlowPolicyResponseTriggerConfigurationMFA instantiates a new DaVinciFlowPolicyResponseTriggerConfigurationMFA object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyResponseTriggerConfigurationMFAWithDefaults ¶

func NewDaVinciFlowPolicyResponseTriggerConfigurationMFAWithDefaults() *DaVinciFlowPolicyResponseTriggerConfigurationMFA

NewDaVinciFlowPolicyResponseTriggerConfigurationMFAWithDefaults instantiates a new DaVinciFlowPolicyResponseTriggerConfigurationMFA object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetEnabled ¶

GetEnabled returns the Enabled field value

func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetEnabledOk ¶

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

func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTime ¶

GetTime returns the Time field value

func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTimeFormat ¶

GetTimeFormat returns the TimeFormat field value

func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTimeFormatOk ¶

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

func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTimeOk ¶

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

func (DaVinciFlowPolicyResponseTriggerConfigurationMFA) LogValue ¶

func (DaVinciFlowPolicyResponseTriggerConfigurationMFA) MarshalJSON ¶

func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) SetEnabled ¶

SetEnabled sets field value

func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) SetTime ¶

SetTime sets field value

func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) SetTimeFormat ¶

SetTimeFormat sets field value

func (DaVinciFlowPolicyResponseTriggerConfigurationMFA) ToMap ¶

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

func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyResponseTriggerConfigurationPassword ¶

type DaVinciFlowPolicyResponseTriggerConfigurationPassword struct {
	Enabled              bool    `json:"enabled"`
	Time                 float32 `json:"time"`
	TimeFormat           string  `json:"timeFormat"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyResponseTriggerConfigurationPassword struct for DaVinciFlowPolicyResponseTriggerConfigurationPassword

func NewDaVinciFlowPolicyResponseTriggerConfigurationPassword ¶

func NewDaVinciFlowPolicyResponseTriggerConfigurationPassword(enabled bool, time float32, timeFormat string) *DaVinciFlowPolicyResponseTriggerConfigurationPassword

NewDaVinciFlowPolicyResponseTriggerConfigurationPassword instantiates a new DaVinciFlowPolicyResponseTriggerConfigurationPassword object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyResponseTriggerConfigurationPasswordWithDefaults ¶

func NewDaVinciFlowPolicyResponseTriggerConfigurationPasswordWithDefaults() *DaVinciFlowPolicyResponseTriggerConfigurationPassword

NewDaVinciFlowPolicyResponseTriggerConfigurationPasswordWithDefaults instantiates a new DaVinciFlowPolicyResponseTriggerConfigurationPassword object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetEnabled ¶

GetEnabled returns the Enabled field value

func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetEnabledOk ¶

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

func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTime ¶

GetTime returns the Time field value

func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTimeFormat ¶

GetTimeFormat returns the TimeFormat field value

func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTimeFormatOk ¶

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

func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTimeOk ¶

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

func (DaVinciFlowPolicyResponseTriggerConfigurationPassword) LogValue ¶

func (DaVinciFlowPolicyResponseTriggerConfigurationPassword) MarshalJSON ¶

func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) SetEnabled ¶

SetEnabled sets field value

func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) SetTime ¶

SetTime sets field value

func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) SetTimeFormat ¶

SetTimeFormat sets field value

func (DaVinciFlowPolicyResponseTriggerConfigurationPassword) ToMap ¶

func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) UnmarshalJSON ¶

func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyTrigger ¶ added in v0.3.0

type DaVinciFlowPolicyTrigger struct {
	Type                 *DaVinciFlowPolicyTriggerType `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowPolicyTrigger struct for DaVinciFlowPolicyTrigger

func NewDaVinciFlowPolicyTrigger ¶ added in v0.3.0

func NewDaVinciFlowPolicyTrigger() *DaVinciFlowPolicyTrigger

NewDaVinciFlowPolicyTrigger instantiates a new DaVinciFlowPolicyTrigger object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowPolicyTriggerWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowPolicyTriggerWithDefaults() *DaVinciFlowPolicyTrigger

NewDaVinciFlowPolicyTriggerWithDefaults instantiates a new DaVinciFlowPolicyTrigger object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowPolicyTrigger) GetType ¶ added in v0.3.0

GetType returns the Type field value if set, zero value otherwise.

func (*DaVinciFlowPolicyTrigger) GetTypeOk ¶ added in v0.3.0

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

func (*DaVinciFlowPolicyTrigger) HasType ¶ added in v0.3.0

func (o *DaVinciFlowPolicyTrigger) HasType() bool

HasType returns a boolean if a field has been set.

func (DaVinciFlowPolicyTrigger) LogValue ¶ added in v0.3.0

func (o DaVinciFlowPolicyTrigger) LogValue() slog.Value

func (DaVinciFlowPolicyTrigger) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowPolicyTrigger) SetType ¶ added in v0.3.0

SetType gets a reference to the given DaVinciFlowPolicyTriggerType and assigns it to the Type field.

func (DaVinciFlowPolicyTrigger) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowPolicyTrigger) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowPolicyTrigger) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowPolicyTriggerType ¶ added in v0.3.0

type DaVinciFlowPolicyTriggerType string

DaVinciFlowPolicyTriggerType the model 'DaVinciFlowPolicyTriggerType'

const (
	DAVINCIFLOWPOLICYTRIGGERTYPE_AUTHENTICATION DaVinciFlowPolicyTriggerType = "AUTHENTICATION"
)

List of DaVinci_Flow_Policy_Trigger_Type

func NewDaVinciFlowPolicyTriggerTypeFromValue ¶ added in v0.3.0

func NewDaVinciFlowPolicyTriggerTypeFromValue(v string) (*DaVinciFlowPolicyTriggerType, error)

NewDaVinciFlowPolicyTriggerTypeFromValue returns a pointer to a valid DaVinciFlowPolicyTriggerType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowPolicyTriggerType) IsValid ¶ added in v0.3.0

func (v DaVinciFlowPolicyTriggerType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowPolicyTriggerType) Ptr ¶ added in v0.3.0

Ptr returns reference to DaVinci_Flow_Policy_Trigger_Type value

func (*DaVinciFlowPolicyTriggerType) UnmarshalJSON ¶ added in v0.3.0

func (v *DaVinciFlowPolicyTriggerType) UnmarshalJSON(src []byte) error

type DaVinciFlowReplaceRequest ¶ added in v0.3.0

type DaVinciFlowReplaceRequest struct {
	Name                 string                              `json:"name" validate:"regexp=^\\\\s*([\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_\\\\-\\\\[\\\\]]).?(?!.*((<)|(\\\\$\\\\{)))"`
	Color                *string                             `json:"color,omitempty"`
	Description          *string                             `json:"description,omitempty" validate:"regexp=^\\\\s*[\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_ -]*(?!.*((<)|(\\\\$\\\\{)))"`
	GraphData            *DaVinciFlowGraphDataRequest        `json:"graphData,omitempty"`
	InputSchema          []DaVinciFlowInputSchemaRequestItem `json:"inputSchema,omitempty"`
	OutputSchema         *DaVinciFlowOutputSchemaRequest     `json:"outputSchema,omitempty"`
	Settings             *DaVinciFlowSettingsRequest         `json:"settings,omitempty"`
	Trigger              *DaVinciFlowTriggerRequest          `json:"trigger,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowReplaceRequest struct for DaVinciFlowReplaceRequest

func NewDaVinciFlowReplaceRequest ¶ added in v0.3.0

func NewDaVinciFlowReplaceRequest(name string) *DaVinciFlowReplaceRequest

NewDaVinciFlowReplaceRequest instantiates a new DaVinciFlowReplaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowReplaceRequestWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowReplaceRequestWithDefaults() *DaVinciFlowReplaceRequest

NewDaVinciFlowReplaceRequestWithDefaults instantiates a new DaVinciFlowReplaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowReplaceRequest) GetColor ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) GetColor() string

GetColor returns the Color field value if set, zero value otherwise.

func (*DaVinciFlowReplaceRequest) GetColorOk ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) GetColorOk() (*string, bool)

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

func (*DaVinciFlowReplaceRequest) GetDescription ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) GetDescription() string

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

func (*DaVinciFlowReplaceRequest) GetDescriptionOk ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) GetDescriptionOk() (*string, bool)

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

func (*DaVinciFlowReplaceRequest) GetGraphData ¶ added in v0.3.0

GetGraphData returns the GraphData field value if set, zero value otherwise.

func (*DaVinciFlowReplaceRequest) GetGraphDataOk ¶ added in v0.3.0

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

func (*DaVinciFlowReplaceRequest) GetInputSchema ¶ added in v0.3.0

GetInputSchema returns the InputSchema field value if set, zero value otherwise.

func (*DaVinciFlowReplaceRequest) GetInputSchemaOk ¶ added in v0.3.0

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

func (*DaVinciFlowReplaceRequest) GetName ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) GetName() string

GetName returns the Name field value

func (*DaVinciFlowReplaceRequest) GetNameOk ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) GetNameOk() (*string, bool)

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

func (*DaVinciFlowReplaceRequest) GetOutputSchema ¶ added in v0.3.0

GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.

func (*DaVinciFlowReplaceRequest) GetOutputSchemaOk ¶ added in v0.3.0

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

func (*DaVinciFlowReplaceRequest) GetSettings ¶ added in v0.3.0

GetSettings returns the Settings field value if set, zero value otherwise.

func (*DaVinciFlowReplaceRequest) GetSettingsOk ¶ added in v0.3.0

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

func (*DaVinciFlowReplaceRequest) GetTrigger ¶ added in v0.3.0

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*DaVinciFlowReplaceRequest) GetTriggerOk ¶ added in v0.3.0

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

func (*DaVinciFlowReplaceRequest) HasColor ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*DaVinciFlowReplaceRequest) HasDescription ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DaVinciFlowReplaceRequest) HasGraphData ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) HasGraphData() bool

HasGraphData returns a boolean if a field has been set.

func (*DaVinciFlowReplaceRequest) HasInputSchema ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) HasInputSchema() bool

HasInputSchema returns a boolean if a field has been set.

func (*DaVinciFlowReplaceRequest) HasOutputSchema ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) HasOutputSchema() bool

HasOutputSchema returns a boolean if a field has been set.

func (*DaVinciFlowReplaceRequest) HasSettings ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (*DaVinciFlowReplaceRequest) HasTrigger ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (DaVinciFlowReplaceRequest) LogValue ¶ added in v0.3.0

func (o DaVinciFlowReplaceRequest) LogValue() slog.Value

func (DaVinciFlowReplaceRequest) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowReplaceRequest) SetColor ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) SetColor(v string)

SetColor gets a reference to the given string and assigns it to the Color field.

func (*DaVinciFlowReplaceRequest) SetDescription ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) SetDescription(v string)

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

func (*DaVinciFlowReplaceRequest) SetGraphData ¶ added in v0.3.0

SetGraphData gets a reference to the given DaVinciFlowGraphDataRequest and assigns it to the GraphData field.

func (*DaVinciFlowReplaceRequest) SetInputSchema ¶ added in v0.3.0

SetInputSchema gets a reference to the given []DaVinciFlowInputSchemaRequestItem and assigns it to the InputSchema field.

func (*DaVinciFlowReplaceRequest) SetName ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) SetName(v string)

SetName sets field value

func (*DaVinciFlowReplaceRequest) SetOutputSchema ¶ added in v0.3.0

SetOutputSchema gets a reference to the given DaVinciFlowOutputSchemaRequest and assigns it to the OutputSchema field.

func (*DaVinciFlowReplaceRequest) SetSettings ¶ added in v0.3.0

SetSettings gets a reference to the given DaVinciFlowSettingsRequest and assigns it to the Settings field.

func (*DaVinciFlowReplaceRequest) SetTrigger ¶ added in v0.3.0

SetTrigger gets a reference to the given DaVinciFlowTriggerRequest and assigns it to the Trigger field.

func (DaVinciFlowReplaceRequest) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowReplaceRequest) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowReplaceRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowResponse ¶ added in v0.3.0

type DaVinciFlowResponse struct {
	Links                DaVinciFlowResponseLinks              `json:"_links"`
	Environment          ResourceRelationshipReadOnly          `json:"environment"`
	Id                   string                                `json:"id"`
	Name                 string                                `json:"name"`
	Color                *string                               `json:"color,omitempty"`
	Connectors           []ResourceRelationshipDaVinciReadOnly `json:"connectors,omitempty"`
	CreatedAt            *time.Time                            `json:"createdAt,omitempty"`
	CurrentVersion       *float32                              `json:"currentVersion,omitempty"`
	DeployedAt           *time.Time                            `json:"deployedAt,omitempty"`
	Description          *string                               `json:"description,omitempty"`
	DvlinterErrorCount   *float32                              `json:"dvlinterErrorCount,omitempty"`
	DvlinterWarningCount *float32                              `json:"dvlinterWarningCount,omitempty"`
	Enabled              *bool                                 `json:"enabled,omitempty"`
	GraphData            *DaVinciFlowGraphDataResponse         `json:"graphData,omitempty"`
	InputSchema          []DaVinciFlowInputSchemaResponseItem  `json:"inputSchema,omitempty"`
	OutputSchema         *DaVinciFlowOutputSchemaResponse      `json:"outputSchema,omitempty"`
	PublishedVersion     *float32                              `json:"publishedVersion,omitempty"`
	Settings             *DaVinciFlowSettingsResponse          `json:"settings,omitempty"`
	Trigger              *DaVinciFlowTriggerResponse           `json:"trigger,omitempty"`
	UpdatedAt            *time.Time                            `json:"updatedAt,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowResponse struct for DaVinciFlowResponse

func NewDaVinciFlowResponse ¶ added in v0.3.0

func NewDaVinciFlowResponse(links DaVinciFlowResponseLinks, environment ResourceRelationshipReadOnly, id string, name string) *DaVinciFlowResponse

NewDaVinciFlowResponse instantiates a new DaVinciFlowResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowResponseWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowResponseWithDefaults() *DaVinciFlowResponse

NewDaVinciFlowResponseWithDefaults instantiates a new DaVinciFlowResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowResponse) GetColor ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetColor() string

GetColor returns the Color field value if set, zero value otherwise.

func (*DaVinciFlowResponse) GetColorOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetColorOk() (*string, bool)

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

func (*DaVinciFlowResponse) GetConnectors ¶ added in v0.3.0

GetConnectors returns the Connectors field value if set, zero value otherwise.

func (*DaVinciFlowResponse) GetConnectorsOk ¶ added in v0.3.0

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

func (*DaVinciFlowResponse) GetCreatedAt ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*DaVinciFlowResponse) GetCreatedAtOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetCreatedAtOk() (*time.Time, bool)

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

func (*DaVinciFlowResponse) GetCurrentVersion ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetCurrentVersion() float32

GetCurrentVersion returns the CurrentVersion field value if set, zero value otherwise.

func (*DaVinciFlowResponse) GetCurrentVersionOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetCurrentVersionOk() (*float32, bool)

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

func (*DaVinciFlowResponse) GetDeployedAt ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetDeployedAt() time.Time

GetDeployedAt returns the DeployedAt field value if set, zero value otherwise.

func (*DaVinciFlowResponse) GetDeployedAtOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetDeployedAtOk() (*time.Time, bool)

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

func (*DaVinciFlowResponse) GetDescription ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetDescription() string

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

func (*DaVinciFlowResponse) GetDescriptionOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetDescriptionOk() (*string, bool)

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

func (*DaVinciFlowResponse) GetDvlinterErrorCount ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetDvlinterErrorCount() float32

GetDvlinterErrorCount returns the DvlinterErrorCount field value if set, zero value otherwise.

func (*DaVinciFlowResponse) GetDvlinterErrorCountOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetDvlinterErrorCountOk() (*float32, bool)

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

func (*DaVinciFlowResponse) GetDvlinterWarningCount ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetDvlinterWarningCount() float32

GetDvlinterWarningCount returns the DvlinterWarningCount field value if set, zero value otherwise.

func (*DaVinciFlowResponse) GetDvlinterWarningCountOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetDvlinterWarningCountOk() (*float32, bool)

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

func (*DaVinciFlowResponse) GetEnabled ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetEnabled() bool

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

func (*DaVinciFlowResponse) GetEnabledOk ¶ added in v0.3.0

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

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

func (*DaVinciFlowResponse) GetEnvironment ¶ added in v0.3.0

GetEnvironment returns the Environment field value

func (*DaVinciFlowResponse) GetEnvironmentOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)

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

func (*DaVinciFlowResponse) GetGraphData ¶ added in v0.3.0

GetGraphData returns the GraphData field value if set, zero value otherwise.

func (*DaVinciFlowResponse) GetGraphDataOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetGraphDataOk() (*DaVinciFlowGraphDataResponse, bool)

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

func (*DaVinciFlowResponse) GetId ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetId() string

GetId returns the Id field value

func (*DaVinciFlowResponse) GetIdOk ¶ added in v0.3.0

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

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

func (*DaVinciFlowResponse) GetInputSchema ¶ added in v0.3.0

GetInputSchema returns the InputSchema field value if set, zero value otherwise.

func (*DaVinciFlowResponse) GetInputSchemaOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetInputSchemaOk() ([]DaVinciFlowInputSchemaResponseItem, bool)

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

GetLinks returns the Links field value

func (*DaVinciFlowResponse) GetLinksOk ¶ added in v0.3.0

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

func (*DaVinciFlowResponse) GetName ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetName() string

GetName returns the Name field value

func (*DaVinciFlowResponse) GetNameOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetNameOk() (*string, bool)

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

func (*DaVinciFlowResponse) GetOutputSchema ¶ added in v0.3.0

GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.

func (*DaVinciFlowResponse) GetOutputSchemaOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetOutputSchemaOk() (*DaVinciFlowOutputSchemaResponse, bool)

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

func (*DaVinciFlowResponse) GetPublishedVersion ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetPublishedVersion() float32

GetPublishedVersion returns the PublishedVersion field value if set, zero value otherwise.

func (*DaVinciFlowResponse) GetPublishedVersionOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetPublishedVersionOk() (*float32, bool)

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

func (*DaVinciFlowResponse) GetSettings ¶ added in v0.3.0

GetSettings returns the Settings field value if set, zero value otherwise.

func (*DaVinciFlowResponse) GetSettingsOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetSettingsOk() (*DaVinciFlowSettingsResponse, bool)

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

func (*DaVinciFlowResponse) GetTrigger ¶ added in v0.3.0

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*DaVinciFlowResponse) GetTriggerOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetTriggerOk() (*DaVinciFlowTriggerResponse, bool)

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

func (*DaVinciFlowResponse) GetUpdatedAt ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*DaVinciFlowResponse) GetUpdatedAtOk ¶ added in v0.3.0

func (o *DaVinciFlowResponse) GetUpdatedAtOk() (*time.Time, bool)

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

func (*DaVinciFlowResponse) HasColor ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*DaVinciFlowResponse) HasConnectors ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasConnectors() bool

HasConnectors returns a boolean if a field has been set.

func (*DaVinciFlowResponse) HasCreatedAt ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*DaVinciFlowResponse) HasCurrentVersion ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasCurrentVersion() bool

HasCurrentVersion returns a boolean if a field has been set.

func (*DaVinciFlowResponse) HasDeployedAt ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasDeployedAt() bool

HasDeployedAt returns a boolean if a field has been set.

func (*DaVinciFlowResponse) HasDescription ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DaVinciFlowResponse) HasDvlinterErrorCount ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasDvlinterErrorCount() bool

HasDvlinterErrorCount returns a boolean if a field has been set.

func (*DaVinciFlowResponse) HasDvlinterWarningCount ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasDvlinterWarningCount() bool

HasDvlinterWarningCount returns a boolean if a field has been set.

func (*DaVinciFlowResponse) HasEnabled ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*DaVinciFlowResponse) HasGraphData ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasGraphData() bool

HasGraphData returns a boolean if a field has been set.

func (*DaVinciFlowResponse) HasInputSchema ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasInputSchema() bool

HasInputSchema returns a boolean if a field has been set.

func (*DaVinciFlowResponse) HasOutputSchema ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasOutputSchema() bool

HasOutputSchema returns a boolean if a field has been set.

func (*DaVinciFlowResponse) HasPublishedVersion ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasPublishedVersion() bool

HasPublishedVersion returns a boolean if a field has been set.

func (*DaVinciFlowResponse) HasSettings ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (*DaVinciFlowResponse) HasTrigger ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (*DaVinciFlowResponse) HasUpdatedAt ¶ added in v0.3.0

func (o *DaVinciFlowResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (DaVinciFlowResponse) LogValue ¶ added in v0.3.0

func (o DaVinciFlowResponse) LogValue() slog.Value

func (DaVinciFlowResponse) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowResponse) SetColor ¶ added in v0.3.0

func (o *DaVinciFlowResponse) SetColor(v string)

SetColor gets a reference to the given string and assigns it to the Color field.

func (*DaVinciFlowResponse) SetConnectors ¶ added in v0.3.0

SetConnectors gets a reference to the given []ResourceRelationshipDaVinciReadOnly and assigns it to the Connectors field.

func (*DaVinciFlowResponse) SetCreatedAt ¶ added in v0.3.0

func (o *DaVinciFlowResponse) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*DaVinciFlowResponse) SetCurrentVersion ¶ added in v0.3.0

func (o *DaVinciFlowResponse) SetCurrentVersion(v float32)

SetCurrentVersion gets a reference to the given float32 and assigns it to the CurrentVersion field.

func (*DaVinciFlowResponse) SetDeployedAt ¶ added in v0.3.0

func (o *DaVinciFlowResponse) SetDeployedAt(v time.Time)

SetDeployedAt gets a reference to the given time.Time and assigns it to the DeployedAt field.

func (*DaVinciFlowResponse) SetDescription ¶ added in v0.3.0

func (o *DaVinciFlowResponse) SetDescription(v string)

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

func (*DaVinciFlowResponse) SetDvlinterErrorCount ¶ added in v0.3.0

func (o *DaVinciFlowResponse) SetDvlinterErrorCount(v float32)

SetDvlinterErrorCount gets a reference to the given float32 and assigns it to the DvlinterErrorCount field.

func (*DaVinciFlowResponse) SetDvlinterWarningCount ¶ added in v0.3.0

func (o *DaVinciFlowResponse) SetDvlinterWarningCount(v float32)

SetDvlinterWarningCount gets a reference to the given float32 and assigns it to the DvlinterWarningCount field.

func (*DaVinciFlowResponse) SetEnabled ¶ added in v0.3.0

func (o *DaVinciFlowResponse) SetEnabled(v bool)

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

func (*DaVinciFlowResponse) SetEnvironment ¶ added in v0.3.0

SetEnvironment sets field value

func (*DaVinciFlowResponse) SetGraphData ¶ added in v0.3.0

SetGraphData gets a reference to the given DaVinciFlowGraphDataResponse and assigns it to the GraphData field.

func (*DaVinciFlowResponse) SetId ¶ added in v0.3.0

func (o *DaVinciFlowResponse) SetId(v string)

SetId sets field value

func (*DaVinciFlowResponse) SetInputSchema ¶ added in v0.3.0

SetInputSchema gets a reference to the given []DaVinciFlowInputSchemaResponseItem and assigns it to the InputSchema field.

SetLinks sets field value

func (*DaVinciFlowResponse) SetName ¶ added in v0.3.0

func (o *DaVinciFlowResponse) SetName(v string)

SetName sets field value

func (*DaVinciFlowResponse) SetOutputSchema ¶ added in v0.3.0

SetOutputSchema gets a reference to the given DaVinciFlowOutputSchemaResponse and assigns it to the OutputSchema field.

func (*DaVinciFlowResponse) SetPublishedVersion ¶ added in v0.3.0

func (o *DaVinciFlowResponse) SetPublishedVersion(v float32)

SetPublishedVersion gets a reference to the given float32 and assigns it to the PublishedVersion field.

func (*DaVinciFlowResponse) SetSettings ¶ added in v0.3.0

SetSettings gets a reference to the given DaVinciFlowSettingsResponse and assigns it to the Settings field.

func (*DaVinciFlowResponse) SetTrigger ¶ added in v0.3.0

SetTrigger gets a reference to the given DaVinciFlowTriggerResponse and assigns it to the Trigger field.

func (*DaVinciFlowResponse) SetUpdatedAt ¶ added in v0.3.0

func (o *DaVinciFlowResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (DaVinciFlowResponse) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowResponse) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowResponse) UnmarshalJSON(data []byte) (err error)
type DaVinciFlowResponseLinks struct {
	Environment          JSONHALLink  `json:"environment"`
	Self                 JSONHALLink  `json:"self"`
	ConnectorInstances   JSONHALLink  `json:"connectorInstances"`
	Connectors           JSONHALLink  `json:"connectors"`
	FlowDeploy           JSONHALLink  `json:"flow.deploy"`
	FlowClone            JSONHALLink  `json:"flow.clone"`
	FlowEnabled          JSONHALLink  `json:"flow.enabled"`
	Version              JSONHALLink  `json:"version"`
	FlowValidate         *JSONHALLink `json:"flow.validate,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowResponseLinks struct for DaVinciFlowResponseLinks

func NewDaVinciFlowResponseLinks(environment JSONHALLink, self JSONHALLink, connectorInstances JSONHALLink, connectors JSONHALLink, flowDeploy JSONHALLink, flowClone JSONHALLink, flowEnabled JSONHALLink, version JSONHALLink) *DaVinciFlowResponseLinks

NewDaVinciFlowResponseLinks instantiates a new DaVinciFlowResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowResponseLinksWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowResponseLinksWithDefaults() *DaVinciFlowResponseLinks

NewDaVinciFlowResponseLinksWithDefaults instantiates a new DaVinciFlowResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowResponseLinks) GetConnectorInstances ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetConnectorInstances() JSONHALLink

GetConnectorInstances returns the ConnectorInstances field value

func (*DaVinciFlowResponseLinks) GetConnectorInstancesOk ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetConnectorInstancesOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowResponseLinks) GetConnectors ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetConnectors() JSONHALLink

GetConnectors returns the Connectors field value

func (*DaVinciFlowResponseLinks) GetConnectorsOk ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetConnectorsOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowResponseLinks) GetEnvironment ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetEnvironment() JSONHALLink

GetEnvironment returns the Environment field value

func (*DaVinciFlowResponseLinks) GetEnvironmentOk ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowResponseLinks) GetFlowClone ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetFlowClone() JSONHALLink

GetFlowClone returns the FlowClone field value

func (*DaVinciFlowResponseLinks) GetFlowCloneOk ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetFlowCloneOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowResponseLinks) GetFlowDeploy ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetFlowDeploy() JSONHALLink

GetFlowDeploy returns the FlowDeploy field value

func (*DaVinciFlowResponseLinks) GetFlowDeployOk ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetFlowDeployOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowResponseLinks) GetFlowEnabled ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetFlowEnabled() JSONHALLink

GetFlowEnabled returns the FlowEnabled field value

func (*DaVinciFlowResponseLinks) GetFlowEnabledOk ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetFlowEnabledOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowResponseLinks) GetFlowValidate ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetFlowValidate() JSONHALLink

GetFlowValidate returns the FlowValidate field value if set, zero value otherwise.

func (*DaVinciFlowResponseLinks) GetFlowValidateOk ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetFlowValidateOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowResponseLinks) GetSelf ¶ added in v0.3.0

GetSelf returns the Self field value

func (*DaVinciFlowResponseLinks) GetSelfOk ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetSelfOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowResponseLinks) GetVersion ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetVersion() JSONHALLink

GetVersion returns the Version field value

func (*DaVinciFlowResponseLinks) GetVersionOk ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) GetVersionOk() (*JSONHALLink, bool)

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

func (*DaVinciFlowResponseLinks) HasFlowValidate ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) HasFlowValidate() bool

HasFlowValidate returns a boolean if a field has been set.

func (DaVinciFlowResponseLinks) LogValue ¶ added in v0.3.0

func (o DaVinciFlowResponseLinks) LogValue() slog.Value

func (DaVinciFlowResponseLinks) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowResponseLinks) SetConnectorInstances ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) SetConnectorInstances(v JSONHALLink)

SetConnectorInstances sets field value

func (*DaVinciFlowResponseLinks) SetConnectors ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) SetConnectors(v JSONHALLink)

SetConnectors sets field value

func (*DaVinciFlowResponseLinks) SetEnvironment ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) SetEnvironment(v JSONHALLink)

SetEnvironment sets field value

func (*DaVinciFlowResponseLinks) SetFlowClone ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) SetFlowClone(v JSONHALLink)

SetFlowClone sets field value

func (*DaVinciFlowResponseLinks) SetFlowDeploy ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) SetFlowDeploy(v JSONHALLink)

SetFlowDeploy sets field value

func (*DaVinciFlowResponseLinks) SetFlowEnabled ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) SetFlowEnabled(v JSONHALLink)

SetFlowEnabled sets field value

func (*DaVinciFlowResponseLinks) SetFlowValidate ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) SetFlowValidate(v JSONHALLink)

SetFlowValidate gets a reference to the given JSONHALLink and assigns it to the FlowValidate field.

func (*DaVinciFlowResponseLinks) SetSelf ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) SetSelf(v JSONHALLink)

SetSelf sets field value

func (*DaVinciFlowResponseLinks) SetVersion ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) SetVersion(v JSONHALLink)

SetVersion sets field value

func (DaVinciFlowResponseLinks) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowSettingsRequest ¶ added in v0.3.0

type DaVinciFlowSettingsRequest struct {
	Csp                             *string                                                    `json:"csp,omitempty"`
	Css                             *string                                                    `json:"css,omitempty"`
	CssLinks                        []string                                                   `json:"cssLinks,omitempty"`
	CustomErrorScreenBrandLogoUrl   *string                                                    `json:"customErrorScreenBrandLogoUrl,omitempty"`
	CustomErrorShowFooter           *DaVinciFlowSettingsRequestCustomErrorShowFooter           `json:"customErrorShowFooter,omitempty"`
	CustomFaviconLink               *string                                                    `json:"customFaviconLink,omitempty"`
	CustomLogoURLSelection          *int32                                                     `json:"customLogoURLSelection,omitempty"`
	CustomTitle                     *string                                                    `json:"customTitle,omitempty"`
	FlowHttpTimeoutInSeconds        *int32                                                     `json:"flowHttpTimeoutInSeconds,omitempty"`
	FlowTimeoutInSeconds            *int32                                                     `json:"flowTimeoutInSeconds,omitempty"`
	IntermediateLoadingScreenCSS    *DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS    `json:"intermediateLoadingScreenCSS,omitempty"`
	IntermediateLoadingScreenHTML   *DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML   `json:"intermediateLoadingScreenHTML,omitempty"`
	JsCustomFlowPlayer              *string                                                    `json:"jsCustomFlowPlayer,omitempty"`
	JsLinks                         []DaVinciFlowSettingsRequestJsLink                         `json:"jsLinks,omitempty"`
	LogLevel                        *int32                                                     `json:"logLevel,omitempty"`
	RequireAuthenticationToInitiate *DaVinciFlowSettingsRequestRequireAuthenticationToInitiate `json:"requireAuthenticationToInitiate,omitempty"`
	ScrubSensitiveInfo              *DaVinciFlowSettingsRequestScrubSensitiveInfo              `json:"scrubSensitiveInfo,omitempty"`
	SensitiveInfoFields             []string                                                   `json:"sensitiveInfoFields,omitempty"`
	UseCSP                          *DaVinciFlowSettingsRequestUseCSP                          `json:"useCSP,omitempty"`
	UseCustomCSS                    *DaVinciFlowSettingsRequestUseCustomCSS                    `json:"useCustomCSS,omitempty"`
	UseCustomFlowPlayer             *DaVinciFlowSettingsRequestUseCustomFlowPlayer             `json:"useCustomFlowPlayer,omitempty"`
	UseCustomScript                 *DaVinciFlowSettingsRequestUseCustomScript                 `json:"useCustomScript,omitempty"`
	UseIntermediateLoadingScreen    *DaVinciFlowSettingsRequestUseIntermediateLoadingScreen    `json:"useIntermediateLoadingScreen,omitempty"`
	ValidateOnSave                  *DaVinciFlowSettingsRequestValidateOnSave                  `json:"validateOnSave,omitempty"`
	AdditionalProperties            map[string]interface{}
}

DaVinciFlowSettingsRequest struct for DaVinciFlowSettingsRequest

func NewDaVinciFlowSettingsRequest ¶ added in v0.3.0

func NewDaVinciFlowSettingsRequest() *DaVinciFlowSettingsRequest

NewDaVinciFlowSettingsRequest instantiates a new DaVinciFlowSettingsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowSettingsRequestWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowSettingsRequestWithDefaults() *DaVinciFlowSettingsRequest

NewDaVinciFlowSettingsRequestWithDefaults instantiates a new DaVinciFlowSettingsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowSettingsRequest) GetCsp ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetCsp() string

GetCsp returns the Csp field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetCspOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetCspOk() (*string, bool)

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

func (*DaVinciFlowSettingsRequest) GetCss ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetCss() string

GetCss returns the Css field value if set, zero value otherwise.

func (o *DaVinciFlowSettingsRequest) GetCssLinks() []string

GetCssLinks returns the CssLinks field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetCssLinksOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetCssLinksOk() ([]string, bool)

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

func (*DaVinciFlowSettingsRequest) GetCssOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetCssOk() (*string, bool)

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

func (*DaVinciFlowSettingsRequest) GetCustomErrorScreenBrandLogoUrl ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetCustomErrorScreenBrandLogoUrl() string

GetCustomErrorScreenBrandLogoUrl returns the CustomErrorScreenBrandLogoUrl field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetCustomErrorScreenBrandLogoUrlOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetCustomErrorScreenBrandLogoUrlOk() (*string, bool)

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

func (*DaVinciFlowSettingsRequest) GetCustomErrorShowFooter ¶ added in v0.3.0

GetCustomErrorShowFooter returns the CustomErrorShowFooter field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetCustomErrorShowFooterOk ¶ added in v0.3.0

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

func (o *DaVinciFlowSettingsRequest) GetCustomFaviconLink() string

GetCustomFaviconLink returns the CustomFaviconLink field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetCustomFaviconLinkOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetCustomFaviconLinkOk() (*string, bool)

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

func (*DaVinciFlowSettingsRequest) GetCustomLogoURLSelection ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetCustomLogoURLSelection() int32

GetCustomLogoURLSelection returns the CustomLogoURLSelection field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetCustomLogoURLSelectionOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetCustomLogoURLSelectionOk() (*int32, bool)

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

func (*DaVinciFlowSettingsRequest) GetCustomTitle ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetCustomTitle() string

GetCustomTitle returns the CustomTitle field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetCustomTitleOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetCustomTitleOk() (*string, bool)

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

GetDefaultErrorScreenBrandLogo returns the DefaultErrorScreenBrandLogo field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetDefaultErrorScreenBrandLogoOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequest) GetFlowHttpTimeoutInSeconds ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetFlowHttpTimeoutInSeconds() int32

GetFlowHttpTimeoutInSeconds returns the FlowHttpTimeoutInSeconds field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetFlowHttpTimeoutInSecondsOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetFlowHttpTimeoutInSecondsOk() (*int32, bool)

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

func (*DaVinciFlowSettingsRequest) GetFlowTimeoutInSeconds ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetFlowTimeoutInSeconds() int32

GetFlowTimeoutInSeconds returns the FlowTimeoutInSeconds field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetFlowTimeoutInSecondsOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetFlowTimeoutInSecondsOk() (*int32, bool)

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

func (*DaVinciFlowSettingsRequest) GetIntermediateLoadingScreenCSS ¶ added in v0.3.0

GetIntermediateLoadingScreenCSS returns the IntermediateLoadingScreenCSS field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetIntermediateLoadingScreenCSSOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequest) GetIntermediateLoadingScreenHTML ¶ added in v0.3.0

GetIntermediateLoadingScreenHTML returns the IntermediateLoadingScreenHTML field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetIntermediateLoadingScreenHTMLOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequest) GetJsCustomFlowPlayer ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetJsCustomFlowPlayer() string

GetJsCustomFlowPlayer returns the JsCustomFlowPlayer field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetJsCustomFlowPlayerOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetJsCustomFlowPlayerOk() (*string, bool)

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

GetJsLinks returns the JsLinks field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetJsLinksOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequest) GetLogLevel ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetLogLevel() int32

GetLogLevel returns the LogLevel field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetLogLevelOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetLogLevelOk() (*int32, bool)

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

func (*DaVinciFlowSettingsRequest) GetRequireAuthenticationToInitiate ¶ added in v0.3.0

GetRequireAuthenticationToInitiate returns the RequireAuthenticationToInitiate field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetRequireAuthenticationToInitiateOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequest) GetScrubSensitiveInfo ¶ added in v0.3.0

GetScrubSensitiveInfo returns the ScrubSensitiveInfo field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetScrubSensitiveInfoOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequest) GetSensitiveInfoFields ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetSensitiveInfoFields() []string

GetSensitiveInfoFields returns the SensitiveInfoFields field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetSensitiveInfoFieldsOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) GetSensitiveInfoFieldsOk() ([]string, bool)

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

func (*DaVinciFlowSettingsRequest) GetUseCSP ¶ added in v0.3.0

GetUseCSP returns the UseCSP field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetUseCSPOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequest) GetUseCustomCSS ¶ added in v0.3.0

GetUseCustomCSS returns the UseCustomCSS field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetUseCustomCSSOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequest) GetUseCustomFlowPlayer ¶ added in v0.3.0

GetUseCustomFlowPlayer returns the UseCustomFlowPlayer field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetUseCustomFlowPlayerOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequest) GetUseCustomScript ¶ added in v0.3.0

GetUseCustomScript returns the UseCustomScript field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetUseCustomScriptOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequest) GetUseIntermediateLoadingScreen ¶ added in v0.3.0

GetUseIntermediateLoadingScreen returns the UseIntermediateLoadingScreen field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetUseIntermediateLoadingScreenOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequest) GetValidateOnSave ¶ added in v0.3.0

GetValidateOnSave returns the ValidateOnSave field value if set, zero value otherwise.

func (*DaVinciFlowSettingsRequest) GetValidateOnSaveOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequest) HasCsp ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasCsp() bool

HasCsp returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasCss ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasCss() bool

HasCss returns a boolean if a field has been set.

func (o *DaVinciFlowSettingsRequest) HasCssLinks() bool

HasCssLinks returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasCustomErrorScreenBrandLogoUrl ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasCustomErrorScreenBrandLogoUrl() bool

HasCustomErrorScreenBrandLogoUrl returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasCustomErrorShowFooter ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasCustomErrorShowFooter() bool

HasCustomErrorShowFooter returns a boolean if a field has been set.

func (o *DaVinciFlowSettingsRequest) HasCustomFaviconLink() bool

HasCustomFaviconLink returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasCustomLogoURLSelection ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasCustomLogoURLSelection() bool

HasCustomLogoURLSelection returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasCustomTitle ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasCustomTitle() bool

HasCustomTitle returns a boolean if a field has been set.

func (o *DaVinciFlowSettingsRequest) HasDefaultErrorScreenBrandLogo() bool

HasDefaultErrorScreenBrandLogo returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasFlowHttpTimeoutInSeconds ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasFlowHttpTimeoutInSeconds() bool

HasFlowHttpTimeoutInSeconds returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasFlowTimeoutInSeconds ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasFlowTimeoutInSeconds() bool

HasFlowTimeoutInSeconds returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasIntermediateLoadingScreenCSS ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasIntermediateLoadingScreenCSS() bool

HasIntermediateLoadingScreenCSS returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasIntermediateLoadingScreenHTML ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasIntermediateLoadingScreenHTML() bool

HasIntermediateLoadingScreenHTML returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasJsCustomFlowPlayer ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasJsCustomFlowPlayer() bool

HasJsCustomFlowPlayer returns a boolean if a field has been set.

func (o *DaVinciFlowSettingsRequest) HasJsLinks() bool

HasJsLinks returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasLogLevel ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasLogLevel() bool

HasLogLevel returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasRequireAuthenticationToInitiate ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasRequireAuthenticationToInitiate() bool

HasRequireAuthenticationToInitiate returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasScrubSensitiveInfo ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasScrubSensitiveInfo() bool

HasScrubSensitiveInfo returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasSensitiveInfoFields ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasSensitiveInfoFields() bool

HasSensitiveInfoFields returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasUseCSP ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasUseCSP() bool

HasUseCSP returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasUseCustomCSS ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasUseCustomCSS() bool

HasUseCustomCSS returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasUseCustomFlowPlayer ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasUseCustomFlowPlayer() bool

HasUseCustomFlowPlayer returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasUseCustomScript ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasUseCustomScript() bool

HasUseCustomScript returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasUseIntermediateLoadingScreen ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasUseIntermediateLoadingScreen() bool

HasUseIntermediateLoadingScreen returns a boolean if a field has been set.

func (*DaVinciFlowSettingsRequest) HasValidateOnSave ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) HasValidateOnSave() bool

HasValidateOnSave returns a boolean if a field has been set.

func (DaVinciFlowSettingsRequest) LogValue ¶ added in v0.3.0

func (o DaVinciFlowSettingsRequest) LogValue() slog.Value

func (DaVinciFlowSettingsRequest) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequest) SetCsp ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) SetCsp(v string)

SetCsp gets a reference to the given string and assigns it to the Csp field.

func (*DaVinciFlowSettingsRequest) SetCss ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) SetCss(v string)

SetCss gets a reference to the given string and assigns it to the Css field.

func (o *DaVinciFlowSettingsRequest) SetCssLinks(v []string)

SetCssLinks gets a reference to the given []string and assigns it to the CssLinks field.

func (*DaVinciFlowSettingsRequest) SetCustomErrorScreenBrandLogoUrl ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) SetCustomErrorScreenBrandLogoUrl(v string)

SetCustomErrorScreenBrandLogoUrl gets a reference to the given string and assigns it to the CustomErrorScreenBrandLogoUrl field.

func (*DaVinciFlowSettingsRequest) SetCustomErrorShowFooter ¶ added in v0.3.0

SetCustomErrorShowFooter gets a reference to the given DaVinciFlowSettingsRequestCustomErrorShowFooter and assigns it to the CustomErrorShowFooter field.

func (o *DaVinciFlowSettingsRequest) SetCustomFaviconLink(v string)

SetCustomFaviconLink gets a reference to the given string and assigns it to the CustomFaviconLink field.

func (*DaVinciFlowSettingsRequest) SetCustomLogoURLSelection ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) SetCustomLogoURLSelection(v int32)

SetCustomLogoURLSelection gets a reference to the given int32 and assigns it to the CustomLogoURLSelection field.

func (*DaVinciFlowSettingsRequest) SetCustomTitle ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) SetCustomTitle(v string)

SetCustomTitle gets a reference to the given string and assigns it to the CustomTitle field.

SetDefaultErrorScreenBrandLogo gets a reference to the given DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo and assigns it to the DefaultErrorScreenBrandLogo field.

func (*DaVinciFlowSettingsRequest) SetFlowHttpTimeoutInSeconds ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) SetFlowHttpTimeoutInSeconds(v int32)

SetFlowHttpTimeoutInSeconds gets a reference to the given int32 and assigns it to the FlowHttpTimeoutInSeconds field.

func (*DaVinciFlowSettingsRequest) SetFlowTimeoutInSeconds ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) SetFlowTimeoutInSeconds(v int32)

SetFlowTimeoutInSeconds gets a reference to the given int32 and assigns it to the FlowTimeoutInSeconds field.

func (*DaVinciFlowSettingsRequest) SetIntermediateLoadingScreenCSS ¶ added in v0.3.0

SetIntermediateLoadingScreenCSS gets a reference to the given DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS and assigns it to the IntermediateLoadingScreenCSS field.

func (*DaVinciFlowSettingsRequest) SetIntermediateLoadingScreenHTML ¶ added in v0.3.0

SetIntermediateLoadingScreenHTML gets a reference to the given DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML and assigns it to the IntermediateLoadingScreenHTML field.

func (*DaVinciFlowSettingsRequest) SetJsCustomFlowPlayer ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) SetJsCustomFlowPlayer(v string)

SetJsCustomFlowPlayer gets a reference to the given string and assigns it to the JsCustomFlowPlayer field.

SetJsLinks gets a reference to the given []DaVinciFlowSettingsRequestJsLink and assigns it to the JsLinks field.

func (*DaVinciFlowSettingsRequest) SetLogLevel ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) SetLogLevel(v int32)

SetLogLevel gets a reference to the given int32 and assigns it to the LogLevel field.

func (*DaVinciFlowSettingsRequest) SetRequireAuthenticationToInitiate ¶ added in v0.3.0

SetRequireAuthenticationToInitiate gets a reference to the given DaVinciFlowSettingsRequestRequireAuthenticationToInitiate and assigns it to the RequireAuthenticationToInitiate field.

func (*DaVinciFlowSettingsRequest) SetScrubSensitiveInfo ¶ added in v0.3.0

SetScrubSensitiveInfo gets a reference to the given DaVinciFlowSettingsRequestScrubSensitiveInfo and assigns it to the ScrubSensitiveInfo field.

func (*DaVinciFlowSettingsRequest) SetSensitiveInfoFields ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) SetSensitiveInfoFields(v []string)

SetSensitiveInfoFields gets a reference to the given []string and assigns it to the SensitiveInfoFields field.

func (*DaVinciFlowSettingsRequest) SetUseCSP ¶ added in v0.3.0

SetUseCSP gets a reference to the given DaVinciFlowSettingsRequestUseCSP and assigns it to the UseCSP field.

func (*DaVinciFlowSettingsRequest) SetUseCustomCSS ¶ added in v0.3.0

SetUseCustomCSS gets a reference to the given DaVinciFlowSettingsRequestUseCustomCSS and assigns it to the UseCustomCSS field.

func (*DaVinciFlowSettingsRequest) SetUseCustomFlowPlayer ¶ added in v0.3.0

SetUseCustomFlowPlayer gets a reference to the given DaVinciFlowSettingsRequestUseCustomFlowPlayer and assigns it to the UseCustomFlowPlayer field.

func (*DaVinciFlowSettingsRequest) SetUseCustomScript ¶ added in v0.3.0

SetUseCustomScript gets a reference to the given DaVinciFlowSettingsRequestUseCustomScript and assigns it to the UseCustomScript field.

func (*DaVinciFlowSettingsRequest) SetUseIntermediateLoadingScreen ¶ added in v0.3.0

SetUseIntermediateLoadingScreen gets a reference to the given DaVinciFlowSettingsRequestUseIntermediateLoadingScreen and assigns it to the UseIntermediateLoadingScreen field.

func (*DaVinciFlowSettingsRequest) SetValidateOnSave ¶ added in v0.3.0

SetValidateOnSave gets a reference to the given DaVinciFlowSettingsRequestValidateOnSave and assigns it to the ValidateOnSave field.

func (DaVinciFlowSettingsRequest) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequest) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowSettingsRequestCustomErrorShowFooter ¶ added in v0.4.0

type DaVinciFlowSettingsRequestCustomErrorShowFooter struct {
	DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2 *DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2
	Bool                                                   *bool
}

DaVinciFlowSettingsRequestCustomErrorShowFooter - struct for DaVinciFlowSettingsRequestCustomErrorShowFooter

func BoolAsDaVinciFlowSettingsRequestCustomErrorShowFooter ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsRequestCustomErrorShowFooter(v *bool) DaVinciFlowSettingsRequestCustomErrorShowFooter

boolAsDaVinciFlowSettingsRequestCustomErrorShowFooter is a convenience function that returns bool wrapped in DaVinciFlowSettingsRequestCustomErrorShowFooter

func DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2AsDaVinciFlowSettingsRequestCustomErrorShowFooter ¶ added in v0.4.0

func DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2AsDaVinciFlowSettingsRequestCustomErrorShowFooter(v *DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) DaVinciFlowSettingsRequestCustomErrorShowFooter

DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2AsDaVinciFlowSettingsRequestCustomErrorShowFooter is a convenience function that returns DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2 wrapped in DaVinciFlowSettingsRequestCustomErrorShowFooter

func (*DaVinciFlowSettingsRequestCustomErrorShowFooter) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsRequestCustomErrorShowFooter) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsRequestCustomErrorShowFooter) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsRequestCustomErrorShowFooter) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsRequestCustomErrorShowFooter) MarshalJSON ¶ added in v0.4.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsRequestCustomErrorShowFooter) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsRequestCustomErrorShowFooter) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2 string

DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2 the model 'DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2'

const (
	DAVINCIFLOWSETTINGSREQUESTCUSTOMERRORSHOWFOOTERCHOICE2_FALSE DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2 = "false"
	DAVINCIFLOWSETTINGSREQUESTCUSTOMERRORSHOWFOOTERCHOICE2_TRUE  DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2 = "true"
)

List of DaVinci_Flow_Settings_Request_Custom_Error_Show_Footer_Choice_2

func NewDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2FromValue(v string) (*DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2, error)

NewDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Request_Custom_Error_Show_Footer_Choice_2 value

func (*DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo struct {
	DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2
	Bool                                                         *bool
}

DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo - struct for DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo

func BoolAsDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo(v *bool) DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo

boolAsDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo is a convenience function that returns bool wrapped in DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo

func DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2AsDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo(v *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo

DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2AsDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo is a convenience function that returns DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 wrapped in DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo

func (*DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) MarshalJSON ¶ added in v0.4.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) UnmarshalJSON ¶ added in v0.4.0

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 string

DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 the model 'DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2'

const (
	DAVINCIFLOWSETTINGSREQUESTDEFAULTERRORSCREENBRANDLOGOCHOICE2_FALSE DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 = "false"
	DAVINCIFLOWSETTINGSREQUESTDEFAULTERRORSCREENBRANDLOGOCHOICE2_TRUE  DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 = "true"
)

List of DaVinci_Flow_Settings_Request_Default_Error_Screen_Brand_Logo_Choice_2

func NewDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2FromValue(v string) (*DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2, error)

NewDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Request_Default_Error_Screen_Brand_Logo_Choice_2 value

func (*DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS ¶ added in v0.3.0

type DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS struct {
	Object *map[string]interface{}
	String *string
}

DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS - struct for DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS

func ObjectAsDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS ¶ added in v0.3.0

func ObjectAsDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS(v *map[string]interface{}) DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS

map[string]interface{}AsDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS is a convenience function that returns map[string]interface{} wrapped in DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS

func StringAsDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS ¶ added in v0.3.0

func StringAsDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS(v *string) DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS

stringAsDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS is a convenience function that returns string wrapped in DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS

func (*DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) GetActualInstance ¶ added in v0.3.0

func (obj *DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) GetActualInstanceValue ¶ added in v0.3.0

func (obj DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) MarshalJSON ¶ added in v0.3.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) UnmarshalJSON ¶ added in v0.3.0

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML ¶ added in v0.3.0

type DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML struct {
	Object *map[string]interface{}
	String *string
}

DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML - struct for DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML

func ObjectAsDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML ¶ added in v0.3.0

func ObjectAsDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML(v *map[string]interface{}) DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML

map[string]interface{}AsDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML is a convenience function that returns map[string]interface{} wrapped in DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML

func StringAsDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML ¶ added in v0.3.0

func StringAsDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML(v *string) DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML

stringAsDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML is a convenience function that returns string wrapped in DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML

func (*DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) GetActualInstance ¶ added in v0.3.0

func (obj *DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) GetActualInstanceValue ¶ added in v0.3.0

func (obj DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) MarshalJSON ¶ added in v0.3.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) UnmarshalJSON ¶ added in v0.3.0

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsRequestJsLink struct {
	Label                string                                `json:"label"`
	Value                string                                `json:"value"`
	Defer                DaVinciFlowSettingsRequestJsLinkDefer `json:"defer"`
	Crossorigin          string                                `json:"crossorigin"`
	Integrity            string                                `json:"integrity"`
	Referrerpolicy       string                                `json:"referrerpolicy"`
	Type                 string                                `json:"type"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowSettingsRequestJsLink struct for DaVinciFlowSettingsRequestJsLink

func NewDaVinciFlowSettingsRequestJsLink(label string, value string, defer_ DaVinciFlowSettingsRequestJsLinkDefer, crossorigin string, integrity string, referrerpolicy string, type_ string) *DaVinciFlowSettingsRequestJsLink

NewDaVinciFlowSettingsRequestJsLink instantiates a new DaVinciFlowSettingsRequestJsLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowSettingsRequestJsLinkWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowSettingsRequestJsLinkWithDefaults() *DaVinciFlowSettingsRequestJsLink

NewDaVinciFlowSettingsRequestJsLinkWithDefaults instantiates a new DaVinciFlowSettingsRequestJsLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowSettingsRequestJsLink) GetCrossorigin ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequestJsLink) GetCrossorigin() string

GetCrossorigin returns the Crossorigin field value

func (*DaVinciFlowSettingsRequestJsLink) GetCrossoriginOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequestJsLink) GetCrossoriginOk() (*string, bool)

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

func (*DaVinciFlowSettingsRequestJsLink) GetDefer ¶ added in v0.3.0

GetDefer returns the Defer field value

func (*DaVinciFlowSettingsRequestJsLink) GetDeferOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequestJsLink) GetIntegrity ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequestJsLink) GetIntegrity() string

GetIntegrity returns the Integrity field value

func (*DaVinciFlowSettingsRequestJsLink) GetIntegrityOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequestJsLink) GetIntegrityOk() (*string, bool)

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

func (*DaVinciFlowSettingsRequestJsLink) GetLabel ¶ added in v0.3.0

GetLabel returns the Label field value

func (*DaVinciFlowSettingsRequestJsLink) GetLabelOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequestJsLink) GetLabelOk() (*string, bool)

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

func (*DaVinciFlowSettingsRequestJsLink) GetReferrerpolicy ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequestJsLink) GetReferrerpolicy() string

GetReferrerpolicy returns the Referrerpolicy field value

func (*DaVinciFlowSettingsRequestJsLink) GetReferrerpolicyOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequestJsLink) GetReferrerpolicyOk() (*string, bool)

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

func (*DaVinciFlowSettingsRequestJsLink) GetType ¶ added in v0.3.0

GetType returns the Type field value

func (*DaVinciFlowSettingsRequestJsLink) GetTypeOk ¶ added in v0.3.0

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

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

func (*DaVinciFlowSettingsRequestJsLink) GetValue ¶ added in v0.3.0

GetValue returns the Value field value

func (*DaVinciFlowSettingsRequestJsLink) GetValueOk ¶ added in v0.3.0

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

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

func (DaVinciFlowSettingsRequestJsLink) LogValue ¶ added in v0.3.0

func (DaVinciFlowSettingsRequestJsLink) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequestJsLink) SetCrossorigin ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequestJsLink) SetCrossorigin(v string)

SetCrossorigin sets field value

func (*DaVinciFlowSettingsRequestJsLink) SetDefer ¶ added in v0.3.0

SetDefer sets field value

func (*DaVinciFlowSettingsRequestJsLink) SetIntegrity ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequestJsLink) SetIntegrity(v string)

SetIntegrity sets field value

func (*DaVinciFlowSettingsRequestJsLink) SetLabel ¶ added in v0.3.0

SetLabel sets field value

func (*DaVinciFlowSettingsRequestJsLink) SetReferrerpolicy ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequestJsLink) SetReferrerpolicy(v string)

SetReferrerpolicy sets field value

func (*DaVinciFlowSettingsRequestJsLink) SetType ¶ added in v0.3.0

SetType sets field value

func (*DaVinciFlowSettingsRequestJsLink) SetValue ¶ added in v0.3.0

SetValue sets field value

func (DaVinciFlowSettingsRequestJsLink) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsRequestJsLink) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowSettingsRequestJsLink) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowSettingsRequestJsLinkDefer ¶ added in v0.4.0

type DaVinciFlowSettingsRequestJsLinkDefer struct {
	DaVinciFlowSettingsRequestJsLinkDeferChoice2 *DaVinciFlowSettingsRequestJsLinkDeferChoice2
	Bool                                         *bool
}

DaVinciFlowSettingsRequestJsLinkDefer - struct for DaVinciFlowSettingsRequestJsLinkDefer

func BoolAsDaVinciFlowSettingsRequestJsLinkDefer ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsRequestJsLinkDefer(v *bool) DaVinciFlowSettingsRequestJsLinkDefer

boolAsDaVinciFlowSettingsRequestJsLinkDefer is a convenience function that returns bool wrapped in DaVinciFlowSettingsRequestJsLinkDefer

func DaVinciFlowSettingsRequestJsLinkDeferChoice2AsDaVinciFlowSettingsRequestJsLinkDefer ¶ added in v0.4.0

func DaVinciFlowSettingsRequestJsLinkDeferChoice2AsDaVinciFlowSettingsRequestJsLinkDefer(v *DaVinciFlowSettingsRequestJsLinkDeferChoice2) DaVinciFlowSettingsRequestJsLinkDefer

DaVinciFlowSettingsRequestJsLinkDeferChoice2AsDaVinciFlowSettingsRequestJsLinkDefer is a convenience function that returns DaVinciFlowSettingsRequestJsLinkDeferChoice2 wrapped in DaVinciFlowSettingsRequestJsLinkDefer

func (*DaVinciFlowSettingsRequestJsLinkDefer) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsRequestJsLinkDefer) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsRequestJsLinkDefer) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsRequestJsLinkDefer) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsRequestJsLinkDefer) MarshalJSON ¶ added in v0.4.0

func (src DaVinciFlowSettingsRequestJsLinkDefer) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsRequestJsLinkDefer) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsRequestJsLinkDefer) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsRequestJsLinkDeferChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsRequestJsLinkDeferChoice2 string

DaVinciFlowSettingsRequestJsLinkDeferChoice2 the model 'DaVinciFlowSettingsRequestJsLinkDeferChoice2'

const (
	DAVINCIFLOWSETTINGSREQUESTJSLINKDEFERCHOICE2_FALSE DaVinciFlowSettingsRequestJsLinkDeferChoice2 = "false"
	DAVINCIFLOWSETTINGSREQUESTJSLINKDEFERCHOICE2_TRUE  DaVinciFlowSettingsRequestJsLinkDeferChoice2 = "true"
)

List of DaVinci_Flow_Settings_Request_Js_Link_Defer_Choice_2

func NewDaVinciFlowSettingsRequestJsLinkDeferChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsRequestJsLinkDeferChoice2FromValue(v string) (*DaVinciFlowSettingsRequestJsLinkDeferChoice2, error)

NewDaVinciFlowSettingsRequestJsLinkDeferChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsRequestJsLinkDeferChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsRequestJsLinkDeferChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsRequestJsLinkDeferChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Request_Js_Link_Defer_Choice_2 value

func (*DaVinciFlowSettingsRequestJsLinkDeferChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsRequestRequireAuthenticationToInitiate ¶ added in v0.4.0

type DaVinciFlowSettingsRequestRequireAuthenticationToInitiate struct {
	DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2 *DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2
	Bool                                                             *bool
}

DaVinciFlowSettingsRequestRequireAuthenticationToInitiate - struct for DaVinciFlowSettingsRequestRequireAuthenticationToInitiate

func BoolAsDaVinciFlowSettingsRequestRequireAuthenticationToInitiate ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsRequestRequireAuthenticationToInitiate(v *bool) DaVinciFlowSettingsRequestRequireAuthenticationToInitiate

boolAsDaVinciFlowSettingsRequestRequireAuthenticationToInitiate is a convenience function that returns bool wrapped in DaVinciFlowSettingsRequestRequireAuthenticationToInitiate

func DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2AsDaVinciFlowSettingsRequestRequireAuthenticationToInitiate ¶ added in v0.4.0

func DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2AsDaVinciFlowSettingsRequestRequireAuthenticationToInitiate(v *DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) DaVinciFlowSettingsRequestRequireAuthenticationToInitiate

DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2AsDaVinciFlowSettingsRequestRequireAuthenticationToInitiate is a convenience function that returns DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2 wrapped in DaVinciFlowSettingsRequestRequireAuthenticationToInitiate

func (*DaVinciFlowSettingsRequestRequireAuthenticationToInitiate) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsRequestRequireAuthenticationToInitiate) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsRequestRequireAuthenticationToInitiate) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsRequestRequireAuthenticationToInitiate) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsRequestRequireAuthenticationToInitiate) MarshalJSON ¶ added in v0.4.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsRequestRequireAuthenticationToInitiate) UnmarshalJSON ¶ added in v0.4.0

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2 string

DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2 the model 'DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2'

const (
	DAVINCIFLOWSETTINGSREQUESTREQUIREAUTHENTICATIONTOINITIATECHOICE2_FALSE DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2 = "false"
	DAVINCIFLOWSETTINGSREQUESTREQUIREAUTHENTICATIONTOINITIATECHOICE2_TRUE  DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2 = "true"
)

List of DaVinci_Flow_Settings_Request_Require_Authentication_To_Initiate_Choice_2

func NewDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2FromValue(v string) (*DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2, error)

NewDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Request_Require_Authentication_To_Initiate_Choice_2 value

func (*DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsRequestScrubSensitiveInfo ¶ added in v0.4.0

type DaVinciFlowSettingsRequestScrubSensitiveInfo struct {
	DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2 *DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2
	Bool                                                *bool
}

DaVinciFlowSettingsRequestScrubSensitiveInfo - struct for DaVinciFlowSettingsRequestScrubSensitiveInfo

func BoolAsDaVinciFlowSettingsRequestScrubSensitiveInfo ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsRequestScrubSensitiveInfo(v *bool) DaVinciFlowSettingsRequestScrubSensitiveInfo

boolAsDaVinciFlowSettingsRequestScrubSensitiveInfo is a convenience function that returns bool wrapped in DaVinciFlowSettingsRequestScrubSensitiveInfo

func DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2AsDaVinciFlowSettingsRequestScrubSensitiveInfo ¶ added in v0.4.0

func DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2AsDaVinciFlowSettingsRequestScrubSensitiveInfo(v *DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) DaVinciFlowSettingsRequestScrubSensitiveInfo

DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2AsDaVinciFlowSettingsRequestScrubSensitiveInfo is a convenience function that returns DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2 wrapped in DaVinciFlowSettingsRequestScrubSensitiveInfo

func (*DaVinciFlowSettingsRequestScrubSensitiveInfo) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsRequestScrubSensitiveInfo) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsRequestScrubSensitiveInfo) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsRequestScrubSensitiveInfo) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsRequestScrubSensitiveInfo) MarshalJSON ¶ added in v0.4.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsRequestScrubSensitiveInfo) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsRequestScrubSensitiveInfo) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2 string

DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2 the model 'DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2'

const (
	DAVINCIFLOWSETTINGSREQUESTSCRUBSENSITIVEINFOCHOICE2_FALSE DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2 = "false"
	DAVINCIFLOWSETTINGSREQUESTSCRUBSENSITIVEINFOCHOICE2_TRUE  DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2 = "true"
)

List of DaVinci_Flow_Settings_Request_Scrub_Sensitive_Info_Choice_2

func NewDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2FromValue(v string) (*DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2, error)

NewDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Request_Scrub_Sensitive_Info_Choice_2 value

func (*DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsRequestUseCSP ¶ added in v0.4.0

type DaVinciFlowSettingsRequestUseCSP struct {
	DaVinciFlowSettingsRequestUseCSPChoice2 *DaVinciFlowSettingsRequestUseCSPChoice2
	Bool                                    *bool
}

DaVinciFlowSettingsRequestUseCSP - struct for DaVinciFlowSettingsRequestUseCSP

func BoolAsDaVinciFlowSettingsRequestUseCSP ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsRequestUseCSP(v *bool) DaVinciFlowSettingsRequestUseCSP

boolAsDaVinciFlowSettingsRequestUseCSP is a convenience function that returns bool wrapped in DaVinciFlowSettingsRequestUseCSP

func DaVinciFlowSettingsRequestUseCSPChoice2AsDaVinciFlowSettingsRequestUseCSP ¶ added in v0.4.0

func DaVinciFlowSettingsRequestUseCSPChoice2AsDaVinciFlowSettingsRequestUseCSP(v *DaVinciFlowSettingsRequestUseCSPChoice2) DaVinciFlowSettingsRequestUseCSP

DaVinciFlowSettingsRequestUseCSPChoice2AsDaVinciFlowSettingsRequestUseCSP is a convenience function that returns DaVinciFlowSettingsRequestUseCSPChoice2 wrapped in DaVinciFlowSettingsRequestUseCSP

func (*DaVinciFlowSettingsRequestUseCSP) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsRequestUseCSP) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsRequestUseCSP) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsRequestUseCSP) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsRequestUseCSP) MarshalJSON ¶ added in v0.4.0

func (src DaVinciFlowSettingsRequestUseCSP) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsRequestUseCSP) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsRequestUseCSP) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsRequestUseCSPChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsRequestUseCSPChoice2 string

DaVinciFlowSettingsRequestUseCSPChoice2 the model 'DaVinciFlowSettingsRequestUseCSPChoice2'

const (
	DAVINCIFLOWSETTINGSREQUESTUSECSPCHOICE2_FALSE DaVinciFlowSettingsRequestUseCSPChoice2 = "false"
	DAVINCIFLOWSETTINGSREQUESTUSECSPCHOICE2_TRUE  DaVinciFlowSettingsRequestUseCSPChoice2 = "true"
)

List of DaVinci_Flow_Settings_Request_Use_CSP_Choice_2

func NewDaVinciFlowSettingsRequestUseCSPChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsRequestUseCSPChoice2FromValue(v string) (*DaVinciFlowSettingsRequestUseCSPChoice2, error)

NewDaVinciFlowSettingsRequestUseCSPChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsRequestUseCSPChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsRequestUseCSPChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsRequestUseCSPChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Request_Use_CSP_Choice_2 value

func (*DaVinciFlowSettingsRequestUseCSPChoice2) UnmarshalJSON ¶ added in v0.4.0

func (v *DaVinciFlowSettingsRequestUseCSPChoice2) UnmarshalJSON(src []byte) error

type DaVinciFlowSettingsRequestUseCustomCSS ¶ added in v0.4.0

type DaVinciFlowSettingsRequestUseCustomCSS struct {
	DaVinciFlowSettingsRequestUseCustomCSSChoice2 *DaVinciFlowSettingsRequestUseCustomCSSChoice2
	Bool                                          *bool
}

DaVinciFlowSettingsRequestUseCustomCSS - struct for DaVinciFlowSettingsRequestUseCustomCSS

func BoolAsDaVinciFlowSettingsRequestUseCustomCSS ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsRequestUseCustomCSS(v *bool) DaVinciFlowSettingsRequestUseCustomCSS

boolAsDaVinciFlowSettingsRequestUseCustomCSS is a convenience function that returns bool wrapped in DaVinciFlowSettingsRequestUseCustomCSS

func DaVinciFlowSettingsRequestUseCustomCSSChoice2AsDaVinciFlowSettingsRequestUseCustomCSS ¶ added in v0.4.0

func DaVinciFlowSettingsRequestUseCustomCSSChoice2AsDaVinciFlowSettingsRequestUseCustomCSS(v *DaVinciFlowSettingsRequestUseCustomCSSChoice2) DaVinciFlowSettingsRequestUseCustomCSS

DaVinciFlowSettingsRequestUseCustomCSSChoice2AsDaVinciFlowSettingsRequestUseCustomCSS is a convenience function that returns DaVinciFlowSettingsRequestUseCustomCSSChoice2 wrapped in DaVinciFlowSettingsRequestUseCustomCSS

func (*DaVinciFlowSettingsRequestUseCustomCSS) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsRequestUseCustomCSS) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsRequestUseCustomCSS) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsRequestUseCustomCSS) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsRequestUseCustomCSS) MarshalJSON ¶ added in v0.4.0

func (src DaVinciFlowSettingsRequestUseCustomCSS) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsRequestUseCustomCSS) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsRequestUseCustomCSS) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsRequestUseCustomCSSChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsRequestUseCustomCSSChoice2 string

DaVinciFlowSettingsRequestUseCustomCSSChoice2 the model 'DaVinciFlowSettingsRequestUseCustomCSSChoice2'

const (
	DAVINCIFLOWSETTINGSREQUESTUSECUSTOMCSSCHOICE2_FALSE DaVinciFlowSettingsRequestUseCustomCSSChoice2 = "false"
	DAVINCIFLOWSETTINGSREQUESTUSECUSTOMCSSCHOICE2_TRUE  DaVinciFlowSettingsRequestUseCustomCSSChoice2 = "true"
)

List of DaVinci_Flow_Settings_Request_Use_Custom_CSS_Choice_2

func NewDaVinciFlowSettingsRequestUseCustomCSSChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsRequestUseCustomCSSChoice2FromValue(v string) (*DaVinciFlowSettingsRequestUseCustomCSSChoice2, error)

NewDaVinciFlowSettingsRequestUseCustomCSSChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsRequestUseCustomCSSChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsRequestUseCustomCSSChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsRequestUseCustomCSSChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Request_Use_Custom_CSS_Choice_2 value

func (*DaVinciFlowSettingsRequestUseCustomCSSChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsRequestUseCustomFlowPlayer ¶ added in v0.4.0

type DaVinciFlowSettingsRequestUseCustomFlowPlayer struct {
	DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2 *DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2
	Bool                                                 *bool
}

DaVinciFlowSettingsRequestUseCustomFlowPlayer - struct for DaVinciFlowSettingsRequestUseCustomFlowPlayer

func BoolAsDaVinciFlowSettingsRequestUseCustomFlowPlayer ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsRequestUseCustomFlowPlayer(v *bool) DaVinciFlowSettingsRequestUseCustomFlowPlayer

boolAsDaVinciFlowSettingsRequestUseCustomFlowPlayer is a convenience function that returns bool wrapped in DaVinciFlowSettingsRequestUseCustomFlowPlayer

func DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2AsDaVinciFlowSettingsRequestUseCustomFlowPlayer ¶ added in v0.4.0

func DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2AsDaVinciFlowSettingsRequestUseCustomFlowPlayer(v *DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) DaVinciFlowSettingsRequestUseCustomFlowPlayer

DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2AsDaVinciFlowSettingsRequestUseCustomFlowPlayer is a convenience function that returns DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2 wrapped in DaVinciFlowSettingsRequestUseCustomFlowPlayer

func (*DaVinciFlowSettingsRequestUseCustomFlowPlayer) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsRequestUseCustomFlowPlayer) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsRequestUseCustomFlowPlayer) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsRequestUseCustomFlowPlayer) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsRequestUseCustomFlowPlayer) MarshalJSON ¶ added in v0.4.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsRequestUseCustomFlowPlayer) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsRequestUseCustomFlowPlayer) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2 string

DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2 the model 'DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2'

const (
	DAVINCIFLOWSETTINGSREQUESTUSECUSTOMFLOWPLAYERCHOICE2_FALSE DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2 = "false"
	DAVINCIFLOWSETTINGSREQUESTUSECUSTOMFLOWPLAYERCHOICE2_TRUE  DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2 = "true"
)

List of DaVinci_Flow_Settings_Request_Use_Custom_Flow_Player_Choice_2

func NewDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2FromValue(v string) (*DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2, error)

NewDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Request_Use_Custom_Flow_Player_Choice_2 value

func (*DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsRequestUseCustomScript ¶ added in v0.4.0

type DaVinciFlowSettingsRequestUseCustomScript struct {
	DaVinciFlowSettingsRequestUseCustomScriptChoice2 *DaVinciFlowSettingsRequestUseCustomScriptChoice2
	Bool                                             *bool
}

DaVinciFlowSettingsRequestUseCustomScript - struct for DaVinciFlowSettingsRequestUseCustomScript

func BoolAsDaVinciFlowSettingsRequestUseCustomScript ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsRequestUseCustomScript(v *bool) DaVinciFlowSettingsRequestUseCustomScript

boolAsDaVinciFlowSettingsRequestUseCustomScript is a convenience function that returns bool wrapped in DaVinciFlowSettingsRequestUseCustomScript

func DaVinciFlowSettingsRequestUseCustomScriptChoice2AsDaVinciFlowSettingsRequestUseCustomScript ¶ added in v0.4.0

func DaVinciFlowSettingsRequestUseCustomScriptChoice2AsDaVinciFlowSettingsRequestUseCustomScript(v *DaVinciFlowSettingsRequestUseCustomScriptChoice2) DaVinciFlowSettingsRequestUseCustomScript

DaVinciFlowSettingsRequestUseCustomScriptChoice2AsDaVinciFlowSettingsRequestUseCustomScript is a convenience function that returns DaVinciFlowSettingsRequestUseCustomScriptChoice2 wrapped in DaVinciFlowSettingsRequestUseCustomScript

func (*DaVinciFlowSettingsRequestUseCustomScript) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsRequestUseCustomScript) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsRequestUseCustomScript) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsRequestUseCustomScript) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsRequestUseCustomScript) MarshalJSON ¶ added in v0.4.0

func (src DaVinciFlowSettingsRequestUseCustomScript) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsRequestUseCustomScript) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsRequestUseCustomScript) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsRequestUseCustomScriptChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsRequestUseCustomScriptChoice2 string

DaVinciFlowSettingsRequestUseCustomScriptChoice2 the model 'DaVinciFlowSettingsRequestUseCustomScriptChoice2'

const (
	DAVINCIFLOWSETTINGSREQUESTUSECUSTOMSCRIPTCHOICE2_FALSE DaVinciFlowSettingsRequestUseCustomScriptChoice2 = "false"
	DAVINCIFLOWSETTINGSREQUESTUSECUSTOMSCRIPTCHOICE2_TRUE  DaVinciFlowSettingsRequestUseCustomScriptChoice2 = "true"
)

List of DaVinci_Flow_Settings_Request_Use_Custom_Script_Choice_2

func NewDaVinciFlowSettingsRequestUseCustomScriptChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsRequestUseCustomScriptChoice2FromValue(v string) (*DaVinciFlowSettingsRequestUseCustomScriptChoice2, error)

NewDaVinciFlowSettingsRequestUseCustomScriptChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsRequestUseCustomScriptChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsRequestUseCustomScriptChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsRequestUseCustomScriptChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Request_Use_Custom_Script_Choice_2 value

func (*DaVinciFlowSettingsRequestUseCustomScriptChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsRequestUseIntermediateLoadingScreen ¶ added in v0.4.0

type DaVinciFlowSettingsRequestUseIntermediateLoadingScreen struct {
	DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2 *DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2
	Bool                                                          *bool
}

DaVinciFlowSettingsRequestUseIntermediateLoadingScreen - struct for DaVinciFlowSettingsRequestUseIntermediateLoadingScreen

func BoolAsDaVinciFlowSettingsRequestUseIntermediateLoadingScreen ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsRequestUseIntermediateLoadingScreen(v *bool) DaVinciFlowSettingsRequestUseIntermediateLoadingScreen

boolAsDaVinciFlowSettingsRequestUseIntermediateLoadingScreen is a convenience function that returns bool wrapped in DaVinciFlowSettingsRequestUseIntermediateLoadingScreen

func DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2AsDaVinciFlowSettingsRequestUseIntermediateLoadingScreen ¶ added in v0.4.0

func DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2AsDaVinciFlowSettingsRequestUseIntermediateLoadingScreen(v *DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) DaVinciFlowSettingsRequestUseIntermediateLoadingScreen

DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2AsDaVinciFlowSettingsRequestUseIntermediateLoadingScreen is a convenience function that returns DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2 wrapped in DaVinciFlowSettingsRequestUseIntermediateLoadingScreen

func (*DaVinciFlowSettingsRequestUseIntermediateLoadingScreen) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsRequestUseIntermediateLoadingScreen) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsRequestUseIntermediateLoadingScreen) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsRequestUseIntermediateLoadingScreen) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsRequestUseIntermediateLoadingScreen) MarshalJSON ¶ added in v0.4.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsRequestUseIntermediateLoadingScreen) UnmarshalJSON ¶ added in v0.4.0

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2 string

DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2 the model 'DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2'

const (
	DAVINCIFLOWSETTINGSREQUESTUSEINTERMEDIATELOADINGSCREENCHOICE2_FALSE DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2 = "false"
	DAVINCIFLOWSETTINGSREQUESTUSEINTERMEDIATELOADINGSCREENCHOICE2_TRUE  DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2 = "true"
)

List of DaVinci_Flow_Settings_Request_Use_Intermediate_Loading_Screen_Choice_2

func NewDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2FromValue(v string) (*DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2, error)

NewDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Request_Use_Intermediate_Loading_Screen_Choice_2 value

func (*DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsRequestValidateOnSave ¶ added in v0.4.0

type DaVinciFlowSettingsRequestValidateOnSave struct {
	DaVinciFlowSettingsRequestValidateOnSaveChoice2 *DaVinciFlowSettingsRequestValidateOnSaveChoice2
	Bool                                            *bool
}

DaVinciFlowSettingsRequestValidateOnSave - struct for DaVinciFlowSettingsRequestValidateOnSave

func BoolAsDaVinciFlowSettingsRequestValidateOnSave ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsRequestValidateOnSave(v *bool) DaVinciFlowSettingsRequestValidateOnSave

boolAsDaVinciFlowSettingsRequestValidateOnSave is a convenience function that returns bool wrapped in DaVinciFlowSettingsRequestValidateOnSave

func DaVinciFlowSettingsRequestValidateOnSaveChoice2AsDaVinciFlowSettingsRequestValidateOnSave ¶ added in v0.4.0

func DaVinciFlowSettingsRequestValidateOnSaveChoice2AsDaVinciFlowSettingsRequestValidateOnSave(v *DaVinciFlowSettingsRequestValidateOnSaveChoice2) DaVinciFlowSettingsRequestValidateOnSave

DaVinciFlowSettingsRequestValidateOnSaveChoice2AsDaVinciFlowSettingsRequestValidateOnSave is a convenience function that returns DaVinciFlowSettingsRequestValidateOnSaveChoice2 wrapped in DaVinciFlowSettingsRequestValidateOnSave

func (*DaVinciFlowSettingsRequestValidateOnSave) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsRequestValidateOnSave) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsRequestValidateOnSave) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsRequestValidateOnSave) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsRequestValidateOnSave) MarshalJSON ¶ added in v0.4.0

func (src DaVinciFlowSettingsRequestValidateOnSave) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsRequestValidateOnSave) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsRequestValidateOnSave) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsRequestValidateOnSaveChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsRequestValidateOnSaveChoice2 string

DaVinciFlowSettingsRequestValidateOnSaveChoice2 the model 'DaVinciFlowSettingsRequestValidateOnSaveChoice2'

const (
	DAVINCIFLOWSETTINGSREQUESTVALIDATEONSAVECHOICE2_FALSE DaVinciFlowSettingsRequestValidateOnSaveChoice2 = "false"
	DAVINCIFLOWSETTINGSREQUESTVALIDATEONSAVECHOICE2_TRUE  DaVinciFlowSettingsRequestValidateOnSaveChoice2 = "true"
)

List of DaVinci_Flow_Settings_Request_Validate_On_Save_Choice_2

func NewDaVinciFlowSettingsRequestValidateOnSaveChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsRequestValidateOnSaveChoice2FromValue(v string) (*DaVinciFlowSettingsRequestValidateOnSaveChoice2, error)

NewDaVinciFlowSettingsRequestValidateOnSaveChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsRequestValidateOnSaveChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsRequestValidateOnSaveChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsRequestValidateOnSaveChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Request_Validate_On_Save_Choice_2 value

func (*DaVinciFlowSettingsRequestValidateOnSaveChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsResponse ¶ added in v0.3.0

type DaVinciFlowSettingsResponse struct {
	Csp                             *string                                                     `json:"csp,omitempty"`
	Css                             *string                                                     `json:"css,omitempty"`
	CssLinks                        []string                                                    `json:"cssLinks,omitempty"`
	CustomErrorScreenBrandLogoUrl   *string                                                     `json:"customErrorScreenBrandLogoUrl,omitempty"`
	CustomErrorShowFooter           *DaVinciFlowSettingsResponseCustomErrorShowFooter           `json:"customErrorShowFooter,omitempty"`
	CustomFaviconLink               *string                                                     `json:"customFaviconLink,omitempty"`
	CustomLogoURLSelection          *int32                                                      `json:"customLogoURLSelection,omitempty"`
	CustomTitle                     *string                                                     `json:"customTitle,omitempty"`
	FlowHttpTimeoutInSeconds        *int32                                                      `json:"flowHttpTimeoutInSeconds,omitempty"`
	FlowTimeoutInSeconds            *float32                                                    `json:"flowTimeoutInSeconds,omitempty"`
	IntermediateLoadingScreenCSS    *DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS    `json:"intermediateLoadingScreenCSS,omitempty"`
	IntermediateLoadingScreenHTML   *DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML   `json:"intermediateLoadingScreenHTML,omitempty"`
	JsCustomFlowPlayer              *string                                                     `json:"jsCustomFlowPlayer,omitempty"`
	JsLinks                         []DaVinciFlowSettingsResponseJsLink                         `json:"jsLinks,omitempty"`
	LogLevel                        *int32                                                      `json:"logLevel,omitempty"`
	RequireAuthenticationToInitiate *DaVinciFlowSettingsResponseRequireAuthenticationToInitiate `json:"requireAuthenticationToInitiate,omitempty"`
	ScrubSensitiveInfo              *DaVinciFlowSettingsResponseScrubSensitiveInfo              `json:"scrubSensitiveInfo,omitempty"`
	SensitiveInfoFields             []string                                                    `json:"sensitiveInfoFields,omitempty"`
	UseCSP                          *DaVinciFlowSettingsResponseUseCSP                          `json:"useCSP,omitempty"`
	UseCustomCSS                    *DaVinciFlowSettingsResponseUseCustomCSS                    `json:"useCustomCSS,omitempty"`
	UseCustomFlowPlayer             *DaVinciFlowSettingsResponseUseCustomFlowPlayer             `json:"useCustomFlowPlayer,omitempty"`
	UseCustomScript                 *DaVinciFlowSettingsResponseUseCustomScript                 `json:"useCustomScript,omitempty"`
	UseIntermediateLoadingScreen    *DaVinciFlowSettingsResponseUseIntermediateLoadingScreen    `json:"useIntermediateLoadingScreen,omitempty"`
	ValidateOnSave                  *DaVinciFlowSettingsResponseValidateOnSave                  `json:"validateOnSave,omitempty"`
	AdditionalProperties            map[string]interface{}
}

DaVinciFlowSettingsResponse struct for DaVinciFlowSettingsResponse

func NewDaVinciFlowSettingsResponse ¶ added in v0.3.0

func NewDaVinciFlowSettingsResponse() *DaVinciFlowSettingsResponse

NewDaVinciFlowSettingsResponse instantiates a new DaVinciFlowSettingsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowSettingsResponseWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowSettingsResponseWithDefaults() *DaVinciFlowSettingsResponse

NewDaVinciFlowSettingsResponseWithDefaults instantiates a new DaVinciFlowSettingsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowSettingsResponse) GetCsp ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetCsp() string

GetCsp returns the Csp field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetCspOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetCspOk() (*string, bool)

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

func (*DaVinciFlowSettingsResponse) GetCss ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetCss() string

GetCss returns the Css field value if set, zero value otherwise.

func (o *DaVinciFlowSettingsResponse) GetCssLinks() []string

GetCssLinks returns the CssLinks field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetCssLinksOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetCssLinksOk() ([]string, bool)

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

func (*DaVinciFlowSettingsResponse) GetCssOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetCssOk() (*string, bool)

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

func (*DaVinciFlowSettingsResponse) GetCustomErrorScreenBrandLogoUrl ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetCustomErrorScreenBrandLogoUrl() string

GetCustomErrorScreenBrandLogoUrl returns the CustomErrorScreenBrandLogoUrl field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetCustomErrorScreenBrandLogoUrlOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetCustomErrorScreenBrandLogoUrlOk() (*string, bool)

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

func (*DaVinciFlowSettingsResponse) GetCustomErrorShowFooter ¶ added in v0.3.0

GetCustomErrorShowFooter returns the CustomErrorShowFooter field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetCustomErrorShowFooterOk ¶ added in v0.3.0

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

func (o *DaVinciFlowSettingsResponse) GetCustomFaviconLink() string

GetCustomFaviconLink returns the CustomFaviconLink field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetCustomFaviconLinkOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetCustomFaviconLinkOk() (*string, bool)

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

func (*DaVinciFlowSettingsResponse) GetCustomLogoURLSelection ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetCustomLogoURLSelection() int32

GetCustomLogoURLSelection returns the CustomLogoURLSelection field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetCustomLogoURLSelectionOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetCustomLogoURLSelectionOk() (*int32, bool)

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

func (*DaVinciFlowSettingsResponse) GetCustomTitle ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetCustomTitle() string

GetCustomTitle returns the CustomTitle field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetCustomTitleOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetCustomTitleOk() (*string, bool)

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

GetDefaultErrorScreenBrandLogo returns the DefaultErrorScreenBrandLogo field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetDefaultErrorScreenBrandLogoOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponse) GetFlowHttpTimeoutInSeconds ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetFlowHttpTimeoutInSeconds() int32

GetFlowHttpTimeoutInSeconds returns the FlowHttpTimeoutInSeconds field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetFlowHttpTimeoutInSecondsOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetFlowHttpTimeoutInSecondsOk() (*int32, bool)

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

func (*DaVinciFlowSettingsResponse) GetFlowTimeoutInSeconds ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetFlowTimeoutInSeconds() float32

GetFlowTimeoutInSeconds returns the FlowTimeoutInSeconds field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetFlowTimeoutInSecondsOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetFlowTimeoutInSecondsOk() (*float32, bool)

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

func (*DaVinciFlowSettingsResponse) GetIntermediateLoadingScreenCSS ¶ added in v0.3.0

GetIntermediateLoadingScreenCSS returns the IntermediateLoadingScreenCSS field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetIntermediateLoadingScreenCSSOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponse) GetIntermediateLoadingScreenHTML ¶ added in v0.3.0

GetIntermediateLoadingScreenHTML returns the IntermediateLoadingScreenHTML field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetIntermediateLoadingScreenHTMLOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponse) GetJsCustomFlowPlayer ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetJsCustomFlowPlayer() string

GetJsCustomFlowPlayer returns the JsCustomFlowPlayer field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetJsCustomFlowPlayerOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetJsCustomFlowPlayerOk() (*string, bool)

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

GetJsLinks returns the JsLinks field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetJsLinksOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponse) GetLogLevel ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetLogLevel() int32

GetLogLevel returns the LogLevel field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetLogLevelOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetLogLevelOk() (*int32, bool)

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

func (*DaVinciFlowSettingsResponse) GetRequireAuthenticationToInitiate ¶ added in v0.3.0

GetRequireAuthenticationToInitiate returns the RequireAuthenticationToInitiate field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetRequireAuthenticationToInitiateOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponse) GetScrubSensitiveInfo ¶ added in v0.3.0

GetScrubSensitiveInfo returns the ScrubSensitiveInfo field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetScrubSensitiveInfoOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponse) GetSensitiveInfoFields ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetSensitiveInfoFields() []string

GetSensitiveInfoFields returns the SensitiveInfoFields field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetSensitiveInfoFieldsOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) GetSensitiveInfoFieldsOk() ([]string, bool)

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

func (*DaVinciFlowSettingsResponse) GetUseCSP ¶ added in v0.3.0

GetUseCSP returns the UseCSP field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetUseCSPOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponse) GetUseCustomCSS ¶ added in v0.3.0

GetUseCustomCSS returns the UseCustomCSS field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetUseCustomCSSOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponse) GetUseCustomFlowPlayer ¶ added in v0.3.0

GetUseCustomFlowPlayer returns the UseCustomFlowPlayer field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetUseCustomFlowPlayerOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponse) GetUseCustomScript ¶ added in v0.3.0

GetUseCustomScript returns the UseCustomScript field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetUseCustomScriptOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponse) GetUseIntermediateLoadingScreen ¶ added in v0.3.0

GetUseIntermediateLoadingScreen returns the UseIntermediateLoadingScreen field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetUseIntermediateLoadingScreenOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponse) GetValidateOnSave ¶ added in v0.3.0

GetValidateOnSave returns the ValidateOnSave field value if set, zero value otherwise.

func (*DaVinciFlowSettingsResponse) GetValidateOnSaveOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponse) HasCsp ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasCsp() bool

HasCsp returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasCss ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasCss() bool

HasCss returns a boolean if a field has been set.

func (o *DaVinciFlowSettingsResponse) HasCssLinks() bool

HasCssLinks returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasCustomErrorScreenBrandLogoUrl ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasCustomErrorScreenBrandLogoUrl() bool

HasCustomErrorScreenBrandLogoUrl returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasCustomErrorShowFooter ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasCustomErrorShowFooter() bool

HasCustomErrorShowFooter returns a boolean if a field has been set.

func (o *DaVinciFlowSettingsResponse) HasCustomFaviconLink() bool

HasCustomFaviconLink returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasCustomLogoURLSelection ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasCustomLogoURLSelection() bool

HasCustomLogoURLSelection returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasCustomTitle ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasCustomTitle() bool

HasCustomTitle returns a boolean if a field has been set.

func (o *DaVinciFlowSettingsResponse) HasDefaultErrorScreenBrandLogo() bool

HasDefaultErrorScreenBrandLogo returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasFlowHttpTimeoutInSeconds ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasFlowHttpTimeoutInSeconds() bool

HasFlowHttpTimeoutInSeconds returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasFlowTimeoutInSeconds ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasFlowTimeoutInSeconds() bool

HasFlowTimeoutInSeconds returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasIntermediateLoadingScreenCSS ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasIntermediateLoadingScreenCSS() bool

HasIntermediateLoadingScreenCSS returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasIntermediateLoadingScreenHTML ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasIntermediateLoadingScreenHTML() bool

HasIntermediateLoadingScreenHTML returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasJsCustomFlowPlayer ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasJsCustomFlowPlayer() bool

HasJsCustomFlowPlayer returns a boolean if a field has been set.

func (o *DaVinciFlowSettingsResponse) HasJsLinks() bool

HasJsLinks returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasLogLevel ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasLogLevel() bool

HasLogLevel returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasRequireAuthenticationToInitiate ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasRequireAuthenticationToInitiate() bool

HasRequireAuthenticationToInitiate returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasScrubSensitiveInfo ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasScrubSensitiveInfo() bool

HasScrubSensitiveInfo returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasSensitiveInfoFields ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasSensitiveInfoFields() bool

HasSensitiveInfoFields returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasUseCSP ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasUseCSP() bool

HasUseCSP returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasUseCustomCSS ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasUseCustomCSS() bool

HasUseCustomCSS returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasUseCustomFlowPlayer ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasUseCustomFlowPlayer() bool

HasUseCustomFlowPlayer returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasUseCustomScript ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasUseCustomScript() bool

HasUseCustomScript returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasUseIntermediateLoadingScreen ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasUseIntermediateLoadingScreen() bool

HasUseIntermediateLoadingScreen returns a boolean if a field has been set.

func (*DaVinciFlowSettingsResponse) HasValidateOnSave ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) HasValidateOnSave() bool

HasValidateOnSave returns a boolean if a field has been set.

func (DaVinciFlowSettingsResponse) LogValue ¶ added in v0.3.0

func (o DaVinciFlowSettingsResponse) LogValue() slog.Value

func (DaVinciFlowSettingsResponse) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponse) SetCsp ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) SetCsp(v string)

SetCsp gets a reference to the given string and assigns it to the Csp field.

func (*DaVinciFlowSettingsResponse) SetCss ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) SetCss(v string)

SetCss gets a reference to the given string and assigns it to the Css field.

func (o *DaVinciFlowSettingsResponse) SetCssLinks(v []string)

SetCssLinks gets a reference to the given []string and assigns it to the CssLinks field.

func (*DaVinciFlowSettingsResponse) SetCustomErrorScreenBrandLogoUrl ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) SetCustomErrorScreenBrandLogoUrl(v string)

SetCustomErrorScreenBrandLogoUrl gets a reference to the given string and assigns it to the CustomErrorScreenBrandLogoUrl field.

func (*DaVinciFlowSettingsResponse) SetCustomErrorShowFooter ¶ added in v0.3.0

SetCustomErrorShowFooter gets a reference to the given DaVinciFlowSettingsResponseCustomErrorShowFooter and assigns it to the CustomErrorShowFooter field.

func (o *DaVinciFlowSettingsResponse) SetCustomFaviconLink(v string)

SetCustomFaviconLink gets a reference to the given string and assigns it to the CustomFaviconLink field.

func (*DaVinciFlowSettingsResponse) SetCustomLogoURLSelection ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) SetCustomLogoURLSelection(v int32)

SetCustomLogoURLSelection gets a reference to the given int32 and assigns it to the CustomLogoURLSelection field.

func (*DaVinciFlowSettingsResponse) SetCustomTitle ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) SetCustomTitle(v string)

SetCustomTitle gets a reference to the given string and assigns it to the CustomTitle field.

SetDefaultErrorScreenBrandLogo gets a reference to the given DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo and assigns it to the DefaultErrorScreenBrandLogo field.

func (*DaVinciFlowSettingsResponse) SetFlowHttpTimeoutInSeconds ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) SetFlowHttpTimeoutInSeconds(v int32)

SetFlowHttpTimeoutInSeconds gets a reference to the given int32 and assigns it to the FlowHttpTimeoutInSeconds field.

func (*DaVinciFlowSettingsResponse) SetFlowTimeoutInSeconds ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) SetFlowTimeoutInSeconds(v float32)

SetFlowTimeoutInSeconds gets a reference to the given float32 and assigns it to the FlowTimeoutInSeconds field.

func (*DaVinciFlowSettingsResponse) SetIntermediateLoadingScreenCSS ¶ added in v0.3.0

SetIntermediateLoadingScreenCSS gets a reference to the given DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS and assigns it to the IntermediateLoadingScreenCSS field.

func (*DaVinciFlowSettingsResponse) SetIntermediateLoadingScreenHTML ¶ added in v0.3.0

SetIntermediateLoadingScreenHTML gets a reference to the given DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML and assigns it to the IntermediateLoadingScreenHTML field.

func (*DaVinciFlowSettingsResponse) SetJsCustomFlowPlayer ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) SetJsCustomFlowPlayer(v string)

SetJsCustomFlowPlayer gets a reference to the given string and assigns it to the JsCustomFlowPlayer field.

SetJsLinks gets a reference to the given []DaVinciFlowSettingsResponseJsLink and assigns it to the JsLinks field.

func (*DaVinciFlowSettingsResponse) SetLogLevel ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) SetLogLevel(v int32)

SetLogLevel gets a reference to the given int32 and assigns it to the LogLevel field.

func (*DaVinciFlowSettingsResponse) SetRequireAuthenticationToInitiate ¶ added in v0.3.0

SetRequireAuthenticationToInitiate gets a reference to the given DaVinciFlowSettingsResponseRequireAuthenticationToInitiate and assigns it to the RequireAuthenticationToInitiate field.

func (*DaVinciFlowSettingsResponse) SetScrubSensitiveInfo ¶ added in v0.3.0

SetScrubSensitiveInfo gets a reference to the given DaVinciFlowSettingsResponseScrubSensitiveInfo and assigns it to the ScrubSensitiveInfo field.

func (*DaVinciFlowSettingsResponse) SetSensitiveInfoFields ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) SetSensitiveInfoFields(v []string)

SetSensitiveInfoFields gets a reference to the given []string and assigns it to the SensitiveInfoFields field.

func (*DaVinciFlowSettingsResponse) SetUseCSP ¶ added in v0.3.0

SetUseCSP gets a reference to the given DaVinciFlowSettingsResponseUseCSP and assigns it to the UseCSP field.

func (*DaVinciFlowSettingsResponse) SetUseCustomCSS ¶ added in v0.3.0

SetUseCustomCSS gets a reference to the given DaVinciFlowSettingsResponseUseCustomCSS and assigns it to the UseCustomCSS field.

func (*DaVinciFlowSettingsResponse) SetUseCustomFlowPlayer ¶ added in v0.3.0

SetUseCustomFlowPlayer gets a reference to the given DaVinciFlowSettingsResponseUseCustomFlowPlayer and assigns it to the UseCustomFlowPlayer field.

func (*DaVinciFlowSettingsResponse) SetUseCustomScript ¶ added in v0.3.0

SetUseCustomScript gets a reference to the given DaVinciFlowSettingsResponseUseCustomScript and assigns it to the UseCustomScript field.

func (*DaVinciFlowSettingsResponse) SetUseIntermediateLoadingScreen ¶ added in v0.3.0

SetUseIntermediateLoadingScreen gets a reference to the given DaVinciFlowSettingsResponseUseIntermediateLoadingScreen and assigns it to the UseIntermediateLoadingScreen field.

func (*DaVinciFlowSettingsResponse) SetValidateOnSave ¶ added in v0.3.0

SetValidateOnSave gets a reference to the given DaVinciFlowSettingsResponseValidateOnSave and assigns it to the ValidateOnSave field.

func (DaVinciFlowSettingsResponse) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponse) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowSettingsResponseCustomErrorShowFooter ¶ added in v0.4.0

type DaVinciFlowSettingsResponseCustomErrorShowFooter struct {
	DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2 *DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2
	Bool                                                    *bool
}

DaVinciFlowSettingsResponseCustomErrorShowFooter - struct for DaVinciFlowSettingsResponseCustomErrorShowFooter

func BoolAsDaVinciFlowSettingsResponseCustomErrorShowFooter ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsResponseCustomErrorShowFooter(v *bool) DaVinciFlowSettingsResponseCustomErrorShowFooter

boolAsDaVinciFlowSettingsResponseCustomErrorShowFooter is a convenience function that returns bool wrapped in DaVinciFlowSettingsResponseCustomErrorShowFooter

func DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2AsDaVinciFlowSettingsResponseCustomErrorShowFooter ¶ added in v0.4.0

func DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2AsDaVinciFlowSettingsResponseCustomErrorShowFooter(v *DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) DaVinciFlowSettingsResponseCustomErrorShowFooter

DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2AsDaVinciFlowSettingsResponseCustomErrorShowFooter is a convenience function that returns DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2 wrapped in DaVinciFlowSettingsResponseCustomErrorShowFooter

func (*DaVinciFlowSettingsResponseCustomErrorShowFooter) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsResponseCustomErrorShowFooter) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsResponseCustomErrorShowFooter) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsResponseCustomErrorShowFooter) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsResponseCustomErrorShowFooter) MarshalJSON ¶ added in v0.4.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsResponseCustomErrorShowFooter) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsResponseCustomErrorShowFooter) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2 string

DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2 the model 'DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2'

const (
	DAVINCIFLOWSETTINGSRESPONSECUSTOMERRORSHOWFOOTERCHOICE2_FALSE DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2 = "false"
	DAVINCIFLOWSETTINGSRESPONSECUSTOMERRORSHOWFOOTERCHOICE2_TRUE  DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2 = "true"
)

List of DaVinci_Flow_Settings_Response_Custom_Error_Show_Footer_Choice_2

func NewDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2FromValue(v string) (*DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2, error)

NewDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Response_Custom_Error_Show_Footer_Choice_2 value

func (*DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo struct {
	DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2
	Bool                                                          *bool
}

DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo - struct for DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo

func BoolAsDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo(v *bool) DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo

boolAsDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo is a convenience function that returns bool wrapped in DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo

func DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2AsDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo(v *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo

DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2AsDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo is a convenience function that returns DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 wrapped in DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo

func (*DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) MarshalJSON ¶ added in v0.4.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) UnmarshalJSON ¶ added in v0.4.0

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 string

DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 the model 'DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2'

const (
	DAVINCIFLOWSETTINGSRESPONSEDEFAULTERRORSCREENBRANDLOGOCHOICE2_FALSE DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 = "false"
	DAVINCIFLOWSETTINGSRESPONSEDEFAULTERRORSCREENBRANDLOGOCHOICE2_TRUE  DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 = "true"
)

List of DaVinci_Flow_Settings_Response_Default_Error_Screen_Brand_Logo_Choice_2

func NewDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2FromValue(v string) (*DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2, error)

NewDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Response_Default_Error_Screen_Brand_Logo_Choice_2 value

func (*DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS ¶ added in v0.3.0

type DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS struct {
	Object *map[string]interface{}
	String *string
}

DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS - struct for DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS

func ObjectAsDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS ¶ added in v0.3.0

func ObjectAsDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS(v *map[string]interface{}) DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS

map[string]interface{}AsDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS is a convenience function that returns map[string]interface{} wrapped in DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS

func StringAsDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS ¶ added in v0.3.0

func StringAsDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS(v *string) DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS

stringAsDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS is a convenience function that returns string wrapped in DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS

func (*DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) GetActualInstance ¶ added in v0.3.0

func (obj *DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) GetActualInstanceValue ¶ added in v0.3.0

func (obj DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) MarshalJSON ¶ added in v0.3.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) UnmarshalJSON ¶ added in v0.3.0

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML ¶ added in v0.3.0

type DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML struct {
	Object *map[string]interface{}
	String *string
}

DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML - struct for DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML

func ObjectAsDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML ¶ added in v0.3.0

func ObjectAsDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML(v *map[string]interface{}) DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML

map[string]interface{}AsDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML is a convenience function that returns map[string]interface{} wrapped in DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML

func StringAsDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML ¶ added in v0.3.0

func StringAsDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML(v *string) DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML

stringAsDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML is a convenience function that returns string wrapped in DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML

func (*DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) GetActualInstance ¶ added in v0.3.0

func (obj *DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) GetActualInstanceValue ¶ added in v0.3.0

func (obj DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) MarshalJSON ¶ added in v0.3.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) UnmarshalJSON ¶ added in v0.3.0

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsResponseJsLink struct {
	Crossorigin          string                                 `json:"crossorigin"`
	Defer                DaVinciFlowSettingsResponseJsLinkDefer `json:"defer"`
	Integrity            string                                 `json:"integrity"`
	Label                string                                 `json:"label"`
	Referrerpolicy       string                                 `json:"referrerpolicy"`
	Type                 string                                 `json:"type"`
	Value                string                                 `json:"value"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowSettingsResponseJsLink struct for DaVinciFlowSettingsResponseJsLink

func NewDaVinciFlowSettingsResponseJsLink(crossorigin string, defer_ DaVinciFlowSettingsResponseJsLinkDefer, integrity string, label string, referrerpolicy string, type_ string, value string) *DaVinciFlowSettingsResponseJsLink

NewDaVinciFlowSettingsResponseJsLink instantiates a new DaVinciFlowSettingsResponseJsLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowSettingsResponseJsLinkWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowSettingsResponseJsLinkWithDefaults() *DaVinciFlowSettingsResponseJsLink

NewDaVinciFlowSettingsResponseJsLinkWithDefaults instantiates a new DaVinciFlowSettingsResponseJsLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowSettingsResponseJsLink) GetCrossorigin ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponseJsLink) GetCrossorigin() string

GetCrossorigin returns the Crossorigin field value

func (*DaVinciFlowSettingsResponseJsLink) GetCrossoriginOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponseJsLink) GetCrossoriginOk() (*string, bool)

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

func (*DaVinciFlowSettingsResponseJsLink) GetDefer ¶ added in v0.3.0

GetDefer returns the Defer field value

func (*DaVinciFlowSettingsResponseJsLink) GetDeferOk ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponseJsLink) GetIntegrity ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponseJsLink) GetIntegrity() string

GetIntegrity returns the Integrity field value

func (*DaVinciFlowSettingsResponseJsLink) GetIntegrityOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponseJsLink) GetIntegrityOk() (*string, bool)

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

func (*DaVinciFlowSettingsResponseJsLink) GetLabel ¶ added in v0.3.0

GetLabel returns the Label field value

func (*DaVinciFlowSettingsResponseJsLink) GetLabelOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponseJsLink) GetLabelOk() (*string, bool)

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

func (*DaVinciFlowSettingsResponseJsLink) GetReferrerpolicy ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponseJsLink) GetReferrerpolicy() string

GetReferrerpolicy returns the Referrerpolicy field value

func (*DaVinciFlowSettingsResponseJsLink) GetReferrerpolicyOk ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponseJsLink) GetReferrerpolicyOk() (*string, bool)

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

func (*DaVinciFlowSettingsResponseJsLink) GetType ¶ added in v0.3.0

GetType returns the Type field value

func (*DaVinciFlowSettingsResponseJsLink) GetTypeOk ¶ added in v0.3.0

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

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

func (*DaVinciFlowSettingsResponseJsLink) GetValue ¶ added in v0.3.0

GetValue returns the Value field value

func (*DaVinciFlowSettingsResponseJsLink) GetValueOk ¶ added in v0.3.0

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

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

func (DaVinciFlowSettingsResponseJsLink) LogValue ¶ added in v0.3.0

func (DaVinciFlowSettingsResponseJsLink) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponseJsLink) SetCrossorigin ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponseJsLink) SetCrossorigin(v string)

SetCrossorigin sets field value

func (*DaVinciFlowSettingsResponseJsLink) SetDefer ¶ added in v0.3.0

SetDefer sets field value

func (*DaVinciFlowSettingsResponseJsLink) SetIntegrity ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponseJsLink) SetIntegrity(v string)

SetIntegrity sets field value

func (*DaVinciFlowSettingsResponseJsLink) SetLabel ¶ added in v0.3.0

SetLabel sets field value

func (*DaVinciFlowSettingsResponseJsLink) SetReferrerpolicy ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponseJsLink) SetReferrerpolicy(v string)

SetReferrerpolicy sets field value

func (*DaVinciFlowSettingsResponseJsLink) SetType ¶ added in v0.3.0

SetType sets field value

func (*DaVinciFlowSettingsResponseJsLink) SetValue ¶ added in v0.3.0

SetValue sets field value

func (DaVinciFlowSettingsResponseJsLink) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowSettingsResponseJsLink) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowSettingsResponseJsLink) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowSettingsResponseJsLinkDefer ¶ added in v0.4.0

type DaVinciFlowSettingsResponseJsLinkDefer struct {
	DaVinciFlowSettingsResponseJsLinkDeferChoice2 *DaVinciFlowSettingsResponseJsLinkDeferChoice2
	Bool                                          *bool
}

DaVinciFlowSettingsResponseJsLinkDefer - struct for DaVinciFlowSettingsResponseJsLinkDefer

func BoolAsDaVinciFlowSettingsResponseJsLinkDefer ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsResponseJsLinkDefer(v *bool) DaVinciFlowSettingsResponseJsLinkDefer

boolAsDaVinciFlowSettingsResponseJsLinkDefer is a convenience function that returns bool wrapped in DaVinciFlowSettingsResponseJsLinkDefer

func DaVinciFlowSettingsResponseJsLinkDeferChoice2AsDaVinciFlowSettingsResponseJsLinkDefer ¶ added in v0.4.0

func DaVinciFlowSettingsResponseJsLinkDeferChoice2AsDaVinciFlowSettingsResponseJsLinkDefer(v *DaVinciFlowSettingsResponseJsLinkDeferChoice2) DaVinciFlowSettingsResponseJsLinkDefer

DaVinciFlowSettingsResponseJsLinkDeferChoice2AsDaVinciFlowSettingsResponseJsLinkDefer is a convenience function that returns DaVinciFlowSettingsResponseJsLinkDeferChoice2 wrapped in DaVinciFlowSettingsResponseJsLinkDefer

func (*DaVinciFlowSettingsResponseJsLinkDefer) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsResponseJsLinkDefer) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsResponseJsLinkDefer) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsResponseJsLinkDefer) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsResponseJsLinkDefer) MarshalJSON ¶ added in v0.4.0

func (src DaVinciFlowSettingsResponseJsLinkDefer) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsResponseJsLinkDefer) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsResponseJsLinkDefer) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsResponseJsLinkDeferChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsResponseJsLinkDeferChoice2 string

DaVinciFlowSettingsResponseJsLinkDeferChoice2 the model 'DaVinciFlowSettingsResponseJsLinkDeferChoice2'

const (
	DAVINCIFLOWSETTINGSRESPONSEJSLINKDEFERCHOICE2_FALSE DaVinciFlowSettingsResponseJsLinkDeferChoice2 = "false"
	DAVINCIFLOWSETTINGSRESPONSEJSLINKDEFERCHOICE2_TRUE  DaVinciFlowSettingsResponseJsLinkDeferChoice2 = "true"
)

List of DaVinci_Flow_Settings_Response_Js_Link_Defer_Choice_2

func NewDaVinciFlowSettingsResponseJsLinkDeferChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsResponseJsLinkDeferChoice2FromValue(v string) (*DaVinciFlowSettingsResponseJsLinkDeferChoice2, error)

NewDaVinciFlowSettingsResponseJsLinkDeferChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsResponseJsLinkDeferChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsResponseJsLinkDeferChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsResponseJsLinkDeferChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Response_Js_Link_Defer_Choice_2 value

func (*DaVinciFlowSettingsResponseJsLinkDeferChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsResponseRequireAuthenticationToInitiate ¶ added in v0.4.0

type DaVinciFlowSettingsResponseRequireAuthenticationToInitiate struct {
	DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2 *DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2
	Bool                                                              *bool
}

DaVinciFlowSettingsResponseRequireAuthenticationToInitiate - struct for DaVinciFlowSettingsResponseRequireAuthenticationToInitiate

func BoolAsDaVinciFlowSettingsResponseRequireAuthenticationToInitiate ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsResponseRequireAuthenticationToInitiate(v *bool) DaVinciFlowSettingsResponseRequireAuthenticationToInitiate

boolAsDaVinciFlowSettingsResponseRequireAuthenticationToInitiate is a convenience function that returns bool wrapped in DaVinciFlowSettingsResponseRequireAuthenticationToInitiate

func DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2AsDaVinciFlowSettingsResponseRequireAuthenticationToInitiate ¶ added in v0.4.0

func DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2AsDaVinciFlowSettingsResponseRequireAuthenticationToInitiate(v *DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) DaVinciFlowSettingsResponseRequireAuthenticationToInitiate

DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2AsDaVinciFlowSettingsResponseRequireAuthenticationToInitiate is a convenience function that returns DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2 wrapped in DaVinciFlowSettingsResponseRequireAuthenticationToInitiate

func (*DaVinciFlowSettingsResponseRequireAuthenticationToInitiate) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsResponseRequireAuthenticationToInitiate) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsResponseRequireAuthenticationToInitiate) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsResponseRequireAuthenticationToInitiate) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsResponseRequireAuthenticationToInitiate) MarshalJSON ¶ added in v0.4.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsResponseRequireAuthenticationToInitiate) UnmarshalJSON ¶ added in v0.4.0

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2 string

DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2 the model 'DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2'

const (
	DAVINCIFLOWSETTINGSRESPONSEREQUIREAUTHENTICATIONTOINITIATECHOICE2_FALSE DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2 = "false"
	DAVINCIFLOWSETTINGSRESPONSEREQUIREAUTHENTICATIONTOINITIATECHOICE2_TRUE  DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2 = "true"
)

List of DaVinci_Flow_Settings_Response_Require_Authentication_To_Initiate_Choice_2

func NewDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2FromValue(v string) (*DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2, error)

NewDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Response_Require_Authentication_To_Initiate_Choice_2 value

func (*DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsResponseScrubSensitiveInfo ¶ added in v0.4.0

type DaVinciFlowSettingsResponseScrubSensitiveInfo struct {
	DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2 *DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2
	Bool                                                 *bool
}

DaVinciFlowSettingsResponseScrubSensitiveInfo - struct for DaVinciFlowSettingsResponseScrubSensitiveInfo

func BoolAsDaVinciFlowSettingsResponseScrubSensitiveInfo ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsResponseScrubSensitiveInfo(v *bool) DaVinciFlowSettingsResponseScrubSensitiveInfo

boolAsDaVinciFlowSettingsResponseScrubSensitiveInfo is a convenience function that returns bool wrapped in DaVinciFlowSettingsResponseScrubSensitiveInfo

func DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2AsDaVinciFlowSettingsResponseScrubSensitiveInfo ¶ added in v0.4.0

func DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2AsDaVinciFlowSettingsResponseScrubSensitiveInfo(v *DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) DaVinciFlowSettingsResponseScrubSensitiveInfo

DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2AsDaVinciFlowSettingsResponseScrubSensitiveInfo is a convenience function that returns DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2 wrapped in DaVinciFlowSettingsResponseScrubSensitiveInfo

func (*DaVinciFlowSettingsResponseScrubSensitiveInfo) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsResponseScrubSensitiveInfo) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsResponseScrubSensitiveInfo) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsResponseScrubSensitiveInfo) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsResponseScrubSensitiveInfo) MarshalJSON ¶ added in v0.4.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsResponseScrubSensitiveInfo) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsResponseScrubSensitiveInfo) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2 string

DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2 the model 'DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2'

const (
	DAVINCIFLOWSETTINGSRESPONSESCRUBSENSITIVEINFOCHOICE2_FALSE DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2 = "false"
	DAVINCIFLOWSETTINGSRESPONSESCRUBSENSITIVEINFOCHOICE2_TRUE  DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2 = "true"
)

List of DaVinci_Flow_Settings_Response_Scrub_Sensitive_Info_Choice_2

func NewDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2FromValue(v string) (*DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2, error)

NewDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Response_Scrub_Sensitive_Info_Choice_2 value

func (*DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsResponseUseCSP ¶ added in v0.4.0

type DaVinciFlowSettingsResponseUseCSP struct {
	DaVinciFlowSettingsResponseUseCSPChoice2 *DaVinciFlowSettingsResponseUseCSPChoice2
	Bool                                     *bool
}

DaVinciFlowSettingsResponseUseCSP - struct for DaVinciFlowSettingsResponseUseCSP

func BoolAsDaVinciFlowSettingsResponseUseCSP ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsResponseUseCSP(v *bool) DaVinciFlowSettingsResponseUseCSP

boolAsDaVinciFlowSettingsResponseUseCSP is a convenience function that returns bool wrapped in DaVinciFlowSettingsResponseUseCSP

func DaVinciFlowSettingsResponseUseCSPChoice2AsDaVinciFlowSettingsResponseUseCSP ¶ added in v0.4.0

func DaVinciFlowSettingsResponseUseCSPChoice2AsDaVinciFlowSettingsResponseUseCSP(v *DaVinciFlowSettingsResponseUseCSPChoice2) DaVinciFlowSettingsResponseUseCSP

DaVinciFlowSettingsResponseUseCSPChoice2AsDaVinciFlowSettingsResponseUseCSP is a convenience function that returns DaVinciFlowSettingsResponseUseCSPChoice2 wrapped in DaVinciFlowSettingsResponseUseCSP

func (*DaVinciFlowSettingsResponseUseCSP) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsResponseUseCSP) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsResponseUseCSP) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsResponseUseCSP) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsResponseUseCSP) MarshalJSON ¶ added in v0.4.0

func (src DaVinciFlowSettingsResponseUseCSP) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsResponseUseCSP) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsResponseUseCSP) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsResponseUseCSPChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsResponseUseCSPChoice2 string

DaVinciFlowSettingsResponseUseCSPChoice2 the model 'DaVinciFlowSettingsResponseUseCSPChoice2'

const (
	DAVINCIFLOWSETTINGSRESPONSEUSECSPCHOICE2_FALSE DaVinciFlowSettingsResponseUseCSPChoice2 = "false"
	DAVINCIFLOWSETTINGSRESPONSEUSECSPCHOICE2_TRUE  DaVinciFlowSettingsResponseUseCSPChoice2 = "true"
)

List of DaVinci_Flow_Settings_Response_Use_CSP_Choice_2

func NewDaVinciFlowSettingsResponseUseCSPChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsResponseUseCSPChoice2FromValue(v string) (*DaVinciFlowSettingsResponseUseCSPChoice2, error)

NewDaVinciFlowSettingsResponseUseCSPChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsResponseUseCSPChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsResponseUseCSPChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsResponseUseCSPChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Response_Use_CSP_Choice_2 value

func (*DaVinciFlowSettingsResponseUseCSPChoice2) UnmarshalJSON ¶ added in v0.4.0

func (v *DaVinciFlowSettingsResponseUseCSPChoice2) UnmarshalJSON(src []byte) error

type DaVinciFlowSettingsResponseUseCustomCSS ¶ added in v0.4.0

type DaVinciFlowSettingsResponseUseCustomCSS struct {
	DaVinciFlowSettingsResponseUseCustomCSSChoice2 *DaVinciFlowSettingsResponseUseCustomCSSChoice2
	Bool                                           *bool
}

DaVinciFlowSettingsResponseUseCustomCSS - struct for DaVinciFlowSettingsResponseUseCustomCSS

func BoolAsDaVinciFlowSettingsResponseUseCustomCSS ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsResponseUseCustomCSS(v *bool) DaVinciFlowSettingsResponseUseCustomCSS

boolAsDaVinciFlowSettingsResponseUseCustomCSS is a convenience function that returns bool wrapped in DaVinciFlowSettingsResponseUseCustomCSS

func DaVinciFlowSettingsResponseUseCustomCSSChoice2AsDaVinciFlowSettingsResponseUseCustomCSS ¶ added in v0.4.0

func DaVinciFlowSettingsResponseUseCustomCSSChoice2AsDaVinciFlowSettingsResponseUseCustomCSS(v *DaVinciFlowSettingsResponseUseCustomCSSChoice2) DaVinciFlowSettingsResponseUseCustomCSS

DaVinciFlowSettingsResponseUseCustomCSSChoice2AsDaVinciFlowSettingsResponseUseCustomCSS is a convenience function that returns DaVinciFlowSettingsResponseUseCustomCSSChoice2 wrapped in DaVinciFlowSettingsResponseUseCustomCSS

func (*DaVinciFlowSettingsResponseUseCustomCSS) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsResponseUseCustomCSS) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsResponseUseCustomCSS) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsResponseUseCustomCSS) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsResponseUseCustomCSS) MarshalJSON ¶ added in v0.4.0

func (src DaVinciFlowSettingsResponseUseCustomCSS) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsResponseUseCustomCSS) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsResponseUseCustomCSS) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsResponseUseCustomCSSChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsResponseUseCustomCSSChoice2 string

DaVinciFlowSettingsResponseUseCustomCSSChoice2 the model 'DaVinciFlowSettingsResponseUseCustomCSSChoice2'

const (
	DAVINCIFLOWSETTINGSRESPONSEUSECUSTOMCSSCHOICE2_FALSE DaVinciFlowSettingsResponseUseCustomCSSChoice2 = "false"
	DAVINCIFLOWSETTINGSRESPONSEUSECUSTOMCSSCHOICE2_TRUE  DaVinciFlowSettingsResponseUseCustomCSSChoice2 = "true"
)

List of DaVinci_Flow_Settings_Response_Use_Custom_CSS_Choice_2

func NewDaVinciFlowSettingsResponseUseCustomCSSChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsResponseUseCustomCSSChoice2FromValue(v string) (*DaVinciFlowSettingsResponseUseCustomCSSChoice2, error)

NewDaVinciFlowSettingsResponseUseCustomCSSChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsResponseUseCustomCSSChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsResponseUseCustomCSSChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsResponseUseCustomCSSChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Response_Use_Custom_CSS_Choice_2 value

func (*DaVinciFlowSettingsResponseUseCustomCSSChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsResponseUseCustomFlowPlayer ¶ added in v0.4.0

type DaVinciFlowSettingsResponseUseCustomFlowPlayer struct {
	DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2 *DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2
	Bool                                                  *bool
}

DaVinciFlowSettingsResponseUseCustomFlowPlayer - struct for DaVinciFlowSettingsResponseUseCustomFlowPlayer

func BoolAsDaVinciFlowSettingsResponseUseCustomFlowPlayer ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsResponseUseCustomFlowPlayer(v *bool) DaVinciFlowSettingsResponseUseCustomFlowPlayer

boolAsDaVinciFlowSettingsResponseUseCustomFlowPlayer is a convenience function that returns bool wrapped in DaVinciFlowSettingsResponseUseCustomFlowPlayer

func DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2AsDaVinciFlowSettingsResponseUseCustomFlowPlayer ¶ added in v0.4.0

func DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2AsDaVinciFlowSettingsResponseUseCustomFlowPlayer(v *DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) DaVinciFlowSettingsResponseUseCustomFlowPlayer

DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2AsDaVinciFlowSettingsResponseUseCustomFlowPlayer is a convenience function that returns DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2 wrapped in DaVinciFlowSettingsResponseUseCustomFlowPlayer

func (*DaVinciFlowSettingsResponseUseCustomFlowPlayer) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsResponseUseCustomFlowPlayer) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsResponseUseCustomFlowPlayer) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsResponseUseCustomFlowPlayer) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsResponseUseCustomFlowPlayer) MarshalJSON ¶ added in v0.4.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsResponseUseCustomFlowPlayer) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsResponseUseCustomFlowPlayer) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2 string

DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2 the model 'DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2'

const (
	DAVINCIFLOWSETTINGSRESPONSEUSECUSTOMFLOWPLAYERCHOICE2_FALSE DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2 = "false"
	DAVINCIFLOWSETTINGSRESPONSEUSECUSTOMFLOWPLAYERCHOICE2_TRUE  DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2 = "true"
)

List of DaVinci_Flow_Settings_Response_Use_Custom_Flow_Player_Choice_2

func NewDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2FromValue(v string) (*DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2, error)

NewDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Response_Use_Custom_Flow_Player_Choice_2 value

func (*DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsResponseUseCustomScript ¶ added in v0.4.0

type DaVinciFlowSettingsResponseUseCustomScript struct {
	DaVinciFlowSettingsResponseUseCustomScriptChoice2 *DaVinciFlowSettingsResponseUseCustomScriptChoice2
	Bool                                              *bool
}

DaVinciFlowSettingsResponseUseCustomScript - struct for DaVinciFlowSettingsResponseUseCustomScript

func BoolAsDaVinciFlowSettingsResponseUseCustomScript ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsResponseUseCustomScript(v *bool) DaVinciFlowSettingsResponseUseCustomScript

boolAsDaVinciFlowSettingsResponseUseCustomScript is a convenience function that returns bool wrapped in DaVinciFlowSettingsResponseUseCustomScript

func DaVinciFlowSettingsResponseUseCustomScriptChoice2AsDaVinciFlowSettingsResponseUseCustomScript ¶ added in v0.4.0

func DaVinciFlowSettingsResponseUseCustomScriptChoice2AsDaVinciFlowSettingsResponseUseCustomScript(v *DaVinciFlowSettingsResponseUseCustomScriptChoice2) DaVinciFlowSettingsResponseUseCustomScript

DaVinciFlowSettingsResponseUseCustomScriptChoice2AsDaVinciFlowSettingsResponseUseCustomScript is a convenience function that returns DaVinciFlowSettingsResponseUseCustomScriptChoice2 wrapped in DaVinciFlowSettingsResponseUseCustomScript

func (*DaVinciFlowSettingsResponseUseCustomScript) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsResponseUseCustomScript) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsResponseUseCustomScript) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsResponseUseCustomScript) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsResponseUseCustomScript) MarshalJSON ¶ added in v0.4.0

func (src DaVinciFlowSettingsResponseUseCustomScript) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsResponseUseCustomScript) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsResponseUseCustomScript) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsResponseUseCustomScriptChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsResponseUseCustomScriptChoice2 string

DaVinciFlowSettingsResponseUseCustomScriptChoice2 the model 'DaVinciFlowSettingsResponseUseCustomScriptChoice2'

const (
	DAVINCIFLOWSETTINGSRESPONSEUSECUSTOMSCRIPTCHOICE2_FALSE DaVinciFlowSettingsResponseUseCustomScriptChoice2 = "false"
	DAVINCIFLOWSETTINGSRESPONSEUSECUSTOMSCRIPTCHOICE2_TRUE  DaVinciFlowSettingsResponseUseCustomScriptChoice2 = "true"
)

List of DaVinci_Flow_Settings_Response_Use_Custom_Script_Choice_2

func NewDaVinciFlowSettingsResponseUseCustomScriptChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsResponseUseCustomScriptChoice2FromValue(v string) (*DaVinciFlowSettingsResponseUseCustomScriptChoice2, error)

NewDaVinciFlowSettingsResponseUseCustomScriptChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsResponseUseCustomScriptChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsResponseUseCustomScriptChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsResponseUseCustomScriptChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Response_Use_Custom_Script_Choice_2 value

func (*DaVinciFlowSettingsResponseUseCustomScriptChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsResponseUseIntermediateLoadingScreen ¶ added in v0.4.0

type DaVinciFlowSettingsResponseUseIntermediateLoadingScreen struct {
	DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2 *DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2
	Bool                                                           *bool
}

DaVinciFlowSettingsResponseUseIntermediateLoadingScreen - struct for DaVinciFlowSettingsResponseUseIntermediateLoadingScreen

func BoolAsDaVinciFlowSettingsResponseUseIntermediateLoadingScreen ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsResponseUseIntermediateLoadingScreen(v *bool) DaVinciFlowSettingsResponseUseIntermediateLoadingScreen

boolAsDaVinciFlowSettingsResponseUseIntermediateLoadingScreen is a convenience function that returns bool wrapped in DaVinciFlowSettingsResponseUseIntermediateLoadingScreen

func DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2AsDaVinciFlowSettingsResponseUseIntermediateLoadingScreen ¶ added in v0.4.0

func DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2AsDaVinciFlowSettingsResponseUseIntermediateLoadingScreen(v *DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) DaVinciFlowSettingsResponseUseIntermediateLoadingScreen

DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2AsDaVinciFlowSettingsResponseUseIntermediateLoadingScreen is a convenience function that returns DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2 wrapped in DaVinciFlowSettingsResponseUseIntermediateLoadingScreen

func (*DaVinciFlowSettingsResponseUseIntermediateLoadingScreen) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsResponseUseIntermediateLoadingScreen) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsResponseUseIntermediateLoadingScreen) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsResponseUseIntermediateLoadingScreen) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsResponseUseIntermediateLoadingScreen) MarshalJSON ¶ added in v0.4.0

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsResponseUseIntermediateLoadingScreen) UnmarshalJSON ¶ added in v0.4.0

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2 string

DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2 the model 'DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2'

const (
	DAVINCIFLOWSETTINGSRESPONSEUSEINTERMEDIATELOADINGSCREENCHOICE2_FALSE DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2 = "false"
	DAVINCIFLOWSETTINGSRESPONSEUSEINTERMEDIATELOADINGSCREENCHOICE2_TRUE  DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2 = "true"
)

List of DaVinci_Flow_Settings_Response_Use_Intermediate_Loading_Screen_Choice_2

func NewDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2FromValue(v string) (*DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2, error)

NewDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Response_Use_Intermediate_Loading_Screen_Choice_2 value

func (*DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowSettingsResponseValidateOnSave ¶ added in v0.4.0

type DaVinciFlowSettingsResponseValidateOnSave struct {
	DaVinciFlowSettingsResponseValidateOnSaveChoice2 *DaVinciFlowSettingsResponseValidateOnSaveChoice2
	Bool                                             *bool
}

DaVinciFlowSettingsResponseValidateOnSave - struct for DaVinciFlowSettingsResponseValidateOnSave

func BoolAsDaVinciFlowSettingsResponseValidateOnSave ¶ added in v0.4.0

func BoolAsDaVinciFlowSettingsResponseValidateOnSave(v *bool) DaVinciFlowSettingsResponseValidateOnSave

boolAsDaVinciFlowSettingsResponseValidateOnSave is a convenience function that returns bool wrapped in DaVinciFlowSettingsResponseValidateOnSave

func DaVinciFlowSettingsResponseValidateOnSaveChoice2AsDaVinciFlowSettingsResponseValidateOnSave ¶ added in v0.4.0

func DaVinciFlowSettingsResponseValidateOnSaveChoice2AsDaVinciFlowSettingsResponseValidateOnSave(v *DaVinciFlowSettingsResponseValidateOnSaveChoice2) DaVinciFlowSettingsResponseValidateOnSave

DaVinciFlowSettingsResponseValidateOnSaveChoice2AsDaVinciFlowSettingsResponseValidateOnSave is a convenience function that returns DaVinciFlowSettingsResponseValidateOnSaveChoice2 wrapped in DaVinciFlowSettingsResponseValidateOnSave

func (*DaVinciFlowSettingsResponseValidateOnSave) GetActualInstance ¶ added in v0.4.0

func (obj *DaVinciFlowSettingsResponseValidateOnSave) GetActualInstance() interface{}

Get the actual instance

func (DaVinciFlowSettingsResponseValidateOnSave) GetActualInstanceValue ¶ added in v0.4.0

func (obj DaVinciFlowSettingsResponseValidateOnSave) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciFlowSettingsResponseValidateOnSave) MarshalJSON ¶ added in v0.4.0

func (src DaVinciFlowSettingsResponseValidateOnSave) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciFlowSettingsResponseValidateOnSave) UnmarshalJSON ¶ added in v0.4.0

func (dst *DaVinciFlowSettingsResponseValidateOnSave) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciFlowSettingsResponseValidateOnSaveChoice2 ¶ added in v0.4.0

type DaVinciFlowSettingsResponseValidateOnSaveChoice2 string

DaVinciFlowSettingsResponseValidateOnSaveChoice2 the model 'DaVinciFlowSettingsResponseValidateOnSaveChoice2'

const (
	DAVINCIFLOWSETTINGSRESPONSEVALIDATEONSAVECHOICE2_FALSE DaVinciFlowSettingsResponseValidateOnSaveChoice2 = "false"
	DAVINCIFLOWSETTINGSRESPONSEVALIDATEONSAVECHOICE2_TRUE  DaVinciFlowSettingsResponseValidateOnSaveChoice2 = "true"
)

List of DaVinci_Flow_Settings_Response_Validate_On_Save_Choice_2

func NewDaVinciFlowSettingsResponseValidateOnSaveChoice2FromValue ¶ added in v0.4.0

func NewDaVinciFlowSettingsResponseValidateOnSaveChoice2FromValue(v string) (*DaVinciFlowSettingsResponseValidateOnSaveChoice2, error)

NewDaVinciFlowSettingsResponseValidateOnSaveChoice2FromValue returns a pointer to a valid DaVinciFlowSettingsResponseValidateOnSaveChoice2 for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowSettingsResponseValidateOnSaveChoice2) IsValid ¶ added in v0.4.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowSettingsResponseValidateOnSaveChoice2) Ptr ¶ added in v0.4.0

Ptr returns reference to DaVinci_Flow_Settings_Response_Validate_On_Save_Choice_2 value

func (*DaVinciFlowSettingsResponseValidateOnSaveChoice2) UnmarshalJSON ¶ added in v0.4.0

type DaVinciFlowTriggerRequest ¶ added in v0.3.0

type DaVinciFlowTriggerRequest struct {
	Type                 DaVinciFlowTriggerRequestType           `json:"type"`
	Configuration        *DaVinciFlowTriggerRequestConfiguration `json:"configuration,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowTriggerRequest struct for DaVinciFlowTriggerRequest

func NewDaVinciFlowTriggerRequest ¶ added in v0.3.0

func NewDaVinciFlowTriggerRequest(type_ DaVinciFlowTriggerRequestType) *DaVinciFlowTriggerRequest

NewDaVinciFlowTriggerRequest instantiates a new DaVinciFlowTriggerRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowTriggerRequestWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowTriggerRequestWithDefaults() *DaVinciFlowTriggerRequest

NewDaVinciFlowTriggerRequestWithDefaults instantiates a new DaVinciFlowTriggerRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowTriggerRequest) GetConfiguration ¶ added in v0.3.0

GetConfiguration returns the Configuration field value if set, zero value otherwise.

func (*DaVinciFlowTriggerRequest) GetConfigurationOk ¶ added in v0.3.0

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

func (*DaVinciFlowTriggerRequest) GetType ¶ added in v0.3.0

GetType returns the Type field value

func (*DaVinciFlowTriggerRequest) GetTypeOk ¶ added in v0.3.0

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

func (*DaVinciFlowTriggerRequest) HasConfiguration ¶ added in v0.3.0

func (o *DaVinciFlowTriggerRequest) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

func (DaVinciFlowTriggerRequest) LogValue ¶ added in v0.3.0

func (o DaVinciFlowTriggerRequest) LogValue() slog.Value

func (DaVinciFlowTriggerRequest) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowTriggerRequest) SetConfiguration ¶ added in v0.3.0

SetConfiguration gets a reference to the given DaVinciFlowTriggerRequestConfiguration and assigns it to the Configuration field.

func (*DaVinciFlowTriggerRequest) SetType ¶ added in v0.3.0

SetType sets field value

func (DaVinciFlowTriggerRequest) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowTriggerRequest) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowTriggerRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowTriggerRequestConfiguration ¶ added in v0.3.0

type DaVinciFlowTriggerRequestConfiguration struct {
	Mfa                  DaVinciFlowTriggerRequestConfigurationMFA      `json:"mfa"`
	Pwd                  DaVinciFlowTriggerRequestConfigurationPassword `json:"pwd"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowTriggerRequestConfiguration struct for DaVinciFlowTriggerRequestConfiguration

func NewDaVinciFlowTriggerRequestConfiguration ¶ added in v0.3.0

NewDaVinciFlowTriggerRequestConfiguration instantiates a new DaVinciFlowTriggerRequestConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowTriggerRequestConfigurationWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowTriggerRequestConfigurationWithDefaults() *DaVinciFlowTriggerRequestConfiguration

NewDaVinciFlowTriggerRequestConfigurationWithDefaults instantiates a new DaVinciFlowTriggerRequestConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowTriggerRequestConfiguration) GetMfa ¶ added in v0.3.0

GetMfa returns the Mfa field value

func (*DaVinciFlowTriggerRequestConfiguration) GetMfaOk ¶ added in v0.3.0

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

func (*DaVinciFlowTriggerRequestConfiguration) GetPwd ¶ added in v0.3.0

GetPwd returns the Pwd field value

func (*DaVinciFlowTriggerRequestConfiguration) GetPwdOk ¶ added in v0.3.0

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

func (DaVinciFlowTriggerRequestConfiguration) LogValue ¶ added in v0.3.0

func (DaVinciFlowTriggerRequestConfiguration) MarshalJSON ¶ added in v0.3.0

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

func (*DaVinciFlowTriggerRequestConfiguration) SetMfa ¶ added in v0.3.0

SetMfa sets field value

func (*DaVinciFlowTriggerRequestConfiguration) SetPwd ¶ added in v0.3.0

SetPwd sets field value

func (DaVinciFlowTriggerRequestConfiguration) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowTriggerRequestConfiguration) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowTriggerRequestConfiguration) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowTriggerRequestConfigurationMFA ¶ added in v0.3.0

type DaVinciFlowTriggerRequestConfigurationMFA struct {
	Enabled              bool    `json:"enabled"`
	Time                 float32 `json:"time"`
	TimeFormat           string  `json:"timeFormat"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowTriggerRequestConfigurationMFA struct for DaVinciFlowTriggerRequestConfigurationMFA

func NewDaVinciFlowTriggerRequestConfigurationMFA ¶ added in v0.3.0

func NewDaVinciFlowTriggerRequestConfigurationMFA(enabled bool, time float32, timeFormat string) *DaVinciFlowTriggerRequestConfigurationMFA

NewDaVinciFlowTriggerRequestConfigurationMFA instantiates a new DaVinciFlowTriggerRequestConfigurationMFA object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowTriggerRequestConfigurationMFAWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowTriggerRequestConfigurationMFAWithDefaults() *DaVinciFlowTriggerRequestConfigurationMFA

NewDaVinciFlowTriggerRequestConfigurationMFAWithDefaults instantiates a new DaVinciFlowTriggerRequestConfigurationMFA object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowTriggerRequestConfigurationMFA) GetEnabled ¶ added in v0.3.0

GetEnabled returns the Enabled field value

func (*DaVinciFlowTriggerRequestConfigurationMFA) GetEnabledOk ¶ added in v0.3.0

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

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

func (*DaVinciFlowTriggerRequestConfigurationMFA) GetTime ¶ added in v0.3.0

GetTime returns the Time field value

func (*DaVinciFlowTriggerRequestConfigurationMFA) GetTimeFormat ¶ added in v0.3.0

GetTimeFormat returns the TimeFormat field value

func (*DaVinciFlowTriggerRequestConfigurationMFA) GetTimeFormatOk ¶ added in v0.3.0

func (o *DaVinciFlowTriggerRequestConfigurationMFA) GetTimeFormatOk() (*string, bool)

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

func (*DaVinciFlowTriggerRequestConfigurationMFA) GetTimeOk ¶ added in v0.3.0

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

func (DaVinciFlowTriggerRequestConfigurationMFA) LogValue ¶ added in v0.3.0

func (DaVinciFlowTriggerRequestConfigurationMFA) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowTriggerRequestConfigurationMFA) SetEnabled ¶ added in v0.3.0

SetEnabled sets field value

func (*DaVinciFlowTriggerRequestConfigurationMFA) SetTime ¶ added in v0.3.0

SetTime sets field value

func (*DaVinciFlowTriggerRequestConfigurationMFA) SetTimeFormat ¶ added in v0.3.0

SetTimeFormat sets field value

func (DaVinciFlowTriggerRequestConfigurationMFA) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowTriggerRequestConfigurationMFA) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowTriggerRequestConfigurationMFA) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowTriggerRequestConfigurationPassword ¶ added in v0.3.0

type DaVinciFlowTriggerRequestConfigurationPassword struct {
	Enabled              bool    `json:"enabled"`
	Time                 float32 `json:"time"`
	TimeFormat           string  `json:"timeFormat"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowTriggerRequestConfigurationPassword struct for DaVinciFlowTriggerRequestConfigurationPassword

func NewDaVinciFlowTriggerRequestConfigurationPassword ¶ added in v0.3.0

func NewDaVinciFlowTriggerRequestConfigurationPassword(enabled bool, time float32, timeFormat string) *DaVinciFlowTriggerRequestConfigurationPassword

NewDaVinciFlowTriggerRequestConfigurationPassword instantiates a new DaVinciFlowTriggerRequestConfigurationPassword object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowTriggerRequestConfigurationPasswordWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowTriggerRequestConfigurationPasswordWithDefaults() *DaVinciFlowTriggerRequestConfigurationPassword

NewDaVinciFlowTriggerRequestConfigurationPasswordWithDefaults instantiates a new DaVinciFlowTriggerRequestConfigurationPassword object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowTriggerRequestConfigurationPassword) GetEnabled ¶ added in v0.3.0

GetEnabled returns the Enabled field value

func (*DaVinciFlowTriggerRequestConfigurationPassword) GetEnabledOk ¶ added in v0.3.0

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

func (*DaVinciFlowTriggerRequestConfigurationPassword) GetTime ¶ added in v0.3.0

GetTime returns the Time field value

func (*DaVinciFlowTriggerRequestConfigurationPassword) GetTimeFormat ¶ added in v0.3.0

GetTimeFormat returns the TimeFormat field value

func (*DaVinciFlowTriggerRequestConfigurationPassword) GetTimeFormatOk ¶ added in v0.3.0

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

func (*DaVinciFlowTriggerRequestConfigurationPassword) GetTimeOk ¶ added in v0.3.0

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

func (DaVinciFlowTriggerRequestConfigurationPassword) LogValue ¶ added in v0.3.0

func (DaVinciFlowTriggerRequestConfigurationPassword) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowTriggerRequestConfigurationPassword) SetEnabled ¶ added in v0.3.0

SetEnabled sets field value

func (*DaVinciFlowTriggerRequestConfigurationPassword) SetTime ¶ added in v0.3.0

SetTime sets field value

func (*DaVinciFlowTriggerRequestConfigurationPassword) SetTimeFormat ¶ added in v0.3.0

SetTimeFormat sets field value

func (DaVinciFlowTriggerRequestConfigurationPassword) ToMap ¶ added in v0.3.0

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

func (*DaVinciFlowTriggerRequestConfigurationPassword) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowTriggerRequestConfigurationPassword) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowTriggerRequestType ¶ added in v0.3.0

type DaVinciFlowTriggerRequestType string

DaVinciFlowTriggerRequestType the model 'DaVinciFlowTriggerRequestType'

const (
	DAVINCIFLOWTRIGGERREQUESTTYPE_AUTHENTICATION DaVinciFlowTriggerRequestType = "AUTHENTICATION"
	DAVINCIFLOWTRIGGERREQUESTTYPE_SCHEDULE       DaVinciFlowTriggerRequestType = "SCHEDULE"
)

List of DaVinci_Flow_Trigger_Request_Type

func NewDaVinciFlowTriggerRequestTypeFromValue ¶ added in v0.3.0

func NewDaVinciFlowTriggerRequestTypeFromValue(v string) (*DaVinciFlowTriggerRequestType, error)

NewDaVinciFlowTriggerRequestTypeFromValue returns a pointer to a valid DaVinciFlowTriggerRequestType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowTriggerRequestType) IsValid ¶ added in v0.3.0

func (v DaVinciFlowTriggerRequestType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowTriggerRequestType) Ptr ¶ added in v0.3.0

Ptr returns reference to DaVinci_Flow_Trigger_Request_Type value

func (*DaVinciFlowTriggerRequestType) UnmarshalJSON ¶ added in v0.3.0

func (v *DaVinciFlowTriggerRequestType) UnmarshalJSON(src []byte) error

type DaVinciFlowTriggerResponse ¶ added in v0.3.0

type DaVinciFlowTriggerResponse struct {
	Type                 DaVinciFlowTriggerResponseType           `json:"type"`
	Configuration        *DaVinciFlowTriggerResponseConfiguration `json:"configuration,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowTriggerResponse struct for DaVinciFlowTriggerResponse

func NewDaVinciFlowTriggerResponse ¶ added in v0.3.0

func NewDaVinciFlowTriggerResponse(type_ DaVinciFlowTriggerResponseType) *DaVinciFlowTriggerResponse

NewDaVinciFlowTriggerResponse instantiates a new DaVinciFlowTriggerResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowTriggerResponseWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowTriggerResponseWithDefaults() *DaVinciFlowTriggerResponse

NewDaVinciFlowTriggerResponseWithDefaults instantiates a new DaVinciFlowTriggerResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowTriggerResponse) GetConfiguration ¶ added in v0.3.0

GetConfiguration returns the Configuration field value if set, zero value otherwise.

func (*DaVinciFlowTriggerResponse) GetConfigurationOk ¶ added in v0.3.0

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

func (*DaVinciFlowTriggerResponse) GetType ¶ added in v0.3.0

GetType returns the Type field value

func (*DaVinciFlowTriggerResponse) GetTypeOk ¶ added in v0.3.0

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

func (*DaVinciFlowTriggerResponse) HasConfiguration ¶ added in v0.3.0

func (o *DaVinciFlowTriggerResponse) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

func (DaVinciFlowTriggerResponse) LogValue ¶ added in v0.3.0

func (o DaVinciFlowTriggerResponse) LogValue() slog.Value

func (DaVinciFlowTriggerResponse) MarshalJSON ¶ added in v0.3.0

func (o DaVinciFlowTriggerResponse) MarshalJSON() ([]byte, error)

func (*DaVinciFlowTriggerResponse) SetConfiguration ¶ added in v0.3.0

SetConfiguration gets a reference to the given DaVinciFlowTriggerResponseConfiguration and assigns it to the Configuration field.

func (*DaVinciFlowTriggerResponse) SetType ¶ added in v0.3.0

SetType sets field value

func (DaVinciFlowTriggerResponse) ToMap ¶ added in v0.3.0

func (o DaVinciFlowTriggerResponse) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowTriggerResponse) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowTriggerResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowTriggerResponseConfiguration ¶ added in v0.3.0

type DaVinciFlowTriggerResponseConfiguration struct {
	Mfa                  DaVinciFlowTriggerResponseConfigurationMFA      `json:"mfa"`
	Pwd                  DaVinciFlowTriggerResponseConfigurationPassword `json:"pwd"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowTriggerResponseConfiguration struct for DaVinciFlowTriggerResponseConfiguration

func NewDaVinciFlowTriggerResponseConfiguration ¶ added in v0.3.0

NewDaVinciFlowTriggerResponseConfiguration instantiates a new DaVinciFlowTriggerResponseConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowTriggerResponseConfigurationWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowTriggerResponseConfigurationWithDefaults() *DaVinciFlowTriggerResponseConfiguration

NewDaVinciFlowTriggerResponseConfigurationWithDefaults instantiates a new DaVinciFlowTriggerResponseConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowTriggerResponseConfiguration) GetMfa ¶ added in v0.3.0

GetMfa returns the Mfa field value

func (*DaVinciFlowTriggerResponseConfiguration) GetMfaOk ¶ added in v0.3.0

GetMfaOk returns a tuple with the Mfa field value and a boolean to check if the value has been set.

func (*DaVinciFlowTriggerResponseConfiguration) GetPwd ¶ added in v0.3.0

GetPwd returns the Pwd field value

func (*DaVinciFlowTriggerResponseConfiguration) GetPwdOk ¶ added in v0.3.0

GetPwdOk returns a tuple with the Pwd field value and a boolean to check if the value has been set.

func (DaVinciFlowTriggerResponseConfiguration) LogValue ¶ added in v0.3.0

func (DaVinciFlowTriggerResponseConfiguration) MarshalJSON ¶ added in v0.3.0

func (o DaVinciFlowTriggerResponseConfiguration) MarshalJSON() ([]byte, error)

func (*DaVinciFlowTriggerResponseConfiguration) SetMfa ¶ added in v0.3.0

SetMfa sets field value

func (*DaVinciFlowTriggerResponseConfiguration) SetPwd ¶ added in v0.3.0

SetPwd sets field value

func (DaVinciFlowTriggerResponseConfiguration) ToMap ¶ added in v0.3.0

func (o DaVinciFlowTriggerResponseConfiguration) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowTriggerResponseConfiguration) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowTriggerResponseConfiguration) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowTriggerResponseConfigurationMFA ¶ added in v0.3.0

type DaVinciFlowTriggerResponseConfigurationMFA struct {
	Enabled              bool    `json:"enabled"`
	Time                 float32 `json:"time"`
	TimeFormat           string  `json:"timeFormat"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowTriggerResponseConfigurationMFA struct for DaVinciFlowTriggerResponseConfigurationMFA

func NewDaVinciFlowTriggerResponseConfigurationMFA ¶ added in v0.3.0

func NewDaVinciFlowTriggerResponseConfigurationMFA(enabled bool, time float32, timeFormat string) *DaVinciFlowTriggerResponseConfigurationMFA

NewDaVinciFlowTriggerResponseConfigurationMFA instantiates a new DaVinciFlowTriggerResponseConfigurationMFA object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowTriggerResponseConfigurationMFAWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowTriggerResponseConfigurationMFAWithDefaults() *DaVinciFlowTriggerResponseConfigurationMFA

NewDaVinciFlowTriggerResponseConfigurationMFAWithDefaults instantiates a new DaVinciFlowTriggerResponseConfigurationMFA object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowTriggerResponseConfigurationMFA) GetEnabled ¶ added in v0.3.0

GetEnabled returns the Enabled field value

func (*DaVinciFlowTriggerResponseConfigurationMFA) GetEnabledOk ¶ added in v0.3.0

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*DaVinciFlowTriggerResponseConfigurationMFA) GetTime ¶ added in v0.3.0

GetTime returns the Time field value

func (*DaVinciFlowTriggerResponseConfigurationMFA) GetTimeFormat ¶ added in v0.3.0

GetTimeFormat returns the TimeFormat field value

func (*DaVinciFlowTriggerResponseConfigurationMFA) GetTimeFormatOk ¶ added in v0.3.0

func (o *DaVinciFlowTriggerResponseConfigurationMFA) GetTimeFormatOk() (*string, bool)

GetTimeFormatOk returns a tuple with the TimeFormat field value and a boolean to check if the value has been set.

func (*DaVinciFlowTriggerResponseConfigurationMFA) GetTimeOk ¶ added in v0.3.0

GetTimeOk returns a tuple with the Time field value and a boolean to check if the value has been set.

func (DaVinciFlowTriggerResponseConfigurationMFA) LogValue ¶ added in v0.3.0

func (DaVinciFlowTriggerResponseConfigurationMFA) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowTriggerResponseConfigurationMFA) SetEnabled ¶ added in v0.3.0

SetEnabled sets field value

func (*DaVinciFlowTriggerResponseConfigurationMFA) SetTime ¶ added in v0.3.0

SetTime sets field value

func (*DaVinciFlowTriggerResponseConfigurationMFA) SetTimeFormat ¶ added in v0.3.0

SetTimeFormat sets field value

func (DaVinciFlowTriggerResponseConfigurationMFA) ToMap ¶ added in v0.3.0

func (o DaVinciFlowTriggerResponseConfigurationMFA) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowTriggerResponseConfigurationMFA) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowTriggerResponseConfigurationMFA) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowTriggerResponseConfigurationPassword ¶ added in v0.3.0

type DaVinciFlowTriggerResponseConfigurationPassword struct {
	Enabled              bool    `json:"enabled"`
	Time                 float32 `json:"time"`
	TimeFormat           string  `json:"timeFormat"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowTriggerResponseConfigurationPassword struct for DaVinciFlowTriggerResponseConfigurationPassword

func NewDaVinciFlowTriggerResponseConfigurationPassword ¶ added in v0.3.0

func NewDaVinciFlowTriggerResponseConfigurationPassword(enabled bool, time float32, timeFormat string) *DaVinciFlowTriggerResponseConfigurationPassword

NewDaVinciFlowTriggerResponseConfigurationPassword instantiates a new DaVinciFlowTriggerResponseConfigurationPassword object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowTriggerResponseConfigurationPasswordWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowTriggerResponseConfigurationPasswordWithDefaults() *DaVinciFlowTriggerResponseConfigurationPassword

NewDaVinciFlowTriggerResponseConfigurationPasswordWithDefaults instantiates a new DaVinciFlowTriggerResponseConfigurationPassword object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowTriggerResponseConfigurationPassword) GetEnabled ¶ added in v0.3.0

GetEnabled returns the Enabled field value

func (*DaVinciFlowTriggerResponseConfigurationPassword) GetEnabledOk ¶ added in v0.3.0

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*DaVinciFlowTriggerResponseConfigurationPassword) GetTime ¶ added in v0.3.0

GetTime returns the Time field value

func (*DaVinciFlowTriggerResponseConfigurationPassword) GetTimeFormat ¶ added in v0.3.0

GetTimeFormat returns the TimeFormat field value

func (*DaVinciFlowTriggerResponseConfigurationPassword) GetTimeFormatOk ¶ added in v0.3.0

GetTimeFormatOk returns a tuple with the TimeFormat field value and a boolean to check if the value has been set.

func (*DaVinciFlowTriggerResponseConfigurationPassword) GetTimeOk ¶ added in v0.3.0

GetTimeOk returns a tuple with the Time field value and a boolean to check if the value has been set.

func (DaVinciFlowTriggerResponseConfigurationPassword) LogValue ¶ added in v0.3.0

func (DaVinciFlowTriggerResponseConfigurationPassword) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowTriggerResponseConfigurationPassword) SetEnabled ¶ added in v0.3.0

SetEnabled sets field value

func (*DaVinciFlowTriggerResponseConfigurationPassword) SetTime ¶ added in v0.3.0

SetTime sets field value

func (*DaVinciFlowTriggerResponseConfigurationPassword) SetTimeFormat ¶ added in v0.3.0

SetTimeFormat sets field value

func (DaVinciFlowTriggerResponseConfigurationPassword) ToMap ¶ added in v0.3.0

func (o DaVinciFlowTriggerResponseConfigurationPassword) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowTriggerResponseConfigurationPassword) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowTriggerResponseConfigurationPassword) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowTriggerResponseType ¶ added in v0.3.0

type DaVinciFlowTriggerResponseType string

DaVinciFlowTriggerResponseType the model 'DaVinciFlowTriggerResponseType'

const (
	DAVINCIFLOWTRIGGERRESPONSETYPE_AUTHENTICATION DaVinciFlowTriggerResponseType = "AUTHENTICATION"
	DAVINCIFLOWTRIGGERRESPONSETYPE_SCHEDULE       DaVinciFlowTriggerResponseType = "SCHEDULE"
)

List of DaVinci_Flow_Trigger_Response_Type

func NewDaVinciFlowTriggerResponseTypeFromValue ¶ added in v0.3.0

func NewDaVinciFlowTriggerResponseTypeFromValue(v string) (*DaVinciFlowTriggerResponseType, error)

NewDaVinciFlowTriggerResponseTypeFromValue returns a pointer to a valid DaVinciFlowTriggerResponseType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowTriggerResponseType) IsValid ¶ added in v0.3.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowTriggerResponseType) Ptr ¶ added in v0.3.0

Ptr returns reference to DaVinci_Flow_Trigger_Response_Type value

func (*DaVinciFlowTriggerResponseType) UnmarshalJSON ¶ added in v0.3.0

func (v *DaVinciFlowTriggerResponseType) UnmarshalJSON(src []byte) error

type DaVinciFlowValidateRequest ¶ added in v0.3.0

type DaVinciFlowValidateRequest struct {
	GraphData            *DaVinciFlowGraphDataRequest `json:"graphData,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowValidateRequest struct for DaVinciFlowValidateRequest

func NewDaVinciFlowValidateRequest ¶ added in v0.3.0

func NewDaVinciFlowValidateRequest() *DaVinciFlowValidateRequest

NewDaVinciFlowValidateRequest instantiates a new DaVinciFlowValidateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowValidateRequestWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowValidateRequestWithDefaults() *DaVinciFlowValidateRequest

NewDaVinciFlowValidateRequestWithDefaults instantiates a new DaVinciFlowValidateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowValidateRequest) GetGraphData ¶ added in v0.3.0

GetGraphData returns the GraphData field value if set, zero value otherwise.

func (*DaVinciFlowValidateRequest) GetGraphDataOk ¶ added in v0.3.0

GetGraphDataOk returns a tuple with the GraphData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowValidateRequest) HasGraphData ¶ added in v0.3.0

func (o *DaVinciFlowValidateRequest) HasGraphData() bool

HasGraphData returns a boolean if a field has been set.

func (DaVinciFlowValidateRequest) LogValue ¶ added in v0.3.0

func (o DaVinciFlowValidateRequest) LogValue() slog.Value

func (DaVinciFlowValidateRequest) MarshalJSON ¶ added in v0.3.0

func (o DaVinciFlowValidateRequest) MarshalJSON() ([]byte, error)

func (*DaVinciFlowValidateRequest) SetGraphData ¶ added in v0.3.0

SetGraphData gets a reference to the given DaVinciFlowGraphDataRequest and assigns it to the GraphData field.

func (DaVinciFlowValidateRequest) ToMap ¶ added in v0.3.0

func (o DaVinciFlowValidateRequest) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowValidateRequest) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowValidateRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowVersionAliasRequest ¶ added in v0.3.0

type DaVinciFlowVersionAliasRequest struct {
	Alias                string `json:"alias" validate:"regexp=^(?=\\\\S)[\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_ -]*(?!.*((<)|(\\\\$\\\\{)))"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowVersionAliasRequest struct for DaVinciFlowVersionAliasRequest

func NewDaVinciFlowVersionAliasRequest ¶ added in v0.3.0

func NewDaVinciFlowVersionAliasRequest(alias string) *DaVinciFlowVersionAliasRequest

NewDaVinciFlowVersionAliasRequest instantiates a new DaVinciFlowVersionAliasRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionAliasRequestWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionAliasRequestWithDefaults() *DaVinciFlowVersionAliasRequest

NewDaVinciFlowVersionAliasRequestWithDefaults instantiates a new DaVinciFlowVersionAliasRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionAliasRequest) GetAlias ¶ added in v0.3.0

func (o *DaVinciFlowVersionAliasRequest) GetAlias() string

GetAlias returns the Alias field value

func (*DaVinciFlowVersionAliasRequest) GetAliasOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionAliasRequest) GetAliasOk() (*string, bool)

GetAliasOk returns a tuple with the Alias field value and a boolean to check if the value has been set.

func (DaVinciFlowVersionAliasRequest) LogValue ¶ added in v0.3.0

func (DaVinciFlowVersionAliasRequest) MarshalJSON ¶ added in v0.3.0

func (o DaVinciFlowVersionAliasRequest) MarshalJSON() ([]byte, error)

func (*DaVinciFlowVersionAliasRequest) SetAlias ¶ added in v0.3.0

func (o *DaVinciFlowVersionAliasRequest) SetAlias(v string)

SetAlias sets field value

func (DaVinciFlowVersionAliasRequest) ToMap ¶ added in v0.3.0

func (o DaVinciFlowVersionAliasRequest) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowVersionAliasRequest) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionAliasRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowVersionAliasResponse ¶ added in v0.3.0

type DaVinciFlowVersionAliasResponse struct {
	Links                DaVinciFlowVersionAliasResponseLinks `json:"_links"`
	Alias                string                               `json:"alias"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowVersionAliasResponse struct for DaVinciFlowVersionAliasResponse

func NewDaVinciFlowVersionAliasResponse ¶ added in v0.3.0

func NewDaVinciFlowVersionAliasResponse(links DaVinciFlowVersionAliasResponseLinks, alias string) *DaVinciFlowVersionAliasResponse

NewDaVinciFlowVersionAliasResponse instantiates a new DaVinciFlowVersionAliasResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionAliasResponseWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionAliasResponseWithDefaults() *DaVinciFlowVersionAliasResponse

NewDaVinciFlowVersionAliasResponseWithDefaults instantiates a new DaVinciFlowVersionAliasResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionAliasResponse) GetAlias ¶ added in v0.3.0

GetAlias returns the Alias field value

func (*DaVinciFlowVersionAliasResponse) GetAliasOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionAliasResponse) GetAliasOk() (*string, bool)

GetAliasOk returns a tuple with the Alias field value and a boolean to check if the value has been set.

GetLinks returns the Links field value

func (*DaVinciFlowVersionAliasResponse) GetLinksOk ¶ added in v0.3.0

GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.

func (DaVinciFlowVersionAliasResponse) LogValue ¶ added in v0.3.0

func (DaVinciFlowVersionAliasResponse) MarshalJSON ¶ added in v0.3.0

func (o DaVinciFlowVersionAliasResponse) MarshalJSON() ([]byte, error)

func (*DaVinciFlowVersionAliasResponse) SetAlias ¶ added in v0.3.0

func (o *DaVinciFlowVersionAliasResponse) SetAlias(v string)

SetAlias sets field value

SetLinks sets field value

func (DaVinciFlowVersionAliasResponse) ToMap ¶ added in v0.3.0

func (o DaVinciFlowVersionAliasResponse) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowVersionAliasResponse) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionAliasResponse) UnmarshalJSON(data []byte) (err error)
type DaVinciFlowVersionAliasResponseLinks struct {
	Environment          JSONHALLink `json:"environment"`
	Self                 JSONHALLink `json:"self"`
	FlowVersion          JSONHALLink `json:"flowVersion"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowVersionAliasResponseLinks struct for DaVinciFlowVersionAliasResponseLinks

func NewDaVinciFlowVersionAliasResponseLinks(environment JSONHALLink, self JSONHALLink, flowVersion JSONHALLink) *DaVinciFlowVersionAliasResponseLinks

NewDaVinciFlowVersionAliasResponseLinks instantiates a new DaVinciFlowVersionAliasResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionAliasResponseLinksWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionAliasResponseLinksWithDefaults() *DaVinciFlowVersionAliasResponseLinks

NewDaVinciFlowVersionAliasResponseLinksWithDefaults instantiates a new DaVinciFlowVersionAliasResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionAliasResponseLinks) GetEnvironment ¶ added in v0.3.0

GetEnvironment returns the Environment field value

func (*DaVinciFlowVersionAliasResponseLinks) GetEnvironmentOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionAliasResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)

GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionAliasResponseLinks) GetFlowVersion ¶ added in v0.3.0

GetFlowVersion returns the FlowVersion field value

func (*DaVinciFlowVersionAliasResponseLinks) GetFlowVersionOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionAliasResponseLinks) GetFlowVersionOk() (*JSONHALLink, bool)

GetFlowVersionOk returns a tuple with the FlowVersion field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionAliasResponseLinks) GetSelf ¶ added in v0.3.0

GetSelf returns the Self field value

func (*DaVinciFlowVersionAliasResponseLinks) GetSelfOk ¶ added in v0.3.0

GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.

func (DaVinciFlowVersionAliasResponseLinks) LogValue ¶ added in v0.3.0

func (DaVinciFlowVersionAliasResponseLinks) MarshalJSON ¶ added in v0.3.0

func (o DaVinciFlowVersionAliasResponseLinks) MarshalJSON() ([]byte, error)

func (*DaVinciFlowVersionAliasResponseLinks) SetEnvironment ¶ added in v0.3.0

SetEnvironment sets field value

func (*DaVinciFlowVersionAliasResponseLinks) SetFlowVersion ¶ added in v0.3.0

SetFlowVersion sets field value

func (*DaVinciFlowVersionAliasResponseLinks) SetSelf ¶ added in v0.3.0

SetSelf sets field value

func (DaVinciFlowVersionAliasResponseLinks) ToMap ¶ added in v0.3.0

func (o DaVinciFlowVersionAliasResponseLinks) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowVersionAliasResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionAliasResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowVersionCollectionResponse ¶ added in v0.3.0

type DaVinciFlowVersionCollectionResponse struct {
	Embedded             DaVinciFlowVersionCollectionResponseEmbedded `json:"_embedded"`
	Links                DaVinciFlowVersionCollectionResponseLinks    `json:"_links"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowVersionCollectionResponse struct for DaVinciFlowVersionCollectionResponse

func NewDaVinciFlowVersionCollectionResponse ¶ added in v0.3.0

NewDaVinciFlowVersionCollectionResponse instantiates a new DaVinciFlowVersionCollectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionCollectionResponseWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionCollectionResponseWithDefaults() *DaVinciFlowVersionCollectionResponse

NewDaVinciFlowVersionCollectionResponseWithDefaults instantiates a new DaVinciFlowVersionCollectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionCollectionResponse) GetEmbedded ¶ added in v0.3.0

GetEmbedded returns the Embedded field value

func (*DaVinciFlowVersionCollectionResponse) GetEmbeddedOk ¶ added in v0.3.0

GetEmbeddedOk returns a tuple with the Embedded field value and a boolean to check if the value has been set.

GetLinks returns the Links field value

func (*DaVinciFlowVersionCollectionResponse) GetLinksOk ¶ added in v0.3.0

GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.

func (DaVinciFlowVersionCollectionResponse) LogValue ¶ added in v0.3.0

func (DaVinciFlowVersionCollectionResponse) MarshalJSON ¶ added in v0.3.0

func (o DaVinciFlowVersionCollectionResponse) MarshalJSON() ([]byte, error)

func (*DaVinciFlowVersionCollectionResponse) SetEmbedded ¶ added in v0.3.0

SetEmbedded sets field value

SetLinks sets field value

func (DaVinciFlowVersionCollectionResponse) ToMap ¶ added in v0.3.0

func (o DaVinciFlowVersionCollectionResponse) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowVersionCollectionResponse) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionCollectionResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowVersionCollectionResponseEmbedded ¶ added in v0.3.0

type DaVinciFlowVersionCollectionResponseEmbedded struct {
	Versions             []DaVinciFlowVersionResponse `json:"versions"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowVersionCollectionResponseEmbedded struct for DaVinciFlowVersionCollectionResponseEmbedded

func NewDaVinciFlowVersionCollectionResponseEmbedded ¶ added in v0.3.0

func NewDaVinciFlowVersionCollectionResponseEmbedded(versions []DaVinciFlowVersionResponse) *DaVinciFlowVersionCollectionResponseEmbedded

NewDaVinciFlowVersionCollectionResponseEmbedded instantiates a new DaVinciFlowVersionCollectionResponseEmbedded object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionCollectionResponseEmbeddedWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionCollectionResponseEmbeddedWithDefaults() *DaVinciFlowVersionCollectionResponseEmbedded

NewDaVinciFlowVersionCollectionResponseEmbeddedWithDefaults instantiates a new DaVinciFlowVersionCollectionResponseEmbedded object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionCollectionResponseEmbedded) GetVersions ¶ added in v0.3.0

GetVersions returns the Versions field value

func (*DaVinciFlowVersionCollectionResponseEmbedded) GetVersionsOk ¶ added in v0.3.0

GetVersionsOk returns a tuple with the Versions field value and a boolean to check if the value has been set.

func (DaVinciFlowVersionCollectionResponseEmbedded) LogValue ¶ added in v0.3.0

func (DaVinciFlowVersionCollectionResponseEmbedded) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowVersionCollectionResponseEmbedded) SetVersions ¶ added in v0.3.0

SetVersions sets field value

func (DaVinciFlowVersionCollectionResponseEmbedded) ToMap ¶ added in v0.3.0

func (o DaVinciFlowVersionCollectionResponseEmbedded) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowVersionCollectionResponseEmbedded) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionCollectionResponseEmbedded) UnmarshalJSON(data []byte) (err error)
type DaVinciFlowVersionCollectionResponseLinks struct {
	Environment          JSONHALLink `json:"environment"`
	Self                 JSONHALLink `json:"self"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowVersionCollectionResponseLinks struct for DaVinciFlowVersionCollectionResponseLinks

func NewDaVinciFlowVersionCollectionResponseLinks(environment JSONHALLink, self JSONHALLink) *DaVinciFlowVersionCollectionResponseLinks

NewDaVinciFlowVersionCollectionResponseLinks instantiates a new DaVinciFlowVersionCollectionResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionCollectionResponseLinksWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionCollectionResponseLinksWithDefaults() *DaVinciFlowVersionCollectionResponseLinks

NewDaVinciFlowVersionCollectionResponseLinksWithDefaults instantiates a new DaVinciFlowVersionCollectionResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionCollectionResponseLinks) GetEnvironment ¶ added in v0.3.0

GetEnvironment returns the Environment field value

func (*DaVinciFlowVersionCollectionResponseLinks) GetEnvironmentOk ¶ added in v0.3.0

GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionCollectionResponseLinks) GetSelf ¶ added in v0.3.0

GetSelf returns the Self field value

func (*DaVinciFlowVersionCollectionResponseLinks) GetSelfOk ¶ added in v0.3.0

GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.

func (DaVinciFlowVersionCollectionResponseLinks) LogValue ¶ added in v0.3.0

func (DaVinciFlowVersionCollectionResponseLinks) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowVersionCollectionResponseLinks) SetEnvironment ¶ added in v0.3.0

SetEnvironment sets field value

func (*DaVinciFlowVersionCollectionResponseLinks) SetSelf ¶ added in v0.3.0

SetSelf sets field value

func (DaVinciFlowVersionCollectionResponseLinks) ToMap ¶ added in v0.3.0

func (o DaVinciFlowVersionCollectionResponseLinks) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowVersionCollectionResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionCollectionResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowVersionDetailResponse ¶ added in v0.3.0

type DaVinciFlowVersionDetailResponse struct {
	Links                DaVinciFlowVersionDetailResponseLinks         `json:"_links"`
	Alias                *string                                       `json:"alias,omitempty"`
	Color                *string                                       `json:"color,omitempty"`
	Connectors           []DaVinciFlowVersionDetailResponseConnector   `json:"connectors,omitempty"`
	CreatedAt            *time.Time                                    `json:"createdAt,omitempty"`
	DeployedAt           *time.Time                                    `json:"deployedAt,omitempty"`
	Description          *string                                       `json:"description,omitempty"`
	Enabled              *bool                                         `json:"enabled,omitempty"`
	Flow                 *DaVinciFlowVersionDetailResponseFlow         `json:"flow,omitempty"`
	GraphData            *DaVinciFlowGraphDataResponse                 `json:"graphData,omitempty"`
	InputSchema          []DaVinciFlowInputSchemaResponseItem          `json:"inputSchema,omitempty"`
	OutputSchema         *DaVinciFlowOutputSchemaResponse              `json:"outputSchema,omitempty"`
	Settings             *DaVinciFlowSettingsResponse                  `json:"settings,omitempty"`
	Skcomponents         []DaVinciFlowVersionDetailResponseSkcomponent `json:"skcomponents,omitempty"`
	Trigger              *DaVinciFlowTriggerResponse                   `json:"trigger,omitempty"`
	UpdatedAt            *time.Time                                    `json:"updatedAt,omitempty"`
	Updates              []string                                      `json:"updates,omitempty"`
	Version              *float32                                      `json:"version,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowVersionDetailResponse struct for DaVinciFlowVersionDetailResponse

func NewDaVinciFlowVersionDetailResponse ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponse(links DaVinciFlowVersionDetailResponseLinks) *DaVinciFlowVersionDetailResponse

NewDaVinciFlowVersionDetailResponse instantiates a new DaVinciFlowVersionDetailResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionDetailResponseWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponseWithDefaults() *DaVinciFlowVersionDetailResponse

NewDaVinciFlowVersionDetailResponseWithDefaults instantiates a new DaVinciFlowVersionDetailResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionDetailResponse) GetAlias ¶ added in v0.3.0

GetAlias returns the Alias field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetAliasOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetAliasOk() (*string, bool)

GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetColor ¶ added in v0.3.0

GetColor returns the Color field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetColorOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetColorOk() (*string, bool)

GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetConnectors ¶ added in v0.3.0

GetConnectors returns the Connectors field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetConnectorsOk ¶ added in v0.3.0

GetConnectorsOk returns a tuple with the Connectors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetCreatedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetCreatedAtOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetDeployedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetDeployedAt() time.Time

GetDeployedAt returns the DeployedAt field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetDeployedAtOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetDeployedAtOk() (*time.Time, bool)

GetDeployedAtOk returns a tuple with the DeployedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetDescription ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetDescriptionOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetEnabled ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetEnabledOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetFlow ¶ added in v0.3.0

GetFlow returns the Flow field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetFlowOk ¶ added in v0.3.0

GetFlowOk returns a tuple with the Flow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetGraphData ¶ added in v0.3.0

GetGraphData returns the GraphData field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetGraphDataOk ¶ added in v0.3.0

GetGraphDataOk returns a tuple with the GraphData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetInputSchema ¶ added in v0.3.0

GetInputSchema returns the InputSchema field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetInputSchemaOk ¶ added in v0.3.0

GetInputSchemaOk returns a tuple with the InputSchema field value if set, nil otherwise and a boolean to check if the value has been set.

GetLinks returns the Links field value

func (*DaVinciFlowVersionDetailResponse) GetLinksOk ¶ added in v0.3.0

GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetOutputSchema ¶ added in v0.3.0

GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetOutputSchemaOk ¶ added in v0.3.0

GetOutputSchemaOk returns a tuple with the OutputSchema field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetSettings ¶ added in v0.3.0

GetSettings returns the Settings field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetSettingsOk ¶ added in v0.3.0

GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetSkcomponents ¶ added in v0.3.0

GetSkcomponents returns the Skcomponents field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetSkcomponentsOk ¶ added in v0.3.0

GetSkcomponentsOk returns a tuple with the Skcomponents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetTrigger ¶ added in v0.3.0

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetTriggerOk ¶ added in v0.3.0

GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetUpdatedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetUpdatedAtOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetUpdatedAtOk() (*time.Time, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetUpdates ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetUpdates() []string

GetUpdates returns the Updates field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetUpdatesOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetUpdatesOk() ([]string, bool)

GetUpdatesOk returns a tuple with the Updates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) GetVersion ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetVersion() float32

GetVersion returns the Version field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponse) GetVersionOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) GetVersionOk() (*float32, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponse) HasAlias ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasAlias() bool

HasAlias returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasColor ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasConnectors ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasConnectors() bool

HasConnectors returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasCreatedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasDeployedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasDeployedAt() bool

HasDeployedAt returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasDescription ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasEnabled ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasFlow ¶ added in v0.3.0

HasFlow returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasGraphData ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasGraphData() bool

HasGraphData returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasInputSchema ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasInputSchema() bool

HasInputSchema returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasOutputSchema ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasOutputSchema() bool

HasOutputSchema returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasSettings ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasSkcomponents ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasSkcomponents() bool

HasSkcomponents returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasTrigger ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasUpdatedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasUpdates ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasUpdates() bool

HasUpdates returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponse) HasVersion ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (DaVinciFlowVersionDetailResponse) LogValue ¶ added in v0.3.0

func (DaVinciFlowVersionDetailResponse) MarshalJSON ¶ added in v0.3.0

func (o DaVinciFlowVersionDetailResponse) MarshalJSON() ([]byte, error)

func (*DaVinciFlowVersionDetailResponse) SetAlias ¶ added in v0.3.0

SetAlias gets a reference to the given string and assigns it to the Alias field.

func (*DaVinciFlowVersionDetailResponse) SetColor ¶ added in v0.3.0

SetColor gets a reference to the given string and assigns it to the Color field.

func (*DaVinciFlowVersionDetailResponse) SetConnectors ¶ added in v0.3.0

SetConnectors gets a reference to the given []DaVinciFlowVersionDetailResponseConnector and assigns it to the Connectors field.

func (*DaVinciFlowVersionDetailResponse) SetCreatedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*DaVinciFlowVersionDetailResponse) SetDeployedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) SetDeployedAt(v time.Time)

SetDeployedAt gets a reference to the given time.Time and assigns it to the DeployedAt field.

func (*DaVinciFlowVersionDetailResponse) SetDescription ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*DaVinciFlowVersionDetailResponse) SetEnabled ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*DaVinciFlowVersionDetailResponse) SetFlow ¶ added in v0.3.0

SetFlow gets a reference to the given DaVinciFlowVersionDetailResponseFlow and assigns it to the Flow field.

func (*DaVinciFlowVersionDetailResponse) SetGraphData ¶ added in v0.3.0

SetGraphData gets a reference to the given DaVinciFlowGraphDataResponse and assigns it to the GraphData field.

func (*DaVinciFlowVersionDetailResponse) SetInputSchema ¶ added in v0.3.0

SetInputSchema gets a reference to the given []DaVinciFlowInputSchemaResponseItem and assigns it to the InputSchema field.

SetLinks sets field value

func (*DaVinciFlowVersionDetailResponse) SetOutputSchema ¶ added in v0.3.0

SetOutputSchema gets a reference to the given DaVinciFlowOutputSchemaResponse and assigns it to the OutputSchema field.

func (*DaVinciFlowVersionDetailResponse) SetSettings ¶ added in v0.3.0

SetSettings gets a reference to the given DaVinciFlowSettingsResponse and assigns it to the Settings field.

func (*DaVinciFlowVersionDetailResponse) SetSkcomponents ¶ added in v0.3.0

SetSkcomponents gets a reference to the given []DaVinciFlowVersionDetailResponseSkcomponent and assigns it to the Skcomponents field.

func (*DaVinciFlowVersionDetailResponse) SetTrigger ¶ added in v0.3.0

SetTrigger gets a reference to the given DaVinciFlowTriggerResponse and assigns it to the Trigger field.

func (*DaVinciFlowVersionDetailResponse) SetUpdatedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*DaVinciFlowVersionDetailResponse) SetUpdates ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) SetUpdates(v []string)

SetUpdates gets a reference to the given []string and assigns it to the Updates field.

func (*DaVinciFlowVersionDetailResponse) SetVersion ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) SetVersion(v float32)

SetVersion gets a reference to the given float32 and assigns it to the Version field.

func (DaVinciFlowVersionDetailResponse) ToMap ¶ added in v0.3.0

func (o DaVinciFlowVersionDetailResponse) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowVersionDetailResponse) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowVersionDetailResponseConnector ¶ added in v0.3.0

type DaVinciFlowVersionDetailResponseConnector struct {
	Id                   string `json:"id"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowVersionDetailResponseConnector struct for DaVinciFlowVersionDetailResponseConnector

func NewDaVinciFlowVersionDetailResponseConnector ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponseConnector(id string) *DaVinciFlowVersionDetailResponseConnector

NewDaVinciFlowVersionDetailResponseConnector instantiates a new DaVinciFlowVersionDetailResponseConnector object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionDetailResponseConnectorWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponseConnectorWithDefaults() *DaVinciFlowVersionDetailResponseConnector

NewDaVinciFlowVersionDetailResponseConnectorWithDefaults instantiates a new DaVinciFlowVersionDetailResponseConnector object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionDetailResponseConnector) GetId ¶ added in v0.3.0

GetId returns the Id field value

func (*DaVinciFlowVersionDetailResponseConnector) GetIdOk ¶ added in v0.3.0

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (DaVinciFlowVersionDetailResponseConnector) LogValue ¶ added in v0.3.0

func (DaVinciFlowVersionDetailResponseConnector) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowVersionDetailResponseConnector) SetId ¶ added in v0.3.0

SetId sets field value

func (DaVinciFlowVersionDetailResponseConnector) ToMap ¶ added in v0.3.0

func (o DaVinciFlowVersionDetailResponseConnector) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowVersionDetailResponseConnector) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseConnector) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowVersionDetailResponseFlow ¶ added in v0.3.0

type DaVinciFlowVersionDetailResponseFlow struct {
	Id                   string `json:"id"`
	Name                 string `json:"name"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowVersionDetailResponseFlow struct for DaVinciFlowVersionDetailResponseFlow

func NewDaVinciFlowVersionDetailResponseFlow ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponseFlow(id string, name string) *DaVinciFlowVersionDetailResponseFlow

NewDaVinciFlowVersionDetailResponseFlow instantiates a new DaVinciFlowVersionDetailResponseFlow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionDetailResponseFlowWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponseFlowWithDefaults() *DaVinciFlowVersionDetailResponseFlow

NewDaVinciFlowVersionDetailResponseFlowWithDefaults instantiates a new DaVinciFlowVersionDetailResponseFlow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionDetailResponseFlow) GetId ¶ added in v0.3.0

GetId returns the Id field value

func (*DaVinciFlowVersionDetailResponseFlow) GetIdOk ¶ added in v0.3.0

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseFlow) GetName ¶ added in v0.3.0

GetName returns the Name field value

func (*DaVinciFlowVersionDetailResponseFlow) GetNameOk ¶ added in v0.3.0

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (DaVinciFlowVersionDetailResponseFlow) LogValue ¶ added in v0.3.0

func (DaVinciFlowVersionDetailResponseFlow) MarshalJSON ¶ added in v0.3.0

func (o DaVinciFlowVersionDetailResponseFlow) MarshalJSON() ([]byte, error)

func (*DaVinciFlowVersionDetailResponseFlow) SetId ¶ added in v0.3.0

SetId sets field value

func (*DaVinciFlowVersionDetailResponseFlow) SetName ¶ added in v0.3.0

SetName sets field value

func (DaVinciFlowVersionDetailResponseFlow) ToMap ¶ added in v0.3.0

func (o DaVinciFlowVersionDetailResponseFlow) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowVersionDetailResponseFlow) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseFlow) UnmarshalJSON(data []byte) (err error)
type DaVinciFlowVersionDetailResponseLinks struct {
	Environment              JSONHALLink  `json:"environment"`
	Self                     JSONHALLink  `json:"self"`
	FlowExport               JSONHALLink  `json:"flow.export"`
	FlowRevert               JSONHALLink  `json:"flow.revert"`
	ConnectorInstancesNodeId *JSONHALLink `json:"connectorInstances.<nodeId>,omitempty"`
	VariablesNodeIdIndex     *JSONHALLink `json:"variables.<nodeId>.<index>,omitempty"`
	AdditionalProperties     map[string]interface{}
}

DaVinciFlowVersionDetailResponseLinks struct for DaVinciFlowVersionDetailResponseLinks

func NewDaVinciFlowVersionDetailResponseLinks(environment JSONHALLink, self JSONHALLink, flowExport JSONHALLink, flowRevert JSONHALLink) *DaVinciFlowVersionDetailResponseLinks

NewDaVinciFlowVersionDetailResponseLinks instantiates a new DaVinciFlowVersionDetailResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionDetailResponseLinksWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponseLinksWithDefaults() *DaVinciFlowVersionDetailResponseLinks

NewDaVinciFlowVersionDetailResponseLinksWithDefaults instantiates a new DaVinciFlowVersionDetailResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionDetailResponseLinks) GetConnectorInstancesNodeId ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseLinks) GetConnectorInstancesNodeId() JSONHALLink

GetConnectorInstancesNodeId returns the ConnectorInstancesNodeId field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseLinks) GetConnectorInstancesNodeIdOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseLinks) GetConnectorInstancesNodeIdOk() (*JSONHALLink, bool)

GetConnectorInstancesNodeIdOk returns a tuple with the ConnectorInstancesNodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseLinks) GetEnvironment ¶ added in v0.3.0

GetEnvironment returns the Environment field value

func (*DaVinciFlowVersionDetailResponseLinks) GetEnvironmentOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)

GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseLinks) GetFlowExport ¶ added in v0.3.0

GetFlowExport returns the FlowExport field value

func (*DaVinciFlowVersionDetailResponseLinks) GetFlowExportOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseLinks) GetFlowExportOk() (*JSONHALLink, bool)

GetFlowExportOk returns a tuple with the FlowExport field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseLinks) GetFlowRevert ¶ added in v0.3.0

GetFlowRevert returns the FlowRevert field value

func (*DaVinciFlowVersionDetailResponseLinks) GetFlowRevertOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseLinks) GetFlowRevertOk() (*JSONHALLink, bool)

GetFlowRevertOk returns a tuple with the FlowRevert field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseLinks) GetSelf ¶ added in v0.3.0

GetSelf returns the Self field value

func (*DaVinciFlowVersionDetailResponseLinks) GetSelfOk ¶ added in v0.3.0

GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseLinks) GetVariablesNodeIdIndex ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseLinks) GetVariablesNodeIdIndex() JSONHALLink

GetVariablesNodeIdIndex returns the VariablesNodeIdIndex field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseLinks) GetVariablesNodeIdIndexOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseLinks) GetVariablesNodeIdIndexOk() (*JSONHALLink, bool)

GetVariablesNodeIdIndexOk returns a tuple with the VariablesNodeIdIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseLinks) HasConnectorInstancesNodeId ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseLinks) HasConnectorInstancesNodeId() bool

HasConnectorInstancesNodeId returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseLinks) HasVariablesNodeIdIndex ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseLinks) HasVariablesNodeIdIndex() bool

HasVariablesNodeIdIndex returns a boolean if a field has been set.

func (DaVinciFlowVersionDetailResponseLinks) LogValue ¶ added in v0.3.0

func (DaVinciFlowVersionDetailResponseLinks) MarshalJSON ¶ added in v0.3.0

func (o DaVinciFlowVersionDetailResponseLinks) MarshalJSON() ([]byte, error)

func (*DaVinciFlowVersionDetailResponseLinks) SetConnectorInstancesNodeId ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseLinks) SetConnectorInstancesNodeId(v JSONHALLink)

SetConnectorInstancesNodeId gets a reference to the given JSONHALLink and assigns it to the ConnectorInstancesNodeId field.

func (*DaVinciFlowVersionDetailResponseLinks) SetEnvironment ¶ added in v0.3.0

SetEnvironment sets field value

func (*DaVinciFlowVersionDetailResponseLinks) SetFlowExport ¶ added in v0.3.0

SetFlowExport sets field value

func (*DaVinciFlowVersionDetailResponseLinks) SetFlowRevert ¶ added in v0.3.0

SetFlowRevert sets field value

func (*DaVinciFlowVersionDetailResponseLinks) SetSelf ¶ added in v0.3.0

SetSelf sets field value

func (*DaVinciFlowVersionDetailResponseLinks) SetVariablesNodeIdIndex ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseLinks) SetVariablesNodeIdIndex(v JSONHALLink)

SetVariablesNodeIdIndex gets a reference to the given JSONHALLink and assigns it to the VariablesNodeIdIndex field.

func (DaVinciFlowVersionDetailResponseLinks) ToMap ¶ added in v0.3.0

func (o DaVinciFlowVersionDetailResponseLinks) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowVersionDetailResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowVersionDetailResponseSkcomponent ¶ added in v0.3.0

type DaVinciFlowVersionDetailResponseSkcomponent struct {
	Id                   *string                                             `json:"id,omitempty"`
	Name                 *string                                             `json:"name,omitempty"`
	NodeId               *string                                             `json:"nodeId,omitempty"`
	Options              *DaVinciFlowVersionDetailResponseSkcomponentOptions `json:"options,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowVersionDetailResponseSkcomponent struct for DaVinciFlowVersionDetailResponseSkcomponent

func NewDaVinciFlowVersionDetailResponseSkcomponent ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponseSkcomponent() *DaVinciFlowVersionDetailResponseSkcomponent

NewDaVinciFlowVersionDetailResponseSkcomponent instantiates a new DaVinciFlowVersionDetailResponseSkcomponent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionDetailResponseSkcomponentWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponseSkcomponentWithDefaults() *DaVinciFlowVersionDetailResponseSkcomponent

NewDaVinciFlowVersionDetailResponseSkcomponentWithDefaults instantiates a new DaVinciFlowVersionDetailResponseSkcomponent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionDetailResponseSkcomponent) GetId ¶ added in v0.3.0

GetId returns the Id field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponent) GetIdOk ¶ added in v0.3.0

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponent) GetName ¶ added in v0.3.0

GetName returns the Name field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponent) GetNameOk ¶ added in v0.3.0

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponent) GetNodeId ¶ added in v0.3.0

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponent) GetNodeIdOk ¶ added in v0.3.0

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponent) GetOptions ¶ added in v0.3.0

GetOptions returns the Options field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponent) GetOptionsOk ¶ added in v0.3.0

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponent) HasId ¶ added in v0.3.0

HasId returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponent) HasName ¶ added in v0.3.0

HasName returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponent) HasNodeId ¶ added in v0.3.0

HasNodeId returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponent) HasOptions ¶ added in v0.3.0

HasOptions returns a boolean if a field has been set.

func (DaVinciFlowVersionDetailResponseSkcomponent) LogValue ¶ added in v0.3.0

func (DaVinciFlowVersionDetailResponseSkcomponent) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowVersionDetailResponseSkcomponent) SetId ¶ added in v0.3.0

SetId gets a reference to the given string and assigns it to the Id field.

func (*DaVinciFlowVersionDetailResponseSkcomponent) SetName ¶ added in v0.3.0

SetName gets a reference to the given string and assigns it to the Name field.

func (*DaVinciFlowVersionDetailResponseSkcomponent) SetNodeId ¶ added in v0.3.0

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*DaVinciFlowVersionDetailResponseSkcomponent) SetOptions ¶ added in v0.3.0

SetOptions gets a reference to the given DaVinciFlowVersionDetailResponseSkcomponentOptions and assigns it to the Options field.

func (DaVinciFlowVersionDetailResponseSkcomponent) ToMap ¶ added in v0.3.0

func (o DaVinciFlowVersionDetailResponseSkcomponent) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowVersionDetailResponseSkcomponent) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponent) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowVersionDetailResponseSkcomponentOptions ¶ added in v0.3.0

type DaVinciFlowVersionDetailResponseSkcomponentOptions struct {
	AppSessionId                *string                                                                 `json:"appSessionId,omitempty"`
	Appid                       *string                                                                 `json:"appid,omitempty"`
	Appsecret                   *string                                                                 `json:"appsecret,omitempty"`
	Browsertoken                *string                                                                 `json:"browsertoken,omitempty"`
	ButtonImage                 *string                                                                 `json:"buttonImage,omitempty"`
	ButtonImageClass            *string                                                                 `json:"buttonImageClass,omitempty"`
	ButtonImagePlacement        *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement `json:"buttonImagePlacement,omitempty"`
	ButtonType                  *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType           `json:"buttonType,omitempty"`
	Cdn                         *string                                                                 `json:"cdn,omitempty"`
	Class                       *string                                                                 `json:"class,omitempty"`
	CollectBehavioralData       *bool                                                                   `json:"collectBehavioralData,omitempty"`
	ContentType                 *DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType          `json:"contentType,omitempty"`
	CreateP1User                *string                                                                 `json:"createP1User,omitempty"`
	CustomLoadingIndicator      *string                                                                 `json:"customLoadingIndicator,omitempty"`
	CustomLoadingIndicatorClass *string                                                                 `json:"customLoadingIndicatorClass,omitempty"`
	DefaultLoadingColor         *string                                                                 `json:"defaultLoadingColor,omitempty"`
	EnvironmentId               *string                                                                 `json:"environmentId,omitempty"`
	ErrorId                     *string                                                                 `json:"errorId,omitempty"`
	Form                        *string                                                                 `json:"form,omitempty"`
	Height                      *string                                                                 `json:"height,omitempty"`
	Host                        *string                                                                 `json:"host,omitempty"`
	Id                          *string                                                                 `json:"id,omitempty"`
	IdentityProviderId          *string                                                                 `json:"identityProviderId,omitempty"`
	IdentityProviderIdEntry     *string                                                                 `json:"identityProviderIdEntry,omitempty"`
	IdentityProviderType        *string                                                                 `json:"identityProviderType,omitempty"`
	IdpConnector                *string                                                                 `json:"idpConnector,omitempty"`
	ImgUrl                      *string                                                                 `json:"imgUrl,omitempty"`
	Label                       *string                                                                 `json:"label,omitempty"`
	MessageClass                *string                                                                 `json:"messageClass,omitempty"`
	MicUrl                      *string                                                                 `json:"micUrl,omitempty"`
	OtpInput                    *string                                                                 `json:"otpInput,omitempty"`
	PollChallengeStatus         *bool                                                                   `json:"pollChallengeStatus,omitempty"`
	PollInterval                *int32                                                                  `json:"pollInterval,omitempty"`
	PollRetries                 *int32                                                                  `json:"pollRetries,omitempty"`
	PopulationId                *string                                                                 `json:"populationId,omitempty"`
	PopulationIdEntry           *string                                                                 `json:"populationIdEntry,omitempty"`
	PreviewType                 *DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType          `json:"previewType,omitempty"`
	Propertyname                *string                                                                 `json:"propertyname,omitempty"`
	ReturnUrl                   *string                                                                 `json:"returnUrl,omitempty"`
	ShowPreview                 *DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview          `json:"showPreview,omitempty"`
	SiteKey                     *string                                                                 `json:"siteKey,omitempty"`
	UserId                      *string                                                                 `json:"userId,omitempty"`
	Value                       *string                                                                 `json:"value,omitempty"`
	Width                       *string                                                                 `json:"width,omitempty"`
	AdditionalProperties        map[string]interface{}
}

DaVinciFlowVersionDetailResponseSkcomponentOptions struct for DaVinciFlowVersionDetailResponseSkcomponentOptions

func NewDaVinciFlowVersionDetailResponseSkcomponentOptions ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponseSkcomponentOptions() *DaVinciFlowVersionDetailResponseSkcomponentOptions

NewDaVinciFlowVersionDetailResponseSkcomponentOptions instantiates a new DaVinciFlowVersionDetailResponseSkcomponentOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionDetailResponseSkcomponentOptionsWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponseSkcomponentOptionsWithDefaults() *DaVinciFlowVersionDetailResponseSkcomponentOptions

NewDaVinciFlowVersionDetailResponseSkcomponentOptionsWithDefaults instantiates a new DaVinciFlowVersionDetailResponseSkcomponentOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppSessionId ¶ added in v0.3.0

GetAppSessionId returns the AppSessionId field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppSessionIdOk ¶ added in v0.3.0

GetAppSessionIdOk returns a tuple with the AppSessionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppid ¶ added in v0.3.0

GetAppid returns the Appid field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppidOk ¶ added in v0.3.0

GetAppidOk returns a tuple with the Appid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppsecret ¶ added in v0.3.0

GetAppsecret returns the Appsecret field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppsecretOk ¶ added in v0.3.0

GetAppsecretOk returns a tuple with the Appsecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetBrowsertoken ¶ added in v0.3.0

GetBrowsertoken returns the Browsertoken field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetBrowsertokenOk ¶ added in v0.3.0

GetBrowsertokenOk returns a tuple with the Browsertoken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImage ¶ added in v0.3.0

GetButtonImage returns the ButtonImage field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImageClass ¶ added in v0.3.0

GetButtonImageClass returns the ButtonImageClass field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImageClassOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImageClassOk() (*string, bool)

GetButtonImageClassOk returns a tuple with the ButtonImageClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImageOk ¶ added in v0.3.0

GetButtonImageOk returns a tuple with the ButtonImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImagePlacement ¶ added in v0.3.0

GetButtonImagePlacement returns the ButtonImagePlacement field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImagePlacementOk ¶ added in v0.3.0

GetButtonImagePlacementOk returns a tuple with the ButtonImagePlacement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonType ¶ added in v0.3.0

GetButtonType returns the ButtonType field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonTypeOk ¶ added in v0.3.0

GetButtonTypeOk returns a tuple with the ButtonType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCdn ¶ added in v0.3.0

GetCdn returns the Cdn field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCdnOk ¶ added in v0.3.0

GetCdnOk returns a tuple with the Cdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetClass ¶ added in v0.3.0

GetClass returns the Class field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetClassOk ¶ added in v0.3.0

GetClassOk returns a tuple with the Class field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCollectBehavioralData ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCollectBehavioralData() bool

GetCollectBehavioralData returns the CollectBehavioralData field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCollectBehavioralDataOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCollectBehavioralDataOk() (*bool, bool)

GetCollectBehavioralDataOk returns a tuple with the CollectBehavioralData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetContentType ¶ added in v0.3.0

GetContentType returns the ContentType field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetContentTypeOk ¶ added in v0.3.0

GetContentTypeOk returns a tuple with the ContentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCreateP1User ¶ added in v0.3.0

GetCreateP1User returns the CreateP1User field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCreateP1UserOk ¶ added in v0.3.0

GetCreateP1UserOk returns a tuple with the CreateP1User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCustomLoadingIndicator ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCustomLoadingIndicator() string

GetCustomLoadingIndicator returns the CustomLoadingIndicator field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCustomLoadingIndicatorClass ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCustomLoadingIndicatorClass() string

GetCustomLoadingIndicatorClass returns the CustomLoadingIndicatorClass field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCustomLoadingIndicatorClassOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCustomLoadingIndicatorClassOk() (*string, bool)

GetCustomLoadingIndicatorClassOk returns a tuple with the CustomLoadingIndicatorClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCustomLoadingIndicatorOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCustomLoadingIndicatorOk() (*string, bool)

GetCustomLoadingIndicatorOk returns a tuple with the CustomLoadingIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetDefaultLoadingColor ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetDefaultLoadingColor() string

GetDefaultLoadingColor returns the DefaultLoadingColor field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetDefaultLoadingColorOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetDefaultLoadingColorOk() (*string, bool)

GetDefaultLoadingColorOk returns a tuple with the DefaultLoadingColor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetEnvironmentId ¶ added in v0.3.0

GetEnvironmentId returns the EnvironmentId field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetEnvironmentIdOk ¶ added in v0.3.0

GetEnvironmentIdOk returns a tuple with the EnvironmentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetErrorId ¶ added in v0.3.0

GetErrorId returns the ErrorId field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetErrorIdOk ¶ added in v0.3.0

GetErrorIdOk returns a tuple with the ErrorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetForm ¶ added in v0.3.0

GetForm returns the Form field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetFormOk ¶ added in v0.3.0

GetFormOk returns a tuple with the Form field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetHeight ¶ added in v0.3.0

GetHeight returns the Height field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetHeightOk ¶ added in v0.3.0

GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetHost ¶ added in v0.3.0

GetHost returns the Host field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetHostOk ¶ added in v0.3.0

GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetId ¶ added in v0.3.0

GetId returns the Id field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdOk ¶ added in v0.3.0

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderId ¶ added in v0.3.0

GetIdentityProviderId returns the IdentityProviderId field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderIdEntry ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderIdEntry() string

GetIdentityProviderIdEntry returns the IdentityProviderIdEntry field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderIdEntryOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderIdEntryOk() (*string, bool)

GetIdentityProviderIdEntryOk returns a tuple with the IdentityProviderIdEntry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderIdOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderIdOk() (*string, bool)

GetIdentityProviderIdOk returns a tuple with the IdentityProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderType ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderType() string

GetIdentityProviderType returns the IdentityProviderType field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderTypeOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderTypeOk() (*string, bool)

GetIdentityProviderTypeOk returns a tuple with the IdentityProviderType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdpConnector ¶ added in v0.3.0

GetIdpConnector returns the IdpConnector field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdpConnectorOk ¶ added in v0.3.0

GetIdpConnectorOk returns a tuple with the IdpConnector field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetImgUrl ¶ added in v0.3.0

GetImgUrl returns the ImgUrl field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetImgUrlOk ¶ added in v0.3.0

GetImgUrlOk returns a tuple with the ImgUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetLabel ¶ added in v0.3.0

GetLabel returns the Label field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetLabelOk ¶ added in v0.3.0

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetMessageClass ¶ added in v0.3.0

GetMessageClass returns the MessageClass field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetMessageClassOk ¶ added in v0.3.0

GetMessageClassOk returns a tuple with the MessageClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetMicUrl ¶ added in v0.3.0

GetMicUrl returns the MicUrl field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetMicUrlOk ¶ added in v0.3.0

GetMicUrlOk returns a tuple with the MicUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetOtpInput ¶ added in v0.3.0

GetOtpInput returns the OtpInput field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetOtpInputOk ¶ added in v0.3.0

GetOtpInputOk returns a tuple with the OtpInput field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollChallengeStatus ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollChallengeStatus() bool

GetPollChallengeStatus returns the PollChallengeStatus field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollChallengeStatusOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollChallengeStatusOk() (*bool, bool)

GetPollChallengeStatusOk returns a tuple with the PollChallengeStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollInterval ¶ added in v0.3.0

GetPollInterval returns the PollInterval field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollIntervalOk ¶ added in v0.3.0

GetPollIntervalOk returns a tuple with the PollInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollRetries ¶ added in v0.3.0

GetPollRetries returns the PollRetries field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollRetriesOk ¶ added in v0.3.0

GetPollRetriesOk returns a tuple with the PollRetries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPopulationId ¶ added in v0.3.0

GetPopulationId returns the PopulationId field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPopulationIdEntry ¶ added in v0.3.0

GetPopulationIdEntry returns the PopulationIdEntry field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPopulationIdEntryOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPopulationIdEntryOk() (*string, bool)

GetPopulationIdEntryOk returns a tuple with the PopulationIdEntry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPopulationIdOk ¶ added in v0.3.0

GetPopulationIdOk returns a tuple with the PopulationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPreviewType ¶ added in v0.3.0

GetPreviewType returns the PreviewType field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPreviewTypeOk ¶ added in v0.3.0

GetPreviewTypeOk returns a tuple with the PreviewType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPropertyname ¶ added in v0.3.0

GetPropertyname returns the Propertyname field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPropertynameOk ¶ added in v0.3.0

GetPropertynameOk returns a tuple with the Propertyname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetReturnUrl ¶ added in v0.3.0

GetReturnUrl returns the ReturnUrl field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetReturnUrlOk ¶ added in v0.3.0

GetReturnUrlOk returns a tuple with the ReturnUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetShowPreview ¶ added in v0.3.0

GetShowPreview returns the ShowPreview field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetShowPreviewOk ¶ added in v0.3.0

GetShowPreviewOk returns a tuple with the ShowPreview field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetSiteKey ¶ added in v0.3.0

GetSiteKey returns the SiteKey field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetSiteKeyOk ¶ added in v0.3.0

GetSiteKeyOk returns a tuple with the SiteKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetUserId ¶ added in v0.3.0

GetUserId returns the UserId field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetUserIdOk ¶ added in v0.3.0

GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetValue ¶ added in v0.3.0

GetValue returns the Value field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetValueOk ¶ added in v0.3.0

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetWidth ¶ added in v0.3.0

GetWidth returns the Width field value if set, zero value otherwise.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetWidthOk ¶ added in v0.3.0

GetWidthOk returns a tuple with the Width field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasAppSessionId ¶ added in v0.3.0

HasAppSessionId returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasAppid ¶ added in v0.3.0

HasAppid returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasAppsecret ¶ added in v0.3.0

HasAppsecret returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasBrowsertoken ¶ added in v0.3.0

HasBrowsertoken returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasButtonImage ¶ added in v0.3.0

HasButtonImage returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasButtonImageClass ¶ added in v0.3.0

HasButtonImageClass returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasButtonImagePlacement ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasButtonImagePlacement() bool

HasButtonImagePlacement returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasButtonType ¶ added in v0.3.0

HasButtonType returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCdn ¶ added in v0.3.0

HasCdn returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasClass ¶ added in v0.3.0

HasClass returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCollectBehavioralData ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCollectBehavioralData() bool

HasCollectBehavioralData returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasContentType ¶ added in v0.3.0

HasContentType returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCreateP1User ¶ added in v0.3.0

HasCreateP1User returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCustomLoadingIndicator ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCustomLoadingIndicator() bool

HasCustomLoadingIndicator returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCustomLoadingIndicatorClass ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCustomLoadingIndicatorClass() bool

HasCustomLoadingIndicatorClass returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasDefaultLoadingColor ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasDefaultLoadingColor() bool

HasDefaultLoadingColor returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasEnvironmentId ¶ added in v0.3.0

HasEnvironmentId returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasErrorId ¶ added in v0.3.0

HasErrorId returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasForm ¶ added in v0.3.0

HasForm returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasHeight ¶ added in v0.3.0

HasHeight returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasHost ¶ added in v0.3.0

HasHost returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasId ¶ added in v0.3.0

HasId returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasIdentityProviderId ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasIdentityProviderId() bool

HasIdentityProviderId returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasIdentityProviderIdEntry ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasIdentityProviderIdEntry() bool

HasIdentityProviderIdEntry returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasIdentityProviderType ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasIdentityProviderType() bool

HasIdentityProviderType returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasIdpConnector ¶ added in v0.3.0

HasIdpConnector returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasImgUrl ¶ added in v0.3.0

HasImgUrl returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasLabel ¶ added in v0.3.0

HasLabel returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasMessageClass ¶ added in v0.3.0

HasMessageClass returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasMicUrl ¶ added in v0.3.0

HasMicUrl returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasOtpInput ¶ added in v0.3.0

HasOtpInput returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPollChallengeStatus ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPollChallengeStatus() bool

HasPollChallengeStatus returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPollInterval ¶ added in v0.3.0

HasPollInterval returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPollRetries ¶ added in v0.3.0

HasPollRetries returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPopulationId ¶ added in v0.3.0

HasPopulationId returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPopulationIdEntry ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPopulationIdEntry() bool

HasPopulationIdEntry returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPreviewType ¶ added in v0.3.0

HasPreviewType returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPropertyname ¶ added in v0.3.0

HasPropertyname returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasReturnUrl ¶ added in v0.3.0

HasReturnUrl returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasShowPreview ¶ added in v0.3.0

HasShowPreview returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasSiteKey ¶ added in v0.3.0

HasSiteKey returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasUserId ¶ added in v0.3.0

HasUserId returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasValue ¶ added in v0.3.0

HasValue returns a boolean if a field has been set.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasWidth ¶ added in v0.3.0

HasWidth returns a boolean if a field has been set.

func (DaVinciFlowVersionDetailResponseSkcomponentOptions) LogValue ¶ added in v0.3.0

func (DaVinciFlowVersionDetailResponseSkcomponentOptions) MarshalJSON ¶ added in v0.3.0

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetAppSessionId ¶ added in v0.3.0

SetAppSessionId gets a reference to the given string and assigns it to the AppSessionId field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetAppid ¶ added in v0.3.0

SetAppid gets a reference to the given string and assigns it to the Appid field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetAppsecret ¶ added in v0.3.0

SetAppsecret gets a reference to the given string and assigns it to the Appsecret field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetBrowsertoken ¶ added in v0.3.0

SetBrowsertoken gets a reference to the given string and assigns it to the Browsertoken field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonImage ¶ added in v0.3.0

SetButtonImage gets a reference to the given string and assigns it to the ButtonImage field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonImageClass ¶ added in v0.3.0

SetButtonImageClass gets a reference to the given string and assigns it to the ButtonImageClass field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonImagePlacement ¶ added in v0.3.0

SetButtonImagePlacement gets a reference to the given DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement and assigns it to the ButtonImagePlacement field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonType ¶ added in v0.3.0

SetButtonType gets a reference to the given DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType and assigns it to the ButtonType field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCdn ¶ added in v0.3.0

SetCdn gets a reference to the given string and assigns it to the Cdn field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetClass ¶ added in v0.3.0

SetClass gets a reference to the given string and assigns it to the Class field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCollectBehavioralData ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCollectBehavioralData(v bool)

SetCollectBehavioralData gets a reference to the given bool and assigns it to the CollectBehavioralData field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetContentType ¶ added in v0.3.0

SetContentType gets a reference to the given DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType and assigns it to the ContentType field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCreateP1User ¶ added in v0.3.0

SetCreateP1User gets a reference to the given string and assigns it to the CreateP1User field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCustomLoadingIndicator ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCustomLoadingIndicator(v string)

SetCustomLoadingIndicator gets a reference to the given string and assigns it to the CustomLoadingIndicator field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCustomLoadingIndicatorClass ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCustomLoadingIndicatorClass(v string)

SetCustomLoadingIndicatorClass gets a reference to the given string and assigns it to the CustomLoadingIndicatorClass field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetDefaultLoadingColor ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetDefaultLoadingColor(v string)

SetDefaultLoadingColor gets a reference to the given string and assigns it to the DefaultLoadingColor field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetEnvironmentId ¶ added in v0.3.0

SetEnvironmentId gets a reference to the given string and assigns it to the EnvironmentId field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetErrorId ¶ added in v0.3.0

SetErrorId gets a reference to the given string and assigns it to the ErrorId field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetForm ¶ added in v0.3.0

SetForm gets a reference to the given string and assigns it to the Form field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetHeight ¶ added in v0.3.0

SetHeight gets a reference to the given string and assigns it to the Height field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetHost ¶ added in v0.3.0

SetHost gets a reference to the given string and assigns it to the Host field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetId ¶ added in v0.3.0

SetId gets a reference to the given string and assigns it to the Id field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetIdentityProviderId ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetIdentityProviderId(v string)

SetIdentityProviderId gets a reference to the given string and assigns it to the IdentityProviderId field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetIdentityProviderIdEntry ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetIdentityProviderIdEntry(v string)

SetIdentityProviderIdEntry gets a reference to the given string and assigns it to the IdentityProviderIdEntry field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetIdentityProviderType ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetIdentityProviderType(v string)

SetIdentityProviderType gets a reference to the given string and assigns it to the IdentityProviderType field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetIdpConnector ¶ added in v0.3.0

SetIdpConnector gets a reference to the given string and assigns it to the IdpConnector field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetImgUrl ¶ added in v0.3.0

SetImgUrl gets a reference to the given string and assigns it to the ImgUrl field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetLabel ¶ added in v0.3.0

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetMessageClass ¶ added in v0.3.0

SetMessageClass gets a reference to the given string and assigns it to the MessageClass field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetMicUrl ¶ added in v0.3.0

SetMicUrl gets a reference to the given string and assigns it to the MicUrl field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetOtpInput ¶ added in v0.3.0

SetOtpInput gets a reference to the given string and assigns it to the OtpInput field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPollChallengeStatus ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPollChallengeStatus(v bool)

SetPollChallengeStatus gets a reference to the given bool and assigns it to the PollChallengeStatus field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPollInterval ¶ added in v0.3.0

SetPollInterval gets a reference to the given int32 and assigns it to the PollInterval field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPollRetries ¶ added in v0.3.0

SetPollRetries gets a reference to the given int32 and assigns it to the PollRetries field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPopulationId ¶ added in v0.3.0

SetPopulationId gets a reference to the given string and assigns it to the PopulationId field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPopulationIdEntry ¶ added in v0.3.0

SetPopulationIdEntry gets a reference to the given string and assigns it to the PopulationIdEntry field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPreviewType ¶ added in v0.3.0

SetPreviewType gets a reference to the given DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType and assigns it to the PreviewType field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPropertyname ¶ added in v0.3.0

SetPropertyname gets a reference to the given string and assigns it to the Propertyname field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetReturnUrl ¶ added in v0.3.0

SetReturnUrl gets a reference to the given string and assigns it to the ReturnUrl field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetShowPreview ¶ added in v0.3.0

SetShowPreview gets a reference to the given DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview and assigns it to the ShowPreview field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetSiteKey ¶ added in v0.3.0

SetSiteKey gets a reference to the given string and assigns it to the SiteKey field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetUserId ¶ added in v0.3.0

SetUserId gets a reference to the given string and assigns it to the UserId field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetValue ¶ added in v0.3.0

SetValue gets a reference to the given string and assigns it to the Value field.

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetWidth ¶ added in v0.3.0

SetWidth gets a reference to the given string and assigns it to the Width field.

func (DaVinciFlowVersionDetailResponseSkcomponentOptions) ToMap ¶ added in v0.3.0

func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement ¶ added in v0.3.0

type DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement string

DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement the model 'DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement'

const (
	DAVINCIFLOWVERSIONDETAILRESPONSESKCOMPONENTOPTIONSBUTTONIMAGEPLACEMENT_LEFT  DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement = "left"
	DAVINCIFLOWVERSIONDETAILRESPONSESKCOMPONENTOPTIONSBUTTONIMAGEPLACEMENT_RIGHT DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement = "right"
)

List of DaVinci_Flow_Version_Detail_Response_Skcomponent_Options_Button_Image_Placement

func NewDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacementFromValue ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacementFromValue(v string) (*DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement, error)

NewDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacementFromValue returns a pointer to a valid DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) IsValid ¶ added in v0.3.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) Ptr ¶ added in v0.3.0

Ptr returns reference to DaVinci_Flow_Version_Detail_Response_Skcomponent_Options_Button_Image_Placement value

func (*DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) UnmarshalJSON ¶ added in v0.3.0

type DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType ¶ added in v0.3.0

type DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType string

DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType the model 'DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType'

const (
	DAVINCIFLOWVERSIONDETAILRESPONSESKCOMPONENTOPTIONSBUTTONTYPE_BACK_TO_PREVIOUS DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType = "back-to-previous"
	DAVINCIFLOWVERSIONDETAILRESPONSESKCOMPONENTOPTIONSBUTTONTYPE_FORM_SUBMIT      DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType = "form-submit"
	DAVINCIFLOWVERSIONDETAILRESPONSESKCOMPONENTOPTIONSBUTTONTYPE_MFA_RESET        DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType = "mfa-reset"
	DAVINCIFLOWVERSIONDETAILRESPONSESKCOMPONENTOPTIONSBUTTONTYPE_NEXT_EVENT       DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType = "next-event"
	DAVINCIFLOWVERSIONDETAILRESPONSESKCOMPONENTOPTIONSBUTTONTYPE_NUANCE_AUDIO     DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType = "nuance-audio"
	DAVINCIFLOWVERSIONDETAILRESPONSESKCOMPONENTOPTIONSBUTTONTYPE_OTP              DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType = "otp"
)

List of DaVinci_Flow_Version_Detail_Response_Skcomponent_Options_Button_Type

func NewDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonTypeFromValue ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonTypeFromValue(v string) (*DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType, error)

NewDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonTypeFromValue returns a pointer to a valid DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) IsValid ¶ added in v0.3.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) Ptr ¶ added in v0.3.0

Ptr returns reference to DaVinci_Flow_Version_Detail_Response_Skcomponent_Options_Button_Type value

func (*DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) UnmarshalJSON ¶ added in v0.3.0

type DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType ¶ added in v0.3.0

type DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType string

DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType the model 'DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType'

const (
	DAVINCIFLOWVERSIONDETAILRESPONSESKCOMPONENTOPTIONSCONTENTTYPE_IMAGE DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType = "image"
	DAVINCIFLOWVERSIONDETAILRESPONSESKCOMPONENTOPTIONSCONTENTTYPE_TEXT  DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType = "text"
)

List of DaVinci_Flow_Version_Detail_Response_Skcomponent_Options_Content_Type

func NewDaVinciFlowVersionDetailResponseSkcomponentOptionsContentTypeFromValue ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponseSkcomponentOptionsContentTypeFromValue(v string) (*DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType, error)

NewDaVinciFlowVersionDetailResponseSkcomponentOptionsContentTypeFromValue returns a pointer to a valid DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) IsValid ¶ added in v0.3.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) Ptr ¶ added in v0.3.0

Ptr returns reference to DaVinci_Flow_Version_Detail_Response_Skcomponent_Options_Content_Type value

func (*DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) UnmarshalJSON ¶ added in v0.3.0

type DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType ¶ added in v0.3.0

type DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType string

DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType the model 'DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType'

const (
	DAVINCIFLOWVERSIONDETAILRESPONSESKCOMPONENTOPTIONSPREVIEWTYPE_IMAGE DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType = "image"
	DAVINCIFLOWVERSIONDETAILRESPONSESKCOMPONENTOPTIONSPREVIEWTYPE_TEXT  DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType = "text"
)

List of DaVinci_Flow_Version_Detail_Response_Skcomponent_Options_Preview_Type

func NewDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewTypeFromValue ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewTypeFromValue(v string) (*DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType, error)

NewDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewTypeFromValue returns a pointer to a valid DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) IsValid ¶ added in v0.3.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) Ptr ¶ added in v0.3.0

Ptr returns reference to DaVinci_Flow_Version_Detail_Response_Skcomponent_Options_Preview_Type value

func (*DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) UnmarshalJSON ¶ added in v0.3.0

type DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview ¶ added in v0.3.0

type DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview string

DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview the model 'DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview'

const (
	DAVINCIFLOWVERSIONDETAILRESPONSESKCOMPONENTOPTIONSSHOWPREVIEW_NO  DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview = "no"
	DAVINCIFLOWVERSIONDETAILRESPONSESKCOMPONENTOPTIONSSHOWPREVIEW_YES DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview = "yes"
)

List of DaVinci_Flow_Version_Detail_Response_Skcomponent_Options_Show_Preview

func NewDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreviewFromValue ¶ added in v0.3.0

func NewDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreviewFromValue(v string) (*DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview, error)

NewDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreviewFromValue returns a pointer to a valid DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) IsValid ¶ added in v0.3.0

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) Ptr ¶ added in v0.3.0

Ptr returns reference to DaVinci_Flow_Version_Detail_Response_Skcomponent_Options_Show_Preview value

func (*DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) UnmarshalJSON ¶ added in v0.3.0

type DaVinciFlowVersionResponse ¶ added in v0.3.0

type DaVinciFlowVersionResponse struct {
	Links                DaVinciFlowVersionResponseLinks       `json:"_links"`
	Environment          DaVinciFlowVersionResponseEnvironment `json:"environment"`
	Flow                 DaVinciFlowVersionResponseFlow        `json:"flow"`
	Version              float32                               `json:"version"`
	Alias                *string                               `json:"alias,omitempty"`
	ClonedFrom           *float32                              `json:"clonedFrom,omitempty"`
	CreatedAt            *time.Time                            `json:"createdAt,omitempty"`
	DeployedAt           *time.Time                            `json:"deployedAt,omitempty"`
	UpdatedAt            *time.Time                            `json:"updatedAt,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowVersionResponse struct for DaVinciFlowVersionResponse

func NewDaVinciFlowVersionResponse ¶ added in v0.3.0

NewDaVinciFlowVersionResponse instantiates a new DaVinciFlowVersionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionResponseWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionResponseWithDefaults() *DaVinciFlowVersionResponse

NewDaVinciFlowVersionResponseWithDefaults instantiates a new DaVinciFlowVersionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionResponse) GetAlias ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) GetAlias() string

GetAlias returns the Alias field value if set, zero value otherwise.

func (*DaVinciFlowVersionResponse) GetAliasOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) GetAliasOk() (*string, bool)

GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionResponse) GetClonedFrom ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) GetClonedFrom() float32

GetClonedFrom returns the ClonedFrom field value if set, zero value otherwise.

func (*DaVinciFlowVersionResponse) GetClonedFromOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) GetClonedFromOk() (*float32, bool)

GetClonedFromOk returns a tuple with the ClonedFrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionResponse) GetCreatedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*DaVinciFlowVersionResponse) GetCreatedAtOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionResponse) GetDeployedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) GetDeployedAt() time.Time

GetDeployedAt returns the DeployedAt field value if set, zero value otherwise.

func (*DaVinciFlowVersionResponse) GetDeployedAtOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) GetDeployedAtOk() (*time.Time, bool)

GetDeployedAtOk returns a tuple with the DeployedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionResponse) GetEnvironment ¶ added in v0.3.0

GetEnvironment returns the Environment field value

func (*DaVinciFlowVersionResponse) GetEnvironmentOk ¶ added in v0.3.0

GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionResponse) GetFlow ¶ added in v0.3.0

GetFlow returns the Flow field value

func (*DaVinciFlowVersionResponse) GetFlowOk ¶ added in v0.3.0

GetFlowOk returns a tuple with the Flow field value and a boolean to check if the value has been set.

GetLinks returns the Links field value

func (*DaVinciFlowVersionResponse) GetLinksOk ¶ added in v0.3.0

GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionResponse) GetUpdatedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*DaVinciFlowVersionResponse) GetUpdatedAtOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) GetUpdatedAtOk() (*time.Time, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciFlowVersionResponse) GetVersion ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) GetVersion() float32

GetVersion returns the Version field value

func (*DaVinciFlowVersionResponse) GetVersionOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) GetVersionOk() (*float32, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionResponse) HasAlias ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) HasAlias() bool

HasAlias returns a boolean if a field has been set.

func (*DaVinciFlowVersionResponse) HasClonedFrom ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) HasClonedFrom() bool

HasClonedFrom returns a boolean if a field has been set.

func (*DaVinciFlowVersionResponse) HasCreatedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*DaVinciFlowVersionResponse) HasDeployedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) HasDeployedAt() bool

HasDeployedAt returns a boolean if a field has been set.

func (*DaVinciFlowVersionResponse) HasUpdatedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (DaVinciFlowVersionResponse) LogValue ¶ added in v0.3.0

func (o DaVinciFlowVersionResponse) LogValue() slog.Value

func (DaVinciFlowVersionResponse) MarshalJSON ¶ added in v0.3.0

func (o DaVinciFlowVersionResponse) MarshalJSON() ([]byte, error)

func (*DaVinciFlowVersionResponse) SetAlias ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) SetAlias(v string)

SetAlias gets a reference to the given string and assigns it to the Alias field.

func (*DaVinciFlowVersionResponse) SetClonedFrom ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) SetClonedFrom(v float32)

SetClonedFrom gets a reference to the given float32 and assigns it to the ClonedFrom field.

func (*DaVinciFlowVersionResponse) SetCreatedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*DaVinciFlowVersionResponse) SetDeployedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) SetDeployedAt(v time.Time)

SetDeployedAt gets a reference to the given time.Time and assigns it to the DeployedAt field.

func (*DaVinciFlowVersionResponse) SetEnvironment ¶ added in v0.3.0

SetEnvironment sets field value

func (*DaVinciFlowVersionResponse) SetFlow ¶ added in v0.3.0

SetFlow sets field value

SetLinks sets field value

func (*DaVinciFlowVersionResponse) SetUpdatedAt ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*DaVinciFlowVersionResponse) SetVersion ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) SetVersion(v float32)

SetVersion sets field value

func (DaVinciFlowVersionResponse) ToMap ¶ added in v0.3.0

func (o DaVinciFlowVersionResponse) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowVersionResponse) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowVersionResponseEnvironment ¶ added in v0.3.0

type DaVinciFlowVersionResponseEnvironment struct {
	Id                   string `json:"id"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowVersionResponseEnvironment struct for DaVinciFlowVersionResponseEnvironment

func NewDaVinciFlowVersionResponseEnvironment ¶ added in v0.3.0

func NewDaVinciFlowVersionResponseEnvironment(id string) *DaVinciFlowVersionResponseEnvironment

NewDaVinciFlowVersionResponseEnvironment instantiates a new DaVinciFlowVersionResponseEnvironment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionResponseEnvironmentWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionResponseEnvironmentWithDefaults() *DaVinciFlowVersionResponseEnvironment

NewDaVinciFlowVersionResponseEnvironmentWithDefaults instantiates a new DaVinciFlowVersionResponseEnvironment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionResponseEnvironment) GetId ¶ added in v0.3.0

GetId returns the Id field value

func (*DaVinciFlowVersionResponseEnvironment) GetIdOk ¶ added in v0.3.0

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (DaVinciFlowVersionResponseEnvironment) LogValue ¶ added in v0.3.0

func (DaVinciFlowVersionResponseEnvironment) MarshalJSON ¶ added in v0.3.0

func (o DaVinciFlowVersionResponseEnvironment) MarshalJSON() ([]byte, error)

func (*DaVinciFlowVersionResponseEnvironment) SetId ¶ added in v0.3.0

SetId sets field value

func (DaVinciFlowVersionResponseEnvironment) ToMap ¶ added in v0.3.0

func (o DaVinciFlowVersionResponseEnvironment) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowVersionResponseEnvironment) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseEnvironment) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowVersionResponseFlow ¶ added in v0.3.0

type DaVinciFlowVersionResponseFlow struct {
	Id                   string `json:"id"`
	Name                 string `json:"name"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowVersionResponseFlow struct for DaVinciFlowVersionResponseFlow

func NewDaVinciFlowVersionResponseFlow ¶ added in v0.3.0

func NewDaVinciFlowVersionResponseFlow(id string, name string) *DaVinciFlowVersionResponseFlow

NewDaVinciFlowVersionResponseFlow instantiates a new DaVinciFlowVersionResponseFlow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionResponseFlowWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionResponseFlowWithDefaults() *DaVinciFlowVersionResponseFlow

NewDaVinciFlowVersionResponseFlowWithDefaults instantiates a new DaVinciFlowVersionResponseFlow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionResponseFlow) GetId ¶ added in v0.3.0

GetId returns the Id field value

func (*DaVinciFlowVersionResponseFlow) GetIdOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseFlow) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionResponseFlow) GetName ¶ added in v0.3.0

GetName returns the Name field value

func (*DaVinciFlowVersionResponseFlow) GetNameOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseFlow) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (DaVinciFlowVersionResponseFlow) LogValue ¶ added in v0.3.0

func (DaVinciFlowVersionResponseFlow) MarshalJSON ¶ added in v0.3.0

func (o DaVinciFlowVersionResponseFlow) MarshalJSON() ([]byte, error)

func (*DaVinciFlowVersionResponseFlow) SetId ¶ added in v0.3.0

SetId sets field value

func (*DaVinciFlowVersionResponseFlow) SetName ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseFlow) SetName(v string)

SetName sets field value

func (DaVinciFlowVersionResponseFlow) ToMap ¶ added in v0.3.0

func (o DaVinciFlowVersionResponseFlow) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowVersionResponseFlow) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseFlow) UnmarshalJSON(data []byte) (err error)
type DaVinciFlowVersionResponseLinks struct {
	Environment          JSONHALLink `json:"environment"`
	Self                 JSONHALLink `json:"self"`
	Details              JSONHALLink `json:"details"`
	FlowExport           JSONHALLink `json:"flow.export"`
	FlowRevert           JSONHALLink `json:"flow.revert"`
	AdditionalProperties map[string]interface{}
}

DaVinciFlowVersionResponseLinks struct for DaVinciFlowVersionResponseLinks

func NewDaVinciFlowVersionResponseLinks(environment JSONHALLink, self JSONHALLink, details JSONHALLink, flowExport JSONHALLink, flowRevert JSONHALLink) *DaVinciFlowVersionResponseLinks

NewDaVinciFlowVersionResponseLinks instantiates a new DaVinciFlowVersionResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciFlowVersionResponseLinksWithDefaults ¶ added in v0.3.0

func NewDaVinciFlowVersionResponseLinksWithDefaults() *DaVinciFlowVersionResponseLinks

NewDaVinciFlowVersionResponseLinksWithDefaults instantiates a new DaVinciFlowVersionResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciFlowVersionResponseLinks) GetDetails ¶ added in v0.3.0

GetDetails returns the Details field value

func (*DaVinciFlowVersionResponseLinks) GetDetailsOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseLinks) GetDetailsOk() (*JSONHALLink, bool)

GetDetailsOk returns a tuple with the Details field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionResponseLinks) GetEnvironment ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseLinks) GetEnvironment() JSONHALLink

GetEnvironment returns the Environment field value

func (*DaVinciFlowVersionResponseLinks) GetEnvironmentOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)

GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionResponseLinks) GetFlowExport ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseLinks) GetFlowExport() JSONHALLink

GetFlowExport returns the FlowExport field value

func (*DaVinciFlowVersionResponseLinks) GetFlowExportOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseLinks) GetFlowExportOk() (*JSONHALLink, bool)

GetFlowExportOk returns a tuple with the FlowExport field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionResponseLinks) GetFlowRevert ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseLinks) GetFlowRevert() JSONHALLink

GetFlowRevert returns the FlowRevert field value

func (*DaVinciFlowVersionResponseLinks) GetFlowRevertOk ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseLinks) GetFlowRevertOk() (*JSONHALLink, bool)

GetFlowRevertOk returns a tuple with the FlowRevert field value and a boolean to check if the value has been set.

func (*DaVinciFlowVersionResponseLinks) GetSelf ¶ added in v0.3.0

GetSelf returns the Self field value

func (*DaVinciFlowVersionResponseLinks) GetSelfOk ¶ added in v0.3.0

GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.

func (DaVinciFlowVersionResponseLinks) LogValue ¶ added in v0.3.0

func (DaVinciFlowVersionResponseLinks) MarshalJSON ¶ added in v0.3.0

func (o DaVinciFlowVersionResponseLinks) MarshalJSON() ([]byte, error)

func (*DaVinciFlowVersionResponseLinks) SetDetails ¶ added in v0.3.0

SetDetails sets field value

func (*DaVinciFlowVersionResponseLinks) SetEnvironment ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseLinks) SetEnvironment(v JSONHALLink)

SetEnvironment sets field value

func (*DaVinciFlowVersionResponseLinks) SetFlowExport ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseLinks) SetFlowExport(v JSONHALLink)

SetFlowExport sets field value

func (*DaVinciFlowVersionResponseLinks) SetFlowRevert ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseLinks) SetFlowRevert(v JSONHALLink)

SetFlowRevert sets field value

func (*DaVinciFlowVersionResponseLinks) SetSelf ¶ added in v0.3.0

SetSelf sets field value

func (DaVinciFlowVersionResponseLinks) ToMap ¶ added in v0.3.0

func (o DaVinciFlowVersionResponseLinks) ToMap() (map[string]interface{}, error)

func (*DaVinciFlowVersionResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciFlowVersionResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciFlowVersionsApiService ¶ added in v0.3.0

type DaVinciFlowVersionsApiService service

DaVinciFlowVersionsApiService DaVinciFlowVersionsApi service

func (*DaVinciFlowVersionsApiService) DeleteVersionByIdUsingFlowId ¶ added in v0.3.0

func (a *DaVinciFlowVersionsApiService) DeleteVersionByIdUsingFlowId(ctx context.Context, environmentID uuid.UUID, flowID string, versionID string) ApiDeleteVersionByIdUsingFlowIdRequest

DeleteVersionByIdUsingFlowId Method for DeleteVersionByIdUsingFlowId

@permission davinci:delete:flowVersions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param flowID
@param versionID
@return ApiDeleteVersionByIdUsingFlowIdRequest

func (*DaVinciFlowVersionsApiService) DeleteVersionByIdUsingFlowIdExecute ¶ added in v0.3.0

func (a *DaVinciFlowVersionsApiService) DeleteVersionByIdUsingFlowIdExecute(r ApiDeleteVersionByIdUsingFlowIdRequest) (*http.Response, error)

Execute executes the request

func (*DaVinciFlowVersionsApiService) GetDetailsByFlowIdAndVersionId ¶ added in v0.3.0

func (a *DaVinciFlowVersionsApiService) GetDetailsByFlowIdAndVersionId(ctx context.Context, environmentID uuid.UUID, flowID string, versionID string) ApiGetDetailsByFlowIdAndVersionIdRequest

GetDetailsByFlowIdAndVersionId Method for GetDetailsByFlowIdAndVersionId

@permission davinci:read:flowVersions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param flowID
@param versionID
@return ApiGetDetailsByFlowIdAndVersionIdRequest

func (*DaVinciFlowVersionsApiService) GetDetailsByFlowIdAndVersionIdExecute ¶ added in v0.3.0

Execute executes the request

@return DaVinciFlowVersionDetailResponse

func (*DaVinciFlowVersionsApiService) GetVersionByIdUsingFlowId ¶ added in v0.3.0

func (a *DaVinciFlowVersionsApiService) GetVersionByIdUsingFlowId(ctx context.Context, environmentID uuid.UUID, flowID string, versionID string) ApiGetVersionByIdUsingFlowIdRequest

GetVersionByIdUsingFlowId Method for GetVersionByIdUsingFlowId

@permission davinci:read:flowVersions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param flowID
@param versionID
@return ApiGetVersionByIdUsingFlowIdRequest

func (*DaVinciFlowVersionsApiService) GetVersionByIdUsingFlowIdExecute ¶ added in v0.3.0

Execute executes the request

@return DaVinciFlowVersionResponse

func (*DaVinciFlowVersionsApiService) GetVersionsByFlowId ¶ added in v0.3.0

func (a *DaVinciFlowVersionsApiService) GetVersionsByFlowId(ctx context.Context, environmentID uuid.UUID, flowID string) ApiGetVersionsByFlowIdRequest

GetVersionsByFlowId Method for GetVersionsByFlowId

@permission davinci:read:flowVersions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param flowID
@return ApiGetVersionsByFlowIdRequest

func (*DaVinciFlowVersionsApiService) GetVersionsByFlowIdExecute ¶ added in v0.3.0

Execute executes the request

@return DaVinciFlowVersionCollectionResponse

func (*DaVinciFlowVersionsApiService) ReplaceAliasByFlowIdAndVersionId ¶ added in v0.3.0

func (a *DaVinciFlowVersionsApiService) ReplaceAliasByFlowIdAndVersionId(ctx context.Context, environmentID uuid.UUID, flowID string, versionID string) ApiReplaceAliasByFlowIdAndVersionIdRequest

ReplaceAliasByFlowIdAndVersionId Method for ReplaceAliasByFlowIdAndVersionId

@permission davinci:update:flowVersions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param flowID
@param versionID
@return ApiReplaceAliasByFlowIdAndVersionIdRequest

func (*DaVinciFlowVersionsApiService) ReplaceAliasByFlowIdAndVersionIdExecute ¶ added in v0.3.0

Execute executes the request

@return DaVinciFlowVersionAliasResponse

type DaVinciFlowsApiService ¶ added in v0.3.0

type DaVinciFlowsApiService service

DaVinciFlowsApiService DaVinciFlowsApi service

func (*DaVinciFlowsApiService) CloneFlowByIdAsCloneJson ¶ added in v0.3.0

func (a *DaVinciFlowsApiService) CloneFlowByIdAsCloneJson(ctx context.Context, environmentID uuid.UUID, flowID string) ApiCloneFlowByIdAsCloneJsonRequest

CloneFlowByIdAsCloneJson Method for CloneFlowByIdAsCloneJson

@permission davinci:create:dvFlows
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param flowID
@return ApiCloneFlowByIdAsCloneJsonRequest

func (*DaVinciFlowsApiService) CloneFlowByIdAsCloneJsonExecute ¶ added in v0.3.0

Execute executes the request

@return DaVinciFlowResponse

func (*DaVinciFlowsApiService) CreateFlow ¶ added in v0.3.0

func (a *DaVinciFlowsApiService) CreateFlow(ctx context.Context, environmentID uuid.UUID) ApiCreateFlowRequest

CreateFlow Method for CreateFlow

@permission davinci:create:dvFlows
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiCreateFlowRequest

func (*DaVinciFlowsApiService) CreateFlowExecute ¶ added in v0.3.0

Execute executes the request

@return DaVinciFlowResponse

func (*DaVinciFlowsApiService) DeleteFlowById ¶ added in v0.3.0

func (a *DaVinciFlowsApiService) DeleteFlowById(ctx context.Context, environmentID uuid.UUID, flowID string) ApiDeleteFlowByIdRequest

DeleteFlowById Method for DeleteFlowById

@permission davinci:delete:dvFlows
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param flowID
@return ApiDeleteFlowByIdRequest

func (*DaVinciFlowsApiService) DeleteFlowByIdExecute ¶ added in v0.3.0

func (a *DaVinciFlowsApiService) DeleteFlowByIdExecute(r ApiDeleteFlowByIdRequest) (*http.Response, error)

Execute executes the request

func (*DaVinciFlowsApiService) DeployFlowByIdAsDeployJson ¶ added in v0.3.0

func (a *DaVinciFlowsApiService) DeployFlowByIdAsDeployJson(ctx context.Context, environmentID uuid.UUID, flowID string) ApiDeployFlowByIdAsDeployJsonRequest

DeployFlowByIdAsDeployJson Method for DeployFlowByIdAsDeployJson

@permission davinci:create:dvFlows
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param flowID
@return ApiDeployFlowByIdAsDeployJsonRequest

func (*DaVinciFlowsApiService) DeployFlowByIdAsDeployJsonExecute ¶ added in v0.3.0

Execute executes the request

@return DaVinciFlowResponse

func (*DaVinciFlowsApiService) GetFlowById ¶ added in v0.3.0

func (a *DaVinciFlowsApiService) GetFlowById(ctx context.Context, environmentID uuid.UUID, flowID string) ApiGetFlowByIdRequest

GetFlowById Method for GetFlowById

@permission davinci:read:dvFlows
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param flowID
@return ApiGetFlowByIdRequest

func (*DaVinciFlowsApiService) GetFlowByIdExecute ¶ added in v0.3.0

Execute executes the request

@return DaVinciFlowResponse

func (*DaVinciFlowsApiService) GetFlows ¶ added in v0.3.0

func (a *DaVinciFlowsApiService) GetFlows(ctx context.Context, environmentID uuid.UUID) ApiGetFlowsRequest

GetFlows Method for GetFlows

@permission davinci:read:dvFlows
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiGetFlowsRequest

func (*DaVinciFlowsApiService) GetFlowsExecute ¶ added in v0.3.0

Execute executes the request

@return DaVinciFlowCollection

func (*DaVinciFlowsApiService) ReplaceFlowById ¶ added in v0.3.0

func (a *DaVinciFlowsApiService) ReplaceFlowById(ctx context.Context, environmentID uuid.UUID, flowID string) ApiReplaceFlowByIdRequest

ReplaceFlowById Method for ReplaceFlowById

@permission davinci:update:dvFlows
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param flowID
@return ApiReplaceFlowByIdRequest

func (*DaVinciFlowsApiService) ReplaceFlowByIdExecute ¶ added in v0.3.0

Execute executes the request

@return DaVinciFlowResponse

func (*DaVinciFlowsApiService) UpdateEnabledByFlowId ¶ added in v0.3.0

func (a *DaVinciFlowsApiService) UpdateEnabledByFlowId(ctx context.Context, environmentID uuid.UUID, flowID string) ApiUpdateEnabledByFlowIdRequest

UpdateEnabledByFlowId Method for UpdateEnabledByFlowId

@permission davinci:update:dvFlows
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param flowID
@return ApiUpdateEnabledByFlowIdRequest

func (*DaVinciFlowsApiService) UpdateEnabledByFlowIdExecute ¶ added in v0.3.0

Execute executes the request

@return DaVinciFlowEnabledResponse

func (*DaVinciFlowsApiService) ValidateFlowByIdAsValidateJson ¶ added in v0.3.0

func (a *DaVinciFlowsApiService) ValidateFlowByIdAsValidateJson(ctx context.Context, environmentID uuid.UUID, flowID string) ApiValidateFlowByIdAsValidateJsonRequest

ValidateFlowByIdAsValidateJson Method for ValidateFlowByIdAsValidateJson

@permission davinci:create:dvFlows
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param flowID
@return ApiValidateFlowByIdAsValidateJsonRequest

func (*DaVinciFlowsApiService) ValidateFlowByIdAsValidateJsonExecute ¶ added in v0.3.0

Execute executes the request

@return DaVinciFlowResponse

type DaVinciImportFlowResponse ¶ added in v0.3.0

type DaVinciImportFlowResponse struct {
	Links                DaVinciImportFlowResponseLinks        `json:"_links"`
	Environment          ResourceRelationshipReadOnly          `json:"environment"`
	Flow                 DaVinciImportFlowResponseFlow         `json:"flow"`
	PublishedVersion     float32                               `json:"publishedVersion"`
	Version              float32                               `json:"version"`
	Alias                *string                               `json:"alias,omitempty"`
	ClonedFrom           *float32                              `json:"clonedFrom,omitempty"`
	Color                *string                               `json:"color,omitempty"`
	Connectors           []ResourceRelationshipDaVinciReadOnly `json:"connectors,omitempty"`
	CreatedAt            *time.Time                            `json:"createdAt,omitempty"`
	DeployedAt           *time.Time                            `json:"deployedAt,omitempty"`
	Description          *string                               `json:"description,omitempty"`
	Enabled              *bool                                 `json:"enabled,omitempty"`
	GraphData            *DaVinciFlowGraphDataResponse         `json:"graphData,omitempty"`
	InputSchema          []DaVinciFlowInputSchemaResponseItem  `json:"inputSchema,omitempty"`
	OutputSchema         *DaVinciFlowOutputSchemaResponse      `json:"outputSchema,omitempty"`
	Settings             *DaVinciFlowSettingsResponse          `json:"settings,omitempty"`
	Trigger              *DaVinciFlowTriggerResponse           `json:"trigger,omitempty"`
	UpdatedAt            *time.Time                            `json:"updatedAt,omitempty"`
	Updates              []string                              `json:"updates,omitempty"`
	Variables            []map[string]interface{}              `json:"variables,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciImportFlowResponse struct for DaVinciImportFlowResponse

func NewDaVinciImportFlowResponse ¶ added in v0.3.0

func NewDaVinciImportFlowResponse(links DaVinciImportFlowResponseLinks, environment ResourceRelationshipReadOnly, flow DaVinciImportFlowResponseFlow, publishedVersion float32, version float32) *DaVinciImportFlowResponse

NewDaVinciImportFlowResponse instantiates a new DaVinciImportFlowResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciImportFlowResponseWithDefaults ¶ added in v0.3.0

func NewDaVinciImportFlowResponseWithDefaults() *DaVinciImportFlowResponse

NewDaVinciImportFlowResponseWithDefaults instantiates a new DaVinciImportFlowResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciImportFlowResponse) GetAlias ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetAlias() string

GetAlias returns the Alias field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetAliasOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetAliasOk() (*string, bool)

GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetClonedFrom ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetClonedFrom() float32

GetClonedFrom returns the ClonedFrom field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetClonedFromOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetClonedFromOk() (*float32, bool)

GetClonedFromOk returns a tuple with the ClonedFrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetColor ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetColor() string

GetColor returns the Color field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetColorOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetColorOk() (*string, bool)

GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetConnectors ¶ added in v0.3.0

GetConnectors returns the Connectors field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetConnectorsOk ¶ added in v0.3.0

GetConnectorsOk returns a tuple with the Connectors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetCreatedAt ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetCreatedAtOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetDeployedAt ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetDeployedAt() time.Time

GetDeployedAt returns the DeployedAt field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetDeployedAtOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetDeployedAtOk() (*time.Time, bool)

GetDeployedAtOk returns a tuple with the DeployedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetDescription ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetDescriptionOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetEnabled ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetEnabledOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetEnvironment ¶ added in v0.3.0

GetEnvironment returns the Environment field value

func (*DaVinciImportFlowResponse) GetEnvironmentOk ¶ added in v0.3.0

GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetFlow ¶ added in v0.3.0

GetFlow returns the Flow field value

func (*DaVinciImportFlowResponse) GetFlowOk ¶ added in v0.3.0

GetFlowOk returns a tuple with the Flow field value and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetGraphData ¶ added in v0.3.0

GetGraphData returns the GraphData field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetGraphDataOk ¶ added in v0.3.0

GetGraphDataOk returns a tuple with the GraphData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetInputSchema ¶ added in v0.3.0

GetInputSchema returns the InputSchema field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetInputSchemaOk ¶ added in v0.3.0

GetInputSchemaOk returns a tuple with the InputSchema field value if set, nil otherwise and a boolean to check if the value has been set.

GetLinks returns the Links field value

func (*DaVinciImportFlowResponse) GetLinksOk ¶ added in v0.3.0

GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetOutputSchema ¶ added in v0.3.0

GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetOutputSchemaOk ¶ added in v0.3.0

GetOutputSchemaOk returns a tuple with the OutputSchema field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetPublishedVersion ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetPublishedVersion() float32

GetPublishedVersion returns the PublishedVersion field value

func (*DaVinciImportFlowResponse) GetPublishedVersionOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetPublishedVersionOk() (*float32, bool)

GetPublishedVersionOk returns a tuple with the PublishedVersion field value and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetSettings ¶ added in v0.3.0

GetSettings returns the Settings field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetSettingsOk ¶ added in v0.3.0

GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetTrigger ¶ added in v0.3.0

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetTriggerOk ¶ added in v0.3.0

GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetUpdatedAt ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetUpdatedAtOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetUpdatedAtOk() (*time.Time, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetUpdates ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetUpdates() []string

GetUpdates returns the Updates field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetUpdatesOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetUpdatesOk() ([]string, bool)

GetUpdatesOk returns a tuple with the Updates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetVariables ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetVariables() []map[string]interface{}

GetVariables returns the Variables field value if set, zero value otherwise.

func (*DaVinciImportFlowResponse) GetVariablesOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetVariablesOk() ([]map[string]interface{}, bool)

GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) GetVersion ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetVersion() float32

GetVersion returns the Version field value

func (*DaVinciImportFlowResponse) GetVersionOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) GetVersionOk() (*float32, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponse) HasAlias ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasAlias() bool

HasAlias returns a boolean if a field has been set.

func (*DaVinciImportFlowResponse) HasClonedFrom ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasClonedFrom() bool

HasClonedFrom returns a boolean if a field has been set.

func (*DaVinciImportFlowResponse) HasColor ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*DaVinciImportFlowResponse) HasConnectors ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasConnectors() bool

HasConnectors returns a boolean if a field has been set.

func (*DaVinciImportFlowResponse) HasCreatedAt ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*DaVinciImportFlowResponse) HasDeployedAt ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasDeployedAt() bool

HasDeployedAt returns a boolean if a field has been set.

func (*DaVinciImportFlowResponse) HasDescription ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DaVinciImportFlowResponse) HasEnabled ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*DaVinciImportFlowResponse) HasGraphData ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasGraphData() bool

HasGraphData returns a boolean if a field has been set.

func (*DaVinciImportFlowResponse) HasInputSchema ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasInputSchema() bool

HasInputSchema returns a boolean if a field has been set.

func (*DaVinciImportFlowResponse) HasOutputSchema ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasOutputSchema() bool

HasOutputSchema returns a boolean if a field has been set.

func (*DaVinciImportFlowResponse) HasSettings ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (*DaVinciImportFlowResponse) HasTrigger ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (*DaVinciImportFlowResponse) HasUpdatedAt ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*DaVinciImportFlowResponse) HasUpdates ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasUpdates() bool

HasUpdates returns a boolean if a field has been set.

func (*DaVinciImportFlowResponse) HasVariables ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) HasVariables() bool

HasVariables returns a boolean if a field has been set.

func (DaVinciImportFlowResponse) LogValue ¶ added in v0.3.0

func (o DaVinciImportFlowResponse) LogValue() slog.Value

func (DaVinciImportFlowResponse) MarshalJSON ¶ added in v0.3.0

func (o DaVinciImportFlowResponse) MarshalJSON() ([]byte, error)

func (*DaVinciImportFlowResponse) SetAlias ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) SetAlias(v string)

SetAlias gets a reference to the given string and assigns it to the Alias field.

func (*DaVinciImportFlowResponse) SetClonedFrom ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) SetClonedFrom(v float32)

SetClonedFrom gets a reference to the given float32 and assigns it to the ClonedFrom field.

func (*DaVinciImportFlowResponse) SetColor ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) SetColor(v string)

SetColor gets a reference to the given string and assigns it to the Color field.

func (*DaVinciImportFlowResponse) SetConnectors ¶ added in v0.3.0

SetConnectors gets a reference to the given []ResourceRelationshipDaVinciReadOnly and assigns it to the Connectors field.

func (*DaVinciImportFlowResponse) SetCreatedAt ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*DaVinciImportFlowResponse) SetDeployedAt ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) SetDeployedAt(v time.Time)

SetDeployedAt gets a reference to the given time.Time and assigns it to the DeployedAt field.

func (*DaVinciImportFlowResponse) SetDescription ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*DaVinciImportFlowResponse) SetEnabled ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*DaVinciImportFlowResponse) SetEnvironment ¶ added in v0.3.0

SetEnvironment sets field value

func (*DaVinciImportFlowResponse) SetFlow ¶ added in v0.3.0

SetFlow sets field value

func (*DaVinciImportFlowResponse) SetGraphData ¶ added in v0.3.0

SetGraphData gets a reference to the given DaVinciFlowGraphDataResponse and assigns it to the GraphData field.

func (*DaVinciImportFlowResponse) SetInputSchema ¶ added in v0.3.0

SetInputSchema gets a reference to the given []DaVinciFlowInputSchemaResponseItem and assigns it to the InputSchema field.

SetLinks sets field value

func (*DaVinciImportFlowResponse) SetOutputSchema ¶ added in v0.3.0

SetOutputSchema gets a reference to the given DaVinciFlowOutputSchemaResponse and assigns it to the OutputSchema field.

func (*DaVinciImportFlowResponse) SetPublishedVersion ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) SetPublishedVersion(v float32)

SetPublishedVersion sets field value

func (*DaVinciImportFlowResponse) SetSettings ¶ added in v0.3.0

SetSettings gets a reference to the given DaVinciFlowSettingsResponse and assigns it to the Settings field.

func (*DaVinciImportFlowResponse) SetTrigger ¶ added in v0.3.0

SetTrigger gets a reference to the given DaVinciFlowTriggerResponse and assigns it to the Trigger field.

func (*DaVinciImportFlowResponse) SetUpdatedAt ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*DaVinciImportFlowResponse) SetUpdates ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) SetUpdates(v []string)

SetUpdates gets a reference to the given []string and assigns it to the Updates field.

func (*DaVinciImportFlowResponse) SetVariables ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) SetVariables(v []map[string]interface{})

SetVariables gets a reference to the given []map[string]interface{} and assigns it to the Variables field.

func (*DaVinciImportFlowResponse) SetVersion ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) SetVersion(v float32)

SetVersion sets field value

func (DaVinciImportFlowResponse) ToMap ¶ added in v0.3.0

func (o DaVinciImportFlowResponse) ToMap() (map[string]interface{}, error)

func (*DaVinciImportFlowResponse) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciImportFlowResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciImportFlowResponseFlow ¶ added in v0.3.0

type DaVinciImportFlowResponseFlow struct {
	Id                   string `json:"id"`
	Name                 string `json:"name"`
	AdditionalProperties map[string]interface{}
}

DaVinciImportFlowResponseFlow struct for DaVinciImportFlowResponseFlow

func NewDaVinciImportFlowResponseFlow ¶ added in v0.3.0

func NewDaVinciImportFlowResponseFlow(id string, name string) *DaVinciImportFlowResponseFlow

NewDaVinciImportFlowResponseFlow instantiates a new DaVinciImportFlowResponseFlow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciImportFlowResponseFlowWithDefaults ¶ added in v0.3.0

func NewDaVinciImportFlowResponseFlowWithDefaults() *DaVinciImportFlowResponseFlow

NewDaVinciImportFlowResponseFlowWithDefaults instantiates a new DaVinciImportFlowResponseFlow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciImportFlowResponseFlow) GetId ¶ added in v0.3.0

GetId returns the Id field value

func (*DaVinciImportFlowResponseFlow) GetIdOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseFlow) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponseFlow) GetName ¶ added in v0.3.0

GetName returns the Name field value

func (*DaVinciImportFlowResponseFlow) GetNameOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseFlow) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (DaVinciImportFlowResponseFlow) LogValue ¶ added in v0.3.0

func (DaVinciImportFlowResponseFlow) MarshalJSON ¶ added in v0.3.0

func (o DaVinciImportFlowResponseFlow) MarshalJSON() ([]byte, error)

func (*DaVinciImportFlowResponseFlow) SetId ¶ added in v0.3.0

SetId sets field value

func (*DaVinciImportFlowResponseFlow) SetName ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseFlow) SetName(v string)

SetName sets field value

func (DaVinciImportFlowResponseFlow) ToMap ¶ added in v0.3.0

func (o DaVinciImportFlowResponseFlow) ToMap() (map[string]interface{}, error)

func (*DaVinciImportFlowResponseFlow) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseFlow) UnmarshalJSON(data []byte) (err error)
type DaVinciImportFlowResponseLinks struct {
	Environment          JSONHALLink  `json:"environment"`
	Self                 JSONHALLink  `json:"self"`
	ConnectorInstances   JSONHALLink  `json:"connectorInstances"`
	Connectors           JSONHALLink  `json:"connectors"`
	FlowDeploy           JSONHALLink  `json:"flow.deploy"`
	FlowClone            JSONHALLink  `json:"flow.clone"`
	FlowEnabled          JSONHALLink  `json:"flow.enabled"`
	FlowExport           JSONHALLink  `json:"flow.export"`
	FlowValidate         *JSONHALLink `json:"flow.validate,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciImportFlowResponseLinks struct for DaVinciImportFlowResponseLinks

func NewDaVinciImportFlowResponseLinks(environment JSONHALLink, self JSONHALLink, connectorInstances JSONHALLink, connectors JSONHALLink, flowDeploy JSONHALLink, flowClone JSONHALLink, flowEnabled JSONHALLink, flowExport JSONHALLink) *DaVinciImportFlowResponseLinks

NewDaVinciImportFlowResponseLinks instantiates a new DaVinciImportFlowResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciImportFlowResponseLinksWithDefaults ¶ added in v0.3.0

func NewDaVinciImportFlowResponseLinksWithDefaults() *DaVinciImportFlowResponseLinks

NewDaVinciImportFlowResponseLinksWithDefaults instantiates a new DaVinciImportFlowResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciImportFlowResponseLinks) GetConnectorInstances ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetConnectorInstances() JSONHALLink

GetConnectorInstances returns the ConnectorInstances field value

func (*DaVinciImportFlowResponseLinks) GetConnectorInstancesOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetConnectorInstancesOk() (*JSONHALLink, bool)

GetConnectorInstancesOk returns a tuple with the ConnectorInstances field value and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponseLinks) GetConnectors ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetConnectors() JSONHALLink

GetConnectors returns the Connectors field value

func (*DaVinciImportFlowResponseLinks) GetConnectorsOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetConnectorsOk() (*JSONHALLink, bool)

GetConnectorsOk returns a tuple with the Connectors field value and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponseLinks) GetEnvironment ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetEnvironment() JSONHALLink

GetEnvironment returns the Environment field value

func (*DaVinciImportFlowResponseLinks) GetEnvironmentOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)

GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponseLinks) GetFlowClone ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetFlowClone() JSONHALLink

GetFlowClone returns the FlowClone field value

func (*DaVinciImportFlowResponseLinks) GetFlowCloneOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetFlowCloneOk() (*JSONHALLink, bool)

GetFlowCloneOk returns a tuple with the FlowClone field value and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponseLinks) GetFlowDeploy ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetFlowDeploy() JSONHALLink

GetFlowDeploy returns the FlowDeploy field value

func (*DaVinciImportFlowResponseLinks) GetFlowDeployOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetFlowDeployOk() (*JSONHALLink, bool)

GetFlowDeployOk returns a tuple with the FlowDeploy field value and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponseLinks) GetFlowEnabled ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetFlowEnabled() JSONHALLink

GetFlowEnabled returns the FlowEnabled field value

func (*DaVinciImportFlowResponseLinks) GetFlowEnabledOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetFlowEnabledOk() (*JSONHALLink, bool)

GetFlowEnabledOk returns a tuple with the FlowEnabled field value and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponseLinks) GetFlowExport ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetFlowExport() JSONHALLink

GetFlowExport returns the FlowExport field value

func (*DaVinciImportFlowResponseLinks) GetFlowExportOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetFlowExportOk() (*JSONHALLink, bool)

GetFlowExportOk returns a tuple with the FlowExport field value and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponseLinks) GetFlowValidate ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetFlowValidate() JSONHALLink

GetFlowValidate returns the FlowValidate field value if set, zero value otherwise.

func (*DaVinciImportFlowResponseLinks) GetFlowValidateOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetFlowValidateOk() (*JSONHALLink, bool)

GetFlowValidateOk returns a tuple with the FlowValidate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponseLinks) GetSelf ¶ added in v0.3.0

GetSelf returns the Self field value

func (*DaVinciImportFlowResponseLinks) GetSelfOk ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) GetSelfOk() (*JSONHALLink, bool)

GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.

func (*DaVinciImportFlowResponseLinks) HasFlowValidate ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) HasFlowValidate() bool

HasFlowValidate returns a boolean if a field has been set.

func (DaVinciImportFlowResponseLinks) LogValue ¶ added in v0.3.0

func (DaVinciImportFlowResponseLinks) MarshalJSON ¶ added in v0.3.0

func (o DaVinciImportFlowResponseLinks) MarshalJSON() ([]byte, error)

func (*DaVinciImportFlowResponseLinks) SetConnectorInstances ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) SetConnectorInstances(v JSONHALLink)

SetConnectorInstances sets field value

func (*DaVinciImportFlowResponseLinks) SetConnectors ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) SetConnectors(v JSONHALLink)

SetConnectors sets field value

func (*DaVinciImportFlowResponseLinks) SetEnvironment ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) SetEnvironment(v JSONHALLink)

SetEnvironment sets field value

func (*DaVinciImportFlowResponseLinks) SetFlowClone ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) SetFlowClone(v JSONHALLink)

SetFlowClone sets field value

func (*DaVinciImportFlowResponseLinks) SetFlowDeploy ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) SetFlowDeploy(v JSONHALLink)

SetFlowDeploy sets field value

func (*DaVinciImportFlowResponseLinks) SetFlowEnabled ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) SetFlowEnabled(v JSONHALLink)

SetFlowEnabled sets field value

func (*DaVinciImportFlowResponseLinks) SetFlowExport ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) SetFlowExport(v JSONHALLink)

SetFlowExport sets field value

func (*DaVinciImportFlowResponseLinks) SetFlowValidate ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) SetFlowValidate(v JSONHALLink)

SetFlowValidate gets a reference to the given JSONHALLink and assigns it to the FlowValidate field.

func (*DaVinciImportFlowResponseLinks) SetSelf ¶ added in v0.3.0

SetSelf sets field value

func (DaVinciImportFlowResponseLinks) ToMap ¶ added in v0.3.0

func (o DaVinciImportFlowResponseLinks) ToMap() (map[string]interface{}, error)

func (*DaVinciImportFlowResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciImportFlowResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciImportSubflowsResponse ¶ added in v0.3.0

type DaVinciImportSubflowsResponse struct {
	Links                DaVinciImportFlowResponseLinks        `json:"_links"`
	Environment          ResourceRelationshipReadOnly          `json:"environment"`
	Flow                 DaVinciImportFlowResponseFlow         `json:"flow"`
	PublishedVersion     float32                               `json:"publishedVersion"`
	Version              float32                               `json:"version"`
	Alias                *string                               `json:"alias,omitempty"`
	ClonedFrom           *float32                              `json:"clonedFrom,omitempty"`
	Color                *string                               `json:"color,omitempty"`
	Connectors           []ResourceRelationshipDaVinciReadOnly `json:"connectors,omitempty"`
	CreatedAt            *time.Time                            `json:"createdAt,omitempty"`
	DeployedAt           *time.Time                            `json:"deployedAt,omitempty"`
	Description          *string                               `json:"description,omitempty"`
	Enabled              *bool                                 `json:"enabled,omitempty"`
	GraphData            *DaVinciFlowGraphDataResponse         `json:"graphData,omitempty"`
	InputSchema          []DaVinciFlowInputSchemaResponseItem  `json:"inputSchema,omitempty"`
	OutputSchema         *DaVinciFlowOutputSchemaResponse      `json:"outputSchema,omitempty"`
	Settings             *DaVinciFlowSettingsResponse          `json:"settings,omitempty"`
	Trigger              *DaVinciFlowTriggerResponse           `json:"trigger,omitempty"`
	UpdatedAt            *time.Time                            `json:"updatedAt,omitempty"`
	Updates              []string                              `json:"updates,omitempty"`
	Variables            []map[string]interface{}              `json:"variables,omitempty"`
	Embedded             []DaVinciImportFlowResponse           `json:"_embedded,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciImportSubflowsResponse struct for DaVinciImportSubflowsResponse

func NewDaVinciImportSubflowsResponse ¶ added in v0.3.0

func NewDaVinciImportSubflowsResponse(links DaVinciImportFlowResponseLinks, environment ResourceRelationshipReadOnly, flow DaVinciImportFlowResponseFlow, publishedVersion float32, version float32) *DaVinciImportSubflowsResponse

NewDaVinciImportSubflowsResponse instantiates a new DaVinciImportSubflowsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciImportSubflowsResponseWithDefaults ¶ added in v0.3.0

func NewDaVinciImportSubflowsResponseWithDefaults() *DaVinciImportSubflowsResponse

NewDaVinciImportSubflowsResponseWithDefaults instantiates a new DaVinciImportSubflowsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciImportSubflowsResponse) GetAlias ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetAlias() string

GetAlias returns the Alias field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetAliasOk ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetAliasOk() (*string, bool)

GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetClonedFrom ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetClonedFrom() float32

GetClonedFrom returns the ClonedFrom field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetClonedFromOk ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetClonedFromOk() (*float32, bool)

GetClonedFromOk returns a tuple with the ClonedFrom field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetColor ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetColor() string

GetColor returns the Color field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetColorOk ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetColorOk() (*string, bool)

GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetConnectors ¶ added in v0.3.0

GetConnectors returns the Connectors field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetConnectorsOk ¶ added in v0.3.0

GetConnectorsOk returns a tuple with the Connectors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetCreatedAt ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetCreatedAtOk ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetDeployedAt ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetDeployedAt() time.Time

GetDeployedAt returns the DeployedAt field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetDeployedAtOk ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetDeployedAtOk() (*time.Time, bool)

GetDeployedAtOk returns a tuple with the DeployedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetDescription ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetDescriptionOk ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetEmbedded ¶ added in v0.3.0

GetEmbedded returns the Embedded field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetEmbeddedOk ¶ added in v0.3.0

GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetEnabled ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetEnabledOk ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetEnvironment ¶ added in v0.3.0

GetEnvironment returns the Environment field value

func (*DaVinciImportSubflowsResponse) GetEnvironmentOk ¶ added in v0.3.0

GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetFlow ¶ added in v0.3.0

GetFlow returns the Flow field value

func (*DaVinciImportSubflowsResponse) GetFlowOk ¶ added in v0.3.0

GetFlowOk returns a tuple with the Flow field value and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetGraphData ¶ added in v0.3.0

GetGraphData returns the GraphData field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetGraphDataOk ¶ added in v0.3.0

GetGraphDataOk returns a tuple with the GraphData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetInputSchema ¶ added in v0.3.0

GetInputSchema returns the InputSchema field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetInputSchemaOk ¶ added in v0.3.0

GetInputSchemaOk returns a tuple with the InputSchema field value if set, nil otherwise and a boolean to check if the value has been set.

GetLinks returns the Links field value

func (*DaVinciImportSubflowsResponse) GetLinksOk ¶ added in v0.3.0

GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetOutputSchema ¶ added in v0.3.0

GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetOutputSchemaOk ¶ added in v0.3.0

GetOutputSchemaOk returns a tuple with the OutputSchema field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetPublishedVersion ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetPublishedVersion() float32

GetPublishedVersion returns the PublishedVersion field value

func (*DaVinciImportSubflowsResponse) GetPublishedVersionOk ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetPublishedVersionOk() (*float32, bool)

GetPublishedVersionOk returns a tuple with the PublishedVersion field value and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetSettings ¶ added in v0.3.0

GetSettings returns the Settings field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetSettingsOk ¶ added in v0.3.0

GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetTrigger ¶ added in v0.3.0

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetTriggerOk ¶ added in v0.3.0

GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetUpdatedAt ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetUpdatedAtOk ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetUpdatedAtOk() (*time.Time, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetUpdates ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetUpdates() []string

GetUpdates returns the Updates field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetUpdatesOk ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetUpdatesOk() ([]string, bool)

GetUpdatesOk returns a tuple with the Updates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetVariables ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetVariables() []map[string]interface{}

GetVariables returns the Variables field value if set, zero value otherwise.

func (*DaVinciImportSubflowsResponse) GetVariablesOk ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetVariablesOk() ([]map[string]interface{}, bool)

GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) GetVersion ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetVersion() float32

GetVersion returns the Version field value

func (*DaVinciImportSubflowsResponse) GetVersionOk ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) GetVersionOk() (*float32, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (*DaVinciImportSubflowsResponse) HasAlias ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasAlias() bool

HasAlias returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasClonedFrom ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasClonedFrom() bool

HasClonedFrom returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasColor ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasConnectors ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasConnectors() bool

HasConnectors returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasCreatedAt ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasDeployedAt ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasDeployedAt() bool

HasDeployedAt returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasDescription ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasEmbedded ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasEmbedded() bool

HasEmbedded returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasEnabled ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasGraphData ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasGraphData() bool

HasGraphData returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasInputSchema ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasInputSchema() bool

HasInputSchema returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasOutputSchema ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasOutputSchema() bool

HasOutputSchema returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasSettings ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasSettings() bool

HasSettings returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasTrigger ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasUpdatedAt ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasUpdates ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasUpdates() bool

HasUpdates returns a boolean if a field has been set.

func (*DaVinciImportSubflowsResponse) HasVariables ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) HasVariables() bool

HasVariables returns a boolean if a field has been set.

func (DaVinciImportSubflowsResponse) LogValue ¶ added in v0.3.0

func (DaVinciImportSubflowsResponse) MarshalJSON ¶ added in v0.3.0

func (o DaVinciImportSubflowsResponse) MarshalJSON() ([]byte, error)

func (*DaVinciImportSubflowsResponse) SetAlias ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) SetAlias(v string)

SetAlias gets a reference to the given string and assigns it to the Alias field.

func (*DaVinciImportSubflowsResponse) SetClonedFrom ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) SetClonedFrom(v float32)

SetClonedFrom gets a reference to the given float32 and assigns it to the ClonedFrom field.

func (*DaVinciImportSubflowsResponse) SetColor ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) SetColor(v string)

SetColor gets a reference to the given string and assigns it to the Color field.

func (*DaVinciImportSubflowsResponse) SetConnectors ¶ added in v0.3.0

SetConnectors gets a reference to the given []ResourceRelationshipDaVinciReadOnly and assigns it to the Connectors field.

func (*DaVinciImportSubflowsResponse) SetCreatedAt ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*DaVinciImportSubflowsResponse) SetDeployedAt ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) SetDeployedAt(v time.Time)

SetDeployedAt gets a reference to the given time.Time and assigns it to the DeployedAt field.

func (*DaVinciImportSubflowsResponse) SetDescription ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*DaVinciImportSubflowsResponse) SetEmbedded ¶ added in v0.3.0

SetEmbedded gets a reference to the given []DaVinciImportFlowResponse and assigns it to the Embedded field.

func (*DaVinciImportSubflowsResponse) SetEnabled ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*DaVinciImportSubflowsResponse) SetEnvironment ¶ added in v0.3.0

SetEnvironment sets field value

func (*DaVinciImportSubflowsResponse) SetFlow ¶ added in v0.3.0

SetFlow sets field value

func (*DaVinciImportSubflowsResponse) SetGraphData ¶ added in v0.3.0

SetGraphData gets a reference to the given DaVinciFlowGraphDataResponse and assigns it to the GraphData field.

func (*DaVinciImportSubflowsResponse) SetInputSchema ¶ added in v0.3.0

SetInputSchema gets a reference to the given []DaVinciFlowInputSchemaResponseItem and assigns it to the InputSchema field.

SetLinks sets field value

func (*DaVinciImportSubflowsResponse) SetOutputSchema ¶ added in v0.3.0

SetOutputSchema gets a reference to the given DaVinciFlowOutputSchemaResponse and assigns it to the OutputSchema field.

func (*DaVinciImportSubflowsResponse) SetPublishedVersion ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) SetPublishedVersion(v float32)

SetPublishedVersion sets field value

func (*DaVinciImportSubflowsResponse) SetSettings ¶ added in v0.3.0

SetSettings gets a reference to the given DaVinciFlowSettingsResponse and assigns it to the Settings field.

func (*DaVinciImportSubflowsResponse) SetTrigger ¶ added in v0.3.0

SetTrigger gets a reference to the given DaVinciFlowTriggerResponse and assigns it to the Trigger field.

func (*DaVinciImportSubflowsResponse) SetUpdatedAt ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*DaVinciImportSubflowsResponse) SetUpdates ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) SetUpdates(v []string)

SetUpdates gets a reference to the given []string and assigns it to the Updates field.

func (*DaVinciImportSubflowsResponse) SetVariables ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) SetVariables(v []map[string]interface{})

SetVariables gets a reference to the given []map[string]interface{} and assigns it to the Variables field.

func (*DaVinciImportSubflowsResponse) SetVersion ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) SetVersion(v float32)

SetVersion sets field value

func (DaVinciImportSubflowsResponse) ToMap ¶ added in v0.3.0

func (o DaVinciImportSubflowsResponse) ToMap() (map[string]interface{}, error)

func (*DaVinciImportSubflowsResponse) UnmarshalJSON ¶ added in v0.3.0

func (o *DaVinciImportSubflowsResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciVariableCollectionResponse ¶

type DaVinciVariableCollectionResponse struct {
	Embedded             DaVinciVariableCollectionResponseEmbedded `json:"_embedded"`
	Links                DaVinciVariableCollectionResponseLinks    `json:"_links"`
	Size                 float32                                   `json:"size"`
	Count                float32                                   `json:"count"`
	AdditionalProperties map[string]interface{}
}

DaVinciVariableCollectionResponse struct for DaVinciVariableCollectionResponse

func NewDaVinciVariableCollectionResponse ¶

NewDaVinciVariableCollectionResponse instantiates a new DaVinciVariableCollectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciVariableCollectionResponseWithDefaults ¶

func NewDaVinciVariableCollectionResponseWithDefaults() *DaVinciVariableCollectionResponse

NewDaVinciVariableCollectionResponseWithDefaults instantiates a new DaVinciVariableCollectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciVariableCollectionResponse) GetCount ¶

GetCount returns the Count field value

func (*DaVinciVariableCollectionResponse) GetCountOk ¶

func (o *DaVinciVariableCollectionResponse) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*DaVinciVariableCollectionResponse) GetEmbedded ¶

GetEmbedded returns the Embedded field value

func (*DaVinciVariableCollectionResponse) GetEmbeddedOk ¶

GetEmbeddedOk returns a tuple with the Embedded field value and a boolean to check if the value has been set.

GetLinks returns the Links field value

func (*DaVinciVariableCollectionResponse) GetLinksOk ¶

GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.

func (*DaVinciVariableCollectionResponse) GetSize ¶

GetSize returns the Size field value

func (*DaVinciVariableCollectionResponse) GetSizeOk ¶

func (o *DaVinciVariableCollectionResponse) GetSizeOk() (*float32, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (DaVinciVariableCollectionResponse) LogValue ¶

func (DaVinciVariableCollectionResponse) MarshalJSON ¶

func (o DaVinciVariableCollectionResponse) MarshalJSON() ([]byte, error)

func (*DaVinciVariableCollectionResponse) SetCount ¶

SetCount sets field value

func (*DaVinciVariableCollectionResponse) SetEmbedded ¶

SetEmbedded sets field value

SetLinks sets field value

func (*DaVinciVariableCollectionResponse) SetSize ¶

SetSize sets field value

func (DaVinciVariableCollectionResponse) ToMap ¶

func (o DaVinciVariableCollectionResponse) ToMap() (map[string]interface{}, error)

func (*DaVinciVariableCollectionResponse) UnmarshalJSON ¶

func (o *DaVinciVariableCollectionResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciVariableCollectionResponseEmbedded ¶

type DaVinciVariableCollectionResponseEmbedded struct {
	Variables            []DaVinciVariableResponse `json:"variables"`
	AdditionalProperties map[string]interface{}
}

DaVinciVariableCollectionResponseEmbedded struct for DaVinciVariableCollectionResponseEmbedded

func NewDaVinciVariableCollectionResponseEmbedded ¶

func NewDaVinciVariableCollectionResponseEmbedded(variables []DaVinciVariableResponse) *DaVinciVariableCollectionResponseEmbedded

NewDaVinciVariableCollectionResponseEmbedded instantiates a new DaVinciVariableCollectionResponseEmbedded object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciVariableCollectionResponseEmbeddedWithDefaults ¶

func NewDaVinciVariableCollectionResponseEmbeddedWithDefaults() *DaVinciVariableCollectionResponseEmbedded

NewDaVinciVariableCollectionResponseEmbeddedWithDefaults instantiates a new DaVinciVariableCollectionResponseEmbedded object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciVariableCollectionResponseEmbedded) GetVariables ¶

GetVariables returns the Variables field value

func (*DaVinciVariableCollectionResponseEmbedded) GetVariablesOk ¶

GetVariablesOk returns a tuple with the Variables field value and a boolean to check if the value has been set.

func (DaVinciVariableCollectionResponseEmbedded) LogValue ¶

func (DaVinciVariableCollectionResponseEmbedded) MarshalJSON ¶

func (*DaVinciVariableCollectionResponseEmbedded) SetVariables ¶

SetVariables sets field value

func (DaVinciVariableCollectionResponseEmbedded) ToMap ¶

func (o DaVinciVariableCollectionResponseEmbedded) ToMap() (map[string]interface{}, error)

func (*DaVinciVariableCollectionResponseEmbedded) UnmarshalJSON ¶

func (o *DaVinciVariableCollectionResponseEmbedded) UnmarshalJSON(data []byte) (err error)
type DaVinciVariableCollectionResponseLinks struct {
	Environment          JSONHALLink  `json:"environment"`
	Self                 JSONHALLink  `json:"self"`
	Next                 *JSONHALLink `json:"next,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciVariableCollectionResponseLinks struct for DaVinciVariableCollectionResponseLinks

func NewDaVinciVariableCollectionResponseLinks(environment JSONHALLink, self JSONHALLink) *DaVinciVariableCollectionResponseLinks

NewDaVinciVariableCollectionResponseLinks instantiates a new DaVinciVariableCollectionResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciVariableCollectionResponseLinksWithDefaults ¶

func NewDaVinciVariableCollectionResponseLinksWithDefaults() *DaVinciVariableCollectionResponseLinks

NewDaVinciVariableCollectionResponseLinksWithDefaults instantiates a new DaVinciVariableCollectionResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciVariableCollectionResponseLinks) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*DaVinciVariableCollectionResponseLinks) GetEnvironmentOk ¶

func (o *DaVinciVariableCollectionResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)

GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.

func (*DaVinciVariableCollectionResponseLinks) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*DaVinciVariableCollectionResponseLinks) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableCollectionResponseLinks) GetSelf ¶

GetSelf returns the Self field value

func (*DaVinciVariableCollectionResponseLinks) GetSelfOk ¶

GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.

func (*DaVinciVariableCollectionResponseLinks) HasNext ¶

HasNext returns a boolean if a field has been set.

func (DaVinciVariableCollectionResponseLinks) LogValue ¶

func (DaVinciVariableCollectionResponseLinks) MarshalJSON ¶

func (o DaVinciVariableCollectionResponseLinks) MarshalJSON() ([]byte, error)

func (*DaVinciVariableCollectionResponseLinks) SetEnvironment ¶

SetEnvironment sets field value

func (*DaVinciVariableCollectionResponseLinks) SetNext ¶

SetNext gets a reference to the given JSONHALLink and assigns it to the Next field.

func (*DaVinciVariableCollectionResponseLinks) SetSelf ¶

SetSelf sets field value

func (DaVinciVariableCollectionResponseLinks) ToMap ¶

func (o DaVinciVariableCollectionResponseLinks) ToMap() (map[string]interface{}, error)

func (*DaVinciVariableCollectionResponseLinks) UnmarshalJSON ¶

func (o *DaVinciVariableCollectionResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciVariableCreateRequest ¶

type DaVinciVariableCreateRequest struct {
	Name                 string                               `json:"name" validate:"regexp=^(?=\\\\S)[\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_ -]*(?!.*((<)|(\\\\$\\\\{)))"`
	Context              DaVinciVariableCreateRequestContext  `json:"context"`
	DataType             DaVinciVariableCreateRequestDataType `json:"dataType"`
	Mutable              bool                                 `json:"mutable"`
	DisplayName          *string                              `json:"displayName,omitempty" validate:"regexp=^(?=\\\\S)[\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_ -]*(?!.*((<)|(\\\\$\\\\{)))"`
	Flow                 *ResourceRelationshipDaVinci         `json:"flow,omitempty"`
	Max                  *int32                               `json:"max,omitempty"`
	Min                  *int32                               `json:"min,omitempty"`
	Value                *DaVinciVariableCreateRequestValue   `json:"value,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciVariableCreateRequest struct for DaVinciVariableCreateRequest

func NewDaVinciVariableCreateRequest ¶

func NewDaVinciVariableCreateRequest(name string, context DaVinciVariableCreateRequestContext, dataType DaVinciVariableCreateRequestDataType, mutable bool) *DaVinciVariableCreateRequest

NewDaVinciVariableCreateRequest instantiates a new DaVinciVariableCreateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciVariableCreateRequestWithDefaults ¶

func NewDaVinciVariableCreateRequestWithDefaults() *DaVinciVariableCreateRequest

NewDaVinciVariableCreateRequestWithDefaults instantiates a new DaVinciVariableCreateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciVariableCreateRequest) GetContext ¶

GetContext returns the Context field value

func (*DaVinciVariableCreateRequest) GetContextOk ¶

GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.

func (*DaVinciVariableCreateRequest) GetDataType ¶

GetDataType returns the DataType field value

func (*DaVinciVariableCreateRequest) GetDataTypeOk ¶

GetDataTypeOk returns a tuple with the DataType field value and a boolean to check if the value has been set.

func (*DaVinciVariableCreateRequest) GetDisplayName ¶

func (o *DaVinciVariableCreateRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*DaVinciVariableCreateRequest) GetDisplayNameOk ¶

func (o *DaVinciVariableCreateRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableCreateRequest) GetFlow ¶

GetFlow returns the Flow field value if set, zero value otherwise.

func (*DaVinciVariableCreateRequest) GetFlowOk ¶

GetFlowOk returns a tuple with the Flow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableCreateRequest) GetMax ¶

func (o *DaVinciVariableCreateRequest) GetMax() int32

GetMax returns the Max field value if set, zero value otherwise.

func (*DaVinciVariableCreateRequest) GetMaxOk ¶

func (o *DaVinciVariableCreateRequest) GetMaxOk() (*int32, bool)

GetMaxOk returns a tuple with the Max field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableCreateRequest) GetMin ¶

func (o *DaVinciVariableCreateRequest) GetMin() int32

GetMin returns the Min field value if set, zero value otherwise.

func (*DaVinciVariableCreateRequest) GetMinOk ¶

func (o *DaVinciVariableCreateRequest) GetMinOk() (*int32, bool)

GetMinOk returns a tuple with the Min field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableCreateRequest) GetMutable ¶

func (o *DaVinciVariableCreateRequest) GetMutable() bool

GetMutable returns the Mutable field value

func (*DaVinciVariableCreateRequest) GetMutableOk ¶

func (o *DaVinciVariableCreateRequest) GetMutableOk() (*bool, bool)

GetMutableOk returns a tuple with the Mutable field value and a boolean to check if the value has been set.

func (*DaVinciVariableCreateRequest) GetName ¶

func (o *DaVinciVariableCreateRequest) GetName() string

GetName returns the Name field value

func (*DaVinciVariableCreateRequest) GetNameOk ¶

func (o *DaVinciVariableCreateRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*DaVinciVariableCreateRequest) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise.

func (*DaVinciVariableCreateRequest) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableCreateRequest) HasDisplayName ¶

func (o *DaVinciVariableCreateRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*DaVinciVariableCreateRequest) HasFlow ¶

func (o *DaVinciVariableCreateRequest) HasFlow() bool

HasFlow returns a boolean if a field has been set.

func (*DaVinciVariableCreateRequest) HasMax ¶

func (o *DaVinciVariableCreateRequest) HasMax() bool

HasMax returns a boolean if a field has been set.

func (*DaVinciVariableCreateRequest) HasMin ¶

func (o *DaVinciVariableCreateRequest) HasMin() bool

HasMin returns a boolean if a field has been set.

func (*DaVinciVariableCreateRequest) HasValue ¶

func (o *DaVinciVariableCreateRequest) HasValue() bool

HasValue returns a boolean if a field has been set.

func (DaVinciVariableCreateRequest) LogValue ¶

func (DaVinciVariableCreateRequest) MarshalJSON ¶

func (o DaVinciVariableCreateRequest) MarshalJSON() ([]byte, error)

func (*DaVinciVariableCreateRequest) SetContext ¶

SetContext sets field value

func (*DaVinciVariableCreateRequest) SetDataType ¶

SetDataType sets field value

func (*DaVinciVariableCreateRequest) SetDisplayName ¶

func (o *DaVinciVariableCreateRequest) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*DaVinciVariableCreateRequest) SetFlow ¶

SetFlow gets a reference to the given ResourceRelationshipDaVinci and assigns it to the Flow field.

func (*DaVinciVariableCreateRequest) SetMax ¶

func (o *DaVinciVariableCreateRequest) SetMax(v int32)

SetMax gets a reference to the given int32 and assigns it to the Max field.

func (*DaVinciVariableCreateRequest) SetMin ¶

func (o *DaVinciVariableCreateRequest) SetMin(v int32)

SetMin gets a reference to the given int32 and assigns it to the Min field.

func (*DaVinciVariableCreateRequest) SetMutable ¶

func (o *DaVinciVariableCreateRequest) SetMutable(v bool)

SetMutable sets field value

func (*DaVinciVariableCreateRequest) SetName ¶

func (o *DaVinciVariableCreateRequest) SetName(v string)

SetName sets field value

func (*DaVinciVariableCreateRequest) SetValue ¶

SetValue gets a reference to the given DaVinciVariableCreateRequestValue and assigns it to the Value field.

func (DaVinciVariableCreateRequest) ToMap ¶

func (o DaVinciVariableCreateRequest) ToMap() (map[string]interface{}, error)

func (*DaVinciVariableCreateRequest) UnmarshalJSON ¶

func (o *DaVinciVariableCreateRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciVariableCreateRequestContext ¶

type DaVinciVariableCreateRequestContext string

DaVinciVariableCreateRequestContext the model 'DaVinciVariableCreateRequestContext'

const (
	DAVINCIVARIABLECREATEREQUESTCONTEXT_COMPANY       DaVinciVariableCreateRequestContext = "company"
	DAVINCIVARIABLECREATEREQUESTCONTEXT_FLOW          DaVinciVariableCreateRequestContext = "flow"
	DAVINCIVARIABLECREATEREQUESTCONTEXT_FLOW_INSTANCE DaVinciVariableCreateRequestContext = "flowInstance"
	DAVINCIVARIABLECREATEREQUESTCONTEXT_USER          DaVinciVariableCreateRequestContext = "user"
)

List of DaVinci_Variable_Create_Request_Context

func NewDaVinciVariableCreateRequestContextFromValue ¶

func NewDaVinciVariableCreateRequestContextFromValue(v string) (*DaVinciVariableCreateRequestContext, error)

NewDaVinciVariableCreateRequestContextFromValue returns a pointer to a valid DaVinciVariableCreateRequestContext for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciVariableCreateRequestContext) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciVariableCreateRequestContext) Ptr ¶

Ptr returns reference to DaVinci_Variable_Create_Request_Context value

func (*DaVinciVariableCreateRequestContext) UnmarshalJSON ¶

func (v *DaVinciVariableCreateRequestContext) UnmarshalJSON(src []byte) error

type DaVinciVariableCreateRequestDataType ¶

type DaVinciVariableCreateRequestDataType string

DaVinciVariableCreateRequestDataType the model 'DaVinciVariableCreateRequestDataType'

const (
	DAVINCIVARIABLECREATEREQUESTDATATYPE_BOOLEAN DaVinciVariableCreateRequestDataType = "boolean"
	DAVINCIVARIABLECREATEREQUESTDATATYPE_NUMBER  DaVinciVariableCreateRequestDataType = "number"
	DAVINCIVARIABLECREATEREQUESTDATATYPE_OBJECT  DaVinciVariableCreateRequestDataType = "object"
	DAVINCIVARIABLECREATEREQUESTDATATYPE_SECRET  DaVinciVariableCreateRequestDataType = "secret"
	DAVINCIVARIABLECREATEREQUESTDATATYPE_STRING  DaVinciVariableCreateRequestDataType = "string"
)

List of DaVinci_Variable_Create_Request_Data_Type

func NewDaVinciVariableCreateRequestDataTypeFromValue ¶

func NewDaVinciVariableCreateRequestDataTypeFromValue(v string) (*DaVinciVariableCreateRequestDataType, error)

NewDaVinciVariableCreateRequestDataTypeFromValue returns a pointer to a valid DaVinciVariableCreateRequestDataType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciVariableCreateRequestDataType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciVariableCreateRequestDataType) Ptr ¶

Ptr returns reference to DaVinci_Variable_Create_Request_Data_Type value

func (*DaVinciVariableCreateRequestDataType) UnmarshalJSON ¶

func (v *DaVinciVariableCreateRequestDataType) UnmarshalJSON(src []byte) error

type DaVinciVariableCreateRequestValue ¶

type DaVinciVariableCreateRequestValue struct {
	Bool    *bool
	Float32 *float32
	Object  *map[string]interface{}
	String  *string
}

DaVinciVariableCreateRequestValue - struct for DaVinciVariableCreateRequestValue

func BoolAsDaVinciVariableCreateRequestValue ¶

func BoolAsDaVinciVariableCreateRequestValue(v *bool) DaVinciVariableCreateRequestValue

boolAsDaVinciVariableCreateRequestValue is a convenience function that returns bool wrapped in DaVinciVariableCreateRequestValue

func Float32AsDaVinciVariableCreateRequestValue ¶

func Float32AsDaVinciVariableCreateRequestValue(v *float32) DaVinciVariableCreateRequestValue

float32AsDaVinciVariableCreateRequestValue is a convenience function that returns float32 wrapped in DaVinciVariableCreateRequestValue

func ObjectAsDaVinciVariableCreateRequestValue ¶ added in v0.3.0

func ObjectAsDaVinciVariableCreateRequestValue(v *map[string]interface{}) DaVinciVariableCreateRequestValue

map[string]interface{}AsDaVinciVariableCreateRequestValue is a convenience function that returns map[string]interface{} wrapped in DaVinciVariableCreateRequestValue

func StringAsDaVinciVariableCreateRequestValue ¶

func StringAsDaVinciVariableCreateRequestValue(v *string) DaVinciVariableCreateRequestValue

stringAsDaVinciVariableCreateRequestValue is a convenience function that returns string wrapped in DaVinciVariableCreateRequestValue

func (*DaVinciVariableCreateRequestValue) GetActualInstance ¶

func (obj *DaVinciVariableCreateRequestValue) GetActualInstance() interface{}

Get the actual instance

func (DaVinciVariableCreateRequestValue) GetActualInstanceValue ¶

func (obj DaVinciVariableCreateRequestValue) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciVariableCreateRequestValue) MarshalJSON ¶

func (src DaVinciVariableCreateRequestValue) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciVariableCreateRequestValue) UnmarshalJSON ¶

func (dst *DaVinciVariableCreateRequestValue) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciVariableReplaceRequest ¶

type DaVinciVariableReplaceRequest struct {
	Name                 string                                `json:"name" validate:"regexp=^(?=\\\\S)[\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_ -]*(?!.*((<)|(\\\\$\\\\{)))"`
	Context              DaVinciVariableReplaceRequestContext  `json:"context"`
	DataType             DaVinciVariableReplaceRequestDataType `json:"dataType"`
	Mutable              bool                                  `json:"mutable"`
	DisplayName          *string                               `json:"displayName,omitempty" validate:"regexp=^(?=\\\\S)[\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_ -]*(?!.*((<)|(\\\\$\\\\{)))"`
	Flow                 *ResourceRelationshipDaVinci          `json:"flow,omitempty"`
	Max                  *int32                                `json:"max,omitempty"`
	Min                  *int32                                `json:"min,omitempty"`
	Value                *DaVinciVariableReplaceRequestValue   `json:"value,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciVariableReplaceRequest struct for DaVinciVariableReplaceRequest

func NewDaVinciVariableReplaceRequest ¶

func NewDaVinciVariableReplaceRequest(name string, context DaVinciVariableReplaceRequestContext, dataType DaVinciVariableReplaceRequestDataType, mutable bool) *DaVinciVariableReplaceRequest

NewDaVinciVariableReplaceRequest instantiates a new DaVinciVariableReplaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciVariableReplaceRequestWithDefaults ¶

func NewDaVinciVariableReplaceRequestWithDefaults() *DaVinciVariableReplaceRequest

NewDaVinciVariableReplaceRequestWithDefaults instantiates a new DaVinciVariableReplaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciVariableReplaceRequest) GetContext ¶

GetContext returns the Context field value

func (*DaVinciVariableReplaceRequest) GetContextOk ¶

GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.

func (*DaVinciVariableReplaceRequest) GetDataType ¶

GetDataType returns the DataType field value

func (*DaVinciVariableReplaceRequest) GetDataTypeOk ¶

GetDataTypeOk returns a tuple with the DataType field value and a boolean to check if the value has been set.

func (*DaVinciVariableReplaceRequest) GetDisplayName ¶

func (o *DaVinciVariableReplaceRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*DaVinciVariableReplaceRequest) GetDisplayNameOk ¶

func (o *DaVinciVariableReplaceRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableReplaceRequest) GetFlow ¶

GetFlow returns the Flow field value if set, zero value otherwise.

func (*DaVinciVariableReplaceRequest) GetFlowOk ¶

GetFlowOk returns a tuple with the Flow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableReplaceRequest) GetMax ¶

GetMax returns the Max field value if set, zero value otherwise.

func (*DaVinciVariableReplaceRequest) GetMaxOk ¶

func (o *DaVinciVariableReplaceRequest) GetMaxOk() (*int32, bool)

GetMaxOk returns a tuple with the Max field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableReplaceRequest) GetMin ¶

GetMin returns the Min field value if set, zero value otherwise.

func (*DaVinciVariableReplaceRequest) GetMinOk ¶

func (o *DaVinciVariableReplaceRequest) GetMinOk() (*int32, bool)

GetMinOk returns a tuple with the Min field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableReplaceRequest) GetMutable ¶

func (o *DaVinciVariableReplaceRequest) GetMutable() bool

GetMutable returns the Mutable field value

func (*DaVinciVariableReplaceRequest) GetMutableOk ¶

func (o *DaVinciVariableReplaceRequest) GetMutableOk() (*bool, bool)

GetMutableOk returns a tuple with the Mutable field value and a boolean to check if the value has been set.

func (*DaVinciVariableReplaceRequest) GetName ¶

GetName returns the Name field value

func (*DaVinciVariableReplaceRequest) GetNameOk ¶

func (o *DaVinciVariableReplaceRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*DaVinciVariableReplaceRequest) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise.

func (*DaVinciVariableReplaceRequest) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableReplaceRequest) HasDisplayName ¶

func (o *DaVinciVariableReplaceRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*DaVinciVariableReplaceRequest) HasFlow ¶

func (o *DaVinciVariableReplaceRequest) HasFlow() bool

HasFlow returns a boolean if a field has been set.

func (*DaVinciVariableReplaceRequest) HasMax ¶

func (o *DaVinciVariableReplaceRequest) HasMax() bool

HasMax returns a boolean if a field has been set.

func (*DaVinciVariableReplaceRequest) HasMin ¶

func (o *DaVinciVariableReplaceRequest) HasMin() bool

HasMin returns a boolean if a field has been set.

func (*DaVinciVariableReplaceRequest) HasValue ¶

func (o *DaVinciVariableReplaceRequest) HasValue() bool

HasValue returns a boolean if a field has been set.

func (DaVinciVariableReplaceRequest) LogValue ¶

func (DaVinciVariableReplaceRequest) MarshalJSON ¶

func (o DaVinciVariableReplaceRequest) MarshalJSON() ([]byte, error)

func (*DaVinciVariableReplaceRequest) SetContext ¶

SetContext sets field value

func (*DaVinciVariableReplaceRequest) SetDataType ¶

SetDataType sets field value

func (*DaVinciVariableReplaceRequest) SetDisplayName ¶

func (o *DaVinciVariableReplaceRequest) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*DaVinciVariableReplaceRequest) SetFlow ¶

SetFlow gets a reference to the given ResourceRelationshipDaVinci and assigns it to the Flow field.

func (*DaVinciVariableReplaceRequest) SetMax ¶

func (o *DaVinciVariableReplaceRequest) SetMax(v int32)

SetMax gets a reference to the given int32 and assigns it to the Max field.

func (*DaVinciVariableReplaceRequest) SetMin ¶

func (o *DaVinciVariableReplaceRequest) SetMin(v int32)

SetMin gets a reference to the given int32 and assigns it to the Min field.

func (*DaVinciVariableReplaceRequest) SetMutable ¶

func (o *DaVinciVariableReplaceRequest) SetMutable(v bool)

SetMutable sets field value

func (*DaVinciVariableReplaceRequest) SetName ¶

func (o *DaVinciVariableReplaceRequest) SetName(v string)

SetName sets field value

func (*DaVinciVariableReplaceRequest) SetValue ¶

SetValue gets a reference to the given DaVinciVariableReplaceRequestValue and assigns it to the Value field.

func (DaVinciVariableReplaceRequest) ToMap ¶

func (o DaVinciVariableReplaceRequest) ToMap() (map[string]interface{}, error)

func (*DaVinciVariableReplaceRequest) UnmarshalJSON ¶

func (o *DaVinciVariableReplaceRequest) UnmarshalJSON(data []byte) (err error)

type DaVinciVariableReplaceRequestContext ¶

type DaVinciVariableReplaceRequestContext string

DaVinciVariableReplaceRequestContext the model 'DaVinciVariableReplaceRequestContext'

const (
	DAVINCIVARIABLEREPLACEREQUESTCONTEXT_COMPANY       DaVinciVariableReplaceRequestContext = "company"
	DAVINCIVARIABLEREPLACEREQUESTCONTEXT_FLOW          DaVinciVariableReplaceRequestContext = "flow"
	DAVINCIVARIABLEREPLACEREQUESTCONTEXT_FLOW_INSTANCE DaVinciVariableReplaceRequestContext = "flowInstance"
	DAVINCIVARIABLEREPLACEREQUESTCONTEXT_USER          DaVinciVariableReplaceRequestContext = "user"
)

List of DaVinci_Variable_Replace_Request_Context

func NewDaVinciVariableReplaceRequestContextFromValue ¶

func NewDaVinciVariableReplaceRequestContextFromValue(v string) (*DaVinciVariableReplaceRequestContext, error)

NewDaVinciVariableReplaceRequestContextFromValue returns a pointer to a valid DaVinciVariableReplaceRequestContext for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciVariableReplaceRequestContext) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciVariableReplaceRequestContext) Ptr ¶

Ptr returns reference to DaVinci_Variable_Replace_Request_Context value

func (*DaVinciVariableReplaceRequestContext) UnmarshalJSON ¶

func (v *DaVinciVariableReplaceRequestContext) UnmarshalJSON(src []byte) error

type DaVinciVariableReplaceRequestDataType ¶

type DaVinciVariableReplaceRequestDataType string

DaVinciVariableReplaceRequestDataType the model 'DaVinciVariableReplaceRequestDataType'

const (
	DAVINCIVARIABLEREPLACEREQUESTDATATYPE_BOOLEAN DaVinciVariableReplaceRequestDataType = "boolean"
	DAVINCIVARIABLEREPLACEREQUESTDATATYPE_NUMBER  DaVinciVariableReplaceRequestDataType = "number"
	DAVINCIVARIABLEREPLACEREQUESTDATATYPE_OBJECT  DaVinciVariableReplaceRequestDataType = "object"
	DAVINCIVARIABLEREPLACEREQUESTDATATYPE_SECRET  DaVinciVariableReplaceRequestDataType = "secret"
	DAVINCIVARIABLEREPLACEREQUESTDATATYPE_STRING  DaVinciVariableReplaceRequestDataType = "string"
)

List of DaVinci_Variable_Replace_Request_Data_Type

func NewDaVinciVariableReplaceRequestDataTypeFromValue ¶

func NewDaVinciVariableReplaceRequestDataTypeFromValue(v string) (*DaVinciVariableReplaceRequestDataType, error)

NewDaVinciVariableReplaceRequestDataTypeFromValue returns a pointer to a valid DaVinciVariableReplaceRequestDataType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciVariableReplaceRequestDataType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciVariableReplaceRequestDataType) Ptr ¶

Ptr returns reference to DaVinci_Variable_Replace_Request_Data_Type value

func (*DaVinciVariableReplaceRequestDataType) UnmarshalJSON ¶

func (v *DaVinciVariableReplaceRequestDataType) UnmarshalJSON(src []byte) error

type DaVinciVariableReplaceRequestValue ¶

type DaVinciVariableReplaceRequestValue struct {
	Bool    *bool
	Float32 *float32
	Object  *map[string]interface{}
	String  *string
}

DaVinciVariableReplaceRequestValue - struct for DaVinciVariableReplaceRequestValue

func BoolAsDaVinciVariableReplaceRequestValue ¶

func BoolAsDaVinciVariableReplaceRequestValue(v *bool) DaVinciVariableReplaceRequestValue

boolAsDaVinciVariableReplaceRequestValue is a convenience function that returns bool wrapped in DaVinciVariableReplaceRequestValue

func Float32AsDaVinciVariableReplaceRequestValue ¶

func Float32AsDaVinciVariableReplaceRequestValue(v *float32) DaVinciVariableReplaceRequestValue

float32AsDaVinciVariableReplaceRequestValue is a convenience function that returns float32 wrapped in DaVinciVariableReplaceRequestValue

func ObjectAsDaVinciVariableReplaceRequestValue ¶ added in v0.3.0

func ObjectAsDaVinciVariableReplaceRequestValue(v *map[string]interface{}) DaVinciVariableReplaceRequestValue

map[string]interface{}AsDaVinciVariableReplaceRequestValue is a convenience function that returns map[string]interface{} wrapped in DaVinciVariableReplaceRequestValue

func StringAsDaVinciVariableReplaceRequestValue ¶

func StringAsDaVinciVariableReplaceRequestValue(v *string) DaVinciVariableReplaceRequestValue

stringAsDaVinciVariableReplaceRequestValue is a convenience function that returns string wrapped in DaVinciVariableReplaceRequestValue

func (*DaVinciVariableReplaceRequestValue) GetActualInstance ¶

func (obj *DaVinciVariableReplaceRequestValue) GetActualInstance() interface{}

Get the actual instance

func (DaVinciVariableReplaceRequestValue) GetActualInstanceValue ¶

func (obj DaVinciVariableReplaceRequestValue) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciVariableReplaceRequestValue) MarshalJSON ¶

func (src DaVinciVariableReplaceRequestValue) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciVariableReplaceRequestValue) UnmarshalJSON ¶

func (dst *DaVinciVariableReplaceRequestValue) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciVariableResponse ¶

type DaVinciVariableResponse struct {
	Links                DaVinciVariableResponseLinks         `json:"_links"`
	DataType             DaVinciVariableResponseDataType      `json:"dataType"`
	Environment          ResourceRelationshipReadOnly         `json:"environment"`
	Id                   uuid.UUID                            `json:"id"`
	Name                 string                               `json:"name"`
	Context              *string                              `json:"context,omitempty"`
	CreatedAt            *time.Time                           `json:"createdAt,omitempty"`
	DisplayName          *string                              `json:"displayName,omitempty"`
	Flow                 *ResourceRelationshipDaVinciReadOnly `json:"flow,omitempty"`
	Max                  *float32                             `json:"max,omitempty"`
	Min                  *float32                             `json:"min,omitempty"`
	Mutable              *bool                                `json:"mutable,omitempty"`
	UpdatedAt            *time.Time                           `json:"updatedAt,omitempty"`
	Value                *DaVinciVariableResponseValue        `json:"value,omitempty"`
	AdditionalProperties map[string]interface{}
}

DaVinciVariableResponse struct for DaVinciVariableResponse

func NewDaVinciVariableResponse ¶

NewDaVinciVariableResponse instantiates a new DaVinciVariableResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciVariableResponseWithDefaults ¶

func NewDaVinciVariableResponseWithDefaults() *DaVinciVariableResponse

NewDaVinciVariableResponseWithDefaults instantiates a new DaVinciVariableResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciVariableResponse) GetContext ¶

func (o *DaVinciVariableResponse) GetContext() string

GetContext returns the Context field value if set, zero value otherwise.

func (*DaVinciVariableResponse) GetContextOk ¶

func (o *DaVinciVariableResponse) GetContextOk() (*string, bool)

GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableResponse) GetCreatedAt ¶

func (o *DaVinciVariableResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*DaVinciVariableResponse) GetCreatedAtOk ¶

func (o *DaVinciVariableResponse) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableResponse) GetDataType ¶

GetDataType returns the DataType field value

func (*DaVinciVariableResponse) GetDataTypeOk ¶

GetDataTypeOk returns a tuple with the DataType field value and a boolean to check if the value has been set.

func (*DaVinciVariableResponse) GetDisplayName ¶

func (o *DaVinciVariableResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*DaVinciVariableResponse) GetDisplayNameOk ¶

func (o *DaVinciVariableResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableResponse) GetEnvironment ¶

GetEnvironment returns the Environment field value

func (*DaVinciVariableResponse) GetEnvironmentOk ¶

func (o *DaVinciVariableResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)

GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.

func (*DaVinciVariableResponse) GetFlow ¶

GetFlow returns the Flow field value if set, zero value otherwise.

func (*DaVinciVariableResponse) GetFlowOk ¶

GetFlowOk returns a tuple with the Flow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableResponse) GetId ¶

func (o *DaVinciVariableResponse) GetId() uuid.UUID

GetId returns the Id field value

func (*DaVinciVariableResponse) GetIdOk ¶

func (o *DaVinciVariableResponse) GetIdOk() (*uuid.UUID, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

GetLinks returns the Links field value

func (*DaVinciVariableResponse) GetLinksOk ¶

GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.

func (*DaVinciVariableResponse) GetMax ¶

func (o *DaVinciVariableResponse) GetMax() float32

GetMax returns the Max field value if set, zero value otherwise.

func (*DaVinciVariableResponse) GetMaxOk ¶

func (o *DaVinciVariableResponse) GetMaxOk() (*float32, bool)

GetMaxOk returns a tuple with the Max field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableResponse) GetMin ¶

func (o *DaVinciVariableResponse) GetMin() float32

GetMin returns the Min field value if set, zero value otherwise.

func (*DaVinciVariableResponse) GetMinOk ¶

func (o *DaVinciVariableResponse) GetMinOk() (*float32, bool)

GetMinOk returns a tuple with the Min field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableResponse) GetMutable ¶

func (o *DaVinciVariableResponse) GetMutable() bool

GetMutable returns the Mutable field value if set, zero value otherwise.

func (*DaVinciVariableResponse) GetMutableOk ¶

func (o *DaVinciVariableResponse) GetMutableOk() (*bool, bool)

GetMutableOk returns a tuple with the Mutable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableResponse) GetName ¶

func (o *DaVinciVariableResponse) GetName() string

GetName returns the Name field value

func (*DaVinciVariableResponse) GetNameOk ¶

func (o *DaVinciVariableResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*DaVinciVariableResponse) GetUpdatedAt ¶

func (o *DaVinciVariableResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*DaVinciVariableResponse) GetUpdatedAtOk ¶

func (o *DaVinciVariableResponse) GetUpdatedAtOk() (*time.Time, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableResponse) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise.

func (*DaVinciVariableResponse) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DaVinciVariableResponse) HasContext ¶

func (o *DaVinciVariableResponse) HasContext() bool

HasContext returns a boolean if a field has been set.

func (*DaVinciVariableResponse) HasCreatedAt ¶

func (o *DaVinciVariableResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*DaVinciVariableResponse) HasDisplayName ¶

func (o *DaVinciVariableResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*DaVinciVariableResponse) HasFlow ¶

func (o *DaVinciVariableResponse) HasFlow() bool

HasFlow returns a boolean if a field has been set.

func (*DaVinciVariableResponse) HasMax ¶

func (o *DaVinciVariableResponse) HasMax() bool

HasMax returns a boolean if a field has been set.

func (*DaVinciVariableResponse) HasMin ¶

func (o *DaVinciVariableResponse) HasMin() bool

HasMin returns a boolean if a field has been set.

func (*DaVinciVariableResponse) HasMutable ¶

func (o *DaVinciVariableResponse) HasMutable() bool

HasMutable returns a boolean if a field has been set.

func (*DaVinciVariableResponse) HasUpdatedAt ¶

func (o *DaVinciVariableResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*DaVinciVariableResponse) HasValue ¶

func (o *DaVinciVariableResponse) HasValue() bool

HasValue returns a boolean if a field has been set.

func (DaVinciVariableResponse) LogValue ¶

func (o DaVinciVariableResponse) LogValue() slog.Value

func (DaVinciVariableResponse) MarshalJSON ¶

func (o DaVinciVariableResponse) MarshalJSON() ([]byte, error)

func (*DaVinciVariableResponse) SetContext ¶

func (o *DaVinciVariableResponse) SetContext(v string)

SetContext gets a reference to the given string and assigns it to the Context field.

func (*DaVinciVariableResponse) SetCreatedAt ¶

func (o *DaVinciVariableResponse) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*DaVinciVariableResponse) SetDataType ¶

SetDataType sets field value

func (*DaVinciVariableResponse) SetDisplayName ¶

func (o *DaVinciVariableResponse) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*DaVinciVariableResponse) SetEnvironment ¶

SetEnvironment sets field value

func (*DaVinciVariableResponse) SetFlow ¶

SetFlow gets a reference to the given ResourceRelationshipDaVinciReadOnly and assigns it to the Flow field.

func (*DaVinciVariableResponse) SetId ¶

func (o *DaVinciVariableResponse) SetId(v uuid.UUID)

SetId sets field value

SetLinks sets field value

func (*DaVinciVariableResponse) SetMax ¶

func (o *DaVinciVariableResponse) SetMax(v float32)

SetMax gets a reference to the given float32 and assigns it to the Max field.

func (*DaVinciVariableResponse) SetMin ¶

func (o *DaVinciVariableResponse) SetMin(v float32)

SetMin gets a reference to the given float32 and assigns it to the Min field.

func (*DaVinciVariableResponse) SetMutable ¶

func (o *DaVinciVariableResponse) SetMutable(v bool)

SetMutable gets a reference to the given bool and assigns it to the Mutable field.

func (*DaVinciVariableResponse) SetName ¶

func (o *DaVinciVariableResponse) SetName(v string)

SetName sets field value

func (*DaVinciVariableResponse) SetUpdatedAt ¶

func (o *DaVinciVariableResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (*DaVinciVariableResponse) SetValue ¶

SetValue gets a reference to the given DaVinciVariableResponseValue and assigns it to the Value field.

func (DaVinciVariableResponse) ToMap ¶

func (o DaVinciVariableResponse) ToMap() (map[string]interface{}, error)

func (*DaVinciVariableResponse) UnmarshalJSON ¶

func (o *DaVinciVariableResponse) UnmarshalJSON(data []byte) (err error)

type DaVinciVariableResponseDataType ¶

type DaVinciVariableResponseDataType string

DaVinciVariableResponseDataType the model 'DaVinciVariableResponseDataType'

const (
	DAVINCIVARIABLERESPONSEDATATYPE_ARRAY             DaVinciVariableResponseDataType = "array"
	DAVINCIVARIABLERESPONSEDATATYPE_BOOLEAN           DaVinciVariableResponseDataType = "boolean"
	DAVINCIVARIABLERESPONSEDATATYPE_BUTTON            DaVinciVariableResponseDataType = "button"
	DAVINCIVARIABLERESPONSEDATATYPE_LIST              DaVinciVariableResponseDataType = "list"
	DAVINCIVARIABLERESPONSEDATATYPE_LIST_INT          DaVinciVariableResponseDataType = "listInt"
	DAVINCIVARIABLERESPONSEDATATYPE_MAPPING           DaVinciVariableResponseDataType = "mapping"
	DAVINCIVARIABLERESPONSEDATATYPE_NUMBER            DaVinciVariableResponseDataType = "number"
	DAVINCIVARIABLERESPONSEDATATYPE_OBJECT            DaVinciVariableResponseDataType = "object"
	DAVINCIVARIABLERESPONSEDATATYPE_PROPERTY_GROUP    DaVinciVariableResponseDataType = "propertyGroup"
	DAVINCIVARIABLERESPONSEDATATYPE_SCREEN_CONFIG     DaVinciVariableResponseDataType = "screenConfig"
	DAVINCIVARIABLERESPONSEDATATYPE_SECRET            DaVinciVariableResponseDataType = "secret"
	DAVINCIVARIABLERESPONSEDATATYPE_SK_CONNECTOR_LIST DaVinciVariableResponseDataType = "skConnectorList"
	DAVINCIVARIABLERESPONSEDATATYPE_SK_EVENT          DaVinciVariableResponseDataType = "skEvent"
	DAVINCIVARIABLERESPONSEDATATYPE_STRING            DaVinciVariableResponseDataType = "string"
	DAVINCIVARIABLERESPONSEDATATYPE_TIMESTAMP         DaVinciVariableResponseDataType = "timestamp"
)

List of DaVinci_Variable_Response_Data_Type

func NewDaVinciVariableResponseDataTypeFromValue ¶

func NewDaVinciVariableResponseDataTypeFromValue(v string) (*DaVinciVariableResponseDataType, error)

NewDaVinciVariableResponseDataTypeFromValue returns a pointer to a valid DaVinciVariableResponseDataType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (DaVinciVariableResponseDataType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (DaVinciVariableResponseDataType) Ptr ¶

Ptr returns reference to DaVinci_Variable_Response_Data_Type value

func (*DaVinciVariableResponseDataType) UnmarshalJSON ¶

func (v *DaVinciVariableResponseDataType) UnmarshalJSON(src []byte) error
type DaVinciVariableResponseLinks struct {
	Environment          JSONHALLink `json:"environment"`
	Self                 JSONHALLink `json:"self"`
	AdditionalProperties map[string]interface{}
}

DaVinciVariableResponseLinks struct for DaVinciVariableResponseLinks

func NewDaVinciVariableResponseLinks(environment JSONHALLink, self JSONHALLink) *DaVinciVariableResponseLinks

NewDaVinciVariableResponseLinks instantiates a new DaVinciVariableResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDaVinciVariableResponseLinksWithDefaults ¶

func NewDaVinciVariableResponseLinksWithDefaults() *DaVinciVariableResponseLinks

NewDaVinciVariableResponseLinksWithDefaults instantiates a new DaVinciVariableResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DaVinciVariableResponseLinks) GetEnvironment ¶

func (o *DaVinciVariableResponseLinks) GetEnvironment() JSONHALLink

GetEnvironment returns the Environment field value

func (*DaVinciVariableResponseLinks) GetEnvironmentOk ¶

func (o *DaVinciVariableResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)

GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.

func (*DaVinciVariableResponseLinks) GetSelf ¶

GetSelf returns the Self field value

func (*DaVinciVariableResponseLinks) GetSelfOk ¶

func (o *DaVinciVariableResponseLinks) GetSelfOk() (*JSONHALLink, bool)

GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.

func (DaVinciVariableResponseLinks) LogValue ¶

func (DaVinciVariableResponseLinks) MarshalJSON ¶

func (o DaVinciVariableResponseLinks) MarshalJSON() ([]byte, error)

func (*DaVinciVariableResponseLinks) SetEnvironment ¶

func (o *DaVinciVariableResponseLinks) SetEnvironment(v JSONHALLink)

SetEnvironment sets field value

func (*DaVinciVariableResponseLinks) SetSelf ¶

SetSelf sets field value

func (DaVinciVariableResponseLinks) ToMap ¶

func (o DaVinciVariableResponseLinks) ToMap() (map[string]interface{}, error)

func (*DaVinciVariableResponseLinks) UnmarshalJSON ¶

func (o *DaVinciVariableResponseLinks) UnmarshalJSON(data []byte) (err error)

type DaVinciVariableResponseValue ¶

type DaVinciVariableResponseValue struct {
	Bool    *bool
	Float32 *float32
	Object  *map[string]interface{}
	String  *string
}

DaVinciVariableResponseValue - struct for DaVinciVariableResponseValue

func BoolAsDaVinciVariableResponseValue ¶

func BoolAsDaVinciVariableResponseValue(v *bool) DaVinciVariableResponseValue

boolAsDaVinciVariableResponseValue is a convenience function that returns bool wrapped in DaVinciVariableResponseValue

func Float32AsDaVinciVariableResponseValue ¶

func Float32AsDaVinciVariableResponseValue(v *float32) DaVinciVariableResponseValue

float32AsDaVinciVariableResponseValue is a convenience function that returns float32 wrapped in DaVinciVariableResponseValue

func ObjectAsDaVinciVariableResponseValue ¶ added in v0.3.0

func ObjectAsDaVinciVariableResponseValue(v *map[string]interface{}) DaVinciVariableResponseValue

map[string]interface{}AsDaVinciVariableResponseValue is a convenience function that returns map[string]interface{} wrapped in DaVinciVariableResponseValue

func StringAsDaVinciVariableResponseValue ¶

func StringAsDaVinciVariableResponseValue(v *string) DaVinciVariableResponseValue

stringAsDaVinciVariableResponseValue is a convenience function that returns string wrapped in DaVinciVariableResponseValue

func (*DaVinciVariableResponseValue) GetActualInstance ¶

func (obj *DaVinciVariableResponseValue) GetActualInstance() interface{}

Get the actual instance

func (DaVinciVariableResponseValue) GetActualInstanceValue ¶

func (obj DaVinciVariableResponseValue) GetActualInstanceValue() interface{}

Get the actual instance value

func (DaVinciVariableResponseValue) MarshalJSON ¶

func (src DaVinciVariableResponseValue) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DaVinciVariableResponseValue) UnmarshalJSON ¶

func (dst *DaVinciVariableResponseValue) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DaVinciVariablesApiService ¶

type DaVinciVariablesApiService service

DaVinciVariablesApiService DaVinciVariablesApi service

func (*DaVinciVariablesApiService) CreateVariable ¶

func (a *DaVinciVariablesApiService) CreateVariable(ctx context.Context, environmentID uuid.UUID) ApiCreateVariableRequest

CreateVariable Method for CreateVariable

@permission davinci:create:constructs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiCreateVariableRequest

func (*DaVinciVariablesApiService) CreateVariableExecute ¶

Execute executes the request

@return DaVinciVariableResponse

func (*DaVinciVariablesApiService) DeleteVariableById ¶

func (a *DaVinciVariablesApiService) DeleteVariableById(ctx context.Context, environmentID uuid.UUID, variableID uuid.UUID) ApiDeleteVariableByIdRequest

DeleteVariableById Method for DeleteVariableById

@permission davinci:delete:constructs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param variableID
@return ApiDeleteVariableByIdRequest

func (*DaVinciVariablesApiService) DeleteVariableByIdExecute ¶

func (a *DaVinciVariablesApiService) DeleteVariableByIdExecute(r ApiDeleteVariableByIdRequest) (*http.Response, error)

Execute executes the request

func (*DaVinciVariablesApiService) GetVariableById ¶

func (a *DaVinciVariablesApiService) GetVariableById(ctx context.Context, environmentID uuid.UUID, variableID uuid.UUID) ApiGetVariableByIdRequest

GetVariableById Method for GetVariableById

@permission davinci:read:constructs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param variableID
@return ApiGetVariableByIdRequest

func (*DaVinciVariablesApiService) GetVariableByIdExecute ¶

Execute executes the request

@return DaVinciVariableResponse

func (*DaVinciVariablesApiService) GetVariables ¶

func (a *DaVinciVariablesApiService) GetVariables(ctx context.Context, environmentID uuid.UUID) ApiGetVariablesRequest

GetVariables Method for GetVariables

@permission davinci:read:constructs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiGetVariablesRequest

func (*DaVinciVariablesApiService) GetVariablesExecute ¶

Execute executes the request

@return DaVinciVariableCollectionResponse

func (*DaVinciVariablesApiService) GetVariablesExecutePage ¶

Execute executes the request (returning the initial page of the paged response only)

@return DaVinciVariableCollectionResponse

func (*DaVinciVariablesApiService) ReplaceVariableById ¶

func (a *DaVinciVariablesApiService) ReplaceVariableById(ctx context.Context, environmentID uuid.UUID, variableID uuid.UUID) ApiReplaceVariableByIdRequest

ReplaceVariableById Method for ReplaceVariableById

@permission davinci:update:constructs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param variableID
@return ApiReplaceVariableByIdRequest

func (*DaVinciVariablesApiService) ReplaceVariableByIdExecute ¶

Execute executes the request

@return DaVinciVariableResponse

type DirectoryTotalIdentitiesApiService ¶

type DirectoryTotalIdentitiesApiService service

DirectoryTotalIdentitiesApiService DirectoryTotalIdentitiesApi service

func (*DirectoryTotalIdentitiesApiService) GetTotalIdentities ¶

func (a *DirectoryTotalIdentitiesApiService) GetTotalIdentities(ctx context.Context, environmentID uuid.UUID) ApiGetTotalIdentitiesRequest

GetTotalIdentities Method for GetTotalIdentities

@permission orgmgt:read:environment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiGetTotalIdentitiesRequest

func (*DirectoryTotalIdentitiesApiService) GetTotalIdentitiesExecute ¶

Execute executes the request

@return DirectoryTotalIdentitiesCountCollectionResponse

type DirectoryTotalIdentitiesCountCollectionResponse ¶

type DirectoryTotalIdentitiesCountCollectionResponse struct {
	Embedded             *DirectoryTotalIdentitiesCountCollectionResponseEmbedded `json:"_embedded,omitempty"`
	Links                *DirectoryTotalIdentitiesCountCollectionResponseLinks    `json:"_links,omitempty"`
	Count                *int32                                                   `json:"count,omitempty"`
	Size                 *int32                                                   `json:"size,omitempty"`
	AdditionalProperties map[string]interface{}
}

DirectoryTotalIdentitiesCountCollectionResponse struct for DirectoryTotalIdentitiesCountCollectionResponse

func NewDirectoryTotalIdentitiesCountCollectionResponse ¶

func NewDirectoryTotalIdentitiesCountCollectionResponse() *DirectoryTotalIdentitiesCountCollectionResponse

NewDirectoryTotalIdentitiesCountCollectionResponse instantiates a new DirectoryTotalIdentitiesCountCollectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDirectoryTotalIdentitiesCountCollectionResponseWithDefaults ¶

func NewDirectoryTotalIdentitiesCountCollectionResponseWithDefaults() *DirectoryTotalIdentitiesCountCollectionResponse

NewDirectoryTotalIdentitiesCountCollectionResponseWithDefaults instantiates a new DirectoryTotalIdentitiesCountCollectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DirectoryTotalIdentitiesCountCollectionResponse) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*DirectoryTotalIdentitiesCountCollectionResponse) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryTotalIdentitiesCountCollectionResponse) GetEmbedded ¶

GetEmbedded returns the Embedded field value if set, zero value otherwise.

func (*DirectoryTotalIdentitiesCountCollectionResponse) GetEmbeddedOk ¶

GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.

GetLinks returns the Links field value if set, zero value otherwise.

func (*DirectoryTotalIdentitiesCountCollectionResponse) GetLinksOk ¶

GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryTotalIdentitiesCountCollectionResponse) GetSize ¶

GetSize returns the Size field value if set, zero value otherwise.

func (*DirectoryTotalIdentitiesCountCollectionResponse) GetSizeOk ¶

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryTotalIdentitiesCountCollectionResponse) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*DirectoryTotalIdentitiesCountCollectionResponse) HasEmbedded ¶

HasEmbedded returns a boolean if a field has been set.

HasLinks returns a boolean if a field has been set.

func (*DirectoryTotalIdentitiesCountCollectionResponse) HasSize ¶

HasSize returns a boolean if a field has been set.

func (DirectoryTotalIdentitiesCountCollectionResponse) LogValue ¶

func (DirectoryTotalIdentitiesCountCollectionResponse) MarshalJSON ¶

func (*DirectoryTotalIdentitiesCountCollectionResponse) SetCount ¶

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*DirectoryTotalIdentitiesCountCollectionResponse) SetEmbedded ¶

SetEmbedded gets a reference to the given DirectoryTotalIdentitiesCountCollectionResponseEmbedded and assigns it to the Embedded field.

SetLinks gets a reference to the given DirectoryTotalIdentitiesCountCollectionResponseLinks and assigns it to the Links field.

func (*DirectoryTotalIdentitiesCountCollectionResponse) SetSize ¶

SetSize gets a reference to the given int32 and assigns it to the Size field.

func (DirectoryTotalIdentitiesCountCollectionResponse) ToMap ¶

func (o DirectoryTotalIdentitiesCountCollectionResponse) ToMap() (map[string]interface{}, error)

func (*DirectoryTotalIdentitiesCountCollectionResponse) UnmarshalJSON ¶

func (o *DirectoryTotalIdentitiesCountCollectionResponse) UnmarshalJSON(data []byte) (err error)

type DirectoryTotalIdentitiesCountCollectionResponseEmbedded ¶

type DirectoryTotalIdentitiesCountCollectionResponseEmbedded struct {
	TotalIdentities      []DirectoryTotalIdentitiesCountResponse `json:"totalIdentities,omitempty"`
	AdditionalProperties map[string]interface{}
}

DirectoryTotalIdentitiesCountCollectionResponseEmbedded struct for DirectoryTotalIdentitiesCountCollectionResponseEmbedded

func NewDirectoryTotalIdentitiesCountCollectionResponseEmbedded ¶

func NewDirectoryTotalIdentitiesCountCollectionResponseEmbedded() *DirectoryTotalIdentitiesCountCollectionResponseEmbedded

NewDirectoryTotalIdentitiesCountCollectionResponseEmbedded instantiates a new DirectoryTotalIdentitiesCountCollectionResponseEmbedded object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDirectoryTotalIdentitiesCountCollectionResponseEmbeddedWithDefaults ¶

func NewDirectoryTotalIdentitiesCountCollectionResponseEmbeddedWithDefaults() *DirectoryTotalIdentitiesCountCollectionResponseEmbedded

NewDirectoryTotalIdentitiesCountCollectionResponseEmbeddedWithDefaults instantiates a new DirectoryTotalIdentitiesCountCollectionResponseEmbedded object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DirectoryTotalIdentitiesCountCollectionResponseEmbedded) GetTotalIdentities ¶

GetTotalIdentities returns the TotalIdentities field value if set, zero value otherwise.

func (*DirectoryTotalIdentitiesCountCollectionResponseEmbedded) GetTotalIdentitiesOk ¶

GetTotalIdentitiesOk returns a tuple with the TotalIdentities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryTotalIdentitiesCountCollectionResponseEmbedded) HasTotalIdentities ¶

HasTotalIdentities returns a boolean if a field has been set.

func (DirectoryTotalIdentitiesCountCollectionResponseEmbedded) LogValue ¶

func (DirectoryTotalIdentitiesCountCollectionResponseEmbedded) MarshalJSON ¶

func (*DirectoryTotalIdentitiesCountCollectionResponseEmbedded) SetTotalIdentities ¶

SetTotalIdentities gets a reference to the given []DirectoryTotalIdentitiesCountResponse and assigns it to the TotalIdentities field.

func (DirectoryTotalIdentitiesCountCollectionResponseEmbedded) ToMap ¶

func (*DirectoryTotalIdentitiesCountCollectionResponseEmbedded) UnmarshalJSON ¶

type DirectoryTotalIdentitiesCountCollectionResponseLinks struct {
	Self                 *JSONHALLink `json:"self,omitempty"`
	AdditionalProperties map[string]interface{}
}

DirectoryTotalIdentitiesCountCollectionResponseLinks struct for DirectoryTotalIdentitiesCountCollectionResponseLinks

func NewDirectoryTotalIdentitiesCountCollectionResponseLinks() *DirectoryTotalIdentitiesCountCollectionResponseLinks

NewDirectoryTotalIdentitiesCountCollectionResponseLinks instantiates a new DirectoryTotalIdentitiesCountCollectionResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDirectoryTotalIdentitiesCountCollectionResponseLinksWithDefaults ¶

func NewDirectoryTotalIdentitiesCountCollectionResponseLinksWithDefaults() *DirectoryTotalIdentitiesCountCollectionResponseLinks

NewDirectoryTotalIdentitiesCountCollectionResponseLinksWithDefaults instantiates a new DirectoryTotalIdentitiesCountCollectionResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DirectoryTotalIdentitiesCountCollectionResponseLinks) GetSelf ¶

GetSelf returns the Self field value if set, zero value otherwise.

func (*DirectoryTotalIdentitiesCountCollectionResponseLinks) GetSelfOk ¶

GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryTotalIdentitiesCountCollectionResponseLinks) HasSelf ¶

HasSelf returns a boolean if a field has been set.

func (DirectoryTotalIdentitiesCountCollectionResponseLinks) LogValue ¶

func (DirectoryTotalIdentitiesCountCollectionResponseLinks) MarshalJSON ¶

func (*DirectoryTotalIdentitiesCountCollectionResponseLinks) SetSelf ¶

SetSelf gets a reference to the given JSONHALLink and assigns it to the Self field.

func (DirectoryTotalIdentitiesCountCollectionResponseLinks) ToMap ¶

func (*DirectoryTotalIdentitiesCountCollectionResponseLinks) UnmarshalJSON ¶

func (o *DirectoryTotalIdentitiesCountCollectionResponseLinks) UnmarshalJSON(data []byte) (err error)

type DirectoryTotalIdentitiesCountResponse ¶

type DirectoryTotalIdentitiesCountResponse struct {
	Date                 *types.UnixTime `json:"date,omitempty"`
	TotalIdentities      *int32          `json:"totalIdentities,omitempty"`
	AdditionalProperties map[string]interface{}
}

DirectoryTotalIdentitiesCountResponse struct for DirectoryTotalIdentitiesCountResponse

func NewDirectoryTotalIdentitiesCountResponse ¶

func NewDirectoryTotalIdentitiesCountResponse() *DirectoryTotalIdentitiesCountResponse

NewDirectoryTotalIdentitiesCountResponse instantiates a new DirectoryTotalIdentitiesCountResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDirectoryTotalIdentitiesCountResponseWithDefaults ¶

func NewDirectoryTotalIdentitiesCountResponseWithDefaults() *DirectoryTotalIdentitiesCountResponse

NewDirectoryTotalIdentitiesCountResponseWithDefaults instantiates a new DirectoryTotalIdentitiesCountResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DirectoryTotalIdentitiesCountResponse) GetDate ¶

GetDate returns the Date field value if set, zero value otherwise.

func (*DirectoryTotalIdentitiesCountResponse) GetDateOk ¶

GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryTotalIdentitiesCountResponse) GetTotalIdentities ¶

func (o *DirectoryTotalIdentitiesCountResponse) GetTotalIdentities() int32

GetTotalIdentities returns the TotalIdentities field value if set, zero value otherwise.

func (*DirectoryTotalIdentitiesCountResponse) GetTotalIdentitiesOk ¶

func (o *DirectoryTotalIdentitiesCountResponse) GetTotalIdentitiesOk() (*int32, bool)

GetTotalIdentitiesOk returns a tuple with the TotalIdentities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DirectoryTotalIdentitiesCountResponse) HasDate ¶

HasDate returns a boolean if a field has been set.

func (*DirectoryTotalIdentitiesCountResponse) HasTotalIdentities ¶

func (o *DirectoryTotalIdentitiesCountResponse) HasTotalIdentities() bool

HasTotalIdentities returns a boolean if a field has been set.

func (DirectoryTotalIdentitiesCountResponse) LogValue ¶

func (DirectoryTotalIdentitiesCountResponse) MarshalJSON ¶

func (o DirectoryTotalIdentitiesCountResponse) MarshalJSON() ([]byte, error)

func (*DirectoryTotalIdentitiesCountResponse) SetDate ¶

SetDate gets a reference to the given types.UnixTime and assigns it to the Date field.

func (*DirectoryTotalIdentitiesCountResponse) SetTotalIdentities ¶

func (o *DirectoryTotalIdentitiesCountResponse) SetTotalIdentities(v int32)

SetTotalIdentities gets a reference to the given int32 and assigns it to the TotalIdentities field.

func (DirectoryTotalIdentitiesCountResponse) ToMap ¶

func (o DirectoryTotalIdentitiesCountResponse) ToMap() (map[string]interface{}, error)

func (*DirectoryTotalIdentitiesCountResponse) UnmarshalJSON ¶

func (o *DirectoryTotalIdentitiesCountResponse) UnmarshalJSON(data []byte) (err error)

type EnvironmentAPILimit ¶

type EnvironmentAPILimit struct {
	Limit                *int64 `json:"limit,omitempty"`
	AdditionalProperties map[string]interface{}
}

EnvironmentAPILimit struct for EnvironmentAPILimit

func NewEnvironmentAPILimit ¶

func NewEnvironmentAPILimit() *EnvironmentAPILimit

NewEnvironmentAPILimit instantiates a new EnvironmentAPILimit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentAPILimitWithDefaults ¶

func NewEnvironmentAPILimitWithDefaults() *EnvironmentAPILimit

NewEnvironmentAPILimitWithDefaults instantiates a new EnvironmentAPILimit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentAPILimit) GetLimit ¶

func (o *EnvironmentAPILimit) GetLimit() int64

GetLimit returns the Limit field value if set, zero value otherwise.

func (*EnvironmentAPILimit) GetLimitOk ¶

func (o *EnvironmentAPILimit) GetLimitOk() (*int64, bool)

GetLimitOk returns a tuple with the Limit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentAPILimit) HasLimit ¶

func (o *EnvironmentAPILimit) HasLimit() bool

HasLimit returns a boolean if a field has been set.

func (EnvironmentAPILimit) LogValue ¶

func (o EnvironmentAPILimit) LogValue() slog.Value

func (EnvironmentAPILimit) MarshalJSON ¶

func (o EnvironmentAPILimit) MarshalJSON() ([]byte, error)

func (*EnvironmentAPILimit) SetLimit ¶

func (o *EnvironmentAPILimit) SetLimit(v int64)

SetLimit gets a reference to the given int64 and assigns it to the Limit field.

func (EnvironmentAPILimit) ToMap ¶

func (o EnvironmentAPILimit) ToMap() (map[string]interface{}, error)

func (*EnvironmentAPILimit) UnmarshalJSON ¶

func (o *EnvironmentAPILimit) UnmarshalJSON(data []byte) (err error)

type EnvironmentBillOfMaterials ¶

type EnvironmentBillOfMaterials struct {
	Products             []EnvironmentBillOfMaterialsProduct     `json:"products"`
	SolutionType         *EnvironmentBillOfMaterialsSolutionType `json:"solutionType,omitempty"`
	AdditionalProperties map[string]interface{}
}

EnvironmentBillOfMaterials struct for EnvironmentBillOfMaterials

func NewEnvironmentBillOfMaterials ¶

func NewEnvironmentBillOfMaterials(products []EnvironmentBillOfMaterialsProduct) *EnvironmentBillOfMaterials

NewEnvironmentBillOfMaterials instantiates a new EnvironmentBillOfMaterials object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentBillOfMaterialsWithDefaults ¶

func NewEnvironmentBillOfMaterialsWithDefaults() *EnvironmentBillOfMaterials

NewEnvironmentBillOfMaterialsWithDefaults instantiates a new EnvironmentBillOfMaterials object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentBillOfMaterials) GetProducts ¶

GetProducts returns the Products field value

func (*EnvironmentBillOfMaterials) GetProductsOk ¶

GetProductsOk returns a tuple with the Products field value and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterials) GetSolutionType ¶

GetSolutionType returns the SolutionType field value if set, zero value otherwise.

func (*EnvironmentBillOfMaterials) GetSolutionTypeOk ¶

GetSolutionTypeOk returns a tuple with the SolutionType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterials) HasSolutionType ¶

func (o *EnvironmentBillOfMaterials) HasSolutionType() bool

HasSolutionType returns a boolean if a field has been set.

func (EnvironmentBillOfMaterials) LogValue ¶

func (o EnvironmentBillOfMaterials) LogValue() slog.Value

func (EnvironmentBillOfMaterials) MarshalJSON ¶

func (o EnvironmentBillOfMaterials) MarshalJSON() ([]byte, error)

func (*EnvironmentBillOfMaterials) SetProducts ¶

SetProducts sets field value

func (*EnvironmentBillOfMaterials) SetSolutionType ¶

SetSolutionType gets a reference to the given EnvironmentBillOfMaterialsSolutionType and assigns it to the SolutionType field.

func (EnvironmentBillOfMaterials) ToMap ¶

func (o EnvironmentBillOfMaterials) ToMap() (map[string]interface{}, error)

func (*EnvironmentBillOfMaterials) UnmarshalJSON ¶

func (o *EnvironmentBillOfMaterials) UnmarshalJSON(data []byte) (err error)

type EnvironmentBillOfMaterialsProduct ¶

type EnvironmentBillOfMaterialsProduct struct {
	Type                 EnvironmentBillOfMaterialsProductType       `json:"type"`
	Bookmarks            []EnvironmentBillOfMaterialsProductBookmark `json:"bookmarks,omitempty"`
	Console              *EnvironmentBillOfMaterialsProductConsole   `json:"console,omitempty"`
	Deployment           *ResourceRelationshipReadOnly               `json:"deployment,omitempty"`
	Description          *string                                     `json:"description,omitempty"`
	Id                   *uuid.UUID                                  `json:"id,omitempty"`
	SoftwareLicense      *ResourceRelationshipGeneric                `json:"softwareLicense,omitempty"`
	Tags                 []string                                    `json:"tags,omitempty"`
	AdditionalProperties map[string]interface{}
}

EnvironmentBillOfMaterialsProduct struct for EnvironmentBillOfMaterialsProduct

func NewEnvironmentBillOfMaterialsProduct ¶

func NewEnvironmentBillOfMaterialsProduct(type_ EnvironmentBillOfMaterialsProductType) *EnvironmentBillOfMaterialsProduct

NewEnvironmentBillOfMaterialsProduct instantiates a new EnvironmentBillOfMaterialsProduct object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentBillOfMaterialsProductWithDefaults ¶

func NewEnvironmentBillOfMaterialsProductWithDefaults() *EnvironmentBillOfMaterialsProduct

NewEnvironmentBillOfMaterialsProductWithDefaults instantiates a new EnvironmentBillOfMaterialsProduct object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentBillOfMaterialsProduct) GetBookmarks ¶

GetBookmarks returns the Bookmarks field value if set, zero value otherwise.

func (*EnvironmentBillOfMaterialsProduct) GetBookmarksOk ¶

GetBookmarksOk returns a tuple with the Bookmarks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterialsProduct) GetConsole ¶

GetConsole returns the Console field value if set, zero value otherwise.

func (*EnvironmentBillOfMaterialsProduct) GetConsoleOk ¶

GetConsoleOk returns a tuple with the Console field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterialsProduct) GetDeployment ¶

GetDeployment returns the Deployment field value if set, zero value otherwise.

func (*EnvironmentBillOfMaterialsProduct) GetDeploymentOk ¶

GetDeploymentOk returns a tuple with the Deployment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterialsProduct) GetDescription ¶

func (o *EnvironmentBillOfMaterialsProduct) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*EnvironmentBillOfMaterialsProduct) GetDescriptionOk ¶

func (o *EnvironmentBillOfMaterialsProduct) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterialsProduct) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*EnvironmentBillOfMaterialsProduct) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterialsProduct) GetSoftwareLicense ¶

GetSoftwareLicense returns the SoftwareLicense field value if set, zero value otherwise.

func (*EnvironmentBillOfMaterialsProduct) GetSoftwareLicenseOk ¶

GetSoftwareLicenseOk returns a tuple with the SoftwareLicense field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterialsProduct) GetTags ¶

GetTags returns the Tags field value if set, zero value otherwise.

func (*EnvironmentBillOfMaterialsProduct) GetTagsOk ¶

func (o *EnvironmentBillOfMaterialsProduct) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterialsProduct) GetType ¶

GetType returns the Type field value

func (*EnvironmentBillOfMaterialsProduct) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterialsProduct) HasBookmarks ¶

func (o *EnvironmentBillOfMaterialsProduct) HasBookmarks() bool

HasBookmarks returns a boolean if a field has been set.

func (*EnvironmentBillOfMaterialsProduct) HasConsole ¶

func (o *EnvironmentBillOfMaterialsProduct) HasConsole() bool

HasConsole returns a boolean if a field has been set.

func (*EnvironmentBillOfMaterialsProduct) HasDeployment ¶

func (o *EnvironmentBillOfMaterialsProduct) HasDeployment() bool

HasDeployment returns a boolean if a field has been set.

func (*EnvironmentBillOfMaterialsProduct) HasDescription ¶

func (o *EnvironmentBillOfMaterialsProduct) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*EnvironmentBillOfMaterialsProduct) HasId ¶

HasId returns a boolean if a field has been set.

func (*EnvironmentBillOfMaterialsProduct) HasSoftwareLicense ¶

func (o *EnvironmentBillOfMaterialsProduct) HasSoftwareLicense() bool

HasSoftwareLicense returns a boolean if a field has been set.

func (*EnvironmentBillOfMaterialsProduct) HasTags ¶

HasTags returns a boolean if a field has been set.

func (EnvironmentBillOfMaterialsProduct) LogValue ¶

func (EnvironmentBillOfMaterialsProduct) MarshalJSON ¶

func (o EnvironmentBillOfMaterialsProduct) MarshalJSON() ([]byte, error)

func (*EnvironmentBillOfMaterialsProduct) SetBookmarks ¶

SetBookmarks gets a reference to the given []EnvironmentBillOfMaterialsProductBookmark and assigns it to the Bookmarks field.

func (*EnvironmentBillOfMaterialsProduct) SetConsole ¶

SetConsole gets a reference to the given EnvironmentBillOfMaterialsProductConsole and assigns it to the Console field.

func (*EnvironmentBillOfMaterialsProduct) SetDeployment ¶

SetDeployment gets a reference to the given ResourceRelationshipReadOnly and assigns it to the Deployment field.

func (*EnvironmentBillOfMaterialsProduct) SetDescription ¶

func (o *EnvironmentBillOfMaterialsProduct) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*EnvironmentBillOfMaterialsProduct) SetId ¶

SetId gets a reference to the given uuid.UUID and assigns it to the Id field.

func (*EnvironmentBillOfMaterialsProduct) SetSoftwareLicense ¶

SetSoftwareLicense gets a reference to the given ResourceRelationshipGeneric and assigns it to the SoftwareLicense field.

func (*EnvironmentBillOfMaterialsProduct) SetTags ¶

func (o *EnvironmentBillOfMaterialsProduct) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*EnvironmentBillOfMaterialsProduct) SetType ¶

SetType sets field value

func (EnvironmentBillOfMaterialsProduct) ToMap ¶

func (o EnvironmentBillOfMaterialsProduct) ToMap() (map[string]interface{}, error)

func (*EnvironmentBillOfMaterialsProduct) UnmarshalJSON ¶

func (o *EnvironmentBillOfMaterialsProduct) UnmarshalJSON(data []byte) (err error)

type EnvironmentBillOfMaterialsProductBookmark ¶

type EnvironmentBillOfMaterialsProductBookmark struct {
	Href                 string `json:"href"`
	Name                 string `json:"name"`
	AdditionalProperties map[string]interface{}
}

EnvironmentBillOfMaterialsProductBookmark struct for EnvironmentBillOfMaterialsProductBookmark

func NewEnvironmentBillOfMaterialsProductBookmark ¶

func NewEnvironmentBillOfMaterialsProductBookmark(href string, name string) *EnvironmentBillOfMaterialsProductBookmark

NewEnvironmentBillOfMaterialsProductBookmark instantiates a new EnvironmentBillOfMaterialsProductBookmark object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentBillOfMaterialsProductBookmarkWithDefaults ¶

func NewEnvironmentBillOfMaterialsProductBookmarkWithDefaults() *EnvironmentBillOfMaterialsProductBookmark

NewEnvironmentBillOfMaterialsProductBookmarkWithDefaults instantiates a new EnvironmentBillOfMaterialsProductBookmark object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentBillOfMaterialsProductBookmark) GetHref ¶

GetHref returns the Href field value

func (*EnvironmentBillOfMaterialsProductBookmark) GetHrefOk ¶

GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterialsProductBookmark) GetName ¶

GetName returns the Name field value

func (*EnvironmentBillOfMaterialsProductBookmark) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (EnvironmentBillOfMaterialsProductBookmark) LogValue ¶

func (EnvironmentBillOfMaterialsProductBookmark) MarshalJSON ¶

func (*EnvironmentBillOfMaterialsProductBookmark) SetHref ¶

SetHref sets field value

func (*EnvironmentBillOfMaterialsProductBookmark) SetName ¶

SetName sets field value

func (EnvironmentBillOfMaterialsProductBookmark) ToMap ¶

func (o EnvironmentBillOfMaterialsProductBookmark) ToMap() (map[string]interface{}, error)

func (*EnvironmentBillOfMaterialsProductBookmark) UnmarshalJSON ¶

func (o *EnvironmentBillOfMaterialsProductBookmark) UnmarshalJSON(data []byte) (err error)

type EnvironmentBillOfMaterialsProductConsole ¶

type EnvironmentBillOfMaterialsProductConsole struct {
	Href                 *string `json:"href,omitempty"`
	AdditionalProperties map[string]interface{}
}

EnvironmentBillOfMaterialsProductConsole struct for EnvironmentBillOfMaterialsProductConsole

func NewEnvironmentBillOfMaterialsProductConsole ¶

func NewEnvironmentBillOfMaterialsProductConsole() *EnvironmentBillOfMaterialsProductConsole

NewEnvironmentBillOfMaterialsProductConsole instantiates a new EnvironmentBillOfMaterialsProductConsole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentBillOfMaterialsProductConsoleWithDefaults ¶

func NewEnvironmentBillOfMaterialsProductConsoleWithDefaults() *EnvironmentBillOfMaterialsProductConsole

NewEnvironmentBillOfMaterialsProductConsoleWithDefaults instantiates a new EnvironmentBillOfMaterialsProductConsole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentBillOfMaterialsProductConsole) GetHref ¶

GetHref returns the Href field value if set, zero value otherwise.

func (*EnvironmentBillOfMaterialsProductConsole) GetHrefOk ¶

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterialsProductConsole) HasHref ¶ added in v0.4.0

HasHref returns a boolean if a field has been set.

func (EnvironmentBillOfMaterialsProductConsole) LogValue ¶

func (EnvironmentBillOfMaterialsProductConsole) MarshalJSON ¶

func (*EnvironmentBillOfMaterialsProductConsole) SetHref ¶

SetHref gets a reference to the given string and assigns it to the Href field.

func (EnvironmentBillOfMaterialsProductConsole) ToMap ¶

func (o EnvironmentBillOfMaterialsProductConsole) ToMap() (map[string]interface{}, error)

func (*EnvironmentBillOfMaterialsProductConsole) UnmarshalJSON ¶

func (o *EnvironmentBillOfMaterialsProductConsole) UnmarshalJSON(data []byte) (err error)

type EnvironmentBillOfMaterialsProductType ¶

type EnvironmentBillOfMaterialsProductType string

EnvironmentBillOfMaterialsProductType the model 'EnvironmentBillOfMaterialsProductType'

const (
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_IDENTITY_CLOUD          EnvironmentBillOfMaterialsProductType = "IDENTITY_CLOUD"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ACCESS             EnvironmentBillOfMaterialsProductType = "PING_ACCESS"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_AUTHORIZE          EnvironmentBillOfMaterialsProductType = "PING_AUTHORIZE"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_CENTRAL            EnvironmentBillOfMaterialsProductType = "PING_CENTRAL"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_DATA_GOVERNANCE    EnvironmentBillOfMaterialsProductType = "PING_DATA_GOVERNANCE"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_DATA_SYNC          EnvironmentBillOfMaterialsProductType = "PING_DATA_SYNC"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_DIRECTORY          EnvironmentBillOfMaterialsProductType = "PING_DIRECTORY"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_FEDERATE           EnvironmentBillOfMaterialsProductType = "PING_FEDERATE"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ID                 EnvironmentBillOfMaterialsProductType = "PING_ID"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ID_SDK             EnvironmentBillOfMaterialsProductType = "PING_ID_SDK"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_INTELLIGENCE       EnvironmentBillOfMaterialsProductType = "PING_INTELLIGENCE"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ONE_AUTHORIZE      EnvironmentBillOfMaterialsProductType = "PING_ONE_AUTHORIZE"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ONE_BASE           EnvironmentBillOfMaterialsProductType = "PING_ONE_BASE"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ONE_CREDENTIALS    EnvironmentBillOfMaterialsProductType = "PING_ONE_CREDENTIALS"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ONE_DAVINCI        EnvironmentBillOfMaterialsProductType = "PING_ONE_DAVINCI"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ONE_FOR_ENTERPRISE EnvironmentBillOfMaterialsProductType = "PING_ONE_FOR_ENTERPRISE"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ONE_FOR_SAAS       EnvironmentBillOfMaterialsProductType = "PING_ONE_FOR_SAAS"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ONE_FRAUD          EnvironmentBillOfMaterialsProductType = "PING_ONE_FRAUD"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ONE_ID             EnvironmentBillOfMaterialsProductType = "PING_ONE_ID"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ONE_LEGACY         EnvironmentBillOfMaterialsProductType = "PING_ONE_LEGACY"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ONE_MFA            EnvironmentBillOfMaterialsProductType = "PING_ONE_MFA"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ONE_ORCHESTRATE    EnvironmentBillOfMaterialsProductType = "PING_ONE_ORCHESTRATE"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ONE_PROVISIONING   EnvironmentBillOfMaterialsProductType = "PING_ONE_PROVISIONING"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ONE_RISK           EnvironmentBillOfMaterialsProductType = "PING_ONE_RISK"
	ENVIRONMENTBILLOFMATERIALSPRODUCTTYPE_PING_ONE_VERIFY         EnvironmentBillOfMaterialsProductType = "PING_ONE_VERIFY"
)

List of Environment_Bill_of_Materials_Product_Type

func NewEnvironmentBillOfMaterialsProductTypeFromValue ¶

func NewEnvironmentBillOfMaterialsProductTypeFromValue(v string) (*EnvironmentBillOfMaterialsProductType, error)

NewEnvironmentBillOfMaterialsProductTypeFromValue returns a pointer to a valid EnvironmentBillOfMaterialsProductType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (EnvironmentBillOfMaterialsProductType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (EnvironmentBillOfMaterialsProductType) Ptr ¶

Ptr returns reference to Environment_Bill_of_Materials_Product_Type value

func (*EnvironmentBillOfMaterialsProductType) UnmarshalJSON ¶

func (v *EnvironmentBillOfMaterialsProductType) UnmarshalJSON(src []byte) error

type EnvironmentBillOfMaterialsReplaceRequest ¶

type EnvironmentBillOfMaterialsReplaceRequest struct {
	Products             []EnvironmentBillOfMaterialsProduct `json:"products"`
	AdditionalProperties map[string]interface{}
}

EnvironmentBillOfMaterialsReplaceRequest struct for EnvironmentBillOfMaterialsReplaceRequest

func NewEnvironmentBillOfMaterialsReplaceRequest ¶

func NewEnvironmentBillOfMaterialsReplaceRequest(products []EnvironmentBillOfMaterialsProduct) *EnvironmentBillOfMaterialsReplaceRequest

NewEnvironmentBillOfMaterialsReplaceRequest instantiates a new EnvironmentBillOfMaterialsReplaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentBillOfMaterialsReplaceRequestWithDefaults ¶

func NewEnvironmentBillOfMaterialsReplaceRequestWithDefaults() *EnvironmentBillOfMaterialsReplaceRequest

NewEnvironmentBillOfMaterialsReplaceRequestWithDefaults instantiates a new EnvironmentBillOfMaterialsReplaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentBillOfMaterialsReplaceRequest) GetProducts ¶

GetProducts returns the Products field value

func (*EnvironmentBillOfMaterialsReplaceRequest) GetProductsOk ¶

GetProductsOk returns a tuple with the Products field value and a boolean to check if the value has been set.

func (EnvironmentBillOfMaterialsReplaceRequest) LogValue ¶

func (EnvironmentBillOfMaterialsReplaceRequest) MarshalJSON ¶

func (*EnvironmentBillOfMaterialsReplaceRequest) SetProducts ¶

SetProducts sets field value

func (EnvironmentBillOfMaterialsReplaceRequest) ToMap ¶

func (o EnvironmentBillOfMaterialsReplaceRequest) ToMap() (map[string]interface{}, error)

func (*EnvironmentBillOfMaterialsReplaceRequest) UnmarshalJSON ¶

func (o *EnvironmentBillOfMaterialsReplaceRequest) UnmarshalJSON(data []byte) (err error)

type EnvironmentBillOfMaterialsResponse ¶

type EnvironmentBillOfMaterialsResponse struct {
	Embedded             map[string]map[string]interface{}   `json:"_embedded,omitempty"`
	Links                map[string]JSONHALLink              `json:"_links,omitempty"`
	CreatedAt            *time.Time                          `json:"createdAt,omitempty"`
	Products             []EnvironmentBillOfMaterialsProduct `json:"products,omitempty"`
	SolutionType         *string                             `json:"solutionType,omitempty"`
	UpdatedAt            *time.Time                          `json:"updatedAt,omitempty"`
	AdditionalProperties map[string]interface{}
}

EnvironmentBillOfMaterialsResponse struct for EnvironmentBillOfMaterialsResponse

func NewEnvironmentBillOfMaterialsResponse ¶

func NewEnvironmentBillOfMaterialsResponse() *EnvironmentBillOfMaterialsResponse

NewEnvironmentBillOfMaterialsResponse instantiates a new EnvironmentBillOfMaterialsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentBillOfMaterialsResponseWithDefaults ¶

func NewEnvironmentBillOfMaterialsResponseWithDefaults() *EnvironmentBillOfMaterialsResponse

NewEnvironmentBillOfMaterialsResponseWithDefaults instantiates a new EnvironmentBillOfMaterialsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentBillOfMaterialsResponse) GetCreatedAt ¶

func (o *EnvironmentBillOfMaterialsResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*EnvironmentBillOfMaterialsResponse) GetCreatedAtOk ¶

func (o *EnvironmentBillOfMaterialsResponse) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterialsResponse) GetEmbedded ¶

func (o *EnvironmentBillOfMaterialsResponse) GetEmbedded() map[string]map[string]interface{}

GetEmbedded returns the Embedded field value if set, zero value otherwise.

func (*EnvironmentBillOfMaterialsResponse) GetEmbeddedOk ¶

func (o *EnvironmentBillOfMaterialsResponse) GetEmbeddedOk() (map[string]map[string]interface{}, bool)

GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.

GetLinks returns the Links field value if set, zero value otherwise.

func (*EnvironmentBillOfMaterialsResponse) GetLinksOk ¶

GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterialsResponse) GetProducts ¶

GetProducts returns the Products field value if set, zero value otherwise.

func (*EnvironmentBillOfMaterialsResponse) GetProductsOk ¶

GetProductsOk returns a tuple with the Products field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterialsResponse) GetSolutionType ¶

func (o *EnvironmentBillOfMaterialsResponse) GetSolutionType() string

GetSolutionType returns the SolutionType field value if set, zero value otherwise.

func (*EnvironmentBillOfMaterialsResponse) GetSolutionTypeOk ¶

func (o *EnvironmentBillOfMaterialsResponse) GetSolutionTypeOk() (*string, bool)

GetSolutionTypeOk returns a tuple with the SolutionType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterialsResponse) GetUpdatedAt ¶

func (o *EnvironmentBillOfMaterialsResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*EnvironmentBillOfMaterialsResponse) GetUpdatedAtOk ¶

func (o *EnvironmentBillOfMaterialsResponse) GetUpdatedAtOk() (*time.Time, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentBillOfMaterialsResponse) HasCreatedAt ¶

func (o *EnvironmentBillOfMaterialsResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*EnvironmentBillOfMaterialsResponse) HasEmbedded ¶

func (o *EnvironmentBillOfMaterialsResponse) HasEmbedded() bool

HasEmbedded returns a boolean if a field has been set.

HasLinks returns a boolean if a field has been set.

func (*EnvironmentBillOfMaterialsResponse) HasProducts ¶

func (o *EnvironmentBillOfMaterialsResponse) HasProducts() bool

HasProducts returns a boolean if a field has been set.

func (*EnvironmentBillOfMaterialsResponse) HasSolutionType ¶

func (o *EnvironmentBillOfMaterialsResponse) HasSolutionType() bool

HasSolutionType returns a boolean if a field has been set.

func (*EnvironmentBillOfMaterialsResponse) HasUpdatedAt ¶

func (o *EnvironmentBillOfMaterialsResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (EnvironmentBillOfMaterialsResponse) LogValue ¶

func (EnvironmentBillOfMaterialsResponse) MarshalJSON ¶

func (o EnvironmentBillOfMaterialsResponse) MarshalJSON() ([]byte, error)

func (*EnvironmentBillOfMaterialsResponse) SetCreatedAt ¶

func (o *EnvironmentBillOfMaterialsResponse) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*EnvironmentBillOfMaterialsResponse) SetEmbedded ¶

func (o *EnvironmentBillOfMaterialsResponse) SetEmbedded(v map[string]map[string]interface{})

SetEmbedded gets a reference to the given map[string]map[string]interface{} and assigns it to the Embedded field.

SetLinks gets a reference to the given map[string]JSONHALLink and assigns it to the Links field.

func (*EnvironmentBillOfMaterialsResponse) SetProducts ¶

SetProducts gets a reference to the given []EnvironmentBillOfMaterialsProduct and assigns it to the Products field.

func (*EnvironmentBillOfMaterialsResponse) SetSolutionType ¶

func (o *EnvironmentBillOfMaterialsResponse) SetSolutionType(v string)

SetSolutionType gets a reference to the given string and assigns it to the SolutionType field.

func (*EnvironmentBillOfMaterialsResponse) SetUpdatedAt ¶

func (o *EnvironmentBillOfMaterialsResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.

func (EnvironmentBillOfMaterialsResponse) ToMap ¶

func (o EnvironmentBillOfMaterialsResponse) ToMap() (map[string]interface{}, error)

func (*EnvironmentBillOfMaterialsResponse) UnmarshalJSON ¶

func (o *EnvironmentBillOfMaterialsResponse) UnmarshalJSON(data []byte) (err error)

type EnvironmentBillOfMaterialsSolutionType ¶

type EnvironmentBillOfMaterialsSolutionType string

EnvironmentBillOfMaterialsSolutionType the model 'EnvironmentBillOfMaterialsSolutionType'

const (
	ENVIRONMENTBILLOFMATERIALSSOLUTIONTYPE_CIAM_TRIAL EnvironmentBillOfMaterialsSolutionType = "CIAM_TRIAL"
	ENVIRONMENTBILLOFMATERIALSSOLUTIONTYPE_CUSTOMER   EnvironmentBillOfMaterialsSolutionType = "CUSTOMER"
	ENVIRONMENTBILLOFMATERIALSSOLUTIONTYPE_WF_TRIAL   EnvironmentBillOfMaterialsSolutionType = "WF_TRIAL"
	ENVIRONMENTBILLOFMATERIALSSOLUTIONTYPE_WORKFORCE  EnvironmentBillOfMaterialsSolutionType = "WORKFORCE"
)

List of Environment_Bill_of_Materials_Solution_Type

func NewEnvironmentBillOfMaterialsSolutionTypeFromValue ¶

func NewEnvironmentBillOfMaterialsSolutionTypeFromValue(v string) (*EnvironmentBillOfMaterialsSolutionType, error)

NewEnvironmentBillOfMaterialsSolutionTypeFromValue returns a pointer to a valid EnvironmentBillOfMaterialsSolutionType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (EnvironmentBillOfMaterialsSolutionType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (EnvironmentBillOfMaterialsSolutionType) Ptr ¶

Ptr returns reference to Environment_Bill_of_Materials_Solution_Type value

func (*EnvironmentBillOfMaterialsSolutionType) UnmarshalJSON ¶

func (v *EnvironmentBillOfMaterialsSolutionType) UnmarshalJSON(src []byte) error

type EnvironmentCapabilities ¶

type EnvironmentCapabilities struct {
	Embedded                                    map[string]map[string]interface{} `json:"_embedded,omitempty"`
	Links                                       *EnvironmentCapabilitiesLinks     `json:"_links,omitempty"`
	CanAddResources                             *bool                             `json:"canAddResources,omitempty"`
	CanAssignCustomRolesEverywhere              *bool                             `json:"canAssignCustomRolesEverywhere,omitempty"`
	CanAssignUsersRoles                         *bool                             `json:"canAssignUsersRoles,omitempty"`
	CanContactSupport                           *bool                             `json:"canContactSupport,omitempty"`
	CanCreateConnections                        *bool                             `json:"canCreateConnections,omitempty"`
	CanCreateCustomDomain                       *bool                             `json:"canCreateCustomDomain,omitempty"`
	CanPromoteToProd                            *bool                             `json:"canPromoteToProd,omitempty"`
	CanSendMfaNotificationsOutsideWhitelist     *bool                             `json:"canSendMfaNotificationsOutsideWhitelist,omitempty"`
	CanSendPasswordManagementNotifications      *bool                             `json:"canSendPasswordManagementNotifications,omitempty"`
	CanSendVerificationFlowNotifications        *bool                             `json:"canSendVerificationFlowNotifications,omitempty"`
	CanUseAadhaar                               *bool                             `json:"canUseAadhaar,omitempty"`
	CanUseAamva                                 *bool                             `json:"canUseAamva,omitempty"`
	CanUseAccountOwnership                      *bool                             `json:"canUseAccountOwnership,omitempty"`
	CanUseAccountProtection                     *bool                             `json:"canUseAccountProtection,omitempty"`
	CanUseAccountTakeoverDetection              *bool                             `json:"canUseAccountTakeoverDetection,omitempty"`
	CanUseApiAccessManagement                   *bool                             `json:"canUseApiAccessManagement,omitempty"`
	CanUseApplicationPermissions                *bool                             `json:"canUseApplicationPermissions,omitempty"`
	CanUseBotMaliciousDeviceDetection           *bool                             `json:"canUseBotMaliciousDeviceDetection,omitempty"`
	CanUseCredentialSharingDetection            *bool                             `json:"canUseCredentialSharingDetection,omitempty"`
	CanUseCredentials                           *bool                             `json:"canUseCredentials,omitempty"`
	CanUseCredentialsPushNotifications          *bool                             `json:"canUseCredentialsPushNotifications,omitempty"`
	CanUseCustomSchema                          *bool                             `json:"canUseCustomSchema,omitempty"`
	CanUseDaVinciAdminPortal                    *bool                             `json:"canUseDaVinciAdminPortal,omitempty"`
	CanUseDataAnalyticsSupport                  *bool                             `json:"canUseDataAnalyticsSupport,omitempty"`
	CanUseDataBasedVerifications                *bool                             `json:"canUseDataBasedVerifications,omitempty"`
	CanUseDataVerificationGroup1                *bool                             `json:"canUseDataVerificationGroup1,omitempty"`
	CanUseDataVerificationGroup2                *bool                             `json:"canUseDataVerificationGroup2,omitempty"`
	CanUseDataVerificationGroup3                *bool                             `json:"canUseDataVerificationGroup3,omitempty"`
	CanUseDataVerificationGroup4                *bool                             `json:"canUseDataVerificationGroup4,omitempty"`
	CanUseDataVerificationGroup5                *bool                             `json:"canUseDataVerificationGroup5,omitempty"`
	CanUseDeviceReputationScoring               *bool                             `json:"canUseDeviceReputationScoring,omitempty"`
	CanUseDigitalVerifications                  *bool                             `json:"canUseDigitalVerifications,omitempty"`
	CanUseDocumentMatch                         *bool                             `json:"canUseDocumentMatch,omitempty"`
	CanUseDynamicAuthorization                  *bool                             `json:"canUseDynamicAuthorization,omitempty"`
	CanUseEditNotificationTemplate              *bool                             `json:"canUseEditNotificationTemplate,omitempty"`
	CanUseEmailOtp                              *bool                             `json:"canUseEmailOtp,omitempty"`
	CanUseFaceMatch                             *bool                             `json:"canUseFaceMatch,omitempty"`
	CanUseFraudDataEnrichment                   *bool                             `json:"canUseFraudDataEnrichment,omitempty"`
	CanUseGlobalWatchlist                       *bool                             `json:"canUseGlobalWatchlist,omitempty"`
	CanUseIdentities                            *bool                             `json:"canUseIdentities,omitempty"`
	CanUseIdentityProviders                     *bool                             `json:"canUseIdentityProviders,omitempty"`
	CanUseInboundProvisioning                   *bool                             `json:"canUseInboundProvisioning,omitempty"`
	CanUseIntelligence                          *bool                             `json:"canUseIntelligence,omitempty"`
	CanUseIntelligenceAdvancedPredictors        *bool                             `json:"canUseIntelligenceAdvancedPredictors,omitempty"`
	CanUseIntelligenceAnonymousNetworkDetection *bool                             `json:"canUseIntelligenceAnonymousNetworkDetection,omitempty"`
	CanUseIntelligenceDataConsent               *bool                             `json:"canUseIntelligenceDataConsent,omitempty"`
	CanUseIntelligenceEditPolicyScores          *bool                             `json:"canUseIntelligenceEditPolicyScores,omitempty"`
	CanUseIntelligenceGeoVelocity               *bool                             `json:"canUseIntelligenceGeoVelocity,omitempty"`
	CanUseIntelligenceLastTransactionOlderThan  *bool                             `json:"canUseIntelligenceLastTransactionOlderThan,omitempty"`
	CanUseIntelligenceLimitedCompositePredictor *bool                             `json:"canUseIntelligenceLimitedCompositePredictor,omitempty"`
	CanUseIntelligenceNewDevicePredictor        *bool                             `json:"canUseIntelligenceNewDevicePredictor,omitempty"`
	CanUseIntelligenceProtect                   *bool                             `json:"canUseIntelligenceProtect,omitempty"`
	CanUseIntelligenceReputation                *bool                             `json:"canUseIntelligenceReputation,omitempty"`
	CanUseIntelligenceRisk                      *bool                             `json:"canUseIntelligenceRisk,omitempty"`
	CanUseIntelligenceTrustDevicePredictor      *bool                             `json:"canUseIntelligenceTrustDevicePredictor,omitempty"`
	CanUseKerberosGateway                       *bool                             `json:"canUseKerberosGateway,omitempty"`
	CanUseLdapGateway                           *bool                             `json:"canUseLdapGateway,omitempty"`
	CanUseLiveAgent                             *bool                             `json:"canUseLiveAgent,omitempty"`
	CanUseManualIDStepUpInspection              *bool                             `json:"canUseManualIDStepUpInspection,omitempty"`
	CanUseManualIdInspection                    *bool                             `json:"canUseManualIdInspection,omitempty"`
	CanUseMfa                                   *bool                             `json:"canUseMfa,omitempty"`
	CanUseMfaCiam                               *bool                             `json:"canUseMfaCiam,omitempty"`
	CanUseMfaFido2Devices                       *bool                             `json:"canUseMfaFido2Devices,omitempty"`
	CanUseMfaPushNotifications                  *bool                             `json:"canUseMfaPushNotifications,omitempty"`
	CanUseMfaVoiceOtp                           *bool                             `json:"canUseMfaVoiceOtp,omitempty"`
	CanUseMfaWf                                 *bool                             `json:"canUseMfaWf,omitempty"`
	CanUseMyAccount                             *bool                             `json:"canUseMyAccount,omitempty"`
	CanUseNewAccountFraudDetection              *bool                             `json:"canUseNewAccountFraudDetection,omitempty"`
	CanUseOATHToken                             *bool                             `json:"canUseOATHToken,omitempty"`
	CanUseOrchestration                         *bool                             `json:"canUseOrchestration,omitempty"`
	CanUsePasswordManagement                    *bool                             `json:"canUsePasswordManagement,omitempty"`
	CanUsePasswordOnlyAuthentication            *bool                             `json:"canUsePasswordOnlyAuthentication,omitempty"`
	CanUsePasswordPolicy                        *bool                             `json:"canUsePasswordPolicy,omitempty"`
	CanUsePingIDApp                             *bool                             `json:"canUsePingIDApp,omitempty"`
	CanUsePingIdDesktop                         *bool                             `json:"canUsePingIdDesktop,omitempty"`
	CanUsePingIdDesktopGen2                     *bool                             `json:"canUsePingIdDesktopGen2,omitempty"`
	CanUsePingSmsAccount                        *bool                             `json:"canUsePingSmsAccount,omitempty"`
	CanUsePlatform                              *bool                             `json:"canUsePlatform,omitempty"`
	CanUseProtectTransactions                   *bool                             `json:"canUseProtectTransactions,omitempty"`
	CanUseProvisioning                          *bool                             `json:"canUseProvisioning,omitempty"`
	CanUseRadiusGateway                         *bool                             `json:"canUseRadiusGateway,omitempty"`
	CanUseScheduledFlows                        *bool                             `json:"canUseScheduledFlows,omitempty"`
	CanUseSmsOtp                                *bool                             `json:"canUseSmsOtp,omitempty"`
	CanUseTotp                                  *bool                             `json:"canUseTotp,omitempty"`
	CanUseUniversalDeviceId                     *bool                             `json:"canUseUniversalDeviceId,omitempty"`
	CanUseVerificationFlow                      *bool                             `json:"canUseVerificationFlow,omitempty"`
	CanUseVerify                                *bool                             `json:"canUseVerify,omitempty"`
	CanUseVerifyPushNotifications               *bool                             `json:"canUseVerifyPushNotifications,omitempty"`
	CanUseVerifyVoice                           *bool                             `json:"canUseVerifyVoice,omitempty"`
	CanUseWhatsAppOtp                           *bool                             `json:"canUseWhatsAppOtp,omitempty"`
	CanUseWinLogin                              *bool                             `json:"canUseWinLogin,omitempty"`
	CanUseYubikey                               *bool                             `json:"canUseYubikey,omitempty"`
	CanUsersUpdateSelf                          *bool                             `json:"canUsersUpdateSelf,omitempty"`
	EnvironmentId                               *uuid.UUID                        `json:"environmentId,omitempty"`
	GetcanUseUniversalCapture                   *bool                             `json:"getcanUseUniversalCapture,omitempty"`
	LicenseQuantities                           *EnvironmentLicenseQuantities     `json:"licenseQuantities,omitempty"`
	AdditionalProperties                        map[string]interface{}
}

EnvironmentCapabilities struct for EnvironmentCapabilities

func NewEnvironmentCapabilities ¶

func NewEnvironmentCapabilities() *EnvironmentCapabilities

NewEnvironmentCapabilities instantiates a new EnvironmentCapabilities object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentCapabilitiesWithDefaults ¶

func NewEnvironmentCapabilitiesWithDefaults() *EnvironmentCapabilities

NewEnvironmentCapabilitiesWithDefaults instantiates a new EnvironmentCapabilities object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentCapabilities) GetCanAddResources ¶

func (o *EnvironmentCapabilities) GetCanAddResources() bool

GetCanAddResources returns the CanAddResources field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanAddResourcesOk ¶

func (o *EnvironmentCapabilities) GetCanAddResourcesOk() (*bool, bool)

GetCanAddResourcesOk returns a tuple with the CanAddResources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanAssignCustomRolesEverywhere ¶

func (o *EnvironmentCapabilities) GetCanAssignCustomRolesEverywhere() bool

GetCanAssignCustomRolesEverywhere returns the CanAssignCustomRolesEverywhere field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanAssignCustomRolesEverywhereOk ¶

func (o *EnvironmentCapabilities) GetCanAssignCustomRolesEverywhereOk() (*bool, bool)

GetCanAssignCustomRolesEverywhereOk returns a tuple with the CanAssignCustomRolesEverywhere field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanAssignUsersRoles ¶

func (o *EnvironmentCapabilities) GetCanAssignUsersRoles() bool

GetCanAssignUsersRoles returns the CanAssignUsersRoles field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanAssignUsersRolesOk ¶

func (o *EnvironmentCapabilities) GetCanAssignUsersRolesOk() (*bool, bool)

GetCanAssignUsersRolesOk returns a tuple with the CanAssignUsersRoles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanContactSupport ¶

func (o *EnvironmentCapabilities) GetCanContactSupport() bool

GetCanContactSupport returns the CanContactSupport field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanContactSupportOk ¶

func (o *EnvironmentCapabilities) GetCanContactSupportOk() (*bool, bool)

GetCanContactSupportOk returns a tuple with the CanContactSupport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanCreateConnections ¶

func (o *EnvironmentCapabilities) GetCanCreateConnections() bool

GetCanCreateConnections returns the CanCreateConnections field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanCreateConnectionsOk ¶

func (o *EnvironmentCapabilities) GetCanCreateConnectionsOk() (*bool, bool)

GetCanCreateConnectionsOk returns a tuple with the CanCreateConnections field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanCreateCustomDomain ¶

func (o *EnvironmentCapabilities) GetCanCreateCustomDomain() bool

GetCanCreateCustomDomain returns the CanCreateCustomDomain field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanCreateCustomDomainOk ¶

func (o *EnvironmentCapabilities) GetCanCreateCustomDomainOk() (*bool, bool)

GetCanCreateCustomDomainOk returns a tuple with the CanCreateCustomDomain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanPromoteToProd ¶

func (o *EnvironmentCapabilities) GetCanPromoteToProd() bool

GetCanPromoteToProd returns the CanPromoteToProd field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanPromoteToProdOk ¶

func (o *EnvironmentCapabilities) GetCanPromoteToProdOk() (*bool, bool)

GetCanPromoteToProdOk returns a tuple with the CanPromoteToProd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanSendMfaNotificationsOutsideWhitelist ¶

func (o *EnvironmentCapabilities) GetCanSendMfaNotificationsOutsideWhitelist() bool

GetCanSendMfaNotificationsOutsideWhitelist returns the CanSendMfaNotificationsOutsideWhitelist field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanSendMfaNotificationsOutsideWhitelistOk ¶

func (o *EnvironmentCapabilities) GetCanSendMfaNotificationsOutsideWhitelistOk() (*bool, bool)

GetCanSendMfaNotificationsOutsideWhitelistOk returns a tuple with the CanSendMfaNotificationsOutsideWhitelist field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanSendPasswordManagementNotifications ¶

func (o *EnvironmentCapabilities) GetCanSendPasswordManagementNotifications() bool

GetCanSendPasswordManagementNotifications returns the CanSendPasswordManagementNotifications field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanSendPasswordManagementNotificationsOk ¶

func (o *EnvironmentCapabilities) GetCanSendPasswordManagementNotificationsOk() (*bool, bool)

GetCanSendPasswordManagementNotificationsOk returns a tuple with the CanSendPasswordManagementNotifications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanSendVerificationFlowNotifications ¶

func (o *EnvironmentCapabilities) GetCanSendVerificationFlowNotifications() bool

GetCanSendVerificationFlowNotifications returns the CanSendVerificationFlowNotifications field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanSendVerificationFlowNotificationsOk ¶

func (o *EnvironmentCapabilities) GetCanSendVerificationFlowNotificationsOk() (*bool, bool)

GetCanSendVerificationFlowNotificationsOk returns a tuple with the CanSendVerificationFlowNotifications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseAadhaar ¶

func (o *EnvironmentCapabilities) GetCanUseAadhaar() bool

GetCanUseAadhaar returns the CanUseAadhaar field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseAadhaarOk ¶

func (o *EnvironmentCapabilities) GetCanUseAadhaarOk() (*bool, bool)

GetCanUseAadhaarOk returns a tuple with the CanUseAadhaar field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseAamva ¶

func (o *EnvironmentCapabilities) GetCanUseAamva() bool

GetCanUseAamva returns the CanUseAamva field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseAamvaOk ¶

func (o *EnvironmentCapabilities) GetCanUseAamvaOk() (*bool, bool)

GetCanUseAamvaOk returns a tuple with the CanUseAamva field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseAccountOwnership ¶

func (o *EnvironmentCapabilities) GetCanUseAccountOwnership() bool

GetCanUseAccountOwnership returns the CanUseAccountOwnership field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseAccountOwnershipOk ¶

func (o *EnvironmentCapabilities) GetCanUseAccountOwnershipOk() (*bool, bool)

GetCanUseAccountOwnershipOk returns a tuple with the CanUseAccountOwnership field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseAccountProtection ¶

func (o *EnvironmentCapabilities) GetCanUseAccountProtection() bool

GetCanUseAccountProtection returns the CanUseAccountProtection field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseAccountProtectionOk ¶

func (o *EnvironmentCapabilities) GetCanUseAccountProtectionOk() (*bool, bool)

GetCanUseAccountProtectionOk returns a tuple with the CanUseAccountProtection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseAccountTakeoverDetection ¶

func (o *EnvironmentCapabilities) GetCanUseAccountTakeoverDetection() bool

GetCanUseAccountTakeoverDetection returns the CanUseAccountTakeoverDetection field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseAccountTakeoverDetectionOk ¶

func (o *EnvironmentCapabilities) GetCanUseAccountTakeoverDetectionOk() (*bool, bool)

GetCanUseAccountTakeoverDetectionOk returns a tuple with the CanUseAccountTakeoverDetection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseApiAccessManagement ¶

func (o *EnvironmentCapabilities) GetCanUseApiAccessManagement() bool

GetCanUseApiAccessManagement returns the CanUseApiAccessManagement field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseApiAccessManagementOk ¶

func (o *EnvironmentCapabilities) GetCanUseApiAccessManagementOk() (*bool, bool)

GetCanUseApiAccessManagementOk returns a tuple with the CanUseApiAccessManagement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseApplicationPermissions ¶

func (o *EnvironmentCapabilities) GetCanUseApplicationPermissions() bool

GetCanUseApplicationPermissions returns the CanUseApplicationPermissions field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseApplicationPermissionsOk ¶

func (o *EnvironmentCapabilities) GetCanUseApplicationPermissionsOk() (*bool, bool)

GetCanUseApplicationPermissionsOk returns a tuple with the CanUseApplicationPermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseBotMaliciousDeviceDetection ¶

func (o *EnvironmentCapabilities) GetCanUseBotMaliciousDeviceDetection() bool

GetCanUseBotMaliciousDeviceDetection returns the CanUseBotMaliciousDeviceDetection field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseBotMaliciousDeviceDetectionOk ¶

func (o *EnvironmentCapabilities) GetCanUseBotMaliciousDeviceDetectionOk() (*bool, bool)

GetCanUseBotMaliciousDeviceDetectionOk returns a tuple with the CanUseBotMaliciousDeviceDetection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseCredentialSharingDetection ¶

func (o *EnvironmentCapabilities) GetCanUseCredentialSharingDetection() bool

GetCanUseCredentialSharingDetection returns the CanUseCredentialSharingDetection field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseCredentialSharingDetectionOk ¶

func (o *EnvironmentCapabilities) GetCanUseCredentialSharingDetectionOk() (*bool, bool)

GetCanUseCredentialSharingDetectionOk returns a tuple with the CanUseCredentialSharingDetection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseCredentials ¶

func (o *EnvironmentCapabilities) GetCanUseCredentials() bool

GetCanUseCredentials returns the CanUseCredentials field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseCredentialsOk ¶

func (o *EnvironmentCapabilities) GetCanUseCredentialsOk() (*bool, bool)

GetCanUseCredentialsOk returns a tuple with the CanUseCredentials field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseCredentialsPushNotifications ¶

func (o *EnvironmentCapabilities) GetCanUseCredentialsPushNotifications() bool

GetCanUseCredentialsPushNotifications returns the CanUseCredentialsPushNotifications field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseCredentialsPushNotificationsOk ¶

func (o *EnvironmentCapabilities) GetCanUseCredentialsPushNotificationsOk() (*bool, bool)

GetCanUseCredentialsPushNotificationsOk returns a tuple with the CanUseCredentialsPushNotifications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseCustomSchema ¶

func (o *EnvironmentCapabilities) GetCanUseCustomSchema() bool

GetCanUseCustomSchema returns the CanUseCustomSchema field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseCustomSchemaOk ¶

func (o *EnvironmentCapabilities) GetCanUseCustomSchemaOk() (*bool, bool)

GetCanUseCustomSchemaOk returns a tuple with the CanUseCustomSchema field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseDaVinciAdminPortal ¶

func (o *EnvironmentCapabilities) GetCanUseDaVinciAdminPortal() bool

GetCanUseDaVinciAdminPortal returns the CanUseDaVinciAdminPortal field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseDaVinciAdminPortalOk ¶

func (o *EnvironmentCapabilities) GetCanUseDaVinciAdminPortalOk() (*bool, bool)

GetCanUseDaVinciAdminPortalOk returns a tuple with the CanUseDaVinciAdminPortal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseDataAnalyticsSupport ¶

func (o *EnvironmentCapabilities) GetCanUseDataAnalyticsSupport() bool

GetCanUseDataAnalyticsSupport returns the CanUseDataAnalyticsSupport field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseDataAnalyticsSupportOk ¶

func (o *EnvironmentCapabilities) GetCanUseDataAnalyticsSupportOk() (*bool, bool)

GetCanUseDataAnalyticsSupportOk returns a tuple with the CanUseDataAnalyticsSupport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseDataBasedVerifications ¶

func (o *EnvironmentCapabilities) GetCanUseDataBasedVerifications() bool

GetCanUseDataBasedVerifications returns the CanUseDataBasedVerifications field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseDataBasedVerificationsOk ¶

func (o *EnvironmentCapabilities) GetCanUseDataBasedVerificationsOk() (*bool, bool)

GetCanUseDataBasedVerificationsOk returns a tuple with the CanUseDataBasedVerifications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseDataVerificationGroup1 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup1() bool

GetCanUseDataVerificationGroup1 returns the CanUseDataVerificationGroup1 field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseDataVerificationGroup1Ok ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup1Ok() (*bool, bool)

GetCanUseDataVerificationGroup1Ok returns a tuple with the CanUseDataVerificationGroup1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseDataVerificationGroup2 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup2() bool

GetCanUseDataVerificationGroup2 returns the CanUseDataVerificationGroup2 field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseDataVerificationGroup2Ok ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup2Ok() (*bool, bool)

GetCanUseDataVerificationGroup2Ok returns a tuple with the CanUseDataVerificationGroup2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseDataVerificationGroup3 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup3() bool

GetCanUseDataVerificationGroup3 returns the CanUseDataVerificationGroup3 field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseDataVerificationGroup3Ok ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup3Ok() (*bool, bool)

GetCanUseDataVerificationGroup3Ok returns a tuple with the CanUseDataVerificationGroup3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseDataVerificationGroup4 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup4() bool

GetCanUseDataVerificationGroup4 returns the CanUseDataVerificationGroup4 field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseDataVerificationGroup4Ok ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup4Ok() (*bool, bool)

GetCanUseDataVerificationGroup4Ok returns a tuple with the CanUseDataVerificationGroup4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseDataVerificationGroup5 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup5() bool

GetCanUseDataVerificationGroup5 returns the CanUseDataVerificationGroup5 field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseDataVerificationGroup5Ok ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup5Ok() (*bool, bool)

GetCanUseDataVerificationGroup5Ok returns a tuple with the CanUseDataVerificationGroup5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseDeviceReputationScoring ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseDeviceReputationScoring() bool

GetCanUseDeviceReputationScoring returns the CanUseDeviceReputationScoring field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseDeviceReputationScoringOk ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseDeviceReputationScoringOk() (*bool, bool)

GetCanUseDeviceReputationScoringOk returns a tuple with the CanUseDeviceReputationScoring field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseDigitalVerifications ¶

func (o *EnvironmentCapabilities) GetCanUseDigitalVerifications() bool

GetCanUseDigitalVerifications returns the CanUseDigitalVerifications field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseDigitalVerificationsOk ¶

func (o *EnvironmentCapabilities) GetCanUseDigitalVerificationsOk() (*bool, bool)

GetCanUseDigitalVerificationsOk returns a tuple with the CanUseDigitalVerifications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseDocumentMatch ¶

func (o *EnvironmentCapabilities) GetCanUseDocumentMatch() bool

GetCanUseDocumentMatch returns the CanUseDocumentMatch field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseDocumentMatchOk ¶

func (o *EnvironmentCapabilities) GetCanUseDocumentMatchOk() (*bool, bool)

GetCanUseDocumentMatchOk returns a tuple with the CanUseDocumentMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseDynamicAuthorization ¶

func (o *EnvironmentCapabilities) GetCanUseDynamicAuthorization() bool

GetCanUseDynamicAuthorization returns the CanUseDynamicAuthorization field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseDynamicAuthorizationOk ¶

func (o *EnvironmentCapabilities) GetCanUseDynamicAuthorizationOk() (*bool, bool)

GetCanUseDynamicAuthorizationOk returns a tuple with the CanUseDynamicAuthorization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseEditNotificationTemplate ¶

func (o *EnvironmentCapabilities) GetCanUseEditNotificationTemplate() bool

GetCanUseEditNotificationTemplate returns the CanUseEditNotificationTemplate field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseEditNotificationTemplateOk ¶

func (o *EnvironmentCapabilities) GetCanUseEditNotificationTemplateOk() (*bool, bool)

GetCanUseEditNotificationTemplateOk returns a tuple with the CanUseEditNotificationTemplate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseEmailOtp ¶

func (o *EnvironmentCapabilities) GetCanUseEmailOtp() bool

GetCanUseEmailOtp returns the CanUseEmailOtp field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseEmailOtpOk ¶

func (o *EnvironmentCapabilities) GetCanUseEmailOtpOk() (*bool, bool)

GetCanUseEmailOtpOk returns a tuple with the CanUseEmailOtp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseFaceMatch ¶

func (o *EnvironmentCapabilities) GetCanUseFaceMatch() bool

GetCanUseFaceMatch returns the CanUseFaceMatch field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseFaceMatchOk ¶

func (o *EnvironmentCapabilities) GetCanUseFaceMatchOk() (*bool, bool)

GetCanUseFaceMatchOk returns a tuple with the CanUseFaceMatch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseFraudDataEnrichment ¶

func (o *EnvironmentCapabilities) GetCanUseFraudDataEnrichment() bool

GetCanUseFraudDataEnrichment returns the CanUseFraudDataEnrichment field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseFraudDataEnrichmentOk ¶

func (o *EnvironmentCapabilities) GetCanUseFraudDataEnrichmentOk() (*bool, bool)

GetCanUseFraudDataEnrichmentOk returns a tuple with the CanUseFraudDataEnrichment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseGlobalWatchlist ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseGlobalWatchlist() bool

GetCanUseGlobalWatchlist returns the CanUseGlobalWatchlist field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseGlobalWatchlistOk ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseGlobalWatchlistOk() (*bool, bool)

GetCanUseGlobalWatchlistOk returns a tuple with the CanUseGlobalWatchlist field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseIdentities ¶

func (o *EnvironmentCapabilities) GetCanUseIdentities() bool

GetCanUseIdentities returns the CanUseIdentities field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseIdentitiesOk ¶

func (o *EnvironmentCapabilities) GetCanUseIdentitiesOk() (*bool, bool)

GetCanUseIdentitiesOk returns a tuple with the CanUseIdentities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseIdentityProviders ¶

func (o *EnvironmentCapabilities) GetCanUseIdentityProviders() bool

GetCanUseIdentityProviders returns the CanUseIdentityProviders field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseIdentityProvidersOk ¶

func (o *EnvironmentCapabilities) GetCanUseIdentityProvidersOk() (*bool, bool)

GetCanUseIdentityProvidersOk returns a tuple with the CanUseIdentityProviders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseInboundProvisioning ¶

func (o *EnvironmentCapabilities) GetCanUseInboundProvisioning() bool

GetCanUseInboundProvisioning returns the CanUseInboundProvisioning field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseInboundProvisioningOk ¶

func (o *EnvironmentCapabilities) GetCanUseInboundProvisioningOk() (*bool, bool)

GetCanUseInboundProvisioningOk returns a tuple with the CanUseInboundProvisioning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseIntelligence ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligence() bool

GetCanUseIntelligence returns the CanUseIntelligence field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseIntelligenceAdvancedPredictors ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceAdvancedPredictors() bool

GetCanUseIntelligenceAdvancedPredictors returns the CanUseIntelligenceAdvancedPredictors field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseIntelligenceAdvancedPredictorsOk ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceAdvancedPredictorsOk() (*bool, bool)

GetCanUseIntelligenceAdvancedPredictorsOk returns a tuple with the CanUseIntelligenceAdvancedPredictors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseIntelligenceAnonymousNetworkDetection ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceAnonymousNetworkDetection() bool

GetCanUseIntelligenceAnonymousNetworkDetection returns the CanUseIntelligenceAnonymousNetworkDetection field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseIntelligenceAnonymousNetworkDetectionOk ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceAnonymousNetworkDetectionOk() (*bool, bool)

GetCanUseIntelligenceAnonymousNetworkDetectionOk returns a tuple with the CanUseIntelligenceAnonymousNetworkDetection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseIntelligenceDataConsent ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceDataConsent() bool

GetCanUseIntelligenceDataConsent returns the CanUseIntelligenceDataConsent field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseIntelligenceDataConsentOk ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceDataConsentOk() (*bool, bool)

GetCanUseIntelligenceDataConsentOk returns a tuple with the CanUseIntelligenceDataConsent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseIntelligenceEditPolicyScores ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceEditPolicyScores() bool

GetCanUseIntelligenceEditPolicyScores returns the CanUseIntelligenceEditPolicyScores field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseIntelligenceEditPolicyScoresOk ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceEditPolicyScoresOk() (*bool, bool)

GetCanUseIntelligenceEditPolicyScoresOk returns a tuple with the CanUseIntelligenceEditPolicyScores field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseIntelligenceGeoVelocity ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceGeoVelocity() bool

GetCanUseIntelligenceGeoVelocity returns the CanUseIntelligenceGeoVelocity field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseIntelligenceGeoVelocityOk ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceGeoVelocityOk() (*bool, bool)

GetCanUseIntelligenceGeoVelocityOk returns a tuple with the CanUseIntelligenceGeoVelocity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseIntelligenceLastTransactionOlderThan ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceLastTransactionOlderThan() bool

GetCanUseIntelligenceLastTransactionOlderThan returns the CanUseIntelligenceLastTransactionOlderThan field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseIntelligenceLastTransactionOlderThanOk ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceLastTransactionOlderThanOk() (*bool, bool)

GetCanUseIntelligenceLastTransactionOlderThanOk returns a tuple with the CanUseIntelligenceLastTransactionOlderThan field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseIntelligenceLimitedCompositePredictor ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceLimitedCompositePredictor() bool

GetCanUseIntelligenceLimitedCompositePredictor returns the CanUseIntelligenceLimitedCompositePredictor field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseIntelligenceLimitedCompositePredictorOk ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceLimitedCompositePredictorOk() (*bool, bool)

GetCanUseIntelligenceLimitedCompositePredictorOk returns a tuple with the CanUseIntelligenceLimitedCompositePredictor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseIntelligenceNewDevicePredictor ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceNewDevicePredictor() bool

GetCanUseIntelligenceNewDevicePredictor returns the CanUseIntelligenceNewDevicePredictor field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseIntelligenceNewDevicePredictorOk ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceNewDevicePredictorOk() (*bool, bool)

GetCanUseIntelligenceNewDevicePredictorOk returns a tuple with the CanUseIntelligenceNewDevicePredictor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseIntelligenceOk ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceOk() (*bool, bool)

GetCanUseIntelligenceOk returns a tuple with the CanUseIntelligence field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseIntelligenceProtect ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceProtect() bool

GetCanUseIntelligenceProtect returns the CanUseIntelligenceProtect field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseIntelligenceProtectOk ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceProtectOk() (*bool, bool)

GetCanUseIntelligenceProtectOk returns a tuple with the CanUseIntelligenceProtect field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseIntelligenceReputation ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceReputation() bool

GetCanUseIntelligenceReputation returns the CanUseIntelligenceReputation field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseIntelligenceReputationOk ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceReputationOk() (*bool, bool)

GetCanUseIntelligenceReputationOk returns a tuple with the CanUseIntelligenceReputation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseIntelligenceRisk ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceRisk() bool

GetCanUseIntelligenceRisk returns the CanUseIntelligenceRisk field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseIntelligenceRiskOk ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceRiskOk() (*bool, bool)

GetCanUseIntelligenceRiskOk returns a tuple with the CanUseIntelligenceRisk field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseIntelligenceTrustDevicePredictor ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceTrustDevicePredictor() bool

GetCanUseIntelligenceTrustDevicePredictor returns the CanUseIntelligenceTrustDevicePredictor field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseIntelligenceTrustDevicePredictorOk ¶

func (o *EnvironmentCapabilities) GetCanUseIntelligenceTrustDevicePredictorOk() (*bool, bool)

GetCanUseIntelligenceTrustDevicePredictorOk returns a tuple with the CanUseIntelligenceTrustDevicePredictor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseKerberosGateway ¶

func (o *EnvironmentCapabilities) GetCanUseKerberosGateway() bool

GetCanUseKerberosGateway returns the CanUseKerberosGateway field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseKerberosGatewayOk ¶

func (o *EnvironmentCapabilities) GetCanUseKerberosGatewayOk() (*bool, bool)

GetCanUseKerberosGatewayOk returns a tuple with the CanUseKerberosGateway field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseLdapGateway ¶

func (o *EnvironmentCapabilities) GetCanUseLdapGateway() bool

GetCanUseLdapGateway returns the CanUseLdapGateway field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseLdapGatewayOk ¶

func (o *EnvironmentCapabilities) GetCanUseLdapGatewayOk() (*bool, bool)

GetCanUseLdapGatewayOk returns a tuple with the CanUseLdapGateway field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseLiveAgent ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseLiveAgent() bool

GetCanUseLiveAgent returns the CanUseLiveAgent field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseLiveAgentOk ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseLiveAgentOk() (*bool, bool)

GetCanUseLiveAgentOk returns a tuple with the CanUseLiveAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseManualIDStepUpInspection ¶

func (o *EnvironmentCapabilities) GetCanUseManualIDStepUpInspection() bool

GetCanUseManualIDStepUpInspection returns the CanUseManualIDStepUpInspection field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseManualIDStepUpInspectionOk ¶

func (o *EnvironmentCapabilities) GetCanUseManualIDStepUpInspectionOk() (*bool, bool)

GetCanUseManualIDStepUpInspectionOk returns a tuple with the CanUseManualIDStepUpInspection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseManualIdInspection ¶

func (o *EnvironmentCapabilities) GetCanUseManualIdInspection() bool

GetCanUseManualIdInspection returns the CanUseManualIdInspection field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseManualIdInspectionOk ¶

func (o *EnvironmentCapabilities) GetCanUseManualIdInspectionOk() (*bool, bool)

GetCanUseManualIdInspectionOk returns a tuple with the CanUseManualIdInspection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseMfa ¶

func (o *EnvironmentCapabilities) GetCanUseMfa() bool

GetCanUseMfa returns the CanUseMfa field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseMfaCiam ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseMfaCiam() bool

GetCanUseMfaCiam returns the CanUseMfaCiam field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseMfaCiamOk ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseMfaCiamOk() (*bool, bool)

GetCanUseMfaCiamOk returns a tuple with the CanUseMfaCiam field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseMfaFido2Devices ¶

func (o *EnvironmentCapabilities) GetCanUseMfaFido2Devices() bool

GetCanUseMfaFido2Devices returns the CanUseMfaFido2Devices field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseMfaFido2DevicesOk ¶

func (o *EnvironmentCapabilities) GetCanUseMfaFido2DevicesOk() (*bool, bool)

GetCanUseMfaFido2DevicesOk returns a tuple with the CanUseMfaFido2Devices field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseMfaOk ¶

func (o *EnvironmentCapabilities) GetCanUseMfaOk() (*bool, bool)

GetCanUseMfaOk returns a tuple with the CanUseMfa field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseMfaPushNotifications ¶

func (o *EnvironmentCapabilities) GetCanUseMfaPushNotifications() bool

GetCanUseMfaPushNotifications returns the CanUseMfaPushNotifications field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseMfaPushNotificationsOk ¶

func (o *EnvironmentCapabilities) GetCanUseMfaPushNotificationsOk() (*bool, bool)

GetCanUseMfaPushNotificationsOk returns a tuple with the CanUseMfaPushNotifications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseMfaVoiceOtp ¶

func (o *EnvironmentCapabilities) GetCanUseMfaVoiceOtp() bool

GetCanUseMfaVoiceOtp returns the CanUseMfaVoiceOtp field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseMfaVoiceOtpOk ¶

func (o *EnvironmentCapabilities) GetCanUseMfaVoiceOtpOk() (*bool, bool)

GetCanUseMfaVoiceOtpOk returns a tuple with the CanUseMfaVoiceOtp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseMfaWf ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseMfaWf() bool

GetCanUseMfaWf returns the CanUseMfaWf field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseMfaWfOk ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseMfaWfOk() (*bool, bool)

GetCanUseMfaWfOk returns a tuple with the CanUseMfaWf field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseMyAccount ¶

func (o *EnvironmentCapabilities) GetCanUseMyAccount() bool

GetCanUseMyAccount returns the CanUseMyAccount field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseMyAccountOk ¶

func (o *EnvironmentCapabilities) GetCanUseMyAccountOk() (*bool, bool)

GetCanUseMyAccountOk returns a tuple with the CanUseMyAccount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseNewAccountFraudDetection ¶

func (o *EnvironmentCapabilities) GetCanUseNewAccountFraudDetection() bool

GetCanUseNewAccountFraudDetection returns the CanUseNewAccountFraudDetection field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseNewAccountFraudDetectionOk ¶

func (o *EnvironmentCapabilities) GetCanUseNewAccountFraudDetectionOk() (*bool, bool)

GetCanUseNewAccountFraudDetectionOk returns a tuple with the CanUseNewAccountFraudDetection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseOATHToken ¶

func (o *EnvironmentCapabilities) GetCanUseOATHToken() bool

GetCanUseOATHToken returns the CanUseOATHToken field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseOATHTokenOk ¶

func (o *EnvironmentCapabilities) GetCanUseOATHTokenOk() (*bool, bool)

GetCanUseOATHTokenOk returns a tuple with the CanUseOATHToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseOrchestration ¶

func (o *EnvironmentCapabilities) GetCanUseOrchestration() bool

GetCanUseOrchestration returns the CanUseOrchestration field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseOrchestrationOk ¶

func (o *EnvironmentCapabilities) GetCanUseOrchestrationOk() (*bool, bool)

GetCanUseOrchestrationOk returns a tuple with the CanUseOrchestration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUsePasswordManagement ¶

func (o *EnvironmentCapabilities) GetCanUsePasswordManagement() bool

GetCanUsePasswordManagement returns the CanUsePasswordManagement field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUsePasswordManagementOk ¶

func (o *EnvironmentCapabilities) GetCanUsePasswordManagementOk() (*bool, bool)

GetCanUsePasswordManagementOk returns a tuple with the CanUsePasswordManagement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUsePasswordOnlyAuthentication ¶

func (o *EnvironmentCapabilities) GetCanUsePasswordOnlyAuthentication() bool

GetCanUsePasswordOnlyAuthentication returns the CanUsePasswordOnlyAuthentication field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUsePasswordOnlyAuthenticationOk ¶

func (o *EnvironmentCapabilities) GetCanUsePasswordOnlyAuthenticationOk() (*bool, bool)

GetCanUsePasswordOnlyAuthenticationOk returns a tuple with the CanUsePasswordOnlyAuthentication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUsePasswordPolicy ¶

func (o *EnvironmentCapabilities) GetCanUsePasswordPolicy() bool

GetCanUsePasswordPolicy returns the CanUsePasswordPolicy field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUsePasswordPolicyOk ¶

func (o *EnvironmentCapabilities) GetCanUsePasswordPolicyOk() (*bool, bool)

GetCanUsePasswordPolicyOk returns a tuple with the CanUsePasswordPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUsePingIDApp ¶

func (o *EnvironmentCapabilities) GetCanUsePingIDApp() bool

GetCanUsePingIDApp returns the CanUsePingIDApp field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUsePingIDAppOk ¶

func (o *EnvironmentCapabilities) GetCanUsePingIDAppOk() (*bool, bool)

GetCanUsePingIDAppOk returns a tuple with the CanUsePingIDApp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUsePingIdDesktop ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUsePingIdDesktop() bool

GetCanUsePingIdDesktop returns the CanUsePingIdDesktop field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUsePingIdDesktopGen2 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUsePingIdDesktopGen2() bool

GetCanUsePingIdDesktopGen2 returns the CanUsePingIdDesktopGen2 field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUsePingIdDesktopGen2Ok ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUsePingIdDesktopGen2Ok() (*bool, bool)

GetCanUsePingIdDesktopGen2Ok returns a tuple with the CanUsePingIdDesktopGen2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUsePingIdDesktopOk ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUsePingIdDesktopOk() (*bool, bool)

GetCanUsePingIdDesktopOk returns a tuple with the CanUsePingIdDesktop field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUsePingSmsAccount ¶

func (o *EnvironmentCapabilities) GetCanUsePingSmsAccount() bool

GetCanUsePingSmsAccount returns the CanUsePingSmsAccount field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUsePingSmsAccountOk ¶

func (o *EnvironmentCapabilities) GetCanUsePingSmsAccountOk() (*bool, bool)

GetCanUsePingSmsAccountOk returns a tuple with the CanUsePingSmsAccount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUsePlatform ¶

func (o *EnvironmentCapabilities) GetCanUsePlatform() bool

GetCanUsePlatform returns the CanUsePlatform field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUsePlatformOk ¶

func (o *EnvironmentCapabilities) GetCanUsePlatformOk() (*bool, bool)

GetCanUsePlatformOk returns a tuple with the CanUsePlatform field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseProtectTransactions ¶

func (o *EnvironmentCapabilities) GetCanUseProtectTransactions() bool

GetCanUseProtectTransactions returns the CanUseProtectTransactions field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseProtectTransactionsOk ¶

func (o *EnvironmentCapabilities) GetCanUseProtectTransactionsOk() (*bool, bool)

GetCanUseProtectTransactionsOk returns a tuple with the CanUseProtectTransactions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseProvisioning ¶

func (o *EnvironmentCapabilities) GetCanUseProvisioning() bool

GetCanUseProvisioning returns the CanUseProvisioning field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseProvisioningOk ¶

func (o *EnvironmentCapabilities) GetCanUseProvisioningOk() (*bool, bool)

GetCanUseProvisioningOk returns a tuple with the CanUseProvisioning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseRadiusGateway ¶

func (o *EnvironmentCapabilities) GetCanUseRadiusGateway() bool

GetCanUseRadiusGateway returns the CanUseRadiusGateway field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseRadiusGatewayOk ¶

func (o *EnvironmentCapabilities) GetCanUseRadiusGatewayOk() (*bool, bool)

GetCanUseRadiusGatewayOk returns a tuple with the CanUseRadiusGateway field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseScheduledFlows ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseScheduledFlows() bool

GetCanUseScheduledFlows returns the CanUseScheduledFlows field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseScheduledFlowsOk ¶ added in v0.3.0

func (o *EnvironmentCapabilities) GetCanUseScheduledFlowsOk() (*bool, bool)

GetCanUseScheduledFlowsOk returns a tuple with the CanUseScheduledFlows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseSmsOtp ¶

func (o *EnvironmentCapabilities) GetCanUseSmsOtp() bool

GetCanUseSmsOtp returns the CanUseSmsOtp field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseSmsOtpOk ¶

func (o *EnvironmentCapabilities) GetCanUseSmsOtpOk() (*bool, bool)

GetCanUseSmsOtpOk returns a tuple with the CanUseSmsOtp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseTotp ¶

func (o *EnvironmentCapabilities) GetCanUseTotp() bool

GetCanUseTotp returns the CanUseTotp field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseTotpOk ¶

func (o *EnvironmentCapabilities) GetCanUseTotpOk() (*bool, bool)

GetCanUseTotpOk returns a tuple with the CanUseTotp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseUniversalDeviceId ¶

func (o *EnvironmentCapabilities) GetCanUseUniversalDeviceId() bool

GetCanUseUniversalDeviceId returns the CanUseUniversalDeviceId field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseUniversalDeviceIdOk ¶

func (o *EnvironmentCapabilities) GetCanUseUniversalDeviceIdOk() (*bool, bool)

GetCanUseUniversalDeviceIdOk returns a tuple with the CanUseUniversalDeviceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseVerificationFlow ¶

func (o *EnvironmentCapabilities) GetCanUseVerificationFlow() bool

GetCanUseVerificationFlow returns the CanUseVerificationFlow field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseVerificationFlowOk ¶

func (o *EnvironmentCapabilities) GetCanUseVerificationFlowOk() (*bool, bool)

GetCanUseVerificationFlowOk returns a tuple with the CanUseVerificationFlow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseVerify ¶

func (o *EnvironmentCapabilities) GetCanUseVerify() bool

GetCanUseVerify returns the CanUseVerify field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseVerifyOk ¶

func (o *EnvironmentCapabilities) GetCanUseVerifyOk() (*bool, bool)

GetCanUseVerifyOk returns a tuple with the CanUseVerify field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseVerifyPushNotifications ¶

func (o *EnvironmentCapabilities) GetCanUseVerifyPushNotifications() bool

GetCanUseVerifyPushNotifications returns the CanUseVerifyPushNotifications field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseVerifyPushNotificationsOk ¶

func (o *EnvironmentCapabilities) GetCanUseVerifyPushNotificationsOk() (*bool, bool)

GetCanUseVerifyPushNotificationsOk returns a tuple with the CanUseVerifyPushNotifications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseVerifyVoice ¶

func (o *EnvironmentCapabilities) GetCanUseVerifyVoice() bool

GetCanUseVerifyVoice returns the CanUseVerifyVoice field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseVerifyVoiceOk ¶

func (o *EnvironmentCapabilities) GetCanUseVerifyVoiceOk() (*bool, bool)

GetCanUseVerifyVoiceOk returns a tuple with the CanUseVerifyVoice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseWhatsAppOtp ¶

func (o *EnvironmentCapabilities) GetCanUseWhatsAppOtp() bool

GetCanUseWhatsAppOtp returns the CanUseWhatsAppOtp field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseWhatsAppOtpOk ¶

func (o *EnvironmentCapabilities) GetCanUseWhatsAppOtpOk() (*bool, bool)

GetCanUseWhatsAppOtpOk returns a tuple with the CanUseWhatsAppOtp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseWinLogin ¶

func (o *EnvironmentCapabilities) GetCanUseWinLogin() bool

GetCanUseWinLogin returns the CanUseWinLogin field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseWinLoginOk ¶

func (o *EnvironmentCapabilities) GetCanUseWinLoginOk() (*bool, bool)

GetCanUseWinLoginOk returns a tuple with the CanUseWinLogin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUseYubikey ¶

func (o *EnvironmentCapabilities) GetCanUseYubikey() bool

GetCanUseYubikey returns the CanUseYubikey field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUseYubikeyOk ¶

func (o *EnvironmentCapabilities) GetCanUseYubikeyOk() (*bool, bool)

GetCanUseYubikeyOk returns a tuple with the CanUseYubikey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetCanUsersUpdateSelf ¶

func (o *EnvironmentCapabilities) GetCanUsersUpdateSelf() bool

GetCanUsersUpdateSelf returns the CanUsersUpdateSelf field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetCanUsersUpdateSelfOk ¶

func (o *EnvironmentCapabilities) GetCanUsersUpdateSelfOk() (*bool, bool)

GetCanUsersUpdateSelfOk returns a tuple with the CanUsersUpdateSelf field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetEmbedded ¶

func (o *EnvironmentCapabilities) GetEmbedded() map[string]map[string]interface{}

GetEmbedded returns the Embedded field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetEmbeddedOk ¶

func (o *EnvironmentCapabilities) GetEmbeddedOk() (map[string]map[string]interface{}, bool)

GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetEnvironmentId ¶

func (o *EnvironmentCapabilities) GetEnvironmentId() uuid.UUID

GetEnvironmentId returns the EnvironmentId field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetEnvironmentIdOk ¶

func (o *EnvironmentCapabilities) GetEnvironmentIdOk() (*uuid.UUID, bool)

GetEnvironmentIdOk returns a tuple with the EnvironmentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetGetcanUseUniversalCapture ¶

func (o *EnvironmentCapabilities) GetGetcanUseUniversalCapture() bool

GetGetcanUseUniversalCapture returns the GetcanUseUniversalCapture field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetGetcanUseUniversalCaptureOk ¶

func (o *EnvironmentCapabilities) GetGetcanUseUniversalCaptureOk() (*bool, bool)

GetGetcanUseUniversalCaptureOk returns a tuple with the GetcanUseUniversalCapture field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) GetLicenseQuantities ¶

func (o *EnvironmentCapabilities) GetLicenseQuantities() EnvironmentLicenseQuantities

GetLicenseQuantities returns the LicenseQuantities field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetLicenseQuantitiesOk ¶

func (o *EnvironmentCapabilities) GetLicenseQuantitiesOk() (*EnvironmentLicenseQuantities, bool)

GetLicenseQuantitiesOk returns a tuple with the LicenseQuantities field value if set, nil otherwise and a boolean to check if the value has been set.

GetLinks returns the Links field value if set, zero value otherwise.

func (*EnvironmentCapabilities) GetLinksOk ¶

GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilities) HasCanAddResources ¶

func (o *EnvironmentCapabilities) HasCanAddResources() bool

HasCanAddResources returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanAssignCustomRolesEverywhere ¶

func (o *EnvironmentCapabilities) HasCanAssignCustomRolesEverywhere() bool

HasCanAssignCustomRolesEverywhere returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanAssignUsersRoles ¶

func (o *EnvironmentCapabilities) HasCanAssignUsersRoles() bool

HasCanAssignUsersRoles returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanContactSupport ¶

func (o *EnvironmentCapabilities) HasCanContactSupport() bool

HasCanContactSupport returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanCreateConnections ¶

func (o *EnvironmentCapabilities) HasCanCreateConnections() bool

HasCanCreateConnections returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanCreateCustomDomain ¶

func (o *EnvironmentCapabilities) HasCanCreateCustomDomain() bool

HasCanCreateCustomDomain returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanPromoteToProd ¶

func (o *EnvironmentCapabilities) HasCanPromoteToProd() bool

HasCanPromoteToProd returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanSendMfaNotificationsOutsideWhitelist ¶

func (o *EnvironmentCapabilities) HasCanSendMfaNotificationsOutsideWhitelist() bool

HasCanSendMfaNotificationsOutsideWhitelist returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanSendPasswordManagementNotifications ¶

func (o *EnvironmentCapabilities) HasCanSendPasswordManagementNotifications() bool

HasCanSendPasswordManagementNotifications returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanSendVerificationFlowNotifications ¶

func (o *EnvironmentCapabilities) HasCanSendVerificationFlowNotifications() bool

HasCanSendVerificationFlowNotifications returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseAadhaar ¶

func (o *EnvironmentCapabilities) HasCanUseAadhaar() bool

HasCanUseAadhaar returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseAamva ¶

func (o *EnvironmentCapabilities) HasCanUseAamva() bool

HasCanUseAamva returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseAccountOwnership ¶

func (o *EnvironmentCapabilities) HasCanUseAccountOwnership() bool

HasCanUseAccountOwnership returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseAccountProtection ¶

func (o *EnvironmentCapabilities) HasCanUseAccountProtection() bool

HasCanUseAccountProtection returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseAccountTakeoverDetection ¶

func (o *EnvironmentCapabilities) HasCanUseAccountTakeoverDetection() bool

HasCanUseAccountTakeoverDetection returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseApiAccessManagement ¶

func (o *EnvironmentCapabilities) HasCanUseApiAccessManagement() bool

HasCanUseApiAccessManagement returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseApplicationPermissions ¶

func (o *EnvironmentCapabilities) HasCanUseApplicationPermissions() bool

HasCanUseApplicationPermissions returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseBotMaliciousDeviceDetection ¶

func (o *EnvironmentCapabilities) HasCanUseBotMaliciousDeviceDetection() bool

HasCanUseBotMaliciousDeviceDetection returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseCredentialSharingDetection ¶

func (o *EnvironmentCapabilities) HasCanUseCredentialSharingDetection() bool

HasCanUseCredentialSharingDetection returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseCredentials ¶

func (o *EnvironmentCapabilities) HasCanUseCredentials() bool

HasCanUseCredentials returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseCredentialsPushNotifications ¶

func (o *EnvironmentCapabilities) HasCanUseCredentialsPushNotifications() bool

HasCanUseCredentialsPushNotifications returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseCustomSchema ¶

func (o *EnvironmentCapabilities) HasCanUseCustomSchema() bool

HasCanUseCustomSchema returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseDaVinciAdminPortal ¶

func (o *EnvironmentCapabilities) HasCanUseDaVinciAdminPortal() bool

HasCanUseDaVinciAdminPortal returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseDataAnalyticsSupport ¶

func (o *EnvironmentCapabilities) HasCanUseDataAnalyticsSupport() bool

HasCanUseDataAnalyticsSupport returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseDataBasedVerifications ¶

func (o *EnvironmentCapabilities) HasCanUseDataBasedVerifications() bool

HasCanUseDataBasedVerifications returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseDataVerificationGroup1 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) HasCanUseDataVerificationGroup1() bool

HasCanUseDataVerificationGroup1 returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseDataVerificationGroup2 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) HasCanUseDataVerificationGroup2() bool

HasCanUseDataVerificationGroup2 returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseDataVerificationGroup3 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) HasCanUseDataVerificationGroup3() bool

HasCanUseDataVerificationGroup3 returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseDataVerificationGroup4 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) HasCanUseDataVerificationGroup4() bool

HasCanUseDataVerificationGroup4 returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseDataVerificationGroup5 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) HasCanUseDataVerificationGroup5() bool

HasCanUseDataVerificationGroup5 returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseDeviceReputationScoring ¶ added in v0.3.0

func (o *EnvironmentCapabilities) HasCanUseDeviceReputationScoring() bool

HasCanUseDeviceReputationScoring returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseDigitalVerifications ¶

func (o *EnvironmentCapabilities) HasCanUseDigitalVerifications() bool

HasCanUseDigitalVerifications returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseDocumentMatch ¶

func (o *EnvironmentCapabilities) HasCanUseDocumentMatch() bool

HasCanUseDocumentMatch returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseDynamicAuthorization ¶

func (o *EnvironmentCapabilities) HasCanUseDynamicAuthorization() bool

HasCanUseDynamicAuthorization returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseEditNotificationTemplate ¶

func (o *EnvironmentCapabilities) HasCanUseEditNotificationTemplate() bool

HasCanUseEditNotificationTemplate returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseEmailOtp ¶

func (o *EnvironmentCapabilities) HasCanUseEmailOtp() bool

HasCanUseEmailOtp returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseFaceMatch ¶

func (o *EnvironmentCapabilities) HasCanUseFaceMatch() bool

HasCanUseFaceMatch returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseFraudDataEnrichment ¶

func (o *EnvironmentCapabilities) HasCanUseFraudDataEnrichment() bool

HasCanUseFraudDataEnrichment returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseGlobalWatchlist ¶ added in v0.3.0

func (o *EnvironmentCapabilities) HasCanUseGlobalWatchlist() bool

HasCanUseGlobalWatchlist returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseIdentities ¶

func (o *EnvironmentCapabilities) HasCanUseIdentities() bool

HasCanUseIdentities returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseIdentityProviders ¶

func (o *EnvironmentCapabilities) HasCanUseIdentityProviders() bool

HasCanUseIdentityProviders returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseInboundProvisioning ¶

func (o *EnvironmentCapabilities) HasCanUseInboundProvisioning() bool

HasCanUseInboundProvisioning returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseIntelligence ¶

func (o *EnvironmentCapabilities) HasCanUseIntelligence() bool

HasCanUseIntelligence returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseIntelligenceAdvancedPredictors ¶

func (o *EnvironmentCapabilities) HasCanUseIntelligenceAdvancedPredictors() bool

HasCanUseIntelligenceAdvancedPredictors returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseIntelligenceAnonymousNetworkDetection ¶

func (o *EnvironmentCapabilities) HasCanUseIntelligenceAnonymousNetworkDetection() bool

HasCanUseIntelligenceAnonymousNetworkDetection returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseIntelligenceDataConsent ¶

func (o *EnvironmentCapabilities) HasCanUseIntelligenceDataConsent() bool

HasCanUseIntelligenceDataConsent returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseIntelligenceEditPolicyScores ¶

func (o *EnvironmentCapabilities) HasCanUseIntelligenceEditPolicyScores() bool

HasCanUseIntelligenceEditPolicyScores returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseIntelligenceGeoVelocity ¶

func (o *EnvironmentCapabilities) HasCanUseIntelligenceGeoVelocity() bool

HasCanUseIntelligenceGeoVelocity returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseIntelligenceLastTransactionOlderThan ¶

func (o *EnvironmentCapabilities) HasCanUseIntelligenceLastTransactionOlderThan() bool

HasCanUseIntelligenceLastTransactionOlderThan returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseIntelligenceLimitedCompositePredictor ¶

func (o *EnvironmentCapabilities) HasCanUseIntelligenceLimitedCompositePredictor() bool

HasCanUseIntelligenceLimitedCompositePredictor returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseIntelligenceNewDevicePredictor ¶

func (o *EnvironmentCapabilities) HasCanUseIntelligenceNewDevicePredictor() bool

HasCanUseIntelligenceNewDevicePredictor returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseIntelligenceProtect ¶

func (o *EnvironmentCapabilities) HasCanUseIntelligenceProtect() bool

HasCanUseIntelligenceProtect returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseIntelligenceReputation ¶

func (o *EnvironmentCapabilities) HasCanUseIntelligenceReputation() bool

HasCanUseIntelligenceReputation returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseIntelligenceRisk ¶

func (o *EnvironmentCapabilities) HasCanUseIntelligenceRisk() bool

HasCanUseIntelligenceRisk returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseIntelligenceTrustDevicePredictor ¶

func (o *EnvironmentCapabilities) HasCanUseIntelligenceTrustDevicePredictor() bool

HasCanUseIntelligenceTrustDevicePredictor returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseKerberosGateway ¶

func (o *EnvironmentCapabilities) HasCanUseKerberosGateway() bool

HasCanUseKerberosGateway returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseLdapGateway ¶

func (o *EnvironmentCapabilities) HasCanUseLdapGateway() bool

HasCanUseLdapGateway returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseLiveAgent ¶ added in v0.3.0

func (o *EnvironmentCapabilities) HasCanUseLiveAgent() bool

HasCanUseLiveAgent returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseManualIDStepUpInspection ¶

func (o *EnvironmentCapabilities) HasCanUseManualIDStepUpInspection() bool

HasCanUseManualIDStepUpInspection returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseManualIdInspection ¶

func (o *EnvironmentCapabilities) HasCanUseManualIdInspection() bool

HasCanUseManualIdInspection returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseMfa ¶

func (o *EnvironmentCapabilities) HasCanUseMfa() bool

HasCanUseMfa returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseMfaCiam ¶ added in v0.3.0

func (o *EnvironmentCapabilities) HasCanUseMfaCiam() bool

HasCanUseMfaCiam returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseMfaFido2Devices ¶

func (o *EnvironmentCapabilities) HasCanUseMfaFido2Devices() bool

HasCanUseMfaFido2Devices returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseMfaPushNotifications ¶

func (o *EnvironmentCapabilities) HasCanUseMfaPushNotifications() bool

HasCanUseMfaPushNotifications returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseMfaVoiceOtp ¶

func (o *EnvironmentCapabilities) HasCanUseMfaVoiceOtp() bool

HasCanUseMfaVoiceOtp returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseMfaWf ¶ added in v0.3.0

func (o *EnvironmentCapabilities) HasCanUseMfaWf() bool

HasCanUseMfaWf returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseMyAccount ¶

func (o *EnvironmentCapabilities) HasCanUseMyAccount() bool

HasCanUseMyAccount returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseNewAccountFraudDetection ¶

func (o *EnvironmentCapabilities) HasCanUseNewAccountFraudDetection() bool

HasCanUseNewAccountFraudDetection returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseOATHToken ¶

func (o *EnvironmentCapabilities) HasCanUseOATHToken() bool

HasCanUseOATHToken returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseOrchestration ¶

func (o *EnvironmentCapabilities) HasCanUseOrchestration() bool

HasCanUseOrchestration returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUsePasswordManagement ¶

func (o *EnvironmentCapabilities) HasCanUsePasswordManagement() bool

HasCanUsePasswordManagement returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUsePasswordOnlyAuthentication ¶

func (o *EnvironmentCapabilities) HasCanUsePasswordOnlyAuthentication() bool

HasCanUsePasswordOnlyAuthentication returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUsePasswordPolicy ¶

func (o *EnvironmentCapabilities) HasCanUsePasswordPolicy() bool

HasCanUsePasswordPolicy returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUsePingIDApp ¶

func (o *EnvironmentCapabilities) HasCanUsePingIDApp() bool

HasCanUsePingIDApp returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUsePingIdDesktop ¶ added in v0.3.0

func (o *EnvironmentCapabilities) HasCanUsePingIdDesktop() bool

HasCanUsePingIdDesktop returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUsePingIdDesktopGen2 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) HasCanUsePingIdDesktopGen2() bool

HasCanUsePingIdDesktopGen2 returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUsePingSmsAccount ¶

func (o *EnvironmentCapabilities) HasCanUsePingSmsAccount() bool

HasCanUsePingSmsAccount returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUsePlatform ¶

func (o *EnvironmentCapabilities) HasCanUsePlatform() bool

HasCanUsePlatform returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseProtectTransactions ¶

func (o *EnvironmentCapabilities) HasCanUseProtectTransactions() bool

HasCanUseProtectTransactions returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseProvisioning ¶

func (o *EnvironmentCapabilities) HasCanUseProvisioning() bool

HasCanUseProvisioning returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseRadiusGateway ¶

func (o *EnvironmentCapabilities) HasCanUseRadiusGateway() bool

HasCanUseRadiusGateway returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseScheduledFlows ¶ added in v0.3.0

func (o *EnvironmentCapabilities) HasCanUseScheduledFlows() bool

HasCanUseScheduledFlows returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseSmsOtp ¶

func (o *EnvironmentCapabilities) HasCanUseSmsOtp() bool

HasCanUseSmsOtp returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseTotp ¶

func (o *EnvironmentCapabilities) HasCanUseTotp() bool

HasCanUseTotp returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseUniversalDeviceId ¶

func (o *EnvironmentCapabilities) HasCanUseUniversalDeviceId() bool

HasCanUseUniversalDeviceId returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseVerificationFlow ¶

func (o *EnvironmentCapabilities) HasCanUseVerificationFlow() bool

HasCanUseVerificationFlow returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseVerify ¶

func (o *EnvironmentCapabilities) HasCanUseVerify() bool

HasCanUseVerify returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseVerifyPushNotifications ¶

func (o *EnvironmentCapabilities) HasCanUseVerifyPushNotifications() bool

HasCanUseVerifyPushNotifications returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseVerifyVoice ¶

func (o *EnvironmentCapabilities) HasCanUseVerifyVoice() bool

HasCanUseVerifyVoice returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseWhatsAppOtp ¶

func (o *EnvironmentCapabilities) HasCanUseWhatsAppOtp() bool

HasCanUseWhatsAppOtp returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseWinLogin ¶

func (o *EnvironmentCapabilities) HasCanUseWinLogin() bool

HasCanUseWinLogin returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUseYubikey ¶

func (o *EnvironmentCapabilities) HasCanUseYubikey() bool

HasCanUseYubikey returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasCanUsersUpdateSelf ¶

func (o *EnvironmentCapabilities) HasCanUsersUpdateSelf() bool

HasCanUsersUpdateSelf returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasEmbedded ¶

func (o *EnvironmentCapabilities) HasEmbedded() bool

HasEmbedded returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasEnvironmentId ¶

func (o *EnvironmentCapabilities) HasEnvironmentId() bool

HasEnvironmentId returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasGetcanUseUniversalCapture ¶

func (o *EnvironmentCapabilities) HasGetcanUseUniversalCapture() bool

HasGetcanUseUniversalCapture returns a boolean if a field has been set.

func (*EnvironmentCapabilities) HasLicenseQuantities ¶

func (o *EnvironmentCapabilities) HasLicenseQuantities() bool

HasLicenseQuantities returns a boolean if a field has been set.

func (o *EnvironmentCapabilities) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (EnvironmentCapabilities) LogValue ¶

func (o EnvironmentCapabilities) LogValue() slog.Value

func (EnvironmentCapabilities) MarshalJSON ¶

func (o EnvironmentCapabilities) MarshalJSON() ([]byte, error)

func (*EnvironmentCapabilities) SetCanAddResources ¶

func (o *EnvironmentCapabilities) SetCanAddResources(v bool)

SetCanAddResources gets a reference to the given bool and assigns it to the CanAddResources field.

func (*EnvironmentCapabilities) SetCanAssignCustomRolesEverywhere ¶

func (o *EnvironmentCapabilities) SetCanAssignCustomRolesEverywhere(v bool)

SetCanAssignCustomRolesEverywhere gets a reference to the given bool and assigns it to the CanAssignCustomRolesEverywhere field.

func (*EnvironmentCapabilities) SetCanAssignUsersRoles ¶

func (o *EnvironmentCapabilities) SetCanAssignUsersRoles(v bool)

SetCanAssignUsersRoles gets a reference to the given bool and assigns it to the CanAssignUsersRoles field.

func (*EnvironmentCapabilities) SetCanContactSupport ¶

func (o *EnvironmentCapabilities) SetCanContactSupport(v bool)

SetCanContactSupport gets a reference to the given bool and assigns it to the CanContactSupport field.

func (*EnvironmentCapabilities) SetCanCreateConnections ¶

func (o *EnvironmentCapabilities) SetCanCreateConnections(v bool)

SetCanCreateConnections gets a reference to the given bool and assigns it to the CanCreateConnections field.

func (*EnvironmentCapabilities) SetCanCreateCustomDomain ¶

func (o *EnvironmentCapabilities) SetCanCreateCustomDomain(v bool)

SetCanCreateCustomDomain gets a reference to the given bool and assigns it to the CanCreateCustomDomain field.

func (*EnvironmentCapabilities) SetCanPromoteToProd ¶

func (o *EnvironmentCapabilities) SetCanPromoteToProd(v bool)

SetCanPromoteToProd gets a reference to the given bool and assigns it to the CanPromoteToProd field.

func (*EnvironmentCapabilities) SetCanSendMfaNotificationsOutsideWhitelist ¶

func (o *EnvironmentCapabilities) SetCanSendMfaNotificationsOutsideWhitelist(v bool)

SetCanSendMfaNotificationsOutsideWhitelist gets a reference to the given bool and assigns it to the CanSendMfaNotificationsOutsideWhitelist field.

func (*EnvironmentCapabilities) SetCanSendPasswordManagementNotifications ¶

func (o *EnvironmentCapabilities) SetCanSendPasswordManagementNotifications(v bool)

SetCanSendPasswordManagementNotifications gets a reference to the given bool and assigns it to the CanSendPasswordManagementNotifications field.

func (*EnvironmentCapabilities) SetCanSendVerificationFlowNotifications ¶

func (o *EnvironmentCapabilities) SetCanSendVerificationFlowNotifications(v bool)

SetCanSendVerificationFlowNotifications gets a reference to the given bool and assigns it to the CanSendVerificationFlowNotifications field.

func (*EnvironmentCapabilities) SetCanUseAadhaar ¶

func (o *EnvironmentCapabilities) SetCanUseAadhaar(v bool)

SetCanUseAadhaar gets a reference to the given bool and assigns it to the CanUseAadhaar field.

func (*EnvironmentCapabilities) SetCanUseAamva ¶

func (o *EnvironmentCapabilities) SetCanUseAamva(v bool)

SetCanUseAamva gets a reference to the given bool and assigns it to the CanUseAamva field.

func (*EnvironmentCapabilities) SetCanUseAccountOwnership ¶

func (o *EnvironmentCapabilities) SetCanUseAccountOwnership(v bool)

SetCanUseAccountOwnership gets a reference to the given bool and assigns it to the CanUseAccountOwnership field.

func (*EnvironmentCapabilities) SetCanUseAccountProtection ¶

func (o *EnvironmentCapabilities) SetCanUseAccountProtection(v bool)

SetCanUseAccountProtection gets a reference to the given bool and assigns it to the CanUseAccountProtection field.

func (*EnvironmentCapabilities) SetCanUseAccountTakeoverDetection ¶

func (o *EnvironmentCapabilities) SetCanUseAccountTakeoverDetection(v bool)

SetCanUseAccountTakeoverDetection gets a reference to the given bool and assigns it to the CanUseAccountTakeoverDetection field.

func (*EnvironmentCapabilities) SetCanUseApiAccessManagement ¶

func (o *EnvironmentCapabilities) SetCanUseApiAccessManagement(v bool)

SetCanUseApiAccessManagement gets a reference to the given bool and assigns it to the CanUseApiAccessManagement field.

func (*EnvironmentCapabilities) SetCanUseApplicationPermissions ¶

func (o *EnvironmentCapabilities) SetCanUseApplicationPermissions(v bool)

SetCanUseApplicationPermissions gets a reference to the given bool and assigns it to the CanUseApplicationPermissions field.

func (*EnvironmentCapabilities) SetCanUseBotMaliciousDeviceDetection ¶

func (o *EnvironmentCapabilities) SetCanUseBotMaliciousDeviceDetection(v bool)

SetCanUseBotMaliciousDeviceDetection gets a reference to the given bool and assigns it to the CanUseBotMaliciousDeviceDetection field.

func (*EnvironmentCapabilities) SetCanUseCredentialSharingDetection ¶

func (o *EnvironmentCapabilities) SetCanUseCredentialSharingDetection(v bool)

SetCanUseCredentialSharingDetection gets a reference to the given bool and assigns it to the CanUseCredentialSharingDetection field.

func (*EnvironmentCapabilities) SetCanUseCredentials ¶

func (o *EnvironmentCapabilities) SetCanUseCredentials(v bool)

SetCanUseCredentials gets a reference to the given bool and assigns it to the CanUseCredentials field.

func (*EnvironmentCapabilities) SetCanUseCredentialsPushNotifications ¶

func (o *EnvironmentCapabilities) SetCanUseCredentialsPushNotifications(v bool)

SetCanUseCredentialsPushNotifications gets a reference to the given bool and assigns it to the CanUseCredentialsPushNotifications field.

func (*EnvironmentCapabilities) SetCanUseCustomSchema ¶

func (o *EnvironmentCapabilities) SetCanUseCustomSchema(v bool)

SetCanUseCustomSchema gets a reference to the given bool and assigns it to the CanUseCustomSchema field.

func (*EnvironmentCapabilities) SetCanUseDaVinciAdminPortal ¶

func (o *EnvironmentCapabilities) SetCanUseDaVinciAdminPortal(v bool)

SetCanUseDaVinciAdminPortal gets a reference to the given bool and assigns it to the CanUseDaVinciAdminPortal field.

func (*EnvironmentCapabilities) SetCanUseDataAnalyticsSupport ¶

func (o *EnvironmentCapabilities) SetCanUseDataAnalyticsSupport(v bool)

SetCanUseDataAnalyticsSupport gets a reference to the given bool and assigns it to the CanUseDataAnalyticsSupport field.

func (*EnvironmentCapabilities) SetCanUseDataBasedVerifications ¶

func (o *EnvironmentCapabilities) SetCanUseDataBasedVerifications(v bool)

SetCanUseDataBasedVerifications gets a reference to the given bool and assigns it to the CanUseDataBasedVerifications field.

func (*EnvironmentCapabilities) SetCanUseDataVerificationGroup1 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) SetCanUseDataVerificationGroup1(v bool)

SetCanUseDataVerificationGroup1 gets a reference to the given bool and assigns it to the CanUseDataVerificationGroup1 field.

func (*EnvironmentCapabilities) SetCanUseDataVerificationGroup2 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) SetCanUseDataVerificationGroup2(v bool)

SetCanUseDataVerificationGroup2 gets a reference to the given bool and assigns it to the CanUseDataVerificationGroup2 field.

func (*EnvironmentCapabilities) SetCanUseDataVerificationGroup3 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) SetCanUseDataVerificationGroup3(v bool)

SetCanUseDataVerificationGroup3 gets a reference to the given bool and assigns it to the CanUseDataVerificationGroup3 field.

func (*EnvironmentCapabilities) SetCanUseDataVerificationGroup4 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) SetCanUseDataVerificationGroup4(v bool)

SetCanUseDataVerificationGroup4 gets a reference to the given bool and assigns it to the CanUseDataVerificationGroup4 field.

func (*EnvironmentCapabilities) SetCanUseDataVerificationGroup5 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) SetCanUseDataVerificationGroup5(v bool)

SetCanUseDataVerificationGroup5 gets a reference to the given bool and assigns it to the CanUseDataVerificationGroup5 field.

func (*EnvironmentCapabilities) SetCanUseDeviceReputationScoring ¶ added in v0.3.0

func (o *EnvironmentCapabilities) SetCanUseDeviceReputationScoring(v bool)

SetCanUseDeviceReputationScoring gets a reference to the given bool and assigns it to the CanUseDeviceReputationScoring field.

func (*EnvironmentCapabilities) SetCanUseDigitalVerifications ¶

func (o *EnvironmentCapabilities) SetCanUseDigitalVerifications(v bool)

SetCanUseDigitalVerifications gets a reference to the given bool and assigns it to the CanUseDigitalVerifications field.

func (*EnvironmentCapabilities) SetCanUseDocumentMatch ¶

func (o *EnvironmentCapabilities) SetCanUseDocumentMatch(v bool)

SetCanUseDocumentMatch gets a reference to the given bool and assigns it to the CanUseDocumentMatch field.

func (*EnvironmentCapabilities) SetCanUseDynamicAuthorization ¶

func (o *EnvironmentCapabilities) SetCanUseDynamicAuthorization(v bool)

SetCanUseDynamicAuthorization gets a reference to the given bool and assigns it to the CanUseDynamicAuthorization field.

func (*EnvironmentCapabilities) SetCanUseEditNotificationTemplate ¶

func (o *EnvironmentCapabilities) SetCanUseEditNotificationTemplate(v bool)

SetCanUseEditNotificationTemplate gets a reference to the given bool and assigns it to the CanUseEditNotificationTemplate field.

func (*EnvironmentCapabilities) SetCanUseEmailOtp ¶

func (o *EnvironmentCapabilities) SetCanUseEmailOtp(v bool)

SetCanUseEmailOtp gets a reference to the given bool and assigns it to the CanUseEmailOtp field.

func (*EnvironmentCapabilities) SetCanUseFaceMatch ¶

func (o *EnvironmentCapabilities) SetCanUseFaceMatch(v bool)

SetCanUseFaceMatch gets a reference to the given bool and assigns it to the CanUseFaceMatch field.

func (*EnvironmentCapabilities) SetCanUseFraudDataEnrichment ¶

func (o *EnvironmentCapabilities) SetCanUseFraudDataEnrichment(v bool)

SetCanUseFraudDataEnrichment gets a reference to the given bool and assigns it to the CanUseFraudDataEnrichment field.

func (*EnvironmentCapabilities) SetCanUseGlobalWatchlist ¶ added in v0.3.0

func (o *EnvironmentCapabilities) SetCanUseGlobalWatchlist(v bool)

SetCanUseGlobalWatchlist gets a reference to the given bool and assigns it to the CanUseGlobalWatchlist field.

func (*EnvironmentCapabilities) SetCanUseIdentities ¶

func (o *EnvironmentCapabilities) SetCanUseIdentities(v bool)

SetCanUseIdentities gets a reference to the given bool and assigns it to the CanUseIdentities field.

func (*EnvironmentCapabilities) SetCanUseIdentityProviders ¶

func (o *EnvironmentCapabilities) SetCanUseIdentityProviders(v bool)

SetCanUseIdentityProviders gets a reference to the given bool and assigns it to the CanUseIdentityProviders field.

func (*EnvironmentCapabilities) SetCanUseInboundProvisioning ¶

func (o *EnvironmentCapabilities) SetCanUseInboundProvisioning(v bool)

SetCanUseInboundProvisioning gets a reference to the given bool and assigns it to the CanUseInboundProvisioning field.

func (*EnvironmentCapabilities) SetCanUseIntelligence ¶

func (o *EnvironmentCapabilities) SetCanUseIntelligence(v bool)

SetCanUseIntelligence gets a reference to the given bool and assigns it to the CanUseIntelligence field.

func (*EnvironmentCapabilities) SetCanUseIntelligenceAdvancedPredictors ¶

func (o *EnvironmentCapabilities) SetCanUseIntelligenceAdvancedPredictors(v bool)

SetCanUseIntelligenceAdvancedPredictors gets a reference to the given bool and assigns it to the CanUseIntelligenceAdvancedPredictors field.

func (*EnvironmentCapabilities) SetCanUseIntelligenceAnonymousNetworkDetection ¶

func (o *EnvironmentCapabilities) SetCanUseIntelligenceAnonymousNetworkDetection(v bool)

SetCanUseIntelligenceAnonymousNetworkDetection gets a reference to the given bool and assigns it to the CanUseIntelligenceAnonymousNetworkDetection field.

func (*EnvironmentCapabilities) SetCanUseIntelligenceDataConsent ¶

func (o *EnvironmentCapabilities) SetCanUseIntelligenceDataConsent(v bool)

SetCanUseIntelligenceDataConsent gets a reference to the given bool and assigns it to the CanUseIntelligenceDataConsent field.

func (*EnvironmentCapabilities) SetCanUseIntelligenceEditPolicyScores ¶

func (o *EnvironmentCapabilities) SetCanUseIntelligenceEditPolicyScores(v bool)

SetCanUseIntelligenceEditPolicyScores gets a reference to the given bool and assigns it to the CanUseIntelligenceEditPolicyScores field.

func (*EnvironmentCapabilities) SetCanUseIntelligenceGeoVelocity ¶

func (o *EnvironmentCapabilities) SetCanUseIntelligenceGeoVelocity(v bool)

SetCanUseIntelligenceGeoVelocity gets a reference to the given bool and assigns it to the CanUseIntelligenceGeoVelocity field.

func (*EnvironmentCapabilities) SetCanUseIntelligenceLastTransactionOlderThan ¶

func (o *EnvironmentCapabilities) SetCanUseIntelligenceLastTransactionOlderThan(v bool)

SetCanUseIntelligenceLastTransactionOlderThan gets a reference to the given bool and assigns it to the CanUseIntelligenceLastTransactionOlderThan field.

func (*EnvironmentCapabilities) SetCanUseIntelligenceLimitedCompositePredictor ¶

func (o *EnvironmentCapabilities) SetCanUseIntelligenceLimitedCompositePredictor(v bool)

SetCanUseIntelligenceLimitedCompositePredictor gets a reference to the given bool and assigns it to the CanUseIntelligenceLimitedCompositePredictor field.

func (*EnvironmentCapabilities) SetCanUseIntelligenceNewDevicePredictor ¶

func (o *EnvironmentCapabilities) SetCanUseIntelligenceNewDevicePredictor(v bool)

SetCanUseIntelligenceNewDevicePredictor gets a reference to the given bool and assigns it to the CanUseIntelligenceNewDevicePredictor field.

func (*EnvironmentCapabilities) SetCanUseIntelligenceProtect ¶

func (o *EnvironmentCapabilities) SetCanUseIntelligenceProtect(v bool)

SetCanUseIntelligenceProtect gets a reference to the given bool and assigns it to the CanUseIntelligenceProtect field.

func (*EnvironmentCapabilities) SetCanUseIntelligenceReputation ¶

func (o *EnvironmentCapabilities) SetCanUseIntelligenceReputation(v bool)

SetCanUseIntelligenceReputation gets a reference to the given bool and assigns it to the CanUseIntelligenceReputation field.

func (*EnvironmentCapabilities) SetCanUseIntelligenceRisk ¶

func (o *EnvironmentCapabilities) SetCanUseIntelligenceRisk(v bool)

SetCanUseIntelligenceRisk gets a reference to the given bool and assigns it to the CanUseIntelligenceRisk field.

func (*EnvironmentCapabilities) SetCanUseIntelligenceTrustDevicePredictor ¶

func (o *EnvironmentCapabilities) SetCanUseIntelligenceTrustDevicePredictor(v bool)

SetCanUseIntelligenceTrustDevicePredictor gets a reference to the given bool and assigns it to the CanUseIntelligenceTrustDevicePredictor field.

func (*EnvironmentCapabilities) SetCanUseKerberosGateway ¶

func (o *EnvironmentCapabilities) SetCanUseKerberosGateway(v bool)

SetCanUseKerberosGateway gets a reference to the given bool and assigns it to the CanUseKerberosGateway field.

func (*EnvironmentCapabilities) SetCanUseLdapGateway ¶

func (o *EnvironmentCapabilities) SetCanUseLdapGateway(v bool)

SetCanUseLdapGateway gets a reference to the given bool and assigns it to the CanUseLdapGateway field.

func (*EnvironmentCapabilities) SetCanUseLiveAgent ¶ added in v0.3.0

func (o *EnvironmentCapabilities) SetCanUseLiveAgent(v bool)

SetCanUseLiveAgent gets a reference to the given bool and assigns it to the CanUseLiveAgent field.

func (*EnvironmentCapabilities) SetCanUseManualIDStepUpInspection ¶

func (o *EnvironmentCapabilities) SetCanUseManualIDStepUpInspection(v bool)

SetCanUseManualIDStepUpInspection gets a reference to the given bool and assigns it to the CanUseManualIDStepUpInspection field.

func (*EnvironmentCapabilities) SetCanUseManualIdInspection ¶

func (o *EnvironmentCapabilities) SetCanUseManualIdInspection(v bool)

SetCanUseManualIdInspection gets a reference to the given bool and assigns it to the CanUseManualIdInspection field.

func (*EnvironmentCapabilities) SetCanUseMfa ¶

func (o *EnvironmentCapabilities) SetCanUseMfa(v bool)

SetCanUseMfa gets a reference to the given bool and assigns it to the CanUseMfa field.

func (*EnvironmentCapabilities) SetCanUseMfaCiam ¶ added in v0.3.0

func (o *EnvironmentCapabilities) SetCanUseMfaCiam(v bool)

SetCanUseMfaCiam gets a reference to the given bool and assigns it to the CanUseMfaCiam field.

func (*EnvironmentCapabilities) SetCanUseMfaFido2Devices ¶

func (o *EnvironmentCapabilities) SetCanUseMfaFido2Devices(v bool)

SetCanUseMfaFido2Devices gets a reference to the given bool and assigns it to the CanUseMfaFido2Devices field.

func (*EnvironmentCapabilities) SetCanUseMfaPushNotifications ¶

func (o *EnvironmentCapabilities) SetCanUseMfaPushNotifications(v bool)

SetCanUseMfaPushNotifications gets a reference to the given bool and assigns it to the CanUseMfaPushNotifications field.

func (*EnvironmentCapabilities) SetCanUseMfaVoiceOtp ¶

func (o *EnvironmentCapabilities) SetCanUseMfaVoiceOtp(v bool)

SetCanUseMfaVoiceOtp gets a reference to the given bool and assigns it to the CanUseMfaVoiceOtp field.

func (*EnvironmentCapabilities) SetCanUseMfaWf ¶ added in v0.3.0

func (o *EnvironmentCapabilities) SetCanUseMfaWf(v bool)

SetCanUseMfaWf gets a reference to the given bool and assigns it to the CanUseMfaWf field.

func (*EnvironmentCapabilities) SetCanUseMyAccount ¶

func (o *EnvironmentCapabilities) SetCanUseMyAccount(v bool)

SetCanUseMyAccount gets a reference to the given bool and assigns it to the CanUseMyAccount field.

func (*EnvironmentCapabilities) SetCanUseNewAccountFraudDetection ¶

func (o *EnvironmentCapabilities) SetCanUseNewAccountFraudDetection(v bool)

SetCanUseNewAccountFraudDetection gets a reference to the given bool and assigns it to the CanUseNewAccountFraudDetection field.

func (*EnvironmentCapabilities) SetCanUseOATHToken ¶

func (o *EnvironmentCapabilities) SetCanUseOATHToken(v bool)

SetCanUseOATHToken gets a reference to the given bool and assigns it to the CanUseOATHToken field.

func (*EnvironmentCapabilities) SetCanUseOrchestration ¶

func (o *EnvironmentCapabilities) SetCanUseOrchestration(v bool)

SetCanUseOrchestration gets a reference to the given bool and assigns it to the CanUseOrchestration field.

func (*EnvironmentCapabilities) SetCanUsePasswordManagement ¶

func (o *EnvironmentCapabilities) SetCanUsePasswordManagement(v bool)

SetCanUsePasswordManagement gets a reference to the given bool and assigns it to the CanUsePasswordManagement field.

func (*EnvironmentCapabilities) SetCanUsePasswordOnlyAuthentication ¶

func (o *EnvironmentCapabilities) SetCanUsePasswordOnlyAuthentication(v bool)

SetCanUsePasswordOnlyAuthentication gets a reference to the given bool and assigns it to the CanUsePasswordOnlyAuthentication field.

func (*EnvironmentCapabilities) SetCanUsePasswordPolicy ¶

func (o *EnvironmentCapabilities) SetCanUsePasswordPolicy(v bool)

SetCanUsePasswordPolicy gets a reference to the given bool and assigns it to the CanUsePasswordPolicy field.

func (*EnvironmentCapabilities) SetCanUsePingIDApp ¶

func (o *EnvironmentCapabilities) SetCanUsePingIDApp(v bool)

SetCanUsePingIDApp gets a reference to the given bool and assigns it to the CanUsePingIDApp field.

func (*EnvironmentCapabilities) SetCanUsePingIdDesktop ¶ added in v0.3.0

func (o *EnvironmentCapabilities) SetCanUsePingIdDesktop(v bool)

SetCanUsePingIdDesktop gets a reference to the given bool and assigns it to the CanUsePingIdDesktop field.

func (*EnvironmentCapabilities) SetCanUsePingIdDesktopGen2 ¶ added in v0.3.0

func (o *EnvironmentCapabilities) SetCanUsePingIdDesktopGen2(v bool)

SetCanUsePingIdDesktopGen2 gets a reference to the given bool and assigns it to the CanUsePingIdDesktopGen2 field.

func (*EnvironmentCapabilities) SetCanUsePingSmsAccount ¶

func (o *EnvironmentCapabilities) SetCanUsePingSmsAccount(v bool)

SetCanUsePingSmsAccount gets a reference to the given bool and assigns it to the CanUsePingSmsAccount field.

func (*EnvironmentCapabilities) SetCanUsePlatform ¶

func (o *EnvironmentCapabilities) SetCanUsePlatform(v bool)

SetCanUsePlatform gets a reference to the given bool and assigns it to the CanUsePlatform field.

func (*EnvironmentCapabilities) SetCanUseProtectTransactions ¶

func (o *EnvironmentCapabilities) SetCanUseProtectTransactions(v bool)

SetCanUseProtectTransactions gets a reference to the given bool and assigns it to the CanUseProtectTransactions field.

func (*EnvironmentCapabilities) SetCanUseProvisioning ¶

func (o *EnvironmentCapabilities) SetCanUseProvisioning(v bool)

SetCanUseProvisioning gets a reference to the given bool and assigns it to the CanUseProvisioning field.

func (*EnvironmentCapabilities) SetCanUseRadiusGateway ¶

func (o *EnvironmentCapabilities) SetCanUseRadiusGateway(v bool)

SetCanUseRadiusGateway gets a reference to the given bool and assigns it to the CanUseRadiusGateway field.

func (*EnvironmentCapabilities) SetCanUseScheduledFlows ¶ added in v0.3.0

func (o *EnvironmentCapabilities) SetCanUseScheduledFlows(v bool)

SetCanUseScheduledFlows gets a reference to the given bool and assigns it to the CanUseScheduledFlows field.

func (*EnvironmentCapabilities) SetCanUseSmsOtp ¶

func (o *EnvironmentCapabilities) SetCanUseSmsOtp(v bool)

SetCanUseSmsOtp gets a reference to the given bool and assigns it to the CanUseSmsOtp field.

func (*EnvironmentCapabilities) SetCanUseTotp ¶

func (o *EnvironmentCapabilities) SetCanUseTotp(v bool)

SetCanUseTotp gets a reference to the given bool and assigns it to the CanUseTotp field.

func (*EnvironmentCapabilities) SetCanUseUniversalDeviceId ¶

func (o *EnvironmentCapabilities) SetCanUseUniversalDeviceId(v bool)

SetCanUseUniversalDeviceId gets a reference to the given bool and assigns it to the CanUseUniversalDeviceId field.

func (*EnvironmentCapabilities) SetCanUseVerificationFlow ¶

func (o *EnvironmentCapabilities) SetCanUseVerificationFlow(v bool)

SetCanUseVerificationFlow gets a reference to the given bool and assigns it to the CanUseVerificationFlow field.

func (*EnvironmentCapabilities) SetCanUseVerify ¶

func (o *EnvironmentCapabilities) SetCanUseVerify(v bool)

SetCanUseVerify gets a reference to the given bool and assigns it to the CanUseVerify field.

func (*EnvironmentCapabilities) SetCanUseVerifyPushNotifications ¶

func (o *EnvironmentCapabilities) SetCanUseVerifyPushNotifications(v bool)

SetCanUseVerifyPushNotifications gets a reference to the given bool and assigns it to the CanUseVerifyPushNotifications field.

func (*EnvironmentCapabilities) SetCanUseVerifyVoice ¶

func (o *EnvironmentCapabilities) SetCanUseVerifyVoice(v bool)

SetCanUseVerifyVoice gets a reference to the given bool and assigns it to the CanUseVerifyVoice field.

func (*EnvironmentCapabilities) SetCanUseWhatsAppOtp ¶

func (o *EnvironmentCapabilities) SetCanUseWhatsAppOtp(v bool)

SetCanUseWhatsAppOtp gets a reference to the given bool and assigns it to the CanUseWhatsAppOtp field.

func (*EnvironmentCapabilities) SetCanUseWinLogin ¶

func (o *EnvironmentCapabilities) SetCanUseWinLogin(v bool)

SetCanUseWinLogin gets a reference to the given bool and assigns it to the CanUseWinLogin field.

func (*EnvironmentCapabilities) SetCanUseYubikey ¶

func (o *EnvironmentCapabilities) SetCanUseYubikey(v bool)

SetCanUseYubikey gets a reference to the given bool and assigns it to the CanUseYubikey field.

func (*EnvironmentCapabilities) SetCanUsersUpdateSelf ¶

func (o *EnvironmentCapabilities) SetCanUsersUpdateSelf(v bool)

SetCanUsersUpdateSelf gets a reference to the given bool and assigns it to the CanUsersUpdateSelf field.

func (*EnvironmentCapabilities) SetEmbedded ¶

func (o *EnvironmentCapabilities) SetEmbedded(v map[string]map[string]interface{})

SetEmbedded gets a reference to the given map[string]map[string]interface{} and assigns it to the Embedded field.

func (*EnvironmentCapabilities) SetEnvironmentId ¶

func (o *EnvironmentCapabilities) SetEnvironmentId(v uuid.UUID)

SetEnvironmentId gets a reference to the given uuid.UUID and assigns it to the EnvironmentId field.

func (*EnvironmentCapabilities) SetGetcanUseUniversalCapture ¶

func (o *EnvironmentCapabilities) SetGetcanUseUniversalCapture(v bool)

SetGetcanUseUniversalCapture gets a reference to the given bool and assigns it to the GetcanUseUniversalCapture field.

func (*EnvironmentCapabilities) SetLicenseQuantities ¶

func (o *EnvironmentCapabilities) SetLicenseQuantities(v EnvironmentLicenseQuantities)

SetLicenseQuantities gets a reference to the given EnvironmentLicenseQuantities and assigns it to the LicenseQuantities field.

SetLinks gets a reference to the given EnvironmentCapabilitiesLinks and assigns it to the Links field.

func (EnvironmentCapabilities) ToMap ¶

func (o EnvironmentCapabilities) ToMap() (map[string]interface{}, error)

func (*EnvironmentCapabilities) UnmarshalJSON ¶

func (o *EnvironmentCapabilities) UnmarshalJSON(data []byte) (err error)
type EnvironmentCapabilitiesLinks struct {
	Self                 *JSONHALLink `json:"self,omitempty"`
	AdditionalProperties map[string]interface{}
}

EnvironmentCapabilitiesLinks struct for EnvironmentCapabilitiesLinks

func NewEnvironmentCapabilitiesLinks() *EnvironmentCapabilitiesLinks

NewEnvironmentCapabilitiesLinks instantiates a new EnvironmentCapabilitiesLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentCapabilitiesLinksWithDefaults ¶

func NewEnvironmentCapabilitiesLinksWithDefaults() *EnvironmentCapabilitiesLinks

NewEnvironmentCapabilitiesLinksWithDefaults instantiates a new EnvironmentCapabilitiesLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentCapabilitiesLinks) GetSelf ¶

GetSelf returns the Self field value if set, zero value otherwise.

func (*EnvironmentCapabilitiesLinks) GetSelfOk ¶

func (o *EnvironmentCapabilitiesLinks) GetSelfOk() (*JSONHALLink, bool)

GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCapabilitiesLinks) HasSelf ¶

func (o *EnvironmentCapabilitiesLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

func (EnvironmentCapabilitiesLinks) LogValue ¶

func (EnvironmentCapabilitiesLinks) MarshalJSON ¶

func (o EnvironmentCapabilitiesLinks) MarshalJSON() ([]byte, error)

func (*EnvironmentCapabilitiesLinks) SetSelf ¶

SetSelf gets a reference to the given JSONHALLink and assigns it to the Self field.

func (EnvironmentCapabilitiesLinks) ToMap ¶

func (o EnvironmentCapabilitiesLinks) ToMap() (map[string]interface{}, error)

func (*EnvironmentCapabilitiesLinks) UnmarshalJSON ¶

func (o *EnvironmentCapabilitiesLinks) UnmarshalJSON(data []byte) (err error)

type EnvironmentCreateRequest ¶

type EnvironmentCreateRequest struct {
	Name                 string                           `json:"name"`
	Region               EnvironmentRegionCode            `json:"region"`
	Type                 EnvironmentTypeValue             `json:"type"`
	License              EnvironmentLicense               `json:"license"`
	BillOfMaterials      *EnvironmentBillOfMaterials      `json:"billOfMaterials,omitempty"`
	Description          *string                          `json:"description,omitempty"`
	Icon                 *string                          `json:"icon,omitempty"`
	Subtype              *EnvironmentCreateRequestSubtype `json:"subtype,omitempty"`
	AdditionalProperties map[string]interface{}
}

EnvironmentCreateRequest struct for EnvironmentCreateRequest

func NewEnvironmentCreateRequest ¶

func NewEnvironmentCreateRequest(name string, region EnvironmentRegionCode, type_ EnvironmentTypeValue, license EnvironmentLicense) *EnvironmentCreateRequest

NewEnvironmentCreateRequest instantiates a new EnvironmentCreateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentCreateRequestWithDefaults ¶

func NewEnvironmentCreateRequestWithDefaults() *EnvironmentCreateRequest

NewEnvironmentCreateRequestWithDefaults instantiates a new EnvironmentCreateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentCreateRequest) GetBillOfMaterials ¶

func (o *EnvironmentCreateRequest) GetBillOfMaterials() EnvironmentBillOfMaterials

GetBillOfMaterials returns the BillOfMaterials field value if set, zero value otherwise.

func (*EnvironmentCreateRequest) GetBillOfMaterialsOk ¶

func (o *EnvironmentCreateRequest) GetBillOfMaterialsOk() (*EnvironmentBillOfMaterials, bool)

GetBillOfMaterialsOk returns a tuple with the BillOfMaterials field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCreateRequest) GetDescription ¶

func (o *EnvironmentCreateRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*EnvironmentCreateRequest) GetDescriptionOk ¶

func (o *EnvironmentCreateRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCreateRequest) GetIcon ¶

func (o *EnvironmentCreateRequest) GetIcon() string

GetIcon returns the Icon field value if set, zero value otherwise.

func (*EnvironmentCreateRequest) GetIconOk ¶

func (o *EnvironmentCreateRequest) GetIconOk() (*string, bool)

GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCreateRequest) GetLicense ¶

GetLicense returns the License field value

func (*EnvironmentCreateRequest) GetLicenseOk ¶

func (o *EnvironmentCreateRequest) GetLicenseOk() (*EnvironmentLicense, bool)

GetLicenseOk returns a tuple with the License field value and a boolean to check if the value has been set.

func (*EnvironmentCreateRequest) GetName ¶

func (o *EnvironmentCreateRequest) GetName() string

GetName returns the Name field value

func (*EnvironmentCreateRequest) GetNameOk ¶

func (o *EnvironmentCreateRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*EnvironmentCreateRequest) GetRegion ¶

GetRegion returns the Region field value

func (*EnvironmentCreateRequest) GetRegionOk ¶

GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.

func (*EnvironmentCreateRequest) GetSubtype ¶ added in v0.3.1

GetSubtype returns the Subtype field value if set, zero value otherwise.

func (*EnvironmentCreateRequest) GetSubtypeOk ¶ added in v0.3.1

GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentCreateRequest) GetType ¶

GetType returns the Type field value

func (*EnvironmentCreateRequest) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*EnvironmentCreateRequest) HasBillOfMaterials ¶

func (o *EnvironmentCreateRequest) HasBillOfMaterials() bool

HasBillOfMaterials returns a boolean if a field has been set.

func (*EnvironmentCreateRequest) HasDescription ¶

func (o *EnvironmentCreateRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*EnvironmentCreateRequest) HasIcon ¶

func (o *EnvironmentCreateRequest) HasIcon() bool

HasIcon returns a boolean if a field has been set.

func (*EnvironmentCreateRequest) HasSubtype ¶ added in v0.3.1

func (o *EnvironmentCreateRequest) HasSubtype() bool

HasSubtype returns a boolean if a field has been set.

func (EnvironmentCreateRequest) LogValue ¶

func (o EnvironmentCreateRequest) LogValue() slog.Value

func (EnvironmentCreateRequest) MarshalJSON ¶

func (o EnvironmentCreateRequest) MarshalJSON() ([]byte, error)

func (*EnvironmentCreateRequest) SetBillOfMaterials ¶

func (o *EnvironmentCreateRequest) SetBillOfMaterials(v EnvironmentBillOfMaterials)

SetBillOfMaterials gets a reference to the given EnvironmentBillOfMaterials and assigns it to the BillOfMaterials field.

func (*EnvironmentCreateRequest) SetDescription ¶

func (o *EnvironmentCreateRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*EnvironmentCreateRequest) SetIcon ¶

func (o *EnvironmentCreateRequest) SetIcon(v string)

SetIcon gets a reference to the given string and assigns it to the Icon field.

func (*EnvironmentCreateRequest) SetLicense ¶

SetLicense sets field value

func (*EnvironmentCreateRequest) SetName ¶

func (o *EnvironmentCreateRequest) SetName(v string)

SetName sets field value

func (*EnvironmentCreateRequest) SetRegion ¶

SetRegion sets field value

func (*EnvironmentCreateRequest) SetSubtype ¶ added in v0.3.1

SetSubtype gets a reference to the given EnvironmentCreateRequestSubtype and assigns it to the Subtype field.

func (*EnvironmentCreateRequest) SetType ¶

SetType sets field value

func (EnvironmentCreateRequest) ToMap ¶

func (o EnvironmentCreateRequest) ToMap() (map[string]interface{}, error)

func (*EnvironmentCreateRequest) UnmarshalJSON ¶

func (o *EnvironmentCreateRequest) UnmarshalJSON(data []byte) (err error)

type EnvironmentCreateRequestSubtype ¶ added in v0.3.1

type EnvironmentCreateRequestSubtype string

EnvironmentCreateRequestSubtype the model 'EnvironmentCreateRequestSubtype'

const (
	ENVIRONMENTCREATEREQUESTSUBTYPE_DEV     EnvironmentCreateRequestSubtype = "DEV"
	ENVIRONMENTCREATEREQUESTSUBTYPE_QA      EnvironmentCreateRequestSubtype = "QA"
	ENVIRONMENTCREATEREQUESTSUBTYPE_STAGING EnvironmentCreateRequestSubtype = "STAGING"
	ENVIRONMENTCREATEREQUESTSUBTYPE_TESTING EnvironmentCreateRequestSubtype = "TESTING"
	ENVIRONMENTCREATEREQUESTSUBTYPE_UAT     EnvironmentCreateRequestSubtype = "UAT"
)

List of Environment_Create_Request_Subtype

func NewEnvironmentCreateRequestSubtypeFromValue ¶ added in v0.3.1

func NewEnvironmentCreateRequestSubtypeFromValue(v string) (*EnvironmentCreateRequestSubtype, error)

NewEnvironmentCreateRequestSubtypeFromValue returns a pointer to a valid EnvironmentCreateRequestSubtype for the value passed as argument, or an error if the value passed is not allowed by the enum

func (EnvironmentCreateRequestSubtype) IsValid ¶ added in v0.3.1

IsValid return true if the value is valid for the enum, false otherwise

func (EnvironmentCreateRequestSubtype) Ptr ¶ added in v0.3.1

Ptr returns reference to Environment_Create_Request_Subtype value

func (*EnvironmentCreateRequestSubtype) UnmarshalJSON ¶ added in v0.3.1

func (v *EnvironmentCreateRequestSubtype) UnmarshalJSON(src []byte) error

type EnvironmentLicense ¶

type EnvironmentLicense struct {
	Id                   uuid.UUID `json:"id"`
	Package              *string   `json:"package,omitempty"`
	AdditionalProperties map[string]interface{}
}

EnvironmentLicense struct for EnvironmentLicense

func NewEnvironmentLicense ¶

func NewEnvironmentLicense(id uuid.UUID) *EnvironmentLicense

NewEnvironmentLicense instantiates a new EnvironmentLicense object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentLicenseWithDefaults ¶

func NewEnvironmentLicenseWithDefaults() *EnvironmentLicense

NewEnvironmentLicenseWithDefaults instantiates a new EnvironmentLicense object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentLicense) GetId ¶

func (o *EnvironmentLicense) GetId() uuid.UUID

GetId returns the Id field value

func (*EnvironmentLicense) GetIdOk ¶

func (o *EnvironmentLicense) GetIdOk() (*uuid.UUID, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*EnvironmentLicense) GetPackage ¶

func (o *EnvironmentLicense) GetPackage() string

GetPackage returns the Package field value if set, zero value otherwise.

func (*EnvironmentLicense) GetPackageOk ¶

func (o *EnvironmentLicense) GetPackageOk() (*string, bool)

GetPackageOk returns a tuple with the Package field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicense) HasPackage ¶

func (o *EnvironmentLicense) HasPackage() bool

HasPackage returns a boolean if a field has been set.

func (EnvironmentLicense) LogValue ¶

func (o EnvironmentLicense) LogValue() slog.Value

func (EnvironmentLicense) MarshalJSON ¶

func (o EnvironmentLicense) MarshalJSON() ([]byte, error)

func (*EnvironmentLicense) SetId ¶

func (o *EnvironmentLicense) SetId(v uuid.UUID)

SetId sets field value

func (*EnvironmentLicense) SetPackage ¶

func (o *EnvironmentLicense) SetPackage(v string)

SetPackage gets a reference to the given string and assigns it to the Package field.

func (EnvironmentLicense) ToMap ¶

func (o EnvironmentLicense) ToMap() (map[string]interface{}, error)

func (*EnvironmentLicense) UnmarshalJSON ¶

func (o *EnvironmentLicense) UnmarshalJSON(data []byte) (err error)

type EnvironmentLicenseQuantities ¶

type EnvironmentLicenseQuantities struct {
	NumberOfAadhaar                 *int64               `json:"numberOfAadhaar,omitempty"`
	NumberOfAccountOwnership        *int64               `json:"numberOfAccountOwnership,omitempty"`
	NumberOfDataVerificationGroup1  *int64               `json:"numberOfDataVerificationGroup1,omitempty"`
	NumberOfDataVerificationGroup2  *int64               `json:"numberOfDataVerificationGroup2,omitempty"`
	NumberOfDataVerificationGroup3  *int64               `json:"numberOfDataVerificationGroup3,omitempty"`
	NumberOfDataVerificationGroup4  *int64               `json:"numberOfDataVerificationGroup4,omitempty"`
	NumberOfDataVerificationGroup5  *int64               `json:"numberOfDataVerificationGroup5,omitempty"`
	NumberOfDataVerifications       *int64               `json:"numberOfDataVerifications,omitempty"`
	NumberOfDeviceReputationScoring *int64               `json:"numberOfDeviceReputationScoring,omitempty"`
	NumberOfGlobalWatchlist         *int64               `json:"numberOfGlobalWatchlist,omitempty"`
	NumberOfLiveAgent               *int64               `json:"numberOfLiveAgent,omitempty"`
	RlgAnalyticsRpm                 *EnvironmentAPILimit `json:"rlgAnalyticsRpm,omitempty"`
	RlgAppRegRpm                    *EnvironmentAPILimit `json:"rlgAppRegRpm,omitempty"`
	RlgAuditRps                     *EnvironmentAPILimit `json:"rlgAuditRps,omitempty"`
	RlgAuthnRps                     *EnvironmentAPILimit `json:"rlgAuthnRps,omitempty"`
	RlgAuthnStartRps                *EnvironmentAPILimit `json:"rlgAuthnStartRps,omitempty"`
	RlgAuthzBulkRps                 *EnvironmentAPILimit `json:"rlgAuthzBulkRps,omitempty"`
	RlgAuthzRps                     *EnvironmentAPILimit `json:"rlgAuthzRps,omitempty"`
	RlgCatchAllRps                  *EnvironmentAPILimit `json:"rlgCatchAllRps,omitempty"`
	RlgConfigRpm                    *EnvironmentAPILimit `json:"rlgConfigRpm,omitempty"`
	RlgCredRpm                      *EnvironmentAPILimit `json:"rlgCredRpm,omitempty"`
	RlgDirAccessRps                 *EnvironmentAPILimit `json:"rlgDirAccessRps,omitempty"`
	RlgDirBulkRps                   *EnvironmentAPILimit `json:"rlgDirBulkRps,omitempty"`
	RlgDirFixedRps                  *EnvironmentAPILimit `json:"rlgDirFixedRps,omitempty"`
	RlgDirWriteRps                  *EnvironmentAPILimit `json:"rlgDirWriteRps,omitempty"`
	RlgDvFlowCallbackRps            *EnvironmentAPILimit `json:"rlgDvFlowCallbackRps,omitempty"`
	RlgDvFlowExecRps                *EnvironmentAPILimit `json:"rlgDvFlowExecRps,omitempty"`
	RlgDvFlowStartRps               *EnvironmentAPILimit `json:"rlgDvFlowStartRps,omitempty"`
	RlgMfaFixedRps                  *EnvironmentAPILimit `json:"rlgMfaFixedRps,omitempty"`
	RlgMfaPollingRps                *EnvironmentAPILimit `json:"rlgMfaPollingRps,omitempty"`
	RlgMfaRps                       *EnvironmentAPILimit `json:"rlgMfaRps,omitempty"`
	RlgPrivilegeRps                 *EnvironmentAPILimit `json:"rlgPrivilegeRps,omitempty"`
	RlgRiskEvalsRps                 *EnvironmentAPILimit `json:"rlgRiskEvalsRps,omitempty"`
	RlgTokenCheckRps                *EnvironmentAPILimit `json:"rlgTokenCheckRps,omitempty"`
	RlgVerifyRpm                    *EnvironmentAPILimit `json:"rlgVerifyRpm,omitempty"`
	AdditionalProperties            map[string]interface{}
}

EnvironmentLicenseQuantities struct for EnvironmentLicenseQuantities

func NewEnvironmentLicenseQuantities ¶

func NewEnvironmentLicenseQuantities() *EnvironmentLicenseQuantities

NewEnvironmentLicenseQuantities instantiates a new EnvironmentLicenseQuantities object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentLicenseQuantitiesWithDefaults ¶

func NewEnvironmentLicenseQuantitiesWithDefaults() *EnvironmentLicenseQuantities

NewEnvironmentLicenseQuantitiesWithDefaults instantiates a new EnvironmentLicenseQuantities object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentLicenseQuantities) GetNumberOfAadhaar ¶

func (o *EnvironmentLicenseQuantities) GetNumberOfAadhaar() int64

GetNumberOfAadhaar returns the NumberOfAadhaar field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetNumberOfAadhaarOk ¶

func (o *EnvironmentLicenseQuantities) GetNumberOfAadhaarOk() (*int64, bool)

GetNumberOfAadhaarOk returns a tuple with the NumberOfAadhaar field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetNumberOfAccountOwnership ¶

func (o *EnvironmentLicenseQuantities) GetNumberOfAccountOwnership() int64

GetNumberOfAccountOwnership returns the NumberOfAccountOwnership field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetNumberOfAccountOwnershipOk ¶

func (o *EnvironmentLicenseQuantities) GetNumberOfAccountOwnershipOk() (*int64, bool)

GetNumberOfAccountOwnershipOk returns a tuple with the NumberOfAccountOwnership field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup1 ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup1() int64

GetNumberOfDataVerificationGroup1 returns the NumberOfDataVerificationGroup1 field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup1Ok ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup1Ok() (*int64, bool)

GetNumberOfDataVerificationGroup1Ok returns a tuple with the NumberOfDataVerificationGroup1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup2 ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup2() int64

GetNumberOfDataVerificationGroup2 returns the NumberOfDataVerificationGroup2 field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup2Ok ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup2Ok() (*int64, bool)

GetNumberOfDataVerificationGroup2Ok returns a tuple with the NumberOfDataVerificationGroup2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup3 ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup3() int64

GetNumberOfDataVerificationGroup3 returns the NumberOfDataVerificationGroup3 field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup3Ok ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup3Ok() (*int64, bool)

GetNumberOfDataVerificationGroup3Ok returns a tuple with the NumberOfDataVerificationGroup3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup4 ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup4() int64

GetNumberOfDataVerificationGroup4 returns the NumberOfDataVerificationGroup4 field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup4Ok ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup4Ok() (*int64, bool)

GetNumberOfDataVerificationGroup4Ok returns a tuple with the NumberOfDataVerificationGroup4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup5 ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup5() int64

GetNumberOfDataVerificationGroup5 returns the NumberOfDataVerificationGroup5 field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup5Ok ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup5Ok() (*int64, bool)

GetNumberOfDataVerificationGroup5Ok returns a tuple with the NumberOfDataVerificationGroup5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetNumberOfDataVerifications ¶

func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerifications() int64

GetNumberOfDataVerifications returns the NumberOfDataVerifications field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetNumberOfDataVerificationsOk ¶

func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationsOk() (*int64, bool)

GetNumberOfDataVerificationsOk returns a tuple with the NumberOfDataVerifications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetNumberOfDeviceReputationScoring ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfDeviceReputationScoring() int64

GetNumberOfDeviceReputationScoring returns the NumberOfDeviceReputationScoring field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetNumberOfDeviceReputationScoringOk ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfDeviceReputationScoringOk() (*int64, bool)

GetNumberOfDeviceReputationScoringOk returns a tuple with the NumberOfDeviceReputationScoring field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetNumberOfGlobalWatchlist ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfGlobalWatchlist() int64

GetNumberOfGlobalWatchlist returns the NumberOfGlobalWatchlist field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetNumberOfGlobalWatchlistOk ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfGlobalWatchlistOk() (*int64, bool)

GetNumberOfGlobalWatchlistOk returns a tuple with the NumberOfGlobalWatchlist field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetNumberOfLiveAgent ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfLiveAgent() int64

GetNumberOfLiveAgent returns the NumberOfLiveAgent field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetNumberOfLiveAgentOk ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetNumberOfLiveAgentOk() (*int64, bool)

GetNumberOfLiveAgentOk returns a tuple with the NumberOfLiveAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgAnalyticsRpm ¶

func (o *EnvironmentLicenseQuantities) GetRlgAnalyticsRpm() EnvironmentAPILimit

GetRlgAnalyticsRpm returns the RlgAnalyticsRpm field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgAnalyticsRpmOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgAnalyticsRpmOk() (*EnvironmentAPILimit, bool)

GetRlgAnalyticsRpmOk returns a tuple with the RlgAnalyticsRpm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgAppRegRpm ¶

GetRlgAppRegRpm returns the RlgAppRegRpm field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgAppRegRpmOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgAppRegRpmOk() (*EnvironmentAPILimit, bool)

GetRlgAppRegRpmOk returns a tuple with the RlgAppRegRpm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgAuditRps ¶

GetRlgAuditRps returns the RlgAuditRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgAuditRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgAuditRpsOk() (*EnvironmentAPILimit, bool)

GetRlgAuditRpsOk returns a tuple with the RlgAuditRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgAuthnRps ¶

GetRlgAuthnRps returns the RlgAuthnRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgAuthnRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgAuthnRpsOk() (*EnvironmentAPILimit, bool)

GetRlgAuthnRpsOk returns a tuple with the RlgAuthnRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgAuthnStartRps ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetRlgAuthnStartRps() EnvironmentAPILimit

GetRlgAuthnStartRps returns the RlgAuthnStartRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgAuthnStartRpsOk ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetRlgAuthnStartRpsOk() (*EnvironmentAPILimit, bool)

GetRlgAuthnStartRpsOk returns a tuple with the RlgAuthnStartRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgAuthzBulkRps ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetRlgAuthzBulkRps() EnvironmentAPILimit

GetRlgAuthzBulkRps returns the RlgAuthzBulkRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgAuthzBulkRpsOk ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetRlgAuthzBulkRpsOk() (*EnvironmentAPILimit, bool)

GetRlgAuthzBulkRpsOk returns a tuple with the RlgAuthzBulkRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgAuthzRps ¶

GetRlgAuthzRps returns the RlgAuthzRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgAuthzRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgAuthzRpsOk() (*EnvironmentAPILimit, bool)

GetRlgAuthzRpsOk returns a tuple with the RlgAuthzRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgCatchAllRps ¶

func (o *EnvironmentLicenseQuantities) GetRlgCatchAllRps() EnvironmentAPILimit

GetRlgCatchAllRps returns the RlgCatchAllRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgCatchAllRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgCatchAllRpsOk() (*EnvironmentAPILimit, bool)

GetRlgCatchAllRpsOk returns a tuple with the RlgCatchAllRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgConfigRpm ¶

GetRlgConfigRpm returns the RlgConfigRpm field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgConfigRpmOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgConfigRpmOk() (*EnvironmentAPILimit, bool)

GetRlgConfigRpmOk returns a tuple with the RlgConfigRpm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgCredRpm ¶

GetRlgCredRpm returns the RlgCredRpm field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgCredRpmOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgCredRpmOk() (*EnvironmentAPILimit, bool)

GetRlgCredRpmOk returns a tuple with the RlgCredRpm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgDirAccessRps ¶

func (o *EnvironmentLicenseQuantities) GetRlgDirAccessRps() EnvironmentAPILimit

GetRlgDirAccessRps returns the RlgDirAccessRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgDirAccessRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgDirAccessRpsOk() (*EnvironmentAPILimit, bool)

GetRlgDirAccessRpsOk returns a tuple with the RlgDirAccessRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgDirBulkRps ¶

func (o *EnvironmentLicenseQuantities) GetRlgDirBulkRps() EnvironmentAPILimit

GetRlgDirBulkRps returns the RlgDirBulkRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgDirBulkRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgDirBulkRpsOk() (*EnvironmentAPILimit, bool)

GetRlgDirBulkRpsOk returns a tuple with the RlgDirBulkRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgDirFixedRps ¶

func (o *EnvironmentLicenseQuantities) GetRlgDirFixedRps() EnvironmentAPILimit

GetRlgDirFixedRps returns the RlgDirFixedRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgDirFixedRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgDirFixedRpsOk() (*EnvironmentAPILimit, bool)

GetRlgDirFixedRpsOk returns a tuple with the RlgDirFixedRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgDirWriteRps ¶

func (o *EnvironmentLicenseQuantities) GetRlgDirWriteRps() EnvironmentAPILimit

GetRlgDirWriteRps returns the RlgDirWriteRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgDirWriteRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgDirWriteRpsOk() (*EnvironmentAPILimit, bool)

GetRlgDirWriteRpsOk returns a tuple with the RlgDirWriteRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgDvFlowCallbackRps ¶

func (o *EnvironmentLicenseQuantities) GetRlgDvFlowCallbackRps() EnvironmentAPILimit

GetRlgDvFlowCallbackRps returns the RlgDvFlowCallbackRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgDvFlowCallbackRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgDvFlowCallbackRpsOk() (*EnvironmentAPILimit, bool)

GetRlgDvFlowCallbackRpsOk returns a tuple with the RlgDvFlowCallbackRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgDvFlowExecRps ¶

func (o *EnvironmentLicenseQuantities) GetRlgDvFlowExecRps() EnvironmentAPILimit

GetRlgDvFlowExecRps returns the RlgDvFlowExecRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgDvFlowExecRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgDvFlowExecRpsOk() (*EnvironmentAPILimit, bool)

GetRlgDvFlowExecRpsOk returns a tuple with the RlgDvFlowExecRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgDvFlowStartRps ¶

func (o *EnvironmentLicenseQuantities) GetRlgDvFlowStartRps() EnvironmentAPILimit

GetRlgDvFlowStartRps returns the RlgDvFlowStartRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgDvFlowStartRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgDvFlowStartRpsOk() (*EnvironmentAPILimit, bool)

GetRlgDvFlowStartRpsOk returns a tuple with the RlgDvFlowStartRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgMfaFixedRps ¶

func (o *EnvironmentLicenseQuantities) GetRlgMfaFixedRps() EnvironmentAPILimit

GetRlgMfaFixedRps returns the RlgMfaFixedRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgMfaFixedRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgMfaFixedRpsOk() (*EnvironmentAPILimit, bool)

GetRlgMfaFixedRpsOk returns a tuple with the RlgMfaFixedRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgMfaPollingRps ¶

func (o *EnvironmentLicenseQuantities) GetRlgMfaPollingRps() EnvironmentAPILimit

GetRlgMfaPollingRps returns the RlgMfaPollingRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgMfaPollingRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgMfaPollingRpsOk() (*EnvironmentAPILimit, bool)

GetRlgMfaPollingRpsOk returns a tuple with the RlgMfaPollingRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgMfaRps ¶

GetRlgMfaRps returns the RlgMfaRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgMfaRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgMfaRpsOk() (*EnvironmentAPILimit, bool)

GetRlgMfaRpsOk returns a tuple with the RlgMfaRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgPrivilegeRps ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetRlgPrivilegeRps() EnvironmentAPILimit

GetRlgPrivilegeRps returns the RlgPrivilegeRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgPrivilegeRpsOk ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) GetRlgPrivilegeRpsOk() (*EnvironmentAPILimit, bool)

GetRlgPrivilegeRpsOk returns a tuple with the RlgPrivilegeRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgRiskEvalsRps ¶

func (o *EnvironmentLicenseQuantities) GetRlgRiskEvalsRps() EnvironmentAPILimit

GetRlgRiskEvalsRps returns the RlgRiskEvalsRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgRiskEvalsRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgRiskEvalsRpsOk() (*EnvironmentAPILimit, bool)

GetRlgRiskEvalsRpsOk returns a tuple with the RlgRiskEvalsRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgTokenCheckRps ¶

func (o *EnvironmentLicenseQuantities) GetRlgTokenCheckRps() EnvironmentAPILimit

GetRlgTokenCheckRps returns the RlgTokenCheckRps field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgTokenCheckRpsOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgTokenCheckRpsOk() (*EnvironmentAPILimit, bool)

GetRlgTokenCheckRpsOk returns a tuple with the RlgTokenCheckRps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) GetRlgVerifyRpm ¶

GetRlgVerifyRpm returns the RlgVerifyRpm field value if set, zero value otherwise.

func (*EnvironmentLicenseQuantities) GetRlgVerifyRpmOk ¶

func (o *EnvironmentLicenseQuantities) GetRlgVerifyRpmOk() (*EnvironmentAPILimit, bool)

GetRlgVerifyRpmOk returns a tuple with the RlgVerifyRpm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentLicenseQuantities) HasNumberOfAadhaar ¶

func (o *EnvironmentLicenseQuantities) HasNumberOfAadhaar() bool

HasNumberOfAadhaar returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasNumberOfAccountOwnership ¶

func (o *EnvironmentLicenseQuantities) HasNumberOfAccountOwnership() bool

HasNumberOfAccountOwnership returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasNumberOfDataVerificationGroup1 ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) HasNumberOfDataVerificationGroup1() bool

HasNumberOfDataVerificationGroup1 returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasNumberOfDataVerificationGroup2 ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) HasNumberOfDataVerificationGroup2() bool

HasNumberOfDataVerificationGroup2 returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasNumberOfDataVerificationGroup3 ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) HasNumberOfDataVerificationGroup3() bool

HasNumberOfDataVerificationGroup3 returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasNumberOfDataVerificationGroup4 ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) HasNumberOfDataVerificationGroup4() bool

HasNumberOfDataVerificationGroup4 returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasNumberOfDataVerificationGroup5 ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) HasNumberOfDataVerificationGroup5() bool

HasNumberOfDataVerificationGroup5 returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasNumberOfDataVerifications ¶

func (o *EnvironmentLicenseQuantities) HasNumberOfDataVerifications() bool

HasNumberOfDataVerifications returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasNumberOfDeviceReputationScoring ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) HasNumberOfDeviceReputationScoring() bool

HasNumberOfDeviceReputationScoring returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasNumberOfGlobalWatchlist ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) HasNumberOfGlobalWatchlist() bool

HasNumberOfGlobalWatchlist returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasNumberOfLiveAgent ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) HasNumberOfLiveAgent() bool

HasNumberOfLiveAgent returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgAnalyticsRpm ¶

func (o *EnvironmentLicenseQuantities) HasRlgAnalyticsRpm() bool

HasRlgAnalyticsRpm returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgAppRegRpm ¶

func (o *EnvironmentLicenseQuantities) HasRlgAppRegRpm() bool

HasRlgAppRegRpm returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgAuditRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgAuditRps() bool

HasRlgAuditRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgAuthnRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgAuthnRps() bool

HasRlgAuthnRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgAuthnStartRps ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) HasRlgAuthnStartRps() bool

HasRlgAuthnStartRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgAuthzBulkRps ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) HasRlgAuthzBulkRps() bool

HasRlgAuthzBulkRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgAuthzRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgAuthzRps() bool

HasRlgAuthzRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgCatchAllRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgCatchAllRps() bool

HasRlgCatchAllRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgConfigRpm ¶

func (o *EnvironmentLicenseQuantities) HasRlgConfigRpm() bool

HasRlgConfigRpm returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgCredRpm ¶

func (o *EnvironmentLicenseQuantities) HasRlgCredRpm() bool

HasRlgCredRpm returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgDirAccessRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgDirAccessRps() bool

HasRlgDirAccessRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgDirBulkRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgDirBulkRps() bool

HasRlgDirBulkRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgDirFixedRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgDirFixedRps() bool

HasRlgDirFixedRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgDirWriteRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgDirWriteRps() bool

HasRlgDirWriteRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgDvFlowCallbackRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgDvFlowCallbackRps() bool

HasRlgDvFlowCallbackRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgDvFlowExecRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgDvFlowExecRps() bool

HasRlgDvFlowExecRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgDvFlowStartRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgDvFlowStartRps() bool

HasRlgDvFlowStartRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgMfaFixedRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgMfaFixedRps() bool

HasRlgMfaFixedRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgMfaPollingRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgMfaPollingRps() bool

HasRlgMfaPollingRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgMfaRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgMfaRps() bool

HasRlgMfaRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgPrivilegeRps ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) HasRlgPrivilegeRps() bool

HasRlgPrivilegeRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgRiskEvalsRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgRiskEvalsRps() bool

HasRlgRiskEvalsRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgTokenCheckRps ¶

func (o *EnvironmentLicenseQuantities) HasRlgTokenCheckRps() bool

HasRlgTokenCheckRps returns a boolean if a field has been set.

func (*EnvironmentLicenseQuantities) HasRlgVerifyRpm ¶

func (o *EnvironmentLicenseQuantities) HasRlgVerifyRpm() bool

HasRlgVerifyRpm returns a boolean if a field has been set.

func (EnvironmentLicenseQuantities) LogValue ¶

func (EnvironmentLicenseQuantities) MarshalJSON ¶

func (o EnvironmentLicenseQuantities) MarshalJSON() ([]byte, error)

func (*EnvironmentLicenseQuantities) SetNumberOfAadhaar ¶

func (o *EnvironmentLicenseQuantities) SetNumberOfAadhaar(v int64)

SetNumberOfAadhaar gets a reference to the given int64 and assigns it to the NumberOfAadhaar field.

func (*EnvironmentLicenseQuantities) SetNumberOfAccountOwnership ¶

func (o *EnvironmentLicenseQuantities) SetNumberOfAccountOwnership(v int64)

SetNumberOfAccountOwnership gets a reference to the given int64 and assigns it to the NumberOfAccountOwnership field.

func (*EnvironmentLicenseQuantities) SetNumberOfDataVerificationGroup1 ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) SetNumberOfDataVerificationGroup1(v int64)

SetNumberOfDataVerificationGroup1 gets a reference to the given int64 and assigns it to the NumberOfDataVerificationGroup1 field.

func (*EnvironmentLicenseQuantities) SetNumberOfDataVerificationGroup2 ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) SetNumberOfDataVerificationGroup2(v int64)

SetNumberOfDataVerificationGroup2 gets a reference to the given int64 and assigns it to the NumberOfDataVerificationGroup2 field.

func (*EnvironmentLicenseQuantities) SetNumberOfDataVerificationGroup3 ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) SetNumberOfDataVerificationGroup3(v int64)

SetNumberOfDataVerificationGroup3 gets a reference to the given int64 and assigns it to the NumberOfDataVerificationGroup3 field.

func (*EnvironmentLicenseQuantities) SetNumberOfDataVerificationGroup4 ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) SetNumberOfDataVerificationGroup4(v int64)

SetNumberOfDataVerificationGroup4 gets a reference to the given int64 and assigns it to the NumberOfDataVerificationGroup4 field.

func (*EnvironmentLicenseQuantities) SetNumberOfDataVerificationGroup5 ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) SetNumberOfDataVerificationGroup5(v int64)

SetNumberOfDataVerificationGroup5 gets a reference to the given int64 and assigns it to the NumberOfDataVerificationGroup5 field.

func (*EnvironmentLicenseQuantities) SetNumberOfDataVerifications ¶

func (o *EnvironmentLicenseQuantities) SetNumberOfDataVerifications(v int64)

SetNumberOfDataVerifications gets a reference to the given int64 and assigns it to the NumberOfDataVerifications field.

func (*EnvironmentLicenseQuantities) SetNumberOfDeviceReputationScoring ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) SetNumberOfDeviceReputationScoring(v int64)

SetNumberOfDeviceReputationScoring gets a reference to the given int64 and assigns it to the NumberOfDeviceReputationScoring field.

func (*EnvironmentLicenseQuantities) SetNumberOfGlobalWatchlist ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) SetNumberOfGlobalWatchlist(v int64)

SetNumberOfGlobalWatchlist gets a reference to the given int64 and assigns it to the NumberOfGlobalWatchlist field.

func (*EnvironmentLicenseQuantities) SetNumberOfLiveAgent ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) SetNumberOfLiveAgent(v int64)

SetNumberOfLiveAgent gets a reference to the given int64 and assigns it to the NumberOfLiveAgent field.

func (*EnvironmentLicenseQuantities) SetRlgAnalyticsRpm ¶

func (o *EnvironmentLicenseQuantities) SetRlgAnalyticsRpm(v EnvironmentAPILimit)

SetRlgAnalyticsRpm gets a reference to the given EnvironmentAPILimit and assigns it to the RlgAnalyticsRpm field.

func (*EnvironmentLicenseQuantities) SetRlgAppRegRpm ¶

func (o *EnvironmentLicenseQuantities) SetRlgAppRegRpm(v EnvironmentAPILimit)

SetRlgAppRegRpm gets a reference to the given EnvironmentAPILimit and assigns it to the RlgAppRegRpm field.

func (*EnvironmentLicenseQuantities) SetRlgAuditRps ¶

SetRlgAuditRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgAuditRps field.

func (*EnvironmentLicenseQuantities) SetRlgAuthnRps ¶

SetRlgAuthnRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgAuthnRps field.

func (*EnvironmentLicenseQuantities) SetRlgAuthnStartRps ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) SetRlgAuthnStartRps(v EnvironmentAPILimit)

SetRlgAuthnStartRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgAuthnStartRps field.

func (*EnvironmentLicenseQuantities) SetRlgAuthzBulkRps ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) SetRlgAuthzBulkRps(v EnvironmentAPILimit)

SetRlgAuthzBulkRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgAuthzBulkRps field.

func (*EnvironmentLicenseQuantities) SetRlgAuthzRps ¶

SetRlgAuthzRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgAuthzRps field.

func (*EnvironmentLicenseQuantities) SetRlgCatchAllRps ¶

func (o *EnvironmentLicenseQuantities) SetRlgCatchAllRps(v EnvironmentAPILimit)

SetRlgCatchAllRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgCatchAllRps field.

func (*EnvironmentLicenseQuantities) SetRlgConfigRpm ¶

func (o *EnvironmentLicenseQuantities) SetRlgConfigRpm(v EnvironmentAPILimit)

SetRlgConfigRpm gets a reference to the given EnvironmentAPILimit and assigns it to the RlgConfigRpm field.

func (*EnvironmentLicenseQuantities) SetRlgCredRpm ¶

SetRlgCredRpm gets a reference to the given EnvironmentAPILimit and assigns it to the RlgCredRpm field.

func (*EnvironmentLicenseQuantities) SetRlgDirAccessRps ¶

func (o *EnvironmentLicenseQuantities) SetRlgDirAccessRps(v EnvironmentAPILimit)

SetRlgDirAccessRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgDirAccessRps field.

func (*EnvironmentLicenseQuantities) SetRlgDirBulkRps ¶

func (o *EnvironmentLicenseQuantities) SetRlgDirBulkRps(v EnvironmentAPILimit)

SetRlgDirBulkRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgDirBulkRps field.

func (*EnvironmentLicenseQuantities) SetRlgDirFixedRps ¶

func (o *EnvironmentLicenseQuantities) SetRlgDirFixedRps(v EnvironmentAPILimit)

SetRlgDirFixedRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgDirFixedRps field.

func (*EnvironmentLicenseQuantities) SetRlgDirWriteRps ¶

func (o *EnvironmentLicenseQuantities) SetRlgDirWriteRps(v EnvironmentAPILimit)

SetRlgDirWriteRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgDirWriteRps field.

func (*EnvironmentLicenseQuantities) SetRlgDvFlowCallbackRps ¶

func (o *EnvironmentLicenseQuantities) SetRlgDvFlowCallbackRps(v EnvironmentAPILimit)

SetRlgDvFlowCallbackRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgDvFlowCallbackRps field.

func (*EnvironmentLicenseQuantities) SetRlgDvFlowExecRps ¶

func (o *EnvironmentLicenseQuantities) SetRlgDvFlowExecRps(v EnvironmentAPILimit)

SetRlgDvFlowExecRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgDvFlowExecRps field.

func (*EnvironmentLicenseQuantities) SetRlgDvFlowStartRps ¶

func (o *EnvironmentLicenseQuantities) SetRlgDvFlowStartRps(v EnvironmentAPILimit)

SetRlgDvFlowStartRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgDvFlowStartRps field.

func (*EnvironmentLicenseQuantities) SetRlgMfaFixedRps ¶

func (o *EnvironmentLicenseQuantities) SetRlgMfaFixedRps(v EnvironmentAPILimit)

SetRlgMfaFixedRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgMfaFixedRps field.

func (*EnvironmentLicenseQuantities) SetRlgMfaPollingRps ¶

func (o *EnvironmentLicenseQuantities) SetRlgMfaPollingRps(v EnvironmentAPILimit)

SetRlgMfaPollingRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgMfaPollingRps field.

func (*EnvironmentLicenseQuantities) SetRlgMfaRps ¶

SetRlgMfaRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgMfaRps field.

func (*EnvironmentLicenseQuantities) SetRlgPrivilegeRps ¶ added in v0.3.0

func (o *EnvironmentLicenseQuantities) SetRlgPrivilegeRps(v EnvironmentAPILimit)

SetRlgPrivilegeRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgPrivilegeRps field.

func (*EnvironmentLicenseQuantities) SetRlgRiskEvalsRps ¶

func (o *EnvironmentLicenseQuantities) SetRlgRiskEvalsRps(v EnvironmentAPILimit)

SetRlgRiskEvalsRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgRiskEvalsRps field.

func (*EnvironmentLicenseQuantities) SetRlgTokenCheckRps ¶

func (o *EnvironmentLicenseQuantities) SetRlgTokenCheckRps(v EnvironmentAPILimit)

SetRlgTokenCheckRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgTokenCheckRps field.

func (*EnvironmentLicenseQuantities) SetRlgVerifyRpm ¶

func (o *EnvironmentLicenseQuantities) SetRlgVerifyRpm(v EnvironmentAPILimit)

SetRlgVerifyRpm gets a reference to the given EnvironmentAPILimit and assigns it to the RlgVerifyRpm field.

func (EnvironmentLicenseQuantities) ToMap ¶

func (o EnvironmentLicenseQuantities) ToMap() (map[string]interface{}, error)

func (*EnvironmentLicenseQuantities) UnmarshalJSON ¶

func (o *EnvironmentLicenseQuantities) UnmarshalJSON(data []byte) (err error)

type EnvironmentRegionCode ¶

type EnvironmentRegionCode string

EnvironmentRegionCode the model 'EnvironmentRegionCode'

const (
	ENVIRONMENTREGIONCODE_AP EnvironmentRegionCode = "AP"
	ENVIRONMENTREGIONCODE_AU EnvironmentRegionCode = "AU"
	ENVIRONMENTREGIONCODE_CA EnvironmentRegionCode = "CA"
	ENVIRONMENTREGIONCODE_EU EnvironmentRegionCode = "EU"
	ENVIRONMENTREGIONCODE_NA EnvironmentRegionCode = "NA"
	ENVIRONMENTREGIONCODE_SG EnvironmentRegionCode = "SG"
)

List of EnvironmentRegionCode

func NewEnvironmentRegionCodeFromValue ¶

func NewEnvironmentRegionCodeFromValue(v string) (*EnvironmentRegionCode, error)

NewEnvironmentRegionCodeFromValue returns a pointer to a valid EnvironmentRegionCode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (EnvironmentRegionCode) IsValid ¶

func (v EnvironmentRegionCode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (EnvironmentRegionCode) Ptr ¶

Ptr returns reference to EnvironmentRegionCode value

func (*EnvironmentRegionCode) UnmarshalJSON ¶

func (v *EnvironmentRegionCode) UnmarshalJSON(src []byte) error

type EnvironmentReplaceRequest ¶

type EnvironmentReplaceRequest struct {
	Name                 string                                    `json:"name"`
	Region               EnvironmentRegionCode                     `json:"region"`
	Type                 EnvironmentTypeValue                      `json:"type"`
	BillOfMaterials      *EnvironmentBillOfMaterialsReplaceRequest `json:"billOfMaterials,omitempty"`
	Description          *string                                   `json:"description,omitempty"`
	Icon                 *string                                   `json:"icon,omitempty"`
	License              *EnvironmentLicense                       `json:"license,omitempty"`
	Status               *EnvironmentStatusValue                   `json:"status,omitempty"`
	Subtype              *EnvironmentReplaceRequestSubtype         `json:"subtype,omitempty"`
	AdditionalProperties map[string]interface{}
}

EnvironmentReplaceRequest struct for EnvironmentReplaceRequest

func NewEnvironmentReplaceRequest ¶

func NewEnvironmentReplaceRequest(name string, region EnvironmentRegionCode, type_ EnvironmentTypeValue) *EnvironmentReplaceRequest

NewEnvironmentReplaceRequest instantiates a new EnvironmentReplaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentReplaceRequestWithDefaults ¶

func NewEnvironmentReplaceRequestWithDefaults() *EnvironmentReplaceRequest

NewEnvironmentReplaceRequestWithDefaults instantiates a new EnvironmentReplaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentReplaceRequest) GetBillOfMaterials ¶

GetBillOfMaterials returns the BillOfMaterials field value if set, zero value otherwise.

func (*EnvironmentReplaceRequest) GetBillOfMaterialsOk ¶

GetBillOfMaterialsOk returns a tuple with the BillOfMaterials field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReplaceRequest) GetDescription ¶

func (o *EnvironmentReplaceRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*EnvironmentReplaceRequest) GetDescriptionOk ¶

func (o *EnvironmentReplaceRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReplaceRequest) GetIcon ¶

func (o *EnvironmentReplaceRequest) GetIcon() string

GetIcon returns the Icon field value if set, zero value otherwise.

func (*EnvironmentReplaceRequest) GetIconOk ¶

func (o *EnvironmentReplaceRequest) GetIconOk() (*string, bool)

GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReplaceRequest) GetLicense ¶

GetLicense returns the License field value if set, zero value otherwise.

func (*EnvironmentReplaceRequest) GetLicenseOk ¶

func (o *EnvironmentReplaceRequest) GetLicenseOk() (*EnvironmentLicense, bool)

GetLicenseOk returns a tuple with the License field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReplaceRequest) GetName ¶

func (o *EnvironmentReplaceRequest) GetName() string

GetName returns the Name field value

func (*EnvironmentReplaceRequest) GetNameOk ¶

func (o *EnvironmentReplaceRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*EnvironmentReplaceRequest) GetRegion ¶

GetRegion returns the Region field value

func (*EnvironmentReplaceRequest) GetRegionOk ¶

GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.

func (*EnvironmentReplaceRequest) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*EnvironmentReplaceRequest) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReplaceRequest) GetSubtype ¶ added in v0.3.1

GetSubtype returns the Subtype field value if set, zero value otherwise.

func (*EnvironmentReplaceRequest) GetSubtypeOk ¶ added in v0.3.1

GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentReplaceRequest) GetType ¶

GetType returns the Type field value

func (*EnvironmentReplaceRequest) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*EnvironmentReplaceRequest) HasBillOfMaterials ¶

func (o *EnvironmentReplaceRequest) HasBillOfMaterials() bool

HasBillOfMaterials returns a boolean if a field has been set.

func (*EnvironmentReplaceRequest) HasDescription ¶

func (o *EnvironmentReplaceRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*EnvironmentReplaceRequest) HasIcon ¶

func (o *EnvironmentReplaceRequest) HasIcon() bool

HasIcon returns a boolean if a field has been set.

func (*EnvironmentReplaceRequest) HasLicense ¶

func (o *EnvironmentReplaceRequest) HasLicense() bool

HasLicense returns a boolean if a field has been set.

func (*EnvironmentReplaceRequest) HasStatus ¶

func (o *EnvironmentReplaceRequest) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*EnvironmentReplaceRequest) HasSubtype ¶ added in v0.3.1

func (o *EnvironmentReplaceRequest) HasSubtype() bool

HasSubtype returns a boolean if a field has been set.

func (EnvironmentReplaceRequest) LogValue ¶

func (o EnvironmentReplaceRequest) LogValue() slog.Value

func (EnvironmentReplaceRequest) MarshalJSON ¶

func (o EnvironmentReplaceRequest) MarshalJSON() ([]byte, error)

func (*EnvironmentReplaceRequest) SetBillOfMaterials ¶

SetBillOfMaterials gets a reference to the given EnvironmentBillOfMaterialsReplaceRequest and assigns it to the BillOfMaterials field.

func (*EnvironmentReplaceRequest) SetDescription ¶

func (o *EnvironmentReplaceRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*EnvironmentReplaceRequest) SetIcon ¶

func (o *EnvironmentReplaceRequest) SetIcon(v string)

SetIcon gets a reference to the given string and assigns it to the Icon field.

func (*EnvironmentReplaceRequest) SetLicense ¶

SetLicense gets a reference to the given EnvironmentLicense and assigns it to the License field.

func (*EnvironmentReplaceRequest) SetName ¶

func (o *EnvironmentReplaceRequest) SetName(v string)

SetName sets field value

func (*EnvironmentReplaceRequest) SetRegion ¶

SetRegion sets field value

func (*EnvironmentReplaceRequest) SetStatus ¶

SetStatus gets a reference to the given EnvironmentStatusValue and assigns it to the Status field.

func (*EnvironmentReplaceRequest) SetSubtype ¶ added in v0.3.1

SetSubtype gets a reference to the given EnvironmentReplaceRequestSubtype and assigns it to the Subtype field.

func (*EnvironmentReplaceRequest) SetType ¶

SetType sets field value

func (EnvironmentReplaceRequest) ToMap ¶

func (o EnvironmentReplaceRequest) ToMap() (map[string]interface{}, error)

func (*EnvironmentReplaceRequest) UnmarshalJSON ¶

func (o *EnvironmentReplaceRequest) UnmarshalJSON(data []byte) (err error)

type EnvironmentReplaceRequestSubtype ¶ added in v0.3.1

type EnvironmentReplaceRequestSubtype string

EnvironmentReplaceRequestSubtype the model 'EnvironmentReplaceRequestSubtype'

const (
	ENVIRONMENTREPLACEREQUESTSUBTYPE_DEV     EnvironmentReplaceRequestSubtype = "DEV"
	ENVIRONMENTREPLACEREQUESTSUBTYPE_QA      EnvironmentReplaceRequestSubtype = "QA"
	ENVIRONMENTREPLACEREQUESTSUBTYPE_STAGING EnvironmentReplaceRequestSubtype = "STAGING"
	ENVIRONMENTREPLACEREQUESTSUBTYPE_TESTING EnvironmentReplaceRequestSubtype = "TESTING"
	ENVIRONMENTREPLACEREQUESTSUBTYPE_UAT     EnvironmentReplaceRequestSubtype = "UAT"
)

List of Environment_Replace_Request_Subtype

func NewEnvironmentReplaceRequestSubtypeFromValue ¶ added in v0.3.1

func NewEnvironmentReplaceRequestSubtypeFromValue(v string) (*EnvironmentReplaceRequestSubtype, error)

NewEnvironmentReplaceRequestSubtypeFromValue returns a pointer to a valid EnvironmentReplaceRequestSubtype for the value passed as argument, or an error if the value passed is not allowed by the enum

func (EnvironmentReplaceRequestSubtype) IsValid ¶ added in v0.3.1

IsValid return true if the value is valid for the enum, false otherwise

func (EnvironmentReplaceRequestSubtype) Ptr ¶ added in v0.3.1

Ptr returns reference to Environment_Replace_Request_Subtype value

func (*EnvironmentReplaceRequestSubtype) UnmarshalJSON ¶ added in v0.3.1

func (v *EnvironmentReplaceRequestSubtype) UnmarshalJSON(src []byte) error

type EnvironmentResponse ¶

type EnvironmentResponse struct {
	Name                    string                            `json:"name"`
	Region                  EnvironmentRegionCode             `json:"region"`
	Type                    EnvironmentTypeValue              `json:"type"`
	CreatedAt               time.Time                         `json:"createdAt"`
	UpdatedAt               time.Time                         `json:"updatedAt"`
	Id                      uuid.UUID                         `json:"id"`
	Organization            ResourceRelationshipReadOnly      `json:"organization"`
	Embedded                map[string]map[string]interface{} `json:"_embedded,omitempty"`
	Links                   *EnvironmentResponseLinks         `json:"_links,omitempty"`
	BillOfMaterials         *EnvironmentBillOfMaterials       `json:"billOfMaterials,omitempty"`
	Description             *string                           `json:"description,omitempty"`
	EnvironmentCapabilities *EnvironmentCapabilities          `json:"environmentCapabilities,omitempty"`
	HardDeleteAllowedAt     *time.Time                        `json:"hardDeleteAllowedAt,omitempty"`
	Icon                    *string                           `json:"icon,omitempty"`
	License                 *EnvironmentLicense               `json:"license,omitempty"`
	PingoneAccountId        *string                           `json:"pingoneAccountId,omitempty"`
	SoftDeletedAt           *time.Time                        `json:"softDeletedAt,omitempty"`
	Status                  *EnvironmentStatusValue           `json:"status,omitempty"`
	Subtype                 *EnvironmentResponseSubtype       `json:"subtype,omitempty"`
	AdditionalProperties    map[string]interface{}
}

EnvironmentResponse struct for EnvironmentResponse

func NewEnvironmentResponse ¶

func NewEnvironmentResponse(name string, region EnvironmentRegionCode, type_ EnvironmentTypeValue, createdAt time.Time, updatedAt time.Time, id uuid.UUID, organization ResourceRelationshipReadOnly) *EnvironmentResponse

NewEnvironmentResponse instantiates a new EnvironmentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentResponseWithDefaults ¶

func NewEnvironmentResponseWithDefaults() *EnvironmentResponse

NewEnvironmentResponseWithDefaults instantiates a new EnvironmentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentResponse) GetBillOfMaterials ¶

func (o *EnvironmentResponse) GetBillOfMaterials() EnvironmentBillOfMaterials

GetBillOfMaterials returns the BillOfMaterials field value if set, zero value otherwise.

func (*EnvironmentResponse) GetBillOfMaterialsOk ¶

func (o *EnvironmentResponse) GetBillOfMaterialsOk() (*EnvironmentBillOfMaterials, bool)

GetBillOfMaterialsOk returns a tuple with the BillOfMaterials field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetCreatedAt ¶

func (o *EnvironmentResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value

func (*EnvironmentResponse) GetCreatedAtOk ¶

func (o *EnvironmentResponse) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetDescription ¶

func (o *EnvironmentResponse) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*EnvironmentResponse) GetDescriptionOk ¶

func (o *EnvironmentResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetEmbedded ¶

func (o *EnvironmentResponse) GetEmbedded() map[string]map[string]interface{}

GetEmbedded returns the Embedded field value if set, zero value otherwise.

func (*EnvironmentResponse) GetEmbeddedOk ¶

func (o *EnvironmentResponse) GetEmbeddedOk() (map[string]map[string]interface{}, bool)

GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetEnvironmentCapabilities ¶

func (o *EnvironmentResponse) GetEnvironmentCapabilities() EnvironmentCapabilities

GetEnvironmentCapabilities returns the EnvironmentCapabilities field value if set, zero value otherwise.

func (*EnvironmentResponse) GetEnvironmentCapabilitiesOk ¶

func (o *EnvironmentResponse) GetEnvironmentCapabilitiesOk() (*EnvironmentCapabilities, bool)

GetEnvironmentCapabilitiesOk returns a tuple with the EnvironmentCapabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetHardDeleteAllowedAt ¶

func (o *EnvironmentResponse) GetHardDeleteAllowedAt() time.Time

GetHardDeleteAllowedAt returns the HardDeleteAllowedAt field value if set, zero value otherwise.

func (*EnvironmentResponse) GetHardDeleteAllowedAtOk ¶

func (o *EnvironmentResponse) GetHardDeleteAllowedAtOk() (*time.Time, bool)

GetHardDeleteAllowedAtOk returns a tuple with the HardDeleteAllowedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetIcon ¶

func (o *EnvironmentResponse) GetIcon() string

GetIcon returns the Icon field value if set, zero value otherwise.

func (*EnvironmentResponse) GetIconOk ¶

func (o *EnvironmentResponse) GetIconOk() (*string, bool)

GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetId ¶

func (o *EnvironmentResponse) GetId() uuid.UUID

GetId returns the Id field value

func (*EnvironmentResponse) GetIdOk ¶

func (o *EnvironmentResponse) GetIdOk() (*uuid.UUID, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetLicense ¶

func (o *EnvironmentResponse) GetLicense() EnvironmentLicense

GetLicense returns the License field value if set, zero value otherwise.

func (*EnvironmentResponse) GetLicenseOk ¶

func (o *EnvironmentResponse) GetLicenseOk() (*EnvironmentLicense, bool)

GetLicenseOk returns a tuple with the License field value if set, nil otherwise and a boolean to check if the value has been set.

GetLinks returns the Links field value if set, zero value otherwise.

func (*EnvironmentResponse) GetLinksOk ¶

GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetName ¶

func (o *EnvironmentResponse) GetName() string

GetName returns the Name field value

func (*EnvironmentResponse) GetNameOk ¶

func (o *EnvironmentResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetOrganization ¶

GetOrganization returns the Organization field value

func (*EnvironmentResponse) GetOrganizationOk ¶

func (o *EnvironmentResponse) GetOrganizationOk() (*ResourceRelationshipReadOnly, bool)

GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetPingoneAccountId ¶

func (o *EnvironmentResponse) GetPingoneAccountId() string

GetPingoneAccountId returns the PingoneAccountId field value if set, zero value otherwise.

func (*EnvironmentResponse) GetPingoneAccountIdOk ¶

func (o *EnvironmentResponse) GetPingoneAccountIdOk() (*string, bool)

GetPingoneAccountIdOk returns a tuple with the PingoneAccountId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetRegion ¶

GetRegion returns the Region field value

func (*EnvironmentResponse) GetRegionOk ¶

func (o *EnvironmentResponse) GetRegionOk() (*EnvironmentRegionCode, bool)

GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetSoftDeletedAt ¶

func (o *EnvironmentResponse) GetSoftDeletedAt() time.Time

GetSoftDeletedAt returns the SoftDeletedAt field value if set, zero value otherwise.

func (*EnvironmentResponse) GetSoftDeletedAtOk ¶

func (o *EnvironmentResponse) GetSoftDeletedAtOk() (*time.Time, bool)

GetSoftDeletedAtOk returns a tuple with the SoftDeletedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*EnvironmentResponse) GetStatusOk ¶

func (o *EnvironmentResponse) GetStatusOk() (*EnvironmentStatusValue, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetSubtype ¶ added in v0.3.1

GetSubtype returns the Subtype field value if set, zero value otherwise.

func (*EnvironmentResponse) GetSubtypeOk ¶ added in v0.3.1

func (o *EnvironmentResponse) GetSubtypeOk() (*EnvironmentResponseSubtype, bool)

GetSubtypeOk returns a tuple with the Subtype field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetType ¶

GetType returns the Type field value

func (*EnvironmentResponse) GetTypeOk ¶

func (o *EnvironmentResponse) GetTypeOk() (*EnvironmentTypeValue, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*EnvironmentResponse) GetUpdatedAt ¶

func (o *EnvironmentResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field value

func (*EnvironmentResponse) GetUpdatedAtOk ¶

func (o *EnvironmentResponse) GetUpdatedAtOk() (*time.Time, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*EnvironmentResponse) HasBillOfMaterials ¶

func (o *EnvironmentResponse) HasBillOfMaterials() bool

HasBillOfMaterials returns a boolean if a field has been set.

func (*EnvironmentResponse) HasDescription ¶

func (o *EnvironmentResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*EnvironmentResponse) HasEmbedded ¶

func (o *EnvironmentResponse) HasEmbedded() bool

HasEmbedded returns a boolean if a field has been set.

func (*EnvironmentResponse) HasEnvironmentCapabilities ¶

func (o *EnvironmentResponse) HasEnvironmentCapabilities() bool

HasEnvironmentCapabilities returns a boolean if a field has been set.

func (*EnvironmentResponse) HasHardDeleteAllowedAt ¶

func (o *EnvironmentResponse) HasHardDeleteAllowedAt() bool

HasHardDeleteAllowedAt returns a boolean if a field has been set.

func (*EnvironmentResponse) HasIcon ¶

func (o *EnvironmentResponse) HasIcon() bool

HasIcon returns a boolean if a field has been set.

func (*EnvironmentResponse) HasLicense ¶

func (o *EnvironmentResponse) HasLicense() bool

HasLicense returns a boolean if a field has been set.

func (o *EnvironmentResponse) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (*EnvironmentResponse) HasPingoneAccountId ¶

func (o *EnvironmentResponse) HasPingoneAccountId() bool

HasPingoneAccountId returns a boolean if a field has been set.

func (*EnvironmentResponse) HasSoftDeletedAt ¶

func (o *EnvironmentResponse) HasSoftDeletedAt() bool

HasSoftDeletedAt returns a boolean if a field has been set.

func (*EnvironmentResponse) HasStatus ¶

func (o *EnvironmentResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*EnvironmentResponse) HasSubtype ¶ added in v0.3.1

func (o *EnvironmentResponse) HasSubtype() bool

HasSubtype returns a boolean if a field has been set.

func (EnvironmentResponse) LogValue ¶

func (o EnvironmentResponse) LogValue() slog.Value

func (EnvironmentResponse) MarshalJSON ¶

func (o EnvironmentResponse) MarshalJSON() ([]byte, error)

func (*EnvironmentResponse) SetBillOfMaterials ¶

func (o *EnvironmentResponse) SetBillOfMaterials(v EnvironmentBillOfMaterials)

SetBillOfMaterials gets a reference to the given EnvironmentBillOfMaterials and assigns it to the BillOfMaterials field.

func (*EnvironmentResponse) SetCreatedAt ¶

func (o *EnvironmentResponse) SetCreatedAt(v time.Time)

SetCreatedAt sets field value

func (*EnvironmentResponse) SetDescription ¶

func (o *EnvironmentResponse) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*EnvironmentResponse) SetEmbedded ¶

func (o *EnvironmentResponse) SetEmbedded(v map[string]map[string]interface{})

SetEmbedded gets a reference to the given map[string]map[string]interface{} and assigns it to the Embedded field.

func (*EnvironmentResponse) SetEnvironmentCapabilities ¶

func (o *EnvironmentResponse) SetEnvironmentCapabilities(v EnvironmentCapabilities)

SetEnvironmentCapabilities gets a reference to the given EnvironmentCapabilities and assigns it to the EnvironmentCapabilities field.

func (*EnvironmentResponse) SetHardDeleteAllowedAt ¶

func (o *EnvironmentResponse) SetHardDeleteAllowedAt(v time.Time)

SetHardDeleteAllowedAt gets a reference to the given time.Time and assigns it to the HardDeleteAllowedAt field.

func (*EnvironmentResponse) SetIcon ¶

func (o *EnvironmentResponse) SetIcon(v string)

SetIcon gets a reference to the given string and assigns it to the Icon field.

func (*EnvironmentResponse) SetId ¶

func (o *EnvironmentResponse) SetId(v uuid.UUID)

SetId sets field value

func (*EnvironmentResponse) SetLicense ¶

func (o *EnvironmentResponse) SetLicense(v EnvironmentLicense)

SetLicense gets a reference to the given EnvironmentLicense and assigns it to the License field.

SetLinks gets a reference to the given EnvironmentResponseLinks and assigns it to the Links field.

func (*EnvironmentResponse) SetName ¶

func (o *EnvironmentResponse) SetName(v string)

SetName sets field value

func (*EnvironmentResponse) SetOrganization ¶

func (o *EnvironmentResponse) SetOrganization(v ResourceRelationshipReadOnly)

SetOrganization sets field value

func (*EnvironmentResponse) SetPingoneAccountId ¶

func (o *EnvironmentResponse) SetPingoneAccountId(v string)

SetPingoneAccountId gets a reference to the given string and assigns it to the PingoneAccountId field.

func (*EnvironmentResponse) SetRegion ¶

SetRegion sets field value

func (*EnvironmentResponse) SetSoftDeletedAt ¶

func (o *EnvironmentResponse) SetSoftDeletedAt(v time.Time)

SetSoftDeletedAt gets a reference to the given time.Time and assigns it to the SoftDeletedAt field.

func (*EnvironmentResponse) SetStatus ¶

SetStatus gets a reference to the given EnvironmentStatusValue and assigns it to the Status field.

func (*EnvironmentResponse) SetSubtype ¶ added in v0.3.1

SetSubtype gets a reference to the given EnvironmentResponseSubtype and assigns it to the Subtype field.

func (*EnvironmentResponse) SetType ¶

SetType sets field value

func (*EnvironmentResponse) SetUpdatedAt ¶

func (o *EnvironmentResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt sets field value

func (EnvironmentResponse) ToMap ¶

func (o EnvironmentResponse) ToMap() (map[string]interface{}, error)

func (*EnvironmentResponse) UnmarshalJSON ¶

func (o *EnvironmentResponse) UnmarshalJSON(data []byte) (err error)
type EnvironmentResponseLinks struct {
	Self                 *JSONHALLink `json:"self,omitempty"`
	AdditionalProperties map[string]interface{}
}

EnvironmentResponseLinks struct for EnvironmentResponseLinks

func NewEnvironmentResponseLinks() *EnvironmentResponseLinks

NewEnvironmentResponseLinks instantiates a new EnvironmentResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentResponseLinksWithDefaults ¶

func NewEnvironmentResponseLinksWithDefaults() *EnvironmentResponseLinks

NewEnvironmentResponseLinksWithDefaults instantiates a new EnvironmentResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentResponseLinks) GetSelf ¶

GetSelf returns the Self field value if set, zero value otherwise.

func (*EnvironmentResponseLinks) GetSelfOk ¶

func (o *EnvironmentResponseLinks) GetSelfOk() (*JSONHALLink, bool)

GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentResponseLinks) HasSelf ¶

func (o *EnvironmentResponseLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

func (EnvironmentResponseLinks) LogValue ¶

func (o EnvironmentResponseLinks) LogValue() slog.Value

func (EnvironmentResponseLinks) MarshalJSON ¶

func (o EnvironmentResponseLinks) MarshalJSON() ([]byte, error)

func (*EnvironmentResponseLinks) SetSelf ¶

func (o *EnvironmentResponseLinks) SetSelf(v JSONHALLink)

SetSelf gets a reference to the given JSONHALLink and assigns it to the Self field.

func (EnvironmentResponseLinks) ToMap ¶

func (o EnvironmentResponseLinks) ToMap() (map[string]interface{}, error)

func (*EnvironmentResponseLinks) UnmarshalJSON ¶

func (o *EnvironmentResponseLinks) UnmarshalJSON(data []byte) (err error)

type EnvironmentResponseSubtype ¶ added in v0.3.1

type EnvironmentResponseSubtype string

EnvironmentResponseSubtype the model 'EnvironmentResponseSubtype'

const (
	ENVIRONMENTRESPONSESUBTYPE_DEV     EnvironmentResponseSubtype = "DEV"
	ENVIRONMENTRESPONSESUBTYPE_QA      EnvironmentResponseSubtype = "QA"
	ENVIRONMENTRESPONSESUBTYPE_STAGING EnvironmentResponseSubtype = "STAGING"
	ENVIRONMENTRESPONSESUBTYPE_TESTING EnvironmentResponseSubtype = "TESTING"
	ENVIRONMENTRESPONSESUBTYPE_UAT     EnvironmentResponseSubtype = "UAT"
)

List of Environment_Response_Subtype

func NewEnvironmentResponseSubtypeFromValue ¶ added in v0.3.1

func NewEnvironmentResponseSubtypeFromValue(v string) (*EnvironmentResponseSubtype, error)

NewEnvironmentResponseSubtypeFromValue returns a pointer to a valid EnvironmentResponseSubtype for the value passed as argument, or an error if the value passed is not allowed by the enum

func (EnvironmentResponseSubtype) IsValid ¶ added in v0.3.1

func (v EnvironmentResponseSubtype) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (EnvironmentResponseSubtype) Ptr ¶ added in v0.3.1

Ptr returns reference to Environment_Response_Subtype value

func (*EnvironmentResponseSubtype) UnmarshalJSON ¶ added in v0.3.1

func (v *EnvironmentResponseSubtype) UnmarshalJSON(src []byte) error

type EnvironmentStatusValue ¶

type EnvironmentStatusValue string

EnvironmentStatusValue the model 'EnvironmentStatusValue'

const (
	ENVIRONMENTSTATUSVALUE_ACTIVE         EnvironmentStatusValue = "ACTIVE"
	ENVIRONMENTSTATUSVALUE_DELETE_PENDING EnvironmentStatusValue = "DELETE_PENDING"
)

List of EnvironmentStatusValue

func NewEnvironmentStatusValueFromValue ¶

func NewEnvironmentStatusValueFromValue(v string) (*EnvironmentStatusValue, error)

NewEnvironmentStatusValueFromValue returns a pointer to a valid EnvironmentStatusValue for the value passed as argument, or an error if the value passed is not allowed by the enum

func (EnvironmentStatusValue) IsValid ¶

func (v EnvironmentStatusValue) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (EnvironmentStatusValue) Ptr ¶

Ptr returns reference to EnvironmentStatusValue value

func (*EnvironmentStatusValue) UnmarshalJSON ¶

func (v *EnvironmentStatusValue) UnmarshalJSON(src []byte) error

type EnvironmentTypeValue ¶

type EnvironmentTypeValue string

EnvironmentTypeValue the model 'EnvironmentTypeValue'

const (
	ENVIRONMENTTYPEVALUE_PRODUCTION EnvironmentTypeValue = "PRODUCTION"
	ENVIRONMENTTYPEVALUE_SANDBOX    EnvironmentTypeValue = "SANDBOX"
)

List of EnvironmentTypeValue

func NewEnvironmentTypeValueFromValue ¶

func NewEnvironmentTypeValueFromValue(v string) (*EnvironmentTypeValue, error)

NewEnvironmentTypeValueFromValue returns a pointer to a valid EnvironmentTypeValue for the value passed as argument, or an error if the value passed is not allowed by the enum

func (EnvironmentTypeValue) IsValid ¶

func (v EnvironmentTypeValue) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (EnvironmentTypeValue) Ptr ¶

Ptr returns reference to EnvironmentTypeValue value

func (*EnvironmentTypeValue) UnmarshalJSON ¶

func (v *EnvironmentTypeValue) UnmarshalJSON(src []byte) error

type EnvironmentsApiService ¶

type EnvironmentsApiService service

EnvironmentsApiService EnvironmentsApi service

func (*EnvironmentsApiService) CreateEnvironment ¶

CreateEnvironment Method for CreateEnvironment

@permission orgmgt:create:environment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateEnvironmentRequest

func (*EnvironmentsApiService) CreateEnvironmentExecute ¶

Execute executes the request

@return EnvironmentResponse

func (*EnvironmentsApiService) DeleteEnvironmentById ¶

func (a *EnvironmentsApiService) DeleteEnvironmentById(ctx context.Context, environmentID uuid.UUID) ApiDeleteEnvironmentByIdRequest

DeleteEnvironmentById Method for DeleteEnvironmentById

@permission orgmgt:delete:environment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiDeleteEnvironmentByIdRequest

func (*EnvironmentsApiService) DeleteEnvironmentByIdExecute ¶

func (a *EnvironmentsApiService) DeleteEnvironmentByIdExecute(r ApiDeleteEnvironmentByIdRequest) (*http.Response, error)

Execute executes the request

func (*EnvironmentsApiService) GetBillOfMaterialsByEnvironmentId ¶

func (a *EnvironmentsApiService) GetBillOfMaterialsByEnvironmentId(ctx context.Context, environmentID uuid.UUID) ApiGetBillOfMaterialsByEnvironmentIdRequest

GetBillOfMaterialsByEnvironmentId Method for GetBillOfMaterialsByEnvironmentId

@permission orgmgt:read:environment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiGetBillOfMaterialsByEnvironmentIdRequest

func (*EnvironmentsApiService) GetBillOfMaterialsByEnvironmentIdExecute ¶

Execute executes the request

@return EnvironmentBillOfMaterialsResponse

func (*EnvironmentsApiService) GetEnvironmentById ¶

func (a *EnvironmentsApiService) GetEnvironmentById(ctx context.Context, environmentID uuid.UUID) ApiGetEnvironmentByIdRequest

GetEnvironmentById Method for GetEnvironmentById

@permission orgmgt:read:environment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiGetEnvironmentByIdRequest

func (*EnvironmentsApiService) GetEnvironmentByIdExecute ¶

Execute executes the request

@return EnvironmentResponse

func (*EnvironmentsApiService) GetEnvironments ¶

GetEnvironments Method for GetEnvironments

@permission orgmgt:read:environment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetEnvironmentsRequest

func (*EnvironmentsApiService) GetEnvironmentsExecute ¶

Execute executes the request

@return EnvironmentsCollectionResponse

func (*EnvironmentsApiService) GetEnvironmentsExecutePage ¶

Execute executes the request (returning the initial page of the paged response only)

@return EnvironmentsCollectionResponse

func (*EnvironmentsApiService) ReplaceBillOfMaterialsByEnvironmentId ¶

func (a *EnvironmentsApiService) ReplaceBillOfMaterialsByEnvironmentId(ctx context.Context, environmentID uuid.UUID) ApiReplaceBillOfMaterialsByEnvironmentIdRequest

ReplaceBillOfMaterialsByEnvironmentId Method for ReplaceBillOfMaterialsByEnvironmentId

@permission orgmgt:update:environment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiReplaceBillOfMaterialsByEnvironmentIdRequest

func (*EnvironmentsApiService) ReplaceBillOfMaterialsByEnvironmentIdExecute ¶

Execute executes the request

@return EnvironmentBillOfMaterialsResponse

func (*EnvironmentsApiService) ReplaceEnvironmentById ¶

func (a *EnvironmentsApiService) ReplaceEnvironmentById(ctx context.Context, environmentID uuid.UUID) ApiReplaceEnvironmentByIdRequest

ReplaceEnvironmentById Method for ReplaceEnvironmentById

@permission orgmgt:update:environment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@return ApiReplaceEnvironmentByIdRequest

func (*EnvironmentsApiService) ReplaceEnvironmentByIdExecute ¶

Execute executes the request

@return EnvironmentResponse

type EnvironmentsCollectionResponse ¶

type EnvironmentsCollectionResponse struct {
	Embedded             *EnvironmentsCollectionResponseEmbedded `json:"_embedded,omitempty"`
	Links                *EnvironmentsCollectionResponseLinks    `json:"_links,omitempty"`
	Count                *int32                                  `json:"count,omitempty"`
	Size                 *int32                                  `json:"size,omitempty"`
	AdditionalProperties map[string]interface{}
}

EnvironmentsCollectionResponse struct for EnvironmentsCollectionResponse

func NewEnvironmentsCollectionResponse ¶

func NewEnvironmentsCollectionResponse() *EnvironmentsCollectionResponse

NewEnvironmentsCollectionResponse instantiates a new EnvironmentsCollectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentsCollectionResponseWithDefaults ¶

func NewEnvironmentsCollectionResponseWithDefaults() *EnvironmentsCollectionResponse

NewEnvironmentsCollectionResponseWithDefaults instantiates a new EnvironmentsCollectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentsCollectionResponse) GetCount ¶

func (o *EnvironmentsCollectionResponse) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*EnvironmentsCollectionResponse) GetCountOk ¶

func (o *EnvironmentsCollectionResponse) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentsCollectionResponse) GetEmbedded ¶

GetEmbedded returns the Embedded field value if set, zero value otherwise.

func (*EnvironmentsCollectionResponse) GetEmbeddedOk ¶

GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.

GetLinks returns the Links field value if set, zero value otherwise.

func (*EnvironmentsCollectionResponse) GetLinksOk ¶

GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentsCollectionResponse) GetSize ¶

GetSize returns the Size field value if set, zero value otherwise.

func (*EnvironmentsCollectionResponse) GetSizeOk ¶

func (o *EnvironmentsCollectionResponse) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentsCollectionResponse) HasCount ¶

func (o *EnvironmentsCollectionResponse) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*EnvironmentsCollectionResponse) HasEmbedded ¶

func (o *EnvironmentsCollectionResponse) HasEmbedded() bool

HasEmbedded returns a boolean if a field has been set.

func (o *EnvironmentsCollectionResponse) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (*EnvironmentsCollectionResponse) HasSize ¶

func (o *EnvironmentsCollectionResponse) HasSize() bool

HasSize returns a boolean if a field has been set.

func (EnvironmentsCollectionResponse) LogValue ¶

func (EnvironmentsCollectionResponse) MarshalJSON ¶

func (o EnvironmentsCollectionResponse) MarshalJSON() ([]byte, error)

func (*EnvironmentsCollectionResponse) SetCount ¶

func (o *EnvironmentsCollectionResponse) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*EnvironmentsCollectionResponse) SetEmbedded ¶

SetEmbedded gets a reference to the given EnvironmentsCollectionResponseEmbedded and assigns it to the Embedded field.

SetLinks gets a reference to the given EnvironmentsCollectionResponseLinks and assigns it to the Links field.

func (*EnvironmentsCollectionResponse) SetSize ¶

func (o *EnvironmentsCollectionResponse) SetSize(v int32)

SetSize gets a reference to the given int32 and assigns it to the Size field.

func (EnvironmentsCollectionResponse) ToMap ¶

func (o EnvironmentsCollectionResponse) ToMap() (map[string]interface{}, error)

func (*EnvironmentsCollectionResponse) UnmarshalJSON ¶

func (o *EnvironmentsCollectionResponse) UnmarshalJSON(data []byte) (err error)

type EnvironmentsCollectionResponseEmbedded ¶

type EnvironmentsCollectionResponseEmbedded struct {
	Environments         []EnvironmentResponse `json:"environments,omitempty"`
	AdditionalProperties map[string]interface{}
}

EnvironmentsCollectionResponseEmbedded struct for EnvironmentsCollectionResponseEmbedded

func NewEnvironmentsCollectionResponseEmbedded ¶

func NewEnvironmentsCollectionResponseEmbedded() *EnvironmentsCollectionResponseEmbedded

NewEnvironmentsCollectionResponseEmbedded instantiates a new EnvironmentsCollectionResponseEmbedded object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentsCollectionResponseEmbeddedWithDefaults ¶

func NewEnvironmentsCollectionResponseEmbeddedWithDefaults() *EnvironmentsCollectionResponseEmbedded

NewEnvironmentsCollectionResponseEmbeddedWithDefaults instantiates a new EnvironmentsCollectionResponseEmbedded object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentsCollectionResponseEmbedded) GetEnvironments ¶

GetEnvironments returns the Environments field value if set, zero value otherwise.

func (*EnvironmentsCollectionResponseEmbedded) GetEnvironmentsOk ¶

GetEnvironmentsOk returns a tuple with the Environments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentsCollectionResponseEmbedded) HasEnvironments ¶

func (o *EnvironmentsCollectionResponseEmbedded) HasEnvironments() bool

HasEnvironments returns a boolean if a field has been set.

func (EnvironmentsCollectionResponseEmbedded) LogValue ¶

func (EnvironmentsCollectionResponseEmbedded) MarshalJSON ¶

func (o EnvironmentsCollectionResponseEmbedded) MarshalJSON() ([]byte, error)

func (*EnvironmentsCollectionResponseEmbedded) SetEnvironments ¶

SetEnvironments gets a reference to the given []EnvironmentResponse and assigns it to the Environments field.

func (EnvironmentsCollectionResponseEmbedded) ToMap ¶

func (o EnvironmentsCollectionResponseEmbedded) ToMap() (map[string]interface{}, error)

func (*EnvironmentsCollectionResponseEmbedded) UnmarshalJSON ¶

func (o *EnvironmentsCollectionResponseEmbedded) UnmarshalJSON(data []byte) (err error)
type EnvironmentsCollectionResponseLinks struct {
	Next                 *JSONHALLink `json:"next,omitempty"`
	Prev                 *JSONHALLink `json:"prev,omitempty"`
	Self                 *JSONHALLink `json:"self,omitempty"`
	AdditionalProperties map[string]interface{}
}

EnvironmentsCollectionResponseLinks struct for EnvironmentsCollectionResponseLinks

func NewEnvironmentsCollectionResponseLinks() *EnvironmentsCollectionResponseLinks

NewEnvironmentsCollectionResponseLinks instantiates a new EnvironmentsCollectionResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentsCollectionResponseLinksWithDefaults ¶

func NewEnvironmentsCollectionResponseLinksWithDefaults() *EnvironmentsCollectionResponseLinks

NewEnvironmentsCollectionResponseLinksWithDefaults instantiates a new EnvironmentsCollectionResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentsCollectionResponseLinks) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*EnvironmentsCollectionResponseLinks) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentsCollectionResponseLinks) GetPrev ¶

GetPrev returns the Prev field value if set, zero value otherwise.

func (*EnvironmentsCollectionResponseLinks) GetPrevOk ¶

GetPrevOk returns a tuple with the Prev field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentsCollectionResponseLinks) GetSelf ¶

GetSelf returns the Self field value if set, zero value otherwise.

func (*EnvironmentsCollectionResponseLinks) GetSelfOk ¶

GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnvironmentsCollectionResponseLinks) HasNext ¶

HasNext returns a boolean if a field has been set.

func (*EnvironmentsCollectionResponseLinks) HasPrev ¶

HasPrev returns a boolean if a field has been set.

func (*EnvironmentsCollectionResponseLinks) HasSelf ¶

HasSelf returns a boolean if a field has been set.

func (EnvironmentsCollectionResponseLinks) LogValue ¶

func (EnvironmentsCollectionResponseLinks) MarshalJSON ¶

func (o EnvironmentsCollectionResponseLinks) MarshalJSON() ([]byte, error)

func (*EnvironmentsCollectionResponseLinks) SetNext ¶

SetNext gets a reference to the given JSONHALLink and assigns it to the Next field.

func (*EnvironmentsCollectionResponseLinks) SetPrev ¶

SetPrev gets a reference to the given JSONHALLink and assigns it to the Prev field.

func (*EnvironmentsCollectionResponseLinks) SetSelf ¶

SetSelf gets a reference to the given JSONHALLink and assigns it to the Self field.

func (EnvironmentsCollectionResponseLinks) ToMap ¶

func (o EnvironmentsCollectionResponseLinks) ToMap() (map[string]interface{}, error)

func (*EnvironmentsCollectionResponseLinks) UnmarshalJSON ¶

func (o *EnvironmentsCollectionResponseLinks) UnmarshalJSON(data []byte) (err error)

type FlowPoliciesApiService ¶ added in v0.3.0

type FlowPoliciesApiService service

FlowPoliciesApiService FlowPoliciesApi service

func (*FlowPoliciesApiService) GetFlowPolicyById ¶ added in v0.3.0

func (a *FlowPoliciesApiService) GetFlowPolicyById(ctx context.Context, environmentID uuid.UUID, flowPolicyID string) ApiGetFlowPolicyByIdRequest

GetFlowPolicyById Method for GetFlowPolicyById

@permission flowPolicies:read:flowPolicy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param environmentID
@param flowPolicyID
@return ApiGetFlowPolicyByIdRequest

func (*FlowPoliciesApiService) GetFlowPolicyByIdExecute ¶ added in v0.3.0

Execute executes the request

@return PingOneApplicationDaVinciFlowPolicy

type ForbiddenError ¶

type ForbiddenError struct {
	Code                 ForbiddenErrorCode     `json:"code"`
	Message              string                 `json:"message"`
	Details              []ForbiddenErrorDetail `json:"details,omitempty"`
	Id                   *uuid.UUID             `json:"id,omitempty"`
	AdditionalProperties map[string]interface{}
}

ForbiddenError struct for ForbiddenError

func NewForbiddenError ¶

func NewForbiddenError(code ForbiddenErrorCode, message string) *ForbiddenError

NewForbiddenError instantiates a new ForbiddenError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewForbiddenErrorWithDefaults ¶

func NewForbiddenErrorWithDefaults() *ForbiddenError

NewForbiddenErrorWithDefaults instantiates a new ForbiddenError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (ForbiddenError) Error ¶

func (o ForbiddenError) Error() string

func (*ForbiddenError) GetCode ¶

func (o *ForbiddenError) GetCode() ForbiddenErrorCode

GetCode returns the Code field value

func (*ForbiddenError) GetCodeOk ¶

func (o *ForbiddenError) GetCodeOk() (*ForbiddenErrorCode, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*ForbiddenError) GetDetails ¶

func (o *ForbiddenError) GetDetails() []ForbiddenErrorDetail

GetDetails returns the Details field value if set, zero value otherwise.

func (*ForbiddenError) GetDetailsOk ¶

func (o *ForbiddenError) GetDetailsOk() ([]ForbiddenErrorDetail, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ForbiddenError) GetId ¶

func (o *ForbiddenError) GetId() uuid.UUID

GetId returns the Id field value if set, zero value otherwise.

func (*ForbiddenError) GetIdOk ¶

func (o *ForbiddenError) GetIdOk() (*uuid.UUID, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ForbiddenError) GetMessage ¶

func (o *ForbiddenError) GetMessage() string

GetMessage returns the Message field value

func (*ForbiddenError) GetMessageOk ¶

func (o *ForbiddenError) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*ForbiddenError) HasDetails ¶

func (o *ForbiddenError) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*ForbiddenError) HasId ¶ added in v0.2.0

func (o *ForbiddenError) HasId() bool

HasId returns a boolean if a field has been set.

func (ForbiddenError) LogValue ¶

func (o ForbiddenError) LogValue() slog.Value

func (ForbiddenError) MarshalJSON ¶

func (o ForbiddenError) MarshalJSON() ([]byte, error)

func (*ForbiddenError) SetCode ¶

func (o *ForbiddenError) SetCode(v ForbiddenErrorCode)

SetCode sets field value

func (*ForbiddenError) SetDetails ¶

func (o *ForbiddenError) SetDetails(v []ForbiddenErrorDetail)

SetDetails gets a reference to the given []ForbiddenErrorDetail and assigns it to the Details field.

func (*ForbiddenError) SetId ¶

func (o *ForbiddenError) SetId(v uuid.UUID)

SetId gets a reference to the given uuid.UUID and assigns it to the Id field.

func (*ForbiddenError) SetMessage ¶

func (o *ForbiddenError) SetMessage(v string)

SetMessage sets field value

func (ForbiddenError) ToMap ¶

func (o ForbiddenError) ToMap() (map[string]interface{}, error)

func (*ForbiddenError) UnmarshalJSON ¶

func (o *ForbiddenError) UnmarshalJSON(data []byte) (err error)

type ForbiddenErrorCode ¶

type ForbiddenErrorCode string

ForbiddenErrorCode the model 'ForbiddenErrorCode'

const (
	FORBIDDENERRORCODE_ACCESS_FAILED ForbiddenErrorCode = "ACCESS_FAILED"
)

List of Forbidden_Error_Code

func NewForbiddenErrorCodeFromValue ¶

func NewForbiddenErrorCodeFromValue(v string) (*ForbiddenErrorCode, error)

NewForbiddenErrorCodeFromValue returns a pointer to a valid ForbiddenErrorCode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ForbiddenErrorCode) IsValid ¶

func (v ForbiddenErrorCode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ForbiddenErrorCode) Ptr ¶

Ptr returns reference to Forbidden_Error_Code value

func (*ForbiddenErrorCode) UnmarshalJSON ¶

func (v *ForbiddenErrorCode) UnmarshalJSON(src []byte) error

type ForbiddenErrorDetail ¶

type ForbiddenErrorDetail struct {
	Code                 ForbiddenErrorDetailCode        `json:"code"`
	Message              string                          `json:"message"`
	InnerError           *ForbiddenErrorDetailInnerError `json:"innerError,omitempty"`
	Target               *string                         `json:"target,omitempty"`
	AdditionalProperties map[string]interface{}
}

ForbiddenErrorDetail struct for ForbiddenErrorDetail

func NewForbiddenErrorDetail ¶

func NewForbiddenErrorDetail(code ForbiddenErrorDetailCode, message string) *ForbiddenErrorDetail

NewForbiddenErrorDetail instantiates a new ForbiddenErrorDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewForbiddenErrorDetailWithDefaults ¶

func NewForbiddenErrorDetailWithDefaults() *ForbiddenErrorDetail

NewForbiddenErrorDetailWithDefaults instantiates a new ForbiddenErrorDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ForbiddenErrorDetail) GetCode ¶

GetCode returns the Code field value

func (*ForbiddenErrorDetail) GetCodeOk ¶

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*ForbiddenErrorDetail) GetInnerError ¶

GetInnerError returns the InnerError field value if set, zero value otherwise.

func (*ForbiddenErrorDetail) GetInnerErrorOk ¶

func (o *ForbiddenErrorDetail) GetInnerErrorOk() (*ForbiddenErrorDetailInnerError, bool)

GetInnerErrorOk returns a tuple with the InnerError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ForbiddenErrorDetail) GetMessage ¶

func (o *ForbiddenErrorDetail) GetMessage() string

GetMessage returns the Message field value

func (*ForbiddenErrorDetail) GetMessageOk ¶

func (o *ForbiddenErrorDetail) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*ForbiddenErrorDetail) GetTarget ¶

func (o *ForbiddenErrorDetail) GetTarget() string

GetTarget returns the Target field value if set, zero value otherwise.

func (*ForbiddenErrorDetail) GetTargetOk ¶

func (o *ForbiddenErrorDetail) GetTargetOk() (*string, bool)

GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ForbiddenErrorDetail) HasInnerError ¶

func (o *ForbiddenErrorDetail) HasInnerError() bool

HasInnerError returns a boolean if a field has been set.

func (*ForbiddenErrorDetail) HasTarget ¶

func (o *ForbiddenErrorDetail) HasTarget() bool

HasTarget returns a boolean if a field has been set.

func (ForbiddenErrorDetail) LogValue ¶

func (o ForbiddenErrorDetail) LogValue() slog.Value

func (ForbiddenErrorDetail) MarshalJSON ¶

func (o ForbiddenErrorDetail) MarshalJSON() ([]byte, error)

func (*ForbiddenErrorDetail) SetCode ¶

SetCode sets field value

func (*ForbiddenErrorDetail) SetInnerError ¶

SetInnerError gets a reference to the given ForbiddenErrorDetailInnerError and assigns it to the InnerError field.

func (*ForbiddenErrorDetail) SetMessage ¶

func (o *ForbiddenErrorDetail) SetMessage(v string)

SetMessage sets field value

func (*ForbiddenErrorDetail) SetTarget ¶

func (o *ForbiddenErrorDetail) SetTarget(v string)

SetTarget gets a reference to the given string and assigns it to the Target field.

func (ForbiddenErrorDetail) ToMap ¶

func (o ForbiddenErrorDetail) ToMap() (map[string]interface{}, error)

func (*ForbiddenErrorDetail) UnmarshalJSON ¶

func (o *ForbiddenErrorDetail) UnmarshalJSON(data []byte) (err error)

type ForbiddenErrorDetailCode ¶

type ForbiddenErrorDetailCode string

ForbiddenErrorDetailCode the model 'ForbiddenErrorDetailCode'

const (
	FORBIDDENERRORDETAILCODE_INSUFFICIENT_PERMISSIONS ForbiddenErrorDetailCode = "INSUFFICIENT_PERMISSIONS"
	FORBIDDENERRORDETAILCODE_LICENSE_EXCEEDED         ForbiddenErrorDetailCode = "LICENSE_EXCEEDED"
)

List of Forbidden_Error_Detail_Code

func NewForbiddenErrorDetailCodeFromValue ¶

func NewForbiddenErrorDetailCodeFromValue(v string) (*ForbiddenErrorDetailCode, error)

NewForbiddenErrorDetailCodeFromValue returns a pointer to a valid ForbiddenErrorDetailCode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ForbiddenErrorDetailCode) IsValid ¶

func (v ForbiddenErrorDetailCode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ForbiddenErrorDetailCode) Ptr ¶

Ptr returns reference to Forbidden_Error_Detail_Code value

func (*ForbiddenErrorDetailCode) UnmarshalJSON ¶

func (v *ForbiddenErrorDetailCode) UnmarshalJSON(src []byte) error

type ForbiddenErrorDetailInnerError ¶

type ForbiddenErrorDetailInnerError struct {
	QuotaLimit           *float32 `json:"quotaLimit,omitempty"`
	AdditionalProperties map[string]interface{}
}

ForbiddenErrorDetailInnerError struct for ForbiddenErrorDetailInnerError

func NewForbiddenErrorDetailInnerError ¶

func NewForbiddenErrorDetailInnerError() *ForbiddenErrorDetailInnerError

NewForbiddenErrorDetailInnerError instantiates a new ForbiddenErrorDetailInnerError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewForbiddenErrorDetailInnerErrorWithDefaults ¶

func NewForbiddenErrorDetailInnerErrorWithDefaults() *ForbiddenErrorDetailInnerError

NewForbiddenErrorDetailInnerErrorWithDefaults instantiates a new ForbiddenErrorDetailInnerError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ForbiddenErrorDetailInnerError) GetQuotaLimit ¶

func (o *ForbiddenErrorDetailInnerError) GetQuotaLimit() float32

GetQuotaLimit returns the QuotaLimit field value if set, zero value otherwise.

func (*ForbiddenErrorDetailInnerError) GetQuotaLimitOk ¶

func (o *ForbiddenErrorDetailInnerError) GetQuotaLimitOk() (*float32, bool)

GetQuotaLimitOk returns a tuple with the QuotaLimit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ForbiddenErrorDetailInnerError) HasQuotaLimit ¶

func (o *ForbiddenErrorDetailInnerError) HasQuotaLimit() bool

HasQuotaLimit returns a boolean if a field has been set.

func (ForbiddenErrorDetailInnerError) LogValue ¶

func (ForbiddenErrorDetailInnerError) MarshalJSON ¶

func (o ForbiddenErrorDetailInnerError) MarshalJSON() ([]byte, error)

func (*ForbiddenErrorDetailInnerError) SetQuotaLimit ¶

func (o *ForbiddenErrorDetailInnerError) SetQuotaLimit(v float32)

SetQuotaLimit gets a reference to the given float32 and assigns it to the QuotaLimit field.

func (ForbiddenErrorDetailInnerError) ToMap ¶

func (o ForbiddenErrorDetailInnerError) ToMap() (map[string]interface{}, error)

func (*ForbiddenErrorDetailInnerError) UnmarshalJSON ¶

func (o *ForbiddenErrorDetailInnerError) UnmarshalJSON(data []byte) (err error)

type GeneralError ¶

type GeneralError struct {
	Code                 *string              `json:"code,omitempty"`
	Details              []GeneralErrorDetail `json:"details,omitempty"`
	Id                   *string              `json:"id,omitempty"`
	Message              *string              `json:"message,omitempty"`
	AdditionalProperties map[string]interface{}
}

GeneralError struct for GeneralError

func NewGeneralError ¶

func NewGeneralError() *GeneralError

NewGeneralError instantiates a new GeneralError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGeneralErrorWithDefaults ¶

func NewGeneralErrorWithDefaults() *GeneralError

NewGeneralErrorWithDefaults instantiates a new GeneralError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (GeneralError) Error ¶

func (o GeneralError) Error() string

func (*GeneralError) GetCode ¶

func (o *GeneralError) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*GeneralError) GetCodeOk ¶

func (o *GeneralError) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeneralError) GetDetails ¶

func (o *GeneralError) GetDetails() []GeneralErrorDetail

GetDetails returns the Details field value if set, zero value otherwise.

func (*GeneralError) GetDetailsOk ¶

func (o *GeneralError) GetDetailsOk() ([]GeneralErrorDetail, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeneralError) GetId ¶

func (o *GeneralError) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*GeneralError) GetIdOk ¶

func (o *GeneralError) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeneralError) GetMessage ¶

func (o *GeneralError) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*GeneralError) GetMessageOk ¶

func (o *GeneralError) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeneralError) HasCode ¶

func (o *GeneralError) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*GeneralError) HasDetails ¶

func (o *GeneralError) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*GeneralError) HasId ¶

func (o *GeneralError) HasId() bool

HasId returns a boolean if a field has been set.

func (*GeneralError) HasMessage ¶

func (o *GeneralError) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (GeneralError) LogValue ¶

func (o GeneralError) LogValue() slog.Value

func (GeneralError) MarshalJSON ¶

func (o GeneralError) MarshalJSON() ([]byte, error)

func (*GeneralError) SetCode ¶

func (o *GeneralError) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (*GeneralError) SetDetails ¶

func (o *GeneralError) SetDetails(v []GeneralErrorDetail)

SetDetails gets a reference to the given []GeneralErrorDetail and assigns it to the Details field.

func (*GeneralError) SetId ¶

func (o *GeneralError) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*GeneralError) SetMessage ¶

func (o *GeneralError) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (GeneralError) ToMap ¶

func (o GeneralError) ToMap() (map[string]interface{}, error)

func (*GeneralError) UnmarshalJSON ¶

func (o *GeneralError) UnmarshalJSON(data []byte) (err error)

type GeneralErrorDetail ¶

type GeneralErrorDetail struct {
	Code                 *string                           `json:"code,omitempty"`
	InnerError           map[string]map[string]interface{} `json:"innerError,omitempty"`
	Message              *string                           `json:"message,omitempty"`
	Target               *string                           `json:"target,omitempty"`
	AdditionalProperties map[string]interface{}
}

GeneralErrorDetail struct for GeneralErrorDetail

func NewGeneralErrorDetail ¶

func NewGeneralErrorDetail() *GeneralErrorDetail

NewGeneralErrorDetail instantiates a new GeneralErrorDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGeneralErrorDetailWithDefaults ¶

func NewGeneralErrorDetailWithDefaults() *GeneralErrorDetail

NewGeneralErrorDetailWithDefaults instantiates a new GeneralErrorDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GeneralErrorDetail) GetCode ¶

func (o *GeneralErrorDetail) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*GeneralErrorDetail) GetCodeOk ¶

func (o *GeneralErrorDetail) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeneralErrorDetail) GetInnerError ¶

func (o *GeneralErrorDetail) GetInnerError() map[string]map[string]interface{}

GetInnerError returns the InnerError field value if set, zero value otherwise.

func (*GeneralErrorDetail) GetInnerErrorOk ¶

func (o *GeneralErrorDetail) GetInnerErrorOk() (map[string]map[string]interface{}, bool)

GetInnerErrorOk returns a tuple with the InnerError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeneralErrorDetail) GetMessage ¶

func (o *GeneralErrorDetail) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*GeneralErrorDetail) GetMessageOk ¶

func (o *GeneralErrorDetail) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeneralErrorDetail) GetTarget ¶

func (o *GeneralErrorDetail) GetTarget() string

GetTarget returns the Target field value if set, zero value otherwise.

func (*GeneralErrorDetail) GetTargetOk ¶

func (o *GeneralErrorDetail) GetTargetOk() (*string, bool)

GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeneralErrorDetail) HasCode ¶

func (o *GeneralErrorDetail) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*GeneralErrorDetail) HasInnerError ¶

func (o *GeneralErrorDetail) HasInnerError() bool

HasInnerError returns a boolean if a field has been set.

func (*GeneralErrorDetail) HasMessage ¶

func (o *GeneralErrorDetail) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*GeneralErrorDetail) HasTarget ¶

func (o *GeneralErrorDetail) HasTarget() bool

HasTarget returns a boolean if a field has been set.

func (GeneralErrorDetail) LogValue ¶

func (o GeneralErrorDetail) LogValue() slog.Value

func (GeneralErrorDetail) MarshalJSON ¶

func (o GeneralErrorDetail) MarshalJSON() ([]byte, error)

func (*GeneralErrorDetail) SetCode ¶

func (o *GeneralErrorDetail) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (*GeneralErrorDetail) SetInnerError ¶

func (o *GeneralErrorDetail) SetInnerError(v map[string]map[string]interface{})

SetInnerError gets a reference to the given map[string]map[string]interface{} and assigns it to the InnerError field.

func (*GeneralErrorDetail) SetMessage ¶

func (o *GeneralErrorDetail) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*GeneralErrorDetail) SetTarget ¶

func (o *GeneralErrorDetail) SetTarget(v string)

SetTarget gets a reference to the given string and assigns it to the Target field.

func (GeneralErrorDetail) ToMap ¶

func (o GeneralErrorDetail) ToMap() (map[string]interface{}, error)

func (*GeneralErrorDetail) UnmarshalJSON ¶

func (o *GeneralErrorDetail) UnmarshalJSON(data []byte) (err error)

type InternalServerError ¶

type InternalServerError struct {
	Id                   uuid.UUID                   `json:"id"`
	Code                 InternalServerErrorCode     `json:"code"`
	Message              string                      `json:"message"`
	Details              []InternalServerErrorDetail `json:"details,omitempty"`
	AdditionalProperties map[string]interface{}
}

InternalServerError struct for InternalServerError

func NewInternalServerError ¶

func NewInternalServerError(id uuid.UUID, code InternalServerErrorCode, message string) *InternalServerError

NewInternalServerError instantiates a new InternalServerError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInternalServerErrorWithDefaults ¶

func NewInternalServerErrorWithDefaults() *InternalServerError

NewInternalServerErrorWithDefaults instantiates a new InternalServerError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (InternalServerError) Error ¶

func (o InternalServerError) Error() string

func (*InternalServerError) GetCode ¶

GetCode returns the Code field value

func (*InternalServerError) GetCodeOk ¶

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*InternalServerError) GetDetails ¶

GetDetails returns the Details field value if set, zero value otherwise.

func (*InternalServerError) GetDetailsOk ¶

func (o *InternalServerError) GetDetailsOk() ([]InternalServerErrorDetail, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalServerError) GetId ¶

func (o *InternalServerError) GetId() uuid.UUID

GetId returns the Id field value

func (*InternalServerError) GetIdOk ¶

func (o *InternalServerError) GetIdOk() (*uuid.UUID, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*InternalServerError) GetMessage ¶

func (o *InternalServerError) GetMessage() string

GetMessage returns the Message field value

func (*InternalServerError) GetMessageOk ¶

func (o *InternalServerError) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*InternalServerError) HasDetails ¶

func (o *InternalServerError) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (InternalServerError) LogValue ¶

func (o InternalServerError) LogValue() slog.Value

func (InternalServerError) MarshalJSON ¶

func (o InternalServerError) MarshalJSON() ([]byte, error)

func (*InternalServerError) SetCode ¶

SetCode sets field value

func (*InternalServerError) SetDetails ¶

SetDetails gets a reference to the given []InternalServerErrorDetail and assigns it to the Details field.

func (*InternalServerError) SetId ¶

func (o *InternalServerError) SetId(v uuid.UUID)

SetId sets field value

func (*InternalServerError) SetMessage ¶

func (o *InternalServerError) SetMessage(v string)

SetMessage sets field value

func (InternalServerError) ToMap ¶

func (o InternalServerError) ToMap() (map[string]interface{}, error)

func (*InternalServerError) UnmarshalJSON ¶

func (o *InternalServerError) UnmarshalJSON(data []byte) (err error)

type InternalServerErrorCode ¶

type InternalServerErrorCode string

InternalServerErrorCode the model 'InternalServerErrorCode'

const (
	INTERNALSERVERERRORCODE_UNEXPECTED_ERROR InternalServerErrorCode = "UNEXPECTED_ERROR"
)

List of Internal_Server_Error_Code

func NewInternalServerErrorCodeFromValue ¶

func NewInternalServerErrorCodeFromValue(v string) (*InternalServerErrorCode, error)

NewInternalServerErrorCodeFromValue returns a pointer to a valid InternalServerErrorCode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (InternalServerErrorCode) IsValid ¶

func (v InternalServerErrorCode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (InternalServerErrorCode) Ptr ¶

Ptr returns reference to Internal_Server_Error_Code value

func (*InternalServerErrorCode) UnmarshalJSON ¶

func (v *InternalServerErrorCode) UnmarshalJSON(src []byte) error

type InternalServerErrorDetail ¶

type InternalServerErrorDetail struct {
	Code                 string                 `json:"code"`
	Message              string                 `json:"message"`
	InnerError           map[string]interface{} `json:"innerError,omitempty"`
	Target               *string                `json:"target,omitempty"`
	AdditionalProperties map[string]interface{}
}

InternalServerErrorDetail struct for InternalServerErrorDetail

func NewInternalServerErrorDetail ¶

func NewInternalServerErrorDetail(code string, message string) *InternalServerErrorDetail

NewInternalServerErrorDetail instantiates a new InternalServerErrorDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInternalServerErrorDetailWithDefaults ¶

func NewInternalServerErrorDetailWithDefaults() *InternalServerErrorDetail

NewInternalServerErrorDetailWithDefaults instantiates a new InternalServerErrorDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InternalServerErrorDetail) GetCode ¶

func (o *InternalServerErrorDetail) GetCode() string

GetCode returns the Code field value

func (*InternalServerErrorDetail) GetCodeOk ¶

func (o *InternalServerErrorDetail) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*InternalServerErrorDetail) GetInnerError ¶

func (o *InternalServerErrorDetail) GetInnerError() map[string]interface{}

GetInnerError returns the InnerError field value if set, zero value otherwise.

func (*InternalServerErrorDetail) GetInnerErrorOk ¶

func (o *InternalServerErrorDetail) GetInnerErrorOk() (map[string]interface{}, bool)

GetInnerErrorOk returns a tuple with the InnerError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalServerErrorDetail) GetMessage ¶

func (o *InternalServerErrorDetail) GetMessage() string

GetMessage returns the Message field value

func (*InternalServerErrorDetail) GetMessageOk ¶

func (o *InternalServerErrorDetail) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*InternalServerErrorDetail) GetTarget ¶

func (o *InternalServerErrorDetail) GetTarget() string

GetTarget returns the Target field value if set, zero value otherwise.

func (*InternalServerErrorDetail) GetTargetOk ¶

func (o *InternalServerErrorDetail) GetTargetOk() (*string, bool)

GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalServerErrorDetail) HasInnerError ¶

func (o *InternalServerErrorDetail) HasInnerError() bool

HasInnerError returns a boolean if a field has been set.

func (*InternalServerErrorDetail) HasTarget ¶

func (o *InternalServerErrorDetail) HasTarget() bool

HasTarget returns a boolean if a field has been set.

func (InternalServerErrorDetail) LogValue ¶

func (o InternalServerErrorDetail) LogValue() slog.Value

func (InternalServerErrorDetail) MarshalJSON ¶

func (o InternalServerErrorDetail) MarshalJSON() ([]byte, error)

func (*InternalServerErrorDetail) SetCode ¶

func (o *InternalServerErrorDetail) SetCode(v string)

SetCode sets field value

func (*InternalServerErrorDetail) SetInnerError ¶

func (o *InternalServerErrorDetail) SetInnerError(v map[string]interface{})

SetInnerError gets a reference to the given map[string]interface{} and assigns it to the InnerError field.

func (*InternalServerErrorDetail) SetMessage ¶

func (o *InternalServerErrorDetail) SetMessage(v string)

SetMessage sets field value

func (*InternalServerErrorDetail) SetTarget ¶

func (o *InternalServerErrorDetail) SetTarget(v string)

SetTarget gets a reference to the given string and assigns it to the Target field.

func (InternalServerErrorDetail) ToMap ¶

func (o InternalServerErrorDetail) ToMap() (map[string]interface{}, error)

func (*InternalServerErrorDetail) UnmarshalJSON ¶

func (o *InternalServerErrorDetail) UnmarshalJSON(data []byte) (err error)
type JSONHALLink struct {
	Href                 string  `json:"href"`
	Name                 *string `json:"name,omitempty"`
	Profile              *string `json:"profile,omitempty"`
	Title                *string `json:"title,omitempty"`
	Type                 *string `json:"type,omitempty"`
	AdditionalProperties map[string]interface{}
}

JSONHALLink struct for JSONHALLink

func NewJSONHALLink(href string) *JSONHALLink

NewJSONHALLink instantiates a new JSONHALLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJSONHALLinkWithDefaults ¶

func NewJSONHALLinkWithDefaults() *JSONHALLink

NewJSONHALLinkWithDefaults instantiates a new JSONHALLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JSONHALLink) GetHref ¶

func (o *JSONHALLink) GetHref() string

GetHref returns the Href field value

func (*JSONHALLink) GetHrefOk ¶

func (o *JSONHALLink) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.

func (*JSONHALLink) GetName ¶

func (o *JSONHALLink) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*JSONHALLink) GetNameOk ¶

func (o *JSONHALLink) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JSONHALLink) GetProfile ¶

func (o *JSONHALLink) GetProfile() string

GetProfile returns the Profile field value if set, zero value otherwise.

func (*JSONHALLink) GetProfileOk ¶

func (o *JSONHALLink) GetProfileOk() (*string, bool)

GetProfileOk returns a tuple with the Profile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JSONHALLink) GetTitle ¶

func (o *JSONHALLink) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*JSONHALLink) GetTitleOk ¶

func (o *JSONHALLink) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JSONHALLink) GetType ¶

func (o *JSONHALLink) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*JSONHALLink) GetTypeOk ¶

func (o *JSONHALLink) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JSONHALLink) HasName ¶

func (o *JSONHALLink) HasName() bool

HasName returns a boolean if a field has been set.

func (*JSONHALLink) HasProfile ¶

func (o *JSONHALLink) HasProfile() bool

HasProfile returns a boolean if a field has been set.

func (*JSONHALLink) HasTitle ¶

func (o *JSONHALLink) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*JSONHALLink) HasType ¶

func (o *JSONHALLink) HasType() bool

HasType returns a boolean if a field has been set.

func (JSONHALLink) LogValue ¶

func (o JSONHALLink) LogValue() slog.Value

func (JSONHALLink) MarshalJSON ¶

func (o JSONHALLink) MarshalJSON() ([]byte, error)

func (*JSONHALLink) SetHref ¶

func (o *JSONHALLink) SetHref(v string)

SetHref sets field value

func (*JSONHALLink) SetName ¶

func (o *JSONHALLink) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*JSONHALLink) SetProfile ¶

func (o *JSONHALLink) SetProfile(v string)

SetProfile gets a reference to the given string and assigns it to the Profile field.

func (*JSONHALLink) SetTitle ¶

func (o *JSONHALLink) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*JSONHALLink) SetType ¶

func (o *JSONHALLink) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (JSONHALLink) ToMap ¶

func (o JSONHALLink) ToMap() (map[string]interface{}, error)

func (*JSONHALLink) UnmarshalJSON ¶

func (o *JSONHALLink) UnmarshalJSON(data []byte) (err error)

type MappedNullable ¶

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type NotFoundError ¶

type NotFoundError struct {
	Id                   uuid.UUID             `json:"id"`
	Code                 NotFoundErrorCode     `json:"code"`
	Message              string                `json:"message"`
	Details              []NotFoundErrorDetail `json:"details,omitempty"`
	AdditionalProperties map[string]interface{}
}

NotFoundError struct for NotFoundError

func NewNotFoundError ¶

func NewNotFoundError(id uuid.UUID, code NotFoundErrorCode, message string) *NotFoundError

NewNotFoundError instantiates a new NotFoundError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNotFoundErrorWithDefaults ¶

func NewNotFoundErrorWithDefaults() *NotFoundError

NewNotFoundErrorWithDefaults instantiates a new NotFoundError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (NotFoundError) Error ¶

func (o NotFoundError) Error() string

func (*NotFoundError) GetCode ¶

func (o *NotFoundError) GetCode() NotFoundErrorCode

GetCode returns the Code field value

func (*NotFoundError) GetCodeOk ¶

func (o *NotFoundError) GetCodeOk() (*NotFoundErrorCode, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*NotFoundError) GetDetails ¶

func (o *NotFoundError) GetDetails() []NotFoundErrorDetail

GetDetails returns the Details field value if set, zero value otherwise.

func (*NotFoundError) GetDetailsOk ¶

func (o *NotFoundError) GetDetailsOk() ([]NotFoundErrorDetail, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotFoundError) GetId ¶

func (o *NotFoundError) GetId() uuid.UUID

GetId returns the Id field value

func (*NotFoundError) GetIdOk ¶

func (o *NotFoundError) GetIdOk() (*uuid.UUID, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*NotFoundError) GetMessage ¶

func (o *NotFoundError) GetMessage() string

GetMessage returns the Message field value

func (*NotFoundError) GetMessageOk ¶

func (o *NotFoundError) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*NotFoundError) HasDetails ¶

func (o *NotFoundError) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (NotFoundError) LogValue ¶

func (o NotFoundError) LogValue() slog.Value

func (NotFoundError) MarshalJSON ¶

func (o NotFoundError) MarshalJSON() ([]byte, error)

func (*NotFoundError) SetCode ¶

func (o *NotFoundError) SetCode(v NotFoundErrorCode)

SetCode sets field value

func (*NotFoundError) SetDetails ¶

func (o *NotFoundError) SetDetails(v []NotFoundErrorDetail)

SetDetails gets a reference to the given []NotFoundErrorDetail and assigns it to the Details field.

func (*NotFoundError) SetId ¶

func (o *NotFoundError) SetId(v uuid.UUID)

SetId sets field value

func (*NotFoundError) SetMessage ¶

func (o *NotFoundError) SetMessage(v string)

SetMessage sets field value

func (NotFoundError) ToMap ¶

func (o NotFoundError) ToMap() (map[string]interface{}, error)

func (*NotFoundError) UnmarshalJSON ¶

func (o *NotFoundError) UnmarshalJSON(data []byte) (err error)

type NotFoundErrorCode ¶

type NotFoundErrorCode string

NotFoundErrorCode the model 'NotFoundErrorCode'

const (
	NOTFOUNDERRORCODE_NOT_FOUND NotFoundErrorCode = "NOT_FOUND"
)

List of Not_Found_Error_Code

func NewNotFoundErrorCodeFromValue ¶

func NewNotFoundErrorCodeFromValue(v string) (*NotFoundErrorCode, error)

NewNotFoundErrorCodeFromValue returns a pointer to a valid NotFoundErrorCode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NotFoundErrorCode) IsValid ¶

func (v NotFoundErrorCode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NotFoundErrorCode) Ptr ¶

Ptr returns reference to Not_Found_Error_Code value

func (*NotFoundErrorCode) UnmarshalJSON ¶

func (v *NotFoundErrorCode) UnmarshalJSON(src []byte) error

type NotFoundErrorDetail ¶

type NotFoundErrorDetail struct {
	Code                 string                 `json:"code"`
	Message              string                 `json:"message"`
	InnerError           map[string]interface{} `json:"innerError,omitempty"`
	Target               *string                `json:"target,omitempty"`
	AdditionalProperties map[string]interface{}
}

NotFoundErrorDetail struct for NotFoundErrorDetail

func NewNotFoundErrorDetail ¶

func NewNotFoundErrorDetail(code string, message string) *NotFoundErrorDetail

NewNotFoundErrorDetail instantiates a new NotFoundErrorDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNotFoundErrorDetailWithDefaults ¶

func NewNotFoundErrorDetailWithDefaults() *NotFoundErrorDetail

NewNotFoundErrorDetailWithDefaults instantiates a new NotFoundErrorDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NotFoundErrorDetail) GetCode ¶

func (o *NotFoundErrorDetail) GetCode() string

GetCode returns the Code field value

func (*NotFoundErrorDetail) GetCodeOk ¶

func (o *NotFoundErrorDetail) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*NotFoundErrorDetail) GetInnerError ¶

func (o *NotFoundErrorDetail) GetInnerError() map[string]interface{}

GetInnerError returns the InnerError field value if set, zero value otherwise.

func (*NotFoundErrorDetail) GetInnerErrorOk ¶

func (o *NotFoundErrorDetail) GetInnerErrorOk() (map[string]interface{}, bool)

GetInnerErrorOk returns a tuple with the InnerError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotFoundErrorDetail) GetMessage ¶

func (o *NotFoundErrorDetail) GetMessage() string

GetMessage returns the Message field value

func (*NotFoundErrorDetail) GetMessageOk ¶

func (o *NotFoundErrorDetail) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*NotFoundErrorDetail) GetTarget ¶

func (o *NotFoundErrorDetail) GetTarget() string

GetTarget returns the Target field value if set, zero value otherwise.

func (*NotFoundErrorDetail) GetTargetOk ¶

func (o *NotFoundErrorDetail) GetTargetOk() (*string, bool)

GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotFoundErrorDetail) HasInnerError ¶

func (o *NotFoundErrorDetail) HasInnerError() bool

HasInnerError returns a boolean if a field has been set.

func (*NotFoundErrorDetail) HasTarget ¶

func (o *NotFoundErrorDetail) HasTarget() bool

HasTarget returns a boolean if a field has been set.

func (NotFoundErrorDetail) LogValue ¶

func (o NotFoundErrorDetail) LogValue() slog.Value

func (NotFoundErrorDetail) MarshalJSON ¶

func (o NotFoundErrorDetail) MarshalJSON() ([]byte, error)

func (*NotFoundErrorDetail) SetCode ¶

func (o *NotFoundErrorDetail) SetCode(v string)

SetCode sets field value

func (*NotFoundErrorDetail) SetInnerError ¶

func (o *NotFoundErrorDetail) SetInnerError(v map[string]interface{})

SetInnerError gets a reference to the given map[string]interface{} and assigns it to the InnerError field.

func (*NotFoundErrorDetail) SetMessage ¶

func (o *NotFoundErrorDetail) SetMessage(v string)

SetMessage sets field value

func (*NotFoundErrorDetail) SetTarget ¶

func (o *NotFoundErrorDetail) SetTarget(v string)

SetTarget gets a reference to the given string and assigns it to the Target field.

func (NotFoundErrorDetail) ToMap ¶

func (o NotFoundErrorDetail) ToMap() (map[string]interface{}, error)

func (*NotFoundErrorDetail) UnmarshalJSON ¶

func (o *NotFoundErrorDetail) UnmarshalJSON(data []byte) (err error)

type NullableBadRequestError ¶

type NullableBadRequestError struct {
	// contains filtered or unexported fields
}

func NewNullableBadRequestError ¶

func NewNullableBadRequestError(val *BadRequestError) *NullableBadRequestError

func (NullableBadRequestError) Get ¶

func (NullableBadRequestError) IsSet ¶

func (v NullableBadRequestError) IsSet() bool

func (NullableBadRequestError) MarshalJSON ¶

func (v NullableBadRequestError) MarshalJSON() ([]byte, error)

func (*NullableBadRequestError) Set ¶

func (*NullableBadRequestError) UnmarshalJSON ¶

func (v *NullableBadRequestError) UnmarshalJSON(src []byte) error

func (*NullableBadRequestError) Unset ¶

func (v *NullableBadRequestError) Unset()

type NullableBadRequestErrorCode ¶

type NullableBadRequestErrorCode struct {
	// contains filtered or unexported fields
}

func (NullableBadRequestErrorCode) Get ¶

func (NullableBadRequestErrorCode) IsSet ¶

func (NullableBadRequestErrorCode) MarshalJSON ¶

func (v NullableBadRequestErrorCode) MarshalJSON() ([]byte, error)

func (*NullableBadRequestErrorCode) Set ¶

func (*NullableBadRequestErrorCode) UnmarshalJSON ¶

func (v *NullableBadRequestErrorCode) UnmarshalJSON(src []byte) error

func (*NullableBadRequestErrorCode) Unset ¶

func (v *NullableBadRequestErrorCode) Unset()

type NullableBadRequestErrorDetail ¶

type NullableBadRequestErrorDetail struct {
	// contains filtered or unexported fields
}

func (NullableBadRequestErrorDetail) Get ¶

func (NullableBadRequestErrorDetail) IsSet ¶

func (NullableBadRequestErrorDetail) MarshalJSON ¶

func (v NullableBadRequestErrorDetail) MarshalJSON() ([]byte, error)

func (*NullableBadRequestErrorDetail) Set ¶

func (*NullableBadRequestErrorDetail) UnmarshalJSON ¶

func (v *NullableBadRequestErrorDetail) UnmarshalJSON(src []byte) error

func (*NullableBadRequestErrorDetail) Unset ¶

func (v *NullableBadRequestErrorDetail) Unset()

type NullableBadRequestErrorDetailCode ¶

type NullableBadRequestErrorDetailCode struct {
	// contains filtered or unexported fields
}

func (NullableBadRequestErrorDetailCode) Get ¶

func (NullableBadRequestErrorDetailCode) IsSet ¶

func (NullableBadRequestErrorDetailCode) MarshalJSON ¶

func (v NullableBadRequestErrorDetailCode) MarshalJSON() ([]byte, error)

func (*NullableBadRequestErrorDetailCode) Set ¶

func (*NullableBadRequestErrorDetailCode) UnmarshalJSON ¶

func (v *NullableBadRequestErrorDetailCode) UnmarshalJSON(src []byte) error

func (*NullableBadRequestErrorDetailCode) Unset ¶

type NullableBadRequestErrorDetailInnerError ¶

type NullableBadRequestErrorDetailInnerError struct {
	// contains filtered or unexported fields
}

func (NullableBadRequestErrorDetailInnerError) Get ¶

func (NullableBadRequestErrorDetailInnerError) IsSet ¶

func (NullableBadRequestErrorDetailInnerError) MarshalJSON ¶

func (v NullableBadRequestErrorDetailInnerError) MarshalJSON() ([]byte, error)

func (*NullableBadRequestErrorDetailInnerError) Set ¶

func (*NullableBadRequestErrorDetailInnerError) UnmarshalJSON ¶

func (v *NullableBadRequestErrorDetailInnerError) UnmarshalJSON(src []byte) error

func (*NullableBadRequestErrorDetailInnerError) Unset ¶

type NullableBool ¶

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool ¶

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get ¶

func (v NullableBool) Get() *bool

func (NullableBool) IsSet ¶

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON ¶

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set ¶

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON ¶

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset ¶

func (v *NullableBool) Unset()

type NullableDaVinciApplicationCollectionResponse ¶

type NullableDaVinciApplicationCollectionResponse struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciApplicationCollectionResponse) Get ¶

func (NullableDaVinciApplicationCollectionResponse) IsSet ¶

func (NullableDaVinciApplicationCollectionResponse) MarshalJSON ¶

func (*NullableDaVinciApplicationCollectionResponse) Set ¶

func (*NullableDaVinciApplicationCollectionResponse) UnmarshalJSON ¶

func (*NullableDaVinciApplicationCollectionResponse) Unset ¶

type NullableDaVinciApplicationCollectionResponseEmbedded ¶

type NullableDaVinciApplicationCollectionResponseEmbedded struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciApplicationCollectionResponseEmbedded) Get ¶

func (NullableDaVinciApplicationCollectionResponseEmbedded) IsSet ¶

func (NullableDaVinciApplicationCollectionResponseEmbedded) MarshalJSON ¶

func (*NullableDaVinciApplicationCollectionResponseEmbedded) Set ¶

func (*NullableDaVinciApplicationCollectionResponseEmbedded) UnmarshalJSON ¶

func (*NullableDaVinciApplicationCollectionResponseEmbedded) Unset ¶

type NullableDaVinciApplicationCollectionResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciApplicationCollectionResponseLinks) Get ¶

func (NullableDaVinciApplicationCollectionResponseLinks) IsSet ¶

func (NullableDaVinciApplicationCollectionResponseLinks) MarshalJSON ¶

func (*NullableDaVinciApplicationCollectionResponseLinks) Set ¶

func (*NullableDaVinciApplicationCollectionResponseLinks) UnmarshalJSON ¶

func (*NullableDaVinciApplicationCollectionResponseLinks) Unset ¶

type NullableDaVinciApplicationCreateRequest ¶

type NullableDaVinciApplicationCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciApplicationCreateRequest) Get ¶

func (NullableDaVinciApplicationCreateRequest) IsSet ¶

func (NullableDaVinciApplicationCreateRequest) MarshalJSON ¶

func (v NullableDaVinciApplicationCreateRequest) MarshalJSON() ([]byte, error)

func (*NullableDaVinciApplicationCreateRequest) Set ¶

func (*NullableDaVinciApplicationCreateRequest) UnmarshalJSON ¶

func (v *NullableDaVinciApplicationCreateRequest) UnmarshalJSON(src []byte) error

func (*NullableDaVinciApplicationCreateRequest) Unset ¶

type NullableDaVinciApplicationReplaceRequest ¶

type NullableDaVinciApplicationReplaceRequest struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciApplicationReplaceRequest) Get ¶

func (NullableDaVinciApplicationReplaceRequest) IsSet ¶

func (NullableDaVinciApplicationReplaceRequest) MarshalJSON ¶

func (*NullableDaVinciApplicationReplaceRequest) Set ¶

func (*NullableDaVinciApplicationReplaceRequest) UnmarshalJSON ¶

func (v *NullableDaVinciApplicationReplaceRequest) UnmarshalJSON(src []byte) error

func (*NullableDaVinciApplicationReplaceRequest) Unset ¶

type NullableDaVinciApplicationReplaceRequestApiKey ¶ added in v0.5.0

type NullableDaVinciApplicationReplaceRequestApiKey struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciApplicationReplaceRequestApiKey) Get ¶ added in v0.5.0

func (NullableDaVinciApplicationReplaceRequestApiKey) IsSet ¶ added in v0.5.0

func (NullableDaVinciApplicationReplaceRequestApiKey) MarshalJSON ¶ added in v0.5.0

func (*NullableDaVinciApplicationReplaceRequestApiKey) Set ¶ added in v0.5.0

func (*NullableDaVinciApplicationReplaceRequestApiKey) UnmarshalJSON ¶ added in v0.5.0

func (*NullableDaVinciApplicationReplaceRequestApiKey) Unset ¶ added in v0.5.0

type NullableDaVinciApplicationReplaceRequestOAuth ¶

type NullableDaVinciApplicationReplaceRequestOAuth struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciApplicationReplaceRequestOAuth) Get ¶

func (NullableDaVinciApplicationReplaceRequestOAuth) IsSet ¶

func (NullableDaVinciApplicationReplaceRequestOAuth) MarshalJSON ¶

func (*NullableDaVinciApplicationReplaceRequestOAuth) Set ¶

func (*NullableDaVinciApplicationReplaceRequestOAuth) UnmarshalJSON ¶

func (*NullableDaVinciApplicationReplaceRequestOAuth) Unset ¶

type NullableDaVinciApplicationReplaceRequestOAuthGrantType ¶

type NullableDaVinciApplicationReplaceRequestOAuthGrantType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciApplicationReplaceRequestOAuthGrantType) Get ¶

func (NullableDaVinciApplicationReplaceRequestOAuthGrantType) IsSet ¶

func (NullableDaVinciApplicationReplaceRequestOAuthGrantType) MarshalJSON ¶

func (*NullableDaVinciApplicationReplaceRequestOAuthGrantType) Set ¶

func (*NullableDaVinciApplicationReplaceRequestOAuthGrantType) UnmarshalJSON ¶

func (*NullableDaVinciApplicationReplaceRequestOAuthGrantType) Unset ¶

type NullableDaVinciApplicationReplaceRequestOAuthScope ¶

type NullableDaVinciApplicationReplaceRequestOAuthScope struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciApplicationReplaceRequestOAuthScope) Get ¶

func (NullableDaVinciApplicationReplaceRequestOAuthScope) IsSet ¶

func (NullableDaVinciApplicationReplaceRequestOAuthScope) MarshalJSON ¶

func (*NullableDaVinciApplicationReplaceRequestOAuthScope) Set ¶

func (*NullableDaVinciApplicationReplaceRequestOAuthScope) UnmarshalJSON ¶

func (*NullableDaVinciApplicationReplaceRequestOAuthScope) Unset ¶

type NullableDaVinciApplicationResponse ¶

type NullableDaVinciApplicationResponse struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciApplicationResponse) Get ¶

func (NullableDaVinciApplicationResponse) IsSet ¶

func (NullableDaVinciApplicationResponse) MarshalJSON ¶

func (v NullableDaVinciApplicationResponse) MarshalJSON() ([]byte, error)

func (*NullableDaVinciApplicationResponse) Set ¶

func (*NullableDaVinciApplicationResponse) UnmarshalJSON ¶

func (v *NullableDaVinciApplicationResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciApplicationResponse) Unset ¶

type NullableDaVinciApplicationResponseApiKey ¶

type NullableDaVinciApplicationResponseApiKey struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciApplicationResponseApiKey) Get ¶

func (NullableDaVinciApplicationResponseApiKey) IsSet ¶

func (NullableDaVinciApplicationResponseApiKey) MarshalJSON ¶

func (*NullableDaVinciApplicationResponseApiKey) Set ¶

func (*NullableDaVinciApplicationResponseApiKey) UnmarshalJSON ¶

func (v *NullableDaVinciApplicationResponseApiKey) UnmarshalJSON(src []byte) error

func (*NullableDaVinciApplicationResponseApiKey) Unset ¶

type NullableDaVinciApplicationResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciApplicationResponseLinks) Get ¶

func (NullableDaVinciApplicationResponseLinks) IsSet ¶

func (NullableDaVinciApplicationResponseLinks) MarshalJSON ¶

func (v NullableDaVinciApplicationResponseLinks) MarshalJSON() ([]byte, error)

func (*NullableDaVinciApplicationResponseLinks) Set ¶

func (*NullableDaVinciApplicationResponseLinks) UnmarshalJSON ¶

func (v *NullableDaVinciApplicationResponseLinks) UnmarshalJSON(src []byte) error

func (*NullableDaVinciApplicationResponseLinks) Unset ¶

type NullableDaVinciApplicationResponseOAuth ¶

type NullableDaVinciApplicationResponseOAuth struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciApplicationResponseOAuth) Get ¶

func (NullableDaVinciApplicationResponseOAuth) IsSet ¶

func (NullableDaVinciApplicationResponseOAuth) MarshalJSON ¶

func (v NullableDaVinciApplicationResponseOAuth) MarshalJSON() ([]byte, error)

func (*NullableDaVinciApplicationResponseOAuth) Set ¶

func (*NullableDaVinciApplicationResponseOAuth) UnmarshalJSON ¶

func (v *NullableDaVinciApplicationResponseOAuth) UnmarshalJSON(src []byte) error

func (*NullableDaVinciApplicationResponseOAuth) Unset ¶

type NullableDaVinciApplicationResponseOAuthGrantType ¶

type NullableDaVinciApplicationResponseOAuthGrantType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciApplicationResponseOAuthGrantType) Get ¶

func (NullableDaVinciApplicationResponseOAuthGrantType) IsSet ¶

func (NullableDaVinciApplicationResponseOAuthGrantType) MarshalJSON ¶

func (*NullableDaVinciApplicationResponseOAuthGrantType) Set ¶

func (*NullableDaVinciApplicationResponseOAuthGrantType) UnmarshalJSON ¶

func (*NullableDaVinciApplicationResponseOAuthGrantType) Unset ¶

type NullableDaVinciApplicationResponseOAuthScope ¶

type NullableDaVinciApplicationResponseOAuthScope struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciApplicationResponseOAuthScope) Get ¶

func (NullableDaVinciApplicationResponseOAuthScope) IsSet ¶

func (NullableDaVinciApplicationResponseOAuthScope) MarshalJSON ¶

func (*NullableDaVinciApplicationResponseOAuthScope) Set ¶

func (*NullableDaVinciApplicationResponseOAuthScope) UnmarshalJSON ¶

func (*NullableDaVinciApplicationResponseOAuthScope) Unset ¶

type NullableDaVinciConnectorCollectionMinimalResponse ¶

type NullableDaVinciConnectorCollectionMinimalResponse struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorCollectionMinimalResponse) Get ¶

func (NullableDaVinciConnectorCollectionMinimalResponse) IsSet ¶

func (NullableDaVinciConnectorCollectionMinimalResponse) MarshalJSON ¶

func (*NullableDaVinciConnectorCollectionMinimalResponse) Set ¶

func (*NullableDaVinciConnectorCollectionMinimalResponse) UnmarshalJSON ¶

func (*NullableDaVinciConnectorCollectionMinimalResponse) Unset ¶

type NullableDaVinciConnectorCollectionMinimalResponseEmbedded ¶

type NullableDaVinciConnectorCollectionMinimalResponseEmbedded struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorCollectionMinimalResponseEmbedded) Get ¶

func (NullableDaVinciConnectorCollectionMinimalResponseEmbedded) IsSet ¶

func (NullableDaVinciConnectorCollectionMinimalResponseEmbedded) MarshalJSON ¶

func (*NullableDaVinciConnectorCollectionMinimalResponseEmbedded) Set ¶

func (*NullableDaVinciConnectorCollectionMinimalResponseEmbedded) UnmarshalJSON ¶

func (*NullableDaVinciConnectorCollectionMinimalResponseEmbedded) Unset ¶

type NullableDaVinciConnectorCollectionMinimalResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorCollectionMinimalResponseLinks) Get ¶

func (NullableDaVinciConnectorCollectionMinimalResponseLinks) IsSet ¶

func (NullableDaVinciConnectorCollectionMinimalResponseLinks) MarshalJSON ¶

func (*NullableDaVinciConnectorCollectionMinimalResponseLinks) Set ¶

func (*NullableDaVinciConnectorCollectionMinimalResponseLinks) UnmarshalJSON ¶

func (*NullableDaVinciConnectorCollectionMinimalResponseLinks) Unset ¶

type NullableDaVinciConnectorDetailsResponse ¶

type NullableDaVinciConnectorDetailsResponse struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorDetailsResponse) Get ¶

func (NullableDaVinciConnectorDetailsResponse) IsSet ¶

func (NullableDaVinciConnectorDetailsResponse) MarshalJSON ¶

func (v NullableDaVinciConnectorDetailsResponse) MarshalJSON() ([]byte, error)

func (*NullableDaVinciConnectorDetailsResponse) Set ¶

func (*NullableDaVinciConnectorDetailsResponse) UnmarshalJSON ¶

func (v *NullableDaVinciConnectorDetailsResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciConnectorDetailsResponse) Unset ¶

type NullableDaVinciConnectorDetailsResponseAccountConfigView ¶

type NullableDaVinciConnectorDetailsResponseAccountConfigView struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorDetailsResponseAccountConfigView) Get ¶

func (NullableDaVinciConnectorDetailsResponseAccountConfigView) IsSet ¶

func (NullableDaVinciConnectorDetailsResponseAccountConfigView) MarshalJSON ¶

func (*NullableDaVinciConnectorDetailsResponseAccountConfigView) Set ¶

func (*NullableDaVinciConnectorDetailsResponseAccountConfigView) UnmarshalJSON ¶

func (*NullableDaVinciConnectorDetailsResponseAccountConfigView) Unset ¶

type NullableDaVinciConnectorDetailsResponseCredentialsView ¶

type NullableDaVinciConnectorDetailsResponseCredentialsView struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorDetailsResponseCredentialsView) Get ¶

func (NullableDaVinciConnectorDetailsResponseCredentialsView) IsSet ¶

func (NullableDaVinciConnectorDetailsResponseCredentialsView) MarshalJSON ¶

func (*NullableDaVinciConnectorDetailsResponseCredentialsView) Set ¶

func (*NullableDaVinciConnectorDetailsResponseCredentialsView) UnmarshalJSON ¶

func (*NullableDaVinciConnectorDetailsResponseCredentialsView) Unset ¶

type NullableDaVinciConnectorDetailsResponseFlowSection ¶

type NullableDaVinciConnectorDetailsResponseFlowSection struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorDetailsResponseFlowSection) Get ¶

func (NullableDaVinciConnectorDetailsResponseFlowSection) IsSet ¶

func (NullableDaVinciConnectorDetailsResponseFlowSection) MarshalJSON ¶

func (*NullableDaVinciConnectorDetailsResponseFlowSection) Set ¶

func (*NullableDaVinciConnectorDetailsResponseFlowSection) UnmarshalJSON ¶

func (*NullableDaVinciConnectorDetailsResponseFlowSection) Unset ¶

type NullableDaVinciConnectorDetailsResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorDetailsResponseLinks) Get ¶

func (NullableDaVinciConnectorDetailsResponseLinks) IsSet ¶

func (NullableDaVinciConnectorDetailsResponseLinks) MarshalJSON ¶

func (*NullableDaVinciConnectorDetailsResponseLinks) Set ¶

func (*NullableDaVinciConnectorDetailsResponseLinks) UnmarshalJSON ¶

func (*NullableDaVinciConnectorDetailsResponseLinks) Unset ¶

type NullableDaVinciConnectorDetailsResponseSection ¶

type NullableDaVinciConnectorDetailsResponseSection struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorDetailsResponseSection) Get ¶

func (NullableDaVinciConnectorDetailsResponseSection) IsSet ¶

func (NullableDaVinciConnectorDetailsResponseSection) MarshalJSON ¶

func (*NullableDaVinciConnectorDetailsResponseSection) Set ¶

func (*NullableDaVinciConnectorDetailsResponseSection) UnmarshalJSON ¶

func (*NullableDaVinciConnectorDetailsResponseSection) Unset ¶

type NullableDaVinciConnectorInstanceCollectionResponse ¶

type NullableDaVinciConnectorInstanceCollectionResponse struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorInstanceCollectionResponse) Get ¶

func (NullableDaVinciConnectorInstanceCollectionResponse) IsSet ¶

func (NullableDaVinciConnectorInstanceCollectionResponse) MarshalJSON ¶

func (*NullableDaVinciConnectorInstanceCollectionResponse) Set ¶

func (*NullableDaVinciConnectorInstanceCollectionResponse) UnmarshalJSON ¶

func (*NullableDaVinciConnectorInstanceCollectionResponse) Unset ¶

type NullableDaVinciConnectorInstanceCollectionResponseEmbedded ¶

type NullableDaVinciConnectorInstanceCollectionResponseEmbedded struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorInstanceCollectionResponseEmbedded) Get ¶

func (NullableDaVinciConnectorInstanceCollectionResponseEmbedded) IsSet ¶

func (NullableDaVinciConnectorInstanceCollectionResponseEmbedded) MarshalJSON ¶

func (*NullableDaVinciConnectorInstanceCollectionResponseEmbedded) Set ¶

func (*NullableDaVinciConnectorInstanceCollectionResponseEmbedded) UnmarshalJSON ¶

func (*NullableDaVinciConnectorInstanceCollectionResponseEmbedded) Unset ¶

type NullableDaVinciConnectorInstanceCollectionResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorInstanceCollectionResponseLinks) Get ¶

func (NullableDaVinciConnectorInstanceCollectionResponseLinks) IsSet ¶

func (NullableDaVinciConnectorInstanceCollectionResponseLinks) MarshalJSON ¶

func (*NullableDaVinciConnectorInstanceCollectionResponseLinks) Set ¶

func (*NullableDaVinciConnectorInstanceCollectionResponseLinks) UnmarshalJSON ¶

func (*NullableDaVinciConnectorInstanceCollectionResponseLinks) Unset ¶

type NullableDaVinciConnectorInstanceCreateRequest ¶

type NullableDaVinciConnectorInstanceCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorInstanceCreateRequest) Get ¶

func (NullableDaVinciConnectorInstanceCreateRequest) IsSet ¶

func (NullableDaVinciConnectorInstanceCreateRequest) MarshalJSON ¶

func (*NullableDaVinciConnectorInstanceCreateRequest) Set ¶

func (*NullableDaVinciConnectorInstanceCreateRequest) UnmarshalJSON ¶

func (*NullableDaVinciConnectorInstanceCreateRequest) Unset ¶

type NullableDaVinciConnectorInstanceReplaceRequest ¶

type NullableDaVinciConnectorInstanceReplaceRequest struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorInstanceReplaceRequest) Get ¶

func (NullableDaVinciConnectorInstanceReplaceRequest) IsSet ¶

func (NullableDaVinciConnectorInstanceReplaceRequest) MarshalJSON ¶

func (*NullableDaVinciConnectorInstanceReplaceRequest) Set ¶

func (*NullableDaVinciConnectorInstanceReplaceRequest) UnmarshalJSON ¶

func (*NullableDaVinciConnectorInstanceReplaceRequest) Unset ¶

type NullableDaVinciConnectorInstanceResponse ¶

type NullableDaVinciConnectorInstanceResponse struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorInstanceResponse) Get ¶

func (NullableDaVinciConnectorInstanceResponse) IsSet ¶

func (NullableDaVinciConnectorInstanceResponse) MarshalJSON ¶

func (*NullableDaVinciConnectorInstanceResponse) Set ¶

func (*NullableDaVinciConnectorInstanceResponse) UnmarshalJSON ¶

func (v *NullableDaVinciConnectorInstanceResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciConnectorInstanceResponse) Unset ¶

type NullableDaVinciConnectorInstanceResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorInstanceResponseLinks) Get ¶

func (NullableDaVinciConnectorInstanceResponseLinks) IsSet ¶

func (NullableDaVinciConnectorInstanceResponseLinks) MarshalJSON ¶

func (*NullableDaVinciConnectorInstanceResponseLinks) Set ¶

func (*NullableDaVinciConnectorInstanceResponseLinks) UnmarshalJSON ¶

func (*NullableDaVinciConnectorInstanceResponseLinks) Unset ¶

type NullableDaVinciConnectorMinimalResponse ¶

type NullableDaVinciConnectorMinimalResponse struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorMinimalResponse) Get ¶

func (NullableDaVinciConnectorMinimalResponse) IsSet ¶

func (NullableDaVinciConnectorMinimalResponse) MarshalJSON ¶

func (v NullableDaVinciConnectorMinimalResponse) MarshalJSON() ([]byte, error)

func (*NullableDaVinciConnectorMinimalResponse) Set ¶

func (*NullableDaVinciConnectorMinimalResponse) UnmarshalJSON ¶

func (v *NullableDaVinciConnectorMinimalResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciConnectorMinimalResponse) Unset ¶

type NullableDaVinciConnectorMinimalResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorMinimalResponseLinks) Get ¶

func (NullableDaVinciConnectorMinimalResponseLinks) IsSet ¶

func (NullableDaVinciConnectorMinimalResponseLinks) MarshalJSON ¶

func (*NullableDaVinciConnectorMinimalResponseLinks) Set ¶

func (*NullableDaVinciConnectorMinimalResponseLinks) UnmarshalJSON ¶

func (*NullableDaVinciConnectorMinimalResponseLinks) Unset ¶

type NullableDaVinciConnectorMinimalResponseMetadata ¶

type NullableDaVinciConnectorMinimalResponseMetadata struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorMinimalResponseMetadata) Get ¶

func (NullableDaVinciConnectorMinimalResponseMetadata) IsSet ¶

func (NullableDaVinciConnectorMinimalResponseMetadata) MarshalJSON ¶

func (*NullableDaVinciConnectorMinimalResponseMetadata) Set ¶

func (*NullableDaVinciConnectorMinimalResponseMetadata) UnmarshalJSON ¶

func (*NullableDaVinciConnectorMinimalResponseMetadata) Unset ¶

type NullableDaVinciConnectorMinimalResponseMetadataColors ¶

type NullableDaVinciConnectorMinimalResponseMetadataColors struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorMinimalResponseMetadataColors) Get ¶

func (NullableDaVinciConnectorMinimalResponseMetadataColors) IsSet ¶

func (NullableDaVinciConnectorMinimalResponseMetadataColors) MarshalJSON ¶

func (*NullableDaVinciConnectorMinimalResponseMetadataColors) Set ¶

func (*NullableDaVinciConnectorMinimalResponseMetadataColors) UnmarshalJSON ¶

func (*NullableDaVinciConnectorMinimalResponseMetadataColors) Unset ¶

type NullableDaVinciConnectorMinimalResponseMetadataLogos ¶

type NullableDaVinciConnectorMinimalResponseMetadataLogos struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorMinimalResponseMetadataLogos) Get ¶

func (NullableDaVinciConnectorMinimalResponseMetadataLogos) IsSet ¶

func (NullableDaVinciConnectorMinimalResponseMetadataLogos) MarshalJSON ¶

func (*NullableDaVinciConnectorMinimalResponseMetadataLogos) Set ¶

func (*NullableDaVinciConnectorMinimalResponseMetadataLogos) UnmarshalJSON ¶

func (*NullableDaVinciConnectorMinimalResponseMetadataLogos) Unset ¶

type NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas ¶

type NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) Get ¶

func (NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) IsSet ¶

func (NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) MarshalJSON ¶

func (*NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) Set ¶

func (*NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) UnmarshalJSON ¶

func (*NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) Unset ¶

type NullableDaVinciConnectorMinimalResponseMetadataType ¶

type NullableDaVinciConnectorMinimalResponseMetadataType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciConnectorMinimalResponseMetadataType) Get ¶

func (NullableDaVinciConnectorMinimalResponseMetadataType) IsSet ¶

func (NullableDaVinciConnectorMinimalResponseMetadataType) MarshalJSON ¶

func (*NullableDaVinciConnectorMinimalResponseMetadataType) Set ¶

func (*NullableDaVinciConnectorMinimalResponseMetadataType) UnmarshalJSON ¶

func (*NullableDaVinciConnectorMinimalResponseMetadataType) Unset ¶

type NullableDaVinciExportFlowVersionResponse ¶ added in v0.3.0

type NullableDaVinciExportFlowVersionResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciExportFlowVersionResponse ¶ added in v0.3.0

func NewNullableDaVinciExportFlowVersionResponse(val *DaVinciExportFlowVersionResponse) *NullableDaVinciExportFlowVersionResponse

func (NullableDaVinciExportFlowVersionResponse) Get ¶ added in v0.3.0

func (NullableDaVinciExportFlowVersionResponse) IsSet ¶ added in v0.3.0

func (NullableDaVinciExportFlowVersionResponse) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionResponse) Set ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionResponse) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciExportFlowVersionResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciExportFlowVersionResponse) Unset ¶ added in v0.3.0

type NullableDaVinciExportFlowVersionResponseConnector ¶ added in v0.3.0

type NullableDaVinciExportFlowVersionResponseConnector struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciExportFlowVersionResponseConnector) Get ¶ added in v0.3.0

func (NullableDaVinciExportFlowVersionResponseConnector) IsSet ¶ added in v0.3.0

func (NullableDaVinciExportFlowVersionResponseConnector) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionResponseConnector) Set ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionResponseConnector) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionResponseConnector) Unset ¶ added in v0.3.0

type NullableDaVinciExportFlowVersionResponseEnvironment ¶ added in v0.3.0

type NullableDaVinciExportFlowVersionResponseEnvironment struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciExportFlowVersionResponseEnvironment) Get ¶ added in v0.3.0

func (NullableDaVinciExportFlowVersionResponseEnvironment) IsSet ¶ added in v0.3.0

func (NullableDaVinciExportFlowVersionResponseEnvironment) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionResponseEnvironment) Set ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionResponseEnvironment) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionResponseEnvironment) Unset ¶ added in v0.3.0

type NullableDaVinciExportFlowVersionResponseFlow ¶ added in v0.3.0

type NullableDaVinciExportFlowVersionResponseFlow struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciExportFlowVersionResponseFlow) Get ¶ added in v0.3.0

func (NullableDaVinciExportFlowVersionResponseFlow) IsSet ¶ added in v0.3.0

func (NullableDaVinciExportFlowVersionResponseFlow) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionResponseFlow) Set ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionResponseFlow) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionResponseFlow) Unset ¶ added in v0.3.0

type NullableDaVinciExportFlowVersionResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciExportFlowVersionResponseLinks) Get ¶ added in v0.3.0

func (NullableDaVinciExportFlowVersionResponseLinks) IsSet ¶ added in v0.3.0

func (NullableDaVinciExportFlowVersionResponseLinks) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionResponseLinks) Set ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionResponseLinks) Unset ¶ added in v0.3.0

type NullableDaVinciExportFlowVersionSubflowsResponse ¶ added in v0.3.0

type NullableDaVinciExportFlowVersionSubflowsResponse struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciExportFlowVersionSubflowsResponse) Get ¶ added in v0.3.0

func (NullableDaVinciExportFlowVersionSubflowsResponse) IsSet ¶ added in v0.3.0

func (NullableDaVinciExportFlowVersionSubflowsResponse) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionSubflowsResponse) Set ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionSubflowsResponse) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciExportFlowVersionSubflowsResponse) Unset ¶ added in v0.3.0

type NullableDaVinciFlowCollection ¶ added in v0.3.0

type NullableDaVinciFlowCollection struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowCollection ¶ added in v0.3.0

func NewNullableDaVinciFlowCollection(val *DaVinciFlowCollection) *NullableDaVinciFlowCollection

func (NullableDaVinciFlowCollection) Get ¶ added in v0.3.0

func (NullableDaVinciFlowCollection) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowCollection) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowCollection) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowCollection) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowCollection) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowCollection) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowCollection) Unset ¶ added in v0.3.0

func (v *NullableDaVinciFlowCollection) Unset()

type NullableDaVinciFlowCollectionEmbedded ¶ added in v0.3.0

type NullableDaVinciFlowCollectionEmbedded struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowCollectionEmbedded ¶ added in v0.3.0

func NewNullableDaVinciFlowCollectionEmbedded(val *DaVinciFlowCollectionEmbedded) *NullableDaVinciFlowCollectionEmbedded

func (NullableDaVinciFlowCollectionEmbedded) Get ¶ added in v0.3.0

func (NullableDaVinciFlowCollectionEmbedded) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowCollectionEmbedded) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowCollectionEmbedded) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowCollectionEmbedded) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowCollectionEmbedded) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowCollectionEmbedded) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowCollectionEmbedded) Unset ¶ added in v0.3.0

type NullableDaVinciFlowCollectionLinks struct {
	// contains filtered or unexported fields
}
func NewNullableDaVinciFlowCollectionLinks(val *DaVinciFlowCollectionLinks) *NullableDaVinciFlowCollectionLinks

func (NullableDaVinciFlowCollectionLinks) Get ¶ added in v0.3.0

func (NullableDaVinciFlowCollectionLinks) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowCollectionLinks) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowCollectionLinks) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowCollectionLinks) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowCollectionLinks) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowCollectionLinks) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowCollectionLinks) Unset ¶ added in v0.3.0

type NullableDaVinciFlowCreateRequest ¶ added in v0.3.0

type NullableDaVinciFlowCreateRequest struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowCreateRequest ¶ added in v0.3.0

func NewNullableDaVinciFlowCreateRequest(val *DaVinciFlowCreateRequest) *NullableDaVinciFlowCreateRequest

func (NullableDaVinciFlowCreateRequest) Get ¶ added in v0.3.0

func (NullableDaVinciFlowCreateRequest) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowCreateRequest) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowCreateRequest) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowCreateRequest) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowCreateRequest) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowCreateRequest) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowCreateRequest) Unset ¶ added in v0.3.0

type NullableDaVinciFlowEnableRequest ¶ added in v0.3.0

type NullableDaVinciFlowEnableRequest struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowEnableRequest ¶ added in v0.3.0

func NewNullableDaVinciFlowEnableRequest(val *DaVinciFlowEnableRequest) *NullableDaVinciFlowEnableRequest

func (NullableDaVinciFlowEnableRequest) Get ¶ added in v0.3.0

func (NullableDaVinciFlowEnableRequest) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowEnableRequest) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowEnableRequest) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowEnableRequest) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowEnableRequest) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowEnableRequest) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowEnableRequest) Unset ¶ added in v0.3.0

type NullableDaVinciFlowEnabledResponse ¶ added in v0.3.0

type NullableDaVinciFlowEnabledResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowEnabledResponse ¶ added in v0.3.0

func NewNullableDaVinciFlowEnabledResponse(val *DaVinciFlowEnabledResponse) *NullableDaVinciFlowEnabledResponse

func (NullableDaVinciFlowEnabledResponse) Get ¶ added in v0.3.0

func (NullableDaVinciFlowEnabledResponse) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowEnabledResponse) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowEnabledResponse) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowEnabledResponse) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowEnabledResponse) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowEnabledResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowEnabledResponse) Unset ¶ added in v0.3.0

type NullableDaVinciFlowEnabledResponseLinks struct {
	// contains filtered or unexported fields
}
func NewNullableDaVinciFlowEnabledResponseLinks(val *DaVinciFlowEnabledResponseLinks) *NullableDaVinciFlowEnabledResponseLinks

func (NullableDaVinciFlowEnabledResponseLinks) Get ¶ added in v0.3.0

func (NullableDaVinciFlowEnabledResponseLinks) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowEnabledResponseLinks) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowEnabledResponseLinks) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowEnabledResponseLinks) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowEnabledResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowEnabledResponseLinks) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowEnabledResponseLinks) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequest ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequest struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowGraphDataRequest ¶ added in v0.3.0

func NewNullableDaVinciFlowGraphDataRequest(val *DaVinciFlowGraphDataRequest) *NullableDaVinciFlowGraphDataRequest

func (NullableDaVinciFlowGraphDataRequest) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequest) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequest) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowGraphDataRequest) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowGraphDataRequest) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequest) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowGraphDataRequest) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowGraphDataRequest) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestElements ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestElements struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataRequestElements) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestElements) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestElements) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElements) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElements) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowGraphDataRequestElements) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowGraphDataRequestElements) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestElementsEdge ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestElementsEdge struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataRequestElementsEdge) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestElementsEdge) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestElementsEdge) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsEdge) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsEdge) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsEdge) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestElementsEdgeData ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestElementsEdgeData struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataRequestElementsEdgeData) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestElementsEdgeData) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestElementsEdgeData) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsEdgeData) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsEdgeData) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsEdgeData) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestElementsEdgePosition ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestElementsEdgePosition struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataRequestElementsEdgePosition) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestElementsEdgePosition) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestElementsEdgePosition) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsEdgePosition) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsEdgePosition) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsEdgePosition) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestElementsNode ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestElementsNode struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataRequestElementsNode) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestElementsNode) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestElementsNode) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsNode) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsNode) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsNode) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestElementsNodeData ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestElementsNodeData struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataRequestElementsNodeData) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestElementsNodeData) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestElementsNodeData) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsNodeData) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsNodeData) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsNodeData) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestElementsNodePosition ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestElementsNodePosition struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataRequestElementsNodePosition) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestElementsNodePosition) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestElementsNodePosition) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsNodePosition) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsNodePosition) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestElementsNodePosition) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestPan ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataRequestPan struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowGraphDataRequestPan ¶ added in v0.3.0

func NewNullableDaVinciFlowGraphDataRequestPan(val *DaVinciFlowGraphDataRequestPan) *NullableDaVinciFlowGraphDataRequestPan

func (NullableDaVinciFlowGraphDataRequestPan) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestPan) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataRequestPan) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowGraphDataRequestPan) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowGraphDataRequestPan) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataRequestPan) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowGraphDataRequestPan) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowGraphDataRequestPan) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponse ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowGraphDataResponse ¶ added in v0.3.0

func NewNullableDaVinciFlowGraphDataResponse(val *DaVinciFlowGraphDataResponse) *NullableDaVinciFlowGraphDataResponse

func (NullableDaVinciFlowGraphDataResponse) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponse) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponse) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowGraphDataResponse) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowGraphDataResponse) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponse) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowGraphDataResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowGraphDataResponse) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseAllLinterError ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseAllLinterError struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataResponseAllLinterError) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseAllLinterError) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseAllLinterError) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseAllLinterError) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseAllLinterError) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseAllLinterError) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElements ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElements struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataResponseElements) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElements) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElements) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElements) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElements) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElements) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElementsEdge ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElementsEdge struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataResponseElementsEdge) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElementsEdge) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElementsEdge) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsEdge) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsEdge) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsEdge) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElementsEdgeData ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElementsEdgeData struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataResponseElementsEdgeData) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElementsEdgeData) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElementsEdgeData) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsEdgeData) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsEdgeData) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsEdgeData) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElementsEdgePosition ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElementsEdgePosition struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataResponseElementsEdgePosition) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElementsEdgePosition) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElementsEdgePosition) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsEdgePosition) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsEdgePosition) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsEdgePosition) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElementsNode ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElementsNode struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataResponseElementsNode) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElementsNode) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElementsNode) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsNode) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsNode) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsNode) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElementsNodeData ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElementsNodeData struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataResponseElementsNodeData) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElementsNodeData) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElementsNodeData) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsNodeData) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsNodeData) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsNodeData) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElementsNodePosition ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseElementsNodePosition struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataResponseElementsNodePosition) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElementsNodePosition) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseElementsNodePosition) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsNodePosition) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsNodePosition) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseElementsNodePosition) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponsePan ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponsePan struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowGraphDataResponsePan ¶ added in v0.3.0

func NewNullableDaVinciFlowGraphDataResponsePan(val *DaVinciFlowGraphDataResponsePan) *NullableDaVinciFlowGraphDataResponsePan

func (NullableDaVinciFlowGraphDataResponsePan) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponsePan) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponsePan) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowGraphDataResponsePan) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowGraphDataResponsePan) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponsePan) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowGraphDataResponsePan) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowGraphDataResponsePan) Unset ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseRenderer ¶ added in v0.3.0

type NullableDaVinciFlowGraphDataResponseRenderer struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowGraphDataResponseRenderer) Get ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseRenderer) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowGraphDataResponseRenderer) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseRenderer) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseRenderer) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowGraphDataResponseRenderer) Unset ¶ added in v0.3.0

type NullableDaVinciFlowInputSchemaRequestItem ¶ added in v0.3.0

type NullableDaVinciFlowInputSchemaRequestItem struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowInputSchemaRequestItem ¶ added in v0.3.0

func NewNullableDaVinciFlowInputSchemaRequestItem(val *DaVinciFlowInputSchemaRequestItem) *NullableDaVinciFlowInputSchemaRequestItem

func (NullableDaVinciFlowInputSchemaRequestItem) Get ¶ added in v0.3.0

func (NullableDaVinciFlowInputSchemaRequestItem) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowInputSchemaRequestItem) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowInputSchemaRequestItem) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowInputSchemaRequestItem) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowInputSchemaRequestItem) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowInputSchemaRequestItem) Unset ¶ added in v0.3.0

type NullableDaVinciFlowInputSchemaRequestItemPreferredControlType ¶ added in v0.3.0

type NullableDaVinciFlowInputSchemaRequestItemPreferredControlType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) Get ¶ added in v0.3.0

func (NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) Unset ¶ added in v0.3.0

type NullableDaVinciFlowInputSchemaRequestItemPreferredDataType ¶ added in v0.3.0

type NullableDaVinciFlowInputSchemaRequestItemPreferredDataType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) Get ¶ added in v0.3.0

func (NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) Unset ¶ added in v0.3.0

type NullableDaVinciFlowInputSchemaResponseItem ¶ added in v0.3.0

type NullableDaVinciFlowInputSchemaResponseItem struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowInputSchemaResponseItem ¶ added in v0.3.0

func NewNullableDaVinciFlowInputSchemaResponseItem(val *DaVinciFlowInputSchemaResponseItem) *NullableDaVinciFlowInputSchemaResponseItem

func (NullableDaVinciFlowInputSchemaResponseItem) Get ¶ added in v0.3.0

func (NullableDaVinciFlowInputSchemaResponseItem) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowInputSchemaResponseItem) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowInputSchemaResponseItem) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowInputSchemaResponseItem) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowInputSchemaResponseItem) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowInputSchemaResponseItem) Unset ¶ added in v0.3.0

type NullableDaVinciFlowInputSchemaResponseItemPreferredDataType ¶ added in v0.3.0

type NullableDaVinciFlowInputSchemaResponseItemPreferredDataType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) Get ¶ added in v0.3.0

func (NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) Unset ¶ added in v0.3.0

type NullableDaVinciFlowOutputSchemaRequest ¶ added in v0.3.0

type NullableDaVinciFlowOutputSchemaRequest struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowOutputSchemaRequest ¶ added in v0.3.0

func NewNullableDaVinciFlowOutputSchemaRequest(val *DaVinciFlowOutputSchemaRequest) *NullableDaVinciFlowOutputSchemaRequest

func (NullableDaVinciFlowOutputSchemaRequest) Get ¶ added in v0.3.0

func (NullableDaVinciFlowOutputSchemaRequest) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowOutputSchemaRequest) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowOutputSchemaRequest) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowOutputSchemaRequest) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowOutputSchemaRequest) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowOutputSchemaRequest) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowOutputSchemaRequest) Unset ¶ added in v0.3.0

type NullableDaVinciFlowOutputSchemaRequestOutput ¶ added in v0.3.0

type NullableDaVinciFlowOutputSchemaRequestOutput struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowOutputSchemaRequestOutput) Get ¶ added in v0.3.0

func (NullableDaVinciFlowOutputSchemaRequestOutput) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowOutputSchemaRequestOutput) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowOutputSchemaRequestOutput) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowOutputSchemaRequestOutput) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowOutputSchemaRequestOutput) Unset ¶ added in v0.3.0

type NullableDaVinciFlowOutputSchemaRequestOutputType ¶ added in v0.3.0

type NullableDaVinciFlowOutputSchemaRequestOutputType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowOutputSchemaRequestOutputType) Get ¶ added in v0.3.0

func (NullableDaVinciFlowOutputSchemaRequestOutputType) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowOutputSchemaRequestOutputType) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowOutputSchemaRequestOutputType) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowOutputSchemaRequestOutputType) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowOutputSchemaRequestOutputType) Unset ¶ added in v0.3.0

type NullableDaVinciFlowOutputSchemaResponse ¶ added in v0.3.0

type NullableDaVinciFlowOutputSchemaResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowOutputSchemaResponse ¶ added in v0.3.0

func NewNullableDaVinciFlowOutputSchemaResponse(val *DaVinciFlowOutputSchemaResponse) *NullableDaVinciFlowOutputSchemaResponse

func (NullableDaVinciFlowOutputSchemaResponse) Get ¶ added in v0.3.0

func (NullableDaVinciFlowOutputSchemaResponse) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowOutputSchemaResponse) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowOutputSchemaResponse) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowOutputSchemaResponse) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowOutputSchemaResponse) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowOutputSchemaResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowOutputSchemaResponse) Unset ¶ added in v0.3.0

type NullableDaVinciFlowOutputSchemaResponseOutput ¶ added in v0.3.0

type NullableDaVinciFlowOutputSchemaResponseOutput struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowOutputSchemaResponseOutput) Get ¶ added in v0.3.0

func (NullableDaVinciFlowOutputSchemaResponseOutput) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowOutputSchemaResponseOutput) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowOutputSchemaResponseOutput) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowOutputSchemaResponseOutput) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowOutputSchemaResponseOutput) Unset ¶ added in v0.3.0

type NullableDaVinciFlowOutputSchemaResponseOutputType ¶ added in v0.3.0

type NullableDaVinciFlowOutputSchemaResponseOutputType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowOutputSchemaResponseOutputType) Get ¶ added in v0.3.0

func (NullableDaVinciFlowOutputSchemaResponseOutputType) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowOutputSchemaResponseOutputType) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowOutputSchemaResponseOutputType) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowOutputSchemaResponseOutputType) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowOutputSchemaResponseOutputType) Unset ¶ added in v0.3.0

type NullableDaVinciFlowPolicyCollection ¶

type NullableDaVinciFlowPolicyCollection struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyCollection) Get ¶

func (NullableDaVinciFlowPolicyCollection) IsSet ¶

func (NullableDaVinciFlowPolicyCollection) MarshalJSON ¶

func (v NullableDaVinciFlowPolicyCollection) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowPolicyCollection) Set ¶

func (*NullableDaVinciFlowPolicyCollection) UnmarshalJSON ¶

func (v *NullableDaVinciFlowPolicyCollection) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowPolicyCollection) Unset ¶

type NullableDaVinciFlowPolicyCollectionEmbedded ¶

type NullableDaVinciFlowPolicyCollectionEmbedded struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyCollectionEmbedded) Get ¶

func (NullableDaVinciFlowPolicyCollectionEmbedded) IsSet ¶

func (NullableDaVinciFlowPolicyCollectionEmbedded) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyCollectionEmbedded) Set ¶

func (*NullableDaVinciFlowPolicyCollectionEmbedded) UnmarshalJSON ¶

func (v *NullableDaVinciFlowPolicyCollectionEmbedded) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowPolicyCollectionEmbedded) Unset ¶

type NullableDaVinciFlowPolicyCollectionLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyCollectionLinks) Get ¶

func (NullableDaVinciFlowPolicyCollectionLinks) IsSet ¶

func (NullableDaVinciFlowPolicyCollectionLinks) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyCollectionLinks) Set ¶

func (*NullableDaVinciFlowPolicyCollectionLinks) UnmarshalJSON ¶

func (v *NullableDaVinciFlowPolicyCollectionLinks) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowPolicyCollectionLinks) Unset ¶

type NullableDaVinciFlowPolicyCreateRequest ¶

type NullableDaVinciFlowPolicyCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyCreateRequest) Get ¶

func (NullableDaVinciFlowPolicyCreateRequest) IsSet ¶

func (NullableDaVinciFlowPolicyCreateRequest) MarshalJSON ¶

func (v NullableDaVinciFlowPolicyCreateRequest) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowPolicyCreateRequest) Set ¶

func (*NullableDaVinciFlowPolicyCreateRequest) UnmarshalJSON ¶

func (v *NullableDaVinciFlowPolicyCreateRequest) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowPolicyCreateRequest) Unset ¶

type NullableDaVinciFlowPolicyCreateRequestFlowDistribution ¶

type NullableDaVinciFlowPolicyCreateRequestFlowDistribution struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyCreateRequestFlowDistribution) Get ¶

func (NullableDaVinciFlowPolicyCreateRequestFlowDistribution) IsSet ¶

func (NullableDaVinciFlowPolicyCreateRequestFlowDistribution) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestFlowDistribution) Set ¶

func (*NullableDaVinciFlowPolicyCreateRequestFlowDistribution) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestFlowDistribution) Unset ¶

type NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode ¶

type NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) Get ¶

func (NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) IsSet ¶

func (NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) Set ¶

func (*NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) Unset ¶

type NullableDaVinciFlowPolicyCreateRequestStatus ¶

type NullableDaVinciFlowPolicyCreateRequestStatus struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyCreateRequestStatus) Get ¶

func (NullableDaVinciFlowPolicyCreateRequestStatus) IsSet ¶

func (NullableDaVinciFlowPolicyCreateRequestStatus) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestStatus) Set ¶

func (*NullableDaVinciFlowPolicyCreateRequestStatus) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestStatus) Unset ¶

type NullableDaVinciFlowPolicyCreateRequestTrigger ¶

type NullableDaVinciFlowPolicyCreateRequestTrigger struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyCreateRequestTrigger) Get ¶

func (NullableDaVinciFlowPolicyCreateRequestTrigger) IsSet ¶

func (NullableDaVinciFlowPolicyCreateRequestTrigger) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestTrigger) Set ¶

func (*NullableDaVinciFlowPolicyCreateRequestTrigger) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestTrigger) Unset ¶

type NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration ¶

type NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) Get ¶

func (NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) IsSet ¶

func (NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) Set ¶

func (*NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) Unset ¶

type NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA ¶

type NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) Get ¶

func (NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) IsSet ¶

func (NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) Set ¶

func (*NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) Unset ¶

type NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword ¶

type NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) Get ¶

func (NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) IsSet ¶

func (NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) Set ¶

func (*NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) Unset ¶

type NullableDaVinciFlowPolicyCreateRequestTriggerType ¶

type NullableDaVinciFlowPolicyCreateRequestTriggerType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyCreateRequestTriggerType) Get ¶

func (NullableDaVinciFlowPolicyCreateRequestTriggerType) IsSet ¶

func (NullableDaVinciFlowPolicyCreateRequestTriggerType) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestTriggerType) Set ¶

func (*NullableDaVinciFlowPolicyCreateRequestTriggerType) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyCreateRequestTriggerType) Unset ¶

type NullableDaVinciFlowPolicyEventsCollection ¶

type NullableDaVinciFlowPolicyEventsCollection struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyEventsCollection) Get ¶

func (NullableDaVinciFlowPolicyEventsCollection) IsSet ¶

func (NullableDaVinciFlowPolicyEventsCollection) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyEventsCollection) Set ¶

func (*NullableDaVinciFlowPolicyEventsCollection) UnmarshalJSON ¶

func (v *NullableDaVinciFlowPolicyEventsCollection) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowPolicyEventsCollection) Unset ¶

type NullableDaVinciFlowPolicyEventsCollectionEmbedded ¶

type NullableDaVinciFlowPolicyEventsCollectionEmbedded struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyEventsCollectionEmbedded) Get ¶

func (NullableDaVinciFlowPolicyEventsCollectionEmbedded) IsSet ¶

func (NullableDaVinciFlowPolicyEventsCollectionEmbedded) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyEventsCollectionEmbedded) Set ¶

func (*NullableDaVinciFlowPolicyEventsCollectionEmbedded) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyEventsCollectionEmbedded) Unset ¶

type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent ¶

type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) Get ¶

func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) IsSet ¶

func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) Set ¶

func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) Unset ¶

type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment ¶

type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) Get ¶

func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) IsSet ¶

func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) Set ¶

func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) Unset ¶

type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent ¶

type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) Get ¶

func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) IsSet ¶

func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) Set ¶

func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) Unset ¶

type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow ¶

type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) Get ¶

func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) IsSet ¶

func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) Set ¶

func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) Unset ¶

type NullableDaVinciFlowPolicyEventsCollectionLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyEventsCollectionLinks) Get ¶

func (NullableDaVinciFlowPolicyEventsCollectionLinks) IsSet ¶

func (NullableDaVinciFlowPolicyEventsCollectionLinks) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyEventsCollectionLinks) Set ¶

func (*NullableDaVinciFlowPolicyEventsCollectionLinks) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyEventsCollectionLinks) Unset ¶

type NullableDaVinciFlowPolicyReplaceRequest ¶

type NullableDaVinciFlowPolicyReplaceRequest struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyReplaceRequest) Get ¶

func (NullableDaVinciFlowPolicyReplaceRequest) IsSet ¶

func (NullableDaVinciFlowPolicyReplaceRequest) MarshalJSON ¶

func (v NullableDaVinciFlowPolicyReplaceRequest) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowPolicyReplaceRequest) Set ¶

func (*NullableDaVinciFlowPolicyReplaceRequest) UnmarshalJSON ¶

func (v *NullableDaVinciFlowPolicyReplaceRequest) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowPolicyReplaceRequest) Unset ¶

type NullableDaVinciFlowPolicyReplaceRequestFlowDistribution ¶

type NullableDaVinciFlowPolicyReplaceRequestFlowDistribution struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) Get ¶

func (NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) IsSet ¶

func (NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) Set ¶

func (*NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) Unset ¶

type NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode ¶

type NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) Get ¶

func (NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) IsSet ¶

func (NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) Set ¶

func (*NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) Unset ¶

type NullableDaVinciFlowPolicyReplaceRequestStatus ¶

type NullableDaVinciFlowPolicyReplaceRequestStatus struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyReplaceRequestStatus) Get ¶

func (NullableDaVinciFlowPolicyReplaceRequestStatus) IsSet ¶

func (NullableDaVinciFlowPolicyReplaceRequestStatus) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestStatus) Set ¶

func (*NullableDaVinciFlowPolicyReplaceRequestStatus) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestStatus) Unset ¶

type NullableDaVinciFlowPolicyReplaceRequestTrigger ¶

type NullableDaVinciFlowPolicyReplaceRequestTrigger struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyReplaceRequestTrigger) Get ¶

func (NullableDaVinciFlowPolicyReplaceRequestTrigger) IsSet ¶

func (NullableDaVinciFlowPolicyReplaceRequestTrigger) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestTrigger) Set ¶

func (*NullableDaVinciFlowPolicyReplaceRequestTrigger) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestTrigger) Unset ¶

type NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration ¶

type NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) Get ¶

func (NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) IsSet ¶

func (NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) Set ¶

func (*NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) Unset ¶

type NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA ¶

type NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) Get ¶

func (NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) IsSet ¶

func (NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) Set ¶

func (*NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) Unset ¶

type NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword ¶

type NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) Get ¶

func (NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) IsSet ¶

func (NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) Set ¶

func (*NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) Unset ¶

type NullableDaVinciFlowPolicyReplaceRequestTriggerType ¶

type NullableDaVinciFlowPolicyReplaceRequestTriggerType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyReplaceRequestTriggerType) Get ¶

func (NullableDaVinciFlowPolicyReplaceRequestTriggerType) IsSet ¶

func (NullableDaVinciFlowPolicyReplaceRequestTriggerType) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestTriggerType) Set ¶

func (*NullableDaVinciFlowPolicyReplaceRequestTriggerType) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyReplaceRequestTriggerType) Unset ¶

type NullableDaVinciFlowPolicyResponse ¶

type NullableDaVinciFlowPolicyResponse struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyResponse) Get ¶

func (NullableDaVinciFlowPolicyResponse) IsSet ¶

func (NullableDaVinciFlowPolicyResponse) MarshalJSON ¶

func (v NullableDaVinciFlowPolicyResponse) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowPolicyResponse) Set ¶

func (*NullableDaVinciFlowPolicyResponse) UnmarshalJSON ¶

func (v *NullableDaVinciFlowPolicyResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowPolicyResponse) Unset ¶

type NullableDaVinciFlowPolicyResponseFlowDistribution ¶

type NullableDaVinciFlowPolicyResponseFlowDistribution struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyResponseFlowDistribution) Get ¶

func (NullableDaVinciFlowPolicyResponseFlowDistribution) IsSet ¶

func (NullableDaVinciFlowPolicyResponseFlowDistribution) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyResponseFlowDistribution) Set ¶

func (*NullableDaVinciFlowPolicyResponseFlowDistribution) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyResponseFlowDistribution) Unset ¶

type NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode ¶

type NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) Get ¶

func (NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) IsSet ¶

func (NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) Set ¶

func (*NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) Unset ¶

type NullableDaVinciFlowPolicyResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyResponseLinks) Get ¶

func (NullableDaVinciFlowPolicyResponseLinks) IsSet ¶

func (NullableDaVinciFlowPolicyResponseLinks) MarshalJSON ¶

func (v NullableDaVinciFlowPolicyResponseLinks) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowPolicyResponseLinks) Set ¶

func (*NullableDaVinciFlowPolicyResponseLinks) UnmarshalJSON ¶

func (v *NullableDaVinciFlowPolicyResponseLinks) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowPolicyResponseLinks) Unset ¶

type NullableDaVinciFlowPolicyResponseStatus ¶

type NullableDaVinciFlowPolicyResponseStatus struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyResponseStatus) Get ¶

func (NullableDaVinciFlowPolicyResponseStatus) IsSet ¶

func (NullableDaVinciFlowPolicyResponseStatus) MarshalJSON ¶

func (v NullableDaVinciFlowPolicyResponseStatus) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowPolicyResponseStatus) Set ¶

func (*NullableDaVinciFlowPolicyResponseStatus) UnmarshalJSON ¶

func (v *NullableDaVinciFlowPolicyResponseStatus) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowPolicyResponseStatus) Unset ¶

type NullableDaVinciFlowPolicyResponseTrigger ¶

type NullableDaVinciFlowPolicyResponseTrigger struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyResponseTrigger) Get ¶

func (NullableDaVinciFlowPolicyResponseTrigger) IsSet ¶

func (NullableDaVinciFlowPolicyResponseTrigger) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyResponseTrigger) Set ¶

func (*NullableDaVinciFlowPolicyResponseTrigger) UnmarshalJSON ¶

func (v *NullableDaVinciFlowPolicyResponseTrigger) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowPolicyResponseTrigger) Unset ¶

type NullableDaVinciFlowPolicyResponseTriggerConfiguration ¶

type NullableDaVinciFlowPolicyResponseTriggerConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyResponseTriggerConfiguration) Get ¶

func (NullableDaVinciFlowPolicyResponseTriggerConfiguration) IsSet ¶

func (NullableDaVinciFlowPolicyResponseTriggerConfiguration) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyResponseTriggerConfiguration) Set ¶

func (*NullableDaVinciFlowPolicyResponseTriggerConfiguration) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyResponseTriggerConfiguration) Unset ¶

type NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA ¶

type NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) Get ¶

func (NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) IsSet ¶

func (NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) Set ¶

func (*NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) Unset ¶

type NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword ¶

type NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) Get ¶

func (NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) IsSet ¶

func (NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) MarshalJSON ¶

func (*NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) Set ¶

func (*NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) UnmarshalJSON ¶

func (*NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) Unset ¶

type NullableDaVinciFlowPolicyTrigger ¶ added in v0.3.0

type NullableDaVinciFlowPolicyTrigger struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowPolicyTrigger ¶ added in v0.3.0

func NewNullableDaVinciFlowPolicyTrigger(val *DaVinciFlowPolicyTrigger) *NullableDaVinciFlowPolicyTrigger

func (NullableDaVinciFlowPolicyTrigger) Get ¶ added in v0.3.0

func (NullableDaVinciFlowPolicyTrigger) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowPolicyTrigger) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowPolicyTrigger) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowPolicyTrigger) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowPolicyTrigger) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowPolicyTrigger) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowPolicyTrigger) Unset ¶ added in v0.3.0

type NullableDaVinciFlowPolicyTriggerType ¶ added in v0.3.0

type NullableDaVinciFlowPolicyTriggerType struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowPolicyTriggerType ¶ added in v0.3.0

func NewNullableDaVinciFlowPolicyTriggerType(val *DaVinciFlowPolicyTriggerType) *NullableDaVinciFlowPolicyTriggerType

func (NullableDaVinciFlowPolicyTriggerType) Get ¶ added in v0.3.0

func (NullableDaVinciFlowPolicyTriggerType) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowPolicyTriggerType) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowPolicyTriggerType) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowPolicyTriggerType) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowPolicyTriggerType) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowPolicyTriggerType) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowPolicyTriggerType) Unset ¶ added in v0.3.0

type NullableDaVinciFlowReplaceRequest ¶ added in v0.3.0

type NullableDaVinciFlowReplaceRequest struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowReplaceRequest ¶ added in v0.3.0

func NewNullableDaVinciFlowReplaceRequest(val *DaVinciFlowReplaceRequest) *NullableDaVinciFlowReplaceRequest

func (NullableDaVinciFlowReplaceRequest) Get ¶ added in v0.3.0

func (NullableDaVinciFlowReplaceRequest) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowReplaceRequest) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowReplaceRequest) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowReplaceRequest) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowReplaceRequest) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowReplaceRequest) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowReplaceRequest) Unset ¶ added in v0.3.0

type NullableDaVinciFlowResponse ¶ added in v0.3.0

type NullableDaVinciFlowResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowResponse ¶ added in v0.3.0

func NewNullableDaVinciFlowResponse(val *DaVinciFlowResponse) *NullableDaVinciFlowResponse

func (NullableDaVinciFlowResponse) Get ¶ added in v0.3.0

func (NullableDaVinciFlowResponse) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowResponse) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowResponse) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowResponse) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowResponse) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowResponse) Unset ¶ added in v0.3.0

func (v *NullableDaVinciFlowResponse) Unset()
type NullableDaVinciFlowResponseLinks struct {
	// contains filtered or unexported fields
}
func NewNullableDaVinciFlowResponseLinks(val *DaVinciFlowResponseLinks) *NullableDaVinciFlowResponseLinks

func (NullableDaVinciFlowResponseLinks) Get ¶ added in v0.3.0

func (NullableDaVinciFlowResponseLinks) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowResponseLinks) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowResponseLinks) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowResponseLinks) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowResponseLinks) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowResponseLinks) Unset ¶ added in v0.3.0

type NullableDaVinciFlowSettingsRequest ¶ added in v0.3.0

type NullableDaVinciFlowSettingsRequest struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowSettingsRequest ¶ added in v0.3.0

func NewNullableDaVinciFlowSettingsRequest(val *DaVinciFlowSettingsRequest) *NullableDaVinciFlowSettingsRequest

func (NullableDaVinciFlowSettingsRequest) Get ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsRequest) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsRequest) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowSettingsRequest) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowSettingsRequest) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsRequest) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowSettingsRequest) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowSettingsRequest) Unset ¶ added in v0.3.0

type NullableDaVinciFlowSettingsRequestCustomErrorShowFooter ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestCustomErrorShowFooter struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS ¶ added in v0.3.0

type NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) Get ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) Unset ¶ added in v0.3.0

type NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML ¶ added in v0.3.0

type NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) Get ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) Unset ¶ added in v0.3.0

type NullableDaVinciFlowSettingsRequestJsLink struct {
	// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestJsLink(val *DaVinciFlowSettingsRequestJsLink) *NullableDaVinciFlowSettingsRequestJsLink

func (NullableDaVinciFlowSettingsRequestJsLink) Get ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsRequestJsLink) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsRequestJsLink) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsRequestJsLink) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsRequestJsLink) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowSettingsRequestJsLink) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowSettingsRequestJsLink) Unset ¶ added in v0.3.0

type NullableDaVinciFlowSettingsRequestJsLinkDefer ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestJsLinkDefer struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestJsLinkDefer) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestJsLinkDefer) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestJsLinkDefer) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestJsLinkDefer) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestJsLinkDefer) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestJsLinkDefer) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestScrubSensitiveInfo ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestScrubSensitiveInfo struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCSP ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCSP struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowSettingsRequestUseCSP ¶ added in v0.4.0

func NewNullableDaVinciFlowSettingsRequestUseCSP(val *DaVinciFlowSettingsRequestUseCSP) *NullableDaVinciFlowSettingsRequestUseCSP

func (NullableDaVinciFlowSettingsRequestUseCSP) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCSP) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCSP) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCSP) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCSP) UnmarshalJSON ¶ added in v0.4.0

func (v *NullableDaVinciFlowSettingsRequestUseCSP) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowSettingsRequestUseCSP) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCSPChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCSPChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestUseCSPChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCSPChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCSPChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCSPChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCSPChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCSPChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCustomCSS ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCustomCSS struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestUseCustomCSS) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCustomCSS) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCustomCSS) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomCSS) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomCSS) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomCSS) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCustomScript ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCustomScript struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestUseCustomScript) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCustomScript) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCustomScript) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomScript) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomScript) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomScript) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestValidateOnSave ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestValidateOnSave struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestValidateOnSave) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestValidateOnSave) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestValidateOnSave) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestValidateOnSave) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestValidateOnSave) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestValidateOnSave) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponse ¶ added in v0.3.0

type NullableDaVinciFlowSettingsResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowSettingsResponse ¶ added in v0.3.0

func NewNullableDaVinciFlowSettingsResponse(val *DaVinciFlowSettingsResponse) *NullableDaVinciFlowSettingsResponse

func (NullableDaVinciFlowSettingsResponse) Get ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsResponse) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsResponse) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowSettingsResponse) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowSettingsResponse) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsResponse) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowSettingsResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowSettingsResponse) Unset ¶ added in v0.3.0

type NullableDaVinciFlowSettingsResponseCustomErrorShowFooter ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseCustomErrorShowFooter struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS ¶ added in v0.3.0

type NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) Get ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) Unset ¶ added in v0.3.0

type NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML ¶ added in v0.3.0

type NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) Get ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) Unset ¶ added in v0.3.0

type NullableDaVinciFlowSettingsResponseJsLink struct {
	// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseJsLink(val *DaVinciFlowSettingsResponseJsLink) *NullableDaVinciFlowSettingsResponseJsLink

func (NullableDaVinciFlowSettingsResponseJsLink) Get ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsResponseJsLink) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowSettingsResponseJsLink) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsResponseJsLink) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowSettingsResponseJsLink) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowSettingsResponseJsLink) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowSettingsResponseJsLink) Unset ¶ added in v0.3.0

type NullableDaVinciFlowSettingsResponseJsLinkDefer ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseJsLinkDefer struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseJsLinkDefer) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseJsLinkDefer) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseJsLinkDefer) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseJsLinkDefer) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseJsLinkDefer) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseJsLinkDefer) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseScrubSensitiveInfo ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseScrubSensitiveInfo struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCSP ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCSP struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowSettingsResponseUseCSP ¶ added in v0.4.0

func NewNullableDaVinciFlowSettingsResponseUseCSP(val *DaVinciFlowSettingsResponseUseCSP) *NullableDaVinciFlowSettingsResponseUseCSP

func (NullableDaVinciFlowSettingsResponseUseCSP) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCSP) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCSP) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCSP) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCSP) UnmarshalJSON ¶ added in v0.4.0

func (v *NullableDaVinciFlowSettingsResponseUseCSP) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowSettingsResponseUseCSP) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCSPChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCSPChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseUseCSPChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCSPChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCSPChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCSPChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCSPChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCSPChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCustomCSS ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCustomCSS struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseUseCustomCSS) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCustomCSS) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCustomCSS) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomCSS) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomCSS) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomCSS) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCustomScript ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCustomScript struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseUseCustomScript) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCustomScript) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCustomScript) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomScript) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomScript) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomScript) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseValidateOnSave ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseValidateOnSave struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseValidateOnSave) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseValidateOnSave) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseValidateOnSave) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseValidateOnSave) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseValidateOnSave) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseValidateOnSave) Unset ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2 ¶ added in v0.4.0

type NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2 struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) Get ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) IsSet ¶ added in v0.4.0

func (NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) MarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) Set ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) UnmarshalJSON ¶ added in v0.4.0

func (*NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) Unset ¶ added in v0.4.0

type NullableDaVinciFlowTriggerRequest ¶ added in v0.3.0

type NullableDaVinciFlowTriggerRequest struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowTriggerRequest ¶ added in v0.3.0

func NewNullableDaVinciFlowTriggerRequest(val *DaVinciFlowTriggerRequest) *NullableDaVinciFlowTriggerRequest

func (NullableDaVinciFlowTriggerRequest) Get ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerRequest) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerRequest) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowTriggerRequest) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowTriggerRequest) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerRequest) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowTriggerRequest) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowTriggerRequest) Unset ¶ added in v0.3.0

type NullableDaVinciFlowTriggerRequestConfiguration ¶ added in v0.3.0

type NullableDaVinciFlowTriggerRequestConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowTriggerRequestConfiguration) Get ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerRequestConfiguration) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerRequestConfiguration) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerRequestConfiguration) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerRequestConfiguration) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerRequestConfiguration) Unset ¶ added in v0.3.0

type NullableDaVinciFlowTriggerRequestConfigurationMFA ¶ added in v0.3.0

type NullableDaVinciFlowTriggerRequestConfigurationMFA struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowTriggerRequestConfigurationMFA) Get ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerRequestConfigurationMFA) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerRequestConfigurationMFA) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerRequestConfigurationMFA) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerRequestConfigurationMFA) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerRequestConfigurationMFA) Unset ¶ added in v0.3.0

type NullableDaVinciFlowTriggerRequestConfigurationPassword ¶ added in v0.3.0

type NullableDaVinciFlowTriggerRequestConfigurationPassword struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowTriggerRequestConfigurationPassword) Get ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerRequestConfigurationPassword) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerRequestConfigurationPassword) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerRequestConfigurationPassword) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerRequestConfigurationPassword) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerRequestConfigurationPassword) Unset ¶ added in v0.3.0

type NullableDaVinciFlowTriggerRequestType ¶ added in v0.3.0

type NullableDaVinciFlowTriggerRequestType struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowTriggerRequestType ¶ added in v0.3.0

func NewNullableDaVinciFlowTriggerRequestType(val *DaVinciFlowTriggerRequestType) *NullableDaVinciFlowTriggerRequestType

func (NullableDaVinciFlowTriggerRequestType) Get ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerRequestType) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerRequestType) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowTriggerRequestType) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowTriggerRequestType) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerRequestType) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowTriggerRequestType) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowTriggerRequestType) Unset ¶ added in v0.3.0

type NullableDaVinciFlowTriggerResponse ¶ added in v0.3.0

type NullableDaVinciFlowTriggerResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowTriggerResponse ¶ added in v0.3.0

func NewNullableDaVinciFlowTriggerResponse(val *DaVinciFlowTriggerResponse) *NullableDaVinciFlowTriggerResponse

func (NullableDaVinciFlowTriggerResponse) Get ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerResponse) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerResponse) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowTriggerResponse) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowTriggerResponse) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerResponse) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowTriggerResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowTriggerResponse) Unset ¶ added in v0.3.0

type NullableDaVinciFlowTriggerResponseConfiguration ¶ added in v0.3.0

type NullableDaVinciFlowTriggerResponseConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowTriggerResponseConfiguration) Get ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerResponseConfiguration) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerResponseConfiguration) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerResponseConfiguration) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerResponseConfiguration) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerResponseConfiguration) Unset ¶ added in v0.3.0

type NullableDaVinciFlowTriggerResponseConfigurationMFA ¶ added in v0.3.0

type NullableDaVinciFlowTriggerResponseConfigurationMFA struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowTriggerResponseConfigurationMFA) Get ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerResponseConfigurationMFA) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerResponseConfigurationMFA) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerResponseConfigurationMFA) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerResponseConfigurationMFA) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerResponseConfigurationMFA) Unset ¶ added in v0.3.0

type NullableDaVinciFlowTriggerResponseConfigurationPassword ¶ added in v0.3.0

type NullableDaVinciFlowTriggerResponseConfigurationPassword struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowTriggerResponseConfigurationPassword) Get ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerResponseConfigurationPassword) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerResponseConfigurationPassword) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerResponseConfigurationPassword) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerResponseConfigurationPassword) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerResponseConfigurationPassword) Unset ¶ added in v0.3.0

type NullableDaVinciFlowTriggerResponseType ¶ added in v0.3.0

type NullableDaVinciFlowTriggerResponseType struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowTriggerResponseType ¶ added in v0.3.0

func NewNullableDaVinciFlowTriggerResponseType(val *DaVinciFlowTriggerResponseType) *NullableDaVinciFlowTriggerResponseType

func (NullableDaVinciFlowTriggerResponseType) Get ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerResponseType) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowTriggerResponseType) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowTriggerResponseType) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowTriggerResponseType) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowTriggerResponseType) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowTriggerResponseType) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowTriggerResponseType) Unset ¶ added in v0.3.0

type NullableDaVinciFlowValidateRequest ¶ added in v0.3.0

type NullableDaVinciFlowValidateRequest struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowValidateRequest ¶ added in v0.3.0

func NewNullableDaVinciFlowValidateRequest(val *DaVinciFlowValidateRequest) *NullableDaVinciFlowValidateRequest

func (NullableDaVinciFlowValidateRequest) Get ¶ added in v0.3.0

func (NullableDaVinciFlowValidateRequest) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowValidateRequest) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowValidateRequest) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowValidateRequest) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowValidateRequest) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowValidateRequest) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowValidateRequest) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionAliasRequest ¶ added in v0.3.0

type NullableDaVinciFlowVersionAliasRequest struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowVersionAliasRequest ¶ added in v0.3.0

func NewNullableDaVinciFlowVersionAliasRequest(val *DaVinciFlowVersionAliasRequest) *NullableDaVinciFlowVersionAliasRequest

func (NullableDaVinciFlowVersionAliasRequest) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionAliasRequest) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionAliasRequest) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowVersionAliasRequest) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowVersionAliasRequest) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionAliasRequest) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowVersionAliasRequest) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowVersionAliasRequest) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionAliasResponse ¶ added in v0.3.0

type NullableDaVinciFlowVersionAliasResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowVersionAliasResponse ¶ added in v0.3.0

func NewNullableDaVinciFlowVersionAliasResponse(val *DaVinciFlowVersionAliasResponse) *NullableDaVinciFlowVersionAliasResponse

func (NullableDaVinciFlowVersionAliasResponse) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionAliasResponse) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionAliasResponse) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowVersionAliasResponse) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowVersionAliasResponse) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionAliasResponse) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowVersionAliasResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowVersionAliasResponse) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionAliasResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowVersionAliasResponseLinks) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionAliasResponseLinks) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionAliasResponseLinks) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionAliasResponseLinks) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionAliasResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionAliasResponseLinks) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionCollectionResponse ¶ added in v0.3.0

type NullableDaVinciFlowVersionCollectionResponse struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowVersionCollectionResponse) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionCollectionResponse) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionCollectionResponse) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionCollectionResponse) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionCollectionResponse) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionCollectionResponse) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionCollectionResponseEmbedded ¶ added in v0.3.0

type NullableDaVinciFlowVersionCollectionResponseEmbedded struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowVersionCollectionResponseEmbedded) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionCollectionResponseEmbedded) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionCollectionResponseEmbedded) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionCollectionResponseEmbedded) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionCollectionResponseEmbedded) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionCollectionResponseEmbedded) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionCollectionResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowVersionCollectionResponseLinks) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionCollectionResponseLinks) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionCollectionResponseLinks) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionCollectionResponseLinks) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionCollectionResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionCollectionResponseLinks) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponse ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowVersionDetailResponse ¶ added in v0.3.0

func NewNullableDaVinciFlowVersionDetailResponse(val *DaVinciFlowVersionDetailResponse) *NullableDaVinciFlowVersionDetailResponse

func (NullableDaVinciFlowVersionDetailResponse) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponse) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponse) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponse) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponse) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowVersionDetailResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowVersionDetailResponse) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseConnector ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseConnector struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowVersionDetailResponseConnector) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseConnector) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseConnector) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseConnector) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseConnector) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseConnector) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseFlow ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseFlow struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowVersionDetailResponseFlow) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseFlow) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseFlow) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseFlow) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseFlow) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseFlow) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowVersionDetailResponseLinks) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseLinks) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseLinks) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseLinks) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseLinks) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseSkcomponent ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseSkcomponent struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowVersionDetailResponseSkcomponent) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseSkcomponent) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseSkcomponent) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponent) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponent) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponent) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseSkcomponentOptions ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseSkcomponentOptions struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview ¶ added in v0.3.0

type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionResponse ¶ added in v0.3.0

type NullableDaVinciFlowVersionResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowVersionResponse ¶ added in v0.3.0

func NewNullableDaVinciFlowVersionResponse(val *DaVinciFlowVersionResponse) *NullableDaVinciFlowVersionResponse

func (NullableDaVinciFlowVersionResponse) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionResponse) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionResponse) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowVersionResponse) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowVersionResponse) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionResponse) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowVersionResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowVersionResponse) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionResponseEnvironment ¶ added in v0.3.0

type NullableDaVinciFlowVersionResponseEnvironment struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciFlowVersionResponseEnvironment) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionResponseEnvironment) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionResponseEnvironment) MarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionResponseEnvironment) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionResponseEnvironment) UnmarshalJSON ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionResponseEnvironment) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionResponseFlow ¶ added in v0.3.0

type NullableDaVinciFlowVersionResponseFlow struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciFlowVersionResponseFlow ¶ added in v0.3.0

func NewNullableDaVinciFlowVersionResponseFlow(val *DaVinciFlowVersionResponseFlow) *NullableDaVinciFlowVersionResponseFlow

func (NullableDaVinciFlowVersionResponseFlow) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionResponseFlow) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionResponseFlow) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowVersionResponseFlow) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowVersionResponseFlow) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionResponseFlow) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowVersionResponseFlow) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowVersionResponseFlow) Unset ¶ added in v0.3.0

type NullableDaVinciFlowVersionResponseLinks struct {
	// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionResponseLinks(val *DaVinciFlowVersionResponseLinks) *NullableDaVinciFlowVersionResponseLinks

func (NullableDaVinciFlowVersionResponseLinks) Get ¶ added in v0.3.0

func (NullableDaVinciFlowVersionResponseLinks) IsSet ¶ added in v0.3.0

func (NullableDaVinciFlowVersionResponseLinks) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciFlowVersionResponseLinks) MarshalJSON() ([]byte, error)

func (*NullableDaVinciFlowVersionResponseLinks) Set ¶ added in v0.3.0

func (*NullableDaVinciFlowVersionResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciFlowVersionResponseLinks) UnmarshalJSON(src []byte) error

func (*NullableDaVinciFlowVersionResponseLinks) Unset ¶ added in v0.3.0

type NullableDaVinciImportFlowResponse ¶ added in v0.3.0

type NullableDaVinciImportFlowResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciImportFlowResponse ¶ added in v0.3.0

func NewNullableDaVinciImportFlowResponse(val *DaVinciImportFlowResponse) *NullableDaVinciImportFlowResponse

func (NullableDaVinciImportFlowResponse) Get ¶ added in v0.3.0

func (NullableDaVinciImportFlowResponse) IsSet ¶ added in v0.3.0

func (NullableDaVinciImportFlowResponse) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciImportFlowResponse) MarshalJSON() ([]byte, error)

func (*NullableDaVinciImportFlowResponse) Set ¶ added in v0.3.0

func (*NullableDaVinciImportFlowResponse) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciImportFlowResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciImportFlowResponse) Unset ¶ added in v0.3.0

type NullableDaVinciImportFlowResponseFlow ¶ added in v0.3.0

type NullableDaVinciImportFlowResponseFlow struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciImportFlowResponseFlow ¶ added in v0.3.0

func NewNullableDaVinciImportFlowResponseFlow(val *DaVinciImportFlowResponseFlow) *NullableDaVinciImportFlowResponseFlow

func (NullableDaVinciImportFlowResponseFlow) Get ¶ added in v0.3.0

func (NullableDaVinciImportFlowResponseFlow) IsSet ¶ added in v0.3.0

func (NullableDaVinciImportFlowResponseFlow) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciImportFlowResponseFlow) MarshalJSON() ([]byte, error)

func (*NullableDaVinciImportFlowResponseFlow) Set ¶ added in v0.3.0

func (*NullableDaVinciImportFlowResponseFlow) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciImportFlowResponseFlow) UnmarshalJSON(src []byte) error

func (*NullableDaVinciImportFlowResponseFlow) Unset ¶ added in v0.3.0

type NullableDaVinciImportFlowResponseLinks struct {
	// contains filtered or unexported fields
}
func NewNullableDaVinciImportFlowResponseLinks(val *DaVinciImportFlowResponseLinks) *NullableDaVinciImportFlowResponseLinks

func (NullableDaVinciImportFlowResponseLinks) Get ¶ added in v0.3.0

func (NullableDaVinciImportFlowResponseLinks) IsSet ¶ added in v0.3.0

func (NullableDaVinciImportFlowResponseLinks) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciImportFlowResponseLinks) MarshalJSON() ([]byte, error)

func (*NullableDaVinciImportFlowResponseLinks) Set ¶ added in v0.3.0

func (*NullableDaVinciImportFlowResponseLinks) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciImportFlowResponseLinks) UnmarshalJSON(src []byte) error

func (*NullableDaVinciImportFlowResponseLinks) Unset ¶ added in v0.3.0

type NullableDaVinciImportSubflowsResponse ¶ added in v0.3.0

type NullableDaVinciImportSubflowsResponse struct {
	// contains filtered or unexported fields
}

func NewNullableDaVinciImportSubflowsResponse ¶ added in v0.3.0

func NewNullableDaVinciImportSubflowsResponse(val *DaVinciImportSubflowsResponse) *NullableDaVinciImportSubflowsResponse

func (NullableDaVinciImportSubflowsResponse) Get ¶ added in v0.3.0

func (NullableDaVinciImportSubflowsResponse) IsSet ¶ added in v0.3.0

func (NullableDaVinciImportSubflowsResponse) MarshalJSON ¶ added in v0.3.0

func (v NullableDaVinciImportSubflowsResponse) MarshalJSON() ([]byte, error)

func (*NullableDaVinciImportSubflowsResponse) Set ¶ added in v0.3.0

func (*NullableDaVinciImportSubflowsResponse) UnmarshalJSON ¶ added in v0.3.0

func (v *NullableDaVinciImportSubflowsResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciImportSubflowsResponse) Unset ¶ added in v0.3.0

type NullableDaVinciVariableCollectionResponse ¶

type NullableDaVinciVariableCollectionResponse struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciVariableCollectionResponse) Get ¶

func (NullableDaVinciVariableCollectionResponse) IsSet ¶

func (NullableDaVinciVariableCollectionResponse) MarshalJSON ¶

func (*NullableDaVinciVariableCollectionResponse) Set ¶

func (*NullableDaVinciVariableCollectionResponse) UnmarshalJSON ¶

func (v *NullableDaVinciVariableCollectionResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciVariableCollectionResponse) Unset ¶

type NullableDaVinciVariableCollectionResponseEmbedded ¶

type NullableDaVinciVariableCollectionResponseEmbedded struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciVariableCollectionResponseEmbedded) Get ¶

func (NullableDaVinciVariableCollectionResponseEmbedded) IsSet ¶

func (NullableDaVinciVariableCollectionResponseEmbedded) MarshalJSON ¶

func (*NullableDaVinciVariableCollectionResponseEmbedded) Set ¶

func (*NullableDaVinciVariableCollectionResponseEmbedded) UnmarshalJSON ¶

func (*NullableDaVinciVariableCollectionResponseEmbedded) Unset ¶

type NullableDaVinciVariableCollectionResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciVariableCollectionResponseLinks) Get ¶

func (NullableDaVinciVariableCollectionResponseLinks) IsSet ¶

func (NullableDaVinciVariableCollectionResponseLinks) MarshalJSON ¶

func (*NullableDaVinciVariableCollectionResponseLinks) Set ¶

func (*NullableDaVinciVariableCollectionResponseLinks) UnmarshalJSON ¶

func (*NullableDaVinciVariableCollectionResponseLinks) Unset ¶

type NullableDaVinciVariableCreateRequest ¶

type NullableDaVinciVariableCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciVariableCreateRequest) Get ¶

func (NullableDaVinciVariableCreateRequest) IsSet ¶

func (NullableDaVinciVariableCreateRequest) MarshalJSON ¶

func (v NullableDaVinciVariableCreateRequest) MarshalJSON() ([]byte, error)

func (*NullableDaVinciVariableCreateRequest) Set ¶

func (*NullableDaVinciVariableCreateRequest) UnmarshalJSON ¶

func (v *NullableDaVinciVariableCreateRequest) UnmarshalJSON(src []byte) error

func (*NullableDaVinciVariableCreateRequest) Unset ¶

type NullableDaVinciVariableCreateRequestContext ¶

type NullableDaVinciVariableCreateRequestContext struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciVariableCreateRequestContext) Get ¶

func (NullableDaVinciVariableCreateRequestContext) IsSet ¶

func (NullableDaVinciVariableCreateRequestContext) MarshalJSON ¶

func (*NullableDaVinciVariableCreateRequestContext) Set ¶

func (*NullableDaVinciVariableCreateRequestContext) UnmarshalJSON ¶

func (v *NullableDaVinciVariableCreateRequestContext) UnmarshalJSON(src []byte) error

func (*NullableDaVinciVariableCreateRequestContext) Unset ¶

type NullableDaVinciVariableCreateRequestDataType ¶

type NullableDaVinciVariableCreateRequestDataType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciVariableCreateRequestDataType) Get ¶

func (NullableDaVinciVariableCreateRequestDataType) IsSet ¶

func (NullableDaVinciVariableCreateRequestDataType) MarshalJSON ¶

func (*NullableDaVinciVariableCreateRequestDataType) Set ¶

func (*NullableDaVinciVariableCreateRequestDataType) UnmarshalJSON ¶

func (*NullableDaVinciVariableCreateRequestDataType) Unset ¶

type NullableDaVinciVariableCreateRequestValue ¶

type NullableDaVinciVariableCreateRequestValue struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciVariableCreateRequestValue) Get ¶

func (NullableDaVinciVariableCreateRequestValue) IsSet ¶

func (NullableDaVinciVariableCreateRequestValue) MarshalJSON ¶

func (*NullableDaVinciVariableCreateRequestValue) Set ¶

func (*NullableDaVinciVariableCreateRequestValue) UnmarshalJSON ¶

func (v *NullableDaVinciVariableCreateRequestValue) UnmarshalJSON(src []byte) error

func (*NullableDaVinciVariableCreateRequestValue) Unset ¶

type NullableDaVinciVariableReplaceRequest ¶

type NullableDaVinciVariableReplaceRequest struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciVariableReplaceRequest) Get ¶

func (NullableDaVinciVariableReplaceRequest) IsSet ¶

func (NullableDaVinciVariableReplaceRequest) MarshalJSON ¶

func (v NullableDaVinciVariableReplaceRequest) MarshalJSON() ([]byte, error)

func (*NullableDaVinciVariableReplaceRequest) Set ¶

func (*NullableDaVinciVariableReplaceRequest) UnmarshalJSON ¶

func (v *NullableDaVinciVariableReplaceRequest) UnmarshalJSON(src []byte) error

func (*NullableDaVinciVariableReplaceRequest) Unset ¶

type NullableDaVinciVariableReplaceRequestContext ¶

type NullableDaVinciVariableReplaceRequestContext struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciVariableReplaceRequestContext) Get ¶

func (NullableDaVinciVariableReplaceRequestContext) IsSet ¶

func (NullableDaVinciVariableReplaceRequestContext) MarshalJSON ¶

func (*NullableDaVinciVariableReplaceRequestContext) Set ¶

func (*NullableDaVinciVariableReplaceRequestContext) UnmarshalJSON ¶

func (*NullableDaVinciVariableReplaceRequestContext) Unset ¶

type NullableDaVinciVariableReplaceRequestDataType ¶

type NullableDaVinciVariableReplaceRequestDataType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciVariableReplaceRequestDataType) Get ¶

func (NullableDaVinciVariableReplaceRequestDataType) IsSet ¶

func (NullableDaVinciVariableReplaceRequestDataType) MarshalJSON ¶

func (*NullableDaVinciVariableReplaceRequestDataType) Set ¶

func (*NullableDaVinciVariableReplaceRequestDataType) UnmarshalJSON ¶

func (*NullableDaVinciVariableReplaceRequestDataType) Unset ¶

type NullableDaVinciVariableReplaceRequestValue ¶

type NullableDaVinciVariableReplaceRequestValue struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciVariableReplaceRequestValue) Get ¶

func (NullableDaVinciVariableReplaceRequestValue) IsSet ¶

func (NullableDaVinciVariableReplaceRequestValue) MarshalJSON ¶

func (*NullableDaVinciVariableReplaceRequestValue) Set ¶

func (*NullableDaVinciVariableReplaceRequestValue) UnmarshalJSON ¶

func (v *NullableDaVinciVariableReplaceRequestValue) UnmarshalJSON(src []byte) error

func (*NullableDaVinciVariableReplaceRequestValue) Unset ¶

type NullableDaVinciVariableResponse ¶

type NullableDaVinciVariableResponse struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciVariableResponse) Get ¶

func (NullableDaVinciVariableResponse) IsSet ¶

func (NullableDaVinciVariableResponse) MarshalJSON ¶

func (v NullableDaVinciVariableResponse) MarshalJSON() ([]byte, error)

func (*NullableDaVinciVariableResponse) Set ¶

func (*NullableDaVinciVariableResponse) UnmarshalJSON ¶

func (v *NullableDaVinciVariableResponse) UnmarshalJSON(src []byte) error

func (*NullableDaVinciVariableResponse) Unset ¶

type NullableDaVinciVariableResponseDataType ¶

type NullableDaVinciVariableResponseDataType struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciVariableResponseDataType) Get ¶

func (NullableDaVinciVariableResponseDataType) IsSet ¶

func (NullableDaVinciVariableResponseDataType) MarshalJSON ¶

func (v NullableDaVinciVariableResponseDataType) MarshalJSON() ([]byte, error)

func (*NullableDaVinciVariableResponseDataType) Set ¶

func (*NullableDaVinciVariableResponseDataType) UnmarshalJSON ¶

func (v *NullableDaVinciVariableResponseDataType) UnmarshalJSON(src []byte) error

func (*NullableDaVinciVariableResponseDataType) Unset ¶

type NullableDaVinciVariableResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciVariableResponseLinks) Get ¶

func (NullableDaVinciVariableResponseLinks) IsSet ¶

func (NullableDaVinciVariableResponseLinks) MarshalJSON ¶

func (v NullableDaVinciVariableResponseLinks) MarshalJSON() ([]byte, error)

func (*NullableDaVinciVariableResponseLinks) Set ¶

func (*NullableDaVinciVariableResponseLinks) UnmarshalJSON ¶

func (v *NullableDaVinciVariableResponseLinks) UnmarshalJSON(src []byte) error

func (*NullableDaVinciVariableResponseLinks) Unset ¶

type NullableDaVinciVariableResponseValue ¶

type NullableDaVinciVariableResponseValue struct {
	// contains filtered or unexported fields
}

func (NullableDaVinciVariableResponseValue) Get ¶

func (NullableDaVinciVariableResponseValue) IsSet ¶

func (NullableDaVinciVariableResponseValue) MarshalJSON ¶

func (v NullableDaVinciVariableResponseValue) MarshalJSON() ([]byte, error)

func (*NullableDaVinciVariableResponseValue) Set ¶

func (*NullableDaVinciVariableResponseValue) UnmarshalJSON ¶

func (v *NullableDaVinciVariableResponseValue) UnmarshalJSON(src []byte) error

func (*NullableDaVinciVariableResponseValue) Unset ¶

type NullableDirectoryTotalIdentitiesCountCollectionResponse ¶

type NullableDirectoryTotalIdentitiesCountCollectionResponse struct {
	// contains filtered or unexported fields
}

func (NullableDirectoryTotalIdentitiesCountCollectionResponse) Get ¶

func (NullableDirectoryTotalIdentitiesCountCollectionResponse) IsSet ¶

func (NullableDirectoryTotalIdentitiesCountCollectionResponse) MarshalJSON ¶

func (*NullableDirectoryTotalIdentitiesCountCollectionResponse) Set ¶

func (*NullableDirectoryTotalIdentitiesCountCollectionResponse) UnmarshalJSON ¶

func (*NullableDirectoryTotalIdentitiesCountCollectionResponse) Unset ¶

type NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded ¶

type NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded struct {
	// contains filtered or unexported fields
}

func (NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) Get ¶

func (NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) IsSet ¶

func (NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) MarshalJSON ¶

func (*NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) Set ¶

func (*NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) UnmarshalJSON ¶

func (*NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) Unset ¶

type NullableDirectoryTotalIdentitiesCountCollectionResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) Get ¶

func (NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) IsSet ¶

func (NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) MarshalJSON ¶

func (*NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) Set ¶

func (*NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) UnmarshalJSON ¶

func (*NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) Unset ¶

type NullableDirectoryTotalIdentitiesCountResponse ¶

type NullableDirectoryTotalIdentitiesCountResponse struct {
	// contains filtered or unexported fields
}

func (NullableDirectoryTotalIdentitiesCountResponse) Get ¶

func (NullableDirectoryTotalIdentitiesCountResponse) IsSet ¶

func (NullableDirectoryTotalIdentitiesCountResponse) MarshalJSON ¶

func (*NullableDirectoryTotalIdentitiesCountResponse) Set ¶

func (*NullableDirectoryTotalIdentitiesCountResponse) UnmarshalJSON ¶

func (*NullableDirectoryTotalIdentitiesCountResponse) Unset ¶

type NullableEnvironmentAPILimit ¶

type NullableEnvironmentAPILimit struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentAPILimit) Get ¶

func (NullableEnvironmentAPILimit) IsSet ¶

func (NullableEnvironmentAPILimit) MarshalJSON ¶

func (v NullableEnvironmentAPILimit) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentAPILimit) Set ¶

func (*NullableEnvironmentAPILimit) UnmarshalJSON ¶

func (v *NullableEnvironmentAPILimit) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentAPILimit) Unset ¶

func (v *NullableEnvironmentAPILimit) Unset()

type NullableEnvironmentBillOfMaterials ¶

type NullableEnvironmentBillOfMaterials struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentBillOfMaterials) Get ¶

func (NullableEnvironmentBillOfMaterials) IsSet ¶

func (NullableEnvironmentBillOfMaterials) MarshalJSON ¶

func (v NullableEnvironmentBillOfMaterials) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentBillOfMaterials) Set ¶

func (*NullableEnvironmentBillOfMaterials) UnmarshalJSON ¶

func (v *NullableEnvironmentBillOfMaterials) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentBillOfMaterials) Unset ¶

type NullableEnvironmentBillOfMaterialsProduct ¶

type NullableEnvironmentBillOfMaterialsProduct struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentBillOfMaterialsProduct) Get ¶

func (NullableEnvironmentBillOfMaterialsProduct) IsSet ¶

func (NullableEnvironmentBillOfMaterialsProduct) MarshalJSON ¶

func (*NullableEnvironmentBillOfMaterialsProduct) Set ¶

func (*NullableEnvironmentBillOfMaterialsProduct) UnmarshalJSON ¶

func (v *NullableEnvironmentBillOfMaterialsProduct) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentBillOfMaterialsProduct) Unset ¶

type NullableEnvironmentBillOfMaterialsProductBookmark ¶

type NullableEnvironmentBillOfMaterialsProductBookmark struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentBillOfMaterialsProductBookmark) Get ¶

func (NullableEnvironmentBillOfMaterialsProductBookmark) IsSet ¶

func (NullableEnvironmentBillOfMaterialsProductBookmark) MarshalJSON ¶

func (*NullableEnvironmentBillOfMaterialsProductBookmark) Set ¶

func (*NullableEnvironmentBillOfMaterialsProductBookmark) UnmarshalJSON ¶

func (*NullableEnvironmentBillOfMaterialsProductBookmark) Unset ¶

type NullableEnvironmentBillOfMaterialsProductConsole ¶

type NullableEnvironmentBillOfMaterialsProductConsole struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentBillOfMaterialsProductConsole) Get ¶

func (NullableEnvironmentBillOfMaterialsProductConsole) IsSet ¶

func (NullableEnvironmentBillOfMaterialsProductConsole) MarshalJSON ¶

func (*NullableEnvironmentBillOfMaterialsProductConsole) Set ¶

func (*NullableEnvironmentBillOfMaterialsProductConsole) UnmarshalJSON ¶

func (*NullableEnvironmentBillOfMaterialsProductConsole) Unset ¶

type NullableEnvironmentBillOfMaterialsProductType ¶

type NullableEnvironmentBillOfMaterialsProductType struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentBillOfMaterialsProductType) Get ¶

func (NullableEnvironmentBillOfMaterialsProductType) IsSet ¶

func (NullableEnvironmentBillOfMaterialsProductType) MarshalJSON ¶

func (*NullableEnvironmentBillOfMaterialsProductType) Set ¶

func (*NullableEnvironmentBillOfMaterialsProductType) UnmarshalJSON ¶

func (*NullableEnvironmentBillOfMaterialsProductType) Unset ¶

type NullableEnvironmentBillOfMaterialsReplaceRequest ¶

type NullableEnvironmentBillOfMaterialsReplaceRequest struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentBillOfMaterialsReplaceRequest) Get ¶

func (NullableEnvironmentBillOfMaterialsReplaceRequest) IsSet ¶

func (NullableEnvironmentBillOfMaterialsReplaceRequest) MarshalJSON ¶

func (*NullableEnvironmentBillOfMaterialsReplaceRequest) Set ¶

func (*NullableEnvironmentBillOfMaterialsReplaceRequest) UnmarshalJSON ¶

func (*NullableEnvironmentBillOfMaterialsReplaceRequest) Unset ¶

type NullableEnvironmentBillOfMaterialsResponse ¶

type NullableEnvironmentBillOfMaterialsResponse struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentBillOfMaterialsResponse) Get ¶

func (NullableEnvironmentBillOfMaterialsResponse) IsSet ¶

func (NullableEnvironmentBillOfMaterialsResponse) MarshalJSON ¶

func (*NullableEnvironmentBillOfMaterialsResponse) Set ¶

func (*NullableEnvironmentBillOfMaterialsResponse) UnmarshalJSON ¶

func (v *NullableEnvironmentBillOfMaterialsResponse) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentBillOfMaterialsResponse) Unset ¶

type NullableEnvironmentBillOfMaterialsSolutionType ¶

type NullableEnvironmentBillOfMaterialsSolutionType struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentBillOfMaterialsSolutionType) Get ¶

func (NullableEnvironmentBillOfMaterialsSolutionType) IsSet ¶

func (NullableEnvironmentBillOfMaterialsSolutionType) MarshalJSON ¶

func (*NullableEnvironmentBillOfMaterialsSolutionType) Set ¶

func (*NullableEnvironmentBillOfMaterialsSolutionType) UnmarshalJSON ¶

func (*NullableEnvironmentBillOfMaterialsSolutionType) Unset ¶

type NullableEnvironmentCapabilities ¶

type NullableEnvironmentCapabilities struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentCapabilities) Get ¶

func (NullableEnvironmentCapabilities) IsSet ¶

func (NullableEnvironmentCapabilities) MarshalJSON ¶

func (v NullableEnvironmentCapabilities) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentCapabilities) Set ¶

func (*NullableEnvironmentCapabilities) UnmarshalJSON ¶

func (v *NullableEnvironmentCapabilities) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentCapabilities) Unset ¶

type NullableEnvironmentCapabilitiesLinks struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentCapabilitiesLinks) Get ¶

func (NullableEnvironmentCapabilitiesLinks) IsSet ¶

func (NullableEnvironmentCapabilitiesLinks) MarshalJSON ¶

func (v NullableEnvironmentCapabilitiesLinks) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentCapabilitiesLinks) Set ¶

func (*NullableEnvironmentCapabilitiesLinks) UnmarshalJSON ¶

func (v *NullableEnvironmentCapabilitiesLinks) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentCapabilitiesLinks) Unset ¶

type NullableEnvironmentCreateRequest ¶

type NullableEnvironmentCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentCreateRequest) Get ¶

func (NullableEnvironmentCreateRequest) IsSet ¶

func (NullableEnvironmentCreateRequest) MarshalJSON ¶

func (v NullableEnvironmentCreateRequest) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentCreateRequest) Set ¶

func (*NullableEnvironmentCreateRequest) UnmarshalJSON ¶

func (v *NullableEnvironmentCreateRequest) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentCreateRequest) Unset ¶

type NullableEnvironmentCreateRequestSubtype ¶ added in v0.3.1

type NullableEnvironmentCreateRequestSubtype struct {
	// contains filtered or unexported fields
}

func NewNullableEnvironmentCreateRequestSubtype ¶ added in v0.3.1

func NewNullableEnvironmentCreateRequestSubtype(val *EnvironmentCreateRequestSubtype) *NullableEnvironmentCreateRequestSubtype

func (NullableEnvironmentCreateRequestSubtype) Get ¶ added in v0.3.1

func (NullableEnvironmentCreateRequestSubtype) IsSet ¶ added in v0.3.1

func (NullableEnvironmentCreateRequestSubtype) MarshalJSON ¶ added in v0.3.1

func (v NullableEnvironmentCreateRequestSubtype) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentCreateRequestSubtype) Set ¶ added in v0.3.1

func (*NullableEnvironmentCreateRequestSubtype) UnmarshalJSON ¶ added in v0.3.1

func (v *NullableEnvironmentCreateRequestSubtype) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentCreateRequestSubtype) Unset ¶ added in v0.3.1

type NullableEnvironmentLicense ¶

type NullableEnvironmentLicense struct {
	// contains filtered or unexported fields
}

func NewNullableEnvironmentLicense ¶

func NewNullableEnvironmentLicense(val *EnvironmentLicense) *NullableEnvironmentLicense

func (NullableEnvironmentLicense) Get ¶

func (NullableEnvironmentLicense) IsSet ¶

func (v NullableEnvironmentLicense) IsSet() bool

func (NullableEnvironmentLicense) MarshalJSON ¶

func (v NullableEnvironmentLicense) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentLicense) Set ¶

func (*NullableEnvironmentLicense) UnmarshalJSON ¶

func (v *NullableEnvironmentLicense) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentLicense) Unset ¶

func (v *NullableEnvironmentLicense) Unset()

type NullableEnvironmentLicenseQuantities ¶

type NullableEnvironmentLicenseQuantities struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentLicenseQuantities) Get ¶

func (NullableEnvironmentLicenseQuantities) IsSet ¶

func (NullableEnvironmentLicenseQuantities) MarshalJSON ¶

func (v NullableEnvironmentLicenseQuantities) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentLicenseQuantities) Set ¶

func (*NullableEnvironmentLicenseQuantities) UnmarshalJSON ¶

func (v *NullableEnvironmentLicenseQuantities) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentLicenseQuantities) Unset ¶

type NullableEnvironmentRegionCode ¶

type NullableEnvironmentRegionCode struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentRegionCode) Get ¶

func (NullableEnvironmentRegionCode) IsSet ¶

func (NullableEnvironmentRegionCode) MarshalJSON ¶

func (v NullableEnvironmentRegionCode) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentRegionCode) Set ¶

func (*NullableEnvironmentRegionCode) UnmarshalJSON ¶

func (v *NullableEnvironmentRegionCode) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentRegionCode) Unset ¶

func (v *NullableEnvironmentRegionCode) Unset()

type NullableEnvironmentReplaceRequest ¶

type NullableEnvironmentReplaceRequest struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentReplaceRequest) Get ¶

func (NullableEnvironmentReplaceRequest) IsSet ¶

func (NullableEnvironmentReplaceRequest) MarshalJSON ¶

func (v NullableEnvironmentReplaceRequest) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentReplaceRequest) Set ¶

func (*NullableEnvironmentReplaceRequest) UnmarshalJSON ¶

func (v *NullableEnvironmentReplaceRequest) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentReplaceRequest) Unset ¶

type NullableEnvironmentReplaceRequestSubtype ¶ added in v0.3.1

type NullableEnvironmentReplaceRequestSubtype struct {
	// contains filtered or unexported fields
}

func NewNullableEnvironmentReplaceRequestSubtype ¶ added in v0.3.1

func NewNullableEnvironmentReplaceRequestSubtype(val *EnvironmentReplaceRequestSubtype) *NullableEnvironmentReplaceRequestSubtype

func (NullableEnvironmentReplaceRequestSubtype) Get ¶ added in v0.3.1

func (NullableEnvironmentReplaceRequestSubtype) IsSet ¶ added in v0.3.1

func (NullableEnvironmentReplaceRequestSubtype) MarshalJSON ¶ added in v0.3.1

func (*NullableEnvironmentReplaceRequestSubtype) Set ¶ added in v0.3.1

func (*NullableEnvironmentReplaceRequestSubtype) UnmarshalJSON ¶ added in v0.3.1

func (v *NullableEnvironmentReplaceRequestSubtype) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentReplaceRequestSubtype) Unset ¶ added in v0.3.1

type NullableEnvironmentResponse ¶

type NullableEnvironmentResponse struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentResponse) Get ¶

func (NullableEnvironmentResponse) IsSet ¶

func (NullableEnvironmentResponse) MarshalJSON ¶

func (v NullableEnvironmentResponse) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentResponse) Set ¶

func (*NullableEnvironmentResponse) UnmarshalJSON ¶

func (v *NullableEnvironmentResponse) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentResponse) Unset ¶

func (v *NullableEnvironmentResponse) Unset()
type NullableEnvironmentResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentResponseLinks) Get ¶

func (NullableEnvironmentResponseLinks) IsSet ¶

func (NullableEnvironmentResponseLinks) MarshalJSON ¶

func (v NullableEnvironmentResponseLinks) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentResponseLinks) Set ¶

func (*NullableEnvironmentResponseLinks) UnmarshalJSON ¶

func (v *NullableEnvironmentResponseLinks) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentResponseLinks) Unset ¶

type NullableEnvironmentResponseSubtype ¶ added in v0.3.1

type NullableEnvironmentResponseSubtype struct {
	// contains filtered or unexported fields
}

func NewNullableEnvironmentResponseSubtype ¶ added in v0.3.1

func NewNullableEnvironmentResponseSubtype(val *EnvironmentResponseSubtype) *NullableEnvironmentResponseSubtype

func (NullableEnvironmentResponseSubtype) Get ¶ added in v0.3.1

func (NullableEnvironmentResponseSubtype) IsSet ¶ added in v0.3.1

func (NullableEnvironmentResponseSubtype) MarshalJSON ¶ added in v0.3.1

func (v NullableEnvironmentResponseSubtype) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentResponseSubtype) Set ¶ added in v0.3.1

func (*NullableEnvironmentResponseSubtype) UnmarshalJSON ¶ added in v0.3.1

func (v *NullableEnvironmentResponseSubtype) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentResponseSubtype) Unset ¶ added in v0.3.1

type NullableEnvironmentStatusValue ¶

type NullableEnvironmentStatusValue struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentStatusValue) Get ¶

func (NullableEnvironmentStatusValue) IsSet ¶

func (NullableEnvironmentStatusValue) MarshalJSON ¶

func (v NullableEnvironmentStatusValue) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentStatusValue) Set ¶

func (*NullableEnvironmentStatusValue) UnmarshalJSON ¶

func (v *NullableEnvironmentStatusValue) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentStatusValue) Unset ¶

func (v *NullableEnvironmentStatusValue) Unset()

type NullableEnvironmentTypeValue ¶

type NullableEnvironmentTypeValue struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentTypeValue) Get ¶

func (NullableEnvironmentTypeValue) IsSet ¶

func (NullableEnvironmentTypeValue) MarshalJSON ¶

func (v NullableEnvironmentTypeValue) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentTypeValue) Set ¶

func (*NullableEnvironmentTypeValue) UnmarshalJSON ¶

func (v *NullableEnvironmentTypeValue) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentTypeValue) Unset ¶

func (v *NullableEnvironmentTypeValue) Unset()

type NullableEnvironmentsCollectionResponse ¶

type NullableEnvironmentsCollectionResponse struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentsCollectionResponse) Get ¶

func (NullableEnvironmentsCollectionResponse) IsSet ¶

func (NullableEnvironmentsCollectionResponse) MarshalJSON ¶

func (v NullableEnvironmentsCollectionResponse) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentsCollectionResponse) Set ¶

func (*NullableEnvironmentsCollectionResponse) UnmarshalJSON ¶

func (v *NullableEnvironmentsCollectionResponse) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentsCollectionResponse) Unset ¶

type NullableEnvironmentsCollectionResponseEmbedded ¶

type NullableEnvironmentsCollectionResponseEmbedded struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentsCollectionResponseEmbedded) Get ¶

func (NullableEnvironmentsCollectionResponseEmbedded) IsSet ¶

func (NullableEnvironmentsCollectionResponseEmbedded) MarshalJSON ¶

func (*NullableEnvironmentsCollectionResponseEmbedded) Set ¶

func (*NullableEnvironmentsCollectionResponseEmbedded) UnmarshalJSON ¶

func (*NullableEnvironmentsCollectionResponseEmbedded) Unset ¶

type NullableEnvironmentsCollectionResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableEnvironmentsCollectionResponseLinks) Get ¶

func (NullableEnvironmentsCollectionResponseLinks) IsSet ¶

func (NullableEnvironmentsCollectionResponseLinks) MarshalJSON ¶

func (*NullableEnvironmentsCollectionResponseLinks) Set ¶

func (*NullableEnvironmentsCollectionResponseLinks) UnmarshalJSON ¶

func (v *NullableEnvironmentsCollectionResponseLinks) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentsCollectionResponseLinks) Unset ¶

type NullableFloat32 ¶

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32 ¶

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get ¶

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet ¶

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON ¶

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set ¶

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON ¶

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset ¶

func (v *NullableFloat32) Unset()

type NullableFloat64 ¶

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64 ¶

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get ¶

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet ¶

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON ¶

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set ¶

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON ¶

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset ¶

func (v *NullableFloat64) Unset()

type NullableForbiddenError ¶

type NullableForbiddenError struct {
	// contains filtered or unexported fields
}

func NewNullableForbiddenError ¶

func NewNullableForbiddenError(val *ForbiddenError) *NullableForbiddenError

func (NullableForbiddenError) Get ¶

func (NullableForbiddenError) IsSet ¶

func (v NullableForbiddenError) IsSet() bool

func (NullableForbiddenError) MarshalJSON ¶

func (v NullableForbiddenError) MarshalJSON() ([]byte, error)

func (*NullableForbiddenError) Set ¶

func (*NullableForbiddenError) UnmarshalJSON ¶

func (v *NullableForbiddenError) UnmarshalJSON(src []byte) error

func (*NullableForbiddenError) Unset ¶

func (v *NullableForbiddenError) Unset()

type NullableForbiddenErrorCode ¶

type NullableForbiddenErrorCode struct {
	// contains filtered or unexported fields
}

func NewNullableForbiddenErrorCode ¶

func NewNullableForbiddenErrorCode(val *ForbiddenErrorCode) *NullableForbiddenErrorCode

func (NullableForbiddenErrorCode) Get ¶

func (NullableForbiddenErrorCode) IsSet ¶

func (v NullableForbiddenErrorCode) IsSet() bool

func (NullableForbiddenErrorCode) MarshalJSON ¶

func (v NullableForbiddenErrorCode) MarshalJSON() ([]byte, error)

func (*NullableForbiddenErrorCode) Set ¶

func (*NullableForbiddenErrorCode) UnmarshalJSON ¶

func (v *NullableForbiddenErrorCode) UnmarshalJSON(src []byte) error

func (*NullableForbiddenErrorCode) Unset ¶

func (v *NullableForbiddenErrorCode) Unset()

type NullableForbiddenErrorDetail ¶

type NullableForbiddenErrorDetail struct {
	// contains filtered or unexported fields
}

func (NullableForbiddenErrorDetail) Get ¶

func (NullableForbiddenErrorDetail) IsSet ¶

func (NullableForbiddenErrorDetail) MarshalJSON ¶

func (v NullableForbiddenErrorDetail) MarshalJSON() ([]byte, error)

func (*NullableForbiddenErrorDetail) Set ¶

func (*NullableForbiddenErrorDetail) UnmarshalJSON ¶

func (v *NullableForbiddenErrorDetail) UnmarshalJSON(src []byte) error

func (*NullableForbiddenErrorDetail) Unset ¶

func (v *NullableForbiddenErrorDetail) Unset()

type NullableForbiddenErrorDetailCode ¶

type NullableForbiddenErrorDetailCode struct {
	// contains filtered or unexported fields
}

func (NullableForbiddenErrorDetailCode) Get ¶

func (NullableForbiddenErrorDetailCode) IsSet ¶

func (NullableForbiddenErrorDetailCode) MarshalJSON ¶

func (v NullableForbiddenErrorDetailCode) MarshalJSON() ([]byte, error)

func (*NullableForbiddenErrorDetailCode) Set ¶

func (*NullableForbiddenErrorDetailCode) UnmarshalJSON ¶

func (v *NullableForbiddenErrorDetailCode) UnmarshalJSON(src []byte) error

func (*NullableForbiddenErrorDetailCode) Unset ¶

type NullableForbiddenErrorDetailInnerError ¶

type NullableForbiddenErrorDetailInnerError struct {
	// contains filtered or unexported fields
}

func (NullableForbiddenErrorDetailInnerError) Get ¶

func (NullableForbiddenErrorDetailInnerError) IsSet ¶

func (NullableForbiddenErrorDetailInnerError) MarshalJSON ¶

func (v NullableForbiddenErrorDetailInnerError) MarshalJSON() ([]byte, error)

func (*NullableForbiddenErrorDetailInnerError) Set ¶

func (*NullableForbiddenErrorDetailInnerError) UnmarshalJSON ¶

func (v *NullableForbiddenErrorDetailInnerError) UnmarshalJSON(src []byte) error

func (*NullableForbiddenErrorDetailInnerError) Unset ¶

type NullableGeneralError ¶

type NullableGeneralError struct {
	// contains filtered or unexported fields
}

func NewNullableGeneralError ¶

func NewNullableGeneralError(val *GeneralError) *NullableGeneralError

func (NullableGeneralError) Get ¶

func (NullableGeneralError) IsSet ¶

func (v NullableGeneralError) IsSet() bool

func (NullableGeneralError) MarshalJSON ¶

func (v NullableGeneralError) MarshalJSON() ([]byte, error)

func (*NullableGeneralError) Set ¶

func (v *NullableGeneralError) Set(val *GeneralError)

func (*NullableGeneralError) UnmarshalJSON ¶

func (v *NullableGeneralError) UnmarshalJSON(src []byte) error

func (*NullableGeneralError) Unset ¶

func (v *NullableGeneralError) Unset()

type NullableGeneralErrorDetail ¶

type NullableGeneralErrorDetail struct {
	// contains filtered or unexported fields
}

func NewNullableGeneralErrorDetail ¶

func NewNullableGeneralErrorDetail(val *GeneralErrorDetail) *NullableGeneralErrorDetail

func (NullableGeneralErrorDetail) Get ¶

func (NullableGeneralErrorDetail) IsSet ¶

func (v NullableGeneralErrorDetail) IsSet() bool

func (NullableGeneralErrorDetail) MarshalJSON ¶

func (v NullableGeneralErrorDetail) MarshalJSON() ([]byte, error)

func (*NullableGeneralErrorDetail) Set ¶

func (*NullableGeneralErrorDetail) UnmarshalJSON ¶

func (v *NullableGeneralErrorDetail) UnmarshalJSON(src []byte) error

func (*NullableGeneralErrorDetail) Unset ¶

func (v *NullableGeneralErrorDetail) Unset()

type NullableInt ¶

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt ¶

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get ¶

func (v NullableInt) Get() *int

func (NullableInt) IsSet ¶

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON ¶

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set ¶

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON ¶

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset ¶

func (v *NullableInt) Unset()

type NullableInt32 ¶

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32 ¶

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get ¶

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet ¶

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON ¶

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set ¶

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON ¶

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset ¶

func (v *NullableInt32) Unset()

type NullableInt64 ¶

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64 ¶

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get ¶

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet ¶

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON ¶

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set ¶

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON ¶

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset ¶

func (v *NullableInt64) Unset()

type NullableInternalServerError ¶

type NullableInternalServerError struct {
	// contains filtered or unexported fields
}

func (NullableInternalServerError) Get ¶

func (NullableInternalServerError) IsSet ¶

func (NullableInternalServerError) MarshalJSON ¶

func (v NullableInternalServerError) MarshalJSON() ([]byte, error)

func (*NullableInternalServerError) Set ¶

func (*NullableInternalServerError) UnmarshalJSON ¶

func (v *NullableInternalServerError) UnmarshalJSON(src []byte) error

func (*NullableInternalServerError) Unset ¶

func (v *NullableInternalServerError) Unset()

type NullableInternalServerErrorCode ¶

type NullableInternalServerErrorCode struct {
	// contains filtered or unexported fields
}

func (NullableInternalServerErrorCode) Get ¶

func (NullableInternalServerErrorCode) IsSet ¶

func (NullableInternalServerErrorCode) MarshalJSON ¶

func (v NullableInternalServerErrorCode) MarshalJSON() ([]byte, error)

func (*NullableInternalServerErrorCode) Set ¶

func (*NullableInternalServerErrorCode) UnmarshalJSON ¶

func (v *NullableInternalServerErrorCode) UnmarshalJSON(src []byte) error

func (*NullableInternalServerErrorCode) Unset ¶

type NullableInternalServerErrorDetail ¶

type NullableInternalServerErrorDetail struct {
	// contains filtered or unexported fields
}

func (NullableInternalServerErrorDetail) Get ¶

func (NullableInternalServerErrorDetail) IsSet ¶

func (NullableInternalServerErrorDetail) MarshalJSON ¶

func (v NullableInternalServerErrorDetail) MarshalJSON() ([]byte, error)

func (*NullableInternalServerErrorDetail) Set ¶

func (*NullableInternalServerErrorDetail) UnmarshalJSON ¶

func (v *NullableInternalServerErrorDetail) UnmarshalJSON(src []byte) error

func (*NullableInternalServerErrorDetail) Unset ¶

type NullableJSONHALLink struct {
	// contains filtered or unexported fields
}
func NewNullableJSONHALLink(val *JSONHALLink) *NullableJSONHALLink

func (NullableJSONHALLink) Get ¶

func (NullableJSONHALLink) IsSet ¶

func (v NullableJSONHALLink) IsSet() bool

func (NullableJSONHALLink) MarshalJSON ¶

func (v NullableJSONHALLink) MarshalJSON() ([]byte, error)

func (*NullableJSONHALLink) Set ¶

func (v *NullableJSONHALLink) Set(val *JSONHALLink)

func (*NullableJSONHALLink) UnmarshalJSON ¶

func (v *NullableJSONHALLink) UnmarshalJSON(src []byte) error

func (*NullableJSONHALLink) Unset ¶

func (v *NullableJSONHALLink) Unset()

type NullableNotFoundError ¶

type NullableNotFoundError struct {
	// contains filtered or unexported fields
}

func NewNullableNotFoundError ¶

func NewNullableNotFoundError(val *NotFoundError) *NullableNotFoundError

func (NullableNotFoundError) Get ¶

func (NullableNotFoundError) IsSet ¶

func (v NullableNotFoundError) IsSet() bool

func (NullableNotFoundError) MarshalJSON ¶

func (v NullableNotFoundError) MarshalJSON() ([]byte, error)

func (*NullableNotFoundError) Set ¶

func (v *NullableNotFoundError) Set(val *NotFoundError)

func (*NullableNotFoundError) UnmarshalJSON ¶

func (v *NullableNotFoundError) UnmarshalJSON(src []byte) error

func (*NullableNotFoundError) Unset ¶

func (v *NullableNotFoundError) Unset()

type NullableNotFoundErrorCode ¶

type NullableNotFoundErrorCode struct {
	// contains filtered or unexported fields
}

func NewNullableNotFoundErrorCode ¶

func NewNullableNotFoundErrorCode(val *NotFoundErrorCode) *NullableNotFoundErrorCode

func (NullableNotFoundErrorCode) Get ¶

func (NullableNotFoundErrorCode) IsSet ¶

func (v NullableNotFoundErrorCode) IsSet() bool

func (NullableNotFoundErrorCode) MarshalJSON ¶

func (v NullableNotFoundErrorCode) MarshalJSON() ([]byte, error)

func (*NullableNotFoundErrorCode) Set ¶

func (*NullableNotFoundErrorCode) UnmarshalJSON ¶

func (v *NullableNotFoundErrorCode) UnmarshalJSON(src []byte) error

func (*NullableNotFoundErrorCode) Unset ¶

func (v *NullableNotFoundErrorCode) Unset()

type NullableNotFoundErrorDetail ¶

type NullableNotFoundErrorDetail struct {
	// contains filtered or unexported fields
}

func (NullableNotFoundErrorDetail) Get ¶

func (NullableNotFoundErrorDetail) IsSet ¶

func (NullableNotFoundErrorDetail) MarshalJSON ¶

func (v NullableNotFoundErrorDetail) MarshalJSON() ([]byte, error)

func (*NullableNotFoundErrorDetail) Set ¶

func (*NullableNotFoundErrorDetail) UnmarshalJSON ¶

func (v *NullableNotFoundErrorDetail) UnmarshalJSON(src []byte) error

func (*NullableNotFoundErrorDetail) Unset ¶

func (v *NullableNotFoundErrorDetail) Unset()

type NullablePingOneApplicationDaVinciFlowPolicy ¶ added in v0.3.0

type NullablePingOneApplicationDaVinciFlowPolicy struct {
	// contains filtered or unexported fields
}

func (NullablePingOneApplicationDaVinciFlowPolicy) Get ¶ added in v0.3.0

func (NullablePingOneApplicationDaVinciFlowPolicy) IsSet ¶ added in v0.3.0

func (NullablePingOneApplicationDaVinciFlowPolicy) MarshalJSON ¶ added in v0.3.0

func (*NullablePingOneApplicationDaVinciFlowPolicy) Set ¶ added in v0.3.0

func (*NullablePingOneApplicationDaVinciFlowPolicy) UnmarshalJSON ¶ added in v0.3.0

func (v *NullablePingOneApplicationDaVinciFlowPolicy) UnmarshalJSON(src []byte) error

func (*NullablePingOneApplicationDaVinciFlowPolicy) Unset ¶ added in v0.3.0

type NullablePingOneApplicationDaVinciFlowPolicyLinks struct {
	// contains filtered or unexported fields
}

func (NullablePingOneApplicationDaVinciFlowPolicyLinks) Get ¶ added in v0.3.0

func (NullablePingOneApplicationDaVinciFlowPolicyLinks) IsSet ¶ added in v0.3.0

func (NullablePingOneApplicationDaVinciFlowPolicyLinks) MarshalJSON ¶ added in v0.3.0

func (*NullablePingOneApplicationDaVinciFlowPolicyLinks) Set ¶ added in v0.3.0

func (*NullablePingOneApplicationDaVinciFlowPolicyLinks) UnmarshalJSON ¶ added in v0.3.0

func (*NullablePingOneApplicationDaVinciFlowPolicyLinks) Unset ¶ added in v0.3.0

type NullablePingOneApplicationFlowPolicyAssignmentApplication ¶ added in v0.3.0

type NullablePingOneApplicationFlowPolicyAssignmentApplication struct {
	// contains filtered or unexported fields
}

func (NullablePingOneApplicationFlowPolicyAssignmentApplication) Get ¶ added in v0.3.0

func (NullablePingOneApplicationFlowPolicyAssignmentApplication) IsSet ¶ added in v0.3.0

func (NullablePingOneApplicationFlowPolicyAssignmentApplication) MarshalJSON ¶ added in v0.3.0

func (*NullablePingOneApplicationFlowPolicyAssignmentApplication) Set ¶ added in v0.3.0

func (*NullablePingOneApplicationFlowPolicyAssignmentApplication) UnmarshalJSON ¶ added in v0.3.0

func (*NullablePingOneApplicationFlowPolicyAssignmentApplication) Unset ¶ added in v0.3.0

type NullableResourceRelationshipDaVinci ¶

type NullableResourceRelationshipDaVinci struct {
	// contains filtered or unexported fields
}

func (NullableResourceRelationshipDaVinci) Get ¶

func (NullableResourceRelationshipDaVinci) IsSet ¶

func (NullableResourceRelationshipDaVinci) MarshalJSON ¶

func (v NullableResourceRelationshipDaVinci) MarshalJSON() ([]byte, error)

func (*NullableResourceRelationshipDaVinci) Set ¶

func (*NullableResourceRelationshipDaVinci) UnmarshalJSON ¶

func (v *NullableResourceRelationshipDaVinci) UnmarshalJSON(src []byte) error

func (*NullableResourceRelationshipDaVinci) Unset ¶

type NullableResourceRelationshipDaVinciReadOnly ¶

type NullableResourceRelationshipDaVinciReadOnly struct {
	// contains filtered or unexported fields
}

func (NullableResourceRelationshipDaVinciReadOnly) Get ¶

func (NullableResourceRelationshipDaVinciReadOnly) IsSet ¶

func (NullableResourceRelationshipDaVinciReadOnly) MarshalJSON ¶

func (*NullableResourceRelationshipDaVinciReadOnly) Set ¶

func (*NullableResourceRelationshipDaVinciReadOnly) UnmarshalJSON ¶

func (v *NullableResourceRelationshipDaVinciReadOnly) UnmarshalJSON(src []byte) error

func (*NullableResourceRelationshipDaVinciReadOnly) Unset ¶

type NullableResourceRelationshipGeneric ¶

type NullableResourceRelationshipGeneric struct {
	// contains filtered or unexported fields
}

func (NullableResourceRelationshipGeneric) Get ¶

func (NullableResourceRelationshipGeneric) IsSet ¶

func (NullableResourceRelationshipGeneric) MarshalJSON ¶

func (v NullableResourceRelationshipGeneric) MarshalJSON() ([]byte, error)

func (*NullableResourceRelationshipGeneric) Set ¶

func (*NullableResourceRelationshipGeneric) UnmarshalJSON ¶

func (v *NullableResourceRelationshipGeneric) UnmarshalJSON(src []byte) error

func (*NullableResourceRelationshipGeneric) Unset ¶

type NullableResourceRelationshipReadOnly ¶

type NullableResourceRelationshipReadOnly struct {
	// contains filtered or unexported fields
}

func (NullableResourceRelationshipReadOnly) Get ¶

func (NullableResourceRelationshipReadOnly) IsSet ¶

func (NullableResourceRelationshipReadOnly) MarshalJSON ¶

func (v NullableResourceRelationshipReadOnly) MarshalJSON() ([]byte, error)

func (*NullableResourceRelationshipReadOnly) Set ¶

func (*NullableResourceRelationshipReadOnly) UnmarshalJSON ¶

func (v *NullableResourceRelationshipReadOnly) UnmarshalJSON(src []byte) error

func (*NullableResourceRelationshipReadOnly) Unset ¶

type NullableSnapshotRequest ¶ added in v0.2.0

type NullableSnapshotRequest struct {
	// contains filtered or unexported fields
}

func NewNullableSnapshotRequest ¶ added in v0.2.0

func NewNullableSnapshotRequest(val *SnapshotRequest) *NullableSnapshotRequest

func (NullableSnapshotRequest) Get ¶ added in v0.2.0

func (NullableSnapshotRequest) IsSet ¶ added in v0.2.0

func (v NullableSnapshotRequest) IsSet() bool

func (NullableSnapshotRequest) MarshalJSON ¶ added in v0.2.0

func (v NullableSnapshotRequest) MarshalJSON() ([]byte, error)

func (*NullableSnapshotRequest) Set ¶ added in v0.2.0

func (*NullableSnapshotRequest) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableSnapshotRequest) UnmarshalJSON(src []byte) error

func (*NullableSnapshotRequest) Unset ¶ added in v0.2.0

func (v *NullableSnapshotRequest) Unset()

type NullableSnapshotResourceInformation ¶ added in v0.2.0

type NullableSnapshotResourceInformation struct {
	// contains filtered or unexported fields
}

func NewNullableSnapshotResourceInformation ¶ added in v0.2.0

func NewNullableSnapshotResourceInformation(val *SnapshotResourceInformation) *NullableSnapshotResourceInformation

func (NullableSnapshotResourceInformation) Get ¶ added in v0.2.0

func (NullableSnapshotResourceInformation) IsSet ¶ added in v0.2.0

func (NullableSnapshotResourceInformation) MarshalJSON ¶ added in v0.2.0

func (v NullableSnapshotResourceInformation) MarshalJSON() ([]byte, error)

func (*NullableSnapshotResourceInformation) Set ¶ added in v0.2.0

func (*NullableSnapshotResourceInformation) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableSnapshotResourceInformation) UnmarshalJSON(src []byte) error

func (*NullableSnapshotResourceInformation) Unset ¶ added in v0.2.0

type NullableSnapshotVersionCollectionResponse ¶ added in v0.2.0

type NullableSnapshotVersionCollectionResponse struct {
	// contains filtered or unexported fields
}

func NewNullableSnapshotVersionCollectionResponse ¶ added in v0.2.0

func NewNullableSnapshotVersionCollectionResponse(val *SnapshotVersionCollectionResponse) *NullableSnapshotVersionCollectionResponse

func (NullableSnapshotVersionCollectionResponse) Get ¶ added in v0.2.0

func (NullableSnapshotVersionCollectionResponse) IsSet ¶ added in v0.2.0

func (NullableSnapshotVersionCollectionResponse) MarshalJSON ¶ added in v0.2.0

func (*NullableSnapshotVersionCollectionResponse) Set ¶ added in v0.2.0

func (*NullableSnapshotVersionCollectionResponse) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableSnapshotVersionCollectionResponse) UnmarshalJSON(src []byte) error

func (*NullableSnapshotVersionCollectionResponse) Unset ¶ added in v0.2.0

type NullableSnapshotVersionCollectionResponseEmbedded ¶ added in v0.2.0

type NullableSnapshotVersionCollectionResponseEmbedded struct {
	// contains filtered or unexported fields
}

func (NullableSnapshotVersionCollectionResponseEmbedded) Get ¶ added in v0.2.0

func (NullableSnapshotVersionCollectionResponseEmbedded) IsSet ¶ added in v0.2.0

func (NullableSnapshotVersionCollectionResponseEmbedded) MarshalJSON ¶ added in v0.2.0

func (*NullableSnapshotVersionCollectionResponseEmbedded) Set ¶ added in v0.2.0

func (*NullableSnapshotVersionCollectionResponseEmbedded) UnmarshalJSON ¶ added in v0.2.0

func (*NullableSnapshotVersionCollectionResponseEmbedded) Unset ¶ added in v0.2.0

type NullableSnapshotVersionCollectionResponseLinks struct {
	// contains filtered or unexported fields
}

func (NullableSnapshotVersionCollectionResponseLinks) Get ¶ added in v0.2.0

func (NullableSnapshotVersionCollectionResponseLinks) IsSet ¶ added in v0.2.0

func (NullableSnapshotVersionCollectionResponseLinks) MarshalJSON ¶ added in v0.2.0

func (*NullableSnapshotVersionCollectionResponseLinks) Set ¶ added in v0.2.0

func (*NullableSnapshotVersionCollectionResponseLinks) UnmarshalJSON ¶ added in v0.2.0

func (*NullableSnapshotVersionCollectionResponseLinks) Unset ¶ added in v0.2.0

type NullableSnapshotView ¶ added in v0.2.0

type NullableSnapshotView struct {
	// contains filtered or unexported fields
}

func NewNullableSnapshotView ¶ added in v0.2.0

func NewNullableSnapshotView(val *SnapshotView) *NullableSnapshotView

func (NullableSnapshotView) Get ¶ added in v0.2.0

func (NullableSnapshotView) IsSet ¶ added in v0.2.0

func (v NullableSnapshotView) IsSet() bool

func (NullableSnapshotView) MarshalJSON ¶ added in v0.2.0

func (v NullableSnapshotView) MarshalJSON() ([]byte, error)

func (*NullableSnapshotView) Set ¶ added in v0.2.0

func (v *NullableSnapshotView) Set(val *SnapshotView)

func (*NullableSnapshotView) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableSnapshotView) UnmarshalJSON(src []byte) error

func (*NullableSnapshotView) Unset ¶ added in v0.2.0

func (v *NullableSnapshotView) Unset()
type NullableSnapshotViewLinks struct {
	// contains filtered or unexported fields
}
func NewNullableSnapshotViewLinks(val *SnapshotViewLinks) *NullableSnapshotViewLinks

func (NullableSnapshotViewLinks) Get ¶ added in v0.2.0

func (NullableSnapshotViewLinks) IsSet ¶ added in v0.2.0

func (v NullableSnapshotViewLinks) IsSet() bool

func (NullableSnapshotViewLinks) MarshalJSON ¶ added in v0.2.0

func (v NullableSnapshotViewLinks) MarshalJSON() ([]byte, error)

func (*NullableSnapshotViewLinks) Set ¶ added in v0.2.0

func (*NullableSnapshotViewLinks) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableSnapshotViewLinks) UnmarshalJSON(src []byte) error

func (*NullableSnapshotViewLinks) Unset ¶ added in v0.2.0

func (v *NullableSnapshotViewLinks) Unset()

type NullableSnapshotViewStatus ¶ added in v0.2.0

type NullableSnapshotViewStatus struct {
	// contains filtered or unexported fields
}

func NewNullableSnapshotViewStatus ¶ added in v0.2.0

func NewNullableSnapshotViewStatus(val *SnapshotViewStatus) *NullableSnapshotViewStatus

func (NullableSnapshotViewStatus) Get ¶ added in v0.2.0

func (NullableSnapshotViewStatus) IsSet ¶ added in v0.2.0

func (v NullableSnapshotViewStatus) IsSet() bool

func (NullableSnapshotViewStatus) MarshalJSON ¶ added in v0.2.0

func (v NullableSnapshotViewStatus) MarshalJSON() ([]byte, error)

func (*NullableSnapshotViewStatus) Set ¶ added in v0.2.0

func (*NullableSnapshotViewStatus) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableSnapshotViewStatus) UnmarshalJSON(src []byte) error

func (*NullableSnapshotViewStatus) Unset ¶ added in v0.2.0

func (v *NullableSnapshotViewStatus) Unset()

type NullableString ¶

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString ¶

func NewNullableString(val *string) *NullableString

func (NullableString) Get ¶

func (v NullableString) Get() *string

func (NullableString) IsSet ¶

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON ¶

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set ¶

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON ¶

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset ¶

func (v *NullableString) Unset()

type NullableTime ¶

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime ¶

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get ¶

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet ¶

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON ¶

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set ¶

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON ¶

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset ¶

func (v *NullableTime) Unset()

type NullableTooManyRequestsError ¶

type NullableTooManyRequestsError struct {
	// contains filtered or unexported fields
}

func (NullableTooManyRequestsError) Get ¶

func (NullableTooManyRequestsError) IsSet ¶

func (NullableTooManyRequestsError) MarshalJSON ¶

func (v NullableTooManyRequestsError) MarshalJSON() ([]byte, error)

func (*NullableTooManyRequestsError) Set ¶

func (*NullableTooManyRequestsError) UnmarshalJSON ¶

func (v *NullableTooManyRequestsError) UnmarshalJSON(src []byte) error

func (*NullableTooManyRequestsError) Unset ¶

func (v *NullableTooManyRequestsError) Unset()

type NullableTooManyRequestsErrorCode ¶

type NullableTooManyRequestsErrorCode struct {
	// contains filtered or unexported fields
}

func (NullableTooManyRequestsErrorCode) Get ¶

func (NullableTooManyRequestsErrorCode) IsSet ¶

func (NullableTooManyRequestsErrorCode) MarshalJSON ¶

func (v NullableTooManyRequestsErrorCode) MarshalJSON() ([]byte, error)

func (*NullableTooManyRequestsErrorCode) Set ¶

func (*NullableTooManyRequestsErrorCode) UnmarshalJSON ¶

func (v *NullableTooManyRequestsErrorCode) UnmarshalJSON(src []byte) error

func (*NullableTooManyRequestsErrorCode) Unset ¶

type NullableTooManyRequestsErrorDetail ¶

type NullableTooManyRequestsErrorDetail struct {
	// contains filtered or unexported fields
}

func (NullableTooManyRequestsErrorDetail) Get ¶

func (NullableTooManyRequestsErrorDetail) IsSet ¶

func (NullableTooManyRequestsErrorDetail) MarshalJSON ¶

func (v NullableTooManyRequestsErrorDetail) MarshalJSON() ([]byte, error)

func (*NullableTooManyRequestsErrorDetail) Set ¶

func (*NullableTooManyRequestsErrorDetail) UnmarshalJSON ¶

func (v *NullableTooManyRequestsErrorDetail) UnmarshalJSON(src []byte) error

func (*NullableTooManyRequestsErrorDetail) Unset ¶

type NullableTooManyRequestsErrorDetailCode ¶

type NullableTooManyRequestsErrorDetailCode struct {
	// contains filtered or unexported fields
}

func (NullableTooManyRequestsErrorDetailCode) Get ¶

func (NullableTooManyRequestsErrorDetailCode) IsSet ¶

func (NullableTooManyRequestsErrorDetailCode) MarshalJSON ¶

func (v NullableTooManyRequestsErrorDetailCode) MarshalJSON() ([]byte, error)

func (*NullableTooManyRequestsErrorDetailCode) Set ¶

func (*NullableTooManyRequestsErrorDetailCode) UnmarshalJSON ¶

func (v *NullableTooManyRequestsErrorDetailCode) UnmarshalJSON(src []byte) error

func (*NullableTooManyRequestsErrorDetailCode) Unset ¶

type NullableTooManyRequestsErrorDetailInnerError ¶

type NullableTooManyRequestsErrorDetailInnerError struct {
	// contains filtered or unexported fields
}

func (NullableTooManyRequestsErrorDetailInnerError) Get ¶

func (NullableTooManyRequestsErrorDetailInnerError) IsSet ¶

func (NullableTooManyRequestsErrorDetailInnerError) MarshalJSON ¶

func (*NullableTooManyRequestsErrorDetailInnerError) Set ¶

func (*NullableTooManyRequestsErrorDetailInnerError) UnmarshalJSON ¶

func (*NullableTooManyRequestsErrorDetailInnerError) Unset ¶

type NullableUnauthorizedError ¶

type NullableUnauthorizedError struct {
	// contains filtered or unexported fields
}

func NewNullableUnauthorizedError ¶

func NewNullableUnauthorizedError(val *UnauthorizedError) *NullableUnauthorizedError

func (NullableUnauthorizedError) Get ¶

func (NullableUnauthorizedError) IsSet ¶

func (v NullableUnauthorizedError) IsSet() bool

func (NullableUnauthorizedError) MarshalJSON ¶

func (v NullableUnauthorizedError) MarshalJSON() ([]byte, error)

func (*NullableUnauthorizedError) Set ¶

func (*NullableUnauthorizedError) UnmarshalJSON ¶

func (v *NullableUnauthorizedError) UnmarshalJSON(src []byte) error

func (*NullableUnauthorizedError) Unset ¶

func (v *NullableUnauthorizedError) Unset()

type NullableUnauthorizedErrorCode ¶

type NullableUnauthorizedErrorCode struct {
	// contains filtered or unexported fields
}

func (NullableUnauthorizedErrorCode) Get ¶

func (NullableUnauthorizedErrorCode) IsSet ¶

func (NullableUnauthorizedErrorCode) MarshalJSON ¶

func (v NullableUnauthorizedErrorCode) MarshalJSON() ([]byte, error)

func (*NullableUnauthorizedErrorCode) Set ¶

func (*NullableUnauthorizedErrorCode) UnmarshalJSON ¶

func (v *NullableUnauthorizedErrorCode) UnmarshalJSON(src []byte) error

func (*NullableUnauthorizedErrorCode) Unset ¶

func (v *NullableUnauthorizedErrorCode) Unset()

type NullableUnauthorizedErrorDetail ¶

type NullableUnauthorizedErrorDetail struct {
	// contains filtered or unexported fields
}

func (NullableUnauthorizedErrorDetail) Get ¶

func (NullableUnauthorizedErrorDetail) IsSet ¶

func (NullableUnauthorizedErrorDetail) MarshalJSON ¶

func (v NullableUnauthorizedErrorDetail) MarshalJSON() ([]byte, error)

func (*NullableUnauthorizedErrorDetail) Set ¶

func (*NullableUnauthorizedErrorDetail) UnmarshalJSON ¶

func (v *NullableUnauthorizedErrorDetail) UnmarshalJSON(src []byte) error

func (*NullableUnauthorizedErrorDetail) Unset ¶

type NullableUnauthorizedErrorDetailCode ¶

type NullableUnauthorizedErrorDetailCode struct {
	// contains filtered or unexported fields
}

func (NullableUnauthorizedErrorDetailCode) Get ¶

func (NullableUnauthorizedErrorDetailCode) IsSet ¶

func (NullableUnauthorizedErrorDetailCode) MarshalJSON ¶

func (v NullableUnauthorizedErrorDetailCode) MarshalJSON() ([]byte, error)

func (*NullableUnauthorizedErrorDetailCode) Set ¶

func (*NullableUnauthorizedErrorDetailCode) UnmarshalJSON ¶

func (v *NullableUnauthorizedErrorDetailCode) UnmarshalJSON(src []byte) error

func (*NullableUnauthorizedErrorDetailCode) Unset ¶

type NullableUnsupportedMediaTypeError ¶

type NullableUnsupportedMediaTypeError struct {
	// contains filtered or unexported fields
}

func (NullableUnsupportedMediaTypeError) Get ¶

func (NullableUnsupportedMediaTypeError) IsSet ¶

func (NullableUnsupportedMediaTypeError) MarshalJSON ¶

func (v NullableUnsupportedMediaTypeError) MarshalJSON() ([]byte, error)

func (*NullableUnsupportedMediaTypeError) Set ¶

func (*NullableUnsupportedMediaTypeError) UnmarshalJSON ¶

func (v *NullableUnsupportedMediaTypeError) UnmarshalJSON(src []byte) error

func (*NullableUnsupportedMediaTypeError) Unset ¶

type NullableUnsupportedMediaTypeErrorCode ¶

type NullableUnsupportedMediaTypeErrorCode struct {
	// contains filtered or unexported fields
}

func (NullableUnsupportedMediaTypeErrorCode) Get ¶

func (NullableUnsupportedMediaTypeErrorCode) IsSet ¶

func (NullableUnsupportedMediaTypeErrorCode) MarshalJSON ¶

func (v NullableUnsupportedMediaTypeErrorCode) MarshalJSON() ([]byte, error)

func (*NullableUnsupportedMediaTypeErrorCode) Set ¶

func (*NullableUnsupportedMediaTypeErrorCode) UnmarshalJSON ¶

func (v *NullableUnsupportedMediaTypeErrorCode) UnmarshalJSON(src []byte) error

func (*NullableUnsupportedMediaTypeErrorCode) Unset ¶

type NullableUnsupportedMediaTypeErrorDetail ¶

type NullableUnsupportedMediaTypeErrorDetail struct {
	// contains filtered or unexported fields
}

func (NullableUnsupportedMediaTypeErrorDetail) Get ¶

func (NullableUnsupportedMediaTypeErrorDetail) IsSet ¶

func (NullableUnsupportedMediaTypeErrorDetail) MarshalJSON ¶

func (v NullableUnsupportedMediaTypeErrorDetail) MarshalJSON() ([]byte, error)

func (*NullableUnsupportedMediaTypeErrorDetail) Set ¶

func (*NullableUnsupportedMediaTypeErrorDetail) UnmarshalJSON ¶

func (v *NullableUnsupportedMediaTypeErrorDetail) UnmarshalJSON(src []byte) error

func (*NullableUnsupportedMediaTypeErrorDetail) Unset ¶

type PagedCursor ¶

type PagedCursor[T MappedNullable] struct {
	Data         *T
	HTTPResponse *http.Response
}

Paging

type PagedIterator ¶

type PagedIterator[T MappedNullable] iter.Seq2[PagedCursor[T], error]

type PingOneApplicationDaVinciFlowPolicy ¶ added in v0.3.0

type PingOneApplicationDaVinciFlowPolicy struct {
	Id                   string                                             `json:"id"`
	Embedded             map[string]map[string]interface{}                  `json:"_embedded,omitempty"`
	Links                *PingOneApplicationDaVinciFlowPolicyLinks          `json:"_links,omitempty"`
	Application          *PingOneApplicationFlowPolicyAssignmentApplication `json:"application,omitempty"`
	Enabled              *bool                                              `json:"enabled,omitempty"`
	Environment          *ResourceRelationshipReadOnly                      `json:"environment,omitempty"`
	Name                 *string                                            `json:"name,omitempty"`
	Trigger              *DaVinciFlowPolicyTrigger                          `json:"trigger,omitempty"`
	AdditionalProperties map[string]interface{}
}

PingOneApplicationDaVinciFlowPolicy struct for PingOneApplicationDaVinciFlowPolicy

func NewPingOneApplicationDaVinciFlowPolicy ¶ added in v0.3.0

func NewPingOneApplicationDaVinciFlowPolicy(id string) *PingOneApplicationDaVinciFlowPolicy

NewPingOneApplicationDaVinciFlowPolicy instantiates a new PingOneApplicationDaVinciFlowPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPingOneApplicationDaVinciFlowPolicyWithDefaults ¶ added in v0.3.0

func NewPingOneApplicationDaVinciFlowPolicyWithDefaults() *PingOneApplicationDaVinciFlowPolicy

NewPingOneApplicationDaVinciFlowPolicyWithDefaults instantiates a new PingOneApplicationDaVinciFlowPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PingOneApplicationDaVinciFlowPolicy) GetApplication ¶ added in v0.3.0

GetApplication returns the Application field value if set, zero value otherwise.

func (*PingOneApplicationDaVinciFlowPolicy) GetApplicationOk ¶ added in v0.3.0

GetApplicationOk returns a tuple with the Application field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PingOneApplicationDaVinciFlowPolicy) GetEmbedded ¶ added in v0.3.0

func (o *PingOneApplicationDaVinciFlowPolicy) GetEmbedded() map[string]map[string]interface{}

GetEmbedded returns the Embedded field value if set, zero value otherwise.

func (*PingOneApplicationDaVinciFlowPolicy) GetEmbeddedOk ¶ added in v0.3.0

func (o *PingOneApplicationDaVinciFlowPolicy) GetEmbeddedOk() (map[string]map[string]interface{}, bool)

GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PingOneApplicationDaVinciFlowPolicy) GetEnabled ¶ added in v0.3.0

func (o *PingOneApplicationDaVinciFlowPolicy) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*PingOneApplicationDaVinciFlowPolicy) GetEnabledOk ¶ added in v0.3.0

func (o *PingOneApplicationDaVinciFlowPolicy) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PingOneApplicationDaVinciFlowPolicy) GetEnvironment ¶ added in v0.3.0

GetEnvironment returns the Environment field value if set, zero value otherwise.

func (*PingOneApplicationDaVinciFlowPolicy) GetEnvironmentOk ¶ added in v0.3.0

GetEnvironmentOk returns a tuple with the Environment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PingOneApplicationDaVinciFlowPolicy) GetId ¶ added in v0.3.0

GetId returns the Id field value

func (*PingOneApplicationDaVinciFlowPolicy) GetIdOk ¶ added in v0.3.0

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

GetLinks returns the Links field value if set, zero value otherwise.

func (*PingOneApplicationDaVinciFlowPolicy) GetLinksOk ¶ added in v0.3.0

GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PingOneApplicationDaVinciFlowPolicy) GetName ¶ added in v0.3.0

GetName returns the Name field value if set, zero value otherwise.

func (*PingOneApplicationDaVinciFlowPolicy) GetNameOk ¶ added in v0.3.0

func (o *PingOneApplicationDaVinciFlowPolicy) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PingOneApplicationDaVinciFlowPolicy) GetTrigger ¶ added in v0.3.0

GetTrigger returns the Trigger field value if set, zero value otherwise.

func (*PingOneApplicationDaVinciFlowPolicy) GetTriggerOk ¶ added in v0.3.0

GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PingOneApplicationDaVinciFlowPolicy) HasApplication ¶ added in v0.3.0

func (o *PingOneApplicationDaVinciFlowPolicy) HasApplication() bool

HasApplication returns a boolean if a field has been set.

func (*PingOneApplicationDaVinciFlowPolicy) HasEmbedded ¶ added in v0.3.0

func (o *PingOneApplicationDaVinciFlowPolicy) HasEmbedded() bool

HasEmbedded returns a boolean if a field has been set.

func (*PingOneApplicationDaVinciFlowPolicy) HasEnabled ¶ added in v0.3.0

func (o *PingOneApplicationDaVinciFlowPolicy) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*PingOneApplicationDaVinciFlowPolicy) HasEnvironment ¶ added in v0.3.0

func (o *PingOneApplicationDaVinciFlowPolicy) HasEnvironment() bool

HasEnvironment returns a boolean if a field has been set.

HasLinks returns a boolean if a field has been set.

func (*PingOneApplicationDaVinciFlowPolicy) HasName ¶ added in v0.3.0

HasName returns a boolean if a field has been set.

func (*PingOneApplicationDaVinciFlowPolicy) HasTrigger ¶ added in v0.3.0

func (o *PingOneApplicationDaVinciFlowPolicy) HasTrigger() bool

HasTrigger returns a boolean if a field has been set.

func (PingOneApplicationDaVinciFlowPolicy) LogValue ¶ added in v0.3.0

func (PingOneApplicationDaVinciFlowPolicy) MarshalJSON ¶ added in v0.3.0

func (o PingOneApplicationDaVinciFlowPolicy) MarshalJSON() ([]byte, error)

func (*PingOneApplicationDaVinciFlowPolicy) SetApplication ¶ added in v0.3.0

SetApplication gets a reference to the given PingOneApplicationFlowPolicyAssignmentApplication and assigns it to the Application field.

func (*PingOneApplicationDaVinciFlowPolicy) SetEmbedded ¶ added in v0.3.0

func (o *PingOneApplicationDaVinciFlowPolicy) SetEmbedded(v map[string]map[string]interface{})

SetEmbedded gets a reference to the given map[string]map[string]interface{} and assigns it to the Embedded field.

func (*PingOneApplicationDaVinciFlowPolicy) SetEnabled ¶ added in v0.3.0

func (o *PingOneApplicationDaVinciFlowPolicy) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*PingOneApplicationDaVinciFlowPolicy) SetEnvironment ¶ added in v0.3.0

SetEnvironment gets a reference to the given ResourceRelationshipReadOnly and assigns it to the Environment field.

func (*PingOneApplicationDaVinciFlowPolicy) SetId ¶ added in v0.3.0

SetId sets field value

SetLinks gets a reference to the given PingOneApplicationDaVinciFlowPolicyLinks and assigns it to the Links field.

func (*PingOneApplicationDaVinciFlowPolicy) SetName ¶ added in v0.3.0

SetName gets a reference to the given string and assigns it to the Name field.

func (*PingOneApplicationDaVinciFlowPolicy) SetTrigger ¶ added in v0.3.0

SetTrigger gets a reference to the given DaVinciFlowPolicyTrigger and assigns it to the Trigger field.

func (PingOneApplicationDaVinciFlowPolicy) ToMap ¶ added in v0.3.0

func (o PingOneApplicationDaVinciFlowPolicy) ToMap() (map[string]interface{}, error)

func (*PingOneApplicationDaVinciFlowPolicy) UnmarshalJSON ¶ added in v0.3.0

func (o *PingOneApplicationDaVinciFlowPolicy) UnmarshalJSON(data []byte) (err error)
type PingOneApplicationDaVinciFlowPolicyLinks struct {
	Self                 *JSONHALLink `json:"self,omitempty"`
	AdditionalProperties map[string]interface{}
}

PingOneApplicationDaVinciFlowPolicyLinks struct for PingOneApplicationDaVinciFlowPolicyLinks

func NewPingOneApplicationDaVinciFlowPolicyLinks() *PingOneApplicationDaVinciFlowPolicyLinks

NewPingOneApplicationDaVinciFlowPolicyLinks instantiates a new PingOneApplicationDaVinciFlowPolicyLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPingOneApplicationDaVinciFlowPolicyLinksWithDefaults ¶ added in v0.3.0

func NewPingOneApplicationDaVinciFlowPolicyLinksWithDefaults() *PingOneApplicationDaVinciFlowPolicyLinks

NewPingOneApplicationDaVinciFlowPolicyLinksWithDefaults instantiates a new PingOneApplicationDaVinciFlowPolicyLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PingOneApplicationDaVinciFlowPolicyLinks) GetSelf ¶ added in v0.3.0

GetSelf returns the Self field value if set, zero value otherwise.

func (*PingOneApplicationDaVinciFlowPolicyLinks) GetSelfOk ¶ added in v0.3.0

GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PingOneApplicationDaVinciFlowPolicyLinks) HasSelf ¶ added in v0.3.0

HasSelf returns a boolean if a field has been set.

func (PingOneApplicationDaVinciFlowPolicyLinks) LogValue ¶ added in v0.3.0

func (PingOneApplicationDaVinciFlowPolicyLinks) MarshalJSON ¶ added in v0.3.0

func (*PingOneApplicationDaVinciFlowPolicyLinks) SetSelf ¶ added in v0.3.0

SetSelf gets a reference to the given JSONHALLink and assigns it to the Self field.

func (PingOneApplicationDaVinciFlowPolicyLinks) ToMap ¶ added in v0.3.0

func (o PingOneApplicationDaVinciFlowPolicyLinks) ToMap() (map[string]interface{}, error)

func (*PingOneApplicationDaVinciFlowPolicyLinks) UnmarshalJSON ¶ added in v0.3.0

func (o *PingOneApplicationDaVinciFlowPolicyLinks) UnmarshalJSON(data []byte) (err error)

type PingOneApplicationFlowPolicyAssignmentApplication ¶ added in v0.3.0

type PingOneApplicationFlowPolicyAssignmentApplication struct {
	Id                   *string `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

PingOneApplicationFlowPolicyAssignmentApplication struct for PingOneApplicationFlowPolicyAssignmentApplication

func NewPingOneApplicationFlowPolicyAssignmentApplication ¶ added in v0.3.0

func NewPingOneApplicationFlowPolicyAssignmentApplication() *PingOneApplicationFlowPolicyAssignmentApplication

NewPingOneApplicationFlowPolicyAssignmentApplication instantiates a new PingOneApplicationFlowPolicyAssignmentApplication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPingOneApplicationFlowPolicyAssignmentApplicationWithDefaults ¶ added in v0.3.0

func NewPingOneApplicationFlowPolicyAssignmentApplicationWithDefaults() *PingOneApplicationFlowPolicyAssignmentApplication

NewPingOneApplicationFlowPolicyAssignmentApplicationWithDefaults instantiates a new PingOneApplicationFlowPolicyAssignmentApplication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PingOneApplicationFlowPolicyAssignmentApplication) GetId ¶ added in v0.3.0

GetId returns the Id field value if set, zero value otherwise.

func (*PingOneApplicationFlowPolicyAssignmentApplication) GetIdOk ¶ added in v0.3.0

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PingOneApplicationFlowPolicyAssignmentApplication) GetName ¶ added in v0.3.0

GetName returns the Name field value if set, zero value otherwise.

func (*PingOneApplicationFlowPolicyAssignmentApplication) GetNameOk ¶ added in v0.3.0

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PingOneApplicationFlowPolicyAssignmentApplication) HasId ¶ added in v0.3.0

HasId returns a boolean if a field has been set.

func (*PingOneApplicationFlowPolicyAssignmentApplication) HasName ¶ added in v0.3.0

HasName returns a boolean if a field has been set.

func (PingOneApplicationFlowPolicyAssignmentApplication) LogValue ¶ added in v0.3.0

func (PingOneApplicationFlowPolicyAssignmentApplication) MarshalJSON ¶ added in v0.3.0

func (*PingOneApplicationFlowPolicyAssignmentApplication) SetId ¶ added in v0.3.0

SetId gets a reference to the given string and assigns it to the Id field.

func (*PingOneApplicationFlowPolicyAssignmentApplication) SetName ¶ added in v0.3.0

SetName gets a reference to the given string and assigns it to the Name field.

func (PingOneApplicationFlowPolicyAssignmentApplication) ToMap ¶ added in v0.3.0

func (o PingOneApplicationFlowPolicyAssignmentApplication) ToMap() (map[string]interface{}, error)

func (*PingOneApplicationFlowPolicyAssignmentApplication) UnmarshalJSON ¶ added in v0.3.0

func (o *PingOneApplicationFlowPolicyAssignmentApplication) UnmarshalJSON(data []byte) (err error)

type ResourceRelationshipDaVinci ¶

type ResourceRelationshipDaVinci struct {
	Id                   string `json:"id" validate:"regexp=^(?=\\\\S)[\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_ -]*(?!.*((<)|(\\\\$\\\\{)))"`
	AdditionalProperties map[string]interface{}
}

ResourceRelationshipDaVinci struct for ResourceRelationshipDaVinci

func NewResourceRelationshipDaVinci ¶

func NewResourceRelationshipDaVinci(id string) *ResourceRelationshipDaVinci

NewResourceRelationshipDaVinci instantiates a new ResourceRelationshipDaVinci object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResourceRelationshipDaVinciWithDefaults ¶

func NewResourceRelationshipDaVinciWithDefaults() *ResourceRelationshipDaVinci

NewResourceRelationshipDaVinciWithDefaults instantiates a new ResourceRelationshipDaVinci object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResourceRelationshipDaVinci) GetId ¶

GetId returns the Id field value

func (*ResourceRelationshipDaVinci) GetIdOk ¶

func (o *ResourceRelationshipDaVinci) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (ResourceRelationshipDaVinci) LogValue ¶

func (o ResourceRelationshipDaVinci) LogValue() slog.Value

func (ResourceRelationshipDaVinci) MarshalJSON ¶

func (o ResourceRelationshipDaVinci) MarshalJSON() ([]byte, error)

func (*ResourceRelationshipDaVinci) SetId ¶

func (o *ResourceRelationshipDaVinci) SetId(v string)

SetId sets field value

func (ResourceRelationshipDaVinci) ToMap ¶

func (o ResourceRelationshipDaVinci) ToMap() (map[string]interface{}, error)

func (*ResourceRelationshipDaVinci) UnmarshalJSON ¶

func (o *ResourceRelationshipDaVinci) UnmarshalJSON(data []byte) (err error)

type ResourceRelationshipDaVinciReadOnly ¶

type ResourceRelationshipDaVinciReadOnly struct {
	Id                   string `json:"id" validate:"regexp=^(?=\\\\S)[\\\\p{L}\\\\p{M}\\\\p{N}\\\\p{So}\\/.'_ -]*(?!.*((<)|(\\\\$\\\\{)))"`
	AdditionalProperties map[string]interface{}
}

ResourceRelationshipDaVinciReadOnly struct for ResourceRelationshipDaVinciReadOnly

func NewResourceRelationshipDaVinciReadOnly ¶

func NewResourceRelationshipDaVinciReadOnly(id string) *ResourceRelationshipDaVinciReadOnly

NewResourceRelationshipDaVinciReadOnly instantiates a new ResourceRelationshipDaVinciReadOnly object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResourceRelationshipDaVinciReadOnlyWithDefaults ¶

func NewResourceRelationshipDaVinciReadOnlyWithDefaults() *ResourceRelationshipDaVinciReadOnly

NewResourceRelationshipDaVinciReadOnlyWithDefaults instantiates a new ResourceRelationshipDaVinciReadOnly object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResourceRelationshipDaVinciReadOnly) GetId ¶

GetId returns the Id field value

func (*ResourceRelationshipDaVinciReadOnly) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (ResourceRelationshipDaVinciReadOnly) LogValue ¶

func (ResourceRelationshipDaVinciReadOnly) MarshalJSON ¶

func (o ResourceRelationshipDaVinciReadOnly) MarshalJSON() ([]byte, error)

func (*ResourceRelationshipDaVinciReadOnly) SetId ¶

SetId sets field value

func (ResourceRelationshipDaVinciReadOnly) ToMap ¶

func (o ResourceRelationshipDaVinciReadOnly) ToMap() (map[string]interface{}, error)

func (*ResourceRelationshipDaVinciReadOnly) UnmarshalJSON ¶

func (o *ResourceRelationshipDaVinciReadOnly) UnmarshalJSON(data []byte) (err error)

type ResourceRelationshipGeneric ¶

type ResourceRelationshipGeneric struct {
	Id                   *string `json:"id,omitempty"`
	AdditionalProperties map[string]interface{}
}

ResourceRelationshipGeneric struct for ResourceRelationshipGeneric

func NewResourceRelationshipGeneric ¶

func NewResourceRelationshipGeneric() *ResourceRelationshipGeneric

NewResourceRelationshipGeneric instantiates a new ResourceRelationshipGeneric object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResourceRelationshipGenericWithDefaults ¶

func NewResourceRelationshipGenericWithDefaults() *ResourceRelationshipGeneric

NewResourceRelationshipGenericWithDefaults instantiates a new ResourceRelationshipGeneric object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResourceRelationshipGeneric) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ResourceRelationshipGeneric) GetIdOk ¶

func (o *ResourceRelationshipGeneric) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceRelationshipGeneric) HasId ¶

func (o *ResourceRelationshipGeneric) HasId() bool

HasId returns a boolean if a field has been set.

func (ResourceRelationshipGeneric) LogValue ¶

func (o ResourceRelationshipGeneric) LogValue() slog.Value

func (ResourceRelationshipGeneric) MarshalJSON ¶

func (o ResourceRelationshipGeneric) MarshalJSON() ([]byte, error)

func (*ResourceRelationshipGeneric) SetId ¶

func (o *ResourceRelationshipGeneric) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (ResourceRelationshipGeneric) ToMap ¶

func (o ResourceRelationshipGeneric) ToMap() (map[string]interface{}, error)

func (*ResourceRelationshipGeneric) UnmarshalJSON ¶

func (o *ResourceRelationshipGeneric) UnmarshalJSON(data []byte) (err error)

type ResourceRelationshipReadOnly ¶

type ResourceRelationshipReadOnly struct {
	Id                   uuid.UUID `json:"id"`
	AdditionalProperties map[string]interface{}
}

ResourceRelationshipReadOnly struct for ResourceRelationshipReadOnly

func NewResourceRelationshipReadOnly ¶

func NewResourceRelationshipReadOnly(id uuid.UUID) *ResourceRelationshipReadOnly

NewResourceRelationshipReadOnly instantiates a new ResourceRelationshipReadOnly object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResourceRelationshipReadOnlyWithDefaults ¶

func NewResourceRelationshipReadOnlyWithDefaults() *ResourceRelationshipReadOnly

NewResourceRelationshipReadOnlyWithDefaults instantiates a new ResourceRelationshipReadOnly object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResourceRelationshipReadOnly) GetId ¶

GetId returns the Id field value

func (*ResourceRelationshipReadOnly) GetIdOk ¶

func (o *ResourceRelationshipReadOnly) GetIdOk() (*uuid.UUID, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (ResourceRelationshipReadOnly) LogValue ¶

func (ResourceRelationshipReadOnly) MarshalJSON ¶

func (o ResourceRelationshipReadOnly) MarshalJSON() ([]byte, error)

func (*ResourceRelationshipReadOnly) SetId ¶

SetId sets field value

func (ResourceRelationshipReadOnly) ToMap ¶

func (o ResourceRelationshipReadOnly) ToMap() (map[string]interface{}, error)

func (*ResourceRelationshipReadOnly) UnmarshalJSON ¶

func (o *ResourceRelationshipReadOnly) UnmarshalJSON(data []byte) (err error)

type ServerConfiguration ¶

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations ¶

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL ¶

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable ¶

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type SnapshotRequest ¶ added in v0.2.0

type SnapshotRequest struct {
	BaseResourceURL      string `json:"baseResourceURL"`
	AdditionalProperties map[string]interface{}
}

SnapshotRequest struct for SnapshotRequest

func NewSnapshotRequest ¶ added in v0.2.0

func NewSnapshotRequest(baseResourceURL string) *SnapshotRequest

NewSnapshotRequest instantiates a new SnapshotRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnapshotRequestWithDefaults ¶ added in v0.2.0

func NewSnapshotRequestWithDefaults() *SnapshotRequest

NewSnapshotRequestWithDefaults instantiates a new SnapshotRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnapshotRequest) GetBaseResourceURL ¶ added in v0.2.0

func (o *SnapshotRequest) GetBaseResourceURL() string

GetBaseResourceURL returns the BaseResourceURL field value

func (*SnapshotRequest) GetBaseResourceURLOk ¶ added in v0.2.0

func (o *SnapshotRequest) GetBaseResourceURLOk() (*string, bool)

GetBaseResourceURLOk returns a tuple with the BaseResourceURL field value and a boolean to check if the value has been set.

func (SnapshotRequest) LogValue ¶ added in v0.2.0

func (o SnapshotRequest) LogValue() slog.Value

func (SnapshotRequest) MarshalJSON ¶ added in v0.2.0

func (o SnapshotRequest) MarshalJSON() ([]byte, error)

func (*SnapshotRequest) SetBaseResourceURL ¶ added in v0.2.0

func (o *SnapshotRequest) SetBaseResourceURL(v string)

SetBaseResourceURL sets field value

func (SnapshotRequest) ToMap ¶ added in v0.2.0

func (o SnapshotRequest) ToMap() (map[string]interface{}, error)

func (*SnapshotRequest) UnmarshalJSON ¶ added in v0.2.0

func (o *SnapshotRequest) UnmarshalJSON(data []byte) (err error)

type SnapshotResourceInformation ¶ added in v0.2.0

type SnapshotResourceInformation struct {
	Category             *string `json:"category,omitempty"`
	Id                   *string `json:"id,omitempty"`
	Name                 *string `json:"name,omitempty"`
	AdditionalProperties map[string]interface{}
}

SnapshotResourceInformation struct for SnapshotResourceInformation

func NewSnapshotResourceInformation ¶ added in v0.2.0

func NewSnapshotResourceInformation() *SnapshotResourceInformation

NewSnapshotResourceInformation instantiates a new SnapshotResourceInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnapshotResourceInformationWithDefaults ¶ added in v0.2.0

func NewSnapshotResourceInformationWithDefaults() *SnapshotResourceInformation

NewSnapshotResourceInformationWithDefaults instantiates a new SnapshotResourceInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnapshotResourceInformation) GetCategory ¶ added in v0.2.0

func (o *SnapshotResourceInformation) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*SnapshotResourceInformation) GetCategoryOk ¶ added in v0.2.0

func (o *SnapshotResourceInformation) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotResourceInformation) GetId ¶ added in v0.2.0

GetId returns the Id field value if set, zero value otherwise.

func (*SnapshotResourceInformation) GetIdOk ¶ added in v0.2.0

func (o *SnapshotResourceInformation) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotResourceInformation) GetName ¶ added in v0.2.0

func (o *SnapshotResourceInformation) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SnapshotResourceInformation) GetNameOk ¶ added in v0.2.0

func (o *SnapshotResourceInformation) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotResourceInformation) HasCategory ¶ added in v0.2.0

func (o *SnapshotResourceInformation) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*SnapshotResourceInformation) HasId ¶ added in v0.2.0

func (o *SnapshotResourceInformation) HasId() bool

HasId returns a boolean if a field has been set.

func (*SnapshotResourceInformation) HasName ¶ added in v0.2.0

func (o *SnapshotResourceInformation) HasName() bool

HasName returns a boolean if a field has been set.

func (SnapshotResourceInformation) LogValue ¶ added in v0.2.0

func (o SnapshotResourceInformation) LogValue() slog.Value

func (SnapshotResourceInformation) MarshalJSON ¶ added in v0.2.0

func (o SnapshotResourceInformation) MarshalJSON() ([]byte, error)

func (*SnapshotResourceInformation) SetCategory ¶ added in v0.2.0

func (o *SnapshotResourceInformation) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*SnapshotResourceInformation) SetId ¶ added in v0.2.0

func (o *SnapshotResourceInformation) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*SnapshotResourceInformation) SetName ¶ added in v0.2.0

func (o *SnapshotResourceInformation) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (SnapshotResourceInformation) ToMap ¶ added in v0.2.0

func (o SnapshotResourceInformation) ToMap() (map[string]interface{}, error)

func (*SnapshotResourceInformation) UnmarshalJSON ¶ added in v0.2.0

func (o *SnapshotResourceInformation) UnmarshalJSON(data []byte) (err error)

type SnapshotVersionCollectionResponse ¶ added in v0.2.0

type SnapshotVersionCollectionResponse struct {
	Embedded             *SnapshotVersionCollectionResponseEmbedded `json:"_embedded,omitempty"`
	Links                *SnapshotVersionCollectionResponseLinks    `json:"_links,omitempty"`
	Count                *int32                                     `json:"count,omitempty"`
	Size                 *int32                                     `json:"size,omitempty"`
	AdditionalProperties map[string]interface{}
}

SnapshotVersionCollectionResponse struct for SnapshotVersionCollectionResponse

func NewSnapshotVersionCollectionResponse ¶ added in v0.2.0

func NewSnapshotVersionCollectionResponse() *SnapshotVersionCollectionResponse

NewSnapshotVersionCollectionResponse instantiates a new SnapshotVersionCollectionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnapshotVersionCollectionResponseWithDefaults ¶ added in v0.2.0

func NewSnapshotVersionCollectionResponseWithDefaults() *SnapshotVersionCollectionResponse

NewSnapshotVersionCollectionResponseWithDefaults instantiates a new SnapshotVersionCollectionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnapshotVersionCollectionResponse) GetCount ¶ added in v0.2.0

GetCount returns the Count field value if set, zero value otherwise.

func (*SnapshotVersionCollectionResponse) GetCountOk ¶ added in v0.2.0

func (o *SnapshotVersionCollectionResponse) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotVersionCollectionResponse) GetEmbedded ¶ added in v0.2.0

GetEmbedded returns the Embedded field value if set, zero value otherwise.

func (*SnapshotVersionCollectionResponse) GetEmbeddedOk ¶ added in v0.2.0

GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.

GetLinks returns the Links field value if set, zero value otherwise.

func (*SnapshotVersionCollectionResponse) GetLinksOk ¶ added in v0.2.0

GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotVersionCollectionResponse) GetSize ¶ added in v0.2.0

GetSize returns the Size field value if set, zero value otherwise.

func (*SnapshotVersionCollectionResponse) GetSizeOk ¶ added in v0.2.0

func (o *SnapshotVersionCollectionResponse) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotVersionCollectionResponse) HasCount ¶ added in v0.2.0

HasCount returns a boolean if a field has been set.

func (*SnapshotVersionCollectionResponse) HasEmbedded ¶ added in v0.2.0

func (o *SnapshotVersionCollectionResponse) HasEmbedded() bool

HasEmbedded returns a boolean if a field has been set.

HasLinks returns a boolean if a field has been set.

func (*SnapshotVersionCollectionResponse) HasSize ¶ added in v0.2.0

HasSize returns a boolean if a field has been set.

func (SnapshotVersionCollectionResponse) LogValue ¶ added in v0.2.0

func (SnapshotVersionCollectionResponse) MarshalJSON ¶ added in v0.2.0

func (o SnapshotVersionCollectionResponse) MarshalJSON() ([]byte, error)

func (*SnapshotVersionCollectionResponse) SetCount ¶ added in v0.2.0

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*SnapshotVersionCollectionResponse) SetEmbedded ¶ added in v0.2.0

SetEmbedded gets a reference to the given SnapshotVersionCollectionResponseEmbedded and assigns it to the Embedded field.

SetLinks gets a reference to the given SnapshotVersionCollectionResponseLinks and assigns it to the Links field.

func (*SnapshotVersionCollectionResponse) SetSize ¶ added in v0.2.0

SetSize gets a reference to the given int32 and assigns it to the Size field.

func (SnapshotVersionCollectionResponse) ToMap ¶ added in v0.2.0

func (o SnapshotVersionCollectionResponse) ToMap() (map[string]interface{}, error)

func (*SnapshotVersionCollectionResponse) UnmarshalJSON ¶ added in v0.2.0

func (o *SnapshotVersionCollectionResponse) UnmarshalJSON(data []byte) (err error)

type SnapshotVersionCollectionResponseEmbedded ¶ added in v0.2.0

type SnapshotVersionCollectionResponseEmbedded struct {
	Versions             []SnapshotView `json:"versions,omitempty"`
	AdditionalProperties map[string]interface{}
}

SnapshotVersionCollectionResponseEmbedded struct for SnapshotVersionCollectionResponseEmbedded

func NewSnapshotVersionCollectionResponseEmbedded ¶ added in v0.2.0

func NewSnapshotVersionCollectionResponseEmbedded() *SnapshotVersionCollectionResponseEmbedded

NewSnapshotVersionCollectionResponseEmbedded instantiates a new SnapshotVersionCollectionResponseEmbedded object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnapshotVersionCollectionResponseEmbeddedWithDefaults ¶ added in v0.2.0

func NewSnapshotVersionCollectionResponseEmbeddedWithDefaults() *SnapshotVersionCollectionResponseEmbedded

NewSnapshotVersionCollectionResponseEmbeddedWithDefaults instantiates a new SnapshotVersionCollectionResponseEmbedded object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnapshotVersionCollectionResponseEmbedded) GetVersions ¶ added in v0.2.0

GetVersions returns the Versions field value if set, zero value otherwise.

func (*SnapshotVersionCollectionResponseEmbedded) GetVersionsOk ¶ added in v0.2.0

GetVersionsOk returns a tuple with the Versions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotVersionCollectionResponseEmbedded) HasVersions ¶ added in v0.2.0

HasVersions returns a boolean if a field has been set.

func (SnapshotVersionCollectionResponseEmbedded) LogValue ¶ added in v0.2.0

func (SnapshotVersionCollectionResponseEmbedded) MarshalJSON ¶ added in v0.2.0

func (*SnapshotVersionCollectionResponseEmbedded) SetVersions ¶ added in v0.2.0

SetVersions gets a reference to the given []SnapshotView and assigns it to the Versions field.

func (SnapshotVersionCollectionResponseEmbedded) ToMap ¶ added in v0.2.0

func (o SnapshotVersionCollectionResponseEmbedded) ToMap() (map[string]interface{}, error)

func (*SnapshotVersionCollectionResponseEmbedded) UnmarshalJSON ¶ added in v0.2.0

func (o *SnapshotVersionCollectionResponseEmbedded) UnmarshalJSON(data []byte) (err error)
type SnapshotVersionCollectionResponseLinks struct {
	Self                 *JSONHALLink `json:"self,omitempty"`
	AdditionalProperties map[string]interface{}
}

SnapshotVersionCollectionResponseLinks struct for SnapshotVersionCollectionResponseLinks

func NewSnapshotVersionCollectionResponseLinks() *SnapshotVersionCollectionResponseLinks

NewSnapshotVersionCollectionResponseLinks instantiates a new SnapshotVersionCollectionResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnapshotVersionCollectionResponseLinksWithDefaults ¶ added in v0.2.0

func NewSnapshotVersionCollectionResponseLinksWithDefaults() *SnapshotVersionCollectionResponseLinks

NewSnapshotVersionCollectionResponseLinksWithDefaults instantiates a new SnapshotVersionCollectionResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnapshotVersionCollectionResponseLinks) GetSelf ¶ added in v0.2.0

GetSelf returns the Self field value if set, zero value otherwise.

func (*SnapshotVersionCollectionResponseLinks) GetSelfOk ¶ added in v0.2.0

GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotVersionCollectionResponseLinks) HasSelf ¶ added in v0.2.0

HasSelf returns a boolean if a field has been set.

func (SnapshotVersionCollectionResponseLinks) LogValue ¶ added in v0.2.0

func (SnapshotVersionCollectionResponseLinks) MarshalJSON ¶ added in v0.2.0

func (o SnapshotVersionCollectionResponseLinks) MarshalJSON() ([]byte, error)

func (*SnapshotVersionCollectionResponseLinks) SetSelf ¶ added in v0.2.0

SetSelf gets a reference to the given JSONHALLink and assigns it to the Self field.

func (SnapshotVersionCollectionResponseLinks) ToMap ¶ added in v0.2.0

func (o SnapshotVersionCollectionResponseLinks) ToMap() (map[string]interface{}, error)

func (*SnapshotVersionCollectionResponseLinks) UnmarshalJSON ¶ added in v0.2.0

func (o *SnapshotVersionCollectionResponseLinks) UnmarshalJSON(data []byte) (err error)

type SnapshotView ¶ added in v0.2.0

type SnapshotView struct {
	Embedded             map[string]map[string]interface{} `json:"_embedded,omitempty"`
	Links                *SnapshotViewLinks                `json:"_links,omitempty"`
	CompletedAt          *time.Time                        `json:"completedAt,omitempty"`
	Configuration        *string                           `json:"configuration,omitempty"`
	CreatedAt            *time.Time                        `json:"createdAt,omitempty"`
	Environment          *ResourceRelationshipReadOnly     `json:"environment,omitempty"`
	Error                *string                           `json:"error,omitempty"`
	ErrorCode            *int32                            `json:"errorCode,omitempty"`
	Id                   *uuid.UUID                        `json:"id,omitempty"`
	ImportMetadata       map[string]map[string]interface{} `json:"importMetadata,omitempty"`
	ReferencedResources  []string                          `json:"referencedResources,omitempty"`
	Resource             *SnapshotResourceInformation      `json:"resource,omitempty"`
	ResourceUrl          *string                           `json:"resourceUrl,omitempty"`
	SnapshotId           *uuid.UUID                        `json:"snapshotId,omitempty"`
	StartedAt            *time.Time                        `json:"startedAt,omitempty"`
	Status               *SnapshotViewStatus               `json:"status,omitempty"`
	VersionedAt          *time.Time                        `json:"versionedAt,omitempty"`
	AdditionalProperties map[string]interface{}
}

SnapshotView struct for SnapshotView

func NewSnapshotView ¶ added in v0.2.0

func NewSnapshotView() *SnapshotView

NewSnapshotView instantiates a new SnapshotView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnapshotViewWithDefaults ¶ added in v0.2.0

func NewSnapshotViewWithDefaults() *SnapshotView

NewSnapshotViewWithDefaults instantiates a new SnapshotView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnapshotView) GetCompletedAt ¶ added in v0.2.0

func (o *SnapshotView) GetCompletedAt() time.Time

GetCompletedAt returns the CompletedAt field value if set, zero value otherwise.

func (*SnapshotView) GetCompletedAtOk ¶ added in v0.2.0

func (o *SnapshotView) GetCompletedAtOk() (*time.Time, bool)

GetCompletedAtOk returns a tuple with the CompletedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) GetConfiguration ¶ added in v0.2.0

func (o *SnapshotView) GetConfiguration() string

GetConfiguration returns the Configuration field value if set, zero value otherwise.

func (*SnapshotView) GetConfigurationOk ¶ added in v0.2.0

func (o *SnapshotView) GetConfigurationOk() (*string, bool)

GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) GetCreatedAt ¶ added in v0.2.0

func (o *SnapshotView) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*SnapshotView) GetCreatedAtOk ¶ added in v0.2.0

func (o *SnapshotView) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) GetEmbedded ¶ added in v0.2.0

func (o *SnapshotView) GetEmbedded() map[string]map[string]interface{}

GetEmbedded returns the Embedded field value if set, zero value otherwise.

func (*SnapshotView) GetEmbeddedOk ¶ added in v0.2.0

func (o *SnapshotView) GetEmbeddedOk() (map[string]map[string]interface{}, bool)

GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) GetEnvironment ¶ added in v0.2.0

func (o *SnapshotView) GetEnvironment() ResourceRelationshipReadOnly

GetEnvironment returns the Environment field value if set, zero value otherwise.

func (*SnapshotView) GetEnvironmentOk ¶ added in v0.2.0

func (o *SnapshotView) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)

GetEnvironmentOk returns a tuple with the Environment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) GetError ¶ added in v0.2.0

func (o *SnapshotView) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*SnapshotView) GetErrorCode ¶ added in v0.3.0

func (o *SnapshotView) GetErrorCode() int32

GetErrorCode returns the ErrorCode field value if set, zero value otherwise.

func (*SnapshotView) GetErrorCodeOk ¶ added in v0.3.0

func (o *SnapshotView) GetErrorCodeOk() (*int32, bool)

GetErrorCodeOk returns a tuple with the ErrorCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) GetErrorOk ¶ added in v0.2.0

func (o *SnapshotView) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) GetId ¶ added in v0.2.0

func (o *SnapshotView) GetId() uuid.UUID

GetId returns the Id field value if set, zero value otherwise.

func (*SnapshotView) GetIdOk ¶ added in v0.2.0

func (o *SnapshotView) GetIdOk() (*uuid.UUID, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) GetImportMetadata ¶ added in v0.2.0

func (o *SnapshotView) GetImportMetadata() map[string]map[string]interface{}

GetImportMetadata returns the ImportMetadata field value if set, zero value otherwise.

func (*SnapshotView) GetImportMetadataOk ¶ added in v0.2.0

func (o *SnapshotView) GetImportMetadataOk() (map[string]map[string]interface{}, bool)

GetImportMetadataOk returns a tuple with the ImportMetadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *SnapshotView) GetLinks() SnapshotViewLinks

GetLinks returns the Links field value if set, zero value otherwise.

func (*SnapshotView) GetLinksOk ¶ added in v0.2.0

func (o *SnapshotView) GetLinksOk() (*SnapshotViewLinks, bool)

GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) GetReferencedResources ¶ added in v0.2.0

func (o *SnapshotView) GetReferencedResources() []string

GetReferencedResources returns the ReferencedResources field value if set, zero value otherwise.

func (*SnapshotView) GetReferencedResourcesOk ¶ added in v0.2.0

func (o *SnapshotView) GetReferencedResourcesOk() ([]string, bool)

GetReferencedResourcesOk returns a tuple with the ReferencedResources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) GetResource ¶ added in v0.2.0

func (o *SnapshotView) GetResource() SnapshotResourceInformation

GetResource returns the Resource field value if set, zero value otherwise.

func (*SnapshotView) GetResourceOk ¶ added in v0.2.0

func (o *SnapshotView) GetResourceOk() (*SnapshotResourceInformation, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) GetResourceUrl ¶ added in v0.2.0

func (o *SnapshotView) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field value if set, zero value otherwise.

func (*SnapshotView) GetResourceUrlOk ¶ added in v0.2.0

func (o *SnapshotView) GetResourceUrlOk() (*string, bool)

GetResourceUrlOk returns a tuple with the ResourceUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) GetSnapshotId ¶ added in v0.2.0

func (o *SnapshotView) GetSnapshotId() uuid.UUID

GetSnapshotId returns the SnapshotId field value if set, zero value otherwise.

func (*SnapshotView) GetSnapshotIdOk ¶ added in v0.2.0

func (o *SnapshotView) GetSnapshotIdOk() (*uuid.UUID, bool)

GetSnapshotIdOk returns a tuple with the SnapshotId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) GetStartedAt ¶ added in v0.2.0

func (o *SnapshotView) GetStartedAt() time.Time

GetStartedAt returns the StartedAt field value if set, zero value otherwise.

func (*SnapshotView) GetStartedAtOk ¶ added in v0.2.0

func (o *SnapshotView) GetStartedAtOk() (*time.Time, bool)

GetStartedAtOk returns a tuple with the StartedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) GetStatus ¶ added in v0.2.0

func (o *SnapshotView) GetStatus() SnapshotViewStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*SnapshotView) GetStatusOk ¶ added in v0.2.0

func (o *SnapshotView) GetStatusOk() (*SnapshotViewStatus, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) GetVersionedAt ¶ added in v0.2.0

func (o *SnapshotView) GetVersionedAt() time.Time

GetVersionedAt returns the VersionedAt field value if set, zero value otherwise.

func (*SnapshotView) GetVersionedAtOk ¶ added in v0.2.0

func (o *SnapshotView) GetVersionedAtOk() (*time.Time, bool)

GetVersionedAtOk returns a tuple with the VersionedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotView) HasCompletedAt ¶ added in v0.2.0

func (o *SnapshotView) HasCompletedAt() bool

HasCompletedAt returns a boolean if a field has been set.

func (*SnapshotView) HasConfiguration ¶ added in v0.2.0

func (o *SnapshotView) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

func (*SnapshotView) HasCreatedAt ¶ added in v0.2.0

func (o *SnapshotView) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*SnapshotView) HasEmbedded ¶ added in v0.2.0

func (o *SnapshotView) HasEmbedded() bool

HasEmbedded returns a boolean if a field has been set.

func (*SnapshotView) HasEnvironment ¶ added in v0.2.0

func (o *SnapshotView) HasEnvironment() bool

HasEnvironment returns a boolean if a field has been set.

func (*SnapshotView) HasError ¶ added in v0.2.0

func (o *SnapshotView) HasError() bool

HasError returns a boolean if a field has been set.

func (*SnapshotView) HasErrorCode ¶ added in v0.3.0

func (o *SnapshotView) HasErrorCode() bool

HasErrorCode returns a boolean if a field has been set.

func (*SnapshotView) HasId ¶ added in v0.2.0

func (o *SnapshotView) HasId() bool

HasId returns a boolean if a field has been set.

func (*SnapshotView) HasImportMetadata ¶ added in v0.2.0

func (o *SnapshotView) HasImportMetadata() bool

HasImportMetadata returns a boolean if a field has been set.

func (o *SnapshotView) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (*SnapshotView) HasReferencedResources ¶ added in v0.2.0

func (o *SnapshotView) HasReferencedResources() bool

HasReferencedResources returns a boolean if a field has been set.

func (*SnapshotView) HasResource ¶ added in v0.2.0

func (o *SnapshotView) HasResource() bool

HasResource returns a boolean if a field has been set.

func (*SnapshotView) HasResourceUrl ¶ added in v0.2.0

func (o *SnapshotView) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

func (*SnapshotView) HasSnapshotId ¶ added in v0.2.0

func (o *SnapshotView) HasSnapshotId() bool

HasSnapshotId returns a boolean if a field has been set.

func (*SnapshotView) HasStartedAt ¶ added in v0.2.0

func (o *SnapshotView) HasStartedAt() bool

HasStartedAt returns a boolean if a field has been set.

func (*SnapshotView) HasStatus ¶ added in v0.2.0

func (o *SnapshotView) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*SnapshotView) HasVersionedAt ¶ added in v0.2.0

func (o *SnapshotView) HasVersionedAt() bool

HasVersionedAt returns a boolean if a field has been set.

func (SnapshotView) LogValue ¶ added in v0.2.0

func (o SnapshotView) LogValue() slog.Value

func (SnapshotView) MarshalJSON ¶ added in v0.2.0

func (o SnapshotView) MarshalJSON() ([]byte, error)

func (*SnapshotView) SetCompletedAt ¶ added in v0.2.0

func (o *SnapshotView) SetCompletedAt(v time.Time)

SetCompletedAt gets a reference to the given time.Time and assigns it to the CompletedAt field.

func (*SnapshotView) SetConfiguration ¶ added in v0.2.0

func (o *SnapshotView) SetConfiguration(v string)

SetConfiguration gets a reference to the given string and assigns it to the Configuration field.

func (*SnapshotView) SetCreatedAt ¶ added in v0.2.0

func (o *SnapshotView) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*SnapshotView) SetEmbedded ¶ added in v0.2.0

func (o *SnapshotView) SetEmbedded(v map[string]map[string]interface{})

SetEmbedded gets a reference to the given map[string]map[string]interface{} and assigns it to the Embedded field.

func (*SnapshotView) SetEnvironment ¶ added in v0.2.0

func (o *SnapshotView) SetEnvironment(v ResourceRelationshipReadOnly)

SetEnvironment gets a reference to the given ResourceRelationshipReadOnly and assigns it to the Environment field.

func (*SnapshotView) SetError ¶ added in v0.2.0

func (o *SnapshotView) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*SnapshotView) SetErrorCode ¶ added in v0.3.0

func (o *SnapshotView) SetErrorCode(v int32)

SetErrorCode gets a reference to the given int32 and assigns it to the ErrorCode field.

func (*SnapshotView) SetId ¶ added in v0.2.0

func (o *SnapshotView) SetId(v uuid.UUID)

SetId gets a reference to the given uuid.UUID and assigns it to the Id field.

func (*SnapshotView) SetImportMetadata ¶ added in v0.2.0

func (o *SnapshotView) SetImportMetadata(v map[string]map[string]interface{})

SetImportMetadata gets a reference to the given map[string]map[string]interface{} and assigns it to the ImportMetadata field.

func (o *SnapshotView) SetLinks(v SnapshotViewLinks)

SetLinks gets a reference to the given SnapshotViewLinks and assigns it to the Links field.

func (*SnapshotView) SetReferencedResources ¶ added in v0.2.0

func (o *SnapshotView) SetReferencedResources(v []string)

SetReferencedResources gets a reference to the given []string and assigns it to the ReferencedResources field.

func (*SnapshotView) SetResource ¶ added in v0.2.0

func (o *SnapshotView) SetResource(v SnapshotResourceInformation)

SetResource gets a reference to the given SnapshotResourceInformation and assigns it to the Resource field.

func (*SnapshotView) SetResourceUrl ¶ added in v0.2.0

func (o *SnapshotView) SetResourceUrl(v string)

SetResourceUrl gets a reference to the given string and assigns it to the ResourceUrl field.

func (*SnapshotView) SetSnapshotId ¶ added in v0.2.0

func (o *SnapshotView) SetSnapshotId(v uuid.UUID)

SetSnapshotId gets a reference to the given uuid.UUID and assigns it to the SnapshotId field.

func (*SnapshotView) SetStartedAt ¶ added in v0.2.0

func (o *SnapshotView) SetStartedAt(v time.Time)

SetStartedAt gets a reference to the given time.Time and assigns it to the StartedAt field.

func (*SnapshotView) SetStatus ¶ added in v0.2.0

func (o *SnapshotView) SetStatus(v SnapshotViewStatus)

SetStatus gets a reference to the given SnapshotViewStatus and assigns it to the Status field.

func (*SnapshotView) SetVersionedAt ¶ added in v0.2.0

func (o *SnapshotView) SetVersionedAt(v time.Time)

SetVersionedAt gets a reference to the given time.Time and assigns it to the VersionedAt field.

func (SnapshotView) ToMap ¶ added in v0.2.0

func (o SnapshotView) ToMap() (map[string]interface{}, error)

func (*SnapshotView) UnmarshalJSON ¶ added in v0.2.0

func (o *SnapshotView) UnmarshalJSON(data []byte) (err error)
type SnapshotViewLinks struct {
	Self                 *JSONHALLink `json:"self,omitempty"`
	AdditionalProperties map[string]interface{}
}

SnapshotViewLinks struct for SnapshotViewLinks

func NewSnapshotViewLinks() *SnapshotViewLinks

NewSnapshotViewLinks instantiates a new SnapshotViewLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnapshotViewLinksWithDefaults ¶ added in v0.2.0

func NewSnapshotViewLinksWithDefaults() *SnapshotViewLinks

NewSnapshotViewLinksWithDefaults instantiates a new SnapshotViewLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnapshotViewLinks) GetSelf ¶ added in v0.2.0

func (o *SnapshotViewLinks) GetSelf() JSONHALLink

GetSelf returns the Self field value if set, zero value otherwise.

func (*SnapshotViewLinks) GetSelfOk ¶ added in v0.2.0

func (o *SnapshotViewLinks) GetSelfOk() (*JSONHALLink, bool)

GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnapshotViewLinks) HasSelf ¶ added in v0.2.0

func (o *SnapshotViewLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

func (SnapshotViewLinks) LogValue ¶ added in v0.2.0

func (o SnapshotViewLinks) LogValue() slog.Value

func (SnapshotViewLinks) MarshalJSON ¶ added in v0.2.0

func (o SnapshotViewLinks) MarshalJSON() ([]byte, error)

func (*SnapshotViewLinks) SetSelf ¶ added in v0.2.0

func (o *SnapshotViewLinks) SetSelf(v JSONHALLink)

SetSelf gets a reference to the given JSONHALLink and assigns it to the Self field.

func (SnapshotViewLinks) ToMap ¶ added in v0.2.0

func (o SnapshotViewLinks) ToMap() (map[string]interface{}, error)

func (*SnapshotViewLinks) UnmarshalJSON ¶ added in v0.2.0

func (o *SnapshotViewLinks) UnmarshalJSON(data []byte) (err error)

type SnapshotViewStatus ¶ added in v0.2.0

type SnapshotViewStatus string

SnapshotViewStatus the model 'SnapshotViewStatus'

const (
	SNAPSHOTVIEWSTATUS_COMPLETE    SnapshotViewStatus = "COMPLETE"
	SNAPSHOTVIEWSTATUS_ERROR       SnapshotViewStatus = "ERROR"
	SNAPSHOTVIEWSTATUS_IN_PROGRESS SnapshotViewStatus = "IN_PROGRESS"
	SNAPSHOTVIEWSTATUS_WAITING     SnapshotViewStatus = "WAITING"
)

List of Snapshot_View_Status

func NewSnapshotViewStatusFromValue ¶ added in v0.2.0

func NewSnapshotViewStatusFromValue(v string) (*SnapshotViewStatus, error)

NewSnapshotViewStatusFromValue returns a pointer to a valid SnapshotViewStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SnapshotViewStatus) IsValid ¶ added in v0.2.0

func (v SnapshotViewStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SnapshotViewStatus) Ptr ¶ added in v0.2.0

Ptr returns reference to Snapshot_View_Status value

func (*SnapshotViewStatus) UnmarshalJSON ¶ added in v0.2.0

func (v *SnapshotViewStatus) UnmarshalJSON(src []byte) error

type TooManyRequestsError ¶

type TooManyRequestsError struct {
	Code                 TooManyRequestsErrorCode     `json:"code"`
	Message              string                       `json:"message"`
	Details              []TooManyRequestsErrorDetail `json:"details,omitempty"`
	Id                   *uuid.UUID                   `json:"id,omitempty"`
	AdditionalProperties map[string]interface{}
}

TooManyRequestsError struct for TooManyRequestsError

func NewTooManyRequestsError ¶

func NewTooManyRequestsError(code TooManyRequestsErrorCode, message string) *TooManyRequestsError

NewTooManyRequestsError instantiates a new TooManyRequestsError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTooManyRequestsErrorWithDefaults ¶

func NewTooManyRequestsErrorWithDefaults() *TooManyRequestsError

NewTooManyRequestsErrorWithDefaults instantiates a new TooManyRequestsError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (TooManyRequestsError) Error ¶

func (o TooManyRequestsError) Error() string

func (*TooManyRequestsError) GetCode ¶

GetCode returns the Code field value

func (*TooManyRequestsError) GetCodeOk ¶

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*TooManyRequestsError) GetDetails ¶

GetDetails returns the Details field value if set, zero value otherwise.

func (*TooManyRequestsError) GetDetailsOk ¶

func (o *TooManyRequestsError) GetDetailsOk() ([]TooManyRequestsErrorDetail, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TooManyRequestsError) GetId ¶

func (o *TooManyRequestsError) GetId() uuid.UUID

GetId returns the Id field value if set, zero value otherwise.

func (*TooManyRequestsError) GetIdOk ¶

func (o *TooManyRequestsError) GetIdOk() (*uuid.UUID, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TooManyRequestsError) GetMessage ¶

func (o *TooManyRequestsError) GetMessage() string

GetMessage returns the Message field value

func (*TooManyRequestsError) GetMessageOk ¶

func (o *TooManyRequestsError) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*TooManyRequestsError) HasDetails ¶

func (o *TooManyRequestsError) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*TooManyRequestsError) HasId ¶ added in v0.3.1

func (o *TooManyRequestsError) HasId() bool

HasId returns a boolean if a field has been set.

func (TooManyRequestsError) LogValue ¶

func (o TooManyRequestsError) LogValue() slog.Value

func (TooManyRequestsError) MarshalJSON ¶

func (o TooManyRequestsError) MarshalJSON() ([]byte, error)

func (*TooManyRequestsError) SetCode ¶

SetCode sets field value

func (*TooManyRequestsError) SetDetails ¶

SetDetails gets a reference to the given []TooManyRequestsErrorDetail and assigns it to the Details field.

func (*TooManyRequestsError) SetId ¶

func (o *TooManyRequestsError) SetId(v uuid.UUID)

SetId gets a reference to the given uuid.UUID and assigns it to the Id field.

func (*TooManyRequestsError) SetMessage ¶

func (o *TooManyRequestsError) SetMessage(v string)

SetMessage sets field value

func (TooManyRequestsError) ToMap ¶

func (o TooManyRequestsError) ToMap() (map[string]interface{}, error)

func (*TooManyRequestsError) UnmarshalJSON ¶

func (o *TooManyRequestsError) UnmarshalJSON(data []byte) (err error)

type TooManyRequestsErrorCode ¶

type TooManyRequestsErrorCode string

TooManyRequestsErrorCode the model 'TooManyRequestsErrorCode'

const (
	TOOMANYREQUESTSERRORCODE_REQUEST_LIMITED TooManyRequestsErrorCode = "REQUEST_LIMITED"
)

List of Too_Many_Requests_Error_Code

func NewTooManyRequestsErrorCodeFromValue ¶

func NewTooManyRequestsErrorCodeFromValue(v string) (*TooManyRequestsErrorCode, error)

NewTooManyRequestsErrorCodeFromValue returns a pointer to a valid TooManyRequestsErrorCode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TooManyRequestsErrorCode) IsValid ¶

func (v TooManyRequestsErrorCode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TooManyRequestsErrorCode) Ptr ¶

Ptr returns reference to Too_Many_Requests_Error_Code value

func (*TooManyRequestsErrorCode) UnmarshalJSON ¶

func (v *TooManyRequestsErrorCode) UnmarshalJSON(src []byte) error

type TooManyRequestsErrorDetail ¶

type TooManyRequestsErrorDetail struct {
	Code                 TooManyRequestsErrorDetailCode        `json:"code"`
	Message              string                                `json:"message"`
	InnerError           *TooManyRequestsErrorDetailInnerError `json:"innerError,omitempty"`
	Target               *string                               `json:"target,omitempty"`
	AdditionalProperties map[string]interface{}
}

TooManyRequestsErrorDetail struct for TooManyRequestsErrorDetail

func NewTooManyRequestsErrorDetail ¶

func NewTooManyRequestsErrorDetail(code TooManyRequestsErrorDetailCode, message string) *TooManyRequestsErrorDetail

NewTooManyRequestsErrorDetail instantiates a new TooManyRequestsErrorDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTooManyRequestsErrorDetailWithDefaults ¶

func NewTooManyRequestsErrorDetailWithDefaults() *TooManyRequestsErrorDetail

NewTooManyRequestsErrorDetailWithDefaults instantiates a new TooManyRequestsErrorDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TooManyRequestsErrorDetail) GetCode ¶

GetCode returns the Code field value

func (*TooManyRequestsErrorDetail) GetCodeOk ¶

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*TooManyRequestsErrorDetail) GetInnerError ¶

GetInnerError returns the InnerError field value if set, zero value otherwise.

func (*TooManyRequestsErrorDetail) GetInnerErrorOk ¶

GetInnerErrorOk returns a tuple with the InnerError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TooManyRequestsErrorDetail) GetMessage ¶

func (o *TooManyRequestsErrorDetail) GetMessage() string

GetMessage returns the Message field value

func (*TooManyRequestsErrorDetail) GetMessageOk ¶

func (o *TooManyRequestsErrorDetail) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*TooManyRequestsErrorDetail) GetTarget ¶

func (o *TooManyRequestsErrorDetail) GetTarget() string

GetTarget returns the Target field value if set, zero value otherwise.

func (*TooManyRequestsErrorDetail) GetTargetOk ¶

func (o *TooManyRequestsErrorDetail) GetTargetOk() (*string, bool)

GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TooManyRequestsErrorDetail) HasInnerError ¶

func (o *TooManyRequestsErrorDetail) HasInnerError() bool

HasInnerError returns a boolean if a field has been set.

func (*TooManyRequestsErrorDetail) HasTarget ¶

func (o *TooManyRequestsErrorDetail) HasTarget() bool

HasTarget returns a boolean if a field has been set.

func (TooManyRequestsErrorDetail) LogValue ¶

func (o TooManyRequestsErrorDetail) LogValue() slog.Value

func (TooManyRequestsErrorDetail) MarshalJSON ¶

func (o TooManyRequestsErrorDetail) MarshalJSON() ([]byte, error)

func (*TooManyRequestsErrorDetail) SetCode ¶

SetCode sets field value

func (*TooManyRequestsErrorDetail) SetInnerError ¶

SetInnerError gets a reference to the given TooManyRequestsErrorDetailInnerError and assigns it to the InnerError field.

func (*TooManyRequestsErrorDetail) SetMessage ¶

func (o *TooManyRequestsErrorDetail) SetMessage(v string)

SetMessage sets field value

func (*TooManyRequestsErrorDetail) SetTarget ¶

func (o *TooManyRequestsErrorDetail) SetTarget(v string)

SetTarget gets a reference to the given string and assigns it to the Target field.

func (TooManyRequestsErrorDetail) ToMap ¶

func (o TooManyRequestsErrorDetail) ToMap() (map[string]interface{}, error)

func (*TooManyRequestsErrorDetail) UnmarshalJSON ¶

func (o *TooManyRequestsErrorDetail) UnmarshalJSON(data []byte) (err error)

type TooManyRequestsErrorDetailCode ¶

type TooManyRequestsErrorDetailCode string

TooManyRequestsErrorDetailCode the model 'TooManyRequestsErrorDetailCode'

const (
	TOOMANYREQUESTSERRORDETAILCODE_LIMIT_EXCEEDED TooManyRequestsErrorDetailCode = "LIMIT_EXCEEDED"
	TOOMANYREQUESTSERRORDETAILCODE_QUOTA_EXCEEDED TooManyRequestsErrorDetailCode = "QUOTA_EXCEEDED"
)

List of Too_Many_Requests_Error_Detail_Code

func NewTooManyRequestsErrorDetailCodeFromValue ¶

func NewTooManyRequestsErrorDetailCodeFromValue(v string) (*TooManyRequestsErrorDetailCode, error)

NewTooManyRequestsErrorDetailCodeFromValue returns a pointer to a valid TooManyRequestsErrorDetailCode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TooManyRequestsErrorDetailCode) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (TooManyRequestsErrorDetailCode) Ptr ¶

Ptr returns reference to Too_Many_Requests_Error_Detail_Code value

func (*TooManyRequestsErrorDetailCode) UnmarshalJSON ¶

func (v *TooManyRequestsErrorDetailCode) UnmarshalJSON(src []byte) error

type TooManyRequestsErrorDetailInnerError ¶

type TooManyRequestsErrorDetailInnerError struct {
	QuotaLimit           *float32   `json:"quotaLimit,omitempty"`
	QuotaResetTime       *time.Time `json:"quotaResetTime,omitempty"`
	RetryAfter           *time.Time `json:"retryAfter,omitempty"`
	AdditionalProperties map[string]interface{}
}

TooManyRequestsErrorDetailInnerError struct for TooManyRequestsErrorDetailInnerError

func NewTooManyRequestsErrorDetailInnerError ¶

func NewTooManyRequestsErrorDetailInnerError() *TooManyRequestsErrorDetailInnerError

NewTooManyRequestsErrorDetailInnerError instantiates a new TooManyRequestsErrorDetailInnerError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTooManyRequestsErrorDetailInnerErrorWithDefaults ¶

func NewTooManyRequestsErrorDetailInnerErrorWithDefaults() *TooManyRequestsErrorDetailInnerError

NewTooManyRequestsErrorDetailInnerErrorWithDefaults instantiates a new TooManyRequestsErrorDetailInnerError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TooManyRequestsErrorDetailInnerError) GetQuotaLimit ¶

func (o *TooManyRequestsErrorDetailInnerError) GetQuotaLimit() float32

GetQuotaLimit returns the QuotaLimit field value if set, zero value otherwise.

func (*TooManyRequestsErrorDetailInnerError) GetQuotaLimitOk ¶

func (o *TooManyRequestsErrorDetailInnerError) GetQuotaLimitOk() (*float32, bool)

GetQuotaLimitOk returns a tuple with the QuotaLimit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TooManyRequestsErrorDetailInnerError) GetQuotaResetTime ¶

func (o *TooManyRequestsErrorDetailInnerError) GetQuotaResetTime() time.Time

GetQuotaResetTime returns the QuotaResetTime field value if set, zero value otherwise.

func (*TooManyRequestsErrorDetailInnerError) GetQuotaResetTimeOk ¶

func (o *TooManyRequestsErrorDetailInnerError) GetQuotaResetTimeOk() (*time.Time, bool)

GetQuotaResetTimeOk returns a tuple with the QuotaResetTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TooManyRequestsErrorDetailInnerError) GetRetryAfter ¶

func (o *TooManyRequestsErrorDetailInnerError) GetRetryAfter() time.Time

GetRetryAfter returns the RetryAfter field value if set, zero value otherwise.

func (*TooManyRequestsErrorDetailInnerError) GetRetryAfterOk ¶

func (o *TooManyRequestsErrorDetailInnerError) GetRetryAfterOk() (*time.Time, bool)

GetRetryAfterOk returns a tuple with the RetryAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TooManyRequestsErrorDetailInnerError) HasQuotaLimit ¶

func (o *TooManyRequestsErrorDetailInnerError) HasQuotaLimit() bool

HasQuotaLimit returns a boolean if a field has been set.

func (*TooManyRequestsErrorDetailInnerError) HasQuotaResetTime ¶

func (o *TooManyRequestsErrorDetailInnerError) HasQuotaResetTime() bool

HasQuotaResetTime returns a boolean if a field has been set.

func (*TooManyRequestsErrorDetailInnerError) HasRetryAfter ¶

func (o *TooManyRequestsErrorDetailInnerError) HasRetryAfter() bool

HasRetryAfter returns a boolean if a field has been set.

func (TooManyRequestsErrorDetailInnerError) LogValue ¶

func (TooManyRequestsErrorDetailInnerError) MarshalJSON ¶

func (o TooManyRequestsErrorDetailInnerError) MarshalJSON() ([]byte, error)

func (*TooManyRequestsErrorDetailInnerError) SetQuotaLimit ¶

func (o *TooManyRequestsErrorDetailInnerError) SetQuotaLimit(v float32)

SetQuotaLimit gets a reference to the given float32 and assigns it to the QuotaLimit field.

func (*TooManyRequestsErrorDetailInnerError) SetQuotaResetTime ¶

func (o *TooManyRequestsErrorDetailInnerError) SetQuotaResetTime(v time.Time)

SetQuotaResetTime gets a reference to the given time.Time and assigns it to the QuotaResetTime field.

func (*TooManyRequestsErrorDetailInnerError) SetRetryAfter ¶

func (o *TooManyRequestsErrorDetailInnerError) SetRetryAfter(v time.Time)

SetRetryAfter gets a reference to the given time.Time and assigns it to the RetryAfter field.

func (TooManyRequestsErrorDetailInnerError) ToMap ¶

func (o TooManyRequestsErrorDetailInnerError) ToMap() (map[string]interface{}, error)

func (*TooManyRequestsErrorDetailInnerError) UnmarshalJSON ¶

func (o *TooManyRequestsErrorDetailInnerError) UnmarshalJSON(data []byte) (err error)

type UnauthorizedError ¶

type UnauthorizedError struct {
	Id                   uuid.UUID                 `json:"id"`
	Code                 UnauthorizedErrorCode     `json:"code"`
	Message              string                    `json:"message"`
	Details              []UnauthorizedErrorDetail `json:"details,omitempty"`
	AdditionalProperties map[string]interface{}
}

UnauthorizedError struct for UnauthorizedError

func NewUnauthorizedError ¶

func NewUnauthorizedError(id uuid.UUID, code UnauthorizedErrorCode, message string) *UnauthorizedError

NewUnauthorizedError instantiates a new UnauthorizedError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUnauthorizedErrorWithDefaults ¶

func NewUnauthorizedErrorWithDefaults() *UnauthorizedError

NewUnauthorizedErrorWithDefaults instantiates a new UnauthorizedError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (UnauthorizedError) Error ¶

func (o UnauthorizedError) Error() string

func (*UnauthorizedError) GetCode ¶

GetCode returns the Code field value

func (*UnauthorizedError) GetCodeOk ¶

func (o *UnauthorizedError) GetCodeOk() (*UnauthorizedErrorCode, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*UnauthorizedError) GetDetails ¶

func (o *UnauthorizedError) GetDetails() []UnauthorizedErrorDetail

GetDetails returns the Details field value if set, zero value otherwise.

func (*UnauthorizedError) GetDetailsOk ¶

func (o *UnauthorizedError) GetDetailsOk() ([]UnauthorizedErrorDetail, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UnauthorizedError) GetId ¶

func (o *UnauthorizedError) GetId() uuid.UUID

GetId returns the Id field value

func (*UnauthorizedError) GetIdOk ¶

func (o *UnauthorizedError) GetIdOk() (*uuid.UUID, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UnauthorizedError) GetMessage ¶

func (o *UnauthorizedError) GetMessage() string

GetMessage returns the Message field value

func (*UnauthorizedError) GetMessageOk ¶

func (o *UnauthorizedError) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*UnauthorizedError) HasDetails ¶

func (o *UnauthorizedError) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (UnauthorizedError) LogValue ¶

func (o UnauthorizedError) LogValue() slog.Value

func (UnauthorizedError) MarshalJSON ¶

func (o UnauthorizedError) MarshalJSON() ([]byte, error)

func (*UnauthorizedError) SetCode ¶

SetCode sets field value

func (*UnauthorizedError) SetDetails ¶

func (o *UnauthorizedError) SetDetails(v []UnauthorizedErrorDetail)

SetDetails gets a reference to the given []UnauthorizedErrorDetail and assigns it to the Details field.

func (*UnauthorizedError) SetId ¶

func (o *UnauthorizedError) SetId(v uuid.UUID)

SetId sets field value

func (*UnauthorizedError) SetMessage ¶

func (o *UnauthorizedError) SetMessage(v string)

SetMessage sets field value

func (UnauthorizedError) ToMap ¶

func (o UnauthorizedError) ToMap() (map[string]interface{}, error)

func (*UnauthorizedError) UnmarshalJSON ¶

func (o *UnauthorizedError) UnmarshalJSON(data []byte) (err error)

type UnauthorizedErrorCode ¶

type UnauthorizedErrorCode string

UnauthorizedErrorCode the model 'UnauthorizedErrorCode'

const (
	UNAUTHORIZEDERRORCODE_ACCESS_FAILED UnauthorizedErrorCode = "ACCESS_FAILED"
)

List of Unauthorized_Error_Code

func NewUnauthorizedErrorCodeFromValue ¶

func NewUnauthorizedErrorCodeFromValue(v string) (*UnauthorizedErrorCode, error)

NewUnauthorizedErrorCodeFromValue returns a pointer to a valid UnauthorizedErrorCode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (UnauthorizedErrorCode) IsValid ¶

func (v UnauthorizedErrorCode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (UnauthorizedErrorCode) Ptr ¶

Ptr returns reference to Unauthorized_Error_Code value

func (*UnauthorizedErrorCode) UnmarshalJSON ¶

func (v *UnauthorizedErrorCode) UnmarshalJSON(src []byte) error

type UnauthorizedErrorDetail ¶

type UnauthorizedErrorDetail struct {
	Code                 UnauthorizedErrorDetailCode `json:"code"`
	Message              string                      `json:"message"`
	InnerError           map[string]interface{}      `json:"innerError,omitempty"`
	Target               *string                     `json:"target,omitempty"`
	AdditionalProperties map[string]interface{}
}

UnauthorizedErrorDetail struct for UnauthorizedErrorDetail

func NewUnauthorizedErrorDetail ¶

func NewUnauthorizedErrorDetail(code UnauthorizedErrorDetailCode, message string) *UnauthorizedErrorDetail

NewUnauthorizedErrorDetail instantiates a new UnauthorizedErrorDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUnauthorizedErrorDetailWithDefaults ¶

func NewUnauthorizedErrorDetailWithDefaults() *UnauthorizedErrorDetail

NewUnauthorizedErrorDetailWithDefaults instantiates a new UnauthorizedErrorDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UnauthorizedErrorDetail) GetCode ¶

GetCode returns the Code field value

func (*UnauthorizedErrorDetail) GetCodeOk ¶

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*UnauthorizedErrorDetail) GetInnerError ¶

func (o *UnauthorizedErrorDetail) GetInnerError() map[string]interface{}

GetInnerError returns the InnerError field value if set, zero value otherwise.

func (*UnauthorizedErrorDetail) GetInnerErrorOk ¶

func (o *UnauthorizedErrorDetail) GetInnerErrorOk() (map[string]interface{}, bool)

GetInnerErrorOk returns a tuple with the InnerError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UnauthorizedErrorDetail) GetMessage ¶

func (o *UnauthorizedErrorDetail) GetMessage() string

GetMessage returns the Message field value

func (*UnauthorizedErrorDetail) GetMessageOk ¶

func (o *UnauthorizedErrorDetail) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*UnauthorizedErrorDetail) GetTarget ¶

func (o *UnauthorizedErrorDetail) GetTarget() string

GetTarget returns the Target field value if set, zero value otherwise.

func (*UnauthorizedErrorDetail) GetTargetOk ¶

func (o *UnauthorizedErrorDetail) GetTargetOk() (*string, bool)

GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UnauthorizedErrorDetail) HasInnerError ¶

func (o *UnauthorizedErrorDetail) HasInnerError() bool

HasInnerError returns a boolean if a field has been set.

func (*UnauthorizedErrorDetail) HasTarget ¶

func (o *UnauthorizedErrorDetail) HasTarget() bool

HasTarget returns a boolean if a field has been set.

func (UnauthorizedErrorDetail) LogValue ¶

func (o UnauthorizedErrorDetail) LogValue() slog.Value

func (UnauthorizedErrorDetail) MarshalJSON ¶

func (o UnauthorizedErrorDetail) MarshalJSON() ([]byte, error)

func (*UnauthorizedErrorDetail) SetCode ¶

SetCode sets field value

func (*UnauthorizedErrorDetail) SetInnerError ¶

func (o *UnauthorizedErrorDetail) SetInnerError(v map[string]interface{})

SetInnerError gets a reference to the given map[string]interface{} and assigns it to the InnerError field.

func (*UnauthorizedErrorDetail) SetMessage ¶

func (o *UnauthorizedErrorDetail) SetMessage(v string)

SetMessage sets field value

func (*UnauthorizedErrorDetail) SetTarget ¶

func (o *UnauthorizedErrorDetail) SetTarget(v string)

SetTarget gets a reference to the given string and assigns it to the Target field.

func (UnauthorizedErrorDetail) ToMap ¶

func (o UnauthorizedErrorDetail) ToMap() (map[string]interface{}, error)

func (*UnauthorizedErrorDetail) UnmarshalJSON ¶

func (o *UnauthorizedErrorDetail) UnmarshalJSON(data []byte) (err error)

type UnauthorizedErrorDetailCode ¶

type UnauthorizedErrorDetailCode string

UnauthorizedErrorDetailCode the model 'UnauthorizedErrorDetailCode'

const (
	UNAUTHORIZEDERRORDETAILCODE_INSUFFICIENT_PERMISSIONS UnauthorizedErrorDetailCode = "INSUFFICIENT_PERMISSIONS"
	UNAUTHORIZEDERRORDETAILCODE_INVALID_TOKEN            UnauthorizedErrorDetailCode = "INVALID_TOKEN"
)

List of Unauthorized_Error_Detail_Code

func NewUnauthorizedErrorDetailCodeFromValue ¶

func NewUnauthorizedErrorDetailCodeFromValue(v string) (*UnauthorizedErrorDetailCode, error)

NewUnauthorizedErrorDetailCodeFromValue returns a pointer to a valid UnauthorizedErrorDetailCode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (UnauthorizedErrorDetailCode) IsValid ¶

func (v UnauthorizedErrorDetailCode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (UnauthorizedErrorDetailCode) Ptr ¶

Ptr returns reference to Unauthorized_Error_Detail_Code value

func (*UnauthorizedErrorDetailCode) UnmarshalJSON ¶

func (v *UnauthorizedErrorDetailCode) UnmarshalJSON(src []byte) error

type UnsupportedMediaTypeError ¶

type UnsupportedMediaTypeError struct {
	Id                   uuid.UUID                         `json:"id"`
	Code                 UnsupportedMediaTypeErrorCode     `json:"code"`
	Message              string                            `json:"message"`
	Details              []UnsupportedMediaTypeErrorDetail `json:"details,omitempty"`
	AdditionalProperties map[string]interface{}
}

UnsupportedMediaTypeError struct for UnsupportedMediaTypeError

func NewUnsupportedMediaTypeError ¶

func NewUnsupportedMediaTypeError(id uuid.UUID, code UnsupportedMediaTypeErrorCode, message string) *UnsupportedMediaTypeError

NewUnsupportedMediaTypeError instantiates a new UnsupportedMediaTypeError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUnsupportedMediaTypeErrorWithDefaults ¶

func NewUnsupportedMediaTypeErrorWithDefaults() *UnsupportedMediaTypeError

NewUnsupportedMediaTypeErrorWithDefaults instantiates a new UnsupportedMediaTypeError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (UnsupportedMediaTypeError) Error ¶

func (*UnsupportedMediaTypeError) GetCode ¶

GetCode returns the Code field value

func (*UnsupportedMediaTypeError) GetCodeOk ¶

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*UnsupportedMediaTypeError) GetDetails ¶

GetDetails returns the Details field value if set, zero value otherwise.

func (*UnsupportedMediaTypeError) GetDetailsOk ¶

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UnsupportedMediaTypeError) GetId ¶

func (o *UnsupportedMediaTypeError) GetId() uuid.UUID

GetId returns the Id field value

func (*UnsupportedMediaTypeError) GetIdOk ¶

func (o *UnsupportedMediaTypeError) GetIdOk() (*uuid.UUID, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UnsupportedMediaTypeError) GetMessage ¶

func (o *UnsupportedMediaTypeError) GetMessage() string

GetMessage returns the Message field value

func (*UnsupportedMediaTypeError) GetMessageOk ¶

func (o *UnsupportedMediaTypeError) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*UnsupportedMediaTypeError) HasDetails ¶

func (o *UnsupportedMediaTypeError) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (UnsupportedMediaTypeError) LogValue ¶

func (o UnsupportedMediaTypeError) LogValue() slog.Value

func (UnsupportedMediaTypeError) MarshalJSON ¶

func (o UnsupportedMediaTypeError) MarshalJSON() ([]byte, error)

func (*UnsupportedMediaTypeError) SetCode ¶

SetCode sets field value

func (*UnsupportedMediaTypeError) SetDetails ¶

SetDetails gets a reference to the given []UnsupportedMediaTypeErrorDetail and assigns it to the Details field.

func (*UnsupportedMediaTypeError) SetId ¶

func (o *UnsupportedMediaTypeError) SetId(v uuid.UUID)

SetId sets field value

func (*UnsupportedMediaTypeError) SetMessage ¶

func (o *UnsupportedMediaTypeError) SetMessage(v string)

SetMessage sets field value

func (UnsupportedMediaTypeError) ToMap ¶

func (o UnsupportedMediaTypeError) ToMap() (map[string]interface{}, error)

func (*UnsupportedMediaTypeError) UnmarshalJSON ¶

func (o *UnsupportedMediaTypeError) UnmarshalJSON(data []byte) (err error)

type UnsupportedMediaTypeErrorCode ¶

type UnsupportedMediaTypeErrorCode string

UnsupportedMediaTypeErrorCode the model 'UnsupportedMediaTypeErrorCode'

const (
	UNSUPPORTEDMEDIATYPEERRORCODE_INVALID_REQUEST UnsupportedMediaTypeErrorCode = "INVALID_REQUEST"
)

List of Unsupported_Media_Type_Error_Code

func NewUnsupportedMediaTypeErrorCodeFromValue ¶

func NewUnsupportedMediaTypeErrorCodeFromValue(v string) (*UnsupportedMediaTypeErrorCode, error)

NewUnsupportedMediaTypeErrorCodeFromValue returns a pointer to a valid UnsupportedMediaTypeErrorCode for the value passed as argument, or an error if the value passed is not allowed by the enum

func (UnsupportedMediaTypeErrorCode) IsValid ¶

func (v UnsupportedMediaTypeErrorCode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (UnsupportedMediaTypeErrorCode) Ptr ¶

Ptr returns reference to Unsupported_Media_Type_Error_Code value

func (*UnsupportedMediaTypeErrorCode) UnmarshalJSON ¶

func (v *UnsupportedMediaTypeErrorCode) UnmarshalJSON(src []byte) error

type UnsupportedMediaTypeErrorDetail ¶

type UnsupportedMediaTypeErrorDetail struct {
	Code                 string                 `json:"code"`
	Message              string                 `json:"message"`
	InnerError           map[string]interface{} `json:"innerError,omitempty"`
	Target               *string                `json:"target,omitempty"`
	AdditionalProperties map[string]interface{}
}

UnsupportedMediaTypeErrorDetail struct for UnsupportedMediaTypeErrorDetail

func NewUnsupportedMediaTypeErrorDetail ¶

func NewUnsupportedMediaTypeErrorDetail(code string, message string) *UnsupportedMediaTypeErrorDetail

NewUnsupportedMediaTypeErrorDetail instantiates a new UnsupportedMediaTypeErrorDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUnsupportedMediaTypeErrorDetailWithDefaults ¶

func NewUnsupportedMediaTypeErrorDetailWithDefaults() *UnsupportedMediaTypeErrorDetail

NewUnsupportedMediaTypeErrorDetailWithDefaults instantiates a new UnsupportedMediaTypeErrorDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UnsupportedMediaTypeErrorDetail) GetCode ¶

GetCode returns the Code field value

func (*UnsupportedMediaTypeErrorDetail) GetCodeOk ¶

func (o *UnsupportedMediaTypeErrorDetail) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*UnsupportedMediaTypeErrorDetail) GetInnerError ¶

func (o *UnsupportedMediaTypeErrorDetail) GetInnerError() map[string]interface{}

GetInnerError returns the InnerError field value if set, zero value otherwise.

func (*UnsupportedMediaTypeErrorDetail) GetInnerErrorOk ¶

func (o *UnsupportedMediaTypeErrorDetail) GetInnerErrorOk() (map[string]interface{}, bool)

GetInnerErrorOk returns a tuple with the InnerError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UnsupportedMediaTypeErrorDetail) GetMessage ¶

func (o *UnsupportedMediaTypeErrorDetail) GetMessage() string

GetMessage returns the Message field value

func (*UnsupportedMediaTypeErrorDetail) GetMessageOk ¶

func (o *UnsupportedMediaTypeErrorDetail) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*UnsupportedMediaTypeErrorDetail) GetTarget ¶

func (o *UnsupportedMediaTypeErrorDetail) GetTarget() string

GetTarget returns the Target field value if set, zero value otherwise.

func (*UnsupportedMediaTypeErrorDetail) GetTargetOk ¶

func (o *UnsupportedMediaTypeErrorDetail) GetTargetOk() (*string, bool)

GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UnsupportedMediaTypeErrorDetail) HasInnerError ¶

func (o *UnsupportedMediaTypeErrorDetail) HasInnerError() bool

HasInnerError returns a boolean if a field has been set.

func (*UnsupportedMediaTypeErrorDetail) HasTarget ¶

func (o *UnsupportedMediaTypeErrorDetail) HasTarget() bool

HasTarget returns a boolean if a field has been set.

func (UnsupportedMediaTypeErrorDetail) LogValue ¶

func (UnsupportedMediaTypeErrorDetail) MarshalJSON ¶

func (o UnsupportedMediaTypeErrorDetail) MarshalJSON() ([]byte, error)

func (*UnsupportedMediaTypeErrorDetail) SetCode ¶

SetCode sets field value

func (*UnsupportedMediaTypeErrorDetail) SetInnerError ¶

func (o *UnsupportedMediaTypeErrorDetail) SetInnerError(v map[string]interface{})

SetInnerError gets a reference to the given map[string]interface{} and assigns it to the InnerError field.

func (*UnsupportedMediaTypeErrorDetail) SetMessage ¶

func (o *UnsupportedMediaTypeErrorDetail) SetMessage(v string)

SetMessage sets field value

func (*UnsupportedMediaTypeErrorDetail) SetTarget ¶

func (o *UnsupportedMediaTypeErrorDetail) SetTarget(v string)

SetTarget gets a reference to the given string and assigns it to the Target field.

func (UnsupportedMediaTypeErrorDetail) ToMap ¶

func (o UnsupportedMediaTypeErrorDetail) ToMap() (map[string]interface{}, error)

func (*UnsupportedMediaTypeErrorDetail) UnmarshalJSON ¶

func (o *UnsupportedMediaTypeErrorDetail) UnmarshalJSON(data []byte) (err error)

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL