operator - AdWords::V200909::CampaignAdExtensionService::Operator
operation_Type - SOAP::SOAPString
operand - AdWords::V200909::CampaignAdExtensionService::LbcListingData
Methods
- N
Attributes
[RW] | operator | |
[RW] | operation_Type | |
[RW] | operand |
Class Public methods
Source: show
# File lib/adwords4r/v200909/CampaignAdExtensionService.rb, line 786 786: def initialize(operator = nil, operation_Type = nil, operand = nil) 787: @operator = operator 788: @operation_Type = operation_Type 789: @operand = operand 790: end