EntertainmentLocationsCreateParameters

@Serializable
data class EntertainmentLocationsCreateParameters(val serviceLocations: List<ServiceLocationCreateParameters>)

Entertainment service locations for creating an entertainment configuration.

Constructors

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

Properties

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

List of service locations for lights in the entertainment zone.