Class: AdCenterWrapper::GetNegativeKeywordsByCampaignIdsResponse

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

Overview

https://adcenter.microsoft.com/v7GetNegativeKeywordsByCampaignIdsResponse

campaignNegativeKeywords - AdCenterWrapper::ArrayOfCampaignNegativeKeywords

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#campaignNegativeKeywordsObject

Returns the value of attribute campaignNegativeKeywords.



3019
3020
3021
# File 'lib/adcenter_wrapper_entities.rb', line 3019

def campaignNegativeKeywords
  @campaignNegativeKeywords
end