class TencentCloud::Live::V20180801::DescribeTimeShiftStreamListResponse

def deserialize(params)

def deserialize(params)
  @TotalSize = params['TotalSize']
  unless params['StreamList'].nil?
    @StreamList = []
    params['StreamList'].each do |i|
      timeshiftstreaminfo_tmp = TimeShiftStreamInfo.new
      timeshiftstreaminfo_tmp.deserialize(i)
      @StreamList << timeshiftstreaminfo_tmp
    end
  end
  @RequestId = params['RequestId']
end