ProvinceTarget

  • target_Type - SOAP::SOAPString

  • excluded - SOAP::SOAPBoolean

  • provinceCode - SOAP::SOAPString

Methods
N
Attributes
[RW] target_Type
[RW] excluded
[RW] provinceCode
Class Public methods
new(target_Type = nil, excluded = nil, provinceCode = nil)
     # File lib/adwords4r/v200909/CampaignTargetService.rb, line 315
315:   def initialize(target_Type = nil, excluded = nil, provinceCode = nil)
316:     @target_Type = target_Type
317:     @excluded = excluded
318:     @provinceCode = provinceCode
319:   end