GoogleApi.Metastore.V1beta.Model.CancelMigrationResponse (google_api_metastore v0.12.0)
View SourceResponse message for DataprocMetastore.CancelMigration.
Attributes
-
migrationExecution
(type:String.t
, default:nil
) - 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}.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Metastore.V1beta.Model.CancelMigrationResponse{ migrationExecution: String.t() | nil }