class TencentCloud::Scf::V20180416::ListLayersRequest
ListLayers请求参数结构体
def deserialize(params)
def deserialize(params) @CompatibleRuntime = params['CompatibleRuntime'] @Offset = params['Offset'] @Limit = params['Limit'] @SearchKey = params['SearchKey'] end
def initialize(compatibleruntime=nil, offset=nil, limit=nil, searchkey=nil)
def initialize(compatibleruntime=nil, offset=nil, limit=nil, searchkey=nil) @CompatibleRuntime = compatibleruntime @Offset = offset @Limit = limit @SearchKey = searchkey end