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 [String]

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 generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 186
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 191
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