InsightFiltersUpdatedAtDateRangeArgs

data class InsightFiltersUpdatedAtDateRangeArgs(val unit: Output<String>, val value: Output<Int>) : ConvertibleToJava<InsightFiltersUpdatedAtDateRangeArgs>

Constructors

Link copied to clipboard
constructor(unit: Output<String>, value: Output<Int>)

Properties

Link copied to clipboard
val unit: Output<String>

A date range unit for the date filter. Valid values: DAYS.

Link copied to clipboard
val value: Output<Int>

A date range value for the date filter, provided as an Integer.

Functions

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