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