DescribeDatastoreResponse constructor
DescribeDatastoreResponse({
- Datastore? datastore,
- DatastoreStatistics? statistics,
Implementation
DescribeDatastoreResponse({
this.datastore,
this.statistics,
});