class TencentCloud::Dsgc::V20190723::DescribeDSPAAssessmentRiskProcessHistoryResponse
DescribeDSPAAssessmentRiskProcessHistory返回参数结构体
def deserialize(params)
def deserialize(params) unless params['ProcessHistory'].nil? @ProcessHistory = [] params['ProcessHistory'].each do |i| processhistory_tmp = ProcessHistory.new processhistory_tmp.deserialize(i) @ProcessHistory << processhistory_tmp end end @RequestId = params['RequestId'] end
def initialize(processhistory=nil, requestid=nil)
def initialize(processhistory=nil, requestid=nil) @ProcessHistory = processhistory @RequestId = requestid end