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

Configuration for the objects to be migrated.

Attributes

  • sourceObjectsConfig (type: GoogleApi.DataMigration.V1.Model.SourceObjectsConfig.t, default: nil) - The list of the migration job objects.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataMigration.V1.Model.MigrationJobObjectsConfig{
  sourceObjectsConfig:
    GoogleApi.DataMigration.V1.Model.SourceObjectsConfig.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.