class Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedAuctionTerms
Attributes
auto_optimize_private_auction[RW]
True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly). Corresponds to the JSON property `autoOptimizePrivateAuction` @return [Boolean]
auto_optimize_private_auction?[RW]
True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly). Corresponds to the JSON property `autoOptimizePrivateAuction` @return [Boolean]
reserve_price_per_buyers[RW]
Reserve price for the specified buyer. Corresponds to the JSON property `reservePricePerBuyers` @return [Array<Google::Apis::AdexchangebuyerV1_4::PricePerBuyer>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1523 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1528 def update!(**args) @auto_optimize_private_auction = args[:auto_optimize_private_auction] if args.key?(:auto_optimize_private_auction) @reserve_price_per_buyers = args[:reserve_price_per_buyers] if args.key?(:reserve_price_per_buyers) end