Class: Google::Apis::AdexchangebuyerV1_4::CreateOrdersResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AdexchangebuyerV1_4::CreateOrdersResponse
 
- 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 proposals successfully created. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ CreateOrdersResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of CreateOrdersResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CreateOrdersResponse
Returns a new instance of CreateOrdersResponse
| 468 469 470 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 468 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#proposals ⇒ Array<Google::Apis::AdexchangebuyerV1_4::Proposal>
The list of proposals successfully created.
Corresponds to the JSON property proposals
| 466 467 468 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 466 def proposals @proposals end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 473 474 475 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 473 def update!(**args) @proposals = args[:proposals] if args.key?(:proposals) end |