Class: AdWords::V200909::BulkMutateJobService::BatchFailureResult

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

Overview

BatchFailureResult

  • operationResult_Type - SOAP::SOAPString

  • operationIndexInBatch - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#operationIndexInBatchObject

Returns the value of attribute operationIndexInBatch.



2943
2944
2945
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2943

def operationIndexInBatch
  @operationIndexInBatch
end

#operationResult_TypeObject

Returns the value of attribute operationResult_Type.



2942
2943
2944
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2942

def operationResult_Type
  @operationResult_Type
end