Record
video
No description available.
record video {
categories: list<category>,
content-rating: list<string>,
context: video-context,
created-time: string,
description: string,
duration: f64,
embed: embed-settings,
height: f64,
language: string,
last-user-action-event-date: option<string>,
license: video-license-enum,
link: string,
metadata: video-metadata,
modified-time: string,
name: string,
parent-folder: option<project>,
password: option<string>,
pictures: picture,
privacy: video-privacy,
release-time: string,
resource-key: string,
spatial: video-spatial,
stats: video-stats,
status: video-status-enum,
tags: list<tag>,
transcode: video-transcode,
upload: video-upload,
uri: string,
user: user,
width: f64,
}Fields
| Name | Type | Description |
|---|---|---|
| categories | list<category> | |
| content-rating | list<string> | |
| context | video-context | |
| created-time | string | |
| description | string | |
| duration | f64 | |
| embed | embed-settings | |
| height | f64 | |
| language | string | |
| last-user-action-event-date | option<string> | |
| license | video-license-enum | |
| link | string | |
| metadata | video-metadata | |
| modified-time | string | |
| name | string | |
| parent-folder | option<project> | |
| password | option<string> | |
| pictures | picture | |
| privacy | video-privacy | |
| release-time | string | |
| resource-key | string | |
| spatial | video-spatial | |
| stats | video-stats | |
| status | video-status-enum | |
| tags | list<tag> | |
| transcode | video-transcode | |
| upload | video-upload | |
| uri | string | |
| user | user | |
| width | f64 |