fieldPath - SOAP::SOAPString
trigger - SOAP::SOAPString
errorString - SOAP::SOAPString
apiError_Type - SOAP::SOAPString
reason - AdWords::V201003::ReportDefinitionService::DistinctErrorReason
Methods
- N
Attributes
[RW] | fieldPath | |
[RW] | trigger | |
[RW] | errorString | |
[RW] | apiError_Type | |
[RW] | reason |
Class Public methods
Source: show
# File lib/adwords4r/v201003/ReportDefinitionService.rb, line 251 251: def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil) 252: @fieldPath = fieldPath 253: @trigger = trigger 254: @errorString = errorString 255: @apiError_Type = apiError_Type 256: @reason = reason 257: end