GoogleChromeManagementV1OsUpdateStatus constructor

GoogleChromeManagementV1OsUpdateStatus({
  1. String? lastRebootTime,
  2. String? lastUpdateCheckTime,
  3. String? lastUpdateTime,
  4. String? newPlatformVersion,
  5. String? newRequestedPlatformVersion,
  6. String? updateState,
})

Implementation

GoogleChromeManagementV1OsUpdateStatus({
  this.lastRebootTime,
  this.lastUpdateCheckTime,
  this.lastUpdateTime,
  this.newPlatformVersion,
  this.newRequestedPlatformVersion,
  this.updateState,
});