GoogleChromeManagementVersionsV1ChromeOsDevice constructor

GoogleChromeManagementVersionsV1ChromeOsDevice({
  1. String? deviceDirectoryApiId,
  2. String? serialNumber,
})

Implementation

GoogleChromeManagementVersionsV1ChromeOsDevice({
  this.deviceDirectoryApiId,
  this.serialNumber,
});