OsUpdateStatus class

Contains information regarding the current OS update status.

Constructors

OsUpdateStatus({String? rebootTime, String? state, String? targetKioskAppVersion, String? targetOsVersion, String? updateCheckTime, String? updateTime})
OsUpdateStatus.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
rebootTime String?
Date and time of the last reboot.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The update state of an OS update. Possible string values are:
getter/setter pair
targetKioskAppVersion String?
New required platform version from the pending updated kiosk app.
getter/setter pair
targetOsVersion String?
New platform version of the OS image being downloaded and applied.
getter/setter pair
updateCheckTime String?
Date and time of the last update check.
getter/setter pair
updateTime String?
Date and time of the last successful 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