QuotaError

Methods
N
Attributes
[RW] fieldPath
[RW] trigger
[RW] apiError_Type
[RW] reason
[RW] limit
Class Public methods
new(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, limit = nil)
      # File lib/adwords4r/v200909/BulkMutateJobService.rb, line 1500
1500:   def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, limit = nil)
1501:     @fieldPath = fieldPath
1502:     @trigger = trigger
1503:     @apiError_Type = apiError_Type
1504:     @reason = reason
1505:     @limit = limit
1506:   end