# QuotaUsedSizeAssets

QuotaUsedSizeAssets represents the size-based asset usage of a user

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artifacts** | **number** | Storage size used for the user\&#39;s artifacts | [optional] [default to undefined]
**attachments** | [**QuotaUsedSizeAssetsAttachments**](QuotaUsedSizeAssetsAttachments.md) |  | [optional] [default to undefined]
**packages** | [**QuotaUsedSizeAssetsPackages**](QuotaUsedSizeAssetsPackages.md) |  | [optional] [default to undefined]

## Example

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

const instance: QuotaUsedSizeAssets = {
    artifacts,
    attachments,
    packages,
};
```

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