BatchChangeChromeOsDeviceStatusResponse constructor

BatchChangeChromeOsDeviceStatusResponse({
  1. List<ChangeChromeOsDeviceStatusResult>? changeChromeOsDeviceStatusResults,
})

Implementation

BatchChangeChromeOsDeviceStatusResponse({
  this.changeChromeOsDeviceStatusResults,
});