Class: TencentCloud::Cwp::V20180228::ExportVulDefencePluginEventResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportVulDefencePluginEventResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportVulDefencePluginEvent返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ ExportVulDefencePluginEventResponse
constructor
A new instance of ExportVulDefencePluginEventResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ ExportVulDefencePluginEventResponse
Returns a new instance of ExportVulDefencePluginEventResponse.
28560 28561 28562 28563 |
# File 'lib/v20180228/models.rb', line 28560 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
28558 28559 28560 |
# File 'lib/v20180228/models.rb', line 28558 def RequestId @RequestId end |
#TaskId ⇒ Object
28558 28559 28560 |
# File 'lib/v20180228/models.rb', line 28558 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
28565 28566 28567 28568 |
# File 'lib/v20180228/models.rb', line 28565 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |