Class: AdCenterWrapper::GetNegativeKeywordsByAdGroupIdsResponse

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

Overview

https://adcenter.microsoft.com/v8GetNegativeKeywordsByAdGroupIdsResponse

adGroupNegativeKeywords - AdCenterWrapper::ArrayOfAdGroupNegativeKeywords

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupNegativeKeywords = nil) ⇒ GetNegativeKeywordsByAdGroupIdsResponse

Returns a new instance of GetNegativeKeywordsByAdGroupIdsResponse.

[View source]

2992
2993
2994
# File 'lib/CampaignManagementService.rb', line 2992

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

Instance Attribute Details

#adGroupNegativeKeywordsObject

Returns the value of attribute adGroupNegativeKeywords.


2990
2991
2992
# File 'lib/CampaignManagementService.rb', line 2990

def adGroupNegativeKeywords
  @adGroupNegativeKeywords
end