GoogleChromeManagementV1RuntimeCountersReport constructor

GoogleChromeManagementV1RuntimeCountersReport({
  1. String? enterHibernationCount,
  2. String? enterPoweroffCount,
  3. String? enterSleepCount,
  4. String? reportTime,
  5. String? uptimeRuntimeDuration,
})

Implementation

GoogleChromeManagementV1RuntimeCountersReport({
  this.enterHibernationCount,
  this.enterPoweroffCount,
  this.enterSleepCount,
  this.reportTime,
  this.uptimeRuntimeDuration,
});