Class: TencentCloud::Dbbrain::V20210527::DescribeSlowLogTimeSeriesStatsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeSlowLogTimeSeriesStatsRequest
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeSlowLogTimeSeriesStats请求参数结构体
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #InstanceId ⇒ Object
- #InstanceNodeId ⇒ Object
- #InstanceProxyId ⇒ Object
- #Product ⇒ Object
- #StartTime ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, starttime = nil, endtime = nil, product = nil, instanceproxyid = nil, instancenodeid = nil, type = nil) ⇒ DescribeSlowLogTimeSeriesStatsRequest
constructor
A new instance of DescribeSlowLogTimeSeriesStatsRequest.
Constructor Details
#initialize(instanceid = nil, starttime = nil, endtime = nil, product = nil, instanceproxyid = nil, instancenodeid = nil, type = nil) ⇒ DescribeSlowLogTimeSeriesStatsRequest
Returns a new instance of DescribeSlowLogTimeSeriesStatsRequest.
4337 4338 4339 4340 4341 4342 4343 4344 4345 |
# File 'lib/v20210527/models.rb', line 4337 def initialize(instanceid=nil, starttime=nil, endtime=nil, product=nil, instanceproxyid=nil, instancenodeid=nil, type=nil) @InstanceId = instanceid @StartTime = starttime @EndTime = endtime @Product = product @InstanceProxyId = instanceproxyid @InstanceNodeId = instancenodeid @Type = type end |
Instance Attribute Details
#EndTime ⇒ Object
4335 4336 4337 |
# File 'lib/v20210527/models.rb', line 4335 def EndTime @EndTime end |
#InstanceId ⇒ Object
4335 4336 4337 |
# File 'lib/v20210527/models.rb', line 4335 def InstanceId @InstanceId end |
#InstanceNodeId ⇒ Object
4335 4336 4337 |
# File 'lib/v20210527/models.rb', line 4335 def InstanceNodeId @InstanceNodeId end |
#InstanceProxyId ⇒ Object
4335 4336 4337 |
# File 'lib/v20210527/models.rb', line 4335 def InstanceProxyId @InstanceProxyId end |
#Product ⇒ Object
4335 4336 4337 |
# File 'lib/v20210527/models.rb', line 4335 def Product @Product end |
#StartTime ⇒ Object
4335 4336 4337 |
# File 'lib/v20210527/models.rb', line 4335 def StartTime @StartTime end |
#Type ⇒ Object
4335 4336 4337 |
# File 'lib/v20210527/models.rb', line 4335 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
4347 4348 4349 4350 4351 4352 4353 4354 4355 |
# File 'lib/v20210527/models.rb', line 4347 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Product = params['Product'] @InstanceProxyId = params['InstanceProxyId'] @InstanceNodeId = params['InstanceNodeId'] @Type = params['Type'] end |