Class: TencentCloud::Cfw::V20190904::UnHandleEventDetail
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::UnHandleEventDetail
- Defined in:
- lib/v20190904/models.rb
Overview
未处置事件信息汇总
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventname = nil, total = nil) ⇒ UnHandleEventDetail
constructor
A new instance of UnHandleEventDetail.
Constructor Details
#initialize(eventname = nil, total = nil) ⇒ UnHandleEventDetail
Returns a new instance of UnHandleEventDetail.
9687 9688 9689 9690 |
# File 'lib/v20190904/models.rb', line 9687 def initialize(eventname=nil, total=nil) @EventName = eventname @Total = total end |
Instance Attribute Details
#EventName ⇒ Object
9685 9686 9687 |
# File 'lib/v20190904/models.rb', line 9685 def EventName @EventName end |
#Total ⇒ Object
9685 9686 9687 |
# File 'lib/v20190904/models.rb', line 9685 def Total @Total end |
Instance Method Details
#deserialize(params) ⇒ Object
9692 9693 9694 9695 |
# File 'lib/v20190904/models.rb', line 9692 def deserialize(params) @EventName = params['EventName'] @Total = params['Total'] end |