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
-
#Count ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
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.
60 61 62 63 |
# File 'lib/v20201201/models.rb', line 60 def initialize(key=nil, count=nil) @Key = key @Count = count end |
Instance Attribute Details
#Count ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
58 59 60 |
# File 'lib/v20201201/models.rb', line 58 def Count @Count end |
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
58 59 60 |
# File 'lib/v20201201/models.rb', line 58 def Key @Key end |
Instance Method Details
#deserialize(params) ⇒ Object
65 66 67 68 |
# File 'lib/v20201201/models.rb', line 65 def deserialize(params) @Key = params['Key'] @Count = params['Count'] end |