Class: TencentCloud::Iotcloud::V20180614::SearchKeyword
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20180614::SearchKeyword
- Defined in:
- lib/v20180614/models.rb
Overview
搜索关键词
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ SearchKeyword
constructor
A new instance of SearchKeyword.
Constructor Details
#initialize(key = nil, value = nil) ⇒ SearchKeyword
Returns a new instance of SearchKeyword.
4168 4169 4170 4171 |
# File 'lib/v20180614/models.rb', line 4168 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
4166 4167 4168 |
# File 'lib/v20180614/models.rb', line 4166 def Key @Key end |
#Value ⇒ Object
4166 4167 4168 |
# File 'lib/v20180614/models.rb', line 4166 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
4173 4174 4175 4176 |
# File 'lib/v20180614/models.rb', line 4173 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |