class Google::Apis::PeopleV1::BatchUpdateContactsResponse
If not successful, returns BatchUpdateContactsErrorDetails, a list of errors corresponding to each contact. The response to a request to update a batch of contacts.
Attributes
update_result[RW]
A map of resource names to the contacts that were updated, unless the request ` read_mask` is empty. Corresponds to the JSON property `updateResult` @return [Hash<String,Google::Apis::PeopleV1::PersonResponse>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/people_v1/classes.rb, line 306 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 311 def update!(**args) @update_result = args[:update_result] if args.key?(:update_result) end