GoogleApi.DataMigration.V1.Model.ViewEntity (google_api_data_migration v0.22.0)
View SourceView's parent is a schema.
Attributes
-
constraints(type:list(GoogleApi.DataMigration.V1.Model.ConstraintEntity.t), default:nil) - View constraints. -
customFeatures(type:map(), default:nil) - Custom engine specific features. -
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
@type t() :: %GoogleApi.DataMigration.V1.Model.ViewEntity{ constraints: [GoogleApi.DataMigration.V1.Model.ConstraintEntity.t()] | nil, customFeatures: map() | nil, sqlCode: String.t() | nil }