fieldPath - SOAP::SOAPString
trigger - SOAP::SOAPString
errorString - SOAP::SOAPString
apiError_Type - SOAP::SOAPString
reason - AdWords::V201003::ReportDefinitionService::ClientTermsErrorReason
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 207 207: def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil) 208: @fieldPath = fieldPath 209: @trigger = trigger 210: @errorString = errorString 211: @apiError_Type = apiError_Type 212: @reason = reason 213: end