Class: AdCenterWrapper::SetNegativeKeywordsToAdGroupsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::SetNegativeKeywordsToAdGroupsRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7SetNegativeKeywordsToAdGroupsRequest
campaignId - SOAP::SOAPLong
adGroupNegativeKeywords - AdCenterWrapper::ArrayOfAdGroupNegativeKeywords
Instance Attribute Summary collapse
-
#adGroupNegativeKeywords ⇒ Object
Returns the value of attribute adGroupNegativeKeywords.
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
Instance Method Summary collapse
-
#initialize(campaignId = nil, adGroupNegativeKeywords = nil) ⇒ SetNegativeKeywordsToAdGroupsRequest
constructor
A new instance of SetNegativeKeywordsToAdGroupsRequest.
Constructor Details
#initialize(campaignId = nil, adGroupNegativeKeywords = nil) ⇒ SetNegativeKeywordsToAdGroupsRequest
Returns a new instance of SetNegativeKeywordsToAdGroupsRequest.
3253 3254 3255 3256 |
# File 'lib/adcenter_wrapper_entities.rb', line 3253 def initialize(campaignId = nil, adGroupNegativeKeywords = nil) @campaignId = campaignId @adGroupNegativeKeywords = adGroupNegativeKeywords end |
Instance Attribute Details
#adGroupNegativeKeywords ⇒ Object
Returns the value of attribute adGroupNegativeKeywords.
3251 3252 3253 |
# File 'lib/adcenter_wrapper_entities.rb', line 3251 def adGroupNegativeKeywords @adGroupNegativeKeywords end |
#campaignId ⇒ Object
Returns the value of attribute campaignId.
3250 3251 3252 |
# File 'lib/adcenter_wrapper_entities.rb', line 3250 def campaignId @campaignId end |