Class: Google::Apis::YoutubeV3::ActivityContentDetailsFavorite
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeV3::ActivityContentDetailsFavorite
- 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
Information about a video that was marked as a favorite video.
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) ⇒ ActivityContentDetailsFavorite
constructor
A new instance of ActivityContentDetailsFavorite.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ActivityContentDetailsFavorite
Returns a new instance of ActivityContentDetailsFavorite.
307 308 309 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 307 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
305 306 307 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 305 def resource_id @resource_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
312 313 314 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 312 def update!(**args) @resource_id = args[:resource_id] if args.key?(:resource_id) end |