OperationAccessDenied

Methods
N
Attributes
[RW] fieldPath
[RW] trigger
[RW] errorString
[RW] apiError_Type
[RW] reason
Class Public methods
new(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
     # File lib/adwords4r/v201003/CampaignAdExtensionService.rb, line 453
453:   def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
454:     @fieldPath = fieldPath
455:     @trigger = trigger
456:     @errorString = errorString
457:     @apiError_Type = apiError_Type
458:     @reason = reason
459:   end