class Google::Apis::AdexchangebuyerV1_4::AddOrderDealsRequest
Attributes
deals[RW]
The list of deals to add Corresponds to the JSON property `deals` @return [Array<Google::Apis::AdexchangebuyerV1_4::MarketplaceDeal>]
proposal_revision_number[RW]
The last known proposal revision number. Corresponds to the JSON property `proposalRevisionNumber` @return [Fixnum]
update_action[RW]
Indicates an optional action to take on the proposal Corresponds to the JSON property `updateAction` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer_v1_4/classes.rb, line 199 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 204 def update!(**args) @deals = args[:deals] if args.key?(:deals) @proposal_revision_number = args[:proposal_revision_number] if args.key?(:proposal_revision_number) @update_action = args[:update_action] if args.key?(:update_action) end