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/CampaignService.rb, line 599
599:   def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, limit = nil)
600:     @fieldPath = fieldPath
601:     @trigger = trigger
602:     @apiError_Type = apiError_Type
603:     @reason = reason
604:     @limit = limit
605:   end