Class: TencentCloud::Cwp::V20180228::ExportVulDetectionReportResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportVulDetectionReportResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportVulDetectionReport返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportVulDetectionReportResponse
constructor
A new instance of ExportVulDetectionReportResponse.
Constructor Details
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportVulDetectionReportResponse
Returns a new instance of ExportVulDetectionReportResponse.
28657 28658 28659 28660 28661 |
# File 'lib/v20180228/models.rb', line 28657 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
28655 28656 28657 |
# File 'lib/v20180228/models.rb', line 28655 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
28655 28656 28657 |
# File 'lib/v20180228/models.rb', line 28655 def RequestId @RequestId end |
#TaskId ⇒ Object
28655 28656 28657 |
# File 'lib/v20180228/models.rb', line 28655 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
28663 28664 28665 28666 28667 |
# File 'lib/v20180228/models.rb', line 28663 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |