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;
}