Class: TencentCloud::Ckafka::V20190819::ReplaceParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::ReplaceParam
- Defined in:
- lib/v20190819/models.rb
Overview
数据处理——Value处理参数——替换参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(oldvalue = nil, newvalue = nil) ⇒ ReplaceParam
constructor
A new instance of ReplaceParam.
Constructor Details
#initialize(oldvalue = nil, newvalue = nil) ⇒ ReplaceParam
Returns a new instance of ReplaceParam.
10804 10805 10806 10807 |
# File 'lib/v20190819/models.rb', line 10804 def initialize(oldvalue=nil, newvalue=nil) @OldValue = oldvalue @NewValue = newvalue end |
Instance Attribute Details
#NewValue ⇒ Object
10802 10803 10804 |
# File 'lib/v20190819/models.rb', line 10802 def NewValue @NewValue end |
#OldValue ⇒ Object
10802 10803 10804 |
# File 'lib/v20190819/models.rb', line 10802 def OldValue @OldValue end |
Instance Method Details
#deserialize(params) ⇒ Object
10809 10810 10811 10812 |
# File 'lib/v20190819/models.rb', line 10809 def deserialize(params) @OldValue = params['OldValue'] @NewValue = params['NewValue'] end |