fieldPath - SOAP::SOAPString
trigger - SOAP::SOAPString
errorString - SOAP::SOAPString
apiError_Type - SOAP::SOAPString
reason - AdWords::V201003::BulkMutateJobService::RegionCodeErrorReason
Methods
- N
Attributes
[RW] | fieldPath | |
[RW] | trigger | |
[RW] | errorString | |
[RW] | apiError_Type | |
[RW] | reason |
Class Public methods
Source: show
# File lib/adwords4r/v201003/BulkMutateJobService.rb, line 1915 1915: def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil) 1916: @fieldPath = fieldPath 1917: @trigger = trigger 1918: @errorString = errorString 1919: @apiError_Type = apiError_Type 1920: @reason = reason 1921: end