Show / Hide Table of Contents

Class UpdatePrivateAuctionProposalRequest

Inheritance
System.Object
UpdatePrivateAuctionProposalRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class UpdatePrivateAuctionProposalRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

ExternalDealId

The externalDealId of the deal to be updated.

Declaration
[JsonProperty("externalDealId")]
public virtual string ExternalDealId { get; set; }
Property Value
Type Description
System.String

Note

Optional note to be added.

Declaration
[JsonProperty("note")]
public virtual MarketplaceNote Note { get; set; }
Property Value
Type Description
MarketplaceNote

ProposalRevisionNumber

The current revision number of the proposal to be updated.

Declaration
[JsonProperty("proposalRevisionNumber")]
public virtual long? ProposalRevisionNumber { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

UpdateAction

The proposed action on the private auction proposal.

Declaration
[JsonProperty("updateAction")]
public virtual string UpdateAction { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top