open class OpeningHours : Serializable
Opening hours for a POI (Points of Interest).
OpeningHours()
Empty constructor for the OpeningHours(mode: OpeningHoursMode!, timeRanges: Array<TimeRange!>!)
Default constructor for the |
var mode: OpeningHoursMode!
Mode used in the Request. -- GETTER -- |
|
var timeRanges: Array<TimeRange!>!
List of time ranges for the next 7 days. |
open fun getTimeRanges(): ImmutableList<TimeRange!>! |