java.gitea.api/docs/Milestone.md

23 lines
670 B
Markdown
Raw Permalink Normal View History

2021-02-28 22:04:54 +01:00
# Milestone
Milestone milestone is a collection of issues on one repository
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**closedAt** | **OffsetDateTime** | | [optional]
**closedIssues** | **Long** | | [optional]
**createdAt** | **OffsetDateTime** | | [optional]
**description** | **String** | | [optional]
**dueOn** | **OffsetDateTime** | | [optional]
**id** | **Long** | | [optional]
**openIssues** | **Long** | | [optional]
**state** | **String** | StateType issue state type | [optional]
**title** | **String** | | [optional]
**updatedAt** | **OffsetDateTime** | | [optional]