Class: Google::Apis::Adexchangebuyer2V2beta1::NonGuaranteedFixedPriceTerms

Inherits:
Object
  • Object
show all
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 Preferred Deals.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NonGuaranteedFixedPriceTerms

Returns a new instance of NonGuaranteedFixedPriceTerms.



2893
2894
2895
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2893

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#fixed_pricesArray<Google::Apis::Adexchangebuyer2V2beta1::PricePerBuyer>

Fixed price for the specified buyer. Corresponds to the JSON property fixedPrices



2891
2892
2893
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2891

def fixed_prices
  @fixed_prices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2898
2899
2900
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 2898

def update!(**args)
  @fixed_prices = args[:fixed_prices] if args.key?(:fixed_prices)
end