# Release ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **assets** | [**List<Attachment>**](Attachment.md) | The files attached to the release | [optional] **author** | [**User**](User.md) | | [optional] **body** | **String** | The release notes or description | [optional] **createdAt** | [**Date**](Date.md) | | [optional] **draft** | **Boolean** | Whether the release is a draft | [optional] **htmlUrl** | **String** | The HTML URL to view the release | [optional] **id** | **Long** | The unique identifier of the release | [optional] **name** | **String** | The display title of the release | [optional] **prerelease** | **Boolean** | Whether the release is a prerelease | [optional] **publishedAt** | [**Date**](Date.md) | | [optional] **tagName** | **String** | The name of the git tag associated with the release | [optional] **tarballUrl** | **String** | The URL to download the tarball archive | [optional] **targetCommitish** | **String** | The target commitish for the release | [optional] **uploadUrl** | **String** | The URL template for uploading release assets | [optional] **url** | **String** | The API URL of the release | [optional] **zipballUrl** | **String** | The URL to download the zip archive | [optional]