ChannelStorageSummary constructor

ChannelStorageSummary({
  1. CustomerManagedChannelS3StorageSummary? customerManagedS3,
  2. ServiceManagedChannelS3StorageSummary? serviceManagedS3,
})

Implementation

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