Class: Google::Apis::AdexchangebuyerV1_4::GetOffersResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AdexchangebuyerV1_4::GetOffersResponse
 
- 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
- 
  
    
      #products  ⇒ Array<Google::Apis::AdexchangebuyerV1_4::Product> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The returned list of products. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GetOffersResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GetOffersResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GetOffersResponse
Returns a new instance of GetOffersResponse
| 1792 1793 1794 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1792 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#products ⇒ Array<Google::Apis::AdexchangebuyerV1_4::Product>
The returned list of products.
Corresponds to the JSON property products
| 1790 1791 1792 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1790 def products @products end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1797 1798 1799 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1797 def update!(**args) @products = args[:products] if args.key?(:products) end |