Class: TencentCloud::Cwp::V20180228::ExportVulDetectionExcelResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportVulDetectionExcelResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportVulDetectionExcel返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportVulDetectionExcelResponse
constructor
A new instance of ExportVulDetectionExcelResponse.
Constructor Details
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportVulDetectionExcelResponse
Returns a new instance of ExportVulDetectionExcelResponse.
28598 28599 28600 28601 28602 |
# File 'lib/v20180228/models.rb', line 28598 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
28596 28597 28598 |
# File 'lib/v20180228/models.rb', line 28596 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
28596 28597 28598 |
# File 'lib/v20180228/models.rb', line 28596 def RequestId @RequestId end |
#TaskId ⇒ Object
28596 28597 28598 |
# File 'lib/v20180228/models.rb', line 28596 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
28604 28605 28606 28607 28608 |
# File 'lib/v20180228/models.rb', line 28604 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |