Class: Google::Apis::Adexchangebuyer2V2beta1::AddNoteRequest
- Inherits:
-
Object
- Object
- Google::Apis::Adexchangebuyer2V2beta1::AddNoteRequest
- 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
-
#note ⇒ Google::Apis::Adexchangebuyer2V2beta1::Note
A proposal may be associated to several notes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AddNoteRequest
constructor
A new instance of AddNoteRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AddNoteRequest
Returns a new instance of AddNoteRequest
148 149 150 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 148 def initialize(**args) update!(**args) end |
Instance Attribute Details
#note ⇒ Google::Apis::Adexchangebuyer2V2beta1::Note
A proposal may be associated to several notes.
Corresponds to the JSON property note
146 147 148 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 146 def note @note end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
153 154 155 |
# File 'generated/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 153 def update!(**args) @note = args[:note] if args.key?(:note) end |