Methods
N
Attributes
[RW] idFilters
[RW] bidLandscapeSelector_Type
Class Public methods
new(idFilters = [], bidLandscapeSelector_Type = nil)
# File lib/adwords4r/v201003/BidLandscapeService.rb, line 87
  def initialize(idFilters = [], bidLandscapeSelector_Type = nil)
    @idFilters = idFilters
    @bidLandscapeSelector_Type = bidLandscapeSelector_Type
  end