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.
4497 4498 4499 4500 4501 4502 4503 |
# File 'lib/v20210527/models.rb', line 4497 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
4495 4496 4497 |
# File 'lib/v20210527/models.rb', line 4495 def EndTime @EndTime end |
#InstanceId ⇒ Object
4495 4496 4497 |
# File 'lib/v20210527/models.rb', line 4495 def InstanceId @InstanceId end |
#Md5 ⇒ Object
4495 4496 4497 |
# File 'lib/v20210527/models.rb', line 4495 def Md5 @Md5 end |
#Product ⇒ Object
4495 4496 4497 |
# File 'lib/v20210527/models.rb', line 4495 def Product @Product end |
#StartTime ⇒ Object
4495 4496 4497 |
# File 'lib/v20210527/models.rb', line 4495 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
4505 4506 4507 4508 4509 4510 4511 |
# File 'lib/v20210527/models.rb', line 4505 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Product = params['Product'] @Md5 = params['Md5'] end |