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

GoogleCloudApihubV1ApplicationIntegrationEndpointDetails

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

The details of the Application Integration endpoint to be triggered for curation.

interface GoogleCloudApihubV1ApplicationIntegrationEndpointDetails {
triggerId?: string;
uri?: string;
}

§Properties

§
triggerId?: string
[src]

Required. The API trigger ID of the Application Integration workflow.

§
uri?: string
[src]

Required. The endpoint URI should be a valid REST URI for triggering an Application Integration. Format: https://integrations.googleapis.com/v1/{name=projects/*\/locations/*\/integrations/*}:execute or https://{location}-integrations.googleapis.com/v1/{name=projects/*\/locations/*\/integrations/*}:execute