Class: AdWords::V200909::BulkMutateJobService::EntityCountLimitExceeded

Inherits:
ApiError
  • Object
show all
Defined in:
lib/adwords4r/v200909/BulkMutateJobService.rb

Overview

EntityCountLimitExceeded abstract

  • fieldPath - SOAP::SOAPString

  • trigger - SOAP::SOAPString

  • apiError_Type - SOAP::SOAPString

  • reason - AdWords::V200909::BulkMutateJobService::EntityCountLimitExceededReason

  • enclosingId - SOAP::SOAPString

  • limit - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldPath = nil, trigger = nil, apiError_Type = nil, reason = nil, enclosingId = nil, limit = nil) ⇒ EntityCountLimitExceeded

Returns a new instance of EntityCountLimitExceeded.



1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1062

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

Instance Attribute Details

#apiError_TypeObject

Returns the value of attribute apiError_Type.



1057
1058
1059
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1057

def apiError_Type
  @apiError_Type
end

#enclosingIdObject

Returns the value of attribute enclosingId.



1059
1060
1061
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1059

def enclosingId
  @enclosingId
end

#fieldPathObject

Returns the value of attribute fieldPath.



1055
1056
1057
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1055

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



1060
1061
1062
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1060

def limit
  @limit
end

#reasonObject

Returns the value of attribute reason.



1058
1059
1060
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1058

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1056
1057
1058
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1056

def trigger
  @trigger
end