fieldPath - SOAP::SOAPString
trigger - SOAP::SOAPString
errorString - SOAP::SOAPString
apiError_Type - SOAP::SOAPString
reason - AdWords::V201003::CampaignAdExtensionService::AdExtensionErrorReason
Methods
- N
Attributes
[RW] | fieldPath | |
[RW] | trigger | |
[RW] | errorString | |
[RW] | apiError_Type | |
[RW] | reason |
Class Public methods
Source: show
# File lib/adwords4r/v201003/CampaignAdExtensionService.rb, line 211 211: def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil) 212: @fieldPath = fieldPath 213: @trigger = trigger 214: @errorString = errorString 215: @apiError_Type = apiError_Type 216: @reason = reason 217: end