class Google::Apis::YoutubeV3::CommentThreadReplies
Comments written in (direct or indirect) reply to the top level comment.
Attributes
comments[RW]
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` @return [Array<Google::Apis::YoutubeV3::Comment>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtube_v3/classes.rb, line 2317 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/youtube_v3/classes.rb, line 2322 def update!(**args) @comments = args[:comments] if args.key?(:comments) end