- operator - AdWords::V200909::BulkMutateJobService::Operator
- operation_Type - SOAP::SOAPString
- operand - AdWords::V200909::BulkMutateJobService::AdGroupCriterion
- exemptionRequests - AdWords::V200909::BulkMutateJobService::ExemptionRequest
Methods
- N
Attributes
[RW] | operator | |
[RW] | operation_Type | |
[RW] | operand | |
[RW] | exemptionRequests |
Class Public methods
Source: show
# 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