Class: TencentCloud::Yunjing::V20180228::ExportMalwaresResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::ExportMalwaresResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportMalwares返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, requestid = nil) ⇒ ExportMalwaresResponse
constructor
A new instance of ExportMalwaresResponse.
Constructor Details
#initialize(downloadurl = nil, requestid = nil) ⇒ ExportMalwaresResponse
Returns a new instance of ExportMalwaresResponse.
4630 4631 4632 4633 |
# File 'lib/v20180228/models.rb', line 4630 def initialize(downloadurl=nil, requestid=nil) @DownloadUrl = downloadurl @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
4628 4629 4630 |
# File 'lib/v20180228/models.rb', line 4628 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
4628 4629 4630 |
# File 'lib/v20180228/models.rb', line 4628 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4635 4636 4637 4638 |
# File 'lib/v20180228/models.rb', line 4635 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @RequestId = params['RequestId'] end |