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

AdvanceChildRolloutJobRun

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

AdvanceChildRolloutJobRun contains information specific to a advanceChildRollout JobRun.

interface AdvanceChildRolloutJobRun {
readonly rollout?: string;
readonly rolloutPhaseId?: string;
}

§Properties

§
readonly rollout?: string
[src]

Output only. Name of the ChildRollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}.

§
readonly rolloutPhaseId?: string
[src]

Output only. the ID of the ChildRollout's Phase.