Class: TencentCloud::Essbasic::V20210526::GetDownloadFlowUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::GetDownloadFlowUrlResponse
- Defined in:
- lib/v20210526/models.rb
Overview
GetDownloadFlowUrl返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, requestid = nil) ⇒ GetDownloadFlowUrlResponse
constructor
A new instance of GetDownloadFlowUrlResponse.
Constructor Details
#initialize(downloadurl = nil, requestid = nil) ⇒ GetDownloadFlowUrlResponse
Returns a new instance of GetDownloadFlowUrlResponse.
10624 10625 10626 10627 |
# File 'lib/v20210526/models.rb', line 10624 def initialize(downloadurl=nil, requestid=nil) @DownLoadUrl = downloadurl @RequestId = requestid end |
Instance Attribute Details
#DownLoadUrl ⇒ Object
10622 10623 10624 |
# File 'lib/v20210526/models.rb', line 10622 def DownLoadUrl @DownLoadUrl end |
#RequestId ⇒ Object
10622 10623 10624 |
# File 'lib/v20210526/models.rb', line 10622 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10629 10630 10631 10632 |
# File 'lib/v20210526/models.rb', line 10629 def deserialize(params) @DownLoadUrl = params['DownLoadUrl'] @RequestId = params['RequestId'] end |