GoogleChromeManagementV1StorageInfoDiskVolume constructor

GoogleChromeManagementV1StorageInfoDiskVolume({
  1. String? storageFreeBytes,
  2. String? storageTotalBytes,
  3. String? volumeId,
})

Implementation

GoogleChromeManagementV1StorageInfoDiskVolume({
  this.storageFreeBytes,
  this.storageTotalBytes,
  this.volumeId,
});