Class: Google::Apis::AdexchangebuyerV1_4::GetOrderNotesResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GetOrderNotesResponse

Returns a new instance of GetOrderNotesResponse



1794
1795
1796
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1794

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#notesArray<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



1792
1793
1794
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1792

def notes
  @notes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1799
1800
1801
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 1799

def update!(**args)
  @notes = args[:notes] if args.key?(:notes)
end