Files
tea4j-autodeploy/docs/Milestone.md
T
2025-09-07 00:21:05 +00:00

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]