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

new(options = {}) click to toggle source
# File lib/yt/models/content_owner_detail.rb, line 10
def initialize(options = {})
  @data = options[:data] || {}
end