RetrohuntProcessIntervalArgs

data class RetrohuntProcessIntervalArgs(val endTime: Output<String>, val startTime: Output<String>) : ConvertibleToJava<RetrohuntProcessIntervalArgs>

Constructors

Link copied to clipboard
constructor(endTime: Output<String>, startTime: Output<String>)

Properties

Link copied to clipboard
val endTime: Output<String>

Exclusive end of the interval.

Link copied to clipboard
val startTime: Output<String>

Inclusive start of the interval.

Functions

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