Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (28 loc) · 6.9 KB

ValidationRulesUpdateResponseBody.md

File metadata and controls

31 lines (28 loc) · 6.9 KB

# ValidationRulesUpdateResponseBody

Properties

Name Type Description Notes
<<<<<<< Updated upstream
name string Custom, unique name for set of validation rules.
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.
error \OpenAPI\Client\Model\ValidationRuleBaseError [optional]
applicable_to \OpenAPI\Client\Model\ValidationRuleBaseApplicableTo
type string Type of validation rule. [default to 'expression']
context_type string Validation rule context type. Context Type
id string Unique validation rule ID.
created_at \DateTime Timestamp representing the date and time when the validation rule was created in ISO 8601 format.
updated_at \DateTime Timestamp representing the date and time when the validation rule was updated in ISO 8601 format. [optional]
=======
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]
applicable_to \OpenAPI\Client\Model\ValidationRulesUpdateResponseBodyApplicableTo [optional]
type string Type of validation rule. [optional] [default to 'expression']
context_type string Validation rule context type. Context Type
id string Unique validation rule ID. [optional]
created_at \DateTime Timestamp representing the date and time when the validation rule was created. The value is shown in the ISO 8601 format. [optional]
updated_at \DateTime Timestamp representing the date and time when the validation rule was updated. The value is shown in the ISO 8601 format. [optional]

Stashed changes assignments_count | int | The number of instances the validation rule has been assigned to different types of redeemables. | [optional] object | string | The type of object represented by JSON. This object stores information about the validation rule. | [default to 'validation_rules']

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