Class: Google::Apis::PlusDomainsV1::Circle::People
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::PlusDomainsV1::Circle::People
 
- 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
- 
  
    
      #total_items  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The total number of people in this circle. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ People 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of People. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
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_items ⇒ Fixnum
The total number of people in this circle.
Corresponds to the JSON property totalItems
| 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 |