Class BatchCreateContactsResponse
If not successful, returns BatchCreateContactsErrorDetails which contains a list of errors for each invalid contact. The response to a request to create a batch of contacts.
Implements
Inherited Members
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class BatchCreateContactsResponse : IDirectResponseSchema
Properties
CreatedPeople
The contacts that were created, unless the request read_mask
is empty.
Declaration
[JsonProperty("createdPeople")]
public virtual IList<PersonResponse> CreatedPeople { get; set; }
Property Value
Type | Description |
---|---|
IList<PersonResponse> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |