Class: TencentCloud::Cwp::V20180228::VulOverview
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::VulOverview
- Defined in:
- lib/v20180228/models.rb
Overview
漏洞概览
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totalcount = nil, todaycount = nil) ⇒ VulOverview
constructor
A new instance of VulOverview.
Constructor Details
#initialize(totalcount = nil, todaycount = nil) ⇒ VulOverview
Returns a new instance of VulOverview.
40866 40867 40868 40869 |
# File 'lib/v20180228/models.rb', line 40866 def initialize(totalcount=nil, todaycount=nil) @TotalCount = totalcount @TodayCount = todaycount end |
Instance Attribute Details
#TodayCount ⇒ Object
40864 40865 40866 |
# File 'lib/v20180228/models.rb', line 40864 def TodayCount @TodayCount end |
#TotalCount ⇒ Object
40864 40865 40866 |
# File 'lib/v20180228/models.rb', line 40864 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
40871 40872 40873 40874 |
# File 'lib/v20180228/models.rb', line 40871 def deserialize(params) @TotalCount = params['TotalCount'] @TodayCount = params['TodayCount'] end |