AutomationRuleDateFilterArgs

data class AutomationRuleDateFilterArgs(val dateRange: Output<AutomationRuleDateRangeArgs>? = null, val end: Output<String>? = null, val start: Output<String>? = null) : ConvertibleToJava<AutomationRuleDateFilterArgs>

Constructors

Link copied to clipboard
fun AutomationRuleDateFilterArgs(dateRange: Output<AutomationRuleDateRangeArgs>? = null, end: Output<String>? = null, start: Output<String>? = null)

Functions

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

Properties

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