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

GoogleCloudRunV2CancelExecutionRequest

import type { GoogleCloudRunV2CancelExecutionRequest } from "https://googleapis.deno.dev/v1/run:v2.ts";

Request message for deleting an Execution.

interface GoogleCloudRunV2CancelExecutionRequest {
etag?: string;
validateOnly?: boolean;
}

§Properties

§
etag?: string
[src]

A system-generated fingerprint for this version of the resource. This may be used to detect modification conflict during updates.

§
validateOnly?: boolean
[src]

Indicates that the request should be validated without actually cancelling any resources.