DatastoreStorageSummary constructor
DatastoreStorageSummary({
- CustomerManagedDatastoreS3StorageSummary? customerManagedS3,
- ServiceManagedDatastoreS3StorageSummary? serviceManagedS3,
Implementation
DatastoreStorageSummary({
this.customerManagedS3,
this.serviceManagedS3,
});