Class: AdCenterWrapper::ResumeBehavioralBidsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::ResumeBehavioralBidsRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7ResumeBehavioralBidsRequest
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) ⇒ ResumeBehavioralBidsRequest
constructor
A new instance of ResumeBehavioralBidsRequest.
Constructor Details
#initialize(adGroupId = nil, behavioralBidIds = nil) ⇒ ResumeBehavioralBidsRequest
2829 2830 2831 2832 |
# File 'lib/adcenter_wrapper_entities.rb', line 2829 def initialize(adGroupId = nil, behavioralBidIds = nil) @adGroupId = adGroupId @behavioralBidIds = behavioralBidIds end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
2826 2827 2828 |
# File 'lib/adcenter_wrapper_entities.rb', line 2826 def adGroupId @adGroupId end |
#behavioralBidIds ⇒ Object
Returns the value of attribute behavioralBidIds.
2827 2828 2829 |
# File 'lib/adcenter_wrapper_entities.rb', line 2827 def behavioralBidIds @behavioralBidIds end |