Class: TencentCloud::Dlc::V20210125::CancelNotebookSessionStatementBatchResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::CancelNotebookSessionStatementBatchResponse
- Defined in:
- lib/v20210125/models.rb
Overview
CancelNotebookSessionStatementBatch返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CancelNotebookSessionStatementBatchResponse
constructor
A new instance of CancelNotebookSessionStatementBatchResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CancelNotebookSessionStatementBatchResponse
Returns a new instance of CancelNotebookSessionStatementBatchResponse.
1072 1073 1074 |
# File 'lib/v20210125/models.rb', line 1072 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1070 1071 1072 |
# File 'lib/v20210125/models.rb', line 1070 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1076 1077 1078 |
# File 'lib/v20210125/models.rb', line 1076 def deserialize(params) @RequestId = params['RequestId'] end |