Class: Google::Apis::YoutubeV3::LiveChatPollItem
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeV3::LiveChatPollItem
- 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
Instance Attribute Summary collapse
-
#description ⇒ String
Plain text description of the item.
-
#item_id ⇒ String
Corresponds to the JSON property
itemId
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LiveChatPollItem
constructor
A new instance of LiveChatPollItem.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LiveChatPollItem
Returns a new instance of LiveChatPollItem
4608 4609 4610 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 4608 def initialize(**args) update!(**args) end |
Instance Attribute Details
#description ⇒ String
Plain text description of the item.
Corresponds to the JSON property description
4601 4602 4603 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 4601 def description @description end |
#item_id ⇒ String
Corresponds to the JSON property itemId
4606 4607 4608 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 4606 def item_id @item_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4613 4614 4615 4616 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 4613 def update!(**args) @description = args[:description] if args.key?(:description) @item_id = args[:item_id] if args.key?(:item_id) end |