Class: Google::Apis::YoutubeV3::ActivityContentDetailsChannelItem
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeV3::ActivityContentDetailsChannelItem
- 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 a resource which was added to a channel.
Instance Attribute Summary collapse
-
#resource_id ⇒ Google::Apis::YoutubeV3::ResourceId
A resource id is a generic reference that points to another YouTube resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ActivityContentDetailsChannelItem
constructor
A new instance of ActivityContentDetailsChannelItem.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ActivityContentDetailsChannelItem
Returns a new instance of ActivityContentDetailsChannelItem
213 214 215 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 213 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_id ⇒ Google::Apis::YoutubeV3::ResourceId
A resource id is a generic reference that points to another YouTube resource.
Corresponds to the JSON property resourceId
211 212 213 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 211 def resource_id @resource_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
218 219 220 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 218 def update!(**args) @resource_id = args[:resource_id] if args.key?(:resource_id) end |