lilt-java

Lilt API binding for java

View the Project on GitHub lilt/lilt-java

JobUpdateParameters

Properties

Name Type Description Notes
name String A name for the Job. [optional]
dueDate Integer An ISO string date. [optional]
isProcessing IsProcessingEnum The processing status of the job. Provide one of the following integers to indicate the status. Ok = 0 Started = 1 ExportError = -2 [optional]
processingErrorMsg String The processing error message. [optional]

Enum: IsProcessingEnum

Name Value
_0 "0"
_1 "1"
_2 "-2"