class Google::Apis::AuthorizedbuyersmarketplaceV1::AddNoteRequest

Request to add a note.

Attributes

note[RW]

A text note attached to the proposal to facilitate the communication between buyers and sellers. Corresponds to the JSON property ‘note` @return [Google::Apis::AuthorizedbuyersmarketplaceV1::Note]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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