class TencentCloud::Lcic::V20220817::DescribeQuestionListResponse

def deserialize(params)

def deserialize(params)
  @Total = params['Total']
  unless params['QuestionInfo'].nil?
    @QuestionInfo = []
    params['QuestionInfo'].each do |i|
      questioninfo_tmp = QuestionInfo.new
      questioninfo_tmp.deserialize(i)
      @QuestionInfo << questioninfo_tmp
    end
  end
  @RequestId = params['RequestId']
end