Class: TencentCloud::Cwp::V20180228::ExportVulListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportVulListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportVulList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportVulListResponse
constructor
A new instance of ExportVulListResponse.
Constructor Details
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportVulListResponse
Returns a new instance of ExportVulListResponse.
29262 29263 29264 29265 29266 |
# File 'lib/v20180228/models.rb', line 29262 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
29260 29261 29262 |
# File 'lib/v20180228/models.rb', line 29260 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
29260 29261 29262 |
# File 'lib/v20180228/models.rb', line 29260 def RequestId @RequestId end |
#TaskId ⇒ Object
29260 29261 29262 |
# File 'lib/v20180228/models.rb', line 29260 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
29268 29269 29270 29271 29272 |
# File 'lib/v20180228/models.rb', line 29268 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |