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.
28709 28710 28711 28712 28713 |
# File 'lib/v20180228/models.rb', line 28709 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
28707 28708 28709 |
# File 'lib/v20180228/models.rb', line 28707 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
28707 28708 28709 |
# File 'lib/v20180228/models.rb', line 28707 def RequestId @RequestId end |
#TaskId ⇒ Object
28707 28708 28709 |
# File 'lib/v20180228/models.rb', line 28707 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
28715 28716 28717 28718 28719 |
# File 'lib/v20180228/models.rb', line 28715 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |