Class: AdWords::V201008::BulkMutateJobService::PolicyViolationError
- Inherits:
-
ApiError
- Object
- ApiError
- AdWords::V201008::BulkMutateJobService::PolicyViolationError
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
PolicyViolationError
-
fieldPath - SOAP::SOAPString
-
trigger - SOAP::SOAPString
-
errorString - SOAP::SOAPString
-
apiError_Type - SOAP::SOAPString
-
key - AdWords::V201008::BulkMutateJobService::PolicyViolationKey
-
externalPolicyName - SOAP::SOAPString
-
externalPolicyUrl - SOAP::SOAPString
-
externalPolicyDescription - SOAP::SOAPString
-
isExemptable - SOAP::SOAPBoolean
-
violatingParts - AdWords::V201008::BulkMutateJobService::PolicyViolationErrorPart
Direct Known Subclasses
Instance Attribute Summary collapse
-
#apiError_Type ⇒ Object
Returns the value of attribute apiError_Type.
-
#errorString ⇒ Object
Returns the value of attribute errorString.
-
#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, errorString = nil, apiError_Type = nil, key = nil, externalPolicyName = nil, externalPolicyUrl = nil, externalPolicyDescription = nil, isExemptable = nil, violatingParts = []) ⇒ PolicyViolationError
constructor
A new instance of PolicyViolationError.
Constructor Details
#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, key = nil, externalPolicyName = nil, externalPolicyUrl = nil, externalPolicyDescription = nil, isExemptable = nil, violatingParts = []) ⇒ PolicyViolationError
Returns a new instance of PolicyViolationError.
1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1975 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_Type ⇒ Object
Returns the value of attribute apiError_Type.
1967 1968 1969 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1967 def apiError_Type @apiError_Type end |
#errorString ⇒ Object
Returns the value of attribute errorString.
1966 1967 1968 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1966 def errorString @errorString end |
#externalPolicyDescription ⇒ Object
Returns the value of attribute externalPolicyDescription.
1971 1972 1973 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1971 def externalPolicyDescription @externalPolicyDescription end |
#externalPolicyName ⇒ Object
Returns the value of attribute externalPolicyName.
1969 1970 1971 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1969 def externalPolicyName @externalPolicyName end |
#externalPolicyUrl ⇒ Object
Returns the value of attribute externalPolicyUrl.
1970 1971 1972 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1970 def externalPolicyUrl @externalPolicyUrl end |
#fieldPath ⇒ Object
Returns the value of attribute fieldPath.
1964 1965 1966 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1964 def fieldPath @fieldPath end |
#isExemptable ⇒ Object
Returns the value of attribute isExemptable.
1972 1973 1974 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1972 def isExemptable @isExemptable end |
#key ⇒ Object
Returns the value of attribute key.
1968 1969 1970 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1968 def key @key end |
#trigger ⇒ Object
Returns the value of attribute trigger.
1965 1966 1967 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1965 def trigger @trigger end |
#violatingParts ⇒ Object
Returns the value of attribute violatingParts.
1973 1974 1975 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1973 def violatingParts @violatingParts end |