Class: TencentCloud::Ckafka::V20190819::SecondaryAnalyseParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::SecondaryAnalyseParam
- Defined in:
- lib/v20190819/models.rb
Overview
数据处理——二次解析参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(regex = nil) ⇒ SecondaryAnalyseParam
constructor
A new instance of SecondaryAnalyseParam.
Constructor Details
#initialize(regex = nil) ⇒ SecondaryAnalyseParam
Returns a new instance of SecondaryAnalyseParam.
11307 11308 11309 |
# File 'lib/v20190819/models.rb', line 11307 def initialize(regex=nil) @Regex = regex end |
Instance Attribute Details
#Regex ⇒ Object
11305 11306 11307 |
# File 'lib/v20190819/models.rb', line 11305 def Regex @Regex end |
Instance Method Details
#deserialize(params) ⇒ Object
11311 11312 11313 |
# File 'lib/v20190819/models.rb', line 11311 def deserialize(params) @Regex = params['Regex'] end |