class Google::Apis::PlusV1::Comment::Plusoners
People who +1'd this comment.
Attributes
total_items[RW]
Total number of people who +1'd this comment. Corresponds to the JSON property `totalItems` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/plus_v1/classes.rb, line 1245 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/plus_v1/classes.rb, line 1250 def update!(**args) @total_items = args[:total_items] if args.key?(:total_items) end