GoogleChromeManagementV1DiskInfo constructor

GoogleChromeManagementV1DiskInfo({
  1. String? bytesReadThisSession,
  2. String? bytesWrittenThisSession,
  3. String? discardTimeThisSession,
  4. String? health,
  5. String? ioTimeThisSession,
  6. String? manufacturer,
  7. String? model,
  8. String? readTimeThisSession,
  9. String? serialNumber,
  10. String? sizeBytes,
  11. String? type,
  12. List<String>? volumeIds,
  13. String? writeTimeThisSession,
})

Implementation

GoogleChromeManagementV1DiskInfo({
  this.bytesReadThisSession,
  this.bytesWrittenThisSession,
  this.discardTimeThisSession,
  this.health,
  this.ioTimeThisSession,
  this.manufacturer,
  this.model,
  this.readTimeThisSession,
  this.serialNumber,
  this.sizeBytes,
  this.type,
  this.volumeIds,
  this.writeTimeThisSession,
});