fieldPath - SOAP::SOAPString
trigger - SOAP::SOAPString
apiError_Type - SOAP::SOAPString
reason - AdWords::V200909::BulkMutateJobService::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/BulkMutateJobService.rb, line 1500 1500: def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, limit = nil) 1501: @fieldPath = fieldPath 1502: @trigger = trigger 1503: @apiError_Type = apiError_Type 1504: @reason = reason 1505: @limit = limit 1506: end