target_Type - SOAP::SOAPString
platformType - AdWords::V200909::CampaignTargetService::PlatformType
Methods
- N
Attributes
[RW] | target_Type | |
[RW] | platformType |
Class Public methods
Source: show
# File lib/adwords4r/v200909/CampaignTargetService.rb, line 170 170: def initialize(target_Type = nil, platformType = nil) 171: @target_Type = target_Type 172: @platformType = platformType 173: end