Class: TencentCloud::Csip::V20221121::RelatedEvent
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::RelatedEvent
- Defined in:
- lib/v20221121/models.rb
Overview
相关攻击事件结构
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventid = nil, description = nil, relatedcount = nil) ⇒ RelatedEvent
constructor
A new instance of RelatedEvent.
Constructor Details
#initialize(eventid = nil, description = nil, relatedcount = nil) ⇒ RelatedEvent
Returns a new instance of RelatedEvent.
10976 10977 10978 10979 10980 |
# File 'lib/v20221121/models.rb', line 10976 def initialize(eventid=nil, description=nil, =nil) @EventID = eventid @Description = description = end |
Instance Attribute Details
#Description ⇒ Object
10974 10975 10976 |
# File 'lib/v20221121/models.rb', line 10974 def Description @Description end |
#EventID ⇒ Object
10974 10975 10976 |
# File 'lib/v20221121/models.rb', line 10974 def EventID @EventID end |
#RelatedCount ⇒ Object
10974 10975 10976 |
# File 'lib/v20221121/models.rb', line 10974 def end |
Instance Method Details
#deserialize(params) ⇒ Object
10982 10983 10984 10985 10986 |
# File 'lib/v20221121/models.rb', line 10982 def deserialize(params) @EventID = params['EventID'] @Description = params['Description'] = params['RelatedCount'] end |