class Gapic::GenericLRO::BaseOperation


@return [Object] The wrapped operation object.
@attribute [r] operation
A base class for the wrappers over the long-running operations.
#

def initialize operation

Parameters:
  • operation (Object) -- The operation object to be wrapped

Other tags:
    Private: -
def initialize operation
  @operation = operation
end