RetrohuntExecutionInterval

data class RetrohuntExecutionInterval(val endTime: String? = null, val startTime: String? = null)

Constructors

Link copied to clipboard
constructor(endTime: String? = null, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endTime: String? = null

Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.

Link copied to clipboard
val startTime: String? = null

Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.