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