Struct google_bigquery2::DatasetList [] [src]

pub struct DatasetList {
    pub next_page_token: Option<String>,
    pub kind: Option<String>,
    pub datasets: Option<Vec<DatasetListDatasets>>,
    pub etag: Option<String>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

A token that can be used to request the next results page. This property is omitted on the final results page.

The list type. This property always returns the value "bigquery#datasetList".

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.

A hash value of the results page. You can use this property to determine if the page has changed since the last request.

Trait Implementations

impl Debug for DatasetList
[src]

Formats the value using the given formatter.

impl Clone for DatasetList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DatasetList
[src]

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

impl ResponseResult for DatasetList
[src]