GoogleApi.BigQuery.V2.Model.TableListTablesView (google_api_big_query v0.88.0)
View SourceInformation 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
@type t() :: %GoogleApi.BigQuery.V2.Model.TableListTablesView{ privacyPolicy: GoogleApi.BigQuery.V2.Model.PrivacyPolicy.t() | nil, useLegacySql: boolean() | nil }