GoogleApi.Metastore.V1beta.Model.CancelMigrationResponse (google_api_metastore v0.12.0)

View Source

Response 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

t()

@type t() :: %GoogleApi.Metastore.V1beta.Model.CancelMigrationResponse{
  migrationExecution: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.