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
2133 2134 2135 |
# File 'generated/google/apis/people_v1/classes.rb', line 2133 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
2131 2132 2133 |
# File 'generated/google/apis/people_v1/classes.rb', line 2131 def responses @responses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2138 2139 2140 |
# File 'generated/google/apis/people_v1/classes.rb', line 2138 def update!(**args) @responses = args[:responses] if args.key?(:responses) end |