QuotaCheckError

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/AdGroupService.rb, line 524
524:   def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil)
525:     @fieldPath = fieldPath
526:     @trigger = trigger
527:     @apiError_Type = apiError_Type
528:     @reason = reason
529:   end