ListTopicsDetectionJobsResponse constructor

ListTopicsDetectionJobsResponse({
  1. String? nextToken,
  2. List<TopicsDetectionJobProperties>? topicsDetectionJobPropertiesList,
})

Implementation

ListTopicsDetectionJobsResponse({
  this.nextToken,
  this.topicsDetectionJobPropertiesList,
});