View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoTaskEntity (google_api_integrations v0.11.0)
Contains a task's metadata and associated information. Next available id: 7
Attributes
-
disabledForVpcSc
(type:boolean()
, default:nil
) - True if the task has conflict with vpcsc -
metadata
(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoTaskMetadata.t
, default:nil
) - Metadata inclueds the task name, author and so on. -
paramSpecs
(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage.t
, default:nil
) - Declarations for inputs/outputs for a TypedTask. This is also associated with the METADATA mask. -
stats
(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusStats.t
, default:nil
) - Deprecated - statistics from the Monarch query. -
taskType
(type:String.t
, default:nil
) - Defines the type of the task -
uiConfig
(type:GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoTaskUiConfig.t
, default:nil
) - UI configuration for this task Also associated with the METADATA mask.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoTaskEntity{ disabledForVpcSc: boolean() | nil, metadata: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoTaskMetadata.t() | nil, paramSpecs: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage.t() | nil, stats: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusStats.t() | nil, taskType: String.t() | nil, uiConfig: GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoTaskUiConfig.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.