Record
youtube
No description available.
record youtube {
channel-id: option<string>,
channel-title: option<string>,
comments-count: option<s32>,
created: option<string>,
description: option<string>,
dislike-count: option<s32>,
external-id: option<string>,
favorite-count: option<s32>,
id: option<s32>,
like-count: option<s32>,
name: option<string>,
thumbnails: option<youtube-thumbnails>,
view-count: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| channel-id | option<string> | |
| channel-title | option<string> | |
| comments-count | option<s32> | |
| created | option<string> | |
| description | option<string> | |
| dislike-count | option<s32> | |
| external-id | option<string> | |
| favorite-count | option<s32> | |
| id | option<s32> | |
| like-count | option<s32> | |
| name | option<string> | |
| thumbnails | option<youtube-thumbnails> | |
| view-count | option<s32> |