GoogleChromeManagementV1NetworkDevice constructor

GoogleChromeManagementV1NetworkDevice({
  1. String? iccid,
  2. String? imei,
  3. String? macAddress,
  4. String? mdn,
  5. String? meid,
  6. String? type,
})

Implementation

GoogleChromeManagementV1NetworkDevice({
  this.iccid,
  this.imei,
  this.macAddress,
  this.mdn,
  this.meid,
  this.type,
});