GoogleChromeManagementV1GraphicsStatusReport constructor

GoogleChromeManagementV1GraphicsStatusReport({
  1. List<GoogleChromeManagementV1DisplayInfo>? displays,
  2. String? reportTime,
})

Implementation

GoogleChromeManagementV1GraphicsStatusReport({
  this.displays,
  this.reportTime,
});