Class: TencentCloud::Ckafka::V20190819::FilterMapParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::FilterMapParam
- Defined in:
- lib/v20190819/models.rb
Overview
过滤器参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, matchmode = nil, value = nil, type = nil) ⇒ FilterMapParam
constructor
A new instance of FilterMapParam.
Constructor Details
#initialize(key = nil, matchmode = nil, value = nil, type = nil) ⇒ FilterMapParam
Returns a new instance of FilterMapParam.
7254 7255 7256 7257 7258 7259 |
# File 'lib/v20190819/models.rb', line 7254 def initialize(key=nil, matchmode=nil, value=nil, type=nil) @Key = key @MatchMode = matchmode @Value = value @Type = type end |
Instance Attribute Details
#Key ⇒ Object
7252 7253 7254 |
# File 'lib/v20190819/models.rb', line 7252 def Key @Key end |
#MatchMode ⇒ Object
7252 7253 7254 |
# File 'lib/v20190819/models.rb', line 7252 def MatchMode @MatchMode end |
#Type ⇒ Object
7252 7253 7254 |
# File 'lib/v20190819/models.rb', line 7252 def Type @Type end |
#Value ⇒ Object
7252 7253 7254 |
# File 'lib/v20190819/models.rb', line 7252 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
7261 7262 7263 7264 7265 7266 |
# File 'lib/v20190819/models.rb', line 7261 def deserialize(params) @Key = params['Key'] @MatchMode = params['MatchMode'] @Value = params['Value'] @Type = params['Type'] end |