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