Class: TencentCloud::Tione::V20191022::DeleteNotebookInstanceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20191022::DeleteNotebookInstanceRequest
- Defined in:
- lib/v20191022/models.rb
Overview
DeleteNotebookInstance请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(notebookinstancename = nil) ⇒ DeleteNotebookInstanceRequest
constructor
A new instance of DeleteNotebookInstanceRequest.
Constructor Details
#initialize(notebookinstancename = nil) ⇒ DeleteNotebookInstanceRequest
Returns a new instance of DeleteNotebookInstanceRequest.
586 587 588 |
# File 'lib/v20191022/models.rb', line 586 def initialize(notebookinstancename=nil) @NotebookInstanceName = notebookinstancename end |
Instance Attribute Details
#NotebookInstanceName ⇒ Object
584 585 586 |
# File 'lib/v20191022/models.rb', line 584 def NotebookInstanceName @NotebookInstanceName end |
Instance Method Details
#deserialize(params) ⇒ Object
590 591 592 |
# File 'lib/v20191022/models.rb', line 590 def deserialize(params) @NotebookInstanceName = params['NotebookInstanceName'] end |