GoogleChromeManagementV1StorageStatusReport constructor

GoogleChromeManagementV1StorageStatusReport({
  1. List<GoogleChromeManagementV1DiskInfo>? disk,
  2. String? reportTime,
})

Implementation

GoogleChromeManagementV1StorageStatusReport({
  this.disk,
  this.reportTime,
});