class TencentCloud::Dsgc::V20190723::DescribeDSPAAssessmentLatestRiskListResponse
DescribeDSPAAssessmentLatestRiskList返回参数结构体
def deserialize(params)
def deserialize(params) unless params['LatestRiskList'].nil? @LatestRiskList = [] params['LatestRiskList'].each do |i| riskiteminfo_tmp = RiskItemInfo.new riskiteminfo_tmp.deserialize(i) @LatestRiskList << riskiteminfo_tmp end end @TotalCount = params['TotalCount'] @RequestId = params['RequestId'] end
def initialize(latestrisklist=nil, totalcount=nil, requestid=nil)
def initialize(latestrisklist=nil, totalcount=nil, requestid=nil) @LatestRiskList = latestrisklist @TotalCount = totalcount @RequestId = requestid end