Class: Google::Apis::Adexchangebuyer2V2beta1::AuctionContext
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::Adexchangebuyer2V2beta1::AuctionContext
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer2_v2beta1/classes.rb,
 generated/google/apis/adexchangebuyer2_v2beta1/representations.rb,
 generated/google/apis/adexchangebuyer2_v2beta1/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #auction_types  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The auction types this restriction applies to. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AuctionContext 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AuctionContext. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AuctionContext
Returns a new instance of AuctionContext
| 113 114 115 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 113 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#auction_types ⇒ Array<String>
The auction types this restriction applies to.
Corresponds to the JSON property auctionTypes
| 111 112 113 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 111 def auction_types @auction_types end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 118 119 120 | # File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 118 def update!(**args) @auction_types = args[:auction_types] if args.key?(:auction_types) end |