GoogleChromeManagementV1BootPerformanceReport constructor

GoogleChromeManagementV1BootPerformanceReport({
  1. String? bootUpDuration,
  2. String? bootUpTime,
  3. String? reportTime,
  4. String? shutdownDuration,
  5. String? shutdownReason,
  6. String? shutdownTime,
})

Implementation

GoogleChromeManagementV1BootPerformanceReport({
  this.bootUpDuration,
  this.bootUpTime,
  this.reportTime,
  this.shutdownDuration,
  this.shutdownReason,
  this.shutdownTime,
});