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.
2343 2344 2345 |
# File 'lib/v20211111/models.rb', line 2343 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2341 2342 2343 |
# File 'lib/v20211111/models.rb', line 2341 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2347 2348 2349 |
# File 'lib/v20211111/models.rb', line 2347 def deserialize(params) @RequestId = params['RequestId'] end |