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

Status for the execution attempt.

Attributes

  • endTime (type: DateTime.t, default: nil) - The end time of the integration execution for current attempt.
  • startTime (type: DateTime.t, default: nil) - The start time of the integration execution for current attempt. This could be in the future if it's been scheduled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaAttemptStats{
    endTime: DateTime.t() | nil,
    startTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.