Class BatchDeleteContactsRequest
A request to delete a batch of existing contacts.
Implements
Inherited Members
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class BatchDeleteContactsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceNames
Required. The resource names of the contact to delete. It's repeatable. Allows up to 500 resource names in a single request.
Declaration
[JsonProperty("resourceNames")]
public virtual IList<string> ResourceNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |