Class: TencentCloud::Tione::V20191022::DescribeNotebookInstanceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20191022::DescribeNotebookInstanceRequest
- Defined in:
- lib/v20191022/models.rb
Overview
DescribeNotebookInstance请求参数结构体
Instance Attribute Summary collapse
-
#NotebookInstanceName ⇒ Object
规则:“^(-*[a-zA-Z0-9])*$”.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(notebookinstancename = nil) ⇒ DescribeNotebookInstanceRequest
constructor
A new instance of DescribeNotebookInstanceRequest.
Constructor Details
#initialize(notebookinstancename = nil) ⇒ DescribeNotebookInstanceRequest
Returns a new instance of DescribeNotebookInstanceRequest.
781 782 783 |
# File 'lib/v20191022/models.rb', line 781 def initialize(notebookinstancename=nil) @NotebookInstanceName = notebookinstancename end |
Instance Attribute Details
#NotebookInstanceName ⇒ Object
规则:“^(-*[a-zA-Z0-9])*$”
779 780 781 |
# File 'lib/v20191022/models.rb', line 779 def NotebookInstanceName @NotebookInstanceName end |
Instance Method Details
#deserialize(params) ⇒ Object
785 786 787 |
# File 'lib/v20191022/models.rb', line 785 def deserialize(params) @NotebookInstanceName = params['NotebookInstanceName'] end |