GoogleApi.BigQuery.V2.Model.ForeignViewDefinition (google_api_big_query v0.88.0)

View Source

A view can be represented in multiple ways. Each representation has its own dialect. This message stores the metadata required for these representations.

Attributes

  • dialect (type: String.t, default: nil) - Optional. Represents the dialect of the query.
  • query (type: String.t, default: nil) - Required. The query that defines the view.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQuery.V2.Model.ForeignViewDefinition{
  dialect: String.t() | nil,
  query: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.