class TencentCloud::Scf::V20180416::ListLayerVersionsRequest

ListLayerVersions请求参数结构体

def deserialize(params)

def deserialize(params)
  @LayerName = params['LayerName']
  @CompatibleRuntime = params['CompatibleRuntime']
end

def initialize(layername=nil, compatibleruntime=nil)

def initialize(layername=nil, compatibleruntime=nil)
  @LayerName = layername
  @CompatibleRuntime = compatibleruntime
end