FlowTimeWindow

data class FlowTimeWindow(val fromTime: Instant? = null, val untilTime: Instant? = null)

Constructors

Link copied to clipboard
constructor(fromTime: Instant? = null, untilTime: Instant? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fromTime: Instant? = null
Link copied to clipboard
val untilTime: Instant? = null