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.
Implements
Inherited Members
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> |