CampaignCriterionLimitExceeded

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)
# 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