SentimentDetectionJobFilter constructor

SentimentDetectionJobFilter({
  1. String? jobName,
  2. JobStatus? jobStatus,
  3. DateTime? submitTimeAfter,
  4. DateTime? submitTimeBefore,
})

Implementation

SentimentDetectionJobFilter({
  this.jobName,
  this.jobStatus,
  this.submitTimeAfter,
  this.submitTimeBefore,
});