Struct google_bigquery2::DatasetListDatasets [] [src]

pub struct DatasetListDatasets {
    pub friendly_name: Option<String>,
    pub kind: Option<String>,
    pub labels: Option<HashMap<String, String>>,
    pub id: Option<String>,
    pub dataset_reference: Option<DatasetReference>,
}

An array of the dataset resources in the project. Each resource contains basic information. For full information about a particular dataset resource, use the Datasets: get method. This property is omitted when there are no datasets in the project.

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

Fields

A descriptive name for the dataset, if one exists.

The resource type. This property always returns the value "bigquery#dataset".

The labels associated with this dataset. You can use these to organize and group your datasets.

The fully-qualified, unique, opaque ID of the dataset.

The dataset reference. Use this property to access specific parts of the dataset's ID, such as project ID or dataset ID.

Trait Implementations

impl Default for DatasetListDatasets
[src]

[src]

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

impl Clone for DatasetListDatasets
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DatasetListDatasets
[src]

[src]

Formats the value using the given formatter.

impl NestedType for DatasetListDatasets
[src]

impl Part for DatasetListDatasets
[src]