ListDataSourcesResponse constructor
ListDataSourcesResponse({
- List<
DataSource> ? dataSources, - String? nextToken,
- String? requestId,
- int? status,
Implementation
ListDataSourcesResponse({
this.dataSources,
this.nextToken,
this.requestId,
this.status,
});