Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudMetastoreV1alphaCancelMigrationResponse

import type { GoogleCloudMetastoreV1alphaCancelMigrationResponse } from "https://googleapis.deno.dev/v1/metastore:v2.ts";

Response message for DataprocMetastore.CancelMigration.

interface GoogleCloudMetastoreV1alphaCancelMigrationResponse {
migrationExecution?: string;
}

§Properties

§
migrationExecution?: string
[src]

The relative resource name of the migration execution, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/migrationExecutions/{migration_execution_id}.