Class BatchCreateCustomTargetingValuesRequest
Request object for BatchCreateCustomTargetingValues method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateCustomTargetingValuesRequest : IMessage<BatchCreateCustomTargetingValuesRequest>, IEquatable<BatchCreateCustomTargetingValuesRequest>, IDeepCloneable<BatchCreateCustomTargetingValuesRequest>, IBufferMessage, IMessage
Constructors
BatchCreateCustomTargetingValuesRequest()
Declaration
public BatchCreateCustomTargetingValuesRequest()
BatchCreateCustomTargetingValuesRequest(BatchCreateCustomTargetingValuesRequest)
Declaration
public BatchCreateCustomTargetingValuesRequest(BatchCreateCustomTargetingValuesRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateCustomTargetingValuesRequest | other |
Properties
Parent
Required. The parent, which owns this collection of CustomTargetingValues.
Format:
networks/{network_code}
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 CustomTargetingValue objects to create.
A maximum of 100 objects can be created in a batch.
Declaration
public RepeatedField<CreateCustomTargetingValueRequest> Requests { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<CreateCustomTargetingValueRequest> |