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.
40796 40797 40798 40799 40800 40801 40802 40803 40804 |
# File 'lib/v20180228/models.rb', line 40796 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
40794 40795 40796 |
# File 'lib/v20180228/models.rb', line 40794 def FixCmd @FixCmd end |
#Name ⇒ Object
40794 40795 40796 |
# File 'lib/v20180228/models.rb', line 40794 def Name @Name end |
#Path ⇒ Object
40794 40795 40796 |
# File 'lib/v20180228/models.rb', line 40794 def Path @Path end |
#Quuids ⇒ Object
40794 40795 40796 |
# File 'lib/v20180228/models.rb', line 40794 def Quuids @Quuids end |
#Rule ⇒ Object
40794 40795 40796 |
# File 'lib/v20180228/models.rb', line 40794 def Rule @Rule end |
#Uuids ⇒ Object
40794 40795 40796 |
# File 'lib/v20180228/models.rb', line 40794 def Uuids @Uuids end |
#Version ⇒ Object
40794 40795 40796 |
# File 'lib/v20180228/models.rb', line 40794 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
40806 40807 40808 40809 40810 40811 40812 40813 40814 |
# File 'lib/v20180228/models.rb', line 40806 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 |