Class: TencentCloud::Dbbrain::V20210527::DescribeRedisSlowLogTopSqlsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210527/models.rb

Overview

DescribeRedisSlowLogTopSqls请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#EndTimeObject



3751
3752
3753
# File 'lib/v20210527/models.rb', line 3751

def EndTime
  @EndTime
end

#InstanceIdObject



3751
3752
3753
# File 'lib/v20210527/models.rb', line 3751

def InstanceId
  @InstanceId
end

#InstanceProxyIdObject



3751
3752
3753
# File 'lib/v20210527/models.rb', line 3751

def InstanceProxyId
  @InstanceProxyId
end

#LimitObject



3751
3752
3753
# File 'lib/v20210527/models.rb', line 3751

def Limit
  @Limit
end

#OffsetObject



3751
3752
3753
# File 'lib/v20210527/models.rb', line 3751

def Offset
  @Offset
end

#OrderByObject



3751
3752
3753
# File 'lib/v20210527/models.rb', line 3751

def OrderBy
  @OrderBy
end

#ProductObject



3751
3752
3753
# File 'lib/v20210527/models.rb', line 3751

def Product
  @Product
end

#SortByObject



3751
3752
3753
# File 'lib/v20210527/models.rb', line 3751

def SortBy
  @SortBy
end

#StartTimeObject



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