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 generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 1220
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 1225
def update!(**args)
  @fixed_prices = args[:fixed_prices] if args.key?(:fixed_prices)
end