TimeSpanResponse

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

For example, between 2021-05-25T13:00:00Z and 2021-05-25T14:00:00Z.

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