Class: AdWords::V200909::BulkMutateJobService::CriterionPolicyError
- Inherits:
-
PolicyViolationError
- Object
- ApiError
- PolicyViolationError
- AdWords::V200909::BulkMutateJobService::CriterionPolicyError
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
CriterionPolicyError
-
fieldPath - SOAP::SOAPString
-
trigger - SOAP::SOAPString
-
apiError_Type - SOAP::SOAPString
-
key - AdWords::V200909::BulkMutateJobService::PolicyViolationKey
-
externalPolicyName - SOAP::SOAPString
-
externalPolicyUrl - SOAP::SOAPString
-
externalPolicyDescription - SOAP::SOAPString
-
isExemptable - SOAP::SOAPBoolean
-
violatingParts - AdWords::V200909::BulkMutateJobService::PolicyViolationErrorPart
Instance Attribute Summary collapse
-
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
-
#externalPolicyDescription ⇒ Object
Returns the value of attribute externalPolicyDescription.
-
#externalPolicyName ⇒ Object
Returns the value of attribute externalPolicyName.
-
#externalPolicyUrl ⇒ Object
Returns the value of attribute externalPolicyUrl.
-
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
-
#isExemptable ⇒ Object
Returns the value of attribute isExemptable.
-
#key ⇒ Object
Returns the value of attribute key.
-
#trigger ⇒ Object
Returns the value of attribute trigger.
-
#violatingParts ⇒ Object
Returns the value of attribute violatingParts.
Instance Method Summary collapse
-
#initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, key = nil, externalPolicyName = nil, externalPolicyUrl = nil, externalPolicyDescription = nil, isExemptable = nil, violatingParts = []) ⇒ CriterionPolicyError
constructor
A new instance of CriterionPolicyError.
Constructor Details
#initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, key = nil, externalPolicyName = nil, externalPolicyUrl = nil, externalPolicyDescription = nil, isExemptable = nil, violatingParts = []) ⇒ CriterionPolicyError
Returns a new instance of CriterionPolicyError.
1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1455 def initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, key = nil, externalPolicyName = nil, externalPolicyUrl = nil, externalPolicyDescription = nil, isExemptable = nil, violatingParts = []) @fieldPath = fieldPath @trigger = trigger @apiError_Type = apiError_Type @key = key @externalPolicyName = externalPolicyName @externalPolicyUrl = externalPolicyUrl @externalPolicyDescription = externalPolicyDescription @isExemptable = isExemptable @violatingParts = violatingParts end |
Instance Attribute Details
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
1447 1448 1449 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1447 def apiError_Type @apiError_Type end |
#externalPolicyDescription ⇒ Object
Returns the value of attribute externalPolicyDescription.
1451 1452 1453 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1451 def externalPolicyDescription @externalPolicyDescription end |
#externalPolicyName ⇒ Object
Returns the value of attribute externalPolicyName.
1449 1450 1451 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1449 def externalPolicyName @externalPolicyName end |
#externalPolicyUrl ⇒ Object
Returns the value of attribute externalPolicyUrl.
1450 1451 1452 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1450 def externalPolicyUrl @externalPolicyUrl end |
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
1445 1446 1447 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1445 def fieldPath @fieldPath end |
#isExemptable ⇒ Object
Returns the value of attribute isExemptable.
1452 1453 1454 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1452 def isExemptable @isExemptable end |
#key ⇒ Object
Returns the value of attribute key.
1448 1449 1450 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1448 def key @key end |
#trigger ⇒ Object
Returns the value of attribute trigger.
1446 1447 1448 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1446 def trigger @trigger end |
#violatingParts ⇒ Object
Returns the value of attribute violatingParts.
1453 1454 1455 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1453 def violatingParts @violatingParts end |