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