fieldPath - SOAP::SOAPString
trigger - SOAP::SOAPString
apiError_Type - SOAP::SOAPString
reason - AdWords::V200909::GeoLocationService::NotWhitelistedErrorReason
Methods
- N
Attributes
[RW] | fieldPath | |
[RW] | trigger | |
[RW] | apiError_Type | |
[RW] | reason |
Class Public methods
Source: show
# File lib/adwords4r/v200909/GeoLocationService.rb, line 278 278: def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil) 279: @fieldPath = fieldPath 280: @trigger = trigger 281: @apiError_Type = apiError_Type 282: @reason = reason 283: end