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.
7415 7416 7417 7418 7419 |
# File 'lib/v20221121/models.rb', line 7415 def initialize(eventid=nil, description=nil, =nil) @EventID = eventid @Description = description = end |
Instance Attribute Details
#Description ⇒ Object
7413 7414 7415 |
# File 'lib/v20221121/models.rb', line 7413 def Description @Description end |
#EventID ⇒ Object
7413 7414 7415 |
# File 'lib/v20221121/models.rb', line 7413 def EventID @EventID end |
#RelatedCount ⇒ Object
7413 7414 7415 |
# File 'lib/v20221121/models.rb', line 7413 def end |
Instance Method Details
#deserialize(params) ⇒ Object
7421 7422 7423 7424 7425 |
# File 'lib/v20221121/models.rb', line 7421 def deserialize(params) @EventID = params['EventID'] @Description = params['Description'] = params['RelatedCount'] end |