Show / Hide Table of Contents

Class NonGuaranteedAuctionTerms

Terms for Private Auctions. Note that Private Auctions can be created only by the seller, but they can be returned in a get or list request.

Inheritance
object
NonGuaranteedAuctionTerms
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class NonGuaranteedAuctionTerms : IDirectResponseSchema

Properties

AutoOptimizePrivateAuction

True if open auction buyers are allowed to compete with invited buyers in this private auction.

Declaration
[JsonProperty("autoOptimizePrivateAuction")]
public virtual bool? AutoOptimizePrivateAuction { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

ReservePricesPerBuyer

Reserve price for the specified buyer.

Declaration
[JsonProperty("reservePricesPerBuyer")]
public virtual IList<PricePerBuyer> ReservePricesPerBuyer { get; set; }
Property Value
Type Description
IList<PricePerBuyer>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX