Class: AdCenterWrapper::GetNegativeKeywordsByAdGroupIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetNegativeKeywordsByAdGroupIdsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetNegativeKeywordsByAdGroupIdsResponse
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
permalink #initialize(adGroupNegativeKeywords = nil) ⇒ GetNegativeKeywordsByAdGroupIdsResponse
Returns a new instance of GetNegativeKeywordsByAdGroupIdsResponse.
2992 2993 2994 |
# File 'lib/CampaignManagementService.rb', line 2992 def initialize(adGroupNegativeKeywords = nil) @adGroupNegativeKeywords = adGroupNegativeKeywords end |
Instance Attribute Details
permalink #adGroupNegativeKeywords ⇒ Object
Returns the value of attribute adGroupNegativeKeywords.
2990 2991 2992 |
# File 'lib/CampaignManagementService.rb', line 2990 def adGroupNegativeKeywords @adGroupNegativeKeywords end |