Class: Google::Apis::Adexchangebuyer2V2beta1::AddNoteRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/adexchangebuyer2_v2beta1/classes.rb,
generated/google/apis/adexchangebuyer2_v2beta1/representations.rb,
generated/google/apis/adexchangebuyer2_v2beta1/representations.rb

Overview

Request message for adding a note to a given proposal.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AddNoteRequest

Returns a new instance of AddNoteRequest.



186
187
188
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 186

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

Instance Attribute Details

#noteGoogle::Apis::Adexchangebuyer2V2beta1::Note

A proposal may be associated to several notes. Corresponds to the JSON property note



184
185
186
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 184

def note
  @note
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



191
192
193
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 191

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