Class: AdCenterWrapper::DeleteBehavioralBidsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::DeleteBehavioralBidsRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7DeleteBehavioralBidsRequest
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) ⇒ DeleteBehavioralBidsRequest
constructor
A new instance of DeleteBehavioralBidsRequest.
Constructor Details
#initialize(adGroupId = nil, behavioralBidIds = nil) ⇒ DeleteBehavioralBidsRequest
Returns a new instance of DeleteBehavioralBidsRequest.
2748 2749 2750 2751 |
# File 'lib/adcenter_wrapper_entities.rb', line 2748 def initialize(adGroupId = nil, behavioralBidIds = nil) @adGroupId = adGroupId @behavioralBidIds = behavioralBidIds end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
2745 2746 2747 |
# File 'lib/adcenter_wrapper_entities.rb', line 2745 def adGroupId @adGroupId end |
#behavioralBidIds ⇒ Object
Returns the value of attribute behavioralBidIds.
2746 2747 2748 |
# File 'lib/adcenter_wrapper_entities.rb', line 2746 def behavioralBidIds @behavioralBidIds end |