class Google::Apis::Adexchangebuyer2V2beta1::AddNoteRequest

Request message for adding a note to a given proposal.

Attributes

note[RW]

A proposal may be associated to several notes. Corresponds to the JSON property `note` @return [Google::Apis::Adexchangebuyer2V2beta1::Note]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 191
def update!(**args)
  @note = args[:note] if args.key?(:note)
end