class Google::Apis::AdexchangebuyerV1_4::EditAllOrderDealsResponse

Attributes

deals[RW]

List of all deals in the proposal after edit. Corresponds to the JSON property `deals` @return [Array<Google::Apis::AdexchangebuyerV1_4::MarketplaceDeal>]

order_revision_number[RW]

The latest revision number after the update has been applied. Corresponds to the JSON property `orderRevisionNumber` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/adexchangebuyer_v1_4/classes.rb, line 1467
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 1472
def update!(**args)
  @deals = args[:deals] if args.key?(:deals)
  @order_revision_number = args[:order_revision_number] if args.key?(:order_revision_number)
end