ListDatasetsResponse constructor

ListDatasetsResponse({
  1. int? count,
  2. List<Dataset>? datasets,
  3. String? nextToken,
})

Implementation

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