Class: TencentCloud::Tione::V20211111::CreateNotebookResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::CreateNotebookResponse
- Defined in:
- lib/v20211111/models.rb
Overview
CreateNotebook返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, requestid = nil) ⇒ CreateNotebookResponse
constructor
A new instance of CreateNotebookResponse.
Constructor Details
#initialize(id = nil, requestid = nil) ⇒ CreateNotebookResponse
Returns a new instance of CreateNotebookResponse.
1124 1125 1126 1127 |
# File 'lib/v20211111/models.rb', line 1124 def initialize(id=nil, requestid=nil) @Id = id @RequestId = requestid end |
Instance Attribute Details
#Id ⇒ Object
1122 1123 1124 |
# File 'lib/v20211111/models.rb', line 1122 def Id @Id end |
#RequestId ⇒ Object
1122 1123 1124 |
# File 'lib/v20211111/models.rb', line 1122 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1129 1130 1131 1132 |
# File 'lib/v20211111/models.rb', line 1129 def deserialize(params) @Id = params['Id'] @RequestId = params['RequestId'] end |