ListDeviceEventsResponse constructor

ListDeviceEventsResponse({
  1. List<DeviceEvent>? deviceEvents,
  2. String? nextToken,
})

Implementation

ListDeviceEventsResponse({
  this.deviceEvents,
  this.nextToken,
});