Class UpdatePrivateAuctionRequest
Request object for UpdatePrivateAuction method.
Implements
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 |