Files
tea4j-autodeploy/docs/Project.md
T
2026-04-30 17:02:22 +00:00

16 lines
908 B
Markdown

# 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]