DatastoreStorageSummary constructor

DatastoreStorageSummary({
  1. CustomerManagedDatastoreS3StorageSummary? customerManagedS3,
  2. ServiceManagedDatastoreS3StorageSummary? serviceManagedS3,
})

Implementation

DatastoreStorageSummary({
  this.customerManagedS3,
  this.serviceManagedS3,
});