Show / Hide Table of Contents

Class DealTermsNonGuaranteedAuctionTerms

Inheritance
System.Object
DealTermsNonGuaranteedAuctionTerms
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 DealTermsNonGuaranteedAuctionTerms : IDirectResponseSchema

Properties

AutoOptimizePrivateAuction

True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly).

Declaration
[JsonProperty("autoOptimizePrivateAuction")]
public virtual bool? AutoOptimizePrivateAuction { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

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

ReservePricePerBuyers

Reserve price for the specified buyer.

Declaration
[JsonProperty("reservePricePerBuyers")]
public virtual IList<PricePerBuyer> ReservePricePerBuyers { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<PricePerBuyer>

Implements

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