docs/EditQuotaRuleOptions
Forgejo::EditQuotaRuleOptions
Properties
Name | Type | Description | Notes |
---|---|---|---|
limit | Integer | The limit set by the rule | [optional] |
subjects | Array<String> | The subjects affected by the rule | [optional] |
Example
require 'forgejo' instance = Forgejo::EditQuotaRuleOptions.new( limit: null, subjects: null )