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.



1379
1380
1381
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1379

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



1377
1378
1379
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1377

def fixed_prices
  @fixed_prices
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1384
1385
1386
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1384

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