toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-models
/
com.mapbox.dash.models.search.ev
/
RegularHours
Regular
Hours
data
class
RegularHours
(
val
weekday
:
Int
,
val
periodBegin
:
String
,
val
periodEnd
:
String
)
Members
Constructors
Regular
Hours
Link copied to clipboard
constructor
(
weekday
:
Int
,
periodBegin
:
String
,
periodEnd
:
String
)
Properties
period
Begin
Link copied to clipboard
val
periodBegin
:
String
period
End
Link copied to clipboard
val
periodEnd
:
String
weekday
Link copied to clipboard
val
weekday
:
Int