Class: AdCenterWrapper::GetNegativeKeywordsByAdGroupIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetNegativeKeywordsByAdGroupIdsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetNegativeKeywordsByAdGroupIdsResponse
adGroupNegativeKeywords - AdCenterWrapper::ArrayOfAdGroupNegativeKeywords
Instance Attribute Summary collapse
-
#adGroupNegativeKeywords ⇒ Object
Returns the value of attribute adGroupNegativeKeywords.
Instance Method Summary collapse
-
#initialize(adGroupNegativeKeywords = nil) ⇒ GetNegativeKeywordsByAdGroupIdsResponse
constructor
A new instance of GetNegativeKeywordsByAdGroupIdsResponse.
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
#adGroupNegativeKeywords ⇒ Object
Returns the value of attribute adGroupNegativeKeywords.
3239 3240 3241 |
# File 'lib/adcenter_wrapper_entities.rb', line 3239 def adGroupNegativeKeywords @adGroupNegativeKeywords end |