GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec (google_api_data_catalog v0.32.2)

View Source

Specification that applies to database view.

Attributes

  • baseTable (type: String.t, default: nil) - Name of a singular table this view reflects one to one.
  • sqlQuery (type: String.t, default: nil) - SQL query used to generate this view.
  • viewType (type: String.t, default: nil) - Type of this view.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec{
    baseTable: String.t() | nil,
    sqlQuery: String.t() | nil,
    viewType: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.