class TencentCloud::Live::V20180801::HttpStatusData
def deserialize(params)
def deserialize(params) @Time = params['Time'] unless params['HttpStatusInfoList'].nil? @HttpStatusInfoList = [] params['HttpStatusInfoList'].each do |i| httpstatusinfo_tmp = HttpStatusInfo.new httpstatusinfo_tmp.deserialize(i) @HttpStatusInfoList << httpstatusinfo_tmp end end end