GuideInfo

@Serializable
data class GuideInfo(val startDate: DateTime, val endDate: DateTime)

Constructors

Link copied to clipboard
constructor(startDate: DateTime, endDate: DateTime)

Properties

Link copied to clipboard
@SerialName(value = "EndDate")
val endDate: DateTime

The end date.

Link copied to clipboard
@SerialName(value = "StartDate")
val startDate: DateTime

The start date.