Class: AdWords::V201003::BulkMutateJobService::EntityCountLimitExceeded
- Inherits:
-
ApiError
- Object
- ApiError
- AdWords::V201003::BulkMutateJobService::EntityCountLimitExceeded
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
EntityCountLimitExceeded abstract
-
fieldPath - SOAP::SOAPString
-
trigger - SOAP::SOAPString
-
errorString - SOAP::SOAPString
-
apiError_Type - SOAP::SOAPString
-
reason - AdWords::V201003::BulkMutateJobService::EntityCountLimitExceededReason
-
enclosingId - SOAP::SOAPString
-
limit - SOAP::SOAPInt
Direct Known Subclasses
AdGroupAdCountLimitExceeded, AdGroupCriterionLimitExceeded, CampaignCriterionLimitExceeded
Instance Attribute Summary collapse
-
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
-
#enclosingId ⇒ Object
Returns the value of attribute enclosingId.
-
#errorString ⇒ Object
Returns the value of attribute errorString.
-
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#trigger ⇒ Object
Returns the value of attribute trigger.
Instance Method Summary collapse
-
#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil) ⇒ EntityCountLimitExceeded
constructor
A new instance of EntityCountLimitExceeded.
Constructor Details
#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil) ⇒ EntityCountLimitExceeded
Returns a new instance of EntityCountLimitExceeded.
1319 1320 1321 1322 1323 1324 1325 1326 1327 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1319 def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil) @fieldPath = fieldPath @trigger = trigger @errorString = errorString @apiError_Type = apiError_Type @reason = reason @enclosingId = enclosingId @limit = limit end |
Instance Attribute Details
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
1314 1315 1316 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1314 def apiError_Type @apiError_Type end |
#enclosingId ⇒ Object
Returns the value of attribute enclosingId.
1316 1317 1318 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1316 def enclosingId @enclosingId end |
#errorString ⇒ Object
Returns the value of attribute errorString.
1313 1314 1315 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1313 def errorString @errorString end |
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
1311 1312 1313 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1311 def fieldPath @fieldPath end |
#limit ⇒ Object
Returns the value of attribute limit.
1317 1318 1319 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1317 def limit @limit end |
#reason ⇒ Object
Returns the value of attribute reason.
1315 1316 1317 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1315 def reason @reason end |
#trigger ⇒ Object
Returns the value of attribute trigger.
1312 1313 1314 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1312 def trigger @trigger end |