mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
16 lines
908 B
Markdown
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]
|