Class: Google::Apis::YoutubeV3::ChannelContentDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/youtube_v3/classes.rb,
generated/google/apis/youtube_v3/representations.rb,
generated/google/apis/youtube_v3/representations.rb

Overview

Details about the content of a channel.

Defined Under Namespace

Classes: RelatedPlaylists

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ChannelContentDetails

Returns a new instance of ChannelContentDetails.



1114
1115
1116
# File 'generated/google/apis/youtube_v3/classes.rb', line 1114

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#google_plus_user_idString

The googlePlusUserId object identifies the Google+ profile ID associated with this channel. Corresponds to the JSON property googlePlusUserId

Returns:

  • (String)


1107
1108
1109
# File 'generated/google/apis/youtube_v3/classes.rb', line 1107

def google_plus_user_id
  @google_plus_user_id
end

Corresponds to the JSON property relatedPlaylists



1112
1113
1114
# File 'generated/google/apis/youtube_v3/classes.rb', line 1112

def related_playlists
  @related_playlists
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1119
1120
1121
1122
# File 'generated/google/apis/youtube_v3/classes.rb', line 1119

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