View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecutionDetails (google_api_integrations v0.2.0)

Contains the details of the execution info: this includes the tasks execution details plus the event execution statistics.

Attributes

  • attemptStats (type: list(GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAttemptStats.t), default: nil) - List of Start and end time of the execution attempts.
  • eventExecutionSnapshotsSize (type: String.t, default: nil) - Total size of all event_execution_snapshots for an execution
  • executionSnapshots (type: list(GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecutionSnapshot.t), default: nil) - List of snapshots taken during the execution.
  • state (type: String.t, default: nil) - Status of the execution.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecutionDetails{
    attemptStats:
      [
        GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAttemptStats.t()
      ]
      | nil,
    eventExecutionSnapshotsSize: String.t() | nil,
    executionSnapshots:
      [
        GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaExecutionSnapshot.t()
      ]
      | nil,
    state: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.