ChromeOsDevice constructor

ChromeOsDevice({
  1. List<ChromeOsDeviceActiveTimeRanges>? activeTimeRanges,
  2. String? annotatedAssetId,
  3. String? annotatedLocation,
  4. String? annotatedUser,
  5. String? autoUpdateExpiration,
  6. String? autoUpdateThrough,
  7. List<BacklightInfo>? backlightInfo,
  8. String? bootMode,
  9. String? chromeOsType,
  10. List<ChromeOsDeviceCpuInfo>? cpuInfo,
  11. List<ChromeOsDeviceCpuStatusReports>? cpuStatusReports,
  12. String? deprovisionReason,
  13. List<ChromeOsDeviceDeviceFiles>? deviceFiles,
  14. String? deviceId,
  15. String? deviceLicenseType,
  16. ByteUsage? diskSpaceUsage,
  17. List<ChromeOsDeviceDiskVolumeReports>? diskVolumeReports,
  18. String? dockMacAddress,
  19. String? etag,
  20. String? ethernetMacAddress,
  21. String? ethernetMacAddress0,
  22. bool? extendedSupportEligible,
  23. bool? extendedSupportEnabled,
  24. String? extendedSupportStart,
  25. List<FanInfo>? fanInfo,
  26. String? firmwareVersion,
  27. String? firstEnrollmentTime,
  28. String? kind,
  29. String? lastDeprovisionTimestamp,
  30. DateTime? lastEnrollmentTime,
  31. List<ChromeOsDeviceLastKnownNetwork>? lastKnownNetwork,
  32. DateTime? lastSync,
  33. String? macAddress,
  34. String? manufactureDate,
  35. String? meid,
  36. String? model,
  37. String? notes,
  38. String? orderNumber,
  39. String? orgUnitId,
  40. String? orgUnitPath,
  41. OsUpdateStatus? osUpdateStatus,
  42. String? osVersion,
  43. String? platformVersion,
  44. List<ChromeOsDeviceRecentUsers>? recentUsers,
  45. List<ChromeOsDeviceScreenshotFiles>? screenshotFiles,
  46. String? serialNumber,
  47. String? status,
  48. DateTime? supportEndDate,
  49. List<ChromeOsDeviceSystemRamFreeReports>? systemRamFreeReports,
  50. String? systemRamTotal,
  51. ChromeOsDeviceTpmVersionInfo? tpmVersionInfo,
  52. bool? willAutoRenew,
})

Implementation

ChromeOsDevice({
  this.activeTimeRanges,
  this.annotatedAssetId,
  this.annotatedLocation,
  this.annotatedUser,
  this.autoUpdateExpiration,
  this.autoUpdateThrough,
  this.backlightInfo,
  this.bootMode,
  this.chromeOsType,
  this.cpuInfo,
  this.cpuStatusReports,
  this.deprovisionReason,
  this.deviceFiles,
  this.deviceId,
  this.deviceLicenseType,
  this.diskSpaceUsage,
  this.diskVolumeReports,
  this.dockMacAddress,
  this.etag,
  this.ethernetMacAddress,
  this.ethernetMacAddress0,
  this.extendedSupportEligible,
  this.extendedSupportEnabled,
  this.extendedSupportStart,
  this.fanInfo,
  this.firmwareVersion,
  this.firstEnrollmentTime,
  this.kind,
  this.lastDeprovisionTimestamp,
  this.lastEnrollmentTime,
  this.lastKnownNetwork,
  this.lastSync,
  this.macAddress,
  this.manufactureDate,
  this.meid,
  this.model,
  this.notes,
  this.orderNumber,
  this.orgUnitId,
  this.orgUnitPath,
  this.osUpdateStatus,
  this.osVersion,
  this.platformVersion,
  this.recentUsers,
  this.screenshotFiles,
  this.serialNumber,
  this.status,
  this.supportEndDate,
  this.systemRamFreeReports,
  this.systemRamTotal,
  this.tpmVersionInfo,
  this.willAutoRenew,
});