class Google::Apis::PlusDomainsV1::Circle::People

The people in this circle.

Attributes

total_items[RW]

The total number of people in this circle. 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 1213
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 1218
def update!(**args)
  @total_items = args[:total_items] if args.key?(:total_items)
end