cberg
Version:
Node.js Client for the Codeberg API
24 lines (16 loc) • 711 B
Markdown
# EditQuotaRuleOptions
EditQuotaRuleOptions represents the options for editing a quota rule
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**limit** | **number** | The limit set by the rule | [optional] [default to undefined]
**subjects** | **Array<string>** | The subjects affected by the rule | [optional] [default to undefined]
## Example
```typescript
import { EditQuotaRuleOptions } from 'berg';
const instance: EditQuotaRuleOptions = {
limit,
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)