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/AdGroupAdService.rb, line 990 990: def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil) 991: @fieldPath = fieldPath 992: @trigger = trigger 993: @apiError_Type = apiError_Type 994: end