Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 824 Bytes

channel-mapping-options-dto.md

File metadata and controls

29 lines (20 loc) · 824 Bytes

Channel Mapping Options Dto

Channel mapping options dto.

Structure

ChannelMappingOptionsDto

Fields

Name Type Tags Description
tuner_channels List of TunerChannelMapping Optional Gets or sets list of tuner channels.
provider_channels List of NameIdPair Optional Gets or sets list of provider channels.
mappings List of NameValuePair Optional Gets or sets list of mappings.
provider_name string Optional Gets or sets provider name.

Example (as JSON)

{
  "TunerChannels": null,
  "ProviderChannels": null,
  "Mappings": null,
  "ProviderName": null
}