FilterDateFilterArgs

data class FilterDateFilterArgs(val endInclusive: Output<Int>? = null, val startInclusive: Output<Int>? = null) : ConvertibleToJava<FilterDateFilterArgs>

Constructors

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

Properties

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

Functions

Link copied to clipboard
open override fun toJava(): FilterDateFilterArgs