GoogleCloudApihubV1Endpoint
import type { GoogleCloudApihubV1Endpoint } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The endpoint to be triggered for curation. The endpoint will be invoked with a request payload containing ApiMetadata. Response should contain curated data in the form of ApiMetadata.
interface GoogleCloudApihubV1Endpoint {
applicationIntegrationEndpointDetails?: GoogleCloudApihubV1ApplicationIntegrationEndpointDetails;
}§Properties
§
applicationIntegrationEndpointDetails?: GoogleCloudApihubV1ApplicationIntegrationEndpointDetails
[src]Required. The details of the Application Integration endpoint to be triggered for curation.