Class: TencentCloud::Tione::V20191022::StopNotebookInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20191022::StopNotebookInstanceResponse
- Defined in:
- lib/v20191022/models.rb
Overview
StopNotebookInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopNotebookInstanceResponse
constructor
A new instance of StopNotebookInstanceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopNotebookInstanceResponse
Returns a new instance of StopNotebookInstanceResponse.
1851 1852 1853 |
# File 'lib/v20191022/models.rb', line 1851 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1849 1850 1851 |
# File 'lib/v20191022/models.rb', line 1849 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1855 1856 1857 |
# File 'lib/v20191022/models.rb', line 1855 def deserialize(params) @RequestId = params['RequestId'] end |