fieldPath - SOAP::SOAPString
trigger - SOAP::SOAPString
apiError_Type - SOAP::SOAPString
reason - AdWords::V200909::AdExtensionOverrideService::NullErrorReason
Methods
- N
Attributes
[RW] | fieldPath | |
[RW] | trigger | |
[RW] | apiError_Type | |
[RW] | reason |
Class Public methods
Source: show
# File lib/adwords4r/v200909/AdExtensionOverrideService.rb, line 528 528: def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil) 529: @fieldPath = fieldPath 530: @trigger = trigger 531: @apiError_Type = apiError_Type 532: @reason = reason 533: end