Show / Hide Table of Contents

Class UpdatePrivateAuctionRequest

Request object for UpdatePrivateAuction method.

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

Constructors

UpdatePrivateAuctionRequest()

Declaration
public UpdatePrivateAuctionRequest()

UpdatePrivateAuctionRequest(UpdatePrivateAuctionRequest)

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

Properties

PrivateAuction

Required. The PrivateAuction to update.

The PrivateAuction's name is used to identify the PrivateAuction to update.

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

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