class Google::Apis::YoutubeV3::ChannelSectionContentDetails
Details about a channelsection, including playlists and channels.
Attributes
channels[RW]
The channel ids for type multiple_channels. Corresponds to the JSON property `channels` @return [Array<String>]
playlists[RW]
The playlist ids for type single_playlist and multiple_playlists. For singlePlaylist, only one playlistId is allowed. Corresponds to the JSON property `playlists` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/youtube_v3/classes.rb, line 1451 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/youtube_v3/classes.rb, line 1456 def update!(**args) @channels = args[:channels] if args.key?(:channels) @playlists = args[:playlists] if args.key?(:playlists) end