Class: TencentCloud::Tcb::V20180608::Indexkey
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::Indexkey
- Defined in:
- lib/v20180608/models.rb
Overview
索引的key值
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, direction = nil) ⇒ Indexkey
constructor
A new instance of Indexkey.
Constructor Details
#initialize(name = nil, direction = nil) ⇒ Indexkey
Returns a new instance of Indexkey.
7352 7353 7354 7355 |
# File 'lib/v20180608/models.rb', line 7352 def initialize(name=nil, direction=nil) @Name = name @Direction = direction end |
Instance Attribute Details
#Direction ⇒ Object
7350 7351 7352 |
# File 'lib/v20180608/models.rb', line 7350 def Direction @Direction end |
#Name ⇒ Object
7350 7351 7352 |
# File 'lib/v20180608/models.rb', line 7350 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
7357 7358 7359 7360 |
# File 'lib/v20180608/models.rb', line 7357 def deserialize(params) @Name = params['Name'] @Direction = params['Direction'] end |