target_Type - SOAP::SOAPString
carrierName - SOAP::SOAPString
countryCode - SOAP::SOAPString
Methods
- N
Attributes
[RW] | target_Type | |
[RW] | carrierName | |
[RW] | countryCode |
Class Public methods
Source: show
# File lib/adwords4r/v201003/CampaignTargetService.rb, line 167 167: def initialize(target_Type = nil, carrierName = nil, countryCode = nil) 168: @target_Type = target_Type 169: @carrierName = carrierName 170: @countryCode = countryCode 171: end