Class: TencentCloud::Iotcloud::V20210408::SearchKeyword
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::SearchKeyword
- Defined in:
- lib/v20210408/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.
4141 4142 4143 4144 |
# File 'lib/v20210408/models.rb', line 4141 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
4139 4140 4141 |
# File 'lib/v20210408/models.rb', line 4139 def Key @Key end |
#Value ⇒ Object
4139 4140 4141 |
# File 'lib/v20210408/models.rb', line 4139 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
4146 4147 4148 4149 |
# File 'lib/v20210408/models.rb', line 4146 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |