GeoTarget abstract
- target_Type - SOAP::SOAPString
- excluded - SOAP::SOAPBoolean
Methods
- N
Attributes
[RW] | target_Type | |
[RW] | excluded |
Class Public methods
Source: show
# File lib/adwords4r/v200909/AdGroupAdService.rb, line 841 def initialize(target_Type = nil, excluded = nil) @target_Type = target_Type @excluded = excluded end