View Source GoogleApi.BigQuery.V2.Model.TableListTablesView (google_api_big_query v0.84.2)

Information about a logical view.

Attributes

  • privacyPolicy (type: GoogleApi.BigQuery.V2.Model.PrivacyPolicy.t, default: nil) - Specifices 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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.