Class: TencentCloud::Cms::V20190321::UserKeyword
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cms::V20190321::UserKeyword
- Defined in:
- lib/v20190321/models.rb
Overview
添加关键词。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(content = nil, label = nil, remark = nil, wordtype = nil) ⇒ UserKeyword
constructor
A new instance of UserKeyword.
Constructor Details
#initialize(content = nil, label = nil, remark = nil, wordtype = nil) ⇒ UserKeyword
Returns a new instance of UserKeyword.
1574 1575 1576 1577 1578 1579 |
# File 'lib/v20190321/models.rb', line 1574 def initialize(content=nil, label=nil, remark=nil, wordtype=nil) @Content = content @Label = label @Remark = remark @WordType = wordtype end |
Instance Attribute Details
#Content ⇒ Object
1572 1573 1574 |
# File 'lib/v20190321/models.rb', line 1572 def Content @Content end |
#Label ⇒ Object
1572 1573 1574 |
# File 'lib/v20190321/models.rb', line 1572 def Label @Label end |
#Remark ⇒ Object
1572 1573 1574 |
# File 'lib/v20190321/models.rb', line 1572 def Remark @Remark end |
#WordType ⇒ Object
1572 1573 1574 |
# File 'lib/v20190321/models.rb', line 1572 def WordType @WordType end |
Instance Method Details
#deserialize(params) ⇒ Object
1581 1582 1583 1584 1585 1586 |
# File 'lib/v20190321/models.rb', line 1581 def deserialize(params) @Content = params['Content'] @Label = params['Label'] @Remark = params['Remark'] @WordType = params['WordType'] end |