Class: TencentCloud::Tione::V20191022::DeleteNotebookInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20191022::DeleteNotebookInstanceResponse
- Defined in:
- lib/v20191022/models.rb
Overview
DeleteNotebookInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteNotebookInstanceResponse
constructor
A new instance of DeleteNotebookInstanceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteNotebookInstanceResponse
Returns a new instance of DeleteNotebookInstanceResponse.
602 603 604 |
# File 'lib/v20191022/models.rb', line 602 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
600 601 602 |
# File 'lib/v20191022/models.rb', line 600 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
606 607 608 |
# File 'lib/v20191022/models.rb', line 606 def deserialize(params) @RequestId = params['RequestId'] end |