Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 827 Bytes

File metadata and controls

38 lines (32 loc) · 827 Bytes

Unifapi::YouTubeVideo

Properties

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

Example

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
)