Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 685 Bytes

JobUpdateParameters.md

File metadata and controls

13 lines (9 loc) · 685 Bytes

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]