Automation Source Rule Set Rule
data class AutomationSourceRuleSetRule(val expectedValue: String, val operator: String, val propertyPath: String, val propertyType: String)
Constructors
Link copied to clipboard
fun AutomationSourceRuleSetRule(expectedValue: String, operator: String, propertyPath: String, propertyType: String)