Class: TencentCloud::Cwp::V20180228::VulEffectModuleInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::VulEffectModuleInfo
- Defined in:
- lib/v20180228/models.rb
Overview
漏洞影响组件详情
Instance Attribute Summary collapse
- #FixCmd ⇒ Object
- #Name ⇒ Object
- #Path ⇒ Object
- #Quuids ⇒ Object
- #Rule ⇒ Object
- #Uuids ⇒ Object
- #Version ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, uuids = nil, rule = nil, path = nil, version = nil, fixcmd = nil, quuids = nil) ⇒ VulEffectModuleInfo
constructor
A new instance of VulEffectModuleInfo.
Constructor Details
#initialize(name = nil, uuids = nil, rule = nil, path = nil, version = nil, fixcmd = nil, quuids = nil) ⇒ VulEffectModuleInfo
Returns a new instance of VulEffectModuleInfo.
40358 40359 40360 40361 40362 40363 40364 40365 40366 |
# File 'lib/v20180228/models.rb', line 40358 def initialize(name=nil, uuids=nil, rule=nil, path=nil, version=nil, fixcmd=nil, quuids=nil) @Name = name @Uuids = uuids @Rule = rule @Path = path @Version = version @FixCmd = fixcmd @Quuids = quuids end |
Instance Attribute Details
#FixCmd ⇒ Object
40356 40357 40358 |
# File 'lib/v20180228/models.rb', line 40356 def FixCmd @FixCmd end |
#Name ⇒ Object
40356 40357 40358 |
# File 'lib/v20180228/models.rb', line 40356 def Name @Name end |
#Path ⇒ Object
40356 40357 40358 |
# File 'lib/v20180228/models.rb', line 40356 def Path @Path end |
#Quuids ⇒ Object
40356 40357 40358 |
# File 'lib/v20180228/models.rb', line 40356 def Quuids @Quuids end |
#Rule ⇒ Object
40356 40357 40358 |
# File 'lib/v20180228/models.rb', line 40356 def Rule @Rule end |
#Uuids ⇒ Object
40356 40357 40358 |
# File 'lib/v20180228/models.rb', line 40356 def Uuids @Uuids end |
#Version ⇒ Object
40356 40357 40358 |
# File 'lib/v20180228/models.rb', line 40356 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
40368 40369 40370 40371 40372 40373 40374 40375 40376 |
# File 'lib/v20180228/models.rb', line 40368 def deserialize(params) @Name = params['Name'] @Uuids = params['Uuids'] @Rule = params['Rule'] @Path = params['Path'] @Version = params['Version'] @FixCmd = params['FixCmd'] @Quuids = params['Quuids'] end |