cberg
Version:
Node.js Client for the Codeberg API
24 lines (16 loc) • 657 B
Markdown
# QuotaGroup
QuotaGroup represents a quota group
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Name of the group | [optional] [default to undefined]
**rules** | [**Array<QuotaRuleInfo>**](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)