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

GoogleCloudIntegrationsV1alphaCancelExecutionResponse

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

Response for cancelling an execution.

interface GoogleCloudIntegrationsV1alphaCancelExecutionResponse {
isCanceled?: boolean;
}

§Properties

§
isCanceled?: boolean
[src]

True if cancellation performed successfully