# QuotaUsedSizeGit

QuotaUsedSizeGit represents the size-based git (lfs) quota usage of a user

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**LFS** | **number** | Storage size of the user\&#39;s Git LFS objects | [optional] [default to undefined]

## Example

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

const instance: QuotaUsedSizeGit = {
    LFS,
};
```

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