fieldPath - SOAP::SOAPString
trigger - SOAP::SOAPString
apiError_Type - SOAP::SOAPString
reason - AdWords::V200909::CampaignService::QuotaErrorReason
limit - SOAP::SOAPInt
Methods
- N
Attributes
[RW] | fieldPath | |
[RW] | trigger | |
[RW] | apiError_Type | |
[RW] | reason | |
[RW] | limit |
Class Public methods
Source: show
# File lib/adwords4r/v200909/CampaignService.rb, line 599 599: def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, limit = nil) 600: @fieldPath = fieldPath 601: @trigger = trigger 602: @apiError_Type = apiError_Type 603: @reason = reason 604: @limit = limit 605: end