Class BatchUpdatePlacementsResponse
Response object for BatchUpdatePlacements method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchUpdatePlacementsResponse : IMessage<BatchUpdatePlacementsResponse>, IEquatable<BatchUpdatePlacementsResponse>, IDeepCloneable<BatchUpdatePlacementsResponse>, IBufferMessage, IMessage
Constructors
BatchUpdatePlacementsResponse()
Declaration
public BatchUpdatePlacementsResponse()
BatchUpdatePlacementsResponse(BatchUpdatePlacementsResponse)
Declaration
public BatchUpdatePlacementsResponse(BatchUpdatePlacementsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdatePlacementsResponse | other |
Properties
Placements
The Placement objects updated.
Declaration
public RepeatedField<Placement> Placements { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Placement> |