class Yt::Models::ContentOwnerDetail
@private Encapsulates channel data that is relevant for YouTube Partners linked with the channel. @see developers.google.com/youtube/v3/docs/channels#contentOwnerDetails
Public Class Methods
Source
# File lib/yt/models/content_owner_detail.rb, line 10 def initialize(options = {}) @data = options[:data] || {} end