Methods
N
Attributes
[RW] operator
[RW] operation_Type
Class Public methods
new(operator = nil, operation_Type = nil)
# File lib/adwords4r/v200906/CampaignCriterionService.rb, line 707
  def initialize(operator = nil, operation_Type = nil)
    @operator = operator
    @operation_Type = operation_Type
  end