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

An identifier for the Migration Job Object.

Attributes

  • database (type: String.t, default: nil) - The database name. This will be required only if the object uses a database name as part of its unique identifier.
  • type (type: String.t, default: nil) - Required. The type of the migration job object.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataMigration.V1.Model.SourceObjectIdentifier{
  database: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.