# QuotaGroup

QuotaGroup represents a quota group

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Name of the group | [optional] [default to undefined]
**rules** | [**Array&lt;QuotaRuleInfo&gt;**](QuotaRuleInfo.md) | Rules associated with the group | [optional] [default to undefined]

## Example

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

const instance: QuotaGroup = {
    name,
    rules,
};
```

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