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