Class: TencentCloud::Tione::V20191022::StopNotebookInstanceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20191022::StopNotebookInstanceRequest
- Defined in:
- lib/v20191022/models.rb
Overview
StopNotebookInstance请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(notebookinstancename = nil) ⇒ StopNotebookInstanceRequest
constructor
A new instance of StopNotebookInstanceRequest.
Constructor Details
#initialize(notebookinstancename = nil) ⇒ StopNotebookInstanceRequest
Returns a new instance of StopNotebookInstanceRequest.
1835 1836 1837 |
# File 'lib/v20191022/models.rb', line 1835 def initialize(notebookinstancename=nil) @NotebookInstanceName = notebookinstancename end |
Instance Attribute Details
#NotebookInstanceName ⇒ Object
1833 1834 1835 |
# File 'lib/v20191022/models.rb', line 1833 def NotebookInstanceName @NotebookInstanceName end |
Instance Method Details
#deserialize(params) ⇒ Object
1839 1840 1841 |
# File 'lib/v20191022/models.rb', line 1839 def deserialize(params) @NotebookInstanceName = params['NotebookInstanceName'] end |