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/BulkMutateJobService.rb, line 962
962:   def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil)
963:     @fieldPath = fieldPath
964:     @trigger = trigger
965:     @apiError_Type = apiError_Type
966:     @reason = reason
967:   end