Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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 currentRepairAutomationRun?: string;
readonly promoteAutomationRun?: string;
readonly repairAutomationRuns?: string[];
}

§Properties

§
readonly advanceAutomationRuns?: string[]
[src]

Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.

§
readonly currentRepairAutomationRun?: string
[src]

Output only. The current AutomationRun repairing the rollout.

§
readonly promoteAutomationRun?: string
[src]

Output only. The ID of the AutomationRun initiated by a promote release rule.

§
readonly repairAutomationRuns?: string[]
[src]

Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.