Class: TencentCloud::Tione::V20191022::StartNotebookInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20191022::StartNotebookInstanceResponse
- Defined in:
- lib/v20191022/models.rb
Overview
StartNotebookInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StartNotebookInstanceResponse
constructor
A new instance of StartNotebookInstanceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StartNotebookInstanceResponse
Returns a new instance of StartNotebookInstanceResponse.
1819 1820 1821 |
# File 'lib/v20191022/models.rb', line 1819 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1817 1818 1819 |
# File 'lib/v20191022/models.rb', line 1817 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1823 1824 1825 |
# File 'lib/v20191022/models.rb', line 1823 def deserialize(params) @RequestId = params['RequestId'] end |