Class: Google::Apis::YoutubeV3::CommentThreadReplies
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeV3::CommentThreadReplies
- 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
Comments written in (direct or indirect) reply to the top level comment.
Instance Attribute Summary collapse
-
#comments ⇒ Array<Google::Apis::YoutubeV3::Comment>
A limited number of replies.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CommentThreadReplies
constructor
A new instance of CommentThreadReplies.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CommentThreadReplies
Returns a new instance of CommentThreadReplies
2212 2213 2214 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 2212 def initialize(**args) update!(**args) end |
Instance Attribute Details
#comments ⇒ Array<Google::Apis::YoutubeV3::Comment>
A limited number of replies. Unless the number of replies returned equals
total_reply_count in the snippet the returned replies are only a subset of the
total number of replies.
Corresponds to the JSON property comments
2210 2211 2212 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 2210 def comments @comments end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2217 2218 2219 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 2217 def update!(**args) @comments = args[:comments] if args.key?(:comments) end |