class Google::Apis::AdexchangebuyerV1_4::DeleteOrderDealsResponse

Attributes

deals[RW]

List of deals deleted (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 [String]

Public Class Methods

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