class Google::Apis::AdexchangebuyerV1_4::AddOrderDealsResponse
Attributes
deals[RW]
List of deals added (in the same proposal as passed in the request) Corresponds to the JSON property `deals` @return [Array<Google::Apis::AdexchangebuyerV1_4::MarketplaceDeal>]
proposal_revision_number[RW]
The updated revision number for the proposal. Corresponds to the JSON property `proposalRevisionNumber` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 225 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 230 def update!(**args) @deals = args[:deals] if args.key?(:deals) @proposal_revision_number = args[:proposal_revision_number] if args.key?(:proposal_revision_number) end