View Source GoogleApi.CloudDeploy.V1.Model.Rollback (google_api_cloud_deploy v0.13.1)

Rolls back a Rollout.

Attributes

  • destinationPhase (type: String.t, default: nil) - Optional. The starting phase ID for the Rollout. If unspecified, the Rollout will start in the stable phase.
  • disableRollbackIfRolloutPending (type: boolean(), default: nil) - Optional. If pending rollout exists on the target, the rollback operation will be aborted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudDeploy.V1.Model.Rollback{
  destinationPhase: String.t() | nil,
  disableRollbackIfRolloutPending: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.