Class: Google::Apis::YoutubeV3::ActivityContentDetailsBulletin
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeV3::ActivityContentDetailsBulletin
- 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 channel bulletin post.
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) ⇒ ActivityContentDetailsBulletin
constructor
A new instance of ActivityContentDetailsBulletin.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ActivityContentDetailsBulletin
Returns a new instance of ActivityContentDetailsBulletin
194 195 196 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 194 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
192 193 194 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 192 def resource_id @resource_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
199 200 201 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 199 def update!(**args) @resource_id = args[:resource_id] if args.key?(:resource_id) end |