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