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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CommentThreadReplies

Returns a new instance of CommentThreadReplies.



2232
2233
2234
# File 'generated/google/apis/youtube_v3/classes.rb', line 2232

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



2230
2231
2232
# File 'generated/google/apis/youtube_v3/classes.rb', line 2230

def comments
  @comments
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2237
2238
2239
# File 'generated/google/apis/youtube_v3/classes.rb', line 2237

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