Class: AdCenterWrapper::GetNegativeKeywordsByCampaignIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetNegativeKeywordsByCampaignIdsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetNegativeKeywordsByCampaignIdsResponse
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
#initialize(campaignNegativeKeywords = nil) ⇒ GetNegativeKeywordsByCampaignIdsResponse
Returns a new instance of GetNegativeKeywordsByCampaignIdsResponse.
3021 3022 3023 |
# File 'lib/adcenter_wrapper_entities.rb', line 3021 def initialize(campaignNegativeKeywords = nil) @campaignNegativeKeywords = campaignNegativeKeywords end |
Instance Attribute Details
#campaignNegativeKeywords ⇒ Object
Returns the value of attribute campaignNegativeKeywords.
3019 3020 3021 |
# File 'lib/adcenter_wrapper_entities.rb', line 3019 def campaignNegativeKeywords @campaignNegativeKeywords end |