Class: Google::Apis::AdexchangebuyerV1_4::DealTermsRubiconNonGuaranteedTerms
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AdexchangebuyerV1_4::DealTermsRubiconNonGuaranteedTerms
 
- 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
- 
  
    
      #priority_price  ⇒ Google::Apis::AdexchangebuyerV1_4::Price 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Optional price for Rubicon priority access in the auction. 
- 
  
    
      #standard_price  ⇒ Google::Apis::AdexchangebuyerV1_4::Price 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Optional price for Rubicon standard access in the auction. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ DealTermsRubiconNonGuaranteedTerms 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of DealTermsRubiconNonGuaranteedTerms. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DealTermsRubiconNonGuaranteedTerms
Returns a new instance of DealTermsRubiconNonGuaranteedTerms
| 1515 1516 1517 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1515 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#priority_price ⇒ Google::Apis::AdexchangebuyerV1_4::Price
Optional price for Rubicon priority access in the auction.
Corresponds to the JSON property priorityPrice
| 1508 1509 1510 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1508 def priority_price @priority_price end | 
#standard_price ⇒ Google::Apis::AdexchangebuyerV1_4::Price
Optional price for Rubicon standard access in the auction.
Corresponds to the JSON property standardPrice
| 1513 1514 1515 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1513 def standard_price @standard_price end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1520 1521 1522 1523 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1520 def update!(**args) @priority_price = args[:priority_price] if args.key?(:priority_price) @standard_price = args[:standard_price] if args.key?(:standard_price) end |