| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| title | String | ||
| description | String | ||
| channel_id | String | ||
| author | String | ||
| duration_seconds | Float | ||
| view_count | Float | ||
| keywords | Array<String> | ||
| thumbnail_url | String | ||
| is_live | Boolean | ||
| is_private | Boolean |
require 'unifapi'
instance = Unifapi::YouTubeVideo.new(
id: null,
title: null,
description: null,
channel_id: null,
author: null,
duration_seconds: null,
view_count: null,
keywords: null,
thumbnail_url: null,
is_live: null,
is_private: null
)