Class: TencentCloud::Tione::V20211111::CreatePresignedNotebookUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::CreatePresignedNotebookUrlResponse
- Defined in:
- lib/v20211111/models.rb
Overview
CreatePresignedNotebookUrl返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(authorizedurl = nil, requestid = nil) ⇒ CreatePresignedNotebookUrlResponse
constructor
A new instance of CreatePresignedNotebookUrlResponse.
Constructor Details
#initialize(authorizedurl = nil, requestid = nil) ⇒ CreatePresignedNotebookUrlResponse
Returns a new instance of CreatePresignedNotebookUrlResponse.
1164 1165 1166 1167 |
# File 'lib/v20211111/models.rb', line 1164 def initialize(=nil, requestid=nil) @AuthorizedUrl = @RequestId = requestid end |
Instance Attribute Details
#AuthorizedUrl ⇒ Object
1162 1163 1164 |
# File 'lib/v20211111/models.rb', line 1162 def AuthorizedUrl @AuthorizedUrl end |
#RequestId ⇒ Object
1162 1163 1164 |
# File 'lib/v20211111/models.rb', line 1162 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1169 1170 1171 1172 |
# File 'lib/v20211111/models.rb', line 1169 def deserialize(params) @AuthorizedUrl = params['AuthorizedUrl'] @RequestId = params['RequestId'] end |