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.



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

#CountObject

Parameters:

  • Key:

    类型值

  • Count:

    类型总数



54
55
56
# File 'lib/v20201201/models.rb', line 54

def Count
  @Count
end

#KeyObject

Parameters:

  • Key:

    类型值

  • Count:

    类型总数



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