Class: TencentCloud::Dlc::V20210125::CreateNotebookSessionStatementSupportBatchSQLResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::CreateNotebookSessionStatementSupportBatchSQLResponse
- Defined in:
- lib/v20210125/models.rb
Overview
CreateNotebookSessionStatementSupportBatchSQL返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(notebooksessionstatementbatches = nil, requestid = nil) ⇒ CreateNotebookSessionStatementSupportBatchSQLResponse
constructor
A new instance of CreateNotebookSessionStatementSupportBatchSQLResponse.
Constructor Details
#initialize(notebooksessionstatementbatches = nil, requestid = nil) ⇒ CreateNotebookSessionStatementSupportBatchSQLResponse
Returns a new instance of CreateNotebookSessionStatementSupportBatchSQLResponse.
2495 2496 2497 2498 |
# File 'lib/v20210125/models.rb', line 2495 def initialize(notebooksessionstatementbatches=nil, requestid=nil) @NotebookSessionStatementBatches = notebooksessionstatementbatches @RequestId = requestid end |
Instance Attribute Details
#NotebookSessionStatementBatches ⇒ Object
2493 2494 2495 |
# File 'lib/v20210125/models.rb', line 2493 def NotebookSessionStatementBatches @NotebookSessionStatementBatches end |
#RequestId ⇒ Object
2493 2494 2495 |
# File 'lib/v20210125/models.rb', line 2493 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2500 2501 2502 2503 2504 2505 2506 |
# File 'lib/v20210125/models.rb', line 2500 def deserialize(params) unless params['NotebookSessionStatementBatches'].nil? @NotebookSessionStatementBatches = NotebookSessionStatementBatchInformation.new @NotebookSessionStatementBatches.deserialize(params['NotebookSessionStatementBatches']) end @RequestId = params['RequestId'] end |