class Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedFixedPriceTerms
Attributes
fixed_prices[RW]
Fixed price for the specified buyer. Corresponds to the JSON property `fixedPrices` @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 1543 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 1548 def update!(**args) @fixed_prices = args[:fixed_prices] if args.key?(:fixed_prices) end