ListSentimentDetectionJobsResponse constructor
ListSentimentDetectionJobsResponse({
- String? nextToken,
- List<
SentimentDetectionJobProperties> ? sentimentDetectionJobPropertiesList,
Implementation
ListSentimentDetectionJobsResponse({
this.nextToken,
this.sentimentDetectionJobPropertiesList,
});