ChromeOsDevices constructor

ChromeOsDevices({
  1. List<ChromeOsDevice>? chromeosdevices,
  2. String? etag,
  3. String? kind,
  4. String? nextPageToken,
})

Implementation

ChromeOsDevices({
  this.chromeosdevices,
  this.etag,
  this.kind,
  this.nextPageToken,
});