Class: TencentCloud::Tione::V20191022::CreatePresignedNotebookInstanceUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20191022::CreatePresignedNotebookInstanceUrlResponse
- Defined in:
- lib/v20191022/models.rb
Overview
CreatePresignedNotebookInstanceUrl返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(authorizedurl = nil, requestid = nil) ⇒ CreatePresignedNotebookInstanceUrlResponse
constructor
A new instance of CreatePresignedNotebookInstanceUrlResponse.
Constructor Details
#initialize(authorizedurl = nil, requestid = nil) ⇒ CreatePresignedNotebookInstanceUrlResponse
Returns a new instance of CreatePresignedNotebookInstanceUrlResponse.
398 399 400 401 |
# File 'lib/v20191022/models.rb', line 398 def initialize(=nil, requestid=nil) @AuthorizedUrl = @RequestId = requestid end |
Instance Attribute Details
#AuthorizedUrl ⇒ Object
396 397 398 |
# File 'lib/v20191022/models.rb', line 396 def AuthorizedUrl @AuthorizedUrl end |
#RequestId ⇒ Object
396 397 398 |
# File 'lib/v20191022/models.rb', line 396 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
403 404 405 406 |
# File 'lib/v20191022/models.rb', line 403 def deserialize(params) @AuthorizedUrl = params['AuthorizedUrl'] @RequestId = params['RequestId'] end |