GoogleChromeManagementV1DisplayInfo constructor

GoogleChromeManagementV1DisplayInfo({
  1. String? deviceId,
  2. String? displayName,
  3. String? edidVersion,
  4. bool? isInternal,
  5. int? refreshRate,
  6. int? resolutionHeight,
  7. int? resolutionWidth,
  8. int? serialNumber,
})

Implementation

GoogleChromeManagementV1DisplayInfo({
  this.deviceId,
  this.displayName,
  this.edidVersion,
  this.isInternal,
  this.refreshRate,
  this.resolutionHeight,
  this.resolutionWidth,
  this.serialNumber,
});