Class: TencentCloud::Lcic::V20220817::DeleteDocumentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::DeleteDocumentResponse
- Defined in:
- lib/v20220817/models.rb
Overview
DeleteDocument返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteDocumentResponse
constructor
A new instance of DeleteDocumentResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteDocumentResponse
Returns a new instance of DeleteDocumentResponse.
1211 1212 1213 |
# File 'lib/v20220817/models.rb', line 1211 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1209 1210 1211 |
# File 'lib/v20220817/models.rb', line 1209 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1215 1216 1217 |
# File 'lib/v20220817/models.rb', line 1215 def deserialize(params) @RequestId = params['RequestId'] end |