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

RetryAttempt represents an action of retrying the failed Cloud Deploy job.

Attributes

  • attempt (type: String.t, default: nil) - Output only. The index of this retry attempt.
  • state (type: String.t, default: nil) - Output only. Valid state of this retry action.
  • stateDesc (type: String.t, default: nil) - Output only. Description of the state of the Retry.
  • wait (type: String.t, default: nil) - Output only. How long the operation will be paused.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.RetryAttempt{
  attempt: String.t() | nil,
  state: String.t() | nil,
  stateDesc: String.t() | nil,
  wait: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.