Class: Google::Apis::Adexchangebuyer2V2beta1::ResumeProposalDealsRequest
- Inherits:
-
Object
- Object
- Google::Apis::Adexchangebuyer2V2beta1::ResumeProposalDealsRequest
- 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
-
#external_deal_ids ⇒ Array<String>
The external_deal_id's of the deals to resume.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResumeProposalDealsRequest
constructor
A new instance of ResumeProposalDealsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_ids ⇒ Array<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
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 |