cberg
Version:
Node.js Client for the Codeberg API
28 lines (20 loc) • 946 B
Markdown
# QuotaUsedAttachment
QuotaUsedAttachment represents an attachment counting towards a user\'s quota
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_url** | **string** | API URL for the attachment | [optional] [default to undefined]
**contained_in** | [**QuotaUsedAttachmentContainedIn**](QuotaUsedAttachmentContainedIn.md) | | [optional] [default to undefined]
**name** | **string** | Filename of the attachment | [optional] [default to undefined]
**size** | **number** | Size of the attachment (in bytes) | [optional] [default to undefined]
## Example
```typescript
import { QuotaUsedAttachment } from 'berg';
const instance: QuotaUsedAttachment = {
api_url,
contained_in,
name,
size,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)