ListEventsDetectionJobsResponse constructor
ListEventsDetectionJobsResponse({
- List<
EventsDetectionJobProperties> ? eventsDetectionJobPropertiesList, - String? nextToken,
Implementation
ListEventsDetectionJobsResponse({
this.eventsDetectionJobPropertiesList,
this.nextToken,
});