Instance
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 |