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/AdGroupService.rb, line 315
315:   def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil)
316:     @fieldPath = fieldPath
317:     @trigger = trigger
318:     @apiError_Type = apiError_Type
319:     @reason = reason
320:   end