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

View Source

Information about a logical view.

Attributes

  • privacyPolicy (type: GoogleApi.BigQuery.V2.Model.PrivacyPolicy.t, default: nil) - Specifies the privacy policy for the view.
  • useLegacySql (type: boolean(), default: nil) - True if view is defined in legacy SQL dialect, false if in GoogleSQL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQuery.V2.Model.TableListTablesView{
  privacyPolicy: GoogleApi.BigQuery.V2.Model.PrivacyPolicy.t() | nil,
  useLegacySql: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.