Class: Google::Apis::AdexchangebuyerV1_4::AddOrderNotesResponse
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::AddOrderNotesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer_v1_4/classes.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb
Instance Attribute Summary collapse
-
#notes ⇒ Array<Google::Apis::AdexchangebuyerV1_4::MarketplaceNote>
Corresponds to the JSON property
notes
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AddOrderNotesResponse
constructor
A new instance of AddOrderNotesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AddOrderNotesResponse
Returns a new instance of AddOrderNotesResponse
264 265 266 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 264 def initialize(**args) update!(**args) end |
Instance Attribute Details
#notes ⇒ Array<Google::Apis::AdexchangebuyerV1_4::MarketplaceNote>
Corresponds to the JSON property notes
262 263 264 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 262 def notes @notes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
269 270 271 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 269 def update!(**args) @notes = args[:notes] if args.key?(:notes) end |