Class: TencentCloud::Cwp::V20180228::ExportMalwaresResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportMalwaresResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportMalwares返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportMalwaresResponse
constructor
A new instance of ExportMalwaresResponse.
Constructor Details
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportMalwaresResponse
Returns a new instance of ExportMalwaresResponse.
28087 28088 28089 28090 28091 |
# File 'lib/v20180228/models.rb', line 28087 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
28085 28086 28087 |
# File 'lib/v20180228/models.rb', line 28085 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
28085 28086 28087 |
# File 'lib/v20180228/models.rb', line 28085 def RequestId @RequestId end |
#TaskId ⇒ Object
28085 28086 28087 |
# File 'lib/v20180228/models.rb', line 28085 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
28093 28094 28095 28096 28097 |
# File 'lib/v20180228/models.rb', line 28093 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |