Class: TencentCloud::Dbbrain::V20210527::DescribeRedisCommandOverviewRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::DescribeRedisCommandOverviewRequest
- Defined in:
- lib/v20210527/models.rb
Overview
DescribeRedisCommandOverview请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, starttime = nil, endtime = nil, product = nil) ⇒ DescribeRedisCommandOverviewRequest
constructor
A new instance of DescribeRedisCommandOverviewRequest.
Constructor Details
#initialize(instanceid = nil, starttime = nil, endtime = nil, product = nil) ⇒ DescribeRedisCommandOverviewRequest
Returns a new instance of DescribeRedisCommandOverviewRequest.
3629 3630 3631 3632 3633 3634 |
# File 'lib/v20210527/models.rb', line 3629 def initialize(instanceid=nil, starttime=nil, endtime=nil, product=nil) @InstanceId = instanceid @StartTime = starttime @EndTime = endtime @Product = product end |
Instance Attribute Details
#EndTime ⇒ Object
3627 3628 3629 |
# File 'lib/v20210527/models.rb', line 3627 def EndTime @EndTime end |
#InstanceId ⇒ Object
3627 3628 3629 |
# File 'lib/v20210527/models.rb', line 3627 def InstanceId @InstanceId end |
#Product ⇒ Object
3627 3628 3629 |
# File 'lib/v20210527/models.rb', line 3627 def Product @Product end |
#StartTime ⇒ Object
3627 3628 3629 |
# File 'lib/v20210527/models.rb', line 3627 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
3636 3637 3638 3639 3640 3641 |
# File 'lib/v20210527/models.rb', line 3636 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Product = params['Product'] end |