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.



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

#IndexCommandObject

Parameters:

  • IndexStr:

    索引字符串。

  • Score:

    索引得分。

  • Reason:

    无效原因。

  • IndexCommand:

    删除索引命令。

  • IndexName:

    索引名。



5461
5462
5463
# File 'lib/v20210527/models.rb', line 5461

def IndexCommand
  @IndexCommand
end

#IndexNameObject

Parameters:

  • IndexStr:

    索引字符串。

  • Score:

    索引得分。

  • Reason:

    无效原因。

  • IndexCommand:

    删除索引命令。

  • IndexName:

    索引名。



5461
5462
5463
# File 'lib/v20210527/models.rb', line 5461

def IndexName
  @IndexName
end

#IndexStrObject

Parameters:

  • IndexStr:

    索引字符串。

  • Score:

    索引得分。

  • Reason:

    无效原因。

  • IndexCommand:

    删除索引命令。

  • IndexName:

    索引名。



5461
5462
5463
# File 'lib/v20210527/models.rb', line 5461

def IndexStr
  @IndexStr
end

#ReasonObject

Parameters:

  • IndexStr:

    索引字符串。

  • Score:

    索引得分。

  • Reason:

    无效原因。

  • IndexCommand:

    删除索引命令。

  • IndexName:

    索引名。



5461
5462
5463
# File 'lib/v20210527/models.rb', line 5461

def Reason
  @Reason
end

#ScoreObject

Parameters:

  • IndexStr:

    索引字符串。

  • Score:

    索引得分。

  • Reason:

    无效原因。

  • IndexCommand:

    删除索引命令。

  • IndexName:

    索引名。



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