Class PeopleResource.BatchCreateContactsRequest
Create a batch of new contacts and return the PersonResponses for the newly Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.
Inheritance
PeopleResource.BatchCreateContactsRequest
Inherited Members
Namespace: Google.Apis.PeopleService.v1
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class PeopleResource.BatchCreateContactsRequest : PeopleServiceBaseServiceRequest<BatchCreateContactsResponse>, IClientServiceRequest<BatchCreateContactsResponse>, IClientServiceRequest
Constructors
BatchCreateContactsRequest(IClientService, BatchCreateContactsRequest)
Constructs a new BatchCreateContacts request.
Declaration
public BatchCreateContactsRequest(IClientService service, BatchCreateContactsRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
BatchCreateContactsRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes BatchCreateContacts parameter list.
Declaration
protected override void InitParameters()