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.
4360 4361 4362 4363 4364 4365 4366 |
# File 'lib/v20210527/models.rb', line 4360 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
4358 4359 4360 |
# File 'lib/v20210527/models.rb', line 4358 def EndTime @EndTime end |
#InstanceId ⇒ Object
4358 4359 4360 |
# File 'lib/v20210527/models.rb', line 4358 def InstanceId @InstanceId end |
#Md5 ⇒ Object
4358 4359 4360 |
# File 'lib/v20210527/models.rb', line 4358 def Md5 @Md5 end |
#Product ⇒ Object
4358 4359 4360 |
# File 'lib/v20210527/models.rb', line 4358 def Product @Product end |
#StartTime ⇒ Object
4358 4359 4360 |
# File 'lib/v20210527/models.rb', line 4358 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
4368 4369 4370 4371 4372 4373 4374 |
# File 'lib/v20210527/models.rb', line 4368 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Product = params['Product'] @Md5 = params['Md5'] end |