cberg
Version:
Node.js Client for the Codeberg API
24 lines (16 loc) • 768 B
Markdown
# QuotaUsedAttachmentContainedIn
Context for the attachment: URLs to the containing object
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_url** | **string** | API URL for the object that contains this attachment | [optional] [default to undefined]
**html_url** | **string** | HTML URL for the object that contains this attachment | [optional] [default to undefined]
## Example
```typescript
import { QuotaUsedAttachmentContainedIn } from 'berg';
const instance: QuotaUsedAttachmentContainedIn = {
api_url,
html_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)