ChromeOsDevice class
STEPLADDER: Generated unstable field number for field 'kind'. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field 'etag'. (See http://go/stepladder-help#fieldNumber)
Constructors
- ChromeOsDevice()
- ChromeOsDevice.fromJson(Map _json)
Properties
-
activeTimeRanges
↔ List<
ChromeOsDeviceActiveTimeRanges> -
List of active time ranges (Read-only)
read / write
- annotatedAssetId ↔ String
-
AssetId specified during enrollment or through later annotation
read / write
- annotatedLocation ↔ String
-
Address or location of the device as noted by the administrator
read / write
- annotatedUser ↔ String
-
User of the device
read / write
- autoUpdateExpiration ↔ String
-
(Read-only) The timestamp after which the device will stop receiving
Chrome updates or support
read / write
- bootMode ↔ String
-
Chromebook boot mode (Read-only)
read / write
-
cpuStatusReports
↔ List<
ChromeOsDeviceCpuStatusReports> -
Reports of CPU utilization and temperature (Read-only)
read / write
-
deviceFiles
↔ List<
ChromeOsDeviceDeviceFiles> -
List of device files to download (Read-only)
read / write
- deviceId ↔ String
-
Unique identifier of Chrome OS Device (Read-only)
read / write
-
diskVolumeReports
↔ List<
ChromeOsDeviceDiskVolumeReports> -
Reports of disk space and other info about mounted/connected volumes.
read / write
- dockMacAddress ↔ String
-
(Read-only) Built-in MAC address for the docking station that the device
connected to. Factory sets Media access control address (MAC address)
assigned for use by a dock. It is reserved specifically for MAC pass
through device policy. The format is twelve (12) hexadecimal digits
without any delimiter (uppercase letters). This is only relevant for some
devices.
read / write
- etag ↔ String
-
ETag of the resource.
read / write
- ethernetMacAddress ↔ String
-
Chromebook Mac Address on ethernet network interface (Read-only)
read / write
- ethernetMacAddress0 ↔ String
-
(Read-only) MAC address used by the Chromebook’s internal ethernet port,
and for onboard network (ethernet) interface. The format is twelve (12)
hexadecimal digits without any delimiter (uppercase letters). This is only
relevant for some devices.
read / write
- firmwareVersion ↔ String
-
Chromebook firmware version (Read-only)
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- kind ↔ String
-
Kind of resource this is.
read / write
- lastEnrollmentTime ↔ DateTime
-
Date and time the device was last enrolled (Read-only)
read / write
-
lastKnownNetwork
↔ List<
ChromeOsDeviceLastKnownNetwork> -
Contains last known network (Read-only)
read / write
- lastSync ↔ DateTime
-
Date and time the device was last synchronized with the policy settings in
the G Suite administrator control panel (Read-only)
read / write
- macAddress ↔ String
-
Chromebook Mac Address on wifi network interface (Read-only)
read / write
- manufactureDate ↔ String
-
(Read-only) The date the device was manufactured in yyyy-mm-dd format.
read / write
- meid ↔ String
-
Contains either the Mobile Equipment identifier (MEID) or the
International Mobile Equipment Identity (IMEI) for the 3G mobile card in
the Chromebook (Read-only)
read / write
- model ↔ String
-
Chromebook Model (Read-only)
read / write
- notes ↔ String
-
Notes added by the administrator
read / write
- orderNumber ↔ String
-
Chromebook order number (Read-only)
read / write
- orgUnitPath ↔ String
-
OrgUnit of the device
read / write
- osVersion ↔ String
-
Chromebook Os Version (Read-only)
read / write
- platformVersion ↔ String
-
Chromebook platform version (Read-only)
read / write
-
recentUsers
↔ List<
ChromeOsDeviceRecentUsers> -
List of recent device users, in descending order by last login time
(Read-only)
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- serialNumber ↔ String
-
Chromebook serial number (Read-only)
read / write
- status ↔ String
-
status of the device (Read-only)
read / write
- supportEndDate ↔ DateTime
-
Final date the device will be supported (Read-only)
read / write
-
systemRamFreeReports
↔ List<
ChromeOsDeviceSystemRamFreeReports> -
Reports of amounts of available RAM memory (Read-only)
read / write
- systemRamTotal ↔ String
-
Total RAM on the device
in bytes
(Read-only)read / write - tpmVersionInfo ↔ ChromeOsDeviceTpmVersionInfo
-
Trusted Platform Module (TPM) (Read-only)
read / write
- willAutoRenew ↔ bool
-
Will Chromebook auto renew after support end date (Read-only)
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited