# QuotaUsedSize

QuotaUsedSize represents the size-based quota usage of a user

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assets** | [**QuotaUsedSizeAssets**](QuotaUsedSizeAssets.md) |  | [optional] [default to undefined]
**git** | [**QuotaUsedSizeGit**](QuotaUsedSizeGit.md) |  | [optional] [default to undefined]
**repos** | [**QuotaUsedSizeRepos**](QuotaUsedSizeRepos.md) |  | [optional] [default to undefined]

## Example

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

const instance: QuotaUsedSize = {
    assets,
    git,
    repos,
};
```

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