Class: AdWords::V200909::BulkMutateJobService::CriterionPolicyError

Inherits:
PolicyViolationError show all
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

Instance Method Summary collapse

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_TypeObject

Returns the value of attribute apiError_Type.



1447
1448
1449
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1447

def apiError_Type
  @apiError_Type
end

#externalPolicyDescriptionObject

Returns the value of attribute externalPolicyDescription.



1451
1452
1453
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1451

def externalPolicyDescription
  @externalPolicyDescription
end

#externalPolicyNameObject

Returns the value of attribute externalPolicyName.



1449
1450
1451
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1449

def externalPolicyName
  @externalPolicyName
end

#externalPolicyUrlObject

Returns the value of attribute externalPolicyUrl.



1450
1451
1452
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1450

def externalPolicyUrl
  @externalPolicyUrl
end

#fieldPathObject

Returns the value of attribute fieldPath.



1445
1446
1447
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1445

def fieldPath
  @fieldPath
end

#isExemptableObject

Returns the value of attribute isExemptable.



1452
1453
1454
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1452

def isExemptable
  @isExemptable
end

#keyObject

Returns the value of attribute key.



1448
1449
1450
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1448

def key
  @key
end

#triggerObject

Returns the value of attribute trigger.



1446
1447
1448
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1446

def trigger
  @trigger
end

#violatingPartsObject

Returns the value of attribute violatingParts.



1453
1454
1455
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1453

def violatingParts
  @violatingParts
end