Class: Google::Apis::Adexchangebuyer2V2beta1::NonGuaranteedAuctionTerms
- Inherits:
-
Object
- Object
- Google::Apis::Adexchangebuyer2V2beta1::NonGuaranteedAuctionTerms
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/adexchangebuyer2_v2beta1/classes.rb,
lib/google/apis/adexchangebuyer2_v2beta1/representations.rb,
lib/google/apis/adexchangebuyer2_v2beta1/representations.rb
Overview
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.
Instance Attribute Summary collapse
-
#auto_optimize_private_auction ⇒ Boolean
(also: #auto_optimize_private_auction?)
True if open auction buyers are allowed to compete with invited buyers in this private auction.
-
#reserve_prices_per_buyer ⇒ Array<Google::Apis::Adexchangebuyer2V2beta1::PricePerBuyer>
Reserve price for the specified buyer.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NonGuaranteedAuctionTerms
constructor
A new instance of NonGuaranteedAuctionTerms.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NonGuaranteedAuctionTerms
Returns a new instance of NonGuaranteedAuctionTerms.
2873 2874 2875 |
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2873 def initialize(**args) update!(**args) end |
Instance Attribute Details
#auto_optimize_private_auction ⇒ Boolean Also known as: auto_optimize_private_auction?
True if open auction buyers are allowed to compete with invited buyers in this
private auction.
Corresponds to the JSON property autoOptimizePrivateAuction
2865 2866 2867 |
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2865 def auto_optimize_private_auction @auto_optimize_private_auction end |
#reserve_prices_per_buyer ⇒ Array<Google::Apis::Adexchangebuyer2V2beta1::PricePerBuyer>
Reserve price for the specified buyer.
Corresponds to the JSON property reservePricesPerBuyer
2871 2872 2873 |
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2871 def reserve_prices_per_buyer @reserve_prices_per_buyer end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2878 2879 2880 2881 |
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2878 def update!(**args) @auto_optimize_private_auction = args[:auto_optimize_private_auction] if args.key?(:auto_optimize_private_auction) @reserve_prices_per_buyer = args[:reserve_prices_per_buyer] if args.key?(:reserve_prices_per_buyer) end |