Class: TencentCloud::Tione::V20211111::DeleteNotebookResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::DeleteNotebookResponse
- Defined in:
- lib/v20211111/models.rb
Overview
DeleteNotebook返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteNotebookResponse
constructor
A new instance of DeleteNotebookResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteNotebookResponse
Returns a new instance of DeleteNotebookResponse.
2354 2355 2356 |
# File 'lib/v20211111/models.rb', line 2354 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2352 2353 2354 |
# File 'lib/v20211111/models.rb', line 2352 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2358 2359 2360 |
# File 'lib/v20211111/models.rb', line 2358 def deserialize(params) @RequestId = params['RequestId'] end |