1,461 bytes added
, 11:01, 2 June 2014
{{Api_DataType_Spec
|Description=Represents a ChannelMap object, modeling the set of channels corresponding to the associated Region and TV Technology.
|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! ID
{{!}} int
{{!}} Channel map ID
{{!}}- valign="top"
! Name
{{!}} String
{{!}} Channel map name
{{!}}- valign="top"
! RegionId
{{!}} int
{{!}} Region ID
{{!}}- valign="top"
! RegionName
{{!}} String
{{!}} Region name
{{!}}- valign="top"
! Title
{{!}} String
{{!}} Channel map title (may be different to name)
{{!}}- valign="top"
! TvTechnologyId
{{!}} int
{{!}} TV Technology ID
{{!}}- valign="top"
! TvTechnologyName
{{!}} String
{{!}} TV Technology name
{{!}}- valign="top"
{{!}}}
|Example=
{
: "ID": 1,
: "Name": "Vivo TV Cabo - São Paulo",
: "Title": "Vivo TV Cabo - São Paulo",
: "RegionId": 1,
: "RegionName": "SP - São Paulo",
: "TvTechnologyId": 1,
: "TvTechnologyName": "Vivo TV Cabo"
}
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial data type implementation
{{!}}
{{!}}- valign="top"
{{!}}}
|SeeAlso=
* [[UNIAPI_Specification#Epg_Service| EPG Service]]
}}