Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 3.75 KB

ValidationRulesUpdateResponseBody.md

File metadata and controls

19 lines (16 loc) · 3.75 KB

# ValidationRulesUpdateResponseBody

Properties

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\ValidationRulesUpdateResponseBodyError [optional]
applicableTo \OpenAPI\Client\Model\ValidationRulesUpdateResponseBodyApplicableTo [optional]
type string Type of validation rule. [optional] [default to 'expression']
contextType string Validation rule context type. Context Type
id string Unique validation rule ID. [optional]
createdAt \DateTime Timestamp representing the date and time when the validation rule was created. The value is shown in the ISO 8601 format. [optional]
updatedAt \DateTime Timestamp representing the date and time when the validation rule was updated. The value is shown in the ISO 8601 format. [optional]
assignmentsCount int The number of instances the validation rule has been assigned to different types of redeemables. [optional]
object string The type of the object represented by JSON. This object stores information about the validation rule. [optional] [default to 'validation_rules']

[Back to Model list] [Back to API list] [Back to README]