GoogleChromeManagementV1BatteryStatusReport constructor

GoogleChromeManagementV1BatteryStatusReport({
  1. String? batteryHealth,
  2. int? cycleCount,
  3. String? fullChargeCapacity,
  4. String? reportTime,
  5. List<GoogleChromeManagementV1BatterySampleReport>? sample,
  6. String? serialNumber,
})

Implementation

GoogleChromeManagementV1BatteryStatusReport({
  this.batteryHealth,
  this.cycleCount,
  this.fullChargeCapacity,
  this.reportTime,
  this.sample,
  this.serialNumber,
});