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.
Constructor Details
#initialize(**args) ⇒ BatchGetContactGroupsResponse
Returns a new instance of BatchGetContactGroupsResponse.
149 150 151 |
# File 'generated/google/apis/people_v1/classes.rb', line 149 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
147 148 149 |
# File 'generated/google/apis/people_v1/classes.rb', line 147 def responses @responses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
154 155 156 |
# File 'generated/google/apis/people_v1/classes.rb', line 154 def update!(**args) @responses = args[:responses] if args.key?(:responses) end |