class Google::Apis::PlusDomainsV1::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_domains_v1/classes.rb, line 1564
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_domains_v1/classes.rb, line 1569
def update!(**args)
  @total_items = args[:total_items] if args.key?(:total_items)
end