Class: AdWords::V200909::BulkMutateJobService::AdGroupAdCountLimitExceeded

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

Overview

AdGroupAdCountLimitExceeded

  • 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) ⇒ AdGroupAdCountLimitExceeded

Returns a new instance of AdGroupAdCountLimitExceeded.



1087
1088
1089
1090
1091
1092
1093
1094
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1087

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.



1082
1083
1084
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1082

def apiError_Type
  @apiError_Type
end

#enclosingIdObject

Returns the value of attribute enclosingId.



1084
1085
1086
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1084

def enclosingId
  @enclosingId
end

#fieldPathObject

Returns the value of attribute fieldPath.



1080
1081
1082
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1080

def fieldPath
  @fieldPath
end

#limitObject

Returns the value of attribute limit.



1085
1086
1087
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1085

def limit
  @limit
end

#reasonObject

Returns the value of attribute reason.



1083
1084
1085
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1083

def reason
  @reason
end

#triggerObject

Returns the value of attribute trigger.



1081
1082
1083
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 1081

def trigger
  @trigger
end