Class: TencentCloud::Lowcode::V20210108::KnowledgeDocumentSetInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lowcode::V20210108::KnowledgeDocumentSetInfo
- Defined in:
- lib/v20210108/models.rb
Overview
文档信息
Instance Attribute Summary collapse
-
#ByteLength ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。.
-
#CreateTime ⇒ 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, createtime = nil, lastupdatetime = nil, keywords = nil) ⇒ KnowledgeDocumentSetInfo
constructor
A new instance of KnowledgeDocumentSetInfo.
Constructor Details
#initialize(textlength = nil, bytelength = nil, indexedprogress = nil, indexedstatus = nil, createtime = nil, lastupdatetime = nil, keywords = nil) ⇒ KnowledgeDocumentSetInfo
Returns a new instance of KnowledgeDocumentSetInfo.
1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/v20210108/models.rb', line 1284 def initialize(textlength=nil, bytelength=nil, indexedprogress=nil, indexedstatus=nil, createtime=nil, lastupdatetime=nil, keywords=nil) @TextLength = textlength @ByteLength = bytelength @IndexedProgress = indexedprogress @IndexedStatus = indexedstatus @CreateTime = createtime @LastUpdateTime = lastupdatetime @Keywords = keywords end |
Instance Attribute Details
#ByteLength ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。
1282 1283 1284 |
# File 'lib/v20210108/models.rb', line 1282 def ByteLength @ByteLength end |
#CreateTime ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。
1282 1283 1284 |
# File 'lib/v20210108/models.rb', line 1282 def CreateTime @CreateTime end |
#IndexedProgress ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。
1282 1283 1284 |
# File 'lib/v20210108/models.rb', line 1282 def IndexedProgress @IndexedProgress end |
#IndexedStatus ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。
1282 1283 1284 |
# File 'lib/v20210108/models.rb', line 1282 def IndexedStatus @IndexedStatus end |
#Keywords ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。
1282 1283 1284 |
# File 'lib/v20210108/models.rb', line 1282 def Keywords @Keywords end |
#LastUpdateTime ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。
1282 1283 1284 |
# File 'lib/v20210108/models.rb', line 1282 def LastUpdateTime @LastUpdateTime end |
#TextLength ⇒ Object
New:等待解析。 Loading:文件解析中。 Failure:文件解析、写入出错。 Ready:文件解析、写入完成。
1282 1283 1284 |
# File 'lib/v20210108/models.rb', line 1282 def TextLength @TextLength end |
Instance Method Details
#deserialize(params) ⇒ Object
1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'lib/v20210108/models.rb', line 1294 def deserialize(params) @TextLength = params['TextLength'] @ByteLength = params['ByteLength'] @IndexedProgress = params['IndexedProgress'] @IndexedStatus = params['IndexedStatus'] @CreateTime = params['CreateTime'] @LastUpdateTime = params['LastUpdateTime'] @Keywords = params['Keywords'] end |