# QuotaUsedSizeAssetsAttachments

QuotaUsedSizeAssetsAttachments represents the size-based attachment quota usage of a user

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**issues** | **number** | Storage size used for the user\&#39;s issue \\u0026 comment attachments | [optional] [default to undefined]
**releases** | **number** | Storage size used for the user\&#39;s release attachments | [optional] [default to undefined]

## Example

```typescript
import { QuotaUsedSizeAssetsAttachments } from 'berg';

const instance: QuotaUsedSizeAssetsAttachments = {
    issues,
    releases,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
