Class: TencentCloud::Cms::V20190321::UserKeywordInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cms::V20190321::UserKeywordInfo
- Defined in:
- lib/v20190321/models.rb
Overview
关键词信息
Instance Attribute Summary collapse
-
#Content ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Label ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#WordType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, content = nil, label = nil, createtime = nil, remark = nil, wordtype = nil) ⇒ UserKeywordInfo
constructor
A new instance of UserKeywordInfo.
Constructor Details
#initialize(id = nil, content = nil, label = nil, createtime = nil, remark = nil, wordtype = nil) ⇒ UserKeywordInfo
Returns a new instance of UserKeywordInfo.
1608 1609 1610 1611 1612 1613 1614 1615 |
# File 'lib/v20190321/models.rb', line 1608 def initialize(id=nil, content=nil, label=nil, createtime=nil, remark=nil, wordtype=nil) @ID = id @Content = content @Label = label @CreateTime = createtime @Remark = remark @WordType = wordtype end |
Instance Attribute Details
#Content ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1606 1607 1608 |
# File 'lib/v20190321/models.rb', line 1606 def Content @Content end |
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1606 1607 1608 |
# File 'lib/v20190321/models.rb', line 1606 def CreateTime @CreateTime end |
#ID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1606 1607 1608 |
# File 'lib/v20190321/models.rb', line 1606 def ID @ID end |
#Label ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1606 1607 1608 |
# File 'lib/v20190321/models.rb', line 1606 def Label @Label end |
#Remark ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1606 1607 1608 |
# File 'lib/v20190321/models.rb', line 1606 def Remark @Remark end |
#WordType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1606 1607 1608 |
# File 'lib/v20190321/models.rb', line 1606 def WordType @WordType end |
Instance Method Details
#deserialize(params) ⇒ Object
1617 1618 1619 1620 1621 1622 1623 1624 |
# File 'lib/v20190321/models.rb', line 1617 def deserialize(params) @ID = params['ID'] @Content = params['Content'] @Label = params['Label'] @CreateTime = params['CreateTime'] @Remark = params['Remark'] @WordType = params['WordType'] end |