lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

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]