GoogleCloudApihubV1ListPluginInstancesResponse
import type { GoogleCloudApihubV1ListPluginInstancesResponse } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The ListPluginInstances method's response.
interface GoogleCloudApihubV1ListPluginInstancesResponse {
nextPageToken?: string;
pluginInstances?: GoogleCloudApihubV1PluginInstance[];
}