class TencentCloud::Tcss::V20201101::DescribeVulScanLocalImageListResponse
DescribeVulScanLocalImageList返回参数结构体
def deserialize(params)
def deserialize(params) @TotalCount = params['TotalCount'] unless params['List'].nil? @List = [] params['List'].each do |i| vulscanimageinfo_tmp = VulScanImageInfo.new vulscanimageinfo_tmp.deserialize(i) @List << vulscanimageinfo_tmp end end @RequestId = params['RequestId'] end
def initialize(totalcount=nil, list=nil, requestid=nil)
def initialize(totalcount=nil, list=nil, requestid=nil) @TotalCount = totalcount @List = list @RequestId = requestid end