Class BatchDeactivateCustomTargetingValuesRequest
Request message for BatchDeactivateCustomTargetingValues method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchDeactivateCustomTargetingValuesRequest : IMessage<BatchDeactivateCustomTargetingValuesRequest>, IEquatable<BatchDeactivateCustomTargetingValuesRequest>, IDeepCloneable<BatchDeactivateCustomTargetingValuesRequest>, IBufferMessage, IMessage
Constructors
BatchDeactivateCustomTargetingValuesRequest()
Declaration
public BatchDeactivateCustomTargetingValuesRequest()
BatchDeactivateCustomTargetingValuesRequest(BatchDeactivateCustomTargetingValuesRequest)
Declaration
public BatchDeactivateCustomTargetingValuesRequest(BatchDeactivateCustomTargetingValuesRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDeactivateCustomTargetingValuesRequest | 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 deactivate.
Declaration
public RepeatedField<DeactivateCustomTargetingValueRequest> Requests { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<DeactivateCustomTargetingValueRequest> |