class Google::Apis::YoutubeV3::ChannelContentDetails
Details about the content of a channel.
Attributes
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtube_v3/classes.rb, line 1145 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/youtube_v3/classes.rb, line 1150 def update!(**args) @related_playlists = args[:related_playlists] if args.key?(:related_playlists) end