fieldPath - SOAP::SOAPString
trigger - SOAP::SOAPString
apiError_Type - SOAP::SOAPString
reason - AdWords::V200909::BulkMutateJobService::NotEmptyErrorReason
Methods
- N
Attributes
[RW] | fieldPath | |
[RW] | trigger | |
[RW] | apiError_Type | |
[RW] | reason |
Class Public methods
Source: show
# File lib/adwords4r/v200909/BulkMutateJobService.rb, line 1297 1297: def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil) 1298: @fieldPath = fieldPath 1299: @trigger = trigger 1300: @apiError_Type = apiError_Type 1301: @reason = reason 1302: end