GoogleCloudApihubV1ListPluginsResponse
import type { GoogleCloudApihubV1ListPluginsResponse } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The ListPlugins method's response.
interface GoogleCloudApihubV1ListPluginsResponse {
nextPageToken?: string;
plugins?: GoogleCloudApihubV1Plugin[];
}