CountryTarget

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