Instance

From Gvp-public
Revision as of 21:09, 9 September 2014 by Rcalvo (talk | contribs) (Created page with "{{Api_DataType_Spec |Description=Represents a Instance object. Instances are the information usually about each OB and has his own properties and configuration. Each environme...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Represents a Instance object. Instances are the information usually about each OB and has his own properties and configuration. Each environment has many instances as need.

Members

Field Data Type Description
ID int Unique identifier for the Instance
Title String The title for the Instance that will be shown to end users
DefaultLanguageId int
DefaultMovieStars int
CountryCodes Array

! CMGConnectorEndPoint | String | |- valign="top" |}


Example

{

"ID": 25,
"Title": "Vivo Play",
"DefaultLanguageId": 3,
"DefaultMovieStars": 3,
"CountryCodes": [
CountryCode
],
"CMGConnectorEndPoint": ""

}


Known issues

None


Version history

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


See also