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.
29059 29060 29061 29062 29063 |
# File 'lib/v20180228/models.rb', line 29059 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
29057 29058 29059 |
# File 'lib/v20180228/models.rb', line 29057 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
29057 29058 29059 |
# File 'lib/v20180228/models.rb', line 29057 def RequestId @RequestId end |
#TaskId ⇒ Object
29057 29058 29059 |
# File 'lib/v20180228/models.rb', line 29057 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
29065 29066 29067 29068 29069 |
# File 'lib/v20180228/models.rb', line 29065 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |