Class: TencentCloud::Dbbrain::V20210527::DescribeSlowLogsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeSlowLogsRequest
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeSlowLogs请求参数结构体
Instance Attribute Summary collapse
- #DB ⇒ Object
- #EndTime ⇒ Object
- #InstanceId ⇒ Object
- #Ip ⇒ Object
- #Key ⇒ Object
- #Limit ⇒ Object
- #Md5 ⇒ Object
- #Offset ⇒ Object
- #Product ⇒ Object
- #StartTime ⇒ Object
- #Time ⇒ Object
- #User ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(product = nil, instanceid = nil, md5 = nil, starttime = nil, endtime = nil, offset = nil, limit = nil, db = nil, key = nil, user = nil, ip = nil, time = nil) ⇒ DescribeSlowLogsRequest
constructor
A new instance of DescribeSlowLogsRequest.
Constructor Details
#initialize(product = nil, instanceid = nil, md5 = nil, starttime = nil, endtime = nil, offset = nil, limit = nil, db = nil, key = nil, user = nil, ip = nil, time = nil) ⇒ DescribeSlowLogsRequest
Returns a new instance of DescribeSlowLogsRequest.
4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 |
# File 'lib/v20210527/models.rb', line 4589 def initialize(product=nil, instanceid=nil, md5=nil, starttime=nil, endtime=nil, offset=nil, limit=nil, db=nil, key=nil, user=nil, ip=nil, time=nil) @Product = product @InstanceId = instanceid @Md5 = md5 @StartTime = starttime @EndTime = endtime @Offset = offset @Limit = limit @DB = db @Key = key @User = user @Ip = ip @Time = time end |
Instance Attribute Details
#DB ⇒ Object
4587 4588 4589 |
# File 'lib/v20210527/models.rb', line 4587 def DB @DB end |
#EndTime ⇒ Object
4587 4588 4589 |
# File 'lib/v20210527/models.rb', line 4587 def EndTime @EndTime end |
#InstanceId ⇒ Object
4587 4588 4589 |
# File 'lib/v20210527/models.rb', line 4587 def InstanceId @InstanceId end |
#Ip ⇒ Object
4587 4588 4589 |
# File 'lib/v20210527/models.rb', line 4587 def Ip @Ip end |
#Key ⇒ Object
4587 4588 4589 |
# File 'lib/v20210527/models.rb', line 4587 def Key @Key end |
#Limit ⇒ Object
4587 4588 4589 |
# File 'lib/v20210527/models.rb', line 4587 def Limit @Limit end |
#Md5 ⇒ Object
4587 4588 4589 |
# File 'lib/v20210527/models.rb', line 4587 def Md5 @Md5 end |
#Offset ⇒ Object
4587 4588 4589 |
# File 'lib/v20210527/models.rb', line 4587 def Offset @Offset end |
#Product ⇒ Object
4587 4588 4589 |
# File 'lib/v20210527/models.rb', line 4587 def Product @Product end |
#StartTime ⇒ Object
4587 4588 4589 |
# File 'lib/v20210527/models.rb', line 4587 def StartTime @StartTime end |
#Time ⇒ Object
4587 4588 4589 |
# File 'lib/v20210527/models.rb', line 4587 def Time @Time end |
#User ⇒ Object
4587 4588 4589 |
# File 'lib/v20210527/models.rb', line 4587 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 |
# File 'lib/v20210527/models.rb', line 4604 def deserialize(params) @Product = params['Product'] @InstanceId = params['InstanceId'] @Md5 = params['Md5'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Offset = params['Offset'] @Limit = params['Limit'] @DB = params['DB'] @Key = params['Key'] @User = params['User'] @Ip = params['Ip'] @Time = params['Time'] end |