Class: TencentCloud::Tcb::V20180608::DropIndex

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

Overview

本类型用于UpdateTable接口中描述待删除索引信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(indexname = nil) ⇒ DropIndex

Returns a new instance of DropIndex.



6433
6434
6435
# File 'lib/v20180608/models.rb', line 6433

def initialize(indexname=nil)
  @IndexName = indexname
end

Instance Attribute Details

#IndexNameObject

Parameters:

  • IndexName:

    索引名称



6431
6432
6433
# File 'lib/v20180608/models.rb', line 6431

def IndexName
  @IndexName
end

Instance Method Details

#deserialize(params) ⇒ Object



6437
6438
6439
# File 'lib/v20180608/models.rb', line 6437

def deserialize(params)
  @IndexName = params['IndexName']
end