Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ActionFunction
- func (o *ActionFunction) GetFunctionSource() string
- func (o *ActionFunction) GetFunctionSourceOk() (*string, bool)
- func (o *ActionFunction) GetFunctionType() string
- func (o *ActionFunction) GetFunctionTypeOk() (*string, bool)
- func (o *ActionFunction) GetId() string
- func (o *ActionFunction) GetIdOk() (*string, bool)
- func (o *ActionFunction) HasId() bool
- func (o ActionFunction) MarshalJSON() ([]byte, error)
- func (o *ActionFunction) SetFunctionSource(v string)
- func (o *ActionFunction) SetFunctionType(v string)
- func (o *ActionFunction) SetId(v string)
- type ActionFunctionIdentifier
- func (o *ActionFunctionIdentifier) GetFunctionType() string
- func (o *ActionFunctionIdentifier) GetFunctionTypeOk() (*string, bool)
- func (o *ActionFunctionIdentifier) GetId() string
- func (o *ActionFunctionIdentifier) GetIdOk() (*string, bool)
- func (o *ActionFunctionIdentifier) HasId() bool
- func (o ActionFunctionIdentifier) MarshalJSON() ([]byte, error)
- func (o *ActionFunctionIdentifier) SetFunctionType(v string)
- func (o *ActionFunctionIdentifier) SetId(v string)
- type ActionLabels
- func (o *ActionLabels) GetActionCardContent() string
- func (o *ActionLabels) GetActionCardContentOk() (*string, bool)
- func (o *ActionLabels) GetActionDescription() string
- func (o *ActionLabels) GetActionDescriptionOk() (*string, bool)
- func (o *ActionLabels) GetActionName() string
- func (o *ActionLabels) GetActionNameOk() (*string, bool)
- func (o *ActionLabels) GetAppDisplayName() string
- func (o *ActionLabels) GetAppDisplayNameOk() (*string, bool)
- func (o *ActionLabels) GetInputFieldDescriptions() map[string]string
- func (o *ActionLabels) GetInputFieldDescriptionsOk() (*map[string]string, bool)
- func (o *ActionLabels) GetInputFieldLabels() map[string]string
- func (o *ActionLabels) GetInputFieldLabelsOk() (*map[string]string, bool)
- func (o *ActionLabels) HasActionCardContent() bool
- func (o *ActionLabels) HasActionDescription() bool
- func (o *ActionLabels) HasAppDisplayName() bool
- func (o *ActionLabels) HasInputFieldDescriptions() bool
- func (o *ActionLabels) HasInputFieldLabels() bool
- func (o ActionLabels) MarshalJSON() ([]byte, error)
- func (o *ActionLabels) SetActionCardContent(v string)
- func (o *ActionLabels) SetActionDescription(v string)
- func (o *ActionLabels) SetActionName(v string)
- func (o *ActionLabels) SetAppDisplayName(v string)
- func (o *ActionLabels) SetInputFieldDescriptions(v map[string]string)
- func (o *ActionLabels) SetInputFieldLabels(v map[string]string)
- type ActionRevision
- func (o *ActionRevision) GetCreatedAt() time.Time
- func (o *ActionRevision) GetCreatedAtOk() (*time.Time, bool)
- func (o *ActionRevision) GetDefinition() ExtensionActionDefinition
- func (o *ActionRevision) GetDefinitionOk() (*ExtensionActionDefinition, bool)
- func (o *ActionRevision) GetId() string
- func (o *ActionRevision) GetIdOk() (*string, bool)
- func (o *ActionRevision) GetRevisionId() string
- func (o *ActionRevision) GetRevisionIdOk() (*string, bool)
- func (o ActionRevision) MarshalJSON() ([]byte, error)
- func (o *ActionRevision) SetCreatedAt(v time.Time)
- func (o *ActionRevision) SetDefinition(v ExtensionActionDefinition)
- func (o *ActionRevision) SetId(v string)
- func (o *ActionRevision) SetRevisionId(v string)
- type ApiArchiveRequest
- type ApiCallbackCompleteBatchRequest
- type ApiCallbackCompleteRequest
- type ApiCreateRequest
- type ApiFunctionsArchiveByTypeRequest
- type ApiFunctionsArchiveRequest
- type ApiFunctionsCreateOrReplaceByTypeRequest
- type ApiFunctionsCreateOrReplaceRequest
- type ApiFunctionsGetByIDRequest
- type ApiFunctionsGetByTypeRequest
- type ApiFunctionsGetPageRequest
- type ApiGetByIDRequest
- type ApiGetPageRequest
- func (r ApiGetPageRequest) After(after string) ApiGetPageRequest
- func (r ApiGetPageRequest) Archived(archived bool) ApiGetPageRequest
- func (r ApiGetPageRequest) Execute() (*CollectionResponsePublicActionDefinitionForwardPaging, *http.Response, error)
- func (r ApiGetPageRequest) Limit(limit int32) ApiGetPageRequest
- type ApiRevisionsGetByIDRequest
- type ApiRevisionsGetPageRequest
- type ApiUpdateRequest
- type BasicAuth
- type BatchInputCallbackCompletionBatchRequest
- func (o *BatchInputCallbackCompletionBatchRequest) GetInputs() []CallbackCompletionBatchRequest
- func (o *BatchInputCallbackCompletionBatchRequest) GetInputsOk() ([]CallbackCompletionBatchRequest, bool)
- func (o BatchInputCallbackCompletionBatchRequest) MarshalJSON() ([]byte, error)
- func (o *BatchInputCallbackCompletionBatchRequest) SetInputs(v []CallbackCompletionBatchRequest)
- func (o BatchInputCallbackCompletionBatchRequest) ToMap() (map[string]interface{}, error)
- func (o *BatchInputCallbackCompletionBatchRequest) UnmarshalJSON(data []byte) (err error)
- type CallbackCompletionBatchRequest
- func (o *CallbackCompletionBatchRequest) GetCallbackId() string
- func (o *CallbackCompletionBatchRequest) GetCallbackIdOk() (*string, bool)
- func (o *CallbackCompletionBatchRequest) GetOutputFields() map[string]string
- func (o *CallbackCompletionBatchRequest) GetOutputFieldsOk() (*map[string]string, bool)
- func (o CallbackCompletionBatchRequest) MarshalJSON() ([]byte, error)
- func (o *CallbackCompletionBatchRequest) SetCallbackId(v string)
- func (o *CallbackCompletionBatchRequest) SetOutputFields(v map[string]string)
- func (o CallbackCompletionBatchRequest) ToMap() (map[string]interface{}, error)
- func (o *CallbackCompletionBatchRequest) UnmarshalJSON(data []byte) (err error)
- type CallbackCompletionRequest
- func (o *CallbackCompletionRequest) GetOutputFields() map[string]string
- func (o *CallbackCompletionRequest) GetOutputFieldsOk() (*map[string]string, bool)
- func (o CallbackCompletionRequest) MarshalJSON() ([]byte, error)
- func (o *CallbackCompletionRequest) SetOutputFields(v map[string]string)
- func (o CallbackCompletionRequest) ToMap() (map[string]interface{}, error)
- func (o *CallbackCompletionRequest) UnmarshalJSON(data []byte) (err error)
- type CallbacksAPIService
- func (a *CallbacksAPIService) CallbackComplete(ctx context.Context, callbackId string) ApiCallbackCompleteRequest
- func (a *CallbacksAPIService) CallbackCompleteBatch(ctx context.Context) ApiCallbackCompleteBatchRequest
- func (a *CallbacksAPIService) CallbackCompleteBatchExecute(r ApiCallbackCompleteBatchRequest) (*http.Response, error)
- func (a *CallbacksAPIService) CallbackCompleteExecute(r ApiCallbackCompleteRequest) (*http.Response, error)
- type CollectionResponseActionFunctionIdentifierNoPaging
- func (o *CollectionResponseActionFunctionIdentifierNoPaging) GetResults() []ActionFunctionIdentifier
- func (o *CollectionResponseActionFunctionIdentifierNoPaging) GetResultsOk() ([]ActionFunctionIdentifier, bool)
- func (o CollectionResponseActionFunctionIdentifierNoPaging) MarshalJSON() ([]byte, error)
- func (o *CollectionResponseActionFunctionIdentifierNoPaging) SetResults(v []ActionFunctionIdentifier)
- type CollectionResponseActionRevisionForwardPaging
- func (o *CollectionResponseActionRevisionForwardPaging) GetPaging() ForwardPaging
- func (o *CollectionResponseActionRevisionForwardPaging) GetPagingOk() (*ForwardPaging, bool)
- func (o *CollectionResponseActionRevisionForwardPaging) GetResults() []ActionRevision
- func (o *CollectionResponseActionRevisionForwardPaging) GetResultsOk() ([]ActionRevision, bool)
- func (o *CollectionResponseActionRevisionForwardPaging) HasPaging() bool
- func (o CollectionResponseActionRevisionForwardPaging) MarshalJSON() ([]byte, error)
- func (o *CollectionResponseActionRevisionForwardPaging) SetPaging(v ForwardPaging)
- func (o *CollectionResponseActionRevisionForwardPaging) SetResults(v []ActionRevision)
- type CollectionResponseExtensionActionDefinitionForwardPaging
- func (o *CollectionResponseExtensionActionDefinitionForwardPaging) GetPaging() ForwardPaging
- func (o *CollectionResponseExtensionActionDefinitionForwardPaging) GetPagingOk() (*ForwardPaging, bool)
- func (o *CollectionResponseExtensionActionDefinitionForwardPaging) GetResults() []ExtensionActionDefinition
- func (o *CollectionResponseExtensionActionDefinitionForwardPaging) GetResultsOk() ([]ExtensionActionDefinition, bool)
- func (o *CollectionResponseExtensionActionDefinitionForwardPaging) HasPaging() bool
- func (o CollectionResponseExtensionActionDefinitionForwardPaging) MarshalJSON() ([]byte, error)
- func (o *CollectionResponseExtensionActionDefinitionForwardPaging) SetPaging(v ForwardPaging)
- func (o *CollectionResponseExtensionActionDefinitionForwardPaging) SetResults(v []ExtensionActionDefinition)
- type CollectionResponsePublicActionDefinitionForwardPaging
- func (o *CollectionResponsePublicActionDefinitionForwardPaging) GetPaging() ForwardPaging
- func (o *CollectionResponsePublicActionDefinitionForwardPaging) GetPagingOk() (*ForwardPaging, bool)
- func (o *CollectionResponsePublicActionDefinitionForwardPaging) GetResults() []PublicActionDefinition
- func (o *CollectionResponsePublicActionDefinitionForwardPaging) GetResultsOk() ([]PublicActionDefinition, bool)
- func (o *CollectionResponsePublicActionDefinitionForwardPaging) HasPaging() bool
- func (o CollectionResponsePublicActionDefinitionForwardPaging) MarshalJSON() ([]byte, error)
- func (o *CollectionResponsePublicActionDefinitionForwardPaging) SetPaging(v ForwardPaging)
- func (o *CollectionResponsePublicActionDefinitionForwardPaging) SetResults(v []PublicActionDefinition)
- func (o CollectionResponsePublicActionDefinitionForwardPaging) ToMap() (map[string]interface{}, error)
- func (o *CollectionResponsePublicActionDefinitionForwardPaging) UnmarshalJSON(data []byte) (err error)
- type CollectionResponsePublicActionFunctionIdentifierNoPaging
- func NewCollectionResponsePublicActionFunctionIdentifierNoPaging(results []PublicActionFunctionIdentifier) *CollectionResponsePublicActionFunctionIdentifierNoPaging
- func NewCollectionResponsePublicActionFunctionIdentifierNoPagingWithDefaults() *CollectionResponsePublicActionFunctionIdentifierNoPaging
- func (o *CollectionResponsePublicActionFunctionIdentifierNoPaging) GetResults() []PublicActionFunctionIdentifier
- func (o *CollectionResponsePublicActionFunctionIdentifierNoPaging) GetResultsOk() ([]PublicActionFunctionIdentifier, bool)
- func (o CollectionResponsePublicActionFunctionIdentifierNoPaging) MarshalJSON() ([]byte, error)
- func (o *CollectionResponsePublicActionFunctionIdentifierNoPaging) SetResults(v []PublicActionFunctionIdentifier)
- func (o CollectionResponsePublicActionFunctionIdentifierNoPaging) ToMap() (map[string]interface{}, error)
- func (o *CollectionResponsePublicActionFunctionIdentifierNoPaging) UnmarshalJSON(data []byte) (err error)
- type CollectionResponsePublicActionRevisionForwardPaging
- func (o *CollectionResponsePublicActionRevisionForwardPaging) GetPaging() ForwardPaging
- func (o *CollectionResponsePublicActionRevisionForwardPaging) GetPagingOk() (*ForwardPaging, bool)
- func (o *CollectionResponsePublicActionRevisionForwardPaging) GetResults() []PublicActionRevision
- func (o *CollectionResponsePublicActionRevisionForwardPaging) GetResultsOk() ([]PublicActionRevision, bool)
- func (o *CollectionResponsePublicActionRevisionForwardPaging) HasPaging() bool
- func (o CollectionResponsePublicActionRevisionForwardPaging) MarshalJSON() ([]byte, error)
- func (o *CollectionResponsePublicActionRevisionForwardPaging) SetPaging(v ForwardPaging)
- func (o *CollectionResponsePublicActionRevisionForwardPaging) SetResults(v []PublicActionRevision)
- func (o CollectionResponsePublicActionRevisionForwardPaging) ToMap() (map[string]interface{}, error)
- func (o *CollectionResponsePublicActionRevisionForwardPaging) UnmarshalJSON(data []byte) (err error)
- type ConditionalSingleFieldDependency
- func (o *ConditionalSingleFieldDependency) GetControllingFieldName() string
- func (o *ConditionalSingleFieldDependency) GetControllingFieldNameOk() (*string, bool)
- func (o *ConditionalSingleFieldDependency) GetControllingFieldValue() string
- func (o *ConditionalSingleFieldDependency) GetControllingFieldValueOk() (*string, bool)
- func (o *ConditionalSingleFieldDependency) GetDependencyType() string
- func (o *ConditionalSingleFieldDependency) GetDependencyTypeOk() (*string, bool)
- func (o *ConditionalSingleFieldDependency) GetDependentFieldNames() []string
- func (o *ConditionalSingleFieldDependency) GetDependentFieldNamesOk() ([]string, bool)
- func (o ConditionalSingleFieldDependency) MarshalJSON() ([]byte, error)
- func (o *ConditionalSingleFieldDependency) SetControllingFieldName(v string)
- func (o *ConditionalSingleFieldDependency) SetControllingFieldValue(v string)
- func (o *ConditionalSingleFieldDependency) SetDependencyType(v string)
- func (o *ConditionalSingleFieldDependency) SetDependentFieldNames(v []string)
- type Configuration
- type DefinitionsAPIService
- func (a *DefinitionsAPIService) Archive(ctx context.Context, definitionId string, appId int32) ApiArchiveRequest
- func (a *DefinitionsAPIService) ArchiveExecute(r ApiArchiveRequest) (*http.Response, error)
- func (a *DefinitionsAPIService) Create(ctx context.Context, appId int32) ApiCreateRequest
- func (a *DefinitionsAPIService) CreateExecute(r ApiCreateRequest) (*PublicActionDefinition, *http.Response, error)
- func (a *DefinitionsAPIService) GetByID(ctx context.Context, definitionId string, appId int32) ApiGetByIDRequest
- func (a *DefinitionsAPIService) GetByIDExecute(r ApiGetByIDRequest) (*PublicActionDefinition, *http.Response, error)
- func (a *DefinitionsAPIService) GetPage(ctx context.Context, appId int32) ApiGetPageRequest
- func (a *DefinitionsAPIService) GetPageExecute(r ApiGetPageRequest) (*CollectionResponsePublicActionDefinitionForwardPaging, *http.Response, error)
- func (a *DefinitionsAPIService) Update(ctx context.Context, definitionId string, appId int32) ApiUpdateRequest
- func (a *DefinitionsAPIService) UpdateExecute(r ApiUpdateRequest) (*PublicActionDefinition, *http.Response, error)
- type Error
- func (o *Error) GetCategory() string
- func (o *Error) GetCategoryOk() (*string, bool)
- func (o *Error) GetContext() map[string][]string
- func (o *Error) GetContextOk() (*map[string][]string, bool)
- func (o *Error) GetCorrelationId() string
- func (o *Error) GetCorrelationIdOk() (*string, bool)
- func (o *Error) GetErrors() []ErrorDetail
- func (o *Error) GetErrorsOk() ([]ErrorDetail, bool)
- func (o *Error) GetLinks() map[string]string
- func (o *Error) GetLinksOk() (*map[string]string, bool)
- func (o *Error) GetMessage() string
- func (o *Error) GetMessageOk() (*string, bool)
- func (o *Error) GetSubCategory() string
- func (o *Error) GetSubCategoryOk() (*string, bool)
- func (o *Error) HasContext() bool
- func (o *Error) HasErrors() bool
- func (o *Error) HasLinks() bool
- func (o *Error) HasSubCategory() bool
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetCategory(v string)
- func (o *Error) SetContext(v map[string][]string)
- func (o *Error) SetCorrelationId(v string)
- func (o *Error) SetErrors(v []ErrorDetail)
- func (o *Error) SetLinks(v map[string]string)
- func (o *Error) SetMessage(v string)
- func (o *Error) SetSubCategory(v string)
- func (o Error) ToMap() (map[string]interface{}, error)
- func (o *Error) UnmarshalJSON(data []byte) (err error)
- type ErrorDetail
- func (o *ErrorDetail) GetCode() string
- func (o *ErrorDetail) GetCodeOk() (*string, bool)
- func (o *ErrorDetail) GetContext() map[string][]string
- func (o *ErrorDetail) GetContextOk() (*map[string][]string, bool)
- func (o *ErrorDetail) GetIn() string
- func (o *ErrorDetail) GetInOk() (*string, bool)
- func (o *ErrorDetail) GetMessage() string
- func (o *ErrorDetail) GetMessageOk() (*string, bool)
- func (o *ErrorDetail) GetSubCategory() string
- func (o *ErrorDetail) GetSubCategoryOk() (*string, bool)
- func (o *ErrorDetail) HasCode() bool
- func (o *ErrorDetail) HasContext() bool
- func (o *ErrorDetail) HasIn() bool
- func (o *ErrorDetail) HasSubCategory() bool
- func (o ErrorDetail) MarshalJSON() ([]byte, error)
- func (o *ErrorDetail) SetCode(v string)
- func (o *ErrorDetail) SetContext(v map[string][]string)
- func (o *ErrorDetail) SetIn(v string)
- func (o *ErrorDetail) SetMessage(v string)
- func (o *ErrorDetail) SetSubCategory(v string)
- func (o ErrorDetail) ToMap() (map[string]interface{}, error)
- func (o *ErrorDetail) UnmarshalJSON(data []byte) (err error)
- type ExtensionActionDefinition
- func (o *ExtensionActionDefinition) GetActionUrl() string
- func (o *ExtensionActionDefinition) GetActionUrlOk() (*string, bool)
- func (o *ExtensionActionDefinition) GetArchivedAt() int64
- func (o *ExtensionActionDefinition) GetArchivedAtOk() (*int64, bool)
- func (o *ExtensionActionDefinition) GetFunctions() []ActionFunctionIdentifier
- func (o *ExtensionActionDefinition) GetFunctionsOk() ([]ActionFunctionIdentifier, bool)
- func (o *ExtensionActionDefinition) GetId() string
- func (o *ExtensionActionDefinition) GetIdOk() (*string, bool)
- func (o *ExtensionActionDefinition) GetInputFieldDependencies() []ExtensionActionDefinitionPatchInputFieldDependenciesInner
- func (o *ExtensionActionDefinition) GetInputFieldDependenciesOk() ([]ExtensionActionDefinitionPatchInputFieldDependenciesInner, bool)
- func (o *ExtensionActionDefinition) GetInputFields() []InputFieldDefinition
- func (o *ExtensionActionDefinition) GetInputFieldsOk() ([]InputFieldDefinition, bool)
- func (o *ExtensionActionDefinition) GetLabels() map[string]ActionLabels
- func (o *ExtensionActionDefinition) GetLabelsOk() (*map[string]ActionLabels, bool)
- func (o *ExtensionActionDefinition) GetObjectRequestOptions() ObjectRequestOptions
- func (o *ExtensionActionDefinition) GetObjectRequestOptionsOk() (*ObjectRequestOptions, bool)
- func (o *ExtensionActionDefinition) GetObjectTypes() []string
- func (o *ExtensionActionDefinition) GetObjectTypesOk() ([]string, bool)
- func (o *ExtensionActionDefinition) GetPublished() bool
- func (o *ExtensionActionDefinition) GetPublishedOk() (*bool, bool)
- func (o *ExtensionActionDefinition) GetRevisionId() string
- func (o *ExtensionActionDefinition) GetRevisionIdOk() (*string, bool)
- func (o *ExtensionActionDefinition) HasArchivedAt() bool
- func (o *ExtensionActionDefinition) HasInputFieldDependencies() bool
- func (o *ExtensionActionDefinition) HasObjectRequestOptions() bool
- func (o ExtensionActionDefinition) MarshalJSON() ([]byte, error)
- func (o *ExtensionActionDefinition) SetActionUrl(v string)
- func (o *ExtensionActionDefinition) SetArchivedAt(v int64)
- func (o *ExtensionActionDefinition) SetFunctions(v []ActionFunctionIdentifier)
- func (o *ExtensionActionDefinition) SetId(v string)
- func (o *ExtensionActionDefinition) SetInputFieldDependencies(v []ExtensionActionDefinitionPatchInputFieldDependenciesInner)
- func (o *ExtensionActionDefinition) SetInputFields(v []InputFieldDefinition)
- func (o *ExtensionActionDefinition) SetLabels(v map[string]ActionLabels)
- func (o *ExtensionActionDefinition) SetObjectRequestOptions(v ObjectRequestOptions)
- func (o *ExtensionActionDefinition) SetObjectTypes(v []string)
- func (o *ExtensionActionDefinition) SetPublished(v bool)
- func (o *ExtensionActionDefinition) SetRevisionId(v string)
- type ExtensionActionDefinitionInput
- func (o *ExtensionActionDefinitionInput) GetActionUrl() string
- func (o *ExtensionActionDefinitionInput) GetActionUrlOk() (*string, bool)
- func (o *ExtensionActionDefinitionInput) GetArchivedAt() int64
- func (o *ExtensionActionDefinitionInput) GetArchivedAtOk() (*int64, bool)
- func (o *ExtensionActionDefinitionInput) GetFunctions() []ActionFunction
- func (o *ExtensionActionDefinitionInput) GetFunctionsOk() ([]ActionFunction, bool)
- func (o *ExtensionActionDefinitionInput) GetInputFieldDependencies() []ExtensionActionDefinitionPatchInputFieldDependenciesInner
- func (o *ExtensionActionDefinitionInput) GetInputFieldDependenciesOk() ([]ExtensionActionDefinitionPatchInputFieldDependenciesInner, bool)
- func (o *ExtensionActionDefinitionInput) GetInputFields() []InputFieldDefinition
- func (o *ExtensionActionDefinitionInput) GetInputFieldsOk() ([]InputFieldDefinition, bool)
- func (o *ExtensionActionDefinitionInput) GetLabels() map[string]ActionLabels
- func (o *ExtensionActionDefinitionInput) GetLabelsOk() (*map[string]ActionLabels, bool)
- func (o *ExtensionActionDefinitionInput) GetObjectRequestOptions() ObjectRequestOptions
- func (o *ExtensionActionDefinitionInput) GetObjectRequestOptionsOk() (*ObjectRequestOptions, bool)
- func (o *ExtensionActionDefinitionInput) GetObjectTypes() []string
- func (o *ExtensionActionDefinitionInput) GetObjectTypesOk() ([]string, bool)
- func (o *ExtensionActionDefinitionInput) GetPublished() bool
- func (o *ExtensionActionDefinitionInput) GetPublishedOk() (*bool, bool)
- func (o *ExtensionActionDefinitionInput) HasArchivedAt() bool
- func (o *ExtensionActionDefinitionInput) HasInputFieldDependencies() bool
- func (o *ExtensionActionDefinitionInput) HasObjectRequestOptions() bool
- func (o ExtensionActionDefinitionInput) MarshalJSON() ([]byte, error)
- func (o *ExtensionActionDefinitionInput) SetActionUrl(v string)
- func (o *ExtensionActionDefinitionInput) SetArchivedAt(v int64)
- func (o *ExtensionActionDefinitionInput) SetFunctions(v []ActionFunction)
- func (o *ExtensionActionDefinitionInput) SetInputFieldDependencies(v []ExtensionActionDefinitionPatchInputFieldDependenciesInner)
- func (o *ExtensionActionDefinitionInput) SetInputFields(v []InputFieldDefinition)
- func (o *ExtensionActionDefinitionInput) SetLabels(v map[string]ActionLabels)
- func (o *ExtensionActionDefinitionInput) SetObjectRequestOptions(v ObjectRequestOptions)
- func (o *ExtensionActionDefinitionInput) SetObjectTypes(v []string)
- func (o *ExtensionActionDefinitionInput) SetPublished(v bool)
- type ExtensionActionDefinitionPatch
- func (o *ExtensionActionDefinitionPatch) GetActionUrl() string
- func (o *ExtensionActionDefinitionPatch) GetActionUrlOk() (*string, bool)
- func (o *ExtensionActionDefinitionPatch) GetInputFieldDependencies() []ExtensionActionDefinitionPatchInputFieldDependenciesInner
- func (o *ExtensionActionDefinitionPatch) GetInputFieldDependenciesOk() ([]ExtensionActionDefinitionPatchInputFieldDependenciesInner, bool)
- func (o *ExtensionActionDefinitionPatch) GetInputFields() []InputFieldDefinition
- func (o *ExtensionActionDefinitionPatch) GetInputFieldsOk() ([]InputFieldDefinition, bool)
- func (o *ExtensionActionDefinitionPatch) GetLabels() map[string]ActionLabels
- func (o *ExtensionActionDefinitionPatch) GetLabelsOk() (*map[string]ActionLabels, bool)
- func (o *ExtensionActionDefinitionPatch) GetObjectRequestOptions() ObjectRequestOptions
- func (o *ExtensionActionDefinitionPatch) GetObjectRequestOptionsOk() (*ObjectRequestOptions, bool)
- func (o *ExtensionActionDefinitionPatch) GetObjectTypes() []string
- func (o *ExtensionActionDefinitionPatch) GetObjectTypesOk() ([]string, bool)
- func (o *ExtensionActionDefinitionPatch) GetPublished() bool
- func (o *ExtensionActionDefinitionPatch) GetPublishedOk() (*bool, bool)
- func (o *ExtensionActionDefinitionPatch) HasActionUrl() bool
- func (o *ExtensionActionDefinitionPatch) HasInputFieldDependencies() bool
- func (o *ExtensionActionDefinitionPatch) HasInputFields() bool
- func (o *ExtensionActionDefinitionPatch) HasLabels() bool
- func (o *ExtensionActionDefinitionPatch) HasObjectRequestOptions() bool
- func (o *ExtensionActionDefinitionPatch) HasObjectTypes() bool
- func (o *ExtensionActionDefinitionPatch) HasPublished() bool
- func (o ExtensionActionDefinitionPatch) MarshalJSON() ([]byte, error)
- func (o *ExtensionActionDefinitionPatch) SetActionUrl(v string)
- func (o *ExtensionActionDefinitionPatch) SetInputFieldDependencies(v []ExtensionActionDefinitionPatchInputFieldDependenciesInner)
- func (o *ExtensionActionDefinitionPatch) SetInputFields(v []InputFieldDefinition)
- func (o *ExtensionActionDefinitionPatch) SetLabels(v map[string]ActionLabels)
- func (o *ExtensionActionDefinitionPatch) SetObjectRequestOptions(v ObjectRequestOptions)
- func (o *ExtensionActionDefinitionPatch) SetObjectTypes(v []string)
- func (o *ExtensionActionDefinitionPatch) SetPublished(v bool)
- type ExtensionActionDefinitionPatchInputFieldDependenciesInner
- func ConditionalSingleFieldDependencyAsExtensionActionDefinitionPatchInputFieldDependenciesInner(v *ConditionalSingleFieldDependency) ExtensionActionDefinitionPatchInputFieldDependenciesInner
- func SingleFieldDependencyAsExtensionActionDefinitionPatchInputFieldDependenciesInner(v *SingleFieldDependency) ExtensionActionDefinitionPatchInputFieldDependenciesInner
- func (obj *ExtensionActionDefinitionPatchInputFieldDependenciesInner) GetActualInstance() interface{}
- func (src ExtensionActionDefinitionPatchInputFieldDependenciesInner) MarshalJSON() ([]byte, error)
- func (dst *ExtensionActionDefinitionPatchInputFieldDependenciesInner) UnmarshalJSON(data []byte) error
- type FieldTypeDefinition
- func (o *FieldTypeDefinition) GetDescription() string
- func (o *FieldTypeDefinition) GetDescriptionOk() (*string, bool)
- func (o *FieldTypeDefinition) GetExternalOptions() bool
- func (o *FieldTypeDefinition) GetExternalOptionsOk() (*bool, bool)
- func (o *FieldTypeDefinition) GetExternalOptionsReferenceType() string
- func (o *FieldTypeDefinition) GetExternalOptionsReferenceTypeOk() (*string, bool)
- func (o *FieldTypeDefinition) GetFieldType() string
- func (o *FieldTypeDefinition) GetFieldTypeOk() (*string, bool)
- func (o *FieldTypeDefinition) GetHelpText() string
- func (o *FieldTypeDefinition) GetHelpTextOk() (*string, bool)
- func (o *FieldTypeDefinition) GetLabel() string
- func (o *FieldTypeDefinition) GetLabelOk() (*string, bool)
- func (o *FieldTypeDefinition) GetName() string
- func (o *FieldTypeDefinition) GetNameOk() (*string, bool)
- func (o *FieldTypeDefinition) GetOptions() []Option
- func (o *FieldTypeDefinition) GetOptionsOk() ([]Option, bool)
- func (o *FieldTypeDefinition) GetOptionsUrl() string
- func (o *FieldTypeDefinition) GetOptionsUrlOk() (*string, bool)
- func (o *FieldTypeDefinition) GetReferencedObjectType() string
- func (o *FieldTypeDefinition) GetReferencedObjectTypeOk() (*string, bool)
- func (o *FieldTypeDefinition) GetType() string
- func (o *FieldTypeDefinition) GetTypeOk() (*string, bool)
- func (o *FieldTypeDefinition) HasDescription() bool
- func (o *FieldTypeDefinition) HasExternalOptionsReferenceType() bool
- func (o *FieldTypeDefinition) HasFieldType() bool
- func (o *FieldTypeDefinition) HasHelpText() bool
- func (o *FieldTypeDefinition) HasLabel() bool
- func (o *FieldTypeDefinition) HasOptionsUrl() bool
- func (o *FieldTypeDefinition) HasReferencedObjectType() bool
- func (o FieldTypeDefinition) MarshalJSON() ([]byte, error)
- func (o *FieldTypeDefinition) SetDescription(v string)
- func (o *FieldTypeDefinition) SetExternalOptions(v bool)
- func (o *FieldTypeDefinition) SetExternalOptionsReferenceType(v string)
- func (o *FieldTypeDefinition) SetFieldType(v string)
- func (o *FieldTypeDefinition) SetHelpText(v string)
- func (o *FieldTypeDefinition) SetLabel(v string)
- func (o *FieldTypeDefinition) SetName(v string)
- func (o *FieldTypeDefinition) SetOptions(v []Option)
- func (o *FieldTypeDefinition) SetOptionsUrl(v string)
- func (o *FieldTypeDefinition) SetReferencedObjectType(v string)
- func (o *FieldTypeDefinition) SetType(v string)
- func (o FieldTypeDefinition) ToMap() (map[string]interface{}, error)
- func (o *FieldTypeDefinition) UnmarshalJSON(data []byte) (err error)
- type ForwardPaging
- type FunctionsAPIService
- func (a *FunctionsAPIService) FunctionsArchive(ctx context.Context, definitionId string, functionType string, ...) ApiFunctionsArchiveRequest
- func (a *FunctionsAPIService) FunctionsArchiveByType(ctx context.Context, definitionId string, functionType string, appId int32) ApiFunctionsArchiveByTypeRequest
- func (a *FunctionsAPIService) FunctionsArchiveByTypeExecute(r ApiFunctionsArchiveByTypeRequest) (*http.Response, error)
- func (a *FunctionsAPIService) FunctionsArchiveExecute(r ApiFunctionsArchiveRequest) (*http.Response, error)
- func (a *FunctionsAPIService) FunctionsCreateOrReplace(ctx context.Context, definitionId string, functionType string, ...) ApiFunctionsCreateOrReplaceRequest
- func (a *FunctionsAPIService) FunctionsCreateOrReplaceByType(ctx context.Context, definitionId string, functionType string, appId int32) ApiFunctionsCreateOrReplaceByTypeRequest
- func (a *FunctionsAPIService) FunctionsCreateOrReplaceByTypeExecute(r ApiFunctionsCreateOrReplaceByTypeRequest) (*PublicActionFunctionIdentifier, *http.Response, error)
- func (a *FunctionsAPIService) FunctionsCreateOrReplaceExecute(r ApiFunctionsCreateOrReplaceRequest) (*PublicActionFunctionIdentifier, *http.Response, error)
- func (a *FunctionsAPIService) FunctionsGetByID(ctx context.Context, definitionId string, functionType string, ...) ApiFunctionsGetByIDRequest
- func (a *FunctionsAPIService) FunctionsGetByIDExecute(r ApiFunctionsGetByIDRequest) (*PublicActionFunction, *http.Response, error)
- func (a *FunctionsAPIService) FunctionsGetByType(ctx context.Context, definitionId string, functionType string, appId int32) ApiFunctionsGetByTypeRequest
- func (a *FunctionsAPIService) FunctionsGetByTypeExecute(r ApiFunctionsGetByTypeRequest) (*PublicActionFunction, *http.Response, error)
- func (a *FunctionsAPIService) FunctionsGetPage(ctx context.Context, definitionId string, appId int32) ApiFunctionsGetPageRequest
- func (a *FunctionsAPIService) FunctionsGetPageExecute(r ApiFunctionsGetPageRequest) (*CollectionResponsePublicActionFunctionIdentifierNoPaging, *http.Response, ...)
- type GenericOpenAPIError
- type InputFieldDefinition
- func (o *InputFieldDefinition) GetAutomationFieldType() string
- func (o *InputFieldDefinition) GetAutomationFieldTypeOk() (*string, bool)
- func (o *InputFieldDefinition) GetIsRequired() bool
- func (o *InputFieldDefinition) GetIsRequiredOk() (*bool, bool)
- func (o *InputFieldDefinition) GetSupportedValueTypes() []string
- func (o *InputFieldDefinition) GetSupportedValueTypesOk() ([]string, bool)
- func (o *InputFieldDefinition) GetTypeDefinition() FieldTypeDefinition
- func (o *InputFieldDefinition) GetTypeDefinitionOk() (*FieldTypeDefinition, bool)
- func (o *InputFieldDefinition) HasAutomationFieldType() bool
- func (o *InputFieldDefinition) HasSupportedValueTypes() bool
- func (o InputFieldDefinition) MarshalJSON() ([]byte, error)
- func (o *InputFieldDefinition) SetAutomationFieldType(v string)
- func (o *InputFieldDefinition) SetIsRequired(v bool)
- func (o *InputFieldDefinition) SetSupportedValueTypes(v []string)
- func (o *InputFieldDefinition) SetTypeDefinition(v FieldTypeDefinition)
- func (o InputFieldDefinition) ToMap() (map[string]interface{}, error)
- func (o *InputFieldDefinition) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type NextPage
- func (o *NextPage) GetAfter() string
- func (o *NextPage) GetAfterOk() (*string, bool)
- func (o *NextPage) GetLink() string
- func (o *NextPage) GetLinkOk() (*string, bool)
- func (o *NextPage) HasLink() bool
- func (o NextPage) MarshalJSON() ([]byte, error)
- func (o *NextPage) SetAfter(v string)
- func (o *NextPage) SetLink(v string)
- func (o NextPage) ToMap() (map[string]interface{}, error)
- func (o *NextPage) UnmarshalJSON(data []byte) (err error)
- type NullableActionFunction
- func (v NullableActionFunction) Get() *ActionFunction
- func (v NullableActionFunction) IsSet() bool
- func (v NullableActionFunction) MarshalJSON() ([]byte, error)
- func (v *NullableActionFunction) Set(val *ActionFunction)
- func (v *NullableActionFunction) UnmarshalJSON(src []byte) error
- func (v *NullableActionFunction) Unset()
- type NullableActionFunctionIdentifier
- func (v NullableActionFunctionIdentifier) Get() *ActionFunctionIdentifier
- func (v NullableActionFunctionIdentifier) IsSet() bool
- func (v NullableActionFunctionIdentifier) MarshalJSON() ([]byte, error)
- func (v *NullableActionFunctionIdentifier) Set(val *ActionFunctionIdentifier)
- func (v *NullableActionFunctionIdentifier) UnmarshalJSON(src []byte) error
- func (v *NullableActionFunctionIdentifier) Unset()
- type NullableActionLabels
- func (v NullableActionLabels) Get() *ActionLabels
- func (v NullableActionLabels) IsSet() bool
- func (v NullableActionLabels) MarshalJSON() ([]byte, error)
- func (v *NullableActionLabels) Set(val *ActionLabels)
- func (v *NullableActionLabels) UnmarshalJSON(src []byte) error
- func (v *NullableActionLabels) Unset()
- type NullableActionRevision
- func (v NullableActionRevision) Get() *ActionRevision
- func (v NullableActionRevision) IsSet() bool
- func (v NullableActionRevision) MarshalJSON() ([]byte, error)
- func (v *NullableActionRevision) Set(val *ActionRevision)
- func (v *NullableActionRevision) UnmarshalJSON(src []byte) error
- func (v *NullableActionRevision) Unset()
- type NullableBatchInputCallbackCompletionBatchRequest
- func (v NullableBatchInputCallbackCompletionBatchRequest) Get() *BatchInputCallbackCompletionBatchRequest
- func (v NullableBatchInputCallbackCompletionBatchRequest) IsSet() bool
- func (v NullableBatchInputCallbackCompletionBatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableBatchInputCallbackCompletionBatchRequest) Set(val *BatchInputCallbackCompletionBatchRequest)
- func (v *NullableBatchInputCallbackCompletionBatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableBatchInputCallbackCompletionBatchRequest) Unset()
- type NullableBool
- type NullableCallbackCompletionBatchRequest
- func (v NullableCallbackCompletionBatchRequest) Get() *CallbackCompletionBatchRequest
- func (v NullableCallbackCompletionBatchRequest) IsSet() bool
- func (v NullableCallbackCompletionBatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCallbackCompletionBatchRequest) Set(val *CallbackCompletionBatchRequest)
- func (v *NullableCallbackCompletionBatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCallbackCompletionBatchRequest) Unset()
- type NullableCallbackCompletionRequest
- func (v NullableCallbackCompletionRequest) Get() *CallbackCompletionRequest
- func (v NullableCallbackCompletionRequest) IsSet() bool
- func (v NullableCallbackCompletionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCallbackCompletionRequest) Set(val *CallbackCompletionRequest)
- func (v *NullableCallbackCompletionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCallbackCompletionRequest) Unset()
- type NullableCollectionResponseActionFunctionIdentifierNoPaging
- func (v NullableCollectionResponseActionFunctionIdentifierNoPaging) Get() *CollectionResponseActionFunctionIdentifierNoPaging
- func (v NullableCollectionResponseActionFunctionIdentifierNoPaging) IsSet() bool
- func (v NullableCollectionResponseActionFunctionIdentifierNoPaging) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponseActionFunctionIdentifierNoPaging) Set(val *CollectionResponseActionFunctionIdentifierNoPaging)
- func (v *NullableCollectionResponseActionFunctionIdentifierNoPaging) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponseActionFunctionIdentifierNoPaging) Unset()
- type NullableCollectionResponseActionRevisionForwardPaging
- func (v NullableCollectionResponseActionRevisionForwardPaging) Get() *CollectionResponseActionRevisionForwardPaging
- func (v NullableCollectionResponseActionRevisionForwardPaging) IsSet() bool
- func (v NullableCollectionResponseActionRevisionForwardPaging) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponseActionRevisionForwardPaging) Set(val *CollectionResponseActionRevisionForwardPaging)
- func (v *NullableCollectionResponseActionRevisionForwardPaging) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponseActionRevisionForwardPaging) Unset()
- type NullableCollectionResponseExtensionActionDefinitionForwardPaging
- func (v NullableCollectionResponseExtensionActionDefinitionForwardPaging) Get() *CollectionResponseExtensionActionDefinitionForwardPaging
- func (v NullableCollectionResponseExtensionActionDefinitionForwardPaging) IsSet() bool
- func (v NullableCollectionResponseExtensionActionDefinitionForwardPaging) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponseExtensionActionDefinitionForwardPaging) Set(val *CollectionResponseExtensionActionDefinitionForwardPaging)
- func (v *NullableCollectionResponseExtensionActionDefinitionForwardPaging) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponseExtensionActionDefinitionForwardPaging) Unset()
- type NullableCollectionResponsePublicActionDefinitionForwardPaging
- func (v NullableCollectionResponsePublicActionDefinitionForwardPaging) Get() *CollectionResponsePublicActionDefinitionForwardPaging
- func (v NullableCollectionResponsePublicActionDefinitionForwardPaging) IsSet() bool
- func (v NullableCollectionResponsePublicActionDefinitionForwardPaging) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponsePublicActionDefinitionForwardPaging) Set(val *CollectionResponsePublicActionDefinitionForwardPaging)
- func (v *NullableCollectionResponsePublicActionDefinitionForwardPaging) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponsePublicActionDefinitionForwardPaging) Unset()
- type NullableCollectionResponsePublicActionFunctionIdentifierNoPaging
- func (v NullableCollectionResponsePublicActionFunctionIdentifierNoPaging) Get() *CollectionResponsePublicActionFunctionIdentifierNoPaging
- func (v NullableCollectionResponsePublicActionFunctionIdentifierNoPaging) IsSet() bool
- func (v NullableCollectionResponsePublicActionFunctionIdentifierNoPaging) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponsePublicActionFunctionIdentifierNoPaging) Set(val *CollectionResponsePublicActionFunctionIdentifierNoPaging)
- func (v *NullableCollectionResponsePublicActionFunctionIdentifierNoPaging) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponsePublicActionFunctionIdentifierNoPaging) Unset()
- type NullableCollectionResponsePublicActionRevisionForwardPaging
- func (v NullableCollectionResponsePublicActionRevisionForwardPaging) Get() *CollectionResponsePublicActionRevisionForwardPaging
- func (v NullableCollectionResponsePublicActionRevisionForwardPaging) IsSet() bool
- func (v NullableCollectionResponsePublicActionRevisionForwardPaging) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponsePublicActionRevisionForwardPaging) Set(val *CollectionResponsePublicActionRevisionForwardPaging)
- func (v *NullableCollectionResponsePublicActionRevisionForwardPaging) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponsePublicActionRevisionForwardPaging) Unset()
- type NullableConditionalSingleFieldDependency
- func (v NullableConditionalSingleFieldDependency) Get() *ConditionalSingleFieldDependency
- func (v NullableConditionalSingleFieldDependency) IsSet() bool
- func (v NullableConditionalSingleFieldDependency) MarshalJSON() ([]byte, error)
- func (v *NullableConditionalSingleFieldDependency) Set(val *ConditionalSingleFieldDependency)
- func (v *NullableConditionalSingleFieldDependency) UnmarshalJSON(src []byte) error
- func (v *NullableConditionalSingleFieldDependency) Unset()
- type NullableError
- type NullableErrorDetail
- func (v NullableErrorDetail) Get() *ErrorDetail
- func (v NullableErrorDetail) IsSet() bool
- func (v NullableErrorDetail) MarshalJSON() ([]byte, error)
- func (v *NullableErrorDetail) Set(val *ErrorDetail)
- func (v *NullableErrorDetail) UnmarshalJSON(src []byte) error
- func (v *NullableErrorDetail) Unset()
- type NullableExtensionActionDefinition
- func (v NullableExtensionActionDefinition) Get() *ExtensionActionDefinition
- func (v NullableExtensionActionDefinition) IsSet() bool
- func (v NullableExtensionActionDefinition) MarshalJSON() ([]byte, error)
- func (v *NullableExtensionActionDefinition) Set(val *ExtensionActionDefinition)
- func (v *NullableExtensionActionDefinition) UnmarshalJSON(src []byte) error
- func (v *NullableExtensionActionDefinition) Unset()
- type NullableExtensionActionDefinitionInput
- func (v NullableExtensionActionDefinitionInput) Get() *ExtensionActionDefinitionInput
- func (v NullableExtensionActionDefinitionInput) IsSet() bool
- func (v NullableExtensionActionDefinitionInput) MarshalJSON() ([]byte, error)
- func (v *NullableExtensionActionDefinitionInput) Set(val *ExtensionActionDefinitionInput)
- func (v *NullableExtensionActionDefinitionInput) UnmarshalJSON(src []byte) error
- func (v *NullableExtensionActionDefinitionInput) Unset()
- type NullableExtensionActionDefinitionPatch
- func (v NullableExtensionActionDefinitionPatch) Get() *ExtensionActionDefinitionPatch
- func (v NullableExtensionActionDefinitionPatch) IsSet() bool
- func (v NullableExtensionActionDefinitionPatch) MarshalJSON() ([]byte, error)
- func (v *NullableExtensionActionDefinitionPatch) Set(val *ExtensionActionDefinitionPatch)
- func (v *NullableExtensionActionDefinitionPatch) UnmarshalJSON(src []byte) error
- func (v *NullableExtensionActionDefinitionPatch) Unset()
- type NullableExtensionActionDefinitionPatchInputFieldDependenciesInner
- func (v NullableExtensionActionDefinitionPatchInputFieldDependenciesInner) Get() *ExtensionActionDefinitionPatchInputFieldDependenciesInner
- func (v NullableExtensionActionDefinitionPatchInputFieldDependenciesInner) IsSet() bool
- func (v NullableExtensionActionDefinitionPatchInputFieldDependenciesInner) MarshalJSON() ([]byte, error)
- func (v *NullableExtensionActionDefinitionPatchInputFieldDependenciesInner) Set(val *ExtensionActionDefinitionPatchInputFieldDependenciesInner)
- func (v *NullableExtensionActionDefinitionPatchInputFieldDependenciesInner) UnmarshalJSON(src []byte) error
- func (v *NullableExtensionActionDefinitionPatchInputFieldDependenciesInner) Unset()
- type NullableFieldTypeDefinition
- func (v NullableFieldTypeDefinition) Get() *FieldTypeDefinition
- func (v NullableFieldTypeDefinition) IsSet() bool
- func (v NullableFieldTypeDefinition) MarshalJSON() ([]byte, error)
- func (v *NullableFieldTypeDefinition) Set(val *FieldTypeDefinition)
- func (v *NullableFieldTypeDefinition) UnmarshalJSON(src []byte) error
- func (v *NullableFieldTypeDefinition) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableForwardPaging
- func (v NullableForwardPaging) Get() *ForwardPaging
- func (v NullableForwardPaging) IsSet() bool
- func (v NullableForwardPaging) MarshalJSON() ([]byte, error)
- func (v *NullableForwardPaging) Set(val *ForwardPaging)
- func (v *NullableForwardPaging) UnmarshalJSON(src []byte) error
- func (v *NullableForwardPaging) Unset()
- type NullableInputFieldDefinition
- func (v NullableInputFieldDefinition) Get() *InputFieldDefinition
- func (v NullableInputFieldDefinition) IsSet() bool
- func (v NullableInputFieldDefinition) MarshalJSON() ([]byte, error)
- func (v *NullableInputFieldDefinition) Set(val *InputFieldDefinition)
- func (v *NullableInputFieldDefinition) UnmarshalJSON(src []byte) error
- func (v *NullableInputFieldDefinition) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableNextPage
- type NullableObjectRequestOptions
- func (v NullableObjectRequestOptions) Get() *ObjectRequestOptions
- func (v NullableObjectRequestOptions) IsSet() bool
- func (v NullableObjectRequestOptions) MarshalJSON() ([]byte, error)
- func (v *NullableObjectRequestOptions) Set(val *ObjectRequestOptions)
- func (v *NullableObjectRequestOptions) UnmarshalJSON(src []byte) error
- func (v *NullableObjectRequestOptions) Unset()
- type NullableOption
- type NullableOutputFieldDefinition
- func (v NullableOutputFieldDefinition) Get() *OutputFieldDefinition
- func (v NullableOutputFieldDefinition) IsSet() bool
- func (v NullableOutputFieldDefinition) MarshalJSON() ([]byte, error)
- func (v *NullableOutputFieldDefinition) Set(val *OutputFieldDefinition)
- func (v *NullableOutputFieldDefinition) UnmarshalJSON(src []byte) error
- func (v *NullableOutputFieldDefinition) Unset()
- type NullablePublicActionDefinition
- func (v NullablePublicActionDefinition) Get() *PublicActionDefinition
- func (v NullablePublicActionDefinition) IsSet() bool
- func (v NullablePublicActionDefinition) MarshalJSON() ([]byte, error)
- func (v *NullablePublicActionDefinition) Set(val *PublicActionDefinition)
- func (v *NullablePublicActionDefinition) UnmarshalJSON(src []byte) error
- func (v *NullablePublicActionDefinition) Unset()
- type NullablePublicActionDefinitionEgg
- func (v NullablePublicActionDefinitionEgg) Get() *PublicActionDefinitionEgg
- func (v NullablePublicActionDefinitionEgg) IsSet() bool
- func (v NullablePublicActionDefinitionEgg) MarshalJSON() ([]byte, error)
- func (v *NullablePublicActionDefinitionEgg) Set(val *PublicActionDefinitionEgg)
- func (v *NullablePublicActionDefinitionEgg) UnmarshalJSON(src []byte) error
- func (v *NullablePublicActionDefinitionEgg) Unset()
- type NullablePublicActionDefinitionInputFieldDependenciesInner
- func (v NullablePublicActionDefinitionInputFieldDependenciesInner) Get() *PublicActionDefinitionInputFieldDependenciesInner
- func (v NullablePublicActionDefinitionInputFieldDependenciesInner) IsSet() bool
- func (v NullablePublicActionDefinitionInputFieldDependenciesInner) MarshalJSON() ([]byte, error)
- func (v *NullablePublicActionDefinitionInputFieldDependenciesInner) Set(val *PublicActionDefinitionInputFieldDependenciesInner)
- func (v *NullablePublicActionDefinitionInputFieldDependenciesInner) UnmarshalJSON(src []byte) error
- func (v *NullablePublicActionDefinitionInputFieldDependenciesInner) Unset()
- type NullablePublicActionDefinitionPatch
- func (v NullablePublicActionDefinitionPatch) Get() *PublicActionDefinitionPatch
- func (v NullablePublicActionDefinitionPatch) IsSet() bool
- func (v NullablePublicActionDefinitionPatch) MarshalJSON() ([]byte, error)
- func (v *NullablePublicActionDefinitionPatch) Set(val *PublicActionDefinitionPatch)
- func (v *NullablePublicActionDefinitionPatch) UnmarshalJSON(src []byte) error
- func (v *NullablePublicActionDefinitionPatch) Unset()
- type NullablePublicActionFunction
- func (v NullablePublicActionFunction) Get() *PublicActionFunction
- func (v NullablePublicActionFunction) IsSet() bool
- func (v NullablePublicActionFunction) MarshalJSON() ([]byte, error)
- func (v *NullablePublicActionFunction) Set(val *PublicActionFunction)
- func (v *NullablePublicActionFunction) UnmarshalJSON(src []byte) error
- func (v *NullablePublicActionFunction) Unset()
- type NullablePublicActionFunctionIdentifier
- func (v NullablePublicActionFunctionIdentifier) Get() *PublicActionFunctionIdentifier
- func (v NullablePublicActionFunctionIdentifier) IsSet() bool
- func (v NullablePublicActionFunctionIdentifier) MarshalJSON() ([]byte, error)
- func (v *NullablePublicActionFunctionIdentifier) Set(val *PublicActionFunctionIdentifier)
- func (v *NullablePublicActionFunctionIdentifier) UnmarshalJSON(src []byte) error
- func (v *NullablePublicActionFunctionIdentifier) Unset()
- type NullablePublicActionLabels
- func (v NullablePublicActionLabels) Get() *PublicActionLabels
- func (v NullablePublicActionLabels) IsSet() bool
- func (v NullablePublicActionLabels) MarshalJSON() ([]byte, error)
- func (v *NullablePublicActionLabels) Set(val *PublicActionLabels)
- func (v *NullablePublicActionLabels) UnmarshalJSON(src []byte) error
- func (v *NullablePublicActionLabels) Unset()
- type NullablePublicActionRevision
- func (v NullablePublicActionRevision) Get() *PublicActionRevision
- func (v NullablePublicActionRevision) IsSet() bool
- func (v NullablePublicActionRevision) MarshalJSON() ([]byte, error)
- func (v *NullablePublicActionRevision) Set(val *PublicActionRevision)
- func (v *NullablePublicActionRevision) UnmarshalJSON(src []byte) error
- func (v *NullablePublicActionRevision) Unset()
- type NullablePublicConditionalSingleFieldDependency
- func (v NullablePublicConditionalSingleFieldDependency) Get() *PublicConditionalSingleFieldDependency
- func (v NullablePublicConditionalSingleFieldDependency) IsSet() bool
- func (v NullablePublicConditionalSingleFieldDependency) MarshalJSON() ([]byte, error)
- func (v *NullablePublicConditionalSingleFieldDependency) Set(val *PublicConditionalSingleFieldDependency)
- func (v *NullablePublicConditionalSingleFieldDependency) UnmarshalJSON(src []byte) error
- func (v *NullablePublicConditionalSingleFieldDependency) Unset()
- type NullablePublicExecutionTranslationRule
- func (v NullablePublicExecutionTranslationRule) Get() *PublicExecutionTranslationRule
- func (v NullablePublicExecutionTranslationRule) IsSet() bool
- func (v NullablePublicExecutionTranslationRule) MarshalJSON() ([]byte, error)
- func (v *NullablePublicExecutionTranslationRule) Set(val *PublicExecutionTranslationRule)
- func (v *NullablePublicExecutionTranslationRule) UnmarshalJSON(src []byte) error
- func (v *NullablePublicExecutionTranslationRule) Unset()
- type NullablePublicObjectRequestOptions
- func (v NullablePublicObjectRequestOptions) Get() *PublicObjectRequestOptions
- func (v NullablePublicObjectRequestOptions) IsSet() bool
- func (v NullablePublicObjectRequestOptions) MarshalJSON() ([]byte, error)
- func (v *NullablePublicObjectRequestOptions) Set(val *PublicObjectRequestOptions)
- func (v *NullablePublicObjectRequestOptions) UnmarshalJSON(src []byte) error
- func (v *NullablePublicObjectRequestOptions) Unset()
- type NullablePublicSingleFieldDependency
- func (v NullablePublicSingleFieldDependency) Get() *PublicSingleFieldDependency
- func (v NullablePublicSingleFieldDependency) IsSet() bool
- func (v NullablePublicSingleFieldDependency) MarshalJSON() ([]byte, error)
- func (v *NullablePublicSingleFieldDependency) Set(val *PublicSingleFieldDependency)
- func (v *NullablePublicSingleFieldDependency) UnmarshalJSON(src []byte) error
- func (v *NullablePublicSingleFieldDependency) Unset()
- type NullableSingleFieldDependency
- func (v NullableSingleFieldDependency) Get() *SingleFieldDependency
- func (v NullableSingleFieldDependency) IsSet() bool
- func (v NullableSingleFieldDependency) MarshalJSON() ([]byte, error)
- func (v *NullableSingleFieldDependency) Set(val *SingleFieldDependency)
- func (v *NullableSingleFieldDependency) UnmarshalJSON(src []byte) error
- func (v *NullableSingleFieldDependency) Unset()
- type NullableString
- type NullableTime
- type ObjectRequestOptions
- type Option
- func (o *Option) GetDescription() string
- func (o *Option) GetDescriptionOk() (*string, bool)
- func (o *Option) GetDisplayOrder() int32
- func (o *Option) GetDisplayOrderOk() (*int32, bool)
- func (o *Option) GetDoubleData() float32
- func (o *Option) GetDoubleDataOk() (*float32, bool)
- func (o *Option) GetHidden() bool
- func (o *Option) GetHiddenOk() (*bool, bool)
- func (o *Option) GetLabel() string
- func (o *Option) GetLabelOk() (*string, bool)
- func (o *Option) GetReadOnly() bool
- func (o *Option) GetReadOnlyOk() (*bool, bool)
- func (o *Option) GetValue() string
- func (o *Option) GetValueOk() (*string, bool)
- func (o Option) MarshalJSON() ([]byte, error)
- func (o *Option) SetDescription(v string)
- func (o *Option) SetDisplayOrder(v int32)
- func (o *Option) SetDoubleData(v float32)
- func (o *Option) SetHidden(v bool)
- func (o *Option) SetLabel(v string)
- func (o *Option) SetReadOnly(v bool)
- func (o *Option) SetValue(v string)
- func (o Option) ToMap() (map[string]interface{}, error)
- func (o *Option) UnmarshalJSON(data []byte) (err error)
- type OutputFieldDefinition
- func (o *OutputFieldDefinition) GetTypeDefinition() FieldTypeDefinition
- func (o *OutputFieldDefinition) GetTypeDefinitionOk() (*FieldTypeDefinition, bool)
- func (o OutputFieldDefinition) MarshalJSON() ([]byte, error)
- func (o *OutputFieldDefinition) SetTypeDefinition(v FieldTypeDefinition)
- func (o OutputFieldDefinition) ToMap() (map[string]interface{}, error)
- func (o *OutputFieldDefinition) UnmarshalJSON(data []byte) (err error)
- type PublicActionDefinition
- func (o *PublicActionDefinition) GetActionUrl() string
- func (o *PublicActionDefinition) GetActionUrlOk() (*string, bool)
- func (o *PublicActionDefinition) GetArchivedAt() int64
- func (o *PublicActionDefinition) GetArchivedAtOk() (*int64, bool)
- func (o *PublicActionDefinition) GetExecutionRules() []PublicExecutionTranslationRule
- func (o *PublicActionDefinition) GetExecutionRulesOk() ([]PublicExecutionTranslationRule, bool)
- func (o *PublicActionDefinition) GetFunctions() []PublicActionFunctionIdentifier
- func (o *PublicActionDefinition) GetFunctionsOk() ([]PublicActionFunctionIdentifier, bool)
- func (o *PublicActionDefinition) GetId() string
- func (o *PublicActionDefinition) GetIdOk() (*string, bool)
- func (o *PublicActionDefinition) GetInputFieldDependencies() []PublicActionDefinitionInputFieldDependenciesInner
- func (o *PublicActionDefinition) GetInputFieldDependenciesOk() ([]PublicActionDefinitionInputFieldDependenciesInner, bool)
- func (o *PublicActionDefinition) GetInputFields() []InputFieldDefinition
- func (o *PublicActionDefinition) GetInputFieldsOk() ([]InputFieldDefinition, bool)
- func (o *PublicActionDefinition) GetLabels() map[string]PublicActionLabels
- func (o *PublicActionDefinition) GetLabelsOk() (*map[string]PublicActionLabels, bool)
- func (o *PublicActionDefinition) GetObjectRequestOptions() PublicObjectRequestOptions
- func (o *PublicActionDefinition) GetObjectRequestOptionsOk() (*PublicObjectRequestOptions, bool)
- func (o *PublicActionDefinition) GetObjectTypes() []string
- func (o *PublicActionDefinition) GetObjectTypesOk() ([]string, bool)
- func (o *PublicActionDefinition) GetOutputFields() []OutputFieldDefinition
- func (o *PublicActionDefinition) GetOutputFieldsOk() ([]OutputFieldDefinition, bool)
- func (o *PublicActionDefinition) GetPublished() bool
- func (o *PublicActionDefinition) GetPublishedOk() (*bool, bool)
- func (o *PublicActionDefinition) GetRevisionId() string
- func (o *PublicActionDefinition) GetRevisionIdOk() (*string, bool)
- func (o *PublicActionDefinition) HasArchivedAt() bool
- func (o *PublicActionDefinition) HasExecutionRules() bool
- func (o *PublicActionDefinition) HasInputFieldDependencies() bool
- func (o *PublicActionDefinition) HasObjectRequestOptions() bool
- func (o *PublicActionDefinition) HasOutputFields() bool
- func (o PublicActionDefinition) MarshalJSON() ([]byte, error)
- func (o *PublicActionDefinition) SetActionUrl(v string)
- func (o *PublicActionDefinition) SetArchivedAt(v int64)
- func (o *PublicActionDefinition) SetExecutionRules(v []PublicExecutionTranslationRule)
- func (o *PublicActionDefinition) SetFunctions(v []PublicActionFunctionIdentifier)
- func (o *PublicActionDefinition) SetId(v string)
- func (o *PublicActionDefinition) SetInputFieldDependencies(v []PublicActionDefinitionInputFieldDependenciesInner)
- func (o *PublicActionDefinition) SetInputFields(v []InputFieldDefinition)
- func (o *PublicActionDefinition) SetLabels(v map[string]PublicActionLabels)
- func (o *PublicActionDefinition) SetObjectRequestOptions(v PublicObjectRequestOptions)
- func (o *PublicActionDefinition) SetObjectTypes(v []string)
- func (o *PublicActionDefinition) SetOutputFields(v []OutputFieldDefinition)
- func (o *PublicActionDefinition) SetPublished(v bool)
- func (o *PublicActionDefinition) SetRevisionId(v string)
- func (o PublicActionDefinition) ToMap() (map[string]interface{}, error)
- func (o *PublicActionDefinition) UnmarshalJSON(data []byte) (err error)
- type PublicActionDefinitionEgg
- func (o *PublicActionDefinitionEgg) GetActionUrl() string
- func (o *PublicActionDefinitionEgg) GetActionUrlOk() (*string, bool)
- func (o *PublicActionDefinitionEgg) GetArchivedAt() int64
- func (o *PublicActionDefinitionEgg) GetArchivedAtOk() (*int64, bool)
- func (o *PublicActionDefinitionEgg) GetExecutionRules() []PublicExecutionTranslationRule
- func (o *PublicActionDefinitionEgg) GetExecutionRulesOk() ([]PublicExecutionTranslationRule, bool)
- func (o *PublicActionDefinitionEgg) GetFunctions() []PublicActionFunction
- func (o *PublicActionDefinitionEgg) GetFunctionsOk() ([]PublicActionFunction, bool)
- func (o *PublicActionDefinitionEgg) GetInputFieldDependencies() []PublicActionDefinitionInputFieldDependenciesInner
- func (o *PublicActionDefinitionEgg) GetInputFieldDependenciesOk() ([]PublicActionDefinitionInputFieldDependenciesInner, bool)
- func (o *PublicActionDefinitionEgg) GetInputFields() []InputFieldDefinition
- func (o *PublicActionDefinitionEgg) GetInputFieldsOk() ([]InputFieldDefinition, bool)
- func (o *PublicActionDefinitionEgg) GetLabels() map[string]PublicActionLabels
- func (o *PublicActionDefinitionEgg) GetLabelsOk() (*map[string]PublicActionLabels, bool)
- func (o *PublicActionDefinitionEgg) GetObjectRequestOptions() PublicObjectRequestOptions
- func (o *PublicActionDefinitionEgg) GetObjectRequestOptionsOk() (*PublicObjectRequestOptions, bool)
- func (o *PublicActionDefinitionEgg) GetObjectTypes() []string
- func (o *PublicActionDefinitionEgg) GetObjectTypesOk() ([]string, bool)
- func (o *PublicActionDefinitionEgg) GetOutputFields() []OutputFieldDefinition
- func (o *PublicActionDefinitionEgg) GetOutputFieldsOk() ([]OutputFieldDefinition, bool)
- func (o *PublicActionDefinitionEgg) GetPublished() bool
- func (o *PublicActionDefinitionEgg) GetPublishedOk() (*bool, bool)
- func (o *PublicActionDefinitionEgg) HasArchivedAt() bool
- func (o *PublicActionDefinitionEgg) HasExecutionRules() bool
- func (o *PublicActionDefinitionEgg) HasInputFieldDependencies() bool
- func (o *PublicActionDefinitionEgg) HasObjectRequestOptions() bool
- func (o *PublicActionDefinitionEgg) HasOutputFields() bool
- func (o PublicActionDefinitionEgg) MarshalJSON() ([]byte, error)
- func (o *PublicActionDefinitionEgg) SetActionUrl(v string)
- func (o *PublicActionDefinitionEgg) SetArchivedAt(v int64)
- func (o *PublicActionDefinitionEgg) SetExecutionRules(v []PublicExecutionTranslationRule)
- func (o *PublicActionDefinitionEgg) SetFunctions(v []PublicActionFunction)
- func (o *PublicActionDefinitionEgg) SetInputFieldDependencies(v []PublicActionDefinitionInputFieldDependenciesInner)
- func (o *PublicActionDefinitionEgg) SetInputFields(v []InputFieldDefinition)
- func (o *PublicActionDefinitionEgg) SetLabels(v map[string]PublicActionLabels)
- func (o *PublicActionDefinitionEgg) SetObjectRequestOptions(v PublicObjectRequestOptions)
- func (o *PublicActionDefinitionEgg) SetObjectTypes(v []string)
- func (o *PublicActionDefinitionEgg) SetOutputFields(v []OutputFieldDefinition)
- func (o *PublicActionDefinitionEgg) SetPublished(v bool)
- func (o PublicActionDefinitionEgg) ToMap() (map[string]interface{}, error)
- func (o *PublicActionDefinitionEgg) UnmarshalJSON(data []byte) (err error)
- type PublicActionDefinitionInputFieldDependenciesInner
- func PublicConditionalSingleFieldDependencyAsPublicActionDefinitionInputFieldDependenciesInner(v *PublicConditionalSingleFieldDependency) PublicActionDefinitionInputFieldDependenciesInner
- func PublicSingleFieldDependencyAsPublicActionDefinitionInputFieldDependenciesInner(v *PublicSingleFieldDependency) PublicActionDefinitionInputFieldDependenciesInner
- type PublicActionDefinitionPatch
- func (o *PublicActionDefinitionPatch) GetActionUrl() string
- func (o *PublicActionDefinitionPatch) GetActionUrlOk() (*string, bool)
- func (o *PublicActionDefinitionPatch) GetExecutionRules() []PublicExecutionTranslationRule
- func (o *PublicActionDefinitionPatch) GetExecutionRulesOk() ([]PublicExecutionTranslationRule, bool)
- func (o *PublicActionDefinitionPatch) GetInputFieldDependencies() []PublicActionDefinitionInputFieldDependenciesInner
- func (o *PublicActionDefinitionPatch) GetInputFieldDependenciesOk() ([]PublicActionDefinitionInputFieldDependenciesInner, bool)
- func (o *PublicActionDefinitionPatch) GetInputFields() []InputFieldDefinition
- func (o *PublicActionDefinitionPatch) GetInputFieldsOk() ([]InputFieldDefinition, bool)
- func (o *PublicActionDefinitionPatch) GetLabels() map[string]PublicActionLabels
- func (o *PublicActionDefinitionPatch) GetLabelsOk() (*map[string]PublicActionLabels, bool)
- func (o *PublicActionDefinitionPatch) GetObjectRequestOptions() PublicObjectRequestOptions
- func (o *PublicActionDefinitionPatch) GetObjectRequestOptionsOk() (*PublicObjectRequestOptions, bool)
- func (o *PublicActionDefinitionPatch) GetObjectTypes() []string
- func (o *PublicActionDefinitionPatch) GetObjectTypesOk() ([]string, bool)
- func (o *PublicActionDefinitionPatch) GetOutputFields() []OutputFieldDefinition
- func (o *PublicActionDefinitionPatch) GetOutputFieldsOk() ([]OutputFieldDefinition, bool)
- func (o *PublicActionDefinitionPatch) GetPublished() bool
- func (o *PublicActionDefinitionPatch) GetPublishedOk() (*bool, bool)
- func (o *PublicActionDefinitionPatch) HasActionUrl() bool
- func (o *PublicActionDefinitionPatch) HasExecutionRules() bool
- func (o *PublicActionDefinitionPatch) HasInputFieldDependencies() bool
- func (o *PublicActionDefinitionPatch) HasInputFields() bool
- func (o *PublicActionDefinitionPatch) HasLabels() bool
- func (o *PublicActionDefinitionPatch) HasObjectRequestOptions() bool
- func (o *PublicActionDefinitionPatch) HasObjectTypes() bool
- func (o *PublicActionDefinitionPatch) HasOutputFields() bool
- func (o *PublicActionDefinitionPatch) HasPublished() bool
- func (o PublicActionDefinitionPatch) MarshalJSON() ([]byte, error)
- func (o *PublicActionDefinitionPatch) SetActionUrl(v string)
- func (o *PublicActionDefinitionPatch) SetExecutionRules(v []PublicExecutionTranslationRule)
- func (o *PublicActionDefinitionPatch) SetInputFieldDependencies(v []PublicActionDefinitionInputFieldDependenciesInner)
- func (o *PublicActionDefinitionPatch) SetInputFields(v []InputFieldDefinition)
- func (o *PublicActionDefinitionPatch) SetLabels(v map[string]PublicActionLabels)
- func (o *PublicActionDefinitionPatch) SetObjectRequestOptions(v PublicObjectRequestOptions)
- func (o *PublicActionDefinitionPatch) SetObjectTypes(v []string)
- func (o *PublicActionDefinitionPatch) SetOutputFields(v []OutputFieldDefinition)
- func (o *PublicActionDefinitionPatch) SetPublished(v bool)
- func (o PublicActionDefinitionPatch) ToMap() (map[string]interface{}, error)
- type PublicActionFunction
- func (o *PublicActionFunction) GetFunctionSource() string
- func (o *PublicActionFunction) GetFunctionSourceOk() (*string, bool)
- func (o *PublicActionFunction) GetFunctionType() string
- func (o *PublicActionFunction) GetFunctionTypeOk() (*string, bool)
- func (o *PublicActionFunction) GetId() string
- func (o *PublicActionFunction) GetIdOk() (*string, bool)
- func (o *PublicActionFunction) HasId() bool
- func (o PublicActionFunction) MarshalJSON() ([]byte, error)
- func (o *PublicActionFunction) SetFunctionSource(v string)
- func (o *PublicActionFunction) SetFunctionType(v string)
- func (o *PublicActionFunction) SetId(v string)
- func (o PublicActionFunction) ToMap() (map[string]interface{}, error)
- func (o *PublicActionFunction) UnmarshalJSON(data []byte) (err error)
- type PublicActionFunctionIdentifier
- func (o *PublicActionFunctionIdentifier) GetFunctionType() string
- func (o *PublicActionFunctionIdentifier) GetFunctionTypeOk() (*string, bool)
- func (o *PublicActionFunctionIdentifier) GetId() string
- func (o *PublicActionFunctionIdentifier) GetIdOk() (*string, bool)
- func (o *PublicActionFunctionIdentifier) HasId() bool
- func (o PublicActionFunctionIdentifier) MarshalJSON() ([]byte, error)
- func (o *PublicActionFunctionIdentifier) SetFunctionType(v string)
- func (o *PublicActionFunctionIdentifier) SetId(v string)
- func (o PublicActionFunctionIdentifier) ToMap() (map[string]interface{}, error)
- func (o *PublicActionFunctionIdentifier) UnmarshalJSON(data []byte) (err error)
- type PublicActionLabels
- func (o *PublicActionLabels) GetActionCardContent() string
- func (o *PublicActionLabels) GetActionCardContentOk() (*string, bool)
- func (o *PublicActionLabels) GetActionDescription() string
- func (o *PublicActionLabels) GetActionDescriptionOk() (*string, bool)
- func (o *PublicActionLabels) GetActionName() string
- func (o *PublicActionLabels) GetActionNameOk() (*string, bool)
- func (o *PublicActionLabels) GetAppDisplayName() string
- func (o *PublicActionLabels) GetAppDisplayNameOk() (*string, bool)
- func (o *PublicActionLabels) GetExecutionRules() map[string]string
- func (o *PublicActionLabels) GetExecutionRulesOk() (*map[string]string, bool)
- func (o *PublicActionLabels) GetInputFieldDescriptions() map[string]string
- func (o *PublicActionLabels) GetInputFieldDescriptionsOk() (*map[string]string, bool)
- func (o *PublicActionLabels) GetInputFieldLabels() map[string]string
- func (o *PublicActionLabels) GetInputFieldLabelsOk() (*map[string]string, bool)
- func (o *PublicActionLabels) GetInputFieldOptionLabels() map[string]map[string]string
- func (o *PublicActionLabels) GetInputFieldOptionLabelsOk() (*map[string]map[string]string, bool)
- func (o *PublicActionLabels) GetOutputFieldLabels() map[string]string
- func (o *PublicActionLabels) GetOutputFieldLabelsOk() (*map[string]string, bool)
- func (o *PublicActionLabels) HasActionCardContent() bool
- func (o *PublicActionLabels) HasActionDescription() bool
- func (o *PublicActionLabels) HasAppDisplayName() bool
- func (o *PublicActionLabels) HasExecutionRules() bool
- func (o *PublicActionLabels) HasInputFieldDescriptions() bool
- func (o *PublicActionLabels) HasInputFieldLabels() bool
- func (o *PublicActionLabels) HasInputFieldOptionLabels() bool
- func (o *PublicActionLabels) HasOutputFieldLabels() bool
- func (o PublicActionLabels) MarshalJSON() ([]byte, error)
- func (o *PublicActionLabels) SetActionCardContent(v string)
- func (o *PublicActionLabels) SetActionDescription(v string)
- func (o *PublicActionLabels) SetActionName(v string)
- func (o *PublicActionLabels) SetAppDisplayName(v string)
- func (o *PublicActionLabels) SetExecutionRules(v map[string]string)
- func (o *PublicActionLabels) SetInputFieldDescriptions(v map[string]string)
- func (o *PublicActionLabels) SetInputFieldLabels(v map[string]string)
- func (o *PublicActionLabels) SetInputFieldOptionLabels(v map[string]map[string]string)
- func (o *PublicActionLabels) SetOutputFieldLabels(v map[string]string)
- func (o PublicActionLabels) ToMap() (map[string]interface{}, error)
- func (o *PublicActionLabels) UnmarshalJSON(data []byte) (err error)
- type PublicActionRevision
- func (o *PublicActionRevision) GetCreatedAt() time.Time
- func (o *PublicActionRevision) GetCreatedAtOk() (*time.Time, bool)
- func (o *PublicActionRevision) GetDefinition() PublicActionDefinition
- func (o *PublicActionRevision) GetDefinitionOk() (*PublicActionDefinition, bool)
- func (o *PublicActionRevision) GetId() string
- func (o *PublicActionRevision) GetIdOk() (*string, bool)
- func (o *PublicActionRevision) GetRevisionId() string
- func (o *PublicActionRevision) GetRevisionIdOk() (*string, bool)
- func (o PublicActionRevision) MarshalJSON() ([]byte, error)
- func (o *PublicActionRevision) SetCreatedAt(v time.Time)
- func (o *PublicActionRevision) SetDefinition(v PublicActionDefinition)
- func (o *PublicActionRevision) SetId(v string)
- func (o *PublicActionRevision) SetRevisionId(v string)
- func (o PublicActionRevision) ToMap() (map[string]interface{}, error)
- func (o *PublicActionRevision) UnmarshalJSON(data []byte) (err error)
- type PublicConditionalSingleFieldDependency
- func (o *PublicConditionalSingleFieldDependency) GetControllingFieldName() string
- func (o *PublicConditionalSingleFieldDependency) GetControllingFieldNameOk() (*string, bool)
- func (o *PublicConditionalSingleFieldDependency) GetControllingFieldValue() string
- func (o *PublicConditionalSingleFieldDependency) GetControllingFieldValueOk() (*string, bool)
- func (o *PublicConditionalSingleFieldDependency) GetDependencyType() string
- func (o *PublicConditionalSingleFieldDependency) GetDependencyTypeOk() (*string, bool)
- func (o *PublicConditionalSingleFieldDependency) GetDependentFieldNames() []string
- func (o *PublicConditionalSingleFieldDependency) GetDependentFieldNamesOk() ([]string, bool)
- func (o PublicConditionalSingleFieldDependency) MarshalJSON() ([]byte, error)
- func (o *PublicConditionalSingleFieldDependency) SetControllingFieldName(v string)
- func (o *PublicConditionalSingleFieldDependency) SetControllingFieldValue(v string)
- func (o *PublicConditionalSingleFieldDependency) SetDependencyType(v string)
- func (o *PublicConditionalSingleFieldDependency) SetDependentFieldNames(v []string)
- func (o PublicConditionalSingleFieldDependency) ToMap() (map[string]interface{}, error)
- func (o *PublicConditionalSingleFieldDependency) UnmarshalJSON(data []byte) (err error)
- type PublicExecutionTranslationRule
- func (o *PublicExecutionTranslationRule) GetConditions() map[string]map[string]interface{}
- func (o *PublicExecutionTranslationRule) GetConditionsOk() (map[string]map[string]interface{}, bool)
- func (o *PublicExecutionTranslationRule) GetLabelName() string
- func (o *PublicExecutionTranslationRule) GetLabelNameOk() (*string, bool)
- func (o PublicExecutionTranslationRule) MarshalJSON() ([]byte, error)
- func (o *PublicExecutionTranslationRule) SetConditions(v map[string]map[string]interface{})
- func (o *PublicExecutionTranslationRule) SetLabelName(v string)
- func (o PublicExecutionTranslationRule) ToMap() (map[string]interface{}, error)
- func (o *PublicExecutionTranslationRule) UnmarshalJSON(data []byte) (err error)
- type PublicObjectRequestOptions
- func (o *PublicObjectRequestOptions) GetProperties() []string
- func (o *PublicObjectRequestOptions) GetPropertiesOk() ([]string, bool)
- func (o PublicObjectRequestOptions) MarshalJSON() ([]byte, error)
- func (o *PublicObjectRequestOptions) SetProperties(v []string)
- func (o PublicObjectRequestOptions) ToMap() (map[string]interface{}, error)
- func (o *PublicObjectRequestOptions) UnmarshalJSON(data []byte) (err error)
- type PublicSingleFieldDependency
- func (o *PublicSingleFieldDependency) GetControllingFieldName() string
- func (o *PublicSingleFieldDependency) GetControllingFieldNameOk() (*string, bool)
- func (o *PublicSingleFieldDependency) GetDependencyType() string
- func (o *PublicSingleFieldDependency) GetDependencyTypeOk() (*string, bool)
- func (o *PublicSingleFieldDependency) GetDependentFieldNames() []string
- func (o *PublicSingleFieldDependency) GetDependentFieldNamesOk() ([]string, bool)
- func (o PublicSingleFieldDependency) MarshalJSON() ([]byte, error)
- func (o *PublicSingleFieldDependency) SetControllingFieldName(v string)
- func (o *PublicSingleFieldDependency) SetDependencyType(v string)
- func (o *PublicSingleFieldDependency) SetDependentFieldNames(v []string)
- func (o PublicSingleFieldDependency) ToMap() (map[string]interface{}, error)
- func (o *PublicSingleFieldDependency) UnmarshalJSON(data []byte) (err error)
- type RevisionsAPIService
- func (a *RevisionsAPIService) RevisionsGetByID(ctx context.Context, definitionId string, revisionId string, appId int32) ApiRevisionsGetByIDRequest
- func (a *RevisionsAPIService) RevisionsGetByIDExecute(r ApiRevisionsGetByIDRequest) (*PublicActionRevision, *http.Response, error)
- func (a *RevisionsAPIService) RevisionsGetPage(ctx context.Context, definitionId string, appId int32) ApiRevisionsGetPageRequest
- func (a *RevisionsAPIService) RevisionsGetPageExecute(r ApiRevisionsGetPageRequest) (*CollectionResponsePublicActionRevisionForwardPaging, *http.Response, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SingleFieldDependency
- func (o *SingleFieldDependency) GetControllingFieldName() string
- func (o *SingleFieldDependency) GetControllingFieldNameOk() (*string, bool)
- func (o *SingleFieldDependency) GetDependencyType() string
- func (o *SingleFieldDependency) GetDependencyTypeOk() (*string, bool)
- func (o *SingleFieldDependency) GetDependentFieldNames() []string
- func (o *SingleFieldDependency) GetDependentFieldNamesOk() ([]string, bool)
- func (o SingleFieldDependency) MarshalJSON() ([]byte, error)
- func (o *SingleFieldDependency) SetControllingFieldName(v string)
- func (o *SingleFieldDependency) SetDependencyType(v string)
- func (o *SingleFieldDependency) SetDependentFieldNames(v []string)
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") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { CallbacksAPI *CallbacksAPIService DefinitionsAPI *DefinitionsAPIService FunctionsAPI *FunctionsAPIService RevisionsAPI *RevisionsAPIService // contains filtered or unexported fields }
APIClient manages communication with the Automation Actions V4 API vv4 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type 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 ActionFunction ¶
type ActionFunction struct { // The function source code. FunctionSource string `json:"functionSource"` // The type of function. This determines when the function will be called. FunctionType string `json:"functionType"` // The ID qualifier for the function. This is used to specify which input field a function is associated with for `PRE_FETCH_OPTIONS` and `POST_FETCH_OPTIONS` function types. Id *string `json:"id,omitempty"` }
ActionFunction A serverless function associated with this custom workflow action.
func NewActionFunction ¶
func NewActionFunction(functionSource string, functionType string) *ActionFunction
NewActionFunction instantiates a new ActionFunction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewActionFunctionWithDefaults ¶
func NewActionFunctionWithDefaults() *ActionFunction
NewActionFunctionWithDefaults instantiates a new ActionFunction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ActionFunction) GetFunctionSource ¶
func (o *ActionFunction) GetFunctionSource() string
GetFunctionSource returns the FunctionSource field value
func (*ActionFunction) GetFunctionSourceOk ¶
func (o *ActionFunction) GetFunctionSourceOk() (*string, bool)
GetFunctionSourceOk returns a tuple with the FunctionSource field value and a boolean to check if the value has been set.
func (*ActionFunction) GetFunctionType ¶
func (o *ActionFunction) GetFunctionType() string
GetFunctionType returns the FunctionType field value
func (*ActionFunction) GetFunctionTypeOk ¶
func (o *ActionFunction) GetFunctionTypeOk() (*string, bool)
GetFunctionTypeOk returns a tuple with the FunctionType field value and a boolean to check if the value has been set.
func (*ActionFunction) GetId ¶
func (o *ActionFunction) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ActionFunction) GetIdOk ¶
func (o *ActionFunction) 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 (*ActionFunction) HasId ¶
func (o *ActionFunction) HasId() bool
HasId returns a boolean if a field has been set.
func (ActionFunction) MarshalJSON ¶
func (o ActionFunction) MarshalJSON() ([]byte, error)
func (*ActionFunction) SetFunctionSource ¶
func (o *ActionFunction) SetFunctionSource(v string)
SetFunctionSource sets field value
func (*ActionFunction) SetFunctionType ¶
func (o *ActionFunction) SetFunctionType(v string)
SetFunctionType sets field value
func (*ActionFunction) SetId ¶
func (o *ActionFunction) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
type ActionFunctionIdentifier ¶
type ActionFunctionIdentifier struct { // The type of function. This determines when the function will be called. FunctionType string `json:"functionType"` // The ID qualifier for the function. This is used to specify which input field a function is associated with for `PRE_FETCH_OPTIONS` and `POST_FETCH_OPTIONS` function types. Id *string `json:"id,omitempty"` }
ActionFunctionIdentifier A serverless function associated with this custom workflow action.
func NewActionFunctionIdentifier ¶
func NewActionFunctionIdentifier(functionType string) *ActionFunctionIdentifier
NewActionFunctionIdentifier instantiates a new ActionFunctionIdentifier object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewActionFunctionIdentifierWithDefaults ¶
func NewActionFunctionIdentifierWithDefaults() *ActionFunctionIdentifier
NewActionFunctionIdentifierWithDefaults instantiates a new ActionFunctionIdentifier object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ActionFunctionIdentifier) GetFunctionType ¶
func (o *ActionFunctionIdentifier) GetFunctionType() string
GetFunctionType returns the FunctionType field value
func (*ActionFunctionIdentifier) GetFunctionTypeOk ¶
func (o *ActionFunctionIdentifier) GetFunctionTypeOk() (*string, bool)
GetFunctionTypeOk returns a tuple with the FunctionType field value and a boolean to check if the value has been set.
func (*ActionFunctionIdentifier) GetId ¶
func (o *ActionFunctionIdentifier) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ActionFunctionIdentifier) GetIdOk ¶
func (o *ActionFunctionIdentifier) 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 (*ActionFunctionIdentifier) HasId ¶
func (o *ActionFunctionIdentifier) HasId() bool
HasId returns a boolean if a field has been set.
func (ActionFunctionIdentifier) MarshalJSON ¶
func (o ActionFunctionIdentifier) MarshalJSON() ([]byte, error)
func (*ActionFunctionIdentifier) SetFunctionType ¶
func (o *ActionFunctionIdentifier) SetFunctionType(v string)
SetFunctionType sets field value
func (*ActionFunctionIdentifier) SetId ¶
func (o *ActionFunctionIdentifier) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
type ActionLabels ¶
type ActionLabels struct { // A map of input field names to the user-facing labels. InputFieldLabels *map[string]string `json:"inputFieldLabels,omitempty"` // A map of input field names to descriptions for the fields. These will show up as tooltips when users are editing your action. InputFieldDescriptions *map[string]string `json:"inputFieldDescriptions,omitempty"` // The name of this custom action. This is what will show up when users are selecting an action in the workflows app. ActionName string `json:"actionName"` // A description for this custom action. This will show up in the action editor along with the input fields. ActionDescription *string `json:"actionDescription,omitempty"` // The name to be displayed at the top of the action editor in the workflows app. AppDisplayName *string `json:"appDisplayName,omitempty"` // The label to be displayed in the action card of the workflow editor once this custom action has been added to a workflow. ActionCardContent *string `json:"actionCardContent,omitempty"` }
ActionLabels User-facing labels for this custom workflow action.
func NewActionLabels ¶
func NewActionLabels(actionName string) *ActionLabels
NewActionLabels instantiates a new ActionLabels object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewActionLabelsWithDefaults ¶
func NewActionLabelsWithDefaults() *ActionLabels
NewActionLabelsWithDefaults instantiates a new ActionLabels object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ActionLabels) GetActionCardContent ¶
func (o *ActionLabels) GetActionCardContent() string
GetActionCardContent returns the ActionCardContent field value if set, zero value otherwise.
func (*ActionLabels) GetActionCardContentOk ¶
func (o *ActionLabels) GetActionCardContentOk() (*string, bool)
GetActionCardContentOk returns a tuple with the ActionCardContent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActionLabels) GetActionDescription ¶
func (o *ActionLabels) GetActionDescription() string
GetActionDescription returns the ActionDescription field value if set, zero value otherwise.
func (*ActionLabels) GetActionDescriptionOk ¶
func (o *ActionLabels) GetActionDescriptionOk() (*string, bool)
GetActionDescriptionOk returns a tuple with the ActionDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActionLabels) GetActionName ¶
func (o *ActionLabels) GetActionName() string
GetActionName returns the ActionName field value
func (*ActionLabels) GetActionNameOk ¶
func (o *ActionLabels) GetActionNameOk() (*string, bool)
GetActionNameOk returns a tuple with the ActionName field value and a boolean to check if the value has been set.
func (*ActionLabels) GetAppDisplayName ¶
func (o *ActionLabels) GetAppDisplayName() string
GetAppDisplayName returns the AppDisplayName field value if set, zero value otherwise.
func (*ActionLabels) GetAppDisplayNameOk ¶
func (o *ActionLabels) GetAppDisplayNameOk() (*string, bool)
GetAppDisplayNameOk returns a tuple with the AppDisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActionLabels) GetInputFieldDescriptions ¶
func (o *ActionLabels) GetInputFieldDescriptions() map[string]string
GetInputFieldDescriptions returns the InputFieldDescriptions field value if set, zero value otherwise.
func (*ActionLabels) GetInputFieldDescriptionsOk ¶
func (o *ActionLabels) GetInputFieldDescriptionsOk() (*map[string]string, bool)
GetInputFieldDescriptionsOk returns a tuple with the InputFieldDescriptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActionLabels) GetInputFieldLabels ¶
func (o *ActionLabels) GetInputFieldLabels() map[string]string
GetInputFieldLabels returns the InputFieldLabels field value if set, zero value otherwise.
func (*ActionLabels) GetInputFieldLabelsOk ¶
func (o *ActionLabels) GetInputFieldLabelsOk() (*map[string]string, bool)
GetInputFieldLabelsOk returns a tuple with the InputFieldLabels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ActionLabels) HasActionCardContent ¶
func (o *ActionLabels) HasActionCardContent() bool
HasActionCardContent returns a boolean if a field has been set.
func (*ActionLabels) HasActionDescription ¶
func (o *ActionLabels) HasActionDescription() bool
HasActionDescription returns a boolean if a field has been set.
func (*ActionLabels) HasAppDisplayName ¶
func (o *ActionLabels) HasAppDisplayName() bool
HasAppDisplayName returns a boolean if a field has been set.
func (*ActionLabels) HasInputFieldDescriptions ¶
func (o *ActionLabels) HasInputFieldDescriptions() bool
HasInputFieldDescriptions returns a boolean if a field has been set.
func (*ActionLabels) HasInputFieldLabels ¶
func (o *ActionLabels) HasInputFieldLabels() bool
HasInputFieldLabels returns a boolean if a field has been set.
func (ActionLabels) MarshalJSON ¶
func (o ActionLabels) MarshalJSON() ([]byte, error)
func (*ActionLabels) SetActionCardContent ¶
func (o *ActionLabels) SetActionCardContent(v string)
SetActionCardContent gets a reference to the given string and assigns it to the ActionCardContent field.
func (*ActionLabels) SetActionDescription ¶
func (o *ActionLabels) SetActionDescription(v string)
SetActionDescription gets a reference to the given string and assigns it to the ActionDescription field.
func (*ActionLabels) SetActionName ¶
func (o *ActionLabels) SetActionName(v string)
SetActionName sets field value
func (*ActionLabels) SetAppDisplayName ¶
func (o *ActionLabels) SetAppDisplayName(v string)
SetAppDisplayName gets a reference to the given string and assigns it to the AppDisplayName field.
func (*ActionLabels) SetInputFieldDescriptions ¶
func (o *ActionLabels) SetInputFieldDescriptions(v map[string]string)
SetInputFieldDescriptions gets a reference to the given map[string]string and assigns it to the InputFieldDescriptions field.
func (*ActionLabels) SetInputFieldLabels ¶
func (o *ActionLabels) SetInputFieldLabels(v map[string]string)
SetInputFieldLabels gets a reference to the given map[string]string and assigns it to the InputFieldLabels field.
type ActionRevision ¶
type ActionRevision struct { Definition ExtensionActionDefinition `json:"definition"` // The date the revision was created. CreatedAt time.Time `json:"createdAt"` Id string `json:"id"` // The version number of the custom action. RevisionId string `json:"revisionId"` }
ActionRevision A revision of this custom action.
func NewActionRevision ¶
func NewActionRevision(definition ExtensionActionDefinition, createdAt time.Time, id string, revisionId string) *ActionRevision
NewActionRevision instantiates a new ActionRevision object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewActionRevisionWithDefaults ¶
func NewActionRevisionWithDefaults() *ActionRevision
NewActionRevisionWithDefaults instantiates a new ActionRevision object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ActionRevision) GetCreatedAt ¶
func (o *ActionRevision) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ActionRevision) GetCreatedAtOk ¶
func (o *ActionRevision) 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 (*ActionRevision) GetDefinition ¶
func (o *ActionRevision) GetDefinition() ExtensionActionDefinition
GetDefinition returns the Definition field value
func (*ActionRevision) GetDefinitionOk ¶
func (o *ActionRevision) GetDefinitionOk() (*ExtensionActionDefinition, bool)
GetDefinitionOk returns a tuple with the Definition field value and a boolean to check if the value has been set.
func (*ActionRevision) GetId ¶
func (o *ActionRevision) GetId() string
GetId returns the Id field value
func (*ActionRevision) GetIdOk ¶
func (o *ActionRevision) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ActionRevision) GetRevisionId ¶
func (o *ActionRevision) GetRevisionId() string
GetRevisionId returns the RevisionId field value
func (*ActionRevision) GetRevisionIdOk ¶
func (o *ActionRevision) GetRevisionIdOk() (*string, bool)
GetRevisionIdOk returns a tuple with the RevisionId field value and a boolean to check if the value has been set.
func (ActionRevision) MarshalJSON ¶
func (o ActionRevision) MarshalJSON() ([]byte, error)
func (*ActionRevision) SetCreatedAt ¶
func (o *ActionRevision) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ActionRevision) SetDefinition ¶
func (o *ActionRevision) SetDefinition(v ExtensionActionDefinition)
SetDefinition sets field value
func (*ActionRevision) SetRevisionId ¶
func (o *ActionRevision) SetRevisionId(v string)
SetRevisionId sets field value
type ApiArchiveRequest ¶
type ApiArchiveRequest struct { ApiService *DefinitionsAPIService // contains filtered or unexported fields }
type ApiCallbackCompleteBatchRequest ¶
type ApiCallbackCompleteBatchRequest struct { ApiService *CallbacksAPIService // contains filtered or unexported fields }
func (ApiCallbackCompleteBatchRequest) BatchInputCallbackCompletionBatchRequest ¶
func (r ApiCallbackCompleteBatchRequest) BatchInputCallbackCompletionBatchRequest(batchInputCallbackCompletionBatchRequest BatchInputCallbackCompletionBatchRequest) ApiCallbackCompleteBatchRequest
type ApiCallbackCompleteRequest ¶
type ApiCallbackCompleteRequest struct { ApiService *CallbacksAPIService // contains filtered or unexported fields }
func (ApiCallbackCompleteRequest) CallbackCompletionRequest ¶
func (r ApiCallbackCompleteRequest) CallbackCompletionRequest(callbackCompletionRequest CallbackCompletionRequest) ApiCallbackCompleteRequest
type ApiCreateRequest ¶
type ApiCreateRequest struct { ApiService *DefinitionsAPIService // contains filtered or unexported fields }
func (ApiCreateRequest) Execute ¶
func (r ApiCreateRequest) Execute() (*PublicActionDefinition, *http.Response, error)
func (ApiCreateRequest) PublicActionDefinitionEgg ¶
func (r ApiCreateRequest) PublicActionDefinitionEgg(publicActionDefinitionEgg PublicActionDefinitionEgg) ApiCreateRequest
type ApiFunctionsArchiveByTypeRequest ¶
type ApiFunctionsArchiveByTypeRequest struct { ApiService *FunctionsAPIService // contains filtered or unexported fields }
type ApiFunctionsArchiveRequest ¶
type ApiFunctionsArchiveRequest struct { ApiService *FunctionsAPIService // contains filtered or unexported fields }
type ApiFunctionsCreateOrReplaceByTypeRequest ¶
type ApiFunctionsCreateOrReplaceByTypeRequest struct { ApiService *FunctionsAPIService // contains filtered or unexported fields }
func (ApiFunctionsCreateOrReplaceByTypeRequest) Body ¶
func (r ApiFunctionsCreateOrReplaceByTypeRequest) Body(body string) ApiFunctionsCreateOrReplaceByTypeRequest
func (ApiFunctionsCreateOrReplaceByTypeRequest) Execute ¶
func (r ApiFunctionsCreateOrReplaceByTypeRequest) Execute() (*PublicActionFunctionIdentifier, *http.Response, error)
type ApiFunctionsCreateOrReplaceRequest ¶
type ApiFunctionsCreateOrReplaceRequest struct { ApiService *FunctionsAPIService // contains filtered or unexported fields }
func (ApiFunctionsCreateOrReplaceRequest) Body ¶
func (r ApiFunctionsCreateOrReplaceRequest) Body(body string) ApiFunctionsCreateOrReplaceRequest
func (ApiFunctionsCreateOrReplaceRequest) Execute ¶
func (r ApiFunctionsCreateOrReplaceRequest) Execute() (*PublicActionFunctionIdentifier, *http.Response, error)
type ApiFunctionsGetByIDRequest ¶
type ApiFunctionsGetByIDRequest struct { ApiService *FunctionsAPIService // contains filtered or unexported fields }
func (ApiFunctionsGetByIDRequest) Execute ¶
func (r ApiFunctionsGetByIDRequest) Execute() (*PublicActionFunction, *http.Response, error)
type ApiFunctionsGetByTypeRequest ¶
type ApiFunctionsGetByTypeRequest struct { ApiService *FunctionsAPIService // contains filtered or unexported fields }
func (ApiFunctionsGetByTypeRequest) Execute ¶
func (r ApiFunctionsGetByTypeRequest) Execute() (*PublicActionFunction, *http.Response, error)
type ApiFunctionsGetPageRequest ¶
type ApiFunctionsGetPageRequest struct { ApiService *FunctionsAPIService // contains filtered or unexported fields }
func (ApiFunctionsGetPageRequest) Execute ¶
func (r ApiFunctionsGetPageRequest) Execute() (*CollectionResponsePublicActionFunctionIdentifierNoPaging, *http.Response, error)
type ApiGetByIDRequest ¶
type ApiGetByIDRequest struct { ApiService *DefinitionsAPIService // contains filtered or unexported fields }
func (ApiGetByIDRequest) Archived ¶
func (r ApiGetByIDRequest) Archived(archived bool) ApiGetByIDRequest
Whether to return only results that have been archived.
func (ApiGetByIDRequest) Execute ¶
func (r ApiGetByIDRequest) Execute() (*PublicActionDefinition, *http.Response, error)
type ApiGetPageRequest ¶
type ApiGetPageRequest struct { ApiService *DefinitionsAPIService // contains filtered or unexported fields }
func (ApiGetPageRequest) After ¶
func (r ApiGetPageRequest) After(after string) ApiGetPageRequest
The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results.
func (ApiGetPageRequest) Archived ¶
func (r ApiGetPageRequest) Archived(archived bool) ApiGetPageRequest
Whether to return only results that have been archived.
func (ApiGetPageRequest) Execute ¶
func (r ApiGetPageRequest) Execute() (*CollectionResponsePublicActionDefinitionForwardPaging, *http.Response, error)
func (ApiGetPageRequest) Limit ¶
func (r ApiGetPageRequest) Limit(limit int32) ApiGetPageRequest
The maximum number of results to display per page.
type ApiRevisionsGetByIDRequest ¶
type ApiRevisionsGetByIDRequest struct { ApiService *RevisionsAPIService // contains filtered or unexported fields }
func (ApiRevisionsGetByIDRequest) Execute ¶
func (r ApiRevisionsGetByIDRequest) Execute() (*PublicActionRevision, *http.Response, error)
type ApiRevisionsGetPageRequest ¶
type ApiRevisionsGetPageRequest struct { ApiService *RevisionsAPIService // contains filtered or unexported fields }
func (ApiRevisionsGetPageRequest) After ¶
func (r ApiRevisionsGetPageRequest) After(after string) ApiRevisionsGetPageRequest
The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results.
func (ApiRevisionsGetPageRequest) Execute ¶
func (r ApiRevisionsGetPageRequest) Execute() (*CollectionResponsePublicActionRevisionForwardPaging, *http.Response, error)
func (ApiRevisionsGetPageRequest) Limit ¶
func (r ApiRevisionsGetPageRequest) Limit(limit int32) ApiRevisionsGetPageRequest
The maximum number of results to display per page.
type ApiUpdateRequest ¶
type ApiUpdateRequest struct { ApiService *DefinitionsAPIService // contains filtered or unexported fields }
func (ApiUpdateRequest) Execute ¶
func (r ApiUpdateRequest) Execute() (*PublicActionDefinition, *http.Response, error)
func (ApiUpdateRequest) PublicActionDefinitionPatch ¶
func (r ApiUpdateRequest) PublicActionDefinitionPatch(publicActionDefinitionPatch PublicActionDefinitionPatch) ApiUpdateRequest
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type BatchInputCallbackCompletionBatchRequest ¶
type BatchInputCallbackCompletionBatchRequest struct {
Inputs []CallbackCompletionBatchRequest `json:"inputs"`
}
BatchInputCallbackCompletionBatchRequest struct for BatchInputCallbackCompletionBatchRequest
func NewBatchInputCallbackCompletionBatchRequest ¶
func NewBatchInputCallbackCompletionBatchRequest(inputs []CallbackCompletionBatchRequest) *BatchInputCallbackCompletionBatchRequest
NewBatchInputCallbackCompletionBatchRequest instantiates a new BatchInputCallbackCompletionBatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBatchInputCallbackCompletionBatchRequestWithDefaults ¶
func NewBatchInputCallbackCompletionBatchRequestWithDefaults() *BatchInputCallbackCompletionBatchRequest
NewBatchInputCallbackCompletionBatchRequestWithDefaults instantiates a new BatchInputCallbackCompletionBatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BatchInputCallbackCompletionBatchRequest) GetInputs ¶
func (o *BatchInputCallbackCompletionBatchRequest) GetInputs() []CallbackCompletionBatchRequest
GetInputs returns the Inputs field value
func (*BatchInputCallbackCompletionBatchRequest) GetInputsOk ¶
func (o *BatchInputCallbackCompletionBatchRequest) GetInputsOk() ([]CallbackCompletionBatchRequest, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (BatchInputCallbackCompletionBatchRequest) MarshalJSON ¶
func (o BatchInputCallbackCompletionBatchRequest) MarshalJSON() ([]byte, error)
func (*BatchInputCallbackCompletionBatchRequest) SetInputs ¶
func (o *BatchInputCallbackCompletionBatchRequest) SetInputs(v []CallbackCompletionBatchRequest)
SetInputs sets field value
func (BatchInputCallbackCompletionBatchRequest) ToMap ¶
func (o BatchInputCallbackCompletionBatchRequest) ToMap() (map[string]interface{}, error)
func (*BatchInputCallbackCompletionBatchRequest) UnmarshalJSON ¶
func (o *BatchInputCallbackCompletionBatchRequest) UnmarshalJSON(data []byte) (err error)
type CallbackCompletionBatchRequest ¶
type CallbackCompletionBatchRequest struct { OutputFields map[string]string `json:"outputFields"` CallbackId string `json:"callbackId"` }
CallbackCompletionBatchRequest struct for CallbackCompletionBatchRequest
func NewCallbackCompletionBatchRequest ¶
func NewCallbackCompletionBatchRequest(outputFields map[string]string, callbackId string) *CallbackCompletionBatchRequest
NewCallbackCompletionBatchRequest instantiates a new CallbackCompletionBatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCallbackCompletionBatchRequestWithDefaults ¶
func NewCallbackCompletionBatchRequestWithDefaults() *CallbackCompletionBatchRequest
NewCallbackCompletionBatchRequestWithDefaults instantiates a new CallbackCompletionBatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CallbackCompletionBatchRequest) GetCallbackId ¶
func (o *CallbackCompletionBatchRequest) GetCallbackId() string
GetCallbackId returns the CallbackId field value
func (*CallbackCompletionBatchRequest) GetCallbackIdOk ¶
func (o *CallbackCompletionBatchRequest) GetCallbackIdOk() (*string, bool)
GetCallbackIdOk returns a tuple with the CallbackId field value and a boolean to check if the value has been set.
func (*CallbackCompletionBatchRequest) GetOutputFields ¶
func (o *CallbackCompletionBatchRequest) GetOutputFields() map[string]string
GetOutputFields returns the OutputFields field value
func (*CallbackCompletionBatchRequest) GetOutputFieldsOk ¶
func (o *CallbackCompletionBatchRequest) GetOutputFieldsOk() (*map[string]string, bool)
GetOutputFieldsOk returns a tuple with the OutputFields field value and a boolean to check if the value has been set.
func (CallbackCompletionBatchRequest) MarshalJSON ¶
func (o CallbackCompletionBatchRequest) MarshalJSON() ([]byte, error)
func (*CallbackCompletionBatchRequest) SetCallbackId ¶
func (o *CallbackCompletionBatchRequest) SetCallbackId(v string)
SetCallbackId sets field value
func (*CallbackCompletionBatchRequest) SetOutputFields ¶
func (o *CallbackCompletionBatchRequest) SetOutputFields(v map[string]string)
SetOutputFields sets field value
func (CallbackCompletionBatchRequest) ToMap ¶
func (o CallbackCompletionBatchRequest) ToMap() (map[string]interface{}, error)
func (*CallbackCompletionBatchRequest) UnmarshalJSON ¶
func (o *CallbackCompletionBatchRequest) UnmarshalJSON(data []byte) (err error)
type CallbackCompletionRequest ¶
CallbackCompletionRequest struct for CallbackCompletionRequest
func NewCallbackCompletionRequest ¶
func NewCallbackCompletionRequest(outputFields map[string]string) *CallbackCompletionRequest
NewCallbackCompletionRequest instantiates a new CallbackCompletionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCallbackCompletionRequestWithDefaults ¶
func NewCallbackCompletionRequestWithDefaults() *CallbackCompletionRequest
NewCallbackCompletionRequestWithDefaults instantiates a new CallbackCompletionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CallbackCompletionRequest) GetOutputFields ¶
func (o *CallbackCompletionRequest) GetOutputFields() map[string]string
GetOutputFields returns the OutputFields field value
func (*CallbackCompletionRequest) GetOutputFieldsOk ¶
func (o *CallbackCompletionRequest) GetOutputFieldsOk() (*map[string]string, bool)
GetOutputFieldsOk returns a tuple with the OutputFields field value and a boolean to check if the value has been set.
func (CallbackCompletionRequest) MarshalJSON ¶
func (o CallbackCompletionRequest) MarshalJSON() ([]byte, error)
func (*CallbackCompletionRequest) SetOutputFields ¶
func (o *CallbackCompletionRequest) SetOutputFields(v map[string]string)
SetOutputFields sets field value
func (CallbackCompletionRequest) ToMap ¶
func (o CallbackCompletionRequest) ToMap() (map[string]interface{}, error)
func (*CallbackCompletionRequest) UnmarshalJSON ¶
func (o *CallbackCompletionRequest) UnmarshalJSON(data []byte) (err error)
type CallbacksAPIService ¶
type CallbacksAPIService service
CallbacksAPIService CallbacksAPI service
func (*CallbacksAPIService) CallbackComplete ¶
func (a *CallbacksAPIService) CallbackComplete(ctx context.Context, callbackId string) ApiCallbackCompleteRequest
CallbackComplete Completes a single callback
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param callbackId @return ApiCallbackCompleteRequest
func (*CallbacksAPIService) CallbackCompleteBatch ¶
func (a *CallbacksAPIService) CallbackCompleteBatch(ctx context.Context) ApiCallbackCompleteBatchRequest
CallbackCompleteBatch Completes a batch of callbacks
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCallbackCompleteBatchRequest
func (*CallbacksAPIService) CallbackCompleteBatchExecute ¶
func (a *CallbacksAPIService) CallbackCompleteBatchExecute(r ApiCallbackCompleteBatchRequest) (*http.Response, error)
Execute executes the request
func (*CallbacksAPIService) CallbackCompleteExecute ¶
func (a *CallbacksAPIService) CallbackCompleteExecute(r ApiCallbackCompleteRequest) (*http.Response, error)
Execute executes the request
type CollectionResponseActionFunctionIdentifierNoPaging ¶
type CollectionResponseActionFunctionIdentifierNoPaging struct {
Results []ActionFunctionIdentifier `json:"results"`
}
CollectionResponseActionFunctionIdentifierNoPaging struct for CollectionResponseActionFunctionIdentifierNoPaging
func NewCollectionResponseActionFunctionIdentifierNoPaging ¶
func NewCollectionResponseActionFunctionIdentifierNoPaging(results []ActionFunctionIdentifier) *CollectionResponseActionFunctionIdentifierNoPaging
NewCollectionResponseActionFunctionIdentifierNoPaging instantiates a new CollectionResponseActionFunctionIdentifierNoPaging object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCollectionResponseActionFunctionIdentifierNoPagingWithDefaults ¶
func NewCollectionResponseActionFunctionIdentifierNoPagingWithDefaults() *CollectionResponseActionFunctionIdentifierNoPaging
NewCollectionResponseActionFunctionIdentifierNoPagingWithDefaults instantiates a new CollectionResponseActionFunctionIdentifierNoPaging object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CollectionResponseActionFunctionIdentifierNoPaging) GetResults ¶
func (o *CollectionResponseActionFunctionIdentifierNoPaging) GetResults() []ActionFunctionIdentifier
GetResults returns the Results field value
func (*CollectionResponseActionFunctionIdentifierNoPaging) GetResultsOk ¶
func (o *CollectionResponseActionFunctionIdentifierNoPaging) GetResultsOk() ([]ActionFunctionIdentifier, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (CollectionResponseActionFunctionIdentifierNoPaging) MarshalJSON ¶
func (o CollectionResponseActionFunctionIdentifierNoPaging) MarshalJSON() ([]byte, error)
func (*CollectionResponseActionFunctionIdentifierNoPaging) SetResults ¶
func (o *CollectionResponseActionFunctionIdentifierNoPaging) SetResults(v []ActionFunctionIdentifier)
SetResults sets field value
type CollectionResponseActionRevisionForwardPaging ¶
type CollectionResponseActionRevisionForwardPaging struct { Results []ActionRevision `json:"results"` Paging *ForwardPaging `json:"paging,omitempty"` }
CollectionResponseActionRevisionForwardPaging struct for CollectionResponseActionRevisionForwardPaging
func NewCollectionResponseActionRevisionForwardPaging ¶
func NewCollectionResponseActionRevisionForwardPaging(results []ActionRevision) *CollectionResponseActionRevisionForwardPaging
NewCollectionResponseActionRevisionForwardPaging instantiates a new CollectionResponseActionRevisionForwardPaging object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCollectionResponseActionRevisionForwardPagingWithDefaults ¶
func NewCollectionResponseActionRevisionForwardPagingWithDefaults() *CollectionResponseActionRevisionForwardPaging
NewCollectionResponseActionRevisionForwardPagingWithDefaults instantiates a new CollectionResponseActionRevisionForwardPaging object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CollectionResponseActionRevisionForwardPaging) GetPaging ¶
func (o *CollectionResponseActionRevisionForwardPaging) GetPaging() ForwardPaging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*CollectionResponseActionRevisionForwardPaging) GetPagingOk ¶
func (o *CollectionResponseActionRevisionForwardPaging) GetPagingOk() (*ForwardPaging, bool)
GetPagingOk returns a tuple with the Paging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionResponseActionRevisionForwardPaging) GetResults ¶
func (o *CollectionResponseActionRevisionForwardPaging) GetResults() []ActionRevision
GetResults returns the Results field value
func (*CollectionResponseActionRevisionForwardPaging) GetResultsOk ¶
func (o *CollectionResponseActionRevisionForwardPaging) GetResultsOk() ([]ActionRevision, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*CollectionResponseActionRevisionForwardPaging) HasPaging ¶
func (o *CollectionResponseActionRevisionForwardPaging) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (CollectionResponseActionRevisionForwardPaging) MarshalJSON ¶
func (o CollectionResponseActionRevisionForwardPaging) MarshalJSON() ([]byte, error)
func (*CollectionResponseActionRevisionForwardPaging) SetPaging ¶
func (o *CollectionResponseActionRevisionForwardPaging) SetPaging(v ForwardPaging)
SetPaging gets a reference to the given ForwardPaging and assigns it to the Paging field.
func (*CollectionResponseActionRevisionForwardPaging) SetResults ¶
func (o *CollectionResponseActionRevisionForwardPaging) SetResults(v []ActionRevision)
SetResults sets field value
type CollectionResponseExtensionActionDefinitionForwardPaging ¶
type CollectionResponseExtensionActionDefinitionForwardPaging struct { Results []ExtensionActionDefinition `json:"results"` Paging *ForwardPaging `json:"paging,omitempty"` }
CollectionResponseExtensionActionDefinitionForwardPaging struct for CollectionResponseExtensionActionDefinitionForwardPaging
func NewCollectionResponseExtensionActionDefinitionForwardPaging ¶
func NewCollectionResponseExtensionActionDefinitionForwardPaging(results []ExtensionActionDefinition) *CollectionResponseExtensionActionDefinitionForwardPaging
NewCollectionResponseExtensionActionDefinitionForwardPaging instantiates a new CollectionResponseExtensionActionDefinitionForwardPaging object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCollectionResponseExtensionActionDefinitionForwardPagingWithDefaults ¶
func NewCollectionResponseExtensionActionDefinitionForwardPagingWithDefaults() *CollectionResponseExtensionActionDefinitionForwardPaging
NewCollectionResponseExtensionActionDefinitionForwardPagingWithDefaults instantiates a new CollectionResponseExtensionActionDefinitionForwardPaging object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CollectionResponseExtensionActionDefinitionForwardPaging) GetPaging ¶
func (o *CollectionResponseExtensionActionDefinitionForwardPaging) GetPaging() ForwardPaging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*CollectionResponseExtensionActionDefinitionForwardPaging) GetPagingOk ¶
func (o *CollectionResponseExtensionActionDefinitionForwardPaging) GetPagingOk() (*ForwardPaging, bool)
GetPagingOk returns a tuple with the Paging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionResponseExtensionActionDefinitionForwardPaging) GetResults ¶
func (o *CollectionResponseExtensionActionDefinitionForwardPaging) GetResults() []ExtensionActionDefinition
GetResults returns the Results field value
func (*CollectionResponseExtensionActionDefinitionForwardPaging) GetResultsOk ¶
func (o *CollectionResponseExtensionActionDefinitionForwardPaging) GetResultsOk() ([]ExtensionActionDefinition, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*CollectionResponseExtensionActionDefinitionForwardPaging) HasPaging ¶
func (o *CollectionResponseExtensionActionDefinitionForwardPaging) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (CollectionResponseExtensionActionDefinitionForwardPaging) MarshalJSON ¶
func (o CollectionResponseExtensionActionDefinitionForwardPaging) MarshalJSON() ([]byte, error)
func (*CollectionResponseExtensionActionDefinitionForwardPaging) SetPaging ¶
func (o *CollectionResponseExtensionActionDefinitionForwardPaging) SetPaging(v ForwardPaging)
SetPaging gets a reference to the given ForwardPaging and assigns it to the Paging field.
func (*CollectionResponseExtensionActionDefinitionForwardPaging) SetResults ¶
func (o *CollectionResponseExtensionActionDefinitionForwardPaging) SetResults(v []ExtensionActionDefinition)
SetResults sets field value
type CollectionResponsePublicActionDefinitionForwardPaging ¶
type CollectionResponsePublicActionDefinitionForwardPaging struct { Paging *ForwardPaging `json:"paging,omitempty"` Results []PublicActionDefinition `json:"results"` }
CollectionResponsePublicActionDefinitionForwardPaging struct for CollectionResponsePublicActionDefinitionForwardPaging
func NewCollectionResponsePublicActionDefinitionForwardPaging ¶
func NewCollectionResponsePublicActionDefinitionForwardPaging(results []PublicActionDefinition) *CollectionResponsePublicActionDefinitionForwardPaging
NewCollectionResponsePublicActionDefinitionForwardPaging instantiates a new CollectionResponsePublicActionDefinitionForwardPaging object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCollectionResponsePublicActionDefinitionForwardPagingWithDefaults ¶
func NewCollectionResponsePublicActionDefinitionForwardPagingWithDefaults() *CollectionResponsePublicActionDefinitionForwardPaging
NewCollectionResponsePublicActionDefinitionForwardPagingWithDefaults instantiates a new CollectionResponsePublicActionDefinitionForwardPaging object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CollectionResponsePublicActionDefinitionForwardPaging) GetPaging ¶
func (o *CollectionResponsePublicActionDefinitionForwardPaging) GetPaging() ForwardPaging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*CollectionResponsePublicActionDefinitionForwardPaging) GetPagingOk ¶
func (o *CollectionResponsePublicActionDefinitionForwardPaging) GetPagingOk() (*ForwardPaging, bool)
GetPagingOk returns a tuple with the Paging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionResponsePublicActionDefinitionForwardPaging) GetResults ¶
func (o *CollectionResponsePublicActionDefinitionForwardPaging) GetResults() []PublicActionDefinition
GetResults returns the Results field value
func (*CollectionResponsePublicActionDefinitionForwardPaging) GetResultsOk ¶
func (o *CollectionResponsePublicActionDefinitionForwardPaging) GetResultsOk() ([]PublicActionDefinition, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*CollectionResponsePublicActionDefinitionForwardPaging) HasPaging ¶
func (o *CollectionResponsePublicActionDefinitionForwardPaging) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (CollectionResponsePublicActionDefinitionForwardPaging) MarshalJSON ¶
func (o CollectionResponsePublicActionDefinitionForwardPaging) MarshalJSON() ([]byte, error)
func (*CollectionResponsePublicActionDefinitionForwardPaging) SetPaging ¶
func (o *CollectionResponsePublicActionDefinitionForwardPaging) SetPaging(v ForwardPaging)
SetPaging gets a reference to the given ForwardPaging and assigns it to the Paging field.
func (*CollectionResponsePublicActionDefinitionForwardPaging) SetResults ¶
func (o *CollectionResponsePublicActionDefinitionForwardPaging) SetResults(v []PublicActionDefinition)
SetResults sets field value
func (CollectionResponsePublicActionDefinitionForwardPaging) ToMap ¶
func (o CollectionResponsePublicActionDefinitionForwardPaging) ToMap() (map[string]interface{}, error)
func (*CollectionResponsePublicActionDefinitionForwardPaging) UnmarshalJSON ¶
func (o *CollectionResponsePublicActionDefinitionForwardPaging) UnmarshalJSON(data []byte) (err error)
type CollectionResponsePublicActionFunctionIdentifierNoPaging ¶
type CollectionResponsePublicActionFunctionIdentifierNoPaging struct {
Results []PublicActionFunctionIdentifier `json:"results"`
}
CollectionResponsePublicActionFunctionIdentifierNoPaging struct for CollectionResponsePublicActionFunctionIdentifierNoPaging
func NewCollectionResponsePublicActionFunctionIdentifierNoPaging ¶
func NewCollectionResponsePublicActionFunctionIdentifierNoPaging(results []PublicActionFunctionIdentifier) *CollectionResponsePublicActionFunctionIdentifierNoPaging
NewCollectionResponsePublicActionFunctionIdentifierNoPaging instantiates a new CollectionResponsePublicActionFunctionIdentifierNoPaging object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCollectionResponsePublicActionFunctionIdentifierNoPagingWithDefaults ¶
func NewCollectionResponsePublicActionFunctionIdentifierNoPagingWithDefaults() *CollectionResponsePublicActionFunctionIdentifierNoPaging
NewCollectionResponsePublicActionFunctionIdentifierNoPagingWithDefaults instantiates a new CollectionResponsePublicActionFunctionIdentifierNoPaging object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CollectionResponsePublicActionFunctionIdentifierNoPaging) GetResults ¶
func (o *CollectionResponsePublicActionFunctionIdentifierNoPaging) GetResults() []PublicActionFunctionIdentifier
GetResults returns the Results field value
func (*CollectionResponsePublicActionFunctionIdentifierNoPaging) GetResultsOk ¶
func (o *CollectionResponsePublicActionFunctionIdentifierNoPaging) GetResultsOk() ([]PublicActionFunctionIdentifier, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (CollectionResponsePublicActionFunctionIdentifierNoPaging) MarshalJSON ¶
func (o CollectionResponsePublicActionFunctionIdentifierNoPaging) MarshalJSON() ([]byte, error)
func (*CollectionResponsePublicActionFunctionIdentifierNoPaging) SetResults ¶
func (o *CollectionResponsePublicActionFunctionIdentifierNoPaging) SetResults(v []PublicActionFunctionIdentifier)
SetResults sets field value
func (CollectionResponsePublicActionFunctionIdentifierNoPaging) ToMap ¶
func (o CollectionResponsePublicActionFunctionIdentifierNoPaging) ToMap() (map[string]interface{}, error)
func (*CollectionResponsePublicActionFunctionIdentifierNoPaging) UnmarshalJSON ¶
func (o *CollectionResponsePublicActionFunctionIdentifierNoPaging) UnmarshalJSON(data []byte) (err error)
type CollectionResponsePublicActionRevisionForwardPaging ¶
type CollectionResponsePublicActionRevisionForwardPaging struct { Paging *ForwardPaging `json:"paging,omitempty"` Results []PublicActionRevision `json:"results"` }
CollectionResponsePublicActionRevisionForwardPaging struct for CollectionResponsePublicActionRevisionForwardPaging
func NewCollectionResponsePublicActionRevisionForwardPaging ¶
func NewCollectionResponsePublicActionRevisionForwardPaging(results []PublicActionRevision) *CollectionResponsePublicActionRevisionForwardPaging
NewCollectionResponsePublicActionRevisionForwardPaging instantiates a new CollectionResponsePublicActionRevisionForwardPaging object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCollectionResponsePublicActionRevisionForwardPagingWithDefaults ¶
func NewCollectionResponsePublicActionRevisionForwardPagingWithDefaults() *CollectionResponsePublicActionRevisionForwardPaging
NewCollectionResponsePublicActionRevisionForwardPagingWithDefaults instantiates a new CollectionResponsePublicActionRevisionForwardPaging object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CollectionResponsePublicActionRevisionForwardPaging) GetPaging ¶
func (o *CollectionResponsePublicActionRevisionForwardPaging) GetPaging() ForwardPaging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*CollectionResponsePublicActionRevisionForwardPaging) GetPagingOk ¶
func (o *CollectionResponsePublicActionRevisionForwardPaging) GetPagingOk() (*ForwardPaging, bool)
GetPagingOk returns a tuple with the Paging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionResponsePublicActionRevisionForwardPaging) GetResults ¶
func (o *CollectionResponsePublicActionRevisionForwardPaging) GetResults() []PublicActionRevision
GetResults returns the Results field value
func (*CollectionResponsePublicActionRevisionForwardPaging) GetResultsOk ¶
func (o *CollectionResponsePublicActionRevisionForwardPaging) GetResultsOk() ([]PublicActionRevision, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*CollectionResponsePublicActionRevisionForwardPaging) HasPaging ¶
func (o *CollectionResponsePublicActionRevisionForwardPaging) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (CollectionResponsePublicActionRevisionForwardPaging) MarshalJSON ¶
func (o CollectionResponsePublicActionRevisionForwardPaging) MarshalJSON() ([]byte, error)
func (*CollectionResponsePublicActionRevisionForwardPaging) SetPaging ¶
func (o *CollectionResponsePublicActionRevisionForwardPaging) SetPaging(v ForwardPaging)
SetPaging gets a reference to the given ForwardPaging and assigns it to the Paging field.
func (*CollectionResponsePublicActionRevisionForwardPaging) SetResults ¶
func (o *CollectionResponsePublicActionRevisionForwardPaging) SetResults(v []PublicActionRevision)
SetResults sets field value
func (CollectionResponsePublicActionRevisionForwardPaging) ToMap ¶
func (o CollectionResponsePublicActionRevisionForwardPaging) ToMap() (map[string]interface{}, error)
func (*CollectionResponsePublicActionRevisionForwardPaging) UnmarshalJSON ¶
func (o *CollectionResponsePublicActionRevisionForwardPaging) UnmarshalJSON(data []byte) (err error)
type ConditionalSingleFieldDependency ¶
type ConditionalSingleFieldDependency struct { DependencyType string `json:"dependencyType"` DependentFieldNames []string `json:"dependentFieldNames"` ControllingFieldName string `json:"controllingFieldName"` ControllingFieldValue string `json:"controllingFieldValue"` }
ConditionalSingleFieldDependency struct for ConditionalSingleFieldDependency
func NewConditionalSingleFieldDependency ¶
func NewConditionalSingleFieldDependency(dependencyType string, dependentFieldNames []string, controllingFieldName string, controllingFieldValue string) *ConditionalSingleFieldDependency
NewConditionalSingleFieldDependency instantiates a new ConditionalSingleFieldDependency object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewConditionalSingleFieldDependencyWithDefaults ¶
func NewConditionalSingleFieldDependencyWithDefaults() *ConditionalSingleFieldDependency
NewConditionalSingleFieldDependencyWithDefaults instantiates a new ConditionalSingleFieldDependency object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ConditionalSingleFieldDependency) GetControllingFieldName ¶
func (o *ConditionalSingleFieldDependency) GetControllingFieldName() string
GetControllingFieldName returns the ControllingFieldName field value
func (*ConditionalSingleFieldDependency) GetControllingFieldNameOk ¶
func (o *ConditionalSingleFieldDependency) GetControllingFieldNameOk() (*string, bool)
GetControllingFieldNameOk returns a tuple with the ControllingFieldName field value and a boolean to check if the value has been set.
func (*ConditionalSingleFieldDependency) GetControllingFieldValue ¶
func (o *ConditionalSingleFieldDependency) GetControllingFieldValue() string
GetControllingFieldValue returns the ControllingFieldValue field value
func (*ConditionalSingleFieldDependency) GetControllingFieldValueOk ¶
func (o *ConditionalSingleFieldDependency) GetControllingFieldValueOk() (*string, bool)
GetControllingFieldValueOk returns a tuple with the ControllingFieldValue field value and a boolean to check if the value has been set.
func (*ConditionalSingleFieldDependency) GetDependencyType ¶
func (o *ConditionalSingleFieldDependency) GetDependencyType() string
GetDependencyType returns the DependencyType field value
func (*ConditionalSingleFieldDependency) GetDependencyTypeOk ¶
func (o *ConditionalSingleFieldDependency) GetDependencyTypeOk() (*string, bool)
GetDependencyTypeOk returns a tuple with the DependencyType field value and a boolean to check if the value has been set.
func (*ConditionalSingleFieldDependency) GetDependentFieldNames ¶
func (o *ConditionalSingleFieldDependency) GetDependentFieldNames() []string
GetDependentFieldNames returns the DependentFieldNames field value
func (*ConditionalSingleFieldDependency) GetDependentFieldNamesOk ¶
func (o *ConditionalSingleFieldDependency) GetDependentFieldNamesOk() ([]string, bool)
GetDependentFieldNamesOk returns a tuple with the DependentFieldNames field value and a boolean to check if the value has been set.
func (ConditionalSingleFieldDependency) MarshalJSON ¶
func (o ConditionalSingleFieldDependency) MarshalJSON() ([]byte, error)
func (*ConditionalSingleFieldDependency) SetControllingFieldName ¶
func (o *ConditionalSingleFieldDependency) SetControllingFieldName(v string)
SetControllingFieldName sets field value
func (*ConditionalSingleFieldDependency) SetControllingFieldValue ¶
func (o *ConditionalSingleFieldDependency) SetControllingFieldValue(v string)
SetControllingFieldValue sets field value
func (*ConditionalSingleFieldDependency) SetDependencyType ¶
func (o *ConditionalSingleFieldDependency) SetDependencyType(v string)
SetDependencyType sets field value
func (*ConditionalSingleFieldDependency) SetDependentFieldNames ¶
func (o *ConditionalSingleFieldDependency) SetDependentFieldNames(v []string)
SetDependentFieldNames sets field value
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DefinitionsAPIService ¶
type DefinitionsAPIService service
DefinitionsAPIService DefinitionsAPI service
func (*DefinitionsAPIService) Archive ¶
func (a *DefinitionsAPIService) Archive(ctx context.Context, definitionId string, appId int32) ApiArchiveRequest
Archive Archive an extension definition
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param definitionId @param appId @return ApiArchiveRequest
func (*DefinitionsAPIService) ArchiveExecute ¶
func (a *DefinitionsAPIService) ArchiveExecute(r ApiArchiveRequest) (*http.Response, error)
Execute executes the request
func (*DefinitionsAPIService) Create ¶
func (a *DefinitionsAPIService) Create(ctx context.Context, appId int32) ApiCreateRequest
Create Create a new extension definition
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appId @return ApiCreateRequest
func (*DefinitionsAPIService) CreateExecute ¶
func (a *DefinitionsAPIService) CreateExecute(r ApiCreateRequest) (*PublicActionDefinition, *http.Response, error)
Execute executes the request
@return PublicActionDefinition
func (*DefinitionsAPIService) GetByID ¶
func (a *DefinitionsAPIService) GetByID(ctx context.Context, definitionId string, appId int32) ApiGetByIDRequest
GetByID Get extension definition by Id
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param definitionId @param appId @return ApiGetByIDRequest
func (*DefinitionsAPIService) GetByIDExecute ¶
func (a *DefinitionsAPIService) GetByIDExecute(r ApiGetByIDRequest) (*PublicActionDefinition, *http.Response, error)
Execute executes the request
@return PublicActionDefinition
func (*DefinitionsAPIService) GetPage ¶
func (a *DefinitionsAPIService) GetPage(ctx context.Context, appId int32) ApiGetPageRequest
GetPage Get paged extension definitions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param appId @return ApiGetPageRequest
func (*DefinitionsAPIService) GetPageExecute ¶
func (a *DefinitionsAPIService) GetPageExecute(r ApiGetPageRequest) (*CollectionResponsePublicActionDefinitionForwardPaging, *http.Response, error)
Execute executes the request
@return CollectionResponsePublicActionDefinitionForwardPaging
func (*DefinitionsAPIService) Update ¶
func (a *DefinitionsAPIService) Update(ctx context.Context, definitionId string, appId int32) ApiUpdateRequest
Update Patch an existing extension definition
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param definitionId @param appId @return ApiUpdateRequest
func (*DefinitionsAPIService) UpdateExecute ¶
func (a *DefinitionsAPIService) UpdateExecute(r ApiUpdateRequest) (*PublicActionDefinition, *http.Response, error)
Execute executes the request
@return PublicActionDefinition
type Error ¶
type Error struct { // A specific category that contains more specific detail about the error SubCategory *string `json:"subCategory,omitempty"` // Context about the error condition Context *map[string][]string `json:"context,omitempty"` // A unique identifier for the request. Include this value with any error reports or support tickets CorrelationId string `json:"correlationId"` // A map of link names to associated URIs containing documentation about the error or recommended remediation steps Links *map[string]string `json:"links,omitempty"` // A human readable message describing the error along with remediation steps where appropriate Message string `json:"message"` // The error category Category string `json:"category"` // further information about the error Errors []ErrorDetail `json:"errors,omitempty"` }
Error struct for Error
func NewError ¶
NewError instantiates a new Error object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Error) GetCategory ¶
GetCategory returns the Category field value
func (*Error) GetCategoryOk ¶
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*Error) GetContext ¶
GetContext returns the Context field value if set, zero value otherwise.
func (*Error) GetContextOk ¶
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 (*Error) GetCorrelationId ¶
GetCorrelationId returns the CorrelationId field value
func (*Error) GetCorrelationIdOk ¶
GetCorrelationIdOk returns a tuple with the CorrelationId field value and a boolean to check if the value has been set.
func (*Error) GetErrors ¶
func (o *Error) GetErrors() []ErrorDetail
GetErrors returns the Errors field value if set, zero value otherwise.
func (*Error) GetErrorsOk ¶
func (o *Error) GetErrorsOk() ([]ErrorDetail, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetLinksOk ¶
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetMessage ¶
GetMessage returns the Message field value
func (*Error) GetMessageOk ¶
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*Error) GetSubCategory ¶
GetSubCategory returns the SubCategory field value if set, zero value otherwise.
func (*Error) GetSubCategoryOk ¶
GetSubCategoryOk returns a tuple with the SubCategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) HasContext ¶
HasContext returns a boolean if a field has been set.
func (*Error) HasSubCategory ¶
HasSubCategory returns a boolean if a field has been set.
func (Error) MarshalJSON ¶
func (*Error) SetContext ¶
SetContext gets a reference to the given map[string][]string and assigns it to the Context field.
func (*Error) SetCorrelationId ¶
SetCorrelationId sets field value
func (*Error) SetErrors ¶
func (o *Error) SetErrors(v []ErrorDetail)
SetErrors gets a reference to the given []ErrorDetail and assigns it to the Errors field.
func (*Error) SetLinks ¶
SetLinks gets a reference to the given map[string]string and assigns it to the Links field.
func (*Error) SetSubCategory ¶
SetSubCategory gets a reference to the given string and assigns it to the SubCategory field.
func (*Error) UnmarshalJSON ¶
type ErrorDetail ¶
type ErrorDetail struct { // A specific category that contains more specific detail about the error SubCategory *string `json:"subCategory,omitempty"` // The status code associated with the error detail Code *string `json:"code,omitempty"` // The name of the field or parameter in which the error was found. In *string `json:"in,omitempty"` // Context about the error condition Context *map[string][]string `json:"context,omitempty"` // A human readable message describing the error along with remediation steps where appropriate Message string `json:"message"` }
ErrorDetail struct for ErrorDetail
func NewErrorDetail ¶
func NewErrorDetail(message string) *ErrorDetail
NewErrorDetail instantiates a new ErrorDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorDetailWithDefaults ¶
func NewErrorDetailWithDefaults() *ErrorDetail
NewErrorDetailWithDefaults instantiates a new ErrorDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ErrorDetail) GetCode ¶
func (o *ErrorDetail) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ErrorDetail) GetCodeOk ¶
func (o *ErrorDetail) 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 (*ErrorDetail) GetContext ¶
func (o *ErrorDetail) GetContext() map[string][]string
GetContext returns the Context field value if set, zero value otherwise.
func (*ErrorDetail) GetContextOk ¶
func (o *ErrorDetail) GetContextOk() (*map[string][]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 (*ErrorDetail) GetIn ¶
func (o *ErrorDetail) GetIn() string
GetIn returns the In field value if set, zero value otherwise.
func (*ErrorDetail) GetInOk ¶
func (o *ErrorDetail) GetInOk() (*string, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetail) GetMessage ¶
func (o *ErrorDetail) GetMessage() string
GetMessage returns the Message field value
func (*ErrorDetail) GetMessageOk ¶
func (o *ErrorDetail) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ErrorDetail) GetSubCategory ¶
func (o *ErrorDetail) GetSubCategory() string
GetSubCategory returns the SubCategory field value if set, zero value otherwise.
func (*ErrorDetail) GetSubCategoryOk ¶
func (o *ErrorDetail) GetSubCategoryOk() (*string, bool)
GetSubCategoryOk returns a tuple with the SubCategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetail) HasCode ¶
func (o *ErrorDetail) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ErrorDetail) HasContext ¶
func (o *ErrorDetail) HasContext() bool
HasContext returns a boolean if a field has been set.
func (*ErrorDetail) HasIn ¶
func (o *ErrorDetail) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*ErrorDetail) HasSubCategory ¶
func (o *ErrorDetail) HasSubCategory() bool
HasSubCategory returns a boolean if a field has been set.
func (ErrorDetail) MarshalJSON ¶
func (o ErrorDetail) MarshalJSON() ([]byte, error)
func (*ErrorDetail) SetCode ¶
func (o *ErrorDetail) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ErrorDetail) SetContext ¶
func (o *ErrorDetail) SetContext(v map[string][]string)
SetContext gets a reference to the given map[string][]string and assigns it to the Context field.
func (*ErrorDetail) SetIn ¶
func (o *ErrorDetail) SetIn(v string)
SetIn gets a reference to the given string and assigns it to the In field.
func (*ErrorDetail) SetMessage ¶
func (o *ErrorDetail) SetMessage(v string)
SetMessage sets field value
func (*ErrorDetail) SetSubCategory ¶
func (o *ErrorDetail) SetSubCategory(v string)
SetSubCategory gets a reference to the given string and assigns it to the SubCategory field.
func (ErrorDetail) ToMap ¶
func (o ErrorDetail) ToMap() (map[string]interface{}, error)
func (*ErrorDetail) UnmarshalJSON ¶
func (o *ErrorDetail) UnmarshalJSON(data []byte) (err error)
type ExtensionActionDefinition ¶
type ExtensionActionDefinition struct { // The ID of the custom action. Id string `json:"id"` RevisionId string `json:"revisionId"` // A list of functions associated with the custom workflow action. Functions []ActionFunctionIdentifier `json:"functions"` // The URL that will accept an HTTPS request each time workflows executes the custom action. ActionUrl string `json:"actionUrl"` // Whether this custom action is published to customers. Published bool `json:"published"` // The date that this custom action was archived, if the custom action is archived. ArchivedAt *int64 `json:"archivedAt,omitempty"` // The list of input fields to display in this custom action. InputFields []InputFieldDefinition `json:"inputFields"` ObjectRequestOptions *ObjectRequestOptions `json:"objectRequestOptions,omitempty"` // A list of dependencies between the input fields. These configure when the input fields should be visible. InputFieldDependencies []ExtensionActionDefinitionPatchInputFieldDependenciesInner `json:"inputFieldDependencies,omitempty"` // The user-facing labels for the custom action. Labels map[string]ActionLabels `json:"labels"` // The object types that this custom action supports. ObjectTypes []string `json:"objectTypes"` }
ExtensionActionDefinition Configuration for custom workflow action.
func NewExtensionActionDefinition ¶
func NewExtensionActionDefinition(id string, revisionId string, functions []ActionFunctionIdentifier, actionUrl string, published bool, inputFields []InputFieldDefinition, labels map[string]ActionLabels, objectTypes []string) *ExtensionActionDefinition
NewExtensionActionDefinition instantiates a new ExtensionActionDefinition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExtensionActionDefinitionWithDefaults ¶
func NewExtensionActionDefinitionWithDefaults() *ExtensionActionDefinition
NewExtensionActionDefinitionWithDefaults instantiates a new ExtensionActionDefinition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExtensionActionDefinition) GetActionUrl ¶
func (o *ExtensionActionDefinition) GetActionUrl() string
GetActionUrl returns the ActionUrl field value
func (*ExtensionActionDefinition) GetActionUrlOk ¶
func (o *ExtensionActionDefinition) GetActionUrlOk() (*string, bool)
GetActionUrlOk returns a tuple with the ActionUrl field value and a boolean to check if the value has been set.
func (*ExtensionActionDefinition) GetArchivedAt ¶
func (o *ExtensionActionDefinition) GetArchivedAt() int64
GetArchivedAt returns the ArchivedAt field value if set, zero value otherwise.
func (*ExtensionActionDefinition) GetArchivedAtOk ¶
func (o *ExtensionActionDefinition) GetArchivedAtOk() (*int64, bool)
GetArchivedAtOk returns a tuple with the ArchivedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionActionDefinition) GetFunctions ¶
func (o *ExtensionActionDefinition) GetFunctions() []ActionFunctionIdentifier
GetFunctions returns the Functions field value
func (*ExtensionActionDefinition) GetFunctionsOk ¶
func (o *ExtensionActionDefinition) GetFunctionsOk() ([]ActionFunctionIdentifier, bool)
GetFunctionsOk returns a tuple with the Functions field value and a boolean to check if the value has been set.
func (*ExtensionActionDefinition) GetId ¶
func (o *ExtensionActionDefinition) GetId() string
GetId returns the Id field value
func (*ExtensionActionDefinition) GetIdOk ¶
func (o *ExtensionActionDefinition) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ExtensionActionDefinition) GetInputFieldDependencies ¶
func (o *ExtensionActionDefinition) GetInputFieldDependencies() []ExtensionActionDefinitionPatchInputFieldDependenciesInner
GetInputFieldDependencies returns the InputFieldDependencies field value if set, zero value otherwise.
func (*ExtensionActionDefinition) GetInputFieldDependenciesOk ¶
func (o *ExtensionActionDefinition) GetInputFieldDependenciesOk() ([]ExtensionActionDefinitionPatchInputFieldDependenciesInner, bool)
GetInputFieldDependenciesOk returns a tuple with the InputFieldDependencies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionActionDefinition) GetInputFields ¶
func (o *ExtensionActionDefinition) GetInputFields() []InputFieldDefinition
GetInputFields returns the InputFields field value
func (*ExtensionActionDefinition) GetInputFieldsOk ¶
func (o *ExtensionActionDefinition) GetInputFieldsOk() ([]InputFieldDefinition, bool)
GetInputFieldsOk returns a tuple with the InputFields field value and a boolean to check if the value has been set.
func (*ExtensionActionDefinition) GetLabels ¶
func (o *ExtensionActionDefinition) GetLabels() map[string]ActionLabels
GetLabels returns the Labels field value
func (*ExtensionActionDefinition) GetLabelsOk ¶
func (o *ExtensionActionDefinition) GetLabelsOk() (*map[string]ActionLabels, bool)
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.
func (*ExtensionActionDefinition) GetObjectRequestOptions ¶
func (o *ExtensionActionDefinition) GetObjectRequestOptions() ObjectRequestOptions
GetObjectRequestOptions returns the ObjectRequestOptions field value if set, zero value otherwise.
func (*ExtensionActionDefinition) GetObjectRequestOptionsOk ¶
func (o *ExtensionActionDefinition) GetObjectRequestOptionsOk() (*ObjectRequestOptions, bool)
GetObjectRequestOptionsOk returns a tuple with the ObjectRequestOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionActionDefinition) GetObjectTypes ¶
func (o *ExtensionActionDefinition) GetObjectTypes() []string
GetObjectTypes returns the ObjectTypes field value
func (*ExtensionActionDefinition) GetObjectTypesOk ¶
func (o *ExtensionActionDefinition) GetObjectTypesOk() ([]string, bool)
GetObjectTypesOk returns a tuple with the ObjectTypes field value and a boolean to check if the value has been set.
func (*ExtensionActionDefinition) GetPublished ¶
func (o *ExtensionActionDefinition) GetPublished() bool
GetPublished returns the Published field value
func (*ExtensionActionDefinition) GetPublishedOk ¶
func (o *ExtensionActionDefinition) GetPublishedOk() (*bool, bool)
GetPublishedOk returns a tuple with the Published field value and a boolean to check if the value has been set.
func (*ExtensionActionDefinition) GetRevisionId ¶
func (o *ExtensionActionDefinition) GetRevisionId() string
GetRevisionId returns the RevisionId field value
func (*ExtensionActionDefinition) GetRevisionIdOk ¶
func (o *ExtensionActionDefinition) GetRevisionIdOk() (*string, bool)
GetRevisionIdOk returns a tuple with the RevisionId field value and a boolean to check if the value has been set.
func (*ExtensionActionDefinition) HasArchivedAt ¶
func (o *ExtensionActionDefinition) HasArchivedAt() bool
HasArchivedAt returns a boolean if a field has been set.
func (*ExtensionActionDefinition) HasInputFieldDependencies ¶
func (o *ExtensionActionDefinition) HasInputFieldDependencies() bool
HasInputFieldDependencies returns a boolean if a field has been set.
func (*ExtensionActionDefinition) HasObjectRequestOptions ¶
func (o *ExtensionActionDefinition) HasObjectRequestOptions() bool
HasObjectRequestOptions returns a boolean if a field has been set.
func (ExtensionActionDefinition) MarshalJSON ¶
func (o ExtensionActionDefinition) MarshalJSON() ([]byte, error)
func (*ExtensionActionDefinition) SetActionUrl ¶
func (o *ExtensionActionDefinition) SetActionUrl(v string)
SetActionUrl sets field value
func (*ExtensionActionDefinition) SetArchivedAt ¶
func (o *ExtensionActionDefinition) SetArchivedAt(v int64)
SetArchivedAt gets a reference to the given int64 and assigns it to the ArchivedAt field.
func (*ExtensionActionDefinition) SetFunctions ¶
func (o *ExtensionActionDefinition) SetFunctions(v []ActionFunctionIdentifier)
SetFunctions sets field value
func (*ExtensionActionDefinition) SetId ¶
func (o *ExtensionActionDefinition) SetId(v string)
SetId sets field value
func (*ExtensionActionDefinition) SetInputFieldDependencies ¶
func (o *ExtensionActionDefinition) SetInputFieldDependencies(v []ExtensionActionDefinitionPatchInputFieldDependenciesInner)
SetInputFieldDependencies gets a reference to the given []ExtensionActionDefinitionPatchInputFieldDependenciesInner and assigns it to the InputFieldDependencies field.
func (*ExtensionActionDefinition) SetInputFields ¶
func (o *ExtensionActionDefinition) SetInputFields(v []InputFieldDefinition)
SetInputFields sets field value
func (*ExtensionActionDefinition) SetLabels ¶
func (o *ExtensionActionDefinition) SetLabels(v map[string]ActionLabels)
SetLabels sets field value
func (*ExtensionActionDefinition) SetObjectRequestOptions ¶
func (o *ExtensionActionDefinition) SetObjectRequestOptions(v ObjectRequestOptions)
SetObjectRequestOptions gets a reference to the given ObjectRequestOptions and assigns it to the ObjectRequestOptions field.
func (*ExtensionActionDefinition) SetObjectTypes ¶
func (o *ExtensionActionDefinition) SetObjectTypes(v []string)
SetObjectTypes sets field value
func (*ExtensionActionDefinition) SetPublished ¶
func (o *ExtensionActionDefinition) SetPublished(v bool)
SetPublished sets field value
func (*ExtensionActionDefinition) SetRevisionId ¶
func (o *ExtensionActionDefinition) SetRevisionId(v string)
SetRevisionId sets field value
type ExtensionActionDefinitionInput ¶
type ExtensionActionDefinitionInput struct { // A list of functions associated with the custom workflow action. Functions []ActionFunction `json:"functions"` // The URL that will accept an HTTPS request each time workflows executes the custom action. ActionUrl string `json:"actionUrl"` // Whether this custom action is published to customers. Published bool `json:"published"` // The date that this custom action was archived, if the custom action is archived. ArchivedAt *int64 `json:"archivedAt,omitempty"` // The list of input fields to display in this custom action. InputFields []InputFieldDefinition `json:"inputFields"` ObjectRequestOptions *ObjectRequestOptions `json:"objectRequestOptions,omitempty"` // A list of dependencies between the input fields. These configure when the input fields should be visible. InputFieldDependencies []ExtensionActionDefinitionPatchInputFieldDependenciesInner `json:"inputFieldDependencies,omitempty"` // The user-facing labels for the custom action. Labels map[string]ActionLabels `json:"labels"` // The object types that this custom action supports. ObjectTypes []string `json:"objectTypes"` }
ExtensionActionDefinitionInput State of custom workflow action to be created.
func NewExtensionActionDefinitionInput ¶
func NewExtensionActionDefinitionInput(functions []ActionFunction, actionUrl string, published bool, inputFields []InputFieldDefinition, labels map[string]ActionLabels, objectTypes []string) *ExtensionActionDefinitionInput
NewExtensionActionDefinitionInput instantiates a new ExtensionActionDefinitionInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExtensionActionDefinitionInputWithDefaults ¶
func NewExtensionActionDefinitionInputWithDefaults() *ExtensionActionDefinitionInput
NewExtensionActionDefinitionInputWithDefaults instantiates a new ExtensionActionDefinitionInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExtensionActionDefinitionInput) GetActionUrl ¶
func (o *ExtensionActionDefinitionInput) GetActionUrl() string
GetActionUrl returns the ActionUrl field value
func (*ExtensionActionDefinitionInput) GetActionUrlOk ¶
func (o *ExtensionActionDefinitionInput) GetActionUrlOk() (*string, bool)
GetActionUrlOk returns a tuple with the ActionUrl field value and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionInput) GetArchivedAt ¶
func (o *ExtensionActionDefinitionInput) GetArchivedAt() int64
GetArchivedAt returns the ArchivedAt field value if set, zero value otherwise.
func (*ExtensionActionDefinitionInput) GetArchivedAtOk ¶
func (o *ExtensionActionDefinitionInput) GetArchivedAtOk() (*int64, bool)
GetArchivedAtOk returns a tuple with the ArchivedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionInput) GetFunctions ¶
func (o *ExtensionActionDefinitionInput) GetFunctions() []ActionFunction
GetFunctions returns the Functions field value
func (*ExtensionActionDefinitionInput) GetFunctionsOk ¶
func (o *ExtensionActionDefinitionInput) GetFunctionsOk() ([]ActionFunction, bool)
GetFunctionsOk returns a tuple with the Functions field value and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionInput) GetInputFieldDependencies ¶
func (o *ExtensionActionDefinitionInput) GetInputFieldDependencies() []ExtensionActionDefinitionPatchInputFieldDependenciesInner
GetInputFieldDependencies returns the InputFieldDependencies field value if set, zero value otherwise.
func (*ExtensionActionDefinitionInput) GetInputFieldDependenciesOk ¶
func (o *ExtensionActionDefinitionInput) GetInputFieldDependenciesOk() ([]ExtensionActionDefinitionPatchInputFieldDependenciesInner, bool)
GetInputFieldDependenciesOk returns a tuple with the InputFieldDependencies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionInput) GetInputFields ¶
func (o *ExtensionActionDefinitionInput) GetInputFields() []InputFieldDefinition
GetInputFields returns the InputFields field value
func (*ExtensionActionDefinitionInput) GetInputFieldsOk ¶
func (o *ExtensionActionDefinitionInput) GetInputFieldsOk() ([]InputFieldDefinition, bool)
GetInputFieldsOk returns a tuple with the InputFields field value and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionInput) GetLabels ¶
func (o *ExtensionActionDefinitionInput) GetLabels() map[string]ActionLabels
GetLabels returns the Labels field value
func (*ExtensionActionDefinitionInput) GetLabelsOk ¶
func (o *ExtensionActionDefinitionInput) GetLabelsOk() (*map[string]ActionLabels, bool)
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionInput) GetObjectRequestOptions ¶
func (o *ExtensionActionDefinitionInput) GetObjectRequestOptions() ObjectRequestOptions
GetObjectRequestOptions returns the ObjectRequestOptions field value if set, zero value otherwise.
func (*ExtensionActionDefinitionInput) GetObjectRequestOptionsOk ¶
func (o *ExtensionActionDefinitionInput) GetObjectRequestOptionsOk() (*ObjectRequestOptions, bool)
GetObjectRequestOptionsOk returns a tuple with the ObjectRequestOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionInput) GetObjectTypes ¶
func (o *ExtensionActionDefinitionInput) GetObjectTypes() []string
GetObjectTypes returns the ObjectTypes field value
func (*ExtensionActionDefinitionInput) GetObjectTypesOk ¶
func (o *ExtensionActionDefinitionInput) GetObjectTypesOk() ([]string, bool)
GetObjectTypesOk returns a tuple with the ObjectTypes field value and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionInput) GetPublished ¶
func (o *ExtensionActionDefinitionInput) GetPublished() bool
GetPublished returns the Published field value
func (*ExtensionActionDefinitionInput) GetPublishedOk ¶
func (o *ExtensionActionDefinitionInput) GetPublishedOk() (*bool, bool)
GetPublishedOk returns a tuple with the Published field value and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionInput) HasArchivedAt ¶
func (o *ExtensionActionDefinitionInput) HasArchivedAt() bool
HasArchivedAt returns a boolean if a field has been set.
func (*ExtensionActionDefinitionInput) HasInputFieldDependencies ¶
func (o *ExtensionActionDefinitionInput) HasInputFieldDependencies() bool
HasInputFieldDependencies returns a boolean if a field has been set.
func (*ExtensionActionDefinitionInput) HasObjectRequestOptions ¶
func (o *ExtensionActionDefinitionInput) HasObjectRequestOptions() bool
HasObjectRequestOptions returns a boolean if a field has been set.
func (ExtensionActionDefinitionInput) MarshalJSON ¶
func (o ExtensionActionDefinitionInput) MarshalJSON() ([]byte, error)
func (*ExtensionActionDefinitionInput) SetActionUrl ¶
func (o *ExtensionActionDefinitionInput) SetActionUrl(v string)
SetActionUrl sets field value
func (*ExtensionActionDefinitionInput) SetArchivedAt ¶
func (o *ExtensionActionDefinitionInput) SetArchivedAt(v int64)
SetArchivedAt gets a reference to the given int64 and assigns it to the ArchivedAt field.
func (*ExtensionActionDefinitionInput) SetFunctions ¶
func (o *ExtensionActionDefinitionInput) SetFunctions(v []ActionFunction)
SetFunctions sets field value
func (*ExtensionActionDefinitionInput) SetInputFieldDependencies ¶
func (o *ExtensionActionDefinitionInput) SetInputFieldDependencies(v []ExtensionActionDefinitionPatchInputFieldDependenciesInner)
SetInputFieldDependencies gets a reference to the given []ExtensionActionDefinitionPatchInputFieldDependenciesInner and assigns it to the InputFieldDependencies field.
func (*ExtensionActionDefinitionInput) SetInputFields ¶
func (o *ExtensionActionDefinitionInput) SetInputFields(v []InputFieldDefinition)
SetInputFields sets field value
func (*ExtensionActionDefinitionInput) SetLabels ¶
func (o *ExtensionActionDefinitionInput) SetLabels(v map[string]ActionLabels)
SetLabels sets field value
func (*ExtensionActionDefinitionInput) SetObjectRequestOptions ¶
func (o *ExtensionActionDefinitionInput) SetObjectRequestOptions(v ObjectRequestOptions)
SetObjectRequestOptions gets a reference to the given ObjectRequestOptions and assigns it to the ObjectRequestOptions field.
func (*ExtensionActionDefinitionInput) SetObjectTypes ¶
func (o *ExtensionActionDefinitionInput) SetObjectTypes(v []string)
SetObjectTypes sets field value
func (*ExtensionActionDefinitionInput) SetPublished ¶
func (o *ExtensionActionDefinitionInput) SetPublished(v bool)
SetPublished sets field value
type ExtensionActionDefinitionPatch ¶
type ExtensionActionDefinitionPatch struct { // The URL that will accept an HTTPS request each time workflows executes the custom action. ActionUrl *string `json:"actionUrl,omitempty"` // Whether this custom action is published to customers. Published *bool `json:"published,omitempty"` // The list of input fields to display in this custom action. InputFields []InputFieldDefinition `json:"inputFields,omitempty"` ObjectRequestOptions *ObjectRequestOptions `json:"objectRequestOptions,omitempty"` // A list of dependencies between the input fields. These configure when the input fields should be visible. InputFieldDependencies []ExtensionActionDefinitionPatchInputFieldDependenciesInner `json:"inputFieldDependencies,omitempty"` // The user-facing labels for the custom action. Labels *map[string]ActionLabels `json:"labels,omitempty"` // The object types that this custom action supports. ObjectTypes []string `json:"objectTypes,omitempty"` }
ExtensionActionDefinitionPatch Fields on custom workflow action to be updated.
func NewExtensionActionDefinitionPatch ¶
func NewExtensionActionDefinitionPatch() *ExtensionActionDefinitionPatch
NewExtensionActionDefinitionPatch instantiates a new ExtensionActionDefinitionPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExtensionActionDefinitionPatchWithDefaults ¶
func NewExtensionActionDefinitionPatchWithDefaults() *ExtensionActionDefinitionPatch
NewExtensionActionDefinitionPatchWithDefaults instantiates a new ExtensionActionDefinitionPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExtensionActionDefinitionPatch) GetActionUrl ¶
func (o *ExtensionActionDefinitionPatch) GetActionUrl() string
GetActionUrl returns the ActionUrl field value if set, zero value otherwise.
func (*ExtensionActionDefinitionPatch) GetActionUrlOk ¶
func (o *ExtensionActionDefinitionPatch) GetActionUrlOk() (*string, bool)
GetActionUrlOk returns a tuple with the ActionUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionPatch) GetInputFieldDependencies ¶
func (o *ExtensionActionDefinitionPatch) GetInputFieldDependencies() []ExtensionActionDefinitionPatchInputFieldDependenciesInner
GetInputFieldDependencies returns the InputFieldDependencies field value if set, zero value otherwise.
func (*ExtensionActionDefinitionPatch) GetInputFieldDependenciesOk ¶
func (o *ExtensionActionDefinitionPatch) GetInputFieldDependenciesOk() ([]ExtensionActionDefinitionPatchInputFieldDependenciesInner, bool)
GetInputFieldDependenciesOk returns a tuple with the InputFieldDependencies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionPatch) GetInputFields ¶
func (o *ExtensionActionDefinitionPatch) GetInputFields() []InputFieldDefinition
GetInputFields returns the InputFields field value if set, zero value otherwise.
func (*ExtensionActionDefinitionPatch) GetInputFieldsOk ¶
func (o *ExtensionActionDefinitionPatch) GetInputFieldsOk() ([]InputFieldDefinition, bool)
GetInputFieldsOk returns a tuple with the InputFields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionPatch) GetLabels ¶
func (o *ExtensionActionDefinitionPatch) GetLabels() map[string]ActionLabels
GetLabels returns the Labels field value if set, zero value otherwise.
func (*ExtensionActionDefinitionPatch) GetLabelsOk ¶
func (o *ExtensionActionDefinitionPatch) GetLabelsOk() (*map[string]ActionLabels, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionPatch) GetObjectRequestOptions ¶
func (o *ExtensionActionDefinitionPatch) GetObjectRequestOptions() ObjectRequestOptions
GetObjectRequestOptions returns the ObjectRequestOptions field value if set, zero value otherwise.
func (*ExtensionActionDefinitionPatch) GetObjectRequestOptionsOk ¶
func (o *ExtensionActionDefinitionPatch) GetObjectRequestOptionsOk() (*ObjectRequestOptions, bool)
GetObjectRequestOptionsOk returns a tuple with the ObjectRequestOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionPatch) GetObjectTypes ¶
func (o *ExtensionActionDefinitionPatch) GetObjectTypes() []string
GetObjectTypes returns the ObjectTypes field value if set, zero value otherwise.
func (*ExtensionActionDefinitionPatch) GetObjectTypesOk ¶
func (o *ExtensionActionDefinitionPatch) GetObjectTypesOk() ([]string, bool)
GetObjectTypesOk returns a tuple with the ObjectTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionPatch) GetPublished ¶
func (o *ExtensionActionDefinitionPatch) GetPublished() bool
GetPublished returns the Published field value if set, zero value otherwise.
func (*ExtensionActionDefinitionPatch) GetPublishedOk ¶
func (o *ExtensionActionDefinitionPatch) GetPublishedOk() (*bool, bool)
GetPublishedOk returns a tuple with the Published field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionActionDefinitionPatch) HasActionUrl ¶
func (o *ExtensionActionDefinitionPatch) HasActionUrl() bool
HasActionUrl returns a boolean if a field has been set.
func (*ExtensionActionDefinitionPatch) HasInputFieldDependencies ¶
func (o *ExtensionActionDefinitionPatch) HasInputFieldDependencies() bool
HasInputFieldDependencies returns a boolean if a field has been set.
func (*ExtensionActionDefinitionPatch) HasInputFields ¶
func (o *ExtensionActionDefinitionPatch) HasInputFields() bool
HasInputFields returns a boolean if a field has been set.
func (*ExtensionActionDefinitionPatch) HasLabels ¶
func (o *ExtensionActionDefinitionPatch) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*ExtensionActionDefinitionPatch) HasObjectRequestOptions ¶
func (o *ExtensionActionDefinitionPatch) HasObjectRequestOptions() bool
HasObjectRequestOptions returns a boolean if a field has been set.
func (*ExtensionActionDefinitionPatch) HasObjectTypes ¶
func (o *ExtensionActionDefinitionPatch) HasObjectTypes() bool
HasObjectTypes returns a boolean if a field has been set.
func (*ExtensionActionDefinitionPatch) HasPublished ¶
func (o *ExtensionActionDefinitionPatch) HasPublished() bool
HasPublished returns a boolean if a field has been set.
func (ExtensionActionDefinitionPatch) MarshalJSON ¶
func (o ExtensionActionDefinitionPatch) MarshalJSON() ([]byte, error)
func (*ExtensionActionDefinitionPatch) SetActionUrl ¶
func (o *ExtensionActionDefinitionPatch) SetActionUrl(v string)
SetActionUrl gets a reference to the given string and assigns it to the ActionUrl field.
func (*ExtensionActionDefinitionPatch) SetInputFieldDependencies ¶
func (o *ExtensionActionDefinitionPatch) SetInputFieldDependencies(v []ExtensionActionDefinitionPatchInputFieldDependenciesInner)
SetInputFieldDependencies gets a reference to the given []ExtensionActionDefinitionPatchInputFieldDependenciesInner and assigns it to the InputFieldDependencies field.
func (*ExtensionActionDefinitionPatch) SetInputFields ¶
func (o *ExtensionActionDefinitionPatch) SetInputFields(v []InputFieldDefinition)
SetInputFields gets a reference to the given []InputFieldDefinition and assigns it to the InputFields field.
func (*ExtensionActionDefinitionPatch) SetLabels ¶
func (o *ExtensionActionDefinitionPatch) SetLabels(v map[string]ActionLabels)
SetLabels gets a reference to the given map[string]ActionLabels and assigns it to the Labels field.
func (*ExtensionActionDefinitionPatch) SetObjectRequestOptions ¶
func (o *ExtensionActionDefinitionPatch) SetObjectRequestOptions(v ObjectRequestOptions)
SetObjectRequestOptions gets a reference to the given ObjectRequestOptions and assigns it to the ObjectRequestOptions field.
func (*ExtensionActionDefinitionPatch) SetObjectTypes ¶
func (o *ExtensionActionDefinitionPatch) SetObjectTypes(v []string)
SetObjectTypes gets a reference to the given []string and assigns it to the ObjectTypes field.
func (*ExtensionActionDefinitionPatch) SetPublished ¶
func (o *ExtensionActionDefinitionPatch) SetPublished(v bool)
SetPublished gets a reference to the given bool and assigns it to the Published field.
type ExtensionActionDefinitionPatchInputFieldDependenciesInner ¶
type ExtensionActionDefinitionPatchInputFieldDependenciesInner struct { ConditionalSingleFieldDependency *ConditionalSingleFieldDependency SingleFieldDependency *SingleFieldDependency }
ExtensionActionDefinitionPatchInputFieldDependenciesInner - struct for ExtensionActionDefinitionPatchInputFieldDependenciesInner
func ConditionalSingleFieldDependencyAsExtensionActionDefinitionPatchInputFieldDependenciesInner ¶
func ConditionalSingleFieldDependencyAsExtensionActionDefinitionPatchInputFieldDependenciesInner(v *ConditionalSingleFieldDependency) ExtensionActionDefinitionPatchInputFieldDependenciesInner
ConditionalSingleFieldDependencyAsExtensionActionDefinitionPatchInputFieldDependenciesInner is a convenience function that returns ConditionalSingleFieldDependency wrapped in ExtensionActionDefinitionPatchInputFieldDependenciesInner
func SingleFieldDependencyAsExtensionActionDefinitionPatchInputFieldDependenciesInner ¶
func SingleFieldDependencyAsExtensionActionDefinitionPatchInputFieldDependenciesInner(v *SingleFieldDependency) ExtensionActionDefinitionPatchInputFieldDependenciesInner
SingleFieldDependencyAsExtensionActionDefinitionPatchInputFieldDependenciesInner is a convenience function that returns SingleFieldDependency wrapped in ExtensionActionDefinitionPatchInputFieldDependenciesInner
func (*ExtensionActionDefinitionPatchInputFieldDependenciesInner) GetActualInstance ¶
func (obj *ExtensionActionDefinitionPatchInputFieldDependenciesInner) GetActualInstance() interface{}
Get the actual instance
func (ExtensionActionDefinitionPatchInputFieldDependenciesInner) MarshalJSON ¶
func (src ExtensionActionDefinitionPatchInputFieldDependenciesInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ExtensionActionDefinitionPatchInputFieldDependenciesInner) UnmarshalJSON ¶
func (dst *ExtensionActionDefinitionPatchInputFieldDependenciesInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type FieldTypeDefinition ¶
type FieldTypeDefinition struct { HelpText *string `json:"helpText,omitempty"` ReferencedObjectType *string `json:"referencedObjectType,omitempty"` Name string `json:"name"` Options []Option `json:"options"` Description *string `json:"description,omitempty"` ExternalOptionsReferenceType *string `json:"externalOptionsReferenceType,omitempty"` Label *string `json:"label,omitempty"` Type string `json:"type"` FieldType *string `json:"fieldType,omitempty"` OptionsUrl *string `json:"optionsUrl,omitempty"` ExternalOptions bool `json:"externalOptions"` }
FieldTypeDefinition struct for FieldTypeDefinition
func NewFieldTypeDefinition ¶
func NewFieldTypeDefinition(name string, options []Option, type_ string, externalOptions bool) *FieldTypeDefinition
NewFieldTypeDefinition instantiates a new FieldTypeDefinition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFieldTypeDefinitionWithDefaults ¶
func NewFieldTypeDefinitionWithDefaults() *FieldTypeDefinition
NewFieldTypeDefinitionWithDefaults instantiates a new FieldTypeDefinition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*FieldTypeDefinition) GetDescription ¶
func (o *FieldTypeDefinition) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*FieldTypeDefinition) GetDescriptionOk ¶
func (o *FieldTypeDefinition) 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 (*FieldTypeDefinition) GetExternalOptions ¶
func (o *FieldTypeDefinition) GetExternalOptions() bool
GetExternalOptions returns the ExternalOptions field value
func (*FieldTypeDefinition) GetExternalOptionsOk ¶
func (o *FieldTypeDefinition) GetExternalOptionsOk() (*bool, bool)
GetExternalOptionsOk returns a tuple with the ExternalOptions field value and a boolean to check if the value has been set.
func (*FieldTypeDefinition) GetExternalOptionsReferenceType ¶
func (o *FieldTypeDefinition) GetExternalOptionsReferenceType() string
GetExternalOptionsReferenceType returns the ExternalOptionsReferenceType field value if set, zero value otherwise.
func (*FieldTypeDefinition) GetExternalOptionsReferenceTypeOk ¶
func (o *FieldTypeDefinition) GetExternalOptionsReferenceTypeOk() (*string, bool)
GetExternalOptionsReferenceTypeOk returns a tuple with the ExternalOptionsReferenceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FieldTypeDefinition) GetFieldType ¶
func (o *FieldTypeDefinition) GetFieldType() string
GetFieldType returns the FieldType field value if set, zero value otherwise.
func (*FieldTypeDefinition) GetFieldTypeOk ¶
func (o *FieldTypeDefinition) GetFieldTypeOk() (*string, bool)
GetFieldTypeOk returns a tuple with the FieldType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FieldTypeDefinition) GetHelpText ¶
func (o *FieldTypeDefinition) GetHelpText() string
GetHelpText returns the HelpText field value if set, zero value otherwise.
func (*FieldTypeDefinition) GetHelpTextOk ¶
func (o *FieldTypeDefinition) GetHelpTextOk() (*string, bool)
GetHelpTextOk returns a tuple with the HelpText field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FieldTypeDefinition) GetLabel ¶
func (o *FieldTypeDefinition) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*FieldTypeDefinition) GetLabelOk ¶
func (o *FieldTypeDefinition) 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 (*FieldTypeDefinition) GetName ¶
func (o *FieldTypeDefinition) GetName() string
GetName returns the Name field value
func (*FieldTypeDefinition) GetNameOk ¶
func (o *FieldTypeDefinition) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FieldTypeDefinition) GetOptions ¶
func (o *FieldTypeDefinition) GetOptions() []Option
GetOptions returns the Options field value
func (*FieldTypeDefinition) GetOptionsOk ¶
func (o *FieldTypeDefinition) GetOptionsOk() ([]Option, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*FieldTypeDefinition) GetOptionsUrl ¶
func (o *FieldTypeDefinition) GetOptionsUrl() string
GetOptionsUrl returns the OptionsUrl field value if set, zero value otherwise.
func (*FieldTypeDefinition) GetOptionsUrlOk ¶
func (o *FieldTypeDefinition) GetOptionsUrlOk() (*string, bool)
GetOptionsUrlOk returns a tuple with the OptionsUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FieldTypeDefinition) GetReferencedObjectType ¶
func (o *FieldTypeDefinition) GetReferencedObjectType() string
GetReferencedObjectType returns the ReferencedObjectType field value if set, zero value otherwise.
func (*FieldTypeDefinition) GetReferencedObjectTypeOk ¶
func (o *FieldTypeDefinition) GetReferencedObjectTypeOk() (*string, bool)
GetReferencedObjectTypeOk returns a tuple with the ReferencedObjectType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FieldTypeDefinition) GetType ¶
func (o *FieldTypeDefinition) GetType() string
GetType returns the Type field value
func (*FieldTypeDefinition) GetTypeOk ¶
func (o *FieldTypeDefinition) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*FieldTypeDefinition) HasDescription ¶
func (o *FieldTypeDefinition) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*FieldTypeDefinition) HasExternalOptionsReferenceType ¶
func (o *FieldTypeDefinition) HasExternalOptionsReferenceType() bool
HasExternalOptionsReferenceType returns a boolean if a field has been set.
func (*FieldTypeDefinition) HasFieldType ¶
func (o *FieldTypeDefinition) HasFieldType() bool
HasFieldType returns a boolean if a field has been set.
func (*FieldTypeDefinition) HasHelpText ¶
func (o *FieldTypeDefinition) HasHelpText() bool
HasHelpText returns a boolean if a field has been set.
func (*FieldTypeDefinition) HasLabel ¶
func (o *FieldTypeDefinition) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*FieldTypeDefinition) HasOptionsUrl ¶
func (o *FieldTypeDefinition) HasOptionsUrl() bool
HasOptionsUrl returns a boolean if a field has been set.
func (*FieldTypeDefinition) HasReferencedObjectType ¶
func (o *FieldTypeDefinition) HasReferencedObjectType() bool
HasReferencedObjectType returns a boolean if a field has been set.
func (FieldTypeDefinition) MarshalJSON ¶
func (o FieldTypeDefinition) MarshalJSON() ([]byte, error)
func (*FieldTypeDefinition) SetDescription ¶
func (o *FieldTypeDefinition) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*FieldTypeDefinition) SetExternalOptions ¶
func (o *FieldTypeDefinition) SetExternalOptions(v bool)
SetExternalOptions sets field value
func (*FieldTypeDefinition) SetExternalOptionsReferenceType ¶
func (o *FieldTypeDefinition) SetExternalOptionsReferenceType(v string)
SetExternalOptionsReferenceType gets a reference to the given string and assigns it to the ExternalOptionsReferenceType field.
func (*FieldTypeDefinition) SetFieldType ¶
func (o *FieldTypeDefinition) SetFieldType(v string)
SetFieldType gets a reference to the given string and assigns it to the FieldType field.
func (*FieldTypeDefinition) SetHelpText ¶
func (o *FieldTypeDefinition) SetHelpText(v string)
SetHelpText gets a reference to the given string and assigns it to the HelpText field.
func (*FieldTypeDefinition) SetLabel ¶
func (o *FieldTypeDefinition) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*FieldTypeDefinition) SetName ¶
func (o *FieldTypeDefinition) SetName(v string)
SetName sets field value
func (*FieldTypeDefinition) SetOptions ¶
func (o *FieldTypeDefinition) SetOptions(v []Option)
SetOptions sets field value
func (*FieldTypeDefinition) SetOptionsUrl ¶
func (o *FieldTypeDefinition) SetOptionsUrl(v string)
SetOptionsUrl gets a reference to the given string and assigns it to the OptionsUrl field.
func (*FieldTypeDefinition) SetReferencedObjectType ¶
func (o *FieldTypeDefinition) SetReferencedObjectType(v string)
SetReferencedObjectType gets a reference to the given string and assigns it to the ReferencedObjectType field.
func (*FieldTypeDefinition) SetType ¶
func (o *FieldTypeDefinition) SetType(v string)
SetType sets field value
func (FieldTypeDefinition) ToMap ¶
func (o FieldTypeDefinition) ToMap() (map[string]interface{}, error)
func (*FieldTypeDefinition) UnmarshalJSON ¶
func (o *FieldTypeDefinition) UnmarshalJSON(data []byte) (err error)
type ForwardPaging ¶
type ForwardPaging struct {
Next *NextPage `json:"next,omitempty"`
}
ForwardPaging struct for ForwardPaging
func NewForwardPaging ¶
func NewForwardPaging() *ForwardPaging
NewForwardPaging instantiates a new ForwardPaging object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewForwardPagingWithDefaults ¶
func NewForwardPagingWithDefaults() *ForwardPaging
NewForwardPagingWithDefaults instantiates a new ForwardPaging object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ForwardPaging) GetNext ¶
func (o *ForwardPaging) GetNext() NextPage
GetNext returns the Next field value if set, zero value otherwise.
func (*ForwardPaging) GetNextOk ¶
func (o *ForwardPaging) GetNextOk() (*NextPage, 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 (*ForwardPaging) HasNext ¶
func (o *ForwardPaging) HasNext() bool
HasNext returns a boolean if a field has been set.
func (ForwardPaging) MarshalJSON ¶
func (o ForwardPaging) MarshalJSON() ([]byte, error)
func (*ForwardPaging) SetNext ¶
func (o *ForwardPaging) SetNext(v NextPage)
SetNext gets a reference to the given NextPage and assigns it to the Next field.
func (ForwardPaging) ToMap ¶
func (o ForwardPaging) ToMap() (map[string]interface{}, error)
type FunctionsAPIService ¶
type FunctionsAPIService service
FunctionsAPIService FunctionsAPI service
func (*FunctionsAPIService) FunctionsArchive ¶
func (a *FunctionsAPIService) FunctionsArchive(ctx context.Context, definitionId string, functionType string, functionId string, appId int32) ApiFunctionsArchiveRequest
FunctionsArchive Archive a function for a definition
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param definitionId @param functionType @param functionId @param appId @return ApiFunctionsArchiveRequest
func (*FunctionsAPIService) FunctionsArchiveByType ¶
func (a *FunctionsAPIService) FunctionsArchiveByType(ctx context.Context, definitionId string, functionType string, appId int32) ApiFunctionsArchiveByTypeRequest
FunctionsArchiveByType Delete a function for a definition
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param definitionId @param functionType @param appId @return ApiFunctionsArchiveByTypeRequest
func (*FunctionsAPIService) FunctionsArchiveByTypeExecute ¶
func (a *FunctionsAPIService) FunctionsArchiveByTypeExecute(r ApiFunctionsArchiveByTypeRequest) (*http.Response, error)
Execute executes the request
func (*FunctionsAPIService) FunctionsArchiveExecute ¶
func (a *FunctionsAPIService) FunctionsArchiveExecute(r ApiFunctionsArchiveRequest) (*http.Response, error)
Execute executes the request
func (*FunctionsAPIService) FunctionsCreateOrReplace ¶
func (a *FunctionsAPIService) FunctionsCreateOrReplace(ctx context.Context, definitionId string, functionType string, functionId string, appId int32) ApiFunctionsCreateOrReplaceRequest
FunctionsCreateOrReplace Insert a function for a definition
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param definitionId @param functionType @param functionId @param appId @return ApiFunctionsCreateOrReplaceRequest
func (*FunctionsAPIService) FunctionsCreateOrReplaceByType ¶
func (a *FunctionsAPIService) FunctionsCreateOrReplaceByType(ctx context.Context, definitionId string, functionType string, appId int32) ApiFunctionsCreateOrReplaceByTypeRequest
FunctionsCreateOrReplaceByType Insert a function for a definition
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param definitionId @param functionType @param appId @return ApiFunctionsCreateOrReplaceByTypeRequest
func (*FunctionsAPIService) FunctionsCreateOrReplaceByTypeExecute ¶
func (a *FunctionsAPIService) FunctionsCreateOrReplaceByTypeExecute(r ApiFunctionsCreateOrReplaceByTypeRequest) (*PublicActionFunctionIdentifier, *http.Response, error)
Execute executes the request
@return PublicActionFunctionIdentifier
func (*FunctionsAPIService) FunctionsCreateOrReplaceExecute ¶
func (a *FunctionsAPIService) FunctionsCreateOrReplaceExecute(r ApiFunctionsCreateOrReplaceRequest) (*PublicActionFunctionIdentifier, *http.Response, error)
Execute executes the request
@return PublicActionFunctionIdentifier
func (*FunctionsAPIService) FunctionsGetByID ¶
func (a *FunctionsAPIService) FunctionsGetByID(ctx context.Context, definitionId string, functionType string, functionId string, appId int32) ApiFunctionsGetByIDRequest
FunctionsGetByID Get a function for a given definition
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param definitionId @param functionType @param functionId @param appId @return ApiFunctionsGetByIDRequest
func (*FunctionsAPIService) FunctionsGetByIDExecute ¶
func (a *FunctionsAPIService) FunctionsGetByIDExecute(r ApiFunctionsGetByIDRequest) (*PublicActionFunction, *http.Response, error)
Execute executes the request
@return PublicActionFunction
func (*FunctionsAPIService) FunctionsGetByType ¶
func (a *FunctionsAPIService) FunctionsGetByType(ctx context.Context, definitionId string, functionType string, appId int32) ApiFunctionsGetByTypeRequest
FunctionsGetByType Get all functions by a type for a given definition
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param definitionId @param functionType @param appId @return ApiFunctionsGetByTypeRequest
func (*FunctionsAPIService) FunctionsGetByTypeExecute ¶
func (a *FunctionsAPIService) FunctionsGetByTypeExecute(r ApiFunctionsGetByTypeRequest) (*PublicActionFunction, *http.Response, error)
Execute executes the request
@return PublicActionFunction
func (*FunctionsAPIService) FunctionsGetPage ¶
func (a *FunctionsAPIService) FunctionsGetPage(ctx context.Context, definitionId string, appId int32) ApiFunctionsGetPageRequest
FunctionsGetPage Get all functions for a given definition
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param definitionId @param appId @return ApiFunctionsGetPageRequest
func (*FunctionsAPIService) FunctionsGetPageExecute ¶
func (a *FunctionsAPIService) FunctionsGetPageExecute(r ApiFunctionsGetPageRequest) (*CollectionResponsePublicActionFunctionIdentifierNoPaging, *http.Response, error)
Execute executes the request
@return CollectionResponsePublicActionFunctionIdentifierNoPaging
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type InputFieldDefinition ¶
type InputFieldDefinition struct { IsRequired bool `json:"isRequired"` AutomationFieldType *string `json:"automationFieldType,omitempty"` TypeDefinition FieldTypeDefinition `json:"typeDefinition"` SupportedValueTypes []string `json:"supportedValueTypes,omitempty"` }
InputFieldDefinition struct for InputFieldDefinition
func NewInputFieldDefinition ¶
func NewInputFieldDefinition(isRequired bool, typeDefinition FieldTypeDefinition) *InputFieldDefinition
NewInputFieldDefinition instantiates a new InputFieldDefinition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInputFieldDefinitionWithDefaults ¶
func NewInputFieldDefinitionWithDefaults() *InputFieldDefinition
NewInputFieldDefinitionWithDefaults instantiates a new InputFieldDefinition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InputFieldDefinition) GetAutomationFieldType ¶
func (o *InputFieldDefinition) GetAutomationFieldType() string
GetAutomationFieldType returns the AutomationFieldType field value if set, zero value otherwise.
func (*InputFieldDefinition) GetAutomationFieldTypeOk ¶
func (o *InputFieldDefinition) GetAutomationFieldTypeOk() (*string, bool)
GetAutomationFieldTypeOk returns a tuple with the AutomationFieldType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputFieldDefinition) GetIsRequired ¶
func (o *InputFieldDefinition) GetIsRequired() bool
GetIsRequired returns the IsRequired field value
func (*InputFieldDefinition) GetIsRequiredOk ¶
func (o *InputFieldDefinition) GetIsRequiredOk() (*bool, bool)
GetIsRequiredOk returns a tuple with the IsRequired field value and a boolean to check if the value has been set.
func (*InputFieldDefinition) GetSupportedValueTypes ¶
func (o *InputFieldDefinition) GetSupportedValueTypes() []string
GetSupportedValueTypes returns the SupportedValueTypes field value if set, zero value otherwise.
func (*InputFieldDefinition) GetSupportedValueTypesOk ¶
func (o *InputFieldDefinition) GetSupportedValueTypesOk() ([]string, bool)
GetSupportedValueTypesOk returns a tuple with the SupportedValueTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InputFieldDefinition) GetTypeDefinition ¶
func (o *InputFieldDefinition) GetTypeDefinition() FieldTypeDefinition
GetTypeDefinition returns the TypeDefinition field value
func (*InputFieldDefinition) GetTypeDefinitionOk ¶
func (o *InputFieldDefinition) GetTypeDefinitionOk() (*FieldTypeDefinition, bool)
GetTypeDefinitionOk returns a tuple with the TypeDefinition field value and a boolean to check if the value has been set.
func (*InputFieldDefinition) HasAutomationFieldType ¶
func (o *InputFieldDefinition) HasAutomationFieldType() bool
HasAutomationFieldType returns a boolean if a field has been set.
func (*InputFieldDefinition) HasSupportedValueTypes ¶
func (o *InputFieldDefinition) HasSupportedValueTypes() bool
HasSupportedValueTypes returns a boolean if a field has been set.
func (InputFieldDefinition) MarshalJSON ¶
func (o InputFieldDefinition) MarshalJSON() ([]byte, error)
func (*InputFieldDefinition) SetAutomationFieldType ¶
func (o *InputFieldDefinition) SetAutomationFieldType(v string)
SetAutomationFieldType gets a reference to the given string and assigns it to the AutomationFieldType field.
func (*InputFieldDefinition) SetIsRequired ¶
func (o *InputFieldDefinition) SetIsRequired(v bool)
SetIsRequired sets field value
func (*InputFieldDefinition) SetSupportedValueTypes ¶
func (o *InputFieldDefinition) SetSupportedValueTypes(v []string)
SetSupportedValueTypes gets a reference to the given []string and assigns it to the SupportedValueTypes field.
func (*InputFieldDefinition) SetTypeDefinition ¶
func (o *InputFieldDefinition) SetTypeDefinition(v FieldTypeDefinition)
SetTypeDefinition sets field value
func (InputFieldDefinition) ToMap ¶
func (o InputFieldDefinition) ToMap() (map[string]interface{}, error)
func (*InputFieldDefinition) UnmarshalJSON ¶
func (o *InputFieldDefinition) UnmarshalJSON(data []byte) (err error)
type MappedNullable ¶
type NextPage ¶
NextPage struct for NextPage
func NewNextPage ¶
NewNextPage instantiates a new NextPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNextPageWithDefaults ¶
func NewNextPageWithDefaults() *NextPage
NewNextPageWithDefaults instantiates a new NextPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NextPage) GetAfterOk ¶
GetAfterOk returns a tuple with the After field value and a boolean to check if the value has been set.
func (*NextPage) GetLinkOk ¶
GetLinkOk returns a tuple with the Link field value if set, nil otherwise and a boolean to check if the value has been set.
func (NextPage) MarshalJSON ¶
func (*NextPage) SetLink ¶
SetLink gets a reference to the given string and assigns it to the Link field.
func (*NextPage) UnmarshalJSON ¶
type NullableActionFunction ¶
type NullableActionFunction struct {
// contains filtered or unexported fields
}
func NewNullableActionFunction ¶
func NewNullableActionFunction(val *ActionFunction) *NullableActionFunction
func (NullableActionFunction) Get ¶
func (v NullableActionFunction) Get() *ActionFunction
func (NullableActionFunction) IsSet ¶
func (v NullableActionFunction) IsSet() bool
func (NullableActionFunction) MarshalJSON ¶
func (v NullableActionFunction) MarshalJSON() ([]byte, error)
func (*NullableActionFunction) Set ¶
func (v *NullableActionFunction) Set(val *ActionFunction)
func (*NullableActionFunction) UnmarshalJSON ¶
func (v *NullableActionFunction) UnmarshalJSON(src []byte) error
func (*NullableActionFunction) Unset ¶
func (v *NullableActionFunction) Unset()
type NullableActionFunctionIdentifier ¶
type NullableActionFunctionIdentifier struct {
// contains filtered or unexported fields
}
func NewNullableActionFunctionIdentifier ¶
func NewNullableActionFunctionIdentifier(val *ActionFunctionIdentifier) *NullableActionFunctionIdentifier
func (NullableActionFunctionIdentifier) Get ¶
func (v NullableActionFunctionIdentifier) Get() *ActionFunctionIdentifier
func (NullableActionFunctionIdentifier) IsSet ¶
func (v NullableActionFunctionIdentifier) IsSet() bool
func (NullableActionFunctionIdentifier) MarshalJSON ¶
func (v NullableActionFunctionIdentifier) MarshalJSON() ([]byte, error)
func (*NullableActionFunctionIdentifier) Set ¶
func (v *NullableActionFunctionIdentifier) Set(val *ActionFunctionIdentifier)
func (*NullableActionFunctionIdentifier) UnmarshalJSON ¶
func (v *NullableActionFunctionIdentifier) UnmarshalJSON(src []byte) error
func (*NullableActionFunctionIdentifier) Unset ¶
func (v *NullableActionFunctionIdentifier) Unset()
type NullableActionLabels ¶
type NullableActionLabels struct {
// contains filtered or unexported fields
}
func NewNullableActionLabels ¶
func NewNullableActionLabels(val *ActionLabels) *NullableActionLabels
func (NullableActionLabels) Get ¶
func (v NullableActionLabels) Get() *ActionLabels
func (NullableActionLabels) IsSet ¶
func (v NullableActionLabels) IsSet() bool
func (NullableActionLabels) MarshalJSON ¶
func (v NullableActionLabels) MarshalJSON() ([]byte, error)
func (*NullableActionLabels) Set ¶
func (v *NullableActionLabels) Set(val *ActionLabels)
func (*NullableActionLabels) UnmarshalJSON ¶
func (v *NullableActionLabels) UnmarshalJSON(src []byte) error
func (*NullableActionLabels) Unset ¶
func (v *NullableActionLabels) Unset()
type NullableActionRevision ¶
type NullableActionRevision struct {
// contains filtered or unexported fields
}
func NewNullableActionRevision ¶
func NewNullableActionRevision(val *ActionRevision) *NullableActionRevision
func (NullableActionRevision) Get ¶
func (v NullableActionRevision) Get() *ActionRevision
func (NullableActionRevision) IsSet ¶
func (v NullableActionRevision) IsSet() bool
func (NullableActionRevision) MarshalJSON ¶
func (v NullableActionRevision) MarshalJSON() ([]byte, error)
func (*NullableActionRevision) Set ¶
func (v *NullableActionRevision) Set(val *ActionRevision)
func (*NullableActionRevision) UnmarshalJSON ¶
func (v *NullableActionRevision) UnmarshalJSON(src []byte) error
func (*NullableActionRevision) Unset ¶
func (v *NullableActionRevision) Unset()
type NullableBatchInputCallbackCompletionBatchRequest ¶
type NullableBatchInputCallbackCompletionBatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableBatchInputCallbackCompletionBatchRequest ¶
func NewNullableBatchInputCallbackCompletionBatchRequest(val *BatchInputCallbackCompletionBatchRequest) *NullableBatchInputCallbackCompletionBatchRequest
func (NullableBatchInputCallbackCompletionBatchRequest) IsSet ¶
func (v NullableBatchInputCallbackCompletionBatchRequest) IsSet() bool
func (NullableBatchInputCallbackCompletionBatchRequest) MarshalJSON ¶
func (v NullableBatchInputCallbackCompletionBatchRequest) MarshalJSON() ([]byte, error)
func (*NullableBatchInputCallbackCompletionBatchRequest) UnmarshalJSON ¶
func (v *NullableBatchInputCallbackCompletionBatchRequest) UnmarshalJSON(src []byte) error
func (*NullableBatchInputCallbackCompletionBatchRequest) Unset ¶
func (v *NullableBatchInputCallbackCompletionBatchRequest) 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 NullableCallbackCompletionBatchRequest ¶
type NullableCallbackCompletionBatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableCallbackCompletionBatchRequest ¶
func NewNullableCallbackCompletionBatchRequest(val *CallbackCompletionBatchRequest) *NullableCallbackCompletionBatchRequest
func (NullableCallbackCompletionBatchRequest) Get ¶
func (v NullableCallbackCompletionBatchRequest) Get() *CallbackCompletionBatchRequest
func (NullableCallbackCompletionBatchRequest) IsSet ¶
func (v NullableCallbackCompletionBatchRequest) IsSet() bool
func (NullableCallbackCompletionBatchRequest) MarshalJSON ¶
func (v NullableCallbackCompletionBatchRequest) MarshalJSON() ([]byte, error)
func (*NullableCallbackCompletionBatchRequest) Set ¶
func (v *NullableCallbackCompletionBatchRequest) Set(val *CallbackCompletionBatchRequest)
func (*NullableCallbackCompletionBatchRequest) UnmarshalJSON ¶
func (v *NullableCallbackCompletionBatchRequest) UnmarshalJSON(src []byte) error
func (*NullableCallbackCompletionBatchRequest) Unset ¶
func (v *NullableCallbackCompletionBatchRequest) Unset()
type NullableCallbackCompletionRequest ¶
type NullableCallbackCompletionRequest struct {
// contains filtered or unexported fields
}
func NewNullableCallbackCompletionRequest ¶
func NewNullableCallbackCompletionRequest(val *CallbackCompletionRequest) *NullableCallbackCompletionRequest
func (NullableCallbackCompletionRequest) Get ¶
func (v NullableCallbackCompletionRequest) Get() *CallbackCompletionRequest
func (NullableCallbackCompletionRequest) IsSet ¶
func (v NullableCallbackCompletionRequest) IsSet() bool
func (NullableCallbackCompletionRequest) MarshalJSON ¶
func (v NullableCallbackCompletionRequest) MarshalJSON() ([]byte, error)
func (*NullableCallbackCompletionRequest) Set ¶
func (v *NullableCallbackCompletionRequest) Set(val *CallbackCompletionRequest)
func (*NullableCallbackCompletionRequest) UnmarshalJSON ¶
func (v *NullableCallbackCompletionRequest) UnmarshalJSON(src []byte) error
func (*NullableCallbackCompletionRequest) Unset ¶
func (v *NullableCallbackCompletionRequest) Unset()
type NullableCollectionResponseActionFunctionIdentifierNoPaging ¶
type NullableCollectionResponseActionFunctionIdentifierNoPaging struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponseActionFunctionIdentifierNoPaging ¶
func NewNullableCollectionResponseActionFunctionIdentifierNoPaging(val *CollectionResponseActionFunctionIdentifierNoPaging) *NullableCollectionResponseActionFunctionIdentifierNoPaging
func (NullableCollectionResponseActionFunctionIdentifierNoPaging) IsSet ¶
func (v NullableCollectionResponseActionFunctionIdentifierNoPaging) IsSet() bool
func (NullableCollectionResponseActionFunctionIdentifierNoPaging) MarshalJSON ¶
func (v NullableCollectionResponseActionFunctionIdentifierNoPaging) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponseActionFunctionIdentifierNoPaging) UnmarshalJSON ¶
func (v *NullableCollectionResponseActionFunctionIdentifierNoPaging) UnmarshalJSON(src []byte) error
func (*NullableCollectionResponseActionFunctionIdentifierNoPaging) Unset ¶
func (v *NullableCollectionResponseActionFunctionIdentifierNoPaging) Unset()
type NullableCollectionResponseActionRevisionForwardPaging ¶
type NullableCollectionResponseActionRevisionForwardPaging struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponseActionRevisionForwardPaging ¶
func NewNullableCollectionResponseActionRevisionForwardPaging(val *CollectionResponseActionRevisionForwardPaging) *NullableCollectionResponseActionRevisionForwardPaging
func (NullableCollectionResponseActionRevisionForwardPaging) IsSet ¶
func (v NullableCollectionResponseActionRevisionForwardPaging) IsSet() bool
func (NullableCollectionResponseActionRevisionForwardPaging) MarshalJSON ¶
func (v NullableCollectionResponseActionRevisionForwardPaging) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponseActionRevisionForwardPaging) UnmarshalJSON ¶
func (v *NullableCollectionResponseActionRevisionForwardPaging) UnmarshalJSON(src []byte) error
func (*NullableCollectionResponseActionRevisionForwardPaging) Unset ¶
func (v *NullableCollectionResponseActionRevisionForwardPaging) Unset()
type NullableCollectionResponseExtensionActionDefinitionForwardPaging ¶
type NullableCollectionResponseExtensionActionDefinitionForwardPaging struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponseExtensionActionDefinitionForwardPaging ¶
func NewNullableCollectionResponseExtensionActionDefinitionForwardPaging(val *CollectionResponseExtensionActionDefinitionForwardPaging) *NullableCollectionResponseExtensionActionDefinitionForwardPaging
func (NullableCollectionResponseExtensionActionDefinitionForwardPaging) IsSet ¶
func (v NullableCollectionResponseExtensionActionDefinitionForwardPaging) IsSet() bool
func (NullableCollectionResponseExtensionActionDefinitionForwardPaging) MarshalJSON ¶
func (v NullableCollectionResponseExtensionActionDefinitionForwardPaging) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponseExtensionActionDefinitionForwardPaging) UnmarshalJSON ¶
func (v *NullableCollectionResponseExtensionActionDefinitionForwardPaging) UnmarshalJSON(src []byte) error
func (*NullableCollectionResponseExtensionActionDefinitionForwardPaging) Unset ¶
func (v *NullableCollectionResponseExtensionActionDefinitionForwardPaging) Unset()
type NullableCollectionResponsePublicActionDefinitionForwardPaging ¶
type NullableCollectionResponsePublicActionDefinitionForwardPaging struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponsePublicActionDefinitionForwardPaging ¶
func NewNullableCollectionResponsePublicActionDefinitionForwardPaging(val *CollectionResponsePublicActionDefinitionForwardPaging) *NullableCollectionResponsePublicActionDefinitionForwardPaging
func (NullableCollectionResponsePublicActionDefinitionForwardPaging) IsSet ¶
func (v NullableCollectionResponsePublicActionDefinitionForwardPaging) IsSet() bool
func (NullableCollectionResponsePublicActionDefinitionForwardPaging) MarshalJSON ¶
func (v NullableCollectionResponsePublicActionDefinitionForwardPaging) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponsePublicActionDefinitionForwardPaging) UnmarshalJSON ¶
func (v *NullableCollectionResponsePublicActionDefinitionForwardPaging) UnmarshalJSON(src []byte) error
func (*NullableCollectionResponsePublicActionDefinitionForwardPaging) Unset ¶
func (v *NullableCollectionResponsePublicActionDefinitionForwardPaging) Unset()
type NullableCollectionResponsePublicActionFunctionIdentifierNoPaging ¶
type NullableCollectionResponsePublicActionFunctionIdentifierNoPaging struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponsePublicActionFunctionIdentifierNoPaging ¶
func NewNullableCollectionResponsePublicActionFunctionIdentifierNoPaging(val *CollectionResponsePublicActionFunctionIdentifierNoPaging) *NullableCollectionResponsePublicActionFunctionIdentifierNoPaging
func (NullableCollectionResponsePublicActionFunctionIdentifierNoPaging) IsSet ¶
func (v NullableCollectionResponsePublicActionFunctionIdentifierNoPaging) IsSet() bool
func (NullableCollectionResponsePublicActionFunctionIdentifierNoPaging) MarshalJSON ¶
func (v NullableCollectionResponsePublicActionFunctionIdentifierNoPaging) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponsePublicActionFunctionIdentifierNoPaging) UnmarshalJSON ¶
func (v *NullableCollectionResponsePublicActionFunctionIdentifierNoPaging) UnmarshalJSON(src []byte) error
func (*NullableCollectionResponsePublicActionFunctionIdentifierNoPaging) Unset ¶
func (v *NullableCollectionResponsePublicActionFunctionIdentifierNoPaging) Unset()
type NullableCollectionResponsePublicActionRevisionForwardPaging ¶
type NullableCollectionResponsePublicActionRevisionForwardPaging struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponsePublicActionRevisionForwardPaging ¶
func NewNullableCollectionResponsePublicActionRevisionForwardPaging(val *CollectionResponsePublicActionRevisionForwardPaging) *NullableCollectionResponsePublicActionRevisionForwardPaging
func (NullableCollectionResponsePublicActionRevisionForwardPaging) IsSet ¶
func (v NullableCollectionResponsePublicActionRevisionForwardPaging) IsSet() bool
func (NullableCollectionResponsePublicActionRevisionForwardPaging) MarshalJSON ¶
func (v NullableCollectionResponsePublicActionRevisionForwardPaging) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponsePublicActionRevisionForwardPaging) UnmarshalJSON ¶
func (v *NullableCollectionResponsePublicActionRevisionForwardPaging) UnmarshalJSON(src []byte) error
func (*NullableCollectionResponsePublicActionRevisionForwardPaging) Unset ¶
func (v *NullableCollectionResponsePublicActionRevisionForwardPaging) Unset()
type NullableConditionalSingleFieldDependency ¶
type NullableConditionalSingleFieldDependency struct {
// contains filtered or unexported fields
}
func NewNullableConditionalSingleFieldDependency ¶
func NewNullableConditionalSingleFieldDependency(val *ConditionalSingleFieldDependency) *NullableConditionalSingleFieldDependency
func (NullableConditionalSingleFieldDependency) IsSet ¶
func (v NullableConditionalSingleFieldDependency) IsSet() bool
func (NullableConditionalSingleFieldDependency) MarshalJSON ¶
func (v NullableConditionalSingleFieldDependency) MarshalJSON() ([]byte, error)
func (*NullableConditionalSingleFieldDependency) Set ¶
func (v *NullableConditionalSingleFieldDependency) Set(val *ConditionalSingleFieldDependency)
func (*NullableConditionalSingleFieldDependency) UnmarshalJSON ¶
func (v *NullableConditionalSingleFieldDependency) UnmarshalJSON(src []byte) error
func (*NullableConditionalSingleFieldDependency) Unset ¶
func (v *NullableConditionalSingleFieldDependency) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) Unset()
type NullableErrorDetail ¶
type NullableErrorDetail struct {
// contains filtered or unexported fields
}
func NewNullableErrorDetail ¶
func NewNullableErrorDetail(val *ErrorDetail) *NullableErrorDetail
func (NullableErrorDetail) Get ¶
func (v NullableErrorDetail) Get() *ErrorDetail
func (NullableErrorDetail) IsSet ¶
func (v NullableErrorDetail) IsSet() bool
func (NullableErrorDetail) MarshalJSON ¶
func (v NullableErrorDetail) MarshalJSON() ([]byte, error)
func (*NullableErrorDetail) Set ¶
func (v *NullableErrorDetail) Set(val *ErrorDetail)
func (*NullableErrorDetail) UnmarshalJSON ¶
func (v *NullableErrorDetail) UnmarshalJSON(src []byte) error
func (*NullableErrorDetail) Unset ¶
func (v *NullableErrorDetail) Unset()
type NullableExtensionActionDefinition ¶
type NullableExtensionActionDefinition struct {
// contains filtered or unexported fields
}
func NewNullableExtensionActionDefinition ¶
func NewNullableExtensionActionDefinition(val *ExtensionActionDefinition) *NullableExtensionActionDefinition
func (NullableExtensionActionDefinition) Get ¶
func (v NullableExtensionActionDefinition) Get() *ExtensionActionDefinition
func (NullableExtensionActionDefinition) IsSet ¶
func (v NullableExtensionActionDefinition) IsSet() bool
func (NullableExtensionActionDefinition) MarshalJSON ¶
func (v NullableExtensionActionDefinition) MarshalJSON() ([]byte, error)
func (*NullableExtensionActionDefinition) Set ¶
func (v *NullableExtensionActionDefinition) Set(val *ExtensionActionDefinition)
func (*NullableExtensionActionDefinition) UnmarshalJSON ¶
func (v *NullableExtensionActionDefinition) UnmarshalJSON(src []byte) error
func (*NullableExtensionActionDefinition) Unset ¶
func (v *NullableExtensionActionDefinition) Unset()
type NullableExtensionActionDefinitionInput ¶
type NullableExtensionActionDefinitionInput struct {
// contains filtered or unexported fields
}
func NewNullableExtensionActionDefinitionInput ¶
func NewNullableExtensionActionDefinitionInput(val *ExtensionActionDefinitionInput) *NullableExtensionActionDefinitionInput
func (NullableExtensionActionDefinitionInput) Get ¶
func (v NullableExtensionActionDefinitionInput) Get() *ExtensionActionDefinitionInput
func (NullableExtensionActionDefinitionInput) IsSet ¶
func (v NullableExtensionActionDefinitionInput) IsSet() bool
func (NullableExtensionActionDefinitionInput) MarshalJSON ¶
func (v NullableExtensionActionDefinitionInput) MarshalJSON() ([]byte, error)
func (*NullableExtensionActionDefinitionInput) Set ¶
func (v *NullableExtensionActionDefinitionInput) Set(val *ExtensionActionDefinitionInput)
func (*NullableExtensionActionDefinitionInput) UnmarshalJSON ¶
func (v *NullableExtensionActionDefinitionInput) UnmarshalJSON(src []byte) error
func (*NullableExtensionActionDefinitionInput) Unset ¶
func (v *NullableExtensionActionDefinitionInput) Unset()
type NullableExtensionActionDefinitionPatch ¶
type NullableExtensionActionDefinitionPatch struct {
// contains filtered or unexported fields
}
func NewNullableExtensionActionDefinitionPatch ¶
func NewNullableExtensionActionDefinitionPatch(val *ExtensionActionDefinitionPatch) *NullableExtensionActionDefinitionPatch
func (NullableExtensionActionDefinitionPatch) Get ¶
func (v NullableExtensionActionDefinitionPatch) Get() *ExtensionActionDefinitionPatch
func (NullableExtensionActionDefinitionPatch) IsSet ¶
func (v NullableExtensionActionDefinitionPatch) IsSet() bool
func (NullableExtensionActionDefinitionPatch) MarshalJSON ¶
func (v NullableExtensionActionDefinitionPatch) MarshalJSON() ([]byte, error)
func (*NullableExtensionActionDefinitionPatch) Set ¶
func (v *NullableExtensionActionDefinitionPatch) Set(val *ExtensionActionDefinitionPatch)
func (*NullableExtensionActionDefinitionPatch) UnmarshalJSON ¶
func (v *NullableExtensionActionDefinitionPatch) UnmarshalJSON(src []byte) error
func (*NullableExtensionActionDefinitionPatch) Unset ¶
func (v *NullableExtensionActionDefinitionPatch) Unset()
type NullableExtensionActionDefinitionPatchInputFieldDependenciesInner ¶
type NullableExtensionActionDefinitionPatchInputFieldDependenciesInner struct {
// contains filtered or unexported fields
}
func NewNullableExtensionActionDefinitionPatchInputFieldDependenciesInner ¶
func NewNullableExtensionActionDefinitionPatchInputFieldDependenciesInner(val *ExtensionActionDefinitionPatchInputFieldDependenciesInner) *NullableExtensionActionDefinitionPatchInputFieldDependenciesInner
func (NullableExtensionActionDefinitionPatchInputFieldDependenciesInner) IsSet ¶
func (v NullableExtensionActionDefinitionPatchInputFieldDependenciesInner) IsSet() bool
func (NullableExtensionActionDefinitionPatchInputFieldDependenciesInner) MarshalJSON ¶
func (v NullableExtensionActionDefinitionPatchInputFieldDependenciesInner) MarshalJSON() ([]byte, error)
func (*NullableExtensionActionDefinitionPatchInputFieldDependenciesInner) UnmarshalJSON ¶
func (v *NullableExtensionActionDefinitionPatchInputFieldDependenciesInner) UnmarshalJSON(src []byte) error
func (*NullableExtensionActionDefinitionPatchInputFieldDependenciesInner) Unset ¶
func (v *NullableExtensionActionDefinitionPatchInputFieldDependenciesInner) Unset()
type NullableFieldTypeDefinition ¶
type NullableFieldTypeDefinition struct {
// contains filtered or unexported fields
}
func NewNullableFieldTypeDefinition ¶
func NewNullableFieldTypeDefinition(val *FieldTypeDefinition) *NullableFieldTypeDefinition
func (NullableFieldTypeDefinition) Get ¶
func (v NullableFieldTypeDefinition) Get() *FieldTypeDefinition
func (NullableFieldTypeDefinition) IsSet ¶
func (v NullableFieldTypeDefinition) IsSet() bool
func (NullableFieldTypeDefinition) MarshalJSON ¶
func (v NullableFieldTypeDefinition) MarshalJSON() ([]byte, error)
func (*NullableFieldTypeDefinition) Set ¶
func (v *NullableFieldTypeDefinition) Set(val *FieldTypeDefinition)
func (*NullableFieldTypeDefinition) UnmarshalJSON ¶
func (v *NullableFieldTypeDefinition) UnmarshalJSON(src []byte) error
func (*NullableFieldTypeDefinition) Unset ¶
func (v *NullableFieldTypeDefinition) 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 NullableForwardPaging ¶
type NullableForwardPaging struct {
// contains filtered or unexported fields
}
func NewNullableForwardPaging ¶
func NewNullableForwardPaging(val *ForwardPaging) *NullableForwardPaging
func (NullableForwardPaging) Get ¶
func (v NullableForwardPaging) Get() *ForwardPaging
func (NullableForwardPaging) IsSet ¶
func (v NullableForwardPaging) IsSet() bool
func (NullableForwardPaging) MarshalJSON ¶
func (v NullableForwardPaging) MarshalJSON() ([]byte, error)
func (*NullableForwardPaging) Set ¶
func (v *NullableForwardPaging) Set(val *ForwardPaging)
func (*NullableForwardPaging) UnmarshalJSON ¶
func (v *NullableForwardPaging) UnmarshalJSON(src []byte) error
func (*NullableForwardPaging) Unset ¶
func (v *NullableForwardPaging) Unset()
type NullableInputFieldDefinition ¶
type NullableInputFieldDefinition struct {
// contains filtered or unexported fields
}
func NewNullableInputFieldDefinition ¶
func NewNullableInputFieldDefinition(val *InputFieldDefinition) *NullableInputFieldDefinition
func (NullableInputFieldDefinition) Get ¶
func (v NullableInputFieldDefinition) Get() *InputFieldDefinition
func (NullableInputFieldDefinition) IsSet ¶
func (v NullableInputFieldDefinition) IsSet() bool
func (NullableInputFieldDefinition) MarshalJSON ¶
func (v NullableInputFieldDefinition) MarshalJSON() ([]byte, error)
func (*NullableInputFieldDefinition) Set ¶
func (v *NullableInputFieldDefinition) Set(val *InputFieldDefinition)
func (*NullableInputFieldDefinition) UnmarshalJSON ¶
func (v *NullableInputFieldDefinition) UnmarshalJSON(src []byte) error
func (*NullableInputFieldDefinition) Unset ¶
func (v *NullableInputFieldDefinition) 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 NullableNextPage ¶
type NullableNextPage struct {
// contains filtered or unexported fields
}
func NewNullableNextPage ¶
func NewNullableNextPage(val *NextPage) *NullableNextPage
func (NullableNextPage) Get ¶
func (v NullableNextPage) Get() *NextPage
func (NullableNextPage) IsSet ¶
func (v NullableNextPage) IsSet() bool
func (NullableNextPage) MarshalJSON ¶
func (v NullableNextPage) MarshalJSON() ([]byte, error)
func (*NullableNextPage) Set ¶
func (v *NullableNextPage) Set(val *NextPage)
func (*NullableNextPage) UnmarshalJSON ¶
func (v *NullableNextPage) UnmarshalJSON(src []byte) error
func (*NullableNextPage) Unset ¶
func (v *NullableNextPage) Unset()
type NullableObjectRequestOptions ¶
type NullableObjectRequestOptions struct {
// contains filtered or unexported fields
}
func NewNullableObjectRequestOptions ¶
func NewNullableObjectRequestOptions(val *ObjectRequestOptions) *NullableObjectRequestOptions
func (NullableObjectRequestOptions) Get ¶
func (v NullableObjectRequestOptions) Get() *ObjectRequestOptions
func (NullableObjectRequestOptions) IsSet ¶
func (v NullableObjectRequestOptions) IsSet() bool
func (NullableObjectRequestOptions) MarshalJSON ¶
func (v NullableObjectRequestOptions) MarshalJSON() ([]byte, error)
func (*NullableObjectRequestOptions) Set ¶
func (v *NullableObjectRequestOptions) Set(val *ObjectRequestOptions)
func (*NullableObjectRequestOptions) UnmarshalJSON ¶
func (v *NullableObjectRequestOptions) UnmarshalJSON(src []byte) error
func (*NullableObjectRequestOptions) Unset ¶
func (v *NullableObjectRequestOptions) Unset()
type NullableOption ¶
type NullableOption struct {
// contains filtered or unexported fields
}
func NewNullableOption ¶
func NewNullableOption(val *Option) *NullableOption
func (NullableOption) Get ¶
func (v NullableOption) Get() *Option
func (NullableOption) IsSet ¶
func (v NullableOption) IsSet() bool
func (NullableOption) MarshalJSON ¶
func (v NullableOption) MarshalJSON() ([]byte, error)
func (*NullableOption) Set ¶
func (v *NullableOption) Set(val *Option)
func (*NullableOption) UnmarshalJSON ¶
func (v *NullableOption) UnmarshalJSON(src []byte) error
func (*NullableOption) Unset ¶
func (v *NullableOption) Unset()
type NullableOutputFieldDefinition ¶
type NullableOutputFieldDefinition struct {
// contains filtered or unexported fields
}
func NewNullableOutputFieldDefinition ¶
func NewNullableOutputFieldDefinition(val *OutputFieldDefinition) *NullableOutputFieldDefinition
func (NullableOutputFieldDefinition) Get ¶
func (v NullableOutputFieldDefinition) Get() *OutputFieldDefinition
func (NullableOutputFieldDefinition) IsSet ¶
func (v NullableOutputFieldDefinition) IsSet() bool
func (NullableOutputFieldDefinition) MarshalJSON ¶
func (v NullableOutputFieldDefinition) MarshalJSON() ([]byte, error)
func (*NullableOutputFieldDefinition) Set ¶
func (v *NullableOutputFieldDefinition) Set(val *OutputFieldDefinition)
func (*NullableOutputFieldDefinition) UnmarshalJSON ¶
func (v *NullableOutputFieldDefinition) UnmarshalJSON(src []byte) error
func (*NullableOutputFieldDefinition) Unset ¶
func (v *NullableOutputFieldDefinition) Unset()
type NullablePublicActionDefinition ¶
type NullablePublicActionDefinition struct {
// contains filtered or unexported fields
}
func NewNullablePublicActionDefinition ¶
func NewNullablePublicActionDefinition(val *PublicActionDefinition) *NullablePublicActionDefinition
func (NullablePublicActionDefinition) Get ¶
func (v NullablePublicActionDefinition) Get() *PublicActionDefinition
func (NullablePublicActionDefinition) IsSet ¶
func (v NullablePublicActionDefinition) IsSet() bool
func (NullablePublicActionDefinition) MarshalJSON ¶
func (v NullablePublicActionDefinition) MarshalJSON() ([]byte, error)
func (*NullablePublicActionDefinition) Set ¶
func (v *NullablePublicActionDefinition) Set(val *PublicActionDefinition)
func (*NullablePublicActionDefinition) UnmarshalJSON ¶
func (v *NullablePublicActionDefinition) UnmarshalJSON(src []byte) error
func (*NullablePublicActionDefinition) Unset ¶
func (v *NullablePublicActionDefinition) Unset()
type NullablePublicActionDefinitionEgg ¶
type NullablePublicActionDefinitionEgg struct {
// contains filtered or unexported fields
}
func NewNullablePublicActionDefinitionEgg ¶
func NewNullablePublicActionDefinitionEgg(val *PublicActionDefinitionEgg) *NullablePublicActionDefinitionEgg
func (NullablePublicActionDefinitionEgg) Get ¶
func (v NullablePublicActionDefinitionEgg) Get() *PublicActionDefinitionEgg
func (NullablePublicActionDefinitionEgg) IsSet ¶
func (v NullablePublicActionDefinitionEgg) IsSet() bool
func (NullablePublicActionDefinitionEgg) MarshalJSON ¶
func (v NullablePublicActionDefinitionEgg) MarshalJSON() ([]byte, error)
func (*NullablePublicActionDefinitionEgg) Set ¶
func (v *NullablePublicActionDefinitionEgg) Set(val *PublicActionDefinitionEgg)
func (*NullablePublicActionDefinitionEgg) UnmarshalJSON ¶
func (v *NullablePublicActionDefinitionEgg) UnmarshalJSON(src []byte) error
func (*NullablePublicActionDefinitionEgg) Unset ¶
func (v *NullablePublicActionDefinitionEgg) Unset()
type NullablePublicActionDefinitionInputFieldDependenciesInner ¶
type NullablePublicActionDefinitionInputFieldDependenciesInner struct {
// contains filtered or unexported fields
}
func NewNullablePublicActionDefinitionInputFieldDependenciesInner ¶
func NewNullablePublicActionDefinitionInputFieldDependenciesInner(val *PublicActionDefinitionInputFieldDependenciesInner) *NullablePublicActionDefinitionInputFieldDependenciesInner
func (NullablePublicActionDefinitionInputFieldDependenciesInner) IsSet ¶
func (v NullablePublicActionDefinitionInputFieldDependenciesInner) IsSet() bool
func (NullablePublicActionDefinitionInputFieldDependenciesInner) MarshalJSON ¶
func (v NullablePublicActionDefinitionInputFieldDependenciesInner) MarshalJSON() ([]byte, error)
func (*NullablePublicActionDefinitionInputFieldDependenciesInner) UnmarshalJSON ¶
func (v *NullablePublicActionDefinitionInputFieldDependenciesInner) UnmarshalJSON(src []byte) error
func (*NullablePublicActionDefinitionInputFieldDependenciesInner) Unset ¶
func (v *NullablePublicActionDefinitionInputFieldDependenciesInner) Unset()
type NullablePublicActionDefinitionPatch ¶
type NullablePublicActionDefinitionPatch struct {
// contains filtered or unexported fields
}
func NewNullablePublicActionDefinitionPatch ¶
func NewNullablePublicActionDefinitionPatch(val *PublicActionDefinitionPatch) *NullablePublicActionDefinitionPatch
func (NullablePublicActionDefinitionPatch) Get ¶
func (v NullablePublicActionDefinitionPatch) Get() *PublicActionDefinitionPatch
func (NullablePublicActionDefinitionPatch) IsSet ¶
func (v NullablePublicActionDefinitionPatch) IsSet() bool
func (NullablePublicActionDefinitionPatch) MarshalJSON ¶
func (v NullablePublicActionDefinitionPatch) MarshalJSON() ([]byte, error)
func (*NullablePublicActionDefinitionPatch) Set ¶
func (v *NullablePublicActionDefinitionPatch) Set(val *PublicActionDefinitionPatch)
func (*NullablePublicActionDefinitionPatch) UnmarshalJSON ¶
func (v *NullablePublicActionDefinitionPatch) UnmarshalJSON(src []byte) error
func (*NullablePublicActionDefinitionPatch) Unset ¶
func (v *NullablePublicActionDefinitionPatch) Unset()
type NullablePublicActionFunction ¶
type NullablePublicActionFunction struct {
// contains filtered or unexported fields
}
func NewNullablePublicActionFunction ¶
func NewNullablePublicActionFunction(val *PublicActionFunction) *NullablePublicActionFunction
func (NullablePublicActionFunction) Get ¶
func (v NullablePublicActionFunction) Get() *PublicActionFunction
func (NullablePublicActionFunction) IsSet ¶
func (v NullablePublicActionFunction) IsSet() bool
func (NullablePublicActionFunction) MarshalJSON ¶
func (v NullablePublicActionFunction) MarshalJSON() ([]byte, error)
func (*NullablePublicActionFunction) Set ¶
func (v *NullablePublicActionFunction) Set(val *PublicActionFunction)
func (*NullablePublicActionFunction) UnmarshalJSON ¶
func (v *NullablePublicActionFunction) UnmarshalJSON(src []byte) error
func (*NullablePublicActionFunction) Unset ¶
func (v *NullablePublicActionFunction) Unset()
type NullablePublicActionFunctionIdentifier ¶
type NullablePublicActionFunctionIdentifier struct {
// contains filtered or unexported fields
}
func NewNullablePublicActionFunctionIdentifier ¶
func NewNullablePublicActionFunctionIdentifier(val *PublicActionFunctionIdentifier) *NullablePublicActionFunctionIdentifier
func (NullablePublicActionFunctionIdentifier) Get ¶
func (v NullablePublicActionFunctionIdentifier) Get() *PublicActionFunctionIdentifier
func (NullablePublicActionFunctionIdentifier) IsSet ¶
func (v NullablePublicActionFunctionIdentifier) IsSet() bool
func (NullablePublicActionFunctionIdentifier) MarshalJSON ¶
func (v NullablePublicActionFunctionIdentifier) MarshalJSON() ([]byte, error)
func (*NullablePublicActionFunctionIdentifier) Set ¶
func (v *NullablePublicActionFunctionIdentifier) Set(val *PublicActionFunctionIdentifier)
func (*NullablePublicActionFunctionIdentifier) UnmarshalJSON ¶
func (v *NullablePublicActionFunctionIdentifier) UnmarshalJSON(src []byte) error
func (*NullablePublicActionFunctionIdentifier) Unset ¶
func (v *NullablePublicActionFunctionIdentifier) Unset()
type NullablePublicActionLabels ¶
type NullablePublicActionLabels struct {
// contains filtered or unexported fields
}
func NewNullablePublicActionLabels ¶
func NewNullablePublicActionLabels(val *PublicActionLabels) *NullablePublicActionLabels
func (NullablePublicActionLabels) Get ¶
func (v NullablePublicActionLabels) Get() *PublicActionLabels
func (NullablePublicActionLabels) IsSet ¶
func (v NullablePublicActionLabels) IsSet() bool
func (NullablePublicActionLabels) MarshalJSON ¶
func (v NullablePublicActionLabels) MarshalJSON() ([]byte, error)
func (*NullablePublicActionLabels) Set ¶
func (v *NullablePublicActionLabels) Set(val *PublicActionLabels)
func (*NullablePublicActionLabels) UnmarshalJSON ¶
func (v *NullablePublicActionLabels) UnmarshalJSON(src []byte) error
func (*NullablePublicActionLabels) Unset ¶
func (v *NullablePublicActionLabels) Unset()
type NullablePublicActionRevision ¶
type NullablePublicActionRevision struct {
// contains filtered or unexported fields
}
func NewNullablePublicActionRevision ¶
func NewNullablePublicActionRevision(val *PublicActionRevision) *NullablePublicActionRevision
func (NullablePublicActionRevision) Get ¶
func (v NullablePublicActionRevision) Get() *PublicActionRevision
func (NullablePublicActionRevision) IsSet ¶
func (v NullablePublicActionRevision) IsSet() bool
func (NullablePublicActionRevision) MarshalJSON ¶
func (v NullablePublicActionRevision) MarshalJSON() ([]byte, error)
func (*NullablePublicActionRevision) Set ¶
func (v *NullablePublicActionRevision) Set(val *PublicActionRevision)
func (*NullablePublicActionRevision) UnmarshalJSON ¶
func (v *NullablePublicActionRevision) UnmarshalJSON(src []byte) error
func (*NullablePublicActionRevision) Unset ¶
func (v *NullablePublicActionRevision) Unset()
type NullablePublicConditionalSingleFieldDependency ¶
type NullablePublicConditionalSingleFieldDependency struct {
// contains filtered or unexported fields
}
func NewNullablePublicConditionalSingleFieldDependency ¶
func NewNullablePublicConditionalSingleFieldDependency(val *PublicConditionalSingleFieldDependency) *NullablePublicConditionalSingleFieldDependency
func (NullablePublicConditionalSingleFieldDependency) IsSet ¶
func (v NullablePublicConditionalSingleFieldDependency) IsSet() bool
func (NullablePublicConditionalSingleFieldDependency) MarshalJSON ¶
func (v NullablePublicConditionalSingleFieldDependency) MarshalJSON() ([]byte, error)
func (*NullablePublicConditionalSingleFieldDependency) Set ¶
func (v *NullablePublicConditionalSingleFieldDependency) Set(val *PublicConditionalSingleFieldDependency)
func (*NullablePublicConditionalSingleFieldDependency) UnmarshalJSON ¶
func (v *NullablePublicConditionalSingleFieldDependency) UnmarshalJSON(src []byte) error
func (*NullablePublicConditionalSingleFieldDependency) Unset ¶
func (v *NullablePublicConditionalSingleFieldDependency) Unset()
type NullablePublicExecutionTranslationRule ¶
type NullablePublicExecutionTranslationRule struct {
// contains filtered or unexported fields
}
func NewNullablePublicExecutionTranslationRule ¶
func NewNullablePublicExecutionTranslationRule(val *PublicExecutionTranslationRule) *NullablePublicExecutionTranslationRule
func (NullablePublicExecutionTranslationRule) Get ¶
func (v NullablePublicExecutionTranslationRule) Get() *PublicExecutionTranslationRule
func (NullablePublicExecutionTranslationRule) IsSet ¶
func (v NullablePublicExecutionTranslationRule) IsSet() bool
func (NullablePublicExecutionTranslationRule) MarshalJSON ¶
func (v NullablePublicExecutionTranslationRule) MarshalJSON() ([]byte, error)
func (*NullablePublicExecutionTranslationRule) Set ¶
func (v *NullablePublicExecutionTranslationRule) Set(val *PublicExecutionTranslationRule)
func (*NullablePublicExecutionTranslationRule) UnmarshalJSON ¶
func (v *NullablePublicExecutionTranslationRule) UnmarshalJSON(src []byte) error
func (*NullablePublicExecutionTranslationRule) Unset ¶
func (v *NullablePublicExecutionTranslationRule) Unset()
type NullablePublicObjectRequestOptions ¶
type NullablePublicObjectRequestOptions struct {
// contains filtered or unexported fields
}
func NewNullablePublicObjectRequestOptions ¶
func NewNullablePublicObjectRequestOptions(val *PublicObjectRequestOptions) *NullablePublicObjectRequestOptions
func (NullablePublicObjectRequestOptions) Get ¶
func (v NullablePublicObjectRequestOptions) Get() *PublicObjectRequestOptions
func (NullablePublicObjectRequestOptions) IsSet ¶
func (v NullablePublicObjectRequestOptions) IsSet() bool
func (NullablePublicObjectRequestOptions) MarshalJSON ¶
func (v NullablePublicObjectRequestOptions) MarshalJSON() ([]byte, error)
func (*NullablePublicObjectRequestOptions) Set ¶
func (v *NullablePublicObjectRequestOptions) Set(val *PublicObjectRequestOptions)
func (*NullablePublicObjectRequestOptions) UnmarshalJSON ¶
func (v *NullablePublicObjectRequestOptions) UnmarshalJSON(src []byte) error
func (*NullablePublicObjectRequestOptions) Unset ¶
func (v *NullablePublicObjectRequestOptions) Unset()
type NullablePublicSingleFieldDependency ¶
type NullablePublicSingleFieldDependency struct {
// contains filtered or unexported fields
}
func NewNullablePublicSingleFieldDependency ¶
func NewNullablePublicSingleFieldDependency(val *PublicSingleFieldDependency) *NullablePublicSingleFieldDependency
func (NullablePublicSingleFieldDependency) Get ¶
func (v NullablePublicSingleFieldDependency) Get() *PublicSingleFieldDependency
func (NullablePublicSingleFieldDependency) IsSet ¶
func (v NullablePublicSingleFieldDependency) IsSet() bool
func (NullablePublicSingleFieldDependency) MarshalJSON ¶
func (v NullablePublicSingleFieldDependency) MarshalJSON() ([]byte, error)
func (*NullablePublicSingleFieldDependency) Set ¶
func (v *NullablePublicSingleFieldDependency) Set(val *PublicSingleFieldDependency)
func (*NullablePublicSingleFieldDependency) UnmarshalJSON ¶
func (v *NullablePublicSingleFieldDependency) UnmarshalJSON(src []byte) error
func (*NullablePublicSingleFieldDependency) Unset ¶
func (v *NullablePublicSingleFieldDependency) Unset()
type NullableSingleFieldDependency ¶
type NullableSingleFieldDependency struct {
// contains filtered or unexported fields
}
func NewNullableSingleFieldDependency ¶
func NewNullableSingleFieldDependency(val *SingleFieldDependency) *NullableSingleFieldDependency
func (NullableSingleFieldDependency) Get ¶
func (v NullableSingleFieldDependency) Get() *SingleFieldDependency
func (NullableSingleFieldDependency) IsSet ¶
func (v NullableSingleFieldDependency) IsSet() bool
func (NullableSingleFieldDependency) MarshalJSON ¶
func (v NullableSingleFieldDependency) MarshalJSON() ([]byte, error)
func (*NullableSingleFieldDependency) Set ¶
func (v *NullableSingleFieldDependency) Set(val *SingleFieldDependency)
func (*NullableSingleFieldDependency) UnmarshalJSON ¶
func (v *NullableSingleFieldDependency) UnmarshalJSON(src []byte) error
func (*NullableSingleFieldDependency) Unset ¶
func (v *NullableSingleFieldDependency) 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 ObjectRequestOptions ¶
type ObjectRequestOptions struct { // A list of properties of the CRM object to include with the request to the `actionUrl`. Properties []string `json:"properties"` }
ObjectRequestOptions Configures what properties of the enrolled CRM object are included in the action execution request
func NewObjectRequestOptions ¶
func NewObjectRequestOptions(properties []string) *ObjectRequestOptions
NewObjectRequestOptions instantiates a new ObjectRequestOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewObjectRequestOptionsWithDefaults ¶
func NewObjectRequestOptionsWithDefaults() *ObjectRequestOptions
NewObjectRequestOptionsWithDefaults instantiates a new ObjectRequestOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ObjectRequestOptions) GetProperties ¶
func (o *ObjectRequestOptions) GetProperties() []string
GetProperties returns the Properties field value
func (*ObjectRequestOptions) GetPropertiesOk ¶
func (o *ObjectRequestOptions) GetPropertiesOk() ([]string, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (ObjectRequestOptions) MarshalJSON ¶
func (o ObjectRequestOptions) MarshalJSON() ([]byte, error)
func (*ObjectRequestOptions) SetProperties ¶
func (o *ObjectRequestOptions) SetProperties(v []string)
SetProperties sets field value
type Option ¶
type Option struct { Hidden bool `json:"hidden"` DisplayOrder int32 `json:"displayOrder"` DoubleData float32 `json:"doubleData"` Description string `json:"description"` ReadOnly bool `json:"readOnly"` Label string `json:"label"` Value string `json:"value"` }
Option struct for Option
func NewOption ¶
func NewOption(hidden bool, displayOrder int32, doubleData float32, description string, readOnly bool, label string, value string) *Option
NewOption instantiates a new Option object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOptionWithDefaults ¶
func NewOptionWithDefaults() *Option
NewOptionWithDefaults instantiates a new Option object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Option) GetDescription ¶
GetDescription returns the Description field value
func (*Option) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*Option) GetDisplayOrder ¶
GetDisplayOrder returns the DisplayOrder field value
func (*Option) GetDisplayOrderOk ¶
GetDisplayOrderOk returns a tuple with the DisplayOrder field value and a boolean to check if the value has been set.
func (*Option) GetDoubleData ¶
GetDoubleData returns the DoubleData field value
func (*Option) GetDoubleDataOk ¶
GetDoubleDataOk returns a tuple with the DoubleData field value and a boolean to check if the value has been set.
func (*Option) GetHiddenOk ¶
GetHiddenOk returns a tuple with the Hidden field value and a boolean to check if the value has been set.
func (*Option) GetLabelOk ¶
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*Option) GetReadOnly ¶
GetReadOnly returns the ReadOnly field value
func (*Option) GetReadOnlyOk ¶
GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.
func (*Option) GetValueOk ¶
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (Option) MarshalJSON ¶
func (*Option) SetDescription ¶
SetDescription sets field value
func (*Option) SetDisplayOrder ¶
SetDisplayOrder sets field value
func (*Option) SetDoubleData ¶
SetDoubleData sets field value
func (*Option) UnmarshalJSON ¶
type OutputFieldDefinition ¶
type OutputFieldDefinition struct {
TypeDefinition FieldTypeDefinition `json:"typeDefinition"`
}
OutputFieldDefinition struct for OutputFieldDefinition
func NewOutputFieldDefinition ¶
func NewOutputFieldDefinition(typeDefinition FieldTypeDefinition) *OutputFieldDefinition
NewOutputFieldDefinition instantiates a new OutputFieldDefinition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOutputFieldDefinitionWithDefaults ¶
func NewOutputFieldDefinitionWithDefaults() *OutputFieldDefinition
NewOutputFieldDefinitionWithDefaults instantiates a new OutputFieldDefinition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OutputFieldDefinition) GetTypeDefinition ¶
func (o *OutputFieldDefinition) GetTypeDefinition() FieldTypeDefinition
GetTypeDefinition returns the TypeDefinition field value
func (*OutputFieldDefinition) GetTypeDefinitionOk ¶
func (o *OutputFieldDefinition) GetTypeDefinitionOk() (*FieldTypeDefinition, bool)
GetTypeDefinitionOk returns a tuple with the TypeDefinition field value and a boolean to check if the value has been set.
func (OutputFieldDefinition) MarshalJSON ¶
func (o OutputFieldDefinition) MarshalJSON() ([]byte, error)
func (*OutputFieldDefinition) SetTypeDefinition ¶
func (o *OutputFieldDefinition) SetTypeDefinition(v FieldTypeDefinition)
SetTypeDefinition sets field value
func (OutputFieldDefinition) ToMap ¶
func (o OutputFieldDefinition) ToMap() (map[string]interface{}, error)
func (*OutputFieldDefinition) UnmarshalJSON ¶
func (o *OutputFieldDefinition) UnmarshalJSON(data []byte) (err error)
type PublicActionDefinition ¶
type PublicActionDefinition struct { Functions []PublicActionFunctionIdentifier `json:"functions"` ActionUrl string `json:"actionUrl"` Published bool `json:"published"` Labels map[string]PublicActionLabels `json:"labels"` InputFields []InputFieldDefinition `json:"inputFields"` OutputFields []OutputFieldDefinition `json:"outputFields,omitempty"` RevisionId string `json:"revisionId"` ArchivedAt *int64 `json:"archivedAt,omitempty"` InputFieldDependencies []PublicActionDefinitionInputFieldDependenciesInner `json:"inputFieldDependencies,omitempty"` ExecutionRules []PublicExecutionTranslationRule `json:"executionRules,omitempty"` Id string `json:"id"` ObjectTypes []string `json:"objectTypes"` ObjectRequestOptions *PublicObjectRequestOptions `json:"objectRequestOptions,omitempty"` }
PublicActionDefinition struct for PublicActionDefinition
func NewPublicActionDefinition ¶
func NewPublicActionDefinition(functions []PublicActionFunctionIdentifier, actionUrl string, published bool, labels map[string]PublicActionLabels, inputFields []InputFieldDefinition, revisionId string, id string, objectTypes []string) *PublicActionDefinition
NewPublicActionDefinition instantiates a new PublicActionDefinition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPublicActionDefinitionWithDefaults ¶
func NewPublicActionDefinitionWithDefaults() *PublicActionDefinition
NewPublicActionDefinitionWithDefaults instantiates a new PublicActionDefinition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PublicActionDefinition) GetActionUrl ¶
func (o *PublicActionDefinition) GetActionUrl() string
GetActionUrl returns the ActionUrl field value
func (*PublicActionDefinition) GetActionUrlOk ¶
func (o *PublicActionDefinition) GetActionUrlOk() (*string, bool)
GetActionUrlOk returns a tuple with the ActionUrl field value and a boolean to check if the value has been set.
func (*PublicActionDefinition) GetArchivedAt ¶
func (o *PublicActionDefinition) GetArchivedAt() int64
GetArchivedAt returns the ArchivedAt field value if set, zero value otherwise.
func (*PublicActionDefinition) GetArchivedAtOk ¶
func (o *PublicActionDefinition) GetArchivedAtOk() (*int64, bool)
GetArchivedAtOk returns a tuple with the ArchivedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinition) GetExecutionRules ¶
func (o *PublicActionDefinition) GetExecutionRules() []PublicExecutionTranslationRule
GetExecutionRules returns the ExecutionRules field value if set, zero value otherwise.
func (*PublicActionDefinition) GetExecutionRulesOk ¶
func (o *PublicActionDefinition) GetExecutionRulesOk() ([]PublicExecutionTranslationRule, bool)
GetExecutionRulesOk returns a tuple with the ExecutionRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinition) GetFunctions ¶
func (o *PublicActionDefinition) GetFunctions() []PublicActionFunctionIdentifier
GetFunctions returns the Functions field value
func (*PublicActionDefinition) GetFunctionsOk ¶
func (o *PublicActionDefinition) GetFunctionsOk() ([]PublicActionFunctionIdentifier, bool)
GetFunctionsOk returns a tuple with the Functions field value and a boolean to check if the value has been set.
func (*PublicActionDefinition) GetId ¶
func (o *PublicActionDefinition) GetId() string
GetId returns the Id field value
func (*PublicActionDefinition) GetIdOk ¶
func (o *PublicActionDefinition) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PublicActionDefinition) GetInputFieldDependencies ¶
func (o *PublicActionDefinition) GetInputFieldDependencies() []PublicActionDefinitionInputFieldDependenciesInner
GetInputFieldDependencies returns the InputFieldDependencies field value if set, zero value otherwise.
func (*PublicActionDefinition) GetInputFieldDependenciesOk ¶
func (o *PublicActionDefinition) GetInputFieldDependenciesOk() ([]PublicActionDefinitionInputFieldDependenciesInner, bool)
GetInputFieldDependenciesOk returns a tuple with the InputFieldDependencies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinition) GetInputFields ¶
func (o *PublicActionDefinition) GetInputFields() []InputFieldDefinition
GetInputFields returns the InputFields field value
func (*PublicActionDefinition) GetInputFieldsOk ¶
func (o *PublicActionDefinition) GetInputFieldsOk() ([]InputFieldDefinition, bool)
GetInputFieldsOk returns a tuple with the InputFields field value and a boolean to check if the value has been set.
func (*PublicActionDefinition) GetLabels ¶
func (o *PublicActionDefinition) GetLabels() map[string]PublicActionLabels
GetLabels returns the Labels field value
func (*PublicActionDefinition) GetLabelsOk ¶
func (o *PublicActionDefinition) GetLabelsOk() (*map[string]PublicActionLabels, bool)
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.
func (*PublicActionDefinition) GetObjectRequestOptions ¶
func (o *PublicActionDefinition) GetObjectRequestOptions() PublicObjectRequestOptions
GetObjectRequestOptions returns the ObjectRequestOptions field value if set, zero value otherwise.
func (*PublicActionDefinition) GetObjectRequestOptionsOk ¶
func (o *PublicActionDefinition) GetObjectRequestOptionsOk() (*PublicObjectRequestOptions, bool)
GetObjectRequestOptionsOk returns a tuple with the ObjectRequestOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinition) GetObjectTypes ¶
func (o *PublicActionDefinition) GetObjectTypes() []string
GetObjectTypes returns the ObjectTypes field value
func (*PublicActionDefinition) GetObjectTypesOk ¶
func (o *PublicActionDefinition) GetObjectTypesOk() ([]string, bool)
GetObjectTypesOk returns a tuple with the ObjectTypes field value and a boolean to check if the value has been set.
func (*PublicActionDefinition) GetOutputFields ¶
func (o *PublicActionDefinition) GetOutputFields() []OutputFieldDefinition
GetOutputFields returns the OutputFields field value if set, zero value otherwise.
func (*PublicActionDefinition) GetOutputFieldsOk ¶
func (o *PublicActionDefinition) GetOutputFieldsOk() ([]OutputFieldDefinition, bool)
GetOutputFieldsOk returns a tuple with the OutputFields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinition) GetPublished ¶
func (o *PublicActionDefinition) GetPublished() bool
GetPublished returns the Published field value
func (*PublicActionDefinition) GetPublishedOk ¶
func (o *PublicActionDefinition) GetPublishedOk() (*bool, bool)
GetPublishedOk returns a tuple with the Published field value and a boolean to check if the value has been set.
func (*PublicActionDefinition) GetRevisionId ¶
func (o *PublicActionDefinition) GetRevisionId() string
GetRevisionId returns the RevisionId field value
func (*PublicActionDefinition) GetRevisionIdOk ¶
func (o *PublicActionDefinition) GetRevisionIdOk() (*string, bool)
GetRevisionIdOk returns a tuple with the RevisionId field value and a boolean to check if the value has been set.
func (*PublicActionDefinition) HasArchivedAt ¶
func (o *PublicActionDefinition) HasArchivedAt() bool
HasArchivedAt returns a boolean if a field has been set.
func (*PublicActionDefinition) HasExecutionRules ¶
func (o *PublicActionDefinition) HasExecutionRules() bool
HasExecutionRules returns a boolean if a field has been set.
func (*PublicActionDefinition) HasInputFieldDependencies ¶
func (o *PublicActionDefinition) HasInputFieldDependencies() bool
HasInputFieldDependencies returns a boolean if a field has been set.
func (*PublicActionDefinition) HasObjectRequestOptions ¶
func (o *PublicActionDefinition) HasObjectRequestOptions() bool
HasObjectRequestOptions returns a boolean if a field has been set.
func (*PublicActionDefinition) HasOutputFields ¶
func (o *PublicActionDefinition) HasOutputFields() bool
HasOutputFields returns a boolean if a field has been set.
func (PublicActionDefinition) MarshalJSON ¶
func (o PublicActionDefinition) MarshalJSON() ([]byte, error)
func (*PublicActionDefinition) SetActionUrl ¶
func (o *PublicActionDefinition) SetActionUrl(v string)
SetActionUrl sets field value
func (*PublicActionDefinition) SetArchivedAt ¶
func (o *PublicActionDefinition) SetArchivedAt(v int64)
SetArchivedAt gets a reference to the given int64 and assigns it to the ArchivedAt field.
func (*PublicActionDefinition) SetExecutionRules ¶
func (o *PublicActionDefinition) SetExecutionRules(v []PublicExecutionTranslationRule)
SetExecutionRules gets a reference to the given []PublicExecutionTranslationRule and assigns it to the ExecutionRules field.
func (*PublicActionDefinition) SetFunctions ¶
func (o *PublicActionDefinition) SetFunctions(v []PublicActionFunctionIdentifier)
SetFunctions sets field value
func (*PublicActionDefinition) SetId ¶
func (o *PublicActionDefinition) SetId(v string)
SetId sets field value
func (*PublicActionDefinition) SetInputFieldDependencies ¶
func (o *PublicActionDefinition) SetInputFieldDependencies(v []PublicActionDefinitionInputFieldDependenciesInner)
SetInputFieldDependencies gets a reference to the given []PublicActionDefinitionInputFieldDependenciesInner and assigns it to the InputFieldDependencies field.
func (*PublicActionDefinition) SetInputFields ¶
func (o *PublicActionDefinition) SetInputFields(v []InputFieldDefinition)
SetInputFields sets field value
func (*PublicActionDefinition) SetLabels ¶
func (o *PublicActionDefinition) SetLabels(v map[string]PublicActionLabels)
SetLabels sets field value
func (*PublicActionDefinition) SetObjectRequestOptions ¶
func (o *PublicActionDefinition) SetObjectRequestOptions(v PublicObjectRequestOptions)
SetObjectRequestOptions gets a reference to the given PublicObjectRequestOptions and assigns it to the ObjectRequestOptions field.
func (*PublicActionDefinition) SetObjectTypes ¶
func (o *PublicActionDefinition) SetObjectTypes(v []string)
SetObjectTypes sets field value
func (*PublicActionDefinition) SetOutputFields ¶
func (o *PublicActionDefinition) SetOutputFields(v []OutputFieldDefinition)
SetOutputFields gets a reference to the given []OutputFieldDefinition and assigns it to the OutputFields field.
func (*PublicActionDefinition) SetPublished ¶
func (o *PublicActionDefinition) SetPublished(v bool)
SetPublished sets field value
func (*PublicActionDefinition) SetRevisionId ¶
func (o *PublicActionDefinition) SetRevisionId(v string)
SetRevisionId sets field value
func (PublicActionDefinition) ToMap ¶
func (o PublicActionDefinition) ToMap() (map[string]interface{}, error)
func (*PublicActionDefinition) UnmarshalJSON ¶
func (o *PublicActionDefinition) UnmarshalJSON(data []byte) (err error)
type PublicActionDefinitionEgg ¶
type PublicActionDefinitionEgg struct { InputFields []InputFieldDefinition `json:"inputFields"` OutputFields []OutputFieldDefinition `json:"outputFields,omitempty"` ArchivedAt *int64 `json:"archivedAt,omitempty"` Functions []PublicActionFunction `json:"functions"` ActionUrl string `json:"actionUrl"` InputFieldDependencies []PublicActionDefinitionInputFieldDependenciesInner `json:"inputFieldDependencies,omitempty"` Published bool `json:"published"` ExecutionRules []PublicExecutionTranslationRule `json:"executionRules,omitempty"` ObjectTypes []string `json:"objectTypes"` ObjectRequestOptions *PublicObjectRequestOptions `json:"objectRequestOptions,omitempty"` Labels map[string]PublicActionLabels `json:"labels"` }
PublicActionDefinitionEgg struct for PublicActionDefinitionEgg
func NewPublicActionDefinitionEgg ¶
func NewPublicActionDefinitionEgg(inputFields []InputFieldDefinition, functions []PublicActionFunction, actionUrl string, published bool, objectTypes []string, labels map[string]PublicActionLabels) *PublicActionDefinitionEgg
NewPublicActionDefinitionEgg instantiates a new PublicActionDefinitionEgg object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPublicActionDefinitionEggWithDefaults ¶
func NewPublicActionDefinitionEggWithDefaults() *PublicActionDefinitionEgg
NewPublicActionDefinitionEggWithDefaults instantiates a new PublicActionDefinitionEgg object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PublicActionDefinitionEgg) GetActionUrl ¶
func (o *PublicActionDefinitionEgg) GetActionUrl() string
GetActionUrl returns the ActionUrl field value
func (*PublicActionDefinitionEgg) GetActionUrlOk ¶
func (o *PublicActionDefinitionEgg) GetActionUrlOk() (*string, bool)
GetActionUrlOk returns a tuple with the ActionUrl field value and a boolean to check if the value has been set.
func (*PublicActionDefinitionEgg) GetArchivedAt ¶
func (o *PublicActionDefinitionEgg) GetArchivedAt() int64
GetArchivedAt returns the ArchivedAt field value if set, zero value otherwise.
func (*PublicActionDefinitionEgg) GetArchivedAtOk ¶
func (o *PublicActionDefinitionEgg) GetArchivedAtOk() (*int64, bool)
GetArchivedAtOk returns a tuple with the ArchivedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinitionEgg) GetExecutionRules ¶
func (o *PublicActionDefinitionEgg) GetExecutionRules() []PublicExecutionTranslationRule
GetExecutionRules returns the ExecutionRules field value if set, zero value otherwise.
func (*PublicActionDefinitionEgg) GetExecutionRulesOk ¶
func (o *PublicActionDefinitionEgg) GetExecutionRulesOk() ([]PublicExecutionTranslationRule, bool)
GetExecutionRulesOk returns a tuple with the ExecutionRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinitionEgg) GetFunctions ¶
func (o *PublicActionDefinitionEgg) GetFunctions() []PublicActionFunction
GetFunctions returns the Functions field value
func (*PublicActionDefinitionEgg) GetFunctionsOk ¶
func (o *PublicActionDefinitionEgg) GetFunctionsOk() ([]PublicActionFunction, bool)
GetFunctionsOk returns a tuple with the Functions field value and a boolean to check if the value has been set.
func (*PublicActionDefinitionEgg) GetInputFieldDependencies ¶
func (o *PublicActionDefinitionEgg) GetInputFieldDependencies() []PublicActionDefinitionInputFieldDependenciesInner
GetInputFieldDependencies returns the InputFieldDependencies field value if set, zero value otherwise.
func (*PublicActionDefinitionEgg) GetInputFieldDependenciesOk ¶
func (o *PublicActionDefinitionEgg) GetInputFieldDependenciesOk() ([]PublicActionDefinitionInputFieldDependenciesInner, bool)
GetInputFieldDependenciesOk returns a tuple with the InputFieldDependencies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinitionEgg) GetInputFields ¶
func (o *PublicActionDefinitionEgg) GetInputFields() []InputFieldDefinition
GetInputFields returns the InputFields field value
func (*PublicActionDefinitionEgg) GetInputFieldsOk ¶
func (o *PublicActionDefinitionEgg) GetInputFieldsOk() ([]InputFieldDefinition, bool)
GetInputFieldsOk returns a tuple with the InputFields field value and a boolean to check if the value has been set.
func (*PublicActionDefinitionEgg) GetLabels ¶
func (o *PublicActionDefinitionEgg) GetLabels() map[string]PublicActionLabels
GetLabels returns the Labels field value
func (*PublicActionDefinitionEgg) GetLabelsOk ¶
func (o *PublicActionDefinitionEgg) GetLabelsOk() (*map[string]PublicActionLabels, bool)
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.
func (*PublicActionDefinitionEgg) GetObjectRequestOptions ¶
func (o *PublicActionDefinitionEgg) GetObjectRequestOptions() PublicObjectRequestOptions
GetObjectRequestOptions returns the ObjectRequestOptions field value if set, zero value otherwise.
func (*PublicActionDefinitionEgg) GetObjectRequestOptionsOk ¶
func (o *PublicActionDefinitionEgg) GetObjectRequestOptionsOk() (*PublicObjectRequestOptions, bool)
GetObjectRequestOptionsOk returns a tuple with the ObjectRequestOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinitionEgg) GetObjectTypes ¶
func (o *PublicActionDefinitionEgg) GetObjectTypes() []string
GetObjectTypes returns the ObjectTypes field value
func (*PublicActionDefinitionEgg) GetObjectTypesOk ¶
func (o *PublicActionDefinitionEgg) GetObjectTypesOk() ([]string, bool)
GetObjectTypesOk returns a tuple with the ObjectTypes field value and a boolean to check if the value has been set.
func (*PublicActionDefinitionEgg) GetOutputFields ¶
func (o *PublicActionDefinitionEgg) GetOutputFields() []OutputFieldDefinition
GetOutputFields returns the OutputFields field value if set, zero value otherwise.
func (*PublicActionDefinitionEgg) GetOutputFieldsOk ¶
func (o *PublicActionDefinitionEgg) GetOutputFieldsOk() ([]OutputFieldDefinition, bool)
GetOutputFieldsOk returns a tuple with the OutputFields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinitionEgg) GetPublished ¶
func (o *PublicActionDefinitionEgg) GetPublished() bool
GetPublished returns the Published field value
func (*PublicActionDefinitionEgg) GetPublishedOk ¶
func (o *PublicActionDefinitionEgg) GetPublishedOk() (*bool, bool)
GetPublishedOk returns a tuple with the Published field value and a boolean to check if the value has been set.
func (*PublicActionDefinitionEgg) HasArchivedAt ¶
func (o *PublicActionDefinitionEgg) HasArchivedAt() bool
HasArchivedAt returns a boolean if a field has been set.
func (*PublicActionDefinitionEgg) HasExecutionRules ¶
func (o *PublicActionDefinitionEgg) HasExecutionRules() bool
HasExecutionRules returns a boolean if a field has been set.
func (*PublicActionDefinitionEgg) HasInputFieldDependencies ¶
func (o *PublicActionDefinitionEgg) HasInputFieldDependencies() bool
HasInputFieldDependencies returns a boolean if a field has been set.
func (*PublicActionDefinitionEgg) HasObjectRequestOptions ¶
func (o *PublicActionDefinitionEgg) HasObjectRequestOptions() bool
HasObjectRequestOptions returns a boolean if a field has been set.
func (*PublicActionDefinitionEgg) HasOutputFields ¶
func (o *PublicActionDefinitionEgg) HasOutputFields() bool
HasOutputFields returns a boolean if a field has been set.
func (PublicActionDefinitionEgg) MarshalJSON ¶
func (o PublicActionDefinitionEgg) MarshalJSON() ([]byte, error)
func (*PublicActionDefinitionEgg) SetActionUrl ¶
func (o *PublicActionDefinitionEgg) SetActionUrl(v string)
SetActionUrl sets field value
func (*PublicActionDefinitionEgg) SetArchivedAt ¶
func (o *PublicActionDefinitionEgg) SetArchivedAt(v int64)
SetArchivedAt gets a reference to the given int64 and assigns it to the ArchivedAt field.
func (*PublicActionDefinitionEgg) SetExecutionRules ¶
func (o *PublicActionDefinitionEgg) SetExecutionRules(v []PublicExecutionTranslationRule)
SetExecutionRules gets a reference to the given []PublicExecutionTranslationRule and assigns it to the ExecutionRules field.
func (*PublicActionDefinitionEgg) SetFunctions ¶
func (o *PublicActionDefinitionEgg) SetFunctions(v []PublicActionFunction)
SetFunctions sets field value
func (*PublicActionDefinitionEgg) SetInputFieldDependencies ¶
func (o *PublicActionDefinitionEgg) SetInputFieldDependencies(v []PublicActionDefinitionInputFieldDependenciesInner)
SetInputFieldDependencies gets a reference to the given []PublicActionDefinitionInputFieldDependenciesInner and assigns it to the InputFieldDependencies field.
func (*PublicActionDefinitionEgg) SetInputFields ¶
func (o *PublicActionDefinitionEgg) SetInputFields(v []InputFieldDefinition)
SetInputFields sets field value
func (*PublicActionDefinitionEgg) SetLabels ¶
func (o *PublicActionDefinitionEgg) SetLabels(v map[string]PublicActionLabels)
SetLabels sets field value
func (*PublicActionDefinitionEgg) SetObjectRequestOptions ¶
func (o *PublicActionDefinitionEgg) SetObjectRequestOptions(v PublicObjectRequestOptions)
SetObjectRequestOptions gets a reference to the given PublicObjectRequestOptions and assigns it to the ObjectRequestOptions field.
func (*PublicActionDefinitionEgg) SetObjectTypes ¶
func (o *PublicActionDefinitionEgg) SetObjectTypes(v []string)
SetObjectTypes sets field value
func (*PublicActionDefinitionEgg) SetOutputFields ¶
func (o *PublicActionDefinitionEgg) SetOutputFields(v []OutputFieldDefinition)
SetOutputFields gets a reference to the given []OutputFieldDefinition and assigns it to the OutputFields field.
func (*PublicActionDefinitionEgg) SetPublished ¶
func (o *PublicActionDefinitionEgg) SetPublished(v bool)
SetPublished sets field value
func (PublicActionDefinitionEgg) ToMap ¶
func (o PublicActionDefinitionEgg) ToMap() (map[string]interface{}, error)
func (*PublicActionDefinitionEgg) UnmarshalJSON ¶
func (o *PublicActionDefinitionEgg) UnmarshalJSON(data []byte) (err error)
type PublicActionDefinitionInputFieldDependenciesInner ¶
type PublicActionDefinitionInputFieldDependenciesInner struct { PublicConditionalSingleFieldDependency *PublicConditionalSingleFieldDependency PublicSingleFieldDependency *PublicSingleFieldDependency }
PublicActionDefinitionInputFieldDependenciesInner - struct for PublicActionDefinitionInputFieldDependenciesInner
func PublicConditionalSingleFieldDependencyAsPublicActionDefinitionInputFieldDependenciesInner ¶
func PublicConditionalSingleFieldDependencyAsPublicActionDefinitionInputFieldDependenciesInner(v *PublicConditionalSingleFieldDependency) PublicActionDefinitionInputFieldDependenciesInner
PublicConditionalSingleFieldDependencyAsPublicActionDefinitionInputFieldDependenciesInner is a convenience function that returns PublicConditionalSingleFieldDependency wrapped in PublicActionDefinitionInputFieldDependenciesInner
func PublicSingleFieldDependencyAsPublicActionDefinitionInputFieldDependenciesInner ¶
func PublicSingleFieldDependencyAsPublicActionDefinitionInputFieldDependenciesInner(v *PublicSingleFieldDependency) PublicActionDefinitionInputFieldDependenciesInner
PublicSingleFieldDependencyAsPublicActionDefinitionInputFieldDependenciesInner is a convenience function that returns PublicSingleFieldDependency wrapped in PublicActionDefinitionInputFieldDependenciesInner
func (*PublicActionDefinitionInputFieldDependenciesInner) GetActualInstance ¶
func (obj *PublicActionDefinitionInputFieldDependenciesInner) GetActualInstance() interface{}
Get the actual instance
func (PublicActionDefinitionInputFieldDependenciesInner) MarshalJSON ¶
func (src PublicActionDefinitionInputFieldDependenciesInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PublicActionDefinitionInputFieldDependenciesInner) UnmarshalJSON ¶
func (dst *PublicActionDefinitionInputFieldDependenciesInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type PublicActionDefinitionPatch ¶
type PublicActionDefinitionPatch struct { InputFields []InputFieldDefinition `json:"inputFields,omitempty"` OutputFields []OutputFieldDefinition `json:"outputFields,omitempty"` ActionUrl *string `json:"actionUrl,omitempty"` InputFieldDependencies []PublicActionDefinitionInputFieldDependenciesInner `json:"inputFieldDependencies,omitempty"` Published *bool `json:"published,omitempty"` ExecutionRules []PublicExecutionTranslationRule `json:"executionRules,omitempty"` ObjectTypes []string `json:"objectTypes,omitempty"` ObjectRequestOptions *PublicObjectRequestOptions `json:"objectRequestOptions,omitempty"` Labels *map[string]PublicActionLabels `json:"labels,omitempty"` }
PublicActionDefinitionPatch struct for PublicActionDefinitionPatch
func NewPublicActionDefinitionPatch ¶
func NewPublicActionDefinitionPatch() *PublicActionDefinitionPatch
NewPublicActionDefinitionPatch instantiates a new PublicActionDefinitionPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPublicActionDefinitionPatchWithDefaults ¶
func NewPublicActionDefinitionPatchWithDefaults() *PublicActionDefinitionPatch
NewPublicActionDefinitionPatchWithDefaults instantiates a new PublicActionDefinitionPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PublicActionDefinitionPatch) GetActionUrl ¶
func (o *PublicActionDefinitionPatch) GetActionUrl() string
GetActionUrl returns the ActionUrl field value if set, zero value otherwise.
func (*PublicActionDefinitionPatch) GetActionUrlOk ¶
func (o *PublicActionDefinitionPatch) GetActionUrlOk() (*string, bool)
GetActionUrlOk returns a tuple with the ActionUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinitionPatch) GetExecutionRules ¶
func (o *PublicActionDefinitionPatch) GetExecutionRules() []PublicExecutionTranslationRule
GetExecutionRules returns the ExecutionRules field value if set, zero value otherwise.
func (*PublicActionDefinitionPatch) GetExecutionRulesOk ¶
func (o *PublicActionDefinitionPatch) GetExecutionRulesOk() ([]PublicExecutionTranslationRule, bool)
GetExecutionRulesOk returns a tuple with the ExecutionRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinitionPatch) GetInputFieldDependencies ¶
func (o *PublicActionDefinitionPatch) GetInputFieldDependencies() []PublicActionDefinitionInputFieldDependenciesInner
GetInputFieldDependencies returns the InputFieldDependencies field value if set, zero value otherwise.
func (*PublicActionDefinitionPatch) GetInputFieldDependenciesOk ¶
func (o *PublicActionDefinitionPatch) GetInputFieldDependenciesOk() ([]PublicActionDefinitionInputFieldDependenciesInner, bool)
GetInputFieldDependenciesOk returns a tuple with the InputFieldDependencies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinitionPatch) GetInputFields ¶
func (o *PublicActionDefinitionPatch) GetInputFields() []InputFieldDefinition
GetInputFields returns the InputFields field value if set, zero value otherwise.
func (*PublicActionDefinitionPatch) GetInputFieldsOk ¶
func (o *PublicActionDefinitionPatch) GetInputFieldsOk() ([]InputFieldDefinition, bool)
GetInputFieldsOk returns a tuple with the InputFields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinitionPatch) GetLabels ¶
func (o *PublicActionDefinitionPatch) GetLabels() map[string]PublicActionLabels
GetLabels returns the Labels field value if set, zero value otherwise.
func (*PublicActionDefinitionPatch) GetLabelsOk ¶
func (o *PublicActionDefinitionPatch) GetLabelsOk() (*map[string]PublicActionLabels, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinitionPatch) GetObjectRequestOptions ¶
func (o *PublicActionDefinitionPatch) GetObjectRequestOptions() PublicObjectRequestOptions
GetObjectRequestOptions returns the ObjectRequestOptions field value if set, zero value otherwise.
func (*PublicActionDefinitionPatch) GetObjectRequestOptionsOk ¶
func (o *PublicActionDefinitionPatch) GetObjectRequestOptionsOk() (*PublicObjectRequestOptions, bool)
GetObjectRequestOptionsOk returns a tuple with the ObjectRequestOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinitionPatch) GetObjectTypes ¶
func (o *PublicActionDefinitionPatch) GetObjectTypes() []string
GetObjectTypes returns the ObjectTypes field value if set, zero value otherwise.
func (*PublicActionDefinitionPatch) GetObjectTypesOk ¶
func (o *PublicActionDefinitionPatch) GetObjectTypesOk() ([]string, bool)
GetObjectTypesOk returns a tuple with the ObjectTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinitionPatch) GetOutputFields ¶
func (o *PublicActionDefinitionPatch) GetOutputFields() []OutputFieldDefinition
GetOutputFields returns the OutputFields field value if set, zero value otherwise.
func (*PublicActionDefinitionPatch) GetOutputFieldsOk ¶
func (o *PublicActionDefinitionPatch) GetOutputFieldsOk() ([]OutputFieldDefinition, bool)
GetOutputFieldsOk returns a tuple with the OutputFields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinitionPatch) GetPublished ¶
func (o *PublicActionDefinitionPatch) GetPublished() bool
GetPublished returns the Published field value if set, zero value otherwise.
func (*PublicActionDefinitionPatch) GetPublishedOk ¶
func (o *PublicActionDefinitionPatch) GetPublishedOk() (*bool, bool)
GetPublishedOk returns a tuple with the Published field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionDefinitionPatch) HasActionUrl ¶
func (o *PublicActionDefinitionPatch) HasActionUrl() bool
HasActionUrl returns a boolean if a field has been set.
func (*PublicActionDefinitionPatch) HasExecutionRules ¶
func (o *PublicActionDefinitionPatch) HasExecutionRules() bool
HasExecutionRules returns a boolean if a field has been set.
func (*PublicActionDefinitionPatch) HasInputFieldDependencies ¶
func (o *PublicActionDefinitionPatch) HasInputFieldDependencies() bool
HasInputFieldDependencies returns a boolean if a field has been set.
func (*PublicActionDefinitionPatch) HasInputFields ¶
func (o *PublicActionDefinitionPatch) HasInputFields() bool
HasInputFields returns a boolean if a field has been set.
func (*PublicActionDefinitionPatch) HasLabels ¶
func (o *PublicActionDefinitionPatch) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*PublicActionDefinitionPatch) HasObjectRequestOptions ¶
func (o *PublicActionDefinitionPatch) HasObjectRequestOptions() bool
HasObjectRequestOptions returns a boolean if a field has been set.
func (*PublicActionDefinitionPatch) HasObjectTypes ¶
func (o *PublicActionDefinitionPatch) HasObjectTypes() bool
HasObjectTypes returns a boolean if a field has been set.
func (*PublicActionDefinitionPatch) HasOutputFields ¶
func (o *PublicActionDefinitionPatch) HasOutputFields() bool
HasOutputFields returns a boolean if a field has been set.
func (*PublicActionDefinitionPatch) HasPublished ¶
func (o *PublicActionDefinitionPatch) HasPublished() bool
HasPublished returns a boolean if a field has been set.
func (PublicActionDefinitionPatch) MarshalJSON ¶
func (o PublicActionDefinitionPatch) MarshalJSON() ([]byte, error)
func (*PublicActionDefinitionPatch) SetActionUrl ¶
func (o *PublicActionDefinitionPatch) SetActionUrl(v string)
SetActionUrl gets a reference to the given string and assigns it to the ActionUrl field.
func (*PublicActionDefinitionPatch) SetExecutionRules ¶
func (o *PublicActionDefinitionPatch) SetExecutionRules(v []PublicExecutionTranslationRule)
SetExecutionRules gets a reference to the given []PublicExecutionTranslationRule and assigns it to the ExecutionRules field.
func (*PublicActionDefinitionPatch) SetInputFieldDependencies ¶
func (o *PublicActionDefinitionPatch) SetInputFieldDependencies(v []PublicActionDefinitionInputFieldDependenciesInner)
SetInputFieldDependencies gets a reference to the given []PublicActionDefinitionInputFieldDependenciesInner and assigns it to the InputFieldDependencies field.
func (*PublicActionDefinitionPatch) SetInputFields ¶
func (o *PublicActionDefinitionPatch) SetInputFields(v []InputFieldDefinition)
SetInputFields gets a reference to the given []InputFieldDefinition and assigns it to the InputFields field.
func (*PublicActionDefinitionPatch) SetLabels ¶
func (o *PublicActionDefinitionPatch) SetLabels(v map[string]PublicActionLabels)
SetLabels gets a reference to the given map[string]PublicActionLabels and assigns it to the Labels field.
func (*PublicActionDefinitionPatch) SetObjectRequestOptions ¶
func (o *PublicActionDefinitionPatch) SetObjectRequestOptions(v PublicObjectRequestOptions)
SetObjectRequestOptions gets a reference to the given PublicObjectRequestOptions and assigns it to the ObjectRequestOptions field.
func (*PublicActionDefinitionPatch) SetObjectTypes ¶
func (o *PublicActionDefinitionPatch) SetObjectTypes(v []string)
SetObjectTypes gets a reference to the given []string and assigns it to the ObjectTypes field.
func (*PublicActionDefinitionPatch) SetOutputFields ¶
func (o *PublicActionDefinitionPatch) SetOutputFields(v []OutputFieldDefinition)
SetOutputFields gets a reference to the given []OutputFieldDefinition and assigns it to the OutputFields field.
func (*PublicActionDefinitionPatch) SetPublished ¶
func (o *PublicActionDefinitionPatch) SetPublished(v bool)
SetPublished gets a reference to the given bool and assigns it to the Published field.
func (PublicActionDefinitionPatch) ToMap ¶
func (o PublicActionDefinitionPatch) ToMap() (map[string]interface{}, error)
type PublicActionFunction ¶
type PublicActionFunction struct { FunctionSource string `json:"functionSource"` FunctionType string `json:"functionType"` Id *string `json:"id,omitempty"` }
PublicActionFunction struct for PublicActionFunction
func NewPublicActionFunction ¶
func NewPublicActionFunction(functionSource string, functionType string) *PublicActionFunction
NewPublicActionFunction instantiates a new PublicActionFunction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPublicActionFunctionWithDefaults ¶
func NewPublicActionFunctionWithDefaults() *PublicActionFunction
NewPublicActionFunctionWithDefaults instantiates a new PublicActionFunction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PublicActionFunction) GetFunctionSource ¶
func (o *PublicActionFunction) GetFunctionSource() string
GetFunctionSource returns the FunctionSource field value
func (*PublicActionFunction) GetFunctionSourceOk ¶
func (o *PublicActionFunction) GetFunctionSourceOk() (*string, bool)
GetFunctionSourceOk returns a tuple with the FunctionSource field value and a boolean to check if the value has been set.
func (*PublicActionFunction) GetFunctionType ¶
func (o *PublicActionFunction) GetFunctionType() string
GetFunctionType returns the FunctionType field value
func (*PublicActionFunction) GetFunctionTypeOk ¶
func (o *PublicActionFunction) GetFunctionTypeOk() (*string, bool)
GetFunctionTypeOk returns a tuple with the FunctionType field value and a boolean to check if the value has been set.
func (*PublicActionFunction) GetId ¶
func (o *PublicActionFunction) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*PublicActionFunction) GetIdOk ¶
func (o *PublicActionFunction) 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 (*PublicActionFunction) HasId ¶
func (o *PublicActionFunction) HasId() bool
HasId returns a boolean if a field has been set.
func (PublicActionFunction) MarshalJSON ¶
func (o PublicActionFunction) MarshalJSON() ([]byte, error)
func (*PublicActionFunction) SetFunctionSource ¶
func (o *PublicActionFunction) SetFunctionSource(v string)
SetFunctionSource sets field value
func (*PublicActionFunction) SetFunctionType ¶
func (o *PublicActionFunction) SetFunctionType(v string)
SetFunctionType sets field value
func (*PublicActionFunction) SetId ¶
func (o *PublicActionFunction) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (PublicActionFunction) ToMap ¶
func (o PublicActionFunction) ToMap() (map[string]interface{}, error)
func (*PublicActionFunction) UnmarshalJSON ¶
func (o *PublicActionFunction) UnmarshalJSON(data []byte) (err error)
type PublicActionFunctionIdentifier ¶
type PublicActionFunctionIdentifier struct { FunctionType string `json:"functionType"` Id *string `json:"id,omitempty"` }
PublicActionFunctionIdentifier struct for PublicActionFunctionIdentifier
func NewPublicActionFunctionIdentifier ¶
func NewPublicActionFunctionIdentifier(functionType string) *PublicActionFunctionIdentifier
NewPublicActionFunctionIdentifier instantiates a new PublicActionFunctionIdentifier object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPublicActionFunctionIdentifierWithDefaults ¶
func NewPublicActionFunctionIdentifierWithDefaults() *PublicActionFunctionIdentifier
NewPublicActionFunctionIdentifierWithDefaults instantiates a new PublicActionFunctionIdentifier object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PublicActionFunctionIdentifier) GetFunctionType ¶
func (o *PublicActionFunctionIdentifier) GetFunctionType() string
GetFunctionType returns the FunctionType field value
func (*PublicActionFunctionIdentifier) GetFunctionTypeOk ¶
func (o *PublicActionFunctionIdentifier) GetFunctionTypeOk() (*string, bool)
GetFunctionTypeOk returns a tuple with the FunctionType field value and a boolean to check if the value has been set.
func (*PublicActionFunctionIdentifier) GetId ¶
func (o *PublicActionFunctionIdentifier) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*PublicActionFunctionIdentifier) GetIdOk ¶
func (o *PublicActionFunctionIdentifier) 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 (*PublicActionFunctionIdentifier) HasId ¶
func (o *PublicActionFunctionIdentifier) HasId() bool
HasId returns a boolean if a field has been set.
func (PublicActionFunctionIdentifier) MarshalJSON ¶
func (o PublicActionFunctionIdentifier) MarshalJSON() ([]byte, error)
func (*PublicActionFunctionIdentifier) SetFunctionType ¶
func (o *PublicActionFunctionIdentifier) SetFunctionType(v string)
SetFunctionType sets field value
func (*PublicActionFunctionIdentifier) SetId ¶
func (o *PublicActionFunctionIdentifier) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (PublicActionFunctionIdentifier) ToMap ¶
func (o PublicActionFunctionIdentifier) ToMap() (map[string]interface{}, error)
func (*PublicActionFunctionIdentifier) UnmarshalJSON ¶
func (o *PublicActionFunctionIdentifier) UnmarshalJSON(data []byte) (err error)
type PublicActionLabels ¶
type PublicActionLabels struct { InputFieldDescriptions *map[string]string `json:"inputFieldDescriptions,omitempty"` AppDisplayName *string `json:"appDisplayName,omitempty"` OutputFieldLabels *map[string]string `json:"outputFieldLabels,omitempty"` InputFieldOptionLabels *map[string]map[string]string `json:"inputFieldOptionLabels,omitempty"` ActionDescription *string `json:"actionDescription,omitempty"` ExecutionRules *map[string]string `json:"executionRules,omitempty"` InputFieldLabels *map[string]string `json:"inputFieldLabels,omitempty"` ActionName string `json:"actionName"` ActionCardContent *string `json:"actionCardContent,omitempty"` }
PublicActionLabels struct for PublicActionLabels
func NewPublicActionLabels ¶
func NewPublicActionLabels(actionName string) *PublicActionLabels
NewPublicActionLabels instantiates a new PublicActionLabels object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPublicActionLabelsWithDefaults ¶
func NewPublicActionLabelsWithDefaults() *PublicActionLabels
NewPublicActionLabelsWithDefaults instantiates a new PublicActionLabels object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PublicActionLabels) GetActionCardContent ¶
func (o *PublicActionLabels) GetActionCardContent() string
GetActionCardContent returns the ActionCardContent field value if set, zero value otherwise.
func (*PublicActionLabels) GetActionCardContentOk ¶
func (o *PublicActionLabels) GetActionCardContentOk() (*string, bool)
GetActionCardContentOk returns a tuple with the ActionCardContent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionLabels) GetActionDescription ¶
func (o *PublicActionLabels) GetActionDescription() string
GetActionDescription returns the ActionDescription field value if set, zero value otherwise.
func (*PublicActionLabels) GetActionDescriptionOk ¶
func (o *PublicActionLabels) GetActionDescriptionOk() (*string, bool)
GetActionDescriptionOk returns a tuple with the ActionDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionLabels) GetActionName ¶
func (o *PublicActionLabels) GetActionName() string
GetActionName returns the ActionName field value
func (*PublicActionLabels) GetActionNameOk ¶
func (o *PublicActionLabels) GetActionNameOk() (*string, bool)
GetActionNameOk returns a tuple with the ActionName field value and a boolean to check if the value has been set.
func (*PublicActionLabels) GetAppDisplayName ¶
func (o *PublicActionLabels) GetAppDisplayName() string
GetAppDisplayName returns the AppDisplayName field value if set, zero value otherwise.
func (*PublicActionLabels) GetAppDisplayNameOk ¶
func (o *PublicActionLabels) GetAppDisplayNameOk() (*string, bool)
GetAppDisplayNameOk returns a tuple with the AppDisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionLabels) GetExecutionRules ¶
func (o *PublicActionLabels) GetExecutionRules() map[string]string
GetExecutionRules returns the ExecutionRules field value if set, zero value otherwise.
func (*PublicActionLabels) GetExecutionRulesOk ¶
func (o *PublicActionLabels) GetExecutionRulesOk() (*map[string]string, bool)
GetExecutionRulesOk returns a tuple with the ExecutionRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionLabels) GetInputFieldDescriptions ¶
func (o *PublicActionLabels) GetInputFieldDescriptions() map[string]string
GetInputFieldDescriptions returns the InputFieldDescriptions field value if set, zero value otherwise.
func (*PublicActionLabels) GetInputFieldDescriptionsOk ¶
func (o *PublicActionLabels) GetInputFieldDescriptionsOk() (*map[string]string, bool)
GetInputFieldDescriptionsOk returns a tuple with the InputFieldDescriptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionLabels) GetInputFieldLabels ¶
func (o *PublicActionLabels) GetInputFieldLabels() map[string]string
GetInputFieldLabels returns the InputFieldLabels field value if set, zero value otherwise.
func (*PublicActionLabels) GetInputFieldLabelsOk ¶
func (o *PublicActionLabels) GetInputFieldLabelsOk() (*map[string]string, bool)
GetInputFieldLabelsOk returns a tuple with the InputFieldLabels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionLabels) GetInputFieldOptionLabels ¶
func (o *PublicActionLabels) GetInputFieldOptionLabels() map[string]map[string]string
GetInputFieldOptionLabels returns the InputFieldOptionLabels field value if set, zero value otherwise.
func (*PublicActionLabels) GetInputFieldOptionLabelsOk ¶
func (o *PublicActionLabels) GetInputFieldOptionLabelsOk() (*map[string]map[string]string, bool)
GetInputFieldOptionLabelsOk returns a tuple with the InputFieldOptionLabels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionLabels) GetOutputFieldLabels ¶
func (o *PublicActionLabels) GetOutputFieldLabels() map[string]string
GetOutputFieldLabels returns the OutputFieldLabels field value if set, zero value otherwise.
func (*PublicActionLabels) GetOutputFieldLabelsOk ¶
func (o *PublicActionLabels) GetOutputFieldLabelsOk() (*map[string]string, bool)
GetOutputFieldLabelsOk returns a tuple with the OutputFieldLabels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicActionLabels) HasActionCardContent ¶
func (o *PublicActionLabels) HasActionCardContent() bool
HasActionCardContent returns a boolean if a field has been set.
func (*PublicActionLabels) HasActionDescription ¶
func (o *PublicActionLabels) HasActionDescription() bool
HasActionDescription returns a boolean if a field has been set.
func (*PublicActionLabels) HasAppDisplayName ¶
func (o *PublicActionLabels) HasAppDisplayName() bool
HasAppDisplayName returns a boolean if a field has been set.
func (*PublicActionLabels) HasExecutionRules ¶
func (o *PublicActionLabels) HasExecutionRules() bool
HasExecutionRules returns a boolean if a field has been set.
func (*PublicActionLabels) HasInputFieldDescriptions ¶
func (o *PublicActionLabels) HasInputFieldDescriptions() bool
HasInputFieldDescriptions returns a boolean if a field has been set.
func (*PublicActionLabels) HasInputFieldLabels ¶
func (o *PublicActionLabels) HasInputFieldLabels() bool
HasInputFieldLabels returns a boolean if a field has been set.
func (*PublicActionLabels) HasInputFieldOptionLabels ¶
func (o *PublicActionLabels) HasInputFieldOptionLabels() bool
HasInputFieldOptionLabels returns a boolean if a field has been set.
func (*PublicActionLabels) HasOutputFieldLabels ¶
func (o *PublicActionLabels) HasOutputFieldLabels() bool
HasOutputFieldLabels returns a boolean if a field has been set.
func (PublicActionLabels) MarshalJSON ¶
func (o PublicActionLabels) MarshalJSON() ([]byte, error)
func (*PublicActionLabels) SetActionCardContent ¶
func (o *PublicActionLabels) SetActionCardContent(v string)
SetActionCardContent gets a reference to the given string and assigns it to the ActionCardContent field.
func (*PublicActionLabels) SetActionDescription ¶
func (o *PublicActionLabels) SetActionDescription(v string)
SetActionDescription gets a reference to the given string and assigns it to the ActionDescription field.
func (*PublicActionLabels) SetActionName ¶
func (o *PublicActionLabels) SetActionName(v string)
SetActionName sets field value
func (*PublicActionLabels) SetAppDisplayName ¶
func (o *PublicActionLabels) SetAppDisplayName(v string)
SetAppDisplayName gets a reference to the given string and assigns it to the AppDisplayName field.
func (*PublicActionLabels) SetExecutionRules ¶
func (o *PublicActionLabels) SetExecutionRules(v map[string]string)
SetExecutionRules gets a reference to the given map[string]string and assigns it to the ExecutionRules field.
func (*PublicActionLabels) SetInputFieldDescriptions ¶
func (o *PublicActionLabels) SetInputFieldDescriptions(v map[string]string)
SetInputFieldDescriptions gets a reference to the given map[string]string and assigns it to the InputFieldDescriptions field.
func (*PublicActionLabels) SetInputFieldLabels ¶
func (o *PublicActionLabels) SetInputFieldLabels(v map[string]string)
SetInputFieldLabels gets a reference to the given map[string]string and assigns it to the InputFieldLabels field.
func (*PublicActionLabels) SetInputFieldOptionLabels ¶
func (o *PublicActionLabels) SetInputFieldOptionLabels(v map[string]map[string]string)
SetInputFieldOptionLabels gets a reference to the given map[string]map[string]string and assigns it to the InputFieldOptionLabels field.
func (*PublicActionLabels) SetOutputFieldLabels ¶
func (o *PublicActionLabels) SetOutputFieldLabels(v map[string]string)
SetOutputFieldLabels gets a reference to the given map[string]string and assigns it to the OutputFieldLabels field.
func (PublicActionLabels) ToMap ¶
func (o PublicActionLabels) ToMap() (map[string]interface{}, error)
func (*PublicActionLabels) UnmarshalJSON ¶
func (o *PublicActionLabels) UnmarshalJSON(data []byte) (err error)
type PublicActionRevision ¶
type PublicActionRevision struct { RevisionId string `json:"revisionId"` CreatedAt time.Time `json:"createdAt"` Definition PublicActionDefinition `json:"definition"` Id string `json:"id"` }
PublicActionRevision struct for PublicActionRevision
func NewPublicActionRevision ¶
func NewPublicActionRevision(revisionId string, createdAt time.Time, definition PublicActionDefinition, id string) *PublicActionRevision
NewPublicActionRevision instantiates a new PublicActionRevision object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPublicActionRevisionWithDefaults ¶
func NewPublicActionRevisionWithDefaults() *PublicActionRevision
NewPublicActionRevisionWithDefaults instantiates a new PublicActionRevision object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PublicActionRevision) GetCreatedAt ¶
func (o *PublicActionRevision) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*PublicActionRevision) GetCreatedAtOk ¶
func (o *PublicActionRevision) 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 (*PublicActionRevision) GetDefinition ¶
func (o *PublicActionRevision) GetDefinition() PublicActionDefinition
GetDefinition returns the Definition field value
func (*PublicActionRevision) GetDefinitionOk ¶
func (o *PublicActionRevision) GetDefinitionOk() (*PublicActionDefinition, bool)
GetDefinitionOk returns a tuple with the Definition field value and a boolean to check if the value has been set.
func (*PublicActionRevision) GetId ¶
func (o *PublicActionRevision) GetId() string
GetId returns the Id field value
func (*PublicActionRevision) GetIdOk ¶
func (o *PublicActionRevision) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PublicActionRevision) GetRevisionId ¶
func (o *PublicActionRevision) GetRevisionId() string
GetRevisionId returns the RevisionId field value
func (*PublicActionRevision) GetRevisionIdOk ¶
func (o *PublicActionRevision) GetRevisionIdOk() (*string, bool)
GetRevisionIdOk returns a tuple with the RevisionId field value and a boolean to check if the value has been set.
func (PublicActionRevision) MarshalJSON ¶
func (o PublicActionRevision) MarshalJSON() ([]byte, error)
func (*PublicActionRevision) SetCreatedAt ¶
func (o *PublicActionRevision) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*PublicActionRevision) SetDefinition ¶
func (o *PublicActionRevision) SetDefinition(v PublicActionDefinition)
SetDefinition sets field value
func (*PublicActionRevision) SetId ¶
func (o *PublicActionRevision) SetId(v string)
SetId sets field value
func (*PublicActionRevision) SetRevisionId ¶
func (o *PublicActionRevision) SetRevisionId(v string)
SetRevisionId sets field value
func (PublicActionRevision) ToMap ¶
func (o PublicActionRevision) ToMap() (map[string]interface{}, error)
func (*PublicActionRevision) UnmarshalJSON ¶
func (o *PublicActionRevision) UnmarshalJSON(data []byte) (err error)
type PublicConditionalSingleFieldDependency ¶
type PublicConditionalSingleFieldDependency struct { DependencyType string `json:"dependencyType"` DependentFieldNames []string `json:"dependentFieldNames"` ControllingFieldName string `json:"controllingFieldName"` ControllingFieldValue string `json:"controllingFieldValue"` }
PublicConditionalSingleFieldDependency struct for PublicConditionalSingleFieldDependency
func NewPublicConditionalSingleFieldDependency ¶
func NewPublicConditionalSingleFieldDependency(dependencyType string, dependentFieldNames []string, controllingFieldName string, controllingFieldValue string) *PublicConditionalSingleFieldDependency
NewPublicConditionalSingleFieldDependency instantiates a new PublicConditionalSingleFieldDependency object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPublicConditionalSingleFieldDependencyWithDefaults ¶
func NewPublicConditionalSingleFieldDependencyWithDefaults() *PublicConditionalSingleFieldDependency
NewPublicConditionalSingleFieldDependencyWithDefaults instantiates a new PublicConditionalSingleFieldDependency object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PublicConditionalSingleFieldDependency) GetControllingFieldName ¶
func (o *PublicConditionalSingleFieldDependency) GetControllingFieldName() string
GetControllingFieldName returns the ControllingFieldName field value
func (*PublicConditionalSingleFieldDependency) GetControllingFieldNameOk ¶
func (o *PublicConditionalSingleFieldDependency) GetControllingFieldNameOk() (*string, bool)
GetControllingFieldNameOk returns a tuple with the ControllingFieldName field value and a boolean to check if the value has been set.
func (*PublicConditionalSingleFieldDependency) GetControllingFieldValue ¶
func (o *PublicConditionalSingleFieldDependency) GetControllingFieldValue() string
GetControllingFieldValue returns the ControllingFieldValue field value
func (*PublicConditionalSingleFieldDependency) GetControllingFieldValueOk ¶
func (o *PublicConditionalSingleFieldDependency) GetControllingFieldValueOk() (*string, bool)
GetControllingFieldValueOk returns a tuple with the ControllingFieldValue field value and a boolean to check if the value has been set.
func (*PublicConditionalSingleFieldDependency) GetDependencyType ¶
func (o *PublicConditionalSingleFieldDependency) GetDependencyType() string
GetDependencyType returns the DependencyType field value
func (*PublicConditionalSingleFieldDependency) GetDependencyTypeOk ¶
func (o *PublicConditionalSingleFieldDependency) GetDependencyTypeOk() (*string, bool)
GetDependencyTypeOk returns a tuple with the DependencyType field value and a boolean to check if the value has been set.
func (*PublicConditionalSingleFieldDependency) GetDependentFieldNames ¶
func (o *PublicConditionalSingleFieldDependency) GetDependentFieldNames() []string
GetDependentFieldNames returns the DependentFieldNames field value
func (*PublicConditionalSingleFieldDependency) GetDependentFieldNamesOk ¶
func (o *PublicConditionalSingleFieldDependency) GetDependentFieldNamesOk() ([]string, bool)
GetDependentFieldNamesOk returns a tuple with the DependentFieldNames field value and a boolean to check if the value has been set.
func (PublicConditionalSingleFieldDependency) MarshalJSON ¶
func (o PublicConditionalSingleFieldDependency) MarshalJSON() ([]byte, error)
func (*PublicConditionalSingleFieldDependency) SetControllingFieldName ¶
func (o *PublicConditionalSingleFieldDependency) SetControllingFieldName(v string)
SetControllingFieldName sets field value
func (*PublicConditionalSingleFieldDependency) SetControllingFieldValue ¶
func (o *PublicConditionalSingleFieldDependency) SetControllingFieldValue(v string)
SetControllingFieldValue sets field value
func (*PublicConditionalSingleFieldDependency) SetDependencyType ¶
func (o *PublicConditionalSingleFieldDependency) SetDependencyType(v string)
SetDependencyType sets field value
func (*PublicConditionalSingleFieldDependency) SetDependentFieldNames ¶
func (o *PublicConditionalSingleFieldDependency) SetDependentFieldNames(v []string)
SetDependentFieldNames sets field value
func (PublicConditionalSingleFieldDependency) ToMap ¶
func (o PublicConditionalSingleFieldDependency) ToMap() (map[string]interface{}, error)
func (*PublicConditionalSingleFieldDependency) UnmarshalJSON ¶
func (o *PublicConditionalSingleFieldDependency) UnmarshalJSON(data []byte) (err error)
type PublicExecutionTranslationRule ¶
type PublicExecutionTranslationRule struct { LabelName string `json:"labelName"` Conditions map[string]map[string]interface{} `json:"conditions"` }
PublicExecutionTranslationRule struct for PublicExecutionTranslationRule
func NewPublicExecutionTranslationRule ¶
func NewPublicExecutionTranslationRule(labelName string, conditions map[string]map[string]interface{}) *PublicExecutionTranslationRule
NewPublicExecutionTranslationRule instantiates a new PublicExecutionTranslationRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPublicExecutionTranslationRuleWithDefaults ¶
func NewPublicExecutionTranslationRuleWithDefaults() *PublicExecutionTranslationRule
NewPublicExecutionTranslationRuleWithDefaults instantiates a new PublicExecutionTranslationRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PublicExecutionTranslationRule) GetConditions ¶
func (o *PublicExecutionTranslationRule) GetConditions() map[string]map[string]interface{}
GetConditions returns the Conditions field value
func (*PublicExecutionTranslationRule) GetConditionsOk ¶
func (o *PublicExecutionTranslationRule) GetConditionsOk() (map[string]map[string]interface{}, bool)
GetConditionsOk returns a tuple with the Conditions field value and a boolean to check if the value has been set.
func (*PublicExecutionTranslationRule) GetLabelName ¶
func (o *PublicExecutionTranslationRule) GetLabelName() string
GetLabelName returns the LabelName field value
func (*PublicExecutionTranslationRule) GetLabelNameOk ¶
func (o *PublicExecutionTranslationRule) GetLabelNameOk() (*string, bool)
GetLabelNameOk returns a tuple with the LabelName field value and a boolean to check if the value has been set.
func (PublicExecutionTranslationRule) MarshalJSON ¶
func (o PublicExecutionTranslationRule) MarshalJSON() ([]byte, error)
func (*PublicExecutionTranslationRule) SetConditions ¶
func (o *PublicExecutionTranslationRule) SetConditions(v map[string]map[string]interface{})
SetConditions sets field value
func (*PublicExecutionTranslationRule) SetLabelName ¶
func (o *PublicExecutionTranslationRule) SetLabelName(v string)
SetLabelName sets field value
func (PublicExecutionTranslationRule) ToMap ¶
func (o PublicExecutionTranslationRule) ToMap() (map[string]interface{}, error)
func (*PublicExecutionTranslationRule) UnmarshalJSON ¶
func (o *PublicExecutionTranslationRule) UnmarshalJSON(data []byte) (err error)
type PublicObjectRequestOptions ¶
type PublicObjectRequestOptions struct {
Properties []string `json:"properties"`
}
PublicObjectRequestOptions struct for PublicObjectRequestOptions
func NewPublicObjectRequestOptions ¶
func NewPublicObjectRequestOptions(properties []string) *PublicObjectRequestOptions
NewPublicObjectRequestOptions instantiates a new PublicObjectRequestOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPublicObjectRequestOptionsWithDefaults ¶
func NewPublicObjectRequestOptionsWithDefaults() *PublicObjectRequestOptions
NewPublicObjectRequestOptionsWithDefaults instantiates a new PublicObjectRequestOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PublicObjectRequestOptions) GetProperties ¶
func (o *PublicObjectRequestOptions) GetProperties() []string
GetProperties returns the Properties field value
func (*PublicObjectRequestOptions) GetPropertiesOk ¶
func (o *PublicObjectRequestOptions) GetPropertiesOk() ([]string, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (PublicObjectRequestOptions) MarshalJSON ¶
func (o PublicObjectRequestOptions) MarshalJSON() ([]byte, error)
func (*PublicObjectRequestOptions) SetProperties ¶
func (o *PublicObjectRequestOptions) SetProperties(v []string)
SetProperties sets field value
func (PublicObjectRequestOptions) ToMap ¶
func (o PublicObjectRequestOptions) ToMap() (map[string]interface{}, error)
func (*PublicObjectRequestOptions) UnmarshalJSON ¶
func (o *PublicObjectRequestOptions) UnmarshalJSON(data []byte) (err error)
type PublicSingleFieldDependency ¶
type PublicSingleFieldDependency struct { DependencyType string `json:"dependencyType"` DependentFieldNames []string `json:"dependentFieldNames"` ControllingFieldName string `json:"controllingFieldName"` }
PublicSingleFieldDependency struct for PublicSingleFieldDependency
func NewPublicSingleFieldDependency ¶
func NewPublicSingleFieldDependency(dependencyType string, dependentFieldNames []string, controllingFieldName string) *PublicSingleFieldDependency
NewPublicSingleFieldDependency instantiates a new PublicSingleFieldDependency object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPublicSingleFieldDependencyWithDefaults ¶
func NewPublicSingleFieldDependencyWithDefaults() *PublicSingleFieldDependency
NewPublicSingleFieldDependencyWithDefaults instantiates a new PublicSingleFieldDependency object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PublicSingleFieldDependency) GetControllingFieldName ¶
func (o *PublicSingleFieldDependency) GetControllingFieldName() string
GetControllingFieldName returns the ControllingFieldName field value
func (*PublicSingleFieldDependency) GetControllingFieldNameOk ¶
func (o *PublicSingleFieldDependency) GetControllingFieldNameOk() (*string, bool)
GetControllingFieldNameOk returns a tuple with the ControllingFieldName field value and a boolean to check if the value has been set.
func (*PublicSingleFieldDependency) GetDependencyType ¶
func (o *PublicSingleFieldDependency) GetDependencyType() string
GetDependencyType returns the DependencyType field value
func (*PublicSingleFieldDependency) GetDependencyTypeOk ¶
func (o *PublicSingleFieldDependency) GetDependencyTypeOk() (*string, bool)
GetDependencyTypeOk returns a tuple with the DependencyType field value and a boolean to check if the value has been set.
func (*PublicSingleFieldDependency) GetDependentFieldNames ¶
func (o *PublicSingleFieldDependency) GetDependentFieldNames() []string
GetDependentFieldNames returns the DependentFieldNames field value
func (*PublicSingleFieldDependency) GetDependentFieldNamesOk ¶
func (o *PublicSingleFieldDependency) GetDependentFieldNamesOk() ([]string, bool)
GetDependentFieldNamesOk returns a tuple with the DependentFieldNames field value and a boolean to check if the value has been set.
func (PublicSingleFieldDependency) MarshalJSON ¶
func (o PublicSingleFieldDependency) MarshalJSON() ([]byte, error)
func (*PublicSingleFieldDependency) SetControllingFieldName ¶
func (o *PublicSingleFieldDependency) SetControllingFieldName(v string)
SetControllingFieldName sets field value
func (*PublicSingleFieldDependency) SetDependencyType ¶
func (o *PublicSingleFieldDependency) SetDependencyType(v string)
SetDependencyType sets field value
func (*PublicSingleFieldDependency) SetDependentFieldNames ¶
func (o *PublicSingleFieldDependency) SetDependentFieldNames(v []string)
SetDependentFieldNames sets field value
func (PublicSingleFieldDependency) ToMap ¶
func (o PublicSingleFieldDependency) ToMap() (map[string]interface{}, error)
func (*PublicSingleFieldDependency) UnmarshalJSON ¶
func (o *PublicSingleFieldDependency) UnmarshalJSON(data []byte) (err error)
type RevisionsAPIService ¶
type RevisionsAPIService service
RevisionsAPIService RevisionsAPI service
func (*RevisionsAPIService) RevisionsGetByID ¶
func (a *RevisionsAPIService) RevisionsGetByID(ctx context.Context, definitionId string, revisionId string, appId int32) ApiRevisionsGetByIDRequest
RevisionsGetByID Gets a revision for a given definition by revision id
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param definitionId @param revisionId @param appId @return ApiRevisionsGetByIDRequest
func (*RevisionsAPIService) RevisionsGetByIDExecute ¶
func (a *RevisionsAPIService) RevisionsGetByIDExecute(r ApiRevisionsGetByIDRequest) (*PublicActionRevision, *http.Response, error)
Execute executes the request
@return PublicActionRevision
func (*RevisionsAPIService) RevisionsGetPage ¶
func (a *RevisionsAPIService) RevisionsGetPage(ctx context.Context, definitionId string, appId int32) ApiRevisionsGetPageRequest
RevisionsGetPage Get all revisions for a given definition
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param definitionId @param appId @return ApiRevisionsGetPageRequest
func (*RevisionsAPIService) RevisionsGetPageExecute ¶
func (a *RevisionsAPIService) RevisionsGetPageExecute(r ApiRevisionsGetPageRequest) (*CollectionResponsePublicActionRevisionForwardPaging, *http.Response, error)
Execute executes the request
@return CollectionResponsePublicActionRevisionForwardPaging
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 SingleFieldDependency ¶
type SingleFieldDependency struct { DependencyType string `json:"dependencyType"` DependentFieldNames []string `json:"dependentFieldNames"` ControllingFieldName string `json:"controllingFieldName"` }
SingleFieldDependency struct for SingleFieldDependency
func NewSingleFieldDependency ¶
func NewSingleFieldDependency(dependencyType string, dependentFieldNames []string, controllingFieldName string) *SingleFieldDependency
NewSingleFieldDependency instantiates a new SingleFieldDependency object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSingleFieldDependencyWithDefaults ¶
func NewSingleFieldDependencyWithDefaults() *SingleFieldDependency
NewSingleFieldDependencyWithDefaults instantiates a new SingleFieldDependency object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SingleFieldDependency) GetControllingFieldName ¶
func (o *SingleFieldDependency) GetControllingFieldName() string
GetControllingFieldName returns the ControllingFieldName field value
func (*SingleFieldDependency) GetControllingFieldNameOk ¶
func (o *SingleFieldDependency) GetControllingFieldNameOk() (*string, bool)
GetControllingFieldNameOk returns a tuple with the ControllingFieldName field value and a boolean to check if the value has been set.
func (*SingleFieldDependency) GetDependencyType ¶
func (o *SingleFieldDependency) GetDependencyType() string
GetDependencyType returns the DependencyType field value
func (*SingleFieldDependency) GetDependencyTypeOk ¶
func (o *SingleFieldDependency) GetDependencyTypeOk() (*string, bool)
GetDependencyTypeOk returns a tuple with the DependencyType field value and a boolean to check if the value has been set.
func (*SingleFieldDependency) GetDependentFieldNames ¶
func (o *SingleFieldDependency) GetDependentFieldNames() []string
GetDependentFieldNames returns the DependentFieldNames field value
func (*SingleFieldDependency) GetDependentFieldNamesOk ¶
func (o *SingleFieldDependency) GetDependentFieldNamesOk() ([]string, bool)
GetDependentFieldNamesOk returns a tuple with the DependentFieldNames field value and a boolean to check if the value has been set.
func (SingleFieldDependency) MarshalJSON ¶
func (o SingleFieldDependency) MarshalJSON() ([]byte, error)
func (*SingleFieldDependency) SetControllingFieldName ¶
func (o *SingleFieldDependency) SetControllingFieldName(v string)
SetControllingFieldName sets field value
func (*SingleFieldDependency) SetDependencyType ¶
func (o *SingleFieldDependency) SetDependencyType(v string)
SetDependencyType sets field value
func (*SingleFieldDependency) SetDependentFieldNames ¶
func (o *SingleFieldDependency) SetDependentFieldNames(v []string)
SetDependentFieldNames sets field value
Source Files ¶
- api_callbacks.go
- api_definitions.go
- api_functions.go
- api_revisions.go
- client.go
- configuration.go
- model_action_function.go
- model_action_function_identifier.go
- model_action_labels.go
- model_action_revision.go
- model_batch_input_callback_completion_batch_request.go
- model_callback_completion_batch_request.go
- model_callback_completion_request.go
- model_collection_response_action_function_identifier_no_paging.go
- model_collection_response_action_revision_forward_paging.go
- model_collection_response_extension_action_definition_forward_paging.go
- model_collection_response_public_action_definition_forward_paging.go
- model_collection_response_public_action_function_identifier_no_paging.go
- model_collection_response_public_action_revision_forward_paging.go
- model_conditional_single_field_dependency.go
- model_error.go
- model_error_detail.go
- model_extension_action_definition.go
- model_extension_action_definition_input.go
- model_extension_action_definition_patch.go
- model_extension_action_definition_patch_input_field_dependencies_inner.go
- model_field_type_definition.go
- model_forward_paging.go
- model_input_field_definition.go
- model_next_page.go
- model_object_request_options.go
- model_option.go
- model_output_field_definition.go
- model_public_action_definition.go
- model_public_action_definition_egg.go
- model_public_action_definition_input_field_dependencies_inner.go
- model_public_action_definition_patch.go
- model_public_action_function.go
- model_public_action_function_identifier.go
- model_public_action_labels.go
- model_public_action_revision.go
- model_public_conditional_single_field_dependency.go
- model_public_execution_translation_rule.go
- model_public_object_request_options.go
- model_public_single_field_dependency.go
- model_single_field_dependency.go
- response.go
- utils.go