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

TimedPromoteReleaseCondition

import type { TimedPromoteReleaseCondition } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";

TimedPromoteReleaseCondition contains conditions specific to an Automation with a Timed Promote Release rule defined.

interface TimedPromoteReleaseCondition {
readonly nextPromotionTime?: Date;
readonly targetsList?: Targets[];
}

§Properties

§
readonly nextPromotionTime?: Date
[src]

Output only. When the next scheduled promotion(s) will occur.

§
readonly targetsList?: Targets[]
[src]

Output only. A list of targets involved in the upcoming timed promotion(s).