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

Request for looking up a specific migration job object by its source object identifier.

Attributes

  • sourceObjectIdentifier (type: GoogleApi.DataMigration.V1.Model.SourceObjectIdentifier.t, default: nil) - Required. The source object identifier which maps to the migration job object.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataMigration.V1.Model.LookupMigrationJobObjectRequest{
  sourceObjectIdentifier:
    GoogleApi.DataMigration.V1.Model.SourceObjectIdentifier.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.