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

UDT's parent is a schema.

Attributes

  • customFeatures (type: map(), default: nil) - Custom engine specific features.
  • udtBody (type: String.t, default: nil) - The SQL code which creates the udt body.
  • udtSqlCode (type: String.t, default: nil) - The SQL code which creates the udt.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.UDTEntity{
  customFeatures: map() | nil,
  udtBody: String.t() | nil,
  udtSqlCode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.