DeviceBulkV3Body constructor

const DeviceBulkV3Body({
  1. List<String>? serialNumbers,
  2. List<int>? deviceIds,
  3. bool? approveDevice,
})

Implementation

const DeviceBulkV3Body({
  this.serialNumbers,
  this.deviceIds,
  this.approveDevice,
});