MobileCarrierTarget

  • target_Type - SOAP::SOAPString
  • carrierName - SOAP::SOAPString
  • countryCode - SOAP::SOAPString
Methods
N
Attributes
[RW] target_Type
[RW] carrierName
[RW] countryCode
Class Public methods
new(target_Type = nil, carrierName = nil, countryCode = nil)
# File lib/adwords4r/v201008/BulkMutateJobService.rb, line 4605
  def initialize(target_Type = nil, carrierName = nil, countryCode = nil)
    @target_Type = target_Type
    @carrierName = carrierName
    @countryCode = countryCode
  end