GoogleChromeManagementVersionsV1DeviceInfo constructor

GoogleChromeManagementVersionsV1DeviceInfo({
  1. String? affiliatedDeviceId,
  2. String? deviceType,
  3. String? hostname,
  4. String? machine,
})

Implementation

GoogleChromeManagementVersionsV1DeviceInfo({
  this.affiliatedDeviceId,
  this.deviceType,
  this.hostname,
  this.machine,
});