lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

JobUpdateParameters

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- name | str | A name for the Job. | [optional] due_date | int | An ISO string date. | [optional] is_processing | str | The processing status of the job. Provide one of the following integers to indicate the status. Ok = 0 Started = 1 ExportError = -2 | [optional] processing_error_msg | str | The processing error message. | [optional]

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