Class: TencentCloud::Lowcode::V20210108::DeleteKnowledgeDocumentSetRsp
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lowcode::V20210108::DeleteKnowledgeDocumentSetRsp
- Defined in:
- lib/v20210108/models.rb
Overview
删除文档出参
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(affectedcount = nil) ⇒ DeleteKnowledgeDocumentSetRsp
constructor
A new instance of DeleteKnowledgeDocumentSetRsp.
Constructor Details
#initialize(affectedcount = nil) ⇒ DeleteKnowledgeDocumentSetRsp
Returns a new instance of DeleteKnowledgeDocumentSetRsp.
530 531 532 |
# File 'lib/v20210108/models.rb', line 530 def initialize(affectedcount=nil) @AffectedCount = affectedcount end |
Instance Attribute Details
#AffectedCount ⇒ Object
528 529 530 |
# File 'lib/v20210108/models.rb', line 528 def AffectedCount @AffectedCount end |
Instance Method Details
#deserialize(params) ⇒ Object
534 535 536 |
# File 'lib/v20210108/models.rb', line 534 def deserialize(params) @AffectedCount = params['AffectedCount'] end |