Record
trending-entry
No description available.
record trending-entry {
creation-date: option<string>,
display-name: option<string>,
end-date: option<string>,
entity-type: option<s32>,
feature-image: option<string>,
identifier: option<string>,
image: option<string>,
is-featured: option<bool>,
items: option<list<string>>,
link: option<string>,
mp4-video: option<string>,
start-date: option<string>,
tagline: option<string>,
webm-video: option<string>,
weight: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| creation-date | option<string> | |
| display-name | option<string> | |
| end-date | option<string> | |
| entity-type | option<s32> | |
| feature-image | option<string> | |
| identifier | option<string> | |
| image | option<string> | |
| is-featured | option<bool> | |
| items | option<list<string>> | |
| link | option<string> | |
| mp4-video | option<string> | |
| start-date | option<string> | |
| tagline | option<string> | |
| webm-video | option<string> | |
| weight | option<f64> |