Class: AdWords::V200909::BulkMutateJobService::LostResult

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

Overview

LostResult

  • operationResult_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operationResult_Type = nil) ⇒ LostResult

Returns a new instance of LostResult.



2969
2970
2971
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2969

def initialize(operationResult_Type = nil)
  @operationResult_Type = operationResult_Type
end

Instance Attribute Details

#operationResult_TypeObject

Returns the value of attribute operationResult_Type.



2967
2968
2969
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2967

def operationResult_Type
  @operationResult_Type
end