ListDatasetGroupsResponse constructor

ListDatasetGroupsResponse({
  1. List<DatasetGroupSummary>? datasetGroups,
  2. String? nextToken,
})

Implementation

ListDatasetGroupsResponse({
  this.datasetGroups,
  this.nextToken,
});