KeywordCategoryIdSearchParameter

Methods
N
Attributes
[RW] searchParameter_Type
[RW] categoryId
Class Public methods
new(searchParameter_Type = nil, categoryId = nil)
# File lib/adwords4r/v201003/TargetingIdeaService.rb, line 1515
  def initialize(searchParameter_Type = nil, categoryId = nil)
    @searchParameter_Type = searchParameter_Type
    @categoryId = categoryId
  end