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
3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 |
# File 'lib/v20210527/models.rb', line 3753 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
3751 3752 3753 |
# File 'lib/v20210527/models.rb', line 3751 def EndTime @EndTime end |
#InstanceId ⇒ Object
3751 3752 3753 |
# File 'lib/v20210527/models.rb', line 3751 def InstanceId @InstanceId end |
#InstanceProxyId ⇒ Object
3751 3752 3753 |
# File 'lib/v20210527/models.rb', line 3751 def InstanceProxyId @InstanceProxyId end |
#Limit ⇒ Object
3751 3752 3753 |
# File 'lib/v20210527/models.rb', line 3751 def Limit @Limit end |
#Offset ⇒ Object
3751 3752 3753 |
# File 'lib/v20210527/models.rb', line 3751 def Offset @Offset end |
#OrderBy ⇒ Object
3751 3752 3753 |
# File 'lib/v20210527/models.rb', line 3751 def OrderBy @OrderBy end |
#Product ⇒ Object
3751 3752 3753 |
# File 'lib/v20210527/models.rb', line 3751 def Product @Product end |
#SortBy ⇒ Object
3751 3752 3753 |
# File 'lib/v20210527/models.rb', line 3751 def SortBy @SortBy end |
#StartTime ⇒ Object
3751 3752 3753 |
# File 'lib/v20210527/models.rb', line 3751 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 |
# File 'lib/v20210527/models.rb', line 3765 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 |