View Source GoogleApi.CloudDeploy.V1.Model.RetryPhase (google_api_cloud_deploy v0.6.0)

RetryPhase contains the retry attempts and the metadata for initiating a new attempt.

Attributes

  • attempts (type: list(GoogleApi.CloudDeploy.V1.Model.RetryAttempt.t), default: nil) - Output only. Detail of a retry action.
  • backoffMode (type: String.t, default: nil) - Output only. The pattern of how the wait time of the retry attempt is calculated.
  • jobId (type: String.t, default: nil) - Output only. The job ID for the Job to retry.
  • phaseId (type: String.t, default: nil) - Output only. The phase ID of the phase that includes the job being retried.
  • totalAttempts (type: String.t, default: nil) - Output only. The number of attempts that have been made.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.RetryPhase{
  attempts: [GoogleApi.CloudDeploy.V1.Model.RetryAttempt.t()] | nil,
  backoffMode: String.t() | nil,
  jobId: String.t() | nil,
  phaseId: String.t() | nil,
  totalAttempts: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.