Class: AdWords::V200909::BulkMutateJobService::CampaignCriterionLimitExceeded
- Inherits:
-
EntityCountLimitExceeded
- Object
- ApiError
- EntityCountLimitExceeded
- AdWords::V200909::BulkMutateJobService::CampaignCriterionLimitExceeded
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
CampaignCriterionLimitExceeded
-
fieldPath - SOAP::SOAPString
-
trigger - SOAP::SOAPString
-
apiError_Type - SOAP::SOAPString
-
reason - AdWords::V200909::BulkMutateJobService::EntityCountLimitExceededReason
-
enclosingId - SOAP::SOAPString
-
limit - SOAP::SOAPInt
-
limitType - AdWords::V200909::BulkMutateJobService::CampaignCriterionLimitExceededCriteriaLimitType
Instance Attribute Summary collapse
-
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
-
#enclosingId ⇒ Object
Returns the value of attribute enclosingId.
-
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#limitType ⇒ Object
Returns the value of attribute limitType.
-
#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, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil, limitType = nil) ⇒ CampaignCriterionLimitExceeded
constructor
A new instance of CampaignCriterionLimitExceeded.
Constructor Details
#initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil, limitType = nil) ⇒ CampaignCriterionLimitExceeded
Returns a new instance of CampaignCriterionLimitExceeded.
1142 1143 1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1142 def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil, limitType = nil) @fieldPath = fieldPath @trigger = trigger @apiError_Type = apiError_Type @reason = reason @enclosingId = enclosingId @limit = limit @limitType = limitType end |
Instance Attribute Details
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
1136 1137 1138 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1136 def apiError_Type @apiError_Type end |
#enclosingId ⇒ Object
Returns the value of attribute enclosingId.
1138 1139 1140 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1138 def enclosingId @enclosingId end |
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
1134 1135 1136 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1134 def fieldPath @fieldPath end |
#limit ⇒ Object
Returns the value of attribute limit.
1139 1140 1141 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1139 def limit @limit end |
#limitType ⇒ Object
Returns the value of attribute limitType.
1140 1141 1142 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1140 def limitType @limitType end |
#reason ⇒ Object
Returns the value of attribute reason.
1137 1138 1139 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1137 def reason @reason end |
#trigger ⇒ Object
Returns the value of attribute trigger.
1135 1136 1137 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1135 def trigger @trigger end |