GoogleChromeManagementV1BootPerformanceReport class
Boot performance report of a device.
- This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: ReportDeviceBootMode
- Data Collection Frequency: On every boot up event * 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: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_OS_REPORT
Constructors
- GoogleChromeManagementV1BootPerformanceReport({String? bootUpDuration, String? bootUpTime, String? reportTime, String? shutdownDuration, String? shutdownReason, String? shutdownTime})
- GoogleChromeManagementV1BootPerformanceReport.fromJson(Map json_)
Properties
- bootUpDuration ↔ String?
-
Total time to boot up.
getter/setter pair
- bootUpTime ↔ String?
-
The timestamp when power came on.
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
- shutdownDuration ↔ String?
-
Total time since shutdown start to power off.
getter/setter pair
- shutdownReason ↔ String?
-
The shutdown reason.
Possible string values are:
getter/setter pair
- shutdownTime ↔ String?
-
The timestamp when shutdown.
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