Class: Google::Apis::YoutubeV3::CommentThreadReplies

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

Overview

Comments written in (direct or indirect) reply to the top level comment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CommentThreadReplies

Returns a new instance of CommentThreadReplies.



2323
2324
2325
# File 'generated/google/apis/youtube_v3/classes.rb', line 2323

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

Instance Attribute Details

#commentsArray<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



2321
2322
2323
# File 'generated/google/apis/youtube_v3/classes.rb', line 2321

def comments
  @comments
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2328
2329
2330
# File 'generated/google/apis/youtube_v3/classes.rb', line 2328

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