DateSpanResponse

data class DateSpanResponse(val end: String, val start: String)

For example, between '2022-12-23' and '2023-01-05'.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: String

The end date of the date span.

Link copied to clipboard

The start date of the date span.