GoogleChromeManagementV1BatterySampleReport class

Sampling 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

Constructors

GoogleChromeManagementV1BatterySampleReport({int? chargeRate, String? current, int? dischargeRate, String? remainingCapacity, String? reportTime, String? status, int? temperature, String? voltage})
GoogleChromeManagementV1BatterySampleReport.fromJson(Map json_)

Properties

chargeRate int?
Battery charge percentage.
getter/setter pair
current String?
Battery current (mA).
getter/setter pair
dischargeRate int?
The battery discharge rate measured in mW.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
remainingCapacity String?
Battery remaining capacity (mAmpere-hours).
getter/setter pair
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
status String?
Battery status read from sysfs.
getter/setter pair
temperature int?
Temperature in Celsius degrees.
getter/setter pair
voltage String?
Battery voltage (millivolt).
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