Class: TencentCloud::Iotvideoindustry::V20201201::AbnormalEventsInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201201/models.rb

Overview

异动事件走势元素

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CountObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Key:

    类型值

  • Count:

    类型总数



58
59
60
# File 'lib/v20201201/models.rb', line 58

def Count
  @Count
end

#KeyObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Key:

    类型值

  • Count:

    类型总数



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