Class: Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedAuctionTerms
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AdexchangebuyerV1_4::DealTermsNonGuaranteedAuctionTerms
 
- 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
- 
  
    
      #auto_optimize_private_auction  ⇒ Boolean 
    
    
      (also: #auto_optimize_private_auction?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly). 
- 
  
    
      #reserve_price_per_buyers  ⇒ Array<Google::Apis::AdexchangebuyerV1_4::PricePerBuyer> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Reserve price for the specified buyer. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ DealTermsNonGuaranteedAuctionTerms 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of DealTermsNonGuaranteedAuctionTerms. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DealTermsNonGuaranteedAuctionTerms
Returns a new instance of DealTermsNonGuaranteedAuctionTerms
| 1471 1472 1473 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1471 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#auto_optimize_private_auction ⇒ Boolean Also known as: auto_optimize_private_auction?
True if open auction buyers are allowed to compete with invited buyers in this
private auction (buyer-readonly).
Corresponds to the JSON property autoOptimizePrivateAuction
| 1463 1464 1465 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1463 def auto_optimize_private_auction @auto_optimize_private_auction end | 
#reserve_price_per_buyers ⇒ Array<Google::Apis::AdexchangebuyerV1_4::PricePerBuyer>
Reserve price for the specified buyer.
Corresponds to the JSON property reservePricePerBuyers
| 1469 1470 1471 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1469 def reserve_price_per_buyers @reserve_price_per_buyers end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1476 1477 1478 1479 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1476 def update!(**args) @auto_optimize_private_auction = args[:auto_optimize_private_auction] if args.key?(:auto_optimize_private_auction) @reserve_price_per_buyers = args[:reserve_price_per_buyers] if args.key?(:reserve_price_per_buyers) end |