Class: AdCenterWrapper::GetNegativeKeywordsByAdGroupIdsResponse

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

Overview

https://adcenter.microsoft.com/v7GetNegativeKeywordsByAdGroupIdsResponse

adGroupNegativeKeywords - AdCenterWrapper::ArrayOfAdGroupNegativeKeywords

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupNegativeKeywords = nil) ⇒ GetNegativeKeywordsByAdGroupIdsResponse

Returns a new instance of GetNegativeKeywordsByAdGroupIdsResponse.



3241
3242
3243
# File 'lib/adcenter_wrapper_entities.rb', line 3241

def initialize(adGroupNegativeKeywords = nil)
  @adGroupNegativeKeywords = adGroupNegativeKeywords
end

Instance Attribute Details

#adGroupNegativeKeywordsObject

Returns the value of attribute adGroupNegativeKeywords.



3239
3240
3241
# File 'lib/adcenter_wrapper_entities.rb', line 3239

def adGroupNegativeKeywords
  @adGroupNegativeKeywords
end