Class: AdWords::V201003::BulkMutateJobService::CriterionPolicyError

Inherits:
PolicyViolationError show all
Defined in:
lib/adwords4r/v201003/BulkMutateJobService.rb

Overview

CriterionPolicyError

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • key - AdWords::V201003::BulkMutateJobService::PolicyViolationKey

  • externalPolicyName - SOAP::SOAPString

  • externalPolicyUrl - SOAP::SOAPString

  • externalPolicyDescription - SOAP::SOAPString

  • isExemptable - SOAP::SOAPBoolean

  • violatingParts - AdWords::V201003::BulkMutateJobService::PolicyViolationErrorPart

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, key = nil, externalPolicyName = nil, externalPolicyUrl = nil, externalPolicyDescription = nil, isExemptable = nil, violatingParts = []) ⇒ CriterionPolicyError

Returns a new instance of CriterionPolicyError.



1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1766

def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, key = nil, externalPolicyName = nil, externalPolicyUrl = nil, externalPolicyDescription = nil, isExemptable = nil, violatingParts = [])
  @fieldPath = fieldPath
  @trigger = trigger
  @errorString = errorString
  @apiError_Type = apiError_Type
  @key = key
  @externalPolicyName = externalPolicyName
  @externalPolicyUrl = externalPolicyUrl
  @externalPolicyDescription = externalPolicyDescription
  @isExemptable = isExemptable
  @violatingParts = violatingParts
end

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



1758
1759
1760
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1758

def apiError_Type
  @apiError_Type
end

#errorStringObject

Returns the value of attribute errorString.



1757
1758
1759
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1757

def errorString
  @errorString
end

#externalPolicyDescriptionObject

Returns the value of attribute externalPolicyDescription.



1762
1763
1764
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1762

def externalPolicyDescription
  @externalPolicyDescription
end

#externalPolicyNameObject

Returns the value of attribute externalPolicyName.



1760
1761
1762
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1760

def externalPolicyName
  @externalPolicyName
end

#externalPolicyUrlObject

Returns the value of attribute externalPolicyUrl.



1761
1762
1763
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1761

def externalPolicyUrl
  @externalPolicyUrl
end

#fieldPathObject

Returns the value of attribute fieldPath.



1755
1756
1757
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1755

def fieldPath
  @fieldPath
end

#isExemptableObject

Returns the value of attribute isExemptable.



1763
1764
1765
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1763

def isExemptable
  @isExemptable
end

#keyObject

Returns the value of attribute key.



1759
1760
1761
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1759

def key
  @key
end

#triggerObject

Returns the value of attribute trigger.



1756
1757
1758
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1756

def trigger
  @trigger
end

#violatingPartsObject

Returns the value of attribute violatingParts.



1764
1765
1766
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 1764

def violatingParts
  @violatingParts
end