class Google::Apis::AdexchangebuyerV1_4::DeleteOrderDealsRequest

Attributes

deal_ids[RW]

List of deals to delete for a given proposal Corresponds to the JSON property `dealIds` @return [Array<String>]

proposal_revision_number[RW]

The last known proposal revision number. Corresponds to the JSON property `proposalRevisionNumber` @return [String]

update_action[RW]

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 1249
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 1254
def update!(**args)
  @deal_ids = args[:deal_ids] if args.key?(:deal_ids)
  @proposal_revision_number = args[:proposal_revision_number] if args.key?(:proposal_revision_number)
  @update_action = args[:update_action] if args.key?(:update_action)
end