Class: TencentCloud::Iotvideoindustry::V20201201::AbnormalEventsInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::AbnormalEventsInfo
- Defined in:
- lib/v20201201/models.rb
Overview
异动事件走势元素
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, count = nil) ⇒ AbnormalEventsInfo
constructor
A new instance of AbnormalEventsInfo.
Constructor Details
#initialize(key = nil, count = nil) ⇒ AbnormalEventsInfo
Returns a new instance of AbnormalEventsInfo.
56 57 58 59 |
# File 'lib/v20201201/models.rb', line 56 def initialize(key=nil, count=nil) @Key = key @Count = count end |
Instance Attribute Details
#Count ⇒ Object
54 55 56 |
# File 'lib/v20201201/models.rb', line 54 def Count @Count end |
#Key ⇒ Object
54 55 56 |
# File 'lib/v20201201/models.rb', line 54 def Key @Key end |
Instance Method Details
#deserialize(params) ⇒ Object
61 62 63 64 |
# File 'lib/v20201201/models.rb', line 61 def deserialize(params) @Key = params['Key'] @Count = params['Count'] end |