Record
on-demand-page
No description available.
record on-demand-page {
background: picture,
colors: on-demand-page-colors,
content-rating: list<string>,
created-time: option<string>,
description: string,
domain-link: string,
episodes: on-demand-page-episodes,
film: option<video>,
genres: list<on-demand-genre>,
link: string,
metadata: on-demand-page-metadata,
modified-time: option<string>,
name: string,
pictures: picture,
preorder: on-demand-page-preorder,
published: on-demand-page-published,
rating: f64,
resource-key: string,
sku: option<string>,
subscription: on-demand-page-subscription,
theme: string,
thumbnail: picture,
trailer: video,
type-op: get-user-vods-alt1-filter-enum,
uri: string,
user: user,
}Fields
| Name | Type | Description |
|---|---|---|
| background | picture | |
| colors | on-demand-page-colors | |
| content-rating | list<string> | |
| created-time | option<string> | |
| description | string | |
| domain-link | string | |
| episodes | on-demand-page-episodes | |
| film | option<video> | |
| genres | list<on-demand-genre> | |
| link | string | |
| metadata | on-demand-page-metadata | |
| modified-time | option<string> | |
| name | string | |
| pictures | picture | |
| preorder | on-demand-page-preorder | |
| published | on-demand-page-published | |
| rating | f64 | |
| resource-key | string | |
| sku | option<string> | |
| subscription | on-demand-page-subscription | |
| theme | string | |
| thumbnail | picture | |
| trailer | video | |
| type-op | get-user-vods-alt1-filter-enum | |
| uri | string | |
| user | user |