Class: TencentCloud::Cwp::V20180228::ValueInfo

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

索引的value描述

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ContainZHObject



39599
39600
39601
# File 'lib/v20180228/models.rb', line 39599

def ContainZH
  @ContainZH
end

#SqlFlagObject



39599
39600
39601
# File 'lib/v20180228/models.rb', line 39599

def SqlFlag
  @SqlFlag
end

#TokenizerObject



39599
39600
39601
# File 'lib/v20180228/models.rb', line 39599

def Tokenizer
  @Tokenizer
end

#TypeObject



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