Class: TencentCloud::Tione::V20211111::StartNotebookResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::StartNotebookResponse
- Defined in:
- lib/v20211111/models.rb
Overview
StartNotebook返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StartNotebookResponse
constructor
A new instance of StartNotebookResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StartNotebookResponse
Returns a new instance of StartNotebookResponse.
8808 8809 8810 |
# File 'lib/v20211111/models.rb', line 8808 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8806 8807 8808 |
# File 'lib/v20211111/models.rb', line 8806 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8812 8813 8814 |
# File 'lib/v20211111/models.rb', line 8812 def deserialize(params) @RequestId = params['RequestId'] end |