ListEventsDetectionJobsResponse constructor

ListEventsDetectionJobsResponse({
  1. List<EventsDetectionJobProperties>? eventsDetectionJobPropertiesList,
  2. String? nextToken,
})

Implementation

ListEventsDetectionJobsResponse({
  this.eventsDetectionJobPropertiesList,
  this.nextToken,
});