TimeSpanResponse

data class TimeSpanResponse(val end: String? = null, val start: String? = null)

The time span with start and end properties.

Constructors

Link copied to clipboard
constructor(end: String? = null, start: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: String? = null

The end of a time span

Link copied to clipboard
val start: String? = null

The start of a time span