# QuotaUsedSizeAssetsPackages

QuotaUsedSizeAssetsPackages represents the size-based package quota usage of a user

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**all** | **number** | Storage suze used for the user\&#39;s packages | [optional] [default to undefined]

## Example

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

const instance: QuotaUsedSizeAssetsPackages = {
    all,
};
```

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