GoogleChromeManagementV1UsbPeripheralReport constructor

GoogleChromeManagementV1UsbPeripheralReport({
  1. List<String>? categories,
  2. int? classId,
  3. String? firmwareVersion,
  4. String? name,
  5. int? pid,
  6. int? subclassId,
  7. String? vendor,
  8. int? vid,
})

Implementation

GoogleChromeManagementV1UsbPeripheralReport({
  this.categories,
  this.classId,
  this.firmwareVersion,
  this.name,
  this.pid,
  this.subclassId,
  this.vendor,
  this.vid,
});