Struct google_bigquery2::TableReference [] [src]

pub struct TableReference {
    pub project_id: Option<String>,
    pub table_id: Option<String>,
    pub dataset_id: Option<String>,
}

There is no detailed description.

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

Fields

[Required] The ID of the project containing this table.

[Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

[Required] The ID of the dataset containing this table.

Trait Implementations

impl Debug for TableReference
[src]

Formats the value using the given formatter.

impl Clone for TableReference
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TableReference
[src]

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

impl Part for TableReference
[src]