-
datasets
(type:list(GoogleApi.BigQuery.V2.Model.DatasetListDatasets.t)
, default:nil
) - 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. -
etag
(type:String.t
, default:nil
) - A hash value of the results page. You can use this property to determine if the page has changed since the last request. -
kind
(type:String.t
, default:bigquery#datasetList
) - The list type. This property always returns the value "bigquery#datasetList". -
nextPageToken
(type:String.t
, default:nil
) - A token that can be used to request the next results page. This property is omitted on the final results page.
Specs
t() :: %GoogleApi.BigQuery.V2.Model.DatasetList{ datasets: [GoogleApi.BigQuery.V2.Model.DatasetListDatasets.t()], etag: String.t(), kind: String.t(), nextPageToken: String.t() }