- target_Type - SOAP::SOAPString
- excluded - SOAP::SOAPBoolean
- vertices - AdWords::V201003::CampaignTargetService::GeoPoint
Methods
- N
Attributes
[RW] | target_Type | |
[RW] | excluded | |
[RW] | vertices |
Class Public methods
Source: show
# File lib/adwords4r/v201003/CampaignTargetService.rb, line 336 def initialize(target_Type = nil, excluded = nil, vertices = []) @target_Type = target_Type @excluded = excluded @vertices = vertices end