GoogleCloudApihubV1ListApisResponse
import type { GoogleCloudApihubV1ListApisResponse } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The ListApis method's response.
interface GoogleCloudApihubV1ListApisResponse {
apis?: GoogleCloudApihubV1Api[];
nextPageToken?: string;
}