cberg
Version:
Node.js Client for the Codeberg API
36 lines (28 loc) • 1.05 kB
Markdown
# Attachment
Attachment a generic attachment
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**browser_download_url** | **string** | | [optional] [default to undefined]
**created_at** | **string** | | [optional] [default to undefined]
**download_count** | **number** | | [optional] [default to undefined]
**id** | **number** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**size** | **number** | | [optional] [default to undefined]
**type** | **string** | | [optional] [default to undefined]
**uuid** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { Attachment } from 'berg';
const instance: Attachment = {
browser_download_url,
created_at,
download_count,
id,
name,
size,
type,
uuid,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)