ListDeviceEventsResponse constructor

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

Implementation

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