class Google::Apis::Adexchangebuyer2V2beta1::ResumeProposalDealsRequest
Request message to resume (unpause) serving for already-finalized deals.
Attributes
external_deal_ids[RW]
The external_deal_id's of the deals to resume. If empty, all the deals in the proposal will be resumed. Corresponds to the JSON property `externalDealIds` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 3659 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 3664 def update!(**args) @external_deal_ids = args[:external_deal_ids] if args.key?(:external_deal_ids) end