@Beta(2020, 12) data class TimeDescriptor
Describes the parameters related to time.
openingHours
- The opening hours scope.
timeZone
- Used to indicate the mode in which the timeZone object should be returned.
TimeDescriptor(openingHours: OpeningHoursMode? = null, timeZone: TimeZoneType? = null)
Describes the parameters related to time. |
val openingHours: OpeningHoursMode?
The opening hours scope. |
|
val timeZone: TimeZoneType?
Used to indicate the mode in which the timeZone object should be returned. |