Class: Google::Apis::PlusDomainsV1::Circle::People

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/plus_domains_v1/classes.rb,
generated/google/apis/plus_domains_v1/representations.rb,
generated/google/apis/plus_domains_v1/representations.rb

Overview

The people in this circle.

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) ⇒ People

Returns a new instance of People



1213
1214
1215
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 1213

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

Instance Attribute Details

#total_itemsFixnum

The total number of people in this circle. Corresponds to the JSON property totalItems

Returns:

  • (Fixnum)


1211
1212
1213
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 1211

def total_items
  @total_items
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1218
1219
1220
# 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