Class: TencentCloud::Dlc::V20210125::DeleteNotebookSessionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::DeleteNotebookSessionResponse
- Defined in:
- lib/v20210125/models.rb
Overview
DeleteNotebookSession返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteNotebookSessionResponse
constructor
A new instance of DeleteNotebookSessionResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteNotebookSessionResponse
Returns a new instance of DeleteNotebookSessionResponse.
5638 5639 5640 |
# File 'lib/v20210125/models.rb', line 5638 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5636 5637 5638 |
# File 'lib/v20210125/models.rb', line 5636 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5642 5643 5644 |
# File 'lib/v20210125/models.rb', line 5642 def deserialize(params) @RequestId = params['RequestId'] end |