AutomationRuleDateFilter

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val end: String? = null
Link copied to clipboard
val start: String? = null