class TencentCloud::Cwp::V20180228::DescribeVulStoreListResponse
DescribeVulStoreList返回参数结构体
def deserialize(params)
def deserialize(params) unless params['List'].nil? @List = [] params['List'].each do |i| vulstorelistinfo_tmp = VulStoreListInfo.new vulstorelistinfo_tmp.deserialize(i) @List << vulstorelistinfo_tmp end end @TotalCount = params['TotalCount'] @Remaining = params['Remaining'] @FreeSearchTimes = params['FreeSearchTimes'] @RequestId = params['RequestId'] end
def initialize(list=nil, totalcount=nil, remaining=nil, freesearchtimes=nil, requestid=nil)
def initialize(list=nil, totalcount=nil, remaining=nil, freesearchtimes=nil, requestid=nil) @List = list @TotalCount = totalcount @Remaining = remaining @FreeSearchTimes = freesearchtimes @RequestId = requestid end