EntertainmentLocations

@Serializable
data class EntertainmentLocations(val serviceLocations: List<ServiceLocation>)

Locations of entertainment services within an entertainment configuration.

Constructors

Link copied to clipboard
constructor(serviceLocations: List<ServiceLocation>)

Properties

Link copied to clipboard
@SerialName(value = "service_locations")
val serviceLocations: List<ServiceLocation>

List of service locations for lights in the entertainment zone.