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