Operation abstract
operator - AdWords::V200909::AdGroupService::Operator
operation_Type - SOAP::SOAPString
Methods
- N
Attributes
[RW] | operator | |
[RW] | operation_Type |
Class Public methods
Source: show
# File lib/adwords4r/v200909/AdGroupService.rb, line 877 877: def initialize(operator = nil, operation_Type = nil) 878: @operator = operator 879: @operation_Type = operation_Type 880: end