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.
29021 29022 29023 29024 |
# File 'lib/v20180228/models.rb', line 29021 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
29019 29020 29021 |
# File 'lib/v20180228/models.rb', line 29019 def RequestId @RequestId end |
#TaskId ⇒ Object
29019 29020 29021 |
# File 'lib/v20180228/models.rb', line 29019 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
29026 29027 29028 29029 |
# File 'lib/v20180228/models.rb', line 29026 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |