lilt-node

Lilt API Binding for Javascript

View the Project on GitHub lilt/lilt-node

LiltNode.ProjectUpdateResponse

Properties

Name Type Description Notes
name String The Project name. [optional]
state String The project's state. The possible states are 'backlog', 'inProgress', 'inReview', 'inQA', and 'done' [optional]
dueDate Number The due date. Measured in seconds since the Unix epoch. [optional]
archived Boolean True if the project is archived. Otherwise, false. [optional]
metadata Object Metadata associated with a project. This field must be valid JSON. [optional]
sampleReviewPercentage Number The Project's sample review percentage. Must be an integer between 10 and 100, a multiple of 10 and greater than minimum value (displayed in error message). [optional]