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

IgnoreJobRequest

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

The request object used by IgnoreJob.

interface IgnoreJobRequest {
jobId?: string;
phaseId?: string;
}

§Properties

§
jobId?: string
[src]

Required. The job ID for the Job to ignore.

§
phaseId?: string
[src]

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