Show / Hide Table of Contents

Class BatchCreateCustomTargetingKeysRequest

Request object for BatchCreateCustomTargetingKeys method.

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

Constructors

BatchCreateCustomTargetingKeysRequest()

Declaration
public BatchCreateCustomTargetingKeysRequest()

BatchCreateCustomTargetingKeysRequest(BatchCreateCustomTargetingKeysRequest)

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

Properties

Parent

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

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