Class: TencentCloud::Dbbrain::V20210527::IndexesToBuild
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::IndexesToBuild
- Defined in:
- lib/v20210527/models.rb
Overview
推荐的索引
Instance Attribute Summary collapse
- #Id ⇒ Object
- #IndexCommand ⇒ Object
- #IndexStr ⇒ Object
- #Level ⇒ Object
- #Score ⇒ Object
- #Signs ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, indexcommand = nil, indexstr = nil, level = nil, score = nil, signs = nil, status = nil) ⇒ IndexesToBuild
constructor
A new instance of IndexesToBuild.
Constructor Details
#initialize(id = nil, indexcommand = nil, indexstr = nil, level = nil, score = nil, signs = nil, status = nil) ⇒ IndexesToBuild
Returns a new instance of IndexesToBuild.
5427 5428 5429 5430 5431 5432 5433 5434 5435 |
# File 'lib/v20210527/models.rb', line 5427 def initialize(id=nil, indexcommand=nil, indexstr=nil, level=nil, score=nil, signs=nil, status=nil) @Id = id @IndexCommand = indexcommand @IndexStr = indexstr @Level = level @Score = score @Signs = signs @Status = status end |
Instance Attribute Details
#Id ⇒ Object
5425 5426 5427 |
# File 'lib/v20210527/models.rb', line 5425 def Id @Id end |
#IndexCommand ⇒ Object
5425 5426 5427 |
# File 'lib/v20210527/models.rb', line 5425 def IndexCommand @IndexCommand end |
#IndexStr ⇒ Object
5425 5426 5427 |
# File 'lib/v20210527/models.rb', line 5425 def IndexStr @IndexStr end |
#Level ⇒ Object
5425 5426 5427 |
# File 'lib/v20210527/models.rb', line 5425 def Level @Level end |
#Score ⇒ Object
5425 5426 5427 |
# File 'lib/v20210527/models.rb', line 5425 def Score @Score end |
#Signs ⇒ Object
5425 5426 5427 |
# File 'lib/v20210527/models.rb', line 5425 def Signs @Signs end |
#Status ⇒ Object
5425 5426 5427 |
# File 'lib/v20210527/models.rb', line 5425 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
5437 5438 5439 5440 5441 5442 5443 5444 5445 |
# File 'lib/v20210527/models.rb', line 5437 def deserialize(params) @Id = params['Id'] @IndexCommand = params['IndexCommand'] @IndexStr = params['IndexStr'] @Level = params['Level'] @Score = params['Score'] @Signs = params['Signs'] @Status = params['Status'] end |