21 lines
1.0 KiB
Markdown
21 lines
1.0 KiB
Markdown
# Milestone
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**closed_at** | Option<**String**> | | [optional]
|
|
**closed_issues** | Option<**i64**> | ClosedIssues is the number of closed issues in this milestone | [optional]
|
|
**created_at** | Option<**String**> | | [optional]
|
|
**description** | Option<**String**> | Description provides details about the milestone | [optional]
|
|
**due_on** | Option<**String**> | | [optional]
|
|
**id** | Option<**i64**> | ID is the unique identifier for the milestone | [optional]
|
|
**open_issues** | Option<**i64**> | OpenIssues is the number of open issues in this milestone | [optional]
|
|
**state** | Option<**String**> | StateType issue state type | [optional]
|
|
**title** | Option<**String**> | Title is the title of the milestone | [optional]
|
|
**updated_at** | Option<**String**> | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|