GoogleCloudApihubV1ListDeploymentsResponse
import type { GoogleCloudApihubV1ListDeploymentsResponse } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The ListDeployments method's response.
interface GoogleCloudApihubV1ListDeploymentsResponse {
deployments?: GoogleCloudApihubV1Deployment[];
nextPageToken?: string;
}