processInterval

@JvmName(name = "bnqqchicxiirlcyr")
suspend fun processInterval(value: Output<RetrohuntProcessIntervalArgs>)
@JvmName(name = "glclwyeexpgbrqnh")
suspend fun processInterval(value: RetrohuntProcessIntervalArgs?)

Parameters

value

Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time. Structure is documented below.


@JvmName(name = "psbggegpdrtmysdt")
suspend fun processInterval(argument: suspend RetrohuntProcessIntervalArgsBuilder.() -> Unit)

Parameters

argument

Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time. Structure is documented below.