Class: TencentCloud::Ckafka::V20190819::RegexReplaceParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::RegexReplaceParam
- Defined in:
- lib/v20190819/models.rb
Overview
数据处理——Value处理参数——正则替换参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(regex = nil, newvalue = nil) ⇒ RegexReplaceParam
constructor
A new instance of RegexReplaceParam.
Constructor Details
#initialize(regex = nil, newvalue = nil) ⇒ RegexReplaceParam
Returns a new instance of RegexReplaceParam.
10677 10678 10679 10680 |
# File 'lib/v20190819/models.rb', line 10677 def initialize(regex=nil, newvalue=nil) @Regex = regex @NewValue = newvalue end |
Instance Attribute Details
#NewValue ⇒ Object
10675 10676 10677 |
# File 'lib/v20190819/models.rb', line 10675 def NewValue @NewValue end |
#Regex ⇒ Object
10675 10676 10677 |
# File 'lib/v20190819/models.rb', line 10675 def Regex @Regex end |
Instance Method Details
#deserialize(params) ⇒ Object
10682 10683 10684 10685 |
# File 'lib/v20190819/models.rb', line 10682 def deserialize(params) @Regex = params['Regex'] @NewValue = params['NewValue'] end |