AssetOpenResponseNextOpening

@NullIfFalse
data class AssetOpenResponseNextOpening(val end: String? = null, val start: String? = null, val day: String? = null)

the next opening hours period

Parameters

end

the hours of next opening

start

the hours of next closing

day

the day of next opening

Constructors

Link copied to clipboard
constructor(end: String? = null, start: String? = null, day: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "day")
val day: String? = null
Link copied to clipboard
@SerializedName(value = "end")
val end: String? = null
Link copied to clipboard
@SerializedName(value = "start")
val start: String? = null