Class: Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedFixedPriceTerms
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedFixedPriceTerms
 
- 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
- 
  
    
      #fixed_prices  ⇒ Array<Google::Apis::AdexchangebuyerV1_4::PricePerBuyer> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Fixed price for the specified buyer. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ DealTermsNonGuaranteedFixedPriceTerms 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of DealTermsNonGuaranteedFixedPriceTerms. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DealTermsNonGuaranteedFixedPriceTerms
Returns a new instance of DealTermsNonGuaranteedFixedPriceTerms
| 1491 1492 1493 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1491 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#fixed_prices ⇒ Array<Google::Apis::AdexchangebuyerV1_4::PricePerBuyer>
Fixed price for the specified buyer.
Corresponds to the JSON property fixedPrices
| 1489 1490 1491 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1489 def fixed_prices @fixed_prices end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1496 1497 1498 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1496 def update!(**args) @fixed_prices = args[:fixed_prices] if args.key?(:fixed_prices) end |