Class: TencentCloud::Tcb::V20180608::DropIndex
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::DropIndex
- Defined in:
- lib/v20180608/models.rb
Overview
本类型用于UpdateTable接口中描述待删除索引信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(indexname = nil) ⇒ DropIndex
constructor
A new instance of DropIndex.
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
#IndexName ⇒ Object
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 |