View Source GoogleApi.DataMigration.V1.Model.VerifyMigrationJobRequest (google_api_data_migration v0.15.0)

Request message for 'VerifyMigrationJob' request.

Attributes

  • migrationJob (type: GoogleApi.DataMigration.V1.Model.MigrationJob.t, default: nil) - Optional. The changed migration job parameters to verify. It will not update the migration job.
  • updateMask (type: String.t, default: nil) - Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.VerifyMigrationJobRequest{
  migrationJob: GoogleApi.DataMigration.V1.Model.MigrationJob.t() | nil,
  updateMask: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.