Class: Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedFixedPriceTerms

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/adexchangebuyer_v1_4/classes.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DealTermsNonGuaranteedFixedPriceTerms

Returns a new instance of DealTermsNonGuaranteedFixedPriceTerms.



1543
1544
1545
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1543

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

Instance Attribute Details

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

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



1541
1542
1543
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1541

def fixed_prices
  @fixed_prices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1548
1549
1550
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1548

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