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

RetryJobRequest

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

RetryJobRequest is the request object used by RetryJob.

interface RetryJobRequest {
jobId?: string;
overrideDeployPolicy?: string[];
phaseId?: string;
}

§Properties

§
jobId?: string
[src]

Required. The job ID for the Job to retry.

§
overrideDeployPolicy?: string[]
[src]

Optional. Deploy policies to override. Format is projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.

§
phaseId?: string
[src]

Required. The phase ID the Job to retry belongs to.