View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoTaskExecutionDetails (google_api_integrations v0.5.0)

Contains the details of the execution of this task. Next available id: 11

Attributes

  • taskAttemptStats (type: list(GoogleApi.Integrations.V1alpha.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.V1alpha.Model.EnterpriseCrmEventbusProtoTaskExecutionDetails{
    taskAttemptStats:
      [
        GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoTaskExecutionDetailsTaskAttemptStats.t()
      ]
      | nil,
    taskExecutionState: String.t() | nil,
    taskNumber: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.