class TencentCloud::Lkeap::V20240522::QaItem

def deserialize(params)

def deserialize(params)
  @QaId = params['QaId']
  @Question = params['Question']
  @Answer = params['Answer']
  unless params['AttributeLabels'].nil?
    @AttributeLabels = []
    params['AttributeLabels'].each do |i|
      attributelabelreferitem_tmp = AttributeLabelReferItem.new
      attributelabelreferitem_tmp.deserialize(i)
      @AttributeLabels << attributelabelreferitem_tmp
    end
  end
  @CreateTime = params['CreateTime']
  @UpdateTime = params['UpdateTime']
end