class TencentCloud::Live::V20180801::DescribeStreamPlayInfoListResponse

def deserialize(params)

def deserialize(params)
  unless params['DataInfoList'].nil?
    @DataInfoList = []
    params['DataInfoList'].each do |i|
      daystreamplayinfo_tmp = DayStreamPlayInfo.new
      daystreamplayinfo_tmp.deserialize(i)
      @DataInfoList << daystreamplayinfo_tmp
    end
  end
  @RequestId = params['RequestId']
end