Show / Hide Table of Contents

Class BatchUpdateContactsRequest

Request object for BatchUpdateContacts method.

Inheritance
object
BatchUpdateContactsRequest
Implements
IMessage<BatchUpdateContactsRequest>
IEquatable<BatchUpdateContactsRequest>
IDeepCloneable<BatchUpdateContactsRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchUpdateContactsRequest : IMessage<BatchUpdateContactsRequest>, IEquatable<BatchUpdateContactsRequest>, IDeepCloneable<BatchUpdateContactsRequest>, IBufferMessage, IMessage

Constructors

BatchUpdateContactsRequest()

Declaration
public BatchUpdateContactsRequest()

BatchUpdateContactsRequest(BatchUpdateContactsRequest)

Declaration
public BatchUpdateContactsRequest(BatchUpdateContactsRequest other)
Parameters
Type Name Description
BatchUpdateContactsRequest other

Properties

Parent

Required. The parent resource where Contacts will be updated. Format: networks/{network_code} The parent field in the UpdateContactRequest must match this field.

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsNetworkName

NetworkName-typed view over the Parent resource name property.

Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
Type Description
NetworkName

Requests

Required. The Contact objects to update. A maximum of 100 objects can be updated in a batch.

Declaration
public RepeatedField<UpdateContactRequest> Requests { get; }
Property Value
Type Description
RepeatedField<UpdateContactRequest>
In this article
Back to top Generated by DocFX