openapi-github 0.1.0

OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs
Documentation
# WebhooksMilestone3

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**closed_at** | Option<**String**> |  | 
**closed_issues** | **i32** |  | 
**created_at** | **String** |  | 
**creator** | Option<[**models::User**]User.md> |  | 
**description** | Option<**String**> |  | 
**due_on** | Option<**String**> |  | 
**html_url** | **String** |  | 
**id** | **i32** |  | 
**labels_url** | **String** |  | 
**node_id** | **String** |  | 
**number** | **i32** | The number of the milestone. | 
**open_issues** | **i32** |  | 
**state** | **String** | The state of the milestone. | 
**title** | **String** | The title of the milestone. | 
**updated_at** | **String** |  | 
**url** | **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)