View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaTaskExecutionDetails (google_api_integrations v0.12.1)

Contains the details of the execution of this task.

Attributes

  • taskAttemptStats (type: list(GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAttemptStats.t), default: nil) - Status for the current task execution attempt.
  • taskExecutionState (type: String.t, default: nil) - The execution state of this task.
  • 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

t()

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaTaskExecutionDetails{
    taskAttemptStats:
      [
        GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAttemptStats.t()
      ]
      | nil,
    taskExecutionState: String.t() | nil,
    taskNumber: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.