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

AutomationRolloutMetadata contains Automation-related actions that were performed on a rollout.

Attributes

  • advanceAutomationRuns (type: list(String.t), default: nil) - Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.
  • currentRepairAutomationRun (type: String.t, default: nil) - Output only. The current AutomationRun repairing the rollout.
  • promoteAutomationRun (type: String.t, default: nil) - Output only. The ID of the AutomationRun initiated by a promote release rule.
  • repairAutomationRuns (type: list(String.t), default: nil) - Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.AutomationRolloutMetadata{
  advanceAutomationRuns: [String.t()] | nil,
  currentRepairAutomationRun: String.t() | nil,
  promoteAutomationRun: String.t() | nil,
  repairAutomationRuns: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.