ListDatastoresResponse constructor

ListDatastoresResponse({
  1. List<Datastore>? datastores,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListDatastoresResponse({
  this.datastores,
  this.nextPageToken,
  this.unreachable,
});