ClientTermsError

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/AdGroupCriterionService.rb, line 434
434:   def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil)
435:     @fieldPath = fieldPath
436:     @trigger = trigger
437:     @apiError_Type = apiError_Type
438:     @reason = reason
439:   end