class Google::Apis::YoutubeV3::ChannelContentDetails

Details about the content of a channel.

Attributes

google_plus_user_id[RW]

The googlePlusUserId object identifies the Google+ profile ID associated with this channel. Corresponds to the JSON property `googlePlusUserId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/youtube_v3/classes.rb, line 1102
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 1107
def update!(**args)
  @google_plus_user_id = args[:google_plus_user_id] if args.key?(:google_plus_user_id)
  @related_playlists = args[:related_playlists] if args.key?(:related_playlists)
end