ListDatastoresResponse constructor

ListDatastoresResponse({
  1. List<DatastoreSummary>? datastoreSummaries,
  2. String? nextToken,
})

Implementation

ListDatastoresResponse({
  this.datastoreSummaries,
  this.nextToken,
});