Methods
N
Attributes
[RW] operator
[RW] operation_Type
[RW] operand
Class Public methods
new(operator = nil, operation_Type = nil, operand = nil)
      # File lib/adwords4r/v200909/BulkMutateJobService.rb, line 2920
2920:   def initialize(operator = nil, operation_Type = nil, operand = nil)
2921:     @operator = operator
2922:     @operation_Type = operation_Type
2923:     @operand = operand
2924:   end