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.
5527 5528 5529 5530 5531 5532 5533 |
# File 'lib/v20210527/models.rb', line 5527 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
5525 5526 5527 |
# File 'lib/v20210527/models.rb', line 5525 def IndexCommand @IndexCommand end |
#IndexName ⇒ Object
5525 5526 5527 |
# File 'lib/v20210527/models.rb', line 5525 def IndexName @IndexName end |
#IndexStr ⇒ Object
5525 5526 5527 |
# File 'lib/v20210527/models.rb', line 5525 def IndexStr @IndexStr end |
#Reason ⇒ Object
5525 5526 5527 |
# File 'lib/v20210527/models.rb', line 5525 def Reason @Reason end |
#Score ⇒ Object
5525 5526 5527 |
# File 'lib/v20210527/models.rb', line 5525 def Score @Score end |
Instance Method Details
#deserialize(params) ⇒ Object
5535 5536 5537 5538 5539 5540 5541 |
# File 'lib/v20210527/models.rb', line 5535 def deserialize(params) @IndexStr = params['IndexStr'] @Score = params['Score'] @Reason = params['Reason'] @IndexCommand = params['IndexCommand'] @IndexName = params['IndexName'] end |