ApiError abstract
fieldPath - SOAP::SOAPString
trigger - SOAP::SOAPString
apiError_Type - SOAP::SOAPString
Methods
- N
Attributes
[RW] | fieldPath | |
[RW] | trigger | |
[RW] | apiError_Type |
Class Public methods
Source: show
# File lib/adwords4r/v200909/CampaignAdExtensionService.rb, line 178 178: def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil) 179: @fieldPath = fieldPath 180: @trigger = trigger 181: @apiError_Type = apiError_Type 182: end