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