GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoTaskExecutionDetails (google_api_integrations v0.15.0)
View SourceContains the details of the execution of this task. Next available id: 11
Attributes
-
skippedOnFailure(type:boolean(), default:nil) - Indicates whether the task was skipped on failure. Only relevant if the task is in SKIPPED state. -
taskAttemptStats(type:list(GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoTaskExecutionDetailsTaskAttemptStats.t), default:nil) - -
taskExecutionState(type:String.t, default:nil) - -
taskNumber(type:String.t, default:nil) - Pointer to the task config it used for execution.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoTaskExecutionDetails{ skippedOnFailure: boolean() | nil, taskAttemptStats: [ GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoTaskExecutionDetailsTaskAttemptStats.t() ] | nil, taskExecutionState: String.t() | nil, taskNumber: String.t() | nil }