GoogleCloudMetastoreV2ListBackupsResponse
import type { GoogleCloudMetastoreV2ListBackupsResponse } from "https://googleapis.deno.dev/v1/metastore:v2.ts";
Response message for DataprocMetastore.ListBackups.
interface GoogleCloudMetastoreV2ListBackupsResponse {
backups?: GoogleCloudMetastoreV2Backup[];
nextPageToken?: string;
unreachable?: string[];
}