GoogleChromeManagementV1TelemetryExternalDisplayData constructor

GoogleChromeManagementV1TelemetryExternalDisplayData({
  1. String? displayName,
  2. String? edidVersion,
  3. String? refreshRate,
  4. int? resolutionHorizontal,
  5. int? resolutionVertical,
  6. int? serialNumber,
})

Implementation

GoogleChromeManagementV1TelemetryExternalDisplayData({
  this.displayName,
  this.edidVersion,
  this.refreshRate,
  this.resolutionHorizontal,
  this.resolutionVertical,
  this.serialNumber,
});