Difference between revisions of "MiniUserProduct"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description= |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10" {{!}}- style="background:#88ccff;font-size:110%" ! Fie...") |
|||
Line 43: | Line 43: | ||
{ | { | ||
− | : | + | : "ID": 2148, |
+ | : "Type": 2, | ||
+ | : "Favorite": false, | ||
+ | : "CanWatch": { | ||
+ | :: [[MiniAccessReason]] | ||
+ | : }, | ||
+ | : "BestMediaToPlay": 0 | ||
} | } | ||
Latest revision as of 18:23, 18 September 2014
Members
Field | Data Type | Description |
---|---|---|
BestMediaToPlay | int | |
CanWatch | MiniAccessReason | |
Favorite | bool | |
ID | int | A unique id to identify the object. |
Type | ProductType |
Example
{
- "ID": 2148,
- "Type": 2,
- "Favorite": false,
- "CanWatch": {
- },
- "BestMediaToPlay": 0
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |