GoogleCloudApihubV1CollectApiDataRequest
import type { GoogleCloudApihubV1CollectApiDataRequest } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The CollectApiData method's request.
interface GoogleCloudApihubV1CollectApiDataRequest {
actionId?: string;
apiData?: GoogleCloudApihubV1ApiData;
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.
§
apiData?: GoogleCloudApihubV1ApiData
[src]Required. The API data to be collected.