fieldPath - SOAP::SOAPString
trigger - SOAP::SOAPString
apiError_Type - SOAP::SOAPString
reason - AdWords::V200909::CampaignAdExtensionService::InternalApiErrorReason
Methods
- N
Attributes
[RW] | fieldPath | |
[RW] | trigger | |
[RW] | apiError_Type | |
[RW] | reason |
Class Public methods
Source: show
# File lib/adwords4r/v200909/CampaignAdExtensionService.rb, line 329 329: def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil) 330: @fieldPath = fieldPath 331: @trigger = trigger 332: @apiError_Type = apiError_Type 333: @reason = reason 334: end