Class: AdwordsApi::V201008::BulkMutateJobService::PlatformTarget

Inherits:
Target
  • Object
show all
Defined in:
lib/adwords_api/v201008/BulkMutateJobService.rb

Overview

PlatformTarget

  • target_Type - SOAP::SOAPString

  • platformType - AdwordsApi::V201008::BulkMutateJobService::PlatformType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target_Type = nil, platformType = nil) ⇒ PlatformTarget

Returns a new instance of PlatformTarget.



4662
4663
4664
4665
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 4662

def initialize(target_Type = nil, platformType = nil)
  @target_Type = target_Type
  @platformType = platformType
end

Instance Attribute Details

#platformTypeObject

Returns the value of attribute platformType.



4660
4661
4662
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 4660

def platformType
  @platformType
end

#target_TypeObject

Returns the value of attribute target_Type.



4659
4660
4661
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 4659

def target_Type
  @target_Type
end