fieldPath - SOAP::SOAPString
trigger - SOAP::SOAPString
apiError_Type - SOAP::SOAPString
reason - AdWords::V200909::AdGroupService::OperatorErrorReason
Methods
- N
Attributes
[RW] | fieldPath | |
[RW] | trigger | |
[RW] | apiError_Type | |
[RW] | reason |
Class Public methods
Source: show
# File lib/adwords4r/v200909/AdGroupService.rb, line 505 505: def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil) 506: @fieldPath = fieldPath 507: @trigger = trigger 508: @apiError_Type = apiError_Type 509: @reason = reason 510: end