Difference between revisions of "TVTechnology"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_DataType_Spec |Description=Represents a TV Technology object, modeling the different "platforms" or technologies (part of a ChannelMap) |Members= {{{!}} bo...")
 
(No difference)

Latest revision as of 11:07, 2 June 2014

Represents a TV Technology object, modeling the different "platforms" or technologies (part of a ChannelMap)

Members

Field Data Type Description
ID int TV Technology ID
Name String Technology name
Title String TV Technology title
Transport TVTransport Transport of TV Technology


Example

{

"ID": 1,
"Name": "Vivo TV Cabo",
"Title": "Vivo TV Cabo",
TVTransport

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation


See also