GoogleCloudApihubV1ListVersionsResponse
import type { GoogleCloudApihubV1ListVersionsResponse } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The ListVersions method's response.
interface GoogleCloudApihubV1ListVersionsResponse {
nextPageToken?: string;
versions?: GoogleCloudApihubV1Version[];
}