Show / Hide Table of Contents

Class UpdateAdUnitRequest

Request object for UpdateAdUnit method.

Inheritance
object
UpdateAdUnitRequest
Implements
IMessage<UpdateAdUnitRequest>
IEquatable<UpdateAdUnitRequest>
IDeepCloneable<UpdateAdUnitRequest>
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 UpdateAdUnitRequest : IMessage<UpdateAdUnitRequest>, IEquatable<UpdateAdUnitRequest>, IDeepCloneable<UpdateAdUnitRequest>, IBufferMessage, IMessage

Constructors

UpdateAdUnitRequest()

Declaration
public UpdateAdUnitRequest()

UpdateAdUnitRequest(UpdateAdUnitRequest)

Declaration
public UpdateAdUnitRequest(UpdateAdUnitRequest other)
Parameters
Type Name Description
UpdateAdUnitRequest other

Properties

AdUnit

Required. The AdUnit to update.

The AdUnit's name is used to identify the AdUnit to update. Format: networks/{network_code}/adUnits/{ad_unit_id}

Declaration
public AdUnit AdUnit { get; set; }
Property Value
Type Description
AdUnit

UpdateMask

Required. The list of fields to update.

Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type Description
FieldMask
In this article
Back to top Generated by DocFX