DistinctError

Methods
N
Attributes
[RW] fieldPath
[RW] trigger
[RW] apiError_Type
[RW] reason
Class Public methods
new(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil)
     # File lib/adwords4r/v200909/CampaignCriterionService.rb, line 247
247:   def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil)
248:     @fieldPath = fieldPath
249:     @trigger = trigger
250:     @apiError_Type = apiError_Type
251:     @reason = reason
252:   end