Class: TencentCloud::Dbbrain::V20210527::DescribeRedisSlowLogTopSqlsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeRedisSlowLogTopSqlsRequest
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeRedisSlowLogTopSqls请求参数结构体
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #InstanceId ⇒ Object
- #InstanceProxyId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #OrderBy ⇒ Object
- #Product ⇒ Object
- #SortBy ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, starttime = nil, endtime = nil, product = nil, instanceproxyid = nil, sortby = nil, orderby = nil, limit = nil, offset = nil) ⇒ DescribeRedisSlowLogTopSqlsRequest
constructor
A new instance of DescribeRedisSlowLogTopSqlsRequest.
Constructor Details
#initialize(instanceid = nil, starttime = nil, endtime = nil, product = nil, instanceproxyid = nil, sortby = nil, orderby = nil, limit = nil, offset = nil) ⇒ DescribeRedisSlowLogTopSqlsRequest
Returns a new instance of DescribeRedisSlowLogTopSqlsRequest.
3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 |
# File 'lib/v20210527/models.rb', line 3680 def initialize(instanceid=nil, starttime=nil, endtime=nil, product=nil, instanceproxyid=nil, sortby=nil, orderby=nil, limit=nil, offset=nil) @InstanceId = instanceid @StartTime = starttime @EndTime = endtime @Product = product @InstanceProxyId = instanceproxyid @SortBy = sortby @OrderBy = orderby @Limit = limit @Offset = offset end |
Instance Attribute Details
#EndTime ⇒ Object
3678 3679 3680 |
# File 'lib/v20210527/models.rb', line 3678 def EndTime @EndTime end |
#InstanceId ⇒ Object
3678 3679 3680 |
# File 'lib/v20210527/models.rb', line 3678 def InstanceId @InstanceId end |
#InstanceProxyId ⇒ Object
3678 3679 3680 |
# File 'lib/v20210527/models.rb', line 3678 def InstanceProxyId @InstanceProxyId end |
#Limit ⇒ Object
3678 3679 3680 |
# File 'lib/v20210527/models.rb', line 3678 def Limit @Limit end |
#Offset ⇒ Object
3678 3679 3680 |
# File 'lib/v20210527/models.rb', line 3678 def Offset @Offset end |
#OrderBy ⇒ Object
3678 3679 3680 |
# File 'lib/v20210527/models.rb', line 3678 def OrderBy @OrderBy end |
#Product ⇒ Object
3678 3679 3680 |
# File 'lib/v20210527/models.rb', line 3678 def Product @Product end |
#SortBy ⇒ Object
3678 3679 3680 |
# File 'lib/v20210527/models.rb', line 3678 def SortBy @SortBy end |
#StartTime ⇒ Object
3678 3679 3680 |
# File 'lib/v20210527/models.rb', line 3678 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 |
# File 'lib/v20210527/models.rb', line 3692 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Product = params['Product'] @InstanceProxyId = params['InstanceProxyId'] @SortBy = params['SortBy'] @OrderBy = params['OrderBy'] @Limit = params['Limit'] @Offset = params['Offset'] end |