GoogleChromeManagementV1BatterySampleReport constructor

GoogleChromeManagementV1BatterySampleReport({
  1. int? chargeRate,
  2. String? current,
  3. int? dischargeRate,
  4. String? remainingCapacity,
  5. String? reportTime,
  6. String? status,
  7. int? temperature,
  8. String? voltage,
})

Implementation

GoogleChromeManagementV1BatterySampleReport({
  this.chargeRate,
  this.current,
  this.dischargeRate,
  this.remainingCapacity,
  this.reportTime,
  this.status,
  this.temperature,
  this.voltage,
});