datasets property

List<DatasetListDatasets>? datasets
getter/setter pair

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.

Implementation

core.List<DatasetListDatasets>? datasets;