Struct google_bigquery2::DatasetReference [] [src]

pub struct DatasetReference {
    pub project_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

[Optional] The ID of the project containing this dataset.

[Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

Trait Implementations

impl Default for DatasetReference
[src]

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

impl Clone for DatasetReference
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DatasetReference
[src]

Formats the value using the given formatter.

impl Part for DatasetReference
[src]