Class: TencentCloud::Tcb::V20180608::DescribeDownloadFileResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::DescribeDownloadFileResponse
- Defined in:
- lib/v20180608/models.rb
Overview
DescribeDownloadFile返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filepath = nil, customkey = nil, downloadurl = nil, requestid = nil) ⇒ DescribeDownloadFileResponse
constructor
A new instance of DescribeDownloadFileResponse.
Constructor Details
#initialize(filepath = nil, customkey = nil, downloadurl = nil, requestid = nil) ⇒ DescribeDownloadFileResponse
Returns a new instance of DescribeDownloadFileResponse.
4385 4386 4387 4388 4389 4390 |
# File 'lib/v20180608/models.rb', line 4385 def initialize(filepath=nil, customkey=nil, downloadurl=nil, requestid=nil) @FilePath = filepath @CustomKey = customkey @DownloadUrl = downloadurl @RequestId = requestid end |
Instance Attribute Details
#CustomKey ⇒ Object
4383 4384 4385 |
# File 'lib/v20180608/models.rb', line 4383 def CustomKey @CustomKey end |
#DownloadUrl ⇒ Object
4383 4384 4385 |
# File 'lib/v20180608/models.rb', line 4383 def DownloadUrl @DownloadUrl end |
#FilePath ⇒ Object
4383 4384 4385 |
# File 'lib/v20180608/models.rb', line 4383 def FilePath @FilePath end |
#RequestId ⇒ Object
4383 4384 4385 |
# File 'lib/v20180608/models.rb', line 4383 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4392 4393 4394 4395 4396 4397 |
# File 'lib/v20180608/models.rb', line 4392 def deserialize(params) @FilePath = params['FilePath'] @CustomKey = params['CustomKey'] @DownloadUrl = params['DownloadUrl'] @RequestId = params['RequestId'] end |