AutomationRuleDateRangeArgs

data class AutomationRuleDateRangeArgs(val unit: Output<AutomationRuleDateRangeUnit>, val value: Output<Double>) : ConvertibleToJava<AutomationRuleDateRangeArgs>

A date range for the date filter.

Constructors

Link copied to clipboard
constructor(unit: Output<AutomationRuleDateRangeUnit>, value: Output<Double>)

Properties

Link copied to clipboard

A date range unit for the date filter.

Link copied to clipboard
val value: Output<Double>

A date range value for the date filter.

Functions

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