Struct google_bigquery2::TableListTables [] [src]

pub struct TableListTables {
    pub friendly_name: Option<String>,
    pub kind: Option<String>,
    pub type_: Option<String>,
    pub id: Option<String>,
    pub table_reference: Option<TableReference>,
}

Tables in the requested dataset.

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

Fields

The user-friendly name for this table.

The resource type.

The type of table. Possible values are: TABLE, VIEW.

An opaque ID of the table

A reference uniquely identifying the table.

Trait Implementations

impl Debug for TableListTables
[src]

Formats the value using the given formatter.

impl Clone for TableListTables
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TableListTables
[src]

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

impl NestedType for TableListTables
[src]

impl Part for TableListTables
[src]