GoogleApi.CloudDeploy.V1.Model.RetryPhase (google_api_cloud_deploy v0.14.0)

View Source

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.
  • 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.