Class: TencentCloud::Dbbrain::V20210527::DescribeRedisTopBigKeysRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeRedisTopBigKeysRequest
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeRedisTopBigKeys请求参数结构体
Instance Attribute Summary collapse
- #AsyncRequestId ⇒ Object
- #Date ⇒ Object
- #InstanceId ⇒ Object
- #KeyType ⇒ Object
- #Limit ⇒ Object
- #Product ⇒ Object
- #ShardIds ⇒ Object
- #SortBy ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, date = nil, product = nil, sortby = nil, keytype = nil, limit = nil, asyncrequestid = nil, shardids = nil) ⇒ DescribeRedisTopBigKeysRequest
constructor
A new instance of DescribeRedisTopBigKeysRequest.
Constructor Details
#initialize(instanceid = nil, date = nil, product = nil, sortby = nil, keytype = nil, limit = nil, asyncrequestid = nil, shardids = nil) ⇒ DescribeRedisTopBigKeysRequest
Returns a new instance of DescribeRedisTopBigKeysRequest.
3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 |
# File 'lib/v20210527/models.rb', line 3757 def initialize(instanceid=nil, date=nil, product=nil, sortby=nil, keytype=nil, limit=nil, asyncrequestid=nil, shardids=nil) @InstanceId = instanceid @Date = date @Product = product @SortBy = sortby @KeyType = keytype @Limit = limit @AsyncRequestId = asyncrequestid @ShardIds = shardids end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
3755 3756 3757 |
# File 'lib/v20210527/models.rb', line 3755 def AsyncRequestId @AsyncRequestId end |
#Date ⇒ Object
3755 3756 3757 |
# File 'lib/v20210527/models.rb', line 3755 def Date @Date end |
#InstanceId ⇒ Object
3755 3756 3757 |
# File 'lib/v20210527/models.rb', line 3755 def InstanceId @InstanceId end |
#KeyType ⇒ Object
3755 3756 3757 |
# File 'lib/v20210527/models.rb', line 3755 def KeyType @KeyType end |
#Limit ⇒ Object
3755 3756 3757 |
# File 'lib/v20210527/models.rb', line 3755 def Limit @Limit end |
#Product ⇒ Object
3755 3756 3757 |
# File 'lib/v20210527/models.rb', line 3755 def Product @Product end |
#ShardIds ⇒ Object
3755 3756 3757 |
# File 'lib/v20210527/models.rb', line 3755 def ShardIds @ShardIds end |
#SortBy ⇒ Object
3755 3756 3757 |
# File 'lib/v20210527/models.rb', line 3755 def SortBy @SortBy end |
Instance Method Details
#deserialize(params) ⇒ Object
3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 |
# File 'lib/v20210527/models.rb', line 3768 def deserialize(params) @InstanceId = params['InstanceId'] @Date = params['Date'] @Product = params['Product'] @SortBy = params['SortBy'] @KeyType = params['KeyType'] @Limit = params['Limit'] @AsyncRequestId = params['AsyncRequestId'] @ShardIds = params['ShardIds'] end |