fieldPath - SOAP::SOAPString
trigger - SOAP::SOAPString
apiError_Type - SOAP::SOAPString
reason - AdWords::V200909::CampaignTargetService::QuotaCheckErrorReason
Methods
- N
Attributes
[RW] | fieldPath | |
[RW] | trigger | |
[RW] | apiError_Type | |
[RW] | reason |
Class Public methods
Source: show
# File lib/adwords4r/v200909/CampaignTargetService.rb, line 625 625: def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil) 626: @fieldPath = fieldPath 627: @trigger = trigger 628: @apiError_Type = apiError_Type 629: @reason = reason 630: end