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.
40846 40847 40848 40849 |
# File 'lib/v20180228/models.rb', line 40846 def initialize(vullevel=nil, count=nil) @VulLevel = vullevel @Count = count end |
Instance Attribute Details
#Count ⇒ Object
40844 40845 40846 |
# File 'lib/v20180228/models.rb', line 40844 def Count @Count end |
#VulLevel ⇒ Object
40844 40845 40846 |
# File 'lib/v20180228/models.rb', line 40844 def VulLevel @VulLevel end |
Instance Method Details
#deserialize(params) ⇒ Object
40851 40852 40853 40854 |
# File 'lib/v20180228/models.rb', line 40851 def deserialize(params) @VulLevel = params['VulLevel'] @Count = params['Count'] end |