CustomerStorageMessage constructor

CustomerStorageMessage(
  1. {double? totalBackupSizeInMegaBytes,
  2. double? totalProvisionedStorageInMegaBytes}
)

Implementation

CustomerStorageMessage({
  this.totalBackupSizeInMegaBytes,
  this.totalProvisionedStorageInMegaBytes,
});