# QuotaRuleInfo

QuotaRuleInfo contains information about a quota rule

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**limit** | **number** | The limit set by the rule | [optional] [default to undefined]
**name** | **string** | Name of the rule (only shown to admins) | [optional] [default to undefined]
**subjects** | **Array&lt;string&gt;** | Subjects the rule affects | [optional] [default to undefined]

## Example

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

const instance: QuotaRuleInfo = {
    limit,
    name,
    subjects,
};
```

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