Class: Google::Apis::PeopleV1::BatchGetContactGroupsResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::PeopleV1::BatchGetContactGroupsResponse
 
- 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
The response to a batch get contact groups request.
Instance Attribute Summary collapse
- 
  
    
      #responses  ⇒ Array<Google::Apis::PeopleV1::ContactGroupResponse> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of responses for each requested contact group resource. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ BatchGetContactGroupsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of BatchGetContactGroupsResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchGetContactGroupsResponse
Returns a new instance of BatchGetContactGroupsResponse
| 152 153 154 | # File 'generated/google/apis/people_v1/classes.rb', line 152 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#responses ⇒ Array<Google::Apis::PeopleV1::ContactGroupResponse>
The list of responses for each requested contact group resource.
Corresponds to the JSON property responses
| 150 151 152 | # File 'generated/google/apis/people_v1/classes.rb', line 150 def responses @responses end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 157 158 159 | # File 'generated/google/apis/people_v1/classes.rb', line 157 def update!(**args) @responses = args[:responses] if args.key?(:responses) end |