AssetWeeklyOpeningResponse

data class AssetWeeklyOpeningResponse(val monday: AssetWeeklyOpeningHoursPeriod? = null, val tuesday: AssetWeeklyOpeningHoursPeriod? = null, val wednesday: AssetWeeklyOpeningHoursPeriod? = null, val thursday: AssetWeeklyOpeningHoursPeriod? = null, val friday: AssetWeeklyOpeningHoursPeriod? = null, val saturday: AssetWeeklyOpeningHoursPeriod? = null, val sunday: AssetWeeklyOpeningHoursPeriod? = null, val timezone: String? = null)

The current Weekly Opening taking into account the special hours

Parameters

_1
_2
_3
_4
_5
_6
_7
timezone

Timezone for the Opening Hours of an Asset. It is used to compute the open_now property of an asset. see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

Constructors

Link copied to clipboard
constructor(monday: AssetWeeklyOpeningHoursPeriod? = null, tuesday: AssetWeeklyOpeningHoursPeriod? = null, wednesday: AssetWeeklyOpeningHoursPeriod? = null, thursday: AssetWeeklyOpeningHoursPeriod? = null, friday: AssetWeeklyOpeningHoursPeriod? = null, saturday: AssetWeeklyOpeningHoursPeriod? = null, sunday: AssetWeeklyOpeningHoursPeriod? = null, timezone: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "5")
val friday: AssetWeeklyOpeningHoursPeriod? = null
Link copied to clipboard
@SerializedName(value = "1")
val monday: AssetWeeklyOpeningHoursPeriod? = null
Link copied to clipboard
@SerializedName(value = "6")
val saturday: AssetWeeklyOpeningHoursPeriod? = null
Link copied to clipboard
@SerializedName(value = "7")
val sunday: AssetWeeklyOpeningHoursPeriod? = null
Link copied to clipboard
@SerializedName(value = "4")
val thursday: AssetWeeklyOpeningHoursPeriod? = null
Link copied to clipboard
@SerializedName(value = "timezone")
val timezone: String? = null
Link copied to clipboard
@SerializedName(value = "2")
val tuesday: AssetWeeklyOpeningHoursPeriod? = null
Link copied to clipboard
@SerializedName(value = "3")
val wednesday: AssetWeeklyOpeningHoursPeriod? = null