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.
5491 5492 5493 5494 5495 5496 5497 5498 5499 |
# File 'lib/v20210527/models.rb', line 5491 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
5489 5490 5491 |
# File 'lib/v20210527/models.rb', line 5489 def Id @Id end |
#IndexCommand ⇒ Object
5489 5490 5491 |
# File 'lib/v20210527/models.rb', line 5489 def IndexCommand @IndexCommand end |
#IndexStr ⇒ Object
5489 5490 5491 |
# File 'lib/v20210527/models.rb', line 5489 def IndexStr @IndexStr end |
#Level ⇒ Object
5489 5490 5491 |
# File 'lib/v20210527/models.rb', line 5489 def Level @Level end |
#Score ⇒ Object
5489 5490 5491 |
# File 'lib/v20210527/models.rb', line 5489 def Score @Score end |
#Signs ⇒ Object
5489 5490 5491 |
# File 'lib/v20210527/models.rb', line 5489 def Signs @Signs end |
#Status ⇒ Object
5489 5490 5491 |
# File 'lib/v20210527/models.rb', line 5489 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
5501 5502 5503 5504 5505 5506 5507 5508 5509 |
# File 'lib/v20210527/models.rb', line 5501 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 |