cberg
Version:
Node.js Client for the Codeberg API
26 lines (18 loc) • 777 B
Markdown
# 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<string>** | 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)