class Google::Apis::PeopleV1::BatchGetContactGroupsResponse
The response to a batch get contact groups request.
Attributes
responses[RW]
The list of responses for each requested contact group resource. Corresponds to the JSON property `responses` @return [Array<Google::Apis::PeopleV1::ContactGroupResponse>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/people_v1/classes.rb, line 230 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/people_v1/classes.rb, line 235 def update!(**args) @responses = args[:responses] if args.key?(:responses) end