# NullableMilestone ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **url** | **String** | | **html_url** | **String** | | **labels_url** | **String** | | **id** | **i32** | | **node_id** | **String** | | **number** | **i32** | The number of the milestone. | **state** | **String** | The state of the milestone. | [default to Open] **title** | **String** | The title of the milestone. | **description** | Option<**String**> | | **creator** | Option<[**models::NullableSimpleUser**](nullable-simple-user.md)> | | **open_issues** | **i32** | | **closed_issues** | **i32** | | **created_at** | **String** | | **updated_at** | **String** | | **closed_at** | Option<**String**> | | **due_on** | Option<**String**> | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)