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

ProjectsLocationsJobsDeleteOptions

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

Additional options for StorageBatchOperations#projectsLocationsJobsDelete.

interface ProjectsLocationsJobsDeleteOptions {
force?: boolean;
requestId?: string;
}

§Properties

§
force?: boolean
[src]

Optional. If set to true, any child bucket operations of the job will also be deleted. Highly recommended to be set to true by all clients. Users cannot mutate bucket operations directly, so only the jobs.delete permission is required to delete a job (and its child bucket operations).

§
requestId?: string
[src]

Optional. An optional request ID to identify requests. Specify a unique request ID in case you need to retry your request. Requests with same request_id will be ignored for at least 60 minutes since the first request. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).