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

A specific Migration Job Object (e.g. a specifc DB Table)

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The creation time of the migration job object.
  • error (type: GoogleApi.DataMigration.V1.Model.Status.t, default: nil) - Output only. The error details in case of failure.
  • name (type: String.t, default: nil) - The object's name.
  • phase (type: String.t, default: nil) - Output only. The phase of the migration job object.
  • sourceObject (type: GoogleApi.DataMigration.V1.Model.SourceObjectIdentifier.t, default: nil) - The object identifier in the data source.
  • state (type: String.t, default: nil) - The state of the migration job object.
  • updateTime (type: DateTime.t, default: nil) - Output only. The last update time of the migration job object.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataMigration.V1.Model.MigrationJobObject{
  createTime: DateTime.t() | nil,
  error: GoogleApi.DataMigration.V1.Model.Status.t() | nil,
  name: String.t() | nil,
  phase: String.t() | nil,
  sourceObject:
    GoogleApi.DataMigration.V1.Model.SourceObjectIdentifier.t() | nil,
  state: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.