TextTranslationJobFilter class

Provides information for filtering a list of translation jobs. For more information, see ListTextTranslationJobs.

Constructors

TextTranslationJobFilter({String? jobName, JobStatus? jobStatus, DateTime? submittedAfterTime, DateTime? submittedBeforeTime})

Properties

hashCode int
The hash code for this object.
no setterinherited
jobName String?
Filters the list of jobs by name.
final
jobStatus JobStatus?
Filters the list of jobs based by job status.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submittedAfterTime DateTime?
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.
final
submittedBeforeTime DateTime?
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited