Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 758 Bytes

DocumentAssignmentParameters.md

File metadata and controls

14 lines (10 loc) · 758 Bytes

DocumentAssignmentParameters

Properties

Name Type Description Notes
id int A unique Document identifier.
email str An email address.
is_translator bool If true, assign for translating. If false, then unassign. [optional]
is_reviewer bool If true, assign for reviewing. If false, then unassign. [optional]
due_date datetime Due date for translation or review (set based on `is_translator` and `is_reviewer` flags). [optional]

[Back to Model list] [Back to API list] [Back to README]