ListDataSetsResponse constructor

ListDataSetsResponse({
  1. List<DataSetEntry>? dataSets,
  2. String? nextToken,
})

Implementation

ListDataSetsResponse({
  this.dataSets,
  this.nextToken,
});