google_api_big_query v0.12.0 GoogleApi.BigQuery.V2.Model.DatasetList View Source
Attributes
- datasets (list(GoogleApi.BigQuery.V2.Model.DatasetListDatasets.t)): 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. Defaults to
nil
. - etag (String.t): A hash value of the results page. You can use this property to determine if the page has changed since the last request. Defaults to
nil
. - kind (String.t): The list type. This property always returns the value "bigquery#datasetList". Defaults to
bigquery#datasetList
. - nextPageToken (String.t): A token that can be used to request the next results page. This property is omitted on the final results page. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.BigQuery.V2.Model.DatasetList{
datasets: [GoogleApi.BigQuery.V2.Model.DatasetListDatasets.t()],
etag: String.t(),
kind: String.t(),
nextPageToken: String.t()
}
t() :: %GoogleApi.BigQuery.V2.Model.DatasetList{ datasets: [GoogleApi.BigQuery.V2.Model.DatasetListDatasets.t()], etag: String.t(), kind: String.t(), nextPageToken: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.