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
# WebhooksRelease

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assets** | [**Vec<models::ReleaseAsset>**]Release_Asset.md |  | 
**assets_url** | **String** |  | 
**author** | Option<[**models::User**]User.md> |  | 
**body** | Option<**String**> |  | 
**created_at** | Option<**String**> |  | 
**discussion_url** | Option<**String**> |  | [optional]
**draft** | **bool** | Whether the release is a draft or published | 
**html_url** | **String** |  | 
**id** | **i32** |  | 
**name** | Option<**String**> |  | 
**node_id** | **String** |  | 
**prerelease** | **bool** | Whether the release is identified as a prerelease or a full release. | 
**published_at** | Option<**String**> |  | 
**reactions** | Option<[**models::Reactions**]Reactions.md> |  | [optional]
**tag_name** | **String** | The name of the tag. | 
**tarball_url** | Option<**String**> |  | 
**target_commitish** | **String** | Specifies the commitish value that determines where the Git tag is created from. | 
**upload_url** | **String** |  | 
**url** | **String** |  | 
**zipball_url** | 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)