Class: TencentCloud::Iotexplorer::V20190423::SearchKeyword
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::SearchKeyword
- Defined in:
- lib/v20190423/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.
12871 12872 12873 12874 |
# File 'lib/v20190423/models.rb', line 12871 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
12869 12870 12871 |
# File 'lib/v20190423/models.rb', line 12869 def Key @Key end |
#Value ⇒ Object
12869 12870 12871 |
# File 'lib/v20190423/models.rb', line 12869 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
12876 12877 12878 12879 |
# File 'lib/v20190423/models.rb', line 12876 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |