Class BatchUpdatePlacementsRequest
Request object for BatchUpdatePlacements method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchUpdatePlacementsRequest : IMessage<BatchUpdatePlacementsRequest>, IEquatable<BatchUpdatePlacementsRequest>, IDeepCloneable<BatchUpdatePlacementsRequest>, IBufferMessage, IMessage
Constructors
BatchUpdatePlacementsRequest()
Declaration
public BatchUpdatePlacementsRequest()
BatchUpdatePlacementsRequest(BatchUpdatePlacementsRequest)
Declaration
public BatchUpdatePlacementsRequest(BatchUpdatePlacementsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdatePlacementsRequest | other |
Properties
Parent
Required. The parent resource where Placements will be updated.
Format: networks/{network_code}
The parent field in the UpdatePlacementsRequest 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 Placement objects to update.
A maximum of 100 objects can be updated in a batch.
Declaration
public RepeatedField<UpdatePlacementRequest> Requests { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<UpdatePlacementRequest> |