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.
3889 3890 3891 3892 3893 3894 3895 3896 3897 |
# File 'lib/v20210527/models.rb', line 3889 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
3887 3888 3889 |
# File 'lib/v20210527/models.rb', line 3887 def EndTime @EndTime end |
#InstanceId ⇒ Object
3887 3888 3889 |
# File 'lib/v20210527/models.rb', line 3887 def InstanceId @InstanceId end |
#InstanceNodeIds ⇒ Object
3887 3888 3889 |
# File 'lib/v20210527/models.rb', line 3887 def InstanceNodeIds @InstanceNodeIds end |
#Limit ⇒ Object
3887 3888 3889 |
# File 'lib/v20210527/models.rb', line 3887 def Limit @Limit end |
#Offset ⇒ Object
3887 3888 3889 |
# File 'lib/v20210527/models.rb', line 3887 def Offset @Offset end |
#Product ⇒ Object
3887 3888 3889 |
# File 'lib/v20210527/models.rb', line 3887 def Product @Product end |
#StartTime ⇒ Object
3887 3888 3889 |
# File 'lib/v20210527/models.rb', line 3887 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
3899 3900 3901 3902 3903 3904 3905 3906 3907 |
# File 'lib/v20210527/models.rb', line 3899 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 |