Class: TencentCloud::Cms::V20190321::KeywordsLibInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cms::V20190321::KeywordsLibInfo
- Defined in:
- lib/v20190321/models.rb
Overview
关键词库信息
Instance Attribute Summary collapse
-
#BizTypes ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Describe ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#LibName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#MatchType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Suggestion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, libname = nil, describe = nil, createtime = nil, suggestion = nil, matchtype = nil, biztypes = nil) ⇒ KeywordsLibInfo
constructor
A new instance of KeywordsLibInfo.
Constructor Details
#initialize(id = nil, libname = nil, describe = nil, createtime = nil, suggestion = nil, matchtype = nil, biztypes = nil) ⇒ KeywordsLibInfo
Returns a new instance of KeywordsLibInfo.
986 987 988 989 990 991 992 993 994 |
# File 'lib/v20190321/models.rb', line 986 def initialize(id=nil, libname=nil, describe=nil, createtime=nil, suggestion=nil, matchtype=nil, biztypes=nil) @ID = id @LibName = libname @Describe = describe @CreateTime = createtime @Suggestion = suggestion @MatchType = matchtype @BizTypes = biztypes end |
Instance Attribute Details
#BizTypes ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
984 985 986 |
# File 'lib/v20190321/models.rb', line 984 def BizTypes @BizTypes end |
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
984 985 986 |
# File 'lib/v20190321/models.rb', line 984 def CreateTime @CreateTime end |
#Describe ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
984 985 986 |
# File 'lib/v20190321/models.rb', line 984 def Describe @Describe end |
#ID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
984 985 986 |
# File 'lib/v20190321/models.rb', line 984 def ID @ID end |
#LibName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
984 985 986 |
# File 'lib/v20190321/models.rb', line 984 def LibName @LibName end |
#MatchType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
984 985 986 |
# File 'lib/v20190321/models.rb', line 984 def MatchType @MatchType end |
#Suggestion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
984 985 986 |
# File 'lib/v20190321/models.rb', line 984 def Suggestion @Suggestion end |
Instance Method Details
#deserialize(params) ⇒ Object
996 997 998 999 1000 1001 1002 1003 1004 |
# File 'lib/v20190321/models.rb', line 996 def deserialize(params) @ID = params['ID'] @LibName = params['LibName'] @Describe = params['Describe'] @CreateTime = params['CreateTime'] @Suggestion = params['Suggestion'] @MatchType = params['MatchType'] @BizTypes = params['BizTypes'] end |