# QuotaUsedSizeRepos

QuotaUsedSizeRepos represents the size-based repository quota usage of a user

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_private** | **number** | Storage size of the user\&#39;s private repositories | [optional] [default to undefined]
**_public** | **number** | Storage size of the user\&#39;s public repositories | [optional] [default to undefined]

## Example

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

const instance: QuotaUsedSizeRepos = {
    _private,
    _public,
};
```

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