class Google::Apis::AdexchangebuyerV1_4::GetOrderNotesResponse

Attributes

notes[RW]

The list of matching notes. Corresponds to the JSON property `notes` @return [Array<Google::Apis::AdexchangebuyerV1_4::MarketplaceNote>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 1525
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 1530
def update!(**args)
  @notes = args[:notes] if args.key?(:notes)
end