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.
1128 1129 1130 1131 |
# File 'lib/v20211111/models.rb', line 1128 def initialize(id=nil, requestid=nil) @Id = id @RequestId = requestid end |
Instance Attribute Details
#Id ⇒ Object
1126 1127 1128 |
# File 'lib/v20211111/models.rb', line 1126 def Id @Id end |
#RequestId ⇒ Object
1126 1127 1128 |
# File 'lib/v20211111/models.rb', line 1126 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1133 1134 1135 1136 |
# File 'lib/v20211111/models.rb', line 1133 def deserialize(params) @Id = params['Id'] @RequestId = params['RequestId'] end |