# LiltNode.Project ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Number** | A unique number identifying the Project. | [optional] **memoryId** | **Number** | A unique number identifying the associated Memory. | [optional] **jobId** | **Number** | A unique number identifying the associated Job. | [optional] **srclang** | **String** | An ISO 639-1 language identifier. | [optional] **trglang** | **String** | An ISO 639-1 language identifier. | [optional] **srclocale** | **String** | A locale identifier, supported for srclang. | [optional] **trglocale** | **String** | A locale identifier, supported for trglang. | [optional] **name** | **String** | A name for the project. | [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** | The archived state of the Project. | [optional] **metadata** | [**Object**](.md) | A JSON object of key/value string pairs. Stores custom project information. | [optional] **sampleReviewPercentage** | **Number** | The project's sample review percentage. | [optional] **createdAt** | **Number** | Time at which the object was created. Measured in seconds since the Unix epoch. | [optional] **updatedAt** | **Number** | Time at which the object was created. Measured in seconds since the Unix epoch. | [optional] **workflowStatus** | **String** | The status of the Workflow for the current project. This may not be present for all project endpoints even with workflows enabled. | [optional] **document** | [**[DocumentWithoutSegments]**](DocumentWithoutSegments.md) | A list of Documents. | [optional] ## Enum: WorkflowStatusEnum * `READY_TO_START` (value: `"READY_TO_START"`) * `IN_PROGRESS` (value: `"IN_PROGRESS"`) * `DONE` (value: `"DONE"`)