class TencentCloud::Live::V20180801::DescribePlayErrorCodeDetailInfoListResponse
def deserialize(params)
def deserialize(params) unless params['HttpCodeList'].nil? @HttpCodeList = [] params['HttpCodeList'].each do |i| httpcodeinfo_tmp = HttpCodeInfo.new httpcodeinfo_tmp.deserialize(i) @HttpCodeList << httpcodeinfo_tmp end end @StatType = params['StatType'] @RequestId = params['RequestId'] end