Class: Google::Apis::AdexchangebuyerV1_4::GetOrdersResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AdexchangebuyerV1_4::GetOrdersResponse
 
- 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
- 
  
    
      #proposals  ⇒ Array<Google::Apis::AdexchangebuyerV1_4::Proposal> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of matching proposals. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GetOrdersResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GetOrdersResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GetOrdersResponse
Returns a new instance of GetOrdersResponse
| 1852 1853 1854 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1852 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#proposals ⇒ Array<Google::Apis::AdexchangebuyerV1_4::Proposal>
The list of matching proposals.
Corresponds to the JSON property proposals
| 1850 1851 1852 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1850 def proposals @proposals end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1857 1858 1859 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1857 def update!(**args) @proposals = args[:proposals] if args.key?(:proposals) end |