updateResult property

Map<String, PersonResponse>? updateResult
getter/setter pair

A map of resource names to the contacts that were updated, unless the request read_mask is empty.

Implementation

core.Map<core.String, PersonResponse>? updateResult;