Class: TencentCloud::Dbbrain::V20210527::DescribeSlowLogUserHostStatsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeSlowLogUserHostStatsRequest
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeSlowLogUserHostStats请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, starttime = nil, endtime = nil, product = nil, md5 = nil) ⇒ DescribeSlowLogUserHostStatsRequest
constructor
A new instance of DescribeSlowLogUserHostStatsRequest.
Constructor Details
#initialize(instanceid = nil, starttime = nil, endtime = nil, product = nil, md5 = nil) ⇒ DescribeSlowLogUserHostStatsRequest
Returns a new instance of DescribeSlowLogUserHostStatsRequest.
4433 4434 4435 4436 4437 4438 4439 |
# File 'lib/v20210527/models.rb', line 4433 def initialize(instanceid=nil, starttime=nil, endtime=nil, product=nil, md5=nil) @InstanceId = instanceid @StartTime = starttime @EndTime = endtime @Product = product @Md5 = md5 end |
Instance Attribute Details
#EndTime ⇒ Object
4431 4432 4433 |
# File 'lib/v20210527/models.rb', line 4431 def EndTime @EndTime end |
#InstanceId ⇒ Object
4431 4432 4433 |
# File 'lib/v20210527/models.rb', line 4431 def InstanceId @InstanceId end |
#Md5 ⇒ Object
4431 4432 4433 |
# File 'lib/v20210527/models.rb', line 4431 def Md5 @Md5 end |
#Product ⇒ Object
4431 4432 4433 |
# File 'lib/v20210527/models.rb', line 4431 def Product @Product end |
#StartTime ⇒ Object
4431 4432 4433 |
# File 'lib/v20210527/models.rb', line 4431 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
4441 4442 4443 4444 4445 4446 4447 |
# File 'lib/v20210527/models.rb', line 4441 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Product = params['Product'] @Md5 = params['Md5'] end |