GoogleChromeManagementV1RuntimeCountersReport class

Runtime counters retrieved from CPU.

Currently the runtime counters telemetry is only supported by Intel vPro PSR on Gen 14+.

Constructors

GoogleChromeManagementV1RuntimeCountersReport({String? enterHibernationCount, String? enterPoweroffCount, String? enterSleepCount, String? reportTime, String? uptimeRuntimeDuration})
GoogleChromeManagementV1RuntimeCountersReport.fromJson(Map json_)

Properties

enterHibernationCount String?
Number of times that the device has entered into the hibernation state.
getter/setter pair
enterPoweroffCount String?
Number of times that the device has entered into the power-off state.
getter/setter pair
enterSleepCount String?
Number of times that the device has entered into the sleep state.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
reportTime String?
Timestamp when the report was collected.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uptimeRuntimeDuration String?
Total lifetime runtime.
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