ListSentimentDetectionJobsResponse constructor

ListSentimentDetectionJobsResponse({
  1. String? nextToken,
  2. List<SentimentDetectionJobProperties>? sentimentDetectionJobPropertiesList,
})

Implementation

ListSentimentDetectionJobsResponse({
  this.nextToken,
  this.sentimentDetectionJobPropertiesList,
});