Show / Hide Table of Contents

Class BatchUpdateAdUnitsResponse

Response object for BatchUpdateAdUnits method.

Inheritance
object
BatchUpdateAdUnitsResponse
Implements
IMessage<BatchUpdateAdUnitsResponse>
IEquatable<BatchUpdateAdUnitsResponse>
IDeepCloneable<BatchUpdateAdUnitsResponse>
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 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>
In this article
Back to top Generated by DocFX