GoogleCloudApihubV1ListApiOperationsResponse
import type { GoogleCloudApihubV1ListApiOperationsResponse } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The ListApiOperations method's response.
interface GoogleCloudApihubV1ListApiOperationsResponse {
apiOperations?: GoogleCloudApihubV1ApiOperation[];
nextPageToken?: string;
}