Set channel mapping dto.

SetChannelMappingDto

interface SetChannelMappingDto {
    ProviderChannelId: string;
    ProviderId: string;
    TunerChannelId: string;
}

Properties

ProviderChannelId: string

Gets or sets the provider channel id.

SetChannelMappingDto

ProviderId: string

Gets or sets the provider id.

SetChannelMappingDto

TunerChannelId: string

Gets or sets the tuner channel id.

SetChannelMappingDto