Class: AdCenterWrapper::SetNegativeKeywordsToCampaignsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7SetNegativeKeywordsToCampaignsRequest

accountId - SOAP::SOAPLong
campaignNegativeKeywords - AdCenterWrapper::ArrayOfCampaignNegativeKeywords

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountIdObject

Returns the value of attribute accountId.



3030
3031
3032
# File 'lib/adcenter_wrapper_entities.rb', line 3030

def accountId
  @accountId
end

#campaignNegativeKeywordsObject

Returns the value of attribute campaignNegativeKeywords.



3031
3032
3033
# File 'lib/adcenter_wrapper_entities.rb', line 3031

def campaignNegativeKeywords
  @campaignNegativeKeywords
end