MiniUserProduct
Jump to navigation
Jump to search
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 |