View Source GoogleApi.BigQuery.V2.Model.ForeignViewDefinition (google_api_big_query v0.83.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.