GoogleChromeManagementV1BatteryStatusReport class

Status data for battery.

  • This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: ReportDevicePowerStatus
  • 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_BATTERY_REPORT

Constructors

GoogleChromeManagementV1BatteryStatusReport({String? batteryHealth, int? cycleCount, String? fullChargeCapacity, String? reportTime, List<GoogleChromeManagementV1BatterySampleReport>? sample, String? serialNumber})
GoogleChromeManagementV1BatteryStatusReport.fromJson(Map json_)

Properties

batteryHealth String?
Battery health.
getter/setter pair
cycleCount int?
Cycle count.
getter/setter pair
fullChargeCapacity String?
Full charge capacity (mAmpere-hours).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
reportTime String?
Timestamp of when the sample was collected on device
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sample List<GoogleChromeManagementV1BatterySampleReport>?
Sampling data for the battery sorted in a decreasing order of report_time.
getter/setter pair
serialNumber String?
Battery serial number.
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