Automation Rule Criteria Updated At
    data class AutomationRuleCriteriaUpdatedAt(val dateRange: AutomationRuleCriteriaUpdatedAtDateRange? = null, val end: String? = null, val start: String? = null)
Constructors
Link copied to clipboard
                fun AutomationRuleCriteriaUpdatedAt(dateRange: AutomationRuleCriteriaUpdatedAtDateRange? = null, end: String? = null, start: String? = null)