Class: AdWords::V200909::BulkMutateJobService::PlatformTarget

Inherits:
Target
  • Object
show all
Defined in:
lib/adwords4r/v200909/BulkMutateJobService.rb

Overview

PlatformTarget

  • target_Type - SOAP::SOAPString

  • platformType - AdWords::V200909::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.



3555
3556
3557
3558
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3555

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

Instance Attribute Details

#platformTypeObject

Returns the value of attribute platformType.



3553
3554
3555
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3553

def platformType
  @platformType
end

#target_TypeObject

Returns the value of attribute target_Type.



3552
3553
3554
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3552

def target_Type
  @target_Type
end