GoogleChromeManagementV1BatteryInfo class

Information about the battery.

  • This field provides device information, which is static and will not change over time. * 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_INFO

Constructors

GoogleChromeManagementV1BatteryInfo({String? designCapacity, int? designMinVoltage, GoogleTypeDate? manufactureDate, String? manufacturer, String? serialNumber, String? technology})
GoogleChromeManagementV1BatteryInfo.fromJson(Map json_)

Properties

designCapacity String?
Design capacity (mAmpere-hours).
getter/setter pair
designMinVoltage int?
Designed minimum output voltage (mV)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
manufactureDate GoogleTypeDate?
The date the battery was manufactured.
getter/setter pair
manufacturer String?
Battery manufacturer.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
Battery serial number.
getter/setter pair
technology String?
Technology of the battery.
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