StringLengthError

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/CampaignAdExtensionService.rb, line 595
595:   def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil)
596:     @fieldPath = fieldPath
597:     @trigger = trigger
598:     @apiError_Type = apiError_Type
599:     @reason = reason
600:   end