View Source GoogleApi.DataMigration.V1.Model.ViewEntity (google_api_data_migration v0.13.0)

View'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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.