Record
search-result-of-trending-entry
No description available.
record search-result-of-trending-entry {
has-more: option<bool>,
query: option<queries-paged-query>,
replacement-continuation-token: option<string>,
results: option<list<trending-entry>>,
total-results: option<s32>,
use-total-results: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| has-more | option<bool> | |
| query | option<queries-paged-query> | |
| replacement-continuation-token | option<string> | |
| results | option<list<trending-entry>> | |
| total-results | option<s32> | |
| use-total-results | option<bool> |