Milestone.md 1.0 KB
Newer Older
E
edisonxiang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# Milestone

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Url** | **string** |  | [optional] [default to null]
**HtmlUrl** | **string** |  | [optional] [default to null]
**Number** | **int32** |  | [optional] [default to null]
**RepositoryId** | **int32** |  | [optional] [default to null]
**State** | **string** |  | [optional] [default to null]
**Title** | **string** |  | [optional] [default to null]
**Description** | **string** |  | [optional] [default to null]
**UpdatedAt** | [**time.Time**](time.Time.md) |  | [optional] [default to null]
**CreatedAt** | [**time.Time**](time.Time.md) |  | [optional] [default to null]
**OpenIssues** | **int32** |  | [optional] [default to null]
**ClosedIssues** | **int32** |  | [optional] [default to null]
17
**DueOn** | **string** |  | [optional] [default to null]
E
edisonxiang 已提交
18 19 20 21

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)