Class: TencentCloud::Dbbrain::V20210527::DescribeRedisTopHotKeysRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeRedisTopHotKeysRequest
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeRedisTopHotKeys请求参数结构体
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #InstanceId ⇒ Object
- #InstanceNodeIds ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #Product ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, starttime = nil, endtime = nil, product = nil, instancenodeids = nil, limit = nil, offset = nil) ⇒ DescribeRedisTopHotKeysRequest
constructor
A new instance of DescribeRedisTopHotKeysRequest.
Constructor Details
#initialize(instanceid = nil, starttime = nil, endtime = nil, product = nil, instancenodeids = nil, limit = nil, offset = nil) ⇒ DescribeRedisTopHotKeysRequest
Returns a new instance of DescribeRedisTopHotKeysRequest.
3962 3963 3964 3965 3966 3967 3968 3969 3970 |
# File 'lib/v20210527/models.rb', line 3962 def initialize(instanceid=nil, starttime=nil, endtime=nil, product=nil, instancenodeids=nil, limit=nil, offset=nil) @InstanceId = instanceid @StartTime = starttime @EndTime = endtime @Product = product @InstanceNodeIds = instancenodeids @Limit = limit @Offset = offset end |
Instance Attribute Details
#EndTime ⇒ Object
3960 3961 3962 |
# File 'lib/v20210527/models.rb', line 3960 def EndTime @EndTime end |
#InstanceId ⇒ Object
3960 3961 3962 |
# File 'lib/v20210527/models.rb', line 3960 def InstanceId @InstanceId end |
#InstanceNodeIds ⇒ Object
3960 3961 3962 |
# File 'lib/v20210527/models.rb', line 3960 def InstanceNodeIds @InstanceNodeIds end |
#Limit ⇒ Object
3960 3961 3962 |
# File 'lib/v20210527/models.rb', line 3960 def Limit @Limit end |
#Offset ⇒ Object
3960 3961 3962 |
# File 'lib/v20210527/models.rb', line 3960 def Offset @Offset end |
#Product ⇒ Object
3960 3961 3962 |
# File 'lib/v20210527/models.rb', line 3960 def Product @Product end |
#StartTime ⇒ Object
3960 3961 3962 |
# File 'lib/v20210527/models.rb', line 3960 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
3972 3973 3974 3975 3976 3977 3978 3979 3980 |
# File 'lib/v20210527/models.rb', line 3972 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Product = params['Product'] @InstanceNodeIds = params['InstanceNodeIds'] @Limit = params['Limit'] @Offset = params['Offset'] end |