| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | Custom, unique name for set of validation rules. | [optional] |
| rules | object | Contains all the rule definitions for the validation rule. It is a set of key value pairs representing the rules and logic between the rules. The keys are numbered consecutively beginning from `1`. The values are objects containing the rule conditions. | [optional] |
| error | \OpenAPI\Client\Model\ValidationRulesUpdateRequestBodyError | [optional] | |
| applicableTo | \OpenAPI\Client\Model\ValidationRulesUpdateRequestBodyApplicableTo | [optional] | |
| type | string | Type of validation rule. | [optional] [default to 'expression'] |
| contextType | string | Validation rule context type. | Context Type |