GoogleChromeManagementV1DisplayDevice constructor

GoogleChromeManagementV1DisplayDevice({
  1. int? displayHeightMm,
  2. String? displayName,
  3. int? displayWidthMm,
  4. String? edidVersion,
  5. bool? internal,
  6. int? manufactureYear,
  7. String? manufacturerId,
  8. int? modelId,
  9. int? serialNumber,
})

Implementation

GoogleChromeManagementV1DisplayDevice({
  this.displayHeightMm,
  this.displayName,
  this.displayWidthMm,
  this.edidVersion,
  this.internal,
  this.manufactureYear,
  this.manufacturerId,
  this.modelId,
  this.serialNumber,
});