Class: TencentCloud::Lowcode::V20210108::SearchDocInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210108/models.rb

Overview

知识库搜索文档信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(collectionviewname = nil, docsetid = nil, docsetname = nil, doctype = nil, filetitle = nil, filemetadata = nil, docdesc = nil, filesize = nil, fileid = nil) ⇒ SearchDocInfo

Returns a new instance of SearchDocInfo.



1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
# File 'lib/v20210108/models.rb', line 1749

def initialize(collectionviewname=nil, docsetid=nil, docsetname=nil, doctype=nil, filetitle=nil, =nil, docdesc=nil, filesize=nil, fileid=nil)
  @CollectionViewName = collectionviewname
  @DocSetId = docsetid
  @DocSetName = docsetname
  @DocType = doctype
  @FileTitle = filetitle
   = 
  @DocDesc = docdesc
  @FileSize = filesize
  @FileId = fileid
end

Instance Attribute Details

#CollectionViewNameObject

Parameters:

  • 知识库名称

  • 文档Id

  • 文档Name

  • 文档类型

  • 文档标题

  • 文档元信息

  • 文档描述

  • 文档大小

  • Cos存储文件ID



1747
1748
1749
# File 'lib/v20210108/models.rb', line 1747

def CollectionViewName
  @CollectionViewName
end

#DocDescObject

Parameters:

  • 知识库名称

  • 文档Id

  • 文档Name

  • 文档类型

  • 文档标题

  • 文档元信息

  • 文档描述

  • 文档大小

  • Cos存储文件ID



1747
1748
1749
# File 'lib/v20210108/models.rb', line 1747

def DocDesc
  @DocDesc
end

#DocSetIdObject

Parameters:

  • 知识库名称

  • 文档Id

  • 文档Name

  • 文档类型

  • 文档标题

  • 文档元信息

  • 文档描述

  • 文档大小

  • Cos存储文件ID



1747
1748
1749
# File 'lib/v20210108/models.rb', line 1747

def DocSetId
  @DocSetId
end

#DocSetNameObject

Parameters:

  • 知识库名称

  • 文档Id

  • 文档Name

  • 文档类型

  • 文档标题

  • 文档元信息

  • 文档描述

  • 文档大小

  • Cos存储文件ID



1747
1748
1749
# File 'lib/v20210108/models.rb', line 1747

def DocSetName
  @DocSetName
end

#DocTypeObject

Parameters:

  • 知识库名称

  • 文档Id

  • 文档Name

  • 文档类型

  • 文档标题

  • 文档元信息

  • 文档描述

  • 文档大小

  • Cos存储文件ID



1747
1748
1749
# File 'lib/v20210108/models.rb', line 1747

def DocType
  @DocType
end

#FileIdObject

Parameters:

  • 知识库名称

  • 文档Id

  • 文档Name

  • 文档类型

  • 文档标题

  • 文档元信息

  • 文档描述

  • 文档大小

  • Cos存储文件ID



1747
1748
1749
# File 'lib/v20210108/models.rb', line 1747

def FileId
  @FileId
end

#FileMetaDataObject

Parameters:

  • 知识库名称

  • 文档Id

  • 文档Name

  • 文档类型

  • 文档标题

  • 文档元信息

  • 文档描述

  • 文档大小

  • Cos存储文件ID



1747
1748
1749
# File 'lib/v20210108/models.rb', line 1747

def 
  
end

#FileSizeObject

Parameters:

  • 知识库名称

  • 文档Id

  • 文档Name

  • 文档类型

  • 文档标题

  • 文档元信息

  • 文档描述

  • 文档大小

  • Cos存储文件ID



1747
1748
1749
# File 'lib/v20210108/models.rb', line 1747

def FileSize
  @FileSize
end

#FileTitleObject

Parameters:

  • 知识库名称

  • 文档Id

  • 文档Name

  • 文档类型

  • 文档标题

  • 文档元信息

  • 文档描述

  • 文档大小

  • Cos存储文件ID



1747
1748
1749
# File 'lib/v20210108/models.rb', line 1747

def FileTitle
  @FileTitle
end

Instance Method Details

#deserialize(params) ⇒ Object



1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'lib/v20210108/models.rb', line 1761

def deserialize(params)
  @CollectionViewName = params['CollectionViewName']
  @DocSetId = params['DocSetId']
  @DocSetName = params['DocSetName']
  @DocType = params['DocType']
  @FileTitle = params['FileTitle']
   = params['FileMetaData']
  @DocDesc = params['DocDesc']
  @FileSize = params['FileSize']
  @FileId = params['FileId']
end