ListTopicsDetectionJobsResponse constructor
ListTopicsDetectionJobsResponse({
- String? nextToken,
- List<
TopicsDetectionJobProperties> ? topicsDetectionJobPropertiesList,
Implementation
ListTopicsDetectionJobsResponse({
this.nextToken,
this.topicsDetectionJobPropertiesList,
});