operator - AdWords::V200909::AdGroupService::Operator
operation_Type - SOAP::SOAPString
Methods
- N
Attributes
[RW] | operator | |
[RW] | operation_Type | |
[RW] | operand |
Class Public methods
Source: show
# File lib/adwords4r/v200909/AdGroupService.rb, line 892 892: def initialize(operator = nil, operation_Type = nil, operand = nil) 893: @operator = operator 894: @operation_Type = operation_Type 895: @operand = operand 896: end