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

ProjectsLocationsIntegrationsExecuteEventOptions

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

Additional options for Integrations#projectsLocationsIntegrationsExecuteEvent.

interface ProjectsLocationsIntegrationsExecuteEventOptions {
triggerId?: string;
}

§Properties

§
triggerId?: string
[src]

Required. Id of the integration trigger config. The trigger_id is in the format: integration_connector_trigger/projects/{gcp_project_id}/location/{location}/connections/{connection_name}/subscriptions/{subscription_name}.