ChannelMappingOptionsDto
data class ChannelMappingOptionsDto(val tunerChannels: List<TunerChannelMapping>, val providerChannels: List<NameIdPair>, val mappings: List<NameValuePair>, val providerName: String? = null)
Channel mapping options dto.
Constructors
Link copied to clipboard
constructor(tunerChannels: List<TunerChannelMapping>, providerChannels: List<NameIdPair>, mappings: List<NameValuePair>, providerName: String? = null)