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
39601 39602 39603 39604 39605 39606 |
# File 'lib/v20180228/models.rb', line 39601 def initialize(tokenizer=nil, type=nil, sqlflag=nil, containzh=nil) @Tokenizer = tokenizer @Type = type @SqlFlag = sqlflag @ContainZH = containzh end |
Instance Attribute Details
#ContainZH ⇒ Object
39599 39600 39601 |
# File 'lib/v20180228/models.rb', line 39599 def ContainZH @ContainZH end |
#SqlFlag ⇒ Object
39599 39600 39601 |
# File 'lib/v20180228/models.rb', line 39599 def SqlFlag @SqlFlag end |
#Tokenizer ⇒ Object
39599 39600 39601 |
# File 'lib/v20180228/models.rb', line 39599 def Tokenizer @Tokenizer end |
#Type ⇒ Object
39599 39600 39601 |
# File 'lib/v20180228/models.rb', line 39599 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
39608 39609 39610 39611 39612 39613 |
# File 'lib/v20180228/models.rb', line 39608 def deserialize(params) @Tokenizer = params['Tokenizer'] @Type = params['Type'] @SqlFlag = params['SqlFlag'] @ContainZH = params['ContainZH'] end |