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

List of configurations for the source objects to be migrated.

Attributes

  • objectConfigs (type: list(GoogleApi.DataMigration.V1.Model.SourceObjectConfig.t), default: nil) - The list of the objects to be migrated.
  • objectsSelectionType (type: String.t, default: nil) - Optional. The objects selection type of the migration job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataMigration.V1.Model.SourceObjectsConfig{
  objectConfigs:
    [GoogleApi.DataMigration.V1.Model.SourceObjectConfig.t()] | nil,
  objectsSelectionType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.