Class: TencentCloud::Dbbrain::V20210527::IndexesToDrop

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210527/models.rb

Overview

无效索引

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#IndexCommandObject

Parameters:

  • 索引字符串。

  • 索引得分。

  • 无效原因。

  • 删除索引命令。

  • 索引名。



5525
5526
5527
# File 'lib/v20210527/models.rb', line 5525

def IndexCommand
  @IndexCommand
end

#IndexNameObject

Parameters:

  • 索引字符串。

  • 索引得分。

  • 无效原因。

  • 删除索引命令。

  • 索引名。



5525
5526
5527
# File 'lib/v20210527/models.rb', line 5525

def IndexName
  @IndexName
end

#IndexStrObject

Parameters:

  • 索引字符串。

  • 索引得分。

  • 无效原因。

  • 删除索引命令。

  • 索引名。



5525
5526
5527
# File 'lib/v20210527/models.rb', line 5525

def IndexStr
  @IndexStr
end

#ReasonObject

Parameters:

  • 索引字符串。

  • 索引得分。

  • 无效原因。

  • 删除索引命令。

  • 索引名。



5525
5526
5527
# File 'lib/v20210527/models.rb', line 5525

def Reason
  @Reason
end

#ScoreObject

Parameters:

  • 索引字符串。

  • 索引得分。

  • 无效原因。

  • 删除索引命令。

  • 索引名。



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