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/AdGroupAdService.rb, line 1477
1477:   def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil)
1478:     @fieldPath = fieldPath
1479:     @trigger = trigger
1480:     @apiError_Type = apiError_Type
1481:     @reason = reason
1482:   end