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

MaterializedView's parent is a schema.

Attributes

  • customFeatures (type: map(), default: nil) - Custom engine specific features.
  • indices (type: list(GoogleApi.DataMigration.V1.Model.IndexEntity.t), default: nil) - View indices.
  • sqlCode (type: String.t, default: nil) - The SQL code which creates the view.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataMigration.V1.Model.MaterializedViewEntity{
  customFeatures: map() | nil,
  indices: [GoogleApi.DataMigration.V1.Model.IndexEntity.t()] | nil,
  sqlCode: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.