GoogleChromeManagementV1OsUpdateStatus class

Contains information regarding the current OS update status.

  • This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: ReportDeviceOsUpdateStatus
  • Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_OS_REPORT

Constructors

GoogleChromeManagementV1OsUpdateStatus({String? lastRebootTime, String? lastUpdateCheckTime, String? lastUpdateTime, String? newPlatformVersion, String? newRequestedPlatformVersion, String? updateState})
GoogleChromeManagementV1OsUpdateStatus.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
lastRebootTime String?
Timestamp of the last reboot.
getter/setter pair
lastUpdateCheckTime String?
Timestamp of the last update check.
getter/setter pair
lastUpdateTime String?
Timestamp of the last successful update.
getter/setter pair
newPlatformVersion String?
New platform version of the os image being downloaded and applied.
getter/setter pair
newRequestedPlatformVersion String?
New requested platform version from the pending updated kiosk app.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateState String?
Current state of the os update.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited