GoogleChromeManagementV1DiskInfo constructor
GoogleChromeManagementV1DiskInfo({
- String? bytesReadThisSession,
- String? bytesWrittenThisSession,
- String? discardTimeThisSession,
- String? health,
- String? ioTimeThisSession,
- String? manufacturer,
- String? model,
- String? readTimeThisSession,
- String? serialNumber,
- String? sizeBytes,
- String? type,
- List<
String> ? volumeIds, - 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,
});