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