Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 360 Bytes

File metadata and controls

20 lines (14 loc) · 360 Bytes

Unifapi::YoutubeResolveChannelIdGet200ResponseData

Properties

Name Type Description Notes
url String
channel_id String

Example

require 'unifapi'

instance = Unifapi::YoutubeResolveChannelIdGet200ResponseData.new(
  url: null,
  channel_id: null
)