AutomationRolloutMetadata
import type { AutomationRolloutMetadata } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";
AutomationRolloutMetadata contains Automation-related actions that were performed on a rollout.
interface AutomationRolloutMetadata {
readonly advanceAutomationRuns?: string[];
readonly promoteAutomationRun?: string;
readonly repairAutomationRuns?: string[];
}