Class BatchDeactivatePlacementsRequest
Request message for BatchDeactivatePlacements method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchDeactivatePlacementsRequest : IMessage<BatchDeactivatePlacementsRequest>, IEquatable<BatchDeactivatePlacementsRequest>, IDeepCloneable<BatchDeactivatePlacementsRequest>, IBufferMessage, IMessage
Constructors
BatchDeactivatePlacementsRequest()
Declaration
public BatchDeactivatePlacementsRequest()
BatchDeactivatePlacementsRequest(BatchDeactivatePlacementsRequest)
Declaration
public BatchDeactivatePlacementsRequest(BatchDeactivatePlacementsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDeactivatePlacementsRequest | other |
Properties
Names
Required. The names of the Placement objects to deactivate.
Format: networks/{network_code}/placements/{placement_id}
Declaration
public RepeatedField<string> Names { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
Parent
Required. 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 |
PlacementNames
PlacementName-typed view over the Names resource name property.
Declaration
public ResourceNameList<PlacementName> PlacementNames { get; }
Property Value
| Type | Description |
|---|---|
| ResourceNameList<PlacementName> |