operation_Type - SOAP::SOAPString
Methods
- N
Attributes
[RW] | operator | |
[RW] | operation_Type | |
[RW] | operand |
Class Public methods
Source: show
# 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