class TencentCloud::Live::V20180801::DescribePlayErrorCodeDetailInfoListResponse

DescribePlayErrorCodeDetailInfoList返回参数结构体

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

def initialize(httpcodelist=nil, stattype=nil, requestid=nil)

def initialize(httpcodelist=nil, stattype=nil, requestid=nil)
  @HttpCodeList = httpcodelist
  @StatType = stattype
  @RequestId = requestid
end