# Project ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **closedAt** | [**Date**](Date.md) | | [optional] **createdAt** | [**Date**](Date.md) | | [optional] **creatorId** | **Long** | CreatorID is the user who created the project | [optional] **description** | **String** | Description provides details about the project | [optional] **id** | **Long** | ID is the unique identifier for the project | [optional] **isClosed** | **Boolean** | IsClosed indicates if the project is closed | [optional] **ownerId** | **Long** | OwnerID is the owner of the project (for org-level projects) | [optional] **repoId** | **Long** | RepoID is the repository this project belongs to (for repo-level projects) | [optional] **title** | **String** | Title is the title of the project | [optional] **updatedAt** | [**Date**](Date.md) | | [optional]