Class: TencentCloud::Dbbrain::V20210527::IndexesToDrop
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::IndexesToDrop
- Defined in:
- lib/v20210527/models.rb
Overview
无效索引
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(indexstr = nil, score = nil, reason = nil, indexcommand = nil, indexname = nil) ⇒ IndexesToDrop
constructor
A new instance of IndexesToDrop.
Constructor Details
#initialize(indexstr = nil, score = nil, reason = nil, indexcommand = nil, indexname = nil) ⇒ IndexesToDrop
Returns a new instance of IndexesToDrop.
5463 5464 5465 5466 5467 5468 5469 |
# File 'lib/v20210527/models.rb', line 5463 def initialize(indexstr=nil, score=nil, reason=nil, indexcommand=nil, indexname=nil) @IndexStr = indexstr @Score = score @Reason = reason @IndexCommand = indexcommand @IndexName = indexname end |
Instance Attribute Details
#IndexCommand ⇒ Object
5461 5462 5463 |
# File 'lib/v20210527/models.rb', line 5461 def IndexCommand @IndexCommand end |
#IndexName ⇒ Object
5461 5462 5463 |
# File 'lib/v20210527/models.rb', line 5461 def IndexName @IndexName end |
#IndexStr ⇒ Object
5461 5462 5463 |
# File 'lib/v20210527/models.rb', line 5461 def IndexStr @IndexStr end |
#Reason ⇒ Object
5461 5462 5463 |
# File 'lib/v20210527/models.rb', line 5461 def Reason @Reason end |
#Score ⇒ Object
5461 5462 5463 |
# File 'lib/v20210527/models.rb', line 5461 def Score @Score end |
Instance Method Details
#deserialize(params) ⇒ Object
5471 5472 5473 5474 5475 5476 5477 |
# File 'lib/v20210527/models.rb', line 5471 def deserialize(params) @IndexStr = params['IndexStr'] @Score = params['Score'] @Reason = params['Reason'] @IndexCommand = params['IndexCommand'] @IndexName = params['IndexName'] end |