Class: TencentCloud::Dbbrain::V20191016::DescribeSlowLogUserHostStatsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20191016::DescribeSlowLogUserHostStatsRequest
- Defined in:
- lib/v20191016/models.rb
Overview
DescribeSlowLogUserHostStats请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, starttime = nil, endtime = nil, product = nil) ⇒ DescribeSlowLogUserHostStatsRequest
constructor
A new instance of DescribeSlowLogUserHostStatsRequest.
Constructor Details
#initialize(instanceid = nil, starttime = nil, endtime = nil, product = nil) ⇒ DescribeSlowLogUserHostStatsRequest
Returns a new instance of DescribeSlowLogUserHostStatsRequest.
1317 1318 1319 1320 1321 1322 |
# File 'lib/v20191016/models.rb', line 1317 def initialize(instanceid=nil, starttime=nil, endtime=nil, product=nil) @InstanceId = instanceid @StartTime = starttime @EndTime = endtime @Product = product end |
Instance Attribute Details
#EndTime ⇒ Object
1315 1316 1317 |
# File 'lib/v20191016/models.rb', line 1315 def EndTime @EndTime end |
#InstanceId ⇒ Object
1315 1316 1317 |
# File 'lib/v20191016/models.rb', line 1315 def InstanceId @InstanceId end |
#Product ⇒ Object
1315 1316 1317 |
# File 'lib/v20191016/models.rb', line 1315 def Product @Product end |
#StartTime ⇒ Object
1315 1316 1317 |
# File 'lib/v20191016/models.rb', line 1315 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
1324 1325 1326 1327 1328 1329 |
# File 'lib/v20191016/models.rb', line 1324 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Product = params['Product'] end |