Class: Google::Apis::AdexchangebuyerV1_4::AddOrderNotesResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#notesArray<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