ListDeviceEventsResponse constructor
ListDeviceEventsResponse({
- List<
DeviceEvent> ? events, - String? nextToken,
Implementation
ListDeviceEventsResponse({
this.events,
this.nextToken,
});