Files
gitea-rs/crates/gitea-client/docs/Release.md
2026-03-20 16:24:40 +01:00

27 lines
1.6 KiB
Markdown

# Release
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assets** | Option<[**Vec<models::Attachment>**](Attachment.md)> | The files attached to the release | [optional]
**author** | Option<[**models::User**](User.md)> | | [optional]
**body** | Option<**String**> | The release notes or description | [optional]
**created_at** | Option<**String**> | | [optional]
**draft** | Option<**bool**> | Whether the release is a draft | [optional]
**html_url** | Option<**String**> | The HTML URL to view the release | [optional]
**id** | Option<**i64**> | The unique identifier of the release | [optional]
**name** | Option<**String**> | The display title of the release | [optional]
**prerelease** | Option<**bool**> | Whether the release is a prerelease | [optional]
**published_at** | Option<**String**> | | [optional]
**tag_name** | Option<**String**> | The name of the git tag associated with the release | [optional]
**tarball_url** | Option<**String**> | The URL to download the tarball archive | [optional]
**target_commitish** | Option<**String**> | The target commitish for the release | [optional]
**upload_url** | Option<**String**> | The URL template for uploading release assets | [optional]
**url** | Option<**String**> | The API URL of the release | [optional]
**zipball_url** | Option<**String**> | The URL to download the zip archive | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)