GetDevicesResponse constructor

GetDevicesResponse({
  1. List<Device>? devices,
  2. String? nextToken,
})

Implementation

GetDevicesResponse({
  this.devices,
  this.nextToken,
});