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.
41268 41269 41270 41271 |
# File 'lib/v20180228/models.rb', line 41268 def initialize(totalcount=nil, todaycount=nil) @TotalCount = totalcount @TodayCount = todaycount end |
Instance Attribute Details
#TodayCount ⇒ Object
41266 41267 41268 |
# File 'lib/v20180228/models.rb', line 41266 def TodayCount @TodayCount end |
#TotalCount ⇒ Object
41266 41267 41268 |
# File 'lib/v20180228/models.rb', line 41266 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
41273 41274 41275 41276 |
# File 'lib/v20180228/models.rb', line 41273 def deserialize(params) @TotalCount = params['TotalCount'] @TodayCount = params['TodayCount'] end |