- operator - AdWords::V200906::AdGroupAdService::Operator
- operation_Type - SOAP::SOAPString
- operand - AdWords::V200906::AdGroupAdService::AdGroupAd
- exemptionRequests - AdWords::V200906::AdGroupAdService::ExemptionRequest
Methods
- N
Attributes
[RW] | operator | |
[RW] | operation_Type | |
[RW] | operand | |
[RW] | exemptionRequests |
Class Public methods
Source: show
# File lib/adwords4r/v200906/AdGroupAdService.rb, line 1829 def initialize(operator = nil, operation_Type = nil, operand = nil, exemptionRequests = []) @operator = operator @operation_Type = operation_Type @operand = operand @exemptionRequests = exemptionRequests end