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.
10819 10820 10821 10822 |
# File 'lib/v20190904/models.rb', line 10819 def initialize(eventname=nil, total=nil) @EventName = eventname @Total = total end |
Instance Attribute Details
#EventName ⇒ Object
10817 10818 10819 |
# File 'lib/v20190904/models.rb', line 10817 def EventName @EventName end |
#Total ⇒ Object
10817 10818 10819 |
# File 'lib/v20190904/models.rb', line 10817 def Total @Total end |
Instance Method Details
#deserialize(params) ⇒ Object
10824 10825 10826 10827 |
# File 'lib/v20190904/models.rb', line 10824 def deserialize(params) @EventName = params['EventName'] @Total = params['Total'] end |