GoogleCloudMetastoreV1alphaCancelMigrationResponse
import type { GoogleCloudMetastoreV1alphaCancelMigrationResponse } from "https://googleapis.deno.dev/v1/metastore:v2.ts";
Response message for DataprocMetastore.CancelMigration.
interface GoogleCloudMetastoreV1alphaCancelMigrationResponse {
migrationExecution?: string;
}