Class: AdWords::V200909::BulkMutateJobService::BatchFailureResult
- Inherits:
-
OperationResult
- Object
- OperationResult
- AdWords::V200909::BulkMutateJobService::BatchFailureResult
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
BatchFailureResult
-
operationResult_Type - SOAP::SOAPString
-
operationIndexInBatch - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#operationIndexInBatch ⇒ Object
Returns the value of attribute operationIndexInBatch.
-
#operationResult_Type ⇒ Object
Returns the value of attribute operationResult_Type.
Instance Method Summary collapse
-
#initialize(operationResult_Type = nil, operationIndexInBatch = nil) ⇒ BatchFailureResult
constructor
A new instance of BatchFailureResult.
Constructor Details
#initialize(operationResult_Type = nil, operationIndexInBatch = nil) ⇒ BatchFailureResult
Returns a new instance of BatchFailureResult.
2945 2946 2947 2948 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2945 def initialize(operationResult_Type = nil, operationIndexInBatch = nil) @operationResult_Type = operationResult_Type @operationIndexInBatch = operationIndexInBatch end |
Instance Attribute Details
#operationIndexInBatch ⇒ Object
Returns the value of attribute operationIndexInBatch.
2943 2944 2945 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2943 def operationIndexInBatch @operationIndexInBatch end |
#operationResult_Type ⇒ Object
Returns the value of attribute operationResult_Type.
2942 2943 2944 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2942 def operationResult_Type @operationResult_Type end |