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.
4827 4828 4829 4830 4831 4832 |
# File 'lib/v20180608/models.rb', line 4827 def initialize(filepath=nil, customkey=nil, downloadurl=nil, requestid=nil) @FilePath = filepath @CustomKey = customkey @DownloadUrl = downloadurl @RequestId = requestid end |
Instance Attribute Details
#CustomKey ⇒ Object
4825 4826 4827 |
# File 'lib/v20180608/models.rb', line 4825 def CustomKey @CustomKey end |
#DownloadUrl ⇒ Object
4825 4826 4827 |
# File 'lib/v20180608/models.rb', line 4825 def DownloadUrl @DownloadUrl end |
#FilePath ⇒ Object
4825 4826 4827 |
# File 'lib/v20180608/models.rb', line 4825 def FilePath @FilePath end |
#RequestId ⇒ Object
4825 4826 4827 |
# File 'lib/v20180608/models.rb', line 4825 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4834 4835 4836 4837 4838 4839 |
# File 'lib/v20180608/models.rb', line 4834 def deserialize(params) @FilePath = params['FilePath'] @CustomKey = params['CustomKey'] @DownloadUrl = params['DownloadUrl'] @RequestId = params['RequestId'] end |