Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
categories | TrendingCategory[] |
Example
{
// Type: TrendingCategory[]
"categories": [
// Type: TrendingCategory
{
// Type: string
"categoryName": "",
// Type: SearchResultOfTrendingEntry
"entries": {
// Type: TrendingEntry[]
"results": [
// Type: TrendingEntry
{
// Type: number:double
"weight": 0,
// Type: boolean
"isFeatured": false,
// Type: string
"identifier": "",
// Type: TrendingEntryType:Enum
"entityType": {},
// Type: string
"displayName": "",
// Type: string
"tagline": "",
// Type: string
"image": "",
// Type: string:date-time:nullable
"startDate": "",
// Type: string:date-time:nullable
"endDate": "",
// Type: string
"link": "",
// Type: string
"webmVideo": "",
// Type: string
"mp4Video": "",
// Type: string
"featureImage": "",
// Type: TrendingEntry[]
"items": [
// Type: TrendingEntry
"{}"
]
}
],
// Type: integer:int32
"totalResults": 0,
// Type: boolean
"hasMore": false,
// Type: PagedQuery
"query": {
// Type: integer:int32
"itemsPerPage": 0,
// Type: integer:int32
"currentPage": 0,
// Type: string
"requestContinuationToken": ""
},
// Type: string
"replacementContinuationToken": "",
// Type: boolean
"useTotalResults": false
},
// Type: string
"categoryId": ""
}
]
}