Show / Hide Table of Contents

Class BatchUpdateCustomTargetingKeysRequest

Request object for BatchUpdateCustomTargetingKeys method.

Inheritance
object
BatchUpdateCustomTargetingKeysRequest
Implements
IMessage<BatchUpdateCustomTargetingKeysRequest>
IEquatable<BatchUpdateCustomTargetingKeysRequest>
IDeepCloneable<BatchUpdateCustomTargetingKeysRequest>
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 BatchUpdateCustomTargetingKeysRequest : IMessage<BatchUpdateCustomTargetingKeysRequest>, IEquatable<BatchUpdateCustomTargetingKeysRequest>, IDeepCloneable<BatchUpdateCustomTargetingKeysRequest>, IBufferMessage, IMessage

Constructors

BatchUpdateCustomTargetingKeysRequest()

Declaration
public BatchUpdateCustomTargetingKeysRequest()

BatchUpdateCustomTargetingKeysRequest(BatchUpdateCustomTargetingKeysRequest)

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

Properties

Parent

Required. The parent resource where CustomTargetingKeys will be updated. Format: networks/{network_code} The parent field in the UpdateCustomTargetingKeyRequest 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 CustomTargetingKey objects to update. A maximum of 100 objects can be updated in a batch.

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