View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.NonGuaranteedAuctionTerms (google_api_ad_exchange_buyer v0.41.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.NonGuaranteedAuctionTerms{
  autoOptimizePrivateAuction: boolean() | nil,
  reservePricesPerBuyer:
    [GoogleApi.AdExchangeBuyer.V2beta1.Model.PricePerBuyer.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.