EntityCountLimitExceeded abstract
- fieldPath - SOAP::SOAPString
- trigger - SOAP::SOAPString
- apiError_Type - SOAP::SOAPString
- reason - AdWords::V200909::BulkMutateJobService::EntityCountLimitExceededReason
- enclosingId - SOAP::SOAPString
- limit - SOAP::SOAPInt
Methods
- N
Attributes
[RW] | fieldPath | |
[RW] | trigger | |
[RW] | apiError_Type | |
[RW] | reason | |
[RW] | enclosingId | |
[RW] | limit |
Class Public methods
new(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil)
Source: show
# File lib/adwords4r/v200909/BulkMutateJobService.rb, line 1062 def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil) @fieldPath = fieldPath @trigger = trigger @apiError_Type = apiError_Type @reason = reason @enclosingId = enclosingId @limit = limit end