Asset Open Response
data class AssetOpenResponse(val currentSlice: AssetOpeningHoursPeriod? = null, val openHours: List<AssetOpeningHoursPeriod>? = null, val openNow: Boolean? = null, val nextOpening: AssetOpenResponseNextOpening? = null, val weekDay: Int? = null)
The Current opening status for an Asset
Parameters
current Slice
open Hours
the opening hours for the day
open Now
Boolean value indicating the status of the opening hours
next Opening
week Day
the day of the week starting from 1 to 7
Constructors
Link copied to clipboard
constructor(currentSlice: AssetOpeningHoursPeriod? = null, openHours: List<AssetOpeningHoursPeriod>? = null, openNow: Boolean? = null, nextOpening: AssetOpenResponseNextOpening? = null, weekDay: Int? = null)