View Source GoogleApi.DataMigration.V1.Model.SynonymEntity (google_api_data_migration v0.17.1)

Synonym's parent is a schema.

Attributes

  • customFeatures (type: map(), default: nil) - Custom engine specific features.
  • sourceEntity (type: String.t, default: nil) - The name of the entity for which the synonym is being created (the source).
  • sourceType (type: String.t, default: nil) - The type of the entity for which the synonym is being created (usually a table or a sequence).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.SynonymEntity{
  customFeatures: map() | nil,
  sourceEntity: String.t() | nil,
  sourceType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.