Class: TencentCloud::Dbbrain::V20210527::TopHotKeys
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::TopHotKeys
- Defined in:
- lib/v20210527/models.rb
Overview
热key分析返回信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(count = nil, db = nil, instancenodeid = nil, key = nil, type = nil) ⇒ TopHotKeys
constructor
A new instance of TopHotKeys.
Constructor Details
#initialize(count = nil, db = nil, instancenodeid = nil, key = nil, type = nil) ⇒ TopHotKeys
Returns a new instance of TopHotKeys.
7913 7914 7915 7916 7917 7918 7919 |
# File 'lib/v20210527/models.rb', line 7913 def initialize(count=nil, db=nil, instancenodeid=nil, key=nil, type=nil) @Count = count @Db = db @InstanceNodeId = instancenodeid @Key = key @Type = type end |
Instance Attribute Details
#Count ⇒ Object
7911 7912 7913 |
# File 'lib/v20210527/models.rb', line 7911 def Count @Count end |
#Db ⇒ Object
7911 7912 7913 |
# File 'lib/v20210527/models.rb', line 7911 def Db @Db end |
#InstanceNodeId ⇒ Object
7911 7912 7913 |
# File 'lib/v20210527/models.rb', line 7911 def InstanceNodeId @InstanceNodeId end |
#Key ⇒ Object
7911 7912 7913 |
# File 'lib/v20210527/models.rb', line 7911 def Key @Key end |
#Type ⇒ Object
7911 7912 7913 |
# File 'lib/v20210527/models.rb', line 7911 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
7921 7922 7923 7924 7925 7926 7927 |
# File 'lib/v20210527/models.rb', line 7921 def deserialize(params) @Count = params['Count'] @Db = params['Db'] @InstanceNodeId = params['InstanceNodeId'] @Key = params['Key'] @Type = params['Type'] end |