Interface LiveTvApiSetChannelMappingRequest

Request parameters for setChannelMapping operation in LiveTvApi.

LiveTvApiSetChannelMappingRequest

interface LiveTvApiSetChannelMappingRequest {
    setChannelMappingDto: SetChannelMappingDto;
}

Properties

setChannelMappingDto: SetChannelMappingDto

The set channel mapping dto.

LiveTvApiSetChannelMapping