Class: AdWords::V201008::BulkMutateJobService::AdGroupCriterionLimitExceeded

Inherits:
EntityCountLimitExceeded show all
Defined in:
lib/adwords4r/v201008/BulkMutateJobService.rb

Overview

AdGroupCriterionLimitExceeded

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • errorString - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V201008::BulkMutateJobService::EntityCountLimitExceededReason

  • enclosingId - SOAP::SOAPString

  • limit - SOAP::SOAPInt

  • limitType - AdWords::V201008::BulkMutateJobService::AdGroupCriterionLimitExceededCriteriaLimitType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil, limitType = nil) ⇒ AdGroupCriterionLimitExceeded

Returns a new instance of AdGroupCriterionLimitExceeded.



1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1623

def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil, limitType = nil)
  @fieldPath = fieldPath
  @trigger = trigger
  @errorString = errorString
  @apiError_Type = apiError_Type
  @reason = reason
  @enclosingId = enclosingId
  @limit = limit
  @limitType = limitType
end

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



1617
1618
1619
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1617

def apiError_Type
  @apiError_Type
end

#enclosingIdObject

Returns the value of attribute enclosingId.



1619
1620
1621
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1619

def enclosingId
  @enclosingId
end

#errorStringObject

Returns the value of attribute errorString.



1616
1617
1618
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1616

def errorString
  @errorString
end

#fieldPathObject

Returns the value of attribute fieldPath.



1614
1615
1616
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1614

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



1620
1621
1622
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1620

def limit
  @limit
end

#limitTypeObject

Returns the value of attribute limitType.



1621
1622
1623
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1621

def limitType
  @limitType
end

#reasonObject

Returns the value of attribute reason.



1618
1619
1620
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1618

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1615
1616
1617
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1615

def trigger
  @trigger
end