Class 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.
Implements
Inherited Members
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class BatchUpdateContactsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateResult
A map of resource names to the contacts that were updated, unless the request read_mask
is empty.
Declaration
[JsonProperty("updateResult")]
public virtual IDictionary<string, PersonResponse> UpdateResult { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, PersonResponse> |