PolygonTarget

Methods
N
Attributes
[RW] target_Type
[RW] excluded
[RW] vertices
Class Public methods
new(target_Type = nil, excluded = nil, vertices = [])
# File lib/adwords4r/v200909/BulkMutateJobService.rb, line 3469
  def initialize(target_Type = nil, excluded = nil, vertices = [])
    @target_Type = target_Type
    @excluded = excluded
    @vertices = vertices
  end