lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

ProjectUpdateResponse

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- name | str | The Project name. | [optional] state | str | The project's state. The possible states are 'backlog', 'inProgress', 'inReview', 'inQA', and 'done' | [optional] due_date | int | The due date. Measured in seconds since the Unix epoch. | [optional] archived | bool | True if the project is archived. Otherwise, false. | [optional] metadata | object | Metadata associated with a project. This field must be valid JSON. | [optional] sample_review_percentage | int | 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]

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