Class: Google::Apis::PeopleV1::UpdateContactGroupRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::PeopleV1::UpdateContactGroupRequest
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/people_v1/classes.rb,
 generated/google/apis/people_v1/representations.rb,
 generated/google/apis/people_v1/representations.rb
Overview
A request to update an existing user contact group. All updated fields will be replaced.
Instance Attribute Summary collapse
- 
  
    
      #contact_group  ⇒ Google::Apis::PeopleV1::ContactGroup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A contact group. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ UpdateContactGroupRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of UpdateContactGroupRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UpdateContactGroupRequest
Returns a new instance of UpdateContactGroupRequest
| 2135 2136 2137 | # File 'generated/google/apis/people_v1/classes.rb', line 2135 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#contact_group ⇒ Google::Apis::PeopleV1::ContactGroup
A contact group.
Corresponds to the JSON property contactGroup
| 2133 2134 2135 | # File 'generated/google/apis/people_v1/classes.rb', line 2133 def contact_group @contact_group end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2140 2141 2142 | # File 'generated/google/apis/people_v1/classes.rb', line 2140 def update!(**args) @contact_group = args[:contact_group] if args.key?(:contact_group) end |