EntertainmentLocationsUpdateParameters

@Serializable
data class EntertainmentLocationsUpdateParameters(val serviceLocations: List<ServiceLocationUpdateParameters>)

Entertainment service locations for updating an entertainment configuration.

Constructors

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

Properties

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

List of service locations for lights in the entertainment zone.