ListDataSetsResponse constructor
ListDataSetsResponse({
- List<
DataSetSummary> ? dataSetSummaries, - String? nextToken,
- String? requestId,
- int? status,
Implementation
ListDataSetsResponse({
this.dataSetSummaries,
this.nextToken,
this.requestId,
this.status,
});