Class: AdCenterWrapper::GetNegativeKeywordsByCampaignIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetNegativeKeywordsByCampaignIdsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetNegativeKeywordsByCampaignIdsResponse
campaignNegativeKeywords - AdCenterWrapper::ArrayOfCampaignNegativeKeywords
Instance Attribute Summary collapse
-
#campaignNegativeKeywords ⇒ Object
Returns the value of attribute campaignNegativeKeywords.
Instance Method Summary collapse
-
#initialize(campaignNegativeKeywords = nil) ⇒ GetNegativeKeywordsByCampaignIdsResponse
constructor
A new instance of GetNegativeKeywordsByCampaignIdsResponse.
Constructor Details
permalink #initialize(campaignNegativeKeywords = nil) ⇒ GetNegativeKeywordsByCampaignIdsResponse
Returns a new instance of GetNegativeKeywordsByCampaignIdsResponse.
2750 2751 2752 |
# File 'lib/CampaignManagementService.rb', line 2750 def initialize(campaignNegativeKeywords = nil) @campaignNegativeKeywords = campaignNegativeKeywords end |
Instance Attribute Details
permalink #campaignNegativeKeywords ⇒ Object
Returns the value of attribute campaignNegativeKeywords.
2748 2749 2750 |
# File 'lib/CampaignManagementService.rb', line 2748 def campaignNegativeKeywords @campaignNegativeKeywords end |