Skip to main content

EventimRulePropertyDto

Represents a rule property.

rulePropertyTypestringnullablerequired

The type of the rule property.

date1string<date-time>nullable

The first date associated with the rule property.

date2string<date-time>nullable

The second date associated with the rule property.

hour1string<time>nullable

The first hour associated with the rule property.

hour2string<time>nullable

The second hour associated with the rule property.

value1integer<int32>nullable

The first integer value associated with the rule property.

value2integer<int32>nullable

The second integer value associated with the rule property.

value3integer<int32>nullable

The third integer value associated with the rule property.

operatorstringnullable

The operator associated with the rule property.

EventimRulePropertyDto
{
"rulePropertyType": "string",
"date1": "2024-07-29T15:51:28.071Z",
"date2": "2024-07-29T15:51:28.071Z",
"hour1": "string",
"hour2": "string",
"value1": 0,
"value2": 0,
"value3": 0,
"operator": "string"
}