Class: Google::Apis::YoutubeV3::ActivityContentDetailsSubscription

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

Information about a channel that a user subscribed to.

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) ⇒ ActivityContentDetailsSubscription

Returns a new instance of ActivityContentDetailsSubscription.



475
476
477
# File 'generated/google/apis/youtube_v3/classes.rb', line 475

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

Instance Attribute Details

#resource_idGoogle::Apis::YoutubeV3::ResourceId

A resource id is a generic reference that points to another YouTube resource. Corresponds to the JSON property resourceId



473
474
475
# File 'generated/google/apis/youtube_v3/classes.rb', line 473

def resource_id
  @resource_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



480
481
482
# File 'generated/google/apis/youtube_v3/classes.rb', line 480

def update!(**args)
  @resource_id = args[:resource_id] if args.key?(:resource_id)
end