TimedPromoteReleaseOperation
import type { TimedPromoteReleaseOperation } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";
Contains the information of an automated timed promote-release operation.
interface TimedPromoteReleaseOperation {
readonly phase?: string;
readonly release?: string;
readonly targetId?: string;
}