Automation Rule Date Filter
data class AutomationRuleDateFilter(val dateRange: AutomationRuleDateRange? = null, val end: String? = null, val start: String? = null)
Constructors
Link copied to clipboard
fun AutomationRuleDateFilter(dateRange: AutomationRuleDateRange? = null, end: String? = null, start: String? = null)