Record
get-editorial-video-license-list-params
No description available.
record get-editorial-video-license-list-params {
video-id: option<string>,
license: option<string>,
page: option<s32>,
per-page: option<s32>,
sort: option<get-editorial-video-license-list-sort-enum>,
username: option<string>,
start-date: option<string>,
end-date: option<string>,
download-availability: option<get-editorial-video-license-list-download-availability-enum>,
team-history: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| video-id | option<string> | |
| license | option<string> | |
| page | option<s32> | |
| per-page | option<s32> | |
| sort | option<get-editorial-video-license-list-sort-enum> | |
| username | option<string> | |
| start-date | option<string> | |
| end-date | option<string> | |
| download-availability | option<get-editorial-video-license-list-download-availability-enum> | |
| team-history | option<bool> |