mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-11 20:10:43 +00:00
16 lines
824 B
Markdown
16 lines
824 B
Markdown
# Milestone
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**closedAt** | [**Date**](Date.md) | | [optional]
|
|
**closedIssues** | **Long** | ClosedIssues is the number of closed issues in this milestone | [optional]
|
|
**createdAt** | [**Date**](Date.md) | | [optional]
|
|
**description** | **String** | Description provides details about the milestone | [optional]
|
|
**dueOn** | [**Date**](Date.md) | | [optional]
|
|
**id** | **Long** | ID is the unique identifier for the milestone | [optional]
|
|
**openIssues** | **Long** | OpenIssues is the number of open issues in this milestone | [optional]
|
|
**state** | **String** | | [optional]
|
|
**title** | **String** | Title is the title of the milestone | [optional]
|
|
**updatedAt** | [**Date**](Date.md) | | [optional]
|