Class: TencentCloud::Cwp::V20180228::KeyValueArrayInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::KeyValueArrayInfo
- Defined in:
- lib/v20180228/models.rb
Overview
索引键值信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ KeyValueArrayInfo
constructor
A new instance of KeyValueArrayInfo.
Constructor Details
#initialize(key = nil, value = nil) ⇒ KeyValueArrayInfo
Returns a new instance of KeyValueArrayInfo.
30707 30708 30709 30710 |
# File 'lib/v20180228/models.rb', line 30707 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
30705 30706 30707 |
# File 'lib/v20180228/models.rb', line 30705 def Key @Key end |
#Value ⇒ Object
30705 30706 30707 |
# File 'lib/v20180228/models.rb', line 30705 def Value @Value end |