ListDatasetGroupsResponse constructor
ListDatasetGroupsResponse({
- List<
DatasetGroupSummary> ? datasetGroups, - String? nextToken,
Implementation
ListDatasetGroupsResponse({
this.datasetGroups,
this.nextToken,
});