Class: AdCenterWrapper::PauseBehavioralBidsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::PauseBehavioralBidsRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7PauseBehavioralBidsRequest
adGroupId - SOAP::SOAPLong
behavioralBidIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#behavioralBidIds ⇒ Object
Returns the value of attribute behavioralBidIds.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, behavioralBidIds = nil) ⇒ PauseBehavioralBidsRequest
constructor
A new instance of PauseBehavioralBidsRequest.
Constructor Details
#initialize(adGroupId = nil, behavioralBidIds = nil) ⇒ PauseBehavioralBidsRequest
Returns a new instance of PauseBehavioralBidsRequest.
2810 2811 2812 2813 |
# File 'lib/adcenter_wrapper_entities.rb', line 2810 def initialize(adGroupId = nil, behavioralBidIds = nil) @adGroupId = adGroupId @behavioralBidIds = behavioralBidIds end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
2807 2808 2809 |
# File 'lib/adcenter_wrapper_entities.rb', line 2807 def adGroupId @adGroupId end |
#behavioralBidIds ⇒ Object
Returns the value of attribute behavioralBidIds.
2808 2809 2810 |
# File 'lib/adcenter_wrapper_entities.rb', line 2808 def behavioralBidIds @behavioralBidIds end |