Class: TencentCloud::Cwp::V20180228::ExportVulEffectHostListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportVulEffectHostListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportVulEffectHostList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportVulEffectHostListResponse
constructor
A new instance of ExportVulEffectHostListResponse.
Constructor Details
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportVulEffectHostListResponse
Returns a new instance of ExportVulEffectHostListResponse.
29170 29171 29172 29173 29174 |
# File 'lib/v20180228/models.rb', line 29170 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
29168 29169 29170 |
# File 'lib/v20180228/models.rb', line 29168 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
29168 29169 29170 |
# File 'lib/v20180228/models.rb', line 29168 def RequestId @RequestId end |
#TaskId ⇒ Object
29168 29169 29170 |
# File 'lib/v20180228/models.rb', line 29168 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
29176 29177 29178 29179 29180 |
# File 'lib/v20180228/models.rb', line 29176 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |