Class BatchActivateCustomTargetingValuesRequest
Request object for BatchActivateCustomTargetingValues method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchActivateCustomTargetingValuesRequest : IMessage<BatchActivateCustomTargetingValuesRequest>, IEquatable<BatchActivateCustomTargetingValuesRequest>, IDeepCloneable<BatchActivateCustomTargetingValuesRequest>, IBufferMessage, IMessage
Constructors
BatchActivateCustomTargetingValuesRequest()
Declaration
public BatchActivateCustomTargetingValuesRequest()
BatchActivateCustomTargetingValuesRequest(BatchActivateCustomTargetingValuesRequest)
Declaration
public BatchActivateCustomTargetingValuesRequest(BatchActivateCustomTargetingValuesRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchActivateCustomTargetingValuesRequest | 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 activate.
A maximum of 100 objects can be activated in a batch.
Declaration
public RepeatedField<ActivateCustomTargetingValueRequest> Requests { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<ActivateCustomTargetingValueRequest> |