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

GoogleCloudApihubV1CollectApiDataRequest

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

The CollectApiData method's request.

interface GoogleCloudApihubV1CollectApiDataRequest {
actionId?: string;
collectionType?: "COLLECTION_TYPE_UNSPECIFIED" | "COLLECTION_TYPE_UPSERT" | "COLLECTION_TYPE_DELETE";
pluginInstance?: string;
}

§Properties

§
actionId?: string
[src]

Required. The action ID to be used for collecting the API data. This should map to one of the action IDs specified in action configs in the plugin.

§

Required. The API data to be collected.

§
collectionType?: "COLLECTION_TYPE_UNSPECIFIED" | "COLLECTION_TYPE_UPSERT" | "COLLECTION_TYPE_DELETE"
[src]

Required. The type of collection. Applies to all entries in api_data.

§
pluginInstance?: string
[src]

Required. The plugin instance collecting the API data. Format: projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}.