Class: TencentCloud::Cwp::V20180228::ValueInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ValueInfo
- Defined in:
- lib/v20180228/models.rb
Overview
索引的value描述
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tokenizer = nil, type = nil, sqlflag = nil, containzh = nil) ⇒ ValueInfo
constructor
A new instance of ValueInfo.
Constructor Details
#initialize(tokenizer = nil, type = nil, sqlflag = nil, containzh = nil) ⇒ ValueInfo
Returns a new instance of ValueInfo.
40039 40040 40041 40042 40043 40044 |
# File 'lib/v20180228/models.rb', line 40039 def initialize(tokenizer=nil, type=nil, sqlflag=nil, containzh=nil) @Tokenizer = tokenizer @Type = type @SqlFlag = sqlflag @ContainZH = containzh end |
Instance Attribute Details
#ContainZH ⇒ Object
40037 40038 40039 |
# File 'lib/v20180228/models.rb', line 40037 def ContainZH @ContainZH end |
#SqlFlag ⇒ Object
40037 40038 40039 |
# File 'lib/v20180228/models.rb', line 40037 def SqlFlag @SqlFlag end |
#Tokenizer ⇒ Object
40037 40038 40039 |
# File 'lib/v20180228/models.rb', line 40037 def Tokenizer @Tokenizer end |
#Type ⇒ Object
40037 40038 40039 |
# File 'lib/v20180228/models.rb', line 40037 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
40046 40047 40048 40049 40050 40051 |
# File 'lib/v20180228/models.rb', line 40046 def deserialize(params) @Tokenizer = params['Tokenizer'] @Type = params['Type'] @SqlFlag = params['SqlFlag'] @ContainZH = params['ContainZH'] end |