Class: TencentCloud::Lowcode::V20210108::QureyKnowledgeDocumentSetInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lowcode::V20210108::QureyKnowledgeDocumentSetInfo
- Defined in:
- lib/v20210108/models.rb
Overview
查询文件集合信息详情
Instance Attribute Summary collapse
-
#ByteLength ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。.
-
#CreateTime ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。.
-
#IndexedErrorMsg ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。.
-
#IndexedProgress ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。.
-
#IndexedStatus ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。.
-
#Keywords ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。.
-
#LastUpdateTime ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。.
-
#TextLength ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(textlength = nil, bytelength = nil, indexedprogress = nil, indexedstatus = nil, indexederrormsg = nil, createtime = nil, lastupdatetime = nil, keywords = nil) ⇒ QureyKnowledgeDocumentSetInfo
constructor
A new instance of QureyKnowledgeDocumentSetInfo.
Constructor Details
#initialize(textlength = nil, bytelength = nil, indexedprogress = nil, indexedstatus = nil, indexederrormsg = nil, createtime = nil, lastupdatetime = nil, keywords = nil) ⇒ QureyKnowledgeDocumentSetInfo
Returns a new instance of QureyKnowledgeDocumentSetInfo.
1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 |
# File 'lib/v20210108/models.rb', line 1600 def initialize(textlength=nil, bytelength=nil, indexedprogress=nil, indexedstatus=nil, indexederrormsg=nil, createtime=nil, lastupdatetime=nil, keywords=nil) @TextLength = textlength @ByteLength = bytelength @IndexedProgress = indexedprogress @IndexedStatus = indexedstatus @IndexedErrorMsg = indexederrormsg @CreateTime = createtime @LastUpdateTime = lastupdatetime @Keywords = keywords end |
Instance Attribute Details
#ByteLength ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。
1598 1599 1600 |
# File 'lib/v20210108/models.rb', line 1598 def ByteLength @ByteLength end |
#CreateTime ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。
1598 1599 1600 |
# File 'lib/v20210108/models.rb', line 1598 def CreateTime @CreateTime end |
#IndexedErrorMsg ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。
1598 1599 1600 |
# File 'lib/v20210108/models.rb', line 1598 def IndexedErrorMsg @IndexedErrorMsg end |
#IndexedProgress ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。
1598 1599 1600 |
# File 'lib/v20210108/models.rb', line 1598 def IndexedProgress @IndexedProgress end |
#IndexedStatus ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。
1598 1599 1600 |
# File 'lib/v20210108/models.rb', line 1598 def IndexedStatus @IndexedStatus end |
#Keywords ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。
1598 1599 1600 |
# File 'lib/v20210108/models.rb', line 1598 def Keywords @Keywords end |
#LastUpdateTime ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。
1598 1599 1600 |
# File 'lib/v20210108/models.rb', line 1598 def LastUpdateTime @LastUpdateTime end |
#TextLength ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。
1598 1599 1600 |
# File 'lib/v20210108/models.rb', line 1598 def TextLength @TextLength end |
Instance Method Details
#deserialize(params) ⇒ Object
1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 |
# File 'lib/v20210108/models.rb', line 1611 def deserialize(params) @TextLength = params['TextLength'] @ByteLength = params['ByteLength'] @IndexedProgress = params['IndexedProgress'] @IndexedStatus = params['IndexedStatus'] @IndexedErrorMsg = params['IndexedErrorMsg'] @CreateTime = params['CreateTime'] @LastUpdateTime = params['LastUpdateTime'] @Keywords = params['Keywords'] end |