Show / Hide Table of Contents

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.

Inheritance
object
BatchCreateContactsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX