class Google::Apis::AdexchangebuyerV1_4::GetOrdersResponse
Attributes
proposals[RW]
The list of matching proposals. Corresponds to the JSON property `proposals` @return [Array<Google::Apis::AdexchangebuyerV1_4::Proposal>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 1904 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 1909 def update!(**args) @proposals = args[:proposals] if args.key?(:proposals) end