target_Type - SOAP::SOAPString
excluded - SOAP::SOAPBoolean
provinceCode - SOAP::SOAPString
Methods
- N
Attributes
[RW] | target_Type | |
[RW] | excluded | |
[RW] | provinceCode |
Class Public methods
Source: show
# File lib/adwords4r/v200909/TargetingIdeaService.rb, line 459 459: def initialize(target_Type = nil, excluded = nil, provinceCode = nil) 460: @target_Type = target_Type 461: @excluded = excluded 462: @provinceCode = provinceCode 463: end