class Google::Apis::AdexchangebuyerV1_4::CreateOrdersRequest
Attributes
proposals[RW]
The list of proposals to create. Corresponds to the JSON property `proposals` @return [Array<Google::Apis::AdexchangebuyerV1_4::Proposal>]
web_property_code[RW]
Web property id of the seller creating these orders Corresponds to the JSON property `webPropertyCode` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 448 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 453 def update!(**args) @proposals = args[:proposals] if args.key?(:proposals) @web_property_code = args[:web_property_code] if args.key?(:web_property_code) end