GoogleChromeManagementV1StorageStatusReport constructor
      
      GoogleChromeManagementV1StorageStatusReport({ 
    
    
- List<
GoogleChromeManagementV1DiskInfo> ? disk, - String? reportTime,
 
Implementation
GoogleChromeManagementV1StorageStatusReport({
  this.disk,
  this.reportTime,
});