# Release
## Properties
**assets** | [**Vec<models::ReleaseAsset1>**](Release_Asset_1.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)