Class: TencentCloud::Tci::V20190318::StatInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tci::V20190318::StatInfo
- Defined in:
- lib/v20190318/models.rb
Overview
单词出现的次数信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(keyword = nil, value = nil) ⇒ StatInfo
constructor
A new instance of StatInfo.
Constructor Details
#initialize(keyword = nil, value = nil) ⇒ StatInfo
Returns a new instance of StatInfo.
3070 3071 3072 3073 |
# File 'lib/v20190318/models.rb', line 3070 def initialize(keyword=nil, value=nil) @Keyword = keyword @Value = value end |
Instance Attribute Details
#Keyword ⇒ Object
3068 3069 3070 |
# File 'lib/v20190318/models.rb', line 3068 def Keyword @Keyword end |
#Value ⇒ Object
3068 3069 3070 |
# File 'lib/v20190318/models.rb', line 3068 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
3075 3076 3077 3078 |
# File 'lib/v20190318/models.rb', line 3075 def deserialize(params) @Keyword = params['Keyword'] @Value = params['Value'] end |