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

CreateChildRolloutJobRun

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

CreateChildRolloutJobRun contains information specific to a createChildRollout JobRun.

interface CreateChildRolloutJobRun {
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 Phase initiated by this JobRun.