Class: TencentCloud::Cwp::V20180228::VulLevelInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::VulLevelInfo
- Defined in:
- lib/v20180228/models.rb
Overview
漏洞数量按等级分布统计结果实体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(vullevel = nil, count = nil) ⇒ VulLevelInfo
constructor
A new instance of VulLevelInfo.
Constructor Details
#initialize(vullevel = nil, count = nil) ⇒ VulLevelInfo
Returns a new instance of VulLevelInfo.
41248 41249 41250 41251 |
# File 'lib/v20180228/models.rb', line 41248 def initialize(vullevel=nil, count=nil) @VulLevel = vullevel @Count = count end |
Instance Attribute Details
#Count ⇒ Object
41246 41247 41248 |
# File 'lib/v20180228/models.rb', line 41246 def Count @Count end |
#VulLevel ⇒ Object
41246 41247 41248 |
# File 'lib/v20180228/models.rb', line 41246 def VulLevel @VulLevel end |
Instance Method Details
#deserialize(params) ⇒ Object
41253 41254 41255 41256 |
# File 'lib/v20180228/models.rb', line 41253 def deserialize(params) @VulLevel = params['VulLevel'] @Count = params['Count'] end |