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

RollbackAttempt represents an action of rolling back a Cloud Deploy 'Target'.

Attributes

  • destinationPhase (type: String.t, default: nil) - Output only. The phase to which the rollout will be rolled back to.
  • rolloutId (type: String.t, default: nil) - Output only. ID of the rollback Rollout to create.
  • state (type: String.t, default: nil) - Output only. Valid state of this rollback action.
  • stateDesc (type: String.t, default: nil) - Output only. Description of the state of the Rollback.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.RollbackAttempt{
  destinationPhase: String.t() | nil,
  rolloutId: String.t() | nil,
  state: String.t() | nil,
  stateDesc: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.