Class: TencentCloud::Tione::V20191022::CreateNotebookInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20191022::CreateNotebookInstanceResponse
- Defined in:
- lib/v20191022/models.rb
Overview
CreateNotebookInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(notebookinstancename = nil, requestid = nil) ⇒ CreateNotebookInstanceResponse
constructor
A new instance of CreateNotebookInstanceResponse.
Constructor Details
#initialize(notebookinstancename = nil, requestid = nil) ⇒ CreateNotebookInstanceResponse
Returns a new instance of CreateNotebookInstanceResponse.
311 312 313 314 |
# File 'lib/v20191022/models.rb', line 311 def initialize(notebookinstancename=nil, requestid=nil) @NotebookInstanceName = notebookinstancename @RequestId = requestid end |
Instance Attribute Details
#NotebookInstanceName ⇒ Object
309 310 311 |
# File 'lib/v20191022/models.rb', line 309 def NotebookInstanceName @NotebookInstanceName end |
#RequestId ⇒ Object
309 310 311 |
# File 'lib/v20191022/models.rb', line 309 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
316 317 318 319 |
# File 'lib/v20191022/models.rb', line 316 def deserialize(params) @NotebookInstanceName = params['NotebookInstanceName'] @RequestId = params['RequestId'] end |