class TencentCloud::Lkeap::V20240522::DocItem

def deserialize(params)

def deserialize(params)
  @DocId = params['DocId']
  @Status = params['Status']
  @FileName = params['FileName']
  @UpdateTime = params['UpdateTime']
  unless params['AttributeLabels'].nil?
    @AttributeLabels = []
    params['AttributeLabels'].each do |i|
      attributelabelreferitem_tmp = AttributeLabelReferItem.new
      attributelabelreferitem_tmp.deserialize(i)
      @AttributeLabels << attributelabelreferitem_tmp
    end
  end
end