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

GoogleCloudIntegrationsV1alphaExecuteEventResponse

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

The response for executing an integration.

interface GoogleCloudIntegrationsV1alphaExecuteEventResponse {
executionId?: string;
}

§Properties

§
executionId?: string
[src]

The id of the execution corresponding to this run of integration.