target_Type - SOAP::SOAPString
excluded - SOAP::SOAPBoolean
Methods
- N
Attributes
[RW] | target_Type | |
[RW] | excluded | |
[RW] | vertices |
Class Public methods
Source: show
# File lib/adwords4r/v200909/BulkMutateJobService.rb, line 3471 3471: def initialize(target_Type = nil, excluded = nil, vertices = []) 3472: @target_Type = target_Type 3473: @excluded = excluded 3474: @vertices = vertices 3475: end