Class: Google::Apis::YoutubeV3::LiveChatPollClosedDetails

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

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

Returns a new instance of LiveChatPollClosedDetails



4699
4700
4701
# File 'generated/google/apis/youtube_v3/classes.rb', line 4699

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

Instance Attribute Details

#poll_idString

The id of the poll that was closed. Corresponds to the JSON property pollId

Returns:

  • (String)


4697
4698
4699
# File 'generated/google/apis/youtube_v3/classes.rb', line 4697

def poll_id
  @poll_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4704
4705
4706
# File 'generated/google/apis/youtube_v3/classes.rb', line 4704

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