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

§Properties

§
readonly advanceAutomationRuns?: string[]
[src]

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

§
readonly promoteAutomationRun?: string
[src]

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

§
readonly repairAutomationRuns?: string[]
[src]

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