GeoTarget abstract

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