ListDataSourcesResponse constructor

ListDataSourcesResponse({
  1. List<DataSource>? dataSources,
  2. String? nextToken,
  3. String? requestId,
  4. int? status,
})

Implementation

ListDataSourcesResponse({
  this.dataSources,
  this.nextToken,
  this.requestId,
  this.status,
});