FilterDateFilter

data class FilterDateFilter(val endInclusive: Int? = null, val startInclusive: Int? = null)

Constructors

Link copied to clipboard
constructor(endInclusive: Int? = null, startInclusive: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endInclusive: Int? = null
Link copied to clipboard
val startInclusive: Int? = null