class TencentCloud::Ckafka::V20190819::FilterMapParam
过滤器参数
def deserialize(params)
def deserialize(params) @Key = params['Key'] @MatchMode = params['MatchMode'] @Value = params['Value'] @Type = params['Type'] end
def initialize(key=nil, matchmode=nil, value=nil, type=nil)
def initialize(key=nil, matchmode=nil, value=nil, type=nil) @Key = key @MatchMode = matchmode @Value = value @Type = type end