Class: Google::Apis::AdexchangebuyerV1_4::GetOrderNotesResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AdexchangebuyerV1_4::GetOrderNotesResponse
 
- 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
- 
  
    
      #notes  ⇒ Array<Google::Apis::AdexchangebuyerV1_4::MarketplaceNote> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of matching notes. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GetOrderNotesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GetOrderNotesResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GetOrderNotesResponse
Returns a new instance of GetOrderNotesResponse
| 1833 1834 1835 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1833 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#notes ⇒ Array<Google::Apis::AdexchangebuyerV1_4::MarketplaceNote>
The list of matching notes. The notes for a proposal are ordered from oldest
to newest. If the notes span multiple proposals, they will be grouped by
proposal, with the notes for the most recently modified proposal appearing
first.
Corresponds to the JSON property notes
| 1831 1832 1833 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1831 def notes @notes end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1838 1839 1840 | # File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1838 def update!(**args) @notes = args[:notes] if args.key?(:notes) end |