View Source GoogleApi.DataMigration.V1.Model.RestartMigrationJobRequest (google_api_data_migration v0.21.0)

Request message for 'RestartMigrationJob' request.

Attributes

  • objectsFilter (type: GoogleApi.DataMigration.V1.Model.MigrationJobObjectsConfig.t, default: nil) - Optional. The object filter to apply to the migration job.
  • restartFailedObjects (type: boolean(), default: nil) - Optional. If true, only failed objects will be restarted.
  • skipValidation (type: boolean(), default: nil) - Optional. Restart the migration job without running prior configuration verification. Defaults to false.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataMigration.V1.Model.RestartMigrationJobRequest{
  objectsFilter:
    GoogleApi.DataMigration.V1.Model.MigrationJobObjectsConfig.t() | nil,
  restartFailedObjects: boolean() | nil,
  skipValidation: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.