Class: Google::Apis::Adexchangebuyer2V2beta1::ResumeProposalDealsRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/adexchangebuyer2_v2beta1/classes.rb,
lib/google/apis/adexchangebuyer2_v2beta1/representations.rb,
lib/google/apis/adexchangebuyer2_v2beta1/representations.rb

Overview

Request message to resume (unpause) serving for already-finalized deals.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResumeProposalDealsRequest

Returns a new instance of ResumeProposalDealsRequest.



3662
3663
3664
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3662

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#external_deal_idsArray<String>

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

Returns:

  • (Array<String>)


3660
3661
3662
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3660

def external_deal_ids
  @external_deal_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3667
3668
3669
# File 'lib/google/apis/adexchangebuyer2_v2beta1/classes.rb', line 3667

def update!(**args)
  @external_deal_ids = args[:external_deal_ids] if args.key?(:external_deal_ids)
end