Class: AdCenterWrapper::SetNegativeKeywordsToCampaignsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::SetNegativeKeywordsToCampaignsRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7SetNegativeKeywordsToCampaignsRequest
accountId - SOAP::SOAPLong
campaignNegativeKeywords - AdCenterWrapper::ArrayOfCampaignNegativeKeywords
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#campaignNegativeKeywords ⇒ Object
Returns the value of attribute campaignNegativeKeywords.
Instance Method Summary collapse
-
#initialize(accountId = nil, campaignNegativeKeywords = nil) ⇒ SetNegativeKeywordsToCampaignsRequest
constructor
A new instance of SetNegativeKeywordsToCampaignsRequest.
Constructor Details
#initialize(accountId = nil, campaignNegativeKeywords = nil) ⇒ SetNegativeKeywordsToCampaignsRequest
Returns a new instance of SetNegativeKeywordsToCampaignsRequest.
3033 3034 3035 3036 |
# File 'lib/adcenter_wrapper_entities.rb', line 3033 def initialize(accountId = nil, campaignNegativeKeywords = nil) @accountId = accountId @campaignNegativeKeywords = campaignNegativeKeywords end |
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
3030 3031 3032 |
# File 'lib/adcenter_wrapper_entities.rb', line 3030 def accountId @accountId end |
#campaignNegativeKeywords ⇒ Object
Returns the value of attribute campaignNegativeKeywords.
3031 3032 3033 |
# File 'lib/adcenter_wrapper_entities.rb', line 3031 def campaignNegativeKeywords @campaignNegativeKeywords end |