ChromeOsDevice constructor
ChromeOsDevice({
- List<
ChromeOsDeviceActiveTimeRanges> ? activeTimeRanges, - String? annotatedAssetId,
- String? annotatedLocation,
- String? annotatedUser,
- String? autoUpdateExpiration,
- String? autoUpdateThrough,
- List<
BacklightInfo> ? backlightInfo, - String? bootMode,
- String? chromeOsType,
- List<
ChromeOsDeviceCpuInfo> ? cpuInfo, - List<
ChromeOsDeviceCpuStatusReports> ? cpuStatusReports, - String? deprovisionReason,
- List<
ChromeOsDeviceDeviceFiles> ? deviceFiles, - String? deviceId,
- String? deviceLicenseType,
- List<
ChromeOsDeviceDiskVolumeReports> ? diskVolumeReports, - String? dockMacAddress,
- String? etag,
- String? ethernetMacAddress,
- String? ethernetMacAddress0,
- bool? extendedSupportEligible,
- bool? extendedSupportEnabled,
- String? extendedSupportStart,
- List<
FanInfo> ? fanInfo, - String? firmwareVersion,
- String? firstEnrollmentTime,
- String? kind,
- String? lastDeprovisionTimestamp,
- DateTime? lastEnrollmentTime,
- List<
ChromeOsDeviceLastKnownNetwork> ? lastKnownNetwork, - DateTime? lastSync,
- String? macAddress,
- String? manufactureDate,
- String? meid,
- String? model,
- String? notes,
- String? orderNumber,
- String? orgUnitId,
- String? orgUnitPath,
- OsUpdateStatus? osUpdateStatus,
- String? osVersion,
- String? platformVersion,
- List<
ChromeOsDeviceRecentUsers> ? recentUsers, - List<
ChromeOsDeviceScreenshotFiles> ? screenshotFiles, - String? serialNumber,
- String? status,
- DateTime? supportEndDate,
- List<
ChromeOsDeviceSystemRamFreeReports> ? systemRamFreeReports, - String? systemRamTotal,
- ChromeOsDeviceTpmVersionInfo? tpmVersionInfo,
- 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.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,
});