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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ DealTermsNonGuaranteedFixedPriceTerms

Returns a new instance of DealTermsNonGuaranteedFixedPriceTerms



1504
1505
1506
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1504

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



1502
1503
1504
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1502

def fixed_prices
  @fixed_prices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1509
1510
1511
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1509

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