GoogleApi.AdExchangeBuyer.V2beta1.Model.NonGuaranteedAuctionTerms (google_api_ad_exchange_buyer v0.39.2) View Source
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.
Attributes
-
autoOptimizePrivateAuction(type:boolean(), default:nil) - True if open auction buyers are allowed to compete with invited buyers in this private auction. -
reservePricesPerBuyer(type:list(GoogleApi.AdExchangeBuyer.V2beta1.Model.PricePerBuyer.t), default:nil) - Reserve price for the specified buyer.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.NonGuaranteedAuctionTerms{
autoOptimizePrivateAuction: boolean() | nil,
reservePricesPerBuyer:
[GoogleApi.AdExchangeBuyer.V2beta1.Model.PricePerBuyer.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.