ExceptionalPeriod

@Serializable
data class ExceptionalPeriod(val periodBegin: String, val periodEnd: String)

Specifies one exceptional period for opening or access hours.

Parameters

periodBegin

Begin of the exception in UTC.

periodEnd

End of the exception in UTC.

Constructors

Link copied to clipboard
constructor(periodBegin: String, periodEnd: String)

Properties

Link copied to clipboard
Link copied to clipboard