Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewServiceConfiguration() *pingone.Configuration
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIError
- type APIResponse
- type ApiCloneFlowByIdAsCloneJsonRequest
- func (r ApiCloneFlowByIdAsCloneJsonRequest) Execute() (*DaVinciFlowResponse, *http.Response, error)
- func (r ApiCloneFlowByIdAsCloneJsonRequest) RequestBody(requestBody map[string]interface{}) ApiCloneFlowByIdAsCloneJsonRequest
- func (r ApiCloneFlowByIdAsCloneJsonRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCloneFlowByIdAsCloneJsonRequest
- func (r ApiCloneFlowByIdAsCloneJsonRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCloneFlowByIdAsCloneJsonRequest
- type ApiCreateConnectorInstanceByIdRequest
- func (r ApiCreateConnectorInstanceByIdRequest) Execute() (*DaVinciConnectorInstanceResponse, *http.Response, error)
- func (r ApiCreateConnectorInstanceByIdRequest) RequestBody(requestBody map[string]interface{}) ApiCreateConnectorInstanceByIdRequest
- func (r ApiCreateConnectorInstanceByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateConnectorInstanceByIdRequest
- func (r ApiCreateConnectorInstanceByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateConnectorInstanceByIdRequest
- type ApiCreateConnectorInstanceRequest
- func (r ApiCreateConnectorInstanceRequest) DaVinciConnectorInstanceCreateRequest(daVinciConnectorInstanceCreateRequest DaVinciConnectorInstanceCreateRequest) ApiCreateConnectorInstanceRequest
- func (r ApiCreateConnectorInstanceRequest) Execute() (*DaVinciConnectorInstanceResponse, *http.Response, error)
- func (r ApiCreateConnectorInstanceRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateConnectorInstanceRequest
- func (r ApiCreateConnectorInstanceRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateConnectorInstanceRequest
- type ApiCreateDavinciApplicationRequest
- func (r ApiCreateDavinciApplicationRequest) DaVinciApplicationCreateRequest(daVinciApplicationCreateRequest DaVinciApplicationCreateRequest) ApiCreateDavinciApplicationRequest
- func (r ApiCreateDavinciApplicationRequest) Execute() (*DaVinciApplicationResponse, *http.Response, error)
- func (r ApiCreateDavinciApplicationRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateDavinciApplicationRequest
- func (r ApiCreateDavinciApplicationRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateDavinciApplicationRequest
- type ApiCreateEnvironmentRequest
- func (r ApiCreateEnvironmentRequest) EnvironmentCreateRequest(environmentCreateRequest EnvironmentCreateRequest) ApiCreateEnvironmentRequest
- func (r ApiCreateEnvironmentRequest) Execute() (*EnvironmentResponse, *http.Response, error)
- func (r ApiCreateEnvironmentRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateEnvironmentRequest
- func (r ApiCreateEnvironmentRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateEnvironmentRequest
- type ApiCreateFlowPolicyByDavinciApplicationIdRequest
- func (r ApiCreateFlowPolicyByDavinciApplicationIdRequest) DaVinciFlowPolicyCreateRequest(daVinciFlowPolicyCreateRequest DaVinciFlowPolicyCreateRequest) ApiCreateFlowPolicyByDavinciApplicationIdRequest
- func (r ApiCreateFlowPolicyByDavinciApplicationIdRequest) Execute() (*DaVinciFlowPolicyResponse, *http.Response, error)
- func (r ApiCreateFlowPolicyByDavinciApplicationIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateFlowPolicyByDavinciApplicationIdRequest
- func (r ApiCreateFlowPolicyByDavinciApplicationIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateFlowPolicyByDavinciApplicationIdRequest
- type ApiCreateFlowRequest
- func (r ApiCreateFlowRequest) DaVinciFlowCreateRequest(daVinciFlowCreateRequest DaVinciFlowCreateRequest) ApiCreateFlowRequest
- func (r ApiCreateFlowRequest) Execute() (*DaVinciFlowResponse, *http.Response, error)
- func (r ApiCreateFlowRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateFlowRequest
- func (r ApiCreateFlowRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateFlowRequest
- type ApiCreateSnapshotRequest
- func (r ApiCreateSnapshotRequest) Execute() (*SnapshotView, *http.Response, error)
- func (r ApiCreateSnapshotRequest) Expand(expand string) ApiCreateSnapshotRequest
- func (r ApiCreateSnapshotRequest) SnapshotRequest(snapshotRequest SnapshotRequest) ApiCreateSnapshotRequest
- func (r ApiCreateSnapshotRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateSnapshotRequest
- func (r ApiCreateSnapshotRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateSnapshotRequest
- type ApiCreateVariableRequest
- func (r ApiCreateVariableRequest) DaVinciVariableCreateRequest(daVinciVariableCreateRequest DaVinciVariableCreateRequest) ApiCreateVariableRequest
- func (r ApiCreateVariableRequest) Execute() (*DaVinciVariableResponse, *http.Response, error)
- func (r ApiCreateVariableRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateVariableRequest
- func (r ApiCreateVariableRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiCreateVariableRequest
- type ApiDeleteConnectorInstanceByIdRequest
- func (r ApiDeleteConnectorInstanceByIdRequest) Execute() (*http.Response, error)
- func (r ApiDeleteConnectorInstanceByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteConnectorInstanceByIdRequest
- func (r ApiDeleteConnectorInstanceByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteConnectorInstanceByIdRequest
- type ApiDeleteDavinciApplicationByIdRequest
- func (r ApiDeleteDavinciApplicationByIdRequest) Execute() (*http.Response, error)
- func (r ApiDeleteDavinciApplicationByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteDavinciApplicationByIdRequest
- func (r ApiDeleteDavinciApplicationByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteDavinciApplicationByIdRequest
- type ApiDeleteEnvironmentByIdRequest
- func (r ApiDeleteEnvironmentByIdRequest) Execute() (*http.Response, error)
- func (r ApiDeleteEnvironmentByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteEnvironmentByIdRequest
- func (r ApiDeleteEnvironmentByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteEnvironmentByIdRequest
- type ApiDeleteFlowByIdRequest
- func (r ApiDeleteFlowByIdRequest) Execute() (*http.Response, error)
- func (r ApiDeleteFlowByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteFlowByIdRequest
- func (r ApiDeleteFlowByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteFlowByIdRequest
- type ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest
- func (r ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest) Execute() (*http.Response, error)
- func (r ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest
- func (r ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest
- type ApiDeleteVariableByIdRequest
- func (r ApiDeleteVariableByIdRequest) Execute() (*http.Response, error)
- func (r ApiDeleteVariableByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteVariableByIdRequest
- func (r ApiDeleteVariableByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteVariableByIdRequest
- type ApiDeleteVersionByIdUsingFlowIdRequest
- func (r ApiDeleteVersionByIdUsingFlowIdRequest) Execute() (*http.Response, error)
- func (r ApiDeleteVersionByIdUsingFlowIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteVersionByIdUsingFlowIdRequest
- func (r ApiDeleteVersionByIdUsingFlowIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteVersionByIdUsingFlowIdRequest
- type ApiDeployFlowByIdAsDeployJsonRequest
- func (r ApiDeployFlowByIdAsDeployJsonRequest) Execute() (*DaVinciFlowResponse, *http.Response, error)
- func (r ApiDeployFlowByIdAsDeployJsonRequest) RequestBody(requestBody map[string]interface{}) ApiDeployFlowByIdAsDeployJsonRequest
- func (r ApiDeployFlowByIdAsDeployJsonRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeployFlowByIdAsDeployJsonRequest
- func (r ApiDeployFlowByIdAsDeployJsonRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeployFlowByIdAsDeployJsonRequest
- type ApiGetBillOfMaterialsByEnvironmentIdRequest
- func (r ApiGetBillOfMaterialsByEnvironmentIdRequest) Execute() (*EnvironmentBillOfMaterialsResponse, *http.Response, error)
- func (r ApiGetBillOfMaterialsByEnvironmentIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetBillOfMaterialsByEnvironmentIdRequest
- func (r ApiGetBillOfMaterialsByEnvironmentIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetBillOfMaterialsByEnvironmentIdRequest
- type ApiGetConnectorByIdRequest
- func (r ApiGetConnectorByIdRequest) Execute() (*DaVinciConnectorMinimalResponse, *http.Response, error)
- func (r ApiGetConnectorByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetConnectorByIdRequest
- func (r ApiGetConnectorByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetConnectorByIdRequest
- type ApiGetConnectorInstanceByIdRequest
- func (r ApiGetConnectorInstanceByIdRequest) Execute() (*DaVinciConnectorInstanceResponse, *http.Response, error)
- func (r ApiGetConnectorInstanceByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetConnectorInstanceByIdRequest
- func (r ApiGetConnectorInstanceByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetConnectorInstanceByIdRequest
- type ApiGetConnectorInstancesRequest
- func (r ApiGetConnectorInstancesRequest) Execute() (*DaVinciConnectorInstanceCollectionResponse, *http.Response, error)
- func (r ApiGetConnectorInstancesRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetConnectorInstancesRequest
- func (r ApiGetConnectorInstancesRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetConnectorInstancesRequest
- type ApiGetConnectorsRequest
- func (r ApiGetConnectorsRequest) Execute() (*DaVinciConnectorCollectionMinimalResponse, *http.Response, error)
- func (r ApiGetConnectorsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetConnectorsRequest
- func (r ApiGetConnectorsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetConnectorsRequest
- type ApiGetDavinciApplicationByIdRequest
- func (r ApiGetDavinciApplicationByIdRequest) Execute() (*DaVinciApplicationResponse, *http.Response, error)
- func (r ApiGetDavinciApplicationByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetDavinciApplicationByIdRequest
- func (r ApiGetDavinciApplicationByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetDavinciApplicationByIdRequest
- type ApiGetDavinciApplicationsRequest
- func (r ApiGetDavinciApplicationsRequest) Execute() (*DaVinciApplicationCollectionResponse, *http.Response, error)
- func (r ApiGetDavinciApplicationsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetDavinciApplicationsRequest
- func (r ApiGetDavinciApplicationsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetDavinciApplicationsRequest
- type ApiGetDetailsByConnectorIdRequest
- func (r ApiGetDetailsByConnectorIdRequest) Execute() (*DaVinciConnectorDetailsResponse, *http.Response, error)
- func (r ApiGetDetailsByConnectorIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetDetailsByConnectorIdRequest
- func (r ApiGetDetailsByConnectorIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetDetailsByConnectorIdRequest
- type ApiGetDetailsByFlowIdAndVersionIdRequest
- func (r ApiGetDetailsByFlowIdAndVersionIdRequest) Execute() (*DaVinciFlowVersionDetailResponse, *http.Response, error)
- func (r ApiGetDetailsByFlowIdAndVersionIdRequest) Expand(expand string) ApiGetDetailsByFlowIdAndVersionIdRequest
- func (r ApiGetDetailsByFlowIdAndVersionIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetDetailsByFlowIdAndVersionIdRequest
- func (r ApiGetDetailsByFlowIdAndVersionIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetDetailsByFlowIdAndVersionIdRequest
- type ApiGetEnvironmentByIdRequest
- func (r ApiGetEnvironmentByIdRequest) Execute() (*EnvironmentResponse, *http.Response, error)
- func (r ApiGetEnvironmentByIdRequest) Expand(expand string) ApiGetEnvironmentByIdRequest
- func (r ApiGetEnvironmentByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetEnvironmentByIdRequest
- func (r ApiGetEnvironmentByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetEnvironmentByIdRequest
- type ApiGetEnvironmentsRequest
- func (r ApiGetEnvironmentsRequest) Cursor(cursor string) ApiGetEnvironmentsRequest
- func (r ApiGetEnvironmentsRequest) Execute() PagedIterator[EnvironmentsCollectionResponse]
- func (r ApiGetEnvironmentsRequest) ExecuteInitialPage() (*EnvironmentsCollectionResponse, *http.Response, error)
- func (r ApiGetEnvironmentsRequest) Expand(expand string) ApiGetEnvironmentsRequest
- func (r ApiGetEnvironmentsRequest) Filter(filter string) ApiGetEnvironmentsRequest
- func (r ApiGetEnvironmentsRequest) Limit(limit int32) ApiGetEnvironmentsRequest
- func (r ApiGetEnvironmentsRequest) Order(order string) ApiGetEnvironmentsRequest
- func (r ApiGetEnvironmentsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetEnvironmentsRequest
- func (r ApiGetEnvironmentsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetEnvironmentsRequest
- type ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest
- func (r ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest) Execute() (*DaVinciFlowPolicyEventsCollection, *http.Response, error)
- func (r ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest
- func (r ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest
- type ApiGetFlowByIdRequest
- func (r ApiGetFlowByIdRequest) Attributes(attributes string) ApiGetFlowByIdRequest
- func (r ApiGetFlowByIdRequest) Execute() (*DaVinciFlowResponse, *http.Response, error)
- func (r ApiGetFlowByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetFlowByIdRequest
- func (r ApiGetFlowByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetFlowByIdRequest
- type ApiGetFlowPoliciesByDavinciApplicationIdRequest
- func (r ApiGetFlowPoliciesByDavinciApplicationIdRequest) Execute() (*DaVinciFlowPolicyCollection, *http.Response, error)
- func (r ApiGetFlowPoliciesByDavinciApplicationIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetFlowPoliciesByDavinciApplicationIdRequest
- func (r ApiGetFlowPoliciesByDavinciApplicationIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetFlowPoliciesByDavinciApplicationIdRequest
- type ApiGetFlowPolicyByIdRequest
- func (r ApiGetFlowPolicyByIdRequest) Execute() (*PingOneApplicationDaVinciFlowPolicy, *http.Response, error)
- func (r ApiGetFlowPolicyByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetFlowPolicyByIdRequest
- func (r ApiGetFlowPolicyByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetFlowPolicyByIdRequest
- type ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest
- func (r ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest) Execute() (*DaVinciFlowPolicyResponse, *http.Response, error)
- func (r ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest
- func (r ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest
- type ApiGetFlowsRequest
- func (r ApiGetFlowsRequest) Attributes(attributes string) ApiGetFlowsRequest
- func (r ApiGetFlowsRequest) Execute() (*DaVinciFlowCollection, *http.Response, error)
- func (r ApiGetFlowsRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetFlowsRequest
- func (r ApiGetFlowsRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetFlowsRequest
- type ApiGetSnapshotByIdRequest
- func (r ApiGetSnapshotByIdRequest) Execute() (*SnapshotView, *http.Response, error)
- func (r ApiGetSnapshotByIdRequest) Expand(expand string) ApiGetSnapshotByIdRequest
- func (r ApiGetSnapshotByIdRequest) Filter(filter string) ApiGetSnapshotByIdRequest
- func (r ApiGetSnapshotByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetSnapshotByIdRequest
- func (r ApiGetSnapshotByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetSnapshotByIdRequest
- type ApiGetTotalIdentitiesRequest
- func (r ApiGetTotalIdentitiesRequest) Execute() (*DirectoryTotalIdentitiesCountCollectionResponse, *http.Response, error)
- func (r ApiGetTotalIdentitiesRequest) Filter(filter string) ApiGetTotalIdentitiesRequest
- func (r ApiGetTotalIdentitiesRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetTotalIdentitiesRequest
- func (r ApiGetTotalIdentitiesRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetTotalIdentitiesRequest
- type ApiGetVariableByIdRequest
- func (r ApiGetVariableByIdRequest) Execute() (*DaVinciVariableResponse, *http.Response, error)
- func (r ApiGetVariableByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetVariableByIdRequest
- func (r ApiGetVariableByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetVariableByIdRequest
- type ApiGetVariablesRequest
- func (r ApiGetVariablesRequest) Cursor(cursor string) ApiGetVariablesRequest
- func (r ApiGetVariablesRequest) Execute() PagedIterator[DaVinciVariableCollectionResponse]
- func (r ApiGetVariablesRequest) ExecuteInitialPage() (*DaVinciVariableCollectionResponse, *http.Response, error)
- func (r ApiGetVariablesRequest) Filter(filter string) ApiGetVariablesRequest
- func (r ApiGetVariablesRequest) Limit(limit int32) ApiGetVariablesRequest
- func (r ApiGetVariablesRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetVariablesRequest
- func (r ApiGetVariablesRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetVariablesRequest
- type ApiGetVersionByIdUsingFlowIdRequest
- func (r ApiGetVersionByIdUsingFlowIdRequest) Execute() (*DaVinciFlowVersionResponse, *http.Response, error)
- func (r ApiGetVersionByIdUsingFlowIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetVersionByIdUsingFlowIdRequest
- func (r ApiGetVersionByIdUsingFlowIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetVersionByIdUsingFlowIdRequest
- type ApiGetVersionByIdUsingSnapshotIdRequest
- func (r ApiGetVersionByIdUsingSnapshotIdRequest) Attributes(attributes string) ApiGetVersionByIdUsingSnapshotIdRequest
- func (r ApiGetVersionByIdUsingSnapshotIdRequest) Execute() (*SnapshotView, *http.Response, error)
- func (r ApiGetVersionByIdUsingSnapshotIdRequest) Expand(expand string) ApiGetVersionByIdUsingSnapshotIdRequest
- func (r ApiGetVersionByIdUsingSnapshotIdRequest) Filter(filter string) ApiGetVersionByIdUsingSnapshotIdRequest
- func (r ApiGetVersionByIdUsingSnapshotIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetVersionByIdUsingSnapshotIdRequest
- func (r ApiGetVersionByIdUsingSnapshotIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetVersionByIdUsingSnapshotIdRequest
- type ApiGetVersionsByFlowIdRequest
- func (r ApiGetVersionsByFlowIdRequest) Execute() (*DaVinciFlowVersionCollectionResponse, *http.Response, error)
- func (r ApiGetVersionsByFlowIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetVersionsByFlowIdRequest
- func (r ApiGetVersionsByFlowIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetVersionsByFlowIdRequest
- type ApiGetVersionsBySnapshotIdRequest
- func (r ApiGetVersionsBySnapshotIdRequest) Execute() (*SnapshotVersionCollectionResponse, *http.Response, error)
- func (r ApiGetVersionsBySnapshotIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetVersionsBySnapshotIdRequest
- func (r ApiGetVersionsBySnapshotIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetVersionsBySnapshotIdRequest
- type ApiReplaceAliasByFlowIdAndVersionIdRequest
- func (r ApiReplaceAliasByFlowIdAndVersionIdRequest) DaVinciFlowVersionAliasRequest(daVinciFlowVersionAliasRequest DaVinciFlowVersionAliasRequest) ApiReplaceAliasByFlowIdAndVersionIdRequest
- func (r ApiReplaceAliasByFlowIdAndVersionIdRequest) Execute() (*DaVinciFlowVersionAliasResponse, *http.Response, error)
- func (r ApiReplaceAliasByFlowIdAndVersionIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceAliasByFlowIdAndVersionIdRequest
- func (r ApiReplaceAliasByFlowIdAndVersionIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceAliasByFlowIdAndVersionIdRequest
- type ApiReplaceBillOfMaterialsByEnvironmentIdRequest
- func (r ApiReplaceBillOfMaterialsByEnvironmentIdRequest) EnvironmentBillOfMaterialsReplaceRequest(...) ApiReplaceBillOfMaterialsByEnvironmentIdRequest
- func (r ApiReplaceBillOfMaterialsByEnvironmentIdRequest) Execute() (*EnvironmentBillOfMaterialsResponse, *http.Response, error)
- func (r ApiReplaceBillOfMaterialsByEnvironmentIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceBillOfMaterialsByEnvironmentIdRequest
- func (r ApiReplaceBillOfMaterialsByEnvironmentIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceBillOfMaterialsByEnvironmentIdRequest
- type ApiReplaceConnectorInstanceByIdRequest
- func (r ApiReplaceConnectorInstanceByIdRequest) DaVinciConnectorInstanceReplaceRequest(daVinciConnectorInstanceReplaceRequest DaVinciConnectorInstanceReplaceRequest) ApiReplaceConnectorInstanceByIdRequest
- func (r ApiReplaceConnectorInstanceByIdRequest) Execute() (*DaVinciConnectorInstanceResponse, *http.Response, error)
- func (r ApiReplaceConnectorInstanceByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceConnectorInstanceByIdRequest
- func (r ApiReplaceConnectorInstanceByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceConnectorInstanceByIdRequest
- type ApiReplaceDavinciApplicationByIdRequest
- func (r ApiReplaceDavinciApplicationByIdRequest) DaVinciApplicationReplaceRequest(daVinciApplicationReplaceRequest DaVinciApplicationReplaceRequest) ApiReplaceDavinciApplicationByIdRequest
- func (r ApiReplaceDavinciApplicationByIdRequest) Execute() (*DaVinciApplicationResponse, *http.Response, error)
- func (r ApiReplaceDavinciApplicationByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceDavinciApplicationByIdRequest
- func (r ApiReplaceDavinciApplicationByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceDavinciApplicationByIdRequest
- type ApiReplaceEnvironmentByIdRequest
- func (r ApiReplaceEnvironmentByIdRequest) EnvironmentReplaceRequest(environmentReplaceRequest EnvironmentReplaceRequest) ApiReplaceEnvironmentByIdRequest
- func (r ApiReplaceEnvironmentByIdRequest) Execute() (*EnvironmentResponse, *http.Response, error)
- func (r ApiReplaceEnvironmentByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceEnvironmentByIdRequest
- func (r ApiReplaceEnvironmentByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceEnvironmentByIdRequest
- type ApiReplaceFlowByIdRequest
- func (r ApiReplaceFlowByIdRequest) DaVinciFlowReplaceRequest(daVinciFlowReplaceRequest DaVinciFlowReplaceRequest) ApiReplaceFlowByIdRequest
- func (r ApiReplaceFlowByIdRequest) Execute() (*DaVinciFlowResponse, *http.Response, error)
- func (r ApiReplaceFlowByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceFlowByIdRequest
- func (r ApiReplaceFlowByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceFlowByIdRequest
- type ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest
- func (r ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) DaVinciFlowPolicyReplaceRequest(daVinciFlowPolicyReplaceRequest DaVinciFlowPolicyReplaceRequest) ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest
- func (r ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) Execute() (*DaVinciFlowPolicyResponse, *http.Response, error)
- func (r ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest
- func (r ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest
- type ApiReplaceVariableByIdRequest
- func (r ApiReplaceVariableByIdRequest) DaVinciVariableReplaceRequest(daVinciVariableReplaceRequest DaVinciVariableReplaceRequest) ApiReplaceVariableByIdRequest
- func (r ApiReplaceVariableByIdRequest) Execute() (*DaVinciVariableResponse, *http.Response, error)
- func (r ApiReplaceVariableByIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceVariableByIdRequest
- func (r ApiReplaceVariableByIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceVariableByIdRequest
- type ApiRotateKeyByDavinciApplicationIdRequest
- func (r ApiRotateKeyByDavinciApplicationIdRequest) Execute() (*DaVinciApplicationResponse, *http.Response, error)
- func (r ApiRotateKeyByDavinciApplicationIdRequest) RequestBody(requestBody map[string]interface{}) ApiRotateKeyByDavinciApplicationIdRequest
- func (r ApiRotateKeyByDavinciApplicationIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiRotateKeyByDavinciApplicationIdRequest
- func (r ApiRotateKeyByDavinciApplicationIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiRotateKeyByDavinciApplicationIdRequest
- type ApiRotateSecretByDavinciApplicationIdRequest
- func (r ApiRotateSecretByDavinciApplicationIdRequest) Execute() (*DaVinciApplicationResponse, *http.Response, error)
- func (r ApiRotateSecretByDavinciApplicationIdRequest) RequestBody(requestBody map[string]interface{}) ApiRotateSecretByDavinciApplicationIdRequest
- func (r ApiRotateSecretByDavinciApplicationIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiRotateSecretByDavinciApplicationIdRequest
- func (r ApiRotateSecretByDavinciApplicationIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiRotateSecretByDavinciApplicationIdRequest
- type ApiUpdateEnabledByFlowIdRequest
- func (r ApiUpdateEnabledByFlowIdRequest) DaVinciFlowEnableRequest(daVinciFlowEnableRequest DaVinciFlowEnableRequest) ApiUpdateEnabledByFlowIdRequest
- func (r ApiUpdateEnabledByFlowIdRequest) Execute() (*DaVinciFlowEnabledResponse, *http.Response, error)
- func (r ApiUpdateEnabledByFlowIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiUpdateEnabledByFlowIdRequest
- func (r ApiUpdateEnabledByFlowIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiUpdateEnabledByFlowIdRequest
- type ApiValidateFlowByIdAsValidateJsonRequest
- func (r ApiValidateFlowByIdAsValidateJsonRequest) DaVinciFlowValidateRequest(daVinciFlowValidateRequest DaVinciFlowValidateRequest) ApiValidateFlowByIdAsValidateJsonRequest
- func (r ApiValidateFlowByIdAsValidateJsonRequest) Execute() (*DaVinciFlowResponse, *http.Response, error)
- func (r ApiValidateFlowByIdAsValidateJsonRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiValidateFlowByIdAsValidateJsonRequest
- func (r ApiValidateFlowByIdAsValidateJsonRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiValidateFlowByIdAsValidateJsonRequest
- type BadRequestError
- func (o BadRequestError) Error() string
- func (o *BadRequestError) GetCode() BadRequestErrorCode
- func (o *BadRequestError) GetCodeOk() (*BadRequestErrorCode, bool)
- func (o *BadRequestError) GetDetails() []BadRequestErrorDetail
- func (o *BadRequestError) GetDetailsOk() ([]BadRequestErrorDetail, bool)
- func (o *BadRequestError) GetId() uuid.UUID
- func (o *BadRequestError) GetIdOk() (*uuid.UUID, bool)
- func (o *BadRequestError) GetMessage() string
- func (o *BadRequestError) GetMessageOk() (*string, bool)
- func (o *BadRequestError) HasDetails() bool
- func (o BadRequestError) LogValue() slog.Value
- func (o BadRequestError) MarshalJSON() ([]byte, error)
- func (o *BadRequestError) SetCode(v BadRequestErrorCode)
- func (o *BadRequestError) SetDetails(v []BadRequestErrorDetail)
- func (o *BadRequestError) SetId(v uuid.UUID)
- func (o *BadRequestError) SetMessage(v string)
- func (o BadRequestError) ToMap() (map[string]interface{}, error)
- func (o *BadRequestError) UnmarshalJSON(data []byte) (err error)
- type BadRequestErrorCode
- type BadRequestErrorDetail
- func (o *BadRequestErrorDetail) GetCode() BadRequestErrorDetailCode
- func (o *BadRequestErrorDetail) GetCodeOk() (*BadRequestErrorDetailCode, bool)
- func (o *BadRequestErrorDetail) GetInnerError() BadRequestErrorDetailInnerError
- func (o *BadRequestErrorDetail) GetInnerErrorOk() (*BadRequestErrorDetailInnerError, bool)
- func (o *BadRequestErrorDetail) GetMessage() string
- func (o *BadRequestErrorDetail) GetMessageOk() (*string, bool)
- func (o *BadRequestErrorDetail) GetTarget() string
- func (o *BadRequestErrorDetail) GetTargetOk() (*string, bool)
- func (o *BadRequestErrorDetail) HasInnerError() bool
- func (o *BadRequestErrorDetail) HasTarget() bool
- func (o BadRequestErrorDetail) LogValue() slog.Value
- func (o BadRequestErrorDetail) MarshalJSON() ([]byte, error)
- func (o *BadRequestErrorDetail) SetCode(v BadRequestErrorDetailCode)
- func (o *BadRequestErrorDetail) SetInnerError(v BadRequestErrorDetailInnerError)
- func (o *BadRequestErrorDetail) SetMessage(v string)
- func (o *BadRequestErrorDetail) SetTarget(v string)
- func (o BadRequestErrorDetail) ToMap() (map[string]interface{}, error)
- func (o *BadRequestErrorDetail) UnmarshalJSON(data []byte) (err error)
- type BadRequestErrorDetailCode
- type BadRequestErrorDetailInnerError
- func (o *BadRequestErrorDetailInnerError) GetAllowedPattern() string
- func (o *BadRequestErrorDetailInnerError) GetAllowedPatternOk() (*string, bool)
- func (o *BadRequestErrorDetailInnerError) GetAllowedValues() []string
- func (o *BadRequestErrorDetailInnerError) GetAllowedValuesOk() ([]string, bool)
- func (o *BadRequestErrorDetailInnerError) GetClaim() string
- func (o *BadRequestErrorDetailInnerError) GetClaimOk() (*string, bool)
- func (o *BadRequestErrorDetailInnerError) GetExistingId() uuid.UUID
- func (o *BadRequestErrorDetailInnerError) GetExistingIdOk() (*uuid.UUID, bool)
- func (o *BadRequestErrorDetailInnerError) GetMaximumValue() float32
- func (o *BadRequestErrorDetailInnerError) GetMaximumValueOk() (*float32, bool)
- func (o *BadRequestErrorDetailInnerError) GetQuotaLimit() float32
- func (o *BadRequestErrorDetailInnerError) GetQuotaLimitOk() (*float32, bool)
- func (o *BadRequestErrorDetailInnerError) GetQuotaResetTime() time.Time
- func (o *BadRequestErrorDetailInnerError) GetQuotaResetTimeOk() (*time.Time, bool)
- func (o *BadRequestErrorDetailInnerError) GetRangeMaximumValue() float32
- func (o *BadRequestErrorDetailInnerError) GetRangeMaximumValueOk() (*float32, bool)
- func (o *BadRequestErrorDetailInnerError) GetRangeMinimumValue() float32
- func (o *BadRequestErrorDetailInnerError) GetRangeMinimumValueOk() (*float32, bool)
- func (o *BadRequestErrorDetailInnerError) GetSupportedAttributes() []string
- func (o *BadRequestErrorDetailInnerError) GetSupportedAttributesOk() ([]string, bool)
- func (o *BadRequestErrorDetailInnerError) GetSupportedOperators() []string
- func (o *BadRequestErrorDetailInnerError) GetSupportedOperatorsOk() ([]string, bool)
- func (o *BadRequestErrorDetailInnerError) HasAllowedPattern() bool
- func (o *BadRequestErrorDetailInnerError) HasAllowedValues() bool
- func (o *BadRequestErrorDetailInnerError) HasClaim() bool
- func (o *BadRequestErrorDetailInnerError) HasExistingId() bool
- func (o *BadRequestErrorDetailInnerError) HasMaximumValue() bool
- func (o *BadRequestErrorDetailInnerError) HasQuotaLimit() bool
- func (o *BadRequestErrorDetailInnerError) HasQuotaResetTime() bool
- func (o *BadRequestErrorDetailInnerError) HasRangeMaximumValue() bool
- func (o *BadRequestErrorDetailInnerError) HasRangeMinimumValue() bool
- func (o *BadRequestErrorDetailInnerError) HasSupportedAttributes() bool
- func (o *BadRequestErrorDetailInnerError) HasSupportedOperators() bool
- func (o BadRequestErrorDetailInnerError) LogValue() slog.Value
- func (o BadRequestErrorDetailInnerError) MarshalJSON() ([]byte, error)
- func (o *BadRequestErrorDetailInnerError) SetAllowedPattern(v string)
- func (o *BadRequestErrorDetailInnerError) SetAllowedValues(v []string)
- func (o *BadRequestErrorDetailInnerError) SetClaim(v string)
- func (o *BadRequestErrorDetailInnerError) SetExistingId(v uuid.UUID)
- func (o *BadRequestErrorDetailInnerError) SetMaximumValue(v float32)
- func (o *BadRequestErrorDetailInnerError) SetQuotaLimit(v float32)
- func (o *BadRequestErrorDetailInnerError) SetQuotaResetTime(v time.Time)
- func (o *BadRequestErrorDetailInnerError) SetRangeMaximumValue(v float32)
- func (o *BadRequestErrorDetailInnerError) SetRangeMinimumValue(v float32)
- func (o *BadRequestErrorDetailInnerError) SetSupportedAttributes(v []string)
- func (o *BadRequestErrorDetailInnerError) SetSupportedOperators(v []string)
- func (o BadRequestErrorDetailInnerError) ToMap() (map[string]interface{}, error)
- func (o *BadRequestErrorDetailInnerError) UnmarshalJSON(data []byte) (err error)
- type Configuration
- func (c *Configuration) AddDefaultHeader(key string, value string)
- func (c *Configuration) AppendUserAgent(userAgent string)
- func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)
- func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)
- func (c *Configuration) SetDefaultServerIndex(defaultServerIndex int)
- func (c *Configuration) SetDefaultServerVariableDefaultValue(variable string, value string) error
- func (c *Configuration) SetServerVariableDefaultValue(serverIndex int, variable string, value string) error
- type ConfigurationManagementApiService
- func (a *ConfigurationManagementApiService) CreateSnapshot(ctx context.Context, environmentID uuid.UUID) ApiCreateSnapshotRequest
- func (a *ConfigurationManagementApiService) CreateSnapshotExecute(r ApiCreateSnapshotRequest) (*SnapshotView, *http.Response, error)
- func (a *ConfigurationManagementApiService) GetSnapshotById(ctx context.Context, environmentID uuid.UUID, snapshotID uuid.UUID) ApiGetSnapshotByIdRequest
- func (a *ConfigurationManagementApiService) GetSnapshotByIdExecute(r ApiGetSnapshotByIdRequest) (*SnapshotView, *http.Response, error)
- func (a *ConfigurationManagementApiService) GetVersionByIdUsingSnapshotId(ctx context.Context, environmentID uuid.UUID, snapshotID uuid.UUID, ...) ApiGetVersionByIdUsingSnapshotIdRequest
- func (a *ConfigurationManagementApiService) GetVersionByIdUsingSnapshotIdExecute(r ApiGetVersionByIdUsingSnapshotIdRequest) (*SnapshotView, *http.Response, error)
- func (a *ConfigurationManagementApiService) GetVersionsBySnapshotId(ctx context.Context, environmentID uuid.UUID, snapshotID uuid.UUID) ApiGetVersionsBySnapshotIdRequest
- func (a *ConfigurationManagementApiService) GetVersionsBySnapshotIdExecute(r ApiGetVersionsBySnapshotIdRequest) (*SnapshotVersionCollectionResponse, *http.Response, error)
- type DaVinciApplicationCollectionResponse
- func (o *DaVinciApplicationCollectionResponse) GetEmbedded() DaVinciApplicationCollectionResponseEmbedded
- func (o *DaVinciApplicationCollectionResponse) GetEmbeddedOk() (*DaVinciApplicationCollectionResponseEmbedded, bool)
- func (o *DaVinciApplicationCollectionResponse) GetLinks() DaVinciApplicationCollectionResponseLinks
- func (o *DaVinciApplicationCollectionResponse) GetLinksOk() (*DaVinciApplicationCollectionResponseLinks, bool)
- func (o DaVinciApplicationCollectionResponse) LogValue() slog.Value
- func (o DaVinciApplicationCollectionResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciApplicationCollectionResponse) SetEmbedded(v DaVinciApplicationCollectionResponseEmbedded)
- func (o *DaVinciApplicationCollectionResponse) SetLinks(v DaVinciApplicationCollectionResponseLinks)
- func (o DaVinciApplicationCollectionResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciApplicationCollectionResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciApplicationCollectionResponseEmbedded
- func (o *DaVinciApplicationCollectionResponseEmbedded) GetDavinciApplications() []DaVinciApplicationResponse
- func (o *DaVinciApplicationCollectionResponseEmbedded) GetDavinciApplicationsOk() ([]DaVinciApplicationResponse, bool)
- func (o DaVinciApplicationCollectionResponseEmbedded) LogValue() slog.Value
- func (o DaVinciApplicationCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
- func (o *DaVinciApplicationCollectionResponseEmbedded) SetDavinciApplications(v []DaVinciApplicationResponse)
- func (o DaVinciApplicationCollectionResponseEmbedded) ToMap() (map[string]interface{}, error)
- func (o *DaVinciApplicationCollectionResponseEmbedded) UnmarshalJSON(data []byte) (err error)
- type DaVinciApplicationCollectionResponseLinks
- func (o *DaVinciApplicationCollectionResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciApplicationCollectionResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciApplicationCollectionResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciApplicationCollectionResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o DaVinciApplicationCollectionResponseLinks) LogValue() slog.Value
- func (o DaVinciApplicationCollectionResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciApplicationCollectionResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciApplicationCollectionResponseLinks) SetSelf(v JSONHALLink)
- func (o DaVinciApplicationCollectionResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciApplicationCollectionResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciApplicationCreateRequest
- func (o *DaVinciApplicationCreateRequest) GetName() string
- func (o *DaVinciApplicationCreateRequest) GetNameOk() (*string, bool)
- func (o DaVinciApplicationCreateRequest) LogValue() slog.Value
- func (o DaVinciApplicationCreateRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciApplicationCreateRequest) SetName(v string)
- func (o DaVinciApplicationCreateRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciApplicationCreateRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciApplicationReplaceRequest
- func (o *DaVinciApplicationReplaceRequest) GetApiKey() DaVinciApplicationReplaceRequestApiKey
- func (o *DaVinciApplicationReplaceRequest) GetApiKeyOk() (*DaVinciApplicationReplaceRequestApiKey, bool)
- func (o *DaVinciApplicationReplaceRequest) GetName() string
- func (o *DaVinciApplicationReplaceRequest) GetNameOk() (*string, bool)
- func (o *DaVinciApplicationReplaceRequest) GetOauth() DaVinciApplicationReplaceRequestOAuth
- func (o *DaVinciApplicationReplaceRequest) GetOauthOk() (*DaVinciApplicationReplaceRequestOAuth, bool)
- func (o *DaVinciApplicationReplaceRequest) HasApiKey() bool
- func (o *DaVinciApplicationReplaceRequest) HasOauth() bool
- func (o DaVinciApplicationReplaceRequest) LogValue() slog.Value
- func (o DaVinciApplicationReplaceRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciApplicationReplaceRequest) SetApiKey(v DaVinciApplicationReplaceRequestApiKey)
- func (o *DaVinciApplicationReplaceRequest) SetName(v string)
- func (o *DaVinciApplicationReplaceRequest) SetOauth(v DaVinciApplicationReplaceRequestOAuth)
- func (o DaVinciApplicationReplaceRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciApplicationReplaceRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciApplicationReplaceRequestApiKey
- func (o *DaVinciApplicationReplaceRequestApiKey) GetEnabled() bool
- func (o *DaVinciApplicationReplaceRequestApiKey) GetEnabledOk() (*bool, bool)
- func (o *DaVinciApplicationReplaceRequestApiKey) HasEnabled() bool
- func (o DaVinciApplicationReplaceRequestApiKey) LogValue() slog.Value
- func (o DaVinciApplicationReplaceRequestApiKey) MarshalJSON() ([]byte, error)
- func (o *DaVinciApplicationReplaceRequestApiKey) SetEnabled(v bool)
- func (o DaVinciApplicationReplaceRequestApiKey) ToMap() (map[string]interface{}, error)
- func (o *DaVinciApplicationReplaceRequestApiKey) UnmarshalJSON(data []byte) (err error)
- type DaVinciApplicationReplaceRequestOAuth
- func (o *DaVinciApplicationReplaceRequestOAuth) GetEnforceSignedRequestOpenid() bool
- func (o *DaVinciApplicationReplaceRequestOAuth) GetEnforceSignedRequestOpenidOk() (*bool, bool)
- func (o *DaVinciApplicationReplaceRequestOAuth) GetGrantTypes() []DaVinciApplicationReplaceRequestOAuthGrantType
- func (o *DaVinciApplicationReplaceRequestOAuth) GetGrantTypesOk() ([]DaVinciApplicationReplaceRequestOAuthGrantType, bool)
- func (o *DaVinciApplicationReplaceRequestOAuth) GetLogoutUris() []string
- func (o *DaVinciApplicationReplaceRequestOAuth) GetLogoutUrisOk() ([]string, bool)
- func (o *DaVinciApplicationReplaceRequestOAuth) GetRedirectUris() []string
- func (o *DaVinciApplicationReplaceRequestOAuth) GetRedirectUrisOk() ([]string, bool)
- func (o *DaVinciApplicationReplaceRequestOAuth) GetScopes() []DaVinciApplicationReplaceRequestOAuthScope
- func (o *DaVinciApplicationReplaceRequestOAuth) GetScopesOk() ([]DaVinciApplicationReplaceRequestOAuthScope, bool)
- func (o *DaVinciApplicationReplaceRequestOAuth) GetSpJwksOpenid() string
- func (o *DaVinciApplicationReplaceRequestOAuth) GetSpJwksOpenidOk() (*string, bool)
- func (o *DaVinciApplicationReplaceRequestOAuth) GetSpjwksUrl() string
- func (o *DaVinciApplicationReplaceRequestOAuth) GetSpjwksUrlOk() (*string, bool)
- func (o *DaVinciApplicationReplaceRequestOAuth) HasEnforceSignedRequestOpenid() bool
- func (o *DaVinciApplicationReplaceRequestOAuth) HasGrantTypes() bool
- func (o *DaVinciApplicationReplaceRequestOAuth) HasLogoutUris() bool
- func (o *DaVinciApplicationReplaceRequestOAuth) HasRedirectUris() bool
- func (o *DaVinciApplicationReplaceRequestOAuth) HasScopes() bool
- func (o *DaVinciApplicationReplaceRequestOAuth) HasSpJwksOpenid() bool
- func (o *DaVinciApplicationReplaceRequestOAuth) HasSpjwksUrl() bool
- func (o DaVinciApplicationReplaceRequestOAuth) LogValue() slog.Value
- func (o DaVinciApplicationReplaceRequestOAuth) MarshalJSON() ([]byte, error)
- func (o *DaVinciApplicationReplaceRequestOAuth) SetEnforceSignedRequestOpenid(v bool)
- func (o *DaVinciApplicationReplaceRequestOAuth) SetGrantTypes(v []DaVinciApplicationReplaceRequestOAuthGrantType)
- func (o *DaVinciApplicationReplaceRequestOAuth) SetLogoutUris(v []string)
- func (o *DaVinciApplicationReplaceRequestOAuth) SetRedirectUris(v []string)
- func (o *DaVinciApplicationReplaceRequestOAuth) SetScopes(v []DaVinciApplicationReplaceRequestOAuthScope)
- func (o *DaVinciApplicationReplaceRequestOAuth) SetSpJwksOpenid(v string)
- func (o *DaVinciApplicationReplaceRequestOAuth) SetSpjwksUrl(v string)
- func (o DaVinciApplicationReplaceRequestOAuth) ToMap() (map[string]interface{}, error)
- func (o *DaVinciApplicationReplaceRequestOAuth) UnmarshalJSON(data []byte) (err error)
- type DaVinciApplicationReplaceRequestOAuthGrantType
- type DaVinciApplicationReplaceRequestOAuthScope
- type DaVinciApplicationResponse
- func (o *DaVinciApplicationResponse) GetApiKey() DaVinciApplicationResponseApiKey
- func (o *DaVinciApplicationResponse) GetApiKeyOk() (*DaVinciApplicationResponseApiKey, bool)
- func (o *DaVinciApplicationResponse) GetCreatedAt() time.Time
- func (o *DaVinciApplicationResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *DaVinciApplicationResponse) GetEnvironment() ResourceRelationshipReadOnly
- func (o *DaVinciApplicationResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
- func (o *DaVinciApplicationResponse) GetId() string
- func (o *DaVinciApplicationResponse) GetIdOk() (*string, bool)
- func (o *DaVinciApplicationResponse) GetLinks() DaVinciApplicationResponseLinks
- func (o *DaVinciApplicationResponse) GetLinksOk() (*DaVinciApplicationResponseLinks, bool)
- func (o *DaVinciApplicationResponse) GetName() string
- func (o *DaVinciApplicationResponse) GetNameOk() (*string, bool)
- func (o *DaVinciApplicationResponse) GetOauth() DaVinciApplicationResponseOAuth
- func (o *DaVinciApplicationResponse) GetOauthOk() (*DaVinciApplicationResponseOAuth, bool)
- func (o *DaVinciApplicationResponse) GetUpdatedAt() time.Time
- func (o *DaVinciApplicationResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o *DaVinciApplicationResponse) HasCreatedAt() bool
- func (o *DaVinciApplicationResponse) HasUpdatedAt() bool
- func (o DaVinciApplicationResponse) LogValue() slog.Value
- func (o DaVinciApplicationResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciApplicationResponse) SetApiKey(v DaVinciApplicationResponseApiKey)
- func (o *DaVinciApplicationResponse) SetCreatedAt(v time.Time)
- func (o *DaVinciApplicationResponse) SetEnvironment(v ResourceRelationshipReadOnly)
- func (o *DaVinciApplicationResponse) SetId(v string)
- func (o *DaVinciApplicationResponse) SetLinks(v DaVinciApplicationResponseLinks)
- func (o *DaVinciApplicationResponse) SetName(v string)
- func (o *DaVinciApplicationResponse) SetOauth(v DaVinciApplicationResponseOAuth)
- func (o *DaVinciApplicationResponse) SetUpdatedAt(v time.Time)
- func (o DaVinciApplicationResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciApplicationResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciApplicationResponseApiKey
- func (o *DaVinciApplicationResponseApiKey) GetEnabled() bool
- func (o *DaVinciApplicationResponseApiKey) GetEnabledOk() (*bool, bool)
- func (o *DaVinciApplicationResponseApiKey) GetValue() string
- func (o *DaVinciApplicationResponseApiKey) GetValueOk() (*string, bool)
- func (o DaVinciApplicationResponseApiKey) LogValue() slog.Value
- func (o DaVinciApplicationResponseApiKey) MarshalJSON() ([]byte, error)
- func (o *DaVinciApplicationResponseApiKey) SetEnabled(v bool)
- func (o *DaVinciApplicationResponseApiKey) SetValue(v string)
- func (o DaVinciApplicationResponseApiKey) ToMap() (map[string]interface{}, error)
- func (o *DaVinciApplicationResponseApiKey) UnmarshalJSON(data []byte) (err error)
- type DaVinciApplicationResponseLinks
- func (o *DaVinciApplicationResponseLinks) GetDavinciApplicationRotateKey() JSONHALLink
- func (o *DaVinciApplicationResponseLinks) GetDavinciApplicationRotateKeyOk() (*JSONHALLink, bool)
- func (o *DaVinciApplicationResponseLinks) GetDavinciApplicationRotateSecret() JSONHALLink
- func (o *DaVinciApplicationResponseLinks) GetDavinciApplicationRotateSecretOk() (*JSONHALLink, bool)
- func (o *DaVinciApplicationResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciApplicationResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciApplicationResponseLinks) GetFlowPolicies() JSONHALLink
- func (o *DaVinciApplicationResponseLinks) GetFlowPoliciesOk() (*JSONHALLink, bool)
- func (o *DaVinciApplicationResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciApplicationResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o DaVinciApplicationResponseLinks) LogValue() slog.Value
- func (o DaVinciApplicationResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciApplicationResponseLinks) SetDavinciApplicationRotateKey(v JSONHALLink)
- func (o *DaVinciApplicationResponseLinks) SetDavinciApplicationRotateSecret(v JSONHALLink)
- func (o *DaVinciApplicationResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciApplicationResponseLinks) SetFlowPolicies(v JSONHALLink)
- func (o *DaVinciApplicationResponseLinks) SetSelf(v JSONHALLink)
- func (o DaVinciApplicationResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciApplicationResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciApplicationResponseOAuth
- func (o *DaVinciApplicationResponseOAuth) GetClientSecret() string
- func (o *DaVinciApplicationResponseOAuth) GetClientSecretOk() (*string, bool)
- func (o *DaVinciApplicationResponseOAuth) GetEnforceSignedRequestOpenid() bool
- func (o *DaVinciApplicationResponseOAuth) GetEnforceSignedRequestOpenidOk() (*bool, bool)
- func (o *DaVinciApplicationResponseOAuth) GetGrantTypes() []DaVinciApplicationResponseOAuthGrantType
- func (o *DaVinciApplicationResponseOAuth) GetGrantTypesOk() ([]DaVinciApplicationResponseOAuthGrantType, bool)
- func (o *DaVinciApplicationResponseOAuth) GetLogoutUris() []string
- func (o *DaVinciApplicationResponseOAuth) GetLogoutUrisOk() ([]string, bool)
- func (o *DaVinciApplicationResponseOAuth) GetRedirectUris() []string
- func (o *DaVinciApplicationResponseOAuth) GetRedirectUrisOk() ([]string, bool)
- func (o *DaVinciApplicationResponseOAuth) GetScopes() []DaVinciApplicationResponseOAuthScope
- func (o *DaVinciApplicationResponseOAuth) GetScopesOk() ([]DaVinciApplicationResponseOAuthScope, bool)
- func (o *DaVinciApplicationResponseOAuth) GetSpJwksOpenid() string
- func (o *DaVinciApplicationResponseOAuth) GetSpJwksOpenidOk() (*string, bool)
- func (o *DaVinciApplicationResponseOAuth) GetSpjwksUrl() string
- func (o *DaVinciApplicationResponseOAuth) GetSpjwksUrlOk() (*string, bool)
- func (o *DaVinciApplicationResponseOAuth) HasEnforceSignedRequestOpenid() bool
- func (o *DaVinciApplicationResponseOAuth) HasGrantTypes() bool
- func (o *DaVinciApplicationResponseOAuth) HasLogoutUris() bool
- func (o *DaVinciApplicationResponseOAuth) HasRedirectUris() bool
- func (o *DaVinciApplicationResponseOAuth) HasScopes() bool
- func (o *DaVinciApplicationResponseOAuth) HasSpJwksOpenid() bool
- func (o *DaVinciApplicationResponseOAuth) HasSpjwksUrl() bool
- func (o DaVinciApplicationResponseOAuth) LogValue() slog.Value
- func (o DaVinciApplicationResponseOAuth) MarshalJSON() ([]byte, error)
- func (o *DaVinciApplicationResponseOAuth) SetClientSecret(v string)
- func (o *DaVinciApplicationResponseOAuth) SetEnforceSignedRequestOpenid(v bool)
- func (o *DaVinciApplicationResponseOAuth) SetGrantTypes(v []DaVinciApplicationResponseOAuthGrantType)
- func (o *DaVinciApplicationResponseOAuth) SetLogoutUris(v []string)
- func (o *DaVinciApplicationResponseOAuth) SetRedirectUris(v []string)
- func (o *DaVinciApplicationResponseOAuth) SetScopes(v []DaVinciApplicationResponseOAuthScope)
- func (o *DaVinciApplicationResponseOAuth) SetSpJwksOpenid(v string)
- func (o *DaVinciApplicationResponseOAuth) SetSpjwksUrl(v string)
- func (o DaVinciApplicationResponseOAuth) ToMap() (map[string]interface{}, error)
- func (o *DaVinciApplicationResponseOAuth) UnmarshalJSON(data []byte) (err error)
- type DaVinciApplicationResponseOAuthGrantType
- type DaVinciApplicationResponseOAuthScope
- type DaVinciApplicationsApiService
- func (a *DaVinciApplicationsApiService) CreateDavinciApplication(ctx context.Context, environmentID uuid.UUID) ApiCreateDavinciApplicationRequest
- func (a *DaVinciApplicationsApiService) CreateDavinciApplicationExecute(r ApiCreateDavinciApplicationRequest) (*DaVinciApplicationResponse, *http.Response, error)
- func (a *DaVinciApplicationsApiService) CreateFlowPolicyByDavinciApplicationId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string) ApiCreateFlowPolicyByDavinciApplicationIdRequest
- func (a *DaVinciApplicationsApiService) CreateFlowPolicyByDavinciApplicationIdExecute(r ApiCreateFlowPolicyByDavinciApplicationIdRequest) (*DaVinciFlowPolicyResponse, *http.Response, error)
- func (a *DaVinciApplicationsApiService) DeleteDavinciApplicationById(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string) ApiDeleteDavinciApplicationByIdRequest
- func (a *DaVinciApplicationsApiService) DeleteDavinciApplicationByIdExecute(r ApiDeleteDavinciApplicationByIdRequest) (*http.Response, error)
- func (a *DaVinciApplicationsApiService) DeleteFlowPolicyByIdUsingDavinciApplicationId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string, ...) ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest
- func (a *DaVinciApplicationsApiService) DeleteFlowPolicyByIdUsingDavinciApplicationIdExecute(r ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest) (*http.Response, error)
- func (a *DaVinciApplicationsApiService) GetDavinciApplicationById(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string) ApiGetDavinciApplicationByIdRequest
- func (a *DaVinciApplicationsApiService) GetDavinciApplicationByIdExecute(r ApiGetDavinciApplicationByIdRequest) (*DaVinciApplicationResponse, *http.Response, error)
- func (a *DaVinciApplicationsApiService) GetDavinciApplications(ctx context.Context, environmentID uuid.UUID) ApiGetDavinciApplicationsRequest
- func (a *DaVinciApplicationsApiService) GetDavinciApplicationsExecute(r ApiGetDavinciApplicationsRequest) (*DaVinciApplicationCollectionResponse, *http.Response, error)
- func (a *DaVinciApplicationsApiService) GetEventsByDavinciApplicationIdAndFlowPolicyId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string, ...) ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest
- func (a *DaVinciApplicationsApiService) GetEventsByDavinciApplicationIdAndFlowPolicyIdExecute(r ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest) (*DaVinciFlowPolicyEventsCollection, *http.Response, error)
- func (a *DaVinciApplicationsApiService) GetFlowPoliciesByDavinciApplicationId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string) ApiGetFlowPoliciesByDavinciApplicationIdRequest
- func (a *DaVinciApplicationsApiService) GetFlowPoliciesByDavinciApplicationIdExecute(r ApiGetFlowPoliciesByDavinciApplicationIdRequest) (*DaVinciFlowPolicyCollection, *http.Response, error)
- func (a *DaVinciApplicationsApiService) GetFlowPolicyByIdUsingDavinciApplicationId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string, ...) ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest
- func (a *DaVinciApplicationsApiService) GetFlowPolicyByIdUsingDavinciApplicationIdExecute(r ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest) (*DaVinciFlowPolicyResponse, *http.Response, error)
- func (a *DaVinciApplicationsApiService) ReplaceDavinciApplicationById(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string) ApiReplaceDavinciApplicationByIdRequest
- func (a *DaVinciApplicationsApiService) ReplaceDavinciApplicationByIdExecute(r ApiReplaceDavinciApplicationByIdRequest) (*DaVinciApplicationResponse, *http.Response, error)
- func (a *DaVinciApplicationsApiService) ReplaceFlowPolicyByIdUsingDavinciApplicationId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string, ...) ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest
- func (a *DaVinciApplicationsApiService) ReplaceFlowPolicyByIdUsingDavinciApplicationIdExecute(r ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) (*DaVinciFlowPolicyResponse, *http.Response, error)
- func (a *DaVinciApplicationsApiService) RotateKeyByDavinciApplicationId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string) ApiRotateKeyByDavinciApplicationIdRequest
- func (a *DaVinciApplicationsApiService) RotateKeyByDavinciApplicationIdExecute(r ApiRotateKeyByDavinciApplicationIdRequest) (*DaVinciApplicationResponse, *http.Response, error)
- func (a *DaVinciApplicationsApiService) RotateSecretByDavinciApplicationId(ctx context.Context, environmentID uuid.UUID, davinciApplicationID string) ApiRotateSecretByDavinciApplicationIdRequest
- func (a *DaVinciApplicationsApiService) RotateSecretByDavinciApplicationIdExecute(r ApiRotateSecretByDavinciApplicationIdRequest) (*DaVinciApplicationResponse, *http.Response, error)
- type DaVinciConnectorCollectionMinimalResponse
- func (o *DaVinciConnectorCollectionMinimalResponse) GetEmbedded() DaVinciConnectorCollectionMinimalResponseEmbedded
- func (o *DaVinciConnectorCollectionMinimalResponse) GetEmbeddedOk() (*DaVinciConnectorCollectionMinimalResponseEmbedded, bool)
- func (o *DaVinciConnectorCollectionMinimalResponse) GetLinks() DaVinciConnectorCollectionMinimalResponseLinks
- func (o *DaVinciConnectorCollectionMinimalResponse) GetLinksOk() (*DaVinciConnectorCollectionMinimalResponseLinks, bool)
- func (o DaVinciConnectorCollectionMinimalResponse) LogValue() slog.Value
- func (o DaVinciConnectorCollectionMinimalResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorCollectionMinimalResponse) SetEmbedded(v DaVinciConnectorCollectionMinimalResponseEmbedded)
- func (o *DaVinciConnectorCollectionMinimalResponse) SetLinks(v DaVinciConnectorCollectionMinimalResponseLinks)
- func (o DaVinciConnectorCollectionMinimalResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorCollectionMinimalResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorCollectionMinimalResponseEmbedded
- func (o *DaVinciConnectorCollectionMinimalResponseEmbedded) GetConnectors() []DaVinciConnectorMinimalResponse
- func (o *DaVinciConnectorCollectionMinimalResponseEmbedded) GetConnectorsOk() ([]DaVinciConnectorMinimalResponse, bool)
- func (o DaVinciConnectorCollectionMinimalResponseEmbedded) LogValue() slog.Value
- func (o DaVinciConnectorCollectionMinimalResponseEmbedded) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorCollectionMinimalResponseEmbedded) SetConnectors(v []DaVinciConnectorMinimalResponse)
- func (o DaVinciConnectorCollectionMinimalResponseEmbedded) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorCollectionMinimalResponseEmbedded) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorCollectionMinimalResponseLinks
- func (o *DaVinciConnectorCollectionMinimalResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciConnectorCollectionMinimalResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciConnectorCollectionMinimalResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciConnectorCollectionMinimalResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o DaVinciConnectorCollectionMinimalResponseLinks) LogValue() slog.Value
- func (o DaVinciConnectorCollectionMinimalResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorCollectionMinimalResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciConnectorCollectionMinimalResponseLinks) SetSelf(v JSONHALLink)
- func (o DaVinciConnectorCollectionMinimalResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorCollectionMinimalResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorDetailsResponse
- func (o *DaVinciConnectorDetailsResponse) GetAccountConfigView() DaVinciConnectorDetailsResponseAccountConfigView
- func (o *DaVinciConnectorDetailsResponse) GetAccountConfigViewOk() (*DaVinciConnectorDetailsResponseAccountConfigView, bool)
- func (o *DaVinciConnectorDetailsResponse) GetCapabilities() map[string]map[string]interface{}
- func (o *DaVinciConnectorDetailsResponse) GetCapabilitiesOk() (map[string]map[string]interface{}, bool)
- func (o *DaVinciConnectorDetailsResponse) GetCredentialsView() DaVinciConnectorDetailsResponseCredentialsView
- func (o *DaVinciConnectorDetailsResponse) GetCredentialsViewOk() (*DaVinciConnectorDetailsResponseCredentialsView, bool)
- func (o *DaVinciConnectorDetailsResponse) GetEnvironment() ResourceRelationshipReadOnly
- func (o *DaVinciConnectorDetailsResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
- func (o *DaVinciConnectorDetailsResponse) GetFlowSections() []DaVinciConnectorDetailsResponseFlowSection
- func (o *DaVinciConnectorDetailsResponse) GetFlowSectionsOk() ([]DaVinciConnectorDetailsResponseFlowSection, bool)
- func (o *DaVinciConnectorDetailsResponse) GetLinks() DaVinciConnectorDetailsResponseLinks
- func (o *DaVinciConnectorDetailsResponse) GetLinksOk() (*DaVinciConnectorDetailsResponseLinks, bool)
- func (o *DaVinciConnectorDetailsResponse) GetProperties() map[string]interface{}
- func (o *DaVinciConnectorDetailsResponse) GetPropertiesOk() (map[string]interface{}, bool)
- func (o *DaVinciConnectorDetailsResponse) GetSections() []DaVinciConnectorDetailsResponseSection
- func (o *DaVinciConnectorDetailsResponse) GetSectionsOk() ([]DaVinciConnectorDetailsResponseSection, bool)
- func (o *DaVinciConnectorDetailsResponse) HasAccountConfigView() bool
- func (o *DaVinciConnectorDetailsResponse) HasCapabilities() bool
- func (o *DaVinciConnectorDetailsResponse) HasCredentialsView() bool
- func (o *DaVinciConnectorDetailsResponse) HasFlowSections() bool
- func (o *DaVinciConnectorDetailsResponse) HasLinks() bool
- func (o *DaVinciConnectorDetailsResponse) HasProperties() bool
- func (o *DaVinciConnectorDetailsResponse) HasSections() bool
- func (o DaVinciConnectorDetailsResponse) LogValue() slog.Value
- func (o DaVinciConnectorDetailsResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorDetailsResponse) SetAccountConfigView(v DaVinciConnectorDetailsResponseAccountConfigView)
- func (o *DaVinciConnectorDetailsResponse) SetCapabilities(v map[string]map[string]interface{})
- func (o *DaVinciConnectorDetailsResponse) SetCredentialsView(v DaVinciConnectorDetailsResponseCredentialsView)
- func (o *DaVinciConnectorDetailsResponse) SetEnvironment(v ResourceRelationshipReadOnly)
- func (o *DaVinciConnectorDetailsResponse) SetFlowSections(v []DaVinciConnectorDetailsResponseFlowSection)
- func (o *DaVinciConnectorDetailsResponse) SetLinks(v DaVinciConnectorDetailsResponseLinks)
- func (o *DaVinciConnectorDetailsResponse) SetProperties(v map[string]interface{})
- func (o *DaVinciConnectorDetailsResponse) SetSections(v []DaVinciConnectorDetailsResponseSection)
- func (o DaVinciConnectorDetailsResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorDetailsResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorDetailsResponseAccountConfigView
- func (o *DaVinciConnectorDetailsResponseAccountConfigView) GetComponentViewSize() string
- func (o *DaVinciConnectorDetailsResponseAccountConfigView) GetComponentViewSizeOk() (*string, bool)
- func (o *DaVinciConnectorDetailsResponseAccountConfigView) GetItems() []map[string]interface{}
- func (o *DaVinciConnectorDetailsResponseAccountConfigView) GetItemsOk() ([]map[string]interface{}, bool)
- func (o *DaVinciConnectorDetailsResponseAccountConfigView) HasComponentViewSize() bool
- func (o DaVinciConnectorDetailsResponseAccountConfigView) LogValue() slog.Value
- func (o DaVinciConnectorDetailsResponseAccountConfigView) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorDetailsResponseAccountConfigView) SetComponentViewSize(v string)
- func (o *DaVinciConnectorDetailsResponseAccountConfigView) SetItems(v []map[string]interface{})
- func (o DaVinciConnectorDetailsResponseAccountConfigView) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorDetailsResponseAccountConfigView) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorDetailsResponseCredentialsView
- func (o *DaVinciConnectorDetailsResponseCredentialsView) GetItems() []map[string]interface{}
- func (o *DaVinciConnectorDetailsResponseCredentialsView) GetItemsOk() ([]map[string]interface{}, bool)
- func (o DaVinciConnectorDetailsResponseCredentialsView) LogValue() slog.Value
- func (o DaVinciConnectorDetailsResponseCredentialsView) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorDetailsResponseCredentialsView) SetItems(v []map[string]interface{})
- func (o DaVinciConnectorDetailsResponseCredentialsView) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorDetailsResponseCredentialsView) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorDetailsResponseFlowSection
- func (o *DaVinciConnectorDetailsResponseFlowSection) GetName() string
- func (o *DaVinciConnectorDetailsResponseFlowSection) GetNameOk() (*string, bool)
- func (o *DaVinciConnectorDetailsResponseFlowSection) GetValue() string
- func (o *DaVinciConnectorDetailsResponseFlowSection) GetValueOk() (*string, bool)
- func (o DaVinciConnectorDetailsResponseFlowSection) LogValue() slog.Value
- func (o DaVinciConnectorDetailsResponseFlowSection) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorDetailsResponseFlowSection) SetName(v string)
- func (o *DaVinciConnectorDetailsResponseFlowSection) SetValue(v string)
- func (o DaVinciConnectorDetailsResponseFlowSection) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorDetailsResponseFlowSection) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorDetailsResponseLinks
- func (o *DaVinciConnectorDetailsResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciConnectorDetailsResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciConnectorDetailsResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciConnectorDetailsResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o DaVinciConnectorDetailsResponseLinks) LogValue() slog.Value
- func (o DaVinciConnectorDetailsResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorDetailsResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciConnectorDetailsResponseLinks) SetSelf(v JSONHALLink)
- func (o DaVinciConnectorDetailsResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorDetailsResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorDetailsResponseSection
- func (o *DaVinciConnectorDetailsResponseSection) GetDefault() bool
- func (o *DaVinciConnectorDetailsResponseSection) GetDefaultOk() (*bool, bool)
- func (o *DaVinciConnectorDetailsResponseSection) GetName() string
- func (o *DaVinciConnectorDetailsResponseSection) GetNameOk() (*string, bool)
- func (o *DaVinciConnectorDetailsResponseSection) GetValue() string
- func (o *DaVinciConnectorDetailsResponseSection) GetValueOk() (*string, bool)
- func (o *DaVinciConnectorDetailsResponseSection) HasDefault() bool
- func (o DaVinciConnectorDetailsResponseSection) LogValue() slog.Value
- func (o DaVinciConnectorDetailsResponseSection) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorDetailsResponseSection) SetDefault(v bool)
- func (o *DaVinciConnectorDetailsResponseSection) SetName(v string)
- func (o *DaVinciConnectorDetailsResponseSection) SetValue(v string)
- func (o DaVinciConnectorDetailsResponseSection) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorDetailsResponseSection) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorInstanceCollectionResponse
- func (o *DaVinciConnectorInstanceCollectionResponse) GetEmbedded() DaVinciConnectorInstanceCollectionResponseEmbedded
- func (o *DaVinciConnectorInstanceCollectionResponse) GetEmbeddedOk() (*DaVinciConnectorInstanceCollectionResponseEmbedded, bool)
- func (o *DaVinciConnectorInstanceCollectionResponse) GetLinks() DaVinciConnectorInstanceCollectionResponseLinks
- func (o *DaVinciConnectorInstanceCollectionResponse) GetLinksOk() (*DaVinciConnectorInstanceCollectionResponseLinks, bool)
- func (o DaVinciConnectorInstanceCollectionResponse) LogValue() slog.Value
- func (o DaVinciConnectorInstanceCollectionResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorInstanceCollectionResponse) SetEmbedded(v DaVinciConnectorInstanceCollectionResponseEmbedded)
- func (o *DaVinciConnectorInstanceCollectionResponse) SetLinks(v DaVinciConnectorInstanceCollectionResponseLinks)
- func (o DaVinciConnectorInstanceCollectionResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorInstanceCollectionResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorInstanceCollectionResponseEmbedded
- func (o *DaVinciConnectorInstanceCollectionResponseEmbedded) GetConnectorInstances() []DaVinciConnectorInstanceResponse
- func (o *DaVinciConnectorInstanceCollectionResponseEmbedded) GetConnectorInstancesOk() ([]DaVinciConnectorInstanceResponse, bool)
- func (o DaVinciConnectorInstanceCollectionResponseEmbedded) LogValue() slog.Value
- func (o DaVinciConnectorInstanceCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorInstanceCollectionResponseEmbedded) SetConnectorInstances(v []DaVinciConnectorInstanceResponse)
- func (o DaVinciConnectorInstanceCollectionResponseEmbedded) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorInstanceCollectionResponseEmbedded) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorInstanceCollectionResponseLinks
- func (o *DaVinciConnectorInstanceCollectionResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciConnectorInstanceCollectionResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciConnectorInstanceCollectionResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciConnectorInstanceCollectionResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o DaVinciConnectorInstanceCollectionResponseLinks) LogValue() slog.Value
- func (o DaVinciConnectorInstanceCollectionResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorInstanceCollectionResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciConnectorInstanceCollectionResponseLinks) SetSelf(v JSONHALLink)
- func (o DaVinciConnectorInstanceCollectionResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorInstanceCollectionResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorInstanceCreateRequest
- func (o *DaVinciConnectorInstanceCreateRequest) GetConnector() ResourceRelationshipDaVinci
- func (o *DaVinciConnectorInstanceCreateRequest) GetConnectorOk() (*ResourceRelationshipDaVinci, bool)
- func (o *DaVinciConnectorInstanceCreateRequest) GetName() string
- func (o *DaVinciConnectorInstanceCreateRequest) GetNameOk() (*string, bool)
- func (o *DaVinciConnectorInstanceCreateRequest) GetProperties() map[string]interface{}
- func (o *DaVinciConnectorInstanceCreateRequest) GetPropertiesOk() (map[string]interface{}, bool)
- func (o *DaVinciConnectorInstanceCreateRequest) HasProperties() bool
- func (o DaVinciConnectorInstanceCreateRequest) LogValue() slog.Value
- func (o DaVinciConnectorInstanceCreateRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorInstanceCreateRequest) SetConnector(v ResourceRelationshipDaVinci)
- func (o *DaVinciConnectorInstanceCreateRequest) SetName(v string)
- func (o *DaVinciConnectorInstanceCreateRequest) SetProperties(v map[string]interface{})
- func (o DaVinciConnectorInstanceCreateRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorInstanceCreateRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorInstanceReplaceRequest
- func (o *DaVinciConnectorInstanceReplaceRequest) GetConnector() ResourceRelationshipDaVinci
- func (o *DaVinciConnectorInstanceReplaceRequest) GetConnectorOk() (*ResourceRelationshipDaVinci, bool)
- func (o *DaVinciConnectorInstanceReplaceRequest) GetName() string
- func (o *DaVinciConnectorInstanceReplaceRequest) GetNameOk() (*string, bool)
- func (o *DaVinciConnectorInstanceReplaceRequest) GetProperties() map[string]interface{}
- func (o *DaVinciConnectorInstanceReplaceRequest) GetPropertiesOk() (map[string]interface{}, bool)
- func (o *DaVinciConnectorInstanceReplaceRequest) HasProperties() bool
- func (o DaVinciConnectorInstanceReplaceRequest) LogValue() slog.Value
- func (o DaVinciConnectorInstanceReplaceRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorInstanceReplaceRequest) SetConnector(v ResourceRelationshipDaVinci)
- func (o *DaVinciConnectorInstanceReplaceRequest) SetName(v string)
- func (o *DaVinciConnectorInstanceReplaceRequest) SetProperties(v map[string]interface{})
- func (o DaVinciConnectorInstanceReplaceRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorInstanceReplaceRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorInstanceResponse
- func (o *DaVinciConnectorInstanceResponse) GetConnector() ResourceRelationshipDaVinciReadOnly
- func (o *DaVinciConnectorInstanceResponse) GetConnectorOk() (*ResourceRelationshipDaVinciReadOnly, bool)
- func (o *DaVinciConnectorInstanceResponse) GetCreatedAt() time.Time
- func (o *DaVinciConnectorInstanceResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *DaVinciConnectorInstanceResponse) GetEnvironment() ResourceRelationshipReadOnly
- func (o *DaVinciConnectorInstanceResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
- func (o *DaVinciConnectorInstanceResponse) GetId() string
- func (o *DaVinciConnectorInstanceResponse) GetIdOk() (*string, bool)
- func (o *DaVinciConnectorInstanceResponse) GetLinks() DaVinciConnectorInstanceResponseLinks
- func (o *DaVinciConnectorInstanceResponse) GetLinksOk() (*DaVinciConnectorInstanceResponseLinks, bool)
- func (o *DaVinciConnectorInstanceResponse) GetName() string
- func (o *DaVinciConnectorInstanceResponse) GetNameOk() (*string, bool)
- func (o *DaVinciConnectorInstanceResponse) GetProperties() map[string]interface{}
- func (o *DaVinciConnectorInstanceResponse) GetPropertiesOk() (map[string]interface{}, bool)
- func (o *DaVinciConnectorInstanceResponse) GetUpdatedAt() time.Time
- func (o *DaVinciConnectorInstanceResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o *DaVinciConnectorInstanceResponse) HasCreatedAt() bool
- func (o *DaVinciConnectorInstanceResponse) HasProperties() bool
- func (o *DaVinciConnectorInstanceResponse) HasUpdatedAt() bool
- func (o DaVinciConnectorInstanceResponse) LogValue() slog.Value
- func (o DaVinciConnectorInstanceResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorInstanceResponse) SetConnector(v ResourceRelationshipDaVinciReadOnly)
- func (o *DaVinciConnectorInstanceResponse) SetCreatedAt(v time.Time)
- func (o *DaVinciConnectorInstanceResponse) SetEnvironment(v ResourceRelationshipReadOnly)
- func (o *DaVinciConnectorInstanceResponse) SetId(v string)
- func (o *DaVinciConnectorInstanceResponse) SetLinks(v DaVinciConnectorInstanceResponseLinks)
- func (o *DaVinciConnectorInstanceResponse) SetName(v string)
- func (o *DaVinciConnectorInstanceResponse) SetProperties(v map[string]interface{})
- func (o *DaVinciConnectorInstanceResponse) SetUpdatedAt(v time.Time)
- func (o DaVinciConnectorInstanceResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorInstanceResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorInstanceResponseLinks
- func (o *DaVinciConnectorInstanceResponseLinks) GetApplications() JSONHALLink
- func (o *DaVinciConnectorInstanceResponseLinks) GetApplicationsOk() (*JSONHALLink, bool)
- func (o *DaVinciConnectorInstanceResponseLinks) GetConnectorInstanceClone() JSONHALLink
- func (o *DaVinciConnectorInstanceResponseLinks) GetConnectorInstanceCloneOk() (*JSONHALLink, bool)
- func (o *DaVinciConnectorInstanceResponseLinks) GetDeviceAuthenticationPolicies() JSONHALLink
- func (o *DaVinciConnectorInstanceResponseLinks) GetDeviceAuthenticationPoliciesOk() (*JSONHALLink, bool)
- func (o *DaVinciConnectorInstanceResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciConnectorInstanceResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciConnectorInstanceResponseLinks) GetGateways() JSONHALLink
- func (o *DaVinciConnectorInstanceResponseLinks) GetGatewaysOk() (*JSONHALLink, bool)
- func (o *DaVinciConnectorInstanceResponseLinks) GetNotificationsPolicies() JSONHALLink
- func (o *DaVinciConnectorInstanceResponseLinks) GetNotificationsPoliciesOk() (*JSONHALLink, bool)
- func (o *DaVinciConnectorInstanceResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciConnectorInstanceResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o *DaVinciConnectorInstanceResponseLinks) HasApplications() bool
- func (o *DaVinciConnectorInstanceResponseLinks) HasDeviceAuthenticationPolicies() bool
- func (o *DaVinciConnectorInstanceResponseLinks) HasGateways() bool
- func (o *DaVinciConnectorInstanceResponseLinks) HasNotificationsPolicies() bool
- func (o DaVinciConnectorInstanceResponseLinks) LogValue() slog.Value
- func (o DaVinciConnectorInstanceResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorInstanceResponseLinks) SetApplications(v JSONHALLink)
- func (o *DaVinciConnectorInstanceResponseLinks) SetConnectorInstanceClone(v JSONHALLink)
- func (o *DaVinciConnectorInstanceResponseLinks) SetDeviceAuthenticationPolicies(v JSONHALLink)
- func (o *DaVinciConnectorInstanceResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciConnectorInstanceResponseLinks) SetGateways(v JSONHALLink)
- func (o *DaVinciConnectorInstanceResponseLinks) SetNotificationsPolicies(v JSONHALLink)
- func (o *DaVinciConnectorInstanceResponseLinks) SetSelf(v JSONHALLink)
- func (o DaVinciConnectorInstanceResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorInstanceResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorMinimalResponse
- func (o *DaVinciConnectorMinimalResponse) GetCreatedAt() time.Time
- func (o *DaVinciConnectorMinimalResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *DaVinciConnectorMinimalResponse) GetDescription() string
- func (o *DaVinciConnectorMinimalResponse) GetDescriptionOk() (*string, bool)
- func (o *DaVinciConnectorMinimalResponse) GetEnvironment() ResourceRelationshipReadOnly
- func (o *DaVinciConnectorMinimalResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
- func (o *DaVinciConnectorMinimalResponse) GetId() string
- func (o *DaVinciConnectorMinimalResponse) GetIdOk() (*string, bool)
- func (o *DaVinciConnectorMinimalResponse) GetLinks() DaVinciConnectorMinimalResponseLinks
- func (o *DaVinciConnectorMinimalResponse) GetLinksOk() (*DaVinciConnectorMinimalResponseLinks, bool)
- func (o *DaVinciConnectorMinimalResponse) GetMetadata() DaVinciConnectorMinimalResponseMetadata
- func (o *DaVinciConnectorMinimalResponse) GetMetadataOk() (*DaVinciConnectorMinimalResponseMetadata, bool)
- func (o *DaVinciConnectorMinimalResponse) GetName() string
- func (o *DaVinciConnectorMinimalResponse) GetNameOk() (*string, bool)
- func (o *DaVinciConnectorMinimalResponse) GetUpdatedAt() time.Time
- func (o *DaVinciConnectorMinimalResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o *DaVinciConnectorMinimalResponse) GetVersion() string
- func (o *DaVinciConnectorMinimalResponse) GetVersionOk() (*string, bool)
- func (o *DaVinciConnectorMinimalResponse) HasDescription() bool
- func (o *DaVinciConnectorMinimalResponse) HasUpdatedAt() bool
- func (o DaVinciConnectorMinimalResponse) LogValue() slog.Value
- func (o DaVinciConnectorMinimalResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorMinimalResponse) SetCreatedAt(v time.Time)
- func (o *DaVinciConnectorMinimalResponse) SetDescription(v string)
- func (o *DaVinciConnectorMinimalResponse) SetEnvironment(v ResourceRelationshipReadOnly)
- func (o *DaVinciConnectorMinimalResponse) SetId(v string)
- func (o *DaVinciConnectorMinimalResponse) SetLinks(v DaVinciConnectorMinimalResponseLinks)
- func (o *DaVinciConnectorMinimalResponse) SetMetadata(v DaVinciConnectorMinimalResponseMetadata)
- func (o *DaVinciConnectorMinimalResponse) SetName(v string)
- func (o *DaVinciConnectorMinimalResponse) SetUpdatedAt(v time.Time)
- func (o *DaVinciConnectorMinimalResponse) SetVersion(v string)
- func (o DaVinciConnectorMinimalResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorMinimalResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorMinimalResponseLinks
- func (o *DaVinciConnectorMinimalResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciConnectorMinimalResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciConnectorMinimalResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciConnectorMinimalResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o DaVinciConnectorMinimalResponseLinks) LogValue() slog.Value
- func (o DaVinciConnectorMinimalResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorMinimalResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciConnectorMinimalResponseLinks) SetSelf(v JSONHALLink)
- func (o DaVinciConnectorMinimalResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorMinimalResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorMinimalResponseMetadata
- func (o *DaVinciConnectorMinimalResponseMetadata) GetColors() DaVinciConnectorMinimalResponseMetadataColors
- func (o *DaVinciConnectorMinimalResponseMetadata) GetColorsOk() (*DaVinciConnectorMinimalResponseMetadataColors, bool)
- func (o *DaVinciConnectorMinimalResponseMetadata) GetLogos() DaVinciConnectorMinimalResponseMetadataLogos
- func (o *DaVinciConnectorMinimalResponseMetadata) GetLogosOk() (*DaVinciConnectorMinimalResponseMetadataLogos, bool)
- func (o *DaVinciConnectorMinimalResponseMetadata) GetType() DaVinciConnectorMinimalResponseMetadataType
- func (o *DaVinciConnectorMinimalResponseMetadata) GetTypeOk() (*DaVinciConnectorMinimalResponseMetadataType, bool)
- func (o *DaVinciConnectorMinimalResponseMetadata) GetVendor() string
- func (o *DaVinciConnectorMinimalResponseMetadata) GetVendorOk() (*string, bool)
- func (o *DaVinciConnectorMinimalResponseMetadata) HasColors() bool
- func (o *DaVinciConnectorMinimalResponseMetadata) HasLogos() bool
- func (o *DaVinciConnectorMinimalResponseMetadata) HasType() bool
- func (o *DaVinciConnectorMinimalResponseMetadata) HasVendor() bool
- func (o DaVinciConnectorMinimalResponseMetadata) LogValue() slog.Value
- func (o DaVinciConnectorMinimalResponseMetadata) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorMinimalResponseMetadata) SetColors(v DaVinciConnectorMinimalResponseMetadataColors)
- func (o *DaVinciConnectorMinimalResponseMetadata) SetLogos(v DaVinciConnectorMinimalResponseMetadataLogos)
- func (o *DaVinciConnectorMinimalResponseMetadata) SetType(v DaVinciConnectorMinimalResponseMetadataType)
- func (o *DaVinciConnectorMinimalResponseMetadata) SetVendor(v string)
- func (o DaVinciConnectorMinimalResponseMetadata) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorMinimalResponseMetadata) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorMinimalResponseMetadataColors
- func (o *DaVinciConnectorMinimalResponseMetadataColors) GetCanvas() string
- func (o *DaVinciConnectorMinimalResponseMetadataColors) GetCanvasOk() (*string, bool)
- func (o *DaVinciConnectorMinimalResponseMetadataColors) GetCanvasText() string
- func (o *DaVinciConnectorMinimalResponseMetadataColors) GetCanvasTextOk() (*string, bool)
- func (o *DaVinciConnectorMinimalResponseMetadataColors) GetDark() string
- func (o *DaVinciConnectorMinimalResponseMetadataColors) GetDarkOk() (*string, bool)
- func (o *DaVinciConnectorMinimalResponseMetadataColors) HasCanvas() bool
- func (o *DaVinciConnectorMinimalResponseMetadataColors) HasCanvasText() bool
- func (o *DaVinciConnectorMinimalResponseMetadataColors) HasDark() bool
- func (o DaVinciConnectorMinimalResponseMetadataColors) LogValue() slog.Value
- func (o DaVinciConnectorMinimalResponseMetadataColors) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorMinimalResponseMetadataColors) SetCanvas(v string)
- func (o *DaVinciConnectorMinimalResponseMetadataColors) SetCanvasText(v string)
- func (o *DaVinciConnectorMinimalResponseMetadataColors) SetDark(v string)
- func (o DaVinciConnectorMinimalResponseMetadataColors) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorMinimalResponseMetadataColors) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorMinimalResponseMetadataLogos
- func (o *DaVinciConnectorMinimalResponseMetadataLogos) GetCanvas() DaVinciConnectorMinimalResponseMetadataLogosCanvas
- func (o *DaVinciConnectorMinimalResponseMetadataLogos) GetCanvasOk() (*DaVinciConnectorMinimalResponseMetadataLogosCanvas, bool)
- func (o *DaVinciConnectorMinimalResponseMetadataLogos) HasCanvas() bool
- func (o DaVinciConnectorMinimalResponseMetadataLogos) LogValue() slog.Value
- func (o DaVinciConnectorMinimalResponseMetadataLogos) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorMinimalResponseMetadataLogos) SetCanvas(v DaVinciConnectorMinimalResponseMetadataLogosCanvas)
- func (o DaVinciConnectorMinimalResponseMetadataLogos) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorMinimalResponseMetadataLogos) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorMinimalResponseMetadataLogosCanvas
- func (o *DaVinciConnectorMinimalResponseMetadataLogosCanvas) GetImageFileName() string
- func (o *DaVinciConnectorMinimalResponseMetadataLogosCanvas) GetImageFileNameOk() (*string, bool)
- func (o *DaVinciConnectorMinimalResponseMetadataLogosCanvas) HasImageFileName() bool
- func (o DaVinciConnectorMinimalResponseMetadataLogosCanvas) LogValue() slog.Value
- func (o DaVinciConnectorMinimalResponseMetadataLogosCanvas) MarshalJSON() ([]byte, error)
- func (o *DaVinciConnectorMinimalResponseMetadataLogosCanvas) SetImageFileName(v string)
- func (o DaVinciConnectorMinimalResponseMetadataLogosCanvas) ToMap() (map[string]interface{}, error)
- func (o *DaVinciConnectorMinimalResponseMetadataLogosCanvas) UnmarshalJSON(data []byte) (err error)
- type DaVinciConnectorMinimalResponseMetadataType
- type DaVinciConnectorsApiService
- func (a *DaVinciConnectorsApiService) CreateConnectorInstance(ctx context.Context, environmentID uuid.UUID) ApiCreateConnectorInstanceRequest
- func (a *DaVinciConnectorsApiService) CreateConnectorInstanceById(ctx context.Context, environmentID uuid.UUID, connectorInstanceID string) ApiCreateConnectorInstanceByIdRequest
- func (a *DaVinciConnectorsApiService) CreateConnectorInstanceByIdExecute(r ApiCreateConnectorInstanceByIdRequest) (*DaVinciConnectorInstanceResponse, *http.Response, error)
- func (a *DaVinciConnectorsApiService) CreateConnectorInstanceExecute(r ApiCreateConnectorInstanceRequest) (*DaVinciConnectorInstanceResponse, *http.Response, error)
- func (a *DaVinciConnectorsApiService) DeleteConnectorInstanceById(ctx context.Context, environmentID uuid.UUID, connectorInstanceID string) ApiDeleteConnectorInstanceByIdRequest
- func (a *DaVinciConnectorsApiService) DeleteConnectorInstanceByIdExecute(r ApiDeleteConnectorInstanceByIdRequest) (*http.Response, error)
- func (a *DaVinciConnectorsApiService) GetConnectorById(ctx context.Context, environmentID uuid.UUID, connectorID string) ApiGetConnectorByIdRequest
- func (a *DaVinciConnectorsApiService) GetConnectorByIdExecute(r ApiGetConnectorByIdRequest) (*DaVinciConnectorMinimalResponse, *http.Response, error)
- func (a *DaVinciConnectorsApiService) GetConnectorInstanceById(ctx context.Context, environmentID uuid.UUID, connectorInstanceID string) ApiGetConnectorInstanceByIdRequest
- func (a *DaVinciConnectorsApiService) GetConnectorInstanceByIdExecute(r ApiGetConnectorInstanceByIdRequest) (*DaVinciConnectorInstanceResponse, *http.Response, error)
- func (a *DaVinciConnectorsApiService) GetConnectorInstances(ctx context.Context, environmentID uuid.UUID) ApiGetConnectorInstancesRequest
- func (a *DaVinciConnectorsApiService) GetConnectorInstancesExecute(r ApiGetConnectorInstancesRequest) (*DaVinciConnectorInstanceCollectionResponse, *http.Response, error)
- func (a *DaVinciConnectorsApiService) GetConnectors(ctx context.Context, environmentID uuid.UUID) ApiGetConnectorsRequest
- func (a *DaVinciConnectorsApiService) GetConnectorsExecute(r ApiGetConnectorsRequest) (*DaVinciConnectorCollectionMinimalResponse, *http.Response, error)
- func (a *DaVinciConnectorsApiService) GetDetailsByConnectorId(ctx context.Context, environmentID uuid.UUID, connectorID string) ApiGetDetailsByConnectorIdRequest
- func (a *DaVinciConnectorsApiService) GetDetailsByConnectorIdExecute(r ApiGetDetailsByConnectorIdRequest) (*DaVinciConnectorDetailsResponse, *http.Response, error)
- func (a *DaVinciConnectorsApiService) ReplaceConnectorInstanceById(ctx context.Context, environmentID uuid.UUID, connectorInstanceID string) ApiReplaceConnectorInstanceByIdRequest
- func (a *DaVinciConnectorsApiService) ReplaceConnectorInstanceByIdExecute(r ApiReplaceConnectorInstanceByIdRequest) (*DaVinciConnectorInstanceResponse, *http.Response, error)
- type DaVinciExportFlowVersionResponse
- func (o *DaVinciExportFlowVersionResponse) GetAlias() string
- func (o *DaVinciExportFlowVersionResponse) GetAliasOk() (*string, bool)
- func (o *DaVinciExportFlowVersionResponse) GetClonedFrom() float32
- func (o *DaVinciExportFlowVersionResponse) GetClonedFromOk() (*float32, bool)
- func (o *DaVinciExportFlowVersionResponse) GetColor() string
- func (o *DaVinciExportFlowVersionResponse) GetColorOk() (*string, bool)
- func (o *DaVinciExportFlowVersionResponse) GetConnectors() []DaVinciExportFlowVersionResponseConnector
- func (o *DaVinciExportFlowVersionResponse) GetConnectorsOk() ([]DaVinciExportFlowVersionResponseConnector, bool)
- func (o *DaVinciExportFlowVersionResponse) GetCreatedAt() time.Time
- func (o *DaVinciExportFlowVersionResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *DaVinciExportFlowVersionResponse) GetDeployedAt() time.Time
- func (o *DaVinciExportFlowVersionResponse) GetDeployedAtOk() (*time.Time, bool)
- func (o *DaVinciExportFlowVersionResponse) GetDescription() string
- func (o *DaVinciExportFlowVersionResponse) GetDescriptionOk() (*string, bool)
- func (o *DaVinciExportFlowVersionResponse) GetEnabled() bool
- func (o *DaVinciExportFlowVersionResponse) GetEnabledOk() (*bool, bool)
- func (o *DaVinciExportFlowVersionResponse) GetEnvironment() DaVinciExportFlowVersionResponseEnvironment
- func (o *DaVinciExportFlowVersionResponse) GetEnvironmentOk() (*DaVinciExportFlowVersionResponseEnvironment, bool)
- func (o *DaVinciExportFlowVersionResponse) GetFlow() DaVinciExportFlowVersionResponseFlow
- func (o *DaVinciExportFlowVersionResponse) GetFlowOk() (*DaVinciExportFlowVersionResponseFlow, bool)
- func (o *DaVinciExportFlowVersionResponse) GetGraphData() DaVinciFlowGraphDataResponse
- func (o *DaVinciExportFlowVersionResponse) GetGraphDataOk() (*DaVinciFlowGraphDataResponse, bool)
- func (o *DaVinciExportFlowVersionResponse) GetInputSchema() []DaVinciFlowInputSchemaResponseItem
- func (o *DaVinciExportFlowVersionResponse) GetInputSchemaOk() ([]DaVinciFlowInputSchemaResponseItem, bool)
- func (o *DaVinciExportFlowVersionResponse) GetLinks() DaVinciExportFlowVersionResponseLinks
- func (o *DaVinciExportFlowVersionResponse) GetLinksOk() (*DaVinciExportFlowVersionResponseLinks, bool)
- func (o *DaVinciExportFlowVersionResponse) GetOutputSchema() DaVinciFlowOutputSchemaResponse
- func (o *DaVinciExportFlowVersionResponse) GetOutputSchemaOk() (*DaVinciFlowOutputSchemaResponse, bool)
- func (o *DaVinciExportFlowVersionResponse) GetPublishedVersion() float32
- func (o *DaVinciExportFlowVersionResponse) GetPublishedVersionOk() (*float32, bool)
- func (o *DaVinciExportFlowVersionResponse) GetSettings() DaVinciFlowSettingsResponse
- func (o *DaVinciExportFlowVersionResponse) GetSettingsOk() (*DaVinciFlowSettingsResponse, bool)
- func (o *DaVinciExportFlowVersionResponse) GetTrigger() DaVinciFlowTriggerResponse
- func (o *DaVinciExportFlowVersionResponse) GetTriggerOk() (*DaVinciFlowTriggerResponse, bool)
- func (o *DaVinciExportFlowVersionResponse) GetUpdatedAt() time.Time
- func (o *DaVinciExportFlowVersionResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o *DaVinciExportFlowVersionResponse) GetUpdates() []string
- func (o *DaVinciExportFlowVersionResponse) GetUpdatesOk() ([]string, bool)
- func (o *DaVinciExportFlowVersionResponse) GetVariables() []map[string]interface{}
- func (o *DaVinciExportFlowVersionResponse) GetVariablesOk() ([]map[string]interface{}, bool)
- func (o *DaVinciExportFlowVersionResponse) GetVersion() float32
- func (o *DaVinciExportFlowVersionResponse) GetVersionOk() (*float32, bool)
- func (o *DaVinciExportFlowVersionResponse) HasAlias() bool
- func (o *DaVinciExportFlowVersionResponse) HasClonedFrom() bool
- func (o *DaVinciExportFlowVersionResponse) HasColor() bool
- func (o *DaVinciExportFlowVersionResponse) HasConnectors() bool
- func (o *DaVinciExportFlowVersionResponse) HasCreatedAt() bool
- func (o *DaVinciExportFlowVersionResponse) HasDeployedAt() bool
- func (o *DaVinciExportFlowVersionResponse) HasDescription() bool
- func (o *DaVinciExportFlowVersionResponse) HasEnabled() bool
- func (o *DaVinciExportFlowVersionResponse) HasGraphData() bool
- func (o *DaVinciExportFlowVersionResponse) HasInputSchema() bool
- func (o *DaVinciExportFlowVersionResponse) HasOutputSchema() bool
- func (o *DaVinciExportFlowVersionResponse) HasSettings() bool
- func (o *DaVinciExportFlowVersionResponse) HasTrigger() bool
- func (o *DaVinciExportFlowVersionResponse) HasUpdatedAt() bool
- func (o *DaVinciExportFlowVersionResponse) HasUpdates() bool
- func (o *DaVinciExportFlowVersionResponse) HasVariables() bool
- func (o DaVinciExportFlowVersionResponse) LogValue() slog.Value
- func (o DaVinciExportFlowVersionResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciExportFlowVersionResponse) SetAlias(v string)
- func (o *DaVinciExportFlowVersionResponse) SetClonedFrom(v float32)
- func (o *DaVinciExportFlowVersionResponse) SetColor(v string)
- func (o *DaVinciExportFlowVersionResponse) SetConnectors(v []DaVinciExportFlowVersionResponseConnector)
- func (o *DaVinciExportFlowVersionResponse) SetCreatedAt(v time.Time)
- func (o *DaVinciExportFlowVersionResponse) SetDeployedAt(v time.Time)
- func (o *DaVinciExportFlowVersionResponse) SetDescription(v string)
- func (o *DaVinciExportFlowVersionResponse) SetEnabled(v bool)
- func (o *DaVinciExportFlowVersionResponse) SetEnvironment(v DaVinciExportFlowVersionResponseEnvironment)
- func (o *DaVinciExportFlowVersionResponse) SetFlow(v DaVinciExportFlowVersionResponseFlow)
- func (o *DaVinciExportFlowVersionResponse) SetGraphData(v DaVinciFlowGraphDataResponse)
- func (o *DaVinciExportFlowVersionResponse) SetInputSchema(v []DaVinciFlowInputSchemaResponseItem)
- func (o *DaVinciExportFlowVersionResponse) SetLinks(v DaVinciExportFlowVersionResponseLinks)
- func (o *DaVinciExportFlowVersionResponse) SetOutputSchema(v DaVinciFlowOutputSchemaResponse)
- func (o *DaVinciExportFlowVersionResponse) SetPublishedVersion(v float32)
- func (o *DaVinciExportFlowVersionResponse) SetSettings(v DaVinciFlowSettingsResponse)
- func (o *DaVinciExportFlowVersionResponse) SetTrigger(v DaVinciFlowTriggerResponse)
- func (o *DaVinciExportFlowVersionResponse) SetUpdatedAt(v time.Time)
- func (o *DaVinciExportFlowVersionResponse) SetUpdates(v []string)
- func (o *DaVinciExportFlowVersionResponse) SetVariables(v []map[string]interface{})
- func (o *DaVinciExportFlowVersionResponse) SetVersion(v float32)
- func (o DaVinciExportFlowVersionResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciExportFlowVersionResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciExportFlowVersionResponseConnector
- func (o *DaVinciExportFlowVersionResponseConnector) GetId() string
- func (o *DaVinciExportFlowVersionResponseConnector) GetIdOk() (*string, bool)
- func (o DaVinciExportFlowVersionResponseConnector) LogValue() slog.Value
- func (o DaVinciExportFlowVersionResponseConnector) MarshalJSON() ([]byte, error)
- func (o *DaVinciExportFlowVersionResponseConnector) SetId(v string)
- func (o DaVinciExportFlowVersionResponseConnector) ToMap() (map[string]interface{}, error)
- func (o *DaVinciExportFlowVersionResponseConnector) UnmarshalJSON(data []byte) (err error)
- type DaVinciExportFlowVersionResponseEnvironment
- func (o *DaVinciExportFlowVersionResponseEnvironment) GetId() string
- func (o *DaVinciExportFlowVersionResponseEnvironment) GetIdOk() (*string, bool)
- func (o DaVinciExportFlowVersionResponseEnvironment) LogValue() slog.Value
- func (o DaVinciExportFlowVersionResponseEnvironment) MarshalJSON() ([]byte, error)
- func (o *DaVinciExportFlowVersionResponseEnvironment) SetId(v string)
- func (o DaVinciExportFlowVersionResponseEnvironment) ToMap() (map[string]interface{}, error)
- func (o *DaVinciExportFlowVersionResponseEnvironment) UnmarshalJSON(data []byte) (err error)
- type DaVinciExportFlowVersionResponseFlow
- func (o *DaVinciExportFlowVersionResponseFlow) GetId() string
- func (o *DaVinciExportFlowVersionResponseFlow) GetIdOk() (*string, bool)
- func (o *DaVinciExportFlowVersionResponseFlow) GetName() string
- func (o *DaVinciExportFlowVersionResponseFlow) GetNameOk() (*string, bool)
- func (o DaVinciExportFlowVersionResponseFlow) LogValue() slog.Value
- func (o DaVinciExportFlowVersionResponseFlow) MarshalJSON() ([]byte, error)
- func (o *DaVinciExportFlowVersionResponseFlow) SetId(v string)
- func (o *DaVinciExportFlowVersionResponseFlow) SetName(v string)
- func (o DaVinciExportFlowVersionResponseFlow) ToMap() (map[string]interface{}, error)
- func (o *DaVinciExportFlowVersionResponseFlow) UnmarshalJSON(data []byte) (err error)
- type DaVinciExportFlowVersionResponseLinks
- func (o *DaVinciExportFlowVersionResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciExportFlowVersionResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciExportFlowVersionResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciExportFlowVersionResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o DaVinciExportFlowVersionResponseLinks) LogValue() slog.Value
- func (o DaVinciExportFlowVersionResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciExportFlowVersionResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciExportFlowVersionResponseLinks) SetSelf(v JSONHALLink)
- func (o DaVinciExportFlowVersionResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciExportFlowVersionResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciExportFlowVersionSubflowsResponse
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetAlias() string
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetAliasOk() (*string, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetClonedFrom() float32
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetClonedFromOk() (*float32, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetColor() string
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetColorOk() (*string, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetConnectors() []DaVinciExportFlowVersionResponseConnector
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetConnectorsOk() ([]DaVinciExportFlowVersionResponseConnector, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetCreatedAt() time.Time
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetDeployedAt() time.Time
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetDeployedAtOk() (*time.Time, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetDescription() string
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetDescriptionOk() (*string, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetEmbedded() []DaVinciExportFlowVersionResponse
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetEmbeddedOk() ([]DaVinciExportFlowVersionResponse, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetEnabled() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetEnabledOk() (*bool, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetEnvironment() DaVinciExportFlowVersionResponseEnvironment
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetEnvironmentOk() (*DaVinciExportFlowVersionResponseEnvironment, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetFlow() DaVinciExportFlowVersionResponseFlow
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetFlowOk() (*DaVinciExportFlowVersionResponseFlow, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetGraphData() DaVinciFlowGraphDataResponse
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetGraphDataOk() (*DaVinciFlowGraphDataResponse, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetInputSchema() []DaVinciFlowInputSchemaResponseItem
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetInputSchemaOk() ([]DaVinciFlowInputSchemaResponseItem, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetLinks() DaVinciExportFlowVersionResponseLinks
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetLinksOk() (*DaVinciExportFlowVersionResponseLinks, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetOutputSchema() DaVinciFlowOutputSchemaResponse
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetOutputSchemaOk() (*DaVinciFlowOutputSchemaResponse, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetPublishedVersion() float32
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetPublishedVersionOk() (*float32, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetSettings() DaVinciFlowSettingsResponse
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetSettingsOk() (*DaVinciFlowSettingsResponse, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetTrigger() DaVinciFlowTriggerResponse
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetTriggerOk() (*DaVinciFlowTriggerResponse, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetUpdatedAt() time.Time
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetUpdates() []string
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetUpdatesOk() ([]string, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetVariables() []map[string]interface{}
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetVariablesOk() ([]map[string]interface{}, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetVersion() float32
- func (o *DaVinciExportFlowVersionSubflowsResponse) GetVersionOk() (*float32, bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasAlias() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasClonedFrom() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasColor() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasConnectors() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasCreatedAt() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasDeployedAt() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasDescription() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasEmbedded() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasEnabled() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasGraphData() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasInputSchema() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasOutputSchema() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasSettings() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasTrigger() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasUpdatedAt() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasUpdates() bool
- func (o *DaVinciExportFlowVersionSubflowsResponse) HasVariables() bool
- func (o DaVinciExportFlowVersionSubflowsResponse) LogValue() slog.Value
- func (o DaVinciExportFlowVersionSubflowsResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetAlias(v string)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetClonedFrom(v float32)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetColor(v string)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetConnectors(v []DaVinciExportFlowVersionResponseConnector)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetCreatedAt(v time.Time)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetDeployedAt(v time.Time)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetDescription(v string)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetEmbedded(v []DaVinciExportFlowVersionResponse)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetEnabled(v bool)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetEnvironment(v DaVinciExportFlowVersionResponseEnvironment)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetFlow(v DaVinciExportFlowVersionResponseFlow)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetGraphData(v DaVinciFlowGraphDataResponse)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetInputSchema(v []DaVinciFlowInputSchemaResponseItem)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetLinks(v DaVinciExportFlowVersionResponseLinks)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetOutputSchema(v DaVinciFlowOutputSchemaResponse)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetPublishedVersion(v float32)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetSettings(v DaVinciFlowSettingsResponse)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetTrigger(v DaVinciFlowTriggerResponse)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetUpdatedAt(v time.Time)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetUpdates(v []string)
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetVariables(v []map[string]interface{})
- func (o *DaVinciExportFlowVersionSubflowsResponse) SetVersion(v float32)
- func (o DaVinciExportFlowVersionSubflowsResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciExportFlowVersionSubflowsResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowCollection
- func (o *DaVinciFlowCollection) GetCount() float32
- func (o *DaVinciFlowCollection) GetCountOk() (*float32, bool)
- func (o *DaVinciFlowCollection) GetEmbedded() DaVinciFlowCollectionEmbedded
- func (o *DaVinciFlowCollection) GetEmbeddedOk() (*DaVinciFlowCollectionEmbedded, bool)
- func (o *DaVinciFlowCollection) GetLinks() DaVinciFlowCollectionLinks
- func (o *DaVinciFlowCollection) GetLinksOk() (*DaVinciFlowCollectionLinks, bool)
- func (o DaVinciFlowCollection) LogValue() slog.Value
- func (o DaVinciFlowCollection) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowCollection) SetCount(v float32)
- func (o *DaVinciFlowCollection) SetEmbedded(v DaVinciFlowCollectionEmbedded)
- func (o *DaVinciFlowCollection) SetLinks(v DaVinciFlowCollectionLinks)
- func (o DaVinciFlowCollection) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowCollection) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowCollectionEmbedded
- func (o *DaVinciFlowCollectionEmbedded) GetFlows() []DaVinciFlowResponse
- func (o *DaVinciFlowCollectionEmbedded) GetFlowsOk() ([]DaVinciFlowResponse, bool)
- func (o DaVinciFlowCollectionEmbedded) LogValue() slog.Value
- func (o DaVinciFlowCollectionEmbedded) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowCollectionEmbedded) SetFlows(v []DaVinciFlowResponse)
- func (o DaVinciFlowCollectionEmbedded) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowCollectionEmbedded) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowCollectionLinks
- func (o *DaVinciFlowCollectionLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciFlowCollectionLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowCollectionLinks) GetSelf() JSONHALLink
- func (o *DaVinciFlowCollectionLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o DaVinciFlowCollectionLinks) LogValue() slog.Value
- func (o DaVinciFlowCollectionLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowCollectionLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciFlowCollectionLinks) SetSelf(v JSONHALLink)
- func (o DaVinciFlowCollectionLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowCollectionLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowCreateRequest
- func (o *DaVinciFlowCreateRequest) GetColor() string
- func (o *DaVinciFlowCreateRequest) GetColorOk() (*string, bool)
- func (o *DaVinciFlowCreateRequest) GetDescription() string
- func (o *DaVinciFlowCreateRequest) GetDescriptionOk() (*string, bool)
- func (o *DaVinciFlowCreateRequest) GetGraphData() DaVinciFlowGraphDataRequest
- func (o *DaVinciFlowCreateRequest) GetGraphDataOk() (*DaVinciFlowGraphDataRequest, bool)
- func (o *DaVinciFlowCreateRequest) GetInputSchema() []DaVinciFlowInputSchemaRequestItem
- func (o *DaVinciFlowCreateRequest) GetInputSchemaOk() ([]DaVinciFlowInputSchemaRequestItem, bool)
- func (o *DaVinciFlowCreateRequest) GetName() string
- func (o *DaVinciFlowCreateRequest) GetNameOk() (*string, bool)
- func (o *DaVinciFlowCreateRequest) GetOutputSchema() DaVinciFlowOutputSchemaRequest
- func (o *DaVinciFlowCreateRequest) GetOutputSchemaOk() (*DaVinciFlowOutputSchemaRequest, bool)
- func (o *DaVinciFlowCreateRequest) GetSettings() DaVinciFlowSettingsRequest
- func (o *DaVinciFlowCreateRequest) GetSettingsOk() (*DaVinciFlowSettingsRequest, bool)
- func (o *DaVinciFlowCreateRequest) GetTrigger() DaVinciFlowTriggerRequest
- func (o *DaVinciFlowCreateRequest) GetTriggerOk() (*DaVinciFlowTriggerRequest, bool)
- func (o *DaVinciFlowCreateRequest) HasColor() bool
- func (o *DaVinciFlowCreateRequest) HasDescription() bool
- func (o *DaVinciFlowCreateRequest) HasGraphData() bool
- func (o *DaVinciFlowCreateRequest) HasInputSchema() bool
- func (o *DaVinciFlowCreateRequest) HasOutputSchema() bool
- func (o *DaVinciFlowCreateRequest) HasSettings() bool
- func (o *DaVinciFlowCreateRequest) HasTrigger() bool
- func (o DaVinciFlowCreateRequest) LogValue() slog.Value
- func (o DaVinciFlowCreateRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowCreateRequest) SetColor(v string)
- func (o *DaVinciFlowCreateRequest) SetDescription(v string)
- func (o *DaVinciFlowCreateRequest) SetGraphData(v DaVinciFlowGraphDataRequest)
- func (o *DaVinciFlowCreateRequest) SetInputSchema(v []DaVinciFlowInputSchemaRequestItem)
- func (o *DaVinciFlowCreateRequest) SetName(v string)
- func (o *DaVinciFlowCreateRequest) SetOutputSchema(v DaVinciFlowOutputSchemaRequest)
- func (o *DaVinciFlowCreateRequest) SetSettings(v DaVinciFlowSettingsRequest)
- func (o *DaVinciFlowCreateRequest) SetTrigger(v DaVinciFlowTriggerRequest)
- func (o DaVinciFlowCreateRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowCreateRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowEnableRequest
- func (o *DaVinciFlowEnableRequest) GetEnabled() bool
- func (o *DaVinciFlowEnableRequest) GetEnabledOk() (*bool, bool)
- func (o DaVinciFlowEnableRequest) LogValue() slog.Value
- func (o DaVinciFlowEnableRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowEnableRequest) SetEnabled(v bool)
- func (o DaVinciFlowEnableRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowEnableRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowEnabledResponse
- func (o *DaVinciFlowEnabledResponse) GetEnabled() bool
- func (o *DaVinciFlowEnabledResponse) GetEnabledOk() (*bool, bool)
- func (o *DaVinciFlowEnabledResponse) GetLinks() DaVinciFlowEnabledResponseLinks
- func (o *DaVinciFlowEnabledResponse) GetLinksOk() (*DaVinciFlowEnabledResponseLinks, bool)
- func (o DaVinciFlowEnabledResponse) LogValue() slog.Value
- func (o DaVinciFlowEnabledResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowEnabledResponse) SetEnabled(v bool)
- func (o *DaVinciFlowEnabledResponse) SetLinks(v DaVinciFlowEnabledResponseLinks)
- func (o DaVinciFlowEnabledResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowEnabledResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowEnabledResponseLinks
- func (o *DaVinciFlowEnabledResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciFlowEnabledResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o DaVinciFlowEnabledResponseLinks) LogValue() slog.Value
- func (o DaVinciFlowEnabledResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowEnabledResponseLinks) SetSelf(v JSONHALLink)
- func (o DaVinciFlowEnabledResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowEnabledResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataRequest
- func (o *DaVinciFlowGraphDataRequest) GetBoxSelectionEnabled() bool
- func (o *DaVinciFlowGraphDataRequest) GetBoxSelectionEnabledOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequest) GetData() map[string]interface{}
- func (o *DaVinciFlowGraphDataRequest) GetDataOk() (map[string]interface{}, bool)
- func (o *DaVinciFlowGraphDataRequest) GetElements() DaVinciFlowGraphDataRequestElements
- func (o *DaVinciFlowGraphDataRequest) GetElementsOk() (*DaVinciFlowGraphDataRequestElements, bool)
- func (o *DaVinciFlowGraphDataRequest) GetMaxZoom() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataRequest) GetMaxZoomOk() (*types.BigFloatUnquoted, bool)
- func (o *DaVinciFlowGraphDataRequest) GetMinZoom() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataRequest) GetMinZoomOk() (*types.BigFloatUnquoted, bool)
- func (o *DaVinciFlowGraphDataRequest) GetPan() DaVinciFlowGraphDataRequestPan
- func (o *DaVinciFlowGraphDataRequest) GetPanOk() (*DaVinciFlowGraphDataRequestPan, bool)
- func (o *DaVinciFlowGraphDataRequest) GetPanningEnabled() bool
- func (o *DaVinciFlowGraphDataRequest) GetPanningEnabledOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequest) GetRenderer() map[string]interface{}
- func (o *DaVinciFlowGraphDataRequest) GetRendererOk() (map[string]interface{}, bool)
- func (o *DaVinciFlowGraphDataRequest) GetUserPanningEnabled() bool
- func (o *DaVinciFlowGraphDataRequest) GetUserPanningEnabledOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequest) GetUserZoomingEnabled() bool
- func (o *DaVinciFlowGraphDataRequest) GetUserZoomingEnabledOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequest) GetZoom() int32
- func (o *DaVinciFlowGraphDataRequest) GetZoomOk() (*int32, bool)
- func (o *DaVinciFlowGraphDataRequest) GetZoomingEnabled() bool
- func (o *DaVinciFlowGraphDataRequest) GetZoomingEnabledOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequest) HasBoxSelectionEnabled() bool
- func (o *DaVinciFlowGraphDataRequest) HasData() bool
- func (o *DaVinciFlowGraphDataRequest) HasElements() bool
- func (o *DaVinciFlowGraphDataRequest) HasMaxZoom() bool
- func (o *DaVinciFlowGraphDataRequest) HasMinZoom() bool
- func (o *DaVinciFlowGraphDataRequest) HasPan() bool
- func (o *DaVinciFlowGraphDataRequest) HasPanningEnabled() bool
- func (o *DaVinciFlowGraphDataRequest) HasRenderer() bool
- func (o *DaVinciFlowGraphDataRequest) HasUserPanningEnabled() bool
- func (o *DaVinciFlowGraphDataRequest) HasUserZoomingEnabled() bool
- func (o *DaVinciFlowGraphDataRequest) HasZoom() bool
- func (o *DaVinciFlowGraphDataRequest) HasZoomingEnabled() bool
- func (o DaVinciFlowGraphDataRequest) LogValue() slog.Value
- func (o DaVinciFlowGraphDataRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataRequest) SetBoxSelectionEnabled(v bool)
- func (o *DaVinciFlowGraphDataRequest) SetData(v map[string]interface{})
- func (o *DaVinciFlowGraphDataRequest) SetElements(v DaVinciFlowGraphDataRequestElements)
- func (o *DaVinciFlowGraphDataRequest) SetMaxZoom(v types.BigFloatUnquoted)
- func (o *DaVinciFlowGraphDataRequest) SetMinZoom(v types.BigFloatUnquoted)
- func (o *DaVinciFlowGraphDataRequest) SetPan(v DaVinciFlowGraphDataRequestPan)
- func (o *DaVinciFlowGraphDataRequest) SetPanningEnabled(v bool)
- func (o *DaVinciFlowGraphDataRequest) SetRenderer(v map[string]interface{})
- func (o *DaVinciFlowGraphDataRequest) SetUserPanningEnabled(v bool)
- func (o *DaVinciFlowGraphDataRequest) SetUserZoomingEnabled(v bool)
- func (o *DaVinciFlowGraphDataRequest) SetZoom(v int32)
- func (o *DaVinciFlowGraphDataRequest) SetZoomingEnabled(v bool)
- func (o DaVinciFlowGraphDataRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataRequestElements
- func (o *DaVinciFlowGraphDataRequestElements) GetEdges() []DaVinciFlowGraphDataRequestElementsEdge
- func (o *DaVinciFlowGraphDataRequestElements) GetEdgesOk() ([]DaVinciFlowGraphDataRequestElementsEdge, bool)
- func (o *DaVinciFlowGraphDataRequestElements) GetNodes() []DaVinciFlowGraphDataRequestElementsNode
- func (o *DaVinciFlowGraphDataRequestElements) GetNodesOk() ([]DaVinciFlowGraphDataRequestElementsNode, bool)
- func (o *DaVinciFlowGraphDataRequestElements) HasEdges() bool
- func (o *DaVinciFlowGraphDataRequestElements) HasNodes() bool
- func (o DaVinciFlowGraphDataRequestElements) LogValue() slog.Value
- func (o DaVinciFlowGraphDataRequestElements) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataRequestElements) SetEdges(v []DaVinciFlowGraphDataRequestElementsEdge)
- func (o *DaVinciFlowGraphDataRequestElements) SetNodes(v []DaVinciFlowGraphDataRequestElementsNode)
- func (o DaVinciFlowGraphDataRequestElements) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataRequestElements) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataRequestElementsEdge
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetClasses() string
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetClassesOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetData() DaVinciFlowGraphDataRequestElementsEdgeData
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetDataOk() (*DaVinciFlowGraphDataRequestElementsEdgeData, bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetGrabbable() bool
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetGrabbableOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetGroup() string
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetGroupOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetLocked() bool
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetLockedOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetPannable() bool
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetPannableOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetPosition() DaVinciFlowGraphDataRequestElementsEdgePosition
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetPositionOk() (*DaVinciFlowGraphDataRequestElementsEdgePosition, bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetRemoved() bool
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetRemovedOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetSelectable() bool
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetSelectableOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetSelected() bool
- func (o *DaVinciFlowGraphDataRequestElementsEdge) GetSelectedOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) HasClasses() bool
- func (o *DaVinciFlowGraphDataRequestElementsEdge) HasGrabbable() bool
- func (o *DaVinciFlowGraphDataRequestElementsEdge) HasGroup() bool
- func (o *DaVinciFlowGraphDataRequestElementsEdge) HasLocked() bool
- func (o *DaVinciFlowGraphDataRequestElementsEdge) HasPannable() bool
- func (o *DaVinciFlowGraphDataRequestElementsEdge) HasPosition() bool
- func (o *DaVinciFlowGraphDataRequestElementsEdge) HasRemoved() bool
- func (o *DaVinciFlowGraphDataRequestElementsEdge) HasSelectable() bool
- func (o *DaVinciFlowGraphDataRequestElementsEdge) HasSelected() bool
- func (o DaVinciFlowGraphDataRequestElementsEdge) LogValue() slog.Value
- func (o DaVinciFlowGraphDataRequestElementsEdge) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) SetClasses(v string)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) SetData(v DaVinciFlowGraphDataRequestElementsEdgeData)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) SetGrabbable(v bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) SetGroup(v string)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) SetLocked(v bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) SetPannable(v bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) SetPosition(v DaVinciFlowGraphDataRequestElementsEdgePosition)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) SetRemoved(v bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) SetSelectable(v bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) SetSelected(v bool)
- func (o DaVinciFlowGraphDataRequestElementsEdge) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataRequestElementsEdge) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataRequestElementsEdgeData
- func (o *DaVinciFlowGraphDataRequestElementsEdgeData) GetId() string
- func (o *DaVinciFlowGraphDataRequestElementsEdgeData) GetIdOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdgeData) GetSource() string
- func (o *DaVinciFlowGraphDataRequestElementsEdgeData) GetSourceOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdgeData) GetTarget() string
- func (o *DaVinciFlowGraphDataRequestElementsEdgeData) GetTargetOk() (*string, bool)
- func (o DaVinciFlowGraphDataRequestElementsEdgeData) LogValue() slog.Value
- func (o DaVinciFlowGraphDataRequestElementsEdgeData) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataRequestElementsEdgeData) SetId(v string)
- func (o *DaVinciFlowGraphDataRequestElementsEdgeData) SetSource(v string)
- func (o *DaVinciFlowGraphDataRequestElementsEdgeData) SetTarget(v string)
- func (o DaVinciFlowGraphDataRequestElementsEdgeData) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataRequestElementsEdgeData) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataRequestElementsEdgePosition
- func (o *DaVinciFlowGraphDataRequestElementsEdgePosition) GetX() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataRequestElementsEdgePosition) GetXOk() (*types.BigFloatUnquoted, bool)
- func (o *DaVinciFlowGraphDataRequestElementsEdgePosition) GetY() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataRequestElementsEdgePosition) GetYOk() (*types.BigFloatUnquoted, bool)
- func (o DaVinciFlowGraphDataRequestElementsEdgePosition) LogValue() slog.Value
- func (o DaVinciFlowGraphDataRequestElementsEdgePosition) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataRequestElementsEdgePosition) SetX(v types.BigFloatUnquoted)
- func (o *DaVinciFlowGraphDataRequestElementsEdgePosition) SetY(v types.BigFloatUnquoted)
- func (o DaVinciFlowGraphDataRequestElementsEdgePosition) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataRequestElementsEdgePosition) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataRequestElementsNode
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetClasses() string
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetClassesOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetData() DaVinciFlowGraphDataRequestElementsNodeData
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetDataOk() (*DaVinciFlowGraphDataRequestElementsNodeData, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetGrabbable() bool
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetGrabbableOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetGroup() string
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetGroupOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetLocked() bool
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetLockedOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetPannable() bool
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetPannableOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetPosition() DaVinciFlowGraphDataRequestElementsNodePosition
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetPositionOk() (*DaVinciFlowGraphDataRequestElementsNodePosition, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetRemoved() bool
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetRemovedOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetSelectable() bool
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetSelectableOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetSelected() bool
- func (o *DaVinciFlowGraphDataRequestElementsNode) GetSelectedOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNode) HasClasses() bool
- func (o *DaVinciFlowGraphDataRequestElementsNode) HasGrabbable() bool
- func (o *DaVinciFlowGraphDataRequestElementsNode) HasGroup() bool
- func (o *DaVinciFlowGraphDataRequestElementsNode) HasLocked() bool
- func (o *DaVinciFlowGraphDataRequestElementsNode) HasPannable() bool
- func (o *DaVinciFlowGraphDataRequestElementsNode) HasPosition() bool
- func (o *DaVinciFlowGraphDataRequestElementsNode) HasRemoved() bool
- func (o *DaVinciFlowGraphDataRequestElementsNode) HasSelectable() bool
- func (o *DaVinciFlowGraphDataRequestElementsNode) HasSelected() bool
- func (o DaVinciFlowGraphDataRequestElementsNode) LogValue() slog.Value
- func (o DaVinciFlowGraphDataRequestElementsNode) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataRequestElementsNode) SetClasses(v string)
- func (o *DaVinciFlowGraphDataRequestElementsNode) SetData(v DaVinciFlowGraphDataRequestElementsNodeData)
- func (o *DaVinciFlowGraphDataRequestElementsNode) SetGrabbable(v bool)
- func (o *DaVinciFlowGraphDataRequestElementsNode) SetGroup(v string)
- func (o *DaVinciFlowGraphDataRequestElementsNode) SetLocked(v bool)
- func (o *DaVinciFlowGraphDataRequestElementsNode) SetPannable(v bool)
- func (o *DaVinciFlowGraphDataRequestElementsNode) SetPosition(v DaVinciFlowGraphDataRequestElementsNodePosition)
- func (o *DaVinciFlowGraphDataRequestElementsNode) SetRemoved(v bool)
- func (o *DaVinciFlowGraphDataRequestElementsNode) SetSelectable(v bool)
- func (o *DaVinciFlowGraphDataRequestElementsNode) SetSelected(v bool)
- func (o DaVinciFlowGraphDataRequestElementsNode) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataRequestElementsNode) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataRequestElementsNodeData
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetCapabilityName() string
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetCapabilityNameOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetConnectionId() string
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetConnectionIdOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetConnectorId() string
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetConnectorIdOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetId() string
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetIdOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetIdUnique() string
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetIdUniqueOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetLabel() string
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetLabelOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetName() string
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetNameOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetNodeType() string
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetNodeTypeOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetProperties() map[string]interface{}
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetPropertiesOk() (map[string]interface{}, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetStatus() string
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetStatusOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetType() string
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetTypeOk() (*string, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasCapabilityName() bool
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasConnectionId() bool
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasConnectorId() bool
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasIdUnique() bool
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasLabel() bool
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasName() bool
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasProperties() bool
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasStatus() bool
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasType() bool
- func (o DaVinciFlowGraphDataRequestElementsNodeData) LogValue() slog.Value
- func (o DaVinciFlowGraphDataRequestElementsNodeData) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetCapabilityName(v string)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetConnectionId(v string)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetConnectorId(v string)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetId(v string)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetIdUnique(v string)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetLabel(v string)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetName(v string)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetNodeType(v string)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetProperties(v map[string]interface{})
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetStatus(v string)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetType(v string)
- func (o DaVinciFlowGraphDataRequestElementsNodeData) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataRequestElementsNodeData) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataRequestElementsNodePosition
- func (o *DaVinciFlowGraphDataRequestElementsNodePosition) GetX() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataRequestElementsNodePosition) GetXOk() (*types.BigFloatUnquoted, bool)
- func (o *DaVinciFlowGraphDataRequestElementsNodePosition) GetY() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataRequestElementsNodePosition) GetYOk() (*types.BigFloatUnquoted, bool)
- func (o DaVinciFlowGraphDataRequestElementsNodePosition) LogValue() slog.Value
- func (o DaVinciFlowGraphDataRequestElementsNodePosition) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataRequestElementsNodePosition) SetX(v types.BigFloatUnquoted)
- func (o *DaVinciFlowGraphDataRequestElementsNodePosition) SetY(v types.BigFloatUnquoted)
- func (o DaVinciFlowGraphDataRequestElementsNodePosition) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataRequestElementsNodePosition) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataRequestPan
- func (o *DaVinciFlowGraphDataRequestPan) GetX() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataRequestPan) GetXOk() (*types.BigFloatUnquoted, bool)
- func (o *DaVinciFlowGraphDataRequestPan) GetY() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataRequestPan) GetYOk() (*types.BigFloatUnquoted, bool)
- func (o DaVinciFlowGraphDataRequestPan) LogValue() slog.Value
- func (o DaVinciFlowGraphDataRequestPan) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataRequestPan) SetX(v types.BigFloatUnquoted)
- func (o *DaVinciFlowGraphDataRequestPan) SetY(v types.BigFloatUnquoted)
- func (o DaVinciFlowGraphDataRequestPan) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataRequestPan) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataResponse
- func (o *DaVinciFlowGraphDataResponse) GetAllLinterErrors() []DaVinciFlowGraphDataResponseAllLinterError
- func (o *DaVinciFlowGraphDataResponse) GetAllLinterErrorsOk() ([]DaVinciFlowGraphDataResponseAllLinterError, bool)
- func (o *DaVinciFlowGraphDataResponse) GetBoxSelectionEnabled() bool
- func (o *DaVinciFlowGraphDataResponse) GetBoxSelectionEnabledOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponse) GetData() map[string]interface{}
- func (o *DaVinciFlowGraphDataResponse) GetDataOk() (map[string]interface{}, bool)
- func (o *DaVinciFlowGraphDataResponse) GetElements() DaVinciFlowGraphDataResponseElements
- func (o *DaVinciFlowGraphDataResponse) GetElementsOk() (*DaVinciFlowGraphDataResponseElements, bool)
- func (o *DaVinciFlowGraphDataResponse) GetMaxZoom() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataResponse) GetMaxZoomOk() (*types.BigFloatUnquoted, bool)
- func (o *DaVinciFlowGraphDataResponse) GetMinZoom() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataResponse) GetMinZoomOk() (*types.BigFloatUnquoted, bool)
- func (o *DaVinciFlowGraphDataResponse) GetPan() DaVinciFlowGraphDataResponsePan
- func (o *DaVinciFlowGraphDataResponse) GetPanOk() (*DaVinciFlowGraphDataResponsePan, bool)
- func (o *DaVinciFlowGraphDataResponse) GetPanningEnabled() bool
- func (o *DaVinciFlowGraphDataResponse) GetPanningEnabledOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponse) GetRenderer() DaVinciFlowGraphDataResponseRenderer
- func (o *DaVinciFlowGraphDataResponse) GetRendererOk() (*DaVinciFlowGraphDataResponseRenderer, bool)
- func (o *DaVinciFlowGraphDataResponse) GetUserPanningEnabled() bool
- func (o *DaVinciFlowGraphDataResponse) GetUserPanningEnabledOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponse) GetUserZoomingEnabled() bool
- func (o *DaVinciFlowGraphDataResponse) GetUserZoomingEnabledOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponse) GetZoom() float32
- func (o *DaVinciFlowGraphDataResponse) GetZoomOk() (*float32, bool)
- func (o *DaVinciFlowGraphDataResponse) GetZoomingEnabled() bool
- func (o *DaVinciFlowGraphDataResponse) GetZoomingEnabledOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponse) HasAllLinterErrors() bool
- func (o *DaVinciFlowGraphDataResponse) HasData() bool
- func (o *DaVinciFlowGraphDataResponse) HasMaxZoom() bool
- func (o *DaVinciFlowGraphDataResponse) HasMinZoom() bool
- func (o *DaVinciFlowGraphDataResponse) HasZoomingEnabled() bool
- func (o DaVinciFlowGraphDataResponse) LogValue() slog.Value
- func (o DaVinciFlowGraphDataResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataResponse) SetAllLinterErrors(v []DaVinciFlowGraphDataResponseAllLinterError)
- func (o *DaVinciFlowGraphDataResponse) SetBoxSelectionEnabled(v bool)
- func (o *DaVinciFlowGraphDataResponse) SetData(v map[string]interface{})
- func (o *DaVinciFlowGraphDataResponse) SetElements(v DaVinciFlowGraphDataResponseElements)
- func (o *DaVinciFlowGraphDataResponse) SetMaxZoom(v types.BigFloatUnquoted)
- func (o *DaVinciFlowGraphDataResponse) SetMinZoom(v types.BigFloatUnquoted)
- func (o *DaVinciFlowGraphDataResponse) SetPan(v DaVinciFlowGraphDataResponsePan)
- func (o *DaVinciFlowGraphDataResponse) SetPanningEnabled(v bool)
- func (o *DaVinciFlowGraphDataResponse) SetRenderer(v DaVinciFlowGraphDataResponseRenderer)
- func (o *DaVinciFlowGraphDataResponse) SetUserPanningEnabled(v bool)
- func (o *DaVinciFlowGraphDataResponse) SetUserZoomingEnabled(v bool)
- func (o *DaVinciFlowGraphDataResponse) SetZoom(v float32)
- func (o *DaVinciFlowGraphDataResponse) SetZoomingEnabled(v bool)
- func (o DaVinciFlowGraphDataResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataResponseAllLinterError
- func (o *DaVinciFlowGraphDataResponseAllLinterError) GetCode() string
- func (o *DaVinciFlowGraphDataResponseAllLinterError) GetCodeOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseAllLinterError) GetFlowId() string
- func (o *DaVinciFlowGraphDataResponseAllLinterError) GetFlowIdOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseAllLinterError) GetMessage() string
- func (o *DaVinciFlowGraphDataResponseAllLinterError) GetMessageOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseAllLinterError) GetNodeId() string
- func (o *DaVinciFlowGraphDataResponseAllLinterError) GetNodeIdOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseAllLinterError) GetRecommendation() string
- func (o *DaVinciFlowGraphDataResponseAllLinterError) GetRecommendationOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseAllLinterError) GetType() string
- func (o *DaVinciFlowGraphDataResponseAllLinterError) GetTypeOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseAllLinterError) HasNodeId() bool
- func (o DaVinciFlowGraphDataResponseAllLinterError) LogValue() slog.Value
- func (o DaVinciFlowGraphDataResponseAllLinterError) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataResponseAllLinterError) SetCode(v string)
- func (o *DaVinciFlowGraphDataResponseAllLinterError) SetFlowId(v string)
- func (o *DaVinciFlowGraphDataResponseAllLinterError) SetMessage(v string)
- func (o *DaVinciFlowGraphDataResponseAllLinterError) SetNodeId(v string)
- func (o *DaVinciFlowGraphDataResponseAllLinterError) SetRecommendation(v string)
- func (o *DaVinciFlowGraphDataResponseAllLinterError) SetType(v string)
- func (o DaVinciFlowGraphDataResponseAllLinterError) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataResponseAllLinterError) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataResponseElements
- func (o *DaVinciFlowGraphDataResponseElements) GetEdges() []DaVinciFlowGraphDataResponseElementsEdge
- func (o *DaVinciFlowGraphDataResponseElements) GetEdgesOk() ([]DaVinciFlowGraphDataResponseElementsEdge, bool)
- func (o *DaVinciFlowGraphDataResponseElements) GetNodes() []DaVinciFlowGraphDataResponseElementsNode
- func (o *DaVinciFlowGraphDataResponseElements) GetNodesOk() ([]DaVinciFlowGraphDataResponseElementsNode, bool)
- func (o *DaVinciFlowGraphDataResponseElements) HasEdges() bool
- func (o DaVinciFlowGraphDataResponseElements) LogValue() slog.Value
- func (o DaVinciFlowGraphDataResponseElements) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataResponseElements) SetEdges(v []DaVinciFlowGraphDataResponseElementsEdge)
- func (o *DaVinciFlowGraphDataResponseElements) SetNodes(v []DaVinciFlowGraphDataResponseElementsNode)
- func (o DaVinciFlowGraphDataResponseElements) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataResponseElements) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataResponseElementsEdge
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetClasses() string
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetClassesOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetData() DaVinciFlowGraphDataResponseElementsEdgeData
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetDataOk() (*DaVinciFlowGraphDataResponseElementsEdgeData, bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetGrabbable() bool
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetGrabbableOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetGroup() string
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetGroupOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetLocked() bool
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetLockedOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetPannable() bool
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetPannableOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetPosition() DaVinciFlowGraphDataResponseElementsEdgePosition
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetPositionOk() (*DaVinciFlowGraphDataResponseElementsEdgePosition, bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetRemoved() bool
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetRemovedOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetSelectable() bool
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetSelectableOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetSelected() bool
- func (o *DaVinciFlowGraphDataResponseElementsEdge) GetSelectedOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) HasClasses() bool
- func (o DaVinciFlowGraphDataResponseElementsEdge) LogValue() slog.Value
- func (o DaVinciFlowGraphDataResponseElementsEdge) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) SetClasses(v string)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) SetData(v DaVinciFlowGraphDataResponseElementsEdgeData)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) SetGrabbable(v bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) SetGroup(v string)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) SetLocked(v bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) SetPannable(v bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) SetPosition(v DaVinciFlowGraphDataResponseElementsEdgePosition)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) SetRemoved(v bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) SetSelectable(v bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) SetSelected(v bool)
- func (o DaVinciFlowGraphDataResponseElementsEdge) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataResponseElementsEdge) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataResponseElementsEdgeData
- func (o *DaVinciFlowGraphDataResponseElementsEdgeData) GetId() string
- func (o *DaVinciFlowGraphDataResponseElementsEdgeData) GetIdOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdgeData) GetSource() string
- func (o *DaVinciFlowGraphDataResponseElementsEdgeData) GetSourceOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdgeData) GetTarget() string
- func (o *DaVinciFlowGraphDataResponseElementsEdgeData) GetTargetOk() (*string, bool)
- func (o DaVinciFlowGraphDataResponseElementsEdgeData) LogValue() slog.Value
- func (o DaVinciFlowGraphDataResponseElementsEdgeData) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataResponseElementsEdgeData) SetId(v string)
- func (o *DaVinciFlowGraphDataResponseElementsEdgeData) SetSource(v string)
- func (o *DaVinciFlowGraphDataResponseElementsEdgeData) SetTarget(v string)
- func (o DaVinciFlowGraphDataResponseElementsEdgeData) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataResponseElementsEdgeData) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataResponseElementsEdgePosition
- func (o *DaVinciFlowGraphDataResponseElementsEdgePosition) GetX() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataResponseElementsEdgePosition) GetXOk() (*types.BigFloatUnquoted, bool)
- func (o *DaVinciFlowGraphDataResponseElementsEdgePosition) GetY() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataResponseElementsEdgePosition) GetYOk() (*types.BigFloatUnquoted, bool)
- func (o DaVinciFlowGraphDataResponseElementsEdgePosition) LogValue() slog.Value
- func (o DaVinciFlowGraphDataResponseElementsEdgePosition) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataResponseElementsEdgePosition) SetX(v types.BigFloatUnquoted)
- func (o *DaVinciFlowGraphDataResponseElementsEdgePosition) SetY(v types.BigFloatUnquoted)
- func (o DaVinciFlowGraphDataResponseElementsEdgePosition) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataResponseElementsEdgePosition) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataResponseElementsNode
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetClasses() string
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetClassesOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetData() DaVinciFlowGraphDataResponseElementsNodeData
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetDataOk() (*DaVinciFlowGraphDataResponseElementsNodeData, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetGrabbable() bool
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetGrabbableOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetGroup() string
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetGroupOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetLocked() bool
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetLockedOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetPannable() bool
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetPannableOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetPosition() DaVinciFlowGraphDataResponseElementsNodePosition
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetPositionOk() (*DaVinciFlowGraphDataResponseElementsNodePosition, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetRemoved() bool
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetRemovedOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetSelectable() bool
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetSelectableOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetSelected() bool
- func (o *DaVinciFlowGraphDataResponseElementsNode) GetSelectedOk() (*bool, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNode) HasClasses() bool
- func (o DaVinciFlowGraphDataResponseElementsNode) LogValue() slog.Value
- func (o DaVinciFlowGraphDataResponseElementsNode) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataResponseElementsNode) SetClasses(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNode) SetData(v DaVinciFlowGraphDataResponseElementsNodeData)
- func (o *DaVinciFlowGraphDataResponseElementsNode) SetGrabbable(v bool)
- func (o *DaVinciFlowGraphDataResponseElementsNode) SetGroup(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNode) SetLocked(v bool)
- func (o *DaVinciFlowGraphDataResponseElementsNode) SetPannable(v bool)
- func (o *DaVinciFlowGraphDataResponseElementsNode) SetPosition(v DaVinciFlowGraphDataResponseElementsNodePosition)
- func (o *DaVinciFlowGraphDataResponseElementsNode) SetRemoved(v bool)
- func (o *DaVinciFlowGraphDataResponseElementsNode) SetSelectable(v bool)
- func (o *DaVinciFlowGraphDataResponseElementsNode) SetSelected(v bool)
- func (o DaVinciFlowGraphDataResponseElementsNode) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataResponseElementsNode) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataResponseElementsNodeData
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetCapabilityName() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetCapabilityNameOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetConnectionId() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetConnectionIdOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetConnectorId() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetConnectorIdOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetId() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetIdOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetIdUnique() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetIdUniqueOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetLabel() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetLabelOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetLinterError() []DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetLinterErrorOk() ([]DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetName() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetNameOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetNodeType() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetNodeTypeOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetProperties() map[string]interface{}
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetPropertiesOk() (map[string]interface{}, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetStatus() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetStatusOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetType() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetTypeOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasCapabilityName() bool
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasConnectionId() bool
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasConnectorId() bool
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasIdUnique() bool
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasLabel() bool
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasLinterError() bool
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasName() bool
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasProperties() bool
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasStatus() bool
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasType() bool
- func (o DaVinciFlowGraphDataResponseElementsNodeData) LogValue() slog.Value
- func (o DaVinciFlowGraphDataResponseElementsNodeData) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetCapabilityName(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetConnectionId(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetConnectorId(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetId(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetIdUnique(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetLabel(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetLinterError(v []DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetName(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetNodeType(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetProperties(v map[string]interface{})
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetStatus(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetType(v string)
- func (o DaVinciFlowGraphDataResponseElementsNodeData) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataResponseElementsNodeData) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem
- func NewDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem(code string, message string, type_ string, recommendation string, ...) *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem
- func NewDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItemWithDefaults() *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetCode() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetCodeOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetFlowId() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetFlowIdOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetMessage() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetMessageOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetNodeId() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetNodeIdOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetRecommendation() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetRecommendationOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetType() string
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetTypeOk() (*string, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) HasNodeId() bool
- func (o DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) LogValue() slog.Value
- func (o DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetCode(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetFlowId(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetMessage(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetNodeId(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetRecommendation(v string)
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetType(v string)
- func (o DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataResponseElementsNodePosition
- func (o *DaVinciFlowGraphDataResponseElementsNodePosition) GetX() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataResponseElementsNodePosition) GetXOk() (*types.BigFloatUnquoted, bool)
- func (o *DaVinciFlowGraphDataResponseElementsNodePosition) GetY() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataResponseElementsNodePosition) GetYOk() (*types.BigFloatUnquoted, bool)
- func (o DaVinciFlowGraphDataResponseElementsNodePosition) LogValue() slog.Value
- func (o DaVinciFlowGraphDataResponseElementsNodePosition) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataResponseElementsNodePosition) SetX(v types.BigFloatUnquoted)
- func (o *DaVinciFlowGraphDataResponseElementsNodePosition) SetY(v types.BigFloatUnquoted)
- func (o DaVinciFlowGraphDataResponseElementsNodePosition) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataResponseElementsNodePosition) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataResponsePan
- func (o *DaVinciFlowGraphDataResponsePan) GetX() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataResponsePan) GetXOk() (*types.BigFloatUnquoted, bool)
- func (o *DaVinciFlowGraphDataResponsePan) GetY() types.BigFloatUnquoted
- func (o *DaVinciFlowGraphDataResponsePan) GetYOk() (*types.BigFloatUnquoted, bool)
- func (o DaVinciFlowGraphDataResponsePan) LogValue() slog.Value
- func (o DaVinciFlowGraphDataResponsePan) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataResponsePan) SetX(v types.BigFloatUnquoted)
- func (o *DaVinciFlowGraphDataResponsePan) SetY(v types.BigFloatUnquoted)
- func (o DaVinciFlowGraphDataResponsePan) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataResponsePan) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowGraphDataResponseRenderer
- func (o *DaVinciFlowGraphDataResponseRenderer) GetName() string
- func (o *DaVinciFlowGraphDataResponseRenderer) GetNameOk() (*string, bool)
- func (o DaVinciFlowGraphDataResponseRenderer) LogValue() slog.Value
- func (o DaVinciFlowGraphDataResponseRenderer) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowGraphDataResponseRenderer) SetName(v string)
- func (o DaVinciFlowGraphDataResponseRenderer) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowGraphDataResponseRenderer) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowInputSchemaRequestItem
- func (o *DaVinciFlowInputSchemaRequestItem) GetDescription() string
- func (o *DaVinciFlowInputSchemaRequestItem) GetDescriptionOk() (*string, bool)
- func (o *DaVinciFlowInputSchemaRequestItem) GetIsExpanded() bool
- func (o *DaVinciFlowInputSchemaRequestItem) GetIsExpandedOk() (*bool, bool)
- func (o *DaVinciFlowInputSchemaRequestItem) GetPreferredControlType() DaVinciFlowInputSchemaRequestItemPreferredControlType
- func (o *DaVinciFlowInputSchemaRequestItem) GetPreferredControlTypeOk() (*DaVinciFlowInputSchemaRequestItemPreferredControlType, bool)
- func (o *DaVinciFlowInputSchemaRequestItem) GetPreferredDataType() DaVinciFlowInputSchemaRequestItemPreferredDataType
- func (o *DaVinciFlowInputSchemaRequestItem) GetPreferredDataTypeOk() (*DaVinciFlowInputSchemaRequestItemPreferredDataType, bool)
- func (o *DaVinciFlowInputSchemaRequestItem) GetPropertyName() string
- func (o *DaVinciFlowInputSchemaRequestItem) GetPropertyNameOk() (*string, bool)
- func (o *DaVinciFlowInputSchemaRequestItem) GetRequired() bool
- func (o *DaVinciFlowInputSchemaRequestItem) GetRequiredOk() (*bool, bool)
- func (o *DaVinciFlowInputSchemaRequestItem) HasDescription() bool
- func (o *DaVinciFlowInputSchemaRequestItem) HasIsExpanded() bool
- func (o *DaVinciFlowInputSchemaRequestItem) HasPreferredControlType() bool
- func (o *DaVinciFlowInputSchemaRequestItem) HasRequired() bool
- func (o DaVinciFlowInputSchemaRequestItem) LogValue() slog.Value
- func (o DaVinciFlowInputSchemaRequestItem) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowInputSchemaRequestItem) SetDescription(v string)
- func (o *DaVinciFlowInputSchemaRequestItem) SetIsExpanded(v bool)
- func (o *DaVinciFlowInputSchemaRequestItem) SetPreferredControlType(v DaVinciFlowInputSchemaRequestItemPreferredControlType)
- func (o *DaVinciFlowInputSchemaRequestItem) SetPreferredDataType(v DaVinciFlowInputSchemaRequestItemPreferredDataType)
- func (o *DaVinciFlowInputSchemaRequestItem) SetPropertyName(v string)
- func (o *DaVinciFlowInputSchemaRequestItem) SetRequired(v bool)
- func (o DaVinciFlowInputSchemaRequestItem) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowInputSchemaRequestItem) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowInputSchemaRequestItemPreferredControlType
- type DaVinciFlowInputSchemaRequestItemPreferredDataType
- type DaVinciFlowInputSchemaResponseItem
- func (o *DaVinciFlowInputSchemaResponseItem) GetDescription() string
- func (o *DaVinciFlowInputSchemaResponseItem) GetDescriptionOk() (*string, bool)
- func (o *DaVinciFlowInputSchemaResponseItem) GetIsExpanded() bool
- func (o *DaVinciFlowInputSchemaResponseItem) GetIsExpandedOk() (*bool, bool)
- func (o *DaVinciFlowInputSchemaResponseItem) GetPreferredControlType() string
- func (o *DaVinciFlowInputSchemaResponseItem) GetPreferredControlTypeOk() (*string, bool)
- func (o *DaVinciFlowInputSchemaResponseItem) GetPreferredDataType() DaVinciFlowInputSchemaResponseItemPreferredDataType
- func (o *DaVinciFlowInputSchemaResponseItem) GetPreferredDataTypeOk() (*DaVinciFlowInputSchemaResponseItemPreferredDataType, bool)
- func (o *DaVinciFlowInputSchemaResponseItem) GetPropertyName() string
- func (o *DaVinciFlowInputSchemaResponseItem) GetPropertyNameOk() (*string, bool)
- func (o *DaVinciFlowInputSchemaResponseItem) GetRequired() bool
- func (o *DaVinciFlowInputSchemaResponseItem) GetRequiredOk() (*bool, bool)
- func (o *DaVinciFlowInputSchemaResponseItem) HasDescription() bool
- func (o *DaVinciFlowInputSchemaResponseItem) HasIsExpanded() bool
- func (o *DaVinciFlowInputSchemaResponseItem) HasRequired() bool
- func (o DaVinciFlowInputSchemaResponseItem) LogValue() slog.Value
- func (o DaVinciFlowInputSchemaResponseItem) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowInputSchemaResponseItem) SetDescription(v string)
- func (o *DaVinciFlowInputSchemaResponseItem) SetIsExpanded(v bool)
- func (o *DaVinciFlowInputSchemaResponseItem) SetPreferredControlType(v string)
- func (o *DaVinciFlowInputSchemaResponseItem) SetPreferredDataType(v DaVinciFlowInputSchemaResponseItemPreferredDataType)
- func (o *DaVinciFlowInputSchemaResponseItem) SetPropertyName(v string)
- func (o *DaVinciFlowInputSchemaResponseItem) SetRequired(v bool)
- func (o DaVinciFlowInputSchemaResponseItem) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowInputSchemaResponseItem) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowInputSchemaResponseItemPreferredDataType
- type DaVinciFlowOutputSchemaRequest
- func (o *DaVinciFlowOutputSchemaRequest) GetOutput() DaVinciFlowOutputSchemaRequestOutput
- func (o *DaVinciFlowOutputSchemaRequest) GetOutputOk() (*DaVinciFlowOutputSchemaRequestOutput, bool)
- func (o DaVinciFlowOutputSchemaRequest) LogValue() slog.Value
- func (o DaVinciFlowOutputSchemaRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowOutputSchemaRequest) SetOutput(v DaVinciFlowOutputSchemaRequestOutput)
- func (o DaVinciFlowOutputSchemaRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowOutputSchemaRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowOutputSchemaRequestOutput
- func (o *DaVinciFlowOutputSchemaRequestOutput) GetAdditionalPropertiesField() bool
- func (o *DaVinciFlowOutputSchemaRequestOutput) GetAdditionalPropertiesFieldOk() (*bool, bool)
- func (o *DaVinciFlowOutputSchemaRequestOutput) GetProperties() map[string]interface{}
- func (o *DaVinciFlowOutputSchemaRequestOutput) GetPropertiesOk() (map[string]interface{}, bool)
- func (o *DaVinciFlowOutputSchemaRequestOutput) GetType() DaVinciFlowOutputSchemaRequestOutputType
- func (o *DaVinciFlowOutputSchemaRequestOutput) GetTypeOk() (*DaVinciFlowOutputSchemaRequestOutputType, bool)
- func (o *DaVinciFlowOutputSchemaRequestOutput) HasAdditionalPropertiesField() bool
- func (o DaVinciFlowOutputSchemaRequestOutput) LogValue() slog.Value
- func (o DaVinciFlowOutputSchemaRequestOutput) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowOutputSchemaRequestOutput) SetAdditionalPropertiesField(v bool)
- func (o *DaVinciFlowOutputSchemaRequestOutput) SetProperties(v map[string]interface{})
- func (o *DaVinciFlowOutputSchemaRequestOutput) SetType(v DaVinciFlowOutputSchemaRequestOutputType)
- func (o DaVinciFlowOutputSchemaRequestOutput) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowOutputSchemaRequestOutput) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowOutputSchemaRequestOutputType
- type DaVinciFlowOutputSchemaResponse
- func (o *DaVinciFlowOutputSchemaResponse) GetOutput() DaVinciFlowOutputSchemaResponseOutput
- func (o *DaVinciFlowOutputSchemaResponse) GetOutputOk() (*DaVinciFlowOutputSchemaResponseOutput, bool)
- func (o DaVinciFlowOutputSchemaResponse) LogValue() slog.Value
- func (o DaVinciFlowOutputSchemaResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowOutputSchemaResponse) SetOutput(v DaVinciFlowOutputSchemaResponseOutput)
- func (o DaVinciFlowOutputSchemaResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowOutputSchemaResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowOutputSchemaResponseOutput
- func (o *DaVinciFlowOutputSchemaResponseOutput) GetAdditionalPropertiesField() bool
- func (o *DaVinciFlowOutputSchemaResponseOutput) GetAdditionalPropertiesFieldOk() (*bool, bool)
- func (o *DaVinciFlowOutputSchemaResponseOutput) GetProperties() map[string]interface{}
- func (o *DaVinciFlowOutputSchemaResponseOutput) GetPropertiesOk() (map[string]interface{}, bool)
- func (o *DaVinciFlowOutputSchemaResponseOutput) GetType() DaVinciFlowOutputSchemaResponseOutputType
- func (o *DaVinciFlowOutputSchemaResponseOutput) GetTypeOk() (*DaVinciFlowOutputSchemaResponseOutputType, bool)
- func (o *DaVinciFlowOutputSchemaResponseOutput) HasAdditionalPropertiesField() bool
- func (o DaVinciFlowOutputSchemaResponseOutput) LogValue() slog.Value
- func (o DaVinciFlowOutputSchemaResponseOutput) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowOutputSchemaResponseOutput) SetAdditionalPropertiesField(v bool)
- func (o *DaVinciFlowOutputSchemaResponseOutput) SetProperties(v map[string]interface{})
- func (o *DaVinciFlowOutputSchemaResponseOutput) SetType(v DaVinciFlowOutputSchemaResponseOutputType)
- func (o DaVinciFlowOutputSchemaResponseOutput) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowOutputSchemaResponseOutput) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowOutputSchemaResponseOutputType
- type DaVinciFlowPolicyCollection
- func (o *DaVinciFlowPolicyCollection) GetEmbedded() DaVinciFlowPolicyCollectionEmbedded
- func (o *DaVinciFlowPolicyCollection) GetEmbeddedOk() (*DaVinciFlowPolicyCollectionEmbedded, bool)
- func (o *DaVinciFlowPolicyCollection) GetLinks() DaVinciFlowPolicyCollectionLinks
- func (o *DaVinciFlowPolicyCollection) GetLinksOk() (*DaVinciFlowPolicyCollectionLinks, bool)
- func (o DaVinciFlowPolicyCollection) LogValue() slog.Value
- func (o DaVinciFlowPolicyCollection) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyCollection) SetEmbedded(v DaVinciFlowPolicyCollectionEmbedded)
- func (o *DaVinciFlowPolicyCollection) SetLinks(v DaVinciFlowPolicyCollectionLinks)
- func (o DaVinciFlowPolicyCollection) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyCollection) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyCollectionEmbedded
- func (o *DaVinciFlowPolicyCollectionEmbedded) GetFlowPolicies() []DaVinciFlowPolicyResponse
- func (o *DaVinciFlowPolicyCollectionEmbedded) GetFlowPoliciesOk() ([]DaVinciFlowPolicyResponse, bool)
- func (o DaVinciFlowPolicyCollectionEmbedded) LogValue() slog.Value
- func (o DaVinciFlowPolicyCollectionEmbedded) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyCollectionEmbedded) SetFlowPolicies(v []DaVinciFlowPolicyResponse)
- func (o DaVinciFlowPolicyCollectionEmbedded) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyCollectionEmbedded) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyCollectionLinks
- func (o *DaVinciFlowPolicyCollectionLinks) GetDavinciApplication() JSONHALLink
- func (o *DaVinciFlowPolicyCollectionLinks) GetDavinciApplicationOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowPolicyCollectionLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciFlowPolicyCollectionLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowPolicyCollectionLinks) GetSelf() JSONHALLink
- func (o *DaVinciFlowPolicyCollectionLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o DaVinciFlowPolicyCollectionLinks) LogValue() slog.Value
- func (o DaVinciFlowPolicyCollectionLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyCollectionLinks) SetDavinciApplication(v JSONHALLink)
- func (o *DaVinciFlowPolicyCollectionLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciFlowPolicyCollectionLinks) SetSelf(v JSONHALLink)
- func (o DaVinciFlowPolicyCollectionLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyCollectionLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyCreateRequest
- func (o *DaVinciFlowPolicyCreateRequest) GetFlowDistributions() []DaVinciFlowPolicyCreateRequestFlowDistribution
- func (o *DaVinciFlowPolicyCreateRequest) GetFlowDistributionsOk() ([]DaVinciFlowPolicyCreateRequestFlowDistribution, bool)
- func (o *DaVinciFlowPolicyCreateRequest) GetName() string
- func (o *DaVinciFlowPolicyCreateRequest) GetNameOk() (*string, bool)
- func (o *DaVinciFlowPolicyCreateRequest) GetStatus() DaVinciFlowPolicyCreateRequestStatus
- func (o *DaVinciFlowPolicyCreateRequest) GetStatusOk() (*DaVinciFlowPolicyCreateRequestStatus, bool)
- func (o *DaVinciFlowPolicyCreateRequest) GetTrigger() DaVinciFlowPolicyCreateRequestTrigger
- func (o *DaVinciFlowPolicyCreateRequest) GetTriggerOk() (*DaVinciFlowPolicyCreateRequestTrigger, bool)
- func (o *DaVinciFlowPolicyCreateRequest) HasName() bool
- func (o *DaVinciFlowPolicyCreateRequest) HasStatus() bool
- func (o *DaVinciFlowPolicyCreateRequest) HasTrigger() bool
- func (o DaVinciFlowPolicyCreateRequest) LogValue() slog.Value
- func (o DaVinciFlowPolicyCreateRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyCreateRequest) SetFlowDistributions(v []DaVinciFlowPolicyCreateRequestFlowDistribution)
- func (o *DaVinciFlowPolicyCreateRequest) SetName(v string)
- func (o *DaVinciFlowPolicyCreateRequest) SetStatus(v DaVinciFlowPolicyCreateRequestStatus)
- func (o *DaVinciFlowPolicyCreateRequest) SetTrigger(v DaVinciFlowPolicyCreateRequestTrigger)
- func (o DaVinciFlowPolicyCreateRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyCreateRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyCreateRequestFlowDistribution
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetId() string
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetIdOk() (*string, bool)
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetIp() []string
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetIpOk() ([]string, bool)
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetSuccessNodes() []DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetSuccessNodesOk() ([]DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode, bool)
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetVersion() float32
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetVersionOk() (*float32, bool)
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetWeight() float32
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetWeightOk() (*float32, bool)
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) HasIp() bool
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) HasSuccessNodes() bool
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) HasWeight() bool
- func (o DaVinciFlowPolicyCreateRequestFlowDistribution) LogValue() slog.Value
- func (o DaVinciFlowPolicyCreateRequestFlowDistribution) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) SetId(v string)
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) SetIp(v []string)
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) SetSuccessNodes(v []DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode)
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) SetVersion(v float32)
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) SetWeight(v float32)
- func (o DaVinciFlowPolicyCreateRequestFlowDistribution) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode
- func (o *DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) GetId() string
- func (o *DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) GetIdOk() (*string, bool)
- func (o DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) LogValue() slog.Value
- func (o DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) SetId(v string)
- func (o DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyCreateRequestStatus
- type DaVinciFlowPolicyCreateRequestTrigger
- func (o *DaVinciFlowPolicyCreateRequestTrigger) GetConfiguration() DaVinciFlowPolicyCreateRequestTriggerConfiguration
- func (o *DaVinciFlowPolicyCreateRequestTrigger) GetConfigurationOk() (*DaVinciFlowPolicyCreateRequestTriggerConfiguration, bool)
- func (o *DaVinciFlowPolicyCreateRequestTrigger) GetType() DaVinciFlowPolicyCreateRequestTriggerType
- func (o *DaVinciFlowPolicyCreateRequestTrigger) GetTypeOk() (*DaVinciFlowPolicyCreateRequestTriggerType, bool)
- func (o *DaVinciFlowPolicyCreateRequestTrigger) HasConfiguration() bool
- func (o *DaVinciFlowPolicyCreateRequestTrigger) HasType() bool
- func (o DaVinciFlowPolicyCreateRequestTrigger) LogValue() slog.Value
- func (o DaVinciFlowPolicyCreateRequestTrigger) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyCreateRequestTrigger) SetConfiguration(v DaVinciFlowPolicyCreateRequestTriggerConfiguration)
- func (o *DaVinciFlowPolicyCreateRequestTrigger) SetType(v DaVinciFlowPolicyCreateRequestTriggerType)
- func (o DaVinciFlowPolicyCreateRequestTrigger) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyCreateRequestTrigger) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyCreateRequestTriggerConfiguration
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) GetMfa() DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) GetMfaOk() (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA, bool)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) GetPwd() DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) GetPwdOk() (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword, bool)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) HasMfa() bool
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) HasPwd() bool
- func (o DaVinciFlowPolicyCreateRequestTriggerConfiguration) LogValue() slog.Value
- func (o DaVinciFlowPolicyCreateRequestTriggerConfiguration) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) SetMfa(v DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) SetPwd(v DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword)
- func (o DaVinciFlowPolicyCreateRequestTriggerConfiguration) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetEnabled() bool
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetEnabledOk() (*bool, bool)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetTime() float32
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetTimeFormat() string
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetTimeFormatOk() (*string, bool)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetTimeOk() (*float32, bool)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) HasEnabled() bool
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) HasTime() bool
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) HasTimeFormat() bool
- func (o DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) LogValue() slog.Value
- func (o DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) SetEnabled(v bool)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) SetTime(v float32)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) SetTimeFormat(v string)
- func (o DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetEnabled() bool
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetEnabledOk() (*bool, bool)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetTime() float32
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetTimeFormat() string
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetTimeFormatOk() (*string, bool)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetTimeOk() (*float32, bool)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) HasEnabled() bool
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) HasTime() bool
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) HasTimeFormat() bool
- func (o DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) LogValue() slog.Value
- func (o DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) SetEnabled(v bool)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) SetTime(v float32)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) SetTimeFormat(v string)
- func (o DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyCreateRequestTriggerType
- type DaVinciFlowPolicyEventsCollection
- func (o *DaVinciFlowPolicyEventsCollection) GetEmbedded() DaVinciFlowPolicyEventsCollectionEmbedded
- func (o *DaVinciFlowPolicyEventsCollection) GetEmbeddedOk() (*DaVinciFlowPolicyEventsCollectionEmbedded, bool)
- func (o *DaVinciFlowPolicyEventsCollection) GetLinks() DaVinciFlowPolicyEventsCollectionLinks
- func (o *DaVinciFlowPolicyEventsCollection) GetLinksOk() (*DaVinciFlowPolicyEventsCollectionLinks, bool)
- func (o DaVinciFlowPolicyEventsCollection) LogValue() slog.Value
- func (o DaVinciFlowPolicyEventsCollection) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyEventsCollection) SetEmbedded(v DaVinciFlowPolicyEventsCollectionEmbedded)
- func (o *DaVinciFlowPolicyEventsCollection) SetLinks(v DaVinciFlowPolicyEventsCollectionLinks)
- func (o DaVinciFlowPolicyEventsCollection) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyEventsCollection) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyEventsCollectionEmbedded
- func (o *DaVinciFlowPolicyEventsCollectionEmbedded) GetEvents() []DaVinciFlowPolicyEventsCollectionEmbeddedEvent
- func (o *DaVinciFlowPolicyEventsCollectionEmbedded) GetEventsOk() ([]DaVinciFlowPolicyEventsCollectionEmbeddedEvent, bool)
- func (o DaVinciFlowPolicyEventsCollectionEmbedded) LogValue() slog.Value
- func (o DaVinciFlowPolicyEventsCollectionEmbedded) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyEventsCollectionEmbedded) SetEvents(v []DaVinciFlowPolicyEventsCollectionEmbeddedEvent)
- func (o DaVinciFlowPolicyEventsCollectionEmbedded) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyEventsCollectionEmbedded) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyEventsCollectionEmbeddedEvent
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetEnvironment() DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetEnvironmentOk() (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment, bool)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetEvents() []DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetEventsOk() ([]DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent, bool)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetFlow() DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetFlowOk() (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow, bool)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetSuccessCount() float32
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetSuccessCountOk() (*float32, bool)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetTotalCount() float32
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetTotalCountOk() (*float32, bool)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) HasEvents() bool
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) HasSuccessCount() bool
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) HasTotalCount() bool
- func (o DaVinciFlowPolicyEventsCollectionEmbeddedEvent) LogValue() slog.Value
- func (o DaVinciFlowPolicyEventsCollectionEmbeddedEvent) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetEnvironment(v DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetEvents(v []DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetFlow(v DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetSuccessCount(v float32)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetTotalCount(v float32)
- func (o DaVinciFlowPolicyEventsCollectionEmbeddedEvent) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) GetId() string
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) GetIdOk() (*string, bool)
- func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) LogValue() slog.Value
- func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) SetId(v string)
- func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) GetId() string
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) GetIdOk() (*string, bool)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) GetTimestamp() string
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) GetTimestampOk() (*string, bool)
- func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) LogValue() slog.Value
- func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) SetId(v string)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) SetTimestamp(v string)
- func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) GetId() string
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) GetIdOk() (*string, bool)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) GetVersion() float32
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) GetVersionOk() (*float32, bool)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) HasVersion() bool
- func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) LogValue() slog.Value
- func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) SetId(v string)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) SetVersion(v float32)
- func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyEventsCollectionLinks
- func (o *DaVinciFlowPolicyEventsCollectionLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciFlowPolicyEventsCollectionLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowPolicyEventsCollectionLinks) GetSelf() JSONHALLink
- func (o *DaVinciFlowPolicyEventsCollectionLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o DaVinciFlowPolicyEventsCollectionLinks) LogValue() slog.Value
- func (o DaVinciFlowPolicyEventsCollectionLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyEventsCollectionLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciFlowPolicyEventsCollectionLinks) SetSelf(v JSONHALLink)
- func (o DaVinciFlowPolicyEventsCollectionLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyEventsCollectionLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyReplaceRequest
- func (o *DaVinciFlowPolicyReplaceRequest) GetFlowDistributions() []DaVinciFlowPolicyReplaceRequestFlowDistribution
- func (o *DaVinciFlowPolicyReplaceRequest) GetFlowDistributionsOk() ([]DaVinciFlowPolicyReplaceRequestFlowDistribution, bool)
- func (o *DaVinciFlowPolicyReplaceRequest) GetName() string
- func (o *DaVinciFlowPolicyReplaceRequest) GetNameOk() (*string, bool)
- func (o *DaVinciFlowPolicyReplaceRequest) GetStatus() DaVinciFlowPolicyReplaceRequestStatus
- func (o *DaVinciFlowPolicyReplaceRequest) GetStatusOk() (*DaVinciFlowPolicyReplaceRequestStatus, bool)
- func (o *DaVinciFlowPolicyReplaceRequest) GetTrigger() DaVinciFlowPolicyReplaceRequestTrigger
- func (o *DaVinciFlowPolicyReplaceRequest) GetTriggerOk() (*DaVinciFlowPolicyReplaceRequestTrigger, bool)
- func (o *DaVinciFlowPolicyReplaceRequest) HasFlowDistributions() bool
- func (o *DaVinciFlowPolicyReplaceRequest) HasStatus() bool
- func (o *DaVinciFlowPolicyReplaceRequest) HasTrigger() bool
- func (o DaVinciFlowPolicyReplaceRequest) LogValue() slog.Value
- func (o DaVinciFlowPolicyReplaceRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyReplaceRequest) SetFlowDistributions(v []DaVinciFlowPolicyReplaceRequestFlowDistribution)
- func (o *DaVinciFlowPolicyReplaceRequest) SetName(v string)
- func (o *DaVinciFlowPolicyReplaceRequest) SetStatus(v DaVinciFlowPolicyReplaceRequestStatus)
- func (o *DaVinciFlowPolicyReplaceRequest) SetTrigger(v DaVinciFlowPolicyReplaceRequestTrigger)
- func (o DaVinciFlowPolicyReplaceRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyReplaceRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyReplaceRequestFlowDistribution
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetId() string
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetIdOk() (*string, bool)
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetIp() []string
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetIpOk() ([]string, bool)
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetSuccessNodes() []DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetSuccessNodesOk() ([]DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode, bool)
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetVersion() float32
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetVersionOk() (*float32, bool)
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetWeight() float32
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetWeightOk() (*float32, bool)
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) HasIp() bool
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) HasSuccessNodes() bool
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) HasWeight() bool
- func (o DaVinciFlowPolicyReplaceRequestFlowDistribution) LogValue() slog.Value
- func (o DaVinciFlowPolicyReplaceRequestFlowDistribution) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) SetId(v string)
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) SetIp(v []string)
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) SetSuccessNodes(v []DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode)
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) SetVersion(v float32)
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) SetWeight(v float32)
- func (o DaVinciFlowPolicyReplaceRequestFlowDistribution) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) GetId() string
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) GetIdOk() (*string, bool)
- func (o DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) LogValue() slog.Value
- func (o DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) SetId(v string)
- func (o DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyReplaceRequestStatus
- type DaVinciFlowPolicyReplaceRequestTrigger
- func (o *DaVinciFlowPolicyReplaceRequestTrigger) GetConfiguration() DaVinciFlowPolicyReplaceRequestTriggerConfiguration
- func (o *DaVinciFlowPolicyReplaceRequestTrigger) GetConfigurationOk() (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration, bool)
- func (o *DaVinciFlowPolicyReplaceRequestTrigger) GetType() DaVinciFlowPolicyReplaceRequestTriggerType
- func (o *DaVinciFlowPolicyReplaceRequestTrigger) GetTypeOk() (*DaVinciFlowPolicyReplaceRequestTriggerType, bool)
- func (o *DaVinciFlowPolicyReplaceRequestTrigger) HasConfiguration() bool
- func (o *DaVinciFlowPolicyReplaceRequestTrigger) HasType() bool
- func (o DaVinciFlowPolicyReplaceRequestTrigger) LogValue() slog.Value
- func (o DaVinciFlowPolicyReplaceRequestTrigger) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyReplaceRequestTrigger) SetConfiguration(v DaVinciFlowPolicyReplaceRequestTriggerConfiguration)
- func (o *DaVinciFlowPolicyReplaceRequestTrigger) SetType(v DaVinciFlowPolicyReplaceRequestTriggerType)
- func (o DaVinciFlowPolicyReplaceRequestTrigger) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyReplaceRequestTrigger) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyReplaceRequestTriggerConfiguration
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) GetMfa() DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) GetMfaOk() (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA, bool)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) GetPwd() DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) GetPwdOk() (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword, bool)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) HasMfa() bool
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) HasPwd() bool
- func (o DaVinciFlowPolicyReplaceRequestTriggerConfiguration) LogValue() slog.Value
- func (o DaVinciFlowPolicyReplaceRequestTriggerConfiguration) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) SetMfa(v DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) SetPwd(v DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword)
- func (o DaVinciFlowPolicyReplaceRequestTriggerConfiguration) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetEnabled() bool
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetEnabledOk() (*bool, bool)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetTime() float32
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetTimeFormat() string
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetTimeFormatOk() (*string, bool)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetTimeOk() (*float32, bool)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) HasEnabled() bool
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) HasTime() bool
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) HasTimeFormat() bool
- func (o DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) LogValue() slog.Value
- func (o DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) SetEnabled(v bool)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) SetTime(v float32)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) SetTimeFormat(v string)
- func (o DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetEnabled() bool
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetEnabledOk() (*bool, bool)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetTime() float32
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetTimeFormat() string
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetTimeFormatOk() (*string, bool)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetTimeOk() (*float32, bool)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) HasEnabled() bool
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) HasTime() bool
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) HasTimeFormat() bool
- func (o DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) LogValue() slog.Value
- func (o DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) SetEnabled(v bool)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) SetTime(v float32)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) SetTimeFormat(v string)
- func (o DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyReplaceRequestTriggerType
- type DaVinciFlowPolicyResponse
- func (o *DaVinciFlowPolicyResponse) GetApplication() ResourceRelationshipDaVinciReadOnly
- func (o *DaVinciFlowPolicyResponse) GetApplicationOk() (*ResourceRelationshipDaVinciReadOnly, bool)
- func (o *DaVinciFlowPolicyResponse) GetCreatedAt() time.Time
- func (o *DaVinciFlowPolicyResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *DaVinciFlowPolicyResponse) GetEnvironment() ResourceRelationshipReadOnly
- func (o *DaVinciFlowPolicyResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
- func (o *DaVinciFlowPolicyResponse) GetFlowDistributions() []DaVinciFlowPolicyResponseFlowDistribution
- func (o *DaVinciFlowPolicyResponse) GetFlowDistributionsOk() ([]DaVinciFlowPolicyResponseFlowDistribution, bool)
- func (o *DaVinciFlowPolicyResponse) GetId() string
- func (o *DaVinciFlowPolicyResponse) GetIdOk() (*string, bool)
- func (o *DaVinciFlowPolicyResponse) GetLinks() DaVinciFlowPolicyResponseLinks
- func (o *DaVinciFlowPolicyResponse) GetLinksOk() (*DaVinciFlowPolicyResponseLinks, bool)
- func (o *DaVinciFlowPolicyResponse) GetName() string
- func (o *DaVinciFlowPolicyResponse) GetNameOk() (*string, bool)
- func (o *DaVinciFlowPolicyResponse) GetStatus() DaVinciFlowPolicyResponseStatus
- func (o *DaVinciFlowPolicyResponse) GetStatusOk() (*DaVinciFlowPolicyResponseStatus, bool)
- func (o *DaVinciFlowPolicyResponse) GetTrigger() DaVinciFlowPolicyResponseTrigger
- func (o *DaVinciFlowPolicyResponse) GetTriggerOk() (*DaVinciFlowPolicyResponseTrigger, bool)
- func (o *DaVinciFlowPolicyResponse) GetUpdatedAt() time.Time
- func (o *DaVinciFlowPolicyResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o *DaVinciFlowPolicyResponse) HasApplication() bool
- func (o *DaVinciFlowPolicyResponse) HasCreatedAt() bool
- func (o *DaVinciFlowPolicyResponse) HasTrigger() bool
- func (o *DaVinciFlowPolicyResponse) HasUpdatedAt() bool
- func (o DaVinciFlowPolicyResponse) LogValue() slog.Value
- func (o DaVinciFlowPolicyResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyResponse) SetApplication(v ResourceRelationshipDaVinciReadOnly)
- func (o *DaVinciFlowPolicyResponse) SetCreatedAt(v time.Time)
- func (o *DaVinciFlowPolicyResponse) SetEnvironment(v ResourceRelationshipReadOnly)
- func (o *DaVinciFlowPolicyResponse) SetFlowDistributions(v []DaVinciFlowPolicyResponseFlowDistribution)
- func (o *DaVinciFlowPolicyResponse) SetId(v string)
- func (o *DaVinciFlowPolicyResponse) SetLinks(v DaVinciFlowPolicyResponseLinks)
- func (o *DaVinciFlowPolicyResponse) SetName(v string)
- func (o *DaVinciFlowPolicyResponse) SetStatus(v DaVinciFlowPolicyResponseStatus)
- func (o *DaVinciFlowPolicyResponse) SetTrigger(v DaVinciFlowPolicyResponseTrigger)
- func (o *DaVinciFlowPolicyResponse) SetUpdatedAt(v time.Time)
- func (o DaVinciFlowPolicyResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyResponseFlowDistribution
- func (o *DaVinciFlowPolicyResponseFlowDistribution) GetId() string
- func (o *DaVinciFlowPolicyResponseFlowDistribution) GetIdOk() (*string, bool)
- func (o *DaVinciFlowPolicyResponseFlowDistribution) GetIp() []string
- func (o *DaVinciFlowPolicyResponseFlowDistribution) GetIpOk() ([]string, bool)
- func (o *DaVinciFlowPolicyResponseFlowDistribution) GetSuccessNodes() []DaVinciFlowPolicyResponseFlowDistributionSuccessNode
- func (o *DaVinciFlowPolicyResponseFlowDistribution) GetSuccessNodesOk() ([]DaVinciFlowPolicyResponseFlowDistributionSuccessNode, bool)
- func (o *DaVinciFlowPolicyResponseFlowDistribution) GetVersion() float32
- func (o *DaVinciFlowPolicyResponseFlowDistribution) GetVersionOk() (*float32, bool)
- func (o *DaVinciFlowPolicyResponseFlowDistribution) GetWeight() float32
- func (o *DaVinciFlowPolicyResponseFlowDistribution) GetWeightOk() (*float32, bool)
- func (o *DaVinciFlowPolicyResponseFlowDistribution) HasIp() bool
- func (o *DaVinciFlowPolicyResponseFlowDistribution) HasSuccessNodes() bool
- func (o *DaVinciFlowPolicyResponseFlowDistribution) HasWeight() bool
- func (o DaVinciFlowPolicyResponseFlowDistribution) LogValue() slog.Value
- func (o DaVinciFlowPolicyResponseFlowDistribution) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyResponseFlowDistribution) SetId(v string)
- func (o *DaVinciFlowPolicyResponseFlowDistribution) SetIp(v []string)
- func (o *DaVinciFlowPolicyResponseFlowDistribution) SetSuccessNodes(v []DaVinciFlowPolicyResponseFlowDistributionSuccessNode)
- func (o *DaVinciFlowPolicyResponseFlowDistribution) SetVersion(v float32)
- func (o *DaVinciFlowPolicyResponseFlowDistribution) SetWeight(v float32)
- func (o DaVinciFlowPolicyResponseFlowDistribution) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyResponseFlowDistribution) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyResponseFlowDistributionSuccessNode
- func (o *DaVinciFlowPolicyResponseFlowDistributionSuccessNode) GetId() string
- func (o *DaVinciFlowPolicyResponseFlowDistributionSuccessNode) GetIdOk() (*string, bool)
- func (o DaVinciFlowPolicyResponseFlowDistributionSuccessNode) LogValue() slog.Value
- func (o DaVinciFlowPolicyResponseFlowDistributionSuccessNode) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyResponseFlowDistributionSuccessNode) SetId(v string)
- func (o DaVinciFlowPolicyResponseFlowDistributionSuccessNode) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyResponseFlowDistributionSuccessNode) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyResponseLinks
- func (o *DaVinciFlowPolicyResponseLinks) GetDavinciApplication() JSONHALLink
- func (o *DaVinciFlowPolicyResponseLinks) GetDavinciApplicationOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowPolicyResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciFlowPolicyResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowPolicyResponseLinks) GetFlowIndex() JSONHALLink
- func (o *DaVinciFlowPolicyResponseLinks) GetFlowIndexOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowPolicyResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciFlowPolicyResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowPolicyResponseLinks) GetVersionFlowIdIndex() JSONHALLink
- func (o *DaVinciFlowPolicyResponseLinks) GetVersionFlowIdIndexOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowPolicyResponseLinks) HasFlowIndex() bool
- func (o *DaVinciFlowPolicyResponseLinks) HasVersionFlowIdIndex() bool
- func (o DaVinciFlowPolicyResponseLinks) LogValue() slog.Value
- func (o DaVinciFlowPolicyResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyResponseLinks) SetDavinciApplication(v JSONHALLink)
- func (o *DaVinciFlowPolicyResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciFlowPolicyResponseLinks) SetFlowIndex(v JSONHALLink)
- func (o *DaVinciFlowPolicyResponseLinks) SetSelf(v JSONHALLink)
- func (o *DaVinciFlowPolicyResponseLinks) SetVersionFlowIdIndex(v JSONHALLink)
- func (o DaVinciFlowPolicyResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyResponseStatus
- type DaVinciFlowPolicyResponseTrigger
- func (o *DaVinciFlowPolicyResponseTrigger) GetConfiguration() DaVinciFlowPolicyResponseTriggerConfiguration
- func (o *DaVinciFlowPolicyResponseTrigger) GetConfigurationOk() (*DaVinciFlowPolicyResponseTriggerConfiguration, bool)
- func (o *DaVinciFlowPolicyResponseTrigger) GetType() string
- func (o *DaVinciFlowPolicyResponseTrigger) GetTypeOk() (*string, bool)
- func (o *DaVinciFlowPolicyResponseTrigger) HasConfiguration() bool
- func (o *DaVinciFlowPolicyResponseTrigger) HasType() bool
- func (o DaVinciFlowPolicyResponseTrigger) LogValue() slog.Value
- func (o DaVinciFlowPolicyResponseTrigger) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyResponseTrigger) SetConfiguration(v DaVinciFlowPolicyResponseTriggerConfiguration)
- func (o *DaVinciFlowPolicyResponseTrigger) SetType(v string)
- func (o DaVinciFlowPolicyResponseTrigger) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyResponseTrigger) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyResponseTriggerConfiguration
- func (o *DaVinciFlowPolicyResponseTriggerConfiguration) GetMfa() DaVinciFlowPolicyResponseTriggerConfigurationMFA
- func (o *DaVinciFlowPolicyResponseTriggerConfiguration) GetMfaOk() (*DaVinciFlowPolicyResponseTriggerConfigurationMFA, bool)
- func (o *DaVinciFlowPolicyResponseTriggerConfiguration) GetPwd() DaVinciFlowPolicyResponseTriggerConfigurationPassword
- func (o *DaVinciFlowPolicyResponseTriggerConfiguration) GetPwdOk() (*DaVinciFlowPolicyResponseTriggerConfigurationPassword, bool)
- func (o DaVinciFlowPolicyResponseTriggerConfiguration) LogValue() slog.Value
- func (o DaVinciFlowPolicyResponseTriggerConfiguration) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyResponseTriggerConfiguration) SetMfa(v DaVinciFlowPolicyResponseTriggerConfigurationMFA)
- func (o *DaVinciFlowPolicyResponseTriggerConfiguration) SetPwd(v DaVinciFlowPolicyResponseTriggerConfigurationPassword)
- func (o DaVinciFlowPolicyResponseTriggerConfiguration) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyResponseTriggerConfiguration) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyResponseTriggerConfigurationMFA
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetEnabled() bool
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetEnabledOk() (*bool, bool)
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTime() float32
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTimeFormat() string
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTimeFormatOk() (*string, bool)
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTimeOk() (*float32, bool)
- func (o DaVinciFlowPolicyResponseTriggerConfigurationMFA) LogValue() slog.Value
- func (o DaVinciFlowPolicyResponseTriggerConfigurationMFA) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) SetEnabled(v bool)
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) SetTime(v float32)
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) SetTimeFormat(v string)
- func (o DaVinciFlowPolicyResponseTriggerConfigurationMFA) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyResponseTriggerConfigurationPassword
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetEnabled() bool
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetEnabledOk() (*bool, bool)
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTime() float32
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTimeFormat() string
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTimeFormatOk() (*string, bool)
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTimeOk() (*float32, bool)
- func (o DaVinciFlowPolicyResponseTriggerConfigurationPassword) LogValue() slog.Value
- func (o DaVinciFlowPolicyResponseTriggerConfigurationPassword) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) SetEnabled(v bool)
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) SetTime(v float32)
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) SetTimeFormat(v string)
- func (o DaVinciFlowPolicyResponseTriggerConfigurationPassword) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyTrigger
- func (o *DaVinciFlowPolicyTrigger) GetType() DaVinciFlowPolicyTriggerType
- func (o *DaVinciFlowPolicyTrigger) GetTypeOk() (*DaVinciFlowPolicyTriggerType, bool)
- func (o *DaVinciFlowPolicyTrigger) HasType() bool
- func (o DaVinciFlowPolicyTrigger) LogValue() slog.Value
- func (o DaVinciFlowPolicyTrigger) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowPolicyTrigger) SetType(v DaVinciFlowPolicyTriggerType)
- func (o DaVinciFlowPolicyTrigger) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowPolicyTrigger) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowPolicyTriggerType
- type DaVinciFlowReplaceRequest
- func (o *DaVinciFlowReplaceRequest) GetColor() string
- func (o *DaVinciFlowReplaceRequest) GetColorOk() (*string, bool)
- func (o *DaVinciFlowReplaceRequest) GetDescription() string
- func (o *DaVinciFlowReplaceRequest) GetDescriptionOk() (*string, bool)
- func (o *DaVinciFlowReplaceRequest) GetGraphData() DaVinciFlowGraphDataRequest
- func (o *DaVinciFlowReplaceRequest) GetGraphDataOk() (*DaVinciFlowGraphDataRequest, bool)
- func (o *DaVinciFlowReplaceRequest) GetInputSchema() []DaVinciFlowInputSchemaRequestItem
- func (o *DaVinciFlowReplaceRequest) GetInputSchemaOk() ([]DaVinciFlowInputSchemaRequestItem, bool)
- func (o *DaVinciFlowReplaceRequest) GetName() string
- func (o *DaVinciFlowReplaceRequest) GetNameOk() (*string, bool)
- func (o *DaVinciFlowReplaceRequest) GetOutputSchema() DaVinciFlowOutputSchemaRequest
- func (o *DaVinciFlowReplaceRequest) GetOutputSchemaOk() (*DaVinciFlowOutputSchemaRequest, bool)
- func (o *DaVinciFlowReplaceRequest) GetSettings() DaVinciFlowSettingsRequest
- func (o *DaVinciFlowReplaceRequest) GetSettingsOk() (*DaVinciFlowSettingsRequest, bool)
- func (o *DaVinciFlowReplaceRequest) GetTrigger() DaVinciFlowTriggerRequest
- func (o *DaVinciFlowReplaceRequest) GetTriggerOk() (*DaVinciFlowTriggerRequest, bool)
- func (o *DaVinciFlowReplaceRequest) HasColor() bool
- func (o *DaVinciFlowReplaceRequest) HasDescription() bool
- func (o *DaVinciFlowReplaceRequest) HasGraphData() bool
- func (o *DaVinciFlowReplaceRequest) HasInputSchema() bool
- func (o *DaVinciFlowReplaceRequest) HasOutputSchema() bool
- func (o *DaVinciFlowReplaceRequest) HasSettings() bool
- func (o *DaVinciFlowReplaceRequest) HasTrigger() bool
- func (o DaVinciFlowReplaceRequest) LogValue() slog.Value
- func (o DaVinciFlowReplaceRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowReplaceRequest) SetColor(v string)
- func (o *DaVinciFlowReplaceRequest) SetDescription(v string)
- func (o *DaVinciFlowReplaceRequest) SetGraphData(v DaVinciFlowGraphDataRequest)
- func (o *DaVinciFlowReplaceRequest) SetInputSchema(v []DaVinciFlowInputSchemaRequestItem)
- func (o *DaVinciFlowReplaceRequest) SetName(v string)
- func (o *DaVinciFlowReplaceRequest) SetOutputSchema(v DaVinciFlowOutputSchemaRequest)
- func (o *DaVinciFlowReplaceRequest) SetSettings(v DaVinciFlowSettingsRequest)
- func (o *DaVinciFlowReplaceRequest) SetTrigger(v DaVinciFlowTriggerRequest)
- func (o DaVinciFlowReplaceRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowReplaceRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowResponse
- func (o *DaVinciFlowResponse) GetColor() string
- func (o *DaVinciFlowResponse) GetColorOk() (*string, bool)
- func (o *DaVinciFlowResponse) GetConnectors() []ResourceRelationshipDaVinciReadOnly
- func (o *DaVinciFlowResponse) GetConnectorsOk() ([]ResourceRelationshipDaVinciReadOnly, bool)
- func (o *DaVinciFlowResponse) GetCreatedAt() time.Time
- func (o *DaVinciFlowResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *DaVinciFlowResponse) GetCurrentVersion() float32
- func (o *DaVinciFlowResponse) GetCurrentVersionOk() (*float32, bool)
- func (o *DaVinciFlowResponse) GetDeployedAt() time.Time
- func (o *DaVinciFlowResponse) GetDeployedAtOk() (*time.Time, bool)
- func (o *DaVinciFlowResponse) GetDescription() string
- func (o *DaVinciFlowResponse) GetDescriptionOk() (*string, bool)
- func (o *DaVinciFlowResponse) GetDvlinterErrorCount() float32
- func (o *DaVinciFlowResponse) GetDvlinterErrorCountOk() (*float32, bool)
- func (o *DaVinciFlowResponse) GetDvlinterWarningCount() float32
- func (o *DaVinciFlowResponse) GetDvlinterWarningCountOk() (*float32, bool)
- func (o *DaVinciFlowResponse) GetEnabled() bool
- func (o *DaVinciFlowResponse) GetEnabledOk() (*bool, bool)
- func (o *DaVinciFlowResponse) GetEnvironment() ResourceRelationshipReadOnly
- func (o *DaVinciFlowResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
- func (o *DaVinciFlowResponse) GetGraphData() DaVinciFlowGraphDataResponse
- func (o *DaVinciFlowResponse) GetGraphDataOk() (*DaVinciFlowGraphDataResponse, bool)
- func (o *DaVinciFlowResponse) GetId() string
- func (o *DaVinciFlowResponse) GetIdOk() (*string, bool)
- func (o *DaVinciFlowResponse) GetInputSchema() []DaVinciFlowInputSchemaResponseItem
- func (o *DaVinciFlowResponse) GetInputSchemaOk() ([]DaVinciFlowInputSchemaResponseItem, bool)
- func (o *DaVinciFlowResponse) GetLinks() DaVinciFlowResponseLinks
- func (o *DaVinciFlowResponse) GetLinksOk() (*DaVinciFlowResponseLinks, bool)
- func (o *DaVinciFlowResponse) GetName() string
- func (o *DaVinciFlowResponse) GetNameOk() (*string, bool)
- func (o *DaVinciFlowResponse) GetOutputSchema() DaVinciFlowOutputSchemaResponse
- func (o *DaVinciFlowResponse) GetOutputSchemaOk() (*DaVinciFlowOutputSchemaResponse, bool)
- func (o *DaVinciFlowResponse) GetPublishedVersion() float32
- func (o *DaVinciFlowResponse) GetPublishedVersionOk() (*float32, bool)
- func (o *DaVinciFlowResponse) GetSettings() DaVinciFlowSettingsResponse
- func (o *DaVinciFlowResponse) GetSettingsOk() (*DaVinciFlowSettingsResponse, bool)
- func (o *DaVinciFlowResponse) GetTrigger() DaVinciFlowTriggerResponse
- func (o *DaVinciFlowResponse) GetTriggerOk() (*DaVinciFlowTriggerResponse, bool)
- func (o *DaVinciFlowResponse) GetUpdatedAt() time.Time
- func (o *DaVinciFlowResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o *DaVinciFlowResponse) HasColor() bool
- func (o *DaVinciFlowResponse) HasConnectors() bool
- func (o *DaVinciFlowResponse) HasCreatedAt() bool
- func (o *DaVinciFlowResponse) HasCurrentVersion() bool
- func (o *DaVinciFlowResponse) HasDeployedAt() bool
- func (o *DaVinciFlowResponse) HasDescription() bool
- func (o *DaVinciFlowResponse) HasDvlinterErrorCount() bool
- func (o *DaVinciFlowResponse) HasDvlinterWarningCount() bool
- func (o *DaVinciFlowResponse) HasEnabled() bool
- func (o *DaVinciFlowResponse) HasGraphData() bool
- func (o *DaVinciFlowResponse) HasInputSchema() bool
- func (o *DaVinciFlowResponse) HasOutputSchema() bool
- func (o *DaVinciFlowResponse) HasPublishedVersion() bool
- func (o *DaVinciFlowResponse) HasSettings() bool
- func (o *DaVinciFlowResponse) HasTrigger() bool
- func (o *DaVinciFlowResponse) HasUpdatedAt() bool
- func (o DaVinciFlowResponse) LogValue() slog.Value
- func (o DaVinciFlowResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowResponse) SetColor(v string)
- func (o *DaVinciFlowResponse) SetConnectors(v []ResourceRelationshipDaVinciReadOnly)
- func (o *DaVinciFlowResponse) SetCreatedAt(v time.Time)
- func (o *DaVinciFlowResponse) SetCurrentVersion(v float32)
- func (o *DaVinciFlowResponse) SetDeployedAt(v time.Time)
- func (o *DaVinciFlowResponse) SetDescription(v string)
- func (o *DaVinciFlowResponse) SetDvlinterErrorCount(v float32)
- func (o *DaVinciFlowResponse) SetDvlinterWarningCount(v float32)
- func (o *DaVinciFlowResponse) SetEnabled(v bool)
- func (o *DaVinciFlowResponse) SetEnvironment(v ResourceRelationshipReadOnly)
- func (o *DaVinciFlowResponse) SetGraphData(v DaVinciFlowGraphDataResponse)
- func (o *DaVinciFlowResponse) SetId(v string)
- func (o *DaVinciFlowResponse) SetInputSchema(v []DaVinciFlowInputSchemaResponseItem)
- func (o *DaVinciFlowResponse) SetLinks(v DaVinciFlowResponseLinks)
- func (o *DaVinciFlowResponse) SetName(v string)
- func (o *DaVinciFlowResponse) SetOutputSchema(v DaVinciFlowOutputSchemaResponse)
- func (o *DaVinciFlowResponse) SetPublishedVersion(v float32)
- func (o *DaVinciFlowResponse) SetSettings(v DaVinciFlowSettingsResponse)
- func (o *DaVinciFlowResponse) SetTrigger(v DaVinciFlowTriggerResponse)
- func (o *DaVinciFlowResponse) SetUpdatedAt(v time.Time)
- func (o DaVinciFlowResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowResponseLinks
- func (o *DaVinciFlowResponseLinks) GetConnectorInstances() JSONHALLink
- func (o *DaVinciFlowResponseLinks) GetConnectorInstancesOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowResponseLinks) GetConnectors() JSONHALLink
- func (o *DaVinciFlowResponseLinks) GetConnectorsOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciFlowResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowResponseLinks) GetFlowClone() JSONHALLink
- func (o *DaVinciFlowResponseLinks) GetFlowCloneOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowResponseLinks) GetFlowDeploy() JSONHALLink
- func (o *DaVinciFlowResponseLinks) GetFlowDeployOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowResponseLinks) GetFlowEnabled() JSONHALLink
- func (o *DaVinciFlowResponseLinks) GetFlowEnabledOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowResponseLinks) GetFlowValidate() JSONHALLink
- func (o *DaVinciFlowResponseLinks) GetFlowValidateOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciFlowResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowResponseLinks) GetVersion() JSONHALLink
- func (o *DaVinciFlowResponseLinks) GetVersionOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowResponseLinks) HasFlowValidate() bool
- func (o DaVinciFlowResponseLinks) LogValue() slog.Value
- func (o DaVinciFlowResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowResponseLinks) SetConnectorInstances(v JSONHALLink)
- func (o *DaVinciFlowResponseLinks) SetConnectors(v JSONHALLink)
- func (o *DaVinciFlowResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciFlowResponseLinks) SetFlowClone(v JSONHALLink)
- func (o *DaVinciFlowResponseLinks) SetFlowDeploy(v JSONHALLink)
- func (o *DaVinciFlowResponseLinks) SetFlowEnabled(v JSONHALLink)
- func (o *DaVinciFlowResponseLinks) SetFlowValidate(v JSONHALLink)
- func (o *DaVinciFlowResponseLinks) SetSelf(v JSONHALLink)
- func (o *DaVinciFlowResponseLinks) SetVersion(v JSONHALLink)
- func (o DaVinciFlowResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowSettingsRequest
- func (o *DaVinciFlowSettingsRequest) GetCsp() string
- func (o *DaVinciFlowSettingsRequest) GetCspOk() (*string, bool)
- func (o *DaVinciFlowSettingsRequest) GetCss() string
- func (o *DaVinciFlowSettingsRequest) GetCssLinks() []string
- func (o *DaVinciFlowSettingsRequest) GetCssLinksOk() ([]string, bool)
- func (o *DaVinciFlowSettingsRequest) GetCssOk() (*string, bool)
- func (o *DaVinciFlowSettingsRequest) GetCustomErrorScreenBrandLogoUrl() string
- func (o *DaVinciFlowSettingsRequest) GetCustomErrorScreenBrandLogoUrlOk() (*string, bool)
- func (o *DaVinciFlowSettingsRequest) GetCustomErrorShowFooter() DaVinciFlowSettingsRequestCustomErrorShowFooter
- func (o *DaVinciFlowSettingsRequest) GetCustomErrorShowFooterOk() (*DaVinciFlowSettingsRequestCustomErrorShowFooter, bool)
- func (o *DaVinciFlowSettingsRequest) GetCustomFaviconLink() string
- func (o *DaVinciFlowSettingsRequest) GetCustomFaviconLinkOk() (*string, bool)
- func (o *DaVinciFlowSettingsRequest) GetCustomLogoURLSelection() int32
- func (o *DaVinciFlowSettingsRequest) GetCustomLogoURLSelectionOk() (*int32, bool)
- func (o *DaVinciFlowSettingsRequest) GetCustomTitle() string
- func (o *DaVinciFlowSettingsRequest) GetCustomTitleOk() (*string, bool)
- func (o *DaVinciFlowSettingsRequest) GetDefaultErrorScreenBrandLogo() DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo
- func (o *DaVinciFlowSettingsRequest) GetDefaultErrorScreenBrandLogoOk() (*DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo, bool)
- func (o *DaVinciFlowSettingsRequest) GetFlowHttpTimeoutInSeconds() int32
- func (o *DaVinciFlowSettingsRequest) GetFlowHttpTimeoutInSecondsOk() (*int32, bool)
- func (o *DaVinciFlowSettingsRequest) GetFlowTimeoutInSeconds() int32
- func (o *DaVinciFlowSettingsRequest) GetFlowTimeoutInSecondsOk() (*int32, bool)
- func (o *DaVinciFlowSettingsRequest) GetIntermediateLoadingScreenCSS() DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS
- func (o *DaVinciFlowSettingsRequest) GetIntermediateLoadingScreenCSSOk() (*DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS, bool)
- func (o *DaVinciFlowSettingsRequest) GetIntermediateLoadingScreenHTML() DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML
- func (o *DaVinciFlowSettingsRequest) GetIntermediateLoadingScreenHTMLOk() (*DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML, bool)
- func (o *DaVinciFlowSettingsRequest) GetJsCustomFlowPlayer() string
- func (o *DaVinciFlowSettingsRequest) GetJsCustomFlowPlayerOk() (*string, bool)
- func (o *DaVinciFlowSettingsRequest) GetJsLinks() []DaVinciFlowSettingsRequestJsLink
- func (o *DaVinciFlowSettingsRequest) GetJsLinksOk() ([]DaVinciFlowSettingsRequestJsLink, bool)
- func (o *DaVinciFlowSettingsRequest) GetLogLevel() int32
- func (o *DaVinciFlowSettingsRequest) GetLogLevelOk() (*int32, bool)
- func (o *DaVinciFlowSettingsRequest) GetRequireAuthenticationToInitiate() DaVinciFlowSettingsRequestRequireAuthenticationToInitiate
- func (o *DaVinciFlowSettingsRequest) GetRequireAuthenticationToInitiateOk() (*DaVinciFlowSettingsRequestRequireAuthenticationToInitiate, bool)
- func (o *DaVinciFlowSettingsRequest) GetScrubSensitiveInfo() DaVinciFlowSettingsRequestScrubSensitiveInfo
- func (o *DaVinciFlowSettingsRequest) GetScrubSensitiveInfoOk() (*DaVinciFlowSettingsRequestScrubSensitiveInfo, bool)
- func (o *DaVinciFlowSettingsRequest) GetSensitiveInfoFields() []string
- func (o *DaVinciFlowSettingsRequest) GetSensitiveInfoFieldsOk() ([]string, bool)
- func (o *DaVinciFlowSettingsRequest) GetUseCSP() DaVinciFlowSettingsRequestUseCSP
- func (o *DaVinciFlowSettingsRequest) GetUseCSPOk() (*DaVinciFlowSettingsRequestUseCSP, bool)
- func (o *DaVinciFlowSettingsRequest) GetUseCustomCSS() DaVinciFlowSettingsRequestUseCustomCSS
- func (o *DaVinciFlowSettingsRequest) GetUseCustomCSSOk() (*DaVinciFlowSettingsRequestUseCustomCSS, bool)
- func (o *DaVinciFlowSettingsRequest) GetUseCustomFlowPlayer() DaVinciFlowSettingsRequestUseCustomFlowPlayer
- func (o *DaVinciFlowSettingsRequest) GetUseCustomFlowPlayerOk() (*DaVinciFlowSettingsRequestUseCustomFlowPlayer, bool)
- func (o *DaVinciFlowSettingsRequest) GetUseCustomScript() DaVinciFlowSettingsRequestUseCustomScript
- func (o *DaVinciFlowSettingsRequest) GetUseCustomScriptOk() (*DaVinciFlowSettingsRequestUseCustomScript, bool)
- func (o *DaVinciFlowSettingsRequest) GetUseIntermediateLoadingScreen() DaVinciFlowSettingsRequestUseIntermediateLoadingScreen
- func (o *DaVinciFlowSettingsRequest) GetUseIntermediateLoadingScreenOk() (*DaVinciFlowSettingsRequestUseIntermediateLoadingScreen, bool)
- func (o *DaVinciFlowSettingsRequest) GetValidateOnSave() DaVinciFlowSettingsRequestValidateOnSave
- func (o *DaVinciFlowSettingsRequest) GetValidateOnSaveOk() (*DaVinciFlowSettingsRequestValidateOnSave, bool)
- func (o *DaVinciFlowSettingsRequest) HasCsp() bool
- func (o *DaVinciFlowSettingsRequest) HasCss() bool
- func (o *DaVinciFlowSettingsRequest) HasCssLinks() bool
- func (o *DaVinciFlowSettingsRequest) HasCustomErrorScreenBrandLogoUrl() bool
- func (o *DaVinciFlowSettingsRequest) HasCustomErrorShowFooter() bool
- func (o *DaVinciFlowSettingsRequest) HasCustomFaviconLink() bool
- func (o *DaVinciFlowSettingsRequest) HasCustomLogoURLSelection() bool
- func (o *DaVinciFlowSettingsRequest) HasCustomTitle() bool
- func (o *DaVinciFlowSettingsRequest) HasDefaultErrorScreenBrandLogo() bool
- func (o *DaVinciFlowSettingsRequest) HasFlowHttpTimeoutInSeconds() bool
- func (o *DaVinciFlowSettingsRequest) HasFlowTimeoutInSeconds() bool
- func (o *DaVinciFlowSettingsRequest) HasIntermediateLoadingScreenCSS() bool
- func (o *DaVinciFlowSettingsRequest) HasIntermediateLoadingScreenHTML() bool
- func (o *DaVinciFlowSettingsRequest) HasJsCustomFlowPlayer() bool
- func (o *DaVinciFlowSettingsRequest) HasJsLinks() bool
- func (o *DaVinciFlowSettingsRequest) HasLogLevel() bool
- func (o *DaVinciFlowSettingsRequest) HasRequireAuthenticationToInitiate() bool
- func (o *DaVinciFlowSettingsRequest) HasScrubSensitiveInfo() bool
- func (o *DaVinciFlowSettingsRequest) HasSensitiveInfoFields() bool
- func (o *DaVinciFlowSettingsRequest) HasUseCSP() bool
- func (o *DaVinciFlowSettingsRequest) HasUseCustomCSS() bool
- func (o *DaVinciFlowSettingsRequest) HasUseCustomFlowPlayer() bool
- func (o *DaVinciFlowSettingsRequest) HasUseCustomScript() bool
- func (o *DaVinciFlowSettingsRequest) HasUseIntermediateLoadingScreen() bool
- func (o *DaVinciFlowSettingsRequest) HasValidateOnSave() bool
- func (o DaVinciFlowSettingsRequest) LogValue() slog.Value
- func (o DaVinciFlowSettingsRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowSettingsRequest) SetCsp(v string)
- func (o *DaVinciFlowSettingsRequest) SetCss(v string)
- func (o *DaVinciFlowSettingsRequest) SetCssLinks(v []string)
- func (o *DaVinciFlowSettingsRequest) SetCustomErrorScreenBrandLogoUrl(v string)
- func (o *DaVinciFlowSettingsRequest) SetCustomErrorShowFooter(v DaVinciFlowSettingsRequestCustomErrorShowFooter)
- func (o *DaVinciFlowSettingsRequest) SetCustomFaviconLink(v string)
- func (o *DaVinciFlowSettingsRequest) SetCustomLogoURLSelection(v int32)
- func (o *DaVinciFlowSettingsRequest) SetCustomTitle(v string)
- func (o *DaVinciFlowSettingsRequest) SetDefaultErrorScreenBrandLogo(v DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo)
- func (o *DaVinciFlowSettingsRequest) SetFlowHttpTimeoutInSeconds(v int32)
- func (o *DaVinciFlowSettingsRequest) SetFlowTimeoutInSeconds(v int32)
- func (o *DaVinciFlowSettingsRequest) SetIntermediateLoadingScreenCSS(v DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS)
- func (o *DaVinciFlowSettingsRequest) SetIntermediateLoadingScreenHTML(v DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML)
- func (o *DaVinciFlowSettingsRequest) SetJsCustomFlowPlayer(v string)
- func (o *DaVinciFlowSettingsRequest) SetJsLinks(v []DaVinciFlowSettingsRequestJsLink)
- func (o *DaVinciFlowSettingsRequest) SetLogLevel(v int32)
- func (o *DaVinciFlowSettingsRequest) SetRequireAuthenticationToInitiate(v DaVinciFlowSettingsRequestRequireAuthenticationToInitiate)
- func (o *DaVinciFlowSettingsRequest) SetScrubSensitiveInfo(v DaVinciFlowSettingsRequestScrubSensitiveInfo)
- func (o *DaVinciFlowSettingsRequest) SetSensitiveInfoFields(v []string)
- func (o *DaVinciFlowSettingsRequest) SetUseCSP(v DaVinciFlowSettingsRequestUseCSP)
- func (o *DaVinciFlowSettingsRequest) SetUseCustomCSS(v DaVinciFlowSettingsRequestUseCustomCSS)
- func (o *DaVinciFlowSettingsRequest) SetUseCustomFlowPlayer(v DaVinciFlowSettingsRequestUseCustomFlowPlayer)
- func (o *DaVinciFlowSettingsRequest) SetUseCustomScript(v DaVinciFlowSettingsRequestUseCustomScript)
- func (o *DaVinciFlowSettingsRequest) SetUseIntermediateLoadingScreen(v DaVinciFlowSettingsRequestUseIntermediateLoadingScreen)
- func (o *DaVinciFlowSettingsRequest) SetValidateOnSave(v DaVinciFlowSettingsRequestValidateOnSave)
- func (o DaVinciFlowSettingsRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowSettingsRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowSettingsRequestCustomErrorShowFooter
- func BoolAsDaVinciFlowSettingsRequestCustomErrorShowFooter(v *bool) DaVinciFlowSettingsRequestCustomErrorShowFooter
- func DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2AsDaVinciFlowSettingsRequestCustomErrorShowFooter(v *DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) DaVinciFlowSettingsRequestCustomErrorShowFooter
- func (obj *DaVinciFlowSettingsRequestCustomErrorShowFooter) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsRequestCustomErrorShowFooter) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsRequestCustomErrorShowFooter) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsRequestCustomErrorShowFooter) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2
- func (v DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) IsValid() bool
- func (v DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) Ptr() *DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2
- func (v *DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) UnmarshalJSON(src []byte) error
- type DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo
- func BoolAsDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo(v *bool) DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo
- func DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2AsDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo(v *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo
- func (obj *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2
- func (v DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) IsValid() bool
- func (v DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) Ptr() *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2
- func (v *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON(src []byte) error
- type DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS
- func (obj *DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML
- func (obj *DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsRequestJsLink
- func (o *DaVinciFlowSettingsRequestJsLink) GetCrossorigin() string
- func (o *DaVinciFlowSettingsRequestJsLink) GetCrossoriginOk() (*string, bool)
- func (o *DaVinciFlowSettingsRequestJsLink) GetDefer() DaVinciFlowSettingsRequestJsLinkDefer
- func (o *DaVinciFlowSettingsRequestJsLink) GetDeferOk() (*DaVinciFlowSettingsRequestJsLinkDefer, bool)
- func (o *DaVinciFlowSettingsRequestJsLink) GetIntegrity() string
- func (o *DaVinciFlowSettingsRequestJsLink) GetIntegrityOk() (*string, bool)
- func (o *DaVinciFlowSettingsRequestJsLink) GetLabel() string
- func (o *DaVinciFlowSettingsRequestJsLink) GetLabelOk() (*string, bool)
- func (o *DaVinciFlowSettingsRequestJsLink) GetReferrerpolicy() string
- func (o *DaVinciFlowSettingsRequestJsLink) GetReferrerpolicyOk() (*string, bool)
- func (o *DaVinciFlowSettingsRequestJsLink) GetType() string
- func (o *DaVinciFlowSettingsRequestJsLink) GetTypeOk() (*string, bool)
- func (o *DaVinciFlowSettingsRequestJsLink) GetValue() string
- func (o *DaVinciFlowSettingsRequestJsLink) GetValueOk() (*string, bool)
- func (o DaVinciFlowSettingsRequestJsLink) LogValue() slog.Value
- func (o DaVinciFlowSettingsRequestJsLink) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowSettingsRequestJsLink) SetCrossorigin(v string)
- func (o *DaVinciFlowSettingsRequestJsLink) SetDefer(v DaVinciFlowSettingsRequestJsLinkDefer)
- func (o *DaVinciFlowSettingsRequestJsLink) SetIntegrity(v string)
- func (o *DaVinciFlowSettingsRequestJsLink) SetLabel(v string)
- func (o *DaVinciFlowSettingsRequestJsLink) SetReferrerpolicy(v string)
- func (o *DaVinciFlowSettingsRequestJsLink) SetType(v string)
- func (o *DaVinciFlowSettingsRequestJsLink) SetValue(v string)
- func (o DaVinciFlowSettingsRequestJsLink) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowSettingsRequestJsLink) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowSettingsRequestJsLinkDefer
- func (obj *DaVinciFlowSettingsRequestJsLinkDefer) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsRequestJsLinkDefer) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsRequestJsLinkDefer) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsRequestJsLinkDefer) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsRequestJsLinkDeferChoice2
- type DaVinciFlowSettingsRequestRequireAuthenticationToInitiate
- func BoolAsDaVinciFlowSettingsRequestRequireAuthenticationToInitiate(v *bool) DaVinciFlowSettingsRequestRequireAuthenticationToInitiate
- func DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2AsDaVinciFlowSettingsRequestRequireAuthenticationToInitiate(v *DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) DaVinciFlowSettingsRequestRequireAuthenticationToInitiate
- func (obj *DaVinciFlowSettingsRequestRequireAuthenticationToInitiate) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsRequestRequireAuthenticationToInitiate) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsRequestRequireAuthenticationToInitiate) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsRequestRequireAuthenticationToInitiate) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2
- func (v DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) IsValid() bool
- func (v DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) Ptr() *DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2
- func (v *DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) UnmarshalJSON(src []byte) error
- type DaVinciFlowSettingsRequestScrubSensitiveInfo
- func BoolAsDaVinciFlowSettingsRequestScrubSensitiveInfo(v *bool) DaVinciFlowSettingsRequestScrubSensitiveInfo
- func DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2AsDaVinciFlowSettingsRequestScrubSensitiveInfo(v *DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) DaVinciFlowSettingsRequestScrubSensitiveInfo
- func (obj *DaVinciFlowSettingsRequestScrubSensitiveInfo) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsRequestScrubSensitiveInfo) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsRequestScrubSensitiveInfo) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsRequestScrubSensitiveInfo) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2
- type DaVinciFlowSettingsRequestUseCSP
- func (obj *DaVinciFlowSettingsRequestUseCSP) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsRequestUseCSP) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsRequestUseCSP) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsRequestUseCSP) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsRequestUseCSPChoice2
- type DaVinciFlowSettingsRequestUseCustomCSS
- func (obj *DaVinciFlowSettingsRequestUseCustomCSS) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsRequestUseCustomCSS) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsRequestUseCustomCSS) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsRequestUseCustomCSS) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsRequestUseCustomCSSChoice2
- type DaVinciFlowSettingsRequestUseCustomFlowPlayer
- func BoolAsDaVinciFlowSettingsRequestUseCustomFlowPlayer(v *bool) DaVinciFlowSettingsRequestUseCustomFlowPlayer
- func DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2AsDaVinciFlowSettingsRequestUseCustomFlowPlayer(v *DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) DaVinciFlowSettingsRequestUseCustomFlowPlayer
- func (obj *DaVinciFlowSettingsRequestUseCustomFlowPlayer) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsRequestUseCustomFlowPlayer) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsRequestUseCustomFlowPlayer) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsRequestUseCustomFlowPlayer) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2
- type DaVinciFlowSettingsRequestUseCustomScript
- func (obj *DaVinciFlowSettingsRequestUseCustomScript) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsRequestUseCustomScript) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsRequestUseCustomScript) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsRequestUseCustomScript) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsRequestUseCustomScriptChoice2
- type DaVinciFlowSettingsRequestUseIntermediateLoadingScreen
- func BoolAsDaVinciFlowSettingsRequestUseIntermediateLoadingScreen(v *bool) DaVinciFlowSettingsRequestUseIntermediateLoadingScreen
- func DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2AsDaVinciFlowSettingsRequestUseIntermediateLoadingScreen(v *DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) DaVinciFlowSettingsRequestUseIntermediateLoadingScreen
- func (obj *DaVinciFlowSettingsRequestUseIntermediateLoadingScreen) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsRequestUseIntermediateLoadingScreen) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsRequestUseIntermediateLoadingScreen) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsRequestUseIntermediateLoadingScreen) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2
- func (v DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) IsValid() bool
- func (v DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) Ptr() *DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2
- func (v *DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) UnmarshalJSON(src []byte) error
- type DaVinciFlowSettingsRequestValidateOnSave
- func (obj *DaVinciFlowSettingsRequestValidateOnSave) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsRequestValidateOnSave) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsRequestValidateOnSave) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsRequestValidateOnSave) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsRequestValidateOnSaveChoice2
- type DaVinciFlowSettingsResponse
- func (o *DaVinciFlowSettingsResponse) GetCsp() string
- func (o *DaVinciFlowSettingsResponse) GetCspOk() (*string, bool)
- func (o *DaVinciFlowSettingsResponse) GetCss() string
- func (o *DaVinciFlowSettingsResponse) GetCssLinks() []string
- func (o *DaVinciFlowSettingsResponse) GetCssLinksOk() ([]string, bool)
- func (o *DaVinciFlowSettingsResponse) GetCssOk() (*string, bool)
- func (o *DaVinciFlowSettingsResponse) GetCustomErrorScreenBrandLogoUrl() string
- func (o *DaVinciFlowSettingsResponse) GetCustomErrorScreenBrandLogoUrlOk() (*string, bool)
- func (o *DaVinciFlowSettingsResponse) GetCustomErrorShowFooter() DaVinciFlowSettingsResponseCustomErrorShowFooter
- func (o *DaVinciFlowSettingsResponse) GetCustomErrorShowFooterOk() (*DaVinciFlowSettingsResponseCustomErrorShowFooter, bool)
- func (o *DaVinciFlowSettingsResponse) GetCustomFaviconLink() string
- func (o *DaVinciFlowSettingsResponse) GetCustomFaviconLinkOk() (*string, bool)
- func (o *DaVinciFlowSettingsResponse) GetCustomLogoURLSelection() int32
- func (o *DaVinciFlowSettingsResponse) GetCustomLogoURLSelectionOk() (*int32, bool)
- func (o *DaVinciFlowSettingsResponse) GetCustomTitle() string
- func (o *DaVinciFlowSettingsResponse) GetCustomTitleOk() (*string, bool)
- func (o *DaVinciFlowSettingsResponse) GetDefaultErrorScreenBrandLogo() DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo
- func (o *DaVinciFlowSettingsResponse) GetDefaultErrorScreenBrandLogoOk() (*DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo, bool)
- func (o *DaVinciFlowSettingsResponse) GetFlowHttpTimeoutInSeconds() int32
- func (o *DaVinciFlowSettingsResponse) GetFlowHttpTimeoutInSecondsOk() (*int32, bool)
- func (o *DaVinciFlowSettingsResponse) GetFlowTimeoutInSeconds() float32
- func (o *DaVinciFlowSettingsResponse) GetFlowTimeoutInSecondsOk() (*float32, bool)
- func (o *DaVinciFlowSettingsResponse) GetIntermediateLoadingScreenCSS() DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS
- func (o *DaVinciFlowSettingsResponse) GetIntermediateLoadingScreenCSSOk() (*DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS, bool)
- func (o *DaVinciFlowSettingsResponse) GetIntermediateLoadingScreenHTML() DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML
- func (o *DaVinciFlowSettingsResponse) GetIntermediateLoadingScreenHTMLOk() (*DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML, bool)
- func (o *DaVinciFlowSettingsResponse) GetJsCustomFlowPlayer() string
- func (o *DaVinciFlowSettingsResponse) GetJsCustomFlowPlayerOk() (*string, bool)
- func (o *DaVinciFlowSettingsResponse) GetJsLinks() []DaVinciFlowSettingsResponseJsLink
- func (o *DaVinciFlowSettingsResponse) GetJsLinksOk() ([]DaVinciFlowSettingsResponseJsLink, bool)
- func (o *DaVinciFlowSettingsResponse) GetLogLevel() int32
- func (o *DaVinciFlowSettingsResponse) GetLogLevelOk() (*int32, bool)
- func (o *DaVinciFlowSettingsResponse) GetRequireAuthenticationToInitiate() DaVinciFlowSettingsResponseRequireAuthenticationToInitiate
- func (o *DaVinciFlowSettingsResponse) GetRequireAuthenticationToInitiateOk() (*DaVinciFlowSettingsResponseRequireAuthenticationToInitiate, bool)
- func (o *DaVinciFlowSettingsResponse) GetScrubSensitiveInfo() DaVinciFlowSettingsResponseScrubSensitiveInfo
- func (o *DaVinciFlowSettingsResponse) GetScrubSensitiveInfoOk() (*DaVinciFlowSettingsResponseScrubSensitiveInfo, bool)
- func (o *DaVinciFlowSettingsResponse) GetSensitiveInfoFields() []string
- func (o *DaVinciFlowSettingsResponse) GetSensitiveInfoFieldsOk() ([]string, bool)
- func (o *DaVinciFlowSettingsResponse) GetUseCSP() DaVinciFlowSettingsResponseUseCSP
- func (o *DaVinciFlowSettingsResponse) GetUseCSPOk() (*DaVinciFlowSettingsResponseUseCSP, bool)
- func (o *DaVinciFlowSettingsResponse) GetUseCustomCSS() DaVinciFlowSettingsResponseUseCustomCSS
- func (o *DaVinciFlowSettingsResponse) GetUseCustomCSSOk() (*DaVinciFlowSettingsResponseUseCustomCSS, bool)
- func (o *DaVinciFlowSettingsResponse) GetUseCustomFlowPlayer() DaVinciFlowSettingsResponseUseCustomFlowPlayer
- func (o *DaVinciFlowSettingsResponse) GetUseCustomFlowPlayerOk() (*DaVinciFlowSettingsResponseUseCustomFlowPlayer, bool)
- func (o *DaVinciFlowSettingsResponse) GetUseCustomScript() DaVinciFlowSettingsResponseUseCustomScript
- func (o *DaVinciFlowSettingsResponse) GetUseCustomScriptOk() (*DaVinciFlowSettingsResponseUseCustomScript, bool)
- func (o *DaVinciFlowSettingsResponse) GetUseIntermediateLoadingScreen() DaVinciFlowSettingsResponseUseIntermediateLoadingScreen
- func (o *DaVinciFlowSettingsResponse) GetUseIntermediateLoadingScreenOk() (*DaVinciFlowSettingsResponseUseIntermediateLoadingScreen, bool)
- func (o *DaVinciFlowSettingsResponse) GetValidateOnSave() DaVinciFlowSettingsResponseValidateOnSave
- func (o *DaVinciFlowSettingsResponse) GetValidateOnSaveOk() (*DaVinciFlowSettingsResponseValidateOnSave, bool)
- func (o *DaVinciFlowSettingsResponse) HasCsp() bool
- func (o *DaVinciFlowSettingsResponse) HasCss() bool
- func (o *DaVinciFlowSettingsResponse) HasCssLinks() bool
- func (o *DaVinciFlowSettingsResponse) HasCustomErrorScreenBrandLogoUrl() bool
- func (o *DaVinciFlowSettingsResponse) HasCustomErrorShowFooter() bool
- func (o *DaVinciFlowSettingsResponse) HasCustomFaviconLink() bool
- func (o *DaVinciFlowSettingsResponse) HasCustomLogoURLSelection() bool
- func (o *DaVinciFlowSettingsResponse) HasCustomTitle() bool
- func (o *DaVinciFlowSettingsResponse) HasDefaultErrorScreenBrandLogo() bool
- func (o *DaVinciFlowSettingsResponse) HasFlowHttpTimeoutInSeconds() bool
- func (o *DaVinciFlowSettingsResponse) HasFlowTimeoutInSeconds() bool
- func (o *DaVinciFlowSettingsResponse) HasIntermediateLoadingScreenCSS() bool
- func (o *DaVinciFlowSettingsResponse) HasIntermediateLoadingScreenHTML() bool
- func (o *DaVinciFlowSettingsResponse) HasJsCustomFlowPlayer() bool
- func (o *DaVinciFlowSettingsResponse) HasJsLinks() bool
- func (o *DaVinciFlowSettingsResponse) HasLogLevel() bool
- func (o *DaVinciFlowSettingsResponse) HasRequireAuthenticationToInitiate() bool
- func (o *DaVinciFlowSettingsResponse) HasScrubSensitiveInfo() bool
- func (o *DaVinciFlowSettingsResponse) HasSensitiveInfoFields() bool
- func (o *DaVinciFlowSettingsResponse) HasUseCSP() bool
- func (o *DaVinciFlowSettingsResponse) HasUseCustomCSS() bool
- func (o *DaVinciFlowSettingsResponse) HasUseCustomFlowPlayer() bool
- func (o *DaVinciFlowSettingsResponse) HasUseCustomScript() bool
- func (o *DaVinciFlowSettingsResponse) HasUseIntermediateLoadingScreen() bool
- func (o *DaVinciFlowSettingsResponse) HasValidateOnSave() bool
- func (o DaVinciFlowSettingsResponse) LogValue() slog.Value
- func (o DaVinciFlowSettingsResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowSettingsResponse) SetCsp(v string)
- func (o *DaVinciFlowSettingsResponse) SetCss(v string)
- func (o *DaVinciFlowSettingsResponse) SetCssLinks(v []string)
- func (o *DaVinciFlowSettingsResponse) SetCustomErrorScreenBrandLogoUrl(v string)
- func (o *DaVinciFlowSettingsResponse) SetCustomErrorShowFooter(v DaVinciFlowSettingsResponseCustomErrorShowFooter)
- func (o *DaVinciFlowSettingsResponse) SetCustomFaviconLink(v string)
- func (o *DaVinciFlowSettingsResponse) SetCustomLogoURLSelection(v int32)
- func (o *DaVinciFlowSettingsResponse) SetCustomTitle(v string)
- func (o *DaVinciFlowSettingsResponse) SetDefaultErrorScreenBrandLogo(v DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo)
- func (o *DaVinciFlowSettingsResponse) SetFlowHttpTimeoutInSeconds(v int32)
- func (o *DaVinciFlowSettingsResponse) SetFlowTimeoutInSeconds(v float32)
- func (o *DaVinciFlowSettingsResponse) SetIntermediateLoadingScreenCSS(v DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS)
- func (o *DaVinciFlowSettingsResponse) SetIntermediateLoadingScreenHTML(v DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML)
- func (o *DaVinciFlowSettingsResponse) SetJsCustomFlowPlayer(v string)
- func (o *DaVinciFlowSettingsResponse) SetJsLinks(v []DaVinciFlowSettingsResponseJsLink)
- func (o *DaVinciFlowSettingsResponse) SetLogLevel(v int32)
- func (o *DaVinciFlowSettingsResponse) SetRequireAuthenticationToInitiate(v DaVinciFlowSettingsResponseRequireAuthenticationToInitiate)
- func (o *DaVinciFlowSettingsResponse) SetScrubSensitiveInfo(v DaVinciFlowSettingsResponseScrubSensitiveInfo)
- func (o *DaVinciFlowSettingsResponse) SetSensitiveInfoFields(v []string)
- func (o *DaVinciFlowSettingsResponse) SetUseCSP(v DaVinciFlowSettingsResponseUseCSP)
- func (o *DaVinciFlowSettingsResponse) SetUseCustomCSS(v DaVinciFlowSettingsResponseUseCustomCSS)
- func (o *DaVinciFlowSettingsResponse) SetUseCustomFlowPlayer(v DaVinciFlowSettingsResponseUseCustomFlowPlayer)
- func (o *DaVinciFlowSettingsResponse) SetUseCustomScript(v DaVinciFlowSettingsResponseUseCustomScript)
- func (o *DaVinciFlowSettingsResponse) SetUseIntermediateLoadingScreen(v DaVinciFlowSettingsResponseUseIntermediateLoadingScreen)
- func (o *DaVinciFlowSettingsResponse) SetValidateOnSave(v DaVinciFlowSettingsResponseValidateOnSave)
- func (o DaVinciFlowSettingsResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowSettingsResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowSettingsResponseCustomErrorShowFooter
- func BoolAsDaVinciFlowSettingsResponseCustomErrorShowFooter(v *bool) DaVinciFlowSettingsResponseCustomErrorShowFooter
- func DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2AsDaVinciFlowSettingsResponseCustomErrorShowFooter(v *DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) DaVinciFlowSettingsResponseCustomErrorShowFooter
- func (obj *DaVinciFlowSettingsResponseCustomErrorShowFooter) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsResponseCustomErrorShowFooter) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsResponseCustomErrorShowFooter) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsResponseCustomErrorShowFooter) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2
- func (v DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) IsValid() bool
- func (v DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) Ptr() *DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2
- func (v *DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) UnmarshalJSON(src []byte) error
- type DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo
- func BoolAsDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo(v *bool) DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo
- func DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2AsDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo(v *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo
- func (obj *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2
- func (v DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) IsValid() bool
- func (v DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) Ptr() *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2
- func (v *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON(src []byte) error
- type DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS
- func (obj *DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML
- func (obj *DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsResponseJsLink
- func (o *DaVinciFlowSettingsResponseJsLink) GetCrossorigin() string
- func (o *DaVinciFlowSettingsResponseJsLink) GetCrossoriginOk() (*string, bool)
- func (o *DaVinciFlowSettingsResponseJsLink) GetDefer() DaVinciFlowSettingsResponseJsLinkDefer
- func (o *DaVinciFlowSettingsResponseJsLink) GetDeferOk() (*DaVinciFlowSettingsResponseJsLinkDefer, bool)
- func (o *DaVinciFlowSettingsResponseJsLink) GetIntegrity() string
- func (o *DaVinciFlowSettingsResponseJsLink) GetIntegrityOk() (*string, bool)
- func (o *DaVinciFlowSettingsResponseJsLink) GetLabel() string
- func (o *DaVinciFlowSettingsResponseJsLink) GetLabelOk() (*string, bool)
- func (o *DaVinciFlowSettingsResponseJsLink) GetReferrerpolicy() string
- func (o *DaVinciFlowSettingsResponseJsLink) GetReferrerpolicyOk() (*string, bool)
- func (o *DaVinciFlowSettingsResponseJsLink) GetType() string
- func (o *DaVinciFlowSettingsResponseJsLink) GetTypeOk() (*string, bool)
- func (o *DaVinciFlowSettingsResponseJsLink) GetValue() string
- func (o *DaVinciFlowSettingsResponseJsLink) GetValueOk() (*string, bool)
- func (o DaVinciFlowSettingsResponseJsLink) LogValue() slog.Value
- func (o DaVinciFlowSettingsResponseJsLink) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowSettingsResponseJsLink) SetCrossorigin(v string)
- func (o *DaVinciFlowSettingsResponseJsLink) SetDefer(v DaVinciFlowSettingsResponseJsLinkDefer)
- func (o *DaVinciFlowSettingsResponseJsLink) SetIntegrity(v string)
- func (o *DaVinciFlowSettingsResponseJsLink) SetLabel(v string)
- func (o *DaVinciFlowSettingsResponseJsLink) SetReferrerpolicy(v string)
- func (o *DaVinciFlowSettingsResponseJsLink) SetType(v string)
- func (o *DaVinciFlowSettingsResponseJsLink) SetValue(v string)
- func (o DaVinciFlowSettingsResponseJsLink) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowSettingsResponseJsLink) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowSettingsResponseJsLinkDefer
- func (obj *DaVinciFlowSettingsResponseJsLinkDefer) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsResponseJsLinkDefer) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsResponseJsLinkDefer) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsResponseJsLinkDefer) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsResponseJsLinkDeferChoice2
- type DaVinciFlowSettingsResponseRequireAuthenticationToInitiate
- func BoolAsDaVinciFlowSettingsResponseRequireAuthenticationToInitiate(v *bool) DaVinciFlowSettingsResponseRequireAuthenticationToInitiate
- func DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2AsDaVinciFlowSettingsResponseRequireAuthenticationToInitiate(v *DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) DaVinciFlowSettingsResponseRequireAuthenticationToInitiate
- func (obj *DaVinciFlowSettingsResponseRequireAuthenticationToInitiate) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsResponseRequireAuthenticationToInitiate) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsResponseRequireAuthenticationToInitiate) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsResponseRequireAuthenticationToInitiate) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2
- func (v DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) IsValid() bool
- func (v DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) Ptr() *DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2
- func (v *DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) UnmarshalJSON(src []byte) error
- type DaVinciFlowSettingsResponseScrubSensitiveInfo
- func BoolAsDaVinciFlowSettingsResponseScrubSensitiveInfo(v *bool) DaVinciFlowSettingsResponseScrubSensitiveInfo
- func DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2AsDaVinciFlowSettingsResponseScrubSensitiveInfo(v *DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) DaVinciFlowSettingsResponseScrubSensitiveInfo
- func (obj *DaVinciFlowSettingsResponseScrubSensitiveInfo) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsResponseScrubSensitiveInfo) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsResponseScrubSensitiveInfo) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsResponseScrubSensitiveInfo) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2
- type DaVinciFlowSettingsResponseUseCSP
- func (obj *DaVinciFlowSettingsResponseUseCSP) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsResponseUseCSP) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsResponseUseCSP) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsResponseUseCSP) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsResponseUseCSPChoice2
- type DaVinciFlowSettingsResponseUseCustomCSS
- func (obj *DaVinciFlowSettingsResponseUseCustomCSS) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsResponseUseCustomCSS) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsResponseUseCustomCSS) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsResponseUseCustomCSS) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsResponseUseCustomCSSChoice2
- type DaVinciFlowSettingsResponseUseCustomFlowPlayer
- func BoolAsDaVinciFlowSettingsResponseUseCustomFlowPlayer(v *bool) DaVinciFlowSettingsResponseUseCustomFlowPlayer
- func DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2AsDaVinciFlowSettingsResponseUseCustomFlowPlayer(v *DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) DaVinciFlowSettingsResponseUseCustomFlowPlayer
- func (obj *DaVinciFlowSettingsResponseUseCustomFlowPlayer) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsResponseUseCustomFlowPlayer) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsResponseUseCustomFlowPlayer) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsResponseUseCustomFlowPlayer) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2
- type DaVinciFlowSettingsResponseUseCustomScript
- func BoolAsDaVinciFlowSettingsResponseUseCustomScript(v *bool) DaVinciFlowSettingsResponseUseCustomScript
- func DaVinciFlowSettingsResponseUseCustomScriptChoice2AsDaVinciFlowSettingsResponseUseCustomScript(v *DaVinciFlowSettingsResponseUseCustomScriptChoice2) DaVinciFlowSettingsResponseUseCustomScript
- func (obj *DaVinciFlowSettingsResponseUseCustomScript) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsResponseUseCustomScript) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsResponseUseCustomScript) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsResponseUseCustomScript) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsResponseUseCustomScriptChoice2
- type DaVinciFlowSettingsResponseUseIntermediateLoadingScreen
- func BoolAsDaVinciFlowSettingsResponseUseIntermediateLoadingScreen(v *bool) DaVinciFlowSettingsResponseUseIntermediateLoadingScreen
- func DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2AsDaVinciFlowSettingsResponseUseIntermediateLoadingScreen(v *DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) DaVinciFlowSettingsResponseUseIntermediateLoadingScreen
- func (obj *DaVinciFlowSettingsResponseUseIntermediateLoadingScreen) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsResponseUseIntermediateLoadingScreen) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsResponseUseIntermediateLoadingScreen) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsResponseUseIntermediateLoadingScreen) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2
- func (v DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) IsValid() bool
- func (v DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) Ptr() *DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2
- func (v *DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) UnmarshalJSON(src []byte) error
- type DaVinciFlowSettingsResponseValidateOnSave
- func (obj *DaVinciFlowSettingsResponseValidateOnSave) GetActualInstance() interface{}
- func (obj DaVinciFlowSettingsResponseValidateOnSave) GetActualInstanceValue() interface{}
- func (src DaVinciFlowSettingsResponseValidateOnSave) MarshalJSON() ([]byte, error)
- func (dst *DaVinciFlowSettingsResponseValidateOnSave) UnmarshalJSON(data []byte) error
- type DaVinciFlowSettingsResponseValidateOnSaveChoice2
- type DaVinciFlowTriggerRequest
- func (o *DaVinciFlowTriggerRequest) GetConfiguration() DaVinciFlowTriggerRequestConfiguration
- func (o *DaVinciFlowTriggerRequest) GetConfigurationOk() (*DaVinciFlowTriggerRequestConfiguration, bool)
- func (o *DaVinciFlowTriggerRequest) GetType() DaVinciFlowTriggerRequestType
- func (o *DaVinciFlowTriggerRequest) GetTypeOk() (*DaVinciFlowTriggerRequestType, bool)
- func (o *DaVinciFlowTriggerRequest) HasConfiguration() bool
- func (o DaVinciFlowTriggerRequest) LogValue() slog.Value
- func (o DaVinciFlowTriggerRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowTriggerRequest) SetConfiguration(v DaVinciFlowTriggerRequestConfiguration)
- func (o *DaVinciFlowTriggerRequest) SetType(v DaVinciFlowTriggerRequestType)
- func (o DaVinciFlowTriggerRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowTriggerRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowTriggerRequestConfiguration
- func (o *DaVinciFlowTriggerRequestConfiguration) GetMfa() DaVinciFlowTriggerRequestConfigurationMFA
- func (o *DaVinciFlowTriggerRequestConfiguration) GetMfaOk() (*DaVinciFlowTriggerRequestConfigurationMFA, bool)
- func (o *DaVinciFlowTriggerRequestConfiguration) GetPwd() DaVinciFlowTriggerRequestConfigurationPassword
- func (o *DaVinciFlowTriggerRequestConfiguration) GetPwdOk() (*DaVinciFlowTriggerRequestConfigurationPassword, bool)
- func (o DaVinciFlowTriggerRequestConfiguration) LogValue() slog.Value
- func (o DaVinciFlowTriggerRequestConfiguration) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowTriggerRequestConfiguration) SetMfa(v DaVinciFlowTriggerRequestConfigurationMFA)
- func (o *DaVinciFlowTriggerRequestConfiguration) SetPwd(v DaVinciFlowTriggerRequestConfigurationPassword)
- func (o DaVinciFlowTriggerRequestConfiguration) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowTriggerRequestConfiguration) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowTriggerRequestConfigurationMFA
- func (o *DaVinciFlowTriggerRequestConfigurationMFA) GetEnabled() bool
- func (o *DaVinciFlowTriggerRequestConfigurationMFA) GetEnabledOk() (*bool, bool)
- func (o *DaVinciFlowTriggerRequestConfigurationMFA) GetTime() float32
- func (o *DaVinciFlowTriggerRequestConfigurationMFA) GetTimeFormat() string
- func (o *DaVinciFlowTriggerRequestConfigurationMFA) GetTimeFormatOk() (*string, bool)
- func (o *DaVinciFlowTriggerRequestConfigurationMFA) GetTimeOk() (*float32, bool)
- func (o DaVinciFlowTriggerRequestConfigurationMFA) LogValue() slog.Value
- func (o DaVinciFlowTriggerRequestConfigurationMFA) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowTriggerRequestConfigurationMFA) SetEnabled(v bool)
- func (o *DaVinciFlowTriggerRequestConfigurationMFA) SetTime(v float32)
- func (o *DaVinciFlowTriggerRequestConfigurationMFA) SetTimeFormat(v string)
- func (o DaVinciFlowTriggerRequestConfigurationMFA) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowTriggerRequestConfigurationMFA) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowTriggerRequestConfigurationPassword
- func (o *DaVinciFlowTriggerRequestConfigurationPassword) GetEnabled() bool
- func (o *DaVinciFlowTriggerRequestConfigurationPassword) GetEnabledOk() (*bool, bool)
- func (o *DaVinciFlowTriggerRequestConfigurationPassword) GetTime() float32
- func (o *DaVinciFlowTriggerRequestConfigurationPassword) GetTimeFormat() string
- func (o *DaVinciFlowTriggerRequestConfigurationPassword) GetTimeFormatOk() (*string, bool)
- func (o *DaVinciFlowTriggerRequestConfigurationPassword) GetTimeOk() (*float32, bool)
- func (o DaVinciFlowTriggerRequestConfigurationPassword) LogValue() slog.Value
- func (o DaVinciFlowTriggerRequestConfigurationPassword) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowTriggerRequestConfigurationPassword) SetEnabled(v bool)
- func (o *DaVinciFlowTriggerRequestConfigurationPassword) SetTime(v float32)
- func (o *DaVinciFlowTriggerRequestConfigurationPassword) SetTimeFormat(v string)
- func (o DaVinciFlowTriggerRequestConfigurationPassword) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowTriggerRequestConfigurationPassword) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowTriggerRequestType
- type DaVinciFlowTriggerResponse
- func (o *DaVinciFlowTriggerResponse) GetConfiguration() DaVinciFlowTriggerResponseConfiguration
- func (o *DaVinciFlowTriggerResponse) GetConfigurationOk() (*DaVinciFlowTriggerResponseConfiguration, bool)
- func (o *DaVinciFlowTriggerResponse) GetType() DaVinciFlowTriggerResponseType
- func (o *DaVinciFlowTriggerResponse) GetTypeOk() (*DaVinciFlowTriggerResponseType, bool)
- func (o *DaVinciFlowTriggerResponse) HasConfiguration() bool
- func (o DaVinciFlowTriggerResponse) LogValue() slog.Value
- func (o DaVinciFlowTriggerResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowTriggerResponse) SetConfiguration(v DaVinciFlowTriggerResponseConfiguration)
- func (o *DaVinciFlowTriggerResponse) SetType(v DaVinciFlowTriggerResponseType)
- func (o DaVinciFlowTriggerResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowTriggerResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowTriggerResponseConfiguration
- func (o *DaVinciFlowTriggerResponseConfiguration) GetMfa() DaVinciFlowTriggerResponseConfigurationMFA
- func (o *DaVinciFlowTriggerResponseConfiguration) GetMfaOk() (*DaVinciFlowTriggerResponseConfigurationMFA, bool)
- func (o *DaVinciFlowTriggerResponseConfiguration) GetPwd() DaVinciFlowTriggerResponseConfigurationPassword
- func (o *DaVinciFlowTriggerResponseConfiguration) GetPwdOk() (*DaVinciFlowTriggerResponseConfigurationPassword, bool)
- func (o DaVinciFlowTriggerResponseConfiguration) LogValue() slog.Value
- func (o DaVinciFlowTriggerResponseConfiguration) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowTriggerResponseConfiguration) SetMfa(v DaVinciFlowTriggerResponseConfigurationMFA)
- func (o *DaVinciFlowTriggerResponseConfiguration) SetPwd(v DaVinciFlowTriggerResponseConfigurationPassword)
- func (o DaVinciFlowTriggerResponseConfiguration) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowTriggerResponseConfiguration) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowTriggerResponseConfigurationMFA
- func (o *DaVinciFlowTriggerResponseConfigurationMFA) GetEnabled() bool
- func (o *DaVinciFlowTriggerResponseConfigurationMFA) GetEnabledOk() (*bool, bool)
- func (o *DaVinciFlowTriggerResponseConfigurationMFA) GetTime() float32
- func (o *DaVinciFlowTriggerResponseConfigurationMFA) GetTimeFormat() string
- func (o *DaVinciFlowTriggerResponseConfigurationMFA) GetTimeFormatOk() (*string, bool)
- func (o *DaVinciFlowTriggerResponseConfigurationMFA) GetTimeOk() (*float32, bool)
- func (o DaVinciFlowTriggerResponseConfigurationMFA) LogValue() slog.Value
- func (o DaVinciFlowTriggerResponseConfigurationMFA) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowTriggerResponseConfigurationMFA) SetEnabled(v bool)
- func (o *DaVinciFlowTriggerResponseConfigurationMFA) SetTime(v float32)
- func (o *DaVinciFlowTriggerResponseConfigurationMFA) SetTimeFormat(v string)
- func (o DaVinciFlowTriggerResponseConfigurationMFA) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowTriggerResponseConfigurationMFA) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowTriggerResponseConfigurationPassword
- func (o *DaVinciFlowTriggerResponseConfigurationPassword) GetEnabled() bool
- func (o *DaVinciFlowTriggerResponseConfigurationPassword) GetEnabledOk() (*bool, bool)
- func (o *DaVinciFlowTriggerResponseConfigurationPassword) GetTime() float32
- func (o *DaVinciFlowTriggerResponseConfigurationPassword) GetTimeFormat() string
- func (o *DaVinciFlowTriggerResponseConfigurationPassword) GetTimeFormatOk() (*string, bool)
- func (o *DaVinciFlowTriggerResponseConfigurationPassword) GetTimeOk() (*float32, bool)
- func (o DaVinciFlowTriggerResponseConfigurationPassword) LogValue() slog.Value
- func (o DaVinciFlowTriggerResponseConfigurationPassword) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowTriggerResponseConfigurationPassword) SetEnabled(v bool)
- func (o *DaVinciFlowTriggerResponseConfigurationPassword) SetTime(v float32)
- func (o *DaVinciFlowTriggerResponseConfigurationPassword) SetTimeFormat(v string)
- func (o DaVinciFlowTriggerResponseConfigurationPassword) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowTriggerResponseConfigurationPassword) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowTriggerResponseType
- type DaVinciFlowValidateRequest
- func (o *DaVinciFlowValidateRequest) GetGraphData() DaVinciFlowGraphDataRequest
- func (o *DaVinciFlowValidateRequest) GetGraphDataOk() (*DaVinciFlowGraphDataRequest, bool)
- func (o *DaVinciFlowValidateRequest) HasGraphData() bool
- func (o DaVinciFlowValidateRequest) LogValue() slog.Value
- func (o DaVinciFlowValidateRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowValidateRequest) SetGraphData(v DaVinciFlowGraphDataRequest)
- func (o DaVinciFlowValidateRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowValidateRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionAliasRequest
- func (o *DaVinciFlowVersionAliasRequest) GetAlias() string
- func (o *DaVinciFlowVersionAliasRequest) GetAliasOk() (*string, bool)
- func (o DaVinciFlowVersionAliasRequest) LogValue() slog.Value
- func (o DaVinciFlowVersionAliasRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionAliasRequest) SetAlias(v string)
- func (o DaVinciFlowVersionAliasRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionAliasRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionAliasResponse
- func (o *DaVinciFlowVersionAliasResponse) GetAlias() string
- func (o *DaVinciFlowVersionAliasResponse) GetAliasOk() (*string, bool)
- func (o *DaVinciFlowVersionAliasResponse) GetLinks() DaVinciFlowVersionAliasResponseLinks
- func (o *DaVinciFlowVersionAliasResponse) GetLinksOk() (*DaVinciFlowVersionAliasResponseLinks, bool)
- func (o DaVinciFlowVersionAliasResponse) LogValue() slog.Value
- func (o DaVinciFlowVersionAliasResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionAliasResponse) SetAlias(v string)
- func (o *DaVinciFlowVersionAliasResponse) SetLinks(v DaVinciFlowVersionAliasResponseLinks)
- func (o DaVinciFlowVersionAliasResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionAliasResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionAliasResponseLinks
- func (o *DaVinciFlowVersionAliasResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciFlowVersionAliasResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowVersionAliasResponseLinks) GetFlowVersion() JSONHALLink
- func (o *DaVinciFlowVersionAliasResponseLinks) GetFlowVersionOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowVersionAliasResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciFlowVersionAliasResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o DaVinciFlowVersionAliasResponseLinks) LogValue() slog.Value
- func (o DaVinciFlowVersionAliasResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionAliasResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciFlowVersionAliasResponseLinks) SetFlowVersion(v JSONHALLink)
- func (o *DaVinciFlowVersionAliasResponseLinks) SetSelf(v JSONHALLink)
- func (o DaVinciFlowVersionAliasResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionAliasResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionCollectionResponse
- func (o *DaVinciFlowVersionCollectionResponse) GetEmbedded() DaVinciFlowVersionCollectionResponseEmbedded
- func (o *DaVinciFlowVersionCollectionResponse) GetEmbeddedOk() (*DaVinciFlowVersionCollectionResponseEmbedded, bool)
- func (o *DaVinciFlowVersionCollectionResponse) GetLinks() DaVinciFlowVersionCollectionResponseLinks
- func (o *DaVinciFlowVersionCollectionResponse) GetLinksOk() (*DaVinciFlowVersionCollectionResponseLinks, bool)
- func (o DaVinciFlowVersionCollectionResponse) LogValue() slog.Value
- func (o DaVinciFlowVersionCollectionResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionCollectionResponse) SetEmbedded(v DaVinciFlowVersionCollectionResponseEmbedded)
- func (o *DaVinciFlowVersionCollectionResponse) SetLinks(v DaVinciFlowVersionCollectionResponseLinks)
- func (o DaVinciFlowVersionCollectionResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionCollectionResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionCollectionResponseEmbedded
- func (o *DaVinciFlowVersionCollectionResponseEmbedded) GetVersions() []DaVinciFlowVersionResponse
- func (o *DaVinciFlowVersionCollectionResponseEmbedded) GetVersionsOk() ([]DaVinciFlowVersionResponse, bool)
- func (o DaVinciFlowVersionCollectionResponseEmbedded) LogValue() slog.Value
- func (o DaVinciFlowVersionCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionCollectionResponseEmbedded) SetVersions(v []DaVinciFlowVersionResponse)
- func (o DaVinciFlowVersionCollectionResponseEmbedded) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionCollectionResponseEmbedded) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionCollectionResponseLinks
- func (o *DaVinciFlowVersionCollectionResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciFlowVersionCollectionResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowVersionCollectionResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciFlowVersionCollectionResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o DaVinciFlowVersionCollectionResponseLinks) LogValue() slog.Value
- func (o DaVinciFlowVersionCollectionResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionCollectionResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciFlowVersionCollectionResponseLinks) SetSelf(v JSONHALLink)
- func (o DaVinciFlowVersionCollectionResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionCollectionResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionDetailResponse
- func (o *DaVinciFlowVersionDetailResponse) GetAlias() string
- func (o *DaVinciFlowVersionDetailResponse) GetAliasOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetColor() string
- func (o *DaVinciFlowVersionDetailResponse) GetColorOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetConnectors() []DaVinciFlowVersionDetailResponseConnector
- func (o *DaVinciFlowVersionDetailResponse) GetConnectorsOk() ([]DaVinciFlowVersionDetailResponseConnector, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetCreatedAt() time.Time
- func (o *DaVinciFlowVersionDetailResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetDeployedAt() time.Time
- func (o *DaVinciFlowVersionDetailResponse) GetDeployedAtOk() (*time.Time, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetDescription() string
- func (o *DaVinciFlowVersionDetailResponse) GetDescriptionOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetEnabled() bool
- func (o *DaVinciFlowVersionDetailResponse) GetEnabledOk() (*bool, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetFlow() DaVinciFlowVersionDetailResponseFlow
- func (o *DaVinciFlowVersionDetailResponse) GetFlowOk() (*DaVinciFlowVersionDetailResponseFlow, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetGraphData() DaVinciFlowGraphDataResponse
- func (o *DaVinciFlowVersionDetailResponse) GetGraphDataOk() (*DaVinciFlowGraphDataResponse, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetInputSchema() []DaVinciFlowInputSchemaResponseItem
- func (o *DaVinciFlowVersionDetailResponse) GetInputSchemaOk() ([]DaVinciFlowInputSchemaResponseItem, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetLinks() DaVinciFlowVersionDetailResponseLinks
- func (o *DaVinciFlowVersionDetailResponse) GetLinksOk() (*DaVinciFlowVersionDetailResponseLinks, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetOutputSchema() DaVinciFlowOutputSchemaResponse
- func (o *DaVinciFlowVersionDetailResponse) GetOutputSchemaOk() (*DaVinciFlowOutputSchemaResponse, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetSettings() DaVinciFlowSettingsResponse
- func (o *DaVinciFlowVersionDetailResponse) GetSettingsOk() (*DaVinciFlowSettingsResponse, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetSkcomponents() []DaVinciFlowVersionDetailResponseSkcomponent
- func (o *DaVinciFlowVersionDetailResponse) GetSkcomponentsOk() ([]DaVinciFlowVersionDetailResponseSkcomponent, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetTrigger() DaVinciFlowTriggerResponse
- func (o *DaVinciFlowVersionDetailResponse) GetTriggerOk() (*DaVinciFlowTriggerResponse, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetUpdatedAt() time.Time
- func (o *DaVinciFlowVersionDetailResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetUpdates() []string
- func (o *DaVinciFlowVersionDetailResponse) GetUpdatesOk() ([]string, bool)
- func (o *DaVinciFlowVersionDetailResponse) GetVersion() float32
- func (o *DaVinciFlowVersionDetailResponse) GetVersionOk() (*float32, bool)
- func (o *DaVinciFlowVersionDetailResponse) HasAlias() bool
- func (o *DaVinciFlowVersionDetailResponse) HasColor() bool
- func (o *DaVinciFlowVersionDetailResponse) HasConnectors() bool
- func (o *DaVinciFlowVersionDetailResponse) HasCreatedAt() bool
- func (o *DaVinciFlowVersionDetailResponse) HasDeployedAt() bool
- func (o *DaVinciFlowVersionDetailResponse) HasDescription() bool
- func (o *DaVinciFlowVersionDetailResponse) HasEnabled() bool
- func (o *DaVinciFlowVersionDetailResponse) HasFlow() bool
- func (o *DaVinciFlowVersionDetailResponse) HasGraphData() bool
- func (o *DaVinciFlowVersionDetailResponse) HasInputSchema() bool
- func (o *DaVinciFlowVersionDetailResponse) HasOutputSchema() bool
- func (o *DaVinciFlowVersionDetailResponse) HasSettings() bool
- func (o *DaVinciFlowVersionDetailResponse) HasSkcomponents() bool
- func (o *DaVinciFlowVersionDetailResponse) HasTrigger() bool
- func (o *DaVinciFlowVersionDetailResponse) HasUpdatedAt() bool
- func (o *DaVinciFlowVersionDetailResponse) HasUpdates() bool
- func (o *DaVinciFlowVersionDetailResponse) HasVersion() bool
- func (o DaVinciFlowVersionDetailResponse) LogValue() slog.Value
- func (o DaVinciFlowVersionDetailResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionDetailResponse) SetAlias(v string)
- func (o *DaVinciFlowVersionDetailResponse) SetColor(v string)
- func (o *DaVinciFlowVersionDetailResponse) SetConnectors(v []DaVinciFlowVersionDetailResponseConnector)
- func (o *DaVinciFlowVersionDetailResponse) SetCreatedAt(v time.Time)
- func (o *DaVinciFlowVersionDetailResponse) SetDeployedAt(v time.Time)
- func (o *DaVinciFlowVersionDetailResponse) SetDescription(v string)
- func (o *DaVinciFlowVersionDetailResponse) SetEnabled(v bool)
- func (o *DaVinciFlowVersionDetailResponse) SetFlow(v DaVinciFlowVersionDetailResponseFlow)
- func (o *DaVinciFlowVersionDetailResponse) SetGraphData(v DaVinciFlowGraphDataResponse)
- func (o *DaVinciFlowVersionDetailResponse) SetInputSchema(v []DaVinciFlowInputSchemaResponseItem)
- func (o *DaVinciFlowVersionDetailResponse) SetLinks(v DaVinciFlowVersionDetailResponseLinks)
- func (o *DaVinciFlowVersionDetailResponse) SetOutputSchema(v DaVinciFlowOutputSchemaResponse)
- func (o *DaVinciFlowVersionDetailResponse) SetSettings(v DaVinciFlowSettingsResponse)
- func (o *DaVinciFlowVersionDetailResponse) SetSkcomponents(v []DaVinciFlowVersionDetailResponseSkcomponent)
- func (o *DaVinciFlowVersionDetailResponse) SetTrigger(v DaVinciFlowTriggerResponse)
- func (o *DaVinciFlowVersionDetailResponse) SetUpdatedAt(v time.Time)
- func (o *DaVinciFlowVersionDetailResponse) SetUpdates(v []string)
- func (o *DaVinciFlowVersionDetailResponse) SetVersion(v float32)
- func (o DaVinciFlowVersionDetailResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionDetailResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionDetailResponseConnector
- func (o *DaVinciFlowVersionDetailResponseConnector) GetId() string
- func (o *DaVinciFlowVersionDetailResponseConnector) GetIdOk() (*string, bool)
- func (o DaVinciFlowVersionDetailResponseConnector) LogValue() slog.Value
- func (o DaVinciFlowVersionDetailResponseConnector) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionDetailResponseConnector) SetId(v string)
- func (o DaVinciFlowVersionDetailResponseConnector) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionDetailResponseConnector) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionDetailResponseFlow
- func (o *DaVinciFlowVersionDetailResponseFlow) GetId() string
- func (o *DaVinciFlowVersionDetailResponseFlow) GetIdOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseFlow) GetName() string
- func (o *DaVinciFlowVersionDetailResponseFlow) GetNameOk() (*string, bool)
- func (o DaVinciFlowVersionDetailResponseFlow) LogValue() slog.Value
- func (o DaVinciFlowVersionDetailResponseFlow) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionDetailResponseFlow) SetId(v string)
- func (o *DaVinciFlowVersionDetailResponseFlow) SetName(v string)
- func (o DaVinciFlowVersionDetailResponseFlow) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionDetailResponseFlow) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionDetailResponseLinks
- func (o *DaVinciFlowVersionDetailResponseLinks) GetConnectorInstancesNodeId() JSONHALLink
- func (o *DaVinciFlowVersionDetailResponseLinks) GetConnectorInstancesNodeIdOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowVersionDetailResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciFlowVersionDetailResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowVersionDetailResponseLinks) GetFlowExport() JSONHALLink
- func (o *DaVinciFlowVersionDetailResponseLinks) GetFlowExportOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowVersionDetailResponseLinks) GetFlowRevert() JSONHALLink
- func (o *DaVinciFlowVersionDetailResponseLinks) GetFlowRevertOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowVersionDetailResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciFlowVersionDetailResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowVersionDetailResponseLinks) GetVariablesNodeIdIndex() JSONHALLink
- func (o *DaVinciFlowVersionDetailResponseLinks) GetVariablesNodeIdIndexOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowVersionDetailResponseLinks) HasConnectorInstancesNodeId() bool
- func (o *DaVinciFlowVersionDetailResponseLinks) HasVariablesNodeIdIndex() bool
- func (o DaVinciFlowVersionDetailResponseLinks) LogValue() slog.Value
- func (o DaVinciFlowVersionDetailResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionDetailResponseLinks) SetConnectorInstancesNodeId(v JSONHALLink)
- func (o *DaVinciFlowVersionDetailResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciFlowVersionDetailResponseLinks) SetFlowExport(v JSONHALLink)
- func (o *DaVinciFlowVersionDetailResponseLinks) SetFlowRevert(v JSONHALLink)
- func (o *DaVinciFlowVersionDetailResponseLinks) SetSelf(v JSONHALLink)
- func (o *DaVinciFlowVersionDetailResponseLinks) SetVariablesNodeIdIndex(v JSONHALLink)
- func (o DaVinciFlowVersionDetailResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionDetailResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionDetailResponseSkcomponent
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) GetId() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) GetIdOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) GetName() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) GetNameOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) GetNodeId() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) GetNodeIdOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) GetOptions() DaVinciFlowVersionDetailResponseSkcomponentOptions
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) GetOptionsOk() (*DaVinciFlowVersionDetailResponseSkcomponentOptions, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) HasId() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) HasName() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) HasNodeId() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) HasOptions() bool
- func (o DaVinciFlowVersionDetailResponseSkcomponent) LogValue() slog.Value
- func (o DaVinciFlowVersionDetailResponseSkcomponent) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) SetId(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) SetName(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) SetNodeId(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) SetOptions(v DaVinciFlowVersionDetailResponseSkcomponentOptions)
- func (o DaVinciFlowVersionDetailResponseSkcomponent) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionDetailResponseSkcomponent) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionDetailResponseSkcomponentOptions
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppSessionId() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppSessionIdOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppid() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppidOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppsecret() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppsecretOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetBrowsertoken() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetBrowsertokenOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImage() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImageClass() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImageClassOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImageOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImagePlacement() DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImagePlacementOk() (*DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonType() DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonTypeOk() (*DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCdn() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCdnOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetClass() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetClassOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCollectBehavioralData() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCollectBehavioralDataOk() (*bool, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetContentType() DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetContentTypeOk() (*DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCreateP1User() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCreateP1UserOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCustomLoadingIndicator() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCustomLoadingIndicatorClass() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCustomLoadingIndicatorClassOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCustomLoadingIndicatorOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetDefaultLoadingColor() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetDefaultLoadingColorOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetEnvironmentId() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetEnvironmentIdOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetErrorId() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetErrorIdOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetForm() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetFormOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetHeight() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetHeightOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetHost() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetHostOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetId() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderId() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderIdEntry() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderIdEntryOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderIdOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderType() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderTypeOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdpConnector() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdpConnectorOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetImgUrl() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetImgUrlOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetLabel() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetLabelOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetMessageClass() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetMessageClassOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetMicUrl() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetMicUrlOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetOtpInput() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetOtpInputOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollChallengeStatus() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollChallengeStatusOk() (*bool, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollInterval() int32
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollIntervalOk() (*int32, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollRetries() int32
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollRetriesOk() (*int32, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPopulationId() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPopulationIdEntry() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPopulationIdEntryOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPopulationIdOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPreviewType() DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPreviewTypeOk() (*DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPropertyname() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPropertynameOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetReturnUrl() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetReturnUrlOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetShowPreview() DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetShowPreviewOk() (*DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetSiteKey() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetSiteKeyOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetUserId() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetUserIdOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetValue() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetValueOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetWidth() string
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetWidthOk() (*string, bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasAppSessionId() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasAppid() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasAppsecret() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasBrowsertoken() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasButtonImage() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasButtonImageClass() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasButtonImagePlacement() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasButtonType() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCdn() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasClass() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCollectBehavioralData() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasContentType() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCreateP1User() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCustomLoadingIndicator() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCustomLoadingIndicatorClass() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasDefaultLoadingColor() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasEnvironmentId() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasErrorId() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasForm() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasHeight() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasHost() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasId() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasIdentityProviderId() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasIdentityProviderIdEntry() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasIdentityProviderType() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasIdpConnector() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasImgUrl() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasLabel() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasMessageClass() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasMicUrl() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasOtpInput() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPollChallengeStatus() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPollInterval() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPollRetries() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPopulationId() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPopulationIdEntry() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPreviewType() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPropertyname() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasReturnUrl() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasShowPreview() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasSiteKey() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasUserId() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasValue() bool
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasWidth() bool
- func (o DaVinciFlowVersionDetailResponseSkcomponentOptions) LogValue() slog.Value
- func (o DaVinciFlowVersionDetailResponseSkcomponentOptions) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetAppSessionId(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetAppid(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetAppsecret(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetBrowsertoken(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonImage(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonImageClass(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonImagePlacement(v DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonType(v DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCdn(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetClass(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCollectBehavioralData(v bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetContentType(v DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCreateP1User(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCustomLoadingIndicator(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCustomLoadingIndicatorClass(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetDefaultLoadingColor(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetEnvironmentId(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetErrorId(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetForm(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetHeight(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetHost(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetId(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetIdentityProviderId(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetIdentityProviderIdEntry(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetIdentityProviderType(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetIdpConnector(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetImgUrl(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetLabel(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetMessageClass(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetMicUrl(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetOtpInput(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPollChallengeStatus(v bool)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPollInterval(v int32)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPollRetries(v int32)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPopulationId(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPopulationIdEntry(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPreviewType(v DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPropertyname(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetReturnUrl(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetShowPreview(v DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetSiteKey(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetUserId(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetValue(v string)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetWidth(v string)
- func (o DaVinciFlowVersionDetailResponseSkcomponentOptions) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement
- func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) IsValid() bool
- func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) Ptr() *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement
- func (v *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) UnmarshalJSON(src []byte) error
- type DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType
- func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) IsValid() bool
- func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) Ptr() *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType
- func (v *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) UnmarshalJSON(src []byte) error
- type DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType
- func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) IsValid() bool
- func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) Ptr() *DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType
- func (v *DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) UnmarshalJSON(src []byte) error
- type DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType
- func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) IsValid() bool
- func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) Ptr() *DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType
- func (v *DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) UnmarshalJSON(src []byte) error
- type DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview
- func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) IsValid() bool
- func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) Ptr() *DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview
- func (v *DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) UnmarshalJSON(src []byte) error
- type DaVinciFlowVersionResponse
- func (o *DaVinciFlowVersionResponse) GetAlias() string
- func (o *DaVinciFlowVersionResponse) GetAliasOk() (*string, bool)
- func (o *DaVinciFlowVersionResponse) GetClonedFrom() float32
- func (o *DaVinciFlowVersionResponse) GetClonedFromOk() (*float32, bool)
- func (o *DaVinciFlowVersionResponse) GetCreatedAt() time.Time
- func (o *DaVinciFlowVersionResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *DaVinciFlowVersionResponse) GetDeployedAt() time.Time
- func (o *DaVinciFlowVersionResponse) GetDeployedAtOk() (*time.Time, bool)
- func (o *DaVinciFlowVersionResponse) GetEnvironment() DaVinciFlowVersionResponseEnvironment
- func (o *DaVinciFlowVersionResponse) GetEnvironmentOk() (*DaVinciFlowVersionResponseEnvironment, bool)
- func (o *DaVinciFlowVersionResponse) GetFlow() DaVinciFlowVersionResponseFlow
- func (o *DaVinciFlowVersionResponse) GetFlowOk() (*DaVinciFlowVersionResponseFlow, bool)
- func (o *DaVinciFlowVersionResponse) GetLinks() DaVinciFlowVersionResponseLinks
- func (o *DaVinciFlowVersionResponse) GetLinksOk() (*DaVinciFlowVersionResponseLinks, bool)
- func (o *DaVinciFlowVersionResponse) GetUpdatedAt() time.Time
- func (o *DaVinciFlowVersionResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o *DaVinciFlowVersionResponse) GetVersion() float32
- func (o *DaVinciFlowVersionResponse) GetVersionOk() (*float32, bool)
- func (o *DaVinciFlowVersionResponse) HasAlias() bool
- func (o *DaVinciFlowVersionResponse) HasClonedFrom() bool
- func (o *DaVinciFlowVersionResponse) HasCreatedAt() bool
- func (o *DaVinciFlowVersionResponse) HasDeployedAt() bool
- func (o *DaVinciFlowVersionResponse) HasUpdatedAt() bool
- func (o DaVinciFlowVersionResponse) LogValue() slog.Value
- func (o DaVinciFlowVersionResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionResponse) SetAlias(v string)
- func (o *DaVinciFlowVersionResponse) SetClonedFrom(v float32)
- func (o *DaVinciFlowVersionResponse) SetCreatedAt(v time.Time)
- func (o *DaVinciFlowVersionResponse) SetDeployedAt(v time.Time)
- func (o *DaVinciFlowVersionResponse) SetEnvironment(v DaVinciFlowVersionResponseEnvironment)
- func (o *DaVinciFlowVersionResponse) SetFlow(v DaVinciFlowVersionResponseFlow)
- func (o *DaVinciFlowVersionResponse) SetLinks(v DaVinciFlowVersionResponseLinks)
- func (o *DaVinciFlowVersionResponse) SetUpdatedAt(v time.Time)
- func (o *DaVinciFlowVersionResponse) SetVersion(v float32)
- func (o DaVinciFlowVersionResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionResponseEnvironment
- func (o *DaVinciFlowVersionResponseEnvironment) GetId() string
- func (o *DaVinciFlowVersionResponseEnvironment) GetIdOk() (*string, bool)
- func (o DaVinciFlowVersionResponseEnvironment) LogValue() slog.Value
- func (o DaVinciFlowVersionResponseEnvironment) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionResponseEnvironment) SetId(v string)
- func (o DaVinciFlowVersionResponseEnvironment) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionResponseEnvironment) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionResponseFlow
- func (o *DaVinciFlowVersionResponseFlow) GetId() string
- func (o *DaVinciFlowVersionResponseFlow) GetIdOk() (*string, bool)
- func (o *DaVinciFlowVersionResponseFlow) GetName() string
- func (o *DaVinciFlowVersionResponseFlow) GetNameOk() (*string, bool)
- func (o DaVinciFlowVersionResponseFlow) LogValue() slog.Value
- func (o DaVinciFlowVersionResponseFlow) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionResponseFlow) SetId(v string)
- func (o *DaVinciFlowVersionResponseFlow) SetName(v string)
- func (o DaVinciFlowVersionResponseFlow) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionResponseFlow) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionResponseLinks
- func (o *DaVinciFlowVersionResponseLinks) GetDetails() JSONHALLink
- func (o *DaVinciFlowVersionResponseLinks) GetDetailsOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowVersionResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciFlowVersionResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowVersionResponseLinks) GetFlowExport() JSONHALLink
- func (o *DaVinciFlowVersionResponseLinks) GetFlowExportOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowVersionResponseLinks) GetFlowRevert() JSONHALLink
- func (o *DaVinciFlowVersionResponseLinks) GetFlowRevertOk() (*JSONHALLink, bool)
- func (o *DaVinciFlowVersionResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciFlowVersionResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o DaVinciFlowVersionResponseLinks) LogValue() slog.Value
- func (o DaVinciFlowVersionResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciFlowVersionResponseLinks) SetDetails(v JSONHALLink)
- func (o *DaVinciFlowVersionResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciFlowVersionResponseLinks) SetFlowExport(v JSONHALLink)
- func (o *DaVinciFlowVersionResponseLinks) SetFlowRevert(v JSONHALLink)
- func (o *DaVinciFlowVersionResponseLinks) SetSelf(v JSONHALLink)
- func (o DaVinciFlowVersionResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciFlowVersionResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciFlowVersionsApiService
- func (a *DaVinciFlowVersionsApiService) DeleteVersionByIdUsingFlowId(ctx context.Context, environmentID uuid.UUID, flowID string, versionID string) ApiDeleteVersionByIdUsingFlowIdRequest
- func (a *DaVinciFlowVersionsApiService) DeleteVersionByIdUsingFlowIdExecute(r ApiDeleteVersionByIdUsingFlowIdRequest) (*http.Response, error)
- func (a *DaVinciFlowVersionsApiService) GetDetailsByFlowIdAndVersionId(ctx context.Context, environmentID uuid.UUID, flowID string, versionID string) ApiGetDetailsByFlowIdAndVersionIdRequest
- func (a *DaVinciFlowVersionsApiService) GetDetailsByFlowIdAndVersionIdExecute(r ApiGetDetailsByFlowIdAndVersionIdRequest) (*DaVinciFlowVersionDetailResponse, *http.Response, error)
- func (a *DaVinciFlowVersionsApiService) GetVersionByIdUsingFlowId(ctx context.Context, environmentID uuid.UUID, flowID string, versionID string) ApiGetVersionByIdUsingFlowIdRequest
- func (a *DaVinciFlowVersionsApiService) GetVersionByIdUsingFlowIdExecute(r ApiGetVersionByIdUsingFlowIdRequest) (*DaVinciFlowVersionResponse, *http.Response, error)
- func (a *DaVinciFlowVersionsApiService) GetVersionsByFlowId(ctx context.Context, environmentID uuid.UUID, flowID string) ApiGetVersionsByFlowIdRequest
- func (a *DaVinciFlowVersionsApiService) GetVersionsByFlowIdExecute(r ApiGetVersionsByFlowIdRequest) (*DaVinciFlowVersionCollectionResponse, *http.Response, error)
- func (a *DaVinciFlowVersionsApiService) ReplaceAliasByFlowIdAndVersionId(ctx context.Context, environmentID uuid.UUID, flowID string, versionID string) ApiReplaceAliasByFlowIdAndVersionIdRequest
- func (a *DaVinciFlowVersionsApiService) ReplaceAliasByFlowIdAndVersionIdExecute(r ApiReplaceAliasByFlowIdAndVersionIdRequest) (*DaVinciFlowVersionAliasResponse, *http.Response, error)
- type DaVinciFlowsApiService
- func (a *DaVinciFlowsApiService) CloneFlowByIdAsCloneJson(ctx context.Context, environmentID uuid.UUID, flowID string) ApiCloneFlowByIdAsCloneJsonRequest
- func (a *DaVinciFlowsApiService) CloneFlowByIdAsCloneJsonExecute(r ApiCloneFlowByIdAsCloneJsonRequest) (*DaVinciFlowResponse, *http.Response, error)
- func (a *DaVinciFlowsApiService) CreateFlow(ctx context.Context, environmentID uuid.UUID) ApiCreateFlowRequest
- func (a *DaVinciFlowsApiService) CreateFlowExecute(r ApiCreateFlowRequest) (*DaVinciFlowResponse, *http.Response, error)
- func (a *DaVinciFlowsApiService) DeleteFlowById(ctx context.Context, environmentID uuid.UUID, flowID string) ApiDeleteFlowByIdRequest
- func (a *DaVinciFlowsApiService) DeleteFlowByIdExecute(r ApiDeleteFlowByIdRequest) (*http.Response, error)
- func (a *DaVinciFlowsApiService) DeployFlowByIdAsDeployJson(ctx context.Context, environmentID uuid.UUID, flowID string) ApiDeployFlowByIdAsDeployJsonRequest
- func (a *DaVinciFlowsApiService) DeployFlowByIdAsDeployJsonExecute(r ApiDeployFlowByIdAsDeployJsonRequest) (*DaVinciFlowResponse, *http.Response, error)
- func (a *DaVinciFlowsApiService) GetFlowById(ctx context.Context, environmentID uuid.UUID, flowID string) ApiGetFlowByIdRequest
- func (a *DaVinciFlowsApiService) GetFlowByIdExecute(r ApiGetFlowByIdRequest) (*DaVinciFlowResponse, *http.Response, error)
- func (a *DaVinciFlowsApiService) GetFlows(ctx context.Context, environmentID uuid.UUID) ApiGetFlowsRequest
- func (a *DaVinciFlowsApiService) GetFlowsExecute(r ApiGetFlowsRequest) (*DaVinciFlowCollection, *http.Response, error)
- func (a *DaVinciFlowsApiService) ReplaceFlowById(ctx context.Context, environmentID uuid.UUID, flowID string) ApiReplaceFlowByIdRequest
- func (a *DaVinciFlowsApiService) ReplaceFlowByIdExecute(r ApiReplaceFlowByIdRequest) (*DaVinciFlowResponse, *http.Response, error)
- func (a *DaVinciFlowsApiService) UpdateEnabledByFlowId(ctx context.Context, environmentID uuid.UUID, flowID string) ApiUpdateEnabledByFlowIdRequest
- func (a *DaVinciFlowsApiService) UpdateEnabledByFlowIdExecute(r ApiUpdateEnabledByFlowIdRequest) (*DaVinciFlowEnabledResponse, *http.Response, error)
- func (a *DaVinciFlowsApiService) ValidateFlowByIdAsValidateJson(ctx context.Context, environmentID uuid.UUID, flowID string) ApiValidateFlowByIdAsValidateJsonRequest
- func (a *DaVinciFlowsApiService) ValidateFlowByIdAsValidateJsonExecute(r ApiValidateFlowByIdAsValidateJsonRequest) (*DaVinciFlowResponse, *http.Response, error)
- type DaVinciImportFlowResponse
- func (o *DaVinciImportFlowResponse) GetAlias() string
- func (o *DaVinciImportFlowResponse) GetAliasOk() (*string, bool)
- func (o *DaVinciImportFlowResponse) GetClonedFrom() float32
- func (o *DaVinciImportFlowResponse) GetClonedFromOk() (*float32, bool)
- func (o *DaVinciImportFlowResponse) GetColor() string
- func (o *DaVinciImportFlowResponse) GetColorOk() (*string, bool)
- func (o *DaVinciImportFlowResponse) GetConnectors() []ResourceRelationshipDaVinciReadOnly
- func (o *DaVinciImportFlowResponse) GetConnectorsOk() ([]ResourceRelationshipDaVinciReadOnly, bool)
- func (o *DaVinciImportFlowResponse) GetCreatedAt() time.Time
- func (o *DaVinciImportFlowResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *DaVinciImportFlowResponse) GetDeployedAt() time.Time
- func (o *DaVinciImportFlowResponse) GetDeployedAtOk() (*time.Time, bool)
- func (o *DaVinciImportFlowResponse) GetDescription() string
- func (o *DaVinciImportFlowResponse) GetDescriptionOk() (*string, bool)
- func (o *DaVinciImportFlowResponse) GetEnabled() bool
- func (o *DaVinciImportFlowResponse) GetEnabledOk() (*bool, bool)
- func (o *DaVinciImportFlowResponse) GetEnvironment() ResourceRelationshipReadOnly
- func (o *DaVinciImportFlowResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
- func (o *DaVinciImportFlowResponse) GetFlow() DaVinciImportFlowResponseFlow
- func (o *DaVinciImportFlowResponse) GetFlowOk() (*DaVinciImportFlowResponseFlow, bool)
- func (o *DaVinciImportFlowResponse) GetGraphData() DaVinciFlowGraphDataResponse
- func (o *DaVinciImportFlowResponse) GetGraphDataOk() (*DaVinciFlowGraphDataResponse, bool)
- func (o *DaVinciImportFlowResponse) GetInputSchema() []DaVinciFlowInputSchemaResponseItem
- func (o *DaVinciImportFlowResponse) GetInputSchemaOk() ([]DaVinciFlowInputSchemaResponseItem, bool)
- func (o *DaVinciImportFlowResponse) GetLinks() DaVinciImportFlowResponseLinks
- func (o *DaVinciImportFlowResponse) GetLinksOk() (*DaVinciImportFlowResponseLinks, bool)
- func (o *DaVinciImportFlowResponse) GetOutputSchema() DaVinciFlowOutputSchemaResponse
- func (o *DaVinciImportFlowResponse) GetOutputSchemaOk() (*DaVinciFlowOutputSchemaResponse, bool)
- func (o *DaVinciImportFlowResponse) GetPublishedVersion() float32
- func (o *DaVinciImportFlowResponse) GetPublishedVersionOk() (*float32, bool)
- func (o *DaVinciImportFlowResponse) GetSettings() DaVinciFlowSettingsResponse
- func (o *DaVinciImportFlowResponse) GetSettingsOk() (*DaVinciFlowSettingsResponse, bool)
- func (o *DaVinciImportFlowResponse) GetTrigger() DaVinciFlowTriggerResponse
- func (o *DaVinciImportFlowResponse) GetTriggerOk() (*DaVinciFlowTriggerResponse, bool)
- func (o *DaVinciImportFlowResponse) GetUpdatedAt() time.Time
- func (o *DaVinciImportFlowResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o *DaVinciImportFlowResponse) GetUpdates() []string
- func (o *DaVinciImportFlowResponse) GetUpdatesOk() ([]string, bool)
- func (o *DaVinciImportFlowResponse) GetVariables() []map[string]interface{}
- func (o *DaVinciImportFlowResponse) GetVariablesOk() ([]map[string]interface{}, bool)
- func (o *DaVinciImportFlowResponse) GetVersion() float32
- func (o *DaVinciImportFlowResponse) GetVersionOk() (*float32, bool)
- func (o *DaVinciImportFlowResponse) HasAlias() bool
- func (o *DaVinciImportFlowResponse) HasClonedFrom() bool
- func (o *DaVinciImportFlowResponse) HasColor() bool
- func (o *DaVinciImportFlowResponse) HasConnectors() bool
- func (o *DaVinciImportFlowResponse) HasCreatedAt() bool
- func (o *DaVinciImportFlowResponse) HasDeployedAt() bool
- func (o *DaVinciImportFlowResponse) HasDescription() bool
- func (o *DaVinciImportFlowResponse) HasEnabled() bool
- func (o *DaVinciImportFlowResponse) HasGraphData() bool
- func (o *DaVinciImportFlowResponse) HasInputSchema() bool
- func (o *DaVinciImportFlowResponse) HasOutputSchema() bool
- func (o *DaVinciImportFlowResponse) HasSettings() bool
- func (o *DaVinciImportFlowResponse) HasTrigger() bool
- func (o *DaVinciImportFlowResponse) HasUpdatedAt() bool
- func (o *DaVinciImportFlowResponse) HasUpdates() bool
- func (o *DaVinciImportFlowResponse) HasVariables() bool
- func (o DaVinciImportFlowResponse) LogValue() slog.Value
- func (o DaVinciImportFlowResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciImportFlowResponse) SetAlias(v string)
- func (o *DaVinciImportFlowResponse) SetClonedFrom(v float32)
- func (o *DaVinciImportFlowResponse) SetColor(v string)
- func (o *DaVinciImportFlowResponse) SetConnectors(v []ResourceRelationshipDaVinciReadOnly)
- func (o *DaVinciImportFlowResponse) SetCreatedAt(v time.Time)
- func (o *DaVinciImportFlowResponse) SetDeployedAt(v time.Time)
- func (o *DaVinciImportFlowResponse) SetDescription(v string)
- func (o *DaVinciImportFlowResponse) SetEnabled(v bool)
- func (o *DaVinciImportFlowResponse) SetEnvironment(v ResourceRelationshipReadOnly)
- func (o *DaVinciImportFlowResponse) SetFlow(v DaVinciImportFlowResponseFlow)
- func (o *DaVinciImportFlowResponse) SetGraphData(v DaVinciFlowGraphDataResponse)
- func (o *DaVinciImportFlowResponse) SetInputSchema(v []DaVinciFlowInputSchemaResponseItem)
- func (o *DaVinciImportFlowResponse) SetLinks(v DaVinciImportFlowResponseLinks)
- func (o *DaVinciImportFlowResponse) SetOutputSchema(v DaVinciFlowOutputSchemaResponse)
- func (o *DaVinciImportFlowResponse) SetPublishedVersion(v float32)
- func (o *DaVinciImportFlowResponse) SetSettings(v DaVinciFlowSettingsResponse)
- func (o *DaVinciImportFlowResponse) SetTrigger(v DaVinciFlowTriggerResponse)
- func (o *DaVinciImportFlowResponse) SetUpdatedAt(v time.Time)
- func (o *DaVinciImportFlowResponse) SetUpdates(v []string)
- func (o *DaVinciImportFlowResponse) SetVariables(v []map[string]interface{})
- func (o *DaVinciImportFlowResponse) SetVersion(v float32)
- func (o DaVinciImportFlowResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciImportFlowResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciImportFlowResponseFlow
- func (o *DaVinciImportFlowResponseFlow) GetId() string
- func (o *DaVinciImportFlowResponseFlow) GetIdOk() (*string, bool)
- func (o *DaVinciImportFlowResponseFlow) GetName() string
- func (o *DaVinciImportFlowResponseFlow) GetNameOk() (*string, bool)
- func (o DaVinciImportFlowResponseFlow) LogValue() slog.Value
- func (o DaVinciImportFlowResponseFlow) MarshalJSON() ([]byte, error)
- func (o *DaVinciImportFlowResponseFlow) SetId(v string)
- func (o *DaVinciImportFlowResponseFlow) SetName(v string)
- func (o DaVinciImportFlowResponseFlow) ToMap() (map[string]interface{}, error)
- func (o *DaVinciImportFlowResponseFlow) UnmarshalJSON(data []byte) (err error)
- type DaVinciImportFlowResponseLinks
- func (o *DaVinciImportFlowResponseLinks) GetConnectorInstances() JSONHALLink
- func (o *DaVinciImportFlowResponseLinks) GetConnectorInstancesOk() (*JSONHALLink, bool)
- func (o *DaVinciImportFlowResponseLinks) GetConnectors() JSONHALLink
- func (o *DaVinciImportFlowResponseLinks) GetConnectorsOk() (*JSONHALLink, bool)
- func (o *DaVinciImportFlowResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciImportFlowResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciImportFlowResponseLinks) GetFlowClone() JSONHALLink
- func (o *DaVinciImportFlowResponseLinks) GetFlowCloneOk() (*JSONHALLink, bool)
- func (o *DaVinciImportFlowResponseLinks) GetFlowDeploy() JSONHALLink
- func (o *DaVinciImportFlowResponseLinks) GetFlowDeployOk() (*JSONHALLink, bool)
- func (o *DaVinciImportFlowResponseLinks) GetFlowEnabled() JSONHALLink
- func (o *DaVinciImportFlowResponseLinks) GetFlowEnabledOk() (*JSONHALLink, bool)
- func (o *DaVinciImportFlowResponseLinks) GetFlowExport() JSONHALLink
- func (o *DaVinciImportFlowResponseLinks) GetFlowExportOk() (*JSONHALLink, bool)
- func (o *DaVinciImportFlowResponseLinks) GetFlowValidate() JSONHALLink
- func (o *DaVinciImportFlowResponseLinks) GetFlowValidateOk() (*JSONHALLink, bool)
- func (o *DaVinciImportFlowResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciImportFlowResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o *DaVinciImportFlowResponseLinks) HasFlowValidate() bool
- func (o DaVinciImportFlowResponseLinks) LogValue() slog.Value
- func (o DaVinciImportFlowResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciImportFlowResponseLinks) SetConnectorInstances(v JSONHALLink)
- func (o *DaVinciImportFlowResponseLinks) SetConnectors(v JSONHALLink)
- func (o *DaVinciImportFlowResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciImportFlowResponseLinks) SetFlowClone(v JSONHALLink)
- func (o *DaVinciImportFlowResponseLinks) SetFlowDeploy(v JSONHALLink)
- func (o *DaVinciImportFlowResponseLinks) SetFlowEnabled(v JSONHALLink)
- func (o *DaVinciImportFlowResponseLinks) SetFlowExport(v JSONHALLink)
- func (o *DaVinciImportFlowResponseLinks) SetFlowValidate(v JSONHALLink)
- func (o *DaVinciImportFlowResponseLinks) SetSelf(v JSONHALLink)
- func (o DaVinciImportFlowResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciImportFlowResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciImportSubflowsResponse
- func (o *DaVinciImportSubflowsResponse) GetAlias() string
- func (o *DaVinciImportSubflowsResponse) GetAliasOk() (*string, bool)
- func (o *DaVinciImportSubflowsResponse) GetClonedFrom() float32
- func (o *DaVinciImportSubflowsResponse) GetClonedFromOk() (*float32, bool)
- func (o *DaVinciImportSubflowsResponse) GetColor() string
- func (o *DaVinciImportSubflowsResponse) GetColorOk() (*string, bool)
- func (o *DaVinciImportSubflowsResponse) GetConnectors() []ResourceRelationshipDaVinciReadOnly
- func (o *DaVinciImportSubflowsResponse) GetConnectorsOk() ([]ResourceRelationshipDaVinciReadOnly, bool)
- func (o *DaVinciImportSubflowsResponse) GetCreatedAt() time.Time
- func (o *DaVinciImportSubflowsResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *DaVinciImportSubflowsResponse) GetDeployedAt() time.Time
- func (o *DaVinciImportSubflowsResponse) GetDeployedAtOk() (*time.Time, bool)
- func (o *DaVinciImportSubflowsResponse) GetDescription() string
- func (o *DaVinciImportSubflowsResponse) GetDescriptionOk() (*string, bool)
- func (o *DaVinciImportSubflowsResponse) GetEmbedded() []DaVinciImportFlowResponse
- func (o *DaVinciImportSubflowsResponse) GetEmbeddedOk() ([]DaVinciImportFlowResponse, bool)
- func (o *DaVinciImportSubflowsResponse) GetEnabled() bool
- func (o *DaVinciImportSubflowsResponse) GetEnabledOk() (*bool, bool)
- func (o *DaVinciImportSubflowsResponse) GetEnvironment() ResourceRelationshipReadOnly
- func (o *DaVinciImportSubflowsResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
- func (o *DaVinciImportSubflowsResponse) GetFlow() DaVinciImportFlowResponseFlow
- func (o *DaVinciImportSubflowsResponse) GetFlowOk() (*DaVinciImportFlowResponseFlow, bool)
- func (o *DaVinciImportSubflowsResponse) GetGraphData() DaVinciFlowGraphDataResponse
- func (o *DaVinciImportSubflowsResponse) GetGraphDataOk() (*DaVinciFlowGraphDataResponse, bool)
- func (o *DaVinciImportSubflowsResponse) GetInputSchema() []DaVinciFlowInputSchemaResponseItem
- func (o *DaVinciImportSubflowsResponse) GetInputSchemaOk() ([]DaVinciFlowInputSchemaResponseItem, bool)
- func (o *DaVinciImportSubflowsResponse) GetLinks() DaVinciImportFlowResponseLinks
- func (o *DaVinciImportSubflowsResponse) GetLinksOk() (*DaVinciImportFlowResponseLinks, bool)
- func (o *DaVinciImportSubflowsResponse) GetOutputSchema() DaVinciFlowOutputSchemaResponse
- func (o *DaVinciImportSubflowsResponse) GetOutputSchemaOk() (*DaVinciFlowOutputSchemaResponse, bool)
- func (o *DaVinciImportSubflowsResponse) GetPublishedVersion() float32
- func (o *DaVinciImportSubflowsResponse) GetPublishedVersionOk() (*float32, bool)
- func (o *DaVinciImportSubflowsResponse) GetSettings() DaVinciFlowSettingsResponse
- func (o *DaVinciImportSubflowsResponse) GetSettingsOk() (*DaVinciFlowSettingsResponse, bool)
- func (o *DaVinciImportSubflowsResponse) GetTrigger() DaVinciFlowTriggerResponse
- func (o *DaVinciImportSubflowsResponse) GetTriggerOk() (*DaVinciFlowTriggerResponse, bool)
- func (o *DaVinciImportSubflowsResponse) GetUpdatedAt() time.Time
- func (o *DaVinciImportSubflowsResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o *DaVinciImportSubflowsResponse) GetUpdates() []string
- func (o *DaVinciImportSubflowsResponse) GetUpdatesOk() ([]string, bool)
- func (o *DaVinciImportSubflowsResponse) GetVariables() []map[string]interface{}
- func (o *DaVinciImportSubflowsResponse) GetVariablesOk() ([]map[string]interface{}, bool)
- func (o *DaVinciImportSubflowsResponse) GetVersion() float32
- func (o *DaVinciImportSubflowsResponse) GetVersionOk() (*float32, bool)
- func (o *DaVinciImportSubflowsResponse) HasAlias() bool
- func (o *DaVinciImportSubflowsResponse) HasClonedFrom() bool
- func (o *DaVinciImportSubflowsResponse) HasColor() bool
- func (o *DaVinciImportSubflowsResponse) HasConnectors() bool
- func (o *DaVinciImportSubflowsResponse) HasCreatedAt() bool
- func (o *DaVinciImportSubflowsResponse) HasDeployedAt() bool
- func (o *DaVinciImportSubflowsResponse) HasDescription() bool
- func (o *DaVinciImportSubflowsResponse) HasEmbedded() bool
- func (o *DaVinciImportSubflowsResponse) HasEnabled() bool
- func (o *DaVinciImportSubflowsResponse) HasGraphData() bool
- func (o *DaVinciImportSubflowsResponse) HasInputSchema() bool
- func (o *DaVinciImportSubflowsResponse) HasOutputSchema() bool
- func (o *DaVinciImportSubflowsResponse) HasSettings() bool
- func (o *DaVinciImportSubflowsResponse) HasTrigger() bool
- func (o *DaVinciImportSubflowsResponse) HasUpdatedAt() bool
- func (o *DaVinciImportSubflowsResponse) HasUpdates() bool
- func (o *DaVinciImportSubflowsResponse) HasVariables() bool
- func (o DaVinciImportSubflowsResponse) LogValue() slog.Value
- func (o DaVinciImportSubflowsResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciImportSubflowsResponse) SetAlias(v string)
- func (o *DaVinciImportSubflowsResponse) SetClonedFrom(v float32)
- func (o *DaVinciImportSubflowsResponse) SetColor(v string)
- func (o *DaVinciImportSubflowsResponse) SetConnectors(v []ResourceRelationshipDaVinciReadOnly)
- func (o *DaVinciImportSubflowsResponse) SetCreatedAt(v time.Time)
- func (o *DaVinciImportSubflowsResponse) SetDeployedAt(v time.Time)
- func (o *DaVinciImportSubflowsResponse) SetDescription(v string)
- func (o *DaVinciImportSubflowsResponse) SetEmbedded(v []DaVinciImportFlowResponse)
- func (o *DaVinciImportSubflowsResponse) SetEnabled(v bool)
- func (o *DaVinciImportSubflowsResponse) SetEnvironment(v ResourceRelationshipReadOnly)
- func (o *DaVinciImportSubflowsResponse) SetFlow(v DaVinciImportFlowResponseFlow)
- func (o *DaVinciImportSubflowsResponse) SetGraphData(v DaVinciFlowGraphDataResponse)
- func (o *DaVinciImportSubflowsResponse) SetInputSchema(v []DaVinciFlowInputSchemaResponseItem)
- func (o *DaVinciImportSubflowsResponse) SetLinks(v DaVinciImportFlowResponseLinks)
- func (o *DaVinciImportSubflowsResponse) SetOutputSchema(v DaVinciFlowOutputSchemaResponse)
- func (o *DaVinciImportSubflowsResponse) SetPublishedVersion(v float32)
- func (o *DaVinciImportSubflowsResponse) SetSettings(v DaVinciFlowSettingsResponse)
- func (o *DaVinciImportSubflowsResponse) SetTrigger(v DaVinciFlowTriggerResponse)
- func (o *DaVinciImportSubflowsResponse) SetUpdatedAt(v time.Time)
- func (o *DaVinciImportSubflowsResponse) SetUpdates(v []string)
- func (o *DaVinciImportSubflowsResponse) SetVariables(v []map[string]interface{})
- func (o *DaVinciImportSubflowsResponse) SetVersion(v float32)
- func (o DaVinciImportSubflowsResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciImportSubflowsResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciVariableCollectionResponse
- func (o *DaVinciVariableCollectionResponse) GetCount() float32
- func (o *DaVinciVariableCollectionResponse) GetCountOk() (*float32, bool)
- func (o *DaVinciVariableCollectionResponse) GetEmbedded() DaVinciVariableCollectionResponseEmbedded
- func (o *DaVinciVariableCollectionResponse) GetEmbeddedOk() (*DaVinciVariableCollectionResponseEmbedded, bool)
- func (o *DaVinciVariableCollectionResponse) GetLinks() DaVinciVariableCollectionResponseLinks
- func (o *DaVinciVariableCollectionResponse) GetLinksOk() (*DaVinciVariableCollectionResponseLinks, bool)
- func (o *DaVinciVariableCollectionResponse) GetSize() float32
- func (o *DaVinciVariableCollectionResponse) GetSizeOk() (*float32, bool)
- func (o DaVinciVariableCollectionResponse) LogValue() slog.Value
- func (o DaVinciVariableCollectionResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciVariableCollectionResponse) SetCount(v float32)
- func (o *DaVinciVariableCollectionResponse) SetEmbedded(v DaVinciVariableCollectionResponseEmbedded)
- func (o *DaVinciVariableCollectionResponse) SetLinks(v DaVinciVariableCollectionResponseLinks)
- func (o *DaVinciVariableCollectionResponse) SetSize(v float32)
- func (o DaVinciVariableCollectionResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciVariableCollectionResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciVariableCollectionResponseEmbedded
- func (o *DaVinciVariableCollectionResponseEmbedded) GetVariables() []DaVinciVariableResponse
- func (o *DaVinciVariableCollectionResponseEmbedded) GetVariablesOk() ([]DaVinciVariableResponse, bool)
- func (o DaVinciVariableCollectionResponseEmbedded) LogValue() slog.Value
- func (o DaVinciVariableCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
- func (o *DaVinciVariableCollectionResponseEmbedded) SetVariables(v []DaVinciVariableResponse)
- func (o DaVinciVariableCollectionResponseEmbedded) ToMap() (map[string]interface{}, error)
- func (o *DaVinciVariableCollectionResponseEmbedded) UnmarshalJSON(data []byte) (err error)
- type DaVinciVariableCollectionResponseLinks
- func (o *DaVinciVariableCollectionResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciVariableCollectionResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciVariableCollectionResponseLinks) GetNext() JSONHALLink
- func (o *DaVinciVariableCollectionResponseLinks) GetNextOk() (*JSONHALLink, bool)
- func (o *DaVinciVariableCollectionResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciVariableCollectionResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o *DaVinciVariableCollectionResponseLinks) HasNext() bool
- func (o DaVinciVariableCollectionResponseLinks) LogValue() slog.Value
- func (o DaVinciVariableCollectionResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciVariableCollectionResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciVariableCollectionResponseLinks) SetNext(v JSONHALLink)
- func (o *DaVinciVariableCollectionResponseLinks) SetSelf(v JSONHALLink)
- func (o DaVinciVariableCollectionResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciVariableCollectionResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciVariableCreateRequest
- func (o *DaVinciVariableCreateRequest) GetContext() DaVinciVariableCreateRequestContext
- func (o *DaVinciVariableCreateRequest) GetContextOk() (*DaVinciVariableCreateRequestContext, bool)
- func (o *DaVinciVariableCreateRequest) GetDataType() DaVinciVariableCreateRequestDataType
- func (o *DaVinciVariableCreateRequest) GetDataTypeOk() (*DaVinciVariableCreateRequestDataType, bool)
- func (o *DaVinciVariableCreateRequest) GetDisplayName() string
- func (o *DaVinciVariableCreateRequest) GetDisplayNameOk() (*string, bool)
- func (o *DaVinciVariableCreateRequest) GetFlow() ResourceRelationshipDaVinci
- func (o *DaVinciVariableCreateRequest) GetFlowOk() (*ResourceRelationshipDaVinci, bool)
- func (o *DaVinciVariableCreateRequest) GetMax() int32
- func (o *DaVinciVariableCreateRequest) GetMaxOk() (*int32, bool)
- func (o *DaVinciVariableCreateRequest) GetMin() int32
- func (o *DaVinciVariableCreateRequest) GetMinOk() (*int32, bool)
- func (o *DaVinciVariableCreateRequest) GetMutable() bool
- func (o *DaVinciVariableCreateRequest) GetMutableOk() (*bool, bool)
- func (o *DaVinciVariableCreateRequest) GetName() string
- func (o *DaVinciVariableCreateRequest) GetNameOk() (*string, bool)
- func (o *DaVinciVariableCreateRequest) GetValue() DaVinciVariableCreateRequestValue
- func (o *DaVinciVariableCreateRequest) GetValueOk() (*DaVinciVariableCreateRequestValue, bool)
- func (o *DaVinciVariableCreateRequest) HasDisplayName() bool
- func (o *DaVinciVariableCreateRequest) HasFlow() bool
- func (o *DaVinciVariableCreateRequest) HasMax() bool
- func (o *DaVinciVariableCreateRequest) HasMin() bool
- func (o *DaVinciVariableCreateRequest) HasValue() bool
- func (o DaVinciVariableCreateRequest) LogValue() slog.Value
- func (o DaVinciVariableCreateRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciVariableCreateRequest) SetContext(v DaVinciVariableCreateRequestContext)
- func (o *DaVinciVariableCreateRequest) SetDataType(v DaVinciVariableCreateRequestDataType)
- func (o *DaVinciVariableCreateRequest) SetDisplayName(v string)
- func (o *DaVinciVariableCreateRequest) SetFlow(v ResourceRelationshipDaVinci)
- func (o *DaVinciVariableCreateRequest) SetMax(v int32)
- func (o *DaVinciVariableCreateRequest) SetMin(v int32)
- func (o *DaVinciVariableCreateRequest) SetMutable(v bool)
- func (o *DaVinciVariableCreateRequest) SetName(v string)
- func (o *DaVinciVariableCreateRequest) SetValue(v DaVinciVariableCreateRequestValue)
- func (o DaVinciVariableCreateRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciVariableCreateRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciVariableCreateRequestContext
- type DaVinciVariableCreateRequestDataType
- type DaVinciVariableCreateRequestValue
- func BoolAsDaVinciVariableCreateRequestValue(v *bool) DaVinciVariableCreateRequestValue
- func Float32AsDaVinciVariableCreateRequestValue(v *float32) DaVinciVariableCreateRequestValue
- func ObjectAsDaVinciVariableCreateRequestValue(v *map[string]interface{}) DaVinciVariableCreateRequestValue
- func StringAsDaVinciVariableCreateRequestValue(v *string) DaVinciVariableCreateRequestValue
- func (obj *DaVinciVariableCreateRequestValue) GetActualInstance() interface{}
- func (obj DaVinciVariableCreateRequestValue) GetActualInstanceValue() interface{}
- func (src DaVinciVariableCreateRequestValue) MarshalJSON() ([]byte, error)
- func (dst *DaVinciVariableCreateRequestValue) UnmarshalJSON(data []byte) error
- type DaVinciVariableReplaceRequest
- func (o *DaVinciVariableReplaceRequest) GetContext() DaVinciVariableReplaceRequestContext
- func (o *DaVinciVariableReplaceRequest) GetContextOk() (*DaVinciVariableReplaceRequestContext, bool)
- func (o *DaVinciVariableReplaceRequest) GetDataType() DaVinciVariableReplaceRequestDataType
- func (o *DaVinciVariableReplaceRequest) GetDataTypeOk() (*DaVinciVariableReplaceRequestDataType, bool)
- func (o *DaVinciVariableReplaceRequest) GetDisplayName() string
- func (o *DaVinciVariableReplaceRequest) GetDisplayNameOk() (*string, bool)
- func (o *DaVinciVariableReplaceRequest) GetFlow() ResourceRelationshipDaVinci
- func (o *DaVinciVariableReplaceRequest) GetFlowOk() (*ResourceRelationshipDaVinci, bool)
- func (o *DaVinciVariableReplaceRequest) GetMax() int32
- func (o *DaVinciVariableReplaceRequest) GetMaxOk() (*int32, bool)
- func (o *DaVinciVariableReplaceRequest) GetMin() int32
- func (o *DaVinciVariableReplaceRequest) GetMinOk() (*int32, bool)
- func (o *DaVinciVariableReplaceRequest) GetMutable() bool
- func (o *DaVinciVariableReplaceRequest) GetMutableOk() (*bool, bool)
- func (o *DaVinciVariableReplaceRequest) GetName() string
- func (o *DaVinciVariableReplaceRequest) GetNameOk() (*string, bool)
- func (o *DaVinciVariableReplaceRequest) GetValue() DaVinciVariableReplaceRequestValue
- func (o *DaVinciVariableReplaceRequest) GetValueOk() (*DaVinciVariableReplaceRequestValue, bool)
- func (o *DaVinciVariableReplaceRequest) HasDisplayName() bool
- func (o *DaVinciVariableReplaceRequest) HasFlow() bool
- func (o *DaVinciVariableReplaceRequest) HasMax() bool
- func (o *DaVinciVariableReplaceRequest) HasMin() bool
- func (o *DaVinciVariableReplaceRequest) HasValue() bool
- func (o DaVinciVariableReplaceRequest) LogValue() slog.Value
- func (o DaVinciVariableReplaceRequest) MarshalJSON() ([]byte, error)
- func (o *DaVinciVariableReplaceRequest) SetContext(v DaVinciVariableReplaceRequestContext)
- func (o *DaVinciVariableReplaceRequest) SetDataType(v DaVinciVariableReplaceRequestDataType)
- func (o *DaVinciVariableReplaceRequest) SetDisplayName(v string)
- func (o *DaVinciVariableReplaceRequest) SetFlow(v ResourceRelationshipDaVinci)
- func (o *DaVinciVariableReplaceRequest) SetMax(v int32)
- func (o *DaVinciVariableReplaceRequest) SetMin(v int32)
- func (o *DaVinciVariableReplaceRequest) SetMutable(v bool)
- func (o *DaVinciVariableReplaceRequest) SetName(v string)
- func (o *DaVinciVariableReplaceRequest) SetValue(v DaVinciVariableReplaceRequestValue)
- func (o DaVinciVariableReplaceRequest) ToMap() (map[string]interface{}, error)
- func (o *DaVinciVariableReplaceRequest) UnmarshalJSON(data []byte) (err error)
- type DaVinciVariableReplaceRequestContext
- type DaVinciVariableReplaceRequestDataType
- type DaVinciVariableReplaceRequestValue
- func BoolAsDaVinciVariableReplaceRequestValue(v *bool) DaVinciVariableReplaceRequestValue
- func Float32AsDaVinciVariableReplaceRequestValue(v *float32) DaVinciVariableReplaceRequestValue
- func ObjectAsDaVinciVariableReplaceRequestValue(v *map[string]interface{}) DaVinciVariableReplaceRequestValue
- func StringAsDaVinciVariableReplaceRequestValue(v *string) DaVinciVariableReplaceRequestValue
- func (obj *DaVinciVariableReplaceRequestValue) GetActualInstance() interface{}
- func (obj DaVinciVariableReplaceRequestValue) GetActualInstanceValue() interface{}
- func (src DaVinciVariableReplaceRequestValue) MarshalJSON() ([]byte, error)
- func (dst *DaVinciVariableReplaceRequestValue) UnmarshalJSON(data []byte) error
- type DaVinciVariableResponse
- func (o *DaVinciVariableResponse) GetContext() string
- func (o *DaVinciVariableResponse) GetContextOk() (*string, bool)
- func (o *DaVinciVariableResponse) GetCreatedAt() time.Time
- func (o *DaVinciVariableResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *DaVinciVariableResponse) GetDataType() DaVinciVariableResponseDataType
- func (o *DaVinciVariableResponse) GetDataTypeOk() (*DaVinciVariableResponseDataType, bool)
- func (o *DaVinciVariableResponse) GetDisplayName() string
- func (o *DaVinciVariableResponse) GetDisplayNameOk() (*string, bool)
- func (o *DaVinciVariableResponse) GetEnvironment() ResourceRelationshipReadOnly
- func (o *DaVinciVariableResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
- func (o *DaVinciVariableResponse) GetFlow() ResourceRelationshipDaVinciReadOnly
- func (o *DaVinciVariableResponse) GetFlowOk() (*ResourceRelationshipDaVinciReadOnly, bool)
- func (o *DaVinciVariableResponse) GetId() uuid.UUID
- func (o *DaVinciVariableResponse) GetIdOk() (*uuid.UUID, bool)
- func (o *DaVinciVariableResponse) GetLinks() DaVinciVariableResponseLinks
- func (o *DaVinciVariableResponse) GetLinksOk() (*DaVinciVariableResponseLinks, bool)
- func (o *DaVinciVariableResponse) GetMax() float32
- func (o *DaVinciVariableResponse) GetMaxOk() (*float32, bool)
- func (o *DaVinciVariableResponse) GetMin() float32
- func (o *DaVinciVariableResponse) GetMinOk() (*float32, bool)
- func (o *DaVinciVariableResponse) GetMutable() bool
- func (o *DaVinciVariableResponse) GetMutableOk() (*bool, bool)
- func (o *DaVinciVariableResponse) GetName() string
- func (o *DaVinciVariableResponse) GetNameOk() (*string, bool)
- func (o *DaVinciVariableResponse) GetUpdatedAt() time.Time
- func (o *DaVinciVariableResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o *DaVinciVariableResponse) GetValue() DaVinciVariableResponseValue
- func (o *DaVinciVariableResponse) GetValueOk() (*DaVinciVariableResponseValue, bool)
- func (o *DaVinciVariableResponse) HasContext() bool
- func (o *DaVinciVariableResponse) HasCreatedAt() bool
- func (o *DaVinciVariableResponse) HasDisplayName() bool
- func (o *DaVinciVariableResponse) HasFlow() bool
- func (o *DaVinciVariableResponse) HasMax() bool
- func (o *DaVinciVariableResponse) HasMin() bool
- func (o *DaVinciVariableResponse) HasMutable() bool
- func (o *DaVinciVariableResponse) HasUpdatedAt() bool
- func (o *DaVinciVariableResponse) HasValue() bool
- func (o DaVinciVariableResponse) LogValue() slog.Value
- func (o DaVinciVariableResponse) MarshalJSON() ([]byte, error)
- func (o *DaVinciVariableResponse) SetContext(v string)
- func (o *DaVinciVariableResponse) SetCreatedAt(v time.Time)
- func (o *DaVinciVariableResponse) SetDataType(v DaVinciVariableResponseDataType)
- func (o *DaVinciVariableResponse) SetDisplayName(v string)
- func (o *DaVinciVariableResponse) SetEnvironment(v ResourceRelationshipReadOnly)
- func (o *DaVinciVariableResponse) SetFlow(v ResourceRelationshipDaVinciReadOnly)
- func (o *DaVinciVariableResponse) SetId(v uuid.UUID)
- func (o *DaVinciVariableResponse) SetLinks(v DaVinciVariableResponseLinks)
- func (o *DaVinciVariableResponse) SetMax(v float32)
- func (o *DaVinciVariableResponse) SetMin(v float32)
- func (o *DaVinciVariableResponse) SetMutable(v bool)
- func (o *DaVinciVariableResponse) SetName(v string)
- func (o *DaVinciVariableResponse) SetUpdatedAt(v time.Time)
- func (o *DaVinciVariableResponse) SetValue(v DaVinciVariableResponseValue)
- func (o DaVinciVariableResponse) ToMap() (map[string]interface{}, error)
- func (o *DaVinciVariableResponse) UnmarshalJSON(data []byte) (err error)
- type DaVinciVariableResponseDataType
- type DaVinciVariableResponseLinks
- func (o *DaVinciVariableResponseLinks) GetEnvironment() JSONHALLink
- func (o *DaVinciVariableResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
- func (o *DaVinciVariableResponseLinks) GetSelf() JSONHALLink
- func (o *DaVinciVariableResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o DaVinciVariableResponseLinks) LogValue() slog.Value
- func (o DaVinciVariableResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DaVinciVariableResponseLinks) SetEnvironment(v JSONHALLink)
- func (o *DaVinciVariableResponseLinks) SetSelf(v JSONHALLink)
- func (o DaVinciVariableResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DaVinciVariableResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DaVinciVariableResponseValue
- func BoolAsDaVinciVariableResponseValue(v *bool) DaVinciVariableResponseValue
- func Float32AsDaVinciVariableResponseValue(v *float32) DaVinciVariableResponseValue
- func ObjectAsDaVinciVariableResponseValue(v *map[string]interface{}) DaVinciVariableResponseValue
- func StringAsDaVinciVariableResponseValue(v *string) DaVinciVariableResponseValue
- type DaVinciVariablesApiService
- func (a *DaVinciVariablesApiService) CreateVariable(ctx context.Context, environmentID uuid.UUID) ApiCreateVariableRequest
- func (a *DaVinciVariablesApiService) CreateVariableExecute(r ApiCreateVariableRequest) (*DaVinciVariableResponse, *http.Response, error)
- func (a *DaVinciVariablesApiService) DeleteVariableById(ctx context.Context, environmentID uuid.UUID, variableID uuid.UUID) ApiDeleteVariableByIdRequest
- func (a *DaVinciVariablesApiService) DeleteVariableByIdExecute(r ApiDeleteVariableByIdRequest) (*http.Response, error)
- func (a *DaVinciVariablesApiService) GetVariableById(ctx context.Context, environmentID uuid.UUID, variableID uuid.UUID) ApiGetVariableByIdRequest
- func (a *DaVinciVariablesApiService) GetVariableByIdExecute(r ApiGetVariableByIdRequest) (*DaVinciVariableResponse, *http.Response, error)
- func (a *DaVinciVariablesApiService) GetVariables(ctx context.Context, environmentID uuid.UUID) ApiGetVariablesRequest
- func (a *DaVinciVariablesApiService) GetVariablesExecute(r ApiGetVariablesRequest) PagedIterator[DaVinciVariableCollectionResponse]
- func (a *DaVinciVariablesApiService) GetVariablesExecutePage(r ApiGetVariablesRequest, link *JSONHALLink) (*DaVinciVariableCollectionResponse, *http.Response, error)
- func (a *DaVinciVariablesApiService) ReplaceVariableById(ctx context.Context, environmentID uuid.UUID, variableID uuid.UUID) ApiReplaceVariableByIdRequest
- func (a *DaVinciVariablesApiService) ReplaceVariableByIdExecute(r ApiReplaceVariableByIdRequest) (*DaVinciVariableResponse, *http.Response, error)
- type DirectoryTotalIdentitiesApiService
- func (a *DirectoryTotalIdentitiesApiService) GetTotalIdentities(ctx context.Context, environmentID uuid.UUID) ApiGetTotalIdentitiesRequest
- func (a *DirectoryTotalIdentitiesApiService) GetTotalIdentitiesExecute(r ApiGetTotalIdentitiesRequest) (*DirectoryTotalIdentitiesCountCollectionResponse, *http.Response, error)
- type DirectoryTotalIdentitiesCountCollectionResponse
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) GetCount() int32
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) GetCountOk() (*int32, bool)
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) GetEmbedded() DirectoryTotalIdentitiesCountCollectionResponseEmbedded
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) GetEmbeddedOk() (*DirectoryTotalIdentitiesCountCollectionResponseEmbedded, bool)
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) GetLinks() DirectoryTotalIdentitiesCountCollectionResponseLinks
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) GetLinksOk() (*DirectoryTotalIdentitiesCountCollectionResponseLinks, bool)
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) GetSize() int32
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) GetSizeOk() (*int32, bool)
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) HasCount() bool
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) HasEmbedded() bool
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) HasLinks() bool
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) HasSize() bool
- func (o DirectoryTotalIdentitiesCountCollectionResponse) LogValue() slog.Value
- func (o DirectoryTotalIdentitiesCountCollectionResponse) MarshalJSON() ([]byte, error)
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) SetCount(v int32)
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) SetEmbedded(v DirectoryTotalIdentitiesCountCollectionResponseEmbedded)
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) SetLinks(v DirectoryTotalIdentitiesCountCollectionResponseLinks)
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) SetSize(v int32)
- func (o DirectoryTotalIdentitiesCountCollectionResponse) ToMap() (map[string]interface{}, error)
- func (o *DirectoryTotalIdentitiesCountCollectionResponse) UnmarshalJSON(data []byte) (err error)
- type DirectoryTotalIdentitiesCountCollectionResponseEmbedded
- func (o *DirectoryTotalIdentitiesCountCollectionResponseEmbedded) GetTotalIdentities() []DirectoryTotalIdentitiesCountResponse
- func (o *DirectoryTotalIdentitiesCountCollectionResponseEmbedded) GetTotalIdentitiesOk() ([]DirectoryTotalIdentitiesCountResponse, bool)
- func (o *DirectoryTotalIdentitiesCountCollectionResponseEmbedded) HasTotalIdentities() bool
- func (o DirectoryTotalIdentitiesCountCollectionResponseEmbedded) LogValue() slog.Value
- func (o DirectoryTotalIdentitiesCountCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
- func (o *DirectoryTotalIdentitiesCountCollectionResponseEmbedded) SetTotalIdentities(v []DirectoryTotalIdentitiesCountResponse)
- func (o DirectoryTotalIdentitiesCountCollectionResponseEmbedded) ToMap() (map[string]interface{}, error)
- func (o *DirectoryTotalIdentitiesCountCollectionResponseEmbedded) UnmarshalJSON(data []byte) (err error)
- type DirectoryTotalIdentitiesCountCollectionResponseLinks
- func (o *DirectoryTotalIdentitiesCountCollectionResponseLinks) GetSelf() JSONHALLink
- func (o *DirectoryTotalIdentitiesCountCollectionResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o *DirectoryTotalIdentitiesCountCollectionResponseLinks) HasSelf() bool
- func (o DirectoryTotalIdentitiesCountCollectionResponseLinks) LogValue() slog.Value
- func (o DirectoryTotalIdentitiesCountCollectionResponseLinks) MarshalJSON() ([]byte, error)
- func (o *DirectoryTotalIdentitiesCountCollectionResponseLinks) SetSelf(v JSONHALLink)
- func (o DirectoryTotalIdentitiesCountCollectionResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *DirectoryTotalIdentitiesCountCollectionResponseLinks) UnmarshalJSON(data []byte) (err error)
- type DirectoryTotalIdentitiesCountResponse
- func (o *DirectoryTotalIdentitiesCountResponse) GetDate() types.UnixTime
- func (o *DirectoryTotalIdentitiesCountResponse) GetDateOk() (*types.UnixTime, bool)
- func (o *DirectoryTotalIdentitiesCountResponse) GetTotalIdentities() int32
- func (o *DirectoryTotalIdentitiesCountResponse) GetTotalIdentitiesOk() (*int32, bool)
- func (o *DirectoryTotalIdentitiesCountResponse) HasDate() bool
- func (o *DirectoryTotalIdentitiesCountResponse) HasTotalIdentities() bool
- func (o DirectoryTotalIdentitiesCountResponse) LogValue() slog.Value
- func (o DirectoryTotalIdentitiesCountResponse) MarshalJSON() ([]byte, error)
- func (o *DirectoryTotalIdentitiesCountResponse) SetDate(v types.UnixTime)
- func (o *DirectoryTotalIdentitiesCountResponse) SetTotalIdentities(v int32)
- func (o DirectoryTotalIdentitiesCountResponse) ToMap() (map[string]interface{}, error)
- func (o *DirectoryTotalIdentitiesCountResponse) UnmarshalJSON(data []byte) (err error)
- type EnvironmentAPILimit
- func (o *EnvironmentAPILimit) GetLimit() int64
- func (o *EnvironmentAPILimit) GetLimitOk() (*int64, bool)
- func (o *EnvironmentAPILimit) HasLimit() bool
- func (o EnvironmentAPILimit) LogValue() slog.Value
- func (o EnvironmentAPILimit) MarshalJSON() ([]byte, error)
- func (o *EnvironmentAPILimit) SetLimit(v int64)
- func (o EnvironmentAPILimit) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentAPILimit) UnmarshalJSON(data []byte) (err error)
- type EnvironmentBillOfMaterials
- func (o *EnvironmentBillOfMaterials) GetProducts() []EnvironmentBillOfMaterialsProduct
- func (o *EnvironmentBillOfMaterials) GetProductsOk() ([]EnvironmentBillOfMaterialsProduct, bool)
- func (o *EnvironmentBillOfMaterials) GetSolutionType() EnvironmentBillOfMaterialsSolutionType
- func (o *EnvironmentBillOfMaterials) GetSolutionTypeOk() (*EnvironmentBillOfMaterialsSolutionType, bool)
- func (o *EnvironmentBillOfMaterials) HasSolutionType() bool
- func (o EnvironmentBillOfMaterials) LogValue() slog.Value
- func (o EnvironmentBillOfMaterials) MarshalJSON() ([]byte, error)
- func (o *EnvironmentBillOfMaterials) SetProducts(v []EnvironmentBillOfMaterialsProduct)
- func (o *EnvironmentBillOfMaterials) SetSolutionType(v EnvironmentBillOfMaterialsSolutionType)
- func (o EnvironmentBillOfMaterials) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentBillOfMaterials) UnmarshalJSON(data []byte) (err error)
- type EnvironmentBillOfMaterialsProduct
- func (o *EnvironmentBillOfMaterialsProduct) GetBookmarks() []EnvironmentBillOfMaterialsProductBookmark
- func (o *EnvironmentBillOfMaterialsProduct) GetBookmarksOk() ([]EnvironmentBillOfMaterialsProductBookmark, bool)
- func (o *EnvironmentBillOfMaterialsProduct) GetConsole() EnvironmentBillOfMaterialsProductConsole
- func (o *EnvironmentBillOfMaterialsProduct) GetConsoleOk() (*EnvironmentBillOfMaterialsProductConsole, bool)
- func (o *EnvironmentBillOfMaterialsProduct) GetDeployment() ResourceRelationshipReadOnly
- func (o *EnvironmentBillOfMaterialsProduct) GetDeploymentOk() (*ResourceRelationshipReadOnly, bool)
- func (o *EnvironmentBillOfMaterialsProduct) GetDescription() string
- func (o *EnvironmentBillOfMaterialsProduct) GetDescriptionOk() (*string, bool)
- func (o *EnvironmentBillOfMaterialsProduct) GetId() uuid.UUID
- func (o *EnvironmentBillOfMaterialsProduct) GetIdOk() (*uuid.UUID, bool)
- func (o *EnvironmentBillOfMaterialsProduct) GetSoftwareLicense() ResourceRelationshipGeneric
- func (o *EnvironmentBillOfMaterialsProduct) GetSoftwareLicenseOk() (*ResourceRelationshipGeneric, bool)
- func (o *EnvironmentBillOfMaterialsProduct) GetTags() []string
- func (o *EnvironmentBillOfMaterialsProduct) GetTagsOk() ([]string, bool)
- func (o *EnvironmentBillOfMaterialsProduct) GetType() EnvironmentBillOfMaterialsProductType
- func (o *EnvironmentBillOfMaterialsProduct) GetTypeOk() (*EnvironmentBillOfMaterialsProductType, bool)
- func (o *EnvironmentBillOfMaterialsProduct) HasBookmarks() bool
- func (o *EnvironmentBillOfMaterialsProduct) HasConsole() bool
- func (o *EnvironmentBillOfMaterialsProduct) HasDeployment() bool
- func (o *EnvironmentBillOfMaterialsProduct) HasDescription() bool
- func (o *EnvironmentBillOfMaterialsProduct) HasId() bool
- func (o *EnvironmentBillOfMaterialsProduct) HasSoftwareLicense() bool
- func (o *EnvironmentBillOfMaterialsProduct) HasTags() bool
- func (o EnvironmentBillOfMaterialsProduct) LogValue() slog.Value
- func (o EnvironmentBillOfMaterialsProduct) MarshalJSON() ([]byte, error)
- func (o *EnvironmentBillOfMaterialsProduct) SetBookmarks(v []EnvironmentBillOfMaterialsProductBookmark)
- func (o *EnvironmentBillOfMaterialsProduct) SetConsole(v EnvironmentBillOfMaterialsProductConsole)
- func (o *EnvironmentBillOfMaterialsProduct) SetDeployment(v ResourceRelationshipReadOnly)
- func (o *EnvironmentBillOfMaterialsProduct) SetDescription(v string)
- func (o *EnvironmentBillOfMaterialsProduct) SetId(v uuid.UUID)
- func (o *EnvironmentBillOfMaterialsProduct) SetSoftwareLicense(v ResourceRelationshipGeneric)
- func (o *EnvironmentBillOfMaterialsProduct) SetTags(v []string)
- func (o *EnvironmentBillOfMaterialsProduct) SetType(v EnvironmentBillOfMaterialsProductType)
- func (o EnvironmentBillOfMaterialsProduct) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentBillOfMaterialsProduct) UnmarshalJSON(data []byte) (err error)
- type EnvironmentBillOfMaterialsProductBookmark
- func (o *EnvironmentBillOfMaterialsProductBookmark) GetHref() string
- func (o *EnvironmentBillOfMaterialsProductBookmark) GetHrefOk() (*string, bool)
- func (o *EnvironmentBillOfMaterialsProductBookmark) GetName() string
- func (o *EnvironmentBillOfMaterialsProductBookmark) GetNameOk() (*string, bool)
- func (o EnvironmentBillOfMaterialsProductBookmark) LogValue() slog.Value
- func (o EnvironmentBillOfMaterialsProductBookmark) MarshalJSON() ([]byte, error)
- func (o *EnvironmentBillOfMaterialsProductBookmark) SetHref(v string)
- func (o *EnvironmentBillOfMaterialsProductBookmark) SetName(v string)
- func (o EnvironmentBillOfMaterialsProductBookmark) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentBillOfMaterialsProductBookmark) UnmarshalJSON(data []byte) (err error)
- type EnvironmentBillOfMaterialsProductConsole
- func (o *EnvironmentBillOfMaterialsProductConsole) GetHref() string
- func (o *EnvironmentBillOfMaterialsProductConsole) GetHrefOk() (*string, bool)
- func (o *EnvironmentBillOfMaterialsProductConsole) HasHref() bool
- func (o EnvironmentBillOfMaterialsProductConsole) LogValue() slog.Value
- func (o EnvironmentBillOfMaterialsProductConsole) MarshalJSON() ([]byte, error)
- func (o *EnvironmentBillOfMaterialsProductConsole) SetHref(v string)
- func (o EnvironmentBillOfMaterialsProductConsole) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentBillOfMaterialsProductConsole) UnmarshalJSON(data []byte) (err error)
- type EnvironmentBillOfMaterialsProductType
- type EnvironmentBillOfMaterialsReplaceRequest
- func (o *EnvironmentBillOfMaterialsReplaceRequest) GetProducts() []EnvironmentBillOfMaterialsProduct
- func (o *EnvironmentBillOfMaterialsReplaceRequest) GetProductsOk() ([]EnvironmentBillOfMaterialsProduct, bool)
- func (o EnvironmentBillOfMaterialsReplaceRequest) LogValue() slog.Value
- func (o EnvironmentBillOfMaterialsReplaceRequest) MarshalJSON() ([]byte, error)
- func (o *EnvironmentBillOfMaterialsReplaceRequest) SetProducts(v []EnvironmentBillOfMaterialsProduct)
- func (o EnvironmentBillOfMaterialsReplaceRequest) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentBillOfMaterialsReplaceRequest) UnmarshalJSON(data []byte) (err error)
- type EnvironmentBillOfMaterialsResponse
- func (o *EnvironmentBillOfMaterialsResponse) GetCreatedAt() time.Time
- func (o *EnvironmentBillOfMaterialsResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *EnvironmentBillOfMaterialsResponse) GetEmbedded() map[string]map[string]interface{}
- func (o *EnvironmentBillOfMaterialsResponse) GetEmbeddedOk() (map[string]map[string]interface{}, bool)
- func (o *EnvironmentBillOfMaterialsResponse) GetLinks() map[string]JSONHALLink
- func (o *EnvironmentBillOfMaterialsResponse) GetLinksOk() (map[string]JSONHALLink, bool)
- func (o *EnvironmentBillOfMaterialsResponse) GetProducts() []EnvironmentBillOfMaterialsProduct
- func (o *EnvironmentBillOfMaterialsResponse) GetProductsOk() ([]EnvironmentBillOfMaterialsProduct, bool)
- func (o *EnvironmentBillOfMaterialsResponse) GetSolutionType() string
- func (o *EnvironmentBillOfMaterialsResponse) GetSolutionTypeOk() (*string, bool)
- func (o *EnvironmentBillOfMaterialsResponse) GetUpdatedAt() time.Time
- func (o *EnvironmentBillOfMaterialsResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o *EnvironmentBillOfMaterialsResponse) HasCreatedAt() bool
- func (o *EnvironmentBillOfMaterialsResponse) HasEmbedded() bool
- func (o *EnvironmentBillOfMaterialsResponse) HasLinks() bool
- func (o *EnvironmentBillOfMaterialsResponse) HasProducts() bool
- func (o *EnvironmentBillOfMaterialsResponse) HasSolutionType() bool
- func (o *EnvironmentBillOfMaterialsResponse) HasUpdatedAt() bool
- func (o EnvironmentBillOfMaterialsResponse) LogValue() slog.Value
- func (o EnvironmentBillOfMaterialsResponse) MarshalJSON() ([]byte, error)
- func (o *EnvironmentBillOfMaterialsResponse) SetCreatedAt(v time.Time)
- func (o *EnvironmentBillOfMaterialsResponse) SetEmbedded(v map[string]map[string]interface{})
- func (o *EnvironmentBillOfMaterialsResponse) SetLinks(v map[string]JSONHALLink)
- func (o *EnvironmentBillOfMaterialsResponse) SetProducts(v []EnvironmentBillOfMaterialsProduct)
- func (o *EnvironmentBillOfMaterialsResponse) SetSolutionType(v string)
- func (o *EnvironmentBillOfMaterialsResponse) SetUpdatedAt(v time.Time)
- func (o EnvironmentBillOfMaterialsResponse) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentBillOfMaterialsResponse) UnmarshalJSON(data []byte) (err error)
- type EnvironmentBillOfMaterialsSolutionType
- type EnvironmentCapabilities
- func (o *EnvironmentCapabilities) GetCanAddResources() bool
- func (o *EnvironmentCapabilities) GetCanAddResourcesOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanAssignCustomRolesEverywhere() bool
- func (o *EnvironmentCapabilities) GetCanAssignCustomRolesEverywhereOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanAssignUsersRoles() bool
- func (o *EnvironmentCapabilities) GetCanAssignUsersRolesOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanContactSupport() bool
- func (o *EnvironmentCapabilities) GetCanContactSupportOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanCreateConnections() bool
- func (o *EnvironmentCapabilities) GetCanCreateConnectionsOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanCreateCustomDomain() bool
- func (o *EnvironmentCapabilities) GetCanCreateCustomDomainOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanPromoteToProd() bool
- func (o *EnvironmentCapabilities) GetCanPromoteToProdOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanSendMfaNotificationsOutsideWhitelist() bool
- func (o *EnvironmentCapabilities) GetCanSendMfaNotificationsOutsideWhitelistOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanSendPasswordManagementNotifications() bool
- func (o *EnvironmentCapabilities) GetCanSendPasswordManagementNotificationsOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanSendVerificationFlowNotifications() bool
- func (o *EnvironmentCapabilities) GetCanSendVerificationFlowNotificationsOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseAadhaar() bool
- func (o *EnvironmentCapabilities) GetCanUseAadhaarOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseAamva() bool
- func (o *EnvironmentCapabilities) GetCanUseAamvaOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseAccountOwnership() bool
- func (o *EnvironmentCapabilities) GetCanUseAccountOwnershipOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseAccountProtection() bool
- func (o *EnvironmentCapabilities) GetCanUseAccountProtectionOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseAccountTakeoverDetection() bool
- func (o *EnvironmentCapabilities) GetCanUseAccountTakeoverDetectionOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseApiAccessManagement() bool
- func (o *EnvironmentCapabilities) GetCanUseApiAccessManagementOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseApplicationPermissions() bool
- func (o *EnvironmentCapabilities) GetCanUseApplicationPermissionsOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseBotMaliciousDeviceDetection() bool
- func (o *EnvironmentCapabilities) GetCanUseBotMaliciousDeviceDetectionOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseCredentialSharingDetection() bool
- func (o *EnvironmentCapabilities) GetCanUseCredentialSharingDetectionOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseCredentials() bool
- func (o *EnvironmentCapabilities) GetCanUseCredentialsOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseCredentialsPushNotifications() bool
- func (o *EnvironmentCapabilities) GetCanUseCredentialsPushNotificationsOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseCustomSchema() bool
- func (o *EnvironmentCapabilities) GetCanUseCustomSchemaOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseDaVinciAdminPortal() bool
- func (o *EnvironmentCapabilities) GetCanUseDaVinciAdminPortalOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseDataAnalyticsSupport() bool
- func (o *EnvironmentCapabilities) GetCanUseDataAnalyticsSupportOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseDataBasedVerifications() bool
- func (o *EnvironmentCapabilities) GetCanUseDataBasedVerificationsOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup1() bool
- func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup1Ok() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup2() bool
- func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup2Ok() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup3() bool
- func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup3Ok() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup4() bool
- func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup4Ok() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup5() bool
- func (o *EnvironmentCapabilities) GetCanUseDataVerificationGroup5Ok() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseDeviceReputationScoring() bool
- func (o *EnvironmentCapabilities) GetCanUseDeviceReputationScoringOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseDigitalVerifications() bool
- func (o *EnvironmentCapabilities) GetCanUseDigitalVerificationsOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseDocumentMatch() bool
- func (o *EnvironmentCapabilities) GetCanUseDocumentMatchOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseDynamicAuthorization() bool
- func (o *EnvironmentCapabilities) GetCanUseDynamicAuthorizationOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseEditNotificationTemplate() bool
- func (o *EnvironmentCapabilities) GetCanUseEditNotificationTemplateOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseEmailOtp() bool
- func (o *EnvironmentCapabilities) GetCanUseEmailOtpOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseFaceMatch() bool
- func (o *EnvironmentCapabilities) GetCanUseFaceMatchOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseFraudDataEnrichment() bool
- func (o *EnvironmentCapabilities) GetCanUseFraudDataEnrichmentOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseGlobalWatchlist() bool
- func (o *EnvironmentCapabilities) GetCanUseGlobalWatchlistOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseIdentities() bool
- func (o *EnvironmentCapabilities) GetCanUseIdentitiesOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseIdentityProviders() bool
- func (o *EnvironmentCapabilities) GetCanUseIdentityProvidersOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseInboundProvisioning() bool
- func (o *EnvironmentCapabilities) GetCanUseInboundProvisioningOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseIntelligence() bool
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceAdvancedPredictors() bool
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceAdvancedPredictorsOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceAnonymousNetworkDetection() bool
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceAnonymousNetworkDetectionOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceDataConsent() bool
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceDataConsentOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceEditPolicyScores() bool
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceEditPolicyScoresOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceGeoVelocity() bool
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceGeoVelocityOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceLastTransactionOlderThan() bool
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceLastTransactionOlderThanOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceLimitedCompositePredictor() bool
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceLimitedCompositePredictorOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceNewDevicePredictor() bool
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceNewDevicePredictorOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceProtect() bool
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceProtectOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceReputation() bool
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceReputationOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceRisk() bool
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceRiskOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceTrustDevicePredictor() bool
- func (o *EnvironmentCapabilities) GetCanUseIntelligenceTrustDevicePredictorOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseKerberosGateway() bool
- func (o *EnvironmentCapabilities) GetCanUseKerberosGatewayOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseLdapGateway() bool
- func (o *EnvironmentCapabilities) GetCanUseLdapGatewayOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseLiveAgent() bool
- func (o *EnvironmentCapabilities) GetCanUseLiveAgentOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseManualIDStepUpInspection() bool
- func (o *EnvironmentCapabilities) GetCanUseManualIDStepUpInspectionOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseManualIdInspection() bool
- func (o *EnvironmentCapabilities) GetCanUseManualIdInspectionOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseMfa() bool
- func (o *EnvironmentCapabilities) GetCanUseMfaCiam() bool
- func (o *EnvironmentCapabilities) GetCanUseMfaCiamOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseMfaFido2Devices() bool
- func (o *EnvironmentCapabilities) GetCanUseMfaFido2DevicesOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseMfaOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseMfaPushNotifications() bool
- func (o *EnvironmentCapabilities) GetCanUseMfaPushNotificationsOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseMfaVoiceOtp() bool
- func (o *EnvironmentCapabilities) GetCanUseMfaVoiceOtpOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseMfaWf() bool
- func (o *EnvironmentCapabilities) GetCanUseMfaWfOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseMyAccount() bool
- func (o *EnvironmentCapabilities) GetCanUseMyAccountOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseNewAccountFraudDetection() bool
- func (o *EnvironmentCapabilities) GetCanUseNewAccountFraudDetectionOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseOATHToken() bool
- func (o *EnvironmentCapabilities) GetCanUseOATHTokenOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseOrchestration() bool
- func (o *EnvironmentCapabilities) GetCanUseOrchestrationOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUsePasswordManagement() bool
- func (o *EnvironmentCapabilities) GetCanUsePasswordManagementOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUsePasswordOnlyAuthentication() bool
- func (o *EnvironmentCapabilities) GetCanUsePasswordOnlyAuthenticationOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUsePasswordPolicy() bool
- func (o *EnvironmentCapabilities) GetCanUsePasswordPolicyOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUsePingIDApp() bool
- func (o *EnvironmentCapabilities) GetCanUsePingIDAppOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUsePingIdDesktop() bool
- func (o *EnvironmentCapabilities) GetCanUsePingIdDesktopGen2() bool
- func (o *EnvironmentCapabilities) GetCanUsePingIdDesktopGen2Ok() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUsePingIdDesktopOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUsePingSmsAccount() bool
- func (o *EnvironmentCapabilities) GetCanUsePingSmsAccountOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUsePlatform() bool
- func (o *EnvironmentCapabilities) GetCanUsePlatformOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseProtectTransactions() bool
- func (o *EnvironmentCapabilities) GetCanUseProtectTransactionsOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseProvisioning() bool
- func (o *EnvironmentCapabilities) GetCanUseProvisioningOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseRadiusGateway() bool
- func (o *EnvironmentCapabilities) GetCanUseRadiusGatewayOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseScheduledFlows() bool
- func (o *EnvironmentCapabilities) GetCanUseScheduledFlowsOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseSmsOtp() bool
- func (o *EnvironmentCapabilities) GetCanUseSmsOtpOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseTotp() bool
- func (o *EnvironmentCapabilities) GetCanUseTotpOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseUniversalDeviceId() bool
- func (o *EnvironmentCapabilities) GetCanUseUniversalDeviceIdOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseVerificationFlow() bool
- func (o *EnvironmentCapabilities) GetCanUseVerificationFlowOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseVerify() bool
- func (o *EnvironmentCapabilities) GetCanUseVerifyOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseVerifyPushNotifications() bool
- func (o *EnvironmentCapabilities) GetCanUseVerifyPushNotificationsOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseVerifyVoice() bool
- func (o *EnvironmentCapabilities) GetCanUseVerifyVoiceOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseWhatsAppOtp() bool
- func (o *EnvironmentCapabilities) GetCanUseWhatsAppOtpOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseWinLogin() bool
- func (o *EnvironmentCapabilities) GetCanUseWinLoginOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUseYubikey() bool
- func (o *EnvironmentCapabilities) GetCanUseYubikeyOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetCanUsersUpdateSelf() bool
- func (o *EnvironmentCapabilities) GetCanUsersUpdateSelfOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetEmbedded() map[string]map[string]interface{}
- func (o *EnvironmentCapabilities) GetEmbeddedOk() (map[string]map[string]interface{}, bool)
- func (o *EnvironmentCapabilities) GetEnvironmentId() uuid.UUID
- func (o *EnvironmentCapabilities) GetEnvironmentIdOk() (*uuid.UUID, bool)
- func (o *EnvironmentCapabilities) GetGetcanUseUniversalCapture() bool
- func (o *EnvironmentCapabilities) GetGetcanUseUniversalCaptureOk() (*bool, bool)
- func (o *EnvironmentCapabilities) GetLicenseQuantities() EnvironmentLicenseQuantities
- func (o *EnvironmentCapabilities) GetLicenseQuantitiesOk() (*EnvironmentLicenseQuantities, bool)
- func (o *EnvironmentCapabilities) GetLinks() EnvironmentCapabilitiesLinks
- func (o *EnvironmentCapabilities) GetLinksOk() (*EnvironmentCapabilitiesLinks, bool)
- func (o *EnvironmentCapabilities) HasCanAddResources() bool
- func (o *EnvironmentCapabilities) HasCanAssignCustomRolesEverywhere() bool
- func (o *EnvironmentCapabilities) HasCanAssignUsersRoles() bool
- func (o *EnvironmentCapabilities) HasCanContactSupport() bool
- func (o *EnvironmentCapabilities) HasCanCreateConnections() bool
- func (o *EnvironmentCapabilities) HasCanCreateCustomDomain() bool
- func (o *EnvironmentCapabilities) HasCanPromoteToProd() bool
- func (o *EnvironmentCapabilities) HasCanSendMfaNotificationsOutsideWhitelist() bool
- func (o *EnvironmentCapabilities) HasCanSendPasswordManagementNotifications() bool
- func (o *EnvironmentCapabilities) HasCanSendVerificationFlowNotifications() bool
- func (o *EnvironmentCapabilities) HasCanUseAadhaar() bool
- func (o *EnvironmentCapabilities) HasCanUseAamva() bool
- func (o *EnvironmentCapabilities) HasCanUseAccountOwnership() bool
- func (o *EnvironmentCapabilities) HasCanUseAccountProtection() bool
- func (o *EnvironmentCapabilities) HasCanUseAccountTakeoverDetection() bool
- func (o *EnvironmentCapabilities) HasCanUseApiAccessManagement() bool
- func (o *EnvironmentCapabilities) HasCanUseApplicationPermissions() bool
- func (o *EnvironmentCapabilities) HasCanUseBotMaliciousDeviceDetection() bool
- func (o *EnvironmentCapabilities) HasCanUseCredentialSharingDetection() bool
- func (o *EnvironmentCapabilities) HasCanUseCredentials() bool
- func (o *EnvironmentCapabilities) HasCanUseCredentialsPushNotifications() bool
- func (o *EnvironmentCapabilities) HasCanUseCustomSchema() bool
- func (o *EnvironmentCapabilities) HasCanUseDaVinciAdminPortal() bool
- func (o *EnvironmentCapabilities) HasCanUseDataAnalyticsSupport() bool
- func (o *EnvironmentCapabilities) HasCanUseDataBasedVerifications() bool
- func (o *EnvironmentCapabilities) HasCanUseDataVerificationGroup1() bool
- func (o *EnvironmentCapabilities) HasCanUseDataVerificationGroup2() bool
- func (o *EnvironmentCapabilities) HasCanUseDataVerificationGroup3() bool
- func (o *EnvironmentCapabilities) HasCanUseDataVerificationGroup4() bool
- func (o *EnvironmentCapabilities) HasCanUseDataVerificationGroup5() bool
- func (o *EnvironmentCapabilities) HasCanUseDeviceReputationScoring() bool
- func (o *EnvironmentCapabilities) HasCanUseDigitalVerifications() bool
- func (o *EnvironmentCapabilities) HasCanUseDocumentMatch() bool
- func (o *EnvironmentCapabilities) HasCanUseDynamicAuthorization() bool
- func (o *EnvironmentCapabilities) HasCanUseEditNotificationTemplate() bool
- func (o *EnvironmentCapabilities) HasCanUseEmailOtp() bool
- func (o *EnvironmentCapabilities) HasCanUseFaceMatch() bool
- func (o *EnvironmentCapabilities) HasCanUseFraudDataEnrichment() bool
- func (o *EnvironmentCapabilities) HasCanUseGlobalWatchlist() bool
- func (o *EnvironmentCapabilities) HasCanUseIdentities() bool
- func (o *EnvironmentCapabilities) HasCanUseIdentityProviders() bool
- func (o *EnvironmentCapabilities) HasCanUseInboundProvisioning() bool
- func (o *EnvironmentCapabilities) HasCanUseIntelligence() bool
- func (o *EnvironmentCapabilities) HasCanUseIntelligenceAdvancedPredictors() bool
- func (o *EnvironmentCapabilities) HasCanUseIntelligenceAnonymousNetworkDetection() bool
- func (o *EnvironmentCapabilities) HasCanUseIntelligenceDataConsent() bool
- func (o *EnvironmentCapabilities) HasCanUseIntelligenceEditPolicyScores() bool
- func (o *EnvironmentCapabilities) HasCanUseIntelligenceGeoVelocity() bool
- func (o *EnvironmentCapabilities) HasCanUseIntelligenceLastTransactionOlderThan() bool
- func (o *EnvironmentCapabilities) HasCanUseIntelligenceLimitedCompositePredictor() bool
- func (o *EnvironmentCapabilities) HasCanUseIntelligenceNewDevicePredictor() bool
- func (o *EnvironmentCapabilities) HasCanUseIntelligenceProtect() bool
- func (o *EnvironmentCapabilities) HasCanUseIntelligenceReputation() bool
- func (o *EnvironmentCapabilities) HasCanUseIntelligenceRisk() bool
- func (o *EnvironmentCapabilities) HasCanUseIntelligenceTrustDevicePredictor() bool
- func (o *EnvironmentCapabilities) HasCanUseKerberosGateway() bool
- func (o *EnvironmentCapabilities) HasCanUseLdapGateway() bool
- func (o *EnvironmentCapabilities) HasCanUseLiveAgent() bool
- func (o *EnvironmentCapabilities) HasCanUseManualIDStepUpInspection() bool
- func (o *EnvironmentCapabilities) HasCanUseManualIdInspection() bool
- func (o *EnvironmentCapabilities) HasCanUseMfa() bool
- func (o *EnvironmentCapabilities) HasCanUseMfaCiam() bool
- func (o *EnvironmentCapabilities) HasCanUseMfaFido2Devices() bool
- func (o *EnvironmentCapabilities) HasCanUseMfaPushNotifications() bool
- func (o *EnvironmentCapabilities) HasCanUseMfaVoiceOtp() bool
- func (o *EnvironmentCapabilities) HasCanUseMfaWf() bool
- func (o *EnvironmentCapabilities) HasCanUseMyAccount() bool
- func (o *EnvironmentCapabilities) HasCanUseNewAccountFraudDetection() bool
- func (o *EnvironmentCapabilities) HasCanUseOATHToken() bool
- func (o *EnvironmentCapabilities) HasCanUseOrchestration() bool
- func (o *EnvironmentCapabilities) HasCanUsePasswordManagement() bool
- func (o *EnvironmentCapabilities) HasCanUsePasswordOnlyAuthentication() bool
- func (o *EnvironmentCapabilities) HasCanUsePasswordPolicy() bool
- func (o *EnvironmentCapabilities) HasCanUsePingIDApp() bool
- func (o *EnvironmentCapabilities) HasCanUsePingIdDesktop() bool
- func (o *EnvironmentCapabilities) HasCanUsePingIdDesktopGen2() bool
- func (o *EnvironmentCapabilities) HasCanUsePingSmsAccount() bool
- func (o *EnvironmentCapabilities) HasCanUsePlatform() bool
- func (o *EnvironmentCapabilities) HasCanUseProtectTransactions() bool
- func (o *EnvironmentCapabilities) HasCanUseProvisioning() bool
- func (o *EnvironmentCapabilities) HasCanUseRadiusGateway() bool
- func (o *EnvironmentCapabilities) HasCanUseScheduledFlows() bool
- func (o *EnvironmentCapabilities) HasCanUseSmsOtp() bool
- func (o *EnvironmentCapabilities) HasCanUseTotp() bool
- func (o *EnvironmentCapabilities) HasCanUseUniversalDeviceId() bool
- func (o *EnvironmentCapabilities) HasCanUseVerificationFlow() bool
- func (o *EnvironmentCapabilities) HasCanUseVerify() bool
- func (o *EnvironmentCapabilities) HasCanUseVerifyPushNotifications() bool
- func (o *EnvironmentCapabilities) HasCanUseVerifyVoice() bool
- func (o *EnvironmentCapabilities) HasCanUseWhatsAppOtp() bool
- func (o *EnvironmentCapabilities) HasCanUseWinLogin() bool
- func (o *EnvironmentCapabilities) HasCanUseYubikey() bool
- func (o *EnvironmentCapabilities) HasCanUsersUpdateSelf() bool
- func (o *EnvironmentCapabilities) HasEmbedded() bool
- func (o *EnvironmentCapabilities) HasEnvironmentId() bool
- func (o *EnvironmentCapabilities) HasGetcanUseUniversalCapture() bool
- func (o *EnvironmentCapabilities) HasLicenseQuantities() bool
- func (o *EnvironmentCapabilities) HasLinks() bool
- func (o EnvironmentCapabilities) LogValue() slog.Value
- func (o EnvironmentCapabilities) MarshalJSON() ([]byte, error)
- func (o *EnvironmentCapabilities) SetCanAddResources(v bool)
- func (o *EnvironmentCapabilities) SetCanAssignCustomRolesEverywhere(v bool)
- func (o *EnvironmentCapabilities) SetCanAssignUsersRoles(v bool)
- func (o *EnvironmentCapabilities) SetCanContactSupport(v bool)
- func (o *EnvironmentCapabilities) SetCanCreateConnections(v bool)
- func (o *EnvironmentCapabilities) SetCanCreateCustomDomain(v bool)
- func (o *EnvironmentCapabilities) SetCanPromoteToProd(v bool)
- func (o *EnvironmentCapabilities) SetCanSendMfaNotificationsOutsideWhitelist(v bool)
- func (o *EnvironmentCapabilities) SetCanSendPasswordManagementNotifications(v bool)
- func (o *EnvironmentCapabilities) SetCanSendVerificationFlowNotifications(v bool)
- func (o *EnvironmentCapabilities) SetCanUseAadhaar(v bool)
- func (o *EnvironmentCapabilities) SetCanUseAamva(v bool)
- func (o *EnvironmentCapabilities) SetCanUseAccountOwnership(v bool)
- func (o *EnvironmentCapabilities) SetCanUseAccountProtection(v bool)
- func (o *EnvironmentCapabilities) SetCanUseAccountTakeoverDetection(v bool)
- func (o *EnvironmentCapabilities) SetCanUseApiAccessManagement(v bool)
- func (o *EnvironmentCapabilities) SetCanUseApplicationPermissions(v bool)
- func (o *EnvironmentCapabilities) SetCanUseBotMaliciousDeviceDetection(v bool)
- func (o *EnvironmentCapabilities) SetCanUseCredentialSharingDetection(v bool)
- func (o *EnvironmentCapabilities) SetCanUseCredentials(v bool)
- func (o *EnvironmentCapabilities) SetCanUseCredentialsPushNotifications(v bool)
- func (o *EnvironmentCapabilities) SetCanUseCustomSchema(v bool)
- func (o *EnvironmentCapabilities) SetCanUseDaVinciAdminPortal(v bool)
- func (o *EnvironmentCapabilities) SetCanUseDataAnalyticsSupport(v bool)
- func (o *EnvironmentCapabilities) SetCanUseDataBasedVerifications(v bool)
- func (o *EnvironmentCapabilities) SetCanUseDataVerificationGroup1(v bool)
- func (o *EnvironmentCapabilities) SetCanUseDataVerificationGroup2(v bool)
- func (o *EnvironmentCapabilities) SetCanUseDataVerificationGroup3(v bool)
- func (o *EnvironmentCapabilities) SetCanUseDataVerificationGroup4(v bool)
- func (o *EnvironmentCapabilities) SetCanUseDataVerificationGroup5(v bool)
- func (o *EnvironmentCapabilities) SetCanUseDeviceReputationScoring(v bool)
- func (o *EnvironmentCapabilities) SetCanUseDigitalVerifications(v bool)
- func (o *EnvironmentCapabilities) SetCanUseDocumentMatch(v bool)
- func (o *EnvironmentCapabilities) SetCanUseDynamicAuthorization(v bool)
- func (o *EnvironmentCapabilities) SetCanUseEditNotificationTemplate(v bool)
- func (o *EnvironmentCapabilities) SetCanUseEmailOtp(v bool)
- func (o *EnvironmentCapabilities) SetCanUseFaceMatch(v bool)
- func (o *EnvironmentCapabilities) SetCanUseFraudDataEnrichment(v bool)
- func (o *EnvironmentCapabilities) SetCanUseGlobalWatchlist(v bool)
- func (o *EnvironmentCapabilities) SetCanUseIdentities(v bool)
- func (o *EnvironmentCapabilities) SetCanUseIdentityProviders(v bool)
- func (o *EnvironmentCapabilities) SetCanUseInboundProvisioning(v bool)
- func (o *EnvironmentCapabilities) SetCanUseIntelligence(v bool)
- func (o *EnvironmentCapabilities) SetCanUseIntelligenceAdvancedPredictors(v bool)
- func (o *EnvironmentCapabilities) SetCanUseIntelligenceAnonymousNetworkDetection(v bool)
- func (o *EnvironmentCapabilities) SetCanUseIntelligenceDataConsent(v bool)
- func (o *EnvironmentCapabilities) SetCanUseIntelligenceEditPolicyScores(v bool)
- func (o *EnvironmentCapabilities) SetCanUseIntelligenceGeoVelocity(v bool)
- func (o *EnvironmentCapabilities) SetCanUseIntelligenceLastTransactionOlderThan(v bool)
- func (o *EnvironmentCapabilities) SetCanUseIntelligenceLimitedCompositePredictor(v bool)
- func (o *EnvironmentCapabilities) SetCanUseIntelligenceNewDevicePredictor(v bool)
- func (o *EnvironmentCapabilities) SetCanUseIntelligenceProtect(v bool)
- func (o *EnvironmentCapabilities) SetCanUseIntelligenceReputation(v bool)
- func (o *EnvironmentCapabilities) SetCanUseIntelligenceRisk(v bool)
- func (o *EnvironmentCapabilities) SetCanUseIntelligenceTrustDevicePredictor(v bool)
- func (o *EnvironmentCapabilities) SetCanUseKerberosGateway(v bool)
- func (o *EnvironmentCapabilities) SetCanUseLdapGateway(v bool)
- func (o *EnvironmentCapabilities) SetCanUseLiveAgent(v bool)
- func (o *EnvironmentCapabilities) SetCanUseManualIDStepUpInspection(v bool)
- func (o *EnvironmentCapabilities) SetCanUseManualIdInspection(v bool)
- func (o *EnvironmentCapabilities) SetCanUseMfa(v bool)
- func (o *EnvironmentCapabilities) SetCanUseMfaCiam(v bool)
- func (o *EnvironmentCapabilities) SetCanUseMfaFido2Devices(v bool)
- func (o *EnvironmentCapabilities) SetCanUseMfaPushNotifications(v bool)
- func (o *EnvironmentCapabilities) SetCanUseMfaVoiceOtp(v bool)
- func (o *EnvironmentCapabilities) SetCanUseMfaWf(v bool)
- func (o *EnvironmentCapabilities) SetCanUseMyAccount(v bool)
- func (o *EnvironmentCapabilities) SetCanUseNewAccountFraudDetection(v bool)
- func (o *EnvironmentCapabilities) SetCanUseOATHToken(v bool)
- func (o *EnvironmentCapabilities) SetCanUseOrchestration(v bool)
- func (o *EnvironmentCapabilities) SetCanUsePasswordManagement(v bool)
- func (o *EnvironmentCapabilities) SetCanUsePasswordOnlyAuthentication(v bool)
- func (o *EnvironmentCapabilities) SetCanUsePasswordPolicy(v bool)
- func (o *EnvironmentCapabilities) SetCanUsePingIDApp(v bool)
- func (o *EnvironmentCapabilities) SetCanUsePingIdDesktop(v bool)
- func (o *EnvironmentCapabilities) SetCanUsePingIdDesktopGen2(v bool)
- func (o *EnvironmentCapabilities) SetCanUsePingSmsAccount(v bool)
- func (o *EnvironmentCapabilities) SetCanUsePlatform(v bool)
- func (o *EnvironmentCapabilities) SetCanUseProtectTransactions(v bool)
- func (o *EnvironmentCapabilities) SetCanUseProvisioning(v bool)
- func (o *EnvironmentCapabilities) SetCanUseRadiusGateway(v bool)
- func (o *EnvironmentCapabilities) SetCanUseScheduledFlows(v bool)
- func (o *EnvironmentCapabilities) SetCanUseSmsOtp(v bool)
- func (o *EnvironmentCapabilities) SetCanUseTotp(v bool)
- func (o *EnvironmentCapabilities) SetCanUseUniversalDeviceId(v bool)
- func (o *EnvironmentCapabilities) SetCanUseVerificationFlow(v bool)
- func (o *EnvironmentCapabilities) SetCanUseVerify(v bool)
- func (o *EnvironmentCapabilities) SetCanUseVerifyPushNotifications(v bool)
- func (o *EnvironmentCapabilities) SetCanUseVerifyVoice(v bool)
- func (o *EnvironmentCapabilities) SetCanUseWhatsAppOtp(v bool)
- func (o *EnvironmentCapabilities) SetCanUseWinLogin(v bool)
- func (o *EnvironmentCapabilities) SetCanUseYubikey(v bool)
- func (o *EnvironmentCapabilities) SetCanUsersUpdateSelf(v bool)
- func (o *EnvironmentCapabilities) SetEmbedded(v map[string]map[string]interface{})
- func (o *EnvironmentCapabilities) SetEnvironmentId(v uuid.UUID)
- func (o *EnvironmentCapabilities) SetGetcanUseUniversalCapture(v bool)
- func (o *EnvironmentCapabilities) SetLicenseQuantities(v EnvironmentLicenseQuantities)
- func (o *EnvironmentCapabilities) SetLinks(v EnvironmentCapabilitiesLinks)
- func (o EnvironmentCapabilities) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentCapabilities) UnmarshalJSON(data []byte) (err error)
- type EnvironmentCapabilitiesLinks
- func (o *EnvironmentCapabilitiesLinks) GetSelf() JSONHALLink
- func (o *EnvironmentCapabilitiesLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o *EnvironmentCapabilitiesLinks) HasSelf() bool
- func (o EnvironmentCapabilitiesLinks) LogValue() slog.Value
- func (o EnvironmentCapabilitiesLinks) MarshalJSON() ([]byte, error)
- func (o *EnvironmentCapabilitiesLinks) SetSelf(v JSONHALLink)
- func (o EnvironmentCapabilitiesLinks) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentCapabilitiesLinks) UnmarshalJSON(data []byte) (err error)
- type EnvironmentCreateRequest
- func (o *EnvironmentCreateRequest) GetBillOfMaterials() EnvironmentBillOfMaterials
- func (o *EnvironmentCreateRequest) GetBillOfMaterialsOk() (*EnvironmentBillOfMaterials, bool)
- func (o *EnvironmentCreateRequest) GetDescription() string
- func (o *EnvironmentCreateRequest) GetDescriptionOk() (*string, bool)
- func (o *EnvironmentCreateRequest) GetIcon() string
- func (o *EnvironmentCreateRequest) GetIconOk() (*string, bool)
- func (o *EnvironmentCreateRequest) GetLicense() EnvironmentLicense
- func (o *EnvironmentCreateRequest) GetLicenseOk() (*EnvironmentLicense, bool)
- func (o *EnvironmentCreateRequest) GetName() string
- func (o *EnvironmentCreateRequest) GetNameOk() (*string, bool)
- func (o *EnvironmentCreateRequest) GetRegion() EnvironmentRegionCode
- func (o *EnvironmentCreateRequest) GetRegionOk() (*EnvironmentRegionCode, bool)
- func (o *EnvironmentCreateRequest) GetSubtype() EnvironmentCreateRequestSubtype
- func (o *EnvironmentCreateRequest) GetSubtypeOk() (*EnvironmentCreateRequestSubtype, bool)
- func (o *EnvironmentCreateRequest) GetType() EnvironmentTypeValue
- func (o *EnvironmentCreateRequest) GetTypeOk() (*EnvironmentTypeValue, bool)
- func (o *EnvironmentCreateRequest) HasBillOfMaterials() bool
- func (o *EnvironmentCreateRequest) HasDescription() bool
- func (o *EnvironmentCreateRequest) HasIcon() bool
- func (o *EnvironmentCreateRequest) HasSubtype() bool
- func (o EnvironmentCreateRequest) LogValue() slog.Value
- func (o EnvironmentCreateRequest) MarshalJSON() ([]byte, error)
- func (o *EnvironmentCreateRequest) SetBillOfMaterials(v EnvironmentBillOfMaterials)
- func (o *EnvironmentCreateRequest) SetDescription(v string)
- func (o *EnvironmentCreateRequest) SetIcon(v string)
- func (o *EnvironmentCreateRequest) SetLicense(v EnvironmentLicense)
- func (o *EnvironmentCreateRequest) SetName(v string)
- func (o *EnvironmentCreateRequest) SetRegion(v EnvironmentRegionCode)
- func (o *EnvironmentCreateRequest) SetSubtype(v EnvironmentCreateRequestSubtype)
- func (o *EnvironmentCreateRequest) SetType(v EnvironmentTypeValue)
- func (o EnvironmentCreateRequest) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentCreateRequest) UnmarshalJSON(data []byte) (err error)
- type EnvironmentCreateRequestSubtype
- type EnvironmentLicense
- func (o *EnvironmentLicense) GetId() uuid.UUID
- func (o *EnvironmentLicense) GetIdOk() (*uuid.UUID, bool)
- func (o *EnvironmentLicense) GetPackage() string
- func (o *EnvironmentLicense) GetPackageOk() (*string, bool)
- func (o *EnvironmentLicense) HasPackage() bool
- func (o EnvironmentLicense) LogValue() slog.Value
- func (o EnvironmentLicense) MarshalJSON() ([]byte, error)
- func (o *EnvironmentLicense) SetId(v uuid.UUID)
- func (o *EnvironmentLicense) SetPackage(v string)
- func (o EnvironmentLicense) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentLicense) UnmarshalJSON(data []byte) (err error)
- type EnvironmentLicenseQuantities
- func (o *EnvironmentLicenseQuantities) GetNumberOfAadhaar() int64
- func (o *EnvironmentLicenseQuantities) GetNumberOfAadhaarOk() (*int64, bool)
- func (o *EnvironmentLicenseQuantities) GetNumberOfAccountOwnership() int64
- func (o *EnvironmentLicenseQuantities) GetNumberOfAccountOwnershipOk() (*int64, bool)
- func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup1() int64
- func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup1Ok() (*int64, bool)
- func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup2() int64
- func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup2Ok() (*int64, bool)
- func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup3() int64
- func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup3Ok() (*int64, bool)
- func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup4() int64
- func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup4Ok() (*int64, bool)
- func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup5() int64
- func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationGroup5Ok() (*int64, bool)
- func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerifications() int64
- func (o *EnvironmentLicenseQuantities) GetNumberOfDataVerificationsOk() (*int64, bool)
- func (o *EnvironmentLicenseQuantities) GetNumberOfDeviceReputationScoring() int64
- func (o *EnvironmentLicenseQuantities) GetNumberOfDeviceReputationScoringOk() (*int64, bool)
- func (o *EnvironmentLicenseQuantities) GetNumberOfGlobalWatchlist() int64
- func (o *EnvironmentLicenseQuantities) GetNumberOfGlobalWatchlistOk() (*int64, bool)
- func (o *EnvironmentLicenseQuantities) GetNumberOfLiveAgent() int64
- func (o *EnvironmentLicenseQuantities) GetNumberOfLiveAgentOk() (*int64, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgAnalyticsRpm() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgAnalyticsRpmOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgAppRegRpm() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgAppRegRpmOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgAuditRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgAuditRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgAuthnRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgAuthnRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgAuthnStartRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgAuthnStartRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgAuthzBulkRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgAuthzBulkRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgAuthzRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgAuthzRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgCatchAllRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgCatchAllRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgConfigRpm() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgConfigRpmOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgCredRpm() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgCredRpmOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgDirAccessRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgDirAccessRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgDirBulkRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgDirBulkRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgDirFixedRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgDirFixedRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgDirWriteRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgDirWriteRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgDvFlowCallbackRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgDvFlowCallbackRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgDvFlowExecRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgDvFlowExecRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgDvFlowStartRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgDvFlowStartRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgMfaFixedRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgMfaFixedRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgMfaPollingRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgMfaPollingRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgMfaRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgMfaRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgPrivilegeRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgPrivilegeRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgRiskEvalsRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgRiskEvalsRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgTokenCheckRps() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgTokenCheckRpsOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) GetRlgVerifyRpm() EnvironmentAPILimit
- func (o *EnvironmentLicenseQuantities) GetRlgVerifyRpmOk() (*EnvironmentAPILimit, bool)
- func (o *EnvironmentLicenseQuantities) HasNumberOfAadhaar() bool
- func (o *EnvironmentLicenseQuantities) HasNumberOfAccountOwnership() bool
- func (o *EnvironmentLicenseQuantities) HasNumberOfDataVerificationGroup1() bool
- func (o *EnvironmentLicenseQuantities) HasNumberOfDataVerificationGroup2() bool
- func (o *EnvironmentLicenseQuantities) HasNumberOfDataVerificationGroup3() bool
- func (o *EnvironmentLicenseQuantities) HasNumberOfDataVerificationGroup4() bool
- func (o *EnvironmentLicenseQuantities) HasNumberOfDataVerificationGroup5() bool
- func (o *EnvironmentLicenseQuantities) HasNumberOfDataVerifications() bool
- func (o *EnvironmentLicenseQuantities) HasNumberOfDeviceReputationScoring() bool
- func (o *EnvironmentLicenseQuantities) HasNumberOfGlobalWatchlist() bool
- func (o *EnvironmentLicenseQuantities) HasNumberOfLiveAgent() bool
- func (o *EnvironmentLicenseQuantities) HasRlgAnalyticsRpm() bool
- func (o *EnvironmentLicenseQuantities) HasRlgAppRegRpm() bool
- func (o *EnvironmentLicenseQuantities) HasRlgAuditRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgAuthnRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgAuthnStartRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgAuthzBulkRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgAuthzRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgCatchAllRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgConfigRpm() bool
- func (o *EnvironmentLicenseQuantities) HasRlgCredRpm() bool
- func (o *EnvironmentLicenseQuantities) HasRlgDirAccessRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgDirBulkRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgDirFixedRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgDirWriteRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgDvFlowCallbackRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgDvFlowExecRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgDvFlowStartRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgMfaFixedRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgMfaPollingRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgMfaRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgPrivilegeRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgRiskEvalsRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgTokenCheckRps() bool
- func (o *EnvironmentLicenseQuantities) HasRlgVerifyRpm() bool
- func (o EnvironmentLicenseQuantities) LogValue() slog.Value
- func (o EnvironmentLicenseQuantities) MarshalJSON() ([]byte, error)
- func (o *EnvironmentLicenseQuantities) SetNumberOfAadhaar(v int64)
- func (o *EnvironmentLicenseQuantities) SetNumberOfAccountOwnership(v int64)
- func (o *EnvironmentLicenseQuantities) SetNumberOfDataVerificationGroup1(v int64)
- func (o *EnvironmentLicenseQuantities) SetNumberOfDataVerificationGroup2(v int64)
- func (o *EnvironmentLicenseQuantities) SetNumberOfDataVerificationGroup3(v int64)
- func (o *EnvironmentLicenseQuantities) SetNumberOfDataVerificationGroup4(v int64)
- func (o *EnvironmentLicenseQuantities) SetNumberOfDataVerificationGroup5(v int64)
- func (o *EnvironmentLicenseQuantities) SetNumberOfDataVerifications(v int64)
- func (o *EnvironmentLicenseQuantities) SetNumberOfDeviceReputationScoring(v int64)
- func (o *EnvironmentLicenseQuantities) SetNumberOfGlobalWatchlist(v int64)
- func (o *EnvironmentLicenseQuantities) SetNumberOfLiveAgent(v int64)
- func (o *EnvironmentLicenseQuantities) SetRlgAnalyticsRpm(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgAppRegRpm(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgAuditRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgAuthnRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgAuthnStartRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgAuthzBulkRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgAuthzRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgCatchAllRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgConfigRpm(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgCredRpm(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgDirAccessRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgDirBulkRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgDirFixedRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgDirWriteRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgDvFlowCallbackRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgDvFlowExecRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgDvFlowStartRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgMfaFixedRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgMfaPollingRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgMfaRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgPrivilegeRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgRiskEvalsRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgTokenCheckRps(v EnvironmentAPILimit)
- func (o *EnvironmentLicenseQuantities) SetRlgVerifyRpm(v EnvironmentAPILimit)
- func (o EnvironmentLicenseQuantities) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentLicenseQuantities) UnmarshalJSON(data []byte) (err error)
- type EnvironmentRegionCode
- type EnvironmentReplaceRequest
- func (o *EnvironmentReplaceRequest) GetBillOfMaterials() EnvironmentBillOfMaterialsReplaceRequest
- func (o *EnvironmentReplaceRequest) GetBillOfMaterialsOk() (*EnvironmentBillOfMaterialsReplaceRequest, bool)
- func (o *EnvironmentReplaceRequest) GetDescription() string
- func (o *EnvironmentReplaceRequest) GetDescriptionOk() (*string, bool)
- func (o *EnvironmentReplaceRequest) GetIcon() string
- func (o *EnvironmentReplaceRequest) GetIconOk() (*string, bool)
- func (o *EnvironmentReplaceRequest) GetLicense() EnvironmentLicense
- func (o *EnvironmentReplaceRequest) GetLicenseOk() (*EnvironmentLicense, bool)
- func (o *EnvironmentReplaceRequest) GetName() string
- func (o *EnvironmentReplaceRequest) GetNameOk() (*string, bool)
- func (o *EnvironmentReplaceRequest) GetRegion() EnvironmentRegionCode
- func (o *EnvironmentReplaceRequest) GetRegionOk() (*EnvironmentRegionCode, bool)
- func (o *EnvironmentReplaceRequest) GetStatus() EnvironmentStatusValue
- func (o *EnvironmentReplaceRequest) GetStatusOk() (*EnvironmentStatusValue, bool)
- func (o *EnvironmentReplaceRequest) GetSubtype() EnvironmentReplaceRequestSubtype
- func (o *EnvironmentReplaceRequest) GetSubtypeOk() (*EnvironmentReplaceRequestSubtype, bool)
- func (o *EnvironmentReplaceRequest) GetType() EnvironmentTypeValue
- func (o *EnvironmentReplaceRequest) GetTypeOk() (*EnvironmentTypeValue, bool)
- func (o *EnvironmentReplaceRequest) HasBillOfMaterials() bool
- func (o *EnvironmentReplaceRequest) HasDescription() bool
- func (o *EnvironmentReplaceRequest) HasIcon() bool
- func (o *EnvironmentReplaceRequest) HasLicense() bool
- func (o *EnvironmentReplaceRequest) HasStatus() bool
- func (o *EnvironmentReplaceRequest) HasSubtype() bool
- func (o EnvironmentReplaceRequest) LogValue() slog.Value
- func (o EnvironmentReplaceRequest) MarshalJSON() ([]byte, error)
- func (o *EnvironmentReplaceRequest) SetBillOfMaterials(v EnvironmentBillOfMaterialsReplaceRequest)
- func (o *EnvironmentReplaceRequest) SetDescription(v string)
- func (o *EnvironmentReplaceRequest) SetIcon(v string)
- func (o *EnvironmentReplaceRequest) SetLicense(v EnvironmentLicense)
- func (o *EnvironmentReplaceRequest) SetName(v string)
- func (o *EnvironmentReplaceRequest) SetRegion(v EnvironmentRegionCode)
- func (o *EnvironmentReplaceRequest) SetStatus(v EnvironmentStatusValue)
- func (o *EnvironmentReplaceRequest) SetSubtype(v EnvironmentReplaceRequestSubtype)
- func (o *EnvironmentReplaceRequest) SetType(v EnvironmentTypeValue)
- func (o EnvironmentReplaceRequest) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentReplaceRequest) UnmarshalJSON(data []byte) (err error)
- type EnvironmentReplaceRequestSubtype
- type EnvironmentResponse
- func (o *EnvironmentResponse) GetBillOfMaterials() EnvironmentBillOfMaterials
- func (o *EnvironmentResponse) GetBillOfMaterialsOk() (*EnvironmentBillOfMaterials, bool)
- func (o *EnvironmentResponse) GetCreatedAt() time.Time
- func (o *EnvironmentResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *EnvironmentResponse) GetDescription() string
- func (o *EnvironmentResponse) GetDescriptionOk() (*string, bool)
- func (o *EnvironmentResponse) GetEmbedded() map[string]map[string]interface{}
- func (o *EnvironmentResponse) GetEmbeddedOk() (map[string]map[string]interface{}, bool)
- func (o *EnvironmentResponse) GetEnvironmentCapabilities() EnvironmentCapabilities
- func (o *EnvironmentResponse) GetEnvironmentCapabilitiesOk() (*EnvironmentCapabilities, bool)
- func (o *EnvironmentResponse) GetHardDeleteAllowedAt() time.Time
- func (o *EnvironmentResponse) GetHardDeleteAllowedAtOk() (*time.Time, bool)
- func (o *EnvironmentResponse) GetIcon() string
- func (o *EnvironmentResponse) GetIconOk() (*string, bool)
- func (o *EnvironmentResponse) GetId() uuid.UUID
- func (o *EnvironmentResponse) GetIdOk() (*uuid.UUID, bool)
- func (o *EnvironmentResponse) GetLicense() EnvironmentLicense
- func (o *EnvironmentResponse) GetLicenseOk() (*EnvironmentLicense, bool)
- func (o *EnvironmentResponse) GetLinks() EnvironmentResponseLinks
- func (o *EnvironmentResponse) GetLinksOk() (*EnvironmentResponseLinks, bool)
- func (o *EnvironmentResponse) GetName() string
- func (o *EnvironmentResponse) GetNameOk() (*string, bool)
- func (o *EnvironmentResponse) GetOrganization() ResourceRelationshipReadOnly
- func (o *EnvironmentResponse) GetOrganizationOk() (*ResourceRelationshipReadOnly, bool)
- func (o *EnvironmentResponse) GetPingoneAccountId() string
- func (o *EnvironmentResponse) GetPingoneAccountIdOk() (*string, bool)
- func (o *EnvironmentResponse) GetRegion() EnvironmentRegionCode
- func (o *EnvironmentResponse) GetRegionOk() (*EnvironmentRegionCode, bool)
- func (o *EnvironmentResponse) GetSoftDeletedAt() time.Time
- func (o *EnvironmentResponse) GetSoftDeletedAtOk() (*time.Time, bool)
- func (o *EnvironmentResponse) GetStatus() EnvironmentStatusValue
- func (o *EnvironmentResponse) GetStatusOk() (*EnvironmentStatusValue, bool)
- func (o *EnvironmentResponse) GetSubtype() EnvironmentResponseSubtype
- func (o *EnvironmentResponse) GetSubtypeOk() (*EnvironmentResponseSubtype, bool)
- func (o *EnvironmentResponse) GetType() EnvironmentTypeValue
- func (o *EnvironmentResponse) GetTypeOk() (*EnvironmentTypeValue, bool)
- func (o *EnvironmentResponse) GetUpdatedAt() time.Time
- func (o *EnvironmentResponse) GetUpdatedAtOk() (*time.Time, bool)
- func (o *EnvironmentResponse) HasBillOfMaterials() bool
- func (o *EnvironmentResponse) HasDescription() bool
- func (o *EnvironmentResponse) HasEmbedded() bool
- func (o *EnvironmentResponse) HasEnvironmentCapabilities() bool
- func (o *EnvironmentResponse) HasHardDeleteAllowedAt() bool
- func (o *EnvironmentResponse) HasIcon() bool
- func (o *EnvironmentResponse) HasLicense() bool
- func (o *EnvironmentResponse) HasLinks() bool
- func (o *EnvironmentResponse) HasPingoneAccountId() bool
- func (o *EnvironmentResponse) HasSoftDeletedAt() bool
- func (o *EnvironmentResponse) HasStatus() bool
- func (o *EnvironmentResponse) HasSubtype() bool
- func (o EnvironmentResponse) LogValue() slog.Value
- func (o EnvironmentResponse) MarshalJSON() ([]byte, error)
- func (o *EnvironmentResponse) SetBillOfMaterials(v EnvironmentBillOfMaterials)
- func (o *EnvironmentResponse) SetCreatedAt(v time.Time)
- func (o *EnvironmentResponse) SetDescription(v string)
- func (o *EnvironmentResponse) SetEmbedded(v map[string]map[string]interface{})
- func (o *EnvironmentResponse) SetEnvironmentCapabilities(v EnvironmentCapabilities)
- func (o *EnvironmentResponse) SetHardDeleteAllowedAt(v time.Time)
- func (o *EnvironmentResponse) SetIcon(v string)
- func (o *EnvironmentResponse) SetId(v uuid.UUID)
- func (o *EnvironmentResponse) SetLicense(v EnvironmentLicense)
- func (o *EnvironmentResponse) SetLinks(v EnvironmentResponseLinks)
- func (o *EnvironmentResponse) SetName(v string)
- func (o *EnvironmentResponse) SetOrganization(v ResourceRelationshipReadOnly)
- func (o *EnvironmentResponse) SetPingoneAccountId(v string)
- func (o *EnvironmentResponse) SetRegion(v EnvironmentRegionCode)
- func (o *EnvironmentResponse) SetSoftDeletedAt(v time.Time)
- func (o *EnvironmentResponse) SetStatus(v EnvironmentStatusValue)
- func (o *EnvironmentResponse) SetSubtype(v EnvironmentResponseSubtype)
- func (o *EnvironmentResponse) SetType(v EnvironmentTypeValue)
- func (o *EnvironmentResponse) SetUpdatedAt(v time.Time)
- func (o EnvironmentResponse) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentResponse) UnmarshalJSON(data []byte) (err error)
- type EnvironmentResponseLinks
- func (o *EnvironmentResponseLinks) GetSelf() JSONHALLink
- func (o *EnvironmentResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o *EnvironmentResponseLinks) HasSelf() bool
- func (o EnvironmentResponseLinks) LogValue() slog.Value
- func (o EnvironmentResponseLinks) MarshalJSON() ([]byte, error)
- func (o *EnvironmentResponseLinks) SetSelf(v JSONHALLink)
- func (o EnvironmentResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentResponseLinks) UnmarshalJSON(data []byte) (err error)
- type EnvironmentResponseSubtype
- type EnvironmentStatusValue
- type EnvironmentTypeValue
- type EnvironmentsApiService
- func (a *EnvironmentsApiService) CreateEnvironment(ctx context.Context) ApiCreateEnvironmentRequest
- func (a *EnvironmentsApiService) CreateEnvironmentExecute(r ApiCreateEnvironmentRequest) (*EnvironmentResponse, *http.Response, error)
- func (a *EnvironmentsApiService) DeleteEnvironmentById(ctx context.Context, environmentID uuid.UUID) ApiDeleteEnvironmentByIdRequest
- func (a *EnvironmentsApiService) DeleteEnvironmentByIdExecute(r ApiDeleteEnvironmentByIdRequest) (*http.Response, error)
- func (a *EnvironmentsApiService) GetBillOfMaterialsByEnvironmentId(ctx context.Context, environmentID uuid.UUID) ApiGetBillOfMaterialsByEnvironmentIdRequest
- func (a *EnvironmentsApiService) GetBillOfMaterialsByEnvironmentIdExecute(r ApiGetBillOfMaterialsByEnvironmentIdRequest) (*EnvironmentBillOfMaterialsResponse, *http.Response, error)
- func (a *EnvironmentsApiService) GetEnvironmentById(ctx context.Context, environmentID uuid.UUID) ApiGetEnvironmentByIdRequest
- func (a *EnvironmentsApiService) GetEnvironmentByIdExecute(r ApiGetEnvironmentByIdRequest) (*EnvironmentResponse, *http.Response, error)
- func (a *EnvironmentsApiService) GetEnvironments(ctx context.Context) ApiGetEnvironmentsRequest
- func (a *EnvironmentsApiService) GetEnvironmentsExecute(r ApiGetEnvironmentsRequest) PagedIterator[EnvironmentsCollectionResponse]
- func (a *EnvironmentsApiService) GetEnvironmentsExecutePage(r ApiGetEnvironmentsRequest, link *JSONHALLink) (*EnvironmentsCollectionResponse, *http.Response, error)
- func (a *EnvironmentsApiService) ReplaceBillOfMaterialsByEnvironmentId(ctx context.Context, environmentID uuid.UUID) ApiReplaceBillOfMaterialsByEnvironmentIdRequest
- func (a *EnvironmentsApiService) ReplaceBillOfMaterialsByEnvironmentIdExecute(r ApiReplaceBillOfMaterialsByEnvironmentIdRequest) (*EnvironmentBillOfMaterialsResponse, *http.Response, error)
- func (a *EnvironmentsApiService) ReplaceEnvironmentById(ctx context.Context, environmentID uuid.UUID) ApiReplaceEnvironmentByIdRequest
- func (a *EnvironmentsApiService) ReplaceEnvironmentByIdExecute(r ApiReplaceEnvironmentByIdRequest) (*EnvironmentResponse, *http.Response, error)
- type EnvironmentsCollectionResponse
- func (o *EnvironmentsCollectionResponse) GetCount() int32
- func (o *EnvironmentsCollectionResponse) GetCountOk() (*int32, bool)
- func (o *EnvironmentsCollectionResponse) GetEmbedded() EnvironmentsCollectionResponseEmbedded
- func (o *EnvironmentsCollectionResponse) GetEmbeddedOk() (*EnvironmentsCollectionResponseEmbedded, bool)
- func (o *EnvironmentsCollectionResponse) GetLinks() EnvironmentsCollectionResponseLinks
- func (o *EnvironmentsCollectionResponse) GetLinksOk() (*EnvironmentsCollectionResponseLinks, bool)
- func (o *EnvironmentsCollectionResponse) GetSize() int32
- func (o *EnvironmentsCollectionResponse) GetSizeOk() (*int32, bool)
- func (o *EnvironmentsCollectionResponse) HasCount() bool
- func (o *EnvironmentsCollectionResponse) HasEmbedded() bool
- func (o *EnvironmentsCollectionResponse) HasLinks() bool
- func (o *EnvironmentsCollectionResponse) HasSize() bool
- func (o EnvironmentsCollectionResponse) LogValue() slog.Value
- func (o EnvironmentsCollectionResponse) MarshalJSON() ([]byte, error)
- func (o *EnvironmentsCollectionResponse) SetCount(v int32)
- func (o *EnvironmentsCollectionResponse) SetEmbedded(v EnvironmentsCollectionResponseEmbedded)
- func (o *EnvironmentsCollectionResponse) SetLinks(v EnvironmentsCollectionResponseLinks)
- func (o *EnvironmentsCollectionResponse) SetSize(v int32)
- func (o EnvironmentsCollectionResponse) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentsCollectionResponse) UnmarshalJSON(data []byte) (err error)
- type EnvironmentsCollectionResponseEmbedded
- func (o *EnvironmentsCollectionResponseEmbedded) GetEnvironments() []EnvironmentResponse
- func (o *EnvironmentsCollectionResponseEmbedded) GetEnvironmentsOk() ([]EnvironmentResponse, bool)
- func (o *EnvironmentsCollectionResponseEmbedded) HasEnvironments() bool
- func (o EnvironmentsCollectionResponseEmbedded) LogValue() slog.Value
- func (o EnvironmentsCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
- func (o *EnvironmentsCollectionResponseEmbedded) SetEnvironments(v []EnvironmentResponse)
- func (o EnvironmentsCollectionResponseEmbedded) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentsCollectionResponseEmbedded) UnmarshalJSON(data []byte) (err error)
- type EnvironmentsCollectionResponseLinks
- func (o *EnvironmentsCollectionResponseLinks) GetNext() JSONHALLink
- func (o *EnvironmentsCollectionResponseLinks) GetNextOk() (*JSONHALLink, bool)
- func (o *EnvironmentsCollectionResponseLinks) GetPrev() JSONHALLink
- func (o *EnvironmentsCollectionResponseLinks) GetPrevOk() (*JSONHALLink, bool)
- func (o *EnvironmentsCollectionResponseLinks) GetSelf() JSONHALLink
- func (o *EnvironmentsCollectionResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o *EnvironmentsCollectionResponseLinks) HasNext() bool
- func (o *EnvironmentsCollectionResponseLinks) HasPrev() bool
- func (o *EnvironmentsCollectionResponseLinks) HasSelf() bool
- func (o EnvironmentsCollectionResponseLinks) LogValue() slog.Value
- func (o EnvironmentsCollectionResponseLinks) MarshalJSON() ([]byte, error)
- func (o *EnvironmentsCollectionResponseLinks) SetNext(v JSONHALLink)
- func (o *EnvironmentsCollectionResponseLinks) SetPrev(v JSONHALLink)
- func (o *EnvironmentsCollectionResponseLinks) SetSelf(v JSONHALLink)
- func (o EnvironmentsCollectionResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *EnvironmentsCollectionResponseLinks) UnmarshalJSON(data []byte) (err error)
- type FlowPoliciesApiService
- type ForbiddenError
- func (o ForbiddenError) Error() string
- func (o *ForbiddenError) GetCode() ForbiddenErrorCode
- func (o *ForbiddenError) GetCodeOk() (*ForbiddenErrorCode, bool)
- func (o *ForbiddenError) GetDetails() []ForbiddenErrorDetail
- func (o *ForbiddenError) GetDetailsOk() ([]ForbiddenErrorDetail, bool)
- func (o *ForbiddenError) GetId() uuid.UUID
- func (o *ForbiddenError) GetIdOk() (*uuid.UUID, bool)
- func (o *ForbiddenError) GetMessage() string
- func (o *ForbiddenError) GetMessageOk() (*string, bool)
- func (o *ForbiddenError) HasDetails() bool
- func (o *ForbiddenError) HasId() bool
- func (o ForbiddenError) LogValue() slog.Value
- func (o ForbiddenError) MarshalJSON() ([]byte, error)
- func (o *ForbiddenError) SetCode(v ForbiddenErrorCode)
- func (o *ForbiddenError) SetDetails(v []ForbiddenErrorDetail)
- func (o *ForbiddenError) SetId(v uuid.UUID)
- func (o *ForbiddenError) SetMessage(v string)
- func (o ForbiddenError) ToMap() (map[string]interface{}, error)
- func (o *ForbiddenError) UnmarshalJSON(data []byte) (err error)
- type ForbiddenErrorCode
- type ForbiddenErrorDetail
- func (o *ForbiddenErrorDetail) GetCode() ForbiddenErrorDetailCode
- func (o *ForbiddenErrorDetail) GetCodeOk() (*ForbiddenErrorDetailCode, bool)
- func (o *ForbiddenErrorDetail) GetInnerError() ForbiddenErrorDetailInnerError
- func (o *ForbiddenErrorDetail) GetInnerErrorOk() (*ForbiddenErrorDetailInnerError, bool)
- func (o *ForbiddenErrorDetail) GetMessage() string
- func (o *ForbiddenErrorDetail) GetMessageOk() (*string, bool)
- func (o *ForbiddenErrorDetail) GetTarget() string
- func (o *ForbiddenErrorDetail) GetTargetOk() (*string, bool)
- func (o *ForbiddenErrorDetail) HasInnerError() bool
- func (o *ForbiddenErrorDetail) HasTarget() bool
- func (o ForbiddenErrorDetail) LogValue() slog.Value
- func (o ForbiddenErrorDetail) MarshalJSON() ([]byte, error)
- func (o *ForbiddenErrorDetail) SetCode(v ForbiddenErrorDetailCode)
- func (o *ForbiddenErrorDetail) SetInnerError(v ForbiddenErrorDetailInnerError)
- func (o *ForbiddenErrorDetail) SetMessage(v string)
- func (o *ForbiddenErrorDetail) SetTarget(v string)
- func (o ForbiddenErrorDetail) ToMap() (map[string]interface{}, error)
- func (o *ForbiddenErrorDetail) UnmarshalJSON(data []byte) (err error)
- type ForbiddenErrorDetailCode
- type ForbiddenErrorDetailInnerError
- func (o *ForbiddenErrorDetailInnerError) GetQuotaLimit() float32
- func (o *ForbiddenErrorDetailInnerError) GetQuotaLimitOk() (*float32, bool)
- func (o *ForbiddenErrorDetailInnerError) HasQuotaLimit() bool
- func (o ForbiddenErrorDetailInnerError) LogValue() slog.Value
- func (o ForbiddenErrorDetailInnerError) MarshalJSON() ([]byte, error)
- func (o *ForbiddenErrorDetailInnerError) SetQuotaLimit(v float32)
- func (o ForbiddenErrorDetailInnerError) ToMap() (map[string]interface{}, error)
- func (o *ForbiddenErrorDetailInnerError) UnmarshalJSON(data []byte) (err error)
- type GeneralError
- func (o GeneralError) Error() string
- func (o *GeneralError) GetCode() string
- func (o *GeneralError) GetCodeOk() (*string, bool)
- func (o *GeneralError) GetDetails() []GeneralErrorDetail
- func (o *GeneralError) GetDetailsOk() ([]GeneralErrorDetail, bool)
- func (o *GeneralError) GetId() string
- func (o *GeneralError) GetIdOk() (*string, bool)
- func (o *GeneralError) GetMessage() string
- func (o *GeneralError) GetMessageOk() (*string, bool)
- func (o *GeneralError) HasCode() bool
- func (o *GeneralError) HasDetails() bool
- func (o *GeneralError) HasId() bool
- func (o *GeneralError) HasMessage() bool
- func (o GeneralError) LogValue() slog.Value
- func (o GeneralError) MarshalJSON() ([]byte, error)
- func (o *GeneralError) SetCode(v string)
- func (o *GeneralError) SetDetails(v []GeneralErrorDetail)
- func (o *GeneralError) SetId(v string)
- func (o *GeneralError) SetMessage(v string)
- func (o GeneralError) ToMap() (map[string]interface{}, error)
- func (o *GeneralError) UnmarshalJSON(data []byte) (err error)
- type GeneralErrorDetail
- func (o *GeneralErrorDetail) GetCode() string
- func (o *GeneralErrorDetail) GetCodeOk() (*string, bool)
- func (o *GeneralErrorDetail) GetInnerError() map[string]map[string]interface{}
- func (o *GeneralErrorDetail) GetInnerErrorOk() (map[string]map[string]interface{}, bool)
- func (o *GeneralErrorDetail) GetMessage() string
- func (o *GeneralErrorDetail) GetMessageOk() (*string, bool)
- func (o *GeneralErrorDetail) GetTarget() string
- func (o *GeneralErrorDetail) GetTargetOk() (*string, bool)
- func (o *GeneralErrorDetail) HasCode() bool
- func (o *GeneralErrorDetail) HasInnerError() bool
- func (o *GeneralErrorDetail) HasMessage() bool
- func (o *GeneralErrorDetail) HasTarget() bool
- func (o GeneralErrorDetail) LogValue() slog.Value
- func (o GeneralErrorDetail) MarshalJSON() ([]byte, error)
- func (o *GeneralErrorDetail) SetCode(v string)
- func (o *GeneralErrorDetail) SetInnerError(v map[string]map[string]interface{})
- func (o *GeneralErrorDetail) SetMessage(v string)
- func (o *GeneralErrorDetail) SetTarget(v string)
- func (o GeneralErrorDetail) ToMap() (map[string]interface{}, error)
- func (o *GeneralErrorDetail) UnmarshalJSON(data []byte) (err error)
- type InternalServerError
- func (o InternalServerError) Error() string
- func (o *InternalServerError) GetCode() InternalServerErrorCode
- func (o *InternalServerError) GetCodeOk() (*InternalServerErrorCode, bool)
- func (o *InternalServerError) GetDetails() []InternalServerErrorDetail
- func (o *InternalServerError) GetDetailsOk() ([]InternalServerErrorDetail, bool)
- func (o *InternalServerError) GetId() uuid.UUID
- func (o *InternalServerError) GetIdOk() (*uuid.UUID, bool)
- func (o *InternalServerError) GetMessage() string
- func (o *InternalServerError) GetMessageOk() (*string, bool)
- func (o *InternalServerError) HasDetails() bool
- func (o InternalServerError) LogValue() slog.Value
- func (o InternalServerError) MarshalJSON() ([]byte, error)
- func (o *InternalServerError) SetCode(v InternalServerErrorCode)
- func (o *InternalServerError) SetDetails(v []InternalServerErrorDetail)
- func (o *InternalServerError) SetId(v uuid.UUID)
- func (o *InternalServerError) SetMessage(v string)
- func (o InternalServerError) ToMap() (map[string]interface{}, error)
- func (o *InternalServerError) UnmarshalJSON(data []byte) (err error)
- type InternalServerErrorCode
- type InternalServerErrorDetail
- func (o *InternalServerErrorDetail) GetCode() string
- func (o *InternalServerErrorDetail) GetCodeOk() (*string, bool)
- func (o *InternalServerErrorDetail) GetInnerError() map[string]interface{}
- func (o *InternalServerErrorDetail) GetInnerErrorOk() (map[string]interface{}, bool)
- func (o *InternalServerErrorDetail) GetMessage() string
- func (o *InternalServerErrorDetail) GetMessageOk() (*string, bool)
- func (o *InternalServerErrorDetail) GetTarget() string
- func (o *InternalServerErrorDetail) GetTargetOk() (*string, bool)
- func (o *InternalServerErrorDetail) HasInnerError() bool
- func (o *InternalServerErrorDetail) HasTarget() bool
- func (o InternalServerErrorDetail) LogValue() slog.Value
- func (o InternalServerErrorDetail) MarshalJSON() ([]byte, error)
- func (o *InternalServerErrorDetail) SetCode(v string)
- func (o *InternalServerErrorDetail) SetInnerError(v map[string]interface{})
- func (o *InternalServerErrorDetail) SetMessage(v string)
- func (o *InternalServerErrorDetail) SetTarget(v string)
- func (o InternalServerErrorDetail) ToMap() (map[string]interface{}, error)
- func (o *InternalServerErrorDetail) UnmarshalJSON(data []byte) (err error)
- type JSONHALLink
- func (o *JSONHALLink) GetHref() string
- func (o *JSONHALLink) GetHrefOk() (*string, bool)
- func (o *JSONHALLink) GetName() string
- func (o *JSONHALLink) GetNameOk() (*string, bool)
- func (o *JSONHALLink) GetProfile() string
- func (o *JSONHALLink) GetProfileOk() (*string, bool)
- func (o *JSONHALLink) GetTitle() string
- func (o *JSONHALLink) GetTitleOk() (*string, bool)
- func (o *JSONHALLink) GetType() string
- func (o *JSONHALLink) GetTypeOk() (*string, bool)
- func (o *JSONHALLink) HasName() bool
- func (o *JSONHALLink) HasProfile() bool
- func (o *JSONHALLink) HasTitle() bool
- func (o *JSONHALLink) HasType() bool
- func (o JSONHALLink) LogValue() slog.Value
- func (o JSONHALLink) MarshalJSON() ([]byte, error)
- func (o *JSONHALLink) SetHref(v string)
- func (o *JSONHALLink) SetName(v string)
- func (o *JSONHALLink) SetProfile(v string)
- func (o *JSONHALLink) SetTitle(v string)
- func (o *JSONHALLink) SetType(v string)
- func (o JSONHALLink) ToMap() (map[string]interface{}, error)
- func (o *JSONHALLink) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type NotFoundError
- func (o NotFoundError) Error() string
- func (o *NotFoundError) GetCode() NotFoundErrorCode
- func (o *NotFoundError) GetCodeOk() (*NotFoundErrorCode, bool)
- func (o *NotFoundError) GetDetails() []NotFoundErrorDetail
- func (o *NotFoundError) GetDetailsOk() ([]NotFoundErrorDetail, bool)
- func (o *NotFoundError) GetId() uuid.UUID
- func (o *NotFoundError) GetIdOk() (*uuid.UUID, bool)
- func (o *NotFoundError) GetMessage() string
- func (o *NotFoundError) GetMessageOk() (*string, bool)
- func (o *NotFoundError) HasDetails() bool
- func (o NotFoundError) LogValue() slog.Value
- func (o NotFoundError) MarshalJSON() ([]byte, error)
- func (o *NotFoundError) SetCode(v NotFoundErrorCode)
- func (o *NotFoundError) SetDetails(v []NotFoundErrorDetail)
- func (o *NotFoundError) SetId(v uuid.UUID)
- func (o *NotFoundError) SetMessage(v string)
- func (o NotFoundError) ToMap() (map[string]interface{}, error)
- func (o *NotFoundError) UnmarshalJSON(data []byte) (err error)
- type NotFoundErrorCode
- type NotFoundErrorDetail
- func (o *NotFoundErrorDetail) GetCode() string
- func (o *NotFoundErrorDetail) GetCodeOk() (*string, bool)
- func (o *NotFoundErrorDetail) GetInnerError() map[string]interface{}
- func (o *NotFoundErrorDetail) GetInnerErrorOk() (map[string]interface{}, bool)
- func (o *NotFoundErrorDetail) GetMessage() string
- func (o *NotFoundErrorDetail) GetMessageOk() (*string, bool)
- func (o *NotFoundErrorDetail) GetTarget() string
- func (o *NotFoundErrorDetail) GetTargetOk() (*string, bool)
- func (o *NotFoundErrorDetail) HasInnerError() bool
- func (o *NotFoundErrorDetail) HasTarget() bool
- func (o NotFoundErrorDetail) LogValue() slog.Value
- func (o NotFoundErrorDetail) MarshalJSON() ([]byte, error)
- func (o *NotFoundErrorDetail) SetCode(v string)
- func (o *NotFoundErrorDetail) SetInnerError(v map[string]interface{})
- func (o *NotFoundErrorDetail) SetMessage(v string)
- func (o *NotFoundErrorDetail) SetTarget(v string)
- func (o NotFoundErrorDetail) ToMap() (map[string]interface{}, error)
- func (o *NotFoundErrorDetail) UnmarshalJSON(data []byte) (err error)
- type NullableBadRequestError
- func (v NullableBadRequestError) Get() *BadRequestError
- func (v NullableBadRequestError) IsSet() bool
- func (v NullableBadRequestError) MarshalJSON() ([]byte, error)
- func (v *NullableBadRequestError) Set(val *BadRequestError)
- func (v *NullableBadRequestError) UnmarshalJSON(src []byte) error
- func (v *NullableBadRequestError) Unset()
- type NullableBadRequestErrorCode
- func (v NullableBadRequestErrorCode) Get() *BadRequestErrorCode
- func (v NullableBadRequestErrorCode) IsSet() bool
- func (v NullableBadRequestErrorCode) MarshalJSON() ([]byte, error)
- func (v *NullableBadRequestErrorCode) Set(val *BadRequestErrorCode)
- func (v *NullableBadRequestErrorCode) UnmarshalJSON(src []byte) error
- func (v *NullableBadRequestErrorCode) Unset()
- type NullableBadRequestErrorDetail
- func (v NullableBadRequestErrorDetail) Get() *BadRequestErrorDetail
- func (v NullableBadRequestErrorDetail) IsSet() bool
- func (v NullableBadRequestErrorDetail) MarshalJSON() ([]byte, error)
- func (v *NullableBadRequestErrorDetail) Set(val *BadRequestErrorDetail)
- func (v *NullableBadRequestErrorDetail) UnmarshalJSON(src []byte) error
- func (v *NullableBadRequestErrorDetail) Unset()
- type NullableBadRequestErrorDetailCode
- func (v NullableBadRequestErrorDetailCode) Get() *BadRequestErrorDetailCode
- func (v NullableBadRequestErrorDetailCode) IsSet() bool
- func (v NullableBadRequestErrorDetailCode) MarshalJSON() ([]byte, error)
- func (v *NullableBadRequestErrorDetailCode) Set(val *BadRequestErrorDetailCode)
- func (v *NullableBadRequestErrorDetailCode) UnmarshalJSON(src []byte) error
- func (v *NullableBadRequestErrorDetailCode) Unset()
- type NullableBadRequestErrorDetailInnerError
- func (v NullableBadRequestErrorDetailInnerError) Get() *BadRequestErrorDetailInnerError
- func (v NullableBadRequestErrorDetailInnerError) IsSet() bool
- func (v NullableBadRequestErrorDetailInnerError) MarshalJSON() ([]byte, error)
- func (v *NullableBadRequestErrorDetailInnerError) Set(val *BadRequestErrorDetailInnerError)
- func (v *NullableBadRequestErrorDetailInnerError) UnmarshalJSON(src []byte) error
- func (v *NullableBadRequestErrorDetailInnerError) Unset()
- type NullableBool
- type NullableDaVinciApplicationCollectionResponse
- func (v NullableDaVinciApplicationCollectionResponse) Get() *DaVinciApplicationCollectionResponse
- func (v NullableDaVinciApplicationCollectionResponse) IsSet() bool
- func (v NullableDaVinciApplicationCollectionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciApplicationCollectionResponse) Set(val *DaVinciApplicationCollectionResponse)
- func (v *NullableDaVinciApplicationCollectionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciApplicationCollectionResponse) Unset()
- type NullableDaVinciApplicationCollectionResponseEmbedded
- func (v NullableDaVinciApplicationCollectionResponseEmbedded) Get() *DaVinciApplicationCollectionResponseEmbedded
- func (v NullableDaVinciApplicationCollectionResponseEmbedded) IsSet() bool
- func (v NullableDaVinciApplicationCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciApplicationCollectionResponseEmbedded) Set(val *DaVinciApplicationCollectionResponseEmbedded)
- func (v *NullableDaVinciApplicationCollectionResponseEmbedded) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciApplicationCollectionResponseEmbedded) Unset()
- type NullableDaVinciApplicationCollectionResponseLinks
- func (v NullableDaVinciApplicationCollectionResponseLinks) Get() *DaVinciApplicationCollectionResponseLinks
- func (v NullableDaVinciApplicationCollectionResponseLinks) IsSet() bool
- func (v NullableDaVinciApplicationCollectionResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciApplicationCollectionResponseLinks) Set(val *DaVinciApplicationCollectionResponseLinks)
- func (v *NullableDaVinciApplicationCollectionResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciApplicationCollectionResponseLinks) Unset()
- type NullableDaVinciApplicationCreateRequest
- func (v NullableDaVinciApplicationCreateRequest) Get() *DaVinciApplicationCreateRequest
- func (v NullableDaVinciApplicationCreateRequest) IsSet() bool
- func (v NullableDaVinciApplicationCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciApplicationCreateRequest) Set(val *DaVinciApplicationCreateRequest)
- func (v *NullableDaVinciApplicationCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciApplicationCreateRequest) Unset()
- type NullableDaVinciApplicationReplaceRequest
- func (v NullableDaVinciApplicationReplaceRequest) Get() *DaVinciApplicationReplaceRequest
- func (v NullableDaVinciApplicationReplaceRequest) IsSet() bool
- func (v NullableDaVinciApplicationReplaceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciApplicationReplaceRequest) Set(val *DaVinciApplicationReplaceRequest)
- func (v *NullableDaVinciApplicationReplaceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciApplicationReplaceRequest) Unset()
- type NullableDaVinciApplicationReplaceRequestApiKey
- func (v NullableDaVinciApplicationReplaceRequestApiKey) Get() *DaVinciApplicationReplaceRequestApiKey
- func (v NullableDaVinciApplicationReplaceRequestApiKey) IsSet() bool
- func (v NullableDaVinciApplicationReplaceRequestApiKey) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciApplicationReplaceRequestApiKey) Set(val *DaVinciApplicationReplaceRequestApiKey)
- func (v *NullableDaVinciApplicationReplaceRequestApiKey) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciApplicationReplaceRequestApiKey) Unset()
- type NullableDaVinciApplicationReplaceRequestOAuth
- func (v NullableDaVinciApplicationReplaceRequestOAuth) Get() *DaVinciApplicationReplaceRequestOAuth
- func (v NullableDaVinciApplicationReplaceRequestOAuth) IsSet() bool
- func (v NullableDaVinciApplicationReplaceRequestOAuth) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciApplicationReplaceRequestOAuth) Set(val *DaVinciApplicationReplaceRequestOAuth)
- func (v *NullableDaVinciApplicationReplaceRequestOAuth) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciApplicationReplaceRequestOAuth) Unset()
- type NullableDaVinciApplicationReplaceRequestOAuthGrantType
- func (v NullableDaVinciApplicationReplaceRequestOAuthGrantType) Get() *DaVinciApplicationReplaceRequestOAuthGrantType
- func (v NullableDaVinciApplicationReplaceRequestOAuthGrantType) IsSet() bool
- func (v NullableDaVinciApplicationReplaceRequestOAuthGrantType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciApplicationReplaceRequestOAuthGrantType) Set(val *DaVinciApplicationReplaceRequestOAuthGrantType)
- func (v *NullableDaVinciApplicationReplaceRequestOAuthGrantType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciApplicationReplaceRequestOAuthGrantType) Unset()
- type NullableDaVinciApplicationReplaceRequestOAuthScope
- func (v NullableDaVinciApplicationReplaceRequestOAuthScope) Get() *DaVinciApplicationReplaceRequestOAuthScope
- func (v NullableDaVinciApplicationReplaceRequestOAuthScope) IsSet() bool
- func (v NullableDaVinciApplicationReplaceRequestOAuthScope) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciApplicationReplaceRequestOAuthScope) Set(val *DaVinciApplicationReplaceRequestOAuthScope)
- func (v *NullableDaVinciApplicationReplaceRequestOAuthScope) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciApplicationReplaceRequestOAuthScope) Unset()
- type NullableDaVinciApplicationResponse
- func (v NullableDaVinciApplicationResponse) Get() *DaVinciApplicationResponse
- func (v NullableDaVinciApplicationResponse) IsSet() bool
- func (v NullableDaVinciApplicationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciApplicationResponse) Set(val *DaVinciApplicationResponse)
- func (v *NullableDaVinciApplicationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciApplicationResponse) Unset()
- type NullableDaVinciApplicationResponseApiKey
- func (v NullableDaVinciApplicationResponseApiKey) Get() *DaVinciApplicationResponseApiKey
- func (v NullableDaVinciApplicationResponseApiKey) IsSet() bool
- func (v NullableDaVinciApplicationResponseApiKey) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciApplicationResponseApiKey) Set(val *DaVinciApplicationResponseApiKey)
- func (v *NullableDaVinciApplicationResponseApiKey) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciApplicationResponseApiKey) Unset()
- type NullableDaVinciApplicationResponseLinks
- func (v NullableDaVinciApplicationResponseLinks) Get() *DaVinciApplicationResponseLinks
- func (v NullableDaVinciApplicationResponseLinks) IsSet() bool
- func (v NullableDaVinciApplicationResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciApplicationResponseLinks) Set(val *DaVinciApplicationResponseLinks)
- func (v *NullableDaVinciApplicationResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciApplicationResponseLinks) Unset()
- type NullableDaVinciApplicationResponseOAuth
- func (v NullableDaVinciApplicationResponseOAuth) Get() *DaVinciApplicationResponseOAuth
- func (v NullableDaVinciApplicationResponseOAuth) IsSet() bool
- func (v NullableDaVinciApplicationResponseOAuth) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciApplicationResponseOAuth) Set(val *DaVinciApplicationResponseOAuth)
- func (v *NullableDaVinciApplicationResponseOAuth) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciApplicationResponseOAuth) Unset()
- type NullableDaVinciApplicationResponseOAuthGrantType
- func (v NullableDaVinciApplicationResponseOAuthGrantType) Get() *DaVinciApplicationResponseOAuthGrantType
- func (v NullableDaVinciApplicationResponseOAuthGrantType) IsSet() bool
- func (v NullableDaVinciApplicationResponseOAuthGrantType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciApplicationResponseOAuthGrantType) Set(val *DaVinciApplicationResponseOAuthGrantType)
- func (v *NullableDaVinciApplicationResponseOAuthGrantType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciApplicationResponseOAuthGrantType) Unset()
- type NullableDaVinciApplicationResponseOAuthScope
- func (v NullableDaVinciApplicationResponseOAuthScope) Get() *DaVinciApplicationResponseOAuthScope
- func (v NullableDaVinciApplicationResponseOAuthScope) IsSet() bool
- func (v NullableDaVinciApplicationResponseOAuthScope) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciApplicationResponseOAuthScope) Set(val *DaVinciApplicationResponseOAuthScope)
- func (v *NullableDaVinciApplicationResponseOAuthScope) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciApplicationResponseOAuthScope) Unset()
- type NullableDaVinciConnectorCollectionMinimalResponse
- func (v NullableDaVinciConnectorCollectionMinimalResponse) Get() *DaVinciConnectorCollectionMinimalResponse
- func (v NullableDaVinciConnectorCollectionMinimalResponse) IsSet() bool
- func (v NullableDaVinciConnectorCollectionMinimalResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorCollectionMinimalResponse) Set(val *DaVinciConnectorCollectionMinimalResponse)
- func (v *NullableDaVinciConnectorCollectionMinimalResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorCollectionMinimalResponse) Unset()
- type NullableDaVinciConnectorCollectionMinimalResponseEmbedded
- func (v NullableDaVinciConnectorCollectionMinimalResponseEmbedded) Get() *DaVinciConnectorCollectionMinimalResponseEmbedded
- func (v NullableDaVinciConnectorCollectionMinimalResponseEmbedded) IsSet() bool
- func (v NullableDaVinciConnectorCollectionMinimalResponseEmbedded) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorCollectionMinimalResponseEmbedded) Set(val *DaVinciConnectorCollectionMinimalResponseEmbedded)
- func (v *NullableDaVinciConnectorCollectionMinimalResponseEmbedded) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorCollectionMinimalResponseEmbedded) Unset()
- type NullableDaVinciConnectorCollectionMinimalResponseLinks
- func (v NullableDaVinciConnectorCollectionMinimalResponseLinks) Get() *DaVinciConnectorCollectionMinimalResponseLinks
- func (v NullableDaVinciConnectorCollectionMinimalResponseLinks) IsSet() bool
- func (v NullableDaVinciConnectorCollectionMinimalResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorCollectionMinimalResponseLinks) Set(val *DaVinciConnectorCollectionMinimalResponseLinks)
- func (v *NullableDaVinciConnectorCollectionMinimalResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorCollectionMinimalResponseLinks) Unset()
- type NullableDaVinciConnectorDetailsResponse
- func (v NullableDaVinciConnectorDetailsResponse) Get() *DaVinciConnectorDetailsResponse
- func (v NullableDaVinciConnectorDetailsResponse) IsSet() bool
- func (v NullableDaVinciConnectorDetailsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorDetailsResponse) Set(val *DaVinciConnectorDetailsResponse)
- func (v *NullableDaVinciConnectorDetailsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorDetailsResponse) Unset()
- type NullableDaVinciConnectorDetailsResponseAccountConfigView
- func (v NullableDaVinciConnectorDetailsResponseAccountConfigView) Get() *DaVinciConnectorDetailsResponseAccountConfigView
- func (v NullableDaVinciConnectorDetailsResponseAccountConfigView) IsSet() bool
- func (v NullableDaVinciConnectorDetailsResponseAccountConfigView) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorDetailsResponseAccountConfigView) Set(val *DaVinciConnectorDetailsResponseAccountConfigView)
- func (v *NullableDaVinciConnectorDetailsResponseAccountConfigView) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorDetailsResponseAccountConfigView) Unset()
- type NullableDaVinciConnectorDetailsResponseCredentialsView
- func (v NullableDaVinciConnectorDetailsResponseCredentialsView) Get() *DaVinciConnectorDetailsResponseCredentialsView
- func (v NullableDaVinciConnectorDetailsResponseCredentialsView) IsSet() bool
- func (v NullableDaVinciConnectorDetailsResponseCredentialsView) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorDetailsResponseCredentialsView) Set(val *DaVinciConnectorDetailsResponseCredentialsView)
- func (v *NullableDaVinciConnectorDetailsResponseCredentialsView) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorDetailsResponseCredentialsView) Unset()
- type NullableDaVinciConnectorDetailsResponseFlowSection
- func (v NullableDaVinciConnectorDetailsResponseFlowSection) Get() *DaVinciConnectorDetailsResponseFlowSection
- func (v NullableDaVinciConnectorDetailsResponseFlowSection) IsSet() bool
- func (v NullableDaVinciConnectorDetailsResponseFlowSection) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorDetailsResponseFlowSection) Set(val *DaVinciConnectorDetailsResponseFlowSection)
- func (v *NullableDaVinciConnectorDetailsResponseFlowSection) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorDetailsResponseFlowSection) Unset()
- type NullableDaVinciConnectorDetailsResponseLinks
- func (v NullableDaVinciConnectorDetailsResponseLinks) Get() *DaVinciConnectorDetailsResponseLinks
- func (v NullableDaVinciConnectorDetailsResponseLinks) IsSet() bool
- func (v NullableDaVinciConnectorDetailsResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorDetailsResponseLinks) Set(val *DaVinciConnectorDetailsResponseLinks)
- func (v *NullableDaVinciConnectorDetailsResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorDetailsResponseLinks) Unset()
- type NullableDaVinciConnectorDetailsResponseSection
- func (v NullableDaVinciConnectorDetailsResponseSection) Get() *DaVinciConnectorDetailsResponseSection
- func (v NullableDaVinciConnectorDetailsResponseSection) IsSet() bool
- func (v NullableDaVinciConnectorDetailsResponseSection) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorDetailsResponseSection) Set(val *DaVinciConnectorDetailsResponseSection)
- func (v *NullableDaVinciConnectorDetailsResponseSection) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorDetailsResponseSection) Unset()
- type NullableDaVinciConnectorInstanceCollectionResponse
- func (v NullableDaVinciConnectorInstanceCollectionResponse) Get() *DaVinciConnectorInstanceCollectionResponse
- func (v NullableDaVinciConnectorInstanceCollectionResponse) IsSet() bool
- func (v NullableDaVinciConnectorInstanceCollectionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorInstanceCollectionResponse) Set(val *DaVinciConnectorInstanceCollectionResponse)
- func (v *NullableDaVinciConnectorInstanceCollectionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorInstanceCollectionResponse) Unset()
- type NullableDaVinciConnectorInstanceCollectionResponseEmbedded
- func (v NullableDaVinciConnectorInstanceCollectionResponseEmbedded) Get() *DaVinciConnectorInstanceCollectionResponseEmbedded
- func (v NullableDaVinciConnectorInstanceCollectionResponseEmbedded) IsSet() bool
- func (v NullableDaVinciConnectorInstanceCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorInstanceCollectionResponseEmbedded) Set(val *DaVinciConnectorInstanceCollectionResponseEmbedded)
- func (v *NullableDaVinciConnectorInstanceCollectionResponseEmbedded) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorInstanceCollectionResponseEmbedded) Unset()
- type NullableDaVinciConnectorInstanceCollectionResponseLinks
- func (v NullableDaVinciConnectorInstanceCollectionResponseLinks) Get() *DaVinciConnectorInstanceCollectionResponseLinks
- func (v NullableDaVinciConnectorInstanceCollectionResponseLinks) IsSet() bool
- func (v NullableDaVinciConnectorInstanceCollectionResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorInstanceCollectionResponseLinks) Set(val *DaVinciConnectorInstanceCollectionResponseLinks)
- func (v *NullableDaVinciConnectorInstanceCollectionResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorInstanceCollectionResponseLinks) Unset()
- type NullableDaVinciConnectorInstanceCreateRequest
- func (v NullableDaVinciConnectorInstanceCreateRequest) Get() *DaVinciConnectorInstanceCreateRequest
- func (v NullableDaVinciConnectorInstanceCreateRequest) IsSet() bool
- func (v NullableDaVinciConnectorInstanceCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorInstanceCreateRequest) Set(val *DaVinciConnectorInstanceCreateRequest)
- func (v *NullableDaVinciConnectorInstanceCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorInstanceCreateRequest) Unset()
- type NullableDaVinciConnectorInstanceReplaceRequest
- func (v NullableDaVinciConnectorInstanceReplaceRequest) Get() *DaVinciConnectorInstanceReplaceRequest
- func (v NullableDaVinciConnectorInstanceReplaceRequest) IsSet() bool
- func (v NullableDaVinciConnectorInstanceReplaceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorInstanceReplaceRequest) Set(val *DaVinciConnectorInstanceReplaceRequest)
- func (v *NullableDaVinciConnectorInstanceReplaceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorInstanceReplaceRequest) Unset()
- type NullableDaVinciConnectorInstanceResponse
- func (v NullableDaVinciConnectorInstanceResponse) Get() *DaVinciConnectorInstanceResponse
- func (v NullableDaVinciConnectorInstanceResponse) IsSet() bool
- func (v NullableDaVinciConnectorInstanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorInstanceResponse) Set(val *DaVinciConnectorInstanceResponse)
- func (v *NullableDaVinciConnectorInstanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorInstanceResponse) Unset()
- type NullableDaVinciConnectorInstanceResponseLinks
- func (v NullableDaVinciConnectorInstanceResponseLinks) Get() *DaVinciConnectorInstanceResponseLinks
- func (v NullableDaVinciConnectorInstanceResponseLinks) IsSet() bool
- func (v NullableDaVinciConnectorInstanceResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorInstanceResponseLinks) Set(val *DaVinciConnectorInstanceResponseLinks)
- func (v *NullableDaVinciConnectorInstanceResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorInstanceResponseLinks) Unset()
- type NullableDaVinciConnectorMinimalResponse
- func (v NullableDaVinciConnectorMinimalResponse) Get() *DaVinciConnectorMinimalResponse
- func (v NullableDaVinciConnectorMinimalResponse) IsSet() bool
- func (v NullableDaVinciConnectorMinimalResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorMinimalResponse) Set(val *DaVinciConnectorMinimalResponse)
- func (v *NullableDaVinciConnectorMinimalResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorMinimalResponse) Unset()
- type NullableDaVinciConnectorMinimalResponseLinks
- func (v NullableDaVinciConnectorMinimalResponseLinks) Get() *DaVinciConnectorMinimalResponseLinks
- func (v NullableDaVinciConnectorMinimalResponseLinks) IsSet() bool
- func (v NullableDaVinciConnectorMinimalResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorMinimalResponseLinks) Set(val *DaVinciConnectorMinimalResponseLinks)
- func (v *NullableDaVinciConnectorMinimalResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorMinimalResponseLinks) Unset()
- type NullableDaVinciConnectorMinimalResponseMetadata
- func (v NullableDaVinciConnectorMinimalResponseMetadata) Get() *DaVinciConnectorMinimalResponseMetadata
- func (v NullableDaVinciConnectorMinimalResponseMetadata) IsSet() bool
- func (v NullableDaVinciConnectorMinimalResponseMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorMinimalResponseMetadata) Set(val *DaVinciConnectorMinimalResponseMetadata)
- func (v *NullableDaVinciConnectorMinimalResponseMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorMinimalResponseMetadata) Unset()
- type NullableDaVinciConnectorMinimalResponseMetadataColors
- func (v NullableDaVinciConnectorMinimalResponseMetadataColors) Get() *DaVinciConnectorMinimalResponseMetadataColors
- func (v NullableDaVinciConnectorMinimalResponseMetadataColors) IsSet() bool
- func (v NullableDaVinciConnectorMinimalResponseMetadataColors) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorMinimalResponseMetadataColors) Set(val *DaVinciConnectorMinimalResponseMetadataColors)
- func (v *NullableDaVinciConnectorMinimalResponseMetadataColors) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorMinimalResponseMetadataColors) Unset()
- type NullableDaVinciConnectorMinimalResponseMetadataLogos
- func (v NullableDaVinciConnectorMinimalResponseMetadataLogos) Get() *DaVinciConnectorMinimalResponseMetadataLogos
- func (v NullableDaVinciConnectorMinimalResponseMetadataLogos) IsSet() bool
- func (v NullableDaVinciConnectorMinimalResponseMetadataLogos) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorMinimalResponseMetadataLogos) Set(val *DaVinciConnectorMinimalResponseMetadataLogos)
- func (v *NullableDaVinciConnectorMinimalResponseMetadataLogos) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorMinimalResponseMetadataLogos) Unset()
- type NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas
- func (v NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) Get() *DaVinciConnectorMinimalResponseMetadataLogosCanvas
- func (v NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) IsSet() bool
- func (v NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) Set(val *DaVinciConnectorMinimalResponseMetadataLogosCanvas)
- func (v *NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) Unset()
- type NullableDaVinciConnectorMinimalResponseMetadataType
- func (v NullableDaVinciConnectorMinimalResponseMetadataType) Get() *DaVinciConnectorMinimalResponseMetadataType
- func (v NullableDaVinciConnectorMinimalResponseMetadataType) IsSet() bool
- func (v NullableDaVinciConnectorMinimalResponseMetadataType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciConnectorMinimalResponseMetadataType) Set(val *DaVinciConnectorMinimalResponseMetadataType)
- func (v *NullableDaVinciConnectorMinimalResponseMetadataType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciConnectorMinimalResponseMetadataType) Unset()
- type NullableDaVinciExportFlowVersionResponse
- func (v NullableDaVinciExportFlowVersionResponse) Get() *DaVinciExportFlowVersionResponse
- func (v NullableDaVinciExportFlowVersionResponse) IsSet() bool
- func (v NullableDaVinciExportFlowVersionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciExportFlowVersionResponse) Set(val *DaVinciExportFlowVersionResponse)
- func (v *NullableDaVinciExportFlowVersionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciExportFlowVersionResponse) Unset()
- type NullableDaVinciExportFlowVersionResponseConnector
- func (v NullableDaVinciExportFlowVersionResponseConnector) Get() *DaVinciExportFlowVersionResponseConnector
- func (v NullableDaVinciExportFlowVersionResponseConnector) IsSet() bool
- func (v NullableDaVinciExportFlowVersionResponseConnector) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciExportFlowVersionResponseConnector) Set(val *DaVinciExportFlowVersionResponseConnector)
- func (v *NullableDaVinciExportFlowVersionResponseConnector) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciExportFlowVersionResponseConnector) Unset()
- type NullableDaVinciExportFlowVersionResponseEnvironment
- func (v NullableDaVinciExportFlowVersionResponseEnvironment) Get() *DaVinciExportFlowVersionResponseEnvironment
- func (v NullableDaVinciExportFlowVersionResponseEnvironment) IsSet() bool
- func (v NullableDaVinciExportFlowVersionResponseEnvironment) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciExportFlowVersionResponseEnvironment) Set(val *DaVinciExportFlowVersionResponseEnvironment)
- func (v *NullableDaVinciExportFlowVersionResponseEnvironment) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciExportFlowVersionResponseEnvironment) Unset()
- type NullableDaVinciExportFlowVersionResponseFlow
- func (v NullableDaVinciExportFlowVersionResponseFlow) Get() *DaVinciExportFlowVersionResponseFlow
- func (v NullableDaVinciExportFlowVersionResponseFlow) IsSet() bool
- func (v NullableDaVinciExportFlowVersionResponseFlow) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciExportFlowVersionResponseFlow) Set(val *DaVinciExportFlowVersionResponseFlow)
- func (v *NullableDaVinciExportFlowVersionResponseFlow) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciExportFlowVersionResponseFlow) Unset()
- type NullableDaVinciExportFlowVersionResponseLinks
- func (v NullableDaVinciExportFlowVersionResponseLinks) Get() *DaVinciExportFlowVersionResponseLinks
- func (v NullableDaVinciExportFlowVersionResponseLinks) IsSet() bool
- func (v NullableDaVinciExportFlowVersionResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciExportFlowVersionResponseLinks) Set(val *DaVinciExportFlowVersionResponseLinks)
- func (v *NullableDaVinciExportFlowVersionResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciExportFlowVersionResponseLinks) Unset()
- type NullableDaVinciExportFlowVersionSubflowsResponse
- func (v NullableDaVinciExportFlowVersionSubflowsResponse) Get() *DaVinciExportFlowVersionSubflowsResponse
- func (v NullableDaVinciExportFlowVersionSubflowsResponse) IsSet() bool
- func (v NullableDaVinciExportFlowVersionSubflowsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciExportFlowVersionSubflowsResponse) Set(val *DaVinciExportFlowVersionSubflowsResponse)
- func (v *NullableDaVinciExportFlowVersionSubflowsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciExportFlowVersionSubflowsResponse) Unset()
- type NullableDaVinciFlowCollection
- func (v NullableDaVinciFlowCollection) Get() *DaVinciFlowCollection
- func (v NullableDaVinciFlowCollection) IsSet() bool
- func (v NullableDaVinciFlowCollection) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowCollection) Set(val *DaVinciFlowCollection)
- func (v *NullableDaVinciFlowCollection) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowCollection) Unset()
- type NullableDaVinciFlowCollectionEmbedded
- func (v NullableDaVinciFlowCollectionEmbedded) Get() *DaVinciFlowCollectionEmbedded
- func (v NullableDaVinciFlowCollectionEmbedded) IsSet() bool
- func (v NullableDaVinciFlowCollectionEmbedded) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowCollectionEmbedded) Set(val *DaVinciFlowCollectionEmbedded)
- func (v *NullableDaVinciFlowCollectionEmbedded) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowCollectionEmbedded) Unset()
- type NullableDaVinciFlowCollectionLinks
- func (v NullableDaVinciFlowCollectionLinks) Get() *DaVinciFlowCollectionLinks
- func (v NullableDaVinciFlowCollectionLinks) IsSet() bool
- func (v NullableDaVinciFlowCollectionLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowCollectionLinks) Set(val *DaVinciFlowCollectionLinks)
- func (v *NullableDaVinciFlowCollectionLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowCollectionLinks) Unset()
- type NullableDaVinciFlowCreateRequest
- func (v NullableDaVinciFlowCreateRequest) Get() *DaVinciFlowCreateRequest
- func (v NullableDaVinciFlowCreateRequest) IsSet() bool
- func (v NullableDaVinciFlowCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowCreateRequest) Set(val *DaVinciFlowCreateRequest)
- func (v *NullableDaVinciFlowCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowCreateRequest) Unset()
- type NullableDaVinciFlowEnableRequest
- func (v NullableDaVinciFlowEnableRequest) Get() *DaVinciFlowEnableRequest
- func (v NullableDaVinciFlowEnableRequest) IsSet() bool
- func (v NullableDaVinciFlowEnableRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowEnableRequest) Set(val *DaVinciFlowEnableRequest)
- func (v *NullableDaVinciFlowEnableRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowEnableRequest) Unset()
- type NullableDaVinciFlowEnabledResponse
- func (v NullableDaVinciFlowEnabledResponse) Get() *DaVinciFlowEnabledResponse
- func (v NullableDaVinciFlowEnabledResponse) IsSet() bool
- func (v NullableDaVinciFlowEnabledResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowEnabledResponse) Set(val *DaVinciFlowEnabledResponse)
- func (v *NullableDaVinciFlowEnabledResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowEnabledResponse) Unset()
- type NullableDaVinciFlowEnabledResponseLinks
- func (v NullableDaVinciFlowEnabledResponseLinks) Get() *DaVinciFlowEnabledResponseLinks
- func (v NullableDaVinciFlowEnabledResponseLinks) IsSet() bool
- func (v NullableDaVinciFlowEnabledResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowEnabledResponseLinks) Set(val *DaVinciFlowEnabledResponseLinks)
- func (v *NullableDaVinciFlowEnabledResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowEnabledResponseLinks) Unset()
- type NullableDaVinciFlowGraphDataRequest
- func (v NullableDaVinciFlowGraphDataRequest) Get() *DaVinciFlowGraphDataRequest
- func (v NullableDaVinciFlowGraphDataRequest) IsSet() bool
- func (v NullableDaVinciFlowGraphDataRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataRequest) Set(val *DaVinciFlowGraphDataRequest)
- func (v *NullableDaVinciFlowGraphDataRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataRequest) Unset()
- type NullableDaVinciFlowGraphDataRequestElements
- func (v NullableDaVinciFlowGraphDataRequestElements) Get() *DaVinciFlowGraphDataRequestElements
- func (v NullableDaVinciFlowGraphDataRequestElements) IsSet() bool
- func (v NullableDaVinciFlowGraphDataRequestElements) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataRequestElements) Set(val *DaVinciFlowGraphDataRequestElements)
- func (v *NullableDaVinciFlowGraphDataRequestElements) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataRequestElements) Unset()
- type NullableDaVinciFlowGraphDataRequestElementsEdge
- func (v NullableDaVinciFlowGraphDataRequestElementsEdge) Get() *DaVinciFlowGraphDataRequestElementsEdge
- func (v NullableDaVinciFlowGraphDataRequestElementsEdge) IsSet() bool
- func (v NullableDaVinciFlowGraphDataRequestElementsEdge) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataRequestElementsEdge) Set(val *DaVinciFlowGraphDataRequestElementsEdge)
- func (v *NullableDaVinciFlowGraphDataRequestElementsEdge) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataRequestElementsEdge) Unset()
- type NullableDaVinciFlowGraphDataRequestElementsEdgeData
- func (v NullableDaVinciFlowGraphDataRequestElementsEdgeData) Get() *DaVinciFlowGraphDataRequestElementsEdgeData
- func (v NullableDaVinciFlowGraphDataRequestElementsEdgeData) IsSet() bool
- func (v NullableDaVinciFlowGraphDataRequestElementsEdgeData) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataRequestElementsEdgeData) Set(val *DaVinciFlowGraphDataRequestElementsEdgeData)
- func (v *NullableDaVinciFlowGraphDataRequestElementsEdgeData) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataRequestElementsEdgeData) Unset()
- type NullableDaVinciFlowGraphDataRequestElementsEdgePosition
- func (v NullableDaVinciFlowGraphDataRequestElementsEdgePosition) Get() *DaVinciFlowGraphDataRequestElementsEdgePosition
- func (v NullableDaVinciFlowGraphDataRequestElementsEdgePosition) IsSet() bool
- func (v NullableDaVinciFlowGraphDataRequestElementsEdgePosition) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataRequestElementsEdgePosition) Set(val *DaVinciFlowGraphDataRequestElementsEdgePosition)
- func (v *NullableDaVinciFlowGraphDataRequestElementsEdgePosition) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataRequestElementsEdgePosition) Unset()
- type NullableDaVinciFlowGraphDataRequestElementsNode
- func (v NullableDaVinciFlowGraphDataRequestElementsNode) Get() *DaVinciFlowGraphDataRequestElementsNode
- func (v NullableDaVinciFlowGraphDataRequestElementsNode) IsSet() bool
- func (v NullableDaVinciFlowGraphDataRequestElementsNode) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataRequestElementsNode) Set(val *DaVinciFlowGraphDataRequestElementsNode)
- func (v *NullableDaVinciFlowGraphDataRequestElementsNode) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataRequestElementsNode) Unset()
- type NullableDaVinciFlowGraphDataRequestElementsNodeData
- func (v NullableDaVinciFlowGraphDataRequestElementsNodeData) Get() *DaVinciFlowGraphDataRequestElementsNodeData
- func (v NullableDaVinciFlowGraphDataRequestElementsNodeData) IsSet() bool
- func (v NullableDaVinciFlowGraphDataRequestElementsNodeData) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataRequestElementsNodeData) Set(val *DaVinciFlowGraphDataRequestElementsNodeData)
- func (v *NullableDaVinciFlowGraphDataRequestElementsNodeData) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataRequestElementsNodeData) Unset()
- type NullableDaVinciFlowGraphDataRequestElementsNodePosition
- func (v NullableDaVinciFlowGraphDataRequestElementsNodePosition) Get() *DaVinciFlowGraphDataRequestElementsNodePosition
- func (v NullableDaVinciFlowGraphDataRequestElementsNodePosition) IsSet() bool
- func (v NullableDaVinciFlowGraphDataRequestElementsNodePosition) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataRequestElementsNodePosition) Set(val *DaVinciFlowGraphDataRequestElementsNodePosition)
- func (v *NullableDaVinciFlowGraphDataRequestElementsNodePosition) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataRequestElementsNodePosition) Unset()
- type NullableDaVinciFlowGraphDataRequestPan
- func (v NullableDaVinciFlowGraphDataRequestPan) Get() *DaVinciFlowGraphDataRequestPan
- func (v NullableDaVinciFlowGraphDataRequestPan) IsSet() bool
- func (v NullableDaVinciFlowGraphDataRequestPan) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataRequestPan) Set(val *DaVinciFlowGraphDataRequestPan)
- func (v *NullableDaVinciFlowGraphDataRequestPan) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataRequestPan) Unset()
- type NullableDaVinciFlowGraphDataResponse
- func (v NullableDaVinciFlowGraphDataResponse) Get() *DaVinciFlowGraphDataResponse
- func (v NullableDaVinciFlowGraphDataResponse) IsSet() bool
- func (v NullableDaVinciFlowGraphDataResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataResponse) Set(val *DaVinciFlowGraphDataResponse)
- func (v *NullableDaVinciFlowGraphDataResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataResponse) Unset()
- type NullableDaVinciFlowGraphDataResponseAllLinterError
- func (v NullableDaVinciFlowGraphDataResponseAllLinterError) Get() *DaVinciFlowGraphDataResponseAllLinterError
- func (v NullableDaVinciFlowGraphDataResponseAllLinterError) IsSet() bool
- func (v NullableDaVinciFlowGraphDataResponseAllLinterError) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataResponseAllLinterError) Set(val *DaVinciFlowGraphDataResponseAllLinterError)
- func (v *NullableDaVinciFlowGraphDataResponseAllLinterError) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataResponseAllLinterError) Unset()
- type NullableDaVinciFlowGraphDataResponseElements
- func (v NullableDaVinciFlowGraphDataResponseElements) Get() *DaVinciFlowGraphDataResponseElements
- func (v NullableDaVinciFlowGraphDataResponseElements) IsSet() bool
- func (v NullableDaVinciFlowGraphDataResponseElements) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataResponseElements) Set(val *DaVinciFlowGraphDataResponseElements)
- func (v *NullableDaVinciFlowGraphDataResponseElements) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataResponseElements) Unset()
- type NullableDaVinciFlowGraphDataResponseElementsEdge
- func (v NullableDaVinciFlowGraphDataResponseElementsEdge) Get() *DaVinciFlowGraphDataResponseElementsEdge
- func (v NullableDaVinciFlowGraphDataResponseElementsEdge) IsSet() bool
- func (v NullableDaVinciFlowGraphDataResponseElementsEdge) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataResponseElementsEdge) Set(val *DaVinciFlowGraphDataResponseElementsEdge)
- func (v *NullableDaVinciFlowGraphDataResponseElementsEdge) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataResponseElementsEdge) Unset()
- type NullableDaVinciFlowGraphDataResponseElementsEdgeData
- func (v NullableDaVinciFlowGraphDataResponseElementsEdgeData) Get() *DaVinciFlowGraphDataResponseElementsEdgeData
- func (v NullableDaVinciFlowGraphDataResponseElementsEdgeData) IsSet() bool
- func (v NullableDaVinciFlowGraphDataResponseElementsEdgeData) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataResponseElementsEdgeData) Set(val *DaVinciFlowGraphDataResponseElementsEdgeData)
- func (v *NullableDaVinciFlowGraphDataResponseElementsEdgeData) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataResponseElementsEdgeData) Unset()
- type NullableDaVinciFlowGraphDataResponseElementsEdgePosition
- func (v NullableDaVinciFlowGraphDataResponseElementsEdgePosition) Get() *DaVinciFlowGraphDataResponseElementsEdgePosition
- func (v NullableDaVinciFlowGraphDataResponseElementsEdgePosition) IsSet() bool
- func (v NullableDaVinciFlowGraphDataResponseElementsEdgePosition) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataResponseElementsEdgePosition) Set(val *DaVinciFlowGraphDataResponseElementsEdgePosition)
- func (v *NullableDaVinciFlowGraphDataResponseElementsEdgePosition) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataResponseElementsEdgePosition) Unset()
- type NullableDaVinciFlowGraphDataResponseElementsNode
- func (v NullableDaVinciFlowGraphDataResponseElementsNode) Get() *DaVinciFlowGraphDataResponseElementsNode
- func (v NullableDaVinciFlowGraphDataResponseElementsNode) IsSet() bool
- func (v NullableDaVinciFlowGraphDataResponseElementsNode) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataResponseElementsNode) Set(val *DaVinciFlowGraphDataResponseElementsNode)
- func (v *NullableDaVinciFlowGraphDataResponseElementsNode) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataResponseElementsNode) Unset()
- type NullableDaVinciFlowGraphDataResponseElementsNodeData
- func (v NullableDaVinciFlowGraphDataResponseElementsNodeData) Get() *DaVinciFlowGraphDataResponseElementsNodeData
- func (v NullableDaVinciFlowGraphDataResponseElementsNodeData) IsSet() bool
- func (v NullableDaVinciFlowGraphDataResponseElementsNodeData) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataResponseElementsNodeData) Set(val *DaVinciFlowGraphDataResponseElementsNodeData)
- func (v *NullableDaVinciFlowGraphDataResponseElementsNodeData) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataResponseElementsNodeData) Unset()
- type NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem
- func (v NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) Get() *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem
- func (v NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) IsSet() bool
- func (v NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) Set(val *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem)
- func (v *NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) Unset()
- type NullableDaVinciFlowGraphDataResponseElementsNodePosition
- func (v NullableDaVinciFlowGraphDataResponseElementsNodePosition) Get() *DaVinciFlowGraphDataResponseElementsNodePosition
- func (v NullableDaVinciFlowGraphDataResponseElementsNodePosition) IsSet() bool
- func (v NullableDaVinciFlowGraphDataResponseElementsNodePosition) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataResponseElementsNodePosition) Set(val *DaVinciFlowGraphDataResponseElementsNodePosition)
- func (v *NullableDaVinciFlowGraphDataResponseElementsNodePosition) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataResponseElementsNodePosition) Unset()
- type NullableDaVinciFlowGraphDataResponsePan
- func (v NullableDaVinciFlowGraphDataResponsePan) Get() *DaVinciFlowGraphDataResponsePan
- func (v NullableDaVinciFlowGraphDataResponsePan) IsSet() bool
- func (v NullableDaVinciFlowGraphDataResponsePan) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataResponsePan) Set(val *DaVinciFlowGraphDataResponsePan)
- func (v *NullableDaVinciFlowGraphDataResponsePan) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataResponsePan) Unset()
- type NullableDaVinciFlowGraphDataResponseRenderer
- func (v NullableDaVinciFlowGraphDataResponseRenderer) Get() *DaVinciFlowGraphDataResponseRenderer
- func (v NullableDaVinciFlowGraphDataResponseRenderer) IsSet() bool
- func (v NullableDaVinciFlowGraphDataResponseRenderer) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowGraphDataResponseRenderer) Set(val *DaVinciFlowGraphDataResponseRenderer)
- func (v *NullableDaVinciFlowGraphDataResponseRenderer) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowGraphDataResponseRenderer) Unset()
- type NullableDaVinciFlowInputSchemaRequestItem
- func (v NullableDaVinciFlowInputSchemaRequestItem) Get() *DaVinciFlowInputSchemaRequestItem
- func (v NullableDaVinciFlowInputSchemaRequestItem) IsSet() bool
- func (v NullableDaVinciFlowInputSchemaRequestItem) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowInputSchemaRequestItem) Set(val *DaVinciFlowInputSchemaRequestItem)
- func (v *NullableDaVinciFlowInputSchemaRequestItem) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowInputSchemaRequestItem) Unset()
- type NullableDaVinciFlowInputSchemaRequestItemPreferredControlType
- func (v NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) Get() *DaVinciFlowInputSchemaRequestItemPreferredControlType
- func (v NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) IsSet() bool
- func (v NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) Set(val *DaVinciFlowInputSchemaRequestItemPreferredControlType)
- func (v *NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) Unset()
- type NullableDaVinciFlowInputSchemaRequestItemPreferredDataType
- func (v NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) Get() *DaVinciFlowInputSchemaRequestItemPreferredDataType
- func (v NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) IsSet() bool
- func (v NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) Set(val *DaVinciFlowInputSchemaRequestItemPreferredDataType)
- func (v *NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) Unset()
- type NullableDaVinciFlowInputSchemaResponseItem
- func (v NullableDaVinciFlowInputSchemaResponseItem) Get() *DaVinciFlowInputSchemaResponseItem
- func (v NullableDaVinciFlowInputSchemaResponseItem) IsSet() bool
- func (v NullableDaVinciFlowInputSchemaResponseItem) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowInputSchemaResponseItem) Set(val *DaVinciFlowInputSchemaResponseItem)
- func (v *NullableDaVinciFlowInputSchemaResponseItem) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowInputSchemaResponseItem) Unset()
- type NullableDaVinciFlowInputSchemaResponseItemPreferredDataType
- func (v NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) Get() *DaVinciFlowInputSchemaResponseItemPreferredDataType
- func (v NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) IsSet() bool
- func (v NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) Set(val *DaVinciFlowInputSchemaResponseItemPreferredDataType)
- func (v *NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) Unset()
- type NullableDaVinciFlowOutputSchemaRequest
- func (v NullableDaVinciFlowOutputSchemaRequest) Get() *DaVinciFlowOutputSchemaRequest
- func (v NullableDaVinciFlowOutputSchemaRequest) IsSet() bool
- func (v NullableDaVinciFlowOutputSchemaRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowOutputSchemaRequest) Set(val *DaVinciFlowOutputSchemaRequest)
- func (v *NullableDaVinciFlowOutputSchemaRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowOutputSchemaRequest) Unset()
- type NullableDaVinciFlowOutputSchemaRequestOutput
- func (v NullableDaVinciFlowOutputSchemaRequestOutput) Get() *DaVinciFlowOutputSchemaRequestOutput
- func (v NullableDaVinciFlowOutputSchemaRequestOutput) IsSet() bool
- func (v NullableDaVinciFlowOutputSchemaRequestOutput) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowOutputSchemaRequestOutput) Set(val *DaVinciFlowOutputSchemaRequestOutput)
- func (v *NullableDaVinciFlowOutputSchemaRequestOutput) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowOutputSchemaRequestOutput) Unset()
- type NullableDaVinciFlowOutputSchemaRequestOutputType
- func (v NullableDaVinciFlowOutputSchemaRequestOutputType) Get() *DaVinciFlowOutputSchemaRequestOutputType
- func (v NullableDaVinciFlowOutputSchemaRequestOutputType) IsSet() bool
- func (v NullableDaVinciFlowOutputSchemaRequestOutputType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowOutputSchemaRequestOutputType) Set(val *DaVinciFlowOutputSchemaRequestOutputType)
- func (v *NullableDaVinciFlowOutputSchemaRequestOutputType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowOutputSchemaRequestOutputType) Unset()
- type NullableDaVinciFlowOutputSchemaResponse
- func (v NullableDaVinciFlowOutputSchemaResponse) Get() *DaVinciFlowOutputSchemaResponse
- func (v NullableDaVinciFlowOutputSchemaResponse) IsSet() bool
- func (v NullableDaVinciFlowOutputSchemaResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowOutputSchemaResponse) Set(val *DaVinciFlowOutputSchemaResponse)
- func (v *NullableDaVinciFlowOutputSchemaResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowOutputSchemaResponse) Unset()
- type NullableDaVinciFlowOutputSchemaResponseOutput
- func (v NullableDaVinciFlowOutputSchemaResponseOutput) Get() *DaVinciFlowOutputSchemaResponseOutput
- func (v NullableDaVinciFlowOutputSchemaResponseOutput) IsSet() bool
- func (v NullableDaVinciFlowOutputSchemaResponseOutput) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowOutputSchemaResponseOutput) Set(val *DaVinciFlowOutputSchemaResponseOutput)
- func (v *NullableDaVinciFlowOutputSchemaResponseOutput) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowOutputSchemaResponseOutput) Unset()
- type NullableDaVinciFlowOutputSchemaResponseOutputType
- func (v NullableDaVinciFlowOutputSchemaResponseOutputType) Get() *DaVinciFlowOutputSchemaResponseOutputType
- func (v NullableDaVinciFlowOutputSchemaResponseOutputType) IsSet() bool
- func (v NullableDaVinciFlowOutputSchemaResponseOutputType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowOutputSchemaResponseOutputType) Set(val *DaVinciFlowOutputSchemaResponseOutputType)
- func (v *NullableDaVinciFlowOutputSchemaResponseOutputType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowOutputSchemaResponseOutputType) Unset()
- type NullableDaVinciFlowPolicyCollection
- func (v NullableDaVinciFlowPolicyCollection) Get() *DaVinciFlowPolicyCollection
- func (v NullableDaVinciFlowPolicyCollection) IsSet() bool
- func (v NullableDaVinciFlowPolicyCollection) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyCollection) Set(val *DaVinciFlowPolicyCollection)
- func (v *NullableDaVinciFlowPolicyCollection) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyCollection) Unset()
- type NullableDaVinciFlowPolicyCollectionEmbedded
- func (v NullableDaVinciFlowPolicyCollectionEmbedded) Get() *DaVinciFlowPolicyCollectionEmbedded
- func (v NullableDaVinciFlowPolicyCollectionEmbedded) IsSet() bool
- func (v NullableDaVinciFlowPolicyCollectionEmbedded) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyCollectionEmbedded) Set(val *DaVinciFlowPolicyCollectionEmbedded)
- func (v *NullableDaVinciFlowPolicyCollectionEmbedded) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyCollectionEmbedded) Unset()
- type NullableDaVinciFlowPolicyCollectionLinks
- func (v NullableDaVinciFlowPolicyCollectionLinks) Get() *DaVinciFlowPolicyCollectionLinks
- func (v NullableDaVinciFlowPolicyCollectionLinks) IsSet() bool
- func (v NullableDaVinciFlowPolicyCollectionLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyCollectionLinks) Set(val *DaVinciFlowPolicyCollectionLinks)
- func (v *NullableDaVinciFlowPolicyCollectionLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyCollectionLinks) Unset()
- type NullableDaVinciFlowPolicyCreateRequest
- func (v NullableDaVinciFlowPolicyCreateRequest) Get() *DaVinciFlowPolicyCreateRequest
- func (v NullableDaVinciFlowPolicyCreateRequest) IsSet() bool
- func (v NullableDaVinciFlowPolicyCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyCreateRequest) Set(val *DaVinciFlowPolicyCreateRequest)
- func (v *NullableDaVinciFlowPolicyCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyCreateRequest) Unset()
- type NullableDaVinciFlowPolicyCreateRequestFlowDistribution
- func (v NullableDaVinciFlowPolicyCreateRequestFlowDistribution) Get() *DaVinciFlowPolicyCreateRequestFlowDistribution
- func (v NullableDaVinciFlowPolicyCreateRequestFlowDistribution) IsSet() bool
- func (v NullableDaVinciFlowPolicyCreateRequestFlowDistribution) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyCreateRequestFlowDistribution) Set(val *DaVinciFlowPolicyCreateRequestFlowDistribution)
- func (v *NullableDaVinciFlowPolicyCreateRequestFlowDistribution) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyCreateRequestFlowDistribution) Unset()
- type NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode
- func (v NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) Get() *DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode
- func (v NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) IsSet() bool
- func (v NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) Set(val *DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode)
- func (v *NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) Unset()
- type NullableDaVinciFlowPolicyCreateRequestStatus
- func (v NullableDaVinciFlowPolicyCreateRequestStatus) Get() *DaVinciFlowPolicyCreateRequestStatus
- func (v NullableDaVinciFlowPolicyCreateRequestStatus) IsSet() bool
- func (v NullableDaVinciFlowPolicyCreateRequestStatus) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyCreateRequestStatus) Set(val *DaVinciFlowPolicyCreateRequestStatus)
- func (v *NullableDaVinciFlowPolicyCreateRequestStatus) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyCreateRequestStatus) Unset()
- type NullableDaVinciFlowPolicyCreateRequestTrigger
- func (v NullableDaVinciFlowPolicyCreateRequestTrigger) Get() *DaVinciFlowPolicyCreateRequestTrigger
- func (v NullableDaVinciFlowPolicyCreateRequestTrigger) IsSet() bool
- func (v NullableDaVinciFlowPolicyCreateRequestTrigger) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyCreateRequestTrigger) Set(val *DaVinciFlowPolicyCreateRequestTrigger)
- func (v *NullableDaVinciFlowPolicyCreateRequestTrigger) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyCreateRequestTrigger) Unset()
- type NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration
- func (v NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) Get() *DaVinciFlowPolicyCreateRequestTriggerConfiguration
- func (v NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) IsSet() bool
- func (v NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) Set(val *DaVinciFlowPolicyCreateRequestTriggerConfiguration)
- func (v *NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) Unset()
- type NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA
- func (v NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) Get() *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA
- func (v NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) IsSet() bool
- func (v NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) Set(val *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA)
- func (v *NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) Unset()
- type NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword
- func (v NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) Get() *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword
- func (v NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) IsSet() bool
- func (v NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) Set(val *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword)
- func (v *NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) Unset()
- type NullableDaVinciFlowPolicyCreateRequestTriggerType
- func (v NullableDaVinciFlowPolicyCreateRequestTriggerType) Get() *DaVinciFlowPolicyCreateRequestTriggerType
- func (v NullableDaVinciFlowPolicyCreateRequestTriggerType) IsSet() bool
- func (v NullableDaVinciFlowPolicyCreateRequestTriggerType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyCreateRequestTriggerType) Set(val *DaVinciFlowPolicyCreateRequestTriggerType)
- func (v *NullableDaVinciFlowPolicyCreateRequestTriggerType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyCreateRequestTriggerType) Unset()
- type NullableDaVinciFlowPolicyEventsCollection
- func (v NullableDaVinciFlowPolicyEventsCollection) Get() *DaVinciFlowPolicyEventsCollection
- func (v NullableDaVinciFlowPolicyEventsCollection) IsSet() bool
- func (v NullableDaVinciFlowPolicyEventsCollection) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyEventsCollection) Set(val *DaVinciFlowPolicyEventsCollection)
- func (v *NullableDaVinciFlowPolicyEventsCollection) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyEventsCollection) Unset()
- type NullableDaVinciFlowPolicyEventsCollectionEmbedded
- func (v NullableDaVinciFlowPolicyEventsCollectionEmbedded) Get() *DaVinciFlowPolicyEventsCollectionEmbedded
- func (v NullableDaVinciFlowPolicyEventsCollectionEmbedded) IsSet() bool
- func (v NullableDaVinciFlowPolicyEventsCollectionEmbedded) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyEventsCollectionEmbedded) Set(val *DaVinciFlowPolicyEventsCollectionEmbedded)
- func (v *NullableDaVinciFlowPolicyEventsCollectionEmbedded) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyEventsCollectionEmbedded) Unset()
- type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent
- func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) Get() *DaVinciFlowPolicyEventsCollectionEmbeddedEvent
- func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) IsSet() bool
- func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) Set(val *DaVinciFlowPolicyEventsCollectionEmbeddedEvent)
- func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) Unset()
- type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment
- func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) Get() *DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment
- func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) IsSet() bool
- func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) Set(val *DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment)
- func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) Unset()
- type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent
- func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) Get() *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent
- func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) IsSet() bool
- func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) Set(val *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent)
- func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) Unset()
- type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow
- func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) Get() *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow
- func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) IsSet() bool
- func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) Set(val *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow)
- func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) Unset()
- type NullableDaVinciFlowPolicyEventsCollectionLinks
- func (v NullableDaVinciFlowPolicyEventsCollectionLinks) Get() *DaVinciFlowPolicyEventsCollectionLinks
- func (v NullableDaVinciFlowPolicyEventsCollectionLinks) IsSet() bool
- func (v NullableDaVinciFlowPolicyEventsCollectionLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyEventsCollectionLinks) Set(val *DaVinciFlowPolicyEventsCollectionLinks)
- func (v *NullableDaVinciFlowPolicyEventsCollectionLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyEventsCollectionLinks) Unset()
- type NullableDaVinciFlowPolicyReplaceRequest
- func (v NullableDaVinciFlowPolicyReplaceRequest) Get() *DaVinciFlowPolicyReplaceRequest
- func (v NullableDaVinciFlowPolicyReplaceRequest) IsSet() bool
- func (v NullableDaVinciFlowPolicyReplaceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyReplaceRequest) Set(val *DaVinciFlowPolicyReplaceRequest)
- func (v *NullableDaVinciFlowPolicyReplaceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyReplaceRequest) Unset()
- type NullableDaVinciFlowPolicyReplaceRequestFlowDistribution
- func (v NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) Get() *DaVinciFlowPolicyReplaceRequestFlowDistribution
- func (v NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) IsSet() bool
- func (v NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) Set(val *DaVinciFlowPolicyReplaceRequestFlowDistribution)
- func (v *NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) Unset()
- type NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode
- func (v NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) Get() *DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode
- func (v NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) IsSet() bool
- func (v NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) Set(val *DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode)
- func (v *NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) Unset()
- type NullableDaVinciFlowPolicyReplaceRequestStatus
- func (v NullableDaVinciFlowPolicyReplaceRequestStatus) Get() *DaVinciFlowPolicyReplaceRequestStatus
- func (v NullableDaVinciFlowPolicyReplaceRequestStatus) IsSet() bool
- func (v NullableDaVinciFlowPolicyReplaceRequestStatus) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyReplaceRequestStatus) Set(val *DaVinciFlowPolicyReplaceRequestStatus)
- func (v *NullableDaVinciFlowPolicyReplaceRequestStatus) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyReplaceRequestStatus) Unset()
- type NullableDaVinciFlowPolicyReplaceRequestTrigger
- func (v NullableDaVinciFlowPolicyReplaceRequestTrigger) Get() *DaVinciFlowPolicyReplaceRequestTrigger
- func (v NullableDaVinciFlowPolicyReplaceRequestTrigger) IsSet() bool
- func (v NullableDaVinciFlowPolicyReplaceRequestTrigger) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyReplaceRequestTrigger) Set(val *DaVinciFlowPolicyReplaceRequestTrigger)
- func (v *NullableDaVinciFlowPolicyReplaceRequestTrigger) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyReplaceRequestTrigger) Unset()
- type NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration
- func (v NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) Get() *DaVinciFlowPolicyReplaceRequestTriggerConfiguration
- func (v NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) IsSet() bool
- func (v NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) Set(val *DaVinciFlowPolicyReplaceRequestTriggerConfiguration)
- func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) Unset()
- type NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA
- func (v NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) Get() *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA
- func (v NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) IsSet() bool
- func (v NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) Set(val *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA)
- func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) Unset()
- type NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword
- func (v NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) Get() *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword
- func (v NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) IsSet() bool
- func (v NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) Set(val *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword)
- func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) Unset()
- type NullableDaVinciFlowPolicyReplaceRequestTriggerType
- func (v NullableDaVinciFlowPolicyReplaceRequestTriggerType) Get() *DaVinciFlowPolicyReplaceRequestTriggerType
- func (v NullableDaVinciFlowPolicyReplaceRequestTriggerType) IsSet() bool
- func (v NullableDaVinciFlowPolicyReplaceRequestTriggerType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerType) Set(val *DaVinciFlowPolicyReplaceRequestTriggerType)
- func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerType) Unset()
- type NullableDaVinciFlowPolicyResponse
- func (v NullableDaVinciFlowPolicyResponse) Get() *DaVinciFlowPolicyResponse
- func (v NullableDaVinciFlowPolicyResponse) IsSet() bool
- func (v NullableDaVinciFlowPolicyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyResponse) Set(val *DaVinciFlowPolicyResponse)
- func (v *NullableDaVinciFlowPolicyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyResponse) Unset()
- type NullableDaVinciFlowPolicyResponseFlowDistribution
- func (v NullableDaVinciFlowPolicyResponseFlowDistribution) Get() *DaVinciFlowPolicyResponseFlowDistribution
- func (v NullableDaVinciFlowPolicyResponseFlowDistribution) IsSet() bool
- func (v NullableDaVinciFlowPolicyResponseFlowDistribution) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyResponseFlowDistribution) Set(val *DaVinciFlowPolicyResponseFlowDistribution)
- func (v *NullableDaVinciFlowPolicyResponseFlowDistribution) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyResponseFlowDistribution) Unset()
- type NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode
- func (v NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) Get() *DaVinciFlowPolicyResponseFlowDistributionSuccessNode
- func (v NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) IsSet() bool
- func (v NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) Set(val *DaVinciFlowPolicyResponseFlowDistributionSuccessNode)
- func (v *NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) Unset()
- type NullableDaVinciFlowPolicyResponseLinks
- func (v NullableDaVinciFlowPolicyResponseLinks) Get() *DaVinciFlowPolicyResponseLinks
- func (v NullableDaVinciFlowPolicyResponseLinks) IsSet() bool
- func (v NullableDaVinciFlowPolicyResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyResponseLinks) Set(val *DaVinciFlowPolicyResponseLinks)
- func (v *NullableDaVinciFlowPolicyResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyResponseLinks) Unset()
- type NullableDaVinciFlowPolicyResponseStatus
- func (v NullableDaVinciFlowPolicyResponseStatus) Get() *DaVinciFlowPolicyResponseStatus
- func (v NullableDaVinciFlowPolicyResponseStatus) IsSet() bool
- func (v NullableDaVinciFlowPolicyResponseStatus) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyResponseStatus) Set(val *DaVinciFlowPolicyResponseStatus)
- func (v *NullableDaVinciFlowPolicyResponseStatus) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyResponseStatus) Unset()
- type NullableDaVinciFlowPolicyResponseTrigger
- func (v NullableDaVinciFlowPolicyResponseTrigger) Get() *DaVinciFlowPolicyResponseTrigger
- func (v NullableDaVinciFlowPolicyResponseTrigger) IsSet() bool
- func (v NullableDaVinciFlowPolicyResponseTrigger) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyResponseTrigger) Set(val *DaVinciFlowPolicyResponseTrigger)
- func (v *NullableDaVinciFlowPolicyResponseTrigger) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyResponseTrigger) Unset()
- type NullableDaVinciFlowPolicyResponseTriggerConfiguration
- func (v NullableDaVinciFlowPolicyResponseTriggerConfiguration) Get() *DaVinciFlowPolicyResponseTriggerConfiguration
- func (v NullableDaVinciFlowPolicyResponseTriggerConfiguration) IsSet() bool
- func (v NullableDaVinciFlowPolicyResponseTriggerConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyResponseTriggerConfiguration) Set(val *DaVinciFlowPolicyResponseTriggerConfiguration)
- func (v *NullableDaVinciFlowPolicyResponseTriggerConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyResponseTriggerConfiguration) Unset()
- type NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA
- func (v NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) Get() *DaVinciFlowPolicyResponseTriggerConfigurationMFA
- func (v NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) IsSet() bool
- func (v NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) Set(val *DaVinciFlowPolicyResponseTriggerConfigurationMFA)
- func (v *NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) Unset()
- type NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword
- func (v NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) Get() *DaVinciFlowPolicyResponseTriggerConfigurationPassword
- func (v NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) IsSet() bool
- func (v NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) Set(val *DaVinciFlowPolicyResponseTriggerConfigurationPassword)
- func (v *NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) Unset()
- type NullableDaVinciFlowPolicyTrigger
- func (v NullableDaVinciFlowPolicyTrigger) Get() *DaVinciFlowPolicyTrigger
- func (v NullableDaVinciFlowPolicyTrigger) IsSet() bool
- func (v NullableDaVinciFlowPolicyTrigger) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyTrigger) Set(val *DaVinciFlowPolicyTrigger)
- func (v *NullableDaVinciFlowPolicyTrigger) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyTrigger) Unset()
- type NullableDaVinciFlowPolicyTriggerType
- func (v NullableDaVinciFlowPolicyTriggerType) Get() *DaVinciFlowPolicyTriggerType
- func (v NullableDaVinciFlowPolicyTriggerType) IsSet() bool
- func (v NullableDaVinciFlowPolicyTriggerType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowPolicyTriggerType) Set(val *DaVinciFlowPolicyTriggerType)
- func (v *NullableDaVinciFlowPolicyTriggerType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowPolicyTriggerType) Unset()
- type NullableDaVinciFlowReplaceRequest
- func (v NullableDaVinciFlowReplaceRequest) Get() *DaVinciFlowReplaceRequest
- func (v NullableDaVinciFlowReplaceRequest) IsSet() bool
- func (v NullableDaVinciFlowReplaceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowReplaceRequest) Set(val *DaVinciFlowReplaceRequest)
- func (v *NullableDaVinciFlowReplaceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowReplaceRequest) Unset()
- type NullableDaVinciFlowResponse
- func (v NullableDaVinciFlowResponse) Get() *DaVinciFlowResponse
- func (v NullableDaVinciFlowResponse) IsSet() bool
- func (v NullableDaVinciFlowResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowResponse) Set(val *DaVinciFlowResponse)
- func (v *NullableDaVinciFlowResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowResponse) Unset()
- type NullableDaVinciFlowResponseLinks
- func (v NullableDaVinciFlowResponseLinks) Get() *DaVinciFlowResponseLinks
- func (v NullableDaVinciFlowResponseLinks) IsSet() bool
- func (v NullableDaVinciFlowResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowResponseLinks) Set(val *DaVinciFlowResponseLinks)
- func (v *NullableDaVinciFlowResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowResponseLinks) Unset()
- type NullableDaVinciFlowSettingsRequest
- func (v NullableDaVinciFlowSettingsRequest) Get() *DaVinciFlowSettingsRequest
- func (v NullableDaVinciFlowSettingsRequest) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequest) Set(val *DaVinciFlowSettingsRequest)
- func (v *NullableDaVinciFlowSettingsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequest) Unset()
- type NullableDaVinciFlowSettingsRequestCustomErrorShowFooter
- func (v NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) Get() *DaVinciFlowSettingsRequestCustomErrorShowFooter
- func (v NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) Set(val *DaVinciFlowSettingsRequestCustomErrorShowFooter)
- func (v *NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) Unset()
- type NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2
- func (v NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) Get() *DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2
- func (v NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) Set(val *DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2)
- func (v *NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) Unset()
- type NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo
- func (v NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) Get() *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo
- func (v NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) Set(val *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo)
- func (v *NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) Unset()
- type NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2
- func (v NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) Get() *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2
- func (v NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) Set(val *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2)
- func (v *NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) Unset()
- type NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS
- func (v NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) Get() *DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS
- func (v NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) Set(val *DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS)
- func (v *NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) Unset()
- type NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML
- func (v NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) Get() *DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML
- func (v NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) Set(val *DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML)
- func (v *NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) Unset()
- type NullableDaVinciFlowSettingsRequestJsLink
- func (v NullableDaVinciFlowSettingsRequestJsLink) Get() *DaVinciFlowSettingsRequestJsLink
- func (v NullableDaVinciFlowSettingsRequestJsLink) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestJsLink) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestJsLink) Set(val *DaVinciFlowSettingsRequestJsLink)
- func (v *NullableDaVinciFlowSettingsRequestJsLink) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestJsLink) Unset()
- type NullableDaVinciFlowSettingsRequestJsLinkDefer
- func (v NullableDaVinciFlowSettingsRequestJsLinkDefer) Get() *DaVinciFlowSettingsRequestJsLinkDefer
- func (v NullableDaVinciFlowSettingsRequestJsLinkDefer) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestJsLinkDefer) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestJsLinkDefer) Set(val *DaVinciFlowSettingsRequestJsLinkDefer)
- func (v *NullableDaVinciFlowSettingsRequestJsLinkDefer) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestJsLinkDefer) Unset()
- type NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2
- func (v NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) Get() *DaVinciFlowSettingsRequestJsLinkDeferChoice2
- func (v NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) Set(val *DaVinciFlowSettingsRequestJsLinkDeferChoice2)
- func (v *NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) Unset()
- type NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate
- func (v NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) Get() *DaVinciFlowSettingsRequestRequireAuthenticationToInitiate
- func (v NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) Set(val *DaVinciFlowSettingsRequestRequireAuthenticationToInitiate)
- func (v *NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) Unset()
- type NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2
- func (v NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) Get() *DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2
- func (v NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) Set(val *DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2)
- func (v *NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) Unset()
- type NullableDaVinciFlowSettingsRequestScrubSensitiveInfo
- func (v NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) Get() *DaVinciFlowSettingsRequestScrubSensitiveInfo
- func (v NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) Set(val *DaVinciFlowSettingsRequestScrubSensitiveInfo)
- func (v *NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) Unset()
- type NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2
- func (v NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) Get() *DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2
- func (v NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) Set(val *DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2)
- func (v *NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) Unset()
- type NullableDaVinciFlowSettingsRequestUseCSP
- func (v NullableDaVinciFlowSettingsRequestUseCSP) Get() *DaVinciFlowSettingsRequestUseCSP
- func (v NullableDaVinciFlowSettingsRequestUseCSP) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestUseCSP) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestUseCSP) Set(val *DaVinciFlowSettingsRequestUseCSP)
- func (v *NullableDaVinciFlowSettingsRequestUseCSP) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestUseCSP) Unset()
- type NullableDaVinciFlowSettingsRequestUseCSPChoice2
- func (v NullableDaVinciFlowSettingsRequestUseCSPChoice2) Get() *DaVinciFlowSettingsRequestUseCSPChoice2
- func (v NullableDaVinciFlowSettingsRequestUseCSPChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestUseCSPChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestUseCSPChoice2) Set(val *DaVinciFlowSettingsRequestUseCSPChoice2)
- func (v *NullableDaVinciFlowSettingsRequestUseCSPChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestUseCSPChoice2) Unset()
- type NullableDaVinciFlowSettingsRequestUseCustomCSS
- func (v NullableDaVinciFlowSettingsRequestUseCustomCSS) Get() *DaVinciFlowSettingsRequestUseCustomCSS
- func (v NullableDaVinciFlowSettingsRequestUseCustomCSS) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestUseCustomCSS) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestUseCustomCSS) Set(val *DaVinciFlowSettingsRequestUseCustomCSS)
- func (v *NullableDaVinciFlowSettingsRequestUseCustomCSS) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestUseCustomCSS) Unset()
- type NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2
- func (v NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) Get() *DaVinciFlowSettingsRequestUseCustomCSSChoice2
- func (v NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) Set(val *DaVinciFlowSettingsRequestUseCustomCSSChoice2)
- func (v *NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) Unset()
- type NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer
- func (v NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) Get() *DaVinciFlowSettingsRequestUseCustomFlowPlayer
- func (v NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) Set(val *DaVinciFlowSettingsRequestUseCustomFlowPlayer)
- func (v *NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) Unset()
- type NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2
- func (v NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) Get() *DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2
- func (v NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) Set(val *DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2)
- func (v *NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) Unset()
- type NullableDaVinciFlowSettingsRequestUseCustomScript
- func (v NullableDaVinciFlowSettingsRequestUseCustomScript) Get() *DaVinciFlowSettingsRequestUseCustomScript
- func (v NullableDaVinciFlowSettingsRequestUseCustomScript) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestUseCustomScript) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestUseCustomScript) Set(val *DaVinciFlowSettingsRequestUseCustomScript)
- func (v *NullableDaVinciFlowSettingsRequestUseCustomScript) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestUseCustomScript) Unset()
- type NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2
- func (v NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) Get() *DaVinciFlowSettingsRequestUseCustomScriptChoice2
- func (v NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) Set(val *DaVinciFlowSettingsRequestUseCustomScriptChoice2)
- func (v *NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) Unset()
- type NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen
- func (v NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) Get() *DaVinciFlowSettingsRequestUseIntermediateLoadingScreen
- func (v NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) Set(val *DaVinciFlowSettingsRequestUseIntermediateLoadingScreen)
- func (v *NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) Unset()
- type NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2
- func (v NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) Get() *DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2
- func (v NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) Set(val *DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2)
- func (v *NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) Unset()
- type NullableDaVinciFlowSettingsRequestValidateOnSave
- func (v NullableDaVinciFlowSettingsRequestValidateOnSave) Get() *DaVinciFlowSettingsRequestValidateOnSave
- func (v NullableDaVinciFlowSettingsRequestValidateOnSave) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestValidateOnSave) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestValidateOnSave) Set(val *DaVinciFlowSettingsRequestValidateOnSave)
- func (v *NullableDaVinciFlowSettingsRequestValidateOnSave) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestValidateOnSave) Unset()
- type NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2
- func (v NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) Get() *DaVinciFlowSettingsRequestValidateOnSaveChoice2
- func (v NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) Set(val *DaVinciFlowSettingsRequestValidateOnSaveChoice2)
- func (v *NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) Unset()
- type NullableDaVinciFlowSettingsResponse
- func (v NullableDaVinciFlowSettingsResponse) Get() *DaVinciFlowSettingsResponse
- func (v NullableDaVinciFlowSettingsResponse) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponse) Set(val *DaVinciFlowSettingsResponse)
- func (v *NullableDaVinciFlowSettingsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponse) Unset()
- type NullableDaVinciFlowSettingsResponseCustomErrorShowFooter
- func (v NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) Get() *DaVinciFlowSettingsResponseCustomErrorShowFooter
- func (v NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) Set(val *DaVinciFlowSettingsResponseCustomErrorShowFooter)
- func (v *NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) Unset()
- type NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2
- func (v NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) Get() *DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2
- func (v NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) Set(val *DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2)
- func (v *NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) Unset()
- type NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo
- func (v NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) Get() *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo
- func (v NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) Set(val *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo)
- func (v *NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) Unset()
- type NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2
- func (v NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) Get() *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2
- func (v NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) Set(val *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2)
- func (v *NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) Unset()
- type NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS
- func (v NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) Get() *DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS
- func (v NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) Set(val *DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS)
- func (v *NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) Unset()
- type NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML
- func (v NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) Get() *DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML
- func (v NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) Set(val *DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML)
- func (v *NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) Unset()
- type NullableDaVinciFlowSettingsResponseJsLink
- func (v NullableDaVinciFlowSettingsResponseJsLink) Get() *DaVinciFlowSettingsResponseJsLink
- func (v NullableDaVinciFlowSettingsResponseJsLink) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseJsLink) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseJsLink) Set(val *DaVinciFlowSettingsResponseJsLink)
- func (v *NullableDaVinciFlowSettingsResponseJsLink) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseJsLink) Unset()
- type NullableDaVinciFlowSettingsResponseJsLinkDefer
- func (v NullableDaVinciFlowSettingsResponseJsLinkDefer) Get() *DaVinciFlowSettingsResponseJsLinkDefer
- func (v NullableDaVinciFlowSettingsResponseJsLinkDefer) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseJsLinkDefer) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseJsLinkDefer) Set(val *DaVinciFlowSettingsResponseJsLinkDefer)
- func (v *NullableDaVinciFlowSettingsResponseJsLinkDefer) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseJsLinkDefer) Unset()
- type NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2
- func (v NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) Get() *DaVinciFlowSettingsResponseJsLinkDeferChoice2
- func (v NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) Set(val *DaVinciFlowSettingsResponseJsLinkDeferChoice2)
- func (v *NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) Unset()
- type NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate
- func (v NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) Get() *DaVinciFlowSettingsResponseRequireAuthenticationToInitiate
- func (v NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) Set(val *DaVinciFlowSettingsResponseRequireAuthenticationToInitiate)
- func (v *NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) Unset()
- type NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2
- func (v NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) Get() *DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2
- func (v NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) Set(val *DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2)
- func (v *NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) Unset()
- type NullableDaVinciFlowSettingsResponseScrubSensitiveInfo
- func (v NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) Get() *DaVinciFlowSettingsResponseScrubSensitiveInfo
- func (v NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) Set(val *DaVinciFlowSettingsResponseScrubSensitiveInfo)
- func (v *NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) Unset()
- type NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2
- func (v NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) Get() *DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2
- func (v NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) Set(val *DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2)
- func (v *NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) Unset()
- type NullableDaVinciFlowSettingsResponseUseCSP
- func (v NullableDaVinciFlowSettingsResponseUseCSP) Get() *DaVinciFlowSettingsResponseUseCSP
- func (v NullableDaVinciFlowSettingsResponseUseCSP) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseUseCSP) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseUseCSP) Set(val *DaVinciFlowSettingsResponseUseCSP)
- func (v *NullableDaVinciFlowSettingsResponseUseCSP) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseUseCSP) Unset()
- type NullableDaVinciFlowSettingsResponseUseCSPChoice2
- func (v NullableDaVinciFlowSettingsResponseUseCSPChoice2) Get() *DaVinciFlowSettingsResponseUseCSPChoice2
- func (v NullableDaVinciFlowSettingsResponseUseCSPChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseUseCSPChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseUseCSPChoice2) Set(val *DaVinciFlowSettingsResponseUseCSPChoice2)
- func (v *NullableDaVinciFlowSettingsResponseUseCSPChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseUseCSPChoice2) Unset()
- type NullableDaVinciFlowSettingsResponseUseCustomCSS
- func (v NullableDaVinciFlowSettingsResponseUseCustomCSS) Get() *DaVinciFlowSettingsResponseUseCustomCSS
- func (v NullableDaVinciFlowSettingsResponseUseCustomCSS) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseUseCustomCSS) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseUseCustomCSS) Set(val *DaVinciFlowSettingsResponseUseCustomCSS)
- func (v *NullableDaVinciFlowSettingsResponseUseCustomCSS) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseUseCustomCSS) Unset()
- type NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2
- func (v NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) Get() *DaVinciFlowSettingsResponseUseCustomCSSChoice2
- func (v NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) Set(val *DaVinciFlowSettingsResponseUseCustomCSSChoice2)
- func (v *NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) Unset()
- type NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer
- func (v NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) Get() *DaVinciFlowSettingsResponseUseCustomFlowPlayer
- func (v NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) Set(val *DaVinciFlowSettingsResponseUseCustomFlowPlayer)
- func (v *NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) Unset()
- type NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2
- func (v NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) Get() *DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2
- func (v NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) Set(val *DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2)
- func (v *NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) Unset()
- type NullableDaVinciFlowSettingsResponseUseCustomScript
- func (v NullableDaVinciFlowSettingsResponseUseCustomScript) Get() *DaVinciFlowSettingsResponseUseCustomScript
- func (v NullableDaVinciFlowSettingsResponseUseCustomScript) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseUseCustomScript) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseUseCustomScript) Set(val *DaVinciFlowSettingsResponseUseCustomScript)
- func (v *NullableDaVinciFlowSettingsResponseUseCustomScript) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseUseCustomScript) Unset()
- type NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2
- func (v NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) Get() *DaVinciFlowSettingsResponseUseCustomScriptChoice2
- func (v NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) Set(val *DaVinciFlowSettingsResponseUseCustomScriptChoice2)
- func (v *NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) Unset()
- type NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen
- func (v NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) Get() *DaVinciFlowSettingsResponseUseIntermediateLoadingScreen
- func (v NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) Set(val *DaVinciFlowSettingsResponseUseIntermediateLoadingScreen)
- func (v *NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) Unset()
- type NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2
- func (v NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) Get() *DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2
- func (v NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) Set(val *DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2)
- func (v *NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) Unset()
- type NullableDaVinciFlowSettingsResponseValidateOnSave
- func (v NullableDaVinciFlowSettingsResponseValidateOnSave) Get() *DaVinciFlowSettingsResponseValidateOnSave
- func (v NullableDaVinciFlowSettingsResponseValidateOnSave) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseValidateOnSave) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseValidateOnSave) Set(val *DaVinciFlowSettingsResponseValidateOnSave)
- func (v *NullableDaVinciFlowSettingsResponseValidateOnSave) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseValidateOnSave) Unset()
- type NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2
- func (v NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) Get() *DaVinciFlowSettingsResponseValidateOnSaveChoice2
- func (v NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) IsSet() bool
- func (v NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) Set(val *DaVinciFlowSettingsResponseValidateOnSaveChoice2)
- func (v *NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) Unset()
- type NullableDaVinciFlowTriggerRequest
- func (v NullableDaVinciFlowTriggerRequest) Get() *DaVinciFlowTriggerRequest
- func (v NullableDaVinciFlowTriggerRequest) IsSet() bool
- func (v NullableDaVinciFlowTriggerRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowTriggerRequest) Set(val *DaVinciFlowTriggerRequest)
- func (v *NullableDaVinciFlowTriggerRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowTriggerRequest) Unset()
- type NullableDaVinciFlowTriggerRequestConfiguration
- func (v NullableDaVinciFlowTriggerRequestConfiguration) Get() *DaVinciFlowTriggerRequestConfiguration
- func (v NullableDaVinciFlowTriggerRequestConfiguration) IsSet() bool
- func (v NullableDaVinciFlowTriggerRequestConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowTriggerRequestConfiguration) Set(val *DaVinciFlowTriggerRequestConfiguration)
- func (v *NullableDaVinciFlowTriggerRequestConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowTriggerRequestConfiguration) Unset()
- type NullableDaVinciFlowTriggerRequestConfigurationMFA
- func (v NullableDaVinciFlowTriggerRequestConfigurationMFA) Get() *DaVinciFlowTriggerRequestConfigurationMFA
- func (v NullableDaVinciFlowTriggerRequestConfigurationMFA) IsSet() bool
- func (v NullableDaVinciFlowTriggerRequestConfigurationMFA) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowTriggerRequestConfigurationMFA) Set(val *DaVinciFlowTriggerRequestConfigurationMFA)
- func (v *NullableDaVinciFlowTriggerRequestConfigurationMFA) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowTriggerRequestConfigurationMFA) Unset()
- type NullableDaVinciFlowTriggerRequestConfigurationPassword
- func (v NullableDaVinciFlowTriggerRequestConfigurationPassword) Get() *DaVinciFlowTriggerRequestConfigurationPassword
- func (v NullableDaVinciFlowTriggerRequestConfigurationPassword) IsSet() bool
- func (v NullableDaVinciFlowTriggerRequestConfigurationPassword) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowTriggerRequestConfigurationPassword) Set(val *DaVinciFlowTriggerRequestConfigurationPassword)
- func (v *NullableDaVinciFlowTriggerRequestConfigurationPassword) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowTriggerRequestConfigurationPassword) Unset()
- type NullableDaVinciFlowTriggerRequestType
- func (v NullableDaVinciFlowTriggerRequestType) Get() *DaVinciFlowTriggerRequestType
- func (v NullableDaVinciFlowTriggerRequestType) IsSet() bool
- func (v NullableDaVinciFlowTriggerRequestType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowTriggerRequestType) Set(val *DaVinciFlowTriggerRequestType)
- func (v *NullableDaVinciFlowTriggerRequestType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowTriggerRequestType) Unset()
- type NullableDaVinciFlowTriggerResponse
- func (v NullableDaVinciFlowTriggerResponse) Get() *DaVinciFlowTriggerResponse
- func (v NullableDaVinciFlowTriggerResponse) IsSet() bool
- func (v NullableDaVinciFlowTriggerResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowTriggerResponse) Set(val *DaVinciFlowTriggerResponse)
- func (v *NullableDaVinciFlowTriggerResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowTriggerResponse) Unset()
- type NullableDaVinciFlowTriggerResponseConfiguration
- func (v NullableDaVinciFlowTriggerResponseConfiguration) Get() *DaVinciFlowTriggerResponseConfiguration
- func (v NullableDaVinciFlowTriggerResponseConfiguration) IsSet() bool
- func (v NullableDaVinciFlowTriggerResponseConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowTriggerResponseConfiguration) Set(val *DaVinciFlowTriggerResponseConfiguration)
- func (v *NullableDaVinciFlowTriggerResponseConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowTriggerResponseConfiguration) Unset()
- type NullableDaVinciFlowTriggerResponseConfigurationMFA
- func (v NullableDaVinciFlowTriggerResponseConfigurationMFA) Get() *DaVinciFlowTriggerResponseConfigurationMFA
- func (v NullableDaVinciFlowTriggerResponseConfigurationMFA) IsSet() bool
- func (v NullableDaVinciFlowTriggerResponseConfigurationMFA) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowTriggerResponseConfigurationMFA) Set(val *DaVinciFlowTriggerResponseConfigurationMFA)
- func (v *NullableDaVinciFlowTriggerResponseConfigurationMFA) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowTriggerResponseConfigurationMFA) Unset()
- type NullableDaVinciFlowTriggerResponseConfigurationPassword
- func (v NullableDaVinciFlowTriggerResponseConfigurationPassword) Get() *DaVinciFlowTriggerResponseConfigurationPassword
- func (v NullableDaVinciFlowTriggerResponseConfigurationPassword) IsSet() bool
- func (v NullableDaVinciFlowTriggerResponseConfigurationPassword) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowTriggerResponseConfigurationPassword) Set(val *DaVinciFlowTriggerResponseConfigurationPassword)
- func (v *NullableDaVinciFlowTriggerResponseConfigurationPassword) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowTriggerResponseConfigurationPassword) Unset()
- type NullableDaVinciFlowTriggerResponseType
- func (v NullableDaVinciFlowTriggerResponseType) Get() *DaVinciFlowTriggerResponseType
- func (v NullableDaVinciFlowTriggerResponseType) IsSet() bool
- func (v NullableDaVinciFlowTriggerResponseType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowTriggerResponseType) Set(val *DaVinciFlowTriggerResponseType)
- func (v *NullableDaVinciFlowTriggerResponseType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowTriggerResponseType) Unset()
- type NullableDaVinciFlowValidateRequest
- func (v NullableDaVinciFlowValidateRequest) Get() *DaVinciFlowValidateRequest
- func (v NullableDaVinciFlowValidateRequest) IsSet() bool
- func (v NullableDaVinciFlowValidateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowValidateRequest) Set(val *DaVinciFlowValidateRequest)
- func (v *NullableDaVinciFlowValidateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowValidateRequest) Unset()
- type NullableDaVinciFlowVersionAliasRequest
- func (v NullableDaVinciFlowVersionAliasRequest) Get() *DaVinciFlowVersionAliasRequest
- func (v NullableDaVinciFlowVersionAliasRequest) IsSet() bool
- func (v NullableDaVinciFlowVersionAliasRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionAliasRequest) Set(val *DaVinciFlowVersionAliasRequest)
- func (v *NullableDaVinciFlowVersionAliasRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionAliasRequest) Unset()
- type NullableDaVinciFlowVersionAliasResponse
- func (v NullableDaVinciFlowVersionAliasResponse) Get() *DaVinciFlowVersionAliasResponse
- func (v NullableDaVinciFlowVersionAliasResponse) IsSet() bool
- func (v NullableDaVinciFlowVersionAliasResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionAliasResponse) Set(val *DaVinciFlowVersionAliasResponse)
- func (v *NullableDaVinciFlowVersionAliasResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionAliasResponse) Unset()
- type NullableDaVinciFlowVersionAliasResponseLinks
- func (v NullableDaVinciFlowVersionAliasResponseLinks) Get() *DaVinciFlowVersionAliasResponseLinks
- func (v NullableDaVinciFlowVersionAliasResponseLinks) IsSet() bool
- func (v NullableDaVinciFlowVersionAliasResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionAliasResponseLinks) Set(val *DaVinciFlowVersionAliasResponseLinks)
- func (v *NullableDaVinciFlowVersionAliasResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionAliasResponseLinks) Unset()
- type NullableDaVinciFlowVersionCollectionResponse
- func (v NullableDaVinciFlowVersionCollectionResponse) Get() *DaVinciFlowVersionCollectionResponse
- func (v NullableDaVinciFlowVersionCollectionResponse) IsSet() bool
- func (v NullableDaVinciFlowVersionCollectionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionCollectionResponse) Set(val *DaVinciFlowVersionCollectionResponse)
- func (v *NullableDaVinciFlowVersionCollectionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionCollectionResponse) Unset()
- type NullableDaVinciFlowVersionCollectionResponseEmbedded
- func (v NullableDaVinciFlowVersionCollectionResponseEmbedded) Get() *DaVinciFlowVersionCollectionResponseEmbedded
- func (v NullableDaVinciFlowVersionCollectionResponseEmbedded) IsSet() bool
- func (v NullableDaVinciFlowVersionCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionCollectionResponseEmbedded) Set(val *DaVinciFlowVersionCollectionResponseEmbedded)
- func (v *NullableDaVinciFlowVersionCollectionResponseEmbedded) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionCollectionResponseEmbedded) Unset()
- type NullableDaVinciFlowVersionCollectionResponseLinks
- func (v NullableDaVinciFlowVersionCollectionResponseLinks) Get() *DaVinciFlowVersionCollectionResponseLinks
- func (v NullableDaVinciFlowVersionCollectionResponseLinks) IsSet() bool
- func (v NullableDaVinciFlowVersionCollectionResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionCollectionResponseLinks) Set(val *DaVinciFlowVersionCollectionResponseLinks)
- func (v *NullableDaVinciFlowVersionCollectionResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionCollectionResponseLinks) Unset()
- type NullableDaVinciFlowVersionDetailResponse
- func (v NullableDaVinciFlowVersionDetailResponse) Get() *DaVinciFlowVersionDetailResponse
- func (v NullableDaVinciFlowVersionDetailResponse) IsSet() bool
- func (v NullableDaVinciFlowVersionDetailResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionDetailResponse) Set(val *DaVinciFlowVersionDetailResponse)
- func (v *NullableDaVinciFlowVersionDetailResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionDetailResponse) Unset()
- type NullableDaVinciFlowVersionDetailResponseConnector
- func (v NullableDaVinciFlowVersionDetailResponseConnector) Get() *DaVinciFlowVersionDetailResponseConnector
- func (v NullableDaVinciFlowVersionDetailResponseConnector) IsSet() bool
- func (v NullableDaVinciFlowVersionDetailResponseConnector) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionDetailResponseConnector) Set(val *DaVinciFlowVersionDetailResponseConnector)
- func (v *NullableDaVinciFlowVersionDetailResponseConnector) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionDetailResponseConnector) Unset()
- type NullableDaVinciFlowVersionDetailResponseFlow
- func (v NullableDaVinciFlowVersionDetailResponseFlow) Get() *DaVinciFlowVersionDetailResponseFlow
- func (v NullableDaVinciFlowVersionDetailResponseFlow) IsSet() bool
- func (v NullableDaVinciFlowVersionDetailResponseFlow) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionDetailResponseFlow) Set(val *DaVinciFlowVersionDetailResponseFlow)
- func (v *NullableDaVinciFlowVersionDetailResponseFlow) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionDetailResponseFlow) Unset()
- type NullableDaVinciFlowVersionDetailResponseLinks
- func (v NullableDaVinciFlowVersionDetailResponseLinks) Get() *DaVinciFlowVersionDetailResponseLinks
- func (v NullableDaVinciFlowVersionDetailResponseLinks) IsSet() bool
- func (v NullableDaVinciFlowVersionDetailResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionDetailResponseLinks) Set(val *DaVinciFlowVersionDetailResponseLinks)
- func (v *NullableDaVinciFlowVersionDetailResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionDetailResponseLinks) Unset()
- type NullableDaVinciFlowVersionDetailResponseSkcomponent
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponent) Get() *DaVinciFlowVersionDetailResponseSkcomponent
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponent) IsSet() bool
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponent) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponent) Set(val *DaVinciFlowVersionDetailResponseSkcomponent)
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponent) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponent) Unset()
- type NullableDaVinciFlowVersionDetailResponseSkcomponentOptions
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) Get() *DaVinciFlowVersionDetailResponseSkcomponentOptions
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) IsSet() bool
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) Set(val *DaVinciFlowVersionDetailResponseSkcomponentOptions)
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) Unset()
- type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) Get() *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) IsSet() bool
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) Set(val *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement)
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) Unset()
- type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) Get() *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) IsSet() bool
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) Set(val *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType)
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) Unset()
- type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) Get() *DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) IsSet() bool
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) Set(val *DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType)
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) Unset()
- type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) Get() *DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) IsSet() bool
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) Set(val *DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType)
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) Unset()
- type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) Get() *DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) IsSet() bool
- func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) Set(val *DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview)
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) Unset()
- type NullableDaVinciFlowVersionResponse
- func (v NullableDaVinciFlowVersionResponse) Get() *DaVinciFlowVersionResponse
- func (v NullableDaVinciFlowVersionResponse) IsSet() bool
- func (v NullableDaVinciFlowVersionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionResponse) Set(val *DaVinciFlowVersionResponse)
- func (v *NullableDaVinciFlowVersionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionResponse) Unset()
- type NullableDaVinciFlowVersionResponseEnvironment
- func (v NullableDaVinciFlowVersionResponseEnvironment) Get() *DaVinciFlowVersionResponseEnvironment
- func (v NullableDaVinciFlowVersionResponseEnvironment) IsSet() bool
- func (v NullableDaVinciFlowVersionResponseEnvironment) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionResponseEnvironment) Set(val *DaVinciFlowVersionResponseEnvironment)
- func (v *NullableDaVinciFlowVersionResponseEnvironment) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionResponseEnvironment) Unset()
- type NullableDaVinciFlowVersionResponseFlow
- func (v NullableDaVinciFlowVersionResponseFlow) Get() *DaVinciFlowVersionResponseFlow
- func (v NullableDaVinciFlowVersionResponseFlow) IsSet() bool
- func (v NullableDaVinciFlowVersionResponseFlow) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionResponseFlow) Set(val *DaVinciFlowVersionResponseFlow)
- func (v *NullableDaVinciFlowVersionResponseFlow) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionResponseFlow) Unset()
- type NullableDaVinciFlowVersionResponseLinks
- func (v NullableDaVinciFlowVersionResponseLinks) Get() *DaVinciFlowVersionResponseLinks
- func (v NullableDaVinciFlowVersionResponseLinks) IsSet() bool
- func (v NullableDaVinciFlowVersionResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciFlowVersionResponseLinks) Set(val *DaVinciFlowVersionResponseLinks)
- func (v *NullableDaVinciFlowVersionResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciFlowVersionResponseLinks) Unset()
- type NullableDaVinciImportFlowResponse
- func (v NullableDaVinciImportFlowResponse) Get() *DaVinciImportFlowResponse
- func (v NullableDaVinciImportFlowResponse) IsSet() bool
- func (v NullableDaVinciImportFlowResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciImportFlowResponse) Set(val *DaVinciImportFlowResponse)
- func (v *NullableDaVinciImportFlowResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciImportFlowResponse) Unset()
- type NullableDaVinciImportFlowResponseFlow
- func (v NullableDaVinciImportFlowResponseFlow) Get() *DaVinciImportFlowResponseFlow
- func (v NullableDaVinciImportFlowResponseFlow) IsSet() bool
- func (v NullableDaVinciImportFlowResponseFlow) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciImportFlowResponseFlow) Set(val *DaVinciImportFlowResponseFlow)
- func (v *NullableDaVinciImportFlowResponseFlow) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciImportFlowResponseFlow) Unset()
- type NullableDaVinciImportFlowResponseLinks
- func (v NullableDaVinciImportFlowResponseLinks) Get() *DaVinciImportFlowResponseLinks
- func (v NullableDaVinciImportFlowResponseLinks) IsSet() bool
- func (v NullableDaVinciImportFlowResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciImportFlowResponseLinks) Set(val *DaVinciImportFlowResponseLinks)
- func (v *NullableDaVinciImportFlowResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciImportFlowResponseLinks) Unset()
- type NullableDaVinciImportSubflowsResponse
- func (v NullableDaVinciImportSubflowsResponse) Get() *DaVinciImportSubflowsResponse
- func (v NullableDaVinciImportSubflowsResponse) IsSet() bool
- func (v NullableDaVinciImportSubflowsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciImportSubflowsResponse) Set(val *DaVinciImportSubflowsResponse)
- func (v *NullableDaVinciImportSubflowsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciImportSubflowsResponse) Unset()
- type NullableDaVinciVariableCollectionResponse
- func (v NullableDaVinciVariableCollectionResponse) Get() *DaVinciVariableCollectionResponse
- func (v NullableDaVinciVariableCollectionResponse) IsSet() bool
- func (v NullableDaVinciVariableCollectionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciVariableCollectionResponse) Set(val *DaVinciVariableCollectionResponse)
- func (v *NullableDaVinciVariableCollectionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciVariableCollectionResponse) Unset()
- type NullableDaVinciVariableCollectionResponseEmbedded
- func (v NullableDaVinciVariableCollectionResponseEmbedded) Get() *DaVinciVariableCollectionResponseEmbedded
- func (v NullableDaVinciVariableCollectionResponseEmbedded) IsSet() bool
- func (v NullableDaVinciVariableCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciVariableCollectionResponseEmbedded) Set(val *DaVinciVariableCollectionResponseEmbedded)
- func (v *NullableDaVinciVariableCollectionResponseEmbedded) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciVariableCollectionResponseEmbedded) Unset()
- type NullableDaVinciVariableCollectionResponseLinks
- func (v NullableDaVinciVariableCollectionResponseLinks) Get() *DaVinciVariableCollectionResponseLinks
- func (v NullableDaVinciVariableCollectionResponseLinks) IsSet() bool
- func (v NullableDaVinciVariableCollectionResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciVariableCollectionResponseLinks) Set(val *DaVinciVariableCollectionResponseLinks)
- func (v *NullableDaVinciVariableCollectionResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciVariableCollectionResponseLinks) Unset()
- type NullableDaVinciVariableCreateRequest
- func (v NullableDaVinciVariableCreateRequest) Get() *DaVinciVariableCreateRequest
- func (v NullableDaVinciVariableCreateRequest) IsSet() bool
- func (v NullableDaVinciVariableCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciVariableCreateRequest) Set(val *DaVinciVariableCreateRequest)
- func (v *NullableDaVinciVariableCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciVariableCreateRequest) Unset()
- type NullableDaVinciVariableCreateRequestContext
- func (v NullableDaVinciVariableCreateRequestContext) Get() *DaVinciVariableCreateRequestContext
- func (v NullableDaVinciVariableCreateRequestContext) IsSet() bool
- func (v NullableDaVinciVariableCreateRequestContext) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciVariableCreateRequestContext) Set(val *DaVinciVariableCreateRequestContext)
- func (v *NullableDaVinciVariableCreateRequestContext) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciVariableCreateRequestContext) Unset()
- type NullableDaVinciVariableCreateRequestDataType
- func (v NullableDaVinciVariableCreateRequestDataType) Get() *DaVinciVariableCreateRequestDataType
- func (v NullableDaVinciVariableCreateRequestDataType) IsSet() bool
- func (v NullableDaVinciVariableCreateRequestDataType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciVariableCreateRequestDataType) Set(val *DaVinciVariableCreateRequestDataType)
- func (v *NullableDaVinciVariableCreateRequestDataType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciVariableCreateRequestDataType) Unset()
- type NullableDaVinciVariableCreateRequestValue
- func (v NullableDaVinciVariableCreateRequestValue) Get() *DaVinciVariableCreateRequestValue
- func (v NullableDaVinciVariableCreateRequestValue) IsSet() bool
- func (v NullableDaVinciVariableCreateRequestValue) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciVariableCreateRequestValue) Set(val *DaVinciVariableCreateRequestValue)
- func (v *NullableDaVinciVariableCreateRequestValue) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciVariableCreateRequestValue) Unset()
- type NullableDaVinciVariableReplaceRequest
- func (v NullableDaVinciVariableReplaceRequest) Get() *DaVinciVariableReplaceRequest
- func (v NullableDaVinciVariableReplaceRequest) IsSet() bool
- func (v NullableDaVinciVariableReplaceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciVariableReplaceRequest) Set(val *DaVinciVariableReplaceRequest)
- func (v *NullableDaVinciVariableReplaceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciVariableReplaceRequest) Unset()
- type NullableDaVinciVariableReplaceRequestContext
- func (v NullableDaVinciVariableReplaceRequestContext) Get() *DaVinciVariableReplaceRequestContext
- func (v NullableDaVinciVariableReplaceRequestContext) IsSet() bool
- func (v NullableDaVinciVariableReplaceRequestContext) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciVariableReplaceRequestContext) Set(val *DaVinciVariableReplaceRequestContext)
- func (v *NullableDaVinciVariableReplaceRequestContext) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciVariableReplaceRequestContext) Unset()
- type NullableDaVinciVariableReplaceRequestDataType
- func (v NullableDaVinciVariableReplaceRequestDataType) Get() *DaVinciVariableReplaceRequestDataType
- func (v NullableDaVinciVariableReplaceRequestDataType) IsSet() bool
- func (v NullableDaVinciVariableReplaceRequestDataType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciVariableReplaceRequestDataType) Set(val *DaVinciVariableReplaceRequestDataType)
- func (v *NullableDaVinciVariableReplaceRequestDataType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciVariableReplaceRequestDataType) Unset()
- type NullableDaVinciVariableReplaceRequestValue
- func (v NullableDaVinciVariableReplaceRequestValue) Get() *DaVinciVariableReplaceRequestValue
- func (v NullableDaVinciVariableReplaceRequestValue) IsSet() bool
- func (v NullableDaVinciVariableReplaceRequestValue) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciVariableReplaceRequestValue) Set(val *DaVinciVariableReplaceRequestValue)
- func (v *NullableDaVinciVariableReplaceRequestValue) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciVariableReplaceRequestValue) Unset()
- type NullableDaVinciVariableResponse
- func (v NullableDaVinciVariableResponse) Get() *DaVinciVariableResponse
- func (v NullableDaVinciVariableResponse) IsSet() bool
- func (v NullableDaVinciVariableResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciVariableResponse) Set(val *DaVinciVariableResponse)
- func (v *NullableDaVinciVariableResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciVariableResponse) Unset()
- type NullableDaVinciVariableResponseDataType
- func (v NullableDaVinciVariableResponseDataType) Get() *DaVinciVariableResponseDataType
- func (v NullableDaVinciVariableResponseDataType) IsSet() bool
- func (v NullableDaVinciVariableResponseDataType) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciVariableResponseDataType) Set(val *DaVinciVariableResponseDataType)
- func (v *NullableDaVinciVariableResponseDataType) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciVariableResponseDataType) Unset()
- type NullableDaVinciVariableResponseLinks
- func (v NullableDaVinciVariableResponseLinks) Get() *DaVinciVariableResponseLinks
- func (v NullableDaVinciVariableResponseLinks) IsSet() bool
- func (v NullableDaVinciVariableResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciVariableResponseLinks) Set(val *DaVinciVariableResponseLinks)
- func (v *NullableDaVinciVariableResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciVariableResponseLinks) Unset()
- type NullableDaVinciVariableResponseValue
- func (v NullableDaVinciVariableResponseValue) Get() *DaVinciVariableResponseValue
- func (v NullableDaVinciVariableResponseValue) IsSet() bool
- func (v NullableDaVinciVariableResponseValue) MarshalJSON() ([]byte, error)
- func (v *NullableDaVinciVariableResponseValue) Set(val *DaVinciVariableResponseValue)
- func (v *NullableDaVinciVariableResponseValue) UnmarshalJSON(src []byte) error
- func (v *NullableDaVinciVariableResponseValue) Unset()
- type NullableDirectoryTotalIdentitiesCountCollectionResponse
- func (v NullableDirectoryTotalIdentitiesCountCollectionResponse) Get() *DirectoryTotalIdentitiesCountCollectionResponse
- func (v NullableDirectoryTotalIdentitiesCountCollectionResponse) IsSet() bool
- func (v NullableDirectoryTotalIdentitiesCountCollectionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDirectoryTotalIdentitiesCountCollectionResponse) Set(val *DirectoryTotalIdentitiesCountCollectionResponse)
- func (v *NullableDirectoryTotalIdentitiesCountCollectionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDirectoryTotalIdentitiesCountCollectionResponse) Unset()
- type NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded
- func (v NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) Get() *DirectoryTotalIdentitiesCountCollectionResponseEmbedded
- func (v NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) IsSet() bool
- func (v NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
- func (v *NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) Set(val *DirectoryTotalIdentitiesCountCollectionResponseEmbedded)
- func (v *NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) UnmarshalJSON(src []byte) error
- func (v *NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) Unset()
- type NullableDirectoryTotalIdentitiesCountCollectionResponseLinks
- func (v NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) Get() *DirectoryTotalIdentitiesCountCollectionResponseLinks
- func (v NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) IsSet() bool
- func (v NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) Set(val *DirectoryTotalIdentitiesCountCollectionResponseLinks)
- func (v *NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) Unset()
- type NullableDirectoryTotalIdentitiesCountResponse
- func (v NullableDirectoryTotalIdentitiesCountResponse) Get() *DirectoryTotalIdentitiesCountResponse
- func (v NullableDirectoryTotalIdentitiesCountResponse) IsSet() bool
- func (v NullableDirectoryTotalIdentitiesCountResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDirectoryTotalIdentitiesCountResponse) Set(val *DirectoryTotalIdentitiesCountResponse)
- func (v *NullableDirectoryTotalIdentitiesCountResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDirectoryTotalIdentitiesCountResponse) Unset()
- type NullableEnvironmentAPILimit
- func (v NullableEnvironmentAPILimit) Get() *EnvironmentAPILimit
- func (v NullableEnvironmentAPILimit) IsSet() bool
- func (v NullableEnvironmentAPILimit) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentAPILimit) Set(val *EnvironmentAPILimit)
- func (v *NullableEnvironmentAPILimit) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentAPILimit) Unset()
- type NullableEnvironmentBillOfMaterials
- func (v NullableEnvironmentBillOfMaterials) Get() *EnvironmentBillOfMaterials
- func (v NullableEnvironmentBillOfMaterials) IsSet() bool
- func (v NullableEnvironmentBillOfMaterials) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentBillOfMaterials) Set(val *EnvironmentBillOfMaterials)
- func (v *NullableEnvironmentBillOfMaterials) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentBillOfMaterials) Unset()
- type NullableEnvironmentBillOfMaterialsProduct
- func (v NullableEnvironmentBillOfMaterialsProduct) Get() *EnvironmentBillOfMaterialsProduct
- func (v NullableEnvironmentBillOfMaterialsProduct) IsSet() bool
- func (v NullableEnvironmentBillOfMaterialsProduct) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentBillOfMaterialsProduct) Set(val *EnvironmentBillOfMaterialsProduct)
- func (v *NullableEnvironmentBillOfMaterialsProduct) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentBillOfMaterialsProduct) Unset()
- type NullableEnvironmentBillOfMaterialsProductBookmark
- func (v NullableEnvironmentBillOfMaterialsProductBookmark) Get() *EnvironmentBillOfMaterialsProductBookmark
- func (v NullableEnvironmentBillOfMaterialsProductBookmark) IsSet() bool
- func (v NullableEnvironmentBillOfMaterialsProductBookmark) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentBillOfMaterialsProductBookmark) Set(val *EnvironmentBillOfMaterialsProductBookmark)
- func (v *NullableEnvironmentBillOfMaterialsProductBookmark) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentBillOfMaterialsProductBookmark) Unset()
- type NullableEnvironmentBillOfMaterialsProductConsole
- func (v NullableEnvironmentBillOfMaterialsProductConsole) Get() *EnvironmentBillOfMaterialsProductConsole
- func (v NullableEnvironmentBillOfMaterialsProductConsole) IsSet() bool
- func (v NullableEnvironmentBillOfMaterialsProductConsole) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentBillOfMaterialsProductConsole) Set(val *EnvironmentBillOfMaterialsProductConsole)
- func (v *NullableEnvironmentBillOfMaterialsProductConsole) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentBillOfMaterialsProductConsole) Unset()
- type NullableEnvironmentBillOfMaterialsProductType
- func (v NullableEnvironmentBillOfMaterialsProductType) Get() *EnvironmentBillOfMaterialsProductType
- func (v NullableEnvironmentBillOfMaterialsProductType) IsSet() bool
- func (v NullableEnvironmentBillOfMaterialsProductType) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentBillOfMaterialsProductType) Set(val *EnvironmentBillOfMaterialsProductType)
- func (v *NullableEnvironmentBillOfMaterialsProductType) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentBillOfMaterialsProductType) Unset()
- type NullableEnvironmentBillOfMaterialsReplaceRequest
- func (v NullableEnvironmentBillOfMaterialsReplaceRequest) Get() *EnvironmentBillOfMaterialsReplaceRequest
- func (v NullableEnvironmentBillOfMaterialsReplaceRequest) IsSet() bool
- func (v NullableEnvironmentBillOfMaterialsReplaceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentBillOfMaterialsReplaceRequest) Set(val *EnvironmentBillOfMaterialsReplaceRequest)
- func (v *NullableEnvironmentBillOfMaterialsReplaceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentBillOfMaterialsReplaceRequest) Unset()
- type NullableEnvironmentBillOfMaterialsResponse
- func (v NullableEnvironmentBillOfMaterialsResponse) Get() *EnvironmentBillOfMaterialsResponse
- func (v NullableEnvironmentBillOfMaterialsResponse) IsSet() bool
- func (v NullableEnvironmentBillOfMaterialsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentBillOfMaterialsResponse) Set(val *EnvironmentBillOfMaterialsResponse)
- func (v *NullableEnvironmentBillOfMaterialsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentBillOfMaterialsResponse) Unset()
- type NullableEnvironmentBillOfMaterialsSolutionType
- func (v NullableEnvironmentBillOfMaterialsSolutionType) Get() *EnvironmentBillOfMaterialsSolutionType
- func (v NullableEnvironmentBillOfMaterialsSolutionType) IsSet() bool
- func (v NullableEnvironmentBillOfMaterialsSolutionType) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentBillOfMaterialsSolutionType) Set(val *EnvironmentBillOfMaterialsSolutionType)
- func (v *NullableEnvironmentBillOfMaterialsSolutionType) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentBillOfMaterialsSolutionType) Unset()
- type NullableEnvironmentCapabilities
- func (v NullableEnvironmentCapabilities) Get() *EnvironmentCapabilities
- func (v NullableEnvironmentCapabilities) IsSet() bool
- func (v NullableEnvironmentCapabilities) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentCapabilities) Set(val *EnvironmentCapabilities)
- func (v *NullableEnvironmentCapabilities) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentCapabilities) Unset()
- type NullableEnvironmentCapabilitiesLinks
- func (v NullableEnvironmentCapabilitiesLinks) Get() *EnvironmentCapabilitiesLinks
- func (v NullableEnvironmentCapabilitiesLinks) IsSet() bool
- func (v NullableEnvironmentCapabilitiesLinks) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentCapabilitiesLinks) Set(val *EnvironmentCapabilitiesLinks)
- func (v *NullableEnvironmentCapabilitiesLinks) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentCapabilitiesLinks) Unset()
- type NullableEnvironmentCreateRequest
- func (v NullableEnvironmentCreateRequest) Get() *EnvironmentCreateRequest
- func (v NullableEnvironmentCreateRequest) IsSet() bool
- func (v NullableEnvironmentCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentCreateRequest) Set(val *EnvironmentCreateRequest)
- func (v *NullableEnvironmentCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentCreateRequest) Unset()
- type NullableEnvironmentCreateRequestSubtype
- func (v NullableEnvironmentCreateRequestSubtype) Get() *EnvironmentCreateRequestSubtype
- func (v NullableEnvironmentCreateRequestSubtype) IsSet() bool
- func (v NullableEnvironmentCreateRequestSubtype) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentCreateRequestSubtype) Set(val *EnvironmentCreateRequestSubtype)
- func (v *NullableEnvironmentCreateRequestSubtype) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentCreateRequestSubtype) Unset()
- type NullableEnvironmentLicense
- func (v NullableEnvironmentLicense) Get() *EnvironmentLicense
- func (v NullableEnvironmentLicense) IsSet() bool
- func (v NullableEnvironmentLicense) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentLicense) Set(val *EnvironmentLicense)
- func (v *NullableEnvironmentLicense) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentLicense) Unset()
- type NullableEnvironmentLicenseQuantities
- func (v NullableEnvironmentLicenseQuantities) Get() *EnvironmentLicenseQuantities
- func (v NullableEnvironmentLicenseQuantities) IsSet() bool
- func (v NullableEnvironmentLicenseQuantities) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentLicenseQuantities) Set(val *EnvironmentLicenseQuantities)
- func (v *NullableEnvironmentLicenseQuantities) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentLicenseQuantities) Unset()
- type NullableEnvironmentRegionCode
- func (v NullableEnvironmentRegionCode) Get() *EnvironmentRegionCode
- func (v NullableEnvironmentRegionCode) IsSet() bool
- func (v NullableEnvironmentRegionCode) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentRegionCode) Set(val *EnvironmentRegionCode)
- func (v *NullableEnvironmentRegionCode) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentRegionCode) Unset()
- type NullableEnvironmentReplaceRequest
- func (v NullableEnvironmentReplaceRequest) Get() *EnvironmentReplaceRequest
- func (v NullableEnvironmentReplaceRequest) IsSet() bool
- func (v NullableEnvironmentReplaceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentReplaceRequest) Set(val *EnvironmentReplaceRequest)
- func (v *NullableEnvironmentReplaceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentReplaceRequest) Unset()
- type NullableEnvironmentReplaceRequestSubtype
- func (v NullableEnvironmentReplaceRequestSubtype) Get() *EnvironmentReplaceRequestSubtype
- func (v NullableEnvironmentReplaceRequestSubtype) IsSet() bool
- func (v NullableEnvironmentReplaceRequestSubtype) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentReplaceRequestSubtype) Set(val *EnvironmentReplaceRequestSubtype)
- func (v *NullableEnvironmentReplaceRequestSubtype) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentReplaceRequestSubtype) Unset()
- type NullableEnvironmentResponse
- func (v NullableEnvironmentResponse) Get() *EnvironmentResponse
- func (v NullableEnvironmentResponse) IsSet() bool
- func (v NullableEnvironmentResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentResponse) Set(val *EnvironmentResponse)
- func (v *NullableEnvironmentResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentResponse) Unset()
- type NullableEnvironmentResponseLinks
- func (v NullableEnvironmentResponseLinks) Get() *EnvironmentResponseLinks
- func (v NullableEnvironmentResponseLinks) IsSet() bool
- func (v NullableEnvironmentResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentResponseLinks) Set(val *EnvironmentResponseLinks)
- func (v *NullableEnvironmentResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentResponseLinks) Unset()
- type NullableEnvironmentResponseSubtype
- func (v NullableEnvironmentResponseSubtype) Get() *EnvironmentResponseSubtype
- func (v NullableEnvironmentResponseSubtype) IsSet() bool
- func (v NullableEnvironmentResponseSubtype) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentResponseSubtype) Set(val *EnvironmentResponseSubtype)
- func (v *NullableEnvironmentResponseSubtype) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentResponseSubtype) Unset()
- type NullableEnvironmentStatusValue
- func (v NullableEnvironmentStatusValue) Get() *EnvironmentStatusValue
- func (v NullableEnvironmentStatusValue) IsSet() bool
- func (v NullableEnvironmentStatusValue) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentStatusValue) Set(val *EnvironmentStatusValue)
- func (v *NullableEnvironmentStatusValue) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentStatusValue) Unset()
- type NullableEnvironmentTypeValue
- func (v NullableEnvironmentTypeValue) Get() *EnvironmentTypeValue
- func (v NullableEnvironmentTypeValue) IsSet() bool
- func (v NullableEnvironmentTypeValue) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentTypeValue) Set(val *EnvironmentTypeValue)
- func (v *NullableEnvironmentTypeValue) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentTypeValue) Unset()
- type NullableEnvironmentsCollectionResponse
- func (v NullableEnvironmentsCollectionResponse) Get() *EnvironmentsCollectionResponse
- func (v NullableEnvironmentsCollectionResponse) IsSet() bool
- func (v NullableEnvironmentsCollectionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentsCollectionResponse) Set(val *EnvironmentsCollectionResponse)
- func (v *NullableEnvironmentsCollectionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentsCollectionResponse) Unset()
- type NullableEnvironmentsCollectionResponseEmbedded
- func (v NullableEnvironmentsCollectionResponseEmbedded) Get() *EnvironmentsCollectionResponseEmbedded
- func (v NullableEnvironmentsCollectionResponseEmbedded) IsSet() bool
- func (v NullableEnvironmentsCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentsCollectionResponseEmbedded) Set(val *EnvironmentsCollectionResponseEmbedded)
- func (v *NullableEnvironmentsCollectionResponseEmbedded) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentsCollectionResponseEmbedded) Unset()
- type NullableEnvironmentsCollectionResponseLinks
- func (v NullableEnvironmentsCollectionResponseLinks) Get() *EnvironmentsCollectionResponseLinks
- func (v NullableEnvironmentsCollectionResponseLinks) IsSet() bool
- func (v NullableEnvironmentsCollectionResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentsCollectionResponseLinks) Set(val *EnvironmentsCollectionResponseLinks)
- func (v *NullableEnvironmentsCollectionResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentsCollectionResponseLinks) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableForbiddenError
- func (v NullableForbiddenError) Get() *ForbiddenError
- func (v NullableForbiddenError) IsSet() bool
- func (v NullableForbiddenError) MarshalJSON() ([]byte, error)
- func (v *NullableForbiddenError) Set(val *ForbiddenError)
- func (v *NullableForbiddenError) UnmarshalJSON(src []byte) error
- func (v *NullableForbiddenError) Unset()
- type NullableForbiddenErrorCode
- func (v NullableForbiddenErrorCode) Get() *ForbiddenErrorCode
- func (v NullableForbiddenErrorCode) IsSet() bool
- func (v NullableForbiddenErrorCode) MarshalJSON() ([]byte, error)
- func (v *NullableForbiddenErrorCode) Set(val *ForbiddenErrorCode)
- func (v *NullableForbiddenErrorCode) UnmarshalJSON(src []byte) error
- func (v *NullableForbiddenErrorCode) Unset()
- type NullableForbiddenErrorDetail
- func (v NullableForbiddenErrorDetail) Get() *ForbiddenErrorDetail
- func (v NullableForbiddenErrorDetail) IsSet() bool
- func (v NullableForbiddenErrorDetail) MarshalJSON() ([]byte, error)
- func (v *NullableForbiddenErrorDetail) Set(val *ForbiddenErrorDetail)
- func (v *NullableForbiddenErrorDetail) UnmarshalJSON(src []byte) error
- func (v *NullableForbiddenErrorDetail) Unset()
- type NullableForbiddenErrorDetailCode
- func (v NullableForbiddenErrorDetailCode) Get() *ForbiddenErrorDetailCode
- func (v NullableForbiddenErrorDetailCode) IsSet() bool
- func (v NullableForbiddenErrorDetailCode) MarshalJSON() ([]byte, error)
- func (v *NullableForbiddenErrorDetailCode) Set(val *ForbiddenErrorDetailCode)
- func (v *NullableForbiddenErrorDetailCode) UnmarshalJSON(src []byte) error
- func (v *NullableForbiddenErrorDetailCode) Unset()
- type NullableForbiddenErrorDetailInnerError
- func (v NullableForbiddenErrorDetailInnerError) Get() *ForbiddenErrorDetailInnerError
- func (v NullableForbiddenErrorDetailInnerError) IsSet() bool
- func (v NullableForbiddenErrorDetailInnerError) MarshalJSON() ([]byte, error)
- func (v *NullableForbiddenErrorDetailInnerError) Set(val *ForbiddenErrorDetailInnerError)
- func (v *NullableForbiddenErrorDetailInnerError) UnmarshalJSON(src []byte) error
- func (v *NullableForbiddenErrorDetailInnerError) Unset()
- type NullableGeneralError
- func (v NullableGeneralError) Get() *GeneralError
- func (v NullableGeneralError) IsSet() bool
- func (v NullableGeneralError) MarshalJSON() ([]byte, error)
- func (v *NullableGeneralError) Set(val *GeneralError)
- func (v *NullableGeneralError) UnmarshalJSON(src []byte) error
- func (v *NullableGeneralError) Unset()
- type NullableGeneralErrorDetail
- func (v NullableGeneralErrorDetail) Get() *GeneralErrorDetail
- func (v NullableGeneralErrorDetail) IsSet() bool
- func (v NullableGeneralErrorDetail) MarshalJSON() ([]byte, error)
- func (v *NullableGeneralErrorDetail) Set(val *GeneralErrorDetail)
- func (v *NullableGeneralErrorDetail) UnmarshalJSON(src []byte) error
- func (v *NullableGeneralErrorDetail) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInternalServerError
- func (v NullableInternalServerError) Get() *InternalServerError
- func (v NullableInternalServerError) IsSet() bool
- func (v NullableInternalServerError) MarshalJSON() ([]byte, error)
- func (v *NullableInternalServerError) Set(val *InternalServerError)
- func (v *NullableInternalServerError) UnmarshalJSON(src []byte) error
- func (v *NullableInternalServerError) Unset()
- type NullableInternalServerErrorCode
- func (v NullableInternalServerErrorCode) Get() *InternalServerErrorCode
- func (v NullableInternalServerErrorCode) IsSet() bool
- func (v NullableInternalServerErrorCode) MarshalJSON() ([]byte, error)
- func (v *NullableInternalServerErrorCode) Set(val *InternalServerErrorCode)
- func (v *NullableInternalServerErrorCode) UnmarshalJSON(src []byte) error
- func (v *NullableInternalServerErrorCode) Unset()
- type NullableInternalServerErrorDetail
- func (v NullableInternalServerErrorDetail) Get() *InternalServerErrorDetail
- func (v NullableInternalServerErrorDetail) IsSet() bool
- func (v NullableInternalServerErrorDetail) MarshalJSON() ([]byte, error)
- func (v *NullableInternalServerErrorDetail) Set(val *InternalServerErrorDetail)
- func (v *NullableInternalServerErrorDetail) UnmarshalJSON(src []byte) error
- func (v *NullableInternalServerErrorDetail) Unset()
- type NullableJSONHALLink
- func (v NullableJSONHALLink) Get() *JSONHALLink
- func (v NullableJSONHALLink) IsSet() bool
- func (v NullableJSONHALLink) MarshalJSON() ([]byte, error)
- func (v *NullableJSONHALLink) Set(val *JSONHALLink)
- func (v *NullableJSONHALLink) UnmarshalJSON(src []byte) error
- func (v *NullableJSONHALLink) Unset()
- type NullableNotFoundError
- func (v NullableNotFoundError) Get() *NotFoundError
- func (v NullableNotFoundError) IsSet() bool
- func (v NullableNotFoundError) MarshalJSON() ([]byte, error)
- func (v *NullableNotFoundError) Set(val *NotFoundError)
- func (v *NullableNotFoundError) UnmarshalJSON(src []byte) error
- func (v *NullableNotFoundError) Unset()
- type NullableNotFoundErrorCode
- func (v NullableNotFoundErrorCode) Get() *NotFoundErrorCode
- func (v NullableNotFoundErrorCode) IsSet() bool
- func (v NullableNotFoundErrorCode) MarshalJSON() ([]byte, error)
- func (v *NullableNotFoundErrorCode) Set(val *NotFoundErrorCode)
- func (v *NullableNotFoundErrorCode) UnmarshalJSON(src []byte) error
- func (v *NullableNotFoundErrorCode) Unset()
- type NullableNotFoundErrorDetail
- func (v NullableNotFoundErrorDetail) Get() *NotFoundErrorDetail
- func (v NullableNotFoundErrorDetail) IsSet() bool
- func (v NullableNotFoundErrorDetail) MarshalJSON() ([]byte, error)
- func (v *NullableNotFoundErrorDetail) Set(val *NotFoundErrorDetail)
- func (v *NullableNotFoundErrorDetail) UnmarshalJSON(src []byte) error
- func (v *NullableNotFoundErrorDetail) Unset()
- type NullablePingOneApplicationDaVinciFlowPolicy
- func (v NullablePingOneApplicationDaVinciFlowPolicy) Get() *PingOneApplicationDaVinciFlowPolicy
- func (v NullablePingOneApplicationDaVinciFlowPolicy) IsSet() bool
- func (v NullablePingOneApplicationDaVinciFlowPolicy) MarshalJSON() ([]byte, error)
- func (v *NullablePingOneApplicationDaVinciFlowPolicy) Set(val *PingOneApplicationDaVinciFlowPolicy)
- func (v *NullablePingOneApplicationDaVinciFlowPolicy) UnmarshalJSON(src []byte) error
- func (v *NullablePingOneApplicationDaVinciFlowPolicy) Unset()
- type NullablePingOneApplicationDaVinciFlowPolicyLinks
- func (v NullablePingOneApplicationDaVinciFlowPolicyLinks) Get() *PingOneApplicationDaVinciFlowPolicyLinks
- func (v NullablePingOneApplicationDaVinciFlowPolicyLinks) IsSet() bool
- func (v NullablePingOneApplicationDaVinciFlowPolicyLinks) MarshalJSON() ([]byte, error)
- func (v *NullablePingOneApplicationDaVinciFlowPolicyLinks) Set(val *PingOneApplicationDaVinciFlowPolicyLinks)
- func (v *NullablePingOneApplicationDaVinciFlowPolicyLinks) UnmarshalJSON(src []byte) error
- func (v *NullablePingOneApplicationDaVinciFlowPolicyLinks) Unset()
- type NullablePingOneApplicationFlowPolicyAssignmentApplication
- func (v NullablePingOneApplicationFlowPolicyAssignmentApplication) Get() *PingOneApplicationFlowPolicyAssignmentApplication
- func (v NullablePingOneApplicationFlowPolicyAssignmentApplication) IsSet() bool
- func (v NullablePingOneApplicationFlowPolicyAssignmentApplication) MarshalJSON() ([]byte, error)
- func (v *NullablePingOneApplicationFlowPolicyAssignmentApplication) Set(val *PingOneApplicationFlowPolicyAssignmentApplication)
- func (v *NullablePingOneApplicationFlowPolicyAssignmentApplication) UnmarshalJSON(src []byte) error
- func (v *NullablePingOneApplicationFlowPolicyAssignmentApplication) Unset()
- type NullableResourceRelationshipDaVinci
- func (v NullableResourceRelationshipDaVinci) Get() *ResourceRelationshipDaVinci
- func (v NullableResourceRelationshipDaVinci) IsSet() bool
- func (v NullableResourceRelationshipDaVinci) MarshalJSON() ([]byte, error)
- func (v *NullableResourceRelationshipDaVinci) Set(val *ResourceRelationshipDaVinci)
- func (v *NullableResourceRelationshipDaVinci) UnmarshalJSON(src []byte) error
- func (v *NullableResourceRelationshipDaVinci) Unset()
- type NullableResourceRelationshipDaVinciReadOnly
- func (v NullableResourceRelationshipDaVinciReadOnly) Get() *ResourceRelationshipDaVinciReadOnly
- func (v NullableResourceRelationshipDaVinciReadOnly) IsSet() bool
- func (v NullableResourceRelationshipDaVinciReadOnly) MarshalJSON() ([]byte, error)
- func (v *NullableResourceRelationshipDaVinciReadOnly) Set(val *ResourceRelationshipDaVinciReadOnly)
- func (v *NullableResourceRelationshipDaVinciReadOnly) UnmarshalJSON(src []byte) error
- func (v *NullableResourceRelationshipDaVinciReadOnly) Unset()
- type NullableResourceRelationshipGeneric
- func (v NullableResourceRelationshipGeneric) Get() *ResourceRelationshipGeneric
- func (v NullableResourceRelationshipGeneric) IsSet() bool
- func (v NullableResourceRelationshipGeneric) MarshalJSON() ([]byte, error)
- func (v *NullableResourceRelationshipGeneric) Set(val *ResourceRelationshipGeneric)
- func (v *NullableResourceRelationshipGeneric) UnmarshalJSON(src []byte) error
- func (v *NullableResourceRelationshipGeneric) Unset()
- type NullableResourceRelationshipReadOnly
- func (v NullableResourceRelationshipReadOnly) Get() *ResourceRelationshipReadOnly
- func (v NullableResourceRelationshipReadOnly) IsSet() bool
- func (v NullableResourceRelationshipReadOnly) MarshalJSON() ([]byte, error)
- func (v *NullableResourceRelationshipReadOnly) Set(val *ResourceRelationshipReadOnly)
- func (v *NullableResourceRelationshipReadOnly) UnmarshalJSON(src []byte) error
- func (v *NullableResourceRelationshipReadOnly) Unset()
- type NullableSnapshotRequest
- func (v NullableSnapshotRequest) Get() *SnapshotRequest
- func (v NullableSnapshotRequest) IsSet() bool
- func (v NullableSnapshotRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSnapshotRequest) Set(val *SnapshotRequest)
- func (v *NullableSnapshotRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSnapshotRequest) Unset()
- type NullableSnapshotResourceInformation
- func (v NullableSnapshotResourceInformation) Get() *SnapshotResourceInformation
- func (v NullableSnapshotResourceInformation) IsSet() bool
- func (v NullableSnapshotResourceInformation) MarshalJSON() ([]byte, error)
- func (v *NullableSnapshotResourceInformation) Set(val *SnapshotResourceInformation)
- func (v *NullableSnapshotResourceInformation) UnmarshalJSON(src []byte) error
- func (v *NullableSnapshotResourceInformation) Unset()
- type NullableSnapshotVersionCollectionResponse
- func (v NullableSnapshotVersionCollectionResponse) Get() *SnapshotVersionCollectionResponse
- func (v NullableSnapshotVersionCollectionResponse) IsSet() bool
- func (v NullableSnapshotVersionCollectionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSnapshotVersionCollectionResponse) Set(val *SnapshotVersionCollectionResponse)
- func (v *NullableSnapshotVersionCollectionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSnapshotVersionCollectionResponse) Unset()
- type NullableSnapshotVersionCollectionResponseEmbedded
- func (v NullableSnapshotVersionCollectionResponseEmbedded) Get() *SnapshotVersionCollectionResponseEmbedded
- func (v NullableSnapshotVersionCollectionResponseEmbedded) IsSet() bool
- func (v NullableSnapshotVersionCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
- func (v *NullableSnapshotVersionCollectionResponseEmbedded) Set(val *SnapshotVersionCollectionResponseEmbedded)
- func (v *NullableSnapshotVersionCollectionResponseEmbedded) UnmarshalJSON(src []byte) error
- func (v *NullableSnapshotVersionCollectionResponseEmbedded) Unset()
- type NullableSnapshotVersionCollectionResponseLinks
- func (v NullableSnapshotVersionCollectionResponseLinks) Get() *SnapshotVersionCollectionResponseLinks
- func (v NullableSnapshotVersionCollectionResponseLinks) IsSet() bool
- func (v NullableSnapshotVersionCollectionResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableSnapshotVersionCollectionResponseLinks) Set(val *SnapshotVersionCollectionResponseLinks)
- func (v *NullableSnapshotVersionCollectionResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableSnapshotVersionCollectionResponseLinks) Unset()
- type NullableSnapshotView
- func (v NullableSnapshotView) Get() *SnapshotView
- func (v NullableSnapshotView) IsSet() bool
- func (v NullableSnapshotView) MarshalJSON() ([]byte, error)
- func (v *NullableSnapshotView) Set(val *SnapshotView)
- func (v *NullableSnapshotView) UnmarshalJSON(src []byte) error
- func (v *NullableSnapshotView) Unset()
- type NullableSnapshotViewLinks
- func (v NullableSnapshotViewLinks) Get() *SnapshotViewLinks
- func (v NullableSnapshotViewLinks) IsSet() bool
- func (v NullableSnapshotViewLinks) MarshalJSON() ([]byte, error)
- func (v *NullableSnapshotViewLinks) Set(val *SnapshotViewLinks)
- func (v *NullableSnapshotViewLinks) UnmarshalJSON(src []byte) error
- func (v *NullableSnapshotViewLinks) Unset()
- type NullableSnapshotViewStatus
- func (v NullableSnapshotViewStatus) Get() *SnapshotViewStatus
- func (v NullableSnapshotViewStatus) IsSet() bool
- func (v NullableSnapshotViewStatus) MarshalJSON() ([]byte, error)
- func (v *NullableSnapshotViewStatus) Set(val *SnapshotViewStatus)
- func (v *NullableSnapshotViewStatus) UnmarshalJSON(src []byte) error
- func (v *NullableSnapshotViewStatus) Unset()
- type NullableString
- type NullableTime
- type NullableTooManyRequestsError
- func (v NullableTooManyRequestsError) Get() *TooManyRequestsError
- func (v NullableTooManyRequestsError) IsSet() bool
- func (v NullableTooManyRequestsError) MarshalJSON() ([]byte, error)
- func (v *NullableTooManyRequestsError) Set(val *TooManyRequestsError)
- func (v *NullableTooManyRequestsError) UnmarshalJSON(src []byte) error
- func (v *NullableTooManyRequestsError) Unset()
- type NullableTooManyRequestsErrorCode
- func (v NullableTooManyRequestsErrorCode) Get() *TooManyRequestsErrorCode
- func (v NullableTooManyRequestsErrorCode) IsSet() bool
- func (v NullableTooManyRequestsErrorCode) MarshalJSON() ([]byte, error)
- func (v *NullableTooManyRequestsErrorCode) Set(val *TooManyRequestsErrorCode)
- func (v *NullableTooManyRequestsErrorCode) UnmarshalJSON(src []byte) error
- func (v *NullableTooManyRequestsErrorCode) Unset()
- type NullableTooManyRequestsErrorDetail
- func (v NullableTooManyRequestsErrorDetail) Get() *TooManyRequestsErrorDetail
- func (v NullableTooManyRequestsErrorDetail) IsSet() bool
- func (v NullableTooManyRequestsErrorDetail) MarshalJSON() ([]byte, error)
- func (v *NullableTooManyRequestsErrorDetail) Set(val *TooManyRequestsErrorDetail)
- func (v *NullableTooManyRequestsErrorDetail) UnmarshalJSON(src []byte) error
- func (v *NullableTooManyRequestsErrorDetail) Unset()
- type NullableTooManyRequestsErrorDetailCode
- func (v NullableTooManyRequestsErrorDetailCode) Get() *TooManyRequestsErrorDetailCode
- func (v NullableTooManyRequestsErrorDetailCode) IsSet() bool
- func (v NullableTooManyRequestsErrorDetailCode) MarshalJSON() ([]byte, error)
- func (v *NullableTooManyRequestsErrorDetailCode) Set(val *TooManyRequestsErrorDetailCode)
- func (v *NullableTooManyRequestsErrorDetailCode) UnmarshalJSON(src []byte) error
- func (v *NullableTooManyRequestsErrorDetailCode) Unset()
- type NullableTooManyRequestsErrorDetailInnerError
- func (v NullableTooManyRequestsErrorDetailInnerError) Get() *TooManyRequestsErrorDetailInnerError
- func (v NullableTooManyRequestsErrorDetailInnerError) IsSet() bool
- func (v NullableTooManyRequestsErrorDetailInnerError) MarshalJSON() ([]byte, error)
- func (v *NullableTooManyRequestsErrorDetailInnerError) Set(val *TooManyRequestsErrorDetailInnerError)
- func (v *NullableTooManyRequestsErrorDetailInnerError) UnmarshalJSON(src []byte) error
- func (v *NullableTooManyRequestsErrorDetailInnerError) Unset()
- type NullableUnauthorizedError
- func (v NullableUnauthorizedError) Get() *UnauthorizedError
- func (v NullableUnauthorizedError) IsSet() bool
- func (v NullableUnauthorizedError) MarshalJSON() ([]byte, error)
- func (v *NullableUnauthorizedError) Set(val *UnauthorizedError)
- func (v *NullableUnauthorizedError) UnmarshalJSON(src []byte) error
- func (v *NullableUnauthorizedError) Unset()
- type NullableUnauthorizedErrorCode
- func (v NullableUnauthorizedErrorCode) Get() *UnauthorizedErrorCode
- func (v NullableUnauthorizedErrorCode) IsSet() bool
- func (v NullableUnauthorizedErrorCode) MarshalJSON() ([]byte, error)
- func (v *NullableUnauthorizedErrorCode) Set(val *UnauthorizedErrorCode)
- func (v *NullableUnauthorizedErrorCode) UnmarshalJSON(src []byte) error
- func (v *NullableUnauthorizedErrorCode) Unset()
- type NullableUnauthorizedErrorDetail
- func (v NullableUnauthorizedErrorDetail) Get() *UnauthorizedErrorDetail
- func (v NullableUnauthorizedErrorDetail) IsSet() bool
- func (v NullableUnauthorizedErrorDetail) MarshalJSON() ([]byte, error)
- func (v *NullableUnauthorizedErrorDetail) Set(val *UnauthorizedErrorDetail)
- func (v *NullableUnauthorizedErrorDetail) UnmarshalJSON(src []byte) error
- func (v *NullableUnauthorizedErrorDetail) Unset()
- type NullableUnauthorizedErrorDetailCode
- func (v NullableUnauthorizedErrorDetailCode) Get() *UnauthorizedErrorDetailCode
- func (v NullableUnauthorizedErrorDetailCode) IsSet() bool
- func (v NullableUnauthorizedErrorDetailCode) MarshalJSON() ([]byte, error)
- func (v *NullableUnauthorizedErrorDetailCode) Set(val *UnauthorizedErrorDetailCode)
- func (v *NullableUnauthorizedErrorDetailCode) UnmarshalJSON(src []byte) error
- func (v *NullableUnauthorizedErrorDetailCode) Unset()
- type NullableUnsupportedMediaTypeError
- func (v NullableUnsupportedMediaTypeError) Get() *UnsupportedMediaTypeError
- func (v NullableUnsupportedMediaTypeError) IsSet() bool
- func (v NullableUnsupportedMediaTypeError) MarshalJSON() ([]byte, error)
- func (v *NullableUnsupportedMediaTypeError) Set(val *UnsupportedMediaTypeError)
- func (v *NullableUnsupportedMediaTypeError) UnmarshalJSON(src []byte) error
- func (v *NullableUnsupportedMediaTypeError) Unset()
- type NullableUnsupportedMediaTypeErrorCode
- func (v NullableUnsupportedMediaTypeErrorCode) Get() *UnsupportedMediaTypeErrorCode
- func (v NullableUnsupportedMediaTypeErrorCode) IsSet() bool
- func (v NullableUnsupportedMediaTypeErrorCode) MarshalJSON() ([]byte, error)
- func (v *NullableUnsupportedMediaTypeErrorCode) Set(val *UnsupportedMediaTypeErrorCode)
- func (v *NullableUnsupportedMediaTypeErrorCode) UnmarshalJSON(src []byte) error
- func (v *NullableUnsupportedMediaTypeErrorCode) Unset()
- type NullableUnsupportedMediaTypeErrorDetail
- func (v NullableUnsupportedMediaTypeErrorDetail) Get() *UnsupportedMediaTypeErrorDetail
- func (v NullableUnsupportedMediaTypeErrorDetail) IsSet() bool
- func (v NullableUnsupportedMediaTypeErrorDetail) MarshalJSON() ([]byte, error)
- func (v *NullableUnsupportedMediaTypeErrorDetail) Set(val *UnsupportedMediaTypeErrorDetail)
- func (v *NullableUnsupportedMediaTypeErrorDetail) UnmarshalJSON(src []byte) error
- func (v *NullableUnsupportedMediaTypeErrorDetail) Unset()
- type PagedCursor
- type PagedIterator
- type PingOneApplicationDaVinciFlowPolicy
- func (o *PingOneApplicationDaVinciFlowPolicy) GetApplication() PingOneApplicationFlowPolicyAssignmentApplication
- func (o *PingOneApplicationDaVinciFlowPolicy) GetApplicationOk() (*PingOneApplicationFlowPolicyAssignmentApplication, bool)
- func (o *PingOneApplicationDaVinciFlowPolicy) GetEmbedded() map[string]map[string]interface{}
- func (o *PingOneApplicationDaVinciFlowPolicy) GetEmbeddedOk() (map[string]map[string]interface{}, bool)
- func (o *PingOneApplicationDaVinciFlowPolicy) GetEnabled() bool
- func (o *PingOneApplicationDaVinciFlowPolicy) GetEnabledOk() (*bool, bool)
- func (o *PingOneApplicationDaVinciFlowPolicy) GetEnvironment() ResourceRelationshipReadOnly
- func (o *PingOneApplicationDaVinciFlowPolicy) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
- func (o *PingOneApplicationDaVinciFlowPolicy) GetId() string
- func (o *PingOneApplicationDaVinciFlowPolicy) GetIdOk() (*string, bool)
- func (o *PingOneApplicationDaVinciFlowPolicy) GetLinks() PingOneApplicationDaVinciFlowPolicyLinks
- func (o *PingOneApplicationDaVinciFlowPolicy) GetLinksOk() (*PingOneApplicationDaVinciFlowPolicyLinks, bool)
- func (o *PingOneApplicationDaVinciFlowPolicy) GetName() string
- func (o *PingOneApplicationDaVinciFlowPolicy) GetNameOk() (*string, bool)
- func (o *PingOneApplicationDaVinciFlowPolicy) GetTrigger() DaVinciFlowPolicyTrigger
- func (o *PingOneApplicationDaVinciFlowPolicy) GetTriggerOk() (*DaVinciFlowPolicyTrigger, bool)
- func (o *PingOneApplicationDaVinciFlowPolicy) HasApplication() bool
- func (o *PingOneApplicationDaVinciFlowPolicy) HasEmbedded() bool
- func (o *PingOneApplicationDaVinciFlowPolicy) HasEnabled() bool
- func (o *PingOneApplicationDaVinciFlowPolicy) HasEnvironment() bool
- func (o *PingOneApplicationDaVinciFlowPolicy) HasLinks() bool
- func (o *PingOneApplicationDaVinciFlowPolicy) HasName() bool
- func (o *PingOneApplicationDaVinciFlowPolicy) HasTrigger() bool
- func (o PingOneApplicationDaVinciFlowPolicy) LogValue() slog.Value
- func (o PingOneApplicationDaVinciFlowPolicy) MarshalJSON() ([]byte, error)
- func (o *PingOneApplicationDaVinciFlowPolicy) SetApplication(v PingOneApplicationFlowPolicyAssignmentApplication)
- func (o *PingOneApplicationDaVinciFlowPolicy) SetEmbedded(v map[string]map[string]interface{})
- func (o *PingOneApplicationDaVinciFlowPolicy) SetEnabled(v bool)
- func (o *PingOneApplicationDaVinciFlowPolicy) SetEnvironment(v ResourceRelationshipReadOnly)
- func (o *PingOneApplicationDaVinciFlowPolicy) SetId(v string)
- func (o *PingOneApplicationDaVinciFlowPolicy) SetLinks(v PingOneApplicationDaVinciFlowPolicyLinks)
- func (o *PingOneApplicationDaVinciFlowPolicy) SetName(v string)
- func (o *PingOneApplicationDaVinciFlowPolicy) SetTrigger(v DaVinciFlowPolicyTrigger)
- func (o PingOneApplicationDaVinciFlowPolicy) ToMap() (map[string]interface{}, error)
- func (o *PingOneApplicationDaVinciFlowPolicy) UnmarshalJSON(data []byte) (err error)
- type PingOneApplicationDaVinciFlowPolicyLinks
- func (o *PingOneApplicationDaVinciFlowPolicyLinks) GetSelf() JSONHALLink
- func (o *PingOneApplicationDaVinciFlowPolicyLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o *PingOneApplicationDaVinciFlowPolicyLinks) HasSelf() bool
- func (o PingOneApplicationDaVinciFlowPolicyLinks) LogValue() slog.Value
- func (o PingOneApplicationDaVinciFlowPolicyLinks) MarshalJSON() ([]byte, error)
- func (o *PingOneApplicationDaVinciFlowPolicyLinks) SetSelf(v JSONHALLink)
- func (o PingOneApplicationDaVinciFlowPolicyLinks) ToMap() (map[string]interface{}, error)
- func (o *PingOneApplicationDaVinciFlowPolicyLinks) UnmarshalJSON(data []byte) (err error)
- type PingOneApplicationFlowPolicyAssignmentApplication
- func (o *PingOneApplicationFlowPolicyAssignmentApplication) GetId() string
- func (o *PingOneApplicationFlowPolicyAssignmentApplication) GetIdOk() (*string, bool)
- func (o *PingOneApplicationFlowPolicyAssignmentApplication) GetName() string
- func (o *PingOneApplicationFlowPolicyAssignmentApplication) GetNameOk() (*string, bool)
- func (o *PingOneApplicationFlowPolicyAssignmentApplication) HasId() bool
- func (o *PingOneApplicationFlowPolicyAssignmentApplication) HasName() bool
- func (o PingOneApplicationFlowPolicyAssignmentApplication) LogValue() slog.Value
- func (o PingOneApplicationFlowPolicyAssignmentApplication) MarshalJSON() ([]byte, error)
- func (o *PingOneApplicationFlowPolicyAssignmentApplication) SetId(v string)
- func (o *PingOneApplicationFlowPolicyAssignmentApplication) SetName(v string)
- func (o PingOneApplicationFlowPolicyAssignmentApplication) ToMap() (map[string]interface{}, error)
- func (o *PingOneApplicationFlowPolicyAssignmentApplication) UnmarshalJSON(data []byte) (err error)
- type ResourceRelationshipDaVinci
- func (o *ResourceRelationshipDaVinci) GetId() string
- func (o *ResourceRelationshipDaVinci) GetIdOk() (*string, bool)
- func (o ResourceRelationshipDaVinci) LogValue() slog.Value
- func (o ResourceRelationshipDaVinci) MarshalJSON() ([]byte, error)
- func (o *ResourceRelationshipDaVinci) SetId(v string)
- func (o ResourceRelationshipDaVinci) ToMap() (map[string]interface{}, error)
- func (o *ResourceRelationshipDaVinci) UnmarshalJSON(data []byte) (err error)
- type ResourceRelationshipDaVinciReadOnly
- func (o *ResourceRelationshipDaVinciReadOnly) GetId() string
- func (o *ResourceRelationshipDaVinciReadOnly) GetIdOk() (*string, bool)
- func (o ResourceRelationshipDaVinciReadOnly) LogValue() slog.Value
- func (o ResourceRelationshipDaVinciReadOnly) MarshalJSON() ([]byte, error)
- func (o *ResourceRelationshipDaVinciReadOnly) SetId(v string)
- func (o ResourceRelationshipDaVinciReadOnly) ToMap() (map[string]interface{}, error)
- func (o *ResourceRelationshipDaVinciReadOnly) UnmarshalJSON(data []byte) (err error)
- type ResourceRelationshipGeneric
- func (o *ResourceRelationshipGeneric) GetId() string
- func (o *ResourceRelationshipGeneric) GetIdOk() (*string, bool)
- func (o *ResourceRelationshipGeneric) HasId() bool
- func (o ResourceRelationshipGeneric) LogValue() slog.Value
- func (o ResourceRelationshipGeneric) MarshalJSON() ([]byte, error)
- func (o *ResourceRelationshipGeneric) SetId(v string)
- func (o ResourceRelationshipGeneric) ToMap() (map[string]interface{}, error)
- func (o *ResourceRelationshipGeneric) UnmarshalJSON(data []byte) (err error)
- type ResourceRelationshipReadOnly
- func (o *ResourceRelationshipReadOnly) GetId() uuid.UUID
- func (o *ResourceRelationshipReadOnly) GetIdOk() (*uuid.UUID, bool)
- func (o ResourceRelationshipReadOnly) LogValue() slog.Value
- func (o ResourceRelationshipReadOnly) MarshalJSON() ([]byte, error)
- func (o *ResourceRelationshipReadOnly) SetId(v uuid.UUID)
- func (o ResourceRelationshipReadOnly) ToMap() (map[string]interface{}, error)
- func (o *ResourceRelationshipReadOnly) UnmarshalJSON(data []byte) (err error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SnapshotRequest
- func (o *SnapshotRequest) GetBaseResourceURL() string
- func (o *SnapshotRequest) GetBaseResourceURLOk() (*string, bool)
- func (o SnapshotRequest) LogValue() slog.Value
- func (o SnapshotRequest) MarshalJSON() ([]byte, error)
- func (o *SnapshotRequest) SetBaseResourceURL(v string)
- func (o SnapshotRequest) ToMap() (map[string]interface{}, error)
- func (o *SnapshotRequest) UnmarshalJSON(data []byte) (err error)
- type SnapshotResourceInformation
- func (o *SnapshotResourceInformation) GetCategory() string
- func (o *SnapshotResourceInformation) GetCategoryOk() (*string, bool)
- func (o *SnapshotResourceInformation) GetId() string
- func (o *SnapshotResourceInformation) GetIdOk() (*string, bool)
- func (o *SnapshotResourceInformation) GetName() string
- func (o *SnapshotResourceInformation) GetNameOk() (*string, bool)
- func (o *SnapshotResourceInformation) HasCategory() bool
- func (o *SnapshotResourceInformation) HasId() bool
- func (o *SnapshotResourceInformation) HasName() bool
- func (o SnapshotResourceInformation) LogValue() slog.Value
- func (o SnapshotResourceInformation) MarshalJSON() ([]byte, error)
- func (o *SnapshotResourceInformation) SetCategory(v string)
- func (o *SnapshotResourceInformation) SetId(v string)
- func (o *SnapshotResourceInformation) SetName(v string)
- func (o SnapshotResourceInformation) ToMap() (map[string]interface{}, error)
- func (o *SnapshotResourceInformation) UnmarshalJSON(data []byte) (err error)
- type SnapshotVersionCollectionResponse
- func (o *SnapshotVersionCollectionResponse) GetCount() int32
- func (o *SnapshotVersionCollectionResponse) GetCountOk() (*int32, bool)
- func (o *SnapshotVersionCollectionResponse) GetEmbedded() SnapshotVersionCollectionResponseEmbedded
- func (o *SnapshotVersionCollectionResponse) GetEmbeddedOk() (*SnapshotVersionCollectionResponseEmbedded, bool)
- func (o *SnapshotVersionCollectionResponse) GetLinks() SnapshotVersionCollectionResponseLinks
- func (o *SnapshotVersionCollectionResponse) GetLinksOk() (*SnapshotVersionCollectionResponseLinks, bool)
- func (o *SnapshotVersionCollectionResponse) GetSize() int32
- func (o *SnapshotVersionCollectionResponse) GetSizeOk() (*int32, bool)
- func (o *SnapshotVersionCollectionResponse) HasCount() bool
- func (o *SnapshotVersionCollectionResponse) HasEmbedded() bool
- func (o *SnapshotVersionCollectionResponse) HasLinks() bool
- func (o *SnapshotVersionCollectionResponse) HasSize() bool
- func (o SnapshotVersionCollectionResponse) LogValue() slog.Value
- func (o SnapshotVersionCollectionResponse) MarshalJSON() ([]byte, error)
- func (o *SnapshotVersionCollectionResponse) SetCount(v int32)
- func (o *SnapshotVersionCollectionResponse) SetEmbedded(v SnapshotVersionCollectionResponseEmbedded)
- func (o *SnapshotVersionCollectionResponse) SetLinks(v SnapshotVersionCollectionResponseLinks)
- func (o *SnapshotVersionCollectionResponse) SetSize(v int32)
- func (o SnapshotVersionCollectionResponse) ToMap() (map[string]interface{}, error)
- func (o *SnapshotVersionCollectionResponse) UnmarshalJSON(data []byte) (err error)
- type SnapshotVersionCollectionResponseEmbedded
- func (o *SnapshotVersionCollectionResponseEmbedded) GetVersions() []SnapshotView
- func (o *SnapshotVersionCollectionResponseEmbedded) GetVersionsOk() ([]SnapshotView, bool)
- func (o *SnapshotVersionCollectionResponseEmbedded) HasVersions() bool
- func (o SnapshotVersionCollectionResponseEmbedded) LogValue() slog.Value
- func (o SnapshotVersionCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
- func (o *SnapshotVersionCollectionResponseEmbedded) SetVersions(v []SnapshotView)
- func (o SnapshotVersionCollectionResponseEmbedded) ToMap() (map[string]interface{}, error)
- func (o *SnapshotVersionCollectionResponseEmbedded) UnmarshalJSON(data []byte) (err error)
- type SnapshotVersionCollectionResponseLinks
- func (o *SnapshotVersionCollectionResponseLinks) GetSelf() JSONHALLink
- func (o *SnapshotVersionCollectionResponseLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o *SnapshotVersionCollectionResponseLinks) HasSelf() bool
- func (o SnapshotVersionCollectionResponseLinks) LogValue() slog.Value
- func (o SnapshotVersionCollectionResponseLinks) MarshalJSON() ([]byte, error)
- func (o *SnapshotVersionCollectionResponseLinks) SetSelf(v JSONHALLink)
- func (o SnapshotVersionCollectionResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *SnapshotVersionCollectionResponseLinks) UnmarshalJSON(data []byte) (err error)
- type SnapshotView
- func (o *SnapshotView) GetCompletedAt() time.Time
- func (o *SnapshotView) GetCompletedAtOk() (*time.Time, bool)
- func (o *SnapshotView) GetConfiguration() string
- func (o *SnapshotView) GetConfigurationOk() (*string, bool)
- func (o *SnapshotView) GetCreatedAt() time.Time
- func (o *SnapshotView) GetCreatedAtOk() (*time.Time, bool)
- func (o *SnapshotView) GetEmbedded() map[string]map[string]interface{}
- func (o *SnapshotView) GetEmbeddedOk() (map[string]map[string]interface{}, bool)
- func (o *SnapshotView) GetEnvironment() ResourceRelationshipReadOnly
- func (o *SnapshotView) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
- func (o *SnapshotView) GetError() string
- func (o *SnapshotView) GetErrorCode() int32
- func (o *SnapshotView) GetErrorCodeOk() (*int32, bool)
- func (o *SnapshotView) GetErrorOk() (*string, bool)
- func (o *SnapshotView) GetId() uuid.UUID
- func (o *SnapshotView) GetIdOk() (*uuid.UUID, bool)
- func (o *SnapshotView) GetImportMetadata() map[string]map[string]interface{}
- func (o *SnapshotView) GetImportMetadataOk() (map[string]map[string]interface{}, bool)
- func (o *SnapshotView) GetLinks() SnapshotViewLinks
- func (o *SnapshotView) GetLinksOk() (*SnapshotViewLinks, bool)
- func (o *SnapshotView) GetReferencedResources() []string
- func (o *SnapshotView) GetReferencedResourcesOk() ([]string, bool)
- func (o *SnapshotView) GetResource() SnapshotResourceInformation
- func (o *SnapshotView) GetResourceOk() (*SnapshotResourceInformation, bool)
- func (o *SnapshotView) GetResourceUrl() string
- func (o *SnapshotView) GetResourceUrlOk() (*string, bool)
- func (o *SnapshotView) GetSnapshotId() uuid.UUID
- func (o *SnapshotView) GetSnapshotIdOk() (*uuid.UUID, bool)
- func (o *SnapshotView) GetStartedAt() time.Time
- func (o *SnapshotView) GetStartedAtOk() (*time.Time, bool)
- func (o *SnapshotView) GetStatus() SnapshotViewStatus
- func (o *SnapshotView) GetStatusOk() (*SnapshotViewStatus, bool)
- func (o *SnapshotView) GetVersionedAt() time.Time
- func (o *SnapshotView) GetVersionedAtOk() (*time.Time, bool)
- func (o *SnapshotView) HasCompletedAt() bool
- func (o *SnapshotView) HasConfiguration() bool
- func (o *SnapshotView) HasCreatedAt() bool
- func (o *SnapshotView) HasEmbedded() bool
- func (o *SnapshotView) HasEnvironment() bool
- func (o *SnapshotView) HasError() bool
- func (o *SnapshotView) HasErrorCode() bool
- func (o *SnapshotView) HasId() bool
- func (o *SnapshotView) HasImportMetadata() bool
- func (o *SnapshotView) HasLinks() bool
- func (o *SnapshotView) HasReferencedResources() bool
- func (o *SnapshotView) HasResource() bool
- func (o *SnapshotView) HasResourceUrl() bool
- func (o *SnapshotView) HasSnapshotId() bool
- func (o *SnapshotView) HasStartedAt() bool
- func (o *SnapshotView) HasStatus() bool
- func (o *SnapshotView) HasVersionedAt() bool
- func (o SnapshotView) LogValue() slog.Value
- func (o SnapshotView) MarshalJSON() ([]byte, error)
- func (o *SnapshotView) SetCompletedAt(v time.Time)
- func (o *SnapshotView) SetConfiguration(v string)
- func (o *SnapshotView) SetCreatedAt(v time.Time)
- func (o *SnapshotView) SetEmbedded(v map[string]map[string]interface{})
- func (o *SnapshotView) SetEnvironment(v ResourceRelationshipReadOnly)
- func (o *SnapshotView) SetError(v string)
- func (o *SnapshotView) SetErrorCode(v int32)
- func (o *SnapshotView) SetId(v uuid.UUID)
- func (o *SnapshotView) SetImportMetadata(v map[string]map[string]interface{})
- func (o *SnapshotView) SetLinks(v SnapshotViewLinks)
- func (o *SnapshotView) SetReferencedResources(v []string)
- func (o *SnapshotView) SetResource(v SnapshotResourceInformation)
- func (o *SnapshotView) SetResourceUrl(v string)
- func (o *SnapshotView) SetSnapshotId(v uuid.UUID)
- func (o *SnapshotView) SetStartedAt(v time.Time)
- func (o *SnapshotView) SetStatus(v SnapshotViewStatus)
- func (o *SnapshotView) SetVersionedAt(v time.Time)
- func (o SnapshotView) ToMap() (map[string]interface{}, error)
- func (o *SnapshotView) UnmarshalJSON(data []byte) (err error)
- type SnapshotViewLinks
- func (o *SnapshotViewLinks) GetSelf() JSONHALLink
- func (o *SnapshotViewLinks) GetSelfOk() (*JSONHALLink, bool)
- func (o *SnapshotViewLinks) HasSelf() bool
- func (o SnapshotViewLinks) LogValue() slog.Value
- func (o SnapshotViewLinks) MarshalJSON() ([]byte, error)
- func (o *SnapshotViewLinks) SetSelf(v JSONHALLink)
- func (o SnapshotViewLinks) ToMap() (map[string]interface{}, error)
- func (o *SnapshotViewLinks) UnmarshalJSON(data []byte) (err error)
- type SnapshotViewStatus
- type TooManyRequestsError
- func (o TooManyRequestsError) Error() string
- func (o *TooManyRequestsError) GetCode() TooManyRequestsErrorCode
- func (o *TooManyRequestsError) GetCodeOk() (*TooManyRequestsErrorCode, bool)
- func (o *TooManyRequestsError) GetDetails() []TooManyRequestsErrorDetail
- func (o *TooManyRequestsError) GetDetailsOk() ([]TooManyRequestsErrorDetail, bool)
- func (o *TooManyRequestsError) GetId() uuid.UUID
- func (o *TooManyRequestsError) GetIdOk() (*uuid.UUID, bool)
- func (o *TooManyRequestsError) GetMessage() string
- func (o *TooManyRequestsError) GetMessageOk() (*string, bool)
- func (o *TooManyRequestsError) HasDetails() bool
- func (o *TooManyRequestsError) HasId() bool
- func (o TooManyRequestsError) LogValue() slog.Value
- func (o TooManyRequestsError) MarshalJSON() ([]byte, error)
- func (o *TooManyRequestsError) SetCode(v TooManyRequestsErrorCode)
- func (o *TooManyRequestsError) SetDetails(v []TooManyRequestsErrorDetail)
- func (o *TooManyRequestsError) SetId(v uuid.UUID)
- func (o *TooManyRequestsError) SetMessage(v string)
- func (o TooManyRequestsError) ToMap() (map[string]interface{}, error)
- func (o *TooManyRequestsError) UnmarshalJSON(data []byte) (err error)
- type TooManyRequestsErrorCode
- type TooManyRequestsErrorDetail
- func (o *TooManyRequestsErrorDetail) GetCode() TooManyRequestsErrorDetailCode
- func (o *TooManyRequestsErrorDetail) GetCodeOk() (*TooManyRequestsErrorDetailCode, bool)
- func (o *TooManyRequestsErrorDetail) GetInnerError() TooManyRequestsErrorDetailInnerError
- func (o *TooManyRequestsErrorDetail) GetInnerErrorOk() (*TooManyRequestsErrorDetailInnerError, bool)
- func (o *TooManyRequestsErrorDetail) GetMessage() string
- func (o *TooManyRequestsErrorDetail) GetMessageOk() (*string, bool)
- func (o *TooManyRequestsErrorDetail) GetTarget() string
- func (o *TooManyRequestsErrorDetail) GetTargetOk() (*string, bool)
- func (o *TooManyRequestsErrorDetail) HasInnerError() bool
- func (o *TooManyRequestsErrorDetail) HasTarget() bool
- func (o TooManyRequestsErrorDetail) LogValue() slog.Value
- func (o TooManyRequestsErrorDetail) MarshalJSON() ([]byte, error)
- func (o *TooManyRequestsErrorDetail) SetCode(v TooManyRequestsErrorDetailCode)
- func (o *TooManyRequestsErrorDetail) SetInnerError(v TooManyRequestsErrorDetailInnerError)
- func (o *TooManyRequestsErrorDetail) SetMessage(v string)
- func (o *TooManyRequestsErrorDetail) SetTarget(v string)
- func (o TooManyRequestsErrorDetail) ToMap() (map[string]interface{}, error)
- func (o *TooManyRequestsErrorDetail) UnmarshalJSON(data []byte) (err error)
- type TooManyRequestsErrorDetailCode
- type TooManyRequestsErrorDetailInnerError
- func (o *TooManyRequestsErrorDetailInnerError) GetQuotaLimit() float32
- func (o *TooManyRequestsErrorDetailInnerError) GetQuotaLimitOk() (*float32, bool)
- func (o *TooManyRequestsErrorDetailInnerError) GetQuotaResetTime() time.Time
- func (o *TooManyRequestsErrorDetailInnerError) GetQuotaResetTimeOk() (*time.Time, bool)
- func (o *TooManyRequestsErrorDetailInnerError) GetRetryAfter() time.Time
- func (o *TooManyRequestsErrorDetailInnerError) GetRetryAfterOk() (*time.Time, bool)
- func (o *TooManyRequestsErrorDetailInnerError) HasQuotaLimit() bool
- func (o *TooManyRequestsErrorDetailInnerError) HasQuotaResetTime() bool
- func (o *TooManyRequestsErrorDetailInnerError) HasRetryAfter() bool
- func (o TooManyRequestsErrorDetailInnerError) LogValue() slog.Value
- func (o TooManyRequestsErrorDetailInnerError) MarshalJSON() ([]byte, error)
- func (o *TooManyRequestsErrorDetailInnerError) SetQuotaLimit(v float32)
- func (o *TooManyRequestsErrorDetailInnerError) SetQuotaResetTime(v time.Time)
- func (o *TooManyRequestsErrorDetailInnerError) SetRetryAfter(v time.Time)
- func (o TooManyRequestsErrorDetailInnerError) ToMap() (map[string]interface{}, error)
- func (o *TooManyRequestsErrorDetailInnerError) UnmarshalJSON(data []byte) (err error)
- type UnauthorizedError
- func (o UnauthorizedError) Error() string
- func (o *UnauthorizedError) GetCode() UnauthorizedErrorCode
- func (o *UnauthorizedError) GetCodeOk() (*UnauthorizedErrorCode, bool)
- func (o *UnauthorizedError) GetDetails() []UnauthorizedErrorDetail
- func (o *UnauthorizedError) GetDetailsOk() ([]UnauthorizedErrorDetail, bool)
- func (o *UnauthorizedError) GetId() uuid.UUID
- func (o *UnauthorizedError) GetIdOk() (*uuid.UUID, bool)
- func (o *UnauthorizedError) GetMessage() string
- func (o *UnauthorizedError) GetMessageOk() (*string, bool)
- func (o *UnauthorizedError) HasDetails() bool
- func (o UnauthorizedError) LogValue() slog.Value
- func (o UnauthorizedError) MarshalJSON() ([]byte, error)
- func (o *UnauthorizedError) SetCode(v UnauthorizedErrorCode)
- func (o *UnauthorizedError) SetDetails(v []UnauthorizedErrorDetail)
- func (o *UnauthorizedError) SetId(v uuid.UUID)
- func (o *UnauthorizedError) SetMessage(v string)
- func (o UnauthorizedError) ToMap() (map[string]interface{}, error)
- func (o *UnauthorizedError) UnmarshalJSON(data []byte) (err error)
- type UnauthorizedErrorCode
- type UnauthorizedErrorDetail
- func (o *UnauthorizedErrorDetail) GetCode() UnauthorizedErrorDetailCode
- func (o *UnauthorizedErrorDetail) GetCodeOk() (*UnauthorizedErrorDetailCode, bool)
- func (o *UnauthorizedErrorDetail) GetInnerError() map[string]interface{}
- func (o *UnauthorizedErrorDetail) GetInnerErrorOk() (map[string]interface{}, bool)
- func (o *UnauthorizedErrorDetail) GetMessage() string
- func (o *UnauthorizedErrorDetail) GetMessageOk() (*string, bool)
- func (o *UnauthorizedErrorDetail) GetTarget() string
- func (o *UnauthorizedErrorDetail) GetTargetOk() (*string, bool)
- func (o *UnauthorizedErrorDetail) HasInnerError() bool
- func (o *UnauthorizedErrorDetail) HasTarget() bool
- func (o UnauthorizedErrorDetail) LogValue() slog.Value
- func (o UnauthorizedErrorDetail) MarshalJSON() ([]byte, error)
- func (o *UnauthorizedErrorDetail) SetCode(v UnauthorizedErrorDetailCode)
- func (o *UnauthorizedErrorDetail) SetInnerError(v map[string]interface{})
- func (o *UnauthorizedErrorDetail) SetMessage(v string)
- func (o *UnauthorizedErrorDetail) SetTarget(v string)
- func (o UnauthorizedErrorDetail) ToMap() (map[string]interface{}, error)
- func (o *UnauthorizedErrorDetail) UnmarshalJSON(data []byte) (err error)
- type UnauthorizedErrorDetailCode
- type UnsupportedMediaTypeError
- func (o UnsupportedMediaTypeError) Error() string
- func (o *UnsupportedMediaTypeError) GetCode() UnsupportedMediaTypeErrorCode
- func (o *UnsupportedMediaTypeError) GetCodeOk() (*UnsupportedMediaTypeErrorCode, bool)
- func (o *UnsupportedMediaTypeError) GetDetails() []UnsupportedMediaTypeErrorDetail
- func (o *UnsupportedMediaTypeError) GetDetailsOk() ([]UnsupportedMediaTypeErrorDetail, bool)
- func (o *UnsupportedMediaTypeError) GetId() uuid.UUID
- func (o *UnsupportedMediaTypeError) GetIdOk() (*uuid.UUID, bool)
- func (o *UnsupportedMediaTypeError) GetMessage() string
- func (o *UnsupportedMediaTypeError) GetMessageOk() (*string, bool)
- func (o *UnsupportedMediaTypeError) HasDetails() bool
- func (o UnsupportedMediaTypeError) LogValue() slog.Value
- func (o UnsupportedMediaTypeError) MarshalJSON() ([]byte, error)
- func (o *UnsupportedMediaTypeError) SetCode(v UnsupportedMediaTypeErrorCode)
- func (o *UnsupportedMediaTypeError) SetDetails(v []UnsupportedMediaTypeErrorDetail)
- func (o *UnsupportedMediaTypeError) SetId(v uuid.UUID)
- func (o *UnsupportedMediaTypeError) SetMessage(v string)
- func (o UnsupportedMediaTypeError) ToMap() (map[string]interface{}, error)
- func (o *UnsupportedMediaTypeError) UnmarshalJSON(data []byte) (err error)
- type UnsupportedMediaTypeErrorCode
- type UnsupportedMediaTypeErrorDetail
- func (o *UnsupportedMediaTypeErrorDetail) GetCode() string
- func (o *UnsupportedMediaTypeErrorDetail) GetCodeOk() (*string, bool)
- func (o *UnsupportedMediaTypeErrorDetail) GetInnerError() map[string]interface{}
- func (o *UnsupportedMediaTypeErrorDetail) GetInnerErrorOk() (map[string]interface{}, bool)
- func (o *UnsupportedMediaTypeErrorDetail) GetMessage() string
- func (o *UnsupportedMediaTypeErrorDetail) GetMessageOk() (*string, bool)
- func (o *UnsupportedMediaTypeErrorDetail) GetTarget() string
- func (o *UnsupportedMediaTypeErrorDetail) GetTargetOk() (*string, bool)
- func (o *UnsupportedMediaTypeErrorDetail) HasInnerError() bool
- func (o *UnsupportedMediaTypeErrorDetail) HasTarget() bool
- func (o UnsupportedMediaTypeErrorDetail) LogValue() slog.Value
- func (o UnsupportedMediaTypeErrorDetail) MarshalJSON() ([]byte, error)
- func (o *UnsupportedMediaTypeErrorDetail) SetCode(v string)
- func (o *UnsupportedMediaTypeErrorDetail) SetInnerError(v map[string]interface{})
- func (o *UnsupportedMediaTypeErrorDetail) SetMessage(v string)
- func (o *UnsupportedMediaTypeErrorDetail) SetTarget(v string)
- func (o UnsupportedMediaTypeErrorDetail) ToMap() (map[string]interface{}, error)
- func (o *UnsupportedMediaTypeErrorDetail) UnmarshalJSON(data []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
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") )
var AllowedBadRequestErrorCodeEnumValues = []BadRequestErrorCode{
"INVALID_DATA",
"INVALID_REQUEST",
"REQUEST_FAILED",
}
All allowed values of BadRequestErrorCode enum
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
var AllowedDaVinciApplicationReplaceRequestOAuthGrantTypeEnumValues = []DaVinciApplicationReplaceRequestOAuthGrantType{
"authorizationCode",
"clientCredentials",
"implicit",
}
All allowed values of DaVinciApplicationReplaceRequestOAuthGrantType enum
var AllowedDaVinciApplicationReplaceRequestOAuthScopeEnumValues = []DaVinciApplicationReplaceRequestOAuthScope{
"flow_analytics",
"offline_access",
"openid",
"profile",
}
All allowed values of DaVinciApplicationReplaceRequestOAuthScope enum
var AllowedDaVinciApplicationResponseOAuthGrantTypeEnumValues = []DaVinciApplicationResponseOAuthGrantType{
"authorizationCode",
"clientCredentials",
"implicit",
}
All allowed values of DaVinciApplicationResponseOAuthGrantType enum
var AllowedDaVinciApplicationResponseOAuthScopeEnumValues = []DaVinciApplicationResponseOAuthScope{
"flow_analytics",
"offline_access",
"openid",
"profile",
}
All allowed values of DaVinciApplicationResponseOAuthScope enum
var AllowedDaVinciConnectorMinimalResponseMetadataTypeEnumValues = []DaVinciConnectorMinimalResponseMetadataType{
"core",
"ping",
"service",
}
All allowed values of DaVinciConnectorMinimalResponseMetadataType enum
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
var AllowedDaVinciFlowInputSchemaRequestItemPreferredDataTypeEnumValues = []DaVinciFlowInputSchemaRequestItemPreferredDataType{
"array",
"boolean",
"number",
"object",
"string",
}
All allowed values of DaVinciFlowInputSchemaRequestItemPreferredDataType enum
var AllowedDaVinciFlowInputSchemaResponseItemPreferredDataTypeEnumValues = []DaVinciFlowInputSchemaResponseItemPreferredDataType{
"array",
"boolean",
"number",
"object",
"string",
}
All allowed values of DaVinciFlowInputSchemaResponseItemPreferredDataType enum
var AllowedDaVinciFlowOutputSchemaRequestOutputTypeEnumValues = []DaVinciFlowOutputSchemaRequestOutputType{
"object",
}
All allowed values of DaVinciFlowOutputSchemaRequestOutputType enum
var AllowedDaVinciFlowOutputSchemaResponseOutputTypeEnumValues = []DaVinciFlowOutputSchemaResponseOutputType{
"object",
}
All allowed values of DaVinciFlowOutputSchemaResponseOutputType enum
var AllowedDaVinciFlowPolicyCreateRequestStatusEnumValues = []DaVinciFlowPolicyCreateRequestStatus{
"disabled",
"enabled",
}
All allowed values of DaVinciFlowPolicyCreateRequestStatus enum
var AllowedDaVinciFlowPolicyCreateRequestTriggerTypeEnumValues = []DaVinciFlowPolicyCreateRequestTriggerType{
"AUTHENTICATION",
}
All allowed values of DaVinciFlowPolicyCreateRequestTriggerType enum
var AllowedDaVinciFlowPolicyReplaceRequestStatusEnumValues = []DaVinciFlowPolicyReplaceRequestStatus{
"disabled",
"enabled",
}
All allowed values of DaVinciFlowPolicyReplaceRequestStatus enum
var AllowedDaVinciFlowPolicyReplaceRequestTriggerTypeEnumValues = []DaVinciFlowPolicyReplaceRequestTriggerType{
"AUTHENTICATION",
}
All allowed values of DaVinciFlowPolicyReplaceRequestTriggerType enum
var AllowedDaVinciFlowPolicyResponseStatusEnumValues = []DaVinciFlowPolicyResponseStatus{
"disabled",
"enabled",
}
All allowed values of DaVinciFlowPolicyResponseStatus enum
var AllowedDaVinciFlowPolicyTriggerTypeEnumValues = []DaVinciFlowPolicyTriggerType{
"AUTHENTICATION",
}
All allowed values of DaVinciFlowPolicyTriggerType enum
"false",
"true",
}
All allowed values of DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2 enum
var AllowedDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2EnumValues = []DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 enum
var AllowedDaVinciFlowSettingsRequestJsLinkDeferChoice2EnumValues = []DaVinciFlowSettingsRequestJsLinkDeferChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsRequestJsLinkDeferChoice2 enum
var AllowedDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2EnumValues = []DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2 enum
var AllowedDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2EnumValues = []DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2 enum
var AllowedDaVinciFlowSettingsRequestUseCSPChoice2EnumValues = []DaVinciFlowSettingsRequestUseCSPChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsRequestUseCSPChoice2 enum
var AllowedDaVinciFlowSettingsRequestUseCustomCSSChoice2EnumValues = []DaVinciFlowSettingsRequestUseCustomCSSChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsRequestUseCustomCSSChoice2 enum
var AllowedDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2EnumValues = []DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2 enum
var AllowedDaVinciFlowSettingsRequestUseCustomScriptChoice2EnumValues = []DaVinciFlowSettingsRequestUseCustomScriptChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsRequestUseCustomScriptChoice2 enum
var AllowedDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2EnumValues = []DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2 enum
var AllowedDaVinciFlowSettingsRequestValidateOnSaveChoice2EnumValues = []DaVinciFlowSettingsRequestValidateOnSaveChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsRequestValidateOnSaveChoice2 enum
"false",
"true",
}
All allowed values of DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2 enum
var AllowedDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2EnumValues = []DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 enum
var AllowedDaVinciFlowSettingsResponseJsLinkDeferChoice2EnumValues = []DaVinciFlowSettingsResponseJsLinkDeferChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsResponseJsLinkDeferChoice2 enum
var AllowedDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2EnumValues = []DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2 enum
var AllowedDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2EnumValues = []DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2 enum
var AllowedDaVinciFlowSettingsResponseUseCSPChoice2EnumValues = []DaVinciFlowSettingsResponseUseCSPChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsResponseUseCSPChoice2 enum
var AllowedDaVinciFlowSettingsResponseUseCustomCSSChoice2EnumValues = []DaVinciFlowSettingsResponseUseCustomCSSChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsResponseUseCustomCSSChoice2 enum
var AllowedDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2EnumValues = []DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2 enum
var AllowedDaVinciFlowSettingsResponseUseCustomScriptChoice2EnumValues = []DaVinciFlowSettingsResponseUseCustomScriptChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsResponseUseCustomScriptChoice2 enum
var AllowedDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2EnumValues = []DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2 enum
var AllowedDaVinciFlowSettingsResponseValidateOnSaveChoice2EnumValues = []DaVinciFlowSettingsResponseValidateOnSaveChoice2{
"false",
"true",
}
All allowed values of DaVinciFlowSettingsResponseValidateOnSaveChoice2 enum
var AllowedDaVinciFlowTriggerRequestTypeEnumValues = []DaVinciFlowTriggerRequestType{
"AUTHENTICATION",
"SCHEDULE",
}
All allowed values of DaVinciFlowTriggerRequestType enum
var AllowedDaVinciFlowTriggerResponseTypeEnumValues = []DaVinciFlowTriggerResponseType{
"AUTHENTICATION",
"SCHEDULE",
}
All allowed values of DaVinciFlowTriggerResponseType enum
var AllowedDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacementEnumValues = []DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement{
"left",
"right",
}
All allowed values of DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement enum
var AllowedDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonTypeEnumValues = []DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType{
"back-to-previous",
"form-submit",
"mfa-reset",
"next-event",
"nuance-audio",
"otp",
}
All allowed values of DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType enum
var AllowedDaVinciFlowVersionDetailResponseSkcomponentOptionsContentTypeEnumValues = []DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType{
"image",
"text",
}
All allowed values of DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType enum
var AllowedDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewTypeEnumValues = []DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType{
"image",
"text",
}
All allowed values of DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType enum
var AllowedDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreviewEnumValues = []DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview{
"no",
"yes",
}
All allowed values of DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview enum
var AllowedDaVinciVariableCreateRequestContextEnumValues = []DaVinciVariableCreateRequestContext{
"company",
"flow",
"flowInstance",
"user",
}
All allowed values of DaVinciVariableCreateRequestContext enum
var AllowedDaVinciVariableCreateRequestDataTypeEnumValues = []DaVinciVariableCreateRequestDataType{
"boolean",
"number",
"object",
"secret",
"string",
}
All allowed values of DaVinciVariableCreateRequestDataType enum
var AllowedDaVinciVariableReplaceRequestContextEnumValues = []DaVinciVariableReplaceRequestContext{
"company",
"flow",
"flowInstance",
"user",
}
All allowed values of DaVinciVariableReplaceRequestContext enum
var AllowedDaVinciVariableReplaceRequestDataTypeEnumValues = []DaVinciVariableReplaceRequestDataType{
"boolean",
"number",
"object",
"secret",
"string",
}
All allowed values of DaVinciVariableReplaceRequestDataType enum
var AllowedDaVinciVariableResponseDataTypeEnumValues = []DaVinciVariableResponseDataType{
"array",
"boolean",
"button",
"list",
"listInt",
"mapping",
"number",
"object",
"propertyGroup",
"screenConfig",
"secret",
"skConnectorList",
"skEvent",
"string",
"timestamp",
}
All allowed values of DaVinciVariableResponseDataType enum
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
var AllowedEnvironmentBillOfMaterialsSolutionTypeEnumValues = []EnvironmentBillOfMaterialsSolutionType{
"CIAM_TRIAL",
"CUSTOMER",
"WF_TRIAL",
"WORKFORCE",
}
All allowed values of EnvironmentBillOfMaterialsSolutionType enum
var AllowedEnvironmentCreateRequestSubtypeEnumValues = []EnvironmentCreateRequestSubtype{
"DEV",
"QA",
"STAGING",
"TESTING",
"UAT",
}
All allowed values of EnvironmentCreateRequestSubtype enum
var AllowedEnvironmentRegionCodeEnumValues = []EnvironmentRegionCode{
"AP",
"AU",
"CA",
"EU",
"NA",
"SG",
}
All allowed values of EnvironmentRegionCode enum
var AllowedEnvironmentReplaceRequestSubtypeEnumValues = []EnvironmentReplaceRequestSubtype{
"DEV",
"QA",
"STAGING",
"TESTING",
"UAT",
}
All allowed values of EnvironmentReplaceRequestSubtype enum
var AllowedEnvironmentResponseSubtypeEnumValues = []EnvironmentResponseSubtype{
"DEV",
"QA",
"STAGING",
"TESTING",
"UAT",
}
All allowed values of EnvironmentResponseSubtype enum
var AllowedEnvironmentStatusValueEnumValues = []EnvironmentStatusValue{
"ACTIVE",
"DELETE_PENDING",
}
All allowed values of EnvironmentStatusValue enum
var AllowedEnvironmentTypeValueEnumValues = []EnvironmentTypeValue{
"PRODUCTION",
"SANDBOX",
}
All allowed values of EnvironmentTypeValue enum
var AllowedForbiddenErrorCodeEnumValues = []ForbiddenErrorCode{
"ACCESS_FAILED",
}
All allowed values of ForbiddenErrorCode enum
var AllowedForbiddenErrorDetailCodeEnumValues = []ForbiddenErrorDetailCode{
"INSUFFICIENT_PERMISSIONS",
"LICENSE_EXCEEDED",
}
All allowed values of ForbiddenErrorDetailCode enum
var AllowedInternalServerErrorCodeEnumValues = []InternalServerErrorCode{
"UNEXPECTED_ERROR",
}
All allowed values of InternalServerErrorCode enum
var AllowedNotFoundErrorCodeEnumValues = []NotFoundErrorCode{
"NOT_FOUND",
}
All allowed values of NotFoundErrorCode enum
var AllowedSnapshotViewStatusEnumValues = []SnapshotViewStatus{
"COMPLETE",
"ERROR",
"IN_PROGRESS",
"WAITING",
}
All allowed values of SnapshotViewStatus enum
var AllowedTooManyRequestsErrorCodeEnumValues = []TooManyRequestsErrorCode{
"REQUEST_LIMITED",
}
All allowed values of TooManyRequestsErrorCode enum
var AllowedTooManyRequestsErrorDetailCodeEnumValues = []TooManyRequestsErrorDetailCode{
"LIMIT_EXCEEDED",
"QUOTA_EXCEEDED",
}
All allowed values of TooManyRequestsErrorDetailCode enum
"ACCESS_FAILED",
}
All allowed values of UnauthorizedErrorCode enum
"INSUFFICIENT_PERMISSIONS",
"INVALID_TOKEN",
}
All allowed values of UnauthorizedErrorDetailCode enum
var AllowedUnsupportedMediaTypeErrorCodeEnumValues = []UnsupportedMediaTypeErrorCode{
"INVALID_REQUEST",
}
All allowed values of UnsupportedMediaTypeErrorCode enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func NewServiceConfiguration ¶
func NewServiceConfiguration() *pingone.Configuration
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct {
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.
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 (r ApiCloneFlowByIdAsCloneJsonRequest) Execute() (*DaVinciFlowResponse, *http.Response, error)
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 (r ApiCreateConnectorInstanceByIdRequest) Execute() (*DaVinciConnectorInstanceResponse, *http.Response, error)
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 (r ApiCreateConnectorInstanceRequest) Execute() (*DaVinciConnectorInstanceResponse, *http.Response, error)
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 (r ApiCreateDavinciApplicationRequest) Execute() (*DaVinciApplicationResponse, *http.Response, error)
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 (r ApiCreateEnvironmentRequest) Execute() (*EnvironmentResponse, *http.Response, error)
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 (r ApiCreateFlowPolicyByDavinciApplicationIdRequest) DaVinciFlowPolicyCreateRequest(daVinciFlowPolicyCreateRequest DaVinciFlowPolicyCreateRequest) ApiCreateFlowPolicyByDavinciApplicationIdRequest
func (ApiCreateFlowPolicyByDavinciApplicationIdRequest) Execute ¶
func (r ApiCreateFlowPolicyByDavinciApplicationIdRequest) Execute() (*DaVinciFlowPolicyResponse, *http.Response, error)
func (ApiCreateFlowPolicyByDavinciApplicationIdRequest) XPingExternalSessionID ¶
func (r ApiCreateFlowPolicyByDavinciApplicationIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiCreateFlowPolicyByDavinciApplicationIdRequest
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 (r ApiCreateFlowRequest) Execute() (*DaVinciFlowResponse, *http.Response, error)
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 (r ApiCreateSnapshotRequest) Execute() (*SnapshotView, *http.Response, error)
func (ApiCreateSnapshotRequest) Expand ¶ added in v0.2.0
func (r ApiCreateSnapshotRequest) Expand(expand string) ApiCreateSnapshotRequest
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 (r ApiCreateVariableRequest) Execute() (*DaVinciVariableResponse, *http.Response, error)
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 (r ApiDeleteConnectorInstanceByIdRequest) Execute() (*http.Response, error)
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 (r ApiDeleteDavinciApplicationByIdRequest) Execute() (*http.Response, error)
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 (r ApiDeleteEnvironmentByIdRequest) Execute() (*http.Response, error)
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 (r ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest) Execute() (*http.Response, error)
func (ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalSessionID ¶
func (r ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest
func (ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalTransactionID ¶
func (r ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiDeleteFlowPolicyByIdUsingDavinciApplicationIdRequest
type ApiDeleteVariableByIdRequest ¶
type ApiDeleteVariableByIdRequest struct {
ApiService *DaVinciVariablesApiService
// contains filtered or unexported fields
}
func (ApiDeleteVariableByIdRequest) Execute ¶
func (r ApiDeleteVariableByIdRequest) Execute() (*http.Response, error)
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 (r ApiDeleteVersionByIdUsingFlowIdRequest) Execute() (*http.Response, error)
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 (r ApiDeployFlowByIdAsDeployJsonRequest) Execute() (*DaVinciFlowResponse, *http.Response, error)
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 (r ApiGetBillOfMaterialsByEnvironmentIdRequest) Execute() (*EnvironmentBillOfMaterialsResponse, *http.Response, error)
func (ApiGetBillOfMaterialsByEnvironmentIdRequest) XPingExternalSessionID ¶
func (r ApiGetBillOfMaterialsByEnvironmentIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetBillOfMaterialsByEnvironmentIdRequest
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 (r ApiGetConnectorByIdRequest) Execute() (*DaVinciConnectorMinimalResponse, *http.Response, error)
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 (r ApiGetConnectorInstanceByIdRequest) Execute() (*DaVinciConnectorInstanceResponse, *http.Response, error)
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 (r ApiGetConnectorInstancesRequest) Execute() (*DaVinciConnectorInstanceCollectionResponse, *http.Response, error)
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 (r ApiGetConnectorsRequest) Execute() (*DaVinciConnectorCollectionMinimalResponse, *http.Response, error)
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 (r ApiGetDavinciApplicationByIdRequest) Execute() (*DaVinciApplicationResponse, *http.Response, error)
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 (r ApiGetDavinciApplicationsRequest) Execute() (*DaVinciApplicationCollectionResponse, *http.Response, error)
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 (r ApiGetDetailsByConnectorIdRequest) Execute() (*DaVinciConnectorDetailsResponse, *http.Response, error)
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 (r ApiGetDetailsByFlowIdAndVersionIdRequest) Execute() (*DaVinciFlowVersionDetailResponse, *http.Response, error)
func (ApiGetDetailsByFlowIdAndVersionIdRequest) Expand ¶ added in v0.3.0
func (r ApiGetDetailsByFlowIdAndVersionIdRequest) Expand(expand string) ApiGetDetailsByFlowIdAndVersionIdRequest
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 (r ApiGetEnvironmentByIdRequest) Execute() (*EnvironmentResponse, *http.Response, error)
func (ApiGetEnvironmentByIdRequest) Expand ¶
func (r ApiGetEnvironmentByIdRequest) Expand(expand string) ApiGetEnvironmentByIdRequest
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 (r ApiGetEnvironmentsRequest) Cursor(cursor string) ApiGetEnvironmentsRequest
func (ApiGetEnvironmentsRequest) Execute ¶
func (r ApiGetEnvironmentsRequest) Execute() PagedIterator[EnvironmentsCollectionResponse]
func (ApiGetEnvironmentsRequest) ExecuteInitialPage ¶
func (r ApiGetEnvironmentsRequest) ExecuteInitialPage() (*EnvironmentsCollectionResponse, *http.Response, error)
func (ApiGetEnvironmentsRequest) Expand ¶
func (r ApiGetEnvironmentsRequest) Expand(expand string) ApiGetEnvironmentsRequest
func (ApiGetEnvironmentsRequest) Filter ¶
func (r ApiGetEnvironmentsRequest) Filter(filter string) ApiGetEnvironmentsRequest
func (ApiGetEnvironmentsRequest) Limit ¶
func (r ApiGetEnvironmentsRequest) Limit(limit int32) ApiGetEnvironmentsRequest
func (ApiGetEnvironmentsRequest) Order ¶
func (r ApiGetEnvironmentsRequest) Order(order string) ApiGetEnvironmentsRequest
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 (r ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest) Execute() (*DaVinciFlowPolicyEventsCollection, *http.Response, error)
func (ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest) XPingExternalSessionID ¶
func (r ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest
func (ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest) XPingExternalTransactionID ¶
func (r ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest
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 (r ApiGetFlowByIdRequest) Execute() (*DaVinciFlowResponse, *http.Response, error)
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 (r ApiGetFlowPoliciesByDavinciApplicationIdRequest) Execute() (*DaVinciFlowPolicyCollection, *http.Response, error)
func (ApiGetFlowPoliciesByDavinciApplicationIdRequest) XPingExternalSessionID ¶
func (r ApiGetFlowPoliciesByDavinciApplicationIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetFlowPoliciesByDavinciApplicationIdRequest
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 (r ApiGetFlowPolicyByIdRequest) Execute() (*PingOneApplicationDaVinciFlowPolicy, *http.Response, error)
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 (r ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest) Execute() (*DaVinciFlowPolicyResponse, *http.Response, error)
func (ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalSessionID ¶
func (r ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest
func (ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalTransactionID ¶
func (r ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest
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 (r ApiGetFlowsRequest) Execute() (*DaVinciFlowCollection, *http.Response, error)
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 (r ApiGetSnapshotByIdRequest) Execute() (*SnapshotView, *http.Response, error)
func (ApiGetSnapshotByIdRequest) Expand ¶ added in v0.2.0
func (r ApiGetSnapshotByIdRequest) Expand(expand string) ApiGetSnapshotByIdRequest
func (ApiGetSnapshotByIdRequest) Filter ¶ added in v0.2.0
func (r ApiGetSnapshotByIdRequest) Filter(filter string) ApiGetSnapshotByIdRequest
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 (r ApiGetTotalIdentitiesRequest) Execute() (*DirectoryTotalIdentitiesCountCollectionResponse, *http.Response, error)
func (ApiGetTotalIdentitiesRequest) Filter ¶
func (r ApiGetTotalIdentitiesRequest) Filter(filter string) ApiGetTotalIdentitiesRequest
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 (r ApiGetVariableByIdRequest) Execute() (*DaVinciVariableResponse, *http.Response, error)
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 (r ApiGetVariablesRequest) Cursor(cursor string) ApiGetVariablesRequest
func (ApiGetVariablesRequest) Execute ¶
func (r ApiGetVariablesRequest) Execute() PagedIterator[DaVinciVariableCollectionResponse]
func (ApiGetVariablesRequest) ExecuteInitialPage ¶
func (r ApiGetVariablesRequest) ExecuteInitialPage() (*DaVinciVariableCollectionResponse, *http.Response, error)
func (ApiGetVariablesRequest) Filter ¶
func (r ApiGetVariablesRequest) Filter(filter string) ApiGetVariablesRequest
func (ApiGetVariablesRequest) Limit ¶
func (r ApiGetVariablesRequest) Limit(limit int32) ApiGetVariablesRequest
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 (r ApiGetVersionByIdUsingFlowIdRequest) Execute() (*DaVinciFlowVersionResponse, *http.Response, error)
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 (r ApiGetVersionByIdUsingSnapshotIdRequest) Attributes(attributes string) ApiGetVersionByIdUsingSnapshotIdRequest
func (ApiGetVersionByIdUsingSnapshotIdRequest) Execute ¶ added in v0.2.0
func (r ApiGetVersionByIdUsingSnapshotIdRequest) Execute() (*SnapshotView, *http.Response, error)
func (ApiGetVersionByIdUsingSnapshotIdRequest) Expand ¶ added in v0.2.0
func (r ApiGetVersionByIdUsingSnapshotIdRequest) Expand(expand string) ApiGetVersionByIdUsingSnapshotIdRequest
func (ApiGetVersionByIdUsingSnapshotIdRequest) Filter ¶ added in v0.2.0
func (r ApiGetVersionByIdUsingSnapshotIdRequest) Filter(filter string) ApiGetVersionByIdUsingSnapshotIdRequest
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 (r ApiGetVersionsByFlowIdRequest) Execute() (*DaVinciFlowVersionCollectionResponse, *http.Response, error)
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 (r ApiGetVersionsBySnapshotIdRequest) Execute() (*SnapshotVersionCollectionResponse, *http.Response, error)
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 (r ApiReplaceAliasByFlowIdAndVersionIdRequest) Execute() (*DaVinciFlowVersionAliasResponse, *http.Response, error)
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 (r ApiReplaceBillOfMaterialsByEnvironmentIdRequest) Execute() (*EnvironmentBillOfMaterialsResponse, *http.Response, error)
func (ApiReplaceBillOfMaterialsByEnvironmentIdRequest) XPingExternalSessionID ¶
func (r ApiReplaceBillOfMaterialsByEnvironmentIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceBillOfMaterialsByEnvironmentIdRequest
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 (r ApiReplaceConnectorInstanceByIdRequest) Execute() (*DaVinciConnectorInstanceResponse, *http.Response, error)
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 (r ApiReplaceDavinciApplicationByIdRequest) Execute() (*DaVinciApplicationResponse, *http.Response, error)
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 (r ApiReplaceEnvironmentByIdRequest) Execute() (*EnvironmentResponse, *http.Response, error)
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 (r ApiReplaceFlowByIdRequest) Execute() (*DaVinciFlowResponse, *http.Response, error)
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 (r ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) DaVinciFlowPolicyReplaceRequest(daVinciFlowPolicyReplaceRequest DaVinciFlowPolicyReplaceRequest) ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest
func (ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) Execute ¶
func (r ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) Execute() (*DaVinciFlowPolicyResponse, *http.Response, error)
func (ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalSessionID ¶
func (r ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest
func (ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalTransactionID ¶
func (r ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) XPingExternalTransactionID(xPingExternalTransactionID string) ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest
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 (r ApiReplaceVariableByIdRequest) Execute() (*DaVinciVariableResponse, *http.Response, error)
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 (r ApiRotateKeyByDavinciApplicationIdRequest) Execute() (*DaVinciApplicationResponse, *http.Response, error)
func (ApiRotateKeyByDavinciApplicationIdRequest) RequestBody ¶
func (r ApiRotateKeyByDavinciApplicationIdRequest) RequestBody(requestBody map[string]interface{}) ApiRotateKeyByDavinciApplicationIdRequest
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 (r ApiRotateSecretByDavinciApplicationIdRequest) Execute() (*DaVinciApplicationResponse, *http.Response, error)
func (ApiRotateSecretByDavinciApplicationIdRequest) RequestBody ¶
func (r ApiRotateSecretByDavinciApplicationIdRequest) RequestBody(requestBody map[string]interface{}) ApiRotateSecretByDavinciApplicationIdRequest
func (ApiRotateSecretByDavinciApplicationIdRequest) XPingExternalSessionID ¶
func (r ApiRotateSecretByDavinciApplicationIdRequest) XPingExternalSessionID(xPingExternalSessionID string) ApiRotateSecretByDavinciApplicationIdRequest
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 (r ApiUpdateEnabledByFlowIdRequest) Execute() (*DaVinciFlowEnabledResponse, *http.Response, error)
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 (r ApiValidateFlowByIdAsValidateJsonRequest) DaVinciFlowValidateRequest(daVinciFlowValidateRequest DaVinciFlowValidateRequest) ApiValidateFlowByIdAsValidateJsonRequest
func (ApiValidateFlowByIdAsValidateJsonRequest) Execute ¶ added in v0.3.0
func (r ApiValidateFlowByIdAsValidateJsonRequest) Execute() (*DaVinciFlowResponse, *http.Response, error)
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 ¶
func (v BadRequestErrorCode) Ptr() *BadRequestErrorCode
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 ¶
func (o *BadRequestErrorDetail) GetCode() BadRequestErrorDetailCode
GetCode returns the Code field value
func (*BadRequestErrorDetail) GetCodeOk ¶
func (o *BadRequestErrorDetail) GetCodeOk() (*BadRequestErrorDetailCode, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*BadRequestErrorDetail) GetInnerError ¶
func (o *BadRequestErrorDetail) GetInnerError() BadRequestErrorDetailInnerError
GetInnerError returns the InnerError field value if set, zero value otherwise.
func (*BadRequestErrorDetail) GetInnerErrorOk ¶
func (o *BadRequestErrorDetail) GetInnerErrorOk() (*BadRequestErrorDetailInnerError, 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 (*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 ¶
func (o *BadRequestErrorDetail) SetCode(v BadRequestErrorDetailCode)
SetCode sets field value
func (*BadRequestErrorDetail) SetInnerError ¶
func (o *BadRequestErrorDetail) SetInnerError(v BadRequestErrorDetailInnerError)
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 ¶
func (v BadRequestErrorDetailCode) Ptr() *BadRequestErrorDetailCode
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 ¶
func (o *BadRequestErrorDetailInnerError) GetClaim() string
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 (o BadRequestErrorDetailInnerError) LogValue() slog.Value
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) ServerURLWithContext ¶
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
func (a *ConfigurationManagementApiService) CreateSnapshot(ctx context.Context, environmentID uuid.UUID) ApiCreateSnapshotRequest
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
func (a *ConfigurationManagementApiService) CreateSnapshotExecute(r ApiCreateSnapshotRequest) (*SnapshotView, *http.Response, error)
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
func (a *ConfigurationManagementApiService) GetSnapshotByIdExecute(r ApiGetSnapshotByIdRequest) (*SnapshotView, *http.Response, error)
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
func (a *ConfigurationManagementApiService) GetVersionByIdUsingSnapshotIdExecute(r ApiGetVersionByIdUsingSnapshotIdRequest) (*SnapshotView, *http.Response, error)
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
func (a *ConfigurationManagementApiService) GetVersionsBySnapshotIdExecute(r ApiGetVersionsBySnapshotIdRequest) (*SnapshotVersionCollectionResponse, *http.Response, error)
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 ¶
func NewDaVinciApplicationCollectionResponse(links DaVinciApplicationCollectionResponseLinks, embedded DaVinciApplicationCollectionResponseEmbedded) *DaVinciApplicationCollectionResponse
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 ¶
func (o *DaVinciApplicationCollectionResponse) GetEmbedded() DaVinciApplicationCollectionResponseEmbedded
GetEmbedded returns the Embedded field value
func (*DaVinciApplicationCollectionResponse) GetEmbeddedOk ¶
func (o *DaVinciApplicationCollectionResponse) GetEmbeddedOk() (*DaVinciApplicationCollectionResponseEmbedded, bool)
GetEmbeddedOk returns a tuple with the Embedded field value and a boolean to check if the value has been set.
func (*DaVinciApplicationCollectionResponse) GetLinks ¶
func (o *DaVinciApplicationCollectionResponse) GetLinks() DaVinciApplicationCollectionResponseLinks
GetLinks returns the Links field value
func (*DaVinciApplicationCollectionResponse) GetLinksOk ¶
func (o *DaVinciApplicationCollectionResponse) GetLinksOk() (*DaVinciApplicationCollectionResponseLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (DaVinciApplicationCollectionResponse) LogValue ¶
func (o DaVinciApplicationCollectionResponse) LogValue() slog.Value
func (DaVinciApplicationCollectionResponse) MarshalJSON ¶
func (o DaVinciApplicationCollectionResponse) MarshalJSON() ([]byte, error)
func (*DaVinciApplicationCollectionResponse) SetEmbedded ¶
func (o *DaVinciApplicationCollectionResponse) SetEmbedded(v DaVinciApplicationCollectionResponseEmbedded)
SetEmbedded sets field value
func (*DaVinciApplicationCollectionResponse) SetLinks ¶
func (o *DaVinciApplicationCollectionResponse) SetLinks(v DaVinciApplicationCollectionResponseLinks)
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 ¶
func (o *DaVinciApplicationCollectionResponseEmbedded) GetDavinciApplications() []DaVinciApplicationResponse
GetDavinciApplications returns the DavinciApplications field value
func (*DaVinciApplicationCollectionResponseEmbedded) GetDavinciApplicationsOk ¶
func (o *DaVinciApplicationCollectionResponseEmbedded) GetDavinciApplicationsOk() ([]DaVinciApplicationResponse, bool)
GetDavinciApplicationsOk returns a tuple with the DavinciApplications field value and a boolean to check if the value has been set.
func (DaVinciApplicationCollectionResponseEmbedded) LogValue ¶
func (o DaVinciApplicationCollectionResponseEmbedded) LogValue() slog.Value
func (DaVinciApplicationCollectionResponseEmbedded) MarshalJSON ¶
func (o DaVinciApplicationCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
func (*DaVinciApplicationCollectionResponseEmbedded) SetDavinciApplications ¶
func (o *DaVinciApplicationCollectionResponseEmbedded) SetDavinciApplications(v []DaVinciApplicationResponse)
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 ¶
type DaVinciApplicationCollectionResponseLinks struct {
Environment JSONHALLink `json:"environment"`
Self JSONHALLink `json:"self"`
AdditionalProperties map[string]interface{}
}
DaVinciApplicationCollectionResponseLinks struct for DaVinciApplicationCollectionResponseLinks
func NewDaVinciApplicationCollectionResponseLinks ¶
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 ¶
func (o *DaVinciApplicationCollectionResponseLinks) GetEnvironment() JSONHALLink
GetEnvironment returns the Environment field value
func (*DaVinciApplicationCollectionResponseLinks) GetEnvironmentOk ¶
func (o *DaVinciApplicationCollectionResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*DaVinciApplicationCollectionResponseLinks) GetSelf ¶
func (o *DaVinciApplicationCollectionResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciApplicationCollectionResponseLinks) GetSelfOk ¶
func (o *DaVinciApplicationCollectionResponseLinks) GetSelfOk() (*JSONHALLink, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (DaVinciApplicationCollectionResponseLinks) LogValue ¶
func (o DaVinciApplicationCollectionResponseLinks) LogValue() slog.Value
func (DaVinciApplicationCollectionResponseLinks) MarshalJSON ¶
func (o DaVinciApplicationCollectionResponseLinks) MarshalJSON() ([]byte, error)
func (*DaVinciApplicationCollectionResponseLinks) SetEnvironment ¶
func (o *DaVinciApplicationCollectionResponseLinks) SetEnvironment(v JSONHALLink)
SetEnvironment sets field value
func (*DaVinciApplicationCollectionResponseLinks) SetSelf ¶
func (o *DaVinciApplicationCollectionResponseLinks) SetSelf(v JSONHALLink)
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 ¶
func (o *DaVinciApplicationCreateRequest) GetName() string
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 (o DaVinciApplicationCreateRequest) LogValue() slog.Value
func (DaVinciApplicationCreateRequest) MarshalJSON ¶
func (o DaVinciApplicationCreateRequest) MarshalJSON() ([]byte, error)
func (*DaVinciApplicationCreateRequest) SetName ¶
func (o *DaVinciApplicationCreateRequest) SetName(v string)
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
func (o *DaVinciApplicationReplaceRequest) GetApiKey() DaVinciApplicationReplaceRequestApiKey
GetApiKey returns the ApiKey field value if set, zero value otherwise.
func (*DaVinciApplicationReplaceRequest) GetApiKeyOk ¶ added in v0.5.0
func (o *DaVinciApplicationReplaceRequest) GetApiKeyOk() (*DaVinciApplicationReplaceRequestApiKey, bool)
GetApiKeyOk returns a tuple with the ApiKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaVinciApplicationReplaceRequest) GetName ¶
func (o *DaVinciApplicationReplaceRequest) GetName() string
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 ¶
func (o *DaVinciApplicationReplaceRequest) GetOauth() DaVinciApplicationReplaceRequestOAuth
GetOauth returns the Oauth field value if set, zero value otherwise.
func (*DaVinciApplicationReplaceRequest) GetOauthOk ¶
func (o *DaVinciApplicationReplaceRequest) GetOauthOk() (*DaVinciApplicationReplaceRequestOAuth, bool)
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 (o DaVinciApplicationReplaceRequest) LogValue() slog.Value
func (DaVinciApplicationReplaceRequest) MarshalJSON ¶
func (o DaVinciApplicationReplaceRequest) MarshalJSON() ([]byte, error)
func (*DaVinciApplicationReplaceRequest) SetApiKey ¶ added in v0.5.0
func (o *DaVinciApplicationReplaceRequest) SetApiKey(v DaVinciApplicationReplaceRequestApiKey)
SetApiKey gets a reference to the given DaVinciApplicationReplaceRequestApiKey and assigns it to the ApiKey field.
func (*DaVinciApplicationReplaceRequest) SetName ¶
func (o *DaVinciApplicationReplaceRequest) SetName(v string)
SetName sets field value
func (*DaVinciApplicationReplaceRequest) SetOauth ¶
func (o *DaVinciApplicationReplaceRequest) SetOauth(v DaVinciApplicationReplaceRequestOAuth)
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
func (o *DaVinciApplicationReplaceRequestApiKey) GetEnabled() bool
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
func (o *DaVinciApplicationReplaceRequestApiKey) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (DaVinciApplicationReplaceRequestApiKey) LogValue ¶ added in v0.5.0
func (o DaVinciApplicationReplaceRequestApiKey) LogValue() slog.Value
func (DaVinciApplicationReplaceRequestApiKey) MarshalJSON ¶ added in v0.5.0
func (o DaVinciApplicationReplaceRequestApiKey) MarshalJSON() ([]byte, error)
func (*DaVinciApplicationReplaceRequestApiKey) SetEnabled ¶ added in v0.5.0
func (o *DaVinciApplicationReplaceRequestApiKey) SetEnabled(v bool)
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 ¶
func (o *DaVinciApplicationReplaceRequestOAuth) GetGrantTypes() []DaVinciApplicationReplaceRequestOAuthGrantType
GetGrantTypes returns the GrantTypes field value if set, zero value otherwise.
func (*DaVinciApplicationReplaceRequestOAuth) GetGrantTypesOk ¶
func (o *DaVinciApplicationReplaceRequestOAuth) GetGrantTypesOk() ([]DaVinciApplicationReplaceRequestOAuthGrantType, bool)
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 ¶
func (o *DaVinciApplicationReplaceRequestOAuth) GetScopes() []DaVinciApplicationReplaceRequestOAuthScope
GetScopes returns the Scopes field value if set, zero value otherwise.
func (*DaVinciApplicationReplaceRequestOAuth) GetScopesOk ¶
func (o *DaVinciApplicationReplaceRequestOAuth) GetScopesOk() ([]DaVinciApplicationReplaceRequestOAuthScope, bool)
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 ¶
func (o *DaVinciApplicationReplaceRequestOAuth) GetSpjwksUrl() string
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 ¶
func (o *DaVinciApplicationReplaceRequestOAuth) HasScopes() bool
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 (o DaVinciApplicationReplaceRequestOAuth) LogValue() slog.Value
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 ¶
func (o *DaVinciApplicationReplaceRequestOAuth) SetGrantTypes(v []DaVinciApplicationReplaceRequestOAuthGrantType)
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 ¶
func (o *DaVinciApplicationReplaceRequestOAuth) SetScopes(v []DaVinciApplicationReplaceRequestOAuthScope)
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 ¶
func (v DaVinciApplicationReplaceRequestOAuthGrantType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciApplicationReplaceRequestOAuthGrantType) Ptr ¶
func (v DaVinciApplicationReplaceRequestOAuthGrantType) Ptr() *DaVinciApplicationReplaceRequestOAuthGrantType
Ptr returns reference to DaVinci_Application_Replace_Request_OAuth_Grant_Type value
func (*DaVinciApplicationReplaceRequestOAuthGrantType) UnmarshalJSON ¶
func (v *DaVinciApplicationReplaceRequestOAuthGrantType) UnmarshalJSON(src []byte) error
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 ¶
func (v DaVinciApplicationReplaceRequestOAuthScope) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciApplicationReplaceRequestOAuthScope) Ptr ¶
func (v DaVinciApplicationReplaceRequestOAuthScope) Ptr() *DaVinciApplicationReplaceRequestOAuthScope
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 ¶
func NewDaVinciApplicationResponse(links DaVinciApplicationResponseLinks, apiKey DaVinciApplicationResponseApiKey, environment ResourceRelationshipReadOnly, id string, name string, oauth DaVinciApplicationResponseOAuth) *DaVinciApplicationResponse
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 ¶
func (o *DaVinciApplicationResponse) GetApiKey() DaVinciApplicationResponseApiKey
GetApiKey returns the ApiKey field value
func (*DaVinciApplicationResponse) GetApiKeyOk ¶
func (o *DaVinciApplicationResponse) GetApiKeyOk() (*DaVinciApplicationResponseApiKey, bool)
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 ¶
func (o *DaVinciApplicationResponse) GetEnvironment() ResourceRelationshipReadOnly
GetEnvironment returns the Environment field value
func (*DaVinciApplicationResponse) GetEnvironmentOk ¶
func (o *DaVinciApplicationResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*DaVinciApplicationResponse) GetId ¶
func (o *DaVinciApplicationResponse) GetId() string
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.
func (*DaVinciApplicationResponse) GetLinks ¶
func (o *DaVinciApplicationResponse) GetLinks() DaVinciApplicationResponseLinks
GetLinks returns the Links field value
func (*DaVinciApplicationResponse) GetLinksOk ¶
func (o *DaVinciApplicationResponse) GetLinksOk() (*DaVinciApplicationResponseLinks, bool)
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 ¶
func (o *DaVinciApplicationResponse) GetOauth() DaVinciApplicationResponseOAuth
GetOauth returns the Oauth field value
func (*DaVinciApplicationResponse) GetOauthOk ¶
func (o *DaVinciApplicationResponse) GetOauthOk() (*DaVinciApplicationResponseOAuth, bool)
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 ¶
func (o *DaVinciApplicationResponse) SetApiKey(v DaVinciApplicationResponseApiKey)
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 ¶
func (o *DaVinciApplicationResponse) SetEnvironment(v ResourceRelationshipReadOnly)
SetEnvironment sets field value
func (*DaVinciApplicationResponse) SetId ¶
func (o *DaVinciApplicationResponse) SetId(v string)
SetId sets field value
func (*DaVinciApplicationResponse) SetLinks ¶
func (o *DaVinciApplicationResponse) SetLinks(v DaVinciApplicationResponseLinks)
SetLinks sets field value
func (*DaVinciApplicationResponse) SetName ¶
func (o *DaVinciApplicationResponse) SetName(v string)
SetName sets field value
func (*DaVinciApplicationResponse) SetOauth ¶
func (o *DaVinciApplicationResponse) SetOauth(v DaVinciApplicationResponseOAuth)
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 ¶
func (o *DaVinciApplicationResponseApiKey) GetValue() string
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 (o DaVinciApplicationResponseApiKey) LogValue() slog.Value
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 ¶
func (o *DaVinciApplicationResponseApiKey) SetValue(v string)
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 ¶
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 ¶
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 ¶
func (o *DaVinciApplicationResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciApplicationResponseLinks) GetSelfOk ¶
func (o *DaVinciApplicationResponseLinks) GetSelfOk() (*JSONHALLink, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (DaVinciApplicationResponseLinks) LogValue ¶
func (o DaVinciApplicationResponseLinks) LogValue() slog.Value
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 ¶
func (o *DaVinciApplicationResponseLinks) SetSelf(v JSONHALLink)
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 ¶
func (o *DaVinciApplicationResponseOAuth) GetGrantTypes() []DaVinciApplicationResponseOAuthGrantType
GetGrantTypes returns the GrantTypes field value if set, zero value otherwise.
func (*DaVinciApplicationResponseOAuth) GetGrantTypesOk ¶
func (o *DaVinciApplicationResponseOAuth) GetGrantTypesOk() ([]DaVinciApplicationResponseOAuthGrantType, bool)
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 ¶
func (o *DaVinciApplicationResponseOAuth) GetScopes() []DaVinciApplicationResponseOAuthScope
GetScopes returns the Scopes field value if set, zero value otherwise.
func (*DaVinciApplicationResponseOAuth) GetScopesOk ¶
func (o *DaVinciApplicationResponseOAuth) GetScopesOk() ([]DaVinciApplicationResponseOAuthScope, bool)
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 (o DaVinciApplicationResponseOAuth) LogValue() slog.Value
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 ¶
func (o *DaVinciApplicationResponseOAuth) SetGrantTypes(v []DaVinciApplicationResponseOAuthGrantType)
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 ¶
func (o *DaVinciApplicationResponseOAuth) SetScopes(v []DaVinciApplicationResponseOAuthScope)
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 ¶
func (v DaVinciApplicationResponseOAuthGrantType) IsValid() bool
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 ¶
func (v DaVinciApplicationResponseOAuthScope) IsValid() bool
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 ¶
func (a *DaVinciApplicationsApiService) CreateDavinciApplicationExecute(r ApiCreateDavinciApplicationRequest) (*DaVinciApplicationResponse, *http.Response, error)
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 ¶
func (a *DaVinciApplicationsApiService) CreateFlowPolicyByDavinciApplicationIdExecute(r ApiCreateFlowPolicyByDavinciApplicationIdRequest) (*DaVinciFlowPolicyResponse, *http.Response, error)
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 ¶
func (a *DaVinciApplicationsApiService) GetDavinciApplicationByIdExecute(r ApiGetDavinciApplicationByIdRequest) (*DaVinciApplicationResponse, *http.Response, error)
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 ¶
func (a *DaVinciApplicationsApiService) GetDavinciApplicationsExecute(r ApiGetDavinciApplicationsRequest) (*DaVinciApplicationCollectionResponse, *http.Response, error)
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 ¶
func (a *DaVinciApplicationsApiService) GetEventsByDavinciApplicationIdAndFlowPolicyIdExecute(r ApiGetEventsByDavinciApplicationIdAndFlowPolicyIdRequest) (*DaVinciFlowPolicyEventsCollection, *http.Response, error)
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 ¶
func (a *DaVinciApplicationsApiService) GetFlowPoliciesByDavinciApplicationIdExecute(r ApiGetFlowPoliciesByDavinciApplicationIdRequest) (*DaVinciFlowPolicyCollection, *http.Response, error)
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 ¶
func (a *DaVinciApplicationsApiService) GetFlowPolicyByIdUsingDavinciApplicationIdExecute(r ApiGetFlowPolicyByIdUsingDavinciApplicationIdRequest) (*DaVinciFlowPolicyResponse, *http.Response, error)
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 ¶
func (a *DaVinciApplicationsApiService) ReplaceDavinciApplicationByIdExecute(r ApiReplaceDavinciApplicationByIdRequest) (*DaVinciApplicationResponse, *http.Response, error)
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 ¶
func (a *DaVinciApplicationsApiService) ReplaceFlowPolicyByIdUsingDavinciApplicationIdExecute(r ApiReplaceFlowPolicyByIdUsingDavinciApplicationIdRequest) (*DaVinciFlowPolicyResponse, *http.Response, error)
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 ¶
func (a *DaVinciApplicationsApiService) RotateKeyByDavinciApplicationIdExecute(r ApiRotateKeyByDavinciApplicationIdRequest) (*DaVinciApplicationResponse, *http.Response, error)
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 ¶
func (a *DaVinciApplicationsApiService) RotateSecretByDavinciApplicationIdExecute(r ApiRotateSecretByDavinciApplicationIdRequest) (*DaVinciApplicationResponse, *http.Response, error)
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 ¶
func NewDaVinciConnectorCollectionMinimalResponse(embedded DaVinciConnectorCollectionMinimalResponseEmbedded, links DaVinciConnectorCollectionMinimalResponseLinks) *DaVinciConnectorCollectionMinimalResponse
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 ¶
func (o *DaVinciConnectorCollectionMinimalResponse) GetEmbedded() DaVinciConnectorCollectionMinimalResponseEmbedded
GetEmbedded returns the Embedded field value
func (*DaVinciConnectorCollectionMinimalResponse) GetEmbeddedOk ¶
func (o *DaVinciConnectorCollectionMinimalResponse) GetEmbeddedOk() (*DaVinciConnectorCollectionMinimalResponseEmbedded, bool)
GetEmbeddedOk returns a tuple with the Embedded field value and a boolean to check if the value has been set.
func (*DaVinciConnectorCollectionMinimalResponse) GetLinks ¶
func (o *DaVinciConnectorCollectionMinimalResponse) GetLinks() DaVinciConnectorCollectionMinimalResponseLinks
GetLinks returns the Links field value
func (*DaVinciConnectorCollectionMinimalResponse) GetLinksOk ¶
func (o *DaVinciConnectorCollectionMinimalResponse) GetLinksOk() (*DaVinciConnectorCollectionMinimalResponseLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (DaVinciConnectorCollectionMinimalResponse) LogValue ¶
func (o DaVinciConnectorCollectionMinimalResponse) LogValue() slog.Value
func (DaVinciConnectorCollectionMinimalResponse) MarshalJSON ¶
func (o DaVinciConnectorCollectionMinimalResponse) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorCollectionMinimalResponse) SetEmbedded ¶
func (o *DaVinciConnectorCollectionMinimalResponse) SetEmbedded(v DaVinciConnectorCollectionMinimalResponseEmbedded)
SetEmbedded sets field value
func (*DaVinciConnectorCollectionMinimalResponse) SetLinks ¶
func (o *DaVinciConnectorCollectionMinimalResponse) SetLinks(v DaVinciConnectorCollectionMinimalResponseLinks)
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 ¶
func (o *DaVinciConnectorCollectionMinimalResponseEmbedded) GetConnectors() []DaVinciConnectorMinimalResponse
GetConnectors returns the Connectors field value
func (*DaVinciConnectorCollectionMinimalResponseEmbedded) GetConnectorsOk ¶
func (o *DaVinciConnectorCollectionMinimalResponseEmbedded) GetConnectorsOk() ([]DaVinciConnectorMinimalResponse, bool)
GetConnectorsOk returns a tuple with the Connectors field value and a boolean to check if the value has been set.
func (DaVinciConnectorCollectionMinimalResponseEmbedded) LogValue ¶
func (o DaVinciConnectorCollectionMinimalResponseEmbedded) LogValue() slog.Value
func (DaVinciConnectorCollectionMinimalResponseEmbedded) MarshalJSON ¶
func (o DaVinciConnectorCollectionMinimalResponseEmbedded) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorCollectionMinimalResponseEmbedded) SetConnectors ¶
func (o *DaVinciConnectorCollectionMinimalResponseEmbedded) SetConnectors(v []DaVinciConnectorMinimalResponse)
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 ¶
type DaVinciConnectorCollectionMinimalResponseLinks struct {
Environment JSONHALLink `json:"environment"`
Self JSONHALLink `json:"self"`
AdditionalProperties map[string]interface{}
}
DaVinciConnectorCollectionMinimalResponseLinks struct for DaVinciConnectorCollectionMinimalResponseLinks
func NewDaVinciConnectorCollectionMinimalResponseLinks ¶
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 ¶
func (o *DaVinciConnectorCollectionMinimalResponseLinks) GetEnvironment() JSONHALLink
GetEnvironment returns the Environment field value
func (*DaVinciConnectorCollectionMinimalResponseLinks) GetEnvironmentOk ¶
func (o *DaVinciConnectorCollectionMinimalResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*DaVinciConnectorCollectionMinimalResponseLinks) GetSelf ¶
func (o *DaVinciConnectorCollectionMinimalResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciConnectorCollectionMinimalResponseLinks) GetSelfOk ¶
func (o *DaVinciConnectorCollectionMinimalResponseLinks) GetSelfOk() (*JSONHALLink, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (DaVinciConnectorCollectionMinimalResponseLinks) LogValue ¶
func (o DaVinciConnectorCollectionMinimalResponseLinks) LogValue() slog.Value
func (DaVinciConnectorCollectionMinimalResponseLinks) MarshalJSON ¶
func (o DaVinciConnectorCollectionMinimalResponseLinks) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorCollectionMinimalResponseLinks) SetEnvironment ¶
func (o *DaVinciConnectorCollectionMinimalResponseLinks) SetEnvironment(v JSONHALLink)
SetEnvironment sets field value
func (*DaVinciConnectorCollectionMinimalResponseLinks) SetSelf ¶
func (o *DaVinciConnectorCollectionMinimalResponseLinks) SetSelf(v JSONHALLink)
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 ¶
func (o *DaVinciConnectorDetailsResponse) GetAccountConfigView() DaVinciConnectorDetailsResponseAccountConfigView
GetAccountConfigView returns the AccountConfigView field value if set, zero value otherwise.
func (*DaVinciConnectorDetailsResponse) GetAccountConfigViewOk ¶
func (o *DaVinciConnectorDetailsResponse) GetAccountConfigViewOk() (*DaVinciConnectorDetailsResponseAccountConfigView, bool)
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 ¶
func (o *DaVinciConnectorDetailsResponse) GetCredentialsView() DaVinciConnectorDetailsResponseCredentialsView
GetCredentialsView returns the CredentialsView field value if set, zero value otherwise.
func (*DaVinciConnectorDetailsResponse) GetCredentialsViewOk ¶
func (o *DaVinciConnectorDetailsResponse) GetCredentialsViewOk() (*DaVinciConnectorDetailsResponseCredentialsView, bool)
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 ¶
func (o *DaVinciConnectorDetailsResponse) GetEnvironment() ResourceRelationshipReadOnly
GetEnvironment returns the Environment field value
func (*DaVinciConnectorDetailsResponse) GetEnvironmentOk ¶
func (o *DaVinciConnectorDetailsResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*DaVinciConnectorDetailsResponse) GetFlowSections ¶
func (o *DaVinciConnectorDetailsResponse) GetFlowSections() []DaVinciConnectorDetailsResponseFlowSection
GetFlowSections returns the FlowSections field value if set, zero value otherwise.
func (*DaVinciConnectorDetailsResponse) GetFlowSectionsOk ¶
func (o *DaVinciConnectorDetailsResponse) GetFlowSectionsOk() ([]DaVinciConnectorDetailsResponseFlowSection, bool)
GetFlowSectionsOk returns a tuple with the FlowSections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaVinciConnectorDetailsResponse) GetLinks ¶
func (o *DaVinciConnectorDetailsResponse) GetLinks() DaVinciConnectorDetailsResponseLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*DaVinciConnectorDetailsResponse) GetLinksOk ¶
func (o *DaVinciConnectorDetailsResponse) GetLinksOk() (*DaVinciConnectorDetailsResponseLinks, 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 (*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 ¶
func (o *DaVinciConnectorDetailsResponse) GetSections() []DaVinciConnectorDetailsResponseSection
GetSections returns the Sections field value if set, zero value otherwise.
func (*DaVinciConnectorDetailsResponse) GetSectionsOk ¶
func (o *DaVinciConnectorDetailsResponse) GetSectionsOk() ([]DaVinciConnectorDetailsResponseSection, bool)
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 (*DaVinciConnectorDetailsResponse) HasLinks ¶
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 (o DaVinciConnectorDetailsResponse) LogValue() slog.Value
func (DaVinciConnectorDetailsResponse) MarshalJSON ¶
func (o DaVinciConnectorDetailsResponse) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorDetailsResponse) SetAccountConfigView ¶
func (o *DaVinciConnectorDetailsResponse) SetAccountConfigView(v DaVinciConnectorDetailsResponseAccountConfigView)
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 ¶
func (o *DaVinciConnectorDetailsResponse) SetCredentialsView(v DaVinciConnectorDetailsResponseCredentialsView)
SetCredentialsView gets a reference to the given DaVinciConnectorDetailsResponseCredentialsView and assigns it to the CredentialsView field.
func (*DaVinciConnectorDetailsResponse) SetEnvironment ¶
func (o *DaVinciConnectorDetailsResponse) SetEnvironment(v ResourceRelationshipReadOnly)
SetEnvironment sets field value
func (*DaVinciConnectorDetailsResponse) SetFlowSections ¶
func (o *DaVinciConnectorDetailsResponse) SetFlowSections(v []DaVinciConnectorDetailsResponseFlowSection)
SetFlowSections gets a reference to the given []DaVinciConnectorDetailsResponseFlowSection and assigns it to the FlowSections field.
func (*DaVinciConnectorDetailsResponse) SetLinks ¶
func (o *DaVinciConnectorDetailsResponse) SetLinks(v DaVinciConnectorDetailsResponseLinks)
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 ¶
func (o *DaVinciConnectorDetailsResponse) SetSections(v []DaVinciConnectorDetailsResponseSection)
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 (o DaVinciConnectorDetailsResponseAccountConfigView) LogValue() slog.Value
func (DaVinciConnectorDetailsResponseAccountConfigView) MarshalJSON ¶
func (o DaVinciConnectorDetailsResponseAccountConfigView) MarshalJSON() ([]byte, error)
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 (o DaVinciConnectorDetailsResponseCredentialsView) LogValue() slog.Value
func (DaVinciConnectorDetailsResponseCredentialsView) MarshalJSON ¶
func (o DaVinciConnectorDetailsResponseCredentialsView) MarshalJSON() ([]byte, error)
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 ¶
func (o *DaVinciConnectorDetailsResponseFlowSection) GetName() string
GetName returns the Name field value
func (*DaVinciConnectorDetailsResponseFlowSection) GetNameOk ¶
func (o *DaVinciConnectorDetailsResponseFlowSection) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*DaVinciConnectorDetailsResponseFlowSection) GetValue ¶
func (o *DaVinciConnectorDetailsResponseFlowSection) GetValue() string
GetValue returns the Value field value
func (*DaVinciConnectorDetailsResponseFlowSection) GetValueOk ¶
func (o *DaVinciConnectorDetailsResponseFlowSection) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (DaVinciConnectorDetailsResponseFlowSection) LogValue ¶
func (o DaVinciConnectorDetailsResponseFlowSection) LogValue() slog.Value
func (DaVinciConnectorDetailsResponseFlowSection) MarshalJSON ¶
func (o DaVinciConnectorDetailsResponseFlowSection) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorDetailsResponseFlowSection) SetName ¶
func (o *DaVinciConnectorDetailsResponseFlowSection) SetName(v string)
SetName sets field value
func (*DaVinciConnectorDetailsResponseFlowSection) SetValue ¶
func (o *DaVinciConnectorDetailsResponseFlowSection) SetValue(v string)
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 ¶
type DaVinciConnectorDetailsResponseLinks struct {
Environment JSONHALLink `json:"environment"`
Self JSONHALLink `json:"self"`
AdditionalProperties map[string]interface{}
}
DaVinciConnectorDetailsResponseLinks struct for DaVinciConnectorDetailsResponseLinks
func NewDaVinciConnectorDetailsResponseLinks ¶
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 ¶
func (o *DaVinciConnectorDetailsResponseLinks) GetEnvironment() JSONHALLink
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 ¶
func (o *DaVinciConnectorDetailsResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciConnectorDetailsResponseLinks) GetSelfOk ¶
func (o *DaVinciConnectorDetailsResponseLinks) GetSelfOk() (*JSONHALLink, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (DaVinciConnectorDetailsResponseLinks) LogValue ¶
func (o DaVinciConnectorDetailsResponseLinks) LogValue() slog.Value
func (DaVinciConnectorDetailsResponseLinks) MarshalJSON ¶
func (o DaVinciConnectorDetailsResponseLinks) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorDetailsResponseLinks) SetEnvironment ¶
func (o *DaVinciConnectorDetailsResponseLinks) SetEnvironment(v JSONHALLink)
SetEnvironment sets field value
func (*DaVinciConnectorDetailsResponseLinks) SetSelf ¶
func (o *DaVinciConnectorDetailsResponseLinks) SetSelf(v JSONHALLink)
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 ¶
func (o *DaVinciConnectorDetailsResponseSection) GetDefault() bool
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 ¶
func (o *DaVinciConnectorDetailsResponseSection) GetName() string
GetName returns the Name field value
func (*DaVinciConnectorDetailsResponseSection) GetNameOk ¶
func (o *DaVinciConnectorDetailsResponseSection) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*DaVinciConnectorDetailsResponseSection) GetValue ¶
func (o *DaVinciConnectorDetailsResponseSection) GetValue() string
GetValue returns the Value field value
func (*DaVinciConnectorDetailsResponseSection) GetValueOk ¶
func (o *DaVinciConnectorDetailsResponseSection) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*DaVinciConnectorDetailsResponseSection) HasDefault ¶
func (o *DaVinciConnectorDetailsResponseSection) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (DaVinciConnectorDetailsResponseSection) LogValue ¶
func (o DaVinciConnectorDetailsResponseSection) LogValue() slog.Value
func (DaVinciConnectorDetailsResponseSection) MarshalJSON ¶
func (o DaVinciConnectorDetailsResponseSection) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorDetailsResponseSection) SetDefault ¶
func (o *DaVinciConnectorDetailsResponseSection) SetDefault(v bool)
SetDefault gets a reference to the given bool and assigns it to the Default field.
func (*DaVinciConnectorDetailsResponseSection) SetName ¶
func (o *DaVinciConnectorDetailsResponseSection) SetName(v string)
SetName sets field value
func (*DaVinciConnectorDetailsResponseSection) SetValue ¶
func (o *DaVinciConnectorDetailsResponseSection) SetValue(v string)
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 ¶
func NewDaVinciConnectorInstanceCollectionResponse(embedded DaVinciConnectorInstanceCollectionResponseEmbedded, links DaVinciConnectorInstanceCollectionResponseLinks) *DaVinciConnectorInstanceCollectionResponse
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 ¶
func (o *DaVinciConnectorInstanceCollectionResponse) GetEmbedded() DaVinciConnectorInstanceCollectionResponseEmbedded
GetEmbedded returns the Embedded field value
func (*DaVinciConnectorInstanceCollectionResponse) GetEmbeddedOk ¶
func (o *DaVinciConnectorInstanceCollectionResponse) GetEmbeddedOk() (*DaVinciConnectorInstanceCollectionResponseEmbedded, bool)
GetEmbeddedOk returns a tuple with the Embedded field value and a boolean to check if the value has been set.
func (*DaVinciConnectorInstanceCollectionResponse) GetLinks ¶
func (o *DaVinciConnectorInstanceCollectionResponse) GetLinks() DaVinciConnectorInstanceCollectionResponseLinks
GetLinks returns the Links field value
func (*DaVinciConnectorInstanceCollectionResponse) GetLinksOk ¶
func (o *DaVinciConnectorInstanceCollectionResponse) GetLinksOk() (*DaVinciConnectorInstanceCollectionResponseLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (DaVinciConnectorInstanceCollectionResponse) LogValue ¶
func (o DaVinciConnectorInstanceCollectionResponse) LogValue() slog.Value
func (DaVinciConnectorInstanceCollectionResponse) MarshalJSON ¶
func (o DaVinciConnectorInstanceCollectionResponse) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorInstanceCollectionResponse) SetEmbedded ¶
func (o *DaVinciConnectorInstanceCollectionResponse) SetEmbedded(v DaVinciConnectorInstanceCollectionResponseEmbedded)
SetEmbedded sets field value
func (*DaVinciConnectorInstanceCollectionResponse) SetLinks ¶
func (o *DaVinciConnectorInstanceCollectionResponse) SetLinks(v DaVinciConnectorInstanceCollectionResponseLinks)
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 ¶
func (o *DaVinciConnectorInstanceCollectionResponseEmbedded) GetConnectorInstances() []DaVinciConnectorInstanceResponse
GetConnectorInstances returns the ConnectorInstances field value
func (*DaVinciConnectorInstanceCollectionResponseEmbedded) GetConnectorInstancesOk ¶
func (o *DaVinciConnectorInstanceCollectionResponseEmbedded) GetConnectorInstancesOk() ([]DaVinciConnectorInstanceResponse, bool)
GetConnectorInstancesOk returns a tuple with the ConnectorInstances field value and a boolean to check if the value has been set.
func (DaVinciConnectorInstanceCollectionResponseEmbedded) LogValue ¶
func (o DaVinciConnectorInstanceCollectionResponseEmbedded) LogValue() slog.Value
func (DaVinciConnectorInstanceCollectionResponseEmbedded) MarshalJSON ¶
func (o DaVinciConnectorInstanceCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorInstanceCollectionResponseEmbedded) SetConnectorInstances ¶
func (o *DaVinciConnectorInstanceCollectionResponseEmbedded) SetConnectorInstances(v []DaVinciConnectorInstanceResponse)
SetConnectorInstances sets field value
func (DaVinciConnectorInstanceCollectionResponseEmbedded) ToMap ¶
func (o DaVinciConnectorInstanceCollectionResponseEmbedded) ToMap() (map[string]interface{}, error)
func (*DaVinciConnectorInstanceCollectionResponseEmbedded) UnmarshalJSON ¶
func (o *DaVinciConnectorInstanceCollectionResponseEmbedded) UnmarshalJSON(data []byte) (err error)
type DaVinciConnectorInstanceCollectionResponseLinks ¶
type DaVinciConnectorInstanceCollectionResponseLinks struct {
Environment JSONHALLink `json:"environment"`
Self JSONHALLink `json:"self"`
AdditionalProperties map[string]interface{}
}
DaVinciConnectorInstanceCollectionResponseLinks struct for DaVinciConnectorInstanceCollectionResponseLinks
func NewDaVinciConnectorInstanceCollectionResponseLinks ¶
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 ¶
func (o *DaVinciConnectorInstanceCollectionResponseLinks) GetEnvironment() JSONHALLink
GetEnvironment returns the Environment field value
func (*DaVinciConnectorInstanceCollectionResponseLinks) GetEnvironmentOk ¶
func (o *DaVinciConnectorInstanceCollectionResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*DaVinciConnectorInstanceCollectionResponseLinks) GetSelf ¶
func (o *DaVinciConnectorInstanceCollectionResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciConnectorInstanceCollectionResponseLinks) GetSelfOk ¶
func (o *DaVinciConnectorInstanceCollectionResponseLinks) GetSelfOk() (*JSONHALLink, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (DaVinciConnectorInstanceCollectionResponseLinks) LogValue ¶
func (o DaVinciConnectorInstanceCollectionResponseLinks) LogValue() slog.Value
func (DaVinciConnectorInstanceCollectionResponseLinks) MarshalJSON ¶
func (o DaVinciConnectorInstanceCollectionResponseLinks) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorInstanceCollectionResponseLinks) SetEnvironment ¶
func (o *DaVinciConnectorInstanceCollectionResponseLinks) SetEnvironment(v JSONHALLink)
SetEnvironment sets field value
func (*DaVinciConnectorInstanceCollectionResponseLinks) SetSelf ¶
func (o *DaVinciConnectorInstanceCollectionResponseLinks) SetSelf(v JSONHALLink)
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 ¶
func (o *DaVinciConnectorInstanceCreateRequest) GetConnector() ResourceRelationshipDaVinci
GetConnector returns the Connector field value
func (*DaVinciConnectorInstanceCreateRequest) GetConnectorOk ¶
func (o *DaVinciConnectorInstanceCreateRequest) GetConnectorOk() (*ResourceRelationshipDaVinci, bool)
GetConnectorOk returns a tuple with the Connector field value and a boolean to check if the value has been set.
func (*DaVinciConnectorInstanceCreateRequest) GetName ¶
func (o *DaVinciConnectorInstanceCreateRequest) GetName() string
GetName returns the Name field value
func (*DaVinciConnectorInstanceCreateRequest) GetNameOk ¶
func (o *DaVinciConnectorInstanceCreateRequest) GetNameOk() (*string, bool)
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 (o DaVinciConnectorInstanceCreateRequest) LogValue() slog.Value
func (DaVinciConnectorInstanceCreateRequest) MarshalJSON ¶
func (o DaVinciConnectorInstanceCreateRequest) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorInstanceCreateRequest) SetConnector ¶
func (o *DaVinciConnectorInstanceCreateRequest) SetConnector(v ResourceRelationshipDaVinci)
SetConnector sets field value
func (*DaVinciConnectorInstanceCreateRequest) SetName ¶
func (o *DaVinciConnectorInstanceCreateRequest) SetName(v string)
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 ¶
func (o *DaVinciConnectorInstanceReplaceRequest) GetConnector() ResourceRelationshipDaVinci
GetConnector returns the Connector field value
func (*DaVinciConnectorInstanceReplaceRequest) GetConnectorOk ¶
func (o *DaVinciConnectorInstanceReplaceRequest) GetConnectorOk() (*ResourceRelationshipDaVinci, bool)
GetConnectorOk returns a tuple with the Connector field value and a boolean to check if the value has been set.
func (*DaVinciConnectorInstanceReplaceRequest) GetName ¶
func (o *DaVinciConnectorInstanceReplaceRequest) GetName() string
GetName returns the Name field value
func (*DaVinciConnectorInstanceReplaceRequest) GetNameOk ¶
func (o *DaVinciConnectorInstanceReplaceRequest) GetNameOk() (*string, bool)
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 (o DaVinciConnectorInstanceReplaceRequest) LogValue() slog.Value
func (DaVinciConnectorInstanceReplaceRequest) MarshalJSON ¶
func (o DaVinciConnectorInstanceReplaceRequest) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorInstanceReplaceRequest) SetConnector ¶
func (o *DaVinciConnectorInstanceReplaceRequest) SetConnector(v ResourceRelationshipDaVinci)
SetConnector sets field value
func (*DaVinciConnectorInstanceReplaceRequest) SetName ¶
func (o *DaVinciConnectorInstanceReplaceRequest) SetName(v string)
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 ¶
func NewDaVinciConnectorInstanceResponse(links DaVinciConnectorInstanceResponseLinks, connector ResourceRelationshipDaVinciReadOnly, environment ResourceRelationshipReadOnly, id string, name string) *DaVinciConnectorInstanceResponse
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 ¶
func (o *DaVinciConnectorInstanceResponse) GetConnector() ResourceRelationshipDaVinciReadOnly
GetConnector returns the Connector field value
func (*DaVinciConnectorInstanceResponse) GetConnectorOk ¶
func (o *DaVinciConnectorInstanceResponse) GetConnectorOk() (*ResourceRelationshipDaVinciReadOnly, bool)
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 ¶
func (o *DaVinciConnectorInstanceResponse) GetEnvironment() ResourceRelationshipReadOnly
GetEnvironment returns the Environment field value
func (*DaVinciConnectorInstanceResponse) GetEnvironmentOk ¶
func (o *DaVinciConnectorInstanceResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*DaVinciConnectorInstanceResponse) GetId ¶
func (o *DaVinciConnectorInstanceResponse) GetId() string
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.
func (*DaVinciConnectorInstanceResponse) GetLinks ¶
func (o *DaVinciConnectorInstanceResponse) GetLinks() DaVinciConnectorInstanceResponseLinks
GetLinks returns the Links field value
func (*DaVinciConnectorInstanceResponse) GetLinksOk ¶
func (o *DaVinciConnectorInstanceResponse) GetLinksOk() (*DaVinciConnectorInstanceResponseLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (*DaVinciConnectorInstanceResponse) GetName ¶
func (o *DaVinciConnectorInstanceResponse) GetName() string
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 (o DaVinciConnectorInstanceResponse) LogValue() slog.Value
func (DaVinciConnectorInstanceResponse) MarshalJSON ¶
func (o DaVinciConnectorInstanceResponse) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorInstanceResponse) SetConnector ¶
func (o *DaVinciConnectorInstanceResponse) SetConnector(v ResourceRelationshipDaVinciReadOnly)
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 ¶
func (o *DaVinciConnectorInstanceResponse) SetEnvironment(v ResourceRelationshipReadOnly)
SetEnvironment sets field value
func (*DaVinciConnectorInstanceResponse) SetId ¶
func (o *DaVinciConnectorInstanceResponse) SetId(v string)
SetId sets field value
func (*DaVinciConnectorInstanceResponse) SetLinks ¶
func (o *DaVinciConnectorInstanceResponse) SetLinks(v DaVinciConnectorInstanceResponseLinks)
SetLinks sets field value
func (*DaVinciConnectorInstanceResponse) SetName ¶
func (o *DaVinciConnectorInstanceResponse) SetName(v string)
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 ¶
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 ¶
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 ¶
func (o *DaVinciConnectorInstanceResponseLinks) GetApplications() JSONHALLink
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 ¶
func (o *DaVinciConnectorInstanceResponseLinks) GetEnvironment() JSONHALLink
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 ¶
func (o *DaVinciConnectorInstanceResponseLinks) GetGateways() JSONHALLink
GetGateways returns the Gateways field value if set, zero value otherwise.
func (*DaVinciConnectorInstanceResponseLinks) GetGatewaysOk ¶
func (o *DaVinciConnectorInstanceResponseLinks) GetGatewaysOk() (*JSONHALLink, bool)
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 ¶
func (o *DaVinciConnectorInstanceResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciConnectorInstanceResponseLinks) GetSelfOk ¶
func (o *DaVinciConnectorInstanceResponseLinks) GetSelfOk() (*JSONHALLink, bool)
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 ¶
func (o *DaVinciConnectorInstanceResponseLinks) HasGateways() bool
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 (o DaVinciConnectorInstanceResponseLinks) LogValue() slog.Value
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 ¶
func (o *DaVinciConnectorInstanceResponseLinks) SetEnvironment(v JSONHALLink)
SetEnvironment sets field value
func (*DaVinciConnectorInstanceResponseLinks) SetGateways ¶
func (o *DaVinciConnectorInstanceResponseLinks) SetGateways(v JSONHALLink)
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 ¶
func (o *DaVinciConnectorInstanceResponseLinks) SetSelf(v JSONHALLink)
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 ¶
func (o *DaVinciConnectorMinimalResponse) GetEnvironment() ResourceRelationshipReadOnly
GetEnvironment returns the Environment field value
func (*DaVinciConnectorMinimalResponse) GetEnvironmentOk ¶
func (o *DaVinciConnectorMinimalResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*DaVinciConnectorMinimalResponse) GetId ¶
func (o *DaVinciConnectorMinimalResponse) GetId() string
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.
func (*DaVinciConnectorMinimalResponse) GetLinks ¶
func (o *DaVinciConnectorMinimalResponse) GetLinks() DaVinciConnectorMinimalResponseLinks
GetLinks returns the Links field value
func (*DaVinciConnectorMinimalResponse) GetLinksOk ¶
func (o *DaVinciConnectorMinimalResponse) GetLinksOk() (*DaVinciConnectorMinimalResponseLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (*DaVinciConnectorMinimalResponse) GetMetadata ¶
func (o *DaVinciConnectorMinimalResponse) GetMetadata() DaVinciConnectorMinimalResponseMetadata
GetMetadata returns the Metadata field value
func (*DaVinciConnectorMinimalResponse) GetMetadataOk ¶
func (o *DaVinciConnectorMinimalResponse) GetMetadataOk() (*DaVinciConnectorMinimalResponseMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (*DaVinciConnectorMinimalResponse) GetName ¶
func (o *DaVinciConnectorMinimalResponse) GetName() string
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 (o DaVinciConnectorMinimalResponse) LogValue() slog.Value
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 ¶
func (o *DaVinciConnectorMinimalResponse) SetEnvironment(v ResourceRelationshipReadOnly)
SetEnvironment sets field value
func (*DaVinciConnectorMinimalResponse) SetId ¶
func (o *DaVinciConnectorMinimalResponse) SetId(v string)
SetId sets field value
func (*DaVinciConnectorMinimalResponse) SetLinks ¶
func (o *DaVinciConnectorMinimalResponse) SetLinks(v DaVinciConnectorMinimalResponseLinks)
SetLinks sets field value
func (*DaVinciConnectorMinimalResponse) SetMetadata ¶
func (o *DaVinciConnectorMinimalResponse) SetMetadata(v DaVinciConnectorMinimalResponseMetadata)
SetMetadata sets field value
func (*DaVinciConnectorMinimalResponse) SetName ¶
func (o *DaVinciConnectorMinimalResponse) SetName(v string)
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 ¶
type DaVinciConnectorMinimalResponseLinks struct {
Environment JSONHALLink `json:"environment"`
Self JSONHALLink `json:"self"`
AdditionalProperties map[string]interface{}
}
DaVinciConnectorMinimalResponseLinks struct for DaVinciConnectorMinimalResponseLinks
func NewDaVinciConnectorMinimalResponseLinks ¶
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 ¶
func (o *DaVinciConnectorMinimalResponseLinks) GetEnvironment() JSONHALLink
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 ¶
func (o *DaVinciConnectorMinimalResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciConnectorMinimalResponseLinks) GetSelfOk ¶
func (o *DaVinciConnectorMinimalResponseLinks) GetSelfOk() (*JSONHALLink, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (DaVinciConnectorMinimalResponseLinks) LogValue ¶
func (o DaVinciConnectorMinimalResponseLinks) LogValue() slog.Value
func (DaVinciConnectorMinimalResponseLinks) MarshalJSON ¶
func (o DaVinciConnectorMinimalResponseLinks) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorMinimalResponseLinks) SetEnvironment ¶
func (o *DaVinciConnectorMinimalResponseLinks) SetEnvironment(v JSONHALLink)
SetEnvironment sets field value
func (*DaVinciConnectorMinimalResponseLinks) SetSelf ¶
func (o *DaVinciConnectorMinimalResponseLinks) SetSelf(v JSONHALLink)
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 ¶
func (o *DaVinciConnectorMinimalResponseMetadata) GetColors() DaVinciConnectorMinimalResponseMetadataColors
GetColors returns the Colors field value if set, zero value otherwise.
func (*DaVinciConnectorMinimalResponseMetadata) GetColorsOk ¶
func (o *DaVinciConnectorMinimalResponseMetadata) GetColorsOk() (*DaVinciConnectorMinimalResponseMetadataColors, bool)
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 ¶
func (o *DaVinciConnectorMinimalResponseMetadata) GetLogos() DaVinciConnectorMinimalResponseMetadataLogos
GetLogos returns the Logos field value if set, zero value otherwise.
func (*DaVinciConnectorMinimalResponseMetadata) GetLogosOk ¶
func (o *DaVinciConnectorMinimalResponseMetadata) GetLogosOk() (*DaVinciConnectorMinimalResponseMetadataLogos, bool)
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 ¶
func (o *DaVinciConnectorMinimalResponseMetadata) GetType() DaVinciConnectorMinimalResponseMetadataType
GetType returns the Type field value if set, zero value otherwise.
func (*DaVinciConnectorMinimalResponseMetadata) GetTypeOk ¶
func (o *DaVinciConnectorMinimalResponseMetadata) GetTypeOk() (*DaVinciConnectorMinimalResponseMetadataType, 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 (*DaVinciConnectorMinimalResponseMetadata) GetVendor ¶
func (o *DaVinciConnectorMinimalResponseMetadata) GetVendor() string
GetVendor returns the Vendor field value if set, zero value otherwise.
func (*DaVinciConnectorMinimalResponseMetadata) GetVendorOk ¶
func (o *DaVinciConnectorMinimalResponseMetadata) GetVendorOk() (*string, bool)
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 ¶
func (o *DaVinciConnectorMinimalResponseMetadata) HasColors() bool
HasColors returns a boolean if a field has been set.
func (*DaVinciConnectorMinimalResponseMetadata) HasLogos ¶
func (o *DaVinciConnectorMinimalResponseMetadata) HasLogos() bool
HasLogos returns a boolean if a field has been set.
func (*DaVinciConnectorMinimalResponseMetadata) HasType ¶
func (o *DaVinciConnectorMinimalResponseMetadata) HasType() bool
HasType returns a boolean if a field has been set.
func (*DaVinciConnectorMinimalResponseMetadata) HasVendor ¶
func (o *DaVinciConnectorMinimalResponseMetadata) HasVendor() bool
HasVendor returns a boolean if a field has been set.
func (DaVinciConnectorMinimalResponseMetadata) LogValue ¶
func (o DaVinciConnectorMinimalResponseMetadata) LogValue() slog.Value
func (DaVinciConnectorMinimalResponseMetadata) MarshalJSON ¶
func (o DaVinciConnectorMinimalResponseMetadata) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorMinimalResponseMetadata) SetColors ¶
func (o *DaVinciConnectorMinimalResponseMetadata) SetColors(v DaVinciConnectorMinimalResponseMetadataColors)
SetColors gets a reference to the given DaVinciConnectorMinimalResponseMetadataColors and assigns it to the Colors field.
func (*DaVinciConnectorMinimalResponseMetadata) SetLogos ¶
func (o *DaVinciConnectorMinimalResponseMetadata) SetLogos(v DaVinciConnectorMinimalResponseMetadataLogos)
SetLogos gets a reference to the given DaVinciConnectorMinimalResponseMetadataLogos and assigns it to the Logos field.
func (*DaVinciConnectorMinimalResponseMetadata) SetType ¶
func (o *DaVinciConnectorMinimalResponseMetadata) SetType(v DaVinciConnectorMinimalResponseMetadataType)
SetType gets a reference to the given DaVinciConnectorMinimalResponseMetadataType and assigns it to the Type field.
func (*DaVinciConnectorMinimalResponseMetadata) SetVendor ¶
func (o *DaVinciConnectorMinimalResponseMetadata) SetVendor(v string)
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 ¶
func (o *DaVinciConnectorMinimalResponseMetadataColors) GetCanvas() string
GetCanvas returns the Canvas field value if set, zero value otherwise.
func (*DaVinciConnectorMinimalResponseMetadataColors) GetCanvasOk ¶
func (o *DaVinciConnectorMinimalResponseMetadataColors) GetCanvasOk() (*string, bool)
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 ¶
func (o *DaVinciConnectorMinimalResponseMetadataColors) GetCanvasText() string
GetCanvasText returns the CanvasText field value if set, zero value otherwise.
func (*DaVinciConnectorMinimalResponseMetadataColors) GetCanvasTextOk ¶
func (o *DaVinciConnectorMinimalResponseMetadataColors) GetCanvasTextOk() (*string, bool)
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 ¶
func (o *DaVinciConnectorMinimalResponseMetadataColors) GetDark() string
GetDark returns the Dark field value if set, zero value otherwise.
func (*DaVinciConnectorMinimalResponseMetadataColors) GetDarkOk ¶
func (o *DaVinciConnectorMinimalResponseMetadataColors) GetDarkOk() (*string, bool)
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 ¶
func (o *DaVinciConnectorMinimalResponseMetadataColors) HasCanvas() bool
HasCanvas returns a boolean if a field has been set.
func (*DaVinciConnectorMinimalResponseMetadataColors) HasCanvasText ¶
func (o *DaVinciConnectorMinimalResponseMetadataColors) HasCanvasText() bool
HasCanvasText returns a boolean if a field has been set.
func (*DaVinciConnectorMinimalResponseMetadataColors) HasDark ¶
func (o *DaVinciConnectorMinimalResponseMetadataColors) HasDark() bool
HasDark returns a boolean if a field has been set.
func (DaVinciConnectorMinimalResponseMetadataColors) LogValue ¶
func (o DaVinciConnectorMinimalResponseMetadataColors) LogValue() slog.Value
func (DaVinciConnectorMinimalResponseMetadataColors) MarshalJSON ¶
func (o DaVinciConnectorMinimalResponseMetadataColors) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorMinimalResponseMetadataColors) SetCanvas ¶
func (o *DaVinciConnectorMinimalResponseMetadataColors) SetCanvas(v string)
SetCanvas gets a reference to the given string and assigns it to the Canvas field.
func (*DaVinciConnectorMinimalResponseMetadataColors) SetCanvasText ¶
func (o *DaVinciConnectorMinimalResponseMetadataColors) SetCanvasText(v string)
SetCanvasText gets a reference to the given string and assigns it to the CanvasText field.
func (*DaVinciConnectorMinimalResponseMetadataColors) SetDark ¶
func (o *DaVinciConnectorMinimalResponseMetadataColors) SetDark(v string)
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 ¶
func (o *DaVinciConnectorMinimalResponseMetadataLogos) GetCanvas() DaVinciConnectorMinimalResponseMetadataLogosCanvas
GetCanvas returns the Canvas field value if set, zero value otherwise.
func (*DaVinciConnectorMinimalResponseMetadataLogos) GetCanvasOk ¶
func (o *DaVinciConnectorMinimalResponseMetadataLogos) GetCanvasOk() (*DaVinciConnectorMinimalResponseMetadataLogosCanvas, bool)
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 ¶
func (o *DaVinciConnectorMinimalResponseMetadataLogos) HasCanvas() bool
HasCanvas returns a boolean if a field has been set.
func (DaVinciConnectorMinimalResponseMetadataLogos) LogValue ¶
func (o DaVinciConnectorMinimalResponseMetadataLogos) LogValue() slog.Value
func (DaVinciConnectorMinimalResponseMetadataLogos) MarshalJSON ¶
func (o DaVinciConnectorMinimalResponseMetadataLogos) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorMinimalResponseMetadataLogos) SetCanvas ¶
func (o *DaVinciConnectorMinimalResponseMetadataLogos) SetCanvas(v DaVinciConnectorMinimalResponseMetadataLogosCanvas)
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 ¶
func (o *DaVinciConnectorMinimalResponseMetadataLogosCanvas) GetImageFileName() string
GetImageFileName returns the ImageFileName field value if set, zero value otherwise.
func (*DaVinciConnectorMinimalResponseMetadataLogosCanvas) GetImageFileNameOk ¶
func (o *DaVinciConnectorMinimalResponseMetadataLogosCanvas) GetImageFileNameOk() (*string, bool)
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 ¶
func (o *DaVinciConnectorMinimalResponseMetadataLogosCanvas) HasImageFileName() bool
HasImageFileName returns a boolean if a field has been set.
func (DaVinciConnectorMinimalResponseMetadataLogosCanvas) LogValue ¶
func (o DaVinciConnectorMinimalResponseMetadataLogosCanvas) LogValue() slog.Value
func (DaVinciConnectorMinimalResponseMetadataLogosCanvas) MarshalJSON ¶
func (o DaVinciConnectorMinimalResponseMetadataLogosCanvas) MarshalJSON() ([]byte, error)
func (*DaVinciConnectorMinimalResponseMetadataLogosCanvas) SetImageFileName ¶
func (o *DaVinciConnectorMinimalResponseMetadataLogosCanvas) SetImageFileName(v string)
SetImageFileName gets a reference to the given string and assigns it to the ImageFileName field.
func (DaVinciConnectorMinimalResponseMetadataLogosCanvas) ToMap ¶
func (o DaVinciConnectorMinimalResponseMetadataLogosCanvas) ToMap() (map[string]interface{}, error)
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 ¶
func (v DaVinciConnectorMinimalResponseMetadataType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciConnectorMinimalResponseMetadataType) Ptr ¶
func (v DaVinciConnectorMinimalResponseMetadataType) Ptr() *DaVinciConnectorMinimalResponseMetadataType
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 ¶
func (a *DaVinciConnectorsApiService) CreateConnectorInstanceByIdExecute(r ApiCreateConnectorInstanceByIdRequest) (*DaVinciConnectorInstanceResponse, *http.Response, error)
Execute executes the request
@return DaVinciConnectorInstanceResponse
func (*DaVinciConnectorsApiService) CreateConnectorInstanceExecute ¶
func (a *DaVinciConnectorsApiService) CreateConnectorInstanceExecute(r ApiCreateConnectorInstanceRequest) (*DaVinciConnectorInstanceResponse, *http.Response, error)
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 ¶
func (a *DaVinciConnectorsApiService) GetConnectorByIdExecute(r ApiGetConnectorByIdRequest) (*DaVinciConnectorMinimalResponse, *http.Response, error)
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 ¶
func (a *DaVinciConnectorsApiService) GetConnectorInstanceByIdExecute(r ApiGetConnectorInstanceByIdRequest) (*DaVinciConnectorInstanceResponse, *http.Response, error)
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 ¶
func (a *DaVinciConnectorsApiService) GetConnectorInstancesExecute(r ApiGetConnectorInstancesRequest) (*DaVinciConnectorInstanceCollectionResponse, *http.Response, error)
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 ¶
func (a *DaVinciConnectorsApiService) GetConnectorsExecute(r ApiGetConnectorsRequest) (*DaVinciConnectorCollectionMinimalResponse, *http.Response, error)
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 ¶
func (a *DaVinciConnectorsApiService) GetDetailsByConnectorIdExecute(r ApiGetDetailsByConnectorIdRequest) (*DaVinciConnectorDetailsResponse, *http.Response, error)
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 ¶
func (a *DaVinciConnectorsApiService) ReplaceConnectorInstanceByIdExecute(r ApiReplaceConnectorInstanceByIdRequest) (*DaVinciConnectorInstanceResponse, *http.Response, error)
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
func NewDaVinciExportFlowVersionResponse(links DaVinciExportFlowVersionResponseLinks, environment DaVinciExportFlowVersionResponseEnvironment, flow DaVinciExportFlowVersionResponseFlow, publishedVersion float32, version float32) *DaVinciExportFlowVersionResponse
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
func (o *DaVinciExportFlowVersionResponse) GetAlias() string
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
func (o *DaVinciExportFlowVersionResponse) GetColor() string
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
func (o *DaVinciExportFlowVersionResponse) GetConnectors() []DaVinciExportFlowVersionResponseConnector
GetConnectors returns the Connectors field value if set, zero value otherwise.
func (*DaVinciExportFlowVersionResponse) GetConnectorsOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) GetConnectorsOk() ([]DaVinciExportFlowVersionResponseConnector, bool)
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
func (o *DaVinciExportFlowVersionResponse) GetEnvironment() DaVinciExportFlowVersionResponseEnvironment
GetEnvironment returns the Environment field value
func (*DaVinciExportFlowVersionResponse) GetEnvironmentOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) GetEnvironmentOk() (*DaVinciExportFlowVersionResponseEnvironment, bool)
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
func (o *DaVinciExportFlowVersionResponse) GetFlow() DaVinciExportFlowVersionResponseFlow
GetFlow returns the Flow field value
func (*DaVinciExportFlowVersionResponse) GetFlowOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) GetFlowOk() (*DaVinciExportFlowVersionResponseFlow, bool)
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
func (o *DaVinciExportFlowVersionResponse) GetGraphData() DaVinciFlowGraphDataResponse
GetGraphData returns the GraphData field value if set, zero value otherwise.
func (*DaVinciExportFlowVersionResponse) GetGraphDataOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) 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 (*DaVinciExportFlowVersionResponse) GetInputSchema ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) GetInputSchema() []DaVinciFlowInputSchemaResponseItem
GetInputSchema returns the InputSchema field value if set, zero value otherwise.
func (*DaVinciExportFlowVersionResponse) GetInputSchemaOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) 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.
func (*DaVinciExportFlowVersionResponse) GetLinks ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) GetLinks() DaVinciExportFlowVersionResponseLinks
GetLinks returns the Links field value
func (*DaVinciExportFlowVersionResponse) GetLinksOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) GetLinksOk() (*DaVinciExportFlowVersionResponseLinks, bool)
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
func (o *DaVinciExportFlowVersionResponse) GetOutputSchema() DaVinciFlowOutputSchemaResponse
GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.
func (*DaVinciExportFlowVersionResponse) GetOutputSchemaOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) 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 (*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
func (o *DaVinciExportFlowVersionResponse) GetSettings() DaVinciFlowSettingsResponse
GetSettings returns the Settings field value if set, zero value otherwise.
func (*DaVinciExportFlowVersionResponse) GetSettingsOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) 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 (*DaVinciExportFlowVersionResponse) GetTrigger ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) GetTrigger() DaVinciFlowTriggerResponse
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*DaVinciExportFlowVersionResponse) GetTriggerOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) 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 (*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 (o DaVinciExportFlowVersionResponse) LogValue() slog.Value
func (DaVinciExportFlowVersionResponse) MarshalJSON ¶ added in v0.3.0
func (o DaVinciExportFlowVersionResponse) MarshalJSON() ([]byte, error)
func (*DaVinciExportFlowVersionResponse) SetAlias ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) SetAlias(v string)
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
func (o *DaVinciExportFlowVersionResponse) SetColor(v string)
SetColor gets a reference to the given string and assigns it to the Color field.
func (*DaVinciExportFlowVersionResponse) SetConnectors ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) SetConnectors(v []DaVinciExportFlowVersionResponseConnector)
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
func (o *DaVinciExportFlowVersionResponse) SetEnvironment(v DaVinciExportFlowVersionResponseEnvironment)
SetEnvironment sets field value
func (*DaVinciExportFlowVersionResponse) SetFlow ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) SetFlow(v DaVinciExportFlowVersionResponseFlow)
SetFlow sets field value
func (*DaVinciExportFlowVersionResponse) SetGraphData ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) SetGraphData(v DaVinciFlowGraphDataResponse)
SetGraphData gets a reference to the given DaVinciFlowGraphDataResponse and assigns it to the GraphData field.
func (*DaVinciExportFlowVersionResponse) SetInputSchema ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) SetInputSchema(v []DaVinciFlowInputSchemaResponseItem)
SetInputSchema gets a reference to the given []DaVinciFlowInputSchemaResponseItem and assigns it to the InputSchema field.
func (*DaVinciExportFlowVersionResponse) SetLinks ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) SetLinks(v DaVinciExportFlowVersionResponseLinks)
SetLinks sets field value
func (*DaVinciExportFlowVersionResponse) SetOutputSchema ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) SetOutputSchema(v DaVinciFlowOutputSchemaResponse)
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
func (o *DaVinciExportFlowVersionResponse) SetSettings(v DaVinciFlowSettingsResponse)
SetSettings gets a reference to the given DaVinciFlowSettingsResponse and assigns it to the Settings field.
func (*DaVinciExportFlowVersionResponse) SetTrigger ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponse) SetTrigger(v DaVinciFlowTriggerResponse)
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
func (o *DaVinciExportFlowVersionResponseConnector) GetId() string
GetId returns the Id field value
func (*DaVinciExportFlowVersionResponseConnector) GetIdOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponseConnector) GetIdOk() (*string, bool)
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 (o DaVinciExportFlowVersionResponseConnector) LogValue() slog.Value
func (DaVinciExportFlowVersionResponseConnector) MarshalJSON ¶ added in v0.3.0
func (o DaVinciExportFlowVersionResponseConnector) MarshalJSON() ([]byte, error)
func (*DaVinciExportFlowVersionResponseConnector) SetId ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponseConnector) SetId(v string)
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
func (o *DaVinciExportFlowVersionResponseEnvironment) GetId() string
GetId returns the Id field value
func (*DaVinciExportFlowVersionResponseEnvironment) GetIdOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponseEnvironment) GetIdOk() (*string, bool)
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 (o DaVinciExportFlowVersionResponseEnvironment) LogValue() slog.Value
func (DaVinciExportFlowVersionResponseEnvironment) MarshalJSON ¶ added in v0.3.0
func (o DaVinciExportFlowVersionResponseEnvironment) MarshalJSON() ([]byte, error)
func (*DaVinciExportFlowVersionResponseEnvironment) SetId ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponseEnvironment) SetId(v string)
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
func (o *DaVinciExportFlowVersionResponseFlow) GetId() string
GetId returns the Id field value
func (*DaVinciExportFlowVersionResponseFlow) GetIdOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponseFlow) GetIdOk() (*string, bool)
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
func (o *DaVinciExportFlowVersionResponseFlow) GetName() string
GetName returns the Name field value
func (*DaVinciExportFlowVersionResponseFlow) GetNameOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponseFlow) GetNameOk() (*string, bool)
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 (o DaVinciExportFlowVersionResponseFlow) LogValue() slog.Value
func (DaVinciExportFlowVersionResponseFlow) MarshalJSON ¶ added in v0.3.0
func (o DaVinciExportFlowVersionResponseFlow) MarshalJSON() ([]byte, error)
func (*DaVinciExportFlowVersionResponseFlow) SetId ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponseFlow) SetId(v string)
SetId sets field value
func (*DaVinciExportFlowVersionResponseFlow) SetName ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponseFlow) SetName(v string)
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 ¶ added in v0.3.0
type DaVinciExportFlowVersionResponseLinks struct {
Environment JSONHALLink `json:"environment"`
Self JSONHALLink `json:"self"`
AdditionalProperties map[string]interface{}
}
DaVinciExportFlowVersionResponseLinks struct for DaVinciExportFlowVersionResponseLinks
func NewDaVinciExportFlowVersionResponseLinks ¶ added in v0.3.0
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
func (o *DaVinciExportFlowVersionResponseLinks) GetEnvironment() JSONHALLink
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
func (o *DaVinciExportFlowVersionResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciExportFlowVersionResponseLinks) GetSelfOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponseLinks) GetSelfOk() (*JSONHALLink, bool)
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 (o DaVinciExportFlowVersionResponseLinks) LogValue() slog.Value
func (DaVinciExportFlowVersionResponseLinks) MarshalJSON ¶ added in v0.3.0
func (o DaVinciExportFlowVersionResponseLinks) MarshalJSON() ([]byte, error)
func (*DaVinciExportFlowVersionResponseLinks) SetEnvironment ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponseLinks) SetEnvironment(v JSONHALLink)
SetEnvironment sets field value
func (*DaVinciExportFlowVersionResponseLinks) SetSelf ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionResponseLinks) SetSelf(v JSONHALLink)
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
func NewDaVinciExportFlowVersionSubflowsResponse(links DaVinciExportFlowVersionResponseLinks, environment DaVinciExportFlowVersionResponseEnvironment, flow DaVinciExportFlowVersionResponseFlow, publishedVersion float32, version float32) *DaVinciExportFlowVersionSubflowsResponse
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
func (o *DaVinciExportFlowVersionSubflowsResponse) GetAlias() string
GetAlias returns the Alias field value if set, zero value otherwise.
func (*DaVinciExportFlowVersionSubflowsResponse) GetAliasOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) 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 (*DaVinciExportFlowVersionSubflowsResponse) GetClonedFrom ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) GetClonedFrom() float32
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
func (o *DaVinciExportFlowVersionSubflowsResponse) GetColor() string
GetColor returns the Color field value if set, zero value otherwise.
func (*DaVinciExportFlowVersionSubflowsResponse) GetColorOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) 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 (*DaVinciExportFlowVersionSubflowsResponse) GetConnectors ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) GetConnectors() []DaVinciExportFlowVersionResponseConnector
GetConnectors returns the Connectors field value if set, zero value otherwise.
func (*DaVinciExportFlowVersionSubflowsResponse) GetConnectorsOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) GetConnectorsOk() ([]DaVinciExportFlowVersionResponseConnector, bool)
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
func (o *DaVinciExportFlowVersionSubflowsResponse) GetCreatedAt() time.Time
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
func (o *DaVinciExportFlowVersionSubflowsResponse) GetDeployedAt() time.Time
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
func (o *DaVinciExportFlowVersionSubflowsResponse) GetDescription() string
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
func (o *DaVinciExportFlowVersionSubflowsResponse) GetEmbedded() []DaVinciExportFlowVersionResponse
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*DaVinciExportFlowVersionSubflowsResponse) GetEmbeddedOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) GetEmbeddedOk() ([]DaVinciExportFlowVersionResponse, 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 (*DaVinciExportFlowVersionSubflowsResponse) GetEnabled ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) GetEnabled() bool
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
func (o *DaVinciExportFlowVersionSubflowsResponse) GetEnvironment() DaVinciExportFlowVersionResponseEnvironment
GetEnvironment returns the Environment field value
func (*DaVinciExportFlowVersionSubflowsResponse) GetEnvironmentOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) GetEnvironmentOk() (*DaVinciExportFlowVersionResponseEnvironment, bool)
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
func (o *DaVinciExportFlowVersionSubflowsResponse) GetFlow() DaVinciExportFlowVersionResponseFlow
GetFlow returns the Flow field value
func (*DaVinciExportFlowVersionSubflowsResponse) GetFlowOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) GetFlowOk() (*DaVinciExportFlowVersionResponseFlow, bool)
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
func (o *DaVinciExportFlowVersionSubflowsResponse) GetGraphData() DaVinciFlowGraphDataResponse
GetGraphData returns the GraphData field value if set, zero value otherwise.
func (*DaVinciExportFlowVersionSubflowsResponse) GetGraphDataOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) 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 (*DaVinciExportFlowVersionSubflowsResponse) GetInputSchema ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) GetInputSchema() []DaVinciFlowInputSchemaResponseItem
GetInputSchema returns the InputSchema field value if set, zero value otherwise.
func (*DaVinciExportFlowVersionSubflowsResponse) GetInputSchemaOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) 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.
func (*DaVinciExportFlowVersionSubflowsResponse) GetLinks ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) GetLinks() DaVinciExportFlowVersionResponseLinks
GetLinks returns the Links field value
func (*DaVinciExportFlowVersionSubflowsResponse) GetLinksOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) GetLinksOk() (*DaVinciExportFlowVersionResponseLinks, bool)
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
func (o *DaVinciExportFlowVersionSubflowsResponse) GetOutputSchema() DaVinciFlowOutputSchemaResponse
GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.
func (*DaVinciExportFlowVersionSubflowsResponse) GetOutputSchemaOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) 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 (*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
func (o *DaVinciExportFlowVersionSubflowsResponse) GetSettings() DaVinciFlowSettingsResponse
GetSettings returns the Settings field value if set, zero value otherwise.
func (*DaVinciExportFlowVersionSubflowsResponse) GetSettingsOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) 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 (*DaVinciExportFlowVersionSubflowsResponse) GetTrigger ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) GetTrigger() DaVinciFlowTriggerResponse
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*DaVinciExportFlowVersionSubflowsResponse) GetTriggerOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) 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 (*DaVinciExportFlowVersionSubflowsResponse) GetUpdatedAt ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) GetUpdatedAt() time.Time
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
func (o *DaVinciExportFlowVersionSubflowsResponse) GetUpdates() []string
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
func (o *DaVinciExportFlowVersionSubflowsResponse) GetVersion() float32
GetVersion returns the Version field value
func (*DaVinciExportFlowVersionSubflowsResponse) GetVersionOk ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) GetVersionOk() (*float32, bool)
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
func (o *DaVinciExportFlowVersionSubflowsResponse) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (*DaVinciExportFlowVersionSubflowsResponse) HasClonedFrom ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) HasClonedFrom() bool
HasClonedFrom returns a boolean if a field has been set.
func (*DaVinciExportFlowVersionSubflowsResponse) HasColor ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) HasColor() bool
HasColor returns a boolean if a field has been set.
func (*DaVinciExportFlowVersionSubflowsResponse) HasConnectors ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) HasConnectors() bool
HasConnectors returns a boolean if a field has been set.
func (*DaVinciExportFlowVersionSubflowsResponse) HasCreatedAt ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*DaVinciExportFlowVersionSubflowsResponse) HasDeployedAt ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) HasDeployedAt() bool
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
func (o *DaVinciExportFlowVersionSubflowsResponse) HasEmbedded() bool
HasEmbedded returns a boolean if a field has been set.
func (*DaVinciExportFlowVersionSubflowsResponse) HasEnabled ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*DaVinciExportFlowVersionSubflowsResponse) HasGraphData ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) HasGraphData() bool
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
func (o *DaVinciExportFlowVersionSubflowsResponse) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (*DaVinciExportFlowVersionSubflowsResponse) HasTrigger ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) HasTrigger() bool
HasTrigger returns a boolean if a field has been set.
func (*DaVinciExportFlowVersionSubflowsResponse) HasUpdatedAt ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*DaVinciExportFlowVersionSubflowsResponse) HasUpdates ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) HasUpdates() bool
HasUpdates returns a boolean if a field has been set.
func (*DaVinciExportFlowVersionSubflowsResponse) HasVariables ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) HasVariables() bool
HasVariables returns a boolean if a field has been set.
func (DaVinciExportFlowVersionSubflowsResponse) LogValue ¶ added in v0.3.0
func (o DaVinciExportFlowVersionSubflowsResponse) LogValue() slog.Value
func (DaVinciExportFlowVersionSubflowsResponse) MarshalJSON ¶ added in v0.3.0
func (o DaVinciExportFlowVersionSubflowsResponse) MarshalJSON() ([]byte, error)
func (*DaVinciExportFlowVersionSubflowsResponse) SetAlias ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetAlias(v string)
SetAlias gets a reference to the given string and assigns it to the Alias field.
func (*DaVinciExportFlowVersionSubflowsResponse) SetClonedFrom ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetClonedFrom(v float32)
SetClonedFrom gets a reference to the given float32 and assigns it to the ClonedFrom field.
func (*DaVinciExportFlowVersionSubflowsResponse) SetColor ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetColor(v string)
SetColor gets a reference to the given string and assigns it to the Color field.
func (*DaVinciExportFlowVersionSubflowsResponse) SetConnectors ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetConnectors(v []DaVinciExportFlowVersionResponseConnector)
SetConnectors gets a reference to the given []DaVinciExportFlowVersionResponseConnector and assigns it to the Connectors field.
func (*DaVinciExportFlowVersionSubflowsResponse) SetCreatedAt ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*DaVinciExportFlowVersionSubflowsResponse) SetDeployedAt ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetDeployedAt(v time.Time)
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
func (o *DaVinciExportFlowVersionSubflowsResponse) SetEmbedded(v []DaVinciExportFlowVersionResponse)
SetEmbedded gets a reference to the given []DaVinciExportFlowVersionResponse and assigns it to the Embedded field.
func (*DaVinciExportFlowVersionSubflowsResponse) SetEnabled ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*DaVinciExportFlowVersionSubflowsResponse) SetEnvironment ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetEnvironment(v DaVinciExportFlowVersionResponseEnvironment)
SetEnvironment sets field value
func (*DaVinciExportFlowVersionSubflowsResponse) SetFlow ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetFlow(v DaVinciExportFlowVersionResponseFlow)
SetFlow sets field value
func (*DaVinciExportFlowVersionSubflowsResponse) SetGraphData ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetGraphData(v DaVinciFlowGraphDataResponse)
SetGraphData gets a reference to the given DaVinciFlowGraphDataResponse and assigns it to the GraphData field.
func (*DaVinciExportFlowVersionSubflowsResponse) SetInputSchema ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetInputSchema(v []DaVinciFlowInputSchemaResponseItem)
SetInputSchema gets a reference to the given []DaVinciFlowInputSchemaResponseItem and assigns it to the InputSchema field.
func (*DaVinciExportFlowVersionSubflowsResponse) SetLinks ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetLinks(v DaVinciExportFlowVersionResponseLinks)
SetLinks sets field value
func (*DaVinciExportFlowVersionSubflowsResponse) SetOutputSchema ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetOutputSchema(v DaVinciFlowOutputSchemaResponse)
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
func (o *DaVinciExportFlowVersionSubflowsResponse) SetSettings(v DaVinciFlowSettingsResponse)
SetSettings gets a reference to the given DaVinciFlowSettingsResponse and assigns it to the Settings field.
func (*DaVinciExportFlowVersionSubflowsResponse) SetTrigger ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetTrigger(v DaVinciFlowTriggerResponse)
SetTrigger gets a reference to the given DaVinciFlowTriggerResponse and assigns it to the Trigger field.
func (*DaVinciExportFlowVersionSubflowsResponse) SetUpdatedAt ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*DaVinciExportFlowVersionSubflowsResponse) SetUpdates ¶ added in v0.3.0
func (o *DaVinciExportFlowVersionSubflowsResponse) SetUpdates(v []string)
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
func (o *DaVinciExportFlowVersionSubflowsResponse) SetVersion(v float32)
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
func (o *DaVinciFlowCollection) GetEmbedded() DaVinciFlowCollectionEmbedded
GetEmbedded returns the Embedded field value
func (*DaVinciFlowCollection) GetEmbeddedOk ¶ added in v0.3.0
func (o *DaVinciFlowCollection) GetEmbeddedOk() (*DaVinciFlowCollectionEmbedded, bool)
GetEmbeddedOk returns a tuple with the Embedded field value and a boolean to check if the value has been set.
func (*DaVinciFlowCollection) GetLinks ¶ added in v0.3.0
func (o *DaVinciFlowCollection) GetLinks() DaVinciFlowCollectionLinks
GetLinks returns the Links field value
func (*DaVinciFlowCollection) GetLinksOk ¶ added in v0.3.0
func (o *DaVinciFlowCollection) GetLinksOk() (*DaVinciFlowCollectionLinks, bool)
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
func (o *DaVinciFlowCollection) SetEmbedded(v DaVinciFlowCollectionEmbedded)
SetEmbedded sets field value
func (*DaVinciFlowCollection) SetLinks ¶ added in v0.3.0
func (o *DaVinciFlowCollection) SetLinks(v DaVinciFlowCollectionLinks)
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
func (o *DaVinciFlowCollectionEmbedded) GetFlows() []DaVinciFlowResponse
GetFlows returns the Flows field value
func (*DaVinciFlowCollectionEmbedded) GetFlowsOk ¶ added in v0.3.0
func (o *DaVinciFlowCollectionEmbedded) GetFlowsOk() ([]DaVinciFlowResponse, bool)
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 (o DaVinciFlowCollectionEmbedded) LogValue() slog.Value
func (DaVinciFlowCollectionEmbedded) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowCollectionEmbedded) MarshalJSON() ([]byte, error)
func (*DaVinciFlowCollectionEmbedded) SetFlows ¶ added in v0.3.0
func (o *DaVinciFlowCollectionEmbedded) SetFlows(v []DaVinciFlowResponse)
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 ¶ added in v0.3.0
type DaVinciFlowCollectionLinks struct {
Environment JSONHALLink `json:"environment"`
Self JSONHALLink `json:"self"`
AdditionalProperties map[string]interface{}
}
DaVinciFlowCollectionLinks struct for DaVinciFlowCollectionLinks
func NewDaVinciFlowCollectionLinks ¶ added in v0.3.0
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
func (o *DaVinciFlowCollectionLinks) GetSelf() JSONHALLink
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
func (o *DaVinciFlowCollectionLinks) SetSelf(v JSONHALLink)
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
func (o *DaVinciFlowCreateRequest) GetGraphData() DaVinciFlowGraphDataRequest
GetGraphData returns the GraphData field value if set, zero value otherwise.
func (*DaVinciFlowCreateRequest) GetGraphDataOk ¶ added in v0.3.0
func (o *DaVinciFlowCreateRequest) GetGraphDataOk() (*DaVinciFlowGraphDataRequest, 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 (*DaVinciFlowCreateRequest) GetInputSchema ¶ added in v0.3.0
func (o *DaVinciFlowCreateRequest) GetInputSchema() []DaVinciFlowInputSchemaRequestItem
GetInputSchema returns the InputSchema field value if set, zero value otherwise.
func (*DaVinciFlowCreateRequest) GetInputSchemaOk ¶ added in v0.3.0
func (o *DaVinciFlowCreateRequest) GetInputSchemaOk() ([]DaVinciFlowInputSchemaRequestItem, 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.
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
func (o *DaVinciFlowCreateRequest) GetOutputSchema() DaVinciFlowOutputSchemaRequest
GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.
func (*DaVinciFlowCreateRequest) GetOutputSchemaOk ¶ added in v0.3.0
func (o *DaVinciFlowCreateRequest) GetOutputSchemaOk() (*DaVinciFlowOutputSchemaRequest, 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 (*DaVinciFlowCreateRequest) GetSettings ¶ added in v0.3.0
func (o *DaVinciFlowCreateRequest) GetSettings() DaVinciFlowSettingsRequest
GetSettings returns the Settings field value if set, zero value otherwise.
func (*DaVinciFlowCreateRequest) GetSettingsOk ¶ added in v0.3.0
func (o *DaVinciFlowCreateRequest) GetSettingsOk() (*DaVinciFlowSettingsRequest, 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 (*DaVinciFlowCreateRequest) GetTrigger ¶ added in v0.3.0
func (o *DaVinciFlowCreateRequest) GetTrigger() DaVinciFlowTriggerRequest
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*DaVinciFlowCreateRequest) GetTriggerOk ¶ added in v0.3.0
func (o *DaVinciFlowCreateRequest) GetTriggerOk() (*DaVinciFlowTriggerRequest, 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 (*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
func (o *DaVinciFlowCreateRequest) SetGraphData(v DaVinciFlowGraphDataRequest)
SetGraphData gets a reference to the given DaVinciFlowGraphDataRequest and assigns it to the GraphData field.
func (*DaVinciFlowCreateRequest) SetInputSchema ¶ added in v0.3.0
func (o *DaVinciFlowCreateRequest) SetInputSchema(v []DaVinciFlowInputSchemaRequestItem)
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
func (o *DaVinciFlowCreateRequest) SetOutputSchema(v DaVinciFlowOutputSchemaRequest)
SetOutputSchema gets a reference to the given DaVinciFlowOutputSchemaRequest and assigns it to the OutputSchema field.
func (*DaVinciFlowCreateRequest) SetSettings ¶ added in v0.3.0
func (o *DaVinciFlowCreateRequest) SetSettings(v DaVinciFlowSettingsRequest)
SetSettings gets a reference to the given DaVinciFlowSettingsRequest and assigns it to the Settings field.
func (*DaVinciFlowCreateRequest) SetTrigger ¶ added in v0.3.0
func (o *DaVinciFlowCreateRequest) SetTrigger(v DaVinciFlowTriggerRequest)
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.
func (*DaVinciFlowEnabledResponse) GetLinks ¶ added in v0.3.0
func (o *DaVinciFlowEnabledResponse) GetLinks() DaVinciFlowEnabledResponseLinks
GetLinks returns the Links field value
func (*DaVinciFlowEnabledResponse) GetLinksOk ¶ added in v0.3.0
func (o *DaVinciFlowEnabledResponse) GetLinksOk() (*DaVinciFlowEnabledResponseLinks, bool)
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
func (*DaVinciFlowEnabledResponse) SetLinks ¶ added in v0.3.0
func (o *DaVinciFlowEnabledResponse) SetLinks(v DaVinciFlowEnabledResponseLinks)
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 ¶ added in v0.3.0
type DaVinciFlowEnabledResponseLinks struct {
Self JSONHALLink `json:"self"`
AdditionalProperties map[string]interface{}
}
DaVinciFlowEnabledResponseLinks struct for DaVinciFlowEnabledResponseLinks
func NewDaVinciFlowEnabledResponseLinks ¶ added in v0.3.0
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
func (o *DaVinciFlowEnabledResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciFlowEnabledResponseLinks) GetSelfOk ¶ added in v0.3.0
func (o *DaVinciFlowEnabledResponseLinks) GetSelfOk() (*JSONHALLink, bool)
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 (o DaVinciFlowEnabledResponseLinks) LogValue() slog.Value
func (DaVinciFlowEnabledResponseLinks) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowEnabledResponseLinks) MarshalJSON() ([]byte, error)
func (*DaVinciFlowEnabledResponseLinks) SetSelf ¶ added in v0.3.0
func (o *DaVinciFlowEnabledResponseLinks) SetSelf(v JSONHALLink)
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
func (o *DaVinciFlowGraphDataRequest) GetElements() DaVinciFlowGraphDataRequestElements
GetElements returns the Elements field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataRequest) GetElementsOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequest) GetElementsOk() (*DaVinciFlowGraphDataRequestElements, bool)
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
func (o *DaVinciFlowGraphDataRequest) GetMaxZoom() types.BigFloatUnquoted
GetMaxZoom returns the MaxZoom field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataRequest) GetMaxZoomOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequest) GetMaxZoomOk() (*types.BigFloatUnquoted, bool)
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
func (o *DaVinciFlowGraphDataRequest) GetMinZoom() types.BigFloatUnquoted
GetMinZoom returns the MinZoom field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataRequest) GetMinZoomOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequest) GetMinZoomOk() (*types.BigFloatUnquoted, bool)
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
func (o *DaVinciFlowGraphDataRequest) GetPan() DaVinciFlowGraphDataRequestPan
GetPan returns the Pan field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataRequest) GetPanOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequest) GetPanOk() (*DaVinciFlowGraphDataRequestPan, bool)
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
func (o *DaVinciFlowGraphDataRequest) SetElements(v DaVinciFlowGraphDataRequestElements)
SetElements gets a reference to the given DaVinciFlowGraphDataRequestElements and assigns it to the Elements field.
func (*DaVinciFlowGraphDataRequest) SetMaxZoom ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequest) SetMaxZoom(v types.BigFloatUnquoted)
SetMaxZoom gets a reference to the given types.BigFloatUnquoted and assigns it to the MaxZoom field.
func (*DaVinciFlowGraphDataRequest) SetMinZoom ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequest) SetMinZoom(v types.BigFloatUnquoted)
SetMinZoom gets a reference to the given types.BigFloatUnquoted and assigns it to the MinZoom field.
func (*DaVinciFlowGraphDataRequest) SetPan ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequest) SetPan(v DaVinciFlowGraphDataRequestPan)
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
func (o *DaVinciFlowGraphDataRequestElements) GetEdges() []DaVinciFlowGraphDataRequestElementsEdge
GetEdges returns the Edges field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataRequestElements) GetEdgesOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElements) GetEdgesOk() ([]DaVinciFlowGraphDataRequestElementsEdge, bool)
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
func (o *DaVinciFlowGraphDataRequestElements) GetNodes() []DaVinciFlowGraphDataRequestElementsNode
GetNodes returns the Nodes field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataRequestElements) GetNodesOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElements) GetNodesOk() ([]DaVinciFlowGraphDataRequestElementsNode, bool)
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
func (o *DaVinciFlowGraphDataRequestElements) HasEdges() bool
HasEdges returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElements) HasNodes ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElements) HasNodes() bool
HasNodes returns a boolean if a field has been set.
func (DaVinciFlowGraphDataRequestElements) LogValue ¶ added in v0.3.0
func (o DaVinciFlowGraphDataRequestElements) LogValue() slog.Value
func (DaVinciFlowGraphDataRequestElements) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataRequestElements) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataRequestElements) SetEdges ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElements) SetEdges(v []DaVinciFlowGraphDataRequestElementsEdge)
SetEdges gets a reference to the given []DaVinciFlowGraphDataRequestElementsEdge and assigns it to the Edges field.
func (*DaVinciFlowGraphDataRequestElements) SetNodes ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElements) SetNodes(v []DaVinciFlowGraphDataRequestElementsNode)
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
func (o *DaVinciFlowGraphDataRequestElementsEdge) GetClasses() string
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
func (o *DaVinciFlowGraphDataRequestElementsEdge) GetData() DaVinciFlowGraphDataRequestElementsEdgeData
GetData returns the Data field value
func (*DaVinciFlowGraphDataRequestElementsEdge) GetDataOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) GetDataOk() (*DaVinciFlowGraphDataRequestElementsEdgeData, bool)
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
func (o *DaVinciFlowGraphDataRequestElementsEdge) GetGrabbable() bool
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
func (o *DaVinciFlowGraphDataRequestElementsEdge) GetGroup() string
GetGroup returns the Group field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataRequestElementsEdge) GetGroupOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) GetGroupOk() (*string, bool)
GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaVinciFlowGraphDataRequestElementsEdge) GetLocked ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) GetLocked() bool
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
func (o *DaVinciFlowGraphDataRequestElementsEdge) GetPannable() bool
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
func (o *DaVinciFlowGraphDataRequestElementsEdge) GetPosition() DaVinciFlowGraphDataRequestElementsEdgePosition
GetPosition returns the Position field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataRequestElementsEdge) GetPositionOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) GetPositionOk() (*DaVinciFlowGraphDataRequestElementsEdgePosition, bool)
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
func (o *DaVinciFlowGraphDataRequestElementsEdge) GetRemoved() bool
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
func (o *DaVinciFlowGraphDataRequestElementsEdge) GetSelected() bool
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
func (o *DaVinciFlowGraphDataRequestElementsEdge) HasClasses() bool
HasClasses returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsEdge) HasGrabbable ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) HasGrabbable() bool
HasGrabbable returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsEdge) HasGroup ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsEdge) HasLocked ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) HasLocked() bool
HasLocked returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsEdge) HasPannable ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) HasPannable() bool
HasPannable returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsEdge) HasPosition ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsEdge) HasRemoved ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) HasRemoved() bool
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
func (o *DaVinciFlowGraphDataRequestElementsEdge) HasSelected() bool
HasSelected returns a boolean if a field has been set.
func (DaVinciFlowGraphDataRequestElementsEdge) LogValue ¶ added in v0.3.0
func (o DaVinciFlowGraphDataRequestElementsEdge) LogValue() slog.Value
func (DaVinciFlowGraphDataRequestElementsEdge) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataRequestElementsEdge) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataRequestElementsEdge) SetClasses ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) SetClasses(v string)
SetClasses gets a reference to the given string and assigns it to the Classes field.
func (*DaVinciFlowGraphDataRequestElementsEdge) SetData ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) SetData(v DaVinciFlowGraphDataRequestElementsEdgeData)
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
func (o *DaVinciFlowGraphDataRequestElementsEdge) SetGroup(v string)
SetGroup gets a reference to the given string and assigns it to the Group field.
func (*DaVinciFlowGraphDataRequestElementsEdge) SetLocked ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) SetLocked(v bool)
SetLocked gets a reference to the given bool and assigns it to the Locked field.
func (*DaVinciFlowGraphDataRequestElementsEdge) SetPannable ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) SetPannable(v bool)
SetPannable gets a reference to the given bool and assigns it to the Pannable field.
func (*DaVinciFlowGraphDataRequestElementsEdge) SetPosition ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) SetPosition(v DaVinciFlowGraphDataRequestElementsEdgePosition)
SetPosition gets a reference to the given DaVinciFlowGraphDataRequestElementsEdgePosition and assigns it to the Position field.
func (*DaVinciFlowGraphDataRequestElementsEdge) SetRemoved ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdge) SetRemoved(v bool)
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
func (o *DaVinciFlowGraphDataRequestElementsEdge) SetSelected(v bool)
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
func (o *DaVinciFlowGraphDataRequestElementsEdgeData) GetId() string
GetId returns the Id field value
func (*DaVinciFlowGraphDataRequestElementsEdgeData) GetIdOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdgeData) GetIdOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataRequestElementsEdgeData) GetSource() string
GetSource returns the Source field value
func (*DaVinciFlowGraphDataRequestElementsEdgeData) GetSourceOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdgeData) GetSourceOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataRequestElementsEdgeData) GetTarget() string
GetTarget returns the Target field value
func (*DaVinciFlowGraphDataRequestElementsEdgeData) GetTargetOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdgeData) GetTargetOk() (*string, bool)
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 (o DaVinciFlowGraphDataRequestElementsEdgeData) LogValue() slog.Value
func (DaVinciFlowGraphDataRequestElementsEdgeData) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataRequestElementsEdgeData) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataRequestElementsEdgeData) SetId ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdgeData) SetId(v string)
SetId sets field value
func (*DaVinciFlowGraphDataRequestElementsEdgeData) SetSource ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdgeData) SetSource(v string)
SetSource sets field value
func (*DaVinciFlowGraphDataRequestElementsEdgeData) SetTarget ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdgeData) SetTarget(v string)
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
func (o *DaVinciFlowGraphDataRequestElementsEdgePosition) GetX() types.BigFloatUnquoted
GetX returns the X field value
func (*DaVinciFlowGraphDataRequestElementsEdgePosition) GetXOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdgePosition) GetXOk() (*types.BigFloatUnquoted, bool)
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
func (o *DaVinciFlowGraphDataRequestElementsEdgePosition) GetY() types.BigFloatUnquoted
GetY returns the Y field value
func (*DaVinciFlowGraphDataRequestElementsEdgePosition) GetYOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdgePosition) GetYOk() (*types.BigFloatUnquoted, bool)
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 (o DaVinciFlowGraphDataRequestElementsEdgePosition) LogValue() slog.Value
func (DaVinciFlowGraphDataRequestElementsEdgePosition) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataRequestElementsEdgePosition) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataRequestElementsEdgePosition) SetX ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdgePosition) SetX(v types.BigFloatUnquoted)
SetX sets field value
func (*DaVinciFlowGraphDataRequestElementsEdgePosition) SetY ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsEdgePosition) SetY(v types.BigFloatUnquoted)
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
func (o *DaVinciFlowGraphDataRequestElementsNode) GetClasses() string
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
func (o *DaVinciFlowGraphDataRequestElementsNode) GetData() DaVinciFlowGraphDataRequestElementsNodeData
GetData returns the Data field value
func (*DaVinciFlowGraphDataRequestElementsNode) GetDataOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) GetDataOk() (*DaVinciFlowGraphDataRequestElementsNodeData, bool)
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
func (o *DaVinciFlowGraphDataRequestElementsNode) GetGrabbable() bool
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
func (o *DaVinciFlowGraphDataRequestElementsNode) GetGroup() string
GetGroup returns the Group field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataRequestElementsNode) GetGroupOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) GetGroupOk() (*string, bool)
GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaVinciFlowGraphDataRequestElementsNode) GetLocked ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) GetLocked() bool
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
func (o *DaVinciFlowGraphDataRequestElementsNode) GetPannable() bool
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
func (o *DaVinciFlowGraphDataRequestElementsNode) GetPosition() DaVinciFlowGraphDataRequestElementsNodePosition
GetPosition returns the Position field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataRequestElementsNode) GetPositionOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) GetPositionOk() (*DaVinciFlowGraphDataRequestElementsNodePosition, bool)
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
func (o *DaVinciFlowGraphDataRequestElementsNode) GetRemoved() bool
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
func (o *DaVinciFlowGraphDataRequestElementsNode) GetSelected() bool
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
func (o *DaVinciFlowGraphDataRequestElementsNode) HasClasses() bool
HasClasses returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsNode) HasGrabbable ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) HasGrabbable() bool
HasGrabbable returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsNode) HasGroup ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsNode) HasLocked ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) HasLocked() bool
HasLocked returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsNode) HasPannable ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) HasPannable() bool
HasPannable returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsNode) HasPosition ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsNode) HasRemoved ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) HasRemoved() bool
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
func (o *DaVinciFlowGraphDataRequestElementsNode) HasSelected() bool
HasSelected returns a boolean if a field has been set.
func (DaVinciFlowGraphDataRequestElementsNode) LogValue ¶ added in v0.3.0
func (o DaVinciFlowGraphDataRequestElementsNode) LogValue() slog.Value
func (DaVinciFlowGraphDataRequestElementsNode) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataRequestElementsNode) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataRequestElementsNode) SetClasses ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) SetClasses(v string)
SetClasses gets a reference to the given string and assigns it to the Classes field.
func (*DaVinciFlowGraphDataRequestElementsNode) SetData ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) SetData(v DaVinciFlowGraphDataRequestElementsNodeData)
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
func (o *DaVinciFlowGraphDataRequestElementsNode) SetGroup(v string)
SetGroup gets a reference to the given string and assigns it to the Group field.
func (*DaVinciFlowGraphDataRequestElementsNode) SetLocked ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) SetLocked(v bool)
SetLocked gets a reference to the given bool and assigns it to the Locked field.
func (*DaVinciFlowGraphDataRequestElementsNode) SetPannable ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) SetPannable(v bool)
SetPannable gets a reference to the given bool and assigns it to the Pannable field.
func (*DaVinciFlowGraphDataRequestElementsNode) SetPosition ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) SetPosition(v DaVinciFlowGraphDataRequestElementsNodePosition)
SetPosition gets a reference to the given DaVinciFlowGraphDataRequestElementsNodePosition and assigns it to the Position field.
func (*DaVinciFlowGraphDataRequestElementsNode) SetRemoved ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNode) SetRemoved(v bool)
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
func (o *DaVinciFlowGraphDataRequestElementsNode) SetSelected(v bool)
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
func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetConnectionId() string
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
func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetConnectorId() string
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
func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetId() string
GetId returns the Id field value
func (*DaVinciFlowGraphDataRequestElementsNodeData) GetIdOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetIdOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetIdUnique() string
GetIdUnique returns the IdUnique field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataRequestElementsNodeData) GetIdUniqueOk ¶ added in v0.5.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetIdUniqueOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataRequestElementsNodeData) GetLabelOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaVinciFlowGraphDataRequestElementsNodeData) GetName ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataRequestElementsNodeData) GetNameOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) 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 (*DaVinciFlowGraphDataRequestElementsNodeData) GetNodeType ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetNodeType() string
GetNodeType returns the NodeType field value
func (*DaVinciFlowGraphDataRequestElementsNodeData) GetNodeTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetNodeTypeOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataRequestElementsNodeData) GetStatusOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaVinciFlowGraphDataRequestElementsNodeData) GetType ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataRequestElementsNodeData) GetTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) 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 (*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
func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasConnectionId() bool
HasConnectionId returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsNodeData) HasConnectorId ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasConnectorId() bool
HasConnectorId returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsNodeData) HasIdUnique ¶ added in v0.5.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasIdUnique() bool
HasIdUnique returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsNodeData) HasLabel ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsNodeData) HasName ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasName() bool
HasName returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsNodeData) HasProperties ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsNodeData) HasStatus ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataRequestElementsNodeData) HasType ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) HasType() bool
HasType returns a boolean if a field has been set.
func (DaVinciFlowGraphDataRequestElementsNodeData) LogValue ¶ added in v0.3.0
func (o DaVinciFlowGraphDataRequestElementsNodeData) LogValue() slog.Value
func (DaVinciFlowGraphDataRequestElementsNodeData) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataRequestElementsNodeData) MarshalJSON() ([]byte, error)
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
func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetConnectionId(v string)
SetConnectionId gets a reference to the given string and assigns it to the ConnectionId field.
func (*DaVinciFlowGraphDataRequestElementsNodeData) SetConnectorId ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetConnectorId(v string)
SetConnectorId gets a reference to the given string and assigns it to the ConnectorId field.
func (*DaVinciFlowGraphDataRequestElementsNodeData) SetId ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetId(v string)
SetId sets field value
func (*DaVinciFlowGraphDataRequestElementsNodeData) SetIdUnique ¶ added in v0.5.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetIdUnique(v string)
SetIdUnique gets a reference to the given string and assigns it to the IdUnique field.
func (*DaVinciFlowGraphDataRequestElementsNodeData) SetLabel ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*DaVinciFlowGraphDataRequestElementsNodeData) SetName ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*DaVinciFlowGraphDataRequestElementsNodeData) SetNodeType ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetNodeType(v string)
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
func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*DaVinciFlowGraphDataRequestElementsNodeData) SetType ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodeData) SetType(v string)
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
func (o *DaVinciFlowGraphDataRequestElementsNodePosition) GetX() types.BigFloatUnquoted
GetX returns the X field value
func (*DaVinciFlowGraphDataRequestElementsNodePosition) GetXOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodePosition) GetXOk() (*types.BigFloatUnquoted, bool)
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
func (o *DaVinciFlowGraphDataRequestElementsNodePosition) GetY() types.BigFloatUnquoted
GetY returns the Y field value
func (*DaVinciFlowGraphDataRequestElementsNodePosition) GetYOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodePosition) GetYOk() (*types.BigFloatUnquoted, bool)
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 (o DaVinciFlowGraphDataRequestElementsNodePosition) LogValue() slog.Value
func (DaVinciFlowGraphDataRequestElementsNodePosition) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataRequestElementsNodePosition) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataRequestElementsNodePosition) SetX ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodePosition) SetX(v types.BigFloatUnquoted)
SetX sets field value
func (*DaVinciFlowGraphDataRequestElementsNodePosition) SetY ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestElementsNodePosition) SetY(v types.BigFloatUnquoted)
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
func (o *DaVinciFlowGraphDataRequestPan) GetX() types.BigFloatUnquoted
GetX returns the X field value
func (*DaVinciFlowGraphDataRequestPan) GetXOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestPan) GetXOk() (*types.BigFloatUnquoted, bool)
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
func (o *DaVinciFlowGraphDataRequestPan) GetY() types.BigFloatUnquoted
GetY returns the Y field value
func (*DaVinciFlowGraphDataRequestPan) GetYOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestPan) GetYOk() (*types.BigFloatUnquoted, bool)
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 (o DaVinciFlowGraphDataRequestPan) LogValue() slog.Value
func (DaVinciFlowGraphDataRequestPan) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataRequestPan) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataRequestPan) SetX ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestPan) SetX(v types.BigFloatUnquoted)
SetX sets field value
func (*DaVinciFlowGraphDataRequestPan) SetY ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataRequestPan) SetY(v types.BigFloatUnquoted)
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
func (o *DaVinciFlowGraphDataResponse) GetAllLinterErrors() []DaVinciFlowGraphDataResponseAllLinterError
GetAllLinterErrors returns the AllLinterErrors field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataResponse) GetAllLinterErrorsOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponse) GetAllLinterErrorsOk() ([]DaVinciFlowGraphDataResponseAllLinterError, bool)
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
func (o *DaVinciFlowGraphDataResponse) GetElements() DaVinciFlowGraphDataResponseElements
GetElements returns the Elements field value
func (*DaVinciFlowGraphDataResponse) GetElementsOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponse) GetElementsOk() (*DaVinciFlowGraphDataResponseElements, bool)
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
func (o *DaVinciFlowGraphDataResponse) GetMaxZoom() types.BigFloatUnquoted
GetMaxZoom returns the MaxZoom field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataResponse) GetMaxZoomOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponse) GetMaxZoomOk() (*types.BigFloatUnquoted, bool)
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
func (o *DaVinciFlowGraphDataResponse) GetMinZoom() types.BigFloatUnquoted
GetMinZoom returns the MinZoom field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataResponse) GetMinZoomOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponse) GetMinZoomOk() (*types.BigFloatUnquoted, bool)
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
func (o *DaVinciFlowGraphDataResponse) GetPan() DaVinciFlowGraphDataResponsePan
GetPan returns the Pan field value
func (*DaVinciFlowGraphDataResponse) GetPanOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponse) GetPanOk() (*DaVinciFlowGraphDataResponsePan, bool)
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
func (o *DaVinciFlowGraphDataResponse) GetRenderer() DaVinciFlowGraphDataResponseRenderer
GetRenderer returns the Renderer field value
func (*DaVinciFlowGraphDataResponse) GetRendererOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponse) GetRendererOk() (*DaVinciFlowGraphDataResponseRenderer, bool)
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
func (o *DaVinciFlowGraphDataResponse) GetZoom() float32
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 (o DaVinciFlowGraphDataResponse) LogValue() slog.Value
func (DaVinciFlowGraphDataResponse) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponse) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataResponse) SetAllLinterErrors ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponse) SetAllLinterErrors(v []DaVinciFlowGraphDataResponseAllLinterError)
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
func (o *DaVinciFlowGraphDataResponse) SetElements(v DaVinciFlowGraphDataResponseElements)
SetElements sets field value
func (*DaVinciFlowGraphDataResponse) SetMaxZoom ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponse) SetMaxZoom(v types.BigFloatUnquoted)
SetMaxZoom gets a reference to the given types.BigFloatUnquoted and assigns it to the MaxZoom field.
func (*DaVinciFlowGraphDataResponse) SetMinZoom ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponse) SetMinZoom(v types.BigFloatUnquoted)
SetMinZoom gets a reference to the given types.BigFloatUnquoted and assigns it to the MinZoom field.
func (*DaVinciFlowGraphDataResponse) SetPan ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponse) SetPan(v DaVinciFlowGraphDataResponsePan)
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
func (o *DaVinciFlowGraphDataResponse) SetRenderer(v DaVinciFlowGraphDataResponseRenderer)
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
func (o *DaVinciFlowGraphDataResponseAllLinterError) GetCode() string
GetCode returns the Code field value
func (*DaVinciFlowGraphDataResponseAllLinterError) GetCodeOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseAllLinterError) GetCodeOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseAllLinterError) GetFlowId() string
GetFlowId returns the FlowId field value
func (*DaVinciFlowGraphDataResponseAllLinterError) GetFlowIdOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseAllLinterError) GetFlowIdOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseAllLinterError) GetMessage() string
GetMessage returns the Message field value
func (*DaVinciFlowGraphDataResponseAllLinterError) GetMessageOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseAllLinterError) GetMessageOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseAllLinterError) GetNodeId() string
GetNodeId returns the NodeId field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataResponseAllLinterError) GetNodeIdOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseAllLinterError) GetNodeIdOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseAllLinterError) GetType() string
GetType returns the Type field value
func (*DaVinciFlowGraphDataResponseAllLinterError) GetTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseAllLinterError) GetTypeOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseAllLinterError) HasNodeId() bool
HasNodeId returns a boolean if a field has been set.
func (DaVinciFlowGraphDataResponseAllLinterError) LogValue ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseAllLinterError) LogValue() slog.Value
func (DaVinciFlowGraphDataResponseAllLinterError) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseAllLinterError) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataResponseAllLinterError) SetCode ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseAllLinterError) SetCode(v string)
SetCode sets field value
func (*DaVinciFlowGraphDataResponseAllLinterError) SetFlowId ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseAllLinterError) SetFlowId(v string)
SetFlowId sets field value
func (*DaVinciFlowGraphDataResponseAllLinterError) SetMessage ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseAllLinterError) SetMessage(v string)
SetMessage sets field value
func (*DaVinciFlowGraphDataResponseAllLinterError) SetNodeId ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseAllLinterError) SetNodeId(v string)
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
func (o *DaVinciFlowGraphDataResponseAllLinterError) SetType(v string)
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
func (o *DaVinciFlowGraphDataResponseElements) GetEdges() []DaVinciFlowGraphDataResponseElementsEdge
GetEdges returns the Edges field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataResponseElements) GetEdgesOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElements) GetEdgesOk() ([]DaVinciFlowGraphDataResponseElementsEdge, bool)
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
func (o *DaVinciFlowGraphDataResponseElements) GetNodes() []DaVinciFlowGraphDataResponseElementsNode
GetNodes returns the Nodes field value
func (*DaVinciFlowGraphDataResponseElements) GetNodesOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElements) GetNodesOk() ([]DaVinciFlowGraphDataResponseElementsNode, bool)
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
func (o *DaVinciFlowGraphDataResponseElements) HasEdges() bool
HasEdges returns a boolean if a field has been set.
func (DaVinciFlowGraphDataResponseElements) LogValue ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseElements) LogValue() slog.Value
func (DaVinciFlowGraphDataResponseElements) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseElements) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataResponseElements) SetEdges ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElements) SetEdges(v []DaVinciFlowGraphDataResponseElementsEdge)
SetEdges gets a reference to the given []DaVinciFlowGraphDataResponseElementsEdge and assigns it to the Edges field.
func (*DaVinciFlowGraphDataResponseElements) SetNodes ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElements) SetNodes(v []DaVinciFlowGraphDataResponseElementsNode)
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
func (o *DaVinciFlowGraphDataResponseElementsEdge) GetClasses() string
GetClasses returns the Classes field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataResponseElementsEdge) GetClassesOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdge) 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 (*DaVinciFlowGraphDataResponseElementsEdge) GetData ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdge) GetData() DaVinciFlowGraphDataResponseElementsEdgeData
GetData returns the Data field value
func (*DaVinciFlowGraphDataResponseElementsEdge) GetDataOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdge) GetDataOk() (*DaVinciFlowGraphDataResponseElementsEdgeData, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsEdge) GetGrabbable() bool
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
func (o *DaVinciFlowGraphDataResponseElementsEdge) GetGroup() string
GetGroup returns the Group field value
func (*DaVinciFlowGraphDataResponseElementsEdge) GetGroupOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdge) GetGroupOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsEdge) GetLocked() bool
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
func (o *DaVinciFlowGraphDataResponseElementsEdge) GetPannable() bool
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
func (o *DaVinciFlowGraphDataResponseElementsEdge) GetPosition() DaVinciFlowGraphDataResponseElementsEdgePosition
GetPosition returns the Position field value
func (*DaVinciFlowGraphDataResponseElementsEdge) GetPositionOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdge) GetPositionOk() (*DaVinciFlowGraphDataResponseElementsEdgePosition, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsEdge) GetRemoved() bool
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
func (o *DaVinciFlowGraphDataResponseElementsEdge) GetSelectable() bool
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
func (o *DaVinciFlowGraphDataResponseElementsEdge) GetSelected() bool
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
func (o *DaVinciFlowGraphDataResponseElementsEdge) HasClasses() bool
HasClasses returns a boolean if a field has been set.
func (DaVinciFlowGraphDataResponseElementsEdge) LogValue ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseElementsEdge) LogValue() slog.Value
func (DaVinciFlowGraphDataResponseElementsEdge) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseElementsEdge) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataResponseElementsEdge) SetClasses ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdge) SetClasses(v string)
SetClasses gets a reference to the given string and assigns it to the Classes field.
func (*DaVinciFlowGraphDataResponseElementsEdge) SetData ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdge) SetData(v DaVinciFlowGraphDataResponseElementsEdgeData)
SetData sets field value
func (*DaVinciFlowGraphDataResponseElementsEdge) SetGrabbable ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdge) SetGrabbable(v bool)
SetGrabbable sets field value
func (*DaVinciFlowGraphDataResponseElementsEdge) SetGroup ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdge) SetGroup(v string)
SetGroup sets field value
func (*DaVinciFlowGraphDataResponseElementsEdge) SetLocked ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdge) SetLocked(v bool)
SetLocked sets field value
func (*DaVinciFlowGraphDataResponseElementsEdge) SetPannable ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdge) SetPannable(v bool)
SetPannable sets field value
func (*DaVinciFlowGraphDataResponseElementsEdge) SetPosition ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdge) SetPosition(v DaVinciFlowGraphDataResponseElementsEdgePosition)
SetPosition sets field value
func (*DaVinciFlowGraphDataResponseElementsEdge) SetRemoved ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdge) SetRemoved(v bool)
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
func (o *DaVinciFlowGraphDataResponseElementsEdge) SetSelected(v bool)
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
func (o *DaVinciFlowGraphDataResponseElementsEdgeData) GetId() string
GetId returns the Id field value
func (*DaVinciFlowGraphDataResponseElementsEdgeData) GetIdOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdgeData) GetIdOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsEdgeData) GetSource() string
GetSource returns the Source field value
func (*DaVinciFlowGraphDataResponseElementsEdgeData) GetSourceOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdgeData) GetSourceOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsEdgeData) GetTarget() string
GetTarget returns the Target field value
func (*DaVinciFlowGraphDataResponseElementsEdgeData) GetTargetOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdgeData) GetTargetOk() (*string, bool)
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 (o DaVinciFlowGraphDataResponseElementsEdgeData) LogValue() slog.Value
func (DaVinciFlowGraphDataResponseElementsEdgeData) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseElementsEdgeData) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataResponseElementsEdgeData) SetId ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdgeData) SetId(v string)
SetId sets field value
func (*DaVinciFlowGraphDataResponseElementsEdgeData) SetSource ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdgeData) SetSource(v string)
SetSource sets field value
func (*DaVinciFlowGraphDataResponseElementsEdgeData) SetTarget ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdgeData) SetTarget(v string)
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
func (o *DaVinciFlowGraphDataResponseElementsEdgePosition) GetX() types.BigFloatUnquoted
GetX returns the X field value
func (*DaVinciFlowGraphDataResponseElementsEdgePosition) GetXOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdgePosition) GetXOk() (*types.BigFloatUnquoted, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsEdgePosition) GetY() types.BigFloatUnquoted
GetY returns the Y field value
func (*DaVinciFlowGraphDataResponseElementsEdgePosition) GetYOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdgePosition) GetYOk() (*types.BigFloatUnquoted, bool)
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 (o DaVinciFlowGraphDataResponseElementsEdgePosition) LogValue() slog.Value
func (DaVinciFlowGraphDataResponseElementsEdgePosition) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseElementsEdgePosition) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataResponseElementsEdgePosition) SetX ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdgePosition) SetX(v types.BigFloatUnquoted)
SetX sets field value
func (*DaVinciFlowGraphDataResponseElementsEdgePosition) SetY ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsEdgePosition) SetY(v types.BigFloatUnquoted)
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
func (o *DaVinciFlowGraphDataResponseElementsNode) GetClasses() string
GetClasses returns the Classes field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataResponseElementsNode) GetClassesOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNode) 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 (*DaVinciFlowGraphDataResponseElementsNode) GetData ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNode) GetData() DaVinciFlowGraphDataResponseElementsNodeData
GetData returns the Data field value
func (*DaVinciFlowGraphDataResponseElementsNode) GetDataOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNode) GetDataOk() (*DaVinciFlowGraphDataResponseElementsNodeData, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNode) GetGrabbable() bool
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
func (o *DaVinciFlowGraphDataResponseElementsNode) GetGroup() string
GetGroup returns the Group field value
func (*DaVinciFlowGraphDataResponseElementsNode) GetGroupOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNode) GetGroupOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNode) GetLocked() bool
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
func (o *DaVinciFlowGraphDataResponseElementsNode) GetPannable() bool
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
func (o *DaVinciFlowGraphDataResponseElementsNode) GetPosition() DaVinciFlowGraphDataResponseElementsNodePosition
GetPosition returns the Position field value
func (*DaVinciFlowGraphDataResponseElementsNode) GetPositionOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNode) GetPositionOk() (*DaVinciFlowGraphDataResponseElementsNodePosition, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNode) GetRemoved() bool
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
func (o *DaVinciFlowGraphDataResponseElementsNode) GetSelectable() bool
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
func (o *DaVinciFlowGraphDataResponseElementsNode) GetSelected() bool
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
func (o *DaVinciFlowGraphDataResponseElementsNode) HasClasses() bool
HasClasses returns a boolean if a field has been set.
func (DaVinciFlowGraphDataResponseElementsNode) LogValue ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseElementsNode) LogValue() slog.Value
func (DaVinciFlowGraphDataResponseElementsNode) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseElementsNode) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataResponseElementsNode) SetClasses ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNode) SetClasses(v string)
SetClasses gets a reference to the given string and assigns it to the Classes field.
func (*DaVinciFlowGraphDataResponseElementsNode) SetData ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNode) SetData(v DaVinciFlowGraphDataResponseElementsNodeData)
SetData sets field value
func (*DaVinciFlowGraphDataResponseElementsNode) SetGrabbable ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNode) SetGrabbable(v bool)
SetGrabbable sets field value
func (*DaVinciFlowGraphDataResponseElementsNode) SetGroup ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNode) SetGroup(v string)
SetGroup sets field value
func (*DaVinciFlowGraphDataResponseElementsNode) SetLocked ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNode) SetLocked(v bool)
SetLocked sets field value
func (*DaVinciFlowGraphDataResponseElementsNode) SetPannable ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNode) SetPannable(v bool)
SetPannable sets field value
func (*DaVinciFlowGraphDataResponseElementsNode) SetPosition ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNode) SetPosition(v DaVinciFlowGraphDataResponseElementsNodePosition)
SetPosition sets field value
func (*DaVinciFlowGraphDataResponseElementsNode) SetRemoved ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNode) SetRemoved(v bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNode) SetSelected(v bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetCapabilityName() string
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
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetConnectionId() string
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
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetConnectorId() string
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
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetId() string
GetId returns the Id field value
func (*DaVinciFlowGraphDataResponseElementsNodeData) GetIdOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetIdOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetIdUnique() string
GetIdUnique returns the IdUnique field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataResponseElementsNodeData) GetIdUniqueOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetIdUniqueOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataResponseElementsNodeData) GetLabelOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaVinciFlowGraphDataResponseElementsNodeData) GetLinterError ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetLinterError() []DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem
GetLinterError returns the LinterError field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataResponseElementsNodeData) GetLinterErrorOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetLinterErrorOk() ([]DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataResponseElementsNodeData) GetNameOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) 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 (*DaVinciFlowGraphDataResponseElementsNodeData) GetNodeType ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetNodeType() string
GetNodeType returns the NodeType field value
func (*DaVinciFlowGraphDataResponseElementsNodeData) GetNodeTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetNodeTypeOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataResponseElementsNodeData) GetStatusOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaVinciFlowGraphDataResponseElementsNodeData) GetType ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataResponseElementsNodeData) GetTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) 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 (*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
func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasConnectionId() bool
HasConnectionId returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataResponseElementsNodeData) HasConnectorId ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasConnectorId() bool
HasConnectorId returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataResponseElementsNodeData) HasIdUnique ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasIdUnique() bool
HasIdUnique returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataResponseElementsNodeData) HasLabel ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataResponseElementsNodeData) HasLinterError ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasLinterError() bool
HasLinterError returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataResponseElementsNodeData) HasName ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasName() bool
HasName returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataResponseElementsNodeData) HasProperties ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataResponseElementsNodeData) HasStatus ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*DaVinciFlowGraphDataResponseElementsNodeData) HasType ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) HasType() bool
HasType returns a boolean if a field has been set.
func (DaVinciFlowGraphDataResponseElementsNodeData) LogValue ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseElementsNodeData) LogValue() slog.Value
func (DaVinciFlowGraphDataResponseElementsNodeData) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseElementsNodeData) MarshalJSON() ([]byte, error)
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
func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetConnectionId(v string)
SetConnectionId gets a reference to the given string and assigns it to the ConnectionId field.
func (*DaVinciFlowGraphDataResponseElementsNodeData) SetConnectorId ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetConnectorId(v string)
SetConnectorId gets a reference to the given string and assigns it to the ConnectorId field.
func (*DaVinciFlowGraphDataResponseElementsNodeData) SetId ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetId(v string)
SetId sets field value
func (*DaVinciFlowGraphDataResponseElementsNodeData) SetIdUnique ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetIdUnique(v string)
SetIdUnique gets a reference to the given string and assigns it to the IdUnique field.
func (*DaVinciFlowGraphDataResponseElementsNodeData) SetLabel ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*DaVinciFlowGraphDataResponseElementsNodeData) SetLinterError ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetLinterError(v []DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem)
SetLinterError gets a reference to the given []DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem and assigns it to the LinterError field.
func (*DaVinciFlowGraphDataResponseElementsNodeData) SetName ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*DaVinciFlowGraphDataResponseElementsNodeData) SetNodeType ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetNodeType(v string)
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
func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*DaVinciFlowGraphDataResponseElementsNodeData) SetType ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeData) SetType(v string)
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
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetCode() string
GetCode returns the Code field value
func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetCodeOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetCodeOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetFlowId() string
GetFlowId returns the FlowId field value
func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetFlowIdOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetFlowIdOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetMessage() string
GetMessage returns the Message field value
func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetMessageOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetMessageOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetNodeId() string
GetNodeId returns the NodeId field value if set, zero value otherwise.
func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetNodeIdOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetNodeIdOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetRecommendation() string
GetRecommendation returns the Recommendation field value
func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetRecommendationOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetRecommendationOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetType() string
GetType returns the Type field value
func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) GetTypeOk() (*string, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) HasNodeId() bool
HasNodeId returns a boolean if a field has been set.
func (DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) LogValue ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) LogValue() slog.Value
func (DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetCode ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetCode(v string)
SetCode sets field value
func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetFlowId ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetFlowId(v string)
SetFlowId sets field value
func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetMessage ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetMessage(v string)
SetMessage sets field value
func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetNodeId ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetNodeId(v string)
SetNodeId gets a reference to the given string and assigns it to the NodeId field.
func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetRecommendation ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetRecommendation(v string)
SetRecommendation sets field value
func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetType ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) SetType(v string)
SetType sets field value
func (DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) ToMap ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) ToMap() (map[string]interface{}, error)
func (*DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) UnmarshalJSON ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) UnmarshalJSON(data []byte) (err error)
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
func (o *DaVinciFlowGraphDataResponseElementsNodePosition) GetX() types.BigFloatUnquoted
GetX returns the X field value
func (*DaVinciFlowGraphDataResponseElementsNodePosition) GetXOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodePosition) GetXOk() (*types.BigFloatUnquoted, bool)
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
func (o *DaVinciFlowGraphDataResponseElementsNodePosition) GetY() types.BigFloatUnquoted
GetY returns the Y field value
func (*DaVinciFlowGraphDataResponseElementsNodePosition) GetYOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodePosition) GetYOk() (*types.BigFloatUnquoted, bool)
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 (o DaVinciFlowGraphDataResponseElementsNodePosition) LogValue() slog.Value
func (DaVinciFlowGraphDataResponseElementsNodePosition) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseElementsNodePosition) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataResponseElementsNodePosition) SetX ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodePosition) SetX(v types.BigFloatUnquoted)
SetX sets field value
func (*DaVinciFlowGraphDataResponseElementsNodePosition) SetY ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseElementsNodePosition) SetY(v types.BigFloatUnquoted)
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
func (o *DaVinciFlowGraphDataResponsePan) GetX() types.BigFloatUnquoted
GetX returns the X field value
func (*DaVinciFlowGraphDataResponsePan) GetXOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponsePan) GetXOk() (*types.BigFloatUnquoted, bool)
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
func (o *DaVinciFlowGraphDataResponsePan) GetY() types.BigFloatUnquoted
GetY returns the Y field value
func (*DaVinciFlowGraphDataResponsePan) GetYOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponsePan) GetYOk() (*types.BigFloatUnquoted, bool)
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 (o DaVinciFlowGraphDataResponsePan) LogValue() slog.Value
func (DaVinciFlowGraphDataResponsePan) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponsePan) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataResponsePan) SetX ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponsePan) SetX(v types.BigFloatUnquoted)
SetX sets field value
func (*DaVinciFlowGraphDataResponsePan) SetY ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponsePan) SetY(v types.BigFloatUnquoted)
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
func (o *DaVinciFlowGraphDataResponseRenderer) GetName() string
GetName returns the Name field value
func (*DaVinciFlowGraphDataResponseRenderer) GetNameOk ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseRenderer) GetNameOk() (*string, bool)
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 (o DaVinciFlowGraphDataResponseRenderer) LogValue() slog.Value
func (DaVinciFlowGraphDataResponseRenderer) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowGraphDataResponseRenderer) MarshalJSON() ([]byte, error)
func (*DaVinciFlowGraphDataResponseRenderer) SetName ¶ added in v0.3.0
func (o *DaVinciFlowGraphDataResponseRenderer) SetName(v string)
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
func (o *DaVinciFlowInputSchemaRequestItem) GetPreferredControlType() DaVinciFlowInputSchemaRequestItemPreferredControlType
GetPreferredControlType returns the PreferredControlType field value if set, zero value otherwise.
func (*DaVinciFlowInputSchemaRequestItem) GetPreferredControlTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowInputSchemaRequestItem) GetPreferredControlTypeOk() (*DaVinciFlowInputSchemaRequestItemPreferredControlType, bool)
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
func (o *DaVinciFlowInputSchemaRequestItem) GetPreferredDataType() DaVinciFlowInputSchemaRequestItemPreferredDataType
GetPreferredDataType returns the PreferredDataType field value
func (*DaVinciFlowInputSchemaRequestItem) GetPreferredDataTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowInputSchemaRequestItem) GetPreferredDataTypeOk() (*DaVinciFlowInputSchemaRequestItemPreferredDataType, bool)
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 (o DaVinciFlowInputSchemaRequestItem) LogValue() slog.Value
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
func (o *DaVinciFlowInputSchemaRequestItem) SetPreferredControlType(v DaVinciFlowInputSchemaRequestItemPreferredControlType)
SetPreferredControlType gets a reference to the given DaVinciFlowInputSchemaRequestItemPreferredControlType and assigns it to the PreferredControlType field.
func (*DaVinciFlowInputSchemaRequestItem) SetPreferredDataType ¶ added in v0.3.0
func (o *DaVinciFlowInputSchemaRequestItem) SetPreferredDataType(v DaVinciFlowInputSchemaRequestItemPreferredDataType)
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
func (v DaVinciFlowInputSchemaRequestItemPreferredControlType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowInputSchemaRequestItemPreferredControlType) Ptr ¶ added in v0.3.0
func (v DaVinciFlowInputSchemaRequestItemPreferredControlType) Ptr() *DaVinciFlowInputSchemaRequestItemPreferredControlType
Ptr returns reference to DaVinci_Flow_Input_Schema_Request_Item_Preferred_Control_Type value
func (*DaVinciFlowInputSchemaRequestItemPreferredControlType) UnmarshalJSON ¶ added in v0.3.0
func (v *DaVinciFlowInputSchemaRequestItemPreferredControlType) UnmarshalJSON(src []byte) error
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
func (v DaVinciFlowInputSchemaRequestItemPreferredDataType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowInputSchemaRequestItemPreferredDataType) Ptr ¶ added in v0.3.0
func (v DaVinciFlowInputSchemaRequestItemPreferredDataType) Ptr() *DaVinciFlowInputSchemaRequestItemPreferredDataType
Ptr returns reference to DaVinci_Flow_Input_Schema_Request_Item_Preferred_Data_Type value
func (*DaVinciFlowInputSchemaRequestItemPreferredDataType) UnmarshalJSON ¶ added in v0.3.0
func (v *DaVinciFlowInputSchemaRequestItemPreferredDataType) UnmarshalJSON(src []byte) error
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
func (o *DaVinciFlowInputSchemaResponseItem) GetPreferredDataType() DaVinciFlowInputSchemaResponseItemPreferredDataType
GetPreferredDataType returns the PreferredDataType field value
func (*DaVinciFlowInputSchemaResponseItem) GetPreferredDataTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowInputSchemaResponseItem) GetPreferredDataTypeOk() (*DaVinciFlowInputSchemaResponseItemPreferredDataType, bool)
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 (o DaVinciFlowInputSchemaResponseItem) LogValue() slog.Value
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
func (o *DaVinciFlowInputSchemaResponseItem) SetPreferredDataType(v DaVinciFlowInputSchemaResponseItemPreferredDataType)
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
func (v DaVinciFlowInputSchemaResponseItemPreferredDataType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowInputSchemaResponseItemPreferredDataType) Ptr ¶ added in v0.3.0
func (v DaVinciFlowInputSchemaResponseItemPreferredDataType) Ptr() *DaVinciFlowInputSchemaResponseItemPreferredDataType
Ptr returns reference to DaVinci_Flow_Input_Schema_Response_Item_Preferred_Data_Type value
func (*DaVinciFlowInputSchemaResponseItemPreferredDataType) UnmarshalJSON ¶ added in v0.3.0
func (v *DaVinciFlowInputSchemaResponseItemPreferredDataType) UnmarshalJSON(src []byte) error
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
func (o *DaVinciFlowOutputSchemaRequest) GetOutput() DaVinciFlowOutputSchemaRequestOutput
GetOutput returns the Output field value
func (*DaVinciFlowOutputSchemaRequest) GetOutputOk ¶ added in v0.3.0
func (o *DaVinciFlowOutputSchemaRequest) GetOutputOk() (*DaVinciFlowOutputSchemaRequestOutput, bool)
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 (o DaVinciFlowOutputSchemaRequest) LogValue() slog.Value
func (DaVinciFlowOutputSchemaRequest) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowOutputSchemaRequest) MarshalJSON() ([]byte, error)
func (*DaVinciFlowOutputSchemaRequest) SetOutput ¶ added in v0.3.0
func (o *DaVinciFlowOutputSchemaRequest) SetOutput(v DaVinciFlowOutputSchemaRequestOutput)
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
func (o *DaVinciFlowOutputSchemaRequestOutput) GetType() DaVinciFlowOutputSchemaRequestOutputType
GetType returns the Type field value
func (*DaVinciFlowOutputSchemaRequestOutput) GetTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowOutputSchemaRequestOutput) GetTypeOk() (*DaVinciFlowOutputSchemaRequestOutputType, bool)
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 (o DaVinciFlowOutputSchemaRequestOutput) LogValue() slog.Value
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
func (o *DaVinciFlowOutputSchemaRequestOutput) SetType(v DaVinciFlowOutputSchemaRequestOutputType)
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
func (v DaVinciFlowOutputSchemaRequestOutputType) IsValid() bool
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
func (o *DaVinciFlowOutputSchemaResponse) GetOutput() DaVinciFlowOutputSchemaResponseOutput
GetOutput returns the Output field value
func (*DaVinciFlowOutputSchemaResponse) GetOutputOk ¶ added in v0.3.0
func (o *DaVinciFlowOutputSchemaResponse) GetOutputOk() (*DaVinciFlowOutputSchemaResponseOutput, bool)
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 (o DaVinciFlowOutputSchemaResponse) LogValue() slog.Value
func (DaVinciFlowOutputSchemaResponse) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowOutputSchemaResponse) MarshalJSON() ([]byte, error)
func (*DaVinciFlowOutputSchemaResponse) SetOutput ¶ added in v0.3.0
func (o *DaVinciFlowOutputSchemaResponse) SetOutput(v DaVinciFlowOutputSchemaResponseOutput)
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
func (o *DaVinciFlowOutputSchemaResponseOutput) GetType() DaVinciFlowOutputSchemaResponseOutputType
GetType returns the Type field value
func (*DaVinciFlowOutputSchemaResponseOutput) GetTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowOutputSchemaResponseOutput) GetTypeOk() (*DaVinciFlowOutputSchemaResponseOutputType, bool)
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 (o DaVinciFlowOutputSchemaResponseOutput) LogValue() slog.Value
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
func (o *DaVinciFlowOutputSchemaResponseOutput) SetType(v DaVinciFlowOutputSchemaResponseOutputType)
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
func (v DaVinciFlowOutputSchemaResponseOutputType) IsValid() bool
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 ¶
func NewDaVinciFlowPolicyCollection(links DaVinciFlowPolicyCollectionLinks, embedded DaVinciFlowPolicyCollectionEmbedded) *DaVinciFlowPolicyCollection
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 ¶
func (o *DaVinciFlowPolicyCollection) GetEmbedded() DaVinciFlowPolicyCollectionEmbedded
GetEmbedded returns the Embedded field value
func (*DaVinciFlowPolicyCollection) GetEmbeddedOk ¶
func (o *DaVinciFlowPolicyCollection) GetEmbeddedOk() (*DaVinciFlowPolicyCollectionEmbedded, bool)
GetEmbeddedOk returns a tuple with the Embedded field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyCollection) GetLinks ¶
func (o *DaVinciFlowPolicyCollection) GetLinks() DaVinciFlowPolicyCollectionLinks
GetLinks returns the Links field value
func (*DaVinciFlowPolicyCollection) GetLinksOk ¶
func (o *DaVinciFlowPolicyCollection) GetLinksOk() (*DaVinciFlowPolicyCollectionLinks, bool)
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 ¶
func (o *DaVinciFlowPolicyCollection) SetEmbedded(v DaVinciFlowPolicyCollectionEmbedded)
SetEmbedded sets field value
func (*DaVinciFlowPolicyCollection) SetLinks ¶
func (o *DaVinciFlowPolicyCollection) SetLinks(v DaVinciFlowPolicyCollectionLinks)
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 ¶
func (o *DaVinciFlowPolicyCollectionEmbedded) GetFlowPolicies() []DaVinciFlowPolicyResponse
GetFlowPolicies returns the FlowPolicies field value
func (*DaVinciFlowPolicyCollectionEmbedded) GetFlowPoliciesOk ¶
func (o *DaVinciFlowPolicyCollectionEmbedded) GetFlowPoliciesOk() ([]DaVinciFlowPolicyResponse, bool)
GetFlowPoliciesOk returns a tuple with the FlowPolicies field value and a boolean to check if the value has been set.
func (DaVinciFlowPolicyCollectionEmbedded) LogValue ¶
func (o DaVinciFlowPolicyCollectionEmbedded) LogValue() slog.Value
func (DaVinciFlowPolicyCollectionEmbedded) MarshalJSON ¶
func (o DaVinciFlowPolicyCollectionEmbedded) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyCollectionEmbedded) SetFlowPolicies ¶
func (o *DaVinciFlowPolicyCollectionEmbedded) SetFlowPolicies(v []DaVinciFlowPolicyResponse)
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 ¶
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 ¶
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 ¶
func (o *DaVinciFlowPolicyCollectionLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciFlowPolicyCollectionLinks) GetSelfOk ¶
func (o *DaVinciFlowPolicyCollectionLinks) GetSelfOk() (*JSONHALLink, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (DaVinciFlowPolicyCollectionLinks) LogValue ¶
func (o DaVinciFlowPolicyCollectionLinks) LogValue() slog.Value
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 ¶
func (o *DaVinciFlowPolicyCollectionLinks) SetSelf(v JSONHALLink)
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 ¶
func (o *DaVinciFlowPolicyCreateRequest) GetFlowDistributions() []DaVinciFlowPolicyCreateRequestFlowDistribution
GetFlowDistributions returns the FlowDistributions field value
func (*DaVinciFlowPolicyCreateRequest) GetFlowDistributionsOk ¶
func (o *DaVinciFlowPolicyCreateRequest) GetFlowDistributionsOk() ([]DaVinciFlowPolicyCreateRequestFlowDistribution, bool)
GetFlowDistributionsOk returns a tuple with the FlowDistributions field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyCreateRequest) GetName ¶
func (o *DaVinciFlowPolicyCreateRequest) GetName() string
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 ¶
func (o *DaVinciFlowPolicyCreateRequest) GetStatus() DaVinciFlowPolicyCreateRequestStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*DaVinciFlowPolicyCreateRequest) GetStatusOk ¶
func (o *DaVinciFlowPolicyCreateRequest) GetStatusOk() (*DaVinciFlowPolicyCreateRequestStatus, 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 (*DaVinciFlowPolicyCreateRequest) GetTrigger ¶
func (o *DaVinciFlowPolicyCreateRequest) GetTrigger() DaVinciFlowPolicyCreateRequestTrigger
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*DaVinciFlowPolicyCreateRequest) GetTriggerOk ¶
func (o *DaVinciFlowPolicyCreateRequest) GetTriggerOk() (*DaVinciFlowPolicyCreateRequestTrigger, 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 (*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 (o DaVinciFlowPolicyCreateRequest) LogValue() slog.Value
func (DaVinciFlowPolicyCreateRequest) MarshalJSON ¶
func (o DaVinciFlowPolicyCreateRequest) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyCreateRequest) SetFlowDistributions ¶
func (o *DaVinciFlowPolicyCreateRequest) SetFlowDistributions(v []DaVinciFlowPolicyCreateRequestFlowDistribution)
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 ¶
func (o *DaVinciFlowPolicyCreateRequest) SetStatus(v DaVinciFlowPolicyCreateRequestStatus)
SetStatus gets a reference to the given DaVinciFlowPolicyCreateRequestStatus and assigns it to the Status field.
func (*DaVinciFlowPolicyCreateRequest) SetTrigger ¶
func (o *DaVinciFlowPolicyCreateRequest) SetTrigger(v DaVinciFlowPolicyCreateRequestTrigger)
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 ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetId() string
GetId returns the Id field value
func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetIdOk ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetIp ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetIp() []string
GetIp returns the Ip field value if set, zero value otherwise.
func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetIpOk ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetIpOk() ([]string, bool)
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 ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetSuccessNodes() []DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode
GetSuccessNodes returns the SuccessNodes field value if set, zero value otherwise.
func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetSuccessNodesOk ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetSuccessNodesOk() ([]DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode, bool)
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 ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetVersion() float32
GetVersion returns the Version field value
func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetVersionOk ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetVersionOk() (*float32, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetWeight ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetWeight() float32
GetWeight returns the Weight field value if set, zero value otherwise.
func (*DaVinciFlowPolicyCreateRequestFlowDistribution) GetWeightOk ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) GetWeightOk() (*float32, bool)
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 ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) HasIp() bool
HasIp returns a boolean if a field has been set.
func (*DaVinciFlowPolicyCreateRequestFlowDistribution) HasSuccessNodes ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) HasSuccessNodes() bool
HasSuccessNodes returns a boolean if a field has been set.
func (*DaVinciFlowPolicyCreateRequestFlowDistribution) HasWeight ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) HasWeight() bool
HasWeight returns a boolean if a field has been set.
func (DaVinciFlowPolicyCreateRequestFlowDistribution) LogValue ¶
func (o DaVinciFlowPolicyCreateRequestFlowDistribution) LogValue() slog.Value
func (DaVinciFlowPolicyCreateRequestFlowDistribution) MarshalJSON ¶
func (o DaVinciFlowPolicyCreateRequestFlowDistribution) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyCreateRequestFlowDistribution) SetId ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) SetId(v string)
SetId sets field value
func (*DaVinciFlowPolicyCreateRequestFlowDistribution) SetIp ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) SetIp(v []string)
SetIp gets a reference to the given []string and assigns it to the Ip field.
func (*DaVinciFlowPolicyCreateRequestFlowDistribution) SetSuccessNodes ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) SetSuccessNodes(v []DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode)
SetSuccessNodes gets a reference to the given []DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode and assigns it to the SuccessNodes field.
func (*DaVinciFlowPolicyCreateRequestFlowDistribution) SetVersion ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) SetVersion(v float32)
SetVersion sets field value
func (*DaVinciFlowPolicyCreateRequestFlowDistribution) SetWeight ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistribution) SetWeight(v float32)
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 ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) GetId() string
GetId returns the Id field value
func (*DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) GetIdOk ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) LogValue ¶
func (o DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) LogValue() slog.Value
func (DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) MarshalJSON ¶
func (o DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) SetId ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) SetId(v string)
SetId sets field value
func (DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) ToMap ¶
func (o DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) ToMap() (map[string]interface{}, error)
func (*DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) UnmarshalJSON ¶
func (o *DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) UnmarshalJSON(data []byte) (err error)
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 ¶
func (v DaVinciFlowPolicyCreateRequestStatus) IsValid() bool
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 ¶
func (o *DaVinciFlowPolicyCreateRequestTrigger) GetConfiguration() DaVinciFlowPolicyCreateRequestTriggerConfiguration
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*DaVinciFlowPolicyCreateRequestTrigger) GetConfigurationOk ¶
func (o *DaVinciFlowPolicyCreateRequestTrigger) GetConfigurationOk() (*DaVinciFlowPolicyCreateRequestTriggerConfiguration, 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 (*DaVinciFlowPolicyCreateRequestTrigger) GetType ¶
func (o *DaVinciFlowPolicyCreateRequestTrigger) GetType() DaVinciFlowPolicyCreateRequestTriggerType
GetType returns the Type field value if set, zero value otherwise.
func (*DaVinciFlowPolicyCreateRequestTrigger) GetTypeOk ¶
func (o *DaVinciFlowPolicyCreateRequestTrigger) GetTypeOk() (*DaVinciFlowPolicyCreateRequestTriggerType, 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 (*DaVinciFlowPolicyCreateRequestTrigger) HasConfiguration ¶
func (o *DaVinciFlowPolicyCreateRequestTrigger) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*DaVinciFlowPolicyCreateRequestTrigger) HasType ¶
func (o *DaVinciFlowPolicyCreateRequestTrigger) HasType() bool
HasType returns a boolean if a field has been set.
func (DaVinciFlowPolicyCreateRequestTrigger) LogValue ¶
func (o DaVinciFlowPolicyCreateRequestTrigger) LogValue() slog.Value
func (DaVinciFlowPolicyCreateRequestTrigger) MarshalJSON ¶
func (o DaVinciFlowPolicyCreateRequestTrigger) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyCreateRequestTrigger) SetConfiguration ¶
func (o *DaVinciFlowPolicyCreateRequestTrigger) SetConfiguration(v DaVinciFlowPolicyCreateRequestTriggerConfiguration)
SetConfiguration gets a reference to the given DaVinciFlowPolicyCreateRequestTriggerConfiguration and assigns it to the Configuration field.
func (*DaVinciFlowPolicyCreateRequestTrigger) SetType ¶
func (o *DaVinciFlowPolicyCreateRequestTrigger) SetType(v DaVinciFlowPolicyCreateRequestTriggerType)
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 ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) GetMfa() DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA
GetMfa returns the Mfa field value if set, zero value otherwise.
func (*DaVinciFlowPolicyCreateRequestTriggerConfiguration) GetMfaOk ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) GetMfaOk() (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA, bool)
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 ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) GetPwd() DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword
GetPwd returns the Pwd field value if set, zero value otherwise.
func (*DaVinciFlowPolicyCreateRequestTriggerConfiguration) GetPwdOk ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) GetPwdOk() (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword, bool)
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 ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) HasMfa() bool
HasMfa returns a boolean if a field has been set.
func (*DaVinciFlowPolicyCreateRequestTriggerConfiguration) HasPwd ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) HasPwd() bool
HasPwd returns a boolean if a field has been set.
func (DaVinciFlowPolicyCreateRequestTriggerConfiguration) LogValue ¶
func (o DaVinciFlowPolicyCreateRequestTriggerConfiguration) LogValue() slog.Value
func (DaVinciFlowPolicyCreateRequestTriggerConfiguration) MarshalJSON ¶
func (o DaVinciFlowPolicyCreateRequestTriggerConfiguration) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyCreateRequestTriggerConfiguration) SetMfa ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) SetMfa(v DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA)
SetMfa gets a reference to the given DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA and assigns it to the Mfa field.
func (*DaVinciFlowPolicyCreateRequestTriggerConfiguration) SetPwd ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfiguration) SetPwd(v DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword)
SetPwd gets a reference to the given DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword and assigns it to the Pwd field.
func (DaVinciFlowPolicyCreateRequestTriggerConfiguration) ToMap ¶
func (o DaVinciFlowPolicyCreateRequestTriggerConfiguration) ToMap() (map[string]interface{}, error)
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 ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetEnabledOk ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) 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 (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetTime ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetTime() float32
GetTime returns the Time field value if set, zero value otherwise.
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetTimeFormat ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetTimeFormat() string
GetTimeFormat returns the TimeFormat field value if set, zero value otherwise.
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetTimeFormatOk ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetTimeFormatOk() (*string, bool)
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 ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) GetTimeOk() (*float32, bool)
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 ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) HasTime ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) HasTimeFormat ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) HasTimeFormat() bool
HasTimeFormat returns a boolean if a field has been set.
func (DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) LogValue ¶
func (o DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) LogValue() slog.Value
func (DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) MarshalJSON ¶
func (o DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) SetEnabled ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) SetTime ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) SetTime(v float32)
SetTime gets a reference to the given float32 and assigns it to the Time field.
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) SetTimeFormat ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) SetTimeFormat(v string)
SetTimeFormat gets a reference to the given string and assigns it to the TimeFormat field.
func (DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) ToMap ¶
func (o DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) ToMap() (map[string]interface{}, error)
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 ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetEnabledOk ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) 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 (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetTime ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetTime() float32
GetTime returns the Time field value if set, zero value otherwise.
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetTimeFormat ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetTimeFormat() string
GetTimeFormat returns the TimeFormat field value if set, zero value otherwise.
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetTimeFormatOk ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetTimeFormatOk() (*string, bool)
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 ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) GetTimeOk() (*float32, bool)
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 ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) HasTime ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) HasTimeFormat ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) HasTimeFormat() bool
HasTimeFormat returns a boolean if a field has been set.
func (DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) LogValue ¶
func (o DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) LogValue() slog.Value
func (DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) MarshalJSON ¶
func (o DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) SetEnabled ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) SetTime ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) SetTime(v float32)
SetTime gets a reference to the given float32 and assigns it to the Time field.
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) SetTimeFormat ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) SetTimeFormat(v string)
SetTimeFormat gets a reference to the given string and assigns it to the TimeFormat field.
func (DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) ToMap ¶
func (o DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) ToMap() (map[string]interface{}, error)
func (*DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) UnmarshalJSON ¶
func (o *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) UnmarshalJSON(data []byte) (err error)
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 ¶
func (v DaVinciFlowPolicyCreateRequestTriggerType) IsValid() bool
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 ¶
func NewDaVinciFlowPolicyEventsCollection(links DaVinciFlowPolicyEventsCollectionLinks, embedded DaVinciFlowPolicyEventsCollectionEmbedded) *DaVinciFlowPolicyEventsCollection
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 ¶
func (o *DaVinciFlowPolicyEventsCollection) GetEmbedded() DaVinciFlowPolicyEventsCollectionEmbedded
GetEmbedded returns the Embedded field value
func (*DaVinciFlowPolicyEventsCollection) GetEmbeddedOk ¶
func (o *DaVinciFlowPolicyEventsCollection) GetEmbeddedOk() (*DaVinciFlowPolicyEventsCollectionEmbedded, bool)
GetEmbeddedOk returns a tuple with the Embedded field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyEventsCollection) GetLinks ¶
func (o *DaVinciFlowPolicyEventsCollection) GetLinks() DaVinciFlowPolicyEventsCollectionLinks
GetLinks returns the Links field value
func (*DaVinciFlowPolicyEventsCollection) GetLinksOk ¶
func (o *DaVinciFlowPolicyEventsCollection) GetLinksOk() (*DaVinciFlowPolicyEventsCollectionLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (DaVinciFlowPolicyEventsCollection) LogValue ¶
func (o DaVinciFlowPolicyEventsCollection) LogValue() slog.Value
func (DaVinciFlowPolicyEventsCollection) MarshalJSON ¶
func (o DaVinciFlowPolicyEventsCollection) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyEventsCollection) SetEmbedded ¶
func (o *DaVinciFlowPolicyEventsCollection) SetEmbedded(v DaVinciFlowPolicyEventsCollectionEmbedded)
SetEmbedded sets field value
func (*DaVinciFlowPolicyEventsCollection) SetLinks ¶
func (o *DaVinciFlowPolicyEventsCollection) SetLinks(v DaVinciFlowPolicyEventsCollectionLinks)
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 ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbedded) GetEvents() []DaVinciFlowPolicyEventsCollectionEmbeddedEvent
GetEvents returns the Events field value
func (*DaVinciFlowPolicyEventsCollectionEmbedded) GetEventsOk ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbedded) GetEventsOk() ([]DaVinciFlowPolicyEventsCollectionEmbeddedEvent, bool)
GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.
func (DaVinciFlowPolicyEventsCollectionEmbedded) LogValue ¶
func (o DaVinciFlowPolicyEventsCollectionEmbedded) LogValue() slog.Value
func (DaVinciFlowPolicyEventsCollectionEmbedded) MarshalJSON ¶
func (o DaVinciFlowPolicyEventsCollectionEmbedded) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyEventsCollectionEmbedded) SetEvents ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbedded) SetEvents(v []DaVinciFlowPolicyEventsCollectionEmbeddedEvent)
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 ¶
func NewDaVinciFlowPolicyEventsCollectionEmbeddedEvent(environment DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment, flow DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) *DaVinciFlowPolicyEventsCollectionEmbeddedEvent
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 ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetEnvironment() DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment
GetEnvironment returns the Environment field value
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetEnvironmentOk ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetEnvironmentOk() (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetEvents ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetEvents() []DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent
GetEvents returns the Events field value if set, zero value otherwise.
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetEventsOk ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetEventsOk() ([]DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent, bool)
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 ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetFlow() DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow
GetFlow returns the Flow field value
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetFlowOk ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetFlowOk() (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow, bool)
GetFlowOk returns a tuple with the Flow field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetSuccessCount ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetSuccessCount() float32
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 ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetTotalCount() float32
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetTotalCountOk ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) GetTotalCountOk() (*float32, bool)
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 ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) HasEvents() bool
HasEvents returns a boolean if a field has been set.
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) HasSuccessCount ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) HasSuccessCount() bool
HasSuccessCount returns a boolean if a field has been set.
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) HasTotalCount ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (DaVinciFlowPolicyEventsCollectionEmbeddedEvent) LogValue ¶
func (o DaVinciFlowPolicyEventsCollectionEmbeddedEvent) LogValue() slog.Value
func (DaVinciFlowPolicyEventsCollectionEmbeddedEvent) MarshalJSON ¶
func (o DaVinciFlowPolicyEventsCollectionEmbeddedEvent) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetEnvironment ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetEnvironment(v DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment)
SetEnvironment sets field value
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetEvents ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetEvents(v []DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent)
SetEvents gets a reference to the given []DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent and assigns it to the Events field.
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetFlow ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetFlow(v DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow)
SetFlow sets field value
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetSuccessCount ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetSuccessCount(v float32)
SetSuccessCount gets a reference to the given float32 and assigns it to the SuccessCount field.
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetTotalCount ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) SetTotalCount(v float32)
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 ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) GetId() string
GetId returns the Id field value
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) GetIdOk ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) LogValue ¶
func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) LogValue() slog.Value
func (DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) MarshalJSON ¶
func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) SetId ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) SetId(v string)
SetId sets field value
func (DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) ToMap ¶
func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) ToMap() (map[string]interface{}, error)
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) UnmarshalJSON ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) UnmarshalJSON(data []byte) (err error)
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 ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) GetId() string
GetId returns the Id field value
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) GetIdOk ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) GetTimestamp ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) GetTimestamp() string
GetTimestamp returns the Timestamp field value
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) GetTimestampOk ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) GetTimestampOk() (*string, bool)
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) LogValue ¶
func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) LogValue() slog.Value
func (DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) MarshalJSON ¶
func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) SetId ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) SetId(v string)
SetId sets field value
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) SetTimestamp ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) SetTimestamp(v string)
SetTimestamp sets field value
func (DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) ToMap ¶
func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) ToMap() (map[string]interface{}, error)
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 ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) GetId() string
GetId returns the Id field value
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) GetIdOk ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) GetVersion ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) GetVersion() float32
GetVersion returns the Version field value if set, zero value otherwise.
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) GetVersionOk ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) 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 (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) HasVersion ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) LogValue ¶
func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) LogValue() slog.Value
func (DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) MarshalJSON ¶
func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) SetId ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) SetId(v string)
SetId sets field value
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) SetVersion ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) SetVersion(v float32)
SetVersion gets a reference to the given float32 and assigns it to the Version field.
func (DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) ToMap ¶
func (o DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) ToMap() (map[string]interface{}, error)
func (*DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) UnmarshalJSON ¶
func (o *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) UnmarshalJSON(data []byte) (err error)
type DaVinciFlowPolicyEventsCollectionLinks ¶
type DaVinciFlowPolicyEventsCollectionLinks struct {
Self JSONHALLink `json:"self"`
Environment JSONHALLink `json:"environment"`
AdditionalProperties map[string]interface{}
}
DaVinciFlowPolicyEventsCollectionLinks struct for DaVinciFlowPolicyEventsCollectionLinks
func NewDaVinciFlowPolicyEventsCollectionLinks ¶
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 ¶
func (o *DaVinciFlowPolicyEventsCollectionLinks) GetEnvironment() JSONHALLink
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 ¶
func (o *DaVinciFlowPolicyEventsCollectionLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciFlowPolicyEventsCollectionLinks) GetSelfOk ¶
func (o *DaVinciFlowPolicyEventsCollectionLinks) GetSelfOk() (*JSONHALLink, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (DaVinciFlowPolicyEventsCollectionLinks) LogValue ¶
func (o DaVinciFlowPolicyEventsCollectionLinks) LogValue() slog.Value
func (DaVinciFlowPolicyEventsCollectionLinks) MarshalJSON ¶
func (o DaVinciFlowPolicyEventsCollectionLinks) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyEventsCollectionLinks) SetEnvironment ¶
func (o *DaVinciFlowPolicyEventsCollectionLinks) SetEnvironment(v JSONHALLink)
SetEnvironment sets field value
func (*DaVinciFlowPolicyEventsCollectionLinks) SetSelf ¶
func (o *DaVinciFlowPolicyEventsCollectionLinks) SetSelf(v JSONHALLink)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequest) GetFlowDistributions() []DaVinciFlowPolicyReplaceRequestFlowDistribution
GetFlowDistributions returns the FlowDistributions field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequest) GetFlowDistributionsOk ¶
func (o *DaVinciFlowPolicyReplaceRequest) GetFlowDistributionsOk() ([]DaVinciFlowPolicyReplaceRequestFlowDistribution, bool)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequest) GetName() string
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 ¶
func (o *DaVinciFlowPolicyReplaceRequest) GetStatus() DaVinciFlowPolicyReplaceRequestStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequest) GetStatusOk ¶
func (o *DaVinciFlowPolicyReplaceRequest) GetStatusOk() (*DaVinciFlowPolicyReplaceRequestStatus, 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 (*DaVinciFlowPolicyReplaceRequest) GetTrigger ¶
func (o *DaVinciFlowPolicyReplaceRequest) GetTrigger() DaVinciFlowPolicyReplaceRequestTrigger
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequest) GetTriggerOk ¶
func (o *DaVinciFlowPolicyReplaceRequest) GetTriggerOk() (*DaVinciFlowPolicyReplaceRequestTrigger, 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 (*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 (o DaVinciFlowPolicyReplaceRequest) LogValue() slog.Value
func (DaVinciFlowPolicyReplaceRequest) MarshalJSON ¶
func (o DaVinciFlowPolicyReplaceRequest) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyReplaceRequest) SetFlowDistributions ¶
func (o *DaVinciFlowPolicyReplaceRequest) SetFlowDistributions(v []DaVinciFlowPolicyReplaceRequestFlowDistribution)
SetFlowDistributions gets a reference to the given []DaVinciFlowPolicyReplaceRequestFlowDistribution and assigns it to the FlowDistributions field.
func (*DaVinciFlowPolicyReplaceRequest) SetName ¶
func (o *DaVinciFlowPolicyReplaceRequest) SetName(v string)
SetName sets field value
func (*DaVinciFlowPolicyReplaceRequest) SetStatus ¶
func (o *DaVinciFlowPolicyReplaceRequest) SetStatus(v DaVinciFlowPolicyReplaceRequestStatus)
SetStatus gets a reference to the given DaVinciFlowPolicyReplaceRequestStatus and assigns it to the Status field.
func (*DaVinciFlowPolicyReplaceRequest) SetTrigger ¶
func (o *DaVinciFlowPolicyReplaceRequest) SetTrigger(v DaVinciFlowPolicyReplaceRequestTrigger)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetId() string
GetId returns the Id field value
func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetIdOk ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetIp ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetIp() []string
GetIp returns the Ip field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetIpOk ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetIpOk() ([]string, bool)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetSuccessNodes() []DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode
GetSuccessNodes returns the SuccessNodes field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetSuccessNodesOk ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetSuccessNodesOk() ([]DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode, bool)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetVersion() float32
GetVersion returns the Version field value
func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetVersionOk ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetVersionOk() (*float32, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetWeight ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetWeight() float32
GetWeight returns the Weight field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) GetWeightOk ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) GetWeightOk() (*float32, bool)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) HasIp() bool
HasIp returns a boolean if a field has been set.
func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) HasSuccessNodes ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) HasSuccessNodes() bool
HasSuccessNodes returns a boolean if a field has been set.
func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) HasWeight ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) HasWeight() bool
HasWeight returns a boolean if a field has been set.
func (DaVinciFlowPolicyReplaceRequestFlowDistribution) LogValue ¶
func (o DaVinciFlowPolicyReplaceRequestFlowDistribution) LogValue() slog.Value
func (DaVinciFlowPolicyReplaceRequestFlowDistribution) MarshalJSON ¶
func (o DaVinciFlowPolicyReplaceRequestFlowDistribution) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) SetId ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) SetId(v string)
SetId sets field value
func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) SetIp ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) SetIp(v []string)
SetIp gets a reference to the given []string and assigns it to the Ip field.
func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) SetSuccessNodes ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) SetSuccessNodes(v []DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode)
SetSuccessNodes gets a reference to the given []DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode and assigns it to the SuccessNodes field.
func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) SetVersion ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) SetVersion(v float32)
SetVersion sets field value
func (*DaVinciFlowPolicyReplaceRequestFlowDistribution) SetWeight ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistribution) SetWeight(v float32)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) GetId() string
GetId returns the Id field value
func (*DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) GetIdOk ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) LogValue ¶
func (o DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) LogValue() slog.Value
func (DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) MarshalJSON ¶
func (o DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) SetId ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) SetId(v string)
SetId sets field value
func (DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) ToMap ¶
func (o DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) ToMap() (map[string]interface{}, error)
func (*DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) UnmarshalJSON ¶
func (o *DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) UnmarshalJSON(data []byte) (err error)
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 ¶
func (v DaVinciFlowPolicyReplaceRequestStatus) IsValid() bool
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 ¶
func (o *DaVinciFlowPolicyReplaceRequestTrigger) GetConfiguration() DaVinciFlowPolicyReplaceRequestTriggerConfiguration
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequestTrigger) GetConfigurationOk ¶
func (o *DaVinciFlowPolicyReplaceRequestTrigger) GetConfigurationOk() (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration, 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 (*DaVinciFlowPolicyReplaceRequestTrigger) GetType ¶
func (o *DaVinciFlowPolicyReplaceRequestTrigger) GetType() DaVinciFlowPolicyReplaceRequestTriggerType
GetType returns the Type field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequestTrigger) GetTypeOk ¶
func (o *DaVinciFlowPolicyReplaceRequestTrigger) GetTypeOk() (*DaVinciFlowPolicyReplaceRequestTriggerType, 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 (*DaVinciFlowPolicyReplaceRequestTrigger) HasConfiguration ¶
func (o *DaVinciFlowPolicyReplaceRequestTrigger) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*DaVinciFlowPolicyReplaceRequestTrigger) HasType ¶
func (o *DaVinciFlowPolicyReplaceRequestTrigger) HasType() bool
HasType returns a boolean if a field has been set.
func (DaVinciFlowPolicyReplaceRequestTrigger) LogValue ¶
func (o DaVinciFlowPolicyReplaceRequestTrigger) LogValue() slog.Value
func (DaVinciFlowPolicyReplaceRequestTrigger) MarshalJSON ¶
func (o DaVinciFlowPolicyReplaceRequestTrigger) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyReplaceRequestTrigger) SetConfiguration ¶
func (o *DaVinciFlowPolicyReplaceRequestTrigger) SetConfiguration(v DaVinciFlowPolicyReplaceRequestTriggerConfiguration)
SetConfiguration gets a reference to the given DaVinciFlowPolicyReplaceRequestTriggerConfiguration and assigns it to the Configuration field.
func (*DaVinciFlowPolicyReplaceRequestTrigger) SetType ¶
func (o *DaVinciFlowPolicyReplaceRequestTrigger) SetType(v DaVinciFlowPolicyReplaceRequestTriggerType)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) GetMfa() DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA
GetMfa returns the Mfa field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration) GetMfaOk ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) GetMfaOk() (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA, bool)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) GetPwd() DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword
GetPwd returns the Pwd field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration) GetPwdOk ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) GetPwdOk() (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword, bool)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) HasMfa() bool
HasMfa returns a boolean if a field has been set.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration) HasPwd ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) HasPwd() bool
HasPwd returns a boolean if a field has been set.
func (DaVinciFlowPolicyReplaceRequestTriggerConfiguration) LogValue ¶
func (o DaVinciFlowPolicyReplaceRequestTriggerConfiguration) LogValue() slog.Value
func (DaVinciFlowPolicyReplaceRequestTriggerConfiguration) MarshalJSON ¶
func (o DaVinciFlowPolicyReplaceRequestTriggerConfiguration) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration) SetMfa ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) SetMfa(v DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA)
SetMfa gets a reference to the given DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA and assigns it to the Mfa field.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfiguration) SetPwd ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) SetPwd(v DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword)
SetPwd gets a reference to the given DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword and assigns it to the Pwd field.
func (DaVinciFlowPolicyReplaceRequestTriggerConfiguration) ToMap ¶
func (o DaVinciFlowPolicyReplaceRequestTriggerConfiguration) ToMap() (map[string]interface{}, error)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetEnabledOk ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) 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 (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetTime ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetTime() float32
GetTime returns the Time field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetTimeFormat ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetTimeFormat() string
GetTimeFormat returns the TimeFormat field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetTimeFormatOk ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetTimeFormatOk() (*string, bool)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) GetTimeOk() (*float32, bool)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) HasTime ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) HasTimeFormat ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) HasTimeFormat() bool
HasTimeFormat returns a boolean if a field has been set.
func (DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) LogValue ¶
func (o DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) LogValue() slog.Value
func (DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) MarshalJSON ¶
func (o DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) SetEnabled ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) SetTime ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) SetTime(v float32)
SetTime gets a reference to the given float32 and assigns it to the Time field.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) SetTimeFormat ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) SetTimeFormat(v string)
SetTimeFormat gets a reference to the given string and assigns it to the TimeFormat field.
func (DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) ToMap ¶
func (o DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) ToMap() (map[string]interface{}, error)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetEnabledOk ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) 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 (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetTime ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetTime() float32
GetTime returns the Time field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetTimeFormat ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetTimeFormat() string
GetTimeFormat returns the TimeFormat field value if set, zero value otherwise.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetTimeFormatOk ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetTimeFormatOk() (*string, bool)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) GetTimeOk() (*float32, bool)
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 ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) HasTime ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) HasTimeFormat ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) HasTimeFormat() bool
HasTimeFormat returns a boolean if a field has been set.
func (DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) LogValue ¶
func (o DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) LogValue() slog.Value
func (DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) MarshalJSON ¶
func (o DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) SetEnabled ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) SetTime ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) SetTime(v float32)
SetTime gets a reference to the given float32 and assigns it to the Time field.
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) SetTimeFormat ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) SetTimeFormat(v string)
SetTimeFormat gets a reference to the given string and assigns it to the TimeFormat field.
func (DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) ToMap ¶
func (o DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) ToMap() (map[string]interface{}, error)
func (*DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) UnmarshalJSON ¶
func (o *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) UnmarshalJSON(data []byte) (err error)
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 ¶
func (v DaVinciFlowPolicyReplaceRequestTriggerType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowPolicyReplaceRequestTriggerType) Ptr ¶
func (v DaVinciFlowPolicyReplaceRequestTriggerType) Ptr() *DaVinciFlowPolicyReplaceRequestTriggerType
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 ¶
func NewDaVinciFlowPolicyResponse(links DaVinciFlowPolicyResponseLinks, environment ResourceRelationshipReadOnly, flowDistributions []DaVinciFlowPolicyResponseFlowDistribution, id string, name string, status DaVinciFlowPolicyResponseStatus) *DaVinciFlowPolicyResponse
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
func (o *DaVinciFlowPolicyResponse) GetApplication() ResourceRelationshipDaVinciReadOnly
GetApplication returns the Application field value if set, zero value otherwise.
func (*DaVinciFlowPolicyResponse) GetApplicationOk ¶ added in v0.1.1
func (o *DaVinciFlowPolicyResponse) GetApplicationOk() (*ResourceRelationshipDaVinciReadOnly, bool)
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 ¶
func (o *DaVinciFlowPolicyResponse) GetEnvironment() ResourceRelationshipReadOnly
GetEnvironment returns the Environment field value
func (*DaVinciFlowPolicyResponse) GetEnvironmentOk ¶
func (o *DaVinciFlowPolicyResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyResponse) GetFlowDistributions ¶
func (o *DaVinciFlowPolicyResponse) GetFlowDistributions() []DaVinciFlowPolicyResponseFlowDistribution
GetFlowDistributions returns the FlowDistributions field value
func (*DaVinciFlowPolicyResponse) GetFlowDistributionsOk ¶
func (o *DaVinciFlowPolicyResponse) GetFlowDistributionsOk() ([]DaVinciFlowPolicyResponseFlowDistribution, bool)
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.
func (*DaVinciFlowPolicyResponse) GetLinks ¶
func (o *DaVinciFlowPolicyResponse) GetLinks() DaVinciFlowPolicyResponseLinks
GetLinks returns the Links field value
func (*DaVinciFlowPolicyResponse) GetLinksOk ¶
func (o *DaVinciFlowPolicyResponse) GetLinksOk() (*DaVinciFlowPolicyResponseLinks, bool)
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 ¶
func (o *DaVinciFlowPolicyResponse) GetStatus() DaVinciFlowPolicyResponseStatus
GetStatus returns the Status field value
func (*DaVinciFlowPolicyResponse) GetStatusOk ¶
func (o *DaVinciFlowPolicyResponse) GetStatusOk() (*DaVinciFlowPolicyResponseStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyResponse) GetTrigger ¶
func (o *DaVinciFlowPolicyResponse) GetTrigger() DaVinciFlowPolicyResponseTrigger
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*DaVinciFlowPolicyResponse) GetTriggerOk ¶
func (o *DaVinciFlowPolicyResponse) GetTriggerOk() (*DaVinciFlowPolicyResponseTrigger, 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 (*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
func (o *DaVinciFlowPolicyResponse) SetApplication(v ResourceRelationshipDaVinciReadOnly)
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 ¶
func (o *DaVinciFlowPolicyResponse) SetEnvironment(v ResourceRelationshipReadOnly)
SetEnvironment sets field value
func (*DaVinciFlowPolicyResponse) SetFlowDistributions ¶
func (o *DaVinciFlowPolicyResponse) SetFlowDistributions(v []DaVinciFlowPolicyResponseFlowDistribution)
SetFlowDistributions sets field value
func (*DaVinciFlowPolicyResponse) SetId ¶
func (o *DaVinciFlowPolicyResponse) SetId(v string)
SetId sets field value
func (*DaVinciFlowPolicyResponse) SetLinks ¶
func (o *DaVinciFlowPolicyResponse) SetLinks(v DaVinciFlowPolicyResponseLinks)
SetLinks sets field value
func (*DaVinciFlowPolicyResponse) SetName ¶
func (o *DaVinciFlowPolicyResponse) SetName(v string)
SetName sets field value
func (*DaVinciFlowPolicyResponse) SetStatus ¶
func (o *DaVinciFlowPolicyResponse) SetStatus(v DaVinciFlowPolicyResponseStatus)
SetStatus sets field value
func (*DaVinciFlowPolicyResponse) SetTrigger ¶
func (o *DaVinciFlowPolicyResponse) SetTrigger(v DaVinciFlowPolicyResponseTrigger)
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 ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) GetId() string
GetId returns the Id field value
func (*DaVinciFlowPolicyResponseFlowDistribution) GetIdOk ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyResponseFlowDistribution) GetIp ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) GetIp() []string
GetIp returns the Ip field value if set, zero value otherwise.
func (*DaVinciFlowPolicyResponseFlowDistribution) GetIpOk ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) GetIpOk() ([]string, bool)
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 ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) GetSuccessNodes() []DaVinciFlowPolicyResponseFlowDistributionSuccessNode
GetSuccessNodes returns the SuccessNodes field value if set, zero value otherwise.
func (*DaVinciFlowPolicyResponseFlowDistribution) GetSuccessNodesOk ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) GetSuccessNodesOk() ([]DaVinciFlowPolicyResponseFlowDistributionSuccessNode, bool)
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 ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) GetVersion() float32
GetVersion returns the Version field value
func (*DaVinciFlowPolicyResponseFlowDistribution) GetVersionOk ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) GetVersionOk() (*float32, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyResponseFlowDistribution) GetWeight ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) GetWeight() float32
GetWeight returns the Weight field value if set, zero value otherwise.
func (*DaVinciFlowPolicyResponseFlowDistribution) GetWeightOk ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) GetWeightOk() (*float32, bool)
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 ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) HasIp() bool
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 ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) HasWeight() bool
HasWeight returns a boolean if a field has been set.
func (DaVinciFlowPolicyResponseFlowDistribution) LogValue ¶
func (o DaVinciFlowPolicyResponseFlowDistribution) LogValue() slog.Value
func (DaVinciFlowPolicyResponseFlowDistribution) MarshalJSON ¶
func (o DaVinciFlowPolicyResponseFlowDistribution) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyResponseFlowDistribution) SetId ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) SetId(v string)
SetId sets field value
func (*DaVinciFlowPolicyResponseFlowDistribution) SetIp ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) SetIp(v []string)
SetIp gets a reference to the given []string and assigns it to the Ip field.
func (*DaVinciFlowPolicyResponseFlowDistribution) SetSuccessNodes ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) SetSuccessNodes(v []DaVinciFlowPolicyResponseFlowDistributionSuccessNode)
SetSuccessNodes gets a reference to the given []DaVinciFlowPolicyResponseFlowDistributionSuccessNode and assigns it to the SuccessNodes field.
func (*DaVinciFlowPolicyResponseFlowDistribution) SetVersion ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) SetVersion(v float32)
SetVersion sets field value
func (*DaVinciFlowPolicyResponseFlowDistribution) SetWeight ¶
func (o *DaVinciFlowPolicyResponseFlowDistribution) SetWeight(v float32)
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 ¶
func (o *DaVinciFlowPolicyResponseFlowDistributionSuccessNode) GetId() string
GetId returns the Id field value
func (*DaVinciFlowPolicyResponseFlowDistributionSuccessNode) GetIdOk ¶
func (o *DaVinciFlowPolicyResponseFlowDistributionSuccessNode) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (DaVinciFlowPolicyResponseFlowDistributionSuccessNode) LogValue ¶
func (o DaVinciFlowPolicyResponseFlowDistributionSuccessNode) LogValue() slog.Value
func (DaVinciFlowPolicyResponseFlowDistributionSuccessNode) MarshalJSON ¶
func (o DaVinciFlowPolicyResponseFlowDistributionSuccessNode) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyResponseFlowDistributionSuccessNode) SetId ¶
func (o *DaVinciFlowPolicyResponseFlowDistributionSuccessNode) SetId(v string)
SetId sets field value
func (DaVinciFlowPolicyResponseFlowDistributionSuccessNode) ToMap ¶
func (o DaVinciFlowPolicyResponseFlowDistributionSuccessNode) ToMap() (map[string]interface{}, error)
func (*DaVinciFlowPolicyResponseFlowDistributionSuccessNode) UnmarshalJSON ¶
func (o *DaVinciFlowPolicyResponseFlowDistributionSuccessNode) UnmarshalJSON(data []byte) (err error)
type DaVinciFlowPolicyResponseLinks ¶
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 ¶
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 ¶
func (o *DaVinciFlowPolicyResponseLinks) GetSelf() JSONHALLink
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 (o DaVinciFlowPolicyResponseLinks) LogValue() slog.Value
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 ¶
func (o *DaVinciFlowPolicyResponseLinks) SetSelf(v JSONHALLink)
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 ¶
func (v DaVinciFlowPolicyResponseStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowPolicyResponseStatus) Ptr ¶
func (v DaVinciFlowPolicyResponseStatus) Ptr() *DaVinciFlowPolicyResponseStatus
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 ¶
func (o *DaVinciFlowPolicyResponseTrigger) GetConfiguration() DaVinciFlowPolicyResponseTriggerConfiguration
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*DaVinciFlowPolicyResponseTrigger) GetConfigurationOk ¶
func (o *DaVinciFlowPolicyResponseTrigger) GetConfigurationOk() (*DaVinciFlowPolicyResponseTriggerConfiguration, 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 (*DaVinciFlowPolicyResponseTrigger) GetType ¶
func (o *DaVinciFlowPolicyResponseTrigger) GetType() string
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 ¶
func (o *DaVinciFlowPolicyResponseTrigger) HasType() bool
HasType returns a boolean if a field has been set.
func (DaVinciFlowPolicyResponseTrigger) LogValue ¶
func (o DaVinciFlowPolicyResponseTrigger) LogValue() slog.Value
func (DaVinciFlowPolicyResponseTrigger) MarshalJSON ¶
func (o DaVinciFlowPolicyResponseTrigger) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyResponseTrigger) SetConfiguration ¶
func (o *DaVinciFlowPolicyResponseTrigger) SetConfiguration(v DaVinciFlowPolicyResponseTriggerConfiguration)
SetConfiguration gets a reference to the given DaVinciFlowPolicyResponseTriggerConfiguration and assigns it to the Configuration field.
func (*DaVinciFlowPolicyResponseTrigger) SetType ¶
func (o *DaVinciFlowPolicyResponseTrigger) SetType(v string)
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 ¶
func NewDaVinciFlowPolicyResponseTriggerConfiguration(mfa DaVinciFlowPolicyResponseTriggerConfigurationMFA, pwd DaVinciFlowPolicyResponseTriggerConfigurationPassword) *DaVinciFlowPolicyResponseTriggerConfiguration
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 ¶
func (o *DaVinciFlowPolicyResponseTriggerConfiguration) GetMfa() DaVinciFlowPolicyResponseTriggerConfigurationMFA
GetMfa returns the Mfa field value
func (*DaVinciFlowPolicyResponseTriggerConfiguration) GetMfaOk ¶
func (o *DaVinciFlowPolicyResponseTriggerConfiguration) GetMfaOk() (*DaVinciFlowPolicyResponseTriggerConfigurationMFA, bool)
GetMfaOk returns a tuple with the Mfa field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyResponseTriggerConfiguration) GetPwd ¶
func (o *DaVinciFlowPolicyResponseTriggerConfiguration) GetPwd() DaVinciFlowPolicyResponseTriggerConfigurationPassword
GetPwd returns the Pwd field value
func (*DaVinciFlowPolicyResponseTriggerConfiguration) GetPwdOk ¶
func (o *DaVinciFlowPolicyResponseTriggerConfiguration) GetPwdOk() (*DaVinciFlowPolicyResponseTriggerConfigurationPassword, bool)
GetPwdOk returns a tuple with the Pwd field value and a boolean to check if the value has been set.
func (DaVinciFlowPolicyResponseTriggerConfiguration) LogValue ¶
func (o DaVinciFlowPolicyResponseTriggerConfiguration) LogValue() slog.Value
func (DaVinciFlowPolicyResponseTriggerConfiguration) MarshalJSON ¶
func (o DaVinciFlowPolicyResponseTriggerConfiguration) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyResponseTriggerConfiguration) SetMfa ¶
func (o *DaVinciFlowPolicyResponseTriggerConfiguration) SetMfa(v DaVinciFlowPolicyResponseTriggerConfigurationMFA)
SetMfa sets field value
func (*DaVinciFlowPolicyResponseTriggerConfiguration) SetPwd ¶
func (o *DaVinciFlowPolicyResponseTriggerConfiguration) SetPwd(v DaVinciFlowPolicyResponseTriggerConfigurationPassword)
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 ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetEnabledOk ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTime ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTime() float32
GetTime returns the Time field value
func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTimeFormat ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTimeFormat() string
GetTimeFormat returns the TimeFormat field value
func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTimeFormatOk ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTimeFormatOk() (*string, bool)
GetTimeFormatOk returns a tuple with the TimeFormat field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTimeOk ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) GetTimeOk() (*float32, bool)
GetTimeOk returns a tuple with the Time field value and a boolean to check if the value has been set.
func (DaVinciFlowPolicyResponseTriggerConfigurationMFA) LogValue ¶
func (o DaVinciFlowPolicyResponseTriggerConfigurationMFA) LogValue() slog.Value
func (DaVinciFlowPolicyResponseTriggerConfigurationMFA) MarshalJSON ¶
func (o DaVinciFlowPolicyResponseTriggerConfigurationMFA) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) SetEnabled ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) SetEnabled(v bool)
SetEnabled sets field value
func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) SetTime ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) SetTime(v float32)
SetTime sets field value
func (*DaVinciFlowPolicyResponseTriggerConfigurationMFA) SetTimeFormat ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationMFA) SetTimeFormat(v string)
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 ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetEnabledOk ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTime ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTime() float32
GetTime returns the Time field value
func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTimeFormat ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTimeFormat() string
GetTimeFormat returns the TimeFormat field value
func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTimeFormatOk ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTimeFormatOk() (*string, bool)
GetTimeFormatOk returns a tuple with the TimeFormat field value and a boolean to check if the value has been set.
func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTimeOk ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) GetTimeOk() (*float32, bool)
GetTimeOk returns a tuple with the Time field value and a boolean to check if the value has been set.
func (DaVinciFlowPolicyResponseTriggerConfigurationPassword) LogValue ¶
func (o DaVinciFlowPolicyResponseTriggerConfigurationPassword) LogValue() slog.Value
func (DaVinciFlowPolicyResponseTriggerConfigurationPassword) MarshalJSON ¶
func (o DaVinciFlowPolicyResponseTriggerConfigurationPassword) MarshalJSON() ([]byte, error)
func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) SetEnabled ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) SetEnabled(v bool)
SetEnabled sets field value
func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) SetTime ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) SetTime(v float32)
SetTime sets field value
func (*DaVinciFlowPolicyResponseTriggerConfigurationPassword) SetTimeFormat ¶
func (o *DaVinciFlowPolicyResponseTriggerConfigurationPassword) SetTimeFormat(v string)
SetTimeFormat sets field value
func (DaVinciFlowPolicyResponseTriggerConfigurationPassword) ToMap ¶
func (o DaVinciFlowPolicyResponseTriggerConfigurationPassword) ToMap() (map[string]interface{}, error)
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
func (o *DaVinciFlowPolicyTrigger) GetType() DaVinciFlowPolicyTriggerType
GetType returns the Type field value if set, zero value otherwise.
func (*DaVinciFlowPolicyTrigger) GetTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowPolicyTrigger) GetTypeOk() (*DaVinciFlowPolicyTriggerType, 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 (*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
func (o *DaVinciFlowPolicyTrigger) SetType(v DaVinciFlowPolicyTriggerType)
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
func (v DaVinciFlowPolicyTriggerType) Ptr() *DaVinciFlowPolicyTriggerType
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
func (o *DaVinciFlowReplaceRequest) GetGraphData() DaVinciFlowGraphDataRequest
GetGraphData returns the GraphData field value if set, zero value otherwise.
func (*DaVinciFlowReplaceRequest) GetGraphDataOk ¶ added in v0.3.0
func (o *DaVinciFlowReplaceRequest) GetGraphDataOk() (*DaVinciFlowGraphDataRequest, 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 (*DaVinciFlowReplaceRequest) GetInputSchema ¶ added in v0.3.0
func (o *DaVinciFlowReplaceRequest) GetInputSchema() []DaVinciFlowInputSchemaRequestItem
GetInputSchema returns the InputSchema field value if set, zero value otherwise.
func (*DaVinciFlowReplaceRequest) GetInputSchemaOk ¶ added in v0.3.0
func (o *DaVinciFlowReplaceRequest) GetInputSchemaOk() ([]DaVinciFlowInputSchemaRequestItem, 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.
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
func (o *DaVinciFlowReplaceRequest) GetOutputSchema() DaVinciFlowOutputSchemaRequest
GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.
func (*DaVinciFlowReplaceRequest) GetOutputSchemaOk ¶ added in v0.3.0
func (o *DaVinciFlowReplaceRequest) GetOutputSchemaOk() (*DaVinciFlowOutputSchemaRequest, 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 (*DaVinciFlowReplaceRequest) GetSettings ¶ added in v0.3.0
func (o *DaVinciFlowReplaceRequest) GetSettings() DaVinciFlowSettingsRequest
GetSettings returns the Settings field value if set, zero value otherwise.
func (*DaVinciFlowReplaceRequest) GetSettingsOk ¶ added in v0.3.0
func (o *DaVinciFlowReplaceRequest) GetSettingsOk() (*DaVinciFlowSettingsRequest, 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 (*DaVinciFlowReplaceRequest) GetTrigger ¶ added in v0.3.0
func (o *DaVinciFlowReplaceRequest) GetTrigger() DaVinciFlowTriggerRequest
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*DaVinciFlowReplaceRequest) GetTriggerOk ¶ added in v0.3.0
func (o *DaVinciFlowReplaceRequest) GetTriggerOk() (*DaVinciFlowTriggerRequest, 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 (*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
func (o *DaVinciFlowReplaceRequest) SetGraphData(v DaVinciFlowGraphDataRequest)
SetGraphData gets a reference to the given DaVinciFlowGraphDataRequest and assigns it to the GraphData field.
func (*DaVinciFlowReplaceRequest) SetInputSchema ¶ added in v0.3.0
func (o *DaVinciFlowReplaceRequest) SetInputSchema(v []DaVinciFlowInputSchemaRequestItem)
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
func (o *DaVinciFlowReplaceRequest) SetOutputSchema(v DaVinciFlowOutputSchemaRequest)
SetOutputSchema gets a reference to the given DaVinciFlowOutputSchemaRequest and assigns it to the OutputSchema field.
func (*DaVinciFlowReplaceRequest) SetSettings ¶ added in v0.3.0
func (o *DaVinciFlowReplaceRequest) SetSettings(v DaVinciFlowSettingsRequest)
SetSettings gets a reference to the given DaVinciFlowSettingsRequest and assigns it to the Settings field.
func (*DaVinciFlowReplaceRequest) SetTrigger ¶ added in v0.3.0
func (o *DaVinciFlowReplaceRequest) SetTrigger(v DaVinciFlowTriggerRequest)
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
func (o *DaVinciFlowResponse) GetConnectors() []ResourceRelationshipDaVinciReadOnly
GetConnectors returns the Connectors field value if set, zero value otherwise.
func (*DaVinciFlowResponse) GetConnectorsOk ¶ added in v0.3.0
func (o *DaVinciFlowResponse) GetConnectorsOk() ([]ResourceRelationshipDaVinciReadOnly, bool)
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
func (o *DaVinciFlowResponse) GetEnvironment() ResourceRelationshipReadOnly
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
func (o *DaVinciFlowResponse) GetGraphData() DaVinciFlowGraphDataResponse
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
func (o *DaVinciFlowResponse) GetInputSchema() []DaVinciFlowInputSchemaResponseItem
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.
func (*DaVinciFlowResponse) GetLinks ¶ added in v0.3.0
func (o *DaVinciFlowResponse) GetLinks() DaVinciFlowResponseLinks
GetLinks returns the Links field value
func (*DaVinciFlowResponse) GetLinksOk ¶ added in v0.3.0
func (o *DaVinciFlowResponse) GetLinksOk() (*DaVinciFlowResponseLinks, bool)
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
func (o *DaVinciFlowResponse) GetOutputSchema() DaVinciFlowOutputSchemaResponse
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
func (o *DaVinciFlowResponse) GetSettings() DaVinciFlowSettingsResponse
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
func (o *DaVinciFlowResponse) GetTrigger() DaVinciFlowTriggerResponse
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
func (o *DaVinciFlowResponse) SetConnectors(v []ResourceRelationshipDaVinciReadOnly)
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
func (o *DaVinciFlowResponse) SetEnvironment(v ResourceRelationshipReadOnly)
SetEnvironment sets field value
func (*DaVinciFlowResponse) SetGraphData ¶ added in v0.3.0
func (o *DaVinciFlowResponse) SetGraphData(v DaVinciFlowGraphDataResponse)
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
func (o *DaVinciFlowResponse) SetInputSchema(v []DaVinciFlowInputSchemaResponseItem)
SetInputSchema gets a reference to the given []DaVinciFlowInputSchemaResponseItem and assigns it to the InputSchema field.
func (*DaVinciFlowResponse) SetLinks ¶ added in v0.3.0
func (o *DaVinciFlowResponse) SetLinks(v DaVinciFlowResponseLinks)
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
func (o *DaVinciFlowResponse) SetOutputSchema(v DaVinciFlowOutputSchemaResponse)
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
func (o *DaVinciFlowResponse) SetSettings(v DaVinciFlowSettingsResponse)
SetSettings gets a reference to the given DaVinciFlowSettingsResponse and assigns it to the Settings field.
func (*DaVinciFlowResponse) SetTrigger ¶ added in v0.3.0
func (o *DaVinciFlowResponse) SetTrigger(v DaVinciFlowTriggerResponse)
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 ¶ added in v0.3.0
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 ¶ added in v0.3.0
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
func (o *DaVinciFlowResponseLinks) GetSelf() JSONHALLink
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"`
CustomFaviconLink *string `json:"customFaviconLink,omitempty"`
CustomLogoURLSelection *int32 `json:"customLogoURLSelection,omitempty"`
CustomTitle *string `json:"customTitle,omitempty"`
DefaultErrorScreenBrandLogo *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo `json:"defaultErrorScreenBrandLogo,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 (*DaVinciFlowSettingsRequest) GetCssLinks ¶ added in v0.3.0
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
func (o *DaVinciFlowSettingsRequest) GetCustomErrorShowFooter() DaVinciFlowSettingsRequestCustomErrorShowFooter
GetCustomErrorShowFooter returns the CustomErrorShowFooter field value if set, zero value otherwise.
func (*DaVinciFlowSettingsRequest) GetCustomErrorShowFooterOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) GetCustomErrorShowFooterOk() (*DaVinciFlowSettingsRequestCustomErrorShowFooter, bool)
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 (*DaVinciFlowSettingsRequest) GetCustomFaviconLink ¶ added in v0.3.0
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.
func (*DaVinciFlowSettingsRequest) GetDefaultErrorScreenBrandLogo ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) GetDefaultErrorScreenBrandLogo() DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo
GetDefaultErrorScreenBrandLogo returns the DefaultErrorScreenBrandLogo field value if set, zero value otherwise.
func (*DaVinciFlowSettingsRequest) GetDefaultErrorScreenBrandLogoOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) GetDefaultErrorScreenBrandLogoOk() (*DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo, bool)
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
func (o *DaVinciFlowSettingsRequest) GetIntermediateLoadingScreenCSS() DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS
GetIntermediateLoadingScreenCSS returns the IntermediateLoadingScreenCSS field value if set, zero value otherwise.
func (*DaVinciFlowSettingsRequest) GetIntermediateLoadingScreenCSSOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) GetIntermediateLoadingScreenCSSOk() (*DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS, bool)
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
func (o *DaVinciFlowSettingsRequest) GetIntermediateLoadingScreenHTML() DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML
GetIntermediateLoadingScreenHTML returns the IntermediateLoadingScreenHTML field value if set, zero value otherwise.
func (*DaVinciFlowSettingsRequest) GetIntermediateLoadingScreenHTMLOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) GetIntermediateLoadingScreenHTMLOk() (*DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML, bool)
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.
func (*DaVinciFlowSettingsRequest) GetJsLinks ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) GetJsLinks() []DaVinciFlowSettingsRequestJsLink
GetJsLinks returns the JsLinks field value if set, zero value otherwise.
func (*DaVinciFlowSettingsRequest) GetJsLinksOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) GetJsLinksOk() ([]DaVinciFlowSettingsRequestJsLink, bool)
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
func (o *DaVinciFlowSettingsRequest) GetRequireAuthenticationToInitiate() DaVinciFlowSettingsRequestRequireAuthenticationToInitiate
GetRequireAuthenticationToInitiate returns the RequireAuthenticationToInitiate field value if set, zero value otherwise.
func (*DaVinciFlowSettingsRequest) GetRequireAuthenticationToInitiateOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) GetRequireAuthenticationToInitiateOk() (*DaVinciFlowSettingsRequestRequireAuthenticationToInitiate, bool)
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
func (o *DaVinciFlowSettingsRequest) GetScrubSensitiveInfo() DaVinciFlowSettingsRequestScrubSensitiveInfo
GetScrubSensitiveInfo returns the ScrubSensitiveInfo field value if set, zero value otherwise.
func (*DaVinciFlowSettingsRequest) GetScrubSensitiveInfoOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) GetScrubSensitiveInfoOk() (*DaVinciFlowSettingsRequestScrubSensitiveInfo, bool)
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
func (o *DaVinciFlowSettingsRequest) GetUseCSP() DaVinciFlowSettingsRequestUseCSP
GetUseCSP returns the UseCSP field value if set, zero value otherwise.
func (*DaVinciFlowSettingsRequest) GetUseCSPOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) GetUseCSPOk() (*DaVinciFlowSettingsRequestUseCSP, bool)
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
func (o *DaVinciFlowSettingsRequest) GetUseCustomCSS() DaVinciFlowSettingsRequestUseCustomCSS
GetUseCustomCSS returns the UseCustomCSS field value if set, zero value otherwise.
func (*DaVinciFlowSettingsRequest) GetUseCustomCSSOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) GetUseCustomCSSOk() (*DaVinciFlowSettingsRequestUseCustomCSS, bool)
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
func (o *DaVinciFlowSettingsRequest) GetUseCustomFlowPlayer() DaVinciFlowSettingsRequestUseCustomFlowPlayer
GetUseCustomFlowPlayer returns the UseCustomFlowPlayer field value if set, zero value otherwise.
func (*DaVinciFlowSettingsRequest) GetUseCustomFlowPlayerOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) GetUseCustomFlowPlayerOk() (*DaVinciFlowSettingsRequestUseCustomFlowPlayer, bool)
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
func (o *DaVinciFlowSettingsRequest) GetUseCustomScript() DaVinciFlowSettingsRequestUseCustomScript
GetUseCustomScript returns the UseCustomScript field value if set, zero value otherwise.
func (*DaVinciFlowSettingsRequest) GetUseCustomScriptOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) GetUseCustomScriptOk() (*DaVinciFlowSettingsRequestUseCustomScript, bool)
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
func (o *DaVinciFlowSettingsRequest) GetUseIntermediateLoadingScreen() DaVinciFlowSettingsRequestUseIntermediateLoadingScreen
GetUseIntermediateLoadingScreen returns the UseIntermediateLoadingScreen field value if set, zero value otherwise.
func (*DaVinciFlowSettingsRequest) GetUseIntermediateLoadingScreenOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) GetUseIntermediateLoadingScreenOk() (*DaVinciFlowSettingsRequestUseIntermediateLoadingScreen, bool)
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
func (o *DaVinciFlowSettingsRequest) GetValidateOnSave() DaVinciFlowSettingsRequestValidateOnSave
GetValidateOnSave returns the ValidateOnSave field value if set, zero value otherwise.
func (*DaVinciFlowSettingsRequest) GetValidateOnSaveOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) GetValidateOnSaveOk() (*DaVinciFlowSettingsRequestValidateOnSave, bool)
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 (*DaVinciFlowSettingsRequest) HasCssLinks ¶ added in v0.3.0
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 (*DaVinciFlowSettingsRequest) HasCustomFaviconLink ¶ added in v0.3.0
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 (*DaVinciFlowSettingsRequest) HasDefaultErrorScreenBrandLogo ¶ added in v0.3.0
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 (*DaVinciFlowSettingsRequest) HasJsLinks ¶ added in v0.3.0
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 (*DaVinciFlowSettingsRequest) SetCssLinks ¶ added in v0.3.0
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
func (o *DaVinciFlowSettingsRequest) SetCustomErrorShowFooter(v DaVinciFlowSettingsRequestCustomErrorShowFooter)
SetCustomErrorShowFooter gets a reference to the given DaVinciFlowSettingsRequestCustomErrorShowFooter and assigns it to the CustomErrorShowFooter field.
func (*DaVinciFlowSettingsRequest) SetCustomFaviconLink ¶ added in v0.3.0
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.
func (*DaVinciFlowSettingsRequest) SetDefaultErrorScreenBrandLogo ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) SetDefaultErrorScreenBrandLogo(v DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo)
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
func (o *DaVinciFlowSettingsRequest) SetIntermediateLoadingScreenCSS(v DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS)
SetIntermediateLoadingScreenCSS gets a reference to the given DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS and assigns it to the IntermediateLoadingScreenCSS field.
func (*DaVinciFlowSettingsRequest) SetIntermediateLoadingScreenHTML ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) SetIntermediateLoadingScreenHTML(v DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML)
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.
func (*DaVinciFlowSettingsRequest) SetJsLinks ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) SetJsLinks(v []DaVinciFlowSettingsRequestJsLink)
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
func (o *DaVinciFlowSettingsRequest) SetRequireAuthenticationToInitiate(v DaVinciFlowSettingsRequestRequireAuthenticationToInitiate)
SetRequireAuthenticationToInitiate gets a reference to the given DaVinciFlowSettingsRequestRequireAuthenticationToInitiate and assigns it to the RequireAuthenticationToInitiate field.
func (*DaVinciFlowSettingsRequest) SetScrubSensitiveInfo ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) SetScrubSensitiveInfo(v DaVinciFlowSettingsRequestScrubSensitiveInfo)
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
func (o *DaVinciFlowSettingsRequest) SetUseCSP(v DaVinciFlowSettingsRequestUseCSP)
SetUseCSP gets a reference to the given DaVinciFlowSettingsRequestUseCSP and assigns it to the UseCSP field.
func (*DaVinciFlowSettingsRequest) SetUseCustomCSS ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) SetUseCustomCSS(v DaVinciFlowSettingsRequestUseCustomCSS)
SetUseCustomCSS gets a reference to the given DaVinciFlowSettingsRequestUseCustomCSS and assigns it to the UseCustomCSS field.
func (*DaVinciFlowSettingsRequest) SetUseCustomFlowPlayer ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) SetUseCustomFlowPlayer(v DaVinciFlowSettingsRequestUseCustomFlowPlayer)
SetUseCustomFlowPlayer gets a reference to the given DaVinciFlowSettingsRequestUseCustomFlowPlayer and assigns it to the UseCustomFlowPlayer field.
func (*DaVinciFlowSettingsRequest) SetUseCustomScript ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) SetUseCustomScript(v DaVinciFlowSettingsRequestUseCustomScript)
SetUseCustomScript gets a reference to the given DaVinciFlowSettingsRequestUseCustomScript and assigns it to the UseCustomScript field.
func (*DaVinciFlowSettingsRequest) SetUseIntermediateLoadingScreen ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) SetUseIntermediateLoadingScreen(v DaVinciFlowSettingsRequestUseIntermediateLoadingScreen)
SetUseIntermediateLoadingScreen gets a reference to the given DaVinciFlowSettingsRequestUseIntermediateLoadingScreen and assigns it to the UseIntermediateLoadingScreen field.
func (*DaVinciFlowSettingsRequest) SetValidateOnSave ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequest) SetValidateOnSave(v DaVinciFlowSettingsRequestValidateOnSave)
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 {
}
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
func (src DaVinciFlowSettingsRequestCustomErrorShowFooter) MarshalJSON() ([]byte, error)
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
func (v DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) Ptr() *DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2
Ptr returns reference to DaVinci_Flow_Settings_Request_Custom_Error_Show_Footer_Choice_2 value
func (*DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) UnmarshalJSON(src []byte) error
type DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo ¶ added in v0.4.0
type DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo struct {
DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2
Bool *bool
}
DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo - struct for DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo
func BoolAsDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo ¶ added in v0.4.0
func BoolAsDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo(v *bool) DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo
boolAsDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo is a convenience function that returns bool wrapped in DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo
func DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2AsDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo ¶ added in v0.4.0
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
func (src DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) UnmarshalJSON ¶ added in v0.4.0
func (dst *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) UnmarshalJSON(data []byte) error
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
func (v DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) Ptr() *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2
Ptr returns reference to DaVinci_Flow_Settings_Request_Default_Error_Screen_Brand_Logo_Choice_2 value
func (*DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON(src []byte) error
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
func (src DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) UnmarshalJSON ¶ added in v0.3.0
func (dst *DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) UnmarshalJSON(data []byte) error
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
func (src DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) UnmarshalJSON ¶ added in v0.3.0
func (dst *DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type DaVinciFlowSettingsRequestJsLink ¶ added in v0.3.0
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 ¶ added in v0.3.0
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
func (o *DaVinciFlowSettingsRequestJsLink) GetDefer() DaVinciFlowSettingsRequestJsLinkDefer
GetDefer returns the Defer field value
func (*DaVinciFlowSettingsRequestJsLink) GetDeferOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequestJsLink) GetDeferOk() (*DaVinciFlowSettingsRequestJsLinkDefer, bool)
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
func (o *DaVinciFlowSettingsRequestJsLink) GetLabel() string
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
func (o *DaVinciFlowSettingsRequestJsLink) GetType() string
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
func (o *DaVinciFlowSettingsRequestJsLink) GetValue() string
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 (o DaVinciFlowSettingsRequestJsLink) LogValue() slog.Value
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
func (o *DaVinciFlowSettingsRequestJsLink) SetDefer(v DaVinciFlowSettingsRequestJsLinkDefer)
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
func (o *DaVinciFlowSettingsRequestJsLink) SetLabel(v string)
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
func (o *DaVinciFlowSettingsRequestJsLink) SetType(v string)
SetType sets field value
func (*DaVinciFlowSettingsRequestJsLink) SetValue ¶ added in v0.3.0
func (o *DaVinciFlowSettingsRequestJsLink) SetValue(v string)
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
func (v DaVinciFlowSettingsRequestJsLinkDeferChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsRequestJsLinkDeferChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsRequestJsLinkDeferChoice2) Ptr() *DaVinciFlowSettingsRequestJsLinkDeferChoice2
Ptr returns reference to DaVinci_Flow_Settings_Request_Js_Link_Defer_Choice_2 value
func (*DaVinciFlowSettingsRequestJsLinkDeferChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsRequestJsLinkDeferChoice2) UnmarshalJSON(src []byte) error
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
func (src DaVinciFlowSettingsRequestRequireAuthenticationToInitiate) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DaVinciFlowSettingsRequestRequireAuthenticationToInitiate) UnmarshalJSON ¶ added in v0.4.0
func (dst *DaVinciFlowSettingsRequestRequireAuthenticationToInitiate) UnmarshalJSON(data []byte) error
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
func (v DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) Ptr() *DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2
Ptr returns reference to DaVinci_Flow_Settings_Request_Require_Authentication_To_Initiate_Choice_2 value
func (*DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) UnmarshalJSON(src []byte) error
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
func (src DaVinciFlowSettingsRequestScrubSensitiveInfo) MarshalJSON() ([]byte, error)
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
func (v DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) Ptr() *DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2
Ptr returns reference to DaVinci_Flow_Settings_Request_Scrub_Sensitive_Info_Choice_2 value
func (*DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) UnmarshalJSON(src []byte) error
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
func (v DaVinciFlowSettingsRequestUseCSPChoice2) IsValid() bool
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
func (v DaVinciFlowSettingsRequestUseCustomCSSChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsRequestUseCustomCSSChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsRequestUseCustomCSSChoice2) Ptr() *DaVinciFlowSettingsRequestUseCustomCSSChoice2
Ptr returns reference to DaVinci_Flow_Settings_Request_Use_Custom_CSS_Choice_2 value
func (*DaVinciFlowSettingsRequestUseCustomCSSChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsRequestUseCustomCSSChoice2) UnmarshalJSON(src []byte) error
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
func (src DaVinciFlowSettingsRequestUseCustomFlowPlayer) MarshalJSON() ([]byte, error)
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
func (v DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) Ptr() *DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2
Ptr returns reference to DaVinci_Flow_Settings_Request_Use_Custom_Flow_Player_Choice_2 value
func (*DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) UnmarshalJSON(src []byte) error
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
func (v DaVinciFlowSettingsRequestUseCustomScriptChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsRequestUseCustomScriptChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsRequestUseCustomScriptChoice2) Ptr() *DaVinciFlowSettingsRequestUseCustomScriptChoice2
Ptr returns reference to DaVinci_Flow_Settings_Request_Use_Custom_Script_Choice_2 value
func (*DaVinciFlowSettingsRequestUseCustomScriptChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsRequestUseCustomScriptChoice2) UnmarshalJSON(src []byte) error
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
func (src DaVinciFlowSettingsRequestUseIntermediateLoadingScreen) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DaVinciFlowSettingsRequestUseIntermediateLoadingScreen) UnmarshalJSON ¶ added in v0.4.0
func (dst *DaVinciFlowSettingsRequestUseIntermediateLoadingScreen) UnmarshalJSON(data []byte) error
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
func (v DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) Ptr() *DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2
Ptr returns reference to DaVinci_Flow_Settings_Request_Use_Intermediate_Loading_Screen_Choice_2 value
func (*DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) UnmarshalJSON(src []byte) error
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
func (v DaVinciFlowSettingsRequestValidateOnSaveChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsRequestValidateOnSaveChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsRequestValidateOnSaveChoice2) Ptr() *DaVinciFlowSettingsRequestValidateOnSaveChoice2
Ptr returns reference to DaVinci_Flow_Settings_Request_Validate_On_Save_Choice_2 value
func (*DaVinciFlowSettingsRequestValidateOnSaveChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsRequestValidateOnSaveChoice2) UnmarshalJSON(src []byte) error
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"`
CustomFaviconLink *string `json:"customFaviconLink,omitempty"`
CustomLogoURLSelection *int32 `json:"customLogoURLSelection,omitempty"`
CustomTitle *string `json:"customTitle,omitempty"`
DefaultErrorScreenBrandLogo *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo `json:"defaultErrorScreenBrandLogo,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 (*DaVinciFlowSettingsResponse) GetCssLinks ¶ added in v0.3.0
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
func (o *DaVinciFlowSettingsResponse) GetCustomErrorShowFooter() DaVinciFlowSettingsResponseCustomErrorShowFooter
GetCustomErrorShowFooter returns the CustomErrorShowFooter field value if set, zero value otherwise.
func (*DaVinciFlowSettingsResponse) GetCustomErrorShowFooterOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) GetCustomErrorShowFooterOk() (*DaVinciFlowSettingsResponseCustomErrorShowFooter, bool)
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 (*DaVinciFlowSettingsResponse) GetCustomFaviconLink ¶ added in v0.3.0
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.
func (*DaVinciFlowSettingsResponse) GetDefaultErrorScreenBrandLogo ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) GetDefaultErrorScreenBrandLogo() DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo
GetDefaultErrorScreenBrandLogo returns the DefaultErrorScreenBrandLogo field value if set, zero value otherwise.
func (*DaVinciFlowSettingsResponse) GetDefaultErrorScreenBrandLogoOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) GetDefaultErrorScreenBrandLogoOk() (*DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo, bool)
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
func (o *DaVinciFlowSettingsResponse) GetIntermediateLoadingScreenCSS() DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS
GetIntermediateLoadingScreenCSS returns the IntermediateLoadingScreenCSS field value if set, zero value otherwise.
func (*DaVinciFlowSettingsResponse) GetIntermediateLoadingScreenCSSOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) GetIntermediateLoadingScreenCSSOk() (*DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS, bool)
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
func (o *DaVinciFlowSettingsResponse) GetIntermediateLoadingScreenHTML() DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML
GetIntermediateLoadingScreenHTML returns the IntermediateLoadingScreenHTML field value if set, zero value otherwise.
func (*DaVinciFlowSettingsResponse) GetIntermediateLoadingScreenHTMLOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) GetIntermediateLoadingScreenHTMLOk() (*DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML, bool)
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.
func (*DaVinciFlowSettingsResponse) GetJsLinks ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) GetJsLinks() []DaVinciFlowSettingsResponseJsLink
GetJsLinks returns the JsLinks field value if set, zero value otherwise.
func (*DaVinciFlowSettingsResponse) GetJsLinksOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) GetJsLinksOk() ([]DaVinciFlowSettingsResponseJsLink, bool)
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
func (o *DaVinciFlowSettingsResponse) GetRequireAuthenticationToInitiate() DaVinciFlowSettingsResponseRequireAuthenticationToInitiate
GetRequireAuthenticationToInitiate returns the RequireAuthenticationToInitiate field value if set, zero value otherwise.
func (*DaVinciFlowSettingsResponse) GetRequireAuthenticationToInitiateOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) GetRequireAuthenticationToInitiateOk() (*DaVinciFlowSettingsResponseRequireAuthenticationToInitiate, bool)
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
func (o *DaVinciFlowSettingsResponse) GetScrubSensitiveInfo() DaVinciFlowSettingsResponseScrubSensitiveInfo
GetScrubSensitiveInfo returns the ScrubSensitiveInfo field value if set, zero value otherwise.
func (*DaVinciFlowSettingsResponse) GetScrubSensitiveInfoOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) GetScrubSensitiveInfoOk() (*DaVinciFlowSettingsResponseScrubSensitiveInfo, bool)
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
func (o *DaVinciFlowSettingsResponse) GetUseCSP() DaVinciFlowSettingsResponseUseCSP
GetUseCSP returns the UseCSP field value if set, zero value otherwise.
func (*DaVinciFlowSettingsResponse) GetUseCSPOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) GetUseCSPOk() (*DaVinciFlowSettingsResponseUseCSP, bool)
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
func (o *DaVinciFlowSettingsResponse) GetUseCustomCSS() DaVinciFlowSettingsResponseUseCustomCSS
GetUseCustomCSS returns the UseCustomCSS field value if set, zero value otherwise.
func (*DaVinciFlowSettingsResponse) GetUseCustomCSSOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) GetUseCustomCSSOk() (*DaVinciFlowSettingsResponseUseCustomCSS, bool)
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
func (o *DaVinciFlowSettingsResponse) GetUseCustomFlowPlayer() DaVinciFlowSettingsResponseUseCustomFlowPlayer
GetUseCustomFlowPlayer returns the UseCustomFlowPlayer field value if set, zero value otherwise.
func (*DaVinciFlowSettingsResponse) GetUseCustomFlowPlayerOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) GetUseCustomFlowPlayerOk() (*DaVinciFlowSettingsResponseUseCustomFlowPlayer, bool)
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
func (o *DaVinciFlowSettingsResponse) GetUseCustomScript() DaVinciFlowSettingsResponseUseCustomScript
GetUseCustomScript returns the UseCustomScript field value if set, zero value otherwise.
func (*DaVinciFlowSettingsResponse) GetUseCustomScriptOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) GetUseCustomScriptOk() (*DaVinciFlowSettingsResponseUseCustomScript, bool)
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
func (o *DaVinciFlowSettingsResponse) GetUseIntermediateLoadingScreen() DaVinciFlowSettingsResponseUseIntermediateLoadingScreen
GetUseIntermediateLoadingScreen returns the UseIntermediateLoadingScreen field value if set, zero value otherwise.
func (*DaVinciFlowSettingsResponse) GetUseIntermediateLoadingScreenOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) GetUseIntermediateLoadingScreenOk() (*DaVinciFlowSettingsResponseUseIntermediateLoadingScreen, bool)
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
func (o *DaVinciFlowSettingsResponse) GetValidateOnSave() DaVinciFlowSettingsResponseValidateOnSave
GetValidateOnSave returns the ValidateOnSave field value if set, zero value otherwise.
func (*DaVinciFlowSettingsResponse) GetValidateOnSaveOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) GetValidateOnSaveOk() (*DaVinciFlowSettingsResponseValidateOnSave, bool)
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 (*DaVinciFlowSettingsResponse) HasCssLinks ¶ added in v0.3.0
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 (*DaVinciFlowSettingsResponse) HasCustomFaviconLink ¶ added in v0.3.0
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 (*DaVinciFlowSettingsResponse) HasDefaultErrorScreenBrandLogo ¶ added in v0.3.0
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 (*DaVinciFlowSettingsResponse) HasJsLinks ¶ added in v0.3.0
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 (*DaVinciFlowSettingsResponse) SetCssLinks ¶ added in v0.3.0
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
func (o *DaVinciFlowSettingsResponse) SetCustomErrorShowFooter(v DaVinciFlowSettingsResponseCustomErrorShowFooter)
SetCustomErrorShowFooter gets a reference to the given DaVinciFlowSettingsResponseCustomErrorShowFooter and assigns it to the CustomErrorShowFooter field.
func (*DaVinciFlowSettingsResponse) SetCustomFaviconLink ¶ added in v0.3.0
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.
func (*DaVinciFlowSettingsResponse) SetDefaultErrorScreenBrandLogo ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) SetDefaultErrorScreenBrandLogo(v DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo)
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
func (o *DaVinciFlowSettingsResponse) SetIntermediateLoadingScreenCSS(v DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS)
SetIntermediateLoadingScreenCSS gets a reference to the given DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS and assigns it to the IntermediateLoadingScreenCSS field.
func (*DaVinciFlowSettingsResponse) SetIntermediateLoadingScreenHTML ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) SetIntermediateLoadingScreenHTML(v DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML)
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.
func (*DaVinciFlowSettingsResponse) SetJsLinks ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) SetJsLinks(v []DaVinciFlowSettingsResponseJsLink)
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
func (o *DaVinciFlowSettingsResponse) SetRequireAuthenticationToInitiate(v DaVinciFlowSettingsResponseRequireAuthenticationToInitiate)
SetRequireAuthenticationToInitiate gets a reference to the given DaVinciFlowSettingsResponseRequireAuthenticationToInitiate and assigns it to the RequireAuthenticationToInitiate field.
func (*DaVinciFlowSettingsResponse) SetScrubSensitiveInfo ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) SetScrubSensitiveInfo(v DaVinciFlowSettingsResponseScrubSensitiveInfo)
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
func (o *DaVinciFlowSettingsResponse) SetUseCSP(v DaVinciFlowSettingsResponseUseCSP)
SetUseCSP gets a reference to the given DaVinciFlowSettingsResponseUseCSP and assigns it to the UseCSP field.
func (*DaVinciFlowSettingsResponse) SetUseCustomCSS ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) SetUseCustomCSS(v DaVinciFlowSettingsResponseUseCustomCSS)
SetUseCustomCSS gets a reference to the given DaVinciFlowSettingsResponseUseCustomCSS and assigns it to the UseCustomCSS field.
func (*DaVinciFlowSettingsResponse) SetUseCustomFlowPlayer ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) SetUseCustomFlowPlayer(v DaVinciFlowSettingsResponseUseCustomFlowPlayer)
SetUseCustomFlowPlayer gets a reference to the given DaVinciFlowSettingsResponseUseCustomFlowPlayer and assigns it to the UseCustomFlowPlayer field.
func (*DaVinciFlowSettingsResponse) SetUseCustomScript ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) SetUseCustomScript(v DaVinciFlowSettingsResponseUseCustomScript)
SetUseCustomScript gets a reference to the given DaVinciFlowSettingsResponseUseCustomScript and assigns it to the UseCustomScript field.
func (*DaVinciFlowSettingsResponse) SetUseIntermediateLoadingScreen ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) SetUseIntermediateLoadingScreen(v DaVinciFlowSettingsResponseUseIntermediateLoadingScreen)
SetUseIntermediateLoadingScreen gets a reference to the given DaVinciFlowSettingsResponseUseIntermediateLoadingScreen and assigns it to the UseIntermediateLoadingScreen field.
func (*DaVinciFlowSettingsResponse) SetValidateOnSave ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponse) SetValidateOnSave(v DaVinciFlowSettingsResponseValidateOnSave)
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 {
}
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
func (src DaVinciFlowSettingsResponseCustomErrorShowFooter) MarshalJSON() ([]byte, error)
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
func (v DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) Ptr() *DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2
Ptr returns reference to DaVinci_Flow_Settings_Response_Custom_Error_Show_Footer_Choice_2 value
func (*DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) UnmarshalJSON(src []byte) error
type DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo ¶ added in v0.4.0
type DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo struct {
DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2
Bool *bool
}
DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo - struct for DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo
func BoolAsDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo ¶ added in v0.4.0
func BoolAsDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo(v *bool) DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo
boolAsDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo is a convenience function that returns bool wrapped in DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo
func DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2AsDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo ¶ added in v0.4.0
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
func (src DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) UnmarshalJSON ¶ added in v0.4.0
func (dst *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) UnmarshalJSON(data []byte) error
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
func (v DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) Ptr() *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2
Ptr returns reference to DaVinci_Flow_Settings_Response_Default_Error_Screen_Brand_Logo_Choice_2 value
func (*DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON(src []byte) error
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
func (src DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) UnmarshalJSON ¶ added in v0.3.0
func (dst *DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) UnmarshalJSON(data []byte) error
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
func (src DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) UnmarshalJSON ¶ added in v0.3.0
func (dst *DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type DaVinciFlowSettingsResponseJsLink ¶ added in v0.3.0
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 ¶ added in v0.3.0
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
func (o *DaVinciFlowSettingsResponseJsLink) GetDefer() DaVinciFlowSettingsResponseJsLinkDefer
GetDefer returns the Defer field value
func (*DaVinciFlowSettingsResponseJsLink) GetDeferOk ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponseJsLink) GetDeferOk() (*DaVinciFlowSettingsResponseJsLinkDefer, bool)
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
func (o *DaVinciFlowSettingsResponseJsLink) GetLabel() string
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
func (o *DaVinciFlowSettingsResponseJsLink) GetType() string
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
func (o *DaVinciFlowSettingsResponseJsLink) GetValue() string
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 (o DaVinciFlowSettingsResponseJsLink) LogValue() slog.Value
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
func (o *DaVinciFlowSettingsResponseJsLink) SetDefer(v DaVinciFlowSettingsResponseJsLinkDefer)
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
func (o *DaVinciFlowSettingsResponseJsLink) SetLabel(v string)
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
func (o *DaVinciFlowSettingsResponseJsLink) SetType(v string)
SetType sets field value
func (*DaVinciFlowSettingsResponseJsLink) SetValue ¶ added in v0.3.0
func (o *DaVinciFlowSettingsResponseJsLink) SetValue(v string)
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
func (v DaVinciFlowSettingsResponseJsLinkDeferChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsResponseJsLinkDeferChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsResponseJsLinkDeferChoice2) Ptr() *DaVinciFlowSettingsResponseJsLinkDeferChoice2
Ptr returns reference to DaVinci_Flow_Settings_Response_Js_Link_Defer_Choice_2 value
func (*DaVinciFlowSettingsResponseJsLinkDeferChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsResponseJsLinkDeferChoice2) UnmarshalJSON(src []byte) error
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
func (src DaVinciFlowSettingsResponseRequireAuthenticationToInitiate) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DaVinciFlowSettingsResponseRequireAuthenticationToInitiate) UnmarshalJSON ¶ added in v0.4.0
func (dst *DaVinciFlowSettingsResponseRequireAuthenticationToInitiate) UnmarshalJSON(data []byte) error
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
func (v DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) Ptr() *DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2
Ptr returns reference to DaVinci_Flow_Settings_Response_Require_Authentication_To_Initiate_Choice_2 value
func (*DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) UnmarshalJSON(src []byte) error
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
func (src DaVinciFlowSettingsResponseScrubSensitiveInfo) MarshalJSON() ([]byte, error)
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
func (v DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) Ptr() *DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2
Ptr returns reference to DaVinci_Flow_Settings_Response_Scrub_Sensitive_Info_Choice_2 value
func (*DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) UnmarshalJSON(src []byte) error
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
func (v DaVinciFlowSettingsResponseUseCSPChoice2) IsValid() bool
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
func (v DaVinciFlowSettingsResponseUseCustomCSSChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsResponseUseCustomCSSChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsResponseUseCustomCSSChoice2) Ptr() *DaVinciFlowSettingsResponseUseCustomCSSChoice2
Ptr returns reference to DaVinci_Flow_Settings_Response_Use_Custom_CSS_Choice_2 value
func (*DaVinciFlowSettingsResponseUseCustomCSSChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsResponseUseCustomCSSChoice2) UnmarshalJSON(src []byte) error
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
func (src DaVinciFlowSettingsResponseUseCustomFlowPlayer) MarshalJSON() ([]byte, error)
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
func (v DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) Ptr() *DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2
Ptr returns reference to DaVinci_Flow_Settings_Response_Use_Custom_Flow_Player_Choice_2 value
func (*DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) UnmarshalJSON(src []byte) error
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
func (v DaVinciFlowSettingsResponseUseCustomScriptChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsResponseUseCustomScriptChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsResponseUseCustomScriptChoice2) Ptr() *DaVinciFlowSettingsResponseUseCustomScriptChoice2
Ptr returns reference to DaVinci_Flow_Settings_Response_Use_Custom_Script_Choice_2 value
func (*DaVinciFlowSettingsResponseUseCustomScriptChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsResponseUseCustomScriptChoice2) UnmarshalJSON(src []byte) error
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
func (src DaVinciFlowSettingsResponseUseIntermediateLoadingScreen) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DaVinciFlowSettingsResponseUseIntermediateLoadingScreen) UnmarshalJSON ¶ added in v0.4.0
func (dst *DaVinciFlowSettingsResponseUseIntermediateLoadingScreen) UnmarshalJSON(data []byte) error
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
func (v DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) Ptr() *DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2
Ptr returns reference to DaVinci_Flow_Settings_Response_Use_Intermediate_Loading_Screen_Choice_2 value
func (*DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) UnmarshalJSON(src []byte) error
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
func (v DaVinciFlowSettingsResponseValidateOnSaveChoice2) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowSettingsResponseValidateOnSaveChoice2) Ptr ¶ added in v0.4.0
func (v DaVinciFlowSettingsResponseValidateOnSaveChoice2) Ptr() *DaVinciFlowSettingsResponseValidateOnSaveChoice2
Ptr returns reference to DaVinci_Flow_Settings_Response_Validate_On_Save_Choice_2 value
func (*DaVinciFlowSettingsResponseValidateOnSaveChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *DaVinciFlowSettingsResponseValidateOnSaveChoice2) UnmarshalJSON(src []byte) error
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
func (o *DaVinciFlowTriggerRequest) GetConfiguration() DaVinciFlowTriggerRequestConfiguration
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*DaVinciFlowTriggerRequest) GetConfigurationOk ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequest) GetConfigurationOk() (*DaVinciFlowTriggerRequestConfiguration, 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 (*DaVinciFlowTriggerRequest) GetType ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequest) GetType() DaVinciFlowTriggerRequestType
GetType returns the Type field value
func (*DaVinciFlowTriggerRequest) GetTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequest) GetTypeOk() (*DaVinciFlowTriggerRequestType, bool)
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
func (o *DaVinciFlowTriggerRequest) SetConfiguration(v DaVinciFlowTriggerRequestConfiguration)
SetConfiguration gets a reference to the given DaVinciFlowTriggerRequestConfiguration and assigns it to the Configuration field.
func (*DaVinciFlowTriggerRequest) SetType ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequest) SetType(v DaVinciFlowTriggerRequestType)
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
func NewDaVinciFlowTriggerRequestConfiguration(mfa DaVinciFlowTriggerRequestConfigurationMFA, pwd DaVinciFlowTriggerRequestConfigurationPassword) *DaVinciFlowTriggerRequestConfiguration
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
func (o *DaVinciFlowTriggerRequestConfiguration) GetMfa() DaVinciFlowTriggerRequestConfigurationMFA
GetMfa returns the Mfa field value
func (*DaVinciFlowTriggerRequestConfiguration) GetMfaOk ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequestConfiguration) GetMfaOk() (*DaVinciFlowTriggerRequestConfigurationMFA, bool)
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
func (o *DaVinciFlowTriggerRequestConfiguration) GetPwd() DaVinciFlowTriggerRequestConfigurationPassword
GetPwd returns the Pwd field value
func (*DaVinciFlowTriggerRequestConfiguration) GetPwdOk ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequestConfiguration) GetPwdOk() (*DaVinciFlowTriggerRequestConfigurationPassword, bool)
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 (o DaVinciFlowTriggerRequestConfiguration) LogValue() slog.Value
func (DaVinciFlowTriggerRequestConfiguration) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowTriggerRequestConfiguration) MarshalJSON() ([]byte, error)
func (*DaVinciFlowTriggerRequestConfiguration) SetMfa ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequestConfiguration) SetMfa(v DaVinciFlowTriggerRequestConfigurationMFA)
SetMfa sets field value
func (*DaVinciFlowTriggerRequestConfiguration) SetPwd ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequestConfiguration) SetPwd(v DaVinciFlowTriggerRequestConfigurationPassword)
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
func (o *DaVinciFlowTriggerRequestConfigurationMFA) GetEnabled() bool
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
func (o *DaVinciFlowTriggerRequestConfigurationMFA) GetTime() float32
GetTime returns the Time field value
func (*DaVinciFlowTriggerRequestConfigurationMFA) GetTimeFormat ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequestConfigurationMFA) GetTimeFormat() string
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
func (o *DaVinciFlowTriggerRequestConfigurationMFA) GetTimeOk() (*float32, bool)
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 (o DaVinciFlowTriggerRequestConfigurationMFA) LogValue() slog.Value
func (DaVinciFlowTriggerRequestConfigurationMFA) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowTriggerRequestConfigurationMFA) MarshalJSON() ([]byte, error)
func (*DaVinciFlowTriggerRequestConfigurationMFA) SetEnabled ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequestConfigurationMFA) SetEnabled(v bool)
SetEnabled sets field value
func (*DaVinciFlowTriggerRequestConfigurationMFA) SetTime ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequestConfigurationMFA) SetTime(v float32)
SetTime sets field value
func (*DaVinciFlowTriggerRequestConfigurationMFA) SetTimeFormat ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequestConfigurationMFA) SetTimeFormat(v string)
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
func (o *DaVinciFlowTriggerRequestConfigurationPassword) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*DaVinciFlowTriggerRequestConfigurationPassword) GetEnabledOk ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequestConfigurationPassword) GetEnabledOk() (*bool, bool)
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
func (o *DaVinciFlowTriggerRequestConfigurationPassword) GetTime() float32
GetTime returns the Time field value
func (*DaVinciFlowTriggerRequestConfigurationPassword) GetTimeFormat ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequestConfigurationPassword) GetTimeFormat() string
GetTimeFormat returns the TimeFormat field value
func (*DaVinciFlowTriggerRequestConfigurationPassword) GetTimeFormatOk ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequestConfigurationPassword) GetTimeFormatOk() (*string, bool)
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
func (o *DaVinciFlowTriggerRequestConfigurationPassword) GetTimeOk() (*float32, bool)
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 (o DaVinciFlowTriggerRequestConfigurationPassword) LogValue() slog.Value
func (DaVinciFlowTriggerRequestConfigurationPassword) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowTriggerRequestConfigurationPassword) MarshalJSON() ([]byte, error)
func (*DaVinciFlowTriggerRequestConfigurationPassword) SetEnabled ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequestConfigurationPassword) SetEnabled(v bool)
SetEnabled sets field value
func (*DaVinciFlowTriggerRequestConfigurationPassword) SetTime ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequestConfigurationPassword) SetTime(v float32)
SetTime sets field value
func (*DaVinciFlowTriggerRequestConfigurationPassword) SetTimeFormat ¶ added in v0.3.0
func (o *DaVinciFlowTriggerRequestConfigurationPassword) SetTimeFormat(v string)
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
func (v DaVinciFlowTriggerRequestType) Ptr() *DaVinciFlowTriggerRequestType
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
func (o *DaVinciFlowTriggerResponse) GetConfiguration() DaVinciFlowTriggerResponseConfiguration
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*DaVinciFlowTriggerResponse) GetConfigurationOk ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponse) GetConfigurationOk() (*DaVinciFlowTriggerResponseConfiguration, 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 (*DaVinciFlowTriggerResponse) GetType ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponse) GetType() DaVinciFlowTriggerResponseType
GetType returns the Type field value
func (*DaVinciFlowTriggerResponse) GetTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponse) GetTypeOk() (*DaVinciFlowTriggerResponseType, bool)
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
func (o *DaVinciFlowTriggerResponse) SetConfiguration(v DaVinciFlowTriggerResponseConfiguration)
SetConfiguration gets a reference to the given DaVinciFlowTriggerResponseConfiguration and assigns it to the Configuration field.
func (*DaVinciFlowTriggerResponse) SetType ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponse) SetType(v DaVinciFlowTriggerResponseType)
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
func NewDaVinciFlowTriggerResponseConfiguration(mfa DaVinciFlowTriggerResponseConfigurationMFA, pwd DaVinciFlowTriggerResponseConfigurationPassword) *DaVinciFlowTriggerResponseConfiguration
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
func (o *DaVinciFlowTriggerResponseConfiguration) GetMfa() DaVinciFlowTriggerResponseConfigurationMFA
GetMfa returns the Mfa field value
func (*DaVinciFlowTriggerResponseConfiguration) GetMfaOk ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponseConfiguration) GetMfaOk() (*DaVinciFlowTriggerResponseConfigurationMFA, bool)
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
func (o *DaVinciFlowTriggerResponseConfiguration) GetPwd() DaVinciFlowTriggerResponseConfigurationPassword
GetPwd returns the Pwd field value
func (*DaVinciFlowTriggerResponseConfiguration) GetPwdOk ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponseConfiguration) GetPwdOk() (*DaVinciFlowTriggerResponseConfigurationPassword, bool)
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 (o DaVinciFlowTriggerResponseConfiguration) LogValue() slog.Value
func (DaVinciFlowTriggerResponseConfiguration) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowTriggerResponseConfiguration) MarshalJSON() ([]byte, error)
func (*DaVinciFlowTriggerResponseConfiguration) SetMfa ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponseConfiguration) SetMfa(v DaVinciFlowTriggerResponseConfigurationMFA)
SetMfa sets field value
func (*DaVinciFlowTriggerResponseConfiguration) SetPwd ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponseConfiguration) SetPwd(v DaVinciFlowTriggerResponseConfigurationPassword)
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
func (o *DaVinciFlowTriggerResponseConfigurationMFA) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*DaVinciFlowTriggerResponseConfigurationMFA) GetEnabledOk ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponseConfigurationMFA) GetEnabledOk() (*bool, bool)
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
func (o *DaVinciFlowTriggerResponseConfigurationMFA) GetTime() float32
GetTime returns the Time field value
func (*DaVinciFlowTriggerResponseConfigurationMFA) GetTimeFormat ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponseConfigurationMFA) GetTimeFormat() string
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
func (o *DaVinciFlowTriggerResponseConfigurationMFA) GetTimeOk() (*float32, bool)
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 (o DaVinciFlowTriggerResponseConfigurationMFA) LogValue() slog.Value
func (DaVinciFlowTriggerResponseConfigurationMFA) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowTriggerResponseConfigurationMFA) MarshalJSON() ([]byte, error)
func (*DaVinciFlowTriggerResponseConfigurationMFA) SetEnabled ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponseConfigurationMFA) SetEnabled(v bool)
SetEnabled sets field value
func (*DaVinciFlowTriggerResponseConfigurationMFA) SetTime ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponseConfigurationMFA) SetTime(v float32)
SetTime sets field value
func (*DaVinciFlowTriggerResponseConfigurationMFA) SetTimeFormat ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponseConfigurationMFA) SetTimeFormat(v string)
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
func (o *DaVinciFlowTriggerResponseConfigurationPassword) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*DaVinciFlowTriggerResponseConfigurationPassword) GetEnabledOk ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponseConfigurationPassword) GetEnabledOk() (*bool, bool)
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
func (o *DaVinciFlowTriggerResponseConfigurationPassword) GetTime() float32
GetTime returns the Time field value
func (*DaVinciFlowTriggerResponseConfigurationPassword) GetTimeFormat ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponseConfigurationPassword) GetTimeFormat() string
GetTimeFormat returns the TimeFormat field value
func (*DaVinciFlowTriggerResponseConfigurationPassword) GetTimeFormatOk ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponseConfigurationPassword) GetTimeFormatOk() (*string, bool)
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
func (o *DaVinciFlowTriggerResponseConfigurationPassword) GetTimeOk() (*float32, bool)
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 (o DaVinciFlowTriggerResponseConfigurationPassword) LogValue() slog.Value
func (DaVinciFlowTriggerResponseConfigurationPassword) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowTriggerResponseConfigurationPassword) MarshalJSON() ([]byte, error)
func (*DaVinciFlowTriggerResponseConfigurationPassword) SetEnabled ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponseConfigurationPassword) SetEnabled(v bool)
SetEnabled sets field value
func (*DaVinciFlowTriggerResponseConfigurationPassword) SetTime ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponseConfigurationPassword) SetTime(v float32)
SetTime sets field value
func (*DaVinciFlowTriggerResponseConfigurationPassword) SetTimeFormat ¶ added in v0.3.0
func (o *DaVinciFlowTriggerResponseConfigurationPassword) SetTimeFormat(v string)
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
func (v DaVinciFlowTriggerResponseType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowTriggerResponseType) Ptr ¶ added in v0.3.0
func (v DaVinciFlowTriggerResponseType) Ptr() *DaVinciFlowTriggerResponseType
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
func (o *DaVinciFlowValidateRequest) GetGraphData() DaVinciFlowGraphDataRequest
GetGraphData returns the GraphData field value if set, zero value otherwise.
func (*DaVinciFlowValidateRequest) GetGraphDataOk ¶ added in v0.3.0
func (o *DaVinciFlowValidateRequest) GetGraphDataOk() (*DaVinciFlowGraphDataRequest, 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 (*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
func (o *DaVinciFlowValidateRequest) SetGraphData(v DaVinciFlowGraphDataRequest)
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 (o DaVinciFlowVersionAliasRequest) LogValue() slog.Value
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
func (o *DaVinciFlowVersionAliasResponse) GetAlias() string
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.
func (*DaVinciFlowVersionAliasResponse) GetLinks ¶ added in v0.3.0
func (o *DaVinciFlowVersionAliasResponse) GetLinks() DaVinciFlowVersionAliasResponseLinks
GetLinks returns the Links field value
func (*DaVinciFlowVersionAliasResponse) GetLinksOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionAliasResponse) GetLinksOk() (*DaVinciFlowVersionAliasResponseLinks, bool)
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 (o DaVinciFlowVersionAliasResponse) LogValue() slog.Value
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
func (*DaVinciFlowVersionAliasResponse) SetLinks ¶ added in v0.3.0
func (o *DaVinciFlowVersionAliasResponse) SetLinks(v DaVinciFlowVersionAliasResponseLinks)
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 ¶ added in v0.3.0
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 ¶ added in v0.3.0
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
func (o *DaVinciFlowVersionAliasResponseLinks) GetEnvironment() JSONHALLink
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
func (o *DaVinciFlowVersionAliasResponseLinks) GetFlowVersion() JSONHALLink
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
func (o *DaVinciFlowVersionAliasResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciFlowVersionAliasResponseLinks) GetSelfOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionAliasResponseLinks) GetSelfOk() (*JSONHALLink, bool)
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 (o DaVinciFlowVersionAliasResponseLinks) LogValue() slog.Value
func (DaVinciFlowVersionAliasResponseLinks) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowVersionAliasResponseLinks) MarshalJSON() ([]byte, error)
func (*DaVinciFlowVersionAliasResponseLinks) SetEnvironment ¶ added in v0.3.0
func (o *DaVinciFlowVersionAliasResponseLinks) SetEnvironment(v JSONHALLink)
SetEnvironment sets field value
func (*DaVinciFlowVersionAliasResponseLinks) SetFlowVersion ¶ added in v0.3.0
func (o *DaVinciFlowVersionAliasResponseLinks) SetFlowVersion(v JSONHALLink)
SetFlowVersion sets field value
func (*DaVinciFlowVersionAliasResponseLinks) SetSelf ¶ added in v0.3.0
func (o *DaVinciFlowVersionAliasResponseLinks) SetSelf(v JSONHALLink)
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
func NewDaVinciFlowVersionCollectionResponse(embedded DaVinciFlowVersionCollectionResponseEmbedded, links DaVinciFlowVersionCollectionResponseLinks) *DaVinciFlowVersionCollectionResponse
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
func (o *DaVinciFlowVersionCollectionResponse) GetEmbedded() DaVinciFlowVersionCollectionResponseEmbedded
GetEmbedded returns the Embedded field value
func (*DaVinciFlowVersionCollectionResponse) GetEmbeddedOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionCollectionResponse) GetEmbeddedOk() (*DaVinciFlowVersionCollectionResponseEmbedded, bool)
GetEmbeddedOk returns a tuple with the Embedded field value and a boolean to check if the value has been set.
func (*DaVinciFlowVersionCollectionResponse) GetLinks ¶ added in v0.3.0
func (o *DaVinciFlowVersionCollectionResponse) GetLinks() DaVinciFlowVersionCollectionResponseLinks
GetLinks returns the Links field value
func (*DaVinciFlowVersionCollectionResponse) GetLinksOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionCollectionResponse) GetLinksOk() (*DaVinciFlowVersionCollectionResponseLinks, bool)
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 (o DaVinciFlowVersionCollectionResponse) LogValue() slog.Value
func (DaVinciFlowVersionCollectionResponse) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowVersionCollectionResponse) MarshalJSON() ([]byte, error)
func (*DaVinciFlowVersionCollectionResponse) SetEmbedded ¶ added in v0.3.0
func (o *DaVinciFlowVersionCollectionResponse) SetEmbedded(v DaVinciFlowVersionCollectionResponseEmbedded)
SetEmbedded sets field value
func (*DaVinciFlowVersionCollectionResponse) SetLinks ¶ added in v0.3.0
func (o *DaVinciFlowVersionCollectionResponse) SetLinks(v DaVinciFlowVersionCollectionResponseLinks)
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
func (o *DaVinciFlowVersionCollectionResponseEmbedded) GetVersions() []DaVinciFlowVersionResponse
GetVersions returns the Versions field value
func (*DaVinciFlowVersionCollectionResponseEmbedded) GetVersionsOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionCollectionResponseEmbedded) GetVersionsOk() ([]DaVinciFlowVersionResponse, bool)
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 (o DaVinciFlowVersionCollectionResponseEmbedded) LogValue() slog.Value
func (DaVinciFlowVersionCollectionResponseEmbedded) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowVersionCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
func (*DaVinciFlowVersionCollectionResponseEmbedded) SetVersions ¶ added in v0.3.0
func (o *DaVinciFlowVersionCollectionResponseEmbedded) SetVersions(v []DaVinciFlowVersionResponse)
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 ¶ added in v0.3.0
type DaVinciFlowVersionCollectionResponseLinks struct {
Environment JSONHALLink `json:"environment"`
Self JSONHALLink `json:"self"`
AdditionalProperties map[string]interface{}
}
DaVinciFlowVersionCollectionResponseLinks struct for DaVinciFlowVersionCollectionResponseLinks
func NewDaVinciFlowVersionCollectionResponseLinks ¶ added in v0.3.0
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
func (o *DaVinciFlowVersionCollectionResponseLinks) GetEnvironment() JSONHALLink
GetEnvironment returns the Environment field value
func (*DaVinciFlowVersionCollectionResponseLinks) GetEnvironmentOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionCollectionResponseLinks) GetEnvironmentOk() (*JSONHALLink, bool)
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
func (o *DaVinciFlowVersionCollectionResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciFlowVersionCollectionResponseLinks) GetSelfOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionCollectionResponseLinks) GetSelfOk() (*JSONHALLink, bool)
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 (o DaVinciFlowVersionCollectionResponseLinks) LogValue() slog.Value
func (DaVinciFlowVersionCollectionResponseLinks) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowVersionCollectionResponseLinks) MarshalJSON() ([]byte, error)
func (*DaVinciFlowVersionCollectionResponseLinks) SetEnvironment ¶ added in v0.3.0
func (o *DaVinciFlowVersionCollectionResponseLinks) SetEnvironment(v JSONHALLink)
SetEnvironment sets field value
func (*DaVinciFlowVersionCollectionResponseLinks) SetSelf ¶ added in v0.3.0
func (o *DaVinciFlowVersionCollectionResponseLinks) SetSelf(v JSONHALLink)
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
func (o *DaVinciFlowVersionDetailResponse) GetAlias() string
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
func (o *DaVinciFlowVersionDetailResponse) GetColor() string
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
func (o *DaVinciFlowVersionDetailResponse) GetConnectors() []DaVinciFlowVersionDetailResponseConnector
GetConnectors returns the Connectors field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponse) GetConnectorsOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) GetConnectorsOk() ([]DaVinciFlowVersionDetailResponseConnector, bool)
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
func (o *DaVinciFlowVersionDetailResponse) GetFlow() DaVinciFlowVersionDetailResponseFlow
GetFlow returns the Flow field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponse) GetFlowOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) GetFlowOk() (*DaVinciFlowVersionDetailResponseFlow, bool)
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
func (o *DaVinciFlowVersionDetailResponse) GetGraphData() DaVinciFlowGraphDataResponse
GetGraphData returns the GraphData field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponse) GetGraphDataOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) 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 (*DaVinciFlowVersionDetailResponse) GetInputSchema ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) GetInputSchema() []DaVinciFlowInputSchemaResponseItem
GetInputSchema returns the InputSchema field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponse) GetInputSchemaOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) 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.
func (*DaVinciFlowVersionDetailResponse) GetLinks ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) GetLinks() DaVinciFlowVersionDetailResponseLinks
GetLinks returns the Links field value
func (*DaVinciFlowVersionDetailResponse) GetLinksOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) GetLinksOk() (*DaVinciFlowVersionDetailResponseLinks, bool)
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
func (o *DaVinciFlowVersionDetailResponse) GetOutputSchema() DaVinciFlowOutputSchemaResponse
GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponse) GetOutputSchemaOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) 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 (*DaVinciFlowVersionDetailResponse) GetSettings ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) GetSettings() DaVinciFlowSettingsResponse
GetSettings returns the Settings field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponse) GetSettingsOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) 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 (*DaVinciFlowVersionDetailResponse) GetSkcomponents ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) GetSkcomponents() []DaVinciFlowVersionDetailResponseSkcomponent
GetSkcomponents returns the Skcomponents field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponse) GetSkcomponentsOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) GetSkcomponentsOk() ([]DaVinciFlowVersionDetailResponseSkcomponent, bool)
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
func (o *DaVinciFlowVersionDetailResponse) GetTrigger() DaVinciFlowTriggerResponse
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponse) GetTriggerOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) 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 (*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
func (o *DaVinciFlowVersionDetailResponse) HasFlow() bool
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 (o DaVinciFlowVersionDetailResponse) LogValue() slog.Value
func (DaVinciFlowVersionDetailResponse) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowVersionDetailResponse) MarshalJSON() ([]byte, error)
func (*DaVinciFlowVersionDetailResponse) SetAlias ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) SetAlias(v string)
SetAlias gets a reference to the given string and assigns it to the Alias field.
func (*DaVinciFlowVersionDetailResponse) SetColor ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) SetColor(v string)
SetColor gets a reference to the given string and assigns it to the Color field.
func (*DaVinciFlowVersionDetailResponse) SetConnectors ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) SetConnectors(v []DaVinciFlowVersionDetailResponseConnector)
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
func (o *DaVinciFlowVersionDetailResponse) SetFlow(v DaVinciFlowVersionDetailResponseFlow)
SetFlow gets a reference to the given DaVinciFlowVersionDetailResponseFlow and assigns it to the Flow field.
func (*DaVinciFlowVersionDetailResponse) SetGraphData ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) SetGraphData(v DaVinciFlowGraphDataResponse)
SetGraphData gets a reference to the given DaVinciFlowGraphDataResponse and assigns it to the GraphData field.
func (*DaVinciFlowVersionDetailResponse) SetInputSchema ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) SetInputSchema(v []DaVinciFlowInputSchemaResponseItem)
SetInputSchema gets a reference to the given []DaVinciFlowInputSchemaResponseItem and assigns it to the InputSchema field.
func (*DaVinciFlowVersionDetailResponse) SetLinks ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) SetLinks(v DaVinciFlowVersionDetailResponseLinks)
SetLinks sets field value
func (*DaVinciFlowVersionDetailResponse) SetOutputSchema ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) SetOutputSchema(v DaVinciFlowOutputSchemaResponse)
SetOutputSchema gets a reference to the given DaVinciFlowOutputSchemaResponse and assigns it to the OutputSchema field.
func (*DaVinciFlowVersionDetailResponse) SetSettings ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) SetSettings(v DaVinciFlowSettingsResponse)
SetSettings gets a reference to the given DaVinciFlowSettingsResponse and assigns it to the Settings field.
func (*DaVinciFlowVersionDetailResponse) SetSkcomponents ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) SetSkcomponents(v []DaVinciFlowVersionDetailResponseSkcomponent)
SetSkcomponents gets a reference to the given []DaVinciFlowVersionDetailResponseSkcomponent and assigns it to the Skcomponents field.
func (*DaVinciFlowVersionDetailResponse) SetTrigger ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponse) SetTrigger(v DaVinciFlowTriggerResponse)
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
func (o *DaVinciFlowVersionDetailResponseConnector) GetId() string
GetId returns the Id field value
func (*DaVinciFlowVersionDetailResponseConnector) GetIdOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseConnector) GetIdOk() (*string, bool)
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 (o DaVinciFlowVersionDetailResponseConnector) LogValue() slog.Value
func (DaVinciFlowVersionDetailResponseConnector) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowVersionDetailResponseConnector) MarshalJSON() ([]byte, error)
func (*DaVinciFlowVersionDetailResponseConnector) SetId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseConnector) SetId(v string)
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
func (o *DaVinciFlowVersionDetailResponseFlow) GetId() string
GetId returns the Id field value
func (*DaVinciFlowVersionDetailResponseFlow) GetIdOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseFlow) GetIdOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseFlow) GetName() string
GetName returns the Name field value
func (*DaVinciFlowVersionDetailResponseFlow) GetNameOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseFlow) GetNameOk() (*string, bool)
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 (o DaVinciFlowVersionDetailResponseFlow) LogValue() slog.Value
func (DaVinciFlowVersionDetailResponseFlow) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowVersionDetailResponseFlow) MarshalJSON() ([]byte, error)
func (*DaVinciFlowVersionDetailResponseFlow) SetId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseFlow) SetId(v string)
SetId sets field value
func (*DaVinciFlowVersionDetailResponseFlow) SetName ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseFlow) SetName(v string)
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 ¶ added in v0.3.0
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 ¶ added in v0.3.0
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
func (o *DaVinciFlowVersionDetailResponseLinks) GetEnvironment() JSONHALLink
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
func (o *DaVinciFlowVersionDetailResponseLinks) GetFlowExport() JSONHALLink
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
func (o *DaVinciFlowVersionDetailResponseLinks) GetFlowRevert() JSONHALLink
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
func (o *DaVinciFlowVersionDetailResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciFlowVersionDetailResponseLinks) GetSelfOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseLinks) GetSelfOk() (*JSONHALLink, bool)
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 (o DaVinciFlowVersionDetailResponseLinks) LogValue() slog.Value
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
func (o *DaVinciFlowVersionDetailResponseLinks) SetEnvironment(v JSONHALLink)
SetEnvironment sets field value
func (*DaVinciFlowVersionDetailResponseLinks) SetFlowExport ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseLinks) SetFlowExport(v JSONHALLink)
SetFlowExport sets field value
func (*DaVinciFlowVersionDetailResponseLinks) SetFlowRevert ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseLinks) SetFlowRevert(v JSONHALLink)
SetFlowRevert sets field value
func (*DaVinciFlowVersionDetailResponseLinks) SetSelf ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseLinks) SetSelf(v JSONHALLink)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponent) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponent) GetIdOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponent) 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 (*DaVinciFlowVersionDetailResponseSkcomponent) GetName ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponent) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponent) GetNameOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponent) 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 (*DaVinciFlowVersionDetailResponseSkcomponent) GetNodeId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponent) GetNodeId() string
GetNodeId returns the NodeId field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponent) GetNodeIdOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponent) GetNodeIdOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponent) GetOptions() DaVinciFlowVersionDetailResponseSkcomponentOptions
GetOptions returns the Options field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponent) GetOptionsOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponent) GetOptionsOk() (*DaVinciFlowVersionDetailResponseSkcomponentOptions, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponent) HasId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponent) HasId() bool
HasId returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponent) HasName ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponent) HasName() bool
HasName returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponent) HasNodeId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponent) HasNodeId() bool
HasNodeId returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponent) HasOptions ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponent) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (DaVinciFlowVersionDetailResponseSkcomponent) LogValue ¶ added in v0.3.0
func (o DaVinciFlowVersionDetailResponseSkcomponent) LogValue() slog.Value
func (DaVinciFlowVersionDetailResponseSkcomponent) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowVersionDetailResponseSkcomponent) MarshalJSON() ([]byte, error)
func (*DaVinciFlowVersionDetailResponseSkcomponent) SetId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponent) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DaVinciFlowVersionDetailResponseSkcomponent) SetName ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponent) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*DaVinciFlowVersionDetailResponseSkcomponent) SetNodeId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponent) SetNodeId(v string)
SetNodeId gets a reference to the given string and assigns it to the NodeId field.
func (*DaVinciFlowVersionDetailResponseSkcomponent) SetOptions ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponent) SetOptions(v DaVinciFlowVersionDetailResponseSkcomponentOptions)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppSessionId() string
GetAppSessionId returns the AppSessionId field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppSessionIdOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppSessionIdOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppid() string
GetAppid returns the Appid field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppidOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppidOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppsecret() string
GetAppsecret returns the Appsecret field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppsecretOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetAppsecretOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetBrowsertoken() string
GetBrowsertoken returns the Browsertoken field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetBrowsertokenOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetBrowsertokenOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImage() string
GetButtonImage returns the ButtonImage field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImageClass ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImageClass() string
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImageOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImagePlacement() DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement
GetButtonImagePlacement returns the ButtonImagePlacement field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImagePlacementOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonImagePlacementOk() (*DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonType() DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType
GetButtonType returns the ButtonType field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetButtonTypeOk() (*DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCdn() string
GetCdn returns the Cdn field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCdnOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCdnOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetClass() string
GetClass returns the Class field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetClassOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetClassOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetContentType() DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType
GetContentType returns the ContentType field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetContentTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetContentTypeOk() (*DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCreateP1User() string
GetCreateP1User returns the CreateP1User field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCreateP1UserOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetCreateP1UserOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetEnvironmentIdOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetEnvironmentIdOk() (*string, 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 (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetErrorId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetErrorId() string
GetErrorId returns the ErrorId field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetErrorIdOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetErrorIdOk() (*string, bool)
GetErrorIdOk returns a tuple with the ErrorId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetForm ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetForm() string
GetForm returns the Form field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetFormOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetFormOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetHeight() string
GetHeight returns the Height field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetHeightOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetHeightOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetHost() string
GetHost returns the Host field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetHostOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetHostOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) 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 (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdentityProviderId() string
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdpConnector() string
GetIdpConnector returns the IdpConnector field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdpConnectorOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetIdpConnectorOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetImgUrl() string
GetImgUrl returns the ImgUrl field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetImgUrlOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetImgUrlOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetLabelOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetMessageClass ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetMessageClass() string
GetMessageClass returns the MessageClass field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetMessageClassOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetMessageClassOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetMicUrl() string
GetMicUrl returns the MicUrl field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetMicUrlOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetMicUrlOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetOtpInput() string
GetOtpInput returns the OtpInput field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetOtpInputOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetOtpInputOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollInterval() int32
GetPollInterval returns the PollInterval field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollIntervalOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollIntervalOk() (*int32, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollRetries() int32
GetPollRetries returns the PollRetries field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollRetriesOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPollRetriesOk() (*int32, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPopulationId() string
GetPopulationId returns the PopulationId field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPopulationIdEntry ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPopulationIdEntry() string
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPopulationIdOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPreviewType() DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType
GetPreviewType returns the PreviewType field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPreviewTypeOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPreviewTypeOk() (*DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPropertyname() string
GetPropertyname returns the Propertyname field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPropertynameOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetPropertynameOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetReturnUrl() string
GetReturnUrl returns the ReturnUrl field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetReturnUrlOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetReturnUrlOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetShowPreview() DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview
GetShowPreview returns the ShowPreview field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetShowPreviewOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetShowPreviewOk() (*DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetSiteKey() string
GetSiteKey returns the SiteKey field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetSiteKeyOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetSiteKeyOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetUserId() string
GetUserId returns the UserId field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetUserIdOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetUserIdOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetValueOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetWidth ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetWidth() string
GetWidth returns the Width field value if set, zero value otherwise.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) GetWidthOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) GetWidthOk() (*string, bool)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasAppSessionId() bool
HasAppSessionId returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasAppid ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasAppid() bool
HasAppid returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasAppsecret ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasAppsecret() bool
HasAppsecret returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasBrowsertoken ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasBrowsertoken() bool
HasBrowsertoken returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasButtonImage ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasButtonImage() bool
HasButtonImage returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasButtonImageClass ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasButtonImageClass() bool
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasButtonType() bool
HasButtonType returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCdn ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCdn() bool
HasCdn returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasClass ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasClass() bool
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasContentType() bool
HasContentType returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCreateP1User ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasCreateP1User() bool
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasEnvironmentId() bool
HasEnvironmentId returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasErrorId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasErrorId() bool
HasErrorId returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasForm ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasForm() bool
HasForm returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasHeight ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasHost ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasHost() bool
HasHost returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasId() bool
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasIdpConnector() bool
HasIdpConnector returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasImgUrl ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasImgUrl() bool
HasImgUrl returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasLabel ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasMessageClass ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasMessageClass() bool
HasMessageClass returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasMicUrl ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasMicUrl() bool
HasMicUrl returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasOtpInput ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasOtpInput() bool
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPollInterval() bool
HasPollInterval returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPollRetries ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPollRetries() bool
HasPollRetries returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPopulationId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPopulationId() bool
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPreviewType() bool
HasPreviewType returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPropertyname ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasPropertyname() bool
HasPropertyname returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasReturnUrl ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasReturnUrl() bool
HasReturnUrl returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasShowPreview ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasShowPreview() bool
HasShowPreview returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasSiteKey ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasSiteKey() bool
HasSiteKey returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasUserId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasValue ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) HasWidth ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) HasWidth() bool
HasWidth returns a boolean if a field has been set.
func (DaVinciFlowVersionDetailResponseSkcomponentOptions) LogValue ¶ added in v0.3.0
func (o DaVinciFlowVersionDetailResponseSkcomponentOptions) LogValue() slog.Value
func (DaVinciFlowVersionDetailResponseSkcomponentOptions) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowVersionDetailResponseSkcomponentOptions) MarshalJSON() ([]byte, error)
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetAppSessionId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetAppSessionId(v string)
SetAppSessionId gets a reference to the given string and assigns it to the AppSessionId field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetAppid ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetAppid(v string)
SetAppid gets a reference to the given string and assigns it to the Appid field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetAppsecret ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetAppsecret(v string)
SetAppsecret gets a reference to the given string and assigns it to the Appsecret field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetBrowsertoken ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetBrowsertoken(v string)
SetBrowsertoken gets a reference to the given string and assigns it to the Browsertoken field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonImage ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonImage(v string)
SetButtonImage gets a reference to the given string and assigns it to the ButtonImage field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonImageClass ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonImageClass(v string)
SetButtonImageClass gets a reference to the given string and assigns it to the ButtonImageClass field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonImagePlacement ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonImagePlacement(v DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement)
SetButtonImagePlacement gets a reference to the given DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement and assigns it to the ButtonImagePlacement field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonType ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetButtonType(v DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType)
SetButtonType gets a reference to the given DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType and assigns it to the ButtonType field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCdn ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCdn(v string)
SetCdn gets a reference to the given string and assigns it to the Cdn field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetClass ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetClass(v string)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetContentType(v DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType)
SetContentType gets a reference to the given DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType and assigns it to the ContentType field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCreateP1User ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetCreateP1User(v string)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetEnvironmentId(v string)
SetEnvironmentId gets a reference to the given string and assigns it to the EnvironmentId field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetErrorId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetErrorId(v string)
SetErrorId gets a reference to the given string and assigns it to the ErrorId field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetForm ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetForm(v string)
SetForm gets a reference to the given string and assigns it to the Form field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetHeight ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetHeight(v string)
SetHeight gets a reference to the given string and assigns it to the Height field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetHost ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetHost(v string)
SetHost gets a reference to the given string and assigns it to the Host field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetId(v string)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetIdpConnector(v string)
SetIdpConnector gets a reference to the given string and assigns it to the IdpConnector field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetImgUrl ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetImgUrl(v string)
SetImgUrl gets a reference to the given string and assigns it to the ImgUrl field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetLabel ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetMessageClass ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetMessageClass(v string)
SetMessageClass gets a reference to the given string and assigns it to the MessageClass field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetMicUrl ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetMicUrl(v string)
SetMicUrl gets a reference to the given string and assigns it to the MicUrl field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetOtpInput ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetOtpInput(v string)
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
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPollInterval(v int32)
SetPollInterval gets a reference to the given int32 and assigns it to the PollInterval field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPollRetries ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPollRetries(v int32)
SetPollRetries gets a reference to the given int32 and assigns it to the PollRetries field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPopulationId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPopulationId(v string)
SetPopulationId gets a reference to the given string and assigns it to the PopulationId field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPopulationIdEntry ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPopulationIdEntry(v string)
SetPopulationIdEntry gets a reference to the given string and assigns it to the PopulationIdEntry field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPreviewType ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPreviewType(v DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType)
SetPreviewType gets a reference to the given DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType and assigns it to the PreviewType field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPropertyname ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetPropertyname(v string)
SetPropertyname gets a reference to the given string and assigns it to the Propertyname field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetReturnUrl ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetReturnUrl(v string)
SetReturnUrl gets a reference to the given string and assigns it to the ReturnUrl field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetShowPreview ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetShowPreview(v DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview)
SetShowPreview gets a reference to the given DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview and assigns it to the ShowPreview field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetSiteKey ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetSiteKey(v string)
SetSiteKey gets a reference to the given string and assigns it to the SiteKey field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetUserId ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetUserId(v string)
SetUserId gets a reference to the given string and assigns it to the UserId field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetValue ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (*DaVinciFlowVersionDetailResponseSkcomponentOptions) SetWidth ¶ added in v0.3.0
func (o *DaVinciFlowVersionDetailResponseSkcomponentOptions) SetWidth(v string)
SetWidth gets a reference to the given string and assigns it to the Width field.
func (DaVinciFlowVersionDetailResponseSkcomponentOptions) ToMap ¶ added in v0.3.0
func (o DaVinciFlowVersionDetailResponseSkcomponentOptions) ToMap() (map[string]interface{}, error)
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
func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) Ptr ¶ added in v0.3.0
func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) Ptr() *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement
Ptr returns reference to DaVinci_Flow_Version_Detail_Response_Skcomponent_Options_Button_Image_Placement value
func (*DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) UnmarshalJSON ¶ added in v0.3.0
func (v *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) UnmarshalJSON(src []byte) error
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
func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) Ptr ¶ added in v0.3.0
func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) Ptr() *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType
Ptr returns reference to DaVinci_Flow_Version_Detail_Response_Skcomponent_Options_Button_Type value
func (*DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) UnmarshalJSON ¶ added in v0.3.0
func (v *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) UnmarshalJSON(src []byte) error
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
func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) Ptr ¶ added in v0.3.0
func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) Ptr() *DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType
Ptr returns reference to DaVinci_Flow_Version_Detail_Response_Skcomponent_Options_Content_Type value
func (*DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) UnmarshalJSON ¶ added in v0.3.0
func (v *DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) UnmarshalJSON(src []byte) error
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
func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) Ptr ¶ added in v0.3.0
func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) Ptr() *DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType
Ptr returns reference to DaVinci_Flow_Version_Detail_Response_Skcomponent_Options_Preview_Type value
func (*DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) UnmarshalJSON ¶ added in v0.3.0
func (v *DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) UnmarshalJSON(src []byte) error
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
func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) Ptr ¶ added in v0.3.0
func (v DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) Ptr() *DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview
Ptr returns reference to DaVinci_Flow_Version_Detail_Response_Skcomponent_Options_Show_Preview value
func (*DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) UnmarshalJSON ¶ added in v0.3.0
func (v *DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) UnmarshalJSON(src []byte) error
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
func NewDaVinciFlowVersionResponse(links DaVinciFlowVersionResponseLinks, environment DaVinciFlowVersionResponseEnvironment, flow DaVinciFlowVersionResponseFlow, version float32) *DaVinciFlowVersionResponse
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
func (o *DaVinciFlowVersionResponse) GetEnvironment() DaVinciFlowVersionResponseEnvironment
GetEnvironment returns the Environment field value
func (*DaVinciFlowVersionResponse) GetEnvironmentOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionResponse) GetEnvironmentOk() (*DaVinciFlowVersionResponseEnvironment, bool)
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
func (o *DaVinciFlowVersionResponse) GetFlow() DaVinciFlowVersionResponseFlow
GetFlow returns the Flow field value
func (*DaVinciFlowVersionResponse) GetFlowOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionResponse) GetFlowOk() (*DaVinciFlowVersionResponseFlow, bool)
GetFlowOk returns a tuple with the Flow field value and a boolean to check if the value has been set.
func (*DaVinciFlowVersionResponse) GetLinks ¶ added in v0.3.0
func (o *DaVinciFlowVersionResponse) GetLinks() DaVinciFlowVersionResponseLinks
GetLinks returns the Links field value
func (*DaVinciFlowVersionResponse) GetLinksOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionResponse) GetLinksOk() (*DaVinciFlowVersionResponseLinks, bool)
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
func (o *DaVinciFlowVersionResponse) SetEnvironment(v DaVinciFlowVersionResponseEnvironment)
SetEnvironment sets field value
func (*DaVinciFlowVersionResponse) SetFlow ¶ added in v0.3.0
func (o *DaVinciFlowVersionResponse) SetFlow(v DaVinciFlowVersionResponseFlow)
SetFlow sets field value
func (*DaVinciFlowVersionResponse) SetLinks ¶ added in v0.3.0
func (o *DaVinciFlowVersionResponse) SetLinks(v DaVinciFlowVersionResponseLinks)
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
func (o *DaVinciFlowVersionResponseEnvironment) GetId() string
GetId returns the Id field value
func (*DaVinciFlowVersionResponseEnvironment) GetIdOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionResponseEnvironment) GetIdOk() (*string, bool)
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 (o DaVinciFlowVersionResponseEnvironment) LogValue() slog.Value
func (DaVinciFlowVersionResponseEnvironment) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowVersionResponseEnvironment) MarshalJSON() ([]byte, error)
func (*DaVinciFlowVersionResponseEnvironment) SetId ¶ added in v0.3.0
func (o *DaVinciFlowVersionResponseEnvironment) SetId(v string)
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
func (o *DaVinciFlowVersionResponseFlow) GetId() string
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
func (o *DaVinciFlowVersionResponseFlow) GetName() string
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 (o DaVinciFlowVersionResponseFlow) LogValue() slog.Value
func (DaVinciFlowVersionResponseFlow) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowVersionResponseFlow) MarshalJSON() ([]byte, error)
func (*DaVinciFlowVersionResponseFlow) SetId ¶ added in v0.3.0
func (o *DaVinciFlowVersionResponseFlow) SetId(v string)
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 ¶ added in v0.3.0
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 ¶ added in v0.3.0
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
func (o *DaVinciFlowVersionResponseLinks) GetDetails() JSONHALLink
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
func (o *DaVinciFlowVersionResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciFlowVersionResponseLinks) GetSelfOk ¶ added in v0.3.0
func (o *DaVinciFlowVersionResponseLinks) GetSelfOk() (*JSONHALLink, bool)
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 (o DaVinciFlowVersionResponseLinks) LogValue() slog.Value
func (DaVinciFlowVersionResponseLinks) MarshalJSON ¶ added in v0.3.0
func (o DaVinciFlowVersionResponseLinks) MarshalJSON() ([]byte, error)
func (*DaVinciFlowVersionResponseLinks) SetDetails ¶ added in v0.3.0
func (o *DaVinciFlowVersionResponseLinks) SetDetails(v JSONHALLink)
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
func (o *DaVinciFlowVersionResponseLinks) SetSelf(v JSONHALLink)
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
func (a *DaVinciFlowVersionsApiService) GetDetailsByFlowIdAndVersionIdExecute(r ApiGetDetailsByFlowIdAndVersionIdRequest) (*DaVinciFlowVersionDetailResponse, *http.Response, error)
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
func (a *DaVinciFlowVersionsApiService) GetVersionByIdUsingFlowIdExecute(r ApiGetVersionByIdUsingFlowIdRequest) (*DaVinciFlowVersionResponse, *http.Response, error)
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
func (a *DaVinciFlowVersionsApiService) GetVersionsByFlowIdExecute(r ApiGetVersionsByFlowIdRequest) (*DaVinciFlowVersionCollectionResponse, *http.Response, error)
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
func (a *DaVinciFlowVersionsApiService) ReplaceAliasByFlowIdAndVersionIdExecute(r ApiReplaceAliasByFlowIdAndVersionIdRequest) (*DaVinciFlowVersionAliasResponse, *http.Response, error)
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
func (a *DaVinciFlowsApiService) CloneFlowByIdAsCloneJsonExecute(r ApiCloneFlowByIdAsCloneJsonRequest) (*DaVinciFlowResponse, *http.Response, error)
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
func (a *DaVinciFlowsApiService) CreateFlowExecute(r ApiCreateFlowRequest) (*DaVinciFlowResponse, *http.Response, error)
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
func (a *DaVinciFlowsApiService) DeployFlowByIdAsDeployJsonExecute(r ApiDeployFlowByIdAsDeployJsonRequest) (*DaVinciFlowResponse, *http.Response, error)
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
func (a *DaVinciFlowsApiService) GetFlowByIdExecute(r ApiGetFlowByIdRequest) (*DaVinciFlowResponse, *http.Response, error)
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
func (a *DaVinciFlowsApiService) GetFlowsExecute(r ApiGetFlowsRequest) (*DaVinciFlowCollection, *http.Response, error)
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
func (a *DaVinciFlowsApiService) ReplaceFlowByIdExecute(r ApiReplaceFlowByIdRequest) (*DaVinciFlowResponse, *http.Response, error)
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
func (a *DaVinciFlowsApiService) UpdateEnabledByFlowIdExecute(r ApiUpdateEnabledByFlowIdRequest) (*DaVinciFlowEnabledResponse, *http.Response, error)
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
func (a *DaVinciFlowsApiService) ValidateFlowByIdAsValidateJsonExecute(r ApiValidateFlowByIdAsValidateJsonRequest) (*DaVinciFlowResponse, *http.Response, error)
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
func (o *DaVinciImportFlowResponse) GetConnectors() []ResourceRelationshipDaVinciReadOnly
GetConnectors returns the Connectors field value if set, zero value otherwise.
func (*DaVinciImportFlowResponse) GetConnectorsOk ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) GetConnectorsOk() ([]ResourceRelationshipDaVinciReadOnly, bool)
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
func (o *DaVinciImportFlowResponse) GetEnvironment() ResourceRelationshipReadOnly
GetEnvironment returns the Environment field value
func (*DaVinciImportFlowResponse) GetEnvironmentOk ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
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
func (o *DaVinciImportFlowResponse) GetFlow() DaVinciImportFlowResponseFlow
GetFlow returns the Flow field value
func (*DaVinciImportFlowResponse) GetFlowOk ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) GetFlowOk() (*DaVinciImportFlowResponseFlow, bool)
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
func (o *DaVinciImportFlowResponse) GetGraphData() DaVinciFlowGraphDataResponse
GetGraphData returns the GraphData field value if set, zero value otherwise.
func (*DaVinciImportFlowResponse) GetGraphDataOk ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) 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 (*DaVinciImportFlowResponse) GetInputSchema ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) GetInputSchema() []DaVinciFlowInputSchemaResponseItem
GetInputSchema returns the InputSchema field value if set, zero value otherwise.
func (*DaVinciImportFlowResponse) GetInputSchemaOk ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) 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.
func (*DaVinciImportFlowResponse) GetLinks ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) GetLinks() DaVinciImportFlowResponseLinks
GetLinks returns the Links field value
func (*DaVinciImportFlowResponse) GetLinksOk ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) GetLinksOk() (*DaVinciImportFlowResponseLinks, bool)
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
func (o *DaVinciImportFlowResponse) GetOutputSchema() DaVinciFlowOutputSchemaResponse
GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.
func (*DaVinciImportFlowResponse) GetOutputSchemaOk ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) 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 (*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
func (o *DaVinciImportFlowResponse) GetSettings() DaVinciFlowSettingsResponse
GetSettings returns the Settings field value if set, zero value otherwise.
func (*DaVinciImportFlowResponse) GetSettingsOk ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) 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 (*DaVinciImportFlowResponse) GetTrigger ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) GetTrigger() DaVinciFlowTriggerResponse
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*DaVinciImportFlowResponse) GetTriggerOk ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) 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 (*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
func (o *DaVinciImportFlowResponse) SetConnectors(v []ResourceRelationshipDaVinciReadOnly)
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
func (o *DaVinciImportFlowResponse) SetEnvironment(v ResourceRelationshipReadOnly)
SetEnvironment sets field value
func (*DaVinciImportFlowResponse) SetFlow ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) SetFlow(v DaVinciImportFlowResponseFlow)
SetFlow sets field value
func (*DaVinciImportFlowResponse) SetGraphData ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) SetGraphData(v DaVinciFlowGraphDataResponse)
SetGraphData gets a reference to the given DaVinciFlowGraphDataResponse and assigns it to the GraphData field.
func (*DaVinciImportFlowResponse) SetInputSchema ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) SetInputSchema(v []DaVinciFlowInputSchemaResponseItem)
SetInputSchema gets a reference to the given []DaVinciFlowInputSchemaResponseItem and assigns it to the InputSchema field.
func (*DaVinciImportFlowResponse) SetLinks ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) SetLinks(v DaVinciImportFlowResponseLinks)
SetLinks sets field value
func (*DaVinciImportFlowResponse) SetOutputSchema ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) SetOutputSchema(v DaVinciFlowOutputSchemaResponse)
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
func (o *DaVinciImportFlowResponse) SetSettings(v DaVinciFlowSettingsResponse)
SetSettings gets a reference to the given DaVinciFlowSettingsResponse and assigns it to the Settings field.
func (*DaVinciImportFlowResponse) SetTrigger ¶ added in v0.3.0
func (o *DaVinciImportFlowResponse) SetTrigger(v DaVinciFlowTriggerResponse)
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
func (o *DaVinciImportFlowResponseFlow) GetId() string
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
func (o *DaVinciImportFlowResponseFlow) GetName() string
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 (o DaVinciImportFlowResponseFlow) LogValue() slog.Value
func (DaVinciImportFlowResponseFlow) MarshalJSON ¶ added in v0.3.0
func (o DaVinciImportFlowResponseFlow) MarshalJSON() ([]byte, error)
func (*DaVinciImportFlowResponseFlow) SetId ¶ added in v0.3.0
func (o *DaVinciImportFlowResponseFlow) SetId(v string)
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 ¶ added in v0.3.0
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 ¶ added in v0.3.0
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
func (o *DaVinciImportFlowResponseLinks) GetSelf() JSONHALLink
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 (o DaVinciImportFlowResponseLinks) LogValue() slog.Value
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
func (o *DaVinciImportFlowResponseLinks) SetSelf(v JSONHALLink)
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
func (o *DaVinciImportSubflowsResponse) GetConnectors() []ResourceRelationshipDaVinciReadOnly
GetConnectors returns the Connectors field value if set, zero value otherwise.
func (*DaVinciImportSubflowsResponse) GetConnectorsOk ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) GetConnectorsOk() ([]ResourceRelationshipDaVinciReadOnly, bool)
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
func (o *DaVinciImportSubflowsResponse) GetEmbedded() []DaVinciImportFlowResponse
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*DaVinciImportSubflowsResponse) GetEmbeddedOk ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) GetEmbeddedOk() ([]DaVinciImportFlowResponse, 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 (*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
func (o *DaVinciImportSubflowsResponse) GetEnvironment() ResourceRelationshipReadOnly
GetEnvironment returns the Environment field value
func (*DaVinciImportSubflowsResponse) GetEnvironmentOk ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) GetEnvironmentOk() (*ResourceRelationshipReadOnly, bool)
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
func (o *DaVinciImportSubflowsResponse) GetFlow() DaVinciImportFlowResponseFlow
GetFlow returns the Flow field value
func (*DaVinciImportSubflowsResponse) GetFlowOk ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) GetFlowOk() (*DaVinciImportFlowResponseFlow, bool)
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
func (o *DaVinciImportSubflowsResponse) GetGraphData() DaVinciFlowGraphDataResponse
GetGraphData returns the GraphData field value if set, zero value otherwise.
func (*DaVinciImportSubflowsResponse) GetGraphDataOk ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) 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 (*DaVinciImportSubflowsResponse) GetInputSchema ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) GetInputSchema() []DaVinciFlowInputSchemaResponseItem
GetInputSchema returns the InputSchema field value if set, zero value otherwise.
func (*DaVinciImportSubflowsResponse) GetInputSchemaOk ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) 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.
func (*DaVinciImportSubflowsResponse) GetLinks ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) GetLinks() DaVinciImportFlowResponseLinks
GetLinks returns the Links field value
func (*DaVinciImportSubflowsResponse) GetLinksOk ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) GetLinksOk() (*DaVinciImportFlowResponseLinks, bool)
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
func (o *DaVinciImportSubflowsResponse) GetOutputSchema() DaVinciFlowOutputSchemaResponse
GetOutputSchema returns the OutputSchema field value if set, zero value otherwise.
func (*DaVinciImportSubflowsResponse) GetOutputSchemaOk ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) 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 (*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
func (o *DaVinciImportSubflowsResponse) GetSettings() DaVinciFlowSettingsResponse
GetSettings returns the Settings field value if set, zero value otherwise.
func (*DaVinciImportSubflowsResponse) GetSettingsOk ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) 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 (*DaVinciImportSubflowsResponse) GetTrigger ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) GetTrigger() DaVinciFlowTriggerResponse
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*DaVinciImportSubflowsResponse) GetTriggerOk ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) 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 (*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 (o DaVinciImportSubflowsResponse) LogValue() slog.Value
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
func (o *DaVinciImportSubflowsResponse) SetConnectors(v []ResourceRelationshipDaVinciReadOnly)
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
func (o *DaVinciImportSubflowsResponse) SetEmbedded(v []DaVinciImportFlowResponse)
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
func (o *DaVinciImportSubflowsResponse) SetEnvironment(v ResourceRelationshipReadOnly)
SetEnvironment sets field value
func (*DaVinciImportSubflowsResponse) SetFlow ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) SetFlow(v DaVinciImportFlowResponseFlow)
SetFlow sets field value
func (*DaVinciImportSubflowsResponse) SetGraphData ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) SetGraphData(v DaVinciFlowGraphDataResponse)
SetGraphData gets a reference to the given DaVinciFlowGraphDataResponse and assigns it to the GraphData field.
func (*DaVinciImportSubflowsResponse) SetInputSchema ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) SetInputSchema(v []DaVinciFlowInputSchemaResponseItem)
SetInputSchema gets a reference to the given []DaVinciFlowInputSchemaResponseItem and assigns it to the InputSchema field.
func (*DaVinciImportSubflowsResponse) SetLinks ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) SetLinks(v DaVinciImportFlowResponseLinks)
SetLinks sets field value
func (*DaVinciImportSubflowsResponse) SetOutputSchema ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) SetOutputSchema(v DaVinciFlowOutputSchemaResponse)
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
func (o *DaVinciImportSubflowsResponse) SetSettings(v DaVinciFlowSettingsResponse)
SetSettings gets a reference to the given DaVinciFlowSettingsResponse and assigns it to the Settings field.
func (*DaVinciImportSubflowsResponse) SetTrigger ¶ added in v0.3.0
func (o *DaVinciImportSubflowsResponse) SetTrigger(v DaVinciFlowTriggerResponse)
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 ¶
func NewDaVinciVariableCollectionResponse(embedded DaVinciVariableCollectionResponseEmbedded, links DaVinciVariableCollectionResponseLinks, size float32, count float32) *DaVinciVariableCollectionResponse
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 ¶
func (o *DaVinciVariableCollectionResponse) GetCount() float32
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 ¶
func (o *DaVinciVariableCollectionResponse) GetEmbedded() DaVinciVariableCollectionResponseEmbedded
GetEmbedded returns the Embedded field value
func (*DaVinciVariableCollectionResponse) GetEmbeddedOk ¶
func (o *DaVinciVariableCollectionResponse) GetEmbeddedOk() (*DaVinciVariableCollectionResponseEmbedded, bool)
GetEmbeddedOk returns a tuple with the Embedded field value and a boolean to check if the value has been set.
func (*DaVinciVariableCollectionResponse) GetLinks ¶
func (o *DaVinciVariableCollectionResponse) GetLinks() DaVinciVariableCollectionResponseLinks
GetLinks returns the Links field value
func (*DaVinciVariableCollectionResponse) GetLinksOk ¶
func (o *DaVinciVariableCollectionResponse) GetLinksOk() (*DaVinciVariableCollectionResponseLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (*DaVinciVariableCollectionResponse) GetSize ¶
func (o *DaVinciVariableCollectionResponse) GetSize() float32
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 (o DaVinciVariableCollectionResponse) LogValue() slog.Value
func (DaVinciVariableCollectionResponse) MarshalJSON ¶
func (o DaVinciVariableCollectionResponse) MarshalJSON() ([]byte, error)
func (*DaVinciVariableCollectionResponse) SetCount ¶
func (o *DaVinciVariableCollectionResponse) SetCount(v float32)
SetCount sets field value
func (*DaVinciVariableCollectionResponse) SetEmbedded ¶
func (o *DaVinciVariableCollectionResponse) SetEmbedded(v DaVinciVariableCollectionResponseEmbedded)
SetEmbedded sets field value
func (*DaVinciVariableCollectionResponse) SetLinks ¶
func (o *DaVinciVariableCollectionResponse) SetLinks(v DaVinciVariableCollectionResponseLinks)
SetLinks sets field value
func (*DaVinciVariableCollectionResponse) SetSize ¶
func (o *DaVinciVariableCollectionResponse) SetSize(v float32)
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 ¶
func (o *DaVinciVariableCollectionResponseEmbedded) GetVariables() []DaVinciVariableResponse
GetVariables returns the Variables field value
func (*DaVinciVariableCollectionResponseEmbedded) GetVariablesOk ¶
func (o *DaVinciVariableCollectionResponseEmbedded) GetVariablesOk() ([]DaVinciVariableResponse, bool)
GetVariablesOk returns a tuple with the Variables field value and a boolean to check if the value has been set.
func (DaVinciVariableCollectionResponseEmbedded) LogValue ¶
func (o DaVinciVariableCollectionResponseEmbedded) LogValue() slog.Value
func (DaVinciVariableCollectionResponseEmbedded) MarshalJSON ¶
func (o DaVinciVariableCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
func (*DaVinciVariableCollectionResponseEmbedded) SetVariables ¶
func (o *DaVinciVariableCollectionResponseEmbedded) SetVariables(v []DaVinciVariableResponse)
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 ¶
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 ¶
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 ¶
func (o *DaVinciVariableCollectionResponseLinks) GetEnvironment() JSONHALLink
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 ¶
func (o *DaVinciVariableCollectionResponseLinks) GetNext() JSONHALLink
GetNext returns the Next field value if set, zero value otherwise.
func (*DaVinciVariableCollectionResponseLinks) GetNextOk ¶
func (o *DaVinciVariableCollectionResponseLinks) GetNextOk() (*JSONHALLink, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaVinciVariableCollectionResponseLinks) GetSelf ¶
func (o *DaVinciVariableCollectionResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value
func (*DaVinciVariableCollectionResponseLinks) GetSelfOk ¶
func (o *DaVinciVariableCollectionResponseLinks) GetSelfOk() (*JSONHALLink, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*DaVinciVariableCollectionResponseLinks) HasNext ¶
func (o *DaVinciVariableCollectionResponseLinks) HasNext() bool
HasNext returns a boolean if a field has been set.
func (DaVinciVariableCollectionResponseLinks) LogValue ¶
func (o DaVinciVariableCollectionResponseLinks) LogValue() slog.Value
func (DaVinciVariableCollectionResponseLinks) MarshalJSON ¶
func (o DaVinciVariableCollectionResponseLinks) MarshalJSON() ([]byte, error)
func (*DaVinciVariableCollectionResponseLinks) SetEnvironment ¶
func (o *DaVinciVariableCollectionResponseLinks) SetEnvironment(v JSONHALLink)
SetEnvironment sets field value
func (*DaVinciVariableCollectionResponseLinks) SetNext ¶
func (o *DaVinciVariableCollectionResponseLinks) SetNext(v JSONHALLink)
SetNext gets a reference to the given JSONHALLink and assigns it to the Next field.
func (*DaVinciVariableCollectionResponseLinks) SetSelf ¶
func (o *DaVinciVariableCollectionResponseLinks) SetSelf(v JSONHALLink)
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 ¶
func (o *DaVinciVariableCreateRequest) GetContext() DaVinciVariableCreateRequestContext
GetContext returns the Context field value
func (*DaVinciVariableCreateRequest) GetContextOk ¶
func (o *DaVinciVariableCreateRequest) GetContextOk() (*DaVinciVariableCreateRequestContext, bool)
GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.
func (*DaVinciVariableCreateRequest) GetDataType ¶
func (o *DaVinciVariableCreateRequest) GetDataType() DaVinciVariableCreateRequestDataType
GetDataType returns the DataType field value
func (*DaVinciVariableCreateRequest) GetDataTypeOk ¶
func (o *DaVinciVariableCreateRequest) GetDataTypeOk() (*DaVinciVariableCreateRequestDataType, bool)
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 ¶
func (o *DaVinciVariableCreateRequest) GetFlow() ResourceRelationshipDaVinci
GetFlow returns the Flow field value if set, zero value otherwise.
func (*DaVinciVariableCreateRequest) GetFlowOk ¶
func (o *DaVinciVariableCreateRequest) GetFlowOk() (*ResourceRelationshipDaVinci, bool)
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 ¶
func (o *DaVinciVariableCreateRequest) GetValue() DaVinciVariableCreateRequestValue
GetValue returns the Value field value if set, zero value otherwise.
func (*DaVinciVariableCreateRequest) GetValueOk ¶
func (o *DaVinciVariableCreateRequest) GetValueOk() (*DaVinciVariableCreateRequestValue, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*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 (o DaVinciVariableCreateRequest) LogValue() slog.Value
func (DaVinciVariableCreateRequest) MarshalJSON ¶
func (o DaVinciVariableCreateRequest) MarshalJSON() ([]byte, error)
func (*DaVinciVariableCreateRequest) SetContext ¶
func (o *DaVinciVariableCreateRequest) SetContext(v DaVinciVariableCreateRequestContext)
SetContext sets field value
func (*DaVinciVariableCreateRequest) SetDataType ¶
func (o *DaVinciVariableCreateRequest) SetDataType(v DaVinciVariableCreateRequestDataType)
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 ¶
func (o *DaVinciVariableCreateRequest) SetFlow(v ResourceRelationshipDaVinci)
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 ¶
func (o *DaVinciVariableCreateRequest) SetValue(v DaVinciVariableCreateRequestValue)
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 ¶
func (v DaVinciVariableCreateRequestContext) IsValid() bool
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 ¶
func (v DaVinciVariableCreateRequestDataType) IsValid() bool
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 ¶
func (o *DaVinciVariableReplaceRequest) GetContext() DaVinciVariableReplaceRequestContext
GetContext returns the Context field value
func (*DaVinciVariableReplaceRequest) GetContextOk ¶
func (o *DaVinciVariableReplaceRequest) GetContextOk() (*DaVinciVariableReplaceRequestContext, bool)
GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.
func (*DaVinciVariableReplaceRequest) GetDataType ¶
func (o *DaVinciVariableReplaceRequest) GetDataType() DaVinciVariableReplaceRequestDataType
GetDataType returns the DataType field value
func (*DaVinciVariableReplaceRequest) GetDataTypeOk ¶
func (o *DaVinciVariableReplaceRequest) GetDataTypeOk() (*DaVinciVariableReplaceRequestDataType, bool)
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 ¶
func (o *DaVinciVariableReplaceRequest) GetFlow() ResourceRelationshipDaVinci
GetFlow returns the Flow field value if set, zero value otherwise.
func (*DaVinciVariableReplaceRequest) GetFlowOk ¶
func (o *DaVinciVariableReplaceRequest) GetFlowOk() (*ResourceRelationshipDaVinci, bool)
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 ¶
func (o *DaVinciVariableReplaceRequest) GetMax() int32
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 ¶
func (o *DaVinciVariableReplaceRequest) GetMin() int32
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 ¶
func (o *DaVinciVariableReplaceRequest) GetName() string
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 ¶
func (o *DaVinciVariableReplaceRequest) GetValue() DaVinciVariableReplaceRequestValue
GetValue returns the Value field value if set, zero value otherwise.
func (*DaVinciVariableReplaceRequest) GetValueOk ¶
func (o *DaVinciVariableReplaceRequest) GetValueOk() (*DaVinciVariableReplaceRequestValue, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*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 (o DaVinciVariableReplaceRequest) LogValue() slog.Value
func (DaVinciVariableReplaceRequest) MarshalJSON ¶
func (o DaVinciVariableReplaceRequest) MarshalJSON() ([]byte, error)
func (*DaVinciVariableReplaceRequest) SetContext ¶
func (o *DaVinciVariableReplaceRequest) SetContext(v DaVinciVariableReplaceRequestContext)
SetContext sets field value
func (*DaVinciVariableReplaceRequest) SetDataType ¶
func (o *DaVinciVariableReplaceRequest) SetDataType(v DaVinciVariableReplaceRequestDataType)
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 ¶
func (o *DaVinciVariableReplaceRequest) SetFlow(v ResourceRelationshipDaVinci)
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 ¶
func (o *DaVinciVariableReplaceRequest) SetValue(v DaVinciVariableReplaceRequestValue)
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 ¶
func (v DaVinciVariableReplaceRequestContext) IsValid() bool
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 ¶
func (v DaVinciVariableReplaceRequestDataType) IsValid() bool
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 ¶
func NewDaVinciVariableResponse(links DaVinciVariableResponseLinks, dataType DaVinciVariableResponseDataType, environment ResourceRelationshipReadOnly, id uuid.UUID, name string) *DaVinciVariableResponse
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 ¶
func (o *DaVinciVariableResponse) GetDataType() DaVinciVariableResponseDataType
GetDataType returns the DataType field value
func (*DaVinciVariableResponse) GetDataTypeOk ¶
func (o *DaVinciVariableResponse) GetDataTypeOk() (*DaVinciVariableResponseDataType, bool)
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 ¶
func (o *DaVinciVariableResponse) GetEnvironment() ResourceRelationshipReadOnly
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 ¶
func (o *DaVinciVariableResponse) GetFlow() ResourceRelationshipDaVinciReadOnly
GetFlow returns the Flow field value if set, zero value otherwise.
func (*DaVinciVariableResponse) GetFlowOk ¶
func (o *DaVinciVariableResponse) GetFlowOk() (*ResourceRelationshipDaVinciReadOnly, bool)
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.
func (*DaVinciVariableResponse) GetLinks ¶
func (o *DaVinciVariableResponse) GetLinks() DaVinciVariableResponseLinks
GetLinks returns the Links field value
func (*DaVinciVariableResponse) GetLinksOk ¶
func (o *DaVinciVariableResponse) GetLinksOk() (*DaVinciVariableResponseLinks, bool)
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 ¶
func (o *DaVinciVariableResponse) GetValue() DaVinciVariableResponseValue
GetValue returns the Value field value if set, zero value otherwise.
func (*DaVinciVariableResponse) GetValueOk ¶
func (o *DaVinciVariableResponse) GetValueOk() (*DaVinciVariableResponseValue, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*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 ¶
func (o *DaVinciVariableResponse) SetDataType(v DaVinciVariableResponseDataType)
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 ¶
func (o *DaVinciVariableResponse) SetEnvironment(v ResourceRelationshipReadOnly)
SetEnvironment sets field value
func (*DaVinciVariableResponse) SetFlow ¶
func (o *DaVinciVariableResponse) SetFlow(v ResourceRelationshipDaVinciReadOnly)
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
func (*DaVinciVariableResponse) SetLinks ¶
func (o *DaVinciVariableResponse) SetLinks(v DaVinciVariableResponseLinks)
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 ¶
func (o *DaVinciVariableResponse) SetValue(v DaVinciVariableResponseValue)
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 ¶
func (v DaVinciVariableResponseDataType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DaVinciVariableResponseDataType) Ptr ¶
func (v DaVinciVariableResponseDataType) Ptr() *DaVinciVariableResponseDataType
Ptr returns reference to DaVinci_Variable_Response_Data_Type value
func (*DaVinciVariableResponseDataType) UnmarshalJSON ¶
func (v *DaVinciVariableResponseDataType) UnmarshalJSON(src []byte) error
type DaVinciVariableResponseLinks ¶
type DaVinciVariableResponseLinks struct {
Environment JSONHALLink `json:"environment"`
Self JSONHALLink `json:"self"`
AdditionalProperties map[string]interface{}
}
DaVinciVariableResponseLinks struct for DaVinciVariableResponseLinks
func NewDaVinciVariableResponseLinks ¶
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 ¶
func (o *DaVinciVariableResponseLinks) GetSelf() JSONHALLink
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 (o DaVinciVariableResponseLinks) LogValue() slog.Value
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 ¶
func (o *DaVinciVariableResponseLinks) SetSelf(v JSONHALLink)
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 ¶
func (a *DaVinciVariablesApiService) CreateVariableExecute(r ApiCreateVariableRequest) (*DaVinciVariableResponse, *http.Response, error)
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 ¶
func (a *DaVinciVariablesApiService) GetVariableByIdExecute(r ApiGetVariableByIdRequest) (*DaVinciVariableResponse, *http.Response, error)
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 ¶
func (a *DaVinciVariablesApiService) GetVariablesExecute(r ApiGetVariablesRequest) PagedIterator[DaVinciVariableCollectionResponse]
Execute executes the request
@return DaVinciVariableCollectionResponse
func (*DaVinciVariablesApiService) GetVariablesExecutePage ¶
func (a *DaVinciVariablesApiService) GetVariablesExecutePage(r ApiGetVariablesRequest, link *JSONHALLink) (*DaVinciVariableCollectionResponse, *http.Response, error)
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 ¶
func (a *DaVinciVariablesApiService) ReplaceVariableByIdExecute(r ApiReplaceVariableByIdRequest) (*DaVinciVariableResponse, *http.Response, error)
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 ¶
func (a *DirectoryTotalIdentitiesApiService) GetTotalIdentitiesExecute(r ApiGetTotalIdentitiesRequest) (*DirectoryTotalIdentitiesCountCollectionResponse, *http.Response, error)
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 ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) GetCount() int32
GetCount returns the Count field value if set, zero value otherwise.
func (*DirectoryTotalIdentitiesCountCollectionResponse) GetCountOk ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) 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 (*DirectoryTotalIdentitiesCountCollectionResponse) GetEmbedded ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) GetEmbedded() DirectoryTotalIdentitiesCountCollectionResponseEmbedded
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*DirectoryTotalIdentitiesCountCollectionResponse) GetEmbeddedOk ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) GetEmbeddedOk() (*DirectoryTotalIdentitiesCountCollectionResponseEmbedded, 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 (*DirectoryTotalIdentitiesCountCollectionResponse) GetLinks ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) GetLinks() DirectoryTotalIdentitiesCountCollectionResponseLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*DirectoryTotalIdentitiesCountCollectionResponse) GetLinksOk ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) GetLinksOk() (*DirectoryTotalIdentitiesCountCollectionResponseLinks, 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 (*DirectoryTotalIdentitiesCountCollectionResponse) GetSize ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise.
func (*DirectoryTotalIdentitiesCountCollectionResponse) GetSizeOk ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) 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 (*DirectoryTotalIdentitiesCountCollectionResponse) HasCount ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*DirectoryTotalIdentitiesCountCollectionResponse) HasEmbedded ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) HasEmbedded() bool
HasEmbedded returns a boolean if a field has been set.
func (*DirectoryTotalIdentitiesCountCollectionResponse) HasLinks ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*DirectoryTotalIdentitiesCountCollectionResponse) HasSize ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) HasSize() bool
HasSize returns a boolean if a field has been set.
func (DirectoryTotalIdentitiesCountCollectionResponse) LogValue ¶
func (o DirectoryTotalIdentitiesCountCollectionResponse) LogValue() slog.Value
func (DirectoryTotalIdentitiesCountCollectionResponse) MarshalJSON ¶
func (o DirectoryTotalIdentitiesCountCollectionResponse) MarshalJSON() ([]byte, error)
func (*DirectoryTotalIdentitiesCountCollectionResponse) SetCount ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) SetCount(v int32)
SetCount gets a reference to the given int32 and assigns it to the Count field.
func (*DirectoryTotalIdentitiesCountCollectionResponse) SetEmbedded ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) SetEmbedded(v DirectoryTotalIdentitiesCountCollectionResponseEmbedded)
SetEmbedded gets a reference to the given DirectoryTotalIdentitiesCountCollectionResponseEmbedded and assigns it to the Embedded field.
func (*DirectoryTotalIdentitiesCountCollectionResponse) SetLinks ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) SetLinks(v DirectoryTotalIdentitiesCountCollectionResponseLinks)
SetLinks gets a reference to the given DirectoryTotalIdentitiesCountCollectionResponseLinks and assigns it to the Links field.
func (*DirectoryTotalIdentitiesCountCollectionResponse) SetSize ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponse) SetSize(v int32)
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 ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponseEmbedded) GetTotalIdentities() []DirectoryTotalIdentitiesCountResponse
GetTotalIdentities returns the TotalIdentities field value if set, zero value otherwise.
func (*DirectoryTotalIdentitiesCountCollectionResponseEmbedded) GetTotalIdentitiesOk ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponseEmbedded) GetTotalIdentitiesOk() ([]DirectoryTotalIdentitiesCountResponse, 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 (*DirectoryTotalIdentitiesCountCollectionResponseEmbedded) HasTotalIdentities ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponseEmbedded) HasTotalIdentities() bool
HasTotalIdentities returns a boolean if a field has been set.
func (DirectoryTotalIdentitiesCountCollectionResponseEmbedded) LogValue ¶
func (o DirectoryTotalIdentitiesCountCollectionResponseEmbedded) LogValue() slog.Value
func (DirectoryTotalIdentitiesCountCollectionResponseEmbedded) MarshalJSON ¶
func (o DirectoryTotalIdentitiesCountCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
func (*DirectoryTotalIdentitiesCountCollectionResponseEmbedded) SetTotalIdentities ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponseEmbedded) SetTotalIdentities(v []DirectoryTotalIdentitiesCountResponse)
SetTotalIdentities gets a reference to the given []DirectoryTotalIdentitiesCountResponse and assigns it to the TotalIdentities field.
func (DirectoryTotalIdentitiesCountCollectionResponseEmbedded) ToMap ¶
func (o DirectoryTotalIdentitiesCountCollectionResponseEmbedded) ToMap() (map[string]interface{}, error)
func (*DirectoryTotalIdentitiesCountCollectionResponseEmbedded) UnmarshalJSON ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponseEmbedded) UnmarshalJSON(data []byte) (err error)
type DirectoryTotalIdentitiesCountCollectionResponseLinks ¶
type DirectoryTotalIdentitiesCountCollectionResponseLinks struct {
Self *JSONHALLink `json:"self,omitempty"`
AdditionalProperties map[string]interface{}
}
DirectoryTotalIdentitiesCountCollectionResponseLinks struct for DirectoryTotalIdentitiesCountCollectionResponseLinks
func NewDirectoryTotalIdentitiesCountCollectionResponseLinks ¶
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 ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value if set, zero value otherwise.
func (*DirectoryTotalIdentitiesCountCollectionResponseLinks) GetSelfOk ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponseLinks) 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 (*DirectoryTotalIdentitiesCountCollectionResponseLinks) HasSelf ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponseLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (DirectoryTotalIdentitiesCountCollectionResponseLinks) LogValue ¶
func (o DirectoryTotalIdentitiesCountCollectionResponseLinks) LogValue() slog.Value
func (DirectoryTotalIdentitiesCountCollectionResponseLinks) MarshalJSON ¶
func (o DirectoryTotalIdentitiesCountCollectionResponseLinks) MarshalJSON() ([]byte, error)
func (*DirectoryTotalIdentitiesCountCollectionResponseLinks) SetSelf ¶
func (o *DirectoryTotalIdentitiesCountCollectionResponseLinks) SetSelf(v JSONHALLink)
SetSelf gets a reference to the given JSONHALLink and assigns it to the Self field.
func (DirectoryTotalIdentitiesCountCollectionResponseLinks) ToMap ¶
func (o DirectoryTotalIdentitiesCountCollectionResponseLinks) ToMap() (map[string]interface{}, error)
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 ¶
func (o *DirectoryTotalIdentitiesCountResponse) GetDate() types.UnixTime
GetDate returns the Date field value if set, zero value otherwise.
func (*DirectoryTotalIdentitiesCountResponse) GetDateOk ¶
func (o *DirectoryTotalIdentitiesCountResponse) GetDateOk() (*types.UnixTime, bool)
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 ¶
func (o *DirectoryTotalIdentitiesCountResponse) HasDate() bool
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 (o DirectoryTotalIdentitiesCountResponse) LogValue() slog.Value
func (DirectoryTotalIdentitiesCountResponse) MarshalJSON ¶
func (o DirectoryTotalIdentitiesCountResponse) MarshalJSON() ([]byte, error)
func (*DirectoryTotalIdentitiesCountResponse) SetDate ¶
func (o *DirectoryTotalIdentitiesCountResponse) SetDate(v types.UnixTime)
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 ¶
func (o *EnvironmentBillOfMaterials) GetProducts() []EnvironmentBillOfMaterialsProduct
GetProducts returns the Products field value
func (*EnvironmentBillOfMaterials) GetProductsOk ¶
func (o *EnvironmentBillOfMaterials) GetProductsOk() ([]EnvironmentBillOfMaterialsProduct, bool)
GetProductsOk returns a tuple with the Products field value and a boolean to check if the value has been set.
func (*EnvironmentBillOfMaterials) GetSolutionType ¶
func (o *EnvironmentBillOfMaterials) GetSolutionType() EnvironmentBillOfMaterialsSolutionType
GetSolutionType returns the SolutionType field value if set, zero value otherwise.
func (*EnvironmentBillOfMaterials) GetSolutionTypeOk ¶
func (o *EnvironmentBillOfMaterials) GetSolutionTypeOk() (*EnvironmentBillOfMaterialsSolutionType, 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 (*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 ¶
func (o *EnvironmentBillOfMaterials) SetProducts(v []EnvironmentBillOfMaterialsProduct)
SetProducts sets field value
func (*EnvironmentBillOfMaterials) SetSolutionType ¶
func (o *EnvironmentBillOfMaterials) SetSolutionType(v EnvironmentBillOfMaterialsSolutionType)
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 ¶
func (o *EnvironmentBillOfMaterialsProduct) GetBookmarks() []EnvironmentBillOfMaterialsProductBookmark
GetBookmarks returns the Bookmarks field value if set, zero value otherwise.
func (*EnvironmentBillOfMaterialsProduct) GetBookmarksOk ¶
func (o *EnvironmentBillOfMaterialsProduct) GetBookmarksOk() ([]EnvironmentBillOfMaterialsProductBookmark, bool)
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 ¶
func (o *EnvironmentBillOfMaterialsProduct) GetConsole() EnvironmentBillOfMaterialsProductConsole
GetConsole returns the Console field value if set, zero value otherwise.
func (*EnvironmentBillOfMaterialsProduct) GetConsoleOk ¶
func (o *EnvironmentBillOfMaterialsProduct) GetConsoleOk() (*EnvironmentBillOfMaterialsProductConsole, bool)
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 ¶
func (o *EnvironmentBillOfMaterialsProduct) GetDeployment() ResourceRelationshipReadOnly
GetDeployment returns the Deployment field value if set, zero value otherwise.
func (*EnvironmentBillOfMaterialsProduct) GetDeploymentOk ¶
func (o *EnvironmentBillOfMaterialsProduct) GetDeploymentOk() (*ResourceRelationshipReadOnly, bool)
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 ¶
func (o *EnvironmentBillOfMaterialsProduct) GetId() uuid.UUID
GetId returns the Id field value if set, zero value otherwise.
func (*EnvironmentBillOfMaterialsProduct) GetIdOk ¶
func (o *EnvironmentBillOfMaterialsProduct) 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 (*EnvironmentBillOfMaterialsProduct) GetSoftwareLicense ¶
func (o *EnvironmentBillOfMaterialsProduct) GetSoftwareLicense() ResourceRelationshipGeneric
GetSoftwareLicense returns the SoftwareLicense field value if set, zero value otherwise.
func (*EnvironmentBillOfMaterialsProduct) GetSoftwareLicenseOk ¶
func (o *EnvironmentBillOfMaterialsProduct) GetSoftwareLicenseOk() (*ResourceRelationshipGeneric, bool)
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 ¶
func (o *EnvironmentBillOfMaterialsProduct) GetTags() []string
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 ¶
func (o *EnvironmentBillOfMaterialsProduct) GetType() EnvironmentBillOfMaterialsProductType
GetType returns the Type field value
func (*EnvironmentBillOfMaterialsProduct) GetTypeOk ¶
func (o *EnvironmentBillOfMaterialsProduct) GetTypeOk() (*EnvironmentBillOfMaterialsProductType, bool)
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 ¶
func (o *EnvironmentBillOfMaterialsProduct) HasId() bool
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 ¶
func (o *EnvironmentBillOfMaterialsProduct) HasTags() bool
HasTags returns a boolean if a field has been set.
func (EnvironmentBillOfMaterialsProduct) LogValue ¶
func (o EnvironmentBillOfMaterialsProduct) LogValue() slog.Value
func (EnvironmentBillOfMaterialsProduct) MarshalJSON ¶
func (o EnvironmentBillOfMaterialsProduct) MarshalJSON() ([]byte, error)
func (*EnvironmentBillOfMaterialsProduct) SetBookmarks ¶
func (o *EnvironmentBillOfMaterialsProduct) SetBookmarks(v []EnvironmentBillOfMaterialsProductBookmark)
SetBookmarks gets a reference to the given []EnvironmentBillOfMaterialsProductBookmark and assigns it to the Bookmarks field.
func (*EnvironmentBillOfMaterialsProduct) SetConsole ¶
func (o *EnvironmentBillOfMaterialsProduct) SetConsole(v EnvironmentBillOfMaterialsProductConsole)
SetConsole gets a reference to the given EnvironmentBillOfMaterialsProductConsole and assigns it to the Console field.
func (*EnvironmentBillOfMaterialsProduct) SetDeployment ¶
func (o *EnvironmentBillOfMaterialsProduct) SetDeployment(v ResourceRelationshipReadOnly)
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 ¶
func (o *EnvironmentBillOfMaterialsProduct) SetId(v uuid.UUID)
SetId gets a reference to the given uuid.UUID and assigns it to the Id field.
func (*EnvironmentBillOfMaterialsProduct) SetSoftwareLicense ¶
func (o *EnvironmentBillOfMaterialsProduct) SetSoftwareLicense(v ResourceRelationshipGeneric)
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 ¶
func (o *EnvironmentBillOfMaterialsProduct) SetType(v EnvironmentBillOfMaterialsProductType)
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 ¶
func (o *EnvironmentBillOfMaterialsProductBookmark) GetHref() string
GetHref returns the Href field value
func (*EnvironmentBillOfMaterialsProductBookmark) GetHrefOk ¶
func (o *EnvironmentBillOfMaterialsProductBookmark) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.
func (*EnvironmentBillOfMaterialsProductBookmark) GetName ¶
func (o *EnvironmentBillOfMaterialsProductBookmark) GetName() string
GetName returns the Name field value
func (*EnvironmentBillOfMaterialsProductBookmark) GetNameOk ¶
func (o *EnvironmentBillOfMaterialsProductBookmark) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (EnvironmentBillOfMaterialsProductBookmark) LogValue ¶
func (o EnvironmentBillOfMaterialsProductBookmark) LogValue() slog.Value
func (EnvironmentBillOfMaterialsProductBookmark) MarshalJSON ¶
func (o EnvironmentBillOfMaterialsProductBookmark) MarshalJSON() ([]byte, error)
func (*EnvironmentBillOfMaterialsProductBookmark) SetHref ¶
func (o *EnvironmentBillOfMaterialsProductBookmark) SetHref(v string)
SetHref sets field value
func (*EnvironmentBillOfMaterialsProductBookmark) SetName ¶
func (o *EnvironmentBillOfMaterialsProductBookmark) SetName(v string)
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 ¶
func (o *EnvironmentBillOfMaterialsProductConsole) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*EnvironmentBillOfMaterialsProductConsole) GetHrefOk ¶
func (o *EnvironmentBillOfMaterialsProductConsole) GetHrefOk() (*string, bool)
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
func (o *EnvironmentBillOfMaterialsProductConsole) HasHref() bool
HasHref returns a boolean if a field has been set.
func (EnvironmentBillOfMaterialsProductConsole) LogValue ¶
func (o EnvironmentBillOfMaterialsProductConsole) LogValue() slog.Value
func (EnvironmentBillOfMaterialsProductConsole) MarshalJSON ¶
func (o EnvironmentBillOfMaterialsProductConsole) MarshalJSON() ([]byte, error)
func (*EnvironmentBillOfMaterialsProductConsole) SetHref ¶
func (o *EnvironmentBillOfMaterialsProductConsole) SetHref(v string)
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 ¶
func (v EnvironmentBillOfMaterialsProductType) IsValid() bool
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 ¶
func (o *EnvironmentBillOfMaterialsReplaceRequest) GetProducts() []EnvironmentBillOfMaterialsProduct
GetProducts returns the Products field value
func (*EnvironmentBillOfMaterialsReplaceRequest) GetProductsOk ¶
func (o *EnvironmentBillOfMaterialsReplaceRequest) GetProductsOk() ([]EnvironmentBillOfMaterialsProduct, bool)
GetProductsOk returns a tuple with the Products field value and a boolean to check if the value has been set.
func (EnvironmentBillOfMaterialsReplaceRequest) LogValue ¶
func (o EnvironmentBillOfMaterialsReplaceRequest) LogValue() slog.Value
func (EnvironmentBillOfMaterialsReplaceRequest) MarshalJSON ¶
func (o EnvironmentBillOfMaterialsReplaceRequest) MarshalJSON() ([]byte, error)
func (*EnvironmentBillOfMaterialsReplaceRequest) SetProducts ¶
func (o *EnvironmentBillOfMaterialsReplaceRequest) SetProducts(v []EnvironmentBillOfMaterialsProduct)
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.
func (*EnvironmentBillOfMaterialsResponse) GetLinks ¶
func (o *EnvironmentBillOfMaterialsResponse) GetLinks() map[string]JSONHALLink
GetLinks returns the Links field value if set, zero value otherwise.
func (*EnvironmentBillOfMaterialsResponse) GetLinksOk ¶
func (o *EnvironmentBillOfMaterialsResponse) GetLinksOk() (map[string]JSONHALLink, 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 (*EnvironmentBillOfMaterialsResponse) GetProducts ¶
func (o *EnvironmentBillOfMaterialsResponse) GetProducts() []EnvironmentBillOfMaterialsProduct
GetProducts returns the Products field value if set, zero value otherwise.
func (*EnvironmentBillOfMaterialsResponse) GetProductsOk ¶
func (o *EnvironmentBillOfMaterialsResponse) GetProductsOk() ([]EnvironmentBillOfMaterialsProduct, bool)
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.
func (*EnvironmentBillOfMaterialsResponse) HasLinks ¶
func (o *EnvironmentBillOfMaterialsResponse) HasLinks() bool
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 (o EnvironmentBillOfMaterialsResponse) LogValue() slog.Value
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.
func (*EnvironmentBillOfMaterialsResponse) SetLinks ¶
func (o *EnvironmentBillOfMaterialsResponse) SetLinks(v map[string]JSONHALLink)
SetLinks gets a reference to the given map[string]JSONHALLink and assigns it to the Links field.
func (*EnvironmentBillOfMaterialsResponse) SetProducts ¶
func (o *EnvironmentBillOfMaterialsResponse) SetProducts(v []EnvironmentBillOfMaterialsProduct)
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 ¶
func (v EnvironmentBillOfMaterialsSolutionType) IsValid() bool
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.
func (*EnvironmentCapabilities) GetLinks ¶
func (o *EnvironmentCapabilities) GetLinks() EnvironmentCapabilitiesLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*EnvironmentCapabilities) GetLinksOk ¶
func (o *EnvironmentCapabilities) GetLinksOk() (*EnvironmentCapabilitiesLinks, 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 (*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 (*EnvironmentCapabilities) HasLinks ¶
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.
func (*EnvironmentCapabilities) SetLinks ¶
func (o *EnvironmentCapabilities) SetLinks(v EnvironmentCapabilitiesLinks)
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 ¶
type EnvironmentCapabilitiesLinks struct {
Self *JSONHALLink `json:"self,omitempty"`
AdditionalProperties map[string]interface{}
}
EnvironmentCapabilitiesLinks struct for EnvironmentCapabilitiesLinks
func NewEnvironmentCapabilitiesLinks ¶
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 ¶
func (o *EnvironmentCapabilitiesLinks) GetSelf() JSONHALLink
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 (o EnvironmentCapabilitiesLinks) LogValue() slog.Value
func (EnvironmentCapabilitiesLinks) MarshalJSON ¶
func (o EnvironmentCapabilitiesLinks) MarshalJSON() ([]byte, error)
func (*EnvironmentCapabilitiesLinks) SetSelf ¶
func (o *EnvironmentCapabilitiesLinks) SetSelf(v JSONHALLink)
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 ¶
func (o *EnvironmentCreateRequest) GetLicense() EnvironmentLicense
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 ¶
func (o *EnvironmentCreateRequest) GetRegion() EnvironmentRegionCode
GetRegion returns the Region field value
func (*EnvironmentCreateRequest) GetRegionOk ¶
func (o *EnvironmentCreateRequest) GetRegionOk() (*EnvironmentRegionCode, bool)
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
func (o *EnvironmentCreateRequest) GetSubtype() EnvironmentCreateRequestSubtype
GetSubtype returns the Subtype field value if set, zero value otherwise.
func (*EnvironmentCreateRequest) GetSubtypeOk ¶ added in v0.3.1
func (o *EnvironmentCreateRequest) GetSubtypeOk() (*EnvironmentCreateRequestSubtype, 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 (*EnvironmentCreateRequest) GetType ¶
func (o *EnvironmentCreateRequest) GetType() EnvironmentTypeValue
GetType returns the Type field value
func (*EnvironmentCreateRequest) GetTypeOk ¶
func (o *EnvironmentCreateRequest) GetTypeOk() (*EnvironmentTypeValue, bool)
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 ¶
func (o *EnvironmentCreateRequest) SetLicense(v EnvironmentLicense)
SetLicense sets field value
func (*EnvironmentCreateRequest) SetName ¶
func (o *EnvironmentCreateRequest) SetName(v string)
SetName sets field value
func (*EnvironmentCreateRequest) SetRegion ¶
func (o *EnvironmentCreateRequest) SetRegion(v EnvironmentRegionCode)
SetRegion sets field value
func (*EnvironmentCreateRequest) SetSubtype ¶ added in v0.3.1
func (o *EnvironmentCreateRequest) SetSubtype(v EnvironmentCreateRequestSubtype)
SetSubtype gets a reference to the given EnvironmentCreateRequestSubtype and assigns it to the Subtype field.
func (*EnvironmentCreateRequest) SetType ¶
func (o *EnvironmentCreateRequest) SetType(v EnvironmentTypeValue)
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
func (v EnvironmentCreateRequestSubtype) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnvironmentCreateRequestSubtype) Ptr ¶ added in v0.3.1
func (v EnvironmentCreateRequestSubtype) Ptr() *EnvironmentCreateRequestSubtype
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 ¶
func (o *EnvironmentLicenseQuantities) GetRlgAppRegRpm() EnvironmentAPILimit
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 ¶
func (o *EnvironmentLicenseQuantities) GetRlgAuditRps() EnvironmentAPILimit
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 ¶
func (o *EnvironmentLicenseQuantities) GetRlgAuthnRps() EnvironmentAPILimit
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 ¶
func (o *EnvironmentLicenseQuantities) GetRlgAuthzRps() EnvironmentAPILimit
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 ¶
func (o *EnvironmentLicenseQuantities) GetRlgConfigRpm() EnvironmentAPILimit
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 ¶
func (o *EnvironmentLicenseQuantities) GetRlgCredRpm() EnvironmentAPILimit
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 ¶
func (o *EnvironmentLicenseQuantities) GetRlgMfaRps() EnvironmentAPILimit
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 ¶
func (o *EnvironmentLicenseQuantities) GetRlgVerifyRpm() EnvironmentAPILimit
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 (o EnvironmentLicenseQuantities) LogValue() slog.Value
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 ¶
func (o *EnvironmentLicenseQuantities) SetRlgAuditRps(v EnvironmentAPILimit)
SetRlgAuditRps gets a reference to the given EnvironmentAPILimit and assigns it to the RlgAuditRps field.
func (*EnvironmentLicenseQuantities) SetRlgAuthnRps ¶
func (o *EnvironmentLicenseQuantities) SetRlgAuthnRps(v EnvironmentAPILimit)
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 ¶
func (o *EnvironmentLicenseQuantities) SetRlgAuthzRps(v EnvironmentAPILimit)
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 ¶
func (o *EnvironmentLicenseQuantities) SetRlgCredRpm(v EnvironmentAPILimit)
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 ¶
func (o *EnvironmentLicenseQuantities) SetRlgMfaRps(v EnvironmentAPILimit)
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 ¶
func (v EnvironmentRegionCode) Ptr() *EnvironmentRegionCode
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 ¶
func (o *EnvironmentReplaceRequest) GetBillOfMaterials() EnvironmentBillOfMaterialsReplaceRequest
GetBillOfMaterials returns the BillOfMaterials field value if set, zero value otherwise.
func (*EnvironmentReplaceRequest) GetBillOfMaterialsOk ¶
func (o *EnvironmentReplaceRequest) GetBillOfMaterialsOk() (*EnvironmentBillOfMaterialsReplaceRequest, 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 (*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 ¶
func (o *EnvironmentReplaceRequest) GetLicense() EnvironmentLicense
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 ¶
func (o *EnvironmentReplaceRequest) GetRegion() EnvironmentRegionCode
GetRegion returns the Region field value
func (*EnvironmentReplaceRequest) GetRegionOk ¶
func (o *EnvironmentReplaceRequest) GetRegionOk() (*EnvironmentRegionCode, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*EnvironmentReplaceRequest) GetStatus ¶
func (o *EnvironmentReplaceRequest) GetStatus() EnvironmentStatusValue
GetStatus returns the Status field value if set, zero value otherwise.
func (*EnvironmentReplaceRequest) GetStatusOk ¶
func (o *EnvironmentReplaceRequest) 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 (*EnvironmentReplaceRequest) GetSubtype ¶ added in v0.3.1
func (o *EnvironmentReplaceRequest) GetSubtype() EnvironmentReplaceRequestSubtype
GetSubtype returns the Subtype field value if set, zero value otherwise.
func (*EnvironmentReplaceRequest) GetSubtypeOk ¶ added in v0.3.1
func (o *EnvironmentReplaceRequest) GetSubtypeOk() (*EnvironmentReplaceRequestSubtype, 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 (*EnvironmentReplaceRequest) GetType ¶
func (o *EnvironmentReplaceRequest) GetType() EnvironmentTypeValue
GetType returns the Type field value
func (*EnvironmentReplaceRequest) GetTypeOk ¶
func (o *EnvironmentReplaceRequest) GetTypeOk() (*EnvironmentTypeValue, bool)
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 ¶
func (o *EnvironmentReplaceRequest) SetBillOfMaterials(v EnvironmentBillOfMaterialsReplaceRequest)
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 ¶
func (o *EnvironmentReplaceRequest) SetLicense(v EnvironmentLicense)
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 ¶
func (o *EnvironmentReplaceRequest) SetRegion(v EnvironmentRegionCode)
SetRegion sets field value
func (*EnvironmentReplaceRequest) SetStatus ¶
func (o *EnvironmentReplaceRequest) SetStatus(v EnvironmentStatusValue)
SetStatus gets a reference to the given EnvironmentStatusValue and assigns it to the Status field.
func (*EnvironmentReplaceRequest) SetSubtype ¶ added in v0.3.1
func (o *EnvironmentReplaceRequest) SetSubtype(v EnvironmentReplaceRequestSubtype)
SetSubtype gets a reference to the given EnvironmentReplaceRequestSubtype and assigns it to the Subtype field.
func (*EnvironmentReplaceRequest) SetType ¶
func (o *EnvironmentReplaceRequest) SetType(v EnvironmentTypeValue)
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
func (v EnvironmentReplaceRequestSubtype) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnvironmentReplaceRequestSubtype) Ptr ¶ added in v0.3.1
func (v EnvironmentReplaceRequestSubtype) Ptr() *EnvironmentReplaceRequestSubtype
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.
func (*EnvironmentResponse) GetLinks ¶
func (o *EnvironmentResponse) GetLinks() EnvironmentResponseLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*EnvironmentResponse) GetLinksOk ¶
func (o *EnvironmentResponse) GetLinksOk() (*EnvironmentResponseLinks, 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 (*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 ¶
func (o *EnvironmentResponse) GetOrganization() ResourceRelationshipReadOnly
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 ¶
func (o *EnvironmentResponse) GetRegion() EnvironmentRegionCode
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 ¶
func (o *EnvironmentResponse) GetStatus() EnvironmentStatusValue
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
func (o *EnvironmentResponse) GetSubtype() EnvironmentResponseSubtype
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 ¶
func (o *EnvironmentResponse) GetType() EnvironmentTypeValue
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 (*EnvironmentResponse) HasLinks ¶
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.
func (*EnvironmentResponse) SetLinks ¶
func (o *EnvironmentResponse) SetLinks(v EnvironmentResponseLinks)
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 ¶
func (o *EnvironmentResponse) SetRegion(v EnvironmentRegionCode)
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 ¶
func (o *EnvironmentResponse) SetStatus(v EnvironmentStatusValue)
SetStatus gets a reference to the given EnvironmentStatusValue and assigns it to the Status field.
func (*EnvironmentResponse) SetSubtype ¶ added in v0.3.1
func (o *EnvironmentResponse) SetSubtype(v EnvironmentResponseSubtype)
SetSubtype gets a reference to the given EnvironmentResponseSubtype and assigns it to the Subtype field.
func (*EnvironmentResponse) SetType ¶
func (o *EnvironmentResponse) SetType(v EnvironmentTypeValue)
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 ¶
type EnvironmentResponseLinks struct {
Self *JSONHALLink `json:"self,omitempty"`
AdditionalProperties map[string]interface{}
}
EnvironmentResponseLinks struct for EnvironmentResponseLinks
func NewEnvironmentResponseLinks ¶
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 ¶
func (o *EnvironmentResponseLinks) GetSelf() JSONHALLink
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
func (v EnvironmentResponseSubtype) Ptr() *EnvironmentResponseSubtype
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 ¶
func (v EnvironmentStatusValue) Ptr() *EnvironmentStatusValue
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 ¶
func (v EnvironmentTypeValue) Ptr() *EnvironmentTypeValue
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 ¶
func (a *EnvironmentsApiService) CreateEnvironment(ctx context.Context) ApiCreateEnvironmentRequest
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 ¶
func (a *EnvironmentsApiService) CreateEnvironmentExecute(r ApiCreateEnvironmentRequest) (*EnvironmentResponse, *http.Response, error)
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 ¶
func (a *EnvironmentsApiService) GetBillOfMaterialsByEnvironmentIdExecute(r ApiGetBillOfMaterialsByEnvironmentIdRequest) (*EnvironmentBillOfMaterialsResponse, *http.Response, error)
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 ¶
func (a *EnvironmentsApiService) GetEnvironmentByIdExecute(r ApiGetEnvironmentByIdRequest) (*EnvironmentResponse, *http.Response, error)
Execute executes the request
@return EnvironmentResponse
func (*EnvironmentsApiService) GetEnvironments ¶
func (a *EnvironmentsApiService) GetEnvironments(ctx context.Context) ApiGetEnvironmentsRequest
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 ¶
func (a *EnvironmentsApiService) GetEnvironmentsExecute(r ApiGetEnvironmentsRequest) PagedIterator[EnvironmentsCollectionResponse]
Execute executes the request
@return EnvironmentsCollectionResponse
func (*EnvironmentsApiService) GetEnvironmentsExecutePage ¶
func (a *EnvironmentsApiService) GetEnvironmentsExecutePage(r ApiGetEnvironmentsRequest, link *JSONHALLink) (*EnvironmentsCollectionResponse, *http.Response, error)
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 ¶
func (a *EnvironmentsApiService) ReplaceBillOfMaterialsByEnvironmentIdExecute(r ApiReplaceBillOfMaterialsByEnvironmentIdRequest) (*EnvironmentBillOfMaterialsResponse, *http.Response, error)
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 ¶
func (a *EnvironmentsApiService) ReplaceEnvironmentByIdExecute(r ApiReplaceEnvironmentByIdRequest) (*EnvironmentResponse, *http.Response, error)
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 ¶
func (o *EnvironmentsCollectionResponse) GetEmbedded() EnvironmentsCollectionResponseEmbedded
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*EnvironmentsCollectionResponse) GetEmbeddedOk ¶
func (o *EnvironmentsCollectionResponse) GetEmbeddedOk() (*EnvironmentsCollectionResponseEmbedded, 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 (*EnvironmentsCollectionResponse) GetLinks ¶
func (o *EnvironmentsCollectionResponse) GetLinks() EnvironmentsCollectionResponseLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*EnvironmentsCollectionResponse) GetLinksOk ¶
func (o *EnvironmentsCollectionResponse) GetLinksOk() (*EnvironmentsCollectionResponseLinks, 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 (*EnvironmentsCollectionResponse) GetSize ¶
func (o *EnvironmentsCollectionResponse) GetSize() int32
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 (*EnvironmentsCollectionResponse) HasLinks ¶
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 (o EnvironmentsCollectionResponse) LogValue() slog.Value
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 ¶
func (o *EnvironmentsCollectionResponse) SetEmbedded(v EnvironmentsCollectionResponseEmbedded)
SetEmbedded gets a reference to the given EnvironmentsCollectionResponseEmbedded and assigns it to the Embedded field.
func (*EnvironmentsCollectionResponse) SetLinks ¶
func (o *EnvironmentsCollectionResponse) SetLinks(v EnvironmentsCollectionResponseLinks)
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 ¶
func (o *EnvironmentsCollectionResponseEmbedded) GetEnvironments() []EnvironmentResponse
GetEnvironments returns the Environments field value if set, zero value otherwise.
func (*EnvironmentsCollectionResponseEmbedded) GetEnvironmentsOk ¶
func (o *EnvironmentsCollectionResponseEmbedded) GetEnvironmentsOk() ([]EnvironmentResponse, bool)
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 (o EnvironmentsCollectionResponseEmbedded) LogValue() slog.Value
func (EnvironmentsCollectionResponseEmbedded) MarshalJSON ¶
func (o EnvironmentsCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
func (*EnvironmentsCollectionResponseEmbedded) SetEnvironments ¶
func (o *EnvironmentsCollectionResponseEmbedded) SetEnvironments(v []EnvironmentResponse)
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 ¶
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 ¶
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 ¶
func (o *EnvironmentsCollectionResponseLinks) GetNext() JSONHALLink
GetNext returns the Next field value if set, zero value otherwise.
func (*EnvironmentsCollectionResponseLinks) GetNextOk ¶
func (o *EnvironmentsCollectionResponseLinks) GetNextOk() (*JSONHALLink, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentsCollectionResponseLinks) GetPrev ¶
func (o *EnvironmentsCollectionResponseLinks) GetPrev() JSONHALLink
GetPrev returns the Prev field value if set, zero value otherwise.
func (*EnvironmentsCollectionResponseLinks) GetPrevOk ¶
func (o *EnvironmentsCollectionResponseLinks) GetPrevOk() (*JSONHALLink, bool)
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 ¶
func (o *EnvironmentsCollectionResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value if set, zero value otherwise.
func (*EnvironmentsCollectionResponseLinks) GetSelfOk ¶
func (o *EnvironmentsCollectionResponseLinks) 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 (*EnvironmentsCollectionResponseLinks) HasNext ¶
func (o *EnvironmentsCollectionResponseLinks) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*EnvironmentsCollectionResponseLinks) HasPrev ¶
func (o *EnvironmentsCollectionResponseLinks) HasPrev() bool
HasPrev returns a boolean if a field has been set.
func (*EnvironmentsCollectionResponseLinks) HasSelf ¶
func (o *EnvironmentsCollectionResponseLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (EnvironmentsCollectionResponseLinks) LogValue ¶
func (o EnvironmentsCollectionResponseLinks) LogValue() slog.Value
func (EnvironmentsCollectionResponseLinks) MarshalJSON ¶
func (o EnvironmentsCollectionResponseLinks) MarshalJSON() ([]byte, error)
func (*EnvironmentsCollectionResponseLinks) SetNext ¶
func (o *EnvironmentsCollectionResponseLinks) SetNext(v JSONHALLink)
SetNext gets a reference to the given JSONHALLink and assigns it to the Next field.
func (*EnvironmentsCollectionResponseLinks) SetPrev ¶
func (o *EnvironmentsCollectionResponseLinks) SetPrev(v JSONHALLink)
SetPrev gets a reference to the given JSONHALLink and assigns it to the Prev field.
func (*EnvironmentsCollectionResponseLinks) SetSelf ¶
func (o *EnvironmentsCollectionResponseLinks) SetSelf(v JSONHALLink)
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
func (a *FlowPoliciesApiService) GetFlowPolicyByIdExecute(r ApiGetFlowPolicyByIdRequest) (*PingOneApplicationDaVinciFlowPolicy, *http.Response, error)
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 ¶
func (v ForbiddenErrorCode) Ptr() *ForbiddenErrorCode
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 ¶
func (o *ForbiddenErrorDetail) GetCode() ForbiddenErrorDetailCode
GetCode returns the Code field value
func (*ForbiddenErrorDetail) GetCodeOk ¶
func (o *ForbiddenErrorDetail) GetCodeOk() (*ForbiddenErrorDetailCode, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*ForbiddenErrorDetail) GetInnerError ¶
func (o *ForbiddenErrorDetail) GetInnerError() ForbiddenErrorDetailInnerError
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 ¶
func (o *ForbiddenErrorDetail) SetCode(v ForbiddenErrorDetailCode)
SetCode sets field value
func (*ForbiddenErrorDetail) SetInnerError ¶
func (o *ForbiddenErrorDetail) SetInnerError(v ForbiddenErrorDetailInnerError)
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 ¶
func (v ForbiddenErrorDetailCode) Ptr() *ForbiddenErrorDetailCode
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 (o ForbiddenErrorDetailInnerError) LogValue() slog.Value
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 ¶
func (o *InternalServerError) GetCode() InternalServerErrorCode
GetCode returns the Code field value
func (*InternalServerError) GetCodeOk ¶
func (o *InternalServerError) GetCodeOk() (*InternalServerErrorCode, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*InternalServerError) GetDetails ¶
func (o *InternalServerError) GetDetails() []InternalServerErrorDetail
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 ¶
func (o *InternalServerError) SetCode(v InternalServerErrorCode)
SetCode sets field value
func (*InternalServerError) SetDetails ¶
func (o *InternalServerError) SetDetails(v []InternalServerErrorDetail)
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 ¶
func (v InternalServerErrorCode) Ptr() *InternalServerErrorCode
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 ¶
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 ¶
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) 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 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) 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 ¶
func (v NotFoundErrorCode) Ptr() *NotFoundErrorCode
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 (v NullableBadRequestError) Get() *BadRequestError
func (NullableBadRequestError) IsSet ¶
func (v NullableBadRequestError) IsSet() bool
func (NullableBadRequestError) MarshalJSON ¶
func (v NullableBadRequestError) MarshalJSON() ([]byte, error)
func (*NullableBadRequestError) Set ¶
func (v *NullableBadRequestError) Set(val *BadRequestError)
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 NewNullableBadRequestErrorCode ¶
func NewNullableBadRequestErrorCode(val *BadRequestErrorCode) *NullableBadRequestErrorCode
func (NullableBadRequestErrorCode) Get ¶
func (v NullableBadRequestErrorCode) Get() *BadRequestErrorCode
func (NullableBadRequestErrorCode) IsSet ¶
func (v NullableBadRequestErrorCode) IsSet() bool
func (NullableBadRequestErrorCode) MarshalJSON ¶
func (v NullableBadRequestErrorCode) MarshalJSON() ([]byte, error)
func (*NullableBadRequestErrorCode) Set ¶
func (v *NullableBadRequestErrorCode) Set(val *BadRequestErrorCode)
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 NewNullableBadRequestErrorDetail ¶
func NewNullableBadRequestErrorDetail(val *BadRequestErrorDetail) *NullableBadRequestErrorDetail
func (NullableBadRequestErrorDetail) Get ¶
func (v NullableBadRequestErrorDetail) Get() *BadRequestErrorDetail
func (NullableBadRequestErrorDetail) IsSet ¶
func (v NullableBadRequestErrorDetail) IsSet() bool
func (NullableBadRequestErrorDetail) MarshalJSON ¶
func (v NullableBadRequestErrorDetail) MarshalJSON() ([]byte, error)
func (*NullableBadRequestErrorDetail) Set ¶
func (v *NullableBadRequestErrorDetail) Set(val *BadRequestErrorDetail)
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 NewNullableBadRequestErrorDetailCode ¶
func NewNullableBadRequestErrorDetailCode(val *BadRequestErrorDetailCode) *NullableBadRequestErrorDetailCode
func (NullableBadRequestErrorDetailCode) Get ¶
func (v NullableBadRequestErrorDetailCode) Get() *BadRequestErrorDetailCode
func (NullableBadRequestErrorDetailCode) IsSet ¶
func (v NullableBadRequestErrorDetailCode) IsSet() bool
func (NullableBadRequestErrorDetailCode) MarshalJSON ¶
func (v NullableBadRequestErrorDetailCode) MarshalJSON() ([]byte, error)
func (*NullableBadRequestErrorDetailCode) Set ¶
func (v *NullableBadRequestErrorDetailCode) Set(val *BadRequestErrorDetailCode)
func (*NullableBadRequestErrorDetailCode) UnmarshalJSON ¶
func (v *NullableBadRequestErrorDetailCode) UnmarshalJSON(src []byte) error
func (*NullableBadRequestErrorDetailCode) Unset ¶
func (v *NullableBadRequestErrorDetailCode) Unset()
type NullableBadRequestErrorDetailInnerError ¶
type NullableBadRequestErrorDetailInnerError struct {
// contains filtered or unexported fields
}
func NewNullableBadRequestErrorDetailInnerError ¶
func NewNullableBadRequestErrorDetailInnerError(val *BadRequestErrorDetailInnerError) *NullableBadRequestErrorDetailInnerError
func (NullableBadRequestErrorDetailInnerError) IsSet ¶
func (v NullableBadRequestErrorDetailInnerError) IsSet() bool
func (NullableBadRequestErrorDetailInnerError) MarshalJSON ¶
func (v NullableBadRequestErrorDetailInnerError) MarshalJSON() ([]byte, error)
func (*NullableBadRequestErrorDetailInnerError) Set ¶
func (v *NullableBadRequestErrorDetailInnerError) Set(val *BadRequestErrorDetailInnerError)
func (*NullableBadRequestErrorDetailInnerError) UnmarshalJSON ¶
func (v *NullableBadRequestErrorDetailInnerError) UnmarshalJSON(src []byte) error
func (*NullableBadRequestErrorDetailInnerError) Unset ¶
func (v *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 NewNullableDaVinciApplicationCollectionResponse ¶
func NewNullableDaVinciApplicationCollectionResponse(val *DaVinciApplicationCollectionResponse) *NullableDaVinciApplicationCollectionResponse
func (NullableDaVinciApplicationCollectionResponse) IsSet ¶
func (v NullableDaVinciApplicationCollectionResponse) IsSet() bool
func (NullableDaVinciApplicationCollectionResponse) MarshalJSON ¶
func (v NullableDaVinciApplicationCollectionResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciApplicationCollectionResponse) Set ¶
func (v *NullableDaVinciApplicationCollectionResponse) Set(val *DaVinciApplicationCollectionResponse)
func (*NullableDaVinciApplicationCollectionResponse) UnmarshalJSON ¶
func (v *NullableDaVinciApplicationCollectionResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciApplicationCollectionResponse) Unset ¶
func (v *NullableDaVinciApplicationCollectionResponse) Unset()
type NullableDaVinciApplicationCollectionResponseEmbedded ¶
type NullableDaVinciApplicationCollectionResponseEmbedded struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciApplicationCollectionResponseEmbedded ¶
func NewNullableDaVinciApplicationCollectionResponseEmbedded(val *DaVinciApplicationCollectionResponseEmbedded) *NullableDaVinciApplicationCollectionResponseEmbedded
func (NullableDaVinciApplicationCollectionResponseEmbedded) IsSet ¶
func (v NullableDaVinciApplicationCollectionResponseEmbedded) IsSet() bool
func (NullableDaVinciApplicationCollectionResponseEmbedded) MarshalJSON ¶
func (v NullableDaVinciApplicationCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
func (*NullableDaVinciApplicationCollectionResponseEmbedded) UnmarshalJSON ¶
func (v *NullableDaVinciApplicationCollectionResponseEmbedded) UnmarshalJSON(src []byte) error
func (*NullableDaVinciApplicationCollectionResponseEmbedded) Unset ¶
func (v *NullableDaVinciApplicationCollectionResponseEmbedded) Unset()
type NullableDaVinciApplicationCollectionResponseLinks ¶
type NullableDaVinciApplicationCollectionResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciApplicationCollectionResponseLinks ¶
func NewNullableDaVinciApplicationCollectionResponseLinks(val *DaVinciApplicationCollectionResponseLinks) *NullableDaVinciApplicationCollectionResponseLinks
func (NullableDaVinciApplicationCollectionResponseLinks) IsSet ¶
func (v NullableDaVinciApplicationCollectionResponseLinks) IsSet() bool
func (NullableDaVinciApplicationCollectionResponseLinks) MarshalJSON ¶
func (v NullableDaVinciApplicationCollectionResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciApplicationCollectionResponseLinks) UnmarshalJSON ¶
func (v *NullableDaVinciApplicationCollectionResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciApplicationCollectionResponseLinks) Unset ¶
func (v *NullableDaVinciApplicationCollectionResponseLinks) Unset()
type NullableDaVinciApplicationCreateRequest ¶
type NullableDaVinciApplicationCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciApplicationCreateRequest ¶
func NewNullableDaVinciApplicationCreateRequest(val *DaVinciApplicationCreateRequest) *NullableDaVinciApplicationCreateRequest
func (NullableDaVinciApplicationCreateRequest) IsSet ¶
func (v NullableDaVinciApplicationCreateRequest) IsSet() bool
func (NullableDaVinciApplicationCreateRequest) MarshalJSON ¶
func (v NullableDaVinciApplicationCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciApplicationCreateRequest) Set ¶
func (v *NullableDaVinciApplicationCreateRequest) Set(val *DaVinciApplicationCreateRequest)
func (*NullableDaVinciApplicationCreateRequest) UnmarshalJSON ¶
func (v *NullableDaVinciApplicationCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciApplicationCreateRequest) Unset ¶
func (v *NullableDaVinciApplicationCreateRequest) Unset()
type NullableDaVinciApplicationReplaceRequest ¶
type NullableDaVinciApplicationReplaceRequest struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciApplicationReplaceRequest ¶
func NewNullableDaVinciApplicationReplaceRequest(val *DaVinciApplicationReplaceRequest) *NullableDaVinciApplicationReplaceRequest
func (NullableDaVinciApplicationReplaceRequest) IsSet ¶
func (v NullableDaVinciApplicationReplaceRequest) IsSet() bool
func (NullableDaVinciApplicationReplaceRequest) MarshalJSON ¶
func (v NullableDaVinciApplicationReplaceRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciApplicationReplaceRequest) Set ¶
func (v *NullableDaVinciApplicationReplaceRequest) Set(val *DaVinciApplicationReplaceRequest)
func (*NullableDaVinciApplicationReplaceRequest) UnmarshalJSON ¶
func (v *NullableDaVinciApplicationReplaceRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciApplicationReplaceRequest) Unset ¶
func (v *NullableDaVinciApplicationReplaceRequest) Unset()
type NullableDaVinciApplicationReplaceRequestApiKey ¶ added in v0.5.0
type NullableDaVinciApplicationReplaceRequestApiKey struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciApplicationReplaceRequestApiKey ¶ added in v0.5.0
func NewNullableDaVinciApplicationReplaceRequestApiKey(val *DaVinciApplicationReplaceRequestApiKey) *NullableDaVinciApplicationReplaceRequestApiKey
func (NullableDaVinciApplicationReplaceRequestApiKey) IsSet ¶ added in v0.5.0
func (v NullableDaVinciApplicationReplaceRequestApiKey) IsSet() bool
func (NullableDaVinciApplicationReplaceRequestApiKey) MarshalJSON ¶ added in v0.5.0
func (v NullableDaVinciApplicationReplaceRequestApiKey) MarshalJSON() ([]byte, error)
func (*NullableDaVinciApplicationReplaceRequestApiKey) Set ¶ added in v0.5.0
func (v *NullableDaVinciApplicationReplaceRequestApiKey) Set(val *DaVinciApplicationReplaceRequestApiKey)
func (*NullableDaVinciApplicationReplaceRequestApiKey) UnmarshalJSON ¶ added in v0.5.0
func (v *NullableDaVinciApplicationReplaceRequestApiKey) UnmarshalJSON(src []byte) error
func (*NullableDaVinciApplicationReplaceRequestApiKey) Unset ¶ added in v0.5.0
func (v *NullableDaVinciApplicationReplaceRequestApiKey) Unset()
type NullableDaVinciApplicationReplaceRequestOAuth ¶
type NullableDaVinciApplicationReplaceRequestOAuth struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciApplicationReplaceRequestOAuth ¶
func NewNullableDaVinciApplicationReplaceRequestOAuth(val *DaVinciApplicationReplaceRequestOAuth) *NullableDaVinciApplicationReplaceRequestOAuth
func (NullableDaVinciApplicationReplaceRequestOAuth) IsSet ¶
func (v NullableDaVinciApplicationReplaceRequestOAuth) IsSet() bool
func (NullableDaVinciApplicationReplaceRequestOAuth) MarshalJSON ¶
func (v NullableDaVinciApplicationReplaceRequestOAuth) MarshalJSON() ([]byte, error)
func (*NullableDaVinciApplicationReplaceRequestOAuth) Set ¶
func (v *NullableDaVinciApplicationReplaceRequestOAuth) Set(val *DaVinciApplicationReplaceRequestOAuth)
func (*NullableDaVinciApplicationReplaceRequestOAuth) UnmarshalJSON ¶
func (v *NullableDaVinciApplicationReplaceRequestOAuth) UnmarshalJSON(src []byte) error
func (*NullableDaVinciApplicationReplaceRequestOAuth) Unset ¶
func (v *NullableDaVinciApplicationReplaceRequestOAuth) Unset()
type NullableDaVinciApplicationReplaceRequestOAuthGrantType ¶
type NullableDaVinciApplicationReplaceRequestOAuthGrantType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciApplicationReplaceRequestOAuthGrantType ¶
func NewNullableDaVinciApplicationReplaceRequestOAuthGrantType(val *DaVinciApplicationReplaceRequestOAuthGrantType) *NullableDaVinciApplicationReplaceRequestOAuthGrantType
func (NullableDaVinciApplicationReplaceRequestOAuthGrantType) IsSet ¶
func (v NullableDaVinciApplicationReplaceRequestOAuthGrantType) IsSet() bool
func (NullableDaVinciApplicationReplaceRequestOAuthGrantType) MarshalJSON ¶
func (v NullableDaVinciApplicationReplaceRequestOAuthGrantType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciApplicationReplaceRequestOAuthGrantType) UnmarshalJSON ¶
func (v *NullableDaVinciApplicationReplaceRequestOAuthGrantType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciApplicationReplaceRequestOAuthGrantType) Unset ¶
func (v *NullableDaVinciApplicationReplaceRequestOAuthGrantType) Unset()
type NullableDaVinciApplicationReplaceRequestOAuthScope ¶
type NullableDaVinciApplicationReplaceRequestOAuthScope struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciApplicationReplaceRequestOAuthScope ¶
func NewNullableDaVinciApplicationReplaceRequestOAuthScope(val *DaVinciApplicationReplaceRequestOAuthScope) *NullableDaVinciApplicationReplaceRequestOAuthScope
func (NullableDaVinciApplicationReplaceRequestOAuthScope) IsSet ¶
func (v NullableDaVinciApplicationReplaceRequestOAuthScope) IsSet() bool
func (NullableDaVinciApplicationReplaceRequestOAuthScope) MarshalJSON ¶
func (v NullableDaVinciApplicationReplaceRequestOAuthScope) MarshalJSON() ([]byte, error)
func (*NullableDaVinciApplicationReplaceRequestOAuthScope) UnmarshalJSON ¶
func (v *NullableDaVinciApplicationReplaceRequestOAuthScope) UnmarshalJSON(src []byte) error
func (*NullableDaVinciApplicationReplaceRequestOAuthScope) Unset ¶
func (v *NullableDaVinciApplicationReplaceRequestOAuthScope) Unset()
type NullableDaVinciApplicationResponse ¶
type NullableDaVinciApplicationResponse struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciApplicationResponse ¶
func NewNullableDaVinciApplicationResponse(val *DaVinciApplicationResponse) *NullableDaVinciApplicationResponse
func (NullableDaVinciApplicationResponse) Get ¶
func (v NullableDaVinciApplicationResponse) Get() *DaVinciApplicationResponse
func (NullableDaVinciApplicationResponse) IsSet ¶
func (v NullableDaVinciApplicationResponse) IsSet() bool
func (NullableDaVinciApplicationResponse) MarshalJSON ¶
func (v NullableDaVinciApplicationResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciApplicationResponse) Set ¶
func (v *NullableDaVinciApplicationResponse) Set(val *DaVinciApplicationResponse)
func (*NullableDaVinciApplicationResponse) UnmarshalJSON ¶
func (v *NullableDaVinciApplicationResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciApplicationResponse) Unset ¶
func (v *NullableDaVinciApplicationResponse) Unset()
type NullableDaVinciApplicationResponseApiKey ¶
type NullableDaVinciApplicationResponseApiKey struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciApplicationResponseApiKey ¶
func NewNullableDaVinciApplicationResponseApiKey(val *DaVinciApplicationResponseApiKey) *NullableDaVinciApplicationResponseApiKey
func (NullableDaVinciApplicationResponseApiKey) IsSet ¶
func (v NullableDaVinciApplicationResponseApiKey) IsSet() bool
func (NullableDaVinciApplicationResponseApiKey) MarshalJSON ¶
func (v NullableDaVinciApplicationResponseApiKey) MarshalJSON() ([]byte, error)
func (*NullableDaVinciApplicationResponseApiKey) Set ¶
func (v *NullableDaVinciApplicationResponseApiKey) Set(val *DaVinciApplicationResponseApiKey)
func (*NullableDaVinciApplicationResponseApiKey) UnmarshalJSON ¶
func (v *NullableDaVinciApplicationResponseApiKey) UnmarshalJSON(src []byte) error
func (*NullableDaVinciApplicationResponseApiKey) Unset ¶
func (v *NullableDaVinciApplicationResponseApiKey) Unset()
type NullableDaVinciApplicationResponseLinks ¶
type NullableDaVinciApplicationResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciApplicationResponseLinks ¶
func NewNullableDaVinciApplicationResponseLinks(val *DaVinciApplicationResponseLinks) *NullableDaVinciApplicationResponseLinks
func (NullableDaVinciApplicationResponseLinks) IsSet ¶
func (v NullableDaVinciApplicationResponseLinks) IsSet() bool
func (NullableDaVinciApplicationResponseLinks) MarshalJSON ¶
func (v NullableDaVinciApplicationResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciApplicationResponseLinks) Set ¶
func (v *NullableDaVinciApplicationResponseLinks) Set(val *DaVinciApplicationResponseLinks)
func (*NullableDaVinciApplicationResponseLinks) UnmarshalJSON ¶
func (v *NullableDaVinciApplicationResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciApplicationResponseLinks) Unset ¶
func (v *NullableDaVinciApplicationResponseLinks) Unset()
type NullableDaVinciApplicationResponseOAuth ¶
type NullableDaVinciApplicationResponseOAuth struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciApplicationResponseOAuth ¶
func NewNullableDaVinciApplicationResponseOAuth(val *DaVinciApplicationResponseOAuth) *NullableDaVinciApplicationResponseOAuth
func (NullableDaVinciApplicationResponseOAuth) IsSet ¶
func (v NullableDaVinciApplicationResponseOAuth) IsSet() bool
func (NullableDaVinciApplicationResponseOAuth) MarshalJSON ¶
func (v NullableDaVinciApplicationResponseOAuth) MarshalJSON() ([]byte, error)
func (*NullableDaVinciApplicationResponseOAuth) Set ¶
func (v *NullableDaVinciApplicationResponseOAuth) Set(val *DaVinciApplicationResponseOAuth)
func (*NullableDaVinciApplicationResponseOAuth) UnmarshalJSON ¶
func (v *NullableDaVinciApplicationResponseOAuth) UnmarshalJSON(src []byte) error
func (*NullableDaVinciApplicationResponseOAuth) Unset ¶
func (v *NullableDaVinciApplicationResponseOAuth) Unset()
type NullableDaVinciApplicationResponseOAuthGrantType ¶
type NullableDaVinciApplicationResponseOAuthGrantType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciApplicationResponseOAuthGrantType ¶
func NewNullableDaVinciApplicationResponseOAuthGrantType(val *DaVinciApplicationResponseOAuthGrantType) *NullableDaVinciApplicationResponseOAuthGrantType
func (NullableDaVinciApplicationResponseOAuthGrantType) IsSet ¶
func (v NullableDaVinciApplicationResponseOAuthGrantType) IsSet() bool
func (NullableDaVinciApplicationResponseOAuthGrantType) MarshalJSON ¶
func (v NullableDaVinciApplicationResponseOAuthGrantType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciApplicationResponseOAuthGrantType) UnmarshalJSON ¶
func (v *NullableDaVinciApplicationResponseOAuthGrantType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciApplicationResponseOAuthGrantType) Unset ¶
func (v *NullableDaVinciApplicationResponseOAuthGrantType) Unset()
type NullableDaVinciApplicationResponseOAuthScope ¶
type NullableDaVinciApplicationResponseOAuthScope struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciApplicationResponseOAuthScope ¶
func NewNullableDaVinciApplicationResponseOAuthScope(val *DaVinciApplicationResponseOAuthScope) *NullableDaVinciApplicationResponseOAuthScope
func (NullableDaVinciApplicationResponseOAuthScope) IsSet ¶
func (v NullableDaVinciApplicationResponseOAuthScope) IsSet() bool
func (NullableDaVinciApplicationResponseOAuthScope) MarshalJSON ¶
func (v NullableDaVinciApplicationResponseOAuthScope) MarshalJSON() ([]byte, error)
func (*NullableDaVinciApplicationResponseOAuthScope) Set ¶
func (v *NullableDaVinciApplicationResponseOAuthScope) Set(val *DaVinciApplicationResponseOAuthScope)
func (*NullableDaVinciApplicationResponseOAuthScope) UnmarshalJSON ¶
func (v *NullableDaVinciApplicationResponseOAuthScope) UnmarshalJSON(src []byte) error
func (*NullableDaVinciApplicationResponseOAuthScope) Unset ¶
func (v *NullableDaVinciApplicationResponseOAuthScope) Unset()
type NullableDaVinciConnectorCollectionMinimalResponse ¶
type NullableDaVinciConnectorCollectionMinimalResponse struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorCollectionMinimalResponse ¶
func NewNullableDaVinciConnectorCollectionMinimalResponse(val *DaVinciConnectorCollectionMinimalResponse) *NullableDaVinciConnectorCollectionMinimalResponse
func (NullableDaVinciConnectorCollectionMinimalResponse) IsSet ¶
func (v NullableDaVinciConnectorCollectionMinimalResponse) IsSet() bool
func (NullableDaVinciConnectorCollectionMinimalResponse) MarshalJSON ¶
func (v NullableDaVinciConnectorCollectionMinimalResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorCollectionMinimalResponse) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorCollectionMinimalResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorCollectionMinimalResponse) Unset ¶
func (v *NullableDaVinciConnectorCollectionMinimalResponse) Unset()
type NullableDaVinciConnectorCollectionMinimalResponseEmbedded ¶
type NullableDaVinciConnectorCollectionMinimalResponseEmbedded struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorCollectionMinimalResponseEmbedded ¶
func NewNullableDaVinciConnectorCollectionMinimalResponseEmbedded(val *DaVinciConnectorCollectionMinimalResponseEmbedded) *NullableDaVinciConnectorCollectionMinimalResponseEmbedded
func (NullableDaVinciConnectorCollectionMinimalResponseEmbedded) IsSet ¶
func (v NullableDaVinciConnectorCollectionMinimalResponseEmbedded) IsSet() bool
func (NullableDaVinciConnectorCollectionMinimalResponseEmbedded) MarshalJSON ¶
func (v NullableDaVinciConnectorCollectionMinimalResponseEmbedded) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorCollectionMinimalResponseEmbedded) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorCollectionMinimalResponseEmbedded) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorCollectionMinimalResponseEmbedded) Unset ¶
func (v *NullableDaVinciConnectorCollectionMinimalResponseEmbedded) Unset()
type NullableDaVinciConnectorCollectionMinimalResponseLinks ¶
type NullableDaVinciConnectorCollectionMinimalResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorCollectionMinimalResponseLinks ¶
func NewNullableDaVinciConnectorCollectionMinimalResponseLinks(val *DaVinciConnectorCollectionMinimalResponseLinks) *NullableDaVinciConnectorCollectionMinimalResponseLinks
func (NullableDaVinciConnectorCollectionMinimalResponseLinks) IsSet ¶
func (v NullableDaVinciConnectorCollectionMinimalResponseLinks) IsSet() bool
func (NullableDaVinciConnectorCollectionMinimalResponseLinks) MarshalJSON ¶
func (v NullableDaVinciConnectorCollectionMinimalResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorCollectionMinimalResponseLinks) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorCollectionMinimalResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorCollectionMinimalResponseLinks) Unset ¶
func (v *NullableDaVinciConnectorCollectionMinimalResponseLinks) Unset()
type NullableDaVinciConnectorDetailsResponse ¶
type NullableDaVinciConnectorDetailsResponse struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorDetailsResponse ¶
func NewNullableDaVinciConnectorDetailsResponse(val *DaVinciConnectorDetailsResponse) *NullableDaVinciConnectorDetailsResponse
func (NullableDaVinciConnectorDetailsResponse) IsSet ¶
func (v NullableDaVinciConnectorDetailsResponse) IsSet() bool
func (NullableDaVinciConnectorDetailsResponse) MarshalJSON ¶
func (v NullableDaVinciConnectorDetailsResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorDetailsResponse) Set ¶
func (v *NullableDaVinciConnectorDetailsResponse) Set(val *DaVinciConnectorDetailsResponse)
func (*NullableDaVinciConnectorDetailsResponse) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorDetailsResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorDetailsResponse) Unset ¶
func (v *NullableDaVinciConnectorDetailsResponse) Unset()
type NullableDaVinciConnectorDetailsResponseAccountConfigView ¶
type NullableDaVinciConnectorDetailsResponseAccountConfigView struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorDetailsResponseAccountConfigView ¶
func NewNullableDaVinciConnectorDetailsResponseAccountConfigView(val *DaVinciConnectorDetailsResponseAccountConfigView) *NullableDaVinciConnectorDetailsResponseAccountConfigView
func (NullableDaVinciConnectorDetailsResponseAccountConfigView) IsSet ¶
func (v NullableDaVinciConnectorDetailsResponseAccountConfigView) IsSet() bool
func (NullableDaVinciConnectorDetailsResponseAccountConfigView) MarshalJSON ¶
func (v NullableDaVinciConnectorDetailsResponseAccountConfigView) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorDetailsResponseAccountConfigView) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorDetailsResponseAccountConfigView) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorDetailsResponseAccountConfigView) Unset ¶
func (v *NullableDaVinciConnectorDetailsResponseAccountConfigView) Unset()
type NullableDaVinciConnectorDetailsResponseCredentialsView ¶
type NullableDaVinciConnectorDetailsResponseCredentialsView struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorDetailsResponseCredentialsView ¶
func NewNullableDaVinciConnectorDetailsResponseCredentialsView(val *DaVinciConnectorDetailsResponseCredentialsView) *NullableDaVinciConnectorDetailsResponseCredentialsView
func (NullableDaVinciConnectorDetailsResponseCredentialsView) IsSet ¶
func (v NullableDaVinciConnectorDetailsResponseCredentialsView) IsSet() bool
func (NullableDaVinciConnectorDetailsResponseCredentialsView) MarshalJSON ¶
func (v NullableDaVinciConnectorDetailsResponseCredentialsView) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorDetailsResponseCredentialsView) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorDetailsResponseCredentialsView) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorDetailsResponseCredentialsView) Unset ¶
func (v *NullableDaVinciConnectorDetailsResponseCredentialsView) Unset()
type NullableDaVinciConnectorDetailsResponseFlowSection ¶
type NullableDaVinciConnectorDetailsResponseFlowSection struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorDetailsResponseFlowSection ¶
func NewNullableDaVinciConnectorDetailsResponseFlowSection(val *DaVinciConnectorDetailsResponseFlowSection) *NullableDaVinciConnectorDetailsResponseFlowSection
func (NullableDaVinciConnectorDetailsResponseFlowSection) IsSet ¶
func (v NullableDaVinciConnectorDetailsResponseFlowSection) IsSet() bool
func (NullableDaVinciConnectorDetailsResponseFlowSection) MarshalJSON ¶
func (v NullableDaVinciConnectorDetailsResponseFlowSection) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorDetailsResponseFlowSection) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorDetailsResponseFlowSection) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorDetailsResponseFlowSection) Unset ¶
func (v *NullableDaVinciConnectorDetailsResponseFlowSection) Unset()
type NullableDaVinciConnectorDetailsResponseLinks ¶
type NullableDaVinciConnectorDetailsResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorDetailsResponseLinks ¶
func NewNullableDaVinciConnectorDetailsResponseLinks(val *DaVinciConnectorDetailsResponseLinks) *NullableDaVinciConnectorDetailsResponseLinks
func (NullableDaVinciConnectorDetailsResponseLinks) IsSet ¶
func (v NullableDaVinciConnectorDetailsResponseLinks) IsSet() bool
func (NullableDaVinciConnectorDetailsResponseLinks) MarshalJSON ¶
func (v NullableDaVinciConnectorDetailsResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorDetailsResponseLinks) Set ¶
func (v *NullableDaVinciConnectorDetailsResponseLinks) Set(val *DaVinciConnectorDetailsResponseLinks)
func (*NullableDaVinciConnectorDetailsResponseLinks) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorDetailsResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorDetailsResponseLinks) Unset ¶
func (v *NullableDaVinciConnectorDetailsResponseLinks) Unset()
type NullableDaVinciConnectorDetailsResponseSection ¶
type NullableDaVinciConnectorDetailsResponseSection struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorDetailsResponseSection ¶
func NewNullableDaVinciConnectorDetailsResponseSection(val *DaVinciConnectorDetailsResponseSection) *NullableDaVinciConnectorDetailsResponseSection
func (NullableDaVinciConnectorDetailsResponseSection) IsSet ¶
func (v NullableDaVinciConnectorDetailsResponseSection) IsSet() bool
func (NullableDaVinciConnectorDetailsResponseSection) MarshalJSON ¶
func (v NullableDaVinciConnectorDetailsResponseSection) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorDetailsResponseSection) Set ¶
func (v *NullableDaVinciConnectorDetailsResponseSection) Set(val *DaVinciConnectorDetailsResponseSection)
func (*NullableDaVinciConnectorDetailsResponseSection) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorDetailsResponseSection) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorDetailsResponseSection) Unset ¶
func (v *NullableDaVinciConnectorDetailsResponseSection) Unset()
type NullableDaVinciConnectorInstanceCollectionResponse ¶
type NullableDaVinciConnectorInstanceCollectionResponse struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorInstanceCollectionResponse ¶
func NewNullableDaVinciConnectorInstanceCollectionResponse(val *DaVinciConnectorInstanceCollectionResponse) *NullableDaVinciConnectorInstanceCollectionResponse
func (NullableDaVinciConnectorInstanceCollectionResponse) IsSet ¶
func (v NullableDaVinciConnectorInstanceCollectionResponse) IsSet() bool
func (NullableDaVinciConnectorInstanceCollectionResponse) MarshalJSON ¶
func (v NullableDaVinciConnectorInstanceCollectionResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorInstanceCollectionResponse) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorInstanceCollectionResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorInstanceCollectionResponse) Unset ¶
func (v *NullableDaVinciConnectorInstanceCollectionResponse) Unset()
type NullableDaVinciConnectorInstanceCollectionResponseEmbedded ¶
type NullableDaVinciConnectorInstanceCollectionResponseEmbedded struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorInstanceCollectionResponseEmbedded ¶
func NewNullableDaVinciConnectorInstanceCollectionResponseEmbedded(val *DaVinciConnectorInstanceCollectionResponseEmbedded) *NullableDaVinciConnectorInstanceCollectionResponseEmbedded
func (NullableDaVinciConnectorInstanceCollectionResponseEmbedded) IsSet ¶
func (v NullableDaVinciConnectorInstanceCollectionResponseEmbedded) IsSet() bool
func (NullableDaVinciConnectorInstanceCollectionResponseEmbedded) MarshalJSON ¶
func (v NullableDaVinciConnectorInstanceCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorInstanceCollectionResponseEmbedded) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorInstanceCollectionResponseEmbedded) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorInstanceCollectionResponseEmbedded) Unset ¶
func (v *NullableDaVinciConnectorInstanceCollectionResponseEmbedded) Unset()
type NullableDaVinciConnectorInstanceCollectionResponseLinks ¶
type NullableDaVinciConnectorInstanceCollectionResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorInstanceCollectionResponseLinks ¶
func NewNullableDaVinciConnectorInstanceCollectionResponseLinks(val *DaVinciConnectorInstanceCollectionResponseLinks) *NullableDaVinciConnectorInstanceCollectionResponseLinks
func (NullableDaVinciConnectorInstanceCollectionResponseLinks) IsSet ¶
func (v NullableDaVinciConnectorInstanceCollectionResponseLinks) IsSet() bool
func (NullableDaVinciConnectorInstanceCollectionResponseLinks) MarshalJSON ¶
func (v NullableDaVinciConnectorInstanceCollectionResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorInstanceCollectionResponseLinks) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorInstanceCollectionResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorInstanceCollectionResponseLinks) Unset ¶
func (v *NullableDaVinciConnectorInstanceCollectionResponseLinks) Unset()
type NullableDaVinciConnectorInstanceCreateRequest ¶
type NullableDaVinciConnectorInstanceCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorInstanceCreateRequest ¶
func NewNullableDaVinciConnectorInstanceCreateRequest(val *DaVinciConnectorInstanceCreateRequest) *NullableDaVinciConnectorInstanceCreateRequest
func (NullableDaVinciConnectorInstanceCreateRequest) IsSet ¶
func (v NullableDaVinciConnectorInstanceCreateRequest) IsSet() bool
func (NullableDaVinciConnectorInstanceCreateRequest) MarshalJSON ¶
func (v NullableDaVinciConnectorInstanceCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorInstanceCreateRequest) Set ¶
func (v *NullableDaVinciConnectorInstanceCreateRequest) Set(val *DaVinciConnectorInstanceCreateRequest)
func (*NullableDaVinciConnectorInstanceCreateRequest) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorInstanceCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorInstanceCreateRequest) Unset ¶
func (v *NullableDaVinciConnectorInstanceCreateRequest) Unset()
type NullableDaVinciConnectorInstanceReplaceRequest ¶
type NullableDaVinciConnectorInstanceReplaceRequest struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorInstanceReplaceRequest ¶
func NewNullableDaVinciConnectorInstanceReplaceRequest(val *DaVinciConnectorInstanceReplaceRequest) *NullableDaVinciConnectorInstanceReplaceRequest
func (NullableDaVinciConnectorInstanceReplaceRequest) IsSet ¶
func (v NullableDaVinciConnectorInstanceReplaceRequest) IsSet() bool
func (NullableDaVinciConnectorInstanceReplaceRequest) MarshalJSON ¶
func (v NullableDaVinciConnectorInstanceReplaceRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorInstanceReplaceRequest) Set ¶
func (v *NullableDaVinciConnectorInstanceReplaceRequest) Set(val *DaVinciConnectorInstanceReplaceRequest)
func (*NullableDaVinciConnectorInstanceReplaceRequest) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorInstanceReplaceRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorInstanceReplaceRequest) Unset ¶
func (v *NullableDaVinciConnectorInstanceReplaceRequest) Unset()
type NullableDaVinciConnectorInstanceResponse ¶
type NullableDaVinciConnectorInstanceResponse struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorInstanceResponse ¶
func NewNullableDaVinciConnectorInstanceResponse(val *DaVinciConnectorInstanceResponse) *NullableDaVinciConnectorInstanceResponse
func (NullableDaVinciConnectorInstanceResponse) IsSet ¶
func (v NullableDaVinciConnectorInstanceResponse) IsSet() bool
func (NullableDaVinciConnectorInstanceResponse) MarshalJSON ¶
func (v NullableDaVinciConnectorInstanceResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorInstanceResponse) Set ¶
func (v *NullableDaVinciConnectorInstanceResponse) Set(val *DaVinciConnectorInstanceResponse)
func (*NullableDaVinciConnectorInstanceResponse) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorInstanceResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorInstanceResponse) Unset ¶
func (v *NullableDaVinciConnectorInstanceResponse) Unset()
type NullableDaVinciConnectorInstanceResponseLinks ¶
type NullableDaVinciConnectorInstanceResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorInstanceResponseLinks ¶
func NewNullableDaVinciConnectorInstanceResponseLinks(val *DaVinciConnectorInstanceResponseLinks) *NullableDaVinciConnectorInstanceResponseLinks
func (NullableDaVinciConnectorInstanceResponseLinks) IsSet ¶
func (v NullableDaVinciConnectorInstanceResponseLinks) IsSet() bool
func (NullableDaVinciConnectorInstanceResponseLinks) MarshalJSON ¶
func (v NullableDaVinciConnectorInstanceResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorInstanceResponseLinks) Set ¶
func (v *NullableDaVinciConnectorInstanceResponseLinks) Set(val *DaVinciConnectorInstanceResponseLinks)
func (*NullableDaVinciConnectorInstanceResponseLinks) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorInstanceResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorInstanceResponseLinks) Unset ¶
func (v *NullableDaVinciConnectorInstanceResponseLinks) Unset()
type NullableDaVinciConnectorMinimalResponse ¶
type NullableDaVinciConnectorMinimalResponse struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorMinimalResponse ¶
func NewNullableDaVinciConnectorMinimalResponse(val *DaVinciConnectorMinimalResponse) *NullableDaVinciConnectorMinimalResponse
func (NullableDaVinciConnectorMinimalResponse) IsSet ¶
func (v NullableDaVinciConnectorMinimalResponse) IsSet() bool
func (NullableDaVinciConnectorMinimalResponse) MarshalJSON ¶
func (v NullableDaVinciConnectorMinimalResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorMinimalResponse) Set ¶
func (v *NullableDaVinciConnectorMinimalResponse) Set(val *DaVinciConnectorMinimalResponse)
func (*NullableDaVinciConnectorMinimalResponse) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorMinimalResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorMinimalResponse) Unset ¶
func (v *NullableDaVinciConnectorMinimalResponse) Unset()
type NullableDaVinciConnectorMinimalResponseLinks ¶
type NullableDaVinciConnectorMinimalResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorMinimalResponseLinks ¶
func NewNullableDaVinciConnectorMinimalResponseLinks(val *DaVinciConnectorMinimalResponseLinks) *NullableDaVinciConnectorMinimalResponseLinks
func (NullableDaVinciConnectorMinimalResponseLinks) IsSet ¶
func (v NullableDaVinciConnectorMinimalResponseLinks) IsSet() bool
func (NullableDaVinciConnectorMinimalResponseLinks) MarshalJSON ¶
func (v NullableDaVinciConnectorMinimalResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorMinimalResponseLinks) Set ¶
func (v *NullableDaVinciConnectorMinimalResponseLinks) Set(val *DaVinciConnectorMinimalResponseLinks)
func (*NullableDaVinciConnectorMinimalResponseLinks) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorMinimalResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorMinimalResponseLinks) Unset ¶
func (v *NullableDaVinciConnectorMinimalResponseLinks) Unset()
type NullableDaVinciConnectorMinimalResponseMetadata ¶
type NullableDaVinciConnectorMinimalResponseMetadata struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorMinimalResponseMetadata ¶
func NewNullableDaVinciConnectorMinimalResponseMetadata(val *DaVinciConnectorMinimalResponseMetadata) *NullableDaVinciConnectorMinimalResponseMetadata
func (NullableDaVinciConnectorMinimalResponseMetadata) IsSet ¶
func (v NullableDaVinciConnectorMinimalResponseMetadata) IsSet() bool
func (NullableDaVinciConnectorMinimalResponseMetadata) MarshalJSON ¶
func (v NullableDaVinciConnectorMinimalResponseMetadata) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorMinimalResponseMetadata) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorMinimalResponseMetadata) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorMinimalResponseMetadata) Unset ¶
func (v *NullableDaVinciConnectorMinimalResponseMetadata) Unset()
type NullableDaVinciConnectorMinimalResponseMetadataColors ¶
type NullableDaVinciConnectorMinimalResponseMetadataColors struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorMinimalResponseMetadataColors ¶
func NewNullableDaVinciConnectorMinimalResponseMetadataColors(val *DaVinciConnectorMinimalResponseMetadataColors) *NullableDaVinciConnectorMinimalResponseMetadataColors
func (NullableDaVinciConnectorMinimalResponseMetadataColors) IsSet ¶
func (v NullableDaVinciConnectorMinimalResponseMetadataColors) IsSet() bool
func (NullableDaVinciConnectorMinimalResponseMetadataColors) MarshalJSON ¶
func (v NullableDaVinciConnectorMinimalResponseMetadataColors) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorMinimalResponseMetadataColors) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorMinimalResponseMetadataColors) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorMinimalResponseMetadataColors) Unset ¶
func (v *NullableDaVinciConnectorMinimalResponseMetadataColors) Unset()
type NullableDaVinciConnectorMinimalResponseMetadataLogos ¶
type NullableDaVinciConnectorMinimalResponseMetadataLogos struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorMinimalResponseMetadataLogos ¶
func NewNullableDaVinciConnectorMinimalResponseMetadataLogos(val *DaVinciConnectorMinimalResponseMetadataLogos) *NullableDaVinciConnectorMinimalResponseMetadataLogos
func (NullableDaVinciConnectorMinimalResponseMetadataLogos) IsSet ¶
func (v NullableDaVinciConnectorMinimalResponseMetadataLogos) IsSet() bool
func (NullableDaVinciConnectorMinimalResponseMetadataLogos) MarshalJSON ¶
func (v NullableDaVinciConnectorMinimalResponseMetadataLogos) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorMinimalResponseMetadataLogos) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorMinimalResponseMetadataLogos) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorMinimalResponseMetadataLogos) Unset ¶
func (v *NullableDaVinciConnectorMinimalResponseMetadataLogos) Unset()
type NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas ¶
type NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorMinimalResponseMetadataLogosCanvas ¶
func NewNullableDaVinciConnectorMinimalResponseMetadataLogosCanvas(val *DaVinciConnectorMinimalResponseMetadataLogosCanvas) *NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas
func (NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) IsSet ¶
func (v NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) IsSet() bool
func (NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) MarshalJSON ¶
func (v NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) Unset ¶
func (v *NullableDaVinciConnectorMinimalResponseMetadataLogosCanvas) Unset()
type NullableDaVinciConnectorMinimalResponseMetadataType ¶
type NullableDaVinciConnectorMinimalResponseMetadataType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciConnectorMinimalResponseMetadataType ¶
func NewNullableDaVinciConnectorMinimalResponseMetadataType(val *DaVinciConnectorMinimalResponseMetadataType) *NullableDaVinciConnectorMinimalResponseMetadataType
func (NullableDaVinciConnectorMinimalResponseMetadataType) IsSet ¶
func (v NullableDaVinciConnectorMinimalResponseMetadataType) IsSet() bool
func (NullableDaVinciConnectorMinimalResponseMetadataType) MarshalJSON ¶
func (v NullableDaVinciConnectorMinimalResponseMetadataType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciConnectorMinimalResponseMetadataType) UnmarshalJSON ¶
func (v *NullableDaVinciConnectorMinimalResponseMetadataType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciConnectorMinimalResponseMetadataType) Unset ¶
func (v *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) IsSet ¶ added in v0.3.0
func (v NullableDaVinciExportFlowVersionResponse) IsSet() bool
func (NullableDaVinciExportFlowVersionResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciExportFlowVersionResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciExportFlowVersionResponse) Set ¶ added in v0.3.0
func (v *NullableDaVinciExportFlowVersionResponse) Set(val *DaVinciExportFlowVersionResponse)
func (*NullableDaVinciExportFlowVersionResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciExportFlowVersionResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciExportFlowVersionResponse) Unset ¶ added in v0.3.0
func (v *NullableDaVinciExportFlowVersionResponse) Unset()
type NullableDaVinciExportFlowVersionResponseConnector ¶ added in v0.3.0
type NullableDaVinciExportFlowVersionResponseConnector struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciExportFlowVersionResponseConnector ¶ added in v0.3.0
func NewNullableDaVinciExportFlowVersionResponseConnector(val *DaVinciExportFlowVersionResponseConnector) *NullableDaVinciExportFlowVersionResponseConnector
func (NullableDaVinciExportFlowVersionResponseConnector) IsSet ¶ added in v0.3.0
func (v NullableDaVinciExportFlowVersionResponseConnector) IsSet() bool
func (NullableDaVinciExportFlowVersionResponseConnector) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciExportFlowVersionResponseConnector) MarshalJSON() ([]byte, error)
func (*NullableDaVinciExportFlowVersionResponseConnector) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciExportFlowVersionResponseConnector) UnmarshalJSON(src []byte) error
func (*NullableDaVinciExportFlowVersionResponseConnector) Unset ¶ added in v0.3.0
func (v *NullableDaVinciExportFlowVersionResponseConnector) Unset()
type NullableDaVinciExportFlowVersionResponseEnvironment ¶ added in v0.3.0
type NullableDaVinciExportFlowVersionResponseEnvironment struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciExportFlowVersionResponseEnvironment ¶ added in v0.3.0
func NewNullableDaVinciExportFlowVersionResponseEnvironment(val *DaVinciExportFlowVersionResponseEnvironment) *NullableDaVinciExportFlowVersionResponseEnvironment
func (NullableDaVinciExportFlowVersionResponseEnvironment) IsSet ¶ added in v0.3.0
func (v NullableDaVinciExportFlowVersionResponseEnvironment) IsSet() bool
func (NullableDaVinciExportFlowVersionResponseEnvironment) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciExportFlowVersionResponseEnvironment) MarshalJSON() ([]byte, error)
func (*NullableDaVinciExportFlowVersionResponseEnvironment) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciExportFlowVersionResponseEnvironment) UnmarshalJSON(src []byte) error
func (*NullableDaVinciExportFlowVersionResponseEnvironment) Unset ¶ added in v0.3.0
func (v *NullableDaVinciExportFlowVersionResponseEnvironment) Unset()
type NullableDaVinciExportFlowVersionResponseFlow ¶ added in v0.3.0
type NullableDaVinciExportFlowVersionResponseFlow struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciExportFlowVersionResponseFlow ¶ added in v0.3.0
func NewNullableDaVinciExportFlowVersionResponseFlow(val *DaVinciExportFlowVersionResponseFlow) *NullableDaVinciExportFlowVersionResponseFlow
func (NullableDaVinciExportFlowVersionResponseFlow) IsSet ¶ added in v0.3.0
func (v NullableDaVinciExportFlowVersionResponseFlow) IsSet() bool
func (NullableDaVinciExportFlowVersionResponseFlow) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciExportFlowVersionResponseFlow) MarshalJSON() ([]byte, error)
func (*NullableDaVinciExportFlowVersionResponseFlow) Set ¶ added in v0.3.0
func (v *NullableDaVinciExportFlowVersionResponseFlow) Set(val *DaVinciExportFlowVersionResponseFlow)
func (*NullableDaVinciExportFlowVersionResponseFlow) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciExportFlowVersionResponseFlow) UnmarshalJSON(src []byte) error
func (*NullableDaVinciExportFlowVersionResponseFlow) Unset ¶ added in v0.3.0
func (v *NullableDaVinciExportFlowVersionResponseFlow) Unset()
type NullableDaVinciExportFlowVersionResponseLinks ¶ added in v0.3.0
type NullableDaVinciExportFlowVersionResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciExportFlowVersionResponseLinks ¶ added in v0.3.0
func NewNullableDaVinciExportFlowVersionResponseLinks(val *DaVinciExportFlowVersionResponseLinks) *NullableDaVinciExportFlowVersionResponseLinks
func (NullableDaVinciExportFlowVersionResponseLinks) IsSet ¶ added in v0.3.0
func (v NullableDaVinciExportFlowVersionResponseLinks) IsSet() bool
func (NullableDaVinciExportFlowVersionResponseLinks) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciExportFlowVersionResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciExportFlowVersionResponseLinks) Set ¶ added in v0.3.0
func (v *NullableDaVinciExportFlowVersionResponseLinks) Set(val *DaVinciExportFlowVersionResponseLinks)
func (*NullableDaVinciExportFlowVersionResponseLinks) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciExportFlowVersionResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciExportFlowVersionResponseLinks) Unset ¶ added in v0.3.0
func (v *NullableDaVinciExportFlowVersionResponseLinks) Unset()
type NullableDaVinciExportFlowVersionSubflowsResponse ¶ added in v0.3.0
type NullableDaVinciExportFlowVersionSubflowsResponse struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciExportFlowVersionSubflowsResponse ¶ added in v0.3.0
func NewNullableDaVinciExportFlowVersionSubflowsResponse(val *DaVinciExportFlowVersionSubflowsResponse) *NullableDaVinciExportFlowVersionSubflowsResponse
func (NullableDaVinciExportFlowVersionSubflowsResponse) IsSet ¶ added in v0.3.0
func (v NullableDaVinciExportFlowVersionSubflowsResponse) IsSet() bool
func (NullableDaVinciExportFlowVersionSubflowsResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciExportFlowVersionSubflowsResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciExportFlowVersionSubflowsResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciExportFlowVersionSubflowsResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciExportFlowVersionSubflowsResponse) Unset ¶ added in v0.3.0
func (v *NullableDaVinciExportFlowVersionSubflowsResponse) Unset()
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 (v NullableDaVinciFlowCollection) Get() *DaVinciFlowCollection
func (NullableDaVinciFlowCollection) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowCollection) IsSet() bool
func (NullableDaVinciFlowCollection) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowCollection) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowCollection) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowCollection) Set(val *DaVinciFlowCollection)
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 (v NullableDaVinciFlowCollectionEmbedded) Get() *DaVinciFlowCollectionEmbedded
func (NullableDaVinciFlowCollectionEmbedded) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowCollectionEmbedded) IsSet() bool
func (NullableDaVinciFlowCollectionEmbedded) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowCollectionEmbedded) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowCollectionEmbedded) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowCollectionEmbedded) Set(val *DaVinciFlowCollectionEmbedded)
func (*NullableDaVinciFlowCollectionEmbedded) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowCollectionEmbedded) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowCollectionEmbedded) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowCollectionEmbedded) Unset()
type NullableDaVinciFlowCollectionLinks ¶ added in v0.3.0
type NullableDaVinciFlowCollectionLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowCollectionLinks ¶ added in v0.3.0
func NewNullableDaVinciFlowCollectionLinks(val *DaVinciFlowCollectionLinks) *NullableDaVinciFlowCollectionLinks
func (NullableDaVinciFlowCollectionLinks) Get ¶ added in v0.3.0
func (v NullableDaVinciFlowCollectionLinks) Get() *DaVinciFlowCollectionLinks
func (NullableDaVinciFlowCollectionLinks) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowCollectionLinks) IsSet() bool
func (NullableDaVinciFlowCollectionLinks) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowCollectionLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowCollectionLinks) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowCollectionLinks) Set(val *DaVinciFlowCollectionLinks)
func (*NullableDaVinciFlowCollectionLinks) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowCollectionLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowCollectionLinks) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowCollectionLinks) Unset()
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 (v NullableDaVinciFlowCreateRequest) Get() *DaVinciFlowCreateRequest
func (NullableDaVinciFlowCreateRequest) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowCreateRequest) IsSet() bool
func (NullableDaVinciFlowCreateRequest) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowCreateRequest) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowCreateRequest) Set(val *DaVinciFlowCreateRequest)
func (*NullableDaVinciFlowCreateRequest) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowCreateRequest) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowCreateRequest) Unset()
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 (v NullableDaVinciFlowEnableRequest) Get() *DaVinciFlowEnableRequest
func (NullableDaVinciFlowEnableRequest) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowEnableRequest) IsSet() bool
func (NullableDaVinciFlowEnableRequest) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowEnableRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowEnableRequest) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowEnableRequest) Set(val *DaVinciFlowEnableRequest)
func (*NullableDaVinciFlowEnableRequest) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowEnableRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowEnableRequest) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowEnableRequest) Unset()
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 (v NullableDaVinciFlowEnabledResponse) Get() *DaVinciFlowEnabledResponse
func (NullableDaVinciFlowEnabledResponse) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowEnabledResponse) IsSet() bool
func (NullableDaVinciFlowEnabledResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowEnabledResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowEnabledResponse) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowEnabledResponse) Set(val *DaVinciFlowEnabledResponse)
func (*NullableDaVinciFlowEnabledResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowEnabledResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowEnabledResponse) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowEnabledResponse) Unset()
type NullableDaVinciFlowEnabledResponseLinks ¶ added in v0.3.0
type NullableDaVinciFlowEnabledResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowEnabledResponseLinks ¶ added in v0.3.0
func NewNullableDaVinciFlowEnabledResponseLinks(val *DaVinciFlowEnabledResponseLinks) *NullableDaVinciFlowEnabledResponseLinks
func (NullableDaVinciFlowEnabledResponseLinks) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowEnabledResponseLinks) IsSet() bool
func (NullableDaVinciFlowEnabledResponseLinks) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowEnabledResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowEnabledResponseLinks) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowEnabledResponseLinks) Set(val *DaVinciFlowEnabledResponseLinks)
func (*NullableDaVinciFlowEnabledResponseLinks) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowEnabledResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowEnabledResponseLinks) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowEnabledResponseLinks) Unset()
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 (v NullableDaVinciFlowGraphDataRequest) Get() *DaVinciFlowGraphDataRequest
func (NullableDaVinciFlowGraphDataRequest) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequest) IsSet() bool
func (NullableDaVinciFlowGraphDataRequest) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataRequest) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequest) Set(val *DaVinciFlowGraphDataRequest)
func (*NullableDaVinciFlowGraphDataRequest) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataRequest) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequest) Unset()
type NullableDaVinciFlowGraphDataRequestElements ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataRequestElements struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataRequestElements ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataRequestElements(val *DaVinciFlowGraphDataRequestElements) *NullableDaVinciFlowGraphDataRequestElements
func (NullableDaVinciFlowGraphDataRequestElements) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestElements) IsSet() bool
func (NullableDaVinciFlowGraphDataRequestElements) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestElements) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataRequestElements) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestElements) Set(val *DaVinciFlowGraphDataRequestElements)
func (*NullableDaVinciFlowGraphDataRequestElements) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestElements) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataRequestElements) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestElements) Unset()
type NullableDaVinciFlowGraphDataRequestElementsEdge ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataRequestElementsEdge struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataRequestElementsEdge ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataRequestElementsEdge(val *DaVinciFlowGraphDataRequestElementsEdge) *NullableDaVinciFlowGraphDataRequestElementsEdge
func (NullableDaVinciFlowGraphDataRequestElementsEdge) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestElementsEdge) IsSet() bool
func (NullableDaVinciFlowGraphDataRequestElementsEdge) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestElementsEdge) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataRequestElementsEdge) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestElementsEdge) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataRequestElementsEdge) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestElementsEdge) Unset()
type NullableDaVinciFlowGraphDataRequestElementsEdgeData ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataRequestElementsEdgeData struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataRequestElementsEdgeData ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataRequestElementsEdgeData(val *DaVinciFlowGraphDataRequestElementsEdgeData) *NullableDaVinciFlowGraphDataRequestElementsEdgeData
func (NullableDaVinciFlowGraphDataRequestElementsEdgeData) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestElementsEdgeData) IsSet() bool
func (NullableDaVinciFlowGraphDataRequestElementsEdgeData) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestElementsEdgeData) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataRequestElementsEdgeData) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestElementsEdgeData) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataRequestElementsEdgeData) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestElementsEdgeData) Unset()
type NullableDaVinciFlowGraphDataRequestElementsEdgePosition ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataRequestElementsEdgePosition struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataRequestElementsEdgePosition ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataRequestElementsEdgePosition(val *DaVinciFlowGraphDataRequestElementsEdgePosition) *NullableDaVinciFlowGraphDataRequestElementsEdgePosition
func (NullableDaVinciFlowGraphDataRequestElementsEdgePosition) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestElementsEdgePosition) IsSet() bool
func (NullableDaVinciFlowGraphDataRequestElementsEdgePosition) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestElementsEdgePosition) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataRequestElementsEdgePosition) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestElementsEdgePosition) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataRequestElementsEdgePosition) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestElementsEdgePosition) Unset()
type NullableDaVinciFlowGraphDataRequestElementsNode ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataRequestElementsNode struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataRequestElementsNode ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataRequestElementsNode(val *DaVinciFlowGraphDataRequestElementsNode) *NullableDaVinciFlowGraphDataRequestElementsNode
func (NullableDaVinciFlowGraphDataRequestElementsNode) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestElementsNode) IsSet() bool
func (NullableDaVinciFlowGraphDataRequestElementsNode) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestElementsNode) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataRequestElementsNode) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestElementsNode) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataRequestElementsNode) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestElementsNode) Unset()
type NullableDaVinciFlowGraphDataRequestElementsNodeData ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataRequestElementsNodeData struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataRequestElementsNodeData ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataRequestElementsNodeData(val *DaVinciFlowGraphDataRequestElementsNodeData) *NullableDaVinciFlowGraphDataRequestElementsNodeData
func (NullableDaVinciFlowGraphDataRequestElementsNodeData) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestElementsNodeData) IsSet() bool
func (NullableDaVinciFlowGraphDataRequestElementsNodeData) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestElementsNodeData) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataRequestElementsNodeData) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestElementsNodeData) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataRequestElementsNodeData) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestElementsNodeData) Unset()
type NullableDaVinciFlowGraphDataRequestElementsNodePosition ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataRequestElementsNodePosition struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataRequestElementsNodePosition ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataRequestElementsNodePosition(val *DaVinciFlowGraphDataRequestElementsNodePosition) *NullableDaVinciFlowGraphDataRequestElementsNodePosition
func (NullableDaVinciFlowGraphDataRequestElementsNodePosition) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestElementsNodePosition) IsSet() bool
func (NullableDaVinciFlowGraphDataRequestElementsNodePosition) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestElementsNodePosition) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataRequestElementsNodePosition) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestElementsNodePosition) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataRequestElementsNodePosition) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestElementsNodePosition) Unset()
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 (v NullableDaVinciFlowGraphDataRequestPan) Get() *DaVinciFlowGraphDataRequestPan
func (NullableDaVinciFlowGraphDataRequestPan) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestPan) IsSet() bool
func (NullableDaVinciFlowGraphDataRequestPan) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataRequestPan) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataRequestPan) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestPan) Set(val *DaVinciFlowGraphDataRequestPan)
func (*NullableDaVinciFlowGraphDataRequestPan) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestPan) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataRequestPan) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataRequestPan) Unset()
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 (v NullableDaVinciFlowGraphDataResponse) Get() *DaVinciFlowGraphDataResponse
func (NullableDaVinciFlowGraphDataResponse) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponse) IsSet() bool
func (NullableDaVinciFlowGraphDataResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataResponse) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponse) Set(val *DaVinciFlowGraphDataResponse)
func (*NullableDaVinciFlowGraphDataResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataResponse) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponse) Unset()
type NullableDaVinciFlowGraphDataResponseAllLinterError ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataResponseAllLinterError struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataResponseAllLinterError ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataResponseAllLinterError(val *DaVinciFlowGraphDataResponseAllLinterError) *NullableDaVinciFlowGraphDataResponseAllLinterError
func (NullableDaVinciFlowGraphDataResponseAllLinterError) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseAllLinterError) IsSet() bool
func (NullableDaVinciFlowGraphDataResponseAllLinterError) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseAllLinterError) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataResponseAllLinterError) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseAllLinterError) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataResponseAllLinterError) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseAllLinterError) Unset()
type NullableDaVinciFlowGraphDataResponseElements ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataResponseElements struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataResponseElements ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataResponseElements(val *DaVinciFlowGraphDataResponseElements) *NullableDaVinciFlowGraphDataResponseElements
func (NullableDaVinciFlowGraphDataResponseElements) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElements) IsSet() bool
func (NullableDaVinciFlowGraphDataResponseElements) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElements) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataResponseElements) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElements) Set(val *DaVinciFlowGraphDataResponseElements)
func (*NullableDaVinciFlowGraphDataResponseElements) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElements) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataResponseElements) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElements) Unset()
type NullableDaVinciFlowGraphDataResponseElementsEdge ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataResponseElementsEdge struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataResponseElementsEdge ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataResponseElementsEdge(val *DaVinciFlowGraphDataResponseElementsEdge) *NullableDaVinciFlowGraphDataResponseElementsEdge
func (NullableDaVinciFlowGraphDataResponseElementsEdge) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElementsEdge) IsSet() bool
func (NullableDaVinciFlowGraphDataResponseElementsEdge) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElementsEdge) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataResponseElementsEdge) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElementsEdge) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataResponseElementsEdge) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElementsEdge) Unset()
type NullableDaVinciFlowGraphDataResponseElementsEdgeData ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataResponseElementsEdgeData struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataResponseElementsEdgeData ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataResponseElementsEdgeData(val *DaVinciFlowGraphDataResponseElementsEdgeData) *NullableDaVinciFlowGraphDataResponseElementsEdgeData
func (NullableDaVinciFlowGraphDataResponseElementsEdgeData) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElementsEdgeData) IsSet() bool
func (NullableDaVinciFlowGraphDataResponseElementsEdgeData) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElementsEdgeData) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataResponseElementsEdgeData) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElementsEdgeData) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataResponseElementsEdgeData) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElementsEdgeData) Unset()
type NullableDaVinciFlowGraphDataResponseElementsEdgePosition ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataResponseElementsEdgePosition struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataResponseElementsEdgePosition ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataResponseElementsEdgePosition(val *DaVinciFlowGraphDataResponseElementsEdgePosition) *NullableDaVinciFlowGraphDataResponseElementsEdgePosition
func (NullableDaVinciFlowGraphDataResponseElementsEdgePosition) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElementsEdgePosition) IsSet() bool
func (NullableDaVinciFlowGraphDataResponseElementsEdgePosition) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElementsEdgePosition) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataResponseElementsEdgePosition) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElementsEdgePosition) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataResponseElementsEdgePosition) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElementsEdgePosition) Unset()
type NullableDaVinciFlowGraphDataResponseElementsNode ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataResponseElementsNode struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataResponseElementsNode ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataResponseElementsNode(val *DaVinciFlowGraphDataResponseElementsNode) *NullableDaVinciFlowGraphDataResponseElementsNode
func (NullableDaVinciFlowGraphDataResponseElementsNode) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElementsNode) IsSet() bool
func (NullableDaVinciFlowGraphDataResponseElementsNode) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElementsNode) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataResponseElementsNode) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElementsNode) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataResponseElementsNode) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElementsNode) Unset()
type NullableDaVinciFlowGraphDataResponseElementsNodeData ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataResponseElementsNodeData struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataResponseElementsNodeData ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataResponseElementsNodeData(val *DaVinciFlowGraphDataResponseElementsNodeData) *NullableDaVinciFlowGraphDataResponseElementsNodeData
func (NullableDaVinciFlowGraphDataResponseElementsNodeData) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElementsNodeData) IsSet() bool
func (NullableDaVinciFlowGraphDataResponseElementsNodeData) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElementsNodeData) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataResponseElementsNodeData) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElementsNodeData) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataResponseElementsNodeData) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElementsNodeData) Unset()
type NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem(val *DaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) *NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem
func (NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) IsSet() bool
func (NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElementsNodeDataLinterErrorItem) Unset()
type NullableDaVinciFlowGraphDataResponseElementsNodePosition ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataResponseElementsNodePosition struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataResponseElementsNodePosition ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataResponseElementsNodePosition(val *DaVinciFlowGraphDataResponseElementsNodePosition) *NullableDaVinciFlowGraphDataResponseElementsNodePosition
func (NullableDaVinciFlowGraphDataResponseElementsNodePosition) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElementsNodePosition) IsSet() bool
func (NullableDaVinciFlowGraphDataResponseElementsNodePosition) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseElementsNodePosition) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataResponseElementsNodePosition) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElementsNodePosition) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataResponseElementsNodePosition) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseElementsNodePosition) Unset()
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) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponsePan) IsSet() bool
func (NullableDaVinciFlowGraphDataResponsePan) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponsePan) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataResponsePan) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponsePan) Set(val *DaVinciFlowGraphDataResponsePan)
func (*NullableDaVinciFlowGraphDataResponsePan) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponsePan) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataResponsePan) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponsePan) Unset()
type NullableDaVinciFlowGraphDataResponseRenderer ¶ added in v0.3.0
type NullableDaVinciFlowGraphDataResponseRenderer struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowGraphDataResponseRenderer ¶ added in v0.3.0
func NewNullableDaVinciFlowGraphDataResponseRenderer(val *DaVinciFlowGraphDataResponseRenderer) *NullableDaVinciFlowGraphDataResponseRenderer
func (NullableDaVinciFlowGraphDataResponseRenderer) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseRenderer) IsSet() bool
func (NullableDaVinciFlowGraphDataResponseRenderer) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowGraphDataResponseRenderer) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowGraphDataResponseRenderer) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseRenderer) Set(val *DaVinciFlowGraphDataResponseRenderer)
func (*NullableDaVinciFlowGraphDataResponseRenderer) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseRenderer) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowGraphDataResponseRenderer) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowGraphDataResponseRenderer) Unset()
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) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowInputSchemaRequestItem) IsSet() bool
func (NullableDaVinciFlowInputSchemaRequestItem) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowInputSchemaRequestItem) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowInputSchemaRequestItem) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowInputSchemaRequestItem) Set(val *DaVinciFlowInputSchemaRequestItem)
func (*NullableDaVinciFlowInputSchemaRequestItem) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowInputSchemaRequestItem) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowInputSchemaRequestItem) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowInputSchemaRequestItem) Unset()
type NullableDaVinciFlowInputSchemaRequestItemPreferredControlType ¶ added in v0.3.0
type NullableDaVinciFlowInputSchemaRequestItemPreferredControlType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowInputSchemaRequestItemPreferredControlType ¶ added in v0.3.0
func NewNullableDaVinciFlowInputSchemaRequestItemPreferredControlType(val *DaVinciFlowInputSchemaRequestItemPreferredControlType) *NullableDaVinciFlowInputSchemaRequestItemPreferredControlType
func (NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) IsSet() bool
func (NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowInputSchemaRequestItemPreferredControlType) Unset()
type NullableDaVinciFlowInputSchemaRequestItemPreferredDataType ¶ added in v0.3.0
type NullableDaVinciFlowInputSchemaRequestItemPreferredDataType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowInputSchemaRequestItemPreferredDataType ¶ added in v0.3.0
func NewNullableDaVinciFlowInputSchemaRequestItemPreferredDataType(val *DaVinciFlowInputSchemaRequestItemPreferredDataType) *NullableDaVinciFlowInputSchemaRequestItemPreferredDataType
func (NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) IsSet() bool
func (NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowInputSchemaRequestItemPreferredDataType) Unset()
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) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowInputSchemaResponseItem) IsSet() bool
func (NullableDaVinciFlowInputSchemaResponseItem) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowInputSchemaResponseItem) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowInputSchemaResponseItem) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowInputSchemaResponseItem) Set(val *DaVinciFlowInputSchemaResponseItem)
func (*NullableDaVinciFlowInputSchemaResponseItem) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowInputSchemaResponseItem) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowInputSchemaResponseItem) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowInputSchemaResponseItem) Unset()
type NullableDaVinciFlowInputSchemaResponseItemPreferredDataType ¶ added in v0.3.0
type NullableDaVinciFlowInputSchemaResponseItemPreferredDataType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowInputSchemaResponseItemPreferredDataType ¶ added in v0.3.0
func NewNullableDaVinciFlowInputSchemaResponseItemPreferredDataType(val *DaVinciFlowInputSchemaResponseItemPreferredDataType) *NullableDaVinciFlowInputSchemaResponseItemPreferredDataType
func (NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) IsSet() bool
func (NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowInputSchemaResponseItemPreferredDataType) Unset()
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 (v NullableDaVinciFlowOutputSchemaRequest) Get() *DaVinciFlowOutputSchemaRequest
func (NullableDaVinciFlowOutputSchemaRequest) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowOutputSchemaRequest) IsSet() bool
func (NullableDaVinciFlowOutputSchemaRequest) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowOutputSchemaRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowOutputSchemaRequest) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaRequest) Set(val *DaVinciFlowOutputSchemaRequest)
func (*NullableDaVinciFlowOutputSchemaRequest) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowOutputSchemaRequest) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaRequest) Unset()
type NullableDaVinciFlowOutputSchemaRequestOutput ¶ added in v0.3.0
type NullableDaVinciFlowOutputSchemaRequestOutput struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowOutputSchemaRequestOutput ¶ added in v0.3.0
func NewNullableDaVinciFlowOutputSchemaRequestOutput(val *DaVinciFlowOutputSchemaRequestOutput) *NullableDaVinciFlowOutputSchemaRequestOutput
func (NullableDaVinciFlowOutputSchemaRequestOutput) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowOutputSchemaRequestOutput) IsSet() bool
func (NullableDaVinciFlowOutputSchemaRequestOutput) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowOutputSchemaRequestOutput) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowOutputSchemaRequestOutput) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaRequestOutput) Set(val *DaVinciFlowOutputSchemaRequestOutput)
func (*NullableDaVinciFlowOutputSchemaRequestOutput) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaRequestOutput) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowOutputSchemaRequestOutput) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaRequestOutput) Unset()
type NullableDaVinciFlowOutputSchemaRequestOutputType ¶ added in v0.3.0
type NullableDaVinciFlowOutputSchemaRequestOutputType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowOutputSchemaRequestOutputType ¶ added in v0.3.0
func NewNullableDaVinciFlowOutputSchemaRequestOutputType(val *DaVinciFlowOutputSchemaRequestOutputType) *NullableDaVinciFlowOutputSchemaRequestOutputType
func (NullableDaVinciFlowOutputSchemaRequestOutputType) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowOutputSchemaRequestOutputType) IsSet() bool
func (NullableDaVinciFlowOutputSchemaRequestOutputType) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowOutputSchemaRequestOutputType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowOutputSchemaRequestOutputType) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaRequestOutputType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowOutputSchemaRequestOutputType) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaRequestOutputType) Unset()
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) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowOutputSchemaResponse) IsSet() bool
func (NullableDaVinciFlowOutputSchemaResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowOutputSchemaResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowOutputSchemaResponse) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaResponse) Set(val *DaVinciFlowOutputSchemaResponse)
func (*NullableDaVinciFlowOutputSchemaResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowOutputSchemaResponse) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaResponse) Unset()
type NullableDaVinciFlowOutputSchemaResponseOutput ¶ added in v0.3.0
type NullableDaVinciFlowOutputSchemaResponseOutput struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowOutputSchemaResponseOutput ¶ added in v0.3.0
func NewNullableDaVinciFlowOutputSchemaResponseOutput(val *DaVinciFlowOutputSchemaResponseOutput) *NullableDaVinciFlowOutputSchemaResponseOutput
func (NullableDaVinciFlowOutputSchemaResponseOutput) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowOutputSchemaResponseOutput) IsSet() bool
func (NullableDaVinciFlowOutputSchemaResponseOutput) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowOutputSchemaResponseOutput) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowOutputSchemaResponseOutput) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaResponseOutput) Set(val *DaVinciFlowOutputSchemaResponseOutput)
func (*NullableDaVinciFlowOutputSchemaResponseOutput) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaResponseOutput) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowOutputSchemaResponseOutput) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaResponseOutput) Unset()
type NullableDaVinciFlowOutputSchemaResponseOutputType ¶ added in v0.3.0
type NullableDaVinciFlowOutputSchemaResponseOutputType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowOutputSchemaResponseOutputType ¶ added in v0.3.0
func NewNullableDaVinciFlowOutputSchemaResponseOutputType(val *DaVinciFlowOutputSchemaResponseOutputType) *NullableDaVinciFlowOutputSchemaResponseOutputType
func (NullableDaVinciFlowOutputSchemaResponseOutputType) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowOutputSchemaResponseOutputType) IsSet() bool
func (NullableDaVinciFlowOutputSchemaResponseOutputType) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowOutputSchemaResponseOutputType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowOutputSchemaResponseOutputType) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaResponseOutputType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowOutputSchemaResponseOutputType) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowOutputSchemaResponseOutputType) Unset()
type NullableDaVinciFlowPolicyCollection ¶
type NullableDaVinciFlowPolicyCollection struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyCollection ¶
func NewNullableDaVinciFlowPolicyCollection(val *DaVinciFlowPolicyCollection) *NullableDaVinciFlowPolicyCollection
func (NullableDaVinciFlowPolicyCollection) Get ¶
func (v NullableDaVinciFlowPolicyCollection) Get() *DaVinciFlowPolicyCollection
func (NullableDaVinciFlowPolicyCollection) IsSet ¶
func (v NullableDaVinciFlowPolicyCollection) IsSet() bool
func (NullableDaVinciFlowPolicyCollection) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyCollection) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyCollection) Set ¶
func (v *NullableDaVinciFlowPolicyCollection) Set(val *DaVinciFlowPolicyCollection)
func (*NullableDaVinciFlowPolicyCollection) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyCollection) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyCollection) Unset ¶
func (v *NullableDaVinciFlowPolicyCollection) Unset()
type NullableDaVinciFlowPolicyCollectionEmbedded ¶
type NullableDaVinciFlowPolicyCollectionEmbedded struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyCollectionEmbedded ¶
func NewNullableDaVinciFlowPolicyCollectionEmbedded(val *DaVinciFlowPolicyCollectionEmbedded) *NullableDaVinciFlowPolicyCollectionEmbedded
func (NullableDaVinciFlowPolicyCollectionEmbedded) IsSet ¶
func (v NullableDaVinciFlowPolicyCollectionEmbedded) IsSet() bool
func (NullableDaVinciFlowPolicyCollectionEmbedded) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyCollectionEmbedded) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyCollectionEmbedded) Set ¶
func (v *NullableDaVinciFlowPolicyCollectionEmbedded) Set(val *DaVinciFlowPolicyCollectionEmbedded)
func (*NullableDaVinciFlowPolicyCollectionEmbedded) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyCollectionEmbedded) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyCollectionEmbedded) Unset ¶
func (v *NullableDaVinciFlowPolicyCollectionEmbedded) Unset()
type NullableDaVinciFlowPolicyCollectionLinks ¶
type NullableDaVinciFlowPolicyCollectionLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyCollectionLinks ¶
func NewNullableDaVinciFlowPolicyCollectionLinks(val *DaVinciFlowPolicyCollectionLinks) *NullableDaVinciFlowPolicyCollectionLinks
func (NullableDaVinciFlowPolicyCollectionLinks) IsSet ¶
func (v NullableDaVinciFlowPolicyCollectionLinks) IsSet() bool
func (NullableDaVinciFlowPolicyCollectionLinks) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyCollectionLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyCollectionLinks) Set ¶
func (v *NullableDaVinciFlowPolicyCollectionLinks) Set(val *DaVinciFlowPolicyCollectionLinks)
func (*NullableDaVinciFlowPolicyCollectionLinks) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyCollectionLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyCollectionLinks) Unset ¶
func (v *NullableDaVinciFlowPolicyCollectionLinks) Unset()
type NullableDaVinciFlowPolicyCreateRequest ¶
type NullableDaVinciFlowPolicyCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyCreateRequest ¶
func NewNullableDaVinciFlowPolicyCreateRequest(val *DaVinciFlowPolicyCreateRequest) *NullableDaVinciFlowPolicyCreateRequest
func (NullableDaVinciFlowPolicyCreateRequest) Get ¶
func (v NullableDaVinciFlowPolicyCreateRequest) Get() *DaVinciFlowPolicyCreateRequest
func (NullableDaVinciFlowPolicyCreateRequest) IsSet ¶
func (v NullableDaVinciFlowPolicyCreateRequest) IsSet() bool
func (NullableDaVinciFlowPolicyCreateRequest) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyCreateRequest) Set ¶
func (v *NullableDaVinciFlowPolicyCreateRequest) Set(val *DaVinciFlowPolicyCreateRequest)
func (*NullableDaVinciFlowPolicyCreateRequest) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyCreateRequest) Unset ¶
func (v *NullableDaVinciFlowPolicyCreateRequest) Unset()
type NullableDaVinciFlowPolicyCreateRequestFlowDistribution ¶
type NullableDaVinciFlowPolicyCreateRequestFlowDistribution struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyCreateRequestFlowDistribution ¶
func NewNullableDaVinciFlowPolicyCreateRequestFlowDistribution(val *DaVinciFlowPolicyCreateRequestFlowDistribution) *NullableDaVinciFlowPolicyCreateRequestFlowDistribution
func (NullableDaVinciFlowPolicyCreateRequestFlowDistribution) IsSet ¶
func (v NullableDaVinciFlowPolicyCreateRequestFlowDistribution) IsSet() bool
func (NullableDaVinciFlowPolicyCreateRequestFlowDistribution) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyCreateRequestFlowDistribution) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyCreateRequestFlowDistribution) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyCreateRequestFlowDistribution) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyCreateRequestFlowDistribution) Unset ¶
func (v *NullableDaVinciFlowPolicyCreateRequestFlowDistribution) Unset()
type NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode ¶
type NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode ¶
func NewNullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode(val *DaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) *NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode
func (NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) IsSet ¶
func (v NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) IsSet() bool
func (NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) Unset ¶
func (v *NullableDaVinciFlowPolicyCreateRequestFlowDistributionSuccessNode) Unset()
type NullableDaVinciFlowPolicyCreateRequestStatus ¶
type NullableDaVinciFlowPolicyCreateRequestStatus struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyCreateRequestStatus ¶
func NewNullableDaVinciFlowPolicyCreateRequestStatus(val *DaVinciFlowPolicyCreateRequestStatus) *NullableDaVinciFlowPolicyCreateRequestStatus
func (NullableDaVinciFlowPolicyCreateRequestStatus) IsSet ¶
func (v NullableDaVinciFlowPolicyCreateRequestStatus) IsSet() bool
func (NullableDaVinciFlowPolicyCreateRequestStatus) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyCreateRequestStatus) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyCreateRequestStatus) Set ¶
func (v *NullableDaVinciFlowPolicyCreateRequestStatus) Set(val *DaVinciFlowPolicyCreateRequestStatus)
func (*NullableDaVinciFlowPolicyCreateRequestStatus) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyCreateRequestStatus) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyCreateRequestStatus) Unset ¶
func (v *NullableDaVinciFlowPolicyCreateRequestStatus) Unset()
type NullableDaVinciFlowPolicyCreateRequestTrigger ¶
type NullableDaVinciFlowPolicyCreateRequestTrigger struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyCreateRequestTrigger ¶
func NewNullableDaVinciFlowPolicyCreateRequestTrigger(val *DaVinciFlowPolicyCreateRequestTrigger) *NullableDaVinciFlowPolicyCreateRequestTrigger
func (NullableDaVinciFlowPolicyCreateRequestTrigger) IsSet ¶
func (v NullableDaVinciFlowPolicyCreateRequestTrigger) IsSet() bool
func (NullableDaVinciFlowPolicyCreateRequestTrigger) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyCreateRequestTrigger) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyCreateRequestTrigger) Set ¶
func (v *NullableDaVinciFlowPolicyCreateRequestTrigger) Set(val *DaVinciFlowPolicyCreateRequestTrigger)
func (*NullableDaVinciFlowPolicyCreateRequestTrigger) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyCreateRequestTrigger) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyCreateRequestTrigger) Unset ¶
func (v *NullableDaVinciFlowPolicyCreateRequestTrigger) Unset()
type NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration ¶
type NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyCreateRequestTriggerConfiguration ¶
func NewNullableDaVinciFlowPolicyCreateRequestTriggerConfiguration(val *DaVinciFlowPolicyCreateRequestTriggerConfiguration) *NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration
func (NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) IsSet ¶
func (v NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) IsSet() bool
func (NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) Unset ¶
func (v *NullableDaVinciFlowPolicyCreateRequestTriggerConfiguration) Unset()
type NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA ¶
type NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA ¶
func NewNullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA(val *DaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) *NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA
func (NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) IsSet ¶
func (v NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) IsSet() bool
func (NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) Unset ¶
func (v *NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationMFA) Unset()
type NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword ¶
type NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword ¶
func NewNullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword(val *DaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) *NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword
func (NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) IsSet ¶
func (v NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) IsSet() bool
func (NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) Unset ¶
func (v *NullableDaVinciFlowPolicyCreateRequestTriggerConfigurationPassword) Unset()
type NullableDaVinciFlowPolicyCreateRequestTriggerType ¶
type NullableDaVinciFlowPolicyCreateRequestTriggerType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyCreateRequestTriggerType ¶
func NewNullableDaVinciFlowPolicyCreateRequestTriggerType(val *DaVinciFlowPolicyCreateRequestTriggerType) *NullableDaVinciFlowPolicyCreateRequestTriggerType
func (NullableDaVinciFlowPolicyCreateRequestTriggerType) IsSet ¶
func (v NullableDaVinciFlowPolicyCreateRequestTriggerType) IsSet() bool
func (NullableDaVinciFlowPolicyCreateRequestTriggerType) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyCreateRequestTriggerType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyCreateRequestTriggerType) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyCreateRequestTriggerType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyCreateRequestTriggerType) Unset ¶
func (v *NullableDaVinciFlowPolicyCreateRequestTriggerType) Unset()
type NullableDaVinciFlowPolicyEventsCollection ¶
type NullableDaVinciFlowPolicyEventsCollection struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyEventsCollection ¶
func NewNullableDaVinciFlowPolicyEventsCollection(val *DaVinciFlowPolicyEventsCollection) *NullableDaVinciFlowPolicyEventsCollection
func (NullableDaVinciFlowPolicyEventsCollection) IsSet ¶
func (v NullableDaVinciFlowPolicyEventsCollection) IsSet() bool
func (NullableDaVinciFlowPolicyEventsCollection) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyEventsCollection) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyEventsCollection) Set ¶
func (v *NullableDaVinciFlowPolicyEventsCollection) Set(val *DaVinciFlowPolicyEventsCollection)
func (*NullableDaVinciFlowPolicyEventsCollection) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyEventsCollection) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyEventsCollection) Unset ¶
func (v *NullableDaVinciFlowPolicyEventsCollection) Unset()
type NullableDaVinciFlowPolicyEventsCollectionEmbedded ¶
type NullableDaVinciFlowPolicyEventsCollectionEmbedded struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyEventsCollectionEmbedded ¶
func NewNullableDaVinciFlowPolicyEventsCollectionEmbedded(val *DaVinciFlowPolicyEventsCollectionEmbedded) *NullableDaVinciFlowPolicyEventsCollectionEmbedded
func (NullableDaVinciFlowPolicyEventsCollectionEmbedded) IsSet ¶
func (v NullableDaVinciFlowPolicyEventsCollectionEmbedded) IsSet() bool
func (NullableDaVinciFlowPolicyEventsCollectionEmbedded) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyEventsCollectionEmbedded) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyEventsCollectionEmbedded) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyEventsCollectionEmbedded) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyEventsCollectionEmbedded) Unset ¶
func (v *NullableDaVinciFlowPolicyEventsCollectionEmbedded) Unset()
type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent ¶
type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent ¶
func NewNullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent(val *DaVinciFlowPolicyEventsCollectionEmbeddedEvent) *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent
func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) IsSet ¶
func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) IsSet() bool
func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) Unset ¶
func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEvent) Unset()
type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment ¶
type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment ¶
func NewNullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment(val *DaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment
func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) IsSet ¶
func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) IsSet() bool
func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) Unset ¶
func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEnvironment) Unset()
type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent ¶
type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent ¶
func NewNullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent(val *DaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent
func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) IsSet ¶
func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) IsSet() bool
func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) Unset ¶
func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventEvent) Unset()
type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow ¶
type NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow ¶
func NewNullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow(val *DaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow
func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) IsSet ¶
func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) IsSet() bool
func (NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) Unset ¶
func (v *NullableDaVinciFlowPolicyEventsCollectionEmbeddedEventFlow) Unset()
type NullableDaVinciFlowPolicyEventsCollectionLinks ¶
type NullableDaVinciFlowPolicyEventsCollectionLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyEventsCollectionLinks ¶
func NewNullableDaVinciFlowPolicyEventsCollectionLinks(val *DaVinciFlowPolicyEventsCollectionLinks) *NullableDaVinciFlowPolicyEventsCollectionLinks
func (NullableDaVinciFlowPolicyEventsCollectionLinks) IsSet ¶
func (v NullableDaVinciFlowPolicyEventsCollectionLinks) IsSet() bool
func (NullableDaVinciFlowPolicyEventsCollectionLinks) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyEventsCollectionLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyEventsCollectionLinks) Set ¶
func (v *NullableDaVinciFlowPolicyEventsCollectionLinks) Set(val *DaVinciFlowPolicyEventsCollectionLinks)
func (*NullableDaVinciFlowPolicyEventsCollectionLinks) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyEventsCollectionLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyEventsCollectionLinks) Unset ¶
func (v *NullableDaVinciFlowPolicyEventsCollectionLinks) Unset()
type NullableDaVinciFlowPolicyReplaceRequest ¶
type NullableDaVinciFlowPolicyReplaceRequest struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyReplaceRequest ¶
func NewNullableDaVinciFlowPolicyReplaceRequest(val *DaVinciFlowPolicyReplaceRequest) *NullableDaVinciFlowPolicyReplaceRequest
func (NullableDaVinciFlowPolicyReplaceRequest) IsSet ¶
func (v NullableDaVinciFlowPolicyReplaceRequest) IsSet() bool
func (NullableDaVinciFlowPolicyReplaceRequest) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyReplaceRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyReplaceRequest) Set ¶
func (v *NullableDaVinciFlowPolicyReplaceRequest) Set(val *DaVinciFlowPolicyReplaceRequest)
func (*NullableDaVinciFlowPolicyReplaceRequest) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyReplaceRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyReplaceRequest) Unset ¶
func (v *NullableDaVinciFlowPolicyReplaceRequest) Unset()
type NullableDaVinciFlowPolicyReplaceRequestFlowDistribution ¶
type NullableDaVinciFlowPolicyReplaceRequestFlowDistribution struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyReplaceRequestFlowDistribution ¶
func NewNullableDaVinciFlowPolicyReplaceRequestFlowDistribution(val *DaVinciFlowPolicyReplaceRequestFlowDistribution) *NullableDaVinciFlowPolicyReplaceRequestFlowDistribution
func (NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) IsSet ¶
func (v NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) IsSet() bool
func (NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) Unset ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestFlowDistribution) Unset()
type NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode ¶
type NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode ¶
func NewNullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode(val *DaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) *NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode
func (NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) IsSet ¶
func (v NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) IsSet() bool
func (NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) Unset ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestFlowDistributionSuccessNode) Unset()
type NullableDaVinciFlowPolicyReplaceRequestStatus ¶
type NullableDaVinciFlowPolicyReplaceRequestStatus struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyReplaceRequestStatus ¶
func NewNullableDaVinciFlowPolicyReplaceRequestStatus(val *DaVinciFlowPolicyReplaceRequestStatus) *NullableDaVinciFlowPolicyReplaceRequestStatus
func (NullableDaVinciFlowPolicyReplaceRequestStatus) IsSet ¶
func (v NullableDaVinciFlowPolicyReplaceRequestStatus) IsSet() bool
func (NullableDaVinciFlowPolicyReplaceRequestStatus) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyReplaceRequestStatus) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyReplaceRequestStatus) Set ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestStatus) Set(val *DaVinciFlowPolicyReplaceRequestStatus)
func (*NullableDaVinciFlowPolicyReplaceRequestStatus) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestStatus) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyReplaceRequestStatus) Unset ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestStatus) Unset()
type NullableDaVinciFlowPolicyReplaceRequestTrigger ¶
type NullableDaVinciFlowPolicyReplaceRequestTrigger struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyReplaceRequestTrigger ¶
func NewNullableDaVinciFlowPolicyReplaceRequestTrigger(val *DaVinciFlowPolicyReplaceRequestTrigger) *NullableDaVinciFlowPolicyReplaceRequestTrigger
func (NullableDaVinciFlowPolicyReplaceRequestTrigger) IsSet ¶
func (v NullableDaVinciFlowPolicyReplaceRequestTrigger) IsSet() bool
func (NullableDaVinciFlowPolicyReplaceRequestTrigger) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyReplaceRequestTrigger) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyReplaceRequestTrigger) Set ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestTrigger) Set(val *DaVinciFlowPolicyReplaceRequestTrigger)
func (*NullableDaVinciFlowPolicyReplaceRequestTrigger) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestTrigger) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyReplaceRequestTrigger) Unset ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestTrigger) Unset()
type NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration ¶
type NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration ¶
func NewNullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration(val *DaVinciFlowPolicyReplaceRequestTriggerConfiguration) *NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration
func (NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) IsSet ¶
func (v NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) IsSet() bool
func (NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) Unset ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerConfiguration) Unset()
type NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA ¶
type NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA ¶
func NewNullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA(val *DaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) *NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA
func (NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) IsSet ¶
func (v NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) IsSet() bool
func (NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) Unset ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationMFA) Unset()
type NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword ¶
type NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword ¶
func NewNullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword(val *DaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) *NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword
func (NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) IsSet ¶
func (v NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) IsSet() bool
func (NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) Unset ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerConfigurationPassword) Unset()
type NullableDaVinciFlowPolicyReplaceRequestTriggerType ¶
type NullableDaVinciFlowPolicyReplaceRequestTriggerType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyReplaceRequestTriggerType ¶
func NewNullableDaVinciFlowPolicyReplaceRequestTriggerType(val *DaVinciFlowPolicyReplaceRequestTriggerType) *NullableDaVinciFlowPolicyReplaceRequestTriggerType
func (NullableDaVinciFlowPolicyReplaceRequestTriggerType) IsSet ¶
func (v NullableDaVinciFlowPolicyReplaceRequestTriggerType) IsSet() bool
func (NullableDaVinciFlowPolicyReplaceRequestTriggerType) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyReplaceRequestTriggerType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyReplaceRequestTriggerType) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyReplaceRequestTriggerType) Unset ¶
func (v *NullableDaVinciFlowPolicyReplaceRequestTriggerType) Unset()
type NullableDaVinciFlowPolicyResponse ¶
type NullableDaVinciFlowPolicyResponse struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyResponse ¶
func NewNullableDaVinciFlowPolicyResponse(val *DaVinciFlowPolicyResponse) *NullableDaVinciFlowPolicyResponse
func (NullableDaVinciFlowPolicyResponse) Get ¶
func (v NullableDaVinciFlowPolicyResponse) Get() *DaVinciFlowPolicyResponse
func (NullableDaVinciFlowPolicyResponse) IsSet ¶
func (v NullableDaVinciFlowPolicyResponse) IsSet() bool
func (NullableDaVinciFlowPolicyResponse) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyResponse) Set ¶
func (v *NullableDaVinciFlowPolicyResponse) Set(val *DaVinciFlowPolicyResponse)
func (*NullableDaVinciFlowPolicyResponse) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyResponse) Unset ¶
func (v *NullableDaVinciFlowPolicyResponse) Unset()
type NullableDaVinciFlowPolicyResponseFlowDistribution ¶
type NullableDaVinciFlowPolicyResponseFlowDistribution struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyResponseFlowDistribution ¶
func NewNullableDaVinciFlowPolicyResponseFlowDistribution(val *DaVinciFlowPolicyResponseFlowDistribution) *NullableDaVinciFlowPolicyResponseFlowDistribution
func (NullableDaVinciFlowPolicyResponseFlowDistribution) IsSet ¶
func (v NullableDaVinciFlowPolicyResponseFlowDistribution) IsSet() bool
func (NullableDaVinciFlowPolicyResponseFlowDistribution) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyResponseFlowDistribution) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyResponseFlowDistribution) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyResponseFlowDistribution) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyResponseFlowDistribution) Unset ¶
func (v *NullableDaVinciFlowPolicyResponseFlowDistribution) Unset()
type NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode ¶
type NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode ¶
func NewNullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode(val *DaVinciFlowPolicyResponseFlowDistributionSuccessNode) *NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode
func (NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) IsSet ¶
func (v NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) IsSet() bool
func (NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) Unset ¶
func (v *NullableDaVinciFlowPolicyResponseFlowDistributionSuccessNode) Unset()
type NullableDaVinciFlowPolicyResponseLinks ¶
type NullableDaVinciFlowPolicyResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyResponseLinks ¶
func NewNullableDaVinciFlowPolicyResponseLinks(val *DaVinciFlowPolicyResponseLinks) *NullableDaVinciFlowPolicyResponseLinks
func (NullableDaVinciFlowPolicyResponseLinks) Get ¶
func (v NullableDaVinciFlowPolicyResponseLinks) Get() *DaVinciFlowPolicyResponseLinks
func (NullableDaVinciFlowPolicyResponseLinks) IsSet ¶
func (v NullableDaVinciFlowPolicyResponseLinks) IsSet() bool
func (NullableDaVinciFlowPolicyResponseLinks) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyResponseLinks) Set ¶
func (v *NullableDaVinciFlowPolicyResponseLinks) Set(val *DaVinciFlowPolicyResponseLinks)
func (*NullableDaVinciFlowPolicyResponseLinks) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyResponseLinks) Unset ¶
func (v *NullableDaVinciFlowPolicyResponseLinks) Unset()
type NullableDaVinciFlowPolicyResponseStatus ¶
type NullableDaVinciFlowPolicyResponseStatus struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyResponseStatus ¶
func NewNullableDaVinciFlowPolicyResponseStatus(val *DaVinciFlowPolicyResponseStatus) *NullableDaVinciFlowPolicyResponseStatus
func (NullableDaVinciFlowPolicyResponseStatus) IsSet ¶
func (v NullableDaVinciFlowPolicyResponseStatus) IsSet() bool
func (NullableDaVinciFlowPolicyResponseStatus) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyResponseStatus) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyResponseStatus) Set ¶
func (v *NullableDaVinciFlowPolicyResponseStatus) Set(val *DaVinciFlowPolicyResponseStatus)
func (*NullableDaVinciFlowPolicyResponseStatus) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyResponseStatus) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyResponseStatus) Unset ¶
func (v *NullableDaVinciFlowPolicyResponseStatus) Unset()
type NullableDaVinciFlowPolicyResponseTrigger ¶
type NullableDaVinciFlowPolicyResponseTrigger struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyResponseTrigger ¶
func NewNullableDaVinciFlowPolicyResponseTrigger(val *DaVinciFlowPolicyResponseTrigger) *NullableDaVinciFlowPolicyResponseTrigger
func (NullableDaVinciFlowPolicyResponseTrigger) IsSet ¶
func (v NullableDaVinciFlowPolicyResponseTrigger) IsSet() bool
func (NullableDaVinciFlowPolicyResponseTrigger) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyResponseTrigger) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyResponseTrigger) Set ¶
func (v *NullableDaVinciFlowPolicyResponseTrigger) Set(val *DaVinciFlowPolicyResponseTrigger)
func (*NullableDaVinciFlowPolicyResponseTrigger) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyResponseTrigger) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyResponseTrigger) Unset ¶
func (v *NullableDaVinciFlowPolicyResponseTrigger) Unset()
type NullableDaVinciFlowPolicyResponseTriggerConfiguration ¶
type NullableDaVinciFlowPolicyResponseTriggerConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyResponseTriggerConfiguration ¶
func NewNullableDaVinciFlowPolicyResponseTriggerConfiguration(val *DaVinciFlowPolicyResponseTriggerConfiguration) *NullableDaVinciFlowPolicyResponseTriggerConfiguration
func (NullableDaVinciFlowPolicyResponseTriggerConfiguration) IsSet ¶
func (v NullableDaVinciFlowPolicyResponseTriggerConfiguration) IsSet() bool
func (NullableDaVinciFlowPolicyResponseTriggerConfiguration) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyResponseTriggerConfiguration) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyResponseTriggerConfiguration) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyResponseTriggerConfiguration) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyResponseTriggerConfiguration) Unset ¶
func (v *NullableDaVinciFlowPolicyResponseTriggerConfiguration) Unset()
type NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA ¶
type NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyResponseTriggerConfigurationMFA ¶
func NewNullableDaVinciFlowPolicyResponseTriggerConfigurationMFA(val *DaVinciFlowPolicyResponseTriggerConfigurationMFA) *NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA
func (NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) IsSet ¶
func (v NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) IsSet() bool
func (NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) Unset ¶
func (v *NullableDaVinciFlowPolicyResponseTriggerConfigurationMFA) Unset()
type NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword ¶
type NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowPolicyResponseTriggerConfigurationPassword ¶
func NewNullableDaVinciFlowPolicyResponseTriggerConfigurationPassword(val *DaVinciFlowPolicyResponseTriggerConfigurationPassword) *NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword
func (NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) IsSet ¶
func (v NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) IsSet() bool
func (NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) MarshalJSON ¶
func (v NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) UnmarshalJSON ¶
func (v *NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyResponseTriggerConfigurationPassword) Unset ¶
func (v *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 (v NullableDaVinciFlowPolicyTrigger) Get() *DaVinciFlowPolicyTrigger
func (NullableDaVinciFlowPolicyTrigger) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowPolicyTrigger) IsSet() bool
func (NullableDaVinciFlowPolicyTrigger) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowPolicyTrigger) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyTrigger) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowPolicyTrigger) Set(val *DaVinciFlowPolicyTrigger)
func (*NullableDaVinciFlowPolicyTrigger) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowPolicyTrigger) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyTrigger) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowPolicyTrigger) Unset()
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 (v NullableDaVinciFlowPolicyTriggerType) Get() *DaVinciFlowPolicyTriggerType
func (NullableDaVinciFlowPolicyTriggerType) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowPolicyTriggerType) IsSet() bool
func (NullableDaVinciFlowPolicyTriggerType) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowPolicyTriggerType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowPolicyTriggerType) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowPolicyTriggerType) Set(val *DaVinciFlowPolicyTriggerType)
func (*NullableDaVinciFlowPolicyTriggerType) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowPolicyTriggerType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowPolicyTriggerType) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowPolicyTriggerType) Unset()
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 (v NullableDaVinciFlowReplaceRequest) Get() *DaVinciFlowReplaceRequest
func (NullableDaVinciFlowReplaceRequest) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowReplaceRequest) IsSet() bool
func (NullableDaVinciFlowReplaceRequest) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowReplaceRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowReplaceRequest) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowReplaceRequest) Set(val *DaVinciFlowReplaceRequest)
func (*NullableDaVinciFlowReplaceRequest) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowReplaceRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowReplaceRequest) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowReplaceRequest) Unset()
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 (v NullableDaVinciFlowResponse) Get() *DaVinciFlowResponse
func (NullableDaVinciFlowResponse) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowResponse) IsSet() bool
func (NullableDaVinciFlowResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowResponse) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowResponse) Set(val *DaVinciFlowResponse)
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 ¶ added in v0.3.0
type NullableDaVinciFlowResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowResponseLinks ¶ added in v0.3.0
func NewNullableDaVinciFlowResponseLinks(val *DaVinciFlowResponseLinks) *NullableDaVinciFlowResponseLinks
func (NullableDaVinciFlowResponseLinks) Get ¶ added in v0.3.0
func (v NullableDaVinciFlowResponseLinks) Get() *DaVinciFlowResponseLinks
func (NullableDaVinciFlowResponseLinks) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowResponseLinks) IsSet() bool
func (NullableDaVinciFlowResponseLinks) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowResponseLinks) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowResponseLinks) Set(val *DaVinciFlowResponseLinks)
func (*NullableDaVinciFlowResponseLinks) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowResponseLinks) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowResponseLinks) Unset()
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 (v NullableDaVinciFlowSettingsRequest) Get() *DaVinciFlowSettingsRequest
func (NullableDaVinciFlowSettingsRequest) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsRequest) IsSet() bool
func (NullableDaVinciFlowSettingsRequest) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequest) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsRequest) Set(val *DaVinciFlowSettingsRequest)
func (*NullableDaVinciFlowSettingsRequest) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequest) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsRequest) Unset()
type NullableDaVinciFlowSettingsRequestCustomErrorShowFooter ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestCustomErrorShowFooter struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestCustomErrorShowFooter ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestCustomErrorShowFooter(val *DaVinciFlowSettingsRequestCustomErrorShowFooter) *NullableDaVinciFlowSettingsRequestCustomErrorShowFooter
func (NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) IsSet() bool
func (NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestCustomErrorShowFooter) Unset()
type NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2(val *DaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) *NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2
func (NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestCustomErrorShowFooterChoice2) Unset()
type NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo(val *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) *NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo
func (NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) IsSet() bool
func (NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogo) Unset()
type NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2(val *DaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) *NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2
func (NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestDefaultErrorScreenBrandLogoChoice2) Unset()
type NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS ¶ added in v0.3.0
type NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS ¶ added in v0.3.0
func NewNullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS(val *DaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) *NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS
func (NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) IsSet() bool
func (NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenCSS) Unset()
type NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML ¶ added in v0.3.0
type NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML ¶ added in v0.3.0
func NewNullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML(val *DaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) *NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML
func (NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) IsSet() bool
func (NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsRequestIntermediateLoadingScreenHTML) Unset()
type NullableDaVinciFlowSettingsRequestJsLink ¶ added in v0.3.0
type NullableDaVinciFlowSettingsRequestJsLink struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestJsLink ¶ added in v0.3.0
func NewNullableDaVinciFlowSettingsRequestJsLink(val *DaVinciFlowSettingsRequestJsLink) *NullableDaVinciFlowSettingsRequestJsLink
func (NullableDaVinciFlowSettingsRequestJsLink) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsRequestJsLink) IsSet() bool
func (NullableDaVinciFlowSettingsRequestJsLink) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsRequestJsLink) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestJsLink) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsRequestJsLink) Set(val *DaVinciFlowSettingsRequestJsLink)
func (*NullableDaVinciFlowSettingsRequestJsLink) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsRequestJsLink) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestJsLink) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsRequestJsLink) Unset()
type NullableDaVinciFlowSettingsRequestJsLinkDefer ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestJsLinkDefer struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestJsLinkDefer ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestJsLinkDefer(val *DaVinciFlowSettingsRequestJsLinkDefer) *NullableDaVinciFlowSettingsRequestJsLinkDefer
func (NullableDaVinciFlowSettingsRequestJsLinkDefer) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestJsLinkDefer) IsSet() bool
func (NullableDaVinciFlowSettingsRequestJsLinkDefer) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestJsLinkDefer) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestJsLinkDefer) Set ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestJsLinkDefer) Set(val *DaVinciFlowSettingsRequestJsLinkDefer)
func (*NullableDaVinciFlowSettingsRequestJsLinkDefer) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestJsLinkDefer) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestJsLinkDefer) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestJsLinkDefer) Unset()
type NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestJsLinkDeferChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestJsLinkDeferChoice2(val *DaVinciFlowSettingsRequestJsLinkDeferChoice2) *NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2
func (NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestJsLinkDeferChoice2) Unset()
type NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate(val *DaVinciFlowSettingsRequestRequireAuthenticationToInitiate) *NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate
func (NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) IsSet() bool
func (NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiate) Unset()
type NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2(val *DaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) *NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2
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 (v NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) Set ¶ added in v0.4.0
func (*NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestRequireAuthenticationToInitiateChoice2) Unset()
type NullableDaVinciFlowSettingsRequestScrubSensitiveInfo ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestScrubSensitiveInfo struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestScrubSensitiveInfo ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestScrubSensitiveInfo(val *DaVinciFlowSettingsRequestScrubSensitiveInfo) *NullableDaVinciFlowSettingsRequestScrubSensitiveInfo
func (NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) IsSet() bool
func (NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestScrubSensitiveInfo) Unset()
type NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2(val *DaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) *NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2
func (NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestScrubSensitiveInfoChoice2) Unset()
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) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCSP) IsSet() bool
func (NullableDaVinciFlowSettingsRequestUseCSP) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCSP) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestUseCSP) Set ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCSP) Set(val *DaVinciFlowSettingsRequestUseCSP)
func (*NullableDaVinciFlowSettingsRequestUseCSP) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCSP) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestUseCSP) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCSP) Unset()
type NullableDaVinciFlowSettingsRequestUseCSPChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestUseCSPChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestUseCSPChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestUseCSPChoice2(val *DaVinciFlowSettingsRequestUseCSPChoice2) *NullableDaVinciFlowSettingsRequestUseCSPChoice2
func (NullableDaVinciFlowSettingsRequestUseCSPChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCSPChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsRequestUseCSPChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCSPChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestUseCSPChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCSPChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestUseCSPChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCSPChoice2) Unset()
type NullableDaVinciFlowSettingsRequestUseCustomCSS ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestUseCustomCSS struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestUseCustomCSS ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestUseCustomCSS(val *DaVinciFlowSettingsRequestUseCustomCSS) *NullableDaVinciFlowSettingsRequestUseCustomCSS
func (NullableDaVinciFlowSettingsRequestUseCustomCSS) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCustomCSS) IsSet() bool
func (NullableDaVinciFlowSettingsRequestUseCustomCSS) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCustomCSS) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestUseCustomCSS) Set ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCustomCSS) Set(val *DaVinciFlowSettingsRequestUseCustomCSS)
func (*NullableDaVinciFlowSettingsRequestUseCustomCSS) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCustomCSS) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestUseCustomCSS) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCustomCSS) Unset()
type NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestUseCustomCSSChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestUseCustomCSSChoice2(val *DaVinciFlowSettingsRequestUseCustomCSSChoice2) *NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2
func (NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCustomCSSChoice2) Unset()
type NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestUseCustomFlowPlayer ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestUseCustomFlowPlayer(val *DaVinciFlowSettingsRequestUseCustomFlowPlayer) *NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer
func (NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) IsSet() bool
func (NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCustomFlowPlayer) Unset()
type NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2(val *DaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) *NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2
func (NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCustomFlowPlayerChoice2) Unset()
type NullableDaVinciFlowSettingsRequestUseCustomScript ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestUseCustomScript struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestUseCustomScript ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestUseCustomScript(val *DaVinciFlowSettingsRequestUseCustomScript) *NullableDaVinciFlowSettingsRequestUseCustomScript
func (NullableDaVinciFlowSettingsRequestUseCustomScript) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCustomScript) IsSet() bool
func (NullableDaVinciFlowSettingsRequestUseCustomScript) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCustomScript) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestUseCustomScript) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCustomScript) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestUseCustomScript) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCustomScript) Unset()
type NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestUseCustomScriptChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestUseCustomScriptChoice2(val *DaVinciFlowSettingsRequestUseCustomScriptChoice2) *NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2
func (NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseCustomScriptChoice2) Unset()
type NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen(val *DaVinciFlowSettingsRequestUseIntermediateLoadingScreen) *NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen
func (NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) IsSet() bool
func (NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreen) Unset()
type NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2(val *DaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) *NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2
func (NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) IsSet ¶ added in v0.4.0
func (NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) Set ¶ added in v0.4.0
func (*NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestUseIntermediateLoadingScreenChoice2) Unset()
type NullableDaVinciFlowSettingsRequestValidateOnSave ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestValidateOnSave struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestValidateOnSave ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestValidateOnSave(val *DaVinciFlowSettingsRequestValidateOnSave) *NullableDaVinciFlowSettingsRequestValidateOnSave
func (NullableDaVinciFlowSettingsRequestValidateOnSave) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestValidateOnSave) IsSet() bool
func (NullableDaVinciFlowSettingsRequestValidateOnSave) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestValidateOnSave) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestValidateOnSave) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestValidateOnSave) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestValidateOnSave) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestValidateOnSave) Unset()
type NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsRequestValidateOnSaveChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsRequestValidateOnSaveChoice2(val *DaVinciFlowSettingsRequestValidateOnSaveChoice2) *NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2
func (NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsRequestValidateOnSaveChoice2) Unset()
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 (v NullableDaVinciFlowSettingsResponse) Get() *DaVinciFlowSettingsResponse
func (NullableDaVinciFlowSettingsResponse) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsResponse) IsSet() bool
func (NullableDaVinciFlowSettingsResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponse) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsResponse) Set(val *DaVinciFlowSettingsResponse)
func (*NullableDaVinciFlowSettingsResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponse) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsResponse) Unset()
type NullableDaVinciFlowSettingsResponseCustomErrorShowFooter ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseCustomErrorShowFooter struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseCustomErrorShowFooter ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseCustomErrorShowFooter(val *DaVinciFlowSettingsResponseCustomErrorShowFooter) *NullableDaVinciFlowSettingsResponseCustomErrorShowFooter
func (NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) IsSet() bool
func (NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseCustomErrorShowFooter) Unset()
type NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2(val *DaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) *NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2
func (NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseCustomErrorShowFooterChoice2) Unset()
type NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo(val *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) *NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo
func (NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) IsSet() bool
func (NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogo) Unset()
type NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2(val *DaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) *NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2
func (NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) IsSet ¶ added in v0.4.0
func (NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) Set ¶ added in v0.4.0
func (*NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseDefaultErrorScreenBrandLogoChoice2) Unset()
type NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS ¶ added in v0.3.0
type NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS ¶ added in v0.3.0
func NewNullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS(val *DaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) *NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS
func (NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) IsSet() bool
func (NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenCSS) Unset()
type NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML ¶ added in v0.3.0
type NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML ¶ added in v0.3.0
func NewNullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML(val *DaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) *NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML
func (NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) IsSet() bool
func (NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsResponseIntermediateLoadingScreenHTML) Unset()
type NullableDaVinciFlowSettingsResponseJsLink ¶ added in v0.3.0
type NullableDaVinciFlowSettingsResponseJsLink struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseJsLink ¶ added in v0.3.0
func NewNullableDaVinciFlowSettingsResponseJsLink(val *DaVinciFlowSettingsResponseJsLink) *NullableDaVinciFlowSettingsResponseJsLink
func (NullableDaVinciFlowSettingsResponseJsLink) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsResponseJsLink) IsSet() bool
func (NullableDaVinciFlowSettingsResponseJsLink) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowSettingsResponseJsLink) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseJsLink) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsResponseJsLink) Set(val *DaVinciFlowSettingsResponseJsLink)
func (*NullableDaVinciFlowSettingsResponseJsLink) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsResponseJsLink) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseJsLink) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowSettingsResponseJsLink) Unset()
type NullableDaVinciFlowSettingsResponseJsLinkDefer ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseJsLinkDefer struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseJsLinkDefer ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseJsLinkDefer(val *DaVinciFlowSettingsResponseJsLinkDefer) *NullableDaVinciFlowSettingsResponseJsLinkDefer
func (NullableDaVinciFlowSettingsResponseJsLinkDefer) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseJsLinkDefer) IsSet() bool
func (NullableDaVinciFlowSettingsResponseJsLinkDefer) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseJsLinkDefer) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseJsLinkDefer) Set ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseJsLinkDefer) Set(val *DaVinciFlowSettingsResponseJsLinkDefer)
func (*NullableDaVinciFlowSettingsResponseJsLinkDefer) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseJsLinkDefer) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseJsLinkDefer) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseJsLinkDefer) Unset()
type NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseJsLinkDeferChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseJsLinkDeferChoice2(val *DaVinciFlowSettingsResponseJsLinkDeferChoice2) *NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2
func (NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseJsLinkDeferChoice2) Unset()
type NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate(val *DaVinciFlowSettingsResponseRequireAuthenticationToInitiate) *NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate
func (NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) IsSet() bool
func (NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiate) Unset()
type NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2(val *DaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) *NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2
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 (v NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) Set ¶ added in v0.4.0
func (*NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseRequireAuthenticationToInitiateChoice2) UnmarshalJSON(src []byte) error
type NullableDaVinciFlowSettingsResponseScrubSensitiveInfo ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseScrubSensitiveInfo struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseScrubSensitiveInfo ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseScrubSensitiveInfo(val *DaVinciFlowSettingsResponseScrubSensitiveInfo) *NullableDaVinciFlowSettingsResponseScrubSensitiveInfo
func (NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) IsSet() bool
func (NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseScrubSensitiveInfo) Unset()
type NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2(val *DaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) *NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2
func (NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseScrubSensitiveInfoChoice2) Unset()
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) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCSP) IsSet() bool
func (NullableDaVinciFlowSettingsResponseUseCSP) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCSP) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseUseCSP) Set ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCSP) Set(val *DaVinciFlowSettingsResponseUseCSP)
func (*NullableDaVinciFlowSettingsResponseUseCSP) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCSP) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseUseCSP) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCSP) Unset()
type NullableDaVinciFlowSettingsResponseUseCSPChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseUseCSPChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseUseCSPChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseUseCSPChoice2(val *DaVinciFlowSettingsResponseUseCSPChoice2) *NullableDaVinciFlowSettingsResponseUseCSPChoice2
func (NullableDaVinciFlowSettingsResponseUseCSPChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCSPChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsResponseUseCSPChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCSPChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseUseCSPChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCSPChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseUseCSPChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCSPChoice2) Unset()
type NullableDaVinciFlowSettingsResponseUseCustomCSS ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseUseCustomCSS struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseUseCustomCSS ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseUseCustomCSS(val *DaVinciFlowSettingsResponseUseCustomCSS) *NullableDaVinciFlowSettingsResponseUseCustomCSS
func (NullableDaVinciFlowSettingsResponseUseCustomCSS) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCustomCSS) IsSet() bool
func (NullableDaVinciFlowSettingsResponseUseCustomCSS) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCustomCSS) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseUseCustomCSS) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCustomCSS) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseUseCustomCSS) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCustomCSS) Unset()
type NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseUseCustomCSSChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseUseCustomCSSChoice2(val *DaVinciFlowSettingsResponseUseCustomCSSChoice2) *NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2
func (NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCustomCSSChoice2) Unset()
type NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseUseCustomFlowPlayer ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseUseCustomFlowPlayer(val *DaVinciFlowSettingsResponseUseCustomFlowPlayer) *NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer
func (NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) IsSet() bool
func (NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCustomFlowPlayer) Unset()
type NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2(val *DaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) *NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2
func (NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCustomFlowPlayerChoice2) Unset()
type NullableDaVinciFlowSettingsResponseUseCustomScript ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseUseCustomScript struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseUseCustomScript ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseUseCustomScript(val *DaVinciFlowSettingsResponseUseCustomScript) *NullableDaVinciFlowSettingsResponseUseCustomScript
func (NullableDaVinciFlowSettingsResponseUseCustomScript) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCustomScript) IsSet() bool
func (NullableDaVinciFlowSettingsResponseUseCustomScript) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCustomScript) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseUseCustomScript) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCustomScript) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseUseCustomScript) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCustomScript) Unset()
type NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseUseCustomScriptChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseUseCustomScriptChoice2(val *DaVinciFlowSettingsResponseUseCustomScriptChoice2) *NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2
func (NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseCustomScriptChoice2) Unset()
type NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen(val *DaVinciFlowSettingsResponseUseIntermediateLoadingScreen) *NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen
func (NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) IsSet() bool
func (NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreen) Unset()
type NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2(val *DaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) *NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2
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 (v NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) Set ¶ added in v0.4.0
func (*NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseUseIntermediateLoadingScreenChoice2) Unset()
type NullableDaVinciFlowSettingsResponseValidateOnSave ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseValidateOnSave struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseValidateOnSave ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseValidateOnSave(val *DaVinciFlowSettingsResponseValidateOnSave) *NullableDaVinciFlowSettingsResponseValidateOnSave
func (NullableDaVinciFlowSettingsResponseValidateOnSave) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseValidateOnSave) IsSet() bool
func (NullableDaVinciFlowSettingsResponseValidateOnSave) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseValidateOnSave) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseValidateOnSave) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseValidateOnSave) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseValidateOnSave) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseValidateOnSave) Unset()
type NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2 ¶ added in v0.4.0
type NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2 struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowSettingsResponseValidateOnSaveChoice2 ¶ added in v0.4.0
func NewNullableDaVinciFlowSettingsResponseValidateOnSaveChoice2(val *DaVinciFlowSettingsResponseValidateOnSaveChoice2) *NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2
func (NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) IsSet ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) IsSet() bool
func (NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) MarshalJSON ¶ added in v0.4.0
func (v NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) UnmarshalJSON ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) Unset ¶ added in v0.4.0
func (v *NullableDaVinciFlowSettingsResponseValidateOnSaveChoice2) Unset()
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 (v NullableDaVinciFlowTriggerRequest) Get() *DaVinciFlowTriggerRequest
func (NullableDaVinciFlowTriggerRequest) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerRequest) IsSet() bool
func (NullableDaVinciFlowTriggerRequest) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowTriggerRequest) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerRequest) Set(val *DaVinciFlowTriggerRequest)
func (*NullableDaVinciFlowTriggerRequest) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowTriggerRequest) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerRequest) Unset()
type NullableDaVinciFlowTriggerRequestConfiguration ¶ added in v0.3.0
type NullableDaVinciFlowTriggerRequestConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowTriggerRequestConfiguration ¶ added in v0.3.0
func NewNullableDaVinciFlowTriggerRequestConfiguration(val *DaVinciFlowTriggerRequestConfiguration) *NullableDaVinciFlowTriggerRequestConfiguration
func (NullableDaVinciFlowTriggerRequestConfiguration) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerRequestConfiguration) IsSet() bool
func (NullableDaVinciFlowTriggerRequestConfiguration) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerRequestConfiguration) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowTriggerRequestConfiguration) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerRequestConfiguration) Set(val *DaVinciFlowTriggerRequestConfiguration)
func (*NullableDaVinciFlowTriggerRequestConfiguration) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerRequestConfiguration) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowTriggerRequestConfiguration) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerRequestConfiguration) Unset()
type NullableDaVinciFlowTriggerRequestConfigurationMFA ¶ added in v0.3.0
type NullableDaVinciFlowTriggerRequestConfigurationMFA struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowTriggerRequestConfigurationMFA ¶ added in v0.3.0
func NewNullableDaVinciFlowTriggerRequestConfigurationMFA(val *DaVinciFlowTriggerRequestConfigurationMFA) *NullableDaVinciFlowTriggerRequestConfigurationMFA
func (NullableDaVinciFlowTriggerRequestConfigurationMFA) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerRequestConfigurationMFA) IsSet() bool
func (NullableDaVinciFlowTriggerRequestConfigurationMFA) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerRequestConfigurationMFA) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowTriggerRequestConfigurationMFA) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerRequestConfigurationMFA) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowTriggerRequestConfigurationMFA) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerRequestConfigurationMFA) Unset()
type NullableDaVinciFlowTriggerRequestConfigurationPassword ¶ added in v0.3.0
type NullableDaVinciFlowTriggerRequestConfigurationPassword struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowTriggerRequestConfigurationPassword ¶ added in v0.3.0
func NewNullableDaVinciFlowTriggerRequestConfigurationPassword(val *DaVinciFlowTriggerRequestConfigurationPassword) *NullableDaVinciFlowTriggerRequestConfigurationPassword
func (NullableDaVinciFlowTriggerRequestConfigurationPassword) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerRequestConfigurationPassword) IsSet() bool
func (NullableDaVinciFlowTriggerRequestConfigurationPassword) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerRequestConfigurationPassword) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowTriggerRequestConfigurationPassword) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerRequestConfigurationPassword) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowTriggerRequestConfigurationPassword) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerRequestConfigurationPassword) Unset()
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 (v NullableDaVinciFlowTriggerRequestType) Get() *DaVinciFlowTriggerRequestType
func (NullableDaVinciFlowTriggerRequestType) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerRequestType) IsSet() bool
func (NullableDaVinciFlowTriggerRequestType) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerRequestType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowTriggerRequestType) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerRequestType) Set(val *DaVinciFlowTriggerRequestType)
func (*NullableDaVinciFlowTriggerRequestType) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerRequestType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowTriggerRequestType) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerRequestType) Unset()
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 (v NullableDaVinciFlowTriggerResponse) Get() *DaVinciFlowTriggerResponse
func (NullableDaVinciFlowTriggerResponse) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerResponse) IsSet() bool
func (NullableDaVinciFlowTriggerResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowTriggerResponse) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerResponse) Set(val *DaVinciFlowTriggerResponse)
func (*NullableDaVinciFlowTriggerResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowTriggerResponse) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerResponse) Unset()
type NullableDaVinciFlowTriggerResponseConfiguration ¶ added in v0.3.0
type NullableDaVinciFlowTriggerResponseConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowTriggerResponseConfiguration ¶ added in v0.3.0
func NewNullableDaVinciFlowTriggerResponseConfiguration(val *DaVinciFlowTriggerResponseConfiguration) *NullableDaVinciFlowTriggerResponseConfiguration
func (NullableDaVinciFlowTriggerResponseConfiguration) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerResponseConfiguration) IsSet() bool
func (NullableDaVinciFlowTriggerResponseConfiguration) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerResponseConfiguration) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowTriggerResponseConfiguration) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerResponseConfiguration) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowTriggerResponseConfiguration) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerResponseConfiguration) Unset()
type NullableDaVinciFlowTriggerResponseConfigurationMFA ¶ added in v0.3.0
type NullableDaVinciFlowTriggerResponseConfigurationMFA struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowTriggerResponseConfigurationMFA ¶ added in v0.3.0
func NewNullableDaVinciFlowTriggerResponseConfigurationMFA(val *DaVinciFlowTriggerResponseConfigurationMFA) *NullableDaVinciFlowTriggerResponseConfigurationMFA
func (NullableDaVinciFlowTriggerResponseConfigurationMFA) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerResponseConfigurationMFA) IsSet() bool
func (NullableDaVinciFlowTriggerResponseConfigurationMFA) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerResponseConfigurationMFA) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowTriggerResponseConfigurationMFA) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerResponseConfigurationMFA) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowTriggerResponseConfigurationMFA) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerResponseConfigurationMFA) Unset()
type NullableDaVinciFlowTriggerResponseConfigurationPassword ¶ added in v0.3.0
type NullableDaVinciFlowTriggerResponseConfigurationPassword struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowTriggerResponseConfigurationPassword ¶ added in v0.3.0
func NewNullableDaVinciFlowTriggerResponseConfigurationPassword(val *DaVinciFlowTriggerResponseConfigurationPassword) *NullableDaVinciFlowTriggerResponseConfigurationPassword
func (NullableDaVinciFlowTriggerResponseConfigurationPassword) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerResponseConfigurationPassword) IsSet() bool
func (NullableDaVinciFlowTriggerResponseConfigurationPassword) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerResponseConfigurationPassword) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowTriggerResponseConfigurationPassword) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerResponseConfigurationPassword) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowTriggerResponseConfigurationPassword) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerResponseConfigurationPassword) Unset()
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 (v NullableDaVinciFlowTriggerResponseType) Get() *DaVinciFlowTriggerResponseType
func (NullableDaVinciFlowTriggerResponseType) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerResponseType) IsSet() bool
func (NullableDaVinciFlowTriggerResponseType) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowTriggerResponseType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowTriggerResponseType) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerResponseType) Set(val *DaVinciFlowTriggerResponseType)
func (*NullableDaVinciFlowTriggerResponseType) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerResponseType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowTriggerResponseType) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowTriggerResponseType) Unset()
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 (v NullableDaVinciFlowValidateRequest) Get() *DaVinciFlowValidateRequest
func (NullableDaVinciFlowValidateRequest) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowValidateRequest) IsSet() bool
func (NullableDaVinciFlowValidateRequest) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowValidateRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowValidateRequest) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowValidateRequest) Set(val *DaVinciFlowValidateRequest)
func (*NullableDaVinciFlowValidateRequest) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowValidateRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowValidateRequest) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowValidateRequest) Unset()
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 (v NullableDaVinciFlowVersionAliasRequest) Get() *DaVinciFlowVersionAliasRequest
func (NullableDaVinciFlowVersionAliasRequest) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionAliasRequest) IsSet() bool
func (NullableDaVinciFlowVersionAliasRequest) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionAliasRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionAliasRequest) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionAliasRequest) Set(val *DaVinciFlowVersionAliasRequest)
func (*NullableDaVinciFlowVersionAliasRequest) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionAliasRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionAliasRequest) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionAliasRequest) Unset()
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) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionAliasResponse) IsSet() bool
func (NullableDaVinciFlowVersionAliasResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionAliasResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionAliasResponse) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionAliasResponse) Set(val *DaVinciFlowVersionAliasResponse)
func (*NullableDaVinciFlowVersionAliasResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionAliasResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionAliasResponse) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionAliasResponse) Unset()
type NullableDaVinciFlowVersionAliasResponseLinks ¶ added in v0.3.0
type NullableDaVinciFlowVersionAliasResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionAliasResponseLinks ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionAliasResponseLinks(val *DaVinciFlowVersionAliasResponseLinks) *NullableDaVinciFlowVersionAliasResponseLinks
func (NullableDaVinciFlowVersionAliasResponseLinks) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionAliasResponseLinks) IsSet() bool
func (NullableDaVinciFlowVersionAliasResponseLinks) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionAliasResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionAliasResponseLinks) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionAliasResponseLinks) Set(val *DaVinciFlowVersionAliasResponseLinks)
func (*NullableDaVinciFlowVersionAliasResponseLinks) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionAliasResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionAliasResponseLinks) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionAliasResponseLinks) Unset()
type NullableDaVinciFlowVersionCollectionResponse ¶ added in v0.3.0
type NullableDaVinciFlowVersionCollectionResponse struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionCollectionResponse ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionCollectionResponse(val *DaVinciFlowVersionCollectionResponse) *NullableDaVinciFlowVersionCollectionResponse
func (NullableDaVinciFlowVersionCollectionResponse) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionCollectionResponse) IsSet() bool
func (NullableDaVinciFlowVersionCollectionResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionCollectionResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionCollectionResponse) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionCollectionResponse) Set(val *DaVinciFlowVersionCollectionResponse)
func (*NullableDaVinciFlowVersionCollectionResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionCollectionResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionCollectionResponse) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionCollectionResponse) Unset()
type NullableDaVinciFlowVersionCollectionResponseEmbedded ¶ added in v0.3.0
type NullableDaVinciFlowVersionCollectionResponseEmbedded struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionCollectionResponseEmbedded ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionCollectionResponseEmbedded(val *DaVinciFlowVersionCollectionResponseEmbedded) *NullableDaVinciFlowVersionCollectionResponseEmbedded
func (NullableDaVinciFlowVersionCollectionResponseEmbedded) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionCollectionResponseEmbedded) IsSet() bool
func (NullableDaVinciFlowVersionCollectionResponseEmbedded) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionCollectionResponseEmbedded) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionCollectionResponseEmbedded) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionCollectionResponseEmbedded) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionCollectionResponseEmbedded) Unset()
type NullableDaVinciFlowVersionCollectionResponseLinks ¶ added in v0.3.0
type NullableDaVinciFlowVersionCollectionResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionCollectionResponseLinks ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionCollectionResponseLinks(val *DaVinciFlowVersionCollectionResponseLinks) *NullableDaVinciFlowVersionCollectionResponseLinks
func (NullableDaVinciFlowVersionCollectionResponseLinks) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionCollectionResponseLinks) IsSet() bool
func (NullableDaVinciFlowVersionCollectionResponseLinks) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionCollectionResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionCollectionResponseLinks) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionCollectionResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionCollectionResponseLinks) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionCollectionResponseLinks) Unset()
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) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponse) IsSet() bool
func (NullableDaVinciFlowVersionDetailResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionDetailResponse) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponse) Set(val *DaVinciFlowVersionDetailResponse)
func (*NullableDaVinciFlowVersionDetailResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionDetailResponse) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponse) Unset()
type NullableDaVinciFlowVersionDetailResponseConnector ¶ added in v0.3.0
type NullableDaVinciFlowVersionDetailResponseConnector struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionDetailResponseConnector ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionDetailResponseConnector(val *DaVinciFlowVersionDetailResponseConnector) *NullableDaVinciFlowVersionDetailResponseConnector
func (NullableDaVinciFlowVersionDetailResponseConnector) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponseConnector) IsSet() bool
func (NullableDaVinciFlowVersionDetailResponseConnector) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponseConnector) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionDetailResponseConnector) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseConnector) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionDetailResponseConnector) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseConnector) Unset()
type NullableDaVinciFlowVersionDetailResponseFlow ¶ added in v0.3.0
type NullableDaVinciFlowVersionDetailResponseFlow struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionDetailResponseFlow ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionDetailResponseFlow(val *DaVinciFlowVersionDetailResponseFlow) *NullableDaVinciFlowVersionDetailResponseFlow
func (NullableDaVinciFlowVersionDetailResponseFlow) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponseFlow) IsSet() bool
func (NullableDaVinciFlowVersionDetailResponseFlow) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponseFlow) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionDetailResponseFlow) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseFlow) Set(val *DaVinciFlowVersionDetailResponseFlow)
func (*NullableDaVinciFlowVersionDetailResponseFlow) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseFlow) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionDetailResponseFlow) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseFlow) Unset()
type NullableDaVinciFlowVersionDetailResponseLinks ¶ added in v0.3.0
type NullableDaVinciFlowVersionDetailResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionDetailResponseLinks ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionDetailResponseLinks(val *DaVinciFlowVersionDetailResponseLinks) *NullableDaVinciFlowVersionDetailResponseLinks
func (NullableDaVinciFlowVersionDetailResponseLinks) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponseLinks) IsSet() bool
func (NullableDaVinciFlowVersionDetailResponseLinks) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionDetailResponseLinks) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseLinks) Set(val *DaVinciFlowVersionDetailResponseLinks)
func (*NullableDaVinciFlowVersionDetailResponseLinks) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionDetailResponseLinks) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseLinks) Unset()
type NullableDaVinciFlowVersionDetailResponseSkcomponent ¶ added in v0.3.0
type NullableDaVinciFlowVersionDetailResponseSkcomponent struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionDetailResponseSkcomponent ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionDetailResponseSkcomponent(val *DaVinciFlowVersionDetailResponseSkcomponent) *NullableDaVinciFlowVersionDetailResponseSkcomponent
func (NullableDaVinciFlowVersionDetailResponseSkcomponent) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponseSkcomponent) IsSet() bool
func (NullableDaVinciFlowVersionDetailResponseSkcomponent) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponseSkcomponent) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionDetailResponseSkcomponent) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseSkcomponent) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionDetailResponseSkcomponent) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseSkcomponent) Unset()
type NullableDaVinciFlowVersionDetailResponseSkcomponentOptions ¶ added in v0.3.0
type NullableDaVinciFlowVersionDetailResponseSkcomponentOptions struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionDetailResponseSkcomponentOptions ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionDetailResponseSkcomponentOptions(val *DaVinciFlowVersionDetailResponseSkcomponentOptions) *NullableDaVinciFlowVersionDetailResponseSkcomponentOptions
func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) IsSet() bool
func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptions) Unset()
type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement ¶ added in v0.3.0
type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement(val *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement
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 (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) Set ¶ added in v0.3.0
func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonImagePlacement) UnmarshalJSON(src []byte) error
type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType ¶ added in v0.3.0
type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType(val *DaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType
func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) IsSet() bool
func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsButtonType) Unset()
type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType ¶ added in v0.3.0
type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType(val *DaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType
func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) IsSet ¶ added in v0.3.0
func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) Set ¶ added in v0.3.0
func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsContentType) Unset()
type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType ¶ added in v0.3.0
type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType(val *DaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType
func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) IsSet ¶ added in v0.3.0
func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) Set ¶ added in v0.3.0
func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsPreviewType) Unset()
type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview ¶ added in v0.3.0
type NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview(val *DaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview
func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) IsSet ¶ added in v0.3.0
func (NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) Set ¶ added in v0.3.0
func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionDetailResponseSkcomponentOptionsShowPreview) Unset()
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 (v NullableDaVinciFlowVersionResponse) Get() *DaVinciFlowVersionResponse
func (NullableDaVinciFlowVersionResponse) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionResponse) IsSet() bool
func (NullableDaVinciFlowVersionResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionResponse) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionResponse) Set(val *DaVinciFlowVersionResponse)
func (*NullableDaVinciFlowVersionResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionResponse) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionResponse) Unset()
type NullableDaVinciFlowVersionResponseEnvironment ¶ added in v0.3.0
type NullableDaVinciFlowVersionResponseEnvironment struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionResponseEnvironment ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionResponseEnvironment(val *DaVinciFlowVersionResponseEnvironment) *NullableDaVinciFlowVersionResponseEnvironment
func (NullableDaVinciFlowVersionResponseEnvironment) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionResponseEnvironment) IsSet() bool
func (NullableDaVinciFlowVersionResponseEnvironment) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionResponseEnvironment) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionResponseEnvironment) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionResponseEnvironment) Set(val *DaVinciFlowVersionResponseEnvironment)
func (*NullableDaVinciFlowVersionResponseEnvironment) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionResponseEnvironment) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionResponseEnvironment) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionResponseEnvironment) Unset()
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 (v NullableDaVinciFlowVersionResponseFlow) Get() *DaVinciFlowVersionResponseFlow
func (NullableDaVinciFlowVersionResponseFlow) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionResponseFlow) IsSet() bool
func (NullableDaVinciFlowVersionResponseFlow) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionResponseFlow) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionResponseFlow) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionResponseFlow) Set(val *DaVinciFlowVersionResponseFlow)
func (*NullableDaVinciFlowVersionResponseFlow) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionResponseFlow) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionResponseFlow) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionResponseFlow) Unset()
type NullableDaVinciFlowVersionResponseLinks ¶ added in v0.3.0
type NullableDaVinciFlowVersionResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciFlowVersionResponseLinks ¶ added in v0.3.0
func NewNullableDaVinciFlowVersionResponseLinks(val *DaVinciFlowVersionResponseLinks) *NullableDaVinciFlowVersionResponseLinks
func (NullableDaVinciFlowVersionResponseLinks) IsSet ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionResponseLinks) IsSet() bool
func (NullableDaVinciFlowVersionResponseLinks) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciFlowVersionResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciFlowVersionResponseLinks) Set ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionResponseLinks) Set(val *DaVinciFlowVersionResponseLinks)
func (*NullableDaVinciFlowVersionResponseLinks) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciFlowVersionResponseLinks) Unset ¶ added in v0.3.0
func (v *NullableDaVinciFlowVersionResponseLinks) Unset()
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 (v NullableDaVinciImportFlowResponse) Get() *DaVinciImportFlowResponse
func (NullableDaVinciImportFlowResponse) IsSet ¶ added in v0.3.0
func (v NullableDaVinciImportFlowResponse) IsSet() bool
func (NullableDaVinciImportFlowResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciImportFlowResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciImportFlowResponse) Set ¶ added in v0.3.0
func (v *NullableDaVinciImportFlowResponse) Set(val *DaVinciImportFlowResponse)
func (*NullableDaVinciImportFlowResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciImportFlowResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciImportFlowResponse) Unset ¶ added in v0.3.0
func (v *NullableDaVinciImportFlowResponse) Unset()
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 (v NullableDaVinciImportFlowResponseFlow) Get() *DaVinciImportFlowResponseFlow
func (NullableDaVinciImportFlowResponseFlow) IsSet ¶ added in v0.3.0
func (v NullableDaVinciImportFlowResponseFlow) IsSet() bool
func (NullableDaVinciImportFlowResponseFlow) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciImportFlowResponseFlow) MarshalJSON() ([]byte, error)
func (*NullableDaVinciImportFlowResponseFlow) Set ¶ added in v0.3.0
func (v *NullableDaVinciImportFlowResponseFlow) Set(val *DaVinciImportFlowResponseFlow)
func (*NullableDaVinciImportFlowResponseFlow) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciImportFlowResponseFlow) UnmarshalJSON(src []byte) error
func (*NullableDaVinciImportFlowResponseFlow) Unset ¶ added in v0.3.0
func (v *NullableDaVinciImportFlowResponseFlow) Unset()
type NullableDaVinciImportFlowResponseLinks ¶ added in v0.3.0
type NullableDaVinciImportFlowResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciImportFlowResponseLinks ¶ added in v0.3.0
func NewNullableDaVinciImportFlowResponseLinks(val *DaVinciImportFlowResponseLinks) *NullableDaVinciImportFlowResponseLinks
func (NullableDaVinciImportFlowResponseLinks) Get ¶ added in v0.3.0
func (v NullableDaVinciImportFlowResponseLinks) Get() *DaVinciImportFlowResponseLinks
func (NullableDaVinciImportFlowResponseLinks) IsSet ¶ added in v0.3.0
func (v NullableDaVinciImportFlowResponseLinks) IsSet() bool
func (NullableDaVinciImportFlowResponseLinks) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciImportFlowResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciImportFlowResponseLinks) Set ¶ added in v0.3.0
func (v *NullableDaVinciImportFlowResponseLinks) Set(val *DaVinciImportFlowResponseLinks)
func (*NullableDaVinciImportFlowResponseLinks) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciImportFlowResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciImportFlowResponseLinks) Unset ¶ added in v0.3.0
func (v *NullableDaVinciImportFlowResponseLinks) Unset()
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 (v NullableDaVinciImportSubflowsResponse) Get() *DaVinciImportSubflowsResponse
func (NullableDaVinciImportSubflowsResponse) IsSet ¶ added in v0.3.0
func (v NullableDaVinciImportSubflowsResponse) IsSet() bool
func (NullableDaVinciImportSubflowsResponse) MarshalJSON ¶ added in v0.3.0
func (v NullableDaVinciImportSubflowsResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciImportSubflowsResponse) Set ¶ added in v0.3.0
func (v *NullableDaVinciImportSubflowsResponse) Set(val *DaVinciImportSubflowsResponse)
func (*NullableDaVinciImportSubflowsResponse) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableDaVinciImportSubflowsResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciImportSubflowsResponse) Unset ¶ added in v0.3.0
func (v *NullableDaVinciImportSubflowsResponse) Unset()
type NullableDaVinciVariableCollectionResponse ¶
type NullableDaVinciVariableCollectionResponse struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciVariableCollectionResponse ¶
func NewNullableDaVinciVariableCollectionResponse(val *DaVinciVariableCollectionResponse) *NullableDaVinciVariableCollectionResponse
func (NullableDaVinciVariableCollectionResponse) IsSet ¶
func (v NullableDaVinciVariableCollectionResponse) IsSet() bool
func (NullableDaVinciVariableCollectionResponse) MarshalJSON ¶
func (v NullableDaVinciVariableCollectionResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciVariableCollectionResponse) Set ¶
func (v *NullableDaVinciVariableCollectionResponse) Set(val *DaVinciVariableCollectionResponse)
func (*NullableDaVinciVariableCollectionResponse) UnmarshalJSON ¶
func (v *NullableDaVinciVariableCollectionResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciVariableCollectionResponse) Unset ¶
func (v *NullableDaVinciVariableCollectionResponse) Unset()
type NullableDaVinciVariableCollectionResponseEmbedded ¶
type NullableDaVinciVariableCollectionResponseEmbedded struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciVariableCollectionResponseEmbedded ¶
func NewNullableDaVinciVariableCollectionResponseEmbedded(val *DaVinciVariableCollectionResponseEmbedded) *NullableDaVinciVariableCollectionResponseEmbedded
func (NullableDaVinciVariableCollectionResponseEmbedded) IsSet ¶
func (v NullableDaVinciVariableCollectionResponseEmbedded) IsSet() bool
func (NullableDaVinciVariableCollectionResponseEmbedded) MarshalJSON ¶
func (v NullableDaVinciVariableCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
func (*NullableDaVinciVariableCollectionResponseEmbedded) UnmarshalJSON ¶
func (v *NullableDaVinciVariableCollectionResponseEmbedded) UnmarshalJSON(src []byte) error
func (*NullableDaVinciVariableCollectionResponseEmbedded) Unset ¶
func (v *NullableDaVinciVariableCollectionResponseEmbedded) Unset()
type NullableDaVinciVariableCollectionResponseLinks ¶
type NullableDaVinciVariableCollectionResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciVariableCollectionResponseLinks ¶
func NewNullableDaVinciVariableCollectionResponseLinks(val *DaVinciVariableCollectionResponseLinks) *NullableDaVinciVariableCollectionResponseLinks
func (NullableDaVinciVariableCollectionResponseLinks) IsSet ¶
func (v NullableDaVinciVariableCollectionResponseLinks) IsSet() bool
func (NullableDaVinciVariableCollectionResponseLinks) MarshalJSON ¶
func (v NullableDaVinciVariableCollectionResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciVariableCollectionResponseLinks) Set ¶
func (v *NullableDaVinciVariableCollectionResponseLinks) Set(val *DaVinciVariableCollectionResponseLinks)
func (*NullableDaVinciVariableCollectionResponseLinks) UnmarshalJSON ¶
func (v *NullableDaVinciVariableCollectionResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciVariableCollectionResponseLinks) Unset ¶
func (v *NullableDaVinciVariableCollectionResponseLinks) Unset()
type NullableDaVinciVariableCreateRequest ¶
type NullableDaVinciVariableCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciVariableCreateRequest ¶
func NewNullableDaVinciVariableCreateRequest(val *DaVinciVariableCreateRequest) *NullableDaVinciVariableCreateRequest
func (NullableDaVinciVariableCreateRequest) Get ¶
func (v NullableDaVinciVariableCreateRequest) Get() *DaVinciVariableCreateRequest
func (NullableDaVinciVariableCreateRequest) IsSet ¶
func (v NullableDaVinciVariableCreateRequest) IsSet() bool
func (NullableDaVinciVariableCreateRequest) MarshalJSON ¶
func (v NullableDaVinciVariableCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciVariableCreateRequest) Set ¶
func (v *NullableDaVinciVariableCreateRequest) Set(val *DaVinciVariableCreateRequest)
func (*NullableDaVinciVariableCreateRequest) UnmarshalJSON ¶
func (v *NullableDaVinciVariableCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciVariableCreateRequest) Unset ¶
func (v *NullableDaVinciVariableCreateRequest) Unset()
type NullableDaVinciVariableCreateRequestContext ¶
type NullableDaVinciVariableCreateRequestContext struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciVariableCreateRequestContext ¶
func NewNullableDaVinciVariableCreateRequestContext(val *DaVinciVariableCreateRequestContext) *NullableDaVinciVariableCreateRequestContext
func (NullableDaVinciVariableCreateRequestContext) IsSet ¶
func (v NullableDaVinciVariableCreateRequestContext) IsSet() bool
func (NullableDaVinciVariableCreateRequestContext) MarshalJSON ¶
func (v NullableDaVinciVariableCreateRequestContext) MarshalJSON() ([]byte, error)
func (*NullableDaVinciVariableCreateRequestContext) Set ¶
func (v *NullableDaVinciVariableCreateRequestContext) Set(val *DaVinciVariableCreateRequestContext)
func (*NullableDaVinciVariableCreateRequestContext) UnmarshalJSON ¶
func (v *NullableDaVinciVariableCreateRequestContext) UnmarshalJSON(src []byte) error
func (*NullableDaVinciVariableCreateRequestContext) Unset ¶
func (v *NullableDaVinciVariableCreateRequestContext) Unset()
type NullableDaVinciVariableCreateRequestDataType ¶
type NullableDaVinciVariableCreateRequestDataType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciVariableCreateRequestDataType ¶
func NewNullableDaVinciVariableCreateRequestDataType(val *DaVinciVariableCreateRequestDataType) *NullableDaVinciVariableCreateRequestDataType
func (NullableDaVinciVariableCreateRequestDataType) IsSet ¶
func (v NullableDaVinciVariableCreateRequestDataType) IsSet() bool
func (NullableDaVinciVariableCreateRequestDataType) MarshalJSON ¶
func (v NullableDaVinciVariableCreateRequestDataType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciVariableCreateRequestDataType) Set ¶
func (v *NullableDaVinciVariableCreateRequestDataType) Set(val *DaVinciVariableCreateRequestDataType)
func (*NullableDaVinciVariableCreateRequestDataType) UnmarshalJSON ¶
func (v *NullableDaVinciVariableCreateRequestDataType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciVariableCreateRequestDataType) Unset ¶
func (v *NullableDaVinciVariableCreateRequestDataType) Unset()
type NullableDaVinciVariableCreateRequestValue ¶
type NullableDaVinciVariableCreateRequestValue struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciVariableCreateRequestValue ¶
func NewNullableDaVinciVariableCreateRequestValue(val *DaVinciVariableCreateRequestValue) *NullableDaVinciVariableCreateRequestValue
func (NullableDaVinciVariableCreateRequestValue) IsSet ¶
func (v NullableDaVinciVariableCreateRequestValue) IsSet() bool
func (NullableDaVinciVariableCreateRequestValue) MarshalJSON ¶
func (v NullableDaVinciVariableCreateRequestValue) MarshalJSON() ([]byte, error)
func (*NullableDaVinciVariableCreateRequestValue) Set ¶
func (v *NullableDaVinciVariableCreateRequestValue) Set(val *DaVinciVariableCreateRequestValue)
func (*NullableDaVinciVariableCreateRequestValue) UnmarshalJSON ¶
func (v *NullableDaVinciVariableCreateRequestValue) UnmarshalJSON(src []byte) error
func (*NullableDaVinciVariableCreateRequestValue) Unset ¶
func (v *NullableDaVinciVariableCreateRequestValue) Unset()
type NullableDaVinciVariableReplaceRequest ¶
type NullableDaVinciVariableReplaceRequest struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciVariableReplaceRequest ¶
func NewNullableDaVinciVariableReplaceRequest(val *DaVinciVariableReplaceRequest) *NullableDaVinciVariableReplaceRequest
func (NullableDaVinciVariableReplaceRequest) Get ¶
func (v NullableDaVinciVariableReplaceRequest) Get() *DaVinciVariableReplaceRequest
func (NullableDaVinciVariableReplaceRequest) IsSet ¶
func (v NullableDaVinciVariableReplaceRequest) IsSet() bool
func (NullableDaVinciVariableReplaceRequest) MarshalJSON ¶
func (v NullableDaVinciVariableReplaceRequest) MarshalJSON() ([]byte, error)
func (*NullableDaVinciVariableReplaceRequest) Set ¶
func (v *NullableDaVinciVariableReplaceRequest) Set(val *DaVinciVariableReplaceRequest)
func (*NullableDaVinciVariableReplaceRequest) UnmarshalJSON ¶
func (v *NullableDaVinciVariableReplaceRequest) UnmarshalJSON(src []byte) error
func (*NullableDaVinciVariableReplaceRequest) Unset ¶
func (v *NullableDaVinciVariableReplaceRequest) Unset()
type NullableDaVinciVariableReplaceRequestContext ¶
type NullableDaVinciVariableReplaceRequestContext struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciVariableReplaceRequestContext ¶
func NewNullableDaVinciVariableReplaceRequestContext(val *DaVinciVariableReplaceRequestContext) *NullableDaVinciVariableReplaceRequestContext
func (NullableDaVinciVariableReplaceRequestContext) IsSet ¶
func (v NullableDaVinciVariableReplaceRequestContext) IsSet() bool
func (NullableDaVinciVariableReplaceRequestContext) MarshalJSON ¶
func (v NullableDaVinciVariableReplaceRequestContext) MarshalJSON() ([]byte, error)
func (*NullableDaVinciVariableReplaceRequestContext) Set ¶
func (v *NullableDaVinciVariableReplaceRequestContext) Set(val *DaVinciVariableReplaceRequestContext)
func (*NullableDaVinciVariableReplaceRequestContext) UnmarshalJSON ¶
func (v *NullableDaVinciVariableReplaceRequestContext) UnmarshalJSON(src []byte) error
func (*NullableDaVinciVariableReplaceRequestContext) Unset ¶
func (v *NullableDaVinciVariableReplaceRequestContext) Unset()
type NullableDaVinciVariableReplaceRequestDataType ¶
type NullableDaVinciVariableReplaceRequestDataType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciVariableReplaceRequestDataType ¶
func NewNullableDaVinciVariableReplaceRequestDataType(val *DaVinciVariableReplaceRequestDataType) *NullableDaVinciVariableReplaceRequestDataType
func (NullableDaVinciVariableReplaceRequestDataType) IsSet ¶
func (v NullableDaVinciVariableReplaceRequestDataType) IsSet() bool
func (NullableDaVinciVariableReplaceRequestDataType) MarshalJSON ¶
func (v NullableDaVinciVariableReplaceRequestDataType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciVariableReplaceRequestDataType) Set ¶
func (v *NullableDaVinciVariableReplaceRequestDataType) Set(val *DaVinciVariableReplaceRequestDataType)
func (*NullableDaVinciVariableReplaceRequestDataType) UnmarshalJSON ¶
func (v *NullableDaVinciVariableReplaceRequestDataType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciVariableReplaceRequestDataType) Unset ¶
func (v *NullableDaVinciVariableReplaceRequestDataType) Unset()
type NullableDaVinciVariableReplaceRequestValue ¶
type NullableDaVinciVariableReplaceRequestValue struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciVariableReplaceRequestValue ¶
func NewNullableDaVinciVariableReplaceRequestValue(val *DaVinciVariableReplaceRequestValue) *NullableDaVinciVariableReplaceRequestValue
func (NullableDaVinciVariableReplaceRequestValue) IsSet ¶
func (v NullableDaVinciVariableReplaceRequestValue) IsSet() bool
func (NullableDaVinciVariableReplaceRequestValue) MarshalJSON ¶
func (v NullableDaVinciVariableReplaceRequestValue) MarshalJSON() ([]byte, error)
func (*NullableDaVinciVariableReplaceRequestValue) Set ¶
func (v *NullableDaVinciVariableReplaceRequestValue) Set(val *DaVinciVariableReplaceRequestValue)
func (*NullableDaVinciVariableReplaceRequestValue) UnmarshalJSON ¶
func (v *NullableDaVinciVariableReplaceRequestValue) UnmarshalJSON(src []byte) error
func (*NullableDaVinciVariableReplaceRequestValue) Unset ¶
func (v *NullableDaVinciVariableReplaceRequestValue) Unset()
type NullableDaVinciVariableResponse ¶
type NullableDaVinciVariableResponse struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciVariableResponse ¶
func NewNullableDaVinciVariableResponse(val *DaVinciVariableResponse) *NullableDaVinciVariableResponse
func (NullableDaVinciVariableResponse) Get ¶
func (v NullableDaVinciVariableResponse) Get() *DaVinciVariableResponse
func (NullableDaVinciVariableResponse) IsSet ¶
func (v NullableDaVinciVariableResponse) IsSet() bool
func (NullableDaVinciVariableResponse) MarshalJSON ¶
func (v NullableDaVinciVariableResponse) MarshalJSON() ([]byte, error)
func (*NullableDaVinciVariableResponse) Set ¶
func (v *NullableDaVinciVariableResponse) Set(val *DaVinciVariableResponse)
func (*NullableDaVinciVariableResponse) UnmarshalJSON ¶
func (v *NullableDaVinciVariableResponse) UnmarshalJSON(src []byte) error
func (*NullableDaVinciVariableResponse) Unset ¶
func (v *NullableDaVinciVariableResponse) Unset()
type NullableDaVinciVariableResponseDataType ¶
type NullableDaVinciVariableResponseDataType struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciVariableResponseDataType ¶
func NewNullableDaVinciVariableResponseDataType(val *DaVinciVariableResponseDataType) *NullableDaVinciVariableResponseDataType
func (NullableDaVinciVariableResponseDataType) IsSet ¶
func (v NullableDaVinciVariableResponseDataType) IsSet() bool
func (NullableDaVinciVariableResponseDataType) MarshalJSON ¶
func (v NullableDaVinciVariableResponseDataType) MarshalJSON() ([]byte, error)
func (*NullableDaVinciVariableResponseDataType) Set ¶
func (v *NullableDaVinciVariableResponseDataType) Set(val *DaVinciVariableResponseDataType)
func (*NullableDaVinciVariableResponseDataType) UnmarshalJSON ¶
func (v *NullableDaVinciVariableResponseDataType) UnmarshalJSON(src []byte) error
func (*NullableDaVinciVariableResponseDataType) Unset ¶
func (v *NullableDaVinciVariableResponseDataType) Unset()
type NullableDaVinciVariableResponseLinks ¶
type NullableDaVinciVariableResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciVariableResponseLinks ¶
func NewNullableDaVinciVariableResponseLinks(val *DaVinciVariableResponseLinks) *NullableDaVinciVariableResponseLinks
func (NullableDaVinciVariableResponseLinks) Get ¶
func (v NullableDaVinciVariableResponseLinks) Get() *DaVinciVariableResponseLinks
func (NullableDaVinciVariableResponseLinks) IsSet ¶
func (v NullableDaVinciVariableResponseLinks) IsSet() bool
func (NullableDaVinciVariableResponseLinks) MarshalJSON ¶
func (v NullableDaVinciVariableResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDaVinciVariableResponseLinks) Set ¶
func (v *NullableDaVinciVariableResponseLinks) Set(val *DaVinciVariableResponseLinks)
func (*NullableDaVinciVariableResponseLinks) UnmarshalJSON ¶
func (v *NullableDaVinciVariableResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDaVinciVariableResponseLinks) Unset ¶
func (v *NullableDaVinciVariableResponseLinks) Unset()
type NullableDaVinciVariableResponseValue ¶
type NullableDaVinciVariableResponseValue struct {
// contains filtered or unexported fields
}
func NewNullableDaVinciVariableResponseValue ¶
func NewNullableDaVinciVariableResponseValue(val *DaVinciVariableResponseValue) *NullableDaVinciVariableResponseValue
func (NullableDaVinciVariableResponseValue) Get ¶
func (v NullableDaVinciVariableResponseValue) Get() *DaVinciVariableResponseValue
func (NullableDaVinciVariableResponseValue) IsSet ¶
func (v NullableDaVinciVariableResponseValue) IsSet() bool
func (NullableDaVinciVariableResponseValue) MarshalJSON ¶
func (v NullableDaVinciVariableResponseValue) MarshalJSON() ([]byte, error)
func (*NullableDaVinciVariableResponseValue) Set ¶
func (v *NullableDaVinciVariableResponseValue) Set(val *DaVinciVariableResponseValue)
func (*NullableDaVinciVariableResponseValue) UnmarshalJSON ¶
func (v *NullableDaVinciVariableResponseValue) UnmarshalJSON(src []byte) error
func (*NullableDaVinciVariableResponseValue) Unset ¶
func (v *NullableDaVinciVariableResponseValue) Unset()
type NullableDirectoryTotalIdentitiesCountCollectionResponse ¶
type NullableDirectoryTotalIdentitiesCountCollectionResponse struct {
// contains filtered or unexported fields
}
func NewNullableDirectoryTotalIdentitiesCountCollectionResponse ¶
func NewNullableDirectoryTotalIdentitiesCountCollectionResponse(val *DirectoryTotalIdentitiesCountCollectionResponse) *NullableDirectoryTotalIdentitiesCountCollectionResponse
func (NullableDirectoryTotalIdentitiesCountCollectionResponse) IsSet ¶
func (v NullableDirectoryTotalIdentitiesCountCollectionResponse) IsSet() bool
func (NullableDirectoryTotalIdentitiesCountCollectionResponse) MarshalJSON ¶
func (v NullableDirectoryTotalIdentitiesCountCollectionResponse) MarshalJSON() ([]byte, error)
func (*NullableDirectoryTotalIdentitiesCountCollectionResponse) UnmarshalJSON ¶
func (v *NullableDirectoryTotalIdentitiesCountCollectionResponse) UnmarshalJSON(src []byte) error
func (*NullableDirectoryTotalIdentitiesCountCollectionResponse) Unset ¶
func (v *NullableDirectoryTotalIdentitiesCountCollectionResponse) Unset()
type NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded ¶
type NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded struct {
// contains filtered or unexported fields
}
func NewNullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded ¶
func NewNullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded(val *DirectoryTotalIdentitiesCountCollectionResponseEmbedded) *NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded
func (NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) IsSet ¶
func (v NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) IsSet() bool
func (NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) MarshalJSON ¶
func (v NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
func (*NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) UnmarshalJSON ¶
func (v *NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) UnmarshalJSON(src []byte) error
func (*NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) Unset ¶
func (v *NullableDirectoryTotalIdentitiesCountCollectionResponseEmbedded) Unset()
type NullableDirectoryTotalIdentitiesCountCollectionResponseLinks ¶
type NullableDirectoryTotalIdentitiesCountCollectionResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableDirectoryTotalIdentitiesCountCollectionResponseLinks ¶
func NewNullableDirectoryTotalIdentitiesCountCollectionResponseLinks(val *DirectoryTotalIdentitiesCountCollectionResponseLinks) *NullableDirectoryTotalIdentitiesCountCollectionResponseLinks
func (NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) IsSet ¶
func (v NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) IsSet() bool
func (NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) MarshalJSON ¶
func (v NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) UnmarshalJSON ¶
func (v *NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) Unset ¶
func (v *NullableDirectoryTotalIdentitiesCountCollectionResponseLinks) Unset()
type NullableDirectoryTotalIdentitiesCountResponse ¶
type NullableDirectoryTotalIdentitiesCountResponse struct {
// contains filtered or unexported fields
}
func NewNullableDirectoryTotalIdentitiesCountResponse ¶
func NewNullableDirectoryTotalIdentitiesCountResponse(val *DirectoryTotalIdentitiesCountResponse) *NullableDirectoryTotalIdentitiesCountResponse
func (NullableDirectoryTotalIdentitiesCountResponse) IsSet ¶
func (v NullableDirectoryTotalIdentitiesCountResponse) IsSet() bool
func (NullableDirectoryTotalIdentitiesCountResponse) MarshalJSON ¶
func (v NullableDirectoryTotalIdentitiesCountResponse) MarshalJSON() ([]byte, error)
func (*NullableDirectoryTotalIdentitiesCountResponse) Set ¶
func (v *NullableDirectoryTotalIdentitiesCountResponse) Set(val *DirectoryTotalIdentitiesCountResponse)
func (*NullableDirectoryTotalIdentitiesCountResponse) UnmarshalJSON ¶
func (v *NullableDirectoryTotalIdentitiesCountResponse) UnmarshalJSON(src []byte) error
func (*NullableDirectoryTotalIdentitiesCountResponse) Unset ¶
func (v *NullableDirectoryTotalIdentitiesCountResponse) Unset()
type NullableEnvironmentAPILimit ¶
type NullableEnvironmentAPILimit struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentAPILimit ¶
func NewNullableEnvironmentAPILimit(val *EnvironmentAPILimit) *NullableEnvironmentAPILimit
func (NullableEnvironmentAPILimit) Get ¶
func (v NullableEnvironmentAPILimit) Get() *EnvironmentAPILimit
func (NullableEnvironmentAPILimit) IsSet ¶
func (v NullableEnvironmentAPILimit) IsSet() bool
func (NullableEnvironmentAPILimit) MarshalJSON ¶
func (v NullableEnvironmentAPILimit) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentAPILimit) Set ¶
func (v *NullableEnvironmentAPILimit) Set(val *EnvironmentAPILimit)
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 NewNullableEnvironmentBillOfMaterials ¶
func NewNullableEnvironmentBillOfMaterials(val *EnvironmentBillOfMaterials) *NullableEnvironmentBillOfMaterials
func (NullableEnvironmentBillOfMaterials) Get ¶
func (v NullableEnvironmentBillOfMaterials) Get() *EnvironmentBillOfMaterials
func (NullableEnvironmentBillOfMaterials) IsSet ¶
func (v NullableEnvironmentBillOfMaterials) IsSet() bool
func (NullableEnvironmentBillOfMaterials) MarshalJSON ¶
func (v NullableEnvironmentBillOfMaterials) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentBillOfMaterials) Set ¶
func (v *NullableEnvironmentBillOfMaterials) Set(val *EnvironmentBillOfMaterials)
func (*NullableEnvironmentBillOfMaterials) UnmarshalJSON ¶
func (v *NullableEnvironmentBillOfMaterials) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentBillOfMaterials) Unset ¶
func (v *NullableEnvironmentBillOfMaterials) Unset()
type NullableEnvironmentBillOfMaterialsProduct ¶
type NullableEnvironmentBillOfMaterialsProduct struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentBillOfMaterialsProduct ¶
func NewNullableEnvironmentBillOfMaterialsProduct(val *EnvironmentBillOfMaterialsProduct) *NullableEnvironmentBillOfMaterialsProduct
func (NullableEnvironmentBillOfMaterialsProduct) IsSet ¶
func (v NullableEnvironmentBillOfMaterialsProduct) IsSet() bool
func (NullableEnvironmentBillOfMaterialsProduct) MarshalJSON ¶
func (v NullableEnvironmentBillOfMaterialsProduct) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentBillOfMaterialsProduct) Set ¶
func (v *NullableEnvironmentBillOfMaterialsProduct) Set(val *EnvironmentBillOfMaterialsProduct)
func (*NullableEnvironmentBillOfMaterialsProduct) UnmarshalJSON ¶
func (v *NullableEnvironmentBillOfMaterialsProduct) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentBillOfMaterialsProduct) Unset ¶
func (v *NullableEnvironmentBillOfMaterialsProduct) Unset()
type NullableEnvironmentBillOfMaterialsProductBookmark ¶
type NullableEnvironmentBillOfMaterialsProductBookmark struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentBillOfMaterialsProductBookmark ¶
func NewNullableEnvironmentBillOfMaterialsProductBookmark(val *EnvironmentBillOfMaterialsProductBookmark) *NullableEnvironmentBillOfMaterialsProductBookmark
func (NullableEnvironmentBillOfMaterialsProductBookmark) IsSet ¶
func (v NullableEnvironmentBillOfMaterialsProductBookmark) IsSet() bool
func (NullableEnvironmentBillOfMaterialsProductBookmark) MarshalJSON ¶
func (v NullableEnvironmentBillOfMaterialsProductBookmark) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentBillOfMaterialsProductBookmark) UnmarshalJSON ¶
func (v *NullableEnvironmentBillOfMaterialsProductBookmark) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentBillOfMaterialsProductBookmark) Unset ¶
func (v *NullableEnvironmentBillOfMaterialsProductBookmark) Unset()
type NullableEnvironmentBillOfMaterialsProductConsole ¶
type NullableEnvironmentBillOfMaterialsProductConsole struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentBillOfMaterialsProductConsole ¶
func NewNullableEnvironmentBillOfMaterialsProductConsole(val *EnvironmentBillOfMaterialsProductConsole) *NullableEnvironmentBillOfMaterialsProductConsole
func (NullableEnvironmentBillOfMaterialsProductConsole) IsSet ¶
func (v NullableEnvironmentBillOfMaterialsProductConsole) IsSet() bool
func (NullableEnvironmentBillOfMaterialsProductConsole) MarshalJSON ¶
func (v NullableEnvironmentBillOfMaterialsProductConsole) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentBillOfMaterialsProductConsole) UnmarshalJSON ¶
func (v *NullableEnvironmentBillOfMaterialsProductConsole) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentBillOfMaterialsProductConsole) Unset ¶
func (v *NullableEnvironmentBillOfMaterialsProductConsole) Unset()
type NullableEnvironmentBillOfMaterialsProductType ¶
type NullableEnvironmentBillOfMaterialsProductType struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentBillOfMaterialsProductType ¶
func NewNullableEnvironmentBillOfMaterialsProductType(val *EnvironmentBillOfMaterialsProductType) *NullableEnvironmentBillOfMaterialsProductType
func (NullableEnvironmentBillOfMaterialsProductType) IsSet ¶
func (v NullableEnvironmentBillOfMaterialsProductType) IsSet() bool
func (NullableEnvironmentBillOfMaterialsProductType) MarshalJSON ¶
func (v NullableEnvironmentBillOfMaterialsProductType) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentBillOfMaterialsProductType) Set ¶
func (v *NullableEnvironmentBillOfMaterialsProductType) Set(val *EnvironmentBillOfMaterialsProductType)
func (*NullableEnvironmentBillOfMaterialsProductType) UnmarshalJSON ¶
func (v *NullableEnvironmentBillOfMaterialsProductType) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentBillOfMaterialsProductType) Unset ¶
func (v *NullableEnvironmentBillOfMaterialsProductType) Unset()
type NullableEnvironmentBillOfMaterialsReplaceRequest ¶
type NullableEnvironmentBillOfMaterialsReplaceRequest struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentBillOfMaterialsReplaceRequest ¶
func NewNullableEnvironmentBillOfMaterialsReplaceRequest(val *EnvironmentBillOfMaterialsReplaceRequest) *NullableEnvironmentBillOfMaterialsReplaceRequest
func (NullableEnvironmentBillOfMaterialsReplaceRequest) IsSet ¶
func (v NullableEnvironmentBillOfMaterialsReplaceRequest) IsSet() bool
func (NullableEnvironmentBillOfMaterialsReplaceRequest) MarshalJSON ¶
func (v NullableEnvironmentBillOfMaterialsReplaceRequest) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentBillOfMaterialsReplaceRequest) UnmarshalJSON ¶
func (v *NullableEnvironmentBillOfMaterialsReplaceRequest) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentBillOfMaterialsReplaceRequest) Unset ¶
func (v *NullableEnvironmentBillOfMaterialsReplaceRequest) Unset()
type NullableEnvironmentBillOfMaterialsResponse ¶
type NullableEnvironmentBillOfMaterialsResponse struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentBillOfMaterialsResponse ¶
func NewNullableEnvironmentBillOfMaterialsResponse(val *EnvironmentBillOfMaterialsResponse) *NullableEnvironmentBillOfMaterialsResponse
func (NullableEnvironmentBillOfMaterialsResponse) IsSet ¶
func (v NullableEnvironmentBillOfMaterialsResponse) IsSet() bool
func (NullableEnvironmentBillOfMaterialsResponse) MarshalJSON ¶
func (v NullableEnvironmentBillOfMaterialsResponse) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentBillOfMaterialsResponse) Set ¶
func (v *NullableEnvironmentBillOfMaterialsResponse) Set(val *EnvironmentBillOfMaterialsResponse)
func (*NullableEnvironmentBillOfMaterialsResponse) UnmarshalJSON ¶
func (v *NullableEnvironmentBillOfMaterialsResponse) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentBillOfMaterialsResponse) Unset ¶
func (v *NullableEnvironmentBillOfMaterialsResponse) Unset()
type NullableEnvironmentBillOfMaterialsSolutionType ¶
type NullableEnvironmentBillOfMaterialsSolutionType struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentBillOfMaterialsSolutionType ¶
func NewNullableEnvironmentBillOfMaterialsSolutionType(val *EnvironmentBillOfMaterialsSolutionType) *NullableEnvironmentBillOfMaterialsSolutionType
func (NullableEnvironmentBillOfMaterialsSolutionType) IsSet ¶
func (v NullableEnvironmentBillOfMaterialsSolutionType) IsSet() bool
func (NullableEnvironmentBillOfMaterialsSolutionType) MarshalJSON ¶
func (v NullableEnvironmentBillOfMaterialsSolutionType) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentBillOfMaterialsSolutionType) Set ¶
func (v *NullableEnvironmentBillOfMaterialsSolutionType) Set(val *EnvironmentBillOfMaterialsSolutionType)
func (*NullableEnvironmentBillOfMaterialsSolutionType) UnmarshalJSON ¶
func (v *NullableEnvironmentBillOfMaterialsSolutionType) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentBillOfMaterialsSolutionType) Unset ¶
func (v *NullableEnvironmentBillOfMaterialsSolutionType) Unset()
type NullableEnvironmentCapabilities ¶
type NullableEnvironmentCapabilities struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentCapabilities ¶
func NewNullableEnvironmentCapabilities(val *EnvironmentCapabilities) *NullableEnvironmentCapabilities
func (NullableEnvironmentCapabilities) Get ¶
func (v NullableEnvironmentCapabilities) Get() *EnvironmentCapabilities
func (NullableEnvironmentCapabilities) IsSet ¶
func (v NullableEnvironmentCapabilities) IsSet() bool
func (NullableEnvironmentCapabilities) MarshalJSON ¶
func (v NullableEnvironmentCapabilities) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentCapabilities) Set ¶
func (v *NullableEnvironmentCapabilities) Set(val *EnvironmentCapabilities)
func (*NullableEnvironmentCapabilities) UnmarshalJSON ¶
func (v *NullableEnvironmentCapabilities) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentCapabilities) Unset ¶
func (v *NullableEnvironmentCapabilities) Unset()
type NullableEnvironmentCapabilitiesLinks ¶
type NullableEnvironmentCapabilitiesLinks struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentCapabilitiesLinks ¶
func NewNullableEnvironmentCapabilitiesLinks(val *EnvironmentCapabilitiesLinks) *NullableEnvironmentCapabilitiesLinks
func (NullableEnvironmentCapabilitiesLinks) Get ¶
func (v NullableEnvironmentCapabilitiesLinks) Get() *EnvironmentCapabilitiesLinks
func (NullableEnvironmentCapabilitiesLinks) IsSet ¶
func (v NullableEnvironmentCapabilitiesLinks) IsSet() bool
func (NullableEnvironmentCapabilitiesLinks) MarshalJSON ¶
func (v NullableEnvironmentCapabilitiesLinks) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentCapabilitiesLinks) Set ¶
func (v *NullableEnvironmentCapabilitiesLinks) Set(val *EnvironmentCapabilitiesLinks)
func (*NullableEnvironmentCapabilitiesLinks) UnmarshalJSON ¶
func (v *NullableEnvironmentCapabilitiesLinks) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentCapabilitiesLinks) Unset ¶
func (v *NullableEnvironmentCapabilitiesLinks) Unset()
type NullableEnvironmentCreateRequest ¶
type NullableEnvironmentCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentCreateRequest ¶
func NewNullableEnvironmentCreateRequest(val *EnvironmentCreateRequest) *NullableEnvironmentCreateRequest
func (NullableEnvironmentCreateRequest) Get ¶
func (v NullableEnvironmentCreateRequest) Get() *EnvironmentCreateRequest
func (NullableEnvironmentCreateRequest) IsSet ¶
func (v NullableEnvironmentCreateRequest) IsSet() bool
func (NullableEnvironmentCreateRequest) MarshalJSON ¶
func (v NullableEnvironmentCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentCreateRequest) Set ¶
func (v *NullableEnvironmentCreateRequest) Set(val *EnvironmentCreateRequest)
func (*NullableEnvironmentCreateRequest) UnmarshalJSON ¶
func (v *NullableEnvironmentCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentCreateRequest) Unset ¶
func (v *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) IsSet ¶ added in v0.3.1
func (v NullableEnvironmentCreateRequestSubtype) IsSet() bool
func (NullableEnvironmentCreateRequestSubtype) MarshalJSON ¶ added in v0.3.1
func (v NullableEnvironmentCreateRequestSubtype) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentCreateRequestSubtype) Set ¶ added in v0.3.1
func (v *NullableEnvironmentCreateRequestSubtype) Set(val *EnvironmentCreateRequestSubtype)
func (*NullableEnvironmentCreateRequestSubtype) UnmarshalJSON ¶ added in v0.3.1
func (v *NullableEnvironmentCreateRequestSubtype) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentCreateRequestSubtype) Unset ¶ added in v0.3.1
func (v *NullableEnvironmentCreateRequestSubtype) Unset()
type NullableEnvironmentLicense ¶
type NullableEnvironmentLicense struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentLicense ¶
func NewNullableEnvironmentLicense(val *EnvironmentLicense) *NullableEnvironmentLicense
func (NullableEnvironmentLicense) Get ¶
func (v NullableEnvironmentLicense) Get() *EnvironmentLicense
func (NullableEnvironmentLicense) IsSet ¶
func (v NullableEnvironmentLicense) IsSet() bool
func (NullableEnvironmentLicense) MarshalJSON ¶
func (v NullableEnvironmentLicense) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentLicense) Set ¶
func (v *NullableEnvironmentLicense) Set(val *EnvironmentLicense)
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 NewNullableEnvironmentLicenseQuantities ¶
func NewNullableEnvironmentLicenseQuantities(val *EnvironmentLicenseQuantities) *NullableEnvironmentLicenseQuantities
func (NullableEnvironmentLicenseQuantities) Get ¶
func (v NullableEnvironmentLicenseQuantities) Get() *EnvironmentLicenseQuantities
func (NullableEnvironmentLicenseQuantities) IsSet ¶
func (v NullableEnvironmentLicenseQuantities) IsSet() bool
func (NullableEnvironmentLicenseQuantities) MarshalJSON ¶
func (v NullableEnvironmentLicenseQuantities) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentLicenseQuantities) Set ¶
func (v *NullableEnvironmentLicenseQuantities) Set(val *EnvironmentLicenseQuantities)
func (*NullableEnvironmentLicenseQuantities) UnmarshalJSON ¶
func (v *NullableEnvironmentLicenseQuantities) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentLicenseQuantities) Unset ¶
func (v *NullableEnvironmentLicenseQuantities) Unset()
type NullableEnvironmentRegionCode ¶
type NullableEnvironmentRegionCode struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentRegionCode ¶
func NewNullableEnvironmentRegionCode(val *EnvironmentRegionCode) *NullableEnvironmentRegionCode
func (NullableEnvironmentRegionCode) Get ¶
func (v NullableEnvironmentRegionCode) Get() *EnvironmentRegionCode
func (NullableEnvironmentRegionCode) IsSet ¶
func (v NullableEnvironmentRegionCode) IsSet() bool
func (NullableEnvironmentRegionCode) MarshalJSON ¶
func (v NullableEnvironmentRegionCode) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentRegionCode) Set ¶
func (v *NullableEnvironmentRegionCode) Set(val *EnvironmentRegionCode)
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 NewNullableEnvironmentReplaceRequest ¶
func NewNullableEnvironmentReplaceRequest(val *EnvironmentReplaceRequest) *NullableEnvironmentReplaceRequest
func (NullableEnvironmentReplaceRequest) Get ¶
func (v NullableEnvironmentReplaceRequest) Get() *EnvironmentReplaceRequest
func (NullableEnvironmentReplaceRequest) IsSet ¶
func (v NullableEnvironmentReplaceRequest) IsSet() bool
func (NullableEnvironmentReplaceRequest) MarshalJSON ¶
func (v NullableEnvironmentReplaceRequest) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentReplaceRequest) Set ¶
func (v *NullableEnvironmentReplaceRequest) Set(val *EnvironmentReplaceRequest)
func (*NullableEnvironmentReplaceRequest) UnmarshalJSON ¶
func (v *NullableEnvironmentReplaceRequest) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentReplaceRequest) Unset ¶
func (v *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) IsSet ¶ added in v0.3.1
func (v NullableEnvironmentReplaceRequestSubtype) IsSet() bool
func (NullableEnvironmentReplaceRequestSubtype) MarshalJSON ¶ added in v0.3.1
func (v NullableEnvironmentReplaceRequestSubtype) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentReplaceRequestSubtype) Set ¶ added in v0.3.1
func (v *NullableEnvironmentReplaceRequestSubtype) Set(val *EnvironmentReplaceRequestSubtype)
func (*NullableEnvironmentReplaceRequestSubtype) UnmarshalJSON ¶ added in v0.3.1
func (v *NullableEnvironmentReplaceRequestSubtype) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentReplaceRequestSubtype) Unset ¶ added in v0.3.1
func (v *NullableEnvironmentReplaceRequestSubtype) Unset()
type NullableEnvironmentResponse ¶
type NullableEnvironmentResponse struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentResponse ¶
func NewNullableEnvironmentResponse(val *EnvironmentResponse) *NullableEnvironmentResponse
func (NullableEnvironmentResponse) Get ¶
func (v NullableEnvironmentResponse) Get() *EnvironmentResponse
func (NullableEnvironmentResponse) IsSet ¶
func (v NullableEnvironmentResponse) IsSet() bool
func (NullableEnvironmentResponse) MarshalJSON ¶
func (v NullableEnvironmentResponse) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentResponse) Set ¶
func (v *NullableEnvironmentResponse) Set(val *EnvironmentResponse)
func (*NullableEnvironmentResponse) UnmarshalJSON ¶
func (v *NullableEnvironmentResponse) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentResponse) Unset ¶
func (v *NullableEnvironmentResponse) Unset()
type NullableEnvironmentResponseLinks ¶
type NullableEnvironmentResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentResponseLinks ¶
func NewNullableEnvironmentResponseLinks(val *EnvironmentResponseLinks) *NullableEnvironmentResponseLinks
func (NullableEnvironmentResponseLinks) Get ¶
func (v NullableEnvironmentResponseLinks) Get() *EnvironmentResponseLinks
func (NullableEnvironmentResponseLinks) IsSet ¶
func (v NullableEnvironmentResponseLinks) IsSet() bool
func (NullableEnvironmentResponseLinks) MarshalJSON ¶
func (v NullableEnvironmentResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentResponseLinks) Set ¶
func (v *NullableEnvironmentResponseLinks) Set(val *EnvironmentResponseLinks)
func (*NullableEnvironmentResponseLinks) UnmarshalJSON ¶
func (v *NullableEnvironmentResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentResponseLinks) Unset ¶
func (v *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 (v NullableEnvironmentResponseSubtype) Get() *EnvironmentResponseSubtype
func (NullableEnvironmentResponseSubtype) IsSet ¶ added in v0.3.1
func (v NullableEnvironmentResponseSubtype) IsSet() bool
func (NullableEnvironmentResponseSubtype) MarshalJSON ¶ added in v0.3.1
func (v NullableEnvironmentResponseSubtype) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentResponseSubtype) Set ¶ added in v0.3.1
func (v *NullableEnvironmentResponseSubtype) Set(val *EnvironmentResponseSubtype)
func (*NullableEnvironmentResponseSubtype) UnmarshalJSON ¶ added in v0.3.1
func (v *NullableEnvironmentResponseSubtype) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentResponseSubtype) Unset ¶ added in v0.3.1
func (v *NullableEnvironmentResponseSubtype) Unset()
type NullableEnvironmentStatusValue ¶
type NullableEnvironmentStatusValue struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentStatusValue ¶
func NewNullableEnvironmentStatusValue(val *EnvironmentStatusValue) *NullableEnvironmentStatusValue
func (NullableEnvironmentStatusValue) Get ¶
func (v NullableEnvironmentStatusValue) Get() *EnvironmentStatusValue
func (NullableEnvironmentStatusValue) IsSet ¶
func (v NullableEnvironmentStatusValue) IsSet() bool
func (NullableEnvironmentStatusValue) MarshalJSON ¶
func (v NullableEnvironmentStatusValue) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentStatusValue) Set ¶
func (v *NullableEnvironmentStatusValue) Set(val *EnvironmentStatusValue)
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 NewNullableEnvironmentTypeValue ¶
func NewNullableEnvironmentTypeValue(val *EnvironmentTypeValue) *NullableEnvironmentTypeValue
func (NullableEnvironmentTypeValue) Get ¶
func (v NullableEnvironmentTypeValue) Get() *EnvironmentTypeValue
func (NullableEnvironmentTypeValue) IsSet ¶
func (v NullableEnvironmentTypeValue) IsSet() bool
func (NullableEnvironmentTypeValue) MarshalJSON ¶
func (v NullableEnvironmentTypeValue) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentTypeValue) Set ¶
func (v *NullableEnvironmentTypeValue) Set(val *EnvironmentTypeValue)
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 NewNullableEnvironmentsCollectionResponse ¶
func NewNullableEnvironmentsCollectionResponse(val *EnvironmentsCollectionResponse) *NullableEnvironmentsCollectionResponse
func (NullableEnvironmentsCollectionResponse) Get ¶
func (v NullableEnvironmentsCollectionResponse) Get() *EnvironmentsCollectionResponse
func (NullableEnvironmentsCollectionResponse) IsSet ¶
func (v NullableEnvironmentsCollectionResponse) IsSet() bool
func (NullableEnvironmentsCollectionResponse) MarshalJSON ¶
func (v NullableEnvironmentsCollectionResponse) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentsCollectionResponse) Set ¶
func (v *NullableEnvironmentsCollectionResponse) Set(val *EnvironmentsCollectionResponse)
func (*NullableEnvironmentsCollectionResponse) UnmarshalJSON ¶
func (v *NullableEnvironmentsCollectionResponse) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentsCollectionResponse) Unset ¶
func (v *NullableEnvironmentsCollectionResponse) Unset()
type NullableEnvironmentsCollectionResponseEmbedded ¶
type NullableEnvironmentsCollectionResponseEmbedded struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentsCollectionResponseEmbedded ¶
func NewNullableEnvironmentsCollectionResponseEmbedded(val *EnvironmentsCollectionResponseEmbedded) *NullableEnvironmentsCollectionResponseEmbedded
func (NullableEnvironmentsCollectionResponseEmbedded) IsSet ¶
func (v NullableEnvironmentsCollectionResponseEmbedded) IsSet() bool
func (NullableEnvironmentsCollectionResponseEmbedded) MarshalJSON ¶
func (v NullableEnvironmentsCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentsCollectionResponseEmbedded) Set ¶
func (v *NullableEnvironmentsCollectionResponseEmbedded) Set(val *EnvironmentsCollectionResponseEmbedded)
func (*NullableEnvironmentsCollectionResponseEmbedded) UnmarshalJSON ¶
func (v *NullableEnvironmentsCollectionResponseEmbedded) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentsCollectionResponseEmbedded) Unset ¶
func (v *NullableEnvironmentsCollectionResponseEmbedded) Unset()
type NullableEnvironmentsCollectionResponseLinks ¶
type NullableEnvironmentsCollectionResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentsCollectionResponseLinks ¶
func NewNullableEnvironmentsCollectionResponseLinks(val *EnvironmentsCollectionResponseLinks) *NullableEnvironmentsCollectionResponseLinks
func (NullableEnvironmentsCollectionResponseLinks) IsSet ¶
func (v NullableEnvironmentsCollectionResponseLinks) IsSet() bool
func (NullableEnvironmentsCollectionResponseLinks) MarshalJSON ¶
func (v NullableEnvironmentsCollectionResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentsCollectionResponseLinks) Set ¶
func (v *NullableEnvironmentsCollectionResponseLinks) Set(val *EnvironmentsCollectionResponseLinks)
func (*NullableEnvironmentsCollectionResponseLinks) UnmarshalJSON ¶
func (v *NullableEnvironmentsCollectionResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentsCollectionResponseLinks) Unset ¶
func (v *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 (v NullableForbiddenError) Get() *ForbiddenError
func (NullableForbiddenError) IsSet ¶
func (v NullableForbiddenError) IsSet() bool
func (NullableForbiddenError) MarshalJSON ¶
func (v NullableForbiddenError) MarshalJSON() ([]byte, error)
func (*NullableForbiddenError) Set ¶
func (v *NullableForbiddenError) Set(val *ForbiddenError)
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 (v NullableForbiddenErrorCode) Get() *ForbiddenErrorCode
func (NullableForbiddenErrorCode) IsSet ¶
func (v NullableForbiddenErrorCode) IsSet() bool
func (NullableForbiddenErrorCode) MarshalJSON ¶
func (v NullableForbiddenErrorCode) MarshalJSON() ([]byte, error)
func (*NullableForbiddenErrorCode) Set ¶
func (v *NullableForbiddenErrorCode) Set(val *ForbiddenErrorCode)
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 NewNullableForbiddenErrorDetail ¶
func NewNullableForbiddenErrorDetail(val *ForbiddenErrorDetail) *NullableForbiddenErrorDetail
func (NullableForbiddenErrorDetail) Get ¶
func (v NullableForbiddenErrorDetail) Get() *ForbiddenErrorDetail
func (NullableForbiddenErrorDetail) IsSet ¶
func (v NullableForbiddenErrorDetail) IsSet() bool
func (NullableForbiddenErrorDetail) MarshalJSON ¶
func (v NullableForbiddenErrorDetail) MarshalJSON() ([]byte, error)
func (*NullableForbiddenErrorDetail) Set ¶
func (v *NullableForbiddenErrorDetail) Set(val *ForbiddenErrorDetail)
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 NewNullableForbiddenErrorDetailCode ¶
func NewNullableForbiddenErrorDetailCode(val *ForbiddenErrorDetailCode) *NullableForbiddenErrorDetailCode
func (NullableForbiddenErrorDetailCode) Get ¶
func (v NullableForbiddenErrorDetailCode) Get() *ForbiddenErrorDetailCode
func (NullableForbiddenErrorDetailCode) IsSet ¶
func (v NullableForbiddenErrorDetailCode) IsSet() bool
func (NullableForbiddenErrorDetailCode) MarshalJSON ¶
func (v NullableForbiddenErrorDetailCode) MarshalJSON() ([]byte, error)
func (*NullableForbiddenErrorDetailCode) Set ¶
func (v *NullableForbiddenErrorDetailCode) Set(val *ForbiddenErrorDetailCode)
func (*NullableForbiddenErrorDetailCode) UnmarshalJSON ¶
func (v *NullableForbiddenErrorDetailCode) UnmarshalJSON(src []byte) error
func (*NullableForbiddenErrorDetailCode) Unset ¶
func (v *NullableForbiddenErrorDetailCode) Unset()
type NullableForbiddenErrorDetailInnerError ¶
type NullableForbiddenErrorDetailInnerError struct {
// contains filtered or unexported fields
}
func NewNullableForbiddenErrorDetailInnerError ¶
func NewNullableForbiddenErrorDetailInnerError(val *ForbiddenErrorDetailInnerError) *NullableForbiddenErrorDetailInnerError
func (NullableForbiddenErrorDetailInnerError) Get ¶
func (v NullableForbiddenErrorDetailInnerError) Get() *ForbiddenErrorDetailInnerError
func (NullableForbiddenErrorDetailInnerError) IsSet ¶
func (v NullableForbiddenErrorDetailInnerError) IsSet() bool
func (NullableForbiddenErrorDetailInnerError) MarshalJSON ¶
func (v NullableForbiddenErrorDetailInnerError) MarshalJSON() ([]byte, error)
func (*NullableForbiddenErrorDetailInnerError) Set ¶
func (v *NullableForbiddenErrorDetailInnerError) Set(val *ForbiddenErrorDetailInnerError)
func (*NullableForbiddenErrorDetailInnerError) UnmarshalJSON ¶
func (v *NullableForbiddenErrorDetailInnerError) UnmarshalJSON(src []byte) error
func (*NullableForbiddenErrorDetailInnerError) Unset ¶
func (v *NullableForbiddenErrorDetailInnerError) Unset()
type NullableGeneralError ¶
type NullableGeneralError struct {
// contains filtered or unexported fields
}
func NewNullableGeneralError ¶
func NewNullableGeneralError(val *GeneralError) *NullableGeneralError
func (NullableGeneralError) Get ¶
func (v NullableGeneralError) Get() *GeneralError
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 (v NullableGeneralErrorDetail) Get() *GeneralErrorDetail
func (NullableGeneralErrorDetail) IsSet ¶
func (v NullableGeneralErrorDetail) IsSet() bool
func (NullableGeneralErrorDetail) MarshalJSON ¶
func (v NullableGeneralErrorDetail) MarshalJSON() ([]byte, error)
func (*NullableGeneralErrorDetail) Set ¶
func (v *NullableGeneralErrorDetail) Set(val *GeneralErrorDetail)
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 NewNullableInternalServerError ¶
func NewNullableInternalServerError(val *InternalServerError) *NullableInternalServerError
func (NullableInternalServerError) Get ¶
func (v NullableInternalServerError) Get() *InternalServerError
func (NullableInternalServerError) IsSet ¶
func (v NullableInternalServerError) IsSet() bool
func (NullableInternalServerError) MarshalJSON ¶
func (v NullableInternalServerError) MarshalJSON() ([]byte, error)
func (*NullableInternalServerError) Set ¶
func (v *NullableInternalServerError) Set(val *InternalServerError)
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 NewNullableInternalServerErrorCode ¶
func NewNullableInternalServerErrorCode(val *InternalServerErrorCode) *NullableInternalServerErrorCode
func (NullableInternalServerErrorCode) Get ¶
func (v NullableInternalServerErrorCode) Get() *InternalServerErrorCode
func (NullableInternalServerErrorCode) IsSet ¶
func (v NullableInternalServerErrorCode) IsSet() bool
func (NullableInternalServerErrorCode) MarshalJSON ¶
func (v NullableInternalServerErrorCode) MarshalJSON() ([]byte, error)
func (*NullableInternalServerErrorCode) Set ¶
func (v *NullableInternalServerErrorCode) Set(val *InternalServerErrorCode)
func (*NullableInternalServerErrorCode) UnmarshalJSON ¶
func (v *NullableInternalServerErrorCode) UnmarshalJSON(src []byte) error
func (*NullableInternalServerErrorCode) Unset ¶
func (v *NullableInternalServerErrorCode) Unset()
type NullableInternalServerErrorDetail ¶
type NullableInternalServerErrorDetail struct {
// contains filtered or unexported fields
}
func NewNullableInternalServerErrorDetail ¶
func NewNullableInternalServerErrorDetail(val *InternalServerErrorDetail) *NullableInternalServerErrorDetail
func (NullableInternalServerErrorDetail) Get ¶
func (v NullableInternalServerErrorDetail) Get() *InternalServerErrorDetail
func (NullableInternalServerErrorDetail) IsSet ¶
func (v NullableInternalServerErrorDetail) IsSet() bool
func (NullableInternalServerErrorDetail) MarshalJSON ¶
func (v NullableInternalServerErrorDetail) MarshalJSON() ([]byte, error)
func (*NullableInternalServerErrorDetail) Set ¶
func (v *NullableInternalServerErrorDetail) Set(val *InternalServerErrorDetail)
func (*NullableInternalServerErrorDetail) UnmarshalJSON ¶
func (v *NullableInternalServerErrorDetail) UnmarshalJSON(src []byte) error
func (*NullableInternalServerErrorDetail) Unset ¶
func (v *NullableInternalServerErrorDetail) Unset()
type NullableJSONHALLink ¶
type NullableJSONHALLink struct {
// contains filtered or unexported fields
}
func NewNullableJSONHALLink ¶
func NewNullableJSONHALLink(val *JSONHALLink) *NullableJSONHALLink
func (NullableJSONHALLink) Get ¶
func (v NullableJSONHALLink) Get() *JSONHALLink
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 (v NullableNotFoundError) Get() *NotFoundError
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 (v NullableNotFoundErrorCode) Get() *NotFoundErrorCode
func (NullableNotFoundErrorCode) IsSet ¶
func (v NullableNotFoundErrorCode) IsSet() bool
func (NullableNotFoundErrorCode) MarshalJSON ¶
func (v NullableNotFoundErrorCode) MarshalJSON() ([]byte, error)
func (*NullableNotFoundErrorCode) Set ¶
func (v *NullableNotFoundErrorCode) Set(val *NotFoundErrorCode)
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 NewNullableNotFoundErrorDetail ¶
func NewNullableNotFoundErrorDetail(val *NotFoundErrorDetail) *NullableNotFoundErrorDetail
func (NullableNotFoundErrorDetail) Get ¶
func (v NullableNotFoundErrorDetail) Get() *NotFoundErrorDetail
func (NullableNotFoundErrorDetail) IsSet ¶
func (v NullableNotFoundErrorDetail) IsSet() bool
func (NullableNotFoundErrorDetail) MarshalJSON ¶
func (v NullableNotFoundErrorDetail) MarshalJSON() ([]byte, error)
func (*NullableNotFoundErrorDetail) Set ¶
func (v *NullableNotFoundErrorDetail) Set(val *NotFoundErrorDetail)
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 NewNullablePingOneApplicationDaVinciFlowPolicy ¶ added in v0.3.0
func NewNullablePingOneApplicationDaVinciFlowPolicy(val *PingOneApplicationDaVinciFlowPolicy) *NullablePingOneApplicationDaVinciFlowPolicy
func (NullablePingOneApplicationDaVinciFlowPolicy) IsSet ¶ added in v0.3.0
func (v NullablePingOneApplicationDaVinciFlowPolicy) IsSet() bool
func (NullablePingOneApplicationDaVinciFlowPolicy) MarshalJSON ¶ added in v0.3.0
func (v NullablePingOneApplicationDaVinciFlowPolicy) MarshalJSON() ([]byte, error)
func (*NullablePingOneApplicationDaVinciFlowPolicy) Set ¶ added in v0.3.0
func (v *NullablePingOneApplicationDaVinciFlowPolicy) Set(val *PingOneApplicationDaVinciFlowPolicy)
func (*NullablePingOneApplicationDaVinciFlowPolicy) UnmarshalJSON ¶ added in v0.3.0
func (v *NullablePingOneApplicationDaVinciFlowPolicy) UnmarshalJSON(src []byte) error
func (*NullablePingOneApplicationDaVinciFlowPolicy) Unset ¶ added in v0.3.0
func (v *NullablePingOneApplicationDaVinciFlowPolicy) Unset()
type NullablePingOneApplicationDaVinciFlowPolicyLinks ¶ added in v0.3.0
type NullablePingOneApplicationDaVinciFlowPolicyLinks struct {
// contains filtered or unexported fields
}
func NewNullablePingOneApplicationDaVinciFlowPolicyLinks ¶ added in v0.3.0
func NewNullablePingOneApplicationDaVinciFlowPolicyLinks(val *PingOneApplicationDaVinciFlowPolicyLinks) *NullablePingOneApplicationDaVinciFlowPolicyLinks
func (NullablePingOneApplicationDaVinciFlowPolicyLinks) IsSet ¶ added in v0.3.0
func (v NullablePingOneApplicationDaVinciFlowPolicyLinks) IsSet() bool
func (NullablePingOneApplicationDaVinciFlowPolicyLinks) MarshalJSON ¶ added in v0.3.0
func (v NullablePingOneApplicationDaVinciFlowPolicyLinks) MarshalJSON() ([]byte, error)
func (*NullablePingOneApplicationDaVinciFlowPolicyLinks) UnmarshalJSON ¶ added in v0.3.0
func (v *NullablePingOneApplicationDaVinciFlowPolicyLinks) UnmarshalJSON(src []byte) error
func (*NullablePingOneApplicationDaVinciFlowPolicyLinks) Unset ¶ added in v0.3.0
func (v *NullablePingOneApplicationDaVinciFlowPolicyLinks) Unset()
type NullablePingOneApplicationFlowPolicyAssignmentApplication ¶ added in v0.3.0
type NullablePingOneApplicationFlowPolicyAssignmentApplication struct {
// contains filtered or unexported fields
}
func NewNullablePingOneApplicationFlowPolicyAssignmentApplication ¶ added in v0.3.0
func NewNullablePingOneApplicationFlowPolicyAssignmentApplication(val *PingOneApplicationFlowPolicyAssignmentApplication) *NullablePingOneApplicationFlowPolicyAssignmentApplication
func (NullablePingOneApplicationFlowPolicyAssignmentApplication) IsSet ¶ added in v0.3.0
func (v NullablePingOneApplicationFlowPolicyAssignmentApplication) IsSet() bool
func (NullablePingOneApplicationFlowPolicyAssignmentApplication) MarshalJSON ¶ added in v0.3.0
func (v NullablePingOneApplicationFlowPolicyAssignmentApplication) MarshalJSON() ([]byte, error)
func (*NullablePingOneApplicationFlowPolicyAssignmentApplication) UnmarshalJSON ¶ added in v0.3.0
func (v *NullablePingOneApplicationFlowPolicyAssignmentApplication) UnmarshalJSON(src []byte) error
func (*NullablePingOneApplicationFlowPolicyAssignmentApplication) Unset ¶ added in v0.3.0
func (v *NullablePingOneApplicationFlowPolicyAssignmentApplication) Unset()
type NullableResourceRelationshipDaVinci ¶
type NullableResourceRelationshipDaVinci struct {
// contains filtered or unexported fields
}
func NewNullableResourceRelationshipDaVinci ¶
func NewNullableResourceRelationshipDaVinci(val *ResourceRelationshipDaVinci) *NullableResourceRelationshipDaVinci
func (NullableResourceRelationshipDaVinci) Get ¶
func (v NullableResourceRelationshipDaVinci) Get() *ResourceRelationshipDaVinci
func (NullableResourceRelationshipDaVinci) IsSet ¶
func (v NullableResourceRelationshipDaVinci) IsSet() bool
func (NullableResourceRelationshipDaVinci) MarshalJSON ¶
func (v NullableResourceRelationshipDaVinci) MarshalJSON() ([]byte, error)
func (*NullableResourceRelationshipDaVinci) Set ¶
func (v *NullableResourceRelationshipDaVinci) Set(val *ResourceRelationshipDaVinci)
func (*NullableResourceRelationshipDaVinci) UnmarshalJSON ¶
func (v *NullableResourceRelationshipDaVinci) UnmarshalJSON(src []byte) error
func (*NullableResourceRelationshipDaVinci) Unset ¶
func (v *NullableResourceRelationshipDaVinci) Unset()
type NullableResourceRelationshipDaVinciReadOnly ¶
type NullableResourceRelationshipDaVinciReadOnly struct {
// contains filtered or unexported fields
}
func NewNullableResourceRelationshipDaVinciReadOnly ¶
func NewNullableResourceRelationshipDaVinciReadOnly(val *ResourceRelationshipDaVinciReadOnly) *NullableResourceRelationshipDaVinciReadOnly
func (NullableResourceRelationshipDaVinciReadOnly) IsSet ¶
func (v NullableResourceRelationshipDaVinciReadOnly) IsSet() bool
func (NullableResourceRelationshipDaVinciReadOnly) MarshalJSON ¶
func (v NullableResourceRelationshipDaVinciReadOnly) MarshalJSON() ([]byte, error)
func (*NullableResourceRelationshipDaVinciReadOnly) Set ¶
func (v *NullableResourceRelationshipDaVinciReadOnly) Set(val *ResourceRelationshipDaVinciReadOnly)
func (*NullableResourceRelationshipDaVinciReadOnly) UnmarshalJSON ¶
func (v *NullableResourceRelationshipDaVinciReadOnly) UnmarshalJSON(src []byte) error
func (*NullableResourceRelationshipDaVinciReadOnly) Unset ¶
func (v *NullableResourceRelationshipDaVinciReadOnly) Unset()
type NullableResourceRelationshipGeneric ¶
type NullableResourceRelationshipGeneric struct {
// contains filtered or unexported fields
}
func NewNullableResourceRelationshipGeneric ¶
func NewNullableResourceRelationshipGeneric(val *ResourceRelationshipGeneric) *NullableResourceRelationshipGeneric
func (NullableResourceRelationshipGeneric) Get ¶
func (v NullableResourceRelationshipGeneric) Get() *ResourceRelationshipGeneric
func (NullableResourceRelationshipGeneric) IsSet ¶
func (v NullableResourceRelationshipGeneric) IsSet() bool
func (NullableResourceRelationshipGeneric) MarshalJSON ¶
func (v NullableResourceRelationshipGeneric) MarshalJSON() ([]byte, error)
func (*NullableResourceRelationshipGeneric) Set ¶
func (v *NullableResourceRelationshipGeneric) Set(val *ResourceRelationshipGeneric)
func (*NullableResourceRelationshipGeneric) UnmarshalJSON ¶
func (v *NullableResourceRelationshipGeneric) UnmarshalJSON(src []byte) error
func (*NullableResourceRelationshipGeneric) Unset ¶
func (v *NullableResourceRelationshipGeneric) Unset()
type NullableResourceRelationshipReadOnly ¶
type NullableResourceRelationshipReadOnly struct {
// contains filtered or unexported fields
}
func NewNullableResourceRelationshipReadOnly ¶
func NewNullableResourceRelationshipReadOnly(val *ResourceRelationshipReadOnly) *NullableResourceRelationshipReadOnly
func (NullableResourceRelationshipReadOnly) Get ¶
func (v NullableResourceRelationshipReadOnly) Get() *ResourceRelationshipReadOnly
func (NullableResourceRelationshipReadOnly) IsSet ¶
func (v NullableResourceRelationshipReadOnly) IsSet() bool
func (NullableResourceRelationshipReadOnly) MarshalJSON ¶
func (v NullableResourceRelationshipReadOnly) MarshalJSON() ([]byte, error)
func (*NullableResourceRelationshipReadOnly) Set ¶
func (v *NullableResourceRelationshipReadOnly) Set(val *ResourceRelationshipReadOnly)
func (*NullableResourceRelationshipReadOnly) UnmarshalJSON ¶
func (v *NullableResourceRelationshipReadOnly) UnmarshalJSON(src []byte) error
func (*NullableResourceRelationshipReadOnly) Unset ¶
func (v *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 (v NullableSnapshotRequest) Get() *SnapshotRequest
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 (v *NullableSnapshotRequest) Set(val *SnapshotRequest)
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 (v NullableSnapshotResourceInformation) Get() *SnapshotResourceInformation
func (NullableSnapshotResourceInformation) IsSet ¶ added in v0.2.0
func (v NullableSnapshotResourceInformation) IsSet() bool
func (NullableSnapshotResourceInformation) MarshalJSON ¶ added in v0.2.0
func (v NullableSnapshotResourceInformation) MarshalJSON() ([]byte, error)
func (*NullableSnapshotResourceInformation) Set ¶ added in v0.2.0
func (v *NullableSnapshotResourceInformation) Set(val *SnapshotResourceInformation)
func (*NullableSnapshotResourceInformation) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableSnapshotResourceInformation) UnmarshalJSON(src []byte) error
func (*NullableSnapshotResourceInformation) Unset ¶ added in v0.2.0
func (v *NullableSnapshotResourceInformation) Unset()
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) IsSet ¶ added in v0.2.0
func (v NullableSnapshotVersionCollectionResponse) IsSet() bool
func (NullableSnapshotVersionCollectionResponse) MarshalJSON ¶ added in v0.2.0
func (v NullableSnapshotVersionCollectionResponse) MarshalJSON() ([]byte, error)
func (*NullableSnapshotVersionCollectionResponse) Set ¶ added in v0.2.0
func (v *NullableSnapshotVersionCollectionResponse) Set(val *SnapshotVersionCollectionResponse)
func (*NullableSnapshotVersionCollectionResponse) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableSnapshotVersionCollectionResponse) UnmarshalJSON(src []byte) error
func (*NullableSnapshotVersionCollectionResponse) Unset ¶ added in v0.2.0
func (v *NullableSnapshotVersionCollectionResponse) Unset()
type NullableSnapshotVersionCollectionResponseEmbedded ¶ added in v0.2.0
type NullableSnapshotVersionCollectionResponseEmbedded struct {
// contains filtered or unexported fields
}
func NewNullableSnapshotVersionCollectionResponseEmbedded ¶ added in v0.2.0
func NewNullableSnapshotVersionCollectionResponseEmbedded(val *SnapshotVersionCollectionResponseEmbedded) *NullableSnapshotVersionCollectionResponseEmbedded
func (NullableSnapshotVersionCollectionResponseEmbedded) IsSet ¶ added in v0.2.0
func (v NullableSnapshotVersionCollectionResponseEmbedded) IsSet() bool
func (NullableSnapshotVersionCollectionResponseEmbedded) MarshalJSON ¶ added in v0.2.0
func (v NullableSnapshotVersionCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
func (*NullableSnapshotVersionCollectionResponseEmbedded) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableSnapshotVersionCollectionResponseEmbedded) UnmarshalJSON(src []byte) error
func (*NullableSnapshotVersionCollectionResponseEmbedded) Unset ¶ added in v0.2.0
func (v *NullableSnapshotVersionCollectionResponseEmbedded) Unset()
type NullableSnapshotVersionCollectionResponseLinks ¶ added in v0.2.0
type NullableSnapshotVersionCollectionResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableSnapshotVersionCollectionResponseLinks ¶ added in v0.2.0
func NewNullableSnapshotVersionCollectionResponseLinks(val *SnapshotVersionCollectionResponseLinks) *NullableSnapshotVersionCollectionResponseLinks
func (NullableSnapshotVersionCollectionResponseLinks) IsSet ¶ added in v0.2.0
func (v NullableSnapshotVersionCollectionResponseLinks) IsSet() bool
func (NullableSnapshotVersionCollectionResponseLinks) MarshalJSON ¶ added in v0.2.0
func (v NullableSnapshotVersionCollectionResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableSnapshotVersionCollectionResponseLinks) Set ¶ added in v0.2.0
func (v *NullableSnapshotVersionCollectionResponseLinks) Set(val *SnapshotVersionCollectionResponseLinks)
func (*NullableSnapshotVersionCollectionResponseLinks) UnmarshalJSON ¶ added in v0.2.0
func (v *NullableSnapshotVersionCollectionResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableSnapshotVersionCollectionResponseLinks) Unset ¶ added in v0.2.0
func (v *NullableSnapshotVersionCollectionResponseLinks) Unset()
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 (v NullableSnapshotView) Get() *SnapshotView
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 ¶ added in v0.2.0
type NullableSnapshotViewLinks struct {
// contains filtered or unexported fields
}
func NewNullableSnapshotViewLinks ¶ added in v0.2.0
func NewNullableSnapshotViewLinks(val *SnapshotViewLinks) *NullableSnapshotViewLinks
func (NullableSnapshotViewLinks) Get ¶ added in v0.2.0
func (v NullableSnapshotViewLinks) Get() *SnapshotViewLinks
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 (v *NullableSnapshotViewLinks) Set(val *SnapshotViewLinks)
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 (v NullableSnapshotViewStatus) Get() *SnapshotViewStatus
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 (v *NullableSnapshotViewStatus) Set(val *SnapshotViewStatus)
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 NewNullableTooManyRequestsError ¶
func NewNullableTooManyRequestsError(val *TooManyRequestsError) *NullableTooManyRequestsError
func (NullableTooManyRequestsError) Get ¶
func (v NullableTooManyRequestsError) Get() *TooManyRequestsError
func (NullableTooManyRequestsError) IsSet ¶
func (v NullableTooManyRequestsError) IsSet() bool
func (NullableTooManyRequestsError) MarshalJSON ¶
func (v NullableTooManyRequestsError) MarshalJSON() ([]byte, error)
func (*NullableTooManyRequestsError) Set ¶
func (v *NullableTooManyRequestsError) Set(val *TooManyRequestsError)
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 NewNullableTooManyRequestsErrorCode ¶
func NewNullableTooManyRequestsErrorCode(val *TooManyRequestsErrorCode) *NullableTooManyRequestsErrorCode
func (NullableTooManyRequestsErrorCode) Get ¶
func (v NullableTooManyRequestsErrorCode) Get() *TooManyRequestsErrorCode
func (NullableTooManyRequestsErrorCode) IsSet ¶
func (v NullableTooManyRequestsErrorCode) IsSet() bool
func (NullableTooManyRequestsErrorCode) MarshalJSON ¶
func (v NullableTooManyRequestsErrorCode) MarshalJSON() ([]byte, error)
func (*NullableTooManyRequestsErrorCode) Set ¶
func (v *NullableTooManyRequestsErrorCode) Set(val *TooManyRequestsErrorCode)
func (*NullableTooManyRequestsErrorCode) UnmarshalJSON ¶
func (v *NullableTooManyRequestsErrorCode) UnmarshalJSON(src []byte) error
func (*NullableTooManyRequestsErrorCode) Unset ¶
func (v *NullableTooManyRequestsErrorCode) Unset()
type NullableTooManyRequestsErrorDetail ¶
type NullableTooManyRequestsErrorDetail struct {
// contains filtered or unexported fields
}
func NewNullableTooManyRequestsErrorDetail ¶
func NewNullableTooManyRequestsErrorDetail(val *TooManyRequestsErrorDetail) *NullableTooManyRequestsErrorDetail
func (NullableTooManyRequestsErrorDetail) Get ¶
func (v NullableTooManyRequestsErrorDetail) Get() *TooManyRequestsErrorDetail
func (NullableTooManyRequestsErrorDetail) IsSet ¶
func (v NullableTooManyRequestsErrorDetail) IsSet() bool
func (NullableTooManyRequestsErrorDetail) MarshalJSON ¶
func (v NullableTooManyRequestsErrorDetail) MarshalJSON() ([]byte, error)
func (*NullableTooManyRequestsErrorDetail) Set ¶
func (v *NullableTooManyRequestsErrorDetail) Set(val *TooManyRequestsErrorDetail)
func (*NullableTooManyRequestsErrorDetail) UnmarshalJSON ¶
func (v *NullableTooManyRequestsErrorDetail) UnmarshalJSON(src []byte) error
func (*NullableTooManyRequestsErrorDetail) Unset ¶
func (v *NullableTooManyRequestsErrorDetail) Unset()
type NullableTooManyRequestsErrorDetailCode ¶
type NullableTooManyRequestsErrorDetailCode struct {
// contains filtered or unexported fields
}
func NewNullableTooManyRequestsErrorDetailCode ¶
func NewNullableTooManyRequestsErrorDetailCode(val *TooManyRequestsErrorDetailCode) *NullableTooManyRequestsErrorDetailCode
func (NullableTooManyRequestsErrorDetailCode) Get ¶
func (v NullableTooManyRequestsErrorDetailCode) Get() *TooManyRequestsErrorDetailCode
func (NullableTooManyRequestsErrorDetailCode) IsSet ¶
func (v NullableTooManyRequestsErrorDetailCode) IsSet() bool
func (NullableTooManyRequestsErrorDetailCode) MarshalJSON ¶
func (v NullableTooManyRequestsErrorDetailCode) MarshalJSON() ([]byte, error)
func (*NullableTooManyRequestsErrorDetailCode) Set ¶
func (v *NullableTooManyRequestsErrorDetailCode) Set(val *TooManyRequestsErrorDetailCode)
func (*NullableTooManyRequestsErrorDetailCode) UnmarshalJSON ¶
func (v *NullableTooManyRequestsErrorDetailCode) UnmarshalJSON(src []byte) error
func (*NullableTooManyRequestsErrorDetailCode) Unset ¶
func (v *NullableTooManyRequestsErrorDetailCode) Unset()
type NullableTooManyRequestsErrorDetailInnerError ¶
type NullableTooManyRequestsErrorDetailInnerError struct {
// contains filtered or unexported fields
}
func NewNullableTooManyRequestsErrorDetailInnerError ¶
func NewNullableTooManyRequestsErrorDetailInnerError(val *TooManyRequestsErrorDetailInnerError) *NullableTooManyRequestsErrorDetailInnerError
func (NullableTooManyRequestsErrorDetailInnerError) IsSet ¶
func (v NullableTooManyRequestsErrorDetailInnerError) IsSet() bool
func (NullableTooManyRequestsErrorDetailInnerError) MarshalJSON ¶
func (v NullableTooManyRequestsErrorDetailInnerError) MarshalJSON() ([]byte, error)
func (*NullableTooManyRequestsErrorDetailInnerError) Set ¶
func (v *NullableTooManyRequestsErrorDetailInnerError) Set(val *TooManyRequestsErrorDetailInnerError)
func (*NullableTooManyRequestsErrorDetailInnerError) UnmarshalJSON ¶
func (v *NullableTooManyRequestsErrorDetailInnerError) UnmarshalJSON(src []byte) error
func (*NullableTooManyRequestsErrorDetailInnerError) Unset ¶
func (v *NullableTooManyRequestsErrorDetailInnerError) Unset()
type NullableUnauthorizedError ¶
type NullableUnauthorizedError struct {
// contains filtered or unexported fields
}
func NewNullableUnauthorizedError ¶
func NewNullableUnauthorizedError(val *UnauthorizedError) *NullableUnauthorizedError
func (NullableUnauthorizedError) Get ¶
func (v NullableUnauthorizedError) Get() *UnauthorizedError
func (NullableUnauthorizedError) IsSet ¶
func (v NullableUnauthorizedError) IsSet() bool
func (NullableUnauthorizedError) MarshalJSON ¶
func (v NullableUnauthorizedError) MarshalJSON() ([]byte, error)
func (*NullableUnauthorizedError) Set ¶
func (v *NullableUnauthorizedError) Set(val *UnauthorizedError)
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 NewNullableUnauthorizedErrorCode ¶
func NewNullableUnauthorizedErrorCode(val *UnauthorizedErrorCode) *NullableUnauthorizedErrorCode
func (NullableUnauthorizedErrorCode) Get ¶
func (v NullableUnauthorizedErrorCode) Get() *UnauthorizedErrorCode
func (NullableUnauthorizedErrorCode) IsSet ¶
func (v NullableUnauthorizedErrorCode) IsSet() bool
func (NullableUnauthorizedErrorCode) MarshalJSON ¶
func (v NullableUnauthorizedErrorCode) MarshalJSON() ([]byte, error)
func (*NullableUnauthorizedErrorCode) Set ¶
func (v *NullableUnauthorizedErrorCode) Set(val *UnauthorizedErrorCode)
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 NewNullableUnauthorizedErrorDetail ¶
func NewNullableUnauthorizedErrorDetail(val *UnauthorizedErrorDetail) *NullableUnauthorizedErrorDetail
func (NullableUnauthorizedErrorDetail) Get ¶
func (v NullableUnauthorizedErrorDetail) Get() *UnauthorizedErrorDetail
func (NullableUnauthorizedErrorDetail) IsSet ¶
func (v NullableUnauthorizedErrorDetail) IsSet() bool
func (NullableUnauthorizedErrorDetail) MarshalJSON ¶
func (v NullableUnauthorizedErrorDetail) MarshalJSON() ([]byte, error)
func (*NullableUnauthorizedErrorDetail) Set ¶
func (v *NullableUnauthorizedErrorDetail) Set(val *UnauthorizedErrorDetail)
func (*NullableUnauthorizedErrorDetail) UnmarshalJSON ¶
func (v *NullableUnauthorizedErrorDetail) UnmarshalJSON(src []byte) error
func (*NullableUnauthorizedErrorDetail) Unset ¶
func (v *NullableUnauthorizedErrorDetail) Unset()
type NullableUnauthorizedErrorDetailCode ¶
type NullableUnauthorizedErrorDetailCode struct {
// contains filtered or unexported fields
}
func NewNullableUnauthorizedErrorDetailCode ¶
func NewNullableUnauthorizedErrorDetailCode(val *UnauthorizedErrorDetailCode) *NullableUnauthorizedErrorDetailCode
func (NullableUnauthorizedErrorDetailCode) Get ¶
func (v NullableUnauthorizedErrorDetailCode) Get() *UnauthorizedErrorDetailCode
func (NullableUnauthorizedErrorDetailCode) IsSet ¶
func (v NullableUnauthorizedErrorDetailCode) IsSet() bool
func (NullableUnauthorizedErrorDetailCode) MarshalJSON ¶
func (v NullableUnauthorizedErrorDetailCode) MarshalJSON() ([]byte, error)
func (*NullableUnauthorizedErrorDetailCode) Set ¶
func (v *NullableUnauthorizedErrorDetailCode) Set(val *UnauthorizedErrorDetailCode)
func (*NullableUnauthorizedErrorDetailCode) UnmarshalJSON ¶
func (v *NullableUnauthorizedErrorDetailCode) UnmarshalJSON(src []byte) error
func (*NullableUnauthorizedErrorDetailCode) Unset ¶
func (v *NullableUnauthorizedErrorDetailCode) Unset()
type NullableUnsupportedMediaTypeError ¶
type NullableUnsupportedMediaTypeError struct {
// contains filtered or unexported fields
}
func NewNullableUnsupportedMediaTypeError ¶
func NewNullableUnsupportedMediaTypeError(val *UnsupportedMediaTypeError) *NullableUnsupportedMediaTypeError
func (NullableUnsupportedMediaTypeError) Get ¶
func (v NullableUnsupportedMediaTypeError) Get() *UnsupportedMediaTypeError
func (NullableUnsupportedMediaTypeError) IsSet ¶
func (v NullableUnsupportedMediaTypeError) IsSet() bool
func (NullableUnsupportedMediaTypeError) MarshalJSON ¶
func (v NullableUnsupportedMediaTypeError) MarshalJSON() ([]byte, error)
func (*NullableUnsupportedMediaTypeError) Set ¶
func (v *NullableUnsupportedMediaTypeError) Set(val *UnsupportedMediaTypeError)
func (*NullableUnsupportedMediaTypeError) UnmarshalJSON ¶
func (v *NullableUnsupportedMediaTypeError) UnmarshalJSON(src []byte) error
func (*NullableUnsupportedMediaTypeError) Unset ¶
func (v *NullableUnsupportedMediaTypeError) Unset()
type NullableUnsupportedMediaTypeErrorCode ¶
type NullableUnsupportedMediaTypeErrorCode struct {
// contains filtered or unexported fields
}
func NewNullableUnsupportedMediaTypeErrorCode ¶
func NewNullableUnsupportedMediaTypeErrorCode(val *UnsupportedMediaTypeErrorCode) *NullableUnsupportedMediaTypeErrorCode
func (NullableUnsupportedMediaTypeErrorCode) Get ¶
func (v NullableUnsupportedMediaTypeErrorCode) Get() *UnsupportedMediaTypeErrorCode
func (NullableUnsupportedMediaTypeErrorCode) IsSet ¶
func (v NullableUnsupportedMediaTypeErrorCode) IsSet() bool
func (NullableUnsupportedMediaTypeErrorCode) MarshalJSON ¶
func (v NullableUnsupportedMediaTypeErrorCode) MarshalJSON() ([]byte, error)
func (*NullableUnsupportedMediaTypeErrorCode) Set ¶
func (v *NullableUnsupportedMediaTypeErrorCode) Set(val *UnsupportedMediaTypeErrorCode)
func (*NullableUnsupportedMediaTypeErrorCode) UnmarshalJSON ¶
func (v *NullableUnsupportedMediaTypeErrorCode) UnmarshalJSON(src []byte) error
func (*NullableUnsupportedMediaTypeErrorCode) Unset ¶
func (v *NullableUnsupportedMediaTypeErrorCode) Unset()
type NullableUnsupportedMediaTypeErrorDetail ¶
type NullableUnsupportedMediaTypeErrorDetail struct {
// contains filtered or unexported fields
}
func NewNullableUnsupportedMediaTypeErrorDetail ¶
func NewNullableUnsupportedMediaTypeErrorDetail(val *UnsupportedMediaTypeErrorDetail) *NullableUnsupportedMediaTypeErrorDetail
func (NullableUnsupportedMediaTypeErrorDetail) IsSet ¶
func (v NullableUnsupportedMediaTypeErrorDetail) IsSet() bool
func (NullableUnsupportedMediaTypeErrorDetail) MarshalJSON ¶
func (v NullableUnsupportedMediaTypeErrorDetail) MarshalJSON() ([]byte, error)
func (*NullableUnsupportedMediaTypeErrorDetail) Set ¶
func (v *NullableUnsupportedMediaTypeErrorDetail) Set(val *UnsupportedMediaTypeErrorDetail)
func (*NullableUnsupportedMediaTypeErrorDetail) UnmarshalJSON ¶
func (v *NullableUnsupportedMediaTypeErrorDetail) UnmarshalJSON(src []byte) error
func (*NullableUnsupportedMediaTypeErrorDetail) Unset ¶
func (v *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
func (o *PingOneApplicationDaVinciFlowPolicy) GetApplication() PingOneApplicationFlowPolicyAssignmentApplication
GetApplication returns the Application field value if set, zero value otherwise.
func (*PingOneApplicationDaVinciFlowPolicy) GetApplicationOk ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicy) GetApplicationOk() (*PingOneApplicationFlowPolicyAssignmentApplication, bool)
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
func (o *PingOneApplicationDaVinciFlowPolicy) GetEnvironment() ResourceRelationshipReadOnly
GetEnvironment returns the Environment field value if set, zero value otherwise.
func (*PingOneApplicationDaVinciFlowPolicy) GetEnvironmentOk ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicy) 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 (*PingOneApplicationDaVinciFlowPolicy) GetId ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicy) GetId() string
GetId returns the Id field value
func (*PingOneApplicationDaVinciFlowPolicy) GetIdOk ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicy) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PingOneApplicationDaVinciFlowPolicy) GetLinks ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicy) GetLinks() PingOneApplicationDaVinciFlowPolicyLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*PingOneApplicationDaVinciFlowPolicy) GetLinksOk ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicy) GetLinksOk() (*PingOneApplicationDaVinciFlowPolicyLinks, 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 (*PingOneApplicationDaVinciFlowPolicy) GetName ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicy) GetName() string
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
func (o *PingOneApplicationDaVinciFlowPolicy) GetTrigger() DaVinciFlowPolicyTrigger
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*PingOneApplicationDaVinciFlowPolicy) GetTriggerOk ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicy) GetTriggerOk() (*DaVinciFlowPolicyTrigger, 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 (*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.
func (*PingOneApplicationDaVinciFlowPolicy) HasLinks ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicy) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*PingOneApplicationDaVinciFlowPolicy) HasName ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicy) HasName() bool
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 (o PingOneApplicationDaVinciFlowPolicy) LogValue() slog.Value
func (PingOneApplicationDaVinciFlowPolicy) MarshalJSON ¶ added in v0.3.0
func (o PingOneApplicationDaVinciFlowPolicy) MarshalJSON() ([]byte, error)
func (*PingOneApplicationDaVinciFlowPolicy) SetApplication ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicy) SetApplication(v PingOneApplicationFlowPolicyAssignmentApplication)
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
func (o *PingOneApplicationDaVinciFlowPolicy) SetEnvironment(v ResourceRelationshipReadOnly)
SetEnvironment gets a reference to the given ResourceRelationshipReadOnly and assigns it to the Environment field.
func (*PingOneApplicationDaVinciFlowPolicy) SetId ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicy) SetId(v string)
SetId sets field value
func (*PingOneApplicationDaVinciFlowPolicy) SetLinks ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicy) SetLinks(v PingOneApplicationDaVinciFlowPolicyLinks)
SetLinks gets a reference to the given PingOneApplicationDaVinciFlowPolicyLinks and assigns it to the Links field.
func (*PingOneApplicationDaVinciFlowPolicy) SetName ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicy) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*PingOneApplicationDaVinciFlowPolicy) SetTrigger ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicy) SetTrigger(v DaVinciFlowPolicyTrigger)
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 ¶ added in v0.3.0
type PingOneApplicationDaVinciFlowPolicyLinks struct {
Self *JSONHALLink `json:"self,omitempty"`
AdditionalProperties map[string]interface{}
}
PingOneApplicationDaVinciFlowPolicyLinks struct for PingOneApplicationDaVinciFlowPolicyLinks
func NewPingOneApplicationDaVinciFlowPolicyLinks ¶ added in v0.3.0
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
func (o *PingOneApplicationDaVinciFlowPolicyLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value if set, zero value otherwise.
func (*PingOneApplicationDaVinciFlowPolicyLinks) GetSelfOk ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicyLinks) 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 (*PingOneApplicationDaVinciFlowPolicyLinks) HasSelf ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicyLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (PingOneApplicationDaVinciFlowPolicyLinks) LogValue ¶ added in v0.3.0
func (o PingOneApplicationDaVinciFlowPolicyLinks) LogValue() slog.Value
func (PingOneApplicationDaVinciFlowPolicyLinks) MarshalJSON ¶ added in v0.3.0
func (o PingOneApplicationDaVinciFlowPolicyLinks) MarshalJSON() ([]byte, error)
func (*PingOneApplicationDaVinciFlowPolicyLinks) SetSelf ¶ added in v0.3.0
func (o *PingOneApplicationDaVinciFlowPolicyLinks) SetSelf(v JSONHALLink)
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
func (o *PingOneApplicationFlowPolicyAssignmentApplication) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*PingOneApplicationFlowPolicyAssignmentApplication) GetIdOk ¶ added in v0.3.0
func (o *PingOneApplicationFlowPolicyAssignmentApplication) 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 (*PingOneApplicationFlowPolicyAssignmentApplication) GetName ¶ added in v0.3.0
func (o *PingOneApplicationFlowPolicyAssignmentApplication) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*PingOneApplicationFlowPolicyAssignmentApplication) GetNameOk ¶ added in v0.3.0
func (o *PingOneApplicationFlowPolicyAssignmentApplication) 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 (*PingOneApplicationFlowPolicyAssignmentApplication) HasId ¶ added in v0.3.0
func (o *PingOneApplicationFlowPolicyAssignmentApplication) HasId() bool
HasId returns a boolean if a field has been set.
func (*PingOneApplicationFlowPolicyAssignmentApplication) HasName ¶ added in v0.3.0
func (o *PingOneApplicationFlowPolicyAssignmentApplication) HasName() bool
HasName returns a boolean if a field has been set.
func (PingOneApplicationFlowPolicyAssignmentApplication) LogValue ¶ added in v0.3.0
func (o PingOneApplicationFlowPolicyAssignmentApplication) LogValue() slog.Value
func (PingOneApplicationFlowPolicyAssignmentApplication) MarshalJSON ¶ added in v0.3.0
func (o PingOneApplicationFlowPolicyAssignmentApplication) MarshalJSON() ([]byte, error)
func (*PingOneApplicationFlowPolicyAssignmentApplication) SetId ¶ added in v0.3.0
func (o *PingOneApplicationFlowPolicyAssignmentApplication) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*PingOneApplicationFlowPolicyAssignmentApplication) SetName ¶ added in v0.3.0
func (o *PingOneApplicationFlowPolicyAssignmentApplication) SetName(v string)
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 ¶
func (o *ResourceRelationshipDaVinci) GetId() string
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 ¶
func (o *ResourceRelationshipDaVinciReadOnly) GetId() string
GetId returns the Id field value
func (*ResourceRelationshipDaVinciReadOnly) GetIdOk ¶
func (o *ResourceRelationshipDaVinciReadOnly) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (ResourceRelationshipDaVinciReadOnly) LogValue ¶
func (o ResourceRelationshipDaVinciReadOnly) LogValue() slog.Value
func (ResourceRelationshipDaVinciReadOnly) MarshalJSON ¶
func (o ResourceRelationshipDaVinciReadOnly) MarshalJSON() ([]byte, error)
func (*ResourceRelationshipDaVinciReadOnly) SetId ¶
func (o *ResourceRelationshipDaVinciReadOnly) SetId(v string)
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 ¶
func (o *ResourceRelationshipGeneric) GetId() string
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 ¶
func (o *ResourceRelationshipReadOnly) GetId() uuid.UUID
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 (o ResourceRelationshipReadOnly) LogValue() slog.Value
func (ResourceRelationshipReadOnly) MarshalJSON ¶
func (o ResourceRelationshipReadOnly) MarshalJSON() ([]byte, error)
func (*ResourceRelationshipReadOnly) SetId ¶
func (o *ResourceRelationshipReadOnly) SetId(v uuid.UUID)
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
type ServerVariable ¶
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
func (o *SnapshotResourceInformation) GetId() string
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
func (o *SnapshotVersionCollectionResponse) GetCount() int32
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
func (o *SnapshotVersionCollectionResponse) GetEmbedded() SnapshotVersionCollectionResponseEmbedded
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*SnapshotVersionCollectionResponse) GetEmbeddedOk ¶ added in v0.2.0
func (o *SnapshotVersionCollectionResponse) GetEmbeddedOk() (*SnapshotVersionCollectionResponseEmbedded, 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 (*SnapshotVersionCollectionResponse) GetLinks ¶ added in v0.2.0
func (o *SnapshotVersionCollectionResponse) GetLinks() SnapshotVersionCollectionResponseLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*SnapshotVersionCollectionResponse) GetLinksOk ¶ added in v0.2.0
func (o *SnapshotVersionCollectionResponse) GetLinksOk() (*SnapshotVersionCollectionResponseLinks, 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 (*SnapshotVersionCollectionResponse) GetSize ¶ added in v0.2.0
func (o *SnapshotVersionCollectionResponse) GetSize() int32
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
func (o *SnapshotVersionCollectionResponse) HasCount() bool
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.
func (*SnapshotVersionCollectionResponse) HasLinks ¶ added in v0.2.0
func (o *SnapshotVersionCollectionResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*SnapshotVersionCollectionResponse) HasSize ¶ added in v0.2.0
func (o *SnapshotVersionCollectionResponse) HasSize() bool
HasSize returns a boolean if a field has been set.
func (SnapshotVersionCollectionResponse) LogValue ¶ added in v0.2.0
func (o SnapshotVersionCollectionResponse) LogValue() slog.Value
func (SnapshotVersionCollectionResponse) MarshalJSON ¶ added in v0.2.0
func (o SnapshotVersionCollectionResponse) MarshalJSON() ([]byte, error)
func (*SnapshotVersionCollectionResponse) SetCount ¶ added in v0.2.0
func (o *SnapshotVersionCollectionResponse) SetCount(v int32)
SetCount gets a reference to the given int32 and assigns it to the Count field.
func (*SnapshotVersionCollectionResponse) SetEmbedded ¶ added in v0.2.0
func (o *SnapshotVersionCollectionResponse) SetEmbedded(v SnapshotVersionCollectionResponseEmbedded)
SetEmbedded gets a reference to the given SnapshotVersionCollectionResponseEmbedded and assigns it to the Embedded field.
func (*SnapshotVersionCollectionResponse) SetLinks ¶ added in v0.2.0
func (o *SnapshotVersionCollectionResponse) SetLinks(v SnapshotVersionCollectionResponseLinks)
SetLinks gets a reference to the given SnapshotVersionCollectionResponseLinks and assigns it to the Links field.
func (*SnapshotVersionCollectionResponse) SetSize ¶ added in v0.2.0
func (o *SnapshotVersionCollectionResponse) SetSize(v int32)
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
func (o *SnapshotVersionCollectionResponseEmbedded) GetVersions() []SnapshotView
GetVersions returns the Versions field value if set, zero value otherwise.
func (*SnapshotVersionCollectionResponseEmbedded) GetVersionsOk ¶ added in v0.2.0
func (o *SnapshotVersionCollectionResponseEmbedded) GetVersionsOk() ([]SnapshotView, bool)
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
func (o *SnapshotVersionCollectionResponseEmbedded) HasVersions() bool
HasVersions returns a boolean if a field has been set.
func (SnapshotVersionCollectionResponseEmbedded) LogValue ¶ added in v0.2.0
func (o SnapshotVersionCollectionResponseEmbedded) LogValue() slog.Value
func (SnapshotVersionCollectionResponseEmbedded) MarshalJSON ¶ added in v0.2.0
func (o SnapshotVersionCollectionResponseEmbedded) MarshalJSON() ([]byte, error)
func (*SnapshotVersionCollectionResponseEmbedded) SetVersions ¶ added in v0.2.0
func (o *SnapshotVersionCollectionResponseEmbedded) SetVersions(v []SnapshotView)
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 ¶ added in v0.2.0
type SnapshotVersionCollectionResponseLinks struct {
Self *JSONHALLink `json:"self,omitempty"`
AdditionalProperties map[string]interface{}
}
SnapshotVersionCollectionResponseLinks struct for SnapshotVersionCollectionResponseLinks
func NewSnapshotVersionCollectionResponseLinks ¶ added in v0.2.0
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
func (o *SnapshotVersionCollectionResponseLinks) GetSelf() JSONHALLink
GetSelf returns the Self field value if set, zero value otherwise.
func (*SnapshotVersionCollectionResponseLinks) GetSelfOk ¶ added in v0.2.0
func (o *SnapshotVersionCollectionResponseLinks) 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 (*SnapshotVersionCollectionResponseLinks) HasSelf ¶ added in v0.2.0
func (o *SnapshotVersionCollectionResponseLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (SnapshotVersionCollectionResponseLinks) LogValue ¶ added in v0.2.0
func (o SnapshotVersionCollectionResponseLinks) LogValue() slog.Value
func (SnapshotVersionCollectionResponseLinks) MarshalJSON ¶ added in v0.2.0
func (o SnapshotVersionCollectionResponseLinks) MarshalJSON() ([]byte, error)
func (*SnapshotVersionCollectionResponseLinks) SetSelf ¶ added in v0.2.0
func (o *SnapshotVersionCollectionResponseLinks) SetSelf(v JSONHALLink)
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 (*SnapshotView) GetLinks ¶ added in v0.2.0
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 (*SnapshotView) HasLinks ¶ added in v0.2.0
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 (*SnapshotView) SetLinks ¶ added in v0.2.0
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 ¶ added in v0.2.0
type SnapshotViewLinks struct {
Self *JSONHALLink `json:"self,omitempty"`
AdditionalProperties map[string]interface{}
}
SnapshotViewLinks struct for SnapshotViewLinks
func NewSnapshotViewLinks ¶ added in v0.2.0
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
func (v SnapshotViewStatus) Ptr() *SnapshotViewStatus
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 ¶
func (o *TooManyRequestsError) GetCode() TooManyRequestsErrorCode
GetCode returns the Code field value
func (*TooManyRequestsError) GetCodeOk ¶
func (o *TooManyRequestsError) GetCodeOk() (*TooManyRequestsErrorCode, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*TooManyRequestsError) GetDetails ¶
func (o *TooManyRequestsError) GetDetails() []TooManyRequestsErrorDetail
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 ¶
func (o *TooManyRequestsError) SetCode(v TooManyRequestsErrorCode)
SetCode sets field value
func (*TooManyRequestsError) SetDetails ¶
func (o *TooManyRequestsError) SetDetails(v []TooManyRequestsErrorDetail)
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 ¶
func (v TooManyRequestsErrorCode) Ptr() *TooManyRequestsErrorCode
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 ¶
func (o *TooManyRequestsErrorDetail) GetCode() TooManyRequestsErrorDetailCode
GetCode returns the Code field value
func (*TooManyRequestsErrorDetail) GetCodeOk ¶
func (o *TooManyRequestsErrorDetail) GetCodeOk() (*TooManyRequestsErrorDetailCode, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*TooManyRequestsErrorDetail) GetInnerError ¶
func (o *TooManyRequestsErrorDetail) GetInnerError() TooManyRequestsErrorDetailInnerError
GetInnerError returns the InnerError field value if set, zero value otherwise.
func (*TooManyRequestsErrorDetail) GetInnerErrorOk ¶
func (o *TooManyRequestsErrorDetail) GetInnerErrorOk() (*TooManyRequestsErrorDetailInnerError, 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 (*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 ¶
func (o *TooManyRequestsErrorDetail) SetCode(v TooManyRequestsErrorDetailCode)
SetCode sets field value
func (*TooManyRequestsErrorDetail) SetInnerError ¶
func (o *TooManyRequestsErrorDetail) SetInnerError(v TooManyRequestsErrorDetailInnerError)
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 ¶
func (v TooManyRequestsErrorDetailCode) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TooManyRequestsErrorDetailCode) Ptr ¶
func (v TooManyRequestsErrorDetailCode) Ptr() *TooManyRequestsErrorDetailCode
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 (o TooManyRequestsErrorDetailInnerError) LogValue() slog.Value
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 {
}
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 ¶
func (o *UnauthorizedError) GetCode() UnauthorizedErrorCode
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 ¶
func (o *UnauthorizedError) SetCode(v UnauthorizedErrorCode)
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 ¶
func (v UnauthorizedErrorCode) Ptr() *UnauthorizedErrorCode
Ptr returns reference to Unauthorized_Error_Code value
func (*UnauthorizedErrorCode) UnmarshalJSON ¶
func (v *UnauthorizedErrorCode) UnmarshalJSON(src []byte) error
type UnauthorizedErrorDetail ¶
type UnauthorizedErrorDetail struct {
}
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 ¶
func (o *UnauthorizedErrorDetail) GetCode() UnauthorizedErrorDetailCode
GetCode returns the Code field value
func (*UnauthorizedErrorDetail) GetCodeOk ¶
func (o *UnauthorizedErrorDetail) GetCodeOk() (*UnauthorizedErrorDetailCode, bool)
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 ¶
func (o *UnauthorizedErrorDetail) SetCode(v UnauthorizedErrorDetailCode)
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 ¶
func (v UnauthorizedErrorDetailCode) Ptr() *UnauthorizedErrorDetailCode
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 (o UnsupportedMediaTypeError) Error() string
func (*UnsupportedMediaTypeError) GetCode ¶
func (o *UnsupportedMediaTypeError) GetCode() UnsupportedMediaTypeErrorCode
GetCode returns the Code field value
func (*UnsupportedMediaTypeError) GetCodeOk ¶
func (o *UnsupportedMediaTypeError) GetCodeOk() (*UnsupportedMediaTypeErrorCode, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*UnsupportedMediaTypeError) GetDetails ¶
func (o *UnsupportedMediaTypeError) GetDetails() []UnsupportedMediaTypeErrorDetail
GetDetails returns the Details field value if set, zero value otherwise.
func (*UnsupportedMediaTypeError) GetDetailsOk ¶
func (o *UnsupportedMediaTypeError) GetDetailsOk() ([]UnsupportedMediaTypeErrorDetail, 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 (*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 ¶
func (o *UnsupportedMediaTypeError) SetCode(v UnsupportedMediaTypeErrorCode)
SetCode sets field value
func (*UnsupportedMediaTypeError) SetDetails ¶
func (o *UnsupportedMediaTypeError) SetDetails(v []UnsupportedMediaTypeErrorDetail)
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 ¶
func (v UnsupportedMediaTypeErrorCode) Ptr() *UnsupportedMediaTypeErrorCode
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 ¶
func (o *UnsupportedMediaTypeErrorDetail) GetCode() string
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 (o UnsupportedMediaTypeErrorDetail) LogValue() slog.Value
func (UnsupportedMediaTypeErrorDetail) MarshalJSON ¶
func (o UnsupportedMediaTypeErrorDetail) MarshalJSON() ([]byte, error)
func (*UnsupportedMediaTypeErrorDetail) SetCode ¶
func (o *UnsupportedMediaTypeErrorDetail) SetCode(v string)
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
¶
- api_configuration_management.go
- api_da_vinci_applications.go
- api_da_vinci_connectors.go
- api_da_vinci_flow_versions.go
- api_da_vinci_flows.go
- api_da_vinci_variables.go
- api_directory_total_identities.go
- api_environments.go
- api_flow_policies.go
- client.go
- configuration.go
- model_bad_request_error.go
- model_bad_request_error_code.go
- model_bad_request_error_detail.go
- model_bad_request_error_detail_code.go
- model_bad_request_error_detail_inner_error.go
- model_da_vinci_application_collection_response.go
- model_da_vinci_application_collection_response__embedded.go
- model_da_vinci_application_collection_response__links.go
- model_da_vinci_application_create_request.go
- model_da_vinci_application_replace_request.go
- model_da_vinci_application_replace_request_api_key.go
- model_da_vinci_application_replace_request_o_auth.go
- model_da_vinci_application_replace_request_o_auth_grant_type.go
- model_da_vinci_application_replace_request_o_auth_scope.go
- model_da_vinci_application_response.go
- model_da_vinci_application_response__links.go
- model_da_vinci_application_response_api_key.go
- model_da_vinci_application_response_o_auth.go
- model_da_vinci_application_response_o_auth_grant_type.go
- model_da_vinci_application_response_o_auth_scope.go
- model_da_vinci_connector_collection_minimal_response.go
- model_da_vinci_connector_collection_minimal_response__embedded.go
- model_da_vinci_connector_collection_minimal_response__links.go
- model_da_vinci_connector_details_response.go
- model_da_vinci_connector_details_response__links.go
- model_da_vinci_connector_details_response_account_config_view.go
- model_da_vinci_connector_details_response_credentials_view.go
- model_da_vinci_connector_details_response_flow_section.go
- model_da_vinci_connector_details_response_section.go
- model_da_vinci_connector_instance_collection_response.go
- model_da_vinci_connector_instance_collection_response__embedded.go
- model_da_vinci_connector_instance_collection_response__links.go
- model_da_vinci_connector_instance_create_request.go
- model_da_vinci_connector_instance_replace_request.go
- model_da_vinci_connector_instance_response.go
- model_da_vinci_connector_instance_response__links.go
- model_da_vinci_connector_minimal_response.go
- model_da_vinci_connector_minimal_response__links.go
- model_da_vinci_connector_minimal_response_metadata.go
- model_da_vinci_connector_minimal_response_metadata_colors.go
- model_da_vinci_connector_minimal_response_metadata_logos.go
- model_da_vinci_connector_minimal_response_metadata_logos_canvas.go
- model_da_vinci_connector_minimal_response_metadata_type.go
- model_da_vinci_export_flow_version_response.go
- model_da_vinci_export_flow_version_response__links.go
- model_da_vinci_export_flow_version_response_connector.go
- model_da_vinci_export_flow_version_response_environment.go
- model_da_vinci_export_flow_version_response_flow.go
- model_da_vinci_export_flow_version_subflows_response.go
- model_da_vinci_flow_collection.go
- model_da_vinci_flow_collection__embedded.go
- model_da_vinci_flow_collection__links.go
- model_da_vinci_flow_create_request.go
- model_da_vinci_flow_enable_request.go
- model_da_vinci_flow_enabled_response.go
- model_da_vinci_flow_enabled_response__links.go
- model_da_vinci_flow_graph_data_request.go
- model_da_vinci_flow_graph_data_request_elements.go
- model_da_vinci_flow_graph_data_request_elements_edge.go
- model_da_vinci_flow_graph_data_request_elements_edge_data.go
- model_da_vinci_flow_graph_data_request_elements_edge_position.go
- model_da_vinci_flow_graph_data_request_elements_node.go
- model_da_vinci_flow_graph_data_request_elements_node_data.go
- model_da_vinci_flow_graph_data_request_elements_node_position.go
- model_da_vinci_flow_graph_data_request_pan.go
- model_da_vinci_flow_graph_data_response.go
- model_da_vinci_flow_graph_data_response_all_linter_error.go
- model_da_vinci_flow_graph_data_response_elements.go
- model_da_vinci_flow_graph_data_response_elements_edge.go
- model_da_vinci_flow_graph_data_response_elements_edge_data.go
- model_da_vinci_flow_graph_data_response_elements_edge_position.go
- model_da_vinci_flow_graph_data_response_elements_node.go
- model_da_vinci_flow_graph_data_response_elements_node_data.go
- model_da_vinci_flow_graph_data_response_elements_node_data_linter_error_item.go
- model_da_vinci_flow_graph_data_response_elements_node_position.go
- model_da_vinci_flow_graph_data_response_pan.go
- model_da_vinci_flow_graph_data_response_renderer.go
- model_da_vinci_flow_input_schema_request_item.go
- model_da_vinci_flow_input_schema_request_item_preferred_control_type.go
- model_da_vinci_flow_input_schema_request_item_preferred_data_type.go
- model_da_vinci_flow_input_schema_response_item.go
- model_da_vinci_flow_input_schema_response_item_preferred_data_type.go
- model_da_vinci_flow_output_schema_request.go
- model_da_vinci_flow_output_schema_request_output.go
- model_da_vinci_flow_output_schema_request_output_type.go
- model_da_vinci_flow_output_schema_response.go
- model_da_vinci_flow_output_schema_response_output.go
- model_da_vinci_flow_output_schema_response_output_type.go
- model_da_vinci_flow_policy_collection.go
- model_da_vinci_flow_policy_collection__embedded.go
- model_da_vinci_flow_policy_collection__links.go
- model_da_vinci_flow_policy_create_request.go
- model_da_vinci_flow_policy_create_request_flow_distribution.go
- model_da_vinci_flow_policy_create_request_flow_distribution_success_node.go
- model_da_vinci_flow_policy_create_request_status.go
- model_da_vinci_flow_policy_create_request_trigger.go
- model_da_vinci_flow_policy_create_request_trigger_configuration.go
- model_da_vinci_flow_policy_create_request_trigger_configuration_mfa.go
- model_da_vinci_flow_policy_create_request_trigger_configuration_password.go
- model_da_vinci_flow_policy_create_request_trigger_type.go
- model_da_vinci_flow_policy_events_collection.go
- model_da_vinci_flow_policy_events_collection__embedded.go
- model_da_vinci_flow_policy_events_collection__embedded_event.go
- model_da_vinci_flow_policy_events_collection__embedded_event_environment.go
- model_da_vinci_flow_policy_events_collection__embedded_event_event.go
- model_da_vinci_flow_policy_events_collection__embedded_event_flow.go
- model_da_vinci_flow_policy_events_collection__links.go
- model_da_vinci_flow_policy_replace_request.go
- model_da_vinci_flow_policy_replace_request_flow_distribution.go
- model_da_vinci_flow_policy_replace_request_flow_distribution_success_node.go
- model_da_vinci_flow_policy_replace_request_status.go
- model_da_vinci_flow_policy_replace_request_trigger.go
- model_da_vinci_flow_policy_replace_request_trigger_configuration.go
- model_da_vinci_flow_policy_replace_request_trigger_configuration_mfa.go
- model_da_vinci_flow_policy_replace_request_trigger_configuration_password.go
- model_da_vinci_flow_policy_replace_request_trigger_type.go
- model_da_vinci_flow_policy_response.go
- model_da_vinci_flow_policy_response__links.go
- model_da_vinci_flow_policy_response_flow_distribution.go
- model_da_vinci_flow_policy_response_flow_distribution_success_node.go
- model_da_vinci_flow_policy_response_status.go
- model_da_vinci_flow_policy_response_trigger.go
- model_da_vinci_flow_policy_response_trigger_configuration.go
- model_da_vinci_flow_policy_response_trigger_configuration_mfa.go
- model_da_vinci_flow_policy_response_trigger_configuration_password.go
- model_da_vinci_flow_policy_trigger.go
- model_da_vinci_flow_policy_trigger_type.go
- model_da_vinci_flow_replace_request.go
- model_da_vinci_flow_response.go
- model_da_vinci_flow_response__links.go
- model_da_vinci_flow_settings_request.go
- model_da_vinci_flow_settings_request_custom_error_show_footer.go
- model_da_vinci_flow_settings_request_custom_error_show_footer_choice_2.go
- model_da_vinci_flow_settings_request_default_error_screen_brand_logo.go
- model_da_vinci_flow_settings_request_default_error_screen_brand_logo_choice_2.go
- model_da_vinci_flow_settings_request_intermediate_loading_screen_css.go
- model_da_vinci_flow_settings_request_intermediate_loading_screen_html.go
- model_da_vinci_flow_settings_request_js_link.go
- model_da_vinci_flow_settings_request_js_link_defer.go
- model_da_vinci_flow_settings_request_js_link_defer_choice_2.go
- model_da_vinci_flow_settings_request_require_authentication_to_initiate.go
- model_da_vinci_flow_settings_request_require_authentication_to_initiate_choice_2.go
- model_da_vinci_flow_settings_request_scrub_sensitive_info.go
- model_da_vinci_flow_settings_request_scrub_sensitive_info_choice_2.go
- model_da_vinci_flow_settings_request_use_csp.go
- model_da_vinci_flow_settings_request_use_csp_choice_2.go
- model_da_vinci_flow_settings_request_use_custom_css.go
- model_da_vinci_flow_settings_request_use_custom_css_choice_2.go
- model_da_vinci_flow_settings_request_use_custom_flow_player.go
- model_da_vinci_flow_settings_request_use_custom_flow_player_choice_2.go
- model_da_vinci_flow_settings_request_use_custom_script.go
- model_da_vinci_flow_settings_request_use_custom_script_choice_2.go
- model_da_vinci_flow_settings_request_use_intermediate_loading_screen.go
- model_da_vinci_flow_settings_request_use_intermediate_loading_screen_choice_2.go
- model_da_vinci_flow_settings_request_validate_on_save.go
- model_da_vinci_flow_settings_request_validate_on_save_choice_2.go
- model_da_vinci_flow_settings_response.go
- model_da_vinci_flow_settings_response_custom_error_show_footer.go
- model_da_vinci_flow_settings_response_custom_error_show_footer_choice_2.go
- model_da_vinci_flow_settings_response_default_error_screen_brand_logo.go
- model_da_vinci_flow_settings_response_default_error_screen_brand_logo_choice_2.go
- model_da_vinci_flow_settings_response_intermediate_loading_screen_css.go
- model_da_vinci_flow_settings_response_intermediate_loading_screen_html.go
- model_da_vinci_flow_settings_response_js_link.go
- model_da_vinci_flow_settings_response_js_link_defer.go
- model_da_vinci_flow_settings_response_js_link_defer_choice_2.go
- model_da_vinci_flow_settings_response_require_authentication_to_initiate.go
- model_da_vinci_flow_settings_response_require_authentication_to_initiate_choice_2.go
- model_da_vinci_flow_settings_response_scrub_sensitive_info.go
- model_da_vinci_flow_settings_response_scrub_sensitive_info_choice_2.go
- model_da_vinci_flow_settings_response_use_csp.go
- model_da_vinci_flow_settings_response_use_csp_choice_2.go
- model_da_vinci_flow_settings_response_use_custom_css.go
- model_da_vinci_flow_settings_response_use_custom_css_choice_2.go
- model_da_vinci_flow_settings_response_use_custom_flow_player.go
- model_da_vinci_flow_settings_response_use_custom_flow_player_choice_2.go
- model_da_vinci_flow_settings_response_use_custom_script.go
- model_da_vinci_flow_settings_response_use_custom_script_choice_2.go
- model_da_vinci_flow_settings_response_use_intermediate_loading_screen.go
- model_da_vinci_flow_settings_response_use_intermediate_loading_screen_choice_2.go
- model_da_vinci_flow_settings_response_validate_on_save.go
- model_da_vinci_flow_settings_response_validate_on_save_choice_2.go
- model_da_vinci_flow_trigger_request.go
- model_da_vinci_flow_trigger_request_configuration.go
- model_da_vinci_flow_trigger_request_configuration_mfa.go
- model_da_vinci_flow_trigger_request_configuration_password.go
- model_da_vinci_flow_trigger_request_type.go
- model_da_vinci_flow_trigger_response.go
- model_da_vinci_flow_trigger_response_configuration.go
- model_da_vinci_flow_trigger_response_configuration_mfa.go
- model_da_vinci_flow_trigger_response_configuration_password.go
- model_da_vinci_flow_trigger_response_type.go
- model_da_vinci_flow_validate_request.go
- model_da_vinci_flow_version_alias_request.go
- model_da_vinci_flow_version_alias_response.go
- model_da_vinci_flow_version_alias_response__links.go
- model_da_vinci_flow_version_collection_response.go
- model_da_vinci_flow_version_collection_response__embedded.go
- model_da_vinci_flow_version_collection_response__links.go
- model_da_vinci_flow_version_detail_response.go
- model_da_vinci_flow_version_detail_response__links.go
- model_da_vinci_flow_version_detail_response_connector.go
- model_da_vinci_flow_version_detail_response_flow.go
- model_da_vinci_flow_version_detail_response_skcomponent.go
- model_da_vinci_flow_version_detail_response_skcomponent_options.go
- model_da_vinci_flow_version_detail_response_skcomponent_options_button_image_placement.go
- model_da_vinci_flow_version_detail_response_skcomponent_options_button_type.go
- model_da_vinci_flow_version_detail_response_skcomponent_options_content_type.go
- model_da_vinci_flow_version_detail_response_skcomponent_options_preview_type.go
- model_da_vinci_flow_version_detail_response_skcomponent_options_show_preview.go
- model_da_vinci_flow_version_response.go
- model_da_vinci_flow_version_response__links.go
- model_da_vinci_flow_version_response_environment.go
- model_da_vinci_flow_version_response_flow.go
- model_da_vinci_import_flow_response.go
- model_da_vinci_import_flow_response__links.go
- model_da_vinci_import_flow_response_flow.go
- model_da_vinci_import_subflows_response.go
- model_da_vinci_variable_collection_response.go
- model_da_vinci_variable_collection_response__embedded.go
- model_da_vinci_variable_collection_response__links.go
- model_da_vinci_variable_create_request.go
- model_da_vinci_variable_create_request_context.go
- model_da_vinci_variable_create_request_data_type.go
- model_da_vinci_variable_create_request_value.go
- model_da_vinci_variable_replace_request.go
- model_da_vinci_variable_replace_request_context.go
- model_da_vinci_variable_replace_request_data_type.go
- model_da_vinci_variable_replace_request_value.go
- model_da_vinci_variable_response.go
- model_da_vinci_variable_response__links.go
- model_da_vinci_variable_response_data_type.go
- model_da_vinci_variable_response_value.go
- model_directory_total_identities_count_collection_response.go
- model_directory_total_identities_count_collection_response__embedded.go
- model_directory_total_identities_count_collection_response__links.go
- model_directory_total_identities_count_response.go
- model_environment_api_limit.go
- model_environment_bill_of_materials.go
- model_environment_bill_of_materials_product.go
- model_environment_bill_of_materials_product_bookmark.go
- model_environment_bill_of_materials_product_console.go
- model_environment_bill_of_materials_product_type.go
- model_environment_bill_of_materials_replace_request.go
- model_environment_bill_of_materials_response.go
- model_environment_bill_of_materials_solution_type.go
- model_environment_capabilities.go
- model_environment_capabilities__links.go
- model_environment_create_request.go
- model_environment_create_request_subtype.go
- model_environment_license.go
- model_environment_license_quantities.go
- model_environment_region_code.go
- model_environment_replace_request.go
- model_environment_replace_request_subtype.go
- model_environment_response.go
- model_environment_response__links.go
- model_environment_response_subtype.go
- model_environment_status_value.go
- model_environment_type_value.go
- model_environments_collection_response.go
- model_environments_collection_response__embedded.go
- model_environments_collection_response__links.go
- model_forbidden_error.go
- model_forbidden_error_code.go
- model_forbidden_error_detail.go
- model_forbidden_error_detail_code.go
- model_forbidden_error_detail_inner_error.go
- model_general_error.go
- model_general_error_detail.go
- model_internal_server_error.go
- model_internal_server_error_code.go
- model_internal_server_error_detail.go
- model_jsonhal_link.go
- model_not_found_error.go
- model_not_found_error_code.go
- model_not_found_error_detail.go
- model_ping_one_application_da_vinci_flow_policy.go
- model_ping_one_application_da_vinci_flow_policy__links.go
- model_ping_one_application_flow_policy_assignment_application.go
- model_resource_relationship_da_vinci.go
- model_resource_relationship_da_vinci_read_only.go
- model_resource_relationship_generic.go
- model_resource_relationship_read_only.go
- model_snapshot_request.go
- model_snapshot_resource_information.go
- model_snapshot_version_collection_response.go
- model_snapshot_version_collection_response__embedded.go
- model_snapshot_version_collection_response__links.go
- model_snapshot_view.go
- model_snapshot_view__links.go
- model_snapshot_view_status.go
- model_too_many_requests_error.go
- model_too_many_requests_error_code.go
- model_too_many_requests_error_detail.go
- model_too_many_requests_error_detail_code.go
- model_too_many_requests_error_detail_inner_error.go
- model_unauthorized_error.go
- model_unauthorized_error_code.go
- model_unauthorized_error_detail.go
- model_unauthorized_error_detail_code.go
- model_unsupported_media_type_error.go
- model_unsupported_media_type_error_code.go
- model_unsupported_media_type_error_detail.go
- response.go
- utils.go