Show / Hide Table of Contents

Class BatchCreateAdUnitsResponse

Response object for BatchCreateAdUnits method.

Inheritance
object
BatchCreateAdUnitsResponse
Implements
IMessage<BatchCreateAdUnitsResponse>
IEquatable<BatchCreateAdUnitsResponse>
IDeepCloneable<BatchCreateAdUnitsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX