RequiredError

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/AdExtensionOverrideService.rb, line 642
642:   def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil)
643:     @fieldPath = fieldPath
644:     @trigger = trigger
645:     @apiError_Type = apiError_Type
646:     @reason = reason
647:   end