class TencentCloud::Scf::V20180416::PublishVersionResponse

PublishVersion返回参数结构体

def deserialize(params)

def deserialize(params)
  @FunctionVersion = params['FunctionVersion']
  @CodeSize = params['CodeSize']
  @MemorySize = params['MemorySize']
  @Description = params['Description']
  @Handler = params['Handler']
  @Timeout = params['Timeout']
  @Runtime = params['Runtime']
  @Namespace = params['Namespace']
  @RequestId = params['RequestId']
end

def initialize(functionversion=nil, codesize=nil, memorysize=nil, description=nil, handler=nil, timeout=nil, runtime=nil, namespace=nil, requestid=nil)

def initialize(functionversion=nil, codesize=nil, memorysize=nil, description=nil, handler=nil, timeout=nil, runtime=nil, namespace=nil, requestid=nil)
  @FunctionVersion = functionversion
  @CodeSize = codesize
  @MemorySize = memorysize
  @Description = description
  @Handler = handler
  @Timeout = timeout
  @Runtime = runtime
  @Namespace = namespace
  @RequestId = requestid
end