Struct google_bigquery2::TableListTablesView[][src]

pub struct TableListTablesView {
    pub use_legacy_sql: Option<bool>,
}

Additional details for a view.

This type is not used in any activity, and only used as part of another schema.

Fields

True if view is defined in legacy SQL dialect, false if in standard SQL.

Trait Implementations

impl Default for TableListTablesView
[src]

Returns the "default value" for a type. Read more

impl Clone for TableListTablesView
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TableListTablesView
[src]

Formats the value using the given formatter. Read more

impl NestedType for TableListTablesView
[src]

impl Part for TableListTablesView
[src]

Auto Trait Implementations