cberg
Version:
Node.js Client for the Codeberg API
56 lines (48 loc) • 1.98 kB
Markdown
# Release
Release represents a repository release
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**archive_download_count** | [**TagArchiveDownloadCount**](TagArchiveDownloadCount.md) | | [optional] [default to undefined]
**assets** | [**Array<Attachment>**](Attachment.md) | | [optional] [default to undefined]
**author** | [**User**](User.md) | | [optional] [default to undefined]
**body** | **string** | | [optional] [default to undefined]
**created_at** | **string** | | [optional] [default to undefined]
**draft** | **boolean** | | [optional] [default to undefined]
**hide_archive_links** | **boolean** | | [optional] [default to undefined]
**html_url** | **string** | | [optional] [default to undefined]
**id** | **number** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**prerelease** | **boolean** | | [optional] [default to undefined]
**published_at** | **string** | | [optional] [default to undefined]
**tag_name** | **string** | | [optional] [default to undefined]
**tarball_url** | **string** | | [optional] [default to undefined]
**target_commitish** | **string** | | [optional] [default to undefined]
**upload_url** | **string** | | [optional] [default to undefined]
**url** | **string** | | [optional] [default to undefined]
**zipball_url** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { Release } from 'berg';
const instance: Release = {
archive_download_count,
assets,
author,
body,
created_at,
draft,
hide_archive_links,
html_url,
id,
name,
prerelease,
published_at,
tag_name,
tarball_url,
target_commitish,
upload_url,
url,
zipball_url,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)