datasets property
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;