Class BatchApproveSuggestedAdUnitsResponse
Response message for BatchApproveSuggestedAdUnits method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchApproveSuggestedAdUnitsResponse : IMessage<BatchApproveSuggestedAdUnitsResponse>, IEquatable<BatchApproveSuggestedAdUnitsResponse>, IDeepCloneable<BatchApproveSuggestedAdUnitsResponse>, IBufferMessage, IMessage
Constructors
BatchApproveSuggestedAdUnitsResponse()
Declaration
public BatchApproveSuggestedAdUnitsResponse()
BatchApproveSuggestedAdUnitsResponse(BatchApproveSuggestedAdUnitsResponse)
Declaration
public BatchApproveSuggestedAdUnitsResponse(BatchApproveSuggestedAdUnitsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchApproveSuggestedAdUnitsResponse | other |
Properties
CreatedAdUnits
The resource names of the AdUnits that were created as part of the approval. The order of the ad units in the response is not guaranteed to be the same as the order of the suggestions in the request.
Declaration
public RepeatedField<string> CreatedAdUnits { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
CreatedAdUnitsAsAdUnitNames
AdUnitName-typed view over the CreatedAdUnits resource name property.
Declaration
public ResourceNameList<AdUnitName> CreatedAdUnitsAsAdUnitNames { get; }
Property Value
| Type | Description |
|---|---|
| ResourceNameList<AdUnitName> |