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 generated/google/apis/youtube_v3/classes.rb, line 2220
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/youtube_v3/classes.rb, line 2225
def update!(**args)
  @comments = args[:comments] if args.key?(:comments)
end