class Google::Apis::Adexchangebuyer2V2beta1::NonGuaranteedFixedPriceTerms
Terms for Preferred Deals.
Attributes
fixed_prices[RW]
Fixed price for the specified buyer. Corresponds to the JSON property `fixedPrices` @return [Array<Google::Apis::Adexchangebuyer2V2beta1::PricePerBuyer>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2890 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2895 def update!(**args) @fixed_prices = args[:fixed_prices] if args.key?(:fixed_prices) end