Record
video
No description available.
record video {
added-date: option<string>,
affiliate-url: option<string>,
aspect: option<f64>,
aspect-ratio: option<string>,
assets: option<video-assets>,
categories: option<list<category>>,
contributor: contributor,
description: option<string>,
duration: option<f64>,
has-model-release: option<bool>,
has-property-release: option<bool>,
id: string,
is-adult: option<bool>,
is-editorial: option<bool>,
keywords: option<list<string>>,
media-type: string,
models: option<list<model>>,
url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| added-date | option<string> | |
| affiliate-url | option<string> | |
| aspect | option<f64> | |
| aspect-ratio | option<string> | |
| assets | option<video-assets> | |
| categories | option<list<category>> | |
| contributor | contributor | |
| description | option<string> | |
| duration | option<f64> | |
| has-model-release | option<bool> | |
| has-property-release | option<bool> | |
| id | string | |
| is-adult | option<bool> | |
| is-editorial | option<bool> | |
| keywords | option<list<string>> | |
| media-type | string | |
| models | option<list<model>> | |
| url | option<string> |