ListDatasetsResponse constructor

ListDatasetsResponse({
  1. List<DatasetSummary>? datasets,
  2. String? nextToken,
})

Implementation

ListDatasetsResponse({
  this.datasets,
  this.nextToken,
});