class Google::Apis::AdexchangebuyerV1_4::GetOrderNotesResponse
Attributes
notes[RW]
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` @return [Array<Google::Apis::AdexchangebuyerV1_4::MarketplaceNote>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1885 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1890 def update!(**args) @notes = args[:notes] if args.key?(:notes) end